@compas-oscd/open-scd 0.34.17 → 0.34.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. package/dist/WizardDivider.d.ts +8 -8
  2. package/dist/WizardDivider.js +26 -26
  3. package/dist/Wizarding.js +36 -36
  4. package/dist/Wizarding.js.map +1 -1
  5. package/dist/action-icon.d.ts +25 -25
  6. package/dist/action-icon.js +51 -51
  7. package/dist/action-pane.d.ts +25 -25
  8. package/dist/action-pane.js +86 -86
  9. package/dist/addons/Editor.d.ts +25 -25
  10. package/dist/addons/Editor.js +105 -105
  11. package/dist/addons/Editor.js.map +1 -1
  12. package/dist/addons/History.d.ts +86 -93
  13. package/dist/addons/History.js +301 -302
  14. package/dist/addons/History.js.map +1 -1
  15. package/dist/addons/Layout.d.ts +96 -96
  16. package/dist/addons/Layout.js +448 -448
  17. package/dist/addons/Layout.js.map +1 -1
  18. package/dist/addons/Settings.d.ts +68 -68
  19. package/dist/addons/Settings.js +272 -272
  20. package/dist/addons/Settings.js.map +1 -1
  21. package/dist/addons/Waiter.d.ts +14 -14
  22. package/dist/addons/Waiter.js +40 -40
  23. package/dist/addons/Waiter.js.map +1 -1
  24. package/dist/addons/Wizards.d.ts +15 -15
  25. package/dist/addons/Wizards.js +46 -46
  26. package/dist/addons/editor/edit-action-to-v1-converter.d.ts +3 -3
  27. package/dist/addons/editor/edit-action-to-v1-converter.js +95 -95
  28. package/dist/addons/editor/edit-action-to-v1-converter.js.map +1 -1
  29. package/dist/addons/editor/edit-v1-to-v2-converter.d.ts +2 -2
  30. package/dist/addons/editor/edit-v1-to-v2-converter.js +36 -36
  31. package/dist/addons/editor/edit-v1-to-v2-converter.js.map +1 -1
  32. package/dist/addons/history/get-log-text.d.ts +5 -5
  33. package/dist/addons/history/get-log-text.js +25 -25
  34. package/dist/addons/history/get-log-text.js.map +1 -1
  35. package/dist/addons/menu-tabs/menu-tabs.d.ts +22 -22
  36. package/dist/addons/menu-tabs/menu-tabs.js +59 -59
  37. package/dist/addons/plugin-manager/custom-plugin-dialog.d.ts +28 -28
  38. package/dist/addons/plugin-manager/custom-plugin-dialog.js +71 -71
  39. package/dist/addons/plugin-manager/plugin-manager.d.ts +20 -20
  40. package/dist/addons/plugin-manager/plugin-manager.js +77 -77
  41. package/dist/core/api/api.js +7 -0
  42. package/dist/core/api/api.js.map +1 -0
  43. package/dist/core/api/editor/subject.js +22 -0
  44. package/dist/core/api/editor/subject.js.map +1 -0
  45. package/dist/core/api/editor/xml-editor.js +82 -0
  46. package/dist/core/api/editor/xml-editor.js.map +1 -0
  47. package/dist/core/api/plugin-state-api.js +27 -0
  48. package/dist/core/api/plugin-state-api.js.map +1 -0
  49. package/dist/core/foundation/cyrb64.js +26 -0
  50. package/dist/core/foundation/cyrb64.js.map +1 -0
  51. package/dist/core/foundation/deprecated/edit-event.js +44 -0
  52. package/dist/core/foundation/deprecated/edit-event.js.map +1 -0
  53. package/dist/core/foundation/deprecated/editor.js +94 -0
  54. package/dist/core/foundation/deprecated/editor.js.map +1 -0
  55. package/dist/core/foundation/deprecated/history.js +17 -0
  56. package/dist/core/foundation/deprecated/history.js.map +1 -0
  57. package/dist/core/foundation/deprecated/open-event.js +9 -0
  58. package/dist/core/foundation/deprecated/open-event.js.map +1 -0
  59. package/dist/core/foundation/deprecated/settings.js +19 -0
  60. package/dist/core/foundation/deprecated/settings.js.map +1 -0
  61. package/dist/core/foundation/deprecated/validation.js +8 -0
  62. package/dist/core/foundation/deprecated/validation.js.map +1 -0
  63. package/dist/core/foundation/deprecated/waiter.js +12 -0
  64. package/dist/core/foundation/deprecated/waiter.js.map +1 -0
  65. package/dist/core/foundation/edit-completed-event.js +11 -0
  66. package/dist/core/foundation/edit-completed-event.js.map +1 -0
  67. package/dist/core/foundation/edit-event.js +8 -0
  68. package/dist/core/foundation/edit-event.js.map +1 -0
  69. package/dist/core/foundation/edit.js +31 -0
  70. package/dist/core/foundation/edit.js.map +1 -0
  71. package/dist/core/foundation/handle-edit.js +151 -0
  72. package/dist/core/foundation/handle-edit.js.map +1 -0
  73. package/dist/core/foundation/open-event.js +8 -0
  74. package/dist/core/foundation/open-event.js.map +1 -0
  75. package/dist/core/foundation/plugin.js +2 -0
  76. package/dist/core/foundation/plugin.js.map +1 -0
  77. package/dist/core/foundation.js +14 -0
  78. package/dist/core/foundation.js.map +1 -0
  79. package/dist/core/locales.js +21 -0
  80. package/dist/core/locales.js.map +1 -0
  81. package/dist/filtered-list.d.ts +27 -27
  82. package/dist/filtered-list.js +118 -118
  83. package/dist/finder-list.d.ts +37 -37
  84. package/dist/finder-list.js +153 -153
  85. package/dist/foundation/compare.d.ts +79 -79
  86. package/dist/foundation/compare.js +216 -216
  87. package/dist/foundation/dai.d.ts +30 -30
  88. package/dist/foundation/dai.js +126 -126
  89. package/dist/foundation/generators.d.ts +13 -13
  90. package/dist/foundation/generators.js +66 -66
  91. package/dist/foundation/ied.d.ts +22 -22
  92. package/dist/foundation/ied.js +83 -83
  93. package/dist/foundation/ied.js.map +1 -1
  94. package/dist/foundation/nsd.d.ts +4 -4
  95. package/dist/foundation/nsd.js +12 -12
  96. package/dist/foundation/nsdoc.d.ts +14 -14
  97. package/dist/foundation/nsdoc.js +178 -178
  98. package/dist/foundation/scl.d.ts +1 -1
  99. package/dist/foundation/scl.js +63 -63
  100. package/dist/foundation.d.ts +230 -230
  101. package/dist/foundation.js +1921 -1921
  102. package/dist/foundation.js.map +1 -1
  103. package/dist/icons/compare.d.ts +3 -3
  104. package/dist/icons/compare.js +4 -4
  105. package/dist/icons/icons.d.ts +41 -41
  106. package/dist/icons/icons.js +92 -92
  107. package/dist/icons/ied-icons.d.ts +3 -3
  108. package/dist/icons/ied-icons.js +4 -4
  109. package/dist/icons/lnode.d.ts +16 -16
  110. package/dist/icons/lnode.js +17 -17
  111. package/dist/open-scd.d.ts +131 -131
  112. package/dist/open-scd.js +438 -438
  113. package/dist/open-scd.js.map +1 -1
  114. package/dist/openscd/src/WizardDivider.js +37 -0
  115. package/dist/openscd/src/WizardDivider.js.map +1 -0
  116. package/dist/openscd/src/Wizarding.js +38 -0
  117. package/dist/openscd/src/Wizarding.js.map +1 -0
  118. package/dist/openscd/src/action-icon.js +220 -0
  119. package/dist/openscd/src/action-icon.js.map +1 -0
  120. package/dist/openscd/src/action-pane.js +176 -0
  121. package/dist/openscd/src/action-pane.js.map +1 -0
  122. package/dist/openscd/src/addons/Editor.js +106 -0
  123. package/dist/openscd/src/addons/Editor.js.map +1 -0
  124. package/dist/openscd/src/addons/History.js +490 -0
  125. package/dist/openscd/src/addons/History.js.map +1 -0
  126. package/dist/openscd/src/addons/Layout.js +619 -0
  127. package/dist/openscd/src/addons/Layout.js.map +1 -0
  128. package/dist/openscd/src/addons/Settings.js +465 -0
  129. package/dist/openscd/src/addons/Settings.js.map +1 -0
  130. package/dist/openscd/src/addons/Waiter.js +45 -0
  131. package/dist/openscd/src/addons/Waiter.js.map +1 -0
  132. package/dist/openscd/src/addons/Wizards.js +48 -0
  133. package/dist/openscd/src/addons/Wizards.js.map +1 -0
  134. package/dist/openscd/src/addons/editor/edit-action-to-v1-converter.js +96 -0
  135. package/dist/openscd/src/addons/editor/edit-action-to-v1-converter.js.map +1 -0
  136. package/dist/openscd/src/addons/editor/edit-v1-to-v2-converter.js +37 -0
  137. package/dist/openscd/src/addons/editor/edit-v1-to-v2-converter.js.map +1 -0
  138. package/dist/openscd/src/addons/history/get-log-text.js +26 -0
  139. package/dist/openscd/src/addons/history/get-log-text.js.map +1 -0
  140. package/dist/openscd/src/addons/menu-tabs/menu-tabs.js +74 -0
  141. package/dist/openscd/src/addons/menu-tabs/menu-tabs.js.map +1 -0
  142. package/dist/openscd/src/addons/plugin-manager/custom-plugin-dialog.js +177 -0
  143. package/dist/openscd/src/addons/plugin-manager/custom-plugin-dialog.js.map +1 -0
  144. package/dist/openscd/src/addons/plugin-manager/plugin-manager.js +165 -0
  145. package/dist/openscd/src/addons/plugin-manager/plugin-manager.js.map +1 -0
  146. package/dist/openscd/src/filtered-list.js +168 -0
  147. package/dist/openscd/src/filtered-list.js.map +1 -0
  148. package/dist/openscd/src/finder-list.js +207 -0
  149. package/dist/openscd/src/finder-list.js.map +1 -0
  150. package/dist/openscd/src/foundation/compare.js +273 -0
  151. package/dist/openscd/src/foundation/compare.js.map +1 -0
  152. package/dist/openscd/src/foundation/dai.js +127 -0
  153. package/dist/openscd/src/foundation/dai.js.map +1 -0
  154. package/dist/openscd/src/foundation/generators.js +67 -0
  155. package/dist/openscd/src/foundation/generators.js.map +1 -0
  156. package/dist/openscd/src/foundation/ied.js +84 -0
  157. package/dist/openscd/src/foundation/ied.js.map +1 -0
  158. package/dist/openscd/src/foundation/nsd.js +13 -0
  159. package/dist/openscd/src/foundation/nsd.js.map +1 -0
  160. package/dist/openscd/src/foundation/nsdoc.js +180 -0
  161. package/dist/openscd/src/foundation/nsdoc.js.map +1 -0
  162. package/dist/openscd/src/foundation/scl.js +64 -0
  163. package/dist/openscd/src/foundation/scl.js.map +1 -0
  164. package/dist/openscd/src/foundation.js +1922 -0
  165. package/dist/openscd/src/foundation.js.map +1 -0
  166. package/dist/openscd/src/icons/compare.js +11 -0
  167. package/dist/openscd/src/icons/compare.js.map +1 -0
  168. package/dist/openscd/src/icons/icons.js +611 -0
  169. package/dist/openscd/src/icons/icons.js.map +1 -0
  170. package/dist/openscd/src/icons/ied-icons.js +11 -0
  171. package/dist/openscd/src/icons/ied-icons.js.map +1 -0
  172. package/dist/openscd/src/icons/lnode.js +50 -0
  173. package/dist/openscd/src/icons/lnode.js.map +1 -0
  174. package/dist/openscd/src/open-scd.js +483 -0
  175. package/dist/openscd/src/open-scd.js.map +1 -0
  176. package/dist/openscd/src/oscd-filter-button.js +89 -0
  177. package/dist/openscd/src/oscd-filter-button.js.map +1 -0
  178. package/dist/openscd/src/plain-compare-list.js +132 -0
  179. package/dist/openscd/src/plain-compare-list.js.map +1 -0
  180. package/dist/openscd/src/plugin-tag.js +23 -0
  181. package/dist/openscd/src/plugin-tag.js.map +1 -0
  182. package/dist/openscd/src/plugin.events.js +12 -0
  183. package/dist/openscd/src/plugin.events.js.map +1 -0
  184. package/dist/openscd/src/plugin.js +2 -0
  185. package/dist/openscd/src/plugin.js.map +1 -0
  186. package/dist/openscd/src/plugins.js +256 -0
  187. package/dist/openscd/src/plugins.js.map +1 -0
  188. package/dist/openscd/src/schemas.js +9325 -0
  189. package/dist/openscd/src/schemas.js.map +1 -0
  190. package/dist/openscd/src/themes.js +122 -0
  191. package/dist/openscd/src/themes.js.map +1 -0
  192. package/dist/openscd/src/translations/de.js +954 -0
  193. package/dist/openscd/src/translations/de.js.map +1 -0
  194. package/dist/openscd/src/translations/en.js +950 -0
  195. package/dist/openscd/src/translations/en.js.map +1 -0
  196. package/dist/openscd/src/translations/loader.js +10 -0
  197. package/dist/openscd/src/translations/loader.js.map +1 -0
  198. package/dist/openscd/src/wizard-checkbox.js +152 -0
  199. package/dist/openscd/src/wizard-checkbox.js.map +1 -0
  200. package/dist/openscd/src/wizard-dialog.js +374 -0
  201. package/dist/openscd/src/wizard-dialog.js.map +1 -0
  202. package/dist/openscd/src/wizard-select.js +115 -0
  203. package/dist/openscd/src/wizard-select.js.map +1 -0
  204. package/dist/openscd/src/wizard-textfield.js +191 -0
  205. package/dist/openscd/src/wizard-textfield.js.map +1 -0
  206. package/dist/openscd/src/wizards.js +196 -0
  207. package/dist/openscd/src/wizards.js.map +1 -0
  208. package/dist/oscd-filter-button.d.ts +27 -27
  209. package/dist/oscd-filter-button.js +59 -59
  210. package/dist/plain-compare-list.d.ts +36 -36
  211. package/dist/plain-compare-list.js +70 -70
  212. package/dist/plugin-tag.d.ts +6 -6
  213. package/dist/plugin-tag.js +22 -22
  214. package/dist/plugin.d.ts +23 -23
  215. package/dist/plugin.events.d.ts +15 -15
  216. package/dist/plugin.events.js +11 -11
  217. package/dist/plugin.js +1 -1
  218. package/dist/plugin.js.map +1 -1
  219. package/dist/plugins.d.ts +3 -3
  220. package/dist/plugins.js +255 -255
  221. package/dist/schemas.d.ts +58 -58
  222. package/dist/schemas.js +59 -59
  223. package/dist/themes.d.ts +3 -3
  224. package/dist/themes.js +13 -13
  225. package/dist/themes.js.map +1 -1
  226. package/dist/translations/de.d.ts +2 -2
  227. package/dist/translations/de.js +952 -952
  228. package/dist/translations/en.d.ts +963 -963
  229. package/dist/translations/en.js +948 -948
  230. package/dist/translations/loader.d.ts +12 -12
  231. package/dist/translations/loader.js +9 -9
  232. package/dist/translations/loader.js.map +1 -1
  233. package/dist/wizard-checkbox.d.ts +37 -37
  234. package/dist/wizard-checkbox.js +130 -130
  235. package/dist/wizard-dialog.d.ts +45 -45
  236. package/dist/wizard-dialog.js +235 -235
  237. package/dist/wizard-dialog.js.map +1 -1
  238. package/dist/wizard-select.d.ts +31 -31
  239. package/dist/wizard-select.js +102 -102
  240. package/dist/wizard-textfield.d.ts +50 -50
  241. package/dist/wizard-textfield.js +162 -162
  242. package/dist/wizards.d.ts +23 -23
  243. package/dist/wizards.js +148 -148
  244. package/dist/wizards.js.map +1 -1
  245. package/dist/xml/src/foundation.js +67 -0
  246. package/dist/xml/src/foundation.js.map +1 -0
  247. package/dist/xml/src/index.js +2 -0
  248. package/dist/xml/src/index.js.map +1 -0
  249. package/package.json +29 -127
  250. package/dist/Wizarding.d.ts +0 -10
@@ -1,3 +1,3 @@
1
- export declare const elementIcon: import("lit-html").SVGTemplateResult;
2
- export declare const attributeIcon: import("lit-html").SVGTemplateResult;
3
- export declare const contentIcon: import("lit-html").SVGTemplateResult;
1
+ export declare const elementIcon: import("lit-html").SVGTemplateResult;
2
+ export declare const attributeIcon: import("lit-html").SVGTemplateResult;
3
+ export declare const contentIcon: import("lit-html").SVGTemplateResult;
@@ -1,11 +1,11 @@
1
- import { svg } from "lit-html";
1
+ import { svg } from "lit-html";
2
2
  export const elementIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">
3
3
  <path fill="currentColor" d="M9,7H15V9H11V11H15V13H11V15H15V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
4
- </svg>`;
4
+ </svg>`;
5
5
  export const attributeIcon = svg `<svg viewBox="0 0 24 24">
6
6
  <path fill="currentColor" d="M11,7H13A2,2 0 0,1 15,9V17H13V13H11V17H9V9A2,2 0 0,1 11,7M11,9V11H13V9H11M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z" />
7
- </svg>`;
7
+ </svg>`;
8
8
  export const contentIcon = svg `<svg viewBox="0 0 24 24">
9
9
  <path fill="currentColor" d="M11,7H13A2,2 0 0,1 15,9V10H13V9H11V15H13V14H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
10
- </svg>`;
10
+ </svg>`;
11
11
  //# sourceMappingURL=compare.js.map
@@ -1,41 +1,41 @@
1
- import { SVGTemplateResult, TemplateResult } from 'lit-element';
2
- export type iconType = 'action' | 'dAIcon' | 'dOIcon' | 'enumIcon' | 'info' | 'warning' | 'error' | 'reset' | 'reportIcon' | 'smvIcon' | 'gooseIcon' | 'lNIcon' | 'logIcon';
3
- export declare const editIcon: TemplateResult;
4
- export declare const gooseIcon: SVGTemplateResult;
5
- export declare const reportIcon: SVGTemplateResult;
6
- export declare const smvIcon: SVGTemplateResult;
7
- export declare const logIcon: SVGTemplateResult;
8
- export declare const controlBlockIcons: Partial<Record<string, SVGTemplateResult>>;
9
- export declare const inputIcon: SVGTemplateResult;
10
- export declare const clientIcon: SVGTemplateResult;
11
- export declare const disconnect: SVGTemplateResult;
12
- export type iconProperty = {
13
- width: number;
14
- height: number;
15
- };
16
- export declare const iconProperties: Partial<Record<iconType, iconProperty>>;
17
- export declare const dataTypeTemplateIcons: Partial<Record<string, SVGTemplateResult>>;
18
- export declare const iconColors: {
19
- [key: string]: string;
20
- };
21
- export declare function getIcon(type: iconType): TemplateResult;
22
- export declare function getFilterIcon(type: iconType, state: boolean): TemplateResult;
23
- export declare const networkConfigIcon: TemplateResult;
24
- export declare const zeroLineIcon: TemplateResult;
25
- export declare const voltageLevelIcon: TemplateResult;
26
- export declare const bayIcon: TemplateResult;
27
- export declare const disconnectorIcon: TemplateResult;
28
- export declare const circuitBreakerIcon: TemplateResult;
29
- export declare const currentTransformerIcon: TemplateResult;
30
- export declare const voltageTransformerIcon: TemplateResult;
31
- export declare const earthSwitchIcon: TemplateResult;
32
- export declare const generalConductingEquipmentIcon: TemplateResult;
33
- export declare const connectivityNodeIcon: TemplateResult;
34
- export declare const powerTransformerTwoWindingIcon: TemplateResult;
35
- export declare const openSCDIcon: TemplateResult;
36
- export declare const sizableSmvIcon: SVGTemplateResult;
37
- export declare const sizableGooseIcon: SVGTemplateResult;
38
- export declare const substationIcon: SVGTemplateResult;
39
- export declare const lineIcon: SVGTemplateResult;
40
- export declare const processIcon: SVGTemplateResult;
41
- export declare const transformerWindingIcon: SVGTemplateResult;
1
+ import { SVGTemplateResult, TemplateResult } from 'lit-element';
2
+ export type iconType = 'action' | 'dAIcon' | 'dOIcon' | 'enumIcon' | 'info' | 'warning' | 'error' | 'reset' | 'reportIcon' | 'smvIcon' | 'gooseIcon' | 'lNIcon' | 'logIcon';
3
+ export declare const editIcon: TemplateResult;
4
+ export declare const gooseIcon: SVGTemplateResult;
5
+ export declare const reportIcon: SVGTemplateResult;
6
+ export declare const smvIcon: SVGTemplateResult;
7
+ export declare const logIcon: SVGTemplateResult;
8
+ export declare const controlBlockIcons: Partial<Record<string, SVGTemplateResult>>;
9
+ export declare const inputIcon: SVGTemplateResult;
10
+ export declare const clientIcon: SVGTemplateResult;
11
+ export declare const disconnect: SVGTemplateResult;
12
+ export type iconProperty = {
13
+ width: number;
14
+ height: number;
15
+ };
16
+ export declare const iconProperties: Partial<Record<iconType, iconProperty>>;
17
+ export declare const dataTypeTemplateIcons: Partial<Record<string, SVGTemplateResult>>;
18
+ export declare const iconColors: {
19
+ [key: string]: string;
20
+ };
21
+ export declare function getIcon(type: iconType): TemplateResult;
22
+ export declare function getFilterIcon(type: iconType, state: boolean): TemplateResult;
23
+ export declare const networkConfigIcon: TemplateResult;
24
+ export declare const zeroLineIcon: TemplateResult;
25
+ export declare const voltageLevelIcon: TemplateResult;
26
+ export declare const bayIcon: TemplateResult;
27
+ export declare const disconnectorIcon: TemplateResult;
28
+ export declare const circuitBreakerIcon: TemplateResult;
29
+ export declare const currentTransformerIcon: TemplateResult;
30
+ export declare const voltageTransformerIcon: TemplateResult;
31
+ export declare const earthSwitchIcon: TemplateResult;
32
+ export declare const generalConductingEquipmentIcon: TemplateResult;
33
+ export declare const connectivityNodeIcon: TemplateResult;
34
+ export declare const powerTransformerTwoWindingIcon: TemplateResult;
35
+ export declare const openSCDIcon: TemplateResult;
36
+ export declare const sizableSmvIcon: SVGTemplateResult;
37
+ export declare const sizableGooseIcon: SVGTemplateResult;
38
+ export declare const substationIcon: SVGTemplateResult;
39
+ export declare const lineIcon: SVGTemplateResult;
40
+ export declare const processIcon: SVGTemplateResult;
41
+ export declare const transformerWindingIcon: SVGTemplateResult;
@@ -1,4 +1,4 @@
1
- import { html, svg } from 'lit-element';
1
+ import { html, svg } from 'lit-element';
2
2
  export const editIcon = html `<svg
3
3
  xmlns="http://www.w3.org/2000/svg"
4
4
  viewBox="0 0 25 25"
@@ -10,78 +10,78 @@ export const editIcon = html `<svg
10
10
  stroke-width="1.5"
11
11
  stroke-linecap="round"
12
12
  />
13
- </svg>`;
14
- const pathsSVG = {
13
+ </svg>`;
14
+ const pathsSVG = {
15
15
  action: svg `<path d="M0 0h24v24H0z" fill="none"></path><path d="M13 3c-4.97 0-9
16
16
  4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7
17
17
  7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0
18
- 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z" fill="currentColor"></path>`,
19
- dAIcon: svg `<path fill="currentColor" d="m4.2 0c-2.31 0-4.2 1.89-4.2 4.2v11.6c0 2.31 1.89 4.2 4.2 4.2h18.1c2.31 0 4.2-1.89 4.2-4.2v-11.6c0-2.31-1.89-4.2-4.2-4.2zm0 1.89h18.1c1.29 0 2.3 1.01 2.3 2.3v11.6c0 1.29-1.01 2.31-2.3 2.31h-18.1c-1.29 0-2.3-1.01-2.3-2.31v-11.6c0-1.29 1.01-2.3 2.3-2.3z"/><path fill="currentColor" d="m12.5 9.94q0 1.55-0.509 2.71-0.503 1.15-1.43 1.76-0.923 0.611-2.12 0.611h-3.37v-10h3.02q2.11 0 3.26 1.28 1.15 1.27 1.15 3.65zm-1.76 0q0-1.61-0.698-2.46-0.698-0.852-1.99-0.852h-1.24v6.77h1.48q1.12 0 1.79-0.931 0.663-0.931 0.663-2.53z"/><path fill="currentColor" d="m19.7 15-0.74-2.56h-3.18l-0.74 2.56h-1.75l3.04-10h2.06l3.03 10zm-1.13-4.13-0.823-2.88-0.379-1.46q-0.0947 0.412-0.178 0.739-0.0829 0.327-1.02 3.59z"/>`,
20
- dOIcon: svg `<path fill="none" stroke="currentColor" stroke-width="1.89" d="m4.2 0.945h18.1c1.8 0 3.25 1.45 3.25 3.25v11.6c0 1.8-1.45 3.25-3.25 3.25h-18.1c-1.8 0-3.25-1.45-3.25-3.25v-11.6c0-1.8 1.45-3.25 3.25-3.25z"/><path d="m12.1 9.94q0 1.55-0.509 2.71-0.503 1.15-1.43 1.76-0.923 0.611-2.12 0.611h-3.37v-10h3.02q2.11 0 3.26 1.28 1.15 1.27 1.15 3.65zm-1.76 0q0-1.61-0.698-2.46-0.698-0.852-1.99-0.852h-1.24v6.77h1.48q1.12 0 1.79-0.931 0.663-0.931 0.663-2.53z"/><path d="m21.6 9.97q0 1.56-0.515 2.75-0.515 1.19-1.47 1.82-0.959 0.625-2.24 0.625-1.97 0-3.08-1.39-1.11-1.39-1.11-3.81 0-2.41 1.11-3.76t3.1-1.35 3.1 1.36q1.12 1.36 1.12 3.74zm-1.78 0q0-1.62-0.639-2.54-0.639-0.923-1.79-0.923-1.17 0-1.81 0.916-0.639 0.909-0.639 2.54 0 1.65 0.651 2.6 0.657 0.945 1.79 0.945 1.17 0 1.81-0.923 0.639-0.923 0.639-2.62z"/>`,
21
- enumIcon: svg `<path fill="none" stroke="currentColor" stroke-width="1.89" d="m4.2 0.945h18.1c1.8 0 3.25 1.45 3.25 3.25v11.6c0 1.8-1.45 3.25-3.25 3.25h-18.1c-1.8 0-3.25-1.45-3.25-3.25v-11.6c0-1.8 1.45-3.25 3.25-3.25z"/><path d="m5.37 15v-10h6.56v1.62h-4.81v2.51h4.45v1.62h-4.45v2.64h5.06v1.62z"/><path d="m18.5 15-3.63-7.71q0.107 1.12 0.107 1.8v5.9h-1.55v-10h1.99l3.69 7.77q-0.107-1.07-0.107-1.95v-5.82h1.55v10z"/>`,
22
- info: svg `<path d="M0 0h24v24H0z" fill="none"></path><path d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" fill="currentColor"></path>`,
23
- warning: svg `<path d="M0 0h24v24H0z" fill="none"></path><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z" fill="currentColor"></path>`,
24
- error: svg `<path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9L14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z" fill="currentColor"></path><path d="M11 7h2v7h-2z" fill="currentColor"></path><circle cx="12" cy="16" r="1" fill="currentColor"></circle>`,
25
- gooseIcon: svg `<path fill="currentColor" d="M11,7H15V9H11V15H13V11H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />`,
26
- lNIcon: svg `<path stroke="currentColor" stroke-width="1.89" fill="none" d="m4.2 0.945h18.1c1.8 0 3.25 1.45 3.25 3.25v11.6c0 1.8-1.45 3.25-3.25 3.25h-18.1c-1.8 0-3.25-1.45-3.25-3.25v-11.6c0-1.8 1.45-3.25 3.25-3.25z"/><path fill="currentColor" d="m5.71 15v-10h1.75v8.39h4.47v1.62z"/><path fill="currentColor" d="m18.2 15-3.63-7.71q0.107 1.12 0.107 1.8v5.9h-1.55v-10h1.99l3.69 7.77q-0.107-1.07-0.107-1.95v-5.82h1.55v10z"/>`,
27
- logIcon: svg `<path fill="currentColor" d="M9,7H11V15H15V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />`,
28
- reportIcon: svg `<path fill="currentColor" d="M9,7H13A2,2 0 0,1 15,9V11C15,11.84 14.5,12.55 13.76,12.85L15,17H13L11.8,13H11V17H9V7M11,9V11H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,16.41 7.58,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />`,
29
- smvIcon: svg `<path fill="currentColor" d="M11,7H15V9H11V11H13A2,2 0 0,1 15,13V15A2,2 0 0,1 13,17H9V15H13V13H11A2,2 0 0,1 9,11V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />`,
30
- };
31
- export const gooseIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">${pathsSVG['gooseIcon']}</svg>`;
32
- export const reportIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">${pathsSVG['reportIcon']}</svg>`;
33
- export const smvIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">${pathsSVG['smvIcon']}</svg>`;
34
- export const logIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">${pathsSVG['logIcon']}</svg>`;
35
- export const controlBlockIcons = {
36
- ReportControl: reportIcon,
37
- LogControl: logIcon,
38
- GSEControl: gooseIcon,
39
- SampledValueControl: smvIcon,
40
- };
18
+ 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z" fill="currentColor"></path>`,
19
+ dAIcon: svg `<path fill="currentColor" d="m4.2 0c-2.31 0-4.2 1.89-4.2 4.2v11.6c0 2.31 1.89 4.2 4.2 4.2h18.1c2.31 0 4.2-1.89 4.2-4.2v-11.6c0-2.31-1.89-4.2-4.2-4.2zm0 1.89h18.1c1.29 0 2.3 1.01 2.3 2.3v11.6c0 1.29-1.01 2.31-2.3 2.31h-18.1c-1.29 0-2.3-1.01-2.3-2.31v-11.6c0-1.29 1.01-2.3 2.3-2.3z"/><path fill="currentColor" d="m12.5 9.94q0 1.55-0.509 2.71-0.503 1.15-1.43 1.76-0.923 0.611-2.12 0.611h-3.37v-10h3.02q2.11 0 3.26 1.28 1.15 1.27 1.15 3.65zm-1.76 0q0-1.61-0.698-2.46-0.698-0.852-1.99-0.852h-1.24v6.77h1.48q1.12 0 1.79-0.931 0.663-0.931 0.663-2.53z"/><path fill="currentColor" d="m19.7 15-0.74-2.56h-3.18l-0.74 2.56h-1.75l3.04-10h2.06l3.03 10zm-1.13-4.13-0.823-2.88-0.379-1.46q-0.0947 0.412-0.178 0.739-0.0829 0.327-1.02 3.59z"/>`,
20
+ dOIcon: svg `<path fill="none" stroke="currentColor" stroke-width="1.89" d="m4.2 0.945h18.1c1.8 0 3.25 1.45 3.25 3.25v11.6c0 1.8-1.45 3.25-3.25 3.25h-18.1c-1.8 0-3.25-1.45-3.25-3.25v-11.6c0-1.8 1.45-3.25 3.25-3.25z"/><path d="m12.1 9.94q0 1.55-0.509 2.71-0.503 1.15-1.43 1.76-0.923 0.611-2.12 0.611h-3.37v-10h3.02q2.11 0 3.26 1.28 1.15 1.27 1.15 3.65zm-1.76 0q0-1.61-0.698-2.46-0.698-0.852-1.99-0.852h-1.24v6.77h1.48q1.12 0 1.79-0.931 0.663-0.931 0.663-2.53z"/><path d="m21.6 9.97q0 1.56-0.515 2.75-0.515 1.19-1.47 1.82-0.959 0.625-2.24 0.625-1.97 0-3.08-1.39-1.11-1.39-1.11-3.81 0-2.41 1.11-3.76t3.1-1.35 3.1 1.36q1.12 1.36 1.12 3.74zm-1.78 0q0-1.62-0.639-2.54-0.639-0.923-1.79-0.923-1.17 0-1.81 0.916-0.639 0.909-0.639 2.54 0 1.65 0.651 2.6 0.657 0.945 1.79 0.945 1.17 0 1.81-0.923 0.639-0.923 0.639-2.62z"/>`,
21
+ enumIcon: svg `<path fill="none" stroke="currentColor" stroke-width="1.89" d="m4.2 0.945h18.1c1.8 0 3.25 1.45 3.25 3.25v11.6c0 1.8-1.45 3.25-3.25 3.25h-18.1c-1.8 0-3.25-1.45-3.25-3.25v-11.6c0-1.8 1.45-3.25 3.25-3.25z"/><path d="m5.37 15v-10h6.56v1.62h-4.81v2.51h4.45v1.62h-4.45v2.64h5.06v1.62z"/><path d="m18.5 15-3.63-7.71q0.107 1.12 0.107 1.8v5.9h-1.55v-10h1.99l3.69 7.77q-0.107-1.07-0.107-1.95v-5.82h1.55v10z"/>`,
22
+ info: svg `<path d="M0 0h24v24H0z" fill="none"></path><path d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" fill="currentColor"></path>`,
23
+ warning: svg `<path d="M0 0h24v24H0z" fill="none"></path><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z" fill="currentColor"></path>`,
24
+ error: svg `<path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9L14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z" fill="currentColor"></path><path d="M11 7h2v7h-2z" fill="currentColor"></path><circle cx="12" cy="16" r="1" fill="currentColor"></circle>`,
25
+ gooseIcon: svg `<path fill="currentColor" d="M11,7H15V9H11V15H13V11H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />`,
26
+ lNIcon: svg `<path stroke="currentColor" stroke-width="1.89" fill="none" d="m4.2 0.945h18.1c1.8 0 3.25 1.45 3.25 3.25v11.6c0 1.8-1.45 3.25-3.25 3.25h-18.1c-1.8 0-3.25-1.45-3.25-3.25v-11.6c0-1.8 1.45-3.25 3.25-3.25z"/><path fill="currentColor" d="m5.71 15v-10h1.75v8.39h4.47v1.62z"/><path fill="currentColor" d="m18.2 15-3.63-7.71q0.107 1.12 0.107 1.8v5.9h-1.55v-10h1.99l3.69 7.77q-0.107-1.07-0.107-1.95v-5.82h1.55v10z"/>`,
27
+ logIcon: svg `<path fill="currentColor" d="M9,7H11V15H15V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />`,
28
+ reportIcon: svg `<path fill="currentColor" d="M9,7H13A2,2 0 0,1 15,9V11C15,11.84 14.5,12.55 13.76,12.85L15,17H13L11.8,13H11V17H9V7M11,9V11H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,16.41 7.58,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />`,
29
+ smvIcon: svg `<path fill="currentColor" d="M11,7H15V9H11V11H13A2,2 0 0,1 15,13V15A2,2 0 0,1 13,17H9V15H13V13H11A2,2 0 0,1 9,11V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />`,
30
+ };
31
+ export const gooseIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">${pathsSVG['gooseIcon']}</svg>`;
32
+ export const reportIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">${pathsSVG['reportIcon']}</svg>`;
33
+ export const smvIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">${pathsSVG['smvIcon']}</svg>`;
34
+ export const logIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">${pathsSVG['logIcon']}</svg>`;
35
+ export const controlBlockIcons = {
36
+ ReportControl: reportIcon,
37
+ LogControl: logIcon,
38
+ GSEControl: gooseIcon,
39
+ SampledValueControl: smvIcon,
40
+ };
41
41
  export const inputIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">
42
42
  <path fill="currentColor" d="M14,12L10,8V11H2V13H10V16M20,18V6C20,4.89 19.1,4 18,4H6A2,2 0 0,0 4,6V9H6V6H18V18H6V15H4V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18Z" />
43
- </svg>`;
43
+ </svg>`;
44
44
  export const clientIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">
45
45
  <path fill="currentColor" d="M21,14V4H3V14H21M21,2A2,2 0 0,1 23,4V16A2,2 0 0,1 21,18H14L16,21V22H8V21L10,18H3C1.89,18 1,17.1 1,16V4C1,2.89 1.89,2 3,2H21M4,5H15V10H4V5M16,5H20V7H16V5M20,8V13H16V8H20M4,11H9V13H4V11M10,11H15V13H10V11Z" />
46
- </svg>`;
46
+ </svg>`;
47
47
  export const disconnect = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">
48
48
  <path fill="currentColor" d="M4,1C2.89,1 2,1.89 2,3V7C2,8.11 2.89,9 4,9H1V11H13V9H10C11.11,9 12,8.11 12,7V3C12,1.89 11.11,1 10,1H4M4,3H10V7H4V3M14,13C12.89,13 12,13.89 12,15V19C12,20.11 12.89,21 14,21H11V23H23V21H20C21.11,21 22,20.11 22,19V15C22,13.89 21.11,13 20,13H14M3.88,13.46L2.46,14.88L4.59,17L2.46,19.12L3.88,20.54L6,18.41L8.12,20.54L9.54,19.12L7.41,17L9.54,14.88L8.12,13.46L6,15.59L3.88,13.46M14,15H20V19H14V15Z" />
49
- </svg>`;
50
- export const iconProperties = {
51
- dAIcon: {
52
- width: 26.5,
53
- height: 24,
54
- },
55
- dOIcon: {
56
- width: 26.5,
57
- height: 24,
58
- },
59
- enumIcon: {
60
- width: 26.5,
61
- height: 24,
62
- },
63
- lNIcon: {
64
- width: 26.5,
65
- height: 24,
66
- },
67
- };
68
- export const dataTypeTemplateIcons = {
69
- DAType: getIcon('dAIcon'),
70
- DOType: getIcon('dOIcon'),
71
- EnumType: getIcon('enumIcon'),
72
- LNodeType: getIcon('lNIcon'),
73
- };
74
- export const iconColors = {
75
- info: '--cyan',
76
- warning: '--yellow',
77
- error: '--red',
78
- action: '--blue',
79
- };
80
- export function getIcon(type) {
81
- if (type === 'reset')
82
- return html ``;
83
- const height = iconProperties[type]?.height ?? 24;
84
- const width = iconProperties[type]?.width ?? 24;
49
+ </svg>`;
50
+ export const iconProperties = {
51
+ dAIcon: {
52
+ width: 26.5,
53
+ height: 24,
54
+ },
55
+ dOIcon: {
56
+ width: 26.5,
57
+ height: 24,
58
+ },
59
+ enumIcon: {
60
+ width: 26.5,
61
+ height: 24,
62
+ },
63
+ lNIcon: {
64
+ width: 26.5,
65
+ height: 24,
66
+ },
67
+ };
68
+ export const dataTypeTemplateIcons = {
69
+ DAType: getIcon('dAIcon'),
70
+ DOType: getIcon('dOIcon'),
71
+ EnumType: getIcon('enumIcon'),
72
+ LNodeType: getIcon('lNIcon'),
73
+ };
74
+ export const iconColors = {
75
+ info: '--cyan',
76
+ warning: '--yellow',
77
+ error: '--red',
78
+ action: '--blue',
79
+ };
80
+ export function getIcon(type) {
81
+ if (type === 'reset')
82
+ return html ``;
83
+ const height = iconProperties[type]?.height ?? 24;
84
+ const width = iconProperties[type]?.width ?? 24;
85
85
  return html `<svg
86
86
  xmlns="http://www.w3.org/2000/svg"
87
87
  height="${height}"
@@ -89,13 +89,13 @@ export function getIcon(type) {
89
89
  width="${width}"
90
90
  >
91
91
  ${pathsSVG[type]}
92
- </svg> `;
93
- }
94
- export function getFilterIcon(type, state) {
95
- if (type === 'reset')
96
- return html ``;
97
- const height = iconProperties[type]?.height ?? 24;
98
- const width = iconProperties[type]?.width ?? 24;
92
+ </svg> `;
93
+ }
94
+ export function getFilterIcon(type, state) {
95
+ if (type === 'reset')
96
+ return html ``;
97
+ const height = iconProperties[type]?.height ?? 24;
98
+ const width = iconProperties[type]?.width ?? 24;
99
99
  return html `<svg
100
100
  slot="${state ? 'onIcon' : 'offIcon'}"
101
101
  xmlns="http://www.w3.org/2000/svg"
@@ -104,8 +104,8 @@ export function getFilterIcon(type, state) {
104
104
  width="${width}"
105
105
  >
106
106
  ${pathsSVG[type]}
107
- </svg> `;
108
- }
107
+ </svg> `;
108
+ }
109
109
  export const networkConfigIcon = html `<svg
110
110
  xmlns="http://www.w3.org/2000/svg"
111
111
  slot="icon"
@@ -180,7 +180,7 @@ export const networkConfigIcon = html `<svg
180
180
  stroke="currentColor"
181
181
  stroke-width="1.5"
182
182
  />
183
- </svg>`;
183
+ </svg>`;
184
184
  export const zeroLineIcon = html `<svg
185
185
  xmlns="http://www.w3.org/2000/svg"
186
186
  slot="icon"
@@ -197,7 +197,7 @@ export const zeroLineIcon = html `<svg
197
197
  d="M 11 7 L 17.5 7 L 13.5 11 L 16.5 11 L 10 19 L 11.5 13 L 8.5 13 Z "
198
198
  fill="currentColor"
199
199
  />
200
- </svg>`;
200
+ </svg>`;
201
201
  export const voltageLevelIcon = html `<svg
202
202
  id="Laag_1"
203
203
  data-name="Laag 1"
@@ -226,7 +226,7 @@ export const voltageLevelIcon = html `<svg
226
226
  d="M11.13,20.06L3.63,6.93c-.27-.48-.11-1.09.37-1.36h0c.48-.27,1.09-.11,1.36.37l6.64,11.61,6.64-11.61c.27-.48.88-.65,1.36-.37h0c.48.27.65.88.37,1.36l-7.5,13.13c-.38.67-1.35.67-1.74,0Z"
227
227
  />
228
228
  <rect class="cls-2" width="24" height="24" />
229
- </svg>`;
229
+ </svg>`;
230
230
  export const bayIcon = html `<svg
231
231
  id="Laag_1"
232
232
  data-name="Laag 1"
@@ -257,7 +257,7 @@ export const bayIcon = html `<svg
257
257
  class="cls-1"
258
258
  d="M20,4H4c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2v-6h16v6c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2Z"
259
259
  />
260
- </svg>`;
260
+ </svg>`;
261
261
  export const disconnectorIcon = html `<svg
262
262
  id="Laag_1"
263
263
  data-name="Laag 1"
@@ -292,7 +292,7 @@ export const disconnectorIcon = html `<svg
292
292
  />
293
293
  </g>
294
294
  <rect class="cls-2" width="24" height="24" />
295
- </svg>`;
295
+ </svg>`;
296
296
  export const circuitBreakerIcon = html `<svg
297
297
  id="Laag_1"
298
298
  data-name="Laag 1"
@@ -327,7 +327,7 @@ export const circuitBreakerIcon = html `<svg
327
327
  />
328
328
  </g>
329
329
  <rect class="cls-2" width="24" height="24" />
330
- </svg>`;
330
+ </svg>`;
331
331
  export const currentTransformerIcon = html `<svg
332
332
  id="Laag_1"
333
333
  data-name="Laag 1"
@@ -356,7 +356,7 @@ export const currentTransformerIcon = html `<svg
356
356
  d="M19,12c0-3.53-2.61-6.43-6-6.92v-2.08c0-.55-.45-1-1-1s-1,.45-1,1v2.08c-3.39.49-6,3.39-6,6.92s2.61,6.43,6,6.92v2.08c0,.55.45,1,1,1s1-.45,1-1v-2.08c3.39-.49,6-3.39,6-6.92ZM7,12c0-2.42,1.72-4.44,4-4.9v9.8c-2.28-.46-4-2.48-4-4.9ZM13,16.9V7.1c2.28.46,4,2.48,4,4.9s-1.72,4.44-4,4.9Z"
357
357
  />
358
358
  <rect class="cls-2" width="24" height="24" />
359
- </svg>`;
359
+ </svg>`;
360
360
  export const voltageTransformerIcon = html `<svg
361
361
  id="Laag_1"
362
362
  data-name="Laag 1"
@@ -385,7 +385,7 @@ export const voltageTransformerIcon = html `<svg
385
385
  d="M17,10c0-2.42-1.72-4.44-4-4.9v-2.1s0-1-1-1-1,1-1,1v2.1c-2.28.46-4,2.48-4,4.9,0,.71.15,1.39.42,2-.27.61-.42,1.29-.42,2,0,2.42,1.72,4.44,4,4.9v1.1h-1c-.55,0-1,.45-1,1s.45,1,1,1h4c.55,0,1-.45,1-1s-.45-1-1-1h-1v-1.1c2.28-.46,4-2.48,4-4.9,0-.71-.15-1.39-.42-2,.27-.61.42-1.29.42-2ZM12,7c1.66,0,3,1.34,3,3,0,0,0,.01,0,.02-.84-.63-1.87-1.02-3-1.02s-2.16.39-3,1.02c0,0,0-.01,0-.02,0-1.66,1.34-3,3-3ZM14.22,12c-.55.61-1.34,1-2.22,1s-1.67-.39-2.22-1c.55-.61,1.34-1,2.22-1s1.67.39,2.22,1ZM12,17c-1.66,0-3-1.34-3-3,0,0,0-.01,0-.02.84.63,1.87,1.02,3,1.02s2.16-.39,3-1.02c0,0,0,.01,0,.02,0,1.66-1.34,3-3,3Z"
386
386
  />
387
387
  <rect class="cls-2" width="24" height="24" />
388
- </svg>`;
388
+ </svg>`;
389
389
  export const earthSwitchIcon = html `<svg
390
390
  id="Laag_1"
391
391
  data-name="Laag 1"
@@ -424,7 +424,7 @@ export const earthSwitchIcon = html `<svg
424
424
  />
425
425
  </g>
426
426
  <rect class="cls-2" width="24" height="24" />
427
- </svg>`;
427
+ </svg>`;
428
428
  export const generalConductingEquipmentIcon = html `<svg
429
429
  id="Laag_1"
430
430
  data-name="Laag 1"
@@ -443,7 +443,7 @@ export const generalConductingEquipmentIcon = html `<svg
443
443
  class="cls-1"
444
444
  d="M20.41,3.59c-.78-.78-2.05-.78-2.83,0-.59.59-.73,1.47-.43,2.19l-1.49,1.49c-1.02-.79-2.29-1.27-3.67-1.27-3.31,0-6,2.69-6,6,0,1.38.48,2.66,1.27,3.67l-1.49,1.49c-.73-.31-1.6-.17-2.19.43-.78.78-.78,2.05,0,2.83.78.78,2.05.78,2.83,0,.59-.59.73-1.47.43-2.19l1.49-1.49c1.02.79,2.29,1.27,3.67,1.27,3.31,0,6-2.69,6-6,0-1.38-.48-2.66-1.27-3.67l1.49-1.49c.73.31,1.6.17,2.19-.43.78-.78.78-2.05,0-2.83ZM12,16c-2.21,0-4-1.79-4-4s1.79-4,4-4,4,1.79,4,4-1.79,4-4,4Z"
445
445
  />
446
- </svg>`;
446
+ </svg>`;
447
447
  export const connectivityNodeIcon = html `<svg
448
448
  xmlns="http://www.w3.org/2000/svg"
449
449
  >
@@ -455,7 +455,7 @@ export const connectivityNodeIcon = html `<svg
455
455
  cy="12.5"
456
456
  r="5"
457
457
  />
458
- </svg>`;
458
+ </svg>`;
459
459
  export const powerTransformerTwoWindingIcon = html `<svg
460
460
  xmlns="http://www.w3.org/2000/svg"
461
461
  viewBox="0 0 25 25"
@@ -496,7 +496,7 @@ export const powerTransformerTwoWindingIcon = html `<svg
496
496
  stroke-width="1.5"
497
497
  stroke-linecap="round"
498
498
  />
499
- </svg>`;
499
+ </svg>`;
500
500
  export const openSCDIcon = html ` <svg
501
501
  xmlns="http://www.w3.org/2000/svg"
502
502
  style="width:100px;height:100px"
@@ -513,14 +513,14 @@ export const openSCDIcon = html ` <svg
513
513
  d="M 11 7 L 17.5 7 L 13.5 11 L 16.5 11 L 10 19 L 11.5 13 L 8.5 13 Z "
514
514
  fill="#2aa198"
515
515
  />
516
- </svg>`;
516
+ </svg>`;
517
517
  export const sizableSmvIcon = svg `
518
518
  <svg viewBox="0 0 24 24">
519
519
  <path fill="currentColor" d="M11,7H15V9H11V11H13A2,2 0 0,1 15,13V15A2,2 0 0,1 13,17H9V15H13V13H11A2,2 0 0,1 9,11V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
520
- </svg>`;
520
+ </svg>`;
521
521
  export const sizableGooseIcon = svg `<svg viewBox="0 0 24 24">
522
522
  <path fill="currentColor" d="M11,7H15V9H11V15H13V11H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
523
- </svg>`;
523
+ </svg>`;
524
524
  export const substationIcon = svg `<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
525
525
  <defs>
526
526
  <style>
@@ -543,7 +543,7 @@ export const substationIcon = svg `<svg id="Laag_1" data-name="Laag 1" xmlns="ht
543
543
  <path class="cls-1" d="M11.57,7.74l-3,5c-.09.15-.09.35,0,.5.09.16.26.25.44.25h2v3.5c0,.22.15.42.37.48.04.01.09.02.13.02.17,0,.34-.09.43-.24l3-5c.09-.15.09-.35,0-.5-.09-.16-.26-.25-.44-.25h-2v-3.5c0-.22-.15-.42-.37-.48-.22-.06-.45.03-.56.22Z"/>
544
544
  </g>
545
545
  <rect class="cls-2" y="0" width="24" height="24"/>
546
- </svg>`;
546
+ </svg>`;
547
547
  export const lineIcon = svg `<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
548
548
  <defs>
549
549
  <style>
@@ -563,7 +563,7 @@ export const lineIcon = svg `<svg id="Laag_1" data-name="Laag 1" xmlns="http://w
563
563
  </defs>
564
564
  <path class="cls-1" d="M14.39,11.93l-1.39.58v-1.84l2.15-.89c.51-.21.75-.8.54-1.31-.21-.51-.8-.75-1.31-.54l-1.39.58V3c0-.55-.45-1-1-1s-1,.45-1,1v6.33l-2.15.89c-.51.21-.75.8-.54,1.31.21.51.8.75,1.31.54l1.39-.58v1.84l-2.15.89c-.51.21-.75.8-.54,1.31.21.51.8.75,1.31.54l1.39-.58v5.5c0,.55.45,1,1,1s1-.45,1-1v-6.33l2.15-.89c.51-.21.75-.8.54-1.31-.21-.51-.8-.75-1.31-.54Z"/>
565
565
  <rect class="cls-2" width="24" height="24"/>
566
- </svg>`;
566
+ </svg>`;
567
567
  export const processIcon = svg `<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
568
568
  <defs>
569
569
  <style>
@@ -583,7 +583,7 @@ export const processIcon = svg `<svg id="Laag_1" data-name="Laag 1" xmlns="http:
583
583
  </defs>
584
584
  <path class="cls-1" d="M18.71,15.29c-.39-.39-1.02-.39-1.41,0s-.39,1.02,0,1.41l.29.29h-5.59c0-1.1-.9-2-2-2h-2c-1.01,0-1.84.76-1.97,1.74-.61-.34-1.03-.99-1.03-1.74,0-1.1.9-2,2-2h5c0,1.1.9,2,2,2h2c1.1,0,2-.9,2-2v-.14c1.72-.45,3-2,3-3.86,0-2.21-1.79-4-4-4h-5c0-1.1-.9-2-2-2h-2c-1.1,0-2,.9-2,2h-2c-.55,0-1,.45-1,1s.45,1,1,1h2c0,1.1.9,2,2,2h2c1.1,0,2-.9,2-2h5c1.1,0,2,.9,2,2,0,.75-.42,1.39-1.03,1.74-.13-.98-.96-1.74-1.97-1.74h-2c-1.1,0-2,.9-2,2h-5c-2.21,0-4,1.79-4,4,0,1.86,1.28,3.41,3,3.86v.14c0,1.1.9,2,2,2h2c1.1,0,2-.9,2-2h5.59l-.29.29c-.39.39-.39,1.02,0,1.41.2.2.45.29.71.29s.51-.1.71-.29l2-2c.39-.39.39-1.02,0-1.41l-2-2ZM8,7v-2h2v2s-2,0-2,0ZM14,11h2v2s-2,0-2,0v-2ZM8,19v-2h2v2s-2,0-2,0Z"/>
585
585
  <rect class="cls-2" y="0" width="24" height="24"/>
586
- </svg>`;
586
+ </svg>`;
587
587
  export const transformerWindingIcon = svg `<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
588
588
  <defs>
589
589
  <style>
@@ -607,5 +607,5 @@ export const transformerWindingIcon = svg `<svg id="Laag_1" data-name="Laag 1" x
607
607
  <path class="cls-1" d="M6.83,16h.17s-.03,0-.05-.01c-.04,0-.08.01-.12.01Z"/>
608
608
  </g>
609
609
  <rect class="cls-2" width="24" height="24"/>
610
- </svg>`;
610
+ </svg>`;
611
611
  //# sourceMappingURL=icons.js.map
@@ -1,3 +1,3 @@
1
- export declare const accessPointIcon: import("lit-element").SVGTemplateResult;
2
- export declare const serverIcon: import("lit-element").SVGTemplateResult;
3
- export declare const logicalDeviceIcon: import("lit-element").SVGTemplateResult;
1
+ export declare const accessPointIcon: import("lit-element").SVGTemplateResult;
2
+ export declare const serverIcon: import("lit-element").SVGTemplateResult;
3
+ export declare const logicalDeviceIcon: import("lit-element").SVGTemplateResult;
@@ -1,11 +1,11 @@
1
- import { svg } from "lit-element";
1
+ import { svg } from "lit-element";
2
2
  export const accessPointIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">
3
3
  <path fill="currentColor" d="M4.93,4.93C3.12,6.74 2,9.24 2,12C2,14.76 3.12,17.26 4.93,19.07L6.34,17.66C4.89,16.22 4,14.22 4,12C4,9.79 4.89,7.78 6.34,6.34L4.93,4.93M19.07,4.93L17.66,6.34C19.11,7.78 20,9.79 20,12C20,14.22 19.11,16.22 17.66,17.66L19.07,19.07C20.88,17.26 22,14.76 22,12C22,9.24 20.88,6.74 19.07,4.93M7.76,7.76C6.67,8.85 6,10.35 6,12C6,13.65 6.67,15.15 7.76,16.24L9.17,14.83C8.45,14.11 8,13.11 8,12C8,10.89 8.45,9.89 9.17,9.17L7.76,7.76M16.24,7.76L14.83,9.17C15.55,9.89 16,10.89 16,12C16,13.11 15.55,14.11 14.83,14.83L16.24,16.24C17.33,15.15 18,13.65 18,12C18,10.35 17.33,8.85 16.24,7.76M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z" />
4
- </svg>`;
4
+ </svg>`;
5
5
  export const serverIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">
6
6
  <path fill="currentColor" d="M4,1H20A1,1 0 0,1 21,2V6A1,1 0 0,1 20,7H4A1,1 0 0,1 3,6V2A1,1 0 0,1 4,1M4,9H20A1,1 0 0,1 21,10V14A1,1 0 0,1 20,15H4A1,1 0 0,1 3,14V10A1,1 0 0,1 4,9M4,17H20A1,1 0 0,1 21,18V22A1,1 0 0,1 20,23H4A1,1 0 0,1 3,22V18A1,1 0 0,1 4,17M9,5H10V3H9V5M9,13H10V11H9V13M9,21H10V19H9V21M5,3V5H7V3H5M5,11V13H7V11H5M5,19V21H7V19H5Z" />
7
- </svg>`;
7
+ </svg>`;
8
8
  export const logicalDeviceIcon = svg `<svg style="width:24px;height:24px" viewBox="0 0 24 24">
9
9
  <path fill="currentColor" d="M13,13H18V15H13M13,9H18V11H13M6.91,7.41L11.5,12L6.91,16.6L5.5,15.18L8.68,12L5.5,8.82M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5Z" />
10
- </svg>`;
10
+ </svg>`;
11
11
  //# sourceMappingURL=ied-icons.js.map
@@ -1,16 +1,16 @@
1
- export declare const systemLogicalNode: import("lit-element").SVGTemplateResult;
2
- export declare const automationLogicalNode: import("lit-element").SVGTemplateResult;
3
- export declare const controlLogicalNode: import("lit-element").SVGTemplateResult;
4
- export declare const functionalLogicalNode: import("lit-element").SVGTemplateResult;
5
- export declare const generalLogicalNode: import("lit-element").SVGTemplateResult;
6
- export declare const interfacingLogicalNode: import("lit-element").SVGTemplateResult;
7
- export declare const nonElectricalLogicalNode: import("lit-element").SVGTemplateResult;
8
- export declare const measurementLogicalNode: import("lit-element").SVGTemplateResult;
9
- export declare const protectionLogicalNode: import("lit-element").SVGTemplateResult;
10
- export declare const qualityLogicalNode: import("lit-element").SVGTemplateResult;
11
- export declare const protectionRelatedLogicalNode: import("lit-element").SVGTemplateResult;
12
- export declare const supervisionLogicalNode: import("lit-element").SVGTemplateResult;
13
- export declare const transformerLogicalNode: import("lit-element").SVGTemplateResult;
14
- export declare const switchgearLogicalNode: import("lit-element").SVGTemplateResult;
15
- export declare const powerTransformerLogicalNode: import("lit-element").SVGTemplateResult;
16
- export declare const furtherPowerSystemEquipmentLogicalNode: import("lit-element").SVGTemplateResult;
1
+ export declare const systemLogicalNode: import("lit-element").SVGTemplateResult;
2
+ export declare const automationLogicalNode: import("lit-element").SVGTemplateResult;
3
+ export declare const controlLogicalNode: import("lit-element").SVGTemplateResult;
4
+ export declare const functionalLogicalNode: import("lit-element").SVGTemplateResult;
5
+ export declare const generalLogicalNode: import("lit-element").SVGTemplateResult;
6
+ export declare const interfacingLogicalNode: import("lit-element").SVGTemplateResult;
7
+ export declare const nonElectricalLogicalNode: import("lit-element").SVGTemplateResult;
8
+ export declare const measurementLogicalNode: import("lit-element").SVGTemplateResult;
9
+ export declare const protectionLogicalNode: import("lit-element").SVGTemplateResult;
10
+ export declare const qualityLogicalNode: import("lit-element").SVGTemplateResult;
11
+ export declare const protectionRelatedLogicalNode: import("lit-element").SVGTemplateResult;
12
+ export declare const supervisionLogicalNode: import("lit-element").SVGTemplateResult;
13
+ export declare const transformerLogicalNode: import("lit-element").SVGTemplateResult;
14
+ export declare const switchgearLogicalNode: import("lit-element").SVGTemplateResult;
15
+ export declare const powerTransformerLogicalNode: import("lit-element").SVGTemplateResult;
16
+ export declare const furtherPowerSystemEquipmentLogicalNode: import("lit-element").SVGTemplateResult;
@@ -1,50 +1,50 @@
1
- import { svg } from 'lit-element';
1
+ import { svg } from 'lit-element';
2
2
  export const systemLogicalNode = svg `<svg viewBox="0 0 24 24">
3
3
  <path fill="currentColor" d="M9,7H11V15H15V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
4
- </svg>`;
4
+ </svg>`;
5
5
  export const automationLogicalNode = svg `<svg viewBox="0 0 24 24">
6
6
  <path fill="currentColor" d="M11,7H13A2,2 0 0,1 15,9V17H13V13H11V17H9V9A2,2 0 0,1 11,7M11,9V11H13V9H11M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z" />
7
- </svg>`;
7
+ </svg>`;
8
8
  export const controlLogicalNode = svg `<svg viewBox="0 0 24 24">
9
9
  <path fill="currentColor" d="M11,7H13A2,2 0 0,1 15,9V10H13V9H11V15H13V14H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
10
- </svg>`;
10
+ </svg>`;
11
11
  export const functionalLogicalNode = svg `<svg viewBox="0 0 24 24">
12
12
  <path fill="currentColor" d="M9,7H15V9H11V11H14V13H11V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
13
- </svg>`;
13
+ </svg>`;
14
14
  export const generalLogicalNode = svg `<svg viewBox="0 0 24 24">
15
15
  <path fill="currentColor" d="M11,7H15V9H11V15H13V11H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
16
- </svg>`;
16
+ </svg>`;
17
17
  export const interfacingLogicalNode = svg `<svg viewBox="0 0 24 24">
18
18
  <path fill="currentColor" d="M14,7V9H13V15H14V17H10V15H11V9H10V7H14M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
19
- </svg>`;
19
+ </svg>`;
20
20
  export const nonElectricalLogicalNode = svg `<svg viewBox="0 0 24 24">
21
21
  <path fill="currentColor" d="M9,7H11V10.33L13,7H15L12,12L15,17H13L11,13.67V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
22
- </svg>`;
22
+ </svg>`;
23
23
  export const measurementLogicalNode = svg `<svg viewBox="0 0 24 24">
24
24
  <path fill="currentColor" d="M9,7H15A2,2 0 0,1 17,9V17H15V9H13V16H11V9H9V17H7V9A2,2 0 0,1 9,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
25
- </svg>`;
25
+ </svg>`;
26
26
  export const protectionLogicalNode = svg `<svg viewBox="0 0 24 24">
27
27
  <path fill="currentColor" d="M9,7H13A2,2 0 0,1 15,9V11A2,2 0 0,1 13,13H11V17H9V7M11,9V11H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
28
- </svg>`;
28
+ </svg>`;
29
29
  export const qualityLogicalNode = svg `<svg viewBox="0 0 24 24">
30
30
  <path fill="currentColor" d="M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17V19H11V17A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,9V15H13V9H11Z" />
31
- </svg>`;
31
+ </svg>`;
32
32
  export const protectionRelatedLogicalNode = svg `<svg viewBox="0 0 24 24">
33
33
  <path fill="currentColor" d="M9,7H13A2,2 0 0,1 15,9V11C15,11.84 14.5,12.55 13.76,12.85L15,17H13L11.8,13H11V17H9V7M11,9V11H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,16.41 7.58,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
34
- </svg>`;
34
+ </svg>`;
35
35
  export const supervisionLogicalNode = svg `<svg viewBox="0 0 24 24">
36
36
  <path fill="currentColor" d="M11,7H15V9H11V11H13A2,2 0 0,1 15,13V15A2,2 0 0,1 13,17H9V15H13V13H11A2,2 0 0,1 9,11V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
37
- </svg>`;
37
+ </svg>`;
38
38
  export const transformerLogicalNode = svg `<svg viewBox="0 0 24 24">
39
39
  <path fill="currentColor" d="M9,7H15V9H13V17H11V9H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
40
- </svg>`;
40
+ </svg>`;
41
41
  export const switchgearLogicalNode = svg `<svg viewBox="0 0 24 24">
42
42
  <path fill="currentColor" d="M9,7H11L12,9.5L13,7H15L13,12L15,17H13L12,14.5L11,17H9L11,12L9,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
43
- </svg>`;
43
+ </svg>`;
44
44
  export const powerTransformerLogicalNode = svg `<svg viewBox="0 0 24 24">
45
45
  <path fill="currentColor" d="M9,7H11L12,10L13,7H15L13,13V17H11V13L9,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
46
- </svg>`;
46
+ </svg>`;
47
47
  export const furtherPowerSystemEquipmentLogicalNode = svg `<svg viewBox="0 0 24 24">
48
48
  <path fill="currentColor" d="M9,7H15V9L11,15H15V17H9V15L13,9H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z" />
49
- </svg>`;
49
+ </svg>`;
50
50
  //# sourceMappingURL=lnode.js.map