@siemens/ix 0.0.0-20240419081748

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 (2134) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +4 -0
  3. package/components/a11y.js +142 -0
  4. package/components/a11y.js.map +1 -0
  5. package/components/animation.js +19 -0
  6. package/components/animation.js.map +1 -0
  7. package/components/anime.es.js +1311 -0
  8. package/components/anime.es.js.map +1 -0
  9. package/components/application-header.js +150 -0
  10. package/components/application-header.js.map +1 -0
  11. package/components/avatar.js +101 -0
  12. package/components/avatar.js.map +1 -0
  13. package/components/base-button.js +47 -0
  14. package/components/base-button.js.map +1 -0
  15. package/components/base-icon-button.js +18 -0
  16. package/components/base-icon-button.js.map +1 -0
  17. package/components/breadcrumb-item.js +101 -0
  18. package/components/breadcrumb-item.js.map +1 -0
  19. package/components/breakpoints.js +25 -0
  20. package/components/breakpoints.js.map +1 -0
  21. package/components/button.js +92 -0
  22. package/components/button.js.map +1 -0
  23. package/components/card-accordion.js +86 -0
  24. package/components/card-accordion.js.map +1 -0
  25. package/components/card-content.js +33 -0
  26. package/components/card-content.js.map +1 -0
  27. package/components/card-title.js +33 -0
  28. package/components/card-title.js.map +1 -0
  29. package/components/card.js +42 -0
  30. package/components/card.js.map +1 -0
  31. package/components/col.js +94 -0
  32. package/components/col.js.map +1 -0
  33. package/components/context.js +101 -0
  34. package/components/context.js.map +1 -0
  35. package/components/custom-elements.d.ts +10 -0
  36. package/components/date-picker.js +555 -0
  37. package/components/date-picker.js.map +1 -0
  38. package/components/date-time-card.js +51 -0
  39. package/components/date-time-card.js.map +1 -0
  40. package/components/default-tree-item.js +22 -0
  41. package/components/default-tree-item.js.map +1 -0
  42. package/components/divider.js +33 -0
  43. package/components/divider.js.map +1 -0
  44. package/components/dropdown-item.js +75 -0
  45. package/components/dropdown-item.js.map +1 -0
  46. package/components/dropdown.js +442 -0
  47. package/components/dropdown.js.map +1 -0
  48. package/components/filter-chip.js +57 -0
  49. package/components/filter-chip.js.map +1 -0
  50. package/components/flip-tile-state.js +21 -0
  51. package/components/flip-tile-state.js.map +1 -0
  52. package/components/floating-ui.dom.esm.js +1528 -0
  53. package/components/floating-ui.dom.esm.js.map +1 -0
  54. package/components/group-context-menu.js +74 -0
  55. package/components/group-context-menu.js.map +1 -0
  56. package/components/group-item.js +59 -0
  57. package/components/group-item.js.map +1 -0
  58. package/components/icon-button.js +111 -0
  59. package/components/icon-button.js.map +1 -0
  60. package/components/index.d.ts +33 -0
  61. package/components/index.js +93 -0
  62. package/components/index.js.map +1 -0
  63. package/components/index2.js +28 -0
  64. package/components/index2.js.map +1 -0
  65. package/components/ix-action-card.d.ts +11 -0
  66. package/components/ix-action-card.js +74 -0
  67. package/components/ix-action-card.js.map +1 -0
  68. package/components/ix-application-header.d.ts +11 -0
  69. package/components/ix-application-header.js +8 -0
  70. package/components/ix-application-header.js.map +1 -0
  71. package/components/ix-application-sidebar.d.ts +11 -0
  72. package/components/ix-application-sidebar.js +64 -0
  73. package/components/ix-application-sidebar.js.map +1 -0
  74. package/components/ix-application-switch-modal.d.ts +11 -0
  75. package/components/ix-application-switch-modal.js +106 -0
  76. package/components/ix-application-switch-modal.js.map +1 -0
  77. package/components/ix-application.d.ts +11 -0
  78. package/components/ix-application.js +141 -0
  79. package/components/ix-application.js.map +1 -0
  80. package/components/ix-avatar.d.ts +11 -0
  81. package/components/ix-avatar.js +8 -0
  82. package/components/ix-avatar.js.map +1 -0
  83. package/components/ix-basic-navigation.d.ts +11 -0
  84. package/components/ix-basic-navigation.js +143 -0
  85. package/components/ix-basic-navigation.js.map +1 -0
  86. package/components/ix-blind.d.ts +11 -0
  87. package/components/ix-blind.js +126 -0
  88. package/components/ix-blind.js.map +1 -0
  89. package/components/ix-breadcrumb-item.d.ts +11 -0
  90. package/components/ix-breadcrumb-item.js +8 -0
  91. package/components/ix-breadcrumb-item.js.map +1 -0
  92. package/components/ix-breadcrumb.d.ts +11 -0
  93. package/components/ix-breadcrumb.js +157 -0
  94. package/components/ix-breadcrumb.js.map +1 -0
  95. package/components/ix-button.d.ts +11 -0
  96. package/components/ix-button.js +8 -0
  97. package/components/ix-button.js.map +1 -0
  98. package/components/ix-card-accordion.d.ts +11 -0
  99. package/components/ix-card-accordion.js +8 -0
  100. package/components/ix-card-accordion.js.map +1 -0
  101. package/components/ix-card-content.d.ts +11 -0
  102. package/components/ix-card-content.js +8 -0
  103. package/components/ix-card-content.js.map +1 -0
  104. package/components/ix-card-list.d.ts +11 -0
  105. package/components/ix-card-list.js +231 -0
  106. package/components/ix-card-list.js.map +1 -0
  107. package/components/ix-card-title.d.ts +11 -0
  108. package/components/ix-card-title.js +8 -0
  109. package/components/ix-card-title.js.map +1 -0
  110. package/components/ix-card.d.ts +11 -0
  111. package/components/ix-card.js +8 -0
  112. package/components/ix-card.js.map +1 -0
  113. package/components/ix-category-filter.d.ts +11 -0
  114. package/components/ix-category-filter.js +471 -0
  115. package/components/ix-category-filter.js.map +1 -0
  116. package/components/ix-chip.d.ts +11 -0
  117. package/components/ix-chip.js +106 -0
  118. package/components/ix-chip.js.map +1 -0
  119. package/components/ix-col.d.ts +11 -0
  120. package/components/ix-col.js +8 -0
  121. package/components/ix-col.js.map +1 -0
  122. package/components/ix-content-header.d.ts +11 -0
  123. package/components/ix-content-header.js +64 -0
  124. package/components/ix-content-header.js.map +1 -0
  125. package/components/ix-content.d.ts +11 -0
  126. package/components/ix-content.js +49 -0
  127. package/components/ix-content.js.map +1 -0
  128. package/components/ix-css-grid-item.d.ts +11 -0
  129. package/components/ix-css-grid-item.js +41 -0
  130. package/components/ix-css-grid-item.js.map +1 -0
  131. package/components/ix-css-grid.d.ts +11 -0
  132. package/components/ix-css-grid.js +114 -0
  133. package/components/ix-css-grid.js.map +1 -0
  134. package/components/ix-date-dropdown.d.ts +11 -0
  135. package/components/ix-date-dropdown.js +254 -0
  136. package/components/ix-date-dropdown.js.map +1 -0
  137. package/components/ix-date-picker.d.ts +11 -0
  138. package/components/ix-date-picker.js +8 -0
  139. package/components/ix-date-picker.js.map +1 -0
  140. package/components/ix-date-time-card.d.ts +11 -0
  141. package/components/ix-date-time-card.js +8 -0
  142. package/components/ix-date-time-card.js.map +1 -0
  143. package/components/ix-datetime-picker.d.ts +11 -0
  144. package/components/ix-datetime-picker.js +166 -0
  145. package/components/ix-datetime-picker.js.map +1 -0
  146. package/components/ix-divider.d.ts +11 -0
  147. package/components/ix-divider.js +8 -0
  148. package/components/ix-divider.js.map +1 -0
  149. package/components/ix-drawer.d.ts +11 -0
  150. package/components/ix-drawer.js +148 -0
  151. package/components/ix-drawer.js.map +1 -0
  152. package/components/ix-dropdown-button.d.ts +11 -0
  153. package/components/ix-dropdown-button.js +95 -0
  154. package/components/ix-dropdown-button.js.map +1 -0
  155. package/components/ix-dropdown-header.d.ts +11 -0
  156. package/components/ix-dropdown-header.js +45 -0
  157. package/components/ix-dropdown-header.js.map +1 -0
  158. package/components/ix-dropdown-item.d.ts +11 -0
  159. package/components/ix-dropdown-item.js +8 -0
  160. package/components/ix-dropdown-item.js.map +1 -0
  161. package/components/ix-dropdown-quick-actions.d.ts +11 -0
  162. package/components/ix-dropdown-quick-actions.js +36 -0
  163. package/components/ix-dropdown-quick-actions.js.map +1 -0
  164. package/components/ix-dropdown.d.ts +11 -0
  165. package/components/ix-dropdown.js +8 -0
  166. package/components/ix-dropdown.js.map +1 -0
  167. package/components/ix-empty-state.d.ts +11 -0
  168. package/components/ix-empty-state.js +66 -0
  169. package/components/ix-empty-state.js.map +1 -0
  170. package/components/ix-event-list-item.d.ts +11 -0
  171. package/components/ix-event-list-item.js +69 -0
  172. package/components/ix-event-list-item.js.map +1 -0
  173. package/components/ix-event-list.d.ts +11 -0
  174. package/components/ix-event-list.js +146 -0
  175. package/components/ix-event-list.js.map +1 -0
  176. package/components/ix-expanding-search.d.ts +11 -0
  177. package/components/ix-expanding-search.js +120 -0
  178. package/components/ix-expanding-search.js.map +1 -0
  179. package/components/ix-filter-chip.d.ts +11 -0
  180. package/components/ix-filter-chip.js +8 -0
  181. package/components/ix-filter-chip.js.map +1 -0
  182. package/components/ix-flip-tile-content.d.ts +11 -0
  183. package/components/ix-flip-tile-content.js +39 -0
  184. package/components/ix-flip-tile-content.js.map +1 -0
  185. package/components/ix-flip-tile.d.ts +11 -0
  186. package/components/ix-flip-tile.js +122 -0
  187. package/components/ix-flip-tile.js.map +1 -0
  188. package/components/ix-form-field.d.ts +11 -0
  189. package/components/ix-form-field.js +44 -0
  190. package/components/ix-form-field.js.map +1 -0
  191. package/components/ix-group-context-menu.d.ts +11 -0
  192. package/components/ix-group-context-menu.js +8 -0
  193. package/components/ix-group-context-menu.js.map +1 -0
  194. package/components/ix-group-item.d.ts +11 -0
  195. package/components/ix-group-item.js +8 -0
  196. package/components/ix-group-item.js.map +1 -0
  197. package/components/ix-group.d.ts +11 -0
  198. package/components/ix-group.js +179 -0
  199. package/components/ix-group.js.map +1 -0
  200. package/components/ix-icon-button.d.ts +11 -0
  201. package/components/ix-icon-button.js +8 -0
  202. package/components/ix-icon-button.js.map +1 -0
  203. package/components/ix-icon-toggle-button.d.ts +11 -0
  204. package/components/ix-icon-toggle-button.js +121 -0
  205. package/components/ix-icon-toggle-button.js.map +1 -0
  206. package/components/ix-input-group.d.ts +11 -0
  207. package/components/ix-input-group.js +154 -0
  208. package/components/ix-input-group.js.map +1 -0
  209. package/components/ix-key-value-list.d.ts +11 -0
  210. package/components/ix-key-value-list.js +39 -0
  211. package/components/ix-key-value-list.js.map +1 -0
  212. package/components/ix-key-value.d.ts +11 -0
  213. package/components/ix-key-value.js +48 -0
  214. package/components/ix-key-value.js.map +1 -0
  215. package/components/ix-kpi.d.ts +11 -0
  216. package/components/ix-kpi.js +70 -0
  217. package/components/ix-kpi.js.map +1 -0
  218. package/components/ix-layout-grid.d.ts +11 -0
  219. package/components/ix-layout-grid.js +8 -0
  220. package/components/ix-layout-grid.js.map +1 -0
  221. package/components/ix-link-button.d.ts +11 -0
  222. package/components/ix-link-button.js +49 -0
  223. package/components/ix-link-button.js.map +1 -0
  224. package/components/ix-map-navigation-overlay.d.ts +11 -0
  225. package/components/ix-map-navigation-overlay.js +8 -0
  226. package/components/ix-map-navigation-overlay.js.map +1 -0
  227. package/components/ix-map-navigation.d.ts +11 -0
  228. package/components/ix-map-navigation.js +233 -0
  229. package/components/ix-map-navigation.js.map +1 -0
  230. package/components/ix-menu-about-item.d.ts +11 -0
  231. package/components/ix-menu-about-item.js +52 -0
  232. package/components/ix-menu-about-item.js.map +1 -0
  233. package/components/ix-menu-about-news.d.ts +11 -0
  234. package/components/ix-menu-about-news.js +84 -0
  235. package/components/ix-menu-about-news.js.map +1 -0
  236. package/components/ix-menu-about.d.ts +11 -0
  237. package/components/ix-menu-about.js +86 -0
  238. package/components/ix-menu-about.js.map +1 -0
  239. package/components/ix-menu-avatar-item.d.ts +11 -0
  240. package/components/ix-menu-avatar-item.js +8 -0
  241. package/components/ix-menu-avatar-item.js.map +1 -0
  242. package/components/ix-menu-avatar.d.ts +11 -0
  243. package/components/ix-menu-avatar.js +109 -0
  244. package/components/ix-menu-avatar.js.map +1 -0
  245. package/components/ix-menu-category.d.ts +11 -0
  246. package/components/ix-menu-category.js +262 -0
  247. package/components/ix-menu-category.js.map +1 -0
  248. package/components/ix-menu-expand-icon.d.ts +11 -0
  249. package/components/ix-menu-expand-icon.js +8 -0
  250. package/components/ix-menu-expand-icon.js.map +1 -0
  251. package/components/ix-menu-item.d.ts +11 -0
  252. package/components/ix-menu-item.js +8 -0
  253. package/components/ix-menu-item.js.map +1 -0
  254. package/components/ix-menu-settings-item.d.ts +11 -0
  255. package/components/ix-menu-settings-item.js +52 -0
  256. package/components/ix-menu-settings-item.js.map +1 -0
  257. package/components/ix-menu-settings.d.ts +11 -0
  258. package/components/ix-menu-settings.js +8 -0
  259. package/components/ix-menu-settings.js.map +1 -0
  260. package/components/ix-menu.d.ts +11 -0
  261. package/components/ix-menu.js +530 -0
  262. package/components/ix-menu.js.map +1 -0
  263. package/components/ix-message-bar.d.ts +11 -0
  264. package/components/ix-message-bar.js +88 -0
  265. package/components/ix-message-bar.js.map +1 -0
  266. package/components/ix-modal-content.d.ts +11 -0
  267. package/components/ix-modal-content.js +8 -0
  268. package/components/ix-modal-content.js.map +1 -0
  269. package/components/ix-modal-example.d.ts +11 -0
  270. package/components/ix-modal-example.js +58 -0
  271. package/components/ix-modal-example.js.map +1 -0
  272. package/components/ix-modal-footer.d.ts +11 -0
  273. package/components/ix-modal-footer.js +36 -0
  274. package/components/ix-modal-footer.js.map +1 -0
  275. package/components/ix-modal-header.d.ts +11 -0
  276. package/components/ix-modal-header.js +8 -0
  277. package/components/ix-modal-header.js.map +1 -0
  278. package/components/ix-modal-loading.d.ts +11 -0
  279. package/components/ix-modal-loading.js +42 -0
  280. package/components/ix-modal-loading.js.map +1 -0
  281. package/components/ix-modal.d.ts +11 -0
  282. package/components/ix-modal.js +219 -0
  283. package/components/ix-modal.js.map +1 -0
  284. package/components/ix-pagination.d.ts +11 -0
  285. package/components/ix-pagination.js +212 -0
  286. package/components/ix-pagination.js.map +1 -0
  287. package/components/ix-pane-layout.d.ts +11 -0
  288. package/components/ix-pane-layout.js +300 -0
  289. package/components/ix-pane-layout.js.map +1 -0
  290. package/components/ix-pane.d.ts +11 -0
  291. package/components/ix-pane.js +533 -0
  292. package/components/ix-pane.js.map +1 -0
  293. package/components/ix-pill.d.ts +11 -0
  294. package/components/ix-pill.js +83 -0
  295. package/components/ix-pill.js.map +1 -0
  296. package/components/ix-playground-internal.d.ts +11 -0
  297. package/components/ix-playground-internal.js +35 -0
  298. package/components/ix-playground-internal.js.map +1 -0
  299. package/components/ix-push-card.d.ts +11 -0
  300. package/components/ix-push-card.js +83 -0
  301. package/components/ix-push-card.js.map +1 -0
  302. package/components/ix-row.d.ts +11 -0
  303. package/components/ix-row.js +8 -0
  304. package/components/ix-row.js.map +1 -0
  305. package/components/ix-select-item.d.ts +11 -0
  306. package/components/ix-select-item.js +8 -0
  307. package/components/ix-select-item.js.map +1 -0
  308. package/components/ix-select.d.ts +11 -0
  309. package/components/ix-select.js +8 -0
  310. package/components/ix-select.js.map +1 -0
  311. package/components/ix-slider.d.ts +11 -0
  312. package/components/ix-slider.js +221 -0
  313. package/components/ix-slider.js.map +1 -0
  314. package/components/ix-spinner.d.ts +11 -0
  315. package/components/ix-spinner.js +8 -0
  316. package/components/ix-spinner.js.map +1 -0
  317. package/components/ix-split-button-item.d.ts +11 -0
  318. package/components/ix-split-button-item.js +59 -0
  319. package/components/ix-split-button-item.js.map +1 -0
  320. package/components/ix-split-button.d.ts +11 -0
  321. package/components/ix-split-button.js +98 -0
  322. package/components/ix-split-button.js.map +1 -0
  323. package/components/ix-tab-item.d.ts +11 -0
  324. package/components/ix-tab-item.js +8 -0
  325. package/components/ix-tab-item.js.map +1 -0
  326. package/components/ix-tabs.d.ts +11 -0
  327. package/components/ix-tabs.js +8 -0
  328. package/components/ix-tabs.js.map +1 -0
  329. package/components/ix-tile.d.ts +11 -0
  330. package/components/ix-tile.js +60 -0
  331. package/components/ix-tile.js.map +1 -0
  332. package/components/ix-time-picker.d.ts +11 -0
  333. package/components/ix-time-picker.js +8 -0
  334. package/components/ix-time-picker.js.map +1 -0
  335. package/components/ix-toast-container.d.ts +11 -0
  336. package/components/ix-toast-container.js +133 -0
  337. package/components/ix-toast-container.js.map +1 -0
  338. package/components/ix-toast.d.ts +11 -0
  339. package/components/ix-toast.js +8 -0
  340. package/components/ix-toast.js.map +1 -0
  341. package/components/ix-toggle-button.d.ts +11 -0
  342. package/components/ix-toggle-button.js +110 -0
  343. package/components/ix-toggle-button.js.map +1 -0
  344. package/components/ix-toggle.d.ts +11 -0
  345. package/components/ix-toggle.js +63 -0
  346. package/components/ix-toggle.js.map +1 -0
  347. package/components/ix-tooltip.d.ts +11 -0
  348. package/components/ix-tooltip.js +8 -0
  349. package/components/ix-tooltip.js.map +1 -0
  350. package/components/ix-tree-item.d.ts +11 -0
  351. package/components/ix-tree-item.js +8 -0
  352. package/components/ix-tree-item.js.map +1 -0
  353. package/components/ix-tree.d.ts +11 -0
  354. package/components/ix-tree.js +740 -0
  355. package/components/ix-tree.js.map +1 -0
  356. package/components/ix-typography.d.ts +11 -0
  357. package/components/ix-typography.js +8 -0
  358. package/components/ix-typography.js.map +1 -0
  359. package/components/ix-upload.d.ts +11 -0
  360. package/components/ix-upload.js +148 -0
  361. package/components/ix-upload.js.map +1 -0
  362. package/components/ix-validation-tooltip.d.ts +11 -0
  363. package/components/ix-validation-tooltip.js +176 -0
  364. package/components/ix-validation-tooltip.js.map +1 -0
  365. package/components/ix-workflow-step.d.ts +11 -0
  366. package/components/ix-workflow-step.js +126 -0
  367. package/components/ix-workflow-step.js.map +1 -0
  368. package/components/ix-workflow-steps.d.ts +11 -0
  369. package/components/ix-workflow-steps.js +103 -0
  370. package/components/ix-workflow-steps.js.map +1 -0
  371. package/components/layout-grid.js +45 -0
  372. package/components/layout-grid.js.map +1 -0
  373. package/components/listener.js +75 -0
  374. package/components/listener.js.map +1 -0
  375. package/components/logical-filter-operator.js +36 -0
  376. package/components/logical-filter-operator.js.map +1 -0
  377. package/components/luxon.js +8309 -0
  378. package/components/luxon.js.map +1 -0
  379. package/components/make-ref.js +28 -0
  380. package/components/make-ref.js.map +1 -0
  381. package/components/map-navigation-overlay.js +93 -0
  382. package/components/map-navigation-overlay.js.map +1 -0
  383. package/components/menu-avatar-item.js +53 -0
  384. package/components/menu-avatar-item.js.map +1 -0
  385. package/components/menu-expand-icon.js +76 -0
  386. package/components/menu-expand-icon.js.map +1 -0
  387. package/components/menu-item.js +148 -0
  388. package/components/menu-item.js.map +1 -0
  389. package/components/menu-service.js +78 -0
  390. package/components/menu-service.js.map +1 -0
  391. package/components/menu-tabs-fc.js +146 -0
  392. package/components/menu-tabs-fc.js.map +1 -0
  393. package/components/modal-content.js +33 -0
  394. package/components/modal-content.js.map +1 -0
  395. package/components/modal-header.js +87 -0
  396. package/components/modal-header.js.map +1 -0
  397. package/components/modal.js +244 -0
  398. package/components/modal.js.map +1 -0
  399. package/components/mutation-observer.js +13 -0
  400. package/components/mutation-observer.js.map +1 -0
  401. package/components/package.json +8 -0
  402. package/components/row.js +33 -0
  403. package/components/row.js.map +1 -0
  404. package/components/rwd.util.js +41 -0
  405. package/components/rwd.util.js.map +1 -0
  406. package/components/select-item.js +95 -0
  407. package/components/select-item.js.map +1 -0
  408. package/components/select.js +445 -0
  409. package/components/select.js.map +1 -0
  410. package/components/service.js +99 -0
  411. package/components/service.js.map +1 -0
  412. package/components/shadow-dom.js +45 -0
  413. package/components/shadow-dom.js.map +1 -0
  414. package/components/spinner.js +49 -0
  415. package/components/spinner.js.map +1 -0
  416. package/components/tab-item.js +88 -0
  417. package/components/tab-item.js.map +1 -0
  418. package/components/tabs.js +260 -0
  419. package/components/tabs.js.map +1 -0
  420. package/components/theme-switcher.js +123 -0
  421. package/components/theme-switcher.js.map +1 -0
  422. package/components/time-picker.js +215 -0
  423. package/components/time-picker.js.map +1 -0
  424. package/components/toast.js +106 -0
  425. package/components/toast.js.map +1 -0
  426. package/components/tooltip.js +322 -0
  427. package/components/tooltip.js.map +1 -0
  428. package/components/tree-item.js +52 -0
  429. package/components/tree-item.js.map +1 -0
  430. package/components/typed-event.js +46 -0
  431. package/components/typed-event.js.map +1 -0
  432. package/components/typography.js +84 -0
  433. package/components/typography.js.map +1 -0
  434. package/components/upload-file-state.js +20 -0
  435. package/components/upload-file-state.js.map +1 -0
  436. package/dist/cjs/_commonjsHelpers-0192c5b3.js +17 -0
  437. package/dist/cjs/_commonjsHelpers-0192c5b3.js.map +1 -0
  438. package/dist/cjs/a11y-d3ce56d1.js +146 -0
  439. package/dist/cjs/a11y-d3ce56d1.js.map +1 -0
  440. package/dist/cjs/animation-99234008.js +21 -0
  441. package/dist/cjs/animation-99234008.js.map +1 -0
  442. package/dist/cjs/anime.es-e2814360.js +1313 -0
  443. package/dist/cjs/anime.es-e2814360.js.map +1 -0
  444. package/dist/cjs/app-globals-7ea20f68.js +31 -0
  445. package/dist/cjs/app-globals-7ea20f68.js.map +1 -0
  446. package/dist/cjs/base-button-2f74b19d.js +50 -0
  447. package/dist/cjs/base-button-2f74b19d.js.map +1 -0
  448. package/dist/cjs/base-icon-button-848c77f2.js +20 -0
  449. package/dist/cjs/base-icon-button-848c77f2.js.map +1 -0
  450. package/dist/cjs/breakpoints-5d1583fb.js +27 -0
  451. package/dist/cjs/breakpoints-5d1583fb.js.map +1 -0
  452. package/dist/cjs/context-98f4a0b3.js +106 -0
  453. package/dist/cjs/context-98f4a0b3.js.map +1 -0
  454. package/dist/cjs/core-js-a890bac8.js +26 -0
  455. package/dist/cjs/core-js-a890bac8.js.map +1 -0
  456. package/dist/cjs/default-tree-item-309a50cd.js +24 -0
  457. package/dist/cjs/default-tree-item-309a50cd.js.map +1 -0
  458. package/dist/cjs/dom-83fb07d8.js +74 -0
  459. package/dist/cjs/dom-83fb07d8.js.map +1 -0
  460. package/dist/cjs/flip-tile-state-92223109.js +21 -0
  461. package/dist/cjs/flip-tile-state-92223109.js.map +1 -0
  462. package/dist/cjs/floating-ui.dom.esm-94b4d17c.js +1536 -0
  463. package/dist/cjs/floating-ui.dom.esm-94b4d17c.js.map +1 -0
  464. package/dist/cjs/index-c4629a8d.js +30 -0
  465. package/dist/cjs/index-c4629a8d.js.map +1 -0
  466. package/dist/cjs/index-c6f0ac73.js +2688 -0
  467. package/dist/cjs/index-c6f0ac73.js.map +1 -0
  468. package/dist/cjs/index.cjs.js +131 -0
  469. package/dist/cjs/index.cjs.js.map +1 -0
  470. package/dist/cjs/index.es2017-0db94b91.js +1504 -0
  471. package/dist/cjs/index.es2017-0db94b91.js.map +1 -0
  472. package/dist/cjs/ix-action-card.cjs.entry.js +36 -0
  473. package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -0
  474. package/dist/cjs/ix-application-header.cjs.entry.js +112 -0
  475. package/dist/cjs/ix-application-header.cjs.entry.js.map +1 -0
  476. package/dist/cjs/ix-application-sidebar.cjs.entry.js +48 -0
  477. package/dist/cjs/ix-application-sidebar.cjs.entry.js.map +1 -0
  478. package/dist/cjs/ix-application-switch-modal.cjs.entry.js +61 -0
  479. package/dist/cjs/ix-application-switch-modal.cjs.entry.js.map +1 -0
  480. package/dist/cjs/ix-application.cjs.entry.js +115 -0
  481. package/dist/cjs/ix-application.cjs.entry.js.map +1 -0
  482. package/dist/cjs/ix-avatar_2.cjs.entry.js +83 -0
  483. package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
  484. package/dist/cjs/ix-basic-navigation.cjs.entry.js +92 -0
  485. package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -0
  486. package/dist/cjs/ix-blind.cjs.entry.js +98 -0
  487. package/dist/cjs/ix-blind.cjs.entry.js.map +1 -0
  488. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +76 -0
  489. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js.map +1 -0
  490. package/dist/cjs/ix-breadcrumb.cjs.entry.js +108 -0
  491. package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
  492. package/dist/cjs/ix-button.cjs.entry.js +65 -0
  493. package/dist/cjs/ix-button.cjs.entry.js.map +1 -0
  494. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +84 -0
  495. package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -0
  496. package/dist/cjs/ix-card-list.cjs.entry.js +166 -0
  497. package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -0
  498. package/dist/cjs/ix-card_2.cjs.entry.js +42 -0
  499. package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -0
  500. package/dist/cjs/ix-category-filter.cjs.entry.js +410 -0
  501. package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -0
  502. package/dist/cjs/ix-chip.cjs.entry.js +71 -0
  503. package/dist/cjs/ix-chip.cjs.entry.js.map +1 -0
  504. package/dist/cjs/ix-col_4.cjs.entry.js +584 -0
  505. package/dist/cjs/ix-col_4.cjs.entry.js.map +1 -0
  506. package/dist/cjs/ix-content-header.cjs.entry.js +27 -0
  507. package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -0
  508. package/dist/cjs/ix-content.cjs.entry.js +33 -0
  509. package/dist/cjs/ix-content.cjs.entry.js.map +1 -0
  510. package/dist/cjs/ix-css-grid-item.cjs.entry.js +25 -0
  511. package/dist/cjs/ix-css-grid-item.cjs.entry.js.map +1 -0
  512. package/dist/cjs/ix-css-grid.cjs.entry.js +97 -0
  513. package/dist/cjs/ix-css-grid.cjs.entry.js.map +1 -0
  514. package/dist/cjs/ix-date-dropdown.cjs.entry.js +157 -0
  515. package/dist/cjs/ix-date-dropdown.cjs.entry.js.map +1 -0
  516. package/dist/cjs/ix-date-time-card.cjs.entry.js +36 -0
  517. package/dist/cjs/ix-date-time-card.cjs.entry.js.map +1 -0
  518. package/dist/cjs/ix-datetime-picker.cjs.entry.js +67 -0
  519. package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -0
  520. package/dist/cjs/ix-divider.cjs.entry.js +22 -0
  521. package/dist/cjs/ix-divider.cjs.entry.js.map +1 -0
  522. package/dist/cjs/ix-drawer.cjs.entry.js +112 -0
  523. package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -0
  524. package/dist/cjs/ix-dropdown-button.cjs.entry.js +47 -0
  525. package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -0
  526. package/dist/cjs/ix-dropdown-header.cjs.entry.js +23 -0
  527. package/dist/cjs/ix-dropdown-header.cjs.entry.js.map +1 -0
  528. package/dist/cjs/ix-dropdown-item.cjs.entry.js +54 -0
  529. package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
  530. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +22 -0
  531. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js.map +1 -0
  532. package/dist/cjs/ix-dropdown.cjs.entry.js +414 -0
  533. package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
  534. package/dist/cjs/ix-empty-state.cjs.entry.js +28 -0
  535. package/dist/cjs/ix-empty-state.cjs.entry.js.map +1 -0
  536. package/dist/cjs/ix-event-list-item.cjs.entry.js +49 -0
  537. package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
  538. package/dist/cjs/ix-event-list.cjs.entry.js +125 -0
  539. package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
  540. package/dist/cjs/ix-expanding-search.cjs.entry.js +86 -0
  541. package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -0
  542. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +93 -0
  543. package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
  544. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +23 -0
  545. package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
  546. package/dist/cjs/ix-flip-tile.cjs.entry.js +90 -0
  547. package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
  548. package/dist/cjs/ix-form-field.cjs.entry.js +28 -0
  549. package/dist/cjs/ix-form-field.cjs.entry.js.map +1 -0
  550. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +81 -0
  551. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js.map +1 -0
  552. package/dist/cjs/ix-group.cjs.entry.js +129 -0
  553. package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
  554. package/dist/cjs/ix-icon-button_2.cjs.entry.js +108 -0
  555. package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
  556. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +89 -0
  557. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -0
  558. package/dist/cjs/ix-icon.entry-01b3822b.js +1487 -0
  559. package/dist/cjs/ix-icon.entry-01b3822b.js.map +1 -0
  560. package/dist/cjs/ix-input-group.cjs.entry.js +136 -0
  561. package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -0
  562. package/dist/cjs/ix-key-value-list.cjs.entry.js +23 -0
  563. package/dist/cjs/ix-key-value-list.cjs.entry.js.map +1 -0
  564. package/dist/cjs/ix-key-value.cjs.entry.js +29 -0
  565. package/dist/cjs/ix-key-value.cjs.entry.js.map +1 -0
  566. package/dist/cjs/ix-kpi.cjs.entry.js +50 -0
  567. package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -0
  568. package/dist/cjs/ix-link-button.cjs.entry.js +31 -0
  569. package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -0
  570. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +65 -0
  571. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js.map +1 -0
  572. package/dist/cjs/ix-map-navigation.cjs.entry.js +175 -0
  573. package/dist/cjs/ix-map-navigation.cjs.entry.js.map +1 -0
  574. package/dist/cjs/ix-menu-about-item.cjs.entry.js +34 -0
  575. package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
  576. package/dist/cjs/ix-menu-about-news.cjs.entry.js +39 -0
  577. package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
  578. package/dist/cjs/ix-menu-about.cjs.entry.js +41 -0
  579. package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
  580. package/dist/cjs/ix-menu-avatar.cjs.entry.js +45 -0
  581. package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
  582. package/dist/cjs/ix-menu-category.cjs.entry.js +205 -0
  583. package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -0
  584. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +48 -0
  585. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js.map +1 -0
  586. package/dist/cjs/ix-menu-item.cjs.entry.js +111 -0
  587. package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
  588. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +34 -0
  589. package/dist/cjs/ix-menu-settings-item.cjs.entry.js.map +1 -0
  590. package/dist/cjs/ix-menu-settings.cjs.entry.js +12 -0
  591. package/dist/cjs/ix-menu-settings.cjs.entry.js.map +1 -0
  592. package/dist/cjs/ix-menu.cjs.entry.js +453 -0
  593. package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
  594. package/dist/cjs/ix-message-bar.cjs.entry.js +57 -0
  595. package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -0
  596. package/dist/cjs/ix-modal-content_2.cjs.entry.js +66 -0
  597. package/dist/cjs/ix-modal-content_2.cjs.entry.js.map +1 -0
  598. package/dist/cjs/ix-modal-example.cjs.entry.js +28 -0
  599. package/dist/cjs/ix-modal-example.cjs.entry.js.map +1 -0
  600. package/dist/cjs/ix-modal-footer.cjs.entry.js +22 -0
  601. package/dist/cjs/ix-modal-footer.cjs.entry.js.map +1 -0
  602. package/dist/cjs/ix-modal-loading.cjs.entry.js +22 -0
  603. package/dist/cjs/ix-modal-loading.cjs.entry.js.map +1 -0
  604. package/dist/cjs/ix-modal.cjs.entry.js +192 -0
  605. package/dist/cjs/ix-modal.cjs.entry.js.map +1 -0
  606. package/dist/cjs/ix-pagination.cjs.entry.js +141 -0
  607. package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -0
  608. package/dist/cjs/ix-pane-layout.cjs.entry.js +275 -0
  609. package/dist/cjs/ix-pane-layout.cjs.entry.js.map +1 -0
  610. package/dist/cjs/ix-pane.cjs.entry.js +475 -0
  611. package/dist/cjs/ix-pane.cjs.entry.js.map +1 -0
  612. package/dist/cjs/ix-pill.cjs.entry.js +61 -0
  613. package/dist/cjs/ix-pill.cjs.entry.js.map +1 -0
  614. package/dist/cjs/ix-playground-internal.cjs.entry.js +22 -0
  615. package/dist/cjs/ix-playground-internal.cjs.entry.js.map +1 -0
  616. package/dist/cjs/ix-push-card.cjs.entry.js +32 -0
  617. package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -0
  618. package/dist/cjs/ix-select.cjs.entry.js +373 -0
  619. package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
  620. package/dist/cjs/ix-slider.cjs.entry.js +174 -0
  621. package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
  622. package/dist/cjs/ix-split-button-item.cjs.entry.js +35 -0
  623. package/dist/cjs/ix-split-button-item.cjs.entry.js.map +1 -0
  624. package/dist/cjs/ix-split-button.cjs.entry.js +50 -0
  625. package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
  626. package/dist/cjs/ix-tab-item_2.cjs.entry.js +299 -0
  627. package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
  628. package/dist/cjs/ix-tile.cjs.entry.js +42 -0
  629. package/dist/cjs/ix-tile.cjs.entry.js.map +1 -0
  630. package/dist/cjs/ix-time-picker.cjs.entry.js +154 -0
  631. package/dist/cjs/ix-time-picker.cjs.entry.js.map +1 -0
  632. package/dist/cjs/ix-toast-container.cjs.entry.js +94 -0
  633. package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
  634. package/dist/cjs/ix-toast.cjs.entry.js +74 -0
  635. package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
  636. package/dist/cjs/ix-toggle-button.cjs.entry.js +78 -0
  637. package/dist/cjs/ix-toggle-button.cjs.entry.js.map +1 -0
  638. package/dist/cjs/ix-toggle.cjs.entry.js +41 -0
  639. package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -0
  640. package/dist/cjs/ix-tooltip.cjs.entry.js +294 -0
  641. package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -0
  642. package/dist/cjs/ix-tree-item.cjs.entry.js +37 -0
  643. package/dist/cjs/ix-tree-item.cjs.entry.js.map +1 -0
  644. package/dist/cjs/ix-tree.cjs.entry.js +706 -0
  645. package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
  646. package/dist/cjs/ix-typography.cjs.entry.js +66 -0
  647. package/dist/cjs/ix-typography.cjs.entry.js.map +1 -0
  648. package/dist/cjs/ix-upload.cjs.entry.js +110 -0
  649. package/dist/cjs/ix-upload.cjs.entry.js.map +1 -0
  650. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +153 -0
  651. package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -0
  652. package/dist/cjs/ix-workflow-step.cjs.entry.js +99 -0
  653. package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
  654. package/dist/cjs/ix-workflow-steps.cjs.entry.js +85 -0
  655. package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
  656. package/dist/cjs/listener-d27acb41.js +77 -0
  657. package/dist/cjs/listener-d27acb41.js.map +1 -0
  658. package/dist/cjs/loader.cjs.js +17 -0
  659. package/dist/cjs/loader.cjs.js.map +1 -0
  660. package/dist/cjs/logical-filter-operator-5564322e.js +38 -0
  661. package/dist/cjs/logical-filter-operator-5564322e.js.map +1 -0
  662. package/dist/cjs/luxon-702fbf4c.js +8312 -0
  663. package/dist/cjs/luxon-702fbf4c.js.map +1 -0
  664. package/dist/cjs/make-ref-c25629b7.js +30 -0
  665. package/dist/cjs/make-ref-c25629b7.js.map +1 -0
  666. package/dist/cjs/menu-service-9936f670.js +80 -0
  667. package/dist/cjs/menu-service-9936f670.js.map +1 -0
  668. package/dist/cjs/menu-tabs-fc-194c3ba9.js +105 -0
  669. package/dist/cjs/menu-tabs-fc-194c3ba9.js.map +1 -0
  670. package/dist/cjs/modal-828cb80a.js +252 -0
  671. package/dist/cjs/modal-828cb80a.js.map +1 -0
  672. package/dist/cjs/mutation-observer-babb20a5.js +15 -0
  673. package/dist/cjs/mutation-observer-babb20a5.js.map +1 -0
  674. package/dist/cjs/rwd.util-ee53cbd1.js +44 -0
  675. package/dist/cjs/rwd.util-ee53cbd1.js.map +1 -0
  676. package/dist/cjs/service-a42add5f.js +101 -0
  677. package/dist/cjs/service-a42add5f.js.map +1 -0
  678. package/dist/cjs/shadow-dom-73f9d553.js +50 -0
  679. package/dist/cjs/shadow-dom-73f9d553.js.map +1 -0
  680. package/dist/cjs/siemens-ix.cjs.js +27 -0
  681. package/dist/cjs/siemens-ix.cjs.js.map +1 -0
  682. package/dist/cjs/theme-switcher-2d2bde85.js +126 -0
  683. package/dist/cjs/theme-switcher-2d2bde85.js.map +1 -0
  684. package/dist/cjs/typed-event-8032c0c0.js +48 -0
  685. package/dist/cjs/typed-event-8032c0c0.js.map +1 -0
  686. package/dist/cjs/upload-file-state-3e9d929d.js +20 -0
  687. package/dist/cjs/upload-file-state-3e9d929d.js.map +1 -0
  688. package/dist/collection/collection-manifest.json +114 -0
  689. package/dist/collection/components/action-card/action-card.css +71 -0
  690. package/dist/collection/components/action-card/action-card.js +144 -0
  691. package/dist/collection/components/action-card/action-card.js.map +1 -0
  692. package/dist/collection/components/application/application.css +106 -0
  693. package/dist/collection/components/application/application.js +252 -0
  694. package/dist/collection/components/application/application.js.map +1 -0
  695. package/dist/collection/components/application-header/application-header.css +135 -0
  696. package/dist/collection/components/application-header/application-header.js +149 -0
  697. package/dist/collection/components/application-header/application-header.js.map +1 -0
  698. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.css +126 -0
  699. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js +95 -0
  700. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js.map +1 -0
  701. package/dist/collection/components/application-header/test/application-header.ct.js +334 -0
  702. package/dist/collection/components/application-header/test/application-header.ct.js.map +1 -0
  703. package/dist/collection/components/application-sidebar/application-sidebar.css +69 -0
  704. package/dist/collection/components/application-sidebar/application-sidebar.js +70 -0
  705. package/dist/collection/components/application-sidebar/application-sidebar.js.map +1 -0
  706. package/dist/collection/components/application-sidebar/events.js +15 -0
  707. package/dist/collection/components/application-sidebar/events.js.map +1 -0
  708. package/dist/collection/components/avatar/avatar.css +222 -0
  709. package/dist/collection/components/avatar/avatar.js +153 -0
  710. package/dist/collection/components/avatar/avatar.js.map +1 -0
  711. package/dist/collection/components/avatar/test/avatar.ct.js +85 -0
  712. package/dist/collection/components/avatar/test/avatar.ct.js.map +1 -0
  713. package/dist/collection/components/basic-navigation/basic-navigation.css +99 -0
  714. package/dist/collection/components/basic-navigation/basic-navigation.js +192 -0
  715. package/dist/collection/components/basic-navigation/basic-navigation.js.map +1 -0
  716. package/dist/collection/components/blind/blind.css +431 -0
  717. package/dist/collection/components/blind/blind.js +231 -0
  718. package/dist/collection/components/blind/blind.js.map +1 -0
  719. package/dist/collection/components/blind/test/blind.ct.js +16 -0
  720. package/dist/collection/components/blind/test/blind.ct.js.map +1 -0
  721. package/dist/collection/components/breadcrumb/breadcrumb.css +119 -0
  722. package/dist/collection/components/breadcrumb/breadcrumb.js +239 -0
  723. package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
  724. package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js +97 -0
  725. package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js.map +1 -0
  726. package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1115 -0
  727. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +230 -0
  728. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
  729. package/dist/collection/components/button/base-button.js +39 -0
  730. package/dist/collection/components/button/base-button.js.map +1 -0
  731. package/dist/collection/components/button/button.css +508 -0
  732. package/dist/collection/components/button/button.js +252 -0
  733. package/dist/collection/components/button/button.js.map +1 -0
  734. package/dist/collection/components/button/test/button.ct.js +42 -0
  735. package/dist/collection/components/button/test/button.ct.js.map +1 -0
  736. package/dist/collection/components/button/test/button.spec.js +65 -0
  737. package/dist/collection/components/button/test/button.spec.js.map +1 -0
  738. package/dist/collection/components/card/card.css +244 -0
  739. package/dist/collection/components/card/card.js +78 -0
  740. package/dist/collection/components/card/card.js.map +1 -0
  741. package/dist/collection/components/card-accordion/card-accordion.css +155 -0
  742. package/dist/collection/components/card-accordion/card-accordion.js +131 -0
  743. package/dist/collection/components/card-accordion/card-accordion.js.map +1 -0
  744. package/dist/collection/components/card-content/card-content.css +66 -0
  745. package/dist/collection/components/card-content/card-content.js +22 -0
  746. package/dist/collection/components/card-content/card-content.js.map +1 -0
  747. package/dist/collection/components/card-list/card-list.css +162 -0
  748. package/dist/collection/components/card-list/card-list.js +411 -0
  749. package/dist/collection/components/card-list/card-list.js.map +1 -0
  750. package/dist/collection/components/card-title/card-title.css +30 -0
  751. package/dist/collection/components/card-title/card-title.js +24 -0
  752. package/dist/collection/components/card-title/card-title.js.map +1 -0
  753. package/dist/collection/components/category-filter/category-filter.css +1538 -0
  754. package/dist/collection/components/category-filter/category-filter.js +723 -0
  755. package/dist/collection/components/category-filter/category-filter.js.map +1 -0
  756. package/dist/collection/components/category-filter/filter-state.js +11 -0
  757. package/dist/collection/components/category-filter/filter-state.js.map +1 -0
  758. package/dist/collection/components/category-filter/input-state.js +18 -0
  759. package/dist/collection/components/category-filter/input-state.js.map +1 -0
  760. package/dist/collection/components/category-filter/logical-filter-operator.js +15 -0
  761. package/dist/collection/components/category-filter/logical-filter-operator.js.map +1 -0
  762. package/dist/collection/components/chip/chip.css +537 -0
  763. package/dist/collection/components/chip/chip.js +245 -0
  764. package/dist/collection/components/chip/chip.js.map +1 -0
  765. package/dist/collection/components/col/col.css +66 -0
  766. package/dist/collection/components/col/col.js +193 -0
  767. package/dist/collection/components/col/col.js.map +1 -0
  768. package/dist/collection/components/content/content.css +75 -0
  769. package/dist/collection/components/content/content.js +49 -0
  770. package/dist/collection/components/content/content.js.map +1 -0
  771. package/dist/collection/components/content-header/content-header.css +28 -0
  772. package/dist/collection/components/content-header/content-header.js +132 -0
  773. package/dist/collection/components/content-header/content-header.js.map +1 -0
  774. package/dist/collection/components/css-grid/builder.js +20 -0
  775. package/dist/collection/components/css-grid/builder.js.map +1 -0
  776. package/dist/collection/components/css-grid/css-grid-item.css +16 -0
  777. package/dist/collection/components/css-grid/css-grid-item.js +56 -0
  778. package/dist/collection/components/css-grid/css-grid-item.js.map +1 -0
  779. package/dist/collection/components/css-grid/css-grid.css +27 -0
  780. package/dist/collection/components/css-grid/css-grid.js +126 -0
  781. package/dist/collection/components/css-grid/css-grid.js.map +1 -0
  782. package/dist/collection/components/date-dropdown/date-dropdown.css +99 -0
  783. package/dist/collection/components/date-dropdown/date-dropdown.js +476 -0
  784. package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -0
  785. package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js +171 -0
  786. package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js.map +1 -0
  787. package/dist/collection/components/date-picker/date-picker.css +295 -0
  788. package/dist/collection/components/date-picker/date-picker.js +930 -0
  789. package/dist/collection/components/date-picker/date-picker.js.map +1 -0
  790. package/dist/collection/components/date-picker/test/date-picker.ct.js +163 -0
  791. package/dist/collection/components/date-picker/test/date-picker.ct.js.map +1 -0
  792. package/dist/collection/components/date-time-card/date-time-card.css +111 -0
  793. package/dist/collection/components/date-time-card/date-time-card.js +113 -0
  794. package/dist/collection/components/date-time-card/date-time-card.js.map +1 -0
  795. package/dist/collection/components/datetime-picker/datetime-picker.css +108 -0
  796. package/dist/collection/components/datetime-picker/datetime-picker.js +526 -0
  797. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -0
  798. package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js +54 -0
  799. package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js.map +1 -0
  800. package/dist/collection/components/divider/divider.css +15 -0
  801. package/dist/collection/components/divider/divider.js +30 -0
  802. package/dist/collection/components/divider/divider.js.map +1 -0
  803. package/dist/collection/components/drawer/drawer.css +126 -0
  804. package/dist/collection/components/drawer/drawer.js +293 -0
  805. package/dist/collection/components/drawer/drawer.js.map +1 -0
  806. package/dist/collection/components/drawer/test/drawer.ct.js +47 -0
  807. package/dist/collection/components/drawer/test/drawer.ct.js.map +1 -0
  808. package/dist/collection/components/drawer/test/drawer.spec.js +65 -0
  809. package/dist/collection/components/drawer/test/drawer.spec.js.map +1 -0
  810. package/dist/collection/components/dropdown/dropdown-controller.js +127 -0
  811. package/dist/collection/components/dropdown/dropdown-controller.js.map +1 -0
  812. package/dist/collection/components/dropdown/dropdown.css +109 -0
  813. package/dist/collection/components/dropdown/dropdown.js +619 -0
  814. package/dist/collection/components/dropdown/dropdown.js.map +1 -0
  815. package/dist/collection/components/dropdown/placement.js +2 -0
  816. package/dist/collection/components/dropdown/placement.js.map +1 -0
  817. package/dist/collection/components/dropdown/test/dropdown-controller.spec.js +21 -0
  818. package/dist/collection/components/dropdown/test/dropdown-controller.spec.js.map +1 -0
  819. package/dist/collection/components/dropdown/test/dropdown.ct.js +472 -0
  820. package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
  821. package/dist/collection/components/dropdown-button/dropdown-button.css +146 -0
  822. package/dist/collection/components/dropdown-button/dropdown-button.js +225 -0
  823. package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -0
  824. package/dist/collection/components/dropdown-header/dropdown-header.css +68 -0
  825. package/dist/collection/components/dropdown-header/dropdown-header.js +54 -0
  826. package/dist/collection/components/dropdown-header/dropdown-header.js.map +1 -0
  827. package/dist/collection/components/dropdown-item/dropdown-item.css +160 -0
  828. package/dist/collection/components/dropdown-item/dropdown-item.js +265 -0
  829. package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -0
  830. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.css +32 -0
  831. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +30 -0
  832. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js.map +1 -0
  833. package/dist/collection/components/empty-state/empty-state.css +142 -0
  834. package/dist/collection/components/empty-state/empty-state.js +151 -0
  835. package/dist/collection/components/empty-state/empty-state.js.map +1 -0
  836. package/dist/collection/components/event-list/event-list.css +77 -0
  837. package/dist/collection/components/event-list/event-list.js +210 -0
  838. package/dist/collection/components/event-list/event-list.js.map +1 -0
  839. package/dist/collection/components/event-list/test/event-list.spec.js +112 -0
  840. package/dist/collection/components/event-list/test/event-list.spec.js.map +1 -0
  841. package/dist/collection/components/event-list-item/event-list-item.css +192 -0
  842. package/dist/collection/components/event-list-item/event-list-item.js +180 -0
  843. package/dist/collection/components/event-list-item/event-list-item.js.map +1 -0
  844. package/dist/collection/components/event-list-item/test/event-list-item.spec.js +20 -0
  845. package/dist/collection/components/event-list-item/test/event-list-item.spec.js.map +1 -0
  846. package/dist/collection/components/expanding-search/expanding-search.css +412 -0
  847. package/dist/collection/components/expanding-search/expanding-search.js +196 -0
  848. package/dist/collection/components/expanding-search/expanding-search.js.map +1 -0
  849. package/dist/collection/components/expanding-search/test/expanding-search.ct.js +56 -0
  850. package/dist/collection/components/expanding-search/test/expanding-search.ct.js.map +1 -0
  851. package/dist/collection/components/expanding-search/test/expanding-search.spec.js +36 -0
  852. package/dist/collection/components/expanding-search/test/expanding-search.spec.js.map +1 -0
  853. package/dist/collection/components/filter-chip/filter-chip.css +149 -0
  854. package/dist/collection/components/filter-chip/filter-chip.js +98 -0
  855. package/dist/collection/components/filter-chip/filter-chip.js.map +1 -0
  856. package/dist/collection/components/flip-tile/flip-tile-state.js +18 -0
  857. package/dist/collection/components/flip-tile/flip-tile-state.js.map +1 -0
  858. package/dist/collection/components/flip-tile/flip-tile.css +347 -0
  859. package/dist/collection/components/flip-tile/flip-tile.js +172 -0
  860. package/dist/collection/components/flip-tile/flip-tile.js.map +1 -0
  861. package/dist/collection/components/flip-tile/test/flip-tile.ct.js +57 -0
  862. package/dist/collection/components/flip-tile/test/flip-tile.ct.js.map +1 -0
  863. package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
  864. package/dist/collection/components/flip-tile-content/flip-tile-content.js +55 -0
  865. package/dist/collection/components/flip-tile-content/flip-tile-content.js.map +1 -0
  866. package/dist/collection/components/form-field/form-field.css +276 -0
  867. package/dist/collection/components/form-field/form-field.js +56 -0
  868. package/dist/collection/components/form-field/form-field.js.map +1 -0
  869. package/dist/collection/components/grid/layout-grid.css +21 -0
  870. package/dist/collection/components/grid/layout-grid.js +98 -0
  871. package/dist/collection/components/grid/layout-grid.js.map +1 -0
  872. package/dist/collection/components/group/group-context-menu.css +20 -0
  873. package/dist/collection/components/group/group-context-menu.js +61 -0
  874. package/dist/collection/components/group/group-context-menu.js.map +1 -0
  875. package/dist/collection/components/group/group.css +175 -0
  876. package/dist/collection/components/group/group.js +315 -0
  877. package/dist/collection/components/group/group.js.map +1 -0
  878. package/dist/collection/components/group-item/group-item.css +182 -0
  879. package/dist/collection/components/group-item/group-item.js +203 -0
  880. package/dist/collection/components/group-item/group-item.js.map +1 -0
  881. package/dist/collection/components/icon-button/base-icon-button.js +14 -0
  882. package/dist/collection/components/icon-button/base-icon-button.js.map +1 -0
  883. package/dist/collection/components/icon-button/icon-button.css +639 -0
  884. package/dist/collection/components/icon-button/icon-button.js +319 -0
  885. package/dist/collection/components/icon-button/icon-button.js.map +1 -0
  886. package/dist/collection/components/icon-button/test/icon-button.ct.js +25 -0
  887. package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -0
  888. package/dist/collection/components/icon-button/test/icon-button.spec.js +175 -0
  889. package/dist/collection/components/icon-button/test/icon-button.spec.js.map +1 -0
  890. package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +639 -0
  891. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +275 -0
  892. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js.map +1 -0
  893. package/dist/collection/components/input-group/input-group.css +101 -0
  894. package/dist/collection/components/input-group/input-group.js +150 -0
  895. package/dist/collection/components/input-group/input-group.js.map +1 -0
  896. package/dist/collection/components/input-group/tests/input-group.ct.js +152 -0
  897. package/dist/collection/components/input-group/tests/input-group.ct.js.map +1 -0
  898. package/dist/collection/components/key-value/key-value.css +76 -0
  899. package/dist/collection/components/key-value/key-value.js +120 -0
  900. package/dist/collection/components/key-value/key-value.js.map +1 -0
  901. package/dist/collection/components/key-value-list/key-value-list.css +7 -0
  902. package/dist/collection/components/key-value-list/key-value-list.js +54 -0
  903. package/dist/collection/components/key-value-list/key-value-list.js.map +1 -0
  904. package/dist/collection/components/kpi/kpi.css +177 -0
  905. package/dist/collection/components/kpi/kpi.js +148 -0
  906. package/dist/collection/components/kpi/kpi.js.map +1 -0
  907. package/dist/collection/components/link-button/link-button.css +446 -0
  908. package/dist/collection/components/link-button/link-button.js +98 -0
  909. package/dist/collection/components/link-button/link-button.js.map +1 -0
  910. package/dist/collection/components/map-navigation/map-navigation.css +188 -0
  911. package/dist/collection/components/map-navigation/map-navigation.js +378 -0
  912. package/dist/collection/components/map-navigation/map-navigation.js.map +1 -0
  913. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +295 -0
  914. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +164 -0
  915. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -0
  916. package/dist/collection/components/menu/menu-expand-icon.css +495 -0
  917. package/dist/collection/components/menu/menu-expand-icon.js +147 -0
  918. package/dist/collection/components/menu/menu-expand-icon.js.map +1 -0
  919. package/dist/collection/components/menu/menu.css +1854 -0
  920. package/dist/collection/components/menu/menu.js +918 -0
  921. package/dist/collection/components/menu/menu.js.map +1 -0
  922. package/dist/collection/components/menu/test/menu.ct.js +225 -0
  923. package/dist/collection/components/menu/test/menu.ct.js.map +1 -0
  924. package/dist/collection/components/menu-about/menu-about.css +207 -0
  925. package/dist/collection/components/menu-about/menu-about.js +137 -0
  926. package/dist/collection/components/menu-about/menu-about.js.map +1 -0
  927. package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
  928. package/dist/collection/components/menu-about-item/menu-about-item.js +88 -0
  929. package/dist/collection/components/menu-about-item/menu-about-item.js.map +1 -0
  930. package/dist/collection/components/menu-about-news/menu-about-news.css +172 -0
  931. package/dist/collection/components/menu-about-news/menu-about-news.js +192 -0
  932. package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -0
  933. package/dist/collection/components/menu-avatar/menu-avatar.css +136 -0
  934. package/dist/collection/components/menu-avatar/menu-avatar.js +191 -0
  935. package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -0
  936. package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +61 -0
  937. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +127 -0
  938. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js.map +1 -0
  939. package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js +47 -0
  940. package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js.map +1 -0
  941. package/dist/collection/components/menu-category/enter-leave.js +30 -0
  942. package/dist/collection/components/menu-category/enter-leave.js.map +1 -0
  943. package/dist/collection/components/menu-category/menu-category.css +123 -0
  944. package/dist/collection/components/menu-category/menu-category.js +277 -0
  945. package/dist/collection/components/menu-category/menu-category.js.map +1 -0
  946. package/dist/collection/components/menu-category/test/menu-category.ct.js +238 -0
  947. package/dist/collection/components/menu-category/test/menu-category.ct.js.map +1 -0
  948. package/dist/collection/components/menu-item/menu-item.css +190 -0
  949. package/dist/collection/components/menu-item/menu-item.js +305 -0
  950. package/dist/collection/components/menu-item/menu-item.js.map +1 -0
  951. package/dist/collection/components/menu-item/test/menu-item.ct.js +67 -0
  952. package/dist/collection/components/menu-item/test/menu-item.ct.js.map +1 -0
  953. package/dist/collection/components/menu-settings/menu-settings.css +256 -0
  954. package/dist/collection/components/menu-settings/menu-settings.js +137 -0
  955. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -0
  956. package/dist/collection/components/menu-settings-item/menu-settings-item.css +12 -0
  957. package/dist/collection/components/menu-settings-item/menu-settings-item.js +88 -0
  958. package/dist/collection/components/menu-settings-item/menu-settings-item.js.map +1 -0
  959. package/dist/collection/components/message-bar/message-bar.css +114 -0
  960. package/dist/collection/components/message-bar/message-bar.js +127 -0
  961. package/dist/collection/components/message-bar/message-bar.js.map +1 -0
  962. package/dist/collection/components/message-bar/test/message-bar.spec.js +41 -0
  963. package/dist/collection/components/message-bar/test/message-bar.spec.js.map +1 -0
  964. package/dist/collection/components/modal/modal.css +103 -0
  965. package/dist/collection/components/modal/modal.js +447 -0
  966. package/dist/collection/components/modal/modal.js.map +1 -0
  967. package/dist/collection/components/modal/test/modal.ct.js +118 -0
  968. package/dist/collection/components/modal/test/modal.ct.js.map +1 -0
  969. package/dist/collection/components/modal-content/modal-content.css +63 -0
  970. package/dist/collection/components/modal-content/modal-content.js +30 -0
  971. package/dist/collection/components/modal-content/modal-content.js.map +1 -0
  972. package/dist/collection/components/modal-footer/modal-footer.css +65 -0
  973. package/dist/collection/components/modal-footer/modal-footer.js +30 -0
  974. package/dist/collection/components/modal-footer/modal-footer.js.map +1 -0
  975. package/dist/collection/components/modal-header/modal-header.css +70 -0
  976. package/dist/collection/components/modal-header/modal-header.js +143 -0
  977. package/dist/collection/components/modal-header/modal-header.js.map +1 -0
  978. package/dist/collection/components/modal-loading/modal-loading.css +22 -0
  979. package/dist/collection/components/modal-loading/modal-loading.js +30 -0
  980. package/dist/collection/components/modal-loading/modal-loading.js.map +1 -0
  981. package/dist/collection/components/pagination/pagination.css +972 -0
  982. package/dist/collection/components/pagination/pagination.js +328 -0
  983. package/dist/collection/components/pagination/pagination.js.map +1 -0
  984. package/dist/collection/components/pagination/test/pagination.ct.js +54 -0
  985. package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
  986. package/dist/collection/components/pagination/test/pagination.spec.js +53 -0
  987. package/dist/collection/components/pagination/test/pagination.spec.js.map +1 -0
  988. package/dist/collection/components/pane/pane.css +254 -0
  989. package/dist/collection/components/pane/pane.js +816 -0
  990. package/dist/collection/components/pane/pane.js.map +1 -0
  991. package/dist/collection/components/pane/test/panes.ct.js +30 -0
  992. package/dist/collection/components/pane/test/panes.ct.js.map +1 -0
  993. package/dist/collection/components/pane-layout/pane-layout.css +142 -0
  994. package/dist/collection/components/pane-layout/pane-layout.js +380 -0
  995. package/dist/collection/components/pane-layout/pane-layout.js.map +1 -0
  996. package/dist/collection/components/pane-layout/test/pane-layout.ct.js +57 -0
  997. package/dist/collection/components/pane-layout/test/pane-layout.ct.js.map +1 -0
  998. package/dist/collection/components/pill/pill.css +257 -0
  999. package/dist/collection/components/pill/pill.js +197 -0
  1000. package/dist/collection/components/pill/pill.js.map +1 -0
  1001. package/dist/collection/components/playground/example-modal.js +24 -0
  1002. package/dist/collection/components/playground/example-modal.js.map +1 -0
  1003. package/dist/collection/components/playground/playground.css +27 -0
  1004. package/dist/collection/components/playground/playground.js +28 -0
  1005. package/dist/collection/components/playground/playground.js.map +1 -0
  1006. package/dist/collection/components/push-card/push-card.css +21 -0
  1007. package/dist/collection/components/push-card/push-card.js +160 -0
  1008. package/dist/collection/components/push-card/push-card.js.map +1 -0
  1009. package/dist/collection/components/row/row.css +16 -0
  1010. package/dist/collection/components/row/row.js +30 -0
  1011. package/dist/collection/components/row/row.js.map +1 -0
  1012. package/dist/collection/components/select/select.css +225 -0
  1013. package/dist/collection/components/select/select.js +703 -0
  1014. package/dist/collection/components/select/select.js.map +1 -0
  1015. package/dist/collection/components/select/test/select.ct.js +137 -0
  1016. package/dist/collection/components/select/test/select.ct.js.map +1 -0
  1017. package/dist/collection/components/select-item/events.js +17 -0
  1018. package/dist/collection/components/select-item/events.js.map +1 -0
  1019. package/dist/collection/components/select-item/select-item.css +26 -0
  1020. package/dist/collection/components/select-item/select-item.js +200 -0
  1021. package/dist/collection/components/select-item/select-item.js.map +1 -0
  1022. package/dist/collection/components/select-item/test/select-item.spec.js +38 -0
  1023. package/dist/collection/components/select-item/test/select-item.spec.js.map +1 -0
  1024. package/dist/collection/components/slider/slider.css +265 -0
  1025. package/dist/collection/components/slider/slider.js +386 -0
  1026. package/dist/collection/components/slider/slider.js.map +1 -0
  1027. package/dist/collection/components/slider/test/slider.ct.js +49 -0
  1028. package/dist/collection/components/slider/test/slider.ct.js.map +1 -0
  1029. package/dist/collection/components/spinner/spinner.css +608 -0
  1030. package/dist/collection/components/spinner/spinner.js +102 -0
  1031. package/dist/collection/components/spinner/spinner.js.map +1 -0
  1032. package/dist/collection/components/split-button/split-button.css +103 -0
  1033. package/dist/collection/components/split-button/split-button.js +243 -0
  1034. package/dist/collection/components/split-button/split-button.js.map +1 -0
  1035. package/dist/collection/components/split-button-item/split-button-item.css +12 -0
  1036. package/dist/collection/components/split-button-item/split-button-item.js +133 -0
  1037. package/dist/collection/components/split-button-item/split-button-item.js.map +1 -0
  1038. package/dist/collection/components/tab-item/tab-item.css +261 -0
  1039. package/dist/collection/components/tab-item/tab-item.js +248 -0
  1040. package/dist/collection/components/tab-item/tab-item.js.map +1 -0
  1041. package/dist/collection/components/tabs/tabs.css +139 -0
  1042. package/dist/collection/components/tabs/tabs.js +360 -0
  1043. package/dist/collection/components/tabs/tabs.js.map +1 -0
  1044. package/dist/collection/components/tabs/test/tabs.ct.js +84 -0
  1045. package/dist/collection/components/tabs/test/tabs.ct.js.map +1 -0
  1046. package/dist/collection/components/tile/tile.css +156 -0
  1047. package/dist/collection/components/tile/tile.js +77 -0
  1048. package/dist/collection/components/tile/tile.js.map +1 -0
  1049. package/dist/collection/components/time-picker/test/time-picker.ct.js +95 -0
  1050. package/dist/collection/components/time-picker/test/time-picker.ct.js.map +1 -0
  1051. package/dist/collection/components/time-picker/time-picker.css +627 -0
  1052. package/dist/collection/components/time-picker/time-picker.js +491 -0
  1053. package/dist/collection/components/time-picker/time-picker.js.map +1 -0
  1054. package/dist/collection/components/toast/styles/toast-container.css +90 -0
  1055. package/dist/collection/components/toast/toast-container.js +204 -0
  1056. package/dist/collection/components/toast/toast-container.js.map +1 -0
  1057. package/dist/collection/components/toast/toast-utils.js +36 -0
  1058. package/dist/collection/components/toast/toast-utils.js.map +1 -0
  1059. package/dist/collection/components/toast/toast.css +175 -0
  1060. package/dist/collection/components/toast/toast.js +219 -0
  1061. package/dist/collection/components/toast/toast.js.map +1 -0
  1062. package/dist/collection/components/toggle/test/toggle.ct.js +52 -0
  1063. package/dist/collection/components/toggle/test/toggle.ct.js.map +1 -0
  1064. package/dist/collection/components/toggle/toggle.css +185 -0
  1065. package/dist/collection/components/toggle/toggle.js +195 -0
  1066. package/dist/collection/components/toggle/toggle.js.map +1 -0
  1067. package/dist/collection/components/toggle-button/toggle-button.css +447 -0
  1068. package/dist/collection/components/toggle-button/toggle-button.js +247 -0
  1069. package/dist/collection/components/toggle-button/toggle-button.js.map +1 -0
  1070. package/dist/collection/components/tooltip/test/tooltip.ct.js +91 -0
  1071. package/dist/collection/components/tooltip/test/tooltip.ct.js.map +1 -0
  1072. package/dist/collection/components/tooltip/tooltip-controller.js +13 -0
  1073. package/dist/collection/components/tooltip/tooltip-controller.js.map +1 -0
  1074. package/dist/collection/components/tooltip/tooltip.css +44 -0
  1075. package/dist/collection/components/tooltip/tooltip.js +466 -0
  1076. package/dist/collection/components/tooltip/tooltip.js.map +1 -0
  1077. package/dist/collection/components/tree/test/tree.ct.js +154 -0
  1078. package/dist/collection/components/tree/test/tree.ct.js.map +1 -0
  1079. package/dist/collection/components/tree/tree-model.js +2 -0
  1080. package/dist/collection/components/tree/tree-model.js.map +1 -0
  1081. package/dist/collection/components/tree/tree.css +12 -0
  1082. package/dist/collection/components/tree/tree.js +385 -0
  1083. package/dist/collection/components/tree/tree.js.map +1 -0
  1084. package/dist/collection/components/tree-item/default-tree-item.js +19 -0
  1085. package/dist/collection/components/tree-item/default-tree-item.js.map +1 -0
  1086. package/dist/collection/components/tree-item/tree-item.css +128 -0
  1087. package/dist/collection/components/tree-item/tree-item.js +134 -0
  1088. package/dist/collection/components/tree-item/tree-item.js.map +1 -0
  1089. package/dist/collection/components/typography/test/ix-typography.spec.js +75 -0
  1090. package/dist/collection/components/typography/test/ix-typography.spec.js.map +1 -0
  1091. package/dist/collection/components/typography/type-mapping.js +15 -0
  1092. package/dist/collection/components/typography/type-mapping.js.map +1 -0
  1093. package/dist/collection/components/typography/typography.css +576 -0
  1094. package/dist/collection/components/typography/typography.js +209 -0
  1095. package/dist/collection/components/typography/typography.js.map +1 -0
  1096. package/dist/collection/components/upload/upload-file-state.js +17 -0
  1097. package/dist/collection/components/upload/upload-file-state.js.map +1 -0
  1098. package/dist/collection/components/upload/upload.css +173 -0
  1099. package/dist/collection/components/upload/upload.js +385 -0
  1100. package/dist/collection/components/upload/upload.js.map +1 -0
  1101. package/dist/collection/components/utils/a11y.js +109 -0
  1102. package/dist/collection/components/utils/a11y.js.map +1 -0
  1103. package/dist/collection/components/utils/animation.js +17 -0
  1104. package/dist/collection/components/utils/animation.js.map +1 -0
  1105. package/dist/collection/components/utils/app-switch/index.js +23 -0
  1106. package/dist/collection/components/utils/app-switch/index.js.map +1 -0
  1107. package/dist/collection/components/utils/application-layout/context.js +19 -0
  1108. package/dist/collection/components/utils/application-layout/context.js.map +1 -0
  1109. package/dist/collection/components/utils/application-layout/index.js +10 -0
  1110. package/dist/collection/components/utils/application-layout/index.js.map +1 -0
  1111. package/dist/collection/components/utils/application-layout/service.js +99 -0
  1112. package/dist/collection/components/utils/application-layout/service.js.map +1 -0
  1113. package/dist/collection/components/utils/breakpoints.js +22 -0
  1114. package/dist/collection/components/utils/breakpoints.js.map +1 -0
  1115. package/dist/collection/components/utils/condition-checks.js +31 -0
  1116. package/dist/collection/components/utils/condition-checks.js.map +1 -0
  1117. package/dist/collection/components/utils/context.js +79 -0
  1118. package/dist/collection/components/utils/context.js.map +1 -0
  1119. package/dist/collection/components/utils/debounce.js +10 -0
  1120. package/dist/collection/components/utils/debounce.js.map +1 -0
  1121. package/dist/collection/components/utils/delegate.js +29 -0
  1122. package/dist/collection/components/utils/delegate.js.map +1 -0
  1123. package/dist/collection/components/utils/internal/component.js +2 -0
  1124. package/dist/collection/components/utils/internal/component.js.map +1 -0
  1125. package/dist/collection/components/utils/internal/index.js +2 -0
  1126. package/dist/collection/components/utils/internal/index.js.map +1 -0
  1127. package/dist/collection/components/utils/listener.js +71 -0
  1128. package/dist/collection/components/utils/listener.js.map +1 -0
  1129. package/dist/collection/components/utils/make-ref.js +25 -0
  1130. package/dist/collection/components/utils/make-ref.js.map +1 -0
  1131. package/dist/collection/components/utils/menu-service/menu-service.js +79 -0
  1132. package/dist/collection/components/utils/menu-service/menu-service.js.map +1 -0
  1133. package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js +25 -0
  1134. package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js.map +1 -0
  1135. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +38 -0
  1136. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -0
  1137. package/dist/collection/components/utils/modal/index.js +12 -0
  1138. package/dist/collection/components/utils/modal/index.js.map +1 -0
  1139. package/dist/collection/components/utils/modal/loading.js +35 -0
  1140. package/dist/collection/components/utils/modal/loading.js.map +1 -0
  1141. package/dist/collection/components/utils/modal/message.js +138 -0
  1142. package/dist/collection/components/utils/modal/message.js.map +1 -0
  1143. package/dist/collection/components/utils/modal/modal.js +76 -0
  1144. package/dist/collection/components/utils/modal/modal.js.map +1 -0
  1145. package/dist/collection/components/utils/mutation-observer.js +10 -0
  1146. package/dist/collection/components/utils/mutation-observer.js.map +1 -0
  1147. package/dist/collection/components/utils/notification-color.js +2 -0
  1148. package/dist/collection/components/utils/notification-color.js.map +1 -0
  1149. package/dist/collection/components/utils/overlay.js +32 -0
  1150. package/dist/collection/components/utils/overlay.js.map +1 -0
  1151. package/dist/collection/components/utils/requestAnimationFrame.js +24 -0
  1152. package/dist/collection/components/utils/requestAnimationFrame.js.map +1 -0
  1153. package/dist/collection/components/utils/rwd.util.js +38 -0
  1154. package/dist/collection/components/utils/rwd.util.js.map +1 -0
  1155. package/dist/collection/components/utils/shadow-dom.js +49 -0
  1156. package/dist/collection/components/utils/shadow-dom.js.map +1 -0
  1157. package/dist/collection/components/utils/theme-switcher.js +119 -0
  1158. package/dist/collection/components/utils/theme-switcher.js.map +1 -0
  1159. package/dist/collection/components/utils/typed-event.js +43 -0
  1160. package/dist/collection/components/utils/typed-event.js.map +1 -0
  1161. package/dist/collection/components/utils/waitForElement.js +29 -0
  1162. package/dist/collection/components/utils/waitForElement.js.map +1 -0
  1163. package/dist/collection/components/validation-tooltip/validation-tooltip.css +217 -0
  1164. package/dist/collection/components/validation-tooltip/validation-tooltip.js +239 -0
  1165. package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
  1166. package/dist/collection/components/workflow-step/workflow-step.css +186 -0
  1167. package/dist/collection/components/workflow-step/workflow-step.js +259 -0
  1168. package/dist/collection/components/workflow-step/workflow-step.js.map +1 -0
  1169. package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js +74 -0
  1170. package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js.map +1 -0
  1171. package/dist/collection/components/workflow-steps/test/workflow-steps.spec.js +67 -0
  1172. package/dist/collection/components/workflow-steps/test/workflow-steps.spec.js.map +1 -0
  1173. package/dist/collection/components/workflow-steps/workflow-steps.css +77 -0
  1174. package/dist/collection/components/workflow-steps/workflow-steps.js +176 -0
  1175. package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -0
  1176. package/dist/collection/index.js +21 -0
  1177. package/dist/collection/index.js.map +1 -0
  1178. package/dist/collection/setup.js +24 -0
  1179. package/dist/collection/setup.js.map +1 -0
  1180. package/dist/collection/tests/action-card/action-card.e2e.js +23 -0
  1181. package/dist/collection/tests/action-card/action-card.e2e.js.map +1 -0
  1182. package/dist/collection/tests/application/application-switch/genetic-data.svg +3 -0
  1183. package/dist/collection/tests/application/application-switch/square-play.svg +13 -0
  1184. package/dist/collection/tests/application/application.e2e.js +191 -0
  1185. package/dist/collection/tests/application/application.e2e.js.map +1 -0
  1186. package/dist/collection/tests/application-header/application-header.e2e.js +45 -0
  1187. package/dist/collection/tests/application-header/application-header.e2e.js.map +1 -0
  1188. package/dist/collection/tests/avatar/avatar.e2e.js +31 -0
  1189. package/dist/collection/tests/avatar/avatar.e2e.js.map +1 -0
  1190. package/dist/collection/tests/basic-navigation/basic-navigation.e2e.js +136 -0
  1191. package/dist/collection/tests/basic-navigation/basic-navigation.e2e.js.map +1 -0
  1192. package/dist/collection/tests/blind/blind.e2e.js +58 -0
  1193. package/dist/collection/tests/blind/blind.e2e.js.map +1 -0
  1194. package/dist/collection/tests/breadcrumb/breadcrumb.e2e.js +24 -0
  1195. package/dist/collection/tests/breadcrumb/breadcrumb.e2e.js.map +1 -0
  1196. package/dist/collection/tests/button/button.e2e.js +45 -0
  1197. package/dist/collection/tests/button/button.e2e.js.map +1 -0
  1198. package/dist/collection/tests/card/card.e2e.js +23 -0
  1199. package/dist/collection/tests/card/card.e2e.js.map +1 -0
  1200. package/dist/collection/tests/card-list/card-list.e2e.js +34 -0
  1201. package/dist/collection/tests/card-list/card-list.e2e.js.map +1 -0
  1202. package/dist/collection/tests/category-filter/category-filter.e2e.js +23 -0
  1203. package/dist/collection/tests/category-filter/category-filter.e2e.js.map +1 -0
  1204. package/dist/collection/tests/checkbox/checkbox.e2e.js +21 -0
  1205. package/dist/collection/tests/checkbox/checkbox.e2e.js.map +1 -0
  1206. package/dist/collection/tests/chip/chip.e2e.js +21 -0
  1207. package/dist/collection/tests/chip/chip.e2e.js.map +1 -0
  1208. package/dist/collection/tests/content-header/content-header.e2e.js +21 -0
  1209. package/dist/collection/tests/content-header/content-header.e2e.js.map +1 -0
  1210. package/dist/collection/tests/date-dropdown/date-dropdown.e2e.js +43 -0
  1211. package/dist/collection/tests/date-dropdown/date-dropdown.e2e.js.map +1 -0
  1212. package/dist/collection/tests/date-picker/date-picker.e2e.js +25 -0
  1213. package/dist/collection/tests/date-picker/date-picker.e2e.js.map +1 -0
  1214. package/dist/collection/tests/date-picker-rework/date-picker-rework.e2e.js +35 -0
  1215. package/dist/collection/tests/date-picker-rework/date-picker-rework.e2e.js.map +1 -0
  1216. package/dist/collection/tests/datetime-picker/datetime-picker.e2e.js +19 -0
  1217. package/dist/collection/tests/datetime-picker/datetime-picker.e2e.js.map +1 -0
  1218. package/dist/collection/tests/datetime-picker-rework/datetime-picker-rework.e2e.js +19 -0
  1219. package/dist/collection/tests/datetime-picker-rework/datetime-picker-rework.e2e.js.map +1 -0
  1220. package/dist/collection/tests/divider/divider.e2e.js +19 -0
  1221. package/dist/collection/tests/divider/divider.e2e.js.map +1 -0
  1222. package/dist/collection/tests/drawer/drawer.e2e.js +19 -0
  1223. package/dist/collection/tests/drawer/drawer.e2e.js.map +1 -0
  1224. package/dist/collection/tests/dropdown/dropdown.e2e.js +54 -0
  1225. package/dist/collection/tests/dropdown/dropdown.e2e.js.map +1 -0
  1226. package/dist/collection/tests/dropdown-button/dropdown-button.e2e.js +30 -0
  1227. package/dist/collection/tests/dropdown-button/dropdown-button.e2e.js.map +1 -0
  1228. package/dist/collection/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.js +19 -0
  1229. package/dist/collection/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.js.map +1 -0
  1230. package/dist/collection/tests/empty-state/empty-state.e2e.js +33 -0
  1231. package/dist/collection/tests/empty-state/empty-state.e2e.js.map +1 -0
  1232. package/dist/collection/tests/event-list/event-list.e2e.js +34 -0
  1233. package/dist/collection/tests/event-list/event-list.e2e.js.map +1 -0
  1234. package/dist/collection/tests/expanding-search/expanding-search.e2e.js +35 -0
  1235. package/dist/collection/tests/expanding-search/expanding-search.e2e.js.map +1 -0
  1236. package/dist/collection/tests/flip-tile/flip-tile.e2e.js +21 -0
  1237. package/dist/collection/tests/flip-tile/flip-tile.e2e.js.map +1 -0
  1238. package/dist/collection/tests/fonts/fonts.e2e.js +17 -0
  1239. package/dist/collection/tests/fonts/fonts.e2e.js.map +1 -0
  1240. package/dist/collection/tests/group/group.e2e.js +41 -0
  1241. package/dist/collection/tests/group/group.e2e.js.map +1 -0
  1242. package/dist/collection/tests/html-table/html-table.e2e.js +21 -0
  1243. package/dist/collection/tests/html-table/html-table.e2e.js.map +1 -0
  1244. package/dist/collection/tests/icon/icon.e2e.js +17 -0
  1245. package/dist/collection/tests/icon/icon.e2e.js.map +1 -0
  1246. package/dist/collection/tests/icon-button/icon-button.e2e.js +21 -0
  1247. package/dist/collection/tests/icon-button/icon-button.e2e.js.map +1 -0
  1248. package/dist/collection/tests/icon-toggle-button/toggle-button.e2e.js +43 -0
  1249. package/dist/collection/tests/icon-toggle-button/toggle-button.e2e.js.map +1 -0
  1250. package/dist/collection/tests/input/input.e2e.js +46 -0
  1251. package/dist/collection/tests/input/input.e2e.js.map +1 -0
  1252. package/dist/collection/tests/input-group/input-group.e2e.js +17 -0
  1253. package/dist/collection/tests/input-group/input-group.e2e.js.map +1 -0
  1254. package/dist/collection/tests/key-value/key-value.e2e.js +21 -0
  1255. package/dist/collection/tests/key-value/key-value.e2e.js.map +1 -0
  1256. package/dist/collection/tests/key-value-list/key-value-list.e2e.js +17 -0
  1257. package/dist/collection/tests/key-value-list/key-value-list.e2e.js.map +1 -0
  1258. package/dist/collection/tests/kpi/kpi.e2e.js +17 -0
  1259. package/dist/collection/tests/kpi/kpi.e2e.js.map +1 -0
  1260. package/dist/collection/tests/layout-grid/layout-grid.e2e.js +135 -0
  1261. package/dist/collection/tests/layout-grid/layout-grid.e2e.js.map +1 -0
  1262. package/dist/collection/tests/link-button/link-button.e2e.js +25 -0
  1263. package/dist/collection/tests/link-button/link-button.e2e.js.map +1 -0
  1264. package/dist/collection/tests/map-navigation/map-navigation.e2e.js +21 -0
  1265. package/dist/collection/tests/map-navigation/map-navigation.e2e.js.map +1 -0
  1266. package/dist/collection/tests/map-navigation-overlay/map-navigation.e2e.js +17 -0
  1267. package/dist/collection/tests/map-navigation-overlay/map-navigation.e2e.js.map +1 -0
  1268. package/dist/collection/tests/menu/menu.e2e.js +140 -0
  1269. package/dist/collection/tests/menu/menu.e2e.js.map +1 -0
  1270. package/dist/collection/tests/menu-about/menu-about.e2e.js +21 -0
  1271. package/dist/collection/tests/menu-about/menu-about.e2e.js.map +1 -0
  1272. package/dist/collection/tests/menu-about-news/menu-about-news.e2e.js +34 -0
  1273. package/dist/collection/tests/menu-about-news/menu-about-news.e2e.js.map +1 -0
  1274. package/dist/collection/tests/menu-avatar/menu-avatar.e2e.js +52 -0
  1275. package/dist/collection/tests/menu-avatar/menu-avatar.e2e.js.map +1 -0
  1276. package/dist/collection/tests/menu-settings/menu-settings.e2e.js +48 -0
  1277. package/dist/collection/tests/menu-settings/menu-settings.e2e.js.map +1 -0
  1278. package/dist/collection/tests/message-bar/message-bar.e2e.js +17 -0
  1279. package/dist/collection/tests/message-bar/message-bar.e2e.js.map +1 -0
  1280. package/dist/collection/tests/modal/modal.e2e.js +114 -0
  1281. package/dist/collection/tests/modal/modal.e2e.js.map +1 -0
  1282. package/dist/collection/tests/pagination/pagination.e2e.js +23 -0
  1283. package/dist/collection/tests/pagination/pagination.e2e.js.map +1 -0
  1284. package/dist/collection/tests/panes/panes.e2e.js +103 -0
  1285. package/dist/collection/tests/panes/panes.e2e.js.map +1 -0
  1286. package/dist/collection/tests/pill/pill.e2e.js +17 -0
  1287. package/dist/collection/tests/pill/pill.e2e.js.map +1 -0
  1288. package/dist/collection/tests/push-card/push-card.e2e.js +41 -0
  1289. package/dist/collection/tests/push-card/push-card.e2e.js.map +1 -0
  1290. package/dist/collection/tests/radiobutton/radiobutton.e2e.js +37 -0
  1291. package/dist/collection/tests/radiobutton/radiobutton.e2e.js.map +1 -0
  1292. package/dist/collection/tests/select/select.e2e.js +92 -0
  1293. package/dist/collection/tests/select/select.e2e.js.map +1 -0
  1294. package/dist/collection/tests/slider/slider.e2e.js +144 -0
  1295. package/dist/collection/tests/slider/slider.e2e.js.map +1 -0
  1296. package/dist/collection/tests/spinner/spinner.e2e.js +17 -0
  1297. package/dist/collection/tests/spinner/spinner.e2e.js.map +1 -0
  1298. package/dist/collection/tests/split-button/split-button.e2e.js +24 -0
  1299. package/dist/collection/tests/split-button/split-button.e2e.js.map +1 -0
  1300. package/dist/collection/tests/tabs/tabs.e2e.js +32 -0
  1301. package/dist/collection/tests/tabs/tabs.e2e.js.map +1 -0
  1302. package/dist/collection/tests/textarea/textarea.e2e.js +25 -0
  1303. package/dist/collection/tests/textarea/textarea.e2e.js.map +1 -0
  1304. package/dist/collection/tests/tile/tile.e2e.js +17 -0
  1305. package/dist/collection/tests/tile/tile.e2e.js.map +1 -0
  1306. package/dist/collection/tests/time-picker-rework/time-picker-rework.e2e.js +19 -0
  1307. package/dist/collection/tests/time-picker-rework/time-picker-rework.e2e.js.map +1 -0
  1308. package/dist/collection/tests/toast/toast.e2e.js +23 -0
  1309. package/dist/collection/tests/toast/toast.e2e.js.map +1 -0
  1310. package/dist/collection/tests/toggle/toggle.e2e.js +21 -0
  1311. package/dist/collection/tests/toggle/toggle.e2e.js.map +1 -0
  1312. package/dist/collection/tests/toggle-button/toggle-button.e2e.js +43 -0
  1313. package/dist/collection/tests/toggle-button/toggle-button.e2e.js.map +1 -0
  1314. package/dist/collection/tests/tooltip/tooltip.e2e.js +130 -0
  1315. package/dist/collection/tests/tooltip/tooltip.e2e.js.map +1 -0
  1316. package/dist/collection/tests/tree/tree.e2e.js +53 -0
  1317. package/dist/collection/tests/tree/tree.e2e.js.map +1 -0
  1318. package/dist/collection/tests/typography/typography.e2e.js +29 -0
  1319. package/dist/collection/tests/typography/typography.e2e.js.map +1 -0
  1320. package/dist/collection/tests/upload/upload.e2e.js +45 -0
  1321. package/dist/collection/tests/upload/upload.e2e.js.map +1 -0
  1322. package/dist/collection/tests/utils/test/index.js +24 -0
  1323. package/dist/collection/tests/utils/test/index.js.map +1 -0
  1324. package/dist/collection/tests/utils/test/matchMedia.mock.js +22 -0
  1325. package/dist/collection/tests/utils/test/page.js +65 -0
  1326. package/dist/collection/tests/utils/test/page.js.map +1 -0
  1327. package/dist/collection/tests/workflow-steps/workflow-steps.e2e.js +33 -0
  1328. package/dist/collection/tests/workflow-steps/workflow-steps.e2e.js.map +1 -0
  1329. package/dist/esm/_commonjsHelpers-e557d4a5.js +13 -0
  1330. package/dist/esm/_commonjsHelpers-e557d4a5.js.map +1 -0
  1331. package/dist/esm/a11y-d5444a76.js +142 -0
  1332. package/dist/esm/a11y-d5444a76.js.map +1 -0
  1333. package/dist/esm/animation-4a73b1c3.js +19 -0
  1334. package/dist/esm/animation-4a73b1c3.js.map +1 -0
  1335. package/dist/esm/anime.es-a5520566.js +1311 -0
  1336. package/dist/esm/anime.es-a5520566.js.map +1 -0
  1337. package/dist/esm/app-globals-bdfc5499.js +29 -0
  1338. package/dist/esm/app-globals-bdfc5499.js.map +1 -0
  1339. package/dist/esm/base-button-37b915d6.js +47 -0
  1340. package/dist/esm/base-button-37b915d6.js.map +1 -0
  1341. package/dist/esm/base-icon-button-976ef0f6.js +18 -0
  1342. package/dist/esm/base-icon-button-976ef0f6.js.map +1 -0
  1343. package/dist/esm/breakpoints-d5c2f627.js +25 -0
  1344. package/dist/esm/breakpoints-d5c2f627.js.map +1 -0
  1345. package/dist/esm/context-c9078420.js +101 -0
  1346. package/dist/esm/context-c9078420.js.map +1 -0
  1347. package/dist/esm/core-js-1c33b685.js +24 -0
  1348. package/dist/esm/core-js-1c33b685.js.map +1 -0
  1349. package/dist/esm/default-tree-item-25091766.js +22 -0
  1350. package/dist/esm/default-tree-item-25091766.js.map +1 -0
  1351. package/dist/esm/dom-64ac48b5.js +72 -0
  1352. package/dist/esm/dom-64ac48b5.js.map +1 -0
  1353. package/dist/esm/flip-tile-state-76dd224a.js +21 -0
  1354. package/dist/esm/flip-tile-state-76dd224a.js.map +1 -0
  1355. package/dist/esm/floating-ui.dom.esm-6e7c098f.js +1528 -0
  1356. package/dist/esm/floating-ui.dom.esm-6e7c098f.js.map +1 -0
  1357. package/dist/esm/index-76b9c8de.js +28 -0
  1358. package/dist/esm/index-76b9c8de.js.map +1 -0
  1359. package/dist/esm/index-f18c5ad1.js +2656 -0
  1360. package/dist/esm/index-f18c5ad1.js.map +1 -0
  1361. package/dist/esm/index.es2017-45304832.js +1479 -0
  1362. package/dist/esm/index.es2017-45304832.js.map +1 -0
  1363. package/dist/esm/index.js +93 -0
  1364. package/dist/esm/index.js.map +1 -0
  1365. package/dist/esm/ix-action-card.entry.js +32 -0
  1366. package/dist/esm/ix-action-card.entry.js.map +1 -0
  1367. package/dist/esm/ix-application-header.entry.js +108 -0
  1368. package/dist/esm/ix-application-header.entry.js.map +1 -0
  1369. package/dist/esm/ix-application-sidebar.entry.js +44 -0
  1370. package/dist/esm/ix-application-sidebar.entry.js.map +1 -0
  1371. package/dist/esm/ix-application-switch-modal.entry.js +57 -0
  1372. package/dist/esm/ix-application-switch-modal.entry.js.map +1 -0
  1373. package/dist/esm/ix-application.entry.js +111 -0
  1374. package/dist/esm/ix-application.entry.js.map +1 -0
  1375. package/dist/esm/ix-avatar_2.entry.js +78 -0
  1376. package/dist/esm/ix-avatar_2.entry.js.map +1 -0
  1377. package/dist/esm/ix-basic-navigation.entry.js +88 -0
  1378. package/dist/esm/ix-basic-navigation.entry.js.map +1 -0
  1379. package/dist/esm/ix-blind.entry.js +94 -0
  1380. package/dist/esm/ix-blind.entry.js.map +1 -0
  1381. package/dist/esm/ix-breadcrumb-item.entry.js +72 -0
  1382. package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
  1383. package/dist/esm/ix-breadcrumb.entry.js +104 -0
  1384. package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
  1385. package/dist/esm/ix-button.entry.js +61 -0
  1386. package/dist/esm/ix-button.entry.js.map +1 -0
  1387. package/dist/esm/ix-card-accordion_2.entry.js +79 -0
  1388. package/dist/esm/ix-card-accordion_2.entry.js.map +1 -0
  1389. package/dist/esm/ix-card-list.entry.js +162 -0
  1390. package/dist/esm/ix-card-list.entry.js.map +1 -0
  1391. package/dist/esm/ix-card_2.entry.js +37 -0
  1392. package/dist/esm/ix-card_2.entry.js.map +1 -0
  1393. package/dist/esm/ix-category-filter.entry.js +406 -0
  1394. package/dist/esm/ix-category-filter.entry.js.map +1 -0
  1395. package/dist/esm/ix-chip.entry.js +67 -0
  1396. package/dist/esm/ix-chip.entry.js.map +1 -0
  1397. package/dist/esm/ix-col_4.entry.js +577 -0
  1398. package/dist/esm/ix-col_4.entry.js.map +1 -0
  1399. package/dist/esm/ix-content-header.entry.js +23 -0
  1400. package/dist/esm/ix-content-header.entry.js.map +1 -0
  1401. package/dist/esm/ix-content.entry.js +29 -0
  1402. package/dist/esm/ix-content.entry.js.map +1 -0
  1403. package/dist/esm/ix-css-grid-item.entry.js +21 -0
  1404. package/dist/esm/ix-css-grid-item.entry.js.map +1 -0
  1405. package/dist/esm/ix-css-grid.entry.js +93 -0
  1406. package/dist/esm/ix-css-grid.entry.js.map +1 -0
  1407. package/dist/esm/ix-date-dropdown.entry.js +153 -0
  1408. package/dist/esm/ix-date-dropdown.entry.js.map +1 -0
  1409. package/dist/esm/ix-date-time-card.entry.js +32 -0
  1410. package/dist/esm/ix-date-time-card.entry.js.map +1 -0
  1411. package/dist/esm/ix-datetime-picker.entry.js +63 -0
  1412. package/dist/esm/ix-datetime-picker.entry.js.map +1 -0
  1413. package/dist/esm/ix-divider.entry.js +18 -0
  1414. package/dist/esm/ix-divider.entry.js.map +1 -0
  1415. package/dist/esm/ix-drawer.entry.js +108 -0
  1416. package/dist/esm/ix-drawer.entry.js.map +1 -0
  1417. package/dist/esm/ix-dropdown-button.entry.js +43 -0
  1418. package/dist/esm/ix-dropdown-button.entry.js.map +1 -0
  1419. package/dist/esm/ix-dropdown-header.entry.js +19 -0
  1420. package/dist/esm/ix-dropdown-header.entry.js.map +1 -0
  1421. package/dist/esm/ix-dropdown-item.entry.js +50 -0
  1422. package/dist/esm/ix-dropdown-item.entry.js.map +1 -0
  1423. package/dist/esm/ix-dropdown-quick-actions.entry.js +18 -0
  1424. package/dist/esm/ix-dropdown-quick-actions.entry.js.map +1 -0
  1425. package/dist/esm/ix-dropdown.entry.js +410 -0
  1426. package/dist/esm/ix-dropdown.entry.js.map +1 -0
  1427. package/dist/esm/ix-empty-state.entry.js +24 -0
  1428. package/dist/esm/ix-empty-state.entry.js.map +1 -0
  1429. package/dist/esm/ix-event-list-item.entry.js +45 -0
  1430. package/dist/esm/ix-event-list-item.entry.js.map +1 -0
  1431. package/dist/esm/ix-event-list.entry.js +121 -0
  1432. package/dist/esm/ix-event-list.entry.js.map +1 -0
  1433. package/dist/esm/ix-expanding-search.entry.js +82 -0
  1434. package/dist/esm/ix-expanding-search.entry.js.map +1 -0
  1435. package/dist/esm/ix-filter-chip_2.entry.js +88 -0
  1436. package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
  1437. package/dist/esm/ix-flip-tile-content.entry.js +19 -0
  1438. package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
  1439. package/dist/esm/ix-flip-tile.entry.js +86 -0
  1440. package/dist/esm/ix-flip-tile.entry.js.map +1 -0
  1441. package/dist/esm/ix-form-field.entry.js +24 -0
  1442. package/dist/esm/ix-form-field.entry.js.map +1 -0
  1443. package/dist/esm/ix-group-context-menu_2.entry.js +76 -0
  1444. package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
  1445. package/dist/esm/ix-group.entry.js +125 -0
  1446. package/dist/esm/ix-group.entry.js.map +1 -0
  1447. package/dist/esm/ix-icon-button_2.entry.js +103 -0
  1448. package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
  1449. package/dist/esm/ix-icon-toggle-button.entry.js +85 -0
  1450. package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -0
  1451. package/dist/esm/ix-icon.entry-9fafcf35.js +1485 -0
  1452. package/dist/esm/ix-icon.entry-9fafcf35.js.map +1 -0
  1453. package/dist/esm/ix-input-group.entry.js +132 -0
  1454. package/dist/esm/ix-input-group.entry.js.map +1 -0
  1455. package/dist/esm/ix-key-value-list.entry.js +19 -0
  1456. package/dist/esm/ix-key-value-list.entry.js.map +1 -0
  1457. package/dist/esm/ix-key-value.entry.js +25 -0
  1458. package/dist/esm/ix-key-value.entry.js.map +1 -0
  1459. package/dist/esm/ix-kpi.entry.js +46 -0
  1460. package/dist/esm/ix-kpi.entry.js.map +1 -0
  1461. package/dist/esm/ix-link-button.entry.js +27 -0
  1462. package/dist/esm/ix-link-button.entry.js.map +1 -0
  1463. package/dist/esm/ix-map-navigation-overlay.entry.js +61 -0
  1464. package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
  1465. package/dist/esm/ix-map-navigation.entry.js +171 -0
  1466. package/dist/esm/ix-map-navigation.entry.js.map +1 -0
  1467. package/dist/esm/ix-menu-about-item.entry.js +30 -0
  1468. package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
  1469. package/dist/esm/ix-menu-about-news.entry.js +35 -0
  1470. package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
  1471. package/dist/esm/ix-menu-about.entry.js +37 -0
  1472. package/dist/esm/ix-menu-about.entry.js.map +1 -0
  1473. package/dist/esm/ix-menu-avatar.entry.js +41 -0
  1474. package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
  1475. package/dist/esm/ix-menu-category.entry.js +201 -0
  1476. package/dist/esm/ix-menu-category.entry.js.map +1 -0
  1477. package/dist/esm/ix-menu-expand-icon.entry.js +44 -0
  1478. package/dist/esm/ix-menu-expand-icon.entry.js.map +1 -0
  1479. package/dist/esm/ix-menu-item.entry.js +107 -0
  1480. package/dist/esm/ix-menu-item.entry.js.map +1 -0
  1481. package/dist/esm/ix-menu-settings-item.entry.js +30 -0
  1482. package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
  1483. package/dist/esm/ix-menu-settings.entry.js +4 -0
  1484. package/dist/esm/ix-menu-settings.entry.js.map +1 -0
  1485. package/dist/esm/ix-menu.entry.js +449 -0
  1486. package/dist/esm/ix-menu.entry.js.map +1 -0
  1487. package/dist/esm/ix-message-bar.entry.js +53 -0
  1488. package/dist/esm/ix-message-bar.entry.js.map +1 -0
  1489. package/dist/esm/ix-modal-content_2.entry.js +61 -0
  1490. package/dist/esm/ix-modal-content_2.entry.js.map +1 -0
  1491. package/dist/esm/ix-modal-example.entry.js +24 -0
  1492. package/dist/esm/ix-modal-example.entry.js.map +1 -0
  1493. package/dist/esm/ix-modal-footer.entry.js +18 -0
  1494. package/dist/esm/ix-modal-footer.entry.js.map +1 -0
  1495. package/dist/esm/ix-modal-loading.entry.js +18 -0
  1496. package/dist/esm/ix-modal-loading.entry.js.map +1 -0
  1497. package/dist/esm/ix-modal.entry.js +188 -0
  1498. package/dist/esm/ix-modal.entry.js.map +1 -0
  1499. package/dist/esm/ix-pagination.entry.js +137 -0
  1500. package/dist/esm/ix-pagination.entry.js.map +1 -0
  1501. package/dist/esm/ix-pane-layout.entry.js +271 -0
  1502. package/dist/esm/ix-pane-layout.entry.js.map +1 -0
  1503. package/dist/esm/ix-pane.entry.js +471 -0
  1504. package/dist/esm/ix-pane.entry.js.map +1 -0
  1505. package/dist/esm/ix-pill.entry.js +57 -0
  1506. package/dist/esm/ix-pill.entry.js.map +1 -0
  1507. package/dist/esm/ix-playground-internal.entry.js +18 -0
  1508. package/dist/esm/ix-playground-internal.entry.js.map +1 -0
  1509. package/dist/esm/ix-push-card.entry.js +28 -0
  1510. package/dist/esm/ix-push-card.entry.js.map +1 -0
  1511. package/dist/esm/ix-select.entry.js +369 -0
  1512. package/dist/esm/ix-select.entry.js.map +1 -0
  1513. package/dist/esm/ix-slider.entry.js +170 -0
  1514. package/dist/esm/ix-slider.entry.js.map +1 -0
  1515. package/dist/esm/ix-split-button-item.entry.js +31 -0
  1516. package/dist/esm/ix-split-button-item.entry.js.map +1 -0
  1517. package/dist/esm/ix-split-button.entry.js +46 -0
  1518. package/dist/esm/ix-split-button.entry.js.map +1 -0
  1519. package/dist/esm/ix-tab-item_2.entry.js +294 -0
  1520. package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
  1521. package/dist/esm/ix-tile.entry.js +38 -0
  1522. package/dist/esm/ix-tile.entry.js.map +1 -0
  1523. package/dist/esm/ix-time-picker.entry.js +150 -0
  1524. package/dist/esm/ix-time-picker.entry.js.map +1 -0
  1525. package/dist/esm/ix-toast-container.entry.js +90 -0
  1526. package/dist/esm/ix-toast-container.entry.js.map +1 -0
  1527. package/dist/esm/ix-toast.entry.js +70 -0
  1528. package/dist/esm/ix-toast.entry.js.map +1 -0
  1529. package/dist/esm/ix-toggle-button.entry.js +74 -0
  1530. package/dist/esm/ix-toggle-button.entry.js.map +1 -0
  1531. package/dist/esm/ix-toggle.entry.js +37 -0
  1532. package/dist/esm/ix-toggle.entry.js.map +1 -0
  1533. package/dist/esm/ix-tooltip.entry.js +290 -0
  1534. package/dist/esm/ix-tooltip.entry.js.map +1 -0
  1535. package/dist/esm/ix-tree-item.entry.js +33 -0
  1536. package/dist/esm/ix-tree-item.entry.js.map +1 -0
  1537. package/dist/esm/ix-tree.entry.js +702 -0
  1538. package/dist/esm/ix-tree.entry.js.map +1 -0
  1539. package/dist/esm/ix-typography.entry.js +62 -0
  1540. package/dist/esm/ix-typography.entry.js.map +1 -0
  1541. package/dist/esm/ix-upload.entry.js +106 -0
  1542. package/dist/esm/ix-upload.entry.js.map +1 -0
  1543. package/dist/esm/ix-validation-tooltip.entry.js +149 -0
  1544. package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
  1545. package/dist/esm/ix-workflow-step.entry.js +95 -0
  1546. package/dist/esm/ix-workflow-step.entry.js.map +1 -0
  1547. package/dist/esm/ix-workflow-steps.entry.js +81 -0
  1548. package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
  1549. package/dist/esm/listener-b87c1f3d.js +75 -0
  1550. package/dist/esm/listener-b87c1f3d.js.map +1 -0
  1551. package/dist/esm/loader.js +13 -0
  1552. package/dist/esm/loader.js.map +1 -0
  1553. package/dist/esm/logical-filter-operator-f6701df5.js +36 -0
  1554. package/dist/esm/logical-filter-operator-f6701df5.js.map +1 -0
  1555. package/dist/esm/luxon-aa110584.js +8309 -0
  1556. package/dist/esm/luxon-aa110584.js.map +1 -0
  1557. package/dist/esm/make-ref-c80046bf.js +28 -0
  1558. package/dist/esm/make-ref-c80046bf.js.map +1 -0
  1559. package/dist/esm/menu-service-f974814b.js +78 -0
  1560. package/dist/esm/menu-service-f974814b.js.map +1 -0
  1561. package/dist/esm/menu-tabs-fc-c72e41b6.js +100 -0
  1562. package/dist/esm/menu-tabs-fc-c72e41b6.js.map +1 -0
  1563. package/dist/esm/modal-54740f80.js +244 -0
  1564. package/dist/esm/modal-54740f80.js.map +1 -0
  1565. package/dist/esm/mutation-observer-db8757e6.js +13 -0
  1566. package/dist/esm/mutation-observer-db8757e6.js.map +1 -0
  1567. package/dist/esm/polyfills/core-js.js +11 -0
  1568. package/dist/esm/polyfills/dom.js +79 -0
  1569. package/dist/esm/polyfills/es5-html-element.js +1 -0
  1570. package/dist/esm/polyfills/index.js +34 -0
  1571. package/dist/esm/polyfills/system.js +6 -0
  1572. package/dist/esm/rwd.util-d8e00a88.js +41 -0
  1573. package/dist/esm/rwd.util-d8e00a88.js.map +1 -0
  1574. package/dist/esm/service-02cc9011.js +99 -0
  1575. package/dist/esm/service-02cc9011.js.map +1 -0
  1576. package/dist/esm/shadow-dom-60e9243d.js +45 -0
  1577. package/dist/esm/shadow-dom-60e9243d.js.map +1 -0
  1578. package/dist/esm/siemens-ix.js +22 -0
  1579. package/dist/esm/siemens-ix.js.map +1 -0
  1580. package/dist/esm/theme-switcher-b10fb4da.js +123 -0
  1581. package/dist/esm/theme-switcher-b10fb4da.js.map +1 -0
  1582. package/dist/esm/typed-event-ad6484c5.js +46 -0
  1583. package/dist/esm/typed-event-ad6484c5.js.map +1 -0
  1584. package/dist/esm/upload-file-state-de676cd5.js +20 -0
  1585. package/dist/esm/upload-file-state-de676cd5.js.map +1 -0
  1586. package/dist/index.cjs.js +1 -0
  1587. package/dist/index.js +1 -0
  1588. package/dist/playwright-ct.config.js +23 -0
  1589. package/dist/playwright-ct.config.js.map +1 -0
  1590. package/dist/playwright.config.js +75 -0
  1591. package/dist/playwright.config.js.map +1 -0
  1592. package/dist/siemens-ix/index.esm.js +2 -0
  1593. package/dist/siemens-ix/index.esm.js.map +1 -0
  1594. package/dist/siemens-ix/p-01a8adf1.entry.js +2 -0
  1595. package/dist/siemens-ix/p-01a8adf1.entry.js.map +1 -0
  1596. package/dist/siemens-ix/p-021e1084.entry.js +2 -0
  1597. package/dist/siemens-ix/p-021e1084.entry.js.map +1 -0
  1598. package/dist/siemens-ix/p-04a362da.entry.js +2 -0
  1599. package/dist/siemens-ix/p-04a362da.entry.js.map +1 -0
  1600. package/dist/siemens-ix/p-080653aa.entry.js +2 -0
  1601. package/dist/siemens-ix/p-080653aa.entry.js.map +1 -0
  1602. package/dist/siemens-ix/p-08a5d45b.entry.js +2 -0
  1603. package/dist/siemens-ix/p-08a5d45b.entry.js.map +1 -0
  1604. package/dist/siemens-ix/p-08bedeaa.entry.js +2 -0
  1605. package/dist/siemens-ix/p-08bedeaa.entry.js.map +1 -0
  1606. package/dist/siemens-ix/p-0ca3528f.js +2 -0
  1607. package/dist/siemens-ix/p-0ca3528f.js.map +1 -0
  1608. package/dist/siemens-ix/p-0d268489.entry.js +2 -0
  1609. package/dist/siemens-ix/p-0d268489.entry.js.map +1 -0
  1610. package/dist/siemens-ix/p-10f86b92.entry.js +2 -0
  1611. package/dist/siemens-ix/p-10f86b92.entry.js.map +1 -0
  1612. package/dist/siemens-ix/p-1255e76b.entry.js +2 -0
  1613. package/dist/siemens-ix/p-1255e76b.entry.js.map +1 -0
  1614. package/dist/siemens-ix/p-1450ba99.entry.js +2 -0
  1615. package/dist/siemens-ix/p-1450ba99.entry.js.map +1 -0
  1616. package/dist/siemens-ix/p-16826ff7.js +2 -0
  1617. package/dist/siemens-ix/p-16826ff7.js.map +1 -0
  1618. package/dist/siemens-ix/p-16d378f3.js +2 -0
  1619. package/dist/siemens-ix/p-16d378f3.js.map +1 -0
  1620. package/dist/siemens-ix/p-177f9a5c.entry.js +2 -0
  1621. package/dist/siemens-ix/p-177f9a5c.entry.js.map +1 -0
  1622. package/dist/siemens-ix/p-1ad7fd83.entry.js +2 -0
  1623. package/dist/siemens-ix/p-1ad7fd83.entry.js.map +1 -0
  1624. package/dist/siemens-ix/p-1cc910b7.entry.js +2 -0
  1625. package/dist/siemens-ix/p-1cc910b7.entry.js.map +1 -0
  1626. package/dist/siemens-ix/p-1da901d5.js +2 -0
  1627. package/dist/siemens-ix/p-1da901d5.js.map +1 -0
  1628. package/dist/siemens-ix/p-23dd21b3.entry.js +2 -0
  1629. package/dist/siemens-ix/p-23dd21b3.entry.js.map +1 -0
  1630. package/dist/siemens-ix/p-25ee1b62.js +2 -0
  1631. package/dist/siemens-ix/p-25ee1b62.js.map +1 -0
  1632. package/dist/siemens-ix/p-2637665e.entry.js +2 -0
  1633. package/dist/siemens-ix/p-2637665e.entry.js.map +1 -0
  1634. package/dist/siemens-ix/p-26789c86.entry.js +2 -0
  1635. package/dist/siemens-ix/p-26789c86.entry.js.map +1 -0
  1636. package/dist/siemens-ix/p-26e9d40e.js +3 -0
  1637. package/dist/siemens-ix/p-26e9d40e.js.map +1 -0
  1638. package/dist/siemens-ix/p-2a9673f3.entry.js +2 -0
  1639. package/dist/siemens-ix/p-2a9673f3.entry.js.map +1 -0
  1640. package/dist/siemens-ix/p-2c6a35db.entry.js +2 -0
  1641. package/dist/siemens-ix/p-2c6a35db.entry.js.map +1 -0
  1642. package/dist/siemens-ix/p-2f4e6ac1.entry.js +2 -0
  1643. package/dist/siemens-ix/p-2f4e6ac1.entry.js.map +1 -0
  1644. package/dist/siemens-ix/p-30f449bc.entry.js +2 -0
  1645. package/dist/siemens-ix/p-30f449bc.entry.js.map +1 -0
  1646. package/dist/siemens-ix/p-31cc5367.entry.js +2 -0
  1647. package/dist/siemens-ix/p-31cc5367.entry.js.map +1 -0
  1648. package/dist/siemens-ix/p-32fa185a.entry.js +2 -0
  1649. package/dist/siemens-ix/p-32fa185a.entry.js.map +1 -0
  1650. package/dist/siemens-ix/p-330343e7.entry.js +2 -0
  1651. package/dist/siemens-ix/p-330343e7.entry.js.map +1 -0
  1652. package/dist/siemens-ix/p-33538474.entry.js +2 -0
  1653. package/dist/siemens-ix/p-33538474.entry.js.map +1 -0
  1654. package/dist/siemens-ix/p-33e903e1.entry.js +2 -0
  1655. package/dist/siemens-ix/p-33e903e1.entry.js.map +1 -0
  1656. package/dist/siemens-ix/p-360b158e.js +2 -0
  1657. package/dist/siemens-ix/p-360b158e.js.map +1 -0
  1658. package/dist/siemens-ix/p-37e4df76.entry.js +2 -0
  1659. package/dist/siemens-ix/p-37e4df76.entry.js.map +1 -0
  1660. package/dist/siemens-ix/p-3b8ff673.entry.js +2 -0
  1661. package/dist/siemens-ix/p-3b8ff673.entry.js.map +1 -0
  1662. package/dist/siemens-ix/p-3e4e3b23.entry.js +2 -0
  1663. package/dist/siemens-ix/p-3e4e3b23.entry.js.map +1 -0
  1664. package/dist/siemens-ix/p-45840cb9.js +2 -0
  1665. package/dist/siemens-ix/p-45840cb9.js.map +1 -0
  1666. package/dist/siemens-ix/p-46a6cd9d.js +2 -0
  1667. package/dist/siemens-ix/p-46a6cd9d.js.map +1 -0
  1668. package/dist/siemens-ix/p-47017ce7.entry.js +2 -0
  1669. package/dist/siemens-ix/p-47017ce7.entry.js.map +1 -0
  1670. package/dist/siemens-ix/p-4bbae41b.entry.js +2 -0
  1671. package/dist/siemens-ix/p-4bbae41b.entry.js.map +1 -0
  1672. package/dist/siemens-ix/p-4d57ca67.entry.js +2 -0
  1673. package/dist/siemens-ix/p-4d57ca67.entry.js.map +1 -0
  1674. package/dist/siemens-ix/p-4f8ac3bf.js +2 -0
  1675. package/dist/siemens-ix/p-4f8ac3bf.js.map +1 -0
  1676. package/dist/siemens-ix/p-52bb526e.entry.js +2 -0
  1677. package/dist/siemens-ix/p-52bb526e.entry.js.map +1 -0
  1678. package/dist/siemens-ix/p-5d43cae8.js +22 -0
  1679. package/dist/siemens-ix/p-5d43cae8.js.map +1 -0
  1680. package/dist/siemens-ix/p-5d582c48.entry.js +2 -0
  1681. package/dist/siemens-ix/p-5d582c48.entry.js.map +1 -0
  1682. package/dist/siemens-ix/p-64c3fa3d.js +2 -0
  1683. package/dist/siemens-ix/p-64c3fa3d.js.map +1 -0
  1684. package/dist/siemens-ix/p-68a274e7.js +2 -0
  1685. package/dist/siemens-ix/p-68a274e7.js.map +1 -0
  1686. package/dist/siemens-ix/p-6e1fdc40.entry.js +2 -0
  1687. package/dist/siemens-ix/p-6e1fdc40.entry.js.map +1 -0
  1688. package/dist/siemens-ix/p-6e6efb4c.js +2 -0
  1689. package/dist/siemens-ix/p-6e6efb4c.js.map +1 -0
  1690. package/dist/siemens-ix/p-6f056fc6.entry.js +2 -0
  1691. package/dist/siemens-ix/p-6f056fc6.entry.js.map +1 -0
  1692. package/dist/siemens-ix/p-6f097cae.entry.js +2 -0
  1693. package/dist/siemens-ix/p-6f097cae.entry.js.map +1 -0
  1694. package/dist/siemens-ix/p-702f9349.js +2 -0
  1695. package/dist/siemens-ix/p-702f9349.js.map +1 -0
  1696. package/dist/siemens-ix/p-71206084.js +2 -0
  1697. package/dist/siemens-ix/p-71206084.js.map +1 -0
  1698. package/dist/siemens-ix/p-712e0ee0.js +2 -0
  1699. package/dist/siemens-ix/p-712e0ee0.js.map +1 -0
  1700. package/dist/siemens-ix/p-7289b0be.entry.js +2 -0
  1701. package/dist/siemens-ix/p-7289b0be.entry.js.map +1 -0
  1702. package/dist/siemens-ix/p-75548c73.entry.js +2 -0
  1703. package/dist/siemens-ix/p-75548c73.entry.js.map +1 -0
  1704. package/dist/siemens-ix/p-7702a8c2.js +2 -0
  1705. package/dist/siemens-ix/p-7702a8c2.js.map +1 -0
  1706. package/dist/siemens-ix/p-7b5ed355.entry.js +2 -0
  1707. package/dist/siemens-ix/p-7b5ed355.entry.js.map +1 -0
  1708. package/dist/siemens-ix/p-7c1fd9a0.entry.js +2 -0
  1709. package/dist/siemens-ix/p-7c1fd9a0.entry.js.map +1 -0
  1710. package/dist/siemens-ix/p-7c36d3fa.js +2 -0
  1711. package/dist/siemens-ix/p-7c36d3fa.js.map +1 -0
  1712. package/dist/siemens-ix/p-84430d2c.js +2 -0
  1713. package/dist/siemens-ix/p-84430d2c.js.map +1 -0
  1714. package/dist/siemens-ix/p-84b3b311.entry.js +2 -0
  1715. package/dist/siemens-ix/p-84b3b311.entry.js.map +1 -0
  1716. package/dist/siemens-ix/p-87fe9d5f.entry.js +2 -0
  1717. package/dist/siemens-ix/p-87fe9d5f.entry.js.map +1 -0
  1718. package/dist/siemens-ix/p-890d74cd.entry.js +2 -0
  1719. package/dist/siemens-ix/p-890d74cd.entry.js.map +1 -0
  1720. package/dist/siemens-ix/p-8a06a632.entry.js +2 -0
  1721. package/dist/siemens-ix/p-8a06a632.entry.js.map +1 -0
  1722. package/dist/siemens-ix/p-8d156396.entry.js +2 -0
  1723. package/dist/siemens-ix/p-8d156396.entry.js.map +1 -0
  1724. package/dist/siemens-ix/p-902d1046.entry.js +2 -0
  1725. package/dist/siemens-ix/p-902d1046.entry.js.map +1 -0
  1726. package/dist/siemens-ix/p-96615442.entry.js +2 -0
  1727. package/dist/siemens-ix/p-96615442.entry.js.map +1 -0
  1728. package/dist/siemens-ix/p-96f2c71a.entry.js +2 -0
  1729. package/dist/siemens-ix/p-96f2c71a.entry.js.map +1 -0
  1730. package/dist/siemens-ix/p-9c03b231.entry.js +2 -0
  1731. package/dist/siemens-ix/p-9c03b231.entry.js.map +1 -0
  1732. package/dist/siemens-ix/p-9dc3e182.entry.js +2 -0
  1733. package/dist/siemens-ix/p-9dc3e182.entry.js.map +1 -0
  1734. package/dist/siemens-ix/p-9fcf9dcd.entry.js +2 -0
  1735. package/dist/siemens-ix/p-9fcf9dcd.entry.js.map +1 -0
  1736. package/dist/siemens-ix/p-9fd3ae7f.entry.js +2 -0
  1737. package/dist/siemens-ix/p-9fd3ae7f.entry.js.map +1 -0
  1738. package/dist/siemens-ix/p-a4e489ea.js +2 -0
  1739. package/dist/siemens-ix/p-a4e489ea.js.map +1 -0
  1740. package/dist/siemens-ix/p-a617e605.entry.js +2 -0
  1741. package/dist/siemens-ix/p-a617e605.entry.js.map +1 -0
  1742. package/dist/siemens-ix/p-a93df5f2.entry.js +2 -0
  1743. package/dist/siemens-ix/p-a93df5f2.entry.js.map +1 -0
  1744. package/dist/siemens-ix/p-ab446f83.entry.js +2 -0
  1745. package/dist/siemens-ix/p-ab446f83.entry.js.map +1 -0
  1746. package/dist/siemens-ix/p-acdeb192.entry.js +2 -0
  1747. package/dist/siemens-ix/p-acdeb192.entry.js.map +1 -0
  1748. package/dist/siemens-ix/p-af46164c.entry.js +2 -0
  1749. package/dist/siemens-ix/p-af46164c.entry.js.map +1 -0
  1750. package/dist/siemens-ix/p-b1ec7f32.entry.js +2 -0
  1751. package/dist/siemens-ix/p-b1ec7f32.entry.js.map +1 -0
  1752. package/dist/siemens-ix/p-b24beb48.entry.js +2 -0
  1753. package/dist/siemens-ix/p-b24beb48.entry.js.map +1 -0
  1754. package/dist/siemens-ix/p-b35a627a.entry.js +2 -0
  1755. package/dist/siemens-ix/p-b35a627a.entry.js.map +1 -0
  1756. package/dist/siemens-ix/p-b3f35666.js +2 -0
  1757. package/dist/siemens-ix/p-b3f35666.js.map +1 -0
  1758. package/dist/siemens-ix/p-b475f567.entry.js +2 -0
  1759. package/dist/siemens-ix/p-b475f567.entry.js.map +1 -0
  1760. package/dist/siemens-ix/p-b5c53faf.js +4 -0
  1761. package/dist/siemens-ix/p-b5c53faf.js.map +1 -0
  1762. package/dist/siemens-ix/p-b78fd38b.entry.js +2 -0
  1763. package/dist/siemens-ix/p-b78fd38b.entry.js.map +1 -0
  1764. package/dist/siemens-ix/p-b7a8f2d5.entry.js +2 -0
  1765. package/dist/siemens-ix/p-b7a8f2d5.entry.js.map +1 -0
  1766. package/dist/siemens-ix/p-b944d015.entry.js +2 -0
  1767. package/dist/siemens-ix/p-b944d015.entry.js.map +1 -0
  1768. package/dist/siemens-ix/p-c146af8e.js +2 -0
  1769. package/dist/siemens-ix/p-c146af8e.js.map +1 -0
  1770. package/dist/siemens-ix/p-c1bd5d78.entry.js +2 -0
  1771. package/dist/siemens-ix/p-c1bd5d78.entry.js.map +1 -0
  1772. package/dist/siemens-ix/p-c2f6aaae.entry.js +2 -0
  1773. package/dist/siemens-ix/p-c2f6aaae.entry.js.map +1 -0
  1774. package/dist/siemens-ix/p-c3939d35.entry.js +2 -0
  1775. package/dist/siemens-ix/p-c3939d35.entry.js.map +1 -0
  1776. package/dist/siemens-ix/p-c4749812.js +2 -0
  1777. package/dist/siemens-ix/p-c4749812.js.map +1 -0
  1778. package/dist/siemens-ix/p-c49701a0.entry.js +2 -0
  1779. package/dist/siemens-ix/p-c49701a0.entry.js.map +1 -0
  1780. package/dist/siemens-ix/p-c4d3f089.entry.js +2 -0
  1781. package/dist/siemens-ix/p-c4d3f089.entry.js.map +1 -0
  1782. package/dist/siemens-ix/p-c5762d6c.entry.js +2 -0
  1783. package/dist/siemens-ix/p-c5762d6c.entry.js.map +1 -0
  1784. package/dist/siemens-ix/p-c89a070a.entry.js +2 -0
  1785. package/dist/siemens-ix/p-c89a070a.entry.js.map +1 -0
  1786. package/dist/siemens-ix/p-c8e0563a.entry.js +2 -0
  1787. package/dist/siemens-ix/p-c8e0563a.entry.js.map +1 -0
  1788. package/dist/siemens-ix/p-ca658a19.entry.js +2 -0
  1789. package/dist/siemens-ix/p-ca658a19.entry.js.map +1 -0
  1790. package/dist/siemens-ix/p-ca838b5c.entry.js +2 -0
  1791. package/dist/siemens-ix/p-ca838b5c.entry.js.map +1 -0
  1792. package/dist/siemens-ix/p-cb1c0d63.entry.js +2 -0
  1793. package/dist/siemens-ix/p-cb1c0d63.entry.js.map +1 -0
  1794. package/dist/siemens-ix/p-ced10144.js +2 -0
  1795. package/dist/siemens-ix/p-ced10144.js.map +1 -0
  1796. package/dist/siemens-ix/p-d0cf522c.entry.js +2 -0
  1797. package/dist/siemens-ix/p-d0cf522c.entry.js.map +1 -0
  1798. package/dist/siemens-ix/p-d2ee87ae.entry.js +2 -0
  1799. package/dist/siemens-ix/p-d2ee87ae.entry.js.map +1 -0
  1800. package/dist/siemens-ix/p-d3f26126.entry.js +2 -0
  1801. package/dist/siemens-ix/p-d3f26126.entry.js.map +1 -0
  1802. package/dist/siemens-ix/p-d48a746d.entry.js +2 -0
  1803. package/dist/siemens-ix/p-d48a746d.entry.js.map +1 -0
  1804. package/dist/siemens-ix/p-d76ee9ff.entry.js +2 -0
  1805. package/dist/siemens-ix/p-d76ee9ff.entry.js.map +1 -0
  1806. package/dist/siemens-ix/p-d77fa665.entry.js +2 -0
  1807. package/dist/siemens-ix/p-d77fa665.entry.js.map +1 -0
  1808. package/dist/siemens-ix/p-d9370972.entry.js +2 -0
  1809. package/dist/siemens-ix/p-d9370972.entry.js.map +1 -0
  1810. package/dist/siemens-ix/p-d9d5389b.entry.js +2 -0
  1811. package/dist/siemens-ix/p-d9d5389b.entry.js.map +1 -0
  1812. package/dist/siemens-ix/p-dded1449.js +2 -0
  1813. package/dist/siemens-ix/p-dded1449.js.map +1 -0
  1814. package/dist/siemens-ix/p-e07d2623.js +2 -0
  1815. package/dist/siemens-ix/p-e07d2623.js.map +1 -0
  1816. package/dist/siemens-ix/p-e0cab820.entry.js +2 -0
  1817. package/dist/siemens-ix/p-e0cab820.entry.js.map +1 -0
  1818. package/dist/siemens-ix/p-e898862b.js +2 -0
  1819. package/dist/siemens-ix/p-e898862b.js.map +1 -0
  1820. package/dist/siemens-ix/p-ecd3b070.entry.js +2 -0
  1821. package/dist/siemens-ix/p-ecd3b070.entry.js.map +1 -0
  1822. package/dist/siemens-ix/p-ee20d08c.entry.js +2 -0
  1823. package/dist/siemens-ix/p-ee20d08c.entry.js.map +1 -0
  1824. package/dist/siemens-ix/p-ef0d5678.js +2 -0
  1825. package/dist/siemens-ix/p-ef0d5678.js.map +1 -0
  1826. package/dist/siemens-ix/p-effd2dcf.js +2 -0
  1827. package/dist/siemens-ix/p-effd2dcf.js.map +1 -0
  1828. package/dist/siemens-ix/p-f17e4cce.entry.js +2 -0
  1829. package/dist/siemens-ix/p-f17e4cce.entry.js.map +1 -0
  1830. package/dist/siemens-ix/p-f23e0121.entry.js +2 -0
  1831. package/dist/siemens-ix/p-f23e0121.entry.js.map +1 -0
  1832. package/dist/siemens-ix/p-f2856faf.entry.js +2 -0
  1833. package/dist/siemens-ix/p-f2856faf.entry.js.map +1 -0
  1834. package/dist/siemens-ix/p-f5e574da.js +2 -0
  1835. package/dist/siemens-ix/p-f5e574da.js.map +1 -0
  1836. package/dist/siemens-ix/p-f6635bfc.entry.js +2 -0
  1837. package/dist/siemens-ix/p-f6635bfc.entry.js.map +1 -0
  1838. package/dist/siemens-ix/p-f7e82b50.entry.js +2 -0
  1839. package/dist/siemens-ix/p-f7e82b50.entry.js.map +1 -0
  1840. package/dist/siemens-ix/siemens-ix-core.css +1 -0
  1841. package/dist/siemens-ix/siemens-ix.css +15354 -0
  1842. package/dist/siemens-ix/siemens-ix.esm.js +2 -0
  1843. package/dist/siemens-ix/siemens-ix.esm.js.map +1 -0
  1844. package/dist/siemens-ix/theme/classic-dark.css +1 -0
  1845. package/dist/siemens-ix/theme/classic-light.css +1 -0
  1846. package/dist/siemens-ix/theme/legacy-classic-dark.css +1 -0
  1847. package/dist/siemens-ix/theme/legacy-classic-light.css +1 -0
  1848. package/dist/types/Users/daniel/dev/oss/ix/packages/core/.stencil/playwright-ct.config.d.ts +7 -0
  1849. package/dist/types/Users/daniel/dev/oss/ix/packages/core/.stencil/playwright.config.d.ts +7 -0
  1850. package/dist/types/components/action-card/action-card.d.ts +29 -0
  1851. package/dist/types/components/application/application.d.ts +43 -0
  1852. package/dist/types/components/application-header/application-header.d.ts +32 -0
  1853. package/dist/types/components/application-header/application-switch-modal/application-switch-modal.d.ts +9 -0
  1854. package/dist/types/components/application-header/test/application-header.ct.d.ts +1 -0
  1855. package/dist/types/components/application-sidebar/application-sidebar.d.ts +7 -0
  1856. package/dist/types/components/application-sidebar/events.d.ts +4 -0
  1857. package/dist/types/components/avatar/avatar.d.ts +37 -0
  1858. package/dist/types/components/avatar/test/avatar.ct.d.ts +1 -0
  1859. package/dist/types/components/basic-navigation/basic-navigation.d.ts +32 -0
  1860. package/dist/types/components/blind/blind.d.ts +44 -0
  1861. package/dist/types/components/blind/test/blind.ct.d.ts +1 -0
  1862. package/dist/types/components/breadcrumb/breadcrumb.d.ts +49 -0
  1863. package/dist/types/components/breadcrumb/test/breadcrumb.ct.d.ts +1 -0
  1864. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +28 -0
  1865. package/dist/types/components/button/base-button.d.ts +39 -0
  1866. package/dist/types/components/button/button.d.ts +45 -0
  1867. package/dist/types/components/button/test/button.ct.d.ts +1 -0
  1868. package/dist/types/components/card/card.d.ts +16 -0
  1869. package/dist/types/components/card-accordion/card-accordion.d.ts +27 -0
  1870. package/dist/types/components/card-content/card-content.d.ts +6 -0
  1871. package/dist/types/components/card-list/card-list.d.ts +84 -0
  1872. package/dist/types/components/card-title/card-title.d.ts +8 -0
  1873. package/dist/types/components/category-filter/category-filter.d.ts +134 -0
  1874. package/dist/types/components/category-filter/filter-state.d.ts +9 -0
  1875. package/dist/types/components/category-filter/input-state.d.ts +6 -0
  1876. package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
  1877. package/dist/types/components/chip/chip.d.ts +50 -0
  1878. package/dist/types/components/col/col.d.ts +31 -0
  1879. package/dist/types/components/content/content.d.ts +10 -0
  1880. package/dist/types/components/content-header/content-header.d.ts +25 -0
  1881. package/dist/types/components/css-grid/builder.d.ts +1 -0
  1882. package/dist/types/components/css-grid/css-grid-item.d.ts +10 -0
  1883. package/dist/types/components/css-grid/css-grid.d.ts +18 -0
  1884. package/dist/types/components/date-dropdown/date-dropdown.d.ts +116 -0
  1885. package/dist/types/components/date-dropdown/test/date-dropdown.ct.d.ts +1 -0
  1886. package/dist/types/components/date-picker/date-picker.d.ts +179 -0
  1887. package/dist/types/components/date-picker/test/date-picker.ct.d.ts +1 -0
  1888. package/dist/types/components/date-time-card/date-time-card.d.ts +18 -0
  1889. package/dist/types/components/datetime-picker/datetime-picker.d.ts +150 -0
  1890. package/dist/types/components/datetime-picker/test/datetime-picker.ct.d.ts +1 -0
  1891. package/dist/types/components/divider/divider.d.ts +6 -0
  1892. package/dist/types/components/drawer/drawer.d.ts +50 -0
  1893. package/dist/types/components/drawer/test/drawer.ct.d.ts +1 -0
  1894. package/dist/types/components/dropdown/dropdown-controller.d.ts +43 -0
  1895. package/dist/types/components/dropdown/dropdown.d.ts +109 -0
  1896. package/dist/types/components/dropdown/placement.d.ts +7 -0
  1897. package/dist/types/components/dropdown/test/dropdown.ct.d.ts +1 -0
  1898. package/dist/types/components/dropdown-button/dropdown-button.d.ts +47 -0
  1899. package/dist/types/components/dropdown-header/dropdown-header.d.ts +10 -0
  1900. package/dist/types/components/dropdown-item/dropdown-item.d.ts +39 -0
  1901. package/dist/types/components/dropdown-quick-actions/dropdown-quick-actions.d.ts +6 -0
  1902. package/dist/types/components/empty-state/empty-state.d.ts +32 -0
  1903. package/dist/types/components/event-list/event-list.d.ts +33 -0
  1904. package/dist/types/components/event-list-item/event-list-item.d.ts +39 -0
  1905. package/dist/types/components/expanding-search/expanding-search.d.ts +36 -0
  1906. package/dist/types/components/expanding-search/test/expanding-search.ct.d.ts +1 -0
  1907. package/dist/types/components/filter-chip/filter-chip.d.ts +19 -0
  1908. package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
  1909. package/dist/types/components/flip-tile/flip-tile.d.ts +31 -0
  1910. package/dist/types/components/flip-tile/test/flip-tile.ct.d.ts +1 -0
  1911. package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +9 -0
  1912. package/dist/types/components/form-field/form-field.d.ts +10 -0
  1913. package/dist/types/components/grid/layout-grid.d.ts +18 -0
  1914. package/dist/types/components/group/group-context-menu.d.ts +8 -0
  1915. package/dist/types/components/group/group.d.ts +62 -0
  1916. package/dist/types/components/group-item/group-item.d.ts +39 -0
  1917. package/dist/types/components/icon-button/base-icon-button.d.ts +2 -0
  1918. package/dist/types/components/icon-button/icon-button.d.ts +70 -0
  1919. package/dist/types/components/icon-button/test/icon-button.ct.d.ts +1 -0
  1920. package/dist/types/components/icon-toggle-button/icon-toggle-button.d.ts +54 -0
  1921. package/dist/types/components/input-group/input-group.d.ts +18 -0
  1922. package/dist/types/components/input-group/tests/input-group.ct.d.ts +1 -0
  1923. package/dist/types/components/key-value/key-value.d.ts +25 -0
  1924. package/dist/types/components/key-value-list/key-value-list.d.ts +10 -0
  1925. package/dist/types/components/kpi/kpi.d.ts +25 -0
  1926. package/dist/types/components/link-button/link-button.d.ts +20 -0
  1927. package/dist/types/components/map-navigation/map-navigation.d.ts +62 -0
  1928. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +30 -0
  1929. package/dist/types/components/menu/menu-expand-icon.d.ts +18 -0
  1930. package/dist/types/components/menu/menu.d.ts +160 -0
  1931. package/dist/types/components/menu/test/menu.ct.d.ts +1 -0
  1932. package/dist/types/components/menu-about/menu-about.d.ts +26 -0
  1933. package/dist/types/components/menu-about-item/menu-about-item.d.ts +14 -0
  1934. package/dist/types/components/menu-about-news/menu-about-news.d.ts +36 -0
  1935. package/dist/types/components/menu-avatar/menu-avatar.d.ts +45 -0
  1936. package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +21 -0
  1937. package/dist/types/components/menu-avatar-item/test/menu-avatar-item.ct.d.ts +1 -0
  1938. package/dist/types/components/menu-category/enter-leave.d.ts +7 -0
  1939. package/dist/types/components/menu-category/menu-category.d.ts +45 -0
  1940. package/dist/types/components/menu-category/test/menu-category.ct.d.ts +1 -0
  1941. package/dist/types/components/menu-item/menu-item.d.ts +59 -0
  1942. package/dist/types/components/menu-item/test/menu-item.ct.d.ts +1 -0
  1943. package/dist/types/components/menu-settings/menu-settings.d.ts +26 -0
  1944. package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +14 -0
  1945. package/dist/types/components/message-bar/message-bar.d.ts +23 -0
  1946. package/dist/types/components/modal/modal.d.ts +77 -0
  1947. package/dist/types/components/modal/test/modal.ct.d.ts +6 -0
  1948. package/dist/types/components/modal-content/modal-content.d.ts +6 -0
  1949. package/dist/types/components/modal-footer/modal-footer.d.ts +6 -0
  1950. package/dist/types/components/modal-header/modal-header.d.ts +29 -0
  1951. package/dist/types/components/modal-loading/modal-loading.d.ts +6 -0
  1952. package/dist/types/components/pagination/pagination.d.ts +57 -0
  1953. package/dist/types/components/pagination/test/pagination.ct.d.ts +1 -0
  1954. package/dist/types/components/pane/pane.d.ts +131 -0
  1955. package/dist/types/components/pane/test/panes.ct.d.ts +1 -0
  1956. package/dist/types/components/pane-layout/pane-layout.d.ts +47 -0
  1957. package/dist/types/components/pane-layout/test/pane-layout.ct.d.ts +1 -0
  1958. package/dist/types/components/pill/pill.d.ts +34 -0
  1959. package/dist/types/components/playground/example-modal.d.ts +6 -0
  1960. package/dist/types/components/playground/playground.d.ts +4 -0
  1961. package/dist/types/components/push-card/push-card.d.ts +33 -0
  1962. package/dist/types/components/row/row.d.ts +6 -0
  1963. package/dist/types/components/select/select.d.ts +126 -0
  1964. package/dist/types/components/select/test/select.ct.d.ts +1 -0
  1965. package/dist/types/components/select-item/events.d.ts +9 -0
  1966. package/dist/types/components/select-item/select-item.d.ts +35 -0
  1967. package/dist/types/components/slider/slider.d.ts +70 -0
  1968. package/dist/types/components/slider/test/slider.ct.d.ts +1 -0
  1969. package/dist/types/components/spinner/spinner.d.ts +16 -0
  1970. package/dist/types/components/split-button/split-button.d.ts +49 -0
  1971. package/dist/types/components/split-button-item/split-button-item.d.ts +24 -0
  1972. package/dist/types/components/tab-item/tab-item.d.ts +46 -0
  1973. package/dist/types/components/tabs/tabs.d.ts +59 -0
  1974. package/dist/types/components/tabs/test/tabs.ct.d.ts +1 -0
  1975. package/dist/types/components/tile/tile.d.ts +12 -0
  1976. package/dist/types/components/time-picker/test/time-picker.ct.d.ts +1 -0
  1977. package/dist/types/components/time-picker/time-picker.d.ts +93 -0
  1978. package/dist/types/components/toast/toast-container.d.ts +27 -0
  1979. package/dist/types/components/toast/toast-utils.d.ts +22 -0
  1980. package/dist/types/components/toast/toast.d.ts +38 -0
  1981. package/dist/types/components/toggle/test/toggle.ct.d.ts +1 -0
  1982. package/dist/types/components/toggle/toggle.d.ts +38 -0
  1983. package/dist/types/components/toggle-button/toggle-button.d.ts +48 -0
  1984. package/dist/types/components/tooltip/test/tooltip.ct.d.ts +1 -0
  1985. package/dist/types/components/tooltip/tooltip-controller.d.ts +5 -0
  1986. package/dist/types/components/tooltip/tooltip.d.ts +64 -0
  1987. package/dist/types/components/tree/test/tree.ct.d.ts +1 -0
  1988. package/dist/types/components/tree/tree-model.d.ts +17 -0
  1989. package/dist/types/components/tree/tree.d.ts +61 -0
  1990. package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
  1991. package/dist/types/components/tree-item/tree-item.d.ts +25 -0
  1992. package/dist/types/components/typography/type-mapping.d.ts +2 -0
  1993. package/dist/types/components/typography/typography.d.ts +45 -0
  1994. package/dist/types/components/upload/upload-file-state.d.ts +6 -0
  1995. package/dist/types/components/upload/upload.d.ts +70 -0
  1996. package/dist/types/components/utils/a11y.d.ts +9 -0
  1997. package/dist/types/components/utils/animation.d.ts +7 -0
  1998. package/dist/types/components/utils/app-switch/index.d.ts +2 -0
  1999. package/dist/types/components/utils/application-layout/context.d.ts +21 -0
  2000. package/dist/types/components/utils/application-layout/index.d.ts +1 -0
  2001. package/dist/types/components/utils/application-layout/service.d.ts +17 -0
  2002. package/dist/types/components/utils/breakpoints.d.ts +8 -0
  2003. package/dist/types/components/utils/condition-checks.d.ts +2 -0
  2004. package/dist/types/components/utils/context.d.ts +57 -0
  2005. package/dist/types/components/utils/debounce.d.ts +3 -0
  2006. package/dist/types/components/utils/delegate.d.ts +15 -0
  2007. package/dist/types/components/utils/internal/component.d.ts +4 -0
  2008. package/dist/types/components/utils/internal/index.d.ts +1 -0
  2009. package/dist/types/components/utils/listener.d.ts +11 -0
  2010. package/dist/types/components/utils/make-ref.d.ts +6 -0
  2011. package/dist/types/components/utils/menu-service/menu-service.d.ts +14 -0
  2012. package/dist/types/components/utils/menu-tabs/menu-tabs-fc.d.ts +8 -0
  2013. package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +13 -0
  2014. package/dist/types/components/utils/modal/index.d.ts +3 -0
  2015. package/dist/types/components/utils/modal/loading.d.ts +4 -0
  2016. package/dist/types/components/utils/modal/message.d.ts +41 -0
  2017. package/dist/types/components/utils/modal/modal.d.ts +25 -0
  2018. package/dist/types/components/utils/mutation-observer.d.ts +1 -0
  2019. package/dist/types/components/utils/notification-color.d.ts +4 -0
  2020. package/dist/types/components/utils/overlay.d.ts +16 -0
  2021. package/dist/types/components/utils/requestAnimationFrame.d.ts +7 -0
  2022. package/dist/types/components/utils/rwd.util.d.ts +2 -0
  2023. package/dist/types/components/utils/shadow-dom.d.ts +5 -0
  2024. package/dist/types/components/utils/theme-switcher.d.ts +26 -0
  2025. package/dist/types/components/utils/typed-event.d.ts +15 -0
  2026. package/dist/types/components/utils/waitForElement.d.ts +1 -0
  2027. package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +45 -0
  2028. package/dist/types/components/workflow-step/workflow-step.d.ts +42 -0
  2029. package/dist/types/components/workflow-steps/test/workflow-steps.ct.d.ts +1 -0
  2030. package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
  2031. package/dist/types/components.d.ts +6936 -0
  2032. package/dist/types/index.d.ts +13 -0
  2033. package/dist/types/interfaces.d.ts +27 -0
  2034. package/dist/types/setup.d.ts +1 -0
  2035. package/dist/types/stencil-public-runtime.d.ts +1681 -0
  2036. package/dist/types/tests/utils/test/index.d.ts +15 -0
  2037. package/dist/types/tests/utils/test/page.d.ts +8 -0
  2038. package/loader/cdn.js +3 -0
  2039. package/loader/index.cjs.js +3 -0
  2040. package/loader/index.d.ts +21 -0
  2041. package/loader/index.es2017.js +3 -0
  2042. package/loader/index.js +4 -0
  2043. package/loader/package.json +11 -0
  2044. package/package.json +100 -0
  2045. package/scss/_common-variables.scss +60 -0
  2046. package/scss/_core.scss +59 -0
  2047. package/scss/_z-index.scss +17 -0
  2048. package/scss/components/_checkboxes.scss +197 -0
  2049. package/scss/components/_fonts.scss +131 -0
  2050. package/scss/components/_input-group.scss +34 -0
  2051. package/scss/components/_links.scss +55 -0
  2052. package/scss/components/_radiobuttons.scss +155 -0
  2053. package/scss/components/_shadows.scss +23 -0
  2054. package/scss/components/_table.scss +27 -0
  2055. package/scss/components/form/_input.scss +178 -0
  2056. package/scss/ix-core.scss +11 -0
  2057. package/scss/ix.scss +23 -0
  2058. package/scss/legacy/_fonts.scss +70 -0
  2059. package/scss/legacy/components/_button-group.scss +26 -0
  2060. package/scss/legacy/components/_buttons.scss +181 -0
  2061. package/scss/legacy/components/_dropdown.scss +170 -0
  2062. package/scss/legacy/components/_forms.scss +154 -0
  2063. package/scss/legacy/components/_modal.scss +41 -0
  2064. package/scss/legacy/mixins/_fonts.scss +166 -0
  2065. package/scss/mixins/_animations.scss +30 -0
  2066. package/scss/mixins/_break-points.scss +49 -0
  2067. package/scss/mixins/_fonts.scss +210 -0
  2068. package/scss/mixins/_hover.scss +92 -0
  2069. package/scss/mixins/_scrollbar.scss +44 -0
  2070. package/scss/mixins/_shadows.scss +12 -0
  2071. package/scss/mixins/_text-truncation.scss +14 -0
  2072. package/scss/mixins/shadow-dom/_component.scss +19 -0
  2073. package/scss/mixins/shadow-dom/_host-disabled.scss +15 -0
  2074. package/scss/mixins/shadow-dom/_hover.scss +45 -0
  2075. package/scss/theme/classic-dark/_border.scss +35 -0
  2076. package/scss/theme/classic-dark/_borderRadius.scss +24 -0
  2077. package/scss/theme/classic-dark/_borderWidth.scss +18 -0
  2078. package/scss/theme/classic-dark/_boxShadow.scss +19 -0
  2079. package/scss/theme/classic-dark/_color.scss +867 -0
  2080. package/scss/theme/classic-dark/_fontFamilies.scss +9 -0
  2081. package/scss/theme/classic-dark/_fontSizes.scss +24 -0
  2082. package/scss/theme/classic-dark/_fontWeights.scss +10 -0
  2083. package/scss/theme/classic-dark/_index.scss +23 -0
  2084. package/scss/theme/classic-dark/_letterSpacing.scss +13 -0
  2085. package/scss/theme/classic-dark/_lineHeights.scss +21 -0
  2086. package/scss/theme/classic-dark/_other.scss +16 -0
  2087. package/scss/theme/classic-dark/_sizing.scss +28 -0
  2088. package/scss/theme/classic-dark/_spacing.scss +21 -0
  2089. package/scss/theme/classic-dark/_typography.scss +46 -0
  2090. package/scss/theme/classic-light/_border.scss +35 -0
  2091. package/scss/theme/classic-light/_borderRadius.scss +24 -0
  2092. package/scss/theme/classic-light/_borderWidth.scss +18 -0
  2093. package/scss/theme/classic-light/_boxShadow.scss +19 -0
  2094. package/scss/theme/classic-light/_color.scss +867 -0
  2095. package/scss/theme/classic-light/_fontFamilies.scss +9 -0
  2096. package/scss/theme/classic-light/_fontSizes.scss +24 -0
  2097. package/scss/theme/classic-light/_fontWeights.scss +10 -0
  2098. package/scss/theme/classic-light/_index.scss +23 -0
  2099. package/scss/theme/classic-light/_letterSpacing.scss +13 -0
  2100. package/scss/theme/classic-light/_lineHeights.scss +21 -0
  2101. package/scss/theme/classic-light/_other.scss +16 -0
  2102. package/scss/theme/classic-light/_sizing.scss +28 -0
  2103. package/scss/theme/classic-light/_spacing.scss +21 -0
  2104. package/scss/theme/classic-light/_typography.scss +46 -0
  2105. package/scss/theme/legacy-classic-dark/_border.scss +35 -0
  2106. package/scss/theme/legacy-classic-dark/_borderRadius.scss +24 -0
  2107. package/scss/theme/legacy-classic-dark/_borderWidth.scss +18 -0
  2108. package/scss/theme/legacy-classic-dark/_boxShadow.scss +19 -0
  2109. package/scss/theme/legacy-classic-dark/_color.scss +864 -0
  2110. package/scss/theme/legacy-classic-dark/_fontFamilies.scss +9 -0
  2111. package/scss/theme/legacy-classic-dark/_fontSizes.scss +24 -0
  2112. package/scss/theme/legacy-classic-dark/_fontWeights.scss +10 -0
  2113. package/scss/theme/legacy-classic-dark/_index.scss +23 -0
  2114. package/scss/theme/legacy-classic-dark/_letterSpacing.scss +13 -0
  2115. package/scss/theme/legacy-classic-dark/_lineHeights.scss +21 -0
  2116. package/scss/theme/legacy-classic-dark/_other.scss +16 -0
  2117. package/scss/theme/legacy-classic-dark/_sizing.scss +28 -0
  2118. package/scss/theme/legacy-classic-dark/_spacing.scss +21 -0
  2119. package/scss/theme/legacy-classic-dark/_typography.scss +46 -0
  2120. package/scss/theme/legacy-classic-light/_border.scss +35 -0
  2121. package/scss/theme/legacy-classic-light/_borderRadius.scss +24 -0
  2122. package/scss/theme/legacy-classic-light/_borderWidth.scss +18 -0
  2123. package/scss/theme/legacy-classic-light/_boxShadow.scss +19 -0
  2124. package/scss/theme/legacy-classic-light/_color.scss +864 -0
  2125. package/scss/theme/legacy-classic-light/_fontFamilies.scss +9 -0
  2126. package/scss/theme/legacy-classic-light/_fontSizes.scss +24 -0
  2127. package/scss/theme/legacy-classic-light/_fontWeights.scss +10 -0
  2128. package/scss/theme/legacy-classic-light/_index.scss +23 -0
  2129. package/scss/theme/legacy-classic-light/_letterSpacing.scss +13 -0
  2130. package/scss/theme/legacy-classic-light/_lineHeights.scss +21 -0
  2131. package/scss/theme/legacy-classic-light/_other.scss +16 -0
  2132. package/scss/theme/legacy-classic-light/_sizing.scss +28 -0
  2133. package/scss/theme/legacy-classic-light/_spacing.scss +21 -0
  2134. package/scss/theme/legacy-classic-light/_typography.scss +46 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["actionCardCss","IxActionCardStyle0","IxActionCard","undefined","getSubheadingColor","this","variant","render","h","Host","key","selected","class","icon","name","size","heading","format","subheading","color"],"sources":["src/components/action-card/action-card.scss?tag=ix-action-card&encapsulation=shadow","src/components/action-card/action-card.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@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: block;\n position: relative;\n min-width: 13.375rem;\n width: 13.375rem;\n height: 7.5rem;\n min-height: 7.5rem;\n cursor: pointer;\n\n margin: 0.25rem 0;\n\n ix-card {\n width: 100%;\n height: 100%;\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, h, Host, Prop } from '@stencil/core';\nimport { CardVariant } from '../card/card';\nimport { TypographyColors } from '../typography/typography';\n\nexport type ActionCardVariant = CardVariant;\n\n/**\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-action-card',\n styleUrl: 'action-card.scss',\n shadow: true,\n})\nexport class IxActionCard {\n /**\n * Card variant\n */\n @Prop() variant: ActionCardVariant = 'insight';\n\n /**\n * Card icon\n */\n @Prop() icon: string | undefined = undefined;\n\n /**\n * Card heading\n */\n @Prop() heading: string;\n\n /**\n * Card subheading\n */\n @Prop() subheading: string;\n\n /**\n * Card selection\n */\n @Prop() selected = false;\n\n private getSubheadingColor(): TypographyColors {\n switch (this.variant) {\n case 'insight':\n case 'notification':\n return 'soft';\n\n default:\n return undefined;\n }\n }\n\n render() {\n return (\n <Host>\n <ix-card\n selected={this.selected}\n variant={this.variant}\n class={'pointer'}\n >\n <ix-card-content>\n {this.icon ? (\n <ix-icon class={'icon'} name={this.icon} size=\"32\"></ix-icon>\n ) : null}\n <div>\n {this.heading ? (\n <ix-typography format=\"h4\">{this.heading}</ix-typography>\n ) : null}\n {this.subheading ? (\n <ix-typography format=\"h5\" color={this.getSubheadingColor()}>\n {this.subheading}\n </ix-typography>\n ) : null}\n <slot></slot>\n </div>\n </ix-card-content>\n </ix-card>\n </Host>\n );\n }\n}\n"],"mappings":"6CAAA,MAAMA,EAAgB,8wBACtB,MAAAC,EAAeD,E,MCsBFE,EAAY,M,sCAIc,U,UAKFC,U,+DAehB,K,CAEX,kBAAAC,GACN,OAAQC,KAAKC,SACX,IAAK,UACL,IAAK,eACH,MAAO,OAET,QACE,OAAOH,U,CAIb,MAAAI,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,WAAAE,IAAA,2CACEC,SAAUN,KAAKM,SACfL,QAASD,KAAKC,QACdM,MAAO,WAEPJ,EAAA,mBAAAE,IAAA,4CACGL,KAAKQ,KACJL,EAAA,WAASI,MAAO,OAAQE,KAAMT,KAAKQ,KAAME,KAAK,OAC5C,KACJP,EAAA,OAAAE,IAAA,4CACGL,KAAKW,QACJR,EAAA,iBAAeS,OAAO,MAAMZ,KAAKW,SAC/B,KACHX,KAAKa,WACJV,EAAA,iBAAeS,OAAO,KAAKE,MAAOd,KAAKD,sBACpCC,KAAKa,YAEN,KACJV,EAAA,QAAAE,IAAA,gD"}
@@ -0,0 +1,2 @@
1
+ import{r as e,h as r,H as t}from"./p-26e9d40e.js";const a=".sc-ix-playground-internal-h{display:block;position:relative;width:100vw;height:100vh;padding:0rem 0rem 0rem 0rem}";const n=a;const s=class{constructor(r){e(this,r)}render(){return r(t,{key:"d1a5b02febd62dcc43ea13c0a531990ec5fe2156"})}};s.style=n;export{s as ix_playground_internal};
2
+ //# sourceMappingURL=p-33e903e1.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["playgroundCss","IxPlaygroundInternalStyle0","PlaygroundInternal","render","h","Host","key"],"sources":["src/components/playground/playground.scss?tag=ix-playground-internal&encapsulation=scoped","src/components/playground/playground.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 'common-variables';\n\n:host {\n display: block;\n position: relative;\n width: 100vw;\n height: 100vh;\n padding: 0rem 0rem 0rem 0rem;\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 * LICENxSE file in the root directory of this source tree.\n */\n\nimport { Component, h, Host } from '@stencil/core';\n\n/** @internal */\n@Component({\n tag: 'ix-playground-internal',\n styleUrl: 'playground.scss',\n // shadow: true,\n // Set scoped=true and shadow=false to test global styles like checkbox etc\n scoped: true,\n})\nexport class PlaygroundInternal {\n render() {\n return <Host></Host>;\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAgB,qHACtB,MAAAC,EAAeD,E,MCkBFE,EAAkB,M,yBAC7B,MAAAC,GACE,OAAOC,EAACC,EAAI,CAAAC,IAAA,4C"}
@@ -0,0 +1,2 @@
1
+ const t=t=>{const e=t/16;return`${e}rem`};const e=t=>{if(isNaN(t)||t===null||t===undefined){return""}let e="";const u=[{unit:"q",value:Math.pow(10,15)},{unit:"t",value:Math.pow(10,12)},{unit:"B",value:Math.pow(10,9)},{unit:"M",value:Math.pow(10,6)},{unit:"K",value:Math.pow(10,3)}];u.some((u=>{let a=Math.abs(t);if(a>=u.value){a/=u.value;t=Math.round(a*10)/10;e=u.unit;return true}return false}));return t+e};export{t as a,e as c};
2
+ //# sourceMappingURL=p-360b158e.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["convertToRemString","value","valueRem","convertToAbbreviationString","num","isNaN","undefined","unit","units","Math","pow","some","formattedNum","abs","round"],"sources":["src/components/utils/rwd.util.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 const convertToRemString = (value: number) => {\n const valueRem = value / 16;\n return `${valueRem}rem`;\n};\n\nexport const convertToAbbreviationString = (num: number) => {\n if (isNaN(num) || num === null || num === undefined) {\n return '';\n }\n\n let unit = '';\n\n // Metric Units\n const units = [\n { unit: 'q', value: Math.pow(10, 15) },\n { unit: 't', value: Math.pow(10, 12) },\n { unit: 'B', value: Math.pow(10, 9) },\n { unit: 'M', value: Math.pow(10, 6) },\n { unit: 'K', value: Math.pow(10, 3) },\n ];\n\n units.some((pow) => {\n let formattedNum = Math.abs(num);\n if (formattedNum >= pow.value) {\n formattedNum /= pow.value;\n num = Math.round(formattedNum * 10) / 10;\n unit = pow.unit;\n return true;\n }\n\n return false;\n });\n\n return num + unit;\n};\n"],"mappings":"MASaA,EAAsBC,IACjC,MAAMC,EAAWD,EAAQ,GACzB,MAAO,GAAGC,MAAa,E,MAGZC,EAA+BC,IAC1C,GAAIC,MAAMD,IAAQA,IAAQ,MAAQA,IAAQE,UAAW,CACnD,MAAO,E,CAGT,IAAIC,EAAO,GAGX,MAAMC,EAAQ,CACZ,CAAED,KAAM,IAAKN,MAAOQ,KAAKC,IAAI,GAAI,KACjC,CAAEH,KAAM,IAAKN,MAAOQ,KAAKC,IAAI,GAAI,KACjC,CAAEH,KAAM,IAAKN,MAAOQ,KAAKC,IAAI,GAAI,IACjC,CAAEH,KAAM,IAAKN,MAAOQ,KAAKC,IAAI,GAAI,IACjC,CAAEH,KAAM,IAAKN,MAAOQ,KAAKC,IAAI,GAAI,KAGnCF,EAAMG,MAAMD,IACV,IAAIE,EAAeH,KAAKI,IAAIT,GAC5B,GAAIQ,GAAgBF,EAAIT,MAAO,CAC7BW,GAAgBF,EAAIT,MACpBG,EAAMK,KAAKK,MAAMF,EAAe,IAAM,GACtCL,EAAOG,EAAIH,KACX,OAAO,I,CAGT,OAAO,KAAK,IAGd,OAAOH,EAAMG,CAAI,S"}
@@ -0,0 +1,2 @@
1
+ import{r as t,h as e,H as s,g as i}from"./p-26e9d40e.js";import{c as r}from"./p-e898862b.js";import{a as o}from"./p-360b158e.js";const a=":host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host ul{list-style:none;padding:0;margin-top:0;margin-bottom:0}:host(.item-size-l){--event-list-item-height:6.5rem;--event-list-item-content-white-space:normal}:host(.compact){--event-list-item-border-radius:0;--event-list-item-margin-bottom:0}";const h=a;const n=class{constructor(e){t(this,e);this.mutationObserver=r(this.onMutation.bind(this));this.itemHeight="S";this.compact=false;this.animated=true;this.chevron=undefined}watchChevron(t){this.handleChevron(t)}componentDidLoad(){if(this.animated){this.triggerFadeIn()}if(!Number.isNaN(Number(this.itemHeight))){const t=o(this.itemHeight);this.hostElement.querySelectorAll("ix-event-list-item").forEach((e=>{this.setCustomHeight(e,t)}))}this.handleChevron(this.chevron);this.mutationObserver.observe(this.hostElement,{childList:true,subtree:true})}onMutation(t){this.triggerFadeOut().then((()=>{if(typeof this.itemHeight==="number"){const e=o(this.itemHeight);t.filter((t=>t.type==="childList")).forEach((t=>t.addedNodes.forEach((t=>{const s=t;this.setCustomHeight(s,e)}))))}this.handleChevron(this.chevron);this.triggerFadeIn()}))}setCustomHeight(t,e){t.style.setProperty("--event-list-item-height",e)}triggerFadeOut(){if(!this.animated){return Promise.resolve()}const t=[{opacity:1,easing:"ease-in"},{opacity:0}];const e=this.hostElement.shadowRoot.querySelector("ul");return e.animate(t,{duration:n.fadeOutDuration}).finished}triggerFadeIn(){if(!this.animated){return}const t=this.hostElement.querySelectorAll("ix-event-list-item");t.forEach(((t,e)=>{const s=e*80;const i=s/(s+n.fadeInDuration);const r=[{opacity:0},{opacity:0,easing:"ease-out",offset:i},{opacity:1}];const o={duration:n.fadeInDuration+s,iterations:1};t.animate(r,o)}))}handleChevron(t){const e=this.hostElement.querySelectorAll("ix-event-list-item");e.forEach((e=>{if(t){e.setAttribute("chevron","true")}else if(t!==undefined){e.removeAttribute("chevron")}}))}render(){return e(s,{key:"753ef5eaecb97380a454359d59397b163a75c70f",class:{"item-size-s":this.itemHeight==="S","item-size-l":this.itemHeight==="L",compact:this.compact}},e("ul",{key:"c4264b59d439dc2dae8ec3153aa04fe5ee04383c"},e("slot",{key:"114837af21b63c7acec8eed2901aacc046608ab3"})))}get hostElement(){return i(this)}static get watchers(){return{chevron:["watchChevron"]}}};n.fadeOutDuration=50;n.fadeInDuration=150;n.style=h;export{n as ix_event_list};
2
+ //# sourceMappingURL=p-37e4df76.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["eventListCss","IxEventListStyle0","EventList","this","mutationObserver","createMutationObserver","onMutation","bind","watchChevron","chevron","handleChevron","componentDidLoad","animated","triggerFadeIn","Number","isNaN","itemHeight","height","convertToRemString","hostElement","querySelectorAll","forEach","item","setCustomHeight","observe","childList","subtree","mutationRecords","triggerFadeOut","then","filter","mutation","type","addedNodes","itemHtml","style","setProperty","Promise","resolve","keyframes","opacity","easing","listElement","shadowRoot","querySelector","animate","duration","fadeOutDuration","finished","listItems","e","i","delay","offset","fadeInDuration","options","iterations","setAttribute","undefined","removeAttribute","render","h","Host","key","class","compact"],"sources":["src/components/event-list/event-list.scss?tag=ix-event-list&encapsulation=shadow","src/components/event-list/event-list.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: block;\n position: relative;\n\n ul {\n list-style: none;\n padding: 0;\n margin-top: 0;\n margin-bottom: 0;\n }\n}\n\n:host(.item-size-l) {\n --event-list-item-height: 6.5rem;\n --event-list-item-content-white-space: normal;\n}\n\n:host(.compact) {\n --event-list-item-border-radius: 0;\n --event-list-item-margin-bottom: 0;\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, Watch } from '@stencil/core';\nimport { createMutationObserver } from '../utils/mutation-observer';\nimport { convertToRemString } from '../utils/rwd.util';\n\n@Component({\n tag: 'ix-event-list',\n styleUrl: 'event-list.scss',\n shadow: true,\n})\nexport class EventList {\n private readonly mutationObserver = createMutationObserver(\n this.onMutation.bind(this)\n );\n\n private static readonly fadeOutDuration = 50;\n private static readonly fadeInDuration = 150;\n\n @Element() hostElement!: HTMLIxEventListElement;\n\n /**\n * Determines the height of list items.\n * This can either be one of two predefined sizes ('S' or 'L') or an absolute pixel value.\n * In case a number is supplied it will get converted to rem internally.\n * Defaults to 'S'.\n */\n @Prop() itemHeight: 'S' | 'L' | number = 'S';\n\n /**\n * Make event-list items more compact\n */\n @Prop() compact = false;\n\n /**\n * Animate state change transitions. Defaults to 'true'.\n */\n @Prop() animated = true;\n\n /**\n * Display a chevron icon in list items. Defaults to 'false'\n */\n @Prop() chevron: boolean;\n\n @Watch('chevron')\n watchChevron(chevron: boolean | undefined) {\n this.handleChevron(chevron);\n }\n\n componentDidLoad() {\n if (this.animated) {\n this.triggerFadeIn();\n }\n\n if (!Number.isNaN(Number(this.itemHeight))) {\n const height = convertToRemString(this.itemHeight as number);\n this.hostElement\n .querySelectorAll('ix-event-list-item')\n .forEach((item) => {\n this.setCustomHeight(item as HTMLElement, height);\n });\n }\n\n this.handleChevron(this.chevron);\n\n this.mutationObserver.observe(this.hostElement, {\n childList: true,\n subtree: true,\n });\n }\n\n private onMutation(mutationRecords: Array<MutationRecord>) {\n this.triggerFadeOut().then(() => {\n if (typeof this.itemHeight === 'number') {\n const height = convertToRemString(this.itemHeight);\n\n mutationRecords\n .filter((mutation) => mutation.type === 'childList')\n .forEach((mutation) =>\n mutation.addedNodes.forEach((item) => {\n const itemHtml = item as HTMLElement;\n\n this.setCustomHeight(itemHtml, height);\n })\n );\n }\n\n this.handleChevron(this.chevron);\n\n this.triggerFadeIn();\n });\n }\n\n private setCustomHeight(item: HTMLElement, height: string) {\n item.style.setProperty('--event-list-item-height', height);\n }\n\n private triggerFadeOut(): Promise<any> {\n if (!this.animated) {\n return Promise.resolve();\n }\n\n const keyframes = [\n {\n opacity: 1,\n easing: 'ease-in',\n },\n { opacity: 0 },\n ];\n const listElement = this.hostElement.shadowRoot.querySelector('ul');\n return listElement.animate(keyframes, {\n duration: EventList.fadeOutDuration,\n }).finished;\n }\n\n private triggerFadeIn() {\n if (!this.animated) {\n return;\n }\n\n const listItems = this.hostElement.querySelectorAll('ix-event-list-item');\n listItems.forEach((e, i) => {\n const delay = i * 80;\n const offset = delay / (delay + EventList.fadeInDuration);\n const keyframes = [\n { opacity: 0 },\n { opacity: 0, easing: 'ease-out', offset },\n { opacity: 1 },\n ];\n const options = {\n duration: EventList.fadeInDuration + delay,\n iterations: 1,\n };\n e.animate(keyframes, options);\n });\n }\n\n private handleChevron(chevron: boolean | undefined): void {\n const listItems = this.hostElement.querySelectorAll('ix-event-list-item');\n\n listItems.forEach((e) => {\n if (chevron) {\n e.setAttribute('chevron', 'true');\n } else if (chevron !== undefined) {\n e.removeAttribute('chevron');\n }\n });\n }\n\n render() {\n return (\n <Host\n class={{\n 'item-size-s': this.itemHeight === 'S',\n 'item-size-l': this.itemHeight === 'L',\n compact: this.compact,\n }}\n >\n <ul>\n <slot></slot>\n </ul>\n </Host>\n );\n }\n}\n"],"mappings":"iIAAA,MAAMA,EAAe,03BACrB,MAAAC,EAAeD,E,MCiBFE,EAAS,M,yBACHC,KAAAC,iBAAmBC,EAClCF,KAAKG,WAAWC,KAAKJ,O,gBAckB,I,aAKvB,M,cAKC,K,uBAQnB,YAAAK,CAAaC,GACXN,KAAKO,cAAcD,E,CAGrB,gBAAAE,GACE,GAAIR,KAAKS,SAAU,CACjBT,KAAKU,e,CAGP,IAAKC,OAAOC,MAAMD,OAAOX,KAAKa,aAAc,CAC1C,MAAMC,EAASC,EAAmBf,KAAKa,YACvCb,KAAKgB,YACFC,iBAAiB,sBACjBC,SAASC,IACRnB,KAAKoB,gBAAgBD,EAAqBL,EAAO,G,CAIvDd,KAAKO,cAAcP,KAAKM,SAExBN,KAAKC,iBAAiBoB,QAAQrB,KAAKgB,YAAa,CAC9CM,UAAW,KACXC,QAAS,M,CAIL,UAAApB,CAAWqB,GACjBxB,KAAKyB,iBAAiBC,MAAK,KACzB,UAAW1B,KAAKa,aAAe,SAAU,CACvC,MAAMC,EAASC,EAAmBf,KAAKa,YAEvCW,EACGG,QAAQC,GAAaA,EAASC,OAAS,cACvCX,SAASU,GACRA,EAASE,WAAWZ,SAASC,IAC3B,MAAMY,EAAWZ,EAEjBnB,KAAKoB,gBAAgBW,EAAUjB,EAAO,K,CAK9Cd,KAAKO,cAAcP,KAAKM,SAExBN,KAAKU,eAAe,G,CAIhB,eAAAU,CAAgBD,EAAmBL,GACzCK,EAAKa,MAAMC,YAAY,2BAA4BnB,E,CAG7C,cAAAW,GACN,IAAKzB,KAAKS,SAAU,CAClB,OAAOyB,QAAQC,S,CAGjB,MAAMC,EAAY,CAChB,CACEC,QAAS,EACTC,OAAQ,WAEV,CAAED,QAAS,IAEb,MAAME,EAAcvC,KAAKgB,YAAYwB,WAAWC,cAAc,MAC9D,OAAOF,EAAYG,QAAQN,EAAW,CACpCO,SAAU5C,EAAU6C,kBACnBC,Q,CAGG,aAAAnC,GACN,IAAKV,KAAKS,SAAU,CAClB,M,CAGF,MAAMqC,EAAY9C,KAAKgB,YAAYC,iBAAiB,sBACpD6B,EAAU5B,SAAQ,CAAC6B,EAAGC,KACpB,MAAMC,EAAQD,EAAI,GAClB,MAAME,EAASD,GAASA,EAAQlD,EAAUoD,gBAC1C,MAAMf,EAAY,CAChB,CAAEC,QAAS,GACX,CAAEA,QAAS,EAAGC,OAAQ,WAAYY,UAClC,CAAEb,QAAS,IAEb,MAAMe,EAAU,CACdT,SAAU5C,EAAUoD,eAAiBF,EACrCI,WAAY,GAEdN,EAAEL,QAAQN,EAAWgB,EAAQ,G,CAIzB,aAAA7C,CAAcD,GACpB,MAAMwC,EAAY9C,KAAKgB,YAAYC,iBAAiB,sBAEpD6B,EAAU5B,SAAS6B,IACjB,GAAIzC,EAAS,CACXyC,EAAEO,aAAa,UAAW,O,MACrB,GAAIhD,IAAYiD,UAAW,CAChCR,EAAES,gBAAgB,U,KAKxB,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,2CACHC,MAAO,CACL,cAAe7D,KAAKa,aAAe,IACnC,cAAeb,KAAKa,aAAe,IACnCiD,QAAS9D,KAAK8D,UAGhBJ,EAAA,MAAAE,IAAA,4CACEF,EAAA,QAAAE,IAAA,8C,2FA/IgB7D,EAAA6C,gBAAkB,GAClB7C,EAAAoD,eAAiB,I"}
@@ -0,0 +1,2 @@
1
+ import{r as t,c as e,h as o,H as a,g as n}from"./p-26e9d40e.js";const r=':host{display:flex;position:relative;flex-direction:column;width:100%;transition:var(--theme-default-time) ease-in-out}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .expand-action{all:unset;display:flex;position:relative;-webkit-appearance:button;-moz-appearance:button;appearance:button;height:2.5rem;width:100%;background-color:var(--theme-color-component-1);align-items:center;justify-content:flex-start}:host .expand-action:not(.disabled):not(:disabled).hover,:host .expand-action:not(.disabled):not(:disabled):hover{background-color:var(--theme-ghost--background--hover)}:host .expand-action:not(.disabled):not(:disabled).active,:host .expand-action:not(.disabled):not(:disabled):active{background-color:var(--theme-ghost--background--active)}:host .expand-action:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .expand-action::before{content:"";position:absolute;width:100%;height:100%;background-color:var(--ix-card-background);z-index:-1}:host .expand-action:not(.show),:host .expand-action:not(.show)::before{border-bottom-left-radius:var(--theme-default-border-radius);border-bottom-right-radius:var(--theme-default-border-radius)}:host .expand-icon{margin-left:0.5rem;transition:var(--theme-default-time) transform ease-in-out}:host .expand-icon.show{transform:rotate(90deg)}:host .expand-content{display:grid;position:relative;grid-template-rows:0fr;transition:var(--theme-default-time) ease-in-out;width:100%;max-height:14.75rem;opacity:0;background-color:var(--theme-color-component-1)}:host .expand-content.show{grid-template-rows:14.75rem;opacity:1}:host .expand-content-inner{position:relative;height:100%;overflow:hidden}:host .expand-content.show .expand-content-body{display:none;overflow:hidden;color:var(--theme-color-std-text)}:host .expand-content.show .expand-content-body{display:block;overflow:auto;height:calc(100% - 1rem)}:host .expand-content-footer{display:block;position:relative;width:100%;height:1rem;margin-top:auto;margin-bottom:0px;background-color:var(--theme-color-component-1);border-bottom-left-radius:var(--theme-default-border-radius);border-bottom-right-radius:var(--theme-default-border-radius)}';const i=r;let s=0;const d=(t="expand-content")=>[t,s++].join("-");const c=class{constructor(o){t(this,o);this.accordionExpand=e(this,"accordionExpand",7);this.collapse=false;this.expandContent=false}onInitialExpandChange(){this.expandContent=!this.collapse}get expandedContent(){return this.hostElement.shadowRoot.querySelector(".expand-content")}onExpandActionClick(t){t.preventDefault();t.stopPropagation();this.expandContent=!this.expandContent;this.accordionExpand.emit({expand:this.expandContent,nativeEvent:t});if(this.expandContent){this.scrollExpandedContentIntoView()}}scrollExpandedContentIntoView(){setTimeout((()=>{const t=this.expandedContent.getBoundingClientRect();if(t.bottom>window.innerHeight){this.hostElement.shadowRoot.querySelector(".expand-content").scrollIntoView(false)}}),150)}componentWillLoad(){this.onInitialExpandChange()}render(){return o(a,{key:"bc39054c9b50f4a1de3ebb720553d667f30e7420",slot:"card-accordion"},o("button",{key:"39a8f4b977ca5d4f797a12f4d06a09e7a2909e80",tabIndex:0,class:{"expand-action":true,show:this.expandContent},onClick:t=>this.onExpandActionClick(t),role:"button",type:"button","aria-expanded":this.expandContent,"aria-controls":d()},o("ix-icon",{key:"2d75d5fc08d4d79e1d70fef36440dba4ee5b62c9",name:"chevron-right-small",class:{"expand-icon":true,show:this.expandContent}})),o("div",{key:"d2b662f006a69d90e2353922e377a1e83830de70",class:{"expand-content":true,show:this.expandContent}},o("div",{key:"7cedf82588afb804a626b1ba1c1cb9147c76306a",class:"expand-content-inner"},o("div",{key:"04b85a19f6354fd725b634748e7ff7a5c58dd7cb",class:"expand-content-body"},o("slot",{key:"732c33dbaa591432e14f74eb305b7e7c526d4e49"})),o("div",{key:"83291f55a13f8a8bebddb4d24c81cfc1a090f1f4",class:"expand-content-footer"}))))}get hostElement(){return n(this)}static get watchers(){return{collapse:["onInitialExpandChange"]}}};c.style=i;const l=":host{display:flex;position:relative;flex-direction:row;align-items:center;margin-top:0.25rem;margin-bottom:0.5rem;gap:1rem;width:100%}:host .title-actions{display:flex;position:relative;flex-direction:row;gap:0.25rem;margin-left:auto;margin-right:0px}";const h=l;const b=class{constructor(e){t(this,e)}render(){return o(a,{key:"2afb4eebb84d9641a195b61843761cfe09bb6ed7"},o("slot",{key:"3563c0158125fa766d9d018f1a574a7e6f6d3e98"}),o("div",{key:"bfa505245aab1c8fec8af0cb680654483b7fea0c",class:"title-actions"},o("slot",{key:"8a0af96ce78108228dbf07c65dfa96a7c9af4d0c",name:"title-actions"})))}};b.style=h;export{c as ix_card_accordion,b as ix_card_title};
2
+ //# sourceMappingURL=p-3b8ff673.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["cardAccordionCss","IxCardAccordionStyle0","accordionControlId","getAriaControlsId","prefix","join","CardAccordion","onInitialExpandChange","this","expandContent","collapse","expandedContent","hostElement","shadowRoot","querySelector","onExpandActionClick","event","preventDefault","stopPropagation","accordionExpand","emit","expand","nativeEvent","scrollExpandedContentIntoView","setTimeout","rect","getBoundingClientRect","bottom","window","innerHeight","scrollIntoView","componentWillLoad","render","h","Host","key","slot","tabIndex","class","show","onClick","role","type","name","cardTitleCss","IxCardTitleStyle0","CardHeader"],"sources":["src/components/card-accordion/card-accordion.scss?tag=ix-card-accordion&encapsulation=shadow","src/components/card-accordion/card-accordion.tsx","src/components/card-title/card-title.scss?tag=ix-card-title&encapsulation=shadow","src/components/card-title/card-title.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@import 'mixins/hover';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: flex;\n position: relative;\n flex-direction: column;\n width: 100%;\n transition: var(--theme-default-time) ease-in-out;\n\n .expand-action {\n all: unset;\n display: flex;\n position: relative;\n\n appearance: button;\n\n height: 2.5rem;\n width: 100%;\n\n background-color: var(--theme-color-component-1);\n align-items: center;\n justify-content: flex-start;\n @include ghost-hover-pressed();\n\n @include focus-visible {\n outline: 1px solid var(--theme-color-focus-bdr);\n outline-offset: var(--theme-btn--focus--outline-offset);\n }\n }\n\n .expand-action::before {\n content: '';\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: var(--ix-card-background);\n z-index: -1;\n }\n\n .expand-action:not(.show),\n .expand-action:not(.show)::before {\n border-bottom-left-radius: var(--theme-default-border-radius);\n border-bottom-right-radius: var(--theme-default-border-radius);\n }\n\n .expand-icon {\n margin-left: 0.5rem;\n transition: var(--theme-default-time) transform ease-in-out;\n }\n\n .expand-icon.show {\n transform: rotate(90deg);\n }\n\n .expand-content {\n display: grid;\n position: relative;\n grid-template-rows: 0fr;\n transition: var(--theme-default-time) ease-in-out;\n width: 100%;\n max-height: 14.75rem;\n opacity: 0;\n background-color: var(--theme-color-component-1);\n }\n\n .expand-content.show {\n grid-template-rows: 14.75rem;\n opacity: 1;\n }\n\n .expand-content-inner {\n position: relative;\n height: 100%;\n overflow: hidden;\n }\n\n .expand-content.show .expand-content-body {\n display: none;\n overflow: hidden;\n color: var(--theme-color-std-text);\n }\n\n .expand-content.show .expand-content-body {\n display: block;\n overflow: auto;\n height: calc(100% - 1rem);\n }\n\n .expand-content-footer {\n display: block;\n position: relative;\n width: 100%;\n height: 1rem;\n\n margin-top: auto;\n margin-bottom: 0px;\n\n background-color: var(--theme-color-component-1);\n border-bottom-left-radius: var(--theme-default-border-radius);\n border-bottom-right-radius: var(--theme-default-border-radius);\n }\n}\n","import {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\n\nlet accordionControlId = 0;\nconst getAriaControlsId = (prefix: string = 'expand-content') => {\n return [prefix, accordionControlId++].join('-');\n};\n\nexport type CardAccordionExpandChangeEvent = {\n expand: boolean;\n nativeEvent: Event;\n};\n\n/**\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-accordion',\n styleUrl: 'card-accordion.scss',\n shadow: true,\n})\nexport class CardAccordion {\n /**\n * Collapse the card\n * @since 2.1.0\n */\n @Prop() collapse = false;\n\n @Element() hostElement: HTMLIxCardAccordionElement;\n\n /**\n * @internal\n */\n @Event() accordionExpand: EventEmitter<CardAccordionExpandChangeEvent>;\n\n @State() expandContent = false;\n\n @Watch('collapse')\n onInitialExpandChange() {\n this.expandContent = !this.collapse;\n }\n\n get expandedContent() {\n return this.hostElement.shadowRoot.querySelector('.expand-content');\n }\n\n onExpandActionClick(event: Event) {\n event.preventDefault();\n event.stopPropagation();\n this.expandContent = !this.expandContent;\n this.accordionExpand.emit({\n expand: this.expandContent,\n nativeEvent: event,\n });\n\n if (this.expandContent) {\n this.scrollExpandedContentIntoView();\n }\n }\n\n private scrollExpandedContentIntoView() {\n setTimeout(() => {\n const rect = this.expandedContent.getBoundingClientRect();\n if (rect.bottom > window.innerHeight) {\n this.hostElement.shadowRoot\n .querySelector('.expand-content')\n .scrollIntoView(false);\n }\n }, 150);\n }\n\n componentWillLoad() {\n this.onInitialExpandChange();\n }\n\n render() {\n return (\n <Host slot=\"card-accordion\">\n <button\n tabIndex={0}\n class={{ 'expand-action': true, show: this.expandContent }}\n onClick={(event) => this.onExpandActionClick(event)}\n role=\"button\"\n type=\"button\"\n aria-expanded={this.expandContent}\n aria-controls={getAriaControlsId()}\n >\n <ix-icon\n name={'chevron-right-small'}\n class={{\n 'expand-icon': true,\n show: this.expandContent,\n }}\n ></ix-icon>\n </button>\n <div\n class={{\n 'expand-content': true,\n show: this.expandContent,\n }}\n >\n <div class=\"expand-content-inner\">\n <div class=\"expand-content-body\">\n <slot></slot>\n </div>\n <div class=\"expand-content-footer\"></div>\n </div>\n </div>\n </Host>\n );\n }\n}\n","@import 'common-variables';\n\n:host {\n display: flex;\n position: relative;\n flex-direction: row;\n align-items: center;\n margin-top: 0.25rem;\n margin-bottom: $small-space;\n gap: $default-space;\n\n width: 100%;\n\n .title-actions {\n display: flex;\n position: relative;\n flex-direction: row;\n gap: 0.25rem;\n margin-left: auto;\n margin-right: 0px;\n }\n}\n","import { Component, h, Host } from '@stencil/core';\n\n/**\n * @slot title-actions - Place additional actions inside title\n *\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-title',\n styleUrl: 'card-title.scss',\n shadow: true,\n})\nexport class CardHeader {\n render() {\n return (\n <Host>\n <slot></slot>\n <div class=\"title-actions\">\n <slot name=\"title-actions\"></slot>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"gEAAA,MAAMA,EAAmB,2vFACzB,MAAAC,EAAeD,ECWf,IAAIE,EAAqB,EACzB,MAAMC,EAAoB,CAACC,EAAiB,mBACnC,CAACA,EAAQF,KAAsBG,KAAK,K,MAgBhCC,EAAa,M,wFAKL,M,mBASM,K,CAGzB,qBAAAC,GACEC,KAAKC,eAAiBD,KAAKE,Q,CAG7B,mBAAIC,GACF,OAAOH,KAAKI,YAAYC,WAAWC,cAAc,kB,CAGnD,mBAAAC,CAAoBC,GAClBA,EAAMC,iBACND,EAAME,kBACNV,KAAKC,eAAiBD,KAAKC,cAC3BD,KAAKW,gBAAgBC,KAAK,CACxBC,OAAQb,KAAKC,cACba,YAAaN,IAGf,GAAIR,KAAKC,cAAe,CACtBD,KAAKe,+B,EAID,6BAAAA,GACNC,YAAW,KACT,MAAMC,EAAOjB,KAAKG,gBAAgBe,wBAClC,GAAID,EAAKE,OAASC,OAAOC,YAAa,CACpCrB,KAAKI,YAAYC,WACdC,cAAc,mBACdgB,eAAe,M,IAEnB,I,CAGL,iBAAAC,GACEvB,KAAKD,uB,CAGP,MAAAyB,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,2CAACC,KAAK,kBACTH,EAAA,UAAAE,IAAA,2CACEE,SAAU,EACVC,MAAO,CAAE,gBAAiB,KAAMC,KAAM/B,KAAKC,eAC3C+B,QAAUxB,GAAUR,KAAKO,oBAAoBC,GAC7CyB,KAAK,SACLC,KAAK,SAAQ,gBACElC,KAAKC,cAAa,gBAClBN,KAEf8B,EAAA,WAAAE,IAAA,2CACEQ,KAAM,sBACNL,MAAO,CACL,cAAe,KACfC,KAAM/B,KAAKC,kBAIjBwB,EAAA,OAAAE,IAAA,2CACEG,MAAO,CACL,iBAAkB,KAClBC,KAAM/B,KAAKC,gBAGbwB,EAAA,OAAAE,IAAA,2CAAKG,MAAM,wBACTL,EAAA,OAAAE,IAAA,2CAAKG,MAAM,uBACTL,EAAA,QAAAE,IAAA,8CAEFF,EAAA,OAAAE,IAAA,2CAAKG,MAAM,4B,+GClHvB,MAAMM,EAAe,+PACrB,MAAAC,EAAeD,E,MCWFE,EAAU,M,yBACrB,MAAAd,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,QAAAE,IAAA,6CACAF,EAAA,OAAAE,IAAA,2CAAKG,MAAM,iBACTL,EAAA,QAAAE,IAAA,2CAAMQ,KAAK,mB"}
@@ -0,0 +1,2 @@
1
+ import{r as e,c as t,h as r,F as o,H as s,g as a}from"./p-26e9d40e.js";const i=":host{}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .step{display:flex;flex-direction:column;align-items:center;background-color:var(--theme-workflow-step--background);border-radius:var(--theme-workflow--border-radius);width:auto;padding:1.125rem 0 0.5rem 0;height:4rem;width:12.75rem}:host .step .wrapper{display:flex;width:100%;align-items:center;justify-content:center;position:relative}:host .step .wrapper .line{width:100%;height:0.125rem;background-color:var(--theme-workflow-step-icon-default--color)}:host .step .wrapper .line.first,:host .step .wrapper .line.last{width:50%;margin:0 0 0 auto}:host .step .wrapper .line.last{margin:0 auto 0 0}:host .step .wrapper .line.single{width:0}:host .step .wrapper .line.selected{background-color:var(--theme-workflow-step-icon-default--color--selected)}:host .step .wrapper .line.done{background-color:var(--theme-workflow-step-icon-done--color)}:host .step .wrapper .line.done.selected{background-color:var(--theme-workflow-step-icon-done--color--selected)}:host .step .wrapper .line.warning{background-color:var(--theme-color-warning)}:host .step .wrapper .line.success{background-color:var(--theme-color-success)}:host .step .wrapper .line.error{background-color:var(--theme-color-alarm)}:host .step .wrapper .iconWrapper{display:flex;align-items:center;justify-content:center;position:absolute}:host .step .wrapper .iconWrapper .absolute{position:absolute}:host .step .text{margin-top:1rem;width:auto;padding:0 0.5rem}:host .step.vertical{flex-direction:row;padding:0}:host .step.vertical .wrapper{width:auto;padding-left:1.125rem;height:4rem}:host .step.vertical .wrapper .line{width:0.125rem;height:100%}:host .step.vertical .wrapper .line.first,:host .step.vertical .wrapper .line.last{height:50%;margin:auto 0 0 0}:host .step.vertical .wrapper .line.last{margin:0 0 auto 0}:host .step.vertical .wrapper .line.single{width:0}:host .step.vertical .text{margin-top:0;margin-left:1rem;padding:0}:host .step.clickable:hover{background-color:var(--theme-workflow-step--background--hover)}:host .step.clickable:active{background-color:var(--theme-workflow-step--background--active)}:host .step:focus-visible{outline:1px solid var(--focus--border-color);border-radius:0}:host .step.selected{background-color:var(--theme-workflow-step--background--selected)}:host .step.disabled{background-color:var(--theme-workflow-step--background--disabled)}:host .step.disabled .line{background-color:var(--theme-workflow-step-icon-default--color--disabled) !important}:host .step.disabled .text{color:var(--theme-workflow-step--color--disabled)}";const c=i;const l=class{constructor(r){e(this,r);this.selectedChanged=t(this,"selectedChanged",7);this.vertical=false;this.disabled=false;this.status="open";this.clickable=false;this.selected=false;this.position="undefined";this.iconName="circle";this.iconColor="workflow-step-icon-default--color"}selectedHandler(){const e=this.selected?"--selected":"";if(this.status==="open"){this.iconName=this.selected?"circle-dot":"circle";this.iconColor=`workflow-step-icon-default--color${e}`}if(this.status==="done"&&!this.disabled){this.iconColor=`workflow-step-icon-done--color${e}`}}watchPropHandler(){switch(this.status){case"open":this.iconName="circle";this.iconColor="workflow-step-icon-default--color";break;case"success":this.iconName="success";this.iconColor="color-success";break;case"done":this.iconName="success";this.iconColor="workflow-step-icon-done--color";break;case"warning":this.iconName="warning";this.iconColor="color-warning";break;case"error":this.iconName="error";this.iconColor="color-alarm";break;default:this.iconName="circle";break}if(this.disabled){this.iconColor="workflow-step-icon-success--color--disabled"}}componentDidLoad(){this.watchPropHandler();this.selectedHandler();this.customIconSlot=!!this.hostElement.querySelector('[slot="custom-icon"]')}onStepClick(){if(!this.disabled&&this.clickable){this.selectedChanged.emit(this.hostElement)}}render(){const e=!this.customIconSlot?r(o,null,r("ix-icon",{color:"color-1",name:this.iconName==="warning"?"triangle-filled":"circle-filled",class:"absolute",size:"24"}),r("ix-icon",{color:this.iconColor,name:this.iconName,class:"absolute",size:"24"})):null;return r(s,{key:"358b9e3e25d832467c9b2abbdf9f48a270a4a340",onClick:()=>this.onStepClick()},r("div",{key:"e5206e9a7ba4f3a3c63f82199d434f4f66e1f1dc",tabIndex:0,class:{step:true,selected:this.selected,vertical:this.vertical,disabled:this.disabled,clickable:this.clickable&&!this.disabled}},r("div",{key:"26fc906525c73bbfb79053ccfa0c4f7f0a2ececd",class:"wrapper"},r("div",{key:"3990d45cdf8241bd53a849d11313e877ef82c974",class:{line:true,selected:this.selected,[this.status]:true,[this.position]:true}}),r("div",{key:"9d509a30ef4c514c8d71048e9cf29bfe954659ff",class:"iconWrapper"},e,r("slot",{key:"61edba63ba2d2f812837fb50f55f8ce184c5821d",name:"custom-icon"}))),r("div",{key:"1e0f1c991dcd3d9d6ca9368ffef196c3133f78ba",class:"text"},r("slot",{key:"b758245d47b573e20a6cae6e8d28b1aa030f5b65"}))))}get hostElement(){return a(this)}static get watchers(){return{selected:["selectedHandler"],disabled:["watchPropHandler"],status:["watchPropHandler"]}}};l.style=c;export{l as ix_workflow_step};
2
+ //# sourceMappingURL=p-3e4e3b23.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["workflowStepCss","IxWorkflowStepStyle0","WorkflowStep","selectedHandler","selectedStyle","this","selected","status","iconName","iconColor","disabled","watchPropHandler","componentDidLoad","customIconSlot","hostElement","querySelector","onStepClick","clickable","selectedChanged","emit","render","icons","h","Fragment","color","name","class","size","Host","key","onClick","tabIndex","step","vertical","line","position"],"sources":["src/components/workflow-step/workflow-step.scss?tag=ix-workflow-step&encapsulation=shadow","src/components/workflow-step/workflow-step.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 'common-variables';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n\n .step {\n display: flex;\n flex-direction: column;\n align-items: center;\n background-color: var(--theme-workflow-step--background);\n border-radius: var(--theme-workflow--border-radius);\n width: auto;\n padding: 1.125rem 0 $small-space 0;\n height: 4rem;\n width: 12.75rem;\n\n .wrapper {\n display: flex;\n width: 100%;\n align-items: center;\n justify-content: center;\n position: relative;\n\n .line {\n width: 100%;\n height: 0.125rem;\n background-color: var(--theme-workflow-step-icon-default--color);\n\n &.first,\n &.last {\n width: 50%;\n margin: 0 0 0 auto;\n }\n\n &.last {\n margin: 0 auto 0 0;\n }\n\n &.single {\n width: 0;\n }\n\n &.selected {\n background-color: var(\n --theme-workflow-step-icon-default--color--selected\n );\n }\n\n &.done {\n background-color: var(--theme-workflow-step-icon-done--color);\n\n &.selected {\n background-color: var(\n --theme-workflow-step-icon-done--color--selected\n );\n }\n }\n\n &.warning {\n background-color: var(--theme-color-warning);\n }\n\n &.success {\n background-color: var(--theme-color-success);\n }\n\n &.error {\n background-color: var(--theme-color-alarm);\n }\n }\n\n .iconWrapper {\n display: flex;\n align-items: center;\n justify-content: center;\n position: absolute;\n\n .absolute {\n position: absolute;\n }\n }\n }\n\n .text {\n margin-top: $default-space;\n width: auto;\n padding: 0 $small-space;\n }\n\n &.vertical {\n flex-direction: row;\n padding: 0;\n\n .wrapper {\n width: auto;\n padding-left: 1.125rem;\n height: 4rem;\n\n .line {\n width: 0.125rem;\n height: 100%;\n\n &.first,\n &.last {\n height: 50%;\n margin: auto 0 0 0;\n }\n\n &.last {\n margin: 0 0 auto 0;\n }\n\n &.single {\n width: 0;\n }\n }\n }\n\n .text {\n margin-top: 0;\n margin-left: $default-space;\n padding: 0;\n }\n }\n\n &.clickable {\n &:hover {\n background-color: var(--theme-workflow-step--background--hover);\n }\n\n &:active {\n background-color: var(--theme-workflow-step--background--active);\n }\n }\n\n &:focus-visible {\n outline: 1px solid var(--focus--border-color);\n border-radius: 0;\n }\n\n &.selected {\n background-color: var(--theme-workflow-step--background--selected);\n }\n\n &.disabled {\n background-color: var(--theme-workflow-step--background--disabled);\n\n .line {\n background-color: var(\n --theme-workflow-step-icon-default--color--disabled\n ) !important;\n }\n\n .text {\n color: var(--theme-workflow-step--color--disabled);\n }\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 {\n Component,\n Element,\n Event,\n EventEmitter,\n Fragment,\n h,\n Host,\n Prop,\n State,\n Watch,\n} from '@stencil/core';\n\n@Component({\n tag: 'ix-workflow-step',\n styleUrl: 'workflow-step.scss',\n shadow: true,\n})\nexport class WorkflowStep {\n @Element() hostElement: HTMLIxWorkflowStepElement;\n\n /**\n * Select orientation\n */\n @Prop() vertical: boolean = false;\n\n /**\n * Set disabled\n */\n @Prop() disabled: boolean = false;\n\n /**\n * Set status\n */\n @Prop() status: 'open' | 'success' | 'done' | 'warning' | 'error' = 'open';\n\n /**\n * Activate navigation click\n */\n @Prop() clickable: boolean = false;\n\n /**\n * Set selected\n */\n @Prop() selected: boolean = false;\n\n /**\n * Activate navigation click\n *\n * @internal\n */\n @Prop() position: 'first' | 'last' | 'single' | 'undefined' = 'undefined';\n\n @State() iconName: 'circle' | 'circle-dot' | 'success' | 'warning' | 'error' =\n 'circle';\n\n @State() iconColor: string = 'workflow-step-icon-default--color';\n\n /**\n * @internal\n */\n @Event() selectedChanged: EventEmitter<HTMLIxWorkflowStepElement>;\n\n private customIconSlot: boolean;\n\n @Watch('selected')\n selectedHandler() {\n const selectedStyle = this.selected ? '--selected' : '';\n\n if (this.status === 'open') {\n this.iconName = this.selected ? 'circle-dot' : 'circle';\n this.iconColor = `workflow-step-icon-default--color${selectedStyle}`;\n }\n\n if (this.status === 'done' && !this.disabled) {\n this.iconColor = `workflow-step-icon-done--color${selectedStyle}`;\n }\n }\n\n @Watch('disabled')\n @Watch('status')\n watchPropHandler() {\n switch (this.status) {\n case 'open':\n this.iconName = 'circle';\n this.iconColor = 'workflow-step-icon-default--color';\n break;\n case 'success':\n this.iconName = 'success';\n this.iconColor = 'color-success';\n break;\n case 'done':\n this.iconName = 'success';\n this.iconColor = 'workflow-step-icon-done--color';\n break;\n case 'warning':\n this.iconName = 'warning';\n this.iconColor = 'color-warning';\n break;\n case 'error':\n this.iconName = 'error';\n this.iconColor = 'color-alarm';\n break;\n\n default:\n this.iconName = 'circle';\n break;\n }\n\n if (this.disabled) {\n this.iconColor = 'workflow-step-icon-success--color--disabled';\n }\n }\n\n componentDidLoad() {\n this.watchPropHandler();\n this.selectedHandler();\n\n this.customIconSlot = !!this.hostElement.querySelector(\n '[slot=\"custom-icon\"]'\n );\n }\n\n onStepClick() {\n if (!this.disabled && this.clickable) {\n this.selectedChanged.emit(this.hostElement);\n }\n }\n\n render() {\n const icons = !this.customIconSlot ? (\n <Fragment>\n <ix-icon\n color=\"color-1\"\n name={\n this.iconName === 'warning' ? 'triangle-filled' : 'circle-filled'\n }\n class=\"absolute\"\n size=\"24\"\n ></ix-icon>\n <ix-icon\n color={this.iconColor}\n name={this.iconName}\n class=\"absolute\"\n size=\"24\"\n ></ix-icon>\n </Fragment>\n ) : null;\n\n return (\n <Host onClick={() => this.onStepClick()}>\n <div\n tabIndex={0}\n class={{\n step: true,\n selected: this.selected,\n vertical: this.vertical,\n disabled: this.disabled,\n clickable: this.clickable && !this.disabled,\n }}\n >\n <div class=\"wrapper\">\n <div\n class={{\n line: true,\n selected: this.selected,\n [this.status]: true,\n [this.position]: true,\n }}\n ></div>\n <div class=\"iconWrapper\">\n {icons}\n <slot name=\"custom-icon\"></slot>\n </div>\n </div>\n <div class=\"text\">\n <slot></slot>\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"uEAAA,MAAMA,EAAkB,+kGACxB,MAAAC,EAAeD,E,MC0BFE,EAAY,M,wFAMK,M,cAKA,M,YAKwC,O,eAKvC,M,cAKD,M,cAOkC,Y,cAG5D,S,eAE2B,mC,CAU7B,eAAAC,GACE,MAAMC,EAAgBC,KAAKC,SAAW,aAAe,GAErD,GAAID,KAAKE,SAAW,OAAQ,CAC1BF,KAAKG,SAAWH,KAAKC,SAAW,aAAe,SAC/CD,KAAKI,UAAY,oCAAoCL,G,CAGvD,GAAIC,KAAKE,SAAW,SAAWF,KAAKK,SAAU,CAC5CL,KAAKI,UAAY,iCAAiCL,G,EAMtD,gBAAAO,GACE,OAAQN,KAAKE,QACX,IAAK,OACHF,KAAKG,SAAW,SAChBH,KAAKI,UAAY,oCACjB,MACF,IAAK,UACHJ,KAAKG,SAAW,UAChBH,KAAKI,UAAY,gBACjB,MACF,IAAK,OACHJ,KAAKG,SAAW,UAChBH,KAAKI,UAAY,iCACjB,MACF,IAAK,UACHJ,KAAKG,SAAW,UAChBH,KAAKI,UAAY,gBACjB,MACF,IAAK,QACHJ,KAAKG,SAAW,QAChBH,KAAKI,UAAY,cACjB,MAEF,QACEJ,KAAKG,SAAW,SAChB,MAGJ,GAAIH,KAAKK,SAAU,CACjBL,KAAKI,UAAY,6C,EAIrB,gBAAAG,GACEP,KAAKM,mBACLN,KAAKF,kBAELE,KAAKQ,iBAAmBR,KAAKS,YAAYC,cACvC,uB,CAIJ,WAAAC,GACE,IAAKX,KAAKK,UAAYL,KAAKY,UAAW,CACpCZ,KAAKa,gBAAgBC,KAAKd,KAAKS,Y,EAInC,MAAAM,GACE,MAAMC,GAAShB,KAAKQ,eAClBS,EAACC,EAAQ,KACPD,EAAA,WACEE,MAAM,UACNC,KACEpB,KAAKG,WAAa,UAAY,kBAAoB,gBAEpDkB,MAAM,WACNC,KAAK,OAEPL,EAAA,WACEE,MAAOnB,KAAKI,UACZgB,KAAMpB,KAAKG,SACXkB,MAAM,WACNC,KAAK,QAGP,KAEJ,OACEL,EAACM,EAAI,CAAAC,IAAA,2CAACC,QAAS,IAAMzB,KAAKW,eACxBM,EAAA,OAAAO,IAAA,2CACEE,SAAU,EACVL,MAAO,CACLM,KAAM,KACN1B,SAAUD,KAAKC,SACf2B,SAAU5B,KAAK4B,SACfvB,SAAUL,KAAKK,SACfO,UAAWZ,KAAKY,YAAcZ,KAAKK,WAGrCY,EAAA,OAAAO,IAAA,2CAAKH,MAAM,WACTJ,EAAA,OAAAO,IAAA,2CACEH,MAAO,CACLQ,KAAM,KACN5B,SAAUD,KAAKC,SACf,CAACD,KAAKE,QAAS,KACf,CAACF,KAAK8B,UAAW,QAGrBb,EAAA,OAAAO,IAAA,2CAAKH,MAAM,eACRL,EACDC,EAAA,QAAAO,IAAA,2CAAMJ,KAAK,kBAGfH,EAAA,OAAAO,IAAA,2CAAKH,MAAM,QACTJ,EAAA,QAAAO,IAAA,+C"}
@@ -0,0 +1,2 @@
1
+ var e=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}function n(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}export{e as a,n as c,o as g};
2
+ //# sourceMappingURL=p-45840cb9.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sources":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ class s{}s.shortTime=0;s.defaultTime=150;s.mediumTime=300;s.slowTime=500;s.xSlowTime=1e3;export{s as A};
2
+ //# sourceMappingURL=p-46a6cd9d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Animation","shortTime","defaultTime","mediumTime","slowTime","xSlowTime"],"sources":["src/components/utils/animation.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 default abstract class Animation {\n static readonly shortTime = 0;\n static readonly defaultTime = 150;\n static readonly mediumTime = 300;\n static readonly slowTime = 500;\n static readonly xSlowTime = 1000;\n}\n"],"mappings":"AASA,MAA8BA,GACZA,EAAAC,UAAY,EACZD,EAAAE,YAAc,IACdF,EAAAG,WAAa,IACbH,EAAAI,SAAW,IACXJ,EAAAK,UAAY,W"}
@@ -0,0 +1,2 @@
1
+ import{r,h as e,H as o}from"./p-26e9d40e.js";const t=":host{display:flex;padding:0.5rem;justify-content:flex-end;align-items:center;gap:0.5rem;align-self:stretch}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}";const a=t;const s=class{constructor(e){r(this,e)}render(){return e(o,{key:"798888b92e40b6c7fe43eddfc94437d8fc8a49c8"},e("slot",{key:"2da276a8b43f061d07f85953e1e54e144944267e"}))}};s.style=a;export{s as ix_modal_footer};
2
+ //# sourceMappingURL=p-47017ce7.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["modalFooterCss","IxModalFooterStyle0","ModalFooter","render","h","Host","key"],"sources":["src/components/modal-footer/modal-footer.scss?tag=ix-modal-footer&encapsulation=shadow","src/components/modal-footer/modal-footer.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@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n display: flex;\n padding: 0.5rem;\n justify-content: flex-end;\n align-items: center;\n gap: 0.5rem;\n align-self: stretch;\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, h, Host } from '@stencil/core';\n\n/**\n * @since 2.0.0\n */\n@Component({\n tag: 'ix-modal-footer',\n styleUrl: 'modal-footer.scss',\n shadow: true,\n})\nexport class ModalFooter {\n render() {\n return (\n <Host>\n <slot></slot>\n </Host>\n );\n }\n}\n"],"mappings":"6CAAA,MAAMA,EAAiB,2sBACvB,MAAAC,EAAeD,E,MCkBFE,EAAW,M,yBACtB,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,QAAAE,IAAA,6C"}
@@ -0,0 +1,2 @@
1
+ import{r as e,c as t,h as o,H as r}from"./p-26e9d40e.js";const s=":host{display:flex;align-items:center;height:32px;width:100%;cursor:pointer}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .tree-node-container{display:flex;align-items:center;height:2rem;flex-grow:1;align-items:center}:host .icon-toggle-container{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}:host .icon-toggle-container ix-icon{transition:transform var(--theme-default-time) ease-in-out}:host .icon-toggle-container ix-icon.icon-toggle-down{transform:rotate(90deg)}:host(:not(.disabled):not(:disabled):not(.selected).hover),:host(:not(.disabled):not(:disabled):not(.selected):hover){background-color:var(--theme-tree-item--background--hover)}:host(:not(.disabled):not(:disabled):not(.selected).active),:host(:not(.disabled):not(:disabled):not(.selected):active){background-color:var(--theme-tree-item--background--active)}:host(.selected){background-color:var(--theme-tree-item--background--selected)}:host(.selected.hover),:host(.selected:hover){background-color:var(--theme-tree-item--background--selected-hover)}:host(.selected.active),:host(.selected:active){background-color:var(--theme-tree-item--background--selected-active)}";const i=s;const c=class{constructor(o){e(this,o);this.toggle=t(this,"toggle",7);this.itemClick=t(this,"itemClick",7);this.text=undefined;this.hasChildren=undefined;this.context=undefined}render(){var e,t,s;return o(r,{key:"c40a13c3395d6f3a785e7f17ed8887d0f54642c6",class:{selected:(e=this.context)===null||e===void 0?void 0:e.isSelected}},o("div",{key:"47264231c4f5b919b4f4480a409b4b2047c46fc0",class:"icon-toggle-container",onClick:e=>{e.preventDefault();this.toggle.emit()}},this.hasChildren?o("ix-icon",{name:"chevron-right",size:"16",class:{["icon-toggle-down"]:(t=this.context)===null||t===void 0?void 0:t.isExpanded},color:`color-${((s=this.context)===null||s===void 0?void 0:s.isExpanded)?"primary":"std-text"}`}):null),o("div",{key:"5ab2e0dc8ac4b4aa5a6b6851b70980d7e04d02ea",class:"tree-node-container",onClick:()=>{this.itemClick.emit()}},this.text,o("slot",{key:"93f195d06fb13641e330028d460e2a077736c5be"})))}};c.style=i;export{c as ix_tree_item};
2
+ //# sourceMappingURL=p-4bbae41b.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["treeItemCss","IxTreeItemStyle0","TreeItem","render","h","Host","key","class","selected","_a","this","context","isSelected","onClick","e","preventDefault","toggle","emit","hasChildren","name","size","_b","isExpanded","color","_c","itemClick","text"],"sources":["src/components/tree-item/tree-item.scss?tag=ix-tree-item&encapsulation=shadow","src/components/tree-item/tree-item.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 'common-variables';\n@import 'mixins/text-truncation';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n\n display: flex;\n align-items: center;\n\n height: 32px;\n width: 100%;\n\n cursor: pointer;\n\n .tree-node-container {\n display: flex;\n align-items: center;\n height: $x-large-space;\n flex-grow: 1;\n align-items: center;\n }\n\n .icon-toggle-container {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 2rem;\n height: 2rem;\n\n ix-icon {\n transition: transform var(--theme-default-time) ease-in-out;\n\n &.icon-toggle-down {\n transform: rotate(90deg);\n }\n }\n }\n}\n\n:host(:not(.disabled):not(:disabled):not(.selected).hover),\n:host(:not(.disabled):not(:disabled):not(.selected):hover) {\n background-color: var(--theme-tree-item--background--hover);\n}\n\n:host(:not(.disabled):not(:disabled):not(.selected).active),\n:host(:not(.disabled):not(:disabled):not(.selected):active) {\n background-color: var(--theme-tree-item--background--active);\n}\n\n:host(.selected) {\n background-color: var(--theme-tree-item--background--selected);\n}\n\n:host(.selected.hover),\n:host(.selected:hover) {\n background-color: var(--theme-tree-item--background--selected-hover);\n}\n\n:host(.selected.active),\n:host(.selected:active) {\n background-color: var(--theme-tree-item--background--selected-active);\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, Event, EventEmitter, h, Host, Prop } from '@stencil/core';\nimport { TreeItemContext } from '../tree/tree-model';\n\n@Component({\n tag: 'ix-tree-item',\n styleUrl: 'tree-item.scss',\n shadow: true,\n})\nexport class TreeItem {\n /**\n * Text\n */\n @Prop() text: string;\n\n /**\n * Has tree item children\n */\n @Prop() hasChildren: boolean;\n\n /**\n * Context\n */\n @Prop() context: TreeItemContext;\n\n /**\n * Expand/Collapsed toggled\n */\n @Event() toggle: EventEmitter<void>;\n\n /**\n * Clicked\n */\n @Event() itemClick: EventEmitter<void>;\n\n render() {\n return (\n <Host\n class={{\n selected: this.context?.isSelected,\n }}\n >\n <div\n class=\"icon-toggle-container\"\n onClick={(e) => {\n e.preventDefault();\n this.toggle.emit();\n }}\n >\n {this.hasChildren ? (\n <ix-icon\n name={'chevron-right'}\n size=\"16\"\n class={{\n ['icon-toggle-down']: this.context?.isExpanded,\n }}\n color={`color-${\n this.context?.isExpanded ? 'primary' : 'std-text'\n }`}\n />\n ) : null}\n </div>\n <div\n class=\"tree-node-container\"\n onClick={() => {\n this.itemClick.emit();\n }}\n >\n {this.text}\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"yDAAA,MAAMA,EAAc,qsDACpB,MAAAC,EAAeD,E,MCgBFE,EAAQ,M,mKA0BnB,MAAAC,G,UACE,OACEC,EAACC,EAAI,CAAAC,IAAA,2CACHC,MAAO,CACLC,UAAUC,EAAAC,KAAKC,WAAO,MAAAF,SAAA,SAAAA,EAAEG,aAG1BR,EAAA,OAAAE,IAAA,2CACEC,MAAM,wBACNM,QAAUC,IACRA,EAAEC,iBACFL,KAAKM,OAAOC,MAAM,GAGnBP,KAAKQ,YACJd,EAAA,WACEe,KAAM,gBACNC,KAAK,KACLb,MAAO,CACL,CAAC,qBAAqBc,EAAAX,KAAKC,WAAO,MAAAU,SAAA,SAAAA,EAAEC,YAEtCC,MAAO,WACLC,EAAAd,KAAKC,WAAO,MAAAa,SAAA,SAAAA,EAAEF,YAAa,UAAY,eAGzC,MAENlB,EAAA,OAAAE,IAAA,2CACEC,MAAM,sBACNM,QAAS,KACPH,KAAKe,UAAUR,MAAM,GAGtBP,KAAKgB,KACNtB,EAAA,QAAAE,IAAA,8C"}
@@ -0,0 +1,2 @@
1
+ import{r as t,c as e,h as i,H as r,g as s}from"./p-26e9d40e.js";import{c as o}from"./p-e898862b.js";const l=":host{display:flex;position:relative;flex-direction:column;align-items:flex-start;margin:0.5rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .CardList_Title{display:flex;position:relative;height:1.5rem;align-items:center;width:100%;margin-bottom:0.5rem}:host .CardList__Title__Button{margin-right:1rem;transition:var(--theme-default-time) transform ease-in-out}:host .CardList__Title__Button__Collapsed{transform:rotate(-90deg)}:host .CardList__Title__Show__All{align-self:center;margin-left:auto;margin-right:0px}:host .CardList__Content{display:flex;position:relative;height:calc(100% - 1.5rem);width:100%;gap:1.5rem;transition:var(--theme-default-time) ease-in-out;overflow:auto}:host .CardList__Content__Collapsed{min-height:0px;max-height:0px;overflow:hidden;opacity:0}:host .CardList__Style__Flexbox__Scroll{flex-wrap:wrap}:host .CardList__Style__Infinite__Scroll{flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}:host .CardList__Style__Infinite__Scroll::-webkit-scrollbar{display:none}:host .CardList__Overflow{display:block;position:relative;height:100%;width:100%;pointer-events:all;-webkit-mask-image:var(--ix-card-list-overflow, none);mask-image:var(--ix-card-list-overflow, none)}:host .Show__All__Card{display:flex;position:relative;align-self:flex-start;justify-self:center;max-width:11.25rem;min-width:11.25rem;width:11.25rem;min-height:11.25rem;max-height:11.25rem;height:11.25rem;--ix-card-border-color:var(--theme-color-primary);color:var(--theme-color-primary)}:host .CardList__Style__Infinite__Scroll .Show__All__Card{margin-top:2.375rem}:host .CardList__Style__Flexbox__Scroll .Show__All__Card{margin-bottom:2.375rem}:host .Show__All__Card:hover{background-color:var(--theme-color-ghost--hover)}:host .Show__All__Card:active{background-color:var(--theme-color-ghost--active)}:host .Show__All__Card__Content{display:flex;justify-content:center;align-items:center}:host .Show__All__Card__Icon{display:flex;position:absolute;height:4rem;width:4rem;justify-content:center;align-items:center}:host .Show__All__Card__Text{margin-bottom:0px;margin-top:auto}";const a=l;function n(t){if(t.label===""){return null}return i("div",{class:"CardList_Title"},i("ix-icon-button",{ghost:true,icon:"chevron-down",onClick:t.onClick,color:"color-primary",class:{CardList__Title__Button:true,CardList__Title__Button__Collapsed:t.isCollapsed}}),i("ix-typography",{variant:"large-single"},t.label),!t.hideShowAll&&i("ix-button",{class:"CardList__Title__Show__All",ghost:true,onClick:t.onShowAllClick},i("span",null,t.showAllLabel),i("span",null,!isNaN(t.showAllCounter)?` (${t.showAllCounter})`:null)))}const h=class{constructor(i){t(this,i);this.collapseChanged=e(this,"collapseChanged",7);this.showAllClick=e(this,"showAllClick",7);this.showMoreCardClick=e(this,"showMoreCardClick",7);this.label=undefined;this.collapse=false;this.listStyle="stack";this.maxVisibleCards=12;this.showAllCount=undefined;this.suppressOverflowHandling=false;this.hideShowAll=false;this.i18nShowAll="Show all";this.i18nMoreCards="There are more cards available";this.hasOverflowingElements=false;this.numberOfOverflowingElements=0;this.numberOfAllChildElements=0;this.leftScrollDistance=0;this.rightScrollDistance=0}onCardListVisibilityToggle(){this.collapse=!this.collapse;this.collapseChanged.emit(this.collapse)}onShowAllClick(t){this.showAllClick.emit({nativeEvent:t})}getListChildren(){const t=this.hostElement.shadowRoot.querySelector(".CardList__Content > slot");return t.assignedElements({flatten:true})}changeVisibilityOfSlotChildren(){const t=this.getListChildren();t.forEach(((t,e)=>{if(t instanceof HTMLElement){if(e>this.maxVisibleCards-1){t.classList.add("d-none");return}t.classList.remove("d-none")}}));this.hasOverflowingElements=t.length>this.maxVisibleCards;this.numberOfOverflowingElements=t.length-this.maxVisibleCards;this.numberOfAllChildElements=t.length;this.detectOverflow()}registerOverflowHandler(){this.observer=o((()=>{this.changeVisibilityOfSlotChildren()}));this.observer.observe(this.hostElement.shadowRoot.querySelector(".CardList__Content"),{childList:true,subtree:true});requestAnimationFrame((()=>{this.changeVisibilityOfSlotChildren()}))}shouldHandleOverflow(){if(this.suppressOverflowHandling){return false}if(this.listStyle==="stack"||this.listStyle==="scroll"){return true}}get listElement(){return this.hostElement.shadowRoot.querySelector(".CardList__Content")}onCardListScroll(){this.detectOverflow()}isShowMoreCardVisible(){return this.suppressOverflowHandling===false&&this.hasOverflowingElements}getOpacityFromScrollDistance(t){if(!this.listElement){return 0}if(t===0){return 0}if(t>100){return 1}return t/100}computeMaskLayer(){const t=80;const e=`linear-gradient(\n 90deg,\n transparent 0px,\n black ${t*(this.getOpacityFromScrollDistance(this.leftScrollDistance)>0?1:0)}px,\n black calc(100% - ${t*(this.getOpacityFromScrollDistance(this.rightScrollDistance)>0?1:0)}px),\n transparent 100%\n )`;return{"--ix-card-list-overflow":e}}detectOverflow(){const{clientWidth:t,scrollWidth:e,scrollLeft:i}=this.listElement;this.leftScrollDistance=i;this.rightScrollDistance=e-i-t}componentDidLoad(){if(this.shouldHandleOverflow()){this.registerOverflowHandler()}}disconnectedCallback(){if(this.observer){this.observer.disconnect()}}render(){return i(r,{key:"c52ee605d2f81a82788543defb031d99a7629eca"},i(n,{key:"976f9943a705914b148bec2cfbf90d44a63905c3",isCollapsed:this.collapse,label:this.label,showAllLabel:this.i18nShowAll,showAllCounter:this.showAllCount===undefined?this.numberOfAllChildElements:this.showAllCount,onClick:()=>this.onCardListVisibilityToggle(),onShowAllClick:t=>this.onShowAllClick(t),hideShowAll:this.hideShowAll}),i("div",{key:"cbf01e7d4cc781ccf3458fcb4e0a3c70e4cea062",class:{CardList__Overflow:true},style:this.computeMaskLayer()},i("div",{key:"025b916a7b4b979303122302cf33a593ecfca968",class:{CardList__Content:true,CardList__Content__Collapsed:this.collapse,CardList__Style__Flexbox__Scroll:this.listStyle==="stack",CardList__Style__Infinite__Scroll:this.listStyle==="scroll"},onScroll:()=>this.onCardListScroll()},i("slot",{key:"bf626a7477a10cc184eeec082ed4f357be37d4b0",onSlotchange:()=>this.changeVisibilityOfSlotChildren()}),this.isShowMoreCardVisible()?i("ix-card",{class:{Show__All__Card:true},onClick:t=>this.showMoreCardClick.emit({nativeEvent:t})},i("ix-card-content",{class:"Show__All__Card__Content"},i("ix-icon",{name:"more-menu",size:"32",class:"Show__All__Card__Icon"}),i("span",{class:"Show__All__Card__Text"},this.i18nMoreCards," (",this.numberOfOverflowingElements,")"))):null)))}get hostElement(){return s(this)}};h.style=a;export{h as ix_card_list};
2
+ //# sourceMappingURL=p-4d57ca67.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["cardListCss","IxCardListStyle0","CardListTitle","props","label","h","class","ghost","icon","onClick","color","CardList__Title__Button","CardList__Title__Button__Collapsed","isCollapsed","variant","hideShowAll","onShowAllClick","showAllLabel","isNaN","showAllCounter","CardList","onCardListVisibilityToggle","this","collapse","collapseChanged","emit","event","showAllClick","nativeEvent","getListChildren","slot","hostElement","shadowRoot","querySelector","assignedElements","flatten","changeVisibilityOfSlotChildren","childElements","forEach","element","index","HTMLElement","maxVisibleCards","classList","add","remove","hasOverflowingElements","length","numberOfOverflowingElements","numberOfAllChildElements","detectOverflow","registerOverflowHandler","observer","createMutationObserver","observe","childList","subtree","requestAnimationFrame","shouldHandleOverflow","suppressOverflowHandling","listStyle","listElement","onCardListScroll","isShowMoreCardVisible","getOpacityFromScrollDistance","distance","computeMaskLayer","maxOverflowWidth","maskLayer","leftScrollDistance","rightScrollDistance","clientWidth","scrollWidth","scrollLeft","componentDidLoad","disconnectedCallback","disconnect","render","Host","key","i18nShowAll","showAllCount","undefined","e","CardList__Overflow","style","CardList__Content","CardList__Content__Collapsed","CardList__Style__Flexbox__Scroll","CardList__Style__Infinite__Scroll","onScroll","onSlotchange","Show__All__Card","showMoreCardClick","name","size","i18nMoreCards"],"sources":["src/components/card-list/card-list.scss?tag=ix-card-list&encapsulation=shadow","src/components/card-list/card-list.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@import 'mixins/shadow-dom/component';\n\n$CardList__Title__Height: 1.5rem;\n\n:host {\n @include ix-component;\n\n display: flex;\n position: relative;\n flex-direction: column;\n align-items: flex-start;\n margin: 0.5rem;\n\n .CardList_Title {\n display: flex;\n position: relative;\n height: $CardList__Title__Height;\n align-items: center;\n width: 100%;\n margin-bottom: 0.5rem;\n }\n\n .CardList__Title__Button {\n margin-right: 1rem;\n transition: var(--theme-default-time) transform ease-in-out;\n }\n\n .CardList__Title__Button__Collapsed {\n transform: rotate(-90deg);\n }\n\n .CardList__Title__Show__All {\n align-self: center;\n margin-left: auto;\n margin-right: 0px;\n }\n\n .CardList__Content {\n display: flex;\n position: relative;\n height: calc(100% - #{$CardList__Title__Height});\n width: 100%;\n gap: 1.5rem;\n transition: var(--theme-default-time) ease-in-out;\n overflow: auto;\n }\n\n .CardList__Content__Collapsed {\n min-height: 0px;\n max-height: 0px;\n overflow: hidden;\n opacity: 0;\n }\n\n .CardList__Style__Flexbox__Scroll {\n flex-wrap: wrap;\n }\n\n .CardList__Style__Infinite__Scroll {\n flex-wrap: nowrap;\n\n -ms-overflow-style: none;\n scrollbar-width: none;\n\n &::-webkit-scrollbar {\n display: none;\n }\n }\n\n .CardList__Overflow {\n display: block;\n position: relative;\n height: 100%;\n width: 100%;\n pointer-events: all;\n mask-image: var(--ix-card-list-overflow, none);\n }\n\n .Show__All__Card {\n display: flex;\n position: relative;\n\n align-self: flex-start;\n justify-self: center;\n\n max-width: 11.25rem;\n min-width: 11.25rem;\n width: 11.25rem;\n\n min-height: 11.25rem;\n max-height: 11.25rem;\n height: 11.25rem;\n\n --ix-card-border-color: var(--theme-color-primary);\n color: var(--theme-color-primary);\n }\n\n .CardList__Style__Infinite__Scroll .Show__All__Card {\n margin-top: 2.375rem;\n }\n\n .CardList__Style__Flexbox__Scroll .Show__All__Card {\n margin-bottom: 2.375rem;\n }\n\n .Show__All__Card:hover {\n background-color: var(--theme-color-ghost--hover);\n }\n\n .Show__All__Card:active {\n background-color: var(--theme-color-ghost--active);\n }\n\n .Show__All__Card__Content {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .Show__All__Card__Icon {\n display: flex;\n position: absolute;\n height: 4rem;\n width: 4rem;\n justify-content: center;\n align-items: center;\n }\n\n .Show__All__Card__Text {\n margin-bottom: 0px;\n margin-top: auto;\n }\n}\n","import {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Listen,\n Prop,\n State,\n} from '@stencil/core';\nimport { createMutationObserver } from '../utils/mutation-observer';\n\nfunction CardListTitle(props: {\n label: string;\n isCollapsed: boolean;\n onClick: (e: MouseEvent) => void;\n onShowAllClick: (e: MouseEvent) => void;\n showAllLabel: string;\n showAllCounter: number;\n hideShowAll: boolean;\n}) {\n if (props.label === '') {\n return null;\n }\n\n return (\n <div class=\"CardList_Title\">\n <ix-icon-button\n ghost\n icon={'chevron-down'}\n onClick={props.onClick}\n color=\"color-primary\"\n class={{\n CardList__Title__Button: true,\n CardList__Title__Button__Collapsed: props.isCollapsed,\n }}\n ></ix-icon-button>\n <ix-typography variant=\"large-single\">{props.label}</ix-typography>\n {!props.hideShowAll && (\n <ix-button\n class=\"CardList__Title__Show__All\"\n ghost\n onClick={props.onShowAllClick}\n >\n <span>{props.showAllLabel}</span>\n <span>\n {!isNaN(props.showAllCounter) ? ` (${props.showAllCounter})` : null}\n </span>\n </ix-button>\n )}\n </div>\n );\n}\n\n/**\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-card-list',\n styleUrl: 'card-list.scss',\n shadow: true,\n})\nexport class CardList {\n /**\n * Name the card list\n */\n @Prop() label: string;\n\n /**\n * Collapse the list\n */\n @Prop({ mutable: true }) collapse = false;\n\n /**\n * List style\n */\n @Prop() listStyle: 'stack' | 'scroll' = 'stack';\n\n /**\n * Maximal visible cards\n *\n * @internal\n */\n @Prop() maxVisibleCards = 12;\n\n /**\n * Overwrite the default show all count.\n * */\n @Prop() showAllCount: number | undefined;\n\n /**\n * Suppress the overflow handling of child elements\n */\n @Prop() suppressOverflowHandling = false;\n\n /**\n * Hide the show all button\n *\n * @since 2.2.0\n */\n @Prop() hideShowAll = false;\n\n /**\n * i18n Show all button\n */\n @Prop() i18nShowAll = 'Show all';\n\n /**\n * i18n More cards available\n */\n @Prop() i18nMoreCards = 'There are more cards available';\n\n /**\n * Fire event when the collapse state is changed by the user\n */\n @Event() collapseChanged: EventEmitter<boolean>;\n\n /**\n * Fire event when the collapse state is changed by the user\n */\n @Event() showAllClick: EventEmitter<{\n nativeEvent: MouseEvent;\n }>;\n\n /**\n * Fire event when the show more card is clicked.\n */\n @Event() showMoreCardClick: EventEmitter<{\n nativeEvent: MouseEvent;\n }>;\n\n @Element() hostElement: HTMLIxCardListElement;\n\n @State() private hasOverflowingElements = false;\n @State() private numberOfOverflowingElements = 0;\n @State() private numberOfAllChildElements = 0;\n @State() private leftScrollDistance = 0;\n @State() private rightScrollDistance = 0;\n\n private observer: MutationObserver;\n\n private onCardListVisibilityToggle() {\n this.collapse = !this.collapse;\n this.collapseChanged.emit(this.collapse);\n }\n\n private onShowAllClick(event: MouseEvent) {\n this.showAllClick.emit({\n nativeEvent: event,\n });\n }\n\n private getListChildren() {\n const slot = this.hostElement.shadowRoot.querySelector(\n '.CardList__Content > slot'\n ) as HTMLSlotElement;\n return slot.assignedElements({ flatten: true });\n }\n\n private changeVisibilityOfSlotChildren() {\n const childElements = this.getListChildren();\n childElements.forEach((element, index) => {\n if (element instanceof HTMLElement) {\n if (index > this.maxVisibleCards - 1) {\n element.classList.add('d-none');\n return;\n }\n element.classList.remove('d-none');\n }\n });\n this.hasOverflowingElements = childElements.length > this.maxVisibleCards;\n this.numberOfOverflowingElements =\n childElements.length - this.maxVisibleCards;\n\n this.numberOfAllChildElements = childElements.length;\n this.detectOverflow();\n }\n\n private registerOverflowHandler() {\n this.observer = createMutationObserver(() => {\n this.changeVisibilityOfSlotChildren();\n });\n\n this.observer.observe(\n this.hostElement.shadowRoot.querySelector('.CardList__Content'),\n {\n childList: true,\n subtree: true,\n }\n );\n\n requestAnimationFrame(() => {\n this.changeVisibilityOfSlotChildren();\n });\n }\n\n private shouldHandleOverflow() {\n if (this.suppressOverflowHandling) {\n return false;\n }\n if (this.listStyle === 'stack' || this.listStyle === 'scroll') {\n return true;\n }\n }\n\n private get listElement() {\n return this.hostElement.shadowRoot.querySelector('.CardList__Content');\n }\n\n private onCardListScroll() {\n this.detectOverflow();\n }\n\n private isShowMoreCardVisible() {\n return (\n this.suppressOverflowHandling === false && this.hasOverflowingElements\n );\n }\n\n private getOpacityFromScrollDistance(distance: number) {\n if (!this.listElement) {\n return 0;\n }\n\n if (distance === 0) {\n return 0;\n }\n\n if (distance > 100) {\n return 1;\n }\n\n return distance / 100;\n }\n\n private computeMaskLayer() {\n const maxOverflowWidth = 80;\n const maskLayer = `linear-gradient(\n 90deg,\n transparent 0px,\n black ${\n maxOverflowWidth *\n (this.getOpacityFromScrollDistance(this.leftScrollDistance) > 0 ? 1 : 0)\n }px,\n black calc(100% - ${\n maxOverflowWidth *\n (this.getOpacityFromScrollDistance(this.rightScrollDistance) > 0\n ? 1\n : 0)\n }px),\n transparent 100%\n )`;\n return {\n '--ix-card-list-overflow': maskLayer,\n };\n }\n\n @Listen('resize', { target: 'window' })\n private detectOverflow() {\n const { clientWidth, scrollWidth, scrollLeft } = this.listElement;\n\n this.leftScrollDistance = scrollLeft;\n this.rightScrollDistance = scrollWidth - scrollLeft - clientWidth;\n }\n\n componentDidLoad() {\n if (this.shouldHandleOverflow()) {\n this.registerOverflowHandler();\n }\n }\n\n disconnectedCallback() {\n if (this.observer) {\n this.observer.disconnect();\n }\n }\n\n render() {\n return (\n <Host>\n <CardListTitle\n isCollapsed={this.collapse}\n label={this.label}\n showAllLabel={this.i18nShowAll}\n showAllCounter={\n this.showAllCount === undefined\n ? this.numberOfAllChildElements\n : this.showAllCount\n }\n onClick={() => this.onCardListVisibilityToggle()}\n onShowAllClick={(e) => this.onShowAllClick(e)}\n hideShowAll={this.hideShowAll}\n ></CardListTitle>\n <div\n class={{\n CardList__Overflow: true,\n }}\n style={this.computeMaskLayer()}\n >\n <div\n class={{\n CardList__Content: true,\n CardList__Content__Collapsed: this.collapse,\n CardList__Style__Flexbox__Scroll: this.listStyle === 'stack',\n CardList__Style__Infinite__Scroll: this.listStyle === 'scroll',\n }}\n onScroll={() => this.onCardListScroll()}\n >\n <slot\n onSlotchange={() => this.changeVisibilityOfSlotChildren()}\n ></slot>\n {this.isShowMoreCardVisible() ? (\n <ix-card\n class={{\n Show__All__Card: true,\n }}\n onClick={(event) =>\n this.showMoreCardClick.emit({\n nativeEvent: event,\n })\n }\n >\n <ix-card-content class=\"Show__All__Card__Content\">\n <ix-icon\n name={'more-menu'}\n size={'32'}\n class={'Show__All__Card__Icon'}\n ></ix-icon>\n <span class=\"Show__All__Card__Text\">\n {this.i18nMoreCards} ({this.numberOfOverflowingElements})\n </span>\n </ix-card-content>\n </ix-card>\n ) : null}\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"oGAAA,MAAMA,EAAc,4lFACpB,MAAAC,EAAeD,ECYf,SAASE,EAAcC,GASrB,GAAIA,EAAMC,QAAU,GAAI,CACtB,OAAO,I,CAGT,OACEC,EAAA,OAAKC,MAAM,kBACTD,EAAA,kBACEE,MAAK,KACLC,KAAM,eACNC,QAASN,EAAMM,QACfC,MAAM,gBACNJ,MAAO,CACLK,wBAAyB,KACzBC,mCAAoCT,EAAMU,eAG9CR,EAAA,iBAAeS,QAAQ,gBAAgBX,EAAMC,QAC3CD,EAAMY,aACNV,EAAA,aACEC,MAAM,6BACNC,MAAK,KACLE,QAASN,EAAMa,gBAEfX,EAAA,YAAOF,EAAMc,cACbZ,EAAA,aACIa,MAAMf,EAAMgB,gBAAkB,KAAKhB,EAAMgB,kBAAoB,OAM3E,C,MAUaC,EAAQ,M,6MASiB,M,eAKI,Q,qBAOd,G,0DAUS,M,iBAOb,M,iBAKA,W,mBAKE,iC,4BAuBkB,M,iCACK,E,8BACH,E,wBACN,E,yBACC,C,CAI/B,0BAAAC,GACNC,KAAKC,UAAYD,KAAKC,SACtBD,KAAKE,gBAAgBC,KAAKH,KAAKC,S,CAGzB,cAAAP,CAAeU,GACrBJ,KAAKK,aAAaF,KAAK,CACrBG,YAAaF,G,CAIT,eAAAG,GACN,MAAMC,EAAOR,KAAKS,YAAYC,WAAWC,cACvC,6BAEF,OAAOH,EAAKI,iBAAiB,CAAEC,QAAS,M,CAGlC,8BAAAC,GACN,MAAMC,EAAgBf,KAAKO,kBAC3BQ,EAAcC,SAAQ,CAACC,EAASC,KAC9B,GAAID,aAAmBE,YAAa,CAClC,GAAID,EAAQlB,KAAKoB,gBAAkB,EAAG,CACpCH,EAAQI,UAAUC,IAAI,UACtB,M,CAEFL,EAAQI,UAAUE,OAAO,S,KAG7BvB,KAAKwB,uBAAyBT,EAAcU,OAASzB,KAAKoB,gBAC1DpB,KAAK0B,4BACHX,EAAcU,OAASzB,KAAKoB,gBAE9BpB,KAAK2B,yBAA2BZ,EAAcU,OAC9CzB,KAAK4B,gB,CAGC,uBAAAC,GACN7B,KAAK8B,SAAWC,GAAuB,KACrC/B,KAAKc,gCAAgC,IAGvCd,KAAK8B,SAASE,QACZhC,KAAKS,YAAYC,WAAWC,cAAc,sBAC1C,CACEsB,UAAW,KACXC,QAAS,OAIbC,uBAAsB,KACpBnC,KAAKc,gCAAgC,G,CAIjC,oBAAAsB,GACN,GAAIpC,KAAKqC,yBAA0B,CACjC,OAAO,K,CAET,GAAIrC,KAAKsC,YAAc,SAAWtC,KAAKsC,YAAc,SAAU,CAC7D,OAAO,I,EAIX,eAAYC,GACV,OAAOvC,KAAKS,YAAYC,WAAWC,cAAc,qB,CAG3C,gBAAA6B,GACNxC,KAAK4B,gB,CAGC,qBAAAa,GACN,OACEzC,KAAKqC,2BAA6B,OAASrC,KAAKwB,sB,CAI5C,4BAAAkB,CAA6BC,GACnC,IAAK3C,KAAKuC,YAAa,CACrB,OAAO,C,CAGT,GAAII,IAAa,EAAG,CAClB,OAAO,C,CAGT,GAAIA,EAAW,IAAK,CAClB,OAAO,C,CAGT,OAAOA,EAAW,G,CAGZ,gBAAAC,GACN,MAAMC,EAAmB,GACzB,MAAMC,EAAY,uEAIdD,GACC7C,KAAK0C,6BAA6B1C,KAAK+C,oBAAsB,EAAI,EAAI,kCAGtEF,GACC7C,KAAK0C,6BAA6B1C,KAAKgD,qBAAuB,EAC3D,EACA,wCAIR,MAAO,CACL,0BAA2BF,E,CAKvB,cAAAlB,GACN,MAAMqB,YAAEA,EAAWC,YAAEA,EAAWC,WAAEA,GAAenD,KAAKuC,YAEtDvC,KAAK+C,mBAAqBI,EAC1BnD,KAAKgD,oBAAsBE,EAAcC,EAAaF,C,CAGxD,gBAAAG,GACE,GAAIpD,KAAKoC,uBAAwB,CAC/BpC,KAAK6B,yB,EAIT,oBAAAwB,GACE,GAAIrD,KAAK8B,SAAU,CACjB9B,KAAK8B,SAASwB,Y,EAIlB,MAAAC,GACE,OACExE,EAACyE,EAAI,CAAAC,IAAA,4CACH1E,EAACH,EAAa,CAAA6E,IAAA,2CACZlE,YAAaS,KAAKC,SAClBnB,MAAOkB,KAAKlB,MACZa,aAAcK,KAAK0D,YACnB7D,eACEG,KAAK2D,eAAiBC,UAClB5D,KAAK2B,yBACL3B,KAAK2D,aAEXxE,QAAS,IAAMa,KAAKD,6BACpBL,eAAiBmE,GAAM7D,KAAKN,eAAemE,GAC3CpE,YAAaO,KAAKP,cAEpBV,EAAA,OAAA0E,IAAA,2CACEzE,MAAO,CACL8E,mBAAoB,MAEtBC,MAAO/D,KAAK4C,oBAEZ7D,EAAA,OAAA0E,IAAA,2CACEzE,MAAO,CACLgF,kBAAmB,KACnBC,6BAA8BjE,KAAKC,SACnCiE,iCAAkClE,KAAKsC,YAAc,QACrD6B,kCAAmCnE,KAAKsC,YAAc,UAExD8B,SAAU,IAAMpE,KAAKwC,oBAErBzD,EAAA,QAAA0E,IAAA,2CACEY,aAAc,IAAMrE,KAAKc,mCAE1Bd,KAAKyC,wBACJ1D,EAAA,WACEC,MAAO,CACLsF,gBAAiB,MAEnBnF,QAAUiB,GACRJ,KAAKuE,kBAAkBpE,KAAK,CAC1BG,YAAaF,KAIjBrB,EAAA,mBAAiBC,MAAM,4BACrBD,EAAA,WACEyF,KAAM,YACNC,KAAM,KACNzF,MAAO,0BAETD,EAAA,QAAMC,MAAM,yBACTgB,KAAK0E,cAAa,KAAI1E,KAAK0B,4BAA2B,OAI3D,O"}
@@ -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=>{if(a.hasAttribute(e)){const t=a.getAttribute(e);if(t!==null&&!r.includes(e)){i[e]=a.getAttribute(e);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-4f8ac3bf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["isHttpUrl","link","url","URL","e","protocol","isSvgDataUrl","startsWith","a11yBoolean","value","kebabCaseToUpperCaseSentence","kebabCase","withoutFilledSuffix","replace","words","split","sentence","map","word","trimWord","trim","digitLessWord","length","charAt","toUpperCase","slice","join","getFallbackLabelFromIconName","iconName","label","a11yHostAttributes","hostElement","ignoreAttributes","attributeObject","a11yAttributes","forEach","attr","hasAttribute","getAttribute","includes","removeAttribute"],"sources":["src/components/utils/condition-checks.ts","src/components/utils/a11y.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 */\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) => (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, any> => {\n const attributeObject: Record<string, any> = {};\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\ntype PartialRecord<K extends keyof any, T> = {\n [P in K]?: T;\n};\nexport type A11yAttributes = PartialRecord<A11yAttributeName, any>;\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"],"mappings":"AAQO,MAAMA,EAAaC,IACxB,IAAKA,EAAM,CACT,OAAO,K,CAGT,IAAIC,EAEJ,IACEA,EAAM,IAAIC,IAAIF,E,CACd,MAAOG,GACP,OAAO,K,CAGT,OAAOF,EAAIG,WAAa,SAAWH,EAAIG,WAAa,QAAQ,EAGvD,MAAMC,EAAgBJ,IAC3B,IAAKA,EAAK,CACR,OAAO,K,CAGT,UAAWA,IAAQ,SAAU,CAC3B,OAAO,K,CAGT,OAAOA,EAAIK,WAAW,qBAAqB,E,MCtBhCC,EAAeC,GAAoBA,EAAQ,OAAS,QAEjE,MAAMC,EAAgCC,IACpC,MAAMC,EAAsBD,EAAUE,QAAQ,UAAW,IACzD,MAAMC,EAAQF,EAAoBG,MAAM,KACxC,MAAMC,EAAWF,EACdG,KAAKC,IACJ,MAAMC,EAAWD,EAAKE,OACtB,MAAMC,EAAgBF,EAASN,QAAQ,OAAQ,IAE/C,GAAIQ,EAAcC,SAAW,EAAG,CAC9B,OAAOH,C,CAGT,OAAOE,CAAa,IAErBJ,KAAKC,GAASA,EAAKK,OAAO,GAAGC,cAAgBN,EAAKO,MAAM,KACxDC,KAAK,KAER,OAAOV,CAAQ,E,MAGJW,EAAgCC,IAC3C,IAAKA,EAAU,CACb,MAAO,S,CAGT,GAAI5B,EAAU4B,GAAW,CACvB,MAAO,S,CAGT,GAAItB,EAAasB,GAAW,CAC1B,MAAO,S,CAGT,MAAMC,EAAQnB,EAA6BkB,GAE3C,GAAIC,EAAMP,SAAW,EAAG,CACtB,MAAO,S,CAGT,OAAOO,CAAK,E,MAGDC,EAAqB,CAChCC,EACAC,EAAwC,MAExC,MAAMC,EAAuC,GAC7CC,EAAeC,SAASC,IACtB,GAAIL,EAAYM,aAAaD,GAAO,CAClC,MAAM3B,EAAQsB,EAAYO,aAAaF,GACvC,GAAI3B,IAAU,OAASuB,EAAiBO,SAASH,GAAO,CACtDH,EAAgBG,GAAQL,EAAYO,aAAaF,GACjDL,EAAYS,gBAAgBJ,E,MAKlC,OAAOH,CAAe,EA6DxB,MAAMC,EAAsC,CAC1C,OACA,wBACA,cACA,oBACA,oBACA,8BACA,YACA,eACA,gBACA,gBACA,oBACA,eACA,gBACA,eACA,mBACA,mBACA,eACA,gBACA,oBACA,gBACA,cACA,gBACA,cACA,eACA,oBACA,aACA,kBACA,aACA,YACA,iBACA,uBACA,mBACA,YACA,mBACA,gBACA,eACA,gBACA,gBACA,gBACA,uBACA,gBACA,gBACA,oBACA,eACA,gBACA,eACA,YACA,gBACA,gBACA,gBACA,yB"}
@@ -0,0 +1,2 @@
1
+ export{a as ix_menu_settings}from"./p-e07d2623.js";import"./p-26e9d40e.js";
2
+ //# sourceMappingURL=p-52bb526e.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sources":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ (function(){var t=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function n(n){var i=t.has(n);n=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(n);return!i&&n}function i(t){var n=t.isConnected;if(void 0!==n)return n;for(;t&&!(t.__CE_isImportDocument||t instanceof Document);)t=t.parentNode||(window.ShadowRoot&&t instanceof ShadowRoot?t.host:void 0);return!(!t||!(t.__CE_isImportDocument||t instanceof Document))}function e(t,n){for(;n&&n!==t&&!n.nextSibling;)n=n.parentNode;return n&&n!==t?n.nextSibling:null}function o(t,n,i){i=void 0===i?new Set:i;for(var r=t;r;){if(r.nodeType===Node.ELEMENT_NODE){var f=r;n(f);var c=f.localName;if("link"===c&&"import"===f.getAttribute("rel")){r=f.import;if(r instanceof Node&&!i.has(r))for(i.add(r),r=r.firstChild;r;r=r.nextSibling)o(r,n,i);r=e(t,f);continue}else if("template"===c){r=e(t,f);continue}if(f=f.__CE_shadowRoot)for(f=f.firstChild;f;f=f.nextSibling)o(f,n,i)}r=r.firstChild?r.firstChild:e(t,r)}}function r(t,n,i){t[n]=i}function f(){this.a=new Map;this.g=new Map;this.c=[];this.f=[];this.b=!1}function c(t,n,i){t.a.set(n,i);t.g.set(i.constructorFunction,i)}function u(t,n){t.b=!0;t.c.push(n)}function s(t,n){t.b=!0;t.f.push(n)}function a(t,n){t.b&&o(n,(function(n){return h(t,n)}))}function h(t,n){if(t.b&&!n.__CE_patched){n.__CE_patched=!0;for(var i=0;i<t.c.length;i++)t.c[i](n);for(i=0;i<t.f.length;i++)t.f[i](n)}}function l(t,n){var i=[];o(n,(function(t){return i.push(t)}));for(n=0;n<i.length;n++){var e=i[n];1===e.__CE_state?t.connectedCallback(e):w(t,e)}}function d(t,n){var i=[];o(n,(function(t){return i.push(t)}));for(n=0;n<i.length;n++){var e=i[n];1===e.__CE_state&&t.disconnectedCallback(e)}}function v(t,n,i){i=void 0===i?{}:i;var e=i.u||new Set,r=i.i||function(n){return w(t,n)},f=[];o(n,(function(n){if("link"===n.localName&&"import"===n.getAttribute("rel")){var i=n.import;i instanceof Node&&(i.__CE_isImportDocument=!0,i.__CE_hasRegistry=!0);i&&"complete"===i.readyState?i.__CE_documentLoadHandled=!0:n.addEventListener("load",(function(){var i=n.import;if(!i.__CE_documentLoadHandled){i.__CE_documentLoadHandled=!0;var o=new Set(e);o.delete(i);v(t,i,{u:o,i:r})}}))}else f.push(n)}),e);if(t.b)for(n=0;n<f.length;n++)h(t,f[n]);for(n=0;n<f.length;n++)r(f[n])}function w(t,n){if(void 0===n.__CE_state){var e=n.ownerDocument;if(e.defaultView||e.__CE_isImportDocument&&e.__CE_hasRegistry)if(e=t.a.get(n.localName)){e.constructionStack.push(n);var o=e.constructorFunction;try{try{if(new o!==n)throw Error("The custom element constructor did not produce the element being upgraded.")}finally{e.constructionStack.pop()}}catch(t){throw n.__CE_state=2,t}n.__CE_state=1;n.__CE_definition=e;if(e.attributeChangedCallback)for(e=e.observedAttributes,o=0;o<e.length;o++){var r=e[o],f=n.getAttribute(r);null!==f&&t.attributeChangedCallback(n,r,null,f,null)}i(n)&&t.connectedCallback(n)}}}f.prototype.connectedCallback=function(t){var n=t.__CE_definition;n.connectedCallback&&n.connectedCallback.call(t)};f.prototype.disconnectedCallback=function(t){var n=t.__CE_definition;n.disconnectedCallback&&n.disconnectedCallback.call(t)};f.prototype.attributeChangedCallback=function(t,n,i,e,o){var r=t.__CE_definition;r.attributeChangedCallback&&-1<r.observedAttributes.indexOf(n)&&r.attributeChangedCallback.call(t,n,i,e,o)};function m(t){var n=document;this.c=t;this.a=n;this.b=void 0;v(this.c,this.a);"loading"===this.a.readyState&&(this.b=new MutationObserver(this.f.bind(this)),this.b.observe(this.a,{childList:!0,subtree:!0}))}function b(t){t.b&&t.b.disconnect()}m.prototype.f=function(t){var n=this.a.readyState;"interactive"!==n&&"complete"!==n||b(this);for(n=0;n<t.length;n++)for(var i=t[n].addedNodes,e=0;e<i.length;e++)v(this.c,i[e])};function E(){var t=this;this.b=this.a=void 0;this.c=new Promise((function(n){t.b=n;t.a&&n(t.a)}))}function p(t){if(t.a)throw Error("Already resolved.");t.a=void 0;t.b&&t.b(void 0)}function g(t){this.c=!1;this.a=t;this.j=new Map;this.f=function(t){return t()};this.b=!1;this.g=[];this.o=new m(t)}g.prototype.l=function(t,i){var e=this;if(!(i instanceof Function))throw new TypeError("Custom element constructors must be functions.");if(!n(t))throw new SyntaxError("The element name '"+t+"' is not valid.");if(this.a.a.get(t))throw Error("A custom element with name '"+t+"' has already been defined.");if(this.c)throw Error("A custom element is already being defined.");this.c=!0;try{var o=function(t){var n=r[t];if(void 0!==n&&!(n instanceof Function))throw Error("The '"+t+"' callback must be a function.");return n},r=i.prototype;if(!(r instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=o("connectedCallback");var u=o("disconnectedCallback");var s=o("adoptedCallback");var a=o("attributeChangedCallback");var h=i.observedAttributes||[]}catch(t){return}finally{this.c=!1}i={localName:t,constructorFunction:i,connectedCallback:f,disconnectedCallback:u,adoptedCallback:s,attributeChangedCallback:a,observedAttributes:h,constructionStack:[]};c(this.a,t,i);this.g.push(i);this.b||(this.b=!0,this.f((function(){return y(e)})))};g.prototype.i=function(t){v(this.a,t)};function y(t){if(!1!==t.b){t.b=!1;for(var n=t.g,i=[],e=new Map,o=0;o<n.length;o++)e.set(n[o].localName,[]);v(t.a,document,{i:function(n){if(void 0===n.__CE_state){var o=n.localName,r=e.get(o);r?r.push(n):t.a.a.get(o)&&i.push(n)}}});for(o=0;o<i.length;o++)w(t.a,i[o]);for(;0<n.length;){var r=n.shift();o=r.localName;r=e.get(r.localName);for(var f=0;f<r.length;f++)w(t.a,r[f]);(o=t.j.get(o))&&p(o)}}}g.prototype.get=function(t){if(t=this.a.a.get(t))return t.constructorFunction};g.prototype.m=function(t){if(!n(t))return Promise.reject(new SyntaxError("'"+t+"' is not a valid custom element name."));var i=this.j.get(t);if(i)return i.c;i=new E;this.j.set(t,i);this.a.a.get(t)&&!this.g.some((function(n){return n.localName===t}))&&p(i);return i.c};g.prototype.s=function(t){b(this.o);var n=this.f;this.f=function(i){return t((function(){return n(i)}))}};window.CustomElementRegistry=g;g.prototype.define=g.prototype.l;g.prototype.upgrade=g.prototype.i;g.prototype.get=g.prototype.get;g.prototype.whenDefined=g.prototype.m;g.prototype.polyfillWrapFlushCallback=g.prototype.s;var C=window.Document.prototype.createElement,T=window.Document.prototype.createElementNS,j=window.Document.prototype.importNode,D=window.Document.prototype.prepend,N=window.Document.prototype.append,A=window.DocumentFragment.prototype.prepend,O=window.DocumentFragment.prototype.append,M=window.Node.prototype.cloneNode,S=window.Node.prototype.appendChild,k=window.Node.prototype.insertBefore,L=window.Node.prototype.removeChild,F=window.Node.prototype.replaceChild,H=Object.getOwnPropertyDescriptor(window.Node.prototype,"textContent"),x=window.Element.prototype.attachShadow,z=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),P=window.Element.prototype.getAttribute,R=window.Element.prototype.setAttribute,$=window.Element.prototype.removeAttribute,_=window.Element.prototype.getAttributeNS,B=window.Element.prototype.setAttributeNS,I=window.Element.prototype.removeAttributeNS,U=window.Element.prototype.insertAdjacentElement,W=window.Element.prototype.insertAdjacentHTML,q=window.Element.prototype.prepend,G=window.Element.prototype.append,J=window.Element.prototype.before,K=window.Element.prototype.after,Q=window.Element.prototype.replaceWith,V=window.Element.prototype.remove,X=window.HTMLElement,Y=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),Z=window.HTMLElement.prototype.insertAdjacentElement,tt=window.HTMLElement.prototype.insertAdjacentHTML;var nt=new function(){};function it(){var t=st;window.HTMLElement=function(){function n(){var n=this.constructor,i=t.g.get(n);if(!i)throw Error("The custom element being constructed was not registered with `customElements`.");var e=i.constructionStack;if(0===e.length)return e=C.call(document,i.localName),Object.setPrototypeOf(e,n.prototype),e.__CE_state=1,e.__CE_definition=i,h(t,e),e;i=e.length-1;var o=e[i];if(o===nt)throw Error("The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.");e[i]=nt;Object.setPrototypeOf(o,n.prototype);h(t,o);return o}n.prototype=X.prototype;Object.defineProperty(n.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:n});return n}()}function et(t,n,e){function o(n){return function(e){for(var o=[],r=0;r<arguments.length;++r)o[r]=arguments[r];r=[];for(var f=[],c=0;c<o.length;c++){var u=o[c];u instanceof Element&&i(u)&&f.push(u);if(u instanceof DocumentFragment)for(u=u.firstChild;u;u=u.nextSibling)r.push(u);else r.push(u)}n.apply(this,o);for(o=0;o<f.length;o++)d(t,f[o]);if(i(this))for(o=0;o<r.length;o++)f=r[o],f instanceof Element&&l(t,f)}}void 0!==e.h&&(n.prepend=o(e.h));void 0!==e.append&&(n.append=o(e.append))}function ot(){var t=st;r(Document.prototype,"createElement",(function(n){if(this.__CE_hasRegistry){var i=t.a.get(n);if(i)return new i.constructorFunction}n=C.call(this,n);h(t,n);return n}));r(Document.prototype,"importNode",(function(n,i){n=j.call(this,n,!!i);this.__CE_hasRegistry?v(t,n):a(t,n);return n}));r(Document.prototype,"createElementNS",(function(n,i){if(this.__CE_hasRegistry&&(null===n||"http://www.w3.org/1999/xhtml"===n)){var e=t.a.get(i);if(e)return new e.constructorFunction}n=T.call(this,n,i);h(t,n);return n}));et(t,Document.prototype,{h:D,append:N})}function rt(){function t(t,e){Object.defineProperty(t,"textContent",{enumerable:e.enumerable,configurable:!0,get:e.get,set:function(t){if(this.nodeType===Node.TEXT_NODE)e.set.call(this,t);else{var o=void 0;if(this.firstChild){var r=this.childNodes,f=r.length;if(0<f&&i(this)){o=Array(f);for(var c=0;c<f;c++)o[c]=r[c]}}e.set.call(this,t);if(o)for(t=0;t<o.length;t++)d(n,o[t])}}})}var n=st;r(Node.prototype,"insertBefore",(function(t,e){if(t instanceof DocumentFragment){var o=Array.prototype.slice.apply(t.childNodes);t=k.call(this,t,e);if(i(this))for(e=0;e<o.length;e++)l(n,o[e]);return t}o=i(t);e=k.call(this,t,e);o&&d(n,t);i(this)&&l(n,t);return e}));r(Node.prototype,"appendChild",(function(t){if(t instanceof DocumentFragment){var e=Array.prototype.slice.apply(t.childNodes);t=S.call(this,t);if(i(this))for(var o=0;o<e.length;o++)l(n,e[o]);return t}e=i(t);o=S.call(this,t);e&&d(n,t);i(this)&&l(n,t);return o}));r(Node.prototype,"cloneNode",(function(t){t=M.call(this,!!t);this.ownerDocument.__CE_hasRegistry?v(n,t):a(n,t);return t}));r(Node.prototype,"removeChild",(function(t){var e=i(t),o=L.call(this,t);e&&d(n,t);return o}));r(Node.prototype,"replaceChild",(function(t,e){if(t instanceof DocumentFragment){var o=Array.prototype.slice.apply(t.childNodes);t=F.call(this,t,e);if(i(this))for(d(n,e),e=0;e<o.length;e++)l(n,o[e]);return t}o=i(t);var r=F.call(this,t,e),f=i(this);f&&d(n,e);o&&d(n,t);f&&l(n,t);return r}));H&&H.get?t(Node.prototype,H):u(n,(function(n){t(n,{enumerable:!0,configurable:!0,get:function(){for(var t=[],n=0;n<this.childNodes.length;n++){var i=this.childNodes[n];i.nodeType!==Node.COMMENT_NODE&&t.push(i.textContent)}return t.join("")},set:function(t){for(;this.firstChild;)L.call(this,this.firstChild);null!=t&&""!==t&&S.call(this,document.createTextNode(t))}})}))}function ft(t){function n(n){return function(e){for(var o=[],r=0;r<arguments.length;++r)o[r]=arguments[r];r=[];for(var f=[],c=0;c<o.length;c++){var u=o[c];u instanceof Element&&i(u)&&f.push(u);if(u instanceof DocumentFragment)for(u=u.firstChild;u;u=u.nextSibling)r.push(u);else r.push(u)}n.apply(this,o);for(o=0;o<f.length;o++)d(t,f[o]);if(i(this))for(o=0;o<r.length;o++)f=r[o],f instanceof Element&&l(t,f)}}var e=Element.prototype;void 0!==J&&(e.before=n(J));void 0!==J&&(e.after=n(K));void 0!==Q&&r(e,"replaceWith",(function(n){for(var e=[],o=0;o<arguments.length;++o)e[o]=arguments[o];o=[];for(var r=[],f=0;f<e.length;f++){var c=e[f];c instanceof Element&&i(c)&&r.push(c);if(c instanceof DocumentFragment)for(c=c.firstChild;c;c=c.nextSibling)o.push(c);else o.push(c)}f=i(this);Q.apply(this,e);for(e=0;e<r.length;e++)d(t,r[e]);if(f)for(d(t,this),e=0;e<o.length;e++)r=o[e],r instanceof Element&&l(t,r)}));void 0!==V&&r(e,"remove",(function(){var n=i(this);V.call(this);n&&d(t,this)}))}function ct(){function t(t,n){Object.defineProperty(t,"innerHTML",{enumerable:n.enumerable,configurable:!0,get:n.get,set:function(t){var e=this,r=void 0;i(this)&&(r=[],o(this,(function(t){t!==e&&r.push(t)})));n.set.call(this,t);if(r)for(var c=0;c<r.length;c++){var u=r[c];1===u.__CE_state&&f.disconnectedCallback(u)}this.ownerDocument.__CE_hasRegistry?v(f,this):a(f,this);return t}})}function n(t,n){r(t,"insertAdjacentElement",(function(t,e){var o=i(e);t=n.call(this,t,e);o&&d(f,e);i(t)&&l(f,e);return t}))}function e(t,n){function i(t,n){for(var i=[];t!==n;t=t.nextSibling)i.push(t);for(n=0;n<i.length;n++)v(f,i[n])}r(t,"insertAdjacentHTML",(function(t,e){t=t.toLowerCase();if("beforebegin"===t){var o=this.previousSibling;n.call(this,t,e);i(o||this.parentNode.firstChild,this)}else if("afterbegin"===t)o=this.firstChild,n.call(this,t,e),i(this.firstChild,o);else if("beforeend"===t)o=this.lastChild,n.call(this,t,e),i(o||this.firstChild,null);else if("afterend"===t)o=this.nextSibling,n.call(this,t,e),i(this.nextSibling,o);else throw new SyntaxError("The value provided ("+String(t)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.")}))}var f=st;x&&r(Element.prototype,"attachShadow",(function(t){t=x.call(this,t);var n=f;if(n.b&&!t.__CE_patched){t.__CE_patched=!0;for(var i=0;i<n.c.length;i++)n.c[i](t)}return this.__CE_shadowRoot=t}));z&&z.get?t(Element.prototype,z):Y&&Y.get?t(HTMLElement.prototype,Y):s(f,(function(n){t(n,{enumerable:!0,configurable:!0,get:function(){return M.call(this,!0).innerHTML},set:function(t){var n="template"===this.localName,i=n?this.content:this,e=T.call(document,this.namespaceURI,this.localName);for(e.innerHTML=t;0<i.childNodes.length;)L.call(i,i.childNodes[0]);for(t=n?e.content:e;0<t.childNodes.length;)S.call(i,t.childNodes[0])}})}));r(Element.prototype,"setAttribute",(function(t,n){if(1!==this.__CE_state)return R.call(this,t,n);var i=P.call(this,t);R.call(this,t,n);n=P.call(this,t);f.attributeChangedCallback(this,t,i,n,null)}));r(Element.prototype,"setAttributeNS",(function(t,n,i){if(1!==this.__CE_state)return B.call(this,t,n,i);var e=_.call(this,t,n);B.call(this,t,n,i);i=_.call(this,t,n);f.attributeChangedCallback(this,n,e,i,t)}));r(Element.prototype,"removeAttribute",(function(t){if(1!==this.__CE_state)return $.call(this,t);var n=P.call(this,t);$.call(this,t);null!==n&&f.attributeChangedCallback(this,t,n,null,null)}));r(Element.prototype,"removeAttributeNS",(function(t,n){if(1!==this.__CE_state)return I.call(this,t,n);var i=_.call(this,t,n);I.call(this,t,n);var e=_.call(this,t,n);i!==e&&f.attributeChangedCallback(this,n,i,e,t)}));Z?n(HTMLElement.prototype,Z):U?n(Element.prototype,U):console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched.");tt?e(HTMLElement.prototype,tt):W?e(Element.prototype,W):console.warn("Custom Elements: `Element#insertAdjacentHTML` was not patched.");et(f,Element.prototype,{h:q,append:G});ft(f)}var ut=window.customElements;if(!ut||ut.forcePolyfill||"function"!=typeof ut.define||"function"!=typeof ut.get){var st=new f;it();ot();et(st,DocumentFragment.prototype,{h:A,append:O});rt();ct();document.__CE_hasRegistry=!0;var at=new g(st);Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:at})}}).call(self);"string"!==typeof document.baseURI&&Object.defineProperty(Document.prototype,"baseURI",{enumerable:!0,configurable:!0,get:function(){var t=document.querySelector("base");return t&&t.href?t.href:document.URL}});"function"!==typeof window.CustomEvent&&(window.CustomEvent=function(t,n){n=n||{bubbles:!1,cancelable:!1,detail:void 0};var i=document.createEvent("CustomEvent");i.initCustomEvent(t,n.bubbles,n.cancelable,n.detail);return i},window.CustomEvent.prototype=window.Event.prototype);(function(t,n,i){t.composedPath||(t.composedPath=function(){if(this.path)return this.path;var t=this.target;for(this.path=[];null!==t.parentNode;)this.path.push(t),t=t.parentNode;this.path.push(n,i);return this.path})})(Event.prototype,document,window);
2
+ /*!
3
+ Element.closest and Element.matches
4
+ https://github.com/jonathantneal/closest
5
+ Creative Commons Zero v1.0 Universal
6
+ */(function(t){"function"!==typeof t.matches&&(t.matches=t.msMatchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector||function(t){t=(this.document||this.ownerDocument).querySelectorAll(t);for(var n=0;t[n]&&t[n]!==this;)++n;return!!t[n]});"function"!==typeof t.closest&&(t.closest=function(t){for(var n=this;n&&1===n.nodeType;){if(n.matches(t))return n;n=n.parentNode}return null})})(window.Element.prototype);
7
+ /*!
8
+ Element.getRootNode()
9
+ */(function(t){function n(t){t=i(t);return t&&11===t.nodeType?n(t.host):t}function i(t){return t&&t.parentNode?i(t.parentNode):t}"function"!==typeof t.getRootNode&&(t.getRootNode=function(t){return t&&t.composed?n(this):i(this)})})(Element.prototype);
10
+ /*!
11
+ Element.isConnected()
12
+ */(function(t){"isConnected"in t||Object.defineProperty(t,"isConnected",{configurable:!0,enumerable:!0,get:function(){var t=this.getRootNode({composed:!0});return t&&9===t.nodeType}})})(Element.prototype);
13
+ /*!
14
+ Element.remove()
15
+ */(function(t){t.forEach((function(t){t.hasOwnProperty("remove")||Object.defineProperty(t,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})}))})([Element.prototype,CharacterData.prototype,DocumentType.prototype]);
16
+ /*!
17
+ Element.classList
18
+ */!function(t){"classList"in t||Object.defineProperty(t,"classList",{get:function(){var t=this,n=(t.getAttribute("class")||"").replace(/^\s+|\s$/g,"").split(/\s+/g);function i(){n.length>0?t.setAttribute("class",n.join(" ")):t.removeAttribute("class")}return""===n[0]&&n.splice(0,1),n.toggle=function(t,e){void 0!==e?e?n.add(t):n.remove(t):-1!==n.indexOf(t)?n.splice(n.indexOf(t),1):n.push(t),i()},n.add=function(){for(var t=[].slice.call(arguments),e=0,o=t.length;e<o;e++)-1===n.indexOf(t[e])&&n.push(t[e]);i()},n.remove=function(){for(var t=[].slice.call(arguments),e=0,o=t.length;e<o;e++)-1!==n.indexOf(t[e])&&n.splice(n.indexOf(t[e]),1);i()},n.item=function(t){return n[t]},n.contains=function(t){return-1!==n.indexOf(t)},n.replace=function(t,e){-1!==n.indexOf(t)&&n.splice(n.indexOf(t),1,e),i()},n.value=t.getAttribute("class")||"",n}})}(Element.prototype);
19
+ /*!
20
+ DOMTokenList
21
+ */(function(t){try{document.body.classList.add()}catch(e){var n=t.add,i=t.remove;t.add=function(){for(var t=0;t<arguments.length;t++)n.call(this,arguments[t])};t.remove=function(){for(var t=0;t<arguments.length;t++)i.call(this,arguments[t])}}})(DOMTokenList.prototype);
22
+ //# sourceMappingURL=p-5d43cae8.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["aa","Set","split","g","a","b","has","test","l","isConnected","__CE_isImportDocument","Document","parentNode","window","ShadowRoot","host","n","nextSibling","p","d","c","nodeType","Node","ELEMENT_NODE","e","f","localName","getAttribute","import","add","firstChild","__CE_shadowRoot","r","u","this","Map","ba","set","constructorFunction","ca","push","da","v","w","__CE_patched","length","x","__CE_state","connectedCallback","y","z","disconnectedCallback","A","i","__CE_hasRegistry","readyState","__CE_documentLoadHandled","addEventListener","delete","ownerDocument","defaultView","get","constructionStack","Error","pop","t","__CE_definition","attributeChangedCallback","observedAttributes","prototype","call","indexOf","B","document","MutationObserver","bind","observe","childList","subtree","C","disconnect","addedNodes","ea","Promise","D","E","j","o","Function","TypeError","SyntaxError","Object","k","h","m","q","adoptedCallback","fa","shift","reject","some","s","CustomElementRegistry","define","upgrade","whenDefined","polyfillWrapFlushCallback","F","createElement","G","createElementNS","ha","importNode","ia","prepend","ja","append","ka","DocumentFragment","la","H","cloneNode","I","appendChild","J","insertBefore","K","removeChild","L","replaceChild","M","getOwnPropertyDescriptor","N","Element","attachShadow","O","P","Q","setAttribute","R","removeAttribute","S","getAttributeNS","T","setAttributeNS","U","removeAttributeNS","ma","insertAdjacentElement","na","insertAdjacentHTML","oa","pa","V","before","qa","after","ra","replaceWith","sa","remove","ta","HTMLElement","W","ua","va","wa","xa","X","constructor","setPrototypeOf","defineProperty","writable","configurable","enumerable","value","Y","arguments","apply","ya","za","TEXT_NODE","childNodes","Array","slice","COMMENT_NODE","textContent","join","createTextNode","Aa","Ba","toLowerCase","previousSibling","lastChild","String","innerHTML","content","namespaceURI","console","warn","Z","customElements","forcePolyfill","self","baseURI","querySelector","href","URL","CustomEvent","bubbles","cancelable","detail","createEvent","initCustomEvent","Event","composedPath","path","target","matches","msMatchesSelector","mozMatchesSelector","webkitMatchesSelector","querySelectorAll","closest","getRootNode","composed","forEach","hasOwnProperty","CharacterData","DocumentType","replace","splice","toggle","item","contains","body","classList","DOMTokenList"],"sources":["../../node_modules/.pnpm/@siemens+ix-icons@2.0.1/node_modules/@siemens/ix-icons/dist/esm/polyfills/dom.js"],"sourcesContent":["(function(){\n /*\n Copyright (c) 2016 The Polymer Project Authors. All rights reserved.\n This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\n The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\n The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\n Code distributed by Google as part of the polymer project is also\n subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n */\n 'use strict';var aa=new Set(\"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph\".split(\" \"));function g(a){var b=aa.has(a);a=/^[a-z][.0-9_a-z]*-[\\-.0-9_a-z]*$/.test(a);return!b&&a}function l(a){var b=a.isConnected;if(void 0!==b)return b;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return!(!a||!(a.__CE_isImportDocument||a instanceof Document))}\n function n(a,b){for(;b&&b!==a&&!b.nextSibling;)b=b.parentNode;return b&&b!==a?b.nextSibling:null}\n function p(a,b,d){d=void 0===d?new Set:d;for(var c=a;c;){if(c.nodeType===Node.ELEMENT_NODE){var e=c;b(e);var f=e.localName;if(\"link\"===f&&\"import\"===e.getAttribute(\"rel\")){c=e.import;if(c instanceof Node&&!d.has(c))for(d.add(c),c=c.firstChild;c;c=c.nextSibling)p(c,b,d);c=n(a,e);continue}else if(\"template\"===f){c=n(a,e);continue}if(e=e.__CE_shadowRoot)for(e=e.firstChild;e;e=e.nextSibling)p(e,b,d)}c=c.firstChild?c.firstChild:n(a,c)}}function r(a,b,d){a[b]=d};function u(){this.a=new Map;this.g=new Map;this.c=[];this.f=[];this.b=!1}function ba(a,b,d){a.a.set(b,d);a.g.set(d.constructorFunction,d)}function ca(a,b){a.b=!0;a.c.push(b)}function da(a,b){a.b=!0;a.f.push(b)}function v(a,b){a.b&&p(b,function(b){return w(a,b)})}function w(a,b){if(a.b&&!b.__CE_patched){b.__CE_patched=!0;for(var d=0;d<a.c.length;d++)a.c[d](b);for(d=0;d<a.f.length;d++)a.f[d](b)}}\n function x(a,b){var d=[];p(b,function(b){return d.push(b)});for(b=0;b<d.length;b++){var c=d[b];1===c.__CE_state?a.connectedCallback(c):y(a,c)}}function z(a,b){var d=[];p(b,function(b){return d.push(b)});for(b=0;b<d.length;b++){var c=d[b];1===c.__CE_state&&a.disconnectedCallback(c)}}\n function A(a,b,d){d=void 0===d?{}:d;var c=d.u||new Set,e=d.i||function(b){return y(a,b)},f=[];p(b,function(b){if(\"link\"===b.localName&&\"import\"===b.getAttribute(\"rel\")){var d=b.import;d instanceof Node&&(d.__CE_isImportDocument=!0,d.__CE_hasRegistry=!0);d&&\"complete\"===d.readyState?d.__CE_documentLoadHandled=!0:b.addEventListener(\"load\",function(){var d=b.import;if(!d.__CE_documentLoadHandled){d.__CE_documentLoadHandled=!0;var f=new Set(c);f.delete(d);A(a,d,{u:f,i:e})}})}else f.push(b)},c);if(a.b)for(b=\n 0;b<f.length;b++)w(a,f[b]);for(b=0;b<f.length;b++)e(f[b])}\n function y(a,b){if(void 0===b.__CE_state){var d=b.ownerDocument;if(d.defaultView||d.__CE_isImportDocument&&d.__CE_hasRegistry)if(d=a.a.get(b.localName)){d.constructionStack.push(b);var c=d.constructorFunction;try{try{if(new c!==b)throw Error(\"The custom element constructor did not produce the element being upgraded.\");}finally{d.constructionStack.pop()}}catch(t){throw b.__CE_state=2,t;}b.__CE_state=1;b.__CE_definition=d;if(d.attributeChangedCallback)for(d=d.observedAttributes,c=0;c<d.length;c++){var e=\n d[c],f=b.getAttribute(e);null!==f&&a.attributeChangedCallback(b,e,null,f,null)}l(b)&&a.connectedCallback(b)}}}u.prototype.connectedCallback=function(a){var b=a.__CE_definition;b.connectedCallback&&b.connectedCallback.call(a)};u.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;b.disconnectedCallback&&b.disconnectedCallback.call(a)};\n u.prototype.attributeChangedCallback=function(a,b,d,c,e){var f=a.__CE_definition;f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(b)&&f.attributeChangedCallback.call(a,b,d,c,e)};function B(a){var b=document;this.c=a;this.a=b;this.b=void 0;A(this.c,this.a);\"loading\"===this.a.readyState&&(this.b=new MutationObserver(this.f.bind(this)),this.b.observe(this.a,{childList:!0,subtree:!0}))}function C(a){a.b&&a.b.disconnect()}B.prototype.f=function(a){var b=this.a.readyState;\"interactive\"!==b&&\"complete\"!==b||C(this);for(b=0;b<a.length;b++)for(var d=a[b].addedNodes,c=0;c<d.length;c++)A(this.c,d[c])};function ea(){var a=this;this.b=this.a=void 0;this.c=new Promise(function(b){a.b=b;a.a&&b(a.a)})}function D(a){if(a.a)throw Error(\"Already resolved.\");a.a=void 0;a.b&&a.b(void 0)};function E(a){this.c=!1;this.a=a;this.j=new Map;this.f=function(b){return b()};this.b=!1;this.g=[];this.o=new B(a)}\n E.prototype.l=function(a,b){var d=this;if(!(b instanceof Function))throw new TypeError(\"Custom element constructors must be functions.\");if(!g(a))throw new SyntaxError(\"The element name '\"+a+\"' is not valid.\");if(this.a.a.get(a))throw Error(\"A custom element with name '\"+a+\"' has already been defined.\");if(this.c)throw Error(\"A custom element is already being defined.\");this.c=!0;try{var c=function(b){var a=e[b];if(void 0!==a&&!(a instanceof Function))throw Error(\"The '\"+b+\"' callback must be a function.\");\n return a},e=b.prototype;if(!(e instanceof Object))throw new TypeError(\"The custom element constructor's prototype is not an object.\");var f=c(\"connectedCallback\");var t=c(\"disconnectedCallback\");var k=c(\"adoptedCallback\");var h=c(\"attributeChangedCallback\");var m=b.observedAttributes||[]}catch(q){return}finally{this.c=!1}b={localName:a,constructorFunction:b,connectedCallback:f,disconnectedCallback:t,adoptedCallback:k,attributeChangedCallback:h,observedAttributes:m,constructionStack:[]};ba(this.a,\n a,b);this.g.push(b);this.b||(this.b=!0,this.f(function(){return fa(d)}))};E.prototype.i=function(a){A(this.a,a)};\n function fa(a){if(!1!==a.b){a.b=!1;for(var b=a.g,d=[],c=new Map,e=0;e<b.length;e++)c.set(b[e].localName,[]);A(a.a,document,{i:function(b){if(void 0===b.__CE_state){var e=b.localName,f=c.get(e);f?f.push(b):a.a.a.get(e)&&d.push(b)}}});for(e=0;e<d.length;e++)y(a.a,d[e]);for(;0<b.length;){var f=b.shift();e=f.localName;f=c.get(f.localName);for(var t=0;t<f.length;t++)y(a.a,f[t]);(e=a.j.get(e))&&D(e)}}}E.prototype.get=function(a){if(a=this.a.a.get(a))return a.constructorFunction};\n E.prototype.m=function(a){if(!g(a))return Promise.reject(new SyntaxError(\"'\"+a+\"' is not a valid custom element name.\"));var b=this.j.get(a);if(b)return b.c;b=new ea;this.j.set(a,b);this.a.a.get(a)&&!this.g.some(function(b){return b.localName===a})&&D(b);return b.c};E.prototype.s=function(a){C(this.o);var b=this.f;this.f=function(d){return a(function(){return b(d)})}};window.CustomElementRegistry=E;E.prototype.define=E.prototype.l;E.prototype.upgrade=E.prototype.i;E.prototype.get=E.prototype.get;\n E.prototype.whenDefined=E.prototype.m;E.prototype.polyfillWrapFlushCallback=E.prototype.s;var F=window.Document.prototype.createElement,G=window.Document.prototype.createElementNS,ha=window.Document.prototype.importNode,ia=window.Document.prototype.prepend,ja=window.Document.prototype.append,ka=window.DocumentFragment.prototype.prepend,la=window.DocumentFragment.prototype.append,H=window.Node.prototype.cloneNode,I=window.Node.prototype.appendChild,J=window.Node.prototype.insertBefore,K=window.Node.prototype.removeChild,L=window.Node.prototype.replaceChild,M=Object.getOwnPropertyDescriptor(window.Node.prototype,\n \"textContent\"),N=window.Element.prototype.attachShadow,O=Object.getOwnPropertyDescriptor(window.Element.prototype,\"innerHTML\"),P=window.Element.prototype.getAttribute,Q=window.Element.prototype.setAttribute,R=window.Element.prototype.removeAttribute,S=window.Element.prototype.getAttributeNS,T=window.Element.prototype.setAttributeNS,U=window.Element.prototype.removeAttributeNS,ma=window.Element.prototype.insertAdjacentElement,na=window.Element.prototype.insertAdjacentHTML,oa=window.Element.prototype.prepend,\n pa=window.Element.prototype.append,V=window.Element.prototype.before,qa=window.Element.prototype.after,ra=window.Element.prototype.replaceWith,sa=window.Element.prototype.remove,ta=window.HTMLElement,W=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,\"innerHTML\"),ua=window.HTMLElement.prototype.insertAdjacentElement,va=window.HTMLElement.prototype.insertAdjacentHTML;var wa=new function(){};function xa(){var a=X;window.HTMLElement=function(){function b(){var b=this.constructor,c=a.g.get(b);if(!c)throw Error(\"The custom element being constructed was not registered with `customElements`.\");var e=c.constructionStack;if(0===e.length)return e=F.call(document,c.localName),Object.setPrototypeOf(e,b.prototype),e.__CE_state=1,e.__CE_definition=c,w(a,e),e;c=e.length-1;var f=e[c];if(f===wa)throw Error(\"The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.\");\n e[c]=wa;Object.setPrototypeOf(f,b.prototype);w(a,f);return f}b.prototype=ta.prototype;Object.defineProperty(b.prototype,\"constructor\",{writable:!0,configurable:!0,enumerable:!1,value:b});return b}()};function Y(a,b,d){function c(b){return function(d){for(var e=[],c=0;c<arguments.length;++c)e[c]=arguments[c];c=[];for(var f=[],m=0;m<e.length;m++){var q=e[m];q instanceof Element&&l(q)&&f.push(q);if(q instanceof DocumentFragment)for(q=q.firstChild;q;q=q.nextSibling)c.push(q);else c.push(q)}b.apply(this,e);for(e=0;e<f.length;e++)z(a,f[e]);if(l(this))for(e=0;e<c.length;e++)f=c[e],f instanceof Element&&x(a,f)}}void 0!==d.h&&(b.prepend=c(d.h));void 0!==d.append&&(b.append=c(d.append))};function ya(){var a=X;r(Document.prototype,\"createElement\",function(b){if(this.__CE_hasRegistry){var d=a.a.get(b);if(d)return new d.constructorFunction}b=F.call(this,b);w(a,b);return b});r(Document.prototype,\"importNode\",function(b,d){b=ha.call(this,b,!!d);this.__CE_hasRegistry?A(a,b):v(a,b);return b});r(Document.prototype,\"createElementNS\",function(b,d){if(this.__CE_hasRegistry&&(null===b||\"http://www.w3.org/1999/xhtml\"===b)){var c=a.a.get(d);if(c)return new c.constructorFunction}b=G.call(this,b,\n d);w(a,b);return b});Y(a,Document.prototype,{h:ia,append:ja})};function za(){function a(a,c){Object.defineProperty(a,\"textContent\",{enumerable:c.enumerable,configurable:!0,get:c.get,set:function(a){if(this.nodeType===Node.TEXT_NODE)c.set.call(this,a);else{var d=void 0;if(this.firstChild){var e=this.childNodes,k=e.length;if(0<k&&l(this)){d=Array(k);for(var h=0;h<k;h++)d[h]=e[h]}}c.set.call(this,a);if(d)for(a=0;a<d.length;a++)z(b,d[a])}}})}var b=X;r(Node.prototype,\"insertBefore\",function(a,c){if(a instanceof DocumentFragment){var e=Array.prototype.slice.apply(a.childNodes);\n a=J.call(this,a,c);if(l(this))for(c=0;c<e.length;c++)x(b,e[c]);return a}e=l(a);c=J.call(this,a,c);e&&z(b,a);l(this)&&x(b,a);return c});r(Node.prototype,\"appendChild\",function(a){if(a instanceof DocumentFragment){var c=Array.prototype.slice.apply(a.childNodes);a=I.call(this,a);if(l(this))for(var e=0;e<c.length;e++)x(b,c[e]);return a}c=l(a);e=I.call(this,a);c&&z(b,a);l(this)&&x(b,a);return e});r(Node.prototype,\"cloneNode\",function(a){a=H.call(this,!!a);this.ownerDocument.__CE_hasRegistry?A(b,a):v(b,\n a);return a});r(Node.prototype,\"removeChild\",function(a){var c=l(a),e=K.call(this,a);c&&z(b,a);return e});r(Node.prototype,\"replaceChild\",function(a,c){if(a instanceof DocumentFragment){var e=Array.prototype.slice.apply(a.childNodes);a=L.call(this,a,c);if(l(this))for(z(b,c),c=0;c<e.length;c++)x(b,e[c]);return a}e=l(a);var f=L.call(this,a,c),d=l(this);d&&z(b,c);e&&z(b,a);d&&x(b,a);return f});M&&M.get?a(Node.prototype,M):ca(b,function(b){a(b,{enumerable:!0,configurable:!0,get:function(){for(var a=[],\n b=0;b<this.childNodes.length;b++){var f=this.childNodes[b];f.nodeType!==Node.COMMENT_NODE&&a.push(f.textContent)}return a.join(\"\")},set:function(a){for(;this.firstChild;)K.call(this,this.firstChild);null!=a&&\"\"!==a&&I.call(this,document.createTextNode(a))}})})};function Aa(a){function b(b){return function(e){for(var c=[],d=0;d<arguments.length;++d)c[d]=arguments[d];d=[];for(var k=[],h=0;h<c.length;h++){var m=c[h];m instanceof Element&&l(m)&&k.push(m);if(m instanceof DocumentFragment)for(m=m.firstChild;m;m=m.nextSibling)d.push(m);else d.push(m)}b.apply(this,c);for(c=0;c<k.length;c++)z(a,k[c]);if(l(this))for(c=0;c<d.length;c++)k=d[c],k instanceof Element&&x(a,k)}}var d=Element.prototype;void 0!==V&&(d.before=b(V));void 0!==V&&(d.after=b(qa));void 0!==ra&&\n r(d,\"replaceWith\",function(b){for(var e=[],c=0;c<arguments.length;++c)e[c]=arguments[c];c=[];for(var d=[],k=0;k<e.length;k++){var h=e[k];h instanceof Element&&l(h)&&d.push(h);if(h instanceof DocumentFragment)for(h=h.firstChild;h;h=h.nextSibling)c.push(h);else c.push(h)}k=l(this);ra.apply(this,e);for(e=0;e<d.length;e++)z(a,d[e]);if(k)for(z(a,this),e=0;e<c.length;e++)d=c[e],d instanceof Element&&x(a,d)});void 0!==sa&&r(d,\"remove\",function(){var b=l(this);sa.call(this);b&&z(a,this)})};function Ba(){function a(a,b){Object.defineProperty(a,\"innerHTML\",{enumerable:b.enumerable,configurable:!0,get:b.get,set:function(a){var e=this,d=void 0;l(this)&&(d=[],p(this,function(a){a!==e&&d.push(a)}));b.set.call(this,a);if(d)for(var f=0;f<d.length;f++){var t=d[f];1===t.__CE_state&&c.disconnectedCallback(t)}this.ownerDocument.__CE_hasRegistry?A(c,this):v(c,this);return a}})}function b(a,b){r(a,\"insertAdjacentElement\",function(a,e){var d=l(e);a=b.call(this,a,e);d&&z(c,e);l(a)&&x(c,e);return a})}\n function d(a,b){function e(a,b){for(var e=[];a!==b;a=a.nextSibling)e.push(a);for(b=0;b<e.length;b++)A(c,e[b])}r(a,\"insertAdjacentHTML\",function(a,c){a=a.toLowerCase();if(\"beforebegin\"===a){var d=this.previousSibling;b.call(this,a,c);e(d||this.parentNode.firstChild,this)}else if(\"afterbegin\"===a)d=this.firstChild,b.call(this,a,c),e(this.firstChild,d);else if(\"beforeend\"===a)d=this.lastChild,b.call(this,a,c),e(d||this.firstChild,null);else if(\"afterend\"===a)d=this.nextSibling,b.call(this,a,c),e(this.nextSibling,\n d);else throw new SyntaxError(\"The value provided (\"+String(a)+\") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.\");})}var c=X;N&&r(Element.prototype,\"attachShadow\",function(a){a=N.call(this,a);var b=c;if(b.b&&!a.__CE_patched){a.__CE_patched=!0;for(var e=0;e<b.c.length;e++)b.c[e](a)}return this.__CE_shadowRoot=a});O&&O.get?a(Element.prototype,O):W&&W.get?a(HTMLElement.prototype,W):da(c,function(b){a(b,{enumerable:!0,configurable:!0,get:function(){return H.call(this,!0).innerHTML},\n set:function(a){var b=\"template\"===this.localName,c=b?this.content:this,e=G.call(document,this.namespaceURI,this.localName);for(e.innerHTML=a;0<c.childNodes.length;)K.call(c,c.childNodes[0]);for(a=b?e.content:e;0<a.childNodes.length;)I.call(c,a.childNodes[0])}})});r(Element.prototype,\"setAttribute\",function(a,b){if(1!==this.__CE_state)return Q.call(this,a,b);var e=P.call(this,a);Q.call(this,a,b);b=P.call(this,a);c.attributeChangedCallback(this,a,e,b,null)});r(Element.prototype,\"setAttributeNS\",function(a,\n b,d){if(1!==this.__CE_state)return T.call(this,a,b,d);var e=S.call(this,a,b);T.call(this,a,b,d);d=S.call(this,a,b);c.attributeChangedCallback(this,b,e,d,a)});r(Element.prototype,\"removeAttribute\",function(a){if(1!==this.__CE_state)return R.call(this,a);var b=P.call(this,a);R.call(this,a);null!==b&&c.attributeChangedCallback(this,a,b,null,null)});r(Element.prototype,\"removeAttributeNS\",function(a,b){if(1!==this.__CE_state)return U.call(this,a,b);var d=S.call(this,a,b);U.call(this,a,b);var e=S.call(this,\n a,b);d!==e&&c.attributeChangedCallback(this,b,d,e,a)});ua?b(HTMLElement.prototype,ua):ma?b(Element.prototype,ma):console.warn(\"Custom Elements: `Element#insertAdjacentElement` was not patched.\");va?d(HTMLElement.prototype,va):na?d(Element.prototype,na):console.warn(\"Custom Elements: `Element#insertAdjacentHTML` was not patched.\");Y(c,Element.prototype,{h:oa,append:pa});Aa(c)};var Z=window.customElements;if(!Z||Z.forcePolyfill||\"function\"!=typeof Z.define||\"function\"!=typeof Z.get){var X=new u;xa();ya();Y(X,DocumentFragment.prototype,{h:ka,append:la});za();Ba();document.__CE_hasRegistry=!0;var customElements=new E(X);Object.defineProperty(window,\"customElements\",{configurable:!0,enumerable:!0,value:customElements})};\n}).call(self);\n\n// Polyfill document.baseURI\n\"string\"!==typeof document.baseURI&&Object.defineProperty(Document.prototype,\"baseURI\",{enumerable:!0,configurable:!0,get:function(){var a=document.querySelector(\"base\");return a&&a.href?a.href:document.URL}});\n\n// Polyfill CustomEvent\n\"function\"!==typeof window.CustomEvent&&(window.CustomEvent=function(c,a){a=a||{bubbles:!1,cancelable:!1,detail:void 0};var b=document.createEvent(\"CustomEvent\");b.initCustomEvent(c,a.bubbles,a.cancelable,a.detail);return b},window.CustomEvent.prototype=window.Event.prototype);\n\n// Event.composedPath\n(function(b,c,d){b.composedPath||(b.composedPath=function(){if(this.path)return this.path;var a=this.target;for(this.path=[];null!==a.parentNode;)this.path.push(a),a=a.parentNode;this.path.push(c,d);return this.path})})(Event.prototype,document,window);\n\n/*!\nElement.closest and Element.matches\nhttps://github.com/jonathantneal/closest\nCreative Commons Zero v1.0 Universal\n*/\n(function(a){\"function\"!==typeof a.matches&&(a.matches=a.msMatchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||function(a){a=(this.document||this.ownerDocument).querySelectorAll(a);for(var b=0;a[b]&&a[b]!==this;)++b;return!!a[b]});\"function\"!==typeof a.closest&&(a.closest=function(a){for(var b=this;b&&1===b.nodeType;){if(b.matches(a))return b;b=b.parentNode}return null})})(window.Element.prototype);\n\n/*!\nElement.getRootNode()\n*/\n(function(c){function d(a){a=b(a);return a&&11===a.nodeType?d(a.host):a}function b(a){return a&&a.parentNode?b(a.parentNode):a}\"function\"!==typeof c.getRootNode&&(c.getRootNode=function(a){return a&&a.composed?d(this):b(this)})})(Element.prototype);\n\n/*!\nElement.isConnected()\n*/\n(function(a){\"isConnected\"in a||Object.defineProperty(a,\"isConnected\",{configurable:!0,enumerable:!0,get:function(){var a=this.getRootNode({composed:!0});return a&&9===a.nodeType}})})(Element.prototype);\n\n/*!\nElement.remove()\n*/\n(function(b){b.forEach(function(a){a.hasOwnProperty(\"remove\")||Object.defineProperty(a,\"remove\",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})})})([Element.prototype,CharacterData.prototype,DocumentType.prototype]);\n\n/*!\nElement.classList\n*/\n!function(e){'classList'in e||Object.defineProperty(e,\"classList\",{get:function(){var e=this,t=(e.getAttribute(\"class\")||\"\").replace(/^\\s+|\\s$/g,\"\").split(/\\s+/g);function n(){t.length>0?e.setAttribute(\"class\",t.join(\" \")):e.removeAttribute(\"class\")}return\"\"===t[0]&&t.splice(0,1),t.toggle=function(e,i){void 0!==i?i?t.add(e):t.remove(e):-1!==t.indexOf(e)?t.splice(t.indexOf(e),1):t.push(e),n()},t.add=function(){for(var e=[].slice.call(arguments),i=0,s=e.length;i<s;i++)-1===t.indexOf(e[i])&&t.push(e[i]);n()},t.remove=function(){for(var e=[].slice.call(arguments),i=0,s=e.length;i<s;i++)-1!==t.indexOf(e[i])&&t.splice(t.indexOf(e[i]),1);n()},t.item=function(e){return t[e]},t.contains=function(e){return-1!==t.indexOf(e)},t.replace=function(e,i){-1!==t.indexOf(e)&&t.splice(t.indexOf(e),1,i),n()},t.value=e.getAttribute(\"class\")||\"\",t}})}(Element.prototype);\n\n/*!\nDOMTokenList\n*/\n(function(b){try{document.body.classList.add()}catch(e){var c=b.add,d=b.remove;b.add=function(){for(var a=0;a<arguments.length;a++)c.call(this,arguments[a])};b.remove=function(){for(var a=0;a<arguments.length;a++)d.call(this,arguments[a])}}})(DOMTokenList.prototype);\n"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import{r as e,h as r,H as o}from"./p-26e9d40e.js";const t=":host{display:block;position:relative;width:100%;border-bottom:0.0625rem solid var(--theme-color-x-weak-bdr);margin:0.25rem 0px}";const s=t;const i=class{constructor(r){e(this,r)}render(){return r(o,{key:"c4ded9a12469394b7f35bebee62799640ccb905f"})}};i.style=s;export{i as ix_divider};
2
+ //# sourceMappingURL=p-5d582c48.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["dividerCss","IxDividerStyle0","Divider","render","h","Host","key"],"sources":["src/components/divider/divider.scss?tag=ix-divider&encapsulation=shadow","src/components/divider/divider.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:host {\n display: block;\n position: relative;\n\n width: 100%;\n border-bottom: 0.0625rem solid var(--theme-color-x-weak-bdr);\n margin: 0.25rem 0px;\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 */\nimport { Component, h, Host } from '@stencil/core';\n\n/**\n * @since 1.4.0\n */\n@Component({\n tag: 'ix-divider',\n styleUrl: 'divider.scss',\n shadow: true,\n})\nexport class Divider {\n render() {\n return <Host></Host>;\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAa,mIACnB,MAAAC,EAAeD,E,MCiBFE,EAAO,M,yBAClB,MAAAC,GACE,OAAOC,EAACC,EAAI,CAAAC,IAAA,4C"}
@@ -0,0 +1,2 @@
1
+ function n(n){let l=null;let t=new Promise((n=>l=n));let e=null;const o=t=>{e=t;n===null||n===void 0?void 0:n(t);l()};o.current=e;o.waitForCurrent=async()=>{await t;return e};return o}export{n as m};
2
+ //# sourceMappingURL=p-64c3fa3d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["makeRef","currentChangedCallback","resolve","currentPromise","Promise","res","current","setRefFunction","ref","waitForCurrent","async"],"sources":["src/components/utils/make-ref.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 */\n\nexport type MakeRef<T> = {\n (ref: T): void;\n current: T;\n waitForCurrent(): Promise<T>;\n};\n\nexport function makeRef<T>(\n currentChangedCallback?: (element: T) => void\n): MakeRef<T> {\n let resolve = null;\n let currentPromise = new Promise((res) => (resolve = res));\n let current: T = null;\n\n const setRefFunction = (ref: T) => {\n current = ref;\n currentChangedCallback?.(ref);\n resolve();\n };\n\n setRefFunction.current = current;\n setRefFunction.waitForCurrent = async () => {\n await currentPromise;\n return current;\n };\n\n return setRefFunction;\n}\n"],"mappings":"SAegBA,EACdC,GAEA,IAAIC,EAAU,KACd,IAAIC,EAAiB,IAAIC,SAASC,GAASH,EAAUG,IACrD,IAAIC,EAAa,KAEjB,MAAMC,EAAkBC,IACtBF,EAAUE,EACVP,IAAsB,MAAtBA,SAAsB,SAAtBA,EAAyBO,GACzBN,GAAS,EAGXK,EAAeD,QAAUA,EACzBC,EAAeE,eAAiBC,gBACxBP,EACN,OAAOG,CAAO,EAGhB,OAAOC,CACT,Q"}
@@ -0,0 +1,2 @@
1
+ const n={sm:"(max-width: 48em)",md:"(min-width: 48.0625em) and (max-width: 80em)",lg:"(min-width: 80.0625em)"};const d=d=>{if(typeof window!=="undefined"&&window.matchMedia){const e=n[d];return window.matchMedia(e).matches}return false};export{d as m};
2
+ //# sourceMappingURL=p-68a274e7.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["mediaQueries","sm","md","lg","matchBreakpoint","breakpoint","window","matchMedia","mediaQuery","matches"],"sources":["src/components/utils/breakpoints.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// Implementation of scss breakpoints mixins/_break-points.scss\nconst mediaQueries = {\n sm: '(max-width: 48em)',\n md: '(min-width: 48.0625em) and (max-width: 80em)',\n lg: '(min-width: 80.0625em)',\n} as const;\n\nexport type Breakpoint = keyof typeof mediaQueries;\n\nexport const matchBreakpoint = (breakpoint: Breakpoint) => {\n if (typeof window !== 'undefined' && (window as any).matchMedia) {\n const mediaQuery = mediaQueries[breakpoint];\n return window.matchMedia(mediaQuery).matches;\n }\n return false;\n};\n"],"mappings":"AAUA,MAAMA,EAAe,CACnBC,GAAI,oBACJC,GAAI,+CACJC,GAAI,0B,MAKOC,EAAmBC,IAC9B,UAAWC,SAAW,aAAgBA,OAAeC,WAAY,CAC/D,MAAMC,EAAaR,EAAaK,GAChC,OAAOC,OAAOC,WAAWC,GAAYC,O,CAEvC,OAAO,KAAK,S"}
@@ -0,0 +1,2 @@
1
+ import{r as e,h as t,H as l}from"./p-26e9d40e.js";const a=":host(.keyValue){display:flex;flex-direction:row;align-items:center;gap:1rem}:host(.keyValue) .keyValue__icon{padding:0.25rem 0}:host(.keyValue) .keyValue__content{display:flex;flex-grow:1;align-items:flex-start}:host(.keyValue) .keyValue__content,:host(.keyValue) .keyValue__content .content__label,:host(.keyValue) .keyValue__content .content__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}:host(.keyValue) .keyValue__content .content__label{color:var(--theme-color-soft-text)}:host(.keyValue) .keyValue__content .content__value{width:100%}:host(.keyValue.keyValue--column){padding:0.5rem 0;border-bottom:1px solid var(--theme-color-soft-bdr)}:host(.keyValue.keyValue--column) .keyValue__content{flex-direction:column}:host(.keyValue.keyValue--column) .keyValue__content .content__label,:host(.keyValue.keyValue--column) .keyValue__content .content__value:not(.has-customValue){padding:2px 0}:host(.keyValue.keyValue--row){padding:0.25rem 0}:host(.keyValue.keyValue--row) .keyValue__content{flex-direction:row;gap:1rem;align-items:center}:host(.keyValue.keyValue--row) .keyValue__content .content__label,:host(.keyValue.keyValue--row) .keyValue__content .content__value:not(.has-customValue){padding:6px 0}:host(.keyValue.keyValue--row) .keyValue__content .content__label{min-width:8rem}";const o=a;const n=class{constructor(t){e(this,t);this.icon=undefined;this.label=undefined;this.labelPosition="top";this.value=undefined}render(){return t(l,{key:"227f052645f548c6e1c19a925734bbd6066358e4",class:`keyValue keyValue--${this.labelPosition==="top"?"column":"row"}`},this.icon&&t("ix-icon",{name:this.icon,size:"24",class:"keyValue__icon"}),t("div",{key:"ffe1c46cf33671aeb701559b6da2ec5133099c94",class:"keyValue__content"},t("div",{key:"700543226c808d81d11c9d9bf69cf25c73825688",class:"content__label"},this.label),t("div",{key:"7e5b12f25fb6d9503947d6a7b200c7a3f962aee2",class:{content__value:true,"has-customValue":this.value===undefined}},this.value!==undefined?this.value:t("slot",{name:"custom-value"}))))}};n.style=o;export{n as ix_key_value};
2
+ //# sourceMappingURL=p-6e1fdc40.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["keyValueCss","IxKeyValueStyle0","KeyValue","render","h","Host","key","class","this","labelPosition","icon","name","size","label","content__value","value","undefined"],"sources":["src/components/key-value/key-value.scss?tag=ix-key-value&encapsulation=shadow","src/components/key-value/key-value.tsx"],"sourcesContent":["@import 'common-variables';\n@import 'mixins/text-truncation';\n\n:host(.keyValue) {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: $default-space;\n\n .keyValue__icon {\n padding: $tiny-space 0;\n }\n\n .keyValue__content {\n display: flex;\n flex-grow: 1;\n align-items: flex-start;\n\n &,\n .content__label,\n .content__value {\n @include ellipsis;\n max-width: 100%;\n }\n\n .content__label {\n color: var(--theme-color-soft-text);\n }\n\n .content__value {\n width: 100%;\n }\n }\n}\n\n:host(.keyValue.keyValue--column) {\n padding: $small-space 0;\n border-bottom: 1px solid var(--theme-color-soft-bdr);\n\n .keyValue__content {\n flex-direction: column;\n\n .content__label,\n .content__value:not(.has-customValue) {\n padding: 2px 0;\n }\n }\n}\n\n:host(.keyValue.keyValue--row) {\n padding: $tiny-space 0;\n\n .keyValue__content {\n flex-direction: row;\n gap: $default-space;\n align-items: center;\n\n .content__label,\n .content__value:not(.has-customValue) {\n padding: 6px 0;\n }\n\n .content__label {\n min-width: 8rem;\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 { Component, h, Host, Prop } from '@stencil/core';\n\nexport type KeyValueLabelPosition = 'top' | 'left';\n\n/**\n * @slot custom-value - Optional custom value at key value instead of text value\n *\n * @since 1.6.0\n */\n@Component({\n tag: 'ix-key-value',\n styleUrl: 'key-value.scss',\n shadow: true,\n})\nexport class KeyValue {\n /**\n * Optional key value icon\n */\n @Prop() icon: string;\n\n /**\n * Key value label\n */\n @Prop() label!: string;\n\n /**\n * Optional key value label position - 'top' or 'left'\n */\n @Prop() labelPosition: KeyValueLabelPosition = 'top';\n\n /**\n * Optional key value text value\n */\n @Prop() value: string;\n\n render() {\n return (\n <Host\n class={`keyValue keyValue--${\n this.labelPosition === 'top' ? 'column' : 'row'\n }`}\n >\n {this.icon && (\n <ix-icon name={this.icon} size=\"24\" class=\"keyValue__icon\"></ix-icon>\n )}\n <div class=\"keyValue__content\">\n <div class=\"content__label\">{this.label}</div>\n <div\n class={{\n content__value: true,\n 'has-customValue': this.value === undefined,\n }}\n >\n {this.value !== undefined ? (\n this.value\n ) : (\n <slot name=\"custom-value\"></slot>\n )}\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAc,6yCACpB,MAAAC,EAAeD,E,MCsBFE,EAAQ,M,qFAc4B,M,qBAO/C,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,2CACHC,MAAO,sBACLC,KAAKC,gBAAkB,MAAQ,SAAW,SAG3CD,KAAKE,MACJN,EAAA,WAASO,KAAMH,KAAKE,KAAME,KAAK,KAAKL,MAAM,mBAE5CH,EAAA,OAAAE,IAAA,2CAAKC,MAAM,qBACTH,EAAA,OAAAE,IAAA,2CAAKC,MAAM,kBAAkBC,KAAKK,OAClCT,EAAA,OAAAE,IAAA,2CACEC,MAAO,CACLO,eAAgB,KAChB,kBAAmBN,KAAKO,QAAUC,YAGnCR,KAAKO,QAAUC,UACdR,KAAU,MAEVJ,EAAA,QAAMO,KAAK,mB"}
@@ -0,0 +1,2 @@
1
+ import{T as e}from"./p-c4749812.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 c=()=>t;function s(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");s(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}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 c().attachView(n);r.addEventListener("dialogClose",(e=>{t.emit(e.detail);r.remove()}));r.addEventListener("dialogDismiss",(e=>{t.emit(e.detail);r.remove()}));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 s=new e;if(typeof o.content==="string"){const e=document.createElement("ix-modal");e.innerText=o.content;n=await c().attachView(e)}if(o.content instanceof HTMLElement&&o.content.tagName!=="IX-MODAL"){const e=document.createElement("ix-modal");e.appendChild(o.content);n=await c().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})=>{s.emit(e);await t.removeView(n)}));return{htmlElement:n,onClose:a,onDismiss:s}}export{i as a,y as b,u as c,f as d,c as g,a as r,r as s};
2
+ //# sourceMappingURL=p-6e6efb4c.js.map