@oicl/openbridge-webcomponents 0.0.6 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/.storybook/main.ts +2 -0
- package/.storybook/preview.ts +11 -0
- package/.vscode/launch.json +16 -0
- package/README.md +8 -0
- package/__snapshots__/alert-icon--primary.png +0 -0
- package/__snapshots__/application-alert-button--notification.png +0 -0
- package/__snapshots__/application-alert-button--running.png +0 -0
- package/__snapshots__/application-notification-message--large-single-message.png +0 -0
- package/__snapshots__/application-notification-message--large.png +0 -0
- package/__snapshots__/application-notification-message--primary.png +0 -0
- package/__snapshots__/button-rich-button--bottom-with-boarder.png +0 -0
- package/__snapshots__/button-rich-button--bottom.png +0 -0
- package/__snapshots__/button-rich-button--center.png +0 -0
- package/__snapshots__/button-rich-button--double-line.png +0 -0
- package/__snapshots__/button-rich-button--multi-line.png +0 -0
- package/__snapshots__/button-rich-button--regular-no-icons.png +0 -0
- package/__snapshots__/button-rich-button--regular.png +0 -0
- package/__snapshots__/button-rich-button--single-line.png +0 -0
- package/__snapshots__/button-rich-button--top-with-boarder.png +0 -0
- package/__snapshots__/button-rich-button--top.png +0 -0
- package/__snapshots__/button-rich-button--with-graphic-border.png +0 -0
- package/__snapshots__/button-rich-button--with-graphic.png +0 -0
- package/__snapshots__/button-rich-button--with-status.png +0 -0
- package/__snapshots__/button-vendor-button--primary.png +0 -0
- package/__snapshots__/icons-icon--list.png +0 -0
- package/__snapshots__/icons-icon--use-font-color.png +0 -0
- package/custom-elements.json +2177 -591
- package/dist/components/alert-button/alert-button.css.js +4 -12
- package/dist/components/alert-button/alert-button.css.js.map +1 -1
- package/dist/components/alert-button/alert-button.d.ts +11 -1
- package/dist/components/alert-button/alert-button.d.ts.map +1 -1
- package/dist/components/alert-button/alert-button.js +21 -1
- package/dist/components/alert-button/alert-button.js.map +1 -1
- package/dist/components/alert-icon/alert-icon.d.ts +36 -0
- package/dist/components/alert-icon/alert-icon.d.ts.map +1 -0
- package/dist/components/alert-icon/alert-icon.js +84 -0
- package/dist/components/alert-icon/alert-icon.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js +13 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js +20 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js +19 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js.map +1 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.d.ts +13 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.d.ts.map +1 -1
- package/dist/components/alert-topbar-element/alert-topbar-element.js +10 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.js.map +1 -1
- package/dist/components/rich-button/rich-button.css.js +182 -0
- package/dist/components/rich-button/rich-button.css.js.map +1 -0
- package/dist/components/rich-button/rich-button.d.ts +32 -0
- package/dist/components/rich-button/rich-button.d.ts.map +1 -0
- package/dist/components/rich-button/rich-button.js +113 -0
- package/dist/components/rich-button/rich-button.js.map +1 -0
- package/dist/components/vendor-button/vendor-button.css.js +48 -0
- package/dist/components/vendor-button/vendor-button.css.js.map +1 -0
- package/dist/components/vendor-button/vendor-button.d.ts +13 -0
- package/dist/components/vendor-button/vendor-button.d.ts.map +1 -0
- package/dist/components/vendor-button/vendor-button.js +42 -0
- package/dist/components/vendor-button/vendor-button.js.map +1 -0
- package/dist/icons/{icon-07-target-radar.d.ts → icon-01-content-copy.d.ts} +3 -3
- package/dist/icons/{icon-07-target-radar.d.ts.map → icon-01-content-copy.d.ts.map} +1 -1
- package/dist/icons/{icon-07-target-radar.js → icon-01-content-copy.js} +10 -10
- package/dist/icons/icon-01-content-copy.js.map +1 -0
- package/dist/icons/{icon-07-target-ias-selected.d.ts → icon-01-content-cut.d.ts} +3 -3
- package/dist/icons/icon-01-content-cut.d.ts.map +1 -0
- package/dist/icons/icon-01-content-cut.js +52 -0
- package/dist/icons/icon-01-content-cut.js.map +1 -0
- package/dist/icons/{icon-07-target-radar-selected.d.ts → icon-01-content-paste.d.ts} +3 -3
- package/dist/icons/icon-01-content-paste.d.ts.map +1 -0
- package/dist/icons/icon-01-content-paste.js +52 -0
- package/dist/icons/icon-01-content-paste.js.map +1 -0
- package/dist/icons/icon-02-dock-bottom.d.ts +14 -0
- package/dist/icons/icon-02-dock-bottom.d.ts.map +1 -0
- package/dist/icons/icon-02-dock-bottom.js +52 -0
- package/dist/icons/icon-02-dock-bottom.js.map +1 -0
- package/dist/icons/{icon-07-target-ias.d.ts → icon-02-dock-left.d.ts} +3 -3
- package/dist/icons/icon-02-dock-left.d.ts.map +1 -0
- package/dist/icons/{icon-07-target-ias.js → icon-02-dock-left.js} +10 -24
- package/dist/icons/icon-02-dock-left.js.map +1 -0
- package/dist/icons/icon-02-dock-right.d.ts +14 -0
- package/dist/icons/icon-02-dock-right.d.ts.map +1 -0
- package/dist/icons/icon-02-dock-right.js +52 -0
- package/dist/icons/icon-02-dock-right.js.map +1 -0
- package/dist/icons/icon-03-license.d.ts +14 -0
- package/dist/icons/icon-03-license.d.ts.map +1 -0
- package/dist/icons/icon-03-license.js +52 -0
- package/dist/icons/icon-03-license.js.map +1 -0
- package/dist/icons/icon-03-star-unchecked.js +1 -1
- package/dist/icons/icon-03-star-unchecked.js.map +1 -1
- package/dist/icons/icon-04-colorcalibrated.d.ts.map +1 -1
- package/dist/icons/icon-04-colorcalibrated.js +2 -14
- package/dist/icons/icon-04-colorcalibrated.js.map +1 -1
- package/dist/icons/icon-07-target-associated-ais-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-ais-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-ais-camera.js +54 -0
- package/dist/icons/icon-07-target-associated-ais-camera.js.map +1 -0
- package/dist/icons/icon-07-target-associated-camera-radar.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-camera-radar.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-camera-radar.js +52 -0
- package/dist/icons/icon-07-target-associated-camera-radar.js.map +1 -0
- package/dist/icons/icon-07-target-associated-radar-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-radar-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-radar-camera.js +54 -0
- package/dist/icons/icon-07-target-associated-radar-camera.js.map +1 -0
- package/dist/icons/icon-07-target-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-camera.js +52 -0
- package/dist/icons/icon-07-target-camera.js.map +1 -0
- package/dist/icons/icon-08-backward-fast.js +1 -1
- package/dist/icons/icon-08-backward-fast.js.map +1 -1
- package/dist/icons/icon-08-backward-stopped.js +1 -1
- package/dist/icons/icon-08-backward-stopped.js.map +1 -1
- package/dist/icons/icon-08-forward-fast.js +1 -1
- package/dist/icons/icon-08-forward-fast.js.map +1 -1
- package/dist/icons/icon-08-forward-stopped.js +1 -1
- package/dist/icons/icon-08-forward-stopped.js.map +1 -1
- package/dist/icons/icon-08-motor-off-horisontal.js +1 -1
- package/dist/icons/icon-08-motor-off-horisontal.js.map +1 -1
- package/dist/icons/icon-09-switch-horizontal-off-large.js +1 -1
- package/dist/icons/icon-09-switch-horizontal-off-large.js.map +1 -1
- package/dist/icons/icon-09-switch-horizontal-off.js +1 -1
- package/dist/icons/icon-09-switch-horizontal-off.js.map +1 -1
- package/dist/icons/icon-10-autonomous.js +3 -3
- package/dist/icons/icon-10-autonomous.js.map +1 -1
- package/dist/icons/icon-14-alert-rectified.js +1 -1
- package/dist/icons/icon-14-alert-rectified.js.map +1 -1
- package/dist/icons/icon-14-alertheader-aggregated-large.d.ts +14 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.d.ts.map +1 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.js +52 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.js.map +1 -0
- package/dist/icons/icon-14-alertheader-group-large.d.ts +14 -0
- package/dist/icons/icon-14-alertheader-group-large.d.ts.map +1 -0
- package/dist/icons/icon-14-alertheader-group-large.js +54 -0
- package/dist/icons/icon-14-alertheader-group-large.js.map +1 -0
- package/dist/icons/icon-14-exclamationmark.js +4 -4
- package/dist/icons/icon-14-exclamationmark.js.map +1 -1
- package/dist/icons/icon-14-rectified.js +1 -1
- package/dist/icons/icon-14-rectified.js.map +1 -1
- package/dist/icons/icon-18-ais-anchored.js +4 -4
- package/dist/icons/icon-18-ais-anchored.js.map +1 -1
- package/dist/icons/icon-18-ais-notunderway.js +1 -1
- package/dist/icons/icon-18-ais-notunderway.js.map +1 -1
- package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts +14 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.js +52 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.js.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated.d.ts +14 -0
- package/dist/icons/icon-iec-02-ais-target-activated.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated.js +52 -0
- package/dist/icons/icon-iec-02-ais-target-activated.js.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-ais.d.ts +14 -0
- package/dist/icons/icon-iec-02-associated-target-ais.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-ais.js +52 -0
- package/dist/icons/icon-iec-02-associated-target-ais.js.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-radar.d.ts +14 -0
- package/dist/icons/icon-iec-02-associated-target-radar.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-radar.js +52 -0
- package/dist/icons/icon-iec-02-associated-target-radar.js.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts +14 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.js +60 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.js.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.d.ts +14 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.js +52 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.js.map +1 -0
- package/dist/icons/index.d.ts +19 -4
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +19 -4
- package/dist/icons/index.js.map +1 -1
- package/dist/icons/names.d.ts.map +1 -1
- package/dist/icons/names.js +19 -4
- package/dist/icons/names.js.map +1 -1
- package/dist/navigation-instruments/thruster/thruster.d.ts +2 -1
- package/dist/navigation-instruments/thruster/thruster.d.ts.map +1 -1
- package/dist/navigation-instruments/thruster/thruster.js +45 -25
- package/dist/navigation-instruments/thruster/thruster.js.map +1 -1
- package/fix-generated.cjs +3 -0
- package/new-component.ts +7 -8
- package/package.json +6 -3
- package/script/convert-icons.ts +177 -0
- package/script/download-alert-icons.ts +180 -0
- package/script/download-icons.ts +7 -141
- package/src/components/alert-button/alert-button.css +1 -12
- package/src/components/alert-button/alert-button.stories.ts +2 -0
- package/src/components/alert-button/alert-button.ts +29 -4
- package/src/components/alert-icon/alert-icon.stories.ts +35 -0
- package/src/components/alert-icon/alert-icon.ts +75 -0
- package/src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts +9 -0
- package/src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts +16 -0
- package/src/components/alert-icon/icons/icon-14-alarm-unack-a.ts +8 -0
- package/src/components/alert-icon/icons/icon-14-alarm-unack-b.ts +15 -0
- package/src/components/alert-icon/icons/icon-14-warning-unack-a.ts +8 -0
- package/src/components/alert-icon/icons/icon-14-warning-unack-b.ts +8 -0
- package/src/components/alert-topbar-element/alert-topbar-element.stories.ts +4 -0
- package/src/components/alert-topbar-element/alert-topbar-element.ts +17 -0
- package/src/components/notification-message/notification-message.stories.ts +26 -10
- package/src/components/rich-button/rich-button.css +118 -0
- package/src/components/rich-button/rich-button.stories.ts +196 -0
- package/src/components/rich-button/rich-button.ts +95 -0
- package/src/components/vendor-button/vendor-button.css +10 -0
- package/src/components/vendor-button/vendor-button.stories.ts +19 -0
- package/src/components/vendor-button/vendor-button.ts +25 -0
- package/src/icons/icon-01-content-copy.ts +40 -0
- package/src/icons/icon-01-content-cut.ts +40 -0
- package/src/icons/icon-01-content-paste.ts +40 -0
- package/src/icons/icon-02-dock-bottom.ts +40 -0
- package/src/icons/icon-02-dock-left.ts +40 -0
- package/src/icons/icon-02-dock-right.ts +40 -0
- package/src/icons/icon-03-license.ts +40 -0
- package/src/icons/icon-03-star-unchecked.ts +1 -1
- package/src/icons/icon-04-colorcalibrated.ts +2 -14
- package/src/icons/icon-07-target-associated-ais-camera.ts +42 -0
- package/src/icons/icon-07-target-associated-camera-radar.ts +40 -0
- package/src/icons/icon-07-target-associated-radar-camera.ts +42 -0
- package/src/icons/icon-07-target-camera.ts +40 -0
- package/src/icons/icon-08-backward-fast.ts +1 -1
- package/src/icons/icon-08-backward-stopped.ts +1 -1
- package/src/icons/icon-08-forward-fast.ts +1 -1
- package/src/icons/icon-08-forward-stopped.ts +1 -1
- package/src/icons/icon-08-motor-off-horisontal.ts +1 -1
- package/src/icons/icon-09-switch-horizontal-off-large.ts +1 -1
- package/src/icons/icon-09-switch-horizontal-off.ts +1 -1
- package/src/icons/icon-10-autonomous.ts +3 -3
- package/src/icons/icon-14-alert-rectified.ts +1 -1
- package/src/icons/icon-14-alertheader-aggregated-large.ts +40 -0
- package/src/icons/icon-14-alertheader-group-large.ts +42 -0
- package/src/icons/icon-14-exclamationmark.ts +4 -4
- package/src/icons/icon-14-rectified.ts +1 -1
- package/src/icons/icon-18-ais-anchored.ts +4 -4
- package/src/icons/icon-18-ais-notunderway.ts +1 -1
- package/src/icons/icon-iec-02-ais-target-activated-selected.ts +40 -0
- package/src/icons/icon-iec-02-ais-target-activated.ts +40 -0
- package/src/icons/icon-iec-02-associated-target-ais.ts +40 -0
- package/src/icons/icon-iec-02-associated-target-radar.ts +40 -0
- package/src/icons/icon-iec-02-radar-target-tracked-selected.ts +48 -0
- package/src/icons/icon-iec-02-radar-target-tracked.ts +40 -0
- package/src/icons/index.ts +19 -4
- package/src/icons/names.ts +19 -4
- package/src/icons.stories.ts +78 -0
- package/src/navigation-instruments/thruster/thruster.stories.ts +18 -1
- package/src/navigation-instruments/thruster/thruster.ts +43 -27
- package/dist/icons/icon-07-target-ias-selected.d.ts.map +0 -1
- package/dist/icons/icon-07-target-ias-selected.js +0 -60
- package/dist/icons/icon-07-target-ias-selected.js.map +0 -1
- package/dist/icons/icon-07-target-ias.d.ts.map +0 -1
- package/dist/icons/icon-07-target-ias.js.map +0 -1
- package/dist/icons/icon-07-target-radar-selected.d.ts.map +0 -1
- package/dist/icons/icon-07-target-radar-selected.js +0 -60
- package/dist/icons/icon-07-target-radar-selected.js.map +0 -1
- package/dist/icons/icon-07-target-radar.js.map +0 -1
- package/src/icons/icon-07-target-ias-selected.ts +0 -48
- package/src/icons/icon-07-target-ias.ts +0 -54
- package/src/icons/icon-07-target-radar-selected.ts +0 -48
- package/src/icons/icon-07-target-radar.ts +0 -40
package/custom-elements.json
CHANGED
@@ -103,12 +103,6 @@
|
|
103
103
|
"declarations": [],
|
104
104
|
"exports": []
|
105
105
|
},
|
106
|
-
{
|
107
|
-
"kind": "javascript-module",
|
108
|
-
"path": "src/navigation-instruments/types.ts",
|
109
|
-
"declarations": [],
|
110
|
-
"exports": []
|
111
|
-
},
|
112
106
|
{
|
113
107
|
"kind": "javascript-module",
|
114
108
|
"path": "src/icons/icon-01-add.ts",
|
@@ -585,6 +579,210 @@
|
|
585
579
|
}
|
586
580
|
]
|
587
581
|
},
|
582
|
+
{
|
583
|
+
"kind": "javascript-module",
|
584
|
+
"path": "src/icons/icon-01-content-copy.ts",
|
585
|
+
"declarations": [
|
586
|
+
{
|
587
|
+
"kind": "class",
|
588
|
+
"description": "",
|
589
|
+
"name": "Obi01ContentCopy",
|
590
|
+
"members": [
|
591
|
+
{
|
592
|
+
"kind": "field",
|
593
|
+
"name": "useCssColor",
|
594
|
+
"type": {
|
595
|
+
"text": "boolean"
|
596
|
+
},
|
597
|
+
"default": "false",
|
598
|
+
"attribute": "use-css-color"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"kind": "field",
|
602
|
+
"name": "icon",
|
603
|
+
"privacy": "private",
|
604
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"kind": "field",
|
608
|
+
"name": "iconCss",
|
609
|
+
"privacy": "private",
|
610
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
611
|
+
}
|
612
|
+
],
|
613
|
+
"attributes": [
|
614
|
+
{
|
615
|
+
"name": "use-css-color",
|
616
|
+
"type": {
|
617
|
+
"text": "boolean"
|
618
|
+
},
|
619
|
+
"default": "false",
|
620
|
+
"fieldName": "useCssColor"
|
621
|
+
}
|
622
|
+
],
|
623
|
+
"superclass": {
|
624
|
+
"name": "LitElement",
|
625
|
+
"package": "lit"
|
626
|
+
},
|
627
|
+
"tagName": "obi-01-content-copy",
|
628
|
+
"customElement": true
|
629
|
+
}
|
630
|
+
],
|
631
|
+
"exports": [
|
632
|
+
{
|
633
|
+
"kind": "js",
|
634
|
+
"name": "Obi01ContentCopy",
|
635
|
+
"declaration": {
|
636
|
+
"name": "Obi01ContentCopy",
|
637
|
+
"module": "src/icons/icon-01-content-copy.ts"
|
638
|
+
}
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"kind": "custom-element-definition",
|
642
|
+
"name": "obi-01-content-copy",
|
643
|
+
"declaration": {
|
644
|
+
"name": "Obi01ContentCopy",
|
645
|
+
"module": "src/icons/icon-01-content-copy.ts"
|
646
|
+
}
|
647
|
+
}
|
648
|
+
]
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"kind": "javascript-module",
|
652
|
+
"path": "src/icons/icon-01-content-cut.ts",
|
653
|
+
"declarations": [
|
654
|
+
{
|
655
|
+
"kind": "class",
|
656
|
+
"description": "",
|
657
|
+
"name": "Obi01ContentCut",
|
658
|
+
"members": [
|
659
|
+
{
|
660
|
+
"kind": "field",
|
661
|
+
"name": "useCssColor",
|
662
|
+
"type": {
|
663
|
+
"text": "boolean"
|
664
|
+
},
|
665
|
+
"default": "false",
|
666
|
+
"attribute": "use-css-color"
|
667
|
+
},
|
668
|
+
{
|
669
|
+
"kind": "field",
|
670
|
+
"name": "icon",
|
671
|
+
"privacy": "private",
|
672
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21L12 14L9.65 16.35C9.78333 16.6 9.875 16.8667 9.925 17.15C9.975 17.4333 10 17.7167 10 18C10 19.1 9.60833 20.0417 8.825 20.825C8.04167 21.6083 7.1 22 6 22C4.9 22 3.95833 21.6083 3.175 20.825C2.39167 20.0417 2 19.1 2 18C2 16.9 2.39167 15.9583 3.175 15.175C3.95833 14.3917 4.9 14 6 14C6.28333 14 6.56667 14.025 6.85 14.075C7.13333 14.125 7.4 14.2167 7.65 14.35L10 12L7.65 9.65C7.4 9.78333 7.13333 9.875 6.85 9.925C6.56667 9.975 6.28333 10 6 10C4.9 10 3.95833 9.60833 3.175 8.825C2.39167 8.04167 2 7.1 2 6C2 4.9 2.39167 3.95833 3.175 3.175C3.95833 2.39167 4.9 2 6 2C7.1 2 8.04167 2.39167 8.825 3.175C9.60833 3.95833 10 4.9 10 6C10 6.28333 9.975 6.56667 9.925 6.85C9.875 7.13333 9.78333 7.4 9.65 7.65L22 20V21H19ZM15 11L13 9L19 3H22V4L15 11ZM6 8C6.55 8 7.02083 7.80417 7.4125 7.4125C7.80417 7.02083 8 6.55 8 6C8 5.45 7.80417 4.97917 7.4125 4.5875C7.02083 4.19583 6.55 4 6 4C5.45 4 4.97917 4.19583 4.5875 4.5875C4.19583 4.97917 4 5.45 4 6C4 6.55 4.19583 7.02083 4.5875 7.4125C4.97917 7.80417 5.45 8 6 8ZM12 12.5C12.1333 12.5 12.25 12.45 12.35 12.35C12.45 12.25 12.5 12.1333 12.5 12C12.5 11.8667 12.45 11.75 12.35 11.65C12.25 11.55 12.1333 11.5 12 11.5C11.8667 11.5 11.75 11.55 11.65 11.65C11.55 11.75 11.5 11.8667 11.5 12C11.5 12.1333 11.55 12.25 11.65 12.35C11.75 12.45 11.8667 12.5 12 12.5ZM6 20C6.55 20 7.02083 19.8042 7.4125 19.4125C7.80417 19.0208 8 18.55 8 18C8 17.45 7.80417 16.9792 7.4125 16.5875C7.02083 16.1958 6.55 16 6 16C5.45 16 4.97917 16.1958 4.5875 16.5875C4.19583 16.9792 4 17.45 4 18C4 18.55 4.19583 19.0208 4.5875 19.4125C4.97917 19.8042 5.45 20 6 20Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"kind": "field",
|
676
|
+
"name": "iconCss",
|
677
|
+
"privacy": "private",
|
678
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21L12 14L9.65 16.35C9.78333 16.6 9.875 16.8667 9.925 17.15C9.975 17.4333 10 17.7167 10 18C10 19.1 9.60833 20.0417 8.825 20.825C8.04167 21.6083 7.1 22 6 22C4.9 22 3.95833 21.6083 3.175 20.825C2.39167 20.0417 2 19.1 2 18C2 16.9 2.39167 15.9583 3.175 15.175C3.95833 14.3917 4.9 14 6 14C6.28333 14 6.56667 14.025 6.85 14.075C7.13333 14.125 7.4 14.2167 7.65 14.35L10 12L7.65 9.65C7.4 9.78333 7.13333 9.875 6.85 9.925C6.56667 9.975 6.28333 10 6 10C4.9 10 3.95833 9.60833 3.175 8.825C2.39167 8.04167 2 7.1 2 6C2 4.9 2.39167 3.95833 3.175 3.175C3.95833 2.39167 4.9 2 6 2C7.1 2 8.04167 2.39167 8.825 3.175C9.60833 3.95833 10 4.9 10 6C10 6.28333 9.975 6.56667 9.925 6.85C9.875 7.13333 9.78333 7.4 9.65 7.65L22 20V21H19ZM15 11L13 9L19 3H22V4L15 11ZM6 8C6.55 8 7.02083 7.80417 7.4125 7.4125C7.80417 7.02083 8 6.55 8 6C8 5.45 7.80417 4.97917 7.4125 4.5875C7.02083 4.19583 6.55 4 6 4C5.45 4 4.97917 4.19583 4.5875 4.5875C4.19583 4.97917 4 5.45 4 6C4 6.55 4.19583 7.02083 4.5875 7.4125C4.97917 7.80417 5.45 8 6 8ZM12 12.5C12.1333 12.5 12.25 12.45 12.35 12.35C12.45 12.25 12.5 12.1333 12.5 12C12.5 11.8667 12.45 11.75 12.35 11.65C12.25 11.55 12.1333 11.5 12 11.5C11.8667 11.5 11.75 11.55 11.65 11.65C11.55 11.75 11.5 11.8667 11.5 12C11.5 12.1333 11.55 12.25 11.65 12.35C11.75 12.45 11.8667 12.5 12 12.5ZM6 20C6.55 20 7.02083 19.8042 7.4125 19.4125C7.80417 19.0208 8 18.55 8 18C8 17.45 7.80417 16.9792 7.4125 16.5875C7.02083 16.1958 6.55 16 6 16C5.45 16 4.97917 16.1958 4.5875 16.5875C4.19583 16.9792 4 17.45 4 18C4 18.55 4.19583 19.0208 4.5875 19.4125C4.97917 19.8042 5.45 20 6 20Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
679
|
+
}
|
680
|
+
],
|
681
|
+
"attributes": [
|
682
|
+
{
|
683
|
+
"name": "use-css-color",
|
684
|
+
"type": {
|
685
|
+
"text": "boolean"
|
686
|
+
},
|
687
|
+
"default": "false",
|
688
|
+
"fieldName": "useCssColor"
|
689
|
+
}
|
690
|
+
],
|
691
|
+
"superclass": {
|
692
|
+
"name": "LitElement",
|
693
|
+
"package": "lit"
|
694
|
+
},
|
695
|
+
"tagName": "obi-01-content-cut",
|
696
|
+
"customElement": true
|
697
|
+
}
|
698
|
+
],
|
699
|
+
"exports": [
|
700
|
+
{
|
701
|
+
"kind": "js",
|
702
|
+
"name": "Obi01ContentCut",
|
703
|
+
"declaration": {
|
704
|
+
"name": "Obi01ContentCut",
|
705
|
+
"module": "src/icons/icon-01-content-cut.ts"
|
706
|
+
}
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"kind": "custom-element-definition",
|
710
|
+
"name": "obi-01-content-cut",
|
711
|
+
"declaration": {
|
712
|
+
"name": "Obi01ContentCut",
|
713
|
+
"module": "src/icons/icon-01-content-cut.ts"
|
714
|
+
}
|
715
|
+
}
|
716
|
+
]
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"kind": "javascript-module",
|
720
|
+
"path": "src/icons/icon-01-content-paste.ts",
|
721
|
+
"declarations": [
|
722
|
+
{
|
723
|
+
"kind": "class",
|
724
|
+
"description": "",
|
725
|
+
"name": "Obi01ContentPaste",
|
726
|
+
"members": [
|
727
|
+
{
|
728
|
+
"kind": "field",
|
729
|
+
"name": "useCssColor",
|
730
|
+
"type": {
|
731
|
+
"text": "boolean"
|
732
|
+
},
|
733
|
+
"default": "false",
|
734
|
+
"attribute": "use-css-color"
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"kind": "field",
|
738
|
+
"name": "icon",
|
739
|
+
"privacy": "private",
|
740
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H9.175C9.35833 3.41667 9.71667 2.9375 10.25 2.5625C10.7833 2.1875 11.3667 2 12 2C12.6667 2 13.2625 2.1875 13.7875 2.5625C14.3125 2.9375 14.6667 3.41667 14.85 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V6H17V9H7V6H5V20ZM12 6C12.2833 6 12.5208 5.90417 12.7125 5.7125C12.9042 5.52083 13 5.28333 13 5C13 4.71667 12.9042 4.47917 12.7125 4.2875C12.5208 4.09583 12.2833 4 12 4C11.7167 4 11.4792 4.09583 11.2875 4.2875C11.0958 4.47917 11 4.71667 11 5C11 5.28333 11.0958 5.52083 11.2875 5.7125C11.4792 5.90417 11.7167 6 12 6Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"kind": "field",
|
744
|
+
"name": "iconCss",
|
745
|
+
"privacy": "private",
|
746
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H9.175C9.35833 3.41667 9.71667 2.9375 10.25 2.5625C10.7833 2.1875 11.3667 2 12 2C12.6667 2 13.2625 2.1875 13.7875 2.5625C14.3125 2.9375 14.6667 3.41667 14.85 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V6H17V9H7V6H5V20ZM12 6C12.2833 6 12.5208 5.90417 12.7125 5.7125C12.9042 5.52083 13 5.28333 13 5C13 4.71667 12.9042 4.47917 12.7125 4.2875C12.5208 4.09583 12.2833 4 12 4C11.7167 4 11.4792 4.09583 11.2875 4.2875C11.0958 4.47917 11 4.71667 11 5C11 5.28333 11.0958 5.52083 11.2875 5.7125C11.4792 5.90417 11.7167 6 12 6Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
747
|
+
}
|
748
|
+
],
|
749
|
+
"attributes": [
|
750
|
+
{
|
751
|
+
"name": "use-css-color",
|
752
|
+
"type": {
|
753
|
+
"text": "boolean"
|
754
|
+
},
|
755
|
+
"default": "false",
|
756
|
+
"fieldName": "useCssColor"
|
757
|
+
}
|
758
|
+
],
|
759
|
+
"superclass": {
|
760
|
+
"name": "LitElement",
|
761
|
+
"package": "lit"
|
762
|
+
},
|
763
|
+
"tagName": "obi-01-content-paste",
|
764
|
+
"customElement": true
|
765
|
+
}
|
766
|
+
],
|
767
|
+
"exports": [
|
768
|
+
{
|
769
|
+
"kind": "js",
|
770
|
+
"name": "Obi01ContentPaste",
|
771
|
+
"declaration": {
|
772
|
+
"name": "Obi01ContentPaste",
|
773
|
+
"module": "src/icons/icon-01-content-paste.ts"
|
774
|
+
}
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"kind": "custom-element-definition",
|
778
|
+
"name": "obi-01-content-paste",
|
779
|
+
"declaration": {
|
780
|
+
"name": "Obi01ContentPaste",
|
781
|
+
"module": "src/icons/icon-01-content-paste.ts"
|
782
|
+
}
|
783
|
+
}
|
784
|
+
]
|
785
|
+
},
|
588
786
|
{
|
589
787
|
"kind": "javascript-module",
|
590
788
|
"path": "src/icons/icon-01-delete.ts",
|
@@ -4121,6 +4319,210 @@
|
|
4121
4319
|
}
|
4122
4320
|
]
|
4123
4321
|
},
|
4322
|
+
{
|
4323
|
+
"kind": "javascript-module",
|
4324
|
+
"path": "src/icons/icon-02-dock-bottom.ts",
|
4325
|
+
"declarations": [
|
4326
|
+
{
|
4327
|
+
"kind": "class",
|
4328
|
+
"description": "",
|
4329
|
+
"name": "Obi02DockBottom",
|
4330
|
+
"members": [
|
4331
|
+
{
|
4332
|
+
"kind": "field",
|
4333
|
+
"name": "useCssColor",
|
4334
|
+
"type": {
|
4335
|
+
"text": "boolean"
|
4336
|
+
},
|
4337
|
+
"default": "false",
|
4338
|
+
"attribute": "use-css-color"
|
4339
|
+
},
|
4340
|
+
{
|
4341
|
+
"kind": "field",
|
4342
|
+
"name": "icon",
|
4343
|
+
"privacy": "private",
|
4344
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 16V19H19V16H5ZM5 14H19V5H5V14Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
4345
|
+
},
|
4346
|
+
{
|
4347
|
+
"kind": "field",
|
4348
|
+
"name": "iconCss",
|
4349
|
+
"privacy": "private",
|
4350
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 16V19H19V16H5ZM5 14H19V5H5V14Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
4351
|
+
}
|
4352
|
+
],
|
4353
|
+
"attributes": [
|
4354
|
+
{
|
4355
|
+
"name": "use-css-color",
|
4356
|
+
"type": {
|
4357
|
+
"text": "boolean"
|
4358
|
+
},
|
4359
|
+
"default": "false",
|
4360
|
+
"fieldName": "useCssColor"
|
4361
|
+
}
|
4362
|
+
],
|
4363
|
+
"superclass": {
|
4364
|
+
"name": "LitElement",
|
4365
|
+
"package": "lit"
|
4366
|
+
},
|
4367
|
+
"tagName": "obi-02-dock-bottom",
|
4368
|
+
"customElement": true
|
4369
|
+
}
|
4370
|
+
],
|
4371
|
+
"exports": [
|
4372
|
+
{
|
4373
|
+
"kind": "js",
|
4374
|
+
"name": "Obi02DockBottom",
|
4375
|
+
"declaration": {
|
4376
|
+
"name": "Obi02DockBottom",
|
4377
|
+
"module": "src/icons/icon-02-dock-bottom.ts"
|
4378
|
+
}
|
4379
|
+
},
|
4380
|
+
{
|
4381
|
+
"kind": "custom-element-definition",
|
4382
|
+
"name": "obi-02-dock-bottom",
|
4383
|
+
"declaration": {
|
4384
|
+
"name": "Obi02DockBottom",
|
4385
|
+
"module": "src/icons/icon-02-dock-bottom.ts"
|
4386
|
+
}
|
4387
|
+
}
|
4388
|
+
]
|
4389
|
+
},
|
4390
|
+
{
|
4391
|
+
"kind": "javascript-module",
|
4392
|
+
"path": "src/icons/icon-02-dock-left.ts",
|
4393
|
+
"declarations": [
|
4394
|
+
{
|
4395
|
+
"kind": "class",
|
4396
|
+
"description": "",
|
4397
|
+
"name": "Obi02DockLeft",
|
4398
|
+
"members": [
|
4399
|
+
{
|
4400
|
+
"kind": "field",
|
4401
|
+
"name": "useCssColor",
|
4402
|
+
"type": {
|
4403
|
+
"text": "boolean"
|
4404
|
+
},
|
4405
|
+
"default": "false",
|
4406
|
+
"attribute": "use-css-color"
|
4407
|
+
},
|
4408
|
+
{
|
4409
|
+
"kind": "field",
|
4410
|
+
"name": "icon",
|
4411
|
+
"privacy": "private",
|
4412
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM8 19V5H5V19H8ZM10 19H19V5H10V19Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
4413
|
+
},
|
4414
|
+
{
|
4415
|
+
"kind": "field",
|
4416
|
+
"name": "iconCss",
|
4417
|
+
"privacy": "private",
|
4418
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM8 19V5H5V19H8ZM10 19H19V5H10V19Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
4419
|
+
}
|
4420
|
+
],
|
4421
|
+
"attributes": [
|
4422
|
+
{
|
4423
|
+
"name": "use-css-color",
|
4424
|
+
"type": {
|
4425
|
+
"text": "boolean"
|
4426
|
+
},
|
4427
|
+
"default": "false",
|
4428
|
+
"fieldName": "useCssColor"
|
4429
|
+
}
|
4430
|
+
],
|
4431
|
+
"superclass": {
|
4432
|
+
"name": "LitElement",
|
4433
|
+
"package": "lit"
|
4434
|
+
},
|
4435
|
+
"tagName": "obi-02-dock-left",
|
4436
|
+
"customElement": true
|
4437
|
+
}
|
4438
|
+
],
|
4439
|
+
"exports": [
|
4440
|
+
{
|
4441
|
+
"kind": "js",
|
4442
|
+
"name": "Obi02DockLeft",
|
4443
|
+
"declaration": {
|
4444
|
+
"name": "Obi02DockLeft",
|
4445
|
+
"module": "src/icons/icon-02-dock-left.ts"
|
4446
|
+
}
|
4447
|
+
},
|
4448
|
+
{
|
4449
|
+
"kind": "custom-element-definition",
|
4450
|
+
"name": "obi-02-dock-left",
|
4451
|
+
"declaration": {
|
4452
|
+
"name": "Obi02DockLeft",
|
4453
|
+
"module": "src/icons/icon-02-dock-left.ts"
|
4454
|
+
}
|
4455
|
+
}
|
4456
|
+
]
|
4457
|
+
},
|
4458
|
+
{
|
4459
|
+
"kind": "javascript-module",
|
4460
|
+
"path": "src/icons/icon-02-dock-right.ts",
|
4461
|
+
"declarations": [
|
4462
|
+
{
|
4463
|
+
"kind": "class",
|
4464
|
+
"description": "",
|
4465
|
+
"name": "Obi02DockRight",
|
4466
|
+
"members": [
|
4467
|
+
{
|
4468
|
+
"kind": "field",
|
4469
|
+
"name": "useCssColor",
|
4470
|
+
"type": {
|
4471
|
+
"text": "boolean"
|
4472
|
+
},
|
4473
|
+
"default": "false",
|
4474
|
+
"attribute": "use-css-color"
|
4475
|
+
},
|
4476
|
+
{
|
4477
|
+
"kind": "field",
|
4478
|
+
"name": "icon",
|
4479
|
+
"privacy": "private",
|
4480
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM16 19H19V5H16V19ZM14 19V5H5V19H14Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
4481
|
+
},
|
4482
|
+
{
|
4483
|
+
"kind": "field",
|
4484
|
+
"name": "iconCss",
|
4485
|
+
"privacy": "private",
|
4486
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM16 19H19V5H16V19ZM14 19V5H5V19H14Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
4487
|
+
}
|
4488
|
+
],
|
4489
|
+
"attributes": [
|
4490
|
+
{
|
4491
|
+
"name": "use-css-color",
|
4492
|
+
"type": {
|
4493
|
+
"text": "boolean"
|
4494
|
+
},
|
4495
|
+
"default": "false",
|
4496
|
+
"fieldName": "useCssColor"
|
4497
|
+
}
|
4498
|
+
],
|
4499
|
+
"superclass": {
|
4500
|
+
"name": "LitElement",
|
4501
|
+
"package": "lit"
|
4502
|
+
},
|
4503
|
+
"tagName": "obi-02-dock-right",
|
4504
|
+
"customElement": true
|
4505
|
+
}
|
4506
|
+
],
|
4507
|
+
"exports": [
|
4508
|
+
{
|
4509
|
+
"kind": "js",
|
4510
|
+
"name": "Obi02DockRight",
|
4511
|
+
"declaration": {
|
4512
|
+
"name": "Obi02DockRight",
|
4513
|
+
"module": "src/icons/icon-02-dock-right.ts"
|
4514
|
+
}
|
4515
|
+
},
|
4516
|
+
{
|
4517
|
+
"kind": "custom-element-definition",
|
4518
|
+
"name": "obi-02-dock-right",
|
4519
|
+
"declaration": {
|
4520
|
+
"name": "Obi02DockRight",
|
4521
|
+
"module": "src/icons/icon-02-dock-right.ts"
|
4522
|
+
}
|
4523
|
+
}
|
4524
|
+
]
|
4525
|
+
},
|
4124
4526
|
{
|
4125
4527
|
"kind": "javascript-module",
|
4126
4528
|
"path": "src/icons/icon-02-drop-down.ts",
|
@@ -5277,6 +5679,74 @@
|
|
5277
5679
|
}
|
5278
5680
|
]
|
5279
5681
|
},
|
5682
|
+
{
|
5683
|
+
"kind": "javascript-module",
|
5684
|
+
"path": "src/icons/icon-03-license.ts",
|
5685
|
+
"declarations": [
|
5686
|
+
{
|
5687
|
+
"kind": "class",
|
5688
|
+
"description": "",
|
5689
|
+
"name": "Obi03License",
|
5690
|
+
"members": [
|
5691
|
+
{
|
5692
|
+
"kind": "field",
|
5693
|
+
"name": "useCssColor",
|
5694
|
+
"type": {
|
5695
|
+
"text": "boolean"
|
5696
|
+
},
|
5697
|
+
"default": "false",
|
5698
|
+
"attribute": "use-css-color"
|
5699
|
+
},
|
5700
|
+
{
|
5701
|
+
"kind": "field",
|
5702
|
+
"name": "icon",
|
5703
|
+
"privacy": "private",
|
5704
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13C11.1667 13 10.4583 12.7083 9.875 12.125C9.29167 11.5417 9 10.8333 9 10C9 9.16667 9.29167 8.45833 9.875 7.875C10.4583 7.29167 11.1667 7 12 7C12.8333 7 13.5417 7.29167 14.125 7.875C14.7083 8.45833 15 9.16667 15 10C15 10.8333 14.7083 11.5417 14.125 12.125C13.5417 12.7083 12.8333 13 12 13ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
5705
|
+
},
|
5706
|
+
{
|
5707
|
+
"kind": "field",
|
5708
|
+
"name": "iconCss",
|
5709
|
+
"privacy": "private",
|
5710
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13C11.1667 13 10.4583 12.7083 9.875 12.125C9.29167 11.5417 9 10.8333 9 10C9 9.16667 9.29167 8.45833 9.875 7.875C10.4583 7.29167 11.1667 7 12 7C12.8333 7 13.5417 7.29167 14.125 7.875C14.7083 8.45833 15 9.16667 15 10C15 10.8333 14.7083 11.5417 14.125 12.125C13.5417 12.7083 12.8333 13 12 13ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
5711
|
+
}
|
5712
|
+
],
|
5713
|
+
"attributes": [
|
5714
|
+
{
|
5715
|
+
"name": "use-css-color",
|
5716
|
+
"type": {
|
5717
|
+
"text": "boolean"
|
5718
|
+
},
|
5719
|
+
"default": "false",
|
5720
|
+
"fieldName": "useCssColor"
|
5721
|
+
}
|
5722
|
+
],
|
5723
|
+
"superclass": {
|
5724
|
+
"name": "LitElement",
|
5725
|
+
"package": "lit"
|
5726
|
+
},
|
5727
|
+
"tagName": "obi-03-license",
|
5728
|
+
"customElement": true
|
5729
|
+
}
|
5730
|
+
],
|
5731
|
+
"exports": [
|
5732
|
+
{
|
5733
|
+
"kind": "js",
|
5734
|
+
"name": "Obi03License",
|
5735
|
+
"declaration": {
|
5736
|
+
"name": "Obi03License",
|
5737
|
+
"module": "src/icons/icon-03-license.ts"
|
5738
|
+
}
|
5739
|
+
},
|
5740
|
+
{
|
5741
|
+
"kind": "custom-element-definition",
|
5742
|
+
"name": "obi-03-license",
|
5743
|
+
"declaration": {
|
5744
|
+
"name": "Obi03License",
|
5745
|
+
"module": "src/icons/icon-03-license.ts"
|
5746
|
+
}
|
5747
|
+
}
|
5748
|
+
]
|
5749
|
+
},
|
5280
5750
|
{
|
5281
5751
|
"kind": "javascript-module",
|
5282
5752
|
"path": "src/icons/icon-03-monitoring.ts",
|
@@ -6053,7 +6523,7 @@
|
|
6053
6523
|
"kind": "field",
|
6054
6524
|
"name": "iconCss",
|
6055
6525
|
"privacy": "private",
|
6056
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3.95297L14.217 9.28339L14.3929 9.70636L14.8496 9.74297L20.6042 10.2043L16.2198 13.96L15.8719 14.2581L15.9781 14.7037L17.3177 20.3192L12.3909 17.3099L12 17.0712L11.609 17.3099L6.68224 20.3192L8.02175 14.7037L8.12804 14.2581L7.78014 13.96L3.39571 10.2043L9.15035 9.74297L9.60698 9.70636L9.7829 9.28339L12 3.95297Z\"
|
6526
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3.95297L14.217 9.28339L14.3929 9.70636L14.8496 9.74297L20.6042 10.2043L16.2198 13.96L15.8719 14.2581L15.9781 14.7037L17.3177 20.3192L12.3909 17.3099L12 17.0712L11.609 17.3099L6.68224 20.3192L8.02175 14.7037L8.12804 14.2581L7.78014 13.96L3.39571 10.2043L9.15035 9.74297L9.60698 9.70636L9.7829 9.28339L12 3.95297Z\" style=\"stroke: var(--element-active-color)\" stroke-width=\"1.5\"/>\n</svg>\n`"
|
6057
6527
|
}
|
6058
6528
|
],
|
6059
6529
|
"attributes": [
|
@@ -6591,13 +7061,13 @@
|
|
6591
7061
|
"kind": "field",
|
6592
7062
|
"name": "icon",
|
6593
7063
|
"privacy": "private",
|
6594
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path
|
7064
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.03063 15.3408C2.64918 14.2237 1 11.8044 1 9C1 5.13401 4.13401 2 8 2C9.48725 2 10.8662 2.46381 12 3.25469C13.1338 2.46381 14.5128 2 16 2C19.866 2 23 5.13401 23 9C23 11.8044 21.3508 14.2237 18.9694 15.3408C18.9896 15.5578 19 15.7777 19 16C19 19.866 15.866 23 12 23C8.13401 23 5 19.866 5 16C5 15.7777 5.01036 15.5578 5.03063 15.3408ZM8 14C8.91083 14 9.76477 13.7565 10.5003 13.3309C10.101 12.8246 9.77013 12.2618 9.52165 11.6565C8.60135 12.1827 7.86438 12.993 7.43021 13.9679C7.61721 13.9891 7.80733 14 8 14ZM5.52165 13.3435C4.01522 12.4821 3 10.8596 3 9C3 6.23858 5.23858 4 8 4C8.91083 4 9.76477 4.24354 10.5003 4.66906C9.56068 5.86059 9 7.36482 9 9C9 9.2223 9.01036 9.44217 9.03063 9.65917C7.44767 10.4017 6.18825 11.7196 5.52165 13.3435ZM16.9995 15.9292C16.9998 15.9527 17 15.9764 17 16C17 18.7614 14.7614 21 12 21C9.23858 21 7 18.7614 7 16C7 15.9764 7.00017 15.9527 7.00049 15.9292C7.32694 15.9759 7.66065 16 8 16C9.48725 16 10.8662 15.5362 12 14.7453C13.1338 15.5362 14.5128 16 16 16C16.3394 16 16.6731 15.9759 16.9995 15.9292ZM18.4783 13.3435C19.9848 12.4821 21 10.8596 21 9C21 6.23858 18.7614 4 16 4C15.0892 4 14.2352 4.24355 13.4997 4.66907C14.4393 5.86059 15 7.36482 15 9C15 9.2223 14.9896 9.44217 14.9694 9.65917C16.5523 10.4017 17.8118 11.7196 18.4783 13.3435ZM14.4783 11.6565C15.3987 12.1827 16.1356 12.993 16.5698 13.9679C16.3828 13.9891 16.1927 14 16 14C15.0892 14 14.2352 13.7565 13.4997 13.3309C13.899 12.8246 14.2299 12.2618 14.4783 11.6565ZM12.9995 9.07082C12.9998 9.04725 13 9.02365 13 9C13 7.87418 12.6279 6.83526 12 5.99952C11.3721 6.83526 11 7.87418 11 9C11 9.02365 11.0002 9.04725 11.0005 9.07082C11.3269 9.02415 11.6607 9 12 9C12.3393 9 12.6731 9.02415 12.9995 9.07082ZM11.4302 11.0321C11.6172 11.0109 11.8073 11 12 11C12.1927 11 12.3828 11.0109 12.5698 11.0321C12.4161 11.3773 12.2244 11.7019 12 12.0005C11.7756 11.7019 11.5839 11.3773 11.4302 11.0321Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
6595
7065
|
},
|
6596
7066
|
{
|
6597
7067
|
"kind": "field",
|
6598
7068
|
"name": "iconCss",
|
6599
7069
|
"privacy": "private",
|
6600
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path
|
7070
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.03063 15.3408C2.64918 14.2237 1 11.8044 1 9C1 5.13401 4.13401 2 8 2C9.48725 2 10.8662 2.46381 12 3.25469C13.1338 2.46381 14.5128 2 16 2C19.866 2 23 5.13401 23 9C23 11.8044 21.3508 14.2237 18.9694 15.3408C18.9896 15.5578 19 15.7777 19 16C19 19.866 15.866 23 12 23C8.13401 23 5 19.866 5 16C5 15.7777 5.01036 15.5578 5.03063 15.3408ZM8 14C8.91083 14 9.76477 13.7565 10.5003 13.3309C10.101 12.8246 9.77013 12.2618 9.52165 11.6565C8.60135 12.1827 7.86438 12.993 7.43021 13.9679C7.61721 13.9891 7.80733 14 8 14ZM5.52165 13.3435C4.01522 12.4821 3 10.8596 3 9C3 6.23858 5.23858 4 8 4C8.91083 4 9.76477 4.24354 10.5003 4.66906C9.56068 5.86059 9 7.36482 9 9C9 9.2223 9.01036 9.44217 9.03063 9.65917C7.44767 10.4017 6.18825 11.7196 5.52165 13.3435ZM16.9995 15.9292C16.9998 15.9527 17 15.9764 17 16C17 18.7614 14.7614 21 12 21C9.23858 21 7 18.7614 7 16C7 15.9764 7.00017 15.9527 7.00049 15.9292C7.32694 15.9759 7.66065 16 8 16C9.48725 16 10.8662 15.5362 12 14.7453C13.1338 15.5362 14.5128 16 16 16C16.3394 16 16.6731 15.9759 16.9995 15.9292ZM18.4783 13.3435C19.9848 12.4821 21 10.8596 21 9C21 6.23858 18.7614 4 16 4C15.0892 4 14.2352 4.24355 13.4997 4.66907C14.4393 5.86059 15 7.36482 15 9C15 9.2223 14.9896 9.44217 14.9694 9.65917C16.5523 10.4017 17.8118 11.7196 18.4783 13.3435ZM14.4783 11.6565C15.3987 12.1827 16.1356 12.993 16.5698 13.9679C16.3828 13.9891 16.1927 14 16 14C15.0892 14 14.2352 13.7565 13.4997 13.3309C13.899 12.8246 14.2299 12.2618 14.4783 11.6565ZM12.9995 9.07082C12.9998 9.04725 13 9.02365 13 9C13 7.87418 12.6279 6.83526 12 5.99952C11.3721 6.83526 11 7.87418 11 9C11 9.02365 11.0002 9.04725 11.0005 9.07082C11.3269 9.02415 11.6607 9 12 9C12.3393 9 12.6731 9.02415 12.9995 9.07082ZM11.4302 11.0321C11.6172 11.0109 11.8073 11 12 11C12.1927 11 12.3828 11.0109 12.5698 11.0321C12.4161 11.3773 12.2244 11.7019 12 12.0005C11.7756 11.7019 11.5839 11.3773 11.4302 11.0321Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
6601
7071
|
}
|
6602
7072
|
],
|
6603
7073
|
"attributes": [
|
@@ -11941,6 +12411,278 @@
|
|
11941
12411
|
}
|
11942
12412
|
]
|
11943
12413
|
},
|
12414
|
+
{
|
12415
|
+
"kind": "javascript-module",
|
12416
|
+
"path": "src/icons/icon-07-target-associated-ais-camera.ts",
|
12417
|
+
"declarations": [
|
12418
|
+
{
|
12419
|
+
"kind": "class",
|
12420
|
+
"description": "",
|
12421
|
+
"name": "Obi07TargetAssociatedAisCamera",
|
12422
|
+
"members": [
|
12423
|
+
{
|
12424
|
+
"kind": "field",
|
12425
|
+
"name": "useCssColor",
|
12426
|
+
"type": {
|
12427
|
+
"text": "boolean"
|
12428
|
+
},
|
12429
|
+
"default": "false",
|
12430
|
+
"attribute": "use-css-color"
|
12431
|
+
},
|
12432
|
+
{
|
12433
|
+
"kind": "field",
|
12434
|
+
"name": "icon",
|
12435
|
+
"privacy": "private",
|
12436
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0.99999L19 20.9998H5.00019L12.0001 0.99999ZM7.81913 18.9998L12.0001 7.0541L16.1811 18.9998H7.81913Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM12.0001 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999H12.0001Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12437
|
+
},
|
12438
|
+
{
|
12439
|
+
"kind": "field",
|
12440
|
+
"name": "iconCss",
|
12441
|
+
"privacy": "private",
|
12442
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0.99999L19 20.9998H5.00019L12.0001 0.99999ZM7.81913 18.9998L12.0001 7.0541L16.1811 18.9998H7.81913Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM12.0001 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999H12.0001Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12443
|
+
}
|
12444
|
+
],
|
12445
|
+
"attributes": [
|
12446
|
+
{
|
12447
|
+
"name": "use-css-color",
|
12448
|
+
"type": {
|
12449
|
+
"text": "boolean"
|
12450
|
+
},
|
12451
|
+
"default": "false",
|
12452
|
+
"fieldName": "useCssColor"
|
12453
|
+
}
|
12454
|
+
],
|
12455
|
+
"superclass": {
|
12456
|
+
"name": "LitElement",
|
12457
|
+
"package": "lit"
|
12458
|
+
},
|
12459
|
+
"tagName": "obi-07-target-associated-ais-camera",
|
12460
|
+
"customElement": true
|
12461
|
+
}
|
12462
|
+
],
|
12463
|
+
"exports": [
|
12464
|
+
{
|
12465
|
+
"kind": "js",
|
12466
|
+
"name": "Obi07TargetAssociatedAisCamera",
|
12467
|
+
"declaration": {
|
12468
|
+
"name": "Obi07TargetAssociatedAisCamera",
|
12469
|
+
"module": "src/icons/icon-07-target-associated-ais-camera.ts"
|
12470
|
+
}
|
12471
|
+
},
|
12472
|
+
{
|
12473
|
+
"kind": "custom-element-definition",
|
12474
|
+
"name": "obi-07-target-associated-ais-camera",
|
12475
|
+
"declaration": {
|
12476
|
+
"name": "Obi07TargetAssociatedAisCamera",
|
12477
|
+
"module": "src/icons/icon-07-target-associated-ais-camera.ts"
|
12478
|
+
}
|
12479
|
+
}
|
12480
|
+
]
|
12481
|
+
},
|
12482
|
+
{
|
12483
|
+
"kind": "javascript-module",
|
12484
|
+
"path": "src/icons/icon-07-target-associated-camera-radar.ts",
|
12485
|
+
"declarations": [
|
12486
|
+
{
|
12487
|
+
"kind": "class",
|
12488
|
+
"description": "",
|
12489
|
+
"name": "Obi07TargetAssociatedCameraRadar",
|
12490
|
+
"members": [
|
12491
|
+
{
|
12492
|
+
"kind": "field",
|
12493
|
+
"name": "useCssColor",
|
12494
|
+
"type": {
|
12495
|
+
"text": "boolean"
|
12496
|
+
},
|
12497
|
+
"default": "false",
|
12498
|
+
"attribute": "use-css-color"
|
12499
|
+
},
|
12500
|
+
{
|
12501
|
+
"kind": "field",
|
12502
|
+
"name": "icon",
|
12503
|
+
"privacy": "private",
|
12504
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12505
|
+
},
|
12506
|
+
{
|
12507
|
+
"kind": "field",
|
12508
|
+
"name": "iconCss",
|
12509
|
+
"privacy": "private",
|
12510
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12511
|
+
}
|
12512
|
+
],
|
12513
|
+
"attributes": [
|
12514
|
+
{
|
12515
|
+
"name": "use-css-color",
|
12516
|
+
"type": {
|
12517
|
+
"text": "boolean"
|
12518
|
+
},
|
12519
|
+
"default": "false",
|
12520
|
+
"fieldName": "useCssColor"
|
12521
|
+
}
|
12522
|
+
],
|
12523
|
+
"superclass": {
|
12524
|
+
"name": "LitElement",
|
12525
|
+
"package": "lit"
|
12526
|
+
},
|
12527
|
+
"tagName": "obi-07-target-associated-camera-radar",
|
12528
|
+
"customElement": true
|
12529
|
+
}
|
12530
|
+
],
|
12531
|
+
"exports": [
|
12532
|
+
{
|
12533
|
+
"kind": "js",
|
12534
|
+
"name": "Obi07TargetAssociatedCameraRadar",
|
12535
|
+
"declaration": {
|
12536
|
+
"name": "Obi07TargetAssociatedCameraRadar",
|
12537
|
+
"module": "src/icons/icon-07-target-associated-camera-radar.ts"
|
12538
|
+
}
|
12539
|
+
},
|
12540
|
+
{
|
12541
|
+
"kind": "custom-element-definition",
|
12542
|
+
"name": "obi-07-target-associated-camera-radar",
|
12543
|
+
"declaration": {
|
12544
|
+
"name": "Obi07TargetAssociatedCameraRadar",
|
12545
|
+
"module": "src/icons/icon-07-target-associated-camera-radar.ts"
|
12546
|
+
}
|
12547
|
+
}
|
12548
|
+
]
|
12549
|
+
},
|
12550
|
+
{
|
12551
|
+
"kind": "javascript-module",
|
12552
|
+
"path": "src/icons/icon-07-target-associated-radar-camera.ts",
|
12553
|
+
"declarations": [
|
12554
|
+
{
|
12555
|
+
"kind": "class",
|
12556
|
+
"description": "",
|
12557
|
+
"name": "Obi07TargetAssociatedRadarCamera",
|
12558
|
+
"members": [
|
12559
|
+
{
|
12560
|
+
"kind": "field",
|
12561
|
+
"name": "useCssColor",
|
12562
|
+
"type": {
|
12563
|
+
"text": "boolean"
|
12564
|
+
},
|
12565
|
+
"default": "false",
|
12566
|
+
"attribute": "use-css-color"
|
12567
|
+
},
|
12568
|
+
{
|
12569
|
+
"kind": "field",
|
12570
|
+
"name": "icon",
|
12571
|
+
"privacy": "private",
|
12572
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0001 11.9999C18.0001 15.3136 15.3138 17.9998 12.0001 17.9998C8.68645 17.9998 6.00018 15.3136 6.00018 11.9999C6.00018 8.6862 8.68645 5.99994 12.0001 5.99994C15.3138 5.99994 18.0001 8.6862 18.0001 11.9999ZM16.0001 11.9999C16.0001 14.209 14.2092 15.9998 12.0001 15.9998C9.79101 15.9998 8.00016 14.209 8.00016 11.9999C8.00016 9.79076 9.79101 7.99992 12.0001 7.99992C14.2092 7.99992 16.0001 9.79076 16.0001 11.9999Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM2.00022 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12573
|
+
},
|
12574
|
+
{
|
12575
|
+
"kind": "field",
|
12576
|
+
"name": "iconCss",
|
12577
|
+
"privacy": "private",
|
12578
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0001 11.9999C18.0001 15.3136 15.3138 17.9998 12.0001 17.9998C8.68645 17.9998 6.00018 15.3136 6.00018 11.9999C6.00018 8.6862 8.68645 5.99994 12.0001 5.99994C15.3138 5.99994 18.0001 8.6862 18.0001 11.9999ZM16.0001 11.9999C16.0001 14.209 14.2092 15.9998 12.0001 15.9998C9.79101 15.9998 8.00016 14.209 8.00016 11.9999C8.00016 9.79076 9.79101 7.99992 12.0001 7.99992C14.2092 7.99992 16.0001 9.79076 16.0001 11.9999Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM2.00022 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12579
|
+
}
|
12580
|
+
],
|
12581
|
+
"attributes": [
|
12582
|
+
{
|
12583
|
+
"name": "use-css-color",
|
12584
|
+
"type": {
|
12585
|
+
"text": "boolean"
|
12586
|
+
},
|
12587
|
+
"default": "false",
|
12588
|
+
"fieldName": "useCssColor"
|
12589
|
+
}
|
12590
|
+
],
|
12591
|
+
"superclass": {
|
12592
|
+
"name": "LitElement",
|
12593
|
+
"package": "lit"
|
12594
|
+
},
|
12595
|
+
"tagName": "obi-07-target-associated-radar-camera",
|
12596
|
+
"customElement": true
|
12597
|
+
}
|
12598
|
+
],
|
12599
|
+
"exports": [
|
12600
|
+
{
|
12601
|
+
"kind": "js",
|
12602
|
+
"name": "Obi07TargetAssociatedRadarCamera",
|
12603
|
+
"declaration": {
|
12604
|
+
"name": "Obi07TargetAssociatedRadarCamera",
|
12605
|
+
"module": "src/icons/icon-07-target-associated-radar-camera.ts"
|
12606
|
+
}
|
12607
|
+
},
|
12608
|
+
{
|
12609
|
+
"kind": "custom-element-definition",
|
12610
|
+
"name": "obi-07-target-associated-radar-camera",
|
12611
|
+
"declaration": {
|
12612
|
+
"name": "Obi07TargetAssociatedRadarCamera",
|
12613
|
+
"module": "src/icons/icon-07-target-associated-radar-camera.ts"
|
12614
|
+
}
|
12615
|
+
}
|
12616
|
+
]
|
12617
|
+
},
|
12618
|
+
{
|
12619
|
+
"kind": "javascript-module",
|
12620
|
+
"path": "src/icons/icon-07-target-camera.ts",
|
12621
|
+
"declarations": [
|
12622
|
+
{
|
12623
|
+
"kind": "class",
|
12624
|
+
"description": "",
|
12625
|
+
"name": "Obi07TargetCamera",
|
12626
|
+
"members": [
|
12627
|
+
{
|
12628
|
+
"kind": "field",
|
12629
|
+
"name": "useCssColor",
|
12630
|
+
"type": {
|
12631
|
+
"text": "boolean"
|
12632
|
+
},
|
12633
|
+
"default": "false",
|
12634
|
+
"attribute": "use-css-color"
|
12635
|
+
},
|
12636
|
+
{
|
12637
|
+
"kind": "field",
|
12638
|
+
"name": "icon",
|
12639
|
+
"privacy": "private",
|
12640
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7H7L7 17H17V7ZM7 5C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12641
|
+
},
|
12642
|
+
{
|
12643
|
+
"kind": "field",
|
12644
|
+
"name": "iconCss",
|
12645
|
+
"privacy": "private",
|
12646
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7H7L7 17H17V7ZM7 5C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
12647
|
+
}
|
12648
|
+
],
|
12649
|
+
"attributes": [
|
12650
|
+
{
|
12651
|
+
"name": "use-css-color",
|
12652
|
+
"type": {
|
12653
|
+
"text": "boolean"
|
12654
|
+
},
|
12655
|
+
"default": "false",
|
12656
|
+
"fieldName": "useCssColor"
|
12657
|
+
}
|
12658
|
+
],
|
12659
|
+
"superclass": {
|
12660
|
+
"name": "LitElement",
|
12661
|
+
"package": "lit"
|
12662
|
+
},
|
12663
|
+
"tagName": "obi-07-target-camera",
|
12664
|
+
"customElement": true
|
12665
|
+
}
|
12666
|
+
],
|
12667
|
+
"exports": [
|
12668
|
+
{
|
12669
|
+
"kind": "js",
|
12670
|
+
"name": "Obi07TargetCamera",
|
12671
|
+
"declaration": {
|
12672
|
+
"name": "Obi07TargetCamera",
|
12673
|
+
"module": "src/icons/icon-07-target-camera.ts"
|
12674
|
+
}
|
12675
|
+
},
|
12676
|
+
{
|
12677
|
+
"kind": "custom-element-definition",
|
12678
|
+
"name": "obi-07-target-camera",
|
12679
|
+
"declaration": {
|
12680
|
+
"name": "Obi07TargetCamera",
|
12681
|
+
"module": "src/icons/icon-07-target-camera.ts"
|
12682
|
+
}
|
12683
|
+
}
|
12684
|
+
]
|
12685
|
+
},
|
11944
12686
|
{
|
11945
12687
|
"kind": "javascript-module",
|
11946
12688
|
"path": "src/icons/icon-07-target-cancel-all.ts",
|
@@ -12077,278 +12819,6 @@
|
|
12077
12819
|
}
|
12078
12820
|
]
|
12079
12821
|
},
|
12080
|
-
{
|
12081
|
-
"kind": "javascript-module",
|
12082
|
-
"path": "src/icons/icon-07-target-ias-selected.ts",
|
12083
|
-
"declarations": [
|
12084
|
-
{
|
12085
|
-
"kind": "class",
|
12086
|
-
"description": "",
|
12087
|
-
"name": "Obi07TargetIasSelected",
|
12088
|
-
"members": [
|
12089
|
-
{
|
12090
|
-
"kind": "field",
|
12091
|
-
"name": "useCssColor",
|
12092
|
-
"type": {
|
12093
|
-
"text": "boolean"
|
12094
|
-
},
|
12095
|
-
"default": "false",
|
12096
|
-
"attribute": "use-css-color"
|
12097
|
-
},
|
12098
|
-
{
|
12099
|
-
"kind": "field",
|
12100
|
-
"name": "icon",
|
12101
|
-
"privacy": "private",
|
12102
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" fill=\"currentColor\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" fill=\"currentColor\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" fill=\"currentColor\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9426 18.1224L6.50019 11.68L17.2318 7.05166L12.9426 18.1224ZM12.1865 14.5379L9.99812 12.3495L13.6435 10.7773L12.1865 14.5379Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12103
|
-
},
|
12104
|
-
{
|
12105
|
-
"kind": "field",
|
12106
|
-
"name": "iconCss",
|
12107
|
-
"privacy": "private",
|
12108
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9426 18.1224L6.50019 11.68L17.2318 7.05166L12.9426 18.1224ZM12.1865 14.5379L9.99812 12.3495L13.6435 10.7773L12.1865 14.5379Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
12109
|
-
}
|
12110
|
-
],
|
12111
|
-
"attributes": [
|
12112
|
-
{
|
12113
|
-
"name": "use-css-color",
|
12114
|
-
"type": {
|
12115
|
-
"text": "boolean"
|
12116
|
-
},
|
12117
|
-
"default": "false",
|
12118
|
-
"fieldName": "useCssColor"
|
12119
|
-
}
|
12120
|
-
],
|
12121
|
-
"superclass": {
|
12122
|
-
"name": "LitElement",
|
12123
|
-
"package": "lit"
|
12124
|
-
},
|
12125
|
-
"tagName": "obi-07-target-ias-selected",
|
12126
|
-
"customElement": true
|
12127
|
-
}
|
12128
|
-
],
|
12129
|
-
"exports": [
|
12130
|
-
{
|
12131
|
-
"kind": "js",
|
12132
|
-
"name": "Obi07TargetIasSelected",
|
12133
|
-
"declaration": {
|
12134
|
-
"name": "Obi07TargetIasSelected",
|
12135
|
-
"module": "src/icons/icon-07-target-ias-selected.ts"
|
12136
|
-
}
|
12137
|
-
},
|
12138
|
-
{
|
12139
|
-
"kind": "custom-element-definition",
|
12140
|
-
"name": "obi-07-target-ias-selected",
|
12141
|
-
"declaration": {
|
12142
|
-
"name": "Obi07TargetIasSelected",
|
12143
|
-
"module": "src/icons/icon-07-target-ias-selected.ts"
|
12144
|
-
}
|
12145
|
-
}
|
12146
|
-
]
|
12147
|
-
},
|
12148
|
-
{
|
12149
|
-
"kind": "javascript-module",
|
12150
|
-
"path": "src/icons/icon-07-target-ias.ts",
|
12151
|
-
"declarations": [
|
12152
|
-
{
|
12153
|
-
"kind": "class",
|
12154
|
-
"description": "",
|
12155
|
-
"name": "Obi07TargetIas",
|
12156
|
-
"members": [
|
12157
|
-
{
|
12158
|
-
"kind": "field",
|
12159
|
-
"name": "useCssColor",
|
12160
|
-
"type": {
|
12161
|
-
"text": "boolean"
|
12162
|
-
},
|
12163
|
-
"default": "false",
|
12164
|
-
"attribute": "use-css-color"
|
12165
|
-
},
|
12166
|
-
{
|
12167
|
-
"kind": "field",
|
12168
|
-
"name": "icon",
|
12169
|
-
"privacy": "private",
|
12170
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20330_314304)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.49995 11.1421L13.3631 23.0053L21.2615 2.6194L1.49995 11.1421ZM6.74684 12.1464L12.229 17.6286L15.879 8.20787L6.74684 12.1464Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20330_314304\">\n<rect width=\"24\" height=\"24\" fill=\"currentColor\"/>\n</clipPath>\n</defs>\n</svg>\n`"
|
12171
|
-
},
|
12172
|
-
{
|
12173
|
-
"kind": "field",
|
12174
|
-
"name": "iconCss",
|
12175
|
-
"privacy": "private",
|
12176
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20330_314304)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.49995 11.1421L13.3631 23.0053L21.2615 2.6194L1.49995 11.1421ZM6.74684 12.1464L12.229 17.6286L15.879 8.20787L6.74684 12.1464Z\" style=\"fill: var(--element-active-color)\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20330_314304\">\n<rect width=\"24\" height=\"24\" fill=\"none\"/>\n</clipPath>\n</defs>\n</svg>\n`"
|
12177
|
-
}
|
12178
|
-
],
|
12179
|
-
"attributes": [
|
12180
|
-
{
|
12181
|
-
"name": "use-css-color",
|
12182
|
-
"type": {
|
12183
|
-
"text": "boolean"
|
12184
|
-
},
|
12185
|
-
"default": "false",
|
12186
|
-
"fieldName": "useCssColor"
|
12187
|
-
}
|
12188
|
-
],
|
12189
|
-
"superclass": {
|
12190
|
-
"name": "LitElement",
|
12191
|
-
"package": "lit"
|
12192
|
-
},
|
12193
|
-
"tagName": "obi-07-target-ias",
|
12194
|
-
"customElement": true
|
12195
|
-
}
|
12196
|
-
],
|
12197
|
-
"exports": [
|
12198
|
-
{
|
12199
|
-
"kind": "js",
|
12200
|
-
"name": "Obi07TargetIas",
|
12201
|
-
"declaration": {
|
12202
|
-
"name": "Obi07TargetIas",
|
12203
|
-
"module": "src/icons/icon-07-target-ias.ts"
|
12204
|
-
}
|
12205
|
-
},
|
12206
|
-
{
|
12207
|
-
"kind": "custom-element-definition",
|
12208
|
-
"name": "obi-07-target-ias",
|
12209
|
-
"declaration": {
|
12210
|
-
"name": "Obi07TargetIas",
|
12211
|
-
"module": "src/icons/icon-07-target-ias.ts"
|
12212
|
-
}
|
12213
|
-
}
|
12214
|
-
]
|
12215
|
-
},
|
12216
|
-
{
|
12217
|
-
"kind": "javascript-module",
|
12218
|
-
"path": "src/icons/icon-07-target-radar-selected.ts",
|
12219
|
-
"declarations": [
|
12220
|
-
{
|
12221
|
-
"kind": "class",
|
12222
|
-
"description": "",
|
12223
|
-
"name": "Obi07TargetRadarSelected",
|
12224
|
-
"members": [
|
12225
|
-
{
|
12226
|
-
"kind": "field",
|
12227
|
-
"name": "useCssColor",
|
12228
|
-
"type": {
|
12229
|
-
"text": "boolean"
|
12230
|
-
},
|
12231
|
-
"default": "false",
|
12232
|
-
"attribute": "use-css-color"
|
12233
|
-
},
|
12234
|
-
{
|
12235
|
-
"kind": "field",
|
12236
|
-
"name": "icon",
|
12237
|
-
"privacy": "private",
|
12238
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" fill=\"currentColor\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" fill=\"currentColor\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" fill=\"currentColor\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 15.5899 8.41015 18.5 12 18.5ZM12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 10.9375 16.1318 9.96099 15.516 9.19116L12.3536 12.3536C12.1583 12.5488 11.8417 12.5488 11.6464 12.3536C11.4512 12.1583 11.4512 11.8417 11.6464 11.6464L14.8088 8.48405C14.039 7.86824 13.0625 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12239
|
-
},
|
12240
|
-
{
|
12241
|
-
"kind": "field",
|
12242
|
-
"name": "iconCss",
|
12243
|
-
"privacy": "private",
|
12244
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 15.5899 8.41015 18.5 12 18.5ZM12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 10.9375 16.1318 9.96099 15.516 9.19116L12.3536 12.3536C12.1583 12.5488 11.8417 12.5488 11.6464 12.3536C11.4512 12.1583 11.4512 11.8417 11.6464 11.6464L14.8088 8.48405C14.039 7.86824 13.0625 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
12245
|
-
}
|
12246
|
-
],
|
12247
|
-
"attributes": [
|
12248
|
-
{
|
12249
|
-
"name": "use-css-color",
|
12250
|
-
"type": {
|
12251
|
-
"text": "boolean"
|
12252
|
-
},
|
12253
|
-
"default": "false",
|
12254
|
-
"fieldName": "useCssColor"
|
12255
|
-
}
|
12256
|
-
],
|
12257
|
-
"superclass": {
|
12258
|
-
"name": "LitElement",
|
12259
|
-
"package": "lit"
|
12260
|
-
},
|
12261
|
-
"tagName": "obi-07-target-radar-selected",
|
12262
|
-
"customElement": true
|
12263
|
-
}
|
12264
|
-
],
|
12265
|
-
"exports": [
|
12266
|
-
{
|
12267
|
-
"kind": "js",
|
12268
|
-
"name": "Obi07TargetRadarSelected",
|
12269
|
-
"declaration": {
|
12270
|
-
"name": "Obi07TargetRadarSelected",
|
12271
|
-
"module": "src/icons/icon-07-target-radar-selected.ts"
|
12272
|
-
}
|
12273
|
-
},
|
12274
|
-
{
|
12275
|
-
"kind": "custom-element-definition",
|
12276
|
-
"name": "obi-07-target-radar-selected",
|
12277
|
-
"declaration": {
|
12278
|
-
"name": "Obi07TargetRadarSelected",
|
12279
|
-
"module": "src/icons/icon-07-target-radar-selected.ts"
|
12280
|
-
}
|
12281
|
-
}
|
12282
|
-
]
|
12283
|
-
},
|
12284
|
-
{
|
12285
|
-
"kind": "javascript-module",
|
12286
|
-
"path": "src/icons/icon-07-target-radar.ts",
|
12287
|
-
"declarations": [
|
12288
|
-
{
|
12289
|
-
"kind": "class",
|
12290
|
-
"description": "",
|
12291
|
-
"name": "Obi07TargetRadar",
|
12292
|
-
"members": [
|
12293
|
-
{
|
12294
|
-
"kind": "field",
|
12295
|
-
"name": "useCssColor",
|
12296
|
-
"type": {
|
12297
|
-
"text": "boolean"
|
12298
|
-
},
|
12299
|
-
"default": "false",
|
12300
|
-
"attribute": "use-css-color"
|
12301
|
-
},
|
12302
|
-
{
|
12303
|
-
"kind": "field",
|
12304
|
-
"name": "icon",
|
12305
|
-
"privacy": "private",
|
12306
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C13.8728 5 15.5738 5.73546 16.83 6.93332L11.3822 11.2137C10.9479 11.5549 10.8725 12.1836 11.2137 12.6179C11.5549 13.0521 12.1836 13.1276 12.6179 12.7864L18.0666 8.50525C18.6603 9.53367 19 10.7272 19 12Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
12307
|
-
},
|
12308
|
-
{
|
12309
|
-
"kind": "field",
|
12310
|
-
"name": "iconCss",
|
12311
|
-
"privacy": "private",
|
12312
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C13.8728 5 15.5738 5.73546 16.83 6.93332L11.3822 11.2137C10.9479 11.5549 10.8725 12.1836 11.2137 12.6179C11.5549 13.0521 12.1836 13.1276 12.6179 12.7864L18.0666 8.50525C18.6603 9.53367 19 10.7272 19 12Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
12313
|
-
}
|
12314
|
-
],
|
12315
|
-
"attributes": [
|
12316
|
-
{
|
12317
|
-
"name": "use-css-color",
|
12318
|
-
"type": {
|
12319
|
-
"text": "boolean"
|
12320
|
-
},
|
12321
|
-
"default": "false",
|
12322
|
-
"fieldName": "useCssColor"
|
12323
|
-
}
|
12324
|
-
],
|
12325
|
-
"superclass": {
|
12326
|
-
"name": "LitElement",
|
12327
|
-
"package": "lit"
|
12328
|
-
},
|
12329
|
-
"tagName": "obi-07-target-radar",
|
12330
|
-
"customElement": true
|
12331
|
-
}
|
12332
|
-
],
|
12333
|
-
"exports": [
|
12334
|
-
{
|
12335
|
-
"kind": "js",
|
12336
|
-
"name": "Obi07TargetRadar",
|
12337
|
-
"declaration": {
|
12338
|
-
"name": "Obi07TargetRadar",
|
12339
|
-
"module": "src/icons/icon-07-target-radar.ts"
|
12340
|
-
}
|
12341
|
-
},
|
12342
|
-
{
|
12343
|
-
"kind": "custom-element-definition",
|
12344
|
-
"name": "obi-07-target-radar",
|
12345
|
-
"declaration": {
|
12346
|
-
"name": "Obi07TargetRadar",
|
12347
|
-
"module": "src/icons/icon-07-target-radar.ts"
|
12348
|
-
}
|
12349
|
-
}
|
12350
|
-
]
|
12351
|
-
},
|
12352
12822
|
{
|
12353
12823
|
"kind": "javascript-module",
|
12354
12824
|
"path": "src/icons/icon-07-target-select.ts",
|
@@ -13737,7 +14207,7 @@
|
|
13737
14207
|
"kind": "field",
|
13738
14208
|
"name": "iconCss",
|
13739
14209
|
"privacy": "private",
|
13740
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18893_326435)\">\n<path d=\"M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z\" style=\"fill: var(--automation-device-primary-color)\"
|
14210
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18893_326435)\">\n<path d=\"M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z\" style=\"fill: var(--automation-device-primary-color)\" style=\"stroke: var(--automation-device-tertiary-color)\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18893_326435\">\n<rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/>\n</clipPath>\n</defs>\n</svg>\n`"
|
13741
14211
|
}
|
13742
14212
|
],
|
13743
14213
|
"attributes": [
|
@@ -13805,7 +14275,7 @@
|
|
13805
14275
|
"kind": "field",
|
13806
14276
|
"name": "iconCss",
|
13807
14277
|
"privacy": "private",
|
13808
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
14278
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
|
13809
14279
|
}
|
13810
14280
|
],
|
13811
14281
|
"attributes": [
|
@@ -15845,7 +16315,7 @@
|
|
15845
16315
|
"kind": "field",
|
15846
16316
|
"name": "iconCss",
|
15847
16317
|
"privacy": "private",
|
15848
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z\" style=\"fill: var(--automation-device-primary-color)\"
|
16318
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z\" style=\"fill: var(--automation-device-primary-color)\" style=\"stroke: var(--automation-device-tertiary-color)\"/>\n</svg>\n`"
|
15849
16319
|
}
|
15850
16320
|
],
|
15851
16321
|
"attributes": [
|
@@ -15913,7 +16383,7 @@
|
|
15913
16383
|
"kind": "field",
|
15914
16384
|
"name": "iconCss",
|
15915
16385
|
"privacy": "private",
|
15916
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
16386
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
|
15917
16387
|
}
|
15918
16388
|
],
|
15919
16389
|
"attributes": [
|
@@ -17001,7 +17471,7 @@
|
|
17001
17471
|
"kind": "field",
|
17002
17472
|
"name": "iconCss",
|
17003
17473
|
"privacy": "private",
|
17004
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
17474
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
|
17005
17475
|
}
|
17006
17476
|
],
|
17007
17477
|
"attributes": [
|
@@ -19721,7 +20191,7 @@
|
|
19721
20191
|
"kind": "field",
|
19722
20192
|
"name": "iconCss",
|
19723
20193
|
"privacy": "private",
|
19724
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
20194
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
|
19725
20195
|
}
|
19726
20196
|
],
|
19727
20197
|
"attributes": [
|
@@ -19789,7 +20259,7 @@
|
|
19789
20259
|
"kind": "field",
|
19790
20260
|
"name": "iconCss",
|
19791
20261
|
"privacy": "private",
|
19792
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
20262
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
|
19793
20263
|
}
|
19794
20264
|
],
|
19795
20265
|
"attributes": [
|
@@ -22101,7 +22571,7 @@
|
|
22101
22571
|
"kind": "field",
|
22102
22572
|
"name": "iconCss",
|
22103
22573
|
"privacy": "private",
|
22104
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\"
|
22574
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"stroke: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"stroke: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"stroke: var(--element-active-color)\"/>\n</svg>\n`"
|
22105
22575
|
}
|
22106
22576
|
],
|
22107
22577
|
"attributes": [
|
@@ -26861,7 +27331,7 @@
|
|
26861
27331
|
"kind": "field",
|
26862
27332
|
"name": "iconCss",
|
26863
27333
|
"privacy": "private",
|
26864
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z\" style=\"fill: var(--indent-enabled-border-color)\" />\n<path d=\"M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z\"
|
27334
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z\" style=\"fill: var(--indent-enabled-border-color)\" />\n<path d=\"M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z\" style=\"stroke: var(--indent-enabled-border-color)\" />\n</svg>\n`"
|
26865
27335
|
}
|
26866
27336
|
],
|
26867
27337
|
"attributes": [
|
@@ -26901,6 +27371,74 @@
|
|
26901
27371
|
}
|
26902
27372
|
]
|
26903
27373
|
},
|
27374
|
+
{
|
27375
|
+
"kind": "javascript-module",
|
27376
|
+
"path": "src/icons/icon-14-alertheader-aggregated-large.ts",
|
27377
|
+
"declarations": [
|
27378
|
+
{
|
27379
|
+
"kind": "class",
|
27380
|
+
"description": "",
|
27381
|
+
"name": "Obi14AlertheaderAggregatedLarge",
|
27382
|
+
"members": [
|
27383
|
+
{
|
27384
|
+
"kind": "field",
|
27385
|
+
"name": "useCssColor",
|
27386
|
+
"type": {
|
27387
|
+
"text": "boolean"
|
27388
|
+
},
|
27389
|
+
"default": "false",
|
27390
|
+
"attribute": "use-css-color"
|
27391
|
+
},
|
27392
|
+
{
|
27393
|
+
"kind": "field",
|
27394
|
+
"name": "icon",
|
27395
|
+
"privacy": "private",
|
27396
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 6H11V11H6V13H11V18H13V13H18V11H13V6Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
27397
|
+
},
|
27398
|
+
{
|
27399
|
+
"kind": "field",
|
27400
|
+
"name": "iconCss",
|
27401
|
+
"privacy": "private",
|
27402
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 6H11V11H6V13H11V18H13V13H18V11H13V6Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
27403
|
+
}
|
27404
|
+
],
|
27405
|
+
"attributes": [
|
27406
|
+
{
|
27407
|
+
"name": "use-css-color",
|
27408
|
+
"type": {
|
27409
|
+
"text": "boolean"
|
27410
|
+
},
|
27411
|
+
"default": "false",
|
27412
|
+
"fieldName": "useCssColor"
|
27413
|
+
}
|
27414
|
+
],
|
27415
|
+
"superclass": {
|
27416
|
+
"name": "LitElement",
|
27417
|
+
"package": "lit"
|
27418
|
+
},
|
27419
|
+
"tagName": "obi-14-alertheader-aggregated-large",
|
27420
|
+
"customElement": true
|
27421
|
+
}
|
27422
|
+
],
|
27423
|
+
"exports": [
|
27424
|
+
{
|
27425
|
+
"kind": "js",
|
27426
|
+
"name": "Obi14AlertheaderAggregatedLarge",
|
27427
|
+
"declaration": {
|
27428
|
+
"name": "Obi14AlertheaderAggregatedLarge",
|
27429
|
+
"module": "src/icons/icon-14-alertheader-aggregated-large.ts"
|
27430
|
+
}
|
27431
|
+
},
|
27432
|
+
{
|
27433
|
+
"kind": "custom-element-definition",
|
27434
|
+
"name": "obi-14-alertheader-aggregated-large",
|
27435
|
+
"declaration": {
|
27436
|
+
"name": "Obi14AlertheaderAggregatedLarge",
|
27437
|
+
"module": "src/icons/icon-14-alertheader-aggregated-large.ts"
|
27438
|
+
}
|
27439
|
+
}
|
27440
|
+
]
|
27441
|
+
},
|
26904
27442
|
{
|
26905
27443
|
"kind": "javascript-module",
|
26906
27444
|
"path": "src/icons/icon-14-alertheader-aggregated.ts",
|
@@ -26969,6 +27507,74 @@
|
|
26969
27507
|
}
|
26970
27508
|
]
|
26971
27509
|
},
|
27510
|
+
{
|
27511
|
+
"kind": "javascript-module",
|
27512
|
+
"path": "src/icons/icon-14-alertheader-group-large.ts",
|
27513
|
+
"declarations": [
|
27514
|
+
{
|
27515
|
+
"kind": "class",
|
27516
|
+
"description": "",
|
27517
|
+
"name": "Obi14AlertheaderGroupLarge",
|
27518
|
+
"members": [
|
27519
|
+
{
|
27520
|
+
"kind": "field",
|
27521
|
+
"name": "useCssColor",
|
27522
|
+
"type": {
|
27523
|
+
"text": "boolean"
|
27524
|
+
},
|
27525
|
+
"default": "false",
|
27526
|
+
"attribute": "use-css-color"
|
27527
|
+
},
|
27528
|
+
{
|
27529
|
+
"kind": "field",
|
27530
|
+
"name": "icon",
|
27531
|
+
"privacy": "private",
|
27532
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 3H9V7H13V9H9V13H7V9H3V7H7V3Z\" fill=\"currentColor\"/>\n<path d=\"M15 11H17V15H21V17H17V21H15V17H11V15H15V11Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
27533
|
+
},
|
27534
|
+
{
|
27535
|
+
"kind": "field",
|
27536
|
+
"name": "iconCss",
|
27537
|
+
"privacy": "private",
|
27538
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 3H9V7H13V9H9V13H7V9H3V7H7V3Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15 11H17V15H21V17H17V21H15V17H11V15H15V11Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
27539
|
+
}
|
27540
|
+
],
|
27541
|
+
"attributes": [
|
27542
|
+
{
|
27543
|
+
"name": "use-css-color",
|
27544
|
+
"type": {
|
27545
|
+
"text": "boolean"
|
27546
|
+
},
|
27547
|
+
"default": "false",
|
27548
|
+
"fieldName": "useCssColor"
|
27549
|
+
}
|
27550
|
+
],
|
27551
|
+
"superclass": {
|
27552
|
+
"name": "LitElement",
|
27553
|
+
"package": "lit"
|
27554
|
+
},
|
27555
|
+
"tagName": "obi-14-alertheader-group-large",
|
27556
|
+
"customElement": true
|
27557
|
+
}
|
27558
|
+
],
|
27559
|
+
"exports": [
|
27560
|
+
{
|
27561
|
+
"kind": "js",
|
27562
|
+
"name": "Obi14AlertheaderGroupLarge",
|
27563
|
+
"declaration": {
|
27564
|
+
"name": "Obi14AlertheaderGroupLarge",
|
27565
|
+
"module": "src/icons/icon-14-alertheader-group-large.ts"
|
27566
|
+
}
|
27567
|
+
},
|
27568
|
+
{
|
27569
|
+
"kind": "custom-element-definition",
|
27570
|
+
"name": "obi-14-alertheader-group-large",
|
27571
|
+
"declaration": {
|
27572
|
+
"name": "Obi14AlertheaderGroupLarge",
|
27573
|
+
"module": "src/icons/icon-14-alertheader-group-large.ts"
|
27574
|
+
}
|
27575
|
+
}
|
27576
|
+
]
|
27577
|
+
},
|
26972
27578
|
{
|
26973
27579
|
"kind": "javascript-module",
|
26974
27580
|
"path": "src/icons/icon-14-alertheader-group.ts",
|
@@ -27535,13 +28141,13 @@
|
|
27535
28141
|
"kind": "field",
|
27536
28142
|
"name": "icon",
|
27537
28143
|
"privacy": "private",
|
27538
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10
|
28144
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14H14V4H10V14Z\" fill=\"currentColor\"/>\n<path d=\"M10 21H14V17H10V21Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
27539
28145
|
},
|
27540
28146
|
{
|
27541
28147
|
"kind": "field",
|
27542
28148
|
"name": "iconCss",
|
27543
28149
|
"privacy": "private",
|
27544
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10
|
28150
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14H14V4H10V14Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M10 21H14V17H10V21Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
27545
28151
|
}
|
27546
28152
|
],
|
27547
28153
|
"attributes": [
|
@@ -27949,7 +28555,7 @@
|
|
27949
28555
|
"kind": "field",
|
27950
28556
|
"name": "iconCss",
|
27951
28557
|
"privacy": "private",
|
27952
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" style=\"fill: var(--indent-enabled-border-color)\" />\n<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"
|
28558
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" style=\"fill: var(--indent-enabled-border-color)\" />\n<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" style=\"stroke: var(--indent-enabled-border-color)\" />\n</svg>\n`"
|
27953
28559
|
}
|
27954
28560
|
],
|
27955
28561
|
"attributes": [
|
@@ -32981,7 +33587,7 @@
|
|
32981
33587
|
"kind": "field",
|
32982
33588
|
"name": "iconCss",
|
32983
33589
|
"privacy": "private",
|
32984
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"6.5\" y=\"6.5\" width=\"11\" height=\"11\" rx=\"5.5\" fill=\"none\"/>\n<rect x=\"6.5\" y=\"6.5\" width=\"11\" height=\"11\" rx=\"5.5\" stroke=\"
|
33590
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"6.5\" y=\"6.5\" width=\"11\" height=\"11\" rx=\"5.5\" fill=\"none\"/>\n<rect x=\"6.5\" y=\"6.5\" width=\"11\" height=\"11\" rx=\"5.5\" stroke=\"currentColor\"/>\n<path d=\"M14.5 12C14.5 12.3283 14.4353 12.6534 14.3097 12.9567C14.1841 13.26 13.9999 13.5356 13.7678 13.7678C13.5356 13.9999 13.26 14.1841 12.9567 14.3097C12.6534 14.4353 12.3283 14.5 12 14.5C11.6717 14.5 11.3466 14.4353 11.0433 14.3097C10.74 14.1841 10.4644 13.9999 10.2322 13.7678C10.0001 13.5356 9.81594 13.26 9.6903 12.9567C9.56466 12.6534 9.5 12.3283 9.5 12\" stroke=\"currentColor\"/>\n<path d=\"M12 14L12 8\" stroke=\"currentColor\"/>\n<path d=\"M10 10L14 10\" stroke=\"currentColor\"/>\n</svg>\n`"
|
32985
33591
|
}
|
32986
33592
|
],
|
32987
33593
|
"attributes": [
|
@@ -33253,7 +33859,7 @@
|
|
33253
33859
|
"kind": "field",
|
33254
33860
|
"name": "iconCss",
|
33255
33861
|
"privacy": "private",
|
33256
|
-
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 8.68629L8.68629 4H15.3137L20 8.68629V15.3137L15.3137 20H8.68629L4 15.3137V8.68629Z\"
|
33862
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 8.68629L8.68629 4H15.3137L20 8.68629V15.3137L15.3137 20H8.68629L4 15.3137V8.68629Z\" style=\"stroke: var(--element-active-color)\" stroke-width=\"2\"/>\n</svg>\n`"
|
33257
33863
|
}
|
33258
33864
|
],
|
33259
33865
|
"attributes": [
|
@@ -36761,6 +37367,414 @@
|
|
36761
37367
|
}
|
36762
37368
|
]
|
36763
37369
|
},
|
37370
|
+
{
|
37371
|
+
"kind": "javascript-module",
|
37372
|
+
"path": "src/icons/icon-iec-02-ais-target-activated-selected.ts",
|
37373
|
+
"declarations": [
|
37374
|
+
{
|
37375
|
+
"kind": "class",
|
37376
|
+
"description": "",
|
37377
|
+
"name": "ObiIEC02AisTargetActivatedSelected",
|
37378
|
+
"members": [
|
37379
|
+
{
|
37380
|
+
"kind": "field",
|
37381
|
+
"name": "useCssColor",
|
37382
|
+
"type": {
|
37383
|
+
"text": "boolean"
|
37384
|
+
},
|
37385
|
+
"default": "false",
|
37386
|
+
"attribute": "use-css-color"
|
37387
|
+
},
|
37388
|
+
{
|
37389
|
+
"kind": "field",
|
37390
|
+
"name": "icon",
|
37391
|
+
"privacy": "private",
|
37392
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.40948 20L12 4.02709L17.5905 20H6.40948Z\" stroke=\"black\" stroke-width=\"2\"/>\n</svg>\n`"
|
37393
|
+
},
|
37394
|
+
{
|
37395
|
+
"kind": "field",
|
37396
|
+
"name": "iconCss",
|
37397
|
+
"privacy": "private",
|
37398
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.40948 20L12 4.02709L17.5905 20H6.40948Z\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>\n`"
|
37399
|
+
}
|
37400
|
+
],
|
37401
|
+
"attributes": [
|
37402
|
+
{
|
37403
|
+
"name": "use-css-color",
|
37404
|
+
"type": {
|
37405
|
+
"text": "boolean"
|
37406
|
+
},
|
37407
|
+
"default": "false",
|
37408
|
+
"fieldName": "useCssColor"
|
37409
|
+
}
|
37410
|
+
],
|
37411
|
+
"superclass": {
|
37412
|
+
"name": "LitElement",
|
37413
|
+
"package": "lit"
|
37414
|
+
},
|
37415
|
+
"tagName": "obi-iec-02-ais-target-activated-selected",
|
37416
|
+
"customElement": true
|
37417
|
+
}
|
37418
|
+
],
|
37419
|
+
"exports": [
|
37420
|
+
{
|
37421
|
+
"kind": "js",
|
37422
|
+
"name": "ObiIEC02AisTargetActivatedSelected",
|
37423
|
+
"declaration": {
|
37424
|
+
"name": "ObiIEC02AisTargetActivatedSelected",
|
37425
|
+
"module": "src/icons/icon-iec-02-ais-target-activated-selected.ts"
|
37426
|
+
}
|
37427
|
+
},
|
37428
|
+
{
|
37429
|
+
"kind": "custom-element-definition",
|
37430
|
+
"name": "obi-iec-02-ais-target-activated-selected",
|
37431
|
+
"declaration": {
|
37432
|
+
"name": "ObiIEC02AisTargetActivatedSelected",
|
37433
|
+
"module": "src/icons/icon-iec-02-ais-target-activated-selected.ts"
|
37434
|
+
}
|
37435
|
+
}
|
37436
|
+
]
|
37437
|
+
},
|
37438
|
+
{
|
37439
|
+
"kind": "javascript-module",
|
37440
|
+
"path": "src/icons/icon-iec-02-ais-target-activated.ts",
|
37441
|
+
"declarations": [
|
37442
|
+
{
|
37443
|
+
"kind": "class",
|
37444
|
+
"description": "",
|
37445
|
+
"name": "ObiIEC02AisTargetActivated",
|
37446
|
+
"members": [
|
37447
|
+
{
|
37448
|
+
"kind": "field",
|
37449
|
+
"name": "useCssColor",
|
37450
|
+
"type": {
|
37451
|
+
"text": "boolean"
|
37452
|
+
},
|
37453
|
+
"default": "false",
|
37454
|
+
"attribute": "use-css-color"
|
37455
|
+
},
|
37456
|
+
{
|
37457
|
+
"kind": "field",
|
37458
|
+
"name": "icon",
|
37459
|
+
"privacy": "private",
|
37460
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L5 21H19L12 1ZM12 7.05418L7.81896 19H16.181L12 7.05418Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
37461
|
+
},
|
37462
|
+
{
|
37463
|
+
"kind": "field",
|
37464
|
+
"name": "iconCss",
|
37465
|
+
"privacy": "private",
|
37466
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L5 21H19L12 1ZM12 7.05418L7.81896 19H16.181L12 7.05418Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
37467
|
+
}
|
37468
|
+
],
|
37469
|
+
"attributes": [
|
37470
|
+
{
|
37471
|
+
"name": "use-css-color",
|
37472
|
+
"type": {
|
37473
|
+
"text": "boolean"
|
37474
|
+
},
|
37475
|
+
"default": "false",
|
37476
|
+
"fieldName": "useCssColor"
|
37477
|
+
}
|
37478
|
+
],
|
37479
|
+
"superclass": {
|
37480
|
+
"name": "LitElement",
|
37481
|
+
"package": "lit"
|
37482
|
+
},
|
37483
|
+
"tagName": "obi-iec-02-ais-target-activated",
|
37484
|
+
"customElement": true
|
37485
|
+
}
|
37486
|
+
],
|
37487
|
+
"exports": [
|
37488
|
+
{
|
37489
|
+
"kind": "js",
|
37490
|
+
"name": "ObiIEC02AisTargetActivated",
|
37491
|
+
"declaration": {
|
37492
|
+
"name": "ObiIEC02AisTargetActivated",
|
37493
|
+
"module": "src/icons/icon-iec-02-ais-target-activated.ts"
|
37494
|
+
}
|
37495
|
+
},
|
37496
|
+
{
|
37497
|
+
"kind": "custom-element-definition",
|
37498
|
+
"name": "obi-iec-02-ais-target-activated",
|
37499
|
+
"declaration": {
|
37500
|
+
"name": "ObiIEC02AisTargetActivated",
|
37501
|
+
"module": "src/icons/icon-iec-02-ais-target-activated.ts"
|
37502
|
+
}
|
37503
|
+
}
|
37504
|
+
]
|
37505
|
+
},
|
37506
|
+
{
|
37507
|
+
"kind": "javascript-module",
|
37508
|
+
"path": "src/icons/icon-iec-02-associated-target-ais.ts",
|
37509
|
+
"declarations": [
|
37510
|
+
{
|
37511
|
+
"kind": "class",
|
37512
|
+
"description": "",
|
37513
|
+
"name": "ObiIEC02AssociatedTargetAis",
|
37514
|
+
"members": [
|
37515
|
+
{
|
37516
|
+
"kind": "field",
|
37517
|
+
"name": "useCssColor",
|
37518
|
+
"type": {
|
37519
|
+
"text": "boolean"
|
37520
|
+
},
|
37521
|
+
"default": "false",
|
37522
|
+
"attribute": "use-css-color"
|
37523
|
+
},
|
37524
|
+
{
|
37525
|
+
"kind": "field",
|
37526
|
+
"name": "icon",
|
37527
|
+
"privacy": "private",
|
37528
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM18.3262 21C16.5368 22.2601 14.3548 23 12 23C9.64518 23 7.46319 22.2601 5.67384 21H18.3262ZM18.8598 20.5995L12 1C18.0751 1 23 5.92487 23 12C23 15.4808 21.3833 18.5839 18.8598 20.5995ZM5.14017 20.5995C2.6167 18.5839 1 15.4808 1 12C1 5.92487 5.92487 1 12 1L5.14017 20.5995ZM7.81896 19L12 7.05418L16.181 19H7.81896Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
37529
|
+
},
|
37530
|
+
{
|
37531
|
+
"kind": "field",
|
37532
|
+
"name": "iconCss",
|
37533
|
+
"privacy": "private",
|
37534
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM18.3262 21C16.5368 22.2601 14.3548 23 12 23C9.64518 23 7.46319 22.2601 5.67384 21H18.3262ZM18.8598 20.5995L12 1C18.0751 1 23 5.92487 23 12C23 15.4808 21.3833 18.5839 18.8598 20.5995ZM5.14017 20.5995C2.6167 18.5839 1 15.4808 1 12C1 5.92487 5.92487 1 12 1L5.14017 20.5995ZM7.81896 19L12 7.05418L16.181 19H7.81896Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
37535
|
+
}
|
37536
|
+
],
|
37537
|
+
"attributes": [
|
37538
|
+
{
|
37539
|
+
"name": "use-css-color",
|
37540
|
+
"type": {
|
37541
|
+
"text": "boolean"
|
37542
|
+
},
|
37543
|
+
"default": "false",
|
37544
|
+
"fieldName": "useCssColor"
|
37545
|
+
}
|
37546
|
+
],
|
37547
|
+
"superclass": {
|
37548
|
+
"name": "LitElement",
|
37549
|
+
"package": "lit"
|
37550
|
+
},
|
37551
|
+
"tagName": "obi-iec-02-associated-target-ais",
|
37552
|
+
"customElement": true
|
37553
|
+
}
|
37554
|
+
],
|
37555
|
+
"exports": [
|
37556
|
+
{
|
37557
|
+
"kind": "js",
|
37558
|
+
"name": "ObiIEC02AssociatedTargetAis",
|
37559
|
+
"declaration": {
|
37560
|
+
"name": "ObiIEC02AssociatedTargetAis",
|
37561
|
+
"module": "src/icons/icon-iec-02-associated-target-ais.ts"
|
37562
|
+
}
|
37563
|
+
},
|
37564
|
+
{
|
37565
|
+
"kind": "custom-element-definition",
|
37566
|
+
"name": "obi-iec-02-associated-target-ais",
|
37567
|
+
"declaration": {
|
37568
|
+
"name": "ObiIEC02AssociatedTargetAis",
|
37569
|
+
"module": "src/icons/icon-iec-02-associated-target-ais.ts"
|
37570
|
+
}
|
37571
|
+
}
|
37572
|
+
]
|
37573
|
+
},
|
37574
|
+
{
|
37575
|
+
"kind": "javascript-module",
|
37576
|
+
"path": "src/icons/icon-iec-02-associated-target-radar.ts",
|
37577
|
+
"declarations": [
|
37578
|
+
{
|
37579
|
+
"kind": "class",
|
37580
|
+
"description": "",
|
37581
|
+
"name": "ObiIEC02AssociatedTargetRadar",
|
37582
|
+
"members": [
|
37583
|
+
{
|
37584
|
+
"kind": "field",
|
37585
|
+
"name": "useCssColor",
|
37586
|
+
"type": {
|
37587
|
+
"text": "boolean"
|
37588
|
+
},
|
37589
|
+
"default": "false",
|
37590
|
+
"attribute": "use-css-color"
|
37591
|
+
},
|
37592
|
+
{
|
37593
|
+
"kind": "field",
|
37594
|
+
"name": "icon",
|
37595
|
+
"privacy": "private",
|
37596
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM13.5138 15.7036C13.0468 15.8947 12.5357 16 12 16C11.4643 16 10.9532 15.8947 10.4862 15.7036L12 11.1623L13.5138 15.7036ZM14.4001 15.2002L12 8C14.2091 8 16 9.79086 16 12C16 13.3086 15.3716 14.4705 14.4001 15.2002ZM9.59992 15.2002C8.62841 14.4705 8 13.3086 8 12C8 9.79086 9.79086 8 12 8L9.59992 15.2002Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
37597
|
+
},
|
37598
|
+
{
|
37599
|
+
"kind": "field",
|
37600
|
+
"name": "iconCss",
|
37601
|
+
"privacy": "private",
|
37602
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM13.5138 15.7036C13.0468 15.8947 12.5357 16 12 16C11.4643 16 10.9532 15.8947 10.4862 15.7036L12 11.1623L13.5138 15.7036ZM14.4001 15.2002L12 8C14.2091 8 16 9.79086 16 12C16 13.3086 15.3716 14.4705 14.4001 15.2002ZM9.59992 15.2002C8.62841 14.4705 8 13.3086 8 12C8 9.79086 9.79086 8 12 8L9.59992 15.2002Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
37603
|
+
}
|
37604
|
+
],
|
37605
|
+
"attributes": [
|
37606
|
+
{
|
37607
|
+
"name": "use-css-color",
|
37608
|
+
"type": {
|
37609
|
+
"text": "boolean"
|
37610
|
+
},
|
37611
|
+
"default": "false",
|
37612
|
+
"fieldName": "useCssColor"
|
37613
|
+
}
|
37614
|
+
],
|
37615
|
+
"superclass": {
|
37616
|
+
"name": "LitElement",
|
37617
|
+
"package": "lit"
|
37618
|
+
},
|
37619
|
+
"tagName": "obi-iec-02-associated-target-radar",
|
37620
|
+
"customElement": true
|
37621
|
+
}
|
37622
|
+
],
|
37623
|
+
"exports": [
|
37624
|
+
{
|
37625
|
+
"kind": "js",
|
37626
|
+
"name": "ObiIEC02AssociatedTargetRadar",
|
37627
|
+
"declaration": {
|
37628
|
+
"name": "ObiIEC02AssociatedTargetRadar",
|
37629
|
+
"module": "src/icons/icon-iec-02-associated-target-radar.ts"
|
37630
|
+
}
|
37631
|
+
},
|
37632
|
+
{
|
37633
|
+
"kind": "custom-element-definition",
|
37634
|
+
"name": "obi-iec-02-associated-target-radar",
|
37635
|
+
"declaration": {
|
37636
|
+
"name": "ObiIEC02AssociatedTargetRadar",
|
37637
|
+
"module": "src/icons/icon-iec-02-associated-target-radar.ts"
|
37638
|
+
}
|
37639
|
+
}
|
37640
|
+
]
|
37641
|
+
},
|
37642
|
+
{
|
37643
|
+
"kind": "javascript-module",
|
37644
|
+
"path": "src/icons/icon-iec-02-radar-target-tracked-selected.ts",
|
37645
|
+
"declarations": [
|
37646
|
+
{
|
37647
|
+
"kind": "class",
|
37648
|
+
"description": "",
|
37649
|
+
"name": "ObiIEC02RadarTargetTrackedSelected",
|
37650
|
+
"members": [
|
37651
|
+
{
|
37652
|
+
"kind": "field",
|
37653
|
+
"name": "useCssColor",
|
37654
|
+
"type": {
|
37655
|
+
"text": "boolean"
|
37656
|
+
},
|
37657
|
+
"default": "false",
|
37658
|
+
"attribute": "use-css-color"
|
37659
|
+
},
|
37660
|
+
{
|
37661
|
+
"kind": "field",
|
37662
|
+
"name": "icon",
|
37663
|
+
"privacy": "private",
|
37664
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/>\n<path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/>\n<path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/>\n<path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/>\n<path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
37665
|
+
},
|
37666
|
+
{
|
37667
|
+
"kind": "field",
|
37668
|
+
"name": "iconCss",
|
37669
|
+
"privacy": "private",
|
37670
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
37671
|
+
}
|
37672
|
+
],
|
37673
|
+
"attributes": [
|
37674
|
+
{
|
37675
|
+
"name": "use-css-color",
|
37676
|
+
"type": {
|
37677
|
+
"text": "boolean"
|
37678
|
+
},
|
37679
|
+
"default": "false",
|
37680
|
+
"fieldName": "useCssColor"
|
37681
|
+
}
|
37682
|
+
],
|
37683
|
+
"superclass": {
|
37684
|
+
"name": "LitElement",
|
37685
|
+
"package": "lit"
|
37686
|
+
},
|
37687
|
+
"tagName": "obi-iec-02-radar-target-tracked-selected",
|
37688
|
+
"customElement": true
|
37689
|
+
}
|
37690
|
+
],
|
37691
|
+
"exports": [
|
37692
|
+
{
|
37693
|
+
"kind": "js",
|
37694
|
+
"name": "ObiIEC02RadarTargetTrackedSelected",
|
37695
|
+
"declaration": {
|
37696
|
+
"name": "ObiIEC02RadarTargetTrackedSelected",
|
37697
|
+
"module": "src/icons/icon-iec-02-radar-target-tracked-selected.ts"
|
37698
|
+
}
|
37699
|
+
},
|
37700
|
+
{
|
37701
|
+
"kind": "custom-element-definition",
|
37702
|
+
"name": "obi-iec-02-radar-target-tracked-selected",
|
37703
|
+
"declaration": {
|
37704
|
+
"name": "ObiIEC02RadarTargetTrackedSelected",
|
37705
|
+
"module": "src/icons/icon-iec-02-radar-target-tracked-selected.ts"
|
37706
|
+
}
|
37707
|
+
}
|
37708
|
+
]
|
37709
|
+
},
|
37710
|
+
{
|
37711
|
+
"kind": "javascript-module",
|
37712
|
+
"path": "src/icons/icon-iec-02-radar-target-tracked.ts",
|
37713
|
+
"declarations": [
|
37714
|
+
{
|
37715
|
+
"kind": "class",
|
37716
|
+
"description": "",
|
37717
|
+
"name": "ObiIEC02RadarTargetTracked",
|
37718
|
+
"members": [
|
37719
|
+
{
|
37720
|
+
"kind": "field",
|
37721
|
+
"name": "useCssColor",
|
37722
|
+
"type": {
|
37723
|
+
"text": "boolean"
|
37724
|
+
},
|
37725
|
+
"default": "false",
|
37726
|
+
"attribute": "use-css-color"
|
37727
|
+
},
|
37728
|
+
{
|
37729
|
+
"kind": "field",
|
37730
|
+
"name": "icon",
|
37731
|
+
"privacy": "private",
|
37732
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/>\n</svg>\n`"
|
37733
|
+
},
|
37734
|
+
{
|
37735
|
+
"kind": "field",
|
37736
|
+
"name": "iconCss",
|
37737
|
+
"privacy": "private",
|
37738
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
|
37739
|
+
}
|
37740
|
+
],
|
37741
|
+
"attributes": [
|
37742
|
+
{
|
37743
|
+
"name": "use-css-color",
|
37744
|
+
"type": {
|
37745
|
+
"text": "boolean"
|
37746
|
+
},
|
37747
|
+
"default": "false",
|
37748
|
+
"fieldName": "useCssColor"
|
37749
|
+
}
|
37750
|
+
],
|
37751
|
+
"superclass": {
|
37752
|
+
"name": "LitElement",
|
37753
|
+
"package": "lit"
|
37754
|
+
},
|
37755
|
+
"tagName": "obi-iec-02-radar-target-tracked",
|
37756
|
+
"customElement": true
|
37757
|
+
}
|
37758
|
+
],
|
37759
|
+
"exports": [
|
37760
|
+
{
|
37761
|
+
"kind": "js",
|
37762
|
+
"name": "ObiIEC02RadarTargetTracked",
|
37763
|
+
"declaration": {
|
37764
|
+
"name": "ObiIEC02RadarTargetTracked",
|
37765
|
+
"module": "src/icons/icon-iec-02-radar-target-tracked.ts"
|
37766
|
+
}
|
37767
|
+
},
|
37768
|
+
{
|
37769
|
+
"kind": "custom-element-definition",
|
37770
|
+
"name": "obi-iec-02-radar-target-tracked",
|
37771
|
+
"declaration": {
|
37772
|
+
"name": "ObiIEC02RadarTargetTracked",
|
37773
|
+
"module": "src/icons/icon-iec-02-radar-target-tracked.ts"
|
37774
|
+
}
|
37775
|
+
}
|
37776
|
+
]
|
37777
|
+
},
|
36764
37778
|
{
|
36765
37779
|
"kind": "javascript-module",
|
36766
37780
|
"path": "src/icons/icon-temp.ts",
|
@@ -36845,7 +37859,7 @@
|
|
36845
37859
|
"type": {
|
36846
37860
|
"text": "string[]"
|
36847
37861
|
},
|
36848
|
-
"default": "[\n '01-add',\n '01-application-open',\n '01-apps',\n '01-check',\n '01-checkbox-checked',\n '01-checkbox-uncheck',\n '01-close',\n '01-delete',\n '01-edit',\n '01-expanditem',\n '01-file-download',\n '01-file-export',\n '01-file-upload',\n '01-log-add',\n '01-log-edit',\n '01-log-open',\n '01-megamenu',\n '01-menu',\n '01-mixed',\n '01-more',\n '01-more-vertical',\n '01-note-edit',\n '01-off',\n '01-on',\n '01-open-full',\n '01-placeholder',\n '01-placeholder-device-off',\n '01-placeholder-device-on',\n '01-placeholder-device-static',\n '01-play',\n '01-print',\n '01-redo',\n '01-remove',\n '01-reorder',\n '01-save',\n '01-search',\n '01-sort',\n '01-standby',\n '01-stop',\n '01-text',\n '01-undo',\n '01-visibility',\n '01-visibility-off',\n '01-widget-add',\n '02-arrow-back',\n '02-arrow-down',\n '02-arrow-drop-down',\n '02-arrow-flyout',\n '02-arrow-forward',\n '02-arrow-up',\n '02-chevron-double-down',\n '02-chevron-double-left',\n '02-chevron-double-right',\n '02-chevron-double-up',\n '02-chevron-down',\n '02-chevron-left',\n '02-chevron-right',\n '02-chevron-up',\n '02-collapse-content',\n '02-drop-down',\n '02-expand-content',\n '02-page-first',\n '02-page-last',\n '02-resize-bottom',\n '02-resize-corner',\n '02-resize-top',\n '02-resize_center',\n '02-set-point',\n '02-slide-left',\n '02-slide-right',\n '02-unfold-less',\n '02-unfold-more',\n '03-configure',\n '03-diagnostic',\n '03-filter',\n '03-info',\n '03-monitoring',\n '03-pin-checked',\n '03-pin-unchecked',\n '03-printscreen',\n '03-settings',\n '03-settings-default',\n '03-settings-default-alt1',\n '03-settings-default-alt2',\n '03-split-left',\n '03-split-right',\n '03-star-checked',\n '03-star-unchecked',\n '03-support',\n '03-table',\n '03-volume-high',\n '03-volume-low',\n '03-volume-off',\n '04-brilliance-high',\n '04-brilliance-low',\n '04-colorcalibrated',\n '04-day',\n '04-day-bright',\n '04-daynight',\n '04-dimming',\n '04-dusk',\n '04-illumination-high',\n '04-illumination-low',\n '04-night',\n '05-fullscreen',\n '05-fullscreen-exit',\n '05-input-keyboard',\n '05-input-keyboard_onscreen',\n '05-input-mouse',\n '05-input-touchpad_mouse',\n '05-pc',\n '05-people',\n '05-screen-desk',\n '05-screen-full',\n '05-screen-pad',\n '05-screen-quad',\n '05-screen-split-left',\n '05-screen-split-right',\n '05-server',\n '05-user',\n '06-Date',\n '06-calendar',\n '06-cam',\n '06-cctv',\n '06-com',\n '06-conning',\n '06-dashboard',\n '06-dashboard-outline',\n '06-ecdis',\n '06-ecdis-simple',\n '06-home',\n '06-ias',\n '06-lantern',\n '06-link',\n '06-link-remove',\n '06-logo-company',\n '06-logo-oicl',\n '06-openbridge',\n '06-radar',\n '06-screens',\n '06-ship',\n '06-time',\n '06-wipers',\n '07-Chart',\n '07-ais',\n '07-anchorwatch',\n '07-catzoc',\n '07-centre-off',\n '07-centre-on',\n '07-chart-info',\n '07-chart-search',\n '07-chart-settings',\n '07-chart-styles',\n '07-coordinate',\n '07-ebl',\n '07-erbl',\n '07-event-record',\n '07-grid-off',\n '07-grid-on',\n '07-headingline-off',\n '07-layers',\n '07-location-1',\n '07-location-2',\n '07-location-3',\n '07-measure',\n '07-radar-overlay',\n '07-range',\n '07-rangerings',\n '07-relativemotion',\n '07-relativemotion-variant',\n '07-report-info',\n '07-route-planning',\n '07-silence',\n '07-smode',\n '07-target-cancel',\n '07-target-cancel-all',\n '07-target-ias',\n '07-target-ias-selected',\n '07-target-radar',\n '07-target-radar-selected',\n '07-target-select',\n '07-track',\n '07-track-no',\n '07-track-off-port',\n '07-track-off-strb',\n '07-track-on',\n '07-track-route',\n '07-truemotion',\n '07-truemotion-reset',\n '07-truemotion-variant',\n '07-up-course',\n '07-up-head',\n '07-up-north',\n '07-voyages',\n '07-vrm',\n '07-waypoint-add',\n '07-waypoint-delete',\n '07-waypoint-edit',\n '08-ACDC-converter',\n '08-DCDC-converter',\n '08-IO',\n '08-Logger',\n '08-PLS',\n '08-PLS-component',\n '08-auto',\n '08-backward',\n '08-backward-fast',\n '08-backward-stopped',\n '08-battery-0',\n '08-battery-25',\n '08-battery-50',\n '08-battery-75',\n '08-battery-charging',\n '08-battery-pack-0',\n '08-battery-pack-100',\n '08-battery-pack-25',\n '08-battery-pack-50',\n '08-battery-pack-70',\n '08-battery-pack-charging',\n '08-battery_full',\n '08-bilge',\n '08-blower-off-vertical',\n '08-blower-on-vertical',\n '08-blower-static-vertical',\n '08-connector-cross',\n '08-cooling',\n '08-duty',\n '08-engine',\n '08-epms',\n '08-ethernet-switch',\n '08-fan-off',\n '08-fan-on',\n '08-fan-static',\n '08-filter',\n '08-fire',\n '08-forward',\n '08-forward-fast',\n '08-forward-stopped',\n '08-generator',\n '08-heat',\n '08-heat_pump_balance',\n '08-heatexhanger',\n '08-heatpump',\n '08-hvac',\n '08-hydraulic-separator',\n '08-local',\n '08-local-only',\n '08-manuel',\n '08-manuel-only',\n '08-misc',\n '08-motor-off-horisontal',\n '08-motor-off-vertical',\n '08-motor-on-horisontal',\n '08-motor-on-vertical',\n '08-motor-static-horisontal',\n '08-motor-static-vertical',\n '08-off',\n '08-on',\n '08-pump-off-horisontal',\n '08-pump-off-vertical',\n '08-pump-on-horisontal',\n '08-pump-on-vertical',\n '08-pump-static-horisontal',\n '08-pump-static-vertical',\n '08-router',\n '08-simulation',\n '08-standby',\n '08-system',\n '08-tank',\n '08-temp-cold',\n '08-temp-hot',\n '08-temp-hotcold',\n '08-trend',\n '08-wiper',\n '08-wiper-fluid',\n '09-connector-3way',\n '09-connector-corner',\n '09-connector-straight',\n '09-damper-horizontal-off',\n '09-damper-horizontal-off-large',\n '09-damper-horizontal-on',\n '09-damper-horizontal-on-large',\n '09-pipe-3way',\n '09-pipe-corner',\n '09-pipe-cross',\n '09-pipe-direction',\n '09-pipe-end',\n '09-pipe-straight',\n '09-switch-horizontal-off',\n '09-switch-horizontal-off-large',\n '09-switch-horizontal-on',\n '09-switch-horizontal-on-large',\n '09-threeway-analog-left-0',\n '09-threeway-analog-left-100',\n '09-threeway-analog-left-25',\n '09-threeway-analog-left-50',\n '09-threeway-analog-left-75',\n '09-threeway-analog-right-0',\n '09-threeway-analog-right-100',\n '09-threeway-analog-right-25',\n '09-threeway-analog-right-50',\n '09-threeway-analog-right-75',\n '09-threeway-analog-top-0',\n '09-threeway-analog-top-100',\n '09-threeway-analog-top-25',\n '09-threeway-analog-top-50',\n '09-threeway-analog-top-75',\n '09-threeway-digital-closed',\n '09-threeway-digital-closed-left',\n '09-threeway-digital-closed-right',\n '09-threeway-digital-closed-top',\n '09-threeway-digital-open',\n '09-threeway-digital-static',\n '09-twoway-analog-closed',\n '09-twoway-analog-open',\n '09-twoway-analog-open-25',\n '09-twoway-analog-open-5',\n '09-twoway-analog-open-50',\n '09-twoway-analog-open-75',\n '09-twoway-digital-closed',\n '09-twoway-digital-nonreturn',\n '09-twoway-digital-open',\n '09-twoway-digital-static',\n '10-autonomous',\n '10-autopilot',\n '10-autotrack',\n '10-joystick',\n '10-keeping-area',\n '10-keeping-station',\n '10-keeping-track',\n '10-monotoring-route',\n '10-move',\n '10-propulsion',\n '10-propulsion-static',\n '10-rotate',\n '10-rudder',\n '10-thruster-azimuth',\n '10-thruster-mainengine',\n '10-thruster-tunnel',\n '11-current-1',\n '11-current-2',\n '11-current-3',\n '11-current-4',\n '11-wind-1',\n '11-wind-10',\n '11-wind-11',\n '11-wind-12',\n '11-wind-13',\n '11-wind-2',\n '11-wind-3',\n '11-wind-4',\n '11-wind-5',\n '11-wind-6',\n '11-wind-7',\n '11-wind-8',\n '11-wind-9',\n '12-altitute',\n '12-cog',\n '12-depth',\n '12-hdg',\n '12-heave',\n '12-pitch',\n '12-roll',\n '12-rot',\n '12-sog',\n '12-stw',\n '12-turn',\n '12-yaw',\n '13-Latched',\n '13-camera-off',\n '13-camera-on',\n '13-camera-tilt',\n '13-coffee',\n '13-container',\n '13-crane',\n '13-winch',\n '14-Alarm-outline',\n '14-Caution-outline',\n '14-Warning-outline',\n '14-alarm',\n '14-alarm-abandon',\n '14-alarm-acknowledged',\n '14-alarm-badge',\n '14-alarm-emergency',\n '14-alarm-fire',\n '14-alarm-general',\n '14-alarm-noack',\n '14-alarm-pob',\n '14-alarm-rectified',\n '14-alarm-silenced',\n '14-alarm-transferred',\n '14-alarm-trigger',\n '14-alarm-unack',\n '14-alert-list',\n '14-alert-off',\n '14-alert-rectified',\n '14-alertheader-aggregated',\n '14-alertheader-group',\n '14-alerts',\n '14-audio',\n '14-audio-low',\n '14-caution',\n '14-caution-badge',\n '14-caution-color',\n '14-exclamationmark',\n '14-message',\n '14-message-none',\n '14-mute',\n '14-notification',\n '14-notification-empty',\n '14-rectified',\n '14-running',\n '14-running-color',\n '14-signal-fail',\n '14-warning',\n '14-warning-acknowledged',\n '14-warning-badge',\n '14-warning-noack',\n '14-warning-rectified',\n '14-warning-silenced',\n '14-warning-transferred',\n '14-warning-unacknowledged',\n '15-Forward10S',\n '15-Fullscreen',\n '15-Galleryview',\n '15-Mic',\n '15-Radio',\n '15-Singleview',\n '15-backwards10S',\n '15-call',\n '15-call-active',\n '15-call-end',\n '15-contacts',\n '15-history',\n '15-live',\n '15-loop',\n '15-mic-muted',\n '15-pa',\n '15-pa-list',\n '15-pause',\n '15-pause-circle',\n '15-play',\n '15-play-circle',\n '15-rank-1',\n '15-rank-2',\n '15-rank-3',\n '15-rank-4',\n '15-rank-5',\n '15-rank-6',\n '15-record',\n '15-skip-next',\n '15-skip-next-filled',\n '15-skip-previous',\n '15-skip-previous-filled',\n '16-command-available',\n '16-command-in',\n '16-command-no',\n '16-command-partial',\n '16-command-request',\n '16-command-shared',\n '16-command-take',\n '16-lock',\n '17-Swimming',\n '17-diver',\n '17-kayaking',\n '17-kitesurfing',\n '17-rowing',\n '17-ship-bulkcarrier',\n '17-ship-carferry',\n '17-ship-container',\n '17-ship-fishing',\n '17-ship-highspeed',\n '17-ship-navy',\n '17-ship-offshore',\n '17-ship-passenger',\n '17-ship-sailboat',\n '17-ship-sailship',\n '17-ship-tanker',\n '17-ship-tugboat',\n '17-ship-yacht',\n '17-surfing',\n '18-ais-Notcommand',\n '18-ais-aground',\n '18-ais-anchor',\n '18-ais-anchored',\n '18-ais-fishing',\n '18-ais-moored',\n '18-ais-notunderway',\n '18-ais-underwaysailing',\n '18-ais-underwayusingengine',\n '19-analytics',\n '19-current',\n '19-hide',\n '19-limits-attention',\n '19-limits-improving',\n '19-limits-inside',\n '19-limits-outside-over',\n '19-limits-outside-under',\n '19-pilot-onboard',\n '19-speed',\n '19-speed-good',\n '19-speed-high',\n '19-speed-low',\n '19-swell',\n '19-temperature',\n '19-time-less',\n '19-time-more',\n '19-trend-down',\n '19-trend-up',\n '19-trophy',\n '19-view',\n '19-wave',\n '19-weather',\n '20-USB',\n '20-cell-bad',\n '20-cell-full',\n '20-cell-low',\n '20-cell-medium',\n '20-cell-off',\n '20-satellite-full',\n '20-satellite-low',\n '20-satellite-medium',\n '20-satellite-off',\n '20-sensor-gps-bad',\n '20-sensor-gps-full',\n '20-sensor-gps-low',\n '20-sensor-gps-medium',\n '20-sensor-gyro',\n '20-sensor-wind',\n '20-wifi-bad',\n '20-wifi-off',\n '20-wifi-wifi_statusbar_0',\n '20-wifi-wifi_statusbar_1',\n '20-wifi-wifi_statusbar_2',\n '20-wifi-wifi_statusbar_3',\n '20-wifi-wifi_statusbar_4',\n '20-wifi2',\n '20-wifi2-off',\n 'Frame2622',\n 'temp',\n]"
|
37862
|
+
"default": "[\n '01-add',\n '01-application-open',\n '01-apps',\n '01-check',\n '01-checkbox-checked',\n '01-checkbox-uncheck',\n '01-close',\n '01-content-copy',\n '01-content-cut',\n '01-content-paste',\n '01-delete',\n '01-edit',\n '01-expanditem',\n '01-file-download',\n '01-file-export',\n '01-file-upload',\n '01-log-add',\n '01-log-edit',\n '01-log-open',\n '01-megamenu',\n '01-menu',\n '01-mixed',\n '01-more',\n '01-more-vertical',\n '01-note-edit',\n '01-off',\n '01-on',\n '01-open-full',\n '01-placeholder',\n '01-placeholder-device-off',\n '01-placeholder-device-on',\n '01-placeholder-device-static',\n '01-play',\n '01-print',\n '01-redo',\n '01-remove',\n '01-reorder',\n '01-save',\n '01-search',\n '01-sort',\n '01-standby',\n '01-stop',\n '01-text',\n '01-undo',\n '01-visibility',\n '01-visibility-off',\n '01-widget-add',\n '02-arrow-back',\n '02-arrow-down',\n '02-arrow-drop-down',\n '02-arrow-flyout',\n '02-arrow-forward',\n '02-arrow-up',\n '02-chevron-double-down',\n '02-chevron-double-left',\n '02-chevron-double-right',\n '02-chevron-double-up',\n '02-chevron-down',\n '02-chevron-left',\n '02-chevron-right',\n '02-chevron-up',\n '02-collapse-content',\n '02-dock-bottom',\n '02-dock-left',\n '02-dock-right',\n '02-drop-down',\n '02-expand-content',\n '02-page-first',\n '02-page-last',\n '02-resize-bottom',\n '02-resize-corner',\n '02-resize-top',\n '02-resize_center',\n '02-set-point',\n '02-slide-left',\n '02-slide-right',\n '02-unfold-less',\n '02-unfold-more',\n '03-configure',\n '03-diagnostic',\n '03-filter',\n '03-info',\n '03-license',\n '03-monitoring',\n '03-pin-checked',\n '03-pin-unchecked',\n '03-printscreen',\n '03-settings',\n '03-settings-default',\n '03-settings-default-alt1',\n '03-settings-default-alt2',\n '03-split-left',\n '03-split-right',\n '03-star-checked',\n '03-star-unchecked',\n '03-support',\n '03-table',\n '03-volume-high',\n '03-volume-low',\n '03-volume-off',\n '04-brilliance-high',\n '04-brilliance-low',\n '04-colorcalibrated',\n '04-day',\n '04-day-bright',\n '04-daynight',\n '04-dimming',\n '04-dusk',\n '04-illumination-high',\n '04-illumination-low',\n '04-night',\n '05-fullscreen',\n '05-fullscreen-exit',\n '05-input-keyboard',\n '05-input-keyboard_onscreen',\n '05-input-mouse',\n '05-input-touchpad_mouse',\n '05-pc',\n '05-people',\n '05-screen-desk',\n '05-screen-full',\n '05-screen-pad',\n '05-screen-quad',\n '05-screen-split-left',\n '05-screen-split-right',\n '05-server',\n '05-user',\n '06-Date',\n '06-calendar',\n '06-cam',\n '06-cctv',\n '06-com',\n '06-conning',\n '06-dashboard',\n '06-dashboard-outline',\n '06-ecdis',\n '06-ecdis-simple',\n '06-home',\n '06-ias',\n '06-lantern',\n '06-link',\n '06-link-remove',\n '06-logo-company',\n '06-logo-oicl',\n '06-openbridge',\n '06-radar',\n '06-screens',\n '06-ship',\n '06-time',\n '06-wipers',\n '07-Chart',\n '07-ais',\n '07-anchorwatch',\n '07-catzoc',\n '07-centre-off',\n '07-centre-on',\n '07-chart-info',\n '07-chart-search',\n '07-chart-settings',\n '07-chart-styles',\n '07-coordinate',\n '07-ebl',\n '07-erbl',\n '07-event-record',\n '07-grid-off',\n '07-grid-on',\n '07-headingline-off',\n '07-layers',\n '07-location-1',\n '07-location-2',\n '07-location-3',\n '07-measure',\n '07-radar-overlay',\n '07-range',\n '07-rangerings',\n '07-relativemotion',\n '07-relativemotion-variant',\n '07-report-info',\n '07-route-planning',\n '07-silence',\n '07-smode',\n '07-target-associated-ais-camera',\n '07-target-associated-camera-radar',\n '07-target-associated-radar-camera',\n '07-target-camera',\n '07-target-cancel',\n '07-target-cancel-all',\n '07-target-select',\n '07-track',\n '07-track-no',\n '07-track-off-port',\n '07-track-off-strb',\n '07-track-on',\n '07-track-route',\n '07-truemotion',\n '07-truemotion-reset',\n '07-truemotion-variant',\n '07-up-course',\n '07-up-head',\n '07-up-north',\n '07-voyages',\n '07-vrm',\n '07-waypoint-add',\n '07-waypoint-delete',\n '07-waypoint-edit',\n '08-ACDC-converter',\n '08-DCDC-converter',\n '08-IO',\n '08-Logger',\n '08-PLS',\n '08-PLS-component',\n '08-auto',\n '08-backward',\n '08-backward-fast',\n '08-backward-stopped',\n '08-battery-0',\n '08-battery-25',\n '08-battery-50',\n '08-battery-75',\n '08-battery-charging',\n '08-battery-pack-0',\n '08-battery-pack-100',\n '08-battery-pack-25',\n '08-battery-pack-50',\n '08-battery-pack-70',\n '08-battery-pack-charging',\n '08-battery_full',\n '08-bilge',\n '08-blower-off-vertical',\n '08-blower-on-vertical',\n '08-blower-static-vertical',\n '08-connector-cross',\n '08-cooling',\n '08-duty',\n '08-engine',\n '08-epms',\n '08-ethernet-switch',\n '08-fan-off',\n '08-fan-on',\n '08-fan-static',\n '08-filter',\n '08-fire',\n '08-forward',\n '08-forward-fast',\n '08-forward-stopped',\n '08-generator',\n '08-heat',\n '08-heat_pump_balance',\n '08-heatexhanger',\n '08-heatpump',\n '08-hvac',\n '08-hydraulic-separator',\n '08-local',\n '08-local-only',\n '08-manuel',\n '08-manuel-only',\n '08-misc',\n '08-motor-off-horisontal',\n '08-motor-off-vertical',\n '08-motor-on-horisontal',\n '08-motor-on-vertical',\n '08-motor-static-horisontal',\n '08-motor-static-vertical',\n '08-off',\n '08-on',\n '08-pump-off-horisontal',\n '08-pump-off-vertical',\n '08-pump-on-horisontal',\n '08-pump-on-vertical',\n '08-pump-static-horisontal',\n '08-pump-static-vertical',\n '08-router',\n '08-simulation',\n '08-standby',\n '08-system',\n '08-tank',\n '08-temp-cold',\n '08-temp-hot',\n '08-temp-hotcold',\n '08-trend',\n '08-wiper',\n '08-wiper-fluid',\n '09-connector-3way',\n '09-connector-corner',\n '09-connector-straight',\n '09-damper-horizontal-off',\n '09-damper-horizontal-off-large',\n '09-damper-horizontal-on',\n '09-damper-horizontal-on-large',\n '09-pipe-3way',\n '09-pipe-corner',\n '09-pipe-cross',\n '09-pipe-direction',\n '09-pipe-end',\n '09-pipe-straight',\n '09-switch-horizontal-off',\n '09-switch-horizontal-off-large',\n '09-switch-horizontal-on',\n '09-switch-horizontal-on-large',\n '09-threeway-analog-left-0',\n '09-threeway-analog-left-100',\n '09-threeway-analog-left-25',\n '09-threeway-analog-left-50',\n '09-threeway-analog-left-75',\n '09-threeway-analog-right-0',\n '09-threeway-analog-right-100',\n '09-threeway-analog-right-25',\n '09-threeway-analog-right-50',\n '09-threeway-analog-right-75',\n '09-threeway-analog-top-0',\n '09-threeway-analog-top-100',\n '09-threeway-analog-top-25',\n '09-threeway-analog-top-50',\n '09-threeway-analog-top-75',\n '09-threeway-digital-closed',\n '09-threeway-digital-closed-left',\n '09-threeway-digital-closed-right',\n '09-threeway-digital-closed-top',\n '09-threeway-digital-open',\n '09-threeway-digital-static',\n '09-twoway-analog-closed',\n '09-twoway-analog-open',\n '09-twoway-analog-open-25',\n '09-twoway-analog-open-5',\n '09-twoway-analog-open-50',\n '09-twoway-analog-open-75',\n '09-twoway-digital-closed',\n '09-twoway-digital-nonreturn',\n '09-twoway-digital-open',\n '09-twoway-digital-static',\n '10-autonomous',\n '10-autopilot',\n '10-autotrack',\n '10-joystick',\n '10-keeping-area',\n '10-keeping-station',\n '10-keeping-track',\n '10-monotoring-route',\n '10-move',\n '10-propulsion',\n '10-propulsion-static',\n '10-rotate',\n '10-rudder',\n '10-thruster-azimuth',\n '10-thruster-mainengine',\n '10-thruster-tunnel',\n '11-current-1',\n '11-current-2',\n '11-current-3',\n '11-current-4',\n '11-wind-1',\n '11-wind-10',\n '11-wind-11',\n '11-wind-12',\n '11-wind-13',\n '11-wind-2',\n '11-wind-3',\n '11-wind-4',\n '11-wind-5',\n '11-wind-6',\n '11-wind-7',\n '11-wind-8',\n '11-wind-9',\n '12-altitute',\n '12-cog',\n '12-depth',\n '12-hdg',\n '12-heave',\n '12-pitch',\n '12-roll',\n '12-rot',\n '12-sog',\n '12-stw',\n '12-turn',\n '12-yaw',\n '13-Latched',\n '13-camera-off',\n '13-camera-on',\n '13-camera-tilt',\n '13-coffee',\n '13-container',\n '13-crane',\n '13-winch',\n '14-Alarm-outline',\n '14-Caution-outline',\n '14-Warning-outline',\n '14-alarm',\n '14-alarm-abandon',\n '14-alarm-acknowledged',\n '14-alarm-badge',\n '14-alarm-emergency',\n '14-alarm-fire',\n '14-alarm-general',\n '14-alarm-noack',\n '14-alarm-pob',\n '14-alarm-rectified',\n '14-alarm-silenced',\n '14-alarm-transferred',\n '14-alarm-trigger',\n '14-alarm-unack',\n '14-alert-list',\n '14-alert-off',\n '14-alert-rectified',\n '14-alertheader-aggregated',\n '14-alertheader-aggregated-large',\n '14-alertheader-group',\n '14-alertheader-group-large',\n '14-alerts',\n '14-audio',\n '14-audio-low',\n '14-caution',\n '14-caution-badge',\n '14-caution-color',\n '14-exclamationmark',\n '14-message',\n '14-message-none',\n '14-mute',\n '14-notification',\n '14-notification-empty',\n '14-rectified',\n '14-running',\n '14-running-color',\n '14-signal-fail',\n '14-warning',\n '14-warning-acknowledged',\n '14-warning-badge',\n '14-warning-noack',\n '14-warning-rectified',\n '14-warning-silenced',\n '14-warning-transferred',\n '14-warning-unacknowledged',\n '15-Forward10S',\n '15-Fullscreen',\n '15-Galleryview',\n '15-Mic',\n '15-Radio',\n '15-Singleview',\n '15-backwards10S',\n '15-call',\n '15-call-active',\n '15-call-end',\n '15-contacts',\n '15-history',\n '15-live',\n '15-loop',\n '15-mic-muted',\n '15-pa',\n '15-pa-list',\n '15-pause',\n '15-pause-circle',\n '15-play',\n '15-play-circle',\n '15-rank-1',\n '15-rank-2',\n '15-rank-3',\n '15-rank-4',\n '15-rank-5',\n '15-rank-6',\n '15-record',\n '15-skip-next',\n '15-skip-next-filled',\n '15-skip-previous',\n '15-skip-previous-filled',\n '16-command-available',\n '16-command-in',\n '16-command-no',\n '16-command-partial',\n '16-command-request',\n '16-command-shared',\n '16-command-take',\n '16-lock',\n '17-Swimming',\n '17-diver',\n '17-kayaking',\n '17-kitesurfing',\n '17-rowing',\n '17-ship-bulkcarrier',\n '17-ship-carferry',\n '17-ship-container',\n '17-ship-fishing',\n '17-ship-highspeed',\n '17-ship-navy',\n '17-ship-offshore',\n '17-ship-passenger',\n '17-ship-sailboat',\n '17-ship-sailship',\n '17-ship-tanker',\n '17-ship-tugboat',\n '17-ship-yacht',\n '17-surfing',\n '18-ais-Notcommand',\n '18-ais-aground',\n '18-ais-anchor',\n '18-ais-anchored',\n '18-ais-fishing',\n '18-ais-moored',\n '18-ais-notunderway',\n '18-ais-underwaysailing',\n '18-ais-underwayusingengine',\n '19-analytics',\n '19-current',\n '19-hide',\n '19-limits-attention',\n '19-limits-improving',\n '19-limits-inside',\n '19-limits-outside-over',\n '19-limits-outside-under',\n '19-pilot-onboard',\n '19-speed',\n '19-speed-good',\n '19-speed-high',\n '19-speed-low',\n '19-swell',\n '19-temperature',\n '19-time-less',\n '19-time-more',\n '19-trend-down',\n '19-trend-up',\n '19-trophy',\n '19-view',\n '19-wave',\n '19-weather',\n '20-USB',\n '20-cell-bad',\n '20-cell-full',\n '20-cell-low',\n '20-cell-medium',\n '20-cell-off',\n '20-satellite-full',\n '20-satellite-low',\n '20-satellite-medium',\n '20-satellite-off',\n '20-sensor-gps-bad',\n '20-sensor-gps-full',\n '20-sensor-gps-low',\n '20-sensor-gps-medium',\n '20-sensor-gyro',\n '20-sensor-wind',\n '20-wifi-bad',\n '20-wifi-off',\n '20-wifi-wifi_statusbar_0',\n '20-wifi-wifi_statusbar_1',\n '20-wifi-wifi_statusbar_2',\n '20-wifi-wifi_statusbar_3',\n '20-wifi-wifi_statusbar_4',\n '20-wifi2',\n '20-wifi2-off',\n 'Frame2622',\n 'IEC-02-ais-target-activated',\n 'IEC-02-ais-target-activated-selected',\n 'IEC-02-associated-target-ais',\n 'IEC-02-associated-target-radar',\n 'IEC-02-radar-target-tracked',\n 'IEC-02-radar-target-tracked-selected',\n 'temp',\n]"
|
36849
37863
|
}
|
36850
37864
|
],
|
36851
37865
|
"exports": [
|
@@ -36859,6 +37873,12 @@
|
|
36859
37873
|
}
|
36860
37874
|
]
|
36861
37875
|
},
|
37876
|
+
{
|
37877
|
+
"kind": "javascript-module",
|
37878
|
+
"path": "src/navigation-instruments/types.ts",
|
37879
|
+
"declarations": [],
|
37880
|
+
"exports": []
|
37881
|
+
},
|
36862
37882
|
{
|
36863
37883
|
"kind": "javascript-module",
|
36864
37884
|
"path": "src/svghelpers/circle.ts",
|
@@ -36976,13 +37996,103 @@
|
|
36976
37996
|
}
|
36977
37997
|
]
|
36978
37998
|
},
|
37999
|
+
{
|
38000
|
+
"kind": "javascript-module",
|
38001
|
+
"path": "src/components/alert-icon/alert-icon.ts",
|
38002
|
+
"declarations": [
|
38003
|
+
{
|
38004
|
+
"kind": "variable",
|
38005
|
+
"name": "AlertIconNames",
|
38006
|
+
"default": "Object.keys(mapping)"
|
38007
|
+
},
|
38008
|
+
{
|
38009
|
+
"kind": "class",
|
38010
|
+
"description": "Icon used for alerts and notification with blinking effect",
|
38011
|
+
"name": "ObcAlertIcon",
|
38012
|
+
"members": [
|
38013
|
+
{
|
38014
|
+
"kind": "field",
|
38015
|
+
"name": "blinkValue",
|
38016
|
+
"type": {
|
38017
|
+
"text": "boolean"
|
38018
|
+
},
|
38019
|
+
"default": "false",
|
38020
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38021
|
+
"attribute": "blink-value"
|
38022
|
+
},
|
38023
|
+
{
|
38024
|
+
"kind": "field",
|
38025
|
+
"name": "name",
|
38026
|
+
"type": {
|
38027
|
+
"text": "AlertIconName"
|
38028
|
+
},
|
38029
|
+
"default": "'alarm-unack'",
|
38030
|
+
"description": "Name of the icon.",
|
38031
|
+
"attribute": "name"
|
38032
|
+
}
|
38033
|
+
],
|
38034
|
+
"attributes": [
|
38035
|
+
{
|
38036
|
+
"name": "blink-value",
|
38037
|
+
"type": {
|
38038
|
+
"text": "boolean"
|
38039
|
+
},
|
38040
|
+
"default": "false",
|
38041
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38042
|
+
"fieldName": "blinkValue"
|
38043
|
+
},
|
38044
|
+
{
|
38045
|
+
"name": "name",
|
38046
|
+
"type": {
|
38047
|
+
"text": "AlertIconName"
|
38048
|
+
},
|
38049
|
+
"default": "'alarm-unack'",
|
38050
|
+
"description": "Name of the icon.",
|
38051
|
+
"fieldName": "name"
|
38052
|
+
}
|
38053
|
+
],
|
38054
|
+
"superclass": {
|
38055
|
+
"name": "LitElement",
|
38056
|
+
"package": "lit"
|
38057
|
+
},
|
38058
|
+
"tagName": "obc-alert-icon",
|
38059
|
+
"customElement": true
|
38060
|
+
}
|
38061
|
+
],
|
38062
|
+
"exports": [
|
38063
|
+
{
|
38064
|
+
"kind": "js",
|
38065
|
+
"name": "AlertIconNames",
|
38066
|
+
"declaration": {
|
38067
|
+
"name": "AlertIconNames",
|
38068
|
+
"module": "src/components/alert-icon/alert-icon.ts"
|
38069
|
+
}
|
38070
|
+
},
|
38071
|
+
{
|
38072
|
+
"kind": "js",
|
38073
|
+
"name": "ObcAlertIcon",
|
38074
|
+
"declaration": {
|
38075
|
+
"name": "ObcAlertIcon",
|
38076
|
+
"module": "src/components/alert-icon/alert-icon.ts"
|
38077
|
+
}
|
38078
|
+
},
|
38079
|
+
{
|
38080
|
+
"kind": "custom-element-definition",
|
38081
|
+
"name": "obc-alert-icon",
|
38082
|
+
"declaration": {
|
38083
|
+
"name": "ObcAlertIcon",
|
38084
|
+
"module": "src/components/alert-icon/alert-icon.ts"
|
38085
|
+
}
|
38086
|
+
}
|
38087
|
+
]
|
38088
|
+
},
|
36979
38089
|
{
|
36980
38090
|
"kind": "javascript-module",
|
36981
38091
|
"path": "src/components/alert-button/alert-button.ts",
|
36982
38092
|
"declarations": [
|
36983
38093
|
{
|
36984
38094
|
"kind": "class",
|
36985
|
-
"description": "
|
38095
|
+
"description": "Button used for alerts and notification",
|
36986
38096
|
"name": "ObcAlertButton",
|
36987
38097
|
"members": [
|
36988
38098
|
{
|
@@ -36992,11 +38102,16 @@
|
|
36992
38102
|
"text": "number"
|
36993
38103
|
},
|
36994
38104
|
"default": "0",
|
38105
|
+
"description": "Number of alerts.",
|
36995
38106
|
"attribute": "n-alerts"
|
36996
38107
|
},
|
36997
38108
|
{
|
36998
38109
|
"kind": "field",
|
36999
38110
|
"name": "alertType",
|
38111
|
+
"type": {
|
38112
|
+
"text": "AlertType"
|
38113
|
+
},
|
38114
|
+
"description": "Type of alert.",
|
37000
38115
|
"attribute": "alert-type"
|
37001
38116
|
},
|
37002
38117
|
{
|
@@ -37006,6 +38121,7 @@
|
|
37006
38121
|
"text": "boolean"
|
37007
38122
|
},
|
37008
38123
|
"default": "false",
|
38124
|
+
"description": "If the button is standalone and not used together with an notification-message.",
|
37009
38125
|
"attribute": "standalone"
|
37010
38126
|
},
|
37011
38127
|
{
|
@@ -37015,7 +38131,28 @@
|
|
37015
38131
|
"text": "boolean"
|
37016
38132
|
},
|
37017
38133
|
"default": "false",
|
38134
|
+
"description": "If the button should display a counter.",
|
37018
38135
|
"attribute": "counter"
|
38136
|
+
},
|
38137
|
+
{
|
38138
|
+
"kind": "field",
|
38139
|
+
"name": "blinkAlarmValue",
|
38140
|
+
"type": {
|
38141
|
+
"text": "boolean"
|
38142
|
+
},
|
38143
|
+
"default": "false",
|
38144
|
+
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
38145
|
+
"attribute": "blink-alarm-value"
|
38146
|
+
},
|
38147
|
+
{
|
38148
|
+
"kind": "field",
|
38149
|
+
"name": "blinkWarningValue",
|
38150
|
+
"type": {
|
38151
|
+
"text": "boolean"
|
38152
|
+
},
|
38153
|
+
"default": "false",
|
38154
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38155
|
+
"attribute": "blink-warning-value"
|
37019
38156
|
}
|
37020
38157
|
],
|
37021
38158
|
"events": [
|
@@ -37031,10 +38168,15 @@
|
|
37031
38168
|
"text": "number"
|
37032
38169
|
},
|
37033
38170
|
"default": "0",
|
38171
|
+
"description": "Number of alerts.",
|
37034
38172
|
"fieldName": "nAlerts"
|
37035
38173
|
},
|
37036
38174
|
{
|
37037
38175
|
"name": "alert-type",
|
38176
|
+
"type": {
|
38177
|
+
"text": "AlertType"
|
38178
|
+
},
|
38179
|
+
"description": "Type of alert.",
|
37038
38180
|
"fieldName": "alertType"
|
37039
38181
|
},
|
37040
38182
|
{
|
@@ -37043,6 +38185,7 @@
|
|
37043
38185
|
"text": "boolean"
|
37044
38186
|
},
|
37045
38187
|
"default": "false",
|
38188
|
+
"description": "If the button is standalone and not used together with an notification-message.",
|
37046
38189
|
"fieldName": "standalone"
|
37047
38190
|
},
|
37048
38191
|
{
|
@@ -37051,7 +38194,26 @@
|
|
37051
38194
|
"text": "boolean"
|
37052
38195
|
},
|
37053
38196
|
"default": "false",
|
38197
|
+
"description": "If the button should display a counter.",
|
37054
38198
|
"fieldName": "counter"
|
38199
|
+
},
|
38200
|
+
{
|
38201
|
+
"name": "blink-alarm-value",
|
38202
|
+
"type": {
|
38203
|
+
"text": "boolean"
|
38204
|
+
},
|
38205
|
+
"default": "false",
|
38206
|
+
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
38207
|
+
"fieldName": "blinkAlarmValue"
|
38208
|
+
},
|
38209
|
+
{
|
38210
|
+
"name": "blink-warning-value",
|
38211
|
+
"type": {
|
38212
|
+
"text": "boolean"
|
38213
|
+
},
|
38214
|
+
"default": "false",
|
38215
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38216
|
+
"fieldName": "blinkWarningValue"
|
37055
38217
|
}
|
37056
38218
|
],
|
37057
38219
|
"superclass": {
|
@@ -37315,6 +38477,10 @@
|
|
37315
38477
|
{
|
37316
38478
|
"description": "The message to display in the alert element of type `obc-notification-message-item`",
|
37317
38479
|
"name": ""
|
38480
|
+
},
|
38481
|
+
{
|
38482
|
+
"description": "The message to display when there are no alerts",
|
38483
|
+
"name": "empty"
|
37318
38484
|
}
|
37319
38485
|
],
|
37320
38486
|
"members": [
|
@@ -37325,6 +38491,7 @@
|
|
37325
38491
|
"text": "number"
|
37326
38492
|
},
|
37327
38493
|
"default": "0",
|
38494
|
+
"description": "Number of alerts.",
|
37328
38495
|
"attribute": "n-alerts"
|
37329
38496
|
},
|
37330
38497
|
{
|
@@ -37333,8 +38500,29 @@
|
|
37333
38500
|
"type": {
|
37334
38501
|
"text": "AlertType"
|
37335
38502
|
},
|
38503
|
+
"description": "Type of alert.",
|
37336
38504
|
"attribute": "alert-type"
|
37337
38505
|
},
|
38506
|
+
{
|
38507
|
+
"kind": "field",
|
38508
|
+
"name": "blinkAlarmValue",
|
38509
|
+
"type": {
|
38510
|
+
"text": "boolean"
|
38511
|
+
},
|
38512
|
+
"default": "false",
|
38513
|
+
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
38514
|
+
"attribute": "blink-alarm-value"
|
38515
|
+
},
|
38516
|
+
{
|
38517
|
+
"kind": "field",
|
38518
|
+
"name": "blinkWarningValue",
|
38519
|
+
"type": {
|
38520
|
+
"text": "boolean"
|
38521
|
+
},
|
38522
|
+
"default": "false",
|
38523
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38524
|
+
"attribute": "blink-warning-value"
|
38525
|
+
},
|
37338
38526
|
{
|
37339
38527
|
"kind": "field",
|
37340
38528
|
"name": "showAck",
|
@@ -37342,6 +38530,7 @@
|
|
37342
38530
|
"text": "boolean"
|
37343
38531
|
},
|
37344
38532
|
"default": "false",
|
38533
|
+
"description": "If the ack button should be shown.",
|
37345
38534
|
"attribute": "show-ack"
|
37346
38535
|
},
|
37347
38536
|
{
|
@@ -37351,6 +38540,7 @@
|
|
37351
38540
|
"text": "boolean"
|
37352
38541
|
},
|
37353
38542
|
"default": "false",
|
38543
|
+
"description": "If the alert is muted.",
|
37354
38544
|
"attribute": "alert-muted"
|
37355
38545
|
},
|
37356
38546
|
{
|
@@ -37360,6 +38550,7 @@
|
|
37360
38550
|
"text": "boolean"
|
37361
38551
|
},
|
37362
38552
|
"default": "false",
|
38553
|
+
"description": "If the alert is minimized.",
|
37363
38554
|
"attribute": "minimized"
|
37364
38555
|
},
|
37365
38556
|
{
|
@@ -37369,6 +38560,7 @@
|
|
37369
38560
|
"text": "number"
|
37370
38561
|
},
|
37371
38562
|
"default": "480",
|
38563
|
+
"description": "The maximum width of the alert.",
|
37372
38564
|
"attribute": "max-width"
|
37373
38565
|
}
|
37374
38566
|
],
|
@@ -37409,6 +38601,7 @@
|
|
37409
38601
|
"text": "number"
|
37410
38602
|
},
|
37411
38603
|
"default": "0",
|
38604
|
+
"description": "Number of alerts.",
|
37412
38605
|
"fieldName": "nAlerts"
|
37413
38606
|
},
|
37414
38607
|
{
|
@@ -37416,14 +38609,34 @@
|
|
37416
38609
|
"type": {
|
37417
38610
|
"text": "AlertType"
|
37418
38611
|
},
|
38612
|
+
"description": "Type of alert.",
|
37419
38613
|
"fieldName": "alertType"
|
37420
38614
|
},
|
38615
|
+
{
|
38616
|
+
"name": "blink-alarm-value",
|
38617
|
+
"type": {
|
38618
|
+
"text": "boolean"
|
38619
|
+
},
|
38620
|
+
"default": "false",
|
38621
|
+
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
38622
|
+
"fieldName": "blinkAlarmValue"
|
38623
|
+
},
|
38624
|
+
{
|
38625
|
+
"name": "blink-warning-value",
|
38626
|
+
"type": {
|
38627
|
+
"text": "boolean"
|
38628
|
+
},
|
38629
|
+
"default": "false",
|
38630
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38631
|
+
"fieldName": "blinkWarningValue"
|
38632
|
+
},
|
37421
38633
|
{
|
37422
38634
|
"name": "show-ack",
|
37423
38635
|
"type": {
|
37424
38636
|
"text": "boolean"
|
37425
38637
|
},
|
37426
38638
|
"default": "false",
|
38639
|
+
"description": "If the ack button should be shown.",
|
37427
38640
|
"fieldName": "showAck"
|
37428
38641
|
},
|
37429
38642
|
{
|
@@ -37432,6 +38645,7 @@
|
|
37432
38645
|
"text": "boolean"
|
37433
38646
|
},
|
37434
38647
|
"default": "false",
|
38648
|
+
"description": "If the alert is muted.",
|
37435
38649
|
"fieldName": "alertMuted"
|
37436
38650
|
},
|
37437
38651
|
{
|
@@ -37440,6 +38654,7 @@
|
|
37440
38654
|
"text": "boolean"
|
37441
38655
|
},
|
37442
38656
|
"default": "false",
|
38657
|
+
"description": "If the alert is minimized.",
|
37443
38658
|
"fieldName": "minimized"
|
37444
38659
|
},
|
37445
38660
|
{
|
@@ -37448,6 +38663,7 @@
|
|
37448
38663
|
"text": "number"
|
37449
38664
|
},
|
37450
38665
|
"default": "480",
|
38666
|
+
"description": "The maximum width of the alert.",
|
37451
38667
|
"fieldName": "maxWidth"
|
37452
38668
|
}
|
37453
38669
|
],
|
@@ -37570,130 +38786,63 @@
|
|
37570
38786
|
},
|
37571
38787
|
{
|
37572
38788
|
"kind": "javascript-module",
|
37573
|
-
"path": "src/components/
|
38789
|
+
"path": "src/components/breadcrumb/breadcrumb.ts",
|
37574
38790
|
"declarations": [
|
37575
38791
|
{
|
37576
38792
|
"kind": "class",
|
37577
38793
|
"description": "",
|
37578
|
-
"name": "
|
38794
|
+
"name": "ObcBreadcrumb",
|
37579
38795
|
"members": [
|
37580
38796
|
{
|
37581
|
-
"kind": "
|
37582
|
-
"name": "
|
37583
|
-
"
|
37584
|
-
{
|
37585
|
-
"name": "e",
|
37586
|
-
"type": {
|
37587
|
-
"text": "Event"
|
37588
|
-
}
|
37589
|
-
}
|
37590
|
-
]
|
37591
|
-
}
|
37592
|
-
],
|
37593
|
-
"events": [
|
37594
|
-
{
|
37595
|
-
"name": "search",
|
37596
|
-
"type": {
|
37597
|
-
"text": "CustomEvent"
|
37598
|
-
}
|
38797
|
+
"kind": "field",
|
38798
|
+
"name": "items",
|
38799
|
+
"default": "[]"
|
37599
38800
|
}
|
37600
38801
|
],
|
37601
38802
|
"superclass": {
|
37602
38803
|
"name": "LitElement",
|
37603
38804
|
"package": "lit"
|
37604
38805
|
},
|
37605
|
-
"tagName": "obc-
|
38806
|
+
"tagName": "obc-breadcrumb",
|
37606
38807
|
"customElement": true
|
37607
38808
|
}
|
37608
38809
|
],
|
37609
38810
|
"exports": [
|
37610
38811
|
{
|
37611
38812
|
"kind": "js",
|
37612
|
-
"name": "
|
38813
|
+
"name": "ObcBreadcrumb",
|
37613
38814
|
"declaration": {
|
37614
|
-
"name": "
|
37615
|
-
"module": "src/components/
|
38815
|
+
"name": "ObcBreadcrumb",
|
38816
|
+
"module": "src/components/breadcrumb/breadcrumb.ts"
|
37616
38817
|
}
|
37617
38818
|
},
|
37618
38819
|
{
|
37619
38820
|
"kind": "custom-element-definition",
|
37620
|
-
"name": "obc-
|
38821
|
+
"name": "obc-breadcrumb",
|
37621
38822
|
"declaration": {
|
37622
|
-
"name": "
|
37623
|
-
"module": "src/components/
|
38823
|
+
"name": "ObcBreadcrumb",
|
38824
|
+
"module": "src/components/breadcrumb/breadcrumb.ts"
|
37624
38825
|
}
|
37625
38826
|
}
|
37626
38827
|
]
|
37627
38828
|
},
|
37628
38829
|
{
|
37629
38830
|
"kind": "javascript-module",
|
37630
|
-
"path": "src/components/
|
38831
|
+
"path": "src/components/app-menu/app-menu.ts",
|
37631
38832
|
"declarations": [
|
37632
38833
|
{
|
37633
38834
|
"kind": "class",
|
37634
38835
|
"description": "",
|
37635
|
-
"name": "
|
38836
|
+
"name": "ObcAppMenu",
|
37636
38837
|
"members": [
|
37637
|
-
{
|
37638
|
-
"kind": "field",
|
37639
|
-
"name": "palette",
|
37640
|
-
"type": {
|
37641
|
-
"text": "String"
|
37642
|
-
},
|
37643
|
-
"default": "'day'",
|
37644
|
-
"description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
|
37645
|
-
"attribute": "palette"
|
37646
|
-
},
|
37647
|
-
{
|
37648
|
-
"kind": "field",
|
37649
|
-
"name": "brightness",
|
37650
|
-
"type": {
|
37651
|
-
"text": "Number"
|
37652
|
-
},
|
37653
|
-
"default": "50",
|
37654
|
-
"description": "The brightness value",
|
37655
|
-
"attribute": "brightness"
|
37656
|
-
},
|
37657
|
-
{
|
37658
|
-
"kind": "field",
|
37659
|
-
"name": "showAutoBrightness",
|
37660
|
-
"type": {
|
37661
|
-
"text": "Boolean"
|
37662
|
-
},
|
37663
|
-
"default": "false",
|
37664
|
-
"description": "Show the auto brightness toggle",
|
37665
|
-
"attribute": "show-auto-brightness"
|
37666
|
-
},
|
37667
|
-
{
|
37668
|
-
"kind": "field",
|
37669
|
-
"name": "showAutoPalette",
|
37670
|
-
"type": {
|
37671
|
-
"text": "Boolean"
|
37672
|
-
},
|
37673
|
-
"default": "false",
|
37674
|
-
"description": "Show the auto palette toggle",
|
37675
|
-
"attribute": "show-auto-palette"
|
37676
|
-
},
|
37677
38838
|
{
|
37678
38839
|
"kind": "method",
|
37679
|
-
"name": "
|
37680
|
-
"parameters": [
|
37681
|
-
{
|
37682
|
-
"name": "event",
|
37683
|
-
"type": {
|
37684
|
-
"text": "CustomEvent"
|
37685
|
-
}
|
37686
|
-
}
|
37687
|
-
]
|
37688
|
-
},
|
37689
|
-
{
|
37690
|
-
"kind": "method",
|
37691
|
-
"name": "onBrightnessChanged",
|
38840
|
+
"name": "onSearchInput",
|
37692
38841
|
"parameters": [
|
37693
38842
|
{
|
37694
|
-
"name": "
|
38843
|
+
"name": "e",
|
37695
38844
|
"type": {
|
37696
|
-
"text": "
|
38845
|
+
"text": "Event"
|
37697
38846
|
}
|
37698
38847
|
}
|
37699
38848
|
]
|
@@ -37701,123 +38850,35 @@
|
|
37701
38850
|
],
|
37702
38851
|
"events": [
|
37703
38852
|
{
|
37704
|
-
"name": "
|
37705
|
-
"type": {
|
37706
|
-
"text": "CustomEvent"
|
37707
|
-
},
|
37708
|
-
"description": "Fires when the palette is changed"
|
37709
|
-
},
|
37710
|
-
{
|
37711
|
-
"name": "brightness-changed",
|
38853
|
+
"name": "search",
|
37712
38854
|
"type": {
|
37713
38855
|
"text": "CustomEvent"
|
37714
|
-
}
|
37715
|
-
"description": "Fires when the brightness is changed"
|
37716
|
-
}
|
37717
|
-
],
|
37718
|
-
"attributes": [
|
37719
|
-
{
|
37720
|
-
"name": "palette",
|
37721
|
-
"type": {
|
37722
|
-
"text": "String"
|
37723
|
-
},
|
37724
|
-
"default": "'day'",
|
37725
|
-
"description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
|
37726
|
-
"fieldName": "palette"
|
37727
|
-
},
|
37728
|
-
{
|
37729
|
-
"name": "brightness",
|
37730
|
-
"type": {
|
37731
|
-
"text": "Number"
|
37732
|
-
},
|
37733
|
-
"default": "50",
|
37734
|
-
"description": "The brightness value",
|
37735
|
-
"fieldName": "brightness"
|
37736
|
-
},
|
37737
|
-
{
|
37738
|
-
"name": "show-auto-brightness",
|
37739
|
-
"type": {
|
37740
|
-
"text": "Boolean"
|
37741
|
-
},
|
37742
|
-
"default": "false",
|
37743
|
-
"description": "Show the auto brightness toggle",
|
37744
|
-
"fieldName": "showAutoBrightness"
|
37745
|
-
},
|
37746
|
-
{
|
37747
|
-
"name": "show-auto-palette",
|
37748
|
-
"type": {
|
37749
|
-
"text": "Boolean"
|
37750
|
-
},
|
37751
|
-
"default": "false",
|
37752
|
-
"description": "Show the auto palette toggle",
|
37753
|
-
"fieldName": "showAutoPalette"
|
37754
|
-
}
|
37755
|
-
],
|
37756
|
-
"superclass": {
|
37757
|
-
"name": "LitElement",
|
37758
|
-
"package": "lit"
|
37759
|
-
},
|
37760
|
-
"tagName": "obc-brilliance-menu",
|
37761
|
-
"customElement": true
|
37762
|
-
}
|
37763
|
-
],
|
37764
|
-
"exports": [
|
37765
|
-
{
|
37766
|
-
"kind": "js",
|
37767
|
-
"name": "ObcBrillianceMenu",
|
37768
|
-
"declaration": {
|
37769
|
-
"name": "ObcBrillianceMenu",
|
37770
|
-
"module": "src/components/brilliance-menu/brilliance-menu.ts"
|
37771
|
-
}
|
37772
|
-
},
|
37773
|
-
{
|
37774
|
-
"kind": "custom-element-definition",
|
37775
|
-
"name": "obc-brilliance-menu",
|
37776
|
-
"declaration": {
|
37777
|
-
"name": "ObcBrillianceMenu",
|
37778
|
-
"module": "src/components/brilliance-menu/brilliance-menu.ts"
|
37779
|
-
}
|
37780
|
-
}
|
37781
|
-
]
|
37782
|
-
},
|
37783
|
-
{
|
37784
|
-
"kind": "javascript-module",
|
37785
|
-
"path": "src/components/breadcrumb/breadcrumb.ts",
|
37786
|
-
"declarations": [
|
37787
|
-
{
|
37788
|
-
"kind": "class",
|
37789
|
-
"description": "",
|
37790
|
-
"name": "ObcBreadcrumb",
|
37791
|
-
"members": [
|
37792
|
-
{
|
37793
|
-
"kind": "field",
|
37794
|
-
"name": "items",
|
37795
|
-
"default": "[]"
|
38856
|
+
}
|
37796
38857
|
}
|
37797
38858
|
],
|
37798
38859
|
"superclass": {
|
37799
38860
|
"name": "LitElement",
|
37800
38861
|
"package": "lit"
|
37801
38862
|
},
|
37802
|
-
"tagName": "obc-
|
38863
|
+
"tagName": "obc-app-menu",
|
37803
38864
|
"customElement": true
|
37804
38865
|
}
|
37805
38866
|
],
|
37806
38867
|
"exports": [
|
37807
38868
|
{
|
37808
38869
|
"kind": "js",
|
37809
|
-
"name": "
|
38870
|
+
"name": "ObcAppMenu",
|
37810
38871
|
"declaration": {
|
37811
|
-
"name": "
|
37812
|
-
"module": "src/components/
|
38872
|
+
"name": "ObcAppMenu",
|
38873
|
+
"module": "src/components/app-menu/app-menu.ts"
|
37813
38874
|
}
|
37814
38875
|
},
|
37815
38876
|
{
|
37816
38877
|
"kind": "custom-element-definition",
|
37817
|
-
"name": "obc-
|
38878
|
+
"name": "obc-app-menu",
|
37818
38879
|
"declaration": {
|
37819
|
-
"name": "
|
37820
|
-
"module": "src/components/
|
38880
|
+
"name": "ObcAppMenu",
|
38881
|
+
"module": "src/components/app-menu/app-menu.ts"
|
37821
38882
|
}
|
37822
38883
|
}
|
37823
38884
|
]
|
@@ -38012,107 +39073,155 @@
|
|
38012
39073
|
},
|
38013
39074
|
{
|
38014
39075
|
"kind": "javascript-module",
|
38015
|
-
"path": "src/components/
|
39076
|
+
"path": "src/components/brilliance-menu/brilliance-menu.ts",
|
38016
39077
|
"declarations": [
|
38017
39078
|
{
|
38018
39079
|
"kind": "class",
|
38019
39080
|
"description": "",
|
38020
|
-
"name": "
|
39081
|
+
"name": "ObcBrillianceMenu",
|
38021
39082
|
"members": [
|
38022
39083
|
{
|
38023
39084
|
"kind": "field",
|
38024
|
-
"name": "
|
39085
|
+
"name": "palette",
|
38025
39086
|
"type": {
|
38026
|
-
"text": "
|
39087
|
+
"text": "String"
|
38027
39088
|
},
|
38028
|
-
"default": "'
|
38029
|
-
"
|
39089
|
+
"default": "'day'",
|
39090
|
+
"description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
|
39091
|
+
"attribute": "palette"
|
38030
39092
|
},
|
38031
39093
|
{
|
38032
39094
|
"kind": "field",
|
38033
|
-
"name": "
|
39095
|
+
"name": "brightness",
|
38034
39096
|
"type": {
|
38035
|
-
"text": "
|
39097
|
+
"text": "Number"
|
38036
39098
|
},
|
38037
|
-
"default": "
|
38038
|
-
"
|
39099
|
+
"default": "50",
|
39100
|
+
"description": "The brightness value",
|
39101
|
+
"attribute": "brightness"
|
38039
39102
|
},
|
38040
39103
|
{
|
38041
39104
|
"kind": "field",
|
38042
|
-
"name": "
|
39105
|
+
"name": "showAutoBrightness",
|
38043
39106
|
"type": {
|
38044
|
-
"text": "
|
39107
|
+
"text": "Boolean"
|
38045
39108
|
},
|
38046
|
-
"
|
39109
|
+
"default": "false",
|
39110
|
+
"description": "Show the auto brightness toggle",
|
39111
|
+
"attribute": "show-auto-brightness"
|
38047
39112
|
},
|
38048
39113
|
{
|
38049
39114
|
"kind": "field",
|
38050
|
-
"name": "
|
39115
|
+
"name": "showAutoPalette",
|
38051
39116
|
"type": {
|
38052
|
-
"text": "
|
39117
|
+
"text": "Boolean"
|
38053
39118
|
},
|
38054
|
-
"
|
39119
|
+
"default": "false",
|
39120
|
+
"description": "Show the auto palette toggle",
|
39121
|
+
"attribute": "show-auto-palette"
|
38055
39122
|
},
|
38056
39123
|
{
|
38057
|
-
"kind": "
|
38058
|
-
"name": "
|
39124
|
+
"kind": "method",
|
39125
|
+
"name": "onPaletteChanged",
|
39126
|
+
"parameters": [
|
39127
|
+
{
|
39128
|
+
"name": "event",
|
39129
|
+
"type": {
|
39130
|
+
"text": "CustomEvent"
|
39131
|
+
}
|
39132
|
+
}
|
39133
|
+
]
|
39134
|
+
},
|
39135
|
+
{
|
39136
|
+
"kind": "method",
|
39137
|
+
"name": "onBrightnessChanged",
|
39138
|
+
"parameters": [
|
39139
|
+
{
|
39140
|
+
"name": "event",
|
39141
|
+
"type": {
|
39142
|
+
"text": "CustomEvent"
|
39143
|
+
}
|
39144
|
+
}
|
39145
|
+
]
|
39146
|
+
}
|
39147
|
+
],
|
39148
|
+
"events": [
|
39149
|
+
{
|
39150
|
+
"name": "palette-changed",
|
38059
39151
|
"type": {
|
38060
|
-
"text": "
|
39152
|
+
"text": "CustomEvent"
|
38061
39153
|
},
|
38062
|
-
"
|
38063
|
-
"default": "false"
|
39154
|
+
"description": "Fires when the palette is changed"
|
38064
39155
|
},
|
38065
39156
|
{
|
38066
|
-
"
|
38067
|
-
"name": "hasIconTrailing",
|
39157
|
+
"name": "brightness-changed",
|
38068
39158
|
"type": {
|
38069
|
-
"text": "
|
39159
|
+
"text": "CustomEvent"
|
38070
39160
|
},
|
38071
|
-
"
|
38072
|
-
"default": "false"
|
39161
|
+
"description": "Fires when the brightness is changed"
|
38073
39162
|
}
|
38074
39163
|
],
|
38075
39164
|
"attributes": [
|
38076
39165
|
{
|
38077
|
-
"name": "
|
39166
|
+
"name": "palette",
|
38078
39167
|
"type": {
|
38079
|
-
"text": "
|
39168
|
+
"text": "String"
|
38080
39169
|
},
|
38081
|
-
"default": "'
|
38082
|
-
"
|
39170
|
+
"default": "'day'",
|
39171
|
+
"description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
|
39172
|
+
"fieldName": "palette"
|
38083
39173
|
},
|
38084
39174
|
{
|
38085
|
-
"name": "
|
39175
|
+
"name": "brightness",
|
38086
39176
|
"type": {
|
38087
|
-
"text": "
|
39177
|
+
"text": "Number"
|
38088
39178
|
},
|
38089
|
-
"default": "
|
38090
|
-
"
|
39179
|
+
"default": "50",
|
39180
|
+
"description": "The brightness value",
|
39181
|
+
"fieldName": "brightness"
|
39182
|
+
},
|
39183
|
+
{
|
39184
|
+
"name": "show-auto-brightness",
|
39185
|
+
"type": {
|
39186
|
+
"text": "Boolean"
|
39187
|
+
},
|
39188
|
+
"default": "false",
|
39189
|
+
"description": "Show the auto brightness toggle",
|
39190
|
+
"fieldName": "showAutoBrightness"
|
39191
|
+
},
|
39192
|
+
{
|
39193
|
+
"name": "show-auto-palette",
|
39194
|
+
"type": {
|
39195
|
+
"text": "Boolean"
|
39196
|
+
},
|
39197
|
+
"default": "false",
|
39198
|
+
"description": "Show the auto palette toggle",
|
39199
|
+
"fieldName": "showAutoPalette"
|
38091
39200
|
}
|
38092
39201
|
],
|
38093
39202
|
"superclass": {
|
38094
39203
|
"name": "LitElement",
|
38095
39204
|
"package": "lit"
|
38096
39205
|
},
|
38097
|
-
"tagName": "obc-
|
39206
|
+
"tagName": "obc-brilliance-menu",
|
38098
39207
|
"customElement": true
|
38099
39208
|
}
|
38100
39209
|
],
|
38101
39210
|
"exports": [
|
38102
39211
|
{
|
38103
39212
|
"kind": "js",
|
38104
|
-
"name": "
|
39213
|
+
"name": "ObcBrillianceMenu",
|
38105
39214
|
"declaration": {
|
38106
|
-
"name": "
|
38107
|
-
"module": "src/components/
|
39215
|
+
"name": "ObcBrillianceMenu",
|
39216
|
+
"module": "src/components/brilliance-menu/brilliance-menu.ts"
|
38108
39217
|
}
|
38109
39218
|
},
|
38110
39219
|
{
|
38111
39220
|
"kind": "custom-element-definition",
|
38112
|
-
"name": "obc-
|
39221
|
+
"name": "obc-brilliance-menu",
|
38113
39222
|
"declaration": {
|
38114
|
-
"name": "
|
38115
|
-
"module": "src/components/
|
39223
|
+
"name": "ObcBrillianceMenu",
|
39224
|
+
"module": "src/components/brilliance-menu/brilliance-menu.ts"
|
38116
39225
|
}
|
38117
39226
|
}
|
38118
39227
|
]
|
@@ -38207,6 +39316,185 @@
|
|
38207
39316
|
}
|
38208
39317
|
]
|
38209
39318
|
},
|
39319
|
+
{
|
39320
|
+
"kind": "javascript-module",
|
39321
|
+
"path": "src/components/card-list-button/card-list-button.ts",
|
39322
|
+
"declarations": [
|
39323
|
+
{
|
39324
|
+
"kind": "class",
|
39325
|
+
"description": "",
|
39326
|
+
"name": "ObcCardListButton",
|
39327
|
+
"members": [
|
39328
|
+
{
|
39329
|
+
"kind": "field",
|
39330
|
+
"name": "icon",
|
39331
|
+
"type": {
|
39332
|
+
"text": "string"
|
39333
|
+
},
|
39334
|
+
"default": "'01-placeholder'",
|
39335
|
+
"attribute": "icon"
|
39336
|
+
},
|
39337
|
+
{
|
39338
|
+
"kind": "field",
|
39339
|
+
"name": "variant",
|
39340
|
+
"type": {
|
39341
|
+
"text": "string"
|
39342
|
+
},
|
39343
|
+
"default": "'normal'",
|
39344
|
+
"attribute": "variant"
|
39345
|
+
},
|
39346
|
+
{
|
39347
|
+
"kind": "field",
|
39348
|
+
"name": "leadingIcon",
|
39349
|
+
"type": {
|
39350
|
+
"text": "NodeListOf<HTMLElement>"
|
39351
|
+
},
|
39352
|
+
"privacy": "private"
|
39353
|
+
},
|
39354
|
+
{
|
39355
|
+
"kind": "field",
|
39356
|
+
"name": "trailingIcon",
|
39357
|
+
"type": {
|
39358
|
+
"text": "NodeListOf<HTMLElement>"
|
39359
|
+
},
|
39360
|
+
"privacy": "private"
|
39361
|
+
},
|
39362
|
+
{
|
39363
|
+
"kind": "field",
|
39364
|
+
"name": "hasIconLeading",
|
39365
|
+
"type": {
|
39366
|
+
"text": "boolean"
|
39367
|
+
},
|
39368
|
+
"privacy": "private",
|
39369
|
+
"default": "false"
|
39370
|
+
},
|
39371
|
+
{
|
39372
|
+
"kind": "field",
|
39373
|
+
"name": "hasIconTrailing",
|
39374
|
+
"type": {
|
39375
|
+
"text": "boolean"
|
39376
|
+
},
|
39377
|
+
"privacy": "private",
|
39378
|
+
"default": "false"
|
39379
|
+
}
|
39380
|
+
],
|
39381
|
+
"attributes": [
|
39382
|
+
{
|
39383
|
+
"name": "icon",
|
39384
|
+
"type": {
|
39385
|
+
"text": "string"
|
39386
|
+
},
|
39387
|
+
"default": "'01-placeholder'",
|
39388
|
+
"fieldName": "icon"
|
39389
|
+
},
|
39390
|
+
{
|
39391
|
+
"name": "variant",
|
39392
|
+
"type": {
|
39393
|
+
"text": "string"
|
39394
|
+
},
|
39395
|
+
"default": "'normal'",
|
39396
|
+
"fieldName": "variant"
|
39397
|
+
}
|
39398
|
+
],
|
39399
|
+
"superclass": {
|
39400
|
+
"name": "LitElement",
|
39401
|
+
"package": "lit"
|
39402
|
+
},
|
39403
|
+
"tagName": "obc-card-list-button",
|
39404
|
+
"customElement": true
|
39405
|
+
}
|
39406
|
+
],
|
39407
|
+
"exports": [
|
39408
|
+
{
|
39409
|
+
"kind": "js",
|
39410
|
+
"name": "ObcCardListButton",
|
39411
|
+
"declaration": {
|
39412
|
+
"name": "ObcCardListButton",
|
39413
|
+
"module": "src/components/card-list-button/card-list-button.ts"
|
39414
|
+
}
|
39415
|
+
},
|
39416
|
+
{
|
39417
|
+
"kind": "custom-element-definition",
|
39418
|
+
"name": "obc-card-list-button",
|
39419
|
+
"declaration": {
|
39420
|
+
"name": "ObcCardListButton",
|
39421
|
+
"module": "src/components/card-list-button/card-list-button.ts"
|
39422
|
+
}
|
39423
|
+
}
|
39424
|
+
]
|
39425
|
+
},
|
39426
|
+
{
|
39427
|
+
"kind": "javascript-module",
|
39428
|
+
"path": "src/components/context-menu/context-menu.ts",
|
39429
|
+
"declarations": [
|
39430
|
+
{
|
39431
|
+
"kind": "class",
|
39432
|
+
"description": "",
|
39433
|
+
"name": "ObcContextMenu",
|
39434
|
+
"members": [],
|
39435
|
+
"superclass": {
|
39436
|
+
"name": "LitElement",
|
39437
|
+
"package": "lit"
|
39438
|
+
},
|
39439
|
+
"tagName": "obc-context-menu",
|
39440
|
+
"customElement": true
|
39441
|
+
}
|
39442
|
+
],
|
39443
|
+
"exports": [
|
39444
|
+
{
|
39445
|
+
"kind": "js",
|
39446
|
+
"name": "ObcContextMenu",
|
39447
|
+
"declaration": {
|
39448
|
+
"name": "ObcContextMenu",
|
39449
|
+
"module": "src/components/context-menu/context-menu.ts"
|
39450
|
+
}
|
39451
|
+
},
|
39452
|
+
{
|
39453
|
+
"kind": "custom-element-definition",
|
39454
|
+
"name": "obc-context-menu",
|
39455
|
+
"declaration": {
|
39456
|
+
"name": "ObcContextMenu",
|
39457
|
+
"module": "src/components/context-menu/context-menu.ts"
|
39458
|
+
}
|
39459
|
+
}
|
39460
|
+
]
|
39461
|
+
},
|
39462
|
+
{
|
39463
|
+
"kind": "javascript-module",
|
39464
|
+
"path": "src/components/divider/divider.ts",
|
39465
|
+
"declarations": [
|
39466
|
+
{
|
39467
|
+
"kind": "class",
|
39468
|
+
"description": "",
|
39469
|
+
"name": "ObcDivider",
|
39470
|
+
"members": [],
|
39471
|
+
"superclass": {
|
39472
|
+
"name": "LitElement",
|
39473
|
+
"package": "lit"
|
39474
|
+
},
|
39475
|
+
"tagName": "obc-divider",
|
39476
|
+
"customElement": true
|
39477
|
+
}
|
39478
|
+
],
|
39479
|
+
"exports": [
|
39480
|
+
{
|
39481
|
+
"kind": "js",
|
39482
|
+
"name": "ObcDivider",
|
39483
|
+
"declaration": {
|
39484
|
+
"name": "ObcDivider",
|
39485
|
+
"module": "src/components/divider/divider.ts"
|
39486
|
+
}
|
39487
|
+
},
|
39488
|
+
{
|
39489
|
+
"kind": "custom-element-definition",
|
39490
|
+
"name": "obc-divider",
|
39491
|
+
"declaration": {
|
39492
|
+
"name": "ObcDivider",
|
39493
|
+
"module": "src/components/divider/divider.ts"
|
39494
|
+
}
|
39495
|
+
}
|
39496
|
+
]
|
39497
|
+
},
|
38210
39498
|
{
|
38211
39499
|
"kind": "javascript-module",
|
38212
39500
|
"path": "src/components/icon-button/icon-button.ts",
|
@@ -38348,78 +39636,6 @@
|
|
38348
39636
|
}
|
38349
39637
|
]
|
38350
39638
|
},
|
38351
|
-
{
|
38352
|
-
"kind": "javascript-module",
|
38353
|
-
"path": "src/components/divider/divider.ts",
|
38354
|
-
"declarations": [
|
38355
|
-
{
|
38356
|
-
"kind": "class",
|
38357
|
-
"description": "",
|
38358
|
-
"name": "ObcDivider",
|
38359
|
-
"members": [],
|
38360
|
-
"superclass": {
|
38361
|
-
"name": "LitElement",
|
38362
|
-
"package": "lit"
|
38363
|
-
},
|
38364
|
-
"tagName": "obc-divider",
|
38365
|
-
"customElement": true
|
38366
|
-
}
|
38367
|
-
],
|
38368
|
-
"exports": [
|
38369
|
-
{
|
38370
|
-
"kind": "js",
|
38371
|
-
"name": "ObcDivider",
|
38372
|
-
"declaration": {
|
38373
|
-
"name": "ObcDivider",
|
38374
|
-
"module": "src/components/divider/divider.ts"
|
38375
|
-
}
|
38376
|
-
},
|
38377
|
-
{
|
38378
|
-
"kind": "custom-element-definition",
|
38379
|
-
"name": "obc-divider",
|
38380
|
-
"declaration": {
|
38381
|
-
"name": "ObcDivider",
|
38382
|
-
"module": "src/components/divider/divider.ts"
|
38383
|
-
}
|
38384
|
-
}
|
38385
|
-
]
|
38386
|
-
},
|
38387
|
-
{
|
38388
|
-
"kind": "javascript-module",
|
38389
|
-
"path": "src/components/context-menu/context-menu.ts",
|
38390
|
-
"declarations": [
|
38391
|
-
{
|
38392
|
-
"kind": "class",
|
38393
|
-
"description": "",
|
38394
|
-
"name": "ObcContextMenu",
|
38395
|
-
"members": [],
|
38396
|
-
"superclass": {
|
38397
|
-
"name": "LitElement",
|
38398
|
-
"package": "lit"
|
38399
|
-
},
|
38400
|
-
"tagName": "obc-context-menu",
|
38401
|
-
"customElement": true
|
38402
|
-
}
|
38403
|
-
],
|
38404
|
-
"exports": [
|
38405
|
-
{
|
38406
|
-
"kind": "js",
|
38407
|
-
"name": "ObcContextMenu",
|
38408
|
-
"declaration": {
|
38409
|
-
"name": "ObcContextMenu",
|
38410
|
-
"module": "src/components/context-menu/context-menu.ts"
|
38411
|
-
}
|
38412
|
-
},
|
38413
|
-
{
|
38414
|
-
"kind": "custom-element-definition",
|
38415
|
-
"name": "obc-context-menu",
|
38416
|
-
"declaration": {
|
38417
|
-
"name": "ObcContextMenu",
|
38418
|
-
"module": "src/components/context-menu/context-menu.ts"
|
38419
|
-
}
|
38420
|
-
}
|
38421
|
-
]
|
38422
|
-
},
|
38423
39639
|
{
|
38424
39640
|
"kind": "javascript-module",
|
38425
39641
|
"path": "src/components/input/input.ts",
|
@@ -38966,6 +40182,177 @@
|
|
38966
40182
|
}
|
38967
40183
|
]
|
38968
40184
|
},
|
40185
|
+
{
|
40186
|
+
"kind": "javascript-module",
|
40187
|
+
"path": "src/components/rich-button/rich-button.ts",
|
40188
|
+
"declarations": [
|
40189
|
+
{
|
40190
|
+
"kind": "class",
|
40191
|
+
"description": "",
|
40192
|
+
"name": "ObcRichButton",
|
40193
|
+
"members": [
|
40194
|
+
{
|
40195
|
+
"kind": "field",
|
40196
|
+
"name": "position",
|
40197
|
+
"type": {
|
40198
|
+
"text": "ObcRichButtonPositionType"
|
40199
|
+
},
|
40200
|
+
"attribute": "position"
|
40201
|
+
},
|
40202
|
+
{
|
40203
|
+
"kind": "field",
|
40204
|
+
"name": "size",
|
40205
|
+
"type": {
|
40206
|
+
"text": "ObcRichButtonSizeType"
|
40207
|
+
},
|
40208
|
+
"attribute": "size"
|
40209
|
+
},
|
40210
|
+
{
|
40211
|
+
"kind": "field",
|
40212
|
+
"name": "hasLeadingIcon",
|
40213
|
+
"type": {
|
40214
|
+
"text": "boolean"
|
40215
|
+
},
|
40216
|
+
"default": "false",
|
40217
|
+
"attribute": "has-leading-icon"
|
40218
|
+
},
|
40219
|
+
{
|
40220
|
+
"kind": "field",
|
40221
|
+
"name": "hasTrailingIcon",
|
40222
|
+
"type": {
|
40223
|
+
"text": "boolean"
|
40224
|
+
},
|
40225
|
+
"default": "false",
|
40226
|
+
"attribute": "has-trailing-icon"
|
40227
|
+
},
|
40228
|
+
{
|
40229
|
+
"kind": "field",
|
40230
|
+
"name": "hasStatus",
|
40231
|
+
"type": {
|
40232
|
+
"text": "boolean"
|
40233
|
+
},
|
40234
|
+
"default": "false",
|
40235
|
+
"attribute": "has-status"
|
40236
|
+
},
|
40237
|
+
{
|
40238
|
+
"kind": "field",
|
40239
|
+
"name": "hasGraphic",
|
40240
|
+
"type": {
|
40241
|
+
"text": "boolean"
|
40242
|
+
},
|
40243
|
+
"default": "false",
|
40244
|
+
"attribute": "has-graphic"
|
40245
|
+
},
|
40246
|
+
{
|
40247
|
+
"kind": "field",
|
40248
|
+
"name": "graphicBorder",
|
40249
|
+
"type": {
|
40250
|
+
"text": "boolean"
|
40251
|
+
},
|
40252
|
+
"default": "false",
|
40253
|
+
"attribute": "graphic-border"
|
40254
|
+
},
|
40255
|
+
{
|
40256
|
+
"kind": "field",
|
40257
|
+
"name": "border",
|
40258
|
+
"type": {
|
40259
|
+
"text": "boolean"
|
40260
|
+
},
|
40261
|
+
"default": "false",
|
40262
|
+
"attribute": "border"
|
40263
|
+
}
|
40264
|
+
],
|
40265
|
+
"attributes": [
|
40266
|
+
{
|
40267
|
+
"name": "position",
|
40268
|
+
"type": {
|
40269
|
+
"text": "ObcRichButtonPositionType"
|
40270
|
+
},
|
40271
|
+
"fieldName": "position"
|
40272
|
+
},
|
40273
|
+
{
|
40274
|
+
"name": "size",
|
40275
|
+
"type": {
|
40276
|
+
"text": "ObcRichButtonSizeType"
|
40277
|
+
},
|
40278
|
+
"fieldName": "size"
|
40279
|
+
},
|
40280
|
+
{
|
40281
|
+
"name": "has-leading-icon",
|
40282
|
+
"type": {
|
40283
|
+
"text": "boolean"
|
40284
|
+
},
|
40285
|
+
"default": "false",
|
40286
|
+
"fieldName": "hasLeadingIcon"
|
40287
|
+
},
|
40288
|
+
{
|
40289
|
+
"name": "has-trailing-icon",
|
40290
|
+
"type": {
|
40291
|
+
"text": "boolean"
|
40292
|
+
},
|
40293
|
+
"default": "false",
|
40294
|
+
"fieldName": "hasTrailingIcon"
|
40295
|
+
},
|
40296
|
+
{
|
40297
|
+
"name": "has-status",
|
40298
|
+
"type": {
|
40299
|
+
"text": "boolean"
|
40300
|
+
},
|
40301
|
+
"default": "false",
|
40302
|
+
"fieldName": "hasStatus"
|
40303
|
+
},
|
40304
|
+
{
|
40305
|
+
"name": "has-graphic",
|
40306
|
+
"type": {
|
40307
|
+
"text": "boolean"
|
40308
|
+
},
|
40309
|
+
"default": "false",
|
40310
|
+
"fieldName": "hasGraphic"
|
40311
|
+
},
|
40312
|
+
{
|
40313
|
+
"name": "graphic-border",
|
40314
|
+
"type": {
|
40315
|
+
"text": "boolean"
|
40316
|
+
},
|
40317
|
+
"default": "false",
|
40318
|
+
"fieldName": "graphicBorder"
|
40319
|
+
},
|
40320
|
+
{
|
40321
|
+
"name": "border",
|
40322
|
+
"type": {
|
40323
|
+
"text": "boolean"
|
40324
|
+
},
|
40325
|
+
"default": "false",
|
40326
|
+
"fieldName": "border"
|
40327
|
+
}
|
40328
|
+
],
|
40329
|
+
"superclass": {
|
40330
|
+
"name": "LitElement",
|
40331
|
+
"package": "lit"
|
40332
|
+
},
|
40333
|
+
"tagName": "obc-rich-button",
|
40334
|
+
"customElement": true
|
40335
|
+
}
|
40336
|
+
],
|
40337
|
+
"exports": [
|
40338
|
+
{
|
40339
|
+
"kind": "js",
|
40340
|
+
"name": "ObcRichButton",
|
40341
|
+
"declaration": {
|
40342
|
+
"name": "ObcRichButton",
|
40343
|
+
"module": "src/components/rich-button/rich-button.ts"
|
40344
|
+
}
|
40345
|
+
},
|
40346
|
+
{
|
40347
|
+
"kind": "custom-element-definition",
|
40348
|
+
"name": "obc-rich-button",
|
40349
|
+
"declaration": {
|
40350
|
+
"name": "ObcRichButton",
|
40351
|
+
"module": "src/components/rich-button/rich-button.ts"
|
40352
|
+
}
|
40353
|
+
}
|
40354
|
+
]
|
40355
|
+
},
|
38969
40356
|
{
|
38970
40357
|
"kind": "javascript-module",
|
38971
40358
|
"path": "src/components/scrollbar/scrollbar.ts",
|
@@ -40154,6 +41541,79 @@
|
|
40154
41541
|
}
|
40155
41542
|
]
|
40156
41543
|
},
|
41544
|
+
{
|
41545
|
+
"kind": "javascript-module",
|
41546
|
+
"path": "src/components/vendor-button/vendor-button.ts",
|
41547
|
+
"declarations": [
|
41548
|
+
{
|
41549
|
+
"kind": "class",
|
41550
|
+
"description": "",
|
41551
|
+
"name": "ObcVendorButton",
|
41552
|
+
"members": [
|
41553
|
+
{
|
41554
|
+
"kind": "field",
|
41555
|
+
"name": "imageSrc",
|
41556
|
+
"type": {
|
41557
|
+
"text": "string"
|
41558
|
+
},
|
41559
|
+
"default": "''",
|
41560
|
+
"attribute": "image-src"
|
41561
|
+
},
|
41562
|
+
{
|
41563
|
+
"kind": "field",
|
41564
|
+
"name": "alt",
|
41565
|
+
"type": {
|
41566
|
+
"text": "string"
|
41567
|
+
},
|
41568
|
+
"default": "'logo'",
|
41569
|
+
"attribute": "alt"
|
41570
|
+
}
|
41571
|
+
],
|
41572
|
+
"attributes": [
|
41573
|
+
{
|
41574
|
+
"name": "image-src",
|
41575
|
+
"type": {
|
41576
|
+
"text": "string"
|
41577
|
+
},
|
41578
|
+
"default": "''",
|
41579
|
+
"fieldName": "imageSrc"
|
41580
|
+
},
|
41581
|
+
{
|
41582
|
+
"name": "alt",
|
41583
|
+
"type": {
|
41584
|
+
"text": "string"
|
41585
|
+
},
|
41586
|
+
"default": "'logo'",
|
41587
|
+
"fieldName": "alt"
|
41588
|
+
}
|
41589
|
+
],
|
41590
|
+
"superclass": {
|
41591
|
+
"name": "LitElement",
|
41592
|
+
"package": "lit"
|
41593
|
+
},
|
41594
|
+
"tagName": "obc-vendor-button",
|
41595
|
+
"customElement": true
|
41596
|
+
}
|
41597
|
+
],
|
41598
|
+
"exports": [
|
41599
|
+
{
|
41600
|
+
"kind": "js",
|
41601
|
+
"name": "ObcVendorButton",
|
41602
|
+
"declaration": {
|
41603
|
+
"name": "ObcVendorButton",
|
41604
|
+
"module": "src/components/vendor-button/vendor-button.ts"
|
41605
|
+
}
|
41606
|
+
},
|
41607
|
+
{
|
41608
|
+
"kind": "custom-element-definition",
|
41609
|
+
"name": "obc-vendor-button",
|
41610
|
+
"declaration": {
|
41611
|
+
"name": "ObcVendorButton",
|
41612
|
+
"module": "src/components/vendor-button/vendor-button.ts"
|
41613
|
+
}
|
41614
|
+
}
|
41615
|
+
]
|
41616
|
+
},
|
40157
41617
|
{
|
40158
41618
|
"kind": "javascript-module",
|
40159
41619
|
"path": "src/navigation-instruments/azimuth-thruster/azimuth-thruster.ts",
|
@@ -40655,6 +42115,132 @@
|
|
40655
42115
|
}
|
40656
42116
|
}
|
40657
42117
|
]
|
42118
|
+
},
|
42119
|
+
{
|
42120
|
+
"kind": "javascript-module",
|
42121
|
+
"path": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts",
|
42122
|
+
"declarations": [
|
42123
|
+
{
|
42124
|
+
"kind": "variable",
|
42125
|
+
"name": "svg14AlarmSilencedA",
|
42126
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1409 1.51681C11.5032 0.82773 12.4968 0.827732 12.8591 1.51681L22.8888 20.5936C23.2254 21.2338 22.7573 22 22.0297 22H1.97033C1.24266 22 0.774615 21.2338 1.11121 20.5936L11.1409 1.51681Z\" fill=\"var(--alarm-enabled-background-color)\"/>\n<path d=\"M6.99848 10.8967L7.88021 10.015L17.3 19.2682L16.4183 20.1499L15.1363 18.868C14.4859 19.387 13.7168 19.7747 12.8788 19.9623V18.6741C13.3791 18.5303 13.8356 18.2864 14.2421 17.98L11.6281 15.366V19.487L8.50138 16.3603H6V12.6082H8.50138L8.68273 12.4206L6.99848 10.8967Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M15.7491 15.9476C15.9117 15.4911 16.0055 14.9971 16.0055 14.4843C16.0055 12.5019 14.6861 10.826 12.8788 10.2882V9C15.3864 9.56906 17.2562 11.8078 17.2562 14.4843C17.2562 15.3535 17.0561 16.1727 16.7059 16.9044L15.7491 15.9476Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M12.8788 11.9641C13.8043 12.4269 14.4422 13.3774 14.4422 14.4843C14.4422 14.5343 14.4359 14.5843 14.4297 14.6344L12.8788 13.0835V11.9641Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M10.4525 10.6572L11.6281 9.48152V11.8328L10.4525 10.6572Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n</svg>\n`"
|
42127
|
+
}
|
42128
|
+
],
|
42129
|
+
"exports": [
|
42130
|
+
{
|
42131
|
+
"kind": "js",
|
42132
|
+
"name": "svg14AlarmSilencedA",
|
42133
|
+
"declaration": {
|
42134
|
+
"name": "svg14AlarmSilencedA",
|
42135
|
+
"module": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts"
|
42136
|
+
}
|
42137
|
+
}
|
42138
|
+
]
|
42139
|
+
},
|
42140
|
+
{
|
42141
|
+
"kind": "javascript-module",
|
42142
|
+
"path": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts",
|
42143
|
+
"declarations": [
|
42144
|
+
{
|
42145
|
+
"kind": "variable",
|
42146
|
+
"name": "svg14AlarmSilencedB",
|
42147
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_850_47505)\">\n<path d=\"M13.3017 1.28413L12.8591 1.51681L13.3017 1.28413C12.752 0.238626 11.248 0.238621 10.6983 1.28413L11.1314 1.51182L10.6983 1.28413L0.668648 20.3609C0.154023 21.3397 0.872928 22.5 1.97033 22.5H22.0297C23.1271 22.5 23.846 21.3397 23.3314 20.3609L13.3017 1.28413Z\" style=\"stroke: var(--element-neutral-color)\" />\n<path d=\"M6.99848 10.8967L7.88021 10.015L17.3 19.2682L16.4183 20.1499L15.1363 18.868C14.4859 19.387 13.7168 19.7747 12.8788 19.9623V18.6741C13.3791 18.5303 13.8356 18.2864 14.2421 17.98L11.6281 15.366V19.487L8.50138 16.3603H6V12.6082H8.50138L8.68273 12.4206L6.99848 10.8967Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M15.7491 15.9476C15.9117 15.4911 16.0055 14.9971 16.0055 14.4843C16.0055 12.5019 14.6861 10.826 12.8788 10.2882V9C15.3864 9.56906 17.2562 11.8078 17.2562 14.4843C17.2562 15.3535 17.0561 16.1727 16.7059 16.9044L15.7491 15.9476Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M12.8788 11.9641C13.8043 12.4269 14.4422 13.3774 14.4422 14.4843C14.4422 14.5343 14.4359 14.5843 14.4297 14.6344L12.8788 13.0835V11.9641Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M10.4525 10.6572L11.6281 9.48152V11.8328L10.4525 10.6572Z\" style=\"fill: var(--element-neutral-color)\" />\n</g>\n<defs>\n<clipPath id=\"clip0_850_47505\">\n<rect width=\"24\" height=\"24\" fill=\"none\"/>\n</clipPath>\n</defs>\n</svg>\n`"
|
42148
|
+
}
|
42149
|
+
],
|
42150
|
+
"exports": [
|
42151
|
+
{
|
42152
|
+
"kind": "js",
|
42153
|
+
"name": "svg14AlarmSilencedB",
|
42154
|
+
"declaration": {
|
42155
|
+
"name": "svg14AlarmSilencedB",
|
42156
|
+
"module": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts"
|
42157
|
+
}
|
42158
|
+
}
|
42159
|
+
]
|
42160
|
+
},
|
42161
|
+
{
|
42162
|
+
"kind": "javascript-module",
|
42163
|
+
"path": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts",
|
42164
|
+
"declarations": [
|
42165
|
+
{
|
42166
|
+
"kind": "variable",
|
42167
|
+
"name": "svg14AlarmUnackA",
|
42168
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1409 1.51681C11.5032 0.82773 12.4968 0.827732 12.8591 1.51681L22.8888 20.5936C23.2254 21.2338 22.7573 22 22.0297 22H1.97033C1.24266 22 0.774615 21.2338 1.11121 20.5936L11.1409 1.51681Z\" fill=\"var(--alarm-enabled-background-color)\"/>\n<path d=\"M8.50855 16.3814L11.6442 19.5171V9.4829L8.50855 12.6186H6V16.3814H8.50855Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M14.4664 14.5C14.4664 13.39 13.8267 12.4367 12.8985 11.9726V17.0211C13.8267 16.5633 14.4664 15.61 14.4664 14.5Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M12.8985 10.2919C14.7109 10.8312 16.0342 12.512 16.0342 14.5C16.0342 16.488 14.7109 18.1688 12.8985 18.7081V20C15.4133 19.4293 17.2885 17.1842 17.2885 14.5C17.2885 11.8159 15.4133 9.5707 12.8985 9V10.2919Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n</svg>\n`"
|
42169
|
+
}
|
42170
|
+
],
|
42171
|
+
"exports": [
|
42172
|
+
{
|
42173
|
+
"kind": "js",
|
42174
|
+
"name": "svg14AlarmUnackA",
|
42175
|
+
"declaration": {
|
42176
|
+
"name": "svg14AlarmUnackA",
|
42177
|
+
"module": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts"
|
42178
|
+
}
|
42179
|
+
}
|
42180
|
+
]
|
42181
|
+
},
|
42182
|
+
{
|
42183
|
+
"kind": "javascript-module",
|
42184
|
+
"path": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts",
|
42185
|
+
"declarations": [
|
42186
|
+
{
|
42187
|
+
"kind": "variable",
|
42188
|
+
"name": "svg14AlarmUnackB",
|
42189
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_850_47508)\">\n<path d=\"M13.3017 1.28413L12.8591 1.51681L13.3017 1.28413C12.752 0.238626 11.248 0.238621 10.6983 1.28413L11.1314 1.51182L10.6983 1.28413L0.668648 20.3609C0.154023 21.3397 0.872928 22.5 1.97033 22.5H22.0297C23.1271 22.5 23.846 21.3397 23.3314 20.3609L13.3017 1.28413Z\" style=\"stroke: var(--element-neutral-color)\" />\n<path d=\"M8.50855 16.3814L11.6442 19.5171V9.4829L8.50855 12.6186H6V16.3814H8.50855Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M14.4664 14.5C14.4664 13.39 13.8267 12.4367 12.8985 11.9726V17.0211C13.8267 16.5633 14.4664 15.61 14.4664 14.5Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M12.8985 10.2919C14.7109 10.8312 16.0342 12.512 16.0342 14.5C16.0342 16.488 14.7109 18.1688 12.8985 18.7081V20C15.4133 19.4293 17.2885 17.1842 17.2885 14.5C17.2885 11.8159 15.4133 9.5707 12.8985 9V10.2919Z\" style=\"fill: var(--element-neutral-color)\" />\n</g>\n<defs>\n<clipPath id=\"clip0_850_47508\">\n<rect width=\"24\" height=\"24\" fill=\"none\"/>\n</clipPath>\n</defs>\n</svg>\n`"
|
42190
|
+
}
|
42191
|
+
],
|
42192
|
+
"exports": [
|
42193
|
+
{
|
42194
|
+
"kind": "js",
|
42195
|
+
"name": "svg14AlarmUnackB",
|
42196
|
+
"declaration": {
|
42197
|
+
"name": "svg14AlarmUnackB",
|
42198
|
+
"module": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts"
|
42199
|
+
}
|
42200
|
+
}
|
42201
|
+
]
|
42202
|
+
},
|
42203
|
+
{
|
42204
|
+
"kind": "javascript-module",
|
42205
|
+
"path": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts",
|
42206
|
+
"declarations": [
|
42207
|
+
{
|
42208
|
+
"kind": "variable",
|
42209
|
+
"name": "svg14WarningUnackA",
|
42210
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"fill: var(--warning-enabled-background-color)\" style=\"stroke: var(--element-active-color)\"/>\n<path d=\"M8.50855 13.8814L11.6442 17.0171V6.9829L8.50855 10.1186H6V13.8814H8.50855Z\" style=\"fill: var(--on-warning-active-color)\" />\n<path d=\"M14.4664 12C14.4664 10.89 13.8267 9.93672 12.8985 9.47263V14.5211C13.8267 14.0633 14.4664 13.11 14.4664 12Z\" style=\"fill: var(--on-warning-active-color)\" />\n<path d=\"M12.8985 7.7919C14.7109 8.33124 16.0342 10.012 16.0342 12C16.0342 13.988 14.7109 15.6688 12.8985 16.2081V17.5C15.4133 16.9293 17.2885 14.6842 17.2885 12C17.2885 9.31585 15.4133 7.0707 12.8985 6.5V7.7919Z\" style=\"fill: var(--on-warning-active-color)\" />\n</svg>\n`"
|
42211
|
+
}
|
42212
|
+
],
|
42213
|
+
"exports": [
|
42214
|
+
{
|
42215
|
+
"kind": "js",
|
42216
|
+
"name": "svg14WarningUnackA",
|
42217
|
+
"declaration": {
|
42218
|
+
"name": "svg14WarningUnackA",
|
42219
|
+
"module": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts"
|
42220
|
+
}
|
42221
|
+
}
|
42222
|
+
]
|
42223
|
+
},
|
42224
|
+
{
|
42225
|
+
"kind": "javascript-module",
|
42226
|
+
"path": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts",
|
42227
|
+
"declarations": [
|
42228
|
+
{
|
42229
|
+
"kind": "variable",
|
42230
|
+
"name": "svg14WarningUnackB",
|
42231
|
+
"default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"stroke: var(--element-neutral-color)\" />\n<path d=\"M8.50855 13.8814L11.6442 17.0171V6.9829L8.50855 10.1186H6V13.8814H8.50855Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M14.4664 12C14.4664 10.89 13.8267 9.93672 12.8985 9.47263V14.5211C13.8267 14.0633 14.4664 13.11 14.4664 12Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M12.8985 7.7919C14.7109 8.33124 16.0342 10.012 16.0342 12C16.0342 13.988 14.7109 15.6688 12.8985 16.2081V17.5C15.4133 16.9293 17.2885 14.6842 17.2885 12C17.2885 9.31585 15.4133 7.0707 12.8985 6.5V7.7919Z\" style=\"fill: var(--element-neutral-color)\" />\n</svg>\n`"
|
42232
|
+
}
|
42233
|
+
],
|
42234
|
+
"exports": [
|
42235
|
+
{
|
42236
|
+
"kind": "js",
|
42237
|
+
"name": "svg14WarningUnackB",
|
42238
|
+
"declaration": {
|
42239
|
+
"name": "svg14WarningUnackB",
|
42240
|
+
"module": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts"
|
42241
|
+
}
|
42242
|
+
}
|
42243
|
+
]
|
40658
42244
|
}
|
40659
42245
|
]
|
40660
42246
|
}
|