UNPKG

@seniorsistemas/tecnologia-webcomponents

Version:

A webcomponents library for Senior Sistemas - Suite BPM products.

38 lines (32 loc) 2.56 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-9e7d65d0.js'); const appGlobals = require('./app-globals-3a1e7e63.js'); /* Stencil Client Patch Esm v2.5.2 | MIT Licensed | https://stenciljs.com */ const patchEsm = () => { // NOTE!! This fn cannot use async/await! // @ts-ignore if (index.BUILD.cssVarShim && !(index.CSS && index.CSS.supports && index.CSS.supports('color', 'var(--c)'))) { // @ts-ignore return Promise.resolve().then(function () { return require(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-91c2f029.js'); }).then(() => { if ((index.plt.$cssShim$ = index.win.__cssshim)) { return index.plt.$cssShim$.i(); } else { // for better minification return 0; } }); } return index.promiseResolve(); }; const defineCustomElements = (win, options) => { if (typeof window === 'undefined') return Promise.resolve(); return patchEsm().then(() => { appGlobals.globalScripts(); return index.bootstrapLazy([["tec-bottom-bar.cjs",[[1,"tec-bottom-bar",{"theme":[513],"text":[1],"buttonPosition":[1,"button-position"],"useAnimation":[4,"use-animation"]}]]],["tec-button.cjs",[[1,"tec-button",{"theme":[513],"buttonId":[513,"buttonid"],"label":[1025],"status":[1025],"mode":[1025],"color":[1025],"size":[1025],"disabled":[1028],"fullWidth":[516,"full-width"],"onlyIcon":[4,"onlyicon"],"iconMode":[1,"iconmode"],"icon":[1],"loading":[1540]}]]],["tec-code-input.cjs",[[1,"tec-code-input",{"theme":[513],"initialValue":[1025,"initial-value"],"placeholder":[513],"disabled":[516],"responsive":[516],"autofocus":[516],"type":[513],"length":[514],"useMargin":[4,"use-margin"],"case":[1],"value":[32],"clear":[64]}]]],["tec-modal.cjs",[[1,"tec-modal",{"theme":[513],"opened":[1028],"modalTitle":[1025,"modal-title"],"showCloseIcon":[4,"show-close-icon"],"dismissOnBackdrop":[4,"dismiss-on-backdrop"],"size":[1025],"fullWidth":[1028,"full-width"],"closeOnEscape":[4,"close-on-escape"],"blockBodyScroll":[4,"block-body-scroll"],"responsive":[4],"footerAlign":[1,"footer-align"],"openedAuxiliary":[32]}]]],["tec-product-header.cjs",[[1,"tec-product-header",{"theme":[513],"titleProduct":[1,"title-product"],"titleCursorPointer":[4,"title-cursor-pointer"],"sticky":[1540]}]]],["tec-status-badge.cjs",[[1,"tec-status-badge",{"badgeText":[1025,"badge-text"],"status":[1025]}]]]], options); }); }; exports.defineCustomElements = defineCustomElements;