@siemens/ix 0.0.0-pr-2238-20251103095443 → 0.0.0-pr-2269-20251117133306

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 (971) hide show
  1. package/components/index.js +4 -4
  2. package/components/ix-action-card.js +4 -4
  3. package/components/ix-application-header.js +263 -1
  4. package/components/ix-application-header.js.map +1 -1
  5. package/components/ix-application-sidebar.js +1 -1
  6. package/components/ix-application-switch-modal.js +8 -8
  7. package/components/ix-application.js +5 -7
  8. package/components/ix-application.js.map +1 -1
  9. package/components/ix-avatar.js +1 -1
  10. package/components/ix-blind.js +8 -8
  11. package/components/ix-breadcrumb-item.js +1 -1
  12. package/components/ix-breadcrumb.js +7 -7
  13. package/components/ix-button.js +1 -1
  14. package/components/ix-card-accordion.js +1 -1
  15. package/components/ix-card-content.js +1 -1
  16. package/components/ix-card-list.js +12 -12
  17. package/components/ix-card-title.js +1 -1
  18. package/components/ix-card.js +1 -1
  19. package/components/ix-category-filter.js +21 -15
  20. package/components/ix-category-filter.js.map +1 -1
  21. package/components/ix-checkbox-group.js +8 -8
  22. package/components/ix-checkbox.js +6 -6
  23. package/components/ix-chip.js +10 -10
  24. package/components/ix-col.js +1 -1
  25. package/components/ix-content-header.js +8 -8
  26. package/components/ix-content.js +4 -4
  27. package/components/ix-css-grid-item.js +2 -2
  28. package/components/ix-css-grid.js +2 -2
  29. package/components/ix-custom-field.js +7 -7
  30. package/components/ix-date-dropdown.js +16 -16
  31. package/components/ix-date-input.js +33 -17
  32. package/components/ix-date-input.js.map +1 -1
  33. package/components/ix-date-picker.js +1 -1
  34. package/components/ix-date-time-card.js +1 -1
  35. package/components/ix-datetime-picker.js +14 -14
  36. package/components/ix-datetime-picker.js.map +1 -1
  37. package/components/ix-divider.js +1 -1
  38. package/components/ix-drawer.js +9 -9
  39. package/components/ix-dropdown-button.js +9 -9
  40. package/components/ix-dropdown-header.js +3 -3
  41. package/components/ix-dropdown-item.js +1 -1
  42. package/components/ix-dropdown-quick-actions.js +2 -2
  43. package/components/ix-dropdown.js +1 -1
  44. package/components/ix-empty-state.js +5 -5
  45. package/components/ix-event-list-item.js +6 -6
  46. package/components/ix-event-list.js +3 -3
  47. package/components/ix-expanding-search.js +8 -8
  48. package/components/ix-field-label.js +1 -1
  49. package/components/ix-field-wrapper.js +1 -1
  50. package/components/ix-filter-chip.js +1 -1
  51. package/components/ix-flip-tile-content.js +2 -2
  52. package/components/ix-flip-tile.js +7 -7
  53. package/components/ix-group-context-menu.js +1 -1
  54. package/components/ix-group-item.js +1 -1
  55. package/components/ix-group.js +14 -14
  56. package/components/ix-helper-text.js +5 -5
  57. package/components/ix-icon-button.js +1 -1
  58. package/components/ix-icon-toggle-button.js +4 -4
  59. package/components/ix-input-group.js +2 -2
  60. package/components/ix-input.js +26 -15
  61. package/components/ix-input.js.map +1 -1
  62. package/components/ix-key-value-list.js +2 -2
  63. package/components/ix-key-value.js +2 -2
  64. package/components/ix-kpi.js +5 -5
  65. package/components/ix-layout-auto.js +2 -2
  66. package/components/ix-layout-grid.js +1 -1
  67. package/components/ix-link-button.js +5 -5
  68. package/components/ix-menu-about-item.js +2 -2
  69. package/components/ix-menu-about-news.js +10 -10
  70. package/components/ix-menu-about.js +11 -9
  71. package/components/ix-menu-about.js.map +1 -1
  72. package/components/ix-menu-avatar-item.js +1 -1
  73. package/components/ix-menu-avatar.js +12 -12
  74. package/components/ix-menu-category.js +14 -14
  75. package/components/ix-menu-expand-icon.js +1 -1
  76. package/components/ix-menu-item.js +1 -1
  77. package/components/ix-menu-settings-item.js +2 -2
  78. package/components/ix-menu-settings.js +1 -1
  79. package/components/ix-menu.js +22 -32
  80. package/components/ix-menu.js.map +1 -1
  81. package/components/ix-message-bar.js +5 -5
  82. package/components/ix-modal-content.js +1 -1
  83. package/components/ix-modal-footer.js +2 -2
  84. package/components/ix-modal-header.js +1 -1
  85. package/components/ix-modal-loading.js +3 -3
  86. package/components/ix-modal.js +5 -5
  87. package/components/ix-number-input.js +172 -39
  88. package/components/ix-number-input.js.map +1 -1
  89. package/components/ix-pagination.js +17 -17
  90. package/components/ix-pane-layout.js +2 -2
  91. package/components/ix-pane.js +11 -11
  92. package/components/ix-pill.js +7 -7
  93. package/components/ix-progress-indicator.js +7 -7
  94. package/components/ix-push-card.js +7 -7
  95. package/components/ix-radio-group.js +40 -9
  96. package/components/ix-radio-group.js.map +1 -1
  97. package/components/ix-radio.js +46 -20
  98. package/components/ix-radio.js.map +1 -1
  99. package/components/ix-row.js +1 -1
  100. package/components/ix-select-item.js +1 -1
  101. package/components/ix-select.js +1 -1
  102. package/components/ix-slider.js +10 -10
  103. package/components/ix-spinner.js +1 -1
  104. package/components/ix-split-button.js +32 -18
  105. package/components/ix-split-button.js.map +1 -1
  106. package/components/ix-tab-item.js +1 -1
  107. package/components/ix-tabs.js +1 -1
  108. package/components/ix-textarea.js +9 -9
  109. package/components/ix-tile.js +5 -5
  110. package/components/ix-time-input.js +34 -18
  111. package/components/ix-time-input.js.map +1 -1
  112. package/components/ix-time-picker.js +1 -1
  113. package/components/ix-toast-container.js +7 -7
  114. package/components/ix-toast.js +1 -1
  115. package/components/ix-toggle-button.js +3 -3
  116. package/components/ix-toggle.js +6 -6
  117. package/components/ix-toggle.js.map +1 -1
  118. package/components/ix-tooltip.js +1 -1
  119. package/components/ix-tree-item.js +1 -1
  120. package/components/ix-tree.js +3 -3
  121. package/components/ix-typography.js +1 -1
  122. package/components/ix-upload.js +7 -7
  123. package/components/ix-validation-tooltip.js +3 -3
  124. package/components/ix-workflow-step.js +5 -5
  125. package/components/ix-workflow-steps.js +2 -2
  126. package/components/{p-BccEFWg2.js → p-10zMtvCF.js} +6 -6
  127. package/components/{p-BccEFWg2.js.map → p-10zMtvCF.js.map} +1 -1
  128. package/components/{p-CkrLmEP7.js → p-1pd_0dhF.js} +4 -4
  129. package/components/{p-CkrLmEP7.js.map → p-1pd_0dhF.js.map} +1 -1
  130. package/components/{p-BNwXjBuF.js → p-B006bhbX.js} +4 -4
  131. package/components/{p-BNwXjBuF.js.map → p-B006bhbX.js.map} +1 -1
  132. package/components/{p-DOEb0lKA.js → p-B45tl2du.js} +4 -4
  133. package/components/{p-DOEb0lKA.js.map → p-B45tl2du.js.map} +1 -1
  134. package/components/{p-DgfGA7Z3.js → p-BBwXlKhE.js} +4 -4
  135. package/components/{p-DgfGA7Z3.js.map → p-BBwXlKhE.js.map} +1 -1
  136. package/components/{p-ciUqTzkB.js → p-BEDohapR.js} +6 -6
  137. package/components/{p-ciUqTzkB.js.map → p-BEDohapR.js.map} +1 -1
  138. package/components/{p-DsftMeEA.js → p-BGdI6-nv.js} +4 -4
  139. package/components/{p-DsftMeEA.js.map → p-BGdI6-nv.js.map} +1 -1
  140. package/components/{p-XiZWDi7n.js → p-BGjnKa2h.js} +4 -4
  141. package/components/{p-XiZWDi7n.js.map → p-BGjnKa2h.js.map} +1 -1
  142. package/components/{p-D1In20Wh.js → p-BI7B-PUA.js} +5 -5
  143. package/components/{p-D1In20Wh.js.map → p-BI7B-PUA.js.map} +1 -1
  144. package/components/{p-CCQYIDJK.js → p-BLeWaHpy.js} +7 -7
  145. package/components/{p-CCQYIDJK.js.map → p-BLeWaHpy.js.map} +1 -1
  146. package/components/{p-CO2zhw6V.js → p-BQk7HpA-.js} +3 -3
  147. package/components/{p-CO2zhw6V.js.map → p-BQk7HpA-.js.map} +1 -1
  148. package/components/{p-CtusOOtv.js → p-BR5ayBuu.js} +6 -6
  149. package/components/{p-CtusOOtv.js.map → p-BR5ayBuu.js.map} +1 -1
  150. package/components/{p-VMk3rl5y.js → p-BVUD9f4A.js} +9 -9
  151. package/components/{p-VMk3rl5y.js.map → p-BVUD9f4A.js.map} +1 -1
  152. package/components/{p-DBsESzrF.js → p-BZLbfHdO.js} +70 -29
  153. package/components/p-BZLbfHdO.js.map +1 -0
  154. package/components/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -3
  155. package/components/p-BhgW5qDm.js.map +1 -0
  156. package/components/{p-BxNzvWr2.js → p-Bk0vKwmt.js} +5 -5
  157. package/components/{p-BxNzvWr2.js.map → p-Bk0vKwmt.js.map} +1 -1
  158. package/components/{p-Bvf7gwPU.js → p-BrYfZ-wy.js} +63 -42
  159. package/components/p-BrYfZ-wy.js.map +1 -0
  160. package/components/{p-taILGXkr.js → p-BvsadYCu.js} +3 -3
  161. package/components/{p-taILGXkr.js.map → p-BvsadYCu.js.map} +1 -1
  162. package/components/{p-BEzKnceP.js → p-Bye33cYU.js} +9 -9
  163. package/components/{p-BEzKnceP.js.map → p-Bye33cYU.js.map} +1 -1
  164. package/components/{p-DrH8EeUB.js → p-Bz7hxKB6.js} +6 -6
  165. package/components/{p-DrH8EeUB.js.map → p-Bz7hxKB6.js.map} +1 -1
  166. package/components/{p-BvKUU6Ta.js → p-C4KxNeD2.js} +4 -4
  167. package/components/{p-BvKUU6Ta.js.map → p-C4KxNeD2.js.map} +1 -1
  168. package/components/{p-Qsbo2ls8.js → p-C6_1qmP4.js} +5 -5
  169. package/components/{p-Qsbo2ls8.js.map → p-C6_1qmP4.js.map} +1 -1
  170. package/components/{p-CQhe_rqk.js → p-COWPG_SD.js} +6 -6
  171. package/components/p-COWPG_SD.js.map +1 -0
  172. package/components/{p-CFAI8dx_.js → p-CV_EVAOW.js} +3 -3
  173. package/components/{p-CFAI8dx_.js.map → p-CV_EVAOW.js.map} +1 -1
  174. package/components/{p-BaWdG-ph.js → p-Cc4uqNv5.js} +20 -13
  175. package/components/p-Cc4uqNv5.js.map +1 -0
  176. package/components/{p-DLPEB4G8.js → p-CcWC2eNL.js} +63 -42
  177. package/components/p-CcWC2eNL.js.map +1 -0
  178. package/components/{p-DeBhxnHo.js → p-ClQxnZ3d.js} +8 -8
  179. package/components/{p-DeBhxnHo.js.map → p-ClQxnZ3d.js.map} +1 -1
  180. package/components/{p-DcjRXRwg.js → p-ColBHyXN.js} +7 -7
  181. package/components/{p-DcjRXRwg.js.map → p-ColBHyXN.js.map} +1 -1
  182. package/components/{p-0MSWDTqB.js → p-CrqgL2m1.js} +10 -6
  183. package/components/p-CrqgL2m1.js.map +1 -0
  184. package/components/{p-By1IU8iL.js → p-CvD2yWeJ.js} +5 -5
  185. package/components/{p-By1IU8iL.js.map → p-CvD2yWeJ.js.map} +1 -1
  186. package/components/{p-fahyavc3.js → p-CvF96Z51.js} +8 -8
  187. package/components/{p-fahyavc3.js.map → p-CvF96Z51.js.map} +1 -1
  188. package/components/{p-CKuNFgoe.js → p-D-__gyet.js} +3 -3
  189. package/components/{p-CKuNFgoe.js.map → p-D-__gyet.js.map} +1 -1
  190. package/components/{p-cw5RHost.js → p-DC9anobw.js} +8 -8
  191. package/components/{p-cw5RHost.js.map → p-DC9anobw.js.map} +1 -1
  192. package/components/{p-CHAuj3bi.js → p-DSTHZygb.js} +10 -10
  193. package/components/{p-CHAuj3bi.js.map → p-DSTHZygb.js.map} +1 -1
  194. package/components/{p-IgT3dgxG.js → p-DXFN8JXp.js} +21 -10
  195. package/components/p-DXFN8JXp.js.map +1 -0
  196. package/components/{p-JUUSQc_M.js → p-D_4Mf9jE.js} +3 -3
  197. package/components/{p-JUUSQc_M.js.map → p-D_4Mf9jE.js.map} +1 -1
  198. package/components/{p-BWTF-D2w.js → p-Db0RazS2.js} +4 -4
  199. package/components/{p-BWTF-D2w.js.map → p-Db0RazS2.js.map} +1 -1
  200. package/components/{p-W_8b1-4d.js → p-DdLose3V.js} +3 -3
  201. package/components/{p-W_8b1-4d.js.map → p-DdLose3V.js.map} +1 -1
  202. package/components/{p-DzscKBhb.js → p-DlVaL0Yi.js} +9 -9
  203. package/components/{p-DzscKBhb.js.map → p-DlVaL0Yi.js.map} +1 -1
  204. package/components/{p-CJphMgA7.js → p-Dp03DeD0.js} +7 -7
  205. package/components/{p-CJphMgA7.js.map → p-Dp03DeD0.js.map} +1 -1
  206. package/components/{p-jbrSDf3o.js → p-Dy6xvLn4.js} +5 -5
  207. package/components/{p-jbrSDf3o.js.map → p-Dy6xvLn4.js.map} +1 -1
  208. package/components/{p-BUIOrNGz.js → p-DyGPjxFm.js} +6 -6
  209. package/components/{p-BUIOrNGz.js.map → p-DyGPjxFm.js.map} +1 -1
  210. package/components/{p-FnN74Elm.js → p-MuPiaYr1.js} +3 -3
  211. package/components/{p-FnN74Elm.js.map → p-MuPiaYr1.js.map} +1 -1
  212. package/components/{p-CINrBR9H.js → p-N4h8LKe5.js} +4 -4
  213. package/components/{p-CINrBR9H.js.map → p-N4h8LKe5.js.map} +1 -1
  214. package/components/{p-D_rmJU0n.js → p-PF0VLH1Q.js} +16 -16
  215. package/components/p-PF0VLH1Q.js.map +1 -0
  216. package/components/{p-C6MbjoUl.js → p-PpLLlogo.js} +8 -8
  217. package/components/{p-C6MbjoUl.js.map → p-PpLLlogo.js.map} +1 -1
  218. package/components/{p-xZXH2vKm.js → p-hwPzPVf8.js} +5 -5
  219. package/components/{p-xZXH2vKm.js.map → p-hwPzPVf8.js.map} +1 -1
  220. package/components/{p-2fxFa_VL.js → p-xHo-3QVy.js} +3 -3
  221. package/components/{p-2fxFa_VL.js.map → p-xHo-3QVy.js.map} +1 -1
  222. package/dist/cjs/{context-B8bRIFA2.js → context-CmNuiaNz.js} +2 -3
  223. package/dist/{esm/context-CKM5pVsv.js.map → cjs/context-CmNuiaNz.js.map} +1 -1
  224. package/dist/cjs/{helper-text-util-BlElJLxk.js → helper-text-util-D2W-yNmK.js} +8 -4
  225. package/dist/cjs/helper-text-util-D2W-yNmK.js.map +1 -0
  226. package/dist/cjs/index-C8Xo8L1k.js +6 -18
  227. package/dist/cjs/{input.util-4AhBphgX.js → input.fc-BzxtQeW-.js} +61 -39
  228. package/dist/cjs/input.fc-BzxtQeW-.js.map +1 -0
  229. package/dist/cjs/ix-application-header.cjs.entry.js +10 -15
  230. package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -1
  231. package/dist/cjs/ix-application.cjs.entry.js +4 -6
  232. package/dist/cjs/ix-application.entry.cjs.js.map +1 -1
  233. package/dist/cjs/ix-avatar_2.cjs.entry.js +1 -1
  234. package/dist/cjs/ix-blind.cjs.entry.js +5 -5
  235. package/dist/cjs/ix-breadcrumb.cjs.entry.js +2 -2
  236. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +5 -5
  237. package/dist/cjs/ix-card-list.cjs.entry.js +4 -4
  238. package/dist/cjs/ix-card_2.cjs.entry.js +3 -3
  239. package/dist/cjs/ix-category-filter.cjs.entry.js +14 -8
  240. package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -1
  241. package/dist/cjs/ix-checkbox-group.cjs.entry.js +2 -2
  242. package/dist/cjs/ix-checkbox.cjs.entry.js +3 -3
  243. package/dist/cjs/ix-chip.cjs.entry.js +4 -4
  244. package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -1
  245. package/dist/cjs/ix-col_4.cjs.entry.js +10 -10
  246. package/dist/cjs/ix-content-header.cjs.entry.js +3 -3
  247. package/dist/cjs/ix-content.cjs.entry.js +3 -3
  248. package/dist/cjs/ix-css-grid-item.cjs.entry.js +1 -1
  249. package/dist/cjs/ix-css-grid.cjs.entry.js +1 -1
  250. package/dist/cjs/ix-custom-field.cjs.entry.js +1 -1
  251. package/dist/cjs/ix-date-dropdown.cjs.entry.js +4 -4
  252. package/dist/cjs/ix-date-input.cjs.entry.js +22 -8
  253. package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -1
  254. package/dist/cjs/ix-date-time-card.cjs.entry.js +3 -3
  255. package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -1
  256. package/dist/cjs/ix-datetime-picker.cjs.entry.js +2 -2
  257. package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -1
  258. package/dist/cjs/ix-divider.cjs.entry.js +1 -1
  259. package/dist/cjs/ix-drawer.cjs.entry.js +5 -5
  260. package/dist/cjs/ix-dropdown-button.cjs.entry.js +3 -3
  261. package/dist/cjs/ix-dropdown-header.cjs.entry.js +1 -1
  262. package/dist/cjs/ix-dropdown-item.cjs.entry.js +3 -3
  263. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +1 -1
  264. package/dist/cjs/ix-dropdown.cjs.entry.js +2 -2
  265. package/dist/cjs/ix-empty-state.cjs.entry.js +1 -1
  266. package/dist/cjs/ix-event-list-item.cjs.entry.js +4 -4
  267. package/dist/cjs/ix-event-list.cjs.entry.js +2 -2
  268. package/dist/cjs/ix-expanding-search.cjs.entry.js +4 -4
  269. package/dist/cjs/ix-field-label_2.cjs.entry.js +4 -4
  270. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +2 -2
  271. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +1 -1
  272. package/dist/cjs/ix-flip-tile.cjs.entry.js +3 -3
  273. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +1 -1
  274. package/dist/cjs/ix-group.cjs.entry.js +8 -8
  275. package/dist/cjs/ix-helper-text.cjs.entry.js +2 -2
  276. package/dist/cjs/ix-icon-button_2.cjs.entry.js +2 -2
  277. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +1 -1
  278. package/dist/cjs/ix-input-group.cjs.entry.js +1 -1
  279. package/dist/cjs/ix-input.cjs.entry.js +20 -11
  280. package/dist/cjs/ix-input.entry.cjs.js.map +1 -1
  281. package/dist/cjs/ix-key-value-list.cjs.entry.js +1 -1
  282. package/dist/cjs/ix-key-value.cjs.entry.js +1 -1
  283. package/dist/cjs/ix-kpi.cjs.entry.js +3 -3
  284. package/dist/cjs/ix-layout-auto.cjs.entry.js +1 -1
  285. package/dist/cjs/ix-link-button.cjs.entry.js +3 -3
  286. package/dist/cjs/ix-menu-about-item.cjs.entry.js +1 -1
  287. package/dist/cjs/ix-menu-about-news.cjs.entry.js +4 -4
  288. package/dist/cjs/ix-menu-about.cjs.entry.js +6 -4
  289. package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -1
  290. package/dist/cjs/ix-menu-avatar.cjs.entry.js +2 -2
  291. package/dist/cjs/ix-menu-category.cjs.entry.js +6 -6
  292. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +1 -1
  293. package/dist/cjs/ix-menu-item.cjs.entry.js +4 -4
  294. package/dist/cjs/{ix-menu-settings-Cdqo0r8E.js → ix-menu-settings-CtWl0bME.js} +14 -7
  295. package/dist/cjs/ix-menu-settings-CtWl0bME.js.map +1 -0
  296. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +1 -1
  297. package/dist/cjs/ix-menu-settings.cjs.entry.js +1 -1
  298. package/dist/cjs/ix-menu.cjs.entry.js +13 -23
  299. package/dist/cjs/ix-menu.entry.cjs.js.map +1 -1
  300. package/dist/cjs/ix-message-bar.cjs.entry.js +1 -1
  301. package/dist/cjs/ix-modal-content_2.cjs.entry.js +2 -2
  302. package/dist/cjs/ix-modal-footer.cjs.entry.js +1 -1
  303. package/dist/cjs/ix-modal-loading.cjs.entry.js +1 -1
  304. package/dist/cjs/ix-modal.cjs.entry.js +3 -3
  305. package/dist/cjs/ix-number-input.cjs.entry.js +161 -33
  306. package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -1
  307. package/dist/cjs/ix-pagination.cjs.entry.js +3 -3
  308. package/dist/cjs/ix-pane-layout.cjs.entry.js +1 -1
  309. package/dist/cjs/ix-pane.cjs.entry.js +6 -6
  310. package/dist/cjs/ix-pill.cjs.entry.js +4 -4
  311. package/dist/cjs/ix-progress-indicator.cjs.entry.js +3 -3
  312. package/dist/cjs/ix-push-card.cjs.entry.js +1 -1
  313. package/dist/cjs/ix-radio-group.cjs.entry.js +32 -2
  314. package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -1
  315. package/dist/cjs/ix-radio.cjs.entry.js +43 -18
  316. package/dist/cjs/ix-radio.entry.cjs.js.map +1 -1
  317. package/dist/cjs/ix-select.cjs.entry.js +52 -13
  318. package/dist/cjs/ix-select.entry.cjs.js.map +1 -1
  319. package/dist/cjs/ix-slider.cjs.entry.js +6 -6
  320. package/dist/cjs/ix-split-button.cjs.entry.js +24 -12
  321. package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -1
  322. package/dist/cjs/ix-tab-item_2.cjs.entry.js +5 -5
  323. package/dist/cjs/ix-textarea.cjs.entry.js +5 -5
  324. package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -1
  325. package/dist/cjs/ix-tile.cjs.entry.js +4 -4
  326. package/dist/cjs/ix-time-input.cjs.entry.js +22 -8
  327. package/dist/cjs/ix-time-input.entry.cjs.js.map +1 -1
  328. package/dist/cjs/ix-time-picker.cjs.entry.js +55 -34
  329. package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -1
  330. package/dist/cjs/ix-toast-container.cjs.entry.js +2 -2
  331. package/dist/cjs/ix-toast.cjs.entry.js +2 -2
  332. package/dist/cjs/ix-toggle.cjs.entry.js +3 -3
  333. package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -1
  334. package/dist/cjs/ix-tooltip.cjs.entry.js +17 -6
  335. package/dist/cjs/ix-tooltip.entry.cjs.js.map +1 -1
  336. package/dist/cjs/ix-tree-item.cjs.entry.js +4 -4
  337. package/dist/cjs/ix-tree.cjs.entry.js +1 -1
  338. package/dist/cjs/ix-typography.cjs.entry.js +1 -1
  339. package/dist/cjs/ix-upload.cjs.entry.js +3 -3
  340. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +2 -2
  341. package/dist/cjs/ix-workflow-step.cjs.entry.js +3 -3
  342. package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
  343. package/dist/cjs/loader.cjs.js +1 -1
  344. package/dist/cjs/siemens-ix.cjs.js +1 -1
  345. package/dist/collection/collection-manifest.json +0 -3
  346. package/dist/collection/components/application/application.js +3 -5
  347. package/dist/collection/components/application/application.js.map +1 -1
  348. package/dist/collection/components/application-header/application-header.js +9 -14
  349. package/dist/collection/components/application-header/application-header.js.map +1 -1
  350. package/dist/collection/components/blind/blind.js +5 -5
  351. package/dist/collection/components/breadcrumb/breadcrumb.js +2 -2
  352. package/dist/collection/components/card/card.js +2 -2
  353. package/dist/collection/components/card-accordion/card-accordion.js +4 -4
  354. package/dist/collection/components/card-content/card-content.js +1 -1
  355. package/dist/collection/components/card-list/card-list.js +4 -4
  356. package/dist/collection/components/card-title/card-title.js +1 -1
  357. package/dist/collection/components/category-filter/category-filter.css +321 -50
  358. package/dist/collection/components/category-filter/category-filter.js +13 -7
  359. package/dist/collection/components/category-filter/category-filter.js.map +1 -1
  360. package/dist/collection/components/checkbox/checkbox.js +3 -3
  361. package/dist/collection/components/checkbox-group/checkbox-group.js +2 -2
  362. package/dist/collection/components/chip/chip.js +4 -4
  363. package/dist/collection/components/col/col.js +1 -1
  364. package/dist/collection/components/content/content.js +3 -3
  365. package/dist/collection/components/content-header/content-header.js +3 -3
  366. package/dist/collection/components/css-grid/css-grid-item.js +1 -1
  367. package/dist/collection/components/css-grid/css-grid.js +1 -1
  368. package/dist/collection/components/custom-field/custom-field.js +1 -1
  369. package/dist/collection/components/date-dropdown/date-dropdown.js +4 -4
  370. package/dist/collection/components/date-input/date-input.js +58 -4
  371. package/dist/collection/components/date-input/date-input.js.map +1 -1
  372. package/dist/collection/components/date-picker/date-picker.css +5 -8
  373. package/dist/collection/components/date-picker/date-picker.js +5 -5
  374. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  375. package/dist/collection/components/date-time-card/date-time-card.css +3 -2
  376. package/dist/collection/components/date-time-card/date-time-card.js +2 -2
  377. package/dist/collection/components/datetime-picker/datetime-picker.css +7 -1
  378. package/dist/collection/components/datetime-picker/datetime-picker.js +1 -1
  379. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -1
  380. package/dist/collection/components/divider/divider.js +1 -1
  381. package/dist/collection/components/drawer/drawer.js +5 -5
  382. package/dist/collection/components/dropdown/dropdown.js +2 -2
  383. package/dist/collection/components/dropdown-button/dropdown-button.js +3 -3
  384. package/dist/collection/components/dropdown-header/dropdown-header.js +1 -1
  385. package/dist/collection/components/dropdown-item/dropdown-item.js +3 -3
  386. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +1 -1
  387. package/dist/collection/components/empty-state/empty-state.js +1 -1
  388. package/dist/collection/components/event-list/event-list.js +2 -2
  389. package/dist/collection/components/event-list-item/event-list-item.js +4 -4
  390. package/dist/collection/components/expanding-search/expanding-search.js +4 -4
  391. package/dist/collection/components/field-label/field-label.js +1 -1
  392. package/dist/collection/components/field-wrapper/field-wrapper.js +2 -2
  393. package/dist/collection/components/field-wrapper/helper-text-util.js +6 -2
  394. package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -1
  395. package/dist/collection/components/filter-chip/filter-chip.js +1 -1
  396. package/dist/collection/components/flip-tile/flip-tile.js +3 -3
  397. package/dist/collection/components/flip-tile-content/flip-tile-content.js +1 -1
  398. package/dist/collection/components/group/group-context-menu.js +1 -1
  399. package/dist/collection/components/group/group.js +8 -8
  400. package/dist/collection/components/helper-text/helper-text.js +1 -1
  401. package/dist/collection/components/icon-button/icon-button.js +1 -1
  402. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +1 -1
  403. package/dist/collection/components/input/input.fc.js +10 -1
  404. package/dist/collection/components/input/input.fc.js.map +1 -1
  405. package/dist/collection/components/input/input.js +54 -5
  406. package/dist/collection/components/input/input.js.map +1 -1
  407. package/dist/collection/components/input/input.util.js +13 -0
  408. package/dist/collection/components/input/input.util.js.map +1 -1
  409. package/dist/collection/components/input/number-input.js +228 -36
  410. package/dist/collection/components/input/number-input.js.map +1 -1
  411. package/dist/collection/components/input/textarea.js +2 -2
  412. package/dist/collection/components/input-group/input-group.js +1 -1
  413. package/dist/collection/components/key-value/key-value.js +1 -1
  414. package/dist/collection/components/key-value-list/key-value-list.js +1 -1
  415. package/dist/collection/components/kpi/kpi.js +3 -3
  416. package/dist/collection/components/layout-auto/layout-auto.js +1 -1
  417. package/dist/collection/components/layout-grid/layout-grid.js +2 -2
  418. package/dist/collection/components/link-button/link-button.js +3 -3
  419. package/dist/collection/components/menu/menu-expand-icon.js +1 -1
  420. package/dist/collection/components/menu/menu.js +12 -22
  421. package/dist/collection/components/menu/menu.js.map +1 -1
  422. package/dist/collection/components/menu-about/menu-about.js +6 -4
  423. package/dist/collection/components/menu-about/menu-about.js.map +1 -1
  424. package/dist/collection/components/menu-about-item/menu-about-item.js +1 -1
  425. package/dist/collection/components/menu-about-news/menu-about-news.js +4 -4
  426. package/dist/collection/components/menu-avatar/menu-avatar.js +2 -2
  427. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +1 -1
  428. package/dist/collection/components/menu-category/menu-category.js +5 -5
  429. package/dist/collection/components/menu-item/menu-item.js +4 -4
  430. package/dist/collection/components/menu-settings/menu-settings.js +6 -4
  431. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -1
  432. package/dist/collection/components/menu-settings-item/menu-settings-item.js +1 -1
  433. package/dist/collection/components/message-bar/message-bar.js +1 -1
  434. package/dist/collection/components/modal/modal.js +3 -3
  435. package/dist/collection/components/modal-content/modal-content.js +1 -1
  436. package/dist/collection/components/modal-footer/modal-footer.js +1 -1
  437. package/dist/collection/components/modal-header/modal-header.js +1 -1
  438. package/dist/collection/components/modal-loading/modal-loading.js +1 -1
  439. package/dist/collection/components/pagination/pagination.js +3 -3
  440. package/dist/collection/components/pane/pane.js +6 -6
  441. package/dist/collection/components/pane-layout/pane-layout.js +1 -1
  442. package/dist/collection/components/pill/pill.js +4 -4
  443. package/dist/collection/components/progress-indicator/progress-indicator.js +3 -3
  444. package/dist/collection/components/push-card/push-card.js +1 -1
  445. package/dist/collection/components/radio/radio.css +70 -72
  446. package/dist/collection/components/radio/radio.js +69 -18
  447. package/dist/collection/components/radio/radio.js.map +1 -1
  448. package/dist/collection/components/radio-group/radio-group.js +64 -2
  449. package/dist/collection/components/radio-group/radio-group.js.map +1 -1
  450. package/dist/collection/components/row/row.js +1 -1
  451. package/dist/collection/components/select/select.js +94 -14
  452. package/dist/collection/components/select/select.js.map +1 -1
  453. package/dist/collection/components/select-item/select-item.js +1 -1
  454. package/dist/collection/components/slider/slider.js +6 -6
  455. package/dist/collection/components/spinner/spinner.js +1 -1
  456. package/dist/collection/components/split-button/split-button.js +70 -12
  457. package/dist/collection/components/split-button/split-button.js.map +1 -1
  458. package/dist/collection/components/tab-item/tab-item.js +3 -3
  459. package/dist/collection/components/tabs/tabs.js +2 -2
  460. package/dist/collection/components/tile/tile.js +4 -4
  461. package/dist/collection/components/time-input/time-input.js +59 -5
  462. package/dist/collection/components/time-input/time-input.js.map +1 -1
  463. package/dist/collection/components/time-picker/time-picker.css +19 -51
  464. package/dist/collection/components/time-picker/time-picker.js +57 -37
  465. package/dist/collection/components/time-picker/time-picker.js.map +1 -1
  466. package/dist/collection/components/time-picker/time-picker.types.js.map +1 -1
  467. package/dist/collection/components/toast/toast-container.js +2 -2
  468. package/dist/collection/components/toast/toast.js +2 -2
  469. package/dist/collection/components/toggle/toggle.js +3 -3
  470. package/dist/collection/components/toggle/toggle.js.map +1 -1
  471. package/dist/collection/components/tooltip/tooltip.css +2 -3
  472. package/dist/collection/components/tooltip/tooltip.js +17 -6
  473. package/dist/collection/components/tooltip/tooltip.js.map +1 -1
  474. package/dist/collection/components/tree/tree.js +1 -1
  475. package/dist/collection/components/tree-item/tree-item.js +4 -4
  476. package/dist/collection/components/typography/typography.js +1 -1
  477. package/dist/collection/components/upload/upload.js +3 -3
  478. package/dist/collection/components/utils/application-layout/context.js +0 -1
  479. package/dist/collection/components/utils/application-layout/context.js.map +1 -1
  480. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +6 -1
  481. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -1
  482. package/dist/collection/components/validation-tooltip/validation-tooltip.js +2 -2
  483. package/dist/collection/components/workflow-step/workflow-step.js +3 -3
  484. package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
  485. package/dist/esm/{context-CKM5pVsv.js → context-BniHpAE1.js} +2 -3
  486. package/dist/{cjs/context-B8bRIFA2.js.map → esm/context-BniHpAE1.js.map} +1 -1
  487. package/dist/esm/{helper-text-util-rnbkuaac.js → helper-text-util-gKdL-wH2.js} +9 -5
  488. package/dist/esm/helper-text-util-gKdL-wH2.js.map +1 -0
  489. package/dist/esm/{index-Cz75KU1f.js → index-8HpPmDK_.js} +3 -3
  490. package/dist/esm/{index-Cz75KU1f.js.map → index-8HpPmDK_.js.map} +1 -1
  491. package/dist/esm/index-CtoreFVF.js +6 -18
  492. package/dist/esm/{index--ZIr3Aqz.js → index-Kp5Wf9wr.js} +3 -3
  493. package/dist/esm/{index--ZIr3Aqz.js.map → index-Kp5Wf9wr.js.map} +1 -1
  494. package/dist/esm/index.js +3 -3
  495. package/dist/esm/{input.util-VHrSuCP7.js → input.fc-DQBMrK9J.js} +61 -40
  496. package/dist/esm/input.fc-DQBMrK9J.js.map +1 -0
  497. package/dist/esm/ix-application-header.entry.js +13 -18
  498. package/dist/esm/ix-application-header.entry.js.map +1 -1
  499. package/dist/esm/ix-application-switch-modal.entry.js +2 -2
  500. package/dist/esm/ix-application.entry.js +4 -6
  501. package/dist/esm/ix-application.entry.js.map +1 -1
  502. package/dist/esm/ix-avatar_2.entry.js +1 -1
  503. package/dist/esm/ix-blind.entry.js +6 -6
  504. package/dist/esm/ix-breadcrumb-item.entry.js +1 -1
  505. package/dist/esm/ix-breadcrumb.entry.js +2 -2
  506. package/dist/esm/ix-card-accordion_2.entry.js +6 -6
  507. package/dist/esm/ix-card-list.entry.js +5 -5
  508. package/dist/esm/ix-card_2.entry.js +3 -3
  509. package/dist/esm/ix-category-filter.entry.js +15 -9
  510. package/dist/esm/ix-category-filter.entry.js.map +1 -1
  511. package/dist/esm/ix-checkbox-group.entry.js +2 -2
  512. package/dist/esm/ix-checkbox.entry.js +3 -3
  513. package/dist/esm/ix-chip.entry.js +5 -5
  514. package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -1
  515. package/dist/esm/ix-col_4.entry.js +11 -11
  516. package/dist/esm/ix-content-header.entry.js +4 -4
  517. package/dist/esm/ix-content.entry.js +3 -3
  518. package/dist/esm/ix-css-grid-item.entry.js +1 -1
  519. package/dist/esm/ix-css-grid.entry.js +1 -1
  520. package/dist/esm/ix-custom-field.entry.js +1 -1
  521. package/dist/esm/ix-date-dropdown.entry.js +5 -5
  522. package/dist/esm/ix-date-input.entry.js +19 -5
  523. package/dist/esm/ix-date-input.entry.js.map +1 -1
  524. package/dist/esm/ix-date-time-card.entry.js +3 -3
  525. package/dist/esm/ix-date-time-card.entry.js.map +1 -1
  526. package/dist/esm/ix-datetime-picker.entry.js +2 -2
  527. package/dist/esm/ix-datetime-picker.entry.js.map +1 -1
  528. package/dist/esm/ix-divider.entry.js +1 -1
  529. package/dist/esm/ix-drawer.entry.js +6 -6
  530. package/dist/esm/ix-dropdown-button.entry.js +4 -4
  531. package/dist/esm/ix-dropdown-header.entry.js +1 -1
  532. package/dist/esm/ix-dropdown-item.entry.js +4 -4
  533. package/dist/esm/ix-dropdown-quick-actions.entry.js +1 -1
  534. package/dist/esm/ix-dropdown.entry.js +2 -2
  535. package/dist/esm/ix-empty-state.entry.js +1 -1
  536. package/dist/esm/ix-event-list-item.entry.js +5 -5
  537. package/dist/esm/ix-event-list.entry.js +2 -2
  538. package/dist/esm/ix-expanding-search.entry.js +5 -5
  539. package/dist/esm/ix-field-label_2.entry.js +5 -5
  540. package/dist/esm/ix-filter-chip_2.entry.js +3 -3
  541. package/dist/esm/ix-flip-tile-content.entry.js +1 -1
  542. package/dist/esm/ix-flip-tile.entry.js +4 -4
  543. package/dist/esm/ix-group-context-menu_2.entry.js +2 -2
  544. package/dist/esm/ix-group.entry.js +9 -9
  545. package/dist/esm/ix-helper-text.entry.js +3 -3
  546. package/dist/esm/ix-icon-button_2.entry.js +2 -2
  547. package/dist/esm/ix-icon-toggle-button.entry.js +1 -1
  548. package/dist/esm/ix-input-group.entry.js +1 -1
  549. package/dist/esm/ix-input.entry.js +16 -7
  550. package/dist/esm/ix-input.entry.js.map +1 -1
  551. package/dist/esm/ix-key-value-list.entry.js +1 -1
  552. package/dist/esm/ix-key-value.entry.js +1 -1
  553. package/dist/esm/ix-kpi.entry.js +4 -4
  554. package/dist/esm/ix-layout-auto.entry.js +1 -1
  555. package/dist/esm/ix-link-button.entry.js +4 -4
  556. package/dist/esm/ix-menu-about-item.entry.js +1 -1
  557. package/dist/esm/ix-menu-about-news.entry.js +5 -5
  558. package/dist/esm/ix-menu-about.entry.js +7 -5
  559. package/dist/esm/ix-menu-about.entry.js.map +1 -1
  560. package/dist/esm/ix-menu-avatar.entry.js +3 -3
  561. package/dist/esm/ix-menu-category.entry.js +7 -7
  562. package/dist/esm/ix-menu-expand-icon.entry.js +2 -2
  563. package/dist/esm/ix-menu-item.entry.js +5 -5
  564. package/dist/esm/{ix-menu-settings-DRSkDgox.js → ix-menu-settings-f9o5GGw5.js} +15 -8
  565. package/dist/esm/ix-menu-settings-f9o5GGw5.js.map +1 -0
  566. package/dist/esm/ix-menu-settings-item.entry.js +1 -1
  567. package/dist/esm/ix-menu-settings.entry.js +2 -2
  568. package/dist/esm/ix-menu.entry.js +16 -26
  569. package/dist/esm/ix-menu.entry.js.map +1 -1
  570. package/dist/esm/ix-message-bar.entry.js +2 -2
  571. package/dist/esm/ix-modal-content_2.entry.js +3 -3
  572. package/dist/esm/ix-modal-footer.entry.js +1 -1
  573. package/dist/esm/ix-modal-loading.entry.js +1 -1
  574. package/dist/esm/ix-modal.entry.js +3 -3
  575. package/dist/esm/ix-number-input.entry.js +159 -31
  576. package/dist/esm/ix-number-input.entry.js.map +1 -1
  577. package/dist/esm/ix-pagination.entry.js +4 -4
  578. package/dist/esm/ix-pane-layout.entry.js +1 -1
  579. package/dist/esm/ix-pane.entry.js +7 -7
  580. package/dist/esm/ix-pill.entry.js +4 -4
  581. package/dist/esm/ix-progress-indicator.entry.js +4 -4
  582. package/dist/esm/ix-push-card.entry.js +1 -1
  583. package/dist/esm/ix-radio-group.entry.js +32 -2
  584. package/dist/esm/ix-radio-group.entry.js.map +1 -1
  585. package/dist/esm/ix-radio.entry.js +43 -18
  586. package/dist/esm/ix-radio.entry.js.map +1 -1
  587. package/dist/esm/ix-select.entry.js +53 -14
  588. package/dist/esm/ix-select.entry.js.map +1 -1
  589. package/dist/esm/ix-slider.entry.js +6 -6
  590. package/dist/esm/ix-split-button.entry.js +25 -13
  591. package/dist/esm/ix-split-button.entry.js.map +1 -1
  592. package/dist/esm/ix-tab-item_2.entry.js +6 -6
  593. package/dist/esm/ix-textarea.entry.js +3 -3
  594. package/dist/esm/ix-tile.entry.js +4 -4
  595. package/dist/esm/ix-time-input.entry.js +20 -6
  596. package/dist/esm/ix-time-input.entry.js.map +1 -1
  597. package/dist/esm/ix-time-picker.entry.js +55 -34
  598. package/dist/esm/ix-time-picker.entry.js.map +1 -1
  599. package/dist/esm/ix-toast-container.entry.js +2 -2
  600. package/dist/esm/ix-toast.entry.js +3 -3
  601. package/dist/esm/ix-toggle.entry.js +3 -3
  602. package/dist/esm/ix-toggle.entry.js.map +1 -1
  603. package/dist/esm/ix-tooltip.entry.js +17 -6
  604. package/dist/esm/ix-tooltip.entry.js.map +1 -1
  605. package/dist/esm/ix-tree-item.entry.js +5 -5
  606. package/dist/esm/ix-tree.entry.js +1 -1
  607. package/dist/esm/ix-typography.entry.js +1 -1
  608. package/dist/esm/ix-upload.entry.js +4 -4
  609. package/dist/esm/ix-validation-tooltip.entry.js +2 -2
  610. package/dist/esm/ix-workflow-step.entry.js +4 -4
  611. package/dist/esm/ix-workflow-steps.entry.js +1 -1
  612. package/dist/esm/loader.js +1 -1
  613. package/dist/esm/{modal-D9BaTrTa.js → modal-BTxff2hq.js} +3 -3
  614. package/dist/esm/{modal-D9BaTrTa.js.map → modal-BTxff2hq.js.map} +1 -1
  615. package/dist/esm/siemens-ix.js +1 -1
  616. package/dist/siemens-ix/index.esm.js +1 -1
  617. package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -1
  618. package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -1
  619. package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -1
  620. package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -1
  621. package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -1
  622. package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -1
  623. package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -1
  624. package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -1
  625. package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -1
  626. package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -1
  627. package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -1
  628. package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -1
  629. package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -1
  630. package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -1
  631. package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -1
  632. package/dist/siemens-ix/ix-time-input.entry.esm.js.map +1 -1
  633. package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -1
  634. package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -1
  635. package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -1
  636. package/dist/siemens-ix/p-0411df39.entry.js +2 -0
  637. package/dist/siemens-ix/{p-6f152ed2.entry.js → p-06a2c69b.entry.js} +2 -2
  638. package/dist/siemens-ix/p-07953481.entry.js +2 -0
  639. package/dist/siemens-ix/p-07953481.entry.js.map +1 -0
  640. package/dist/siemens-ix/p-07c079fd.entry.js +2 -0
  641. package/dist/siemens-ix/{p-f29f280b.entry.js.map → p-07c079fd.entry.js.map} +1 -1
  642. package/dist/siemens-ix/{p-7e6beda5.entry.js → p-0ce03ad3.entry.js} +2 -2
  643. package/dist/siemens-ix/{p-17a74a48.entry.js → p-0d621531.entry.js} +2 -2
  644. package/dist/siemens-ix/p-10f2a239.entry.js +2 -0
  645. package/dist/siemens-ix/p-10f2a239.entry.js.map +1 -0
  646. package/dist/siemens-ix/{p-f9b4e5f1.entry.js → p-162a4cc0.entry.js} +2 -2
  647. package/dist/siemens-ix/{p-337a3457.entry.js → p-196cffb5.entry.js} +2 -2
  648. package/dist/siemens-ix/p-19b9f862.entry.js +2 -0
  649. package/dist/siemens-ix/p-19b9f862.entry.js.map +1 -0
  650. package/dist/siemens-ix/{p-20ad8d1e.entry.js → p-1c83cb5f.entry.js} +2 -2
  651. package/dist/siemens-ix/{p-3acbbe01.entry.js → p-1de1a2bf.entry.js} +2 -2
  652. package/dist/siemens-ix/{p-89449e22.entry.js → p-2597a988.entry.js} +2 -2
  653. package/dist/siemens-ix/{p-e825a921.entry.js → p-2ffde2d5.entry.js} +2 -2
  654. package/dist/siemens-ix/{p-759ba03d.entry.js → p-31a8eaf9.entry.js} +2 -2
  655. package/dist/siemens-ix/{p-7cf61ff6.entry.js → p-33fcea65.entry.js} +2 -2
  656. package/dist/siemens-ix/p-35d6b656.entry.js +2 -0
  657. package/dist/siemens-ix/p-35d6b656.entry.js.map +1 -0
  658. package/dist/siemens-ix/{p-34e530b9.entry.js → p-367df024.entry.js} +2 -2
  659. package/dist/siemens-ix/{p-75d8b192.entry.js → p-3751c675.entry.js} +2 -2
  660. package/dist/siemens-ix/{p-67e4f814.entry.js → p-37bd983a.entry.js} +2 -2
  661. package/dist/siemens-ix/{p-a02e0685.entry.js → p-38e45020.entry.js} +2 -2
  662. package/dist/siemens-ix/{p-fabcc5f5.entry.js → p-396e1f3d.entry.js} +2 -2
  663. package/dist/siemens-ix/{p-0e2b89f2.entry.js → p-3b7573d6.entry.js} +2 -2
  664. package/dist/siemens-ix/p-3ce5fd87.entry.js +2 -0
  665. package/dist/siemens-ix/p-3ce5fd87.entry.js.map +1 -0
  666. package/dist/siemens-ix/{p-4b1745dc.entry.js → p-3d3bba47.entry.js} +2 -2
  667. package/dist/siemens-ix/p-3d3bba47.entry.js.map +1 -0
  668. package/dist/siemens-ix/p-3f13b14e.entry.js +2 -0
  669. package/dist/siemens-ix/p-3f13b14e.entry.js.map +1 -0
  670. package/dist/siemens-ix/p-3f62166e.entry.js +2 -0
  671. package/dist/siemens-ix/{p-9d135d59.entry.js.map → p-3f62166e.entry.js.map} +1 -1
  672. package/dist/siemens-ix/p-425d6925.entry.js +2 -0
  673. package/dist/siemens-ix/{p-db9d5872.entry.js → p-484bddf4.entry.js} +2 -2
  674. package/dist/siemens-ix/{p-51786593.entry.js → p-496e98ac.entry.js} +2 -2
  675. package/dist/siemens-ix/{p-7388d2ee.entry.js → p-4c18f123.entry.js} +2 -2
  676. package/dist/siemens-ix/{p-548a2231.entry.js → p-4c1f90cb.entry.js} +2 -2
  677. package/dist/siemens-ix/{p-3b314194.entry.js → p-4e4d792d.entry.js} +2 -2
  678. package/dist/siemens-ix/{p-608b3631.entry.js → p-534a0e0a.entry.js} +2 -2
  679. package/dist/siemens-ix/{p-d8fb5a86.entry.js → p-5779f16e.entry.js} +2 -2
  680. package/dist/siemens-ix/{p-48cbacaf.entry.js → p-5b57bde1.entry.js} +2 -2
  681. package/dist/siemens-ix/p-620158aa.entry.js +2 -0
  682. package/dist/siemens-ix/{p-347fcf94.entry.js → p-6445a54f.entry.js} +2 -2
  683. package/dist/siemens-ix/{p-aa6368b4.entry.js → p-667e3184.entry.js} +2 -2
  684. package/dist/siemens-ix/{p-538843d4.entry.js → p-6a4bc78a.entry.js} +2 -2
  685. package/dist/siemens-ix/{p-4b65234d.entry.js → p-6dc6eb63.entry.js} +2 -2
  686. package/dist/siemens-ix/p-70af7f44.entry.js +2 -0
  687. package/dist/siemens-ix/{p-467c0fff.entry.js → p-7364534a.entry.js} +2 -2
  688. package/dist/siemens-ix/{p-788e1ef8.entry.js → p-74e7b03f.entry.js} +2 -2
  689. package/dist/siemens-ix/{p-e562ffb2.entry.js → p-77fd2138.entry.js} +2 -2
  690. package/dist/siemens-ix/{p-0d4f0223.entry.js → p-7827c263.entry.js} +2 -2
  691. package/dist/siemens-ix/{p-a4d6ee80.entry.js → p-7bad0544.entry.js} +2 -2
  692. package/dist/siemens-ix/{p-9c862819.entry.js → p-7f90eeef.entry.js} +2 -2
  693. package/dist/siemens-ix/{p-9c862819.entry.js.map → p-7f90eeef.entry.js.map} +1 -1
  694. package/dist/siemens-ix/{p-f3b485de.entry.js → p-81491f7d.entry.js} +2 -2
  695. package/dist/siemens-ix/p-81491f7d.entry.js.map +1 -0
  696. package/dist/siemens-ix/p-8418f756.entry.js +2 -0
  697. package/dist/siemens-ix/p-8418f756.entry.js.map +1 -0
  698. package/dist/siemens-ix/{p-Cz75KU1f.js → p-8HpPmDK_.js} +2 -2
  699. package/dist/siemens-ix/{p-Cz75KU1f.js.map → p-8HpPmDK_.js.map} +1 -1
  700. package/dist/siemens-ix/{p-784c6dd6.entry.js → p-8ce61408.entry.js} +2 -2
  701. package/dist/siemens-ix/{p-c0064123.entry.js → p-8f17f6ec.entry.js} +2 -2
  702. package/dist/siemens-ix/{p-67766c28.entry.js → p-8f9368b8.entry.js} +2 -2
  703. package/dist/siemens-ix/p-8fa8d0e3.entry.js +2 -0
  704. package/dist/siemens-ix/{p-3472fc1a.entry.js → p-8fc2bea6.entry.js} +2 -2
  705. package/dist/siemens-ix/{p-9e7223f6.entry.js → p-905d4977.entry.js} +2 -2
  706. package/dist/siemens-ix/p-92ec7f27.entry.js +2 -0
  707. package/dist/siemens-ix/p-97ef77b3.entry.js +2 -0
  708. package/dist/siemens-ix/p-97ef77b3.entry.js.map +1 -0
  709. package/dist/siemens-ix/{p-CpVbQsUI.js → p-BC0Exw_O.js} +2 -2
  710. package/dist/siemens-ix/{p-CpVbQsUI.js.map → p-BC0Exw_O.js.map} +1 -1
  711. package/dist/siemens-ix/{p-sxLz5AVO.js → p-BcCDexod.js} +2 -2
  712. package/dist/siemens-ix/p-BcCDexod.js.map +1 -0
  713. package/dist/siemens-ix/{p--2LOMK-5.js → p-BhgW5qDm.js} +2 -2
  714. package/dist/siemens-ix/{p--2LOMK-5.js.map → p-BhgW5qDm.js.map} +1 -1
  715. package/dist/siemens-ix/p-C1GTokd8.js +2 -0
  716. package/dist/siemens-ix/p-C1GTokd8.js.map +1 -0
  717. package/dist/siemens-ix/{p-DRnSC9aV.js → p-CObJ-t0Z.js} +2 -2
  718. package/dist/siemens-ix/{p-DRnSC9aV.js.map → p-CObJ-t0Z.js.map} +1 -1
  719. package/dist/siemens-ix/p-Cn013Iz8.js +2 -0
  720. package/dist/siemens-ix/p-Cn013Iz8.js.map +1 -0
  721. package/dist/siemens-ix/p-a3baca2f.entry.js +2 -0
  722. package/dist/siemens-ix/p-a61972c5.entry.js +2 -0
  723. package/dist/siemens-ix/{p-2180ddb8.entry.js.map → p-a61972c5.entry.js.map} +1 -1
  724. package/dist/siemens-ix/{p-9d8fb7dd.entry.js → p-aa89d586.entry.js} +2 -2
  725. package/dist/siemens-ix/{p-fea12773.entry.js → p-b3453edf.entry.js} +2 -2
  726. package/dist/siemens-ix/{p-556417c6.entry.js → p-b41a7abb.entry.js} +2 -2
  727. package/dist/siemens-ix/{p-957d0d0b.entry.js → p-b76df1c7.entry.js} +2 -2
  728. package/dist/siemens-ix/{p-65842e35.entry.js → p-b7ef70d4.entry.js} +2 -2
  729. package/dist/siemens-ix/{p-b7c5ab43.entry.js → p-b8f4b001.entry.js} +2 -2
  730. package/dist/siemens-ix/p-b8f4b001.entry.js.map +1 -0
  731. package/dist/siemens-ix/{p-2f54ce99.entry.js → p-b9880608.entry.js} +2 -2
  732. package/dist/siemens-ix/p-b9e8d497.entry.js +2 -0
  733. package/dist/siemens-ix/{p-5e86944d.entry.js.map → p-b9e8d497.entry.js.map} +1 -1
  734. package/dist/siemens-ix/{p-fc3071d0.entry.js → p-c5c863e1.entry.js} +2 -2
  735. package/dist/siemens-ix/{p-d1941577.entry.js → p-c94739d0.entry.js} +2 -2
  736. package/dist/siemens-ix/{p-04f1b89a.entry.js → p-ca3b24b1.entry.js} +2 -2
  737. package/dist/siemens-ix/p-ca43aa61.entry.js +2 -0
  738. package/dist/siemens-ix/{p-58219b7e.entry.js → p-cd1afcc9.entry.js} +2 -2
  739. package/dist/siemens-ix/{p-d4ba3f9f.entry.js → p-cf041cfd.entry.js} +2 -2
  740. package/dist/siemens-ix/{p-80f55403.entry.js → p-d10b9798.entry.js} +2 -2
  741. package/dist/siemens-ix/{p-ecff1e2f.entry.js → p-d193381f.entry.js} +2 -2
  742. package/dist/siemens-ix/{p-dff78943.entry.js → p-d3a60c52.entry.js} +2 -2
  743. package/dist/siemens-ix/p-d688f76e.entry.js +2 -0
  744. package/dist/siemens-ix/{p-d49f7ae4.entry.js.map → p-d688f76e.entry.js.map} +1 -1
  745. package/dist/siemens-ix/{p-41b9392e.entry.js → p-da3a9845.entry.js} +2 -2
  746. package/dist/siemens-ix/p-dc8de6cb.entry.js +2 -0
  747. package/dist/siemens-ix/p-dc8de6cb.entry.js.map +1 -0
  748. package/dist/siemens-ix/p-de416133.entry.js +2 -0
  749. package/dist/siemens-ix/{p-f753f1f5.entry.js.map → p-de416133.entry.js.map} +1 -1
  750. package/dist/siemens-ix/{p-94fa5d00.entry.js → p-df6bb698.entry.js} +2 -2
  751. package/dist/siemens-ix/{p-85f3aa13.entry.js → p-e0b9cf68.entry.js} +2 -2
  752. package/dist/siemens-ix/{p-81120f11.entry.js → p-e42f62a1.entry.js} +2 -2
  753. package/dist/siemens-ix/{p-da6a27c1.entry.js → p-e48977ed.entry.js} +2 -2
  754. package/dist/siemens-ix/{p-2db36aa6.entry.js → p-e7bdc0a0.entry.js} +2 -2
  755. package/dist/siemens-ix/p-e7bdc0a0.entry.js.map +1 -0
  756. package/dist/siemens-ix/{p-1f5befb2.entry.js → p-ea15fc79.entry.js} +2 -2
  757. package/dist/siemens-ix/{p-4448252f.entry.js → p-ea37abf6.entry.js} +2 -2
  758. package/dist/siemens-ix/{p-b5e0ddb3.entry.js → p-ea410634.entry.js} +2 -2
  759. package/dist/siemens-ix/{p-39950a1c.entry.js → p-eba7f62c.entry.js} +2 -2
  760. package/dist/siemens-ix/p-ebef3d52.entry.js +2 -0
  761. package/dist/siemens-ix/p-ebef3d52.entry.js.map +1 -0
  762. package/dist/siemens-ix/p-fb8877bc.entry.js +2 -0
  763. package/dist/siemens-ix/p-fb8877bc.entry.js.map +1 -0
  764. package/dist/siemens-ix/{p-e25aa385.entry.js → p-fbdf1c7d.entry.js} +2 -2
  765. package/dist/siemens-ix/{p-79798af1.entry.js → p-ff83eafd.entry.js} +2 -2
  766. package/dist/siemens-ix/siemens-ix-core.css +1 -1
  767. package/dist/siemens-ix/siemens-ix.css +12 -23
  768. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  769. package/dist/types/components/date-input/date-input.d.ts +10 -0
  770. package/dist/types/components/field-wrapper/helper-text-util.d.ts +5 -1
  771. package/dist/types/components/input/input.d.ts +9 -0
  772. package/dist/types/components/input/input.fc.d.ts +6 -0
  773. package/dist/types/components/input/input.util.d.ts +1 -0
  774. package/dist/types/components/input/number-input.d.ts +31 -5
  775. package/dist/types/components/menu-about/menu-about.d.ts +1 -1
  776. package/dist/types/components/menu-settings/menu-settings.d.ts +1 -1
  777. package/dist/types/components/radio/radio.d.ts +3 -2
  778. package/dist/types/components/radio-group/radio-group.d.ts +3 -0
  779. package/dist/types/components/select/select.d.ts +11 -0
  780. package/dist/types/components/split-button/split-button.d.ts +15 -4
  781. package/dist/types/components/time-input/time-input.d.ts +10 -0
  782. package/dist/types/components/time-picker/time-picker.d.ts +6 -1
  783. package/dist/types/components/tooltip/tooltip.d.ts +2 -1
  784. package/dist/types/components/utils/application-layout/context.d.ts +0 -1
  785. package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +1 -0
  786. package/dist/types/components.d.ts +150 -241
  787. package/hydrate/index.js +764 -764
  788. package/hydrate/index.mjs +764 -764
  789. package/package.json +1 -1
  790. package/scss/mixins/_input.scss +2 -2
  791. package/scss/theme/classic/dark/_variables.scss +5 -3
  792. package/scss/theme/core/_components.scss +0 -2
  793. package/components/ix-basic-navigation.d.ts +0 -11
  794. package/components/ix-basic-navigation.js +0 -156
  795. package/components/ix-basic-navigation.js.map +0 -1
  796. package/components/ix-map-navigation-overlay.d.ts +0 -11
  797. package/components/ix-map-navigation-overlay.js +0 -9
  798. package/components/ix-map-navigation-overlay.js.map +0 -1
  799. package/components/ix-map-navigation.d.ts +0 -11
  800. package/components/ix-map-navigation.js +0 -240
  801. package/components/ix-map-navigation.js.map +0 -1
  802. package/components/p--2LOMK-5.js.map +0 -1
  803. package/components/p-0MSWDTqB.js.map +0 -1
  804. package/components/p-BaWdG-ph.js.map +0 -1
  805. package/components/p-Bvf7gwPU.js.map +0 -1
  806. package/components/p-CQhe_rqk.js.map +0 -1
  807. package/components/p-DBsESzrF.js.map +0 -1
  808. package/components/p-DLPEB4G8.js.map +0 -1
  809. package/components/p-D_rmJU0n.js.map +0 -1
  810. package/components/p-IgT3dgxG.js.map +0 -1
  811. package/components/p-UEMLzDk6.js +0 -92
  812. package/components/p-UEMLzDk6.js.map +0 -1
  813. package/components/p-yuZO1O90.js +0 -273
  814. package/components/p-yuZO1O90.js.map +0 -1
  815. package/dist/cjs/helper-text-util-BlElJLxk.js.map +0 -1
  816. package/dist/cjs/input.util-4AhBphgX.js.map +0 -1
  817. package/dist/cjs/ix-basic-navigation.cjs.entry.js +0 -93
  818. package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +0 -1
  819. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +0 -56
  820. package/dist/cjs/ix-map-navigation-overlay.entry.cjs.js.map +0 -1
  821. package/dist/cjs/ix-map-navigation.cjs.entry.js +0 -169
  822. package/dist/cjs/ix-map-navigation.entry.cjs.js.map +0 -1
  823. package/dist/cjs/ix-menu-settings-Cdqo0r8E.js.map +0 -1
  824. package/dist/collection/components/basic-navigation/basic-navigation.css +0 -113
  825. package/dist/collection/components/basic-navigation/basic-navigation.js +0 -209
  826. package/dist/collection/components/basic-navigation/basic-navigation.js.map +0 -1
  827. package/dist/collection/components/map-navigation/map-navigation.css +0 -212
  828. package/dist/collection/components/map-navigation/map-navigation.js +0 -401
  829. package/dist/collection/components/map-navigation/map-navigation.js.map +0 -1
  830. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +0 -156
  831. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +0 -209
  832. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +0 -1
  833. package/dist/esm/helper-text-util-rnbkuaac.js.map +0 -1
  834. package/dist/esm/input.util-VHrSuCP7.js.map +0 -1
  835. package/dist/esm/ix-basic-navigation.entry.js +0 -91
  836. package/dist/esm/ix-basic-navigation.entry.js.map +0 -1
  837. package/dist/esm/ix-map-navigation-overlay.entry.js +0 -54
  838. package/dist/esm/ix-map-navigation-overlay.entry.js.map +0 -1
  839. package/dist/esm/ix-map-navigation.entry.js +0 -167
  840. package/dist/esm/ix-map-navigation.entry.js.map +0 -1
  841. package/dist/esm/ix-menu-settings-DRSkDgox.js.map +0 -1
  842. package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +0 -1
  843. package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +0 -1
  844. package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +0 -1
  845. package/dist/siemens-ix/p-01030dfb.entry.js +0 -2
  846. package/dist/siemens-ix/p-01030dfb.entry.js.map +0 -1
  847. package/dist/siemens-ix/p-08f4c3f0.entry.js +0 -2
  848. package/dist/siemens-ix/p-2055daf3.entry.js +0 -2
  849. package/dist/siemens-ix/p-2055daf3.entry.js.map +0 -1
  850. package/dist/siemens-ix/p-2180ddb8.entry.js +0 -2
  851. package/dist/siemens-ix/p-2db36aa6.entry.js.map +0 -1
  852. package/dist/siemens-ix/p-4b1745dc.entry.js.map +0 -1
  853. package/dist/siemens-ix/p-4f2fb1c5.entry.js +0 -2
  854. package/dist/siemens-ix/p-4f2fb1c5.entry.js.map +0 -1
  855. package/dist/siemens-ix/p-52d377d1.entry.js +0 -2
  856. package/dist/siemens-ix/p-52d377d1.entry.js.map +0 -1
  857. package/dist/siemens-ix/p-5e86944d.entry.js +0 -2
  858. package/dist/siemens-ix/p-710af987.entry.js +0 -2
  859. package/dist/siemens-ix/p-710af987.entry.js.map +0 -1
  860. package/dist/siemens-ix/p-730a6161.entry.js +0 -2
  861. package/dist/siemens-ix/p-730a6161.entry.js.map +0 -1
  862. package/dist/siemens-ix/p-7e612a3b.entry.js +0 -2
  863. package/dist/siemens-ix/p-7e612a3b.entry.js.map +0 -1
  864. package/dist/siemens-ix/p-845054ca.entry.js +0 -2
  865. package/dist/siemens-ix/p-879a0cc5.entry.js +0 -2
  866. package/dist/siemens-ix/p-879a0cc5.entry.js.map +0 -1
  867. package/dist/siemens-ix/p-8aa0fda7.entry.js +0 -2
  868. package/dist/siemens-ix/p-8aa0fda7.entry.js.map +0 -1
  869. package/dist/siemens-ix/p-92a6324b.entry.js +0 -2
  870. package/dist/siemens-ix/p-9d135d59.entry.js +0 -2
  871. package/dist/siemens-ix/p-CX3n_rRh.js +0 -2
  872. package/dist/siemens-ix/p-CX3n_rRh.js.map +0 -1
  873. package/dist/siemens-ix/p-DS9crO46.js +0 -2
  874. package/dist/siemens-ix/p-DS9crO46.js.map +0 -1
  875. package/dist/siemens-ix/p-ad20efd0.entry.js +0 -2
  876. package/dist/siemens-ix/p-b6736ce7.entry.js +0 -2
  877. package/dist/siemens-ix/p-b6736ce7.entry.js.map +0 -1
  878. package/dist/siemens-ix/p-b7c5ab43.entry.js.map +0 -1
  879. package/dist/siemens-ix/p-c4b26603.entry.js +0 -2
  880. package/dist/siemens-ix/p-cc80918d.entry.js +0 -2
  881. package/dist/siemens-ix/p-d120adf6.entry.js +0 -2
  882. package/dist/siemens-ix/p-d120adf6.entry.js.map +0 -1
  883. package/dist/siemens-ix/p-d49f7ae4.entry.js +0 -2
  884. package/dist/siemens-ix/p-dd89a190.entry.js +0 -2
  885. package/dist/siemens-ix/p-e3c57208.entry.js +0 -2
  886. package/dist/siemens-ix/p-eebe632b.entry.js +0 -2
  887. package/dist/siemens-ix/p-eebe632b.entry.js.map +0 -1
  888. package/dist/siemens-ix/p-eef311b1.entry.js +0 -2
  889. package/dist/siemens-ix/p-eef311b1.entry.js.map +0 -1
  890. package/dist/siemens-ix/p-f29f280b.entry.js +0 -2
  891. package/dist/siemens-ix/p-f3b485de.entry.js.map +0 -1
  892. package/dist/siemens-ix/p-f753f1f5.entry.js +0 -2
  893. package/dist/siemens-ix/p-f82e4e0f.entry.js +0 -2
  894. package/dist/siemens-ix/p-f82e4e0f.entry.js.map +0 -1
  895. package/dist/siemens-ix/p-sxLz5AVO.js.map +0 -1
  896. package/dist/types/components/basic-navigation/basic-navigation.d.ts +0 -33
  897. package/dist/types/components/map-navigation/map-navigation.d.ts +0 -68
  898. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +0 -43
  899. package/scss/theme/core/components/map-navigation.scss +0 -20
  900. /package/dist/siemens-ix/{p-08f4c3f0.entry.js.map → p-0411df39.entry.js.map} +0 -0
  901. /package/dist/siemens-ix/{p-6f152ed2.entry.js.map → p-06a2c69b.entry.js.map} +0 -0
  902. /package/dist/siemens-ix/{p-7e6beda5.entry.js.map → p-0ce03ad3.entry.js.map} +0 -0
  903. /package/dist/siemens-ix/{p-17a74a48.entry.js.map → p-0d621531.entry.js.map} +0 -0
  904. /package/dist/siemens-ix/{p-f9b4e5f1.entry.js.map → p-162a4cc0.entry.js.map} +0 -0
  905. /package/dist/siemens-ix/{p-337a3457.entry.js.map → p-196cffb5.entry.js.map} +0 -0
  906. /package/dist/siemens-ix/{p-20ad8d1e.entry.js.map → p-1c83cb5f.entry.js.map} +0 -0
  907. /package/dist/siemens-ix/{p-3acbbe01.entry.js.map → p-1de1a2bf.entry.js.map} +0 -0
  908. /package/dist/siemens-ix/{p-89449e22.entry.js.map → p-2597a988.entry.js.map} +0 -0
  909. /package/dist/siemens-ix/{p-e825a921.entry.js.map → p-2ffde2d5.entry.js.map} +0 -0
  910. /package/dist/siemens-ix/{p-759ba03d.entry.js.map → p-31a8eaf9.entry.js.map} +0 -0
  911. /package/dist/siemens-ix/{p-7cf61ff6.entry.js.map → p-33fcea65.entry.js.map} +0 -0
  912. /package/dist/siemens-ix/{p-34e530b9.entry.js.map → p-367df024.entry.js.map} +0 -0
  913. /package/dist/siemens-ix/{p-75d8b192.entry.js.map → p-3751c675.entry.js.map} +0 -0
  914. /package/dist/siemens-ix/{p-67e4f814.entry.js.map → p-37bd983a.entry.js.map} +0 -0
  915. /package/dist/siemens-ix/{p-a02e0685.entry.js.map → p-38e45020.entry.js.map} +0 -0
  916. /package/dist/siemens-ix/{p-fabcc5f5.entry.js.map → p-396e1f3d.entry.js.map} +0 -0
  917. /package/dist/siemens-ix/{p-0e2b89f2.entry.js.map → p-3b7573d6.entry.js.map} +0 -0
  918. /package/dist/siemens-ix/{p-845054ca.entry.js.map → p-425d6925.entry.js.map} +0 -0
  919. /package/dist/siemens-ix/{p-db9d5872.entry.js.map → p-484bddf4.entry.js.map} +0 -0
  920. /package/dist/siemens-ix/{p-51786593.entry.js.map → p-496e98ac.entry.js.map} +0 -0
  921. /package/dist/siemens-ix/{p-7388d2ee.entry.js.map → p-4c18f123.entry.js.map} +0 -0
  922. /package/dist/siemens-ix/{p-548a2231.entry.js.map → p-4c1f90cb.entry.js.map} +0 -0
  923. /package/dist/siemens-ix/{p-3b314194.entry.js.map → p-4e4d792d.entry.js.map} +0 -0
  924. /package/dist/siemens-ix/{p-608b3631.entry.js.map → p-534a0e0a.entry.js.map} +0 -0
  925. /package/dist/siemens-ix/{p-d8fb5a86.entry.js.map → p-5779f16e.entry.js.map} +0 -0
  926. /package/dist/siemens-ix/{p-48cbacaf.entry.js.map → p-5b57bde1.entry.js.map} +0 -0
  927. /package/dist/siemens-ix/{p-dd89a190.entry.js.map → p-620158aa.entry.js.map} +0 -0
  928. /package/dist/siemens-ix/{p-347fcf94.entry.js.map → p-6445a54f.entry.js.map} +0 -0
  929. /package/dist/siemens-ix/{p-aa6368b4.entry.js.map → p-667e3184.entry.js.map} +0 -0
  930. /package/dist/siemens-ix/{p-538843d4.entry.js.map → p-6a4bc78a.entry.js.map} +0 -0
  931. /package/dist/siemens-ix/{p-4b65234d.entry.js.map → p-6dc6eb63.entry.js.map} +0 -0
  932. /package/dist/siemens-ix/{p-e3c57208.entry.js.map → p-70af7f44.entry.js.map} +0 -0
  933. /package/dist/siemens-ix/{p-467c0fff.entry.js.map → p-7364534a.entry.js.map} +0 -0
  934. /package/dist/siemens-ix/{p-788e1ef8.entry.js.map → p-74e7b03f.entry.js.map} +0 -0
  935. /package/dist/siemens-ix/{p-e562ffb2.entry.js.map → p-77fd2138.entry.js.map} +0 -0
  936. /package/dist/siemens-ix/{p-0d4f0223.entry.js.map → p-7827c263.entry.js.map} +0 -0
  937. /package/dist/siemens-ix/{p-a4d6ee80.entry.js.map → p-7bad0544.entry.js.map} +0 -0
  938. /package/dist/siemens-ix/{p-784c6dd6.entry.js.map → p-8ce61408.entry.js.map} +0 -0
  939. /package/dist/siemens-ix/{p-c0064123.entry.js.map → p-8f17f6ec.entry.js.map} +0 -0
  940. /package/dist/siemens-ix/{p-67766c28.entry.js.map → p-8f9368b8.entry.js.map} +0 -0
  941. /package/dist/siemens-ix/{p-92a6324b.entry.js.map → p-8fa8d0e3.entry.js.map} +0 -0
  942. /package/dist/siemens-ix/{p-3472fc1a.entry.js.map → p-8fc2bea6.entry.js.map} +0 -0
  943. /package/dist/siemens-ix/{p-9e7223f6.entry.js.map → p-905d4977.entry.js.map} +0 -0
  944. /package/dist/siemens-ix/{p-c4b26603.entry.js.map → p-92ec7f27.entry.js.map} +0 -0
  945. /package/dist/siemens-ix/{p-ad20efd0.entry.js.map → p-a3baca2f.entry.js.map} +0 -0
  946. /package/dist/siemens-ix/{p-9d8fb7dd.entry.js.map → p-aa89d586.entry.js.map} +0 -0
  947. /package/dist/siemens-ix/{p-fea12773.entry.js.map → p-b3453edf.entry.js.map} +0 -0
  948. /package/dist/siemens-ix/{p-556417c6.entry.js.map → p-b41a7abb.entry.js.map} +0 -0
  949. /package/dist/siemens-ix/{p-957d0d0b.entry.js.map → p-b76df1c7.entry.js.map} +0 -0
  950. /package/dist/siemens-ix/{p-65842e35.entry.js.map → p-b7ef70d4.entry.js.map} +0 -0
  951. /package/dist/siemens-ix/{p-2f54ce99.entry.js.map → p-b9880608.entry.js.map} +0 -0
  952. /package/dist/siemens-ix/{p-fc3071d0.entry.js.map → p-c5c863e1.entry.js.map} +0 -0
  953. /package/dist/siemens-ix/{p-d1941577.entry.js.map → p-c94739d0.entry.js.map} +0 -0
  954. /package/dist/siemens-ix/{p-04f1b89a.entry.js.map → p-ca3b24b1.entry.js.map} +0 -0
  955. /package/dist/siemens-ix/{p-cc80918d.entry.js.map → p-ca43aa61.entry.js.map} +0 -0
  956. /package/dist/siemens-ix/{p-58219b7e.entry.js.map → p-cd1afcc9.entry.js.map} +0 -0
  957. /package/dist/siemens-ix/{p-d4ba3f9f.entry.js.map → p-cf041cfd.entry.js.map} +0 -0
  958. /package/dist/siemens-ix/{p-80f55403.entry.js.map → p-d10b9798.entry.js.map} +0 -0
  959. /package/dist/siemens-ix/{p-ecff1e2f.entry.js.map → p-d193381f.entry.js.map} +0 -0
  960. /package/dist/siemens-ix/{p-dff78943.entry.js.map → p-d3a60c52.entry.js.map} +0 -0
  961. /package/dist/siemens-ix/{p-41b9392e.entry.js.map → p-da3a9845.entry.js.map} +0 -0
  962. /package/dist/siemens-ix/{p-94fa5d00.entry.js.map → p-df6bb698.entry.js.map} +0 -0
  963. /package/dist/siemens-ix/{p-85f3aa13.entry.js.map → p-e0b9cf68.entry.js.map} +0 -0
  964. /package/dist/siemens-ix/{p-81120f11.entry.js.map → p-e42f62a1.entry.js.map} +0 -0
  965. /package/dist/siemens-ix/{p-da6a27c1.entry.js.map → p-e48977ed.entry.js.map} +0 -0
  966. /package/dist/siemens-ix/{p-1f5befb2.entry.js.map → p-ea15fc79.entry.js.map} +0 -0
  967. /package/dist/siemens-ix/{p-4448252f.entry.js.map → p-ea37abf6.entry.js.map} +0 -0
  968. /package/dist/siemens-ix/{p-b5e0ddb3.entry.js.map → p-ea410634.entry.js.map} +0 -0
  969. /package/dist/siemens-ix/{p-39950a1c.entry.js.map → p-eba7f62c.entry.js.map} +0 -0
  970. /package/dist/siemens-ix/{p-e25aa385.entry.js.map → p-fbdf1c7d.entry.js.map} +0 -0
  971. /package/dist/siemens-ix/{p-79798af1.entry.js.map → p-ff83eafd.entry.js.map} +0 -0
@@ -346,7 +346,7 @@ export class Dropdown {
346
346
  this.applyDropdownPosition();
347
347
  }
348
348
  render() {
349
- return (h(Host, { key: 'ee3eb8e3b68d99b1b5b81fe5540ea3b32ff41f09', "data-ix-dropdown": this.localUId, class: {
349
+ return (h(Host, { key: '04a27e5950bf94cc355c91e0339f9450d46ff103', "data-ix-dropdown": this.localUId, class: {
350
350
  'dropdown-menu': true,
351
351
  show: this.show,
352
352
  overflow: !this.suppressOverflowBehavior,
@@ -354,7 +354,7 @@ export class Dropdown {
354
354
  margin: '0',
355
355
  minWidth: '0px',
356
356
  position: this.positioningStrategy,
357
- }, role: "list", onClick: (event) => this.onDropdownClick(event) }, h("div", { key: '2ba27fbce21906f5ae9e98fa3527a834d9370938', style: { display: 'contents' } }, this.header && h("div", { key: 'fa128cf328ac0228b99723fef040448979f610f9', class: "dropdown-header" }, this.header), this.show && h("slot", { key: '2310f848f75cab461581ffb83d71b1b99ba7dc2e' }))));
357
+ }, role: "list", onClick: (event) => this.onDropdownClick(event) }, h("div", { key: 'a5a82065838d09c0b0e8aa24887485664d0631b7', style: { display: 'contents' } }, this.header && h("div", { key: '08e34e9d67769670fed4328d59d23de0d0bc1ccb', class: "dropdown-header" }, this.header), this.show && h("slot", { key: 'ecf81415481bb26881fd6976b5e069ac444bb821' }))));
358
358
  }
359
359
  static get is() { return "ix-dropdown"; }
360
360
  static get encapsulation() { return "shadow"; }
@@ -38,11 +38,11 @@ export class DropdownButton {
38
38
  } }));
39
39
  }
40
40
  render() {
41
- return (h(Host, { key: '7bf428f629c4b9c4abe352fa22e187298f50d9ba', class: {
41
+ return (h(Host, { key: '4e4aca39eff13b8f665682b3f2dc9ace533c7ca0', class: {
42
42
  disabled: this.disabled,
43
- }, ref: this.dropdownAnchor }, h("div", { key: 'a1f250a7137b42f0f3a12a92190ea18929412b82', class: "dropdown-button" }, this.label ? (h("ix-button", { variant: this.variant, disabled: this.disabled, alignment: "start", ariaLabel: this.ariaLabelDropdownButton }, h("div", { class: 'content' }, this.icon ? (h("ix-icon", { name: this.icon, size: "24", class: 'dropdown-icon' })) : null, h("div", { class: 'button-label' }, this.label), h("ix-icon", { name: this.dropdownShow
43
+ }, ref: this.dropdownAnchor }, h("div", { key: '9583ed2274621e67d779e9668fead87f663b7558', class: "dropdown-button" }, this.label ? (h("ix-button", { variant: this.variant, disabled: this.disabled, alignment: "start", ariaLabel: this.ariaLabelDropdownButton }, h("div", { class: 'content' }, this.icon ? (h("ix-icon", { name: this.icon, size: "24", class: 'dropdown-icon' })) : null, h("div", { class: 'button-label' }, this.label), h("ix-icon", { name: this.dropdownShow
44
44
  ? iconChevronUpSmall
45
- : iconChevronDownSmall, size: "24" })))) : (h("div", null, h("ix-icon-button", { icon: this.icon, variant: this.variant, disabled: this.disabled }), this.getTriangle()))), h("ix-dropdown", { key: 'e726b227804176cc0b63a6c1bffc3d822820200d', class: "dropdown", trigger: this.dropdownAnchor.waitForCurrent(), placement: this.placement, closeBehavior: this.closeBehavior, onShowChanged: this.onDropdownShowChanged }, h("slot", { key: '9c596b8bd686b0e69336b563aef512aba7937275' }))));
45
+ : iconChevronDownSmall, size: "24" })))) : (h("div", null, h("ix-icon-button", { icon: this.icon, variant: this.variant, disabled: this.disabled }), this.getTriangle()))), h("ix-dropdown", { key: 'e4fd6fb8451d8883fac84764758a90ce6dc4d433', class: "dropdown", trigger: this.dropdownAnchor.waitForCurrent(), placement: this.placement, closeBehavior: this.closeBehavior, onShowChanged: this.onDropdownShowChanged }, h("slot", { key: 'be8d3427e80c326bc7a6993f53190e290b824967' }))));
46
46
  }
47
47
  static get is() { return "ix-dropdown-button"; }
48
48
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@
9
9
  import { h, Host } from "@stencil/core";
10
10
  export class DropdownHeader {
11
11
  render() {
12
- return (h(Host, { key: '48d7022431ca3afd5b2a54d5ed66a753a65b11ba' }, h("ix-typography", { key: '930b1334c8a9e2974393bebec6890e72e204f360', class: 'category-text', format: 'h5' }, this.label)));
12
+ return (h(Host, { key: '8c2634f5c46a222e4803fa7ae426fcdf9d8edaf4' }, h("ix-typography", { key: '0951a5b06d746db809529a9149e021696507ade2', class: 'category-text', format: 'h5' }, this.label)));
13
13
  }
14
14
  static get is() { return "ix-dropdown-header"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -41,15 +41,15 @@ export class DropdownItem {
41
41
  this.icon !== undefined);
42
42
  }
43
43
  render() {
44
- return (h(Host, { key: 'a5b2ef55abc61e30f76a2936f8a3dab1089bce21', class: {
44
+ return (h(Host, { key: '4683b34a35d26f4cdce448ed24cdc5115f838fed', class: {
45
45
  hover: this.hover,
46
46
  'icon-only': this.isIconOnly(),
47
47
  disabled: this.disabled,
48
48
  submenu: this.isSubMenu,
49
- }, role: "listitem" }, h("button", { key: '8bbf025361d0f8f7e07e54e3d377a91900f40181', type: "button", tabIndex: 0, class: {
49
+ }, role: "listitem" }, h("button", { key: 'a655623c265f18e805a0f60a093dd4ac565ab35c', type: "button", tabIndex: 0, class: {
50
50
  'dropdown-item': true,
51
51
  'no-checked-field': this.suppressChecked,
52
- }, onClick: () => this.emitItemClick(), "aria-label": this.ariaLabelButton }, !this.suppressChecked ? (h("div", { class: "dropdown-item-checked" }, this.checked ? (h("ix-icon", { class: "checkmark", name: iconSingleCheck, size: "16" })) : null)) : null, this.icon ? (h("ix-icon", { class: "dropdown-item-icon", name: this.icon, "aria-label": this.ariaLabelIcon })) : null, h("div", { key: '65fae7a6a32288a2b48be1cb26c83ae4faea527a', class: "dropdown-item-text" }, this.label, h("slot", { key: '5b0f74293fcfecf625a83abf1a5ac4de8f6f55ea' })), this.isSubMenu ? (h("ix-icon", { name: iconChevronRightSmall, class: 'submenu-icon' })) : null)));
52
+ }, onClick: () => this.emitItemClick(), "aria-label": this.ariaLabelButton }, !this.suppressChecked ? (h("div", { class: "dropdown-item-checked" }, this.checked ? (h("ix-icon", { class: "checkmark", name: iconSingleCheck, size: "16" })) : null)) : null, this.icon ? (h("ix-icon", { class: "dropdown-item-icon", name: this.icon, "aria-label": this.ariaLabelIcon })) : null, h("div", { key: 'd88e90650387ce4dd0d440fe03bf21c19c785709', class: "dropdown-item-text" }, this.label, h("slot", { key: 'd892aabbb2e268d36c348b800c043d08f2ceef83' })), this.isSubMenu ? (h("ix-icon", { name: iconChevronRightSmall, class: 'submenu-icon' })) : null)));
53
53
  }
54
54
  static get is() { return "ix-dropdown-item"; }
55
55
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@
9
9
  import { h, Host } from "@stencil/core";
10
10
  export class DropdownQuickActions {
11
11
  render() {
12
- return (h(Host, { key: '35441282ec232f2028ff15215a93a48c6d4e46ed' }, h("slot", { key: '91f97516822014d5b70ee4b7134f9c377cb70824' })));
12
+ return (h(Host, { key: '270b8dba8a8b79072beb81301d923f8f8754b70f' }, h("slot", { key: '9970e51c7af36350359311ea217e2a402a35f994' })));
13
13
  }
14
14
  static get is() { return "ix-dropdown-quick-actions"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -15,7 +15,7 @@ export class EmptyState {
15
15
  this.layout = 'large';
16
16
  }
17
17
  render() {
18
- return (h(Host, { key: 'd9b634f06732db0749e3c9c3167ae711f96a7183', class: `emptyState emptyState--${this.layout}` }, this.icon && (h("div", { key: 'a6a98e33af14d3a66d207c2d77d1aa6e34800538', class: "emptyState__icon" }, h("ix-icon", { key: '8511efa645e81a5d1604cdd01e2f4caf95e01d3b', name: this.icon, size: this.layout === 'large' ? '32' : '32', color: "color-soft-text", "aria-label": this.ariaLabelEmptyStateIcon }))), h("div", { key: 'b33eaf65405ef3941876dd7b9cf0f561e9de1649', class: "emptyState__content" }, h("div", { key: '3b9670173d55afc815b8e43606b06c535ddd51d6', class: "content__label" }, h("ix-typography", { key: 'e461e4696bd05399ad8a3f270edff959d6a49fbd', format: this.layout === 'large' ? 'h3' : 'body' }, this.header), this.subHeader && (h("div", { key: 'ff0926ea025bb9a374ac765ac287b757af6f7c22', class: "label__subHeader" }, this.subHeader))), this.action && (h("div", { key: '611fbc746d27fcde68f6dd11db2a0b2d3725ff05', class: "content__action" }, h("ix-button", { key: 'ee78f195e25bbed7ece55ffc5e5884ad5ea9fef9', onClick: () => this.actionClick.emit() }, this.action))))));
18
+ return (h(Host, { key: '40044bc561b77f0ca121fec086c4e50959cd84b8', class: `emptyState emptyState--${this.layout}` }, this.icon && (h("div", { key: '4f7caad68b5bfdae9a3becc0d9cb86e6aa121b9a', class: "emptyState__icon" }, h("ix-icon", { key: '4f3540bc8589358f3a81136bf18e37a963ccf8c4', name: this.icon, size: this.layout === 'large' ? '32' : '32', color: "color-soft-text", "aria-label": this.ariaLabelEmptyStateIcon }))), h("div", { key: 'aa658e73609ff249ada8b4a11897bc6fd16f3e27', class: "emptyState__content" }, h("div", { key: 'f46a03dcf711bdfc3919d3f94e5b60e64f434173', class: "content__label" }, h("ix-typography", { key: 'dd56a7bc024921adedf792ed956614a13a7dd723', format: this.layout === 'large' ? 'h3' : 'body' }, this.header), this.subHeader && (h("div", { key: '7813b0fd9e490328b24566ae0abb805dbc2d1b3b', class: "label__subHeader" }, this.subHeader))), this.action && (h("div", { key: '4ffbf8f873bff95e04376dac344cd312d39a68d6', class: "content__action" }, h("ix-button", { key: '20739fd736c3176034dcc6d564c09879f745b9b3', onClick: () => this.actionClick.emit() }, this.action))))));
19
19
  }
20
20
  static get is() { return "ix-empty-state"; }
21
21
  static get encapsulation() { return "shadow"; }
@@ -128,11 +128,11 @@ export class EventList {
128
128
  });
129
129
  }
130
130
  render() {
131
- return (h(Host, { key: '700b662ebfba2754f0c4c0d3bf09e95c5277760d', class: {
131
+ return (h(Host, { key: '71648df2cdbbb1951fa970739cdf1a6f4bd1c40f', class: {
132
132
  'item-size-s': this.itemHeight === 'S',
133
133
  'item-size-l': this.itemHeight === 'L',
134
134
  compact: this.compact,
135
- } }, h("div", { key: 'ebfed96ff53b21d49c9b9464978c79faa22210e0', role: "list" }, h("slot", { key: '4df468a4c4cc9643dae0b13f7b88df3402e3beaf' }))));
135
+ } }, h("div", { key: 'ce46bd8d70b502d2dd19ffee75d2f3ae45e95d5a', role: "list" }, h("slot", { key: '016b05cd0e580af2e89232c3f4a0b5ebad8bda62' }))));
136
136
  }
137
137
  static get is() { return "ix-event-list"; }
138
138
  static get encapsulation() { return "shadow"; }
@@ -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: 'd03c2d90446a33d65d9a8899e4966b7493126b50', class: {
41
+ return (h(Host, { key: '76e06ddd63da8e0adec50dcd20bc61e2f2d1e1c0', class: {
42
42
  disabled: this.disabled,
43
43
  [`event-list-item-${this.variant}`]: true,
44
- } }, h("div", { key: 'fef59b96300f41b2454dc5033d070cc49a3418f5', role: "listitem", "aria-disabled": a11yBoolean(this.disabled), class: {
44
+ } }, h("div", { key: 'b04e600de4ca8f82c0ac973f6df2efc6a9c1acdb', 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: '5d9cee6f17423412e512046cb2db08e67e8bf692', class: `indicator ${!this.itemColor ? 'indicator-empty' : ''}`, style: {
48
+ } }, h("div", { key: 'e8cbc3d3a7e752fd60fa30b92503d4c7a2b64392', 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: '19c487ecf53c8e3b277ed01d4e894cb60b314484', class: "event-list-item-container" }, h("div", { key: '272e1d5326384ee10820219d010c2210632c1aaf', class: "event-content" }, h("slot", { key: 'e901ca6e3059c187f5f3711610edaa9325f85112' })), this.chevron && (h("ix-icon", { key: '5193a58d44e7a7d5c903d64c2c757575e9711806', name: iconChevronRight, size: "16", class: "chevron-icon", "aria-hidden": "true" }))))));
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" }))))));
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: '91622f4e7d04b72c143c27d92097b16e05314423', class: {
69
+ return (h(Host, { key: 'a7502cbddcb136608813c4fe522e868ae3d5806d', class: {
70
70
  expanded: this.expanded,
71
71
  'right-position': this.expanded,
72
72
  fullWidth: this.fullWidth,
73
- } }, h("ix-icon-button", { key: '1c84d2ec7fac2727f626b796348d60c41f559d55', 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: '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: {
74
74
  'btn-search': true,
75
75
  'btn-search--expanded': this.expanded,
76
- }, "aria-label": this.ariaLabelSearchIconButton }), h("div", { key: 'a407add1967deb4343c4044fecbe2836f73f967f', class: {
76
+ }, "aria-label": this.ariaLabelSearchIconButton }), h("div", { key: 'b12d4ab2b26f00564d6edc1c3fd0d0f1ba48a8c2', 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: '6842d94f77a0b6ed4fb0ed6c6d77bb7e7937bacd', class: {
82
+ }, "data-testid": "input-wrapper" }, h("input", { key: '47f11db65a0f58d1fb0c77239062b8414538d200', class: {
83
83
  'ix-form-control': true,
84
84
  input: this.expanded,
85
85
  'disable-pointer': !this.expanded,
@@ -113,7 +113,7 @@ export class FormFieldLabel {
113
113
  }
114
114
  }
115
115
  render() {
116
- return (h(Host, { key: '77162f206e9a44c451be1c3e63f36647514df468', onClick: () => this.focusOnClick() }, h("label", Object.assign({ key: '73aae16a736c4bcb35e87947128df17dae60b262', htmlFor: this.htmlFor }, this.a11yAttributes, { ref: this.labelRef }), h("ix-typography", { key: 'b73ceb433e4db5c0fb178ba7aebb61c24e1cf37a', textColor: this.isInvalid ? 'alarm' : 'soft', format: "label" }, h("slot", { key: '8625032e1c28424e817ec6c2a7aaab73cfaf1900' }), this.required && h("span", { key: 'c1b865c52013bbb51ceb8797a324bffbe771eaa9' }, "*")))));
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' }, "*")))));
117
117
  }
118
118
  static get is() { return "ix-field-label"; }
119
119
  static get encapsulation() { return "shadow"; }
@@ -50,9 +50,9 @@ export class FieldWrapper {
50
50
  infoText: this.infoText,
51
51
  helperText: this.helperText,
52
52
  };
53
- return (h(Host, { key: '3ea3695c5b1cb5cb88461edf1a695dbbffc41446' }, this.label && (h("div", { key: '6e70790f01487566ca50218321827083273a8b72', class: "field-top" }, h("ix-field-label", { key: 'e95f598950e502b0b740aa715b4ba98d29988274', required: this.required, htmlFor: this.htmlForLabel, controlRef: this.controlRef, isInvalid: this.isInvalid }, this.label))), h("div", { key: '779b3fc2560650307ce95531b49354a9c5d87ecd', class: {
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: {
54
54
  'slot-wrapper': true,
55
- }, ref: this.slotRef }, h("slot", { key: 'de4549ef8be697b8298962bb254c33b531cbc915' })), h("div", { key: '638eab71346a22e27c6e255d1ffd631d9f714cc7', class: 'field-bottom' }, !this.showTextAsTooltip && h(HelperText, Object.assign({ key: '37e18fbd7031e597ab332cb0dbc1d49f8fd64204' }, textOptions)), h("div", { key: '0b8ac94f2968e14a3d0640ab74f00a3d51eb74a2', class: "bottom-right" }, h("slot", { key: 'd8357cafd084a1481b1312d624493bbde299a270', name: "bottom-right" }))), this.showTextAsTooltip === true && hasAnyText(textOptions) && (h("ix-tooltip", { key: 'd4e277ed85a1cbb2d28779bfee25569cbd717e41', for: this.slotRef.waitForCurrent(), showDelay: 500, placement: "bottom" }, h(HelperText, Object.assign({ key: '0286be2eb095edbfb7f97c794dac74d79c2c4ad0' }, textOptions))))));
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))))));
56
56
  }
57
57
  static get is() { return "ix-field-wrapper"; }
58
58
  static get encapsulation() { return "shadow"; }
@@ -8,8 +8,12 @@
8
8
  */
9
9
  import { h } from "@stencil/core";
10
10
  import { iconError, iconInfo, iconSuccess, iconWarning, } from "@siemens/ix-icons/icons";
11
- export function hasAnyText({ invalidText, warningText, infoText, validText, helperText, }) {
12
- return [invalidText, warningText, infoText, validText, helperText].some((text) => text === null || text === void 0 ? void 0 : text.trim());
11
+ export function hasAnyText({ invalidText, isInvalid, warningText, isWarning, infoText, isInfo, validText, isValid, helperText, }) {
12
+ return !!((isInvalid && (invalidText === null || invalidText === void 0 ? void 0 : invalidText.trim())) ||
13
+ (isWarning && (warningText === null || warningText === void 0 ? void 0 : warningText.trim())) ||
14
+ (isInfo && (infoText === null || infoText === void 0 ? void 0 : infoText.trim())) ||
15
+ (isValid && (validText === null || validText === void 0 ? void 0 : validText.trim())) ||
16
+ (helperText === null || helperText === void 0 ? void 0 : helperText.trim()));
13
17
  }
14
18
  export function HelperText(props) {
15
19
  if (!hasAnyText(props))
@@ -1 +1 @@
1
- {"version":3,"file":"helper-text-util.js","sourceRoot":"","sources":["../../../src/components/field-wrapper/helper-text-util.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAClC,OAAO,EACL,SAAS,EACT,QAAQ,EACR,WAAW,EACX,WAAW,GACZ,MAAM,yBAAyB,CAAC;AAEjC,MAAM,UAAU,UAAU,CAAC,EACzB,WAAW,EACX,WAAW,EACX,QAAQ,EACR,SAAS,EACT,UAAU,GAOX;IACC,OAAO,CAAC,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC,IAAI,CACrE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,EAAE,CACvB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,UAAU,CACxB,KAUE;IAEF,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;QAAE,OAAO,IAAI,CAAC;IACpC,IAAI,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,WAAW,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC;QAC5E,OAAO,CACL,qBAAe,SAAS,EAAC,OAAO,EAAC,KAAK,EAAC,aAAa;YAClD,eAAS,KAAK,EAAC,mBAAmB,EAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAC,IAAI,GAAW;YACvE,KAAK,CAAC,WAAW,CACJ,CACjB,CAAC;IACJ,CAAC;IAED,IAAI,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,WAAW,IAAI,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC;QAC5E,OAAO,CACL,qBAAe,SAAS,EAAC,KAAK,EAAC,KAAK,EAAC,aAAa;YAChD,eACE,KAAK,EAAC,mBAAmB,EACzB,IAAI,EAAE,WAAW,EACjB,IAAI,EAAC,IAAI,GACA;YACV,KAAK,CAAC,WAAW,CACJ,CACjB,CAAC;IACJ,CAAC;IAED,IAAI,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,QAAQ,IAAI,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC;QACnE,OAAO,CACL,qBAAe,SAAS,EAAC,KAAK,EAAC,KAAK,EAAC,aAAa;YAChD,eAAS,KAAK,EAAC,gBAAgB,EAAC,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAC,IAAI,GAAW;YACnE,KAAK,CAAC,QAAQ,CACD,CACjB,CAAC;IACJ,CAAC;IAED,IAAI,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC;QACtE,OAAO,CACL,qBAAe,SAAS,EAAC,KAAK,EAAC,KAAK,EAAC,aAAa;YAChD,eAAS,KAAK,EAAC,iBAAiB,EAAC,IAAI,EAAE,WAAW,EAAE,IAAI,EAAC,IAAI,GAAW;YACvE,KAAK,CAAC,SAAS,CACF,CACjB,CAAC;IACJ,CAAC;IAED,OAAO,CACL,KAAK,CAAC,UAAU;QAChB,KAAK,CAAC,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAChC,qBAAe,KAAK,EAAC,aAAa,EAAC,SAAS,EAAC,MAAM,IAChD,KAAK,CAAC,UAAU,CACH,CACjB,CACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * SPDX-FileCopyrightText: 2024 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { h } from '@stencil/core';\nimport {\n iconError,\n iconInfo,\n iconSuccess,\n iconWarning,\n} from '@siemens/ix-icons/icons';\n\nexport function hasAnyText({\n invalidText,\n warningText,\n infoText,\n validText,\n helperText,\n}: {\n invalidText?: string;\n warningText?: string;\n infoText?: string;\n validText?: string;\n helperText?: string;\n}) {\n return [invalidText, warningText, infoText, validText, helperText].some(\n (text) => text?.trim()\n );\n}\n\nexport function HelperText(\n props: Readonly<{\n isInvalid: boolean;\n invalidText?: string;\n isWarning: boolean;\n warningText?: string;\n isInfo: boolean;\n infoText?: string;\n isValid: boolean;\n validText?: string;\n helperText?: string;\n }>\n) {\n if (!hasAnyText(props)) return null;\n if (props.isInvalid && props.invalidText && props.invalidText.trim() !== '') {\n return (\n <ix-typography textColor=\"alarm\" class=\"bottom-text\">\n <ix-icon class=\"text-icon invalid\" name={iconError} size=\"16\"></ix-icon>\n {props.invalidText}\n </ix-typography>\n );\n }\n\n if (props.isWarning && props.warningText && props.warningText.trim() !== '') {\n return (\n <ix-typography textColor=\"std\" class=\"bottom-text\">\n <ix-icon\n class=\"text-icon warning\"\n name={iconWarning}\n size=\"16\"\n ></ix-icon>\n {props.warningText}\n </ix-typography>\n );\n }\n\n if (props.isInfo && props.infoText && props.infoText.trim() !== '') {\n return (\n <ix-typography textColor=\"std\" class=\"bottom-text\">\n <ix-icon class=\"text-icon info\" name={iconInfo} size=\"16\"></ix-icon>\n {props.infoText}\n </ix-typography>\n );\n }\n\n if (props.isValid && props.validText && props.validText.trim() !== '') {\n return (\n <ix-typography textColor=\"std\" class=\"bottom-text\">\n <ix-icon class=\"text-icon valid\" name={iconSuccess} size=\"16\"></ix-icon>\n {props.validText}\n </ix-typography>\n );\n }\n\n return (\n props.helperText &&\n props.helperText.trim() !== '' && (\n <ix-typography class=\"bottom-text\" textColor=\"soft\">\n {props.helperText}\n </ix-typography>\n )\n );\n}\n"]}
1
+ {"version":3,"file":"helper-text-util.js","sourceRoot":"","sources":["../../../src/components/field-wrapper/helper-text-util.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 */\nimport { h } from '@stencil/core';\nimport {\n iconError,\n iconInfo,\n iconSuccess,\n iconWarning,\n} from '@siemens/ix-icons/icons';\n\nexport function hasAnyText({\n invalidText,\n isInvalid,\n warningText,\n isWarning,\n infoText,\n isInfo,\n validText,\n isValid,\n helperText,\n}: {\n invalidText?: string;\n isInvalid?: boolean;\n warningText?: string;\n isWarning?: boolean;\n infoText?: string;\n isInfo?: boolean;\n validText?: string;\n isValid?: boolean;\n helperText?: string;\n}) {\n return !!(\n (isInvalid && invalidText?.trim()) ||\n (isWarning && warningText?.trim()) ||\n (isInfo && infoText?.trim()) ||\n (isValid && validText?.trim()) ||\n helperText?.trim()\n );\n}\n\nexport function HelperText(\n props: Readonly<{\n isInvalid: boolean;\n invalidText?: string;\n isWarning: boolean;\n warningText?: string;\n isInfo: boolean;\n infoText?: string;\n isValid: boolean;\n validText?: string;\n helperText?: string;\n }>\n) {\n if (!hasAnyText(props)) return null;\n if (props.isInvalid && props.invalidText && props.invalidText.trim() !== '') {\n return (\n <ix-typography textColor=\"alarm\" class=\"bottom-text\">\n <ix-icon class=\"text-icon invalid\" name={iconError} size=\"16\"></ix-icon>\n {props.invalidText}\n </ix-typography>\n );\n }\n\n if (props.isWarning && props.warningText && props.warningText.trim() !== '') {\n return (\n <ix-typography textColor=\"std\" class=\"bottom-text\">\n <ix-icon\n class=\"text-icon warning\"\n name={iconWarning}\n size=\"16\"\n ></ix-icon>\n {props.warningText}\n </ix-typography>\n );\n }\n\n if (props.isInfo && props.infoText && props.infoText.trim() !== '') {\n return (\n <ix-typography textColor=\"std\" class=\"bottom-text\">\n <ix-icon class=\"text-icon info\" name={iconInfo} size=\"16\"></ix-icon>\n {props.infoText}\n </ix-typography>\n );\n }\n\n if (props.isValid && props.validText && props.validText.trim() !== '') {\n return (\n <ix-typography textColor=\"std\" class=\"bottom-text\">\n <ix-icon class=\"text-icon valid\" name={iconSuccess} size=\"16\"></ix-icon>\n {props.validText}\n </ix-typography>\n );\n }\n\n return (\n props.helperText &&\n props.helperText.trim() !== '' && (\n <ix-typography class=\"bottom-text\" textColor=\"soft\">\n {props.helperText}\n </ix-typography>\n )\n );\n}\n"]}
@@ -25,7 +25,7 @@ export class FilterChip {
25
25
  this.closeClick.emit();
26
26
  }
27
27
  render() {
28
- return (h(Host, { key: 'c778f50984ea53997c6c1188e8d3b030e4dfa4c8', class: { disabled: this.disabled, readonly: this.readonly }, title: this.hostElement.textContent }, h("div", { key: 'b6888190e09ae621eb7e004f418f0944eb062a7b', class: "slot-container" }, h("slot", { key: 'c8a3e52464c4873d4c949b9c472613b12fd7fee7' })), !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: '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));
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: '25b1720be9a951508fc42a3182abf77ca5239417', class: {
120
+ return (h(Host, { key: '32727b4df750f9d1892f365a7e8d729447be05ac', 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: '82eb523c35d63e1974af85d03011d72a60d6a12c', class: "flip-tile-container" }, h("div", { key: '8a71a7dcccaaee476cd6b619ef2f9d0dd2f20dcb', class: "flip-tile-header" }, h("div", { key: 'b8333d824024998ebfb1b110a659d41cd4f0ceb5', class: "header-slot-container text-l-title" }, h("slot", { key: 'cca1a6e9e83af3af0bae04336f7c570d71d79c8f', name: "header" })), h("ix-icon-button", { key: '5a97cef1d5669839903b13ec4478f2a1389e5711', icon: iconEye, variant: "tertiary", onClick: () => this.toggleIndex(), "aria-label": this.ariaLabelEyeIconButton })), h("div", { key: '707bfbb106caf3d37dfff0df91e846f61e466a00', class: "content-container" }, h("slot", { key: '61289a19308af72be66d7494b35985bcb8145401' })), h("div", { key: 'acfc13e29fa9ea434dbb466a7d5155ed79bf030f', class: {
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: {
130
130
  footer: true,
131
131
  'show-footer': this.hasFooterSlot,
132
- } }, h("slot", { key: '7bcf5c8d4f037291a6258059e99ae3c1e8ac2585', name: "footer", onSlotchange: (event) => this.handleFooterSlotChange(event) })))));
132
+ } }, h("slot", { key: '271f61fc236be2813cec900c788fe4bfcb2c285d', 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: 'ae499b00da903e80a7cf53e15185d2a5bf9b3819' }, this.contentVisible ? h("slot", null) : null);
20
+ return h(Host, { key: '264e3539d6c5abcd8716968a4128da99ca191375' }, 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: '0af5417d3a5a775bc90a40929ddafbff30095b22' }, h("ix-icon-button", { key: '2168944a247641423a32816017bf495ad7f3196d', class: { hide: !this.showContextMenu }, size: "24", variant: "subtle-tertiary", icon: iconContextMenu }), h("slot", { key: '41dbc7adfffe4d88cdd2d73ff6701b4a8148084e', onSlotchange: () => this.onSlotChange() })));
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() })));
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: '3f0490f98871cd258f1a7735587c5c994787b5f3' }, h("div", { key: '85a820e8677768ac5952862d6860bf67ddddd06b', class: {
140
+ return (h(Host, { key: 'b93d2c8f1290baa2983945ce349b90e95bf18696' }, h("div", { key: '3e9ce7ce3402f48bb17612a97bf9bee85767c6aa', class: {
141
141
  'group-header': true,
142
142
  expand: this.expanded,
143
143
  selected: this.selected,
144
- }, tabindex: "0" }, h("div", { key: 'eb02896f695cf74d19a0c17e732886ba2791cae8', class: "group-header-clickable", onClick: (e) => this.onHeaderClick(e) }, h("div", { key: '6c361a6e2bb2b9e9614f726c72d943bb540c6e6f', class: {
144
+ }, tabindex: "0" }, h("div", { key: 'daeb1087643b9f0267b3e2ba13a3973486730888', class: "group-header-clickable", onClick: (e) => this.onHeaderClick(e) }, h("div", { key: '9771b2df1e5b68339aa9c4689de4b2d24bc09341', class: {
145
145
  'group-header-selection-indicator': true,
146
146
  'group-header-selection-indicator-item-selected': this.itemSelected,
147
- } }), h("div", { key: '957fddd2512cb0004889bb8627dca06a24172678', class: "btn-expand-header" }, h("ix-icon", { key: '5e6d9f54bd16530b6ee35be0ae2429075574f7af', "data-testid": "expand-collapsed-icon", class: {
147
+ } }), h("div", { key: 'e0e1454e780614a31955720bd7b62d7bfec1b7e0', class: "btn-expand-header" }, h("ix-icon", { key: '0742c7515bbac3d3ba0221a5c3b0860d6a1792a2', "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: '7afbcddcae71944c3d89f4671c52faec405072da', 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: '434daedde0c193250cc55ecef24a648427d93521', name: "header" }))), this.hasDropdown && (h("ix-group-context-menu", { key: '4c3e93b8fe830a7d3e40c9560b5821a44e82a076' }, h("slot", { key: '509f13fadad10aa375da8d823692c869031e51c5', name: "dropdown" })))), h("div", { key: '1fbc03459ee2ce55b44f2393898ced6fd8d767ca', class: {
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: {
150
150
  'group-content': true,
151
- } }, h("div", { key: 'e5c7ab27d286eb9a3e56d906cff40009fcd9c317', style: {
151
+ } }, h("div", { key: 'f805cc015b7bf9c919ea9129500e4af8773b7f63', style: {
152
152
  display: this.expanded ? 'contents' : 'none',
153
- } }, h("slot", { key: '270b3877b50ad67ad95ef1bf6ac28aa7a6bfc1ae', onSlotchange: () => {
153
+ } }, h("slot", { key: '703791e124429a91a5798429443c3494d18b262d', 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: '1a44451e3855c4e7fa22d1aefa4df34692dc3453', class: {
157
+ } }), h("ix-group-item", { key: '5e471c137730667bd459ac80943369b59f81c544', class: {
158
158
  footer: true,
159
159
  'footer-visible': this.footerVisible,
160
- }, groupFooter: true, suppressSelection: true }, h("slot", { key: '221292d8be0d15548275e6a24e4f3fcbccd3d2dc', name: "footer", onSlotchange: () => this.onSlotChange() }))))));
160
+ }, groupFooter: true, suppressSelection: true }, h("slot", { key: '84526685ab81de426a70ecfb52db3211b4a3219b', 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: 'fc7c96b79fcbff2f9bcf9b45345f16dba5a404c6' }, h(HelperTextUtil, Object.assign({ key: '9e6d2c5fa00aa658c5fa9ae1393537b6255e42f4', helperText: this.helperText,
46
+ return (h(Host, { key: '95d6dfb6a163ee5e6b4d7d478780af394427548c' }, h(HelperTextUtil, Object.assign({ key: 'dc7f97b4cb8b2563c1a1089764e25eb63c75b583', helperText: this.helperText,
47
47
  invalidText: this.invalidText,
48
48
  validText: this.validText,
49
49
  infoText: this.infoText,
@@ -79,7 +79,7 @@ export class IconButton {
79
79
  type: this.type,
80
80
  extraClasses: this.getIconSizeClass(),
81
81
  };
82
- return (h(Host, { key: 'bdb302ce6ef1803d43285e1effc3ce70ff9284c8', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, h(BaseIconButton, Object.assign({ key: '14073614fda1a07d4292094b91092871f05619d3' }, baseButtonProps))));
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))));
83
83
  }
84
84
  static get is() { return "ix-icon-button"; }
85
85
  static get encapsulation() { return "shadow"; }
@@ -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: 'cdab0dbaf3a790f3d83fff58d73588504d7ba956', class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, h(BaseIconButton, Object.assign({ key: '6cfe4d3b14eba61a9b80ffcdcd9664a1f815f70f' }, baseButtonProps))));
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))));
79
79
  }
80
80
  static get is() { return "ix-icon-toggle-button"; }
81
81
  static get encapsulation() { return "shadow"; }
@@ -7,6 +7,7 @@
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
9
  import { h } from "@stencil/core";
10
+ import { handleSubmitOnEnterKeydown } from "./input.util";
10
11
  export function TextareaElement(props) {
11
12
  return (h("textarea", Object.assign({ readOnly: props.readonly, disabled: props.disabled, maxLength: props.maxLength, minLength: props.minLength, cols: props.textareaCols, rows: props.textareaRows, ref: props.textAreaRef, class: {
12
13
  'is-invalid': props.isInvalid,
@@ -23,7 +24,15 @@ export function TextareaElement(props) {
23
24
  export function InputElement(props) {
24
25
  return (h("input", Object.assign({ id: props.id, autoComplete: "off", readOnly: props.readonly, disabled: props.disabled, step: props.step, min: props.min, max: props.max, maxLength: props.maxLength ? Number(props.maxLength) : undefined, minLength: props.minLength ? Number(props.minLength) : undefined, ref: props.inputRef, pattern: props.pattern, type: props.type, class: {
25
26
  'is-invalid': props.isInvalid,
26
- }, required: props.required, value: props.value, placeholder: props.placeholder, onKeyPress: (event) => props.onKeyPress(event), onInput: (inputEvent) => {
27
+ }, style: {
28
+ textAlign: props.textAlignment,
29
+ }, required: props.required, value: props.value, placeholder: props.placeholder, onKeyPress: (event) => props.onKeyPress(event), onKeyDown: (e) => {
30
+ var _a;
31
+ (_a = props.onKeyDown) === null || _a === void 0 ? void 0 : _a.call(props, e);
32
+ handleSubmitOnEnterKeydown(e, !!props.suppressSubmitOnEnter, props.form);
33
+ } }, {
34
+ onBeforeInput: (event) => { var _a; return (_a = props.onBeforeInput) === null || _a === void 0 ? void 0 : _a.call(props, event); },
35
+ }, { onPaste: (event) => { var _a; return (_a = props.onPaste) === null || _a === void 0 ? void 0 : _a.call(props, event); }, onInput: (inputEvent) => {
27
36
  const target = inputEvent.target;
28
37
  props.updateFormInternalValue(target.value);
29
38
  props.valueChange(target.value);
@@ -1 +1 @@
1
- {"version":3,"file":"input.fc.js","sourceRoot":"","sources":["../../../src/components/input/input.fc.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 */\nimport { FunctionalComponent, h } from '@stencil/core';\nimport { A11yAttributes } from '../utils/a11y';\nimport { MakeRef } from '../utils/make-ref';\n\nexport function TextareaElement(\n props: Readonly<{\n resizeBehavior: 'both' | 'horizontal' | 'vertical' | 'none';\n textareaHeight?: string;\n textareaWidth?: string;\n textareaRows?: number;\n textareaCols?: number;\n disabled: boolean;\n readonly: boolean;\n maxLength?: number;\n minLength?: number;\n isInvalid: boolean;\n required: boolean;\n value: string;\n placeholder?: string;\n textAreaRef: (el: HTMLTextAreaElement | undefined) => void;\n valueChange: (value: string) => void;\n updateFormInternalValue: (value: string) => void;\n onBlur: () => void;\n ariaAttributes?: A11yAttributes;\n }>\n) {\n return (\n <textarea\n readOnly={props.readonly}\n disabled={props.disabled}\n maxLength={props.maxLength}\n minLength={props.minLength}\n cols={props.textareaCols}\n rows={props.textareaRows}\n ref={props.textAreaRef}\n class={{\n 'is-invalid': props.isInvalid,\n }}\n required={props.required}\n value={props.value}\n placeholder={props.placeholder}\n onInput={(inputEvent) => {\n const target = inputEvent.target as HTMLInputElement;\n props.updateFormInternalValue(target.value);\n props.valueChange(target.value);\n }}\n onBlur={() => props.onBlur()}\n style={{\n resize: props.resizeBehavior,\n height: props.textareaHeight,\n width: props.textareaWidth,\n }}\n {...props.ariaAttributes}\n ></textarea>\n );\n}\n\nexport function InputElement(\n props: Readonly<{\n id: string;\n disabled: boolean;\n readonly: boolean;\n maxLength?: string | number;\n minLength?: string | number;\n max?: string | number;\n min?: string | number;\n step?: string | number;\n pattern?: string;\n type: string;\n isInvalid: boolean;\n required: boolean;\n value: string | number;\n placeholder?: string;\n inputRef: (el: HTMLInputElement | undefined) => void;\n onKeyPress: (event: KeyboardEvent) => void;\n valueChange: (value: string) => void;\n updateFormInternalValue: (value: string) => void;\n onBlur: () => void;\n ariaAttributes?: A11yAttributes;\n }>\n) {\n return (\n <input\n id={props.id}\n autoComplete=\"off\"\n readOnly={props.readonly}\n disabled={props.disabled}\n step={props.step}\n min={props.min}\n max={props.max}\n maxLength={props.maxLength ? Number(props.maxLength) : undefined}\n minLength={props.minLength ? Number(props.minLength) : undefined}\n ref={props.inputRef}\n pattern={props.pattern}\n type={props.type}\n class={{\n 'is-invalid': props.isInvalid,\n }}\n required={props.required}\n value={props.value}\n placeholder={props.placeholder}\n onKeyPress={(event) => props.onKeyPress(event)}\n onInput={(inputEvent) => {\n const target = inputEvent.target as HTMLInputElement;\n props.updateFormInternalValue(target.value);\n props.valueChange(target.value);\n }}\n onBlur={() => props.onBlur()}\n {...props.ariaAttributes}\n ></input>\n );\n}\n\nexport const SlotEnd: FunctionalComponent<{\n slotEndRef: MakeRef<HTMLDivElement>;\n onSlotChange?: (e: Event) => void;\n}> = (props, children) => {\n return (\n <div class=\"end-container\" ref={props.slotEndRef}>\n <slot name=\"end\" onSlotchange={props.onSlotChange}></slot>\n {children}\n </div>\n );\n};\n\nexport const SlotStart: FunctionalComponent<{\n slotStartRef: MakeRef<HTMLDivElement>;\n onSlotChange?: (e: Event) => void;\n}> = (props) => {\n return (\n <div class=\"start-container\" ref={props.slotStartRef}>\n <slot name=\"start\" onSlotchange={props.onSlotChange}></slot>\n </div>\n );\n};\n"]}
1
+ {"version":3,"file":"input.fc.js","sourceRoot":"","sources":["../../../src/components/input/input.fc.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 */\nimport { FunctionalComponent, h } from '@stencil/core';\nimport { A11yAttributes } from '../utils/a11y';\nimport { handleSubmitOnEnterKeydown } from './input.util';\nimport { MakeRef } from '../utils/make-ref';\n\nexport function TextareaElement(\n props: Readonly<{\n resizeBehavior: 'both' | 'horizontal' | 'vertical' | 'none';\n textareaHeight?: string;\n textareaWidth?: string;\n textareaRows?: number;\n textareaCols?: number;\n disabled: boolean;\n readonly: boolean;\n maxLength?: number;\n minLength?: number;\n isInvalid: boolean;\n required: boolean;\n value: string;\n placeholder?: string;\n textAreaRef: (el: HTMLTextAreaElement | undefined) => void;\n valueChange: (value: string) => void;\n updateFormInternalValue: (value: string) => void;\n onBlur: () => void;\n ariaAttributes?: A11yAttributes;\n }>\n) {\n return (\n <textarea\n readOnly={props.readonly}\n disabled={props.disabled}\n maxLength={props.maxLength}\n minLength={props.minLength}\n cols={props.textareaCols}\n rows={props.textareaRows}\n ref={props.textAreaRef}\n class={{\n 'is-invalid': props.isInvalid,\n }}\n required={props.required}\n value={props.value}\n placeholder={props.placeholder}\n onInput={(inputEvent) => {\n const target = inputEvent.target as HTMLInputElement;\n props.updateFormInternalValue(target.value);\n props.valueChange(target.value);\n }}\n onBlur={() => props.onBlur()}\n style={{\n resize: props.resizeBehavior,\n height: props.textareaHeight,\n width: props.textareaWidth,\n }}\n {...props.ariaAttributes}\n ></textarea>\n );\n}\n\nexport function InputElement(\n props: Readonly<{\n id: string;\n disabled: boolean;\n readonly: boolean;\n maxLength?: string | number;\n minLength?: string | number;\n max?: string | number;\n min?: string | number;\n step?: string | number;\n pattern?: string;\n type: string;\n isInvalid: boolean;\n required: boolean;\n value: string | number;\n placeholder?: string;\n textAlignment?: 'start' | 'end';\n inputRef: (el: HTMLInputElement | undefined) => void;\n onKeyPress: (event: KeyboardEvent) => void;\n onKeyDown?: (event: KeyboardEvent) => void;\n onBeforeInput?: (event: InputEvent) => void;\n onPaste?: (event: ClipboardEvent) => void;\n valueChange: (value: string) => void;\n updateFormInternalValue: (value: string) => void;\n onBlur: () => void;\n ariaAttributes?: A11yAttributes;\n form?: HTMLFormElement;\n suppressSubmitOnEnter?: boolean;\n }>\n) {\n return (\n <input\n id={props.id}\n autoComplete=\"off\"\n readOnly={props.readonly}\n disabled={props.disabled}\n step={props.step}\n min={props.min}\n max={props.max}\n maxLength={props.maxLength ? Number(props.maxLength) : undefined}\n minLength={props.minLength ? Number(props.minLength) : undefined}\n ref={props.inputRef}\n pattern={props.pattern}\n type={props.type}\n class={{\n 'is-invalid': props.isInvalid,\n }}\n style={{\n textAlign: props.textAlignment,\n }}\n required={props.required}\n value={props.value}\n placeholder={props.placeholder}\n onKeyPress={(event) => props.onKeyPress(event)}\n onKeyDown={(e) => {\n props.onKeyDown?.(e);\n handleSubmitOnEnterKeydown(\n e,\n !!props.suppressSubmitOnEnter,\n props.form\n );\n }}\n {...({\n onBeforeInput: (event: InputEvent) => props.onBeforeInput?.(event),\n } as any)}\n onPaste={(event) => props.onPaste?.(event)}\n onInput={(inputEvent) => {\n const target = inputEvent.target as HTMLInputElement;\n props.updateFormInternalValue(target.value);\n props.valueChange(target.value);\n }}\n onBlur={() => props.onBlur()}\n {...props.ariaAttributes}\n ></input>\n );\n}\n\nexport const SlotEnd: FunctionalComponent<{\n slotEndRef: MakeRef<HTMLDivElement>;\n onSlotChange?: (e: Event) => void;\n}> = (props, children) => {\n return (\n <div class=\"end-container\" ref={props.slotEndRef}>\n <slot name=\"end\" onSlotchange={props.onSlotChange}></slot>\n {children}\n </div>\n );\n};\n\nexport const SlotStart: FunctionalComponent<{\n slotStartRef: MakeRef<HTMLDivElement>;\n onSlotChange?: (e: Event) => void;\n}> = (props) => {\n return (\n <div class=\"start-container\" ref={props.slotStartRef}>\n <slot name=\"start\" onSlotchange={props.onSlotChange}></slot>\n </div>\n );\n};\n"]}
@@ -50,6 +50,15 @@ export class Input {
50
50
  * Specifies whether the text field is readonly.
51
51
  */
52
52
  this.readonly = false;
53
+ /**
54
+ * If false, pressing Enter will submit the form (if inside a form).
55
+ * Set to true to suppress submit on Enter.
56
+ */
57
+ this.suppressSubmitOnEnter = false;
58
+ /**
59
+ * Text alignment within the input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input.
60
+ */
61
+ this.textAlignment = 'start';
53
62
  this.isInvalid = false;
54
63
  this.isValid = false;
55
64
  this.isInfo = false;
@@ -122,15 +131,15 @@ export class Input {
122
131
  return Promise.resolve(this.touched);
123
132
  }
124
133
  render() {
125
- var _a;
134
+ var _a, _b;
126
135
  const inputAria = getAriaAttributesForInput(this);
127
- return (h(Host, { key: '05bb684da7ab25f4cea5429ec2c166a9c7a9cc21', class: {
136
+ return (h(Host, { key: '07337a899a3b73d3cb37b1fc84da266d95cff84a', class: {
128
137
  disabled: this.disabled,
129
138
  readonly: this.readonly,
130
- } }, h("ix-field-wrapper", { key: 'a2cd4a57590b5848de9738a0fbdff0c1c1947abc', htmlForLabel: this.inputId, required: this.required, label: this.label, helperText: this.helperText, invalidText: this.invalidText, infoText: this.infoText, warningText: this.warningText, validText: this.validText, showTextAsTooltip: this.showTextAsTooltip, isInvalid: this.isInvalid, isValid: this.isValid, isInfo: this.isInfo, isWarning: this.isWarning, controlRef: this.inputRef }, h("div", { key: 'e9369f9d649068b7708fabf29b9c2e25954591a6', class: "input-wrapper" }, h(SlotStart, { key: '4294b9e2329a9e0b9964630d76f64788f127e280', slotStartRef: this.slotStartRef, onSlotChange: () => this.updatePaddings() }), h(InputElement, { key: '750c6a574acb4dac21f7a6143b34ae1482de7d74', id: this.inputId, readonly: this.readonly, disabled: this.disabled, maxLength: this.maxLength, minLength: this.minLength, pattern: this.pattern, type: this.inputType, isInvalid: this.isInvalid, required: this.required, value: this.value, placeholder: this.placeholder, inputRef: this.inputRef, onKeyPress: (event) => checkAllowedKeys(this, event), valueChange: (value) => this.valueChange.emit(value), updateFormInternalValue: (value) => this.updateFormInternalValue(value), onBlur: () => {
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: () => {
131
140
  onInputBlur(this, this.inputRef.current);
132
141
  this.touched = true;
133
- }, ariaAttributes: inputAria }), h(SlotEnd, { key: 'ebd005ac85dc9109895d3cd7dcd147a08ee0fc02', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, h("ix-icon-button", { key: '473f7914b0b2e7bbc970f9eadfed8f8ec96ed761', 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: 'c8f10373d93bba50d0c633b77fd7ec548e4590d5', slotEndRef: this.slotEndRef, onSlotChange: () => this.updatePaddings() }, h("ix-icon-button", { key: '169c36e6719204de19756a1cf8c0a7c141119417', color: "color-weak-text", class: {
134
143
  'password-eye': true,
135
144
  'eye-hidden': this.type !== 'password' || this.disabled,
136
145
  }, variant: "tertiary", icon: this.inputType === 'password' ? iconEye : iconEyeCancelled, onClick: () => {
@@ -139,7 +148,7 @@ export class Input {
139
148
  return;
140
149
  }
141
150
  this.inputType = 'password';
142
- } }))), !!this.maxLength && this.maxLength > 0 && (h("ix-typography", { key: 'f5a0bc6e09ce7be919ccf97b34af1ef804c29df7', class: "bottom-text", slot: "bottom-right", textColor: "soft" }, ((_a = this.value) !== null && _a !== void 0 ? _a : '').length, "/", this.maxLength)))));
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)))));
143
152
  }
144
153
  static get is() { return "ix-input"; }
145
154
  static get encapsulation() { return "shadow"; }
@@ -502,6 +511,46 @@ export class Input {
502
511
  "getter": false,
503
512
  "setter": false,
504
513
  "reflect": false
514
+ },
515
+ "suppressSubmitOnEnter": {
516
+ "type": "boolean",
517
+ "attribute": "suppress-submit-on-enter",
518
+ "mutable": false,
519
+ "complexType": {
520
+ "original": "boolean",
521
+ "resolved": "boolean",
522
+ "references": {}
523
+ },
524
+ "required": false,
525
+ "optional": false,
526
+ "docs": {
527
+ "tags": [],
528
+ "text": "If false, pressing Enter will submit the form (if inside a form).\nSet to true to suppress submit on Enter."
529
+ },
530
+ "getter": false,
531
+ "setter": false,
532
+ "reflect": true,
533
+ "defaultValue": "false"
534
+ },
535
+ "textAlignment": {
536
+ "type": "string",
537
+ "attribute": "text-alignment",
538
+ "mutable": false,
539
+ "complexType": {
540
+ "original": "'start' | 'end'",
541
+ "resolved": "\"end\" | \"start\"",
542
+ "references": {}
543
+ },
544
+ "required": false,
545
+ "optional": false,
546
+ "docs": {
547
+ "tags": [],
548
+ "text": "Text alignment within the input. 'start' aligns the text to the start of the input, 'end' aligns the text to the end of the input."
549
+ },
550
+ "getter": false,
551
+ "setter": false,
552
+ "reflect": false,
553
+ "defaultValue": "'start'"
505
554
  }
506
555
  };
507
556
  }