web-component-stencil-test
Version:
Stencil Component Starter
14 lines (9 loc) • 1.56 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const core = require('./core-906c6d79.js');
const defineCustomElements = (win, options) => {
return core.patchEsm().then(() => {
core.bootstrapLazy([["my-component.cjs",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]],["grid-col_6.cjs",[[0,"grid-ghost"],[0,"hrb-input",{"name":[1],"prefixInput":[1,"prefix-input"],"type":[1],"required":[4],"readonly":[4],"disabled":[4],"pattern":[16],"maxlength":[2],"label":[1],"placeholder":[1],"labelClassnames":[1,"label-classnames"],"inputClassnames":[1,"input-classnames"],"idInput":[1,"id-input"],"value":[1],"error":[32],"errorMessage":[32],"currentValue":[32],"inputDefinition":[32],"getValue":[64],"isValid":[64]}],[4,"simple-button",{"showNbOfClick":[4,"show-click"],"theme":[1],"nbOfClicks":[32]}],[4,"grid-col",{"col":[2],"colS":[2,"col-s"],"colM":[2,"col-m"],"colL":[2,"col-l"],"colXL":[2,"col-xl"],"offset":[2],"offsetS":[2,"offset-s"],"offsetM":[2,"offset-m"],"offsetL":[2,"offset-l"],"offsetXL":[2,"offset-xl"],"offsetRight":[2,"offset-right"],"offsetRightS":[2,"offset-right-s"],"offsetRightM":[2,"offset-right-m"],"offsetRightL":[2,"offset-right-l"],"offsetRightXL":[2,"offset-right-xl"],"isCentered":[4,"center"]}],[4,"grid-container"],[4,"grid-row",{"justifyContent":[1,"justify-content"],"alignItems":[1,"align-items"],"isCentered":[4,"center"],"isXCentered":[4,"x-center"],"isYCentered":[4,"y-center"],"isReversed":[4,"reverse"]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;