@siemens/ix-icons 1.0.3 → 1.1.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +39 -0
- package/dist/cjs/icon-f99c8bde.js +99 -0
- package/dist/cjs/icon-f99c8bde.js.map +1 -0
- package/dist/cjs/index-22d7f5a7.js +1481 -0
- package/dist/cjs/index-22d7f5a7.js.map +1 -0
- package/dist/cjs/index.cjs.js +12 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/ix-icon.cjs.entry.js +12 -0
- package/dist/cjs/ix-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icons.cjs.js +28 -0
- package/dist/cjs/ix-icons.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +24 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/icon/icon.css +2519 -0
- package/dist/collection/components/icon/icon.js +158 -0
- package/dist/collection/components/icon/icon.js.map +1 -0
- package/dist/collection/components/icon/resolveIcon.js +37 -0
- package/dist/collection/components/icon/resolveIcon.js.map +1 -0
- package/dist/collection/components/icon/test/rocker-example.js +5 -0
- package/dist/collection/components/icon/test/rocker-example.js.map +1 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/components/icon.js +118 -0
- package/dist/components/icon.js.map +1 -0
- package/dist/components/index.d.ts +27 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/ix-icon.d.ts +11 -0
- package/dist/components/ix-icon.js +8 -0
- package/dist/components/ix-icon.js.map +1 -0
- package/dist/css/ix-icons.css +546 -520
- package/dist/esm/icon-f67da1e1.js +97 -0
- package/dist/esm/icon-f67da1e1.js.map +1 -0
- package/dist/esm/index-460e19e2.js +1454 -0
- package/dist/esm/index-460e19e2.js.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/ix-icon.entry.js +4 -0
- package/dist/esm/ix-icon.entry.js.map +1 -0
- package/dist/esm/ix-icons.js +23 -0
- package/dist/esm/ix-icons.js.map +1 -0
- package/dist/esm/loader.js +20 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/fonts/ix-icons.eot +0 -0
- package/dist/fonts/ix-icons.svg +601 -523
- package/dist/fonts/ix-icons.ttf +0 -0
- package/dist/fonts/ix-icons.woff +0 -0
- package/dist/fonts/ix-icons.woff2 +0 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/ix-icons/index.esm.js +2 -0
- package/dist/ix-icons/index.esm.js.map +1 -0
- package/dist/ix-icons/ix-icons.esm.js +2 -0
- package/dist/ix-icons/ix-icons.esm.js.map +1 -0
- package/dist/ix-icons/p-11a7e554.js +2 -0
- package/dist/ix-icons/p-11a7e554.js.map +1 -0
- package/dist/ix-icons/p-625c25c8.js +3 -0
- package/dist/ix-icons/p-625c25c8.js.map +1 -0
- package/dist/ix-icons/p-fcaa76de.entry.js +2 -0
- package/dist/ix-icons/p-fcaa76de.entry.js.map +1 -0
- package/dist/sample.html +1001 -559
- package/dist/sample.json +52 -0
- package/dist/svg/app-menu.svg +1 -9
- package/dist/svg/bezier-curve.svg +1 -0
- package/dist/svg/ellipse-arc.svg +1 -0
- package/dist/svg/ellipse-filled.svg +1 -0
- package/dist/svg/ellipse.svg +1 -0
- package/dist/svg/folder-new-filled.svg +1 -9
- package/dist/svg/folder-new.svg +1 -9
- package/dist/svg/hexagon-vertical-bars-database-filled.svg +1 -0
- package/dist/svg/hexagon-vertical-bars-database.svg +1 -0
- package/dist/svg/hexagon-vertical-bars-filled.svg +1 -0
- package/dist/svg/hexagon-vertical-bars.svg +1 -0
- package/dist/svg/line-diagonal.svg +1 -0
- package/dist/svg/moon-filled.svg +1 -0
- package/dist/svg/moon.svg +1 -0
- package/dist/svg/plus-minus-times-divide.svg +1 -0
- package/dist/svg/polygon-filled.svg +1 -0
- package/dist/svg/polygon-line.svg +1 -0
- package/dist/svg/polygon.svg +1 -0
- package/dist/svg/rectangle-filled.svg +1 -0
- package/dist/svg/rectangle.svg +1 -0
- package/dist/svg/simit-component.svg +1 -0
- package/dist/svg/simit-macro-component-editor.svg +1 -0
- package/dist/svg/simit-macro.svg +1 -0
- package/dist/svg/switch-slider.svg +1 -0
- package/dist/svg/tag-plus-filled.svg +1 -0
- package/dist/svg/tag-plus.svg +1 -0
- package/dist/svg/text-circle-rectangle-filled.svg +1 -0
- package/dist/svg/text-circle-rectangle.svg +1 -0
- package/dist/svg/text.svg +1 -0
- package/dist/types/components/icon/icon.d.ts +24 -0
- package/dist/types/components/icon/resolveIcon.d.ts +3 -0
- package/dist/types/components/icon/test/rocker-example.d.ts +1 -0
- package/dist/types/components.d.ts +65 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/stencil-public-runtime.d.ts +1638 -0
- package/icons/index.d.ts +595 -0
- package/icons/index.js +595 -0
- package/icons/index.mjs +595 -0
- package/icons/package.json +8 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +21 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +37 -15
- package/dist/scss/ix-icons.scss +0 -613
package/dist/fonts/ix-icons.ttf
CHANGED
Binary file
|
package/dist/fonts/ix-icons.woff
CHANGED
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('./cjs/index.cjs.js');
|
package/dist/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export * from './esm/index.js';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":[],"sources":[],"mappings":""}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import{p as o,b as c}from"./p-625c25c8.js";export{s as setNonce}from"./p-625c25c8.js";const t=()=>{const s=import.meta.url;const c={};if(s!==""){c.resourcesUrl=new URL(".",s).href}return o(c)};t().then((o=>c([["p-fcaa76de",[[1,"ix-icon",{size:[1],color:[1],name:[513],src:[1],svgContent:[32]}]]]],o)));
|
2
|
+
//# sourceMappingURL=ix-icons.esm.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","size","color","name","src","svgContent"],"sources":["./node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v3.2.2 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\n/**\n * Helper method for querying a `meta` tag that contains a nonce value\n * out of a DOM's head.\n *\n * @param doc The DOM containing the `head` to query against\n * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag\n * exists or the tag has no content.\n */\nfunction queryNonceMetaTagContent(doc) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;\n}\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n if (BUILD.cssVarShim) {\n // shim css vars\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = \n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n var _a;\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n // Apply CSP nonce to the script tag if it exists\n const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n script.setAttribute('nonce', nonce);\n }\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"sFAmBA,MAAMA,EAAe,KAkCjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAiB3E,GAAuBF,IAAe,GAAI,CACtCE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IAGrD,CAcI,OAAOC,EAAeJ,EAAK,ECrF/BH,IAAeQ,MAAKC,GAEXC,EAAc,6BAA4B,CAAEC,KAAO,CAAC,GAACC,MAAA,IAAAC,KAAA,MAAAC,IAAA,IAAAC,WAAA,UAAAN"}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import{r as e,h as t,H as o}from"./p-625c25c8.js";const n=e=>e.startsWith("data:image/svg+xml");const l=new DOMParser;function c(e){const t=l.parseFromString(e,"text/html");const o=t.querySelector("svg");if(!o){throw Error("No valid svg data provided")}return o.outerHTML}async function r(e){const t=await fetch(e);const o=await t.text();if(!t.ok){console.error(o);return""}return o}async function b(e){const{src:t,name:o}=e;if(o){if(n(o)){return c(o)}return}if(n(t)){return c(t)}return r(t)}const f='.glyph{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:"ix-icons";font-size:1.5rem;font-weight:500}.glyph-lg{font-size:1.3333333333em;line-height:0.75em;vertical-align:-15%}.glyph-2x{font-size:2em}.glyph-3x{font-size:3em}.glyph-4x{font-size:4em}.glyph-5x{font-size:5em}.glyph-fw{width:1.2857142857em;text-align:center}.glyph-12{font-size:0.75rem}.glyph-16{font-size:1rem}.glyph-24{font-size:1.5rem}.glyph-32{font-size:2rem}.glyph-about-filled:before{content:"\\ea01"}.glyph-about:before{content:"\\ea02"}.glyph-add-circle-filled:before{content:"\\ea03"}.glyph-add-circle:before{content:"\\ea04"}.glyph-add-document-note:before{content:"\\ea05"}.glyph-add-eye-filled:before{content:"\\ea06"}.glyph-add-eye:before{content:"\\ea07"}.glyph-add-task-list:before{content:"\\ea08"}.glyph-add-task:before{content:"\\ea09"}.glyph-add:before{content:"\\ea0a"}.glyph-ai:before{content:"\\ea0b"}.glyph-alarm-bell-cancelled-filled:before{content:"\\ea0c"}.glyph-alarm-bell-cancelled:before{content:"\\ea0d"}.glyph-alarm-bell-filled:before{content:"\\ea0e"}.glyph-alarm-bell:before{content:"\\ea0f"}.glyph-alarm-clock-filled:before{content:"\\ea10"}.glyph-alarm-clock:before{content:"\\ea11"}.glyph-alarm-filled:before{content:"\\ea12"}.glyph-alarm:before{content:"\\ea13"}.glyph-analyze:before{content:"\\ea14"}.glyph-anomaly-found:before{content:"\\ea15"}.glyph-anomaly:before{content:"\\ea16"}.glyph-app-menu:before{content:"\\ea17"}.glyph-apps:before{content:"\\ea18"}.glyph-arrow-down-right:before{content:"\\ea19"}.glyph-arrow-down:before{content:"\\ea1a"}.glyph-arrow-left:before{content:"\\ea1b"}.glyph-arrow-right:before{content:"\\ea1c"}.glyph-arrow-up:before{content:"\\ea1d"}.glyph-attach:before{content:"\\ea1e"}.glyph-attachment-upload:before{content:"\\ea1f"}.glyph-audio-description1:before{content:"\\ea20"}.glyph-audio-description2:before{content:"\\ea21"}.glyph-audit-report:before{content:"\\ea22"}.glyph-average:before{content:"\\ea23"}.glyph-bar-code:before{content:"\\ea24"}.glyph-barchart:before{content:"\\ea25"}.glyph-battery-check:before{content:"\\ea26"}.glyph-battery-empty-question:before{content:"\\ea27"}.glyph-battery-empty:before{content:"\\ea28"}.glyph-battery-exclamation:before{content:"\\ea29"}.glyph-battery-full-check:before{content:"\\ea2a"}.glyph-battery-full:before{content:"\\ea2b"}.glyph-battery-half:before{content:"\\ea2c"}.glyph-battery-low:before{content:"\\ea2d"}.glyph-battery-quarter:before{content:"\\ea2e"}.glyph-battery-slash:before{content:"\\ea2f"}.glyph-battery-three-quarter:before{content:"\\ea30"}.glyph-battery-xmark:before{content:"\\ea31"}.glyph-bezier-curve:before{content:"\\ea32"}.glyph-binoculars-filled:before{content:"\\ea33"}.glyph-binoculars:before{content:"\\ea34"}.glyph-book:before{content:"\\ea35"}.glyph-bookmark-filled:before{content:"\\ea36"}.glyph-bookmark:before{content:"\\ea37"}.glyph-building1-filled:before{content:"\\ea38"}.glyph-building1:before{content:"\\ea39"}.glyph-building2-filled:before{content:"\\ea3a"}.glyph-building2:before{content:"\\ea3b"}.glyph-bulb-filled:before{content:"\\ea3c"}.glyph-bulb:before{content:"\\ea3d"}.glyph-calendar-filled:before{content:"\\ea3e"}.glyph-calendar-settings:before{content:"\\ea3f"}.glyph-calendar:before{content:"\\ea40"}.glyph-cancel:before{content:"\\ea41"}.glyph-cancelled:before{content:"\\ea42"}.glyph-capacity-filled:before{content:"\\ea43"}.glyph-capacity:before{content:"\\ea44"}.glyph-capture:before{content:"\\ea45"}.glyph-card-layout-filled:before{content:"\\ea46"}.glyph-card-layout:before{content:"\\ea47"}.glyph-chart-cursor:before{content:"\\ea48"}.glyph-chart-curve-linear:before{content:"\\ea49"}.glyph-chart-curve-spline:before{content:"\\ea4a"}.glyph-chart-curve-stepped:before{content:"\\ea4b"}.glyph-chart-labels-filled:before{content:"\\ea4c"}.glyph-chart-labels:before{content:"\\ea4d"}.glyph-checkbox-component-checked:before{content:"\\ea4e"}.glyph-checkbox-component-mixed:before{content:"\\ea4f"}.glyph-checkbox-component-unchecked:before{content:"\\ea50"}.glyph-checkbox-filled:before{content:"\\ea51"}.glyph-checkbox:before{content:"\\ea52"}.glyph-checkboxes-filled:before{content:"\\ea53"}.glyph-checkboxes:before{content:"\\ea54"}.glyph-chevron-down-small:before{content:"\\ea55"}.glyph-chevron-down:before{content:"\\ea56"}.glyph-chevron-left-small:before{content:"\\ea57"}.glyph-chevron-left:before{content:"\\ea58"}.glyph-chevron-right-small:before{content:"\\ea59"}.glyph-chevron-right:before{content:"\\ea5a"}.glyph-chevron-up-small:before{content:"\\ea5b"}.glyph-chevron-up:before{content:"\\ea5c"}.glyph-circle-dot-filled:before{content:"\\ea5d"}.glyph-circle-dot:before{content:"\\ea5e"}.glyph-circle-filled:before{content:"\\ea5f"}.glyph-circle-pause-filled:before{content:"\\ea60"}.glyph-circle-pause:before{content:"\\ea61"}.glyph-circle-play-filled:before{content:"\\ea62"}.glyph-circle-play:before{content:"\\ea63"}.glyph-circle-stop-filled:before{content:"\\ea64"}.glyph-circle-stop:before{content:"\\ea65"}.glyph-circle:before{content:"\\ea66"}.glyph-clear-filter-filled:before{content:"\\ea67"}.glyph-clear-filter:before{content:"\\ea68"}.glyph-clear:before{content:"\\ea69"}.glyph-clock-filled:before{content:"\\ea6a"}.glyph-clock:before{content:"\\ea6b"}.glyph-close-small:before{content:"\\ea6c"}.glyph-close:before{content:"\\ea6d"}.glyph-cloud-download-add-filled:before{content:"\\ea6e"}.glyph-cloud-download-add:before{content:"\\ea6f"}.glyph-cloud-download-filled:before{content:"\\ea70"}.glyph-cloud-download-list-filled:before{content:"\\ea71"}.glyph-cloud-download-list:before{content:"\\ea72"}.glyph-cloud-download:before{content:"\\ea73"}.glyph-cloud-filled:before{content:"\\ea74"}.glyph-cloud-new-filled:before{content:"\\ea75"}.glyph-cloud-new:before{content:"\\ea76"}.glyph-cloud-success-filled:before{content:"\\ea77"}.glyph-cloud-success:before{content:"\\ea78"}.glyph-cloud-upload-filled:before{content:"\\ea79"}.glyph-cloud-upload:before{content:"\\ea7a"}.glyph-cloud:before{content:"\\ea7b"}.glyph-code:before{content:"\\ea7c"}.glyph-cogwheel-filled:before{content:"\\ea7d"}.glyph-cogwheel:before{content:"\\ea7e"}.glyph-combine:before{content:"\\ea7f"}.glyph-compact-disc-filled:before{content:"\\ea80"}.glyph-compact-disc:before{content:"\\ea81"}.glyph-compound-block:before{content:"\\ea82"}.glyph-configuration:before{content:"\\ea83"}.glyph-configure-filled:before{content:"\\ea84"}.glyph-configure:before{content:"\\ea85"}.glyph-connected:before{content:"\\ea86"}.glyph-connector-chart-filled:before{content:"\\ea87"}.glyph-connector-chart:before{content:"\\ea88"}.glyph-connector-filled:before{content:"\\ea89"}.glyph-connector-hex-filled:before{content:"\\ea8a"}.glyph-connector-hex:before{content:"\\ea8b"}.glyph-connector-rect-filled:before{content:"\\ea8c"}.glyph-connector-rect:before{content:"\\ea8d"}.glyph-connector-rhomb-filled:before{content:"\\ea8e"}.glyph-connector-rhomb:before{content:"\\ea8f"}.glyph-connector:before{content:"\\ea90"}.glyph-contact-details-filled:before{content:"\\ea91"}.glyph-contact-details:before{content:"\\ea92"}.glyph-context-menu:before{content:"\\ea93"}.glyph-controlled-device:before{content:"\\ea94"}.glyph-controller-device:before{content:"\\ea95"}.glyph-copy:before{content:"\\ea96"}.glyph-corner-arrow-up-left:before{content:"\\ea97"}.glyph-couch-filled:before{content:"\\ea98"}.glyph-couch:before{content:"\\ea99"}.glyph-create-plant-filled:before{content:"\\ea9a"}.glyph-create-plant:before{content:"\\ea9b"}.glyph-cut:before{content:"\\ea9c"}.glyph-cycle:before{content:"\\ea9d"}.glyph-data-egress:before{content:"\\ea9e"}.glyph-data-ingress-egress:before{content:"\\ea9f"}.glyph-data-ingress:before{content:"\\eaa0"}.glyph-database-filled:before{content:"\\eaa1"}.glyph-database:before{content:"\\eaa2"}.glyph-details:before{content:"\\eaa3"}.glyph-diagram-module-library:before{content:"\\eaa4"}.glyph-diagram-module-new:before{content:"\\eaa5"}.glyph-diagram-module:before{content:"\\eaa6"}.glyph-diamond:before{content:"\\eaa7"}.glyph-disconnected:before{content:"\\eaa8"}.glyph-disk-filled:before{content:"\\eaa9"}.glyph-disk-pen:before{content:"\\eaaa"}.glyph-disk:before{content:"\\eaab"}.glyph-doc-document:before{content:"\\eaac"}.glyph-document-bulk:before{content:"\\eaad"}.glyph-document-info:before{content:"\\eaae"}.glyph-document-link:before{content:"\\eaaf"}.glyph-document-management:before{content:"\\eab0"}.glyph-document-reference:before{content:"\\eab1"}.glyph-document-settings:before{content:"\\eab2"}.glyph-document-success:before{content:"\\eab3"}.glyph-document:before{content:"\\eab4"}.glyph-double-check:before{content:"\\eab5"}.glyph-double-chevron-down:before{content:"\\eab6"}.glyph-double-chevron-left:before{content:"\\eab7"}.glyph-double-chevron-right:before{content:"\\eab8"}.glyph-double-chevron-up:before{content:"\\eab9"}.glyph-doublet-filled:before{content:"\\eaba"}.glyph-doublet:before{content:"\\eabb"}.glyph-download-add:before{content:"\\eabc"}.glyph-download-list:before{content:"\\eabd"}.glyph-download:before{content:"\\eabe"}.glyph-drop:before{content:"\\eabf"}.glyph-duplicate-document:before{content:"\\eac0"}.glyph-duplicate:before{content:"\\eac1"}.glyph-e-mail-filled:before{content:"\\eac2"}.glyph-e-mail:before{content:"\\eac3"}.glyph-earth-filled:before{content:"\\eac4"}.glyph-earth:before{content:"\\eac5"}.glyph-edit-plant:before{content:"\\eac6"}.glyph-ellipse-arc:before{content:"\\eac7"}.glyph-ellipse-filled:before{content:"\\eac8"}.glyph-ellipse:before{content:"\\eac9"}.glyph-error-filled:before{content:"\\eaca"}.glyph-error:before{content:"\\eacb"}.glyph-explore-filled:before{content:"\\eacc"}.glyph-explore:before{content:"\\eacd"}.glyph-export:before{content:"\\eace"}.glyph-eye-cancelled-filled:before{content:"\\eacf"}.glyph-eye-cancelled:before{content:"\\ead0"}.glyph-eye-filled:before{content:"\\ead1"}.glyph-eye:before{content:"\\ead2"}.glyph-filter-filled:before{content:"\\ead3"}.glyph-filter-outline:before{content:"\\ead4"}.glyph-filter:before{content:"\\ead5"}.glyph-flag-filled:before{content:"\\ead6"}.glyph-flag:before{content:"\\ead7"}.glyph-folder-down-filled:before{content:"\\ead8"}.glyph-folder-down:before{content:"\\ead9"}.glyph-folder-filled:before{content:"\\eada"}.glyph-folder-new-filled:before{content:"\\eadb"}.glyph-folder-new-outline:before{content:"\\eadc"}.glyph-folder-new:before{content:"\\eadd"}.glyph-folder-open-filled:before{content:"\\eade"}.glyph-folder-open-outline:before{content:"\\eadf"}.glyph-folder-open:before{content:"\\eae0"}.glyph-folder-outline:before{content:"\\eae1"}.glyph-folder-up-filled:before{content:"\\eae2"}.glyph-folder-up:before{content:"\\eae3"}.glyph-folder:before{content:"\\eae4"}.glyph-full-screeen-exit:before{content:"\\eae5"}.glyph-full-screeen:before{content:"\\eae6"}.glyph-function-block-library:before{content:"\\eae7"}.glyph-function-block-new:before{content:"\\eae8"}.glyph-function-block:before{content:"\\eae9"}.glyph-function-diagram-new:before{content:"\\eaea"}.glyph-function-diagram:before{content:"\\eaeb"}.glyph-gauge-filled:before{content:"\\eaec"}.glyph-gauge:before{content:"\\eaed"}.glyph-gaugechart:before{content:"\\eaee"}.glyph-global-plant-filled:before{content:"\\eaef"}.glyph-global-plant:before{content:"\\eaf0"}.glyph-globe-filled:before{content:"\\eaf1"}.glyph-globe:before{content:"\\eaf2"}.glyph-goto:before{content:"\\eaf3"}.glyph-group:before{content:"\\eaf4"}.glyph-hardware-cabinet:before{content:"\\eaf5"}.glyph-health-filled:before{content:"\\eaf6"}.glyph-health:before{content:"\\eaf7"}.glyph-heart-filled:before{content:"\\eaf8"}.glyph-heart:before{content:"\\eaf9"}.glyph-hexagon-vertical-bars-database-filled:before{content:"\\eafa"}.glyph-hexagon-vertical-bars-database:before{content:"\\eafb"}.glyph-hexagon-vertical-bars-filled:before{content:"\\eafc"}.glyph-hexagon-vertical-bars:before{content:"\\eafd"}.glyph-hierarchy:before{content:"\\eafe"}.glyph-highlight-filled:before{content:"\\eaff"}.glyph-highlight:before{content:"\\eb00"}.glyph-history-list:before{content:"\\eb01"}.glyph-history:before{content:"\\eb02"}.glyph-home-filled:before{content:"\\eb03"}.glyph-home:before{content:"\\eb04"}.glyph-hourglass:before{content:"\\eb05"}.glyph-image-filled:before{content:"\\eb06"}.glyph-image:before{content:"\\eb07"}.glyph-import:before{content:"\\eb08"}.glyph-info-feed:before{content:"\\eb09"}.glyph-info-filled:before{content:"\\eb0a"}.glyph-info:before{content:"\\eb0b"}.glyph-ingestion-report:before{content:"\\eb0c"}.glyph-ingestion:before{content:"\\eb0d"}.glyph-ink-pen:before{content:"\\eb0e"}.glyph-inquiry-filled:before{content:"\\eb0f"}.glyph-inquiry-mail:before{content:"\\eb10"}.glyph-inquiry:before{content:"\\eb11"}.glyph-item-details-filled:before{content:"\\eb12"}.glyph-item-details:before{content:"\\eb13"}.glyph-label-filled:before{content:"\\eb14"}.glyph-label:before{content:"\\eb15"}.glyph-language-filled:before{content:"\\eb16"}.glyph-language:before{content:"\\eb17"}.glyph-layers-filled:before{content:"\\eb18"}.glyph-layers:before{content:"\\eb19"}.glyph-leaf:before{content:"\\eb1a"}.glyph-legal:before{content:"\\eb1b"}.glyph-library-new:before{content:"\\eb1c"}.glyph-library:before{content:"\\eb1d"}.glyph-license:before{content:"\\eb1e"}.glyph-line-diagonal:before{content:"\\eb1f"}.glyph-link:before{content:"\\eb20"}.glyph-list:before{content:"\\eb21"}.glyph-live-schedule:before{content:"\\eb22"}.glyph-location-filled:before{content:"\\eb23"}.glyph-location-outline:before{content:"\\eb24"}.glyph-location:before{content:"\\eb25"}.glyph-lock-filled:before{content:"\\eb26"}.glyph-lock-key-filled:before{content:"\\eb27"}.glyph-lock-key:before{content:"\\eb28"}.glyph-lock:before{content:"\\eb29"}.glyph-log-in:before{content:"\\eb2a"}.glyph-log-out:before{content:"\\eb2b"}.glyph-log:before{content:"\\eb2c"}.glyph-logic-diagram:before{content:"\\eb2d"}.glyph-lower-limit:before{content:"\\eb2e"}.glyph-mail-filled:before{content:"\\eb2f"}.glyph-mail:before{content:"\\eb30"}.glyph-maintenance-documents:before{content:"\\eb31"}.glyph-maintenance-info:before{content:"\\eb32"}.glyph-maintenance-warning-filled:before{content:"\\eb33"}.glyph-maintenance-warning:before{content:"\\eb34"}.glyph-maintenance:before{content:"\\eb35"}.glyph-mandatory-done:before{content:"\\eb36"}.glyph-mandatory:before{content:"\\eb37"}.glyph-map:before{content:"\\eb38"}.glyph-maximize:before{content:"\\eb39"}.glyph-microphone-filled:before{content:"\\eb3a"}.glyph-microphone:before{content:"\\eb3b"}.glyph-minimize:before{content:"\\eb3c"}.glyph-minus:before{content:"\\eb3d"}.glyph-mix:before{content:"\\eb3e"}.glyph-monitor-filled:before{content:"\\eb3f"}.glyph-monitor-trend:before{content:"\\eb40"}.glyph-monitor:before{content:"\\eb41"}.glyph-moon-filled:before{content:"\\eb42"}.glyph-moon:before{content:"\\eb43"}.glyph-more-menu:before{content:"\\eb44"}.glyph-mouse-click-filled:before{content:"\\eb45"}.glyph-mouse-click:before{content:"\\eb46"}.glyph-mouse-select-filled:before{content:"\\eb47"}.glyph-mouse-select:before{content:"\\eb48"}.glyph-mp4-document:before{content:"\\eb49"}.glyph-namur-check-function-filled:before{content:"\\eb4a"}.glyph-namur-check-function:before{content:"\\eb4b"}.glyph-namur-failure-filled:before{content:"\\eb4c"}.glyph-namur-failure:before{content:"\\eb4d"}.glyph-namur-maintenance-required-filled:before{content:"\\eb4e"}.glyph-namur-maintenance-required:before{content:"\\eb4f"}.glyph-namur-ok-filled:before{content:"\\eb50"}.glyph-namur-ok:before{content:"\\eb51"}.glyph-namur-out-of-spec-filled:before{content:"\\eb52"}.glyph-namur-out-of-spec:before{content:"\\eb53"}.glyph-navigation-filled:before{content:"\\eb54"}.glyph-navigation-left:before{content:"\\eb55"}.glyph-navigation-right:before{content:"\\eb56"}.glyph-navigation:before{content:"\\eb57"}.glyph-new-indicator-filled:before{content:"\\eb58"}.glyph-new-indicator:before{content:"\\eb59"}.glyph-no-filter-filled:before{content:"\\eb5a"}.glyph-no-filter:before{content:"\\eb5b"}.glyph-note-filled:before{content:"\\eb5c"}.glyph-note:before{content:"\\eb5d"}.glyph-notification-filled:before{content:"\\eb5e"}.glyph-notification:before{content:"\\eb5f"}.glyph-notifications-filled:before{content:"\\eb60"}.glyph-notifications:before{content:"\\eb61"}.glyph-ontology-filled:before{content:"\\eb62"}.glyph-ontology:before{content:"\\eb63"}.glyph-open-external:before{content:"\\eb64"}.glyph-open-file-filled:before{content:"\\eb65"}.glyph-open-file:before{content:"\\eb66"}.glyph-operate-plant-filled:before{content:"\\eb67"}.glyph-operate-plant:before{content:"\\eb68"}.glyph-optimize:before{content:"\\eb69"}.glyph-p-and-i-symbols:before{content:"\\eb6a"}.glyph-p-i-diagram:before{content:"\\eb6b"}.glyph-pan:before{content:"\\eb6c"}.glyph-paste:before{content:"\\eb6d"}.glyph-pause:before{content:"\\eb6e"}.glyph-pc-tower-filled:before{content:"\\eb6f"}.glyph-pc-tower:before{content:"\\eb70"}.glyph-pdf-document:before{content:"\\eb71"}.glyph-pen-filled:before{content:"\\eb72"}.glyph-pen:before{content:"\\eb73"}.glyph-phone-filled:before{content:"\\eb74"}.glyph-phone:before{content:"\\eb75"}.glyph-photo-camera-filled:before{content:"\\eb76"}.glyph-photo-camera:before{content:"\\eb77"}.glyph-piechart-filled:before{content:"\\eb78"}.glyph-piechart:before{content:"\\eb79"}.glyph-pin-filled:before{content:"\\eb7a"}.glyph-pin:before{content:"\\eb7b"}.glyph-plant-filled:before{content:"\\eb7c"}.glyph-plant-handbook-filled:before{content:"\\eb7d"}.glyph-plant-handbook:before{content:"\\eb7e"}.glyph-plant-outline:before{content:"\\eb7f"}.glyph-plant-security:before{content:"\\eb80"}.glyph-plant-settings-filled:before{content:"\\eb81"}.glyph-plant-settings:before{content:"\\eb82"}.glyph-plant-user-filled:before{content:"\\eb83"}.glyph-plant-user:before{content:"\\eb84"}.glyph-plant:before{content:"\\eb85"}.glyph-plants-filled:before{content:"\\eb86"}.glyph-plants:before{content:"\\eb87"}.glyph-play-filled:before{content:"\\eb88"}.glyph-play:before{content:"\\eb89"}.glyph-plus-minus-times-divide:before{content:"\\eb8a"}.glyph-plus:before{content:"\\eb8b"}.glyph-point-up-filled:before{content:"\\eb8c"}.glyph-point-up:before{content:"\\eb8d"}.glyph-polar-plot:before{content:"\\eb8e"}.glyph-polygon-filled:before{content:"\\eb8f"}.glyph-polygon-line:before{content:"\\eb90"}.glyph-polygon:before{content:"\\eb91"}.glyph-ppt-document:before{content:"\\eb92"}.glyph-print-filled:before{content:"\\eb93"}.glyph-print:before{content:"\\eb94"}.glyph-prio-high:before{content:"\\eb95"}.glyph-prio-low:before{content:"\\eb96"}.glyph-prio-middle:before{content:"\\eb97"}.glyph-product-catalog:before{content:"\\eb98"}.glyph-product-management:before{content:"\\eb99"}.glyph-product:before{content:"\\eb9a"}.glyph-project-configuration:before{content:"\\eb9b"}.glyph-project-new:before{content:"\\eb9c"}.glyph-project:before{content:"\\eb9d"}.glyph-protocol:before{content:"\\eb9e"}.glyph-publish-document:before{content:"\\eb9f"}.glyph-publish:before{content:"\\eba0"}.glyph-qr-code:before{content:"\\eba1"}.glyph-quality-report:before{content:"\\eba2"}.glyph-question-filled:before{content:"\\eba3"}.glyph-question:before{content:"\\eba4"}.glyph-radarchart:before{content:"\\eba5"}.glyph-radio-waves-off:before{content:"\\eba6"}.glyph-radio-waves:before{content:"\\eba7"}.glyph-random-filled:before{content:"\\eba8"}.glyph-random:before{content:"\\eba9"}.glyph-rectangle-filled:before{content:"\\ebaa"}.glyph-rectangle:before{content:"\\ebab"}.glyph-redo:before{content:"\\ebac"}.glyph-reference:before{content:"\\ebad"}.glyph-refresh-cancelled:before{content:"\\ebae"}.glyph-refresh:before{content:"\\ebaf"}.glyph-reload:before{content:"\\ebb0"}.glyph-remove-eye-filled:before{content:"\\ebb1"}.glyph-remove-eye:before{content:"\\ebb2"}.glyph-rename:before{content:"\\ebb3"}.glyph-report-barchart:before{content:"\\ebb4"}.glyph-report-linechart:before{content:"\\ebb5"}.glyph-report-text:before{content:"\\ebb6"}.glyph-reset:before{content:"\\ebb7"}.glyph-rhomb-filled:before{content:"\\ebb8"}.glyph-rhomb:before{content:"\\ebb9"}.glyph-rocket-filled:before{content:"\\ebba"}.glyph-rocket:before{content:"\\ebbb"}.glyph-scatterplot:before{content:"\\ebbc"}.glyph-scheduler-filled:before{content:"\\ebbd"}.glyph-scheduler:before{content:"\\ebbe"}.glyph-screen-filled:before{content:"\\ebbf"}.glyph-screen:before{content:"\\ebc0"}.glyph-screenshot-filled:before{content:"\\ebc1"}.glyph-screenshot:before{content:"\\ebc2"}.glyph-search:before{content:"\\ebc3"}.glyph-share-filled:before{content:"\\ebc4"}.glyph-share:before{content:"\\ebc5"}.glyph-shopping-cart-filled:before{content:"\\ebc6"}.glyph-shopping-cart:before{content:"\\ebc7"}.glyph-shout-filled:before{content:"\\ebc8"}.glyph-shout:before{content:"\\ebc9"}.glyph-sign-language:before{content:"\\ebca"}.glyph-signal-strength-0:before{content:"\\ebcb"}.glyph-signal-strength-1:before{content:"\\ebcc"}.glyph-signal-strength-2:before{content:"\\ebcd"}.glyph-signal-strength-3:before{content:"\\ebce"}.glyph-signal-strength-4:before{content:"\\ebcf"}.glyph-signal-strength-5:before{content:"\\ebd0"}.glyph-signal-strength-6:before{content:"\\ebd1"}.glyph-signal-strength-7:before{content:"\\ebd2"}.glyph-signal-strength-8:before{content:"\\ebd3"}.glyph-simit-component:before{content:"\\ebd4"}.glyph-simit-macro-component-editor:before{content:"\\ebd5"}.glyph-simit-macro:before{content:"\\ebd6"}.glyph-single-check:before{content:"\\ebd7"}.glyph-skip-back-filled:before{content:"\\ebd8"}.glyph-skip-back:before{content:"\\ebd9"}.glyph-skip-filled:before{content:"\\ebda"}.glyph-skip:before{content:"\\ebdb"}.glyph-snowflake:before{content:"\\ebdc"}.glyph-sort-ascending:before{content:"\\ebdd"}.glyph-sort-descending:before{content:"\\ebde"}.glyph-sort:before{content:"\\ebdf"}.glyph-sound-loud-filled:before{content:"\\ebe0"}.glyph-sound-loud:before{content:"\\ebe1"}.glyph-sound-mute-filled:before{content:"\\ebe2"}.glyph-sound-mute:before{content:"\\ebe3"}.glyph-sound-off-filled:before{content:"\\ebe4"}.glyph-sound-off:before{content:"\\ebe5"}.glyph-sound-quiet-filled:before{content:"\\ebe6"}.glyph-sound-quiet:before{content:"\\ebe7"}.glyph-spatial:before{content:"\\ebe8"}.glyph-split-horizontally:before{content:"\\ebe9"}.glyph-split-vertically:before{content:"\\ebea"}.glyph-star-add-filled:before{content:"\\ebeb"}.glyph-star-add:before{content:"\\ebec"}.glyph-star-cancelled-filled:before{content:"\\ebed"}.glyph-star-cancelled:before{content:"\\ebee"}.glyph-star-filled:before{content:"\\ebef"}.glyph-star-list-filled:before{content:"\\ebf0"}.glyph-star-list:before{content:"\\ebf1"}.glyph-star:before{content:"\\ebf2"}.glyph-start-data-analysis:before{content:"\\ebf3"}.glyph-stop-filled:before{content:"\\ebf4"}.glyph-stop:before{content:"\\ebf5"}.glyph-success-filled:before{content:"\\ebf6"}.glyph-success:before{content:"\\ebf7"}.glyph-sun-filled:before{content:"\\ebf8"}.glyph-sun:before{content:"\\ebf9"}.glyph-support:before{content:"\\ebfa"}.glyph-surveillance-filled:before{content:"\\ebfb"}.glyph-surveillance:before{content:"\\ebfc"}.glyph-svg-document:before{content:"\\ebfd"}.glyph-swap-left-right:before{content:"\\ebfe"}.glyph-switch-slider:before{content:"\\ebff"}.glyph-table-columns:before{content:"\\ec00"}.glyph-table-rows:before{content:"\\ec01"}.glyph-table-settings:before{content:"\\ec02"}.glyph-table:before{content:"\\ec03"}.glyph-tag-filled:before{content:"\\ec04"}.glyph-tag-plus-filled:before{content:"\\ec05"}.glyph-tag-plus:before{content:"\\ec06"}.glyph-tag:before{content:"\\ec07"}.glyph-tasks-all:before{content:"\\ec08"}.glyph-tasks-done:before{content:"\\ec09"}.glyph-tasks-open:before{content:"\\ec0a"}.glyph-text-circle-rectangle-filled:before{content:"\\ec0b"}.glyph-text-circle-rectangle:before{content:"\\ec0c"}.glyph-text-document:before{content:"\\ec0d"}.glyph-text:before{content:"\\ec0e"}.glyph-threshold-cancelled:before{content:"\\ec0f"}.glyph-threshold-off:before{content:"\\ec10"}.glyph-threshold-on:before{content:"\\ec11"}.glyph-to-be-published:before{content:"\\ec12"}.glyph-to-search:before{content:"\\ec13"}.glyph-topic-filled:before{content:"\\ec14"}.glyph-topic:before{content:"\\ec15"}.glyph-touch-filled:before{content:"\\ec16"}.glyph-touch:before{content:"\\ec17"}.glyph-trashcan-filled:before{content:"\\ec18"}.glyph-trashcan:before{content:"\\ec19"}.glyph-tree:before{content:"\\ec1a"}.glyph-trend:before{content:"\\ec1b"}.glyph-triangle-filled:before{content:"\\ec1c"}.glyph-triangle:before{content:"\\ec1d"}.glyph-tulip-filled:before{content:"\\ec1e"}.glyph-tulip:before{content:"\\ec1f"}.glyph-txt-document:before{content:"\\ec20"}.glyph-undo:before{content:"\\ec21"}.glyph-ungroup:before{content:"\\ec22"}.glyph-unlock-filled:before{content:"\\ec23"}.glyph-unlock-plant-filled:before{content:"\\ec24"}.glyph-unlock-plant:before{content:"\\ec25"}.glyph-unlock:before{content:"\\ec26"}.glyph-upload-document-note:before{content:"\\ec27"}.glyph-upload-success:before{content:"\\ec28"}.glyph-upload:before{content:"\\ec29"}.glyph-upper-limit:before{content:"\\ec2a"}.glyph-user-check-filled:before{content:"\\ec2b"}.glyph-user-check:before{content:"\\ec2c"}.glyph-user-filled:before{content:"\\ec2d"}.glyph-user-management-filled:before{content:"\\ec2e"}.glyph-user-management:before{content:"\\ec2f"}.glyph-user-profile-filled:before{content:"\\ec30"}.glyph-user-profile:before{content:"\\ec31"}.glyph-user-settings-filled:before{content:"\\ec32"}.glyph-user-settings:before{content:"\\ec33"}.glyph-user:before{content:"\\ec34"}.glyph-validate:before{content:"\\ec35"}.glyph-vdi-folder:before{content:"\\ec36"}.glyph-version-history:before{content:"\\ec37"}.glyph-video-file-filled:before{content:"\\ec38"}.glyph-video-file:before{content:"\\ec39"}.glyph-warning-filled:before{content:"\\ec3a"}.glyph-warning-rhomb-filled:before{content:"\\ec3b"}.glyph-warning-rhomb:before{content:"\\ec3c"}.glyph-warning:before{content:"\\ec3d"}.glyph-water-bathing:before{content:"\\ec3e"}.glyph-water-fish:before{content:"\\ec3f"}.glyph-water-sunbathing:before{content:"\\ec40"}.glyph-waveform:before{content:"\\ec41"}.glyph-webcam-filled:before{content:"\\ec42"}.glyph-webcam:before{content:"\\ec43"}.glyph-wlan-off:before{content:"\\ec44"}.glyph-wlan-strength-0:before{content:"\\ec45"}.glyph-wlan-strength-1:before{content:"\\ec46"}.glyph-wlan-strength-2:before{content:"\\ec47"}.glyph-wlan-strength-3:before{content:"\\ec48"}.glyph-work-case-filled:before{content:"\\ec49"}.glyph-work-case:before{content:"\\ec4a"}.glyph-x-axis-settings:before{content:"\\ec4b"}.glyph-xls-document:before{content:"\\ec4c"}.glyph-xml-document:before{content:"\\ec4d"}.glyph-y-axis-settings:before{content:"\\ec4e"}.glyph-youtube-filled:before{content:"\\ec4f"}.glyph-youtube:before{content:"\\ec50"}.glyph-zoom-in:before{content:"\\ec51"}.glyph-zoom-out:before{content:"\\ec52"}.glyph-zoom-selection:before{content:"\\ec53"}:host{display:inline-flex;height:1.5rem;width:1.5rem}:host i{color:inherit;transition:color 150ms}:host .svg-container{display:block;position:relative;width:100%;height:100%}:host .svg-container>svg{height:1.5rem;width:1.5rem}:host .svg-container>svg [fill]{fill:var(--theme-color-std-text)}:host .skeleton-box{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:#dddbdd}:host .skeleton-box::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{100%{transform:translateX(100%)}}:host(.size-12){height:0.75rem;width:0.75rem}:host(.size-12) .svg-container>svg{height:0.75rem;width:0.75rem}:host(.size-16){height:1rem;width:1rem}:host(.size-16) .svg-container>svg{height:1rem;width:1rem}:host(.size-32){height:2rem;width:2rem}:host(.size-32) .svg-container>svg{height:2rem;width:2rem}';const a=class{constructor(t){e(this,t);this.size=undefined;this.color=undefined;this.name=undefined;this.src=undefined;this.svgContent=undefined}connectedCallback(){this.loadIconContent()}async loadIconContent(){this.svgContent=await b(this)}render(){const e={};if(this.color){e["color"]=`var(--theme-${this.color})`}if(this.name&&!this.svgContent){const n=this.name;return t(o,{style:e,class:{["size-12"]:this.size==="12",["size-16"]:this.size==="16",["size-24"]:this.size==="24",["size-32"]:this.size==="32"}},t("i",{class:{glyph:true,[`glyph-${n}`]:true,"glyph-12":this.size==="12","glyph-16":this.size==="16","glyph-24":this.size==="24","glyph-32":this.size==="32"}}))}return t(o,{style:e,class:{["size-12"]:this.size==="12",["size-16"]:this.size==="16",["size-24"]:this.size==="24",["size-32"]:this.size==="32"}},this.svgContent?t("div",{class:"svg-container",innerHTML:this.svgContent}):t("span",{class:"skeleton-box",style:{width:"100%",height:"100%"}}))}static get watchers(){return{src:["loadIconContent"],name:["loadIconContent"]}}};a.style=f;export{a as I};
|
2
|
+
//# sourceMappingURL=p-11a7e554.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"names":["isSvgDataUrl","url","startsWith","parser","DOMParser","parseSVGDataContent","content","svgDocument","parseFromString","svgElement","querySelector","Error","outerHTML","async","fetchSVG","response","fetch","responseText","text","ok","console","error","resolveIcon","icon","src","name","iconCss","Icon","connectedCallback","this","loadIconContent","svgContent","render","style","color","iconName","h","Host","class","size","glyph","innerHTML","width","height"],"sources":["./src/components/icon/resolveIcon.ts","./src/components/icon/icon.scss?tag=ix-icon&encapsulation=shadow","./src/components/icon/icon.tsx"],"sourcesContent":["/*\n * COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.\n */\n\nimport { Icon } from './icon';\n\nexport const isSvgDataUrl = (url: string) => url.startsWith('data:image/svg+xml');\n\nconst parser = new DOMParser();\n\nfunction parseSVGDataContent(content: string) {\n const svgDocument = parser.parseFromString(content, 'text/html');\n const svgElement = svgDocument.querySelector('svg');\n\n if (!svgElement) {\n throw Error('No valid svg data provided');\n }\n\n return svgElement.outerHTML;\n}\n\nasync function fetchSVG(url: string) {\n const response = await fetch(url);\n const responseText = await response.text();\n\n if (!response.ok) {\n console.error(responseText);\n return '';\n }\n\n return responseText;\n}\n\nexport async function resolveIcon(icon: Icon) {\n const { src, name } = icon;\n\n if (name) {\n if (isSvgDataUrl(name)) {\n return parseSVGDataContent(name);\n }\n\n //Fallback return undefined to render web font icon\n return;\n }\n\n if (isSvgDataUrl(src)) {\n return parseSVGDataContent(src);\n }\n\n return fetchSVG(src);\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import './generated/ix-icons';\n\n:host {\n display: inline-flex;\n height: 1.5rem;\n width: 1.5rem;\n\n i {\n color: inherit;\n transition: color 150ms;\n }\n\n .svg-container {\n display: block;\n position: relative;\n width: 100%;\n height: 100%;\n }\n\n .svg-container > svg {\n height: 1.5rem;\n width: 1.5rem;\n }\n\n .svg-container > svg [fill] {\n fill: var(--theme-color-std-text);\n }\n\n .skeleton-box {\n display: inline-block;\n height: 1em;\n position: relative;\n overflow: hidden;\n background-color: #dddbdd;\n\n &::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n transform: translateX(-100%);\n background-image: linear-gradient(90deg, rgba(#fff, 0) 0, rgba(#fff, 0.2) 20%, rgba(#fff, 0.5) 60%, rgba(#fff, 0));\n animation: shimmer 2s infinite;\n content: '';\n }\n\n @keyframes shimmer {\n 100% {\n transform: translateX(100%);\n }\n }\n }\n}\n\n:host(.size-12) {\n height: 0.75rem;\n width: 0.75rem;\n\n .svg-container > svg {\n height: 0.75rem;\n width: 0.75rem;\n }\n}\n\n:host(.size-16) {\n height: 1rem;\n width: 1rem;\n\n .svg-container > svg {\n height: 1rem;\n width: 1rem;\n }\n}\n\n:host(.size-32) {\n height: 2rem;\n width: 2rem;\n\n .svg-container > svg {\n height: 2rem;\n width: 2rem;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, h, Host, Prop, State, Watch } from '@stencil/core';\nimport { resolveIcon } from './resolveIcon';\n\n@Component({\n tag: 'ix-icon',\n styleUrl: 'icon.scss',\n shadow: true,\n})\nexport class Icon {\n /**\n * Size of the icon\n */\n @Prop() size: '12' | '16' | '24' | '32';\n\n /**\n * Color of the icon\n */\n @Prop() color: string;\n\n /**\n * Use one of our defined icon names e.g. `copy`.\n */\n @Prop({ reflect: true }) name: string;\n\n /**\n * Path to the svg\n *\n * @internal\n */\n @Prop() src?: string;\n\n @State() svgContent?: string;\n\n connectedCallback() {\n this.loadIconContent();\n }\n\n @Watch('src')\n @Watch('name')\n async loadIconContent() {\n this.svgContent = await resolveIcon(this);\n }\n\n render() {\n const style: {\n [key: string]: string;\n } = {};\n\n if (this.color) {\n style['color'] = `var(--theme-${this.color})`;\n }\n\n if (this.name && !this.svgContent) {\n const iconName = this.name;\n return (\n <Host\n style={style}\n class={{\n ['size-12']: this.size === '12',\n ['size-16']: this.size === '16',\n ['size-24']: this.size === '24',\n ['size-32']: this.size === '32',\n }}\n >\n <i\n class={{\n 'glyph': true,\n [`glyph-${iconName}`]: true,\n 'glyph-12': this.size === '12',\n 'glyph-16': this.size === '16',\n 'glyph-24': this.size === '24',\n 'glyph-32': this.size === '32',\n }}\n ></i>\n </Host>\n );\n }\n\n return (\n <Host\n style={style}\n class={{\n ['size-12']: this.size === '12',\n ['size-16']: this.size === '16',\n ['size-24']: this.size === '24',\n ['size-32']: this.size === '32',\n }}\n >\n {this.svgContent ? (\n <div class={'svg-container'} innerHTML={this.svgContent}></div>\n ) : (\n <span\n class=\"skeleton-box\"\n style={{\n width: '100%',\n height: '100%',\n }}\n ></span>\n )}\n </Host>\n );\n }\n}\n"],"mappings":"kDAMO,MAAMA,EAAgBC,GAAgBA,EAAIC,WAAW,sBAE5D,MAAMC,EAAS,IAAIC,UAEnB,SAASC,EAAoBC,GAC3B,MAAMC,EAAcJ,EAAOK,gBAAgBF,EAAS,aACpD,MAAMG,EAAaF,EAAYG,cAAc,OAE7C,IAAKD,EAAY,CACf,MAAME,MAAM,6B,CAGd,OAAOF,EAAWG,SACpB,CAEAC,eAAeC,EAASb,GACtB,MAAMc,QAAiBC,MAAMf,GAC7B,MAAMgB,QAAqBF,EAASG,OAEpC,IAAKH,EAASI,GAAI,CAChBC,QAAQC,MAAMJ,GACd,MAAO,E,CAGT,OAAOA,CACT,CAEOJ,eAAeS,EAAYC,GAChC,MAAMC,IAAEA,EAAGC,KAAEA,GAASF,EAEtB,GAAIE,EAAM,CACR,GAAIzB,EAAayB,GAAO,CACtB,OAAOpB,EAAoBoB,E,CAI7B,M,CAGF,GAAIzB,EAAawB,GAAM,CACrB,OAAOnB,EAAoBmB,E,CAG7B,OAAOV,EAASU,EAClB,CClDA,MAAME,EAAU,w02B,MCiBHC,EAAI,M,mIAyBfC,oBACEC,KAAKC,iB,CAKPjB,wBACEgB,KAAKE,iBAAmBT,EAAYO,K,CAGtCG,SACE,MAAMC,EAEF,GAEJ,GAAIJ,KAAKK,MAAO,CACdD,EAAM,SAAW,eAAeJ,KAAKK,Q,CAGvC,GAAIL,KAAKJ,OAASI,KAAKE,WAAY,CACjC,MAAMI,EAAWN,KAAKJ,KACtB,OACEW,EAACC,EAAI,CACHJ,MAAOA,EACPK,MAAO,CACL,CAAC,WAAYT,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,OAG7BH,EAAA,KACEE,MAAO,CACLE,MAAS,KACT,CAAC,SAASL,KAAa,KACvB,WAAYN,KAAKU,OAAS,KAC1B,WAAYV,KAAKU,OAAS,KAC1B,WAAYV,KAAKU,OAAS,KAC1B,WAAYV,KAAKU,OAAS,Q,CAOpC,OACEH,EAACC,EAAI,CACHJ,MAAOA,EACPK,MAAO,CACL,CAAC,WAAYT,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,OAG5BV,KAAKE,WACJK,EAAA,OAAKE,MAAO,gBAAiBG,UAAWZ,KAAKE,aAE7CK,EAAA,QACEE,MAAM,eACNL,MAAO,CACLS,MAAO,OACPC,OAAQ,U"}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
const t="ix-icons";let n;let e;let s=false;let o=false;const c=(t,n="")=>{{return()=>{}}};const l=(t,n)=>{{return()=>{}}};const i="{visibility:hidden}.hydrated{visibility:inherit}";const f={};const r=t=>t!=null;const u=t=>{t=typeof t;return t==="object"||t==="function"};function a(t){var n,e,s;return(s=(e=(n=t.head)===null||n===void 0?void 0:n.querySelector('meta[name="csp-nonce"]'))===null||e===void 0?void 0:e.getAttribute("content"))!==null&&s!==void 0?s:undefined}const d=(t,n,...e)=>{let s=null;let o=false;let c=false;const l=[];const i=n=>{for(let e=0;e<n.length;e++){s=n[e];if(Array.isArray(s)){i(s)}else if(s!=null&&typeof s!=="boolean"){if(o=typeof t!=="function"&&!u(s)){s=String(s)}if(o&&c){l[l.length-1].t+=s}else{l.push(o?h(null,s):s)}c=o}}};i(e);if(n){{const t=n.className||n.class;if(t){n.class=typeof t!=="object"?t:Object.keys(t).filter((n=>t[n])).join(" ")}}}const f=h(t,null);f.o=n;if(l.length>0){f.l=l}return f};const h=(t,n)=>{const e={i:0,u:t,t:n,h:null,l:null};{e.o=null}return e};const y={};const p=t=>t&&t.u===y;const $=(t,n)=>{if(t!=null&&!u(t)){if(n&1){return String(t)}return t}return t};const m=(t,n,e)=>{const s=ut.ce(n,e);t.dispatchEvent(s);return s};const b=new WeakMap;const w=(t,n,e)=>{let s=it.get(t);if(dt&&e){s=s||new CSSStyleSheet;if(typeof s==="string"){s=n}else{s.replaceSync(n)}}else{s=n}it.set(t,s)};const S=(t,n,e,s)=>{var o;let c=v(n);const l=it.get(c);t=t.nodeType===11?t:rt;if(l){if(typeof l==="string"){t=t.head||t;let n=b.get(t);let e;if(!n){b.set(t,n=new Set)}if(!n.has(c)){{{e=rt.createElement("style");e.innerHTML=l}const n=(o=ut.p)!==null&&o!==void 0?o:a(rt);if(n!=null){e.setAttribute("nonce",n)}t.insertBefore(e,t.querySelector("link"))}if(n){n.add(c)}}}else if(!t.adoptedStyleSheets.includes(l)){t.adoptedStyleSheets=[...t.adoptedStyleSheets,l]}}return c};const g=t=>{const n=t.$;const e=t.m;const s=n.i;const o=c("attachStyles",n.S);const l=S(e.shadowRoot?e.shadowRoot:e.getRootNode(),n);if(s&10){e["s-sc"]=l;e.classList.add(l+"-h")}o()};const v=(t,n)=>"sc-"+t.S;const j=(t,n,e,s,o,c)=>{if(e!==s){let l=st(t,n);n.toLowerCase();if(n==="class"){const n=t.classList;const o=C(e);const c=C(s);n.remove(...o.filter((t=>t&&!c.includes(t))));n.add(...c.filter((t=>t&&!o.includes(t))))}else if(n==="style"){{for(const n in e){if(!s||s[n]==null){if(n.includes("-")){t.style.removeProperty(n)}else{t.style[n]=""}}}}for(const n in s){if(!e||s[n]!==e[n]){if(n.includes("-")){t.style.setProperty(n,s[n])}else{t.style[n]=s[n]}}}}else{const i=u(s);if((l||i&&s!==null)&&!o){try{if(!t.tagName.includes("-")){const o=s==null?"":s;if(n==="list"){l=false}else if(e==null||t[n]!=o){t[n]=o}}else{t[n]=s}}catch(t){}}if(s==null||s===false){if(s!==false||t.getAttribute(n)===""){{t.removeAttribute(n)}}}else if((!l||c&4||o)&&!i){s=s===true?"":s;{t.setAttribute(n,s)}}}}};const k=/\s/;const C=t=>!t?[]:t.split(k);const M=(t,n,e,s)=>{const o=n.h.nodeType===11&&n.h.host?n.h.host:n.h;const c=t&&t.o||f;const l=n.o||f;{for(s in c){if(!(s in l)){j(o,s,c[s],undefined,e,n.i)}}}for(s in l){j(o,s,c[s],l[s],e,n.i)}};const O=(t,e,o,c)=>{const l=e.l[o];let i=0;let f;let u;if(l.t!==null){f=l.h=rt.createTextNode(l.t)}else{f=l.h=rt.createElement(l.u);{M(null,l,s)}if(r(n)&&f["s-si"]!==n){f.classList.add(f["s-si"]=n)}if(l.l){for(i=0;i<l.l.length;++i){u=O(t,l,i);if(u){f.appendChild(u)}}}}return f};const P=(t,n,s,o,c,l)=>{let i=t;let f;if(i.shadowRoot&&i.tagName===e){i=i.shadowRoot}for(;c<=l;++c){if(o[c]){f=O(null,s,c);if(f){o[c].h=f;i.insertBefore(f,n)}}}};const x=(t,n,e)=>{for(let s=n;s<=e;++s){const n=t[s];if(n){const t=n.h;if(t){t.remove()}}}};const U=(t,n,e,s)=>{let o=0;let c=0;let l=n.length-1;let i=n[0];let f=n[l];let r=s.length-1;let u=s[0];let a=s[r];let d;while(o<=l&&c<=r){if(i==null){i=n[++o]}else if(f==null){f=n[--l]}else if(u==null){u=s[++c]}else if(a==null){a=s[--r]}else if(E(i,u)){N(i,u);i=n[++o];u=s[++c]}else if(E(f,a)){N(f,a);f=n[--l];a=s[--r]}else if(E(i,a)){N(i,a);t.insertBefore(i.h,f.h.nextSibling);i=n[++o];a=s[--r]}else if(E(f,u)){N(f,u);t.insertBefore(f.h,i.h);f=n[--l];u=s[++c]}else{{d=O(n&&n[c],e,c);u=s[++c]}if(d){{i.h.parentNode.insertBefore(d,i.h)}}}}if(o>l){P(t,s[r+1]==null?null:s[r+1].h,e,s,c,r)}else if(c>r){x(n,o,l)}};const E=(t,n)=>{if(t.u===n.u){return true}return false};const N=(t,n)=>{const e=n.h=t.h;const o=t.l;const c=n.l;const l=n.t;if(l===null){{{M(t,n,s)}}if(o!==null&&c!==null){U(e,o,n,c)}else if(c!==null){if(t.t!==null){e.textContent=""}P(e,null,n,c,0,c.length-1)}else if(o!==null){x(o,0,o.length-1)}}else if(t.t!==l){e.data=l}};const T=(t,s)=>{const o=t.m;const c=t.$;const l=t.g||h(null,null);const i=p(s)?s:d(null,null,s);e=o.tagName;if(c.v){i.o=i.o||{};c.v.map((([t,n])=>i.o[n]=o[t]))}i.u=null;i.i|=4;t.g=i;i.h=l.h=o.shadowRoot||o;{n=o["s-sc"]}N(l,i)};const A=(t,n)=>{if(n&&!t.j&&n["s-p"]){n["s-p"].push(new Promise((n=>t.j=n)))}};const H=(t,n)=>{{t.i|=16}if(t.i&4){t.i|=512;return}A(t,t.k);const e=()=>L(t,n);return wt(e)};const L=(t,n)=>{const e=c("scheduleUpdate",t.$.S);const s=t.C;let o;e();return R(o,(()=>W(t,s,n)))};const R=(t,n)=>t instanceof Promise?t.then(n):n();const W=async(t,n,e)=>{const s=t.m;const o=c("update",t.$.S);const l=s["s-rc"];if(e){g(t)}const i=c("render",t.$.S);{q(t,n)}if(l){l.map((t=>t()));s["s-rc"]=undefined}i();o();{const n=s["s-p"];const e=()=>F(t);if(n.length===0){e()}else{Promise.all(n).then(e);t.i|=4;n.length=0}}};const q=(t,n,e)=>{try{n=n.render();{t.i&=~16}{t.i|=2}{{{T(t,n)}}}}catch(n){ot(n,t.m)}return null};const F=t=>{const n=t.$.S;const e=t.m;const s=c("postUpdate",n);const o=t.k;if(!(t.i&64)){t.i|=64;{_(e)}s();{t.M(e);if(!o){I()}}}else{s()}{if(t.j){t.j();t.j=undefined}if(t.i&512){bt((()=>H(t,false)))}t.i&=~(4|512)}};const I=n=>{{_(rt.documentElement)}bt((()=>m(ft,"appload",{detail:{namespace:t}})))};const V=(t,n,e)=>{if(t&&t[n]){try{return t[n](e)}catch(t){ot(t)}}return undefined};const _=t=>t.classList.add("hydrated");const z=(t,n)=>tt(t).O.get(n);const B=(t,n,e,s)=>{const o=tt(t);const c=o.m;const l=o.O.get(n);const i=o.i;const f=o.C;e=$(e,s.P[n][0]);const r=Number.isNaN(l)&&Number.isNaN(e);const u=e!==l&&!r;if((!(i&8)||l===undefined)&&u){o.O.set(n,e);if(f){if(s.U&&i&128){const t=s.U[n];if(t){t.map((t=>{try{f[t](e,l,n)}catch(t){ot(t,c)}}))}}if((i&(2|16))===2){H(o,false)}}}};const D=(t,n,e)=>{if(n.P){if(t.watchers){n.U=t.watchers}const s=Object.entries(n.P);const o=t.prototype;s.map((([t,[s]])=>{if(s&31||e&2&&s&32){Object.defineProperty(o,t,{get(){return z(this,t)},set(e){B(this,t,e,n)},configurable:true,enumerable:true})}}));if(e&1){const e=new Map;o.attributeChangedCallback=function(t,n,s){ut.jmp((()=>{const n=e.get(t);if(this.hasOwnProperty(n)){s=this[n];delete this[n]}else if(o.hasOwnProperty(n)&&typeof this[n]==="number"&&this[n]==s){return}this[n]=s===null&&typeof this[n]==="boolean"?false:s}))};t.observedAttributes=s.filter((([t,n])=>n[0]&15)).map((([t,s])=>{const o=s[1]||t;e.set(o,t);if(s[0]&512){n.v.push([t,o])}return o}))}}return t};const G=async(t,n,e,s,o)=>{if((n.i&32)===0){n.i|=32;{o=lt(e);if(o.then){const t=l();o=await o;t()}if(!o.isProxied){{e.U=o.watchers}D(o,e,2);o.isProxied=true}const t=c("createInstance",e.S);{n.i|=8}try{new o(n)}catch(t){ot(t)}{n.i&=~8}{n.i|=128}t();J(n.C)}if(o.style){let t=o.style;const n=v(e);if(!it.has(n)){const s=c("registerStyles",e.S);w(n,t,!!(e.i&1));s()}}}const i=n.k;const f=()=>H(n,true);if(i&&i["s-rc"]){i["s-rc"].push(f)}else{f()}};const J=t=>{{V(t,"connectedCallback")}};const K=t=>{if((ut.i&1)===0){const n=tt(t);const e=n.$;const s=c("connectedCallback",e.S);if(!(n.i&1)){n.i|=1;{let e=t;while(e=e.parentNode||e.host){if(e["s-p"]){A(n,n.k=e);break}}}if(e.P){Object.entries(e.P).map((([n,[e]])=>{if(e&31&&t.hasOwnProperty(n)){const e=t[n];delete t[n];t[n]=e}}))}{G(t,n,e)}}else{J(n.C)}s()}};const Q=t=>{if((ut.i&1)===0){tt(t)}};const X=(t,n={})=>{var e;const s=c();const o=[];const l=n.exclude||[];const f=ft.customElements;const r=rt.head;const u=r.querySelector("meta[charset]");const d=rt.createElement("style");const h=[];let y;let p=true;Object.assign(ut,n);ut.N=new URL(n.resourcesUrl||"./",rt.baseURI).href;t.map((t=>{t[1].map((n=>{const e={i:n[0],S:n[1],P:n[2],T:n[3]};{e.P=n[2]}{e.v=[]}{e.U={}}const s=e.S;const c=class extends HTMLElement{constructor(t){super(t);t=this;et(t,e);if(e.i&1){{{t.attachShadow({mode:"open"})}}}}connectedCallback(){if(y){clearTimeout(y);y=null}if(p){h.push(this)}else{ut.jmp((()=>K(this)))}}disconnectedCallback(){ut.jmp((()=>Q(this)))}componentOnReady(){return tt(this).A}};e.H=t[0];if(!l.includes(s)&&!f.get(s)){o.push(s);f.define(s,D(c,e,1))}}))}));{d.innerHTML=o+i;d.setAttribute("data-styles","");const t=(e=ut.p)!==null&&e!==void 0?e:a(rt);if(t!=null){d.setAttribute("nonce",t)}r.insertBefore(d,u?u.nextSibling:r.firstChild)}p=false;if(h.length){h.map((t=>t.connectedCallback()))}else{{ut.jmp((()=>y=setTimeout(I,30)))}}s()};const Y=t=>ut.p=t;const Z=new WeakMap;const tt=t=>Z.get(t);const nt=(t,n)=>Z.set(n.C=t,n);const et=(t,n)=>{const e={i:0,m:t,$:n,O:new Map};{e.A=new Promise((t=>e.M=t));t["s-p"]=[];t["s-rc"]=[]}return Z.set(t,e)};const st=(t,n)=>n in t;const ot=(t,n)=>(0,console.error)(t,n);const ct=new Map;const lt=(t,n,e)=>{const s=t.S.replace(/-/g,"_");const o=t.H;const c=ct.get(o);if(c){return c[s]}
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${o}.entry.js${""}`).then((t=>{{ct.set(o,t)}return t[s]}),ot)};const it=new Map;const ft=typeof window!=="undefined"?window:{};const rt=ft.document||{head:{}};const ut={i:0,N:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,n,e,s)=>t.addEventListener(n,e,s),rel:(t,n,e,s)=>t.removeEventListener(n,e,s),ce:(t,n)=>new CustomEvent(t,n)};const at=t=>Promise.resolve(t);const dt=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(t){}return false})();const ht=[];const yt=[];const pt=(t,n)=>e=>{t.push(e);if(!o){o=true;if(n&&ut.i&4){bt(mt)}else{ut.raf(mt)}}};const $t=t=>{for(let n=0;n<t.length;n++){try{t[n](performance.now())}catch(t){ot(t)}}t.length=0};const mt=()=>{$t(ht);{$t(yt);if(o=ht.length>0){ut.raf(mt)}}};const bt=t=>at().then(t);const wt=pt(yt,true);export{y as H,X as b,d as h,at as p,nt as r,Y as s};
|
3
|
+
//# sourceMappingURL=p-625c25c8.js.map
|