@siemens/ix 1.6.0 → 1.6.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{icon-c65f0901.js → icon-4c954853.js} +14 -6
- package/dist/cjs/icon-4c954853.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +1 -1
- package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-icon.cjs.entry.js +1 -1
- package/dist/cjs/my-component.cjs.entry.js +1 -1
- package/dist/cjs/my-component.cjs.entry.js.map +1 -1
- package/dist/collection/components/basic-navigation/basic-navigation.css +1 -1
- package/dist/collection/components/my-component/my-component.css +1 -1
- package/dist/components/icon.js +13 -5
- package/dist/components/icon.js.map +1 -1
- package/dist/components/ix-basic-navigation.js +1 -1
- package/dist/components/ix-basic-navigation.js.map +1 -1
- package/dist/components/my-component.js +1 -1
- package/dist/components/my-component.js.map +1 -1
- package/dist/esm/{icon-21211f80.js → icon-c659fc0f.js} +14 -6
- package/dist/esm/icon-c659fc0f.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/ix-basic-navigation.entry.js +1 -1
- package/dist/esm/ix-basic-navigation.entry.js.map +1 -1
- package/dist/esm/ix-icon.entry.js +1 -1
- package/dist/esm/my-component.entry.js +1 -1
- package/dist/esm/my-component.entry.js.map +1 -1
- package/dist/siemens-ix/index.esm.js +1 -1
- package/dist/siemens-ix/p-3ddf017b.entry.js +2 -0
- package/dist/siemens-ix/{p-5ec38498.entry.js → p-3ec2368b.entry.js} +2 -2
- package/dist/siemens-ix/{p-5ec38498.entry.js.map → p-3ec2368b.entry.js.map} +1 -1
- package/dist/siemens-ix/p-4851ea38.entry.js +2 -0
- package/dist/siemens-ix/p-4851ea38.entry.js.map +1 -0
- package/dist/siemens-ix/p-b1db27a3.js +2 -0
- package/dist/siemens-ix/p-b1db27a3.js.map +1 -0
- package/dist/siemens-ix/siemens-ix.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/icon-c65f0901.js.map +0 -1
- package/dist/esm/icon-21211f80.js.map +0 -1
- package/dist/siemens-ix/p-1abcd6ba.js +0 -2
- package/dist/siemens-ix/p-1abcd6ba.js.map +0 -1
- package/dist/siemens-ix/p-b9c2e7d9.entry.js +0 -2
- package/dist/siemens-ix/p-b9c2e7d9.entry.js.map +0 -1
- package/dist/siemens-ix/p-c349b266.entry.js +0 -2
- /package/dist/siemens-ix/{p-c349b266.entry.js.map → p-3ddf017b.entry.js.map} +0 -0
|
@@ -2,10 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-c978628a.js');
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
const isSvgDataUrl = (url) => {
|
|
6
|
+
if (!url) {
|
|
7
|
+
return false;
|
|
8
|
+
}
|
|
9
|
+
if (typeof url !== 'string') {
|
|
10
|
+
return false;
|
|
11
|
+
}
|
|
12
|
+
return url.startsWith('data:image/svg+xml');
|
|
13
|
+
};
|
|
9
14
|
let parser = null;
|
|
10
15
|
function parseSVGDataContent(content) {
|
|
11
16
|
if (typeof window['DOMParser'] === 'undefined') {
|
|
@@ -29,7 +34,7 @@ async function fetchSVG(url) {
|
|
|
29
34
|
console.error(responseText);
|
|
30
35
|
return '';
|
|
31
36
|
}
|
|
32
|
-
return responseText;
|
|
37
|
+
return parseSVGDataContent(responseText);
|
|
33
38
|
}
|
|
34
39
|
async function resolveIcon(icon) {
|
|
35
40
|
const { src, name } = icon;
|
|
@@ -40,6 +45,9 @@ async function resolveIcon(icon) {
|
|
|
40
45
|
//Fallback return undefined to render web font icon
|
|
41
46
|
return;
|
|
42
47
|
}
|
|
48
|
+
if (!src) {
|
|
49
|
+
return '';
|
|
50
|
+
}
|
|
43
51
|
if (isSvgDataUrl(src)) {
|
|
44
52
|
return parseSVGDataContent(src);
|
|
45
53
|
}
|
|
@@ -103,4 +111,4 @@ Icon.style = iconCss;
|
|
|
103
111
|
|
|
104
112
|
exports.Icon = Icon;
|
|
105
113
|
|
|
106
|
-
//# sourceMappingURL=icon-
|
|
114
|
+
//# sourceMappingURL=icon-4c954853.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"icon-4c954853.js","mappings":"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","names":["h","Host"],"sources":["../../node_modules/@siemens/ix-icons/dist/collection/components/icon/resolveIcon.js","../../node_modules/@siemens/ix-icons/dist/collection/components/icon/icon.css?tag=ix-icon&encapsulation=shadow","../../node_modules/@siemens/ix-icons/dist/collection/components/icon/icon.js"],"sourcesContent":["export const isSvgDataUrl = (url) => {\n if (!url) {\n return false;\n }\n if (typeof url !== 'string') {\n return false;\n }\n return url.startsWith('data:image/svg+xml');\n};\nlet parser = null;\nfunction parseSVGDataContent(content) {\n if (typeof window['DOMParser'] === 'undefined') {\n console.warn('DOMParser not supported by your browser.');\n return;\n }\n if (parser === null) {\n parser = new window['DOMParser']();\n }\n const svgDocument = parser.parseFromString(content, 'text/html');\n const svgElement = svgDocument.querySelector('svg');\n if (!svgElement) {\n throw Error('No valid svg data provided');\n }\n return svgElement.outerHTML;\n}\nasync function fetchSVG(url) {\n const response = await fetch(url);\n const responseText = await response.text();\n if (!response.ok) {\n console.error(responseText);\n return '';\n }\n return parseSVGDataContent(responseText);\n}\nexport async function resolveIcon(icon) {\n const { src, name } = icon;\n if (name) {\n if (isSvgDataUrl(name)) {\n return parseSVGDataContent(name);\n }\n //Fallback return undefined to render web font icon\n return;\n }\n if (!src) {\n return '';\n }\n if (isSvgDataUrl(src)) {\n return parseSVGDataContent(src);\n }\n return fetchSVG(src);\n}\n//# sourceMappingURL=resolveIcon.js.map\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 * COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.\n */\n.glyph {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1;\n font-family: \"ix-icons\";\n font-size: 1.5rem;\n font-weight: 500;\n}\n\n.glyph-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -15%;\n}\n\n.glyph-2x {\n font-size: 2em;\n}\n\n.glyph-3x {\n font-size: 3em;\n}\n\n.glyph-4x {\n font-size: 4em;\n}\n\n.glyph-5x {\n font-size: 5em;\n}\n\n.glyph-fw {\n width: 1.2857142857em;\n text-align: center;\n}\n\n.glyph-12 {\n font-size: 0.75rem;\n}\n\n.glyph-16 {\n font-size: 1rem;\n}\n\n.glyph-24 {\n font-size: 1.5rem;\n}\n\n.glyph-32 {\n font-size: 2rem;\n}\n\n.glyph-about-filled:before {\n content: \"\\ea01\";\n}\n\n.glyph-about:before {\n content: \"\\ea02\";\n}\n\n.glyph-add-circle-filled:before {\n content: \"\\ea03\";\n}\n\n.glyph-add-circle:before {\n content: \"\\ea04\";\n}\n\n.glyph-add-document-note:before {\n content: \"\\ea05\";\n}\n\n.glyph-add-eye-filled:before {\n content: \"\\ea06\";\n}\n\n.glyph-add-eye:before {\n content: \"\\ea07\";\n}\n\n.glyph-add-task-list:before {\n content: \"\\ea08\";\n}\n\n.glyph-add-task:before {\n content: \"\\ea09\";\n}\n\n.glyph-add:before {\n content: \"\\ea0a\";\n}\n\n.glyph-ai:before {\n content: \"\\ea0b\";\n}\n\n.glyph-alarm-bell-cancelled-filled:before {\n content: \"\\ea0c\";\n}\n\n.glyph-alarm-bell-cancelled:before {\n content: \"\\ea0d\";\n}\n\n.glyph-alarm-bell-filled:before {\n content: \"\\ea0e\";\n}\n\n.glyph-alarm-bell:before {\n content: \"\\ea0f\";\n}\n\n.glyph-alarm-clock-filled:before {\n content: \"\\ea10\";\n}\n\n.glyph-alarm-clock:before {\n content: \"\\ea11\";\n}\n\n.glyph-alarm-filled:before {\n content: \"\\ea12\";\n}\n\n.glyph-alarm:before {\n content: \"\\ea13\";\n}\n\n.glyph-analyze:before {\n content: \"\\ea14\";\n}\n\n.glyph-anomaly-found:before {\n content: \"\\ea15\";\n}\n\n.glyph-anomaly:before {\n content: \"\\ea16\";\n}\n\n.glyph-app-menu:before {\n content: \"\\ea17\";\n}\n\n.glyph-apps:before {\n content: \"\\ea18\";\n}\n\n.glyph-arrow-down-right:before {\n content: \"\\ea19\";\n}\n\n.glyph-arrow-down:before {\n content: \"\\ea1a\";\n}\n\n.glyph-arrow-left:before {\n content: \"\\ea1b\";\n}\n\n.glyph-arrow-right-down:before {\n content: \"\\ea1c\";\n}\n\n.glyph-arrow-right:before {\n content: \"\\ea1d\";\n}\n\n.glyph-arrow-up:before {\n content: \"\\ea1e\";\n}\n\n.glyph-attach:before {\n content: \"\\ea1f\";\n}\n\n.glyph-attachment-upload:before {\n content: \"\\ea20\";\n}\n\n.glyph-audio-description1:before {\n content: \"\\ea21\";\n}\n\n.glyph-audio-description2:before {\n content: \"\\ea22\";\n}\n\n.glyph-audit-report:before {\n content: \"\\ea23\";\n}\n\n.glyph-average:before {\n content: \"\\ea24\";\n}\n\n.glyph-backup-filled:before {\n content: \"\\ea25\";\n}\n\n.glyph-backup:before {\n content: \"\\ea26\";\n}\n\n.glyph-bar-code:before {\n content: \"\\ea27\";\n}\n\n.glyph-barchart:before {\n content: \"\\ea28\";\n}\n\n.glyph-battery-check:before {\n content: \"\\ea29\";\n}\n\n.glyph-battery-empty-question:before {\n content: \"\\ea2a\";\n}\n\n.glyph-battery-empty:before {\n content: \"\\ea2b\";\n}\n\n.glyph-battery-exclamation:before {\n content: \"\\ea2c\";\n}\n\n.glyph-battery-full-check:before {\n content: \"\\ea2d\";\n}\n\n.glyph-battery-full:before {\n content: \"\\ea2e\";\n}\n\n.glyph-battery-half:before {\n content: \"\\ea2f\";\n}\n\n.glyph-battery-low:before {\n content: \"\\ea30\";\n}\n\n.glyph-battery-quarter:before {\n content: \"\\ea31\";\n}\n\n.glyph-battery-slash:before {\n content: \"\\ea32\";\n}\n\n.glyph-battery-three-quarter:before {\n content: \"\\ea33\";\n}\n\n.glyph-battery-xmark:before {\n content: \"\\ea34\";\n}\n\n.glyph-bezier-curve:before {\n content: \"\\ea35\";\n}\n\n.glyph-binoculars-filled:before {\n content: \"\\ea36\";\n}\n\n.glyph-binoculars:before {\n content: \"\\ea37\";\n}\n\n.glyph-blazor:before {\n content: \"\\ea38\";\n}\n\n.glyph-book:before {\n content: \"\\ea39\";\n}\n\n.glyph-bookmark-filled:before {\n content: \"\\ea3a\";\n}\n\n.glyph-bookmark:before {\n content: \"\\ea3b\";\n}\n\n.glyph-boundary-signals:before {\n content: \"\\ea3c\";\n}\n\n.glyph-building1-filled:before {\n content: \"\\ea3d\";\n}\n\n.glyph-building1:before {\n content: \"\\ea3e\";\n}\n\n.glyph-building2-filled:before {\n content: \"\\ea3f\";\n}\n\n.glyph-building2:before {\n content: \"\\ea40\";\n}\n\n.glyph-bulb-filled:before {\n content: \"\\ea41\";\n}\n\n.glyph-bulb:before {\n content: \"\\ea42\";\n}\n\n.glyph-calendar-filled:before {\n content: \"\\ea43\";\n}\n\n.glyph-calendar-settings:before {\n content: \"\\ea44\";\n}\n\n.glyph-calendar:before {\n content: \"\\ea45\";\n}\n\n.glyph-cancel:before {\n content: \"\\ea46\";\n}\n\n.glyph-cancelled:before {\n content: \"\\ea47\";\n}\n\n.glyph-capacity-filled:before {\n content: \"\\ea48\";\n}\n\n.glyph-capacity:before {\n content: \"\\ea49\";\n}\n\n.glyph-capture:before {\n content: \"\\ea4a\";\n}\n\n.glyph-car-filled:before {\n content: \"\\ea4b\";\n}\n\n.glyph-car:before {\n content: \"\\ea4c\";\n}\n\n.glyph-card-layout-filled:before {\n content: \"\\ea4d\";\n}\n\n.glyph-card-layout:before {\n content: \"\\ea4e\";\n}\n\n.glyph-chart-cursor:before {\n content: \"\\ea4f\";\n}\n\n.glyph-chart-curve-linear:before {\n content: \"\\ea50\";\n}\n\n.glyph-chart-curve-spline:before {\n content: \"\\ea51\";\n}\n\n.glyph-chart-curve-stepped:before {\n content: \"\\ea52\";\n}\n\n.glyph-chart-diagram-add:before {\n content: \"\\ea53\";\n}\n\n.glyph-chart-diagram:before {\n content: \"\\ea54\";\n}\n\n.glyph-chart-diagrams:before {\n content: \"\\ea55\";\n}\n\n.glyph-chart-labels-filled:before {\n content: \"\\ea56\";\n}\n\n.glyph-chart-labels:before {\n content: \"\\ea57\";\n}\n\n.glyph-check-in:before {\n content: \"\\ea58\";\n}\n\n.glyph-check-out:before {\n content: \"\\ea59\";\n}\n\n.glyph-checkbox-component-checked:before {\n content: \"\\ea5a\";\n}\n\n.glyph-checkbox-component-mixed:before {\n content: \"\\ea5b\";\n}\n\n.glyph-checkbox-component-unchecked:before {\n content: \"\\ea5c\";\n}\n\n.glyph-checkbox-filled:before {\n content: \"\\ea5d\";\n}\n\n.glyph-checkbox:before {\n content: \"\\ea5e\";\n}\n\n.glyph-checkboxes-filled:before {\n content: \"\\ea5f\";\n}\n\n.glyph-checkboxes:before {\n content: \"\\ea60\";\n}\n\n.glyph-chevron-down-small:before {\n content: \"\\ea61\";\n}\n\n.glyph-chevron-down:before {\n content: \"\\ea62\";\n}\n\n.glyph-chevron-left-small:before {\n content: \"\\ea63\";\n}\n\n.glyph-chevron-left:before {\n content: \"\\ea64\";\n}\n\n.glyph-chevron-right-small:before {\n content: \"\\ea65\";\n}\n\n.glyph-chevron-right:before {\n content: \"\\ea66\";\n}\n\n.glyph-chevron-up-small:before {\n content: \"\\ea67\";\n}\n\n.glyph-chevron-up:before {\n content: \"\\ea68\";\n}\n\n.glyph-circle-dot-filled:before {\n content: \"\\ea69\";\n}\n\n.glyph-circle-dot:before {\n content: \"\\ea6a\";\n}\n\n.glyph-circle-filled:before {\n content: \"\\ea6b\";\n}\n\n.glyph-circle-pause-filled:before {\n content: \"\\ea6c\";\n}\n\n.glyph-circle-pause:before {\n content: \"\\ea6d\";\n}\n\n.glyph-circle-play-filled:before {\n content: \"\\ea6e\";\n}\n\n.glyph-circle-play:before {\n content: \"\\ea6f\";\n}\n\n.glyph-circle-stop-filled:before {\n content: \"\\ea70\";\n}\n\n.glyph-circle-stop:before {\n content: \"\\ea71\";\n}\n\n.glyph-circle:before {\n content: \"\\ea72\";\n}\n\n.glyph-clear-filter-filled:before {\n content: \"\\ea73\";\n}\n\n.glyph-clear-filter:before {\n content: \"\\ea74\";\n}\n\n.glyph-clear:before {\n content: \"\\ea75\";\n}\n\n.glyph-clock-filled:before {\n content: \"\\ea76\";\n}\n\n.glyph-clock:before {\n content: \"\\ea77\";\n}\n\n.glyph-close-small:before {\n content: \"\\ea78\";\n}\n\n.glyph-close:before {\n content: \"\\ea79\";\n}\n\n.glyph-cloud-download-add-filled:before {\n content: \"\\ea7a\";\n}\n\n.glyph-cloud-download-add:before {\n content: \"\\ea7b\";\n}\n\n.glyph-cloud-download-filled:before {\n content: \"\\ea7c\";\n}\n\n.glyph-cloud-download-list-filled:before {\n content: \"\\ea7d\";\n}\n\n.glyph-cloud-download-list:before {\n content: \"\\ea7e\";\n}\n\n.glyph-cloud-download:before {\n content: \"\\ea7f\";\n}\n\n.glyph-cloud-filled:before {\n content: \"\\ea80\";\n}\n\n.glyph-cloud-new-filled:before {\n content: \"\\ea81\";\n}\n\n.glyph-cloud-new:before {\n content: \"\\ea82\";\n}\n\n.glyph-cloud-success-filled:before {\n content: \"\\ea83\";\n}\n\n.glyph-cloud-success:before {\n content: \"\\ea84\";\n}\n\n.glyph-cloud-upload-filled:before {\n content: \"\\ea85\";\n}\n\n.glyph-cloud-upload:before {\n content: \"\\ea86\";\n}\n\n.glyph-cloud:before {\n content: \"\\ea87\";\n}\n\n.glyph-code:before {\n content: \"\\ea88\";\n}\n\n.glyph-cogwheel-filled:before {\n content: \"\\ea89\";\n}\n\n.glyph-cogwheel:before {\n content: \"\\ea8a\";\n}\n\n.glyph-combine:before {\n content: \"\\ea8b\";\n}\n\n.glyph-compact-disc-filled:before {\n content: \"\\ea8c\";\n}\n\n.glyph-compact-disc:before {\n content: \"\\ea8d\";\n}\n\n.glyph-compound-block:before {\n content: \"\\ea8e\";\n}\n\n.glyph-configuration:before {\n content: \"\\ea8f\";\n}\n\n.glyph-configure-filled:before {\n content: \"\\ea90\";\n}\n\n.glyph-configure:before {\n content: \"\\ea91\";\n}\n\n.glyph-connected:before {\n content: \"\\ea92\";\n}\n\n.glyph-connector-chart-filled:before {\n content: \"\\ea93\";\n}\n\n.glyph-connector-chart:before {\n content: \"\\ea94\";\n}\n\n.glyph-connector-filled:before {\n content: \"\\ea95\";\n}\n\n.glyph-connector-hex-filled:before {\n content: \"\\ea96\";\n}\n\n.glyph-connector-hex:before {\n content: \"\\ea97\";\n}\n\n.glyph-connector-rect-filled:before {\n content: \"\\ea98\";\n}\n\n.glyph-connector-rect:before {\n content: \"\\ea99\";\n}\n\n.glyph-connector-rhomb-filled:before {\n content: \"\\ea9a\";\n}\n\n.glyph-connector-rhomb:before {\n content: \"\\ea9b\";\n}\n\n.glyph-connector:before {\n content: \"\\ea9c\";\n}\n\n.glyph-consistency-check:before {\n content: \"\\ea9d\";\n}\n\n.glyph-contact-details-filled:before {\n content: \"\\ea9e\";\n}\n\n.glyph-contact-details:before {\n content: \"\\ea9f\";\n}\n\n.glyph-context-menu:before {\n content: \"\\eaa0\";\n}\n\n.glyph-controlled-device:before {\n content: \"\\eaa1\";\n}\n\n.glyph-controller-device:before {\n content: \"\\eaa2\";\n}\n\n.glyph-copy:before {\n content: \"\\eaa3\";\n}\n\n.glyph-corner-arrow-up-left:before {\n content: \"\\eaa4\";\n}\n\n.glyph-couch-filled:before {\n content: \"\\eaa5\";\n}\n\n.glyph-couch:before {\n content: \"\\eaa6\";\n}\n\n.glyph-create-plant-filled:before {\n content: \"\\eaa7\";\n}\n\n.glyph-create-plant:before {\n content: \"\\eaa8\";\n}\n\n.glyph-cut:before {\n content: \"\\eaa9\";\n}\n\n.glyph-cycle:before {\n content: \"\\eaaa\";\n}\n\n.glyph-data-egress:before {\n content: \"\\eaab\";\n}\n\n.glyph-data-ingress-egress:before {\n content: \"\\eaac\";\n}\n\n.glyph-data-ingress:before {\n content: \"\\eaad\";\n}\n\n.glyph-database-filled:before {\n content: \"\\eaae\";\n}\n\n.glyph-database:before {\n content: \"\\eaaf\";\n}\n\n.glyph-details:before {\n content: \"\\eab0\";\n}\n\n.glyph-diagram-module-library:before {\n content: \"\\eab1\";\n}\n\n.glyph-diagram-module-new:before {\n content: \"\\eab2\";\n}\n\n.glyph-diagram-module:before {\n content: \"\\eab3\";\n}\n\n.glyph-diamond:before {\n content: \"\\eab4\";\n}\n\n.glyph-disconnected:before {\n content: \"\\eab5\";\n}\n\n.glyph-disk-filled:before {\n content: \"\\eab6\";\n}\n\n.glyph-disk-pen:before {\n content: \"\\eab7\";\n}\n\n.glyph-disk:before {\n content: \"\\eab8\";\n}\n\n.glyph-distribution:before {\n content: \"\\eab9\";\n}\n\n.glyph-doc-document:before {\n content: \"\\eaba\";\n}\n\n.glyph-document-bulk:before {\n content: \"\\eabb\";\n}\n\n.glyph-document-info:before {\n content: \"\\eabc\";\n}\n\n.glyph-document-link:before {\n content: \"\\eabd\";\n}\n\n.glyph-document-management:before {\n content: \"\\eabe\";\n}\n\n.glyph-document-reference:before {\n content: \"\\eabf\";\n}\n\n.glyph-document-settings:before {\n content: \"\\eac0\";\n}\n\n.glyph-document-success:before {\n content: \"\\eac1\";\n}\n\n.glyph-document:before {\n content: \"\\eac2\";\n}\n\n.glyph-double-check:before {\n content: \"\\eac3\";\n}\n\n.glyph-double-chevron-down:before {\n content: \"\\eac4\";\n}\n\n.glyph-double-chevron-left:before {\n content: \"\\eac5\";\n}\n\n.glyph-double-chevron-right:before {\n content: \"\\eac6\";\n}\n\n.glyph-double-chevron-up:before {\n content: \"\\eac7\";\n}\n\n.glyph-doublet-filled:before {\n content: \"\\eac8\";\n}\n\n.glyph-doublet:before {\n content: \"\\eac9\";\n}\n\n.glyph-download-add:before {\n content: \"\\eaca\";\n}\n\n.glyph-download-list:before {\n content: \"\\eacb\";\n}\n\n.glyph-download:before {\n content: \"\\eacc\";\n}\n\n.glyph-drop:before {\n content: \"\\eacd\";\n}\n\n.glyph-duplicate-document:before {\n content: \"\\eace\";\n}\n\n.glyph-duplicate:before {\n content: \"\\eacf\";\n}\n\n.glyph-e-mail-filled:before {\n content: \"\\ead0\";\n}\n\n.glyph-e-mail:before {\n content: \"\\ead1\";\n}\n\n.glyph-earth-filled:before {\n content: \"\\ead2\";\n}\n\n.glyph-earth:before {\n content: \"\\ead3\";\n}\n\n.glyph-edit-plant:before {\n content: \"\\ead4\";\n}\n\n.glyph-ellipse-arc:before {\n content: \"\\ead5\";\n}\n\n.glyph-ellipse-filled:before {\n content: \"\\ead6\";\n}\n\n.glyph-ellipse:before {\n content: \"\\ead7\";\n}\n\n.glyph-error-filled:before {\n content: \"\\ead8\";\n}\n\n.glyph-error:before {\n content: \"\\ead9\";\n}\n\n.glyph-explore-filled:before {\n content: \"\\eada\";\n}\n\n.glyph-explore:before {\n content: \"\\eadb\";\n}\n\n.glyph-export:before {\n content: \"\\eadc\";\n}\n\n.glyph-eye-cancelled-filled:before {\n content: \"\\eadd\";\n}\n\n.glyph-eye-cancelled:before {\n content: \"\\eade\";\n}\n\n.glyph-eye-filled:before {\n content: \"\\eadf\";\n}\n\n.glyph-eye:before {\n content: \"\\eae0\";\n}\n\n.glyph-factory-reset-filled:before {\n content: \"\\eae1\";\n}\n\n.glyph-factory-reset:before {\n content: \"\\eae2\";\n}\n\n.glyph-filter-filled:before {\n content: \"\\eae3\";\n}\n\n.glyph-filter-outline:before {\n content: \"\\eae4\";\n}\n\n.glyph-filter:before {\n content: \"\\eae5\";\n}\n\n.glyph-flag-filled:before {\n content: \"\\eae6\";\n}\n\n.glyph-flag:before {\n content: \"\\eae7\";\n}\n\n.glyph-folder-down-filled:before {\n content: \"\\eae8\";\n}\n\n.glyph-folder-down:before {\n content: \"\\eae9\";\n}\n\n.glyph-folder-filled:before {\n content: \"\\eaea\";\n}\n\n.glyph-folder-new-filled:before {\n content: \"\\eaeb\";\n}\n\n.glyph-folder-new-outline:before {\n content: \"\\eaec\";\n}\n\n.glyph-folder-new:before {\n content: \"\\eaed\";\n}\n\n.glyph-folder-open-filled:before {\n content: \"\\eaee\";\n}\n\n.glyph-folder-open-outline:before {\n content: \"\\eaef\";\n}\n\n.glyph-folder-open:before {\n content: \"\\eaf0\";\n}\n\n.glyph-folder-outline:before {\n content: \"\\eaf1\";\n}\n\n.glyph-folder-up-filled:before {\n content: \"\\eaf2\";\n}\n\n.glyph-folder-up:before {\n content: \"\\eaf3\";\n}\n\n.glyph-folder:before {\n content: \"\\eaf4\";\n}\n\n.glyph-full-screeen-exit:before {\n content: \"\\eaf5\";\n}\n\n.glyph-full-screeen:before {\n content: \"\\eaf6\";\n}\n\n.glyph-function-block-library:before {\n content: \"\\eaf7\";\n}\n\n.glyph-function-block-new:before {\n content: \"\\eaf8\";\n}\n\n.glyph-function-block:before {\n content: \"\\eaf9\";\n}\n\n.glyph-function-diagram-new:before {\n content: \"\\eafa\";\n}\n\n.glyph-function-diagram:before {\n content: \"\\eafb\";\n}\n\n.glyph-gauge-filled:before {\n content: \"\\eafc\";\n}\n\n.glyph-gauge:before {\n content: \"\\eafd\";\n}\n\n.glyph-gaugechart:before {\n content: \"\\eafe\";\n}\n\n.glyph-global-plant-filled:before {\n content: \"\\eaff\";\n}\n\n.glyph-global-plant:before {\n content: \"\\eb00\";\n}\n\n.glyph-globe-filled:before {\n content: \"\\eb01\";\n}\n\n.glyph-globe:before {\n content: \"\\eb02\";\n}\n\n.glyph-goto:before {\n content: \"\\eb03\";\n}\n\n.glyph-group:before {\n content: \"\\eb04\";\n}\n\n.glyph-hard-reset:before {\n content: \"\\eb05\";\n}\n\n.glyph-hardware-cabinet:before {\n content: \"\\eb06\";\n}\n\n.glyph-health-filled:before {\n content: \"\\eb07\";\n}\n\n.glyph-health:before {\n content: \"\\eb08\";\n}\n\n.glyph-heart-filled:before {\n content: \"\\eb09\";\n}\n\n.glyph-heart:before {\n content: \"\\eb0a\";\n}\n\n.glyph-hexagon-vertical-bars-database-filled:before {\n content: \"\\eb0b\";\n}\n\n.glyph-hexagon-vertical-bars-database:before {\n content: \"\\eb0c\";\n}\n\n.glyph-hexagon-vertical-bars-filled:before {\n content: \"\\eb0d\";\n}\n\n.glyph-hexagon-vertical-bars:before {\n content: \"\\eb0e\";\n}\n\n.glyph-hierarchy:before {\n content: \"\\eb0f\";\n}\n\n.glyph-highlight-filled:before {\n content: \"\\eb10\";\n}\n\n.glyph-highlight:before {\n content: \"\\eb11\";\n}\n\n.glyph-history-list:before {\n content: \"\\eb12\";\n}\n\n.glyph-history:before {\n content: \"\\eb13\";\n}\n\n.glyph-home-filled:before {\n content: \"\\eb14\";\n}\n\n.glyph-home:before {\n content: \"\\eb15\";\n}\n\n.glyph-hourglass:before {\n content: \"\\eb16\";\n}\n\n.glyph-image-filled:before {\n content: \"\\eb17\";\n}\n\n.glyph-image:before {\n content: \"\\eb18\";\n}\n\n.glyph-import:before {\n content: \"\\eb19\";\n}\n\n.glyph-info-feed:before {\n content: \"\\eb1a\";\n}\n\n.glyph-info-filled:before {\n content: \"\\eb1b\";\n}\n\n.glyph-info:before {\n content: \"\\eb1c\";\n}\n\n.glyph-ingestion-report:before {\n content: \"\\eb1d\";\n}\n\n.glyph-ingestion:before {\n content: \"\\eb1e\";\n}\n\n.glyph-ink-pen:before {\n content: \"\\eb1f\";\n}\n\n.glyph-inquiry-filled:before {\n content: \"\\eb20\";\n}\n\n.glyph-inquiry-mail:before {\n content: \"\\eb21\";\n}\n\n.glyph-inquiry:before {\n content: \"\\eb22\";\n}\n\n.glyph-item-details-filled:before {\n content: \"\\eb23\";\n}\n\n.glyph-item-details:before {\n content: \"\\eb24\";\n}\n\n.glyph-label-filled:before {\n content: \"\\eb25\";\n}\n\n.glyph-label:before {\n content: \"\\eb26\";\n}\n\n.glyph-language-filled:before {\n content: \"\\eb27\";\n}\n\n.glyph-language:before {\n content: \"\\eb28\";\n}\n\n.glyph-layers-filled:before {\n content: \"\\eb29\";\n}\n\n.glyph-layers:before {\n content: \"\\eb2a\";\n}\n\n.glyph-leaf:before {\n content: \"\\eb2b\";\n}\n\n.glyph-legal:before {\n content: \"\\eb2c\";\n}\n\n.glyph-library-new:before {\n content: \"\\eb2d\";\n}\n\n.glyph-library:before {\n content: \"\\eb2e\";\n}\n\n.glyph-license:before {\n content: \"\\eb2f\";\n}\n\n.glyph-light-dark:before {\n content: \"\\eb30\";\n}\n\n.glyph-line-diagonal:before {\n content: \"\\eb31\";\n}\n\n.glyph-link:before {\n content: \"\\eb32\";\n}\n\n.glyph-list:before {\n content: \"\\eb33\";\n}\n\n.glyph-live-schedule:before {\n content: \"\\eb34\";\n}\n\n.glyph-location-filled:before {\n content: \"\\eb35\";\n}\n\n.glyph-location-outline:before {\n content: \"\\eb36\";\n}\n\n.glyph-location:before {\n content: \"\\eb37\";\n}\n\n.glyph-lock-filled:before {\n content: \"\\eb38\";\n}\n\n.glyph-lock-key-filled:before {\n content: \"\\eb39\";\n}\n\n.glyph-lock-key:before {\n content: \"\\eb3a\";\n}\n\n.glyph-lock:before {\n content: \"\\eb3b\";\n}\n\n.glyph-log-in:before {\n content: \"\\eb3c\";\n}\n\n.glyph-log-out:before {\n content: \"\\eb3d\";\n}\n\n.glyph-log:before {\n content: \"\\eb3e\";\n}\n\n.glyph-logic-diagram:before {\n content: \"\\eb3f\";\n}\n\n.glyph-lower-limit:before {\n content: \"\\eb40\";\n}\n\n.glyph-mail-filled:before {\n content: \"\\eb41\";\n}\n\n.glyph-mail:before {\n content: \"\\eb42\";\n}\n\n.glyph-maintenance-documents:before {\n content: \"\\eb43\";\n}\n\n.glyph-maintenance-info:before {\n content: \"\\eb44\";\n}\n\n.glyph-maintenance-warning-filled:before {\n content: \"\\eb45\";\n}\n\n.glyph-maintenance-warning:before {\n content: \"\\eb46\";\n}\n\n.glyph-maintenance:before {\n content: \"\\eb47\";\n}\n\n.glyph-mandatory-done:before {\n content: \"\\eb48\";\n}\n\n.glyph-mandatory:before {\n content: \"\\eb49\";\n}\n\n.glyph-map:before {\n content: \"\\eb4a\";\n}\n\n.glyph-maximize:before {\n content: \"\\eb4b\";\n}\n\n.glyph-microphone-filled:before {\n content: \"\\eb4c\";\n}\n\n.glyph-microphone:before {\n content: \"\\eb4d\";\n}\n\n.glyph-minimize:before {\n content: \"\\eb4e\";\n}\n\n.glyph-minus:before {\n content: \"\\eb4f\";\n}\n\n.glyph-mix:before {\n content: \"\\eb50\";\n}\n\n.glyph-monitor-filled:before {\n content: \"\\eb51\";\n}\n\n.glyph-monitor-trend:before {\n content: \"\\eb52\";\n}\n\n.glyph-monitor:before {\n content: \"\\eb53\";\n}\n\n.glyph-monitoring-add:before {\n content: \"\\eb54\";\n}\n\n.glyph-monitoring:before {\n content: \"\\eb55\";\n}\n\n.glyph-monitorings:before {\n content: \"\\eb56\";\n}\n\n.glyph-moon-filled:before {\n content: \"\\eb57\";\n}\n\n.glyph-moon:before {\n content: \"\\eb58\";\n}\n\n.glyph-more-menu:before {\n content: \"\\eb59\";\n}\n\n.glyph-mouse-click-filled:before {\n content: \"\\eb5a\";\n}\n\n.glyph-mouse-click:before {\n content: \"\\eb5b\";\n}\n\n.glyph-mouse-select-filled:before {\n content: \"\\eb5c\";\n}\n\n.glyph-mouse-select:before {\n content: \"\\eb5d\";\n}\n\n.glyph-mp4-document:before {\n content: \"\\eb5e\";\n}\n\n.glyph-namur-check-function-filled:before {\n content: \"\\eb5f\";\n}\n\n.glyph-namur-check-function:before {\n content: \"\\eb60\";\n}\n\n.glyph-namur-failure-filled:before {\n content: \"\\eb61\";\n}\n\n.glyph-namur-failure:before {\n content: \"\\eb62\";\n}\n\n.glyph-namur-maintenance-required-filled:before {\n content: \"\\eb63\";\n}\n\n.glyph-namur-maintenance-required:before {\n content: \"\\eb64\";\n}\n\n.glyph-namur-ok-filled:before {\n content: \"\\eb65\";\n}\n\n.glyph-namur-ok:before {\n content: \"\\eb66\";\n}\n\n.glyph-namur-out-of-spec-filled:before {\n content: \"\\eb67\";\n}\n\n.glyph-namur-out-of-spec:before {\n content: \"\\eb68\";\n}\n\n.glyph-navigation-filled:before {\n content: \"\\eb69\";\n}\n\n.glyph-navigation-left:before {\n content: \"\\eb6a\";\n}\n\n.glyph-navigation-right:before {\n content: \"\\eb6b\";\n}\n\n.glyph-navigation:before {\n content: \"\\eb6c\";\n}\n\n.glyph-new-indicator-filled:before {\n content: \"\\eb6d\";\n}\n\n.glyph-new-indicator:before {\n content: \"\\eb6e\";\n}\n\n.glyph-no-filter-filled:before {\n content: \"\\eb6f\";\n}\n\n.glyph-no-filter:before {\n content: \"\\eb70\";\n}\n\n.glyph-no-image:before {\n content: \"\\eb71\";\n}\n\n.glyph-note-filled:before {\n content: \"\\eb72\";\n}\n\n.glyph-note:before {\n content: \"\\eb73\";\n}\n\n.glyph-notification-filled:before {\n content: \"\\eb74\";\n}\n\n.glyph-notification:before {\n content: \"\\eb75\";\n}\n\n.glyph-notifications-filled:before {\n content: \"\\eb76\";\n}\n\n.glyph-notifications:before {\n content: \"\\eb77\";\n}\n\n.glyph-ontology-filled:before {\n content: \"\\eb78\";\n}\n\n.glyph-ontology:before {\n content: \"\\eb79\";\n}\n\n.glyph-open-external:before {\n content: \"\\eb7a\";\n}\n\n.glyph-open-file-filled:before {\n content: \"\\eb7b\";\n}\n\n.glyph-open-file:before {\n content: \"\\eb7c\";\n}\n\n.glyph-operate-plant-filled:before {\n content: \"\\eb7d\";\n}\n\n.glyph-operate-plant:before {\n content: \"\\eb7e\";\n}\n\n.glyph-optimize:before {\n content: \"\\eb7f\";\n}\n\n.glyph-p-and-i-symbols:before {\n content: \"\\eb80\";\n}\n\n.glyph-p-i-diagram:before {\n content: \"\\eb81\";\n}\n\n.glyph-pan:before {\n content: \"\\eb82\";\n}\n\n.glyph-paste:before {\n content: \"\\eb83\";\n}\n\n.glyph-pause:before {\n content: \"\\eb84\";\n}\n\n.glyph-pc-tower-filled:before {\n content: \"\\eb85\";\n}\n\n.glyph-pc-tower:before {\n content: \"\\eb86\";\n}\n\n.glyph-pdf-document:before {\n content: \"\\eb87\";\n}\n\n.glyph-pen-filled:before {\n content: \"\\eb88\";\n}\n\n.glyph-pen:before {\n content: \"\\eb89\";\n}\n\n.glyph-phone-filled:before {\n content: \"\\eb8a\";\n}\n\n.glyph-phone:before {\n content: \"\\eb8b\";\n}\n\n.glyph-photo-camera-add:before {\n content: \"\\eb8c\";\n}\n\n.glyph-photo-camera-filled:before {\n content: \"\\eb8d\";\n}\n\n.glyph-photo-camera:before {\n content: \"\\eb8e\";\n}\n\n.glyph-photo-cameras:before {\n content: \"\\eb8f\";\n}\n\n.glyph-piechart-filled:before {\n content: \"\\eb90\";\n}\n\n.glyph-piechart:before {\n content: \"\\eb91\";\n}\n\n.glyph-pin-filled:before {\n content: \"\\eb92\";\n}\n\n.glyph-pin:before {\n content: \"\\eb93\";\n}\n\n.glyph-plant-filled:before {\n content: \"\\eb94\";\n}\n\n.glyph-plant-handbook-filled:before {\n content: \"\\eb95\";\n}\n\n.glyph-plant-handbook:before {\n content: \"\\eb96\";\n}\n\n.glyph-plant-outline:before {\n content: \"\\eb97\";\n}\n\n.glyph-plant-security:before {\n content: \"\\eb98\";\n}\n\n.glyph-plant-settings-filled:before {\n content: \"\\eb99\";\n}\n\n.glyph-plant-settings:before {\n content: \"\\eb9a\";\n}\n\n.glyph-plant-user-filled:before {\n content: \"\\eb9b\";\n}\n\n.glyph-plant-user:before {\n content: \"\\eb9c\";\n}\n\n.glyph-plant:before {\n content: \"\\eb9d\";\n}\n\n.glyph-plants-filled:before {\n content: \"\\eb9e\";\n}\n\n.glyph-plants:before {\n content: \"\\eb9f\";\n}\n\n.glyph-play-filled:before {\n content: \"\\eba0\";\n}\n\n.glyph-play-pause-filled:before {\n content: \"\\eba1\";\n}\n\n.glyph-play-pause:before {\n content: \"\\eba2\";\n}\n\n.glyph-play-stepwise-filled:before {\n content: \"\\eba3\";\n}\n\n.glyph-play-stepwise:before {\n content: \"\\eba4\";\n}\n\n.glyph-play:before {\n content: \"\\eba5\";\n}\n\n.glyph-plus-minus-times-divide:before {\n content: \"\\eba6\";\n}\n\n.glyph-plus:before {\n content: \"\\eba7\";\n}\n\n.glyph-point-up-filled:before {\n content: \"\\eba8\";\n}\n\n.glyph-point-up:before {\n content: \"\\eba9\";\n}\n\n.glyph-polar-plot:before {\n content: \"\\ebaa\";\n}\n\n.glyph-polygon-filled:before {\n content: \"\\ebab\";\n}\n\n.glyph-polygon-line:before {\n content: \"\\ebac\";\n}\n\n.glyph-polygon:before {\n content: \"\\ebad\";\n}\n\n.glyph-ppt-document:before {\n content: \"\\ebae\";\n}\n\n.glyph-print-filled:before {\n content: \"\\ebaf\";\n}\n\n.glyph-print:before {\n content: \"\\ebb0\";\n}\n\n.glyph-prio-high:before {\n content: \"\\ebb1\";\n}\n\n.glyph-prio-low:before {\n content: \"\\ebb2\";\n}\n\n.glyph-prio-middle:before {\n content: \"\\ebb3\";\n}\n\n.glyph-product-catalog:before {\n content: \"\\ebb4\";\n}\n\n.glyph-product-management:before {\n content: \"\\ebb5\";\n}\n\n.glyph-product:before {\n content: \"\\ebb6\";\n}\n\n.glyph-project-configuration:before {\n content: \"\\ebb7\";\n}\n\n.glyph-project-new:before {\n content: \"\\ebb8\";\n}\n\n.glyph-project-scenarios:before {\n content: \"\\ebb9\";\n}\n\n.glyph-project:before {\n content: \"\\ebba\";\n}\n\n.glyph-protocol:before {\n content: \"\\ebbb\";\n}\n\n.glyph-publish-document:before {\n content: \"\\ebbc\";\n}\n\n.glyph-publish:before {\n content: \"\\ebbd\";\n}\n\n.glyph-qr-code:before {\n content: \"\\ebbe\";\n}\n\n.glyph-quality-report:before {\n content: \"\\ebbf\";\n}\n\n.glyph-question-filled:before {\n content: \"\\ebc0\";\n}\n\n.glyph-question:before {\n content: \"\\ebc1\";\n}\n\n.glyph-radarchart:before {\n content: \"\\ebc2\";\n}\n\n.glyph-radio-waves-off:before {\n content: \"\\ebc3\";\n}\n\n.glyph-radio-waves:before {\n content: \"\\ebc4\";\n}\n\n.glyph-random-filled:before {\n content: \"\\ebc5\";\n}\n\n.glyph-random:before {\n content: \"\\ebc6\";\n}\n\n.glyph-reboot:before {\n content: \"\\ebc7\";\n}\n\n.glyph-rectangle-filled:before {\n content: \"\\ebc8\";\n}\n\n.glyph-rectangle:before {\n content: \"\\ebc9\";\n}\n\n.glyph-redo:before {\n content: \"\\ebca\";\n}\n\n.glyph-reference:before {\n content: \"\\ebcb\";\n}\n\n.glyph-refresh-cancelled:before {\n content: \"\\ebcc\";\n}\n\n.glyph-refresh:before {\n content: \"\\ebcd\";\n}\n\n.glyph-reload:before {\n content: \"\\ebce\";\n}\n\n.glyph-remove-eye-filled:before {\n content: \"\\ebcf\";\n}\n\n.glyph-remove-eye:before {\n content: \"\\ebd0\";\n}\n\n.glyph-rename:before {\n content: \"\\ebd1\";\n}\n\n.glyph-replace:before {\n content: \"\\ebd2\";\n}\n\n.glyph-report-barchart:before {\n content: \"\\ebd3\";\n}\n\n.glyph-report-linechart:before {\n content: \"\\ebd4\";\n}\n\n.glyph-report-text:before {\n content: \"\\ebd5\";\n}\n\n.glyph-reset:before {\n content: \"\\ebd6\";\n}\n\n.glyph-restore-backup-filled:before {\n content: \"\\ebd7\";\n}\n\n.glyph-restore-backup-pc:before {\n content: \"\\ebd8\";\n}\n\n.glyph-restore-backup:before {\n content: \"\\ebd9\";\n}\n\n.glyph-rhomb-filled:before {\n content: \"\\ebda\";\n}\n\n.glyph-rhomb:before {\n content: \"\\ebdb\";\n}\n\n.glyph-road-filled:before {\n content: \"\\ebdc\";\n}\n\n.glyph-road:before {\n content: \"\\ebdd\";\n}\n\n.glyph-rocket-filled:before {\n content: \"\\ebde\";\n}\n\n.glyph-rocket:before {\n content: \"\\ebdf\";\n}\n\n.glyph-route-target:before {\n content: \"\\ebe0\";\n}\n\n.glyph-route:before {\n content: \"\\ebe1\";\n}\n\n.glyph-scatterplot:before {\n content: \"\\ebe2\";\n}\n\n.glyph-scheduler-filled:before {\n content: \"\\ebe3\";\n}\n\n.glyph-scheduler:before {\n content: \"\\ebe4\";\n}\n\n.glyph-screen-filled:before {\n content: \"\\ebe5\";\n}\n\n.glyph-screen:before {\n content: \"\\ebe6\";\n}\n\n.glyph-screenshot-filled:before {\n content: \"\\ebe7\";\n}\n\n.glyph-screenshot:before {\n content: \"\\ebe8\";\n}\n\n.glyph-script-add:before {\n content: \"\\ebe9\";\n}\n\n.glyph-script:before {\n content: \"\\ebea\";\n}\n\n.glyph-scripts:before {\n content: \"\\ebeb\";\n}\n\n.glyph-search:before {\n content: \"\\ebec\";\n}\n\n.glyph-share-filled:before {\n content: \"\\ebed\";\n}\n\n.glyph-share:before {\n content: \"\\ebee\";\n}\n\n.glyph-shopping-cart-filled:before {\n content: \"\\ebef\";\n}\n\n.glyph-shopping-cart:before {\n content: \"\\ebf0\";\n}\n\n.glyph-shout-filled:before {\n content: \"\\ebf1\";\n}\n\n.glyph-shout:before {\n content: \"\\ebf2\";\n}\n\n.glyph-sign-language:before {\n content: \"\\ebf3\";\n}\n\n.glyph-signal-strength-0:before {\n content: \"\\ebf4\";\n}\n\n.glyph-signal-strength-1:before {\n content: \"\\ebf5\";\n}\n\n.glyph-signal-strength-2:before {\n content: \"\\ebf6\";\n}\n\n.glyph-signal-strength-3:before {\n content: \"\\ebf7\";\n}\n\n.glyph-signal-strength-4:before {\n content: \"\\ebf8\";\n}\n\n.glyph-signal-strength-5:before {\n content: \"\\ebf9\";\n}\n\n.glyph-signal-strength-6:before {\n content: \"\\ebfa\";\n}\n\n.glyph-signal-strength-7:before {\n content: \"\\ebfb\";\n}\n\n.glyph-signal-strength-8:before {\n content: \"\\ebfc\";\n}\n\n.glyph-simit-component:before {\n content: \"\\ebfd\";\n}\n\n.glyph-simit-macro-component-editor:before {\n content: \"\\ebfe\";\n}\n\n.glyph-simit-macro:before {\n content: \"\\ebff\";\n}\n\n.glyph-single-check:before {\n content: \"\\ec00\";\n}\n\n.glyph-skip-back-filled:before {\n content: \"\\ec01\";\n}\n\n.glyph-skip-back:before {\n content: \"\\ec02\";\n}\n\n.glyph-skip-filled:before {\n content: \"\\ec03\";\n}\n\n.glyph-skip:before {\n content: \"\\ec04\";\n}\n\n.glyph-snowflake:before {\n content: \"\\ec05\";\n}\n\n.glyph-sort-ascending:before {\n content: \"\\ec06\";\n}\n\n.glyph-sort-descending:before {\n content: \"\\ec07\";\n}\n\n.glyph-sort:before {\n content: \"\\ec08\";\n}\n\n.glyph-sound-loud-filled:before {\n content: \"\\ec09\";\n}\n\n.glyph-sound-loud:before {\n content: \"\\ec0a\";\n}\n\n.glyph-sound-mute-filled:before {\n content: \"\\ec0b\";\n}\n\n.glyph-sound-mute:before {\n content: \"\\ec0c\";\n}\n\n.glyph-sound-off-filled:before {\n content: \"\\ec0d\";\n}\n\n.glyph-sound-off:before {\n content: \"\\ec0e\";\n}\n\n.glyph-sound-quiet-filled:before {\n content: \"\\ec0f\";\n}\n\n.glyph-sound-quiet:before {\n content: \"\\ec10\";\n}\n\n.glyph-spatial:before {\n content: \"\\ec11\";\n}\n\n.glyph-split-horizontally:before {\n content: \"\\ec12\";\n}\n\n.glyph-split-vertically:before {\n content: \"\\ec13\";\n}\n\n.glyph-standby:before {\n content: \"\\ec14\";\n}\n\n.glyph-star-add-filled:before {\n content: \"\\ec15\";\n}\n\n.glyph-star-add:before {\n content: \"\\ec16\";\n}\n\n.glyph-star-cancelled-filled:before {\n content: \"\\ec17\";\n}\n\n.glyph-star-cancelled:before {\n content: \"\\ec18\";\n}\n\n.glyph-star-filled:before {\n content: \"\\ec19\";\n}\n\n.glyph-star-list-filled:before {\n content: \"\\ec1a\";\n}\n\n.glyph-star-list:before {\n content: \"\\ec1b\";\n}\n\n.glyph-star:before {\n content: \"\\ec1c\";\n}\n\n.glyph-start-data-analysis:before {\n content: \"\\ec1d\";\n}\n\n.glyph-steering-user-filled:before {\n content: \"\\ec1e\";\n}\n\n.glyph-steering-user:before {\n content: \"\\ec1f\";\n}\n\n.glyph-steering:before {\n content: \"\\ec20\";\n}\n\n.glyph-stethoscope:before {\n content: \"\\ec21\";\n}\n\n.glyph-stop-filled:before {\n content: \"\\ec22\";\n}\n\n.glyph-stop:before {\n content: \"\\ec23\";\n}\n\n.glyph-success-filled:before {\n content: \"\\ec24\";\n}\n\n.glyph-success:before {\n content: \"\\ec25\";\n}\n\n.glyph-sun-filled:before {\n content: \"\\ec26\";\n}\n\n.glyph-sun:before {\n content: \"\\ec27\";\n}\n\n.glyph-support:before {\n content: \"\\ec28\";\n}\n\n.glyph-surveillance-filled:before {\n content: \"\\ec29\";\n}\n\n.glyph-surveillance:before {\n content: \"\\ec2a\";\n}\n\n.glyph-svg-document:before {\n content: \"\\ec2b\";\n}\n\n.glyph-swap-left-right:before {\n content: \"\\ec2c\";\n}\n\n.glyph-switch-slider:before {\n content: \"\\ec2d\";\n}\n\n.glyph-table-columns:before {\n content: \"\\ec2e\";\n}\n\n.glyph-table-rows:before {\n content: \"\\ec2f\";\n}\n\n.glyph-table-settings:before {\n content: \"\\ec30\";\n}\n\n.glyph-table:before {\n content: \"\\ec31\";\n}\n\n.glyph-tag-filled:before {\n content: \"\\ec32\";\n}\n\n.glyph-tag-plus-filled:before {\n content: \"\\ec33\";\n}\n\n.glyph-tag-plus:before {\n content: \"\\ec34\";\n}\n\n.glyph-tag:before {\n content: \"\\ec35\";\n}\n\n.glyph-tasks-all:before {\n content: \"\\ec36\";\n}\n\n.glyph-tasks-done:before {\n content: \"\\ec37\";\n}\n\n.glyph-tasks-open:before {\n content: \"\\ec38\";\n}\n\n.glyph-text-circle-rectangle-filled:before {\n content: \"\\ec39\";\n}\n\n.glyph-text-circle-rectangle:before {\n content: \"\\ec3a\";\n}\n\n.glyph-text-document:before {\n content: \"\\ec3b\";\n}\n\n.glyph-text:before {\n content: \"\\ec3c\";\n}\n\n.glyph-threshold-cancelled:before {\n content: \"\\ec3d\";\n}\n\n.glyph-threshold-off:before {\n content: \"\\ec3e\";\n}\n\n.glyph-threshold-on:before {\n content: \"\\ec3f\";\n}\n\n.glyph-to-be-published:before {\n content: \"\\ec40\";\n}\n\n.glyph-to-search:before {\n content: \"\\ec41\";\n}\n\n.glyph-topic-filled:before {\n content: \"\\ec42\";\n}\n\n.glyph-topic:before {\n content: \"\\ec43\";\n}\n\n.glyph-touch-filled:before {\n content: \"\\ec44\";\n}\n\n.glyph-touch:before {\n content: \"\\ec45\";\n}\n\n.glyph-trashcan-filled:before {\n content: \"\\ec46\";\n}\n\n.glyph-trashcan:before {\n content: \"\\ec47\";\n}\n\n.glyph-tree:before {\n content: \"\\ec48\";\n}\n\n.glyph-trend:before {\n content: \"\\ec49\";\n}\n\n.glyph-triangle-filled:before {\n content: \"\\ec4a\";\n}\n\n.glyph-triangle:before {\n content: \"\\ec4b\";\n}\n\n.glyph-truck-filled:before {\n content: \"\\ec4c\";\n}\n\n.glyph-truck:before {\n content: \"\\ec4d\";\n}\n\n.glyph-tulip-filled:before {\n content: \"\\ec4e\";\n}\n\n.glyph-tulip:before {\n content: \"\\ec4f\";\n}\n\n.glyph-txt-document:before {\n content: \"\\ec50\";\n}\n\n.glyph-undo:before {\n content: \"\\ec51\";\n}\n\n.glyph-ungroup:before {\n content: \"\\ec52\";\n}\n\n.glyph-unlock-filled:before {\n content: \"\\ec53\";\n}\n\n.glyph-unlock-plant-filled:before {\n content: \"\\ec54\";\n}\n\n.glyph-unlock-plant:before {\n content: \"\\ec55\";\n}\n\n.glyph-unlock:before {\n content: \"\\ec56\";\n}\n\n.glyph-upload-document-note:before {\n content: \"\\ec57\";\n}\n\n.glyph-upload-success:before {\n content: \"\\ec58\";\n}\n\n.glyph-upload:before {\n content: \"\\ec59\";\n}\n\n.glyph-upper-limit:before {\n content: \"\\ec5a\";\n}\n\n.glyph-user-check-filled:before {\n content: \"\\ec5b\";\n}\n\n.glyph-user-check:before {\n content: \"\\ec5c\";\n}\n\n.glyph-user-filled:before {\n content: \"\\ec5d\";\n}\n\n.glyph-user-management-filled:before {\n content: \"\\ec5e\";\n}\n\n.glyph-user-management:before {\n content: \"\\ec5f\";\n}\n\n.glyph-user-profile-filled:before {\n content: \"\\ec60\";\n}\n\n.glyph-user-profile:before {\n content: \"\\ec61\";\n}\n\n.glyph-user-settings-filled:before {\n content: \"\\ec62\";\n}\n\n.glyph-user-settings:before {\n content: \"\\ec63\";\n}\n\n.glyph-user:before {\n content: \"\\ec64\";\n}\n\n.glyph-validate:before {\n content: \"\\ec65\";\n}\n\n.glyph-vdi-folder:before {\n content: \"\\ec66\";\n}\n\n.glyph-version-history:before {\n content: \"\\ec67\";\n}\n\n.glyph-video-file-filled:before {\n content: \"\\ec68\";\n}\n\n.glyph-video-file:before {\n content: \"\\ec69\";\n}\n\n.glyph-warning-filled:before {\n content: \"\\ec6a\";\n}\n\n.glyph-warning-rhomb-filled:before {\n content: \"\\ec6b\";\n}\n\n.glyph-warning-rhomb:before {\n content: \"\\ec6c\";\n}\n\n.glyph-warning:before {\n content: \"\\ec6d\";\n}\n\n.glyph-water-bathing:before {\n content: \"\\ec6e\";\n}\n\n.glyph-water-fish:before {\n content: \"\\ec6f\";\n}\n\n.glyph-water-sunbathing:before {\n content: \"\\ec70\";\n}\n\n.glyph-waveform:before {\n content: \"\\ec71\";\n}\n\n.glyph-webcam-filled:before {\n content: \"\\ec72\";\n}\n\n.glyph-webcam:before {\n content: \"\\ec73\";\n}\n\n.glyph-wlan-off:before {\n content: \"\\ec74\";\n}\n\n.glyph-wlan-strength-0:before {\n content: \"\\ec75\";\n}\n\n.glyph-wlan-strength-1:before {\n content: \"\\ec76\";\n}\n\n.glyph-wlan-strength-2:before {\n content: \"\\ec77\";\n}\n\n.glyph-wlan-strength-3:before {\n content: \"\\ec78\";\n}\n\n.glyph-work-case-filled:before {\n content: \"\\ec79\";\n}\n\n.glyph-work-case:before {\n content: \"\\ec7a\";\n}\n\n.glyph-x-axis-settings:before {\n content: \"\\ec7b\";\n}\n\n.glyph-xls-document:before {\n content: \"\\ec7c\";\n}\n\n.glyph-xml-document:before {\n content: \"\\ec7d\";\n}\n\n.glyph-y-axis-settings:before {\n content: \"\\ec7e\";\n}\n\n.glyph-youtube-filled:before {\n content: \"\\ec7f\";\n}\n\n.glyph-youtube:before {\n content: \"\\ec80\";\n}\n\n.glyph-zoom-in:before {\n content: \"\\ec81\";\n}\n\n.glyph-zoom-out:before {\n content: \"\\ec82\";\n}\n\n.glyph-zoom-selection:before {\n content: \"\\ec83\";\n}\n\n:host {\n display: inline-flex;\n height: 1.5rem;\n width: 1.5rem;\n}\n:host i {\n color: inherit;\n transition: color 150ms;\n}\n:host .svg-container {\n display: block;\n position: relative;\n width: 100%;\n height: 100%;\n}\n:host .svg-container > svg {\n height: 1.5rem;\n width: 1.5rem;\n}\n:host .svg-container > svg [fill] {\n fill: var(--theme-color-std-text);\n}\n:host .skeleton-box {\n display: inline-block;\n height: 1em;\n position: relative;\n overflow: hidden;\n background-color: #dddbdd;\n}\n:host .skeleton-box::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(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));\n animation: shimmer 2s infinite;\n content: \"\";\n}\n@keyframes shimmer {\n 100% {\n transform: translateX(100%);\n }\n}\n\n:host(.size-12) {\n height: 0.75rem;\n width: 0.75rem;\n}\n:host(.size-12) .svg-container > svg {\n height: 0.75rem;\n width: 0.75rem;\n}\n\n:host(.size-16) {\n height: 1rem;\n width: 1rem;\n}\n:host(.size-16) .svg-container > svg {\n height: 1rem;\n width: 1rem;\n}\n\n:host(.size-32) {\n height: 2rem;\n width: 2rem;\n}\n:host(.size-32) .svg-container > svg {\n height: 2rem;\n width: 2rem;\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 */\nimport { h, Host } from '@stencil/core';\nimport { resolveIcon } from './resolveIcon';\nexport class Icon {\n constructor() {\n this.size = undefined;\n this.color = undefined;\n this.name = undefined;\n this.src = undefined;\n this.svgContent = undefined;\n }\n connectedCallback() {\n this.loadIconContent();\n }\n async loadIconContent() {\n this.svgContent = await resolveIcon(this);\n }\n render() {\n const style = {};\n if (this.color) {\n style['color'] = `var(--theme-${this.color})`;\n }\n if (this.name && !this.svgContent) {\n const iconName = this.name;\n return (h(Host, { style: style, 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 } }, h(\"i\", { 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 }\n return (h(Host, { style: style, 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 } }, this.svgContent ? (h(\"div\", { class: 'svg-container', innerHTML: this.svgContent })) : (h(\"span\", { class: \"skeleton-box\", style: {\n width: '100%',\n height: '100%',\n } }))));\n }\n static get is() { return \"ix-icon\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"icon.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"icon.css\"]\n };\n }\n static get properties() {\n return {\n \"size\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"'12' | '16' | '24' | '32'\",\n \"resolved\": \"\\\"12\\\" | \\\"16\\\" | \\\"24\\\" | \\\"32\\\"\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Size of the icon\"\n },\n \"attribute\": \"size\",\n \"reflect\": false\n },\n \"color\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Color of the icon\"\n },\n \"attribute\": \"color\",\n \"reflect\": false\n },\n \"name\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Use one of our defined icon names e.g. `copy`\\n\\nhttps://ix.siemens.io/docs/icon-library/icons\\n\\nor the import variant\\n\\n```\\nimport { rocket } from '@siemens/ix-icons/icons';\\n\\n<ix-icon name={rocket}></ix-icon>\\n```\"\n },\n \"attribute\": \"name\",\n \"reflect\": true\n },\n \"src\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [{\n \"name\": \"internal\",\n \"text\": undefined\n }],\n \"text\": \"Path to load external SVG. All color properties\\nwill be overwritten by `--theme-color-std-text`\\n\\nhttps://ix.siemens.io/docs/theming/colors\"\n },\n \"attribute\": \"src\",\n \"reflect\": false\n }\n };\n }\n static get states() {\n return {\n \"svgContent\": {}\n };\n }\n static get watchers() {\n return [{\n \"propName\": \"src\",\n \"methodName\": \"loadIconContent\"\n }, {\n \"propName\": \"name\",\n \"methodName\": \"loadIconContent\"\n }];\n }\n}\n//# sourceMappingURL=icon.js.map\n"],"version":3}
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./icon-
|
|
5
|
+
require('./icon-4c954853.js');
|
|
6
6
|
const logicalFilterOperator = require('./logical-filter-operator-20233f71.js');
|
|
7
7
|
const flipTileState = require('./flip-tile-state-b5ff5ea0.js');
|
|
8
8
|
const modalUtils = require('./modal-utils-b645989b.js');
|
|
@@ -6,7 +6,7 @@ const index = require('./index-c978628a.js');
|
|
|
6
6
|
const service = require('./service-18dc5907.js');
|
|
7
7
|
require('./typed-event-f0f051da.js');
|
|
8
8
|
|
|
9
|
-
const basicNavigationCss = ".sc-ix-basic-navigation-h{display:flex;position:relative;width:100%;height:100%;flex-direction:column}.sc-ix-basic-navigation-h ix-application-header.sc-ix-basic-navigation{z-index:calc(var(--theme-z-index-sticky) + 1)}.sc-ix-basic-navigation-h .content.sc-ix-basic-navigation{display:flex;height:calc(100% - 2.75rem);width:calc(100% -
|
|
9
|
+
const basicNavigationCss = ".sc-ix-basic-navigation-h{display:flex;position:relative;width:100%;height:100%;flex-direction:column}.sc-ix-basic-navigation-h ix-application-header.sc-ix-basic-navigation{z-index:calc(var(--theme-z-index-sticky) + 1)}.sc-ix-basic-navigation-h .content.sc-ix-basic-navigation{display:flex;height:calc(100% - 2.75rem);width:calc(100% - 3.25rem);position:relative;margin-left:3.25rem;overflow:auto}.hide-header.sc-ix-basic-navigation-h .content.sc-ix-basic-navigation{height:100%}.mode-mobile.sc-ix-basic-navigation-h .content.sc-ix-basic-navigation{margin-left:0px;width:100%}";
|
|
10
10
|
|
|
11
11
|
const BasicNavigation = class {
|
|
12
12
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"ix-basic-navigation.entry.cjs.js","mappings":";;;;;;;;AAAA,MAAM,kBAAkB,GAAG
|
|
1
|
+
{"file":"ix-basic-navigation.entry.cjs.js","mappings":";;;;;;;;AAAA,MAAM,kBAAkB,GAAG,kkBAAkkB;;MCmBhlB,eAAe;;;;sBAWL,KAAK;gBAEJ,SAAS;;EAE/B,IAAI,IAAI;IACN,OAAO,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;GAClD;EAID,iBAAiB;IACf,IAAI,IAAI,CAAC,UAAU,KAAK,KAAK,EAAE;MAC7B,IAAI,CAAC,cAAc,GAAGA,kBAAU,CAAC,QAAQ,CAAC,EAAE,CAC1C,CAAC,IAAI,MAAM,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,CAC7B,CAAC;MACF,IAAI,CAAC,IAAI,GAAGA,kBAAU,CAAC,IAAI,CAAC;KAC7B;GACF;EAED,kBAAkB;IAChB,IAAI,IAAI,CAAC,IAAI,EAAE;MACb,IAAI,CAAC,UAAU,EAAE,CAAC;MAClB,IAAI,CAAC,gBAAgB,EAAE,CAAC;MACxB,IAAI,CAAC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC;KAClD;GACF;EAED,oBAAoB;;IAClB,MAAA,IAAI,CAAC,cAAc,0CAAE,OAAO,EAAE,CAAC;GAChC;EAEO,UAAU;IAChB,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;GAC5E;EAEO,gBAAgB;IACtB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;MACpB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,sBAAsB,CAAC;KACjD;GACF;EAED,MAAM;IACJ,QACEC,QAACC,UAAI,iBACO,EAAE,EACZ,KAAK,EAAE;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,CAAC,QAAQ,IAAI,CAAC,IAAI,EAAE,GAAG,IAAI;OAC5B,IAEA,CAAC,IAAI,CAAC,UAAU,IACfD,mCAAuB,IAAI,EAAE,IAAI,CAAC,eAAe,IAC/CA,kBAAM,IAAI,EAAC,MAAM,GAAQ,CACH,IACtB,IAAI,EACRA,iBAAK,EAAE,EAAC,kBAAkB,GAAO,EACjCA,iBAAK,KAAK,EAAC,SAAS,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,IAC7DA,qBAAa,CACT,CACD,EACP;GACH;;;;;;;","names":["screenMode","h","Host"],"sources":["./src/components/basic-navigation/basic-navigation.scss?tag=ix-basic-navigation&encapsulation=scoped","./src/components/basic-navigation/basic-navigation.tsx"],"sourcesContent":["/*\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:host {\n display: flex;\n position: relative;\n width: 100%;\n height: 100%;\n\n flex-direction: column;\n\n ix-application-header {\n z-index: calc(var(--theme-z-index-sticky) + 1);\n }\n\n .content {\n display: flex;\n height: calc(100% - 2.75rem);\n width: calc(100% - 3.25rem);\n position: relative;\n margin-left: 3.25rem;\n overflow: auto;\n }\n\n &.hide-header {\n .content {\n height: 100%;\n }\n }\n}\n\n:host(.mode-mobile) {\n .content {\n margin-left: 0px;\n width: 100%;\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, Element, h, Host, Prop, State } from '@stencil/core';\nimport { Mode } from '../utils/screen/mode';\nimport { screenMode } from '../utils/screen/service';\nimport { Disposable } from '../utils/typed-event';\n\n@Component({\n tag: 'ix-basic-navigation',\n styleUrl: 'basic-navigation.scss',\n scoped: true,\n})\nexport class BasicNavigation {\n @Element() hostElement: HTMLIxBasicNavigationElement;\n\n /**\n * Application name\n */\n @Prop() applicationName: string;\n\n /**\n * Hide application header. Will disable responsive feature of basic navigation.\n */\n @Prop() hideHeader = false;\n\n @State() mode: Mode = 'desktop';\n\n get menu(): HTMLIxMenuElement {\n return this.hostElement.querySelector('ix-menu');\n }\n\n private modeDisposable: Disposable;\n\n componentWillLoad() {\n if (this.hideHeader === false) {\n this.modeDisposable = screenMode.onChange.on(\n (mode) => (this.mode = mode)\n );\n this.mode = screenMode.mode;\n }\n }\n\n componentDidRender() {\n if (this.menu) {\n this.appendMenu();\n this.adjustMenuHeight();\n this.menu.applicationName = this.applicationName;\n }\n }\n\n disconnectedCallback() {\n this.modeDisposable?.dispose();\n }\n\n private appendMenu() {\n this.hostElement.querySelector('#menu-placeholder').appendChild(this.menu);\n }\n\n private adjustMenuHeight() {\n if (!this.hideHeader) {\n this.menu.style.height = 'calc(100% - 2.75rem)';\n }\n }\n\n render() {\n return (\n <Host\n data-role=\"\"\n class={{\n 'hide-header': this.hideHeader,\n [`mode-${this.mode}`]: true,\n }}\n >\n {!this.hideHeader ? (\n <ix-application-header name={this.applicationName}>\n <slot name=\"logo\"></slot>\n </ix-application-header>\n ) : null}\n <div id=\"menu-placeholder\"></div>\n <div class=\"content\" onClick={() => this.menu.toggleMenu(false)}>\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c978628a.js');
|
|
6
6
|
|
|
7
|
-
const myComponentCss = ".sc-my-component-h{display:block;position:relative;width:100vw;height:100vh;padding:
|
|
7
|
+
const myComponentCss = ".sc-my-component-h{display:block;position:relative;width:100vw;height:100vh;padding:0rem 0rem 0rem 0rem}";
|
|
8
8
|
|
|
9
9
|
const MyComponent = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"my-component.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,cAAc,GAAG,0GAA0G;;MCgBpH,WAAW;;;;EACtB,MAAM;IACJ,OAAOA,QAACC,UAAI,OAAQ,CAAC;GACtB;;;;;;","names":["h","Host"],"sources":["./src/components/my-component/my-component.scss?tag=my-component&encapsulation=scoped","./src/components/my-component/my-component.tsx"],"sourcesContent":["/*\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 'common-variables';\n\n:host {\n display: block;\n position: relative;\n width: 100vw;\n height: 100vh;\n padding:
|
|
1
|
+
{"file":"my-component.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,cAAc,GAAG,0GAA0G;;MCgBpH,WAAW;;;;EACtB,MAAM;IACJ,OAAOA,QAACC,UAAI,OAAQ,CAAC;GACtB;;;;;;","names":["h","Host"],"sources":["./src/components/my-component/my-component.scss?tag=my-component&encapsulation=scoped","./src/components/my-component/my-component.tsx"],"sourcesContent":["/*\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 'common-variables';\n\n:host {\n display: block;\n position: relative;\n width: 100vw;\n height: 100vh;\n padding: 0rem 0rem 0rem 0rem;\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 } from '@stencil/core';\n\n@Component({\n tag: 'my-component',\n styleUrl: 'my-component.scss',\n scoped: true,\n})\nexport class MyComponent {\n render() {\n return <Host></Host>;\n }\n}\n"],"version":3}
|
package/dist/components/icon.js
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
const isSvgDataUrl = (url) => {
|
|
4
|
+
if (!url) {
|
|
5
|
+
return false;
|
|
6
|
+
}
|
|
7
|
+
if (typeof url !== 'string') {
|
|
8
|
+
return false;
|
|
9
|
+
}
|
|
10
|
+
return url.startsWith('data:image/svg+xml');
|
|
11
|
+
};
|
|
7
12
|
let parser = null;
|
|
8
13
|
function parseSVGDataContent(content) {
|
|
9
14
|
if (typeof window['DOMParser'] === 'undefined') {
|
|
@@ -27,7 +32,7 @@ async function fetchSVG(url) {
|
|
|
27
32
|
console.error(responseText);
|
|
28
33
|
return '';
|
|
29
34
|
}
|
|
30
|
-
return responseText;
|
|
35
|
+
return parseSVGDataContent(responseText);
|
|
31
36
|
}
|
|
32
37
|
async function resolveIcon(icon) {
|
|
33
38
|
const { src, name } = icon;
|
|
@@ -38,6 +43,9 @@ async function resolveIcon(icon) {
|
|
|
38
43
|
//Fallback return undefined to render web font icon
|
|
39
44
|
return;
|
|
40
45
|
}
|
|
46
|
+
if (!src) {
|
|
47
|
+
return '';
|
|
48
|
+
}
|
|
41
49
|
if (isSvgDataUrl(src)) {
|
|
42
50
|
return parseSVGDataContent(src);
|
|
43
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"icon.js","mappings":";;AAAA;AACA;AACA;AACO,MAAM,YAAY,GAAG,CAAC,GAAG,KAAK,GAAG,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAC;AAC1E,IAAI,MAAM,GAAG,IAAI,CAAC;AAClB,SAAS,mBAAmB,CAAC,OAAO,EAAE;AACtC,EAAE,IAAI,OAAO,MAAM,CAAC,WAAW,CAAC,KAAK,WAAW,EAAE;AAClD,IAAI,OAAO,CAAC,IAAI,CAAC,0CAA0C,CAAC,CAAC;AAC7D,IAAI,OAAO;AACX,GAAG;AACH,EAAE,IAAI,MAAM,KAAK,IAAI,EAAE;AACvB,IAAI,MAAM,GAAG,IAAI,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC;AACvC,GAAG;AACH,EAAE,MAAM,WAAW,GAAG,MAAM,CAAC,eAAe,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;AACnE,EAAE,MAAM,UAAU,GAAG,WAAW,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;AACtD,EAAE,IAAI,CAAC,UAAU,EAAE;AACnB,IAAI,MAAM,KAAK,CAAC,4BAA4B,CAAC,CAAC;AAC9C,GAAG;AACH,EAAE,OAAO,UAAU,CAAC,SAAS,CAAC;AAC9B,CAAC;AACD,eAAe,QAAQ,CAAC,GAAG,EAAE;AAC7B,EAAE,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,GAAG,CAAC,CAAC;AACpC,EAAE,MAAM,YAAY,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;AAC7C,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE;AACpB,IAAI,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;AAChC,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,OAAO,YAAY,CAAC;AACtB,CAAC;AACM,eAAe,WAAW,CAAC,IAAI,EAAE;AACxC,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;AAC7B,EAAE,IAAI,IAAI,EAAE;AACZ,IAAI,IAAI,YAAY,CAAC,IAAI,CAAC,EAAE;AAC5B,MAAM,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;AACvC,KAAK;AACL;AACA,IAAI,OAAO;AACX,GAAG;AACH,EAAE,IAAI,YAAY,CAAC,GAAG,CAAC,EAAE;AACzB,IAAI,OAAO,mBAAmB,CAAC,GAAG,CAAC,CAAC;AACpC,GAAG;AACH,EAAE,OAAO,QAAQ,CAAC,GAAG,CAAC,CAAC;AACvB;;AC1CA,MAAM,OAAO,GAAG,+n9BAA+n9B;;MCUlo9B,IAAI;EACf;;;;IACE,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC;IACtB,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC;IACvB,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC;IACtB,IAAI,CAAC,GAAG,GAAG,SAAS,CAAC;IACrB,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC;GAC7B;EACD,iBAAiB;IACf,IAAI,CAAC,eAAe,EAAE,CAAC;GACxB;EACD,MAAM,eAAe;IACnB,IAAI,CAAC,UAAU,GAAG,MAAM,WAAW,CAAC,IAAI,CAAC,CAAC;GAC3C;EACD,MAAM;IACJ,MAAM,KAAK,GAAG,EAAE,CAAC;IACjB,IAAI,IAAI,CAAC,KAAK,EAAE;MACd,KAAK,CAAC,OAAO,CAAC,GAAG,eAAe,IAAI,CAAC,KAAK,GAAG,CAAC;KAC/C;IACD,IAAI,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;MACjC,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC;MAC3B,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE;UACnC,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI;UAC/B,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI;UAC/B,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI;UAC/B,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI;SAChC,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,KAAK,EAAE;UACnB,OAAO,EAAE,IAAI;UACb,CAAC,SAAS,QAAQ,EAAE,GAAG,IAAI;UAC3B,UAAU,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;UAC9B,UAAU,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;UAC9B,UAAU,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;UAC9B,UAAU,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;SAC/B,EAAE,CAAC,CAAC,EAAE;KACV;IACD,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE;QACnC,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI;QAC/B,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI;QAC/B,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI;QAC/B,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,KAAK,IAAI;OAChC,EAAE,EAAE,IAAI,CAAC,UAAU,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,eAAe,EAAE,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE;QACrI,KAAK,EAAE,MAAM;QACb,MAAM,EAAE,MAAM;OACf,EAAE,CAAC,CAAC,CAAC,EAAE;GACX;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["../../node_modules/@siemens/ix-icons/dist/collection/components/icon/resolveIcon.js","../../node_modules/@siemens/ix-icons/dist/collection/components/icon/icon.css?tag=ix-icon&encapsulation=shadow","../../node_modules/@siemens/ix-icons/dist/collection/components/icon/icon.js"],"sourcesContent":["/*\n * COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.\n */\nexport const isSvgDataUrl = (url) => url.startsWith('data:image/svg+xml');\nlet parser = null;\nfunction parseSVGDataContent(content) {\n if (typeof window['DOMParser'] === 'undefined') {\n console.warn('DOMParser not supported by your browser.');\n return;\n }\n if (parser === null) {\n parser = new window['DOMParser']();\n }\n const svgDocument = parser.parseFromString(content, 'text/html');\n const svgElement = svgDocument.querySelector('svg');\n if (!svgElement) {\n throw Error('No valid svg data provided');\n }\n return svgElement.outerHTML;\n}\nasync function fetchSVG(url) {\n const response = await fetch(url);\n const responseText = await response.text();\n if (!response.ok) {\n console.error(responseText);\n return '';\n }\n return responseText;\n}\nexport async function resolveIcon(icon) {\n const { src, name } = icon;\n if (name) {\n if (isSvgDataUrl(name)) {\n return parseSVGDataContent(name);\n }\n //Fallback return undefined to render web font icon\n return;\n }\n if (isSvgDataUrl(src)) {\n return parseSVGDataContent(src);\n }\n return fetchSVG(src);\n}\n//# sourceMappingURL=resolveIcon.js.map\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 * COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.\n */\n.glyph {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1;\n font-family: \"ix-icons\";\n font-size: 1.5rem;\n font-weight: 500;\n}\n\n.glyph-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -15%;\n}\n\n.glyph-2x {\n font-size: 2em;\n}\n\n.glyph-3x {\n font-size: 3em;\n}\n\n.glyph-4x {\n font-size: 4em;\n}\n\n.glyph-5x {\n font-size: 5em;\n}\n\n.glyph-fw {\n width: 1.2857142857em;\n text-align: center;\n}\n\n.glyph-12 {\n font-size: 0.75rem;\n}\n\n.glyph-16 {\n font-size: 1rem;\n}\n\n.glyph-24 {\n font-size: 1.5rem;\n}\n\n.glyph-32 {\n font-size: 2rem;\n}\n\n.glyph-about-filled:before {\n content: \"\\ea01\";\n}\n\n.glyph-about:before {\n content: \"\\ea02\";\n}\n\n.glyph-add-circle-filled:before {\n content: \"\\ea03\";\n}\n\n.glyph-add-circle:before {\n content: \"\\ea04\";\n}\n\n.glyph-add-document-note:before {\n content: \"\\ea05\";\n}\n\n.glyph-add-eye-filled:before {\n content: \"\\ea06\";\n}\n\n.glyph-add-eye:before {\n content: \"\\ea07\";\n}\n\n.glyph-add-task-list:before {\n content: \"\\ea08\";\n}\n\n.glyph-add-task:before {\n content: \"\\ea09\";\n}\n\n.glyph-add:before {\n content: \"\\ea0a\";\n}\n\n.glyph-ai:before {\n content: \"\\ea0b\";\n}\n\n.glyph-alarm-bell-cancelled-filled:before {\n content: \"\\ea0c\";\n}\n\n.glyph-alarm-bell-cancelled:before {\n content: \"\\ea0d\";\n}\n\n.glyph-alarm-bell-filled:before {\n content: \"\\ea0e\";\n}\n\n.glyph-alarm-bell:before {\n content: \"\\ea0f\";\n}\n\n.glyph-alarm-clock-filled:before {\n content: \"\\ea10\";\n}\n\n.glyph-alarm-clock:before {\n content: \"\\ea11\";\n}\n\n.glyph-alarm-filled:before {\n content: \"\\ea12\";\n}\n\n.glyph-alarm:before {\n content: \"\\ea13\";\n}\n\n.glyph-analyze:before {\n content: \"\\ea14\";\n}\n\n.glyph-anomaly-found:before {\n content: \"\\ea15\";\n}\n\n.glyph-anomaly:before {\n content: \"\\ea16\";\n}\n\n.glyph-app-menu:before {\n content: \"\\ea17\";\n}\n\n.glyph-apps:before {\n content: \"\\ea18\";\n}\n\n.glyph-arrow-down-right:before {\n content: \"\\ea19\";\n}\n\n.glyph-arrow-down:before {\n content: \"\\ea1a\";\n}\n\n.glyph-arrow-left:before {\n content: \"\\ea1b\";\n}\n\n.glyph-arrow-right-down:before {\n content: \"\\ea1c\";\n}\n\n.glyph-arrow-right:before {\n content: \"\\ea1d\";\n}\n\n.glyph-arrow-up:before {\n content: \"\\ea1e\";\n}\n\n.glyph-attach:before {\n content: \"\\ea1f\";\n}\n\n.glyph-attachment-upload:before {\n content: \"\\ea20\";\n}\n\n.glyph-audio-description1:before {\n content: \"\\ea21\";\n}\n\n.glyph-audio-description2:before {\n content: \"\\ea22\";\n}\n\n.glyph-audit-report:before {\n content: \"\\ea23\";\n}\n\n.glyph-average:before {\n content: \"\\ea24\";\n}\n\n.glyph-backup-filled:before {\n content: \"\\ea25\";\n}\n\n.glyph-backup:before {\n content: \"\\ea26\";\n}\n\n.glyph-bar-code:before {\n content: \"\\ea27\";\n}\n\n.glyph-barchart:before {\n content: \"\\ea28\";\n}\n\n.glyph-battery-check:before {\n content: \"\\ea29\";\n}\n\n.glyph-battery-empty-question:before {\n content: \"\\ea2a\";\n}\n\n.glyph-battery-empty:before {\n content: \"\\ea2b\";\n}\n\n.glyph-battery-exclamation:before {\n content: \"\\ea2c\";\n}\n\n.glyph-battery-full-check:before {\n content: \"\\ea2d\";\n}\n\n.glyph-battery-full:before {\n content: \"\\ea2e\";\n}\n\n.glyph-battery-half:before {\n content: \"\\ea2f\";\n}\n\n.glyph-battery-low:before {\n content: \"\\ea30\";\n}\n\n.glyph-battery-quarter:before {\n content: \"\\ea31\";\n}\n\n.glyph-battery-slash:before {\n content: \"\\ea32\";\n}\n\n.glyph-battery-three-quarter:before {\n content: \"\\ea33\";\n}\n\n.glyph-battery-xmark:before {\n content: \"\\ea34\";\n}\n\n.glyph-bezier-curve:before {\n content: \"\\ea35\";\n}\n\n.glyph-binoculars-filled:before {\n content: \"\\ea36\";\n}\n\n.glyph-binoculars:before {\n content: \"\\ea37\";\n}\n\n.glyph-blazor:before {\n content: \"\\ea38\";\n}\n\n.glyph-book:before {\n content: \"\\ea39\";\n}\n\n.glyph-bookmark-filled:before {\n content: \"\\ea3a\";\n}\n\n.glyph-bookmark:before {\n content: \"\\ea3b\";\n}\n\n.glyph-boundary-signals:before {\n content: \"\\ea3c\";\n}\n\n.glyph-building1-filled:before {\n content: \"\\ea3d\";\n}\n\n.glyph-building1:before {\n content: \"\\ea3e\";\n}\n\n.glyph-building2-filled:before {\n content: \"\\ea3f\";\n}\n\n.glyph-building2:before {\n content: \"\\ea40\";\n}\n\n.glyph-bulb-filled:before {\n content: \"\\ea41\";\n}\n\n.glyph-bulb:before {\n content: \"\\ea42\";\n}\n\n.glyph-calendar-filled:before {\n content: \"\\ea43\";\n}\n\n.glyph-calendar-settings:before {\n content: \"\\ea44\";\n}\n\n.glyph-calendar:before {\n content: \"\\ea45\";\n}\n\n.glyph-cancel:before {\n content: \"\\ea46\";\n}\n\n.glyph-cancelled:before {\n content: \"\\ea47\";\n}\n\n.glyph-capacity-filled:before {\n content: \"\\ea48\";\n}\n\n.glyph-capacity:before {\n content: \"\\ea49\";\n}\n\n.glyph-capture:before {\n content: \"\\ea4a\";\n}\n\n.glyph-car-filled:before {\n content: \"\\ea4b\";\n}\n\n.glyph-car:before {\n content: \"\\ea4c\";\n}\n\n.glyph-card-layout-filled:before {\n content: \"\\ea4d\";\n}\n\n.glyph-card-layout:before {\n content: \"\\ea4e\";\n}\n\n.glyph-chart-cursor:before {\n content: \"\\ea4f\";\n}\n\n.glyph-chart-curve-linear:before {\n content: \"\\ea50\";\n}\n\n.glyph-chart-curve-spline:before {\n content: \"\\ea51\";\n}\n\n.glyph-chart-curve-stepped:before {\n content: \"\\ea52\";\n}\n\n.glyph-chart-diagram-add:before {\n content: \"\\ea53\";\n}\n\n.glyph-chart-diagram:before {\n content: \"\\ea54\";\n}\n\n.glyph-chart-diagrams:before {\n content: \"\\ea55\";\n}\n\n.glyph-chart-labels-filled:before {\n content: \"\\ea56\";\n}\n\n.glyph-chart-labels:before {\n content: \"\\ea57\";\n}\n\n.glyph-check-in:before {\n content: \"\\ea58\";\n}\n\n.glyph-check-out:before {\n content: \"\\ea59\";\n}\n\n.glyph-checkbox-component-checked:before {\n content: \"\\ea5a\";\n}\n\n.glyph-checkbox-component-mixed:before {\n content: \"\\ea5b\";\n}\n\n.glyph-checkbox-component-unchecked:before {\n content: \"\\ea5c\";\n}\n\n.glyph-checkbox-filled:before {\n content: \"\\ea5d\";\n}\n\n.glyph-checkbox:before {\n content: \"\\ea5e\";\n}\n\n.glyph-checkboxes-filled:before {\n content: \"\\ea5f\";\n}\n\n.glyph-checkboxes:before {\n content: \"\\ea60\";\n}\n\n.glyph-chevron-down-small:before {\n content: \"\\ea61\";\n}\n\n.glyph-chevron-down:before {\n content: \"\\ea62\";\n}\n\n.glyph-chevron-left-small:before {\n content: \"\\ea63\";\n}\n\n.glyph-chevron-left:before {\n content: \"\\ea64\";\n}\n\n.glyph-chevron-right-small:before {\n content: \"\\ea65\";\n}\n\n.glyph-chevron-right:before {\n content: \"\\ea66\";\n}\n\n.glyph-chevron-up-small:before {\n content: \"\\ea67\";\n}\n\n.glyph-chevron-up:before {\n content: \"\\ea68\";\n}\n\n.glyph-circle-dot-filled:before {\n content: \"\\ea69\";\n}\n\n.glyph-circle-dot:before {\n content: \"\\ea6a\";\n}\n\n.glyph-circle-filled:before {\n content: \"\\ea6b\";\n}\n\n.glyph-circle-pause-filled:before {\n content: \"\\ea6c\";\n}\n\n.glyph-circle-pause:before {\n content: \"\\ea6d\";\n}\n\n.glyph-circle-play-filled:before {\n content: \"\\ea6e\";\n}\n\n.glyph-circle-play:before {\n content: \"\\ea6f\";\n}\n\n.glyph-circle-stop-filled:before {\n content: \"\\ea70\";\n}\n\n.glyph-circle-stop:before {\n content: \"\\ea71\";\n}\n\n.glyph-circle:before {\n content: \"\\ea72\";\n}\n\n.glyph-clear-filter-filled:before {\n content: \"\\ea73\";\n}\n\n.glyph-clear-filter:before {\n content: \"\\ea74\";\n}\n\n.glyph-clear:before {\n content: \"\\ea75\";\n}\n\n.glyph-clock-filled:before {\n content: \"\\ea76\";\n}\n\n.glyph-clock:before {\n content: \"\\ea77\";\n}\n\n.glyph-close-small:before {\n content: \"\\ea78\";\n}\n\n.glyph-close:before {\n content: \"\\ea79\";\n}\n\n.glyph-cloud-download-add-filled:before {\n content: \"\\ea7a\";\n}\n\n.glyph-cloud-download-add:before {\n content: \"\\ea7b\";\n}\n\n.glyph-cloud-download-filled:before {\n content: \"\\ea7c\";\n}\n\n.glyph-cloud-download-list-filled:before {\n content: \"\\ea7d\";\n}\n\n.glyph-cloud-download-list:before {\n content: \"\\ea7e\";\n}\n\n.glyph-cloud-download:before {\n content: \"\\ea7f\";\n}\n\n.glyph-cloud-filled:before {\n content: \"\\ea80\";\n}\n\n.glyph-cloud-new-filled:before {\n content: \"\\ea81\";\n}\n\n.glyph-cloud-new:before {\n content: \"\\ea82\";\n}\n\n.glyph-cloud-success-filled:before {\n content: \"\\ea83\";\n}\n\n.glyph-cloud-success:before {\n content: \"\\ea84\";\n}\n\n.glyph-cloud-upload-filled:before {\n content: \"\\ea85\";\n}\n\n.glyph-cloud-upload:before {\n content: \"\\ea86\";\n}\n\n.glyph-cloud:before {\n content: \"\\ea87\";\n}\n\n.glyph-code:before {\n content: \"\\ea88\";\n}\n\n.glyph-cogwheel-filled:before {\n content: \"\\ea89\";\n}\n\n.glyph-cogwheel:before {\n content: \"\\ea8a\";\n}\n\n.glyph-combine:before {\n content: \"\\ea8b\";\n}\n\n.glyph-compact-disc-filled:before {\n content: \"\\ea8c\";\n}\n\n.glyph-compact-disc:before {\n content: \"\\ea8d\";\n}\n\n.glyph-compound-block:before {\n content: \"\\ea8e\";\n}\n\n.glyph-configuration:before {\n content: \"\\ea8f\";\n}\n\n.glyph-configure-filled:before {\n content: \"\\ea90\";\n}\n\n.glyph-configure:before {\n content: \"\\ea91\";\n}\n\n.glyph-connected:before {\n content: \"\\ea92\";\n}\n\n.glyph-connector-chart-filled:before {\n content: \"\\ea93\";\n}\n\n.glyph-connector-chart:before {\n content: \"\\ea94\";\n}\n\n.glyph-connector-filled:before {\n content: \"\\ea95\";\n}\n\n.glyph-connector-hex-filled:before {\n content: \"\\ea96\";\n}\n\n.glyph-connector-hex:before {\n content: \"\\ea97\";\n}\n\n.glyph-connector-rect-filled:before {\n content: \"\\ea98\";\n}\n\n.glyph-connector-rect:before {\n content: \"\\ea99\";\n}\n\n.glyph-connector-rhomb-filled:before {\n content: \"\\ea9a\";\n}\n\n.glyph-connector-rhomb:before {\n content: \"\\ea9b\";\n}\n\n.glyph-connector:before {\n content: \"\\ea9c\";\n}\n\n.glyph-consistency-check:before {\n content: \"\\ea9d\";\n}\n\n.glyph-contact-details-filled:before {\n content: \"\\ea9e\";\n}\n\n.glyph-contact-details:before {\n content: \"\\ea9f\";\n}\n\n.glyph-context-menu:before {\n content: \"\\eaa0\";\n}\n\n.glyph-controlled-device:before {\n content: \"\\eaa1\";\n}\n\n.glyph-controller-device:before {\n content: \"\\eaa2\";\n}\n\n.glyph-copy:before {\n content: \"\\eaa3\";\n}\n\n.glyph-corner-arrow-up-left:before {\n content: \"\\eaa4\";\n}\n\n.glyph-couch-filled:before {\n content: \"\\eaa5\";\n}\n\n.glyph-couch:before {\n content: \"\\eaa6\";\n}\n\n.glyph-create-plant-filled:before {\n content: \"\\eaa7\";\n}\n\n.glyph-create-plant:before {\n content: \"\\eaa8\";\n}\n\n.glyph-cut:before {\n content: \"\\eaa9\";\n}\n\n.glyph-cycle:before {\n content: \"\\eaaa\";\n}\n\n.glyph-data-egress:before {\n content: \"\\eaab\";\n}\n\n.glyph-data-ingress-egress:before {\n content: \"\\eaac\";\n}\n\n.glyph-data-ingress:before {\n content: \"\\eaad\";\n}\n\n.glyph-database-filled:before {\n content: \"\\eaae\";\n}\n\n.glyph-database:before {\n content: \"\\eaaf\";\n}\n\n.glyph-details:before {\n content: \"\\eab0\";\n}\n\n.glyph-diagram-module-library:before {\n content: \"\\eab1\";\n}\n\n.glyph-diagram-module-new:before {\n content: \"\\eab2\";\n}\n\n.glyph-diagram-module:before {\n content: \"\\eab3\";\n}\n\n.glyph-diamond:before {\n content: \"\\eab4\";\n}\n\n.glyph-disconnected:before {\n content: \"\\eab5\";\n}\n\n.glyph-disk-filled:before {\n content: \"\\eab6\";\n}\n\n.glyph-disk-pen:before {\n content: \"\\eab7\";\n}\n\n.glyph-disk:before {\n content: \"\\eab8\";\n}\n\n.glyph-distribution:before {\n content: \"\\eab9\";\n}\n\n.glyph-doc-document:before {\n content: \"\\eaba\";\n}\n\n.glyph-document-bulk:before {\n content: \"\\eabb\";\n}\n\n.glyph-document-info:before {\n content: \"\\eabc\";\n}\n\n.glyph-document-link:before {\n content: \"\\eabd\";\n}\n\n.glyph-document-management:before {\n content: \"\\eabe\";\n}\n\n.glyph-document-reference:before {\n content: \"\\eabf\";\n}\n\n.glyph-document-settings:before {\n content: \"\\eac0\";\n}\n\n.glyph-document-success:before {\n content: \"\\eac1\";\n}\n\n.glyph-document:before {\n content: \"\\eac2\";\n}\n\n.glyph-double-check:before {\n content: \"\\eac3\";\n}\n\n.glyph-double-chevron-down:before {\n content: \"\\eac4\";\n}\n\n.glyph-double-chevron-left:before {\n content: \"\\eac5\";\n}\n\n.glyph-double-chevron-right:before {\n content: \"\\eac6\";\n}\n\n.glyph-double-chevron-up:before {\n content: \"\\eac7\";\n}\n\n.glyph-doublet-filled:before {\n content: \"\\eac8\";\n}\n\n.glyph-doublet:before {\n content: \"\\eac9\";\n}\n\n.glyph-download-add:before {\n content: \"\\eaca\";\n}\n\n.glyph-download-list:before {\n content: \"\\eacb\";\n}\n\n.glyph-download:before {\n content: \"\\eacc\";\n}\n\n.glyph-drop:before {\n content: \"\\eacd\";\n}\n\n.glyph-duplicate-document:before {\n content: \"\\eace\";\n}\n\n.glyph-duplicate:before {\n content: \"\\eacf\";\n}\n\n.glyph-e-mail-filled:before {\n content: \"\\ead0\";\n}\n\n.glyph-e-mail:before {\n content: \"\\ead1\";\n}\n\n.glyph-earth-filled:before {\n content: \"\\ead2\";\n}\n\n.glyph-earth:before {\n content: \"\\ead3\";\n}\n\n.glyph-edit-plant:before {\n content: \"\\ead4\";\n}\n\n.glyph-ellipse-arc:before {\n content: \"\\ead5\";\n}\n\n.glyph-ellipse-filled:before {\n content: \"\\ead6\";\n}\n\n.glyph-ellipse:before {\n content: \"\\ead7\";\n}\n\n.glyph-error-filled:before {\n content: \"\\ead8\";\n}\n\n.glyph-error:before {\n content: \"\\ead9\";\n}\n\n.glyph-explore-filled:before {\n content: \"\\eada\";\n}\n\n.glyph-explore:before {\n content: \"\\eadb\";\n}\n\n.glyph-export:before {\n content: \"\\eadc\";\n}\n\n.glyph-eye-cancelled-filled:before {\n content: \"\\eadd\";\n}\n\n.glyph-eye-cancelled:before {\n content: \"\\eade\";\n}\n\n.glyph-eye-filled:before {\n content: \"\\eadf\";\n}\n\n.glyph-eye:before {\n content: \"\\eae0\";\n}\n\n.glyph-factory-reset-filled:before {\n content: \"\\eae1\";\n}\n\n.glyph-factory-reset:before {\n content: \"\\eae2\";\n}\n\n.glyph-filter-filled:before {\n content: \"\\eae3\";\n}\n\n.glyph-filter-outline:before {\n content: \"\\eae4\";\n}\n\n.glyph-filter:before {\n content: \"\\eae5\";\n}\n\n.glyph-flag-filled:before {\n content: \"\\eae6\";\n}\n\n.glyph-flag:before {\n content: \"\\eae7\";\n}\n\n.glyph-folder-down-filled:before {\n content: \"\\eae8\";\n}\n\n.glyph-folder-down:before {\n content: \"\\eae9\";\n}\n\n.glyph-folder-filled:before {\n content: \"\\eaea\";\n}\n\n.glyph-folder-new-filled:before {\n content: \"\\eaeb\";\n}\n\n.glyph-folder-new-outline:before {\n content: \"\\eaec\";\n}\n\n.glyph-folder-new:before {\n content: \"\\eaed\";\n}\n\n.glyph-folder-open-filled:before {\n content: \"\\eaee\";\n}\n\n.glyph-folder-open-outline:before {\n content: \"\\eaef\";\n}\n\n.glyph-folder-open:before {\n content: \"\\eaf0\";\n}\n\n.glyph-folder-outline:before {\n content: \"\\eaf1\";\n}\n\n.glyph-folder-up-filled:before {\n content: \"\\eaf2\";\n}\n\n.glyph-folder-up:before {\n content: \"\\eaf3\";\n}\n\n.glyph-folder:before {\n content: \"\\eaf4\";\n}\n\n.glyph-full-screeen-exit:before {\n content: \"\\eaf5\";\n}\n\n.glyph-full-screeen:before {\n content: \"\\eaf6\";\n}\n\n.glyph-function-block-library:before {\n content: \"\\eaf7\";\n}\n\n.glyph-function-block-new:before {\n content: \"\\eaf8\";\n}\n\n.glyph-function-block:before {\n content: \"\\eaf9\";\n}\n\n.glyph-function-diagram-new:before {\n content: \"\\eafa\";\n}\n\n.glyph-function-diagram:before {\n content: \"\\eafb\";\n}\n\n.glyph-gauge-filled:before {\n content: \"\\eafc\";\n}\n\n.glyph-gauge:before {\n content: \"\\eafd\";\n}\n\n.glyph-gaugechart:before {\n content: \"\\eafe\";\n}\n\n.glyph-global-plant-filled:before {\n content: \"\\eaff\";\n}\n\n.glyph-global-plant:before {\n content: \"\\eb00\";\n}\n\n.glyph-globe-filled:before {\n content: \"\\eb01\";\n}\n\n.glyph-globe:before {\n content: \"\\eb02\";\n}\n\n.glyph-goto:before {\n content: \"\\eb03\";\n}\n\n.glyph-group:before {\n content: \"\\eb04\";\n}\n\n.glyph-hard-reset:before {\n content: \"\\eb05\";\n}\n\n.glyph-hardware-cabinet:before {\n content: \"\\eb06\";\n}\n\n.glyph-health-filled:before {\n content: \"\\eb07\";\n}\n\n.glyph-health:before {\n content: \"\\eb08\";\n}\n\n.glyph-heart-filled:before {\n content: \"\\eb09\";\n}\n\n.glyph-heart:before {\n content: \"\\eb0a\";\n}\n\n.glyph-hexagon-vertical-bars-database-filled:before {\n content: \"\\eb0b\";\n}\n\n.glyph-hexagon-vertical-bars-database:before {\n content: \"\\eb0c\";\n}\n\n.glyph-hexagon-vertical-bars-filled:before {\n content: \"\\eb0d\";\n}\n\n.glyph-hexagon-vertical-bars:before {\n content: \"\\eb0e\";\n}\n\n.glyph-hierarchy:before {\n content: \"\\eb0f\";\n}\n\n.glyph-highlight-filled:before {\n content: \"\\eb10\";\n}\n\n.glyph-highlight:before {\n content: \"\\eb11\";\n}\n\n.glyph-history-list:before {\n content: \"\\eb12\";\n}\n\n.glyph-history:before {\n content: \"\\eb13\";\n}\n\n.glyph-home-filled:before {\n content: \"\\eb14\";\n}\n\n.glyph-home:before {\n content: \"\\eb15\";\n}\n\n.glyph-hourglass:before {\n content: \"\\eb16\";\n}\n\n.glyph-image-filled:before {\n content: \"\\eb17\";\n}\n\n.glyph-image:before {\n content: \"\\eb18\";\n}\n\n.glyph-import:before {\n content: \"\\eb19\";\n}\n\n.glyph-info-feed:before {\n content: \"\\eb1a\";\n}\n\n.glyph-info-filled:before {\n content: \"\\eb1b\";\n}\n\n.glyph-info:before {\n content: \"\\eb1c\";\n}\n\n.glyph-ingestion-report:before {\n content: \"\\eb1d\";\n}\n\n.glyph-ingestion:before {\n content: \"\\eb1e\";\n}\n\n.glyph-ink-pen:before {\n content: \"\\eb1f\";\n}\n\n.glyph-inquiry-filled:before {\n content: \"\\eb20\";\n}\n\n.glyph-inquiry-mail:before {\n content: \"\\eb21\";\n}\n\n.glyph-inquiry:before {\n content: \"\\eb22\";\n}\n\n.glyph-item-details-filled:before {\n content: \"\\eb23\";\n}\n\n.glyph-item-details:before {\n content: \"\\eb24\";\n}\n\n.glyph-label-filled:before {\n content: \"\\eb25\";\n}\n\n.glyph-label:before {\n content: \"\\eb26\";\n}\n\n.glyph-language-filled:before {\n content: \"\\eb27\";\n}\n\n.glyph-language:before {\n content: \"\\eb28\";\n}\n\n.glyph-layers-filled:before {\n content: \"\\eb29\";\n}\n\n.glyph-layers:before {\n content: \"\\eb2a\";\n}\n\n.glyph-leaf:before {\n content: \"\\eb2b\";\n}\n\n.glyph-legal:before {\n content: \"\\eb2c\";\n}\n\n.glyph-library-new:before {\n content: \"\\eb2d\";\n}\n\n.glyph-library:before {\n content: \"\\eb2e\";\n}\n\n.glyph-license:before {\n content: \"\\eb2f\";\n}\n\n.glyph-light-dark:before {\n content: \"\\eb30\";\n}\n\n.glyph-line-diagonal:before {\n content: \"\\eb31\";\n}\n\n.glyph-link:before {\n content: \"\\eb32\";\n}\n\n.glyph-list:before {\n content: \"\\eb33\";\n}\n\n.glyph-live-schedule:before {\n content: \"\\eb34\";\n}\n\n.glyph-location-filled:before {\n content: \"\\eb35\";\n}\n\n.glyph-location-outline:before {\n content: \"\\eb36\";\n}\n\n.glyph-location:before {\n content: \"\\eb37\";\n}\n\n.glyph-lock-filled:before {\n content: \"\\eb38\";\n}\n\n.glyph-lock-key-filled:before {\n content: \"\\eb39\";\n}\n\n.glyph-lock-key:before {\n content: \"\\eb3a\";\n}\n\n.glyph-lock:before {\n content: \"\\eb3b\";\n}\n\n.glyph-log-in:before {\n content: \"\\eb3c\";\n}\n\n.glyph-log-out:before {\n content: \"\\eb3d\";\n}\n\n.glyph-log:before {\n content: \"\\eb3e\";\n}\n\n.glyph-logic-diagram:before {\n content: \"\\eb3f\";\n}\n\n.glyph-lower-limit:before {\n content: \"\\eb40\";\n}\n\n.glyph-mail-filled:before {\n content: \"\\eb41\";\n}\n\n.glyph-mail:before {\n content: \"\\eb42\";\n}\n\n.glyph-maintenance-documents:before {\n content: \"\\eb43\";\n}\n\n.glyph-maintenance-info:before {\n content: \"\\eb44\";\n}\n\n.glyph-maintenance-warning-filled:before {\n content: \"\\eb45\";\n}\n\n.glyph-maintenance-warning:before {\n content: \"\\eb46\";\n}\n\n.glyph-maintenance:before {\n content: \"\\eb47\";\n}\n\n.glyph-mandatory-done:before {\n content: \"\\eb48\";\n}\n\n.glyph-mandatory:before {\n content: \"\\eb49\";\n}\n\n.glyph-map:before {\n content: \"\\eb4a\";\n}\n\n.glyph-maximize:before {\n content: \"\\eb4b\";\n}\n\n.glyph-microphone-filled:before {\n content: \"\\eb4c\";\n}\n\n.glyph-microphone:before {\n content: \"\\eb4d\";\n}\n\n.glyph-minimize:before {\n content: \"\\eb4e\";\n}\n\n.glyph-minus:before {\n content: \"\\eb4f\";\n}\n\n.glyph-mix:before {\n content: \"\\eb50\";\n}\n\n.glyph-monitor-filled:before {\n content: \"\\eb51\";\n}\n\n.glyph-monitor-trend:before {\n content: \"\\eb52\";\n}\n\n.glyph-monitor:before {\n content: \"\\eb53\";\n}\n\n.glyph-monitoring-add:before {\n content: \"\\eb54\";\n}\n\n.glyph-monitoring:before {\n content: \"\\eb55\";\n}\n\n.glyph-monitorings:before {\n content: \"\\eb56\";\n}\n\n.glyph-moon-filled:before {\n content: \"\\eb57\";\n}\n\n.glyph-moon:before {\n content: \"\\eb58\";\n}\n\n.glyph-more-menu:before {\n content: \"\\eb59\";\n}\n\n.glyph-mouse-click-filled:before {\n content: \"\\eb5a\";\n}\n\n.glyph-mouse-click:before {\n content: \"\\eb5b\";\n}\n\n.glyph-mouse-select-filled:before {\n content: \"\\eb5c\";\n}\n\n.glyph-mouse-select:before {\n content: \"\\eb5d\";\n}\n\n.glyph-mp4-document:before {\n content: \"\\eb5e\";\n}\n\n.glyph-namur-check-function-filled:before {\n content: \"\\eb5f\";\n}\n\n.glyph-namur-check-function:before {\n content: \"\\eb60\";\n}\n\n.glyph-namur-failure-filled:before {\n content: \"\\eb61\";\n}\n\n.glyph-namur-failure:before {\n content: \"\\eb62\";\n}\n\n.glyph-namur-maintenance-required-filled:before {\n content: \"\\eb63\";\n}\n\n.glyph-namur-maintenance-required:before {\n content: \"\\eb64\";\n}\n\n.glyph-namur-ok-filled:before {\n content: \"\\eb65\";\n}\n\n.glyph-namur-ok:before {\n content: \"\\eb66\";\n}\n\n.glyph-namur-out-of-spec-filled:before {\n content: \"\\eb67\";\n}\n\n.glyph-namur-out-of-spec:before {\n content: \"\\eb68\";\n}\n\n.glyph-navigation-filled:before {\n content: \"\\eb69\";\n}\n\n.glyph-navigation-left:before {\n content: \"\\eb6a\";\n}\n\n.glyph-navigation-right:before {\n content: \"\\eb6b\";\n}\n\n.glyph-navigation:before {\n content: \"\\eb6c\";\n}\n\n.glyph-new-indicator-filled:before {\n content: \"\\eb6d\";\n}\n\n.glyph-new-indicator:before {\n content: \"\\eb6e\";\n}\n\n.glyph-no-filter-filled:before {\n content: \"\\eb6f\";\n}\n\n.glyph-no-filter:before {\n content: \"\\eb70\";\n}\n\n.glyph-no-image:before {\n content: \"\\eb71\";\n}\n\n.glyph-note-filled:before {\n content: \"\\eb72\";\n}\n\n.glyph-note:before {\n content: \"\\eb73\";\n}\n\n.glyph-notification-filled:before {\n content: \"\\eb74\";\n}\n\n.glyph-notification:before {\n content: \"\\eb75\";\n}\n\n.glyph-notifications-filled:before {\n content: \"\\eb76\";\n}\n\n.glyph-notifications:before {\n content: \"\\eb77\";\n}\n\n.glyph-ontology-filled:before {\n content: \"\\eb78\";\n}\n\n.glyph-ontology:before {\n content: \"\\eb79\";\n}\n\n.glyph-open-external:before {\n content: \"\\eb7a\";\n}\n\n.glyph-open-file-filled:before {\n content: \"\\eb7b\";\n}\n\n.glyph-open-file:before {\n content: \"\\eb7c\";\n}\n\n.glyph-operate-plant-filled:before {\n content: \"\\eb7d\";\n}\n\n.glyph-operate-plant:before {\n content: \"\\eb7e\";\n}\n\n.glyph-optimize:before {\n content: \"\\eb7f\";\n}\n\n.glyph-p-and-i-symbols:before {\n content: \"\\eb80\";\n}\n\n.glyph-p-i-diagram:before {\n content: \"\\eb81\";\n}\n\n.glyph-pan:before {\n content: \"\\eb82\";\n}\n\n.glyph-paste:before {\n content: \"\\eb83\";\n}\n\n.glyph-pause:before {\n content: \"\\eb84\";\n}\n\n.glyph-pc-tower-filled:before {\n content: \"\\eb85\";\n}\n\n.glyph-pc-tower:before {\n content: \"\\eb86\";\n}\n\n.glyph-pdf-document:before {\n content: \"\\eb87\";\n}\n\n.glyph-pen-filled:before {\n content: \"\\eb88\";\n}\n\n.glyph-pen:before {\n content: \"\\eb89\";\n}\n\n.glyph-phone-filled:before {\n content: \"\\eb8a\";\n}\n\n.glyph-phone:before {\n content: \"\\eb8b\";\n}\n\n.glyph-photo-camera-add:before {\n content: \"\\eb8c\";\n}\n\n.glyph-photo-camera-filled:before {\n content: \"\\eb8d\";\n}\n\n.glyph-photo-camera:before {\n content: \"\\eb8e\";\n}\n\n.glyph-photo-cameras:before {\n content: \"\\eb8f\";\n}\n\n.glyph-piechart-filled:before {\n content: \"\\eb90\";\n}\n\n.glyph-piechart:before {\n content: \"\\eb91\";\n}\n\n.glyph-pin-filled:before {\n content: \"\\eb92\";\n}\n\n.glyph-pin:before {\n content: \"\\eb93\";\n}\n\n.glyph-plant-filled:before {\n content: \"\\eb94\";\n}\n\n.glyph-plant-handbook-filled:before {\n content: \"\\eb95\";\n}\n\n.glyph-plant-handbook:before {\n content: \"\\eb96\";\n}\n\n.glyph-plant-outline:before {\n content: \"\\eb97\";\n}\n\n.glyph-plant-security:before {\n content: \"\\eb98\";\n}\n\n.glyph-plant-settings-filled:before {\n content: \"\\eb99\";\n}\n\n.glyph-plant-settings:before {\n content: \"\\eb9a\";\n}\n\n.glyph-plant-user-filled:before {\n content: \"\\eb9b\";\n}\n\n.glyph-plant-user:before {\n content: \"\\eb9c\";\n}\n\n.glyph-plant:before {\n content: \"\\eb9d\";\n}\n\n.glyph-plants-filled:before {\n content: \"\\eb9e\";\n}\n\n.glyph-plants:before {\n content: \"\\eb9f\";\n}\n\n.glyph-play-filled:before {\n content: \"\\eba0\";\n}\n\n.glyph-play-pause-filled:before {\n content: \"\\eba1\";\n}\n\n.glyph-play-pause:before {\n content: \"\\eba2\";\n}\n\n.glyph-play-stepwise-filled:before {\n content: \"\\eba3\";\n}\n\n.glyph-play-stepwise:before {\n content: \"\\eba4\";\n}\n\n.glyph-play:before {\n content: \"\\eba5\";\n}\n\n.glyph-plus-minus-times-divide:before {\n content: \"\\eba6\";\n}\n\n.glyph-plus:before {\n content: \"\\eba7\";\n}\n\n.glyph-point-up-filled:before {\n content: \"\\eba8\";\n}\n\n.glyph-point-up:before {\n content: \"\\eba9\";\n}\n\n.glyph-polar-plot:before {\n content: \"\\ebaa\";\n}\n\n.glyph-polygon-filled:before {\n content: \"\\ebab\";\n}\n\n.glyph-polygon-line:before {\n content: \"\\ebac\";\n}\n\n.glyph-polygon:before {\n content: \"\\ebad\";\n}\n\n.glyph-ppt-document:before {\n content: \"\\ebae\";\n}\n\n.glyph-print-filled:before {\n content: \"\\ebaf\";\n}\n\n.glyph-print:before {\n content: \"\\ebb0\";\n}\n\n.glyph-prio-high:before {\n content: \"\\ebb1\";\n}\n\n.glyph-prio-low:before {\n content: \"\\ebb2\";\n}\n\n.glyph-prio-middle:before {\n content: \"\\ebb3\";\n}\n\n.glyph-product-catalog:before {\n content: \"\\ebb4\";\n}\n\n.glyph-product-management:before {\n content: \"\\ebb5\";\n}\n\n.glyph-product:before {\n content: \"\\ebb6\";\n}\n\n.glyph-project-configuration:before {\n content: \"\\ebb7\";\n}\n\n.glyph-project-new:before {\n content: \"\\ebb8\";\n}\n\n.glyph-project-scenarios:before {\n content: \"\\ebb9\";\n}\n\n.glyph-project:before {\n content: \"\\ebba\";\n}\n\n.glyph-protocol:before {\n content: \"\\ebbb\";\n}\n\n.glyph-publish-document:before {\n content: \"\\ebbc\";\n}\n\n.glyph-publish:before {\n content: \"\\ebbd\";\n}\n\n.glyph-qr-code:before {\n content: \"\\ebbe\";\n}\n\n.glyph-quality-report:before {\n content: \"\\ebbf\";\n}\n\n.glyph-question-filled:before {\n content: \"\\ebc0\";\n}\n\n.glyph-question:before {\n content: \"\\ebc1\";\n}\n\n.glyph-radarchart:before {\n content: \"\\ebc2\";\n}\n\n.glyph-radio-waves-off:before {\n content: \"\\ebc3\";\n}\n\n.glyph-radio-waves:before {\n content: \"\\ebc4\";\n}\n\n.glyph-random-filled:before {\n content: \"\\ebc5\";\n}\n\n.glyph-random:before {\n content: \"\\ebc6\";\n}\n\n.glyph-reboot:before {\n content: \"\\ebc7\";\n}\n\n.glyph-rectangle-filled:before {\n content: \"\\ebc8\";\n}\n\n.glyph-rectangle:before {\n content: \"\\ebc9\";\n}\n\n.glyph-redo:before {\n content: \"\\ebca\";\n}\n\n.glyph-reference:before {\n content: \"\\ebcb\";\n}\n\n.glyph-refresh-cancelled:before {\n content: \"\\ebcc\";\n}\n\n.glyph-refresh:before {\n content: \"\\ebcd\";\n}\n\n.glyph-reload:before {\n content: \"\\ebce\";\n}\n\n.glyph-remove-eye-filled:before {\n content: \"\\ebcf\";\n}\n\n.glyph-remove-eye:before {\n content: \"\\ebd0\";\n}\n\n.glyph-rename:before {\n content: \"\\ebd1\";\n}\n\n.glyph-replace:before {\n content: \"\\ebd2\";\n}\n\n.glyph-report-barchart:before {\n content: \"\\ebd3\";\n}\n\n.glyph-report-linechart:before {\n content: \"\\ebd4\";\n}\n\n.glyph-report-text:before {\n content: \"\\ebd5\";\n}\n\n.glyph-reset:before {\n content: \"\\ebd6\";\n}\n\n.glyph-restore-backup-filled:before {\n content: \"\\ebd7\";\n}\n\n.glyph-restore-backup-pc:before {\n content: \"\\ebd8\";\n}\n\n.glyph-restore-backup:before {\n content: \"\\ebd9\";\n}\n\n.glyph-rhomb-filled:before {\n content: \"\\ebda\";\n}\n\n.glyph-rhomb:before {\n content: \"\\ebdb\";\n}\n\n.glyph-road-filled:before {\n content: \"\\ebdc\";\n}\n\n.glyph-road:before {\n content: \"\\ebdd\";\n}\n\n.glyph-rocket-filled:before {\n content: \"\\ebde\";\n}\n\n.glyph-rocket:before {\n content: \"\\ebdf\";\n}\n\n.glyph-route-target:before {\n content: \"\\ebe0\";\n}\n\n.glyph-route:before {\n content: \"\\ebe1\";\n}\n\n.glyph-scatterplot:before {\n content: \"\\ebe2\";\n}\n\n.glyph-scheduler-filled:before {\n content: \"\\ebe3\";\n}\n\n.glyph-scheduler:before {\n content: \"\\ebe4\";\n}\n\n.glyph-screen-filled:before {\n content: \"\\ebe5\";\n}\n\n.glyph-screen:before {\n content: \"\\ebe6\";\n}\n\n.glyph-screenshot-filled:before {\n content: \"\\ebe7\";\n}\n\n.glyph-screenshot:before {\n content: \"\\ebe8\";\n}\n\n.glyph-script-add:before {\n content: \"\\ebe9\";\n}\n\n.glyph-script:before {\n content: \"\\ebea\";\n}\n\n.glyph-scripts:before {\n content: \"\\ebeb\";\n}\n\n.glyph-search:before {\n content: \"\\ebec\";\n}\n\n.glyph-share-filled:before {\n content: \"\\ebed\";\n}\n\n.glyph-share:before {\n content: \"\\ebee\";\n}\n\n.glyph-shopping-cart-filled:before {\n content: \"\\ebef\";\n}\n\n.glyph-shopping-cart:before {\n content: \"\\ebf0\";\n}\n\n.glyph-shout-filled:before {\n content: \"\\ebf1\";\n}\n\n.glyph-shout:before {\n content: \"\\ebf2\";\n}\n\n.glyph-sign-language:before {\n content: \"\\ebf3\";\n}\n\n.glyph-signal-strength-0:before {\n content: \"\\ebf4\";\n}\n\n.glyph-signal-strength-1:before {\n content: \"\\ebf5\";\n}\n\n.glyph-signal-strength-2:before {\n content: \"\\ebf6\";\n}\n\n.glyph-signal-strength-3:before {\n content: \"\\ebf7\";\n}\n\n.glyph-signal-strength-4:before {\n content: \"\\ebf8\";\n}\n\n.glyph-signal-strength-5:before {\n content: \"\\ebf9\";\n}\n\n.glyph-signal-strength-6:before {\n content: \"\\ebfa\";\n}\n\n.glyph-signal-strength-7:before {\n content: \"\\ebfb\";\n}\n\n.glyph-signal-strength-8:before {\n content: \"\\ebfc\";\n}\n\n.glyph-simit-component:before {\n content: \"\\ebfd\";\n}\n\n.glyph-simit-macro-component-editor:before {\n content: \"\\ebfe\";\n}\n\n.glyph-simit-macro:before {\n content: \"\\ebff\";\n}\n\n.glyph-single-check:before {\n content: \"\\ec00\";\n}\n\n.glyph-skip-back-filled:before {\n content: \"\\ec01\";\n}\n\n.glyph-skip-back:before {\n content: \"\\ec02\";\n}\n\n.glyph-skip-filled:before {\n content: \"\\ec03\";\n}\n\n.glyph-skip:before {\n content: \"\\ec04\";\n}\n\n.glyph-snowflake:before {\n content: \"\\ec05\";\n}\n\n.glyph-sort-ascending:before {\n content: \"\\ec06\";\n}\n\n.glyph-sort-descending:before {\n content: \"\\ec07\";\n}\n\n.glyph-sort:before {\n content: \"\\ec08\";\n}\n\n.glyph-sound-loud-filled:before {\n content: \"\\ec09\";\n}\n\n.glyph-sound-loud:before {\n content: \"\\ec0a\";\n}\n\n.glyph-sound-mute-filled:before {\n content: \"\\ec0b\";\n}\n\n.glyph-sound-mute:before {\n content: \"\\ec0c\";\n}\n\n.glyph-sound-off-filled:before {\n content: \"\\ec0d\";\n}\n\n.glyph-sound-off:before {\n content: \"\\ec0e\";\n}\n\n.glyph-sound-quiet-filled:before {\n content: \"\\ec0f\";\n}\n\n.glyph-sound-quiet:before {\n content: \"\\ec10\";\n}\n\n.glyph-spatial:before {\n content: \"\\ec11\";\n}\n\n.glyph-split-horizontally:before {\n content: \"\\ec12\";\n}\n\n.glyph-split-vertically:before {\n content: \"\\ec13\";\n}\n\n.glyph-standby:before {\n content: \"\\ec14\";\n}\n\n.glyph-star-add-filled:before {\n content: \"\\ec15\";\n}\n\n.glyph-star-add:before {\n content: \"\\ec16\";\n}\n\n.glyph-star-cancelled-filled:before {\n content: \"\\ec17\";\n}\n\n.glyph-star-cancelled:before {\n content: \"\\ec18\";\n}\n\n.glyph-star-filled:before {\n content: \"\\ec19\";\n}\n\n.glyph-star-list-filled:before {\n content: \"\\ec1a\";\n}\n\n.glyph-star-list:before {\n content: \"\\ec1b\";\n}\n\n.glyph-star:before {\n content: \"\\ec1c\";\n}\n\n.glyph-start-data-analysis:before {\n content: \"\\ec1d\";\n}\n\n.glyph-steering-user-filled:before {\n content: \"\\ec1e\";\n}\n\n.glyph-steering-user:before {\n content: \"\\ec1f\";\n}\n\n.glyph-steering:before {\n content: \"\\ec20\";\n}\n\n.glyph-stethoscope:before {\n content: \"\\ec21\";\n}\n\n.glyph-stop-filled:before {\n content: \"\\ec22\";\n}\n\n.glyph-stop:before {\n content: \"\\ec23\";\n}\n\n.glyph-success-filled:before {\n content: \"\\ec24\";\n}\n\n.glyph-success:before {\n content: \"\\ec25\";\n}\n\n.glyph-sun-filled:before {\n content: \"\\ec26\";\n}\n\n.glyph-sun:before {\n content: \"\\ec27\";\n}\n\n.glyph-support:before {\n content: \"\\ec28\";\n}\n\n.glyph-surveillance-filled:before {\n content: \"\\ec29\";\n}\n\n.glyph-surveillance:before {\n content: \"\\ec2a\";\n}\n\n.glyph-svg-document:before {\n content: \"\\ec2b\";\n}\n\n.glyph-swap-left-right:before {\n content: \"\\ec2c\";\n}\n\n.glyph-switch-slider:before {\n content: \"\\ec2d\";\n}\n\n.glyph-table-columns:before {\n content: \"\\ec2e\";\n}\n\n.glyph-table-rows:before {\n content: \"\\ec2f\";\n}\n\n.glyph-table-settings:before {\n content: \"\\ec30\";\n}\n\n.glyph-table:before {\n content: \"\\ec31\";\n}\n\n.glyph-tag-filled:before {\n content: \"\\ec32\";\n}\n\n.glyph-tag-plus-filled:before {\n content: \"\\ec33\";\n}\n\n.glyph-tag-plus:before {\n content: \"\\ec34\";\n}\n\n.glyph-tag:before {\n content: \"\\ec35\";\n}\n\n.glyph-tasks-all:before {\n content: \"\\ec36\";\n}\n\n.glyph-tasks-done:before {\n content: \"\\ec37\";\n}\n\n.glyph-tasks-open:before {\n content: \"\\ec38\";\n}\n\n.glyph-text-circle-rectangle-filled:before {\n content: \"\\ec39\";\n}\n\n.glyph-text-circle-rectangle:before {\n content: \"\\ec3a\";\n}\n\n.glyph-text-document:before {\n content: \"\\ec3b\";\n}\n\n.glyph-text:before {\n content: \"\\ec3c\";\n}\n\n.glyph-threshold-cancelled:before {\n content: \"\\ec3d\";\n}\n\n.glyph-threshold-off:before {\n content: \"\\ec3e\";\n}\n\n.glyph-threshold-on:before {\n content: \"\\ec3f\";\n}\n\n.glyph-to-be-published:before {\n content: \"\\ec40\";\n}\n\n.glyph-to-search:before {\n content: \"\\ec41\";\n}\n\n.glyph-topic-filled:before {\n content: \"\\ec42\";\n}\n\n.glyph-topic:before {\n content: \"\\ec43\";\n}\n\n.glyph-touch-filled:before {\n content: \"\\ec44\";\n}\n\n.glyph-touch:before {\n content: \"\\ec45\";\n}\n\n.glyph-trashcan-filled:before {\n content: \"\\ec46\";\n}\n\n.glyph-trashcan:before {\n content: \"\\ec47\";\n}\n\n.glyph-tree:before {\n content: \"\\ec48\";\n}\n\n.glyph-trend:before {\n content: \"\\ec49\";\n}\n\n.glyph-triangle-filled:before {\n content: \"\\ec4a\";\n}\n\n.glyph-triangle:before {\n content: \"\\ec4b\";\n}\n\n.glyph-truck-filled:before {\n content: \"\\ec4c\";\n}\n\n.glyph-truck:before {\n content: \"\\ec4d\";\n}\n\n.glyph-tulip-filled:before {\n content: \"\\ec4e\";\n}\n\n.glyph-tulip:before {\n content: \"\\ec4f\";\n}\n\n.glyph-txt-document:before {\n content: \"\\ec50\";\n}\n\n.glyph-undo:before {\n content: \"\\ec51\";\n}\n\n.glyph-ungroup:before {\n content: \"\\ec52\";\n}\n\n.glyph-unlock-filled:before {\n content: \"\\ec53\";\n}\n\n.glyph-unlock-plant-filled:before {\n content: \"\\ec54\";\n}\n\n.glyph-unlock-plant:before {\n content: \"\\ec55\";\n}\n\n.glyph-unlock:before {\n content: \"\\ec56\";\n}\n\n.glyph-upload-document-note:before {\n content: \"\\ec57\";\n}\n\n.glyph-upload-success:before {\n content: \"\\ec58\";\n}\n\n.glyph-upload:before {\n content: \"\\ec59\";\n}\n\n.glyph-upper-limit:before {\n content: \"\\ec5a\";\n}\n\n.glyph-user-check-filled:before {\n content: \"\\ec5b\";\n}\n\n.glyph-user-check:before {\n content: \"\\ec5c\";\n}\n\n.glyph-user-filled:before {\n content: \"\\ec5d\";\n}\n\n.glyph-user-management-filled:before {\n content: \"\\ec5e\";\n}\n\n.glyph-user-management:before {\n content: \"\\ec5f\";\n}\n\n.glyph-user-profile-filled:before {\n content: \"\\ec60\";\n}\n\n.glyph-user-profile:before {\n content: \"\\ec61\";\n}\n\n.glyph-user-settings-filled:before {\n content: \"\\ec62\";\n}\n\n.glyph-user-settings:before {\n content: \"\\ec63\";\n}\n\n.glyph-user:before {\n content: \"\\ec64\";\n}\n\n.glyph-validate:before {\n content: \"\\ec65\";\n}\n\n.glyph-vdi-folder:before {\n content: \"\\ec66\";\n}\n\n.glyph-version-history:before {\n content: \"\\ec67\";\n}\n\n.glyph-video-file-filled:before {\n content: \"\\ec68\";\n}\n\n.glyph-video-file:before {\n content: \"\\ec69\";\n}\n\n.glyph-warning-filled:before {\n content: \"\\ec6a\";\n}\n\n.glyph-warning-rhomb-filled:before {\n content: \"\\ec6b\";\n}\n\n.glyph-warning-rhomb:before {\n content: \"\\ec6c\";\n}\n\n.glyph-warning:before {\n content: \"\\ec6d\";\n}\n\n.glyph-water-bathing:before {\n content: \"\\ec6e\";\n}\n\n.glyph-water-fish:before {\n content: \"\\ec6f\";\n}\n\n.glyph-water-sunbathing:before {\n content: \"\\ec70\";\n}\n\n.glyph-waveform:before {\n content: \"\\ec71\";\n}\n\n.glyph-webcam-filled:before {\n content: \"\\ec72\";\n}\n\n.glyph-webcam:before {\n content: \"\\ec73\";\n}\n\n.glyph-wlan-off:before {\n content: \"\\ec74\";\n}\n\n.glyph-wlan-strength-0:before {\n content: \"\\ec75\";\n}\n\n.glyph-wlan-strength-1:before {\n content: \"\\ec76\";\n}\n\n.glyph-wlan-strength-2:before {\n content: \"\\ec77\";\n}\n\n.glyph-wlan-strength-3:before {\n content: \"\\ec78\";\n}\n\n.glyph-work-case-filled:before {\n content: \"\\ec79\";\n}\n\n.glyph-work-case:before {\n content: \"\\ec7a\";\n}\n\n.glyph-x-axis-settings:before {\n content: \"\\ec7b\";\n}\n\n.glyph-xls-document:before {\n content: \"\\ec7c\";\n}\n\n.glyph-xml-document:before {\n content: \"\\ec7d\";\n}\n\n.glyph-y-axis-settings:before {\n content: \"\\ec7e\";\n}\n\n.glyph-youtube-filled:before {\n content: \"\\ec7f\";\n}\n\n.glyph-youtube:before {\n content: \"\\ec80\";\n}\n\n.glyph-zoom-in:before {\n content: \"\\ec81\";\n}\n\n.glyph-zoom-out:before {\n content: \"\\ec82\";\n}\n\n.glyph-zoom-selection:before {\n content: \"\\ec83\";\n}\n\n:host {\n display: inline-flex;\n height: 1.5rem;\n width: 1.5rem;\n}\n:host i {\n color: inherit;\n transition: color 150ms;\n}\n:host .svg-container {\n display: block;\n position: relative;\n width: 100%;\n height: 100%;\n}\n:host .svg-container > svg {\n height: 1.5rem;\n width: 1.5rem;\n}\n:host .svg-container > svg [fill] {\n fill: var(--theme-color-std-text);\n}\n:host .skeleton-box {\n display: inline-block;\n height: 1em;\n position: relative;\n overflow: hidden;\n background-color: #dddbdd;\n}\n:host .skeleton-box::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(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));\n animation: shimmer 2s infinite;\n content: \"\";\n}\n@keyframes shimmer {\n 100% {\n transform: translateX(100%);\n }\n}\n\n:host(.size-12) {\n height: 0.75rem;\n width: 0.75rem;\n}\n:host(.size-12) .svg-container > svg {\n height: 0.75rem;\n width: 0.75rem;\n}\n\n:host(.size-16) {\n height: 1rem;\n width: 1rem;\n}\n:host(.size-16) .svg-container > svg {\n height: 1rem;\n width: 1rem;\n}\n\n:host(.size-32) {\n height: 2rem;\n width: 2rem;\n}\n:host(.size-32) .svg-container > svg {\n height: 2rem;\n width: 2rem;\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 */\nimport { h, Host } from '@stencil/core';\nimport { resolveIcon } from './resolveIcon';\nexport class Icon {\n constructor() {\n this.size = undefined;\n this.color = undefined;\n this.name = undefined;\n this.src = undefined;\n this.svgContent = undefined;\n }\n connectedCallback() {\n this.loadIconContent();\n }\n async loadIconContent() {\n this.svgContent = await resolveIcon(this);\n }\n render() {\n const style = {};\n if (this.color) {\n style['color'] = `var(--theme-${this.color})`;\n }\n if (this.name && !this.svgContent) {\n const iconName = this.name;\n return (h(Host, { style: style, 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 } }, h(\"i\", { 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 }\n return (h(Host, { style: style, 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 } }, this.svgContent ? (h(\"div\", { class: 'svg-container', innerHTML: this.svgContent })) : (h(\"span\", { class: \"skeleton-box\", style: {\n width: '100%',\n height: '100%',\n } }))));\n }\n static get is() { return \"ix-icon\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"icon.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"icon.css\"]\n };\n }\n static get properties() {\n return {\n \"size\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"'12' | '16' | '24' | '32'\",\n \"resolved\": \"\\\"12\\\" | \\\"16\\\" | \\\"24\\\" | \\\"32\\\"\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Size of the icon\"\n },\n \"attribute\": \"size\",\n \"reflect\": false\n },\n \"color\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Color of the icon\"\n },\n \"attribute\": \"color\",\n \"reflect\": false\n },\n \"name\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Use one of our defined icon names e.g. `copy`.\"\n },\n \"attribute\": \"name\",\n \"reflect\": true\n },\n \"src\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [{\n \"name\": \"internal\",\n \"text\": undefined\n }],\n \"text\": \"Path to the svg\"\n },\n \"attribute\": \"src\",\n \"reflect\": false\n }\n };\n }\n static get states() {\n return {\n \"svgContent\": {}\n };\n }\n static get watchers() {\n return [{\n \"propName\": \"src\",\n \"methodName\": \"loadIconContent\"\n }, {\n \"propName\": \"name\",\n \"methodName\": \"loadIconContent\"\n }];\n }\n}\n//# sourceMappingURL=icon.js.map\n"],"version":3}
|
|
1
|
+
{"file":"icon.js","mappings":"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","names":[],"sources":["../../node_modules/@siemens/ix-icons/dist/collection/components/icon/resolveIcon.js","../../node_modules/@siemens/ix-icons/dist/collection/components/icon/icon.css?tag=ix-icon&encapsulation=shadow","../../node_modules/@siemens/ix-icons/dist/collection/components/icon/icon.js"],"sourcesContent":["export const isSvgDataUrl = (url) => {\n if (!url) {\n return false;\n }\n if (typeof url !== 'string') {\n return false;\n }\n return url.startsWith('data:image/svg+xml');\n};\nlet parser = null;\nfunction parseSVGDataContent(content) {\n if (typeof window['DOMParser'] === 'undefined') {\n console.warn('DOMParser not supported by your browser.');\n return;\n }\n if (parser === null) {\n parser = new window['DOMParser']();\n }\n const svgDocument = parser.parseFromString(content, 'text/html');\n const svgElement = svgDocument.querySelector('svg');\n if (!svgElement) {\n throw Error('No valid svg data provided');\n }\n return svgElement.outerHTML;\n}\nasync function fetchSVG(url) {\n const response = await fetch(url);\n const responseText = await response.text();\n if (!response.ok) {\n console.error(responseText);\n return '';\n }\n return parseSVGDataContent(responseText);\n}\nexport async function resolveIcon(icon) {\n const { src, name } = icon;\n if (name) {\n if (isSvgDataUrl(name)) {\n return parseSVGDataContent(name);\n }\n //Fallback return undefined to render web font icon\n return;\n }\n if (!src) {\n return '';\n }\n if (isSvgDataUrl(src)) {\n return parseSVGDataContent(src);\n }\n return fetchSVG(src);\n}\n//# sourceMappingURL=resolveIcon.js.map\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 * COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.\n */\n.glyph {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1;\n font-family: \"ix-icons\";\n font-size: 1.5rem;\n font-weight: 500;\n}\n\n.glyph-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -15%;\n}\n\n.glyph-2x {\n font-size: 2em;\n}\n\n.glyph-3x {\n font-size: 3em;\n}\n\n.glyph-4x {\n font-size: 4em;\n}\n\n.glyph-5x {\n font-size: 5em;\n}\n\n.glyph-fw {\n width: 1.2857142857em;\n text-align: center;\n}\n\n.glyph-12 {\n font-size: 0.75rem;\n}\n\n.glyph-16 {\n font-size: 1rem;\n}\n\n.glyph-24 {\n font-size: 1.5rem;\n}\n\n.glyph-32 {\n font-size: 2rem;\n}\n\n.glyph-about-filled:before {\n content: \"\\ea01\";\n}\n\n.glyph-about:before {\n content: \"\\ea02\";\n}\n\n.glyph-add-circle-filled:before {\n content: \"\\ea03\";\n}\n\n.glyph-add-circle:before {\n content: \"\\ea04\";\n}\n\n.glyph-add-document-note:before {\n content: \"\\ea05\";\n}\n\n.glyph-add-eye-filled:before {\n content: \"\\ea06\";\n}\n\n.glyph-add-eye:before {\n content: \"\\ea07\";\n}\n\n.glyph-add-task-list:before {\n content: \"\\ea08\";\n}\n\n.glyph-add-task:before {\n content: \"\\ea09\";\n}\n\n.glyph-add:before {\n content: \"\\ea0a\";\n}\n\n.glyph-ai:before {\n content: \"\\ea0b\";\n}\n\n.glyph-alarm-bell-cancelled-filled:before {\n content: \"\\ea0c\";\n}\n\n.glyph-alarm-bell-cancelled:before {\n content: \"\\ea0d\";\n}\n\n.glyph-alarm-bell-filled:before {\n content: \"\\ea0e\";\n}\n\n.glyph-alarm-bell:before {\n content: \"\\ea0f\";\n}\n\n.glyph-alarm-clock-filled:before {\n content: \"\\ea10\";\n}\n\n.glyph-alarm-clock:before {\n content: \"\\ea11\";\n}\n\n.glyph-alarm-filled:before {\n content: \"\\ea12\";\n}\n\n.glyph-alarm:before {\n content: \"\\ea13\";\n}\n\n.glyph-analyze:before {\n content: \"\\ea14\";\n}\n\n.glyph-anomaly-found:before {\n content: \"\\ea15\";\n}\n\n.glyph-anomaly:before {\n content: \"\\ea16\";\n}\n\n.glyph-app-menu:before {\n content: \"\\ea17\";\n}\n\n.glyph-apps:before {\n content: \"\\ea18\";\n}\n\n.glyph-arrow-down-right:before {\n content: \"\\ea19\";\n}\n\n.glyph-arrow-down:before {\n content: \"\\ea1a\";\n}\n\n.glyph-arrow-left:before {\n content: \"\\ea1b\";\n}\n\n.glyph-arrow-right-down:before {\n content: \"\\ea1c\";\n}\n\n.glyph-arrow-right:before {\n content: \"\\ea1d\";\n}\n\n.glyph-arrow-up:before {\n content: \"\\ea1e\";\n}\n\n.glyph-attach:before {\n content: \"\\ea1f\";\n}\n\n.glyph-attachment-upload:before {\n content: \"\\ea20\";\n}\n\n.glyph-audio-description1:before {\n content: \"\\ea21\";\n}\n\n.glyph-audio-description2:before {\n content: \"\\ea22\";\n}\n\n.glyph-audit-report:before {\n content: \"\\ea23\";\n}\n\n.glyph-average:before {\n content: \"\\ea24\";\n}\n\n.glyph-backup-filled:before {\n content: \"\\ea25\";\n}\n\n.glyph-backup:before {\n content: \"\\ea26\";\n}\n\n.glyph-bar-code:before {\n content: \"\\ea27\";\n}\n\n.glyph-barchart:before {\n content: \"\\ea28\";\n}\n\n.glyph-battery-check:before {\n content: \"\\ea29\";\n}\n\n.glyph-battery-empty-question:before {\n content: \"\\ea2a\";\n}\n\n.glyph-battery-empty:before {\n content: \"\\ea2b\";\n}\n\n.glyph-battery-exclamation:before {\n content: \"\\ea2c\";\n}\n\n.glyph-battery-full-check:before {\n content: \"\\ea2d\";\n}\n\n.glyph-battery-full:before {\n content: \"\\ea2e\";\n}\n\n.glyph-battery-half:before {\n content: \"\\ea2f\";\n}\n\n.glyph-battery-low:before {\n content: \"\\ea30\";\n}\n\n.glyph-battery-quarter:before {\n content: \"\\ea31\";\n}\n\n.glyph-battery-slash:before {\n content: \"\\ea32\";\n}\n\n.glyph-battery-three-quarter:before {\n content: \"\\ea33\";\n}\n\n.glyph-battery-xmark:before {\n content: \"\\ea34\";\n}\n\n.glyph-bezier-curve:before {\n content: \"\\ea35\";\n}\n\n.glyph-binoculars-filled:before {\n content: \"\\ea36\";\n}\n\n.glyph-binoculars:before {\n content: \"\\ea37\";\n}\n\n.glyph-blazor:before {\n content: \"\\ea38\";\n}\n\n.glyph-book:before {\n content: \"\\ea39\";\n}\n\n.glyph-bookmark-filled:before {\n content: \"\\ea3a\";\n}\n\n.glyph-bookmark:before {\n content: \"\\ea3b\";\n}\n\n.glyph-boundary-signals:before {\n content: \"\\ea3c\";\n}\n\n.glyph-building1-filled:before {\n content: \"\\ea3d\";\n}\n\n.glyph-building1:before {\n content: \"\\ea3e\";\n}\n\n.glyph-building2-filled:before {\n content: \"\\ea3f\";\n}\n\n.glyph-building2:before {\n content: \"\\ea40\";\n}\n\n.glyph-bulb-filled:before {\n content: \"\\ea41\";\n}\n\n.glyph-bulb:before {\n content: \"\\ea42\";\n}\n\n.glyph-calendar-filled:before {\n content: \"\\ea43\";\n}\n\n.glyph-calendar-settings:before {\n content: \"\\ea44\";\n}\n\n.glyph-calendar:before {\n content: \"\\ea45\";\n}\n\n.glyph-cancel:before {\n content: \"\\ea46\";\n}\n\n.glyph-cancelled:before {\n content: \"\\ea47\";\n}\n\n.glyph-capacity-filled:before {\n content: \"\\ea48\";\n}\n\n.glyph-capacity:before {\n content: \"\\ea49\";\n}\n\n.glyph-capture:before {\n content: \"\\ea4a\";\n}\n\n.glyph-car-filled:before {\n content: \"\\ea4b\";\n}\n\n.glyph-car:before {\n content: \"\\ea4c\";\n}\n\n.glyph-card-layout-filled:before {\n content: \"\\ea4d\";\n}\n\n.glyph-card-layout:before {\n content: \"\\ea4e\";\n}\n\n.glyph-chart-cursor:before {\n content: \"\\ea4f\";\n}\n\n.glyph-chart-curve-linear:before {\n content: \"\\ea50\";\n}\n\n.glyph-chart-curve-spline:before {\n content: \"\\ea51\";\n}\n\n.glyph-chart-curve-stepped:before {\n content: \"\\ea52\";\n}\n\n.glyph-chart-diagram-add:before {\n content: \"\\ea53\";\n}\n\n.glyph-chart-diagram:before {\n content: \"\\ea54\";\n}\n\n.glyph-chart-diagrams:before {\n content: \"\\ea55\";\n}\n\n.glyph-chart-labels-filled:before {\n content: \"\\ea56\";\n}\n\n.glyph-chart-labels:before {\n content: \"\\ea57\";\n}\n\n.glyph-check-in:before {\n content: \"\\ea58\";\n}\n\n.glyph-check-out:before {\n content: \"\\ea59\";\n}\n\n.glyph-checkbox-component-checked:before {\n content: \"\\ea5a\";\n}\n\n.glyph-checkbox-component-mixed:before {\n content: \"\\ea5b\";\n}\n\n.glyph-checkbox-component-unchecked:before {\n content: \"\\ea5c\";\n}\n\n.glyph-checkbox-filled:before {\n content: \"\\ea5d\";\n}\n\n.glyph-checkbox:before {\n content: \"\\ea5e\";\n}\n\n.glyph-checkboxes-filled:before {\n content: \"\\ea5f\";\n}\n\n.glyph-checkboxes:before {\n content: \"\\ea60\";\n}\n\n.glyph-chevron-down-small:before {\n content: \"\\ea61\";\n}\n\n.glyph-chevron-down:before {\n content: \"\\ea62\";\n}\n\n.glyph-chevron-left-small:before {\n content: \"\\ea63\";\n}\n\n.glyph-chevron-left:before {\n content: \"\\ea64\";\n}\n\n.glyph-chevron-right-small:before {\n content: \"\\ea65\";\n}\n\n.glyph-chevron-right:before {\n content: \"\\ea66\";\n}\n\n.glyph-chevron-up-small:before {\n content: \"\\ea67\";\n}\n\n.glyph-chevron-up:before {\n content: \"\\ea68\";\n}\n\n.glyph-circle-dot-filled:before {\n content: \"\\ea69\";\n}\n\n.glyph-circle-dot:before {\n content: \"\\ea6a\";\n}\n\n.glyph-circle-filled:before {\n content: \"\\ea6b\";\n}\n\n.glyph-circle-pause-filled:before {\n content: \"\\ea6c\";\n}\n\n.glyph-circle-pause:before {\n content: \"\\ea6d\";\n}\n\n.glyph-circle-play-filled:before {\n content: \"\\ea6e\";\n}\n\n.glyph-circle-play:before {\n content: \"\\ea6f\";\n}\n\n.glyph-circle-stop-filled:before {\n content: \"\\ea70\";\n}\n\n.glyph-circle-stop:before {\n content: \"\\ea71\";\n}\n\n.glyph-circle:before {\n content: \"\\ea72\";\n}\n\n.glyph-clear-filter-filled:before {\n content: \"\\ea73\";\n}\n\n.glyph-clear-filter:before {\n content: \"\\ea74\";\n}\n\n.glyph-clear:before {\n content: \"\\ea75\";\n}\n\n.glyph-clock-filled:before {\n content: \"\\ea76\";\n}\n\n.glyph-clock:before {\n content: \"\\ea77\";\n}\n\n.glyph-close-small:before {\n content: \"\\ea78\";\n}\n\n.glyph-close:before {\n content: \"\\ea79\";\n}\n\n.glyph-cloud-download-add-filled:before {\n content: \"\\ea7a\";\n}\n\n.glyph-cloud-download-add:before {\n content: \"\\ea7b\";\n}\n\n.glyph-cloud-download-filled:before {\n content: \"\\ea7c\";\n}\n\n.glyph-cloud-download-list-filled:before {\n content: \"\\ea7d\";\n}\n\n.glyph-cloud-download-list:before {\n content: \"\\ea7e\";\n}\n\n.glyph-cloud-download:before {\n content: \"\\ea7f\";\n}\n\n.glyph-cloud-filled:before {\n content: \"\\ea80\";\n}\n\n.glyph-cloud-new-filled:before {\n content: \"\\ea81\";\n}\n\n.glyph-cloud-new:before {\n content: \"\\ea82\";\n}\n\n.glyph-cloud-success-filled:before {\n content: \"\\ea83\";\n}\n\n.glyph-cloud-success:before {\n content: \"\\ea84\";\n}\n\n.glyph-cloud-upload-filled:before {\n content: \"\\ea85\";\n}\n\n.glyph-cloud-upload:before {\n content: \"\\ea86\";\n}\n\n.glyph-cloud:before {\n content: \"\\ea87\";\n}\n\n.glyph-code:before {\n content: \"\\ea88\";\n}\n\n.glyph-cogwheel-filled:before {\n content: \"\\ea89\";\n}\n\n.glyph-cogwheel:before {\n content: \"\\ea8a\";\n}\n\n.glyph-combine:before {\n content: \"\\ea8b\";\n}\n\n.glyph-compact-disc-filled:before {\n content: \"\\ea8c\";\n}\n\n.glyph-compact-disc:before {\n content: \"\\ea8d\";\n}\n\n.glyph-compound-block:before {\n content: \"\\ea8e\";\n}\n\n.glyph-configuration:before {\n content: \"\\ea8f\";\n}\n\n.glyph-configure-filled:before {\n content: \"\\ea90\";\n}\n\n.glyph-configure:before {\n content: \"\\ea91\";\n}\n\n.glyph-connected:before {\n content: \"\\ea92\";\n}\n\n.glyph-connector-chart-filled:before {\n content: \"\\ea93\";\n}\n\n.glyph-connector-chart:before {\n content: \"\\ea94\";\n}\n\n.glyph-connector-filled:before {\n content: \"\\ea95\";\n}\n\n.glyph-connector-hex-filled:before {\n content: \"\\ea96\";\n}\n\n.glyph-connector-hex:before {\n content: \"\\ea97\";\n}\n\n.glyph-connector-rect-filled:before {\n content: \"\\ea98\";\n}\n\n.glyph-connector-rect:before {\n content: \"\\ea99\";\n}\n\n.glyph-connector-rhomb-filled:before {\n content: \"\\ea9a\";\n}\n\n.glyph-connector-rhomb:before {\n content: \"\\ea9b\";\n}\n\n.glyph-connector:before {\n content: \"\\ea9c\";\n}\n\n.glyph-consistency-check:before {\n content: \"\\ea9d\";\n}\n\n.glyph-contact-details-filled:before {\n content: \"\\ea9e\";\n}\n\n.glyph-contact-details:before {\n content: \"\\ea9f\";\n}\n\n.glyph-context-menu:before {\n content: \"\\eaa0\";\n}\n\n.glyph-controlled-device:before {\n content: \"\\eaa1\";\n}\n\n.glyph-controller-device:before {\n content: \"\\eaa2\";\n}\n\n.glyph-copy:before {\n content: \"\\eaa3\";\n}\n\n.glyph-corner-arrow-up-left:before {\n content: \"\\eaa4\";\n}\n\n.glyph-couch-filled:before {\n content: \"\\eaa5\";\n}\n\n.glyph-couch:before {\n content: \"\\eaa6\";\n}\n\n.glyph-create-plant-filled:before {\n content: \"\\eaa7\";\n}\n\n.glyph-create-plant:before {\n content: \"\\eaa8\";\n}\n\n.glyph-cut:before {\n content: \"\\eaa9\";\n}\n\n.glyph-cycle:before {\n content: \"\\eaaa\";\n}\n\n.glyph-data-egress:before {\n content: \"\\eaab\";\n}\n\n.glyph-data-ingress-egress:before {\n content: \"\\eaac\";\n}\n\n.glyph-data-ingress:before {\n content: \"\\eaad\";\n}\n\n.glyph-database-filled:before {\n content: \"\\eaae\";\n}\n\n.glyph-database:before {\n content: \"\\eaaf\";\n}\n\n.glyph-details:before {\n content: \"\\eab0\";\n}\n\n.glyph-diagram-module-library:before {\n content: \"\\eab1\";\n}\n\n.glyph-diagram-module-new:before {\n content: \"\\eab2\";\n}\n\n.glyph-diagram-module:before {\n content: \"\\eab3\";\n}\n\n.glyph-diamond:before {\n content: \"\\eab4\";\n}\n\n.glyph-disconnected:before {\n content: \"\\eab5\";\n}\n\n.glyph-disk-filled:before {\n content: \"\\eab6\";\n}\n\n.glyph-disk-pen:before {\n content: \"\\eab7\";\n}\n\n.glyph-disk:before {\n content: \"\\eab8\";\n}\n\n.glyph-distribution:before {\n content: \"\\eab9\";\n}\n\n.glyph-doc-document:before {\n content: \"\\eaba\";\n}\n\n.glyph-document-bulk:before {\n content: \"\\eabb\";\n}\n\n.glyph-document-info:before {\n content: \"\\eabc\";\n}\n\n.glyph-document-link:before {\n content: \"\\eabd\";\n}\n\n.glyph-document-management:before {\n content: \"\\eabe\";\n}\n\n.glyph-document-reference:before {\n content: \"\\eabf\";\n}\n\n.glyph-document-settings:before {\n content: \"\\eac0\";\n}\n\n.glyph-document-success:before {\n content: \"\\eac1\";\n}\n\n.glyph-document:before {\n content: \"\\eac2\";\n}\n\n.glyph-double-check:before {\n content: \"\\eac3\";\n}\n\n.glyph-double-chevron-down:before {\n content: \"\\eac4\";\n}\n\n.glyph-double-chevron-left:before {\n content: \"\\eac5\";\n}\n\n.glyph-double-chevron-right:before {\n content: \"\\eac6\";\n}\n\n.glyph-double-chevron-up:before {\n content: \"\\eac7\";\n}\n\n.glyph-doublet-filled:before {\n content: \"\\eac8\";\n}\n\n.glyph-doublet:before {\n content: \"\\eac9\";\n}\n\n.glyph-download-add:before {\n content: \"\\eaca\";\n}\n\n.glyph-download-list:before {\n content: \"\\eacb\";\n}\n\n.glyph-download:before {\n content: \"\\eacc\";\n}\n\n.glyph-drop:before {\n content: \"\\eacd\";\n}\n\n.glyph-duplicate-document:before {\n content: \"\\eace\";\n}\n\n.glyph-duplicate:before {\n content: \"\\eacf\";\n}\n\n.glyph-e-mail-filled:before {\n content: \"\\ead0\";\n}\n\n.glyph-e-mail:before {\n content: \"\\ead1\";\n}\n\n.glyph-earth-filled:before {\n content: \"\\ead2\";\n}\n\n.glyph-earth:before {\n content: \"\\ead3\";\n}\n\n.glyph-edit-plant:before {\n content: \"\\ead4\";\n}\n\n.glyph-ellipse-arc:before {\n content: \"\\ead5\";\n}\n\n.glyph-ellipse-filled:before {\n content: \"\\ead6\";\n}\n\n.glyph-ellipse:before {\n content: \"\\ead7\";\n}\n\n.glyph-error-filled:before {\n content: \"\\ead8\";\n}\n\n.glyph-error:before {\n content: \"\\ead9\";\n}\n\n.glyph-explore-filled:before {\n content: \"\\eada\";\n}\n\n.glyph-explore:before {\n content: \"\\eadb\";\n}\n\n.glyph-export:before {\n content: \"\\eadc\";\n}\n\n.glyph-eye-cancelled-filled:before {\n content: \"\\eadd\";\n}\n\n.glyph-eye-cancelled:before {\n content: \"\\eade\";\n}\n\n.glyph-eye-filled:before {\n content: \"\\eadf\";\n}\n\n.glyph-eye:before {\n content: \"\\eae0\";\n}\n\n.glyph-factory-reset-filled:before {\n content: \"\\eae1\";\n}\n\n.glyph-factory-reset:before {\n content: \"\\eae2\";\n}\n\n.glyph-filter-filled:before {\n content: \"\\eae3\";\n}\n\n.glyph-filter-outline:before {\n content: \"\\eae4\";\n}\n\n.glyph-filter:before {\n content: \"\\eae5\";\n}\n\n.glyph-flag-filled:before {\n content: \"\\eae6\";\n}\n\n.glyph-flag:before {\n content: \"\\eae7\";\n}\n\n.glyph-folder-down-filled:before {\n content: \"\\eae8\";\n}\n\n.glyph-folder-down:before {\n content: \"\\eae9\";\n}\n\n.glyph-folder-filled:before {\n content: \"\\eaea\";\n}\n\n.glyph-folder-new-filled:before {\n content: \"\\eaeb\";\n}\n\n.glyph-folder-new-outline:before {\n content: \"\\eaec\";\n}\n\n.glyph-folder-new:before {\n content: \"\\eaed\";\n}\n\n.glyph-folder-open-filled:before {\n content: \"\\eaee\";\n}\n\n.glyph-folder-open-outline:before {\n content: \"\\eaef\";\n}\n\n.glyph-folder-open:before {\n content: \"\\eaf0\";\n}\n\n.glyph-folder-outline:before {\n content: \"\\eaf1\";\n}\n\n.glyph-folder-up-filled:before {\n content: \"\\eaf2\";\n}\n\n.glyph-folder-up:before {\n content: \"\\eaf3\";\n}\n\n.glyph-folder:before {\n content: \"\\eaf4\";\n}\n\n.glyph-full-screeen-exit:before {\n content: \"\\eaf5\";\n}\n\n.glyph-full-screeen:before {\n content: \"\\eaf6\";\n}\n\n.glyph-function-block-library:before {\n content: \"\\eaf7\";\n}\n\n.glyph-function-block-new:before {\n content: \"\\eaf8\";\n}\n\n.glyph-function-block:before {\n content: \"\\eaf9\";\n}\n\n.glyph-function-diagram-new:before {\n content: \"\\eafa\";\n}\n\n.glyph-function-diagram:before {\n content: \"\\eafb\";\n}\n\n.glyph-gauge-filled:before {\n content: \"\\eafc\";\n}\n\n.glyph-gauge:before {\n content: \"\\eafd\";\n}\n\n.glyph-gaugechart:before {\n content: \"\\eafe\";\n}\n\n.glyph-global-plant-filled:before {\n content: \"\\eaff\";\n}\n\n.glyph-global-plant:before {\n content: \"\\eb00\";\n}\n\n.glyph-globe-filled:before {\n content: \"\\eb01\";\n}\n\n.glyph-globe:before {\n content: \"\\eb02\";\n}\n\n.glyph-goto:before {\n content: \"\\eb03\";\n}\n\n.glyph-group:before {\n content: \"\\eb04\";\n}\n\n.glyph-hard-reset:before {\n content: \"\\eb05\";\n}\n\n.glyph-hardware-cabinet:before {\n content: \"\\eb06\";\n}\n\n.glyph-health-filled:before {\n content: \"\\eb07\";\n}\n\n.glyph-health:before {\n content: \"\\eb08\";\n}\n\n.glyph-heart-filled:before {\n content: \"\\eb09\";\n}\n\n.glyph-heart:before {\n content: \"\\eb0a\";\n}\n\n.glyph-hexagon-vertical-bars-database-filled:before {\n content: \"\\eb0b\";\n}\n\n.glyph-hexagon-vertical-bars-database:before {\n content: \"\\eb0c\";\n}\n\n.glyph-hexagon-vertical-bars-filled:before {\n content: \"\\eb0d\";\n}\n\n.glyph-hexagon-vertical-bars:before {\n content: \"\\eb0e\";\n}\n\n.glyph-hierarchy:before {\n content: \"\\eb0f\";\n}\n\n.glyph-highlight-filled:before {\n content: \"\\eb10\";\n}\n\n.glyph-highlight:before {\n content: \"\\eb11\";\n}\n\n.glyph-history-list:before {\n content: \"\\eb12\";\n}\n\n.glyph-history:before {\n content: \"\\eb13\";\n}\n\n.glyph-home-filled:before {\n content: \"\\eb14\";\n}\n\n.glyph-home:before {\n content: \"\\eb15\";\n}\n\n.glyph-hourglass:before {\n content: \"\\eb16\";\n}\n\n.glyph-image-filled:before {\n content: \"\\eb17\";\n}\n\n.glyph-image:before {\n content: \"\\eb18\";\n}\n\n.glyph-import:before {\n content: \"\\eb19\";\n}\n\n.glyph-info-feed:before {\n content: \"\\eb1a\";\n}\n\n.glyph-info-filled:before {\n content: \"\\eb1b\";\n}\n\n.glyph-info:before {\n content: \"\\eb1c\";\n}\n\n.glyph-ingestion-report:before {\n content: \"\\eb1d\";\n}\n\n.glyph-ingestion:before {\n content: \"\\eb1e\";\n}\n\n.glyph-ink-pen:before {\n content: \"\\eb1f\";\n}\n\n.glyph-inquiry-filled:before {\n content: \"\\eb20\";\n}\n\n.glyph-inquiry-mail:before {\n content: \"\\eb21\";\n}\n\n.glyph-inquiry:before {\n content: \"\\eb22\";\n}\n\n.glyph-item-details-filled:before {\n content: \"\\eb23\";\n}\n\n.glyph-item-details:before {\n content: \"\\eb24\";\n}\n\n.glyph-label-filled:before {\n content: \"\\eb25\";\n}\n\n.glyph-label:before {\n content: \"\\eb26\";\n}\n\n.glyph-language-filled:before {\n content: \"\\eb27\";\n}\n\n.glyph-language:before {\n content: \"\\eb28\";\n}\n\n.glyph-layers-filled:before {\n content: \"\\eb29\";\n}\n\n.glyph-layers:before {\n content: \"\\eb2a\";\n}\n\n.glyph-leaf:before {\n content: \"\\eb2b\";\n}\n\n.glyph-legal:before {\n content: \"\\eb2c\";\n}\n\n.glyph-library-new:before {\n content: \"\\eb2d\";\n}\n\n.glyph-library:before {\n content: \"\\eb2e\";\n}\n\n.glyph-license:before {\n content: \"\\eb2f\";\n}\n\n.glyph-light-dark:before {\n content: \"\\eb30\";\n}\n\n.glyph-line-diagonal:before {\n content: \"\\eb31\";\n}\n\n.glyph-link:before {\n content: \"\\eb32\";\n}\n\n.glyph-list:before {\n content: \"\\eb33\";\n}\n\n.glyph-live-schedule:before {\n content: \"\\eb34\";\n}\n\n.glyph-location-filled:before {\n content: \"\\eb35\";\n}\n\n.glyph-location-outline:before {\n content: \"\\eb36\";\n}\n\n.glyph-location:before {\n content: \"\\eb37\";\n}\n\n.glyph-lock-filled:before {\n content: \"\\eb38\";\n}\n\n.glyph-lock-key-filled:before {\n content: \"\\eb39\";\n}\n\n.glyph-lock-key:before {\n content: \"\\eb3a\";\n}\n\n.glyph-lock:before {\n content: \"\\eb3b\";\n}\n\n.glyph-log-in:before {\n content: \"\\eb3c\";\n}\n\n.glyph-log-out:before {\n content: \"\\eb3d\";\n}\n\n.glyph-log:before {\n content: \"\\eb3e\";\n}\n\n.glyph-logic-diagram:before {\n content: \"\\eb3f\";\n}\n\n.glyph-lower-limit:before {\n content: \"\\eb40\";\n}\n\n.glyph-mail-filled:before {\n content: \"\\eb41\";\n}\n\n.glyph-mail:before {\n content: \"\\eb42\";\n}\n\n.glyph-maintenance-documents:before {\n content: \"\\eb43\";\n}\n\n.glyph-maintenance-info:before {\n content: \"\\eb44\";\n}\n\n.glyph-maintenance-warning-filled:before {\n content: \"\\eb45\";\n}\n\n.glyph-maintenance-warning:before {\n content: \"\\eb46\";\n}\n\n.glyph-maintenance:before {\n content: \"\\eb47\";\n}\n\n.glyph-mandatory-done:before {\n content: \"\\eb48\";\n}\n\n.glyph-mandatory:before {\n content: \"\\eb49\";\n}\n\n.glyph-map:before {\n content: \"\\eb4a\";\n}\n\n.glyph-maximize:before {\n content: \"\\eb4b\";\n}\n\n.glyph-microphone-filled:before {\n content: \"\\eb4c\";\n}\n\n.glyph-microphone:before {\n content: \"\\eb4d\";\n}\n\n.glyph-minimize:before {\n content: \"\\eb4e\";\n}\n\n.glyph-minus:before {\n content: \"\\eb4f\";\n}\n\n.glyph-mix:before {\n content: \"\\eb50\";\n}\n\n.glyph-monitor-filled:before {\n content: \"\\eb51\";\n}\n\n.glyph-monitor-trend:before {\n content: \"\\eb52\";\n}\n\n.glyph-monitor:before {\n content: \"\\eb53\";\n}\n\n.glyph-monitoring-add:before {\n content: \"\\eb54\";\n}\n\n.glyph-monitoring:before {\n content: \"\\eb55\";\n}\n\n.glyph-monitorings:before {\n content: \"\\eb56\";\n}\n\n.glyph-moon-filled:before {\n content: \"\\eb57\";\n}\n\n.glyph-moon:before {\n content: \"\\eb58\";\n}\n\n.glyph-more-menu:before {\n content: \"\\eb59\";\n}\n\n.glyph-mouse-click-filled:before {\n content: \"\\eb5a\";\n}\n\n.glyph-mouse-click:before {\n content: \"\\eb5b\";\n}\n\n.glyph-mouse-select-filled:before {\n content: \"\\eb5c\";\n}\n\n.glyph-mouse-select:before {\n content: \"\\eb5d\";\n}\n\n.glyph-mp4-document:before {\n content: \"\\eb5e\";\n}\n\n.glyph-namur-check-function-filled:before {\n content: \"\\eb5f\";\n}\n\n.glyph-namur-check-function:before {\n content: \"\\eb60\";\n}\n\n.glyph-namur-failure-filled:before {\n content: \"\\eb61\";\n}\n\n.glyph-namur-failure:before {\n content: \"\\eb62\";\n}\n\n.glyph-namur-maintenance-required-filled:before {\n content: \"\\eb63\";\n}\n\n.glyph-namur-maintenance-required:before {\n content: \"\\eb64\";\n}\n\n.glyph-namur-ok-filled:before {\n content: \"\\eb65\";\n}\n\n.glyph-namur-ok:before {\n content: \"\\eb66\";\n}\n\n.glyph-namur-out-of-spec-filled:before {\n content: \"\\eb67\";\n}\n\n.glyph-namur-out-of-spec:before {\n content: \"\\eb68\";\n}\n\n.glyph-navigation-filled:before {\n content: \"\\eb69\";\n}\n\n.glyph-navigation-left:before {\n content: \"\\eb6a\";\n}\n\n.glyph-navigation-right:before {\n content: \"\\eb6b\";\n}\n\n.glyph-navigation:before {\n content: \"\\eb6c\";\n}\n\n.glyph-new-indicator-filled:before {\n content: \"\\eb6d\";\n}\n\n.glyph-new-indicator:before {\n content: \"\\eb6e\";\n}\n\n.glyph-no-filter-filled:before {\n content: \"\\eb6f\";\n}\n\n.glyph-no-filter:before {\n content: \"\\eb70\";\n}\n\n.glyph-no-image:before {\n content: \"\\eb71\";\n}\n\n.glyph-note-filled:before {\n content: \"\\eb72\";\n}\n\n.glyph-note:before {\n content: \"\\eb73\";\n}\n\n.glyph-notification-filled:before {\n content: \"\\eb74\";\n}\n\n.glyph-notification:before {\n content: \"\\eb75\";\n}\n\n.glyph-notifications-filled:before {\n content: \"\\eb76\";\n}\n\n.glyph-notifications:before {\n content: \"\\eb77\";\n}\n\n.glyph-ontology-filled:before {\n content: \"\\eb78\";\n}\n\n.glyph-ontology:before {\n content: \"\\eb79\";\n}\n\n.glyph-open-external:before {\n content: \"\\eb7a\";\n}\n\n.glyph-open-file-filled:before {\n content: \"\\eb7b\";\n}\n\n.glyph-open-file:before {\n content: \"\\eb7c\";\n}\n\n.glyph-operate-plant-filled:before {\n content: \"\\eb7d\";\n}\n\n.glyph-operate-plant:before {\n content: \"\\eb7e\";\n}\n\n.glyph-optimize:before {\n content: \"\\eb7f\";\n}\n\n.glyph-p-and-i-symbols:before {\n content: \"\\eb80\";\n}\n\n.glyph-p-i-diagram:before {\n content: \"\\eb81\";\n}\n\n.glyph-pan:before {\n content: \"\\eb82\";\n}\n\n.glyph-paste:before {\n content: \"\\eb83\";\n}\n\n.glyph-pause:before {\n content: \"\\eb84\";\n}\n\n.glyph-pc-tower-filled:before {\n content: \"\\eb85\";\n}\n\n.glyph-pc-tower:before {\n content: \"\\eb86\";\n}\n\n.glyph-pdf-document:before {\n content: \"\\eb87\";\n}\n\n.glyph-pen-filled:before {\n content: \"\\eb88\";\n}\n\n.glyph-pen:before {\n content: \"\\eb89\";\n}\n\n.glyph-phone-filled:before {\n content: \"\\eb8a\";\n}\n\n.glyph-phone:before {\n content: \"\\eb8b\";\n}\n\n.glyph-photo-camera-add:before {\n content: \"\\eb8c\";\n}\n\n.glyph-photo-camera-filled:before {\n content: \"\\eb8d\";\n}\n\n.glyph-photo-camera:before {\n content: \"\\eb8e\";\n}\n\n.glyph-photo-cameras:before {\n content: \"\\eb8f\";\n}\n\n.glyph-piechart-filled:before {\n content: \"\\eb90\";\n}\n\n.glyph-piechart:before {\n content: \"\\eb91\";\n}\n\n.glyph-pin-filled:before {\n content: \"\\eb92\";\n}\n\n.glyph-pin:before {\n content: \"\\eb93\";\n}\n\n.glyph-plant-filled:before {\n content: \"\\eb94\";\n}\n\n.glyph-plant-handbook-filled:before {\n content: \"\\eb95\";\n}\n\n.glyph-plant-handbook:before {\n content: \"\\eb96\";\n}\n\n.glyph-plant-outline:before {\n content: \"\\eb97\";\n}\n\n.glyph-plant-security:before {\n content: \"\\eb98\";\n}\n\n.glyph-plant-settings-filled:before {\n content: \"\\eb99\";\n}\n\n.glyph-plant-settings:before {\n content: \"\\eb9a\";\n}\n\n.glyph-plant-user-filled:before {\n content: \"\\eb9b\";\n}\n\n.glyph-plant-user:before {\n content: \"\\eb9c\";\n}\n\n.glyph-plant:before {\n content: \"\\eb9d\";\n}\n\n.glyph-plants-filled:before {\n content: \"\\eb9e\";\n}\n\n.glyph-plants:before {\n content: \"\\eb9f\";\n}\n\n.glyph-play-filled:before {\n content: \"\\eba0\";\n}\n\n.glyph-play-pause-filled:before {\n content: \"\\eba1\";\n}\n\n.glyph-play-pause:before {\n content: \"\\eba2\";\n}\n\n.glyph-play-stepwise-filled:before {\n content: \"\\eba3\";\n}\n\n.glyph-play-stepwise:before {\n content: \"\\eba4\";\n}\n\n.glyph-play:before {\n content: \"\\eba5\";\n}\n\n.glyph-plus-minus-times-divide:before {\n content: \"\\eba6\";\n}\n\n.glyph-plus:before {\n content: \"\\eba7\";\n}\n\n.glyph-point-up-filled:before {\n content: \"\\eba8\";\n}\n\n.glyph-point-up:before {\n content: \"\\eba9\";\n}\n\n.glyph-polar-plot:before {\n content: \"\\ebaa\";\n}\n\n.glyph-polygon-filled:before {\n content: \"\\ebab\";\n}\n\n.glyph-polygon-line:before {\n content: \"\\ebac\";\n}\n\n.glyph-polygon:before {\n content: \"\\ebad\";\n}\n\n.glyph-ppt-document:before {\n content: \"\\ebae\";\n}\n\n.glyph-print-filled:before {\n content: \"\\ebaf\";\n}\n\n.glyph-print:before {\n content: \"\\ebb0\";\n}\n\n.glyph-prio-high:before {\n content: \"\\ebb1\";\n}\n\n.glyph-prio-low:before {\n content: \"\\ebb2\";\n}\n\n.glyph-prio-middle:before {\n content: \"\\ebb3\";\n}\n\n.glyph-product-catalog:before {\n content: \"\\ebb4\";\n}\n\n.glyph-product-management:before {\n content: \"\\ebb5\";\n}\n\n.glyph-product:before {\n content: \"\\ebb6\";\n}\n\n.glyph-project-configuration:before {\n content: \"\\ebb7\";\n}\n\n.glyph-project-new:before {\n content: \"\\ebb8\";\n}\n\n.glyph-project-scenarios:before {\n content: \"\\ebb9\";\n}\n\n.glyph-project:before {\n content: \"\\ebba\";\n}\n\n.glyph-protocol:before {\n content: \"\\ebbb\";\n}\n\n.glyph-publish-document:before {\n content: \"\\ebbc\";\n}\n\n.glyph-publish:before {\n content: \"\\ebbd\";\n}\n\n.glyph-qr-code:before {\n content: \"\\ebbe\";\n}\n\n.glyph-quality-report:before {\n content: \"\\ebbf\";\n}\n\n.glyph-question-filled:before {\n content: \"\\ebc0\";\n}\n\n.glyph-question:before {\n content: \"\\ebc1\";\n}\n\n.glyph-radarchart:before {\n content: \"\\ebc2\";\n}\n\n.glyph-radio-waves-off:before {\n content: \"\\ebc3\";\n}\n\n.glyph-radio-waves:before {\n content: \"\\ebc4\";\n}\n\n.glyph-random-filled:before {\n content: \"\\ebc5\";\n}\n\n.glyph-random:before {\n content: \"\\ebc6\";\n}\n\n.glyph-reboot:before {\n content: \"\\ebc7\";\n}\n\n.glyph-rectangle-filled:before {\n content: \"\\ebc8\";\n}\n\n.glyph-rectangle:before {\n content: \"\\ebc9\";\n}\n\n.glyph-redo:before {\n content: \"\\ebca\";\n}\n\n.glyph-reference:before {\n content: \"\\ebcb\";\n}\n\n.glyph-refresh-cancelled:before {\n content: \"\\ebcc\";\n}\n\n.glyph-refresh:before {\n content: \"\\ebcd\";\n}\n\n.glyph-reload:before {\n content: \"\\ebce\";\n}\n\n.glyph-remove-eye-filled:before {\n content: \"\\ebcf\";\n}\n\n.glyph-remove-eye:before {\n content: \"\\ebd0\";\n}\n\n.glyph-rename:before {\n content: \"\\ebd1\";\n}\n\n.glyph-replace:before {\n content: \"\\ebd2\";\n}\n\n.glyph-report-barchart:before {\n content: \"\\ebd3\";\n}\n\n.glyph-report-linechart:before {\n content: \"\\ebd4\";\n}\n\n.glyph-report-text:before {\n content: \"\\ebd5\";\n}\n\n.glyph-reset:before {\n content: \"\\ebd6\";\n}\n\n.glyph-restore-backup-filled:before {\n content: \"\\ebd7\";\n}\n\n.glyph-restore-backup-pc:before {\n content: \"\\ebd8\";\n}\n\n.glyph-restore-backup:before {\n content: \"\\ebd9\";\n}\n\n.glyph-rhomb-filled:before {\n content: \"\\ebda\";\n}\n\n.glyph-rhomb:before {\n content: \"\\ebdb\";\n}\n\n.glyph-road-filled:before {\n content: \"\\ebdc\";\n}\n\n.glyph-road:before {\n content: \"\\ebdd\";\n}\n\n.glyph-rocket-filled:before {\n content: \"\\ebde\";\n}\n\n.glyph-rocket:before {\n content: \"\\ebdf\";\n}\n\n.glyph-route-target:before {\n content: \"\\ebe0\";\n}\n\n.glyph-route:before {\n content: \"\\ebe1\";\n}\n\n.glyph-scatterplot:before {\n content: \"\\ebe2\";\n}\n\n.glyph-scheduler-filled:before {\n content: \"\\ebe3\";\n}\n\n.glyph-scheduler:before {\n content: \"\\ebe4\";\n}\n\n.glyph-screen-filled:before {\n content: \"\\ebe5\";\n}\n\n.glyph-screen:before {\n content: \"\\ebe6\";\n}\n\n.glyph-screenshot-filled:before {\n content: \"\\ebe7\";\n}\n\n.glyph-screenshot:before {\n content: \"\\ebe8\";\n}\n\n.glyph-script-add:before {\n content: \"\\ebe9\";\n}\n\n.glyph-script:before {\n content: \"\\ebea\";\n}\n\n.glyph-scripts:before {\n content: \"\\ebeb\";\n}\n\n.glyph-search:before {\n content: \"\\ebec\";\n}\n\n.glyph-share-filled:before {\n content: \"\\ebed\";\n}\n\n.glyph-share:before {\n content: \"\\ebee\";\n}\n\n.glyph-shopping-cart-filled:before {\n content: \"\\ebef\";\n}\n\n.glyph-shopping-cart:before {\n content: \"\\ebf0\";\n}\n\n.glyph-shout-filled:before {\n content: \"\\ebf1\";\n}\n\n.glyph-shout:before {\n content: \"\\ebf2\";\n}\n\n.glyph-sign-language:before {\n content: \"\\ebf3\";\n}\n\n.glyph-signal-strength-0:before {\n content: \"\\ebf4\";\n}\n\n.glyph-signal-strength-1:before {\n content: \"\\ebf5\";\n}\n\n.glyph-signal-strength-2:before {\n content: \"\\ebf6\";\n}\n\n.glyph-signal-strength-3:before {\n content: \"\\ebf7\";\n}\n\n.glyph-signal-strength-4:before {\n content: \"\\ebf8\";\n}\n\n.glyph-signal-strength-5:before {\n content: \"\\ebf9\";\n}\n\n.glyph-signal-strength-6:before {\n content: \"\\ebfa\";\n}\n\n.glyph-signal-strength-7:before {\n content: \"\\ebfb\";\n}\n\n.glyph-signal-strength-8:before {\n content: \"\\ebfc\";\n}\n\n.glyph-simit-component:before {\n content: \"\\ebfd\";\n}\n\n.glyph-simit-macro-component-editor:before {\n content: \"\\ebfe\";\n}\n\n.glyph-simit-macro:before {\n content: \"\\ebff\";\n}\n\n.glyph-single-check:before {\n content: \"\\ec00\";\n}\n\n.glyph-skip-back-filled:before {\n content: \"\\ec01\";\n}\n\n.glyph-skip-back:before {\n content: \"\\ec02\";\n}\n\n.glyph-skip-filled:before {\n content: \"\\ec03\";\n}\n\n.glyph-skip:before {\n content: \"\\ec04\";\n}\n\n.glyph-snowflake:before {\n content: \"\\ec05\";\n}\n\n.glyph-sort-ascending:before {\n content: \"\\ec06\";\n}\n\n.glyph-sort-descending:before {\n content: \"\\ec07\";\n}\n\n.glyph-sort:before {\n content: \"\\ec08\";\n}\n\n.glyph-sound-loud-filled:before {\n content: \"\\ec09\";\n}\n\n.glyph-sound-loud:before {\n content: \"\\ec0a\";\n}\n\n.glyph-sound-mute-filled:before {\n content: \"\\ec0b\";\n}\n\n.glyph-sound-mute:before {\n content: \"\\ec0c\";\n}\n\n.glyph-sound-off-filled:before {\n content: \"\\ec0d\";\n}\n\n.glyph-sound-off:before {\n content: \"\\ec0e\";\n}\n\n.glyph-sound-quiet-filled:before {\n content: \"\\ec0f\";\n}\n\n.glyph-sound-quiet:before {\n content: \"\\ec10\";\n}\n\n.glyph-spatial:before {\n content: \"\\ec11\";\n}\n\n.glyph-split-horizontally:before {\n content: \"\\ec12\";\n}\n\n.glyph-split-vertically:before {\n content: \"\\ec13\";\n}\n\n.glyph-standby:before {\n content: \"\\ec14\";\n}\n\n.glyph-star-add-filled:before {\n content: \"\\ec15\";\n}\n\n.glyph-star-add:before {\n content: \"\\ec16\";\n}\n\n.glyph-star-cancelled-filled:before {\n content: \"\\ec17\";\n}\n\n.glyph-star-cancelled:before {\n content: \"\\ec18\";\n}\n\n.glyph-star-filled:before {\n content: \"\\ec19\";\n}\n\n.glyph-star-list-filled:before {\n content: \"\\ec1a\";\n}\n\n.glyph-star-list:before {\n content: \"\\ec1b\";\n}\n\n.glyph-star:before {\n content: \"\\ec1c\";\n}\n\n.glyph-start-data-analysis:before {\n content: \"\\ec1d\";\n}\n\n.glyph-steering-user-filled:before {\n content: \"\\ec1e\";\n}\n\n.glyph-steering-user:before {\n content: \"\\ec1f\";\n}\n\n.glyph-steering:before {\n content: \"\\ec20\";\n}\n\n.glyph-stethoscope:before {\n content: \"\\ec21\";\n}\n\n.glyph-stop-filled:before {\n content: \"\\ec22\";\n}\n\n.glyph-stop:before {\n content: \"\\ec23\";\n}\n\n.glyph-success-filled:before {\n content: \"\\ec24\";\n}\n\n.glyph-success:before {\n content: \"\\ec25\";\n}\n\n.glyph-sun-filled:before {\n content: \"\\ec26\";\n}\n\n.glyph-sun:before {\n content: \"\\ec27\";\n}\n\n.glyph-support:before {\n content: \"\\ec28\";\n}\n\n.glyph-surveillance-filled:before {\n content: \"\\ec29\";\n}\n\n.glyph-surveillance:before {\n content: \"\\ec2a\";\n}\n\n.glyph-svg-document:before {\n content: \"\\ec2b\";\n}\n\n.glyph-swap-left-right:before {\n content: \"\\ec2c\";\n}\n\n.glyph-switch-slider:before {\n content: \"\\ec2d\";\n}\n\n.glyph-table-columns:before {\n content: \"\\ec2e\";\n}\n\n.glyph-table-rows:before {\n content: \"\\ec2f\";\n}\n\n.glyph-table-settings:before {\n content: \"\\ec30\";\n}\n\n.glyph-table:before {\n content: \"\\ec31\";\n}\n\n.glyph-tag-filled:before {\n content: \"\\ec32\";\n}\n\n.glyph-tag-plus-filled:before {\n content: \"\\ec33\";\n}\n\n.glyph-tag-plus:before {\n content: \"\\ec34\";\n}\n\n.glyph-tag:before {\n content: \"\\ec35\";\n}\n\n.glyph-tasks-all:before {\n content: \"\\ec36\";\n}\n\n.glyph-tasks-done:before {\n content: \"\\ec37\";\n}\n\n.glyph-tasks-open:before {\n content: \"\\ec38\";\n}\n\n.glyph-text-circle-rectangle-filled:before {\n content: \"\\ec39\";\n}\n\n.glyph-text-circle-rectangle:before {\n content: \"\\ec3a\";\n}\n\n.glyph-text-document:before {\n content: \"\\ec3b\";\n}\n\n.glyph-text:before {\n content: \"\\ec3c\";\n}\n\n.glyph-threshold-cancelled:before {\n content: \"\\ec3d\";\n}\n\n.glyph-threshold-off:before {\n content: \"\\ec3e\";\n}\n\n.glyph-threshold-on:before {\n content: \"\\ec3f\";\n}\n\n.glyph-to-be-published:before {\n content: \"\\ec40\";\n}\n\n.glyph-to-search:before {\n content: \"\\ec41\";\n}\n\n.glyph-topic-filled:before {\n content: \"\\ec42\";\n}\n\n.glyph-topic:before {\n content: \"\\ec43\";\n}\n\n.glyph-touch-filled:before {\n content: \"\\ec44\";\n}\n\n.glyph-touch:before {\n content: \"\\ec45\";\n}\n\n.glyph-trashcan-filled:before {\n content: \"\\ec46\";\n}\n\n.glyph-trashcan:before {\n content: \"\\ec47\";\n}\n\n.glyph-tree:before {\n content: \"\\ec48\";\n}\n\n.glyph-trend:before {\n content: \"\\ec49\";\n}\n\n.glyph-triangle-filled:before {\n content: \"\\ec4a\";\n}\n\n.glyph-triangle:before {\n content: \"\\ec4b\";\n}\n\n.glyph-truck-filled:before {\n content: \"\\ec4c\";\n}\n\n.glyph-truck:before {\n content: \"\\ec4d\";\n}\n\n.glyph-tulip-filled:before {\n content: \"\\ec4e\";\n}\n\n.glyph-tulip:before {\n content: \"\\ec4f\";\n}\n\n.glyph-txt-document:before {\n content: \"\\ec50\";\n}\n\n.glyph-undo:before {\n content: \"\\ec51\";\n}\n\n.glyph-ungroup:before {\n content: \"\\ec52\";\n}\n\n.glyph-unlock-filled:before {\n content: \"\\ec53\";\n}\n\n.glyph-unlock-plant-filled:before {\n content: \"\\ec54\";\n}\n\n.glyph-unlock-plant:before {\n content: \"\\ec55\";\n}\n\n.glyph-unlock:before {\n content: \"\\ec56\";\n}\n\n.glyph-upload-document-note:before {\n content: \"\\ec57\";\n}\n\n.glyph-upload-success:before {\n content: \"\\ec58\";\n}\n\n.glyph-upload:before {\n content: \"\\ec59\";\n}\n\n.glyph-upper-limit:before {\n content: \"\\ec5a\";\n}\n\n.glyph-user-check-filled:before {\n content: \"\\ec5b\";\n}\n\n.glyph-user-check:before {\n content: \"\\ec5c\";\n}\n\n.glyph-user-filled:before {\n content: \"\\ec5d\";\n}\n\n.glyph-user-management-filled:before {\n content: \"\\ec5e\";\n}\n\n.glyph-user-management:before {\n content: \"\\ec5f\";\n}\n\n.glyph-user-profile-filled:before {\n content: \"\\ec60\";\n}\n\n.glyph-user-profile:before {\n content: \"\\ec61\";\n}\n\n.glyph-user-settings-filled:before {\n content: \"\\ec62\";\n}\n\n.glyph-user-settings:before {\n content: \"\\ec63\";\n}\n\n.glyph-user:before {\n content: \"\\ec64\";\n}\n\n.glyph-validate:before {\n content: \"\\ec65\";\n}\n\n.glyph-vdi-folder:before {\n content: \"\\ec66\";\n}\n\n.glyph-version-history:before {\n content: \"\\ec67\";\n}\n\n.glyph-video-file-filled:before {\n content: \"\\ec68\";\n}\n\n.glyph-video-file:before {\n content: \"\\ec69\";\n}\n\n.glyph-warning-filled:before {\n content: \"\\ec6a\";\n}\n\n.glyph-warning-rhomb-filled:before {\n content: \"\\ec6b\";\n}\n\n.glyph-warning-rhomb:before {\n content: \"\\ec6c\";\n}\n\n.glyph-warning:before {\n content: \"\\ec6d\";\n}\n\n.glyph-water-bathing:before {\n content: \"\\ec6e\";\n}\n\n.glyph-water-fish:before {\n content: \"\\ec6f\";\n}\n\n.glyph-water-sunbathing:before {\n content: \"\\ec70\";\n}\n\n.glyph-waveform:before {\n content: \"\\ec71\";\n}\n\n.glyph-webcam-filled:before {\n content: \"\\ec72\";\n}\n\n.glyph-webcam:before {\n content: \"\\ec73\";\n}\n\n.glyph-wlan-off:before {\n content: \"\\ec74\";\n}\n\n.glyph-wlan-strength-0:before {\n content: \"\\ec75\";\n}\n\n.glyph-wlan-strength-1:before {\n content: \"\\ec76\";\n}\n\n.glyph-wlan-strength-2:before {\n content: \"\\ec77\";\n}\n\n.glyph-wlan-strength-3:before {\n content: \"\\ec78\";\n}\n\n.glyph-work-case-filled:before {\n content: \"\\ec79\";\n}\n\n.glyph-work-case:before {\n content: \"\\ec7a\";\n}\n\n.glyph-x-axis-settings:before {\n content: \"\\ec7b\";\n}\n\n.glyph-xls-document:before {\n content: \"\\ec7c\";\n}\n\n.glyph-xml-document:before {\n content: \"\\ec7d\";\n}\n\n.glyph-y-axis-settings:before {\n content: \"\\ec7e\";\n}\n\n.glyph-youtube-filled:before {\n content: \"\\ec7f\";\n}\n\n.glyph-youtube:before {\n content: \"\\ec80\";\n}\n\n.glyph-zoom-in:before {\n content: \"\\ec81\";\n}\n\n.glyph-zoom-out:before {\n content: \"\\ec82\";\n}\n\n.glyph-zoom-selection:before {\n content: \"\\ec83\";\n}\n\n:host {\n display: inline-flex;\n height: 1.5rem;\n width: 1.5rem;\n}\n:host i {\n color: inherit;\n transition: color 150ms;\n}\n:host .svg-container {\n display: block;\n position: relative;\n width: 100%;\n height: 100%;\n}\n:host .svg-container > svg {\n height: 1.5rem;\n width: 1.5rem;\n}\n:host .svg-container > svg [fill] {\n fill: var(--theme-color-std-text);\n}\n:host .skeleton-box {\n display: inline-block;\n height: 1em;\n position: relative;\n overflow: hidden;\n background-color: #dddbdd;\n}\n:host .skeleton-box::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(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));\n animation: shimmer 2s infinite;\n content: \"\";\n}\n@keyframes shimmer {\n 100% {\n transform: translateX(100%);\n }\n}\n\n:host(.size-12) {\n height: 0.75rem;\n width: 0.75rem;\n}\n:host(.size-12) .svg-container > svg {\n height: 0.75rem;\n width: 0.75rem;\n}\n\n:host(.size-16) {\n height: 1rem;\n width: 1rem;\n}\n:host(.size-16) .svg-container > svg {\n height: 1rem;\n width: 1rem;\n}\n\n:host(.size-32) {\n height: 2rem;\n width: 2rem;\n}\n:host(.size-32) .svg-container > svg {\n height: 2rem;\n width: 2rem;\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 */\nimport { h, Host } from '@stencil/core';\nimport { resolveIcon } from './resolveIcon';\nexport class Icon {\n constructor() {\n this.size = undefined;\n this.color = undefined;\n this.name = undefined;\n this.src = undefined;\n this.svgContent = undefined;\n }\n connectedCallback() {\n this.loadIconContent();\n }\n async loadIconContent() {\n this.svgContent = await resolveIcon(this);\n }\n render() {\n const style = {};\n if (this.color) {\n style['color'] = `var(--theme-${this.color})`;\n }\n if (this.name && !this.svgContent) {\n const iconName = this.name;\n return (h(Host, { style: style, 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 } }, h(\"i\", { 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 }\n return (h(Host, { style: style, 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 } }, this.svgContent ? (h(\"div\", { class: 'svg-container', innerHTML: this.svgContent })) : (h(\"span\", { class: \"skeleton-box\", style: {\n width: '100%',\n height: '100%',\n } }))));\n }\n static get is() { return \"ix-icon\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"icon.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"icon.css\"]\n };\n }\n static get properties() {\n return {\n \"size\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"'12' | '16' | '24' | '32'\",\n \"resolved\": \"\\\"12\\\" | \\\"16\\\" | \\\"24\\\" | \\\"32\\\"\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Size of the icon\"\n },\n \"attribute\": \"size\",\n \"reflect\": false\n },\n \"color\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Color of the icon\"\n },\n \"attribute\": \"color\",\n \"reflect\": false\n },\n \"name\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Use one of our defined icon names e.g. `copy`\\n\\nhttps://ix.siemens.io/docs/icon-library/icons\\n\\nor the import variant\\n\\n```\\nimport { rocket } from '@siemens/ix-icons/icons';\\n\\n<ix-icon name={rocket}></ix-icon>\\n```\"\n },\n \"attribute\": \"name\",\n \"reflect\": true\n },\n \"src\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [{\n \"name\": \"internal\",\n \"text\": undefined\n }],\n \"text\": \"Path to load external SVG. All color properties\\nwill be overwritten by `--theme-color-std-text`\\n\\nhttps://ix.siemens.io/docs/theming/colors\"\n },\n \"attribute\": \"src\",\n \"reflect\": false\n }\n };\n }\n static get states() {\n return {\n \"svgContent\": {}\n };\n }\n static get watchers() {\n return [{\n \"propName\": \"src\",\n \"methodName\": \"loadIconContent\"\n }, {\n \"propName\": \"name\",\n \"methodName\": \"loadIconContent\"\n }];\n }\n}\n//# sourceMappingURL=icon.js.map\n"],"version":3}
|
|
@@ -3,7 +3,7 @@ import { s as screenMode } from './service.js';
|
|
|
3
3
|
import { d as defineCustomElement$3 } from './application-header.js';
|
|
4
4
|
import { d as defineCustomElement$2 } from './burger-menu.js';
|
|
5
5
|
|
|
6
|
-
const basicNavigationCss = ".sc-ix-basic-navigation-h{display:flex;position:relative;width:100%;height:100%;flex-direction:column}.sc-ix-basic-navigation-h ix-application-header.sc-ix-basic-navigation{z-index:calc(var(--theme-z-index-sticky) + 1)}.sc-ix-basic-navigation-h .content.sc-ix-basic-navigation{display:flex;height:calc(100% - 2.75rem);width:calc(100% -
|
|
6
|
+
const basicNavigationCss = ".sc-ix-basic-navigation-h{display:flex;position:relative;width:100%;height:100%;flex-direction:column}.sc-ix-basic-navigation-h ix-application-header.sc-ix-basic-navigation{z-index:calc(var(--theme-z-index-sticky) + 1)}.sc-ix-basic-navigation-h .content.sc-ix-basic-navigation{display:flex;height:calc(100% - 2.75rem);width:calc(100% - 3.25rem);position:relative;margin-left:3.25rem;overflow:auto}.hide-header.sc-ix-basic-navigation-h .content.sc-ix-basic-navigation{height:100%}.mode-mobile.sc-ix-basic-navigation-h .content.sc-ix-basic-navigation{margin-left:0px;width:100%}";
|
|
7
7
|
|
|
8
8
|
const BasicNavigation = /*@__PURE__*/ proxyCustomElement(class BasicNavigation extends HTMLElement {
|
|
9
9
|
constructor() {
|