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