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

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