@siemens/ix-icons 2.1.0-beta.1 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1610) hide show
  1. package/README.md +4 -8
  2. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  3. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  4. package/dist/cjs/icon-ba9aca3f.js +244 -0
  5. package/dist/cjs/icon-ba9aca3f.js.map +1 -0
  6. package/dist/cjs/icons-bbe272cf.js +1637 -0
  7. package/dist/cjs/icons-bbe272cf.js.map +1 -0
  8. package/dist/cjs/index-af0541e0.js +1808 -0
  9. package/dist/cjs/index-af0541e0.js.map +1 -0
  10. package/dist/cjs/index.cjs.js +2 -2
  11. package/dist/cjs/ix-icon.cjs.entry.js +2 -2
  12. package/dist/cjs/ix-icons.cjs.js +6 -7
  13. package/dist/cjs/ix-icons.cjs.js.map +1 -1
  14. package/dist/cjs/loader.cjs.js +6 -13
  15. package/dist/cjs/loader.cjs.js.map +1 -1
  16. package/dist/collection/collection-manifest.json +3 -3
  17. package/dist/collection/components/icon/icon.js +150 -111
  18. package/dist/collection/components/icon/icon.js.map +1 -1
  19. package/dist/collection/components/icon/icons.js +135 -19
  20. package/dist/collection/components/icon/icons.js.map +1 -1
  21. package/dist/collection/components/icon/meta-tag.js +42 -0
  22. package/dist/collection/components/icon/meta-tag.js.map +1 -0
  23. package/dist/collection/components/icon/resolveIcon.js +113 -64
  24. package/dist/collection/components/icon/resolveIcon.js.map +1 -1
  25. package/dist/collection/components/icon/test/ix-icon.spec.js +61 -0
  26. package/dist/collection/components/icon/test/ix-icon.spec.js.map +1 -0
  27. package/dist/collection/components/icon/test/resolveIcon.spec.js +72 -0
  28. package/dist/collection/components/icon/test/resolveIcon.spec.js.map +1 -0
  29. package/dist/components/icon.js +233 -1518
  30. package/dist/components/icon.js.map +1 -1
  31. package/dist/components/icons.js +821 -0
  32. package/dist/components/icons.js.map +1 -0
  33. package/dist/components/index.d.ts +6 -0
  34. package/dist/components/index.js +1 -1
  35. package/dist/components/ix-icon.d.ts +2 -2
  36. package/dist/css/ix-icons.css +0 -1
  37. package/dist/esm/app-globals-0f993ce5.js +5 -0
  38. package/dist/esm/app-globals-0f993ce5.js.map +1 -0
  39. package/dist/esm/icon-fba34a96.js +242 -0
  40. package/dist/esm/icon-fba34a96.js.map +1 -0
  41. package/dist/esm/icons-96e7f3c7.js +821 -0
  42. package/dist/esm/icons-96e7f3c7.js.map +1 -0
  43. package/dist/esm/index-8088fea1.js +1779 -0
  44. package/dist/esm/index-8088fea1.js.map +1 -0
  45. package/dist/esm/index.js +2 -2
  46. package/dist/esm/ix-icon.entry.js +2 -2
  47. package/dist/esm/ix-icons.js +7 -8
  48. package/dist/esm/ix-icons.js.map +1 -1
  49. package/dist/esm/loader.js +8 -15
  50. package/dist/esm/loader.js.map +1 -1
  51. package/dist/esm/polyfills/core-js.js +0 -0
  52. package/dist/esm/polyfills/dom.js +0 -0
  53. package/dist/esm/polyfills/es5-html-element.js +0 -0
  54. package/dist/esm/polyfills/index.js +0 -0
  55. package/dist/esm/polyfills/system.js +0 -0
  56. package/dist/ix-icons/index.esm.js +1 -1
  57. package/dist/ix-icons/ix-icons.esm.js +1 -1
  58. package/dist/ix-icons/ix-icons.esm.js.map +1 -1
  59. package/dist/ix-icons/p-2d8b3024.js +2 -0
  60. package/dist/ix-icons/p-2d8b3024.js.map +1 -0
  61. package/dist/ix-icons/p-3a5642a0.entry.js +2 -0
  62. package/dist/ix-icons/p-9cc3f441.js +2 -0
  63. package/dist/ix-icons/p-9cc3f441.js.map +1 -0
  64. package/dist/ix-icons/p-e1255160.js +2 -0
  65. package/dist/ix-icons/p-e1255160.js.map +1 -0
  66. package/dist/ix-icons/p-efdd4090.js +3 -0
  67. package/dist/ix-icons/p-efdd4090.js.map +1 -0
  68. package/dist/sample.json +116 -0
  69. package/dist/types/components/icon/icon.d.ts +30 -27
  70. package/dist/types/components/icon/icons.d.ts +136 -20
  71. package/dist/types/components/icon/meta-tag.d.ts +12 -0
  72. package/dist/types/components/icon/resolveIcon.d.ts +7 -2
  73. package/dist/types/components.d.ts +4 -4
  74. package/dist/types/stencil-public-runtime.d.ts +49 -5
  75. package/icons/index.d.ts +116 -0
  76. package/icons/index.js +135 -19
  77. package/icons/index.mjs +135 -19
  78. package/icons/package.json +1 -1
  79. package/loader/index.d.ts +1 -1
  80. package/package.json +23 -20
  81. package/svg/about-filled.svg +1 -0
  82. package/svg/about.svg +1 -0
  83. package/svg/add-application.svg +1 -0
  84. package/svg/add-circle-filled.svg +1 -0
  85. package/svg/add-circle.svg +1 -0
  86. package/svg/add-document-note.svg +1 -0
  87. package/svg/add-eye-filled.svg +1 -0
  88. package/svg/add-eye.svg +1 -0
  89. package/svg/add-filter-filled.svg +1 -0
  90. package/svg/add-filter.svg +1 -0
  91. package/svg/add-selection.svg +1 -0
  92. package/svg/add-shield-half.svg +1 -0
  93. package/svg/add-task-list.svg +1 -0
  94. package/svg/add-task.svg +1 -0
  95. package/svg/add-user-filled.svg +1 -0
  96. package/svg/add-user.svg +1 -0
  97. package/svg/add.svg +1 -0
  98. package/svg/ai.svg +1 -0
  99. package/svg/alarm-bell-cancelled-filled.svg +1 -0
  100. package/svg/alarm-bell-cancelled.svg +1 -0
  101. package/svg/alarm-bell-filled.svg +1 -0
  102. package/svg/alarm-bell.svg +1 -0
  103. package/svg/alarm-clock-cancelled.svg +1 -0
  104. package/svg/alarm-clock-filled.svg +1 -0
  105. package/svg/alarm-clock-success.svg +1 -0
  106. package/svg/alarm-clock.svg +1 -0
  107. package/svg/alarm-filled.svg +1 -0
  108. package/svg/alarm.svg +1 -0
  109. package/svg/analyze.svg +1 -0
  110. package/svg/anomaly-found.svg +1 -0
  111. package/svg/anomaly.svg +1 -0
  112. package/svg/app-menu.svg +1 -0
  113. package/svg/application-screen.svg +1 -0
  114. package/svg/applications.svg +1 -0
  115. package/svg/apps.svg +1 -0
  116. package/svg/arrow-diagonal-bottom-left.svg +1 -0
  117. package/svg/arrow-diagonal-bottom-right.svg +1 -0
  118. package/svg/arrow-diagonal-top-left.svg +1 -0
  119. package/svg/arrow-diagonal-top-right.svg +1 -0
  120. package/svg/arrow-down-right.svg +1 -0
  121. package/svg/arrow-down.svg +1 -0
  122. package/svg/arrow-left.svg +1 -0
  123. package/svg/arrow-right-down.svg +1 -0
  124. package/svg/arrow-right.svg +1 -0
  125. package/svg/arrow-up.svg +1 -0
  126. package/svg/attach.svg +1 -0
  127. package/svg/attachment-upload.svg +1 -0
  128. package/svg/audio-description1.svg +1 -0
  129. package/svg/audio-description2.svg +1 -0
  130. package/svg/audit-report.svg +1 -0
  131. package/svg/average.svg +1 -0
  132. package/svg/backup-filled.svg +1 -0
  133. package/svg/backup.svg +1 -0
  134. package/svg/bar-code.svg +1 -0
  135. package/svg/barchart.svg +1 -0
  136. package/svg/battery-bolt.svg +1 -0
  137. package/svg/battery-check.svg +1 -0
  138. package/svg/battery-empty-question.svg +1 -0
  139. package/svg/battery-empty.svg +1 -0
  140. package/svg/battery-exclamation.svg +1 -0
  141. package/svg/battery-full-check.svg +1 -0
  142. package/svg/battery-full.svg +1 -0
  143. package/svg/battery-half.svg +1 -0
  144. package/svg/battery-low.svg +1 -0
  145. package/svg/battery-quarter.svg +1 -0
  146. package/svg/battery-slash.svg +1 -0
  147. package/svg/battery-three-quarter.svg +1 -0
  148. package/svg/battery-upright-bolt.svg +1 -0
  149. package/svg/battery-upright-check.svg +1 -0
  150. package/svg/battery-upright-empty.svg +1 -0
  151. package/svg/battery-upright-exclamation.svg +1 -0
  152. package/svg/battery-upright-full-check.svg +1 -0
  153. package/svg/battery-upright-full.svg +1 -0
  154. package/svg/battery-upright-half.svg +1 -0
  155. package/svg/battery-upright-low.svg +1 -0
  156. package/svg/battery-upright-quarter.svg +1 -0
  157. package/svg/battery-upright-question.svg +1 -0
  158. package/svg/battery-upright-slash.svg +1 -0
  159. package/svg/battery-upright-three-quarter.svg +1 -0
  160. package/svg/battery-upright-xmark.svg +1 -0
  161. package/svg/battery-xmark.svg +1 -0
  162. package/svg/bezier-curve.svg +1 -0
  163. package/svg/binoculars-filled.svg +1 -0
  164. package/svg/binoculars.svg +1 -0
  165. package/svg/blazor.svg +1 -0
  166. package/svg/book.svg +1 -0
  167. package/svg/bookmark-filled.svg +1 -0
  168. package/svg/bookmark.svg +1 -0
  169. package/svg/boundary-signals.svg +1 -0
  170. package/svg/box-closed.svg +1 -0
  171. package/svg/box-ipc-fail.svg +1 -0
  172. package/svg/box-ipc-question.svg +1 -0
  173. package/svg/box-ipc-success.svg +1 -0
  174. package/svg/box-ipc.svg +1 -0
  175. package/svg/box-open.svg +1 -0
  176. package/svg/bug-filled.svg +1 -0
  177. package/svg/bug.svg +1 -0
  178. package/svg/building1-filled.svg +1 -0
  179. package/svg/building1.svg +1 -0
  180. package/svg/building2-filled.svg +1 -0
  181. package/svg/building2.svg +1 -0
  182. package/svg/bulb-filled.svg +1 -0
  183. package/svg/bulb.svg +1 -0
  184. package/svg/calculator.svg +1 -0
  185. package/svg/calendar-filled.svg +1 -0
  186. package/svg/calendar-settings.svg +1 -0
  187. package/svg/calendar.svg +1 -0
  188. package/svg/cancel.svg +1 -0
  189. package/svg/cancelled.svg +1 -0
  190. package/svg/capacity-filled.svg +1 -0
  191. package/svg/capacity.svg +1 -0
  192. package/svg/capture.svg +1 -0
  193. package/svg/car-filled.svg +1 -0
  194. package/svg/car.svg +1 -0
  195. package/svg/card-layout-filled.svg +1 -0
  196. package/svg/card-layout.svg +1 -0
  197. package/svg/certificate-error-filled.svg +1 -0
  198. package/svg/certificate-error.svg +1 -0
  199. package/svg/certificate-exclamation-filled.svg +1 -0
  200. package/svg/certificate-exclamation.svg +1 -0
  201. package/svg/certificate-success-filled.svg +1 -0
  202. package/svg/certificate-success.svg +1 -0
  203. package/svg/chart-cursor.svg +1 -0
  204. package/svg/chart-curve-linear.svg +1 -0
  205. package/svg/chart-curve-spline.svg +1 -0
  206. package/svg/chart-curve-stepped.svg +1 -0
  207. package/svg/chart-diagram-add.svg +1 -0
  208. package/svg/chart-diagram.svg +1 -0
  209. package/svg/chart-diagrams.svg +1 -0
  210. package/svg/chart-labels-filled.svg +1 -0
  211. package/svg/chart-labels.svg +1 -0
  212. package/svg/check-in.svg +1 -0
  213. package/svg/check-out.svg +1 -0
  214. package/svg/check.svg +1 -0
  215. package/svg/checkbox-component-checked.svg +1 -0
  216. package/svg/checkbox-component-mixed.svg +1 -0
  217. package/svg/checkbox-component-unchecked.svg +1 -0
  218. package/svg/checkbox-filled.svg +1 -0
  219. package/svg/checkbox.svg +1 -0
  220. package/svg/checkboxes-filled.svg +1 -0
  221. package/svg/checkboxes.svg +1 -0
  222. package/svg/chevron-down-bar-small.svg +1 -0
  223. package/svg/chevron-down-bar.svg +1 -0
  224. package/svg/chevron-down-small.svg +1 -0
  225. package/svg/chevron-down.svg +1 -0
  226. package/svg/chevron-left-bar-small.svg +1 -0
  227. package/svg/chevron-left-bar.svg +1 -0
  228. package/svg/chevron-left-small.svg +1 -0
  229. package/svg/chevron-left.svg +1 -0
  230. package/svg/chevron-right-bar-small.svg +1 -0
  231. package/svg/chevron-right-bar.svg +1 -0
  232. package/svg/chevron-right-small.svg +1 -0
  233. package/svg/chevron-right.svg +1 -0
  234. package/svg/chevron-up-bar-small.svg +1 -0
  235. package/svg/chevron-up-bar.svg +1 -0
  236. package/svg/chevron-up-small.svg +1 -0
  237. package/svg/chevron-up.svg +1 -0
  238. package/svg/circle-dot-filled.svg +1 -0
  239. package/svg/circle-dot.svg +1 -0
  240. package/svg/circle-filled.svg +1 -0
  241. package/svg/circle-pause-filled.svg +1 -0
  242. package/svg/circle-pause.svg +1 -0
  243. package/svg/circle-play-filled.svg +1 -0
  244. package/svg/circle-play.svg +1 -0
  245. package/svg/circle-stop-filled.svg +1 -0
  246. package/svg/circle-stop.svg +1 -0
  247. package/svg/circle.svg +1 -0
  248. package/svg/clear-filter-filled.svg +1 -0
  249. package/svg/clear-filter.svg +1 -0
  250. package/svg/clear.svg +1 -0
  251. package/svg/clock-filled.svg +1 -0
  252. package/svg/clock.svg +1 -0
  253. package/svg/close-small.svg +1 -0
  254. package/svg/close.svg +1 -0
  255. package/svg/cloud-download-add-filled.svg +1 -0
  256. package/svg/cloud-download-add.svg +1 -0
  257. package/svg/cloud-download-filled.svg +1 -0
  258. package/svg/cloud-download-list-filled.svg +1 -0
  259. package/svg/cloud-download-list.svg +1 -0
  260. package/svg/cloud-download.svg +1 -0
  261. package/svg/cloud-fail-filled.svg +1 -0
  262. package/svg/cloud-fail.svg +1 -0
  263. package/svg/cloud-filled.svg +1 -0
  264. package/svg/cloud-new-filled.svg +1 -0
  265. package/svg/cloud-new.svg +1 -0
  266. package/svg/cloud-success-filled.svg +1 -0
  267. package/svg/cloud-success.svg +1 -0
  268. package/svg/cloud-upload-filled.svg +1 -0
  269. package/svg/cloud-upload.svg +1 -0
  270. package/svg/cloud.svg +1 -0
  271. package/svg/code.svg +1 -0
  272. package/svg/coffee-empty-filled.svg +1 -0
  273. package/svg/coffee-empty.svg +1 -0
  274. package/svg/coffee-filled.svg +1 -0
  275. package/svg/coffee.svg +1 -0
  276. package/svg/cogwheel-filled.svg +1 -0
  277. package/svg/cogwheel.svg +1 -0
  278. package/svg/combine.svg +1 -0
  279. package/svg/compact-disc-filled.svg +1 -0
  280. package/svg/compact-disc.svg +1 -0
  281. package/svg/compare.svg +1 -0
  282. package/svg/compound-block.svg +1 -0
  283. package/svg/configuration.svg +1 -0
  284. package/svg/configure-filled.svg +1 -0
  285. package/svg/configure.svg +1 -0
  286. package/svg/connected.svg +1 -0
  287. package/svg/connector-chart-filled.svg +1 -0
  288. package/svg/connector-chart.svg +1 -0
  289. package/svg/connector-filled.svg +1 -0
  290. package/svg/connector-hex-filled.svg +1 -0
  291. package/svg/connector-hex.svg +1 -0
  292. package/svg/connector-rect-filled.svg +1 -0
  293. package/svg/connector-rect.svg +1 -0
  294. package/svg/connector-rhomb-filled.svg +1 -0
  295. package/svg/connector-rhomb.svg +1 -0
  296. package/svg/connector.svg +1 -0
  297. package/svg/consistency-check.svg +1 -0
  298. package/svg/contact-details-filled.svg +1 -0
  299. package/svg/contact-details.svg +1 -0
  300. package/svg/context-menu.svg +1 -0
  301. package/svg/controlled-device.svg +1 -0
  302. package/svg/controller-device.svg +1 -0
  303. package/svg/copy-filled.svg +1 -0
  304. package/svg/copy.svg +1 -0
  305. package/svg/corner-arrow-up-left.svg +1 -0
  306. package/svg/couch-filled.svg +1 -0
  307. package/svg/couch.svg +1 -0
  308. package/svg/counter.svg +1 -0
  309. package/svg/create-plant-filled.svg +1 -0
  310. package/svg/create-plant.svg +1 -0
  311. package/svg/crosshairs-filled.svg +1 -0
  312. package/svg/crosshairs.svg +1 -0
  313. package/svg/customer-filled.svg +1 -0
  314. package/svg/customer.svg +1 -0
  315. package/svg/cut-filled.svg +1 -0
  316. package/svg/cut.svg +1 -0
  317. package/svg/cycle.svg +1 -0
  318. package/svg/data-egress.svg +1 -0
  319. package/svg/data-ingress-egress.svg +1 -0
  320. package/svg/data-ingress.svg +1 -0
  321. package/svg/database-filled.svg +1 -0
  322. package/svg/database.svg +1 -0
  323. package/svg/details.svg +1 -0
  324. package/svg/device-driver.svg +1 -0
  325. package/svg/device-fan.svg +1 -0
  326. package/svg/diagram-module-library.svg +1 -0
  327. package/svg/diagram-module-new.svg +1 -0
  328. package/svg/diagram-module.svg +1 -0
  329. package/svg/diamond.svg +1 -0
  330. package/svg/disconnected.svg +1 -0
  331. package/svg/disk-filled.svg +1 -0
  332. package/svg/disk-pen.svg +1 -0
  333. package/svg/disk.svg +1 -0
  334. package/svg/distribution.svg +1 -0
  335. package/svg/doc-document.svg +1 -0
  336. package/svg/document-bulk.svg +1 -0
  337. package/svg/document-fail.svg +1 -0
  338. package/svg/document-info.svg +1 -0
  339. package/svg/document-link.svg +1 -0
  340. package/svg/document-management.svg +1 -0
  341. package/svg/document-reference.svg +1 -0
  342. package/svg/document-settings.svg +1 -0
  343. package/svg/document-success.svg +1 -0
  344. package/svg/document.svg +1 -0
  345. package/svg/double-check.svg +1 -0
  346. package/svg/double-chevron-down.svg +1 -0
  347. package/svg/double-chevron-left.svg +1 -0
  348. package/svg/double-chevron-right.svg +1 -0
  349. package/svg/double-chevron-up.svg +1 -0
  350. package/svg/doublet-filled.svg +1 -0
  351. package/svg/doublet.svg +1 -0
  352. package/svg/download-add.svg +1 -0
  353. package/svg/download-list.svg +1 -0
  354. package/svg/download.svg +1 -0
  355. package/svg/drag-and-drop.svg +1 -0
  356. package/svg/drag-gripper.svg +1 -0
  357. package/svg/drop-zone.svg +1 -0
  358. package/svg/drop.svg +1 -0
  359. package/svg/duplicate-document.svg +1 -0
  360. package/svg/duplicate-filled.svg +1 -0
  361. package/svg/duplicate.svg +1 -0
  362. package/svg/e-mail-filled.svg +1 -0
  363. package/svg/e-mail.svg +1 -0
  364. package/svg/earth-filled.svg +1 -0
  365. package/svg/earth.svg +1 -0
  366. package/svg/edit-document-filled.svg +1 -0
  367. package/svg/edit-document.svg +1 -0
  368. package/svg/edit-plant.svg +1 -0
  369. package/svg/electrical-energy-filled.svg +1 -0
  370. package/svg/electrical-energy.svg +1 -0
  371. package/svg/ellipse-arc.svg +1 -0
  372. package/svg/ellipse-filled.svg +1 -0
  373. package/svg/ellipse.svg +1 -0
  374. package/svg/error-filled.svg +1 -0
  375. package/svg/error.svg +1 -0
  376. package/svg/explore-filled.svg +1 -0
  377. package/svg/explore.svg +1 -0
  378. package/svg/export.svg +1 -0
  379. package/svg/eye-cancelled-filled.svg +1 -0
  380. package/svg/eye-cancelled.svg +1 -0
  381. package/svg/eye-filled.svg +1 -0
  382. package/svg/eye.svg +1 -0
  383. package/svg/factory-reset-filled.svg +1 -0
  384. package/svg/factory-reset.svg +1 -0
  385. package/svg/filter-filled.svg +1 -0
  386. package/svg/filter-outline.svg +1 -0
  387. package/svg/filter.svg +1 -0
  388. package/svg/firmware.svg +1 -0
  389. package/svg/fit-to-screen.svg +1 -0
  390. package/svg/flag-filled.svg +1 -0
  391. package/svg/flag.svg +1 -0
  392. package/svg/flashing.svg +1 -0
  393. package/svg/folder-down-filled.svg +1 -0
  394. package/svg/folder-down.svg +1 -0
  395. package/svg/folder-filled.svg +1 -0
  396. package/svg/folder-new-filled.svg +1 -0
  397. package/svg/folder-new-outline.svg +1 -0
  398. package/svg/folder-new.svg +1 -0
  399. package/svg/folder-open-filled.svg +1 -0
  400. package/svg/folder-open-outline.svg +1 -0
  401. package/svg/folder-open.svg +1 -0
  402. package/svg/folder-outline.svg +1 -0
  403. package/svg/folder-up-filled.svg +1 -0
  404. package/svg/folder-up.svg +1 -0
  405. package/svg/folder.svg +1 -0
  406. package/svg/full-screeen-exit.svg +1 -0
  407. package/svg/full-screeen.svg +1 -0
  408. package/svg/full-screen-exit.svg +1 -0
  409. package/svg/full-screen.svg +1 -0
  410. package/svg/function-block-library.svg +1 -0
  411. package/svg/function-block-new.svg +1 -0
  412. package/svg/function-block.svg +1 -0
  413. package/svg/function-diagram-new.svg +1 -0
  414. package/svg/function-diagram.svg +1 -0
  415. package/svg/gauge-filled.svg +1 -0
  416. package/svg/gauge.svg +1 -0
  417. package/svg/gaugechart.svg +1 -0
  418. package/svg/global-plant-filled.svg +1 -0
  419. package/svg/global-plant.svg +1 -0
  420. package/svg/globe-filled.svg +1 -0
  421. package/svg/globe.svg +1 -0
  422. package/svg/goto.svg +1 -0
  423. package/svg/group.svg +1 -0
  424. package/svg/handshake.svg +1 -0
  425. package/svg/hard-disk-drive.svg +1 -0
  426. package/svg/hard-reset.svg +1 -0
  427. package/svg/hardware-cabinet.svg +1 -0
  428. package/svg/heading.svg +1 -0
  429. package/svg/health-filled.svg +1 -0
  430. package/svg/health.svg +1 -0
  431. package/svg/heart-filled.svg +1 -0
  432. package/svg/heart.svg +1 -0
  433. package/svg/height.svg +1 -0
  434. package/svg/hexagon-vertical-bars-database-filled.svg +1 -0
  435. package/svg/hexagon-vertical-bars-database.svg +1 -0
  436. package/svg/hexagon-vertical-bars-filled.svg +1 -0
  437. package/svg/hexagon-vertical-bars.svg +1 -0
  438. package/svg/hierarchy.svg +1 -0
  439. package/svg/highlight-filled.svg +1 -0
  440. package/svg/highlight.svg +1 -0
  441. package/svg/history-list.svg +1 -0
  442. package/svg/history.svg +1 -0
  443. package/svg/home-filled.svg +1 -0
  444. package/svg/home.svg +1 -0
  445. package/svg/hourglass-empty.svg +1 -0
  446. package/svg/hourglass-end.svg +1 -0
  447. package/svg/hourglass-filled.svg +1 -0
  448. package/svg/hourglass-start.svg +1 -0
  449. package/svg/hourglass.svg +1 -0
  450. package/svg/image-filled.svg +1 -0
  451. package/svg/image.svg +1 -0
  452. package/svg/import.svg +1 -0
  453. package/svg/info-feed.svg +1 -0
  454. package/svg/info-filled.svg +1 -0
  455. package/svg/info.svg +1 -0
  456. package/svg/ingestion-report.svg +1 -0
  457. package/svg/ingestion.svg +1 -0
  458. package/svg/ink-pen.svg +1 -0
  459. package/svg/inquiry-filled.svg +1 -0
  460. package/svg/inquiry-mail.svg +1 -0
  461. package/svg/inquiry.svg +1 -0
  462. package/svg/ipcs.svg +1 -0
  463. package/svg/item-details-filled.svg +1 -0
  464. package/svg/item-details.svg +1 -0
  465. package/svg/join.svg +1 -0
  466. package/svg/label-filled.svg +1 -0
  467. package/svg/label.svg +1 -0
  468. package/svg/landing-page-logo.svg +1 -0
  469. package/svg/language-filled.svg +1 -0
  470. package/svg/language.svg +1 -0
  471. package/svg/layers-filled.svg +1 -0
  472. package/svg/layers.svg +1 -0
  473. package/svg/leaf.svg +1 -0
  474. package/svg/legal.svg +1 -0
  475. package/svg/library-new.svg +1 -0
  476. package/svg/library.svg +1 -0
  477. package/svg/license.svg +1 -0
  478. package/svg/light-dark.svg +1 -0
  479. package/svg/line-diagonal.svg +1 -0
  480. package/svg/link-break.svg +1 -0
  481. package/svg/link-diagonal.svg +1 -0
  482. package/svg/link.svg +1 -0
  483. package/svg/list-sorted-alt.svg +1 -0
  484. package/svg/list-sorted.svg +1 -0
  485. package/svg/list.svg +1 -0
  486. package/svg/live-schedule.svg +1 -0
  487. package/svg/location-filled.svg +1 -0
  488. package/svg/location-outline.svg +1 -0
  489. package/svg/location.svg +1 -0
  490. package/svg/lock-filled.svg +1 -0
  491. package/svg/lock-key-filled.svg +1 -0
  492. package/svg/lock-key.svg +1 -0
  493. package/svg/lock.svg +1 -0
  494. package/svg/log-in.svg +1 -0
  495. package/svg/log-out.svg +1 -0
  496. package/svg/log.svg +1 -0
  497. package/svg/logic-diagram.svg +1 -0
  498. package/svg/lower-limit.svg +1 -0
  499. package/svg/mail-filled.svg +1 -0
  500. package/svg/mail.svg +1 -0
  501. package/svg/maintenance-documents.svg +1 -0
  502. package/svg/maintenance-info.svg +1 -0
  503. package/svg/maintenance-warning-filled.svg +1 -0
  504. package/svg/maintenance-warning.svg +1 -0
  505. package/svg/maintenance.svg +1 -0
  506. package/svg/mandatory-done.svg +1 -0
  507. package/svg/mandatory.svg +1 -0
  508. package/svg/map.svg +1 -0
  509. package/svg/maximize.svg +1 -0
  510. package/svg/microphone-filled.svg +1 -0
  511. package/svg/microphone.svg +1 -0
  512. package/svg/minimize.svg +1 -0
  513. package/svg/minus.svg +1 -0
  514. package/svg/missing-symbol.svg +1 -0
  515. package/svg/mix.svg +1 -0
  516. package/svg/monitor-filled.svg +1 -0
  517. package/svg/monitor-trend.svg +1 -0
  518. package/svg/monitor.svg +1 -0
  519. package/svg/monitoring-add.svg +1 -0
  520. package/svg/monitoring.svg +1 -0
  521. package/svg/monitorings.svg +1 -0
  522. package/svg/moon-filled.svg +1 -0
  523. package/svg/moon.svg +1 -0
  524. package/svg/more-menu.svg +1 -0
  525. package/svg/mouse-click-filled.svg +1 -0
  526. package/svg/mouse-click.svg +1 -0
  527. package/svg/mouse-select-filled.svg +1 -0
  528. package/svg/mouse-select.svg +1 -0
  529. package/svg/move.svg +1 -0
  530. package/svg/mp4-document.svg +1 -0
  531. package/svg/namur-check-function-filled.svg +1 -0
  532. package/svg/namur-check-function.svg +1 -0
  533. package/svg/namur-failure-filled.svg +1 -0
  534. package/svg/namur-failure.svg +1 -0
  535. package/svg/namur-maintenance-required-filled.svg +1 -0
  536. package/svg/namur-maintenance-required.svg +1 -0
  537. package/svg/namur-ok-filled.svg +1 -0
  538. package/svg/namur-ok.svg +1 -0
  539. package/svg/namur-out-of-spec-filled.svg +1 -0
  540. package/svg/namur-out-of-spec.svg +1 -0
  541. package/svg/navigation-filled.svg +1 -0
  542. package/svg/navigation-left.svg +1 -0
  543. package/svg/navigation-right.svg +1 -0
  544. package/svg/navigation.svg +1 -0
  545. package/svg/new-indicator-filled.svg +1 -0
  546. package/svg/new-indicator.svg +1 -0
  547. package/svg/no-filter-filled.svg +1 -0
  548. package/svg/no-filter.svg +1 -0
  549. package/svg/no-image.svg +1 -0
  550. package/svg/note-filled.svg +1 -0
  551. package/svg/note.svg +1 -0
  552. package/svg/notification-filled.svg +1 -0
  553. package/svg/notification.svg +1 -0
  554. package/svg/notifications-filled.svg +1 -0
  555. package/svg/notifications.svg +1 -0
  556. package/svg/ontology-filled.svg +1 -0
  557. package/svg/ontology.svg +1 -0
  558. package/svg/open-external.svg +1 -0
  559. package/svg/open-file-filled.svg +1 -0
  560. package/svg/open-file.svg +1 -0
  561. package/svg/operate-plant-filled.svg +1 -0
  562. package/svg/operate-plant.svg +1 -0
  563. package/svg/operating-system.svg +1 -0
  564. package/svg/optimize.svg +1 -0
  565. package/svg/p-and-i-symbols.svg +1 -0
  566. package/svg/p-i-diagram.svg +1 -0
  567. package/svg/pan.svg +1 -0
  568. package/svg/panel-ipc-fail.svg +1 -0
  569. package/svg/panel-ipc-question.svg +1 -0
  570. package/svg/panel-ipc-success.svg +1 -0
  571. package/svg/panel-ipc.svg +1 -0
  572. package/svg/paste.svg +1 -0
  573. package/svg/pause.svg +1 -0
  574. package/svg/pc-tower-filled.svg +1 -0
  575. package/svg/pc-tower.svg +1 -0
  576. package/svg/pdf-document.svg +1 -0
  577. package/svg/pen-filled.svg +1 -0
  578. package/svg/pen.svg +1 -0
  579. package/svg/phone-filled.svg +1 -0
  580. package/svg/phone.svg +1 -0
  581. package/svg/photo-camera-add.svg +1 -0
  582. package/svg/photo-camera-cancelled-filled.svg +1 -0
  583. package/svg/photo-camera-cancelled.svg +1 -0
  584. package/svg/photo-camera-filled.svg +1 -0
  585. package/svg/photo-camera.svg +1 -0
  586. package/svg/photo-cameras.svg +1 -0
  587. package/svg/piechart-filled.svg +1 -0
  588. package/svg/piechart.svg +1 -0
  589. package/svg/pin-filled.svg +1 -0
  590. package/svg/pin.svg +1 -0
  591. package/svg/plant-filled.svg +1 -0
  592. package/svg/plant-handbook-filled.svg +1 -0
  593. package/svg/plant-handbook.svg +1 -0
  594. package/svg/plant-outline.svg +1 -0
  595. package/svg/plant-security.svg +1 -0
  596. package/svg/plant-settings-filled.svg +1 -0
  597. package/svg/plant-settings.svg +1 -0
  598. package/svg/plant-user-filled.svg +1 -0
  599. package/svg/plant-user.svg +1 -0
  600. package/svg/plant.svg +1 -0
  601. package/svg/plants-filled.svg +1 -0
  602. package/svg/plants.svg +1 -0
  603. package/svg/play-filled.svg +1 -0
  604. package/svg/play-pause-filled.svg +1 -0
  605. package/svg/play-pause.svg +1 -0
  606. package/svg/play-stepwise-filled.svg +1 -0
  607. package/svg/play-stepwise.svg +1 -0
  608. package/svg/play.svg +1 -0
  609. package/svg/plus-minus-times-divide.svg +1 -0
  610. package/svg/plus.svg +1 -0
  611. package/svg/point-up-filled.svg +1 -0
  612. package/svg/point-up.svg +1 -0
  613. package/svg/polar-plot.svg +1 -0
  614. package/svg/polygon-filled.svg +1 -0
  615. package/svg/polygon-line.svg +1 -0
  616. package/svg/polygon.svg +1 -0
  617. package/svg/power-supply.svg +1 -0
  618. package/svg/ppt-document.svg +1 -0
  619. package/svg/print-filled.svg +1 -0
  620. package/svg/print.svg +1 -0
  621. package/svg/prio-high.svg +1 -0
  622. package/svg/prio-low.svg +1 -0
  623. package/svg/prio-middle.svg +1 -0
  624. package/svg/product-catalog.svg +1 -0
  625. package/svg/product-management.svg +1 -0
  626. package/svg/product.svg +1 -0
  627. package/svg/project-configuration.svg +1 -0
  628. package/svg/project-new.svg +1 -0
  629. package/svg/project-scenarios.svg +1 -0
  630. package/svg/project-server-filled.svg +1 -0
  631. package/svg/project-server.svg +1 -0
  632. package/svg/project.svg +1 -0
  633. package/svg/protocol.svg +1 -0
  634. package/svg/publish-document.svg +1 -0
  635. package/svg/publish.svg +1 -0
  636. package/svg/qr-code.svg +1 -0
  637. package/svg/quality-report.svg +1 -0
  638. package/svg/question-filled.svg +1 -0
  639. package/svg/question.svg +1 -0
  640. package/svg/quote.svg +1 -0
  641. package/svg/rack-ipc-fail.svg +1 -0
  642. package/svg/rack-ipc-question.svg +1 -0
  643. package/svg/rack-ipc-success.svg +1 -0
  644. package/svg/rack-ipc.svg +1 -0
  645. package/svg/radarchart.svg +1 -0
  646. package/svg/radio-waves-off.svg +1 -0
  647. package/svg/radio-waves-warning.svg +1 -0
  648. package/svg/radio-waves.svg +1 -0
  649. package/svg/random-filled.svg +1 -0
  650. package/svg/random.svg +1 -0
  651. package/svg/reboot.svg +1 -0
  652. package/svg/rectangle-filled.svg +1 -0
  653. package/svg/rectangle.svg +1 -0
  654. package/svg/redo.svg +1 -0
  655. package/svg/reference.svg +1 -0
  656. package/svg/refresh-cancelled.svg +1 -0
  657. package/svg/refresh-exclamation.svg +1 -0
  658. package/svg/refresh-settings.svg +1 -0
  659. package/svg/refresh.svg +1 -0
  660. package/svg/reload.svg +1 -0
  661. package/svg/remove-application.svg +1 -0
  662. package/svg/remove-eye-filled.svg +1 -0
  663. package/svg/remove-eye.svg +1 -0
  664. package/svg/rename.svg +1 -0
  665. package/svg/reorder.svg +1 -0
  666. package/svg/replace.svg +1 -0
  667. package/svg/report-barchart.svg +1 -0
  668. package/svg/report-linechart.svg +1 -0
  669. package/svg/report-text.svg +1 -0
  670. package/svg/reset.svg +1 -0
  671. package/svg/restore-backup-filled.svg +1 -0
  672. package/svg/restore-backup-pc.svg +1 -0
  673. package/svg/restore-backup.svg +1 -0
  674. package/svg/rhomb-filled.svg +1 -0
  675. package/svg/rhomb.svg +1 -0
  676. package/svg/road-filled.svg +1 -0
  677. package/svg/road.svg +1 -0
  678. package/svg/rocket-filled.svg +1 -0
  679. package/svg/rocket.svg +1 -0
  680. package/svg/route-target.svg +1 -0
  681. package/svg/route.svg +1 -0
  682. package/svg/runtime-settings.svg +1 -0
  683. package/svg/scatterplot.svg +1 -0
  684. package/svg/scheduler-filled.svg +1 -0
  685. package/svg/scheduler.svg +1 -0
  686. package/svg/screen-filled.svg +1 -0
  687. package/svg/screen.svg +1 -0
  688. package/svg/screenshot-filled.svg +1 -0
  689. package/svg/screenshot.svg +1 -0
  690. package/svg/script-add.svg +1 -0
  691. package/svg/script.svg +1 -0
  692. package/svg/scripts.svg +1 -0
  693. package/svg/sd-card-filled.svg +1 -0
  694. package/svg/sd-card-micro-filled.svg +1 -0
  695. package/svg/sd-card-micro.svg +1 -0
  696. package/svg/sd-card.svg +1 -0
  697. package/svg/search.svg +1 -0
  698. package/svg/separator-line.svg +1 -0
  699. package/svg/share-filled.svg +1 -0
  700. package/svg/share.svg +1 -0
  701. package/svg/shield-broken-filled.svg +1 -0
  702. package/svg/shield-broken.svg +1 -0
  703. package/svg/shield-check-filled.svg +1 -0
  704. package/svg/shield-check.svg +1 -0
  705. package/svg/shield-filled.svg +1 -0
  706. package/svg/shield-half.svg +1 -0
  707. package/svg/shield.svg +1 -0
  708. package/svg/shopping-cart-filled.svg +1 -0
  709. package/svg/shopping-cart.svg +1 -0
  710. package/svg/shout-filled.svg +1 -0
  711. package/svg/shout.svg +1 -0
  712. package/svg/sign-language.svg +1 -0
  713. package/svg/signal-strength-0.svg +1 -0
  714. package/svg/signal-strength-1.svg +1 -0
  715. package/svg/signal-strength-2.svg +1 -0
  716. package/svg/signal-strength-3.svg +1 -0
  717. package/svg/signal-strength-4.svg +1 -0
  718. package/svg/signal-strength-5.svg +1 -0
  719. package/svg/signal-strength-6.svg +1 -0
  720. package/svg/signal-strength-7.svg +1 -0
  721. package/svg/signal-strength-8.svg +1 -0
  722. package/svg/simit-component.svg +1 -0
  723. package/svg/simit-macro-component-editor.svg +1 -0
  724. package/svg/simit-macro.svg +1 -0
  725. package/svg/single-check.svg +1 -0
  726. package/svg/skip-back-filled.svg +1 -0
  727. package/svg/skip-back.svg +1 -0
  728. package/svg/skip-filled.svg +1 -0
  729. package/svg/skip.svg +1 -0
  730. package/svg/snowflake.svg +1 -0
  731. package/svg/solid-state-drive.svg +1 -0
  732. package/svg/sort-alt.svg +1 -0
  733. package/svg/sort-ascending.svg +1 -0
  734. package/svg/sort-descending.svg +1 -0
  735. package/svg/sort.svg +1 -0
  736. package/svg/sound-loud-filled.svg +1 -0
  737. package/svg/sound-loud.svg +1 -0
  738. package/svg/sound-mute-filled.svg +1 -0
  739. package/svg/sound-mute.svg +1 -0
  740. package/svg/sound-off-filled.svg +1 -0
  741. package/svg/sound-off.svg +1 -0
  742. package/svg/sound-quiet-filled.svg +1 -0
  743. package/svg/sound-quiet.svg +1 -0
  744. package/svg/spatial.svg +1 -0
  745. package/svg/split-horizontally.svg +1 -0
  746. package/svg/split-vertically.svg +1 -0
  747. package/svg/split.svg +1 -0
  748. package/svg/stamp-filled.svg +1 -0
  749. package/svg/stamp.svg +1 -0
  750. package/svg/standby.svg +1 -0
  751. package/svg/star-add-filled.svg +1 -0
  752. package/svg/star-add.svg +1 -0
  753. package/svg/star-cancelled-filled.svg +1 -0
  754. package/svg/star-cancelled.svg +1 -0
  755. package/svg/star-filled.svg +1 -0
  756. package/svg/star-list-filled.svg +1 -0
  757. package/svg/star-list.svg +1 -0
  758. package/svg/star.svg +1 -0
  759. package/svg/start-data-analysis.svg +1 -0
  760. package/svg/steering-user-filled.svg +1 -0
  761. package/svg/steering-user.svg +1 -0
  762. package/svg/steering.svg +1 -0
  763. package/svg/stethoscope.svg +1 -0
  764. package/svg/stop-filled.svg +1 -0
  765. package/svg/stop.svg +1 -0
  766. package/svg/success-filled.svg +1 -0
  767. package/svg/success.svg +1 -0
  768. package/svg/sun-filled.svg +1 -0
  769. package/svg/sun.svg +1 -0
  770. package/svg/support.svg +1 -0
  771. package/svg/surveillance-cancelled-filled.svg +1 -0
  772. package/svg/surveillance-cancelled.svg +1 -0
  773. package/svg/surveillance-filled.svg +1 -0
  774. package/svg/surveillance.svg +1 -0
  775. package/svg/svg-document.svg +1 -0
  776. package/svg/swap-left-right.svg +1 -0
  777. package/svg/switch-slider.svg +1 -0
  778. package/svg/sword-swing.svg +1 -0
  779. package/svg/table-columns.svg +1 -0
  780. package/svg/table-rows.svg +1 -0
  781. package/svg/table-settings.svg +1 -0
  782. package/svg/table.svg +1 -0
  783. package/svg/tag-filled.svg +1 -0
  784. package/svg/tag-plus-filled.svg +1 -0
  785. package/svg/tag-plus.svg +1 -0
  786. package/svg/tag.svg +1 -0
  787. package/svg/tasks-all.svg +1 -0
  788. package/svg/tasks-done.svg +1 -0
  789. package/svg/tasks-open.svg +1 -0
  790. package/svg/text-bold.svg +1 -0
  791. package/svg/text-circle-rectangle-filled.svg +1 -0
  792. package/svg/text-circle-rectangle.svg +1 -0
  793. package/svg/text-document.svg +1 -0
  794. package/svg/text-italic.svg +1 -0
  795. package/svg/text-strike-through.svg +1 -0
  796. package/svg/text-underline.svg +1 -0
  797. package/svg/text.svg +1 -0
  798. package/svg/thermometer.svg +1 -0
  799. package/svg/threshold-cancelled.svg +1 -0
  800. package/svg/threshold-off.svg +1 -0
  801. package/svg/threshold-on.svg +1 -0
  802. package/svg/to-be-published.svg +1 -0
  803. package/svg/to-search.svg +1 -0
  804. package/svg/topic-filled.svg +1 -0
  805. package/svg/topic.svg +1 -0
  806. package/svg/touch-filled.svg +1 -0
  807. package/svg/touch.svg +1 -0
  808. package/svg/trashcan-filled.svg +1 -0
  809. package/svg/trashcan.svg +1 -0
  810. package/svg/tree.svg +1 -0
  811. package/svg/trend-downward-circle.svg +1 -0
  812. package/svg/trend-downward-filled.svg +1 -0
  813. package/svg/trend-downward.svg +1 -0
  814. package/svg/trend-sideways-circle.svg +1 -0
  815. package/svg/trend-sideways-filled.svg +1 -0
  816. package/svg/trend-sideways.svg +1 -0
  817. package/svg/trend-upward-circle.svg +1 -0
  818. package/svg/trend-upward-filled.svg +1 -0
  819. package/svg/trend-upward.svg +1 -0
  820. package/svg/trend.svg +1 -0
  821. package/svg/triangle-filled.svg +1 -0
  822. package/svg/triangle.svg +1 -0
  823. package/svg/trophy-filled.svg +1 -0
  824. package/svg/trophy.svg +1 -0
  825. package/svg/truck-filled.svg +1 -0
  826. package/svg/truck.svg +1 -0
  827. package/svg/tulip-filled.svg +1 -0
  828. package/svg/tulip.svg +1 -0
  829. package/svg/txt-document.svg +1 -0
  830. package/svg/undo.svg +1 -0
  831. package/svg/ungroup.svg +1 -0
  832. package/svg/unlock-filled.svg +1 -0
  833. package/svg/unlock-plant-filled.svg +1 -0
  834. package/svg/unlock-plant.svg +1 -0
  835. package/svg/unlock.svg +1 -0
  836. package/svg/upload-document-note.svg +1 -0
  837. package/svg/upload-fail.svg +1 -0
  838. package/svg/upload-success.svg +1 -0
  839. package/svg/upload.svg +1 -0
  840. package/svg/upper-limit.svg +1 -0
  841. package/svg/usb-drive.svg +1 -0
  842. package/svg/user-check-filled.svg +1 -0
  843. package/svg/user-check.svg +1 -0
  844. package/svg/user-fail-filled.svg +1 -0
  845. package/svg/user-fail.svg +1 -0
  846. package/svg/user-filled.svg +1 -0
  847. package/svg/user-management-filled.svg +1 -0
  848. package/svg/user-management.svg +1 -0
  849. package/svg/user-profile-filled.svg +1 -0
  850. package/svg/user-profile.svg +1 -0
  851. package/svg/user-reading-reading.svg +1 -0
  852. package/svg/user-reading.svg +1 -0
  853. package/svg/user-settings-filled.svg +1 -0
  854. package/svg/user-settings.svg +1 -0
  855. package/svg/user-success-filled.svg +1 -0
  856. package/svg/user-success.svg +1 -0
  857. package/svg/user.svg +1 -0
  858. package/svg/validate.svg +1 -0
  859. package/svg/vdi-folder.svg +1 -0
  860. package/svg/version-history.svg +1 -0
  861. package/svg/video-file-filled.svg +1 -0
  862. package/svg/video-file.svg +1 -0
  863. package/svg/warning-filled.svg +1 -0
  864. package/svg/warning-rhomb-filled.svg +1 -0
  865. package/svg/warning-rhomb.svg +1 -0
  866. package/svg/warning.svg +1 -0
  867. package/svg/water-bathing.svg +1 -0
  868. package/svg/water-fish.svg +1 -0
  869. package/svg/water-plant.svg +1 -0
  870. package/svg/water-sunbathing.svg +1 -0
  871. package/svg/waveform.svg +1 -0
  872. package/svg/webcam-cancelled-filled.svg +1 -0
  873. package/svg/webcam-cancelled.svg +1 -0
  874. package/svg/webcam-filled.svg +1 -0
  875. package/svg/webcam.svg +1 -0
  876. package/svg/width.svg +1 -0
  877. package/svg/wlan-off.svg +1 -0
  878. package/svg/wlan-strength-0.svg +1 -0
  879. package/svg/wlan-strength-1.svg +1 -0
  880. package/svg/wlan-strength-2.svg +1 -0
  881. package/svg/wlan-strength-3.svg +1 -0
  882. package/svg/work-case-filled.svg +1 -0
  883. package/svg/work-case.svg +1 -0
  884. package/svg/workspace.svg +1 -0
  885. package/svg/workspaces.svg +1 -0
  886. package/svg/x-axis-settings.svg +1 -0
  887. package/svg/xls-document.svg +1 -0
  888. package/svg/xml-document.svg +1 -0
  889. package/svg/y-axis-settings.svg +1 -0
  890. package/svg/youtube-filled.svg +1 -0
  891. package/svg/youtube.svg +1 -0
  892. package/svg/zone.svg +1 -0
  893. package/svg/zoom-in.svg +1 -0
  894. package/svg/zoom-out.svg +1 -0
  895. package/svg/zoom-selection.svg +1 -0
  896. package/CHANGELOG.md +0 -0
  897. package/dist/cjs/icon-7f35fd9f.js +0 -1533
  898. package/dist/cjs/icon-7f35fd9f.js.map +0 -1
  899. package/dist/cjs/index-4251dd4f.js +0 -1450
  900. package/dist/cjs/index-4251dd4f.js.map +0 -1
  901. package/dist/esm/icon-c5c8f402.js +0 -1531
  902. package/dist/esm/icon-c5c8f402.js.map +0 -1
  903. package/dist/esm/index-68769e11.js +0 -1423
  904. package/dist/esm/index-68769e11.js.map +0 -1
  905. package/dist/esm/polyfills/css-shim.js +0 -1
  906. package/dist/ix-icons/p-983799b3.js +0 -2
  907. package/dist/ix-icons/p-983799b3.js.map +0 -1
  908. package/dist/ix-icons/p-b75a8c80.entry.js +0 -2
  909. package/dist/ix-icons/p-dedaa481.js +0 -3
  910. package/dist/ix-icons/p-dedaa481.js.map +0 -1
  911. package/dist/svg/about-filled.svg +0 -1
  912. package/dist/svg/about.svg +0 -1
  913. package/dist/svg/add-application.svg +0 -1
  914. package/dist/svg/add-circle-filled.svg +0 -1
  915. package/dist/svg/add-circle.svg +0 -1
  916. package/dist/svg/add-document-note.svg +0 -1
  917. package/dist/svg/add-eye-filled.svg +0 -1
  918. package/dist/svg/add-eye.svg +0 -1
  919. package/dist/svg/add-task-list.svg +0 -1
  920. package/dist/svg/add-task.svg +0 -1
  921. package/dist/svg/add-user-filled.svg +0 -1
  922. package/dist/svg/add-user.svg +0 -1
  923. package/dist/svg/add.svg +0 -1
  924. package/dist/svg/ai.svg +0 -1
  925. package/dist/svg/alarm-bell-cancelled-filled.svg +0 -1
  926. package/dist/svg/alarm-bell-cancelled.svg +0 -1
  927. package/dist/svg/alarm-bell-filled.svg +0 -1
  928. package/dist/svg/alarm-bell.svg +0 -1
  929. package/dist/svg/alarm-clock-filled.svg +0 -1
  930. package/dist/svg/alarm-clock.svg +0 -1
  931. package/dist/svg/alarm-filled.svg +0 -1
  932. package/dist/svg/alarm.svg +0 -1
  933. package/dist/svg/analyze.svg +0 -1
  934. package/dist/svg/anomaly-found.svg +0 -1
  935. package/dist/svg/anomaly.svg +0 -1
  936. package/dist/svg/app-menu.svg +0 -1
  937. package/dist/svg/application-screen.svg +0 -1
  938. package/dist/svg/applications.svg +0 -1
  939. package/dist/svg/apps.svg +0 -1
  940. package/dist/svg/arrow-diagonal-bottom-left.svg +0 -1
  941. package/dist/svg/arrow-diagonal-bottom-right.svg +0 -1
  942. package/dist/svg/arrow-diagonal-top-left.svg +0 -1
  943. package/dist/svg/arrow-diagonal-top-right.svg +0 -1
  944. package/dist/svg/arrow-down-right.svg +0 -1
  945. package/dist/svg/arrow-down.svg +0 -1
  946. package/dist/svg/arrow-left.svg +0 -1
  947. package/dist/svg/arrow-right-down.svg +0 -1
  948. package/dist/svg/arrow-right.svg +0 -1
  949. package/dist/svg/arrow-up.svg +0 -1
  950. package/dist/svg/attach.svg +0 -1
  951. package/dist/svg/attachment-upload.svg +0 -1
  952. package/dist/svg/audio-description1.svg +0 -1
  953. package/dist/svg/audio-description2.svg +0 -1
  954. package/dist/svg/audit-report.svg +0 -1
  955. package/dist/svg/average.svg +0 -1
  956. package/dist/svg/backup-filled.svg +0 -1
  957. package/dist/svg/backup.svg +0 -1
  958. package/dist/svg/bar-code.svg +0 -1
  959. package/dist/svg/barchart.svg +0 -1
  960. package/dist/svg/battery-check.svg +0 -1
  961. package/dist/svg/battery-empty-question.svg +0 -1
  962. package/dist/svg/battery-empty.svg +0 -1
  963. package/dist/svg/battery-exclamation.svg +0 -1
  964. package/dist/svg/battery-full-check.svg +0 -1
  965. package/dist/svg/battery-full.svg +0 -1
  966. package/dist/svg/battery-half.svg +0 -1
  967. package/dist/svg/battery-low.svg +0 -1
  968. package/dist/svg/battery-quarter.svg +0 -1
  969. package/dist/svg/battery-slash.svg +0 -1
  970. package/dist/svg/battery-three-quarter.svg +0 -1
  971. package/dist/svg/battery-xmark.svg +0 -1
  972. package/dist/svg/bezier-curve.svg +0 -1
  973. package/dist/svg/binoculars-filled.svg +0 -1
  974. package/dist/svg/binoculars.svg +0 -1
  975. package/dist/svg/blazor.svg +0 -1
  976. package/dist/svg/book.svg +0 -1
  977. package/dist/svg/bookmark-filled.svg +0 -1
  978. package/dist/svg/bookmark.svg +0 -1
  979. package/dist/svg/boundary-signals.svg +0 -1
  980. package/dist/svg/building1-filled.svg +0 -1
  981. package/dist/svg/building1.svg +0 -1
  982. package/dist/svg/building2-filled.svg +0 -1
  983. package/dist/svg/building2.svg +0 -1
  984. package/dist/svg/bulb-filled.svg +0 -1
  985. package/dist/svg/bulb.svg +0 -1
  986. package/dist/svg/calendar-filled.svg +0 -1
  987. package/dist/svg/calendar-settings.svg +0 -1
  988. package/dist/svg/calendar.svg +0 -1
  989. package/dist/svg/cancel.svg +0 -1
  990. package/dist/svg/cancelled.svg +0 -1
  991. package/dist/svg/capacity-filled.svg +0 -1
  992. package/dist/svg/capacity.svg +0 -1
  993. package/dist/svg/capture.svg +0 -1
  994. package/dist/svg/car-filled.svg +0 -1
  995. package/dist/svg/car.svg +0 -1
  996. package/dist/svg/card-layout-filled.svg +0 -1
  997. package/dist/svg/card-layout.svg +0 -1
  998. package/dist/svg/certificate-error-filled.svg +0 -1
  999. package/dist/svg/certificate-error.svg +0 -1
  1000. package/dist/svg/certificate-exclamation-filled.svg +0 -1
  1001. package/dist/svg/certificate-exclamation.svg +0 -1
  1002. package/dist/svg/certificate-success-filled.svg +0 -1
  1003. package/dist/svg/certificate-success.svg +0 -1
  1004. package/dist/svg/chart-cursor.svg +0 -1
  1005. package/dist/svg/chart-curve-linear.svg +0 -1
  1006. package/dist/svg/chart-curve-spline.svg +0 -1
  1007. package/dist/svg/chart-curve-stepped.svg +0 -1
  1008. package/dist/svg/chart-diagram-add.svg +0 -1
  1009. package/dist/svg/chart-diagram.svg +0 -1
  1010. package/dist/svg/chart-diagrams.svg +0 -1
  1011. package/dist/svg/chart-labels-filled.svg +0 -1
  1012. package/dist/svg/chart-labels.svg +0 -1
  1013. package/dist/svg/check-in.svg +0 -1
  1014. package/dist/svg/check-out.svg +0 -1
  1015. package/dist/svg/check.svg +0 -1
  1016. package/dist/svg/checkbox-component-checked.svg +0 -1
  1017. package/dist/svg/checkbox-component-mixed.svg +0 -1
  1018. package/dist/svg/checkbox-component-unchecked.svg +0 -1
  1019. package/dist/svg/checkbox-filled.svg +0 -1
  1020. package/dist/svg/checkbox.svg +0 -1
  1021. package/dist/svg/checkboxes-filled.svg +0 -1
  1022. package/dist/svg/checkboxes.svg +0 -1
  1023. package/dist/svg/chevron-down-small.svg +0 -1
  1024. package/dist/svg/chevron-down.svg +0 -1
  1025. package/dist/svg/chevron-left-small.svg +0 -1
  1026. package/dist/svg/chevron-left.svg +0 -1
  1027. package/dist/svg/chevron-right-small.svg +0 -1
  1028. package/dist/svg/chevron-right.svg +0 -1
  1029. package/dist/svg/chevron-up-small.svg +0 -1
  1030. package/dist/svg/chevron-up.svg +0 -1
  1031. package/dist/svg/circle-dot-filled.svg +0 -1
  1032. package/dist/svg/circle-dot.svg +0 -1
  1033. package/dist/svg/circle-filled.svg +0 -1
  1034. package/dist/svg/circle-pause-filled.svg +0 -1
  1035. package/dist/svg/circle-pause.svg +0 -1
  1036. package/dist/svg/circle-play-filled.svg +0 -1
  1037. package/dist/svg/circle-play.svg +0 -1
  1038. package/dist/svg/circle-stop-filled.svg +0 -1
  1039. package/dist/svg/circle-stop.svg +0 -1
  1040. package/dist/svg/circle.svg +0 -1
  1041. package/dist/svg/clear-filter-filled.svg +0 -1
  1042. package/dist/svg/clear-filter.svg +0 -1
  1043. package/dist/svg/clear.svg +0 -1
  1044. package/dist/svg/clock-filled.svg +0 -1
  1045. package/dist/svg/clock.svg +0 -1
  1046. package/dist/svg/close-small.svg +0 -1
  1047. package/dist/svg/close.svg +0 -1
  1048. package/dist/svg/cloud-download-add-filled.svg +0 -1
  1049. package/dist/svg/cloud-download-add.svg +0 -1
  1050. package/dist/svg/cloud-download-filled.svg +0 -1
  1051. package/dist/svg/cloud-download-list-filled.svg +0 -1
  1052. package/dist/svg/cloud-download-list.svg +0 -1
  1053. package/dist/svg/cloud-download.svg +0 -1
  1054. package/dist/svg/cloud-fail-filled.svg +0 -1
  1055. package/dist/svg/cloud-fail.svg +0 -1
  1056. package/dist/svg/cloud-filled.svg +0 -1
  1057. package/dist/svg/cloud-new-filled.svg +0 -1
  1058. package/dist/svg/cloud-new.svg +0 -1
  1059. package/dist/svg/cloud-success-filled.svg +0 -1
  1060. package/dist/svg/cloud-success.svg +0 -1
  1061. package/dist/svg/cloud-upload-filled.svg +0 -1
  1062. package/dist/svg/cloud-upload.svg +0 -1
  1063. package/dist/svg/cloud.svg +0 -1
  1064. package/dist/svg/code.svg +0 -1
  1065. package/dist/svg/coffee-empty-filled.svg +0 -1
  1066. package/dist/svg/coffee-empty.svg +0 -1
  1067. package/dist/svg/coffee-filled.svg +0 -1
  1068. package/dist/svg/coffee.svg +0 -1
  1069. package/dist/svg/cogwheel-filled.svg +0 -1
  1070. package/dist/svg/cogwheel.svg +0 -1
  1071. package/dist/svg/combine.svg +0 -1
  1072. package/dist/svg/compact-disc-filled.svg +0 -1
  1073. package/dist/svg/compact-disc.svg +0 -1
  1074. package/dist/svg/compound-block.svg +0 -1
  1075. package/dist/svg/configuration.svg +0 -1
  1076. package/dist/svg/configure-filled.svg +0 -1
  1077. package/dist/svg/configure.svg +0 -1
  1078. package/dist/svg/connected.svg +0 -1
  1079. package/dist/svg/connector-chart-filled.svg +0 -1
  1080. package/dist/svg/connector-chart.svg +0 -1
  1081. package/dist/svg/connector-filled.svg +0 -1
  1082. package/dist/svg/connector-hex-filled.svg +0 -1
  1083. package/dist/svg/connector-hex.svg +0 -1
  1084. package/dist/svg/connector-rect-filled.svg +0 -1
  1085. package/dist/svg/connector-rect.svg +0 -1
  1086. package/dist/svg/connector-rhomb-filled.svg +0 -1
  1087. package/dist/svg/connector-rhomb.svg +0 -1
  1088. package/dist/svg/connector.svg +0 -1
  1089. package/dist/svg/consistency-check.svg +0 -1
  1090. package/dist/svg/contact-details-filled.svg +0 -1
  1091. package/dist/svg/contact-details.svg +0 -1
  1092. package/dist/svg/context-menu.svg +0 -1
  1093. package/dist/svg/controlled-device.svg +0 -1
  1094. package/dist/svg/controller-device.svg +0 -1
  1095. package/dist/svg/copy.svg +0 -1
  1096. package/dist/svg/corner-arrow-up-left.svg +0 -1
  1097. package/dist/svg/couch-filled.svg +0 -1
  1098. package/dist/svg/couch.svg +0 -1
  1099. package/dist/svg/create-plant-filled.svg +0 -1
  1100. package/dist/svg/create-plant.svg +0 -1
  1101. package/dist/svg/cut.svg +0 -1
  1102. package/dist/svg/cycle.svg +0 -1
  1103. package/dist/svg/data-egress.svg +0 -1
  1104. package/dist/svg/data-ingress-egress.svg +0 -1
  1105. package/dist/svg/data-ingress.svg +0 -1
  1106. package/dist/svg/database-filled.svg +0 -1
  1107. package/dist/svg/database.svg +0 -1
  1108. package/dist/svg/details.svg +0 -1
  1109. package/dist/svg/diagram-module-library.svg +0 -1
  1110. package/dist/svg/diagram-module-new.svg +0 -1
  1111. package/dist/svg/diagram-module.svg +0 -1
  1112. package/dist/svg/diamond.svg +0 -1
  1113. package/dist/svg/disconnected.svg +0 -1
  1114. package/dist/svg/disk-filled.svg +0 -1
  1115. package/dist/svg/disk-pen.svg +0 -1
  1116. package/dist/svg/disk.svg +0 -1
  1117. package/dist/svg/distribution.svg +0 -1
  1118. package/dist/svg/doc-document.svg +0 -1
  1119. package/dist/svg/document-bulk.svg +0 -1
  1120. package/dist/svg/document-fail.svg +0 -1
  1121. package/dist/svg/document-info.svg +0 -1
  1122. package/dist/svg/document-link.svg +0 -1
  1123. package/dist/svg/document-management.svg +0 -1
  1124. package/dist/svg/document-reference.svg +0 -1
  1125. package/dist/svg/document-settings.svg +0 -1
  1126. package/dist/svg/document-success.svg +0 -1
  1127. package/dist/svg/document.svg +0 -1
  1128. package/dist/svg/double-check.svg +0 -1
  1129. package/dist/svg/double-chevron-down.svg +0 -1
  1130. package/dist/svg/double-chevron-left.svg +0 -1
  1131. package/dist/svg/double-chevron-right.svg +0 -1
  1132. package/dist/svg/double-chevron-up.svg +0 -1
  1133. package/dist/svg/doublet-filled.svg +0 -1
  1134. package/dist/svg/doublet.svg +0 -1
  1135. package/dist/svg/download-add.svg +0 -1
  1136. package/dist/svg/download-list.svg +0 -1
  1137. package/dist/svg/download.svg +0 -1
  1138. package/dist/svg/drop.svg +0 -1
  1139. package/dist/svg/duplicate-document.svg +0 -1
  1140. package/dist/svg/duplicate.svg +0 -1
  1141. package/dist/svg/e-mail-filled.svg +0 -1
  1142. package/dist/svg/e-mail.svg +0 -1
  1143. package/dist/svg/earth-filled.svg +0 -1
  1144. package/dist/svg/earth.svg +0 -1
  1145. package/dist/svg/edit-plant.svg +0 -1
  1146. package/dist/svg/electrical-energy-filled.svg +0 -1
  1147. package/dist/svg/electrical-energy.svg +0 -1
  1148. package/dist/svg/ellipse-arc.svg +0 -1
  1149. package/dist/svg/ellipse-filled.svg +0 -1
  1150. package/dist/svg/ellipse.svg +0 -1
  1151. package/dist/svg/error-filled.svg +0 -1
  1152. package/dist/svg/error.svg +0 -1
  1153. package/dist/svg/explore-filled.svg +0 -1
  1154. package/dist/svg/explore.svg +0 -1
  1155. package/dist/svg/export.svg +0 -1
  1156. package/dist/svg/eye-cancelled-filled.svg +0 -1
  1157. package/dist/svg/eye-cancelled.svg +0 -1
  1158. package/dist/svg/eye-filled.svg +0 -1
  1159. package/dist/svg/eye.svg +0 -1
  1160. package/dist/svg/factory-reset-filled.svg +0 -1
  1161. package/dist/svg/factory-reset.svg +0 -1
  1162. package/dist/svg/filter-filled.svg +0 -1
  1163. package/dist/svg/filter-outline.svg +0 -1
  1164. package/dist/svg/filter.svg +0 -1
  1165. package/dist/svg/fit-to-screen.svg +0 -1
  1166. package/dist/svg/flag-filled.svg +0 -1
  1167. package/dist/svg/flag.svg +0 -1
  1168. package/dist/svg/folder-down-filled.svg +0 -1
  1169. package/dist/svg/folder-down.svg +0 -1
  1170. package/dist/svg/folder-filled.svg +0 -1
  1171. package/dist/svg/folder-new-filled.svg +0 -1
  1172. package/dist/svg/folder-new-outline.svg +0 -1
  1173. package/dist/svg/folder-new.svg +0 -1
  1174. package/dist/svg/folder-open-filled.svg +0 -1
  1175. package/dist/svg/folder-open-outline.svg +0 -1
  1176. package/dist/svg/folder-open.svg +0 -1
  1177. package/dist/svg/folder-outline.svg +0 -1
  1178. package/dist/svg/folder-up-filled.svg +0 -1
  1179. package/dist/svg/folder-up.svg +0 -1
  1180. package/dist/svg/folder.svg +0 -1
  1181. package/dist/svg/full-screeen-exit.svg +0 -1
  1182. package/dist/svg/full-screeen.svg +0 -1
  1183. package/dist/svg/full-screen-exit.svg +0 -1
  1184. package/dist/svg/full-screen.svg +0 -1
  1185. package/dist/svg/function-block-library.svg +0 -1
  1186. package/dist/svg/function-block-new.svg +0 -1
  1187. package/dist/svg/function-block.svg +0 -1
  1188. package/dist/svg/function-diagram-new.svg +0 -1
  1189. package/dist/svg/function-diagram.svg +0 -1
  1190. package/dist/svg/gauge-filled.svg +0 -1
  1191. package/dist/svg/gauge.svg +0 -1
  1192. package/dist/svg/gaugechart.svg +0 -1
  1193. package/dist/svg/global-plant-filled.svg +0 -1
  1194. package/dist/svg/global-plant.svg +0 -1
  1195. package/dist/svg/globe-filled.svg +0 -1
  1196. package/dist/svg/globe.svg +0 -1
  1197. package/dist/svg/goto.svg +0 -1
  1198. package/dist/svg/group.svg +0 -1
  1199. package/dist/svg/hard-reset.svg +0 -1
  1200. package/dist/svg/hardware-cabinet.svg +0 -1
  1201. package/dist/svg/health-filled.svg +0 -1
  1202. package/dist/svg/health.svg +0 -1
  1203. package/dist/svg/heart-filled.svg +0 -1
  1204. package/dist/svg/heart.svg +0 -1
  1205. package/dist/svg/hexagon-vertical-bars-database-filled.svg +0 -1
  1206. package/dist/svg/hexagon-vertical-bars-database.svg +0 -1
  1207. package/dist/svg/hexagon-vertical-bars-filled.svg +0 -1
  1208. package/dist/svg/hexagon-vertical-bars.svg +0 -1
  1209. package/dist/svg/hierarchy.svg +0 -1
  1210. package/dist/svg/highlight-filled.svg +0 -1
  1211. package/dist/svg/highlight.svg +0 -1
  1212. package/dist/svg/history-list.svg +0 -1
  1213. package/dist/svg/history.svg +0 -1
  1214. package/dist/svg/home-filled.svg +0 -1
  1215. package/dist/svg/home.svg +0 -1
  1216. package/dist/svg/hourglass.svg +0 -1
  1217. package/dist/svg/image-filled.svg +0 -1
  1218. package/dist/svg/image.svg +0 -1
  1219. package/dist/svg/import.svg +0 -1
  1220. package/dist/svg/info-feed.svg +0 -1
  1221. package/dist/svg/info-filled.svg +0 -1
  1222. package/dist/svg/info.svg +0 -1
  1223. package/dist/svg/ingestion-report.svg +0 -1
  1224. package/dist/svg/ingestion.svg +0 -1
  1225. package/dist/svg/ink-pen.svg +0 -1
  1226. package/dist/svg/inquiry-filled.svg +0 -1
  1227. package/dist/svg/inquiry-mail.svg +0 -1
  1228. package/dist/svg/inquiry.svg +0 -1
  1229. package/dist/svg/item-details-filled.svg +0 -1
  1230. package/dist/svg/item-details.svg +0 -1
  1231. package/dist/svg/label-filled.svg +0 -1
  1232. package/dist/svg/label.svg +0 -1
  1233. package/dist/svg/landing-page-logo.svg +0 -1
  1234. package/dist/svg/language-filled.svg +0 -1
  1235. package/dist/svg/language.svg +0 -1
  1236. package/dist/svg/layers-filled.svg +0 -1
  1237. package/dist/svg/layers.svg +0 -1
  1238. package/dist/svg/leaf.svg +0 -1
  1239. package/dist/svg/legal.svg +0 -1
  1240. package/dist/svg/library-new.svg +0 -1
  1241. package/dist/svg/library.svg +0 -1
  1242. package/dist/svg/license.svg +0 -1
  1243. package/dist/svg/light-dark.svg +0 -1
  1244. package/dist/svg/line-diagonal.svg +0 -1
  1245. package/dist/svg/link.svg +0 -1
  1246. package/dist/svg/list.svg +0 -1
  1247. package/dist/svg/live-schedule.svg +0 -1
  1248. package/dist/svg/location-filled.svg +0 -1
  1249. package/dist/svg/location-outline.svg +0 -1
  1250. package/dist/svg/location.svg +0 -1
  1251. package/dist/svg/lock-filled.svg +0 -1
  1252. package/dist/svg/lock-key-filled.svg +0 -1
  1253. package/dist/svg/lock-key.svg +0 -1
  1254. package/dist/svg/lock.svg +0 -1
  1255. package/dist/svg/log-in.svg +0 -1
  1256. package/dist/svg/log-out.svg +0 -1
  1257. package/dist/svg/log.svg +0 -1
  1258. package/dist/svg/logic-diagram.svg +0 -1
  1259. package/dist/svg/lower-limit.svg +0 -1
  1260. package/dist/svg/mail-filled.svg +0 -1
  1261. package/dist/svg/mail.svg +0 -1
  1262. package/dist/svg/maintenance-documents.svg +0 -1
  1263. package/dist/svg/maintenance-info.svg +0 -1
  1264. package/dist/svg/maintenance-warning-filled.svg +0 -1
  1265. package/dist/svg/maintenance-warning.svg +0 -1
  1266. package/dist/svg/maintenance.svg +0 -1
  1267. package/dist/svg/mandatory-done.svg +0 -1
  1268. package/dist/svg/mandatory.svg +0 -1
  1269. package/dist/svg/map.svg +0 -1
  1270. package/dist/svg/maximize.svg +0 -1
  1271. package/dist/svg/microphone-filled.svg +0 -1
  1272. package/dist/svg/microphone.svg +0 -1
  1273. package/dist/svg/minimize.svg +0 -1
  1274. package/dist/svg/minus.svg +0 -1
  1275. package/dist/svg/missing-symbol.svg +0 -1
  1276. package/dist/svg/mix.svg +0 -1
  1277. package/dist/svg/monitor-filled.svg +0 -1
  1278. package/dist/svg/monitor-trend.svg +0 -1
  1279. package/dist/svg/monitor.svg +0 -1
  1280. package/dist/svg/monitoring-add.svg +0 -1
  1281. package/dist/svg/monitoring.svg +0 -1
  1282. package/dist/svg/monitorings.svg +0 -1
  1283. package/dist/svg/moon-filled.svg +0 -1
  1284. package/dist/svg/moon.svg +0 -1
  1285. package/dist/svg/more-menu.svg +0 -1
  1286. package/dist/svg/mouse-click-filled.svg +0 -1
  1287. package/dist/svg/mouse-click.svg +0 -1
  1288. package/dist/svg/mouse-select-filled.svg +0 -1
  1289. package/dist/svg/mouse-select.svg +0 -1
  1290. package/dist/svg/mp4-document.svg +0 -1
  1291. package/dist/svg/namur-check-function-filled.svg +0 -1
  1292. package/dist/svg/namur-check-function.svg +0 -1
  1293. package/dist/svg/namur-failure-filled.svg +0 -1
  1294. package/dist/svg/namur-failure.svg +0 -1
  1295. package/dist/svg/namur-maintenance-required-filled.svg +0 -1
  1296. package/dist/svg/namur-maintenance-required.svg +0 -1
  1297. package/dist/svg/namur-ok-filled.svg +0 -1
  1298. package/dist/svg/namur-ok.svg +0 -1
  1299. package/dist/svg/namur-out-of-spec-filled.svg +0 -1
  1300. package/dist/svg/namur-out-of-spec.svg +0 -1
  1301. package/dist/svg/navigation-filled.svg +0 -1
  1302. package/dist/svg/navigation-left.svg +0 -1
  1303. package/dist/svg/navigation-right.svg +0 -1
  1304. package/dist/svg/navigation.svg +0 -1
  1305. package/dist/svg/new-indicator-filled.svg +0 -1
  1306. package/dist/svg/new-indicator.svg +0 -1
  1307. package/dist/svg/no-filter-filled.svg +0 -1
  1308. package/dist/svg/no-filter.svg +0 -1
  1309. package/dist/svg/no-image.svg +0 -1
  1310. package/dist/svg/note-filled.svg +0 -1
  1311. package/dist/svg/note.svg +0 -1
  1312. package/dist/svg/notification-filled.svg +0 -1
  1313. package/dist/svg/notification.svg +0 -1
  1314. package/dist/svg/notifications-filled.svg +0 -1
  1315. package/dist/svg/notifications.svg +0 -1
  1316. package/dist/svg/ontology-filled.svg +0 -1
  1317. package/dist/svg/ontology.svg +0 -1
  1318. package/dist/svg/open-external.svg +0 -1
  1319. package/dist/svg/open-file-filled.svg +0 -1
  1320. package/dist/svg/open-file.svg +0 -1
  1321. package/dist/svg/operate-plant-filled.svg +0 -1
  1322. package/dist/svg/operate-plant.svg +0 -1
  1323. package/dist/svg/optimize.svg +0 -1
  1324. package/dist/svg/p-and-i-symbols.svg +0 -1
  1325. package/dist/svg/p-i-diagram.svg +0 -1
  1326. package/dist/svg/pan.svg +0 -1
  1327. package/dist/svg/paste.svg +0 -1
  1328. package/dist/svg/pause.svg +0 -1
  1329. package/dist/svg/pc-tower-filled.svg +0 -1
  1330. package/dist/svg/pc-tower.svg +0 -1
  1331. package/dist/svg/pdf-document.svg +0 -1
  1332. package/dist/svg/pen-filled.svg +0 -1
  1333. package/dist/svg/pen.svg +0 -1
  1334. package/dist/svg/phone-filled.svg +0 -1
  1335. package/dist/svg/phone.svg +0 -1
  1336. package/dist/svg/photo-camera-add.svg +0 -1
  1337. package/dist/svg/photo-camera-cancelled-filled.svg +0 -1
  1338. package/dist/svg/photo-camera-cancelled.svg +0 -1
  1339. package/dist/svg/photo-camera-filled.svg +0 -1
  1340. package/dist/svg/photo-camera.svg +0 -1
  1341. package/dist/svg/photo-cameras.svg +0 -1
  1342. package/dist/svg/piechart-filled.svg +0 -1
  1343. package/dist/svg/piechart.svg +0 -1
  1344. package/dist/svg/pin-filled.svg +0 -1
  1345. package/dist/svg/pin.svg +0 -1
  1346. package/dist/svg/plant-filled.svg +0 -1
  1347. package/dist/svg/plant-handbook-filled.svg +0 -1
  1348. package/dist/svg/plant-handbook.svg +0 -1
  1349. package/dist/svg/plant-outline.svg +0 -1
  1350. package/dist/svg/plant-security.svg +0 -1
  1351. package/dist/svg/plant-settings-filled.svg +0 -1
  1352. package/dist/svg/plant-settings.svg +0 -1
  1353. package/dist/svg/plant-user-filled.svg +0 -1
  1354. package/dist/svg/plant-user.svg +0 -1
  1355. package/dist/svg/plant.svg +0 -1
  1356. package/dist/svg/plants-filled.svg +0 -1
  1357. package/dist/svg/plants.svg +0 -1
  1358. package/dist/svg/play-filled.svg +0 -1
  1359. package/dist/svg/play-pause-filled.svg +0 -1
  1360. package/dist/svg/play-pause.svg +0 -1
  1361. package/dist/svg/play-stepwise-filled.svg +0 -1
  1362. package/dist/svg/play-stepwise.svg +0 -1
  1363. package/dist/svg/play.svg +0 -1
  1364. package/dist/svg/plus-minus-times-divide.svg +0 -1
  1365. package/dist/svg/plus.svg +0 -1
  1366. package/dist/svg/point-up-filled.svg +0 -1
  1367. package/dist/svg/point-up.svg +0 -1
  1368. package/dist/svg/polar-plot.svg +0 -1
  1369. package/dist/svg/polygon-filled.svg +0 -1
  1370. package/dist/svg/polygon-line.svg +0 -1
  1371. package/dist/svg/polygon.svg +0 -1
  1372. package/dist/svg/ppt-document.svg +0 -1
  1373. package/dist/svg/print-filled.svg +0 -1
  1374. package/dist/svg/print.svg +0 -1
  1375. package/dist/svg/prio-high.svg +0 -1
  1376. package/dist/svg/prio-low.svg +0 -1
  1377. package/dist/svg/prio-middle.svg +0 -1
  1378. package/dist/svg/product-catalog.svg +0 -1
  1379. package/dist/svg/product-management.svg +0 -1
  1380. package/dist/svg/product.svg +0 -1
  1381. package/dist/svg/project-configuration.svg +0 -1
  1382. package/dist/svg/project-new.svg +0 -1
  1383. package/dist/svg/project-scenarios.svg +0 -1
  1384. package/dist/svg/project-server-filled.svg +0 -1
  1385. package/dist/svg/project-server.svg +0 -1
  1386. package/dist/svg/project.svg +0 -1
  1387. package/dist/svg/protocol.svg +0 -1
  1388. package/dist/svg/publish-document.svg +0 -1
  1389. package/dist/svg/publish.svg +0 -1
  1390. package/dist/svg/qr-code.svg +0 -1
  1391. package/dist/svg/quality-report.svg +0 -1
  1392. package/dist/svg/question-filled.svg +0 -1
  1393. package/dist/svg/question.svg +0 -1
  1394. package/dist/svg/radarchart.svg +0 -1
  1395. package/dist/svg/radio-waves-off.svg +0 -1
  1396. package/dist/svg/radio-waves-warning.svg +0 -1
  1397. package/dist/svg/radio-waves.svg +0 -1
  1398. package/dist/svg/random-filled.svg +0 -1
  1399. package/dist/svg/random.svg +0 -1
  1400. package/dist/svg/reboot.svg +0 -1
  1401. package/dist/svg/rectangle-filled.svg +0 -1
  1402. package/dist/svg/rectangle.svg +0 -1
  1403. package/dist/svg/redo.svg +0 -1
  1404. package/dist/svg/reference.svg +0 -1
  1405. package/dist/svg/refresh-cancelled.svg +0 -1
  1406. package/dist/svg/refresh.svg +0 -1
  1407. package/dist/svg/reload.svg +0 -1
  1408. package/dist/svg/remove-application.svg +0 -1
  1409. package/dist/svg/remove-eye-filled.svg +0 -1
  1410. package/dist/svg/remove-eye.svg +0 -1
  1411. package/dist/svg/rename.svg +0 -1
  1412. package/dist/svg/replace.svg +0 -1
  1413. package/dist/svg/report-barchart.svg +0 -1
  1414. package/dist/svg/report-linechart.svg +0 -1
  1415. package/dist/svg/report-text.svg +0 -1
  1416. package/dist/svg/reset.svg +0 -1
  1417. package/dist/svg/restore-backup-filled.svg +0 -1
  1418. package/dist/svg/restore-backup-pc.svg +0 -1
  1419. package/dist/svg/restore-backup.svg +0 -1
  1420. package/dist/svg/rhomb-filled.svg +0 -1
  1421. package/dist/svg/rhomb.svg +0 -1
  1422. package/dist/svg/road-filled.svg +0 -1
  1423. package/dist/svg/road.svg +0 -1
  1424. package/dist/svg/rocket-filled.svg +0 -1
  1425. package/dist/svg/rocket.svg +0 -1
  1426. package/dist/svg/route-target.svg +0 -1
  1427. package/dist/svg/route.svg +0 -1
  1428. package/dist/svg/scatterplot.svg +0 -1
  1429. package/dist/svg/scheduler-filled.svg +0 -1
  1430. package/dist/svg/scheduler.svg +0 -1
  1431. package/dist/svg/screen-filled.svg +0 -1
  1432. package/dist/svg/screen.svg +0 -1
  1433. package/dist/svg/screenshot-filled.svg +0 -1
  1434. package/dist/svg/screenshot.svg +0 -1
  1435. package/dist/svg/script-add.svg +0 -1
  1436. package/dist/svg/script.svg +0 -1
  1437. package/dist/svg/scripts.svg +0 -1
  1438. package/dist/svg/search.svg +0 -1
  1439. package/dist/svg/share-filled.svg +0 -1
  1440. package/dist/svg/share.svg +0 -1
  1441. package/dist/svg/shopping-cart-filled.svg +0 -1
  1442. package/dist/svg/shopping-cart.svg +0 -1
  1443. package/dist/svg/shout-filled.svg +0 -1
  1444. package/dist/svg/shout.svg +0 -1
  1445. package/dist/svg/sign-language.svg +0 -1
  1446. package/dist/svg/signal-strength-0.svg +0 -1
  1447. package/dist/svg/signal-strength-1.svg +0 -1
  1448. package/dist/svg/signal-strength-2.svg +0 -1
  1449. package/dist/svg/signal-strength-3.svg +0 -1
  1450. package/dist/svg/signal-strength-4.svg +0 -1
  1451. package/dist/svg/signal-strength-5.svg +0 -1
  1452. package/dist/svg/signal-strength-6.svg +0 -1
  1453. package/dist/svg/signal-strength-7.svg +0 -1
  1454. package/dist/svg/signal-strength-8.svg +0 -1
  1455. package/dist/svg/simit-component.svg +0 -1
  1456. package/dist/svg/simit-macro-component-editor.svg +0 -1
  1457. package/dist/svg/simit-macro.svg +0 -1
  1458. package/dist/svg/single-check.svg +0 -1
  1459. package/dist/svg/skip-back-filled.svg +0 -1
  1460. package/dist/svg/skip-back.svg +0 -1
  1461. package/dist/svg/skip-filled.svg +0 -1
  1462. package/dist/svg/skip.svg +0 -1
  1463. package/dist/svg/snowflake.svg +0 -1
  1464. package/dist/svg/sort-ascending.svg +0 -1
  1465. package/dist/svg/sort-descending.svg +0 -1
  1466. package/dist/svg/sort.svg +0 -1
  1467. package/dist/svg/sound-loud-filled.svg +0 -1
  1468. package/dist/svg/sound-loud.svg +0 -1
  1469. package/dist/svg/sound-mute-filled.svg +0 -1
  1470. package/dist/svg/sound-mute.svg +0 -1
  1471. package/dist/svg/sound-off-filled.svg +0 -1
  1472. package/dist/svg/sound-off.svg +0 -1
  1473. package/dist/svg/sound-quiet-filled.svg +0 -1
  1474. package/dist/svg/sound-quiet.svg +0 -1
  1475. package/dist/svg/spatial.svg +0 -1
  1476. package/dist/svg/split-horizontally.svg +0 -1
  1477. package/dist/svg/split-vertically.svg +0 -1
  1478. package/dist/svg/stamp-filled.svg +0 -1
  1479. package/dist/svg/stamp.svg +0 -1
  1480. package/dist/svg/standby.svg +0 -1
  1481. package/dist/svg/star-add-filled.svg +0 -1
  1482. package/dist/svg/star-add.svg +0 -1
  1483. package/dist/svg/star-cancelled-filled.svg +0 -1
  1484. package/dist/svg/star-cancelled.svg +0 -1
  1485. package/dist/svg/star-filled.svg +0 -1
  1486. package/dist/svg/star-list-filled.svg +0 -1
  1487. package/dist/svg/star-list.svg +0 -1
  1488. package/dist/svg/star.svg +0 -1
  1489. package/dist/svg/start-data-analysis.svg +0 -1
  1490. package/dist/svg/steering-user-filled.svg +0 -1
  1491. package/dist/svg/steering-user.svg +0 -1
  1492. package/dist/svg/steering.svg +0 -1
  1493. package/dist/svg/stethoscope.svg +0 -1
  1494. package/dist/svg/stop-filled.svg +0 -1
  1495. package/dist/svg/stop.svg +0 -1
  1496. package/dist/svg/success-filled.svg +0 -1
  1497. package/dist/svg/success.svg +0 -1
  1498. package/dist/svg/sun-filled.svg +0 -1
  1499. package/dist/svg/sun.svg +0 -1
  1500. package/dist/svg/support.svg +0 -1
  1501. package/dist/svg/surveillance-cancelled-filled.svg +0 -1
  1502. package/dist/svg/surveillance-cancelled.svg +0 -1
  1503. package/dist/svg/surveillance-filled.svg +0 -1
  1504. package/dist/svg/surveillance.svg +0 -1
  1505. package/dist/svg/svg-document.svg +0 -1
  1506. package/dist/svg/swap-left-right.svg +0 -1
  1507. package/dist/svg/switch-slider.svg +0 -1
  1508. package/dist/svg/table-columns.svg +0 -1
  1509. package/dist/svg/table-rows.svg +0 -1
  1510. package/dist/svg/table-settings.svg +0 -1
  1511. package/dist/svg/table.svg +0 -1
  1512. package/dist/svg/tag-filled.svg +0 -1
  1513. package/dist/svg/tag-plus-filled.svg +0 -1
  1514. package/dist/svg/tag-plus.svg +0 -1
  1515. package/dist/svg/tag.svg +0 -1
  1516. package/dist/svg/tasks-all.svg +0 -1
  1517. package/dist/svg/tasks-done.svg +0 -1
  1518. package/dist/svg/tasks-open.svg +0 -1
  1519. package/dist/svg/text-circle-rectangle-filled.svg +0 -1
  1520. package/dist/svg/text-circle-rectangle.svg +0 -1
  1521. package/dist/svg/text-document.svg +0 -1
  1522. package/dist/svg/text.svg +0 -1
  1523. package/dist/svg/threshold-cancelled.svg +0 -1
  1524. package/dist/svg/threshold-off.svg +0 -1
  1525. package/dist/svg/threshold-on.svg +0 -1
  1526. package/dist/svg/to-be-published.svg +0 -1
  1527. package/dist/svg/to-search.svg +0 -1
  1528. package/dist/svg/topic-filled.svg +0 -1
  1529. package/dist/svg/topic.svg +0 -1
  1530. package/dist/svg/touch-filled.svg +0 -1
  1531. package/dist/svg/touch.svg +0 -1
  1532. package/dist/svg/trashcan-filled.svg +0 -1
  1533. package/dist/svg/trashcan.svg +0 -1
  1534. package/dist/svg/tree.svg +0 -1
  1535. package/dist/svg/trend-downward-filled.svg +0 -1
  1536. package/dist/svg/trend-downward.svg +0 -1
  1537. package/dist/svg/trend-sideways-filled.svg +0 -1
  1538. package/dist/svg/trend-sideways.svg +0 -1
  1539. package/dist/svg/trend-upward-filled.svg +0 -1
  1540. package/dist/svg/trend-upward.svg +0 -1
  1541. package/dist/svg/trend.svg +0 -1
  1542. package/dist/svg/triangle-filled.svg +0 -1
  1543. package/dist/svg/triangle.svg +0 -1
  1544. package/dist/svg/truck-filled.svg +0 -1
  1545. package/dist/svg/truck.svg +0 -1
  1546. package/dist/svg/tulip-filled.svg +0 -1
  1547. package/dist/svg/tulip.svg +0 -1
  1548. package/dist/svg/txt-document.svg +0 -1
  1549. package/dist/svg/undo.svg +0 -1
  1550. package/dist/svg/ungroup.svg +0 -1
  1551. package/dist/svg/unlock-filled.svg +0 -1
  1552. package/dist/svg/unlock-plant-filled.svg +0 -1
  1553. package/dist/svg/unlock-plant.svg +0 -1
  1554. package/dist/svg/unlock.svg +0 -1
  1555. package/dist/svg/upload-document-note.svg +0 -1
  1556. package/dist/svg/upload-fail.svg +0 -1
  1557. package/dist/svg/upload-success.svg +0 -1
  1558. package/dist/svg/upload.svg +0 -1
  1559. package/dist/svg/upper-limit.svg +0 -1
  1560. package/dist/svg/user-check-filled.svg +0 -1
  1561. package/dist/svg/user-check.svg +0 -1
  1562. package/dist/svg/user-fail-filled.svg +0 -1
  1563. package/dist/svg/user-fail.svg +0 -1
  1564. package/dist/svg/user-filled.svg +0 -1
  1565. package/dist/svg/user-management-filled.svg +0 -1
  1566. package/dist/svg/user-management.svg +0 -1
  1567. package/dist/svg/user-profile-filled.svg +0 -1
  1568. package/dist/svg/user-profile.svg +0 -1
  1569. package/dist/svg/user-reading-reading.svg +0 -1
  1570. package/dist/svg/user-reading.svg +0 -1
  1571. package/dist/svg/user-settings-filled.svg +0 -1
  1572. package/dist/svg/user-settings.svg +0 -1
  1573. package/dist/svg/user.svg +0 -1
  1574. package/dist/svg/validate.svg +0 -1
  1575. package/dist/svg/vdi-folder.svg +0 -1
  1576. package/dist/svg/version-history.svg +0 -1
  1577. package/dist/svg/video-file-filled.svg +0 -1
  1578. package/dist/svg/video-file.svg +0 -1
  1579. package/dist/svg/warning-filled.svg +0 -1
  1580. package/dist/svg/warning-rhomb-filled.svg +0 -1
  1581. package/dist/svg/warning-rhomb.svg +0 -1
  1582. package/dist/svg/warning.svg +0 -1
  1583. package/dist/svg/water-bathing.svg +0 -1
  1584. package/dist/svg/water-fish.svg +0 -1
  1585. package/dist/svg/water-plant.svg +0 -1
  1586. package/dist/svg/water-sunbathing.svg +0 -1
  1587. package/dist/svg/waveform.svg +0 -1
  1588. package/dist/svg/webcam-cancelled-filled.svg +0 -1
  1589. package/dist/svg/webcam-cancelled.svg +0 -1
  1590. package/dist/svg/webcam-filled.svg +0 -1
  1591. package/dist/svg/webcam.svg +0 -1
  1592. package/dist/svg/wlan-off.svg +0 -1
  1593. package/dist/svg/wlan-strength-0.svg +0 -1
  1594. package/dist/svg/wlan-strength-1.svg +0 -1
  1595. package/dist/svg/wlan-strength-2.svg +0 -1
  1596. package/dist/svg/wlan-strength-3.svg +0 -1
  1597. package/dist/svg/work-case-filled.svg +0 -1
  1598. package/dist/svg/work-case.svg +0 -1
  1599. package/dist/svg/workspace.svg +0 -1
  1600. package/dist/svg/workspaces.svg +0 -1
  1601. package/dist/svg/x-axis-settings.svg +0 -1
  1602. package/dist/svg/xls-document.svg +0 -1
  1603. package/dist/svg/xml-document.svg +0 -1
  1604. package/dist/svg/y-axis-settings.svg +0 -1
  1605. package/dist/svg/youtube-filled.svg +0 -1
  1606. package/dist/svg/youtube.svg +0 -1
  1607. package/dist/svg/zoom-in.svg +0 -1
  1608. package/dist/svg/zoom-out.svg +0 -1
  1609. package/dist/svg/zoom-selection.svg +0 -1
  1610. /package/dist/ix-icons/{p-b75a8c80.entry.js.map → p-3a5642a0.entry.js.map} +0 -0
@@ -1,1423 +0,0 @@
1
- const NAMESPACE = 'ix-icons';
2
-
3
- /**
4
- * Virtual DOM patching algorithm based on Snabbdom by
5
- * Simon Friis Vindum (@paldepind)
6
- * Licensed under the MIT License
7
- * https://github.com/snabbdom/snabbdom/blob/master/LICENSE
8
- *
9
- * Modified for Stencil's renderer and slot projection
10
- */
11
- let scopeId;
12
- let hostTagName;
13
- let isSvgMode = false;
14
- let queuePending = false;
15
- const createTime = (fnName, tagName = '') => {
16
- {
17
- return () => {
18
- return;
19
- };
20
- }
21
- };
22
- const uniqueTime = (key, measureText) => {
23
- {
24
- return () => {
25
- return;
26
- };
27
- }
28
- };
29
- const HYDRATED_CSS = '{visibility:hidden}.hydrated{visibility:inherit}';
30
- /**
31
- * Default style mode id
32
- */
33
- /**
34
- * Reusable empty obj/array
35
- * Don't add values to these!!
36
- */
37
- const EMPTY_OBJ = {};
38
- /**
39
- * Namespaces
40
- */
41
- const SVG_NS = 'http://www.w3.org/2000/svg';
42
- const HTML_NS = 'http://www.w3.org/1999/xhtml';
43
- const isDef = (v) => v != null;
44
- /**
45
- * Check whether a value is a 'complex type', defined here as an object or a
46
- * function.
47
- *
48
- * @param o the value to check
49
- * @returns whether it's a complex type or not
50
- */
51
- const isComplexType = (o) => {
52
- // https://jsperf.com/typeof-fn-object/5
53
- o = typeof o;
54
- return o === 'object' || o === 'function';
55
- };
56
- /**
57
- * Helper method for querying a `meta` tag that contains a nonce value
58
- * out of a DOM's head.
59
- *
60
- * @param doc The DOM containing the `head` to query against
61
- * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag
62
- * exists or the tag has no content.
63
- */
64
- function queryNonceMetaTagContent(doc) {
65
- var _a, _b, _c;
66
- return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;
67
- }
68
- /**
69
- * Production h() function based on Preact by
70
- * Jason Miller (@developit)
71
- * Licensed under the MIT License
72
- * https://github.com/developit/preact/blob/master/LICENSE
73
- *
74
- * Modified for Stencil's compiler and vdom
75
- */
76
- // export function h(nodeName: string | d.FunctionalComponent, vnodeData: d.PropsType, child?: d.ChildType): d.VNode;
77
- // export function h(nodeName: string | d.FunctionalComponent, vnodeData: d.PropsType, ...children: d.ChildType[]): d.VNode;
78
- const h = (nodeName, vnodeData, ...children) => {
79
- let child = null;
80
- let simple = false;
81
- let lastSimple = false;
82
- const vNodeChildren = [];
83
- const walk = (c) => {
84
- for (let i = 0; i < c.length; i++) {
85
- child = c[i];
86
- if (Array.isArray(child)) {
87
- walk(child);
88
- }
89
- else if (child != null && typeof child !== 'boolean') {
90
- if ((simple = typeof nodeName !== 'function' && !isComplexType(child))) {
91
- child = String(child);
92
- }
93
- if (simple && lastSimple) {
94
- // If the previous child was simple (string), we merge both
95
- vNodeChildren[vNodeChildren.length - 1].$text$ += child;
96
- }
97
- else {
98
- // Append a new vNode, if it's text, we create a text vNode
99
- vNodeChildren.push(simple ? newVNode(null, child) : child);
100
- }
101
- lastSimple = simple;
102
- }
103
- }
104
- };
105
- walk(children);
106
- if (vnodeData) {
107
- {
108
- const classData = vnodeData.className || vnodeData.class;
109
- if (classData) {
110
- vnodeData.class =
111
- typeof classData !== 'object'
112
- ? classData
113
- : Object.keys(classData)
114
- .filter((k) => classData[k])
115
- .join(' ');
116
- }
117
- }
118
- }
119
- const vnode = newVNode(nodeName, null);
120
- vnode.$attrs$ = vnodeData;
121
- if (vNodeChildren.length > 0) {
122
- vnode.$children$ = vNodeChildren;
123
- }
124
- return vnode;
125
- };
126
- /**
127
- * A utility function for creating a virtual DOM node from a tag and some
128
- * possible text content.
129
- *
130
- * @param tag the tag for this element
131
- * @param text possible text content for the node
132
- * @returns a newly-minted virtual DOM node
133
- */
134
- const newVNode = (tag, text) => {
135
- const vnode = {
136
- $flags$: 0,
137
- $tag$: tag,
138
- $text$: text,
139
- $elm$: null,
140
- $children$: null,
141
- };
142
- {
143
- vnode.$attrs$ = null;
144
- }
145
- return vnode;
146
- };
147
- const Host = {};
148
- /**
149
- * Check whether a given node is a Host node or not
150
- *
151
- * @param node the virtual DOM node to check
152
- * @returns whether it's a Host node or not
153
- */
154
- const isHost = (node) => node && node.$tag$ === Host;
155
- /**
156
- * Parse a new property value for a given property type.
157
- *
158
- * While the prop value can reasonably be expected to be of `any` type as far as TypeScript's type checker is concerned,
159
- * it is not safe to assume that the string returned by evaluating `typeof propValue` matches:
160
- * 1. `any`, the type given to `propValue` in the function signature
161
- * 2. the type stored from `propType`.
162
- *
163
- * This function provides the capability to parse/coerce a property's value to potentially any other JavaScript type.
164
- *
165
- * Property values represented in TSX preserve their type information. In the example below, the number 0 is passed to
166
- * a component. This `propValue` will preserve its type information (`typeof propValue === 'number'`). Note that is
167
- * based on the type of the value being passed in, not the type declared of the class member decorated with `@Prop`.
168
- * ```tsx
169
- * <my-cmp prop-val={0}></my-cmp>
170
- * ```
171
- *
172
- * HTML prop values on the other hand, will always a string
173
- *
174
- * @param propValue the new value to coerce to some type
175
- * @param propType the type of the prop, expressed as a binary number
176
- * @returns the parsed/coerced value
177
- */
178
- const parsePropertyValue = (propValue, propType) => {
179
- // ensure this value is of the correct prop type
180
- if (propValue != null && !isComplexType(propValue)) {
181
- if (propType & 1 /* MEMBER_FLAGS.String */) {
182
- // could have been passed as a number or boolean
183
- // but we still want it as a string
184
- return String(propValue);
185
- }
186
- // redundant return here for better minification
187
- return propValue;
188
- }
189
- // not sure exactly what type we want
190
- // so no need to change to a different type
191
- return propValue;
192
- };
193
- /**
194
- * Helper function to create & dispatch a custom Event on a provided target
195
- * @param elm the target of the Event
196
- * @param name the name to give the custom Event
197
- * @param opts options for configuring a custom Event
198
- * @returns the custom Event
199
- */
200
- const emitEvent = (elm, name, opts) => {
201
- const ev = plt.ce(name, opts);
202
- elm.dispatchEvent(ev);
203
- return ev;
204
- };
205
- const rootAppliedStyles = /*@__PURE__*/ new WeakMap();
206
- const registerStyle = (scopeId, cssText, allowCS) => {
207
- let style = styles.get(scopeId);
208
- if (supportsConstructableStylesheets && allowCS) {
209
- style = (style || new CSSStyleSheet());
210
- if (typeof style === 'string') {
211
- style = cssText;
212
- }
213
- else {
214
- style.replaceSync(cssText);
215
- }
216
- }
217
- else {
218
- style = cssText;
219
- }
220
- styles.set(scopeId, style);
221
- };
222
- const addStyle = (styleContainerNode, cmpMeta, mode, hostElm) => {
223
- var _a;
224
- let scopeId = getScopeId(cmpMeta);
225
- const style = styles.get(scopeId);
226
- // if an element is NOT connected then getRootNode() will return the wrong root node
227
- // so the fallback is to always use the document for the root node in those cases
228
- styleContainerNode = styleContainerNode.nodeType === 11 /* NODE_TYPE.DocumentFragment */ ? styleContainerNode : doc;
229
- if (style) {
230
- if (typeof style === 'string') {
231
- styleContainerNode = styleContainerNode.head || styleContainerNode;
232
- let appliedStyles = rootAppliedStyles.get(styleContainerNode);
233
- let styleElm;
234
- if (!appliedStyles) {
235
- rootAppliedStyles.set(styleContainerNode, (appliedStyles = new Set()));
236
- }
237
- if (!appliedStyles.has(scopeId)) {
238
- {
239
- // TODO(STENCIL-659): Remove code implementing the CSS variable shim
240
- {
241
- styleElm = doc.createElement('style');
242
- styleElm.innerHTML = style;
243
- }
244
- // Apply CSP nonce to the style tag if it exists
245
- const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
246
- if (nonce != null) {
247
- styleElm.setAttribute('nonce', nonce);
248
- }
249
- styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector('link'));
250
- }
251
- if (appliedStyles) {
252
- appliedStyles.add(scopeId);
253
- }
254
- }
255
- }
256
- else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
257
- styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
258
- }
259
- }
260
- return scopeId;
261
- };
262
- const attachStyles = (hostRef) => {
263
- const cmpMeta = hostRef.$cmpMeta$;
264
- const elm = hostRef.$hostElement$;
265
- const flags = cmpMeta.$flags$;
266
- const endAttachStyles = createTime('attachStyles', cmpMeta.$tagName$);
267
- const scopeId = addStyle(elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(), cmpMeta);
268
- // TODO(STENCIL-662): Remove code related to deprecated shadowDomShim field
269
- if (flags & 10 /* CMP_FLAGS.needsScopedEncapsulation */) {
270
- // only required when we're NOT using native shadow dom (slot)
271
- // or this browser doesn't support native shadow dom
272
- // and this host element was NOT created with SSR
273
- // let's pick out the inner content for slot projection
274
- // create a node to represent where the original
275
- // content was first placed, which is useful later on
276
- // DOM WRITE!!
277
- elm['s-sc'] = scopeId;
278
- elm.classList.add(scopeId + '-h');
279
- }
280
- endAttachStyles();
281
- };
282
- const getScopeId = (cmp, mode) => 'sc-' + (cmp.$tagName$);
283
- /**
284
- * Production setAccessor() function based on Preact by
285
- * Jason Miller (@developit)
286
- * Licensed under the MIT License
287
- * https://github.com/developit/preact/blob/master/LICENSE
288
- *
289
- * Modified for Stencil's compiler and vdom
290
- */
291
- const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
292
- if (oldValue !== newValue) {
293
- let isProp = isMemberInElement(elm, memberName);
294
- memberName.toLowerCase();
295
- if (memberName === 'class') {
296
- const classList = elm.classList;
297
- const oldClasses = parseClassList(oldValue);
298
- const newClasses = parseClassList(newValue);
299
- classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
300
- classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
301
- }
302
- else if (memberName === 'style') {
303
- // update style attribute, css properties and values
304
- {
305
- for (const prop in oldValue) {
306
- if (!newValue || newValue[prop] == null) {
307
- if (prop.includes('-')) {
308
- elm.style.removeProperty(prop);
309
- }
310
- else {
311
- elm.style[prop] = '';
312
- }
313
- }
314
- }
315
- }
316
- for (const prop in newValue) {
317
- if (!oldValue || newValue[prop] !== oldValue[prop]) {
318
- if (prop.includes('-')) {
319
- elm.style.setProperty(prop, newValue[prop]);
320
- }
321
- else {
322
- elm.style[prop] = newValue[prop];
323
- }
324
- }
325
- }
326
- }
327
- else {
328
- // Set property if it exists and it's not a SVG
329
- const isComplex = isComplexType(newValue);
330
- if ((isProp || (isComplex && newValue !== null)) && !isSvg) {
331
- try {
332
- if (!elm.tagName.includes('-')) {
333
- const n = newValue == null ? '' : newValue;
334
- // Workaround for Safari, moving the <input> caret when re-assigning the same valued
335
- if (memberName === 'list') {
336
- isProp = false;
337
- }
338
- else if (oldValue == null || elm[memberName] != n) {
339
- elm[memberName] = n;
340
- }
341
- }
342
- else {
343
- elm[memberName] = newValue;
344
- }
345
- }
346
- catch (e) { }
347
- }
348
- if (newValue == null || newValue === false) {
349
- if (newValue !== false || elm.getAttribute(memberName) === '') {
350
- {
351
- elm.removeAttribute(memberName);
352
- }
353
- }
354
- }
355
- else if ((!isProp || flags & 4 /* VNODE_FLAGS.isHost */ || isSvg) && !isComplex) {
356
- newValue = newValue === true ? '' : newValue;
357
- {
358
- elm.setAttribute(memberName, newValue);
359
- }
360
- }
361
- }
362
- }
363
- };
364
- const parseClassListRegex = /\s/;
365
- const parseClassList = (value) => (!value ? [] : value.split(parseClassListRegex));
366
- const updateElement = (oldVnode, newVnode, isSvgMode, memberName) => {
367
- // if the element passed in is a shadow root, which is a document fragment
368
- // then we want to be adding attrs/props to the shadow root's "host" element
369
- // if it's not a shadow root, then we add attrs/props to the same element
370
- const elm = newVnode.$elm$.nodeType === 11 /* NODE_TYPE.DocumentFragment */ && newVnode.$elm$.host
371
- ? newVnode.$elm$.host
372
- : newVnode.$elm$;
373
- const oldVnodeAttrs = (oldVnode && oldVnode.$attrs$) || EMPTY_OBJ;
374
- const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;
375
- {
376
- // remove attributes no longer present on the vnode by setting them to undefined
377
- for (memberName in oldVnodeAttrs) {
378
- if (!(memberName in newVnodeAttrs)) {
379
- setAccessor(elm, memberName, oldVnodeAttrs[memberName], undefined, isSvgMode, newVnode.$flags$);
380
- }
381
- }
382
- }
383
- // add new & update changed attributes
384
- for (memberName in newVnodeAttrs) {
385
- setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode, newVnode.$flags$);
386
- }
387
- };
388
- /**
389
- * Create a DOM Node corresponding to one of the children of a given VNode.
390
- *
391
- * @param oldParentVNode the parent VNode from the previous render
392
- * @param newParentVNode the parent VNode from the current render
393
- * @param childIndex the index of the VNode, in the _new_ parent node's
394
- * children, for which we will create a new DOM node
395
- * @param parentElm the parent DOM node which our new node will be a child of
396
- * @returns the newly created node
397
- */
398
- const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
399
- // tslint:disable-next-line: prefer-const
400
- const newVNode = newParentVNode.$children$[childIndex];
401
- let i = 0;
402
- let elm;
403
- let childNode;
404
- {
405
- if (!isSvgMode) {
406
- isSvgMode = newVNode.$tag$ === 'svg';
407
- }
408
- // create element
409
- elm = newVNode.$elm$ = (doc.createElementNS(isSvgMode ? SVG_NS : HTML_NS, newVNode.$tag$)
410
- );
411
- if (isSvgMode && newVNode.$tag$ === 'foreignObject') {
412
- isSvgMode = false;
413
- }
414
- // add css classes, attrs, props, listeners, etc.
415
- {
416
- updateElement(null, newVNode, isSvgMode);
417
- }
418
- if (isDef(scopeId) && elm['s-si'] !== scopeId) {
419
- // if there is a scopeId and this is the initial render
420
- // then let's add the scopeId as a css class
421
- elm.classList.add((elm['s-si'] = scopeId));
422
- }
423
- if (newVNode.$children$) {
424
- for (i = 0; i < newVNode.$children$.length; ++i) {
425
- // create the node
426
- childNode = createElm(oldParentVNode, newVNode, i);
427
- // return node could have been null
428
- if (childNode) {
429
- // append our new node
430
- elm.appendChild(childNode);
431
- }
432
- }
433
- }
434
- {
435
- if (newVNode.$tag$ === 'svg') {
436
- // Only reset the SVG context when we're exiting <svg> element
437
- isSvgMode = false;
438
- }
439
- else if (elm.tagName === 'foreignObject') {
440
- // Reenter SVG context when we're exiting <foreignObject> element
441
- isSvgMode = true;
442
- }
443
- }
444
- }
445
- return elm;
446
- };
447
- /**
448
- * Create DOM nodes corresponding to a list of {@link d.Vnode} objects and
449
- * add them to the DOM in the appropriate place.
450
- *
451
- * @param parentElm the DOM node which should be used as a parent for the new
452
- * DOM nodes
453
- * @param before a child of the `parentElm` which the new children should be
454
- * inserted before (optional)
455
- * @param parentVNode the parent virtual DOM node
456
- * @param vnodes the new child virtual DOM nodes to produce DOM nodes for
457
- * @param startIdx the index in the child virtual DOM nodes at which to start
458
- * creating DOM nodes (inclusive)
459
- * @param endIdx the index in the child virtual DOM nodes at which to stop
460
- * creating DOM nodes (inclusive)
461
- */
462
- const addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
463
- let containerElm = (parentElm);
464
- let childNode;
465
- if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
466
- containerElm = containerElm.shadowRoot;
467
- }
468
- for (; startIdx <= endIdx; ++startIdx) {
469
- if (vnodes[startIdx]) {
470
- childNode = createElm(null, parentVNode, startIdx);
471
- if (childNode) {
472
- vnodes[startIdx].$elm$ = childNode;
473
- containerElm.insertBefore(childNode, before);
474
- }
475
- }
476
- }
477
- };
478
- /**
479
- * Remove the DOM elements corresponding to a list of {@link d.VNode} objects.
480
- * This can be used to, for instance, clean up after a list of children which
481
- * should no longer be shown.
482
- *
483
- * This function also handles some of Stencil's slot relocation logic.
484
- *
485
- * @param vnodes a list of virtual DOM nodes to remove
486
- * @param startIdx the index at which to start removing nodes (inclusive)
487
- * @param endIdx the index at which to stop removing nodes (inclusive)
488
- * @param vnode a VNode
489
- * @param elm an element
490
- */
491
- const removeVnodes = (vnodes, startIdx, endIdx, vnode, elm) => {
492
- for (; startIdx <= endIdx; ++startIdx) {
493
- if ((vnode = vnodes[startIdx])) {
494
- elm = vnode.$elm$;
495
- // remove the vnode's element from the dom
496
- elm.remove();
497
- }
498
- }
499
- };
500
- /**
501
- * Reconcile the children of a new VNode with the children of an old VNode by
502
- * traversing the two collections of children, identifying nodes that are
503
- * conserved or changed, calling out to `patch` to make any necessary
504
- * updates to the DOM, and rearranging DOM nodes as needed.
505
- *
506
- * The algorithm for reconciling children works by analyzing two 'windows' onto
507
- * the two arrays of children (`oldCh` and `newCh`). We keep track of the
508
- * 'windows' by storing start and end indices and references to the
509
- * corresponding array entries. Initially the two 'windows' are basically equal
510
- * to the entire array, but we progressively narrow the windows until there are
511
- * no children left to update by doing the following:
512
- *
513
- * 1. Skip any `null` entries at the beginning or end of the two arrays, so
514
- * that if we have an initial array like the following we'll end up dealing
515
- * only with a window bounded by the highlighted elements:
516
- *
517
- * [null, null, VNode1 , ... , VNode2, null, null]
518
- * ^^^^^^ ^^^^^^
519
- *
520
- * 2. Check to see if the elements at the head and tail positions are equal
521
- * across the windows. This will basically detect elements which haven't
522
- * been added, removed, or changed position, i.e. if you had the following
523
- * VNode elements (represented as HTML):
524
- *
525
- * oldVNode: `<div><p><span>HEY</span></p></div>`
526
- * newVNode: `<div><p><span>THERE</span></p></div>`
527
- *
528
- * Then when comparing the children of the `<div>` tag we check the equality
529
- * of the VNodes corresponding to the `<p>` tags and, since they are the
530
- * same tag in the same position, we'd be able to avoid completely
531
- * re-rendering the subtree under them with a new DOM element and would just
532
- * call out to `patch` to handle reconciling their children and so on.
533
- *
534
- * 3. Check, for both windows, to see if the element at the beginning of the
535
- * window corresponds to the element at the end of the other window. This is
536
- * a heuristic which will let us identify _some_ situations in which
537
- * elements have changed position, for instance it _should_ detect that the
538
- * children nodes themselves have not changed but merely moved in the
539
- * following example:
540
- *
541
- * oldVNode: `<div><element-one /><element-two /></div>`
542
- * newVNode: `<div><element-two /><element-one /></div>`
543
- *
544
- * If we find cases like this then we also need to move the concrete DOM
545
- * elements corresponding to the moved children to write the re-order to the
546
- * DOM.
547
- *
548
- * 4. Finally, if VNodes have the `key` attribute set on them we check for any
549
- * nodes in the old children which have the same key as the first element in
550
- * our window on the new children. If we find such a node we handle calling
551
- * out to `patch`, moving relevant DOM nodes, and so on, in accordance with
552
- * what we find.
553
- *
554
- * Finally, once we've narrowed our 'windows' to the point that either of them
555
- * collapse (i.e. they have length 0) we then handle any remaining VNode
556
- * insertion or deletion that needs to happen to get a DOM state that correctly
557
- * reflects the new child VNodes. If, for instance, after our window on the old
558
- * children has collapsed we still have more nodes on the new children that
559
- * we haven't dealt with yet then we need to add them, or if the new children
560
- * collapse but we still have unhandled _old_ children then we need to make
561
- * sure the corresponding DOM nodes are removed.
562
- *
563
- * @param parentElm the node into which the parent VNode is rendered
564
- * @param oldCh the old children of the parent node
565
- * @param newVNode the new VNode which will replace the parent
566
- * @param newCh the new children of the parent node
567
- */
568
- const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
569
- let oldStartIdx = 0;
570
- let newStartIdx = 0;
571
- let oldEndIdx = oldCh.length - 1;
572
- let oldStartVnode = oldCh[0];
573
- let oldEndVnode = oldCh[oldEndIdx];
574
- let newEndIdx = newCh.length - 1;
575
- let newStartVnode = newCh[0];
576
- let newEndVnode = newCh[newEndIdx];
577
- let node;
578
- while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
579
- if (oldStartVnode == null) {
580
- // VNode might have been moved left
581
- oldStartVnode = oldCh[++oldStartIdx];
582
- }
583
- else if (oldEndVnode == null) {
584
- oldEndVnode = oldCh[--oldEndIdx];
585
- }
586
- else if (newStartVnode == null) {
587
- newStartVnode = newCh[++newStartIdx];
588
- }
589
- else if (newEndVnode == null) {
590
- newEndVnode = newCh[--newEndIdx];
591
- }
592
- else if (isSameVnode(oldStartVnode, newStartVnode)) {
593
- // if the start nodes are the same then we should patch the new VNode
594
- // onto the old one, and increment our `newStartIdx` and `oldStartIdx`
595
- // indices to reflect that. We don't need to move any DOM Nodes around
596
- // since things are matched up in order.
597
- patch(oldStartVnode, newStartVnode);
598
- oldStartVnode = oldCh[++oldStartIdx];
599
- newStartVnode = newCh[++newStartIdx];
600
- }
601
- else if (isSameVnode(oldEndVnode, newEndVnode)) {
602
- // likewise, if the end nodes are the same we patch new onto old and
603
- // decrement our end indices, and also likewise in this case we don't
604
- // need to move any DOM Nodes.
605
- patch(oldEndVnode, newEndVnode);
606
- oldEndVnode = oldCh[--oldEndIdx];
607
- newEndVnode = newCh[--newEndIdx];
608
- }
609
- else if (isSameVnode(oldStartVnode, newEndVnode)) {
610
- patch(oldStartVnode, newEndVnode);
611
- // We need to move the element for `oldStartVnode` into a position which
612
- // will be appropriate for `newEndVnode`. For this we can use
613
- // `.insertBefore` and `oldEndVnode.$elm$.nextSibling`. If there is a
614
- // sibling for `oldEndVnode.$elm$` then we want to move the DOM node for
615
- // `oldStartVnode` between `oldEndVnode` and it's sibling, like so:
616
- //
617
- // <old-start-node />
618
- // <some-intervening-node />
619
- // <old-end-node />
620
- // <!-- -> <-- `oldStartVnode.$elm$` should be inserted here
621
- // <next-sibling />
622
- //
623
- // If instead `oldEndVnode.$elm$` has no sibling then we just want to put
624
- // the node for `oldStartVnode` at the end of the children of
625
- // `parentElm`. Luckily, `Node.nextSibling` will return `null` if there
626
- // aren't any siblings, and passing `null` to `Node.insertBefore` will
627
- // append it to the children of the parent element.
628
- parentElm.insertBefore(oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
629
- oldStartVnode = oldCh[++oldStartIdx];
630
- newEndVnode = newCh[--newEndIdx];
631
- }
632
- else if (isSameVnode(oldEndVnode, newStartVnode)) {
633
- patch(oldEndVnode, newStartVnode);
634
- // We've already checked above if `oldStartVnode` and `newStartVnode` are
635
- // the same node, so since we're here we know that they are not. Thus we
636
- // can move the element for `oldEndVnode` _before_ the element for
637
- // `oldStartVnode`, leaving `oldStartVnode` to be reconciled in the
638
- // future.
639
- parentElm.insertBefore(oldEndVnode.$elm$, oldStartVnode.$elm$);
640
- oldEndVnode = oldCh[--oldEndIdx];
641
- newStartVnode = newCh[++newStartIdx];
642
- }
643
- else {
644
- {
645
- // We either didn't find an element in the old children that matches
646
- // the key of the first new child OR the build is not using `key`
647
- // attributes at all. In either case we need to create a new element
648
- // for the new node.
649
- node = createElm(oldCh && oldCh[newStartIdx], newVNode, newStartIdx);
650
- newStartVnode = newCh[++newStartIdx];
651
- }
652
- if (node) {
653
- // if we created a new node then handle inserting it to the DOM
654
- {
655
- oldStartVnode.$elm$.parentNode.insertBefore(node, oldStartVnode.$elm$);
656
- }
657
- }
658
- }
659
- }
660
- if (oldStartIdx > oldEndIdx) {
661
- // we have some more new nodes to add which don't match up with old nodes
662
- addVnodes(parentElm, newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$, newVNode, newCh, newStartIdx, newEndIdx);
663
- }
664
- else if (newStartIdx > newEndIdx) {
665
- // there are nodes in the `oldCh` array which no longer correspond to nodes
666
- // in the new array, so lets remove them (which entails cleaning up the
667
- // relevant DOM nodes)
668
- removeVnodes(oldCh, oldStartIdx, oldEndIdx);
669
- }
670
- };
671
- /**
672
- * Compare two VNodes to determine if they are the same
673
- *
674
- * **NB**: This function is an equality _heuristic_ based on the available
675
- * information set on the two VNodes and can be misleading under certain
676
- * circumstances. In particular, if the two nodes do not have `key` attrs
677
- * (available under `$key$` on VNodes) then the function falls back on merely
678
- * checking that they have the same tag.
679
- *
680
- * So, in other words, if `key` attrs are not set on VNodes which may be
681
- * changing order within a `children` array or something along those lines then
682
- * we could obtain a false negative and then have to do needless re-rendering
683
- * (i.e. we'd say two VNodes aren't equal when in fact they should be).
684
- *
685
- * @param leftVNode the first VNode to check
686
- * @param rightVNode the second VNode to check
687
- * @returns whether they're equal or not
688
- */
689
- const isSameVnode = (leftVNode, rightVNode) => {
690
- // compare if two vnode to see if they're "technically" the same
691
- // need to have the same element tag, and same key to be the same
692
- if (leftVNode.$tag$ === rightVNode.$tag$) {
693
- return true;
694
- }
695
- return false;
696
- };
697
- /**
698
- * Handle reconciling an outdated VNode with a new one which corresponds to
699
- * it. This function handles flushing updates to the DOM and reconciling the
700
- * children of the two nodes (if any).
701
- *
702
- * @param oldVNode an old VNode whose DOM element and children we want to update
703
- * @param newVNode a new VNode representing an updated version of the old one
704
- */
705
- const patch = (oldVNode, newVNode) => {
706
- const elm = (newVNode.$elm$ = oldVNode.$elm$);
707
- const oldChildren = oldVNode.$children$;
708
- const newChildren = newVNode.$children$;
709
- const tag = newVNode.$tag$;
710
- {
711
- {
712
- // test if we're rendering an svg element, or still rendering nodes inside of one
713
- // only add this to the when the compiler sees we're using an svg somewhere
714
- isSvgMode = tag === 'svg' ? true : tag === 'foreignObject' ? false : isSvgMode;
715
- }
716
- {
717
- {
718
- // either this is the first render of an element OR it's an update
719
- // AND we already know it's possible it could have changed
720
- // this updates the element's css classes, attrs, props, listeners, etc.
721
- updateElement(oldVNode, newVNode, isSvgMode);
722
- }
723
- }
724
- if (oldChildren !== null && newChildren !== null) {
725
- // looks like there's child vnodes for both the old and new vnodes
726
- // so we need to call `updateChildren` to reconcile them
727
- updateChildren(elm, oldChildren, newVNode, newChildren);
728
- }
729
- else if (newChildren !== null) {
730
- // add the new vnode children
731
- addVnodes(elm, null, newVNode, newChildren, 0, newChildren.length - 1);
732
- }
733
- else if (oldChildren !== null) {
734
- // no new child vnodes, but there are old child vnodes to remove
735
- removeVnodes(oldChildren, 0, oldChildren.length - 1);
736
- }
737
- if (isSvgMode && tag === 'svg') {
738
- isSvgMode = false;
739
- }
740
- }
741
- };
742
- /**
743
- * The main entry point for Stencil's virtual DOM-based rendering engine
744
- *
745
- * Given a {@link d.HostRef} container and some virtual DOM nodes, this
746
- * function will handle creating a virtual DOM tree with a single root, patching
747
- * the current virtual DOM tree onto an old one (if any), dealing with slot
748
- * relocation, and reflecting attributes.
749
- *
750
- * @param hostRef data needed to root and render the virtual DOM tree, such as
751
- * the DOM node into which it should be rendered.
752
- * @param renderFnResults the virtual DOM nodes to be rendered
753
- */
754
- const renderVdom = (hostRef, renderFnResults) => {
755
- const hostElm = hostRef.$hostElement$;
756
- const oldVNode = hostRef.$vnode$ || newVNode(null, null);
757
- const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
758
- hostTagName = hostElm.tagName;
759
- rootVnode.$tag$ = null;
760
- rootVnode.$flags$ |= 4 /* VNODE_FLAGS.isHost */;
761
- hostRef.$vnode$ = rootVnode;
762
- rootVnode.$elm$ = oldVNode.$elm$ = (hostElm.shadowRoot || hostElm );
763
- {
764
- scopeId = hostElm['s-sc'];
765
- }
766
- // synchronous patch
767
- patch(oldVNode, rootVnode);
768
- };
769
- const attachToAncestor = (hostRef, ancestorComponent) => {
770
- if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent['s-p']) {
771
- ancestorComponent['s-p'].push(new Promise((r) => (hostRef.$onRenderResolve$ = r)));
772
- }
773
- };
774
- const scheduleUpdate = (hostRef, isInitialLoad) => {
775
- {
776
- hostRef.$flags$ |= 16 /* HOST_FLAGS.isQueuedForUpdate */;
777
- }
778
- if (hostRef.$flags$ & 4 /* HOST_FLAGS.isWaitingForChildren */) {
779
- hostRef.$flags$ |= 512 /* HOST_FLAGS.needsRerender */;
780
- return;
781
- }
782
- attachToAncestor(hostRef, hostRef.$ancestorComponent$);
783
- // there is no ancestor component or the ancestor component
784
- // has already fired off its lifecycle update then
785
- // fire off the initial update
786
- const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
787
- return writeTask(dispatch) ;
788
- };
789
- const dispatchHooks = (hostRef, isInitialLoad) => {
790
- const endSchedule = createTime('scheduleUpdate', hostRef.$cmpMeta$.$tagName$);
791
- const instance = hostRef.$lazyInstance$ ;
792
- let promise;
793
- endSchedule();
794
- return then(promise, () => updateComponent(hostRef, instance, isInitialLoad));
795
- };
796
- const updateComponent = async (hostRef, instance, isInitialLoad) => {
797
- // updateComponent
798
- const elm = hostRef.$hostElement$;
799
- const endUpdate = createTime('update', hostRef.$cmpMeta$.$tagName$);
800
- const rc = elm['s-rc'];
801
- if (isInitialLoad) {
802
- // DOM WRITE!
803
- attachStyles(hostRef);
804
- }
805
- const endRender = createTime('render', hostRef.$cmpMeta$.$tagName$);
806
- {
807
- callRender(hostRef, instance);
808
- }
809
- if (rc) {
810
- // ok, so turns out there are some child host elements
811
- // waiting on this parent element to load
812
- // let's fire off all update callbacks waiting
813
- rc.map((cb) => cb());
814
- elm['s-rc'] = undefined;
815
- }
816
- endRender();
817
- endUpdate();
818
- {
819
- const childrenPromises = elm['s-p'];
820
- const postUpdate = () => postUpdateComponent(hostRef);
821
- if (childrenPromises.length === 0) {
822
- postUpdate();
823
- }
824
- else {
825
- Promise.all(childrenPromises).then(postUpdate);
826
- hostRef.$flags$ |= 4 /* HOST_FLAGS.isWaitingForChildren */;
827
- childrenPromises.length = 0;
828
- }
829
- }
830
- };
831
- const callRender = (hostRef, instance, elm) => {
832
- try {
833
- instance = instance.render() ;
834
- {
835
- hostRef.$flags$ &= ~16 /* HOST_FLAGS.isQueuedForUpdate */;
836
- }
837
- {
838
- hostRef.$flags$ |= 2 /* HOST_FLAGS.hasRendered */;
839
- }
840
- {
841
- {
842
- // looks like we've got child nodes to render into this host element
843
- // or we need to update the css class/attrs on the host element
844
- // DOM WRITE!
845
- {
846
- renderVdom(hostRef, instance);
847
- }
848
- }
849
- }
850
- }
851
- catch (e) {
852
- consoleError(e, hostRef.$hostElement$);
853
- }
854
- return null;
855
- };
856
- const postUpdateComponent = (hostRef) => {
857
- const tagName = hostRef.$cmpMeta$.$tagName$;
858
- const elm = hostRef.$hostElement$;
859
- const endPostUpdate = createTime('postUpdate', tagName);
860
- const ancestorComponent = hostRef.$ancestorComponent$;
861
- if (!(hostRef.$flags$ & 64 /* HOST_FLAGS.hasLoadedComponent */)) {
862
- hostRef.$flags$ |= 64 /* HOST_FLAGS.hasLoadedComponent */;
863
- {
864
- // DOM WRITE!
865
- addHydratedFlag(elm);
866
- }
867
- endPostUpdate();
868
- {
869
- hostRef.$onReadyResolve$(elm);
870
- if (!ancestorComponent) {
871
- appDidLoad();
872
- }
873
- }
874
- }
875
- else {
876
- endPostUpdate();
877
- }
878
- // load events fire from bottom to top
879
- // the deepest elements load first then bubbles up
880
- {
881
- if (hostRef.$onRenderResolve$) {
882
- hostRef.$onRenderResolve$();
883
- hostRef.$onRenderResolve$ = undefined;
884
- }
885
- if (hostRef.$flags$ & 512 /* HOST_FLAGS.needsRerender */) {
886
- nextTick(() => scheduleUpdate(hostRef, false));
887
- }
888
- hostRef.$flags$ &= ~(4 /* HOST_FLAGS.isWaitingForChildren */ | 512 /* HOST_FLAGS.needsRerender */);
889
- }
890
- // ( •_•)
891
- // ( •_•)>⌐■-■
892
- // (⌐■_■)
893
- };
894
- const appDidLoad = (who) => {
895
- // on appload
896
- // we have finish the first big initial render
897
- {
898
- addHydratedFlag(doc.documentElement);
899
- }
900
- nextTick(() => emitEvent(win, 'appload', { detail: { namespace: NAMESPACE } }));
901
- };
902
- const safeCall = (instance, method, arg) => {
903
- if (instance && instance[method]) {
904
- try {
905
- return instance[method](arg);
906
- }
907
- catch (e) {
908
- consoleError(e);
909
- }
910
- }
911
- return undefined;
912
- };
913
- const then = (promise, thenFn) => {
914
- return promise && promise.then ? promise.then(thenFn) : thenFn();
915
- };
916
- const addHydratedFlag = (elm) => elm.classList.add('hydrated')
917
- ;
918
- const getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
919
- const setValue = (ref, propName, newVal, cmpMeta) => {
920
- // check our new property value against our internal value
921
- const hostRef = getHostRef(ref);
922
- const elm = hostRef.$hostElement$ ;
923
- const oldVal = hostRef.$instanceValues$.get(propName);
924
- const flags = hostRef.$flags$;
925
- const instance = hostRef.$lazyInstance$ ;
926
- newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
927
- // explicitly check for NaN on both sides, as `NaN === NaN` is always false
928
- const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
929
- const didValueChange = newVal !== oldVal && !areBothNaN;
930
- if ((!(flags & 8 /* HOST_FLAGS.isConstructingInstance */) || oldVal === undefined) && didValueChange) {
931
- // gadzooks! the property's value has changed!!
932
- // set our new value!
933
- hostRef.$instanceValues$.set(propName, newVal);
934
- if (instance) {
935
- // get an array of method names of watch functions to call
936
- if (cmpMeta.$watchers$ && flags & 128 /* HOST_FLAGS.isWatchReady */) {
937
- const watchMethods = cmpMeta.$watchers$[propName];
938
- if (watchMethods) {
939
- // this instance is watching for when this property changed
940
- watchMethods.map((watchMethodName) => {
941
- try {
942
- // fire off each of the watch methods that are watching this property
943
- instance[watchMethodName](newVal, oldVal, propName);
944
- }
945
- catch (e) {
946
- consoleError(e, elm);
947
- }
948
- });
949
- }
950
- }
951
- if ((flags & (2 /* HOST_FLAGS.hasRendered */ | 16 /* HOST_FLAGS.isQueuedForUpdate */)) === 2 /* HOST_FLAGS.hasRendered */) {
952
- // looks like this value actually changed, so we've got work to do!
953
- // but only if we've already rendered, otherwise just chill out
954
- // queue that we need to do an update, but don't worry about queuing
955
- // up millions cuz this function ensures it only runs once
956
- scheduleUpdate(hostRef, false);
957
- }
958
- }
959
- }
960
- };
961
- /**
962
- * Attach a series of runtime constructs to a compiled Stencil component
963
- * constructor, including getters and setters for the `@Prop` and `@State`
964
- * decorators, callbacks for when attributes change, and so on.
965
- *
966
- * @param Cstr the constructor for a component that we need to process
967
- * @param cmpMeta metadata collected previously about the component
968
- * @param flags a number used to store a series of bit flags
969
- * @returns a reference to the same constructor passed in (but now mutated)
970
- */
971
- const proxyComponent = (Cstr, cmpMeta, flags) => {
972
- if (cmpMeta.$members$) {
973
- if (Cstr.watchers) {
974
- cmpMeta.$watchers$ = Cstr.watchers;
975
- }
976
- // It's better to have a const than two Object.entries()
977
- const members = Object.entries(cmpMeta.$members$);
978
- const prototype = Cstr.prototype;
979
- members.map(([memberName, [memberFlags]]) => {
980
- if ((memberFlags & 31 /* MEMBER_FLAGS.Prop */ ||
981
- ((flags & 2 /* PROXY_FLAGS.proxyState */) && memberFlags & 32 /* MEMBER_FLAGS.State */))) {
982
- // proxyComponent - prop
983
- Object.defineProperty(prototype, memberName, {
984
- get() {
985
- // proxyComponent, get value
986
- return getValue(this, memberName);
987
- },
988
- set(newValue) {
989
- // proxyComponent, set value
990
- setValue(this, memberName, newValue, cmpMeta);
991
- },
992
- configurable: true,
993
- enumerable: true,
994
- });
995
- }
996
- });
997
- if ((flags & 1 /* PROXY_FLAGS.isElementConstructor */)) {
998
- const attrNameToPropName = new Map();
999
- prototype.attributeChangedCallback = function (attrName, _oldValue, newValue) {
1000
- plt.jmp(() => {
1001
- const propName = attrNameToPropName.get(attrName);
1002
- // In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
1003
- // in the case where an attribute was set inline.
1004
- // ```html
1005
- // <my-component some-attribute="some-value"></my-component>
1006
- // ```
1007
- //
1008
- // There is an edge case where a developer sets the attribute inline on a custom element and then
1009
- // programmatically changes it before it has been upgraded as shown below:
1010
- //
1011
- // ```html
1012
- // <!-- this component has _not_ been upgraded yet -->
1013
- // <my-component id="test" some-attribute="some-value"></my-component>
1014
- // <script>
1015
- // // grab non-upgraded component
1016
- // el = document.querySelector("#test");
1017
- // el.someAttribute = "another-value";
1018
- // // upgrade component
1019
- // customElements.define('my-component', MyComponent);
1020
- // </script>
1021
- // ```
1022
- // In this case if we do not unshadow here and use the value of the shadowing property, attributeChangedCallback
1023
- // will be called with `newValue = "some-value"` and will set the shadowed property (this.someAttribute = "another-value")
1024
- // to the value that was set inline i.e. "some-value" from above example. When
1025
- // the connectedCallback attempts to unshadow it will use "some-value" as the initial value rather than "another-value"
1026
- //
1027
- // The case where the attribute was NOT set inline but was not set programmatically shall be handled/unshadowed
1028
- // by connectedCallback as this attributeChangedCallback will not fire.
1029
- //
1030
- // https://developers.google.com/web/fundamentals/web-components/best-practices#lazy-properties
1031
- //
1032
- // TODO(STENCIL-16) we should think about whether or not we actually want to be reflecting the attributes to
1033
- // properties here given that this goes against best practices outlined here
1034
- // https://developers.google.com/web/fundamentals/web-components/best-practices#avoid-reentrancy
1035
- if (this.hasOwnProperty(propName)) {
1036
- newValue = this[propName];
1037
- delete this[propName];
1038
- }
1039
- else if (prototype.hasOwnProperty(propName) &&
1040
- typeof this[propName] === 'number' &&
1041
- this[propName] == newValue) {
1042
- // if the propName exists on the prototype of `Cstr`, this update may be a result of Stencil using native
1043
- // APIs to reflect props as attributes. Calls to `setAttribute(someElement, propName)` will result in
1044
- // `propName` to be converted to a `DOMString`, which may not be what we want for other primitive props.
1045
- return;
1046
- }
1047
- this[propName] = newValue === null && typeof this[propName] === 'boolean' ? false : newValue;
1048
- });
1049
- };
1050
- // create an array of attributes to observe
1051
- // and also create a map of html attribute name to js property name
1052
- Cstr.observedAttributes = members
1053
- .filter(([_, m]) => m[0] & 15 /* MEMBER_FLAGS.HasAttribute */) // filter to only keep props that should match attributes
1054
- .map(([propName, m]) => {
1055
- const attrName = m[1] || propName;
1056
- attrNameToPropName.set(attrName, propName);
1057
- return attrName;
1058
- });
1059
- }
1060
- }
1061
- return Cstr;
1062
- };
1063
- const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) => {
1064
- // initializeComponent
1065
- if ((hostRef.$flags$ & 32 /* HOST_FLAGS.hasInitializedComponent */) === 0) {
1066
- {
1067
- // we haven't initialized this element yet
1068
- hostRef.$flags$ |= 32 /* HOST_FLAGS.hasInitializedComponent */;
1069
- // lazy loaded components
1070
- // request the component's implementation to be
1071
- // wired up with the host element
1072
- Cstr = loadModule(cmpMeta);
1073
- if (Cstr.then) {
1074
- // Await creates a micro-task avoid if possible
1075
- const endLoad = uniqueTime();
1076
- Cstr = await Cstr;
1077
- endLoad();
1078
- }
1079
- if (!Cstr.isProxied) {
1080
- // we've never proxied this Constructor before
1081
- // let's add the getters/setters to its prototype before
1082
- // the first time we create an instance of the implementation
1083
- {
1084
- cmpMeta.$watchers$ = Cstr.watchers;
1085
- }
1086
- proxyComponent(Cstr, cmpMeta, 2 /* PROXY_FLAGS.proxyState */);
1087
- Cstr.isProxied = true;
1088
- }
1089
- const endNewInstance = createTime('createInstance', cmpMeta.$tagName$);
1090
- // ok, time to construct the instance
1091
- // but let's keep track of when we start and stop
1092
- // so that the getters/setters don't incorrectly step on data
1093
- {
1094
- hostRef.$flags$ |= 8 /* HOST_FLAGS.isConstructingInstance */;
1095
- }
1096
- // construct the lazy-loaded component implementation
1097
- // passing the hostRef is very important during
1098
- // construction in order to directly wire together the
1099
- // host element and the lazy-loaded instance
1100
- try {
1101
- new Cstr(hostRef);
1102
- }
1103
- catch (e) {
1104
- consoleError(e);
1105
- }
1106
- {
1107
- hostRef.$flags$ &= ~8 /* HOST_FLAGS.isConstructingInstance */;
1108
- }
1109
- {
1110
- hostRef.$flags$ |= 128 /* HOST_FLAGS.isWatchReady */;
1111
- }
1112
- endNewInstance();
1113
- fireConnectedCallback(hostRef.$lazyInstance$);
1114
- }
1115
- if (Cstr.style) {
1116
- // this component has styles but we haven't registered them yet
1117
- let style = Cstr.style;
1118
- const scopeId = getScopeId(cmpMeta);
1119
- if (!styles.has(scopeId)) {
1120
- const endRegisterStyles = createTime('registerStyles', cmpMeta.$tagName$);
1121
- registerStyle(scopeId, style, !!(cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */));
1122
- endRegisterStyles();
1123
- }
1124
- }
1125
- }
1126
- // we've successfully created a lazy instance
1127
- const ancestorComponent = hostRef.$ancestorComponent$;
1128
- const schedule = () => scheduleUpdate(hostRef, true);
1129
- if (ancestorComponent && ancestorComponent['s-rc']) {
1130
- // this is the initial load and this component it has an ancestor component
1131
- // but the ancestor component has NOT fired its will update lifecycle yet
1132
- // so let's just cool our jets and wait for the ancestor to continue first
1133
- // this will get fired off when the ancestor component
1134
- // finally gets around to rendering its lazy self
1135
- // fire off the initial update
1136
- ancestorComponent['s-rc'].push(schedule);
1137
- }
1138
- else {
1139
- schedule();
1140
- }
1141
- };
1142
- const fireConnectedCallback = (instance) => {
1143
- {
1144
- safeCall(instance, 'connectedCallback');
1145
- }
1146
- };
1147
- const connectedCallback = (elm) => {
1148
- if ((plt.$flags$ & 1 /* PLATFORM_FLAGS.isTmpDisconnected */) === 0) {
1149
- const hostRef = getHostRef(elm);
1150
- const cmpMeta = hostRef.$cmpMeta$;
1151
- const endConnected = createTime('connectedCallback', cmpMeta.$tagName$);
1152
- if (!(hostRef.$flags$ & 1 /* HOST_FLAGS.hasConnected */)) {
1153
- // first time this component has connected
1154
- hostRef.$flags$ |= 1 /* HOST_FLAGS.hasConnected */;
1155
- {
1156
- // find the first ancestor component (if there is one) and register
1157
- // this component as one of the actively loading child components for its ancestor
1158
- let ancestorComponent = elm;
1159
- while ((ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host)) {
1160
- // climb up the ancestors looking for the first
1161
- // component that hasn't finished its lifecycle update yet
1162
- if (ancestorComponent['s-p']) {
1163
- // we found this components first ancestor component
1164
- // keep a reference to this component's ancestor component
1165
- attachToAncestor(hostRef, (hostRef.$ancestorComponent$ = ancestorComponent));
1166
- break;
1167
- }
1168
- }
1169
- }
1170
- // Lazy properties
1171
- // https://developers.google.com/web/fundamentals/web-components/best-practices#lazy-properties
1172
- if (cmpMeta.$members$) {
1173
- Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
1174
- if (memberFlags & 31 /* MEMBER_FLAGS.Prop */ && elm.hasOwnProperty(memberName)) {
1175
- const value = elm[memberName];
1176
- delete elm[memberName];
1177
- elm[memberName] = value;
1178
- }
1179
- });
1180
- }
1181
- {
1182
- initializeComponent(elm, hostRef, cmpMeta);
1183
- }
1184
- }
1185
- else {
1186
- // fire off connectedCallback() on component instance
1187
- fireConnectedCallback(hostRef.$lazyInstance$);
1188
- }
1189
- endConnected();
1190
- }
1191
- };
1192
- const disconnectedCallback = (elm) => {
1193
- if ((plt.$flags$ & 1 /* PLATFORM_FLAGS.isTmpDisconnected */) === 0) {
1194
- getHostRef(elm);
1195
- }
1196
- };
1197
- const bootstrapLazy = (lazyBundles, options = {}) => {
1198
- var _a;
1199
- const endBootstrap = createTime();
1200
- const cmpTags = [];
1201
- const exclude = options.exclude || [];
1202
- const customElements = win.customElements;
1203
- const head = doc.head;
1204
- const metaCharset = /*@__PURE__*/ head.querySelector('meta[charset]');
1205
- const visibilityStyle = /*@__PURE__*/ doc.createElement('style');
1206
- const deferredConnectedCallbacks = [];
1207
- let appLoadFallback;
1208
- let isBootstrapping = true;
1209
- Object.assign(plt, options);
1210
- plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
1211
- lazyBundles.map((lazyBundle) => {
1212
- lazyBundle[1].map((compactMeta) => {
1213
- const cmpMeta = {
1214
- $flags$: compactMeta[0],
1215
- $tagName$: compactMeta[1],
1216
- $members$: compactMeta[2],
1217
- $listeners$: compactMeta[3],
1218
- };
1219
- {
1220
- cmpMeta.$members$ = compactMeta[2];
1221
- }
1222
- {
1223
- cmpMeta.$watchers$ = {};
1224
- }
1225
- const tagName = cmpMeta.$tagName$;
1226
- const HostElement = class extends HTMLElement {
1227
- // StencilLazyHost
1228
- constructor(self) {
1229
- // @ts-ignore
1230
- super(self);
1231
- self = this;
1232
- registerHost(self, cmpMeta);
1233
- if (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) {
1234
- // this component is using shadow dom
1235
- // and this browser supports shadow dom
1236
- // add the read-only property "shadowRoot" to the host element
1237
- // adding the shadow root build conditionals to minimize runtime
1238
- {
1239
- {
1240
- self.attachShadow({ mode: 'open' });
1241
- }
1242
- }
1243
- }
1244
- }
1245
- connectedCallback() {
1246
- if (appLoadFallback) {
1247
- clearTimeout(appLoadFallback);
1248
- appLoadFallback = null;
1249
- }
1250
- if (isBootstrapping) {
1251
- // connectedCallback will be processed once all components have been registered
1252
- deferredConnectedCallbacks.push(this);
1253
- }
1254
- else {
1255
- plt.jmp(() => connectedCallback(this));
1256
- }
1257
- }
1258
- disconnectedCallback() {
1259
- plt.jmp(() => disconnectedCallback(this));
1260
- }
1261
- componentOnReady() {
1262
- return getHostRef(this).$onReadyPromise$;
1263
- }
1264
- };
1265
- cmpMeta.$lazyBundleId$ = lazyBundle[0];
1266
- if (!exclude.includes(tagName) && !customElements.get(tagName)) {
1267
- cmpTags.push(tagName);
1268
- customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* PROXY_FLAGS.isElementConstructor */));
1269
- }
1270
- });
1271
- });
1272
- {
1273
- visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
1274
- visibilityStyle.setAttribute('data-styles', '');
1275
- // Apply CSP nonce to the style tag if it exists
1276
- const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
1277
- if (nonce != null) {
1278
- visibilityStyle.setAttribute('nonce', nonce);
1279
- }
1280
- head.insertBefore(visibilityStyle, metaCharset ? metaCharset.nextSibling : head.firstChild);
1281
- }
1282
- // Process deferred connectedCallbacks now all components have been registered
1283
- isBootstrapping = false;
1284
- if (deferredConnectedCallbacks.length) {
1285
- deferredConnectedCallbacks.map((host) => host.connectedCallback());
1286
- }
1287
- else {
1288
- {
1289
- plt.jmp(() => (appLoadFallback = setTimeout(appDidLoad, 30)));
1290
- }
1291
- }
1292
- // Fallback appLoad event
1293
- endBootstrap();
1294
- };
1295
- /**
1296
- * Assigns the given value to the nonce property on the runtime platform object.
1297
- * During runtime, this value is used to set the nonce attribute on all dynamically created script and style tags.
1298
- * @param nonce The value to be assigned to the platform nonce property.
1299
- * @returns void
1300
- */
1301
- const setNonce = (nonce) => (plt.$nonce$ = nonce);
1302
- const hostRefs = /*@__PURE__*/ new WeakMap();
1303
- const getHostRef = (ref) => hostRefs.get(ref);
1304
- const registerInstance = (lazyInstance, hostRef) => hostRefs.set((hostRef.$lazyInstance$ = lazyInstance), hostRef);
1305
- const registerHost = (elm, cmpMeta) => {
1306
- const hostRef = {
1307
- $flags$: 0,
1308
- $hostElement$: elm,
1309
- $cmpMeta$: cmpMeta,
1310
- $instanceValues$: new Map(),
1311
- };
1312
- {
1313
- hostRef.$onReadyPromise$ = new Promise((r) => (hostRef.$onReadyResolve$ = r));
1314
- elm['s-p'] = [];
1315
- elm['s-rc'] = [];
1316
- }
1317
- return hostRefs.set(elm, hostRef);
1318
- };
1319
- const isMemberInElement = (elm, memberName) => memberName in elm;
1320
- const consoleError = (e, el) => (0, console.error)(e, el);
1321
- const cmpModules = /*@__PURE__*/ new Map();
1322
- const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1323
- // loadModuleImport
1324
- const exportName = cmpMeta.$tagName$.replace(/-/g, '_');
1325
- const bundleId = cmpMeta.$lazyBundleId$;
1326
- const module = cmpModules.get(bundleId) ;
1327
- if (module) {
1328
- return module[exportName];
1329
- }
1330
-
1331
- if (!hmrVersionId || !BUILD.hotModuleReplacement) {
1332
- const processMod = importedModule => {
1333
- cmpModules.set(bundleId, importedModule);
1334
- return importedModule[exportName];
1335
- }
1336
- switch(bundleId) {
1337
-
1338
- case 'ix-icon':
1339
- return import(
1340
- /* webpackMode: "lazy" */
1341
- './ix-icon.entry.js').then(processMod, consoleError);
1342
- }
1343
- }
1344
- return import(
1345
- /* @vite-ignore */
1346
- /* webpackInclude: /\.entry\.js$/ */
1347
- /* webpackExclude: /\.system\.entry\.js$/ */
1348
- /* webpackMode: "lazy" */
1349
- `./${bundleId}.entry.js${''}`).then((importedModule) => {
1350
- {
1351
- cmpModules.set(bundleId, importedModule);
1352
- }
1353
- return importedModule[exportName];
1354
- }, consoleError);
1355
- };
1356
- const styles = /*@__PURE__*/ new Map();
1357
- const win = typeof window !== 'undefined' ? window : {};
1358
- const doc = win.document || { head: {} };
1359
- const plt = {
1360
- $flags$: 0,
1361
- $resourcesUrl$: '',
1362
- jmp: (h) => h(),
1363
- raf: (h) => requestAnimationFrame(h),
1364
- ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
1365
- rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
1366
- ce: (eventName, opts) => new CustomEvent(eventName, opts),
1367
- };
1368
- const promiseResolve = (v) => Promise.resolve(v);
1369
- const supportsConstructableStylesheets = /*@__PURE__*/ (() => {
1370
- try {
1371
- new CSSStyleSheet();
1372
- return typeof new CSSStyleSheet().replaceSync === 'function';
1373
- }
1374
- catch (e) { }
1375
- return false;
1376
- })()
1377
- ;
1378
- const queueDomReads = [];
1379
- const queueDomWrites = [];
1380
- const queueTask = (queue, write) => (cb) => {
1381
- queue.push(cb);
1382
- if (!queuePending) {
1383
- queuePending = true;
1384
- if (write && plt.$flags$ & 4 /* PLATFORM_FLAGS.queueSync */) {
1385
- nextTick(flush);
1386
- }
1387
- else {
1388
- plt.raf(flush);
1389
- }
1390
- }
1391
- };
1392
- const consume = (queue) => {
1393
- for (let i = 0; i < queue.length; i++) {
1394
- try {
1395
- queue[i](performance.now());
1396
- }
1397
- catch (e) {
1398
- consoleError(e);
1399
- }
1400
- }
1401
- queue.length = 0;
1402
- };
1403
- const flush = () => {
1404
- // always force a bunch of medium callbacks to run, but still have
1405
- // a throttle on how many can run in a certain time
1406
- // DOM READS!!!
1407
- consume(queueDomReads);
1408
- // DOM WRITES!!!
1409
- {
1410
- consume(queueDomWrites);
1411
- if ((queuePending = queueDomReads.length > 0)) {
1412
- // still more to do yet, but we've run out of time
1413
- // let's let this thing cool off and try again in the next tick
1414
- plt.raf(flush);
1415
- }
1416
- }
1417
- };
1418
- const nextTick = /*@__PURE__*/ (cb) => promiseResolve().then(cb);
1419
- const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
1420
-
1421
- export { Host as H, bootstrapLazy as b, h, promiseResolve as p, registerInstance as r, setNonce as s };
1422
-
1423
- //# sourceMappingURL=index-68769e11.js.map