@siemens/ix 3.0.0-alpha.0 → 3.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2336) hide show
  1. package/components/custom-elements.d.ts +10 -0
  2. package/components/index.d.ts +33 -0
  3. package/components/index.js +137 -0
  4. package/components/index.js.map +1 -0
  5. package/components/ix-action-card.d.ts +11 -0
  6. package/components/ix-action-card.js +72 -0
  7. package/components/ix-action-card.js.map +1 -0
  8. package/components/ix-application-header.d.ts +11 -0
  9. package/components/ix-application-header.js +9 -0
  10. package/components/ix-application-header.js.map +1 -0
  11. package/components/ix-application-sidebar.d.ts +11 -0
  12. package/components/ix-application-sidebar.js +64 -0
  13. package/components/ix-application-sidebar.js.map +1 -0
  14. package/components/ix-application-switch-modal.d.ts +11 -0
  15. package/components/ix-application-switch-modal.js +106 -0
  16. package/components/ix-application-switch-modal.js.map +1 -0
  17. package/components/ix-application.d.ts +11 -0
  18. package/components/ix-application.js +148 -0
  19. package/components/ix-application.js.map +1 -0
  20. package/components/ix-avatar.d.ts +11 -0
  21. package/components/ix-avatar.js +9 -0
  22. package/components/ix-avatar.js.map +1 -0
  23. package/components/ix-basic-navigation.d.ts +11 -0
  24. package/components/ix-basic-navigation.js +154 -0
  25. package/components/ix-basic-navigation.js.map +1 -0
  26. package/components/ix-blind.d.ts +11 -0
  27. package/components/ix-blind.js +131 -0
  28. package/components/ix-blind.js.map +1 -0
  29. package/components/ix-breadcrumb-item.d.ts +11 -0
  30. package/components/ix-breadcrumb-item.js +9 -0
  31. package/components/ix-breadcrumb-item.js.map +1 -0
  32. package/components/ix-breadcrumb.d.ts +11 -0
  33. package/components/ix-breadcrumb.js +171 -0
  34. package/components/ix-breadcrumb.js.map +1 -0
  35. package/components/ix-button.d.ts +11 -0
  36. package/components/ix-button.js +9 -0
  37. package/components/ix-button.js.map +1 -0
  38. package/components/ix-card-accordion.d.ts +11 -0
  39. package/components/ix-card-accordion.js +9 -0
  40. package/components/ix-card-accordion.js.map +1 -0
  41. package/components/ix-card-content.d.ts +11 -0
  42. package/components/ix-card-content.js +9 -0
  43. package/components/ix-card-content.js.map +1 -0
  44. package/components/ix-card-list.d.ts +11 -0
  45. package/components/ix-card-list.js +258 -0
  46. package/components/ix-card-list.js.map +1 -0
  47. package/components/ix-card-title.d.ts +11 -0
  48. package/components/ix-card-title.js +9 -0
  49. package/components/ix-card-title.js.map +1 -0
  50. package/components/ix-card.d.ts +11 -0
  51. package/components/ix-card.js +9 -0
  52. package/components/ix-card.js.map +1 -0
  53. package/components/ix-category-filter.d.ts +11 -0
  54. package/components/ix-category-filter.js +600 -0
  55. package/components/ix-category-filter.js.map +1 -0
  56. package/components/ix-checkbox-group.d.ts +11 -0
  57. package/components/ix-checkbox-group.js +111 -0
  58. package/components/ix-checkbox-group.js.map +1 -0
  59. package/components/ix-checkbox.d.ts +11 -0
  60. package/components/ix-checkbox.js +155 -0
  61. package/components/ix-checkbox.js.map +1 -0
  62. package/components/ix-chip.d.ts +11 -0
  63. package/components/ix-chip.js +144 -0
  64. package/components/ix-chip.js.map +1 -0
  65. package/components/ix-col.d.ts +11 -0
  66. package/components/ix-col.js +9 -0
  67. package/components/ix-col.js.map +1 -0
  68. package/components/ix-content-header.d.ts +11 -0
  69. package/components/ix-content-header.js +73 -0
  70. package/components/ix-content-header.js.map +1 -0
  71. package/components/ix-content.d.ts +11 -0
  72. package/components/ix-content.js +49 -0
  73. package/components/ix-content.js.map +1 -0
  74. package/components/ix-css-grid-item.d.ts +11 -0
  75. package/components/ix-css-grid-item.js +40 -0
  76. package/components/ix-css-grid-item.js.map +1 -0
  77. package/components/ix-css-grid.d.ts +11 -0
  78. package/components/ix-css-grid.js +117 -0
  79. package/components/ix-css-grid.js.map +1 -0
  80. package/components/ix-custom-field.d.ts +11 -0
  81. package/components/ix-custom-field.js +112 -0
  82. package/components/ix-custom-field.js.map +1 -0
  83. package/components/ix-date-dropdown.d.ts +11 -0
  84. package/components/ix-date-dropdown.js +372 -0
  85. package/components/ix-date-dropdown.js.map +1 -0
  86. package/components/ix-date-input.d.ts +11 -0
  87. package/components/ix-date-input.js +388 -0
  88. package/components/ix-date-input.js.map +1 -0
  89. package/components/ix-date-picker.d.ts +11 -0
  90. package/components/ix-date-picker.js +9 -0
  91. package/components/ix-date-picker.js.map +1 -0
  92. package/components/ix-date-time-card.d.ts +11 -0
  93. package/components/ix-date-time-card.js +9 -0
  94. package/components/ix-date-time-card.js.map +1 -0
  95. package/components/ix-datetime-picker.d.ts +11 -0
  96. package/components/ix-datetime-picker.js +208 -0
  97. package/components/ix-datetime-picker.js.map +1 -0
  98. package/components/ix-divider.d.ts +11 -0
  99. package/components/ix-divider.js +9 -0
  100. package/components/ix-divider.js.map +1 -0
  101. package/components/ix-drawer.d.ts +11 -0
  102. package/components/ix-drawer.js +200 -0
  103. package/components/ix-drawer.js.map +1 -0
  104. package/components/ix-dropdown-button.d.ts +11 -0
  105. package/components/ix-dropdown-button.js +107 -0
  106. package/components/ix-dropdown-button.js.map +1 -0
  107. package/components/ix-dropdown-header.d.ts +11 -0
  108. package/components/ix-dropdown-header.js +44 -0
  109. package/components/ix-dropdown-header.js.map +1 -0
  110. package/components/ix-dropdown-item.d.ts +11 -0
  111. package/components/ix-dropdown-item.js +9 -0
  112. package/components/ix-dropdown-item.js.map +1 -0
  113. package/components/ix-dropdown-quick-actions.d.ts +11 -0
  114. package/components/ix-dropdown-quick-actions.js +36 -0
  115. package/components/ix-dropdown-quick-actions.js.map +1 -0
  116. package/components/ix-dropdown.d.ts +11 -0
  117. package/components/ix-dropdown.js +9 -0
  118. package/components/ix-dropdown.js.map +1 -0
  119. package/components/ix-empty-state.d.ts +11 -0
  120. package/components/ix-empty-state.js +65 -0
  121. package/components/ix-empty-state.js.map +1 -0
  122. package/components/ix-event-list-item.d.ts +11 -0
  123. package/components/ix-event-list-item.js +72 -0
  124. package/components/ix-event-list-item.js.map +1 -0
  125. package/components/ix-event-list.d.ts +11 -0
  126. package/components/ix-event-list.js +162 -0
  127. package/components/ix-event-list.js.map +1 -0
  128. package/components/ix-expanding-search.d.ts +11 -0
  129. package/components/ix-expanding-search.js +146 -0
  130. package/components/ix-expanding-search.js.map +1 -0
  131. package/components/ix-field-label.d.ts +11 -0
  132. package/components/ix-field-label.js +9 -0
  133. package/components/ix-field-label.js.map +1 -0
  134. package/components/ix-field-wrapper.d.ts +11 -0
  135. package/components/ix-field-wrapper.js +9 -0
  136. package/components/ix-field-wrapper.js.map +1 -0
  137. package/components/ix-filter-chip.d.ts +11 -0
  138. package/components/ix-filter-chip.js +9 -0
  139. package/components/ix-filter-chip.js.map +1 -0
  140. package/components/ix-flip-tile-content.d.ts +11 -0
  141. package/components/ix-flip-tile-content.js +44 -0
  142. package/components/ix-flip-tile-content.js.map +1 -0
  143. package/components/ix-flip-tile.d.ts +11 -0
  144. package/components/ix-flip-tile.js +155 -0
  145. package/components/ix-flip-tile.js.map +1 -0
  146. package/components/ix-group-context-menu.d.ts +11 -0
  147. package/components/ix-group-context-menu.js +9 -0
  148. package/components/ix-group-context-menu.js.map +1 -0
  149. package/components/ix-group-item.d.ts +11 -0
  150. package/components/ix-group-item.js +9 -0
  151. package/components/ix-group-item.js.map +1 -0
  152. package/components/ix-group.d.ts +11 -0
  153. package/components/ix-group.js +221 -0
  154. package/components/ix-group.js.map +1 -0
  155. package/components/ix-helper-text.d.ts +11 -0
  156. package/components/ix-helper-text.js +91 -0
  157. package/components/ix-helper-text.js.map +1 -0
  158. package/components/ix-icon-button.d.ts +11 -0
  159. package/components/ix-icon-button.js +9 -0
  160. package/components/ix-icon-button.js.map +1 -0
  161. package/components/ix-icon-toggle-button.d.ts +11 -0
  162. package/components/ix-icon-toggle-button.js +141 -0
  163. package/components/ix-icon-toggle-button.js.map +1 -0
  164. package/components/ix-input-group.d.ts +11 -0
  165. package/components/ix-input-group.js +152 -0
  166. package/components/ix-input-group.js.map +1 -0
  167. package/components/ix-input.d.ts +11 -0
  168. package/components/ix-input.js +240 -0
  169. package/components/ix-input.js.map +1 -0
  170. package/components/ix-key-value-list.d.ts +11 -0
  171. package/components/ix-key-value-list.js +42 -0
  172. package/components/ix-key-value-list.js.map +1 -0
  173. package/components/ix-key-value.d.ts +11 -0
  174. package/components/ix-key-value.js +48 -0
  175. package/components/ix-key-value.js.map +1 -0
  176. package/components/ix-kpi.d.ts +11 -0
  177. package/components/ix-kpi.js +74 -0
  178. package/components/ix-kpi.js.map +1 -0
  179. package/components/ix-layout-auto.d.ts +11 -0
  180. package/components/ix-layout-auto.js +113 -0
  181. package/components/ix-layout-auto.js.map +1 -0
  182. package/components/ix-layout-grid.d.ts +11 -0
  183. package/components/ix-layout-grid.js +9 -0
  184. package/components/ix-layout-grid.js.map +1 -0
  185. package/components/ix-link-button.d.ts +11 -0
  186. package/components/ix-link-button.js +57 -0
  187. package/components/ix-link-button.js.map +1 -0
  188. package/components/ix-map-navigation-overlay.d.ts +11 -0
  189. package/components/ix-map-navigation-overlay.js +9 -0
  190. package/components/ix-map-navigation-overlay.js.map +1 -0
  191. package/components/ix-map-navigation.d.ts +11 -0
  192. package/components/ix-map-navigation.js +241 -0
  193. package/components/ix-map-navigation.js.map +1 -0
  194. package/components/ix-menu-about-item.d.ts +11 -0
  195. package/components/ix-menu-about-item.js +51 -0
  196. package/components/ix-menu-about-item.js.map +1 -0
  197. package/components/ix-menu-about-news.d.ts +11 -0
  198. package/components/ix-menu-about-news.js +93 -0
  199. package/components/ix-menu-about-news.js.map +1 -0
  200. package/components/ix-menu-about.d.ts +11 -0
  201. package/components/ix-menu-about.js +89 -0
  202. package/components/ix-menu-about.js.map +1 -0
  203. package/components/ix-menu-avatar-item.d.ts +11 -0
  204. package/components/ix-menu-avatar-item.js +9 -0
  205. package/components/ix-menu-avatar-item.js.map +1 -0
  206. package/components/ix-menu-avatar.d.ts +11 -0
  207. package/components/ix-menu-avatar.js +117 -0
  208. package/components/ix-menu-avatar.js.map +1 -0
  209. package/components/ix-menu-category.d.ts +11 -0
  210. package/components/ix-menu-category.js +284 -0
  211. package/components/ix-menu-category.js.map +1 -0
  212. package/components/ix-menu-expand-icon.d.ts +11 -0
  213. package/components/ix-menu-expand-icon.js +9 -0
  214. package/components/ix-menu-expand-icon.js.map +1 -0
  215. package/components/ix-menu-item.d.ts +11 -0
  216. package/components/ix-menu-item.js +9 -0
  217. package/components/ix-menu-item.js.map +1 -0
  218. package/components/ix-menu-settings-item.d.ts +11 -0
  219. package/components/ix-menu-settings-item.js +51 -0
  220. package/components/ix-menu-settings-item.js.map +1 -0
  221. package/components/ix-menu-settings.d.ts +11 -0
  222. package/components/ix-menu-settings.js +9 -0
  223. package/components/ix-menu-settings.js.map +1 -0
  224. package/components/ix-menu.d.ts +11 -0
  225. package/components/ix-menu.js +592 -0
  226. package/components/ix-menu.js.map +1 -0
  227. package/components/ix-message-bar.d.ts +11 -0
  228. package/components/ix-message-bar.js +103 -0
  229. package/components/ix-message-bar.js.map +1 -0
  230. package/components/ix-modal-content.d.ts +11 -0
  231. package/components/ix-modal-content.js +9 -0
  232. package/components/ix-modal-content.js.map +1 -0
  233. package/components/ix-modal-footer.d.ts +11 -0
  234. package/components/ix-modal-footer.js +36 -0
  235. package/components/ix-modal-footer.js.map +1 -0
  236. package/components/ix-modal-header.d.ts +11 -0
  237. package/components/ix-modal-header.js +9 -0
  238. package/components/ix-modal-header.js.map +1 -0
  239. package/components/ix-modal-loading.d.ts +11 -0
  240. package/components/ix-modal-loading.js +42 -0
  241. package/components/ix-modal-loading.js.map +1 -0
  242. package/components/ix-modal.d.ts +11 -0
  243. package/components/ix-modal.js +245 -0
  244. package/components/ix-modal.js.map +1 -0
  245. package/components/ix-number-input.d.ts +11 -0
  246. package/components/ix-number-input.js +236 -0
  247. package/components/ix-number-input.js.map +1 -0
  248. package/components/ix-pagination.d.ts +11 -0
  249. package/components/ix-pagination.js +261 -0
  250. package/components/ix-pagination.js.map +1 -0
  251. package/components/ix-pane-layout.d.ts +11 -0
  252. package/components/ix-pane-layout.js +311 -0
  253. package/components/ix-pane-layout.js.map +1 -0
  254. package/components/ix-pane.d.ts +11 -0
  255. package/components/ix-pane.js +568 -0
  256. package/components/ix-pane.js.map +1 -0
  257. package/components/ix-pill.d.ts +11 -0
  258. package/components/ix-pill.js +128 -0
  259. package/components/ix-pill.js.map +1 -0
  260. package/components/ix-push-card.d.ts +11 -0
  261. package/components/ix-push-card.js +83 -0
  262. package/components/ix-push-card.js.map +1 -0
  263. package/components/ix-radio-group.d.ts +11 -0
  264. package/components/ix-radio-group.js +169 -0
  265. package/components/ix-radio-group.js.map +1 -0
  266. package/components/ix-radio.d.ts +11 -0
  267. package/components/ix-radio.js +127 -0
  268. package/components/ix-radio.js.map +1 -0
  269. package/components/ix-row.d.ts +11 -0
  270. package/components/ix-row.js +9 -0
  271. package/components/ix-row.js.map +1 -0
  272. package/components/ix-select-item.d.ts +11 -0
  273. package/components/ix-select-item.js +9 -0
  274. package/components/ix-select-item.js.map +1 -0
  275. package/components/ix-select.d.ts +11 -0
  276. package/components/ix-select.js +9 -0
  277. package/components/ix-select.js.map +1 -0
  278. package/components/ix-slider.d.ts +11 -0
  279. package/components/ix-slider.js +255 -0
  280. package/components/ix-slider.js.map +1 -0
  281. package/components/ix-spinner.d.ts +11 -0
  282. package/components/ix-spinner.js +9 -0
  283. package/components/ix-spinner.js.map +1 -0
  284. package/components/ix-split-button.d.ts +11 -0
  285. package/components/ix-split-button.js +118 -0
  286. package/components/ix-split-button.js.map +1 -0
  287. package/components/ix-tab-item.d.ts +11 -0
  288. package/components/ix-tab-item.js +9 -0
  289. package/components/ix-tab-item.js.map +1 -0
  290. package/components/ix-tabs.d.ts +11 -0
  291. package/components/ix-tabs.js +9 -0
  292. package/components/ix-tabs.js.map +1 -0
  293. package/components/ix-textarea.d.ts +11 -0
  294. package/components/ix-textarea.js +192 -0
  295. package/components/ix-textarea.js.map +1 -0
  296. package/components/ix-tile.d.ts +11 -0
  297. package/components/ix-tile.js +63 -0
  298. package/components/ix-tile.js.map +1 -0
  299. package/components/ix-time-picker.d.ts +11 -0
  300. package/components/ix-time-picker.js +9 -0
  301. package/components/ix-time-picker.js.map +1 -0
  302. package/components/ix-toast-container.d.ts +11 -0
  303. package/components/ix-toast-container.js +143 -0
  304. package/components/ix-toast-container.js.map +1 -0
  305. package/components/ix-toast.d.ts +11 -0
  306. package/components/ix-toast.js +9 -0
  307. package/components/ix-toast.js.map +1 -0
  308. package/components/ix-toggle-button.d.ts +11 -0
  309. package/components/ix-toggle-button.js +128 -0
  310. package/components/ix-toggle-button.js.map +1 -0
  311. package/components/ix-toggle.d.ts +11 -0
  312. package/components/ix-toggle.js +155 -0
  313. package/components/ix-toggle.js.map +1 -0
  314. package/components/ix-tooltip.d.ts +11 -0
  315. package/components/ix-tooltip.js +9 -0
  316. package/components/ix-tooltip.js.map +1 -0
  317. package/components/ix-tree-item.d.ts +11 -0
  318. package/components/ix-tree-item.js +9 -0
  319. package/components/ix-tree-item.js.map +1 -0
  320. package/components/ix-tree.d.ts +11 -0
  321. package/components/ix-tree.js +592 -0
  322. package/components/ix-tree.js.map +1 -0
  323. package/components/ix-typography.d.ts +11 -0
  324. package/components/ix-typography.js +9 -0
  325. package/components/ix-typography.js.map +1 -0
  326. package/components/ix-upload.d.ts +11 -0
  327. package/components/ix-upload.js +234 -0
  328. package/components/ix-upload.js.map +1 -0
  329. package/components/ix-validation-tooltip.d.ts +11 -0
  330. package/components/ix-validation-tooltip.js +184 -0
  331. package/components/ix-validation-tooltip.js.map +1 -0
  332. package/components/ix-workflow-step.d.ts +11 -0
  333. package/components/ix-workflow-step.js +147 -0
  334. package/components/ix-workflow-step.js.map +1 -0
  335. package/components/ix-workflow-steps.d.ts +11 -0
  336. package/components/ix-workflow-steps.js +112 -0
  337. package/components/ix-workflow-steps.js.map +1 -0
  338. package/components/p--2LOMK-5.js +105 -0
  339. package/components/p--2LOMK-5.js.map +1 -0
  340. package/components/p-0LfxrxE4.js +164 -0
  341. package/components/p-0LfxrxE4.js.map +1 -0
  342. package/components/p-1f50E84W.js +54 -0
  343. package/components/p-1f50E84W.js.map +1 -0
  344. package/components/p-BAPgZLqz.js +33 -0
  345. package/components/p-BAPgZLqz.js.map +1 -0
  346. package/components/p-BGzrnl_l.js +21 -0
  347. package/components/p-BGzrnl_l.js.map +1 -0
  348. package/components/p-BH3f5fa3.js +37 -0
  349. package/components/p-BH3f5fa3.js.map +1 -0
  350. package/components/p-BIjJHJC6.js +203 -0
  351. package/components/p-BIjJHJC6.js.map +1 -0
  352. package/components/p-BNJ4Ws7A.js +89 -0
  353. package/components/p-BNJ4Ws7A.js.map +1 -0
  354. package/components/p-BQ6999e5.js +22 -0
  355. package/components/p-BQ6999e5.js.map +1 -0
  356. package/components/p-B_ksjKbq.js +83 -0
  357. package/components/p-B_ksjKbq.js.map +1 -0
  358. package/components/p-Bb7pDeaQ.js +144 -0
  359. package/components/p-Bb7pDeaQ.js.map +1 -0
  360. package/components/p-BcWYFLel.js +162 -0
  361. package/components/p-BcWYFLel.js.map +1 -0
  362. package/components/p-BdCnOrqW.js +47 -0
  363. package/components/p-BdCnOrqW.js.map +1 -0
  364. package/components/p-Bi1VyG64.js +46 -0
  365. package/components/p-Bi1VyG64.js.map +1 -0
  366. package/components/p-BkRdUBrT.js +19 -0
  367. package/components/p-BkRdUBrT.js.map +1 -0
  368. package/components/p-BtKhV-Qs.js +129 -0
  369. package/components/p-BtKhV-Qs.js.map +1 -0
  370. package/components/p-BvVFL6_X.js +65 -0
  371. package/components/p-BvVFL6_X.js.map +1 -0
  372. package/components/p-BzcD2jYB.js +134 -0
  373. package/components/p-BzcD2jYB.js.map +1 -0
  374. package/components/p-C-mNdLd6.js +90 -0
  375. package/components/p-C-mNdLd6.js.map +1 -0
  376. package/components/p-C1wxjy2C.js +59 -0
  377. package/components/p-C1wxjy2C.js.map +1 -0
  378. package/components/p-C3b1PgFA.js +61 -0
  379. package/components/p-C3b1PgFA.js.map +1 -0
  380. package/components/p-C4TYRqdI.js +33 -0
  381. package/components/p-C4TYRqdI.js.map +1 -0
  382. package/components/p-C5YFrAhW.js +75 -0
  383. package/components/p-C5YFrAhW.js.map +1 -0
  384. package/components/p-CA8lgT01.js +133 -0
  385. package/components/p-CA8lgT01.js.map +1 -0
  386. package/components/p-CAVJJh8O.js +107 -0
  387. package/components/p-CAVJJh8O.js.map +1 -0
  388. package/components/p-CAqtPJ4-.js +1786 -0
  389. package/components/p-CAqtPJ4-.js.map +1 -0
  390. package/components/p-CAtsUR4G.js +48 -0
  391. package/components/p-CAtsUR4G.js.map +1 -0
  392. package/components/p-CB5DzBgb.js +54 -0
  393. package/components/p-CB5DzBgb.js.map +1 -0
  394. package/components/p-CBVGeMwV.js +103 -0
  395. package/components/p-CBVGeMwV.js.map +1 -0
  396. package/components/p-CDvg2uVS.js +55 -0
  397. package/components/p-CDvg2uVS.js.map +1 -0
  398. package/components/p-CI5W8CAi.js +110 -0
  399. package/components/p-CI5W8CAi.js.map +1 -0
  400. package/components/p-CIrU33UT.js +33 -0
  401. package/components/p-CIrU33UT.js.map +1 -0
  402. package/components/p-CPbbOJ_i.js +110 -0
  403. package/components/p-CPbbOJ_i.js.map +1 -0
  404. package/components/p-CV6yma_f.js +463 -0
  405. package/components/p-CV6yma_f.js.map +1 -0
  406. package/components/p-CX81WQtk.js +14 -0
  407. package/components/p-CX81WQtk.js.map +1 -0
  408. package/components/p-CrQyJEVL.js +71 -0
  409. package/components/p-CrQyJEVL.js.map +1 -0
  410. package/components/p-CtTl3_AV.js +1833 -0
  411. package/components/p-CtTl3_AV.js.map +1 -0
  412. package/components/p-Ctm7nqyL.js +76 -0
  413. package/components/p-Ctm7nqyL.js.map +1 -0
  414. package/components/p-CyFFBc_G.js +100 -0
  415. package/components/p-CyFFBc_G.js.map +1 -0
  416. package/components/p-D-z4lnIJ.js +33 -0
  417. package/components/p-D-z4lnIJ.js.map +1 -0
  418. package/components/p-D0LOAFeZ.js +772 -0
  419. package/components/p-D0LOAFeZ.js.map +1 -0
  420. package/components/p-D3K9vmFp.js +157 -0
  421. package/components/p-D3K9vmFp.js.map +1 -0
  422. package/components/p-D3VIxufW.js +51 -0
  423. package/components/p-D3VIxufW.js.map +1 -0
  424. package/components/p-D60flNJM.js +146 -0
  425. package/components/p-D60flNJM.js.map +1 -0
  426. package/components/p-D6vSVaHq.js +26 -0
  427. package/components/p-D6vSVaHq.js.map +1 -0
  428. package/components/p-D9Zr-lKz.js +253 -0
  429. package/components/p-D9Zr-lKz.js.map +1 -0
  430. package/components/p-DDHkNPby.js +79 -0
  431. package/components/p-DDHkNPby.js.map +1 -0
  432. package/components/p-DWZGOVME.js +116 -0
  433. package/components/p-DWZGOVME.js.map +1 -0
  434. package/components/p-DYsshkPV.js +90 -0
  435. package/components/p-DYsshkPV.js.map +1 -0
  436. package/components/p-Da1A2O4N.js +79 -0
  437. package/components/p-Da1A2O4N.js.map +1 -0
  438. package/components/p-DcNP8_7d.js +91 -0
  439. package/components/p-DcNP8_7d.js.map +1 -0
  440. package/components/p-DcqQbhTb.js +54 -0
  441. package/components/p-DcqQbhTb.js.map +1 -0
  442. package/components/p-Dly1Khc2.js +262 -0
  443. package/components/p-Dly1Khc2.js.map +1 -0
  444. package/components/p-Dn_WjwtW.js +53 -0
  445. package/components/p-Dn_WjwtW.js.map +1 -0
  446. package/components/p-Dp15M30K.js +20 -0
  447. package/components/p-Dp15M30K.js.map +1 -0
  448. package/components/p-Dp4RJcgZ.js +125 -0
  449. package/components/p-Dp4RJcgZ.js.map +1 -0
  450. package/components/p-DzCmj5t-.js +42 -0
  451. package/components/p-DzCmj5t-.js.map +1 -0
  452. package/components/p-JJddxCCh.js +42 -0
  453. package/components/p-JJddxCCh.js.map +1 -0
  454. package/components/p-Ou74PMQs.js +1313 -0
  455. package/components/p-Ou74PMQs.js.map +1 -0
  456. package/components/p-TGPySHuR.js +113 -0
  457. package/components/p-TGPySHuR.js.map +1 -0
  458. package/components/p-UQa1aROL.js +23 -0
  459. package/components/p-UQa1aROL.js.map +1 -0
  460. package/components/p-bDicGJUN.js +7697 -0
  461. package/components/p-bDicGJUN.js.map +1 -0
  462. package/components/p-bcj7UEIC.js +24 -0
  463. package/components/p-bcj7UEIC.js.map +1 -0
  464. package/components/p-elgF4vOp.js +33 -0
  465. package/components/p-elgF4vOp.js.map +1 -0
  466. package/components/p-jiOZu5Rs.js +33 -0
  467. package/components/p-jiOZu5Rs.js.map +1 -0
  468. package/components/p-kY0vP3rC.js +122 -0
  469. package/components/p-kY0vP3rC.js.map +1 -0
  470. package/components/p-nRLifbYD.js +209 -0
  471. package/components/p-nRLifbYD.js.map +1 -0
  472. package/components/p-nxsAEeRV.js +310 -0
  473. package/components/p-nxsAEeRV.js.map +1 -0
  474. package/components/p-rAP-ASw3.js +605 -0
  475. package/components/p-rAP-ASw3.js.map +1 -0
  476. package/components/p-vcRya6fE.js +360 -0
  477. package/components/p-vcRya6fE.js.map +1 -0
  478. package/components/package.json +8 -0
  479. package/dist/cjs/a11y-B_6chCvu.js +148 -0
  480. package/dist/cjs/a11y-B_6chCvu.js.map +1 -0
  481. package/dist/cjs/animation-CHJ_toEA.js +22 -0
  482. package/dist/cjs/animation-CHJ_toEA.js.map +1 -0
  483. package/dist/cjs/anime.es-CgS5X9-e.js +1315 -0
  484. package/dist/cjs/anime.es-CgS5X9-e.js.map +1 -0
  485. package/dist/cjs/app-globals-Dl9nm3FH.js +10 -0
  486. package/dist/cjs/app-globals-Dl9nm3FH.js.map +1 -0
  487. package/dist/cjs/base-button-CqhWuxXr.js +74 -0
  488. package/dist/cjs/base-button-CqhWuxXr.js.map +1 -0
  489. package/dist/cjs/base-icon-button-D0j4OzyN.js +21 -0
  490. package/dist/cjs/base-icon-button-D0j4OzyN.js.map +1 -0
  491. package/dist/cjs/breakpoints-B8fTDVlk.js +28 -0
  492. package/dist/cjs/breakpoints-B8fTDVlk.js.map +1 -0
  493. package/dist/cjs/context-B8bRIFA2.js +110 -0
  494. package/dist/cjs/context-B8bRIFA2.js.map +1 -0
  495. package/dist/cjs/datetime-Dvtv5O8f.js +7700 -0
  496. package/dist/cjs/datetime-Dvtv5O8f.js.map +1 -0
  497. package/dist/cjs/default-tree-item-B1QdEq5a.js +25 -0
  498. package/dist/cjs/default-tree-item-B1QdEq5a.js.map +1 -0
  499. package/dist/cjs/disposable-event-listener-BALEIeXq.js +26 -0
  500. package/dist/cjs/disposable-event-listener-BALEIeXq.js.map +1 -0
  501. package/dist/cjs/dropdown-controller-BLOjtc6w.js +160 -0
  502. package/dist/cjs/dropdown-controller-BLOjtc6w.js.map +1 -0
  503. package/dist/cjs/find-element-D7yD1Ukn.js +106 -0
  504. package/dist/cjs/find-element-D7yD1Ukn.js.map +1 -0
  505. package/dist/cjs/flip-tile-state-bDVEEzk4.js +22 -0
  506. package/dist/cjs/flip-tile-state-bDVEEzk4.js.map +1 -0
  507. package/dist/cjs/floating-ui.dom-CMzYsRR7.js +1795 -0
  508. package/dist/cjs/floating-ui.dom-CMzYsRR7.js.map +1 -0
  509. package/dist/cjs/focus-Cl8_98b5.js +70 -0
  510. package/dist/cjs/focus-Cl8_98b5.js.map +1 -0
  511. package/dist/cjs/helper-text-util-x8PVAsbI.js +45 -0
  512. package/dist/cjs/helper-text-util-x8PVAsbI.js.map +1 -0
  513. package/dist/cjs/index-DIFIjYrm.js +99 -0
  514. package/dist/cjs/index-DIFIjYrm.js.map +1 -0
  515. package/dist/cjs/index-DUl1Kp3_.js +2481 -0
  516. package/dist/cjs/index-DUl1Kp3_.js.map +1 -0
  517. package/dist/cjs/index-IWZYsRU-.js +35 -0
  518. package/dist/cjs/index-IWZYsRU-.js.map +1 -0
  519. package/dist/cjs/index.cjs.js +148 -0
  520. package/dist/cjs/index.cjs.js.map +1 -0
  521. package/dist/cjs/input.util-DKYtpTVn.js +215 -0
  522. package/dist/cjs/input.util-DKYtpTVn.js.map +1 -0
  523. package/dist/cjs/ix-action-card.cjs.entry.js +32 -0
  524. package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -0
  525. package/dist/cjs/ix-action-card.entry.cjs.js.map +1 -0
  526. package/dist/cjs/ix-application-header.cjs.entry.js +159 -0
  527. package/dist/cjs/ix-application-header.cjs.entry.js.map +1 -0
  528. package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -0
  529. package/dist/cjs/ix-application-sidebar.cjs.entry.js +46 -0
  530. package/dist/cjs/ix-application-sidebar.cjs.entry.js.map +1 -0
  531. package/dist/cjs/ix-application-sidebar.entry.cjs.js.map +1 -0
  532. package/dist/cjs/ix-application-switch-modal.cjs.entry.js +59 -0
  533. package/dist/cjs/ix-application-switch-modal.cjs.entry.js.map +1 -0
  534. package/dist/cjs/ix-application-switch-modal.entry.cjs.js.map +1 -0
  535. package/dist/cjs/ix-application.cjs.entry.js +120 -0
  536. package/dist/cjs/ix-application.cjs.entry.js.map +1 -0
  537. package/dist/cjs/ix-application.entry.cjs.js.map +1 -0
  538. package/dist/cjs/ix-avatar.ix-menu-avatar-item.entry.cjs.js.map +1 -0
  539. package/dist/cjs/ix-avatar_2.cjs.entry.js +87 -0
  540. package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
  541. package/dist/cjs/ix-basic-navigation.cjs.entry.js +95 -0
  542. package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -0
  543. package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +1 -0
  544. package/dist/cjs/ix-blind.cjs.entry.js +101 -0
  545. package/dist/cjs/ix-blind.cjs.entry.js.map +1 -0
  546. package/dist/cjs/ix-blind.entry.cjs.js.map +1 -0
  547. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +76 -0
  548. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js.map +1 -0
  549. package/dist/cjs/ix-breadcrumb-item.entry.cjs.js.map +1 -0
  550. package/dist/cjs/ix-breadcrumb.cjs.entry.js +122 -0
  551. package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
  552. package/dist/cjs/ix-breadcrumb.entry.cjs.js.map +1 -0
  553. package/dist/cjs/ix-button.cjs.entry.js +105 -0
  554. package/dist/cjs/ix-button.cjs.entry.js.map +1 -0
  555. package/dist/cjs/ix-button.entry.cjs.js.map +1 -0
  556. package/dist/cjs/ix-card-accordion.ix-card-title.entry.cjs.js.map +1 -0
  557. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +86 -0
  558. package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -0
  559. package/dist/cjs/ix-card-list.cjs.entry.js +191 -0
  560. package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -0
  561. package/dist/cjs/ix-card-list.entry.cjs.js.map +1 -0
  562. package/dist/cjs/ix-card.ix-card-content.entry.cjs.js.map +1 -0
  563. package/dist/cjs/ix-card_2.cjs.entry.js +45 -0
  564. package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -0
  565. package/dist/cjs/ix-category-filter.cjs.entry.js +537 -0
  566. package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -0
  567. package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -0
  568. package/dist/cjs/ix-checkbox-group.cjs.entry.js +58 -0
  569. package/dist/cjs/ix-checkbox-group.cjs.entry.js.map +1 -0
  570. package/dist/cjs/ix-checkbox-group.entry.cjs.js.map +1 -0
  571. package/dist/cjs/ix-checkbox.cjs.entry.js +126 -0
  572. package/dist/cjs/ix-checkbox.cjs.entry.js.map +1 -0
  573. package/dist/cjs/ix-checkbox.entry.cjs.js.map +1 -0
  574. package/dist/cjs/ix-chip.cjs.entry.js +95 -0
  575. package/dist/cjs/ix-chip.cjs.entry.js.map +1 -0
  576. package/dist/cjs/ix-chip.entry.cjs.js.map +1 -0
  577. package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -0
  578. package/dist/cjs/ix-col_4.cjs.entry.js +640 -0
  579. package/dist/cjs/ix-col_4.cjs.entry.js.map +1 -0
  580. package/dist/cjs/ix-content-header.cjs.entry.js +34 -0
  581. package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -0
  582. package/dist/cjs/ix-content-header.entry.cjs.js.map +1 -0
  583. package/dist/cjs/ix-content.cjs.entry.js +31 -0
  584. package/dist/cjs/ix-content.cjs.entry.js.map +1 -0
  585. package/dist/cjs/ix-content.entry.cjs.js.map +1 -0
  586. package/dist/cjs/ix-css-grid-item.cjs.entry.js +22 -0
  587. package/dist/cjs/ix-css-grid-item.cjs.entry.js.map +1 -0
  588. package/dist/cjs/ix-css-grid-item.entry.cjs.js.map +1 -0
  589. package/dist/cjs/ix-css-grid.cjs.entry.js +98 -0
  590. package/dist/cjs/ix-css-grid.cjs.entry.js.map +1 -0
  591. package/dist/cjs/ix-css-grid.entry.cjs.js.map +1 -0
  592. package/dist/cjs/ix-custom-field.cjs.entry.js +59 -0
  593. package/dist/cjs/ix-custom-field.cjs.entry.js.map +1 -0
  594. package/dist/cjs/ix-custom-field.entry.cjs.js.map +1 -0
  595. package/dist/cjs/ix-date-dropdown.cjs.entry.js +265 -0
  596. package/dist/cjs/ix-date-dropdown.cjs.entry.js.map +1 -0
  597. package/dist/cjs/ix-date-dropdown.entry.cjs.js.map +1 -0
  598. package/dist/cjs/ix-date-input.cjs.entry.js +287 -0
  599. package/dist/cjs/ix-date-input.cjs.entry.js.map +1 -0
  600. package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -0
  601. package/dist/cjs/ix-date-time-card.cjs.entry.js +38 -0
  602. package/dist/cjs/ix-date-time-card.cjs.entry.js.map +1 -0
  603. package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -0
  604. package/dist/cjs/ix-datetime-picker.cjs.entry.js +107 -0
  605. package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -0
  606. package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -0
  607. package/dist/cjs/ix-divider.cjs.entry.js +20 -0
  608. package/dist/cjs/ix-divider.cjs.entry.js.map +1 -0
  609. package/dist/cjs/ix-divider.entry.cjs.js.map +1 -0
  610. package/dist/cjs/ix-drawer.cjs.entry.js +161 -0
  611. package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -0
  612. package/dist/cjs/ix-drawer.entry.cjs.js.map +1 -0
  613. package/dist/cjs/ix-dropdown-button.cjs.entry.js +58 -0
  614. package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -0
  615. package/dist/cjs/ix-dropdown-button.entry.cjs.js.map +1 -0
  616. package/dist/cjs/ix-dropdown-header.cjs.entry.js +20 -0
  617. package/dist/cjs/ix-dropdown-header.cjs.entry.js.map +1 -0
  618. package/dist/cjs/ix-dropdown-header.entry.cjs.js.map +1 -0
  619. package/dist/cjs/ix-dropdown-item.cjs.entry.js +60 -0
  620. package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
  621. package/dist/cjs/ix-dropdown-item.entry.cjs.js.map +1 -0
  622. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +20 -0
  623. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js.map +1 -0
  624. package/dist/cjs/ix-dropdown-quick-actions.entry.cjs.js.map +1 -0
  625. package/dist/cjs/ix-dropdown.cjs.entry.js +371 -0
  626. package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
  627. package/dist/cjs/ix-dropdown.entry.cjs.js.map +1 -0
  628. package/dist/cjs/ix-empty-state.cjs.entry.js +25 -0
  629. package/dist/cjs/ix-empty-state.cjs.entry.js.map +1 -0
  630. package/dist/cjs/ix-empty-state.entry.cjs.js.map +1 -0
  631. package/dist/cjs/ix-event-list-item.cjs.entry.js +51 -0
  632. package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
  633. package/dist/cjs/ix-event-list-item.entry.cjs.js.map +1 -0
  634. package/dist/cjs/ix-event-list.cjs.entry.js +139 -0
  635. package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
  636. package/dist/cjs/ix-event-list.entry.cjs.js.map +1 -0
  637. package/dist/cjs/ix-expanding-search.cjs.entry.js +107 -0
  638. package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -0
  639. package/dist/cjs/ix-expanding-search.entry.cjs.js.map +1 -0
  640. package/dist/cjs/ix-field-label.ix-field-wrapper.entry.cjs.js.map +1 -0
  641. package/dist/cjs/ix-field-label_2.cjs.entry.js +189 -0
  642. package/dist/cjs/ix-field-label_2.cjs.entry.js.map +1 -0
  643. package/dist/cjs/ix-filter-chip.ix-select-item.entry.cjs.js.map +1 -0
  644. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +130 -0
  645. package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
  646. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +26 -0
  647. package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
  648. package/dist/cjs/ix-flip-tile-content.entry.cjs.js.map +1 -0
  649. package/dist/cjs/ix-flip-tile.cjs.entry.js +119 -0
  650. package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
  651. package/dist/cjs/ix-flip-tile.entry.cjs.js.map +1 -0
  652. package/dist/cjs/ix-group-context-menu.ix-group-item.entry.cjs.js.map +1 -0
  653. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +81 -0
  654. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js.map +1 -0
  655. package/dist/cjs/ix-group.cjs.entry.js +167 -0
  656. package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
  657. package/dist/cjs/ix-group.entry.cjs.js.map +1 -0
  658. package/dist/cjs/ix-helper-text.cjs.entry.js +62 -0
  659. package/dist/cjs/ix-helper-text.cjs.entry.js.map +1 -0
  660. package/dist/cjs/ix-helper-text.entry.cjs.js.map +1 -0
  661. package/dist/cjs/ix-icon-button.ix-spinner.entry.cjs.js.map +1 -0
  662. package/dist/cjs/ix-icon-button_2.cjs.entry.js +133 -0
  663. package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
  664. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +107 -0
  665. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -0
  666. package/dist/cjs/ix-icon-toggle-button.entry.cjs.js.map +1 -0
  667. package/dist/cjs/ix-input-group.cjs.entry.js +132 -0
  668. package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -0
  669. package/dist/cjs/ix-input-group.entry.cjs.js.map +1 -0
  670. package/dist/cjs/ix-input.cjs.entry.js +166 -0
  671. package/dist/cjs/ix-input.cjs.entry.js.map +1 -0
  672. package/dist/cjs/ix-input.entry.cjs.js.map +1 -0
  673. package/dist/cjs/ix-key-value-list.cjs.entry.js +24 -0
  674. package/dist/cjs/ix-key-value-list.cjs.entry.js.map +1 -0
  675. package/dist/cjs/ix-key-value-list.entry.cjs.js.map +1 -0
  676. package/dist/cjs/ix-key-value.cjs.entry.js +27 -0
  677. package/dist/cjs/ix-key-value.cjs.entry.js.map +1 -0
  678. package/dist/cjs/ix-key-value.entry.cjs.js.map +1 -0
  679. package/dist/cjs/ix-kpi.cjs.entry.js +52 -0
  680. package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -0
  681. package/dist/cjs/ix-kpi.entry.cjs.js.map +1 -0
  682. package/dist/cjs/ix-layout-auto.cjs.entry.js +93 -0
  683. package/dist/cjs/ix-layout-auto.cjs.entry.js.map +1 -0
  684. package/dist/cjs/ix-layout-auto.entry.cjs.js.map +1 -0
  685. package/dist/cjs/ix-link-button.cjs.entry.js +37 -0
  686. package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -0
  687. package/dist/cjs/ix-link-button.entry.cjs.js.map +1 -0
  688. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +60 -0
  689. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js.map +1 -0
  690. package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +1 -0
  691. package/dist/cjs/ix-map-navigation.cjs.entry.js +175 -0
  692. package/dist/cjs/ix-map-navigation.cjs.entry.js.map +1 -0
  693. package/dist/cjs/ix-map-navigation.entry.cjs.js.map +1 -0
  694. package/dist/cjs/ix-menu-about-item.cjs.entry.js +31 -0
  695. package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
  696. package/dist/cjs/ix-menu-about-item.entry.cjs.js.map +1 -0
  697. package/dist/cjs/ix-menu-about-news.cjs.entry.js +46 -0
  698. package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
  699. package/dist/cjs/ix-menu-about-news.entry.cjs.js.map +1 -0
  700. package/dist/cjs/ix-menu-about.cjs.entry.js +43 -0
  701. package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
  702. package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -0
  703. package/dist/cjs/ix-menu-avatar.cjs.entry.js +51 -0
  704. package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
  705. package/dist/cjs/ix-menu-avatar.entry.cjs.js.map +1 -0
  706. package/dist/cjs/ix-menu-category.cjs.entry.js +225 -0
  707. package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -0
  708. package/dist/cjs/ix-menu-category.entry.cjs.js.map +1 -0
  709. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +49 -0
  710. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js.map +1 -0
  711. package/dist/cjs/ix-menu-expand-icon.entry.cjs.js.map +1 -0
  712. package/dist/cjs/ix-menu-item.cjs.entry.js +109 -0
  713. package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
  714. package/dist/cjs/ix-menu-item.entry.cjs.js.map +1 -0
  715. package/dist/cjs/ix-menu-settings-CNmiFF1r.js +123 -0
  716. package/dist/cjs/ix-menu-settings-CNmiFF1r.js.map +1 -0
  717. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +31 -0
  718. package/dist/cjs/ix-menu-settings-item.cjs.entry.js.map +1 -0
  719. package/dist/cjs/ix-menu-settings-item.entry.cjs.js.map +1 -0
  720. package/dist/cjs/ix-menu-settings.cjs.entry.js +12 -0
  721. package/dist/cjs/ix-menu-settings.cjs.entry.js.map +1 -0
  722. package/dist/cjs/ix-menu-settings.entry.cjs.js.map +1 -0
  723. package/dist/cjs/ix-menu.cjs.entry.js +515 -0
  724. package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
  725. package/dist/cjs/ix-menu.entry.cjs.js.map +1 -0
  726. package/dist/cjs/ix-message-bar.cjs.entry.js +70 -0
  727. package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -0
  728. package/dist/cjs/ix-message-bar.entry.cjs.js.map +1 -0
  729. package/dist/cjs/ix-modal-content.ix-modal-header.entry.cjs.js.map +1 -0
  730. package/dist/cjs/ix-modal-content_2.cjs.entry.js +65 -0
  731. package/dist/cjs/ix-modal-content_2.cjs.entry.js.map +1 -0
  732. package/dist/cjs/ix-modal-footer.cjs.entry.js +20 -0
  733. package/dist/cjs/ix-modal-footer.cjs.entry.js.map +1 -0
  734. package/dist/cjs/ix-modal-footer.entry.cjs.js.map +1 -0
  735. package/dist/cjs/ix-modal-loading.cjs.entry.js +20 -0
  736. package/dist/cjs/ix-modal-loading.cjs.entry.js.map +1 -0
  737. package/dist/cjs/ix-modal-loading.entry.cjs.js.map +1 -0
  738. package/dist/cjs/ix-modal.cjs.entry.js +217 -0
  739. package/dist/cjs/ix-modal.cjs.entry.js.map +1 -0
  740. package/dist/cjs/ix-modal.entry.cjs.js.map +1 -0
  741. package/dist/cjs/ix-number-input.cjs.entry.js +165 -0
  742. package/dist/cjs/ix-number-input.cjs.entry.js.map +1 -0
  743. package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -0
  744. package/dist/cjs/ix-pagination.cjs.entry.js +170 -0
  745. package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -0
  746. package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -0
  747. package/dist/cjs/ix-pane-layout.cjs.entry.js +284 -0
  748. package/dist/cjs/ix-pane-layout.cjs.entry.js.map +1 -0
  749. package/dist/cjs/ix-pane-layout.entry.cjs.js.map +1 -0
  750. package/dist/cjs/ix-pane.cjs.entry.js +508 -0
  751. package/dist/cjs/ix-pane.cjs.entry.js.map +1 -0
  752. package/dist/cjs/ix-pane.entry.cjs.js.map +1 -0
  753. package/dist/cjs/ix-pill.cjs.entry.js +91 -0
  754. package/dist/cjs/ix-pill.cjs.entry.js.map +1 -0
  755. package/dist/cjs/ix-pill.entry.cjs.js.map +1 -0
  756. package/dist/cjs/ix-push-card.cjs.entry.js +30 -0
  757. package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -0
  758. package/dist/cjs/ix-push-card.entry.cjs.js.map +1 -0
  759. package/dist/cjs/ix-radio-group.cjs.entry.js +113 -0
  760. package/dist/cjs/ix-radio-group.cjs.entry.js.map +1 -0
  761. package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -0
  762. package/dist/cjs/ix-radio.cjs.entry.js +100 -0
  763. package/dist/cjs/ix-radio.cjs.entry.js.map +1 -0
  764. package/dist/cjs/ix-radio.entry.cjs.js.map +1 -0
  765. package/dist/cjs/ix-select.cjs.entry.js +666 -0
  766. package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
  767. package/dist/cjs/ix-select.entry.cjs.js.map +1 -0
  768. package/dist/cjs/ix-slider.cjs.entry.js +206 -0
  769. package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
  770. package/dist/cjs/ix-slider.entry.cjs.js.map +1 -0
  771. package/dist/cjs/ix-split-button.cjs.entry.js +67 -0
  772. package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
  773. package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -0
  774. package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -0
  775. package/dist/cjs/ix-tab-item_2.cjs.entry.js +364 -0
  776. package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
  777. package/dist/cjs/ix-textarea.cjs.entry.js +131 -0
  778. package/dist/cjs/ix-textarea.cjs.entry.js.map +1 -0
  779. package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -0
  780. package/dist/cjs/ix-tile.cjs.entry.js +43 -0
  781. package/dist/cjs/ix-tile.cjs.entry.js.map +1 -0
  782. package/dist/cjs/ix-tile.entry.cjs.js.map +1 -0
  783. package/dist/cjs/ix-time-picker.cjs.entry.js +201 -0
  784. package/dist/cjs/ix-time-picker.cjs.entry.js.map +1 -0
  785. package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -0
  786. package/dist/cjs/ix-toast-container.cjs.entry.js +102 -0
  787. package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
  788. package/dist/cjs/ix-toast-container.entry.cjs.js.map +1 -0
  789. package/dist/cjs/ix-toast.cjs.entry.js +79 -0
  790. package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
  791. package/dist/cjs/ix-toast.entry.cjs.js.map +1 -0
  792. package/dist/cjs/ix-toggle-button.cjs.entry.js +94 -0
  793. package/dist/cjs/ix-toggle-button.cjs.entry.js.map +1 -0
  794. package/dist/cjs/ix-toggle-button.entry.cjs.js.map +1 -0
  795. package/dist/cjs/ix-toggle.cjs.entry.js +124 -0
  796. package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -0
  797. package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -0
  798. package/dist/cjs/ix-tooltip.cjs.entry.js +331 -0
  799. package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -0
  800. package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -0
  801. package/dist/cjs/ix-tree-item.cjs.entry.js +37 -0
  802. package/dist/cjs/ix-tree-item.cjs.entry.js.map +1 -0
  803. package/dist/cjs/ix-tree-item.entry.cjs.js.map +1 -0
  804. package/dist/cjs/ix-tree.cjs.entry.js +563 -0
  805. package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
  806. package/dist/cjs/ix-tree.entry.cjs.js.map +1 -0
  807. package/dist/cjs/ix-typography.cjs.entry.js +41 -0
  808. package/dist/cjs/ix-typography.cjs.entry.js.map +1 -0
  809. package/dist/cjs/ix-typography.entry.cjs.js.map +1 -0
  810. package/dist/cjs/ix-upload.cjs.entry.js +192 -0
  811. package/dist/cjs/ix-upload.cjs.entry.js.map +1 -0
  812. package/dist/cjs/ix-upload.entry.cjs.js.map +1 -0
  813. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +159 -0
  814. package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -0
  815. package/dist/cjs/ix-validation-tooltip.entry.cjs.js.map +1 -0
  816. package/dist/cjs/ix-workflow-step.cjs.entry.js +118 -0
  817. package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
  818. package/dist/cjs/ix-workflow-step.entry.cjs.js.map +1 -0
  819. package/dist/cjs/ix-workflow-steps.cjs.entry.js +92 -0
  820. package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
  821. package/dist/cjs/ix-workflow-steps.entry.cjs.js.map +1 -0
  822. package/dist/cjs/listener-dZdfN-j_.js +78 -0
  823. package/dist/cjs/listener-dZdfN-j_.js.map +1 -0
  824. package/dist/cjs/loader.cjs.js +17 -0
  825. package/dist/cjs/loader.cjs.js.map +1 -0
  826. package/dist/cjs/logical-filter-operator-q-2KOPJs.js +39 -0
  827. package/dist/cjs/logical-filter-operator-q-2KOPJs.js.map +1 -0
  828. package/dist/cjs/make-ref-BaH6_YJk.js +26 -0
  829. package/dist/cjs/make-ref-BaH6_YJk.js.map +1 -0
  830. package/dist/cjs/menu-service-D4IDwDz5.js +81 -0
  831. package/dist/cjs/menu-service-D4IDwDz5.js.map +1 -0
  832. package/dist/cjs/modal-CY_zQjvm.js +261 -0
  833. package/dist/cjs/modal-CY_zQjvm.js.map +1 -0
  834. package/dist/cjs/mutation-observer-DE0YMfYu.js +16 -0
  835. package/dist/cjs/mutation-observer-DE0YMfYu.js.map +1 -0
  836. package/dist/cjs/rwd.util-GTn-vgCJ.js +45 -0
  837. package/dist/cjs/rwd.util-GTn-vgCJ.js.map +1 -0
  838. package/dist/cjs/service-DS99olWQ.js +102 -0
  839. package/dist/cjs/service-DS99olWQ.js.map +1 -0
  840. package/dist/cjs/setup-CubfbTM8.js +34 -0
  841. package/dist/cjs/setup-CubfbTM8.js.map +1 -0
  842. package/dist/cjs/shadow-dom-DT01VwcB.js +51 -0
  843. package/dist/cjs/shadow-dom-DT01VwcB.js.map +1 -0
  844. package/dist/cjs/siemens-ix.cjs.js +29 -0
  845. package/dist/cjs/siemens-ix.cjs.js.map +1 -0
  846. package/dist/cjs/theme-switcher-CQW-DwGd.js +128 -0
  847. package/dist/cjs/theme-switcher-CQW-DwGd.js.map +1 -0
  848. package/dist/cjs/typed-event-DxWATHPL.js +49 -0
  849. package/dist/cjs/typed-event-DxWATHPL.js.map +1 -0
  850. package/dist/cjs/upload-file-state-BvLCvnjZ.js +21 -0
  851. package/dist/cjs/upload-file-state-BvLCvnjZ.js.map +1 -0
  852. package/dist/cjs/validation-CAJ2gTIK.js +121 -0
  853. package/dist/cjs/validation-CAJ2gTIK.js.map +1 -0
  854. package/dist/collection/collection-manifest.json +123 -0
  855. package/dist/collection/components/action-card/action-card.css +77 -0
  856. package/dist/collection/components/action-card/action-card.js +152 -0
  857. package/dist/collection/components/action-card/action-card.js.map +1 -0
  858. package/dist/collection/components/application/application.css +132 -0
  859. package/dist/collection/components/application/application.js +269 -0
  860. package/dist/collection/components/application/application.js.map +1 -0
  861. package/dist/collection/components/application-header/application-header.css +143 -0
  862. package/dist/collection/components/application-header/application-header.js +265 -0
  863. package/dist/collection/components/application-header/application-header.js.map +1 -0
  864. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.css +132 -0
  865. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js +95 -0
  866. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js.map +1 -0
  867. package/dist/collection/components/application-header/test/application-header.ct.js +389 -0
  868. package/dist/collection/components/application-header/test/application-header.ct.js.map +1 -0
  869. package/dist/collection/components/application-sidebar/application-sidebar.css +74 -0
  870. package/dist/collection/components/application-sidebar/application-sidebar.js +70 -0
  871. package/dist/collection/components/application-sidebar/application-sidebar.js.map +1 -0
  872. package/dist/collection/components/application-sidebar/events.js +15 -0
  873. package/dist/collection/components/application-sidebar/events.js.map +1 -0
  874. package/dist/collection/components/avatar/avatar.css +264 -0
  875. package/dist/collection/components/avatar/avatar.js +170 -0
  876. package/dist/collection/components/avatar/avatar.js.map +1 -0
  877. package/dist/collection/components/avatar/test/avatar.ct.js +85 -0
  878. package/dist/collection/components/avatar/test/avatar.ct.js.map +1 -0
  879. package/dist/collection/components/basic-navigation/basic-navigation.css +105 -0
  880. package/dist/collection/components/basic-navigation/basic-navigation.js +208 -0
  881. package/dist/collection/components/basic-navigation/basic-navigation.js.map +1 -0
  882. package/dist/collection/components/blind/blind.css +414 -0
  883. package/dist/collection/components/blind/blind.js +246 -0
  884. package/dist/collection/components/blind/blind.js.map +1 -0
  885. package/dist/collection/components/blind/test/blind.ct.js +16 -0
  886. package/dist/collection/components/blind/test/blind.ct.js.map +1 -0
  887. package/dist/collection/components/breadcrumb/breadcrumb.css +125 -0
  888. package/dist/collection/components/breadcrumb/breadcrumb.js +261 -0
  889. package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
  890. package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js +98 -0
  891. package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js.map +1 -0
  892. package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1314 -0
  893. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +244 -0
  894. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
  895. package/dist/collection/components/button/base-button.js +62 -0
  896. package/dist/collection/components/button/base-button.js.map +1 -0
  897. package/dist/collection/components/button/button-component.js +2 -0
  898. package/dist/collection/components/button/button-component.js.map +1 -0
  899. package/dist/collection/components/button/button.css +695 -0
  900. package/dist/collection/components/button/button.js +324 -0
  901. package/dist/collection/components/button/button.js.map +1 -0
  902. package/dist/collection/components/button/test/button.ct.js +84 -0
  903. package/dist/collection/components/button/test/button.ct.js.map +1 -0
  904. package/dist/collection/components/card/card.css +269 -0
  905. package/dist/collection/components/card/card.js +89 -0
  906. package/dist/collection/components/card/card.js.map +1 -0
  907. package/dist/collection/components/card-accordion/card-accordion.css +161 -0
  908. package/dist/collection/components/card-accordion/card-accordion.js +138 -0
  909. package/dist/collection/components/card-accordion/card-accordion.js.map +1 -0
  910. package/dist/collection/components/card-content/card-content.css +79 -0
  911. package/dist/collection/components/card-content/card-content.js +22 -0
  912. package/dist/collection/components/card-content/card-content.js.map +1 -0
  913. package/dist/collection/components/card-list/card-list.css +179 -0
  914. package/dist/collection/components/card-list/card-list.js +456 -0
  915. package/dist/collection/components/card-list/card-list.js.map +1 -0
  916. package/dist/collection/components/card-title/card-title.css +30 -0
  917. package/dist/collection/components/card-title/card-title.js +24 -0
  918. package/dist/collection/components/card-title/card-title.js.map +1 -0
  919. package/dist/collection/components/category-filter/category-filter.css +1982 -0
  920. package/dist/collection/components/category-filter/category-filter.js +919 -0
  921. package/dist/collection/components/category-filter/category-filter.js.map +1 -0
  922. package/dist/collection/components/category-filter/filter-state.js +15 -0
  923. package/dist/collection/components/category-filter/filter-state.js.map +1 -0
  924. package/dist/collection/components/category-filter/input-state.js +18 -0
  925. package/dist/collection/components/category-filter/input-state.js.map +1 -0
  926. package/dist/collection/components/category-filter/logical-filter-operator.js +15 -0
  927. package/dist/collection/components/category-filter/logical-filter-operator.js.map +1 -0
  928. package/dist/collection/components/category-filter/test/category-filter.ct.js +62 -0
  929. package/dist/collection/components/category-filter/test/category-filter.ct.js.map +1 -0
  930. package/dist/collection/components/checkbox/checkbox.css +548 -0
  931. package/dist/collection/components/checkbox/checkbox.js +351 -0
  932. package/dist/collection/components/checkbox/checkbox.js.map +1 -0
  933. package/dist/collection/components/checkbox/tests/checkbox.ct.js +86 -0
  934. package/dist/collection/components/checkbox/tests/checkbox.ct.js.map +1 -0
  935. package/dist/collection/components/checkbox-group/checkbox-group.css +38 -0
  936. package/dist/collection/components/checkbox-group/checkbox-group.js +229 -0
  937. package/dist/collection/components/checkbox-group/checkbox-group.js.map +1 -0
  938. package/dist/collection/components/chip/chip.css +567 -0
  939. package/dist/collection/components/chip/chip.js +288 -0
  940. package/dist/collection/components/chip/chip.js.map +1 -0
  941. package/dist/collection/components/chip/test/chip.ct.js +76 -0
  942. package/dist/collection/components/chip/test/chip.ct.js.map +1 -0
  943. package/dist/collection/components/col/col.css +71 -0
  944. package/dist/collection/components/col/col.js +195 -0
  945. package/dist/collection/components/col/col.js.map +1 -0
  946. package/dist/collection/components/content/content.css +82 -0
  947. package/dist/collection/components/content/content.js +49 -0
  948. package/dist/collection/components/content/content.js.map +1 -0
  949. package/dist/collection/components/content-header/content-header.css +31 -0
  950. package/dist/collection/components/content-header/content-header.js +149 -0
  951. package/dist/collection/components/content-header/content-header.js.map +1 -0
  952. package/dist/collection/components/css-grid/builder.js +20 -0
  953. package/dist/collection/components/css-grid/builder.js.map +1 -0
  954. package/dist/collection/components/css-grid/css-grid-item.css +16 -0
  955. package/dist/collection/components/css-grid/css-grid-item.js +55 -0
  956. package/dist/collection/components/css-grid/css-grid-item.js.map +1 -0
  957. package/dist/collection/components/css-grid/css-grid.css +27 -0
  958. package/dist/collection/components/css-grid/css-grid.js +131 -0
  959. package/dist/collection/components/css-grid/css-grid.js.map +1 -0
  960. package/dist/collection/components/custom-field/custom-field.css +15 -0
  961. package/dist/collection/components/custom-field/custom-field.js +228 -0
  962. package/dist/collection/components/custom-field/custom-field.js.map +1 -0
  963. package/dist/collection/components/custom-field/tests/custom-field.ct.js +68 -0
  964. package/dist/collection/components/custom-field/tests/custom-field.ct.js.map +1 -0
  965. package/dist/collection/components/date-dropdown/date-dropdown.css +105 -0
  966. package/dist/collection/components/date-dropdown/date-dropdown.js +794 -0
  967. package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -0
  968. package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js +215 -0
  969. package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js.map +1 -0
  970. package/dist/collection/components/date-input/date-input.css +641 -0
  971. package/dist/collection/components/date-input/date-input.js +842 -0
  972. package/dist/collection/components/date-input/date-input.js.map +1 -0
  973. package/dist/collection/components/date-input/tests/date-input.ct.js +117 -0
  974. package/dist/collection/components/date-input/tests/date-input.ct.js.map +1 -0
  975. package/dist/collection/components/date-picker/date-picker-component.js +2 -0
  976. package/dist/collection/components/date-picker/date-picker-component.js.map +1 -0
  977. package/dist/collection/components/date-picker/date-picker.css +320 -0
  978. package/dist/collection/components/date-picker/date-picker.js +945 -0
  979. package/dist/collection/components/date-picker/date-picker.js.map +1 -0
  980. package/dist/collection/components/date-picker/test/date-picker.ct.js +204 -0
  981. package/dist/collection/components/date-picker/test/date-picker.ct.js.map +1 -0
  982. package/dist/collection/components/date-time-card/date-time-card.css +117 -0
  983. package/dist/collection/components/date-time-card/date-time-card.js +122 -0
  984. package/dist/collection/components/date-time-card/date-time-card.js.map +1 -0
  985. package/dist/collection/components/datetime-picker/datetime-picker.css +126 -0
  986. package/dist/collection/components/datetime-picker/datetime-picker.js +581 -0
  987. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -0
  988. package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js +54 -0
  989. package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js.map +1 -0
  990. package/dist/collection/components/divider/divider.css +15 -0
  991. package/dist/collection/components/divider/divider.js +30 -0
  992. package/dist/collection/components/divider/divider.js.map +1 -0
  993. package/dist/collection/components/drawer/drawer.css +125 -0
  994. package/dist/collection/components/drawer/drawer.js +361 -0
  995. package/dist/collection/components/drawer/drawer.js.map +1 -0
  996. package/dist/collection/components/drawer/test/drawer.ct.js +67 -0
  997. package/dist/collection/components/drawer/test/drawer.ct.js.map +1 -0
  998. package/dist/collection/components/dropdown/dropdown-controller.js +153 -0
  999. package/dist/collection/components/dropdown/dropdown-controller.js.map +1 -0
  1000. package/dist/collection/components/dropdown/dropdown.css +115 -0
  1001. package/dist/collection/components/dropdown/dropdown.js +766 -0
  1002. package/dist/collection/components/dropdown/dropdown.js.map +1 -0
  1003. package/dist/collection/components/dropdown/placement.js +2 -0
  1004. package/dist/collection/components/dropdown/placement.js.map +1 -0
  1005. package/dist/collection/components/dropdown/test/dropdown.ct.js +593 -0
  1006. package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
  1007. package/dist/collection/components/dropdown-button/dropdown-button.css +152 -0
  1008. package/dist/collection/components/dropdown-button/dropdown-button.ct.js +51 -0
  1009. package/dist/collection/components/dropdown-button/dropdown-button.ct.js.map +1 -0
  1010. package/dist/collection/components/dropdown-button/dropdown-button.js +249 -0
  1011. package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -0
  1012. package/dist/collection/components/dropdown-header/dropdown-header.css +74 -0
  1013. package/dist/collection/components/dropdown-header/dropdown-header.js +53 -0
  1014. package/dist/collection/components/dropdown-header/dropdown-header.js.map +1 -0
  1015. package/dist/collection/components/dropdown-item/dropdown-item.css +163 -0
  1016. package/dist/collection/components/dropdown-item/dropdown-item.js +290 -0
  1017. package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -0
  1018. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.css +32 -0
  1019. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +30 -0
  1020. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js.map +1 -0
  1021. package/dist/collection/components/empty-state/empty-state.css +148 -0
  1022. package/dist/collection/components/empty-state/empty-state.js +160 -0
  1023. package/dist/collection/components/empty-state/empty-state.js.map +1 -0
  1024. package/dist/collection/components/event-list/event-list.css +77 -0
  1025. package/dist/collection/components/event-list/event-list.js +235 -0
  1026. package/dist/collection/components/event-list/event-list.js.map +1 -0
  1027. package/dist/collection/components/event-list/test/event-list.ct.js +61 -0
  1028. package/dist/collection/components/event-list/test/event-list.ct.js.map +1 -0
  1029. package/dist/collection/components/event-list-item/event-list-item.css +198 -0
  1030. package/dist/collection/components/event-list-item/event-list-item.js +172 -0
  1031. package/dist/collection/components/event-list-item/event-list-item.js.map +1 -0
  1032. package/dist/collection/components/expanding-search/expanding-search.css +418 -0
  1033. package/dist/collection/components/expanding-search/expanding-search.js +292 -0
  1034. package/dist/collection/components/expanding-search/expanding-search.js.map +1 -0
  1035. package/dist/collection/components/expanding-search/test/expanding-search.ct.js +56 -0
  1036. package/dist/collection/components/expanding-search/test/expanding-search.ct.js.map +1 -0
  1037. package/dist/collection/components/field-label/field-label.css +14 -0
  1038. package/dist/collection/components/field-label/field-label.js +244 -0
  1039. package/dist/collection/components/field-label/field-label.js.map +1 -0
  1040. package/dist/collection/components/field-label/tests/field-label.ct.js +121 -0
  1041. package/dist/collection/components/field-label/tests/field-label.ct.js.map +1 -0
  1042. package/dist/collection/components/field-wrapper/field-wrapper.css +62 -0
  1043. package/dist/collection/components/field-wrapper/field-wrapper.js +363 -0
  1044. package/dist/collection/components/field-wrapper/field-wrapper.js.map +1 -0
  1045. package/dist/collection/components/field-wrapper/helper-text-util.js +29 -0
  1046. package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -0
  1047. package/dist/collection/components/field-wrapper/tests/field-wrapper.ct.js +63 -0
  1048. package/dist/collection/components/field-wrapper/tests/field-wrapper.ct.js.map +1 -0
  1049. package/dist/collection/components/filter-chip/filter-chip.css +155 -0
  1050. package/dist/collection/components/filter-chip/filter-chip.js +110 -0
  1051. package/dist/collection/components/filter-chip/filter-chip.js.map +1 -0
  1052. package/dist/collection/components/flip-tile/flip-tile-state.js +18 -0
  1053. package/dist/collection/components/flip-tile/flip-tile-state.js.map +1 -0
  1054. package/dist/collection/components/flip-tile/flip-tile.css +353 -0
  1055. package/dist/collection/components/flip-tile/flip-tile.js +254 -0
  1056. package/dist/collection/components/flip-tile/flip-tile.js.map +1 -0
  1057. package/dist/collection/components/flip-tile/test/flip-tile.ct.js +89 -0
  1058. package/dist/collection/components/flip-tile/test/flip-tile.ct.js.map +1 -0
  1059. package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
  1060. package/dist/collection/components/flip-tile-content/flip-tile-content.js +62 -0
  1061. package/dist/collection/components/flip-tile-content/flip-tile-content.js.map +1 -0
  1062. package/dist/collection/components/group/group-context-menu.css +23 -0
  1063. package/dist/collection/components/group/group-context-menu.js +62 -0
  1064. package/dist/collection/components/group/group-context-menu.js.map +1 -0
  1065. package/dist/collection/components/group/group.css +176 -0
  1066. package/dist/collection/components/group/group.js +382 -0
  1067. package/dist/collection/components/group/group.js.map +1 -0
  1068. package/dist/collection/components/group/test/group.ct.js +115 -0
  1069. package/dist/collection/components/group/test/group.ct.js.map +1 -0
  1070. package/dist/collection/components/group-item/group-item.css +189 -0
  1071. package/dist/collection/components/group-item/group-item.js +220 -0
  1072. package/dist/collection/components/group-item/group-item.js.map +1 -0
  1073. package/dist/collection/components/helper-text/helper-text.css +34 -0
  1074. package/dist/collection/components/helper-text/helper-text.js +185 -0
  1075. package/dist/collection/components/helper-text/helper-text.js.map +1 -0
  1076. package/dist/collection/components/icon-button/base-icon-button.js +14 -0
  1077. package/dist/collection/components/icon-button/base-icon-button.js.map +1 -0
  1078. package/dist/collection/components/icon-button/icon-button.css +817 -0
  1079. package/dist/collection/components/icon-button/icon-button.js +347 -0
  1080. package/dist/collection/components/icon-button/icon-button.js.map +1 -0
  1081. package/dist/collection/components/icon-button/test/icon-button.ct.js +30 -0
  1082. package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -0
  1083. package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +817 -0
  1084. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +311 -0
  1085. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js.map +1 -0
  1086. package/dist/collection/components/input/input.animation.js +36 -0
  1087. package/dist/collection/components/input/input.animation.js.map +1 -0
  1088. package/dist/collection/components/input/input.css +578 -0
  1089. package/dist/collection/components/input/input.fc.js +38 -0
  1090. package/dist/collection/components/input/input.fc.js.map +1 -0
  1091. package/dist/collection/components/input/input.js +684 -0
  1092. package/dist/collection/components/input/input.js.map +1 -0
  1093. package/dist/collection/components/input/input.util.js +128 -0
  1094. package/dist/collection/components/input/input.util.js.map +1 -0
  1095. package/dist/collection/components/input/number-input.css +560 -0
  1096. package/dist/collection/components/input/number-input.js +678 -0
  1097. package/dist/collection/components/input/number-input.js.map +1 -0
  1098. package/dist/collection/components/input/tests/form-ready.ct.js +63 -0
  1099. package/dist/collection/components/input/tests/form-ready.ct.js.map +1 -0
  1100. package/dist/collection/components/input/tests/validation.ct.js +44 -0
  1101. package/dist/collection/components/input/tests/validation.ct.js.map +1 -0
  1102. package/dist/collection/components/input/textarea.css +580 -0
  1103. package/dist/collection/components/input/textarea.js +687 -0
  1104. package/dist/collection/components/input/textarea.js.map +1 -0
  1105. package/dist/collection/components/input-group/input-group.css +107 -0
  1106. package/dist/collection/components/input-group/input-group.js +152 -0
  1107. package/dist/collection/components/input-group/input-group.js.map +1 -0
  1108. package/dist/collection/components/input-group/tests/input-group.ct.js +161 -0
  1109. package/dist/collection/components/input-group/tests/input-group.ct.js.map +1 -0
  1110. package/dist/collection/components/key-value/key-value.css +76 -0
  1111. package/dist/collection/components/key-value/key-value.js +128 -0
  1112. package/dist/collection/components/key-value/key-value.js.map +1 -0
  1113. package/dist/collection/components/key-value-list/key-value-list.css +7 -0
  1114. package/dist/collection/components/key-value-list/key-value-list.js +60 -0
  1115. package/dist/collection/components/key-value-list/key-value-list.js.map +1 -0
  1116. package/dist/collection/components/kpi/kpi.css +183 -0
  1117. package/dist/collection/components/kpi/kpi.js +162 -0
  1118. package/dist/collection/components/kpi/kpi.js.map +1 -0
  1119. package/dist/collection/components/layout-auto/layout-auto.css +16 -0
  1120. package/dist/collection/components/layout-auto/layout-auto.js +127 -0
  1121. package/dist/collection/components/layout-auto/layout-auto.js.map +1 -0
  1122. package/dist/collection/components/layout-grid/layout-grid.css +21 -0
  1123. package/dist/collection/components/layout-grid/layout-grid.js +113 -0
  1124. package/dist/collection/components/layout-grid/layout-grid.js.map +1 -0
  1125. package/dist/collection/components/link-button/link-button.css +446 -0
  1126. package/dist/collection/components/link-button/link-button.js +112 -0
  1127. package/dist/collection/components/link-button/link-button.js.map +1 -0
  1128. package/dist/collection/components/map-navigation/map-navigation.css +197 -0
  1129. package/dist/collection/components/map-navigation/map-navigation.js +386 -0
  1130. package/dist/collection/components/map-navigation/map-navigation.js.map +1 -0
  1131. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +301 -0
  1132. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +167 -0
  1133. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -0
  1134. package/dist/collection/components/menu/menu-expand-icon.css +501 -0
  1135. package/dist/collection/components/menu/menu-expand-icon.js +158 -0
  1136. package/dist/collection/components/menu/menu-expand-icon.js.map +1 -0
  1137. package/dist/collection/components/menu/menu.css +1861 -0
  1138. package/dist/collection/components/menu/menu.js +1046 -0
  1139. package/dist/collection/components/menu/menu.js.map +1 -0
  1140. package/dist/collection/components/menu/test/menu.ct.js +256 -0
  1141. package/dist/collection/components/menu/test/menu.ct.js.map +1 -0
  1142. package/dist/collection/components/menu-about/menu-about.css +207 -0
  1143. package/dist/collection/components/menu-about/menu-about.js +166 -0
  1144. package/dist/collection/components/menu-about/menu-about.js.map +1 -0
  1145. package/dist/collection/components/menu-about/test/menu-about.ct.js +65 -0
  1146. package/dist/collection/components/menu-about/test/menu-about.ct.js.map +1 -0
  1147. package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
  1148. package/dist/collection/components/menu-about-item/menu-about-item.js +87 -0
  1149. package/dist/collection/components/menu-about-item/menu-about-item.js.map +1 -0
  1150. package/dist/collection/components/menu-about-news/menu-about-news.css +178 -0
  1151. package/dist/collection/components/menu-about-news/menu-about-news.js +216 -0
  1152. package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -0
  1153. package/dist/collection/components/menu-avatar/menu-avatar.css +142 -0
  1154. package/dist/collection/components/menu-avatar/menu-avatar.js +211 -0
  1155. package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -0
  1156. package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +67 -0
  1157. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +129 -0
  1158. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js.map +1 -0
  1159. package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js +47 -0
  1160. package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js.map +1 -0
  1161. package/dist/collection/components/menu-category/enter-leave.js +30 -0
  1162. package/dist/collection/components/menu-category/enter-leave.js.map +1 -0
  1163. package/dist/collection/components/menu-category/menu-category.css +129 -0
  1164. package/dist/collection/components/menu-category/menu-category.js +305 -0
  1165. package/dist/collection/components/menu-category/menu-category.js.map +1 -0
  1166. package/dist/collection/components/menu-category/test/menu-category.ct.js +274 -0
  1167. package/dist/collection/components/menu-category/test/menu-category.ct.js.map +1 -0
  1168. package/dist/collection/components/menu-item/menu-item.css +187 -0
  1169. package/dist/collection/components/menu-item/menu-item.js +299 -0
  1170. package/dist/collection/components/menu-item/menu-item.js.map +1 -0
  1171. package/dist/collection/components/menu-item/test/menu-item.ct.js +67 -0
  1172. package/dist/collection/components/menu-item/test/menu-item.ct.js.map +1 -0
  1173. package/dist/collection/components/menu-settings/menu-settings.css +262 -0
  1174. package/dist/collection/components/menu-settings/menu-settings.js +166 -0
  1175. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -0
  1176. package/dist/collection/components/menu-settings/test/menu-settings.ct.js +32 -0
  1177. package/dist/collection/components/menu-settings/test/menu-settings.ct.js.map +1 -0
  1178. package/dist/collection/components/menu-settings-item/menu-settings-item.css +12 -0
  1179. package/dist/collection/components/menu-settings-item/menu-settings-item.js +87 -0
  1180. package/dist/collection/components/menu-settings-item/menu-settings-item.js.map +1 -0
  1181. package/dist/collection/components/message-bar/message-bar.css +138 -0
  1182. package/dist/collection/components/message-bar/message-bar.js +163 -0
  1183. package/dist/collection/components/message-bar/message-bar.js.map +1 -0
  1184. package/dist/collection/components/message-bar/test/message-bar.ct.js +28 -0
  1185. package/dist/collection/components/message-bar/test/message-bar.ct.js.map +1 -0
  1186. package/dist/collection/components/modal/modal.css +113 -0
  1187. package/dist/collection/components/modal/modal.js +467 -0
  1188. package/dist/collection/components/modal/modal.js.map +1 -0
  1189. package/dist/collection/components/modal/test/modal.ct.js +156 -0
  1190. package/dist/collection/components/modal/test/modal.ct.js.map +1 -0
  1191. package/dist/collection/components/modal-content/modal-content.css +69 -0
  1192. package/dist/collection/components/modal-content/modal-content.js +30 -0
  1193. package/dist/collection/components/modal-content/modal-content.js.map +1 -0
  1194. package/dist/collection/components/modal-footer/modal-footer.css +71 -0
  1195. package/dist/collection/components/modal-footer/modal-footer.js +30 -0
  1196. package/dist/collection/components/modal-footer/modal-footer.js.map +1 -0
  1197. package/dist/collection/components/modal-header/modal-header.css +75 -0
  1198. package/dist/collection/components/modal-header/modal-header.js +151 -0
  1199. package/dist/collection/components/modal-header/modal-header.js.map +1 -0
  1200. package/dist/collection/components/modal-loading/modal-loading.css +22 -0
  1201. package/dist/collection/components/modal-loading/modal-loading.js +30 -0
  1202. package/dist/collection/components/modal-loading/modal-loading.js.map +1 -0
  1203. package/dist/collection/components/pagination/pagination.css +1158 -0
  1204. package/dist/collection/components/pagination/pagination.js +377 -0
  1205. package/dist/collection/components/pagination/pagination.js.map +1 -0
  1206. package/dist/collection/components/pagination/test/pagination.ct.js +68 -0
  1207. package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
  1208. package/dist/collection/components/pane/pane.css +263 -0
  1209. package/dist/collection/components/pane/pane.js +871 -0
  1210. package/dist/collection/components/pane/pane.js.map +1 -0
  1211. package/dist/collection/components/pane/test/panes.ct.js +59 -0
  1212. package/dist/collection/components/pane/test/panes.ct.js.map +1 -0
  1213. package/dist/collection/components/pane-layout/pane-layout.css +148 -0
  1214. package/dist/collection/components/pane-layout/pane-layout.js +397 -0
  1215. package/dist/collection/components/pane-layout/pane-layout.js.map +1 -0
  1216. package/dist/collection/components/pane-layout/test/pane-layout.ct.js +60 -0
  1217. package/dist/collection/components/pane-layout/test/pane-layout.ct.js.map +1 -0
  1218. package/dist/collection/components/pill/pill.css +301 -0
  1219. package/dist/collection/components/pill/pill.js +249 -0
  1220. package/dist/collection/components/pill/pill.js.map +1 -0
  1221. package/dist/collection/components/pill/test/pill.ct.js +63 -0
  1222. package/dist/collection/components/pill/test/pill.ct.js.map +1 -0
  1223. package/dist/collection/components/push-card/push-card.css +28 -0
  1224. package/dist/collection/components/push-card/push-card.js +171 -0
  1225. package/dist/collection/components/push-card/push-card.js.map +1 -0
  1226. package/dist/collection/components/radio/radio.css +414 -0
  1227. package/dist/collection/components/radio/radio.js +292 -0
  1228. package/dist/collection/components/radio/radio.js.map +1 -0
  1229. package/dist/collection/components/radio/test/radio.ct.js +77 -0
  1230. package/dist/collection/components/radio/test/radio.ct.js.map +1 -0
  1231. package/dist/collection/components/radio-group/radio-group.css +38 -0
  1232. package/dist/collection/components/radio-group/radio-group.js +339 -0
  1233. package/dist/collection/components/radio-group/radio-group.js.map +1 -0
  1234. package/dist/collection/components/radio-group/test/radio-group.ct.js +100 -0
  1235. package/dist/collection/components/radio-group/test/radio-group.ct.js.map +1 -0
  1236. package/dist/collection/components/row/row.css +16 -0
  1237. package/dist/collection/components/row/row.js +30 -0
  1238. package/dist/collection/components/row/row.js.map +1 -0
  1239. package/dist/collection/components/select/select.css +310 -0
  1240. package/dist/collection/components/select/select.js +1350 -0
  1241. package/dist/collection/components/select/select.js.map +1 -0
  1242. package/dist/collection/components/select/test/select-keyboard.ct.js +380 -0
  1243. package/dist/collection/components/select/test/select-keyboard.ct.js.map +1 -0
  1244. package/dist/collection/components/select/test/select.ct.js +493 -0
  1245. package/dist/collection/components/select/test/select.ct.js.map +1 -0
  1246. package/dist/collection/components/select-item/events.js +25 -0
  1247. package/dist/collection/components/select-item/events.js.map +1 -0
  1248. package/dist/collection/components/select-item/select-item.css +26 -0
  1249. package/dist/collection/components/select-item/select-item.js +255 -0
  1250. package/dist/collection/components/select-item/select-item.js.map +1 -0
  1251. package/dist/collection/components/slider/slider.css +271 -0
  1252. package/dist/collection/components/slider/slider.js +439 -0
  1253. package/dist/collection/components/slider/slider.js.map +1 -0
  1254. package/dist/collection/components/slider/test/slider.ct.js +65 -0
  1255. package/dist/collection/components/slider/test/slider.ct.js.map +1 -0
  1256. package/dist/collection/components/spinner/spinner.css +608 -0
  1257. package/dist/collection/components/spinner/spinner.js +113 -0
  1258. package/dist/collection/components/spinner/spinner.js.map +1 -0
  1259. package/dist/collection/components/split-button/split-button.css +109 -0
  1260. package/dist/collection/components/split-button/split-button.js +305 -0
  1261. package/dist/collection/components/split-button/split-button.js.map +1 -0
  1262. package/dist/collection/components/tab-item/tab-item.css +261 -0
  1263. package/dist/collection/components/tab-item/tab-item.js +286 -0
  1264. package/dist/collection/components/tab-item/tab-item.js.map +1 -0
  1265. package/dist/collection/components/tabs/tabs.css +145 -0
  1266. package/dist/collection/components/tabs/tabs.js +421 -0
  1267. package/dist/collection/components/tabs/tabs.js.map +1 -0
  1268. package/dist/collection/components/tabs/test/tabs.ct.js +134 -0
  1269. package/dist/collection/components/tabs/test/tabs.ct.js.map +1 -0
  1270. package/dist/collection/components/tile/tile.css +162 -0
  1271. package/dist/collection/components/tile/tile.js +82 -0
  1272. package/dist/collection/components/tile/tile.js.map +1 -0
  1273. package/dist/collection/components/time-picker/test/time-picker.ct.js +95 -0
  1274. package/dist/collection/components/time-picker/test/time-picker.ct.js.map +1 -0
  1275. package/dist/collection/components/time-picker/time-picker.css +742 -0
  1276. package/dist/collection/components/time-picker/time-picker.js +498 -0
  1277. package/dist/collection/components/time-picker/time-picker.js.map +1 -0
  1278. package/dist/collection/components/toast/styles/toast-container.css +96 -0
  1279. package/dist/collection/components/toast/toast-container.js +220 -0
  1280. package/dist/collection/components/toast/toast-container.js.map +1 -0
  1281. package/dist/collection/components/toast/toast-utils.js +36 -0
  1282. package/dist/collection/components/toast/toast-utils.js.map +1 -0
  1283. package/dist/collection/components/toast/toast.css +181 -0
  1284. package/dist/collection/components/toast/toast.js +238 -0
  1285. package/dist/collection/components/toast/toast.js.map +1 -0
  1286. package/dist/collection/components/toggle/test/toggle.ct.js +84 -0
  1287. package/dist/collection/components/toggle/test/toggle.ct.js.map +1 -0
  1288. package/dist/collection/components/toggle/toggle.css +535 -0
  1289. package/dist/collection/components/toggle/toggle.js +418 -0
  1290. package/dist/collection/components/toggle/toggle.js.map +1 -0
  1291. package/dist/collection/components/toggle-button/toggle-button.css +453 -0
  1292. package/dist/collection/components/toggle-button/toggle-button.js +279 -0
  1293. package/dist/collection/components/toggle-button/toggle-button.js.map +1 -0
  1294. package/dist/collection/components/tooltip/test/tooltip.ct.js +243 -0
  1295. package/dist/collection/components/tooltip/test/tooltip.ct.js.map +1 -0
  1296. package/dist/collection/components/tooltip/tooltip.css +63 -0
  1297. package/dist/collection/components/tooltip/tooltip.js +568 -0
  1298. package/dist/collection/components/tooltip/tooltip.js.map +1 -0
  1299. package/dist/collection/components/tree/test/tree.ct.js +190 -0
  1300. package/dist/collection/components/tree/test/tree.ct.js.map +1 -0
  1301. package/dist/collection/components/tree/tree-model.js +2 -0
  1302. package/dist/collection/components/tree/tree-model.js.map +1 -0
  1303. package/dist/collection/components/tree/tree.css +12 -0
  1304. package/dist/collection/components/tree/tree.js +415 -0
  1305. package/dist/collection/components/tree/tree.js.map +1 -0
  1306. package/dist/collection/components/tree-item/default-tree-item.js +19 -0
  1307. package/dist/collection/components/tree-item/default-tree-item.js.map +1 -0
  1308. package/dist/collection/components/tree-item/tree-item.css +143 -0
  1309. package/dist/collection/components/tree-item/tree-item.js +143 -0
  1310. package/dist/collection/components/tree-item/tree-item.js.map +1 -0
  1311. package/dist/collection/components/typography/type-mapping.js +2 -0
  1312. package/dist/collection/components/typography/type-mapping.js.map +1 -0
  1313. package/dist/collection/components/typography/typography.css +587 -0
  1314. package/dist/collection/components/typography/typography.js +153 -0
  1315. package/dist/collection/components/typography/typography.js.map +1 -0
  1316. package/dist/collection/components/upload/test/upload.ct.js +17 -0
  1317. package/dist/collection/components/upload/test/upload.ct.js.map +1 -0
  1318. package/dist/collection/components/upload/upload-file-state.js +17 -0
  1319. package/dist/collection/components/upload/upload-file-state.js.map +1 -0
  1320. package/dist/collection/components/upload/upload.css +177 -0
  1321. package/dist/collection/components/upload/upload.js +481 -0
  1322. package/dist/collection/components/upload/upload.js.map +1 -0
  1323. package/dist/collection/components/utils/a11y.js +110 -0
  1324. package/dist/collection/components/utils/a11y.js.map +1 -0
  1325. package/dist/collection/components/utils/animation.js +17 -0
  1326. package/dist/collection/components/utils/animation.js.map +1 -0
  1327. package/dist/collection/components/utils/app-switch/index.js +27 -0
  1328. package/dist/collection/components/utils/app-switch/index.js.map +1 -0
  1329. package/dist/collection/components/utils/application-layout/context.js +19 -0
  1330. package/dist/collection/components/utils/application-layout/context.js.map +1 -0
  1331. package/dist/collection/components/utils/application-layout/index.js +10 -0
  1332. package/dist/collection/components/utils/application-layout/index.js.map +1 -0
  1333. package/dist/collection/components/utils/application-layout/service.js +99 -0
  1334. package/dist/collection/components/utils/application-layout/service.js.map +1 -0
  1335. package/dist/collection/components/utils/attributes.js +25 -0
  1336. package/dist/collection/components/utils/attributes.js.map +1 -0
  1337. package/dist/collection/components/utils/breakpoints.js +22 -0
  1338. package/dist/collection/components/utils/breakpoints.js.map +1 -0
  1339. package/dist/collection/components/utils/condition-checks.js +31 -0
  1340. package/dist/collection/components/utils/condition-checks.js.map +1 -0
  1341. package/dist/collection/components/utils/context.js +82 -0
  1342. package/dist/collection/components/utils/context.js.map +1 -0
  1343. package/dist/collection/components/utils/debounce.js +10 -0
  1344. package/dist/collection/components/utils/debounce.js.map +1 -0
  1345. package/dist/collection/components/utils/delegate.js +29 -0
  1346. package/dist/collection/components/utils/delegate.js.map +1 -0
  1347. package/dist/collection/components/utils/disposable-event-listener.js +19 -0
  1348. package/dist/collection/components/utils/disposable-event-listener.js.map +1 -0
  1349. package/dist/collection/components/utils/element-reference.js +2 -0
  1350. package/dist/collection/components/utils/element-reference.js.map +1 -0
  1351. package/dist/collection/components/utils/find-element.js +99 -0
  1352. package/dist/collection/components/utils/find-element.js.map +1 -0
  1353. package/dist/collection/components/utils/focus.js +63 -0
  1354. package/dist/collection/components/utils/focus.js.map +1 -0
  1355. package/dist/collection/components/utils/input/index.js +9 -0
  1356. package/dist/collection/components/utils/input/index.js.map +1 -0
  1357. package/dist/collection/components/utils/input/validation.js +111 -0
  1358. package/dist/collection/components/utils/input/validation.js.map +1 -0
  1359. package/dist/collection/components/utils/internal/component.js +2 -0
  1360. package/dist/collection/components/utils/internal/component.js.map +1 -0
  1361. package/dist/collection/components/utils/internal/index.js +2 -0
  1362. package/dist/collection/components/utils/internal/index.js.map +1 -0
  1363. package/dist/collection/components/utils/lazy-list/index.js +2 -0
  1364. package/dist/collection/components/utils/lazy-list/index.js.map +1 -0
  1365. package/dist/collection/components/utils/lazy-list/lazy.js +343 -0
  1366. package/dist/collection/components/utils/lazy-list/lazy.js.map +1 -0
  1367. package/dist/collection/components/utils/listener.js +71 -0
  1368. package/dist/collection/components/utils/listener.js.map +1 -0
  1369. package/dist/collection/components/utils/make-ref.js +20 -0
  1370. package/dist/collection/components/utils/make-ref.js.map +1 -0
  1371. package/dist/collection/components/utils/menu-service/menu-service.js +79 -0
  1372. package/dist/collection/components/utils/menu-service/menu-service.js.map +1 -0
  1373. package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js +33 -0
  1374. package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js.map +1 -0
  1375. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +45 -0
  1376. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -0
  1377. package/dist/collection/components/utils/modal/index.js +12 -0
  1378. package/dist/collection/components/utils/modal/index.js.map +1 -0
  1379. package/dist/collection/components/utils/modal/loading.js +35 -0
  1380. package/dist/collection/components/utils/modal/loading.js.map +1 -0
  1381. package/dist/collection/components/utils/modal/message.js +140 -0
  1382. package/dist/collection/components/utils/modal/message.js.map +1 -0
  1383. package/dist/collection/components/utils/modal/modal.js +82 -0
  1384. package/dist/collection/components/utils/modal/modal.js.map +1 -0
  1385. package/dist/collection/components/utils/mutation-observer.js +10 -0
  1386. package/dist/collection/components/utils/mutation-observer.js.map +1 -0
  1387. package/dist/collection/components/utils/notification-color.js +2 -0
  1388. package/dist/collection/components/utils/notification-color.js.map +1 -0
  1389. package/dist/collection/components/utils/overlay.js +32 -0
  1390. package/dist/collection/components/utils/overlay.js.map +1 -0
  1391. package/dist/collection/components/utils/requestAnimationFrame.js +24 -0
  1392. package/dist/collection/components/utils/requestAnimationFrame.js.map +1 -0
  1393. package/dist/collection/components/utils/rwd.util.js +38 -0
  1394. package/dist/collection/components/utils/rwd.util.js.map +1 -0
  1395. package/dist/collection/components/utils/shadow-dom.js +49 -0
  1396. package/dist/collection/components/utils/shadow-dom.js.map +1 -0
  1397. package/dist/collection/components/utils/theme-switcher.js +120 -0
  1398. package/dist/collection/components/utils/theme-switcher.js.map +1 -0
  1399. package/dist/collection/components/utils/type-helper.js +2 -0
  1400. package/dist/collection/components/utils/type-helper.js.map +1 -0
  1401. package/dist/collection/components/utils/typed-event.js +43 -0
  1402. package/dist/collection/components/utils/typed-event.js.map +1 -0
  1403. package/dist/collection/components/utils/uuid.js +16 -0
  1404. package/dist/collection/components/utils/uuid.js.map +1 -0
  1405. package/dist/collection/components/utils/waitForElement.js +29 -0
  1406. package/dist/collection/components/utils/waitForElement.js.map +1 -0
  1407. package/dist/collection/components/validation-tooltip/validation-tooltip.css +217 -0
  1408. package/dist/collection/components/validation-tooltip/validation-tooltip.js +253 -0
  1409. package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
  1410. package/dist/collection/components/workflow-step/workflow-step.css +212 -0
  1411. package/dist/collection/components/workflow-step/workflow-step.js +292 -0
  1412. package/dist/collection/components/workflow-step/workflow-step.js.map +1 -0
  1413. package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js +74 -0
  1414. package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js.map +1 -0
  1415. package/dist/collection/components/workflow-steps/workflow-steps.css +91 -0
  1416. package/dist/collection/components/workflow-steps/workflow-steps.js +191 -0
  1417. package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -0
  1418. package/dist/collection/index.js +29 -0
  1419. package/dist/collection/index.js.map +1 -0
  1420. package/dist/collection/setup.js +26 -0
  1421. package/dist/collection/setup.js.map +1 -0
  1422. package/dist/collection/tests/application/application-switch/genetic-data.svg +3 -0
  1423. package/dist/collection/tests/application/application-switch/square-play.svg +13 -0
  1424. package/dist/collection/tests/utils/test/index.js +36 -0
  1425. package/dist/collection/tests/utils/test/index.js.map +1 -0
  1426. package/dist/collection/tests/utils/test/matchMedia.mock.js +22 -0
  1427. package/dist/collection/tests/utils/test/page.js +118 -0
  1428. package/dist/collection/tests/utils/test/page.js.map +1 -0
  1429. package/dist/esm/a11y-Bb7pDeaQ.js +144 -0
  1430. package/dist/esm/a11y-Bb7pDeaQ.js.map +1 -0
  1431. package/dist/esm/animation-Dp15M30K.js +20 -0
  1432. package/dist/esm/animation-Dp15M30K.js.map +1 -0
  1433. package/dist/esm/anime.es-Ou74PMQs.js +1313 -0
  1434. package/dist/esm/anime.es-Ou74PMQs.js.map +1 -0
  1435. package/dist/esm/app-globals-u1To5tos.js +8 -0
  1436. package/dist/esm/app-globals-u1To5tos.js.map +1 -0
  1437. package/dist/esm/base-button-IZFEmS6o.js +71 -0
  1438. package/dist/esm/base-button-IZFEmS6o.js.map +1 -0
  1439. package/dist/esm/base-icon-button-bH_gbsvW.js +19 -0
  1440. package/dist/esm/base-icon-button-bH_gbsvW.js.map +1 -0
  1441. package/dist/esm/breakpoints-D6vSVaHq.js +26 -0
  1442. package/dist/esm/breakpoints-D6vSVaHq.js.map +1 -0
  1443. package/dist/esm/context-CKM5pVsv.js +105 -0
  1444. package/dist/esm/context-CKM5pVsv.js.map +1 -0
  1445. package/dist/esm/datetime-bDicGJUN.js +7697 -0
  1446. package/dist/esm/datetime-bDicGJUN.js.map +1 -0
  1447. package/dist/esm/default-tree-item-UQa1aROL.js +23 -0
  1448. package/dist/esm/default-tree-item-UQa1aROL.js.map +1 -0
  1449. package/dist/esm/disposable-event-listener-CKoABG1h.js +23 -0
  1450. package/dist/esm/disposable-event-listener-CKoABG1h.js.map +1 -0
  1451. package/dist/esm/dropdown-controller-D3K9vmFp.js +157 -0
  1452. package/dist/esm/dropdown-controller-D3K9vmFp.js.map +1 -0
  1453. package/dist/esm/find-element-CFRrPFxi.js +103 -0
  1454. package/dist/esm/find-element-CFRrPFxi.js.map +1 -0
  1455. package/dist/esm/flip-tile-state-BQ6999e5.js +22 -0
  1456. package/dist/esm/flip-tile-state-BQ6999e5.js.map +1 -0
  1457. package/dist/esm/floating-ui.dom-CAqtPJ4-.js +1786 -0
  1458. package/dist/esm/floating-ui.dom-CAqtPJ4-.js.map +1 -0
  1459. package/dist/esm/focus-BAKpVknt.js +68 -0
  1460. package/dist/esm/focus-BAKpVknt.js.map +1 -0
  1461. package/dist/esm/helper-text-util-BUSv2nIj.js +42 -0
  1462. package/dist/esm/helper-text-util-BUSv2nIj.js.map +1 -0
  1463. package/dist/esm/index-CpUAGkLr.js +33 -0
  1464. package/dist/esm/index-CpUAGkLr.js.map +1 -0
  1465. package/dist/esm/index-CrTP-icT.js +53 -0
  1466. package/dist/esm/index-CrTP-icT.js.map +1 -0
  1467. package/dist/esm/index-DtF9fwpD.js +2468 -0
  1468. package/dist/esm/index-DtF9fwpD.js.map +1 -0
  1469. package/dist/esm/index.js +115 -0
  1470. package/dist/esm/index.js.map +1 -0
  1471. package/dist/esm/input.util-BbBYOl1b.js +203 -0
  1472. package/dist/esm/input.util-BbBYOl1b.js.map +1 -0
  1473. package/dist/esm/ix-action-card.entry.js +30 -0
  1474. package/dist/esm/ix-action-card.entry.js.map +1 -0
  1475. package/dist/esm/ix-application-header.entry.js +157 -0
  1476. package/dist/esm/ix-application-header.entry.js.map +1 -0
  1477. package/dist/esm/ix-application-sidebar.entry.js +44 -0
  1478. package/dist/esm/ix-application-sidebar.entry.js.map +1 -0
  1479. package/dist/esm/ix-application-switch-modal.entry.js +57 -0
  1480. package/dist/esm/ix-application-switch-modal.entry.js.map +1 -0
  1481. package/dist/esm/ix-application.entry.js +118 -0
  1482. package/dist/esm/ix-application.entry.js.map +1 -0
  1483. package/dist/esm/ix-avatar.ix-menu-avatar-item.entry.js.map +1 -0
  1484. package/dist/esm/ix-avatar_2.entry.js +84 -0
  1485. package/dist/esm/ix-avatar_2.entry.js.map +1 -0
  1486. package/dist/esm/ix-basic-navigation.entry.js +93 -0
  1487. package/dist/esm/ix-basic-navigation.entry.js.map +1 -0
  1488. package/dist/esm/ix-blind.entry.js +99 -0
  1489. package/dist/esm/ix-blind.entry.js.map +1 -0
  1490. package/dist/esm/ix-breadcrumb-item.entry.js +74 -0
  1491. package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
  1492. package/dist/esm/ix-breadcrumb.entry.js +120 -0
  1493. package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
  1494. package/dist/esm/ix-button.entry.js +103 -0
  1495. package/dist/esm/ix-button.entry.js.map +1 -0
  1496. package/dist/esm/ix-card-accordion.ix-card-title.entry.js.map +1 -0
  1497. package/dist/esm/ix-card-accordion_2.entry.js +83 -0
  1498. package/dist/esm/ix-card-accordion_2.entry.js.map +1 -0
  1499. package/dist/esm/ix-card-list.entry.js +189 -0
  1500. package/dist/esm/ix-card-list.entry.js.map +1 -0
  1501. package/dist/esm/ix-card.ix-card-content.entry.js.map +1 -0
  1502. package/dist/esm/ix-card_2.entry.js +42 -0
  1503. package/dist/esm/ix-card_2.entry.js.map +1 -0
  1504. package/dist/esm/ix-category-filter.entry.js +535 -0
  1505. package/dist/esm/ix-category-filter.entry.js.map +1 -0
  1506. package/dist/esm/ix-checkbox-group.entry.js +56 -0
  1507. package/dist/esm/ix-checkbox-group.entry.js.map +1 -0
  1508. package/dist/esm/ix-checkbox.entry.js +124 -0
  1509. package/dist/esm/ix-checkbox.entry.js.map +1 -0
  1510. package/dist/esm/ix-chip.entry.js +93 -0
  1511. package/dist/esm/ix-chip.entry.js.map +1 -0
  1512. package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -0
  1513. package/dist/esm/ix-col_4.entry.js +635 -0
  1514. package/dist/esm/ix-col_4.entry.js.map +1 -0
  1515. package/dist/esm/ix-content-header.entry.js +32 -0
  1516. package/dist/esm/ix-content-header.entry.js.map +1 -0
  1517. package/dist/esm/ix-content.entry.js +29 -0
  1518. package/dist/esm/ix-content.entry.js.map +1 -0
  1519. package/dist/esm/ix-css-grid-item.entry.js +20 -0
  1520. package/dist/esm/ix-css-grid-item.entry.js.map +1 -0
  1521. package/dist/esm/ix-css-grid.entry.js +96 -0
  1522. package/dist/esm/ix-css-grid.entry.js.map +1 -0
  1523. package/dist/esm/ix-custom-field.entry.js +57 -0
  1524. package/dist/esm/ix-custom-field.entry.js.map +1 -0
  1525. package/dist/esm/ix-date-dropdown.entry.js +263 -0
  1526. package/dist/esm/ix-date-dropdown.entry.js.map +1 -0
  1527. package/dist/esm/ix-date-input.entry.js +285 -0
  1528. package/dist/esm/ix-date-input.entry.js.map +1 -0
  1529. package/dist/esm/ix-date-time-card.entry.js +36 -0
  1530. package/dist/esm/ix-date-time-card.entry.js.map +1 -0
  1531. package/dist/esm/ix-datetime-picker.entry.js +105 -0
  1532. package/dist/esm/ix-datetime-picker.entry.js.map +1 -0
  1533. package/dist/esm/ix-divider.entry.js +18 -0
  1534. package/dist/esm/ix-divider.entry.js.map +1 -0
  1535. package/dist/esm/ix-drawer.entry.js +159 -0
  1536. package/dist/esm/ix-drawer.entry.js.map +1 -0
  1537. package/dist/esm/ix-dropdown-button.entry.js +56 -0
  1538. package/dist/esm/ix-dropdown-button.entry.js.map +1 -0
  1539. package/dist/esm/ix-dropdown-header.entry.js +18 -0
  1540. package/dist/esm/ix-dropdown-header.entry.js.map +1 -0
  1541. package/dist/esm/ix-dropdown-item.entry.js +58 -0
  1542. package/dist/esm/ix-dropdown-item.entry.js.map +1 -0
  1543. package/dist/esm/ix-dropdown-quick-actions.entry.js +18 -0
  1544. package/dist/esm/ix-dropdown-quick-actions.entry.js.map +1 -0
  1545. package/dist/esm/ix-dropdown.entry.js +369 -0
  1546. package/dist/esm/ix-dropdown.entry.js.map +1 -0
  1547. package/dist/esm/ix-empty-state.entry.js +23 -0
  1548. package/dist/esm/ix-empty-state.entry.js.map +1 -0
  1549. package/dist/esm/ix-event-list-item.entry.js +49 -0
  1550. package/dist/esm/ix-event-list-item.entry.js.map +1 -0
  1551. package/dist/esm/ix-event-list.entry.js +137 -0
  1552. package/dist/esm/ix-event-list.entry.js.map +1 -0
  1553. package/dist/esm/ix-expanding-search.entry.js +105 -0
  1554. package/dist/esm/ix-expanding-search.entry.js.map +1 -0
  1555. package/dist/esm/ix-field-label.ix-field-wrapper.entry.js.map +1 -0
  1556. package/dist/esm/ix-field-label_2.entry.js +186 -0
  1557. package/dist/esm/ix-field-label_2.entry.js.map +1 -0
  1558. package/dist/esm/ix-filter-chip.ix-select-item.entry.js.map +1 -0
  1559. package/dist/esm/ix-filter-chip_2.entry.js +127 -0
  1560. package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
  1561. package/dist/esm/ix-flip-tile-content.entry.js +24 -0
  1562. package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
  1563. package/dist/esm/ix-flip-tile.entry.js +117 -0
  1564. package/dist/esm/ix-flip-tile.entry.js.map +1 -0
  1565. package/dist/esm/ix-group-context-menu.ix-group-item.entry.js.map +1 -0
  1566. package/dist/esm/ix-group-context-menu_2.entry.js +78 -0
  1567. package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
  1568. package/dist/esm/ix-group.entry.js +165 -0
  1569. package/dist/esm/ix-group.entry.js.map +1 -0
  1570. package/dist/esm/ix-helper-text.entry.js +60 -0
  1571. package/dist/esm/ix-helper-text.entry.js.map +1 -0
  1572. package/dist/esm/ix-icon-button.ix-spinner.entry.js.map +1 -0
  1573. package/dist/esm/ix-icon-button_2.entry.js +130 -0
  1574. package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
  1575. package/dist/esm/ix-icon-toggle-button.entry.js +105 -0
  1576. package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -0
  1577. package/dist/esm/ix-input-group.entry.js +130 -0
  1578. package/dist/esm/ix-input-group.entry.js.map +1 -0
  1579. package/dist/esm/ix-input.entry.js +164 -0
  1580. package/dist/esm/ix-input.entry.js.map +1 -0
  1581. package/dist/esm/ix-key-value-list.entry.js +22 -0
  1582. package/dist/esm/ix-key-value-list.entry.js.map +1 -0
  1583. package/dist/esm/ix-key-value.entry.js +25 -0
  1584. package/dist/esm/ix-key-value.entry.js.map +1 -0
  1585. package/dist/esm/ix-kpi.entry.js +50 -0
  1586. package/dist/esm/ix-kpi.entry.js.map +1 -0
  1587. package/dist/esm/ix-layout-auto.entry.js +91 -0
  1588. package/dist/esm/ix-layout-auto.entry.js.map +1 -0
  1589. package/dist/esm/ix-link-button.entry.js +35 -0
  1590. package/dist/esm/ix-link-button.entry.js.map +1 -0
  1591. package/dist/esm/ix-map-navigation-overlay.entry.js +58 -0
  1592. package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
  1593. package/dist/esm/ix-map-navigation.entry.js +173 -0
  1594. package/dist/esm/ix-map-navigation.entry.js.map +1 -0
  1595. package/dist/esm/ix-menu-about-item.entry.js +29 -0
  1596. package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
  1597. package/dist/esm/ix-menu-about-news.entry.js +44 -0
  1598. package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
  1599. package/dist/esm/ix-menu-about.entry.js +41 -0
  1600. package/dist/esm/ix-menu-about.entry.js.map +1 -0
  1601. package/dist/esm/ix-menu-avatar.entry.js +49 -0
  1602. package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
  1603. package/dist/esm/ix-menu-category.entry.js +223 -0
  1604. package/dist/esm/ix-menu-category.entry.js.map +1 -0
  1605. package/dist/esm/ix-menu-expand-icon.entry.js +47 -0
  1606. package/dist/esm/ix-menu-expand-icon.entry.js.map +1 -0
  1607. package/dist/esm/ix-menu-item.entry.js +107 -0
  1608. package/dist/esm/ix-menu-item.entry.js.map +1 -0
  1609. package/dist/esm/ix-menu-settings-BOBnQeQI.js +118 -0
  1610. package/dist/esm/ix-menu-settings-BOBnQeQI.js.map +1 -0
  1611. package/dist/esm/ix-menu-settings-item.entry.js +29 -0
  1612. package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
  1613. package/dist/esm/ix-menu-settings.entry.js +6 -0
  1614. package/dist/esm/ix-menu-settings.entry.js.map +1 -0
  1615. package/dist/esm/ix-menu.entry.js +513 -0
  1616. package/dist/esm/ix-menu.entry.js.map +1 -0
  1617. package/dist/esm/ix-message-bar.entry.js +68 -0
  1618. package/dist/esm/ix-message-bar.entry.js.map +1 -0
  1619. package/dist/esm/ix-modal-content.ix-modal-header.entry.js.map +1 -0
  1620. package/dist/esm/ix-modal-content_2.entry.js +62 -0
  1621. package/dist/esm/ix-modal-content_2.entry.js.map +1 -0
  1622. package/dist/esm/ix-modal-footer.entry.js +18 -0
  1623. package/dist/esm/ix-modal-footer.entry.js.map +1 -0
  1624. package/dist/esm/ix-modal-loading.entry.js +18 -0
  1625. package/dist/esm/ix-modal-loading.entry.js.map +1 -0
  1626. package/dist/esm/ix-modal.entry.js +215 -0
  1627. package/dist/esm/ix-modal.entry.js.map +1 -0
  1628. package/dist/esm/ix-number-input.entry.js +163 -0
  1629. package/dist/esm/ix-number-input.entry.js.map +1 -0
  1630. package/dist/esm/ix-pagination.entry.js +168 -0
  1631. package/dist/esm/ix-pagination.entry.js.map +1 -0
  1632. package/dist/esm/ix-pane-layout.entry.js +282 -0
  1633. package/dist/esm/ix-pane-layout.entry.js.map +1 -0
  1634. package/dist/esm/ix-pane.entry.js +506 -0
  1635. package/dist/esm/ix-pane.entry.js.map +1 -0
  1636. package/dist/esm/ix-pill.entry.js +89 -0
  1637. package/dist/esm/ix-pill.entry.js.map +1 -0
  1638. package/dist/esm/ix-push-card.entry.js +28 -0
  1639. package/dist/esm/ix-push-card.entry.js.map +1 -0
  1640. package/dist/esm/ix-radio-group.entry.js +111 -0
  1641. package/dist/esm/ix-radio-group.entry.js.map +1 -0
  1642. package/dist/esm/ix-radio.entry.js +98 -0
  1643. package/dist/esm/ix-radio.entry.js.map +1 -0
  1644. package/dist/esm/ix-select.entry.js +664 -0
  1645. package/dist/esm/ix-select.entry.js.map +1 -0
  1646. package/dist/esm/ix-slider.entry.js +204 -0
  1647. package/dist/esm/ix-slider.entry.js.map +1 -0
  1648. package/dist/esm/ix-split-button.entry.js +65 -0
  1649. package/dist/esm/ix-split-button.entry.js.map +1 -0
  1650. package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -0
  1651. package/dist/esm/ix-tab-item_2.entry.js +361 -0
  1652. package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
  1653. package/dist/esm/ix-textarea.entry.js +129 -0
  1654. package/dist/esm/ix-textarea.entry.js.map +1 -0
  1655. package/dist/esm/ix-tile.entry.js +41 -0
  1656. package/dist/esm/ix-tile.entry.js.map +1 -0
  1657. package/dist/esm/ix-time-picker.entry.js +199 -0
  1658. package/dist/esm/ix-time-picker.entry.js.map +1 -0
  1659. package/dist/esm/ix-toast-container.entry.js +100 -0
  1660. package/dist/esm/ix-toast-container.entry.js.map +1 -0
  1661. package/dist/esm/ix-toast.entry.js +77 -0
  1662. package/dist/esm/ix-toast.entry.js.map +1 -0
  1663. package/dist/esm/ix-toggle-button.entry.js +92 -0
  1664. package/dist/esm/ix-toggle-button.entry.js.map +1 -0
  1665. package/dist/esm/ix-toggle.entry.js +122 -0
  1666. package/dist/esm/ix-toggle.entry.js.map +1 -0
  1667. package/dist/esm/ix-tooltip.entry.js +329 -0
  1668. package/dist/esm/ix-tooltip.entry.js.map +1 -0
  1669. package/dist/esm/ix-tree-item.entry.js +35 -0
  1670. package/dist/esm/ix-tree-item.entry.js.map +1 -0
  1671. package/dist/esm/ix-tree.entry.js +561 -0
  1672. package/dist/esm/ix-tree.entry.js.map +1 -0
  1673. package/dist/esm/ix-typography.entry.js +39 -0
  1674. package/dist/esm/ix-typography.entry.js.map +1 -0
  1675. package/dist/esm/ix-upload.entry.js +190 -0
  1676. package/dist/esm/ix-upload.entry.js.map +1 -0
  1677. package/dist/esm/ix-validation-tooltip.entry.js +157 -0
  1678. package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
  1679. package/dist/esm/ix-workflow-step.entry.js +116 -0
  1680. package/dist/esm/ix-workflow-step.entry.js.map +1 -0
  1681. package/dist/esm/ix-workflow-steps.entry.js +90 -0
  1682. package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
  1683. package/dist/esm/listener-CNnvvup1.js +76 -0
  1684. package/dist/esm/listener-CNnvvup1.js.map +1 -0
  1685. package/dist/esm/loader.js +15 -0
  1686. package/dist/esm/loader.js.map +1 -0
  1687. package/dist/esm/logical-filter-operator-BH3f5fa3.js +37 -0
  1688. package/dist/esm/logical-filter-operator-BH3f5fa3.js.map +1 -0
  1689. package/dist/esm/make-ref-bcj7UEIC.js +24 -0
  1690. package/dist/esm/make-ref-bcj7UEIC.js.map +1 -0
  1691. package/dist/esm/menu-service-Dl5Ra79J.js +79 -0
  1692. package/dist/esm/menu-service-Dl5Ra79J.js.map +1 -0
  1693. package/dist/esm/modal-DUew4SCE.js +253 -0
  1694. package/dist/esm/modal-DUew4SCE.js.map +1 -0
  1695. package/dist/esm/mutation-observer-CX81WQtk.js +14 -0
  1696. package/dist/esm/mutation-observer-CX81WQtk.js.map +1 -0
  1697. package/dist/esm/rwd.util-pXYAoEyc.js +42 -0
  1698. package/dist/esm/rwd.util-pXYAoEyc.js.map +1 -0
  1699. package/dist/esm/service-Ca8OHh45.js +100 -0
  1700. package/dist/esm/service-Ca8OHh45.js.map +1 -0
  1701. package/dist/esm/setup-BbF8F_t9.js +31 -0
  1702. package/dist/esm/setup-BbF8F_t9.js.map +1 -0
  1703. package/dist/esm/shadow-dom-i60z1FJC.js +46 -0
  1704. package/dist/esm/shadow-dom-i60z1FJC.js.map +1 -0
  1705. package/dist/esm/siemens-ix.js +25 -0
  1706. package/dist/esm/siemens-ix.js.map +1 -0
  1707. package/dist/esm/theme-switcher-CA3k28fo.js +125 -0
  1708. package/dist/esm/theme-switcher-CA3k28fo.js.map +1 -0
  1709. package/dist/esm/typed-event-BdCnOrqW.js +47 -0
  1710. package/dist/esm/typed-event-BdCnOrqW.js.map +1 -0
  1711. package/dist/esm/upload-file-state-BGzrnl_l.js +21 -0
  1712. package/dist/esm/upload-file-state-BGzrnl_l.js.map +1 -0
  1713. package/dist/esm/validation-C3siDfPQ.js +116 -0
  1714. package/dist/esm/validation-C3siDfPQ.js.map +1 -0
  1715. package/dist/index.cjs.js +1 -0
  1716. package/dist/index.js +1 -0
  1717. package/dist/siemens-ix/index.esm.js +2 -0
  1718. package/dist/siemens-ix/index.esm.js.map +1 -0
  1719. package/dist/siemens-ix/ix-action-card.entry.esm.js.map +1 -0
  1720. package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -0
  1721. package/dist/siemens-ix/ix-application-sidebar.entry.esm.js.map +1 -0
  1722. package/dist/siemens-ix/ix-application-switch-modal.entry.esm.js.map +1 -0
  1723. package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -0
  1724. package/dist/siemens-ix/ix-avatar.ix-menu-avatar-item.entry.esm.js.map +1 -0
  1725. package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +1 -0
  1726. package/dist/siemens-ix/ix-blind.entry.esm.js.map +1 -0
  1727. package/dist/siemens-ix/ix-breadcrumb-item.entry.esm.js.map +1 -0
  1728. package/dist/siemens-ix/ix-breadcrumb.entry.esm.js.map +1 -0
  1729. package/dist/siemens-ix/ix-button.entry.esm.js.map +1 -0
  1730. package/dist/siemens-ix/ix-card-accordion.ix-card-title.entry.esm.js.map +1 -0
  1731. package/dist/siemens-ix/ix-card-list.entry.esm.js.map +1 -0
  1732. package/dist/siemens-ix/ix-card.ix-card-content.entry.esm.js.map +1 -0
  1733. package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -0
  1734. package/dist/siemens-ix/ix-checkbox-group.entry.esm.js.map +1 -0
  1735. package/dist/siemens-ix/ix-checkbox.entry.esm.js.map +1 -0
  1736. package/dist/siemens-ix/ix-chip.entry.esm.js.map +1 -0
  1737. package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -0
  1738. package/dist/siemens-ix/ix-content-header.entry.esm.js.map +1 -0
  1739. package/dist/siemens-ix/ix-content.entry.esm.js.map +1 -0
  1740. package/dist/siemens-ix/ix-css-grid-item.entry.esm.js.map +1 -0
  1741. package/dist/siemens-ix/ix-css-grid.entry.esm.js.map +1 -0
  1742. package/dist/siemens-ix/ix-custom-field.entry.esm.js.map +1 -0
  1743. package/dist/siemens-ix/ix-date-dropdown.entry.esm.js.map +1 -0
  1744. package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -0
  1745. package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -0
  1746. package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -0
  1747. package/dist/siemens-ix/ix-divider.entry.esm.js.map +1 -0
  1748. package/dist/siemens-ix/ix-drawer.entry.esm.js.map +1 -0
  1749. package/dist/siemens-ix/ix-dropdown-button.entry.esm.js.map +1 -0
  1750. package/dist/siemens-ix/ix-dropdown-header.entry.esm.js.map +1 -0
  1751. package/dist/siemens-ix/ix-dropdown-item.entry.esm.js.map +1 -0
  1752. package/dist/siemens-ix/ix-dropdown-quick-actions.entry.esm.js.map +1 -0
  1753. package/dist/siemens-ix/ix-dropdown.entry.esm.js.map +1 -0
  1754. package/dist/siemens-ix/ix-empty-state.entry.esm.js.map +1 -0
  1755. package/dist/siemens-ix/ix-event-list-item.entry.esm.js.map +1 -0
  1756. package/dist/siemens-ix/ix-event-list.entry.esm.js.map +1 -0
  1757. package/dist/siemens-ix/ix-expanding-search.entry.esm.js.map +1 -0
  1758. package/dist/siemens-ix/ix-field-label.ix-field-wrapper.entry.esm.js.map +1 -0
  1759. package/dist/siemens-ix/ix-filter-chip.ix-select-item.entry.esm.js.map +1 -0
  1760. package/dist/siemens-ix/ix-flip-tile-content.entry.esm.js.map +1 -0
  1761. package/dist/siemens-ix/ix-flip-tile.entry.esm.js.map +1 -0
  1762. package/dist/siemens-ix/ix-group-context-menu.ix-group-item.entry.esm.js.map +1 -0
  1763. package/dist/siemens-ix/ix-group.entry.esm.js.map +1 -0
  1764. package/dist/siemens-ix/ix-helper-text.entry.esm.js.map +1 -0
  1765. package/dist/siemens-ix/ix-icon-button.ix-spinner.entry.esm.js.map +1 -0
  1766. package/dist/siemens-ix/ix-icon-toggle-button.entry.esm.js.map +1 -0
  1767. package/dist/siemens-ix/ix-input-group.entry.esm.js.map +1 -0
  1768. package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -0
  1769. package/dist/siemens-ix/ix-key-value-list.entry.esm.js.map +1 -0
  1770. package/dist/siemens-ix/ix-key-value.entry.esm.js.map +1 -0
  1771. package/dist/siemens-ix/ix-kpi.entry.esm.js.map +1 -0
  1772. package/dist/siemens-ix/ix-layout-auto.entry.esm.js.map +1 -0
  1773. package/dist/siemens-ix/ix-link-button.entry.esm.js.map +1 -0
  1774. package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +1 -0
  1775. package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +1 -0
  1776. package/dist/siemens-ix/ix-menu-about-item.entry.esm.js.map +1 -0
  1777. package/dist/siemens-ix/ix-menu-about-news.entry.esm.js.map +1 -0
  1778. package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -0
  1779. package/dist/siemens-ix/ix-menu-avatar.entry.esm.js.map +1 -0
  1780. package/dist/siemens-ix/ix-menu-category.entry.esm.js.map +1 -0
  1781. package/dist/siemens-ix/ix-menu-expand-icon.entry.esm.js.map +1 -0
  1782. package/dist/siemens-ix/ix-menu-item.entry.esm.js.map +1 -0
  1783. package/dist/siemens-ix/ix-menu-settings-item.entry.esm.js.map +1 -0
  1784. package/dist/siemens-ix/ix-menu-settings.entry.esm.js.map +1 -0
  1785. package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -0
  1786. package/dist/siemens-ix/ix-message-bar.entry.esm.js.map +1 -0
  1787. package/dist/siemens-ix/ix-modal-content.ix-modal-header.entry.esm.js.map +1 -0
  1788. package/dist/siemens-ix/ix-modal-footer.entry.esm.js.map +1 -0
  1789. package/dist/siemens-ix/ix-modal-loading.entry.esm.js.map +1 -0
  1790. package/dist/siemens-ix/ix-modal.entry.esm.js.map +1 -0
  1791. package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -0
  1792. package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -0
  1793. package/dist/siemens-ix/ix-pane-layout.entry.esm.js.map +1 -0
  1794. package/dist/siemens-ix/ix-pane.entry.esm.js.map +1 -0
  1795. package/dist/siemens-ix/ix-pill.entry.esm.js.map +1 -0
  1796. package/dist/siemens-ix/ix-push-card.entry.esm.js.map +1 -0
  1797. package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -0
  1798. package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -0
  1799. package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -0
  1800. package/dist/siemens-ix/ix-slider.entry.esm.js.map +1 -0
  1801. package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -0
  1802. package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -0
  1803. package/dist/siemens-ix/ix-textarea.entry.esm.js.map +1 -0
  1804. package/dist/siemens-ix/ix-tile.entry.esm.js.map +1 -0
  1805. package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -0
  1806. package/dist/siemens-ix/ix-toast-container.entry.esm.js.map +1 -0
  1807. package/dist/siemens-ix/ix-toast.entry.esm.js.map +1 -0
  1808. package/dist/siemens-ix/ix-toggle-button.entry.esm.js.map +1 -0
  1809. package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -0
  1810. package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -0
  1811. package/dist/siemens-ix/ix-tree-item.entry.esm.js.map +1 -0
  1812. package/dist/siemens-ix/ix-tree.entry.esm.js.map +1 -0
  1813. package/dist/siemens-ix/ix-typography.entry.esm.js.map +1 -0
  1814. package/dist/siemens-ix/ix-upload.entry.esm.js.map +1 -0
  1815. package/dist/siemens-ix/ix-validation-tooltip.entry.esm.js.map +1 -0
  1816. package/dist/siemens-ix/ix-workflow-step.entry.esm.js.map +1 -0
  1817. package/dist/siemens-ix/ix-workflow-steps.entry.esm.js.map +1 -0
  1818. package/dist/siemens-ix/loader.esm.js.map +1 -0
  1819. package/dist/siemens-ix/p--2LOMK-5.js +2 -0
  1820. package/dist/siemens-ix/p--2LOMK-5.js.map +1 -0
  1821. package/dist/siemens-ix/p-001a084b.entry.js +2 -0
  1822. package/dist/siemens-ix/p-001a084b.entry.js.map +1 -0
  1823. package/dist/siemens-ix/p-01c3ef64.entry.js +2 -0
  1824. package/dist/siemens-ix/p-01c3ef64.entry.js.map +1 -0
  1825. package/dist/siemens-ix/p-033a9520.entry.js +2 -0
  1826. package/dist/siemens-ix/p-033a9520.entry.js.map +1 -0
  1827. package/dist/siemens-ix/p-0818f6af.entry.js +2 -0
  1828. package/dist/siemens-ix/p-0818f6af.entry.js.map +1 -0
  1829. package/dist/siemens-ix/p-08d2c2e8.entry.js +2 -0
  1830. package/dist/siemens-ix/p-08d2c2e8.entry.js.map +1 -0
  1831. package/dist/siemens-ix/p-08e33f34.entry.js +2 -0
  1832. package/dist/siemens-ix/p-08e33f34.entry.js.map +1 -0
  1833. package/dist/siemens-ix/p-0f72ac93.entry.js +2 -0
  1834. package/dist/siemens-ix/p-0f72ac93.entry.js.map +1 -0
  1835. package/dist/siemens-ix/p-10d57ca2.entry.js +2 -0
  1836. package/dist/siemens-ix/p-10d57ca2.entry.js.map +1 -0
  1837. package/dist/siemens-ix/p-127a8ea3.entry.js +2 -0
  1838. package/dist/siemens-ix/p-127a8ea3.entry.js.map +1 -0
  1839. package/dist/siemens-ix/p-1837e711.entry.js +2 -0
  1840. package/dist/siemens-ix/p-1837e711.entry.js.map +1 -0
  1841. package/dist/siemens-ix/p-19b855f3.entry.js +2 -0
  1842. package/dist/siemens-ix/p-19b855f3.entry.js.map +1 -0
  1843. package/dist/siemens-ix/p-1a1e0f93.entry.js +2 -0
  1844. package/dist/siemens-ix/p-1a1e0f93.entry.js.map +1 -0
  1845. package/dist/siemens-ix/p-1b4019b5.entry.js +2 -0
  1846. package/dist/siemens-ix/p-1b4019b5.entry.js.map +1 -0
  1847. package/dist/siemens-ix/p-1b488eb2.entry.js +2 -0
  1848. package/dist/siemens-ix/p-1b488eb2.entry.js.map +1 -0
  1849. package/dist/siemens-ix/p-1bf52529.entry.js +2 -0
  1850. package/dist/siemens-ix/p-1bf52529.entry.js.map +1 -0
  1851. package/dist/siemens-ix/p-1e2dfffb.entry.js +2 -0
  1852. package/dist/siemens-ix/p-1e2dfffb.entry.js.map +1 -0
  1853. package/dist/siemens-ix/p-2240c295.entry.js +2 -0
  1854. package/dist/siemens-ix/p-2240c295.entry.js.map +1 -0
  1855. package/dist/siemens-ix/p-2927de2b.entry.js +2 -0
  1856. package/dist/siemens-ix/p-2927de2b.entry.js.map +1 -0
  1857. package/dist/siemens-ix/p-2aa40bcf.entry.js +2 -0
  1858. package/dist/siemens-ix/p-2aa40bcf.entry.js.map +1 -0
  1859. package/dist/siemens-ix/p-2c95e67c.entry.js +2 -0
  1860. package/dist/siemens-ix/p-2c95e67c.entry.js.map +1 -0
  1861. package/dist/siemens-ix/p-2d9eb88d.entry.js +2 -0
  1862. package/dist/siemens-ix/p-2d9eb88d.entry.js.map +1 -0
  1863. package/dist/siemens-ix/p-316cf983.entry.js +2 -0
  1864. package/dist/siemens-ix/p-316cf983.entry.js.map +1 -0
  1865. package/dist/siemens-ix/p-320281ab.entry.js +2 -0
  1866. package/dist/siemens-ix/p-320281ab.entry.js.map +1 -0
  1867. package/dist/siemens-ix/p-32612a51.entry.js +2 -0
  1868. package/dist/siemens-ix/p-32612a51.entry.js.map +1 -0
  1869. package/dist/siemens-ix/p-3677ae1c.entry.js +2 -0
  1870. package/dist/siemens-ix/p-3677ae1c.entry.js.map +1 -0
  1871. package/dist/siemens-ix/p-38d3e0c8.entry.js +2 -0
  1872. package/dist/siemens-ix/p-38d3e0c8.entry.js.map +1 -0
  1873. package/dist/siemens-ix/p-3af8304e.entry.js +2 -0
  1874. package/dist/siemens-ix/p-3af8304e.entry.js.map +1 -0
  1875. package/dist/siemens-ix/p-3d57eed7.entry.js +2 -0
  1876. package/dist/siemens-ix/p-3d57eed7.entry.js.map +1 -0
  1877. package/dist/siemens-ix/p-3f03f070.entry.js +2 -0
  1878. package/dist/siemens-ix/p-3f03f070.entry.js.map +1 -0
  1879. package/dist/siemens-ix/p-43e8cbf1.entry.js +2 -0
  1880. package/dist/siemens-ix/p-43e8cbf1.entry.js.map +1 -0
  1881. package/dist/siemens-ix/p-45427457.entry.js +2 -0
  1882. package/dist/siemens-ix/p-45427457.entry.js.map +1 -0
  1883. package/dist/siemens-ix/p-523e3cce.entry.js +2 -0
  1884. package/dist/siemens-ix/p-523e3cce.entry.js.map +1 -0
  1885. package/dist/siemens-ix/p-538743fb.entry.js +2 -0
  1886. package/dist/siemens-ix/p-538743fb.entry.js.map +1 -0
  1887. package/dist/siemens-ix/p-5e241a1f.entry.js +2 -0
  1888. package/dist/siemens-ix/p-5e241a1f.entry.js.map +1 -0
  1889. package/dist/siemens-ix/p-61140574.entry.js +2 -0
  1890. package/dist/siemens-ix/p-61140574.entry.js.map +1 -0
  1891. package/dist/siemens-ix/p-66e7e232.entry.js +2 -0
  1892. package/dist/siemens-ix/p-66e7e232.entry.js.map +1 -0
  1893. package/dist/siemens-ix/p-6ae131ad.entry.js +2 -0
  1894. package/dist/siemens-ix/p-6ae131ad.entry.js.map +1 -0
  1895. package/dist/siemens-ix/p-6b316d6a.entry.js +2 -0
  1896. package/dist/siemens-ix/p-6b316d6a.entry.js.map +1 -0
  1897. package/dist/siemens-ix/p-6c554ece.entry.js +2 -0
  1898. package/dist/siemens-ix/p-6c554ece.entry.js.map +1 -0
  1899. package/dist/siemens-ix/p-6d38bed7.entry.js +2 -0
  1900. package/dist/siemens-ix/p-6d38bed7.entry.js.map +1 -0
  1901. package/dist/siemens-ix/p-718a54f8.entry.js +2 -0
  1902. package/dist/siemens-ix/p-718a54f8.entry.js.map +1 -0
  1903. package/dist/siemens-ix/p-71eaa791.entry.js +2 -0
  1904. package/dist/siemens-ix/p-71eaa791.entry.js.map +1 -0
  1905. package/dist/siemens-ix/p-736a7446.entry.js +2 -0
  1906. package/dist/siemens-ix/p-736a7446.entry.js.map +1 -0
  1907. package/dist/siemens-ix/p-765ffc2a.entry.js +2 -0
  1908. package/dist/siemens-ix/p-765ffc2a.entry.js.map +1 -0
  1909. package/dist/siemens-ix/p-7cb18fa5.entry.js +2 -0
  1910. package/dist/siemens-ix/p-7cb18fa5.entry.js.map +1 -0
  1911. package/dist/siemens-ix/p-802636fd.entry.js +2 -0
  1912. package/dist/siemens-ix/p-802636fd.entry.js.map +1 -0
  1913. package/dist/siemens-ix/p-8920bbfe.entry.js +2 -0
  1914. package/dist/siemens-ix/p-8920bbfe.entry.js.map +1 -0
  1915. package/dist/siemens-ix/p-8960c872.entry.js +2 -0
  1916. package/dist/siemens-ix/p-8960c872.entry.js.map +1 -0
  1917. package/dist/siemens-ix/p-89868ccc.entry.js +2 -0
  1918. package/dist/siemens-ix/p-89868ccc.entry.js.map +1 -0
  1919. package/dist/siemens-ix/p-8b41e47d.entry.js +2 -0
  1920. package/dist/siemens-ix/p-8b41e47d.entry.js.map +1 -0
  1921. package/dist/siemens-ix/p-9170f4cd.entry.js +2 -0
  1922. package/dist/siemens-ix/p-9170f4cd.entry.js.map +1 -0
  1923. package/dist/siemens-ix/p-9185b8c1.entry.js +2 -0
  1924. package/dist/siemens-ix/p-9185b8c1.entry.js.map +1 -0
  1925. package/dist/siemens-ix/p-9196f153.entry.js +2 -0
  1926. package/dist/siemens-ix/p-9196f153.entry.js.map +1 -0
  1927. package/dist/siemens-ix/p-91a5bb6c.entry.js +2 -0
  1928. package/dist/siemens-ix/p-91a5bb6c.entry.js.map +1 -0
  1929. package/dist/siemens-ix/p-9439d379.entry.js +2 -0
  1930. package/dist/siemens-ix/p-9439d379.entry.js.map +1 -0
  1931. package/dist/siemens-ix/p-9505ff9d.entry.js +2 -0
  1932. package/dist/siemens-ix/p-9505ff9d.entry.js.map +1 -0
  1933. package/dist/siemens-ix/p-9a7db83b.entry.js +2 -0
  1934. package/dist/siemens-ix/p-9a7db83b.entry.js.map +1 -0
  1935. package/dist/siemens-ix/p-9ca14286.entry.js +2 -0
  1936. package/dist/siemens-ix/p-9ca14286.entry.js.map +1 -0
  1937. package/dist/siemens-ix/p-9ed2e8df.entry.js +2 -0
  1938. package/dist/siemens-ix/p-9ed2e8df.entry.js.map +1 -0
  1939. package/dist/siemens-ix/p-BGzrnl_l.js +2 -0
  1940. package/dist/siemens-ix/p-BGzrnl_l.js.map +1 -0
  1941. package/dist/siemens-ix/p-BH3f5fa3.js +2 -0
  1942. package/dist/siemens-ix/p-BH3f5fa3.js.map +1 -0
  1943. package/dist/siemens-ix/p-BKgqKHZU.js +2 -0
  1944. package/dist/siemens-ix/p-BKgqKHZU.js.map +1 -0
  1945. package/dist/siemens-ix/p-BQ6999e5.js +2 -0
  1946. package/dist/siemens-ix/p-BQ6999e5.js.map +1 -0
  1947. package/dist/siemens-ix/p-Bb7pDeaQ.js +2 -0
  1948. package/dist/siemens-ix/p-Bb7pDeaQ.js.map +1 -0
  1949. package/dist/siemens-ix/p-BdCnOrqW.js +2 -0
  1950. package/dist/siemens-ix/p-BdCnOrqW.js.map +1 -0
  1951. package/dist/siemens-ix/p-Bdv-vpZz.js +2 -0
  1952. package/dist/siemens-ix/p-Bdv-vpZz.js.map +1 -0
  1953. package/dist/siemens-ix/p-CANRrgK_.js +2 -0
  1954. package/dist/siemens-ix/p-CANRrgK_.js.map +1 -0
  1955. package/dist/siemens-ix/p-CAqtPJ4-.js +2 -0
  1956. package/dist/siemens-ix/p-CAqtPJ4-.js.map +1 -0
  1957. package/dist/siemens-ix/p-CFRrPFxi.js +2 -0
  1958. package/dist/siemens-ix/p-CFRrPFxi.js.map +1 -0
  1959. package/dist/siemens-ix/p-CKA5agGR.js +2 -0
  1960. package/dist/siemens-ix/p-CKA5agGR.js.map +1 -0
  1961. package/dist/siemens-ix/p-CKoABG1h.js +2 -0
  1962. package/dist/siemens-ix/p-CKoABG1h.js.map +1 -0
  1963. package/dist/siemens-ix/p-CUWFODSd.js +2 -0
  1964. package/dist/siemens-ix/p-CUWFODSd.js.map +1 -0
  1965. package/dist/siemens-ix/p-CX81WQtk.js +2 -0
  1966. package/dist/siemens-ix/p-CX81WQtk.js.map +1 -0
  1967. package/dist/siemens-ix/p-CYvkc2CR.js +2 -0
  1968. package/dist/siemens-ix/p-CYvkc2CR.js.map +1 -0
  1969. package/dist/siemens-ix/p-CZ1HWy6s.js +2 -0
  1970. package/dist/siemens-ix/p-CZ1HWy6s.js.map +1 -0
  1971. package/dist/siemens-ix/p-CdOJ663o.js +2 -0
  1972. package/dist/siemens-ix/p-CdOJ663o.js.map +1 -0
  1973. package/dist/siemens-ix/p-Cdt22lfd.js +2 -0
  1974. package/dist/siemens-ix/p-Cdt22lfd.js.map +1 -0
  1975. package/dist/siemens-ix/p-CrTP-icT.js +2 -0
  1976. package/dist/siemens-ix/p-CrTP-icT.js.map +1 -0
  1977. package/dist/siemens-ix/p-CyFFBc_G.js +2 -0
  1978. package/dist/siemens-ix/p-CyFFBc_G.js.map +1 -0
  1979. package/dist/siemens-ix/p-D3K9vmFp.js +2 -0
  1980. package/dist/siemens-ix/p-D3K9vmFp.js.map +1 -0
  1981. package/dist/siemens-ix/p-D6vSVaHq.js +2 -0
  1982. package/dist/siemens-ix/p-D6vSVaHq.js.map +1 -0
  1983. package/dist/siemens-ix/p-DDHkNPby.js +2 -0
  1984. package/dist/siemens-ix/p-DDHkNPby.js.map +1 -0
  1985. package/dist/siemens-ix/p-DQmgxFuB.js +2 -0
  1986. package/dist/siemens-ix/p-DQmgxFuB.js.map +1 -0
  1987. package/dist/siemens-ix/p-Dk_lr0xl.js +2 -0
  1988. package/dist/siemens-ix/p-Dk_lr0xl.js.map +1 -0
  1989. package/dist/siemens-ix/p-Dp15M30K.js +2 -0
  1990. package/dist/siemens-ix/p-Dp15M30K.js.map +1 -0
  1991. package/dist/siemens-ix/p-Dp4RJcgZ.js +2 -0
  1992. package/dist/siemens-ix/p-Dp4RJcgZ.js.map +1 -0
  1993. package/dist/siemens-ix/p-DtF9fwpD.js +3 -0
  1994. package/dist/siemens-ix/p-DtF9fwpD.js.map +1 -0
  1995. package/dist/siemens-ix/p-Ou74PMQs.js +2 -0
  1996. package/dist/siemens-ix/p-Ou74PMQs.js.map +1 -0
  1997. package/dist/siemens-ix/p-UQa1aROL.js +2 -0
  1998. package/dist/siemens-ix/p-UQa1aROL.js.map +1 -0
  1999. package/dist/siemens-ix/p-a0ef8437.entry.js +2 -0
  2000. package/dist/siemens-ix/p-a0ef8437.entry.js.map +1 -0
  2001. package/dist/siemens-ix/p-a1c09e3c.entry.js +2 -0
  2002. package/dist/siemens-ix/p-a1c09e3c.entry.js.map +1 -0
  2003. package/dist/siemens-ix/p-a2c05b1b.entry.js +2 -0
  2004. package/dist/siemens-ix/p-a2c05b1b.entry.js.map +1 -0
  2005. package/dist/siemens-ix/p-a48f6140.entry.js +2 -0
  2006. package/dist/siemens-ix/p-a48f6140.entry.js.map +1 -0
  2007. package/dist/siemens-ix/p-a55e1df3.entry.js +2 -0
  2008. package/dist/siemens-ix/p-a55e1df3.entry.js.map +1 -0
  2009. package/dist/siemens-ix/p-aaf423b9.entry.js +2 -0
  2010. package/dist/siemens-ix/p-aaf423b9.entry.js.map +1 -0
  2011. package/dist/siemens-ix/p-ac9215b9.entry.js +2 -0
  2012. package/dist/siemens-ix/p-ac9215b9.entry.js.map +1 -0
  2013. package/dist/siemens-ix/p-accb8080.entry.js +2 -0
  2014. package/dist/siemens-ix/p-accb8080.entry.js.map +1 -0
  2015. package/dist/siemens-ix/p-afd2fa29.entry.js +2 -0
  2016. package/dist/siemens-ix/p-afd2fa29.entry.js.map +1 -0
  2017. package/dist/siemens-ix/p-b0a445d7.entry.js +2 -0
  2018. package/dist/siemens-ix/p-b0a445d7.entry.js.map +1 -0
  2019. package/dist/siemens-ix/p-b0cfcae1.entry.js +2 -0
  2020. package/dist/siemens-ix/p-b0cfcae1.entry.js.map +1 -0
  2021. package/dist/siemens-ix/p-b2fd83da.entry.js +2 -0
  2022. package/dist/siemens-ix/p-b2fd83da.entry.js.map +1 -0
  2023. package/dist/siemens-ix/p-b606a172.entry.js +2 -0
  2024. package/dist/siemens-ix/p-b606a172.entry.js.map +1 -0
  2025. package/dist/siemens-ix/p-b761a9d6.entry.js +2 -0
  2026. package/dist/siemens-ix/p-b761a9d6.entry.js.map +1 -0
  2027. package/dist/siemens-ix/p-bDicGJUN.js +2 -0
  2028. package/dist/siemens-ix/p-bDicGJUN.js.map +1 -0
  2029. package/dist/siemens-ix/p-bcj7UEIC.js +2 -0
  2030. package/dist/siemens-ix/p-bcj7UEIC.js.map +1 -0
  2031. package/dist/siemens-ix/p-bd6e324a.entry.js +2 -0
  2032. package/dist/siemens-ix/p-bd6e324a.entry.js.map +1 -0
  2033. package/dist/siemens-ix/p-c210f347.entry.js +2 -0
  2034. package/dist/siemens-ix/p-c210f347.entry.js.map +1 -0
  2035. package/dist/siemens-ix/p-c2b23c82.entry.js +2 -0
  2036. package/dist/siemens-ix/p-c2b23c82.entry.js.map +1 -0
  2037. package/dist/siemens-ix/p-c56c3898.entry.js +2 -0
  2038. package/dist/siemens-ix/p-c56c3898.entry.js.map +1 -0
  2039. package/dist/siemens-ix/p-cb5000ac.entry.js +2 -0
  2040. package/dist/siemens-ix/p-cb5000ac.entry.js.map +1 -0
  2041. package/dist/siemens-ix/p-cbf9dc1c.entry.js +2 -0
  2042. package/dist/siemens-ix/p-cbf9dc1c.entry.js.map +1 -0
  2043. package/dist/siemens-ix/p-cc843644.entry.js +2 -0
  2044. package/dist/siemens-ix/p-cc843644.entry.js.map +1 -0
  2045. package/dist/siemens-ix/p-ce331bdc.entry.js +2 -0
  2046. package/dist/siemens-ix/p-ce331bdc.entry.js.map +1 -0
  2047. package/dist/siemens-ix/p-cefd8579.entry.js +2 -0
  2048. package/dist/siemens-ix/p-cefd8579.entry.js.map +1 -0
  2049. package/dist/siemens-ix/p-d1420219.entry.js +2 -0
  2050. package/dist/siemens-ix/p-d1420219.entry.js.map +1 -0
  2051. package/dist/siemens-ix/p-d1e08a10.entry.js +2 -0
  2052. package/dist/siemens-ix/p-d1e08a10.entry.js.map +1 -0
  2053. package/dist/siemens-ix/p-d1e55b65.entry.js +2 -0
  2054. package/dist/siemens-ix/p-d1e55b65.entry.js.map +1 -0
  2055. package/dist/siemens-ix/p-d3e0d6d9.entry.js +2 -0
  2056. package/dist/siemens-ix/p-d3e0d6d9.entry.js.map +1 -0
  2057. package/dist/siemens-ix/p-d6bf2d75.entry.js +2 -0
  2058. package/dist/siemens-ix/p-d6bf2d75.entry.js.map +1 -0
  2059. package/dist/siemens-ix/p-e59e6e87.entry.js +2 -0
  2060. package/dist/siemens-ix/p-e59e6e87.entry.js.map +1 -0
  2061. package/dist/siemens-ix/p-e5ab9886.entry.js +2 -0
  2062. package/dist/siemens-ix/p-e5ab9886.entry.js.map +1 -0
  2063. package/dist/siemens-ix/p-e8252fd7.entry.js +2 -0
  2064. package/dist/siemens-ix/p-e8252fd7.entry.js.map +1 -0
  2065. package/dist/siemens-ix/p-eba65395.entry.js +2 -0
  2066. package/dist/siemens-ix/p-eba65395.entry.js.map +1 -0
  2067. package/dist/siemens-ix/p-ec92f199.entry.js +2 -0
  2068. package/dist/siemens-ix/p-ec92f199.entry.js.map +1 -0
  2069. package/dist/siemens-ix/p-eccfb343.entry.js +2 -0
  2070. package/dist/siemens-ix/p-eccfb343.entry.js.map +1 -0
  2071. package/dist/siemens-ix/p-ecefabdb.entry.js +2 -0
  2072. package/dist/siemens-ix/p-ecefabdb.entry.js.map +1 -0
  2073. package/dist/siemens-ix/p-ee807086.entry.js +2 -0
  2074. package/dist/siemens-ix/p-ee807086.entry.js.map +1 -0
  2075. package/dist/siemens-ix/p-f30f9b01.entry.js +2 -0
  2076. package/dist/siemens-ix/p-f30f9b01.entry.js.map +1 -0
  2077. package/dist/siemens-ix/p-f607e4c0.entry.js +2 -0
  2078. package/dist/siemens-ix/p-f607e4c0.entry.js.map +1 -0
  2079. package/dist/siemens-ix/p-f8976f8e.entry.js +2 -0
  2080. package/dist/siemens-ix/p-f8976f8e.entry.js.map +1 -0
  2081. package/dist/siemens-ix/p-fa3623a3.entry.js +2 -0
  2082. package/dist/siemens-ix/p-fa3623a3.entry.js.map +1 -0
  2083. package/dist/siemens-ix/p-i60z1FJC.js +2 -0
  2084. package/dist/siemens-ix/p-i60z1FJC.js.map +1 -0
  2085. package/dist/siemens-ix/p-pXYAoEyc.js +2 -0
  2086. package/dist/siemens-ix/p-pXYAoEyc.js.map +1 -0
  2087. package/dist/siemens-ix/p-z5yZxfe2.js +2 -0
  2088. package/dist/siemens-ix/p-z5yZxfe2.js.map +1 -0
  2089. package/dist/siemens-ix/siemens-ix-core.css +1 -0
  2090. package/dist/siemens-ix/siemens-ix.css +4782 -0
  2091. package/dist/siemens-ix/siemens-ix.esm.js +2 -0
  2092. package/dist/siemens-ix/siemens-ix.esm.js.map +1 -0
  2093. package/dist/siemens-ix/theme/classic-dark.css +1 -0
  2094. package/dist/siemens-ix/theme/classic-light.css +1 -0
  2095. package/dist/siemens-ix/theme/legacy-classic-dark.css +1 -0
  2096. package/dist/siemens-ix/theme/legacy-classic-light.css +1 -0
  2097. package/dist/types/components/action-card/action-card.d.ts +28 -0
  2098. package/dist/types/components/application/application.d.ts +43 -0
  2099. package/dist/types/components/application-header/application-header.d.ts +58 -0
  2100. package/dist/types/components/application-header/application-switch-modal/application-switch-modal.d.ts +9 -0
  2101. package/dist/types/components/application-header/test/application-header.ct.d.ts +1 -0
  2102. package/dist/types/components/application-sidebar/application-sidebar.d.ts +7 -0
  2103. package/dist/types/components/application-sidebar/events.d.ts +4 -0
  2104. package/dist/types/components/avatar/avatar.d.ts +39 -0
  2105. package/dist/types/components/avatar/test/avatar.ct.d.ts +1 -0
  2106. package/dist/types/components/basic-navigation/basic-navigation.d.ts +33 -0
  2107. package/dist/types/components/blind/blind.d.ts +44 -0
  2108. package/dist/types/components/blind/test/blind.ct.d.ts +1 -0
  2109. package/dist/types/components/breadcrumb/breadcrumb.d.ts +49 -0
  2110. package/dist/types/components/breadcrumb/test/breadcrumb.ct.d.ts +1 -0
  2111. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +28 -0
  2112. package/dist/types/components/button/base-button.d.ts +43 -0
  2113. package/dist/types/components/button/button-component.d.ts +31 -0
  2114. package/dist/types/components/button/button.d.ts +50 -0
  2115. package/dist/types/components/button/test/button.ct.d.ts +6 -0
  2116. package/dist/types/components/card/card.d.ts +16 -0
  2117. package/dist/types/components/card-accordion/card-accordion.d.ts +27 -0
  2118. package/dist/types/components/card-content/card-content.d.ts +6 -0
  2119. package/dist/types/components/card-list/card-list.d.ts +84 -0
  2120. package/dist/types/components/card-title/card-title.d.ts +8 -0
  2121. package/dist/types/components/category-filter/category-filter.d.ts +163 -0
  2122. package/dist/types/components/category-filter/filter-state.d.ts +9 -0
  2123. package/dist/types/components/category-filter/input-state.d.ts +6 -0
  2124. package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
  2125. package/dist/types/components/category-filter/test/category-filter.ct.d.ts +1 -0
  2126. package/dist/types/components/checkbox/checkbox.d.ts +61 -0
  2127. package/dist/types/components/checkbox/tests/checkbox.ct.d.ts +1 -0
  2128. package/dist/types/components/checkbox-group/checkbox-group.d.ts +47 -0
  2129. package/dist/types/components/chip/chip.d.ts +51 -0
  2130. package/dist/types/components/chip/test/chip.ct.d.ts +1 -0
  2131. package/dist/types/components/col/col.d.ts +31 -0
  2132. package/dist/types/components/content/content.d.ts +10 -0
  2133. package/dist/types/components/content-header/content-header.d.ts +25 -0
  2134. package/dist/types/components/css-grid/builder.d.ts +1 -0
  2135. package/dist/types/components/css-grid/css-grid-item.d.ts +10 -0
  2136. package/dist/types/components/css-grid/css-grid.d.ts +18 -0
  2137. package/dist/types/components/custom-field/custom-field.d.ts +46 -0
  2138. package/dist/types/components/custom-field/tests/custom-field.ct.d.ts +1 -0
  2139. package/dist/types/components/date-dropdown/date-dropdown.d.ts +161 -0
  2140. package/dist/types/components/date-dropdown/test/date-dropdown.ct.d.ts +1 -0
  2141. package/dist/types/components/date-input/date-input.d.ts +152 -0
  2142. package/dist/types/components/date-input/tests/date-input.ct.d.ts +1 -0
  2143. package/dist/types/components/date-picker/date-picker-component.d.ts +47 -0
  2144. package/dist/types/components/date-picker/date-picker.d.ts +158 -0
  2145. package/dist/types/components/date-picker/test/date-picker.ct.d.ts +1 -0
  2146. package/dist/types/components/date-time-card/date-time-card.d.ts +18 -0
  2147. package/dist/types/components/datetime-picker/datetime-picker.d.ts +142 -0
  2148. package/dist/types/components/datetime-picker/test/datetime-picker.ct.d.ts +1 -0
  2149. package/dist/types/components/divider/divider.d.ts +6 -0
  2150. package/dist/types/components/drawer/drawer.d.ts +53 -0
  2151. package/dist/types/components/drawer/test/drawer.ct.d.ts +1 -0
  2152. package/dist/types/components/dropdown/dropdown-controller.d.ts +39 -0
  2153. package/dist/types/components/dropdown/dropdown.d.ts +119 -0
  2154. package/dist/types/components/dropdown/placement.d.ts +7 -0
  2155. package/dist/types/components/dropdown/test/dropdown.ct.d.ts +1 -0
  2156. package/dist/types/components/dropdown-button/dropdown-button.ct.d.ts +1 -0
  2157. package/dist/types/components/dropdown-button/dropdown-button.d.ts +47 -0
  2158. package/dist/types/components/dropdown-header/dropdown-header.d.ts +10 -0
  2159. package/dist/types/components/dropdown-item/dropdown-item.d.ts +37 -0
  2160. package/dist/types/components/dropdown-quick-actions/dropdown-quick-actions.d.ts +6 -0
  2161. package/dist/types/components/empty-state/empty-state.d.ts +32 -0
  2162. package/dist/types/components/event-list/event-list.d.ts +33 -0
  2163. package/dist/types/components/event-list/test/event-list.ct.d.ts +1 -0
  2164. package/dist/types/components/event-list-item/event-list-item.d.ts +29 -0
  2165. package/dist/types/components/expanding-search/expanding-search.d.ts +50 -0
  2166. package/dist/types/components/expanding-search/test/expanding-search.ct.d.ts +1 -0
  2167. package/dist/types/components/field-label/field-label.d.ts +33 -0
  2168. package/dist/types/components/field-label/tests/field-label.ct.d.ts +1 -0
  2169. package/dist/types/components/field-wrapper/field-wrapper.d.ts +64 -0
  2170. package/dist/types/components/field-wrapper/helper-text-util.d.ts +18 -0
  2171. package/dist/types/components/field-wrapper/tests/field-wrapper.ct.d.ts +1 -0
  2172. package/dist/types/components/filter-chip/filter-chip.d.ts +19 -0
  2173. package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
  2174. package/dist/types/components/flip-tile/flip-tile.d.ts +42 -0
  2175. package/dist/types/components/flip-tile/test/flip-tile.ct.d.ts +1 -0
  2176. package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +9 -0
  2177. package/dist/types/components/group/group-context-menu.d.ts +8 -0
  2178. package/dist/types/components/group/group.d.ts +64 -0
  2179. package/dist/types/components/group/test/group.ct.d.ts +1 -0
  2180. package/dist/types/components/group-item/group-item.d.ts +39 -0
  2181. package/dist/types/components/helper-text/helper-text.d.ts +37 -0
  2182. package/dist/types/components/icon-button/base-icon-button.d.ts +2 -0
  2183. package/dist/types/components/icon-button/icon-button.d.ts +64 -0
  2184. package/dist/types/components/icon-button/test/icon-button.ct.d.ts +1 -0
  2185. package/dist/types/components/icon-toggle-button/icon-toggle-button.d.ts +54 -0
  2186. package/dist/types/components/input/input.animation.d.ts +1 -0
  2187. package/dist/types/components/input/input.d.ts +133 -0
  2188. package/dist/types/components/input/input.fc.d.ts +52 -0
  2189. package/dist/types/components/input/input.util.d.ts +15 -0
  2190. package/dist/types/components/input/number-input.d.ts +131 -0
  2191. package/dist/types/components/input/tests/form-ready.ct.d.ts +1 -0
  2192. package/dist/types/components/input/tests/validation.ct.d.ts +1 -0
  2193. package/dist/types/components/input/textarea.d.ts +132 -0
  2194. package/dist/types/components/input-group/input-group.d.ts +24 -0
  2195. package/dist/types/components/input-group/tests/input-group.ct.d.ts +1 -0
  2196. package/dist/types/components/key-value/key-value.d.ts +25 -0
  2197. package/dist/types/components/key-value-list/key-value-list.d.ts +10 -0
  2198. package/dist/types/components/kpi/kpi.d.ts +25 -0
  2199. package/dist/types/components/layout-auto/layout-auto.d.ts +24 -0
  2200. package/dist/types/components/layout-grid/layout-grid.d.ts +18 -0
  2201. package/dist/types/components/link-button/link-button.d.ts +20 -0
  2202. package/dist/types/components/map-navigation/map-navigation.d.ts +62 -0
  2203. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +30 -0
  2204. package/dist/types/components/menu/menu-expand-icon.d.ts +18 -0
  2205. package/dist/types/components/menu/menu.d.ts +164 -0
  2206. package/dist/types/components/menu/test/menu.ct.d.ts +1 -0
  2207. package/dist/types/components/menu-about/menu-about.d.ts +29 -0
  2208. package/dist/types/components/menu-about/test/menu-about.ct.d.ts +1 -0
  2209. package/dist/types/components/menu-about-item/menu-about-item.d.ts +14 -0
  2210. package/dist/types/components/menu-about-news/menu-about-news.d.ts +34 -0
  2211. package/dist/types/components/menu-avatar/menu-avatar.d.ts +45 -0
  2212. package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +21 -0
  2213. package/dist/types/components/menu-avatar-item/test/menu-avatar-item.ct.d.ts +1 -0
  2214. package/dist/types/components/menu-category/enter-leave.d.ts +7 -0
  2215. package/dist/types/components/menu-category/menu-category.d.ts +45 -0
  2216. package/dist/types/components/menu-category/test/menu-category.ct.d.ts +1 -0
  2217. package/dist/types/components/menu-item/menu-item.d.ts +53 -0
  2218. package/dist/types/components/menu-item/test/menu-item.ct.d.ts +1 -0
  2219. package/dist/types/components/menu-settings/menu-settings.d.ts +29 -0
  2220. package/dist/types/components/menu-settings/test/menu-settings.ct.d.ts +1 -0
  2221. package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +14 -0
  2222. package/dist/types/components/message-bar/message-bar.d.ts +29 -0
  2223. package/dist/types/components/message-bar/test/message-bar.ct.d.ts +1 -0
  2224. package/dist/types/components/modal/modal.d.ts +72 -0
  2225. package/dist/types/components/modal/test/modal.ct.d.ts +8 -0
  2226. package/dist/types/components/modal-content/modal-content.d.ts +6 -0
  2227. package/dist/types/components/modal-footer/modal-footer.d.ts +6 -0
  2228. package/dist/types/components/modal-header/modal-header.d.ts +29 -0
  2229. package/dist/types/components/modal-loading/modal-loading.d.ts +6 -0
  2230. package/dist/types/components/pagination/pagination.d.ts +57 -0
  2231. package/dist/types/components/pagination/test/pagination.ct.d.ts +1 -0
  2232. package/dist/types/components/pane/pane.d.ts +131 -0
  2233. package/dist/types/components/pane/test/panes.ct.d.ts +1 -0
  2234. package/dist/types/components/pane-layout/pane-layout.d.ts +47 -0
  2235. package/dist/types/components/pane-layout/test/pane-layout.ct.d.ts +1 -0
  2236. package/dist/types/components/pill/pill.d.ts +40 -0
  2237. package/dist/types/components/pill/test/pill.ct.d.ts +1 -0
  2238. package/dist/types/components/push-card/push-card.d.ts +33 -0
  2239. package/dist/types/components/radio/radio.d.ts +53 -0
  2240. package/dist/types/components/radio/test/radio.ct.d.ts +1 -0
  2241. package/dist/types/components/radio-group/radio-group.d.ts +64 -0
  2242. package/dist/types/components/radio-group/test/radio-group.ct.d.ts +1 -0
  2243. package/dist/types/components/row/row.d.ts +6 -0
  2244. package/dist/types/components/select/select.d.ts +231 -0
  2245. package/dist/types/components/select/test/select-keyboard.ct.d.ts +1 -0
  2246. package/dist/types/components/select/test/select.ct.d.ts +1 -0
  2247. package/dist/types/components/select-item/events.d.ts +18 -0
  2248. package/dist/types/components/select-item/select-item.d.ts +40 -0
  2249. package/dist/types/components/slider/slider.d.ts +72 -0
  2250. package/dist/types/components/slider/test/slider.ct.d.ts +1 -0
  2251. package/dist/types/components/spinner/spinner.d.ts +16 -0
  2252. package/dist/types/components/split-button/split-button.d.ts +55 -0
  2253. package/dist/types/components/tab-item/tab-item.d.ts +46 -0
  2254. package/dist/types/components/tabs/tabs.d.ts +62 -0
  2255. package/dist/types/components/tabs/test/tabs.ct.d.ts +1 -0
  2256. package/dist/types/components/tile/tile.d.ts +12 -0
  2257. package/dist/types/components/time-picker/test/time-picker.ct.d.ts +1 -0
  2258. package/dist/types/components/time-picker/time-picker.d.ts +77 -0
  2259. package/dist/types/components/toast/toast-container.d.ts +27 -0
  2260. package/dist/types/components/toast/toast-utils.d.ts +22 -0
  2261. package/dist/types/components/toast/toast.d.ts +38 -0
  2262. package/dist/types/components/toggle/test/toggle.ct.d.ts +1 -0
  2263. package/dist/types/components/toggle/toggle.d.ts +66 -0
  2264. package/dist/types/components/toggle-button/toggle-button.d.ts +48 -0
  2265. package/dist/types/components/tooltip/test/tooltip.ct.d.ts +1 -0
  2266. package/dist/types/components/tooltip/tooltip.d.ts +66 -0
  2267. package/dist/types/components/tree/test/tree.ct.d.ts +1 -0
  2268. package/dist/types/components/tree/tree-model.d.ts +17 -0
  2269. package/dist/types/components/tree/tree.d.ts +61 -0
  2270. package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
  2271. package/dist/types/components/tree-item/tree-item.d.ts +25 -0
  2272. package/dist/types/components/typography/type-mapping.d.ts +1 -0
  2273. package/dist/types/components/typography/typography.d.ts +32 -0
  2274. package/dist/types/components/upload/test/upload.ct.d.ts +1 -0
  2275. package/dist/types/components/upload/upload-file-state.d.ts +6 -0
  2276. package/dist/types/components/upload/upload.d.ts +72 -0
  2277. package/dist/types/components/utils/a11y.d.ts +9 -0
  2278. package/dist/types/components/utils/animation.d.ts +7 -0
  2279. package/dist/types/components/utils/app-switch/index.d.ts +2 -0
  2280. package/dist/types/components/utils/application-layout/context.d.ts +22 -0
  2281. package/dist/types/components/utils/application-layout/index.d.ts +1 -0
  2282. package/dist/types/components/utils/application-layout/service.d.ts +17 -0
  2283. package/dist/types/components/utils/attributes.d.ts +2 -0
  2284. package/dist/types/components/utils/breakpoints.d.ts +8 -0
  2285. package/dist/types/components/utils/condition-checks.d.ts +2 -0
  2286. package/dist/types/components/utils/context.d.ts +57 -0
  2287. package/dist/types/components/utils/debounce.d.ts +3 -0
  2288. package/dist/types/components/utils/delegate.d.ts +15 -0
  2289. package/dist/types/components/utils/disposable-event-listener.d.ts +7 -0
  2290. package/dist/types/components/utils/element-reference.d.ts +1 -0
  2291. package/dist/types/components/utils/find-element.d.ts +22 -0
  2292. package/dist/types/components/utils/focus.d.ts +11 -0
  2293. package/dist/types/components/utils/input/index.d.ts +62 -0
  2294. package/dist/types/components/utils/input/validation.d.ts +16 -0
  2295. package/dist/types/components/utils/internal/component.d.ts +4 -0
  2296. package/dist/types/components/utils/internal/index.d.ts +1 -0
  2297. package/dist/types/components/utils/lazy-list/index.d.ts +2 -0
  2298. package/dist/types/components/utils/lazy-list/lazy.d.ts +51 -0
  2299. package/dist/types/components/utils/listener.d.ts +13 -0
  2300. package/dist/types/components/utils/make-ref.d.ts +6 -0
  2301. package/dist/types/components/utils/menu-service/menu-service.d.ts +14 -0
  2302. package/dist/types/components/utils/menu-tabs/menu-tabs-fc.d.ts +8 -0
  2303. package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +13 -0
  2304. package/dist/types/components/utils/modal/index.d.ts +3 -0
  2305. package/dist/types/components/utils/modal/loading.d.ts +4 -0
  2306. package/dist/types/components/utils/modal/message.d.ts +44 -0
  2307. package/dist/types/components/utils/modal/modal.d.ts +25 -0
  2308. package/dist/types/components/utils/mutation-observer.d.ts +1 -0
  2309. package/dist/types/components/utils/notification-color.d.ts +4 -0
  2310. package/dist/types/components/utils/overlay.d.ts +16 -0
  2311. package/dist/types/components/utils/requestAnimationFrame.d.ts +7 -0
  2312. package/dist/types/components/utils/rwd.util.d.ts +2 -0
  2313. package/dist/types/components/utils/shadow-dom.d.ts +5 -0
  2314. package/dist/types/components/utils/theme-switcher.d.ts +27 -0
  2315. package/dist/types/components/utils/type-helper.d.ts +1 -0
  2316. package/dist/types/components/utils/typed-event.d.ts +15 -0
  2317. package/dist/types/components/utils/uuid.d.ts +1 -0
  2318. package/dist/types/components/utils/waitForElement.d.ts +1 -0
  2319. package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +45 -0
  2320. package/dist/types/components/workflow-step/workflow-step.d.ts +42 -0
  2321. package/dist/types/components/workflow-steps/test/workflow-steps.ct.d.ts +1 -0
  2322. package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
  2323. package/dist/types/components.d.ts +8745 -0
  2324. package/dist/types/index.d.ts +17 -0
  2325. package/dist/types/interfaces.d.ts +27 -0
  2326. package/dist/types/setup.d.ts +7 -0
  2327. package/dist/types/stencil-public-runtime.d.ts +1681 -0
  2328. package/dist/types/tests/utils/test/index.d.ts +18 -0
  2329. package/dist/types/tests/utils/test/page.d.ts +24 -0
  2330. package/loader/cdn.js +1 -0
  2331. package/loader/index.cjs.js +1 -0
  2332. package/loader/index.d.ts +24 -0
  2333. package/loader/index.es2017.js +1 -0
  2334. package/loader/index.js +2 -0
  2335. package/package.json +1 -1
  2336. package/scss/components/_table.scss +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["applicationCss","Application","constructor","hostRef","this","themeSystemAppearance","breakpoints","breakpoint","applicationSidebarSlotted","forceLayoutChange","newMode","applicationLayoutService","enableBreakpointDetection","disableBreakpointDetection","setBreakpoint","onBreakpointsChange","setBreakpoints","menu","hostElement","querySelector","applicationSidebarSlot","shadowRoot","onContentClick","menuController","isPinned","_a","toggleMenu","componentWillLoad","contextProvider","useContextProvider","ApplicationLayoutContext","hideHeader","host","sidebar","appSwitchConfig","modeDisposable","onChange","on","mode","forceBreakpoint","changeTheme","disconnectedCallback","dispose","theme","themeSwitcher","setVariant","hasVariantSuffix","setTheme","onApplicationSidebarChange","console","error","emit","render","h","Host","key","class","name","slotted","onClick","onSlotchange","hasSlottedElements"],"sources":["src/components/application/application.scss?tag=ix-application&encapsulation=shadow","src/components/application/application.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n\n display: flex;\n position: relative;\n width: 100vw;\n height: 100vh;\n\n flex-direction: column;\n\n ix-application-header {\n z-index: calc(var(--theme-z-index-sticky) + 1);\n }\n\n .logo-wrapper {\n display: contents;\n }\n\n .application {\n display: flex;\n position: relative;\n flex-direction: row;\n height: 100%;\n width: 100%;\n overflow: hidden;\n }\n\n .content-area {\n display: flex;\n position: relative;\n flex-direction: column;\n flex-wrap: nowrap;\n height: calc(100% - var(--ix-safe-area-inset-bottom, 0px));\n width: 100%;\n margin-left: var(--ix-application-menu-margin-left);\n }\n\n main {\n display: block;\n position: relative;\n flex-grow: 1;\n\n width: 100%;\n padding-bottom: var(--ix-safe-area-inset-bottom);\n overflow: auto;\n }\n\n footer {\n display: block;\n position: relative;\n width: 100%;\n }\n}\n\n:host(.breakpoint-md) {\n --ix-application-menu-margin-left: calc(\n 3.25rem + var(--ix-application-menu-safe-area-left, 0rem)\n );\n\n aside.slotted {\n margin-left: var(--ix-application-menu-margin-left);\n }\n\n aside.slotted + .content-area {\n margin-left: 0;\n }\n\n aside:not(.slotted) + .content-area {\n margin-left: var(--ix-application-menu-margin-left);\n }\n}\n\n:host(.breakpoint-lg) {\n --ix-application-menu-margin-left: 0;\n}\n\n:host(.breakpoint-sm) {\n --ix-application-menu-margin-left: var(\n --ix-application-menu-safe-area-left,\n 0rem\n );\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop, State, Watch } from '@stencil/core';\nimport {\n ApplicationLayoutContext,\n AppSwitchConfiguration,\n} from '../utils/application-layout/context';\nimport { applicationLayoutService } from '../utils/application-layout/service';\nimport { Breakpoint } from '../utils/breakpoints';\nimport { ContextProvider, useContextProvider } from '../utils/context';\nimport { menuController } from '../utils/menu-service/menu-service';\nimport { hasSlottedElements } from '../utils/shadow-dom';\nimport { IxTheme, themeSwitcher } from '../utils/theme-switcher';\nimport { Disposable } from '../utils/typed-event';\n\n/**\n * @since 2.1.0\n */\n@Component({\n tag: 'ix-application',\n styleUrl: 'application.scss',\n shadow: true,\n})\nexport class Application {\n @Element() hostElement!: HTMLIxApplicationElement;\n\n /**\n * Application theme\n */\n @Prop() theme?: IxTheme;\n\n /**\n * Use the system appearance dark or light\n */\n @Prop() themeSystemAppearance = false;\n\n /**\n * Change the responsive layout of the menu structure\n */\n @Prop() forceBreakpoint: Breakpoint | undefined;\n forceLayoutChange(newMode: Breakpoint | undefined) {\n if (!newMode) {\n applicationLayoutService.enableBreakpointDetection();\n return;\n }\n\n applicationLayoutService.disableBreakpointDetection();\n applicationLayoutService.setBreakpoint(newMode);\n }\n\n /**\n * Supported layouts\n */\n @Prop() breakpoints: Breakpoint[] = ['sm', 'md', 'lg'];\n @Watch('breakpoints')\n onBreakpointsChange(breakpoints: Breakpoint[]) {\n applicationLayoutService.setBreakpoints(breakpoints);\n }\n\n /**\n * Define application switch configuration\n */\n @Prop() appSwitchConfig?: AppSwitchConfiguration;\n\n @State() breakpoint: Breakpoint = 'lg';\n @State() applicationSidebarSlotted = false;\n\n private contextProvider?: ContextProvider<typeof ApplicationLayoutContext>;\n\n get menu(): HTMLIxMenuElement | null {\n return this.hostElement.querySelector('ix-menu');\n }\n\n get applicationSidebarSlot() {\n return this.hostElement.shadowRoot!.querySelector(\n '.application-sidebar slot'\n ) as HTMLSlotElement;\n }\n\n private modeDisposable?: Disposable;\n\n private onContentClick() {\n if (menuController.isPinned) {\n return;\n }\n this.menu?.toggleMenu(false);\n }\n\n componentWillLoad() {\n applicationLayoutService.setBreakpoints(this.breakpoints);\n\n this.contextProvider = useContextProvider(\n this.hostElement,\n ApplicationLayoutContext,\n {\n hideHeader: false,\n host: 'basic-navigation',\n sidebar: this.applicationSidebarSlotted,\n appSwitchConfig: this.appSwitchConfig,\n }\n );\n\n this.modeDisposable = applicationLayoutService.onChange.on((mode) => {\n this.breakpoint = mode;\n });\n this.breakpoint = applicationLayoutService.breakpoint;\n\n if (this.forceBreakpoint) {\n this.forceLayoutChange(this.forceBreakpoint);\n }\n\n this.changeTheme();\n }\n\n disconnectedCallback() {\n this.modeDisposable?.dispose();\n }\n\n @Watch('theme')\n @Watch('themeSystemAppearance')\n private changeTheme() {\n if (!this.theme) {\n if (this.themeSystemAppearance) {\n themeSwitcher.setVariant();\n }\n\n return;\n }\n\n if (themeSwitcher.hasVariantSuffix(this.theme)) {\n themeSwitcher.setTheme(`theme-${this.theme}`);\n return;\n }\n\n themeSwitcher.setTheme(\n `theme-${this.theme}-dark`,\n this.themeSystemAppearance\n );\n }\n\n @Watch('appSwitchConfig')\n @Watch('applicationSidebarSlotted')\n onApplicationSidebarChange() {\n if (!this.contextProvider) {\n console.error('Context provider not available');\n return;\n }\n this.contextProvider.emit({\n hideHeader: false,\n host: 'basic-navigation',\n sidebar: this.applicationSidebarSlotted,\n appSwitchConfig: this.appSwitchConfig,\n });\n }\n\n render() {\n return (\n <Host\n data-role=\"\"\n class={{\n [`breakpoint-${this.breakpoint}`]: true,\n }}\n >\n <slot name=\"application-header\"></slot>\n <div class=\"application\">\n <slot name=\"menu\"></slot>\n <aside\n class={{\n 'application-sidebar': true,\n slotted: this.applicationSidebarSlotted,\n }}\n onClick={() => this.onContentClick()}\n >\n <slot\n name=\"application-sidebar\"\n onSlotchange={() =>\n (this.applicationSidebarSlotted = hasSlottedElements(\n this.applicationSidebarSlot\n ))\n }\n ></slot>\n </aside>\n <div class=\"content-area\">\n <main class=\"content\" onClick={() => this.onContentClick()}>\n <slot></slot>\n </main>\n <footer class=\"footer\">\n <slot name=\"bottom\"></slot>\n </footer>\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"oSAAA,MAAMA,EAAiB,y+D,MC8BVC,EAAW,MALxB,WAAAC,CAAAC,G,UAgBUC,KAAqBC,sBAAG,MAmBxBD,KAAWE,YAAiB,CAAC,KAAM,KAAM,MAWxCF,KAAUG,WAAe,KACzBH,KAAyBI,0BAAG,KAiItC,CA1JC,iBAAAC,CAAkBC,GAChB,IAAKA,EAAS,CACZC,EAAyBC,4BACzB,M,CAGFD,EAAyBE,6BACzBF,EAAyBG,cAAcJ,E,CAQzC,mBAAAK,CAAoBT,GAClBK,EAAyBK,eAAeV,E,CAa1C,QAAIW,GACF,OAAOb,KAAKc,YAAYC,cAAc,U,CAGxC,0BAAIC,GACF,OAAOhB,KAAKc,YAAYG,WAAYF,cAClC,4B,CAMI,cAAAG,G,MACN,GAAIC,EAAeC,SAAU,CAC3B,M,EAEFC,EAAArB,KAAKa,QAAI,MAAAQ,SAAA,SAAAA,EAAEC,WAAW,M,CAGxB,iBAAAC,GACEhB,EAAyBK,eAAeZ,KAAKE,aAE7CF,KAAKwB,gBAAkBC,EACrBzB,KAAKc,YACLY,EACA,CACEC,WAAY,MACZC,KAAM,mBACNC,QAAS7B,KAAKI,0BACd0B,gBAAiB9B,KAAK8B,kBAI1B9B,KAAK+B,eAAiBxB,EAAyByB,SAASC,IAAIC,IAC1DlC,KAAKG,WAAa+B,CAAI,IAExBlC,KAAKG,WAAaI,EAAyBJ,WAE3C,GAAIH,KAAKmC,gBAAiB,CACxBnC,KAAKK,kBAAkBL,KAAKmC,gB,CAG9BnC,KAAKoC,a,CAGP,oBAAAC,G,OACEhB,EAAArB,KAAK+B,kBAAgB,MAAAV,SAAA,SAAAA,EAAAiB,S,CAKf,WAAAF,GACN,IAAKpC,KAAKuC,MAAO,CACf,GAAIvC,KAAKC,sBAAuB,CAC9BuC,EAAcC,Y,CAGhB,M,CAGF,GAAID,EAAcE,iBAAiB1C,KAAKuC,OAAQ,CAC9CC,EAAcG,SAAS,SAAS3C,KAAKuC,SACrC,M,CAGFC,EAAcG,SACZ,SAAS3C,KAAKuC,aACdvC,KAAKC,sB,CAMT,0BAAA2C,GACE,IAAK5C,KAAKwB,gBAAiB,CACzBqB,QAAQC,MAAM,kCACd,M,CAEF9C,KAAKwB,gBAAgBuB,KAAK,CACxBpB,WAAY,MACZC,KAAM,mBACNC,QAAS7B,KAAKI,0BACd0B,gBAAiB9B,KAAK8B,iB,CAI1B,MAAAkB,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,uDACO,GACVC,MAAO,CACL,CAAC,cAAcpD,KAAKG,cAAe,OAGrC8C,EAAM,QAAAE,IAAA,2CAAAE,KAAK,uBACXJ,EAAK,OAAAE,IAAA,2CAAAC,MAAM,eACTH,EAAM,QAAAE,IAAA,2CAAAE,KAAK,SACXJ,EAAA,SAAAE,IAAA,2CACEC,MAAO,CACL,sBAAuB,KACvBE,QAAStD,KAAKI,2BAEhBmD,QAAS,IAAMvD,KAAKkB,kBAEpB+B,EACE,QAAAE,IAAA,2CAAAE,KAAK,sBACLG,aAAc,IACXxD,KAAKI,0BAA4BqD,EAChCzD,KAAKgB,2BAKbiC,EAAK,OAAAE,IAAA,2CAAAC,MAAM,gBACTH,EAAA,QAAAE,IAAA,2CAAMC,MAAM,UAAUG,QAAS,IAAMvD,KAAKkB,kBACxC+B,EAAA,QAAAE,IAAA,8CAEFF,EAAQ,UAAAE,IAAA,2CAAAC,MAAM,UACZH,EAAM,QAAAE,IAAA,2CAAAE,KAAK,c","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ var E;(function(E){E["SELECT_FILE"]="SELECT_FILE";E["LOADING"]="LOADING";E["UPLOAD_FAILED"]="UPLOAD_FAILED";E["UPLOAD_SUCCESSED"]="UPLOAD_SUCCESSED"})(E||(E={}));export{E as U};
2
+ //# sourceMappingURL=p-BGzrnl_l.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-BGzrnl_l.js","sources":["src/components/upload/upload-file-state.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n// eslint-disable-next-line @stencil-community/ban-exported-const-enums\nexport enum UploadFileState {\n SELECT_FILE = 'SELECT_FILE',\n LOADING = 'LOADING',\n UPLOAD_FAILED = 'UPLOAD_FAILED',\n UPLOAD_SUCCESSED = 'UPLOAD_SUCCESSED',\n}\n"],"names":[],"mappings":"AAAA;;;;;;;AAOG;AAEH;IACY;AAAZ,CAAA,UAAY,eAAe,EAAA;AACzB,IAAA,eAAA,CAAA,aAAA,CAAA,GAAA,aAA2B;AAC3B,IAAA,eAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACnB,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,eAA+B;AAC/B,IAAA,eAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC;AACvC,CAAC,EALW,eAAe,KAAf,eAAe,GAK1B,EAAA,CAAA,CAAA;;;;"}
@@ -0,0 +1,2 @@
1
+ class t{hasCategory(){return this.category!==undefined}constructor(t,s){this.token=t;this.category=s}}var s;(function(t){t["EQUAL"]="Equal";t["NOT_EQUAL"]="Not equal"})(s||(s={}));export{t as I,s as L};
2
+ //# sourceMappingURL=p-BH3f5fa3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-BH3f5fa3.js","sources":["src/components/category-filter/input-state.ts","src/components/category-filter/logical-filter-operator.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nexport class InputState {\n public token: string;\n public category: string;\n\n public hasCategory() {\n return this.category !== undefined;\n }\n\n constructor(token: string, category: string) {\n this.token = token;\n this.category = category;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n// eslint-disable-next-line @stencil-community/ban-exported-const-enums\nexport enum LogicalFilterOperator {\n EQUAL = 'Equal',\n NOT_EQUAL = 'Not equal',\n}\n"],"names":[],"mappings":"AAAA;;;;;;;AAOG;MAEU,UAAU,CAAA;IAId,WAAW,GAAA;AAChB,QAAA,OAAO,IAAI,CAAC,QAAQ,KAAK,SAAS;;IAGpC,WAAY,CAAA,KAAa,EAAE,QAAgB,EAAA;AACzC,QAAA,IAAI,CAAC,KAAK,GAAG,KAAK;AAClB,QAAA,IAAI,CAAC,QAAQ,GAAG,QAAQ;;AAE3B;;ACrBD;;;;;;;AAOG;AAEH;IACY;AAAZ,CAAA,UAAY,qBAAqB,EAAA;AAC/B,IAAA,qBAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACf,IAAA,qBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB;AACzB,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,GAGhC,EAAA,CAAA,CAAA;;;;"}
@@ -0,0 +1,2 @@
1
+ import"./p-Dp15M30K.js";import{s as o}from"./p-Bdv-vpZz.js";async function t(t){const i=document.createElement("ix-application-switch-modal");i.config=t;const n=await o({content:i,size:"840",closeOnBackdropClick:true});const c=n.htmlElement.querySelector("ix-application-switch-modal");return o=>{if(!c){console.warn("ix-application-switch-modal element not found!");return}c.config=o}}export{t as s};
2
+ //# sourceMappingURL=p-BKgqKHZU.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-BKgqKHZU.js","sources":["src/components/utils/app-switch/index.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { AppSwitchConfiguration } from '../application-layout/context';\nimport { showModal } from '../modal';\n\nexport async function showAppSwitch(config: AppSwitchConfiguration) {\n const modal = document.createElement('ix-application-switch-modal');\n modal.config = config;\n const result = await showModal({\n content: modal,\n size: '840',\n closeOnBackdropClick: true,\n });\n\n const appSwitchElement = result.htmlElement.querySelector(\n 'ix-application-switch-modal'\n );\n\n return (updateAppSwitchConfig: AppSwitchConfiguration) => {\n if (!appSwitchElement) {\n console.warn('ix-application-switch-modal element not found!');\n return;\n }\n\n appSwitchElement.config = updateAppSwitchConfig;\n };\n}\n"],"names":[],"mappings":";;;AAAA;;;;;;;AAOG;AAKI,eAAe,aAAa,CAAC,MAA8B,EAAA;IAChE,MAAM,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,6BAA6B,CAAC;AACnE,IAAA,KAAK,CAAC,MAAM,GAAG,MAAM;AACrB,IAAA,MAAM,MAAM,GAAG,MAAM,SAAS,CAAC;AAC7B,QAAA,OAAO,EAAE,KAAK;AACd,QAAA,IAAI,EAAE,KAAK;AACX,QAAA,oBAAoB,EAAE,IAAI;AAC3B,KAAA,CAAC;IAEF,MAAM,gBAAgB,GAAG,MAAM,CAAC,WAAW,CAAC,aAAa,CACvD,6BAA6B,CAC9B;IAED,OAAO,CAAC,qBAA6C,KAAI;QACvD,IAAI,CAAC,gBAAgB,EAAE;AACrB,YAAA,OAAO,CAAC,IAAI,CAAC,gDAAgD,CAAC;YAC9D;;AAGF,QAAA,gBAAgB,CAAC,MAAM,GAAG,qBAAqB;AACjD,KAAC;AACH;;;;"}
@@ -0,0 +1,2 @@
1
+ var n;(function(n){n["None"]="none";n["Info"]="info";n["Warning"]="warning";n["Alarm"]="alarm";n["Primary"]="primary"})(n||(n={}));export{n as F};
2
+ //# sourceMappingURL=p-BQ6999e5.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-BQ6999e5.js","sources":["src/components/flip-tile/flip-tile-state.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n// eslint-disable-next-line @stencil-community/ban-exported-const-enums\nexport enum FlipTileState {\n None = 'none',\n Info = 'info',\n Warning = 'warning',\n Alarm = 'alarm',\n Primary = 'primary',\n}\n"],"names":[],"mappings":"AAAA;;;;;;;AAOG;AAEH;IACY;AAAZ,CAAA,UAAY,aAAa,EAAA;AACvB,IAAA,aAAA,CAAA,MAAA,CAAA,GAAA,MAAa;AACb,IAAA,aAAA,CAAA,MAAA,CAAA,GAAA,MAAa;AACb,IAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACnB,IAAA,aAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACf,IAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,GAMxB,EAAA,CAAA,CAAA;;;;"}
@@ -0,0 +1,2 @@
1
+ const a=a=>{if(!a){return false}let r;try{r=new URL(a)}catch(a){return false}return r.protocol==="http:"||r.protocol==="https:"};const r=a=>{if(!a){return false}if(typeof a!=="string"){return false}return a.startsWith("data:image/svg+xml")};const i=a=>a?"true":"false";const e=a=>{const r=a.replace("-filled","");const i=r.split("-");const e=i.map((a=>{const r=a.trim();const i=r.replace(/\d+/g,"");if(i.length===0){return r}return i})).map((a=>a.charAt(0).toUpperCase()+a.slice(1))).join(" ");return e};const t=i=>{if(!i){return"Unknown"}if(a(i)){return"Unknown"}if(r(i)){return"Unknown"}const t=e(i);if(t.length===0){return"Unknown"}return t};const n=(a,r=[])=>{const i={};o.forEach((e=>{var t;if(a.hasAttribute(e)){const n=a.getAttribute(e);if(n!==null&&!r.includes(e)){i[e]=(t=a.getAttribute(e))!==null&&t!==void 0?t:"";a.removeAttribute(e)}}}));return i};const o=["role","aria-activedescendant","aria-atomic","aria-autocomplete","aria-braillelabel","aria-brailleroledescription","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colindextext","aria-colspan","aria-controls","aria-current","aria-describedby","aria-description","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowindextext","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"];export{i as a,n as b,t as g};
2
+ //# sourceMappingURL=p-Bb7pDeaQ.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-Bb7pDeaQ.js","sources":["src/components/utils/condition-checks.ts","src/components/utils/a11y.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nexport const isHttpUrl = (link: string) => {\n if (!link) {\n return false;\n }\n\n let url: URL;\n\n try {\n url = new URL(link);\n } catch (e) {\n return false;\n }\n\n return url.protocol === 'http:' || url.protocol === 'https:';\n};\n\nexport const isSvgDataUrl = (url: string) => {\n if (!url) {\n return false;\n }\n\n if (typeof url !== 'string') {\n return false;\n }\n\n return url.startsWith('data:image/svg+xml');\n};\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { isHttpUrl, isSvgDataUrl } from './condition-checks';\n\nexport const a11yBoolean = (value: boolean | undefined) =>\n value ? 'true' : 'false';\n\nconst kebabCaseToUpperCaseSentence = (kebabCase: string) => {\n const withoutFilledSuffix = kebabCase.replace('-filled', '');\n const words = withoutFilledSuffix.split('-');\n const sentence = words\n .map((word) => {\n const trimWord = word.trim();\n const digitLessWord = trimWord.replace(/\\d+/g, '');\n\n if (digitLessWord.length === 0) {\n return trimWord;\n }\n\n return digitLessWord;\n })\n .map((word) => word.charAt(0).toUpperCase() + word.slice(1))\n .join(' ');\n\n return sentence;\n};\n\nexport const getFallbackLabelFromIconName = (iconName?: string) => {\n if (!iconName) {\n return 'Unknown';\n }\n\n if (isHttpUrl(iconName)) {\n return 'Unknown';\n }\n\n if (isSvgDataUrl(iconName)) {\n return 'Unknown';\n }\n\n const label = kebabCaseToUpperCaseSentence(iconName);\n\n if (label.length === 0) {\n return 'Unknown';\n }\n\n return label;\n};\n\nexport const a11yHostAttributes = (\n hostElement: HTMLElement,\n ignoreAttributes: A11yAttributeName[] = []\n): Record<A11yAttributeName, string> => {\n const attributeObject: Record<string, string> = {};\n a11yAttributes.forEach((attr) => {\n if (hostElement.hasAttribute(attr)) {\n const value = hostElement.getAttribute(attr);\n if (value !== null && !ignoreAttributes.includes(attr)) {\n attributeObject[attr] = hostElement.getAttribute(attr) ?? '';\n hostElement.removeAttribute(attr);\n }\n }\n });\n\n return attributeObject;\n};\n\nexport type A11yAttributeName =\n | 'role'\n | 'aria-activedescendant'\n | 'aria-atomic'\n | 'aria-autocomplete'\n | 'aria-braillelabel'\n | 'aria-brailleroledescription'\n | 'aria-busy'\n | 'aria-checked'\n | 'aria-colcount'\n | 'aria-colindex'\n | 'aria-colindextext'\n | 'aria-colspan'\n | 'aria-controls'\n | 'aria-current'\n | 'aria-describedby'\n | 'aria-description'\n | 'aria-details'\n | 'aria-disabled'\n | 'aria-errormessage'\n | 'aria-expanded'\n | 'aria-flowto'\n | 'aria-haspopup'\n | 'aria-hidden'\n | 'aria-invalid'\n | 'aria-keyshortcuts'\n | 'aria-label'\n | 'aria-labelledby'\n | 'aria-level'\n | 'aria-live'\n | 'aria-multiline'\n | 'aria-multiselectable'\n | 'aria-orientation'\n | 'aria-owns'\n | 'aria-placeholder'\n | 'aria-posinset'\n | 'aria-pressed'\n | 'aria-readonly'\n | 'aria-relevant'\n | 'aria-required'\n | 'aria-roledescription'\n | 'aria-rowcount'\n | 'aria-rowindex'\n | 'aria-rowindextext'\n | 'aria-rowspan'\n | 'aria-selected'\n | 'aria-setsize'\n | 'aria-sort'\n | 'aria-valuemax'\n | 'aria-valuemin'\n | 'aria-valuenow'\n | 'aria-valuetext';\n\nconst a11yAttributes: A11yAttributeName[] = [\n 'role',\n 'aria-activedescendant',\n 'aria-atomic',\n 'aria-autocomplete',\n 'aria-braillelabel',\n 'aria-brailleroledescription',\n 'aria-busy',\n 'aria-checked',\n 'aria-colcount',\n 'aria-colindex',\n 'aria-colindextext',\n 'aria-colspan',\n 'aria-controls',\n 'aria-current',\n 'aria-describedby',\n 'aria-description',\n 'aria-details',\n 'aria-disabled',\n 'aria-errormessage',\n 'aria-expanded',\n 'aria-flowto',\n 'aria-haspopup',\n 'aria-hidden',\n 'aria-invalid',\n 'aria-keyshortcuts',\n 'aria-label',\n 'aria-labelledby',\n 'aria-level',\n 'aria-live',\n 'aria-multiline',\n 'aria-multiselectable',\n 'aria-orientation',\n 'aria-owns',\n 'aria-placeholder',\n 'aria-posinset',\n 'aria-pressed',\n 'aria-readonly',\n 'aria-relevant',\n 'aria-required',\n 'aria-roledescription',\n 'aria-rowcount',\n 'aria-rowindex',\n 'aria-rowindextext',\n 'aria-rowspan',\n 'aria-selected',\n 'aria-setsize',\n 'aria-sort',\n 'aria-valuemax',\n 'aria-valuemin',\n 'aria-valuenow',\n 'aria-valuetext',\n];\n\ntype PartialRecord<K extends A11yAttributeName, T> = {\n [P in K]?: T;\n};\nexport type A11yAttributes = PartialRecord<A11yAttributeName, string>;\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ class s{constructor(){this.listeners=[];this.listenersOncer=[];this.on=s=>{this.listeners.push(s);return{dispose:()=>this.off(s)}};this.once=s=>{this.listenersOncer.push(s)};this.off=s=>{const t=this.listeners.indexOf(s);if(t>-1){this.listeners.splice(t,1)}};this.emit=s=>{this.listeners.forEach((t=>t(s)));if(this.listenersOncer.length>0){const t=this.listenersOncer;this.listenersOncer=[];t.forEach((t=>t(s)))}};this.pipe=s=>this.on((t=>s.emit(t)))}}export{s as T};
2
+ //# sourceMappingURL=p-BdCnOrqW.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-BdCnOrqW.js","sources":["src/components/utils/typed-event.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nexport interface Listener<T> {\n (event: T): any;\n}\n\nexport interface Disposable {\n dispose(): void;\n}\n\nexport class TypedEvent<T> {\n public readonly listeners: Listener<T>[] = [];\n public listenersOncer: Listener<T>[] = [];\n\n on = (listener: Listener<T>): Disposable => {\n this.listeners.push(listener);\n return {\n dispose: () => this.off(listener),\n };\n };\n\n once = (listener: Listener<T>): void => {\n this.listenersOncer.push(listener);\n };\n\n off = (listener: Listener<T>) => {\n const callbackIndex = this.listeners.indexOf(listener);\n if (callbackIndex > -1) {\n this.listeners.splice(callbackIndex, 1);\n }\n };\n\n emit = (event: T) => {\n /** Update any general listeners */\n this.listeners.forEach((listener) => listener(event));\n\n /** Clear the `once` queue */\n if (this.listenersOncer.length > 0) {\n const toCall = this.listenersOncer;\n this.listenersOncer = [];\n toCall.forEach((listener) => listener(event));\n }\n };\n\n pipe = (te: TypedEvent<T>): Disposable => {\n return this.on((e) => te.emit(e));\n };\n}\n"],"names":[],"mappings":"AAAA;;;;;;;AAOG;MAUU,UAAU,CAAA;AAAvB,IAAA,WAAA,GAAA;QACkB,IAAS,CAAA,SAAA,GAAkB,EAAE;QACtC,IAAc,CAAA,cAAA,GAAkB,EAAE;AAEzC,QAAA,IAAA,CAAA,EAAE,GAAG,CAAC,QAAqB,KAAgB;AACzC,YAAA,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC;YAC7B,OAAO;gBACL,OAAO,EAAE,MAAM,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC;aAClC;AACH,SAAC;AAED,QAAA,IAAA,CAAA,IAAI,GAAG,CAAC,QAAqB,KAAU;AACrC,YAAA,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC;AACpC,SAAC;AAED,QAAA,IAAA,CAAA,GAAG,GAAG,CAAC,QAAqB,KAAI;YAC9B,MAAM,aAAa,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC;AACtD,YAAA,IAAI,aAAa,GAAG,EAAE,EAAE;gBACtB,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC;;AAE3C,SAAC;AAED,QAAA,IAAA,CAAA,IAAI,GAAG,CAAC,KAAQ,KAAI;;AAElB,YAAA,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,KAAK,CAAC,CAAC;;YAGrD,IAAI,IAAI,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE;AAClC,gBAAA,MAAM,MAAM,GAAG,IAAI,CAAC,cAAc;AAClC,gBAAA,IAAI,CAAC,cAAc,GAAG,EAAE;AACxB,gBAAA,MAAM,CAAC,OAAO,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,KAAK,CAAC,CAAC;;AAEjD,SAAC;AAED,QAAA,IAAA,CAAA,IAAI,GAAG,CAAC,EAAiB,KAAgB;AACvC,YAAA,OAAO,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACnC,SAAC;;AACF;;;;"}
@@ -0,0 +1,2 @@
1
+ import{T as e}from"./p-BdCnOrqW.js";class o{async attachView(e,o){var t;const n=(t=o===null||o===void 0?void 0:o.parentElement)!==null&&t!==void 0?t:document.body;n.appendChild(e);return e}async removeView(e){e.remove()}}const t=new o;let n=t;function a(e){n=e}const i=()=>n;const s=()=>t;function c(e,o){const t=o.ariaDescribedby;const n=o.ariaLabelledby;delete o["ariaDescribedby"];delete o["ariaLabelledby"];if(t){e.setAttribute("aria-describedby",t)}if(n){e.setAttribute("aria-labelledby",n)}}function l(e,o,t,n){let a=[];if(o!==undefined){a=[...a,{id:"cancel",text:o,type:"cancel",payload:n}]}return[...a,{id:"okay",text:e,type:"okay",payload:t}]}async function r(o){const t=new e;const n=document.createElement("ix-modal");const a=document.createElement("ix-modal-header");const i=document.createElement("ix-modal-content");const l=document.createElement("ix-modal-footer");c(n,o);Object.assign(a,o);Object.assign(i,o);Object.assign(l,o);a.innerText=o.messageTitle;i.innerText=o.message;o.actions.forEach((({id:e,text:o,type:t,payload:a})=>{const i=document.createElement("ix-button");i.innerText=o;l.appendChild(i);if(t==="okay"){i.variant="primary";i.addEventListener("click",(()=>n.closeModal({actionId:e,payload:a})));return}else if(t==="cancel"){i.variant="primary";i.outline=true;i.addEventListener("click",(()=>n.dismissModal({actionId:e,payload:a})));return}}));n.appendChild(a);n.appendChild(i);n.appendChild(l);const r=await s().attachView(n);r.addEventListener("dialogClose",(e=>{t.emit(e.detail);r.remove()}));r.addEventListener("dialogDismiss",(e=>{t.emit(e.detail);r.remove()}));c(r,o);Object.assign(r,o);r.showModal();return t}r.info=(e,o,t,n,a,i)=>r({message:o,messageTitle:e,icon:"info",actions:l(t,n,a,i)});r.warning=(e,o,t,n,a,i)=>r({message:o,messageTitle:e,icon:"warning",iconColor:"color-warning",actions:l(t,n,a,i)});r.error=(e,o,t,n,a,i)=>r({message:o,messageTitle:e,icon:"error",iconColor:"color-alarm",actions:l(t,n,a,i)});r.success=(e,o,t,n,a,i)=>r({message:o,messageTitle:e,icon:"success",iconColor:"color-success",actions:l(t,n,a,i)});r.question=(e,o,t,n,a,i)=>r({message:o,messageTitle:e,icon:"question",actions:l(t,n,a,i)});function d(e,o){const t=o.ariaDescribedby;const n=o.ariaLabelledby;delete o["ariaDescribedby"];delete o["ariaLabelledby"];if(t){e.setAttribute("aria-describedby",t)}if(n){e.setAttribute("aria-labelledby",n)}}function m(e){return e.closest("ix-modal")}function u(e,o){const t=m(e);if(t){t.closeModal(o);return}}function f(e,o){const t=m(e);if(t){t.dismissModal(o);return}}async function y(o){const t=i();let n;const a=new e;const c=new e;if(typeof o.content==="string"){const e=document.createElement("ix-modal");e.innerText=o.content;n=await s().attachView(e)}if(o.content instanceof HTMLElement&&o.content.tagName!=="IX-MODAL"){const e=document.createElement("ix-modal");e.appendChild(o.content);n=await s().attachView(e)}if(!n){n=await t.attachView(o.content)}d(n,o);Object.assign(n,o);await n.showModal();n.addEventListener("dialogClose",(async({detail:e})=>{a.emit(e);await t.removeView(n)}));n.addEventListener("dialogDismiss",(async({detail:e})=>{c.emit(e);await t.removeView(n)}));requestAnimationFrame((()=>{const e=n.querySelector("[autofocus],[auto-focus]");if(e){e.focus()}}));return{htmlElement:n,onClose:a,onDismiss:c}}export{i as a,r as b,u as c,f as d,s as g,a as r,y as s};
2
+ //# sourceMappingURL=p-Bdv-vpZz.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-Bdv-vpZz.js","sources":["src/components/utils/delegate.ts","src/components/utils/modal/message.ts","src/components/utils/modal/modal.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nexport type DelegateConfig = {\n parentElement?: Element;\n};\n\nexport interface FrameworkDelegate {\n attachView<R = HTMLElement>(view: any, config?: DelegateConfig): Promise<R>;\n removeView(view: any): Promise<void>;\n}\n\nclass DefaultFrameworkDelegate implements FrameworkDelegate {\n async attachView<R = HTMLElement>(\n view: any,\n config?: DelegateConfig\n ): Promise<R> {\n const attachToElement = config?.parentElement ?? document.body;\n attachToElement.appendChild(view);\n return view;\n }\n\n async removeView(view: any) {\n view.remove();\n }\n}\n\nconst coreDelegate = new DefaultFrameworkDelegate();\nlet currentDelegate: FrameworkDelegate = coreDelegate;\n\nexport function registerFrameworkDelegate(delegate: FrameworkDelegate) {\n currentDelegate = delegate;\n}\n\nexport const resolveDelegate = () => {\n return currentDelegate;\n};\n\nexport const getCoreDelegate = () => coreDelegate;\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { getCoreDelegate } from '../delegate';\nimport { TypedEvent } from '../typed-event';\nimport { ModalConfig } from './modal';\n\nexport type MessageConfig<T> = Omit<\n ModalConfig<T, unknown>,\n 'content' | 'title'\n> &\n MessageContent;\n\nfunction setA11yAttributes(element: HTMLElement, config: MessageContent) {\n const ariaDescribedby = config.ariaDescribedby;\n const ariaLabelledby = config.ariaLabelledby;\n\n delete config['ariaDescribedby'];\n delete config['ariaLabelledby'];\n\n if (ariaDescribedby) {\n element.setAttribute('aria-describedby', ariaDescribedby);\n }\n\n if (ariaLabelledby) {\n element.setAttribute('aria-labelledby', ariaLabelledby);\n }\n}\n\nfunction createConfirmButtons(\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) {\n let actions: MessageAction[] = [];\n\n if (textCancel !== undefined) {\n actions = [\n ...actions,\n {\n id: 'cancel',\n text: textCancel,\n type: 'cancel',\n payload: payloadCancel,\n } as MessageAction,\n ];\n }\n return [\n ...actions,\n {\n id: 'okay',\n text: textOkay,\n type: 'okay',\n payload: payloadOkay,\n } as MessageAction,\n ];\n}\n\nexport type MessageAction = {\n id: string;\n type: 'button-primary' | 'button-secondary' | 'okay' | 'cancel';\n text: string;\n payload?: any;\n};\n\nexport type MessageContent = {\n icon: string;\n iconColor?: string;\n messageTitle: string;\n message: string;\n actions: MessageAction[];\n ariaLabelledby?: string;\n ariaDescribedby?: string;\n};\n\nexport async function showMessage<T>(config: MessageConfig<T>) {\n const onMessageAction = new TypedEvent<{\n actionId: string;\n payload: T;\n }>();\n const dialog = document.createElement('ix-modal');\n const header = document.createElement('ix-modal-header');\n const content = document.createElement('ix-modal-content');\n const footer = document.createElement('ix-modal-footer');\n\n setA11yAttributes(dialog, config);\n\n Object.assign(header, config);\n Object.assign(content, config);\n Object.assign(footer, config);\n\n header.innerText = config.messageTitle;\n content.innerText = config.message;\n\n config.actions.forEach(({ id, text, type, payload }) => {\n const button = document.createElement('ix-button');\n button.innerText = text;\n footer.appendChild(button);\n\n if (type === 'okay') {\n button.variant = 'primary';\n button.addEventListener('click', () =>\n dialog.closeModal({\n actionId: id,\n payload,\n })\n );\n return;\n } else if (type === 'cancel') {\n button.variant = 'primary';\n button.outline = true;\n button.addEventListener('click', () =>\n dialog.dismissModal({\n actionId: id,\n payload,\n })\n );\n return;\n }\n });\n\n dialog.appendChild(header);\n dialog.appendChild(content);\n dialog.appendChild(footer);\n\n const dialogRef =\n await getCoreDelegate().attachView<HTMLIxModalElement>(dialog);\n\n dialogRef.addEventListener(\n 'dialogClose',\n (\n event: CustomEvent<{\n actionId: string;\n payload: T;\n }>\n ) => {\n onMessageAction.emit(event.detail);\n dialogRef.remove();\n }\n );\n\n dialogRef.addEventListener(\n 'dialogDismiss',\n (\n event: CustomEvent<{\n actionId: string;\n payload: T;\n }>\n ) => {\n onMessageAction.emit(event.detail);\n dialogRef.remove();\n }\n );\n\n setA11yAttributes(dialogRef, config);\n Object.assign(dialogRef, config);\n\n dialogRef.showModal();\n return onMessageAction;\n}\n\nshowMessage.info = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'info',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n\nshowMessage.warning = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'warning',\n iconColor: 'color-warning',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n\nshowMessage.error = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'error',\n iconColor: 'color-alarm',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n\nshowMessage.success = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'success',\n iconColor: 'color-success',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n\nshowMessage.question = (\n title: string,\n message: string,\n textOkay: string,\n textCancel?: string,\n payloadOkay?: any,\n payloadCancel?: any\n) => {\n return showMessage({\n message,\n messageTitle: title,\n icon: 'question',\n actions: createConfirmButtons(\n textOkay,\n textCancel,\n payloadOkay,\n payloadCancel\n ),\n });\n};\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { IxModalSize } from '../../modal/modal';\nimport { getCoreDelegate, resolveDelegate } from '../delegate';\nimport { TypedEvent } from '../typed-event';\n\nexport function setA11yAttributes(element: HTMLElement, config: ModalConfig) {\n const ariaDescribedby = config.ariaDescribedby;\n const ariaLabelledby = config.ariaLabelledby;\n\n delete config['ariaDescribedby'];\n delete config['ariaLabelledby'];\n\n if (ariaDescribedby) {\n element.setAttribute('aria-describedby', ariaDescribedby);\n }\n\n if (ariaLabelledby) {\n element.setAttribute('aria-labelledby', ariaLabelledby);\n }\n}\n\nexport interface ModalConfig<TReason = any, CONTENT = any> {\n animation?: boolean;\n ariaDescribedby?: string;\n ariaLabelledby?: string;\n backdrop?: boolean;\n closeOnBackdropClick?: boolean;\n beforeDismiss?: (reason?: TReason) => boolean | Promise<boolean>;\n centered?: boolean;\n container?: string | HTMLElement;\n content: CONTENT | string;\n keyboard?: boolean;\n size?: IxModalSize;\n title?: string;\n}\n\nexport interface ModalInstance<TReason = any> {\n htmlElement: HTMLIxModalElement;\n onClose: TypedEvent<TReason>;\n onDismiss: TypedEvent<TReason>;\n}\n\nfunction getIxModal(element: Element) {\n return element.closest('ix-modal');\n}\n\nexport function closeModal<TClose = any>(\n element: Element,\n closeResult: TClose\n) {\n const dialog = getIxModal(element);\n if (dialog) {\n dialog.closeModal(closeResult);\n return;\n }\n}\n\nexport function dismissModal(element: Element, dismissResult?: any) {\n const dialog = getIxModal(element);\n if (dialog) {\n dialog.dismissModal(dismissResult);\n return;\n }\n}\n\nexport async function showModal<T>(\n config: ModalConfig<T>\n): Promise<ModalInstance<T>> {\n const delegate = resolveDelegate();\n let dialogRef: HTMLIxModalElement | undefined;\n const onClose = new TypedEvent<T>();\n const onDismiss = new TypedEvent<T>();\n\n if (typeof config.content === 'string') {\n const dialog = document.createElement('ix-modal');\n dialog.innerText = config.content;\n dialogRef = await getCoreDelegate().attachView(dialog);\n }\n\n if (\n config.content instanceof HTMLElement &&\n config.content.tagName !== 'IX-MODAL'\n ) {\n const dialog = document.createElement('ix-modal');\n dialog.appendChild(config.content);\n dialogRef = await getCoreDelegate().attachView(dialog);\n }\n if (!dialogRef) {\n dialogRef = await delegate.attachView<HTMLIxModalElement>(config.content);\n }\n\n setA11yAttributes(dialogRef, config);\n Object.assign(dialogRef, config);\n\n await dialogRef.showModal();\n dialogRef.addEventListener('dialogClose', async ({ detail }: CustomEvent) => {\n onClose.emit(detail);\n await delegate.removeView(dialogRef);\n });\n\n dialogRef.addEventListener(\n 'dialogDismiss',\n async ({ detail }: CustomEvent) => {\n onDismiss.emit(detail);\n await delegate.removeView(dialogRef);\n }\n );\n\n requestAnimationFrame(() => {\n const autofocusElement = dialogRef.querySelector(\n '[autofocus],[auto-focus]'\n );\n\n if (autofocusElement) {\n (autofocusElement as HTMLIxButtonElement).focus();\n }\n });\n\n return {\n htmlElement: dialogRef,\n onClose,\n onDismiss,\n };\n}\n"],"names":["setA11yAttributes"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import{h as n}from"./p-DtF9fwpD.js";import{a as t}from"./p-Bb7pDeaQ.js";import{s as e}from"./p-Cdt22lfd.js";import{c as a}from"./p-CX81WQtk.js";import{c as i}from"./p-pXYAoEyc.js";import{a as r}from"./p-Ou74PMQs.js";function s(t){return n("textarea",Object.assign({readOnly:t.readonly,disabled:t.disabled,maxLength:t.maxLength,minLength:t.minLength,cols:t.textareaCols,rows:t.textareaRows,ref:t.textAreaRef,class:{"is-invalid":t.isInvalid},required:t.required,value:t.value,placeholder:t.placeholder,onInput:n=>{const e=n.target;t.updateFormInternalValue(e.value);t.valueChange(e.value)},onBlur:()=>t.onBlur(),style:{resize:t.resizeBehavior,height:t.textareaHeight,width:t.textareaWidth}},t.ariaAttributes))}function o(t){return n("input",Object.assign({id:t.id,autoComplete:"off",readOnly:t.readonly,disabled:t.disabled,min:t.min,max:t.max,maxLength:t.maxLength?Number(t.maxLength):undefined,minLength:t.maxLength?Number(t.minLength):undefined,ref:t.inputRef,pattern:t.pattern,type:t.type,class:{"is-invalid":t.isInvalid},required:t.required,value:t.value,placeholder:t.placeholder,onKeyPress:n=>t.onKeyPress(n),onInput:n=>{const e=n.target;t.updateFormInternalValue(e.value);t.valueChange(e.value)},onBlur:()=>t.onBlur()},t.ariaAttributes))}const u=(t,e)=>n("div",{class:"end-container",ref:t.slotEndRef},n("slot",{name:"end",onSlotchange:t.onSlotChange}),e);const c=t=>n("div",{class:"start-container",ref:t.slotStartRef},n("slot",{name:"start",onSlotchange:t.onSlotChange}));function l(n){const t=5;r({targets:n,duration:200,easing:"easeInOutSine",loop:2,translateX:[{value:t*-1},{value:t},{value:t/-2},{value:t/2},{value:0}]})}function f(n,t){n.isInvalid=t.isInvalid||t.isInvalidByRequired;n.isValid=t.isValid;n.isInfo=t.isInfo;n.isWarning=t.isWarning}function d(n,t){if(n.allowedCharactersPattern){const e=new RegExp(n.allowedCharactersPattern);if(!e.test(t.key)){t.preventDefault();l(n.inputRef.current)}}}async function m(n,t){const a=t.validity;const i=n.validityStateChange.emit(a);if(i.defaultPrevented){return}if(!n.value){return}const r=await e(n);if(r){return}const{valid:s}=a;n.hostElement.classList.toggle("ix-invalid--validity-invalid",!s)}function p(n,t){n.ixBlur.emit();if(!t){throw new Error("Input element is not available")}t.setAttribute("data-ix-touched","true");m(n,t)}function v(n,t,e){var a;if(!n){return}const r=16;const s=i(t+r/2);if(e.slotEnd){n.style.paddingRight=`calc(${s} + ${(a=e.additionalPaddingRight)!==null&&a!==void 0?a:"0rem"})`}else{n.style.paddingLeft=s}}function h(n,t,e){requestAnimationFrame((()=>{requestAnimationFrame((()=>{if(n){const t=n.getBoundingClientRect();if(t){v(e,t.width,{slotEnd:false})}}if(t){const n=t.getBoundingClientRect();if(n){v(e,n.width,{slotEnd:true})}}}))}))}function b(n){const e={"aria-invalid":`${t(n.isInvalid)}`,"aria-required":`${t(n.required)}`};if(n.isInvalid&&n.invalidText){e["aria-errormessage"]=n.invalidText}return e}const g=(n,t)=>{const e=j(n,t);const i=a(t);i.observe(n,{subtree:true,attributes:true});return()=>{e.disconnect();i.disconnect()}};function j(n,t){const e=new IntersectionObserver((n=>{n.forEach((n=>{if(n.isIntersecting){t()}}))}));e.observe(n);return e}export{o as I,u as S,s as T,g as a,h as b,c,d,m as e,b as g,f as m,p as o};
2
+ //# sourceMappingURL=p-CANRrgK_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"p-CANRrgK_.js","sources":["src/components/input/input.fc.tsx","src/components/input/input.animation.ts","src/components/input/input.util.ts"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { h, FunctionalComponent } from '@stencil/core';\nimport { MakeRef } from '../utils/make-ref';\nimport { A11yAttributes } from '../utils/a11y';\n\nexport function TextareaElement(props: {\n resizeBehavior: 'both' | 'horizontal' | 'vertical' | 'none';\n textareaHeight?: string;\n textareaWidth?: string;\n textareaRows?: number;\n textareaCols?: number;\n disabled: boolean;\n readonly: boolean;\n maxLength?: number;\n minLength?: number;\n isInvalid: boolean;\n required: boolean;\n value: string;\n placeholder?: string;\n textAreaRef: (el: HTMLTextAreaElement | undefined) => void;\n valueChange: (value: string) => void;\n updateFormInternalValue: (value: string) => void;\n onBlur: () => void;\n ariaAttributes?: A11yAttributes;\n}) {\n return (\n <textarea\n readOnly={props.readonly}\n disabled={props.disabled}\n maxLength={props.maxLength}\n minLength={props.minLength}\n cols={props.textareaCols}\n rows={props.textareaRows}\n ref={props.textAreaRef}\n class={{\n 'is-invalid': props.isInvalid,\n }}\n required={props.required}\n value={props.value}\n placeholder={props.placeholder}\n onInput={(inputEvent) => {\n const target = inputEvent.target as HTMLInputElement;\n props.updateFormInternalValue(target.value);\n props.valueChange(target.value);\n }}\n onBlur={() => props.onBlur()}\n style={{\n resize: props.resizeBehavior,\n height: props.textareaHeight,\n width: props.textareaWidth,\n }}\n {...props.ariaAttributes}\n ></textarea>\n );\n}\n\nexport function InputElement(props: {\n id: string;\n disabled: boolean;\n readonly: boolean;\n maxLength?: string | number;\n minLength?: string | number;\n max?: string | number;\n min?: string | number;\n pattern?: string;\n type: string;\n isInvalid: boolean;\n required: boolean;\n value: string | number;\n placeholder?: string;\n inputRef: (el: HTMLInputElement | undefined) => void;\n onKeyPress: (event: KeyboardEvent) => void;\n valueChange: (value: string) => void;\n updateFormInternalValue: (value: string) => void;\n onBlur: () => void;\n ariaAttributes?: A11yAttributes;\n}) {\n return (\n <input\n id={props.id}\n autoComplete=\"off\"\n readOnly={props.readonly}\n disabled={props.disabled}\n min={props.min}\n max={props.max}\n maxLength={props.maxLength ? Number(props.maxLength) : undefined}\n minLength={props.maxLength ? Number(props.minLength) : undefined}\n ref={props.inputRef}\n pattern={props.pattern}\n type={props.type}\n class={{\n 'is-invalid': props.isInvalid,\n }}\n required={props.required}\n value={props.value}\n placeholder={props.placeholder}\n onKeyPress={(event) => props.onKeyPress(event)}\n onInput={(inputEvent) => {\n const target = inputEvent.target as HTMLInputElement;\n props.updateFormInternalValue(target.value);\n props.valueChange(target.value);\n }}\n onBlur={() => props.onBlur()}\n {...props.ariaAttributes}\n ></input>\n );\n}\n\nexport const SlotEnd: FunctionalComponent<{\n slotEndRef: MakeRef<HTMLDivElement>;\n onSlotChange?: (e: Event) => void;\n}> = (props, children) => {\n return (\n <div class=\"end-container\" ref={props.slotEndRef}>\n <slot name=\"end\" onSlotchange={props.onSlotChange}></slot>\n {children}\n </div>\n );\n};\n\nexport const SlotStart: FunctionalComponent<{\n slotStartRef: MakeRef<HTMLDivElement>;\n onSlotChange?: (e: Event) => void;\n}> = (props) => {\n return (\n <div class=\"start-container\" ref={props.slotStartRef}>\n <slot name=\"start\" onSlotchange={props.onSlotChange}></slot>\n </div>\n );\n};\n","/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport anime from 'animejs';\n\nexport function shakeInput(input: HTMLInputElement) {\n const xMax = 5;\n anime({\n targets: input,\n duration: 200,\n easing: 'easeInOutSine',\n loop: 2,\n translateX: [\n {\n value: xMax * -1,\n },\n {\n value: xMax,\n },\n {\n value: xMax / -2,\n },\n {\n value: xMax / 2,\n },\n {\n value: 0,\n },\n ],\n });\n}\n","/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { A11yAttributes, a11yBoolean } from '../utils/a11y';\nimport {\n IxFormComponent,\n IxInputFieldComponent,\n ValidationResults,\n shouldSuppressInternalValidation,\n} from '../utils/input';\nimport { createMutationObserver } from '../utils/mutation-observer';\nimport { convertToRemString } from '../utils/rwd.util';\nimport { generateUUID } from '../utils/uuid';\nimport { shakeInput } from './input.animation';\n\nexport function createIdIfNotExists(\n element: IxFormComponent,\n idPrefix: string = 'input'\n) {\n return element.hasAttribute('id')\n ? element.getAttribute('id')\n : `${idPrefix}-${generateUUID()}`;\n}\n\nexport function mapValidationResult<T>(\n ref: IxInputFieldComponent<T>,\n result: ValidationResults\n) {\n ref.isInvalid = result.isInvalid || result.isInvalidByRequired;\n ref.isValid = result.isValid;\n ref.isInfo = result.isInfo;\n ref.isWarning = result.isWarning;\n}\n\nexport function checkAllowedKeys<T>(\n comp: IxInputFieldComponent<T>,\n event: KeyboardEvent\n) {\n if (comp.allowedCharactersPattern) {\n const regex = new RegExp(comp.allowedCharactersPattern);\n if (!regex.test(event.key)) {\n event.preventDefault();\n shakeInput(comp.inputRef.current);\n }\n }\n}\n\nexport async function checkInternalValidity<T>(\n comp: IxFormComponent<T>,\n input: HTMLInputElement | HTMLTextAreaElement\n) {\n const validityState = input.validity;\n\n const eventResult = comp.validityStateChange.emit(validityState);\n\n if (eventResult.defaultPrevented) {\n return;\n }\n\n if (!comp.value) {\n return;\n }\n\n const skipValidation = await shouldSuppressInternalValidation(comp);\n if (skipValidation) {\n return;\n }\n\n const { valid } = validityState;\n comp.hostElement.classList.toggle('ix-invalid--validity-invalid', !valid);\n}\n\nexport function onInputBlur<T>(\n comp: IxFormComponent<T>,\n input?: HTMLInputElement | HTMLTextAreaElement | null\n) {\n comp.ixBlur.emit();\n\n if (!input) {\n throw new Error('Input element is not available');\n }\n\n input.setAttribute('data-ix-touched', 'true');\n checkInternalValidity(comp, input);\n}\n\nexport function applyPaddingEnd(\n inputElement: HTMLElement | null,\n width: number,\n options: {\n slotEnd: boolean;\n additionalPaddingRight?: string;\n }\n) {\n if (!inputElement) {\n return;\n }\n\n const remInPixels = 16;\n const padding = convertToRemString(width + remInPixels / 2);\n\n if (options.slotEnd) {\n inputElement.style.paddingRight = `calc(${padding} + ${\n options.additionalPaddingRight ?? '0rem'\n })`;\n } else {\n inputElement.style.paddingLeft = padding;\n }\n}\n\nexport function adjustPaddingForStartAndEnd(\n startElement: HTMLElement | null,\n endElement: HTMLElement | null,\n inputElement: HTMLElement | null\n) {\n requestAnimationFrame(() => {\n requestAnimationFrame(() => {\n if (startElement) {\n const startBoundingRect = startElement.getBoundingClientRect();\n if (startBoundingRect) {\n applyPaddingEnd(inputElement, startBoundingRect.width, {\n slotEnd: false,\n });\n }\n }\n\n if (endElement) {\n const endBoundingRect = endElement.getBoundingClientRect();\n if (endBoundingRect) {\n applyPaddingEnd(inputElement, endBoundingRect.width, {\n slotEnd: true,\n });\n }\n }\n });\n });\n}\n\nexport function getAriaAttributesForInput(\n component: IxInputFieldComponent\n): A11yAttributes {\n const inputAria: A11yAttributes = {\n 'aria-invalid': `${a11yBoolean(component.isInvalid)}`,\n 'aria-required': `${a11yBoolean(component.required)}`,\n };\n\n if (component.isInvalid && component.invalidText) {\n inputAria['aria-errormessage'] = component.invalidText;\n }\n return inputAria;\n}\n\nexport type DisposableChangesAndVisibilityObservers = () => void;\n\nexport const addDisposableChangesAndVisibilityObservers = (\n element: HTMLElement,\n callback: () => void\n): DisposableChangesAndVisibilityObservers => {\n const intersectionObserver = observeElementUntilVisible(element, callback);\n const mutationObserver = createMutationObserver(callback);\n\n mutationObserver.observe(element, {\n subtree: true,\n attributes: true,\n });\n\n return () => {\n intersectionObserver.disconnect();\n mutationObserver.disconnect();\n };\n};\n\nfunction observeElementUntilVisible(\n hostElement: HTMLElement,\n updateCallback: () => void\n): IntersectionObserver {\n const intersectionObserver = new IntersectionObserver((entries) => {\n entries.forEach((entry) => {\n if (entry.isIntersecting) {\n updateCallback();\n }\n });\n });\n\n intersectionObserver.observe(hostElement);\n return intersectionObserver;\n}\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ const t=["top","right","bottom","left"];const n=Math.min;const e=Math.max;const o=Math.round;const r=Math.floor;const s=t=>({x:t,y:t});const c={left:"right",right:"left",bottom:"top",top:"bottom"};const i={start:"end",end:"start"};function l(t,o,r){return e(t,n(o,r))}function f(t,n){return typeof t==="function"?t(n):t}function a(t){return t.split("-")[0]}function u(t){return t.split("-")[1]}function d(t){return t==="x"?"y":"x"}function m(t){return t==="y"?"height":"width"}function h(t){return["top","bottom"].includes(a(t))?"y":"x"}function y(t){return d(h(t))}function p(t,n,e){if(e===void 0){e=false}const o=u(t);const r=y(t);const s=m(r);let c=r==="x"?o===(e?"end":"start")?"right":"left":o==="start"?"bottom":"top";if(n.reference[s]>n.floating[s]){c=b(c)}return[c,b(c)]}function g(t){const n=b(t);return[w(t),n,w(n)]}function w(t){return t.replace(/start|end/g,(t=>i[t]))}function x(t,n,e){const o=["left","right"];const r=["right","left"];const s=["top","bottom"];const c=["bottom","top"];switch(t){case"top":case"bottom":if(e)return n?r:o;return n?o:r;case"left":case"right":return n?s:c;default:return[]}}function v(t,n,e,o){const r=u(t);let s=x(a(t),e==="start",o);if(r){s=s.map((t=>t+"-"+r));if(n){s=s.concat(s.map(w))}}return s}function b(t){return t.replace(/left|right|bottom|top/g,(t=>c[t]))}function A(t){return{top:0,right:0,bottom:0,left:0,...t}}function R(t){return typeof t!=="number"?A(t):{top:t,right:t,bottom:t,left:t}}function k(t){const{x:n,y:e,width:o,height:r}=t;return{width:o,height:r,top:e,left:n,right:n+o,bottom:e+r,x:n,y:e}}function S(t,n,e){let{reference:o,floating:r}=t;const s=h(n);const c=y(n);const i=m(c);const l=a(n);const f=s==="y";const d=o.x+o.width/2-r.width/2;const p=o.y+o.height/2-r.height/2;const g=o[i]/2-r[i]/2;let w;switch(l){case"top":w={x:d,y:o.y-r.height};break;case"bottom":w={x:d,y:o.y+o.height};break;case"right":w={x:o.x+o.width,y:p};break;case"left":w={x:o.x-r.width,y:p};break;default:w={x:o.x,y:o.y}}switch(u(n)){case"start":w[c]-=g*(e&&f?-1:1);break;case"end":w[c]+=g*(e&&f?-1:1);break}return w}const O=async(t,n,e)=>{const{placement:o="bottom",strategy:r="absolute",middleware:s=[],platform:c}=e;const i=s.filter(Boolean);const l=await(c.isRTL==null?void 0:c.isRTL(n));let f=await c.getElementRects({reference:t,floating:n,strategy:r});let{x:a,y:u}=S(f,o,l);let d=o;let m={};let h=0;for(let e=0;e<i.length;e++){const{name:s,fn:y}=i[e];const{x:p,y:g,data:w,reset:x}=await y({x:a,y:u,initialPlacement:o,placement:d,strategy:r,middlewareData:m,rects:f,platform:c,elements:{reference:t,floating:n}});a=p!=null?p:a;u=g!=null?g:u;m={...m,[s]:{...m[s],...w}};if(x&&h<=50){h++;if(typeof x==="object"){if(x.placement){d=x.placement}if(x.rects){f=x.rects===true?await c.getElementRects({reference:t,floating:n,strategy:r}):x.rects}({x:a,y:u}=S(f,d,l))}e=-1}}return{x:a,y:u,placement:d,strategy:r,middlewareData:m}};async function F(t,n){var e;if(n===void 0){n={}}const{x:o,y:r,platform:s,rects:c,elements:i,strategy:l}=t;const{boundary:a="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:m=false,padding:h=0}=f(n,t);const y=R(h);const p=d==="floating"?"reference":"floating";const g=i[m?p:d];const w=k(await s.getClippingRect({element:((e=await(s.isElement==null?void 0:s.isElement(g)))!=null?e:true)?g:g.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(i.floating)),boundary:a,rootBoundary:u,strategy:l}));const x=d==="floating"?{x:o,y:r,width:c.floating.width,height:c.floating.height}:c.reference;const v=await(s.getOffsetParent==null?void 0:s.getOffsetParent(i.floating));const b=await(s.isElement==null?void 0:s.isElement(v))?await(s.getScale==null?void 0:s.getScale(v))||{x:1,y:1}:{x:1,y:1};const A=k(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:x,offsetParent:v,strategy:l}):x);return{top:(w.top-A.top+y.top)/b.y,bottom:(A.bottom-w.bottom+y.bottom)/b.y,left:(w.left-A.left+y.left)/b.x,right:(A.right-w.right+y.right)/b.x}}const T=t=>({name:"arrow",options:t,async fn(e){const{x:o,y:r,placement:s,rects:c,platform:i,elements:a,middlewareData:d}=e;const{element:h,padding:p=0}=f(t,e)||{};if(h==null){return{}}const g=R(p);const w={x:o,y:r};const x=y(s);const v=m(x);const b=await i.getDimensions(h);const A=x==="y";const k=A?"top":"left";const S=A?"bottom":"right";const O=A?"clientHeight":"clientWidth";const F=c.reference[v]+c.reference[x]-w[x]-c.floating[v];const T=w[x]-c.reference[x];const C=await(i.getOffsetParent==null?void 0:i.getOffsetParent(h));let D=C?C[O]:0;if(!D||!await(i.isElement==null?void 0:i.isElement(C))){D=a.floating[O]||c.floating[v]}const P=F/2-T/2;const B=D/2-b[v]/2-1;const M=n(g[k],B);const z=n(g[S],B);const H=M;const L=D-b[v]-z;const E=D/2-b[v]/2+P;const I=l(H,E,L);const N=!d.arrow&&u(s)!=null&&E!==I&&c.reference[v]/2-(E<H?M:z)-b[v]/2<0;const j=N?E<H?E-H:E-L:0;return{[x]:w[x]+j,data:{[x]:I,centerOffset:E-I-j,...N&&{alignmentOffset:j}},reset:N}}});const C=function(t){if(t===void 0){t={}}return{name:"flip",options:t,async fn(n){var e,o;const{placement:r,middlewareData:s,rects:c,initialPlacement:i,platform:l,elements:u}=n;const{mainAxis:d=true,crossAxis:m=true,fallbackPlacements:y,fallbackStrategy:w="bestFit",fallbackAxisSideDirection:x="none",flipAlignment:A=true,...R}=f(t,n);if((e=s.arrow)!=null&&e.alignmentOffset){return{}}const k=a(r);const S=h(i);const O=a(i)===i;const T=await(l.isRTL==null?void 0:l.isRTL(u.floating));const C=y||(O||!A?[b(i)]:g(i));const D=x!=="none";if(!y&&D){C.push(...v(i,A,x,T))}const P=[i,...C];const B=await F(n,R);const M=[];let z=((o=s.flip)==null?void 0:o.overflows)||[];if(d){M.push(B[k])}if(m){const t=p(r,c,T);M.push(B[t[0]],B[t[1]])}z=[...z,{placement:r,overflows:M}];if(!M.every((t=>t<=0))){var H,L;const t=(((H=s.flip)==null?void 0:H.index)||0)+1;const n=P[t];if(n){return{data:{index:t,overflows:z},reset:{placement:n}}}let e=(L=z.filter((t=>t.overflows[0]<=0)).sort(((t,n)=>t.overflows[1]-n.overflows[1]))[0])==null?void 0:L.placement;if(!e){switch(w){case"bestFit":{var E;const t=(E=z.filter((t=>{if(D){const n=h(t.placement);return n===S||n==="y"}return true})).map((t=>[t.placement,t.overflows.filter((t=>t>0)).reduce(((t,n)=>t+n),0)])).sort(((t,n)=>t[1]-n[1]))[0])==null?void 0:E[0];if(t){e=t}break}case"initialPlacement":e=i;break}}if(r!==e){return{reset:{placement:e}}}}return{}}}};function D(t,n){return{top:t.top-n.height,right:t.right-n.width,bottom:t.bottom-n.height,left:t.left-n.width}}function P(n){return t.some((t=>n[t]>=0))}const B=function(t){if(t===void 0){t={}}return{name:"hide",options:t,async fn(n){const{rects:e}=n;const{strategy:o="referenceHidden",...r}=f(t,n);switch(o){case"referenceHidden":{const t=await F(n,{...r,elementContext:"reference"});const o=D(t,e.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:P(o)}}}case"escaped":{const t=await F(n,{...r,altBoundary:true});const o=D(t,e.floating);return{data:{escapedOffsets:o,escaped:P(o)}}}default:{return{}}}}}};function M(t){const o=n(...t.map((t=>t.left)));const r=n(...t.map((t=>t.top)));const s=e(...t.map((t=>t.right)));const c=e(...t.map((t=>t.bottom)));return{x:o,y:r,width:s-o,height:c-r}}function z(t){const n=t.slice().sort(((t,n)=>t.y-n.y));const e=[];let o=null;for(let t=0;t<n.length;t++){const r=n[t];if(!o||r.y-o.y>o.height/2){e.push([r])}else{e[e.length-1].push(r)}o=r}return e.map((t=>k(M(t))))}const H=function(t){if(t===void 0){t={}}return{name:"inline",options:t,async fn(o){const{placement:r,elements:s,rects:c,platform:i,strategy:l}=o;const{padding:u=2,x:d,y:m}=f(t,o);const y=Array.from(await(i.getClientRects==null?void 0:i.getClientRects(s.reference))||[]);const p=z(y);const g=k(M(y));const w=R(u);function x(){if(p.length===2&&p[0].left>p[1].right&&d!=null&&m!=null){return p.find((t=>d>t.left-w.left&&d<t.right+w.right&&m>t.top-w.top&&m<t.bottom+w.bottom))||g}if(p.length>=2){if(h(r)==="y"){const t=p[0];const n=p[p.length-1];const e=a(r)==="top";const o=t.top;const s=n.bottom;const c=e?t.left:n.left;const i=e?t.right:n.right;const l=i-c;const f=s-o;return{top:o,bottom:s,left:c,right:i,width:l,height:f,x:c,y:o}}const t=a(r)==="left";const o=e(...p.map((t=>t.right)));const s=n(...p.map((t=>t.left)));const c=p.filter((n=>t?n.left===s:n.right===o));const i=c[0].top;const l=c[c.length-1].bottom;const f=s;const u=o;const d=u-f;const m=l-i;return{top:i,bottom:l,left:f,right:u,width:d,height:m,x:f,y:i}}return g}const v=await i.getElementRects({reference:{getBoundingClientRect:x},floating:s.floating,strategy:l});if(c.reference.x!==v.reference.x||c.reference.y!==v.reference.y||c.reference.width!==v.reference.width||c.reference.height!==v.reference.height){return{reset:{rects:v}}}return{}}}};async function L(t,n){const{placement:e,platform:o,elements:r}=t;const s=await(o.isRTL==null?void 0:o.isRTL(r.floating));const c=a(e);const i=u(e);const l=h(e)==="y";const d=["left","top"].includes(c)?-1:1;const m=s&&l?-1:1;const y=f(n,t);let{mainAxis:p,crossAxis:g,alignmentAxis:w}=typeof y==="number"?{mainAxis:y,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...y};if(i&&typeof w==="number"){g=i==="end"?w*-1:w}return l?{x:g*m,y:p*d}:{x:p*d,y:g*m}}const E=function(t){if(t===void 0){t=0}return{name:"offset",options:t,async fn(n){var e,o;const{x:r,y:s,placement:c,middlewareData:i}=n;const l=await L(n,t);if(c===((e=i.offset)==null?void 0:e.placement)&&(o=i.arrow)!=null&&o.alignmentOffset){return{}}return{x:r+l.x,y:s+l.y,data:{...l,placement:c}}}}};const I=function(t){if(t===void 0){t={}}return{name:"shift",options:t,async fn(n){const{x:e,y:o,placement:r}=n;const{mainAxis:s=true,crossAxis:c=false,limiter:i={fn:t=>{let{x:n,y:e}=t;return{x:n,y:e}}},...u}=f(t,n);const m={x:e,y:o};const y=await F(n,u);const p=h(a(r));const g=d(p);let w=m[g];let x=m[p];if(s){const t=g==="y"?"top":"left";const n=g==="y"?"bottom":"right";const e=w+y[t];const o=w-y[n];w=l(e,w,o)}if(c){const t=p==="y"?"top":"left";const n=p==="y"?"bottom":"right";const e=x+y[t];const o=x-y[n];x=l(e,x,o)}const v=i.fn({...n,[g]:w,[p]:x});return{...v,data:{x:v.x-e,y:v.y-o}}}}};function N(){return typeof window!=="undefined"}function j(t){if(V(t)){return(t.nodeName||"").toLowerCase()}return"#document"}function q(t){var n;return(t==null||(n=t.ownerDocument)==null?void 0:n.defaultView)||window}function $(t){var n;return(n=(V(t)?t.ownerDocument:t.document)||window.document)==null?void 0:n.documentElement}function V(t){if(!N()){return false}return t instanceof Node||t instanceof q(t).Node}function W(t){if(!N()){return false}return t instanceof Element||t instanceof q(t).Element}function X(t){if(!N()){return false}return t instanceof HTMLElement||t instanceof q(t).HTMLElement}function Y(t){if(!N()||typeof ShadowRoot==="undefined"){return false}return t instanceof ShadowRoot||t instanceof q(t).ShadowRoot}function _(t){const{overflow:n,overflowX:e,overflowY:o,display:r}=tt(t);return/auto|scroll|overlay|hidden|clip/.test(n+o+e)&&!["inline","contents"].includes(r)}function G(t){return["table","td","th"].includes(j(t))}function J(t){return[":popover-open",":modal"].some((n=>{try{return t.matches(n)}catch(t){return false}}))}function K(t){const n=U();const e=W(t)?tt(t):t;return["transform","translate","scale","rotate","perspective"].some((t=>e[t]?e[t]!=="none":false))||(e.containerType?e.containerType!=="normal":false)||!n&&(e.backdropFilter?e.backdropFilter!=="none":false)||!n&&(e.filter?e.filter!=="none":false)||["transform","translate","scale","rotate","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Q(t){let n=et(t);while(X(n)&&!Z(n)){if(K(n)){return n}else if(J(n)){return null}n=et(n)}return null}function U(){if(typeof CSS==="undefined"||!CSS.supports)return false;return CSS.supports("-webkit-backdrop-filter","none")}function Z(t){return["html","body","#document"].includes(j(t))}function tt(t){return q(t).getComputedStyle(t)}function nt(t){if(W(t)){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}return{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function et(t){if(j(t)==="html"){return t}const n=t.assignedSlot||t.parentNode||Y(t)&&t.host||$(t);return Y(n)?n.host:n}function ot(t){const n=et(t);if(Z(n)){return t.ownerDocument?t.ownerDocument.body:t.body}if(X(n)&&_(n)){return n}return ot(n)}function rt(t,n,e){var o;if(n===void 0){n=[]}if(e===void 0){e=true}const r=ot(t);const s=r===((o=t.ownerDocument)==null?void 0:o.body);const c=q(r);if(s){const t=st(c);return n.concat(c,c.visualViewport||[],_(r)?r:[],t&&e?rt(t):[])}return n.concat(r,rt(r,[],e))}function st(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function ct(t){const n=tt(t);let e=parseFloat(n.width)||0;let r=parseFloat(n.height)||0;const s=X(t);const c=s?t.offsetWidth:e;const i=s?t.offsetHeight:r;const l=o(e)!==c||o(r)!==i;if(l){e=c;r=i}return{width:e,height:r,$:l}}function it(t){return!W(t)?t.contextElement:t}function lt(t){const n=it(t);if(!X(n)){return s(1)}const e=n.getBoundingClientRect();const{width:r,height:c,$:i}=ct(n);let l=(i?o(e.width):e.width)/r;let f=(i?o(e.height):e.height)/c;if(!l||!Number.isFinite(l)){l=1}if(!f||!Number.isFinite(f)){f=1}return{x:l,y:f}}const ft=s(0);function at(t){const n=q(t);if(!U()||!n.visualViewport){return ft}return{x:n.visualViewport.offsetLeft,y:n.visualViewport.offsetTop}}function ut(t,n,e){if(n===void 0){n=false}if(!e||n&&e!==q(t)){return false}return n}function dt(t,n,e,o){if(n===void 0){n=false}if(e===void 0){e=false}const r=t.getBoundingClientRect();const c=it(t);let i=s(1);if(n){if(o){if(W(o)){i=lt(o)}}else{i=lt(t)}}const l=ut(c,e,o)?at(c):s(0);let f=(r.left+l.x)/i.x;let a=(r.top+l.y)/i.y;let u=r.width/i.x;let d=r.height/i.y;if(c){const t=q(c);const n=o&&W(o)?q(o):o;let e=t;let r=st(e);while(r&&o&&n!==e){const t=lt(r);const n=r.getBoundingClientRect();const o=tt(r);const s=n.left+(r.clientLeft+parseFloat(o.paddingLeft))*t.x;const c=n.top+(r.clientTop+parseFloat(o.paddingTop))*t.y;f*=t.x;a*=t.y;u*=t.x;d*=t.y;f+=s;a+=c;e=q(r);r=st(e)}}return k({width:u,height:d,x:f,y:a})}function mt(t,n){const e=nt(t).scrollLeft;if(!n){return dt($(t)).left+e}return n.left+e}function ht(t,n,e){if(e===void 0){e=false}const o=t.getBoundingClientRect();const r=o.left+n.scrollLeft-(e?0:mt(t,o));const s=o.top+n.scrollTop;return{x:r,y:s}}function yt(t){let{elements:n,rect:e,offsetParent:o,strategy:r}=t;const c=r==="fixed";const i=$(o);const l=n?J(n.floating):false;if(o===i||l&&c){return e}let f={scrollLeft:0,scrollTop:0};let a=s(1);const u=s(0);const d=X(o);if(d||!d&&!c){if(j(o)!=="body"||_(i)){f=nt(o)}if(X(o)){const t=dt(o);a=lt(o);u.x=t.x+o.clientLeft;u.y=t.y+o.clientTop}}const m=i&&!d&&!c?ht(i,f,true):s(0);return{width:e.width*a.x,height:e.height*a.y,x:e.x*a.x-f.scrollLeft*a.x+u.x+m.x,y:e.y*a.y-f.scrollTop*a.y+u.y+m.y}}function pt(t){return Array.from(t.getClientRects())}function gt(t){const n=$(t);const o=nt(t);const r=t.ownerDocument.body;const s=e(n.scrollWidth,n.clientWidth,r.scrollWidth,r.clientWidth);const c=e(n.scrollHeight,n.clientHeight,r.scrollHeight,r.clientHeight);let i=-o.scrollLeft+mt(t);const l=-o.scrollTop;if(tt(r).direction==="rtl"){i+=e(n.clientWidth,r.clientWidth)-s}return{width:s,height:c,x:i,y:l}}function wt(t,n){const e=q(t);const o=$(t);const r=e.visualViewport;let s=o.clientWidth;let c=o.clientHeight;let i=0;let l=0;if(r){s=r.width;c=r.height;const t=U();if(!t||t&&n==="fixed"){i=r.offsetLeft;l=r.offsetTop}}return{width:s,height:c,x:i,y:l}}function xt(t,n){const e=dt(t,true,n==="fixed");const o=e.top+t.clientTop;const r=e.left+t.clientLeft;const c=X(t)?lt(t):s(1);const i=t.clientWidth*c.x;const l=t.clientHeight*c.y;const f=r*c.x;const a=o*c.y;return{width:i,height:l,x:f,y:a}}function vt(t,n,e){let o;if(n==="viewport"){o=wt(t,e)}else if(n==="document"){o=gt($(t))}else if(W(n)){o=xt(n,e)}else{const e=at(t);o={x:n.x-e.x,y:n.y-e.y,width:n.width,height:n.height}}return k(o)}function bt(t,n){const e=et(t);if(e===n||!W(e)||Z(e)){return false}return tt(e).position==="fixed"||bt(e,n)}function At(t,n){const e=n.get(t);if(e){return e}let o=rt(t,[],false).filter((t=>W(t)&&j(t)!=="body"));let r=null;const s=tt(t).position==="fixed";let c=s?et(t):t;while(W(c)&&!Z(c)){const n=tt(c);const e=K(c);if(!e&&n.position==="fixed"){r=null}const i=s?!e&&!r:!e&&n.position==="static"&&!!r&&["absolute","fixed"].includes(r.position)||_(c)&&!e&&bt(t,c);if(i){o=o.filter((t=>t!==c))}else{r=n}c=et(c)}n.set(t,o);return o}function Rt(t){let{element:o,boundary:r,rootBoundary:s,strategy:c}=t;const i=r==="clippingAncestors"?J(o)?[]:At(o,this._c):[].concat(r);const l=[...i,s];const f=l[0];const a=l.reduce(((t,r)=>{const s=vt(o,r,c);t.top=e(s.top,t.top);t.right=n(s.right,t.right);t.bottom=n(s.bottom,t.bottom);t.left=e(s.left,t.left);return t}),vt(o,f,c));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}}function kt(t){const{width:n,height:e}=ct(t);return{width:n,height:e}}function St(t,n,e){const o=X(n);const r=$(n);const c=e==="fixed";const i=dt(t,true,c,n);let l={scrollLeft:0,scrollTop:0};const f=s(0);if(o||!o&&!c){if(j(n)!=="body"||_(r)){l=nt(n)}if(o){const t=dt(n,true,c,n);f.x=t.x+n.clientLeft;f.y=t.y+n.clientTop}else if(r){f.x=mt(r)}}const a=r&&!o&&!c?ht(r,l):s(0);const u=i.left+l.scrollLeft-f.x-a.x;const d=i.top+l.scrollTop-f.y-a.y;return{x:u,y:d,width:i.width,height:i.height}}function Ot(t){return tt(t).position==="static"}function Ft(t,n){if(!X(t)||tt(t).position==="fixed"){return null}if(n){return n(t)}let e=t.offsetParent;if($(t)===e){e=e.ownerDocument.body}return e}function Tt(t,n){const e=q(t);if(J(t)){return e}if(!X(t)){let n=et(t);while(n&&!Z(n)){if(W(n)&&!Ot(n)){return n}n=et(n)}return e}let o=Ft(t,n);while(o&&G(o)&&Ot(o)){o=Ft(o,n)}if(o&&Z(o)&&Ot(o)&&!K(o)){return e}return o||Q(t)||e}const Ct=async function(t){const n=this.getOffsetParent||Tt;const e=this.getDimensions;const o=await e(t.floating);return{reference:St(t.reference,await n(t.floating),t.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function Dt(t){return tt(t).direction==="rtl"}const Pt={convertOffsetParentRelativeRectToViewportRelativeRect:yt,getDocumentElement:$,getClippingRect:Rt,getOffsetParent:Tt,getElementRects:Ct,getClientRects:pt,getDimensions:kt,getScale:lt,isElement:W,isRTL:Dt};function Bt(t,n){return t.x===n.x&&t.y===n.y&&t.width===n.width&&t.height===n.height}function Mt(t,o){let s=null;let c;const i=$(t);function l(){var t;clearTimeout(c);(t=s)==null||t.disconnect();s=null}function f(a,u){if(a===void 0){a=false}if(u===void 0){u=1}l();const d=t.getBoundingClientRect();const{left:m,top:h,width:y,height:p}=d;if(!a){o()}if(!y||!p){return}const g=r(h);const w=r(i.clientWidth-(m+y));const x=r(i.clientHeight-(h+p));const v=r(m);const b=-g+"px "+-w+"px "+-x+"px "+-v+"px";const A={rootMargin:b,threshold:e(0,n(1,u))||1};let R=true;function k(n){const e=n[0].intersectionRatio;if(e!==u){if(!R){return f()}if(!e){c=setTimeout((()=>{f(false,1e-7)}),1e3)}else{f(false,e)}}if(e===1&&!Bt(d,t.getBoundingClientRect())){f()}R=false}try{s=new IntersectionObserver(k,{...A,root:i.ownerDocument})}catch(t){s=new IntersectionObserver(k,A)}s.observe(t)}f(true);return l}function zt(t,n,e,o){if(o===void 0){o={}}const{ancestorScroll:r=true,ancestorResize:s=true,elementResize:c=typeof ResizeObserver==="function",layoutShift:i=typeof IntersectionObserver==="function",animationFrame:l=false}=o;const f=it(t);const a=r||s?[...f?rt(f):[],...rt(n)]:[];a.forEach((t=>{r&&t.addEventListener("scroll",e,{passive:true});s&&t.addEventListener("resize",e)}));const u=f&&i?Mt(f,e):null;let d=-1;let m=null;if(c){m=new ResizeObserver((t=>{let[o]=t;if(o&&o.target===f&&m){m.unobserve(n);cancelAnimationFrame(d);d=requestAnimationFrame((()=>{var t;(t=m)==null||t.observe(n)}))}e()}));if(f&&!l){m.observe(f)}m.observe(n)}let h;let y=l?dt(t):null;if(l){p()}function p(){const n=dt(t);if(y&&!Bt(y,n)){e()}y=n;h=requestAnimationFrame(p)}e();return()=>{var t;a.forEach((t=>{r&&t.removeEventListener("scroll",e);s&&t.removeEventListener("resize",e)}));u==null||u();(t=m)==null||t.disconnect();m=null;if(l){cancelAnimationFrame(h)}}}const Ht=E;const Lt=I;const Et=C;const It=B;const Nt=T;const jt=H;const qt=(t,n,e)=>{const o=new Map;const r={platform:Pt,...e};const s={...r.platform,_c:o};return O(t,n,{...r,platform:s})};export{zt as a,Nt as b,qt as c,Et as f,It as h,jt as i,Ht as o,Lt as s};
2
+ //# sourceMappingURL=p-CAqtPJ4-.js.map