@siemens/ix 0.0.0-pr-2238-20251103105018 → 0.0.0-pr-2297-20251204163058

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 (1009) hide show
  1. package/components/index.js +4 -4
  2. package/components/index.js.map +1 -1
  3. package/components/ix-action-card.js +4 -4
  4. package/components/ix-application-header.js +263 -1
  5. package/components/ix-application-header.js.map +1 -1
  6. package/components/ix-application-sidebar.js +1 -1
  7. package/components/ix-application-switch-modal.js +8 -8
  8. package/components/ix-application.js +5 -7
  9. package/components/ix-application.js.map +1 -1
  10. package/components/ix-avatar.js +1 -1
  11. package/components/ix-blind.js +8 -8
  12. package/components/ix-breadcrumb-item.js +1 -1
  13. package/components/ix-breadcrumb.js +7 -7
  14. package/components/ix-button.js +1 -1
  15. package/components/ix-card-accordion.js +1 -1
  16. package/components/ix-card-content.js +1 -1
  17. package/components/ix-card-list.js +12 -12
  18. package/components/ix-card-title.js +1 -1
  19. package/components/ix-card.js +1 -1
  20. package/components/ix-category-filter.js +21 -15
  21. package/components/ix-category-filter.js.map +1 -1
  22. package/components/ix-checkbox-group.js +8 -8
  23. package/components/ix-checkbox.js +6 -6
  24. package/components/ix-chip.js +10 -10
  25. package/components/ix-col.js +1 -1
  26. package/components/ix-content-header.js +8 -8
  27. package/components/ix-content.js +4 -4
  28. package/components/ix-css-grid-item.js +2 -2
  29. package/components/ix-css-grid.js +2 -2
  30. package/components/ix-custom-field.js +7 -7
  31. package/components/ix-date-dropdown.js +16 -16
  32. package/components/ix-date-input.js +34 -20
  33. package/components/ix-date-input.js.map +1 -1
  34. package/components/ix-date-picker.js +1 -1
  35. package/components/ix-date-time-card.js +1 -1
  36. package/components/ix-datetime-picker.js +14 -14
  37. package/components/ix-datetime-picker.js.map +1 -1
  38. package/components/ix-divider.js +1 -1
  39. package/components/ix-drawer.js +9 -9
  40. package/components/ix-dropdown-button.js +9 -9
  41. package/components/ix-dropdown-header.js +3 -3
  42. package/components/ix-dropdown-item.js +1 -1
  43. package/components/ix-dropdown-quick-actions.js +2 -2
  44. package/components/ix-dropdown.js +1 -1
  45. package/components/ix-empty-state.js +5 -5
  46. package/components/ix-event-list-item.js +6 -6
  47. package/components/ix-event-list.js +3 -3
  48. package/components/ix-expanding-search.js +8 -8
  49. package/components/ix-field-label.js +1 -1
  50. package/components/ix-field-wrapper.js +1 -1
  51. package/components/ix-filter-chip.js +1 -1
  52. package/components/ix-flip-tile-content.js +2 -2
  53. package/components/ix-flip-tile.js +7 -7
  54. package/components/ix-group-context-menu.js +1 -1
  55. package/components/ix-group-item.js +1 -1
  56. package/components/ix-group.js +14 -14
  57. package/components/ix-helper-text.js +5 -5
  58. package/components/ix-icon-button.js +1 -1
  59. package/components/ix-icon-toggle-button.js +4 -4
  60. package/components/ix-input-group.js +2 -2
  61. package/components/ix-input.js +26 -15
  62. package/components/ix-input.js.map +1 -1
  63. package/components/ix-key-value-list.js +2 -2
  64. package/components/ix-key-value.js +2 -2
  65. package/components/ix-kpi.js +5 -5
  66. package/components/ix-layout-auto.js +2 -2
  67. package/components/ix-layout-grid.js +1 -1
  68. package/components/ix-link-button.js +6 -6
  69. package/components/ix-link-button.js.map +1 -1
  70. package/components/ix-menu-about-item.js +2 -2
  71. package/components/ix-menu-about-news.js +10 -10
  72. package/components/ix-menu-about.js +11 -9
  73. package/components/ix-menu-about.js.map +1 -1
  74. package/components/ix-menu-avatar-item.js +1 -1
  75. package/components/ix-menu-avatar.js +12 -12
  76. package/components/ix-menu-category.js +14 -14
  77. package/components/ix-menu-expand-icon.js +1 -1
  78. package/components/ix-menu-item.js +1 -1
  79. package/components/ix-menu-settings-item.js +2 -2
  80. package/components/ix-menu-settings.js +1 -1
  81. package/components/ix-menu.js +22 -32
  82. package/components/ix-menu.js.map +1 -1
  83. package/components/ix-message-bar.js +5 -5
  84. package/components/ix-modal-content.js +1 -1
  85. package/components/ix-modal-footer.js +2 -2
  86. package/components/ix-modal-header.js +1 -1
  87. package/components/ix-modal-loading.js +3 -3
  88. package/components/ix-modal.js +5 -5
  89. package/components/ix-number-input.js +172 -39
  90. package/components/ix-number-input.js.map +1 -1
  91. package/components/ix-pagination.js +45 -22
  92. package/components/ix-pagination.js.map +1 -1
  93. package/components/ix-pane-layout.js +2 -2
  94. package/components/ix-pane.js +11 -11
  95. package/components/ix-pill.js +7 -7
  96. package/components/ix-progress-indicator.js +7 -7
  97. package/components/ix-push-card.js +7 -7
  98. package/components/ix-radio-group.js +40 -9
  99. package/components/ix-radio-group.js.map +1 -1
  100. package/components/ix-radio.js +46 -20
  101. package/components/ix-radio.js.map +1 -1
  102. package/components/ix-row.js +1 -1
  103. package/components/ix-select-item.js +1 -1
  104. package/components/ix-select.js +1 -1
  105. package/components/ix-slider.js +10 -10
  106. package/components/ix-spinner.js +1 -1
  107. package/components/ix-split-button.js +32 -18
  108. package/components/ix-split-button.js.map +1 -1
  109. package/components/ix-tab-item.js +1 -1
  110. package/components/ix-tabs.js +1 -1
  111. package/components/ix-textarea.js +9 -9
  112. package/components/ix-tile.js +5 -5
  113. package/components/ix-time-input.js +35 -21
  114. package/components/ix-time-input.js.map +1 -1
  115. package/components/ix-time-picker.js +1 -1
  116. package/components/ix-toast-container.js +7 -7
  117. package/components/ix-toast.js +1 -1
  118. package/components/ix-toggle-button.js +3 -3
  119. package/components/ix-toggle.js +6 -6
  120. package/components/ix-toggle.js.map +1 -1
  121. package/components/ix-tooltip.js +1 -1
  122. package/components/ix-tree-item.js +1 -1
  123. package/components/ix-tree.js +3 -3
  124. package/components/ix-typography.js +1 -1
  125. package/components/ix-upload.js +7 -7
  126. package/components/ix-validation-tooltip.js +3 -3
  127. package/components/ix-workflow-step.js +5 -5
  128. package/components/ix-workflow-steps.js +2 -2
  129. package/components/{p-BccEFWg2.js → p-10zMtvCF.js} +6 -6
  130. package/components/{p-BccEFWg2.js.map → p-10zMtvCF.js.map} +1 -1
  131. package/components/{p-CkrLmEP7.js → p-1pd_0dhF.js} +4 -4
  132. package/components/{p-CkrLmEP7.js.map → p-1pd_0dhF.js.map} +1 -1
  133. package/components/{p-BUIOrNGz.js → p-7E7AMiQV.js} +7 -7
  134. package/components/p-7E7AMiQV.js.map +1 -0
  135. package/components/{p-BNwXjBuF.js → p-B006bhbX.js} +4 -4
  136. package/components/{p-BNwXjBuF.js.map → p-B006bhbX.js.map} +1 -1
  137. package/components/{p-DrH8EeUB.js → p-B1p0kpQJ.js} +6 -6
  138. package/components/{p-DrH8EeUB.js.map → p-B1p0kpQJ.js.map} +1 -1
  139. package/components/{p-DOEb0lKA.js → p-B45tl2du.js} +4 -4
  140. package/components/{p-DOEb0lKA.js.map → p-B45tl2du.js.map} +1 -1
  141. package/components/{p-DgfGA7Z3.js → p-BBwXlKhE.js} +4 -4
  142. package/components/{p-DgfGA7Z3.js.map → p-BBwXlKhE.js.map} +1 -1
  143. package/components/{p-ciUqTzkB.js → p-BEDohapR.js} +6 -6
  144. package/components/{p-ciUqTzkB.js.map → p-BEDohapR.js.map} +1 -1
  145. package/components/{p-DsftMeEA.js → p-BGdI6-nv.js} +4 -4
  146. package/components/{p-DsftMeEA.js.map → p-BGdI6-nv.js.map} +1 -1
  147. package/components/{p-XiZWDi7n.js → p-BGjnKa2h.js} +4 -4
  148. package/components/{p-XiZWDi7n.js.map → p-BGjnKa2h.js.map} +1 -1
  149. package/components/{p-D1In20Wh.js → p-BI7B-PUA.js} +5 -5
  150. package/components/{p-D1In20Wh.js.map → p-BI7B-PUA.js.map} +1 -1
  151. package/components/{p-VMk3rl5y.js → p-BIg1TSrD.js} +9 -9
  152. package/components/{p-VMk3rl5y.js.map → p-BIg1TSrD.js.map} +1 -1
  153. package/components/{p-CCQYIDJK.js → p-BLeWaHpy.js} +7 -7
  154. package/components/{p-CCQYIDJK.js.map → p-BLeWaHpy.js.map} +1 -1
  155. package/components/{p-DBsESzrF.js → p-BOQ00Fbs.js} +70 -29
  156. package/components/p-BOQ00Fbs.js.map +1 -0
  157. package/components/{p-CO2zhw6V.js → p-BQk7HpA-.js} +3 -3
  158. package/components/{p-CO2zhw6V.js.map → p-BQk7HpA-.js.map} +1 -1
  159. package/components/{p-CtusOOtv.js → p-BR5ayBuu.js} +6 -6
  160. package/components/{p-CtusOOtv.js.map → p-BR5ayBuu.js.map} +1 -1
  161. package/components/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -3
  162. package/components/p-BhgW5qDm.js.map +1 -0
  163. package/components/{p-BaWdG-ph.js → p-BiqdnsgA.js} +20 -13
  164. package/components/p-BiqdnsgA.js.map +1 -0
  165. package/components/{p-BxNzvWr2.js → p-Bk0vKwmt.js} +5 -5
  166. package/components/{p-BxNzvWr2.js.map → p-Bk0vKwmt.js.map} +1 -1
  167. package/components/{p-Bvf7gwPU.js → p-BmMUyJRQ.js} +89 -53
  168. package/components/p-BmMUyJRQ.js.map +1 -0
  169. package/components/{p-taILGXkr.js → p-BvsadYCu.js} +3 -3
  170. package/components/{p-taILGXkr.js.map → p-BvsadYCu.js.map} +1 -1
  171. package/components/{p-BEzKnceP.js → p-Bye33cYU.js} +9 -9
  172. package/components/{p-BEzKnceP.js.map → p-Bye33cYU.js.map} +1 -1
  173. package/components/{p-BvKUU6Ta.js → p-C4KxNeD2.js} +4 -4
  174. package/components/{p-BvKUU6Ta.js.map → p-C4KxNeD2.js.map} +1 -1
  175. package/components/{p-Qsbo2ls8.js → p-C6_1qmP4.js} +5 -5
  176. package/components/{p-Qsbo2ls8.js.map → p-C6_1qmP4.js.map} +1 -1
  177. package/components/{p-CQhe_rqk.js → p-COWPG_SD.js} +6 -6
  178. package/components/p-COWPG_SD.js.map +1 -0
  179. package/components/{p-CFAI8dx_.js → p-CV_EVAOW.js} +3 -3
  180. package/components/{p-CFAI8dx_.js.map → p-CV_EVAOW.js.map} +1 -1
  181. package/components/{p-D_rmJU0n.js → p-CjDPpSJX.js} +16 -16
  182. package/components/p-CjDPpSJX.js.map +1 -0
  183. package/components/{p-DeBhxnHo.js → p-ClQxnZ3d.js} +8 -8
  184. package/components/{p-DeBhxnHo.js.map → p-ClQxnZ3d.js.map} +1 -1
  185. package/components/{p-DcjRXRwg.js → p-ColBHyXN.js} +7 -7
  186. package/components/{p-DcjRXRwg.js.map → p-ColBHyXN.js.map} +1 -1
  187. package/components/{p-0MSWDTqB.js → p-CrqgL2m1.js} +10 -6
  188. package/components/p-CrqgL2m1.js.map +1 -0
  189. package/components/{p-By1IU8iL.js → p-CvD2yWeJ.js} +5 -5
  190. package/components/{p-By1IU8iL.js.map → p-CvD2yWeJ.js.map} +1 -1
  191. package/components/{p-fahyavc3.js → p-CvF96Z51.js} +8 -8
  192. package/components/{p-fahyavc3.js.map → p-CvF96Z51.js.map} +1 -1
  193. package/components/{p-CKuNFgoe.js → p-D-__gyet.js} +3 -3
  194. package/components/{p-CKuNFgoe.js.map → p-D-__gyet.js.map} +1 -1
  195. package/components/{p-cw5RHost.js → p-DC9anobw.js} +8 -8
  196. package/components/{p-cw5RHost.js.map → p-DC9anobw.js.map} +1 -1
  197. package/components/{p-CHAuj3bi.js → p-DSTHZygb.js} +10 -10
  198. package/components/{p-CHAuj3bi.js.map → p-DSTHZygb.js.map} +1 -1
  199. package/components/{p-DLPEB4G8.js → p-DUU5I7wZ.js} +70 -45
  200. package/components/p-DUU5I7wZ.js.map +1 -0
  201. package/components/{p-IgT3dgxG.js → p-DXFN8JXp.js} +21 -10
  202. package/components/p-DXFN8JXp.js.map +1 -0
  203. package/components/{p-JUUSQc_M.js → p-D_4Mf9jE.js} +3 -3
  204. package/components/{p-JUUSQc_M.js.map → p-D_4Mf9jE.js.map} +1 -1
  205. package/components/{p-BWTF-D2w.js → p-Db0RazS2.js} +4 -4
  206. package/components/{p-BWTF-D2w.js.map → p-Db0RazS2.js.map} +1 -1
  207. package/components/{p-W_8b1-4d.js → p-DdLose3V.js} +3 -3
  208. package/components/{p-W_8b1-4d.js.map → p-DdLose3V.js.map} +1 -1
  209. package/components/{p-DzscKBhb.js → p-DlVaL0Yi.js} +9 -9
  210. package/components/{p-DzscKBhb.js.map → p-DlVaL0Yi.js.map} +1 -1
  211. package/components/{p-CJphMgA7.js → p-Dp03DeD0.js} +7 -7
  212. package/components/{p-CJphMgA7.js.map → p-Dp03DeD0.js.map} +1 -1
  213. package/components/{p-2fxFa_VL.js → p-Dq_H2flK.js} +10 -4
  214. package/components/p-Dq_H2flK.js.map +1 -0
  215. package/components/{p-jbrSDf3o.js → p-Dy6xvLn4.js} +5 -5
  216. package/components/{p-jbrSDf3o.js.map → p-Dy6xvLn4.js.map} +1 -1
  217. package/components/{p-FnN74Elm.js → p-MuPiaYr1.js} +3 -3
  218. package/components/{p-FnN74Elm.js.map → p-MuPiaYr1.js.map} +1 -1
  219. package/components/{p-CINrBR9H.js → p-N4h8LKe5.js} +4 -4
  220. package/components/{p-CINrBR9H.js.map → p-N4h8LKe5.js.map} +1 -1
  221. package/components/{p-C6MbjoUl.js → p-PpLLlogo.js} +8 -8
  222. package/components/{p-C6MbjoUl.js.map → p-PpLLlogo.js.map} +1 -1
  223. package/components/{p-xZXH2vKm.js → p-hwPzPVf8.js} +5 -5
  224. package/components/{p-xZXH2vKm.js.map → p-hwPzPVf8.js.map} +1 -1
  225. package/dist/cjs/{context-B8bRIFA2.js → context-CmNuiaNz.js} +2 -3
  226. package/dist/{esm/context-CKM5pVsv.js.map → cjs/context-CmNuiaNz.js.map} +1 -1
  227. package/dist/cjs/{helper-text-util-BlElJLxk.js → helper-text-util-D2W-yNmK.js} +8 -4
  228. package/dist/cjs/helper-text-util-D2W-yNmK.js.map +1 -0
  229. package/dist/cjs/index-C8Xo8L1k.js +6 -18
  230. package/dist/cjs/index.cjs.js.map +1 -1
  231. package/dist/cjs/{input.util-4AhBphgX.js → input.fc-DrxRYq_G.js} +69 -43
  232. package/dist/cjs/input.fc-DrxRYq_G.js.map +1 -0
  233. package/dist/cjs/ix-application-header.cjs.entry.js +10 -15
  234. package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -1
  235. package/dist/cjs/ix-application.cjs.entry.js +4 -6
  236. package/dist/cjs/ix-application.entry.cjs.js.map +1 -1
  237. package/dist/cjs/ix-avatar_2.cjs.entry.js +1 -1
  238. package/dist/cjs/ix-blind.cjs.entry.js +5 -5
  239. package/dist/cjs/ix-breadcrumb.cjs.entry.js +2 -2
  240. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +5 -5
  241. package/dist/cjs/ix-card-list.cjs.entry.js +4 -4
  242. package/dist/cjs/ix-card_2.cjs.entry.js +3 -3
  243. package/dist/cjs/ix-category-filter.cjs.entry.js +14 -8
  244. package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -1
  245. package/dist/cjs/ix-checkbox-group.cjs.entry.js +3 -3
  246. package/dist/cjs/ix-checkbox.cjs.entry.js +4 -4
  247. package/dist/cjs/ix-chip.cjs.entry.js +4 -4
  248. package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -1
  249. package/dist/cjs/ix-col_4.cjs.entry.js +10 -10
  250. package/dist/cjs/ix-content-header.cjs.entry.js +3 -3
  251. package/dist/cjs/ix-content.cjs.entry.js +3 -3
  252. package/dist/cjs/ix-css-grid-item.cjs.entry.js +1 -1
  253. package/dist/cjs/ix-css-grid.cjs.entry.js +1 -1
  254. package/dist/cjs/ix-custom-field.cjs.entry.js +2 -2
  255. package/dist/cjs/ix-date-dropdown.cjs.entry.js +4 -4
  256. package/dist/cjs/ix-date-input.cjs.entry.js +24 -12
  257. package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -1
  258. package/dist/cjs/ix-date-time-card.cjs.entry.js +3 -3
  259. package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -1
  260. package/dist/cjs/ix-datetime-picker.cjs.entry.js +2 -2
  261. package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -1
  262. package/dist/cjs/ix-divider.cjs.entry.js +1 -1
  263. package/dist/cjs/ix-drawer.cjs.entry.js +5 -5
  264. package/dist/cjs/ix-dropdown-button.cjs.entry.js +3 -3
  265. package/dist/cjs/ix-dropdown-header.cjs.entry.js +1 -1
  266. package/dist/cjs/ix-dropdown-item.cjs.entry.js +3 -3
  267. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +1 -1
  268. package/dist/cjs/ix-dropdown.cjs.entry.js +2 -2
  269. package/dist/cjs/ix-empty-state.cjs.entry.js +1 -1
  270. package/dist/cjs/ix-event-list-item.cjs.entry.js +4 -4
  271. package/dist/cjs/ix-event-list.cjs.entry.js +2 -2
  272. package/dist/cjs/ix-expanding-search.cjs.entry.js +4 -4
  273. package/dist/cjs/ix-field-label_2.cjs.entry.js +5 -5
  274. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +2 -2
  275. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +1 -1
  276. package/dist/cjs/ix-flip-tile.cjs.entry.js +3 -3
  277. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +1 -1
  278. package/dist/cjs/ix-group.cjs.entry.js +8 -8
  279. package/dist/cjs/ix-helper-text.cjs.entry.js +3 -3
  280. package/dist/cjs/ix-icon-button_2.cjs.entry.js +2 -2
  281. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +1 -1
  282. package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
  283. package/dist/cjs/ix-input.cjs.entry.js +21 -12
  284. package/dist/cjs/ix-input.entry.cjs.js.map +1 -1
  285. package/dist/cjs/ix-key-value-list.cjs.entry.js +1 -1
  286. package/dist/cjs/ix-key-value.cjs.entry.js +1 -1
  287. package/dist/cjs/ix-kpi.cjs.entry.js +3 -3
  288. package/dist/cjs/ix-layout-auto.cjs.entry.js +1 -1
  289. package/dist/cjs/ix-link-button.cjs.entry.js +4 -4
  290. package/dist/cjs/ix-link-button.entry.cjs.js.map +1 -1
  291. package/dist/cjs/ix-menu-about-item.cjs.entry.js +1 -1
  292. package/dist/cjs/ix-menu-about-news.cjs.entry.js +4 -4
  293. package/dist/cjs/ix-menu-about.cjs.entry.js +6 -4
  294. package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -1
  295. package/dist/cjs/ix-menu-avatar.cjs.entry.js +2 -2
  296. package/dist/cjs/ix-menu-category.cjs.entry.js +6 -6
  297. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +1 -1
  298. package/dist/cjs/ix-menu-item.cjs.entry.js +4 -4
  299. package/dist/cjs/{ix-menu-settings-Cdqo0r8E.js → ix-menu-settings-CtWl0bME.js} +14 -7
  300. package/dist/cjs/ix-menu-settings-CtWl0bME.js.map +1 -0
  301. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +1 -1
  302. package/dist/cjs/ix-menu-settings.cjs.entry.js +1 -1
  303. package/dist/cjs/ix-menu.cjs.entry.js +13 -23
  304. package/dist/cjs/ix-menu.entry.cjs.js.map +1 -1
  305. package/dist/cjs/ix-message-bar.cjs.entry.js +1 -1
  306. package/dist/cjs/ix-modal-content_2.cjs.entry.js +2 -2
  307. package/dist/cjs/ix-modal-footer.cjs.entry.js +1 -1
  308. package/dist/cjs/ix-modal-loading.cjs.entry.js +1 -1
  309. package/dist/cjs/ix-modal.cjs.entry.js +3 -3
  310. package/dist/cjs/ix-number-input.cjs.entry.js +162 -34
  311. package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -1
  312. package/dist/cjs/ix-pagination.cjs.entry.js +29 -7
  313. package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -1
  314. package/dist/cjs/ix-pane-layout.cjs.entry.js +1 -1
  315. package/dist/cjs/ix-pane.cjs.entry.js +6 -6
  316. package/dist/cjs/ix-pill.cjs.entry.js +4 -4
  317. package/dist/cjs/ix-progress-indicator.cjs.entry.js +3 -3
  318. package/dist/cjs/ix-push-card.cjs.entry.js +1 -1
  319. package/dist/cjs/ix-radio-group.cjs.entry.js +33 -3
  320. package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -1
  321. package/dist/cjs/ix-radio.cjs.entry.js +43 -18
  322. package/dist/cjs/ix-radio.entry.cjs.js.map +1 -1
  323. package/dist/cjs/ix-select.cjs.entry.js +53 -14
  324. package/dist/cjs/ix-select.entry.cjs.js.map +1 -1
  325. package/dist/cjs/ix-slider.cjs.entry.js +6 -6
  326. package/dist/cjs/ix-split-button.cjs.entry.js +24 -12
  327. package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -1
  328. package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -1
  329. package/dist/cjs/ix-tab-item_2.cjs.entry.js +6 -6
  330. package/dist/cjs/ix-textarea.cjs.entry.js +6 -6
  331. package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -1
  332. package/dist/cjs/ix-tile.cjs.entry.js +4 -4
  333. package/dist/cjs/ix-time-input.cjs.entry.js +24 -12
  334. package/dist/cjs/ix-time-input.entry.cjs.js.map +1 -1
  335. package/dist/cjs/ix-time-picker.cjs.entry.js +81 -45
  336. package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -1
  337. package/dist/cjs/ix-toast-container.cjs.entry.js +2 -2
  338. package/dist/cjs/ix-toast.cjs.entry.js +2 -2
  339. package/dist/cjs/ix-toggle.cjs.entry.js +4 -4
  340. package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -1
  341. package/dist/cjs/ix-tooltip.cjs.entry.js +17 -6
  342. package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -1
  343. package/dist/cjs/ix-tree-item.cjs.entry.js +4 -4
  344. package/dist/cjs/ix-tree.cjs.entry.js +1 -1
  345. package/dist/cjs/ix-typography.cjs.entry.js +1 -1
  346. package/dist/cjs/ix-upload.cjs.entry.js +3 -3
  347. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +2 -2
  348. package/dist/cjs/ix-workflow-step.cjs.entry.js +3 -3
  349. package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
  350. package/dist/cjs/loader.cjs.js +1 -1
  351. package/dist/cjs/siemens-ix.cjs.js +1 -1
  352. package/dist/cjs/{validation-CfL71_0d.js → validation-DTmSqO2d.js} +9 -2
  353. package/dist/{esm/validation-D_dk-JqT.js.map → cjs/validation-DTmSqO2d.js.map} +1 -1
  354. package/dist/collection/collection-manifest.json +0 -3
  355. package/dist/collection/components/application/application.js +3 -5
  356. package/dist/collection/components/application/application.js.map +1 -1
  357. package/dist/collection/components/application-header/application-header.js +9 -14
  358. package/dist/collection/components/application-header/application-header.js.map +1 -1
  359. package/dist/collection/components/blind/blind.js +5 -5
  360. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  361. package/dist/collection/components/card/card.js +2 -2
  362. package/dist/collection/components/card-accordion/card-accordion.js +4 -4
  363. package/dist/collection/components/card-content/card-content.js +1 -1
  364. package/dist/collection/components/card-list/card-list.js +4 -4
  365. package/dist/collection/components/card-title/card-title.js +1 -1
  366. package/dist/collection/components/category-filter/category-filter.css +321 -50
  367. package/dist/collection/components/category-filter/category-filter.js +13 -7
  368. package/dist/collection/components/category-filter/category-filter.js.map +1 -1
  369. package/dist/collection/components/checkbox/checkbox.js +3 -3
  370. package/dist/collection/components/checkbox-group/checkbox-group.js +2 -2
  371. package/dist/collection/components/chip/chip.js +4 -4
  372. package/dist/collection/components/col/col.js +1 -1
  373. package/dist/collection/components/content/content.js +3 -3
  374. package/dist/collection/components/content-header/content-header.js +3 -3
  375. package/dist/collection/components/css-grid/css-grid-item.js +1 -1
  376. package/dist/collection/components/css-grid/css-grid.js +1 -1
  377. package/dist/collection/components/custom-field/custom-field.js +1 -1
  378. package/dist/collection/components/date-dropdown/date-dropdown.js +4 -4
  379. package/dist/collection/components/date-input/date-input.js +60 -8
  380. package/dist/collection/components/date-input/date-input.js.map +1 -1
  381. package/dist/collection/components/date-picker/date-picker.css +6 -8
  382. package/dist/collection/components/date-picker/date-picker.js +5 -5
  383. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  384. package/dist/collection/components/date-time-card/date-time-card.css +3 -2
  385. package/dist/collection/components/date-time-card/date-time-card.js +2 -2
  386. package/dist/collection/components/datetime-picker/datetime-picker.css +12 -1
  387. package/dist/collection/components/datetime-picker/datetime-picker.js +1 -1
  388. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -1
  389. package/dist/collection/components/divider/divider.js +1 -1
  390. package/dist/collection/components/drawer/drawer.js +5 -5
  391. package/dist/collection/components/dropdown/dropdown.js +2 -2
  392. package/dist/collection/components/dropdown-button/dropdown-button.js +3 -3
  393. package/dist/collection/components/dropdown-header/dropdown-header.js +1 -1
  394. package/dist/collection/components/dropdown-item/dropdown-item.js +3 -3
  395. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +1 -1
  396. package/dist/collection/components/empty-state/empty-state.js +1 -1
  397. package/dist/collection/components/event-list/event-list.js +2 -2
  398. package/dist/collection/components/event-list-item/event-list-item.js +4 -4
  399. package/dist/collection/components/expanding-search/expanding-search.js +4 -4
  400. package/dist/collection/components/field-label/field-label.js +1 -1
  401. package/dist/collection/components/field-wrapper/field-wrapper.js +2 -2
  402. package/dist/collection/components/field-wrapper/helper-text-util.js +6 -2
  403. package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -1
  404. package/dist/collection/components/filter-chip/filter-chip.js +1 -1
  405. package/dist/collection/components/flip-tile/flip-tile.js +3 -3
  406. package/dist/collection/components/flip-tile-content/flip-tile-content.js +1 -1
  407. package/dist/collection/components/group/group-context-menu.js +1 -1
  408. package/dist/collection/components/group/group.js +8 -8
  409. package/dist/collection/components/helper-text/helper-text.js +1 -1
  410. package/dist/collection/components/icon-button/icon-button.js +1 -1
  411. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +1 -1
  412. package/dist/collection/components/input/input.fc.js +10 -1
  413. package/dist/collection/components/input/input.fc.js.map +1 -1
  414. package/dist/collection/components/input/input.js +54 -5
  415. package/dist/collection/components/input/input.js.map +1 -1
  416. package/dist/collection/components/input/input.util.js +20 -3
  417. package/dist/collection/components/input/input.util.js.map +1 -1
  418. package/dist/collection/components/input/number-input.js +228 -36
  419. package/dist/collection/components/input/number-input.js.map +1 -1
  420. package/dist/collection/components/input/textarea.js +2 -2
  421. package/dist/collection/components/input-group/input-group.js +1 -1
  422. package/dist/collection/components/key-value/key-value.js +1 -1
  423. package/dist/collection/components/key-value-list/key-value-list.js +1 -1
  424. package/dist/collection/components/kpi/kpi.js +3 -3
  425. package/dist/collection/components/layout-auto/layout-auto.js +1 -1
  426. package/dist/collection/components/layout-grid/layout-grid.js +2 -2
  427. package/dist/collection/components/link-button/link-button.css +2 -8
  428. package/dist/collection/components/link-button/link-button.js +3 -3
  429. package/dist/collection/components/menu/menu-expand-icon.js +1 -1
  430. package/dist/collection/components/menu/menu.js +12 -22
  431. package/dist/collection/components/menu/menu.js.map +1 -1
  432. package/dist/collection/components/menu-about/menu-about.js +6 -4
  433. package/dist/collection/components/menu-about/menu-about.js.map +1 -1
  434. package/dist/collection/components/menu-about-item/menu-about-item.js +1 -1
  435. package/dist/collection/components/menu-about-news/menu-about-news.js +4 -4
  436. package/dist/collection/components/menu-avatar/menu-avatar.js +2 -2
  437. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
  438. package/dist/collection/components/menu-category/menu-category.js +5 -5
  439. package/dist/collection/components/menu-item/menu-item.js +4 -4
  440. package/dist/collection/components/menu-settings/menu-settings.js +6 -4
  441. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -1
  442. package/dist/collection/components/menu-settings-item/menu-settings-item.js +1 -1
  443. package/dist/collection/components/message-bar/message-bar.js +1 -1
  444. package/dist/collection/components/modal/modal.js +3 -3
  445. package/dist/collection/components/modal-content/modal-content.js +1 -1
  446. package/dist/collection/components/modal-footer/modal-footer.js +1 -1
  447. package/dist/collection/components/modal-header/modal-header.js +1 -1
  448. package/dist/collection/components/modal-loading/modal-loading.js +1 -1
  449. package/dist/collection/components/pagination/pagination.js +52 -7
  450. package/dist/collection/components/pagination/pagination.js.map +1 -1
  451. package/dist/collection/components/pane/pane.js +6 -6
  452. package/dist/collection/components/pane-layout/pane-layout.js +1 -1
  453. package/dist/collection/components/pill/pill.js +4 -4
  454. package/dist/collection/components/progress-indicator/progress-indicator.js +3 -3
  455. package/dist/collection/components/push-card/push-card.js +1 -1
  456. package/dist/collection/components/radio/radio.css +70 -72
  457. package/dist/collection/components/radio/radio.js +69 -18
  458. package/dist/collection/components/radio/radio.js.map +1 -1
  459. package/dist/collection/components/radio-group/radio-group.js +64 -2
  460. package/dist/collection/components/radio-group/radio-group.js.map +1 -1
  461. package/dist/collection/components/row/row.js +1 -1
  462. package/dist/collection/components/select/select.js +94 -14
  463. package/dist/collection/components/select/select.js.map +1 -1
  464. package/dist/collection/components/select-item/select-item.js +1 -1
  465. package/dist/collection/components/slider/slider.js +6 -6
  466. package/dist/collection/components/spinner/spinner.js +1 -1
  467. package/dist/collection/components/split-button/split-button.js +70 -12
  468. package/dist/collection/components/split-button/split-button.js.map +1 -1
  469. package/dist/collection/components/tab-item/tab-item.css +1 -1
  470. package/dist/collection/components/tab-item/tab-item.js +3 -3
  471. package/dist/collection/components/tabs/tabs.js +2 -2
  472. package/dist/collection/components/tile/tile.js +4 -4
  473. package/dist/collection/components/time-input/time-input.js +61 -9
  474. package/dist/collection/components/time-input/time-input.js.map +1 -1
  475. package/dist/collection/components/time-picker/time-picker.css +20 -52
  476. package/dist/collection/components/time-picker/time-picker.js +83 -48
  477. package/dist/collection/components/time-picker/time-picker.js.map +1 -1
  478. package/dist/collection/components/time-picker/time-picker.types.js.map +1 -1
  479. package/dist/collection/components/toast/toast-container.js +2 -2
  480. package/dist/collection/components/toast/toast.js +2 -2
  481. package/dist/collection/components/toggle/toggle.js +3 -3
  482. package/dist/collection/components/toggle/toggle.js.map +1 -1
  483. package/dist/collection/components/tooltip/tooltip.css +2 -3
  484. package/dist/collection/components/tooltip/tooltip.js +17 -6
  485. package/dist/collection/components/tooltip/tooltip.js.map +1 -1
  486. package/dist/collection/components/tree/tree.js +1 -1
  487. package/dist/collection/components/tree-item/tree-item.js +4 -4
  488. package/dist/collection/components/typography/typography.js +1 -1
  489. package/dist/collection/components/upload/upload.js +3 -3
  490. package/dist/collection/components/utils/application-layout/context.js +0 -1
  491. package/dist/collection/components/utils/application-layout/context.js.map +1 -1
  492. package/dist/collection/components/utils/input/validation.js +6 -0
  493. package/dist/collection/components/utils/input/validation.js.map +1 -1
  494. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +6 -1
  495. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -1
  496. package/dist/collection/components/utils/modal/index.js.map +1 -1
  497. package/dist/collection/components/utils/modal/loading.js.map +1 -1
  498. package/dist/collection/components/validation-tooltip/validation-tooltip.js +2 -2
  499. package/dist/collection/components/workflow-step/workflow-step.js +3 -3
  500. package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
  501. package/dist/esm/{context-CKM5pVsv.js → context-BniHpAE1.js} +2 -3
  502. package/dist/{cjs/context-B8bRIFA2.js.map → esm/context-BniHpAE1.js.map} +1 -1
  503. package/dist/esm/{helper-text-util-rnbkuaac.js → helper-text-util-gKdL-wH2.js} +9 -5
  504. package/dist/esm/helper-text-util-gKdL-wH2.js.map +1 -0
  505. package/dist/esm/{index-Cz75KU1f.js → index-8HpPmDK_.js} +3 -3
  506. package/dist/esm/{index-Cz75KU1f.js.map → index-8HpPmDK_.js.map} +1 -1
  507. package/dist/esm/index-CtoreFVF.js +6 -18
  508. package/dist/esm/{index--ZIr3Aqz.js → index-Kp5Wf9wr.js} +3 -3
  509. package/dist/esm/{index--ZIr3Aqz.js.map → index-Kp5Wf9wr.js.map} +1 -1
  510. package/dist/esm/index.js +3 -3
  511. package/dist/esm/index.js.map +1 -1
  512. package/dist/esm/{input.util-VHrSuCP7.js → input.fc-KJF8Z9iJ.js} +69 -44
  513. package/dist/esm/input.fc-KJF8Z9iJ.js.map +1 -0
  514. package/dist/esm/ix-application-header.entry.js +13 -18
  515. package/dist/esm/ix-application-header.entry.js.map +1 -1
  516. package/dist/esm/ix-application-switch-modal.entry.js +2 -2
  517. package/dist/esm/ix-application.entry.js +4 -6
  518. package/dist/esm/ix-application.entry.js.map +1 -1
  519. package/dist/esm/ix-avatar_2.entry.js +1 -1
  520. package/dist/esm/ix-blind.entry.js +6 -6
  521. package/dist/esm/ix-breadcrumb-item.entry.js +1 -1
  522. package/dist/esm/ix-breadcrumb.entry.js +2 -2
  523. package/dist/esm/ix-card-accordion_2.entry.js +6 -6
  524. package/dist/esm/ix-card-list.entry.js +5 -5
  525. package/dist/esm/ix-card_2.entry.js +3 -3
  526. package/dist/esm/ix-category-filter.entry.js +15 -9
  527. package/dist/esm/ix-category-filter.entry.js.map +1 -1
  528. package/dist/esm/ix-checkbox-group.entry.js +3 -3
  529. package/dist/esm/ix-checkbox.entry.js +4 -4
  530. package/dist/esm/ix-chip.entry.js +5 -5
  531. package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -1
  532. package/dist/esm/ix-col_4.entry.js +11 -11
  533. package/dist/esm/ix-content-header.entry.js +4 -4
  534. package/dist/esm/ix-content.entry.js +3 -3
  535. package/dist/esm/ix-css-grid-item.entry.js +1 -1
  536. package/dist/esm/ix-css-grid.entry.js +1 -1
  537. package/dist/esm/ix-custom-field.entry.js +2 -2
  538. package/dist/esm/ix-date-dropdown.entry.js +5 -5
  539. package/dist/esm/ix-date-input.entry.js +21 -9
  540. package/dist/esm/ix-date-input.entry.js.map +1 -1
  541. package/dist/esm/ix-date-time-card.entry.js +3 -3
  542. package/dist/esm/ix-date-time-card.entry.js.map +1 -1
  543. package/dist/esm/ix-datetime-picker.entry.js +2 -2
  544. package/dist/esm/ix-datetime-picker.entry.js.map +1 -1
  545. package/dist/esm/ix-divider.entry.js +1 -1
  546. package/dist/esm/ix-drawer.entry.js +6 -6
  547. package/dist/esm/ix-dropdown-button.entry.js +4 -4
  548. package/dist/esm/ix-dropdown-header.entry.js +1 -1
  549. package/dist/esm/ix-dropdown-item.entry.js +4 -4
  550. package/dist/esm/ix-dropdown-quick-actions.entry.js +1 -1
  551. package/dist/esm/ix-dropdown.entry.js +2 -2
  552. package/dist/esm/ix-empty-state.entry.js +1 -1
  553. package/dist/esm/ix-event-list-item.entry.js +5 -5
  554. package/dist/esm/ix-event-list.entry.js +2 -2
  555. package/dist/esm/ix-expanding-search.entry.js +5 -5
  556. package/dist/esm/ix-field-label_2.entry.js +6 -6
  557. package/dist/esm/ix-filter-chip_2.entry.js +3 -3
  558. package/dist/esm/ix-flip-tile-content.entry.js +1 -1
  559. package/dist/esm/ix-flip-tile.entry.js +4 -4
  560. package/dist/esm/ix-group-context-menu_2.entry.js +2 -2
  561. package/dist/esm/ix-group.entry.js +9 -9
  562. package/dist/esm/ix-helper-text.entry.js +4 -4
  563. package/dist/esm/ix-icon-button_2.entry.js +2 -2
  564. package/dist/esm/ix-icon-toggle-button.entry.js +1 -1
  565. package/dist/esm/ix-input-group.entry.js +1 -1
  566. package/dist/esm/ix-input.entry.js +17 -8
  567. package/dist/esm/ix-input.entry.js.map +1 -1
  568. package/dist/esm/ix-key-value-list.entry.js +1 -1
  569. package/dist/esm/ix-key-value.entry.js +1 -1
  570. package/dist/esm/ix-kpi.entry.js +4 -4
  571. package/dist/esm/ix-layout-auto.entry.js +1 -1
  572. package/dist/esm/ix-link-button.entry.js +5 -5
  573. package/dist/esm/ix-link-button.entry.js.map +1 -1
  574. package/dist/esm/ix-menu-about-item.entry.js +1 -1
  575. package/dist/esm/ix-menu-about-news.entry.js +5 -5
  576. package/dist/esm/ix-menu-about.entry.js +7 -5
  577. package/dist/esm/ix-menu-about.entry.js.map +1 -1
  578. package/dist/esm/ix-menu-avatar.entry.js +3 -3
  579. package/dist/esm/ix-menu-category.entry.js +7 -7
  580. package/dist/esm/ix-menu-expand-icon.entry.js +2 -2
  581. package/dist/esm/ix-menu-item.entry.js +5 -5
  582. package/dist/esm/{ix-menu-settings-DRSkDgox.js → ix-menu-settings-f9o5GGw5.js} +15 -8
  583. package/dist/esm/ix-menu-settings-f9o5GGw5.js.map +1 -0
  584. package/dist/esm/ix-menu-settings-item.entry.js +1 -1
  585. package/dist/esm/ix-menu-settings.entry.js +2 -2
  586. package/dist/esm/ix-menu.entry.js +16 -26
  587. package/dist/esm/ix-menu.entry.js.map +1 -1
  588. package/dist/esm/ix-message-bar.entry.js +2 -2
  589. package/dist/esm/ix-modal-content_2.entry.js +3 -3
  590. package/dist/esm/ix-modal-footer.entry.js +1 -1
  591. package/dist/esm/ix-modal-loading.entry.js +1 -1
  592. package/dist/esm/ix-modal.entry.js +3 -3
  593. package/dist/esm/ix-number-input.entry.js +160 -32
  594. package/dist/esm/ix-number-input.entry.js.map +1 -1
  595. package/dist/esm/ix-pagination.entry.js +30 -8
  596. package/dist/esm/ix-pagination.entry.js.map +1 -1
  597. package/dist/esm/ix-pane-layout.entry.js +1 -1
  598. package/dist/esm/ix-pane.entry.js +7 -7
  599. package/dist/esm/ix-pill.entry.js +4 -4
  600. package/dist/esm/ix-progress-indicator.entry.js +4 -4
  601. package/dist/esm/ix-push-card.entry.js +1 -1
  602. package/dist/esm/ix-radio-group.entry.js +33 -3
  603. package/dist/esm/ix-radio-group.entry.js.map +1 -1
  604. package/dist/esm/ix-radio.entry.js +43 -18
  605. package/dist/esm/ix-radio.entry.js.map +1 -1
  606. package/dist/esm/ix-select.entry.js +54 -15
  607. package/dist/esm/ix-select.entry.js.map +1 -1
  608. package/dist/esm/ix-slider.entry.js +6 -6
  609. package/dist/esm/ix-split-button.entry.js +25 -13
  610. package/dist/esm/ix-split-button.entry.js.map +1 -1
  611. package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -1
  612. package/dist/esm/ix-tab-item_2.entry.js +7 -7
  613. package/dist/esm/ix-textarea.entry.js +4 -4
  614. package/dist/esm/ix-tile.entry.js +4 -4
  615. package/dist/esm/ix-time-input.entry.js +22 -10
  616. package/dist/esm/ix-time-input.entry.js.map +1 -1
  617. package/dist/esm/ix-time-picker.entry.js +81 -45
  618. package/dist/esm/ix-time-picker.entry.js.map +1 -1
  619. package/dist/esm/ix-toast-container.entry.js +2 -2
  620. package/dist/esm/ix-toast.entry.js +3 -3
  621. package/dist/esm/ix-toggle.entry.js +4 -4
  622. package/dist/esm/ix-toggle.entry.js.map +1 -1
  623. package/dist/esm/ix-tooltip.entry.js +17 -6
  624. package/dist/esm/ix-tooltip.entry.js.map +1 -1
  625. package/dist/esm/ix-tree-item.entry.js +5 -5
  626. package/dist/esm/ix-tree.entry.js +1 -1
  627. package/dist/esm/ix-typography.entry.js +1 -1
  628. package/dist/esm/ix-upload.entry.js +4 -4
  629. package/dist/esm/ix-validation-tooltip.entry.js +2 -2
  630. package/dist/esm/ix-workflow-step.entry.js +4 -4
  631. package/dist/esm/ix-workflow-steps.entry.js +1 -1
  632. package/dist/esm/loader.js +1 -1
  633. package/dist/esm/{modal-D9BaTrTa.js → modal-BTxff2hq.js} +3 -3
  634. package/dist/esm/{modal-D9BaTrTa.js.map → modal-BTxff2hq.js.map} +1 -1
  635. package/dist/esm/siemens-ix.js +1 -1
  636. package/dist/esm/{validation-D_dk-JqT.js → validation-LJh16vt2.js} +9 -3
  637. package/dist/{cjs/validation-CfL71_0d.js.map → esm/validation-LJh16vt2.js.map} +1 -1
  638. package/dist/siemens-ix/index.esm.js +1 -1
  639. package/dist/siemens-ix/index.esm.js.map +1 -1
  640. package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -1
  641. package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -1
  642. package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -1
  643. package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -1
  644. package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -1
  645. package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -1
  646. package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -1
  647. package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -1
  648. package/dist/siemens-ix/ix-link-button.entry.esm.js.map +1 -1
  649. package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -1
  650. package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -1
  651. package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -1
  652. package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -1
  653. package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -1
  654. package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -1
  655. package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -1
  656. package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -1
  657. package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -1
  658. package/dist/siemens-ix/ix-time-input.entry.esm.js.map +1 -1
  659. package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -1
  660. package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -1
  661. package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -1
  662. package/dist/siemens-ix/p-0411df39.entry.js +2 -0
  663. package/dist/siemens-ix/p-051f428c.entry.js +2 -0
  664. package/dist/siemens-ix/{p-f753f1f5.entry.js.map → p-051f428c.entry.js.map} +1 -1
  665. package/dist/siemens-ix/{p-6f152ed2.entry.js → p-06a2c69b.entry.js} +2 -2
  666. package/dist/siemens-ix/p-07c079fd.entry.js +2 -0
  667. package/dist/siemens-ix/{p-f29f280b.entry.js.map → p-07c079fd.entry.js.map} +1 -1
  668. package/dist/siemens-ix/p-0c325f08.entry.js +2 -0
  669. package/dist/siemens-ix/p-0c325f08.entry.js.map +1 -0
  670. package/dist/siemens-ix/{p-7e6beda5.entry.js → p-0ce03ad3.entry.js} +2 -2
  671. package/dist/siemens-ix/{p-17a74a48.entry.js → p-0d621531.entry.js} +2 -2
  672. package/dist/siemens-ix/p-0eca5a77.entry.js +2 -0
  673. package/dist/siemens-ix/{p-75d8b192.entry.js.map → p-0eca5a77.entry.js.map} +1 -1
  674. package/dist/siemens-ix/{p-f9b4e5f1.entry.js → p-162a4cc0.entry.js} +2 -2
  675. package/dist/siemens-ix/{p-337a3457.entry.js → p-196cffb5.entry.js} +2 -2
  676. package/dist/siemens-ix/{p-3acbbe01.entry.js → p-1de1a2bf.entry.js} +2 -2
  677. package/dist/siemens-ix/{p-89449e22.entry.js → p-2597a988.entry.js} +2 -2
  678. package/dist/siemens-ix/{p-4b1745dc.entry.js → p-26c629c3.entry.js} +2 -2
  679. package/dist/siemens-ix/p-26c629c3.entry.js.map +1 -0
  680. package/dist/siemens-ix/{p-e825a921.entry.js → p-2ffde2d5.entry.js} +2 -2
  681. package/dist/siemens-ix/{p-759ba03d.entry.js → p-31a8eaf9.entry.js} +2 -2
  682. package/dist/siemens-ix/p-33b3ed5b.entry.js +2 -0
  683. package/dist/siemens-ix/p-33b3ed5b.entry.js.map +1 -0
  684. package/dist/siemens-ix/{p-7cf61ff6.entry.js → p-33fcea65.entry.js} +2 -2
  685. package/dist/siemens-ix/p-35d6b656.entry.js +2 -0
  686. package/dist/siemens-ix/p-35d6b656.entry.js.map +1 -0
  687. package/dist/siemens-ix/{p-34e530b9.entry.js → p-367df024.entry.js} +2 -2
  688. package/dist/siemens-ix/{p-67e4f814.entry.js → p-37bd983a.entry.js} +2 -2
  689. package/dist/siemens-ix/{p-a02e0685.entry.js → p-38e45020.entry.js} +2 -2
  690. package/dist/siemens-ix/{p-fabcc5f5.entry.js → p-396e1f3d.entry.js} +2 -2
  691. package/dist/siemens-ix/p-3ce5fd87.entry.js +2 -0
  692. package/dist/siemens-ix/p-3ce5fd87.entry.js.map +1 -0
  693. package/dist/siemens-ix/p-3f62166e.entry.js +2 -0
  694. package/dist/siemens-ix/{p-9d135d59.entry.js.map → p-3f62166e.entry.js.map} +1 -1
  695. package/dist/siemens-ix/p-425d6925.entry.js +2 -0
  696. package/dist/siemens-ix/{p-9c862819.entry.js → p-4431f891.entry.js} +2 -2
  697. package/dist/siemens-ix/{p-9c862819.entry.js.map → p-4431f891.entry.js.map} +1 -1
  698. package/dist/siemens-ix/{p-db9d5872.entry.js → p-484bddf4.entry.js} +2 -2
  699. package/dist/siemens-ix/{p-51786593.entry.js → p-496e98ac.entry.js} +2 -2
  700. package/dist/siemens-ix/{p-7388d2ee.entry.js → p-4c18f123.entry.js} +2 -2
  701. package/dist/siemens-ix/{p-548a2231.entry.js → p-4c1f90cb.entry.js} +2 -2
  702. package/dist/siemens-ix/{p-3b314194.entry.js → p-4e4d792d.entry.js} +2 -2
  703. package/dist/siemens-ix/p-4e77d861.entry.js +2 -0
  704. package/dist/siemens-ix/{p-d8fb5a86.entry.js → p-5779f16e.entry.js} +2 -2
  705. package/dist/siemens-ix/{p-48cbacaf.entry.js → p-5b57bde1.entry.js} +2 -2
  706. package/dist/siemens-ix/{p-aa6368b4.entry.js → p-667e3184.entry.js} +2 -2
  707. package/dist/siemens-ix/p-68aaf0fe.entry.js +2 -0
  708. package/dist/siemens-ix/p-68aaf0fe.entry.js.map +1 -0
  709. package/dist/siemens-ix/{p-538843d4.entry.js → p-6a4bc78a.entry.js} +2 -2
  710. package/dist/siemens-ix/{p-4b65234d.entry.js → p-6dc6eb63.entry.js} +2 -2
  711. package/dist/siemens-ix/p-70af7f44.entry.js +2 -0
  712. package/dist/siemens-ix/{p-788e1ef8.entry.js → p-74e7b03f.entry.js} +2 -2
  713. package/dist/siemens-ix/{p-e562ffb2.entry.js → p-77fd2138.entry.js} +2 -2
  714. package/dist/siemens-ix/{p-0d4f0223.entry.js → p-7827c263.entry.js} +2 -2
  715. package/dist/siemens-ix/p-79537728.entry.js +2 -0
  716. package/dist/siemens-ix/p-79537728.entry.js.map +1 -0
  717. package/dist/siemens-ix/{p-a4d6ee80.entry.js → p-7bad0544.entry.js} +2 -2
  718. package/dist/siemens-ix/{p-e25aa385.entry.js → p-7beba4ad.entry.js} +2 -2
  719. package/dist/siemens-ix/p-7beba4ad.entry.js.map +1 -0
  720. package/dist/siemens-ix/p-8418f756.entry.js +2 -0
  721. package/dist/siemens-ix/p-8418f756.entry.js.map +1 -0
  722. package/dist/siemens-ix/{p-Cz75KU1f.js → p-8HpPmDK_.js} +2 -2
  723. package/dist/siemens-ix/{p-Cz75KU1f.js.map → p-8HpPmDK_.js.map} +1 -1
  724. package/dist/siemens-ix/p-8b42ad35.entry.js +2 -0
  725. package/dist/siemens-ix/{p-5e86944d.entry.js.map → p-8b42ad35.entry.js.map} +1 -1
  726. package/dist/siemens-ix/{p-784c6dd6.entry.js → p-8ce61408.entry.js} +2 -2
  727. package/dist/siemens-ix/{p-c0064123.entry.js → p-8f17f6ec.entry.js} +2 -2
  728. package/dist/siemens-ix/{p-67766c28.entry.js → p-8f9368b8.entry.js} +2 -2
  729. package/dist/siemens-ix/p-8fa8d0e3.entry.js +2 -0
  730. package/dist/siemens-ix/{p-3472fc1a.entry.js → p-8fc2bea6.entry.js} +2 -2
  731. package/dist/siemens-ix/{p-9e7223f6.entry.js → p-905d4977.entry.js} +2 -2
  732. package/dist/siemens-ix/p-92ec7f27.entry.js +2 -0
  733. package/dist/siemens-ix/{p-CpVbQsUI.js → p-BC0Exw_O.js} +2 -2
  734. package/dist/siemens-ix/{p-CpVbQsUI.js.map → p-BC0Exw_O.js.map} +1 -1
  735. package/dist/siemens-ix/{p-sxLz5AVO.js → p-BcCDexod.js} +2 -2
  736. package/dist/siemens-ix/p-BcCDexod.js.map +1 -0
  737. package/dist/siemens-ix/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -2
  738. package/dist/siemens-ix/{p--2LOMK-5.js.map → p-BhgW5qDm.js.map} +1 -1
  739. package/dist/siemens-ix/{p-CAj3Tlcn.js → p-C7nQNUsO.js} +2 -2
  740. package/dist/siemens-ix/{p-CAj3Tlcn.js.map → p-C7nQNUsO.js.map} +1 -1
  741. package/dist/siemens-ix/{p-DRnSC9aV.js → p-CObJ-t0Z.js} +2 -2
  742. package/dist/siemens-ix/{p-DRnSC9aV.js.map → p-CObJ-t0Z.js.map} +1 -1
  743. package/dist/siemens-ix/p-Cn013Iz8.js +2 -0
  744. package/dist/siemens-ix/p-Cn013Iz8.js.map +1 -0
  745. package/dist/siemens-ix/p-DaswuiGO.js +2 -0
  746. package/dist/siemens-ix/p-DaswuiGO.js.map +1 -0
  747. package/dist/siemens-ix/p-a3baca2f.entry.js +2 -0
  748. package/dist/siemens-ix/{p-0e2b89f2.entry.js → p-a4225101.entry.js} +2 -2
  749. package/dist/siemens-ix/p-a61972c5.entry.js +2 -0
  750. package/dist/siemens-ix/{p-2180ddb8.entry.js.map → p-a61972c5.entry.js.map} +1 -1
  751. package/dist/siemens-ix/{p-20ad8d1e.entry.js → p-b27a9744.entry.js} +2 -2
  752. package/dist/siemens-ix/{p-fea12773.entry.js → p-b3453edf.entry.js} +2 -2
  753. package/dist/siemens-ix/{p-556417c6.entry.js → p-b41a7abb.entry.js} +2 -2
  754. package/dist/siemens-ix/{p-957d0d0b.entry.js → p-b76df1c7.entry.js} +2 -2
  755. package/dist/siemens-ix/{p-65842e35.entry.js → p-b7ef70d4.entry.js} +2 -2
  756. package/dist/siemens-ix/{p-b7c5ab43.entry.js → p-b8f4b001.entry.js} +2 -2
  757. package/dist/siemens-ix/p-b8f4b001.entry.js.map +1 -0
  758. package/dist/siemens-ix/{p-2f54ce99.entry.js → p-b9880608.entry.js} +2 -2
  759. package/dist/siemens-ix/p-ba9ed3d1.entry.js +2 -0
  760. package/dist/siemens-ix/p-ba9ed3d1.entry.js.map +1 -0
  761. package/dist/siemens-ix/p-c15e64a8.entry.js +2 -0
  762. package/dist/siemens-ix/p-c15e64a8.entry.js.map +1 -0
  763. package/dist/siemens-ix/{p-467c0fff.entry.js → p-c43b201b.entry.js} +2 -2
  764. package/dist/siemens-ix/{p-fc3071d0.entry.js → p-c5c863e1.entry.js} +2 -2
  765. package/dist/siemens-ix/{p-d1941577.entry.js → p-c94739d0.entry.js} +2 -2
  766. package/dist/siemens-ix/{p-04f1b89a.entry.js → p-ca3b24b1.entry.js} +2 -2
  767. package/dist/siemens-ix/p-ca43aa61.entry.js +2 -0
  768. package/dist/siemens-ix/{p-58219b7e.entry.js → p-cd1afcc9.entry.js} +2 -2
  769. package/dist/siemens-ix/{p-d4ba3f9f.entry.js → p-cf041cfd.entry.js} +2 -2
  770. package/dist/siemens-ix/{p-80f55403.entry.js → p-d10b9798.entry.js} +2 -2
  771. package/dist/siemens-ix/{p-ecff1e2f.entry.js → p-d193381f.entry.js} +2 -2
  772. package/dist/siemens-ix/{p-f3b485de.entry.js → p-d2c18c15.entry.js} +2 -2
  773. package/dist/siemens-ix/p-d2c18c15.entry.js.map +1 -0
  774. package/dist/siemens-ix/{p-dff78943.entry.js → p-d3a60c52.entry.js} +2 -2
  775. package/dist/siemens-ix/p-d688f76e.entry.js +2 -0
  776. package/dist/siemens-ix/{p-d49f7ae4.entry.js.map → p-d688f76e.entry.js.map} +1 -1
  777. package/dist/siemens-ix/{p-41b9392e.entry.js → p-da3a9845.entry.js} +2 -2
  778. package/dist/siemens-ix/p-dc8de6cb.entry.js +2 -0
  779. package/dist/siemens-ix/p-dc8de6cb.entry.js.map +1 -0
  780. package/dist/siemens-ix/p-de12078d.entry.js +2 -0
  781. package/dist/siemens-ix/{p-608b3631.entry.js.map → p-de12078d.entry.js.map} +1 -1
  782. package/dist/siemens-ix/{p-94fa5d00.entry.js → p-df6bb698.entry.js} +2 -2
  783. package/dist/siemens-ix/{p-85f3aa13.entry.js → p-e0b9cf68.entry.js} +2 -2
  784. package/dist/siemens-ix/{p-81120f11.entry.js → p-e42f62a1.entry.js} +2 -2
  785. package/dist/siemens-ix/{p-da6a27c1.entry.js → p-e48977ed.entry.js} +2 -2
  786. package/dist/siemens-ix/{p-2db36aa6.entry.js → p-e7bdc0a0.entry.js} +2 -2
  787. package/dist/siemens-ix/p-e7bdc0a0.entry.js.map +1 -0
  788. package/dist/siemens-ix/{p-1f5befb2.entry.js → p-ea15fc79.entry.js} +2 -2
  789. package/dist/siemens-ix/{p-4448252f.entry.js → p-ea37abf6.entry.js} +2 -2
  790. package/dist/siemens-ix/{p-b5e0ddb3.entry.js → p-ea410634.entry.js} +2 -2
  791. package/dist/siemens-ix/{p-39950a1c.entry.js → p-eba7f62c.entry.js} +2 -2
  792. package/dist/siemens-ix/{p-9d8fb7dd.entry.js → p-f119c105.entry.js} +2 -2
  793. package/dist/siemens-ix/p-fb8877bc.entry.js +2 -0
  794. package/dist/siemens-ix/p-fb8877bc.entry.js.map +1 -0
  795. package/dist/siemens-ix/{p-347fcf94.entry.js → p-fc73c8cc.entry.js} +2 -2
  796. package/dist/siemens-ix/{p-79798af1.entry.js → p-ff83eafd.entry.js} +2 -2
  797. package/dist/siemens-ix/siemens-ix-core.css +1 -1
  798. package/dist/siemens-ix/siemens-ix.css +2 -22
  799. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  800. package/dist/types/components/date-input/date-input.d.ts +10 -0
  801. package/dist/types/components/field-wrapper/helper-text-util.d.ts +5 -1
  802. package/dist/types/components/input/input.d.ts +9 -0
  803. package/dist/types/components/input/input.fc.d.ts +6 -0
  804. package/dist/types/components/input/input.util.d.ts +1 -0
  805. package/dist/types/components/input/number-input.d.ts +31 -5
  806. package/dist/types/components/menu-about/menu-about.d.ts +1 -1
  807. package/dist/types/components/menu-settings/menu-settings.d.ts +1 -1
  808. package/dist/types/components/pagination/pagination.d.ts +8 -0
  809. package/dist/types/components/radio/radio.d.ts +3 -2
  810. package/dist/types/components/radio-group/radio-group.d.ts +3 -0
  811. package/dist/types/components/select/select.d.ts +11 -0
  812. package/dist/types/components/split-button/split-button.d.ts +15 -4
  813. package/dist/types/components/time-input/time-input.d.ts +10 -0
  814. package/dist/types/components/time-picker/time-picker.d.ts +8 -2
  815. package/dist/types/components/tooltip/tooltip.d.ts +2 -1
  816. package/dist/types/components/utils/application-layout/context.d.ts +0 -1
  817. package/dist/types/components/utils/input/validation.d.ts +1 -0
  818. package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +1 -0
  819. package/dist/types/components/utils/modal/index.d.ts +1 -1
  820. package/dist/types/components/utils/modal/loading.d.ts +4 -0
  821. package/dist/types/components.d.ts +162 -241
  822. package/hydrate/index.js +835 -791
  823. package/hydrate/index.mjs +835 -791
  824. package/package.json +1 -1
  825. package/scss/components/_links.scss +2 -5
  826. package/scss/mixins/_input.scss +2 -2
  827. package/scss/theme/classic/dark/_variables.scss +1 -1
  828. package/scss/theme/core/_components.scss +0 -2
  829. package/components/ix-basic-navigation.d.ts +0 -11
  830. package/components/ix-basic-navigation.js +0 -156
  831. package/components/ix-basic-navigation.js.map +0 -1
  832. package/components/ix-map-navigation-overlay.d.ts +0 -11
  833. package/components/ix-map-navigation-overlay.js +0 -9
  834. package/components/ix-map-navigation-overlay.js.map +0 -1
  835. package/components/ix-map-navigation.d.ts +0 -11
  836. package/components/ix-map-navigation.js +0 -240
  837. package/components/ix-map-navigation.js.map +0 -1
  838. package/components/p--2LOMK-5.js.map +0 -1
  839. package/components/p-0MSWDTqB.js.map +0 -1
  840. package/components/p-2fxFa_VL.js.map +0 -1
  841. package/components/p-BUIOrNGz.js.map +0 -1
  842. package/components/p-BaWdG-ph.js.map +0 -1
  843. package/components/p-Bvf7gwPU.js.map +0 -1
  844. package/components/p-CQhe_rqk.js.map +0 -1
  845. package/components/p-DBsESzrF.js.map +0 -1
  846. package/components/p-DLPEB4G8.js.map +0 -1
  847. package/components/p-D_rmJU0n.js.map +0 -1
  848. package/components/p-IgT3dgxG.js.map +0 -1
  849. package/components/p-UEMLzDk6.js +0 -92
  850. package/components/p-UEMLzDk6.js.map +0 -1
  851. package/components/p-yuZO1O90.js +0 -273
  852. package/components/p-yuZO1O90.js.map +0 -1
  853. package/dist/cjs/helper-text-util-BlElJLxk.js.map +0 -1
  854. package/dist/cjs/input.util-4AhBphgX.js.map +0 -1
  855. package/dist/cjs/ix-basic-navigation.cjs.entry.js +0 -93
  856. package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +0 -1
  857. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +0 -56
  858. package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +0 -1
  859. package/dist/cjs/ix-map-navigation.cjs.entry.js +0 -169
  860. package/dist/cjs/ix-map-navigation.entry.cjs.js.map +0 -1
  861. package/dist/cjs/ix-menu-settings-Cdqo0r8E.js.map +0 -1
  862. package/dist/collection/components/basic-navigation/basic-navigation.css +0 -113
  863. package/dist/collection/components/basic-navigation/basic-navigation.js +0 -209
  864. package/dist/collection/components/basic-navigation/basic-navigation.js.map +0 -1
  865. package/dist/collection/components/map-navigation/map-navigation.css +0 -212
  866. package/dist/collection/components/map-navigation/map-navigation.js +0 -401
  867. package/dist/collection/components/map-navigation/map-navigation.js.map +0 -1
  868. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +0 -156
  869. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +0 -209
  870. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +0 -1
  871. package/dist/esm/helper-text-util-rnbkuaac.js.map +0 -1
  872. package/dist/esm/input.util-VHrSuCP7.js.map +0 -1
  873. package/dist/esm/ix-basic-navigation.entry.js +0 -91
  874. package/dist/esm/ix-basic-navigation.entry.js.map +0 -1
  875. package/dist/esm/ix-map-navigation-overlay.entry.js +0 -54
  876. package/dist/esm/ix-map-navigation-overlay.entry.js.map +0 -1
  877. package/dist/esm/ix-map-navigation.entry.js +0 -167
  878. package/dist/esm/ix-map-navigation.entry.js.map +0 -1
  879. package/dist/esm/ix-menu-settings-DRSkDgox.js.map +0 -1
  880. package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +0 -1
  881. package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +0 -1
  882. package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +0 -1
  883. package/dist/siemens-ix/p-01030dfb.entry.js +0 -2
  884. package/dist/siemens-ix/p-01030dfb.entry.js.map +0 -1
  885. package/dist/siemens-ix/p-08f4c3f0.entry.js +0 -2
  886. package/dist/siemens-ix/p-2055daf3.entry.js +0 -2
  887. package/dist/siemens-ix/p-2055daf3.entry.js.map +0 -1
  888. package/dist/siemens-ix/p-2180ddb8.entry.js +0 -2
  889. package/dist/siemens-ix/p-2db36aa6.entry.js.map +0 -1
  890. package/dist/siemens-ix/p-4b1745dc.entry.js.map +0 -1
  891. package/dist/siemens-ix/p-4f2fb1c5.entry.js +0 -2
  892. package/dist/siemens-ix/p-4f2fb1c5.entry.js.map +0 -1
  893. package/dist/siemens-ix/p-52d377d1.entry.js +0 -2
  894. package/dist/siemens-ix/p-52d377d1.entry.js.map +0 -1
  895. package/dist/siemens-ix/p-5e86944d.entry.js +0 -2
  896. package/dist/siemens-ix/p-608b3631.entry.js +0 -2
  897. package/dist/siemens-ix/p-710af987.entry.js +0 -2
  898. package/dist/siemens-ix/p-710af987.entry.js.map +0 -1
  899. package/dist/siemens-ix/p-730a6161.entry.js +0 -2
  900. package/dist/siemens-ix/p-730a6161.entry.js.map +0 -1
  901. package/dist/siemens-ix/p-75d8b192.entry.js +0 -2
  902. package/dist/siemens-ix/p-7e612a3b.entry.js +0 -2
  903. package/dist/siemens-ix/p-7e612a3b.entry.js.map +0 -1
  904. package/dist/siemens-ix/p-845054ca.entry.js +0 -2
  905. package/dist/siemens-ix/p-879a0cc5.entry.js +0 -2
  906. package/dist/siemens-ix/p-879a0cc5.entry.js.map +0 -1
  907. package/dist/siemens-ix/p-8aa0fda7.entry.js +0 -2
  908. package/dist/siemens-ix/p-8aa0fda7.entry.js.map +0 -1
  909. package/dist/siemens-ix/p-92a6324b.entry.js +0 -2
  910. package/dist/siemens-ix/p-9d135d59.entry.js +0 -2
  911. package/dist/siemens-ix/p-CX3n_rRh.js +0 -2
  912. package/dist/siemens-ix/p-CX3n_rRh.js.map +0 -1
  913. package/dist/siemens-ix/p-DS9crO46.js +0 -2
  914. package/dist/siemens-ix/p-DS9crO46.js.map +0 -1
  915. package/dist/siemens-ix/p-ad20efd0.entry.js +0 -2
  916. package/dist/siemens-ix/p-b6736ce7.entry.js +0 -2
  917. package/dist/siemens-ix/p-b6736ce7.entry.js.map +0 -1
  918. package/dist/siemens-ix/p-b7c5ab43.entry.js.map +0 -1
  919. package/dist/siemens-ix/p-c4b26603.entry.js +0 -2
  920. package/dist/siemens-ix/p-cc80918d.entry.js +0 -2
  921. package/dist/siemens-ix/p-d120adf6.entry.js +0 -2
  922. package/dist/siemens-ix/p-d120adf6.entry.js.map +0 -1
  923. package/dist/siemens-ix/p-d49f7ae4.entry.js +0 -2
  924. package/dist/siemens-ix/p-dd89a190.entry.js +0 -2
  925. package/dist/siemens-ix/p-e25aa385.entry.js.map +0 -1
  926. package/dist/siemens-ix/p-e3c57208.entry.js +0 -2
  927. package/dist/siemens-ix/p-eebe632b.entry.js +0 -2
  928. package/dist/siemens-ix/p-eebe632b.entry.js.map +0 -1
  929. package/dist/siemens-ix/p-eef311b1.entry.js +0 -2
  930. package/dist/siemens-ix/p-eef311b1.entry.js.map +0 -1
  931. package/dist/siemens-ix/p-f29f280b.entry.js +0 -2
  932. package/dist/siemens-ix/p-f3b485de.entry.js.map +0 -1
  933. package/dist/siemens-ix/p-f753f1f5.entry.js +0 -2
  934. package/dist/siemens-ix/p-f82e4e0f.entry.js +0 -2
  935. package/dist/siemens-ix/p-f82e4e0f.entry.js.map +0 -1
  936. package/dist/siemens-ix/p-sxLz5AVO.js.map +0 -1
  937. package/dist/types/components/basic-navigation/basic-navigation.d.ts +0 -33
  938. package/dist/types/components/map-navigation/map-navigation.d.ts +0 -68
  939. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +0 -43
  940. package/scss/theme/core/components/map-navigation.scss +0 -20
  941. /package/dist/siemens-ix/{p-08f4c3f0.entry.js.map → p-0411df39.entry.js.map} +0 -0
  942. /package/dist/siemens-ix/{p-6f152ed2.entry.js.map → p-06a2c69b.entry.js.map} +0 -0
  943. /package/dist/siemens-ix/{p-7e6beda5.entry.js.map → p-0ce03ad3.entry.js.map} +0 -0
  944. /package/dist/siemens-ix/{p-17a74a48.entry.js.map → p-0d621531.entry.js.map} +0 -0
  945. /package/dist/siemens-ix/{p-f9b4e5f1.entry.js.map → p-162a4cc0.entry.js.map} +0 -0
  946. /package/dist/siemens-ix/{p-337a3457.entry.js.map → p-196cffb5.entry.js.map} +0 -0
  947. /package/dist/siemens-ix/{p-3acbbe01.entry.js.map → p-1de1a2bf.entry.js.map} +0 -0
  948. /package/dist/siemens-ix/{p-89449e22.entry.js.map → p-2597a988.entry.js.map} +0 -0
  949. /package/dist/siemens-ix/{p-e825a921.entry.js.map → p-2ffde2d5.entry.js.map} +0 -0
  950. /package/dist/siemens-ix/{p-759ba03d.entry.js.map → p-31a8eaf9.entry.js.map} +0 -0
  951. /package/dist/siemens-ix/{p-7cf61ff6.entry.js.map → p-33fcea65.entry.js.map} +0 -0
  952. /package/dist/siemens-ix/{p-34e530b9.entry.js.map → p-367df024.entry.js.map} +0 -0
  953. /package/dist/siemens-ix/{p-67e4f814.entry.js.map → p-37bd983a.entry.js.map} +0 -0
  954. /package/dist/siemens-ix/{p-a02e0685.entry.js.map → p-38e45020.entry.js.map} +0 -0
  955. /package/dist/siemens-ix/{p-fabcc5f5.entry.js.map → p-396e1f3d.entry.js.map} +0 -0
  956. /package/dist/siemens-ix/{p-845054ca.entry.js.map → p-425d6925.entry.js.map} +0 -0
  957. /package/dist/siemens-ix/{p-db9d5872.entry.js.map → p-484bddf4.entry.js.map} +0 -0
  958. /package/dist/siemens-ix/{p-51786593.entry.js.map → p-496e98ac.entry.js.map} +0 -0
  959. /package/dist/siemens-ix/{p-7388d2ee.entry.js.map → p-4c18f123.entry.js.map} +0 -0
  960. /package/dist/siemens-ix/{p-548a2231.entry.js.map → p-4c1f90cb.entry.js.map} +0 -0
  961. /package/dist/siemens-ix/{p-3b314194.entry.js.map → p-4e4d792d.entry.js.map} +0 -0
  962. /package/dist/siemens-ix/{p-dd89a190.entry.js.map → p-4e77d861.entry.js.map} +0 -0
  963. /package/dist/siemens-ix/{p-d8fb5a86.entry.js.map → p-5779f16e.entry.js.map} +0 -0
  964. /package/dist/siemens-ix/{p-48cbacaf.entry.js.map → p-5b57bde1.entry.js.map} +0 -0
  965. /package/dist/siemens-ix/{p-aa6368b4.entry.js.map → p-667e3184.entry.js.map} +0 -0
  966. /package/dist/siemens-ix/{p-538843d4.entry.js.map → p-6a4bc78a.entry.js.map} +0 -0
  967. /package/dist/siemens-ix/{p-4b65234d.entry.js.map → p-6dc6eb63.entry.js.map} +0 -0
  968. /package/dist/siemens-ix/{p-e3c57208.entry.js.map → p-70af7f44.entry.js.map} +0 -0
  969. /package/dist/siemens-ix/{p-788e1ef8.entry.js.map → p-74e7b03f.entry.js.map} +0 -0
  970. /package/dist/siemens-ix/{p-e562ffb2.entry.js.map → p-77fd2138.entry.js.map} +0 -0
  971. /package/dist/siemens-ix/{p-0d4f0223.entry.js.map → p-7827c263.entry.js.map} +0 -0
  972. /package/dist/siemens-ix/{p-a4d6ee80.entry.js.map → p-7bad0544.entry.js.map} +0 -0
  973. /package/dist/siemens-ix/{p-784c6dd6.entry.js.map → p-8ce61408.entry.js.map} +0 -0
  974. /package/dist/siemens-ix/{p-c0064123.entry.js.map → p-8f17f6ec.entry.js.map} +0 -0
  975. /package/dist/siemens-ix/{p-67766c28.entry.js.map → p-8f9368b8.entry.js.map} +0 -0
  976. /package/dist/siemens-ix/{p-92a6324b.entry.js.map → p-8fa8d0e3.entry.js.map} +0 -0
  977. /package/dist/siemens-ix/{p-3472fc1a.entry.js.map → p-8fc2bea6.entry.js.map} +0 -0
  978. /package/dist/siemens-ix/{p-9e7223f6.entry.js.map → p-905d4977.entry.js.map} +0 -0
  979. /package/dist/siemens-ix/{p-c4b26603.entry.js.map → p-92ec7f27.entry.js.map} +0 -0
  980. /package/dist/siemens-ix/{p-ad20efd0.entry.js.map → p-a3baca2f.entry.js.map} +0 -0
  981. /package/dist/siemens-ix/{p-0e2b89f2.entry.js.map → p-a4225101.entry.js.map} +0 -0
  982. /package/dist/siemens-ix/{p-20ad8d1e.entry.js.map → p-b27a9744.entry.js.map} +0 -0
  983. /package/dist/siemens-ix/{p-fea12773.entry.js.map → p-b3453edf.entry.js.map} +0 -0
  984. /package/dist/siemens-ix/{p-556417c6.entry.js.map → p-b41a7abb.entry.js.map} +0 -0
  985. /package/dist/siemens-ix/{p-957d0d0b.entry.js.map → p-b76df1c7.entry.js.map} +0 -0
  986. /package/dist/siemens-ix/{p-65842e35.entry.js.map → p-b7ef70d4.entry.js.map} +0 -0
  987. /package/dist/siemens-ix/{p-2f54ce99.entry.js.map → p-b9880608.entry.js.map} +0 -0
  988. /package/dist/siemens-ix/{p-467c0fff.entry.js.map → p-c43b201b.entry.js.map} +0 -0
  989. /package/dist/siemens-ix/{p-fc3071d0.entry.js.map → p-c5c863e1.entry.js.map} +0 -0
  990. /package/dist/siemens-ix/{p-d1941577.entry.js.map → p-c94739d0.entry.js.map} +0 -0
  991. /package/dist/siemens-ix/{p-04f1b89a.entry.js.map → p-ca3b24b1.entry.js.map} +0 -0
  992. /package/dist/siemens-ix/{p-cc80918d.entry.js.map → p-ca43aa61.entry.js.map} +0 -0
  993. /package/dist/siemens-ix/{p-58219b7e.entry.js.map → p-cd1afcc9.entry.js.map} +0 -0
  994. /package/dist/siemens-ix/{p-d4ba3f9f.entry.js.map → p-cf041cfd.entry.js.map} +0 -0
  995. /package/dist/siemens-ix/{p-80f55403.entry.js.map → p-d10b9798.entry.js.map} +0 -0
  996. /package/dist/siemens-ix/{p-ecff1e2f.entry.js.map → p-d193381f.entry.js.map} +0 -0
  997. /package/dist/siemens-ix/{p-dff78943.entry.js.map → p-d3a60c52.entry.js.map} +0 -0
  998. /package/dist/siemens-ix/{p-41b9392e.entry.js.map → p-da3a9845.entry.js.map} +0 -0
  999. /package/dist/siemens-ix/{p-94fa5d00.entry.js.map → p-df6bb698.entry.js.map} +0 -0
  1000. /package/dist/siemens-ix/{p-85f3aa13.entry.js.map → p-e0b9cf68.entry.js.map} +0 -0
  1001. /package/dist/siemens-ix/{p-81120f11.entry.js.map → p-e42f62a1.entry.js.map} +0 -0
  1002. /package/dist/siemens-ix/{p-da6a27c1.entry.js.map → p-e48977ed.entry.js.map} +0 -0
  1003. /package/dist/siemens-ix/{p-1f5befb2.entry.js.map → p-ea15fc79.entry.js.map} +0 -0
  1004. /package/dist/siemens-ix/{p-4448252f.entry.js.map → p-ea37abf6.entry.js.map} +0 -0
  1005. /package/dist/siemens-ix/{p-b5e0ddb3.entry.js.map → p-ea410634.entry.js.map} +0 -0
  1006. /package/dist/siemens-ix/{p-39950a1c.entry.js.map → p-eba7f62c.entry.js.map} +0 -0
  1007. /package/dist/siemens-ix/{p-9d8fb7dd.entry.js.map → p-f119c105.entry.js.map} +0 -0
  1008. /package/dist/siemens-ix/{p-347fcf94.entry.js.map → p-fc73c8cc.entry.js.map} +0 -0
  1009. /package/dist/siemens-ix/{p-79798af1.entry.js.map → p-ff83eafd.entry.js.map} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-CtoreFVF.js';
2
- import { u as useContextProvider, A as ApplicationLayoutContext } from './context-CKM5pVsv.js';
2
+ import { u as useContextProvider, A as ApplicationLayoutContext } from './context-BniHpAE1.js';
3
3
  import { a as applicationLayoutService } from './service-Da0kv8hS.js';
4
4
  import { m as menuController } from './menu-service-BMvtckRa.js';
5
5
  import { h as hasSlottedElements } from './shadow-dom-i60z1FJC.js';
@@ -51,7 +51,6 @@ const Application = class {
51
51
  applicationLayoutService.setBreakpoints(this.breakpoints);
52
52
  this.contextProvider = useContextProvider(this.hostElement, ApplicationLayoutContext, {
53
53
  hideHeader: false,
54
- host: 'basic-navigation',
55
54
  sidebar: this.applicationSidebarSlotted,
56
55
  appSwitchConfig: this.appSwitchConfig,
57
56
  });
@@ -88,18 +87,17 @@ const Application = class {
88
87
  }
89
88
  this.contextProvider.emit({
90
89
  hideHeader: false,
91
- host: 'basic-navigation',
92
90
  sidebar: this.applicationSidebarSlotted,
93
91
  appSwitchConfig: this.appSwitchConfig,
94
92
  });
95
93
  }
96
94
  render() {
97
- return (h(Host, { key: '8ec10f51dff7f068d6d9ecc3482f57f7eee372e1', "data-role": "", class: {
95
+ return (h(Host, { key: '80437ae705c381c0167b8d7c5ce429e611b03f91', "data-role": "", class: {
98
96
  [`breakpoint-${this.breakpoint}`]: true,
99
- } }, h("slot", { key: '0907c0a93f6baa2bec75388748c5b380ac57ba9f', name: "application-header" }), h("div", { key: '20dbe63e526f7842680f6c4abc6d4295892ae7f6', class: "application" }, h("slot", { key: 'd47121e13a25c0738cba759b53fac4e33ec05dc6', name: "menu" }), h("aside", { key: '61e0b686faca2fb562651b67286b837d94053b99', class: {
97
+ } }, h("slot", { key: '865d2e5a9252459f62ff8ab5dce1413d11c04379', name: "application-header" }), h("div", { key: 'ae1960437e8721fbc4afab659d149265660e4164', class: "application" }, h("slot", { key: 'a2a9a835af35e30d2ebe52347903f1838e75ac8d', name: "menu" }), h("aside", { key: '6141152471ac7dc7310247b23278dc594e025fa3', class: {
100
98
  'application-sidebar': true,
101
99
  slotted: this.applicationSidebarSlotted,
102
- }, onClick: () => this.onContentClick() }, h("slot", { key: '2e84b0947f7f8f663ea18211e8cd2112e2702048', name: "application-sidebar", onSlotchange: () => (this.applicationSidebarSlotted = hasSlottedElements(this.applicationSidebarSlot)) })), h("div", { key: '89cc5e6a029a43cedb58865984d0e46b6b14c4d3', class: "content-area" }, h("main", { key: 'dfc4b2e1842a43ca077d0b87168ac7119c7bb80d', class: "content", onClick: () => this.onContentClick() }, h("slot", { key: '6af3c3a4f10005a8d3d10d86e3388c41ffce7204' })), h("footer", { key: '44c8fdcf8f6fe6c6c03e2c03214c5acbb8e9d7bf', class: "footer" }, h("slot", { key: 'c066f4dcc1948952fa8218b70fb697470385f4d8', name: "bottom" }))))));
100
+ }, onClick: () => this.onContentClick() }, h("slot", { key: '3285cc16452a7a6936a542dd26758beebb515972', name: "application-sidebar", onSlotchange: () => (this.applicationSidebarSlotted = hasSlottedElements(this.applicationSidebarSlot)) })), h("div", { key: 'c6d022a1a5c220ed088adeba49ab5daa27ff8c77', class: "content-area" }, h("main", { key: '8ab781e17318078290a6ce4e1e64dfea43d5ae00', class: "content", onClick: () => this.onContentClick() }, h("slot", { key: '24e83882ab5746f4e00a0c16c797ddf4111aa1e8' })), h("footer", { key: '3ce838daa8f8f4b4e56cb2626476223d9575177c', class: "footer" }, h("slot", { key: 'e49d1cd476554dfddca3b538194040ca29394967', name: "bottom" }))))));
103
101
  }
104
102
  get hostElement() { return getElement(this); }
105
103
  static get watchers() { return {
@@ -1 +1 @@
1
- {"version":3,"file":"ix-application.entry.js","sources":["src/components/application/application.scss?tag=ix-application&encapsulation=shadow","src/components/application/application.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@use 'mixins/shadow-dom/component';\n\n:host {\n display: flex;\n position: relative;\n width: 100vw;\n height: 100vh;\n\n flex-direction: column;\n\n @include component.ix-component;\n\n ix-application-header {\n z-index: calc(var(--theme-z-index-sticky) + 1);\n }\n\n .logo-wrapper {\n display: contents;\n }\n\n .application {\n display: flex;\n position: relative;\n flex-direction: row;\n height: 100%;\n width: 100%;\n overflow: hidden;\n }\n\n .content-area {\n display: flex;\n position: relative;\n flex-direction: column;\n flex-wrap: nowrap;\n height: calc(100% - var(--ix-safe-area-inset-bottom, 0px));\n width: 100%;\n margin-left: var(--ix-application-menu-margin-left);\n min-width: 0;\n }\n\n main {\n display: block;\n position: relative;\n flex-grow: 1;\n\n width: 100%;\n padding-bottom: var(--ix-safe-area-inset-bottom);\n overflow: auto;\n }\n\n footer {\n display: block;\n position: relative;\n width: 100%;\n }\n}\n\n:host(.breakpoint-md) {\n --ix-application-menu-margin-left: calc(\n 3.25rem + var(--ix-application-menu-safe-area-left, 0rem)\n );\n\n aside.slotted {\n margin-left: var(--ix-application-menu-margin-left);\n }\n\n aside.slotted + .content-area {\n margin-left: 0;\n }\n\n aside:not(.slotted) + .content-area {\n margin-left: var(--ix-application-menu-margin-left);\n }\n}\n\n:host(.breakpoint-lg) {\n --ix-application-menu-margin-left: 0;\n}\n\n:host(.breakpoint-sm) {\n --ix-application-menu-margin-left: var(\n --ix-application-menu-safe-area-left,\n 0rem\n );\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop, State, Watch } from '@stencil/core';\nimport {\n ApplicationLayoutContext,\n AppSwitchConfiguration,\n} from '../utils/application-layout/context';\nimport { applicationLayoutService } from '../utils/application-layout/service';\nimport { Breakpoint } from '../utils/breakpoints';\nimport { ContextProvider, useContextProvider } from '../utils/context';\nimport { menuController } from '../utils/menu-service/menu-service';\nimport { hasSlottedElements } from '../utils/shadow-dom';\nimport { IxTheme, themeSwitcher } from '../utils/theme-switcher';\nimport { Disposable } from '../utils/typed-event';\n\n@Component({\n tag: 'ix-application',\n styleUrl: 'application.scss',\n shadow: true,\n})\nexport class Application {\n @Element() hostElement!: HTMLIxApplicationElement;\n\n /**\n * Application theme\n */\n @Prop() theme?: IxTheme;\n\n /**\n * Use the system appearance dark or light\n */\n @Prop() themeSystemAppearance = false;\n\n /**\n * Change the responsive layout of the menu structure\n */\n @Prop() forceBreakpoint: Breakpoint | undefined;\n forceLayoutChange(newMode: Breakpoint | undefined) {\n if (!newMode) {\n applicationLayoutService.enableBreakpointDetection();\n return;\n }\n\n applicationLayoutService.disableBreakpointDetection();\n applicationLayoutService.setBreakpoint(newMode);\n }\n\n /**\n * Supported layouts\n */\n @Prop() breakpoints: Breakpoint[] = ['sm', 'md', 'lg'];\n @Watch('breakpoints')\n onBreakpointsChange(breakpoints: Breakpoint[]) {\n applicationLayoutService.setBreakpoints(breakpoints);\n }\n\n /**\n * Define application switch configuration\n */\n @Prop() appSwitchConfig?: AppSwitchConfiguration;\n\n @State() breakpoint: Breakpoint = 'lg';\n @State() applicationSidebarSlotted = false;\n\n private contextProvider?: ContextProvider<typeof ApplicationLayoutContext>;\n\n get menu(): HTMLIxMenuElement | null {\n return this.hostElement.querySelector('ix-menu');\n }\n\n get applicationSidebarSlot() {\n return this.hostElement.shadowRoot!.querySelector(\n '.application-sidebar slot'\n ) as HTMLSlotElement;\n }\n\n private modeDisposable?: Disposable;\n\n private onContentClick() {\n if (menuController.isPinned) {\n return;\n }\n this.menu?.toggleMenu(false);\n }\n\n componentWillLoad() {\n applicationLayoutService.setBreakpoints(this.breakpoints);\n\n this.contextProvider = useContextProvider(\n this.hostElement,\n ApplicationLayoutContext,\n {\n hideHeader: false,\n host: 'basic-navigation',\n sidebar: this.applicationSidebarSlotted,\n appSwitchConfig: this.appSwitchConfig,\n }\n );\n\n this.modeDisposable = applicationLayoutService.onChange.on((mode) => {\n this.breakpoint = mode;\n });\n this.breakpoint = applicationLayoutService.breakpoint;\n\n if (this.forceBreakpoint) {\n this.forceLayoutChange(this.forceBreakpoint);\n }\n\n this.changeTheme();\n }\n\n disconnectedCallback() {\n this.modeDisposable?.dispose();\n }\n\n @Watch('theme')\n @Watch('themeSystemAppearance')\n private changeTheme() {\n if (!this.theme) {\n if (this.themeSystemAppearance) {\n themeSwitcher.setVariant();\n }\n\n return;\n }\n\n if (themeSwitcher.hasVariantSuffix(this.theme)) {\n themeSwitcher.setTheme(`theme-${this.theme}`);\n return;\n }\n\n themeSwitcher.setTheme(\n `theme-${this.theme}-dark`,\n this.themeSystemAppearance\n );\n }\n\n @Watch('appSwitchConfig')\n @Watch('applicationSidebarSlotted')\n onApplicationSidebarChange() {\n if (!this.contextProvider) {\n console.error('Context provider not available');\n return;\n }\n this.contextProvider.emit({\n hideHeader: false,\n host: 'basic-navigation',\n sidebar: this.applicationSidebarSlotted,\n appSwitchConfig: this.appSwitchConfig,\n });\n }\n\n render() {\n return (\n <Host\n data-role=\"\"\n class={{\n [`breakpoint-${this.breakpoint}`]: true,\n }}\n >\n <slot name=\"application-header\"></slot>\n <div class=\"application\">\n <slot name=\"menu\"></slot>\n <aside\n class={{\n 'application-sidebar': true,\n slotted: this.applicationSidebarSlotted,\n }}\n onClick={() => this.onContentClick()}\n >\n <slot\n name=\"application-sidebar\"\n onSlotchange={() =>\n (this.applicationSidebarSlotted = hasSlottedElements(\n this.applicationSidebarSlot\n ))\n }\n ></slot>\n </aside>\n <div class=\"content-area\">\n <main class=\"content\" onClick={() => this.onContentClick()}>\n <slot></slot>\n </main>\n <footer class=\"footer\">\n <slot name=\"bottom\"></slot>\n </footer>\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":";;;;;;;;;AAAA,MAAM,cAAc,GAAG,ghEAAghE;;MC2B1hE,WAAW,GAAA,MAAA;AALxB,IAAA,WAAA,CAAA,OAAA,EAAA;;AAaE;;AAEG;AACK,QAAA,IAAqB,CAAA,qBAAA,GAAG,KAAK;AAgBrC;;AAEG;QACK,IAAW,CAAA,WAAA,GAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC;AAW7C,QAAA,IAAU,CAAA,UAAA,GAAe,IAAI;AAC7B,QAAA,IAAyB,CAAA,yBAAA,GAAG,KAAK;AAiI3C;AA1JC,IAAA,iBAAiB,CAAC,OAA+B,EAAA;QAC/C,IAAI,CAAC,OAAO,EAAE;YACZ,wBAAwB,CAAC,yBAAyB,EAAE;YACpD;;QAGF,wBAAwB,CAAC,0BAA0B,EAAE;AACrD,QAAA,wBAAwB,CAAC,aAAa,CAAC,OAAO,CAAC;;AAQjD,IAAA,mBAAmB,CAAC,WAAyB,EAAA;AAC3C,QAAA,wBAAwB,CAAC,cAAc,CAAC,WAAW,CAAC;;AAatD,IAAA,IAAI,IAAI,GAAA;QACN,OAAO,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,SAAS,CAAC;;AAGlD,IAAA,IAAI,sBAAsB,GAAA;QACxB,OAAO,IAAI,CAAC,WAAW,CAAC,UAAW,CAAC,aAAa,CAC/C,2BAA2B,CACT;;IAKd,cAAc,GAAA;;AACpB,QAAA,IAAI,cAAc,CAAC,QAAQ,EAAE;YAC3B;;QAEF,CAAA,EAAA,GAAA,IAAI,CAAC,IAAI,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,UAAU,CAAC,KAAK,CAAC;;IAG9B,iBAAiB,GAAA;AACf,QAAA,wBAAwB,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC;QAEzD,IAAI,CAAC,eAAe,GAAG,kBAAkB,CACvC,IAAI,CAAC,WAAW,EAChB,wBAAwB,EACxB;AACE,YAAA,UAAU,EAAE,KAAK;AACjB,YAAA,IAAI,EAAE,kBAAkB;YACxB,OAAO,EAAE,IAAI,CAAC,yBAAyB;YACvC,eAAe,EAAE,IAAI,CAAC,eAAe;AACtC,SAAA,CACF;AAED,QAAA,IAAI,CAAC,cAAc,GAAG,wBAAwB,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,IAAI,KAAI;AAClE,YAAA,IAAI,CAAC,UAAU,GAAG,IAAI;AACxB,SAAC,CAAC;AACF,QAAA,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,UAAU;AAErD,QAAA,IAAI,IAAI,CAAC,eAAe,EAAE;AACxB,YAAA,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,eAAe,CAAC;;QAG9C,IAAI,CAAC,WAAW,EAAE;;IAGpB,oBAAoB,GAAA;;QAClB,CAAA,EAAA,GAAA,IAAI,CAAC,cAAc,MAAE,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAA,OAAO,EAAE;;IAKxB,WAAW,GAAA;AACjB,QAAA,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;AACf,YAAA,IAAI,IAAI,CAAC,qBAAqB,EAAE;gBAC9B,aAAa,CAAC,UAAU,EAAE;;YAG5B;;QAGF,IAAI,aAAa,CAAC,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;YAC9C,aAAa,CAAC,QAAQ,CAAC,CAAA,MAAA,EAAS,IAAI,CAAC,KAAK,CAAE,CAAA,CAAC;YAC7C;;AAGF,QAAA,aAAa,CAAC,QAAQ,CACpB,CAAA,MAAA,EAAS,IAAI,CAAC,KAAK,CAAA,KAAA,CAAO,EAC1B,IAAI,CAAC,qBAAqB,CAC3B;;IAKH,0BAA0B,GAAA;AACxB,QAAA,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE;AACzB,YAAA,OAAO,CAAC,KAAK,CAAC,gCAAgC,CAAC;YAC/C;;AAEF,QAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC;AACxB,YAAA,UAAU,EAAE,KAAK;AACjB,YAAA,IAAI,EAAE,kBAAkB;YACxB,OAAO,EAAE,IAAI,CAAC,yBAAyB;YACvC,eAAe,EAAE,IAAI,CAAC,eAAe;AACtC,SAAA,CAAC;;IAGJ,MAAM,GAAA;AACJ,QAAA,QACE,CAAC,CAAA,IAAI,kEACO,EAAE,EACZ,KAAK,EAAE;AACL,gBAAA,CAAC,cAAc,IAAI,CAAC,UAAU,CAAE,CAAA,GAAG,IAAI;aACxC,EAAA,EAED,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,IAAI,EAAC,oBAAoB,EAAQ,CAAA,EACvC,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,aAAa,EAAA,EACtB,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,IAAI,EAAC,MAAM,EAAQ,CAAA,EACzB,CAAA,CAAA,OAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EACE,KAAK,EAAE;AACL,gBAAA,qBAAqB,EAAE,IAAI;gBAC3B,OAAO,EAAE,IAAI,CAAC,yBAAyB;AACxC,aAAA,EACD,OAAO,EAAE,MAAM,IAAI,CAAC,cAAc,EAAE,EAAA,EAEpC,CACE,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,IAAI,EAAC,qBAAqB,EAC1B,YAAY,EAAE,OACX,IAAI,CAAC,yBAAyB,GAAG,kBAAkB,CAClD,IAAI,CAAC,sBAAsB,CAC5B,CAAC,EAAA,CAEE,CACF,EACR,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,cAAc,EAAA,EACvB,CAAA,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAM,KAAK,EAAC,SAAS,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,cAAc,EAAE,EAAA,EACxD,CAAA,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAa,CACR,EACP,CAAQ,CAAA,QAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,QAAQ,EAAA,EACpB,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,IAAI,EAAC,QAAQ,EAAA,CAAQ,CACpB,CACL,CACF,CACD;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ix-application.entry.js","sources":["src/components/application/application.scss?tag=ix-application&encapsulation=shadow","src/components/application/application.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@use 'mixins/shadow-dom/component';\n\n:host {\n display: flex;\n position: relative;\n width: 100vw;\n height: 100vh;\n\n flex-direction: column;\n\n @include component.ix-component;\n\n ix-application-header {\n z-index: calc(var(--theme-z-index-sticky) + 1);\n }\n\n .logo-wrapper {\n display: contents;\n }\n\n .application {\n display: flex;\n position: relative;\n flex-direction: row;\n height: 100%;\n width: 100%;\n overflow: hidden;\n }\n\n .content-area {\n display: flex;\n position: relative;\n flex-direction: column;\n flex-wrap: nowrap;\n height: calc(100% - var(--ix-safe-area-inset-bottom, 0px));\n width: 100%;\n margin-left: var(--ix-application-menu-margin-left);\n min-width: 0;\n }\n\n main {\n display: block;\n position: relative;\n flex-grow: 1;\n\n width: 100%;\n padding-bottom: var(--ix-safe-area-inset-bottom);\n overflow: auto;\n }\n\n footer {\n display: block;\n position: relative;\n width: 100%;\n }\n}\n\n:host(.breakpoint-md) {\n --ix-application-menu-margin-left: calc(\n 3.25rem + var(--ix-application-menu-safe-area-left, 0rem)\n );\n\n aside.slotted {\n margin-left: var(--ix-application-menu-margin-left);\n }\n\n aside.slotted + .content-area {\n margin-left: 0;\n }\n\n aside:not(.slotted) + .content-area {\n margin-left: var(--ix-application-menu-margin-left);\n }\n}\n\n:host(.breakpoint-lg) {\n --ix-application-menu-margin-left: 0;\n}\n\n:host(.breakpoint-sm) {\n --ix-application-menu-margin-left: var(\n --ix-application-menu-safe-area-left,\n 0rem\n );\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop, State, Watch } from '@stencil/core';\nimport {\n ApplicationLayoutContext,\n AppSwitchConfiguration,\n} from '../utils/application-layout/context';\nimport { applicationLayoutService } from '../utils/application-layout/service';\nimport { Breakpoint } from '../utils/breakpoints';\nimport { ContextProvider, useContextProvider } from '../utils/context';\nimport { menuController } from '../utils/menu-service/menu-service';\nimport { hasSlottedElements } from '../utils/shadow-dom';\nimport { IxTheme, themeSwitcher } from '../utils/theme-switcher';\nimport { Disposable } from '../utils/typed-event';\n\n@Component({\n tag: 'ix-application',\n styleUrl: 'application.scss',\n shadow: true,\n})\nexport class Application {\n @Element() hostElement!: HTMLIxApplicationElement;\n\n /**\n * Application theme\n */\n @Prop() theme?: IxTheme;\n\n /**\n * Use the system appearance dark or light\n */\n @Prop() themeSystemAppearance = false;\n\n /**\n * Change the responsive layout of the menu structure\n */\n @Prop() forceBreakpoint: Breakpoint | undefined;\n forceLayoutChange(newMode: Breakpoint | undefined) {\n if (!newMode) {\n applicationLayoutService.enableBreakpointDetection();\n return;\n }\n\n applicationLayoutService.disableBreakpointDetection();\n applicationLayoutService.setBreakpoint(newMode);\n }\n\n /**\n * Supported layouts\n */\n @Prop() breakpoints: Breakpoint[] = ['sm', 'md', 'lg'];\n @Watch('breakpoints')\n onBreakpointsChange(breakpoints: Breakpoint[]) {\n applicationLayoutService.setBreakpoints(breakpoints);\n }\n\n /**\n * Define application switch configuration\n */\n @Prop() appSwitchConfig?: AppSwitchConfiguration;\n\n @State() breakpoint: Breakpoint = 'lg';\n @State() applicationSidebarSlotted = false;\n\n private contextProvider?: ContextProvider<typeof ApplicationLayoutContext>;\n\n get menu(): HTMLIxMenuElement | null {\n return this.hostElement.querySelector('ix-menu');\n }\n\n get applicationSidebarSlot() {\n return this.hostElement.shadowRoot!.querySelector(\n '.application-sidebar slot'\n ) as HTMLSlotElement;\n }\n\n private modeDisposable?: Disposable;\n\n private onContentClick() {\n if (menuController.isPinned) {\n return;\n }\n this.menu?.toggleMenu(false);\n }\n\n componentWillLoad() {\n applicationLayoutService.setBreakpoints(this.breakpoints);\n\n this.contextProvider = useContextProvider(\n this.hostElement,\n ApplicationLayoutContext,\n {\n hideHeader: false,\n sidebar: this.applicationSidebarSlotted,\n appSwitchConfig: this.appSwitchConfig,\n }\n );\n\n this.modeDisposable = applicationLayoutService.onChange.on((mode) => {\n this.breakpoint = mode;\n });\n this.breakpoint = applicationLayoutService.breakpoint;\n\n if (this.forceBreakpoint) {\n this.forceLayoutChange(this.forceBreakpoint);\n }\n\n this.changeTheme();\n }\n\n disconnectedCallback() {\n this.modeDisposable?.dispose();\n }\n\n @Watch('theme')\n @Watch('themeSystemAppearance')\n private changeTheme() {\n if (!this.theme) {\n if (this.themeSystemAppearance) {\n themeSwitcher.setVariant();\n }\n\n return;\n }\n\n if (themeSwitcher.hasVariantSuffix(this.theme)) {\n themeSwitcher.setTheme(`theme-${this.theme}`);\n return;\n }\n\n themeSwitcher.setTheme(\n `theme-${this.theme}-dark`,\n this.themeSystemAppearance\n );\n }\n\n @Watch('appSwitchConfig')\n @Watch('applicationSidebarSlotted')\n onApplicationSidebarChange() {\n if (!this.contextProvider) {\n console.error('Context provider not available');\n return;\n }\n this.contextProvider.emit({\n hideHeader: false,\n sidebar: this.applicationSidebarSlotted,\n appSwitchConfig: this.appSwitchConfig,\n });\n }\n\n render() {\n return (\n <Host\n data-role=\"\"\n class={{\n [`breakpoint-${this.breakpoint}`]: true,\n }}\n >\n <slot name=\"application-header\"></slot>\n <div class=\"application\">\n <slot name=\"menu\"></slot>\n <aside\n class={{\n 'application-sidebar': true,\n slotted: this.applicationSidebarSlotted,\n }}\n onClick={() => this.onContentClick()}\n >\n <slot\n name=\"application-sidebar\"\n onSlotchange={() =>\n (this.applicationSidebarSlotted = hasSlottedElements(\n this.applicationSidebarSlot\n ))\n }\n ></slot>\n </aside>\n <div class=\"content-area\">\n <main class=\"content\" onClick={() => this.onContentClick()}>\n <slot></slot>\n </main>\n <footer class=\"footer\">\n <slot name=\"bottom\"></slot>\n </footer>\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":";;;;;;;;;AAAA,MAAM,cAAc,GAAG,ghEAAghE;;MC2B1hE,WAAW,GAAA,MAAA;AALxB,IAAA,WAAA,CAAA,OAAA,EAAA;;AAaE;;AAEG;AACK,QAAA,IAAqB,CAAA,qBAAA,GAAG,KAAK;AAgBrC;;AAEG;QACK,IAAW,CAAA,WAAA,GAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC;AAW7C,QAAA,IAAU,CAAA,UAAA,GAAe,IAAI;AAC7B,QAAA,IAAyB,CAAA,yBAAA,GAAG,KAAK;AA+H3C;AAxJC,IAAA,iBAAiB,CAAC,OAA+B,EAAA;QAC/C,IAAI,CAAC,OAAO,EAAE;YACZ,wBAAwB,CAAC,yBAAyB,EAAE;YACpD;;QAGF,wBAAwB,CAAC,0BAA0B,EAAE;AACrD,QAAA,wBAAwB,CAAC,aAAa,CAAC,OAAO,CAAC;;AAQjD,IAAA,mBAAmB,CAAC,WAAyB,EAAA;AAC3C,QAAA,wBAAwB,CAAC,cAAc,CAAC,WAAW,CAAC;;AAatD,IAAA,IAAI,IAAI,GAAA;QACN,OAAO,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,SAAS,CAAC;;AAGlD,IAAA,IAAI,sBAAsB,GAAA;QACxB,OAAO,IAAI,CAAC,WAAW,CAAC,UAAW,CAAC,aAAa,CAC/C,2BAA2B,CACT;;IAKd,cAAc,GAAA;;AACpB,QAAA,IAAI,cAAc,CAAC,QAAQ,EAAE;YAC3B;;QAEF,CAAA,EAAA,GAAA,IAAI,CAAC,IAAI,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,UAAU,CAAC,KAAK,CAAC;;IAG9B,iBAAiB,GAAA;AACf,QAAA,wBAAwB,CAAC,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC;QAEzD,IAAI,CAAC,eAAe,GAAG,kBAAkB,CACvC,IAAI,CAAC,WAAW,EAChB,wBAAwB,EACxB;AACE,YAAA,UAAU,EAAE,KAAK;YACjB,OAAO,EAAE,IAAI,CAAC,yBAAyB;YACvC,eAAe,EAAE,IAAI,CAAC,eAAe;AACtC,SAAA,CACF;AAED,QAAA,IAAI,CAAC,cAAc,GAAG,wBAAwB,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,IAAI,KAAI;AAClE,YAAA,IAAI,CAAC,UAAU,GAAG,IAAI;AACxB,SAAC,CAAC;AACF,QAAA,IAAI,CAAC,UAAU,GAAG,wBAAwB,CAAC,UAAU;AAErD,QAAA,IAAI,IAAI,CAAC,eAAe,EAAE;AACxB,YAAA,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,eAAe,CAAC;;QAG9C,IAAI,CAAC,WAAW,EAAE;;IAGpB,oBAAoB,GAAA;;QAClB,CAAA,EAAA,GAAA,IAAI,CAAC,cAAc,MAAE,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAA,OAAO,EAAE;;IAKxB,WAAW,GAAA;AACjB,QAAA,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;AACf,YAAA,IAAI,IAAI,CAAC,qBAAqB,EAAE;gBAC9B,aAAa,CAAC,UAAU,EAAE;;YAG5B;;QAGF,IAAI,aAAa,CAAC,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;YAC9C,aAAa,CAAC,QAAQ,CAAC,CAAA,MAAA,EAAS,IAAI,CAAC,KAAK,CAAE,CAAA,CAAC;YAC7C;;AAGF,QAAA,aAAa,CAAC,QAAQ,CACpB,CAAA,MAAA,EAAS,IAAI,CAAC,KAAK,CAAA,KAAA,CAAO,EAC1B,IAAI,CAAC,qBAAqB,CAC3B;;IAKH,0BAA0B,GAAA;AACxB,QAAA,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE;AACzB,YAAA,OAAO,CAAC,KAAK,CAAC,gCAAgC,CAAC;YAC/C;;AAEF,QAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC;AACxB,YAAA,UAAU,EAAE,KAAK;YACjB,OAAO,EAAE,IAAI,CAAC,yBAAyB;YACvC,eAAe,EAAE,IAAI,CAAC,eAAe;AACtC,SAAA,CAAC;;IAGJ,MAAM,GAAA;AACJ,QAAA,QACE,CAAC,CAAA,IAAI,kEACO,EAAE,EACZ,KAAK,EAAE;AACL,gBAAA,CAAC,cAAc,IAAI,CAAC,UAAU,CAAE,CAAA,GAAG,IAAI;aACxC,EAAA,EAED,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,IAAI,EAAC,oBAAoB,EAAQ,CAAA,EACvC,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,aAAa,EAAA,EACtB,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,IAAI,EAAC,MAAM,EAAQ,CAAA,EACzB,CAAA,CAAA,OAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EACE,KAAK,EAAE;AACL,gBAAA,qBAAqB,EAAE,IAAI;gBAC3B,OAAO,EAAE,IAAI,CAAC,yBAAyB;AACxC,aAAA,EACD,OAAO,EAAE,MAAM,IAAI,CAAC,cAAc,EAAE,EAAA,EAEpC,CACE,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,IAAI,EAAC,qBAAqB,EAC1B,YAAY,EAAE,OACX,IAAI,CAAC,yBAAyB,GAAG,kBAAkB,CAClD,IAAI,CAAC,sBAAsB,CAC5B,CAAC,EAAA,CAEE,CACF,EACR,CAAK,CAAA,KAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,cAAc,EAAA,EACvB,CAAA,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAM,KAAK,EAAC,SAAS,EAAC,OAAO,EAAE,MAAM,IAAI,CAAC,cAAc,EAAE,EAAA,EACxD,CAAA,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,CAAa,CACR,EACP,CAAQ,CAAA,QAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,KAAK,EAAC,QAAQ,EAAA,EACpB,CAAM,CAAA,MAAA,EAAA,EAAA,GAAA,EAAA,0CAAA,EAAA,IAAI,EAAC,QAAQ,EAAA,CAAQ,CACpB,CACL,CACF,CACD;;;;;;;;;;;;;;;"}
@@ -83,7 +83,7 @@ const MenuAvatarItem = class {
83
83
  return this.dropdownItemRef.waitForCurrent();
84
84
  }
85
85
  render() {
86
- return (h("ix-dropdown-item", { key: '7b30f261d40a584c089d70f40d0f4b853ec5219f', ref: this.dropdownItemRef, icon: this.icon, label: this.label, onClick: (e) => this.itemClick.emit(e) }));
86
+ return (h("ix-dropdown-item", { key: '4a25c0768a9afad6b18bf3019c8998cc51fa134a', ref: this.dropdownItemRef, icon: this.icon, label: this.label, onClick: (e) => this.itemClick.emit(e) }));
87
87
  }
88
88
  get hostElement() { return getElement(this); }
89
89
  };
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h, F as Fragment, H as Host, g as getElement } from './index-CtoreFVF.js';
2
2
  import { a as animate } from './anime.esm-DhE1t8Qh.js';
3
3
  import { a as a11yBoolean } from './a11y-Bb7pDeaQ.js';
4
- import { f as iconChevronDownSmall } from './index-Cz75KU1f.js';
4
+ import { g as iconChevronDownSmall } from './index-8HpPmDK_.js';
5
5
  import { A as Animation } from './animation-C5MWUgDN.js';
6
6
 
7
7
  const blindCss = ":host{display:flex;flex-direction:column;border-radius:var(--theme-blind--border-radius);overflow:hidden}: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 .blind-header-wrapper{position:relative;min-height:3rem;height:3rem;overflow:hidden}:host .blind-header-content{display:flex;position:relative;align-items:center;justify-content:flex-start;width:100%;height:100%;pointer-events:none;padding-left:0.5rem}:host .blind-header-title{display:flex;position:relative;align-items:center;flex-grow:1;margin-right:0.5rem}:host .blind-header{all:unset;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;position:absolute;top:0px;left:0px;pointer-events:all;padding-left:2.5rem;min-height:3rem;height:3rem;width:calc(100% - 2 * var(--theme-blind--border-thickness));border:solid var(--theme-blind--border-thickness) transparent;border-radius:var(--theme-blind--border-radius) var(--theme-blind--border-radius) 0 0;cursor:pointer}:host .blind-header:not(.disabled):not(:disabled):focus-visible{border-color:var(--theme-color-focus-bdr);outline:none}:host .blind-header-title-icon,:host .collapse-icon{margin-right:0.5rem}:host .blind-header-title-row{display:flex;flex-grow:1;overflow:hidden}:host .blind-header-title-col{display:inline-flex;align-items:center;width:calc(100% - 1rem);overflow:hidden}:host .blind-header-title-col:not(:first-of-type){justify-content:flex-end}:host ix-typography{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .blind-header-title-label{padding-inline-end:0.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .blind-header-title-sublabel{padding-inline:0.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .blind-header-title{display:flex;align-items:center;flex-grow:1;height:100%;min-width:0}:host .blind-header-labels{display:inline-flex;flex-grow:1;min-width:0}:host .blind-content{display:block;padding:1rem;transition-property:padding;transition-duration:var(--theme-default-time);transition-timing-function:ease-in}:host .blind-content.hide{max-height:0;padding-top:0px;padding-bottom:0px}:host .header-actions{pointer-events:all;margin-left:auto}:host(.blind-alarm) .blind-header{background-color:var(--theme-color-alarm)}:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-alarm--hover)}:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-alarm) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-alarm--active)}:host(.blind-alarm) .blind-header-title-label,:host(.blind-alarm) .blind-header-title-sublabel{color:var(--theme-color-alarm--contrast)}:host(.blind-alarm){background-color:var(--theme-blind-base--background)}:host(.blind-critical) .blind-header{background-color:var(--theme-color-critical)}:host(.blind-critical) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-critical) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-critical) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-critical--hover)}:host(.blind-critical) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-critical) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-critical) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-critical--active)}:host(.blind-critical) .blind-header-title-label,:host(.blind-critical) .blind-header-title-sublabel{color:var(--theme-color-critical--contrast)}:host(.blind-critical){background-color:var(--theme-blind-base--background)}:host(.blind-info) .blind-header{background-color:var(--theme-color-info)}:host(.blind-info) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-info) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-info) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-info--hover)}:host(.blind-info) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-info) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-info) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-info--active)}:host(.blind-info) .blind-header-title-label,:host(.blind-info) .blind-header-title-sublabel{color:var(--theme-color-info--contrast)}:host(.blind-info){background-color:var(--theme-blind-base--background)}:host(.blind-neutral) .blind-header{background-color:var(--theme-color-neutral)}:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-neutral--hover)}:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-neutral) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-neutral--active)}:host(.blind-neutral) .blind-header-title-label,:host(.blind-neutral) .blind-header-title-sublabel{color:var(--theme-color-neutral--contrast)}:host(.blind-neutral){background-color:var(--theme-blind-base--background)}:host(.blind-filled) .blind-header{background-color:var(--theme-color-filled)}:host(.blind-filled) .blind-header:not(.disabled):not(:disabled).hover,:host(.blind-filled) .blind-header:not(.disabled):not(:disabled):hover{background-color:var(--theme-ghost--background--hover)}:host(.blind-filled) .blind-header:not(.disabled):not(:disabled).active,:host(.blind-filled) .blind-header:not(.disabled):not(:disabled):active{background-color:var(--theme-ghost--background--active)}:host(.blind-filled) .blind-header-title-label{color:var(--theme-color-std-text)}:host(.blind-filled) .blind-header-title-sublabel{color:var(--theme-color-soft-text)}:host(.blind-filled){background-color:var(--theme-blind-base--background)}:host(.blind-success) .blind-header{background-color:var(--theme-color-success)}:host(.blind-success) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-success) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-success) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-success--hover)}:host(.blind-success) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-success) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-success) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-success--active)}:host(.blind-success) .blind-header-title-label,:host(.blind-success) .blind-header-title-sublabel{color:var(--theme-color-success--contrast)}:host(.blind-success){background-color:var(--theme-blind-base--background)}:host(.blind-warning) .blind-header{background-color:var(--theme-color-warning)}:host(.blind-warning) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-warning) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-warning) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-warning--hover)}:host(.blind-warning) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-warning) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-warning) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-warning--active)}:host(.blind-warning) .blind-header-title-label,:host(.blind-warning) .blind-header-title-sublabel{color:var(--theme-color-warning--contrast)}:host(.blind-warning){background-color:var(--theme-blind-base--background)}:host(.blind-primary) .blind-header{background-color:var(--theme-color-primary)}:host(.blind-primary) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-primary) .blind-header:not(.disabled):not(:disabled):hover,:host(.blind-primary) .blind-header:not(.disabled):not(:disabled).hover{background-color:var(--theme-color-primary--hover)}:host(.blind-primary) .blind-header:not(.disabled):not(:disabled){cursor:pointer}:host(.blind-primary) .blind-header:not(.disabled):not(:disabled):active,:host(.blind-primary) .blind-header:not(.disabled):not(:disabled).active{background-color:var(--theme-color-primary--active)}:host(.blind-primary) .blind-header-title-label,:host(.blind-primary) .blind-header-title-sublabel{color:var(--theme-color-primary--contrast)}:host(.blind-primary){background-color:var(--theme-blind-base--background)}:host(.blind-outline){border:solid var(--theme-blind--border-thickness) var(--theme-blind-base--border-color)}:host(.blind-outline) .blind-header{background-color:var(--theme-color-ghost)}:host(.blind-outline) .blind-header:not(.disabled):not(:disabled).hover,:host(.blind-outline) .blind-header:not(.disabled):not(:disabled):hover{background-color:var(--theme-ghost--background--hover)}:host(.blind-outline) .blind-header:not(.disabled):not(:disabled).active,:host(.blind-outline) .blind-header:not(.disabled):not(:disabled):active{background-color:var(--theme-ghost--background--active)}:host(.blind-outline) .blind-header-title-label{color:var(--theme-color-std-text)}:host(.blind-outline) .blind-header-title-sublabel{color:var(--theme-color-soft-text)}:host(.blind-outline){border-color:var(--theme-color-soft-bdr)}";
@@ -67,17 +67,17 @@ const Blind = class {
67
67
  });
68
68
  }
69
69
  render() {
70
- return (h(Host, { key: '4a7663a1db7be9e7b957e5f4544f0ce8e9814cae', class: {
70
+ return (h(Host, { key: '671ad2c0686ea67b8dd5a3b6259edd8cd2667b19', class: {
71
71
  [`blind-${this.variant}`]: true,
72
- } }, h("div", { key: '47c72fe3619b8260f5ebf4003b53fd743776fbca', class: 'blind-header-wrapper' }, h("button", { key: '785833dece948c4a3dba3815cbac98c58280b099', class: {
72
+ } }, h("div", { key: '40fa7a9d37b674e2979022aadc84a4496ea9a9f5', class: 'blind-header-wrapper' }, h("button", { key: '29c3e84c41ec924f2b3c5a373778130afa943626', class: {
73
73
  'blind-header': true,
74
74
  [`blind-${this.variant}`]: true,
75
75
  closed: this.collapsed,
76
- }, type: "button", "aria-labelledby": `ix-blind-header-title-${this.blindId}`, "aria-controls": `ix-blind-content-section-${this.blindId}`, "aria-expanded": a11yBoolean(!this.collapsed), onClick: () => this.onHeaderClick() }, h("slot", { key: '0bc5a07bb163c1558b71b975f295d7df95453df9', name: "custom-header" })), h("div", { key: 'dce21ec7715bf9c897fdd1dd01dcc1efc898cf66', class: 'blind-header-content' }, h("ix-icon", { key: '8326f05cc630cad6eb800197121fabdce118cc3e', class: "collapse-icon", name: iconChevronDownSmall, color: this.variant === 'filled' || this.variant === 'outline'
76
+ }, type: "button", "aria-labelledby": `ix-blind-header-title-${this.blindId}`, "aria-controls": `ix-blind-content-section-${this.blindId}`, "aria-expanded": a11yBoolean(!this.collapsed), onClick: () => this.onHeaderClick() }, h("slot", { key: 'b252b735380d02d028f14e7d9fbe4c5eba8c6602', name: "custom-header" })), h("div", { key: '6bf0d3c1465c63a94c8f022734ed826c4028855a', class: 'blind-header-content' }, h("ix-icon", { key: 'd21dd7db4cb813e4becce868c4dbe340a12b1e65', class: "collapse-icon", name: iconChevronDownSmall, color: this.variant === 'filled' || this.variant === 'outline'
77
77
  ? 'color-std-text'
78
- : `color-${this.variant}--contrast`, ref: (ref) => (this.chevronRef = ref) }), h("div", { key: 'bdca91c2ef6b9cc40c50f7c71e0b5279ba64d5ea', class: "blind-header-title", id: `ix-blind-header-title-${this.blindId}` }, this.label !== undefined ? (h(Fragment, null, this.icon && (h("ix-icon", { class: "blind-header-title-icon", name: this.icon, color: this.variant === 'filled' || this.variant === 'outline'
78
+ : `color-${this.variant}--contrast`, ref: (ref) => (this.chevronRef = ref) }), h("div", { key: 'da2e1435ca1070eed1794226ca721e7e3fb22390', class: "blind-header-title", id: `ix-blind-header-title-${this.blindId}` }, this.label !== undefined ? (h(Fragment, null, this.icon && (h("ix-icon", { class: "blind-header-title-icon", name: this.icon, color: this.variant === 'filled' || this.variant === 'outline'
79
79
  ? 'color-std-text'
80
- : `color-${this.variant}--contrast` })), h("div", { class: 'blind-header-title-row' }, h("div", { class: "blind-header-title-col" }, h("ix-typography", { title: this.label, format: "label-lg", bold: true }, h("div", { class: "blind-header-title-label", title: this.label }, this.label))), this.sublabel && (h("div", { class: "blind-header-title-col" }, h("ix-typography", { title: this.sublabel }, h("div", { class: "blind-header-title-sublabel" }, this.sublabel))))), h("div", { class: "header-actions" }, h("slot", { name: "header-actions" })))) : null))), h("section", { key: '02eda5f04ad9fab57dc97354e02c87a1ccaf106a', id: `ix-blind-content-section-${this.blindId}`, "aria-labelledby": `ix-blind-header-title-${this.blindId}` }, h("div", { key: 'e401cd5ea54fa791dcb5a3fe7e9b7adfe28e3b47', class: {
80
+ : `color-${this.variant}--contrast` })), h("div", { class: 'blind-header-title-row' }, h("div", { class: "blind-header-title-col" }, h("ix-typography", { title: this.label, format: "label-lg", bold: true }, h("div", { class: "blind-header-title-label", title: this.label }, this.label))), this.sublabel && (h("div", { class: "blind-header-title-col" }, h("ix-typography", { title: this.sublabel }, h("div", { class: "blind-header-title-sublabel" }, this.sublabel))))), h("div", { class: "header-actions" }, h("slot", { name: "header-actions" })))) : null))), h("section", { key: '854dd19e82a63ccb31f090dadfbcfa46d7346d21', id: `ix-blind-content-section-${this.blindId}`, "aria-labelledby": `ix-blind-header-title-${this.blindId}` }, h("div", { key: '12f77fdbb29c89d5ab26877e9db8ad9ec79f1e6f', class: {
81
81
  'blind-content': true,
82
82
  hide: this.collapsed,
83
83
  } }, !this.collapsed ? h("slot", null) : null))));
@@ -2,7 +2,7 @@ import { r as registerInstance, c as createEvent, h, H as Host, F as Fragment, g
2
2
  import { a as animate } from './anime.esm-DhE1t8Qh.js';
3
3
  import { B as BaseButton } from './base-button-TVpiK7pg.js';
4
4
  import { b as a11yHostAttributes } from './a11y-Bb7pDeaQ.js';
5
- import { v as iconChevronRightSmall } from './index-Cz75KU1f.js';
5
+ import { v as iconChevronRightSmall } from './index-8HpPmDK_.js';
6
6
  import { A as Animation } from './animation-C5MWUgDN.js';
7
7
 
8
8
  const breadcrumbItemCss = ":host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;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}: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 a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;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}: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 a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-btn-primary--background--pressed);color:var(--theme-btn-primary--color--pressed)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-hover)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-active)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover,:host .btn-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-btn-secondary--background--pressed);color:var(--theme-btn-secondary--color--pressed)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-hover)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-active)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover,:host .btn-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-tertiary,:host .btn-tertiary.focus,:host .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):hover,:host .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):active,:host .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-tertiary.disabled,:host(.disabled) .btn-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-tertiary--border-color--disabled);background-color:var(--theme-btn-tertiary--background--disabled);color:var(--theme-btn-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-tertiary--color--disabled)}:host .btn-subtle-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-primary,:host .btn-subtle-primary.focus,:host .btn-subtle-primary:focus-visible{background-color:var(--theme-btn-subtle-primary--background);color:var(--theme-btn-subtle-primary--color);--ix-button-color:var(--theme-btn-subtle-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-primary--border-color);border-style:solid}:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-primary.selected{background-color:var(--theme-btn-subtle-primary--background--pressed);color:var(--theme-btn-subtle-primary--color--pressed)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-hover)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-active)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-primary--border-color--hover);background-color:var(--theme-btn-subtle-primary--background--hover);color:var(--theme-btn-subtle-primary--color--hover)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):active,:host .btn-subtle-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-primary--border-color--active);background-color:var(--theme-btn-subtle-primary--background--active);color:var(--theme-btn-subtle-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-primary.disabled,:host(.disabled) .btn-subtle-primary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-primary--border-color--disabled);background-color:var(--theme-btn-subtle-primary--background--disabled);color:var(--theme-btn-subtle-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-primary--color--disabled)}:host .btn-subtle-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-secondary,:host .btn-subtle-secondary.focus,:host .btn-subtle-secondary:focus-visible{background-color:var(--theme-btn-subtle-secondary--background);color:var(--theme-btn-subtle-secondary--color);--ix-button-color:var(--theme-btn-subtle-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-secondary--border-color);border-style:solid}:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-secondary.selected{background-color:var(--theme-btn-subtle-secondary--background--pressed);color:var(--theme-btn-subtle-secondary--color--pressed)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-hover)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-active)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-secondary--border-color--hover);background-color:var(--theme-btn-subtle-secondary--background--hover);color:var(--theme-btn-subtle-secondary--color--hover)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-secondary--border-color--active);background-color:var(--theme-btn-subtle-secondary--background--active);color:var(--theme-btn-subtle-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-secondary.disabled,:host(.disabled) .btn-subtle-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-secondary--border-color--disabled);background-color:var(--theme-btn-subtle-secondary--background--disabled);color:var(--theme-btn-subtle-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-secondary--color--disabled)}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .btn-danger-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-primary,:host .btn-danger-primary.focus,:host .btn-danger-primary:focus-visible{background-color:var(--theme-btn-danger-primary--background);color:var(--theme-btn-danger-primary--color);--ix-button-color:var(--theme-btn-danger-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-primary--border-color);border-style:solid}:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-primary.selected{background-color:var(--theme-btn-danger-primary--background--pressed);color:var(--theme-btn-danger-primary--color--pressed)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-hover)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-active)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):hover,:host .btn-danger-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-primary--border-color--hover);background-color:var(--theme-btn-danger-primary--background--hover);color:var(--theme-btn-danger-primary--color--hover)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):active,:host .btn-danger-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-primary--border-color--active);background-color:var(--theme-btn-danger-primary--background--active);color:var(--theme-btn-danger-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-primary.disabled,:host(.disabled) .btn-danger-primary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-primary--border-color--disabled);background-color:var(--theme-btn-danger-primary--background--disabled);color:var(--theme-btn-danger-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-primary--color--disabled)}:host .btn-danger-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-secondary,:host .btn-danger-secondary.focus,:host .btn-danger-secondary:focus-visible{background-color:var(--theme-btn-danger-secondary--background);color:var(--theme-btn-danger-secondary--color);--ix-button-color:var(--theme-btn-danger-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-secondary--border-color);border-style:solid}:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-secondary.selected{background-color:var(--theme-btn-danger-secondary--background--pressed);color:var(--theme-btn-danger-secondary--color--pressed)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-hover)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-active)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-secondary--border-color--hover);background-color:var(--theme-btn-danger-secondary--background--hover);color:var(--theme-btn-danger-secondary--color--hover)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):active,:host .btn-danger-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-secondary--border-color--active);background-color:var(--theme-btn-danger-secondary--background--active);color:var(--theme-btn-danger-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-secondary.disabled,:host(.disabled) .btn-danger-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-secondary--border-color--disabled);background-color:var(--theme-btn-danger-secondary--background--disabled);color:var(--theme-btn-danger-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-secondary--color--disabled)}:host .btn-danger-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-tertiary,:host .btn-danger-tertiary.focus,:host .btn-danger-tertiary:focus-visible{background-color:var(--theme-btn-danger-tertiary--background);color:var(--theme-btn-danger-tertiary--color);--ix-button-color:var(--theme-btn-danger-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-tertiary--border-color);border-style:solid}:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-tertiary.selected{background-color:var(--theme-btn-danger-tertiary--background--pressed);color:var(--theme-btn-danger-tertiary--color--pressed)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-hover)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-active)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-tertiary--border-color--hover);background-color:var(--theme-btn-danger-tertiary--background--hover);color:var(--theme-btn-danger-tertiary--color--hover)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-tertiary--border-color--active);background-color:var(--theme-btn-danger-tertiary--background--active);color:var(--theme-btn-danger-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-tertiary.disabled,:host(.disabled) .btn-danger-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-tertiary--border-color--disabled);background-color:var(--theme-btn-danger-tertiary--background--disabled);color:var(--theme-btn-danger-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-tertiary--color--disabled)}:host{min-width:5rem}:host{--ix-button-border-radius-left:var(--theme-btn--border-radius);--ix-button-border-radius-right:var(--theme-btn--border-radius);display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;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}: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 a{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host .icon{pointer-events:none;margin-right:0.25rem}:host .icon-right{margin-left:0.25rem}:host(.disabled){cursor:default}:host .btn-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-btn-primary--background--pressed);color:var(--theme-btn-primary--color--pressed)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-hover)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-primary--background--pressed-hover);color:var(--theme-btn-primary--color--pressed-active)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover,:host .btn-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-btn-secondary--background--pressed);color:var(--theme-btn-secondary--color--pressed)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-hover)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-secondary--background--pressed-hover);color:var(--theme-btn-secondary--color--pressed-active)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover,:host .btn-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-tertiary,:host .btn-tertiary.focus,:host .btn-tertiary:focus-visible{background-color:var(--theme-btn-tertiary--background);color:var(--theme-btn-tertiary--color);--ix-button-color:var(--theme-btn-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-tertiary--border-color);border-style:solid}:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-tertiary.selected{background-color:var(--theme-btn-tertiary--background--pressed);color:var(--theme-btn-tertiary--color--pressed)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-hover)}:host .btn-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-tertiary--background--pressed-hover);color:var(--theme-btn-tertiary--color--pressed-active)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):hover,:host .btn-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-tertiary--border-color--hover);background-color:var(--theme-btn-tertiary--background--hover);color:var(--theme-btn-tertiary--color--hover)}:host .btn-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-tertiary:not(.disabled):not(:disabled):active,:host .btn-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-tertiary--border-color--active);background-color:var(--theme-btn-tertiary--background--active);color:var(--theme-btn-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-tertiary.disabled,:host(.disabled) .btn-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-tertiary--border-color--disabled);background-color:var(--theme-btn-tertiary--background--disabled);color:var(--theme-btn-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-tertiary--color--disabled)}:host .btn-subtle-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-primary,:host .btn-subtle-primary.focus,:host .btn-subtle-primary:focus-visible{background-color:var(--theme-btn-subtle-primary--background);color:var(--theme-btn-subtle-primary--color);--ix-button-color:var(--theme-btn-subtle-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-primary--border-color);border-style:solid}:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-primary.selected{background-color:var(--theme-btn-subtle-primary--background--pressed);color:var(--theme-btn-subtle-primary--color--pressed)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-hover)}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-primary--background--pressed-hover);color:var(--theme-btn-subtle-primary--color--pressed-active)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):hover,:host .btn-subtle-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-primary--border-color--hover);background-color:var(--theme-btn-subtle-primary--background--hover);color:var(--theme-btn-subtle-primary--color--hover)}:host .btn-subtle-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-primary:not(.disabled):not(:disabled):active,:host .btn-subtle-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-primary--border-color--active);background-color:var(--theme-btn-subtle-primary--background--active);color:var(--theme-btn-subtle-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-primary.disabled,:host(.disabled) .btn-subtle-primary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-primary--border-color--disabled);background-color:var(--theme-btn-subtle-primary--background--disabled);color:var(--theme-btn-subtle-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-primary--color--disabled)}:host .btn-subtle-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-secondary,:host .btn-subtle-secondary.focus,:host .btn-subtle-secondary:focus-visible{background-color:var(--theme-btn-subtle-secondary--background);color:var(--theme-btn-subtle-secondary--color);--ix-button-color:var(--theme-btn-subtle-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-secondary--border-color);border-style:solid}:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-secondary.selected{background-color:var(--theme-btn-subtle-secondary--background--pressed);color:var(--theme-btn-subtle-secondary--color--pressed)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-hover)}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-secondary--background--pressed-hover);color:var(--theme-btn-subtle-secondary--color--pressed-active)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover,:host .btn-subtle-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-secondary--border-color--hover);background-color:var(--theme-btn-subtle-secondary--background--hover);color:var(--theme-btn-subtle-secondary--color--hover)}:host .btn-subtle-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-secondary:not(.disabled):not(:disabled):active,:host .btn-subtle-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-secondary--border-color--active);background-color:var(--theme-btn-subtle-secondary--background--active);color:var(--theme-btn-subtle-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-secondary.disabled,:host(.disabled) .btn-subtle-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-secondary--border-color--disabled);background-color:var(--theme-btn-subtle-secondary--background--disabled);color:var(--theme-btn-subtle-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-secondary--color--disabled)}:host .btn-subtle-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-subtle-tertiary,:host .btn-subtle-tertiary.focus,:host .btn-subtle-tertiary:focus-visible{background-color:var(--theme-btn-subtle-tertiary--background);color:var(--theme-btn-subtle-tertiary--color);--ix-button-color:var(--theme-btn-subtle-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-subtle-tertiary--border-color);border-style:solid}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-subtle-tertiary.selected{background-color:var(--theme-btn-subtle-tertiary--background--pressed);color:var(--theme-btn-subtle-tertiary--color--pressed)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-hover)}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-subtle-tertiary--background--pressed-hover);color:var(--theme-btn-subtle-tertiary--color--pressed-active)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-subtle-tertiary--border-color--hover);background-color:var(--theme-btn-subtle-tertiary--background--hover);color:var(--theme-btn-subtle-tertiary--color--hover)}:host .btn-subtle-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active,:host .btn-subtle-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-subtle-tertiary--border-color--active);background-color:var(--theme-btn-subtle-tertiary--background--active);color:var(--theme-btn-subtle-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-subtle-tertiary.disabled,:host(.disabled) .btn-subtle-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-subtle-tertiary--border-color--disabled);background-color:var(--theme-btn-subtle-tertiary--background--disabled);color:var(--theme-btn-subtle-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-subtle-tertiary--color--disabled)}:host .btn-danger-primary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-primary,:host .btn-danger-primary.focus,:host .btn-danger-primary:focus-visible{background-color:var(--theme-btn-danger-primary--background);color:var(--theme-btn-danger-primary--color);--ix-button-color:var(--theme-btn-danger-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-primary--border-color);border-style:solid}:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-primary.selected{background-color:var(--theme-btn-danger-primary--background--pressed);color:var(--theme-btn-danger-primary--color--pressed)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-hover)}:host .btn-danger-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-primary--background--pressed-hover);color:var(--theme-btn-danger-primary--color--pressed-active)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):hover,:host .btn-danger-primary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-primary--border-color--hover);background-color:var(--theme-btn-danger-primary--background--hover);color:var(--theme-btn-danger-primary--color--hover)}:host .btn-danger-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-primary:not(.disabled):not(:disabled):active,:host .btn-danger-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-primary--border-color--active);background-color:var(--theme-btn-danger-primary--background--active);color:var(--theme-btn-danger-primary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-primary.disabled,:host(.disabled) .btn-danger-primary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-primary--border-color--disabled);background-color:var(--theme-btn-danger-primary--background--disabled);color:var(--theme-btn-danger-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-primary--color--disabled)}:host .btn-danger-secondary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-secondary,:host .btn-danger-secondary.focus,:host .btn-danger-secondary:focus-visible{background-color:var(--theme-btn-danger-secondary--background);color:var(--theme-btn-danger-secondary--color);--ix-button-color:var(--theme-btn-danger-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-secondary--border-color);border-style:solid}:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-secondary.selected{background-color:var(--theme-btn-danger-secondary--background--pressed);color:var(--theme-btn-danger-secondary--color--pressed)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-hover)}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-secondary--background--pressed-hover);color:var(--theme-btn-danger-secondary--color--pressed-active)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):hover,:host .btn-danger-secondary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-secondary--border-color--hover);background-color:var(--theme-btn-danger-secondary--background--hover);color:var(--theme-btn-danger-secondary--color--hover)}:host .btn-danger-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-secondary:not(.disabled):not(:disabled):active,:host .btn-danger-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-secondary--border-color--active);background-color:var(--theme-btn-danger-secondary--background--active);color:var(--theme-btn-danger-secondary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-secondary.disabled,:host(.disabled) .btn-danger-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-secondary--border-color--disabled);background-color:var(--theme-btn-danger-secondary--background--disabled);color:var(--theme-btn-danger-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-secondary--color--disabled)}:host .btn-danger-tertiary{border-top-left-radius:var(--ix-button-border-radius-left);border-bottom-left-radius:var(--ix-button-border-radius-left);border-top-right-radius:var(--ix-button-border-radius-right);border-bottom-right-radius:var(--ix-button-border-radius-right)}:host .btn-danger-tertiary,:host .btn-danger-tertiary.focus,:host .btn-danger-tertiary:focus-visible{background-color:var(--theme-btn-danger-tertiary--background);color:var(--theme-btn-danger-tertiary--color);--ix-button-color:var(--theme-btn-danger-tertiary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-danger-tertiary--border-color);border-style:solid}:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-danger-tertiary.selected{background-color:var(--theme-btn-danger-tertiary--background--pressed);color:var(--theme-btn-danger-tertiary--color--pressed)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-hover)}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-danger-tertiary--background--pressed-hover);color:var(--theme-btn-danger-tertiary--color--pressed-active)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover,:host .btn-danger-tertiary:not(.disabled):not(:disabled).hover{border-color:var(--theme-btn-danger-tertiary--border-color--hover);background-color:var(--theme-btn-danger-tertiary--background--hover);color:var(--theme-btn-danger-tertiary--color--hover)}:host .btn-danger-tertiary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-danger-tertiary:not(.disabled):not(:disabled):active,:host .btn-danger-tertiary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-danger-tertiary--border-color--active);background-color:var(--theme-btn-danger-tertiary--background--active);color:var(--theme-btn-danger-tertiary--color--active)}:host(.disabled){pointer-events:none}:host(.disabled) .btn-danger-tertiary.disabled,:host(.disabled) .btn-danger-tertiary:disabled{pointer-events:none;border-color:var(--theme-btn-danger-tertiary--border-color--disabled);background-color:var(--theme-btn-danger-tertiary--background--disabled);color:var(--theme-btn-danger-tertiary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-danger-tertiary--color--disabled)}:host{display:flex;position:relative;flex-direction:row;flex-wrap:nowrap;align-items:center;margin-right:0.25rem;max-width:15rem;min-width: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 li{display:contents}:host .btn{pointer-events:all;width:-moz-fit-content;width:fit-content;padding-right:0;padding-left:0.25rem}:host .chevron{pointer-events:none;margin-left:0.5rem;margin-right:0rem;color:var(--theme-color-soft-text)}:host ::slotted(a[href]){text-decoration:none !important}:host ::slotted(a[href]:active){text-decoration:none !important}:host(:last-child) .btn:not(.dropdown-trigger){color:var(--theme-color-soft-text)}:host(.hide-chevron){cursor:default}:host(.hide-chevron) .btn{padding-right:0.5rem;pointer-events:none}:host(.invisible){display:none}:host(:focus-visible){outline:none}";
@@ -81,7 +81,7 @@ const Breadcrumb = class {
81
81
  render() {
82
82
  var _a, _b, _c, _d;
83
83
  const a11y = a11yHostAttributes(this.hostElement);
84
- return (h(Host, { key: '12f8783a3a970031434ab062dba6ced47c167570' }, h("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
84
+ return (h(Host, { key: 'c5457acd786da77d474f83613a2c12910a193779' }, h("ix-dropdown", { key: '3f1e0ae1e4ac1d192ff7c0d5619329cfbcdf8a62', id: this.previousDropdownId, "aria-label": this.ariaLabelPreviousButton, trigger: ((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) > this.visibleItemCount
85
85
  ? this.previousButtonRef.waitForCurrent()
86
86
  : undefined, onShowChanged: ({ detail }) => {
87
87
  this.isPreviousDropdownExpanded = detail;
@@ -98,7 +98,7 @@ const Breadcrumb = class {
98
98
  return (h("ix-dropdown-item", { label: label, onClick: () => {
99
99
  this.onItemClick(label);
100
100
  }, onItemClick: (event) => event.stopPropagation() }));
101
- })), ((_b = this.items) === null || _b === void 0 ? void 0 : _b.length) > this.visibleItemCount ? (h("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, h("nav", { key: '076d1d44094bbd01bce51daf92bc8ad28f93f224', class: "crumb-items", "aria-label": (_c = a11y['aria-label']) !== null && _c !== void 0 ? _c : 'breadcrumbs' }, h("ol", { key: 'edd1719a74b337e52d6f2e30d7ea7040ef2c1640' }, h("slot", { key: '8ec35c7e353630c9d9ba4839c6d33b7e68a25e74' }))), h("ix-dropdown", { key: '8750f9d8b51762d5a2fc4303e4c34f048383f8fd', trigger: this.nextButtonRef.waitForCurrent() }, (_d = this.nextItems) === null || _d === void 0 ? void 0 : _d.map((item) => (h("ix-dropdown-item", { label: item, onClick: (e) => {
101
+ })), ((_b = this.items) === null || _b === void 0 ? void 0 : _b.length) > this.visibleItemCount ? (h("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, h("nav", { key: '11b4a0c0cbad59437fccee34a73cd4e89de39a1c', class: "crumb-items", "aria-label": (_c = a11y['aria-label']) !== null && _c !== void 0 ? _c : 'breadcrumbs' }, h("ol", { key: 'ad9d8c27e05b76f334f7cf6f79038d339e8d538c' }, h("slot", { key: 'd84c2c0028e22cbfd126b867177ba9b4271e8c24' }))), h("ix-dropdown", { key: '6ba681eb8f116ec287961a7e873b90d381baefdb', trigger: this.nextButtonRef.waitForCurrent() }, (_d = this.nextItems) === null || _d === void 0 ? void 0 : _d.map((item) => (h("ix-dropdown-item", { label: item, onClick: (e) => {
102
102
  this.nextClick.emit({
103
103
  event: e,
104
104
  item,
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-CtoreFVF.js';
2
- import { f as iconChevronDownSmall } from './index-Cz75KU1f.js';
2
+ import { g as iconChevronDownSmall } from './index-8HpPmDK_.js';
3
3
 
4
4
  const cardAccordionCss = ":host{display:flex;position:relative;flex-direction:column;width:100%;transition:var(--theme-default-time) ease-in-out}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-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 .expand-action{all:unset;display:flex;position:relative;-webkit-appearance:button;-moz-appearance:button;appearance:button;height:2.5rem;width:100%;align-items:center;justify-content:flex-start}:host .expand-action:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .expand-action::before{content:\"\";position:absolute;width:100%;height:100%;background-color:var(--ix-card-background);z-index:-1}:host .expand-icon{margin-left:0.5rem;transition:var(--theme-default-time) transform ease-in-out}:host .expand-icon.show{transform:rotate(180deg)}:host .expand-content{display:grid;position:relative;grid-template-rows:0fr;transition:var(--theme-default-time) ease-in-out;width:100%;max-height:14.75rem;opacity:0}:host .expand-content.show{grid-template-rows:14.75rem;opacity:1}:host .expand-content-inner{position:relative;height:100%;overflow:hidden}:host .expand-content.show .expand-content-body{display:none;overflow:hidden;color:var(--theme-color-std-text)}:host .expand-content.show .expand-content-body{display:block;overflow:auto;height:calc(100% - 1rem)}:host .expand-content-footer{display:block;position:relative;width:100%;height:1rem;margin-top:auto;margin-bottom:0px;background-color:var(--theme-color-component-1);border-bottom-left-radius:var(--theme-default-border-radius);border-bottom-right-radius:var(--theme-default-border-radius)}:host(.variant-outline) .expand-action{background-color:var(--theme-push-card-outline-accordion--background)}:host(.variant-outline) .expand-action:hover{background:var(--theme-push-card-outline-accordion--background--hover)}:host(.variant-outline) .expand-action:active{background:var(--theme-push-card-outline-accordion--background--active)}:host(.variant-outline) .expand-content{background-color:var(--theme-push-card-outline-accordion-frame--background)}:host(.variant-outline) .expand-content.show{border:var(--theme-push-card-outline-accordion-frame--border-width, 0px) solid var(--theme-push-card-outline-accordion-frame--border-color)}:host(.variant-outline) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-outline) .expand-content-footer{background-color:var(--theme-push-card-outline-accordion-footer--background)}:host(.variant-filled) .expand-action{background-color:var(--theme-push-card-filled-accordion--background)}:host(.variant-filled) .expand-action:hover{background:var(--theme-push-card-filled-accordion--background--hover)}:host(.variant-filled) .expand-action:active{background:var(--theme-push-card-filled-accordion--background--active)}:host(.variant-filled) .expand-content{background-color:var(--theme-push-card-filled-accordion-frame--background)}:host(.variant-filled) .expand-content.show{border:var(--theme-push-card-filled-accordion-frame--border-width, 0px) solid var(--theme-push-card-filled-accordion-frame--border-color)}:host(.variant-filled) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-filled) .expand-content-footer{background-color:var(--theme-push-card-filled-accordion-footer--background)}:host(.variant-alarm) .expand-action{background-color:var(--theme-push-card-alarm-accordion--background)}:host(.variant-alarm) .expand-action:hover{background:var(--theme-push-card-alarm-accordion--background--hover)}:host(.variant-alarm) .expand-action:active{background:var(--theme-push-card-alarm-accordion--background--active)}:host(.variant-alarm) .expand-content{background-color:var(--theme-push-card-alarm-accordion-frame--background)}:host(.variant-alarm) .expand-content.show{border:var(--theme-push-card-alarm-accordion-frame--border-width, 0px) solid var(--theme-push-card-alarm-accordion-frame--border-color)}:host(.variant-alarm) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-alarm) .expand-content-footer{background-color:var(--theme-push-card-alarm-accordion-footer--background)}:host(.variant-critical) .expand-action{background-color:var(--theme-push-card-critical-accordion--background)}:host(.variant-critical) .expand-action:hover{background:var(--theme-push-card-critical-accordion--background--hover)}:host(.variant-critical) .expand-action:active{background:var(--theme-push-card-critical-accordion--background--active)}:host(.variant-critical) .expand-content{background-color:var(--theme-push-card-critical-accordion-frame--background)}:host(.variant-critical) .expand-content.show{border:var(--theme-push-card-critical-accordion-frame--border-width, 0px) solid var(--theme-push-card-critical-accordion-frame--border-color)}:host(.variant-critical) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-critical) .expand-content-footer{background-color:var(--theme-push-card-critical-accordion-footer--background)}:host(.variant-warning) .expand-action{background-color:var(--theme-push-card-warning-accordion--background)}:host(.variant-warning) .expand-action:hover{background:var(--theme-push-card-warning-accordion--background--hover)}:host(.variant-warning) .expand-action:active{background:var(--theme-push-card-warning-accordion--background--active)}:host(.variant-warning) .expand-content{background-color:var(--theme-push-card-warning-accordion-frame--background)}:host(.variant-warning) .expand-content.show{border:var(--theme-push-card-warning-accordion-frame--border-width, 0px) solid var(--theme-push-card-warning-accordion-frame--border-color)}:host(.variant-warning) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-warning) .expand-content-footer{background-color:var(--theme-push-card-warning-accordion-footer--background)}:host(.variant-success) .expand-action{background-color:var(--theme-push-card-success-accordion--background)}:host(.variant-success) .expand-action:hover{background:var(--theme-push-card-success-accordion--background--hover)}:host(.variant-success) .expand-action:active{background:var(--theme-push-card-success-accordion--background--active)}:host(.variant-success) .expand-content{background-color:var(--theme-push-card-success-accordion-frame--background)}:host(.variant-success) .expand-content.show{border:var(--theme-push-card-success-accordion-frame--border-width, 0px) solid var(--theme-push-card-success-accordion-frame--border-color)}:host(.variant-success) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-success) .expand-content-footer{background-color:var(--theme-push-card-success-accordion-footer--background)}:host(.variant-info) .expand-action{background-color:var(--theme-push-card-info-accordion--background)}:host(.variant-info) .expand-action:hover{background:var(--theme-push-card-info-accordion--background--hover)}:host(.variant-info) .expand-action:active{background:var(--theme-push-card-info-accordion--background--active)}:host(.variant-info) .expand-content{background-color:var(--theme-push-card-info-accordion-frame--background)}:host(.variant-info) .expand-content.show{border:var(--theme-push-card-info-accordion-frame--border-width, 0px) solid var(--theme-push-card-info-accordion-frame--border-color)}:host(.variant-info) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-info) .expand-content-footer{background-color:var(--theme-push-card-info-accordion-footer--background)}:host(.variant-neutral) .expand-action{background-color:var(--theme-push-card-neutral-accordion--background)}:host(.variant-neutral) .expand-action:hover{background:var(--theme-push-card-neutral-accordion--background--hover)}:host(.variant-neutral) .expand-action:active{background:var(--theme-push-card-neutral-accordion--background--active)}:host(.variant-neutral) .expand-content{background-color:var(--theme-push-card-neutral-accordion-frame--background)}:host(.variant-neutral) .expand-content.show{border:var(--theme-push-card-neutral-accordion-frame--border-width, 0px) solid var(--theme-push-card-neutral-accordion-frame--border-color)}:host(.variant-neutral) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-neutral) .expand-content-footer{background-color:var(--theme-push-card-neutral-accordion-footer--background)}:host(.variant-primary) .expand-action{background-color:var(--theme-push-card-primary-accordion--background)}:host(.variant-primary) .expand-action:hover{background:var(--theme-push-card-primary-accordion--background--hover)}:host(.variant-primary) .expand-action:active{background:var(--theme-push-card-primary-accordion--background--active)}:host(.variant-primary) .expand-content{background-color:var(--theme-push-card-primary-accordion-frame--background)}:host(.variant-primary) .expand-content.show{border:var(--theme-push-card-primary-accordion-frame--border-width, 0px) solid var(--theme-push-card-primary-accordion-frame--border-color)}:host(.variant-primary) .expand-content.show .expand-content-body{color:var(--theme-color-std-text)}:host(.variant-primary) .expand-content-footer{background-color:var(--theme-push-card-primary-accordion-footer--background)}";
5
5
 
@@ -55,15 +55,15 @@ const CardAccordion = class {
55
55
  this.onInitialExpandChange();
56
56
  }
57
57
  render() {
58
- return (h(Host, { key: '222c6e087b85d09fe4dfc0254aedffb37133ecf8', slot: "card-accordion", class: {
58
+ return (h(Host, { key: 'dc1b41f8878a1aa87869d11829c9a3cc218ca12e', slot: "card-accordion", class: {
59
59
  [`variant-${this.variant}`]: true,
60
- } }, h("button", { key: '091c2614a41bfc0431327058bf4ef6da022adf6c', tabIndex: 0, class: { 'expand-action': true, show: this.expandContent }, onClick: (event) => this.onExpandActionClick(event), role: "button", type: "button", "aria-expanded": this.expandContent, "aria-controls": getAriaControlsId(), "aria-label": this.ariaLabelExpandButton }, h("ix-icon", { key: 'c33379f0f47f7b5ae670144088f2521992cb5579', name: iconChevronDownSmall, class: {
60
+ } }, h("button", { key: '0fc447aadb0c86405700f00c18d17be887eef3fb', tabIndex: 0, class: { 'expand-action': true, show: this.expandContent }, onClick: (event) => this.onExpandActionClick(event), role: "button", type: "button", "aria-expanded": this.expandContent, "aria-controls": getAriaControlsId(), "aria-label": this.ariaLabelExpandButton }, h("ix-icon", { key: 'b044d6c5c9561355750483c29824bfe27af75db5', name: iconChevronDownSmall, class: {
61
61
  'expand-icon': true,
62
62
  show: this.expandContent,
63
- } })), h("div", { key: 'c6c9d8239de7c2871bda0fc597bd97f6fef97f20', class: {
63
+ } })), h("div", { key: 'df7c48aaa25ad38136479fb972ffe0776efa0ae3', class: {
64
64
  'expand-content': true,
65
65
  show: this.expandContent,
66
- } }, h("div", { key: 'efd5c5c77f0784f05da03289cd596d58bcc4da1a', class: "expand-content-inner" }, h("div", { key: '5eedce8ff4836fcb5eae475d93dde6858ce722aa', class: "expand-content-body" }, h("slot", { key: 'de820e5855bc9d7a0fcfd3d394c3f9b204b0cdbe' })), h("div", { key: '14293baff273475195c66b4823f5deaa173817cf', class: "expand-content-footer" })))));
66
+ } }, h("div", { key: '9f9bd7ef6d674f0d6561ac9c237443062eec9693', class: "expand-content-inner" }, h("div", { key: '1576b901ba50a5ec7e765ae64e8cd6acba047973', class: "expand-content-body" }, h("slot", { key: 'ef118ded7d20ba6dd70c45a0d34f86a89959e69c' })), h("div", { key: '248e9c925bf36e9598386a78562abd8a3db77c06', class: "expand-content-footer" })))));
67
67
  }
68
68
  get hostElement() { return getElement(this); }
69
69
  static get watchers() { return {
@@ -79,7 +79,7 @@ const CardHeader = class {
79
79
  registerInstance(this, hostRef);
80
80
  }
81
81
  render() {
82
- return (h(Host, { key: '9c6dc0d763b05e976306aaf76a3cc7b644997252' }, h("slot", { key: '3818103186c4614d128ec7c9b22618d9baab3900' }), h("div", { key: 'efad42c938c7f115dcc14fb379ee4fa594dcb4d2', class: "title-actions" }, h("slot", { key: 'd823d4ee6b351d11fbbdd51b2d196bfcd2a52d3c', name: "title-actions" }))));
82
+ return (h(Host, { key: 'a25925e3092733c276c366875802163184f79a2b' }, h("slot", { key: 'c379e97f4966141ac879c9df014f793955d1d2f3' }), h("div", { key: '5ea530ca1110748ed53b7b0724d5ec0920194628', class: "title-actions" }, h("slot", { key: '10f91158d202b321c21d07dda30ff7e59999aaa9', name: "title-actions" }))));
83
83
  }
84
84
  };
85
85
  CardHeader.style = cardTitleCss;
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-CtoreFVF.js';
2
2
  import { c as createMutationObserver } from './mutation-observer-CX81WQtk.js';
3
- import { g as iconMoreMenu, h as iconChevronDown } from './index-Cz75KU1f.js';
3
+ import { d as iconMoreMenu, h as iconChevronDown } from './index-8HpPmDK_.js';
4
4
 
5
5
  const cardListCss = ":host{display:flex;position:relative;flex-direction:column;align-items:flex-start;margin:0.5rem}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-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 .CardList_Title{display:flex;position:relative;height:1.5rem;align-items:center;width:100%;margin-bottom:1rem}:host .CardList_Title__Label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .CardList__Title__Button{margin-right:1rem;transition:var(--theme-default-time) transform ease-in-out}:host .CardList__Title__Button__Collapsed{transform:rotate(-90deg)}:host .CardList__Title__Show__All{align-self:center;margin-left:auto;margin-right:0px;flex-shrink:0}:host .CardList__Content{display:flex;position:relative;height:calc(100% - 1.5rem);width:100%;gap:1.5rem;transition:var(--theme-default-time) ease-in-out;overflow:auto}:host .CardList__Content__Collapsed{min-height:0px;max-height:0px;overflow:hidden;opacity:0}:host .CardList__Style__Flexbox__Scroll{flex-wrap:wrap}:host .CardList__Style__Infinite__Scroll{flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}:host .CardList__Style__Infinite__Scroll::-webkit-scrollbar{display:none}:host .CardList__Overflow{display:block;position:relative;height:100%;width:100%;pointer-events:all;-webkit-mask-image:var(--ix-card-list-overflow, none);mask-image:var(--ix-card-list-overflow, none)}:host .Show__All__Card{display:flex;position:relative;align-self:flex-start;justify-self:center;max-width:11.25rem;min-width:11.25rem;width:11.25rem;min-height:11.25rem;max-height:11.25rem;height:11.25rem;--ix-card-border-color:var(--theme-color-primary);color:var(--theme-color-primary)}:host .CardList__Style__Infinite__Scroll .Show__All__Card{margin-top:2.375rem}:host .CardList__Style__Flexbox__Scroll .Show__All__Card{margin-bottom:2.375rem}:host .Show__All__Card:hover{background-color:var(--theme-color-ghost--hover)}:host .Show__All__Card:active{background-color:var(--theme-color-ghost--active)}:host .Show__All__Card__Content{display:flex;justify-content:center;align-items:center;height:100%}:host .Show__All__Card__Icon{display:flex;position:absolute;height:4rem;width:4rem;justify-content:center;align-items:center}:host .Show__All__Card__Text{margin-bottom:0px;margin-top:auto}::slotted(.display-none){display:none !important}";
6
6
 
@@ -162,16 +162,16 @@ const CardList = class {
162
162
  }
163
163
  }
164
164
  render() {
165
- return (h(Host, { key: '0ea1452be92d5b2de585b7fbcb1b872fd4d58974' }, h(CardListTitle, { key: '56f8e679e46885b2019dd1c2acb09270a820ccae', isCollapsed: this.collapse, label: this.label, showAllLabel: this.i18nShowAll, showAllCounter: this.showAllCount === undefined
165
+ return (h(Host, { key: '37a1bb98b5703b76b6f0f5038561917bef13916b' }, h(CardListTitle, { key: '8f90c6052259ff8e1bbb377a9fa9cc465c951aab', isCollapsed: this.collapse, label: this.label, showAllLabel: this.i18nShowAll, showAllCounter: this.showAllCount === undefined
166
166
  ? this.numberOfAllChildElements
167
- : this.showAllCount, onClick: () => this.onCardListVisibilityToggle(), onShowAllClick: (e) => this.onShowAllClick(e), hideShowAll: this.hideShowAll }), h("div", { key: '19948560fdc32722316db928f265889b3ccd1db8', class: {
167
+ : this.showAllCount, onClick: () => this.onCardListVisibilityToggle(), onShowAllClick: (e) => this.onShowAllClick(e), hideShowAll: this.hideShowAll }), h("div", { key: '1d1162c53d8fb1d97dfb4b00ae1c1a5942a0b0f7', class: {
168
168
  CardList__Overflow: true,
169
- }, style: this.computeMaskLayer() }, h("div", { key: '8064717801d3389a5293c3a00a5bf87702096109', class: {
169
+ }, style: this.computeMaskLayer() }, h("div", { key: '298741cb6e8f1617e9a3ca1f0b49d713c3421977', class: {
170
170
  CardList__Content: true,
171
171
  CardList__Content__Collapsed: this.collapse,
172
172
  CardList__Style__Flexbox__Scroll: this.listStyle === 'stack',
173
173
  CardList__Style__Infinite__Scroll: this.listStyle === 'scroll',
174
- }, onScroll: () => this.onCardListScroll() }, h("slot", { key: 'ac6d044003c53fcbee03dc945e7e9c926f0fef07', onSlotchange: () => this.changeVisibilityOfSlotChildren() }), this.isShowMoreCardVisible() ? (h("ix-card", { class: {
174
+ }, onScroll: () => this.onCardListScroll() }, h("slot", { key: 'abccd55d11dae4c83b6d7dcdabc77aec0a2f7b32', onSlotchange: () => this.changeVisibilityOfSlotChildren() }), this.isShowMoreCardVisible() ? (h("ix-card", { class: {
175
175
  Show__All__Card: true,
176
176
  }, onClick: (event) => this.showMoreCardClick.emit({
177
177
  nativeEvent: event,
@@ -15,10 +15,10 @@ const Card = class {
15
15
  this.selected = false;
16
16
  }
17
17
  render() {
18
- return (h(Host, { key: '273ae9e8df54685523676e7bb3776687f6eb7e2c', class: {
18
+ return (h(Host, { key: '3b734eddf8516af24b52b1b2ba27766a913f943d', class: {
19
19
  selected: this.selected,
20
20
  [`card-${this.variant}`]: true,
21
- } }, h("div", { key: 'a77de7016a3e91ee5a6570c2e9698405dade49e0', class: "card-content" }, h("slot", { key: '4cdd18d00437d3c7e4d0686cfdf47ad9762d598d' })), h("div", { key: 'af8c607fcf030cf0188a6fea6cceed091b0a26e4', class: "card-footer" }, h("slot", { key: 'e1bf10b65df3b78a5b3b8efb194d02a94cd7dc01', name: "card-accordion" }))));
21
+ } }, h("div", { key: '7a2cce1797c1e89c8568e9e196020747f0f4150b', class: "card-content" }, h("slot", { key: 'ea837bde282a62637ed15b96b8ca407219e949ae' })), h("div", { key: 'acc07c72e4a63a671fb945e4c0332825f4781a1d', class: "card-footer" }, h("slot", { key: '870004ea22909180bac56c8b7c040d914e268f1d', name: "card-accordion" }))));
22
22
  }
23
23
  get hostElement() { return getElement(this); }
24
24
  };
@@ -31,7 +31,7 @@ const CardContent = class {
31
31
  registerInstance(this, hostRef);
32
32
  }
33
33
  render() {
34
- return (h(Host, { key: 'e260bf9e9e846e9d4a14c6304938f353d918f8d8' }, h("div", { key: '45aafb643a29895b0e74a77e8afae2fb9defb685', class: "content-wrapper" }, h("slot", { key: '30be2a800abf2335960840a410c88de8e6aeb21c' }))));
34
+ return (h(Host, { key: '6ab30045a9e41189eafb31d4bbdf90cb29867159' }, h("div", { key: '834be9e77d7c38b529810d0608383108bbf827e6', class: "content-wrapper" }, h("slot", { key: '7f01d3a7338051365a5f377cc69032ebef937d9d' }))));
35
35
  }
36
36
  };
37
37
  CardContent.style = cardContentCss;