123456789101112131415161718 |
- import { p as promiseResolve, b as bootstrapLazy } from './index-b72adede.js';
- export { s as setNonce } from './index-b72adede.js';
- /*
- Stencil Client Patch Browser v4.1.0 | MIT Licensed | https://stenciljs.com
- */
- const patchBrowser = () => {
- const importMeta = import.meta.url;
- const opts = {};
- if (importMeta !== '') {
- opts.resourcesUrl = new URL('.', importMeta).href;
- }
- return promiseResolve(opts);
- };
- patchBrowser().then(options => {
- return bootstrapLazy([["ion-icon",[[1,"ion-icon",{"mode":[1025],"color":[1],"ios":[1],"md":[1],"flipRtl":[4,"flip-rtl"],"name":[513],"src":[1],"icon":[8],"size":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]]], options);
- });
|