@siemens/ix 0.0.0-pr-2166-20251001134702 → 0.0.0-pr-2212-20251017115125

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 (898) hide show
  1. package/READMEOSS.html +20 -20
  2. package/components/index.js +4 -4
  3. package/components/index.js.map +1 -1
  4. package/components/ix-action-card.js +3 -3
  5. package/components/ix-action-card.js.map +1 -1
  6. package/components/ix-application-header.js +1 -1
  7. package/components/ix-application-switch-modal.js +6 -6
  8. package/components/ix-application.js +2 -2
  9. package/components/ix-avatar.js +1 -1
  10. package/components/ix-basic-navigation.js +7 -7
  11. package/components/ix-blind.js +1 -1
  12. package/components/ix-breadcrumb-item.js +1 -1
  13. package/components/ix-breadcrumb.js +10 -10
  14. package/components/ix-breadcrumb.js.map +1 -1
  15. package/components/ix-button.js +1 -1
  16. package/components/ix-card-list.js +4 -4
  17. package/components/ix-category-filter.js +22 -13
  18. package/components/ix-category-filter.js.map +1 -1
  19. package/components/ix-checkbox-group.js +4 -4
  20. package/components/ix-checkbox.js +1 -1
  21. package/components/ix-chip.js +15 -14
  22. package/components/ix-chip.js.map +1 -1
  23. package/components/ix-content-header.js +3 -3
  24. package/components/ix-custom-field.js +4 -4
  25. package/components/ix-date-dropdown.js +20 -20
  26. package/components/ix-date-dropdown.js.map +1 -1
  27. package/components/ix-date-input.js +14 -14
  28. package/components/ix-date-input.js.map +1 -1
  29. package/components/ix-date-picker.js +1 -1
  30. package/components/ix-date-time-card.js +1 -1
  31. package/components/ix-datetime-picker.js +34 -13
  32. package/components/ix-datetime-picker.js.map +1 -1
  33. package/components/ix-drawer.js +7 -8
  34. package/components/ix-drawer.js.map +1 -1
  35. package/components/ix-dropdown-button.js +4 -4
  36. package/components/ix-dropdown-header.js +1 -1
  37. package/components/ix-dropdown.js +1 -1
  38. package/components/ix-empty-state.js +3 -3
  39. package/components/ix-event-list.js +4 -4
  40. package/components/ix-event-list.js.map +1 -1
  41. package/components/ix-expanding-search.js +2 -2
  42. package/components/ix-field-label.js +1 -1
  43. package/components/ix-field-wrapper.js +1 -1
  44. package/components/ix-filter-chip.js +1 -1
  45. package/components/ix-flip-tile.js +2 -2
  46. package/components/ix-group-context-menu.js +1 -1
  47. package/components/ix-group-item.js +1 -1
  48. package/components/ix-group.js +24 -24
  49. package/components/ix-group.js.map +1 -1
  50. package/components/ix-helper-text.js +2 -2
  51. package/components/ix-icon-button.js +1 -1
  52. package/components/ix-icon-toggle-button.js +2 -2
  53. package/components/ix-input-group.d.ts +11 -0
  54. package/components/ix-input-group.js +154 -0
  55. package/components/ix-input-group.js.map +1 -0
  56. package/components/ix-input.js +11 -11
  57. package/components/ix-input.js.map +1 -1
  58. package/components/ix-key-value-list.js +1 -1
  59. package/components/ix-key-value.js +1 -1
  60. package/components/ix-kpi.js +3 -3
  61. package/components/ix-layout-auto.js +1 -1
  62. package/components/ix-layout-grid.js +1 -1
  63. package/components/ix-link-button.js +3 -3
  64. package/components/ix-map-navigation-overlay.js +1 -1
  65. package/components/ix-map-navigation.js +9 -10
  66. package/components/ix-map-navigation.js.map +1 -1
  67. package/components/ix-menu-about-item.js +1 -1
  68. package/components/ix-menu-about-news.js +8 -8
  69. package/components/ix-menu-about.js +3 -3
  70. package/components/ix-menu-avatar-item.js +1 -1
  71. package/components/ix-menu-avatar.js +11 -11
  72. package/components/ix-menu-avatar.js.map +1 -1
  73. package/components/ix-menu-category.js +9 -9
  74. package/components/ix-menu-expand-icon.js +1 -1
  75. package/components/ix-menu-item.js +1 -1
  76. package/components/ix-menu-settings-item.js +1 -1
  77. package/components/ix-menu-settings.js +1 -1
  78. package/components/ix-menu.js +26 -21
  79. package/components/ix-menu.js.map +1 -1
  80. package/components/ix-message-bar.js +11 -8
  81. package/components/ix-message-bar.js.map +1 -1
  82. package/components/ix-modal-content.js +1 -1
  83. package/components/ix-modal-footer.js +1 -1
  84. package/components/ix-modal-header.js +1 -1
  85. package/components/ix-modal-loading.js +2 -2
  86. package/components/ix-modal.js +17 -17
  87. package/components/ix-modal.js.map +1 -1
  88. package/components/ix-number-input.js +12 -12
  89. package/components/ix-pagination.js +15 -15
  90. package/components/ix-pagination.js.map +1 -1
  91. package/components/ix-pane-layout.js +1 -1
  92. package/components/ix-pane.js +4 -4
  93. package/components/ix-pill.js +3 -3
  94. package/components/ix-pill.js.map +1 -1
  95. package/components/ix-progress-indicator.js +2 -2
  96. package/components/ix-push-card.js +5 -5
  97. package/components/ix-push-card.js.map +1 -1
  98. package/components/ix-radio-group.js +4 -4
  99. package/components/ix-radio.js +1 -1
  100. package/components/ix-select.js +1 -1
  101. package/components/ix-slider.js +2 -2
  102. package/components/ix-spinner.js +1 -1
  103. package/components/ix-split-button.js +4 -4
  104. package/components/ix-textarea.js +6 -6
  105. package/components/ix-time-input.js +20 -13
  106. package/components/ix-time-input.js.map +1 -1
  107. package/components/ix-time-picker.js +1 -1
  108. package/components/ix-toast-container.js +9 -9
  109. package/components/ix-toast-container.js.map +1 -1
  110. package/components/ix-toast.js +1 -1
  111. package/components/ix-toggle-button.js +1 -1
  112. package/components/ix-toggle.js +5 -5
  113. package/components/ix-toggle.js.map +1 -1
  114. package/components/ix-tooltip.js +1 -1
  115. package/components/ix-tree-item.js +1 -1
  116. package/components/ix-tree.js +2 -2
  117. package/components/ix-typography.js +1 -1
  118. package/components/ix-upload.js +5 -5
  119. package/components/ix-validation-tooltip.d.ts +11 -0
  120. package/components/ix-validation-tooltip.js +184 -0
  121. package/components/ix-validation-tooltip.js.map +1 -0
  122. package/components/ix-workflow-step.js +5 -4
  123. package/components/ix-workflow-step.js.map +1 -1
  124. package/components/ix-workflow-steps.js +1 -1
  125. package/components/{p-DklPCkRW.js → p-8MS-omi7.js} +3 -3
  126. package/components/{p-DklPCkRW.js.map → p-8MS-omi7.js.map} +1 -1
  127. package/components/{p-7-Wnr7e5.js → p-BFuOBAQB.js} +12 -6
  128. package/components/p-BFuOBAQB.js.map +1 -0
  129. package/components/{p-Baga5bu5.js → p-BSiqAMAr.js} +6 -6
  130. package/components/{p-Baga5bu5.js.map → p-BSiqAMAr.js.map} +1 -1
  131. package/components/{p-DE74-VWH.js → p-BYRT3Z1w.js} +12 -11
  132. package/components/p-BYRT3Z1w.js.map +1 -0
  133. package/components/{p-ts3VxLYi.js → p-BYvKfy9G.js} +6 -6
  134. package/components/{p-ts3VxLYi.js.map → p-BYvKfy9G.js.map} +1 -1
  135. package/components/{p-DOGuJxKg.js → p-BnT1mAuX.js} +6 -6
  136. package/components/{p-DOGuJxKg.js.map → p-BnT1mAuX.js.map} +1 -1
  137. package/components/{p-C8wXJCK3.js → p-BrKwrb_Z.js} +4 -4
  138. package/components/{p-C8wXJCK3.js.map → p-BrKwrb_Z.js.map} +1 -1
  139. package/components/{p-C4MK63gz.js → p-BrgHqrnH.js} +3 -3
  140. package/components/{p-C4MK63gz.js.map → p-BrgHqrnH.js.map} +1 -1
  141. package/components/{p-DaR6pX8w.js → p-C-7UhkWz.js} +8 -8
  142. package/components/{p-DaR6pX8w.js.map → p-C-7UhkWz.js.map} +1 -1
  143. package/components/{p-D3ZlTDAF.js → p-C3irznVN.js} +3 -3
  144. package/components/{p-D3ZlTDAF.js.map → p-C3irznVN.js.map} +1 -1
  145. package/components/{p-CiSM2A9Q.js → p-CAqtPJ4-.js} +3 -102
  146. package/components/p-CAqtPJ4-.js.map +1 -0
  147. package/components/p-CFRrPFxi.js +103 -0
  148. package/components/p-CFRrPFxi.js.map +1 -0
  149. package/components/{p-BmLRwuMH.js → p-CGPMGyof.js} +6 -5
  150. package/components/p-CGPMGyof.js.map +1 -0
  151. package/components/{p-DlNAQJQO.js → p-CMNpJTDF.js} +3 -3
  152. package/components/{p-DlNAQJQO.js.map → p-CMNpJTDF.js.map} +1 -1
  153. package/components/{p-uiKHewyI.js → p-CMk-tLmg.js} +4 -4
  154. package/components/{p-uiKHewyI.js.map → p-CMk-tLmg.js.map} +1 -1
  155. package/components/{p-CCyj6Nhd.js → p-CO2zhw6V.js} +3 -3
  156. package/components/{p-CCyj6Nhd.js.map → p-CO2zhw6V.js.map} +1 -1
  157. package/components/{p-BruPthTZ.js → p-CbQqqTKK.js} +71 -17
  158. package/components/p-CbQqqTKK.js.map +1 -0
  159. package/components/{p-w319yPRv.js → p-Cl420PSP.js} +6 -6
  160. package/components/{p-w319yPRv.js.map → p-Cl420PSP.js.map} +1 -1
  161. package/components/{p-C9yPT68I.js → p-CsHYWHE6.js} +25 -37
  162. package/components/p-CsHYWHE6.js.map +1 -0
  163. package/components/p-Ctze1Bh6.js +64 -0
  164. package/components/p-Ctze1Bh6.js.map +1 -0
  165. package/components/{p-BU9xngEb.js → p-CyJWaxhg.js} +9 -9
  166. package/components/{p-BU9xngEb.js.map → p-CyJWaxhg.js.map} +1 -1
  167. package/components/{p-gkooEHol.js → p-CzzcLSmV.js} +4 -4
  168. package/components/p-CzzcLSmV.js.map +1 -0
  169. package/components/{p-Cx5H0GeI.js → p-D5QNBS-J.js} +18 -21
  170. package/components/p-D5QNBS-J.js.map +1 -0
  171. package/components/{p-bBkFZC8X.js → p-D99ntB9D.js} +4 -4
  172. package/components/{p-bBkFZC8X.js.map → p-D99ntB9D.js.map} +1 -1
  173. package/components/{p-BLcKiU45.js → p-DAWZ76L0.js} +4 -4
  174. package/components/{p-BLcKiU45.js.map → p-DAWZ76L0.js.map} +1 -1
  175. package/components/{p-Ba6JlSP8.js → p-DRlGkOeX.js} +5 -5
  176. package/components/{p-Ba6JlSP8.js.map → p-DRlGkOeX.js.map} +1 -1
  177. package/components/{p-DSF854K6.js → p-DZNnQyWO.js} +4 -3
  178. package/components/p-DZNnQyWO.js.map +1 -0
  179. package/components/{p-DLcItN6d.js → p-DmTyQW2E.js} +5 -5
  180. package/components/p-DmTyQW2E.js.map +1 -0
  181. package/components/{p-Bc15ecXv.js → p-DyW_A5Tq.js} +13 -13
  182. package/components/p-DyW_A5Tq.js.map +1 -0
  183. package/components/{p-4dm0FrTr.js → p-FnN74Elm.js} +4 -3
  184. package/components/p-FnN74Elm.js.map +1 -0
  185. package/components/{p-CfOUCcs9.js → p-GkRC08qs.js} +3 -3
  186. package/components/{p-CfOUCcs9.js.map → p-GkRC08qs.js.map} +1 -1
  187. package/components/p-fef9-zXA.js +56 -0
  188. package/components/{p-R9YNQy08.js.map → p-fef9-zXA.js.map} +1 -1
  189. package/components/{p-BNYHD56q.js → p-j4BMT-Rr.js} +25 -25
  190. package/components/p-j4BMT-Rr.js.map +1 -0
  191. package/components/{p-Fbu6eUjk.js → p-s3E9saxz.js} +5 -5
  192. package/components/{p-Fbu6eUjk.js.map → p-s3E9saxz.js.map} +1 -1
  193. package/components/p-taILGXkr.js.map +1 -1
  194. package/dist/cjs/find-element-D7yD1Ukn.js +106 -0
  195. package/dist/cjs/find-element-D7yD1Ukn.js.map +1 -0
  196. package/dist/cjs/{find-element-BNZJcvT8.js → floating-ui.dom-CMzYsRR7.js} +2 -103
  197. package/dist/cjs/floating-ui.dom-CMzYsRR7.js.map +1 -0
  198. package/dist/cjs/{index-BJkiBUu0.js → index-B7AMgiIZ.js} +3 -3
  199. package/dist/cjs/{index-BJkiBUu0.js.map → index-B7AMgiIZ.js.map} +1 -1
  200. package/dist/cjs/index-DuDLgBnw.js +8 -0
  201. package/dist/cjs/index-Dyz3z1FD.js.map +1 -1
  202. package/dist/cjs/index.cjs.js +3 -3
  203. package/dist/cjs/index.cjs.js.map +1 -1
  204. package/dist/cjs/ix-action-card.cjs.entry.js +1 -1
  205. package/dist/cjs/ix-action-card.entry.cjs.js.map +1 -1
  206. package/dist/cjs/ix-application-header.cjs.entry.js +3 -3
  207. package/dist/cjs/ix-application-switch-modal.cjs.entry.js +1 -1
  208. package/dist/cjs/ix-application.cjs.entry.js +2 -2
  209. package/dist/cjs/ix-avatar.ix-menu-avatar-item.entry.cjs.js.map +1 -1
  210. package/dist/cjs/ix-avatar_2.cjs.entry.js +1 -1
  211. package/dist/cjs/ix-basic-navigation.cjs.entry.js +1 -1
  212. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +7 -7
  213. package/dist/cjs/ix-breadcrumb-item.entry.cjs.js.map +1 -1
  214. package/dist/cjs/ix-breadcrumb.cjs.entry.js +6 -6
  215. package/dist/cjs/ix-breadcrumb.entry.cjs.js.map +1 -1
  216. package/dist/cjs/ix-category-filter.cjs.entry.js +16 -8
  217. package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -1
  218. package/dist/cjs/ix-chip.cjs.entry.js +10 -9
  219. package/dist/cjs/ix-chip.entry.cjs.js.map +1 -1
  220. package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -1
  221. package/dist/cjs/ix-col_4.cjs.entry.js +18 -18
  222. package/dist/cjs/ix-date-dropdown.cjs.entry.js +11 -11
  223. package/dist/cjs/ix-date-dropdown.entry.cjs.js.map +1 -1
  224. package/dist/cjs/ix-date-input.cjs.entry.js +4 -4
  225. package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -1
  226. package/dist/cjs/ix-date-time-card.cjs.entry.js +8 -3
  227. package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -1
  228. package/dist/cjs/ix-datetime-picker.cjs.entry.js +21 -3
  229. package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -1
  230. package/dist/cjs/ix-drawer.cjs.entry.js +5 -6
  231. package/dist/cjs/ix-drawer.entry.cjs.js.map +1 -1
  232. package/dist/cjs/ix-dropdown.cjs.entry.js +8 -7
  233. package/dist/cjs/ix-dropdown.entry.cjs.js.map +1 -1
  234. package/dist/cjs/ix-event-list.cjs.entry.js +4 -4
  235. package/dist/cjs/ix-event-list.entry.cjs.js.map +1 -1
  236. package/dist/cjs/ix-filter-chip.ix-select-item.entry.cjs.js.map +1 -1
  237. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +1 -1
  238. package/dist/cjs/ix-group-context-menu.ix-group-item.entry.cjs.js.map +1 -1
  239. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +5 -18
  240. package/dist/cjs/ix-group.cjs.entry.js +18 -18
  241. package/dist/cjs/ix-group.entry.cjs.js.map +1 -1
  242. package/dist/cjs/ix-helper-text.cjs.entry.js +1 -1
  243. package/dist/cjs/ix-icon-button.ix-spinner.entry.cjs.js.map +1 -1
  244. package/dist/cjs/ix-icon-button_2.cjs.entry.js +2 -2
  245. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +1 -1
  246. package/dist/cjs/ix-input-group.cjs.entry.js +130 -0
  247. package/dist/cjs/ix-input-group.entry.cjs.js.map +1 -0
  248. package/dist/cjs/ix-input.cjs.entry.js +5 -5
  249. package/dist/cjs/ix-input.entry.cjs.js.map +1 -1
  250. package/dist/cjs/ix-key-value-list.cjs.entry.js +1 -1
  251. package/dist/cjs/ix-key-value.cjs.entry.js +1 -1
  252. package/dist/cjs/ix-kpi.cjs.entry.js +3 -3
  253. package/dist/cjs/ix-layout-auto.cjs.entry.js +1 -1
  254. package/dist/cjs/ix-link-button.cjs.entry.js +3 -3
  255. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +2 -2
  256. package/dist/cjs/ix-map-navigation.cjs.entry.js +2 -3
  257. package/dist/cjs/ix-map-navigation.entry.cjs.js.map +1 -1
  258. package/dist/cjs/ix-menu-about-item.cjs.entry.js +1 -1
  259. package/dist/cjs/ix-menu-about-news.cjs.entry.js +4 -4
  260. package/dist/cjs/ix-menu-avatar.cjs.entry.js +4 -4
  261. package/dist/cjs/ix-menu-avatar.entry.cjs.js.map +1 -1
  262. package/dist/cjs/ix-menu-category.cjs.entry.js +5 -5
  263. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +1 -1
  264. package/dist/cjs/ix-menu-item.cjs.entry.js +4 -4
  265. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +1 -1
  266. package/dist/cjs/ix-menu.cjs.entry.js +20 -16
  267. package/dist/cjs/ix-menu.entry.cjs.js.map +1 -1
  268. package/dist/cjs/ix-message-bar.cjs.entry.js +8 -5
  269. package/dist/cjs/ix-message-bar.entry.cjs.js.map +1 -1
  270. package/dist/cjs/ix-modal-content_2.cjs.entry.js +2 -2
  271. package/dist/cjs/ix-modal-footer.cjs.entry.js +1 -1
  272. package/dist/cjs/ix-modal-loading.cjs.entry.js +1 -1
  273. package/dist/cjs/ix-modal.cjs.entry.js +14 -14
  274. package/dist/cjs/ix-modal.entry.cjs.js.map +1 -1
  275. package/dist/cjs/ix-number-input.cjs.entry.js +6 -6
  276. package/dist/cjs/ix-pagination.cjs.entry.js +5 -5
  277. package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -1
  278. package/dist/cjs/ix-pane-layout.cjs.entry.js +1 -1
  279. package/dist/cjs/ix-pane.cjs.entry.js +1 -1
  280. package/dist/cjs/ix-pill.cjs.entry.js +1 -1
  281. package/dist/cjs/ix-pill.entry.cjs.js.map +1 -1
  282. package/dist/cjs/ix-push-card.cjs.entry.js +3 -3
  283. package/dist/cjs/ix-push-card.entry.cjs.js.map +1 -1
  284. package/dist/cjs/ix-select.cjs.entry.js +8 -11
  285. package/dist/cjs/ix-select.entry.cjs.js.map +1 -1
  286. package/dist/cjs/ix-textarea.cjs.entry.js +2 -2
  287. package/dist/cjs/ix-time-input.cjs.entry.js +9 -3
  288. package/dist/cjs/ix-time-input.entry.cjs.js.map +1 -1
  289. package/dist/cjs/ix-time-picker.cjs.entry.js +58 -10
  290. package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -1
  291. package/dist/cjs/ix-toast-container.cjs.entry.js +5 -5
  292. package/dist/cjs/ix-toast-container.entry.cjs.js.map +1 -1
  293. package/dist/cjs/ix-toast.cjs.entry.js +6 -5
  294. package/dist/cjs/ix-toast.entry.cjs.js.map +1 -1
  295. package/dist/cjs/ix-toggle.cjs.entry.js +4 -4
  296. package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -1
  297. package/dist/cjs/ix-tooltip.cjs.entry.js +10 -9
  298. package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -1
  299. package/dist/cjs/ix-tree-item.cjs.entry.js +4 -4
  300. package/dist/cjs/ix-tree.cjs.entry.js +1 -1
  301. package/dist/cjs/ix-typography.cjs.entry.js +1 -1
  302. package/dist/cjs/ix-upload.cjs.entry.js +3 -3
  303. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +155 -0
  304. package/dist/cjs/ix-validation-tooltip.entry.cjs.js.map +1 -0
  305. package/dist/cjs/ix-workflow-step.cjs.entry.js +5 -4
  306. package/dist/cjs/ix-workflow-step.entry.cjs.js.map +1 -1
  307. package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
  308. package/dist/cjs/loader.cjs.js +1 -1
  309. package/dist/cjs/{modal-BdSf3C6f.js → modal-CsEGB0kd.js} +4 -3
  310. package/dist/cjs/modal-CsEGB0kd.js.map +1 -0
  311. package/dist/cjs/{service-DuiJmf7R.js → service-FGbUpQQM.js} +4 -4
  312. package/dist/cjs/service-FGbUpQQM.js.map +1 -0
  313. package/dist/cjs/siemens-ix.cjs.js +1 -1
  314. package/dist/cjs/{theme-switcher-Do9dkNUv.js → theme-switcher-76Td30il.js} +25 -37
  315. package/dist/cjs/theme-switcher-76Td30il.js.map +1 -0
  316. package/dist/collection/collection-manifest.json +2 -0
  317. package/dist/collection/components/action-card/action-card.js +2 -2
  318. package/dist/collection/components/action-card/action-card.js.map +1 -1
  319. package/dist/collection/components/avatar/avatar.js +1 -1
  320. package/dist/collection/components/avatar/avatar.js.map +1 -1
  321. package/dist/collection/components/breadcrumb/breadcrumb.js +9 -9
  322. package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -1
  323. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +16 -16
  324. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -1
  325. package/dist/collection/components/category-filter/category-filter.js +43 -12
  326. package/dist/collection/components/category-filter/category-filter.js.map +1 -1
  327. package/dist/collection/components/chip/chip.css +1 -1
  328. package/dist/collection/components/chip/chip.js +13 -12
  329. package/dist/collection/components/chip/chip.js.map +1 -1
  330. package/dist/collection/components/date-dropdown/date-dropdown.js +19 -19
  331. package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -1
  332. package/dist/collection/components/date-input/date-input.js +5 -5
  333. package/dist/collection/components/date-input/date-input.js.map +1 -1
  334. package/dist/collection/components/date-picker/date-picker-component.js.map +1 -1
  335. package/dist/collection/components/date-picker/date-picker.js +31 -26
  336. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  337. package/dist/collection/components/date-time-card/date-time-card.js +30 -5
  338. package/dist/collection/components/date-time-card/date-time-card.js.map +1 -1
  339. package/dist/collection/components/datetime-picker/datetime-picker.js +94 -7
  340. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -1
  341. package/dist/collection/components/drawer/drawer.js +5 -6
  342. package/dist/collection/components/drawer/drawer.js.map +1 -1
  343. package/dist/collection/components/event-list/event-list.js +6 -6
  344. package/dist/collection/components/event-list/event-list.js.map +1 -1
  345. package/dist/collection/components/filter-chip/filter-chip.css +1 -0
  346. package/dist/collection/components/group/group.css +0 -12
  347. package/dist/collection/components/group/group.js +23 -23
  348. package/dist/collection/components/group/group.js.map +1 -1
  349. package/dist/collection/components/group-item/group-item.css +6 -22
  350. package/dist/collection/components/group-item/group-item.js +8 -44
  351. package/dist/collection/components/group-item/group-item.js.map +1 -1
  352. package/dist/collection/components/helper-text/helper-text.js +1 -1
  353. package/dist/collection/components/icon-button/icon-button.js +2 -2
  354. package/dist/collection/components/icon-button/icon-button.js.map +1 -1
  355. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +1 -1
  356. package/dist/collection/components/input/input.js +5 -5
  357. package/dist/collection/components/input/input.js.map +1 -1
  358. package/dist/collection/components/input/number-input.js +6 -6
  359. package/dist/collection/components/input/textarea.js +2 -2
  360. package/dist/collection/components/input-group/input-group.css +115 -0
  361. package/dist/collection/components/input-group/input-group.js +152 -0
  362. package/dist/collection/components/input-group/input-group.js.map +1 -0
  363. package/dist/collection/components/key-value/key-value.js +1 -1
  364. package/dist/collection/components/key-value-list/key-value-list.js +1 -1
  365. package/dist/collection/components/kpi/kpi.js +3 -3
  366. package/dist/collection/components/layout-auto/layout-auto.js +1 -1
  367. package/dist/collection/components/layout-grid/layout-grid.js +2 -2
  368. package/dist/collection/components/link-button/link-button.js +3 -3
  369. package/dist/collection/components/map-navigation/map-navigation.js +2 -3
  370. package/dist/collection/components/map-navigation/map-navigation.js.map +1 -1
  371. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +2 -2
  372. package/dist/collection/components/menu/menu-expand-icon.js +1 -1
  373. package/dist/collection/components/menu/menu.js +36 -12
  374. package/dist/collection/components/menu/menu.js.map +1 -1
  375. package/dist/collection/components/menu-about-item/menu-about-item.js +1 -1
  376. package/dist/collection/components/menu-about-news/menu-about-news.js +4 -4
  377. package/dist/collection/components/menu-avatar/menu-avatar.js +7 -7
  378. package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -1
  379. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
  380. package/dist/collection/components/menu-category/menu-category.js +5 -5
  381. package/dist/collection/components/menu-item/menu-item.js +4 -4
  382. package/dist/collection/components/menu-settings-item/menu-settings-item.js +1 -1
  383. package/dist/collection/components/message-bar/message-bar.js +18 -12
  384. package/dist/collection/components/message-bar/message-bar.js.map +1 -1
  385. package/dist/collection/components/modal/modal.css +1 -1
  386. package/dist/collection/components/modal/modal.js +29 -29
  387. package/dist/collection/components/modal/modal.js.map +1 -1
  388. package/dist/collection/components/modal-content/modal-content.js +1 -1
  389. package/dist/collection/components/modal-footer/modal-footer.js +1 -1
  390. package/dist/collection/components/modal-header/modal-header.js +1 -1
  391. package/dist/collection/components/modal-loading/modal-loading.js +1 -1
  392. package/dist/collection/components/pagination/pagination.js +9 -9
  393. package/dist/collection/components/pagination/pagination.js.map +1 -1
  394. package/dist/collection/components/pill/pill.css +1 -1
  395. package/dist/collection/components/push-card/push-card.js +7 -7
  396. package/dist/collection/components/push-card/push-card.js.map +1 -1
  397. package/dist/collection/components/select/select.js +8 -11
  398. package/dist/collection/components/select/select.js.map +1 -1
  399. package/dist/collection/components/spinner/spinner.css +5 -5
  400. package/dist/collection/components/time-input/time-input.js +32 -3
  401. package/dist/collection/components/time-input/time-input.js.map +1 -1
  402. package/dist/collection/components/time-picker/time-picker.js +199 -14
  403. package/dist/collection/components/time-picker/time-picker.js.map +1 -1
  404. package/dist/collection/components/toast/toast-container.js +5 -5
  405. package/dist/collection/components/toast/toast-container.js.map +1 -1
  406. package/dist/collection/components/toast/toast.js +9 -8
  407. package/dist/collection/components/toast/toast.js.map +1 -1
  408. package/dist/collection/components/toggle/toggle.css +227 -0
  409. package/dist/collection/components/toggle/toggle.js +3 -3
  410. package/dist/collection/components/tooltip/tooltip.js +1 -1
  411. package/dist/collection/components/tree/tree.js +1 -1
  412. package/dist/collection/components/tree-item/tree-item.js +4 -4
  413. package/dist/collection/components/typography/typography.js +1 -1
  414. package/dist/collection/components/upload/upload.js +3 -3
  415. package/dist/collection/components/utils/application-layout/service.js +2 -2
  416. package/dist/collection/components/utils/application-layout/service.js.map +1 -1
  417. package/dist/collection/components/utils/modal/loading.js +1 -1
  418. package/dist/collection/components/utils/modal/loading.js.map +1 -1
  419. package/dist/collection/components/utils/modal/message.js +2 -1
  420. package/dist/collection/components/utils/modal/message.js.map +1 -1
  421. package/dist/collection/components/utils/notification-color.js.map +1 -1
  422. package/dist/collection/components/utils/theme-switcher.js +23 -35
  423. package/dist/collection/components/utils/theme-switcher.js.map +1 -1
  424. package/dist/collection/components/validation-tooltip/validation-tooltip.css +225 -0
  425. package/dist/collection/components/validation-tooltip/validation-tooltip.js +250 -0
  426. package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
  427. package/dist/collection/components/workflow-step/workflow-step.js +5 -4
  428. package/dist/collection/components/workflow-step/workflow-step.js.map +1 -1
  429. package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
  430. package/dist/collection/tests/utils/test/page.js +2 -2
  431. package/dist/collection/tests/utils/test/page.js.map +1 -1
  432. package/dist/esm/find-element-CFRrPFxi.js +103 -0
  433. package/dist/esm/find-element-CFRrPFxi.js.map +1 -0
  434. package/dist/esm/{find-element-CiSM2A9Q.js → floating-ui.dom-CAqtPJ4-.js} +3 -102
  435. package/dist/esm/floating-ui.dom-CAqtPJ4-.js.map +1 -0
  436. package/dist/esm/{index-D4tQ_iTq.js → index--ZIr3Aqz.js} +3 -3
  437. package/dist/esm/{index-D4tQ_iTq.js.map → index--ZIr3Aqz.js.map} +1 -1
  438. package/dist/esm/index-Cz75KU1f.js.map +1 -1
  439. package/dist/esm/index-DGODjp4O.js +8 -0
  440. package/dist/esm/index.js +4 -4
  441. package/dist/esm/index.js.map +1 -1
  442. package/dist/esm/ix-action-card.entry.js +2 -2
  443. package/dist/esm/ix-action-card.entry.js.map +1 -1
  444. package/dist/esm/ix-application-header.entry.js +3 -3
  445. package/dist/esm/ix-application-switch-modal.entry.js +1 -1
  446. package/dist/esm/ix-application.entry.js +2 -2
  447. package/dist/esm/ix-avatar.ix-menu-avatar-item.entry.js.map +1 -1
  448. package/dist/esm/ix-avatar_2.entry.js +1 -1
  449. package/dist/esm/ix-basic-navigation.entry.js +1 -1
  450. package/dist/esm/ix-breadcrumb-item.entry.js +7 -7
  451. package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -1
  452. package/dist/esm/ix-breadcrumb.entry.js +6 -6
  453. package/dist/esm/ix-breadcrumb.entry.js.map +1 -1
  454. package/dist/esm/ix-category-filter.entry.js +16 -8
  455. package/dist/esm/ix-category-filter.entry.js.map +1 -1
  456. package/dist/esm/ix-chip.entry.js +10 -9
  457. package/dist/esm/ix-chip.entry.js.map +1 -1
  458. package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -1
  459. package/dist/esm/ix-col_4.entry.js +18 -18
  460. package/dist/esm/ix-date-dropdown.entry.js +11 -11
  461. package/dist/esm/ix-date-dropdown.entry.js.map +1 -1
  462. package/dist/esm/ix-date-input.entry.js +4 -4
  463. package/dist/esm/ix-date-input.entry.js.map +1 -1
  464. package/dist/esm/ix-date-time-card.entry.js +8 -3
  465. package/dist/esm/ix-date-time-card.entry.js.map +1 -1
  466. package/dist/esm/ix-datetime-picker.entry.js +21 -3
  467. package/dist/esm/ix-datetime-picker.entry.js.map +1 -1
  468. package/dist/esm/ix-drawer.entry.js +5 -6
  469. package/dist/esm/ix-drawer.entry.js.map +1 -1
  470. package/dist/esm/ix-dropdown.entry.js +2 -1
  471. package/dist/esm/ix-dropdown.entry.js.map +1 -1
  472. package/dist/esm/ix-event-list.entry.js +4 -4
  473. package/dist/esm/ix-event-list.entry.js.map +1 -1
  474. package/dist/esm/ix-filter-chip.ix-select-item.entry.js.map +1 -1
  475. package/dist/esm/ix-filter-chip_2.entry.js +1 -1
  476. package/dist/esm/ix-group-context-menu.ix-group-item.entry.js.map +1 -1
  477. package/dist/esm/ix-group-context-menu_2.entry.js +5 -18
  478. package/dist/esm/ix-group.entry.js +19 -19
  479. package/dist/esm/ix-group.entry.js.map +1 -1
  480. package/dist/esm/ix-helper-text.entry.js +1 -1
  481. package/dist/esm/ix-icon-button.ix-spinner.entry.js.map +1 -1
  482. package/dist/esm/ix-icon-button_2.entry.js +2 -2
  483. package/dist/esm/ix-icon-toggle-button.entry.js +1 -1
  484. package/dist/esm/ix-input-group.entry.js +128 -0
  485. package/dist/esm/ix-input-group.entry.js.map +1 -0
  486. package/dist/esm/ix-input.entry.js +5 -5
  487. package/dist/esm/ix-input.entry.js.map +1 -1
  488. package/dist/esm/ix-key-value-list.entry.js +1 -1
  489. package/dist/esm/ix-key-value.entry.js +1 -1
  490. package/dist/esm/ix-kpi.entry.js +3 -3
  491. package/dist/esm/ix-layout-auto.entry.js +1 -1
  492. package/dist/esm/ix-link-button.entry.js +3 -3
  493. package/dist/esm/ix-map-navigation-overlay.entry.js +2 -2
  494. package/dist/esm/ix-map-navigation.entry.js +2 -3
  495. package/dist/esm/ix-map-navigation.entry.js.map +1 -1
  496. package/dist/esm/ix-menu-about-item.entry.js +1 -1
  497. package/dist/esm/ix-menu-about-news.entry.js +4 -4
  498. package/dist/esm/ix-menu-avatar.entry.js +4 -4
  499. package/dist/esm/ix-menu-avatar.entry.js.map +1 -1
  500. package/dist/esm/ix-menu-category.entry.js +5 -5
  501. package/dist/esm/ix-menu-expand-icon.entry.js +1 -1
  502. package/dist/esm/ix-menu-item.entry.js +4 -4
  503. package/dist/esm/ix-menu-settings-item.entry.js +1 -1
  504. package/dist/esm/ix-menu.entry.js +20 -16
  505. package/dist/esm/ix-menu.entry.js.map +1 -1
  506. package/dist/esm/ix-message-bar.entry.js +8 -5
  507. package/dist/esm/ix-message-bar.entry.js.map +1 -1
  508. package/dist/esm/ix-modal-content_2.entry.js +2 -2
  509. package/dist/esm/ix-modal-footer.entry.js +1 -1
  510. package/dist/esm/ix-modal-loading.entry.js +1 -1
  511. package/dist/esm/ix-modal.entry.js +14 -14
  512. package/dist/esm/ix-modal.entry.js.map +1 -1
  513. package/dist/esm/ix-number-input.entry.js +6 -6
  514. package/dist/esm/ix-pagination.entry.js +5 -5
  515. package/dist/esm/ix-pagination.entry.js.map +1 -1
  516. package/dist/esm/ix-pane-layout.entry.js +1 -1
  517. package/dist/esm/ix-pane.entry.js +1 -1
  518. package/dist/esm/ix-pill.entry.js +1 -1
  519. package/dist/esm/ix-pill.entry.js.map +1 -1
  520. package/dist/esm/ix-push-card.entry.js +3 -3
  521. package/dist/esm/ix-push-card.entry.js.map +1 -1
  522. package/dist/esm/ix-select.entry.js +8 -11
  523. package/dist/esm/ix-select.entry.js.map +1 -1
  524. package/dist/esm/ix-textarea.entry.js +2 -2
  525. package/dist/esm/ix-time-input.entry.js +9 -3
  526. package/dist/esm/ix-time-input.entry.js.map +1 -1
  527. package/dist/esm/ix-time-picker.entry.js +58 -10
  528. package/dist/esm/ix-time-picker.entry.js.map +1 -1
  529. package/dist/esm/ix-toast-container.entry.js +5 -5
  530. package/dist/esm/ix-toast-container.entry.js.map +1 -1
  531. package/dist/esm/ix-toast.entry.js +6 -5
  532. package/dist/esm/ix-toast.entry.js.map +1 -1
  533. package/dist/esm/ix-toggle.entry.js +4 -4
  534. package/dist/esm/ix-toggle.entry.js.map +1 -1
  535. package/dist/esm/ix-tooltip.entry.js +3 -2
  536. package/dist/esm/ix-tooltip.entry.js.map +1 -1
  537. package/dist/esm/ix-tree-item.entry.js +4 -4
  538. package/dist/esm/ix-tree.entry.js +1 -1
  539. package/dist/esm/ix-typography.entry.js +1 -1
  540. package/dist/esm/ix-upload.entry.js +3 -3
  541. package/dist/esm/ix-validation-tooltip.entry.js +153 -0
  542. package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
  543. package/dist/esm/ix-workflow-step.entry.js +5 -4
  544. package/dist/esm/ix-workflow-step.entry.js.map +1 -1
  545. package/dist/esm/ix-workflow-steps.entry.js +1 -1
  546. package/dist/esm/loader.js +1 -1
  547. package/dist/esm/{modal-BQcyFJfE.js → modal-D9BaTrTa.js} +4 -3
  548. package/dist/esm/modal-D9BaTrTa.js.map +1 -0
  549. package/dist/esm/{service-Da0kv8hS.js → service-ktcE7NzB.js} +4 -4
  550. package/dist/esm/service-ktcE7NzB.js.map +1 -0
  551. package/dist/esm/siemens-ix.js +1 -1
  552. package/dist/esm/{theme-switcher-Bg6wsOIn.js → theme-switcher-DRqJGlG2.js} +25 -37
  553. package/dist/esm/theme-switcher-DRqJGlG2.js.map +1 -0
  554. package/dist/siemens-ix/index.esm.js +1 -1
  555. package/dist/siemens-ix/index.esm.js.map +1 -1
  556. package/dist/siemens-ix/ix-action-card.entry.esm.js.map +1 -1
  557. package/dist/siemens-ix/ix-avatar.ix-menu-avatar-item.entry.esm.js.map +1 -1
  558. package/dist/siemens-ix/ix-breadcrumb-item.entry.esm.js.map +1 -1
  559. package/dist/siemens-ix/ix-breadcrumb.entry.esm.js.map +1 -1
  560. package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -1
  561. package/dist/siemens-ix/ix-chip.entry.esm.js.map +1 -1
  562. package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -1
  563. package/dist/siemens-ix/ix-date-dropdown.entry.esm.js.map +1 -1
  564. package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -1
  565. package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -1
  566. package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -1
  567. package/dist/siemens-ix/ix-drawer.entry.esm.js.map +1 -1
  568. package/dist/siemens-ix/ix-dropdown.entry.esm.js.map +1 -1
  569. package/dist/siemens-ix/ix-event-list.entry.esm.js.map +1 -1
  570. package/dist/siemens-ix/ix-filter-chip.ix-select-item.entry.esm.js.map +1 -1
  571. package/dist/siemens-ix/ix-group-context-menu.ix-group-item.entry.esm.js.map +1 -1
  572. package/dist/siemens-ix/ix-group.entry.esm.js.map +1 -1
  573. package/dist/siemens-ix/ix-icon-button.ix-spinner.entry.esm.js.map +1 -1
  574. package/dist/siemens-ix/ix-input-group.entry.esm.js.map +1 -0
  575. package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -1
  576. package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +1 -1
  577. package/dist/siemens-ix/ix-menu-avatar.entry.esm.js.map +1 -1
  578. package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -1
  579. package/dist/siemens-ix/ix-message-bar.entry.esm.js.map +1 -1
  580. package/dist/siemens-ix/ix-modal.entry.esm.js.map +1 -1
  581. package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -1
  582. package/dist/siemens-ix/ix-pill.entry.esm.js.map +1 -1
  583. package/dist/siemens-ix/ix-push-card.entry.esm.js.map +1 -1
  584. package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -1
  585. package/dist/siemens-ix/ix-time-input.entry.esm.js.map +1 -1
  586. package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -1
  587. package/dist/siemens-ix/ix-toast-container.entry.esm.js.map +1 -1
  588. package/dist/siemens-ix/ix-toast.entry.esm.js.map +1 -1
  589. package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -1
  590. package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -1
  591. package/dist/siemens-ix/ix-validation-tooltip.entry.esm.js.map +1 -0
  592. package/dist/siemens-ix/ix-workflow-step.entry.esm.js.map +1 -1
  593. package/dist/siemens-ix/{p-639d0d7f.entry.js → p-02621eb8.entry.js} +2 -2
  594. package/dist/siemens-ix/p-02621eb8.entry.js.map +1 -0
  595. package/dist/siemens-ix/{p-bf2374a0.entry.js → p-0469aec7.entry.js} +2 -2
  596. package/dist/siemens-ix/{p-800f59a7.entry.js → p-09cce59e.entry.js} +2 -2
  597. package/dist/siemens-ix/p-09cce59e.entry.js.map +1 -0
  598. package/dist/siemens-ix/{p-f14790b4.entry.js → p-14fca48a.entry.js} +2 -2
  599. package/dist/siemens-ix/{p-111687a2.entry.js → p-19c2cb50.entry.js} +2 -2
  600. package/dist/siemens-ix/{p-111687a2.entry.js.map → p-19c2cb50.entry.js.map} +1 -1
  601. package/dist/siemens-ix/{p-c31b2027.entry.js → p-1ca58d8b.entry.js} +2 -2
  602. package/dist/siemens-ix/p-1d0ae43f.entry.js +2 -0
  603. package/dist/siemens-ix/p-1d0ae43f.entry.js.map +1 -0
  604. package/dist/siemens-ix/p-1fa5a3e4.entry.js +2 -0
  605. package/dist/siemens-ix/p-1fa5a3e4.entry.js.map +1 -0
  606. package/dist/siemens-ix/{p-1ac88556.entry.js → p-223c9d79.entry.js} +2 -2
  607. package/dist/siemens-ix/{p-1ac88556.entry.js.map → p-223c9d79.entry.js.map} +1 -1
  608. package/dist/siemens-ix/p-27f1d6c9.entry.js +2 -0
  609. package/dist/siemens-ix/p-27f1d6c9.entry.js.map +1 -0
  610. package/dist/siemens-ix/p-2d01c802.entry.js +2 -0
  611. package/dist/siemens-ix/p-2d01c802.entry.js.map +1 -0
  612. package/dist/siemens-ix/p-2d3f7bb5.entry.js +2 -0
  613. package/dist/siemens-ix/p-2d3f7bb5.entry.js.map +1 -0
  614. package/dist/siemens-ix/p-2d9b7dbd.entry.js +2 -0
  615. package/dist/siemens-ix/p-2d9b7dbd.entry.js.map +1 -0
  616. package/dist/siemens-ix/p-30545ef9.entry.js +2 -0
  617. package/dist/siemens-ix/{p-13fb0104.entry.js → p-3522b3af.entry.js} +2 -2
  618. package/dist/siemens-ix/{p-13fb0104.entry.js.map → p-3522b3af.entry.js.map} +1 -1
  619. package/dist/siemens-ix/{p-6645d4ee.entry.js → p-404dffde.entry.js} +2 -2
  620. package/dist/siemens-ix/{p-3f06687e.entry.js → p-42a70164.entry.js} +2 -2
  621. package/dist/siemens-ix/p-42a70164.entry.js.map +1 -0
  622. package/dist/siemens-ix/{p-2041357d.entry.js → p-48b0fef4.entry.js} +2 -2
  623. package/dist/siemens-ix/{p-ae2e5e0c.entry.js → p-4b88c430.entry.js} +2 -2
  624. package/dist/siemens-ix/{p-ae2e5e0c.entry.js.map → p-4b88c430.entry.js.map} +1 -1
  625. package/dist/siemens-ix/{p-91fa3ab0.entry.js → p-5140e6e6.entry.js} +2 -2
  626. package/dist/siemens-ix/{p-28fe8512.entry.js → p-52dc3ba0.entry.js} +2 -2
  627. package/dist/siemens-ix/{p-fbd0973d.entry.js → p-53e82da9.entry.js} +2 -2
  628. package/dist/siemens-ix/p-53e82da9.entry.js.map +1 -0
  629. package/dist/siemens-ix/p-53e9e280.entry.js +2 -0
  630. package/dist/siemens-ix/p-53e9e280.entry.js.map +1 -0
  631. package/dist/siemens-ix/p-5bed04ac.entry.js +2 -0
  632. package/dist/siemens-ix/p-5bed04ac.entry.js.map +1 -0
  633. package/dist/siemens-ix/{p-c248940f.entry.js → p-5c109476.entry.js} +2 -2
  634. package/dist/siemens-ix/p-5f72640f.entry.js +2 -0
  635. package/dist/siemens-ix/p-5f72640f.entry.js.map +1 -0
  636. package/dist/siemens-ix/{p-e3a219e3.entry.js → p-6a39d630.entry.js} +2 -2
  637. package/dist/siemens-ix/p-6c873cc5.entry.js +2 -0
  638. package/dist/siemens-ix/p-6d8e725c.entry.js +2 -0
  639. package/dist/siemens-ix/p-6d8e725c.entry.js.map +1 -0
  640. package/dist/siemens-ix/{p-e201fa04.entry.js → p-71550396.entry.js} +2 -2
  641. package/dist/siemens-ix/{p-e201fa04.entry.js.map → p-71550396.entry.js.map} +1 -1
  642. package/dist/siemens-ix/{p-32203c19.entry.js → p-71e94914.entry.js} +2 -2
  643. package/dist/siemens-ix/p-71e94914.entry.js.map +1 -0
  644. package/dist/siemens-ix/p-740420eb.entry.js +2 -0
  645. package/dist/siemens-ix/p-740420eb.entry.js.map +1 -0
  646. package/dist/siemens-ix/{p-c6ecc2e3.entry.js → p-746b04cb.entry.js} +2 -2
  647. package/dist/siemens-ix/p-78ddd5f5.entry.js +2 -0
  648. package/dist/siemens-ix/p-78ddd5f5.entry.js.map +1 -0
  649. package/dist/siemens-ix/{p-75edf091.entry.js → p-7989235e.entry.js} +2 -2
  650. package/dist/siemens-ix/p-7989235e.entry.js.map +1 -0
  651. package/dist/siemens-ix/{p-9dbfd7cd.entry.js → p-7a108b0d.entry.js} +2 -2
  652. package/dist/siemens-ix/{p-1cd4280f.entry.js → p-7d95ae34.entry.js} +2 -2
  653. package/dist/siemens-ix/{p-75f4bbb1.entry.js → p-81c8d542.entry.js} +2 -2
  654. package/dist/siemens-ix/{p-d7c7d38b.entry.js → p-8dcc6456.entry.js} +2 -2
  655. package/dist/siemens-ix/{p-d1254b5b.entry.js → p-8e48a7a1.entry.js} +2 -2
  656. package/dist/siemens-ix/{p-c413e3c4.entry.js → p-8eee6a03.entry.js} +2 -2
  657. package/dist/siemens-ix/p-90089ce1.entry.js +2 -0
  658. package/dist/siemens-ix/{p-0ba7d263.entry.js → p-90bd8d7b.entry.js} +2 -2
  659. package/dist/siemens-ix/{p-1bd1380b.entry.js → p-95d4d849.entry.js} +2 -2
  660. package/dist/siemens-ix/{p-a7cb47ca.entry.js → p-9638c57b.entry.js} +2 -2
  661. package/dist/siemens-ix/p-9638c57b.entry.js.map +1 -0
  662. package/dist/siemens-ix/p-96a20067.entry.js +2 -0
  663. package/dist/siemens-ix/{p-2355f27d.entry.js.map → p-96a20067.entry.js.map} +1 -1
  664. package/dist/siemens-ix/{p-38f9b6e2.entry.js → p-99ad8022.entry.js} +2 -2
  665. package/dist/siemens-ix/p-99ad8022.entry.js.map +1 -0
  666. package/dist/siemens-ix/p-9bd4c682.entry.js +2 -0
  667. package/dist/siemens-ix/{p-b895b3db.entry.js → p-9d7a2428.entry.js} +2 -2
  668. package/dist/siemens-ix/p-9d7a2428.entry.js.map +1 -0
  669. package/dist/siemens-ix/p-CAqtPJ4-.js +2 -0
  670. package/dist/siemens-ix/p-CAqtPJ4-.js.map +1 -0
  671. package/dist/siemens-ix/p-CFRrPFxi.js +2 -0
  672. package/dist/siemens-ix/p-CFRrPFxi.js.map +1 -0
  673. package/dist/siemens-ix/p-CpVbQsUI.js +2 -0
  674. package/dist/siemens-ix/p-CpVbQsUI.js.map +1 -0
  675. package/dist/siemens-ix/p-CsHYWHE6.js +2 -0
  676. package/dist/siemens-ix/p-CsHYWHE6.js.map +1 -0
  677. package/dist/siemens-ix/p-Cz75KU1f.js.map +1 -1
  678. package/dist/siemens-ix/{p-gkooEHol.js → p-CzzcLSmV.js} +2 -2
  679. package/dist/siemens-ix/p-CzzcLSmV.js.map +1 -0
  680. package/dist/siemens-ix/{p-CNToWy_R.js → p-DRnSC9aV.js} +2 -2
  681. package/dist/siemens-ix/{p-CNToWy_R.js.map → p-DRnSC9aV.js.map} +1 -1
  682. package/dist/siemens-ix/p-b11b63ca.entry.js +2 -0
  683. package/dist/siemens-ix/p-b11b63ca.entry.js.map +1 -0
  684. package/dist/siemens-ix/p-b59285eb.entry.js +2 -0
  685. package/dist/siemens-ix/{p-d9766334.entry.js.map → p-b59285eb.entry.js.map} +1 -1
  686. package/dist/siemens-ix/{p-c949686e.entry.js → p-b6d9c16c.entry.js} +2 -2
  687. package/dist/siemens-ix/{p-c949686e.entry.js.map → p-b6d9c16c.entry.js.map} +1 -1
  688. package/dist/siemens-ix/{p-d0213ff0.entry.js → p-b6dad40c.entry.js} +2 -2
  689. package/dist/siemens-ix/{p-331f1b60.entry.js → p-bb28a2d6.entry.js} +2 -2
  690. package/dist/siemens-ix/{p-e55cd52b.entry.js → p-bd369344.entry.js} +2 -2
  691. package/dist/siemens-ix/{p-db02f4c2.entry.js → p-c446ffdb.entry.js} +2 -2
  692. package/dist/siemens-ix/{p-96533ffc.entry.js → p-c8cf26c5.entry.js} +2 -2
  693. package/dist/siemens-ix/p-c8cf26c5.entry.js.map +1 -0
  694. package/dist/siemens-ix/{p-bb878ea4.entry.js → p-cd11dfa8.entry.js} +2 -2
  695. package/dist/siemens-ix/p-d0d972c2.entry.js +2 -0
  696. package/dist/siemens-ix/{p-5f7943f2.entry.js.map → p-d0d972c2.entry.js.map} +1 -1
  697. package/dist/siemens-ix/{p-a67bc456.entry.js → p-dc5b5c0c.entry.js} +2 -2
  698. package/dist/siemens-ix/p-ddaf98b6.entry.js +2 -0
  699. package/dist/siemens-ix/p-ddaf98b6.entry.js.map +1 -0
  700. package/dist/siemens-ix/{p-7060645f.entry.js → p-eba51393.entry.js} +2 -2
  701. package/dist/siemens-ix/p-ec8f67b0.entry.js +2 -0
  702. package/dist/siemens-ix/p-ec8f67b0.entry.js.map +1 -0
  703. package/dist/siemens-ix/{p-d585e581.entry.js → p-f112fabd.entry.js} +2 -2
  704. package/dist/siemens-ix/{p-d585e581.entry.js.map → p-f112fabd.entry.js.map} +1 -1
  705. package/dist/siemens-ix/{p-9272ae83.entry.js → p-f29eaee8.entry.js} +2 -2
  706. package/dist/siemens-ix/p-f55eef69.entry.js +2 -0
  707. package/dist/siemens-ix/p-f55eef69.entry.js.map +1 -0
  708. package/dist/siemens-ix/{p-9b88a932.entry.js → p-f6d678a6.entry.js} +2 -2
  709. package/dist/siemens-ix/siemens-ix-core.css +1 -1
  710. package/dist/siemens-ix/siemens-ix.css +2312 -2248
  711. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  712. package/dist/siemens-ix/theme/classic-dark.css +1 -1
  713. package/dist/siemens-ix/theme/classic-light.css +1 -1
  714. package/dist/types/components/avatar/avatar.d.ts +1 -1
  715. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -1
  716. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +3 -3
  717. package/dist/types/components/category-filter/category-filter.d.ts +9 -3
  718. package/dist/types/components/chip/chip.d.ts +2 -2
  719. package/dist/types/components/date-dropdown/date-dropdown.d.ts +6 -6
  720. package/dist/types/components/date-input/date-input.d.ts +4 -0
  721. package/dist/types/components/date-picker/date-picker-component.d.ts +1 -1
  722. package/dist/types/components/date-picker/date-picker.d.ts +5 -7
  723. package/dist/types/components/date-time-card/date-time-card.d.ts +5 -1
  724. package/dist/types/components/datetime-picker/datetime-picker.d.ts +20 -2
  725. package/dist/types/components/event-list/event-list.d.ts +1 -1
  726. package/dist/types/components/group/group.d.ts +4 -4
  727. package/dist/types/components/group-item/group-item.d.ts +2 -9
  728. package/dist/types/components/icon-button/icon-button.d.ts +1 -1
  729. package/dist/types/components/input-group/input-group.d.ts +24 -0
  730. package/dist/types/components/menu/menu.d.ts +4 -0
  731. package/dist/types/components/menu-avatar/menu-avatar.d.ts +1 -1
  732. package/dist/types/components/message-bar/message-bar.d.ts +4 -3
  733. package/dist/types/components/modal/modal.d.ts +9 -9
  734. package/dist/types/components/pagination/pagination.d.ts +2 -2
  735. package/dist/types/components/push-card/push-card.d.ts +2 -2
  736. package/dist/types/components/time-input/time-input.d.ts +6 -0
  737. package/dist/types/components/time-picker/time-picker.d.ts +40 -2
  738. package/dist/types/components/toast/toast.d.ts +1 -1
  739. package/dist/types/components/utils/notification-color.d.ts +1 -1
  740. package/dist/types/components/utils/theme-switcher.d.ts +4 -11
  741. package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +45 -0
  742. package/dist/types/components.d.ts +421 -197
  743. package/hydrate/index.js +714 -328
  744. package/hydrate/index.mjs +714 -328
  745. package/package.json +3 -3
  746. package/scss/_core.scss +1 -0
  747. package/scss/components/_input-group.scss +32 -0
  748. package/scss/theme/classic/dark/_variables.scss +185 -185
  749. package/scss/theme/classic/light/_variables.scss +185 -185
  750. package/scss/theme/core/_common.scss +123 -123
  751. package/scss/theme/core/components/action-card.scss +65 -65
  752. package/scss/theme/core/components/app-header.scss +3 -3
  753. package/scss/theme/core/components/avatar.scss +5 -5
  754. package/scss/theme/core/components/blind.scss +16 -16
  755. package/scss/theme/core/components/button.scss +124 -124
  756. package/scss/theme/core/components/card.scss +61 -61
  757. package/scss/theme/core/components/checkbox.scss +61 -61
  758. package/scss/theme/core/components/chip.scss +21 -21
  759. package/scss/theme/core/components/datepicker.scss +54 -54
  760. package/scss/theme/core/components/event-list.scss +14 -14
  761. package/scss/theme/core/components/flip.scss +23 -23
  762. package/scss/theme/core/components/ghost.scss +1 -1
  763. package/scss/theme/core/components/group.scss +16 -16
  764. package/scss/theme/core/components/input-helper.scss +2 -2
  765. package/scss/theme/core/components/input.scss +28 -28
  766. package/scss/theme/core/components/kpi.scss +5 -5
  767. package/scss/theme/core/components/label.scss +2 -2
  768. package/scss/theme/core/components/link.scss +6 -6
  769. package/scss/theme/core/components/map-navigation.scss +2 -2
  770. package/scss/theme/core/components/menu.scss +19 -19
  771. package/scss/theme/core/components/message-bar.scss +3 -3
  772. package/scss/theme/core/components/modal-dialog.scss +1 -1
  773. package/scss/theme/core/components/navigation.scss +11 -11
  774. package/scss/theme/core/components/pagination.scss +6 -6
  775. package/scss/theme/core/components/pane.scss +5 -5
  776. package/scss/theme/core/components/pill.scss +1 -1
  777. package/scss/theme/core/components/progress-indicator.scss +22 -22
  778. package/scss/theme/core/components/push-card.scss +124 -124
  779. package/scss/theme/core/components/radiobutton.scss +44 -44
  780. package/scss/theme/core/components/scrollbar.scss +3 -3
  781. package/scss/theme/core/components/select-list.scss +11 -11
  782. package/scss/theme/core/components/slider.scss +12 -12
  783. package/scss/theme/core/components/switch.scss +145 -109
  784. package/scss/theme/core/components/tab.scss +33 -33
  785. package/scss/theme/core/components/table.scss +30 -30
  786. package/scss/theme/core/components/tile.scss +1 -1
  787. package/scss/theme/core/components/toast.scss +5 -5
  788. package/scss/theme/core/components/tooltip.scss +2 -2
  789. package/scss/theme/core/components/tree.scss +7 -7
  790. package/scss/theme/core/components/upload.scss +4 -4
  791. package/scss/theme/core/components/workflow.scss +7 -7
  792. package/components/p-4dm0FrTr.js.map +0 -1
  793. package/components/p-7-Wnr7e5.js.map +0 -1
  794. package/components/p-BNYHD56q.js.map +0 -1
  795. package/components/p-Bc15ecXv.js.map +0 -1
  796. package/components/p-BmLRwuMH.js.map +0 -1
  797. package/components/p-BruPthTZ.js.map +0 -1
  798. package/components/p-C9yPT68I.js.map +0 -1
  799. package/components/p-CiSM2A9Q.js.map +0 -1
  800. package/components/p-Cx5H0GeI.js.map +0 -1
  801. package/components/p-DE74-VWH.js.map +0 -1
  802. package/components/p-DLcItN6d.js.map +0 -1
  803. package/components/p-DSF854K6.js.map +0 -1
  804. package/components/p-DVPJHakC.js +0 -78
  805. package/components/p-DVPJHakC.js.map +0 -1
  806. package/components/p-R9YNQy08.js +0 -56
  807. package/components/p-gkooEHol.js.map +0 -1
  808. package/dist/cjs/find-element-BNZJcvT8.js.map +0 -1
  809. package/dist/cjs/modal-BdSf3C6f.js.map +0 -1
  810. package/dist/cjs/service-DuiJmf7R.js.map +0 -1
  811. package/dist/cjs/theme-switcher-Do9dkNUv.js.map +0 -1
  812. package/dist/esm/find-element-CiSM2A9Q.js.map +0 -1
  813. package/dist/esm/modal-BQcyFJfE.js.map +0 -1
  814. package/dist/esm/service-Da0kv8hS.js.map +0 -1
  815. package/dist/esm/theme-switcher-Bg6wsOIn.js.map +0 -1
  816. package/dist/siemens-ix/p-21106fcd.entry.js +0 -2
  817. package/dist/siemens-ix/p-21106fcd.entry.js.map +0 -1
  818. package/dist/siemens-ix/p-2355f27d.entry.js +0 -2
  819. package/dist/siemens-ix/p-2b046df5.entry.js +0 -2
  820. package/dist/siemens-ix/p-2b046df5.entry.js.map +0 -1
  821. package/dist/siemens-ix/p-32200cc4.entry.js +0 -2
  822. package/dist/siemens-ix/p-32200cc4.entry.js.map +0 -1
  823. package/dist/siemens-ix/p-32203c19.entry.js.map +0 -1
  824. package/dist/siemens-ix/p-38f9b6e2.entry.js.map +0 -1
  825. package/dist/siemens-ix/p-3f06687e.entry.js.map +0 -1
  826. package/dist/siemens-ix/p-566a58f4.entry.js +0 -2
  827. package/dist/siemens-ix/p-566a58f4.entry.js.map +0 -1
  828. package/dist/siemens-ix/p-5d48f9cb.entry.js +0 -2
  829. package/dist/siemens-ix/p-5d48f9cb.entry.js.map +0 -1
  830. package/dist/siemens-ix/p-5f7943f2.entry.js +0 -2
  831. package/dist/siemens-ix/p-639d0d7f.entry.js.map +0 -1
  832. package/dist/siemens-ix/p-670d5b84.entry.js +0 -2
  833. package/dist/siemens-ix/p-670d5b84.entry.js.map +0 -1
  834. package/dist/siemens-ix/p-71a38f35.entry.js +0 -2
  835. package/dist/siemens-ix/p-75edf091.entry.js.map +0 -1
  836. package/dist/siemens-ix/p-78797f4b.entry.js +0 -2
  837. package/dist/siemens-ix/p-78797f4b.entry.js.map +0 -1
  838. package/dist/siemens-ix/p-800f59a7.entry.js.map +0 -1
  839. package/dist/siemens-ix/p-86ac2254.entry.js +0 -2
  840. package/dist/siemens-ix/p-86ac2254.entry.js.map +0 -1
  841. package/dist/siemens-ix/p-8bd3f89a.entry.js +0 -2
  842. package/dist/siemens-ix/p-8bd3f89a.entry.js.map +0 -1
  843. package/dist/siemens-ix/p-96533ffc.entry.js.map +0 -1
  844. package/dist/siemens-ix/p-98ab64dc.entry.js +0 -2
  845. package/dist/siemens-ix/p-98ab64dc.entry.js.map +0 -1
  846. package/dist/siemens-ix/p-9a8188a7.entry.js +0 -2
  847. package/dist/siemens-ix/p-9a8188a7.entry.js.map +0 -1
  848. package/dist/siemens-ix/p-C9yPT68I.js +0 -2
  849. package/dist/siemens-ix/p-C9yPT68I.js.map +0 -1
  850. package/dist/siemens-ix/p-CiSM2A9Q.js +0 -2
  851. package/dist/siemens-ix/p-CiSM2A9Q.js.map +0 -1
  852. package/dist/siemens-ix/p-DxCNpXRB.js +0 -2
  853. package/dist/siemens-ix/p-DxCNpXRB.js.map +0 -1
  854. package/dist/siemens-ix/p-a6612a5b.entry.js +0 -2
  855. package/dist/siemens-ix/p-a7cb47ca.entry.js.map +0 -1
  856. package/dist/siemens-ix/p-ac1f35ad.entry.js +0 -2
  857. package/dist/siemens-ix/p-ac1f35ad.entry.js.map +0 -1
  858. package/dist/siemens-ix/p-b895b3db.entry.js.map +0 -1
  859. package/dist/siemens-ix/p-c10b2e40.entry.js +0 -2
  860. package/dist/siemens-ix/p-d4b0b3d1.entry.js +0 -2
  861. package/dist/siemens-ix/p-d4b0b3d1.entry.js.map +0 -1
  862. package/dist/siemens-ix/p-d9766334.entry.js +0 -2
  863. package/dist/siemens-ix/p-ea435816.entry.js +0 -2
  864. package/dist/siemens-ix/p-ea435816.entry.js.map +0 -1
  865. package/dist/siemens-ix/p-fbd0973d.entry.js.map +0 -1
  866. package/dist/siemens-ix/p-fbedad11.entry.js +0 -2
  867. package/dist/siemens-ix/p-gkooEHol.js.map +0 -1
  868. /package/dist/siemens-ix/{p-bf2374a0.entry.js.map → p-0469aec7.entry.js.map} +0 -0
  869. /package/dist/siemens-ix/{p-f14790b4.entry.js.map → p-14fca48a.entry.js.map} +0 -0
  870. /package/dist/siemens-ix/{p-c31b2027.entry.js.map → p-1ca58d8b.entry.js.map} +0 -0
  871. /package/dist/siemens-ix/{p-c10b2e40.entry.js.map → p-30545ef9.entry.js.map} +0 -0
  872. /package/dist/siemens-ix/{p-6645d4ee.entry.js.map → p-404dffde.entry.js.map} +0 -0
  873. /package/dist/siemens-ix/{p-2041357d.entry.js.map → p-48b0fef4.entry.js.map} +0 -0
  874. /package/dist/siemens-ix/{p-91fa3ab0.entry.js.map → p-5140e6e6.entry.js.map} +0 -0
  875. /package/dist/siemens-ix/{p-28fe8512.entry.js.map → p-52dc3ba0.entry.js.map} +0 -0
  876. /package/dist/siemens-ix/{p-c248940f.entry.js.map → p-5c109476.entry.js.map} +0 -0
  877. /package/dist/siemens-ix/{p-e3a219e3.entry.js.map → p-6a39d630.entry.js.map} +0 -0
  878. /package/dist/siemens-ix/{p-71a38f35.entry.js.map → p-6c873cc5.entry.js.map} +0 -0
  879. /package/dist/siemens-ix/{p-c6ecc2e3.entry.js.map → p-746b04cb.entry.js.map} +0 -0
  880. /package/dist/siemens-ix/{p-9dbfd7cd.entry.js.map → p-7a108b0d.entry.js.map} +0 -0
  881. /package/dist/siemens-ix/{p-1cd4280f.entry.js.map → p-7d95ae34.entry.js.map} +0 -0
  882. /package/dist/siemens-ix/{p-75f4bbb1.entry.js.map → p-81c8d542.entry.js.map} +0 -0
  883. /package/dist/siemens-ix/{p-d7c7d38b.entry.js.map → p-8dcc6456.entry.js.map} +0 -0
  884. /package/dist/siemens-ix/{p-d1254b5b.entry.js.map → p-8e48a7a1.entry.js.map} +0 -0
  885. /package/dist/siemens-ix/{p-c413e3c4.entry.js.map → p-8eee6a03.entry.js.map} +0 -0
  886. /package/dist/siemens-ix/{p-fbedad11.entry.js.map → p-90089ce1.entry.js.map} +0 -0
  887. /package/dist/siemens-ix/{p-0ba7d263.entry.js.map → p-90bd8d7b.entry.js.map} +0 -0
  888. /package/dist/siemens-ix/{p-1bd1380b.entry.js.map → p-95d4d849.entry.js.map} +0 -0
  889. /package/dist/siemens-ix/{p-a6612a5b.entry.js.map → p-9bd4c682.entry.js.map} +0 -0
  890. /package/dist/siemens-ix/{p-d0213ff0.entry.js.map → p-b6dad40c.entry.js.map} +0 -0
  891. /package/dist/siemens-ix/{p-331f1b60.entry.js.map → p-bb28a2d6.entry.js.map} +0 -0
  892. /package/dist/siemens-ix/{p-e55cd52b.entry.js.map → p-bd369344.entry.js.map} +0 -0
  893. /package/dist/siemens-ix/{p-db02f4c2.entry.js.map → p-c446ffdb.entry.js.map} +0 -0
  894. /package/dist/siemens-ix/{p-bb878ea4.entry.js.map → p-cd11dfa8.entry.js.map} +0 -0
  895. /package/dist/siemens-ix/{p-a67bc456.entry.js.map → p-dc5b5c0c.entry.js.map} +0 -0
  896. /package/dist/siemens-ix/{p-7060645f.entry.js.map → p-eba51393.entry.js.map} +0 -0
  897. /package/dist/siemens-ix/{p-9272ae83.entry.js.map → p-f29eaee8.entry.js.map} +0 -0
  898. /package/dist/siemens-ix/{p-9b88a932.entry.js.map → p-f6d678a6.entry.js.map} +0 -0
package/hydrate/index.mjs CHANGED
@@ -3620,12 +3620,12 @@ class ApplicationLayoutService {
3620
3620
  const match = matchBreakpoint(breakpoint);
3621
3621
  matchBreakpoints.push([breakpoint, match]);
3622
3622
  });
3623
- if (matchBreakpoints.every(([, match]) => match === false)) {
3623
+ if (matchBreakpoints.every(([_, match]) => match === false)) {
3624
3624
  let breakPointIndex = 0;
3625
3625
  if (!__classPrivateFieldGet$2(this, _ApplicationLayoutService_supportedBreakpoints, "f").includes('lg')) {
3626
3626
  breakPointIndex = matchBreakpoints.length - 1;
3627
3627
  }
3628
- const [breakpoint] = matchBreakpoints[breakPointIndex];
3628
+ const [breakpoint, _] = matchBreakpoints[breakPointIndex];
3629
3629
  requestAnimationFrame(() => __classPrivateFieldGet$2(this, _ApplicationLayoutService_breakpointChangeListener, "f").emit(breakpoint));
3630
3630
  __classPrivateFieldSet$2(this, _ApplicationLayoutService_breakpoint, breakpoint, "f");
3631
3631
  return;
@@ -3800,53 +3800,46 @@ class ThemeSwitcher {
3800
3800
  isThemeClass(className) {
3801
3801
  return (className.startsWith(this.prefixTheme) && this.hasVariantSuffix(className));
3802
3802
  }
3803
- setTheme(themeName, systemAppearance = false,
3804
- /**
3805
- * @deprecated In v4 setTheme will always target the document.
3806
- * TODO: IX-3024
3807
- */
3808
- target = document.body) {
3803
+ setTheme(themeName, systemAppearance = false) {
3809
3804
  if (this.isThemeClass(themeName)) {
3810
- this.replaceBodyThemeClass(themeName);
3805
+ this.replaceThemeClass(themeName);
3811
3806
  }
3812
3807
  else {
3813
- target.setAttribute(dataIxTheme, themeName);
3808
+ document.documentElement.setAttribute(dataIxTheme, themeName);
3814
3809
  }
3815
3810
  if (systemAppearance) {
3816
3811
  const currentSystemAppearance = getCurrentSystemAppearance();
3817
3812
  this.setVariant(currentSystemAppearance);
3818
3813
  }
3819
3814
  }
3820
- replaceBodyThemeClass(themeName) {
3815
+ replaceThemeClass(themeName) {
3821
3816
  const oldThemes = [];
3822
- Array.from(document.body.classList)
3817
+ Array.from(document.documentElement.classList)
3823
3818
  .filter((className) => className && this.isThemeClass(className))
3824
3819
  .forEach((className) => {
3825
3820
  oldThemes.push(className);
3826
3821
  });
3827
- document.body.classList.remove(...oldThemes);
3828
- document.body.classList.add(themeName);
3822
+ document.documentElement.classList.remove(...oldThemes);
3823
+ document.documentElement.classList.add(themeName);
3829
3824
  }
3830
3825
  toggleMode() {
3831
- const elements = [document.body, document.documentElement];
3832
- const elementWithSchema = elements.find((el) => this.getDataColorSchema(el));
3833
- if (elementWithSchema) {
3834
- const currentSchema = this.getDataColorSchema(elementWithSchema);
3835
- elementWithSchema.setAttribute(dataIxColorSchema, currentSchema === 'dark' ? 'light' : 'dark');
3826
+ if (document.documentElement.hasAttribute(dataIxColorSchema)) {
3827
+ const currentSchema = this.getDataColorSchema(document.documentElement);
3828
+ document.documentElement.setAttribute(dataIxColorSchema, currentSchema === 'dark' ? 'light' : 'dark');
3836
3829
  return;
3837
3830
  }
3838
3831
  const oldThemes = [];
3839
- Array.from(document.body.classList)
3832
+ Array.from(document.documentElement.classList)
3840
3833
  .filter((className) => className && this.isThemeClass(className))
3841
3834
  .forEach((className) => {
3842
3835
  oldThemes.push(className);
3843
3836
  });
3844
3837
  if (oldThemes.length === 0) {
3845
- document.body.classList.add(this.getOppositeMode(this.defaultTheme));
3838
+ document.documentElement.classList.add(this.getOppositeMode(this.defaultTheme));
3846
3839
  return;
3847
3840
  }
3848
3841
  oldThemes.forEach((themeName) => {
3849
- document.body.classList.replace(themeName, this.getOppositeMode(themeName));
3842
+ document.documentElement.classList.replace(themeName, this.getOppositeMode(themeName));
3850
3843
  });
3851
3844
  }
3852
3845
  getDataColorSchema(target) {
@@ -3854,26 +3847,23 @@ class ThemeSwitcher {
3854
3847
  }
3855
3848
  getCurrentTheme() {
3856
3849
  var _a;
3857
- return ((_a = Array.from(document.body.classList).find((className) => this.isThemeClass(className))) !== null && _a !== void 0 ? _a : `theme-${document.body.getAttribute(dataIxTheme) ||
3858
- document.documentElement.getAttribute(dataIxTheme) ||
3859
- 'classic'}-${document.body.getAttribute(dataIxColorSchema) ||
3860
- document.documentElement.getAttribute(dataIxColorSchema) ||
3850
+ return ((_a = Array.from(document.documentElement.classList).find((className) => this.isThemeClass(className))) !== null && _a !== void 0 ? _a : `theme-${document.documentElement.getAttribute(dataIxTheme) || 'classic'}-${document.documentElement.getAttribute(dataIxColorSchema) ||
3861
3851
  getCurrentSystemAppearance()}`);
3862
3852
  }
3863
- setVariant(variant = getCurrentSystemAppearance(), target = document.body) {
3864
- if (this.getDataColorSchema(target)) {
3865
- target.setAttribute(dataIxColorSchema, variant);
3853
+ setVariant(variant = getCurrentSystemAppearance()) {
3854
+ if (this.getDataColorSchema(document.documentElement)) {
3855
+ document.documentElement.setAttribute(dataIxColorSchema, variant);
3866
3856
  return;
3867
3857
  }
3868
3858
  const currentTheme = this.getCurrentTheme();
3869
- document.body.classList.remove(currentTheme);
3859
+ document.documentElement.classList.remove(currentTheme);
3870
3860
  if (currentTheme.endsWith(this.suffixDark)) {
3871
- document.body.classList.add(currentTheme.replace(/-dark$/g, `-${variant}`));
3861
+ document.documentElement.classList.add(currentTheme.replace(/-dark$/g, `-${variant}`));
3872
3862
  }
3873
3863
  if (currentTheme.endsWith(this.suffixLight)) {
3874
- document.body.classList.add(currentTheme.replace(/-light$/g, `-${variant}`));
3864
+ document.documentElement.classList.add(currentTheme.replace(/-light$/g, `-${variant}`));
3875
3865
  }
3876
- target.setAttribute(dataIxColorSchema, variant);
3866
+ document.documentElement.setAttribute(dataIxColorSchema, variant);
3877
3867
  }
3878
3868
  getOppositeMode(themeName) {
3879
3869
  if (themeName.endsWith(this.suffixDark)) {
@@ -3932,10 +3922,8 @@ class ThemeSwitcher {
3932
3922
  this.handleClassMutations(classMutations);
3933
3923
  this.handleDataMutations(dataMutations);
3934
3924
  };
3935
- this.mutationObserverDocumentElement = new MutationObserver(handleMutations);
3936
- this.mutationObserverDocumentElement.observe(document.documentElement, mutationObserverConfig);
3937
- this.mutationObserverBody = new MutationObserver(handleMutations);
3938
- this.mutationObserverBody.observe(document.body, mutationObserverConfig);
3925
+ this.mutationObserver = new MutationObserver(handleMutations);
3926
+ this.mutationObserver.observe(document.documentElement, mutationObserverConfig);
3939
3927
  }
3940
3928
  constructor() {
3941
3929
  this.prefixTheme = 'theme-';
@@ -8865,7 +8853,7 @@ class Breadcrumb {
8865
8853
  /**
8866
8854
  * Ghost breadcrumbs will not show solid backgrounds on individual crumbs unless there is a mouse event (e.g. hover)
8867
8855
  */
8868
- this.subtle = false;
8856
+ this.ghost = true;
8869
8857
  /**
8870
8858
  * Accessibility label for the dropdown button (ellipsis icon) used to access the dropdown list
8871
8859
  * with conditionally hidden previous items
@@ -8902,8 +8890,8 @@ class Breadcrumb {
8902
8890
  const updatedItems = this.getItems();
8903
8891
  updatedItems.forEach((bc, index) => {
8904
8892
  const shouldShowDropdown = this.nextItems.length !== 0 && updatedItems.length - 1 === index;
8905
- bc.subtle = this.subtle;
8906
- bc.hideChevron = updatedItems.length - 1 === index && !shouldShowDropdown;
8893
+ bc.ghost = this.ghost;
8894
+ bc.showChevron = updatedItems.length - 1 !== index || shouldShowDropdown;
8907
8895
  bc.isDropdownTrigger = shouldShowDropdown;
8908
8896
  if (shouldShowDropdown) {
8909
8897
  this.nextButtonRef(bc);
@@ -8911,7 +8899,7 @@ class Breadcrumb {
8911
8899
  if (updatedItems.length < this.visibleItemCount) {
8912
8900
  return;
8913
8901
  }
8914
- bc.invisible = index < updatedItems.length - this.visibleItemCount;
8902
+ bc.visible = index >= updatedItems.length - this.visibleItemCount;
8915
8903
  });
8916
8904
  this.items = updatedItems;
8917
8905
  }
@@ -8921,7 +8909,7 @@ class Breadcrumb {
8921
8909
  render() {
8922
8910
  var _a, _b, _c, _d;
8923
8911
  const a11y = a11yHostAttributes(this.hostElement);
8924
- return (hAsync(Host, { key: '12f8783a3a970031434ab062dba6ced47c167570' }, hAsync("ix-dropdown", { key: 'c3d871fa0f8cdc9cb49f5449de13f599452ba323', id: this.previousDropdownId, "aria-label": this.ariaLabelPreviousButton, trigger: ((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) > this.visibleItemCount
8912
+ return (hAsync(Host, { key: 'cd3fb633db6e273763b650dee6cf699190f9c66c' }, hAsync("ix-dropdown", { key: '4bb90841a1e65c3c43a5897cd3b7baffa304df6e', id: this.previousDropdownId, "aria-label": this.ariaLabelPreviousButton, trigger: ((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) > this.visibleItemCount
8925
8913
  ? this.previousButtonRef.waitForCurrent()
8926
8914
  : undefined, onShowChanged: ({ detail }) => {
8927
8915
  this.isPreviousDropdownExpanded = detail;
@@ -8934,7 +8922,7 @@ class Breadcrumb {
8934
8922
  return (hAsync("ix-dropdown-item", { label: label, onClick: () => {
8935
8923
  this.onItemClick(label);
8936
8924
  }, onItemClick: (event) => event.stopPropagation() }));
8937
- })), ((_b = this.items) === null || _b === void 0 ? void 0 : _b.length) > this.visibleItemCount ? (hAsync("ix-breadcrumb-item", { id: this.previousButtonId, ref: this.previousButtonRef, label: "...", tabIndex: 1, onItemClick: (event) => event.stopPropagation(), "aria-describedby": this.previousDropdownId, "aria-controls": this.previousDropdownId, "aria-expanded": a11yBoolean(this.isPreviousDropdownExpanded), class: 'previous-button' })) : null, hAsync("nav", { key: '076d1d44094bbd01bce51daf92bc8ad28f93f224', class: "crumb-items", "aria-label": (_c = a11y['aria-label']) !== null && _c !== void 0 ? _c : 'breadcrumbs' }, hAsync("ol", { key: 'edd1719a74b337e52d6f2e30d7ea7040ef2c1640' }, hAsync("slot", { key: '8ec35c7e353630c9d9ba4839c6d33b7e68a25e74' }))), hAsync("ix-dropdown", { key: '8750f9d8b51762d5a2fc4303e4c34f048383f8fd', trigger: this.nextButtonRef.waitForCurrent() }, (_d = this.nextItems) === null || _d === void 0 ? void 0 : _d.map((item) => (hAsync("ix-dropdown-item", { label: item, onClick: (e) => {
8925
+ })), ((_b = this.items) === null || _b === void 0 ? void 0 : _b.length) > this.visibleItemCount ? (hAsync("ix-breadcrumb-item", { id: this.previousButtonId, ref: this.previousButtonRef, label: "...", tabIndex: 1, onItemClick: (event) => event.stopPropagation(), "aria-describedby": this.previousDropdownId, "aria-controls": this.previousDropdownId, "aria-expanded": a11yBoolean(this.isPreviousDropdownExpanded), class: 'previous-button' })) : null, hAsync("nav", { key: '153d49ef29065bcc78cb3b06a1bcc6341b028cca', class: "crumb-items", "aria-label": (_c = a11y['aria-label']) !== null && _c !== void 0 ? _c : 'breadcrumbs' }, hAsync("ol", { key: '1d7dcd947a111b74dcee6779968b52f63e36c984' }, hAsync("slot", { key: 'c9d8ac0c01834d40d2ca1d3acfbb323d04954669' }))), hAsync("ix-dropdown", { key: 'ba8cb0f0ffd45556b76be3e65d45c742ab2312ed', trigger: this.nextButtonRef.waitForCurrent() }, (_d = this.nextItems) === null || _d === void 0 ? void 0 : _d.map((item) => (hAsync("ix-dropdown-item", { label: item, onClick: (e) => {
8938
8926
  this.nextClick.emit({
8939
8927
  event: e,
8940
8928
  item,
@@ -8952,7 +8940,7 @@ class Breadcrumb {
8952
8940
  "$members$": {
8953
8941
  "visibleItemCount": [2, "visible-item-count"],
8954
8942
  "nextItems": [16, "next-items"],
8955
- "subtle": [4],
8943
+ "ghost": [4],
8956
8944
  "ariaLabelPreviousButton": [1, "aria-label-previous-button"],
8957
8945
  "items": [32],
8958
8946
  "isPreviousDropdownExpanded": [32]
@@ -8976,11 +8964,11 @@ class BreadcrumbItem {
8976
8964
  */
8977
8965
  this.target = '_self';
8978
8966
  /**@internal */
8979
- this.subtle = false;
8967
+ this.ghost = true;
8980
8968
  /**@internal */
8981
- this.invisible = false;
8969
+ this.visible = true;
8982
8970
  /**@internal */
8983
- this.hideChevron = false;
8971
+ this.showChevron = true;
8984
8972
  /** @internal */
8985
8973
  this.isDropdownTrigger = false;
8986
8974
  }
@@ -9004,7 +8992,7 @@ class BreadcrumbItem {
9004
8992
  }
9005
8993
  render() {
9006
8994
  const props = {
9007
- variant: this.subtle ? 'subtle-primary' : 'tertiary',
8995
+ variant: this.ghost ? 'tertiary' : 'subtle-primary',
9008
8996
  iconOnly: false,
9009
8997
  iconOval: false,
9010
8998
  disabled: false,
@@ -9022,12 +9010,12 @@ class BreadcrumbItem {
9022
9010
  target: this.target,
9023
9011
  rel: this.rel,
9024
9012
  };
9025
- if (this.invisible) {
9013
+ if (!this.visible) {
9026
9014
  return hAsync(Host, { class: 'invisible' });
9027
9015
  }
9028
9016
  return (hAsync(Host, { class: {
9029
- 'hide-chevron': this.hideChevron,
9030
- }, onClick: () => this.itemClick.emit(this.label) }, hAsync("li", null, hAsync(BaseButton, Object.assign({}, props, { afterContent: hAsync(Fragment, null, !this.hideChevron && (hAsync("ix-icon", { name: iconChevronRightSmall, size: "16", class: 'chevron' }))) }), this.label, hAsync("slot", null)))));
9017
+ 'hide-chevron': !this.showChevron,
9018
+ }, onClick: () => this.itemClick.emit(this.label) }, hAsync("li", null, hAsync(BaseButton, Object.assign({}, props, { afterContent: hAsync(Fragment, null, this.showChevron ? (hAsync("ix-icon", { name: iconChevronRightSmall, size: "16", class: 'chevron' })) : null) }), this.label, hAsync("slot", null)))));
9031
9019
  }
9032
9020
  get hostElement() { return getElement(this); }
9033
9021
  static get style() { return breadcrumbItemCss; }
@@ -9041,9 +9029,9 @@ class BreadcrumbItem {
9041
9029
  "href": [1],
9042
9030
  "target": [1],
9043
9031
  "rel": [1],
9044
- "subtle": [4],
9045
- "invisible": [4],
9046
- "hideChevron": [4, "hide-chevron"],
9032
+ "ghost": [4],
9033
+ "visible": [4],
9034
+ "showChevron": [4, "show-chevron"],
9047
9035
  "isDropdownTrigger": [4, "is-dropdown-trigger"],
9048
9036
  "a11y": [32]
9049
9037
  },
@@ -9645,10 +9633,16 @@ class CategoryFilter {
9645
9633
  */
9646
9634
  this.hideIcon = false;
9647
9635
  /**
9648
- * If set to true, prevents that a single category can be set more than once.
9649
- * An already set category will not appear in the category dropdown if set to true.
9636
+ * If set to true, allows that a single category can be set more than once.
9637
+ * An already set category will not appear in the category dropdown if set to false.
9638
+ *
9639
+ * Defaults to true
9640
+ */
9641
+ this.repeatCategories = true;
9642
+ /**
9643
+ * @internal For debugging purposes only!
9650
9644
  */
9651
- this.uniqueCategories = false;
9645
+ this.tmpDisableScrollIntoView = true;
9652
9646
  /**
9653
9647
  * i18n
9654
9648
  */
@@ -9908,7 +9902,7 @@ class CategoryFilter {
9908
9902
  this.emitFilterEvent();
9909
9903
  }
9910
9904
  filterMultiples(value) {
9911
- if (!this.uniqueCategories) {
9905
+ if (this.repeatCategories) {
9912
9906
  return true;
9913
9907
  }
9914
9908
  const isCategoryAlreadySet = this.filterTokens.find((token) => token.id === value);
@@ -10054,7 +10048,9 @@ class CategoryFilter {
10054
10048
  componentDidRender() {
10055
10049
  var _a, _b;
10056
10050
  if (this.isScrollStateDirty) {
10057
- (_b = (_a = this.textInput) === null || _a === void 0 ? void 0 : _a.current) === null || _b === void 0 ? void 0 : _b.scrollIntoView();
10051
+ if (!this.tmpDisableScrollIntoView) {
10052
+ (_b = (_a = this.textInput) === null || _a === void 0 ? void 0 : _a.current) === null || _b === void 0 ? void 0 : _b.scrollIntoView();
10053
+ }
10058
10054
  this.isScrollStateDirty = false;
10059
10055
  }
10060
10056
  }
@@ -10096,19 +10092,19 @@ class CategoryFilter {
10096
10092
  }
10097
10093
  render() {
10098
10094
  var _a, _b, _c;
10099
- return (hAsync(Host, { key: 'c067de370164a717112829f8be82ac8d786d7622' }, hAsync("form", { key: '2cd185f59a209029a1184790488eb472a8456cbb', ref: (el) => (this.formElement = el) }, hAsync("div", { key: '5d0eed2dacde6318ebe516becdc41b785908c864', "read-only": this.readonly, class: {
10095
+ return (hAsync(Host, { key: 'b69168fccbcac0b261a929d4a44f6f693001714c' }, hAsync("form", { key: '3bad02565919f5e48674a5228ba0d7635b44a9d1', ref: (el) => (this.formElement = el) }, hAsync("div", { key: '732c413af7883a335c369bb4e2e02763d70f97d1', "read-only": this.readonly, class: {
10100
10096
  'input-container': true,
10101
10097
  disabled: this.disabled,
10102
10098
  focus: this.hasFocus,
10103
10099
  readonly: this.readonly,
10104
10100
  'no-icon': this.hideIcon,
10105
- } }, hAsync("ix-icon", { key: 'ec27370c08d6882c85f29dafb7c9cbf2655cbacf', color: this.getIconColor(), class: { 'display-none': this.hideIcon }, name: (_a = this.icon) !== null && _a !== void 0 ? _a : iconSearch, size: "16" }), hAsync("div", { key: '277a47c6cc91d6b631c01ae4b3f8f21cca29943e', class: "token-container" }, hAsync("div", { key: 'c086102952499cbd43ae910d745be5ef0aa44e40', class: "list-unstyled" }, this.filterTokens.map((value, index) => (hAsync("span", { key: value.toString(), class: {
10101
+ } }, hAsync("ix-icon", { key: '67181824a8f1632c95fb686e0f6bc68c66fee398', color: this.getIconColor(), class: { 'display-none': this.hideIcon }, name: (_a = this.icon) !== null && _a !== void 0 ? _a : iconSearch, size: "16" }), hAsync("div", { key: '57d870d48eac869af8ae3a138e0ed10b7b781fcb', class: "token-container" }, hAsync("div", { key: '6fca67b428e8e9b5cef5e9e9980c220b1517c331', class: "list-unstyled" }, this.filterTokens.map((value, index) => (hAsync("span", { key: value.toString(), class: {
10106
10102
  animate__animated: true,
10107
10103
  animate__fadein: true,
10108
10104
  } }, hAsync("ix-filter-chip", { disabled: this.disabled, readonly: this.readonly, onClick: (e) => e.stopPropagation(), onCloseClick: () => this.removeToken(index) }, this.getFilterChipLabel(value))))), this.categories === undefined ? ('') : (hAsync("span", { class: {
10109
10105
  'category-preview': true,
10110
10106
  'display-none': this.category === '',
10111
- } }, (_b = this.categories[this.category]) === null || _b === void 0 ? void 0 : _b.label)), hAsync("input", Object.assign({ key: '7f2bdc80da327d2c40f7031259618131a391bd7c', class: {
10107
+ } }, (_b = this.categories[this.category]) === null || _b === void 0 ? void 0 : _b.label)), hAsync("input", Object.assign({ key: '2796b54f0a20bbd63ac98e1fadc087caf1a55d27', class: {
10112
10108
  'text-input': true,
10113
10109
  'hide-placeholder': this.readonly || this.disabled || this.category !== '',
10114
10110
  }, autocomplete: "off", name: "category-filter-input", disabled: this.disabled, readonly: this.readonly, ref: this.textInput, type: "text", placeholder: this.placeholder }, this.a11yAttributes, { "aria-label": this.ariaLabelFilterInput })))), !this.readonly && !this.disabled && this.getResetButton())), this.disabled || this.readonly ? ('') : (hAsync("ix-dropdown", { show: this.showDropdown, closeBehavior: "outside", offset: { mainAxis: 2 }, anchor: (_c = this.textInput) === null || _c === void 0 ? void 0 : _c.waitForCurrent(), trigger: this.hostElement, header: this.getDropdownHeader() }, this.renderDropdownContent()))));
@@ -10132,7 +10128,8 @@ class CategoryFilter {
10132
10128
  "icon": [1],
10133
10129
  "hideIcon": [4, "hide-icon"],
10134
10130
  "staticOperator": [1, "static-operator"],
10135
- "uniqueCategories": [4, "unique-categories"],
10131
+ "repeatCategories": [4, "repeat-categories"],
10132
+ "tmpDisableScrollIntoView": [4, "tmp-disable-scroll-into-view"],
10136
10133
  "labelCategories": [1, "label-categories"],
10137
10134
  "i18nPlainText": [1, "i18n-plain-text"],
10138
10135
  "ariaLabelResetButton": [1, "aria-label-reset-button"],
@@ -10535,7 +10532,7 @@ __decorate$d([
10535
10532
  })
10536
10533
  ], CheckboxGroup.prototype, "onClassFieldUpdate", null);
10537
10534
 
10538
- const chipCss = ":host{display:inline-block;position:relative;height:2rem;max-height:2rem;margin-left:0.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host(.inactive){pointer-events:none}.container{display:inline-flex;width:inherit;max-width:100%;box-sizing:border-box;position:relative;align-items:center;border-radius:100px;padding:0.5rem;vertical-align:top;height:2rem;max-height:2rem;cursor:pointer}.container .content-wrapper{display:inline-flex;align-items:center;flex:1;min-width:0}.container .with-icon{margin-right:0.25rem}.container .close-button-container{display:inline-flex;margin-left:auto;padding-left:0.5rem}.container .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container.centerContent .content-wrapper{justify-content:center;text-align:center}.container.outline.icon{padding-left:calc(0.75rem - 1px)}.container.outline.icon.alarm .with-icon{color:var(--theme-color-alarm)}.container.outline.icon.critical .with-icon{color:var(--theme-color-critical)}.container.outline.icon.warning .with-icon{color:var(--theme-color-warning)}.container.outline.icon.info .with-icon{color:var(--theme-color-info)}.container.outline.icon.neutral .with-icon{color:var(--theme-color-neutral)}.container.outline.icon.success .with-icon{color:var(--theme-color-success)}.container.outline:not(.icon){padding-left:calc(0.5rem - 1px)}.container.outline.closable:not(.inactive){padding-right:calc(0.25rem - 1px)}.container.outline.closable.inactive,.container.outline:not(.closable){padding-right:calc(0.5rem - 1px)}.container.outline.icon:not(.closable){padding-right:calc(0.75rem - 1px)}.container:not(.outline).icon{padding-left:0.75rem}.container:not(.outline):not(.icon){padding-left:0.5rem}.container:not(.outline).closable:not(.inactive){padding-right:0.25rem}.container:not(.outline).closable.inactive{padding-right:0.5rem}.container:not(.outline):not(.closable).icon{padding-right:0.75rem}.container:not(.outline):not(.closable):not(.icon){padding-right:0.5rem}.container.primary{background-color:var(--theme-color-primary);color:var(--theme-chip-primary--color)}.container.primary .close-button{color:var(--theme-chip-primary--color);--ix-icon-button-color:var(--theme-chip-primary--color);pointer-events:auto}.container.primary:hover{background-color:var(--theme-chip-primary--background--hover)}.container.primary:active{background-color:var(--theme-chip-primary--background--active)}.container.primary:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.primary.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-primary-outline--background);border:solid 1px var(--theme-chip-primary-outline--border-color)}.container.primary.outline .close-button{color:var(--theme-chip-outline--color);--ix-icon-button-color:var(--theme-chip-outline--color)}.container.primary.outline .with-icon{color:var(--theme-color-primary)}.container.primary.outline:hover{background-color:var(--theme-chip-primary-outline--background--hover)}.container.primary.outline:active{background-color:var(--theme-chip-primary-outline--background--active)}.container.outline{border-width:1px;border-style:solid}.container.alarm{color:var(--theme-color-alarm--contrast)}.container.alarm:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.alarm.active::after,.container.alarm:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.alarm:not(.outline){background-color:var(--theme-color-alarm)}.container.alarm:not(.outline) .close-button{color:var(--theme-color-alarm--contrast);--ix-icon-button-color:var(--theme-color-alarm--contrast)}.container.alarm:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.alarm:not(.outline).active::after,.container.alarm:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.alarm.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-alarm)}.container.alarm.outline:hover::after{display:none}.container.alarm.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.alarm.outline.active::after,.container.alarm.outline:active::after{display:none}.container.alarm.outline.active,.container.alarm.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.alarm:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.critical{color:var(--theme-color-critical--contrast)}.container.critical:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.critical.active::after,.container.critical:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.critical:not(.outline){background-color:var(--theme-color-critical)}.container.critical:not(.outline) .close-button{color:var(--theme-color-critical--contrast);--ix-icon-button-color:var(--theme-color-critical--contrast)}.container.critical:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.critical:not(.outline).active::after,.container.critical:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.critical.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-critical)}.container.critical.outline:hover::after{display:none}.container.critical.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.critical.outline.active::after,.container.critical.outline:active::after{display:none}.container.critical.outline.active,.container.critical.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.critical:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.warning{color:var(--theme-color-warning--contrast)}.container.warning:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.warning.active::after,.container.warning:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.warning:not(.outline){background-color:var(--theme-color-warning)}.container.warning:not(.outline) .close-button{color:var(--theme-color-warning--contrast);--ix-icon-button-color:var(--theme-color-warning--contrast)}.container.warning:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.warning:not(.outline).active::after,.container.warning:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.warning.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-warning)}.container.warning.outline:hover::after{display:none}.container.warning.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.warning.outline.active::after,.container.warning.outline:active::after{display:none}.container.warning.outline.active,.container.warning.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.warning:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.info{color:var(--theme-color-info--contrast)}.container.info:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.info.active::after,.container.info:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.info:not(.outline){background-color:var(--theme-color-info)}.container.info:not(.outline) .close-button{color:var(--theme-color-info--contrast);--ix-icon-button-color:var(--theme-color-info--contrast)}.container.info:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.info:not(.outline).active::after,.container.info:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.info.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-info)}.container.info.outline:hover::after{display:none}.container.info.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.info.outline.active::after,.container.info.outline:active::after{display:none}.container.info.outline.active,.container.info.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.info:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.neutral{color:var(--theme-color-neutral--contrast)}.container.neutral:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.neutral.active::after,.container.neutral:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.neutral:not(.outline){background-color:var(--theme-color-neutral)}.container.neutral:not(.outline) .close-button{color:var(--theme-color-neutral--contrast);--ix-icon-button-color:var(--theme-color-neutral--contrast)}.container.neutral:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.neutral:not(.outline).active::after,.container.neutral:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.neutral.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-neutral)}.container.neutral.outline:hover::after{display:none}.container.neutral.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.neutral.outline.active::after,.container.neutral.outline:active::after{display:none}.container.neutral.outline.active,.container.neutral.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.neutral:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.success{color:var(--theme-color-success--contrast)}.container.success:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.success.active::after,.container.success:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.success:not(.outline){background-color:var(--theme-color-success)}.container.success:not(.outline) .close-button{color:var(--theme-color-success--contrast);--ix-icon-button-color:var(--theme-color-success--contrast)}.container.success:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.success:not(.outline).active::after,.container.success:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.success.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-success)}.container.success.outline:hover::after{display:none}.container.success.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.success.outline.active::after,.container.success.outline:active::after{display:none}.container.success.outline.active,.container.success.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.success:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}";
10535
+ const chipCss = ":host{display:inline-block;position:relative;height:2rem;max-height:2rem;margin-left:0.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host(.inactive){pointer-events:none}.container{display:inline-flex;width:inherit;max-width:100%;box-sizing:border-box;position:relative;align-items:center;border-radius:100px;padding:0.5rem;vertical-align:top;height:2rem;max-height:2rem;cursor:pointer}.container .content-wrapper{display:inline-flex;align-items:center;flex:1;min-width:0}.container .with-icon{margin-right:0.25rem}.container .close-button-container{display:inline-flex;margin-left:auto;padding-left:0.5rem}.container .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container.centerContent .content-wrapper{justify-content:center;text-align:center}.container.outline.icon{padding-left:calc(0.75rem - 1px)}.container.outline.icon.alarm .with-icon{color:var(--theme-color-alarm)}.container.outline.icon.critical .with-icon{color:var(--theme-color-critical)}.container.outline.icon.warning .with-icon{color:var(--theme-color-warning-text)}.container.outline.icon.info .with-icon{color:var(--theme-color-info)}.container.outline.icon.neutral .with-icon{color:var(--theme-color-neutral)}.container.outline.icon.success .with-icon{color:var(--theme-color-success)}.container.outline:not(.icon){padding-left:calc(0.5rem - 1px)}.container.outline.closable:not(.inactive){padding-right:calc(0.25rem - 1px)}.container.outline.closable.inactive,.container.outline:not(.closable){padding-right:calc(0.5rem - 1px)}.container.outline.icon:not(.closable){padding-right:calc(0.75rem - 1px)}.container:not(.outline).icon{padding-left:0.75rem}.container:not(.outline):not(.icon){padding-left:0.5rem}.container:not(.outline).closable:not(.inactive){padding-right:0.25rem}.container:not(.outline).closable.inactive{padding-right:0.5rem}.container:not(.outline):not(.closable).icon{padding-right:0.75rem}.container:not(.outline):not(.closable):not(.icon){padding-right:0.5rem}.container.primary{background-color:var(--theme-color-primary);color:var(--theme-chip-primary--color)}.container.primary .close-button{color:var(--theme-chip-primary--color);--ix-icon-button-color:var(--theme-chip-primary--color);pointer-events:auto}.container.primary:hover{background-color:var(--theme-chip-primary--background--hover)}.container.primary:active{background-color:var(--theme-chip-primary--background--active)}.container.primary:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.primary.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-primary-outline--background);border:solid 1px var(--theme-chip-primary-outline--border-color)}.container.primary.outline .close-button{color:var(--theme-chip-outline--color);--ix-icon-button-color:var(--theme-chip-outline--color)}.container.primary.outline .with-icon{color:var(--theme-color-primary)}.container.primary.outline:hover{background-color:var(--theme-chip-primary-outline--background--hover)}.container.primary.outline:active{background-color:var(--theme-chip-primary-outline--background--active)}.container.outline{border-width:1px;border-style:solid}.container.alarm{color:var(--theme-color-alarm--contrast)}.container.alarm:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.alarm.active::after,.container.alarm:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.alarm:not(.outline){background-color:var(--theme-color-alarm)}.container.alarm:not(.outline) .close-button{color:var(--theme-color-alarm--contrast);--ix-icon-button-color:var(--theme-color-alarm--contrast)}.container.alarm:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.alarm:not(.outline).active::after,.container.alarm:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.alarm.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-alarm)}.container.alarm.outline:hover::after{display:none}.container.alarm.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.alarm.outline.active::after,.container.alarm.outline:active::after{display:none}.container.alarm.outline.active,.container.alarm.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.alarm:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.critical{color:var(--theme-color-critical--contrast)}.container.critical:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.critical.active::after,.container.critical:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.critical:not(.outline){background-color:var(--theme-color-critical)}.container.critical:not(.outline) .close-button{color:var(--theme-color-critical--contrast);--ix-icon-button-color:var(--theme-color-critical--contrast)}.container.critical:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.critical:not(.outline).active::after,.container.critical:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.critical.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-critical)}.container.critical.outline:hover::after{display:none}.container.critical.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.critical.outline.active::after,.container.critical.outline:active::after{display:none}.container.critical.outline.active,.container.critical.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.critical:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.warning{color:var(--theme-color-warning--contrast)}.container.warning:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.warning.active::after,.container.warning:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.warning:not(.outline){background-color:var(--theme-color-warning)}.container.warning:not(.outline) .close-button{color:var(--theme-color-warning--contrast);--ix-icon-button-color:var(--theme-color-warning--contrast)}.container.warning:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.warning:not(.outline).active::after,.container.warning:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.warning.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-warning)}.container.warning.outline:hover::after{display:none}.container.warning.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.warning.outline.active::after,.container.warning.outline:active::after{display:none}.container.warning.outline.active,.container.warning.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.warning:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.info{color:var(--theme-color-info--contrast)}.container.info:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.info.active::after,.container.info:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.info:not(.outline){background-color:var(--theme-color-info)}.container.info:not(.outline) .close-button{color:var(--theme-color-info--contrast);--ix-icon-button-color:var(--theme-color-info--contrast)}.container.info:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.info:not(.outline).active::after,.container.info:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.info.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-info)}.container.info.outline:hover::after{display:none}.container.info.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.info.outline.active::after,.container.info.outline:active::after{display:none}.container.info.outline.active,.container.info.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.info:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.neutral{color:var(--theme-color-neutral--contrast)}.container.neutral:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.neutral.active::after,.container.neutral:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.neutral:not(.outline){background-color:var(--theme-color-neutral)}.container.neutral:not(.outline) .close-button{color:var(--theme-color-neutral--contrast);--ix-icon-button-color:var(--theme-color-neutral--contrast)}.container.neutral:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.neutral:not(.outline).active::after,.container.neutral:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.neutral.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-neutral)}.container.neutral.outline:hover::after{display:none}.container.neutral.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.neutral.outline.active::after,.container.neutral.outline:active::after{display:none}.container.neutral.outline.active,.container.neutral.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.neutral:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}.container.success{color:var(--theme-color-success--contrast)}.container.success:hover::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.05);left:0;border-radius:100px;pointer-events:none}.container.success.active::after,.container.success:active::after{content:\"\";display:block;position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.1);left:0;border-radius:100px;pointer-events:none}.container.success:not(.outline){background-color:var(--theme-color-success)}.container.success:not(.outline) .close-button{color:var(--theme-color-success--contrast);--ix-icon-button-color:var(--theme-color-success--contrast)}.container.success:not(.outline):hover::after{content:\"\";background-color:rgba(0, 0, 0, 0.05)}.container.success:not(.outline).active::after,.container.success:not(.outline):active::after{background-color:rgba(0, 0, 0, 0.1)}.container.success.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-success)}.container.success.outline:hover::after{display:none}.container.success.outline:hover{background-color:var(--theme-chip-outline--background--hover)}.container.success.outline.active::after,.container.success.outline:active::after{display:none}.container.success.outline.active,.container.success.outline:active{background-color:var(--theme-chip-outline--background--active)}.container.success:focus-visible{outline:1px solid #199fff;outline-offset:var(--theme-btn--focus--outline-offset)}";
10539
10536
 
10540
10537
  class Chip {
10541
10538
  constructor(hostRef) {
@@ -10546,10 +10543,10 @@ class Chip {
10546
10543
  */
10547
10544
  this.variant = 'primary';
10548
10545
  /**
10549
- * Determines if the chip is interactive. If true no user input (e.g. mouse states, keyboard navigation)
10546
+ * Determines if the chip is interactive. If false no user input (e.g. mouse states, keyboard navigation)
10550
10547
  * will be possible and also the close button will not be present.
10551
10548
  */
10552
- this.inactive = false;
10549
+ this.active = true;
10553
10550
  /**
10554
10551
  * Show close icon
10555
10552
  */
@@ -10590,6 +10587,7 @@ class Chip {
10590
10587
  return (hAsync("ix-tooltip", { for: this.containerElementRef.waitForCurrent() }, text));
10591
10588
  }
10592
10589
  render() {
10590
+ const isInactive = this.active === false;
10593
10591
  let customStyle = {};
10594
10592
  if (this.variant === 'custom') {
10595
10593
  customStyle = {
@@ -10597,16 +10595,16 @@ class Chip {
10597
10595
  [this.outline ? 'borderColor' : 'backgroundColor']: this.background,
10598
10596
  };
10599
10597
  }
10600
- return (hAsync(Host, { key: 'a9d49af6fa315e993d7e6968037eec933ac7beb4', tabIndex: "-1", class: {
10601
- inactive: this.inactive,
10598
+ return (hAsync(Host, { key: '615e9cde354e947cfedf93f5d7049a55acd742f9', tabIndex: "-1", class: {
10599
+ inactive: isInactive,
10602
10600
  }, style: this.variant === 'custom'
10603
10601
  ? {
10604
10602
  '--ix-icon-button-color': this.chipColor,
10605
10603
  }
10606
- : {} }, hAsync("div", { key: '68e9b1b7cdcd51c0ea62d1e907749d6019346411', ref: this.containerElementRef, style: Object.assign({}, customStyle), class: {
10604
+ : {} }, hAsync("div", { key: '64c04ae766296f7913ea662db14b5ec3e3828193', ref: this.containerElementRef, style: Object.assign({}, customStyle), class: {
10607
10605
  container: true,
10608
10606
  outline: this.outline,
10609
- inactive: this.inactive,
10607
+ inactive: isInactive,
10610
10608
  alarm: this.variant === 'alarm',
10611
10609
  critical: this.variant === 'critical',
10612
10610
  info: this.variant === 'info',
@@ -10618,11 +10616,11 @@ class Chip {
10618
10616
  closable: this.closable,
10619
10617
  icon: !!this.icon,
10620
10618
  centerContent: this.centerContent,
10621
- } }, hAsync("div", { key: '6880ba6bb16fb14ce2e3fb6e3575539a5c1c182a', class: "content-wrapper" }, this.icon && (hAsync("ix-icon", { key: '85ede4a45b6705d95e0d3d2ff602a75bce77c4fa', class: {
10619
+ } }, hAsync("div", { key: 'b56a1240130fb26f2d31a946e1d1b3199e851836', class: "content-wrapper" }, this.icon && (hAsync("ix-icon", { key: '546438997d8e9727f9d410c9c3a7be16a0f9c858', class: {
10622
10620
  'with-icon': true,
10623
10621
  }, name: this.icon, size: '24', style: this.variant === 'custom'
10624
10622
  ? { color: this.outline ? this.background : this.chipColor }
10625
- : undefined })), hAsync("span", { key: '3b7bd50643a4f5b3ba25c612eb29cbd8218d0aa2', class: "slot-container" }, hAsync("slot", { key: '0d282990c3bbc56eb96dd9373ff66b61fac0b1f9' }))), this.inactive === false && this.closable && this.getCloseButton()), this.getTooltip()));
10623
+ : undefined })), hAsync("span", { key: '0b7f723b1a687a0377f6b1d128d167c24c0ee43a', class: "slot-container" }, hAsync("slot", { key: '11dd6b1a9c781500c96d37563279f0359276c26d' }))), isInactive === false && this.closable ? this.getCloseButton() : null), this.getTooltip()));
10626
10624
  }
10627
10625
  get hostElement() { return getElement(this); }
10628
10626
  static get style() { return chipCss; }
@@ -10631,7 +10629,7 @@ class Chip {
10631
10629
  "$tagName$": "ix-chip",
10632
10630
  "$members$": {
10633
10631
  "variant": [513],
10634
- "inactive": [4],
10632
+ "active": [4],
10635
10633
  "closable": [4],
10636
10634
  "icon": [1],
10637
10635
  "background": [1],
@@ -18716,9 +18714,9 @@ class DateDropdown {
18716
18714
  */
18717
18715
  this.format = 'yyyy/LL/dd';
18718
18716
  /**
18719
- * If true disables date range selection (from/to).
18717
+ * If true a range of dates can be selected.
18720
18718
  */
18721
- this.singleSelection = false;
18719
+ this.range = true;
18722
18720
  /**
18723
18721
  * Picker date. If the picker is in range mode this property is the start date.
18724
18722
  * If set to `null` no default start date will be pre-selected.
@@ -18763,11 +18761,11 @@ class DateDropdown {
18763
18761
  */
18764
18762
  this.showWeekNumbers = false;
18765
18763
  /**
18766
- * Controls whether custom date range selection is disabled in the component.
18767
- * When set to 'false', the user can select a custom date range using the date picker.
18768
- * When set to 'true', only predefined time date ranges are available for selection.
18764
+ * Controls whether the user is allowed to pick custom date ranges in the component.
18765
+ * When set to 'true', the user can select a custom date range using the date picker.
18766
+ * When set to 'false', only predefined time date ranges are available for selection.
18769
18767
  */
18770
- this.customRangeDisabled = false;
18768
+ this.customRangeAllowed = true;
18771
18769
  /**
18772
18770
  * An array of predefined date range options for the date picker.
18773
18771
  * Each option is an object with a label describing the range and a function
@@ -18841,7 +18839,7 @@ class DateDropdown {
18841
18839
  initialize() {
18842
18840
  const isCustomRange = this.dateRangeId === 'custom' ||
18843
18841
  (!this.dateRangeId && !!this.from && !!this.to);
18844
- if (isCustomRange && !this.customRangeDisabled) {
18842
+ if (isCustomRange && this.customRangeAllowed) {
18845
18843
  this.selectedDateRangeId = 'custom';
18846
18844
  this.updateCurrentDate();
18847
18845
  return;
@@ -18911,21 +18909,21 @@ class DateDropdown {
18911
18909
  }
18912
18910
  render() {
18913
18911
  var _a, _b, _c;
18914
- return (hAsync(Host, { key: 'b0c80bf0c01f34eccf3ffd03cab8cb4598122b8e' }, hAsync("ix-button", { key: '19fc20d03477850083cc6274ea8b4269fb827365', "data-testid": "date-dropdown-trigger", "data-date-dropdown-trigger": true, variant: this.variant, loading: this.loading, icon: iconHistory, ref: this.triggerRef, disabled: this.disabled, ariaLabel: this.ariaLabelDropdownButton }, this.getButtonLabel()), hAsync("ix-dropdown", { key: '8b0260dd47fd1e6267b539ef0f12a544f3817c93', "data-testid": "date-dropdown", "data-date-dropdown": true, class: "min-width max-height", trigger: this.triggerRef.waitForCurrent(), closeBehavior: "outside", placement: "bottom-start", onShowChanged: ({ detail: show }) => {
18912
+ return (hAsync(Host, { key: 'b977b971c393e2decb1ee6b5d9a0f289b97a9d49' }, hAsync("ix-button", { key: 'bb9b321daff499f439d555a5bdaca1beac6d945c', "data-testid": "date-dropdown-trigger", "data-date-dropdown-trigger": true, variant: this.variant, loading: this.loading, icon: iconHistory, ref: this.triggerRef, disabled: this.disabled, ariaLabel: this.ariaLabelDropdownButton }, this.getButtonLabel()), hAsync("ix-dropdown", { key: 'a9b816ca1356acaf7de353b30bfd0b248adddb67', "data-testid": "date-dropdown", "data-date-dropdown": true, class: "min-width max-height", trigger: this.triggerRef.waitForCurrent(), closeBehavior: "outside", placement: "bottom-start", onShowChanged: ({ detail: show }) => {
18915
18913
  if (!show &&
18916
18914
  this.selectedDateRangeId === 'custom' &&
18917
18915
  this.datePickerTouched &&
18918
18916
  this.currentRangeValue) {
18919
18917
  this.onDateSelect(this.currentRangeValue);
18920
18918
  }
18921
- } }, hAsync("ix-layout-grid", { key: '827aa5f75b7351f7194800e5d08e99be05550674', noMargin: true }, hAsync("ix-row", { key: '31a94fc990f9f4a30f3259e1148e897d512b3408' }, ((_a = this.dateRangeOptions) === null || _a === void 0 ? void 0 : _a.length) > 1 && (hAsync("ix-col", { key: '4c6222ffde5a8f8644f7e4030f5942e148014e2f', class: {
18919
+ } }, hAsync("ix-layout-grid", { key: '506cb9851836d4afd5cd3389392134711dbf6d06', noMargin: true }, hAsync("ix-row", { key: '3535f191761b9eba9acce33a00cfb0e57fb8dfcf' }, ((_a = this.dateRangeOptions) === null || _a === void 0 ? void 0 : _a.length) > 1 && (hAsync("ix-col", { key: '18aa27777967221e10c5e64463b2f06d00f5cb86', class: {
18922
18920
  'no-margin': true,
18923
18921
  'border-right': this.selectedDateRangeId === 'custom',
18924
- } }, this.dateRangeOptions.map((dateRangeOption) => (hAsync("ix-dropdown-item", { label: dateRangeOption.label, onClick: () => this.onRangeListSelect(dateRangeOption.id), checked: this.selectedDateRangeId === dateRangeOption.id }))), hAsync("div", { key: '7c6e52ce4e81ba257925eaf9dae155d1fff0bcf1', hidden: this.customRangeDisabled }, hAsync("ix-dropdown-item", { key: '6be7c3b1b827a75c51f82edd8971b3cc53f8167c', label: this.i18nCustomItem, checked: this.selectedDateRangeId === 'custom', onClick: () => this.onRangeListSelect('custom') })))), hAsync("ix-col", { key: 'a8119f9199cb8e4e162688bfdcf4f91242fbd5b7', class: "no-margin" }, this.selectedDateRangeId === 'custom' && (hAsync(Fragment, { key: 'bd24f234a02cc55ed73df93ca6d6791d11d9ad77' }, hAsync("ix-date-picker", { key: '0aaf7e9c3ee79d9d232eed14fb840e246caddd20', embedded: true, locale: this.locale, onDateChange: (e) => {
18922
+ } }, this.dateRangeOptions.map((dateRangeOption) => (hAsync("ix-dropdown-item", { label: dateRangeOption.label, onClick: () => this.onRangeListSelect(dateRangeOption.id), checked: this.selectedDateRangeId === dateRangeOption.id }))), hAsync("div", { key: '99819aa2022de83a79f9a405e875dd0749ce7e8c', hidden: !this.customRangeAllowed }, hAsync("ix-dropdown-item", { key: 'd60f7d8ada6b1a8835289b39f70c4a2082c3bddc', label: this.i18nCustomItem, checked: this.selectedDateRangeId === 'custom', onClick: () => this.onRangeListSelect('custom') })))), hAsync("ix-col", { key: 'b20fd6accb39f3f91450c9474b726ec5cd80a7e7', class: "no-margin" }, this.selectedDateRangeId === 'custom' && (hAsync(Fragment, { key: '69fe830b8d426b735274ada9e2d600dd0b402f42' }, hAsync("ix-date-picker", { key: 'bcfd9bcfa0517dfd8947ce39668bfd2a9e732708', standaloneAppearance: false, locale: this.locale, onDateChange: (e) => {
18925
18923
  e.stopPropagation();
18926
18924
  this.currentRangeValue = Object.assign(Object.assign({}, e.detail), { id: 'custom' });
18927
18925
  this.datePickerTouched = true;
18928
- }, onDateRangeChange: (e) => e.stopPropagation(), format: this.format, singleSelection: this.singleSelection, from: this.from || ((_b = this.currentRangeValue) === null || _b === void 0 ? void 0 : _b.from), to: this.to || ((_c = this.currentRangeValue) === null || _c === void 0 ? void 0 : _c.to), minDate: this.minDate, maxDate: this.maxDate, today: this.today, weekStartIndex: this.weekStartIndex, showWeekNumbers: this.showWeekNumbers }), hAsync("div", { key: 'f2bd49f4ca5012eb32fc4e859bb6e9da2cd25f3d', class: "pull-right" }, hAsync("ix-button", { key: '18cb506d16700b59884660c4d8afb63c6e66400b', onClick: () => {
18926
+ }, onDateRangeChange: (e) => e.stopPropagation(), format: this.format, range: this.range, from: this.from || ((_b = this.currentRangeValue) === null || _b === void 0 ? void 0 : _b.from), to: this.to || ((_c = this.currentRangeValue) === null || _c === void 0 ? void 0 : _c.to), minDate: this.minDate, maxDate: this.maxDate, today: this.today, weekStartIndex: this.weekStartIndex, showWeekNumbers: this.showWeekNumbers }), hAsync("div", { key: '08f452db2c829fbb0e6e25e0c3ea38bb0c4a5361', class: "pull-right" }, hAsync("ix-button", { key: '33b0f283488347219afb840cfcdf92e308da58de', onClick: () => {
18929
18927
  if (this.currentRangeValue) {
18930
18928
  this.onDateSelect(this.currentRangeValue);
18931
18929
  }
@@ -18946,7 +18944,7 @@ class DateDropdown {
18946
18944
  "$members$": {
18947
18945
  "disabled": [4],
18948
18946
  "format": [1],
18949
- "singleSelection": [4, "single-selection"],
18947
+ "range": [4],
18950
18948
  "from": [1],
18951
18949
  "to": [1],
18952
18950
  "minDate": [1, "min-date"],
@@ -18956,7 +18954,7 @@ class DateDropdown {
18956
18954
  "loading": [4],
18957
18955
  "showWeekNumbers": [4, "show-week-numbers"],
18958
18956
  "ariaLabelDropdownButton": [1, "aria-label-dropdown-button"],
18959
- "customRangeDisabled": [4, "custom-range-disabled"],
18957
+ "customRangeAllowed": [4, "custom-range-allowed"],
18960
18958
  "dateRangeOptions": [16, "date-range-options"],
18961
18959
  "locale": [1],
18962
18960
  "weekStartIndex": [2, "week-start-index"],
@@ -19639,15 +19637,15 @@ class DateInput {
19639
19637
  const invalidText = this.isInputInvalid
19640
19638
  ? this.i18nErrorDateUnparsable
19641
19639
  : this.invalidText;
19642
- return (hAsync(Host, { key: '00644497cf3410dff8025cd84e012617d88c4bad', class: {
19640
+ return (hAsync(Host, { key: '5c7284b0afd8b3ee906370beb4b7e872a849f5cb', class: {
19643
19641
  disabled: this.disabled,
19644
19642
  readonly: this.readonly,
19645
- } }, hAsync("ix-field-wrapper", { key: '73aa5675f617a35479465eacc2959391f57e78e9', label: this.label, helperText: this.helperText, isInvalid: this.isInvalid, invalidText: invalidText, infoText: this.infoText, isInfo: this.isInfo, isWarning: this.isWarning, warningText: this.warningText, isValid: this.isValid, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, required: this.required, controlRef: this.inputElementRef }, this.renderInput()), hAsync("ix-dropdown", { key: '6b219ac0027370f8c140feb9c438750259f93ef8', "data-testid": "date-dropdown", trigger: this.inputElementRef.waitForCurrent(), ref: this.dropdownElementRef, closeBehavior: "outside", suppressOverflowBehavior: true, show: this.show, onShowChanged: (event) => {
19643
+ } }, hAsync("ix-field-wrapper", { key: '5e8c3a6dd37625cb818438fd8e0c7bef6daa46a1', label: this.label, helperText: this.helperText, isInvalid: this.isInvalid, invalidText: invalidText, infoText: this.infoText, isInfo: this.isInfo, isWarning: this.isWarning, warningText: this.warningText, isValid: this.isValid, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, required: this.required, controlRef: this.inputElementRef }, this.renderInput()), hAsync("ix-dropdown", { key: '5bffd40d906d1e1e929b4a6041ff2cec6f857d34', "data-testid": "date-dropdown", trigger: this.inputElementRef.waitForCurrent(), ref: this.dropdownElementRef, closeBehavior: "outside", suppressOverflowBehavior: true, show: this.show, onShowChanged: (event) => {
19646
19644
  this.show = event.detail;
19647
- } }, hAsync("ix-date-picker", { key: '17919c46d19510dbf091683c3d5de81f0bbbb591', ref: this.datepickerRef, format: this.format, locale: this.locale, singleSelection: true, from: (_a = this.from) !== null && _a !== void 0 ? _a : '', minDate: this.minDate, maxDate: this.maxDate, onDateChange: (event) => {
19645
+ } }, hAsync("ix-date-picker", { key: '56b7f9d28a733952ee5ea0e1555f88295f10f50e', ref: this.datepickerRef, format: this.format, locale: this.locale, range: false, from: (_a = this.from) !== null && _a !== void 0 ? _a : '', minDate: this.minDate, maxDate: this.maxDate, onDateChange: (event) => {
19648
19646
  const { from } = event.detail;
19649
19647
  this.onInput(from);
19650
- }, showWeekNumbers: this.showWeekNumbers, ariaLabelNextMonthButton: this.ariaLabelNextMonthButton, ariaLabelPreviousMonthButton: this.ariaLabelPreviousMonthButton, embedded: true }))));
19648
+ }, showWeekNumbers: this.showWeekNumbers, ariaLabelNextMonthButton: this.ariaLabelNextMonthButton, ariaLabelPreviousMonthButton: this.ariaLabelPreviousMonthButton, standaloneAppearance: false }))));
19651
19649
  }
19652
19650
  static get formAssociated() { return true; }
19653
19651
  get hostElement() { return getElement(this); }
@@ -19809,9 +19807,9 @@ class DatePicker {
19809
19807
  */
19810
19808
  this.format = 'yyyy/LL/dd';
19811
19809
  /**
19812
- * If true disables date range selection (from/to).
19810
+ * If true a date-range can be selected (from/to).
19813
19811
  */
19814
- this.singleSelection = false;
19812
+ this.range = true;
19815
19813
  /**
19816
19814
  * Corner style
19817
19815
  */
@@ -19842,7 +19840,7 @@ class DatePicker {
19842
19840
  */
19843
19841
  this.showWeekNumbers = false;
19844
19842
  /** @internal */
19845
- this.embedded = false;
19843
+ this.standaloneAppearance = true;
19846
19844
  /** @internal */
19847
19845
  this.today = DateTime.now().toISO();
19848
19846
  this.selectedYear = 0;
@@ -19898,7 +19896,7 @@ class DatePicker {
19898
19896
  const _to = ((_c = this.currToDate) === null || _c === void 0 ? void 0 : _c.isValid)
19899
19897
  ? (_d = this.currToDate) === null || _d === void 0 ? void 0 : _d.toFormat(this.format)
19900
19898
  : undefined;
19901
- if (!this.singleSelection) {
19899
+ if (this.range) {
19902
19900
  return {
19903
19901
  from: _from,
19904
19902
  to: _to,
@@ -20148,7 +20146,7 @@ class DatePicker {
20148
20146
  return;
20149
20147
  }
20150
20148
  const date = DateTime.fromJSDate(new Date(this.selectedYear, this.selectedMonth, selectedDay));
20151
- if (this.singleSelection || this.currFromDate === undefined) {
20149
+ if (!this.range || this.currFromDate === undefined) {
20152
20150
  this.currFromDate = date;
20153
20151
  this.onDateChange();
20154
20152
  return;
@@ -20174,7 +20172,7 @@ class DatePicker {
20174
20172
  onDateChange() {
20175
20173
  this.getCurrentDate().then((date) => {
20176
20174
  this.dateChange.emit(date);
20177
- if (!this.singleSelection) {
20175
+ if (this.range) {
20178
20176
  this.dateRangeChange.emit(date);
20179
20177
  }
20180
20178
  });
@@ -20187,12 +20185,12 @@ class DatePicker {
20187
20185
  'calendar-item': true,
20188
20186
  'empty-day': day === undefined,
20189
20187
  today: todayObj.hasSame(selectedDayObj, 'day'),
20190
- selected: !!(((_a = this.currFromDate) === null || _a === void 0 ? void 0 : _a.hasSame(selectedDayObj, 'day')) ||
20191
- ((_b = this.currToDate) === null || _b === void 0 ? void 0 : _b.hasSame(selectedDayObj, 'day'))),
20192
- range: !!(this.currFromDate &&
20188
+ selected: ((_a = this.currFromDate) === null || _a === void 0 ? void 0 : _a.hasSame(selectedDayObj, 'day')) ||
20189
+ ((_b = this.currToDate) === null || _b === void 0 ? void 0 : _b.hasSame(selectedDayObj, 'day')),
20190
+ range: this.currFromDate &&
20193
20191
  selectedDayObj.startOf('day') > this.currFromDate.startOf('day') &&
20194
20192
  this.currToDate !== undefined &&
20195
- selectedDayObj.startOf('day') < ((_c = this.currToDate) === null || _c === void 0 ? void 0 : _c.startOf('day'))),
20193
+ selectedDayObj.startOf('day') < ((_c = this.currToDate) === null || _c === void 0 ? void 0 : _c.startOf('day')),
20196
20194
  disabled: !this.isWithinMinMaxDate(selectedDayObj),
20197
20195
  };
20198
20196
  }
@@ -20259,7 +20257,7 @@ class DatePicker {
20259
20257
  return rows;
20260
20258
  }
20261
20259
  render() {
20262
- return (hAsync(Host, { key: 'd727f1c1934317b469131c5166c8577a2f1f59c9' }, hAsync("ix-date-time-card", { key: '7cd812f351930d12fd4a8ca1862414b25559844a', corners: this.corners, embedded: this.embedded }, hAsync("div", { key: '40a266a3cc994f81fa272a7fbe77825d55577a12', class: "header", slot: "header" }, hAsync("ix-icon-button", { key: '9700361e0dc914242fbe5fed38eae0e4d4f428eb', onClick: () => this.changeToAdjacentMonth(-1), icon: iconChevronLeftSmall, variant: "tertiary", class: "arrows", "aria-label": this.ariaLabelPreviousMonthButton }), hAsync("div", { key: '731ae8fda3b949093f68cd8eb70467f083e75a2f', class: "selector" }, hAsync("ix-button", { key: '7c4f782cdbcfbf7ab621256acd21f1aec818bf11', variant: "tertiary", ref: this.dropdownButtonRef, "data-testid": "year-month-button" }, hAsync("span", { key: '31802a1b2cafdf865c74ab6a1ed6131fba9cd801', class: "fontSize capitalize" }, this.monthNames[this.selectedMonth], " ", this.selectedYear)), hAsync("ix-dropdown", { key: '5587ea0df4d233aceb16bb0597613924dffeae22', "data-testid": "year-month-dropdown", class: "dropdown", trigger: this.dropdownButtonRef.waitForCurrent(), ignoreRelatedSubmenu: true, placement: "bottom-start" }, hAsync("div", { key: 'ce87c3e8db04f3832c4f7a6bfdaa9313d7b588b5', class: "wrapper" }, hAsync("div", { key: '35b2e7d378e53692c6f59e01653456ecf512d524', "data-testid": "year-container", class: "overflow", onScroll: () => this.infiniteScrollYears(), ref: this.yearContainerRef }, this.renderYears()), hAsync("div", { key: '77028f922e3f68711ebef26d16fa2fb1b163c6a7', class: "overflow", "data-testid": "month-container" }, this.monthNames.map((month, index) => (hAsync("div", { key: month, ref: (ref) => {
20260
+ return (hAsync(Host, { key: '3b20ed51203020978076dedd30ac649d16d7fd80' }, hAsync("ix-date-time-card", { key: 'a005b3d5e293d1985d0130b343e260f0c5eb9451', corners: this.corners, standaloneAppearance: this.standaloneAppearance }, hAsync("div", { key: '93646df15f3c696b994a5bf70d69c37514aaebd4', class: "header", slot: "header" }, hAsync("ix-icon-button", { key: 'f523e9357c8584bd244138964b2a04364d4937c2', onClick: () => this.changeToAdjacentMonth(-1), icon: iconChevronLeftSmall, variant: "tertiary", class: "arrows", "aria-label": this.ariaLabelPreviousMonthButton }), hAsync("div", { key: '038c847b675c52204e25af48175b260ae1fb0ae2', class: "selector" }, hAsync("ix-button", { key: 'e6c55b9c49452e03c9c5810d4e6a8a6363dfbc24', variant: "tertiary", ref: this.dropdownButtonRef, "data-testid": "year-month-button" }, hAsync("span", { key: 'a1a1a13112a61835a766ecbc64088d8b6f4bf4b2', class: "fontSize capitalize" }, this.monthNames[this.selectedMonth], " ", this.selectedYear)), hAsync("ix-dropdown", { key: '6b769eb21fb7effecc71f169e43155ae2b71055e', "data-testid": "year-month-dropdown", class: "dropdown", trigger: this.dropdownButtonRef.waitForCurrent(), ignoreRelatedSubmenu: true, placement: "bottom-start" }, hAsync("div", { key: '40403e97d28c97fd1da57968051e7ee4381ce307', class: "wrapper" }, hAsync("div", { key: '930ab7db24ffe11d38fd01c01599d8b8b4c9bb66', "data-testid": "year-container", class: "overflow", onScroll: () => this.infiniteScrollYears(), ref: this.yearContainerRef }, this.renderYears()), hAsync("div", { key: '4204d51c76c8420673966c9f98270dafdf78aebd', class: "overflow", "data-testid": "month-container" }, this.monthNames.map((month, index) => (hAsync("div", { key: month, ref: (ref) => {
20263
20261
  if (month === this.monthNames[0]) {
20264
20262
  this.firstMonthRef(ref);
20265
20263
  }
@@ -20273,10 +20271,10 @@ class DatePicker {
20273
20271
  hidden: this.tempYear !== this.selectedYear ||
20274
20272
  this.tempMonth !== index,
20275
20273
  checkPosition: true,
20276
- }, name: iconSingleCheck, size: "16" }), hAsync("div", null, hAsync("span", { class: "capitalize monthMargin" }, `${month} ${this.tempYear}`))))))))), hAsync("ix-icon-button", { key: 'b99ec1b3e4945ee45ed04c863464b1dbc294a278', onClick: () => this.changeToAdjacentMonth(1), icon: iconChevronRightSmall, variant: "tertiary", class: "arrows", "aria-label": this.ariaLabelNextMonthButton })), hAsync("div", { key: 'c2b7f963615d5c5f14d4e6bf17ccf1cbc35c43e0', class: {
20274
+ }, name: iconSingleCheck, size: "16" }), hAsync("div", null, hAsync("span", { class: "capitalize monthMargin" }, `${month} ${this.tempYear}`))))))))), hAsync("ix-icon-button", { key: '2a36d2b492c6f3761d6538945ebdc627bc082efc', onClick: () => this.changeToAdjacentMonth(1), icon: iconChevronRightSmall, variant: "tertiary", class: "arrows", "aria-label": this.ariaLabelNextMonthButton })), hAsync("div", { key: '09fee287b15f21b7f615f52d1bbfd3baea3d2356', class: {
20277
20275
  grid: true,
20278
20276
  'grid--show-week-numbers': this.showWeekNumbers,
20279
- } }, this.showWeekNumbers && hAsync("div", { key: '20b70eccd88974f3ce79be65136d130a77ebf62c', class: "calendar-item week-day" }), this.dayNames.map((name) => (hAsync("div", { key: name, class: "calendar-item week-day" }, hAsync("div", { class: "overflow" }, name.slice(0, 3))))), this.calendar.map((week) => {
20277
+ } }, this.showWeekNumbers && hAsync("div", { key: 'b07745571edb138152eba523bea081ce49c3637e', class: "calendar-item week-day" }), this.dayNames.map((name) => (hAsync("div", { key: name, class: "calendar-item week-day" }, hAsync("div", { class: "overflow" }, name.slice(0, 3))))), this.calendar.map((week) => {
20280
20278
  return (hAsync(Fragment, null, this.showWeekNumbers && (hAsync("div", { class: "calendar-item week-number" }, week.weekNumber)), week.dayNumbers.map((day) => {
20281
20279
  return day ? (hAsync("div", { key: day, id: `day-cell-${day}`, "date-calender-day": true, class: this.getDayClasses(day), onClick: (e) => {
20282
20280
  const target = e.currentTarget;
@@ -20288,10 +20286,10 @@ class DatePicker {
20288
20286
  }
20289
20287
  }, tabIndex: day === this.focusedDay ? 0 : -1, onFocus: () => this.onDayFocus(), onBlur: () => this.onDayBlur(), "aria-label": `${this.selectedMonth}: ${day}` }, day)) : (hAsync("div", null));
20290
20288
  })));
20291
- })), hAsync("div", { key: 'e23666d293faa6b8b47cb274c31e29a6c91b3ba9', class: {
20289
+ })), hAsync("div", { key: '5dc8efc666c7568ec2a3f59d5fa862e6a128c9e9', class: {
20292
20290
  button: true,
20293
- hidden: this.singleSelection || this.embedded,
20294
- } }, hAsync("ix-button", { key: '7b3acc93968e06769d451c06f3b63544af09d3ee', onClick: () => this.onDone() }, this.i18nDone)))));
20291
+ hidden: !this.range || !this.standaloneAppearance,
20292
+ } }, hAsync("ix-button", { key: 'e42f6039dc5e3fb17dc105208c6028953281feff', onClick: () => this.onDone() }, this.i18nDone)))));
20295
20293
  }
20296
20294
  get hostElement() { return getElement(this); }
20297
20295
  static get watchers() { return {
@@ -20305,7 +20303,7 @@ class DatePicker {
20305
20303
  "$tagName$": "ix-date-picker",
20306
20304
  "$members$": {
20307
20305
  "format": [1],
20308
- "singleSelection": [4, "single-selection"],
20306
+ "range": [4],
20309
20307
  "corners": [1],
20310
20308
  "from": [1],
20311
20309
  "to": [1],
@@ -20317,7 +20315,7 @@ class DatePicker {
20317
20315
  "weekStartIndex": [2, "week-start-index"],
20318
20316
  "locale": [1],
20319
20317
  "showWeekNumbers": [4, "show-week-numbers"],
20320
- "embedded": [4],
20318
+ "standaloneAppearance": [4, "standalone-appearance"],
20321
20319
  "today": [1],
20322
20320
  "currFromDate": [32],
20323
20321
  "currToDate": [32],
@@ -20359,15 +20357,20 @@ class DateTimeCard {
20359
20357
  * Display footer
20360
20358
  */
20361
20359
  this.hasFooter = false;
20360
+ /**
20361
+ * set styles
20362
+ */
20363
+ this.individual = true;
20362
20364
  /**
20363
20365
  * Set corners style
20364
20366
  */
20365
20367
  this.corners = 'rounded';
20366
20368
  }
20367
20369
  cardClasses() {
20370
+ var _a;
20368
20371
  return {
20369
20372
  card: true,
20370
- standaloneAppearance: this.embedded === false,
20373
+ standaloneAppearance: (_a = this.standaloneAppearance) !== null && _a !== void 0 ? _a : this.individual,
20371
20374
  rounded: this.corners === 'rounded',
20372
20375
  left: this.corners === 'left',
20373
20376
  right: this.corners === 'right',
@@ -20375,20 +20378,21 @@ class DateTimeCard {
20375
20378
  };
20376
20379
  }
20377
20380
  render() {
20378
- return (hAsync(Host, { key: '0429648eb4c31bde407975b519809a5a6fd8043a' }, hAsync("div", { key: '21434d00d886949b32554468fdca445b2b5cf76f', class: this.cardClasses() }, !this.hideHeader && (hAsync("div", { key: '7ef2b75a31b0e75646010e7f02a8dc338117d627', class: "header-container" }, hAsync("div", { key: 'bb3e80cbc6b1c9b5c9171638726074122cd91908', class: "header" }, hAsync("slot", { key: '6ae65febb1ee7862df7dcc781fa68286bd0b7d5e', name: "header" })), hAsync("div", { key: 'd4d63d904222fbc638a04ee16e11ceea03f03e0e', class: "separator" }))), hAsync("div", { key: '0f299d9c0743f2b9e0c9f7a0e2504e51471d4475', class: {
20381
+ return (hAsync(Host, { key: '1917611940e9015bd69c54a4d727490e32c6296a' }, hAsync("div", { key: 'd962cf1ab891fb257bdef627c19bf5265ac7ad06', class: this.cardClasses() }, !this.hideHeader && (hAsync("div", { key: '97ede2ac6f96e0802cd47deaa2ac19a6ffbb5d9c', class: "header-container" }, hAsync("div", { key: '14dc85b4c1141543db4069245981712e4ddc6632', class: "header" }, hAsync("slot", { key: '2f1656c886787682ed7b6c6cc340476664f61cee', name: "header" })), hAsync("div", { key: '6e5931822bd606f3c5851528ba2a61dde147eabc', class: "separator" }))), hAsync("div", { key: '1c90b793333c65471f03a8201206968b7f9e754c', class: {
20379
20382
  content: true,
20380
20383
  'content--time-picker': this.timePickerAppearance,
20381
- } }, hAsync("slot", { key: '6c955414005a3d9e004f1f69ded181f60f59dee5' })), this.hasFooter && (hAsync("div", { key: '09348617c1986599e342b209518727bd65976078', class: "footer-container" }, hAsync("div", { key: 'c3b84578c1acf0f8c9f01dcf8b9ec30364408a89', class: "separator" }), hAsync("div", { key: '2cd97f773f26fb1e48fa4f5bf459c3531379b22b', class: "footer" }, hAsync("slot", { key: 'f079e60d93d18c34030ff23f0d8f2043b9a2d85e', name: "footer" })))))));
20384
+ } }, hAsync("slot", { key: '9048c1df91da871f53bc050a83c50ccdc94cbaf4' })), this.hasFooter && (hAsync("div", { key: 'e3dcb1d1dc3aaaef5e7fca2456dd8fa84d0d5b05', class: "footer-container" }, hAsync("div", { key: '6f1433df5e0a8fcc4ecc5b49312e84ace6c25a2c', class: "separator" }), hAsync("div", { key: 'fa7fd4952aeb197504dd660857846c7d50146ebe', class: "footer" }, hAsync("slot", { key: '0493e93bf1fc30281bfe9e1e0fdc051d68edba61', name: "footer" })))))));
20382
20385
  }
20383
20386
  static get style() { return dateTimeCardCss; }
20384
20387
  static get cmpMeta() { return {
20385
20388
  "$flags$": 265,
20386
20389
  "$tagName$": "ix-date-time-card",
20387
20390
  "$members$": {
20388
- "embedded": [4],
20391
+ "standaloneAppearance": [4, "standalone-appearance"],
20389
20392
  "timePickerAppearance": [4, "time-picker-appearance"],
20390
20393
  "hideHeader": [4, "hide-header"],
20391
20394
  "hasFooter": [4, "has-footer"],
20395
+ "individual": [4],
20392
20396
  "corners": [1]
20393
20397
  },
20394
20398
  "$listeners$": undefined,
@@ -20406,9 +20410,27 @@ class DatetimePicker {
20406
20410
  this.dateChange = createEvent(this, "dateChange", 7);
20407
20411
  this.dateSelect = createEvent(this, "dateSelect", 7);
20408
20412
  /**
20409
- * If true disables date range selection (from/to).
20413
+ * If true a date-range can be selected (from/to).
20414
+ */
20415
+ this.range = true;
20416
+ /**
20417
+ * Show hour input
20418
+ *
20419
+ * @deprecated This is now determined by the format that is used. Will be removed in 4.0.0
20420
+ */
20421
+ this.showHour = true;
20422
+ /**
20423
+ * Show minutes input
20424
+ *
20425
+ * @deprecated This is now determined by the format that is used. Will be removed in 4.0.0
20410
20426
  */
20411
- this.singleSelection = false;
20427
+ this.showMinutes = true;
20428
+ /**
20429
+ * Show seconds input
20430
+ *
20431
+ * @deprecated This is now determined by the format that is used. Will be removed in 4.0.0
20432
+ */
20433
+ this.showSeconds = true;
20412
20434
  /**
20413
20435
  * Date format string.
20414
20436
  * See {@link https://moment.github.io/luxon/#/formatting?id=table-of-tokens} for all available tokens.
@@ -20469,14 +20491,17 @@ class DatetimePicker {
20469
20491
  this.timeChange.emit(time);
20470
20492
  }
20471
20493
  render() {
20472
- return (hAsync(Host, { key: '91fb1dbd40b48c37c207de3f173e19ed72f3b6c3' }, hAsync("ix-layout-grid", { key: '0a9fc8ae63d59ba14185a12d3eb126351f4f67c4', class: "no-padding" }, hAsync("ix-row", { key: '31e56d9e8a7ca4a6afd5754f0caf28eb494d68cd' }, hAsync("ix-col", { key: '1df4729e7703d4f48d19233774a8fead11b74553' }, hAsync("ix-date-picker", { key: '80923eee970fc1c163a94986c109e13f09d3a606', ref: (ref) => (this.datePickerElement = ref), corners: "left", singleSelection: this.singleSelection, onDateChange: (event) => this.onDateChange(event), from: this.from, to: this.to, format: this.dateFormat, minDate: this.minDate, maxDate: this.maxDate, weekStartIndex: this.weekStartIndex, embedded: true, locale: this.locale, showWeekNumbers: this.showWeekNumbers, ariaLabelPreviousMonthButton: this.ariaLabelPreviousMonthButton, ariaLabelNextMonthButton: this.ariaLabelNextMonthButton })), hAsync("ix-col", { key: 'd081455e2f00a9917e11902a70cb882a84e23615' }, hAsync("ix-time-picker", { key: '4602c3ca1b899ec283aa9469ce5fcdf4ba4a70fc', class: "min-width", ref: (ref) => (this.timePickerElement = ref), embedded: true, dateTimePickerAppearance: true, onTimeChange: (event) => this.onTimeChange(event), format: this.timeFormat, time: this.time }), hAsync("div", { key: '1329ef1e1af1b22de5f4754ee02452a4d1aabb6b', class: "btn-select-date-container" }, hAsync("ix-button", { key: '01efc3c5d4f72bd74a670a267a28e864c3e643fe', class: "btn-select-date", onClick: () => this.onDone() }, this.i18nDone)))))));
20494
+ return (hAsync(Host, { key: '92375c17933eb17041b078bbf8622552ded46226' }, hAsync("ix-layout-grid", { key: '012e77c15f250b7290926ef0cc9ea65ddfdc556f', class: "no-padding" }, hAsync("ix-row", { key: 'f495ce2c17a5ae0614be00b56a8be1214848e1cb' }, hAsync("ix-col", { key: 'd2863b9d3b90ed0e5d301ae595aec677f01a835f' }, hAsync("ix-date-picker", { key: '6586694bc13fc752d2fb29f2728ceb37ca31c336', ref: (ref) => (this.datePickerElement = ref), corners: "left", range: this.range, onDateChange: (event) => this.onDateChange(event), from: this.from, to: this.to, format: this.dateFormat, minDate: this.minDate, maxDate: this.maxDate, weekStartIndex: this.weekStartIndex, standaloneAppearance: false, locale: this.locale, showWeekNumbers: this.showWeekNumbers, ariaLabelPreviousMonthButton: this.ariaLabelPreviousMonthButton, ariaLabelNextMonthButton: this.ariaLabelNextMonthButton })), hAsync("ix-col", { key: 'e8ea30ea905b964be809634e21f17a57d664c62d' }, hAsync("ix-time-picker", { key: '106449dfab4cc641f179aea35068f36e95f50140', class: "min-width", ref: (ref) => (this.timePickerElement = ref), standaloneAppearance: false, dateTimePickerAppearance: true, onTimeChange: (event) => this.onTimeChange(event), format: this.timeFormat, textTime: this.i18nTime, time: this.time, showHour: this.showHour, showMinutes: this.showMinutes, showSeconds: this.showSeconds }), hAsync("div", { key: 'f4c41e1e9e9513a6a37b7f0111d64ef9e6be1adf', class: "btn-select-date-container" }, hAsync("ix-button", { key: '9fc8c6549c17e40a062e8e8a387e564822de4842', class: "btn-select-date", onClick: () => this.onDone() }, this.i18nDone)))))));
20473
20495
  }
20474
20496
  static get style() { return datetimePickerCss; }
20475
20497
  static get cmpMeta() { return {
20476
20498
  "$flags$": 265,
20477
20499
  "$tagName$": "ix-datetime-picker",
20478
20500
  "$members$": {
20479
- "singleSelection": [4, "single-selection"],
20501
+ "range": [4],
20502
+ "showHour": [4, "show-hour"],
20503
+ "showMinutes": [4, "show-minutes"],
20504
+ "showSeconds": [4, "show-seconds"],
20480
20505
  "minDate": [1, "min-date"],
20481
20506
  "maxDate": [1, "max-date"],
20482
20507
  "dateFormat": [1, "date-format"],
@@ -20537,7 +20562,6 @@ class Drawer {
20537
20562
  /**
20538
20563
  * Fired in case of an outside click during drawer showed state
20539
20564
  */
20540
- // eslint-disable-next-line @stencil-community/ban-default-true
20541
20565
  this.closeOnClickOutside = true;
20542
20566
  /**
20543
20567
  * Render the drawer with maximum height
@@ -20648,7 +20672,7 @@ class Drawer {
20648
20672
  this.toggleDrawer(this.show);
20649
20673
  }
20650
20674
  render() {
20651
- return (hAsync(Host, { key: '16521422bdb7a66912901a8d1d156772c31c588a', class: {
20675
+ return (hAsync(Host, { key: '7be961a99e8e7ada4525260428b8cb05e9699813', class: {
20652
20676
  'drawer-container': true,
20653
20677
  'display-none': true,
20654
20678
  }, style: {
@@ -20656,15 +20680,15 @@ class Drawer {
20656
20680
  'max-width': `${this.maxWidth}rem`,
20657
20681
  height: this.fullHeight ? '100%' : 'auto',
20658
20682
  overflow: 'hidden',
20659
- }, ref: (el) => (this.divElement = el), "data-testid": "container", id: "div-container" }, hAsync("div", { key: '8f1c103f6bb03c362a492031e2ad92bcf25d89cc', style: {
20683
+ }, ref: (el) => (this.divElement = el), "data-testid": "container", id: "div-container" }, hAsync("div", { key: '5c2b3998afbfb0d0f01b2a2634c6e6d28077af27', style: {
20660
20684
  width: this.width === 'auto'
20661
20685
  ? 'auto'
20662
20686
  : `${this.getConstrainedWidth(this.width)}rem`,
20663
- } }, hAsync("div", { key: '7ff4e51b1f93fb7f686db4915ee838f32f61ae86', class: "header" }, hAsync("div", { key: '7c748e9f1e9c2b5468fd524844dfc761069572f2', class: "header-content" }, hAsync("slot", { key: 'ea0ef18347626104852b149f3944165932f9d661', name: "header" })), hAsync("ix-icon-button", { key: 'a446d3e8cb7648d320cd4ea31899d2b289afbabe', class: "close-button", style: {
20687
+ } }, hAsync("div", { key: 'b82cde6e8125ea023a8d553434ec399f681038a9', class: "header" }, hAsync("div", { key: '5aa258a2f3cdcb742993993ea0ed9bca152c2db3', class: "header-content" }, hAsync("slot", { key: 'ef89dbef6fbc0cad872effee17836f82be5dc219', name: "header" })), hAsync("ix-icon-button", { key: '461b4ece5fb4933b84174f51ee25d7de19de3843', class: "close-button", style: {
20664
20688
  display: this.showContent ? 'block' : 'none',
20665
- }, icon: iconClose, iconColor: "color-soft-text", size: "24", variant: "tertiary", onClick: () => this.onCloseClicked(), "data-testid": "close-button", "aria-label": this.ariaLabelCloseButton })), hAsync("div", { key: '87f799aa707aceefa145a0b547761f587593d8e2', class: "content", style: {
20689
+ }, icon: iconClose, iconColor: "color-soft-text", size: "24", variant: "tertiary", onClick: () => this.onCloseClicked(), "data-testid": "close-button", "aria-label": this.ariaLabelCloseButton })), hAsync("div", { key: 'f1d1735e2ae9d8ee33771bd3d11459bb3ac84d65', class: "content", style: {
20666
20690
  display: this.showContent ? 'block' : 'none',
20667
- } }, hAsync("slot", { key: 'aea1e984256bb60bcb6c6a6721988b86decdfca0' })))));
20691
+ } }, hAsync("slot", { key: 'c1506217b6b73a685df75906356c3c1f29470d46' })))));
20668
20692
  }
20669
20693
  static get watchers() { return {
20670
20694
  "show": ["onShowChanged"]
@@ -23235,9 +23259,9 @@ class EventList {
23235
23259
  */
23236
23260
  this.compact = false;
23237
23261
  /**
23238
- * Animate state change transitions. Defaults to 'false'.
23262
+ * Animate state change transitions. Defaults to 'true'.
23239
23263
  */
23240
- this.animated = false;
23264
+ this.animated = true;
23241
23265
  /**
23242
23266
  * Display a chevron icon in list items. Defaults to 'false'
23243
23267
  */
@@ -23338,11 +23362,11 @@ class EventList {
23338
23362
  });
23339
23363
  }
23340
23364
  render() {
23341
- return (hAsync(Host, { key: '700b662ebfba2754f0c4c0d3bf09e95c5277760d', class: {
23365
+ return (hAsync(Host, { key: '754948a81d85157177bfff7afeee4f4851540c4d', class: {
23342
23366
  'item-size-s': this.itemHeight === 'S',
23343
23367
  'item-size-l': this.itemHeight === 'L',
23344
23368
  compact: this.compact,
23345
- } }, hAsync("div", { key: 'ebfed96ff53b21d49c9b9464978c79faa22210e0', role: "list" }, hAsync("slot", { key: '4df468a4c4cc9643dae0b13f7b88df3402e3beaf' }))));
23369
+ } }, hAsync("div", { key: '27c68dcf3eeddc91e31bd1bb3abd3f933aa3cbdf', role: "list" }, hAsync("slot", { key: '828bb7c4b9b39cfb6aff66f0cbe35b0705ae6419' }))));
23346
23370
  }
23347
23371
  get hostElement() { return getElement(this); }
23348
23372
  static get watchers() { return {
@@ -23642,7 +23666,7 @@ class FieldWrapper {
23642
23666
  }; }
23643
23667
  }
23644
23668
 
23645
- const filterChipCss = ":host{display:inline-flex;align-items:center;justify-content:space-between;height:1.5rem;padding-left:0.5rem;border:var(--theme-focus--border-thickness) solid var(--theme-chip-primary-outline--border-color);border-radius:2rem;background-color:var(--theme-color-ghost);color:var(--theme-chip-primary-outline--color)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .slot-container :host-context(.disabled){background-color:var(--theme-color-ghost);border-color:var(--theme-color-component-4);color:var(--theme-color-weak-text)}:host ix-icon-button{height:1.5rem;margin-left:0.25rem}:host ix-icon-button:not(.disabled):not(:disabled):focus-visible{outline:none}:host(.disabled){border:var(--theme-focus--border-thickness) solid var(--theme-color-component-4);color:var(--theme-color-weak-text);padding-right:0.5rem;cursor:default}:host(.readonly){padding-right:0.5rem}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:hover:not(.disabled):not(:disabled)){background-color:var(--theme-color-ghost-primary--hover);border-color:var(--theme-chip-primary-outline--border-color--hover);color:var(--theme-chip-primary-outline--color--hover)}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:active:not(.disabled):not(:disabled)){background-color:var(--theme-color-ghost-primary--active);border-color:var(--theme-chip-primary-outline--border-color--active);color:var(--theme-chip-primary-outline--color--active)}:host(:focus-visible:not(.disabled):not(:disabled)){outline:var(--theme-color-focus-bdr) solid var(--theme-focus--border-thickness);outline-offset:-0.125rem}";
23669
+ const filterChipCss = ":host{display:inline-flex;align-items:center;justify-content:space-between;height:1.5rem;padding-left:0.5rem;border:var(--theme-focus--border-thickness) solid var(--theme-chip-primary-outline--border-color);border-radius:2rem;background-color:var(--theme-color-ghost);color:var(--theme-chip-primary-outline--color)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5rem}:host .slot-container :host-context(.disabled){background-color:var(--theme-color-ghost);border-color:var(--theme-color-component-4);color:var(--theme-color-weak-text)}:host ix-icon-button{height:1.5rem;margin-left:0.25rem}:host ix-icon-button:not(.disabled):not(:disabled):focus-visible{outline:none}:host(.disabled){border:var(--theme-focus--border-thickness) solid var(--theme-color-component-4);color:var(--theme-color-weak-text);padding-right:0.5rem;cursor:default}:host(.readonly){padding-right:0.5rem}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:hover:not(.disabled):not(:disabled)){background-color:var(--theme-color-ghost-primary--hover);border-color:var(--theme-chip-primary-outline--border-color--hover);color:var(--theme-chip-primary-outline--color--hover)}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:active:not(.disabled):not(:disabled)){background-color:var(--theme-color-ghost-primary--active);border-color:var(--theme-chip-primary-outline--border-color--active);color:var(--theme-chip-primary-outline--color--active)}:host(:focus-visible:not(.disabled):not(:disabled)){outline:var(--theme-color-focus-bdr) solid var(--theme-focus--border-thickness);outline-offset:-0.125rem}";
23646
23670
 
23647
23671
  class FilterChip {
23648
23672
  constructor(hostRef) {
@@ -23984,22 +24008,22 @@ class FormFieldLabel {
23984
24008
  }; }
23985
24009
  }
23986
24010
 
23987
- const groupCss = ":host{display:flex;flex-direction:column;position:relative;width:19.75rem;min-width:12rem;border-color:var(--theme-group-item--border-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header{height:4rem;min-height:4rem;max-height:4rem;border-radius:var(--theme-group--border-radius) var(--theme-group--border-radius) 0 0;display:flex;background-color:var(--theme-group-item--background);color:var(--theme-group-header--color);cursor:pointer}:host .group-header:not(.disabled):not(:disabled){cursor:pointer}:host .group-header:not(.disabled):not(:disabled):hover,:host .group-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-group-item--background--hover)}:host .group-header:not(.disabled):not(:disabled):hover.selected,:host .group-header:not(.disabled):not(:disabled).hover.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header:not(.disabled):not(:disabled){cursor:pointer}:host .group-header:not(.disabled):not(:disabled):active,:host .group-header:not(.disabled):not(:disabled).active{background-color:var(--theme-group-item--background--active)}:host .group-header:not(.disabled):not(:disabled):active.selected,:host .group-header:not(.disabled):not(:disabled).active.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header:not(.disabled):not(:disabled):focus-visible{height:calc(4rem - 2px);min-height:calc(4rem - 2px);border:1px solid var(--theme-color-focus-bdr);border-radius:var(--theme-default-border-radius) var(--theme-default-border-radius) 0px 0px;outline:none}:host .group-header:not(.disabled):not(:disabled):focus-visible .group-header-selection-indicator{width:calc(0.25rem - 1px)}:host .group-header:not(.disabled):not(:disabled):focus-visible .group-header-content{padding:calc(0.5rem - 1px) calc(0.5rem - 1px) calc(0.5rem - 1px) 0}:host .group-header:not(.disabled):not(:disabled):focus-visible .btn-expand-header{margin-top:calc(0.5rem - 1px);margin-bottom:calc(0.5rem - 1px)}:host .group-header.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header.selected .group-header-selection-indicator{background-color:var(--theme-group-item-indicator--background--selected)}:host .group-header .group-header-selection-indicator{background-color:var(--theme-color-input--focus)}:host .group-header .group-header-selection-indicator.group-header-selection-indicator-item-selected{background-color:var(--theme-group-item-indicator--background--selected)}:host .group-header-clickable{display:flex;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-selection-indicator{width:0.25rem;border-top-left-radius:var(--theme-group--border-radius)}:host .group-header-content{display:flex;flex-direction:row;justify-content:space-between;min-width:0;flex-grow:1;flex-basis:0;padding:0.5rem;padding-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-content .group-header-props-container{width:100%}:host .group-header-content .group-header-title{display:flex;align-items:center;font-size:1rem;font-weight:700;height:1.5rem}:host .group-header-content .group-header-title>*{min-width:0;padding-right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-content .group-subheader{height:1.25rem;font-size:0.875rem;color:var(--theme-group-subheader--color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .expand-icon{padding:0.125rem 0.437rem;color:var(--theme-color-std-text)}:host .btn-expand-header{margin:0.5rem;margin-inline-end:0.25rem;min-width:1.5rem}:host .group-content{display:flex;flex-direction:column;gap:1px;margin-top:1px}:host .footer{visibility:collapse;height:auto;min-height:0}:host .footer-visible{visibility:visible}:host .hidden{display:none}";
24011
+ const groupCss = ":host{display:flex;flex-direction:column;position:relative;width:19.75rem;min-width:12rem;border-color:var(--theme-group-item--border-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header{height:4rem;min-height:4rem;max-height:4rem;border-radius:var(--theme-group--border-radius) var(--theme-group--border-radius) 0 0;display:flex;background-color:var(--theme-group-item--background);color:var(--theme-group-header--color);cursor:pointer}:host .group-header:not(.disabled):not(:disabled){cursor:pointer}:host .group-header:not(.disabled):not(:disabled):hover,:host .group-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-group-item--background--hover)}:host .group-header:not(.disabled):not(:disabled):hover.selected,:host .group-header:not(.disabled):not(:disabled).hover.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header:not(.disabled):not(:disabled){cursor:pointer}:host .group-header:not(.disabled):not(:disabled):active,:host .group-header:not(.disabled):not(:disabled).active{background-color:var(--theme-group-item--background--active)}:host .group-header:not(.disabled):not(:disabled):active.selected,:host .group-header:not(.disabled):not(:disabled).active.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header:not(.disabled):not(:disabled):focus-visible{border:1px solid var(--theme-color-focus-bdr);border-radius:var(--theme-default-border-radius) var(--theme-default-border-radius) 0px 0px;outline:none}:host .group-header.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header.selected .group-header-selection-indicator{background-color:var(--theme-group-item-indicator--background--selected)}:host .group-header .group-header-selection-indicator{background-color:var(--theme-color-input--focus)}:host .group-header .group-header-selection-indicator.group-header-selection-indicator-item-selected{background-color:var(--theme-group-item-indicator--background--selected)}:host .group-header-clickable{display:flex;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-selection-indicator{width:0.25rem;border-top-left-radius:var(--theme-group--border-radius)}:host .group-header-content{display:flex;flex-direction:row;justify-content:space-between;min-width:0;flex-grow:1;flex-basis:0;padding:0.5rem;padding-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-content .group-header-props-container{width:100%}:host .group-header-content .group-header-title{display:flex;align-items:center;font-size:1rem;font-weight:700;height:1.5rem}:host .group-header-content .group-header-title>*{min-width:0;padding-right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-header-content .group-subheader{height:1.25rem;font-size:0.875rem;color:var(--theme-group-subheader--color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .expand-icon{padding:0.125rem 0.437rem;color:var(--theme-color-std-text)}:host .btn-expand-header{margin:0.5rem;margin-inline-end:0.25rem;min-width:1.5rem}:host .group-content{display:flex;flex-direction:column;gap:1px;margin-top:1px}:host .footer{visibility:collapse;height:auto;min-height:0}:host .footer-visible{visibility:visible}:host .hidden{display:none}";
23988
24012
 
23989
24013
  class Group {
23990
24014
  constructor(hostRef) {
23991
24015
  registerInstance(this, hostRef);
23992
24016
  this.selectGroup = createEvent(this, "selectGroup", 7);
23993
24017
  this.selectItem = createEvent(this, "selectItem", 7);
23994
- this.expandedChanged = createEvent(this, "expandedChanged", 7);
24018
+ this.collapsedChanged = createEvent(this, "collapsedChanged", 7);
23995
24019
  /**
23996
24020
  * Prevent header from being selectable
23997
24021
  */
23998
24022
  this.suppressHeaderSelection = false;
23999
24023
  /**
24000
- * Whether the group is expanded or collapsed. Defaults to false.
24024
+ * Whether the group is collapsed or expanded. Defaults to true.
24001
24025
  */
24002
- this.expanded = false;
24026
+ this.collapsed = true;
24003
24027
  /**
24004
24028
  * Whether the group is selected.
24005
24029
  */
@@ -24031,12 +24055,12 @@ class Group {
24031
24055
  return (_a = this.hostElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.group-content');
24032
24056
  }
24033
24057
  onExpandClick(event) {
24034
- const oldExpanded = this.expanded;
24035
- this.expanded = !this.expanded;
24036
- const { defaultPrevented } = this.expandedChanged.emit(this.expanded);
24058
+ const oldCollapsed = this.collapsed;
24059
+ this.collapsed = !this.collapsed;
24060
+ const { defaultPrevented } = this.collapsedChanged.emit(this.collapsed);
24037
24061
  event.stopPropagation();
24038
24062
  if (defaultPrevented) {
24039
- this.expanded = oldExpanded;
24063
+ this.collapsed = oldCollapsed;
24040
24064
  }
24041
24065
  }
24042
24066
  onHeaderClick(event) {
@@ -24117,27 +24141,27 @@ class Group {
24117
24141
  }
24118
24142
  }
24119
24143
  render() {
24120
- return (hAsync(Host, { key: '3f0490f98871cd258f1a7735587c5c994787b5f3' }, hAsync("div", { key: '85a820e8677768ac5952862d6860bf67ddddd06b', class: {
24144
+ return (hAsync(Host, { key: '58701d250c8e595737fa95f9981e788298e26c2a' }, hAsync("div", { key: '0f754f0be1fe8278e882447cd95f84384b82c467', class: {
24121
24145
  'group-header': true,
24122
- expand: this.expanded,
24146
+ expand: !this.collapsed,
24123
24147
  selected: this.selected,
24124
- }, tabindex: "0" }, hAsync("div", { key: 'eb02896f695cf74d19a0c17e732886ba2791cae8', class: "group-header-clickable", onClick: (e) => this.onHeaderClick(e) }, hAsync("div", { key: '6c361a6e2bb2b9e9614f726c72d943bb540c6e6f', class: {
24148
+ }, tabindex: "0" }, hAsync("div", { key: 'b15eddf0aa21c1f392c49974624c4d66f7ca441f', class: "group-header-clickable", onClick: (e) => this.onHeaderClick(e) }, hAsync("div", { key: '5987826be949fabd86fe4ab2d5da9f6ee92becde', class: {
24125
24149
  'group-header-selection-indicator': true,
24126
24150
  'group-header-selection-indicator-item-selected': this.itemSelected,
24127
- } }), hAsync("div", { key: '957fddd2512cb0004889bb8627dca06a24172678', class: "btn-expand-header" }, hAsync("ix-icon", { key: '5e6d9f54bd16530b6ee35be0ae2429075574f7af', "data-testid": "expand-collapsed-icon", class: {
24151
+ } }), hAsync("div", { key: 'fb364b83a2dff3fcacbd661e6093ce8b975e3930', class: "btn-expand-header" }, hAsync("ix-icon", { key: 'd308f69c7d8e12d34d3442ce9a318a91b67c2033', "data-testid": "expand-collapsed-icon", class: {
24128
24152
  hidden: !this.showExpandCollapsedIcon,
24129
- }, name: this.expanded ? iconChevronUpSmall : iconChevronDownSmall, onClick: (event) => this.onExpandClick(event) })), hAsync("div", { key: '7afbcddcae71944c3d89f4671c52faec405072da', class: "group-header-content" }, this.header ? (hAsync("div", { class: "group-header-props-container" }, hAsync("div", { class: "group-header-title" }, hAsync("span", { title: this.header }, this.header)), hAsync("div", { class: "group-subheader", title: this.subHeader }, this.subHeader))) : null, hAsync("slot", { key: '434daedde0c193250cc55ecef24a648427d93521', name: "header" }))), this.hasDropdown && (hAsync("ix-group-context-menu", { key: '4c3e93b8fe830a7d3e40c9560b5821a44e82a076' }, hAsync("slot", { key: '509f13fadad10aa375da8d823692c869031e51c5', name: "dropdown" })))), hAsync("div", { key: '1fbc03459ee2ce55b44f2393898ced6fd8d767ca', class: {
24153
+ }, name: this.collapsed ? iconChevronDownSmall : iconChevronUpSmall, onClick: (event) => this.onExpandClick(event) })), hAsync("div", { key: 'c5bad9a9cb3d025b5ea2bf1b85f471687959c69b', class: "group-header-content" }, this.header ? (hAsync("div", { class: "group-header-props-container" }, hAsync("div", { class: "group-header-title" }, hAsync("span", { title: this.header }, this.header)), hAsync("div", { class: "group-subheader", title: this.subHeader }, this.subHeader))) : null, hAsync("slot", { key: '2b7b1d241e9a33609d5b28653aaeeb4a51bb64af', name: "header" }))), this.hasDropdown && (hAsync("ix-group-context-menu", { key: 'eb3c896e413299db1b9ce93173b9d926d938e3e1' }, hAsync("slot", { key: '35670588a1f87409787c75fc32d34bfa9355d160', name: "dropdown" })))), hAsync("div", { key: '11254313bc4e541b69f38071c027cdfd0ef735f5', class: {
24130
24154
  'group-content': true,
24131
- } }, hAsync("div", { key: 'e5c7ab27d286eb9a3e56d906cff40009fcd9c317', style: {
24132
- display: this.expanded ? 'contents' : 'none',
24133
- } }, hAsync("slot", { key: '270b3877b50ad67ad95ef1bf6ac28aa7a6bfc1ae', onSlotchange: () => {
24155
+ } }, hAsync("div", { key: '0c24d4903f217ded9c6330b349de13abc77b464b', style: {
24156
+ display: this.collapsed ? 'none' : 'contents',
24157
+ } }, hAsync("slot", { key: '45e1064fa54bb32ad27ac9f502cb4ec9a38963bf', onSlotchange: () => {
24134
24158
  var _a;
24135
24159
  const slot = (_a = this.hostElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('slot:not([name])');
24136
24160
  this.showExpandCollapsedIcon = hasSlottedElements(slot);
24137
- } }), hAsync("ix-group-item", { key: '1a44451e3855c4e7fa22d1aefa4df34692dc3453', class: {
24161
+ } }), hAsync("ix-group-item", { key: '81b3018f3cbafbcaf8c7ec0bad46b538944423b0', suppressSelection: true, focusable: false, class: {
24138
24162
  footer: true,
24139
24163
  'footer-visible': this.footerVisible,
24140
- }, groupFooter: true, suppressSelection: true }, hAsync("slot", { key: '221292d8be0d15548275e6a24e4f3fcbccd3d2dc', name: "footer", onSlotchange: () => this.onSlotChange() }))))));
24164
+ } }, hAsync("slot", { key: 'e39c3a323325c7b6b1a2bc02c3c3fa47ad421a5d', name: "footer", onSlotchange: () => this.onSlotChange() }))))));
24141
24165
  }
24142
24166
  get hostElement() { return getElement(this); }
24143
24167
  static get watchers() { return {
@@ -24151,7 +24175,7 @@ class Group {
24151
24175
  "suppressHeaderSelection": [4, "suppress-header-selection"],
24152
24176
  "header": [1],
24153
24177
  "subHeader": [1, "sub-header"],
24154
- "expanded": [1540],
24178
+ "collapsed": [1540],
24155
24179
  "selected": [1540],
24156
24180
  "index": [1538],
24157
24181
  "expandOnHeaderClick": [4, "expand-on-header-click"],
@@ -24163,7 +24187,7 @@ class Group {
24163
24187
  },
24164
24188
  "$listeners$": [[0, "selectedChanged", "onItemClicked"]],
24165
24189
  "$lazyBundleId$": "-",
24166
- "$attrsToReflect$": [["expanded", "expanded"], ["selected", "selected"], ["index", "index"]]
24190
+ "$attrsToReflect$": [["collapsed", "collapsed"], ["selected", "selected"], ["index", "index"]]
24167
24191
  }; }
24168
24192
  }
24169
24193
 
@@ -24215,7 +24239,7 @@ class GroupContextMenu {
24215
24239
  }; }
24216
24240
  }
24217
24241
 
24218
- const groupItemCss = ":host{display:flex;min-height:2.25rem;height:2.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host>button,:host>.group-footer{display:flex;height:100%;width:100%;align-items:center;justify-content:flex-start;position:relative;outline:none;background-color:var(--theme-group-item--background);border:1px solid transparent;color:var(--theme-color-std-text);cursor:pointer;padding-left:2.5rem}:host>button:focus-visible,:host>.group-footer:focus-visible{border:1px solid var(--theme-color-focus-bdr)}:host>button:disabled,:host>.group-footer:disabled{cursor:default;pointer-events:none}:host .group-footer{cursor:default;border:none}:host ix-icon{margin-right:0.25rem;margin-top:-0.125rem}:host .group-entry-selection-indicator{position:absolute;left:-1px;height:calc(100% + 2px);width:0.25rem}:host .group-entry-text{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-entry-text-secondary{display:flex;justify-content:flex-end;flex-grow:1;white-space:nowrap;color:var(--theme-color-soft-text)}:host .group-entry-text-secondary,:host .group-entry-text-secondary span{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.selected){border-top-width:0.062rem !important;background-color:var(--theme-color-ghost--selected)}:host(.selected) .group-entry-selection-indicator{background-color:var(--theme-group-item-indicator--background--selected)}:host(:not(.suppress-mouse-states):hover){background-color:var(--theme-color-ghost--selected-hover);border-color:var(--theme-group-item--border-color--hover)}:host(:not(.suppress-mouse-states).selected:hover){background-color:var(--theme-color-ghost--selected-hover)}:host(:not(.suppress-mouse-states):active):not(.suppress-mouse-states){background-color:var(--theme-color-ghost--selected-active);border-color:var(--theme-group-item--border-color--active)}:host(:not(.suppress-mouse-states).selected:active):not(.suppress-mouse-states){background-color:var(--theme-color-ghost--selected-active)}:host([disabled]){pointer-events:none;color:var(--theme-color-weak-text)}";
24242
+ const groupItemCss = ":host{display:flex;min-height:2.25rem;height:2.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host>button{display:flex;height:100%;width:100%;align-items:center;justify-content:flex-start;position:relative;outline:none;background-color:var(--theme-group-item--background);border:1px solid transparent;color:var(--theme-color-std-text);cursor:pointer;padding-left:2.5rem}:host>button:focus-visible{border:1px solid var(--theme-color-focus-bdr)}:host ix-icon{margin-right:0.25rem;margin-top:-0.125rem}:host .group-entry-selection-indicator{position:absolute;left:-1px;height:calc(100% + 2px);width:0.25rem}:host .group-entry-text{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .group-entry-text-secondary{display:flex;justify-content:flex-end;flex-grow:1;white-space:nowrap;color:var(--theme-color-soft-text)}:host .group-entry-text-secondary,:host .group-entry-text-secondary span{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.selected){border-top-width:0.062rem !important;background-color:var(--theme-color-ghost--selected)}:host(.selected) .group-entry-selection-indicator{background-color:var(--theme-group-item-indicator--background--selected)}:host(:hover){background-color:var(--theme-color-ghost--selected-hover);border-color:var(--theme-group-item--border-color--hover)}:host(.selected:hover){background-color:var(--theme-color-ghost--selected-hover)}:host(:active){background-color:var(--theme-color-ghost--selected-active);border-color:var(--theme-group-item--border-color--active)}:host(.selected:active){background-color:var(--theme-color-ghost--selected-active)}";
24219
24243
 
24220
24244
  class GroupItem {
24221
24245
  constructor(hostRef) {
@@ -24225,36 +24249,23 @@ class GroupItem {
24225
24249
  * Supress the selection of the group
24226
24250
  */
24227
24251
  this.suppressSelection = false;
24228
- /**
24229
- * @internal
24230
- * Item represents the footer of the group
24231
- */
24232
- this.groupFooter = false;
24233
24252
  /**
24234
24253
  * Show selected state
24235
24254
  */
24236
24255
  this.selected = false;
24237
24256
  /**
24238
- * Disable the group item.
24239
24257
  * The elements tabindex attribute will get set accordingly.
24240
- *
24241
- * If false tabindex will be 0, -1 otherwise.
24258
+ * If true tabindex will be 0, -1 otherwise.
24242
24259
  */
24243
- this.disabled = false;
24260
+ this.focusable = true;
24244
24261
  }
24245
24262
  clickListen() {
24246
- if (this.suppressSelection || this.disabled) {
24247
- return;
24248
- }
24249
24263
  this.selectedChanged.emit(this.hostElement);
24250
24264
  }
24251
24265
  render() {
24252
- if (this.groupFooter) {
24253
- return (hAsync(Host, { class: "suppress-mouse-states" }, hAsync("div", { class: "group-footer" }, hAsync("slot", null))));
24254
- }
24255
- return (hAsync(Host, { class: {
24266
+ return (hAsync(Host, { key: '149648f824aeee11a3877fec7dba0b45ccef6ba1', class: {
24256
24267
  selected: this.selected && !this.suppressSelection,
24257
- } }, hAsync("button", { tabindex: this.disabled ? -1 : 0, disabled: this.disabled }, hAsync("div", { class: "group-entry-selection-indicator" }), this.icon ? (hAsync("ix-icon", { size: "16", name: this.icon, "aria-label": this.ariaLabelIcon })) : null, this.text ? (hAsync("span", { class: "group-entry-text" }, hAsync("span", { title: this.text }, this.text))) : null, this.secondaryText ? (hAsync("span", { class: "group-entry-text-secondary" }, hAsync("span", { title: this.secondaryText }, this.secondaryText))) : null, hAsync("slot", null))));
24268
+ } }, hAsync("button", { key: 'e367df0d5ea0af27e88a572f96b0ce151b5f02db', tabindex: this.focusable ? 0 : -1 }, hAsync("div", { key: '589e2774a57f474ed9b77639b262f9d0fa607473', class: "group-entry-selection-indicator" }), this.icon ? (hAsync("ix-icon", { size: "16", name: this.icon, "aria-label": this.ariaLabelIcon })) : null, this.text ? (hAsync("span", { class: "group-entry-text" }, hAsync("span", { title: this.text }, this.text))) : null, this.secondaryText ? (hAsync("span", { class: "group-entry-text-secondary" }, hAsync("span", { title: this.secondaryText }, this.secondaryText))) : null, hAsync("slot", { key: '9cebb9c4a0383c77e935f6c5937c86445f4c28ec' }))));
24258
24269
  }
24259
24270
  get hostElement() { return getElement(this); }
24260
24271
  static get style() { return groupItemCss; }
@@ -24267,9 +24278,8 @@ class GroupItem {
24267
24278
  "text": [1],
24268
24279
  "secondaryText": [1, "secondary-text"],
24269
24280
  "suppressSelection": [4, "suppress-selection"],
24270
- "groupFooter": [4, "group-footer"],
24271
24281
  "selected": [4],
24272
- "disabled": [4],
24282
+ "focusable": [4],
24273
24283
  "index": [2]
24274
24284
  },
24275
24285
  "$listeners$": [[1, "click", "clickListen"]],
@@ -24323,7 +24333,7 @@ class HelperText {
24323
24333
  this.validationResults = checkFieldClasses(forElement);
24324
24334
  }
24325
24335
  render() {
24326
- return (hAsync(Host, { key: 'fc7c96b79fcbff2f9bcf9b45345f16dba5a404c6' }, hAsync(HelperText$1, Object.assign({ key: '9e6d2c5fa00aa658c5fa9ae1393537b6255e42f4', helperText: this.helperText,
24336
+ return (hAsync(Host, { key: '9fa836439e6423067e2da4328bfaeefbe898109a' }, hAsync(HelperText$1, Object.assign({ key: '86d6666e919b9c80fd85e40a7b27dbbdeebd4a2c', helperText: this.helperText,
24327
24337
  invalidText: this.invalidText,
24328
24338
  validText: this.validText,
24329
24339
  infoText: this.infoText,
@@ -24434,7 +24444,7 @@ class IconButton {
24434
24444
  type: this.type,
24435
24445
  extraClasses: this.getIconSizeClass(),
24436
24446
  };
24437
- return (hAsync(Host, { key: 'bdb302ce6ef1803d43285e1effc3ce70ff9284c8', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, hAsync(BaseIconButton, Object.assign({ key: '14073614fda1a07d4292094b91092871f05619d3' }, baseButtonProps))));
24447
+ return (hAsync(Host, { key: 'f14e9fcbcef5261063165d6a3e9a852a50f52685', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, hAsync(BaseIconButton, Object.assign({ key: '457e6e503a1ef75babc9894f8e44e6b672000d5c' }, baseButtonProps))));
24438
24448
  }
24439
24449
  get hostElement() { return getElement(this); }
24440
24450
  static get style() { return iconButtonCss; }
@@ -24528,7 +24538,7 @@ class IconToggleButton {
24528
24538
  },
24529
24539
  extraClasses: Object.assign({ 'icon-button': true }, this.getIconSizeClass()),
24530
24540
  };
24531
- return (hAsync(Host, { key: 'cdab0dbaf3a790f3d83fff58d73588504d7ba956', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, hAsync(BaseIconButton, Object.assign({ key: '6cfe4d3b14eba61a9b80ffcdcd9664a1f815f70f' }, baseButtonProps))));
24541
+ return (hAsync(Host, { key: '6c7f9e4e25875e5a688b4f211d596b458b819584', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, hAsync(BaseIconButton, Object.assign({ key: '6813db68fff977b64748f962cde7836e72d06cb9' }, baseButtonProps))));
24532
24542
  }
24533
24543
  get hostElement() { return getElement(this); }
24534
24544
  static get style() { return iconToggleButtonCss; }
@@ -24686,22 +24696,22 @@ class Input {
24686
24696
  render() {
24687
24697
  var _a;
24688
24698
  const inputAria = getAriaAttributesForInput(this);
24689
- return (hAsync(Host, { key: '05bb684da7ab25f4cea5429ec2c166a9c7a9cc21', class: {
24699
+ return (hAsync(Host, { key: 'f1a0a8e252682aab237e572ad8079cf496d0b519', class: {
24690
24700
  disabled: this.disabled,
24691
24701
  readonly: this.readonly,
24692
- } }, hAsync("ix-field-wrapper", { key: 'a2cd4a57590b5848de9738a0fbdff0c1c1947abc', htmlForLabel: this.inputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, hAsync("div", { key: 'e9369f9d649068b7708fabf29b9c2e25954591a6', class: "input-wrapper" }, hAsync(SlotStart, { key: '4294b9e2329a9e0b9964630d76f64788f127e280', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), hAsync(InputElement, { key: '750c6a574acb4dac21f7a6143b34ae1482de7d74', id: this.inputId, readonly: this.readonly, disabled: this.disabled, maxLength: this.maxLength, minLength: this.minLength, pattern: this.pattern, type: this.inputType, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
24702
+ } }, hAsync("ix-field-wrapper", { key: 'a6bd8f0e90398dfb1288ceb585c9852fc4056552', htmlForLabel: this.inputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, hAsync("div", { key: '30e5e1debfa21d1d6a9db780a1fa807e88e5fd62', class: "input-wrapper" }, hAsync(SlotStart, { key: '04338b8d4de55cb1cacfaeb381c39796ed542b27', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), hAsync(InputElement, { key: '3fe643f62d02522dad0bd63876bbf9873f77881b', id: this.inputId, readonly: this.readonly, disabled: this.disabled, maxLength: this.maxLength, minLength: this.minLength, pattern: this.pattern, type: this.inputType, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
24693
24703
  onInputBlur(this, this.inputRef.current);
24694
24704
  this.touched = true;
24695
- }, ariaAttributes: inputAria }), hAsync(SlotEnd, { key: 'ebd005ac85dc9109895d3cd7dcd147a08ee0fc02', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, hAsync("ix-icon-button", { key: '848ffad3e32ac4696bcfdf4af8642c2ab1844692', color: "color-weak-text", class: {
24705
+ }, ariaAttributes: inputAria }), hAsync(SlotEnd, { key: '7b3f09276058e7c9081c5a5c406ccb6f31556593', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, hAsync("ix-icon-button", { key: '7a71d559e3f77db760039853e8e40144899a6d5b', color: "color-weak-text", class: {
24696
24706
  'password-eye': true,
24697
- 'eye-hidden': this.type !== 'password',
24707
+ 'eye-hidden': this.type !== 'password' || this.disabled,
24698
24708
  }, variant: "tertiary", icon: this.inputType === 'password' ? iconEye : iconEyeCancelled, onClick: () => {
24699
24709
  if (this.inputType === 'password') {
24700
24710
  this.inputType = 'text';
24701
24711
  return;
24702
24712
  }
24703
24713
  this.inputType = 'password';
24704
- } }))), !!this.maxLength && this.maxLength > 0 && (hAsync("ix-typography", { key: '97d96db1a0b189a74814f46a3409879927065118', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_a = this.value) !== null && _a !== void 0 ? _a : '').length, "/", this.maxLength)))));
24714
+ } }))), !!this.maxLength && this.maxLength > 0 && (hAsync("ix-typography", { key: '000514dd6f61b34ffb769b06e201e0f2fbb01a9d', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_a = this.value) !== null && _a !== void 0 ? _a : '').length, "/", this.maxLength)))));
24705
24715
  }
24706
24716
  static get formAssociated() { return true; }
24707
24717
  get hostElement() { return getElement(this); }
@@ -24753,6 +24763,145 @@ __decorate$9([
24753
24763
  HookValidationLifecycle()
24754
24764
  ], Input.prototype, "updateClassMappings", null);
24755
24765
 
24766
+ const inputGroupCss = ":host{position:relative;display:flex;width:100%;flex-wrap:wrap;align-items:stretch}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host .group{display:flex;position:absolute;align-items:center;height:100%}:host .group-start{left:0px;height:2rem;margin-left:0.5rem;color:var(--theme-color-soft-text)}:host .group-end{right:0px;height:2rem;margin-right:0.5rem;color:var(--theme-color-soft-text)}:host ::slotted(*){display:flex}:host(.disabled){pointer-events:none}:host(.disabled) .group-start ::slotted(*),:host(.disabled) .group-end ::slotted(*){opacity:0.4 !important}";
24767
+
24768
+ /**
24769
+ * @deprecated Will be removed with 4.0.0
24770
+ * Use the 'ix-input' component instead
24771
+ */
24772
+ class InputGroup {
24773
+ constructor(hostRef) {
24774
+ registerInstance(this, hostRef);
24775
+ this.disabled = false;
24776
+ this.inputPaddingLeft = 0;
24777
+ this.inputPaddingRight = 0;
24778
+ }
24779
+ get inputElement() {
24780
+ return this.hostElement.querySelector('input');
24781
+ }
24782
+ componentWillLoad() {
24783
+ var _a;
24784
+ const { valid } = this.inputElement.validity;
24785
+ this.inputElement.addEventListener('valid', () => {
24786
+ this.onValidInput();
24787
+ });
24788
+ this.inputElement.addEventListener('invalid', () => {
24789
+ this.onInvalidInput();
24790
+ });
24791
+ this.inputElement.addEventListener('input', () => {
24792
+ this.startSlotChanged();
24793
+ });
24794
+ (_a = this.inputElement.form) === null || _a === void 0 ? void 0 : _a.addEventListener('submit', () => {
24795
+ this.startSlotChanged();
24796
+ });
24797
+ valid ? this.onValidInput() : this.onInvalidInput();
24798
+ this.observer = new MutationObserver(() => {
24799
+ this.slotChanged();
24800
+ this.startSlotChanged();
24801
+ this.endSlotChanged();
24802
+ });
24803
+ this.observer.observe(this.hostElement, {
24804
+ subtree: true,
24805
+ childList: true,
24806
+ attributes: true,
24807
+ characterData: true,
24808
+ });
24809
+ }
24810
+ componentDidRender() {
24811
+ this.prepareInputElement();
24812
+ }
24813
+ onValidInput() {
24814
+ this.startSlotChanged();
24815
+ }
24816
+ onInvalidInput() {
24817
+ this.startSlotChanged();
24818
+ }
24819
+ prepareInputElement() {
24820
+ if (this.inputElement) {
24821
+ this.inputElement.style.width = '100%';
24822
+ if (this.inputPaddingRight !== 0) {
24823
+ this.inputElement.style.paddingRight = this.inputPaddingRight + 'px';
24824
+ }
24825
+ else {
24826
+ this.inputElement.style.paddingRight = '0.5rem';
24827
+ }
24828
+ if (this.inputPaddingLeft !== 0) {
24829
+ this.inputElement.style.paddingLeft = this.inputPaddingLeft + 'px';
24830
+ }
24831
+ else {
24832
+ this.inputElement.style.paddingLeft = '0.5rem';
24833
+ }
24834
+ }
24835
+ else {
24836
+ console.warn('You used the ix-input-group without an input tag, e.g. <input class="ix-form-control" />');
24837
+ }
24838
+ }
24839
+ slotChanged() {
24840
+ var _a;
24841
+ this.disabled = (_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.disabled;
24842
+ }
24843
+ startSlotChanged() {
24844
+ setTimeout(() => {
24845
+ var _a, _b;
24846
+ const startPadding = this.getChildrenWidth(this.startSlotRef);
24847
+ if (startPadding !== 0) {
24848
+ this.inputPaddingLeft = 11 + startPadding;
24849
+ }
24850
+ else {
24851
+ this.inputPaddingLeft = 0;
24852
+ }
24853
+ if (!this.inputElement) {
24854
+ return;
24855
+ }
24856
+ const isInputInvalid = !this.inputElement.validity.valid ||
24857
+ this.inputElement.classList.contains('is-invalid');
24858
+ const formWasValidated = ((_a = this.inputElement.form) === null || _a === void 0 ? void 0 : _a.classList.contains('was-validated')) ||
24859
+ ((_b = this.inputElement.form) === null || _b === void 0 ? void 0 : _b.noValidate) === false;
24860
+ if (formWasValidated && isInputInvalid) {
24861
+ const left = this.inputPaddingLeft !== 0 ? this.inputPaddingLeft : 7;
24862
+ this.inputElement.style.backgroundPosition = `left ${left}px center`;
24863
+ this.inputPaddingLeft += 26;
24864
+ }
24865
+ });
24866
+ }
24867
+ endSlotChanged() {
24868
+ setTimeout(() => {
24869
+ this.inputPaddingRight = 15 + this.getChildrenWidth(this.endSlotRef);
24870
+ });
24871
+ }
24872
+ getChildrenWidth(slotElement) {
24873
+ if (!slotElement) {
24874
+ return 0;
24875
+ }
24876
+ const endElements = getSlottedElements(slotElement);
24877
+ if (endElements.length === 0) {
24878
+ return 0;
24879
+ }
24880
+ let width = 0;
24881
+ endElements.forEach((element) => {
24882
+ width += element.getBoundingClientRect().width;
24883
+ });
24884
+ return width;
24885
+ }
24886
+ render() {
24887
+ return (hAsync(Host, { key: 'c957f5176fca638b1e84fb3aaec66feed288821f', class: { disabled: this.disabled } }, hAsync("div", { key: '4b77f75f4b402840fd94a4fa990a86f135a183b2', class: "group group-start" }, hAsync("slot", { key: '6fc6246c36799a567bc391aa20d0c9a944983e27', ref: (el) => (this.startSlotRef = el), name: "input-start" })), hAsync("slot", { key: 'd136710b684b584526c1a5685af1b6b45e4e4721' }), hAsync("div", { key: 'eafb23b6987f92876d9b4e1ea020ecd12d4a52f7', class: "group group-end" }, hAsync("slot", { key: '220f0582c0bd75488de9eefed451757502297c53', ref: (el) => (this.endSlotRef = el), name: "input-end" }))));
24888
+ }
24889
+ get hostElement() { return getElement(this); }
24890
+ static get style() { return inputGroupCss; }
24891
+ static get cmpMeta() { return {
24892
+ "$flags$": 265,
24893
+ "$tagName$": "ix-input-group",
24894
+ "$members$": {
24895
+ "disabled": [32],
24896
+ "inputPaddingLeft": [32],
24897
+ "inputPaddingRight": [32]
24898
+ },
24899
+ "$listeners$": undefined,
24900
+ "$lazyBundleId$": "-",
24901
+ "$attrsToReflect$": []
24902
+ }; }
24903
+ }
24904
+
24756
24905
  const actionCardCss = ":host{display:block;position:relative;min-width:13.375rem;width:13.375rem;height:7.5rem;min-height:7.5rem;cursor:pointer;margin:0.25rem 0}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host ix-card{width:100%;height:100%}";
24757
24906
 
24758
24907
  class IxActionCard {
@@ -24780,7 +24929,7 @@ class IxActionCard {
24780
24929
  const ariaLabelledBy = !this.ariaLabelCard && this.heading
24781
24930
  ? 'ix-action-card-heading'
24782
24931
  : undefined;
24783
- return (hAsync(Host, { key: 'ca6b8aae0738de58d218fd717b5fcad4623da17f' }, hAsync("ix-card", { key: '204399e6657bb73adc099cfbc465811eef078368', selected: this.selected, variant: this.variant, class: 'pointer', "aria-label": this.ariaLabelCard, "aria-labelledby": ariaLabelledBy, role: ariaLabelledBy ? 'group' : undefined }, hAsync("ix-card-content", { key: 'e095c58c71c365375847b5e2e727f97f9c740d9d' }, this.icon ? (hAsync("ix-icon", { class: 'icon', name: this.icon, size: "32", "aria-label": this.ariaLabelIcon })) : null, hAsync("div", { key: '1edfffeb1a7cfc2fad2b05662053e3656c799656' }, this.heading ? (hAsync("ix-typography", { id: "ix-action-card-heading", "aria-hidden": a11yBoolean(!ariaLabelledBy), format: "h4" }, this.heading)) : null, this.subheading ? (hAsync("ix-typography", { format: "h5", "text-color": this.getSubheadingTextColor() }, this.subheading)) : null, hAsync("slot", { key: 'fa60f410309ada86a94281a85fcf1c3a1ac71b14' }))))));
24932
+ return (hAsync(Host, { key: '167db61afb0880052edd6e28ec9e907dbe98a186' }, hAsync("ix-card", { key: 'e8014c544dbadee66135b8def9b868488a07773b', selected: this.selected, variant: this.variant, class: 'pointer', "aria-label": this.ariaLabelCard, "aria-labelledby": ariaLabelledBy, role: ariaLabelledBy ? 'group' : undefined }, hAsync("ix-card-content", { key: 'bcb177b0fbe2a709d3ab9d8479077eb64ef2496a' }, this.icon ? (hAsync("ix-icon", { class: 'icon', name: this.icon, size: "32", "aria-label": this.ariaLabelIcon || getFallbackLabelFromIconName(this.icon) })) : null, hAsync("div", { key: '65aa3882ad626df59598626bf7a67e1431fcf6e4' }, this.heading ? (hAsync("ix-typography", { id: "ix-action-card-heading", "aria-hidden": a11yBoolean(!ariaLabelledBy), format: "h4" }, this.heading)) : null, this.subheading ? (hAsync("ix-typography", { format: "h5", "text-color": this.getSubheadingTextColor() }, this.subheading)) : null, hAsync("slot", { key: '9ffacb3ea7d9642a2adbad41d9e6fc36a8e5118b' }))))));
24784
24933
  }
24785
24934
  static get style() { return actionCardCss; }
24786
24935
  static get cmpMeta() { return {
@@ -24835,7 +24984,7 @@ class IxTypography {
24835
24984
  color: IxTypography.getTextColor(this.textColor),
24836
24985
  };
24837
24986
  }
24838
- return (hAsync(Host, { key: 'b7101038f3a7531f9a8dd1f8c9afa54a0cee2a20', class: typographyClass, style: style }, hAsync("slot", { key: 'b5e7225513752e19b427f61708ad334731f78da6' })));
24987
+ return (hAsync(Host, { key: '423b6513833bef97a6ca053311ac4173861ebb83', class: typographyClass, style: style }, hAsync("slot", { key: 'f28c3f4a36fb4abd962cd9c00915ea930872e71c' })));
24839
24988
  }
24840
24989
  static get style() { return typographyCss; }
24841
24990
  static get cmpMeta() { return {
@@ -24867,7 +25016,7 @@ class KeyValue {
24867
25016
  this.labelPosition = 'top';
24868
25017
  }
24869
25018
  render() {
24870
- return (hAsync(Host, { key: '155c2d3b28dd1db32cd237391178bf4eaaf5b4d8', class: `keyValue keyValue--${this.labelPosition === 'top' ? 'column' : 'row'}` }, this.icon && (hAsync("ix-icon", { key: '7f97cef73864eb0b735bf344f9005489c6eb033a', name: this.icon, size: "24", class: "keyValue__icon", "aria-label": this.ariaLabelIcon })), hAsync("div", { key: 'f99112aa2d56720c6825d4ca19e730fa2a5ff99f', class: "keyValue__content" }, hAsync("div", { key: 'd7b6a9dd97cc1c06b8a36a246a8d74f01de7e91f', class: "content__label" }, this.label), hAsync("div", { key: '1f272a5d6c67993f7825d0258d4405891e864d50', class: {
25019
+ return (hAsync(Host, { key: '313aba27b9a98274d46da2091d3c255b5b6021a9', class: `keyValue keyValue--${this.labelPosition === 'top' ? 'column' : 'row'}` }, this.icon && (hAsync("ix-icon", { key: 'a60ed526a2d725c3c40ffaeb1f97f70c655f1402', name: this.icon, size: "24", class: "keyValue__icon", "aria-label": this.ariaLabelIcon })), hAsync("div", { key: '3b156278c7a40eec4ac1fda6b284b6f9da5edc7b', class: "keyValue__content" }, hAsync("div", { key: '9ca6cbc3a9a85804a750f10936a582ee09500381', class: "content__label" }, this.label), hAsync("div", { key: '808806083e40420bd0461a38393e17b2cad307f0', class: {
24871
25020
  content__value: true,
24872
25021
  'has-customValue': this.value === undefined,
24873
25022
  } }, this.value !== undefined ? (this.value) : (hAsync("slot", { name: "custom-value" }))))));
@@ -24900,7 +25049,7 @@ class KeyValueList {
24900
25049
  this.striped = false;
24901
25050
  }
24902
25051
  render() {
24903
- return (hAsync(Host, { key: 'fbbf0d85579098c0051103a6d783313cdf76cdec', class: { keyValueList: true, 'keyValueList--striped': this.striped } }, hAsync("slot", { key: 'ea59720cc2cb8150ff1d1f6083a0623276c1e2f1' })));
25052
+ return (hAsync(Host, { key: '65f4f193bd4c3b76ee0ffbae7791ff080b1a028f', class: { keyValueList: true, 'keyValueList--striped': this.striped } }, hAsync("slot", { key: '966e32b4ce52d499e500fbcbed1a9c43cac1b3e5' })));
24904
25053
  }
24905
25054
  static get style() { return keyValueListCss; }
24906
25055
  static get cmpMeta() { return {
@@ -24947,13 +25096,13 @@ class Kpi {
24947
25096
  return tooltip;
24948
25097
  }
24949
25098
  render() {
24950
- return (hAsync(Host, { key: 'c92079fec06e7de58750cf213462277436bfc16c', title: this.getTooltipText(), tabindex: "1", class: {
25099
+ return (hAsync(Host, { key: 'f606b08119be0b32663efe2f51749fe88cb25608', title: this.getTooltipText(), tabindex: "1", class: {
24951
25100
  stacked: this.orientation === 'vertical',
24952
- } }, hAsync("div", { key: '19b03ae1e57f933d5a56d59765a3c86bebfc572d', class: {
25101
+ } }, hAsync("div", { key: '2b7f2b65007d825f76b2380b25a81afe697fdcbf', class: {
24953
25102
  'kpi-container': true,
24954
25103
  alarm: this.state === 'alarm',
24955
25104
  warning: this.state === 'warning',
24956
- } }, hAsync("span", { key: '57ffff6b93d07c51e702f69e0665abe6794d9fe8', class: "kpi-label" }, this.getStateIcon(), hAsync("span", { key: '2ddcf14874f47d3fb7446618b5635f3e0441dd52', class: "kpi-label-text" }, this.label)), hAsync("span", { key: '58c8ed8685d39049736c17efd4cf8a9f853de9ce', class: "kpi-value-container" }, hAsync("span", { key: 'f3bce025fee07f36d4a8edae7b4d460c4da8d69b', class: "kpi-value" }, this.value), this.unit ? hAsync("span", { class: "kpi-unit" }, this.unit) : ''))));
25105
+ } }, hAsync("span", { key: '6241807a1c2497e3ed4ad6f498cd5c64c5b84185', class: "kpi-label" }, this.getStateIcon(), hAsync("span", { key: 'fcd050a162b9c3ac9a80abf54c3fe9000d9d2a8d', class: "kpi-label-text" }, this.label)), hAsync("span", { key: 'e0b0f5ce921c7579dc6f947c8129f1eec8377cc5', class: "kpi-value-container" }, hAsync("span", { key: '449f3de71bb4ee0b6a058f0fe8205aa06654dbc1', class: "kpi-value" }, this.value), this.unit ? hAsync("span", { class: "kpi-unit" }, this.unit) : ''))));
24957
25106
  }
24958
25107
  static get style() { return kpiCss; }
24959
25108
  static get cmpMeta() { return {
@@ -25050,7 +25199,7 @@ class LayoutForm {
25050
25199
  });
25051
25200
  }
25052
25201
  render() {
25053
- return (hAsync(Host, { key: '75ef49e33c43dea4b070df9529402dfa5843b202' }, hAsync("div", { key: '2a2916b18cd39cd9edd2ae4381544f9d45637401', class: "container" }, hAsync("slot", { key: '0a955e698e61273942795538527a865be6fd6e71' }))));
25202
+ return (hAsync(Host, { key: 'f29e16a0be5c5d3751bbe6cffc35a8b33bd69075' }, hAsync("div", { key: '2eeb15c4fe4d5b09cce40faef29502367eb576a5', class: "container" }, hAsync("slot", { key: 'b13b8c6a610d0d9fff987d48f6bc1810af1b7390' }))));
25054
25203
  }
25055
25204
  get hostElement() { return getElement(this); }
25056
25205
  static get watchers() { return {
@@ -25088,12 +25237,12 @@ class LayoutGrid {
25088
25237
  this.columns = 12;
25089
25238
  }
25090
25239
  render() {
25091
- return (hAsync(Host, { key: 'c54fe6b0890e4fa4d85c540149401c61f1cb1520', class: {
25240
+ return (hAsync(Host, { key: '2772dd5c20d1b6e5da3fee9bbb1453ee6183755a', class: {
25092
25241
  'no-margin': this.noMargin,
25093
25242
  }, style: {
25094
25243
  '--ix-layout-grid-columns': `${this.columns}`,
25095
25244
  '--ix-layout-grid-gutter': `${this.gap}px`,
25096
- } }, hAsync("slot", { key: 'd556c7af6538057033dfdaffb8de409749c17639' })));
25245
+ } }, hAsync("slot", { key: '0d3f8dad0571cf5b43762bf60657fbbf4f1a96b6' })));
25097
25246
  }
25098
25247
  static get style() { return layoutGridCss; }
25099
25248
  static get cmpMeta() { return {
@@ -25127,13 +25276,13 @@ class LinkButton {
25127
25276
  this.target = '_self';
25128
25277
  }
25129
25278
  render() {
25130
- return (hAsync(Host, { key: '02d318962866d9b26c47c0229ba2a6c87851c56e' }, hAsync("a", { key: 'cabe9f6ced43a4ec4efdfb386d60fe4779c3cd1b', title: this.url, tabindex: "0", class: {
25279
+ return (hAsync(Host, { key: '7f1fbbb36784bd6a5792da9ea48cc6e9c6aa5332' }, hAsync("a", { key: 'ffd97898fd1e720f6431e0f2405b3c23d765e0c6', title: this.url, tabindex: "0", class: {
25131
25280
  'link-button': true,
25132
25281
  disabled: this.disabled,
25133
- }, href: this.disabled ? undefined : this.url, target: this.target }, hAsync("ix-icon", { key: 'af54ed0919ac9891729f789f4027021af6aa440f', class: "icon", name: iconChevronRightSmall, size: "16", "aria-hidden": "true" }), hAsync("div", { key: '31a4c7de092658ddf5eb2b18f081f1fcc18eec85', class: {
25282
+ }, href: this.disabled ? undefined : this.url, target: this.target }, hAsync("ix-icon", { key: '9980af21cb250d099f2ba0ddd543d4934a6d0eb6', class: "icon", name: iconChevronRightSmall, size: "16", "aria-hidden": "true" }), hAsync("div", { key: '347fdc85236282e3b93b8215de0269dd4993a2f2', class: {
25134
25283
  link: true,
25135
25284
  disabled: this.disabled,
25136
- } }, hAsync("slot", { key: '50126a934c69cc5e5c7da46f55177431d6cc29ff' })))));
25285
+ } }, hAsync("slot", { key: '79348eda083a81187f79e3a1c043982ae93c97a9' })))));
25137
25286
  }
25138
25287
  static get style() { return linkButtonCss; }
25139
25288
  static get cmpMeta() { return {
@@ -25160,7 +25309,6 @@ class MapNavigation {
25160
25309
  /**
25161
25310
  * Hide the sidebar context menu button when set to true
25162
25311
  */
25163
- // eslint-disable-next-line @stencil-community/ban-default-true
25164
25312
  this.hideContextMenu = true;
25165
25313
  this.isSidebarOpen = true;
25166
25314
  this.hasContentHeader = false;
@@ -25297,11 +25445,11 @@ class MapNavigation {
25297
25445
  this.hasContentHeader = (nodes === null || nodes === void 0 ? void 0 : nodes.length) !== 0;
25298
25446
  }
25299
25447
  render() {
25300
- return (hAsync(Host, { key: 'ee355f2c6943155181eb42c9340afbbfb23c5256' }, hAsync("slot", { key: '0e634f2140aa3b139b883519285c29f107cc55d2', name: "menu" }), hAsync("div", { key: 'c282e8ce53748ec98a0e78c1e2c9c74566485f6a', class: "map-nav" }, hAsync("div", { key: '2714ae8cff89e4336988e6aeb43f5e9743c16cda', class: "map-nav-sidebar" }, hAsync("div", { key: '5f0052944113e935a166eecc5490106166ccde5a', class: "map-nav-header" }, hAsync("ix-application-header", { key: '41eb644bd30d2f6431fea2871ef4c1200d673f12', name: this.applicationName, class: "map-nav-header-brand" }, hAsync("slot", { key: '6019099822cf9547258db6509af5dbabf771c80c', slot: "logo", name: "logo" }))), hAsync("div", { key: 'a41cf1fd5570cd449840ec29c51b9a214a7fc1ee', class: "map-nav-sidebar-content" }, hAsync("div", { key: '8d31a6f87137144dce9f038c6af57935ad0b361d', class: "map-nav-sidebar-static-content" }, hAsync("div", { key: 'f08e9ece40573dcc2c7e2ffd3d7960f7cafda9ce', class: "map-nav-title" }, this.navigationTitle), this.hideContextMenu ? ('') : (hAsync("ix-icon-button", { icon: iconContextMenu, size: "24", variant: "subtle-primary", onClick: () => this.contextMenuClick.emit(), "aria-label": this.ariaLabelContextIconButton }))), hAsync("div", { key: '0a44ecc9fc7d2eaf47a0ab030c29937ef984ec91', class: "map-nav-sidebar-user-content" }, hAsync("slot", { key: '8520ed8e55ffcd3dfd6f091b686d60844de812d1', name: "sidebar-content" })))), hAsync("div", { key: 'de99d37f59d097a73cbe51560582304410551cbb', class: "content" }, hAsync("div", { key: '87874873f41bf080f62b06fa649eef0f73905da2', class: {
25448
+ return (hAsync(Host, { key: '5e7b81e33095916809c72c77c58a0e9561e3eadc' }, hAsync("slot", { key: '6355eae609a9b40444e3af3f6ff344c657941eeb', name: "menu" }), hAsync("div", { key: '3b22b95b4816ed75f6eb186378be9dd025b9a8b0', class: "map-nav" }, hAsync("div", { key: 'dfe48e307748f1ec3115284f58a2f7e6eba704a9', class: "map-nav-sidebar" }, hAsync("div", { key: '330712680eaf25821f7f9819d2b07d1fee4f9077', class: "map-nav-header" }, hAsync("ix-application-header", { key: 'ac1b29fd7c20ef689b4ce2b41f1188444d492ecb', name: this.applicationName, class: "map-nav-header-brand" }, hAsync("slot", { key: 'a01977d24404f8db7e750e8cd61af5461183bf09', slot: "logo", name: "logo" }))), hAsync("div", { key: '409bf4a73f9c24cf7267380ce0bec7e91c51564e', class: "map-nav-sidebar-content" }, hAsync("div", { key: '26b2020c1f215665c7b40c2f81baf4d42620a482', class: "map-nav-sidebar-static-content" }, hAsync("div", { key: '265a149ce8f4f2502e45149a88159766556c37d3', class: "map-nav-title" }, this.navigationTitle), this.hideContextMenu ? ('') : (hAsync("ix-icon-button", { icon: iconContextMenu, size: "24", variant: "subtle-primary", onClick: (_) => this.contextMenuClick.emit(), "aria-label": this.ariaLabelContextIconButton }))), hAsync("div", { key: '2824fecae7636c4a68ab90dc06b0274afc031602', class: "map-nav-sidebar-user-content" }, hAsync("slot", { key: '1ef670f8310c5c3804c5eac3dc4d601898bf244d', name: "sidebar-content" })))), hAsync("div", { key: 'a383691fe6515768ef643ea8c69012d30c3b9d9b', class: "content" }, hAsync("div", { key: '9c2dee41f6fd805e31c0f555347a24f3e9f393b2', class: {
25301
25449
  'map-nav-header-content': true,
25302
25450
  'bg-2': true,
25303
25451
  empty: !this.hasContentHeader,
25304
- } }, hAsync("slot", { key: '43dae1efd68fe7838af56d068897d46306517dce', name: "content-header", onSlotchange: (e) => this.checkHasContentHeader(e) })), hAsync("main", { key: '9abeda56b56db433715cd500730f0594d9a39ad3' }, hAsync("slot", { key: 'f084c2e9cf4b23220bae1d5fdb078905922bc491' }), hAsync("slot", { key: '797eff659abf7cadd47d9cdc9d73e451fe7add56', name: "overlay" }))))));
25452
+ } }, hAsync("slot", { key: 'f7136c106397b3e0df52c4b3a14b5dfddf73f793', name: "content-header", onSlotchange: (e) => this.checkHasContentHeader(e) })), hAsync("main", { key: 'ca7e27826c15a419d9803cf99d67587f26a1d6a0' }, hAsync("slot", { key: '7083d7482930fc674efe735972268b4eb14dd7d8' }), hAsync("slot", { key: 'a94b1a95f2941fec540bd63c97b23b261688c0ba', name: "overlay" }))))));
25305
25453
  }
25306
25454
  get hostElement() { return getElement(this); }
25307
25455
  static get style() { return mapNavigationCss; }
@@ -25361,14 +25509,14 @@ class MapNavigationOverlay {
25361
25509
  }
25362
25510
  render() {
25363
25511
  var _a, _b, _c;
25364
- return (hAsync(Host, { key: '20be4d9ca5276f987e368ae76e0e384d6de8d518' }, hAsync("div", { key: '92c142906a8bc62a66122e9bb7edb77580177d9f', class: "overlay-header" }, hAsync("div", { key: '9d114426224b86e403269b67581e69ce6d42b806', class: {
25512
+ return (hAsync(Host, { key: 'c7a50abb3513fe85c2b49cacb0ad9db139eeff61' }, hAsync("div", { key: '877867feede603c1eb0977ceebe8c1efa8c223c4', class: "overlay-header" }, hAsync("div", { key: 'c85cd0ce6dc09266d331e7100235fe6469598d5a', class: {
25365
25513
  'color-indicator': true,
25366
25514
  'display-none': ((_a = this.iconColor) !== null && _a !== void 0 ? _a : this.color) === undefined,
25367
25515
  }, style: {
25368
25516
  'background-color': ((_b = this.iconColor) !== null && _b !== void 0 ? _b : this.color)
25369
25517
  ? `var(--theme-${(_c = this.iconColor) !== null && _c !== void 0 ? _c : this.color})`
25370
25518
  : '',
25371
- } }), hAsync("div", { key: 'd2ec51d25d995c1ffa97d95ebf2fb1b1c0bfdb43', class: "overlay-header-content" }, hAsync("ix-icon", { key: 'f3a60357a1c4faf8cf56748ebb42c9f6d8d143bc', size: "32", name: this.icon, "aria-label": this.ariaLabelIcon }), hAsync("span", { key: '17cac790ed7f83c03d62676288ec2c48b5a892e9', class: "overlay-header-title", title: this.name }, this.name)), hAsync("ix-icon-button", { key: '220c6324fe86b2039a14f29a72f3de32bcde06bb', class: "overlay-close", variant: "tertiary", icon: iconClose, iconColor: "color-soft-text", size: "24", onClick: () => this.closeOverlay(), "aria-label": this.ariaLabelCloseIconButton })), hAsync("slot", { key: '8e6ebd5c85b618bda20ecaeaf5d5501082673a12' })));
25519
+ } }), hAsync("div", { key: '7b8a70dc3272d2c7a5a522accbafe58f330f1f30', class: "overlay-header-content" }, hAsync("ix-icon", { key: '4ec9d2689d01d79468bbeb1e395873264f8e14e0', size: "32", name: this.icon, "aria-label": this.ariaLabelIcon }), hAsync("span", { key: 'f0db6769dc5b3172f1196f1fbf8fe4b6210514d4', class: "overlay-header-title", title: this.name }, this.name)), hAsync("ix-icon-button", { key: '9c75f3ae0f263c2002c6e7e46e46b8379e7d63d1', class: "overlay-close", variant: "tertiary", icon: iconClose, iconColor: "color-soft-text", size: "24", onClick: () => this.closeOverlay(), "aria-label": this.ariaLabelCloseIconButton })), hAsync("slot", { key: 'd5c0fd5b40a7e33462e0f5aa2e1e491176583ae3' })));
25372
25520
  }
25373
25521
  get hostElement() { return getElement(this); }
25374
25522
  static get style() { return mapNavigationOverlayCss; }
@@ -25427,6 +25575,10 @@ class Menu {
25427
25575
  * Show toggle between light and dark variant. Only if the provided theme have implemented both!
25428
25576
  */
25429
25577
  this.enableToggleTheme = false;
25578
+ /**
25579
+ * Is settings tab is visible
25580
+ */
25581
+ this.enableSettings = true;
25430
25582
  /** @internal */
25431
25583
  this.enableMapExpand = false;
25432
25584
  /**
@@ -25836,44 +25988,44 @@ class Menu {
25836
25988
  }
25837
25989
  render() {
25838
25990
  var _a, _b;
25839
- return (hAsync(Host, { key: 'df5d448d54816e68d11ac8b0c89fdcfcc3eb0f5f', class: {
25991
+ return (hAsync(Host, { key: '21781b7d2198837eb8b1007971832254941dcd9e', class: {
25840
25992
  expanded: this.expand,
25841
25993
  [`breakpoint-${this.breakpoint}`]: true,
25842
- }, slot: "menu" }, hAsync("nav", { key: '77a960b00a2e5c2c984653a83e57da1a092f5c39', class: {
25994
+ }, slot: "menu" }, hAsync("nav", { key: 'dda9ce6ad8d552a6df80db4b5ebdf6e64893ae92', class: {
25843
25995
  menu: true,
25844
25996
  expanded: this.expand,
25845
- } }, hAsync("div", { key: 'dcc507883dc51c8b13fa2dc1835b73479da1d46f', class: "menu-buttons" }, this.breakpoint !== 'sm' && (hAsync("ix-menu-expand-icon", { key: '9563ef5a20623bef8f4b58109fb76430efda864e', breakpoint: this.breakpoint, expanded: this.expand, pinned: this.pinned, class: "menu-expand-icon", ixAriaLabel: this.i18nExpandSidebar, onClick: async () => this.toggleMenu(), "data-testid": "expand-collapse-menu" })), this.breakpoint === 'sm' &&
25846
- ((_a = this.applicationLayoutContext) === null || _a === void 0 ? void 0 : _a.appSwitchConfig) && (hAsync("ix-icon-button", { key: '9753f46ffac62bf013c53b2b63e4038a1bc66f9a', onClick: () => {
25997
+ } }, hAsync("div", { key: '45c1b1b1ad2b00f0f8bedf8b67c4fb4500f7c353', class: "menu-buttons" }, this.breakpoint !== 'sm' && (hAsync("ix-menu-expand-icon", { key: '6ba74e1b05b816f83efeee4cc2bba9eceec4c737', breakpoint: this.breakpoint, expanded: this.expand, pinned: this.pinned, class: "menu-expand-icon", ixAriaLabel: this.i18nExpandSidebar, onClick: async () => this.toggleMenu(), "data-testid": "expand-collapse-menu" })), this.breakpoint === 'sm' &&
25998
+ ((_a = this.applicationLayoutContext) === null || _a === void 0 ? void 0 : _a.appSwitchConfig) && (hAsync("ix-icon-button", { key: '50d7e7c7561e2825940db7a886763f8e18b49012', onClick: () => {
25847
25999
  this.showAppSwitch();
25848
- }, icon: iconApps, variant: "subtle-tertiary" }))), hAsync("div", { key: '149ea3070a963a59f9639727e33baf654b34b29b', id: "menu-tabs", style: {
26000
+ }, icon: iconApps, variant: "subtle-tertiary" }))), hAsync("div", { key: 'b28a77f0dc6f49dc8392e5c86620dc86280195de', id: "menu-tabs", style: {
25849
26001
  display: 'contents',
25850
- }, onClick: (e) => this.onMenuItemsClick(e) }, hAsync("div", { key: '22af0ea5a512ff6f7f8654d706545d86603e32d5', class: "tabs-shadow-container" }, hAsync("div", { key: '9e2623f578770768243c005a9dbeb4ed939696d9', class: {
26002
+ }, onClick: (e) => this.onMenuItemsClick(e) }, hAsync("div", { key: '8efbc8954f8f22e6cf291fcbb62cf6c84388f493', class: "tabs-shadow-container" }, hAsync("div", { key: '42b2efd2c44adaf6af2afffdad66ec36bcb7b869', class: {
25851
26003
  'tabs--shadow': true,
25852
26004
  'tabs--shadow-top': true,
25853
26005
  'tabs--shadow--show': this.itemsScrollShadowTop,
25854
- } }), hAsync("div", { key: '1dcb982811b70d44b41cbf28305f479cf4291296', class: {
26006
+ } }), hAsync("div", { key: '1122c046c5e8dbdccbfb81c5a393d472aa1e8e17', class: {
25855
26007
  tabs: true,
25856
26008
  'show-scrollbar': this.expand,
25857
- }, onScroll: () => this.handleOverflowIndicator() }, hAsync("div", { key: '58a320db01e6003ebdfc7071afb06933500b8311', class: "menu-avatar" }, hAsync("slot", { key: 'e4d1b4d1d1d950503e94a22b9c0a3786b78ee618', name: "ix-menu-avatar" })), hAsync("slot", { key: '1f6deafef14122d3edade907774176ce7543e3c3', name: "home" }), this.breakpoint !== 'sm' || !this.isHiddenFromViewport() ? (hAsync("slot", null)) : null), hAsync("div", { key: '437ddcbd787dac4de4663e9adcc704f5205b9ea2', class: {
26009
+ }, onScroll: () => this.handleOverflowIndicator() }, hAsync("div", { key: '031a6f8e3754561a97af8425f59a6f5dc9b9a88b', class: "menu-avatar" }, hAsync("slot", { key: 'd41e50f41b3f01b00e3dc44a8a42d849efe5726a', name: "ix-menu-avatar" })), hAsync("slot", { key: '0509060cc3a069972c7625d17cb59f4357585c36', name: "home" }), this.breakpoint !== 'sm' || !this.isHiddenFromViewport() ? (hAsync("slot", null)) : null), hAsync("div", { key: '09b2730f12d8d8f8ea86a679e635df19f631c61c', class: {
25858
26010
  'tabs--shadow': true,
25859
26011
  'tabs--shadow-bottom': true,
25860
26012
  'tabs--shadow--show': this.itemsScrollShadowBottom,
25861
- } }))), hAsync("div", { key: '02d515815929fac815a88b6ced7d130c49a62565', class: "bottom-tab-divider" }), this.settings ? (hAsync("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "settings", class: {
26013
+ } }))), hAsync("div", { key: '7da7d49f4e88f714ec35e717106953311dc817be', class: "bottom-tab-divider" }), this.settings ? (hAsync("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "settings", class: {
25862
26014
  'internal-tab': true,
25863
26015
  'bottom-tab': true,
25864
26016
  active: this.showSettings,
25865
- }, icon: iconCogwheel, onClick: async () => this.toggleSettings(!this.showSettings), label: this.i18nSettings })) : null, this.enableToggleTheme ? (hAsync("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "toggleTheme", onClick: () => themeSwitcher.toggleMode(), class: "internal-tab bottom-tab", icon: iconLightDark, label: this.i18nToggleTheme })) : null, hAsync("div", { key: '4e2780ab0b9775d005fa1a45b932443f80d078ad', onClick: (e) => this.onMenuItemsClick(e) }, hAsync("slot", { key: '9870393f9cdceb14aba51b3b533e867a2a3356d7', name: "bottom" })), hAsync("div", { key: '8ade061e4a43e78f76aacfcc908a39b1064676ce', id: "popover-area" }), this.enableMapExpand || ((_b = this.applicationLayoutContext) === null || _b === void 0 ? void 0 : _b.sidebar) ? (hAsync("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "menu-collapse", onClick: () => this.sidebarToggle(), class: "internal-tab bottom-tab", icon: `${this.getCollapseIcon()}`, label: this.getCollapseText() })) : null, this.about ? (hAsync("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "aboutAndLegal", class: {
26017
+ }, icon: iconCogwheel, onClick: async () => this.toggleSettings(!this.showSettings), label: this.i18nSettings })) : null, this.enableToggleTheme ? (hAsync("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "toggleTheme", onClick: () => themeSwitcher.toggleMode(), class: "internal-tab bottom-tab", icon: iconLightDark, label: this.i18nToggleTheme })) : null, hAsync("div", { key: 'a380c205550f416b7b9673cb911775f5bf1d4ce2', onClick: (e) => this.onMenuItemsClick(e) }, hAsync("slot", { key: 'f8d0aa6edd3321fe5544f4a2d0d5e091ab253c62', name: "bottom" })), hAsync("div", { key: '89f030f3b42dadf3f684ca742a40d071301b4a6c', id: "popover-area" }), this.enableMapExpand || ((_b = this.applicationLayoutContext) === null || _b === void 0 ? void 0 : _b.sidebar) ? (hAsync("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "menu-collapse", onClick: () => this.sidebarToggle(), class: "internal-tab bottom-tab", icon: `${this.getCollapseIcon()}`, label: this.getCollapseText() })) : null, this.about ? (hAsync("ix-menu-item", { disabled: this.isHiddenFromViewport(), id: "aboutAndLegal", class: {
25866
26018
  'internal-tab': true,
25867
26019
  'bottom-tab': true,
25868
26020
  active: this.showAbout,
25869
- }, icon: iconInfo, onClick: async () => this.toggleAbout(!this.showAbout), label: this.i18nLegal })) : null), hAsync("div", { key: '12d3aab3ecfe3b0371ef6dc59540550d719bc036', class: {
26021
+ }, icon: iconInfo, onClick: async () => this.toggleAbout(!this.showAbout), label: this.i18nLegal })) : null), hAsync("div", { key: '124c0cf340b5325e53ec1e5b27eb71c1293d1517', class: {
25870
26022
  'menu-overlay': true,
25871
26023
  visible: this.isOverlayVisible(),
25872
26024
  expanded: this.expand,
25873
26025
  }, onTransitionEnd: () => {
25874
26026
  this.isTransitionDisabled = true;
25875
26027
  this.checkTransition();
25876
- } }, hAsync("div", { key: 'e762e0182ebd71dbb4112ef4af489f179dc2b6de', class: 'menu-overlay-container' }, this.showSettings ? hAsync("slot", { name: "ix-menu-settings" }) : null), hAsync("div", { key: '3f2fc5f4853d14fc4fceecfce36d6b18ac0c2aac', class: 'menu-overlay-container' }, this.showAbout ? hAsync("slot", { name: "ix-menu-about" }) : null))));
26028
+ } }, hAsync("div", { key: 'e2114d44fcd9591e8468d3f07e30eb1d9e7bafba', class: 'menu-overlay-container' }, this.showSettings ? hAsync("slot", { name: "ix-menu-settings" }) : null), hAsync("div", { key: '8b076aa64d4d6216d7cd1c75989def2bac7eeaa8', class: 'menu-overlay-container' }, this.showAbout ? hAsync("slot", { name: "ix-menu-about" }) : null))));
25877
26029
  }
25878
26030
  get hostElement() { return getElement(this); }
25879
26031
  static get watchers() { return {
@@ -25887,6 +26039,7 @@ class Menu {
25887
26039
  "showSettings": [1028, "show-settings"],
25888
26040
  "showAbout": [1028, "show-about"],
25889
26041
  "enableToggleTheme": [4, "enable-toggle-theme"],
26042
+ "enableSettings": [4, "enable-settings"],
25890
26043
  "enableMapExpand": [4, "enable-map-expand"],
25891
26044
  "applicationName": [1, "application-name"],
25892
26045
  "applicationDescription": [1, "application-description"],
@@ -26094,7 +26247,7 @@ class MenuAboutItem {
26094
26247
  });
26095
26248
  }
26096
26249
  render() {
26097
- return (hAsync(Host, { key: 'e38ae328fe99752b11b3ad3d7e4b8e550bb6297a' }, hAsync("slot", { key: '3878bda15892fcfe137f685743599df2d049b9e8' })));
26250
+ return (hAsync(Host, { key: 'd7fbd6d3eb9261ae581a3fc6aa0d4547835856b0' }, hAsync("slot", { key: '7032262b6fd0d7e86f5d290596e3dce0880b10b4' })));
26098
26251
  }
26099
26252
  static get watchers() { return {
26100
26253
  "label": ["watchLabel"]
@@ -26135,16 +26288,16 @@ class MenuAboutNews {
26135
26288
  this.expanded = false;
26136
26289
  }
26137
26290
  render() {
26138
- return (hAsync(Host, { key: '6f2eec672b3e8702c1d8f627d6205952fe3bf6b9', class: {
26291
+ return (hAsync(Host, { key: '95f151ad250c647ad5f14bd4f88d78e46e514ac1', class: {
26139
26292
  expanded: this.expanded,
26140
26293
  show: !this.show,
26141
- } }, hAsync("div", { key: 'e21d67de0af189e3a972e2bbdd92cb8397ef9474', class: "banner-container" }, hAsync("ix-icon", { key: 'd5fc587e1d461d2e10b59f18b5445b5d0b5903de', color: "color-inv-contrast-text", name: iconShout, size: "32" }), hAsync("svg", { key: '15f4391c50619871d7486c14254cf98a2c3b761e', viewBox: "0 0 48 56", xmlns: "http://www.w3.org/2000/svg" }, hAsync("polygon", { key: 'd9039e1fc57bcc388cef43a73d143ee3fb56e49c', points: "0 0 48 0 48 56 24 48 0 56" }))), hAsync("div", { key: '193dd70d01f33252f16a445885d51c2ddc31ff3b', class: "cui-popover-news-header" }, hAsync("ix-typography", { key: '7e3a817ac6f5acad1f247ef2245f2ed6e355e7b1', format: "label", bold: true }, this.label)), hAsync("ix-icon-button", { key: 'f1efe1cf1d70513f0e6ea74ee9da9e446a7f3df0', size: "24", icon: iconClose, iconColor: "color-soft-text", variant: "tertiary", onClick: () => {
26294
+ } }, hAsync("div", { key: '368eaeb12a404db78aef6bcd787253e00c0497c1', class: "banner-container" }, hAsync("ix-icon", { key: '900e83916b49ed9193a7c86bd58a41e7afacf030', color: "color-inv-contrast-text", name: iconShout, size: "32" }), hAsync("svg", { key: '9b02bee68663b22c69e77294c34613145a6acae1', viewBox: "0 0 48 56", xmlns: "http://www.w3.org/2000/svg" }, hAsync("polygon", { key: '7ca8ba247adefcee66e3b6fb90766e1dac1c24e9', points: "0 0 48 0 48 56 24 48 0 56" }))), hAsync("div", { key: 'e51f022a72cbb89f12ae48230e454c420e739d6b', class: "cui-popover-news-header" }, hAsync("ix-typography", { key: '7342ce0e0fd3a3468d001f7d4a7f9fb1ded8e4d5', format: "label", bold: true }, this.label)), hAsync("ix-icon-button", { key: '78fc5325efc91de0dee537fb08fcef24cf4f2892', size: "24", icon: iconClose, iconColor: "color-soft-text", variant: "tertiary", onClick: () => {
26142
26295
  this.show = false;
26143
26296
  this.closePopover.emit();
26144
- } }), hAsync("div", { key: 'c99b7f3e62a9f901859e7bc8bf96dc8c3eb64f7b', class: "slot-container" }, hAsync("slot", { key: 'bcdae55901e855ef9f60440bfef352720532c1c4' })), this.aboutItemLabel ? (hAsync("div", { class: "cui-popover-news-footer" }, hAsync("ix-button", { variant: "primary", onClick: (e) => {
26297
+ } }), hAsync("div", { key: 'a4d2e24f6145159bc37443f0698c44d010cfae9f', class: "slot-container" }, hAsync("slot", { key: '3910790a589f986676f96351bc1dee070d9e1c70' })), this.aboutItemLabel ? (hAsync("div", { class: "cui-popover-news-footer" }, hAsync("ix-button", { variant: "primary", onClick: (e) => {
26145
26298
  this.show = false;
26146
26299
  this.showMore.emit(e);
26147
- } }, this.i18nShowMore))) : null, hAsync("div", { key: 'b0dc0fa5d4eb5cd1469e037ab322c0eda0794ed5', id: "arrow" })));
26300
+ } }, this.i18nShowMore))) : null, hAsync("div", { key: '57c21fae6edd0514ff8691488e6dc5144d771d3f', id: "arrow" })));
26148
26301
  }
26149
26302
  static get style() { return menuAboutNewsCss; }
26150
26303
  static get cmpMeta() { return {
@@ -26177,7 +26330,7 @@ class MenuAvatar {
26177
26330
  /**
26178
26331
  * Control the visibility of the logout button
26179
26332
  */
26180
- this.hideLogoutButton = false;
26333
+ this.showLogoutButton = true;
26181
26334
  /**
26182
26335
  * Control the visibility of the dropdown menu
26183
26336
  */
@@ -26193,11 +26346,11 @@ class MenuAvatar {
26193
26346
  this.showContextMenu = elements.length !== 0;
26194
26347
  }
26195
26348
  render() {
26196
- return (hAsync(Host, { key: 'fddc6780cf6971c418d8f4130919454442d0e85f', slot: "ix-menu-avatar" }, hAsync("button", { key: '485f3d780b964d7d763918c85e40ea6e799aa76c', class: "nav-item top-item avatar no-hover", title: this.top, id: this.avatarElementId, tabIndex: 0 }, hAsync("ix-avatar", { key: '8a76b568896130da5b2b041eb95b8c8e1aab72b0', image: this.image, initials: this.initials }), hAsync("div", { key: '15bc4999c8f6f04be7b43747c5b787c873780d13', class: "avatar-name" }, hAsync("span", { key: '70a70e6d7e2b26c5a4a0d3e8d01a118a5b849e15', class: "text-default-single", title: this.top }, this.top), hAsync("span", { key: '4281b01cdf8aa1bdc2a62268a880a09ffb87a5ff', class: "text-default-single", title: this.bottom }, this.bottom))), hAsync("ix-dropdown", { key: '5d5846ce26aabbd1cbbe39f659c90baaacfbbc5f', trigger: this.hostElement, placement: 'right-start', hidden: !this.showContextMenu && this.hideLogoutButton, offset: {
26349
+ return (hAsync(Host, { key: '7f79c4e8976609b457553718b3c7a6585343ef41', slot: "ix-menu-avatar" }, hAsync("button", { key: 'f7a1f54e92e994fde630950d14c2ab6d2f76cfca', class: "nav-item top-item avatar no-hover", title: this.top, id: this.avatarElementId, tabIndex: 0 }, hAsync("ix-avatar", { key: '4edcdbcb5888333209f3bac6ac83809199a1388b', image: this.image, initials: this.initials }), hAsync("div", { key: 'eb7445ac9e9b4b8805b16ddf658cecc8a92ce13b', class: "avatar-name" }, hAsync("span", { key: '5f45a9b27bab73604706cf12936e6dddb6c58ae8', class: "text-default-single", title: this.top }, this.top), hAsync("span", { key: '8244b2107e08794f2d0e69e254b67a21dc65b8a9', class: "text-default-single", title: this.bottom }, this.bottom))), hAsync("ix-dropdown", { key: '2ca742defd798ae705094d56a915d14a42002006', trigger: this.hostElement, placement: 'right-start', hidden: !this.showContextMenu && !this.showLogoutButton, offset: {
26197
26350
  mainAxis: 16,
26198
- } }, hAsync("slot", { key: '64ca8a084a7d787efa1b167cb5c08c22a39c28e7', onSlotchange: () => this.onSlotChange() }), !this.hideLogoutButton && (hAsync("ix-menu-avatar-item", { key: 'eaace538a0668becf30368fa733c778a8590c940', label: this.i18nLogout, icon: iconLogOut, onClick: (e) => {
26351
+ } }, hAsync("slot", { key: '05ee10031be21932e39653c9fb7a900ebb088f8f', onSlotchange: () => this.onSlotChange() }), this.showLogoutButton ? (hAsync("ix-menu-avatar-item", { label: this.i18nLogout, icon: iconLogOut, onClick: (e) => {
26199
26352
  this.logoutClick.emit(e);
26200
- } })))));
26353
+ } })) : null)));
26201
26354
  }
26202
26355
  get hostElement() { return getElement(this); }
26203
26356
  static get style() { return menuAvatarCss; }
@@ -26210,7 +26363,7 @@ class MenuAvatar {
26210
26363
  "image": [1],
26211
26364
  "initials": [1],
26212
26365
  "i18nLogout": [1, "i18n-logout"],
26213
- "hideLogoutButton": [4, "hide-logout-button"],
26366
+ "showLogoutButton": [4, "show-logout-button"],
26214
26367
  "showContextMenu": [32]
26215
26368
  },
26216
26369
  "$listeners$": undefined,
@@ -26232,7 +26385,7 @@ class MenuAvatarItem {
26232
26385
  return this.dropdownItemRef.waitForCurrent();
26233
26386
  }
26234
26387
  render() {
26235
- return (hAsync("ix-dropdown-item", { key: '0851cb95fed3e8ba0a3c5714072e387b1b30cce7', ref: this.dropdownItemRef, icon: this.icon, label: this.label, onClick: (e) => this.itemClick.emit(e) }));
26388
+ return (hAsync("ix-dropdown-item", { key: '97bff4f37686e2e6613c8283595d918eac13a161', ref: this.dropdownItemRef, icon: this.icon, label: this.label, onClick: (e) => this.itemClick.emit(e) }));
26236
26389
  }
26237
26390
  get hostElement() { return getElement(this); }
26238
26391
  static get style() { return menuAvatarItemCss; }
@@ -26425,7 +26578,7 @@ class MenuCategory {
26425
26578
  }
26426
26579
  }
26427
26580
  render() {
26428
- return (hAsync(Host, { key: '4f372fe034a70522511d1bc8d1d76e3184876132', class: {
26581
+ return (hAsync(Host, { key: '49275009853fd8a9c9231e41b206e3f2d1b0d6a9', class: {
26429
26582
  expanded: this.showItems,
26430
26583
  }, onPointerEnter: () => {
26431
26584
  this.enterLeaveDebounce.onEnter();
@@ -26434,14 +26587,14 @@ class MenuCategory {
26434
26587
  return;
26435
26588
  }
26436
26589
  this.enterLeaveDebounce.onLeave();
26437
- } }, hAsync("ix-menu-item", { key: '315cb321cfaa7670b546edbd33907727c2add1df', class: 'category-parent', active: this.isNestedItemActive(), notifications: this.notifications, icon: this.icon, onClick: (e) => this.onCategoryClick(e), onFocus: () => this.onPointerEnter(), tooltipText: this.tooltipText, isCategory: true }, hAsync("div", { key: '897f1604fd0819774b8533f0cc786716a12cf8b6', class: "category" }, hAsync("div", { key: '4a39ac0e300b06530ee0bf1d1bb31c4ba6e37cec', class: "category-text" }, this.label), hAsync("ix-icon", { key: '24fe5aa4a3256acf7666cdc06ed1b53eabe61ca5', name: iconChevronDownSmall, class: {
26590
+ } }, hAsync("ix-menu-item", { key: '9288752f9cd67d83434da74c8f4fe65e57f21b8a', class: 'category-parent', active: this.isNestedItemActive(), notifications: this.notifications, icon: this.icon, onClick: (e) => this.onCategoryClick(e), onFocus: () => this.onPointerEnter(), tooltipText: this.tooltipText, isCategory: true }, hAsync("div", { key: 'e45b143ed2316a69bcc06a8b7ee4b32895a25f67', class: "category" }, hAsync("div", { key: '34ab800b45131b0b7324921baa6883bc8f2f1bf2', class: "category-text" }, this.label), hAsync("ix-icon", { key: '54450dce975a283573a4a25aaff84cc43e3cfeee', name: iconChevronDownSmall, class: {
26438
26591
  'category-chevron': true,
26439
26592
  'category-chevron--open': this.showItems,
26440
- } }))), hAsync("div", { key: 'aa7d5988b6a22fabaef5cf4d74e740e96d2e390a', ref: (ref) => (this.menuItemsContainer = ref), class: {
26593
+ } }))), hAsync("div", { key: '71a3deccbecc34fe27423c0d8c5fe12648244a3e', ref: (ref) => (this.menuItemsContainer = ref), class: {
26441
26594
  'menu-items': true,
26442
26595
  'menu-items--expanded': this.showItems,
26443
26596
  'menu-items--collapsed': !this.showItems,
26444
- } }, this.showItems ? hAsync("slot", null) : null), hAsync("ix-dropdown", { key: 'db4b7115dbf5967b1de97c0b1c6e9392ceac6256', closeBehavior: 'both', show: this.showDropdown, onShowChanged: ({ detail: dropdownShown }) => {
26597
+ } }, this.showItems ? hAsync("slot", null) : null), hAsync("ix-dropdown", { key: 'c9ba4105259aea83ecd4a125a084a555299c83de', closeBehavior: 'both', show: this.showDropdown, onShowChanged: ({ detail: dropdownShown }) => {
26445
26598
  this.showDropdown = dropdownShown;
26446
26599
  }, class: 'category-dropdown', anchor: this.hostElement, placement: "right-start", offset: {
26447
26600
  mainAxis: 3,
@@ -26454,7 +26607,7 @@ class MenuCategory {
26454
26607
  e.preventDefault();
26455
26608
  }
26456
26609
  }
26457
- } }, hAsync("ix-dropdown-item", { key: '5dc987ad55ea5b36ab2021bd1484716b13349d89', class: 'category-dropdown-header' }, hAsync("ix-typography", { key: '97c5fc80da4c914acebf89b161b3df3b1da77a60', format: "label", bold: true, textColor: "std" }, this.label)), hAsync("ix-divider", { key: '366e9b4d84d9bfce5aed8912de25ceb4383fb68e' }), hAsync("slot", { key: '2c51fafa9faeb14428df5419bdcbe32c570ee404' }))));
26610
+ } }, hAsync("ix-dropdown-item", { key: '1e5e1b3659d6359c7c613bf15e7f9993f716cfab', class: 'category-dropdown-header' }, hAsync("ix-typography", { key: 'ffd1265ecaa6a5edb29536088440d5654de2fd2f', format: "label", bold: true, textColor: "std" }, this.label)), hAsync("ix-divider", { key: '61d8dc31511e8ddf63233bd4bda467374fbe44ef' }), hAsync("slot", { key: 'c509e35530dc05faa847c9dbae7a16de0f84d415' }))));
26458
26611
  }
26459
26612
  get hostElement() { return getElement(this); }
26460
26613
  static get style() { return menuCategoryCss; }
@@ -26511,7 +26664,7 @@ class MenuExpandIcon {
26511
26664
  return this.getSmallScreenIcon();
26512
26665
  }
26513
26666
  render() {
26514
- return (hAsync(Host, { key: '457b12c1f7a01523ebd9fbc4ace5204687770021', class: {
26667
+ return (hAsync(Host, { key: 'ef8794f40bf74a03af8b8ddeab15da2bfd40096f', class: {
26515
26668
  expanded: this.expanded,
26516
26669
  }, type: "button", "aria-label": this.ixAriaLabel, "aria-pressed": a11yBoolean(this.expanded) }, this.getMenuIcon()));
26517
26670
  }
@@ -26631,11 +26784,11 @@ class MenuItem {
26631
26784
  tabIndex: this.disabled ? -1 : 0,
26632
26785
  };
26633
26786
  const menuContent = [
26634
- this.icon && hAsync("ix-icon", { key: '7450154ddbe822f7c017f81be83d48c31ca830ea', class: 'tab-icon', name: this.icon }),
26787
+ this.icon && hAsync("ix-icon", { key: '247ccf76115c4f9a3504ae8625cd064da17cb5f4', class: 'tab-icon', name: this.icon }),
26635
26788
  this.notifications ? (hAsync("div", { class: "notification" }, hAsync("div", { class: "pill" }, this.notifications))) : null,
26636
- hAsync("span", { key: '53c5e2a2ff8111e4360edf2b44acd1a305a8ca17', id: this.internalItemId, class: "tab-text text-default" }, this.label, hAsync("slot", { key: '82b8b69c7519342d617f9bda5367b5c826e9f098' })),
26789
+ hAsync("span", { key: 'c98c04295888f8be7e0016cce7d749c19d641d32', id: this.internalItemId, class: "tab-text text-default" }, this.label, hAsync("slot", { key: 'ce04723016a4187e57f1dd31e4cb43cbea1cde93' })),
26637
26790
  ];
26638
- return (hAsync(Host, Object.assign({ key: 'b80a8dbcb7cb5a6dbffe6747352e565cf9abb1bf', class: {
26791
+ return (hAsync(Host, Object.assign({ key: '4f5490aa3304bdaa57dfbe5f2f9e292f78571ef7', class: {
26639
26792
  disabled: this.disabled,
26640
26793
  'home-tab': this.home,
26641
26794
  'bottom-tab': this.bottom,
@@ -26646,7 +26799,7 @@ class MenuItem {
26646
26799
  e.preventDefault();
26647
26800
  e.stopPropagation();
26648
26801
  }
26649
- } }), menuContent)) : (hAsync("button", Object.assign({}, commonAttributes, { ref: this.buttonRef }), menuContent)), hAsync("ix-tooltip", { key: 'f95a923b5c8d36f15adf85a4805405595be31f55', for: this.buttonRef.waitForCurrent(), placement: 'right', showDelay: 1000, interactive: false, "aria-hidden": a11yBoolean(this.ariaHiddenTooltip), "aria-labelledby": this.internalItemId }, this.tooltip)));
26802
+ } }), menuContent)) : (hAsync("button", Object.assign({}, commonAttributes, { ref: this.buttonRef }), menuContent)), hAsync("ix-tooltip", { key: '9eb280ed1e0b95127eae4db991470111f1af550a', for: this.buttonRef.waitForCurrent(), placement: 'right', showDelay: 1000, interactive: false, "aria-hidden": a11yBoolean(this.ariaHiddenTooltip), "aria-labelledby": this.internalItemId }, this.tooltip)));
26650
26803
  }
26651
26804
  get hostElement() { return getElement(this); }
26652
26805
  static get watchers() { return {
@@ -26694,7 +26847,7 @@ class MenuSettingsItem {
26694
26847
  });
26695
26848
  }
26696
26849
  render() {
26697
- return (hAsync(Host, { key: 'df456ff8730db1834cc56549d596857a948d2dcc' }, hAsync("slot", { key: 'a7683e6f94c5a6bbe0e178f0ae2e21e4f20c4070' })));
26850
+ return (hAsync(Host, { key: '70dbe5bb6bb618cf897ea60bae0febecde3021d1' }, hAsync("slot", { key: 'ec2608b87f8123513ce9b052c6035ec04a41aef8' })));
26698
26851
  }
26699
26852
  static get watchers() { return {
26700
26853
  "label": ["watchLabel"]
@@ -26721,12 +26874,13 @@ class MessageBar {
26721
26874
  this.closeAnimationCompleted = createEvent(this, "closeAnimationCompleted", 7);
26722
26875
  /**
26723
26876
  * Specifies the type of the alert.
26877
+ * @deprecated Type `danger` will be removed in 4.0. Use `alarm` instead.
26724
26878
  */
26725
26879
  this.type = 'info';
26726
26880
  /**
26727
- * If true, close button is disabled and alert cannot be dismissed by the user
26881
+ * If true, close button is enabled and alert can be dismissed by the user
26728
26882
  */
26729
- this.persistent = false;
26883
+ this.dismissible = true;
26730
26884
  }
26731
26885
  componentWillRender() {
26732
26886
  const config = MessageBar.messageTypeConfigs[this.type];
@@ -26750,11 +26904,11 @@ class MessageBar {
26750
26904
  }
26751
26905
  }
26752
26906
  render() {
26753
- return (hAsync(Host, { key: '1fb3f27a04daabab638277ba762e85a81256132e' }, hAsync("div", { key: 'a559e8bc15be1a2853aaff1f0fd222302f927dde', class: { 'message-container': true, [this.type]: true }, role: "alert", ref: (el) => (this.divElement = el) }, hAsync("ix-icon", { key: '698e1ebfb05b76c3ab71124037d8364e48cf364f', color: this.color, name: this.icon }), hAsync("div", { key: '005b7ca81b0da36c97c926b53e1abfdac1a89a0c', class: "message-content" }, hAsync("slot", { key: '6f11597b34396b8498349bc01e747b0fe628264c' })), !this.persistent && (hAsync("ix-icon-button", { key: '439049ca5fee49dc0b624cbc81c7d96a3408893a', icon: iconClose, iconColor: "color-soft-text", size: "24", variant: "tertiary", onClick: () => {
26907
+ return (hAsync(Host, { key: '6891d4beda70c732fe7dabcccbda52364f64421b' }, hAsync("div", { key: 'eb114c2e6af4fdd9acda5ccd69a2a2d662f84fa2', class: { 'message-container': true, [this.type]: true }, role: "alert", ref: (el) => (this.divElement = el) }, hAsync("ix-icon", { key: '19a67a4072f5f101374f8fb715521b60cddef90b', color: this.color, name: this.icon }), hAsync("div", { key: '616ae9cfd0f341f9eb555e0d6c6e1b79247833c1', class: "message-content" }, hAsync("slot", { key: 'a9f942a0f9d9439cdf3bcbab58c43afe3c92821d' })), this.dismissible ? (hAsync("ix-icon-button", { icon: iconClose, iconColor: "color-soft-text", size: "24", variant: "tertiary", onClick: () => {
26754
26908
  if (this.divElement) {
26755
26909
  this.closeAlert(this.divElement);
26756
26910
  }
26757
- }, "data-testid": "close-btn" })))));
26911
+ }, "data-testid": "close-btn" })) : (''))));
26758
26912
  }
26759
26913
  static get style() { return messageBarCss; }
26760
26914
  static get cmpMeta() { return {
@@ -26762,7 +26916,7 @@ class MessageBar {
26762
26916
  "$tagName$": "ix-message-bar",
26763
26917
  "$members$": {
26764
26918
  "type": [1],
26765
- "persistent": [4],
26919
+ "dismissible": [4],
26766
26920
  "icon": [32],
26767
26921
  "color": [32]
26768
26922
  },
@@ -26773,9 +26927,11 @@ class MessageBar {
26773
26927
  }
26774
26928
  MessageBar.duration = 300;
26775
26929
  MessageBar.messageTypeConfigs = {
26930
+ //TODO(IX-3400): Replace icon colors with proper CSS variables when available
26776
26931
  alarm: { icon: iconError, color: 'color-alarm' },
26932
+ danger: { icon: iconError, color: 'color-alarm' },
26777
26933
  critical: { icon: iconWarningRhomb, color: 'color-critical' },
26778
- warning: { icon: iconWarning, color: 'color-warning' },
26934
+ warning: { icon: iconWarning, color: 'color-warning-text' },
26779
26935
  success: { icon: iconSuccess, color: 'color-success' },
26780
26936
  info: { icon: iconInfo, color: 'color-info' },
26781
26937
  neutral: { icon: iconNotification, color: 'color-neutral' },
@@ -26811,7 +26967,7 @@ function waitForElement(selector, doc, timeout = 3000) {
26811
26967
  });
26812
26968
  }
26813
26969
 
26814
- const modalCss = "::backdrop{background:var(--theme-color-lightbox, rgba(0, 0, 0, 0.5490196078))}:focus-visible{outline:none !important}:host{display:none}:host dialog{--ix-dialog-padding:1rem;margin:0;padding:var(--ix-dialog-padding);padding-top:calc(var(--ix-dialog-padding) + var(--ix-safe-area-inset-top));padding-bottom:calc(var(--ix-dialog-padding) + var(--ix-safe-area-inset-bottom));left:50%}:host dialog::backdrop{-webkit-backdrop-filter:blur(2.7182817459px);backdrop-filter:blur(2.7182817459px)}:host .modal{display:flex;flex-direction:column;position:relative;border:none;border-radius:var(--theme-default-border-radius);background:var(--theme-modal--background);box-shadow:var(--theme-shadow-4);color:var(--theme-color-std-text);overflow:visible;max-height:80vh;pointer-events:all}:host .modal-size-360{width:22.5rem}:host .modal-size-480{width:30rem}:host .modal-size-600{width:37.5rem}:host .modal-size-720{width:45rem}:host .modal-size-840{width:52.5rem}:host .modal-size-full-width{width:95%}:host .modal-size-full-screen{border-radius:0;left:0 !important;top:0 !important;transform:none !important;box-shadow:none;--ix-dialog-full-screen-height:calc(\n var(--ix-safe-area-inset-top) + var(--ix-safe-area-inset-bottom)\n );width:calc(100% - var(--ix-dialog-padding) * 2);min-width:calc(100% - var(--ix-dialog-padding) * 2);max-width:calc(100% - var(--ix-dialog-padding) * 2);min-height:calc(100% - var(--ix-dialog-padding) * 2 - var(--ix-dialog-full-screen-height));max-height:calc(100% - var(--ix-dialog-padding) * 2 - var(--ix-dialog-full-screen-height))}:host dialog.modal-size-full-screen::backdrop{background:var(--theme-modal--background)}:host .dialog-backdrop{display:block;position:fixed;width:100vw;height:100vh;top:0;left:0;pointer-events:none}:host ::slotted(ix-modal-footer){margin-top:auto}:host(.visible){display:block}:host(.align-center) dialog{margin:0;left:50%;top:50%}:host(.no-backdrop) dialog::backdrop{background-color:transparent !important;-webkit-backdrop-filter:none !important;backdrop-filter:none !important}:host(.with-icon) ::slotted(ix-modal-footer),:host(.with-icon) ::slotted(ix-modal-content){margin-left:3rem}";
26970
+ const modalCss = "::backdrop{background:var(--theme-color-lightbox, rgba(0, 0, 0, 0.5490196078))}:focus-visible{outline:none !important}:host{display:none}:host dialog{--ix-dialog-padding:1rem;margin:0;padding:var(--ix-dialog-padding);padding-top:calc(var(--ix-dialog-padding) + var(--ix-safe-area-inset-top));padding-bottom:calc(var(--ix-dialog-padding) + var(--ix-safe-area-inset-bottom));left:50%}:host dialog::backdrop{-webkit-backdrop-filter:blur(2.7182817459px);backdrop-filter:blur(2.7182817459px)}:host .modal{display:flex;flex-direction:column;position:fixed;border:none;border-radius:var(--theme-default-border-radius);background:var(--theme-modal--background);box-shadow:var(--theme-shadow-4);color:var(--theme-color-std-text);overflow:visible;max-height:80vh;pointer-events:all}:host .modal-size-360{width:22.5rem}:host .modal-size-480{width:30rem}:host .modal-size-600{width:37.5rem}:host .modal-size-720{width:45rem}:host .modal-size-840{width:52.5rem}:host .modal-size-full-width{width:95%}:host .modal-size-full-screen{border-radius:0;left:0 !important;top:0 !important;transform:none !important;box-shadow:none;--ix-dialog-full-screen-height:calc(\n var(--ix-safe-area-inset-top) + var(--ix-safe-area-inset-bottom)\n );width:calc(100% - var(--ix-dialog-padding) * 2);min-width:calc(100% - var(--ix-dialog-padding) * 2);max-width:calc(100% - var(--ix-dialog-padding) * 2);min-height:calc(100% - var(--ix-dialog-padding) * 2 - var(--ix-dialog-full-screen-height));max-height:calc(100% - var(--ix-dialog-padding) * 2 - var(--ix-dialog-full-screen-height))}:host dialog.modal-size-full-screen::backdrop{background:var(--theme-modal--background)}:host .dialog-backdrop{display:block;position:fixed;width:100vw;height:100vh;top:0;left:0;pointer-events:none}:host ::slotted(ix-modal-footer){margin-top:auto}:host(.visible){display:block}:host(.align-center) dialog{margin:0;left:50%;top:50%}:host(.no-backdrop) dialog::backdrop{background-color:transparent !important;-webkit-backdrop-filter:none !important;backdrop-filter:none !important}:host(.with-icon) ::slotted(ix-modal-footer),:host(.with-icon) ::slotted(ix-modal-content){margin-left:3rem}";
26815
26971
 
26816
26972
  var __decorate$8 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
26817
26973
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -26835,13 +26991,13 @@ class Modal {
26835
26991
  */
26836
26992
  this.size = '360';
26837
26993
  /**
26838
- * Should the modal animation be disabled
26994
+ * Should the modal be animated
26839
26995
  */
26840
- this.disableAnimation = false;
26996
+ this.animation = true;
26841
26997
  /**
26842
- * Hide the backdrop behind the modal dialog
26998
+ * Show a backdrop behind the modal dialog
26843
26999
  */
26844
- this.hideBackdrop = false;
27000
+ this.backdrop = true;
26845
27001
  /**
26846
27002
  * Dismiss modal on backdrop click
26847
27003
  */
@@ -26851,9 +27007,9 @@ class Modal {
26851
27007
  */
26852
27008
  this.centered = false;
26853
27009
  /**
26854
- * If set to true the modal cannot be closed by pressing the Escape key
27010
+ * If set to true the modal can be closed by pressing the Escape key
26855
27011
  */
26856
- this.disableEscapeClose = false;
27012
+ this.closeOnEscape = true;
26857
27013
  this.modalVisible = false;
26858
27014
  }
26859
27015
  onKey(e) {
@@ -26865,7 +27021,7 @@ class Modal {
26865
27021
  return this.hostElement.shadowRoot.querySelector('dialog');
26866
27022
  }
26867
27023
  slideInModal() {
26868
- const duration = this.disableAnimation ? 0 : Animation.mediumTime;
27024
+ const duration = this.animation ? Animation.mediumTime : 0;
26869
27025
  const translateY = this.centered ? ['-90%', '-50%'] : [0, 40];
26870
27026
  animate(this.dialog, {
26871
27027
  duration,
@@ -26876,7 +27032,7 @@ class Modal {
26876
27032
  });
26877
27033
  }
26878
27034
  slideOutModal(completeCallback) {
26879
- const duration = this.disableAnimation ? 0 : Animation.mediumTime;
27035
+ const duration = this.animation ? Animation.mediumTime : 0;
26880
27036
  const translateY = this.centered ? ['-50%', '-90%'] : [40, 0];
26881
27037
  animate(this.dialog, {
26882
27038
  duration,
@@ -26965,17 +27121,17 @@ class Modal {
26965
27121
  this.ariaAttributes = a11yHostAttributes(this.hostElement);
26966
27122
  }
26967
27123
  render() {
26968
- return (hAsync(Host, { key: '4506ba59786ba8ff12d09a2746ef6861247731e2', class: {
27124
+ return (hAsync(Host, { key: 'a564177392104f0864b5d3420cc16c902a932b02', class: {
26969
27125
  visible: this.modalVisible,
26970
- 'no-backdrop': this.hideBackdrop,
27126
+ 'no-backdrop': this.backdrop === false,
26971
27127
  'align-center': this.centered,
26972
- } }, hAsync("div", { key: 'f205f5c38f52b057e7adb6664e70a5c36854a486', class: "dialog-backdrop" }, hAsync("dialog", { key: '87d22e5945e4e07e03c735032942d48922b9e621', "aria-modal": a11yBoolean(true), "aria-describedby": this.ariaAttributes['aria-describedby'], "aria-labelledby": this.ariaAttributes['aria-labelledby'], class: {
27128
+ } }, hAsync("div", { key: '5d06f39b564cfca3e1b956cd2343fc29d8daf8ad', class: "dialog-backdrop" }, hAsync("dialog", { key: '5c47755164df8b5f6767e8dad6b5fbfbcfee03b7', "aria-modal": a11yBoolean(true), "aria-describedby": this.ariaAttributes['aria-describedby'], "aria-labelledby": this.ariaAttributes['aria-labelledby'], class: {
26973
27129
  modal: true,
26974
27130
  [`modal-size-${this.size}`]: true,
26975
27131
  }, onClose: () => this.dismissModal(), onMouseDown: (event) => this.onMouseDown(event), onMouseUp: (event) => this.onMouseUp(event), onCancel: (e) => {
26976
27132
  e.preventDefault();
26977
27133
  this.dismissModal();
26978
- } }, hAsync("slot", { key: 'e2e2945cb9f5111dacf0a889a06fd74a1dd97e9a' })))));
27134
+ } }, hAsync("slot", { key: 'e2cd48ec148b91a57a467dfb903e1308e104a5ad' })))));
26979
27135
  }
26980
27136
  get hostElement() { return getElement(this); }
26981
27137
  static get style() { return modalCss; }
@@ -26984,12 +27140,12 @@ class Modal {
26984
27140
  "$tagName$": "ix-modal",
26985
27141
  "$members$": {
26986
27142
  "size": [1],
26987
- "disableAnimation": [4, "disable-animation"],
26988
- "hideBackdrop": [4, "hide-backdrop"],
27143
+ "animation": [4],
27144
+ "backdrop": [4],
26989
27145
  "closeOnBackdropClick": [4, "close-on-backdrop-click"],
26990
27146
  "beforeDismiss": [16, "before-dismiss"],
26991
27147
  "centered": [4],
26992
- "disableEscapeClose": [4, "disable-escape-close"],
27148
+ "closeOnEscape": [4, "close-on-escape"],
26993
27149
  "modalVisible": [32],
26994
27150
  "showModal": [64],
26995
27151
  "dismissModal": [64],
@@ -27001,7 +27157,7 @@ class Modal {
27001
27157
  }; }
27002
27158
  }
27003
27159
  __decorate$8([
27004
- OnListener('keydown', (self) => self.disableEscapeClose)
27160
+ OnListener('keydown', (self) => !self.closeOnEscape)
27005
27161
  ], Modal.prototype, "onKey", null);
27006
27162
 
27007
27163
  const modalContentCss = ":host{display:block;position:relative;overflow:auto;padding:0 0.5rem 0.5rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}";
@@ -27011,7 +27167,7 @@ class ModalContent {
27011
27167
  registerInstance(this, hostRef);
27012
27168
  }
27013
27169
  render() {
27014
- return (hAsync(Host, { key: 'ad65a8e851473037c8f1cfe43195c59e128c3523' }, hAsync("slot", { key: 'edc352a2acac0a07a090db591cde4d6655f07c72' })));
27170
+ return (hAsync(Host, { key: 'd7bef3767ae242cfdd5a3367c9c2abb1f2c0d4d6' }, hAsync("slot", { key: 'e2b8abbf51791d879a28bc322578e571d5714e8a' })));
27015
27171
  }
27016
27172
  static get style() { return modalContentCss; }
27017
27173
  static get cmpMeta() { return {
@@ -27031,7 +27187,7 @@ class ModalFooter {
27031
27187
  registerInstance(this, hostRef);
27032
27188
  }
27033
27189
  render() {
27034
- return (hAsync(Host, { key: '4b20e10da90fed23f7496eccc6b42e131be0b362' }, hAsync("slot", { key: '7e6c8edcb1d0c7457ba86b7ee8b9bcecbfaa64f3' })));
27190
+ return (hAsync(Host, { key: 'e3164f3ff8999aca095a833b495e5194841f0039' }, hAsync("slot", { key: 'c3765f1f908b7375a6c9f5cf08e7a370a0d750b7' })));
27035
27191
  }
27036
27192
  static get style() { return modalFooterCss; }
27037
27193
  static get cmpMeta() { return {
@@ -27077,7 +27233,7 @@ class ModalHeader {
27077
27233
  this.parentDialog.dismissModal();
27078
27234
  }
27079
27235
  render() {
27080
- return (hAsync(Host, { key: '48c6bb4895a373f75c72f4a2277c6320a958e50c' }, this.icon ? (hAsync("ix-icon", { name: this.icon, color: this.iconColor, size: "32", "aria-label": this.ariaLabelIcon })) : null, hAsync("div", { key: 'b3f10e2fbae37c99d35cc9307858ae59cdc84f60', class: "modal-title" }, hAsync("ix-typography", { key: 'd8949040e5aeef0d06bfa199164c99e9cecf34a8', format: "h5" }, hAsync("slot", { key: 'b09380800d077a862a7c177731ab54848c971934' }))), !this.hideClose ? (hAsync("ix-icon-button", { class: "modal-close", onClick: (event) => this.onCloseClick(event), variant: "tertiary", icon: iconClose, iconColor: "color-soft-text", "aria-label": this.ariaLabelCloseIconButton })) : null));
27236
+ return (hAsync(Host, { key: 'ec19146ced5b95a1b9723ece2aee4fbf6f3a666c' }, this.icon ? (hAsync("ix-icon", { name: this.icon, color: this.iconColor, size: "32", "aria-label": this.ariaLabelIcon })) : null, hAsync("div", { key: '46bac93f4005f43362c02a1852aa3e76e324358f', class: "modal-title" }, hAsync("ix-typography", { key: 'f201f3adcff612e81e34e60d3ed9470aac2f77e7', format: "h5" }, hAsync("slot", { key: '17302db5dbc882983abb1cbb1a46f4c2b9fce9ea' }))), !this.hideClose ? (hAsync("ix-icon-button", { class: "modal-close", onClick: (event) => this.onCloseClick(event), variant: "tertiary", icon: iconClose, iconColor: "color-soft-text", "aria-label": this.ariaLabelCloseIconButton })) : null));
27081
27237
  }
27082
27238
  get hostElement() { return getElement(this); }
27083
27239
  static get watchers() { return {
@@ -27110,7 +27266,7 @@ class ModalLoading {
27110
27266
  registerInstance(this, hostRef);
27111
27267
  }
27112
27268
  render() {
27113
- return (hAsync(Host, { key: '3b29d3ee63910614f836c0d67039c7fe8c979766' }, hAsync("ix-spinner", { key: 'efe7302d8f9c34e2efeda5f2213ba46969ad7a3f', variant: "primary" }), hAsync("span", { key: '882e0acb894c8c902bc1d76a4447e87c432fa550', class: 'loading-text' }, hAsync("slot", { key: 'f78b2c4aeeb4e4898e78beedd4ee0bb9ac7d4d36' }))));
27269
+ return (hAsync(Host, { key: '6689de127dae752b929ac792e91a9ba2c4bc6691' }, hAsync("ix-spinner", { key: 'fd210b76ae2210b57f1418be5d589eac139ca1a4', variant: "primary" }), hAsync("span", { key: '3d1078bd723bfb37172630f8fd55b34cd2b77c4e', class: 'loading-text' }, hAsync("slot", { key: '21de9ad0be01c0da9b7c8ca0bfbca99f5f5731f4' }))));
27114
27270
  }
27115
27271
  static get style() { return modalLoadingCss; }
27116
27272
  static get cmpMeta() { return {
@@ -27243,19 +27399,19 @@ class NumberInput {
27243
27399
  }
27244
27400
  render() {
27245
27401
  const showStepperButtons = this.showStepperButtons && (this.disabled || this.readonly) === false;
27246
- return (hAsync(Host, { key: '8504c7c73fc9b962d3d1bb53f80515876579a799', class: {
27402
+ return (hAsync(Host, { key: 'f4469bdb3c05aa990e20a17467d67243056c2767', class: {
27247
27403
  disabled: this.disabled,
27248
27404
  readonly: this.readonly,
27249
- } }, hAsync("ix-field-wrapper", { key: '5f833ae1f6e134b0056cceda27cce2491bfa5a04', id: this.numberInputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, hAsync("div", { key: '18d4fdfcb87f46340fd7f0c08587c8353122275f', class: {
27405
+ } }, hAsync("ix-field-wrapper", { key: 'b5172d5a04ff81b06484cd42bbafa95c4df918eb', id: this.numberInputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, hAsync("div", { key: '40c286987ba4b67a3dde2f034db1d0c22d5a9cfe', class: {
27250
27406
  'input-wrapper': true,
27251
27407
  'show-stepper-buttons': !!this.showStepperButtons,
27252
- } }, hAsync(SlotStart, { key: '702b6335f92a587932de72d085487e21932897f9', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), hAsync(InputElement, { key: '385e81700361f81a6ee4f4999a673acc452decf9', id: this.numberInputId, readonly: this.readonly, disabled: this.disabled, step: this.step, min: this.min, max: this.max, pattern: this.pattern, type: 'number', isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), valueChange: (value) => this.valueChange.emit(Number(value)), updateFormInternalValue: (value) => this.updateFormInternalValue(Number(value)), onBlur: () => {
27408
+ } }, hAsync(SlotStart, { key: '75e15f42a93ebc862ac718c35092be8175e97ca6', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), hAsync(InputElement, { key: '552e8d9e1b0ee6f2359398b51d2d3690deb8f41d', id: this.numberInputId, readonly: this.readonly, disabled: this.disabled, step: this.step, min: this.min, max: this.max, pattern: this.pattern, type: 'number', isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), valueChange: (value) => this.valueChange.emit(Number(value)), updateFormInternalValue: (value) => this.updateFormInternalValue(Number(value)), onBlur: () => {
27253
27409
  onInputBlur(this, this.inputRef.current);
27254
27410
  this.touched = true;
27255
- } }), hAsync(SlotEnd, { key: '346796a1af3fde17d66cc573457d63f3193f6420', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, hAsync("div", { key: 'd4369359ea685b7ef974b3ff941652a496874207', class: {
27411
+ } }), hAsync(SlotEnd, { key: '0a66c00a4c0c89543ceac9e67f3d20270811b606', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, hAsync("div", { key: '7b7f430745f590159d4a358e48fe8c1b425ceb7c', class: {
27256
27412
  'number-stepper-container': true,
27257
27413
  'container-hidden': !showStepperButtons,
27258
- } }, hAsync("ix-icon-button", { key: '0e9729ec618851639232d0d50822a89dfe899e06', variant: "subtle-tertiary", icon: iconMinus, size: "16", class: "number-stepper-button step-minus", "aria-label": "decrement number", onClick: () => {
27414
+ } }, hAsync("ix-icon-button", { key: '3d01783a59bf18983785052b697fefac4519d0c4', variant: "subtle-tertiary", icon: iconMinus, size: "16", class: "number-stepper-button step-minus", "aria-label": "decrement number", onClick: () => {
27259
27415
  if (!this.inputRef.current) {
27260
27416
  return;
27261
27417
  }
@@ -27263,7 +27419,7 @@ class NumberInput {
27263
27419
  checkInternalValidity(this, this.inputRef.current);
27264
27420
  this.updateFormInternalValue(Number(this.inputRef.current.value));
27265
27421
  this.valueChange.emit(this.value);
27266
- } }), hAsync("ix-icon-button", { key: '9799ab98f29a44549fcf233ea0b0ca3189704c76', variant: "subtle-tertiary", icon: iconPlus, size: "16", class: "number-stepper-button step-plus", "aria-label": "increment number", onClick: () => {
27422
+ } }), hAsync("ix-icon-button", { key: 'f4082f7d6c9f03369a3cd5d1259756bc9c61f831', variant: "subtle-tertiary", icon: iconPlus, size: "16", class: "number-stepper-button step-plus", "aria-label": "increment number", onClick: () => {
27267
27423
  if (!this.inputRef.current) {
27268
27424
  return;
27269
27425
  }
@@ -27347,9 +27503,9 @@ class Pagination {
27347
27503
  */
27348
27504
  this.itemCount = 15;
27349
27505
  /**
27350
- * Hide item count in advanced mode
27506
+ * Show item count in advanced mode
27351
27507
  */
27352
- this.hideItemCount = false;
27508
+ this.showItemCount = true;
27353
27509
  /**
27354
27510
  * Total number of pages
27355
27511
  */
@@ -27460,16 +27616,16 @@ class Pagination {
27460
27616
  return hAsync("span", { class: "page-buttons" }, pageButtons);
27461
27617
  }
27462
27618
  render() {
27463
- return (hAsync(Host, { key: '5c1ce4b10a43956964e2382e2434784617990be7' }, hAsync("ix-icon-button", { key: 'c7433ed086de60128ba3608efce102f1adb09dc1', disabled: !this.count || this.selectedPage === 0, variant: "subtle-tertiary", icon: iconChevronLeftSmall, onClick: () => this.decrease(), "aria-label": this.ariaLabelChevronLeftIconButton }), this.advanced ? (hAsync("div", { class: "advanced-pagination" }, hAsync("ix-typography", { format: "body" }, this.i18nPage), hAsync("input", { class: "ix-form-control page-selection", type: "number", min: "1", max: this.count, value: this.selectedPage + 1, onChange: (event) => {
27619
+ return (hAsync(Host, { key: 'd8569f37bf15b09f97b84eaca4620f7fff2c4176' }, hAsync("ix-icon-button", { key: '774b6598068ca9226f53fa6212a63e6c0fb10c84', disabled: !this.count || this.selectedPage === 0, variant: "subtle-tertiary", icon: iconChevronLeftSmall, onClick: () => this.decrease(), "aria-label": this.ariaLabelChevronLeftIconButton }), this.advanced ? (hAsync("div", { class: "advanced-pagination" }, hAsync("ix-typography", { format: "body" }, this.i18nPage), hAsync("input", { class: "ix-form-control page-selection", type: "number", min: "1", max: this.count, value: this.selectedPage + 1, onChange: (event) => {
27464
27620
  const eventTarget = event.target;
27465
27621
  if (eventTarget) {
27466
27622
  const index = Number.parseInt(eventTarget.value);
27467
27623
  this.selectPage(index - 1);
27468
27624
  }
27469
- } }), hAsync("span", { class: "total-count" }, hAsync("ix-typography", { format: "body" }, this.i18nOf, " ", this.count)))) : (hAsync("span", { class: "basic-pagination" }, this.renderPageButtons(), " ")), hAsync("ix-icon-button", { key: 'afe01f3d6c827f7b12f0d2e29d5a7d42bcea8658', disabled: !this.count || this.selectedPage === this.count - 1, variant: "subtle-tertiary", icon: iconChevronRightSmall, onClick: () => this.increase(), "aria-label": this.ariaLabelChevronRightIconButton }), this.advanced && !this.hideItemCount && (hAsync("span", { key: '92ddf5d2fc223e4997819d90abe63dedcc48d47e', class: "item-count" }, hAsync("ix-typography", { key: 'cd66c9539673238192a6c54cd1d5f1ca8b8cc7c0', format: "body" }, this.i18nItems), hAsync("ix-select", { key: '6735cfec67c60535ea17df734ad2e1e9748272f1', hideListHeader: true, i18nPlaceholder: "", i18nSelectListHeader: "", value: `${this.itemCount}`, onValueChange: (e) => {
27625
+ } }), hAsync("span", { class: "total-count" }, hAsync("ix-typography", { format: "body" }, this.i18nOf, " ", this.count)))) : (hAsync("span", { class: "basic-pagination" }, this.renderPageButtons(), " ")), hAsync("ix-icon-button", { key: '172d43a656479505535f3f07d651c3a55db6f66d', disabled: !this.count || this.selectedPage === this.count - 1, variant: "subtle-tertiary", icon: iconChevronRightSmall, onClick: () => this.increase(), "aria-label": this.ariaLabelChevronRightIconButton }), this.advanced && this.showItemCount ? (hAsync("span", { class: "item-count" }, hAsync("ix-typography", { format: "body" }, this.i18nItems), hAsync("ix-select", { hideListHeader: true, i18nPlaceholder: "", i18nSelectListHeader: "", value: `${this.itemCount}`, onValueChange: (e) => {
27470
27626
  const count = Number.parseInt(Array.isArray(e.detail) ? e.detail[0] : e.detail);
27471
27627
  this.itemCountChanged.emit(count);
27472
- } }, hAsync("ix-select-item", { key: '618713c24de8a69b7f2e8c424f13bedd9fc8bd5a', label: "10", value: "10" }), hAsync("ix-select-item", { key: '01b222e680485f49dd460c6f10bc9107b0b23286', label: "15", value: "15" }), hAsync("ix-select-item", { key: '49ff338017f595c57d23c8c5fab5470c33b96a30', label: "20", value: "20" }), hAsync("ix-select-item", { key: '0aeda9a1dc0577f30ea31934cf5e6ae4fc9f7842', label: "40", value: "40" }), hAsync("ix-select-item", { key: 'db9ab9fd5f54aa538f7ee6ba617a4d27a9203326', label: "100", value: "100" }))))));
27628
+ } }, hAsync("ix-select-item", { label: "10", value: "10" }), hAsync("ix-select-item", { label: "15", value: "15" }), hAsync("ix-select-item", { label: "20", value: "20" }), hAsync("ix-select-item", { label: "40", value: "40" }), hAsync("ix-select-item", { label: "100", value: "100" })))) : ('')));
27473
27629
  }
27474
27630
  get hostElement() { return getElement(this); }
27475
27631
  static get style() { return paginationCss; }
@@ -27479,7 +27635,7 @@ class Pagination {
27479
27635
  "$members$": {
27480
27636
  "advanced": [4],
27481
27637
  "itemCount": [2, "item-count"],
27482
- "hideItemCount": [4, "hide-item-count"],
27638
+ "showItemCount": [4, "show-item-count"],
27483
27639
  "count": [2],
27484
27640
  "selectedPage": [1026, "selected-page"],
27485
27641
  "i18nPage": [1, "i18n-page"],
@@ -28319,7 +28475,7 @@ class Panes {
28319
28475
  }; }
28320
28476
  }
28321
28477
 
28322
- const pillCss = ":host{display:inline-block;position:relative;height:1.25rem;max-height:1.25rem;margin-left:0.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.container{display:inline-flex;width:inherit;max-width:100%;box-sizing:border-box;position:relative;align-items:center;border-radius:100px;padding:0.5rem;vertical-align:top;height:2rem;max-height:2rem;cursor:default}.container .content-wrapper{display:inline-flex;align-items:center;flex:1;min-width:0}.container .with-icon{margin-right:0.25rem}.container .close-button-container{display:inline-flex;margin-left:auto;padding-left:0.5rem}.container .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container.centerContent .content-wrapper{justify-content:center;text-align:center}.container.outline.icon{padding-left:calc(0.75rem - 1px)}.container.outline.icon.alarm .with-icon{color:var(--theme-color-alarm)}.container.outline.icon.critical .with-icon{color:var(--theme-color-critical)}.container.outline.icon.warning .with-icon{color:var(--theme-color-warning)}.container.outline.icon.info .with-icon{color:var(--theme-color-info)}.container.outline.icon.neutral .with-icon{color:var(--theme-color-neutral)}.container.outline.icon.success .with-icon{color:var(--theme-color-success)}.container.outline:not(.icon){padding-left:calc(0.5rem - 1px)}.container.outline.closable:not(.inactive){padding-right:calc(0.25rem - 1px)}.container.outline.closable.inactive,.container.outline:not(.closable){padding-right:calc(0.5rem - 1px)}.container.outline.icon:not(.closable){padding-right:calc(0.75rem - 1px)}.container:not(.outline).icon{padding-left:0.75rem}.container:not(.outline):not(.icon){padding-left:0.5rem}.container:not(.outline).closable:not(.inactive){padding-right:0.25rem}.container:not(.outline).closable.inactive{padding-right:0.5rem}.container:not(.outline):not(.closable).icon{padding-right:0.75rem}.container:not(.outline):not(.closable):not(.icon){padding-right:0.5rem}.container.primary{background-color:var(--theme-color-primary);color:var(--theme-chip-primary--color)}.container.primary .close-button{color:var(--theme-chip-primary--color);--ix-icon-button-color:var(--theme-chip-primary--color);pointer-events:auto}.container.primary.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-primary-outline--background);border:solid 1px var(--theme-chip-primary-outline--border-color)}.container.primary.outline .close-button{color:var(--theme-chip-outline--color);--ix-icon-button-color:var(--theme-chip-outline--color)}.container.primary.outline .with-icon{color:var(--theme-color-primary)}.container.outline{border-width:1px;border-style:solid}.container.alarm{color:var(--theme-color-alarm--contrast)}.container.alarm:not(.outline){background-color:var(--theme-color-alarm)}.container.alarm:not(.outline) .close-button{color:var(--theme-color-alarm--contrast);--ix-icon-button-color:var(--theme-color-alarm--contrast)}.container.alarm.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-alarm)}.container.critical{color:var(--theme-color-critical--contrast)}.container.critical:not(.outline){background-color:var(--theme-color-critical)}.container.critical:not(.outline) .close-button{color:var(--theme-color-critical--contrast);--ix-icon-button-color:var(--theme-color-critical--contrast)}.container.critical.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-critical)}.container.warning{color:var(--theme-color-warning--contrast)}.container.warning:not(.outline){background-color:var(--theme-color-warning)}.container.warning:not(.outline) .close-button{color:var(--theme-color-warning--contrast);--ix-icon-button-color:var(--theme-color-warning--contrast)}.container.warning.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-warning)}.container.info{color:var(--theme-color-info--contrast)}.container.info:not(.outline){background-color:var(--theme-color-info)}.container.info:not(.outline) .close-button{color:var(--theme-color-info--contrast);--ix-icon-button-color:var(--theme-color-info--contrast)}.container.info.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-info)}.container.neutral{color:var(--theme-color-neutral--contrast)}.container.neutral:not(.outline){background-color:var(--theme-color-neutral)}.container.neutral:not(.outline) .close-button{color:var(--theme-color-neutral--contrast);--ix-icon-button-color:var(--theme-color-neutral--contrast)}.container.neutral.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-neutral)}.container.success{color:var(--theme-color-success--contrast)}.container.success:not(.outline){background-color:var(--theme-color-success)}.container.success:not(.outline) .close-button{color:var(--theme-color-success--contrast);--ix-icon-button-color:var(--theme-color-success--contrast)}.container.success.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-success)}:host .container{height:100%;justify-content:center}:host .container .with-icon{margin-right:0}:host .container.outline{background-color:var(--theme-pill-outline--background)}:host .container.outline.icon{padding-left:0.4375rem;padding-right:0.4375rem}:host .container:not(.outline).icon{padding-left:0.5rem;padding-right:0.5rem}:host .with-gap{gap:0.25rem}:host(.align-left) .container{justify-content:flex-start}";
28478
+ const pillCss = ":host{display:inline-block;position:relative;height:1.25rem;max-height:1.25rem;margin-left:0.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.container{display:inline-flex;width:inherit;max-width:100%;box-sizing:border-box;position:relative;align-items:center;border-radius:100px;padding:0.5rem;vertical-align:top;height:2rem;max-height:2rem;cursor:default}.container .content-wrapper{display:inline-flex;align-items:center;flex:1;min-width:0}.container .with-icon{margin-right:0.25rem}.container .close-button-container{display:inline-flex;margin-left:auto;padding-left:0.5rem}.container .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container.centerContent .content-wrapper{justify-content:center;text-align:center}.container.outline.icon{padding-left:calc(0.75rem - 1px)}.container.outline.icon.alarm .with-icon{color:var(--theme-color-alarm)}.container.outline.icon.critical .with-icon{color:var(--theme-color-critical)}.container.outline.icon.warning .with-icon{color:var(--theme-color-warning-text)}.container.outline.icon.info .with-icon{color:var(--theme-color-info)}.container.outline.icon.neutral .with-icon{color:var(--theme-color-neutral)}.container.outline.icon.success .with-icon{color:var(--theme-color-success)}.container.outline:not(.icon){padding-left:calc(0.5rem - 1px)}.container.outline.closable:not(.inactive){padding-right:calc(0.25rem - 1px)}.container.outline.closable.inactive,.container.outline:not(.closable){padding-right:calc(0.5rem - 1px)}.container.outline.icon:not(.closable){padding-right:calc(0.75rem - 1px)}.container:not(.outline).icon{padding-left:0.75rem}.container:not(.outline):not(.icon){padding-left:0.5rem}.container:not(.outline).closable:not(.inactive){padding-right:0.25rem}.container:not(.outline).closable.inactive{padding-right:0.5rem}.container:not(.outline):not(.closable).icon{padding-right:0.75rem}.container:not(.outline):not(.closable):not(.icon){padding-right:0.5rem}.container.primary{background-color:var(--theme-color-primary);color:var(--theme-chip-primary--color)}.container.primary .close-button{color:var(--theme-chip-primary--color);--ix-icon-button-color:var(--theme-chip-primary--color);pointer-events:auto}.container.primary.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-primary-outline--background);border:solid 1px var(--theme-chip-primary-outline--border-color)}.container.primary.outline .close-button{color:var(--theme-chip-outline--color);--ix-icon-button-color:var(--theme-chip-outline--color)}.container.primary.outline .with-icon{color:var(--theme-color-primary)}.container.outline{border-width:1px;border-style:solid}.container.alarm{color:var(--theme-color-alarm--contrast)}.container.alarm:not(.outline){background-color:var(--theme-color-alarm)}.container.alarm:not(.outline) .close-button{color:var(--theme-color-alarm--contrast);--ix-icon-button-color:var(--theme-color-alarm--contrast)}.container.alarm.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-alarm)}.container.critical{color:var(--theme-color-critical--contrast)}.container.critical:not(.outline){background-color:var(--theme-color-critical)}.container.critical:not(.outline) .close-button{color:var(--theme-color-critical--contrast);--ix-icon-button-color:var(--theme-color-critical--contrast)}.container.critical.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-critical)}.container.warning{color:var(--theme-color-warning--contrast)}.container.warning:not(.outline){background-color:var(--theme-color-warning)}.container.warning:not(.outline) .close-button{color:var(--theme-color-warning--contrast);--ix-icon-button-color:var(--theme-color-warning--contrast)}.container.warning.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-warning)}.container.info{color:var(--theme-color-info--contrast)}.container.info:not(.outline){background-color:var(--theme-color-info)}.container.info:not(.outline) .close-button{color:var(--theme-color-info--contrast);--ix-icon-button-color:var(--theme-color-info--contrast)}.container.info.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-info)}.container.neutral{color:var(--theme-color-neutral--contrast)}.container.neutral:not(.outline){background-color:var(--theme-color-neutral)}.container.neutral:not(.outline) .close-button{color:var(--theme-color-neutral--contrast);--ix-icon-button-color:var(--theme-color-neutral--contrast)}.container.neutral.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-neutral)}.container.success{color:var(--theme-color-success--contrast)}.container.success:not(.outline){background-color:var(--theme-color-success)}.container.success:not(.outline) .close-button{color:var(--theme-color-success--contrast);--ix-icon-button-color:var(--theme-color-success--contrast)}.container.success.outline{color:var(--theme-chip-outline--color);background-color:var(--theme-chip-outline--background);border-color:var(--theme-color-success)}:host .container{height:100%;justify-content:center}:host .container .with-icon{margin-right:0}:host .container.outline{background-color:var(--theme-pill-outline--background)}:host .container.outline.icon{padding-left:0.4375rem;padding-right:0.4375rem}:host .container:not(.outline).icon{padding-left:0.5rem;padding-right:0.5rem}:host .with-gap{gap:0.25rem}:host(.align-left) .container{justify-content:flex-start}";
28323
28479
 
28324
28480
  class Pill {
28325
28481
  constructor(hostRef) {
@@ -28597,13 +28753,13 @@ class PushCard {
28597
28753
  */
28598
28754
  this.variant = 'outline';
28599
28755
  /**
28600
- * Expand the card
28756
+ * Collapse the card
28601
28757
  */
28602
- this.expanded = false;
28758
+ this.collapse = true;
28603
28759
  }
28604
28760
  render() {
28605
28761
  var _a;
28606
- return (hAsync(Host, { key: '2efb8c3e1cef2982fd541551b99a2ca3d725f88f', class: `card-${this.variant}` }, hAsync("ix-card", { key: 'c6da08a4a3fc532a2daad8c6e32dafd4b7c5c910', variant: this.variant }, hAsync("ix-card-content", { key: 'b643cd9cbbbd9eefa4d109716305df17fcd166bd' }, hAsync("ix-card-title", { key: '00bcf0cacec61bf55097c10a137ef6f91277af63' }, this.icon ? (hAsync("ix-icon", { class: 'icon', name: this.icon, size: "32", "aria-label": this.ariaLabelIcon })) : null, hAsync("ix-typography", { key: '4eedace9e148590b19b8cb694b472d4043cbfbdf', format: "display-xxl" }, (_a = this.notification) !== null && _a !== void 0 ? _a : 0), hAsync("slot", { key: '1393feecddcb4a5794290b1f571e58c7ee4cc2c1', name: "title-action" })), hAsync("ix-typography", { key: 'fcee8f842f8f00be0174bb44d78f297b5b8e6f8b', format: "h4" }, this.heading), hAsync("ix-typography", { key: 'f0018324a94d5c9c3026afe39979260b6bb94c2a' }, this.subheading)), hAsync("ix-card-accordion", { key: 'da2ef25cdeeb0d6c931a4d6cca91beb36a05f081', collapse: !this.expanded, variant: this.variant }, hAsync("slot", { key: '5ef36bf26050df5b5a57c6725adc133367c266b5' })))));
28762
+ return (hAsync(Host, { key: '6bbf00437c1ca66db153373bde27219f8e97a214', class: `card-${this.variant}` }, hAsync("ix-card", { key: 'd50854bbf3275c836c8007dcf718fe1d92696123', variant: this.variant }, hAsync("ix-card-content", { key: 'bef19c7cf43df532a478222958e0b4d860be1e30' }, hAsync("ix-card-title", { key: '123f9405b787ed426ffcc386ac3b28757bab3fcd' }, this.icon ? (hAsync("ix-icon", { class: 'icon', name: this.icon, size: "32", "aria-label": this.ariaLabelIcon })) : null, hAsync("ix-typography", { key: '3b792a4d47d354388e04e2f2692cfe670f086bae', format: "display-xxl" }, (_a = this.notification) !== null && _a !== void 0 ? _a : 0), hAsync("slot", { key: '99309088649ceed43b54101f59a69a57c6c7597d', name: "title-action" })), hAsync("ix-typography", { key: 'aded73b945315c1c572cb59251205a8d9b3c7f38', format: "h4" }, this.heading), hAsync("ix-typography", { key: '589fb71f937b9db408ed611721b36e1ab7c0969b' }, this.subheading)), hAsync("ix-card-accordion", { key: '1fd8fa45f096ba73c23d903d2f809f2fea0cb1d0', collapse: this.collapse, variant: this.variant }, hAsync("slot", { key: '5ef36bf26050df5b5a57c6725adc133367c266b5' })))));
28607
28763
  }
28608
28764
  static get style() { return pushCardCss; }
28609
28765
  static get cmpMeta() { return {
@@ -28616,7 +28772,7 @@ class PushCard {
28616
28772
  "heading": [1],
28617
28773
  "subheading": [1],
28618
28774
  "variant": [1],
28619
- "expanded": [4]
28775
+ "collapse": [4]
28620
28776
  },
28621
28777
  "$listeners$": undefined,
28622
28778
  "$lazyBundleId$": "-",
@@ -29384,9 +29540,6 @@ class Select {
29384
29540
  filterItemsWithTypeahead() {
29385
29541
  var _a, _b;
29386
29542
  this.inputFilterText = (_b = (_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.value.trim()) !== null && _b !== void 0 ? _b : '';
29387
- if (this.isSingleMode && this.inputFilterText === this.selectedLabels[0]) {
29388
- return;
29389
- }
29390
29543
  if (this.inputFilterText) {
29391
29544
  this.items.forEach((item) => {
29392
29545
  var _a;
@@ -29492,9 +29645,9 @@ class Select {
29492
29645
  }
29493
29646
  render() {
29494
29647
  var _a, _b, _c, _d;
29495
- return (hAsync(Host, { key: '1c1bae051e818c5f0a3e7b0adf5dce894b4f1472', "aria-disabled": a11yBoolean(this.disabled), class: {
29648
+ return (hAsync(Host, { key: 'c0099c77970de85593440ff14921f884c7837e39', "aria-disabled": a11yBoolean(this.disabled), class: {
29496
29649
  disabled: this.disabled,
29497
- } }, hAsync("ix-field-wrapper", { key: '27c51b8e5dd61af5aac9655f471edc4863a4fbbc', required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, hAsync("div", { key: 'f0891864810bb64a547c5326c7877667a88ae600', class: {
29650
+ } }, hAsync("ix-field-wrapper", { key: '243ba88d3902a5e0dbd24d093d1a7ad26dba715a', required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, hAsync("div", { key: '663134035c1950d87214106f8768ddd18a6e0b7d', class: {
29498
29651
  select: true,
29499
29652
  disabled: this.disabled,
29500
29653
  readonly: this.readonly,
@@ -29502,13 +29655,13 @@ class Select {
29502
29655
  this.dropdownAnchorRef(ref);
29503
29656
  if (!this.editable)
29504
29657
  this.dropdownWrapperRef(ref);
29505
- } }, hAsync("div", { key: 'eca70f6c3126f12124be629ca59bdf215e6def46', class: "input-container" }, hAsync("div", { key: '425508f2b4819dd8e2e9a5e5f7e7ad0bd852a765', class: "chips" }, this.isMultipleMode
29658
+ } }, hAsync("div", { key: 'a88f41411a227fef16c86692c8b89e392e909130', class: "input-container" }, hAsync("div", { key: '115652ec0955d9968f57d016ad64f9d42a40b00c', class: "chips" }, this.isMultipleMode
29506
29659
  ? (_a = this.selectedItems) === null || _a === void 0 ? void 0 : _a.map((item) => (hAsync("ix-filter-chip", { disabled: this.disabled || this.readonly, key: item.value, onCloseClick: (e) => {
29507
29660
  e.preventDefault();
29508
29661
  e.stopPropagation();
29509
29662
  this.itemClick(item.value);
29510
29663
  } }, item.label)))
29511
- : '', hAsync("div", { key: '5e9d476e5a2a4b7373259e685f7bab9c5d6dd7cb', class: "trigger" }, hAsync("input", { key: '21ab1750a2b26566f5f1bbd114d9f770e312ce11', autocomplete: "off", "data-testid": "input", disabled: this.disabled, readOnly: this.readonly, required: this.required, type: "text", class: {
29664
+ : '', hAsync("div", { key: '3427065a8dc112e5ea11bcd6b823a0f97b400216', class: "trigger" }, hAsync("input", { key: '6d83e566afc5749fd0fcd980bf81093b9e5d5656', autocomplete: "off", "data-testid": "input", disabled: this.disabled, readOnly: this.readonly, required: this.required, type: "text", class: {
29512
29665
  'allow-clear': this.allowClear && !!((_b = this.selectedLabels) === null || _b === void 0 ? void 0 : _b.length),
29513
29666
  }, placeholder: this.placeholderValue(), value: (_c = this.inputValue) !== null && _c !== void 0 ? _c : '', ref: (ref) => {
29514
29667
  this.inputElement = ref;
@@ -29527,7 +29680,7 @@ class Select {
29527
29680
  : iconChevronDownSmall, variant: "subtle-tertiary", ref: (ref) => {
29528
29681
  if (this.editable)
29529
29682
  this.dropdownWrapperRef(ref);
29530
- }, "aria-label": this.ariaLabelChevronDownIconButton }))))))), hAsync("ix-dropdown", { key: '23ddaa8ce9b6ea56641ff3f41cc6047f0ab29958', ref: (ref) => (this.dropdownElement = ref), show: this.dropdownShow, closeBehavior: this.isMultipleMode ? 'outside' : 'both', class: {
29683
+ }, "aria-label": this.ariaLabelChevronDownIconButton }))))))), hAsync("ix-dropdown", { key: '1fc475094870358ca9746b7a0a17ba90c525fc19', ref: (ref) => (this.dropdownElement = ref), show: this.dropdownShow, closeBehavior: this.isMultipleMode ? 'outside' : 'both', class: {
29531
29684
  'display-none': this.disabled || this.readonly,
29532
29685
  }, anchor: this.dropdownAnchorRef.waitForCurrent(), trigger: this.dropdownWrapperRef.waitForCurrent(), onShowChanged: (e) => this.dropdownVisibilityChanged(e), placement: "bottom-start", overwriteDropdownStyle: async () => {
29533
29686
  var _a, _b;
@@ -29543,12 +29696,12 @@ class Select {
29543
29696
  styleOverwrites.maxWidth = `min(${this.dropdownMaxWidth}, 100%)`;
29544
29697
  }
29545
29698
  return styleOverwrites;
29546
- } }, hAsync("div", { key: '6eba3fb42dba6edddc2ac168e35c9a9be1bfb3de', class: {
29699
+ } }, hAsync("div", { key: 'f31dea7cf6bf07744eb0570304fcf9783c8478cb', class: {
29547
29700
  'select-list-header': true,
29548
29701
  hidden: this.hideListHeader || this.isDropdownEmpty,
29549
- }, title: this.i18nSelectListHeader, onClick: (e) => e.preventDefault() }, this.i18nSelectListHeader), hAsync("slot", { key: '78020eedc35b75f855724f4a3cdca7c623f0a426', onSlotchange: () => {
29702
+ }, title: this.i18nSelectListHeader, onClick: (e) => e.preventDefault() }, this.i18nSelectListHeader), hAsync("slot", { key: '7f8335b29e10f93c4a1fb85329d196439b16b5e8', onSlotchange: () => {
29550
29703
  this.updateSelection();
29551
- } }), hAsync("div", { key: '584567e1130a12ac16239250bf0729526a4eced3', ref: (ref) => (this.customItemsContainerElement = ref) }), this.isAddItemVisible() ? (hAsync("ix-dropdown-item", { "data-testid": "add-item", icon: iconPlus, class: {
29704
+ } }), hAsync("div", { key: '8166cdc348b9952f3a89f525855a9ee0ea07c41d', ref: (ref) => (this.customItemsContainerElement = ref) }), this.isAddItemVisible() ? (hAsync("ix-dropdown-item", { "data-testid": "add-item", icon: iconPlus, class: {
29552
29705
  'add-item': true,
29553
29706
  }, label: this.inputFilterText, onItemClick: (e) => {
29554
29707
  e.preventDefault();
@@ -29950,7 +30103,7 @@ __decorate$4([
29950
30103
  OnListener('pointerup', (self) => self.showTooltip)
29951
30104
  ], Slider.prototype, "onPointerUp", null);
29952
30105
 
29953
- const spinnerCss = ":host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.xx-small{width:0.75rem;height:0.75rem;min-width:0.75rem;min-height:0.75rem;max-width:0.75rem;max-height:0.75rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.xx-small::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:1px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.xx-small:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:1px solid var(--theme-color-ghost--hover)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.x-small{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;max-width:1.25rem;max-height:1.25rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.x-small::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.x-small:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-ghost--hover)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.small{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;max-width:1.5rem;max-height:1.5rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.small::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.small:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-ghost--hover)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.medium{width:2rem;height:2rem;min-width:2rem;min-height:2rem;max-width:2rem;max-height:2rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.medium::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.medium:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-ghost--hover)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.large{width:6rem;height:6rem;min-width:6rem;min-height:6rem;max-width:6rem;max-height:6rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.large::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:4px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.large:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:4px solid var(--theme-color-ghost--hover)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}";
30106
+ const spinnerCss = ":host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.xx-small{width:0.75rem;height:0.75rem;min-width:0.75rem;min-height:0.75rem;max-width:0.75rem;max-height:0.75rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.xx-small::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:1px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.xx-small:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:1px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.x-small{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;max-width:1.25rem;max-height:1.25rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.x-small::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.x-small:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.small{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;max-width:1.5rem;max-height:1.5rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.small::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.small:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.medium{width:2rem;height:2rem;min-width:2rem;min-height:2rem;max-width:2rem;max-height:2rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.medium::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.medium:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}:host{display:block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}.large{width:6rem;height:6rem;min-width:6rem;min-height:6rem;max-width:6rem;max-height:6rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}.large::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:4px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}.large:not(.hide-track)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:4px solid var(--theme-color-component-3)}.primary::after{border-color:var(--theme-color-dynamic)}.primary::before{border-color:var(--theme-color-ghost--hover)}";
29954
30107
 
29955
30108
  class Spinner {
29956
30109
  constructor(hostRef) {
@@ -30555,10 +30708,10 @@ class Textarea {
30555
30708
  }
30556
30709
  render() {
30557
30710
  var _a;
30558
- return (hAsync(Host, { key: '0243db663d5aa1996b185f17c5789f73a6072313', class: {
30711
+ return (hAsync(Host, { key: '2bd17a0b362db1a3b47a40a335e9dad0aacf60b2', class: {
30559
30712
  disabled: this.disabled,
30560
30713
  readonly: this.readonly,
30561
- } }, hAsync("ix-field-wrapper", { key: 'f25e360a6ee81234e3243b26838afe4f7f28adbf', required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.textAreaRef }, !!this.maxLength && this.maxLength > 0 && (hAsync("ix-typography", { key: '961d912a60613b6a501d14709f4d909355f85f80', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_a = this.value) !== null && _a !== void 0 ? _a : '').length, "/", this.maxLength)), hAsync("div", { key: '95d7060b1c5f37b82c6d4eb2b9a3476e1040c649', class: "input-wrapper" }, hAsync(TextareaElement, { key: '50708cb56263368ebe853f539f95f5de8890dd83', minLength: this.minLength, maxLength: this.maxLength, textareaCols: this.textareaCols, textareaRows: this.textareaRows, textareaHeight: this.textareaHeight, textareaWidth: this.textareaWidth, resizeBehavior: this.resizeBehavior, readonly: this.readonly, disabled: this.disabled, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, textAreaRef: this.textAreaRef, valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
30714
+ } }, hAsync("ix-field-wrapper", { key: '63f6f38a83f3ac585be94fcbae2f0a1f07a3594a', required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.textAreaRef }, !!this.maxLength && this.maxLength > 0 && (hAsync("ix-typography", { key: 'edec746b0b0f15b01a42f827d8ed77d5b2ff3fbb', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_a = this.value) !== null && _a !== void 0 ? _a : '').length, "/", this.maxLength)), hAsync("div", { key: 'bd53188011be0df0567500f6f4f85757210a5df3', class: "input-wrapper" }, hAsync(TextareaElement, { key: '2b38f2d805863b6f85630f2192a6c1dcd5238e5a', minLength: this.minLength, maxLength: this.maxLength, textareaCols: this.textareaCols, textareaRows: this.textareaRows, textareaHeight: this.textareaHeight, textareaWidth: this.textareaWidth, resizeBehavior: this.resizeBehavior, readonly: this.readonly, disabled: this.disabled, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, textAreaRef: this.textAreaRef, valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
30562
30715
  onInputBlur(this, this.textAreaRef.current);
30563
30716
  this.touched = true;
30564
30717
  } })))));
@@ -30761,6 +30914,12 @@ class TimeInput {
30761
30914
  */
30762
30915
  // eslint-disable-next-line @stencil-community/decorators-style
30763
30916
  this.i18nMillisecondColumnHeader = 'ms';
30917
+ /**
30918
+ * Hides the header of the picker.
30919
+ *
30920
+ * @since 4.0.0
30921
+ */
30922
+ this.hideHeader = false;
30764
30923
  this.show = false;
30765
30924
  this.time = null;
30766
30925
  this.isInputInvalid = false;
@@ -30920,12 +31079,12 @@ class TimeInput {
30920
31079
  const invalidText = this.isInputInvalid
30921
31080
  ? this.i18nErrorTimeUnparsable
30922
31081
  : this.invalidText;
30923
- return (hAsync(Host, { key: 'df1002b7dce68acc6c43563361ea7c4700d087c4', class: {
31082
+ return (hAsync(Host, { key: '0001640191c8b6d5eae25490ea8d7759e1ce8466', class: {
30924
31083
  disabled: this.disabled,
30925
31084
  readonly: this.readonly,
30926
- } }, hAsync("ix-field-wrapper", { key: '94b11ef3990a47c542ea90efcdd63c1b49c6363a', label: this.label, helperText: this.helperText, isInvalid: this.isInvalid, invalidText: invalidText, infoText: this.infoText, isInfo: this.isInfo, isWarning: this.isWarning, warningText: this.warningText, isValid: this.isValid, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, required: this.required, controlRef: this.inputElementRef }, this.renderInput()), hAsync("ix-dropdown", { key: '43fbbdd8415f8b8c0ff88b12de9b6b3ca4abef40', "data-testid": "time-dropdown", trigger: this.inputElementRef.waitForCurrent(), ref: this.dropdownElementRef, closeBehavior: "outside", suppressOverflowBehavior: true, show: this.show, onShowChanged: (event) => {
31085
+ } }, hAsync("ix-field-wrapper", { key: '37c77257a9bb1b3d59de20534d21a22dfd0c94d3', label: this.label, helperText: this.helperText, isInvalid: this.isInvalid, invalidText: invalidText, infoText: this.infoText, isInfo: this.isInfo, isWarning: this.isWarning, warningText: this.warningText, isValid: this.isValid, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, required: this.required, controlRef: this.inputElementRef }, this.renderInput()), hAsync("ix-dropdown", { key: '07f92d4dff124abdd559c9d3b5bb4c6411f844db', "data-testid": "time-dropdown", trigger: this.inputElementRef.waitForCurrent(), ref: this.dropdownElementRef, closeBehavior: "outside", suppressOverflowBehavior: true, show: this.show, onShowChanged: (event) => {
30927
31086
  this.show = event.detail;
30928
- } }, hAsync("ix-time-picker", { key: '3d788ada1bb29a18cdb34842745b4e34bb8a1a23', ref: this.timePickerRef, format: this.format, time: (_a = this.time) !== null && _a !== void 0 ? _a : '', hourInterval: this.hourInterval, minuteInterval: this.minuteInterval, secondInterval: this.secondInterval, millisecondInterval: this.millisecondInterval, embedded: true, i18nConfirmTime: this.i18nSelectTime, i18nHeader: this.i18nTime, i18nHourColumnHeader: this.i18nHourColumnHeader, i18nSecondColumnHeader: this.i18nSecondColumnHeader, i18nMinuteColumnHeader: this.i18nMinuteColumnHeader, i18nMillisecondColumnHeader: this.i18nMillisecondColumnHeader, onTimeSelect: (event) => {
31087
+ } }, hAsync("ix-time-picker", { key: '319619865e7f73b4896863289dc2a00b612ac8b2', ref: this.timePickerRef, format: this.format, time: (_a = this.time) !== null && _a !== void 0 ? _a : '', hourInterval: this.hourInterval, minuteInterval: this.minuteInterval, secondInterval: this.secondInterval, millisecondInterval: this.millisecondInterval, standaloneAppearance: false, hideHeader: this.hideHeader, i18nConfirmTime: this.i18nSelectTime, i18nHeader: this.i18nTime, i18nHourColumnHeader: this.i18nHourColumnHeader, i18nSecondColumnHeader: this.i18nSecondColumnHeader, i18nMinuteColumnHeader: this.i18nMinuteColumnHeader, i18nMillisecondColumnHeader: this.i18nMillisecondColumnHeader, onTimeSelect: (event) => {
30929
31088
  this.onInput(event.detail);
30930
31089
  this.show = false;
30931
31090
  } }))));
@@ -30966,6 +31125,7 @@ class TimeInput {
30966
31125
  "i18nMinuteColumnHeader": [1, "i18n-minute-column-header"],
30967
31126
  "i18nSecondColumnHeader": [1, "i18n-second-column-header"],
30968
31127
  "i18nMillisecondColumnHeader": [1, "i18n-millisecond-column-header"],
31128
+ "hideHeader": [4, "hide-header"],
30969
31129
  "show": [32],
30970
31130
  "time": [32],
30971
31131
  "isInputInvalid": [32],
@@ -31048,13 +31208,31 @@ class TimePicker {
31048
31208
  */
31049
31209
  this.corners = 'rounded';
31050
31210
  /**
31051
- * Embedded style (for use in other components)
31211
+ * Controls the visual presentation and styling of the component when it is displayed as a standalone element
31052
31212
  */
31053
- this.embedded = false;
31213
+ this.standaloneAppearance = true;
31054
31214
  /**
31055
31215
  * @internal Temporary prop needed until datetime-picker is reworked for new design
31056
31216
  */
31057
31217
  this.dateTimePickerAppearance = false;
31218
+ /**
31219
+ * Show hour input
31220
+ *
31221
+ * @deprecated This is now determined by the format that is used. Will be removed in 4.0.0
31222
+ */
31223
+ this.showHour = true;
31224
+ /**
31225
+ * Show minutes input
31226
+ *
31227
+ * @deprecated This is now determined by the format that is used. Will be removed in 4.0.0
31228
+ */
31229
+ this.showMinutes = true;
31230
+ /**
31231
+ * Show seconds input
31232
+ *
31233
+ * @deprecated This is now determined by the format that is used. Will be removed in 4.0.0
31234
+ */
31235
+ this.showSeconds = true;
31058
31236
  /**
31059
31237
  * Hides the header of the picker.
31060
31238
  *
@@ -31090,10 +31268,22 @@ class TimePicker {
31090
31268
  * Format has to match the `format` property.
31091
31269
  */
31092
31270
  this.time = DateTime.now().toFormat(this.format);
31271
+ /**
31272
+ * Text of time select button
31273
+ *
31274
+ * @deprecated Use `i18nConfirmTime` instead. Will be removed in 4.0.0.
31275
+ */
31276
+ this.textSelectTime = CONFIRM_BUTTON_DEFAULT;
31093
31277
  /**
31094
31278
  * Text of the time confirm button
31095
31279
  */
31096
31280
  this.i18nConfirmTime = CONFIRM_BUTTON_DEFAULT;
31281
+ /**
31282
+ * Text for top label
31283
+ *
31284
+ * @deprecated Use `i18nHeader` instead. Will be removed in 4.0.0.
31285
+ */
31286
+ this.textTime = HEADER_DEFAULT;
31097
31287
  /**
31098
31288
  * Text for top header
31099
31289
  */
@@ -31482,21 +31672,21 @@ class TimePicker {
31482
31672
  {
31483
31673
  unit: 'hour',
31484
31674
  header: this.i18nHourColumnHeader,
31485
- hidden: !LUXON_FORMAT_PATTERNS.hours.test(this.format),
31675
+ hidden: !LUXON_FORMAT_PATTERNS.hours.test(this.format) || !this.showHour,
31486
31676
  numberArray: hourNumbers,
31487
31677
  focusedValue: this.getInitialFocusedValueForUnit('hour', hourNumbers),
31488
31678
  },
31489
31679
  {
31490
31680
  unit: 'minute',
31491
31681
  header: this.i18nMinuteColumnHeader,
31492
- hidden: !LUXON_FORMAT_PATTERNS.minutes.test(this.format),
31682
+ hidden: !LUXON_FORMAT_PATTERNS.minutes.test(this.format) || !this.showMinutes,
31493
31683
  numberArray: minuteNumbers,
31494
31684
  focusedValue: this.getInitialFocusedValueForUnit('minute', minuteNumbers),
31495
31685
  },
31496
31686
  {
31497
31687
  unit: 'second',
31498
31688
  header: this.i18nSecondColumnHeader,
31499
- hidden: !LUXON_FORMAT_PATTERNS.seconds.test(this.format),
31689
+ hidden: !LUXON_FORMAT_PATTERNS.seconds.test(this.format) || !this.showSeconds,
31500
31690
  numberArray: secondNumbers,
31501
31691
  focusedValue: this.getInitialFocusedValueForUnit('second', secondNumbers),
31502
31692
  },
@@ -31588,23 +31778,41 @@ class TimePicker {
31588
31778
  }
31589
31779
  return '-1';
31590
31780
  }
31781
+ getConfirmButtonText() {
31782
+ if (this.i18nConfirmTime !== CONFIRM_BUTTON_DEFAULT) {
31783
+ return this.i18nConfirmTime;
31784
+ }
31785
+ if (this.textSelectTime !== CONFIRM_BUTTON_DEFAULT) {
31786
+ return this.textSelectTime;
31787
+ }
31788
+ return this.i18nConfirmTime;
31789
+ }
31790
+ getHeaderText() {
31791
+ if (this.i18nHeader !== HEADER_DEFAULT) {
31792
+ return this.i18nHeader;
31793
+ }
31794
+ if (this.textTime != HEADER_DEFAULT) {
31795
+ return this.textTime;
31796
+ }
31797
+ return this.i18nHeader;
31798
+ }
31591
31799
  render() {
31592
- return (hAsync(Host, { key: '0a4fe655aa8e807d31434db48f2a101c83338b0f' }, hAsync("ix-date-time-card", { key: 'd05cdf747364f2d3df0507916fa42556d65d298b', embedded: this.embedded, timePickerAppearance: true, corners: this.corners, hasFooter: true, hideHeader: this.hideHeader }, hAsync("div", { key: '7623cab488f05a0c3c1ed070fcc4997092835acf', class: "header", slot: "header" }, hAsync("ix-typography", { key: '4dc463ed985440fec19e66790b033baf7eb207bb', format: "h5" }, this.i18nHeader)), hAsync("div", { key: 'cb82802aea1fa6041e4a0f0db0fd44308b3f1c73', class: "clock" }, this.timePickerDescriptors.map((descriptor, index) => (hAsync("div", { class: "flex" }, hAsync("div", { class: { columns: true, hidden: descriptor.hidden } }, hAsync("div", { class: "column-header", title: descriptor.header }, descriptor.header), hAsync("div", { "data-element-list-id": descriptor.unit, class: "element-list", tabIndex: -1 }, descriptor.numberArray.map((number) => (hAsync("button", { "data-element-container-id": `${descriptor.unit}-${number}`, class: {
31800
+ return (hAsync(Host, { key: 'deaf89167092b74d0b144e44c7e8cf65e99bdc48' }, hAsync("ix-date-time-card", { key: '1c4aca1d13138955fd6a5b632338521e3b05d3cd', standaloneAppearance: this.standaloneAppearance, timePickerAppearance: true, corners: this.corners, hasFooter: true, hideHeader: this.hideHeader }, hAsync("div", { key: '4d4a4029e1b500eb945bfad7e7a803ec4b05cd61', class: "header", slot: "header" }, hAsync("ix-typography", { key: '0519cca29f05a3671349c0deb23d97b289bba435', format: "h5" }, this.getHeaderText())), hAsync("div", { key: '09c8c237d92acd7be30b58a1eac69e2c5154f7f4', class: "clock" }, this.timePickerDescriptors.map((descriptor, index) => (hAsync("div", { class: "flex" }, hAsync("div", { class: { columns: true, hidden: descriptor.hidden } }, hAsync("div", { class: "column-header", title: descriptor.header }, descriptor.header), hAsync("div", { "data-element-list-id": descriptor.unit, class: "element-list", tabIndex: -1 }, descriptor.numberArray.map((number) => (hAsync("button", { "data-element-container-id": `${descriptor.unit}-${number}`, class: {
31593
31801
  selected: this.isSelected(descriptor.unit, number),
31594
31802
  'element-container': true,
31595
31803
  }, onClick: () => this.select(descriptor.unit, number), onFocus: () => this.onUnitCellFocus(descriptor.unit, number), onBlur: () => this.onUnitCellBlur(descriptor.unit), tabindex: this.getElementContainerTabIndex(number, descriptor.unit), role: "button", "aria-label": `${descriptor.header}: ${number}` }, this.formatUnitValue(descriptor.unit, number)))), hAsync("div", { class: "element-list-padding" }))), index !== this.timePickerDescriptors.length - 1 && (hAsync("div", { class: {
31596
31804
  'column-seperator': true,
31597
31805
  hidden: descriptor.hidden,
31598
- } }, this.getColumnSeparator(index))))))), hAsync("div", { key: '817e28cf4a4e88dbee15c8e20fdcbddc1268bc48', class: {
31806
+ } }, this.getColumnSeparator(index))))))), hAsync("div", { key: '6e1560d71b59d8cbf32f9b201c3db2cea62bab38', class: {
31599
31807
  footer: true,
31600
31808
  'footer--compact': this.timePickerDescriptors.length <= 2,
31601
- }, slot: "footer" }, this.timeRef && (hAsync("div", { key: '2062827896db2963c960b91c6bbcdab5de36d25c', class: {
31809
+ }, slot: "footer" }, this.timeRef && (hAsync("div", { key: '9f54da10f63c7cc75a09a22300c5714721c4ae59', class: {
31602
31810
  'time-ref-buttons': true,
31603
31811
  'time-ref-buttons--datetime-picker-appearance': this.dateTimePickerAppearance,
31604
- } }, hAsync("button", { key: 'edc9447a666a695895e7b2bce7b1379e393d9a71', "data-am-pm-id": "AM", class: { selected: this.timeRef === 'AM' }, onClick: () => this.changeTimeReference('AM') }, "AM"), hAsync("button", { key: 'd3a60111682401a9215c3e697676d14146b98f51', "data-am-pm-id": "PM", class: { selected: this.timeRef === 'PM' }, onClick: () => this.changeTimeReference('PM') }, "PM"))), !this.dateTimePickerAppearance && (hAsync("ix-button", { key: 'f9fd7bfc87de6da830fee31db4d766f116fae4f7', class: "confirm-button", onClick: () => {
31812
+ } }, hAsync("button", { key: '8081ccea518718dac3ed324511626d964c57c9a4', "data-am-pm-id": "AM", class: { selected: this.timeRef === 'AM' }, onClick: () => this.changeTimeReference('AM') }, "AM"), hAsync("button", { key: '9b41178ad92d5f7aa549163f64eb2e16c81149be', "data-am-pm-id": "PM", class: { selected: this.timeRef === 'PM' }, onClick: () => this.changeTimeReference('PM') }, "PM"))), !this.dateTimePickerAppearance && (hAsync("ix-button", { key: '5cd17cb2c0271daee317155a5246299856550719', class: "confirm-button", onClick: () => {
31605
31813
  var _a;
31606
31814
  this.timeSelect.emit((_a = this._time) === null || _a === void 0 ? void 0 : _a.toFormat(this.format));
31607
- } }, this.i18nConfirmTime))))));
31815
+ } }, this.getConfirmButtonText()))))));
31608
31816
  }
31609
31817
  get hostElement() { return getElement(this); }
31610
31818
  static get watchers() { return {
@@ -31623,15 +31831,21 @@ class TimePicker {
31623
31831
  "$members$": {
31624
31832
  "format": [1],
31625
31833
  "corners": [1],
31626
- "embedded": [4],
31834
+ "standaloneAppearance": [4, "standalone-appearance"],
31627
31835
  "dateTimePickerAppearance": [4, "date-time-picker-appearance"],
31836
+ "showHour": [4, "show-hour"],
31837
+ "showMinutes": [4, "show-minutes"],
31838
+ "showSeconds": [4, "show-seconds"],
31628
31839
  "hideHeader": [4, "hide-header"],
31629
31840
  "hourInterval": [1026, "hour-interval"],
31630
31841
  "minuteInterval": [1026, "minute-interval"],
31631
31842
  "secondInterval": [1026, "second-interval"],
31632
31843
  "millisecondInterval": [1026, "millisecond-interval"],
31633
31844
  "time": [1],
31845
+ "timeReference": [1, "time-reference"],
31846
+ "textSelectTime": [1, "text-select-time"],
31634
31847
  "i18nConfirmTime": [1, "i18n-confirm-time"],
31848
+ "textTime": [1, "text-time"],
31635
31849
  "i18nHeader": [1, "i18n-header"],
31636
31850
  "i18nHourColumnHeader": [1, "i18n-column-header"],
31637
31851
  "i18nMinuteColumnHeader": [1, "i18n-minute-column-header"],
@@ -31672,7 +31886,7 @@ class Toast {
31672
31886
  /**
31673
31887
  * Autoclose behavior
31674
31888
  */
31675
- this.preventAutoClose = false;
31889
+ this.autoClose = true;
31676
31890
  this.progress = 0;
31677
31891
  this.touched = false;
31678
31892
  this.paused = false;
@@ -31689,7 +31903,8 @@ class Toast {
31689
31903
  case 'success':
31690
31904
  return (hAsync("ix-icon", { "data-testid": "toast-icon", name: iconSuccess, size: "24", color: "color-success" }));
31691
31905
  case 'warning':
31692
- return (hAsync("ix-icon", { "data-testid": "toast-icon", name: iconWarning, size: "24", color: "color-warning" }));
31906
+ //TODO(IX-3400): Replace icon colors with proper CSS variables when available
31907
+ return (hAsync("ix-icon", { "data-testid": "toast-icon", name: iconWarning, size: "24", color: "color-warning-text" }));
31693
31908
  default:
31694
31909
  return '';
31695
31910
  }
@@ -31728,17 +31943,17 @@ class Toast {
31728
31943
  animationPlayState: this.touched || this.paused ? 'paused' : 'running',
31729
31944
  };
31730
31945
  progressBarClass.push('toast-progress-bar--animated');
31731
- return (hAsync(Host, { key: '5bb9319d0d791f26c3f8582a8f2b30949227495e', class: "animate__animated animate__fadeIn" }, hAsync("div", { key: '53a17895512a0b40739e3b979f2d5fe47244ebec', class: "toast-body", onPointerLeave: () => {
31946
+ return (hAsync(Host, { key: '4be41b7d6326a30e985506471f5ef6a9fcfc4cf7', class: "animate__animated animate__fadeIn" }, hAsync("div", { key: '02ae41f684be0f0c1b304c6565c22ec4cd9ee9d4', class: "toast-body", onPointerLeave: () => {
31732
31947
  this.touched = false;
31733
31948
  }, onPointerEnter: () => {
31734
31949
  this.touched = true;
31735
- } }, this.type || this.icon ? (hAsync("div", { class: "toast-icon" }, this.getIcon())) : null, hAsync("div", { key: 'de5b26d9ce94d528e96d3881b3be81b83d8fb0b6', class: "toast-content" }, this.toastTitle ? (hAsync("ix-typography", { class: "toast-title", format: "h5" }, this.toastTitle)) : null, hAsync("div", { key: 'dd1956ba5d44ac65fe9fa1e2adf63285f137b3aa', class: "toast-message" }, hAsync("slot", { key: '93e93ac00e332ab0200a0637b5de5c7603136725' })), hAsync("div", { key: '3f84a2fb8198d937ddc15a79de7657851bcba9f5', class: "toast-action" }, hAsync("slot", { key: '425ec2b59bef236f3513c462968151f747f4dcd1', name: "action" }))), hAsync("div", { key: 'f0eafe9dcabb9391b27eb06b3309adff1167ee78', class: "toast-close" }, hAsync("ix-icon-button", { key: '128cc7e124db71701fa43c17f7fc5f404772c0be', icon: iconClose, iconColor: "color-soft-text", size: "24", variant: "tertiary", onClick: () => this.closeToast.emit(), "aria-label": this.ariaLabelCloseIconButton }))), !this.preventAutoClose && (hAsync("div", { key: 'b00ce915bd06952be5cef1575e6a06751e716d18', class: progressBarClass.join(' '), style: progressBarStyle, onAnimationEnd: () => {
31950
+ } }, this.type || this.icon ? (hAsync("div", { class: "toast-icon" }, this.getIcon())) : null, hAsync("div", { key: 'e9b2d338091b227f41b4470803b305394f3b2228', class: "toast-content" }, this.toastTitle ? (hAsync("ix-typography", { class: "toast-title", format: "h5" }, this.toastTitle)) : null, hAsync("div", { key: '527acd28a634e03f57eb6d92b3f67c40e0d2346a', class: "toast-message" }, hAsync("slot", { key: '1574e31e91cb4f84af715e37da9adf396846951f' })), hAsync("div", { key: '147f2e4f356cc028307cc504601bc0591e2cbd99', class: "toast-action" }, hAsync("slot", { key: '3dfeccf1e8eb06fda37cef838a67abee67268190', name: "action" }))), hAsync("div", { key: '036f9123375077554e7250dd8aaea513685571c8', class: "toast-close" }, hAsync("ix-icon-button", { key: 'f2ef551fa606e0d03a9cb1f02d074bbe75d1e158', icon: iconClose, iconColor: "color-soft-text", size: "24", variant: "tertiary", onClick: () => this.closeToast.emit(), "aria-label": this.ariaLabelCloseIconButton }))), this.autoClose ? (hAsync("div", { class: progressBarClass.join(' '), style: progressBarStyle, onAnimationEnd: () => {
31736
31951
  this.close();
31737
31952
  }, onTransitionEnd: () => {
31738
31953
  if (this.progress === 0) {
31739
31954
  this.close();
31740
31955
  }
31741
- } }))));
31956
+ } })) : null));
31742
31957
  }
31743
31958
  get hostElement() { return getElement(this); }
31744
31959
  static get style() { return toastCss; }
@@ -31749,7 +31964,7 @@ class Toast {
31749
31964
  "type": [1],
31750
31965
  "toastTitle": [1, "toast-title"],
31751
31966
  "autoCloseDelay": [2, "auto-close-delay"],
31752
- "preventAutoClose": [4, "prevent-auto-close"],
31967
+ "autoClose": [4, "auto-close"],
31753
31968
  "icon": [1],
31754
31969
  "iconColor": [1, "icon-color"],
31755
31970
  "ariaLabelCloseIconButton": [1, "aria-label-close-icon-button"],
@@ -31816,7 +32031,7 @@ class ToastContainer {
31816
32031
  * @param config
31817
32032
  */
31818
32033
  async showToast(config) {
31819
- var _a, _b;
32034
+ var _a, _b, _c;
31820
32035
  const toast = document.createElement('ix-toast');
31821
32036
  const onClose = new TypedEvent();
31822
32037
  function removeToast(result) {
@@ -31825,8 +32040,8 @@ class ToastContainer {
31825
32040
  }
31826
32041
  toast.toastTitle = config.title;
31827
32042
  toast.type = (_a = config.type) !== null && _a !== void 0 ? _a : 'info';
31828
- toast.preventAutoClose = config.autoClose === false;
31829
- toast.autoCloseDelay = (_b = config.autoCloseDelay) !== null && _b !== void 0 ? _b : 5000;
32043
+ toast.autoClose = (_b = config.autoClose) !== null && _b !== void 0 ? _b : true;
32044
+ toast.autoCloseDelay = (_c = config.autoCloseDelay) !== null && _c !== void 0 ? _c : 5000;
31830
32045
  toast.icon = config.icon;
31831
32046
  toast.iconColor = config.iconColor;
31832
32047
  toast.addEventListener('closeToast', (event) => {
@@ -31863,10 +32078,10 @@ class ToastContainer {
31863
32078
  };
31864
32079
  }
31865
32080
  render() {
31866
- return (hAsync(Host, { key: '59d981cb28cd1f209b91b90be1b655d172b4656a', class: {
32081
+ return (hAsync(Host, { key: '11f53d028ee14f4884f1a69b157298d53da4939c', class: {
31867
32082
  'toast-container--bottom-right': this.position === 'bottom-right',
31868
32083
  'toast-container--top-right': this.position === 'top-right',
31869
- } }, hAsync("slot", { key: 'f3480f79aa05f8a48b66c7d708d83f0e543f048d' })));
32084
+ } }, hAsync("slot", { key: 'be298b17f3b67ed5d6e2589b4bb041b6d7b90dbd' })));
31870
32085
  }
31871
32086
  static get watchers() { return {
31872
32087
  "position": ["onPositionChange"]
@@ -31887,7 +32102,7 @@ class ToastContainer {
31887
32102
  }; }
31888
32103
  }
31889
32104
 
31890
- const toggleCss = ":host{display:inline-flex;flex-direction:row;position:relative;min-height:1.5rem;max-height:calc(100% - 0.5rem);margin-block-start:0.25rem;margin-block-end:0.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host input[type=checkbox]{display:none}:host .wrapper{display:flex;align-items:flex-start;width:100%;max-height:100%}:host .label{word-break:break-word;display:block;white-space:normal;overflow:hidden;margin-block-start:0.125rem;margin-inline-start:0.5rem;min-height:1rem;margin-left:0.625rem}:host .switch{all:unset;position:relative;display:inline-block;width:3rem;min-width:3rem;max-width:3rem;height:1.5rem}:host .slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--theme-switch-off--background);transition:var(--theme-default-time);border-radius:1.5rem;border:0.0625rem solid transparent}:host .slider:before{position:absolute;content:\"\";height:1.125rem;width:1.125rem;left:0.125rem;bottom:0.125rem;background-color:var(--theme-switch-thumb-off--background);transition:var(--theme-default-time);border-radius:50%}:host .switch.checked>.slider::before{background-color:var(--theme-switch-thumb-on--background);transform:translateX(1.5rem)}:host .switch>.slider{border-color:var(--theme-switch-off--border-color)}:host .switch:hover>.slider{background-color:var(--theme-switch-off--background--hover);border-color:var(--theme-switch-off--border-color--hover)}:host .switch:hover>.slider:before{background-color:var(--theme-switch-thumb-off--background--hover)}:host .switch:active>.slider{background-color:var(--theme-switch-off--background--active);border-color:var(--theme-switch-off--border-color--active)}:host .switch:active>.slider:before{background-color:var(--theme-switch-thumb-off--background--active)}:host .switch.checked>.slider{background-color:var(--theme-switch-on--background);border-color:var(--theme-switch-on--border-color)}:host .switch.checked:hover>.slider{background-color:var(--theme-switch-on--background--hover);border-color:var(--theme-switch-on--border-color--hover)}:host .switch.checked:hover>.slider:before{background-color:var(--theme-switch-thumb-on--background--hover)}:host .switch.checked:active>.slider{background-color:var(--theme-switch-on--background--active);border-color:var(--theme-switch-on--border-color--active)}:host .switch.checked:active>.slider:before{background-color:var(--theme-switch-thumb-on--background--active)}:host .switch.indeterminate>.slider::before{transform:translateX(0.75rem)}:host(:not(.disabled)) .wrapper{cursor:pointer}:host(:not(.disabled)) .switch:focus-visible>.slider{outline:0.0625rem solid var(--theme-color-focus-bdr);outline-offset:0.0625rem}:host(.disabled){pointer-events:none}:host(.disabled) .switch{opacity:0.5}:host(.disabled) .switch>.slider{background-color:var(--theme-switch-off--background--disabled)}:host(.disabled) .switch>.slider:before{background-color:var(--theme-switch-thumb-off--background--disabled)}:host(.disabled) .switch.checked>.slider{background-color:var(--theme-switch-on--background--disabled)}:host(.disabled) .switch.checked>.slider:before{background-color:var(--theme-switch-thumb-on--background--disabled)}:host(.disabled) .label{color:var(--theme-color-weak-text)}:host(.ix-info:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--info\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--info--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--info--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--info\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--info--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--info--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--info\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--info--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--info--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--info\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--info--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--info--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--info\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--info--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--info--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--info\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--info--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--info--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--info\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--info--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--info--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--info\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--info--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--info--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--info\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--info--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--info--active\n )}:host(.ix-warning:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--warning\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--warning--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--warning--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--warning\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--warning--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--warning--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--warning\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--warning--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--warning--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--warning\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--warning--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--warning--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--warning\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--warning--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--warning--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--warning\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--warning--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--warning--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--warning\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--warning--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--warning--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--warning\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--warning--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--warning--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--warning\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--warning--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--warning--active\n )}:host(.ix-invalid--required:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--invalid\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--invalid--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--invalid--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--invalid\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--invalid--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--invalid--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--invalid\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--invalid--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--invalid--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--invalid\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--invalid--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--invalid--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--invalid\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--invalid--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--invalid--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--invalid\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--invalid--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--invalid--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--invalid\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--invalid--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--invalid--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--invalid\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--invalid--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--invalid--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--invalid\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--invalid--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--invalid--active\n )}:host(.ix-invalid:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--invalid\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--invalid--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--invalid--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--invalid\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--invalid--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--invalid--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--invalid\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--invalid--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--invalid--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--invalid\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--invalid--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--invalid--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--invalid\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--invalid--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--invalid--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--invalid\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--invalid--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--invalid--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--invalid\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--invalid--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--invalid--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--invalid\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--invalid--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--invalid--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--invalid\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--invalid--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--invalid--active\n )}";
32105
+ const toggleCss = ":host{display:inline-flex;flex-direction:row;position:relative;min-height:1.5rem;max-height:calc(100% - 0.5rem);margin-block-start:0.25rem;margin-block-end:0.25rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host input[type=checkbox]{display:none}:host .wrapper{display:flex;align-items:flex-start;width:100%;max-height:100%}:host .label{word-break:break-word;display:block;white-space:normal;overflow:hidden;margin-block-start:0.125rem;margin-inline-start:0.5rem;min-height:1rem;margin-left:0.625rem}:host .switch{all:unset;position:relative;display:inline-block;width:3rem;min-width:3rem;max-width:3rem;height:1.5rem}:host .slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--theme-switch-off--background);transition:var(--theme-default-time);border-radius:1.5rem;border:0.0625rem solid transparent}:host .slider:before{position:absolute;content:\"\";height:1.125rem;width:1.125rem;left:0.125rem;bottom:0.125rem;background-color:var(--theme-switch-thumb-off--background);transition:var(--theme-default-time);border-radius:50%;border:1px solid var(--theme-switch-thumb-off--border-color)}:host .switch.checked>.slider::before{background-color:var(--theme-switch-thumb-on--background);transform:translateX(1.5rem)}:host .switch>.slider{border-color:var(--theme-switch-off--border-color)}:host .switch:hover>.slider{background-color:var(--theme-switch-off--background--hover);border-color:var(--theme-switch-off--border-color--hover)}:host .switch:hover>.slider:before{background-color:var(--theme-switch-thumb-off--background--hover);border:1px solid var(--theme-switch-thumb-off--border-color--hover)}:host .switch:active>.slider{background-color:var(--theme-switch-off--background--active);border-color:var(--theme-switch-off--border-color--active)}:host .switch:active>.slider:before{background-color:var(--theme-switch-thumb-off--background--active);border:1px solid var(--theme-switch-thumb-off--border-color--active)}:host .switch.checked>.slider{background-color:var(--theme-switch-on--background);border-color:var(--theme-switch-on--border-color)}:host .switch.checked>.slider:before{border:1px solid var(--theme-switch-thumb-on--border-color)}:host .switch.checked:hover>.slider{background-color:var(--theme-switch-on--background--hover);border-color:var(--theme-switch-on--border-color--hover)}:host .switch.checked:hover>.slider:before{background-color:var(--theme-switch-thumb-on--background--hover);border:1px solid var(--theme-switch-thumb-on--border-color--hover)}:host .switch.checked:active>.slider{background-color:var(--theme-switch-on--background--active);border-color:var(--theme-switch-on--border-color--active)}:host .switch.checked:active>.slider:before{background-color:var(--theme-switch-thumb-on--background--active);border:1px solid var(--theme-switch-thumb-on--border-color--active)}:host .switch.indeterminate>.slider::before{transform:translateX(0.75rem)}:host(:not(.disabled)) .wrapper{cursor:pointer}:host(:not(.disabled)) .switch:focus-visible>.slider{outline:0.0625rem solid var(--theme-color-focus-bdr);outline-offset:0.0625rem}:host(.disabled){pointer-events:none}:host(.disabled) .switch{opacity:0.5}:host(.disabled) .switch>.slider{background-color:var(--theme-switch-off--background--disabled)}:host(.disabled) .switch>.slider:before{background-color:var(--theme-switch-thumb-off--background--disabled)}:host(.disabled) .switch.checked>.slider{background-color:var(--theme-switch-on--background--disabled)}:host(.disabled) .switch.checked>.slider:before{background-color:var(--theme-switch-thumb-on--background--disabled)}:host(.disabled) .label{color:var(--theme-color-weak-text)}:host(.ix-valid:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--valid\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--valid--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--valid--active\n );--theme-switch-thumb-off--border-color:var(\n --theme-switch-thumb-off--border-color--valid\n );--theme-switch-thumb-off--border-color--hover:var(\n --theme-switch-thumb-off--border-color--valid--hover\n );--theme-switch-thumb-off--border-color--active:var(\n --theme-switch-thumb-off--border-color--valid--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--valid\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--valid--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--valid--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--valid\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--valid--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--valid--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--valid\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--valid--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--valid--active\n );--theme-switch-thumb-on--border-color:var(\n --theme-switch-thumb-on--border-color--valid\n );--theme-switch-thumb-on--border-color--hover:var(\n --theme-switch-thumb-on--border-color--valid--hover\n );--theme-switch-thumb-on--border-color--active:var(\n --theme-switch-thumb-on--border-color--valid--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--valid\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--valid--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--valid--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--valid\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--valid--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--valid--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--valid\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--valid--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--valid--active\n );--theme-switch-thumb-mixed--border-color:var(\n --theme-switch-thumb-mixed--border-color--valid\n );--theme-switch-thumb-mixed--border-color--hover:var(\n --theme-switch-thumb-mixed--border-color--valid--hover\n );--theme-switch-thumb-mixed--border-color--active:var(\n --theme-switch-thumb-mixed--border-color--valid--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--valid\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--valid--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--valid--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--valid\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--valid--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--valid--active\n )}:host(.ix-info:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--info\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--info--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--info--active\n );--theme-switch-thumb-off--border-color:var(\n --theme-switch-thumb-off--border-color--info\n );--theme-switch-thumb-off--border-color--hover:var(\n --theme-switch-thumb-off--border-color--info--hover\n );--theme-switch-thumb-off--border-color--active:var(\n --theme-switch-thumb-off--border-color--info--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--info\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--info--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--info--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--info\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--info--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--info--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--info\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--info--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--info--active\n );--theme-switch-thumb-on--border-color:var(\n --theme-switch-thumb-on--border-color--info\n );--theme-switch-thumb-on--border-color--hover:var(\n --theme-switch-thumb-on--border-color--info--hover\n );--theme-switch-thumb-on--border-color--active:var(\n --theme-switch-thumb-on--border-color--info--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--info\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--info--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--info--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--info\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--info--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--info--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--info\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--info--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--info--active\n );--theme-switch-thumb-mixed--border-color:var(\n --theme-switch-thumb-mixed--border-color--info\n );--theme-switch-thumb-mixed--border-color--hover:var(\n --theme-switch-thumb-mixed--border-color--info--hover\n );--theme-switch-thumb-mixed--border-color--active:var(\n --theme-switch-thumb-mixed--border-color--info--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--info\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--info--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--info--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--info\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--info--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--info--active\n )}:host(.ix-warning:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--warning\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--warning--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--warning--active\n );--theme-switch-thumb-off--border-color:var(\n --theme-switch-thumb-off--border-color--warning\n );--theme-switch-thumb-off--border-color--hover:var(\n --theme-switch-thumb-off--border-color--warning--hover\n );--theme-switch-thumb-off--border-color--active:var(\n --theme-switch-thumb-off--border-color--warning--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--warning\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--warning--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--warning--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--warning\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--warning--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--warning--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--warning\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--warning--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--warning--active\n );--theme-switch-thumb-on--border-color:var(\n --theme-switch-thumb-on--border-color--warning\n );--theme-switch-thumb-on--border-color--hover:var(\n --theme-switch-thumb-on--border-color--warning--hover\n );--theme-switch-thumb-on--border-color--active:var(\n --theme-switch-thumb-on--border-color--warning--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--warning\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--warning--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--warning--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--warning\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--warning--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--warning--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--warning\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--warning--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--warning--active\n );--theme-switch-thumb-mixed--border-color:var(\n --theme-switch-thumb-mixed--border-color--warning\n );--theme-switch-thumb-mixed--border-color--hover:var(\n --theme-switch-thumb-mixed--border-color--warning--hover\n );--theme-switch-thumb-mixed--border-color--active:var(\n --theme-switch-thumb-mixed--border-color--warning--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--warning\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--warning--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--warning--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--warning\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--warning--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--warning--active\n )}:host(.ix-invalid--required:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--invalid\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--invalid--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--invalid--active\n );--theme-switch-thumb-off--border-color:var(\n --theme-switch-thumb-off--border-color--invalid\n );--theme-switch-thumb-off--border-color--hover:var(\n --theme-switch-thumb-off--border-color--invalid--hover\n );--theme-switch-thumb-off--border-color--active:var(\n --theme-switch-thumb-off--border-color--invalid--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--invalid\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--invalid--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--invalid--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--invalid\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--invalid--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--invalid--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--invalid\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--invalid--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--invalid--active\n );--theme-switch-thumb-on--border-color:var(\n --theme-switch-thumb-on--border-color--invalid\n );--theme-switch-thumb-on--border-color--hover:var(\n --theme-switch-thumb-on--border-color--invalid--hover\n );--theme-switch-thumb-on--border-color--active:var(\n --theme-switch-thumb-on--border-color--invalid--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--invalid\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--invalid--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--invalid--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--invalid\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--invalid--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--invalid--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--invalid\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--invalid--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--invalid--active\n );--theme-switch-thumb-mixed--border-color:var(\n --theme-switch-thumb-mixed--border-color--invalid\n );--theme-switch-thumb-mixed--border-color--hover:var(\n --theme-switch-thumb-mixed--border-color--invalid--hover\n );--theme-switch-thumb-mixed--border-color--active:var(\n --theme-switch-thumb-mixed--border-color--invalid--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--invalid\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--invalid--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--invalid--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--invalid\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--invalid--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--invalid--active\n )}:host(.ix-invalid:not(.disabled)) .slider{--theme-switch-off--background:var(\n --theme-switch-off--background--invalid\n );--theme-switch-off--background--hover:var(\n --theme-switch-off--background--invalid--hover\n );--theme-switch-off--background--active:var(\n --theme-switch-off--background--invalid--active\n );--theme-switch-thumb-off--border-color:var(\n --theme-switch-thumb-off--border-color--invalid\n );--theme-switch-thumb-off--border-color--hover:var(\n --theme-switch-thumb-off--border-color--invalid--hover\n );--theme-switch-thumb-off--border-color--active:var(\n --theme-switch-thumb-off--border-color--invalid--active\n );--theme-switch-thumb-off--background:var(\n --theme-switch-thumb-off--background--invalid\n );--theme-switch-thumb-off--background--hover:var(\n --theme-switch-thumb-off--background--invalid--hover\n );--theme-switch-thumb-off--background--active:var(\n --theme-switch-thumb-off--background--invalid--active\n );--theme-switch-off--border-color:var(\n --theme-switch-off--border-color--invalid\n );--theme-switch-off--border-color--hover:var(\n --theme-switch-off--border-color--invalid--hover\n );--theme-switch-off--border-color--active:var(\n --theme-switch-off--border-color--invalid--active\n );--theme-switch-on--background:var(\n --theme-switch-on--background--invalid\n );--theme-switch-on--background--hover:var(\n --theme-switch-on--background--invalid--hover\n );--theme-switch-on--background--active:var(\n --theme-switch-on--background--invalid--active\n );--theme-switch-thumb-on--border-color:var(\n --theme-switch-thumb-on--border-color--invalid\n );--theme-switch-thumb-on--border-color--hover:var(\n --theme-switch-thumb-on--border-color--invalid--hover\n );--theme-switch-thumb-on--border-color--active:var(\n --theme-switch-thumb-on--border-color--invalid--active\n );--theme-switch-thumb-on--background:var(\n --theme-switch-thumb-on--background--invalid\n );--theme-switch-thumb-on--background--hover:var(\n --theme-switch-thumb-on--background--invalid--hover\n );--theme-switch-thumb-on--background--active:var(\n --theme-switch-thumb-on--background--invalid--active\n );--theme-switch-on--border-color:var(\n --theme-switch-on--border-color--invalid\n );--theme-switch-on--border-color--hover:var(\n --theme-switch-on--border-color--invalid--hover\n );--theme-switch-on--border-color--active:var(\n --theme-switch-on--border-color--invalid--active\n );--theme-switch-mixed--background:var(\n --theme-switch-mixed--background--invalid\n );--theme-switch-mixed--background--hover:var(\n --theme-switch-mixed--background--invalid--hover\n );--theme-switch-mixed--background--active:var(\n --theme-switch-mixed--background--invalid--active\n );--theme-switch-thumb-mixed--border-color:var(\n --theme-switch-thumb-mixed--border-color--invalid\n );--theme-switch-thumb-mixed--border-color--hover:var(\n --theme-switch-thumb-mixed--border-color--invalid--hover\n );--theme-switch-thumb-mixed--border-color--active:var(\n --theme-switch-thumb-mixed--border-color--invalid--active\n );--theme-switch-thumb-mixed--background:var(\n --theme-switch-thumb-mixed--background--invalid\n );--theme-switch-thumb-mixed--background--hover:var(\n --theme-switch-thumb-mixed--background--invalid--hover\n );--theme-switch-thumb-mixed--background--active:var(\n --theme-switch-thumb-mixed--background--invalid--active\n );--theme-switch-mixed--border-color:var(\n --theme-switch-mixed--border-color--invalid\n );--theme-switch-mixed--border-color--hover:var(\n --theme-switch-mixed--border-color--invalid--hover\n );--theme-switch-mixed--border-color--active:var(\n --theme-switch-mixed--border-color--invalid--active\n )}";
31891
32106
 
31892
32107
  /*
31893
32108
  * SPDX-FileCopyrightText: 2023 Siemens AG
@@ -32017,13 +32232,13 @@ class Toggle {
32017
32232
  if (this.indeterminate) {
32018
32233
  toggleText = this.textIndeterminate;
32019
32234
  }
32020
- return (hAsync(Host, { key: '1492cb1b8d8e539d4ad9512855419f007ea09468', class: {
32235
+ return (hAsync(Host, { key: '959c6b0e5f6c2ea7f2ce6cf79ba2280b3c8b65dd', class: {
32021
32236
  disabled: this.disabled,
32022
- }, onBlur: () => this.ixBlur.emit(), onFocus: () => (this.touched = true) }, hAsync("label", { key: 'b16edd8b06b3c3810d0316cb8af35b03cabc02d2', class: "wrapper" }, hAsync("button", { key: '72ff2656eabb4fbe75d66ec0e85d155ea6e20aa1', role: "switch", "aria-checked": a11yBoolean(this.checked), class: {
32237
+ }, onBlur: () => this.ixBlur.emit(), onFocus: () => (this.touched = true) }, hAsync("label", { key: 'dc419b9a0a469ef8369b6c8cbc204a75367a7274', class: "wrapper" }, hAsync("button", { key: '3773fdea993e02d7aa7ee106aa08e1eee0768f65', role: "switch", "aria-checked": a11yBoolean(this.checked), class: {
32023
32238
  switch: true,
32024
32239
  checked: this.checked,
32025
32240
  indeterminate: this.indeterminate,
32026
- }, onClick: () => this.onCheckedChange(!this.checked) }, hAsync("div", { key: 'bcfecea2bb8ed21cc3fbf261b3b5b4da0f75421b', class: "slider" })), hAsync("input", { key: '99d29a95e7947e1caf9517626ceb5fe1f85fdecb', type: "checkbox", disabled: this.disabled, indeterminate: this.indeterminate, checked: this.checked, tabindex: 0, "aria-hidden": a11yBoolean(true), "aria-checked": a11yBoolean(this.checked), onChange: (event) => this.onCheckedChange(event.target.checked) }), !this.hideText && (hAsync("ix-typography", { key: 'd78d235bb63df9ee029af25320d1ec0e55c24cc8', class: "label" }, toggleText)))));
32241
+ }, onClick: () => this.onCheckedChange(!this.checked) }, hAsync("div", { key: '5c74f7c65e49e3c0cb55206ecc5fc4e045b8bd0c', class: "slider" })), hAsync("input", { key: '46e28932ab63dfa9af6bfa497b5db38e2d66e416', type: "checkbox", disabled: this.disabled, indeterminate: this.indeterminate, checked: this.checked, tabindex: 0, "aria-hidden": a11yBoolean(true), "aria-checked": a11yBoolean(this.checked), onChange: (event) => this.onCheckedChange(event.target.checked) }), !this.hideText && (hAsync("ix-typography", { key: '103c3c8dca7b36db893c108ce8c11acf014b57ee', class: "label" }, toggleText)))));
32027
32242
  }
32028
32243
  static get formAssociated() { return true; }
32029
32244
  get hostElement() { return getElement(this); }
@@ -32440,7 +32655,7 @@ class Tooltip {
32440
32655
  (_d = this.disposeDomChangeListener) === null || _d === void 0 ? void 0 : _d.call(this);
32441
32656
  }
32442
32657
  render() {
32443
- return (hAsync(Host, { key: '973dc518da9479fcdca036a6389e8c1e2e80c6f8', role: "tooltip", class: { visible: this.visible } }, hAsync("dialog", { key: 'dc27e2fda62a1c3adb8a3a5a71f177e415a5239a', ref: this.dialogRef, id: 'tooltip-' + this.instance, class: "dialog", popover: "manual", inert: !this.visible }, hAsync("div", { key: 'f4076677cc47924b34f5262d2839848731bfba88', class: "tooltip-container" }, hAsync("div", { key: '4cc232bda11b610f776b6c348e5646a4fd957e7c', class: "content-wrapper" }, hAsync("div", { key: '671455a19b08ea26dd67941cea59f4b459a28848', class: 'tooltip-title' }, hAsync("slot", { key: '1003cfccae171355e821c5ea45b5ceea01df32c3', name: "title-icon" }), hAsync("ix-typography", { key: '9d4a8900a8a0daf391400fce74bafe1b1d6584d8', format: "h5" }, this.titleContent, hAsync("slot", { key: 'bd4b0eadfcc97278907ca65d53313622271f6677', name: "title-content" }))), hAsync("slot", { key: '206884608efdd15c38af57b59ce7ca39199867f6' }), hAsync("div", { key: '3aa740ce90a598480f4fc8c742c907a20f1cac12', class: "arrow" }))))));
32658
+ return (hAsync(Host, { key: '259eb829430ac738cf85ebbdb5fc21ed112468d8', role: "tooltip", class: { visible: this.visible } }, hAsync("dialog", { key: 'cf3d57f55b780b98bfcf637aff5dc7b35c829f0d', ref: this.dialogRef, id: 'tooltip-' + this.instance, class: "dialog", popover: "manual", inert: !this.visible }, hAsync("div", { key: '1520c20ab3eb9f7e58134b3e9f722f4176e48318', class: "tooltip-container" }, hAsync("div", { key: '82500b59751ffeced15965f8955519fac1405b6c', class: "content-wrapper" }, hAsync("div", { key: 'b7dab9108c3e145f8dd70fb5eff1323a2384a9d1', class: 'tooltip-title' }, hAsync("slot", { key: 'a327597fd2b7790d4a15031e5038ac560b744fac', name: "title-icon" }), hAsync("ix-typography", { key: '68550d2f60baf4b4887fc3916d52aa34c0686d47', format: "h5" }, this.titleContent, hAsync("slot", { key: '808955669e8ef204c2a00a18c1a22a47e6b75529', name: "title-content" }))), hAsync("slot", { key: '8872e40443a635579dfabb070e16abd1b510cd96' }), hAsync("div", { key: '1c0f216282b430d911259808f2520cacd74bac87', class: "arrow" }))))));
32444
32659
  }
32445
32660
  get hostElement() { return getElement(this); }
32446
32661
  static get style() { return tooltipCss; }
@@ -33075,7 +33290,7 @@ class Tree {
33075
33290
  this.nodeClicked.emit(id);
33076
33291
  }
33077
33292
  render() {
33078
- return (hAsync(Host, { key: '63a16d50216cead2a3cd575e10eba99e986bba94', onClick: (event) => this.onTreeItemClick(event) }, hAsync("slot", { key: 'de9e3217ff22b93db88f5b17f72d62869443cff0' })));
33293
+ return (hAsync(Host, { key: 'ed47b138fb50d9b9803d52b40526922aa9e406ad', onClick: (event) => this.onTreeItemClick(event) }, hAsync("slot", { key: '8b8f8a37f440ae2658764b8da65a2cb8d1db7afb' })));
33079
33294
  }
33080
33295
  get hostElement() { return getElement(this); }
33081
33296
  static get watchers() { return {
@@ -33114,17 +33329,17 @@ class TreeItem {
33114
33329
  }
33115
33330
  render() {
33116
33331
  var _a, _b;
33117
- return (hAsync(Host, { key: '207140a58c23473bc6545cfee11e3f1ed1f1e9a0', class: {
33332
+ return (hAsync(Host, { key: '05f896e21e252fab0d3f39b4d52885342522d0f9', class: {
33118
33333
  selected: !!((_a = this.context) === null || _a === void 0 ? void 0 : _a.isSelected),
33119
- } }, hAsync("div", { key: '0e0c0dff66b4f683a87edd378ee105fe36ef9c38', class: "icon-toggle-container" }, this.hasChildren ? (hAsync("ix-icon", { name: iconChevronRightSmall, size: "24", class: {
33334
+ } }, hAsync("div", { key: 'e716c8ee13d77bedf01cb603d8a65798a5cc647d', class: "icon-toggle-container" }, this.hasChildren ? (hAsync("ix-icon", { name: iconChevronRightSmall, size: "24", class: {
33120
33335
  ['icon-toggle-down']: !!((_b = this.context) === null || _b === void 0 ? void 0 : _b.isExpanded),
33121
33336
  }, color: "color-std-text", onClick: (e) => {
33122
33337
  e.preventDefault();
33123
33338
  e.stopPropagation();
33124
33339
  this.toggle.emit();
33125
- }, "aria-label": this.ariaLabelChevronIcon })) : null), hAsync("div", { key: '2d3bf649a70cd6f8cae585c09cc0cd0d90600502', class: "tree-node-container", onClick: () => {
33340
+ }, "aria-label": this.ariaLabelChevronIcon })) : null), hAsync("div", { key: '433f67a985cea3d1ea88f85e51355977197ae2fd', class: "tree-node-container", onClick: () => {
33126
33341
  this.itemClick.emit();
33127
- } }, hAsync("div", { key: '27405ea05eb88b7a038d467ddabbf07026490a44', class: "tree-node-text" }, this.text), hAsync("slot", { key: '3c73467430f00bcf20bf07aeb1f67283d978ab80' }))));
33342
+ } }, hAsync("div", { key: 'abd3864dc9a2425da258b1844617d37b5f38b831', class: "tree-node-text" }, this.text), hAsync("slot", { key: '16aa907095f9b1e28d825ca4cc6daacd04ca9bec' }))));
33128
33343
  }
33129
33344
  static get style() { return treeItemCss; }
33130
33345
  static get cmpMeta() { return {
@@ -33322,7 +33537,7 @@ class Upload {
33322
33537
  render() {
33323
33538
  const disabled = this.disabled || this.state === UploadFileState.LOADING;
33324
33539
  const _a = this.a11y, { 'aria-label': ariaLabel = 'Upload files' } = _a, a11y = __rest(_a, ['aria-label']);
33325
- return (hAsync(Host, Object.assign({ key: '1451f609553f5b88ea956830d7d5ad03cb5a3bde' }, a11y, { "aria-disabled": disabled }), hAsync("div", { key: 'a705d2fe51f3551a5030a7b3825b1a94eb5e7011', class: {
33540
+ return (hAsync(Host, Object.assign({ key: 'bf422891997d473a0d74b5654da1fc26df37b442' }, a11y, { "aria-disabled": disabled }), hAsync("div", { key: 'b37683a6d5e926dd4404374d58e9926f78bf41ec', class: {
33326
33541
  'file-upload-area': true,
33327
33542
  'file-over': this.state !== UploadFileState.LOADING && this.isFileOver,
33328
33543
  checking: this.state === UploadFileState.LOADING,
@@ -33332,9 +33547,9 @@ class Upload {
33332
33547
  if (this.state !== UploadFileState.LOADING) {
33333
33548
  this.fileDropped(e);
33334
33549
  }
33335
- }, onDragOver: (e) => this.fileOver(e), onDragLeave: () => this.fileLeave(), draggable: !this.disabled }, this.renderUploadState(), hAsync("div", { key: '57db9ccc37f9e21ae8cbe6e6bc120ed8ea6c4d9b' }, hAsync("input", { key: '2d692e13fceb32b08e710824e32915dc098e5050', "aria-label": ariaLabel, "aria-disabled": disabled, multiple: this.multiple, type: "file", class: "upload-browser", id: "upload-browser", tabindex: "-1", onChange: (e) => {
33550
+ }, onDragOver: (e) => this.fileOver(e), onDragLeave: () => this.fileLeave(), draggable: !this.disabled }, this.renderUploadState(), hAsync("div", { key: '042a23a8c008f2e851afebf1e7c6ed8d0135c954' }, hAsync("input", { key: '8f0b147483d1a87481f854fc17e1bb05cb646ee3', "aria-label": ariaLabel, "aria-disabled": disabled, multiple: this.multiple, type: "file", class: "upload-browser", id: "upload-browser", tabindex: "-1", onChange: (e) => {
33336
33551
  this.fileChangeEvent(e);
33337
- }, accept: this.accept, disabled: disabled }), hAsync("ix-button", { key: '6e083f1d642d1f31a6c83af36515b6fa61681525', variant: "secondary", "aria-disabled": disabled, onClick: () => this.inputElement.click(), disabled: disabled }, this.i18nUploadFile)))));
33552
+ }, accept: this.accept, disabled: disabled }), hAsync("ix-button", { key: 'c6aa9a9ae0cb9c9fdc577c318e78d9f1fef4744c', variant: "secondary", "aria-disabled": disabled, onClick: () => this.inputElement.click(), disabled: disabled }, this.i18nUploadFile)))));
33338
33553
  }
33339
33554
  get hostElement() { return getElement(this); }
33340
33555
  static get style() { return uploadCss; }
@@ -33362,6 +33577,174 @@ class Upload {
33362
33577
  }; }
33363
33578
  }
33364
33579
 
33580
+ const validationTooltipCss = ".text-xs{font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-s{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-caption-single{font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-default-title-single{font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.143em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-l-title-single{font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-h2{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}.text-xl{font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}a{color:var(--theme-color-primary)}:host{display:inline-block;position:relative;width:100%;z-index:var(--theme-z-index-tooltip)}:host .validation-tooltip{background-color:var(--theme-tooltip--background);color:var(--theme-tooltip--color);padding:5px 10px;border-radius:4px;font-size:13px;border:1px solid var(--theme-tooltip--border-color);box-shadow:0 0 2px 0 rgba(0, 0, 40, 0.1), 0 4px 8px 0 rgba(0, 0, 40, 0.1), 0 12px 18px 0 rgba(0, 0, 40, 0.1)}:host .validation-tooltip #arrow,:host .validation-tooltip #arrow::before{position:absolute;width:8px;height:8px;background:inherit}:host .validation-tooltip #arrow{visibility:hidden}:host .validation-tooltip #arrow::before{visibility:visible;content:\"\";transform:rotate(45deg);background-color:var(--theme-tooltip--background)}:host .validation-tooltip>#arrow{bottom:-5px}:host .validation-tooltip>#arrow::before{border-right:1px solid var(--theme-tooltip--border-color);border-bottom:1px solid var(--theme-tooltip--border-color)}";
33581
+
33582
+ /**
33583
+ * @slot tooltip-message - Custom tooltip message with html support
33584
+ *
33585
+ * @deprecated Will be removed with 4.0.0
33586
+ */
33587
+ class ValidationTooltip {
33588
+ constructor(hostRef) {
33589
+ registerInstance(this, hostRef);
33590
+ /**
33591
+ * Placement of the tooltip
33592
+ */
33593
+ this.placement = 'top';
33594
+ /**
33595
+ * Suppress the automatic placement of the dropdown.
33596
+ */
33597
+ this.suppressAutomaticPlacement = false;
33598
+ this.isInputValid = true;
33599
+ this.onSubmitBind = this.onSubmit.bind(this);
33600
+ this.onInputFocusBind = this.onInputFocus.bind(this);
33601
+ }
33602
+ get arrow() {
33603
+ return this.hostElement.shadowRoot.querySelector('#arrow');
33604
+ }
33605
+ get inputElement() {
33606
+ return this.hostElement.querySelector('input');
33607
+ }
33608
+ get formElement() {
33609
+ var _a;
33610
+ return (_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.form;
33611
+ }
33612
+ get tooltipElement() {
33613
+ return this.hostElement.shadowRoot.querySelector('.validation-tooltip');
33614
+ }
33615
+ destroyAutoUpdate() {
33616
+ if (this.tooltipElement) {
33617
+ this.tooltipElement.style.display = 'none';
33618
+ }
33619
+ if (this.autoUpdateCleanup) {
33620
+ this.autoUpdateCleanup();
33621
+ }
33622
+ }
33623
+ applyTooltipPosition() {
33624
+ this.tooltipElement.style.display = 'block';
33625
+ let positionConfig = {
33626
+ strategy: 'fixed',
33627
+ middleware: [
33628
+ inline(),
33629
+ shift(),
33630
+ offset({
33631
+ mainAxis: 8,
33632
+ }),
33633
+ ],
33634
+ };
33635
+ if (!positionConfig.middleware) {
33636
+ positionConfig.middleware = [];
33637
+ }
33638
+ if (!this.suppressAutomaticPlacement) {
33639
+ positionConfig.middleware.push(flip({ fallbackStrategy: 'initialPlacement' }));
33640
+ }
33641
+ positionConfig.placement = this.placement;
33642
+ this.autoUpdateCleanup = autoUpdate(this.inputElement, this.tooltipElement, async () => {
33643
+ positionConfig.middleware = [
33644
+ ...positionConfig.middleware,
33645
+ arrow({
33646
+ element: this.arrow,
33647
+ }),
33648
+ ];
33649
+ const computeResponse = await computePosition(this.inputElement, this.tooltipElement, positionConfig);
33650
+ if (computeResponse.middlewareData.arrow) {
33651
+ const { x, y } = computeResponse.middlewareData.arrow;
33652
+ this.arrowPosition = {
33653
+ x,
33654
+ y,
33655
+ };
33656
+ Object.assign(this.arrow.style, {
33657
+ left: x != null ? `${x}px` : '',
33658
+ top: y != null ? `${y}px` : '',
33659
+ });
33660
+ }
33661
+ this.tooltipPosition = {
33662
+ x: computeResponse.x,
33663
+ y: computeResponse.y,
33664
+ };
33665
+ }, {
33666
+ ancestorResize: true,
33667
+ ancestorScroll: true,
33668
+ elementResize: true,
33669
+ });
33670
+ }
33671
+ componentDidLoad() {
33672
+ if (!this.inputElement) {
33673
+ throw Error('Validation tooltip is only working with an direct input child.');
33674
+ }
33675
+ if (!this.formElement) {
33676
+ throw Error('Validation tooltip is only working with an form element.');
33677
+ }
33678
+ this.formElement.addEventListener('submit', this.onSubmitBind);
33679
+ this.inputElement.addEventListener('focus', this.onInputFocusBind);
33680
+ this.observer = new MutationObserver(() => {
33681
+ if (this.inputElement.classList.contains('is-invalid')) {
33682
+ this.isInputValid = false;
33683
+ this.validationChanged();
33684
+ }
33685
+ });
33686
+ this.observer.observe(this.inputElement, {
33687
+ childList: false,
33688
+ subtree: false,
33689
+ attributes: true,
33690
+ attributeFilter: ['class'],
33691
+ });
33692
+ }
33693
+ onInputFocus() {
33694
+ this.isInputValid = true;
33695
+ }
33696
+ onSubmit() {
33697
+ if (this.formElement.classList.contains('needs-validation')) {
33698
+ this.isInputValid = this.inputElement.validity.valid;
33699
+ }
33700
+ }
33701
+ disconnectedCallback() {
33702
+ var _a, _b, _c;
33703
+ (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
33704
+ this.destroyAutoUpdate();
33705
+ (_b = this.formElement) === null || _b === void 0 ? void 0 : _b.removeEventListener('submit', this.onSubmitBind);
33706
+ (_c = this.inputElement) === null || _c === void 0 ? void 0 : _c.removeEventListener('focus', this.onInputFocusBind);
33707
+ }
33708
+ validationChanged() {
33709
+ if (!this.isInputValid) {
33710
+ this.applyTooltipPosition();
33711
+ }
33712
+ else {
33713
+ this.destroyAutoUpdate();
33714
+ }
33715
+ }
33716
+ render() {
33717
+ var _a, _b, _c, _d;
33718
+ return (hAsync(Host, { key: '4fb1bd884352a044ab9d4ea2eb70d2d80b331ebf' }, hAsync("slot", { key: '67df32333b98236630a4caf63776ea634129d1ae' }), hAsync("div", { key: '19cd5c7800c381a86b7135fb4538f3cad08abe46', role: "tooltip", style: {
33719
+ display: 'none',
33720
+ position: 'fixed',
33721
+ top: '0',
33722
+ left: '0',
33723
+ transform: `translate(${Math.round((_b = (_a = this.tooltipPosition) === null || _a === void 0 ? void 0 : _a.x) !== null && _b !== void 0 ? _b : 0)}px,${Math.round((_d = (_c = this.tooltipPosition) === null || _c === void 0 ? void 0 : _c.y) !== null && _d !== void 0 ? _d : 0)}px)`,
33724
+ }, class: "validation-tooltip text-default" }, this.message, hAsync("slot", { key: 'f1ff77002cc733ef058755cc117747f1ba00a3ea', name: "tooltip-message" }), hAsync("div", { key: '5bcb70ba97cad112c1c5945d32cd52fa37784bb6', id: "arrow" }))));
33725
+ }
33726
+ get hostElement() { return getElement(this); }
33727
+ static get watchers() { return {
33728
+ "isInputValid": ["validationChanged"]
33729
+ }; }
33730
+ static get style() { return validationTooltipCss; }
33731
+ static get cmpMeta() { return {
33732
+ "$flags$": 265,
33733
+ "$tagName$": "ix-validation-tooltip",
33734
+ "$members$": {
33735
+ "message": [1],
33736
+ "placement": [1],
33737
+ "suppressAutomaticPlacement": [4, "suppress-automatic-placement"],
33738
+ "isInputValid": [32],
33739
+ "tooltipPosition": [32],
33740
+ "arrowPosition": [32]
33741
+ },
33742
+ "$listeners$": undefined,
33743
+ "$lazyBundleId$": "-",
33744
+ "$attrsToReflect$": []
33745
+ }; }
33746
+ }
33747
+
33365
33748
  const workflowStepCss = ":host(:not(.host-vertical)){width:12rem;height:4rem;min-width:2rem;min-height:4rem;max-width:12rem}:host(.host-vertical){width:100%;height:4rem;min-width:4rem;min-height:2rem;max-height:12rem}:host{display:inline-block;position:relative}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}: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{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}: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);padding:1.125rem 0 0.5rem 0}: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:100%;padding:0 0.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center}:host .step.vertical{flex-direction:row;padding:0;height:100%}:host .step.vertical .wrapper{width:auto;padding-left:1.125rem;height:100%}: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:0 1rem;padding:0;width:auto}: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)}";
33366
33749
 
33367
33750
  class WorkflowStep {
@@ -33420,7 +33803,8 @@ class WorkflowStep {
33420
33803
  break;
33421
33804
  case 'warning':
33422
33805
  this.iconName = iconWarning;
33423
- this.iconColor = 'color-warning';
33806
+ //TODO(IX-3400): Replace icon colors with proper CSS variables when available
33807
+ this.iconColor = 'color-warning-text';
33424
33808
  break;
33425
33809
  case 'error':
33426
33810
  this.iconName = iconError;
@@ -33466,18 +33850,18 @@ class WorkflowStep {
33466
33850
  }
33467
33851
  render() {
33468
33852
  const icons = !this.customIconSlot ? (hAsync(Fragment, null, hAsync("ix-icon", { color: "color-1", name: this.status === 'warning' ? iconTriangleFilled : iconCircleFilled, class: "absolute", size: "24" }), hAsync("ix-icon", { color: this.iconColor, name: this.iconName, class: "absolute", size: "24", "aria-label": this.getIconAriaLabel() }))) : null;
33469
- return (hAsync(Host, { key: '5ca415dbf8980f334bcf59a76f781bb44bb3544e', class: { 'host-vertical': this.vertical }, onClick: () => this.onStepClick() }, hAsync("div", { key: '741e55477d0f93fe76320d58507ea35c577710f7', tabIndex: 0, class: {
33853
+ return (hAsync(Host, { key: '488384edaa48299378abedcdff04034687550886', class: { 'host-vertical': this.vertical }, onClick: () => this.onStepClick() }, hAsync("div", { key: '2127d37a5062e645d50cc1b731c555b580ab2b16', tabIndex: 0, class: {
33470
33854
  step: true,
33471
33855
  selected: this.selected,
33472
33856
  vertical: this.vertical,
33473
33857
  disabled: this.disabled,
33474
33858
  clickable: this.clickable && !this.disabled,
33475
- } }, hAsync("div", { key: '28cbecf59891231d2fa4316fa8c77c33229a9cc4', class: "wrapper" }, hAsync("div", { key: '60195eab00ad1e4be102347d850d41db89c901d9', class: {
33859
+ } }, hAsync("div", { key: '26445756e35b3b15ab1d3a98a004f70300fe48e5', class: "wrapper" }, hAsync("div", { key: 'd1eaee49190a99111893a6c48f15b86c27fc2a7b', class: {
33476
33860
  line: true,
33477
33861
  selected: this.selected,
33478
33862
  [this.status]: true,
33479
33863
  [this.position]: true,
33480
- } }), hAsync("div", { key: '9178761bb03e982655cd3e110c22a2aac800fd9c', class: "iconWrapper" }, icons, hAsync("slot", { key: '87288c358eeae6647e403d391708682221bc0ba1', name: "custom-icon" }))), hAsync("div", { key: '4cca9daa0e142fe68eeecc4fa814666275855969', class: "text" }, hAsync("slot", { key: '52f7a9c4abddd6676314765ceade4d546e7a3668' })))));
33864
+ } }), hAsync("div", { key: '89857433644f037867ff1de38c359617ae2ea0f6', class: "iconWrapper" }, icons, hAsync("slot", { key: 'de995c4b059a3959574dbc9362e771e8fe0739a7', name: "custom-icon" }))), hAsync("div", { key: '73a9e22a56933af2b3ee054aeab92ff7a8b5165a', class: "text" }, hAsync("slot", { key: 'b5123599dbc97cea396640ea56910b24c701c319' })))));
33481
33865
  }
33482
33866
  get hostElement() { return getElement(this); }
33483
33867
  static get watchers() { return {
@@ -33582,7 +33966,7 @@ class WorkflowSteps {
33582
33966
  this.updateSteps();
33583
33967
  }
33584
33968
  render() {
33585
- return (hAsync(Host, { key: '4b1deac309ae7e20f8666445a1f0b159d109ffdd' }, hAsync("div", { key: '09a2fabd46706d641330d20987e6da7b53a4031d', class: { steps: true, vertical: this.vertical } }, hAsync("slot", { key: '265c86ef75c802e96f6364b95bd1d0621d4fd334' }))));
33969
+ return (hAsync(Host, { key: '58f2b6c6dadb7f4bcef41463aeb7d0e7c7b78903' }, hAsync("div", { key: '186972fd1f22f0a99af92bda5643c5156097122c', class: { steps: true, vertical: this.vertical } }, hAsync("slot", { key: '3d5efbb4c9ff065c8838a08c9ca5c9e4ce0daefb' }))));
33586
33970
  }
33587
33971
  get hostElement() { return getElement(this); }
33588
33972
  static get style() { return workflowStepsCss; }
@@ -33654,6 +34038,7 @@ registerComponents([
33654
34038
  IconButton,
33655
34039
  IconToggleButton,
33656
34040
  Input,
34041
+ InputGroup,
33657
34042
  IxActionCard,
33658
34043
  IxTypography,
33659
34044
  KeyValue,
@@ -33710,6 +34095,7 @@ registerComponents([
33710
34095
  Tree,
33711
34096
  TreeItem,
33712
34097
  Upload,
34098
+ ValidationTooltip,
33713
34099
  WorkflowStep,
33714
34100
  WorkflowSteps,
33715
34101
  ]);