@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
36 lines (31 loc) • 1.25 kB
JavaScript
import { p as proxyCustomElement, H, h, d as Host } from './p-2f0ff193.js';
const tableBodyCss = ":host{--_utrecht-table-header-cell-z-index:2;display:table-row-group}";
const UtrechtTableBodyStyle0 = tableBodyCss;
const TableBody = /*@__PURE__*/ proxyCustomElement(class TableBody extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h(Host, { key: '5b587398d0a4fe4990b9586ca66e37732db8e39c', role: "rowgroup" }, h("slot", { key: 'd2cd8378d577df4b549feb49bef8eea583ae1214' })));
}
static get style() { return UtrechtTableBodyStyle0; }
}, [1, "utrecht-table-body"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-table-body"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-table-body":
if (!customElements.get(tagName)) {
customElements.define(tagName, TableBody);
}
break;
} });
}
const UtrechtTableBody = TableBody;
const defineCustomElement = defineCustomElement$1;
export { UtrechtTableBody, defineCustomElement };
//# sourceMappingURL=utrecht-table-body.js.map