@siemens/ix 4.2.0 → 4.3.0

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 (928) hide show
  1. package/READMEOSS.html +1 -1
  2. package/components/index.js +26 -2
  3. package/components/index.js.map +1 -1
  4. package/components/ix-action-card.js +9 -4
  5. package/components/ix-action-card.js.map +1 -1
  6. package/components/ix-application-header.js +24 -16
  7. package/components/ix-application-header.js.map +1 -1
  8. package/components/ix-application-switch-modal.js +6 -6
  9. package/components/ix-avatar.js +1 -1
  10. package/components/ix-blind.js +1 -1
  11. package/components/ix-breadcrumb-item.js +1 -1
  12. package/components/ix-breadcrumb.js +16 -8
  13. package/components/ix-breadcrumb.js.map +1 -1
  14. package/components/ix-button.js +1 -1
  15. package/components/ix-card-list.js +5 -5
  16. package/components/ix-card.js +1 -1
  17. package/components/ix-category-filter.js +20 -12
  18. package/components/ix-category-filter.js.map +1 -1
  19. package/components/ix-checkbox-group.js +4 -4
  20. package/components/ix-checkbox.js +1 -1
  21. package/components/ix-chip.js +4 -4
  22. package/components/ix-content-header.js +3 -3
  23. package/components/ix-custom-field.js +4 -4
  24. package/components/ix-date-dropdown.js +21 -13
  25. package/components/ix-date-dropdown.js.map +1 -1
  26. package/components/ix-date-input.js +21 -13
  27. package/components/ix-date-input.js.map +1 -1
  28. package/components/ix-date-picker.js +1 -1
  29. package/components/ix-datetime-picker.js +9 -9
  30. package/components/ix-drawer.js +8 -8
  31. package/components/ix-drawer.js.map +1 -1
  32. package/components/ix-dropdown-button.js +20 -8
  33. package/components/ix-dropdown-button.js.map +1 -1
  34. package/components/ix-dropdown-header.js +2 -2
  35. package/components/ix-dropdown-item.js +1 -1
  36. package/components/ix-dropdown-quick-actions.js +1 -1
  37. package/components/ix-dropdown.js +1 -1
  38. package/components/ix-empty-state.js +4 -4
  39. package/components/ix-event-list-item.js +4 -4
  40. package/components/ix-event-list.js +2 -2
  41. package/components/ix-expanding-search.js +6 -6
  42. package/components/ix-field-label.js +1 -1
  43. package/components/ix-field-wrapper.js +1 -1
  44. package/components/ix-filter-chip.js +1 -1
  45. package/components/ix-flip-tile-content.js +1 -1
  46. package/components/ix-flip-tile.js +5 -5
  47. package/components/ix-group-context-menu.js +1 -1
  48. package/components/ix-group.js +11 -11
  49. package/components/ix-helper-text.js +2 -2
  50. package/components/ix-icon-button.js +1 -1
  51. package/components/ix-icon-toggle-button.js +3 -3
  52. package/components/ix-input-group.js +1 -1
  53. package/components/ix-input.js +10 -10
  54. package/components/ix-key-value-list.js +1 -1
  55. package/components/ix-key-value.js +1 -1
  56. package/components/ix-kpi.js +3 -3
  57. package/components/ix-layout-auto.js +1 -1
  58. package/components/ix-layout-grid.js +1 -1
  59. package/components/ix-link-button.js +3 -3
  60. package/components/ix-menu-about-item.js +1 -1
  61. package/components/ix-menu-about-news.js +8 -8
  62. package/components/ix-menu-about.js +11 -6
  63. package/components/ix-menu-about.js.map +1 -1
  64. package/components/ix-menu-avatar-item.js +1 -1
  65. package/components/ix-menu-avatar.js +30 -10
  66. package/components/ix-menu-avatar.js.map +1 -1
  67. package/components/ix-menu-category.js +11 -11
  68. package/components/ix-menu-category.js.map +1 -1
  69. package/components/ix-menu-expand-icon.js +1 -1
  70. package/components/ix-menu-item.js +1 -1
  71. package/components/ix-menu-settings-item.js +1 -1
  72. package/components/ix-menu-settings.js +1 -1
  73. package/components/ix-menu.js +51 -21
  74. package/components/ix-menu.js.map +1 -1
  75. package/components/ix-message-bar.js +4 -4
  76. package/components/ix-message-bar.js.map +1 -1
  77. package/components/ix-modal-content.js +1 -1
  78. package/components/ix-modal-footer.js +1 -1
  79. package/components/ix-modal-header.js +1 -1
  80. package/components/ix-modal-loading.js +2 -2
  81. package/components/ix-modal.js +5 -7
  82. package/components/ix-modal.js.map +1 -1
  83. package/components/ix-number-input.js +11 -11
  84. package/components/ix-pagination.js +15 -15
  85. package/components/ix-pane-layout.js +2 -1
  86. package/components/ix-pane-layout.js.map +1 -1
  87. package/components/ix-pane.js +9 -9
  88. package/components/ix-pill.js +6 -6
  89. package/components/ix-progress-indicator.js +5 -5
  90. package/components/ix-push-card.js +9 -4
  91. package/components/ix-push-card.js.map +1 -1
  92. package/components/ix-radio-group.js +6 -6
  93. package/components/ix-radio.js +4 -4
  94. package/components/ix-row.js +1 -1
  95. package/components/ix-select-item.js +1 -1
  96. package/components/ix-select.js +1 -1
  97. package/components/ix-slider.js +111 -30
  98. package/components/ix-slider.js.map +1 -1
  99. package/components/ix-spinner.js +1 -1
  100. package/components/ix-split-button.js +13 -5
  101. package/components/ix-split-button.js.map +1 -1
  102. package/components/ix-tab-item.js +1 -1
  103. package/components/ix-tabs.js +1 -1
  104. package/components/ix-textarea.js +6 -6
  105. package/components/ix-tile.js +4 -4
  106. package/components/ix-time-input.js +21 -13
  107. package/components/ix-time-input.js.map +1 -1
  108. package/components/ix-time-picker.js +1 -1
  109. package/components/ix-toast-container.js +8 -7
  110. package/components/ix-toast-container.js.map +1 -1
  111. package/components/ix-toast.js +1 -1
  112. package/components/ix-toggle-button.js +4 -4
  113. package/components/ix-toggle-button.js.map +1 -1
  114. package/components/ix-toggle.js +4 -4
  115. package/components/ix-tooltip.js +1 -1
  116. package/components/ix-tree-item.js +1 -1
  117. package/components/ix-tree.js +34 -5
  118. package/components/ix-tree.js.map +1 -1
  119. package/components/ix-typography.js +1 -1
  120. package/components/ix-upload.js +5 -5
  121. package/components/ix-validation-tooltip.js +2 -2
  122. package/components/ix-workflow-step.js +3 -3
  123. package/components/ix-workflow-steps.js +1 -1
  124. package/components/{p-BLeWaHpy.js → p-0gGE-dfR.js} +12 -6
  125. package/components/p-0gGE-dfR.js.map +1 -0
  126. package/components/{p-Dy6xvLn4.js → p-B-O8iFhq.js} +4 -4
  127. package/components/{p-Dy6xvLn4.js.map → p-B-O8iFhq.js.map} +1 -1
  128. package/components/{p-10zMtvCF.js → p-B09CzVld.js} +133 -52
  129. package/components/p-B09CzVld.js.map +1 -0
  130. package/components/{p-DSTHZygb.js → p-BB98pUYU.js} +14 -16
  131. package/components/p-BB98pUYU.js.map +1 -0
  132. package/components/{p-BOQ00Fbs.js → p-BElY9X3b.js} +35 -25
  133. package/components/p-BElY9X3b.js.map +1 -0
  134. package/components/p-BEuV0Xpe.js +28 -0
  135. package/components/p-BEuV0Xpe.js.map +1 -0
  136. package/components/{p-B1p0kpQJ.js → p-BHD2m8UF.js} +16 -8
  137. package/components/p-BHD2m8UF.js.map +1 -0
  138. package/components/{p-ColBHyXN.js → p-BJ5sreCN.js} +5 -5
  139. package/components/{p-ColBHyXN.js.map → p-BJ5sreCN.js.map} +1 -1
  140. package/components/{p-Bk0vKwmt.js → p-BRg281yQ.js} +4 -4
  141. package/components/{p-Bk0vKwmt.js.map → p-BRg281yQ.js.map} +1 -1
  142. package/components/{p-DlVaL0Yi.js → p-BUS4kPN3.js} +13 -8
  143. package/components/p-BUS4kPN3.js.map +1 -0
  144. package/components/{p-C4KxNeD2.js → p-Bq5oov4A.js} +3 -3
  145. package/components/{p-C4KxNeD2.js.map → p-Bq5oov4A.js.map} +1 -1
  146. package/components/{p-C6_1qmP4.js → p-C5dktNss.js} +4 -4
  147. package/components/{p-C6_1qmP4.js.map → p-C5dktNss.js.map} +1 -1
  148. package/components/{p-DC9anobw.js → p-CGqmQsSj.js} +6 -6
  149. package/components/{p-DC9anobw.js.map → p-CGqmQsSj.js.map} +1 -1
  150. package/components/{p-7E7AMiQV.js → p-CPnxCsJH.js} +5 -5
  151. package/components/{p-7E7AMiQV.js.map → p-CPnxCsJH.js.map} +1 -1
  152. package/components/{p-PpLLlogo.js → p-CUdJN6-t.js} +16 -14
  153. package/components/p-CUdJN6-t.js.map +1 -0
  154. package/components/{p-CjDPpSJX.js → p-CtnJ26Ng.js} +19 -11
  155. package/components/p-CtnJ26Ng.js.map +1 -0
  156. package/components/{p-B006bhbX.js → p-CwfaZReW.js} +3 -3
  157. package/components/{p-B006bhbX.js.map → p-CwfaZReW.js.map} +1 -1
  158. package/components/{p-BIg1TSrD.js → p-D-nChuuk.js} +7 -7
  159. package/components/{p-BIg1TSrD.js.map → p-D-nChuuk.js.map} +1 -1
  160. package/components/{p-MuPiaYr1.js → p-D0T_1WDk.js} +32 -2
  161. package/components/p-D0T_1WDk.js.map +1 -0
  162. package/components/{p-Bye33cYU.js → p-D2BfqYng.js} +7 -7
  163. package/components/{p-Bye33cYU.js.map → p-D2BfqYng.js.map} +1 -1
  164. package/components/{p-DXFN8JXp.js → p-D8qc3Tjo.js} +4 -4
  165. package/components/{p-DXFN8JXp.js.map → p-D8qc3Tjo.js.map} +1 -1
  166. package/components/{p-BBwXlKhE.js → p-DBeR3Qpr.js} +3 -3
  167. package/components/{p-BBwXlKhE.js.map → p-DBeR3Qpr.js.map} +1 -1
  168. package/components/{p-CvD2yWeJ.js → p-DFkWFa-O.js} +4 -4
  169. package/components/{p-CvD2yWeJ.js.map → p-DFkWFa-O.js.map} +1 -1
  170. package/components/{p-BGdI6-nv.js → p-DTobrL4g.js} +3 -3
  171. package/components/{p-BGdI6-nv.js.map → p-DTobrL4g.js.map} +1 -1
  172. package/components/{p-BmMUyJRQ.js → p-DV7UGci6.js} +10 -10
  173. package/components/{p-BmMUyJRQ.js.map → p-DV7UGci6.js.map} +1 -1
  174. package/components/{p-CV_EVAOW.js → p-DZkGd7CV.js} +10 -4
  175. package/components/p-DZkGd7CV.js.map +1 -0
  176. package/components/{p-BI7B-PUA.js → p-Djmkeupf.js} +105 -38
  177. package/components/p-Djmkeupf.js.map +1 -0
  178. package/components/{p-1pd_0dhF.js → p-Ds0M0G_e.js} +3 -3
  179. package/components/{p-1pd_0dhF.js.map → p-Ds0M0G_e.js.map} +1 -1
  180. package/components/{p-BR5ayBuu.js → p-DtGtkvRX.js} +4 -4
  181. package/components/{p-BR5ayBuu.js.map → p-DtGtkvRX.js.map} +1 -1
  182. package/components/{p-Dp03DeD0.js → p-Dwnv8fgy.js} +5 -5
  183. package/components/{p-Dp03DeD0.js.map → p-Dwnv8fgy.js.map} +1 -1
  184. package/components/{p-BQk7HpA-.js → p-U0nRzcrj.js} +3 -3
  185. package/components/{p-BQk7HpA-.js.map → p-U0nRzcrj.js.map} +1 -1
  186. package/components/{p-BiqdnsgA.js → p-jwHZJhcU.js} +63 -58
  187. package/components/p-jwHZJhcU.js.map +1 -0
  188. package/components/{p-hwPzPVf8.js → p-rFxiFp44.js} +12 -6
  189. package/components/p-rFxiFp44.js.map +1 -0
  190. package/components/{p-ClQxnZ3d.js → p-u9QR9x88.js} +6 -6
  191. package/components/{p-ClQxnZ3d.js.map → p-u9QR9x88.js.map} +1 -1
  192. package/components/{p-BEDohapR.js → p-uIFuspHx.js} +8 -5
  193. package/components/p-uIFuspHx.js.map +1 -0
  194. package/dist/cjs/{base-button-CjsUotrL.js → base-button-DVckB2S-.js} +10 -4
  195. package/dist/cjs/base-button-DVckB2S-.js.map +1 -0
  196. package/dist/cjs/{base-icon-button-D3kZg-im.js → base-icon-button-BMxa9fiN.js} +3 -3
  197. package/dist/cjs/{base-icon-button-D3kZg-im.js.map → base-icon-button-BMxa9fiN.js.map} +1 -1
  198. package/dist/cjs/index-C8Xo8L1k.js +4 -4
  199. package/dist/cjs/{index-B7AMgiIZ.js → index-CgfiBgkm.js} +3 -3
  200. package/dist/cjs/{index-B7AMgiIZ.js.map → index-CgfiBgkm.js.map} +1 -1
  201. package/dist/cjs/index.cjs.js +25 -1
  202. package/dist/cjs/index.cjs.js.map +1 -1
  203. package/dist/cjs/ix-action-card.cjs.entry.js +5 -1
  204. package/dist/cjs/ix-action-card.entry.cjs.js.map +1 -1
  205. package/dist/cjs/ix-application-header.cjs.entry.js +19 -12
  206. package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -1
  207. package/dist/cjs/ix-application-switch-modal.cjs.entry.js +1 -1
  208. package/dist/cjs/ix-avatar_2.cjs.entry.js +2 -2
  209. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +1 -1
  210. package/dist/cjs/ix-breadcrumb.cjs.entry.js +11 -4
  211. package/dist/cjs/ix-breadcrumb.entry.cjs.js.map +1 -1
  212. package/dist/cjs/ix-button.cjs.entry.js +1 -1
  213. package/dist/cjs/ix-card.ix-card-content.entry.cjs.js.map +1 -1
  214. package/dist/cjs/ix-card_2.cjs.entry.js +8 -3
  215. package/dist/cjs/ix-category-filter.cjs.entry.js +15 -8
  216. package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -1
  217. package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -1
  218. package/dist/cjs/ix-col_4.cjs.entry.js +15 -8
  219. package/dist/cjs/ix-date-dropdown.cjs.entry.js +12 -5
  220. package/dist/cjs/ix-date-dropdown.entry.cjs.js.map +1 -1
  221. package/dist/cjs/ix-date-input.cjs.entry.js +11 -4
  222. package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -1
  223. package/dist/cjs/ix-drawer.cjs.entry.js +6 -6
  224. package/dist/cjs/ix-drawer.entry.cjs.js.map +1 -1
  225. package/dist/cjs/ix-dropdown-button.cjs.entry.js +14 -3
  226. package/dist/cjs/ix-dropdown-button.entry.cjs.js.map +1 -1
  227. package/dist/cjs/ix-dropdown-header.cjs.entry.js +1 -1
  228. package/dist/cjs/ix-dropdown-item.cjs.entry.js +9 -3
  229. package/dist/cjs/ix-dropdown-item.entry.cjs.js.map +1 -1
  230. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +1 -1
  231. package/dist/cjs/ix-dropdown.cjs.entry.js +103 -37
  232. package/dist/cjs/ix-dropdown.entry.cjs.js.map +1 -1
  233. package/dist/cjs/ix-empty-state.cjs.entry.js +1 -1
  234. package/dist/cjs/ix-event-list-item.cjs.entry.js +4 -4
  235. package/dist/cjs/ix-event-list.cjs.entry.js +2 -2
  236. package/dist/cjs/ix-expanding-search.cjs.entry.js +4 -4
  237. package/dist/cjs/ix-field-label.ix-field-wrapper.entry.cjs.js.map +1 -1
  238. package/dist/cjs/ix-field-label_2.cjs.entry.js +14 -7
  239. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +2 -2
  240. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +1 -1
  241. package/dist/cjs/ix-flip-tile.cjs.entry.js +3 -3
  242. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +1 -1
  243. package/dist/cjs/ix-group.cjs.entry.js +8 -8
  244. package/dist/cjs/ix-helper-text.cjs.entry.js +1 -1
  245. package/dist/cjs/ix-icon-button.ix-spinner.entry.cjs.js.map +1 -1
  246. package/dist/cjs/ix-icon-button_2.cjs.entry.js +7 -4
  247. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +3 -3
  248. package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
  249. package/dist/cjs/ix-input.cjs.entry.js +4 -4
  250. package/dist/cjs/ix-key-value-list.cjs.entry.js +1 -1
  251. package/dist/cjs/ix-key-value.cjs.entry.js +1 -1
  252. package/dist/cjs/ix-kpi.cjs.entry.js +3 -3
  253. package/dist/cjs/ix-layout-auto.cjs.entry.js +1 -1
  254. package/dist/cjs/ix-link-button.cjs.entry.js +3 -3
  255. package/dist/cjs/ix-menu-about-item.cjs.entry.js +1 -1
  256. package/dist/cjs/ix-menu-about-news.cjs.entry.js +4 -4
  257. package/dist/cjs/ix-menu-about.cjs.entry.js +6 -2
  258. package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -1
  259. package/dist/cjs/ix-menu-avatar.cjs.entry.js +20 -3
  260. package/dist/cjs/ix-menu-avatar.entry.cjs.js.map +1 -1
  261. package/dist/cjs/ix-menu-category.cjs.entry.js +6 -6
  262. package/dist/cjs/ix-menu-category.entry.cjs.js.map +1 -1
  263. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +10 -8
  264. package/dist/cjs/ix-menu-expand-icon.entry.cjs.js.map +1 -1
  265. package/dist/cjs/ix-menu-item.cjs.entry.js +10 -12
  266. package/dist/cjs/ix-menu-item.entry.cjs.js.map +1 -1
  267. package/dist/cjs/{ix-menu-settings-CtWl0bME.js → ix-menu-settings-BYr52N4C.js} +42 -38
  268. package/dist/cjs/ix-menu-settings-BYr52N4C.js.map +1 -0
  269. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +1 -1
  270. package/dist/cjs/ix-menu-settings.cjs.entry.js +1 -1
  271. package/dist/cjs/ix-menu.cjs.entry.js +44 -16
  272. package/dist/cjs/ix-menu.entry.cjs.js.map +1 -1
  273. package/dist/cjs/ix-message-bar.cjs.entry.js +2 -2
  274. package/dist/cjs/ix-message-bar.entry.cjs.js.map +1 -1
  275. package/dist/cjs/ix-modal-content_2.cjs.entry.js +2 -2
  276. package/dist/cjs/ix-modal-footer.cjs.entry.js +1 -1
  277. package/dist/cjs/ix-modal-loading.cjs.entry.js +1 -1
  278. package/dist/cjs/ix-modal.cjs.entry.js +5 -7
  279. package/dist/cjs/ix-modal.entry.cjs.js.map +1 -1
  280. package/dist/cjs/ix-number-input.cjs.entry.js +5 -5
  281. package/dist/cjs/ix-pagination.cjs.entry.js +4 -4
  282. package/dist/cjs/ix-pane-layout.cjs.entry.js +2 -1
  283. package/dist/cjs/ix-pane-layout.entry.cjs.js.map +1 -1
  284. package/dist/cjs/ix-pane.cjs.entry.js +6 -6
  285. package/dist/cjs/ix-pill.cjs.entry.js +4 -4
  286. package/dist/cjs/ix-progress-indicator.cjs.entry.js +3 -3
  287. package/dist/cjs/ix-push-card.cjs.entry.js +5 -1
  288. package/dist/cjs/ix-push-card.entry.cjs.js.map +1 -1
  289. package/dist/cjs/ix-radio-group.cjs.entry.js +2 -2
  290. package/dist/cjs/ix-radio.cjs.entry.js +3 -3
  291. package/dist/cjs/ix-select.cjs.entry.js +22 -13
  292. package/dist/cjs/ix-select.entry.cjs.js.map +1 -1
  293. package/dist/cjs/ix-slider.cjs.entry.js +87 -25
  294. package/dist/cjs/ix-slider.entry.cjs.js.map +1 -1
  295. package/dist/cjs/ix-split-button.cjs.entry.js +8 -1
  296. package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -1
  297. package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -1
  298. package/dist/cjs/ix-tab-item_2.cjs.entry.js +135 -54
  299. package/dist/cjs/ix-textarea.cjs.entry.js +2 -2
  300. package/dist/cjs/ix-tile.cjs.entry.js +4 -4
  301. package/dist/cjs/ix-time-input.cjs.entry.js +11 -4
  302. package/dist/cjs/ix-time-input.entry.cjs.js.map +1 -1
  303. package/dist/cjs/ix-time-picker.cjs.entry.js +5 -5
  304. package/dist/cjs/ix-toast-container.cjs.entry.js +4 -3
  305. package/dist/cjs/ix-toast-container.entry.cjs.js.map +1 -1
  306. package/dist/cjs/ix-toast.cjs.entry.js +7 -3
  307. package/dist/cjs/ix-toast.entry.cjs.js.map +1 -1
  308. package/dist/cjs/ix-toggle-button.cjs.entry.js +3 -3
  309. package/dist/cjs/ix-toggle-button.entry.cjs.js.map +1 -1
  310. package/dist/cjs/ix-toggle.cjs.entry.js +3 -3
  311. package/dist/cjs/ix-tooltip.cjs.entry.js +1 -1
  312. package/dist/cjs/ix-tree-item.cjs.entry.js +4 -4
  313. package/dist/cjs/ix-tree.cjs.entry.js +33 -4
  314. package/dist/cjs/ix-tree.entry.cjs.js.map +1 -1
  315. package/dist/cjs/ix-typography.cjs.entry.js +1 -1
  316. package/dist/cjs/ix-upload.cjs.entry.js +3 -3
  317. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +2 -2
  318. package/dist/cjs/ix-workflow-step.cjs.entry.js +3 -3
  319. package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
  320. package/dist/cjs/loader.cjs.js +1 -1
  321. package/dist/cjs/{modal-CsEGB0kd.js → modal-CUsbxNFf.js} +32 -2
  322. package/dist/cjs/modal-CUsbxNFf.js.map +1 -0
  323. package/dist/cjs/requestAnimationFrame-B0rWQ3G-.js +30 -0
  324. package/dist/cjs/requestAnimationFrame-B0rWQ3G-.js.map +1 -0
  325. package/dist/cjs/siemens-ix.cjs.js +1 -1
  326. package/dist/collection/components/action-card/action-card.js +25 -1
  327. package/dist/collection/components/action-card/action-card.js.map +1 -1
  328. package/dist/collection/components/application-header/application-header.js +46 -10
  329. package/dist/collection/components/application-header/application-header.js.map +1 -1
  330. package/dist/collection/components/breadcrumb/breadcrumb.js +37 -4
  331. package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -1
  332. package/dist/collection/components/button/base-button.js +8 -2
  333. package/dist/collection/components/button/base-button.js.map +1 -1
  334. package/dist/collection/components/card/card.css +49 -0
  335. package/dist/collection/components/card/card.js +27 -2
  336. package/dist/collection/components/card/card.js.map +1 -1
  337. package/dist/collection/components/category-filter/category-filter.js +41 -8
  338. package/dist/collection/components/category-filter/category-filter.js.map +1 -1
  339. package/dist/collection/components/date-dropdown/date-dropdown.js +38 -5
  340. package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -1
  341. package/dist/collection/components/date-input/date-input.js +37 -4
  342. package/dist/collection/components/date-input/date-input.js.map +1 -1
  343. package/dist/collection/components/date-picker/date-picker.js +38 -5
  344. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  345. package/dist/collection/components/drawer/drawer.js +6 -6
  346. package/dist/collection/components/drawer/drawer.js.map +1 -1
  347. package/dist/collection/components/dropdown/dropdown.css +42 -0
  348. package/dist/collection/components/dropdown/dropdown.js +125 -36
  349. package/dist/collection/components/dropdown/dropdown.js.map +1 -1
  350. package/dist/collection/components/dropdown-button/dropdown-button.js +42 -5
  351. package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -1
  352. package/dist/collection/components/dropdown-header/dropdown-header.js +1 -1
  353. package/dist/collection/components/dropdown-item/dropdown-item.js +10 -4
  354. package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -1
  355. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +1 -1
  356. package/dist/collection/components/empty-state/empty-state.js +1 -1
  357. package/dist/collection/components/event-list/event-list.js +2 -2
  358. package/dist/collection/components/event-list-item/event-list-item.js +4 -4
  359. package/dist/collection/components/expanding-search/expanding-search.js +4 -4
  360. package/dist/collection/components/field-label/field-label.js +14 -5
  361. package/dist/collection/components/field-label/field-label.js.map +1 -1
  362. package/dist/collection/components/field-wrapper/field-wrapper.js +2 -2
  363. package/dist/collection/components/filter-chip/filter-chip.js +1 -1
  364. package/dist/collection/components/flip-tile/flip-tile.js +3 -3
  365. package/dist/collection/components/flip-tile-content/flip-tile-content.js +1 -1
  366. package/dist/collection/components/group/group-context-menu.js +1 -1
  367. package/dist/collection/components/group/group.js +8 -8
  368. package/dist/collection/components/helper-text/helper-text.js +1 -1
  369. package/dist/collection/components/icon-button/icon-button.js +5 -2
  370. package/dist/collection/components/icon-button/icon-button.js.map +1 -1
  371. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +1 -1
  372. package/dist/collection/components/input/input.js +4 -4
  373. package/dist/collection/components/input/number-input.js +5 -5
  374. package/dist/collection/components/input/textarea.js +2 -2
  375. package/dist/collection/components/input-group/input-group.js +1 -1
  376. package/dist/collection/components/key-value/key-value.js +1 -1
  377. package/dist/collection/components/key-value-list/key-value-list.js +1 -1
  378. package/dist/collection/components/kpi/kpi.js +3 -3
  379. package/dist/collection/components/layout-auto/layout-auto.js +1 -1
  380. package/dist/collection/components/layout-grid/layout-grid.js +2 -2
  381. package/dist/collection/components/link-button/link-button.js +3 -3
  382. package/dist/collection/components/menu/menu-expand-icon.js +33 -36
  383. package/dist/collection/components/menu/menu-expand-icon.js.map +1 -1
  384. package/dist/collection/components/menu/menu.js +50 -16
  385. package/dist/collection/components/menu/menu.js.map +1 -1
  386. package/dist/collection/components/menu-about/menu-about.js +25 -1
  387. package/dist/collection/components/menu-about/menu-about.js.map +1 -1
  388. package/dist/collection/components/menu-about-item/menu-about-item.js +1 -1
  389. package/dist/collection/components/menu-about-news/menu-about-news.js +4 -4
  390. package/dist/collection/components/menu-avatar/menu-avatar.js +90 -3
  391. package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -1
  392. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
  393. package/dist/collection/components/menu-category/menu-category.js +6 -6
  394. package/dist/collection/components/menu-category/menu-category.js.map +1 -1
  395. package/dist/collection/components/menu-item/menu-item.js +10 -12
  396. package/dist/collection/components/menu-item/menu-item.js.map +1 -1
  397. package/dist/collection/components/menu-settings/menu-settings.js +25 -1
  398. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -1
  399. package/dist/collection/components/menu-settings-item/menu-settings-item.js +1 -1
  400. package/dist/collection/components/message-bar/message-bar.css +0 -11
  401. package/dist/collection/components/message-bar/message-bar.js +1 -1
  402. package/dist/collection/components/modal/modal.css +1 -4
  403. package/dist/collection/components/modal/modal.js +4 -6
  404. package/dist/collection/components/modal/modal.js.map +1 -1
  405. package/dist/collection/components/modal-content/modal-content.js +1 -1
  406. package/dist/collection/components/modal-footer/modal-footer.js +1 -1
  407. package/dist/collection/components/modal-header/modal-header.js +1 -1
  408. package/dist/collection/components/modal-loading/modal-loading.js +1 -1
  409. package/dist/collection/components/pagination/pagination.js +3 -3
  410. package/dist/collection/components/pane/pane.js +6 -6
  411. package/dist/collection/components/pane-layout/pane-layout.js +2 -1
  412. package/dist/collection/components/pane-layout/pane-layout.js.map +1 -1
  413. package/dist/collection/components/pill/pill.js +4 -4
  414. package/dist/collection/components/progress-indicator/progress-indicator.js +3 -3
  415. package/dist/collection/components/push-card/push-card.js +25 -1
  416. package/dist/collection/components/push-card/push-card.js.map +1 -1
  417. package/dist/collection/components/radio/radio.js +3 -3
  418. package/dist/collection/components/radio-group/radio-group.js +2 -2
  419. package/dist/collection/components/row/row.js +1 -1
  420. package/dist/collection/components/select/select.js +49 -14
  421. package/dist/collection/components/select/select.js.map +1 -1
  422. package/dist/collection/components/select-item/select-item.js +1 -1
  423. package/dist/collection/components/slider/slider.css +86 -44
  424. package/dist/collection/components/slider/slider.js +290 -27
  425. package/dist/collection/components/slider/slider.js.map +1 -1
  426. package/dist/collection/components/spinner/spinner.js +1 -1
  427. package/dist/collection/components/split-button/split-button.js +35 -2
  428. package/dist/collection/components/split-button/split-button.js.map +1 -1
  429. package/dist/collection/components/tab-item/tab-item.js +3 -3
  430. package/dist/collection/components/tabs/tabs.js +130 -26
  431. package/dist/collection/components/tabs/tabs.js.map +1 -1
  432. package/dist/collection/components/tile/tile.js +4 -4
  433. package/dist/collection/components/time-input/time-input.js +37 -4
  434. package/dist/collection/components/time-input/time-input.js.map +1 -1
  435. package/dist/collection/components/time-picker/time-picker.js +5 -5
  436. package/dist/collection/components/toast/toast-container.js +4 -3
  437. package/dist/collection/components/toast/toast-container.js.map +1 -1
  438. package/dist/collection/components/toast/toast-utils.js +21 -0
  439. package/dist/collection/components/toast/toast-utils.js.map +1 -1
  440. package/dist/collection/components/toast/toast.css +8 -6
  441. package/dist/collection/components/toast/toast.js +26 -2
  442. package/dist/collection/components/toast/toast.js.map +1 -1
  443. package/dist/collection/components/toggle/toggle.js +3 -3
  444. package/dist/collection/components/toggle-button/toggle-button.js +3 -3
  445. package/dist/collection/components/toggle-button/toggle-button.js.map +1 -1
  446. package/dist/collection/components/tooltip/tooltip.js +1 -1
  447. package/dist/collection/components/tree/tree.js +1 -1
  448. package/dist/collection/components/tree-item/tree-item.js +4 -4
  449. package/dist/collection/components/typography/typography.js +1 -1
  450. package/dist/collection/components/upload/upload.js +3 -3
  451. package/dist/collection/components/utils/lazy-list/lazy.js +32 -3
  452. package/dist/collection/components/utils/lazy-list/lazy.js.map +1 -1
  453. package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js +3 -3
  454. package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js.map +1 -1
  455. package/dist/collection/components/utils/modal/loading.js +3 -0
  456. package/dist/collection/components/utils/modal/loading.js.map +1 -1
  457. package/dist/collection/components/utils/modal/message.js +18 -0
  458. package/dist/collection/components/utils/modal/message.js.map +1 -1
  459. package/dist/collection/components/utils/modal/modal.js +12 -0
  460. package/dist/collection/components/utils/modal/modal.js.map +1 -1
  461. package/dist/collection/components/validation-tooltip/validation-tooltip.js +2 -2
  462. package/dist/collection/components/workflow-step/workflow-step.js +3 -3
  463. package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
  464. package/dist/esm/{base-button-TVpiK7pg.js → base-button-D4FlHdn0.js} +10 -4
  465. package/dist/esm/base-button-D4FlHdn0.js.map +1 -0
  466. package/dist/esm/{base-icon-button-B3ULQ24g.js → base-icon-button-rBR4ri6c.js} +3 -3
  467. package/dist/esm/{base-icon-button-B3ULQ24g.js.map → base-icon-button-rBR4ri6c.js.map} +1 -1
  468. package/dist/esm/{index-Kp5Wf9wr.js → index-75AAQH08.js} +3 -3
  469. package/dist/esm/{index-Kp5Wf9wr.js.map → index-75AAQH08.js.map} +1 -1
  470. package/dist/esm/index-CtoreFVF.js +4 -4
  471. package/dist/esm/index.js +26 -2
  472. package/dist/esm/index.js.map +1 -1
  473. package/dist/esm/ix-action-card.entry.js +5 -1
  474. package/dist/esm/ix-action-card.entry.js.map +1 -1
  475. package/dist/esm/ix-application-header.entry.js +19 -12
  476. package/dist/esm/ix-application-header.entry.js.map +1 -1
  477. package/dist/esm/ix-application-switch-modal.entry.js +1 -1
  478. package/dist/esm/ix-avatar_2.entry.js +2 -2
  479. package/dist/esm/ix-breadcrumb-item.entry.js +1 -1
  480. package/dist/esm/ix-breadcrumb.entry.js +11 -4
  481. package/dist/esm/ix-breadcrumb.entry.js.map +1 -1
  482. package/dist/esm/ix-button.entry.js +1 -1
  483. package/dist/esm/ix-card.ix-card-content.entry.js.map +1 -1
  484. package/dist/esm/ix-card_2.entry.js +8 -3
  485. package/dist/esm/ix-category-filter.entry.js +15 -8
  486. package/dist/esm/ix-category-filter.entry.js.map +1 -1
  487. package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -1
  488. package/dist/esm/ix-col_4.entry.js +15 -8
  489. package/dist/esm/ix-date-dropdown.entry.js +12 -5
  490. package/dist/esm/ix-date-dropdown.entry.js.map +1 -1
  491. package/dist/esm/ix-date-input.entry.js +11 -4
  492. package/dist/esm/ix-date-input.entry.js.map +1 -1
  493. package/dist/esm/ix-drawer.entry.js +6 -6
  494. package/dist/esm/ix-drawer.entry.js.map +1 -1
  495. package/dist/esm/ix-dropdown-button.entry.js +14 -3
  496. package/dist/esm/ix-dropdown-button.entry.js.map +1 -1
  497. package/dist/esm/ix-dropdown-header.entry.js +1 -1
  498. package/dist/esm/ix-dropdown-item.entry.js +9 -3
  499. package/dist/esm/ix-dropdown-item.entry.js.map +1 -1
  500. package/dist/esm/ix-dropdown-quick-actions.entry.js +1 -1
  501. package/dist/esm/ix-dropdown.entry.js +103 -37
  502. package/dist/esm/ix-dropdown.entry.js.map +1 -1
  503. package/dist/esm/ix-empty-state.entry.js +1 -1
  504. package/dist/esm/ix-event-list-item.entry.js +4 -4
  505. package/dist/esm/ix-event-list.entry.js +2 -2
  506. package/dist/esm/ix-expanding-search.entry.js +4 -4
  507. package/dist/esm/ix-field-label.ix-field-wrapper.entry.js.map +1 -1
  508. package/dist/esm/ix-field-label_2.entry.js +14 -7
  509. package/dist/esm/ix-filter-chip_2.entry.js +2 -2
  510. package/dist/esm/ix-flip-tile-content.entry.js +1 -1
  511. package/dist/esm/ix-flip-tile.entry.js +3 -3
  512. package/dist/esm/ix-group-context-menu_2.entry.js +1 -1
  513. package/dist/esm/ix-group.entry.js +8 -8
  514. package/dist/esm/ix-helper-text.entry.js +1 -1
  515. package/dist/esm/ix-icon-button.ix-spinner.entry.js.map +1 -1
  516. package/dist/esm/ix-icon-button_2.entry.js +7 -4
  517. package/dist/esm/ix-icon-toggle-button.entry.js +3 -3
  518. package/dist/esm/ix-input-group.entry.js +1 -1
  519. package/dist/esm/ix-input.entry.js +4 -4
  520. package/dist/esm/ix-key-value-list.entry.js +1 -1
  521. package/dist/esm/ix-key-value.entry.js +1 -1
  522. package/dist/esm/ix-kpi.entry.js +3 -3
  523. package/dist/esm/ix-layout-auto.entry.js +1 -1
  524. package/dist/esm/ix-link-button.entry.js +3 -3
  525. package/dist/esm/ix-menu-about-item.entry.js +1 -1
  526. package/dist/esm/ix-menu-about-news.entry.js +4 -4
  527. package/dist/esm/ix-menu-about.entry.js +6 -2
  528. package/dist/esm/ix-menu-about.entry.js.map +1 -1
  529. package/dist/esm/ix-menu-avatar.entry.js +20 -3
  530. package/dist/esm/ix-menu-avatar.entry.js.map +1 -1
  531. package/dist/esm/ix-menu-category.entry.js +6 -6
  532. package/dist/esm/ix-menu-category.entry.js.map +1 -1
  533. package/dist/esm/ix-menu-expand-icon.entry.js +10 -8
  534. package/dist/esm/ix-menu-expand-icon.entry.js.map +1 -1
  535. package/dist/esm/ix-menu-item.entry.js +10 -12
  536. package/dist/esm/ix-menu-item.entry.js.map +1 -1
  537. package/dist/esm/{ix-menu-settings-f9o5GGw5.js → ix-menu-settings-CG60xQKd.js} +42 -38
  538. package/dist/esm/ix-menu-settings-CG60xQKd.js.map +1 -0
  539. package/dist/esm/ix-menu-settings-item.entry.js +1 -1
  540. package/dist/esm/ix-menu-settings.entry.js +1 -1
  541. package/dist/esm/ix-menu.entry.js +44 -16
  542. package/dist/esm/ix-menu.entry.js.map +1 -1
  543. package/dist/esm/ix-message-bar.entry.js +2 -2
  544. package/dist/esm/ix-message-bar.entry.js.map +1 -1
  545. package/dist/esm/ix-modal-content_2.entry.js +2 -2
  546. package/dist/esm/ix-modal-footer.entry.js +1 -1
  547. package/dist/esm/ix-modal-loading.entry.js +1 -1
  548. package/dist/esm/ix-modal.entry.js +5 -7
  549. package/dist/esm/ix-modal.entry.js.map +1 -1
  550. package/dist/esm/ix-number-input.entry.js +5 -5
  551. package/dist/esm/ix-pagination.entry.js +4 -4
  552. package/dist/esm/ix-pane-layout.entry.js +2 -1
  553. package/dist/esm/ix-pane-layout.entry.js.map +1 -1
  554. package/dist/esm/ix-pane.entry.js +6 -6
  555. package/dist/esm/ix-pill.entry.js +4 -4
  556. package/dist/esm/ix-progress-indicator.entry.js +3 -3
  557. package/dist/esm/ix-push-card.entry.js +5 -1
  558. package/dist/esm/ix-push-card.entry.js.map +1 -1
  559. package/dist/esm/ix-radio-group.entry.js +2 -2
  560. package/dist/esm/ix-radio.entry.js +3 -3
  561. package/dist/esm/ix-select.entry.js +22 -13
  562. package/dist/esm/ix-select.entry.js.map +1 -1
  563. package/dist/esm/ix-slider.entry.js +87 -25
  564. package/dist/esm/ix-slider.entry.js.map +1 -1
  565. package/dist/esm/ix-split-button.entry.js +8 -1
  566. package/dist/esm/ix-split-button.entry.js.map +1 -1
  567. package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -1
  568. package/dist/esm/ix-tab-item_2.entry.js +134 -53
  569. package/dist/esm/ix-textarea.entry.js +2 -2
  570. package/dist/esm/ix-tile.entry.js +4 -4
  571. package/dist/esm/ix-time-input.entry.js +11 -4
  572. package/dist/esm/ix-time-input.entry.js.map +1 -1
  573. package/dist/esm/ix-time-picker.entry.js +5 -5
  574. package/dist/esm/ix-toast-container.entry.js +4 -3
  575. package/dist/esm/ix-toast-container.entry.js.map +1 -1
  576. package/dist/esm/ix-toast.entry.js +7 -3
  577. package/dist/esm/ix-toast.entry.js.map +1 -1
  578. package/dist/esm/ix-toggle-button.entry.js +3 -3
  579. package/dist/esm/ix-toggle-button.entry.js.map +1 -1
  580. package/dist/esm/ix-toggle.entry.js +3 -3
  581. package/dist/esm/ix-tooltip.entry.js +1 -1
  582. package/dist/esm/ix-tree-item.entry.js +4 -4
  583. package/dist/esm/ix-tree.entry.js +33 -4
  584. package/dist/esm/ix-tree.entry.js.map +1 -1
  585. package/dist/esm/ix-typography.entry.js +1 -1
  586. package/dist/esm/ix-upload.entry.js +3 -3
  587. package/dist/esm/ix-validation-tooltip.entry.js +2 -2
  588. package/dist/esm/ix-workflow-step.entry.js +3 -3
  589. package/dist/esm/ix-workflow-steps.entry.js +1 -1
  590. package/dist/esm/loader.js +1 -1
  591. package/dist/esm/{modal-BTxff2hq.js → modal-DCXtePY2.js} +32 -2
  592. package/dist/esm/modal-DCXtePY2.js.map +1 -0
  593. package/dist/esm/requestAnimationFrame-BEuV0Xpe.js +28 -0
  594. package/dist/esm/requestAnimationFrame-BEuV0Xpe.js.map +1 -0
  595. package/dist/esm/siemens-ix.js +1 -1
  596. package/dist/siemens-ix/index.esm.js +1 -1
  597. package/dist/siemens-ix/index.esm.js.map +1 -1
  598. package/dist/siemens-ix/ix-action-card.entry.esm.js.map +1 -1
  599. package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -1
  600. package/dist/siemens-ix/ix-breadcrumb.entry.esm.js.map +1 -1
  601. package/dist/siemens-ix/ix-card.ix-card-content.entry.esm.js.map +1 -1
  602. package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -1
  603. package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -1
  604. package/dist/siemens-ix/ix-date-dropdown.entry.esm.js.map +1 -1
  605. package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -1
  606. package/dist/siemens-ix/ix-drawer.entry.esm.js.map +1 -1
  607. package/dist/siemens-ix/ix-dropdown-button.entry.esm.js.map +1 -1
  608. package/dist/siemens-ix/ix-dropdown-item.entry.esm.js.map +1 -1
  609. package/dist/siemens-ix/ix-dropdown.entry.esm.js.map +1 -1
  610. package/dist/siemens-ix/ix-field-label.ix-field-wrapper.entry.esm.js.map +1 -1
  611. package/dist/siemens-ix/ix-icon-button.ix-spinner.entry.esm.js.map +1 -1
  612. package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -1
  613. package/dist/siemens-ix/ix-menu-avatar.entry.esm.js.map +1 -1
  614. package/dist/siemens-ix/ix-menu-category.entry.esm.js.map +1 -1
  615. package/dist/siemens-ix/ix-menu-expand-icon.entry.esm.js.map +1 -1
  616. package/dist/siemens-ix/ix-menu-item.entry.esm.js.map +1 -1
  617. package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -1
  618. package/dist/siemens-ix/ix-message-bar.entry.esm.js.map +1 -1
  619. package/dist/siemens-ix/ix-modal.entry.esm.js.map +1 -1
  620. package/dist/siemens-ix/ix-pane-layout.entry.esm.js.map +1 -1
  621. package/dist/siemens-ix/ix-push-card.entry.esm.js.map +1 -1
  622. package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -1
  623. package/dist/siemens-ix/ix-slider.entry.esm.js.map +1 -1
  624. package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -1
  625. package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -1
  626. package/dist/siemens-ix/ix-time-input.entry.esm.js.map +1 -1
  627. package/dist/siemens-ix/ix-toast-container.entry.esm.js.map +1 -1
  628. package/dist/siemens-ix/ix-toast.entry.esm.js.map +1 -1
  629. package/dist/siemens-ix/ix-toggle-button.entry.esm.js.map +1 -1
  630. package/dist/siemens-ix/ix-tree.entry.esm.js.map +1 -1
  631. package/dist/siemens-ix/p-00d9e974.entry.js +2 -0
  632. package/dist/siemens-ix/{p-26c629c3.entry.js.map → p-00d9e974.entry.js.map} +1 -1
  633. package/dist/siemens-ix/p-00f783c2.entry.js +2 -0
  634. package/dist/siemens-ix/p-00f783c2.entry.js.map +1 -0
  635. package/dist/siemens-ix/{p-eba7f62c.entry.js → p-012e0b64.entry.js} +2 -2
  636. package/dist/siemens-ix/p-01f33c21.entry.js +2 -0
  637. package/dist/siemens-ix/p-01f33c21.entry.js.map +1 -0
  638. package/dist/siemens-ix/{p-c94739d0.entry.js → p-0693e4bf.entry.js} +2 -2
  639. package/dist/siemens-ix/p-07ab03fe.entry.js +2 -0
  640. package/dist/siemens-ix/p-07ab03fe.entry.js.map +1 -0
  641. package/dist/siemens-ix/{p-dc8de6cb.entry.js → p-0c5021bc.entry.js} +2 -2
  642. package/dist/siemens-ix/{p-b9880608.entry.js → p-0f80678c.entry.js} +2 -2
  643. package/dist/siemens-ix/p-13dc936a.entry.js +2 -0
  644. package/dist/siemens-ix/p-13dc936a.entry.js.map +1 -0
  645. package/dist/siemens-ix/{p-d3a60c52.entry.js → p-163090c1.entry.js} +2 -2
  646. package/dist/siemens-ix/{p-d3a60c52.entry.js.map → p-163090c1.entry.js.map} +1 -1
  647. package/dist/siemens-ix/{p-ea15fc79.entry.js → p-18d39c8a.entry.js} +2 -2
  648. package/dist/siemens-ix/{p-b3453edf.entry.js → p-1b4cfce2.entry.js} +2 -2
  649. package/dist/siemens-ix/{p-de12078d.entry.js → p-22735495.entry.js} +2 -2
  650. package/dist/siemens-ix/p-24af7715.entry.js +2 -0
  651. package/dist/siemens-ix/p-24af7715.entry.js.map +1 -0
  652. package/dist/siemens-ix/p-29d397e7.entry.js +2 -0
  653. package/dist/siemens-ix/p-29d397e7.entry.js.map +1 -0
  654. package/dist/siemens-ix/p-2e1bb4bf.entry.js +2 -0
  655. package/dist/siemens-ix/p-2e1bb4bf.entry.js.map +1 -0
  656. package/dist/siemens-ix/{p-1de1a2bf.entry.js → p-2eda608a.entry.js} +2 -2
  657. package/dist/siemens-ix/{p-6a4bc78a.entry.js → p-2f83d5de.entry.js} +2 -2
  658. package/dist/siemens-ix/p-332b3d09.entry.js +2 -0
  659. package/dist/siemens-ix/{p-c15e64a8.entry.js → p-346c5039.entry.js} +2 -2
  660. package/dist/siemens-ix/p-38ba4776.entry.js +2 -0
  661. package/dist/siemens-ix/p-38ba4776.entry.js.map +1 -0
  662. package/dist/siemens-ix/{p-b7ef70d4.entry.js → p-3ff8cf24.entry.js} +2 -2
  663. package/dist/siemens-ix/p-3ff8cf24.entry.js.map +1 -0
  664. package/dist/siemens-ix/{p-4431f891.entry.js → p-4a6f8ce8.entry.js} +2 -2
  665. package/dist/siemens-ix/p-4a9cceff.entry.js +2 -0
  666. package/dist/siemens-ix/{p-0ce03ad3.entry.js.map → p-4a9cceff.entry.js.map} +1 -1
  667. package/dist/siemens-ix/{p-396e1f3d.entry.js → p-4d004e44.entry.js} +2 -2
  668. package/dist/siemens-ix/{p-b76df1c7.entry.js → p-4d540a34.entry.js} +2 -2
  669. package/dist/siemens-ix/p-4d540a34.entry.js.map +1 -0
  670. package/dist/siemens-ix/p-4e985847.entry.js +2 -0
  671. package/dist/siemens-ix/p-4e985847.entry.js.map +1 -0
  672. package/dist/siemens-ix/p-5306efc0.entry.js +2 -0
  673. package/dist/siemens-ix/p-5306efc0.entry.js.map +1 -0
  674. package/dist/siemens-ix/p-568e5673.entry.js +2 -0
  675. package/dist/siemens-ix/p-568e5673.entry.js.map +1 -0
  676. package/dist/siemens-ix/{p-38e45020.entry.js → p-591664be.entry.js} +2 -2
  677. package/dist/siemens-ix/{p-c5c863e1.entry.js → p-6794955e.entry.js} +2 -2
  678. package/dist/siemens-ix/{p-79537728.entry.js → p-69526242.entry.js} +2 -2
  679. package/dist/siemens-ix/p-7752df0f.entry.js +2 -0
  680. package/dist/siemens-ix/p-78ac2dbc.entry.js +2 -0
  681. package/dist/siemens-ix/{p-8f9368b8.entry.js → p-7ab95193.entry.js} +2 -2
  682. package/dist/siemens-ix/p-7c3ed8dc.entry.js +2 -0
  683. package/dist/siemens-ix/p-7c3ed8dc.entry.js.map +1 -0
  684. package/dist/siemens-ix/{p-fb8877bc.entry.js → p-7df00cac.entry.js} +2 -2
  685. package/dist/siemens-ix/p-7df00cac.entry.js.map +1 -0
  686. package/dist/siemens-ix/{p-e7bdc0a0.entry.js → p-7fa55c16.entry.js} +2 -2
  687. package/dist/siemens-ix/p-7fa55c16.entry.js.map +1 -0
  688. package/dist/siemens-ix/{p-ff83eafd.entry.js → p-7fbcc15c.entry.js} +2 -2
  689. package/dist/siemens-ix/p-828db41e.entry.js +2 -0
  690. package/dist/siemens-ix/{p-6dc6eb63.entry.js.map → p-828db41e.entry.js.map} +1 -1
  691. package/dist/siemens-ix/{p-496e98ac.entry.js → p-82c3a8a2.entry.js} +2 -2
  692. package/dist/siemens-ix/p-899b445d.entry.js +2 -0
  693. package/dist/siemens-ix/p-899b445d.entry.js.map +1 -0
  694. package/dist/siemens-ix/{p-5779f16e.entry.js → p-8b6f2e0e.entry.js} +2 -2
  695. package/dist/siemens-ix/p-8c8bad0a.entry.js +2 -0
  696. package/dist/siemens-ix/{p-b8f4b001.entry.js → p-8e26b723.entry.js} +2 -2
  697. package/dist/siemens-ix/p-8e26b723.entry.js.map +1 -0
  698. package/dist/siemens-ix/{p-7bc90e7e.entry.js → p-8e7f7343.entry.js} +2 -2
  699. package/dist/siemens-ix/{p-484bddf4.entry.js → p-922a49d7.entry.js} +2 -2
  700. package/dist/siemens-ix/{p-196cffb5.entry.js → p-9362445d.entry.js} +2 -2
  701. package/dist/siemens-ix/p-9492ebc4.entry.js +2 -0
  702. package/dist/siemens-ix/p-9492ebc4.entry.js.map +1 -0
  703. package/dist/siemens-ix/{p-d2c18c15.entry.js → p-96c371c8.entry.js} +2 -2
  704. package/dist/siemens-ix/{p-2ffde2d5.entry.js → p-97c3d27e.entry.js} +2 -2
  705. package/dist/siemens-ix/{p-f119c105.entry.js → p-98cf2c22.entry.js} +2 -2
  706. package/dist/siemens-ix/{p-ca3b24b1.entry.js → p-99dda4c4.entry.js} +2 -2
  707. package/dist/siemens-ix/{p-e48977ed.entry.js → p-9b917ecd.entry.js} +2 -2
  708. package/dist/siemens-ix/p-9ea48663.entry.js +2 -0
  709. package/dist/siemens-ix/p-9ea48663.entry.js.map +1 -0
  710. package/dist/siemens-ix/{p-CObJ-t0Z.js → p-B3-0mRq1.js} +2 -2
  711. package/dist/siemens-ix/{p-CObJ-t0Z.js.map → p-B3-0mRq1.js.map} +1 -1
  712. package/dist/siemens-ix/p-BEuV0Xpe.js +2 -0
  713. package/dist/siemens-ix/p-BEuV0Xpe.js.map +1 -0
  714. package/dist/siemens-ix/p-BYhznbns.js +2 -0
  715. package/dist/siemens-ix/p-BYhznbns.js.map +1 -0
  716. package/dist/siemens-ix/p-BvohuWNe.js +2 -0
  717. package/dist/siemens-ix/p-BvohuWNe.js.map +1 -0
  718. package/dist/siemens-ix/p-CSUx_zC3.js +2 -0
  719. package/dist/siemens-ix/{p-DpM4lbAX.js.map → p-CSUx_zC3.js.map} +1 -1
  720. package/dist/siemens-ix/{p-BC0Exw_O.js → p-IHkSWEwz.js} +1 -1
  721. package/dist/siemens-ix/p-IHkSWEwz.js.map +1 -0
  722. package/dist/siemens-ix/p-a9c3bb03.entry.js +2 -0
  723. package/dist/siemens-ix/p-a9c3bb03.entry.js.map +1 -0
  724. package/dist/siemens-ix/{p-4c18f123.entry.js → p-ad911b63.entry.js} +2 -2
  725. package/dist/siemens-ix/{p-74e7b03f.entry.js → p-b1eac110.entry.js} +2 -2
  726. package/dist/siemens-ix/p-b7438aeb.entry.js +2 -0
  727. package/dist/siemens-ix/p-b7438aeb.entry.js.map +1 -0
  728. package/dist/siemens-ix/{p-d10b9798.entry.js → p-b7734b9d.entry.js} +2 -2
  729. package/dist/siemens-ix/{p-df6bb698.entry.js → p-bc85feef.entry.js} +2 -2
  730. package/dist/siemens-ix/{p-a4225101.entry.js → p-c6ee37e4.entry.js} +2 -2
  731. package/dist/siemens-ix/{p-a8308559.entry.js → p-ca2533b1.entry.js} +2 -2
  732. package/dist/siemens-ix/p-cb5e0db6.entry.js +2 -0
  733. package/dist/siemens-ix/{p-3f62166e.entry.js.map → p-cb5e0db6.entry.js.map} +1 -1
  734. package/dist/siemens-ix/{p-667e3184.entry.js → p-ceb7b1da.entry.js} +2 -2
  735. package/dist/siemens-ix/{p-e0b9cf68.entry.js → p-d2ce70ac.entry.js} +2 -2
  736. package/dist/siemens-ix/{p-8fc2bea6.entry.js → p-d384611d.entry.js} +2 -2
  737. package/dist/siemens-ix/p-d63ac3e3.entry.js +2 -0
  738. package/dist/siemens-ix/p-d63ac3e3.entry.js.map +1 -0
  739. package/dist/siemens-ix/p-d73d0805.entry.js +2 -0
  740. package/dist/siemens-ix/p-d73d0805.entry.js.map +1 -0
  741. package/dist/siemens-ix/{p-b41a7abb.entry.js → p-d82ac1e1.entry.js} +2 -2
  742. package/dist/siemens-ix/{p-7beba4ad.entry.js → p-d9776ef8.entry.js} +2 -2
  743. package/dist/siemens-ix/p-db913bc4.entry.js +2 -0
  744. package/dist/siemens-ix/p-db913bc4.entry.js.map +1 -0
  745. package/dist/siemens-ix/{p-367df024.entry.js → p-dc0be9bf.entry.js} +2 -2
  746. package/dist/siemens-ix/p-dc0be9bf.entry.js.map +1 -0
  747. package/dist/siemens-ix/{p-33b3ed5b.entry.js → p-de59209e.entry.js} +2 -2
  748. package/dist/siemens-ix/{p-cf041cfd.entry.js → p-e29533a3.entry.js} +2 -2
  749. package/dist/siemens-ix/{p-3ce5fd87.entry.js → p-e4dabf5b.entry.js} +2 -2
  750. package/dist/siemens-ix/p-e4dabf5b.entry.js.map +1 -0
  751. package/dist/siemens-ix/{p-cd1afcc9.entry.js → p-e69d8217.entry.js} +2 -2
  752. package/dist/siemens-ix/{p-7827c263.entry.js → p-e7ef43ed.entry.js} +2 -2
  753. package/dist/siemens-ix/{p-8f17f6ec.entry.js → p-ec9dc8d8.entry.js} +2 -2
  754. package/dist/siemens-ix/p-ec9dc8d8.entry.js.map +1 -0
  755. package/dist/siemens-ix/{p-77fd2138.entry.js → p-f4264893.entry.js} +2 -2
  756. package/dist/siemens-ix/p-f42f74c2.entry.js +2 -0
  757. package/dist/siemens-ix/p-f7cb5560.entry.js +2 -0
  758. package/dist/siemens-ix/p-f7cb5560.entry.js.map +1 -0
  759. package/dist/siemens-ix/siemens-ix-core.css +1 -1
  760. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  761. package/dist/types/components/action-card/action-card.d.ts +4 -0
  762. package/dist/types/components/application-header/application-header.d.ts +8 -0
  763. package/dist/types/components/breadcrumb/breadcrumb.d.ts +7 -0
  764. package/dist/types/components/card/card.d.ts +4 -0
  765. package/dist/types/components/category-filter/category-filter.d.ts +7 -0
  766. package/dist/types/components/date-dropdown/date-dropdown.d.ts +8 -1
  767. package/dist/types/components/date-input/date-input.d.ts +7 -0
  768. package/dist/types/components/date-picker/date-picker.d.ts +7 -0
  769. package/dist/types/components/dropdown/dropdown.d.ts +11 -1
  770. package/dist/types/components/dropdown-button/dropdown-button.d.ts +7 -0
  771. package/dist/types/components/field-label/field-label.d.ts +2 -0
  772. package/dist/types/components/menu/menu-expand-icon.d.ts +5 -2
  773. package/dist/types/components/menu/menu.d.ts +6 -0
  774. package/dist/types/components/menu-about/menu-about.d.ts +4 -0
  775. package/dist/types/components/menu-avatar/menu-avatar.d.ts +20 -0
  776. package/dist/types/components/menu-item/menu-item.d.ts +1 -1
  777. package/dist/types/components/menu-settings/menu-settings.d.ts +4 -0
  778. package/dist/types/components/modal/modal.d.ts +0 -1
  779. package/dist/types/components/push-card/push-card.d.ts +4 -0
  780. package/dist/types/components/select/select.d.ts +7 -0
  781. package/dist/types/components/slider/slider.d.ts +57 -2
  782. package/dist/types/components/split-button/split-button.d.ts +8 -1
  783. package/dist/types/components/tabs/tabs.d.ts +12 -0
  784. package/dist/types/components/time-input/time-input.d.ts +7 -0
  785. package/dist/types/components/toast/toast-utils.d.ts +13 -0
  786. package/dist/types/components/toast/toast.d.ts +4 -0
  787. package/dist/types/components/toggle-button/toggle-button.d.ts +1 -3
  788. package/dist/types/components/utils/lazy-list/lazy.d.ts +2 -0
  789. package/dist/types/components/utils/modal/loading.d.ts +3 -0
  790. package/dist/types/components/utils/modal/message.d.ts +3 -0
  791. package/dist/types/components/utils/modal/modal.d.ts +63 -0
  792. package/dist/types/components.d.ts +326 -7
  793. package/hydrate/index.js +1144 -678
  794. package/hydrate/index.mjs +1144 -678
  795. package/package.json +1 -1
  796. package/components/p-10zMtvCF.js.map +0 -1
  797. package/components/p-B1p0kpQJ.js.map +0 -1
  798. package/components/p-BEDohapR.js.map +0 -1
  799. package/components/p-BI7B-PUA.js.map +0 -1
  800. package/components/p-BLeWaHpy.js.map +0 -1
  801. package/components/p-BOQ00Fbs.js.map +0 -1
  802. package/components/p-BiqdnsgA.js.map +0 -1
  803. package/components/p-CV_EVAOW.js.map +0 -1
  804. package/components/p-CjDPpSJX.js.map +0 -1
  805. package/components/p-DSTHZygb.js.map +0 -1
  806. package/components/p-DlVaL0Yi.js.map +0 -1
  807. package/components/p-MuPiaYr1.js.map +0 -1
  808. package/components/p-PpLLlogo.js.map +0 -1
  809. package/components/p-hwPzPVf8.js.map +0 -1
  810. package/dist/cjs/base-button-CjsUotrL.js.map +0 -1
  811. package/dist/cjs/ix-menu-settings-CtWl0bME.js.map +0 -1
  812. package/dist/cjs/modal-CsEGB0kd.js.map +0 -1
  813. package/dist/esm/base-button-TVpiK7pg.js.map +0 -1
  814. package/dist/esm/ix-menu-settings-f9o5GGw5.js.map +0 -1
  815. package/dist/esm/modal-BTxff2hq.js.map +0 -1
  816. package/dist/siemens-ix/p-0411df39.entry.js +0 -2
  817. package/dist/siemens-ix/p-0c325f08.entry.js +0 -2
  818. package/dist/siemens-ix/p-0c325f08.entry.js.map +0 -1
  819. package/dist/siemens-ix/p-0ce03ad3.entry.js +0 -2
  820. package/dist/siemens-ix/p-0d621531.entry.js +0 -2
  821. package/dist/siemens-ix/p-0d621531.entry.js.map +0 -1
  822. package/dist/siemens-ix/p-0eca5a77.entry.js +0 -2
  823. package/dist/siemens-ix/p-0eca5a77.entry.js.map +0 -1
  824. package/dist/siemens-ix/p-2597a988.entry.js +0 -2
  825. package/dist/siemens-ix/p-2597a988.entry.js.map +0 -1
  826. package/dist/siemens-ix/p-26c629c3.entry.js +0 -2
  827. package/dist/siemens-ix/p-31a8eaf9.entry.js +0 -2
  828. package/dist/siemens-ix/p-33fcea65.entry.js +0 -2
  829. package/dist/siemens-ix/p-33fcea65.entry.js.map +0 -1
  830. package/dist/siemens-ix/p-367df024.entry.js.map +0 -1
  831. package/dist/siemens-ix/p-37bd983a.entry.js +0 -2
  832. package/dist/siemens-ix/p-37bd983a.entry.js.map +0 -1
  833. package/dist/siemens-ix/p-3ce5fd87.entry.js.map +0 -1
  834. package/dist/siemens-ix/p-3f62166e.entry.js +0 -2
  835. package/dist/siemens-ix/p-4c1f90cb.entry.js +0 -2
  836. package/dist/siemens-ix/p-4c1f90cb.entry.js.map +0 -1
  837. package/dist/siemens-ix/p-4e4d792d.entry.js +0 -2
  838. package/dist/siemens-ix/p-4e4d792d.entry.js.map +0 -1
  839. package/dist/siemens-ix/p-5b57bde1.entry.js +0 -2
  840. package/dist/siemens-ix/p-5b57bde1.entry.js.map +0 -1
  841. package/dist/siemens-ix/p-68aaf0fe.entry.js +0 -2
  842. package/dist/siemens-ix/p-68aaf0fe.entry.js.map +0 -1
  843. package/dist/siemens-ix/p-6dc6eb63.entry.js +0 -2
  844. package/dist/siemens-ix/p-7bad0544.entry.js +0 -2
  845. package/dist/siemens-ix/p-7bad0544.entry.js.map +0 -1
  846. package/dist/siemens-ix/p-8418f756.entry.js +0 -2
  847. package/dist/siemens-ix/p-8418f756.entry.js.map +0 -1
  848. package/dist/siemens-ix/p-8b42ad35.entry.js +0 -2
  849. package/dist/siemens-ix/p-8b42ad35.entry.js.map +0 -1
  850. package/dist/siemens-ix/p-8f17f6ec.entry.js.map +0 -1
  851. package/dist/siemens-ix/p-8fa8d0e3.entry.js +0 -2
  852. package/dist/siemens-ix/p-92ec7f27.entry.js +0 -2
  853. package/dist/siemens-ix/p-BC0Exw_O.js.map +0 -1
  854. package/dist/siemens-ix/p-BcCDexod.js +0 -2
  855. package/dist/siemens-ix/p-BcCDexod.js.map +0 -1
  856. package/dist/siemens-ix/p-DiMfcbUU.js +0 -2
  857. package/dist/siemens-ix/p-DiMfcbUU.js.map +0 -1
  858. package/dist/siemens-ix/p-DpM4lbAX.js +0 -2
  859. package/dist/siemens-ix/p-a3baca2f.entry.js +0 -2
  860. package/dist/siemens-ix/p-a61972c5.entry.js +0 -2
  861. package/dist/siemens-ix/p-a61972c5.entry.js.map +0 -1
  862. package/dist/siemens-ix/p-b76df1c7.entry.js.map +0 -1
  863. package/dist/siemens-ix/p-b7ef70d4.entry.js.map +0 -1
  864. package/dist/siemens-ix/p-b8f4b001.entry.js.map +0 -1
  865. package/dist/siemens-ix/p-ba9ed3d1.entry.js +0 -2
  866. package/dist/siemens-ix/p-ba9ed3d1.entry.js.map +0 -1
  867. package/dist/siemens-ix/p-c1160cf8.entry.js +0 -2
  868. package/dist/siemens-ix/p-c1160cf8.entry.js.map +0 -1
  869. package/dist/siemens-ix/p-d193381f.entry.js +0 -2
  870. package/dist/siemens-ix/p-d193381f.entry.js.map +0 -1
  871. package/dist/siemens-ix/p-e42f62a1.entry.js +0 -2
  872. package/dist/siemens-ix/p-e42f62a1.entry.js.map +0 -1
  873. package/dist/siemens-ix/p-e7bdc0a0.entry.js.map +0 -1
  874. package/dist/siemens-ix/p-ea37abf6.entry.js +0 -2
  875. package/dist/siemens-ix/p-ea37abf6.entry.js.map +0 -1
  876. package/dist/siemens-ix/p-ea410634.entry.js +0 -2
  877. package/dist/siemens-ix/p-ea410634.entry.js.map +0 -1
  878. package/dist/siemens-ix/p-fb8877bc.entry.js.map +0 -1
  879. package/dist/siemens-ix/p-fc73c8cc.entry.js +0 -2
  880. package/dist/siemens-ix/p-fc73c8cc.entry.js.map +0 -1
  881. /package/dist/siemens-ix/{p-eba7f62c.entry.js.map → p-012e0b64.entry.js.map} +0 -0
  882. /package/dist/siemens-ix/{p-c94739d0.entry.js.map → p-0693e4bf.entry.js.map} +0 -0
  883. /package/dist/siemens-ix/{p-dc8de6cb.entry.js.map → p-0c5021bc.entry.js.map} +0 -0
  884. /package/dist/siemens-ix/{p-b9880608.entry.js.map → p-0f80678c.entry.js.map} +0 -0
  885. /package/dist/siemens-ix/{p-ea15fc79.entry.js.map → p-18d39c8a.entry.js.map} +0 -0
  886. /package/dist/siemens-ix/{p-b3453edf.entry.js.map → p-1b4cfce2.entry.js.map} +0 -0
  887. /package/dist/siemens-ix/{p-de12078d.entry.js.map → p-22735495.entry.js.map} +0 -0
  888. /package/dist/siemens-ix/{p-1de1a2bf.entry.js.map → p-2eda608a.entry.js.map} +0 -0
  889. /package/dist/siemens-ix/{p-6a4bc78a.entry.js.map → p-2f83d5de.entry.js.map} +0 -0
  890. /package/dist/siemens-ix/{p-a3baca2f.entry.js.map → p-332b3d09.entry.js.map} +0 -0
  891. /package/dist/siemens-ix/{p-c15e64a8.entry.js.map → p-346c5039.entry.js.map} +0 -0
  892. /package/dist/siemens-ix/{p-4431f891.entry.js.map → p-4a6f8ce8.entry.js.map} +0 -0
  893. /package/dist/siemens-ix/{p-396e1f3d.entry.js.map → p-4d004e44.entry.js.map} +0 -0
  894. /package/dist/siemens-ix/{p-38e45020.entry.js.map → p-591664be.entry.js.map} +0 -0
  895. /package/dist/siemens-ix/{p-c5c863e1.entry.js.map → p-6794955e.entry.js.map} +0 -0
  896. /package/dist/siemens-ix/{p-79537728.entry.js.map → p-69526242.entry.js.map} +0 -0
  897. /package/dist/siemens-ix/{p-8fa8d0e3.entry.js.map → p-7752df0f.entry.js.map} +0 -0
  898. /package/dist/siemens-ix/{p-0411df39.entry.js.map → p-78ac2dbc.entry.js.map} +0 -0
  899. /package/dist/siemens-ix/{p-8f9368b8.entry.js.map → p-7ab95193.entry.js.map} +0 -0
  900. /package/dist/siemens-ix/{p-ff83eafd.entry.js.map → p-7fbcc15c.entry.js.map} +0 -0
  901. /package/dist/siemens-ix/{p-496e98ac.entry.js.map → p-82c3a8a2.entry.js.map} +0 -0
  902. /package/dist/siemens-ix/{p-5779f16e.entry.js.map → p-8b6f2e0e.entry.js.map} +0 -0
  903. /package/dist/siemens-ix/{p-31a8eaf9.entry.js.map → p-8c8bad0a.entry.js.map} +0 -0
  904. /package/dist/siemens-ix/{p-7bc90e7e.entry.js.map → p-8e7f7343.entry.js.map} +0 -0
  905. /package/dist/siemens-ix/{p-484bddf4.entry.js.map → p-922a49d7.entry.js.map} +0 -0
  906. /package/dist/siemens-ix/{p-196cffb5.entry.js.map → p-9362445d.entry.js.map} +0 -0
  907. /package/dist/siemens-ix/{p-d2c18c15.entry.js.map → p-96c371c8.entry.js.map} +0 -0
  908. /package/dist/siemens-ix/{p-2ffde2d5.entry.js.map → p-97c3d27e.entry.js.map} +0 -0
  909. /package/dist/siemens-ix/{p-f119c105.entry.js.map → p-98cf2c22.entry.js.map} +0 -0
  910. /package/dist/siemens-ix/{p-ca3b24b1.entry.js.map → p-99dda4c4.entry.js.map} +0 -0
  911. /package/dist/siemens-ix/{p-e48977ed.entry.js.map → p-9b917ecd.entry.js.map} +0 -0
  912. /package/dist/siemens-ix/{p-4c18f123.entry.js.map → p-ad911b63.entry.js.map} +0 -0
  913. /package/dist/siemens-ix/{p-74e7b03f.entry.js.map → p-b1eac110.entry.js.map} +0 -0
  914. /package/dist/siemens-ix/{p-d10b9798.entry.js.map → p-b7734b9d.entry.js.map} +0 -0
  915. /package/dist/siemens-ix/{p-df6bb698.entry.js.map → p-bc85feef.entry.js.map} +0 -0
  916. /package/dist/siemens-ix/{p-a4225101.entry.js.map → p-c6ee37e4.entry.js.map} +0 -0
  917. /package/dist/siemens-ix/{p-a8308559.entry.js.map → p-ca2533b1.entry.js.map} +0 -0
  918. /package/dist/siemens-ix/{p-667e3184.entry.js.map → p-ceb7b1da.entry.js.map} +0 -0
  919. /package/dist/siemens-ix/{p-e0b9cf68.entry.js.map → p-d2ce70ac.entry.js.map} +0 -0
  920. /package/dist/siemens-ix/{p-8fc2bea6.entry.js.map → p-d384611d.entry.js.map} +0 -0
  921. /package/dist/siemens-ix/{p-b41a7abb.entry.js.map → p-d82ac1e1.entry.js.map} +0 -0
  922. /package/dist/siemens-ix/{p-7beba4ad.entry.js.map → p-d9776ef8.entry.js.map} +0 -0
  923. /package/dist/siemens-ix/{p-33b3ed5b.entry.js.map → p-de59209e.entry.js.map} +0 -0
  924. /package/dist/siemens-ix/{p-cf041cfd.entry.js.map → p-e29533a3.entry.js.map} +0 -0
  925. /package/dist/siemens-ix/{p-cd1afcc9.entry.js.map → p-e69d8217.entry.js.map} +0 -0
  926. /package/dist/siemens-ix/{p-7827c263.entry.js.map → p-e7ef43ed.entry.js.map} +0 -0
  927. /package/dist/siemens-ix/{p-77fd2138.entry.js.map → p-f4264893.entry.js.map} +0 -0
  928. /package/dist/siemens-ix/{p-92ec7f27.entry.js.map → p-f42f74c2.entry.js.map} +0 -0
@@ -38,17 +38,17 @@ export class EventListItem {
38
38
  let color = ((_a = this.itemColor) === null || _a === void 0 ? void 0 : _a.startsWith('--theme'))
39
39
  ? `var(${this.itemColor})`
40
40
  : `var(--theme-${this.itemColor})`;
41
- return (h(Host, { key: '76e06ddd63da8e0adec50dcd20bc61e2f2d1e1c0', class: {
41
+ return (h(Host, { key: '3fa7304c0d114cd65b572e6d7e1a7362d3f63950', class: {
42
42
  disabled: this.disabled,
43
43
  [`event-list-item-${this.variant}`]: true,
44
- } }, h("div", { key: 'b04e600de4ca8f82c0ac973f6df2efc6a9c1acdb', role: "listitem", "aria-disabled": a11yBoolean(this.disabled), class: {
44
+ } }, h("div", { key: '9dc5734ea43068e74efc45d89a6fda3bad040cd1', role: "listitem", "aria-disabled": a11yBoolean(this.disabled), class: {
45
45
  'event-list-item': true,
46
46
  selected: this.selected,
47
47
  disabled: this.disabled,
48
- } }, h("div", { key: 'e8cbc3d3a7e752fd60fa30b92503d4c7a2b64392', class: `indicator ${!this.itemColor ? 'indicator-empty' : ''}`, style: {
48
+ } }, h("div", { key: '5fc29826643c430d3f0c82826142b461395d5075', class: `indicator ${!this.itemColor ? 'indicator-empty' : ''}`, style: {
49
49
  'background-color': this.itemColor ? color : 'inherit',
50
50
  opacity: `${this.disabled ? 0.4 : 1}`,
51
- } }), h("div", { key: '41e137395c4466be016fd1c97456b040f60de4ab', class: "event-list-item-container" }, h("div", { key: '0a38f7c6f62b877dde4a27db021daff4c47440e0', class: "event-content" }, h("slot", { key: '8867732a5801ab78afc2de8ff60a715608c5f8c7' })), this.chevron && (h("ix-icon", { key: '3a0155d4a8dc6fae7d65c181f0197abe5f78b4af', name: iconChevronRight, size: "16", class: "chevron-icon", "aria-hidden": "true" }))))));
51
+ } }), h("div", { key: 'c53b6ea99b0744dc6a0d57024853d0627a3963e2', class: "event-list-item-container" }, h("div", { key: '22a50db11d9997caa9df67fea550e1f58224344c', class: "event-content" }, h("slot", { key: '6361d1b0c326919f46ed7eb1b6bcb4b17421258e' })), this.chevron && (h("ix-icon", { key: 'edd5d1e1ef0fa1c85b319f9bdccdf1e2cbe8183a', name: iconChevronRight, size: "16", class: "chevron-icon", "aria-hidden": "true" }))))));
52
52
  }
53
53
  static get is() { return "ix-event-list-item"; }
54
54
  static get encapsulation() { return "shadow"; }
@@ -66,20 +66,20 @@ export class ExpandingSearch {
66
66
  }
67
67
  render() {
68
68
  var _a;
69
- return (h(Host, { key: 'a7502cbddcb136608813c4fe522e868ae3d5806d', class: {
69
+ return (h(Host, { key: '6fa9475cb63afee99623408a13321b4f01e7e346', class: {
70
70
  expanded: this.expanded,
71
71
  'right-position': this.expanded,
72
72
  fullWidth: this.fullWidth,
73
- } }, h("ix-icon-button", { key: 'ad6ed825caea25be04469731e4eb8c33d08b1ad0', size: this.expanded ? '16' : '24', icon: (_a = this.icon) !== null && _a !== void 0 ? _a : iconSearch, variant: this.expanded ? 'tertiary' : this.variant, "data-testid": "button", onClick: () => this.expandInput(), tabindex: this.expanded ? -1 : 0, color: this.hasFocus ? 'input-search-icon--color--focus' : undefined, class: {
73
+ } }, h("ix-icon-button", { key: 'd4f6f3e8363b84190b6b875775f77e69df958417', size: this.expanded ? '16' : '24', icon: (_a = this.icon) !== null && _a !== void 0 ? _a : iconSearch, variant: this.expanded ? 'tertiary' : this.variant, "data-testid": "button", onClick: () => this.expandInput(), tabindex: this.expanded ? -1 : 0, color: this.hasFocus ? 'input-search-icon--color--focus' : undefined, class: {
74
74
  'btn-search': true,
75
75
  'btn-search--expanded': this.expanded,
76
- }, "aria-label": this.ariaLabelSearchIconButton }), h("div", { key: 'b12d4ab2b26f00564d6edc1c3fd0d0f1ba48a8c2', class: {
76
+ }, "aria-label": this.ariaLabelSearchIconButton }), h("div", { key: '843d11c6d7ca40c2bf44cbda4a078283d14a9c60', class: {
77
77
  expanded: this.expanded,
78
78
  fullWidth: this.fullWidth,
79
79
  collapsed: !this.expanded,
80
80
  'disable-pointer': !this.expanded,
81
81
  'input-container': true,
82
- }, "data-testid": "input-wrapper" }, h("input", { key: '47f11db65a0f58d1fb0c77239062b8414538d200', class: {
82
+ }, "data-testid": "input-wrapper" }, h("input", { key: 'f4e711d68bb5037be4e0727476433a8483517685', class: {
83
83
  'ix-form-control': true,
84
84
  input: this.expanded,
85
85
  'disable-pointer': !this.expanded,
@@ -14,10 +14,14 @@ export class FormFieldLabel {
14
14
  constructor() {
15
15
  /** @internal */
16
16
  this.isInvalid = false;
17
+ this.explicitIsInvalid = undefined;
17
18
  this.htmlForObserver = new MutationObserver(() => this.checkForInternalState());
18
19
  this.a11yAttributes = {};
19
20
  this.labelRef = makeRef();
20
21
  }
22
+ isInvalidChanged(newValue) {
23
+ this.explicitIsInvalid = newValue;
24
+ }
21
25
  connectedCallback() {
22
26
  this.registerHtmlForObserver();
23
27
  this.registerControlRefObserver();
@@ -60,7 +64,7 @@ export class FormFieldLabel {
60
64
  if (this.controlRefClassObserver) {
61
65
  this.controlRefClassObserver.destroy();
62
66
  }
63
- if (this.controlRef) {
67
+ if (this.controlRef && !this.htmlFor) {
64
68
  const input = await this.controlRef.waitForCurrent();
65
69
  this.controlRefClassObserver = createClassMutationObserver(input, () => this.checkForInvalidState(input));
66
70
  }
@@ -72,9 +76,10 @@ export class FormFieldLabel {
72
76
  this.htmlForClassObserver = createClassMutationObserver(forElement, () => this.checkForInvalidState(forElement));
73
77
  }
74
78
  checkForInvalidState(elementToCheck) {
75
- this.isInvalid =
76
- elementToCheck.classList.contains('is-invalid') ||
77
- elementToCheck.classList.contains('ix-invalid');
79
+ var _a;
80
+ const hasInvalidClass = elementToCheck.classList.contains('is-invalid') ||
81
+ elementToCheck.classList.contains('ix-invalid');
82
+ this.isInvalid = (_a = this.explicitIsInvalid) !== null && _a !== void 0 ? _a : hasInvalidClass;
78
83
  }
79
84
  async checkForInternalState() {
80
85
  if (this.htmlFor) {
@@ -85,6 +90,7 @@ export class FormFieldLabel {
85
90
  }
86
91
  this.registerHtmlForClassObserver(forElement);
87
92
  this.checkForInvalidState(forElement);
93
+ return;
88
94
  }
89
95
  }
90
96
  if (this.controlRef) {
@@ -113,7 +119,7 @@ export class FormFieldLabel {
113
119
  }
114
120
  }
115
121
  render() {
116
- return (h(Host, { key: 'ca4f1ba84a3a19a4d15aa517272c90bebf782e13', onClick: () => this.focusOnClick() }, h("label", Object.assign({ key: '44e2386d5dd7c51d3b5a9e1530e986b15ba64d23', htmlFor: this.htmlFor }, this.a11yAttributes, { ref: this.labelRef }), h("ix-typography", { key: 'ab97048f7a521ad398438795ba7a5ccba2571f4c', textColor: this.isInvalid ? 'alarm' : 'soft', format: "label" }, h("slot", { key: 'faf628440f832acb412c7f5b40dab4620da785d7' }), this.required && h("span", { key: 'd15676e3bf2d645ce2e1fc8f3bd91af23b6ec725' }, "*")))));
122
+ return (h(Host, { key: '1a8134a30a1b101f6bfd678f905eb88e927e47d6', onClick: () => this.focusOnClick() }, h("label", Object.assign({ key: 'ef6df6072485fb72ea02a0a9800be3be15e84314', htmlFor: this.htmlFor }, this.a11yAttributes, { ref: this.labelRef }), h("ix-typography", { key: '572975edeae54d15932c3b6091ed63dfff8bb231', textColor: this.isInvalid ? 'alarm' : 'soft', format: "label" }, h("slot", { key: '452847ea7365cefc945bc6166bf2e8fd44d3f530' }), this.required && h("span", { key: '5e85f801d6fe8a01d6595a55bb263d0bcf91a888' }, "*")))));
117
123
  }
118
124
  static get is() { return "ix-field-label"; }
119
125
  static get encapsulation() { return "shadow"; }
@@ -234,6 +240,9 @@ export class FormFieldLabel {
234
240
  static get elementRef() { return "hostElement"; }
235
241
  static get watchers() {
236
242
  return [{
243
+ "propName": "isInvalid",
244
+ "methodName": "isInvalidChanged"
245
+ }, {
237
246
  "propName": "htmlFor",
238
247
  "methodName": "registerHtmlForObserver"
239
248
  }, {
@@ -1 +1 @@
1
- {"version":3,"file":"field-label.js","sourceRoot":"","sources":["../../../src/components/field-label/field-label.tsx"],"names":[],"mappings":"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","sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop, Watch } from '@stencil/core';\nimport { A11yAttributes, a11yHostAttributes } from '../utils/a11y';\nimport {\n ClassMutationObserver,\n createClassMutationObserver,\n HTMLIxFormComponentElement,\n isIxInputFieldComponent,\n} from '../utils/input';\nimport { IxComponent } from '../utils/internal';\nimport { MakeRef, makeRef } from '../utils/make-ref';\n\n@Component({\n tag: 'ix-field-label',\n styleUrl: 'field-label.scss',\n shadow: true,\n})\nexport class FormFieldLabel implements IxComponent {\n @Element() hostElement!: HTMLIxFieldLabelElement;\n\n /**\n * A value is required or must be checked for the form to be submittable\n */\n @Prop({ reflect: true, mutable: true }) required?: boolean;\n\n /**\n * The id of the form element that the label is associated with\n */\n @Prop({ reflect: true }) htmlFor?: string;\n\n /** @internal */\n @Prop() controlRef?:\n | MakeRef<HTMLElement>\n | MakeRef<HTMLInputElement>\n | MakeRef<HTMLTextAreaElement>;\n\n /** @internal */\n @Prop({ mutable: true }) isInvalid: boolean = false;\n\n private readonly htmlForObserver = new MutationObserver(() =>\n this.checkForInternalState()\n );\n private htmlForClassObserver?: ClassMutationObserver;\n private controlRefClassObserver?: ClassMutationObserver;\n private a11yAttributes: A11yAttributes = {};\n private readonly labelRef = makeRef<HTMLLabelElement>();\n\n connectedCallback() {\n this.registerHtmlForObserver();\n this.registerControlRefObserver();\n }\n\n disconnectedCallback(): void {\n if (this.htmlForObserver) {\n this.htmlForObserver.disconnect();\n }\n if (this.htmlForClassObserver) {\n this.htmlForClassObserver.destroy();\n }\n if (this.controlRefClassObserver) {\n this.controlRefClassObserver.destroy();\n }\n }\n\n componentWillRender() {\n this.checkForInternalState();\n }\n\n componentWillLoad(): void | Promise<void> {\n this.a11yAttributes = a11yHostAttributes(this.hostElement);\n }\n\n @Watch('htmlFor')\n private registerHtmlForObserver() {\n if (typeof window === 'undefined') {\n return;\n }\n\n if (this.htmlForObserver) {\n this.htmlForObserver.disconnect();\n }\n\n if (this.htmlFor) {\n this.htmlForObserver.observe(window.document, {\n childList: true,\n subtree: true,\n });\n }\n }\n\n @Watch('controlRef')\n private async registerControlRefObserver() {\n if (typeof window === 'undefined') {\n return;\n }\n\n if (this.controlRefClassObserver) {\n this.controlRefClassObserver.destroy();\n }\n\n if (this.controlRef) {\n const input = await this.controlRef.waitForCurrent();\n\n this.controlRefClassObserver = createClassMutationObserver(input, () =>\n this.checkForInvalidState(input)\n );\n }\n }\n\n private registerHtmlForClassObserver(\n forElement: HTMLIxFormComponentElement<unknown>\n ) {\n if (this.htmlForClassObserver) {\n this.htmlForClassObserver.destroy();\n }\n\n this.htmlForClassObserver = createClassMutationObserver(forElement, () =>\n this.checkForInvalidState(forElement)\n );\n }\n\n private checkForInvalidState(elementToCheck: HTMLElement) {\n this.isInvalid =\n elementToCheck.classList.contains('is-invalid') ||\n elementToCheck.classList.contains('ix-invalid');\n }\n\n private async checkForInternalState() {\n if (this.htmlFor) {\n const forElement = document.getElementById(\n this.htmlFor\n ) as HTMLIxFormComponentElement<unknown>;\n if (forElement) {\n if (typeof forElement.required === 'boolean') {\n this.required = forElement.required;\n }\n\n this.registerHtmlForClassObserver(forElement);\n this.checkForInvalidState(forElement);\n }\n }\n\n if (this.controlRef) {\n const input = await this.controlRef.waitForCurrent();\n this.required = (\n input as HTMLInputElement | HTMLTextAreaElement\n ).required;\n }\n }\n\n private async focusOnClick() {\n if (this.htmlFor) {\n const target = document.getElementById(this.htmlFor);\n if (target) {\n let input: HTMLElement | null = null;\n if (isIxInputFieldComponent(target)) {\n input = await target.getNativeInputElement();\n } else {\n input = target;\n }\n if (typeof input.focus === 'function') {\n input.focus();\n }\n }\n }\n\n if (this.controlRef) {\n (await this.controlRef.waitForCurrent()).focus();\n }\n }\n\n render() {\n return (\n <Host onClick={() => this.focusOnClick()}>\n <label\n htmlFor={this.htmlFor}\n {...this.a11yAttributes}\n ref={this.labelRef}\n >\n <ix-typography\n textColor={this.isInvalid ? 'alarm' : 'soft'}\n format=\"label\"\n >\n <slot></slot>\n {this.required && <span>*</span>}\n </ix-typography>\n </label>\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"field-label.js","sourceRoot":"","sources":["../../../src/components/field-label/field-label.tsx"],"names":[],"mappings":"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","sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop, Watch } from '@stencil/core';\nimport { A11yAttributes, a11yHostAttributes } from '../utils/a11y';\nimport {\n ClassMutationObserver,\n createClassMutationObserver,\n HTMLIxFormComponentElement,\n isIxInputFieldComponent,\n} from '../utils/input';\nimport { IxComponent } from '../utils/internal';\nimport { MakeRef, makeRef } from '../utils/make-ref';\n\n@Component({\n tag: 'ix-field-label',\n styleUrl: 'field-label.scss',\n shadow: true,\n})\nexport class FormFieldLabel implements IxComponent {\n @Element() hostElement!: HTMLIxFieldLabelElement;\n\n /**\n * A value is required or must be checked for the form to be submittable\n */\n @Prop({ reflect: true, mutable: true }) required?: boolean;\n\n /**\n * The id of the form element that the label is associated with\n */\n @Prop({ reflect: true }) htmlFor?: string;\n\n /** @internal */\n @Prop() controlRef?:\n | MakeRef<HTMLElement>\n | MakeRef<HTMLInputElement>\n | MakeRef<HTMLTextAreaElement>;\n\n /** @internal */\n @Prop({ mutable: true }) isInvalid: boolean = false;\n\n private explicitIsInvalid: boolean | undefined = undefined;\n\n @Watch('isInvalid')\n isInvalidChanged(newValue: boolean) {\n this.explicitIsInvalid = newValue;\n }\n\n private readonly htmlForObserver = new MutationObserver(() =>\n this.checkForInternalState()\n );\n private htmlForClassObserver?: ClassMutationObserver;\n private controlRefClassObserver?: ClassMutationObserver;\n private a11yAttributes: A11yAttributes = {};\n private readonly labelRef = makeRef<HTMLLabelElement>();\n\n connectedCallback() {\n this.registerHtmlForObserver();\n this.registerControlRefObserver();\n }\n\n disconnectedCallback(): void {\n if (this.htmlForObserver) {\n this.htmlForObserver.disconnect();\n }\n if (this.htmlForClassObserver) {\n this.htmlForClassObserver.destroy();\n }\n if (this.controlRefClassObserver) {\n this.controlRefClassObserver.destroy();\n }\n }\n\n componentWillRender() {\n this.checkForInternalState();\n }\n\n componentWillLoad(): void | Promise<void> {\n this.a11yAttributes = a11yHostAttributes(this.hostElement);\n }\n\n @Watch('htmlFor')\n private registerHtmlForObserver() {\n if (typeof window === 'undefined') {\n return;\n }\n\n if (this.htmlForObserver) {\n this.htmlForObserver.disconnect();\n }\n\n if (this.htmlFor) {\n this.htmlForObserver.observe(window.document, {\n childList: true,\n subtree: true,\n });\n }\n }\n\n @Watch('controlRef')\n private async registerControlRefObserver() {\n if (typeof window === 'undefined') {\n return;\n }\n\n if (this.controlRefClassObserver) {\n this.controlRefClassObserver.destroy();\n }\n\n if (this.controlRef && !this.htmlFor) {\n const input = await this.controlRef.waitForCurrent();\n\n this.controlRefClassObserver = createClassMutationObserver(input, () =>\n this.checkForInvalidState(input)\n );\n }\n }\n\n private registerHtmlForClassObserver(\n forElement: HTMLIxFormComponentElement<unknown>\n ) {\n if (this.htmlForClassObserver) {\n this.htmlForClassObserver.destroy();\n }\n\n this.htmlForClassObserver = createClassMutationObserver(forElement, () =>\n this.checkForInvalidState(forElement)\n );\n }\n\n private checkForInvalidState(elementToCheck: HTMLElement) {\n const hasInvalidClass =\n elementToCheck.classList.contains('is-invalid') ||\n elementToCheck.classList.contains('ix-invalid');\n\n this.isInvalid = this.explicitIsInvalid ?? hasInvalidClass;\n }\n\n private async checkForInternalState() {\n if (this.htmlFor) {\n const forElement = document.getElementById(\n this.htmlFor\n ) as HTMLIxFormComponentElement<unknown>;\n if (forElement) {\n if (typeof forElement.required === 'boolean') {\n this.required = forElement.required;\n }\n\n this.registerHtmlForClassObserver(forElement);\n this.checkForInvalidState(forElement);\n return;\n }\n }\n\n if (this.controlRef) {\n const input = await this.controlRef.waitForCurrent();\n this.required = (\n input as HTMLInputElement | HTMLTextAreaElement\n ).required;\n }\n }\n\n private async focusOnClick() {\n if (this.htmlFor) {\n const target = document.getElementById(this.htmlFor);\n if (target) {\n let input: HTMLElement | null = null;\n if (isIxInputFieldComponent(target)) {\n input = await target.getNativeInputElement();\n } else {\n input = target;\n }\n if (typeof input.focus === 'function') {\n input.focus();\n }\n }\n }\n\n if (this.controlRef) {\n (await this.controlRef.waitForCurrent()).focus();\n }\n }\n\n render() {\n return (\n <Host onClick={() => this.focusOnClick()}>\n <label\n htmlFor={this.htmlFor}\n {...this.a11yAttributes}\n ref={this.labelRef}\n >\n <ix-typography\n textColor={this.isInvalid ? 'alarm' : 'soft'}\n format=\"label\"\n >\n <slot></slot>\n {this.required && <span>*</span>}\n </ix-typography>\n </label>\n </Host>\n );\n }\n}\n"]}
@@ -50,9 +50,9 @@ export class FieldWrapper {
50
50
  infoText: this.infoText,
51
51
  helperText: this.helperText,
52
52
  };
53
- return (h(Host, { key: 'a27a9cefcce30e8dc30ca6a3fd72164227e86fdf' }, this.label && (h("div", { key: 'ef4a8585d24c3b0400e85b1a21bd9344e01bcb47', class: "field-top" }, h("ix-field-label", { key: '93c9f7cfbbde681956a7676721f1dd0821907e89', required: this.required, htmlFor: this.htmlForLabel, controlRef: this.controlRef, isInvalid: this.isInvalid }, this.label))), h("div", { key: '3a26cb08a91fc7c0f10de83a5b722b5af66f059f', class: {
53
+ return (h(Host, { key: '531b08942bf31c36043fb3d7cd3af489f2fe83b0' }, this.label && (h("div", { key: '49b9ef124fc2d69fb2528585d7b232b2e3d6d4b6', class: "field-top" }, h("ix-field-label", { key: '20a089a72de7ee3045c048c19d868ff3b4be2706', required: this.required, htmlFor: this.htmlForLabel, controlRef: this.controlRef, isInvalid: this.isInvalid }, this.label))), h("div", { key: '80c8ce58eb73379755757b2cef6b318cdc279b6b', class: {
54
54
  'slot-wrapper': true,
55
- }, ref: this.slotRef }, h("slot", { key: 'fe73a444a23928cee7f7899cc3bb6aef76eefa68' })), h("div", { key: 'bc5fa34c5a05e49427e63a87d70db0735a0a0b80', class: 'field-bottom' }, !this.showTextAsTooltip && h(HelperText, Object.assign({ key: '67abdfcf2448d8df422cd0ee39c162f423e5c564' }, textOptions)), h("div", { key: 'fecb02a2e534980491ea776cdc952b1aeea41286', class: "bottom-right" }, h("slot", { key: '9a958f810edf477be93394d887724c9763c57f17', name: "bottom-right" }))), this.showTextAsTooltip === true && hasAnyText(textOptions) && (h("ix-tooltip", { key: 'd3d8810548d267811e5f298fbb41f657abbae27d', for: this.slotRef.waitForCurrent(), showDelay: 500, placement: "bottom" }, h(HelperText, Object.assign({ key: '44c241959d5db7e91c00a08a843a51dfc9307256' }, textOptions))))));
55
+ }, ref: this.slotRef }, h("slot", { key: 'f41f0681742e9f783092bad7484c851e2b987c99' })), h("div", { key: '9db46e23621d508e08fe87cae69a3698491347dc', class: 'field-bottom' }, !this.showTextAsTooltip && h(HelperText, Object.assign({ key: '29802c92675a34cd215740a5df6fae77ed36368f' }, textOptions)), h("div", { key: 'b94a1cc2acd5f8379e768fda9f222af6cb85f2b7', class: "bottom-right" }, h("slot", { key: '3c5ba2d9a6d4671b6fadba6e06455ae229894f94', name: "bottom-right" }))), this.showTextAsTooltip === true && hasAnyText(textOptions) && (h("ix-tooltip", { key: '890c4a39781fbb14b96660691fd6f6fe96a30e0b', for: this.slotRef.waitForCurrent(), showDelay: 500, placement: "bottom" }, h(HelperText, Object.assign({ key: '638410fd78282cf38065635a79cceeb064a2a10e' }, textOptions))))));
56
56
  }
57
57
  static get is() { return "ix-field-wrapper"; }
58
58
  static get encapsulation() { return "shadow"; }
@@ -25,7 +25,7 @@ export class FilterChip {
25
25
  this.closeClick.emit();
26
26
  }
27
27
  render() {
28
- return (h(Host, { key: '03b4a6c34e034efe267406a523a902e85665b351', class: { disabled: this.disabled, readonly: this.readonly }, title: this.hostElement.textContent }, h("div", { key: '75c8992cf2e8dc2d2ff76d1579219ff4bef46fd2', class: "slot-container" }, h("slot", { key: 'ea52727be5fa2cda2f9ddaa2a7a37a1c7c1f4f91' })), !this.disabled && !this.readonly ? (h("ix-icon-button", { variant: "tertiary", oval: true, icon: iconCloseSmall, size: "16", tabindex: this.disabled ? -1 : 0, disabled: this.disabled, onClick: (e) => this.onCloseClick(e), "aria-label": this.ariaLabelCloseIconButton })) : null));
28
+ return (h(Host, { key: 'e583d14307f98b55f1ff4be4b9c3897776eaae75', class: { disabled: this.disabled, readonly: this.readonly }, title: this.hostElement.textContent }, h("div", { key: '998751b62b8266368176fe1186a6dd2f311199be', class: "slot-container" }, h("slot", { key: '2861044a08d5b237444cda5bb5fafe0bc0c97790' })), !this.disabled && !this.readonly ? (h("ix-icon-button", { variant: "tertiary", oval: true, icon: iconCloseSmall, size: "16", tabindex: this.disabled ? -1 : 0, disabled: this.disabled, onClick: (e) => this.onCloseClick(e), "aria-label": this.ariaLabelCloseIconButton })) : null));
29
29
  }
30
30
  static get is() { return "ix-filter-chip"; }
31
31
  static get encapsulation() { return "shadow"; }
@@ -117,7 +117,7 @@ export class FlipTile {
117
117
  }, 2 * Animation.defaultTime);
118
118
  }
119
119
  render() {
120
- return (h(Host, { key: '32727b4df750f9d1892f365a7e8d729447be05ac', class: {
120
+ return (h(Host, { key: 'a54038f2dbaeffac796822404e2d186c742a5357', class: {
121
121
  [`flip-tile-variant-${this.variant}`]: true,
122
122
  }, style: {
123
123
  height: `${this.height}${this.height === 'auto' ? '' : 'rem'}`,
@@ -126,10 +126,10 @@ export class FlipTile {
126
126
  width: `${this.width}${this.width === 'auto' ? '' : 'rem'}`,
127
127
  'min-width': `${this.width}${this.width === 'auto' ? '' : 'rem'}`,
128
128
  'max-width': `${this.width}${this.width === 'auto' ? '' : 'rem'}`,
129
- } }, h("div", { key: 'e58093dce55ede49f9f1782327c73918ee21d2c6', class: "flip-tile-container" }, h("div", { key: 'bd60e44b5b04177c4003936aa15d6539cd093883', class: "flip-tile-header" }, h("div", { key: '792d0e39b406fb50561f3c35c0340ee827b568e6', class: "header-slot-container text-l-title" }, h("slot", { key: '9e320aef9f89689b594c9555e154c8795dbdb233', name: "header" })), h("ix-icon-button", { key: 'dc0a042565001a79ea17e33671f4c2486b702ebf', icon: iconEye, variant: "tertiary", onClick: () => this.toggleIndex(), "aria-label": this.ariaLabelEyeIconButton })), h("div", { key: 'fa61544ccf0e16884c4d747e0e7cc174216d7906', class: "content-container" }, h("slot", { key: '1ed79120c3e926bb5f48a0e1980f5dfb785050f8' })), h("div", { key: '543216df0a9e93c9a739b921259e529eb494e751', class: {
129
+ } }, h("div", { key: '0bf12231b1cdeb0afe41d9d45c06fdef4cdedaf4', class: "flip-tile-container" }, h("div", { key: '3e9da89ed0b9cf7595e4c1d317d21ed1b55aa9d7', class: "flip-tile-header" }, h("div", { key: 'd4e7cc2a8162254ea3c7c4a0a031346b7a35e3d9', class: "header-slot-container text-l-title" }, h("slot", { key: 'dd9e2244a75179ceb4ac9647b403a5e2b01fd2ae', name: "header" })), h("ix-icon-button", { key: '74a5abdba3bf0c90222fc7bf7064742c0ea85b80', icon: iconEye, variant: "tertiary", onClick: () => this.toggleIndex(), "aria-label": this.ariaLabelEyeIconButton })), h("div", { key: '636884dbf0b0143e4f30061cd6e0472c83fe698a', class: "content-container" }, h("slot", { key: 'b94b3a488e7a137b06505290ab351724c5f01fca' })), h("div", { key: 'a15153c86848df2dd14b1423c686b9655d6fcdc1', class: {
130
130
  footer: true,
131
131
  'show-footer': this.hasFooterSlot,
132
- } }, h("slot", { key: '271f61fc236be2813cec900c788fe4bfcb2c285d', name: "footer", onSlotchange: (event) => this.handleFooterSlotChange(event) })))));
132
+ } }, h("slot", { key: '68d0585ff19d8a29fc8ccfdb2ec6302f767e3a94', name: "footer", onSlotchange: (event) => this.handleFooterSlotChange(event) })))));
133
133
  }
134
134
  static get is() { return "ix-flip-tile"; }
135
135
  static get encapsulation() { return "shadow"; }
@@ -17,7 +17,7 @@ export class FlipTileContent {
17
17
  this.contentVisible = false;
18
18
  }
19
19
  render() {
20
- return h(Host, { key: '264e3539d6c5abcd8716968a4128da99ca191375' }, this.contentVisible ? h("slot", null) : null);
20
+ return h(Host, { key: '002fbfde1a46839d622af7fb2be6dff5ca99aa87' }, this.contentVisible ? h("slot", null) : null);
21
21
  }
22
22
  static get is() { return "ix-flip-tile-content"; }
23
23
  static get encapsulation() { return "shadow"; }
@@ -38,7 +38,7 @@ export class GroupContextMenu {
38
38
  this.configureDropdown(dropdownElement, triggerElement);
39
39
  }
40
40
  render() {
41
- return (h(Host, { key: '13eed06b9866e6d59f3972d2940f752d8f245b52' }, h("ix-icon-button", { key: '6fc57583df2308b3fa234d8fd675cbcb05a55974', class: { hide: !this.showContextMenu }, size: "24", variant: "subtle-tertiary", icon: iconContextMenu }), h("slot", { key: 'b56d53e0b2154c0eefcd99fdd8eeb508457b7641', onSlotchange: () => this.onSlotChange() })));
41
+ return (h(Host, { key: 'd3b00dddd05f3ac944f61b8a4098883dffe2acc2' }, h("ix-icon-button", { key: '0d427b8b754020e83b4aa03686a9fea1d8fbffc0', class: { hide: !this.showContextMenu }, size: "24", variant: "subtle-tertiary", icon: iconContextMenu }), h("slot", { key: 'baef7854222010ff76fc784c50804e4f343eafc3', onSlotchange: () => this.onSlotChange() })));
42
42
  }
43
43
  static get is() { return "ix-group-context-menu"; }
44
44
  static get encapsulation() { return "shadow"; }
@@ -137,27 +137,27 @@ export class Group {
137
137
  }
138
138
  }
139
139
  render() {
140
- return (h(Host, { key: 'b93d2c8f1290baa2983945ce349b90e95bf18696' }, h("div", { key: '3e9ce7ce3402f48bb17612a97bf9bee85767c6aa', class: {
140
+ return (h(Host, { key: '99b00ca8c88730036688974abd67ff0534dd4d17' }, h("div", { key: '47384431d36ce7cdc5a2e81ecd682d6a0dd13b53', class: {
141
141
  'group-header': true,
142
142
  expand: this.expanded,
143
143
  selected: this.selected,
144
- }, tabindex: "0" }, h("div", { key: 'daeb1087643b9f0267b3e2ba13a3973486730888', class: "group-header-clickable", onClick: (e) => this.onHeaderClick(e) }, h("div", { key: '9771b2df1e5b68339aa9c4689de4b2d24bc09341', class: {
144
+ }, tabindex: "0" }, h("div", { key: '68968fc5816ca0fef0ae658a6925cc6b8ee3479a', class: "group-header-clickable", onClick: (e) => this.onHeaderClick(e) }, h("div", { key: 'a26153957aa76d882d95a3f88318c01517078a64', class: {
145
145
  'group-header-selection-indicator': true,
146
146
  'group-header-selection-indicator-item-selected': this.itemSelected,
147
- } }), h("div", { key: 'e0e1454e780614a31955720bd7b62d7bfec1b7e0', class: "btn-expand-header" }, h("ix-icon", { key: '0742c7515bbac3d3ba0221a5c3b0860d6a1792a2', "data-testid": "expand-collapsed-icon", class: {
147
+ } }), h("div", { key: '01427b28c1b873a1875bd4c2093fee6d900bdf89', class: "btn-expand-header" }, h("ix-icon", { key: '1feb76e98b4ebda01d902b76065cdcefa0dde5a4', "data-testid": "expand-collapsed-icon", class: {
148
148
  hidden: !this.showExpandCollapsedIcon,
149
- }, name: this.expanded ? iconChevronUpSmall : iconChevronDownSmall, onClick: (event) => this.onExpandClick(event) })), h("div", { key: '4aa355b5a3a7f70977275139779000b2474a4a91', class: "group-header-content" }, this.header ? (h("div", { class: "group-header-props-container" }, h("div", { class: "group-header-title" }, h("span", { title: this.header }, this.header)), h("div", { class: "group-subheader", title: this.subHeader }, this.subHeader))) : null, h("slot", { key: 'c782251ecc1044aa3f7923d8f58b7f9c28700b4f', name: "header" }))), this.hasDropdown && (h("ix-group-context-menu", { key: '0899d27a51f412aea136b00fcae9ab32859670f4' }, h("slot", { key: '76f9b3b94312879ac5e349546172e3d95aefce78', name: "dropdown" })))), h("div", { key: 'f6a6aac17d8685244c28b8c6ecd24c966985ba1b', class: {
149
+ }, name: this.expanded ? iconChevronUpSmall : iconChevronDownSmall, onClick: (event) => this.onExpandClick(event) })), h("div", { key: '5c6232f9b9a36ccbfa2f0e9352a5e739e202e275', class: "group-header-content" }, this.header ? (h("div", { class: "group-header-props-container" }, h("div", { class: "group-header-title" }, h("span", { title: this.header }, this.header)), h("div", { class: "group-subheader", title: this.subHeader }, this.subHeader))) : null, h("slot", { key: '592d03499639a45183c8837b421a33bbffbae954', name: "header" }))), this.hasDropdown && (h("ix-group-context-menu", { key: 'f666ce19d8441bd3afc40800128e6326da14615e' }, h("slot", { key: '96d9509e35fbf388d31fbc832fc31dd2167842a8', name: "dropdown" })))), h("div", { key: '3d6f649530d00fd19761bb84ed4bf8769b0bec14', class: {
150
150
  'group-content': true,
151
- } }, h("div", { key: 'f805cc015b7bf9c919ea9129500e4af8773b7f63', style: {
151
+ } }, h("div", { key: 'cad4a7c42f5402400add10d1d5ac57174aa34b6e', style: {
152
152
  display: this.expanded ? 'contents' : 'none',
153
- } }, h("slot", { key: '703791e124429a91a5798429443c3494d18b262d', onSlotchange: () => {
153
+ } }, h("slot", { key: '305a97c24f58db1e1d1264876c99316aceda6e8d', onSlotchange: () => {
154
154
  var _a;
155
155
  const slot = (_a = this.hostElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('slot:not([name])');
156
156
  this.showExpandCollapsedIcon = hasSlottedElements(slot);
157
- } }), h("ix-group-item", { key: '5e471c137730667bd459ac80943369b59f81c544', class: {
157
+ } }), h("ix-group-item", { key: 'f19cce4aad2fc8465f57d94bb6a6b228204120e6', class: {
158
158
  footer: true,
159
159
  'footer-visible': this.footerVisible,
160
- }, groupFooter: true, suppressSelection: true }, h("slot", { key: '84526685ab81de426a70ecfb52db3211b4a3219b', name: "footer", onSlotchange: () => this.onSlotChange() }))))));
160
+ }, groupFooter: true, suppressSelection: true }, h("slot", { key: 'c073314bc4528f7559c8c1cfa43b88881d7a4e49', name: "footer", onSlotchange: () => this.onSlotChange() }))))));
161
161
  }
162
162
  static get is() { return "ix-group"; }
163
163
  static get encapsulation() { return "shadow"; }
@@ -43,7 +43,7 @@ export class HelperText {
43
43
  this.validationResults = checkFieldClasses(forElement);
44
44
  }
45
45
  render() {
46
- return (h(Host, { key: '95d6dfb6a163ee5e6b4d7d478780af394427548c' }, h(HelperTextUtil, Object.assign({ key: 'dc7f97b4cb8b2563c1a1089764e25eb63c75b583', helperText: this.helperText,
46
+ return (h(Host, { key: 'aa99794dc7b9c59abf2fdd8f2ac8112cf705a5ad' }, h(HelperTextUtil, Object.assign({ key: 'c3e36ebbae8617aa43cf2616242b035739ab4cc7', helperText: this.helperText,
47
47
  invalidText: this.invalidText,
48
48
  validText: this.validText,
49
49
  infoText: this.infoText,
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import { h, Host } from "@stencil/core";
10
10
  import { BaseIconButton } from "../icon-button/base-icon-button";
11
- import { getFallbackLabelFromIconName, a11yHostAttributes, } from "../utils/a11y";
11
+ import { a11yHostAttributes, getFallbackLabelFromIconName, } from "../utils/a11y";
12
12
  export class IconButton {
13
13
  constructor() {
14
14
  /**
@@ -78,8 +78,11 @@ export class IconButton {
78
78
  onClick: () => this.dispatchFormEvents(),
79
79
  type: this.type,
80
80
  extraClasses: this.getIconSizeClass(),
81
+ tabIndex: this.hostElement.hasAttribute('tabindex')
82
+ ? this.hostElement.tabIndex
83
+ : undefined,
81
84
  };
82
- return (h(Host, { key: '04486b7d26d2b34a920b53f683b3b1b591b95311', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, h(BaseIconButton, Object.assign({ key: '94936955261d6fc13e78ea98ddb3cf98d3fda058' }, baseButtonProps))));
85
+ return (h(Host, { key: '2acf097d64918e4f19ead5560414cb07e791fe8c', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, h(BaseIconButton, Object.assign({ key: 'b7e2432d7cc3362048c1e65d642e3abef43dec82' }, baseButtonProps))));
83
86
  }
84
87
  static get is() { return "ix-icon-button"; }
85
88
  static get encapsulation() { return "shadow"; }
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.js","sourceRoot":"","sources":["../../../src/components/icon-button/icon-button.tsx"],"names":[],"mappings":"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","sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop } from '@stencil/core';\nimport { BaseButtonProps } from '../button/base-button';\nimport { BaseIconButton } from '../icon-button/base-icon-button';\nimport {\n getFallbackLabelFromIconName,\n a11yHostAttributes,\n} from '../utils/a11y';\nimport type { IconButtonVariant } from './icon-button.types';\n\n@Component({\n tag: 'ix-icon-button',\n styleUrl: 'icon-button.scss',\n shadow: true,\n})\nexport class IconButton {\n @Element() hostElement!: HTMLIxIconButtonElement;\n\n /**\n * Accessibility label for the icon button\n * Will be set as aria-label on the nested HTML button element\n *\n * @deprecated Set the native `aria-label` on the ix-icon-button host element. Will be removed in 5.0.0\n */\n @Prop({ attribute: 'a11y-label' }) a11yLabel?: string;\n\n /**\n * Variant of button\n */\n @Prop() variant: IconButtonVariant = 'subtle-primary';\n\n /**\n * Button in oval shape\n */\n @Prop() oval: boolean = false;\n\n /**\n * Icon name\n */\n @Prop() icon?: string;\n\n /**\n * Size of icon in button\n *\n */\n @Prop() size: '24' | '16' | '12' = '24';\n\n /**\n * Color of icon in button\n */\n @Prop() iconColor?: string;\n\n /**\n * Disabled\n */\n @Prop() disabled = false;\n\n /**\n * Type of the button\n */\n @Prop() type: 'button' | 'submit' = 'button';\n\n /**\n * Loading button\n */\n @Prop() loading = false;\n\n /**\n * Temp. workaround until stencil issue is fixed (https://github.com/ionic-team/stencil/issues/2284)\n */\n submitButtonElement!: HTMLButtonElement;\n\n componentDidLoad() {\n if (this.type === 'submit') {\n const submitButton = document.createElement('button');\n submitButton.style.display = 'none';\n submitButton.type = 'submit';\n submitButton.tabIndex = -1;\n this.hostElement.appendChild(submitButton);\n\n this.submitButtonElement = submitButton;\n }\n }\n\n dispatchFormEvents() {\n if (this.type === 'submit' && this.submitButtonElement) {\n this.submitButtonElement.click();\n }\n }\n\n private getIconSizeClass() {\n return {\n 'btn-icon-12': this.size === '12',\n 'btn-icon-16': this.size === '16',\n 'btn-icon-32': this.size === '24' || !this.size,\n };\n }\n\n render() {\n const a11y = a11yHostAttributes(this.hostElement);\n\n const baseButtonProps: BaseButtonProps = {\n ariaAttributes: {\n 'aria-label':\n a11y['aria-label'] ??\n this.a11yLabel ??\n getFallbackLabelFromIconName(this.icon),\n },\n variant: this.variant,\n iconOnly: true,\n iconOval: this.oval,\n selected: false,\n disabled: this.disabled || this.loading,\n icon: this.icon,\n iconColor: this.iconColor,\n iconSize: this.size,\n loading: this.loading,\n onClick: () => this.dispatchFormEvents(),\n type: this.type,\n extraClasses: this.getIconSizeClass(),\n };\n\n return (\n <Host\n class={{\n ...this.getIconSizeClass(),\n disabled: this.disabled || this.loading,\n }}\n >\n <BaseIconButton {...baseButtonProps}></BaseIconButton>\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"icon-button.js","sourceRoot":"","sources":["../../../src/components/icon-button/icon-button.tsx"],"names":[],"mappings":"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","sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop } from '@stencil/core';\nimport { BaseButtonProps } from '../button/base-button';\nimport { BaseIconButton } from '../icon-button/base-icon-button';\nimport {\n a11yHostAttributes,\n getFallbackLabelFromIconName,\n} from '../utils/a11y';\nimport type { IconButtonVariant } from './icon-button.types';\n\n@Component({\n tag: 'ix-icon-button',\n styleUrl: 'icon-button.scss',\n shadow: true,\n})\nexport class IconButton {\n @Element() hostElement!: HTMLIxIconButtonElement;\n\n /**\n * Accessibility label for the icon button\n * Will be set as aria-label on the nested HTML button element\n *\n * @deprecated Set the native `aria-label` on the ix-icon-button host element. Will be removed in 5.0.0\n */\n @Prop({ attribute: 'a11y-label' }) a11yLabel?: string;\n\n /**\n * Variant of button\n */\n @Prop() variant: IconButtonVariant = 'subtle-primary';\n\n /**\n * Button in oval shape\n */\n @Prop() oval: boolean = false;\n\n /**\n * Icon name\n */\n @Prop() icon?: string;\n\n /**\n * Size of icon in button\n *\n */\n @Prop() size: '24' | '16' | '12' = '24';\n\n /**\n * Color of icon in button\n */\n @Prop() iconColor?: string;\n\n /**\n * Disabled\n */\n @Prop() disabled = false;\n\n /**\n * Type of the button\n */\n @Prop() type: 'button' | 'submit' = 'button';\n\n /**\n * Loading button\n */\n @Prop() loading = false;\n\n /**\n * Temp. workaround until stencil issue is fixed (https://github.com/ionic-team/stencil/issues/2284)\n */\n submitButtonElement!: HTMLButtonElement;\n\n componentDidLoad() {\n if (this.type === 'submit') {\n const submitButton = document.createElement('button');\n submitButton.style.display = 'none';\n submitButton.type = 'submit';\n submitButton.tabIndex = -1;\n this.hostElement.appendChild(submitButton);\n\n this.submitButtonElement = submitButton;\n }\n }\n\n dispatchFormEvents() {\n if (this.type === 'submit' && this.submitButtonElement) {\n this.submitButtonElement.click();\n }\n }\n\n private getIconSizeClass() {\n return {\n 'btn-icon-12': this.size === '12',\n 'btn-icon-16': this.size === '16',\n 'btn-icon-32': this.size === '24' || !this.size,\n };\n }\n\n render() {\n const a11y = a11yHostAttributes(this.hostElement);\n\n const baseButtonProps: BaseButtonProps = {\n ariaAttributes: {\n 'aria-label':\n a11y['aria-label'] ??\n this.a11yLabel ??\n getFallbackLabelFromIconName(this.icon),\n },\n variant: this.variant,\n iconOnly: true,\n iconOval: this.oval,\n selected: false,\n disabled: this.disabled || this.loading,\n icon: this.icon,\n iconColor: this.iconColor,\n iconSize: this.size,\n loading: this.loading,\n onClick: () => this.dispatchFormEvents(),\n type: this.type,\n extraClasses: this.getIconSizeClass(),\n tabIndex: this.hostElement.hasAttribute('tabindex')\n ? this.hostElement.tabIndex\n : undefined,\n };\n\n return (\n <Host\n class={{\n ...this.getIconSizeClass(),\n disabled: this.disabled || this.loading,\n }}\n >\n <BaseIconButton {...baseButtonProps}></BaseIconButton>\n </Host>\n );\n }\n}\n"]}
@@ -75,7 +75,7 @@ export class IconToggleButton {
75
75
  },
76
76
  extraClasses: Object.assign({ 'icon-button': true }, this.getIconSizeClass()),
77
77
  };
78
- return (h(Host, { key: 'cac43636bbec0b7a783309bc8acfff59dc899077', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, h(BaseIconButton, Object.assign({ key: 'c1476c415753b630b480542ea220854ecb8c56a9' }, baseButtonProps))));
78
+ return (h(Host, { key: '7e569390966cec8f23e66418506df999e26aeebd', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, h(BaseIconButton, Object.assign({ key: 'b055971a9ea7d2bd859c5c71ceaf0d39e05e1b54' }, baseButtonProps))));
79
79
  }
80
80
  static get is() { return "ix-icon-toggle-button"; }
81
81
  static get encapsulation() { return "shadow"; }
@@ -133,13 +133,13 @@ export class Input {
133
133
  render() {
134
134
  var _a, _b;
135
135
  const inputAria = getAriaAttributesForInput(this);
136
- return (h(Host, { key: '07337a899a3b73d3cb37b1fc84da266d95cff84a', class: {
136
+ return (h(Host, { key: '406a4e193377deed02588cf4472f5a9cdadee3f2', class: {
137
137
  disabled: this.disabled,
138
138
  readonly: this.readonly,
139
- } }, h("ix-field-wrapper", { key: '64461a842b4a784192fd7ab9fdc972bd4810785a', htmlForLabel: this.inputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, h("div", { key: 'aac87eb96cb2cba4b9f86527b6d7784d0a015474', class: "input-wrapper" }, h(SlotStart, { key: '87bcf8d63bd1a4020a680bc2b6def8034a9d65de', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), h(InputElement, { key: 'f6b81c671a36b00bde716d72a40c17b6cd409c24', id: this.inputId, readonly: this.readonly, disabled: this.disabled, maxLength: this.maxLength, minLength: this.minLength, pattern: this.pattern, type: this.inputType, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
139
+ } }, h("ix-field-wrapper", { key: 'cc104d9630112c8d688417accf37b0e94f1bd1c1', htmlForLabel: this.inputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, h("div", { key: 'ddf0d5030a06eb966a6853ada6ab52ad0c2661d2', class: "input-wrapper" }, h(SlotStart, { key: 'e3cec3c75def9eef6fd0b66a28ac5e844663a813', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), h(InputElement, { key: '78fcf785c85c7260ac7d04e7e6e63e14dacba886', id: this.inputId, readonly: this.readonly, disabled: this.disabled, maxLength: this.maxLength, minLength: this.minLength, pattern: this.pattern, type: this.inputType, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
140
140
  onInputBlur(this, this.inputRef.current);
141
141
  this.touched = true;
142
- }, ariaAttributes: inputAria, form: (_a = this.formInternals.form) !== null && _a !== void 0 ? _a : undefined, suppressSubmitOnEnter: this.suppressSubmitOnEnter, textAlignment: this.textAlignment }), h(SlotEnd, { key: 'c8f10373d93bba50d0c633b77fd7ec548e4590d5', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, h("ix-icon-button", { key: '169c36e6719204de19756a1cf8c0a7c141119417', color: "color-weak-text", class: {
142
+ }, ariaAttributes: inputAria, form: (_a = this.formInternals.form) !== null && _a !== void 0 ? _a : undefined, suppressSubmitOnEnter: this.suppressSubmitOnEnter, textAlignment: this.textAlignment }), h(SlotEnd, { key: '3f3add18b0970f05509463b7fcccc64bf06cae96', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, h("ix-icon-button", { key: 'adc28dadd45db5e1cd2ba351aca4478585b4d850', color: "color-weak-text", class: {
143
143
  'password-eye': true,
144
144
  'eye-hidden': this.type !== 'password' || this.disabled,
145
145
  }, variant: "tertiary", icon: this.inputType === 'password' ? iconEye : iconEyeCancelled, onClick: () => {
@@ -148,7 +148,7 @@ export class Input {
148
148
  return;
149
149
  }
150
150
  this.inputType = 'password';
151
- } }))), !!this.maxLength && this.maxLength > 0 && (h("ix-typography", { key: 'd4041de277ec45534274a6a4a739ff90cd4b98c1', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_b = this.value) !== null && _b !== void 0 ? _b : '').length, "/", this.maxLength)))));
151
+ } }))), !!this.maxLength && this.maxLength > 0 && (h("ix-typography", { key: '0990225bc71107d2863aef15564fee5bef14a7b0', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_b = this.value) !== null && _b !== void 0 ? _b : '').length, "/", this.maxLength)))));
152
152
  }
153
153
  static get is() { return "ix-input"; }
154
154
  static get encapsulation() { return "shadow"; }
@@ -249,22 +249,22 @@ export class NumberInput {
249
249
  render() {
250
250
  var _a;
251
251
  const showStepperButtons = this.showStepperButtons && (this.disabled || this.readonly) === false;
252
- return (h(Host, { key: '4b541dbe6fe2b32b5158eed8f398de300ea71bb4', class: {
252
+ return (h(Host, { key: '17c1ce40e1018c0e1dab393a8f43aeb21d018abc', class: {
253
253
  disabled: this.disabled,
254
254
  readonly: this.readonly,
255
- } }, h("ix-field-wrapper", { key: '7ef2bb50ba7c9b3b24612752155a2072329e4b61', id: this.numberInputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, h("div", { key: '7e71d63d2a9ecbb16550925e68f3dc8dd76c3968', class: {
255
+ } }, h("ix-field-wrapper", { key: 'b666f6c1d8cbb64032ee41a527da32cebd77ea0d', id: this.numberInputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, h("div", { key: 'f7bac1c0267387467cba5c578317a211907a2e20', class: {
256
256
  'input-wrapper': true,
257
257
  'show-stepper-buttons': !!this.showStepperButtons,
258
- } }, h(SlotStart, { key: '8d936c9126f94c42db87b2d95d34ab178eadd31d', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), h(InputElement, { key: 'c56f510ea8a519204d3d36136d4b0a5a17246370', id: this.numberInputId, readonly: this.readonly, disabled: this.disabled, step: this.step, min: this.min, max: this.max, pattern: this.pattern, type: 'number', isInvalid: this.isInvalid, required: this.required, value: this.formatValue(this.value), placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), onKeyDown: (event) => this.handleKeyDown(event), onBeforeInput: (event) => this.handleBeforeInput(event), onPaste: (event) => this.handlePaste(event), valueChange: this.handleInputChange, updateFormInternalValue: (value) => {
258
+ } }, h(SlotStart, { key: 'f631fa994ca763a4a082d0b385a51909ae069f4d', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), h(InputElement, { key: '1ee725bff9ec089c6d748eb9e9182f33f07b8900', id: this.numberInputId, readonly: this.readonly, disabled: this.disabled, step: this.step, min: this.min, max: this.max, pattern: this.pattern, type: 'number', isInvalid: this.isInvalid, required: this.required, value: this.formatValue(this.value), placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), onKeyDown: (event) => this.handleKeyDown(event), onBeforeInput: (event) => this.handleBeforeInput(event), onPaste: (event) => this.handlePaste(event), valueChange: this.handleInputChange, updateFormInternalValue: (value) => {
259
259
  const isScientificNotation = this.isScientificNotation(value.trim());
260
260
  if (!isScientificNotation) {
261
261
  const parsedValue = this.convertNumberStringToFloat(value);
262
262
  this.updateFormInternalValue(parsedValue);
263
263
  }
264
- }, onBlur: this.handleBlur, form: (_a = this.formInternals.form) !== null && _a !== void 0 ? _a : undefined, suppressSubmitOnEnter: this.suppressSubmitOnEnter, textAlignment: this.textAlignment }), h(SlotEnd, { key: '2d7e82c421d51985c9d24c69b6f641279e3e84aa', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, h("div", { key: '5b1e6f03bf456305386537428b23b3fc2706e411', class: {
264
+ }, onBlur: this.handleBlur, form: (_a = this.formInternals.form) !== null && _a !== void 0 ? _a : undefined, suppressSubmitOnEnter: this.suppressSubmitOnEnter, textAlignment: this.textAlignment }), h(SlotEnd, { key: 'dae5e8e30107d43826ffee896b27579b9acad56d', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, h("div", { key: '411cb729fcff7d39a60d17b722f68b00766714dd', class: {
265
265
  'number-stepper-container': true,
266
266
  'container-hidden': !showStepperButtons,
267
- } }, h("ix-icon-button", { key: '44a5f583fb174c556a063f384174883ec307f9f4', variant: "subtle-tertiary", icon: iconMinus, size: "16", class: "number-stepper-button step-minus", "aria-label": "decrement number", onClick: () => this.handleStepOperation('down') }), h("ix-icon-button", { key: 'c007fe5451c3f124e61214160c7ebc8cc1150b25', variant: "subtle-tertiary", icon: iconPlus, size: "16", class: "number-stepper-button step-plus", "aria-label": "increment number", onClick: () => this.handleStepOperation('up') })))))));
267
+ } }, h("ix-icon-button", { key: 'c410d5feadfc808702aad9b8f0d4566a43c38079', variant: "subtle-tertiary", icon: iconMinus, size: "16", class: "number-stepper-button step-minus", "aria-label": "decrement number", onClick: () => this.handleStepOperation('down') }), h("ix-icon-button", { key: 'fc1da3c2072bf096f42878df84f367ac62f6d520', variant: "subtle-tertiary", icon: iconPlus, size: "16", class: "number-stepper-button step-plus", "aria-label": "increment number", onClick: () => this.handleStepOperation('up') })))))));
268
268
  }
269
269
  static get is() { return "ix-number-input"; }
270
270
  static get encapsulation() { return "shadow"; }
@@ -138,10 +138,10 @@ export class Textarea {
138
138
  }
139
139
  render() {
140
140
  var _a;
141
- return (h(Host, { key: '50700f0fe24415eff151875bc3dc2a5d53a8f879', class: {
141
+ return (h(Host, { key: '4e5c8e104036fb7a55da0210ab327cd1ca44862c', class: {
142
142
  disabled: this.disabled,
143
143
  readonly: this.readonly,
144
- } }, h("ix-field-wrapper", { key: '9a59b1c2632f975c3a754978c616bb80fc419fc3', required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.textAreaRef }, !!this.maxLength && this.maxLength > 0 && (h("ix-typography", { key: '931e49d6a0fd853745f3f46b88f25b087b2038af', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_a = this.value) !== null && _a !== void 0 ? _a : '').length, "/", this.maxLength)), h("div", { key: 'ef476a8a1bb52f9b21d93bd1b4d46b6b91a40872', class: "input-wrapper" }, h(TextareaElement, { key: 'b2b7006983d16c7c99f2229097aa3e45ecee5c15', minLength: this.minLength, maxLength: this.maxLength, textareaCols: this.textareaCols, textareaRows: this.textareaRows, textareaHeight: this.isManuallyResized ? this.manualHeight : this.textareaHeight, textareaWidth: this.isManuallyResized ? this.manualWidth : this.textareaWidth, resizeBehavior: this.resizeBehavior, readonly: this.readonly, disabled: this.disabled, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, textAreaRef: this.textAreaRef, valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
144
+ } }, h("ix-field-wrapper", { key: 'a3d59378750143fb14113fd6ff2242ffe95b984e', required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.textAreaRef }, !!this.maxLength && this.maxLength > 0 && (h("ix-typography", { key: '0873835aed0114e2bfba3817737aba8542db9144', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_a = this.value) !== null && _a !== void 0 ? _a : '').length, "/", this.maxLength)), h("div", { key: 'd36582402197576c09cc2241e794b7a5dbac6d3a', class: "input-wrapper" }, h(TextareaElement, { key: 'fb15b644f1d3d44224156666de0c13a3c4b5b5fe', minLength: this.minLength, maxLength: this.maxLength, textareaCols: this.textareaCols, textareaRows: this.textareaRows, textareaHeight: this.isManuallyResized ? this.manualHeight : this.textareaHeight, textareaWidth: this.isManuallyResized ? this.manualWidth : this.textareaWidth, resizeBehavior: this.resizeBehavior, readonly: this.readonly, disabled: this.disabled, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, textAreaRef: this.textAreaRef, valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
145
145
  onInputBlur(this, this.textAreaRef.current);
146
146
  this.touched = true;
147
147
  } })))));
@@ -127,7 +127,7 @@ export class InputGroup {
127
127
  return width;
128
128
  }
129
129
  render() {
130
- return (h(Host, { key: 'c47a7aab493e832b0d2c14d81bbf10b666f23f6c', class: { disabled: this.disabled } }, h("div", { key: '44cac00e7f527e3a8f12fbb6a0698cbc4e81feeb', class: "group group-start" }, h("slot", { key: '030a2cc484426f92ac56570567d3b6dbec70c615', ref: (el) => (this.startSlotRef = el), name: "input-start" })), h("slot", { key: '36a4cd0a41f2dc250cc24024b2f6470d29948e9b' }), h("div", { key: 'b6f0a7c2651d27bfd8392176c239190d4fe26d9c', class: "group group-end" }, h("slot", { key: '9d9dbff6897c41627ca0d7e133bdecbd68a373b8', ref: (el) => (this.endSlotRef = el), name: "input-end" }))));
130
+ return (h(Host, { key: 'b148a7e4ed2a11c543a98a6247797da3415b9bba', class: { disabled: this.disabled } }, h("div", { key: '6aac120f6d3cad989a4409978760fb752c556711', class: "group group-start" }, h("slot", { key: 'f2b68f9fd6b449b560823db825f04a6d154baf91', ref: (el) => (this.startSlotRef = el), name: "input-start" })), h("slot", { key: '7aa651f145806d7c24ad00af93d9dfd267a9ce02' }), h("div", { key: 'd6214bd6949bd22bdc62582d0f0089f884b5c6af', class: "group group-end" }, h("slot", { key: '8eb65c2a35f67a2436c58cc8b04605f4d80b74f2', ref: (el) => (this.endSlotRef = el), name: "input-end" }))));
131
131
  }
132
132
  static get is() { return "ix-input-group"; }
133
133
  static get encapsulation() { return "shadow"; }
@@ -18,7 +18,7 @@ export class KeyValue {
18
18
  this.labelPosition = 'top';
19
19
  }
20
20
  render() {
21
- return (h(Host, { key: '7fb93d7b2fbcf2ce8aac64eda186d82a5a45cbe7', class: `keyValue keyValue--${this.labelPosition === 'top' ? 'column' : 'row'}` }, this.icon && (h("ix-icon", { key: '4ec1a309785fba489f0c8d9dfb2c024268c92193', name: this.icon, size: "24", class: "keyValue__icon", "aria-label": this.ariaLabelIcon })), h("div", { key: '95fb53fe545cd00bc84b6eeeba6c910eff2143cc', class: "keyValue__content" }, h("div", { key: '631b09a0969534b81538968c50c886b5337a0765', class: "content__label" }, this.label), h("div", { key: 'd45d5050124bf055a05cd71305b2b4e9d30a572d', class: {
21
+ return (h(Host, { key: 'ee855752985c8321f4f9608cb957acd093293a9f', class: `keyValue keyValue--${this.labelPosition === 'top' ? 'column' : 'row'}` }, this.icon && (h("ix-icon", { key: '6bfb94d5df575189c0df6e86cd65ea25a2dddecc', name: this.icon, size: "24", class: "keyValue__icon", "aria-label": this.ariaLabelIcon })), h("div", { key: '028c1ca00511298ae99c1088a2800c0b7ccd97bd', class: "keyValue__content" }, h("div", { key: '1b61165be2e1462f3d18e325236f9175b3a84a0d', class: "content__label" }, this.label), h("div", { key: 'd778bac4980281cce97bade4247b8f3b62191e1b', class: {
22
22
  content__value: true,
23
23
  'has-customValue': this.value === undefined,
24
24
  } }, this.value !== undefined ? (this.value) : (h("slot", { name: "custom-value" }))))));
@@ -15,7 +15,7 @@ export class KeyValueList {
15
15
  this.striped = false;
16
16
  }
17
17
  render() {
18
- return (h(Host, { key: 'fcc3ec3470c25cac50b88a1006b30be059f778f8', class: { keyValueList: true, 'keyValueList--striped': this.striped } }, h("slot", { key: '05645a91f92d7db584bd8235f73979249870e734' })));
18
+ return (h(Host, { key: '8ac8c1edacddbe11072e692c165c338bdaa6fcdf', class: { keyValueList: true, 'keyValueList--striped': this.striped } }, h("slot", { key: '844c573286e6022f4d3f53086b584425306f7f1e' })));
19
19
  }
20
20
  static get is() { return "ix-key-value-list"; }
21
21
  static get encapsulation() { return "shadow"; }
@@ -37,13 +37,13 @@ export class Kpi {
37
37
  return tooltip;
38
38
  }
39
39
  render() {
40
- return (h(Host, { key: '34fcbb68ba73d08619ef12fd9595c9c684aa3d10', title: this.getTooltipText(), tabindex: "1", class: {
40
+ return (h(Host, { key: '66e7a14d365489072d53128deddfe610ea2c0589', title: this.getTooltipText(), tabindex: "1", class: {
41
41
  stacked: this.orientation === 'vertical',
42
- } }, h("div", { key: 'cd4910a41ee179ea21166c80322e5361dd132850', class: {
42
+ } }, h("div", { key: '724d4ad85701d09ad46ad85d5d62150195545cb1', class: {
43
43
  'kpi-container': true,
44
44
  alarm: this.state === 'alarm',
45
45
  warning: this.state === 'warning',
46
- } }, h("span", { key: '33226fc8e0561e4db98181be1b6595534561bab7', class: "kpi-label" }, this.getStateIcon(), h("span", { key: '06cb693420e43f2475cfae0d8f2217a2770ac5cc', class: "kpi-label-text" }, this.label)), h("span", { key: '8a837f1466b2670d473983aaffc2742737fb8a9a', class: "kpi-value-container" }, h("span", { key: '5e66113f88a3637aaf83c3482a5625b290e25763', class: "kpi-value" }, this.value), this.unit ? h("span", { class: "kpi-unit" }, this.unit) : ''))));
46
+ } }, h("span", { key: '581ec9d9dac67105f5d92fc714511a1578d0833d', class: "kpi-label" }, this.getStateIcon(), h("span", { key: 'a81cb7fe8322e8d0682527c7d961a4d1fb32fd58', class: "kpi-label-text" }, this.label)), h("span", { key: 'ed7cefc54de202ccab0e9d1ec1adc42eb74f6f78', class: "kpi-value-container" }, h("span", { key: 'cade7321b2d3d1dc564480b3ad7f769f079b84d1', class: "kpi-value" }, this.value), this.unit ? h("span", { class: "kpi-unit" }, this.unit) : ''))));
47
47
  }
48
48
  static get is() { return "ix-kpi"; }
49
49
  static get encapsulation() { return "shadow"; }
@@ -77,7 +77,7 @@ export class LayoutForm {
77
77
  });
78
78
  }
79
79
  render() {
80
- return (h(Host, { key: '48511195af19191b832713a828ac0945b06a4898' }, h("div", { key: '4a51469ffe227db5c361734fc3122a98f7e0fbcc', class: "container" }, h("slot", { key: '6ab367e83612df056e40392bced22c5f80457486' }))));
80
+ return (h(Host, { key: 'e80a4427592546a5c5155d23108840ec2e34ecd3' }, h("div", { key: 'cf63d295988d17bf976bfddd13c13f8987b2ca1a', class: "container" }, h("slot", { key: '0eaa6a54b56fa3f43adde3620178ccd25447507e' }))));
81
81
  }
82
82
  static get is() { return "ix-layout-auto"; }
83
83
  static get encapsulation() { return "shadow"; }
@@ -23,12 +23,12 @@ export class LayoutGrid {
23
23
  this.columns = 12;
24
24
  }
25
25
  render() {
26
- return (h(Host, { key: '040fa69fa09d20fdbfc6ae40f85cdf70f74b3eee', class: {
26
+ return (h(Host, { key: '7ca75d3fb578d30d3b8e3d5d4455123ee7344456', class: {
27
27
  'no-margin': this.noMargin,
28
28
  }, style: {
29
29
  '--ix-layout-grid-columns': `${this.columns}`,
30
30
  '--ix-layout-grid-gutter': `${this.gap}px`,
31
- } }, h("slot", { key: '50cae64ab0cc69aa2ffe55bfce8f069ea22b240b' })));
31
+ } }, h("slot", { key: '566e2bf1294f8780e4aedb8e2874bd2f216d3712' })));
32
32
  }
33
33
  static get is() { return "ix-layout-grid"; }
34
34
  static get encapsulation() { return "shadow"; }
@@ -22,13 +22,13 @@ export class LinkButton {
22
22
  this.target = '_self';
23
23
  }
24
24
  render() {
25
- return (h(Host, { key: '83b41ef8a3bef06a033a9a20c30a4ae1e83066e8' }, h("a", { key: '955dc6e492eec929e592947ec18009d744d1f973', title: this.url, tabindex: "0", class: {
25
+ return (h(Host, { key: '4d24f0a12d133ab58cb2a873536e68db17df2d5a' }, h("a", { key: '0585700d404cf2d49597085527608c6db40ea97e', title: this.url, tabindex: "0", class: {
26
26
  'link-button': true,
27
27
  disabled: this.disabled,
28
- }, href: this.disabled ? undefined : this.url, target: this.target }, h("ix-icon", { key: 'b0589b7cedf757244950b1595916f8c838ae603d', class: "icon", name: iconChevronRightSmall, size: "16", "aria-hidden": "true" }), h("div", { key: 'c3ceb43628b0a48d60bbcd6bb54a4ad493ae3de8', class: {
28
+ }, href: this.disabled ? undefined : this.url, target: this.target }, h("ix-icon", { key: '68d6611903eec80a879d4bfbb90a71fcdd05d5a0', class: "icon", name: iconChevronRightSmall, size: "16", "aria-hidden": "true" }), h("div", { key: '4e4b66cb6cd469f56d9029a0ddbf5a44ea838128', class: {
29
29
  link: true,
30
30
  disabled: this.disabled,
31
- } }, h("slot", { key: '2bd6071e8aad57fb13226d8452b0649367c6b750' })))));
31
+ } }, h("slot", { key: 'eb961e003cfa95ceaf0033a19d1e12ff92b7f78f' })))));
32
32
  }
33
33
  static get is() { return "ix-link-button"; }
34
34
  static get encapsulation() { return "shadow"; }