@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
42 lines (38 loc) • 1.29 kB
JavaScript
/*!
* (C) Fentrica http://fentrica.com - Seee LICENSE.md
*/
import { p as proxyCustomElement, H, h } from './p-AOwgnAK2.js';
const DebugContent = /*@__PURE__*/ proxyCustomElement(class DebugContent extends H {
constructor(registerHost) {
super();
if (registerHost !== false) {
this.__registerHost();
}
}
render() {
return [
h("div", { key: '40dcb38cc71eeb010f3c81b9f6c69a122f525e62' }, h("pre", { key: '7d75f48dff117f6dcce647124ff4205dce30d09d' }, JSON.stringify(this.text, null, 2)))
];
}
}, [256, "lar-debug-content", {
"text": [1]
}]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["lar-debug-content"];
components.forEach(tagName => { switch (tagName) {
case "lar-debug-content":
if (!customElements.get(tagName)) {
customElements.define(tagName, DebugContent);
}
break;
} });
}
defineCustomElement$1();
const LarDebugContent = DebugContent;
const defineCustomElement = defineCustomElement$1;
export { LarDebugContent, defineCustomElement };
//# sourceMappingURL=lar-debug-content.js.map
//# sourceMappingURL=lar-debug-content.js.map