", 0),
_tmpl$8 = _template$('
', 0),
_tmpl$8 = _template$('
', 0),
_tmpl$10 = _template$('
`$`
', 2),
_tmpl$10 = _template$(
'
',
2
),
_tmpl$11 = _template$("
", 2);
const selected = true;
let id = "my-h1";
let link;
const template = () => {
var _el = _tmpl.cloneNode(true),
_el$1 = _el.firstChild,
_el$2 = _el$1.nextSibling;
effect(() => {
return setAttribute(_el, "classList", { selected: unknown });
});
setAttribute(_el$1, "id", id);
effect(() => {
return setAttribute(_el$1, "title", welcoming());
});
effect(() => {
return setAttribute(_el$1, "classList", { dynamic: dynamic(), selected });
});
setAttribute(_el$2, "ref", link);
effect(() => {
return setAttribute(_el$2, "classList", { "ccc ddd": true });
});
setAttribute(_el$2, "readonly", value);
return _el;
};
const template2 = () => {
var _el = _tmpl$1.cloneNode(true),
_el$1 = _el.firstChild;
setAttribute(_el, "textContent", rowId);
effect(() => {
return setAttribute(_el$1, "textContent", row.label);
});
return _el;
};
const template3 = () => {
var _el = _tmpl$2.cloneNode(true);
effect(() => {
return setAttribute(_el, "id", state.id);
});
effect(() => {
return setAttribute(_el, "name", state.name);
});
effect(() => {
return setAttribute(_el, "textContent", state.content);
});
return _el;
};
const template4 = () => {
var _el = _tmpl$3.cloneNode(true);
effect(() => {
return setAttribute(_el, "className", state.class);
});
effect(() => {
return setAttribute(_el, "classList", { "ccc:ddd": true });
});
return _el;
};
const template5 = _tmpl$5.cloneNode(true);
const template6 = () => {
var _el = _tmpl$5.cloneNode(true);
return _el;
};
const template7 = () => {
var _el = _tmpl$2.cloneNode(true);
effect(() => {
return setAttribute(_el, "style:padding-top", props.top);
});
effect(() => {
return setAttribute(_el, "class:my-class", props.active);
});
return _el;
};
let refTarget;
const template8 = () => {
var _el = _tmpl$2.cloneNode(true);
setAttribute(_el, "ref", refTarget);
return _el;
};
const template9 = () => {
var _el = _tmpl$2.cloneNode(true);
effect(() => {
return setAttribute(_el, "ref", (e) => console.log(e));
});
return _el;
};
const template10 = () => {
var _el = _tmpl$2.cloneNode(true);
effect(() => {
return setAttribute(_el, "ref", refFactory());
});
return _el;
};
const template11 = () => {
var _el = _tmpl$6.cloneNode(true);
setAttribute(_el, "use:another", thing);
return _el;
};
const template12 = () => {
var _el = _tmpl$2.cloneNode(true);
setAttribute(_el, "prop:htmlFor", thing);
return _el;
};
const template13 = _tmpl$8.cloneNode(true);
const template14 = () => {
var _el = _tmpl$8.cloneNode(true);
effect(() => {
return setAttribute(_el, "checked", state.visible);
});
return _el;
};
const template15 = _tmpl$10.cloneNode(true);
const template16 = () => {
var _el = _tmpl$10.cloneNode(true);
effect(() => {
return setAttribute(_el, "classList", {
hi: "k",
});
});
return _el;
};
const template17 = () => {
var _el = _tmpl$11.cloneNode(true);
effect(() => {
return setAttribute(_el, "classList", {
a: true,
b: true,
c: true,
});
});
effect(() => {
return (_el.$$click = increment);
});
return _el;
};
const template18 = _tmpl$2.cloneNode(true);