UNPKG

@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.29 kB
import { p as proxyCustomElement, H, h, d as Host } from './p-2f0ff193.js'; const tableFooterCss = ":host{--_utrecht-table-header-cell-z-index:5;z-index:3;display:table-footer-group}"; const UtrechtTableFooterStyle0 = tableFooterCss; const TableFooter = /*@__PURE__*/ proxyCustomElement(class TableFooter extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h(Host, { key: '469478fa45676b4e90eec4863416323634709b2b', role: "rowgroup" }, h("slot", { key: 'cf9a264db4c777f302187b8c0630cbe2dd998da5' }))); } static get style() { return UtrechtTableFooterStyle0; } }, [1, "utrecht-table-footer"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-table-footer"]; components.forEach(tagName => { switch (tagName) { case "utrecht-table-footer": if (!customElements.get(tagName)) { customElements.define(tagName, TableFooter); } break; } }); } const UtrechtTableFooter = TableFooter; const defineCustomElement = defineCustomElement$1; export { UtrechtTableFooter, defineCustomElement }; //# sourceMappingURL=utrecht-table-footer.js.map