@siemens/ix 2.0.0-beta.1 → 2.0.1

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 (1525) hide show
  1. package/components/a11y.js +79 -0
  2. package/components/a11y.js.map +1 -0
  3. package/components/application-header.js +95 -0
  4. package/components/application-header.js.map +1 -0
  5. package/components/breadcrumb-item.js +92 -0
  6. package/components/breadcrumb-item.js.map +1 -0
  7. package/components/breakpoints.js +25 -0
  8. package/components/breakpoints.js.map +1 -0
  9. package/components/burger-menu.js +55 -0
  10. package/components/burger-menu.js.map +1 -0
  11. package/components/button.js +91 -0
  12. package/components/button.js.map +1 -0
  13. package/components/card-accordion.js +72 -0
  14. package/components/card-accordion.js.map +1 -0
  15. package/components/card-content.js +32 -0
  16. package/components/card-content.js.map +1 -0
  17. package/components/card-title.js +32 -0
  18. package/components/card-title.js.map +1 -0
  19. package/components/card.js +36 -0
  20. package/components/card.js.map +1 -0
  21. package/components/custom-elements.d.ts +10 -0
  22. package/components/date-picker.js +372 -0
  23. package/components/date-picker.js.map +1 -0
  24. package/components/dropdown-item.js +69 -0
  25. package/components/dropdown-item.js.map +1 -0
  26. package/components/dropdown.js +346 -0
  27. package/components/dropdown.js.map +1 -0
  28. package/components/filter-chip.js +56 -0
  29. package/components/filter-chip.js.map +1 -0
  30. package/components/group-context-menu.js +73 -0
  31. package/components/group-context-menu.js.map +1 -0
  32. package/components/group-item.js +58 -0
  33. package/components/group-item.js.map +1 -0
  34. package/components/icon-button.js +99 -0
  35. package/components/icon-button.js.map +1 -0
  36. package/components/ix-action-card.d.ts +11 -0
  37. package/components/ix-action-card.js +66 -0
  38. package/components/ix-action-card.js.map +1 -0
  39. package/components/ix-application-header.d.ts +11 -0
  40. package/components/ix-application-sidebar.d.ts +11 -0
  41. package/components/ix-application.d.ts +11 -0
  42. package/components/ix-avatar.d.ts +11 -0
  43. package/components/ix-basic-navigation.d.ts +11 -0
  44. package/components/ix-basic-navigation.js +132 -0
  45. package/components/ix-basic-navigation.js.map +1 -0
  46. package/components/ix-blind.d.ts +11 -0
  47. package/components/ix-blind.js +128 -0
  48. package/components/ix-blind.js.map +1 -0
  49. package/components/ix-breadcrumb-item.d.ts +11 -0
  50. package/components/ix-breadcrumb.d.ts +11 -0
  51. package/components/ix-breadcrumb.js +151 -0
  52. package/components/ix-breadcrumb.js.map +1 -0
  53. package/components/ix-burger-menu.d.ts +11 -0
  54. package/components/ix-button.d.ts +11 -0
  55. package/components/ix-card-accordion.d.ts +11 -0
  56. package/components/ix-card-content.d.ts +11 -0
  57. package/components/ix-card-list.d.ts +11 -0
  58. package/components/ix-card-list.js +228 -0
  59. package/components/ix-card-list.js.map +1 -0
  60. package/components/ix-card-title.d.ts +11 -0
  61. package/components/ix-card.d.ts +11 -0
  62. package/components/ix-category-filter.d.ts +11 -0
  63. package/components/ix-category-filter.js +464 -0
  64. package/components/ix-category-filter.js.map +1 -0
  65. package/components/ix-chip.d.ts +11 -0
  66. package/components/ix-chip.js +98 -0
  67. package/components/ix-chip.js.map +1 -0
  68. package/components/ix-col.d.ts +11 -0
  69. package/components/ix-col.js +96 -0
  70. package/components/ix-col.js.map +1 -0
  71. package/components/ix-content-header.d.ts +11 -0
  72. package/components/ix-content-header.js +63 -0
  73. package/components/ix-content-header.js.map +1 -0
  74. package/components/ix-content.d.ts +11 -0
  75. package/components/ix-css-grid-item.d.ts +11 -0
  76. package/components/ix-css-grid.d.ts +11 -0
  77. package/components/ix-date-picker.d.ts +11 -0
  78. package/components/ix-date-time-card.d.ts +11 -0
  79. package/components/ix-datetime-picker.d.ts +11 -0
  80. package/components/ix-datetime-picker.js +149 -0
  81. package/components/ix-datetime-picker.js.map +1 -0
  82. package/components/ix-divider.d.ts +11 -0
  83. package/components/ix-drawer.d.ts +11 -0
  84. package/components/ix-drawer.js +145 -0
  85. package/components/ix-drawer.js.map +1 -0
  86. package/components/ix-dropdown-button.d.ts +11 -0
  87. package/components/ix-dropdown-button.js +92 -0
  88. package/components/ix-dropdown-button.js.map +1 -0
  89. package/components/ix-dropdown-header.d.ts +11 -0
  90. package/components/ix-dropdown-item.d.ts +11 -0
  91. package/components/ix-dropdown-quick-actions.d.ts +11 -0
  92. package/components/ix-dropdown.d.ts +11 -0
  93. package/components/ix-empty-state.d.ts +11 -0
  94. package/components/ix-empty-state.js +65 -0
  95. package/components/ix-empty-state.js.map +1 -0
  96. package/components/ix-event-list-item.d.ts +11 -0
  97. package/components/ix-event-list-item.js +61 -0
  98. package/components/ix-event-list-item.js.map +1 -0
  99. package/components/ix-event-list.d.ts +11 -0
  100. package/components/ix-expanding-search.d.ts +11 -0
  101. package/components/ix-expanding-search.js +119 -0
  102. package/components/ix-expanding-search.js.map +1 -0
  103. package/components/ix-filter-chip.d.ts +11 -0
  104. package/components/ix-flip-tile-content.d.ts +11 -0
  105. package/components/ix-flip-tile.d.ts +11 -0
  106. package/components/ix-flip-tile.js +121 -0
  107. package/components/ix-flip-tile.js.map +1 -0
  108. package/components/ix-form-field.d.ts +11 -0
  109. package/components/ix-form-field.js +43 -0
  110. package/components/ix-form-field.js.map +1 -0
  111. package/components/ix-group-context-menu.d.ts +11 -0
  112. package/components/ix-group-item.d.ts +11 -0
  113. package/components/ix-group.d.ts +11 -0
  114. package/components/ix-group.js +178 -0
  115. package/components/ix-group.js.map +1 -0
  116. package/components/ix-icon-button.d.ts +11 -0
  117. package/components/ix-icon-toggle-button.d.ts +11 -0
  118. package/components/ix-icon-toggle-button.js +116 -0
  119. package/components/ix-icon-toggle-button.js.map +1 -0
  120. package/components/ix-input-group.d.ts +11 -0
  121. package/components/ix-input-group.js +130 -0
  122. package/components/ix-input-group.js.map +1 -0
  123. package/components/ix-key-value-list.d.ts +11 -0
  124. package/components/ix-key-value.d.ts +11 -0
  125. package/components/ix-key-value.js +47 -0
  126. package/components/ix-key-value.js.map +1 -0
  127. package/components/ix-kpi.d.ts +11 -0
  128. package/components/ix-kpi.js +69 -0
  129. package/components/ix-kpi.js.map +1 -0
  130. package/components/ix-layout-grid.d.ts +11 -0
  131. package/components/ix-layout-grid.js +47 -0
  132. package/components/ix-layout-grid.js.map +1 -0
  133. package/components/ix-link-button.d.ts +11 -0
  134. package/components/ix-link-button.js +48 -0
  135. package/components/ix-link-button.js.map +1 -0
  136. package/components/ix-map-navigation-overlay.d.ts +11 -0
  137. package/components/ix-map-navigation.d.ts +11 -0
  138. package/components/ix-map-navigation.js +226 -0
  139. package/components/ix-map-navigation.js.map +1 -0
  140. package/components/ix-menu-about-item.d.ts +11 -0
  141. package/components/ix-menu-about-news.d.ts +11 -0
  142. package/components/ix-menu-about-news.js +83 -0
  143. package/components/ix-menu-about-news.js.map +1 -0
  144. package/components/ix-menu-about.d.ts +11 -0
  145. package/components/ix-menu-about.js +119 -0
  146. package/components/ix-menu-about.js.map +1 -0
  147. package/components/ix-menu-avatar-item.d.ts +11 -0
  148. package/components/ix-menu-avatar.d.ts +11 -0
  149. package/components/ix-menu-avatar.js +77 -0
  150. package/components/ix-menu-avatar.js.map +1 -0
  151. package/components/ix-menu-category.d.ts +11 -0
  152. package/components/ix-menu-category.js +190 -0
  153. package/components/ix-menu-category.js.map +1 -0
  154. package/components/ix-menu-item.d.ts +11 -0
  155. package/components/ix-menu-settings-item.d.ts +11 -0
  156. package/components/ix-menu-settings.d.ts +11 -0
  157. package/components/ix-menu-settings.js +106 -0
  158. package/components/ix-menu-settings.js.map +1 -0
  159. package/components/ix-menu.d.ts +11 -0
  160. package/components/ix-menu.js +508 -0
  161. package/components/ix-menu.js.map +1 -0
  162. package/components/ix-message-bar.d.ts +11 -0
  163. package/components/ix-message-bar.js +87 -0
  164. package/components/ix-message-bar.js.map +1 -0
  165. package/components/ix-modal-content.d.ts +11 -0
  166. package/components/ix-modal-example.d.ts +11 -0
  167. package/components/ix-modal-example.js +58 -0
  168. package/components/ix-modal-example.js.map +1 -0
  169. package/components/ix-modal-footer.d.ts +11 -0
  170. package/components/ix-modal-header.d.ts +11 -0
  171. package/components/ix-modal-header.js +84 -0
  172. package/components/ix-modal-header.js.map +1 -0
  173. package/components/ix-modal-loading.d.ts +11 -0
  174. package/components/ix-modal.d.ts +11 -0
  175. package/components/ix-modal.js +156 -0
  176. package/components/ix-modal.js.map +1 -0
  177. package/components/ix-pagination.d.ts +11 -0
  178. package/components/ix-pagination.js +211 -0
  179. package/components/ix-pagination.js.map +1 -0
  180. package/components/ix-pill.d.ts +11 -0
  181. package/components/ix-pill.js +78 -0
  182. package/components/ix-pill.js.map +1 -0
  183. package/components/ix-push-card.d.ts +11 -0
  184. package/components/ix-push-card.js +80 -0
  185. package/components/ix-push-card.js.map +1 -0
  186. package/components/ix-row.d.ts +11 -0
  187. package/components/ix-row.js +35 -0
  188. package/components/ix-row.js.map +1 -0
  189. package/components/ix-select-item.d.ts +11 -0
  190. package/components/ix-select.d.ts +11 -0
  191. package/components/ix-slider.d.ts +11 -0
  192. package/components/ix-slider.js +192 -0
  193. package/components/ix-slider.js.map +1 -0
  194. package/components/ix-spinner.d.ts +11 -0
  195. package/components/ix-split-button-item.d.ts +11 -0
  196. package/components/ix-split-button-item.js +51 -0
  197. package/components/ix-split-button-item.js.map +1 -0
  198. package/components/ix-split-button.d.ts +11 -0
  199. package/components/ix-split-button.js +97 -0
  200. package/components/ix-split-button.js.map +1 -0
  201. package/components/ix-tab-item.d.ts +11 -0
  202. package/components/ix-tabs.d.ts +11 -0
  203. package/components/ix-tile.d.ts +11 -0
  204. package/components/ix-time-picker.d.ts +11 -0
  205. package/components/ix-toast-container.d.ts +11 -0
  206. package/components/ix-toast-container.js +124 -0
  207. package/components/ix-toast-container.js.map +1 -0
  208. package/components/ix-toast.d.ts +11 -0
  209. package/components/ix-toggle-button.d.ts +11 -0
  210. package/components/ix-toggle-button.js +105 -0
  211. package/components/ix-toggle-button.js.map +1 -0
  212. package/components/ix-toggle.d.ts +11 -0
  213. package/components/ix-tooltip.d.ts +11 -0
  214. package/components/ix-tooltip.js +8 -0
  215. package/components/ix-tooltip.js.map +1 -0
  216. package/components/ix-tree-item.d.ts +11 -0
  217. package/components/ix-tree.d.ts +11 -0
  218. package/components/ix-tree.js +727 -0
  219. package/components/ix-tree.js.map +1 -0
  220. package/components/ix-typography.d.ts +11 -0
  221. package/components/ix-upload.d.ts +11 -0
  222. package/components/ix-upload.js +147 -0
  223. package/components/ix-upload.js.map +1 -0
  224. package/components/ix-validation-tooltip.d.ts +11 -0
  225. package/components/ix-validation-tooltip.js +170 -0
  226. package/components/ix-validation-tooltip.js.map +1 -0
  227. package/components/ix-workflow-step.d.ts +11 -0
  228. package/components/ix-workflow-step.js +120 -0
  229. package/components/ix-workflow-step.js.map +1 -0
  230. package/components/ix-workflow-steps.d.ts +11 -0
  231. package/components/map-navigation-overlay.js +89 -0
  232. package/components/map-navigation-overlay.js.map +1 -0
  233. package/components/menu-avatar-item.js +45 -0
  234. package/components/menu-avatar-item.js.map +1 -0
  235. package/components/menu-item.js +92 -0
  236. package/components/menu-item.js.map +1 -0
  237. package/components/my-component.d.ts +11 -0
  238. package/components/package.json +8 -0
  239. package/components/select-item.js +92 -0
  240. package/components/select-item.js.map +1 -0
  241. package/components/select.js +410 -0
  242. package/components/select.js.map +1 -0
  243. package/components/shadow-dom.js.map +1 -0
  244. package/components/tabs.js +227 -0
  245. package/components/tabs.js.map +1 -0
  246. package/components/time-picker.js +252 -0
  247. package/components/time-picker.js.map +1 -0
  248. package/components/toast.js +105 -0
  249. package/components/toast.js.map +1 -0
  250. package/components/tooltip.js +197 -0
  251. package/components/tooltip.js.map +1 -0
  252. package/components/tree-item.js +51 -0
  253. package/components/tree-item.js.map +1 -0
  254. package/dist/cjs/_commonjsHelpers-0c557e26.js +28 -0
  255. package/dist/cjs/_commonjsHelpers-0c557e26.js.map +1 -0
  256. package/dist/cjs/a11y-4fdcefb4.js +82 -0
  257. package/dist/cjs/a11y-4fdcefb4.js.map +1 -0
  258. package/dist/cjs/app-globals-1fe10058.js +31 -0
  259. package/dist/cjs/app-globals-1fe10058.js.map +1 -0
  260. package/dist/cjs/breakpoints-7ca69aa8.js +27 -0
  261. package/dist/cjs/breakpoints-7ca69aa8.js.map +1 -0
  262. package/dist/cjs/core-js-3b34c0b6.js +27 -0
  263. package/dist/cjs/core-js-3b34c0b6.js.map +1 -0
  264. package/dist/cjs/dom-83fb07d8.js +74 -0
  265. package/dist/cjs/dom-83fb07d8.js.map +1 -0
  266. package/dist/cjs/index-be499a74.js +186 -130
  267. package/dist/cjs/index.cjs.js +0 -2
  268. package/dist/cjs/index.cjs.js.map +1 -1
  269. package/dist/cjs/index.es2017-b42376b6.js +1504 -0
  270. package/dist/cjs/index.es2017-b42376b6.js.map +1 -0
  271. package/dist/cjs/ix-action-card.cjs.entry.js +1 -1
  272. package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -1
  273. package/dist/cjs/ix-application-header.cjs.entry.js +2 -2
  274. package/dist/cjs/ix-application.cjs.entry.js +2 -2
  275. package/dist/cjs/ix-avatar_2.cjs.entry.js +56 -0
  276. package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
  277. package/dist/cjs/ix-basic-navigation.cjs.entry.js +2 -2
  278. package/dist/cjs/ix-blind.cjs.entry.js +13 -5
  279. package/dist/cjs/ix-blind.cjs.entry.js.map +1 -1
  280. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +68 -0
  281. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js.map +1 -0
  282. package/dist/cjs/ix-breadcrumb.cjs.entry.js +104 -0
  283. package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
  284. package/dist/cjs/ix-burger-menu.cjs.entry.js +2 -2
  285. package/dist/cjs/ix-burger-menu.cjs.entry.js.map +1 -1
  286. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +4 -6
  287. package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -1
  288. package/dist/cjs/ix-card-list.cjs.entry.js +3 -3
  289. package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -1
  290. package/dist/cjs/ix-card_2.cjs.entry.js +2 -2
  291. package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -1
  292. package/dist/cjs/ix-category-filter.cjs.entry.js +2 -2
  293. package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -1
  294. package/dist/cjs/ix-chip.cjs.entry.js +3 -5
  295. package/dist/cjs/ix-chip.cjs.entry.js.map +1 -1
  296. package/dist/cjs/ix-col.cjs.entry.js +3 -3
  297. package/dist/cjs/ix-col.cjs.entry.js.map +1 -1
  298. package/dist/cjs/ix-content-header.cjs.entry.js +1 -1
  299. package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -1
  300. package/dist/cjs/ix-date-picker_2.cjs.entry.js +8 -8
  301. package/dist/cjs/ix-date-picker_2.cjs.entry.js.map +1 -1
  302. package/dist/cjs/ix-drawer.cjs.entry.js +1 -1
  303. package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -1
  304. package/dist/cjs/ix-dropdown-button.cjs.entry.js +1 -2
  305. package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -1
  306. package/dist/cjs/ix-dropdown-item.cjs.entry.js +49 -0
  307. package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
  308. package/dist/cjs/ix-dropdown.cjs.entry.js +322 -0
  309. package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
  310. package/dist/cjs/ix-event-list-item.cjs.entry.js +42 -0
  311. package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
  312. package/dist/cjs/ix-event-list.cjs.entry.js +124 -0
  313. package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
  314. package/dist/cjs/ix-expanding-search.cjs.entry.js +1 -1
  315. package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -1
  316. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +91 -0
  317. package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
  318. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +22 -0
  319. package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
  320. package/dist/cjs/ix-flip-tile.cjs.entry.js +89 -0
  321. package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
  322. package/dist/cjs/ix-form-field.cjs.entry.js +1 -1
  323. package/dist/cjs/ix-form-field.cjs.entry.js.map +1 -1
  324. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +79 -0
  325. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js.map +1 -0
  326. package/dist/cjs/ix-group.cjs.entry.js +128 -0
  327. package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
  328. package/dist/cjs/ix-icon-button_2.cjs.entry.js +97 -0
  329. package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
  330. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +2 -2
  331. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -1
  332. package/dist/cjs/ix-icon.entry-6cd45fec.js +1487 -0
  333. package/dist/cjs/ix-icon.entry-6cd45fec.js.map +1 -0
  334. package/dist/cjs/ix-input-group.cjs.entry.js +19 -15
  335. package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -1
  336. package/dist/cjs/ix-kpi.cjs.entry.js +2 -2
  337. package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -1
  338. package/dist/cjs/ix-layout-grid.cjs.entry.js +29 -0
  339. package/dist/cjs/ix-layout-grid.cjs.entry.js.map +1 -0
  340. package/dist/cjs/ix-link-button.cjs.entry.js +1 -1
  341. package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -1
  342. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +62 -0
  343. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js.map +1 -0
  344. package/dist/cjs/ix-map-navigation.cjs.entry.js +174 -0
  345. package/dist/cjs/ix-map-navigation.cjs.entry.js.map +1 -0
  346. package/dist/cjs/ix-menu-about-item.cjs.entry.js +22 -0
  347. package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
  348. package/dist/cjs/ix-menu-about-news.cjs.entry.js +38 -0
  349. package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
  350. package/dist/cjs/ix-menu-about.cjs.entry.js +76 -0
  351. package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
  352. package/dist/cjs/ix-menu-avatar.cjs.entry.js +33 -0
  353. package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
  354. package/dist/cjs/ix-menu-category.cjs.entry.js +1 -1
  355. package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -1
  356. package/dist/cjs/ix-menu-item.cjs.entry.js +72 -0
  357. package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
  358. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +22 -0
  359. package/dist/cjs/ix-menu-settings-item.cjs.entry.js.map +1 -0
  360. package/dist/cjs/ix-menu-settings.cjs.entry.js +64 -0
  361. package/dist/cjs/ix-menu-settings.cjs.entry.js.map +1 -0
  362. package/dist/cjs/ix-menu.cjs.entry.js +444 -0
  363. package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
  364. package/dist/cjs/ix-message-bar.cjs.entry.js +1 -1
  365. package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -1
  366. package/dist/cjs/ix-modal-example.cjs.entry.js +1 -1
  367. package/dist/cjs/ix-modal-example.cjs.entry.js.map +1 -1
  368. package/dist/cjs/ix-modal.cjs.entry.js +4 -3
  369. package/dist/cjs/ix-modal.cjs.entry.js.map +1 -1
  370. package/dist/cjs/ix-pagination.cjs.entry.js +4 -4
  371. package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -1
  372. package/dist/cjs/ix-pill.cjs.entry.js +1 -1
  373. package/dist/cjs/ix-pill.cjs.entry.js.map +1 -1
  374. package/dist/cjs/ix-push-card.cjs.entry.js +2 -2
  375. package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -1
  376. package/dist/cjs/ix-row.cjs.entry.js +1 -1
  377. package/dist/cjs/ix-row.cjs.entry.js.map +1 -1
  378. package/dist/cjs/ix-select.cjs.entry.js +341 -0
  379. package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
  380. package/dist/cjs/ix-slider.cjs.entry.js +151 -0
  381. package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
  382. package/dist/cjs/ix-split-button-item.cjs.entry.js +28 -0
  383. package/dist/cjs/ix-split-button-item.cjs.entry.js.map +1 -0
  384. package/dist/cjs/ix-split-button.cjs.entry.js +49 -0
  385. package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
  386. package/dist/cjs/ix-tab-item_2.cjs.entry.js +263 -0
  387. package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
  388. package/dist/cjs/ix-toast-container.cjs.entry.js +87 -0
  389. package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
  390. package/dist/cjs/ix-toast.cjs.entry.js +73 -0
  391. package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
  392. package/dist/cjs/ix-toggle-button.cjs.entry.js +1 -1
  393. package/dist/cjs/ix-toggle.cjs.entry.js +1 -1
  394. package/dist/cjs/ix-tooltip.cjs.entry.js +21 -7
  395. package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -1
  396. package/dist/cjs/ix-tree-item.cjs.entry.js +36 -0
  397. package/dist/cjs/ix-tree-item.cjs.entry.js.map +1 -0
  398. package/dist/cjs/ix-tree.cjs.entry.js +702 -0
  399. package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
  400. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +1 -1
  401. package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -1
  402. package/dist/cjs/ix-workflow-step.cjs.entry.js +97 -0
  403. package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
  404. package/dist/cjs/ix-workflow-steps.cjs.entry.js +81 -0
  405. package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
  406. package/dist/cjs/loader.cjs.js +3 -1
  407. package/dist/cjs/loader.cjs.js.map +1 -1
  408. package/dist/cjs/menu-service-000df68d.js +159 -0
  409. package/dist/cjs/menu-service-000df68d.js.map +1 -0
  410. package/dist/cjs/shadow-dom-9b10f758.js.map +1 -1
  411. package/dist/cjs/siemens-ix.cjs.js +3 -1
  412. package/dist/cjs/siemens-ix.cjs.js.map +1 -1
  413. package/dist/collection/collection-manifest.json +6 -196
  414. package/dist/collection/components/action-card/action-card.css +15 -0
  415. package/dist/collection/components/action-card/action-card.js +1 -1
  416. package/dist/collection/components/application-header/test/application-headet.ct.js +4 -0
  417. package/dist/collection/components/application-header/test/application-headet.ct.js.map +1 -1
  418. package/dist/collection/components/blind/blind.css +242 -63
  419. package/dist/collection/components/blind/blind.js +37 -3
  420. package/dist/collection/components/blind/blind.js.map +1 -1
  421. package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1 -1
  422. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +1 -2
  423. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -1
  424. package/dist/collection/components/card/card.css +5 -1
  425. package/dist/collection/components/card/card.js +1 -1
  426. package/dist/collection/components/card/card.js.map +1 -1
  427. package/dist/collection/components/card-accordion/card-accordion.css +12 -15
  428. package/dist/collection/components/card-accordion/card-accordion.js +2 -4
  429. package/dist/collection/components/card-accordion/card-accordion.js.map +1 -1
  430. package/dist/collection/components/card-content/card-content.css +1 -0
  431. package/dist/collection/components/card-list/card-list.css +0 -1
  432. package/dist/collection/components/card-list/card-list.js +2 -2
  433. package/dist/collection/components/card-list/card-list.js.map +1 -1
  434. package/dist/collection/components/card-title/card-title.css +1 -1
  435. package/dist/collection/components/category-filter/category-filter.css +56 -0
  436. package/dist/collection/components/category-filter/category-filter.js +1 -1
  437. package/dist/collection/components/category-filter/category-filter.js.map +1 -1
  438. package/dist/collection/components/chip/chip.css +1 -0
  439. package/dist/collection/components/chip/chip.js +3 -22
  440. package/dist/collection/components/chip/chip.js.map +1 -1
  441. package/dist/collection/components/col/col.css +50 -3
  442. package/dist/collection/components/col/col.js +1 -1
  443. package/dist/collection/components/col/col.js.map +1 -1
  444. package/dist/collection/components/content-header/content-header.js +1 -1
  445. package/dist/collection/components/content-header/content-header.js.map +1 -1
  446. package/dist/collection/components/date-picker/date-picker.css +3 -0
  447. package/dist/collection/components/date-picker/date-picker.js +4 -4
  448. package/dist/collection/components/date-picker/date-picker.js.map +1 -1
  449. package/dist/collection/components/drawer/drawer.js +1 -1
  450. package/dist/collection/components/drawer/drawer.js.map +1 -1
  451. package/dist/collection/components/dropdown/dropdown.js +39 -34
  452. package/dist/collection/components/dropdown/dropdown.js.map +1 -1
  453. package/dist/collection/components/dropdown/test/dropdown.ct.js +79 -0
  454. package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
  455. package/dist/collection/components/dropdown-button/dropdown-button.js +1 -23
  456. package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -1
  457. package/dist/collection/components/dropdown-item/dropdown-item.js +6 -4
  458. package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -1
  459. package/dist/collection/components/event-list-item/event-list-item.js +2 -24
  460. package/dist/collection/components/event-list-item/event-list-item.js.map +1 -1
  461. package/dist/collection/components/expanding-search/expanding-search.js +1 -1
  462. package/dist/collection/components/expanding-search/expanding-search.js.map +1 -1
  463. package/dist/collection/components/filter-chip/filter-chip.js +1 -1
  464. package/dist/collection/components/filter-chip/filter-chip.js.map +1 -1
  465. package/dist/collection/components/flip-tile/flip-tile.js +1 -1
  466. package/dist/collection/components/flip-tile/flip-tile.js.map +1 -1
  467. package/dist/collection/components/form-field/form-field.css +35 -0
  468. package/dist/collection/components/grid/layout-grid.css +21 -0
  469. package/dist/collection/components/grid/layout-grid.js +98 -0
  470. package/dist/collection/components/grid/layout-grid.js.map +1 -0
  471. package/dist/collection/components/group/group-context-menu.js +1 -1
  472. package/dist/collection/components/group/group-context-menu.js.map +1 -1
  473. package/dist/collection/components/group/group.js +1 -1
  474. package/dist/collection/components/group/group.js.map +1 -1
  475. package/dist/collection/components/icon-button/icon-button.css +1 -1
  476. package/dist/collection/components/icon-button/test/icon-button.ct.js +1 -1
  477. package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -1
  478. package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +1 -1
  479. package/dist/collection/components/input-group/input-group.js +19 -15
  480. package/dist/collection/components/input-group/input-group.js.map +1 -1
  481. package/dist/collection/components/kpi/kpi.js +2 -2
  482. package/dist/collection/components/kpi/kpi.js.map +1 -1
  483. package/dist/collection/components/link-button/link-button.js +1 -1
  484. package/dist/collection/components/link-button/link-button.js.map +1 -1
  485. package/dist/collection/components/map-navigation/map-navigation.js +1 -1
  486. package/dist/collection/components/map-navigation/map-navigation.js.map +1 -1
  487. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +1 -1
  488. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -1
  489. package/dist/collection/components/menu/burger-menu.js +1 -1
  490. package/dist/collection/components/menu/burger-menu.js.map +1 -1
  491. package/dist/collection/components/menu/menu.js +2 -2
  492. package/dist/collection/components/menu/menu.js.map +1 -1
  493. package/dist/collection/components/menu/test/menu.ct.js +22 -2
  494. package/dist/collection/components/menu/test/menu.ct.js.map +1 -1
  495. package/dist/collection/components/menu-about/menu-about.js +1 -1
  496. package/dist/collection/components/menu-about/menu-about.js.map +1 -1
  497. package/dist/collection/components/menu-about-news/menu-about-news.js +1 -1
  498. package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -1
  499. package/dist/collection/components/menu-avatar/menu-avatar.js +1 -1
  500. package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -1
  501. package/dist/collection/components/menu-category/menu-category.js +1 -1
  502. package/dist/collection/components/menu-category/menu-category.js.map +1 -1
  503. package/dist/collection/components/menu-item/menu-item.js +1 -1
  504. package/dist/collection/components/menu-item/menu-item.js.map +1 -1
  505. package/dist/collection/components/menu-settings/menu-settings.js +1 -1
  506. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -1
  507. package/dist/collection/components/message-bar/message-bar.js +1 -1
  508. package/dist/collection/components/message-bar/message-bar.js.map +1 -1
  509. package/dist/collection/components/modal/modal.css +14 -0
  510. package/dist/collection/components/modal/modal.js +3 -2
  511. package/dist/collection/components/modal/modal.js.map +1 -1
  512. package/dist/collection/components/my-component/example-modal.js +1 -1
  513. package/dist/collection/components/my-component/example-modal.js.map +1 -1
  514. package/dist/collection/components/pagination/pagination.css +1 -1
  515. package/dist/collection/components/pagination/pagination.js +2 -2
  516. package/dist/collection/components/pagination/pagination.js.map +1 -1
  517. package/dist/collection/components/pagination/test/pagination.ct.js +40 -0
  518. package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
  519. package/dist/collection/components/pill/pill.css +1 -0
  520. package/dist/collection/components/push-card/push-card.css +7 -4
  521. package/dist/collection/components/push-card/push-card.js +2 -2
  522. package/dist/collection/components/push-card/push-card.js.map +1 -1
  523. package/dist/collection/components/row/row.css +2 -2
  524. package/dist/collection/components/select/select.css +4 -34
  525. package/dist/collection/components/select/select.js +38 -25
  526. package/dist/collection/components/select/select.js.map +1 -1
  527. package/dist/collection/components/select/test/select.ct.js +13 -12
  528. package/dist/collection/components/select/test/select.ct.js.map +1 -1
  529. package/dist/collection/components/slider/slider.css +265 -0
  530. package/dist/collection/components/slider/slider.js +380 -0
  531. package/dist/collection/components/slider/slider.js.map +1 -0
  532. package/dist/collection/components/slider/test/slider.ct.js +35 -0
  533. package/dist/collection/components/slider/test/slider.ct.js.map +1 -0
  534. package/dist/collection/components/split-button/split-button.js +0 -3
  535. package/dist/collection/components/split-button/split-button.js.map +1 -1
  536. package/dist/collection/components/split-button-item/split-button-item.js +3 -0
  537. package/dist/collection/components/split-button-item/split-button-item.js.map +1 -1
  538. package/dist/collection/components/tabs/tabs.js +7 -7
  539. package/dist/collection/components/tabs/tabs.js.map +1 -1
  540. package/dist/collection/components/time-picker/time-picker.css +35 -0
  541. package/dist/collection/components/time-picker/time-picker.js +2 -2
  542. package/dist/collection/components/time-picker/time-picker.js.map +1 -1
  543. package/dist/collection/components/toast/styles/toast-container.css +91 -0
  544. package/dist/collection/components/toast/toast-container.js +20 -4
  545. package/dist/collection/components/toast/toast-container.js.map +1 -1
  546. package/dist/collection/components/toast/toast.css +9 -7
  547. package/dist/collection/components/toast/toast.js +1 -1
  548. package/dist/collection/components/toast/toast.js.map +1 -1
  549. package/dist/collection/components/tooltip/tooltip.js +88 -8
  550. package/dist/collection/components/tooltip/tooltip.js.map +1 -1
  551. package/dist/collection/components/tree-item/tree-item.js +1 -1
  552. package/dist/collection/components/tree-item/tree-item.js.map +1 -1
  553. package/dist/collection/components/utils/a11y.js +2 -2
  554. package/dist/collection/components/utils/a11y.js.map +1 -1
  555. package/dist/collection/components/utils/breakpoints.js +3 -3
  556. package/dist/collection/components/utils/breakpoints.js.map +1 -1
  557. package/dist/collection/components/utils/shadow-dom.js +7 -0
  558. package/dist/collection/components/utils/shadow-dom.js.map +1 -1
  559. package/dist/collection/components/validation-tooltip/validation-tooltip.css +1 -0
  560. package/dist/collection/index.js +0 -9
  561. package/dist/collection/index.js.map +1 -1
  562. package/dist/collection/setup.js +24 -0
  563. package/dist/collection/setup.js.map +1 -0
  564. package/dist/collection/tests/utils/test/index.js +14 -0
  565. package/dist/collection/tests/utils/test/index.js.map +1 -1
  566. package/dist/esm/_commonjsHelpers-dd6fe9fb.js +23 -0
  567. package/dist/esm/_commonjsHelpers-dd6fe9fb.js.map +1 -0
  568. package/dist/esm/a11y-d5dd20ad.js +79 -0
  569. package/dist/esm/a11y-d5dd20ad.js.map +1 -0
  570. package/dist/esm/app-globals-4d2941ae.js +29 -0
  571. package/dist/esm/app-globals-4d2941ae.js.map +1 -0
  572. package/dist/esm/breakpoints-b76e9f27.js +25 -0
  573. package/dist/esm/breakpoints-b76e9f27.js.map +1 -0
  574. package/dist/esm/core-js-de462567.js +25 -0
  575. package/dist/esm/core-js-de462567.js.map +1 -0
  576. package/dist/esm/dom-64ac48b5.js +72 -0
  577. package/dist/esm/dom-64ac48b5.js.map +1 -0
  578. package/dist/esm/index-eb0be730.js +186 -130
  579. package/dist/esm/index.es2017-1478d9a9.js +1479 -0
  580. package/dist/esm/index.es2017-1478d9a9.js.map +1 -0
  581. package/dist/esm/index.js +0 -2
  582. package/dist/esm/index.js.map +1 -1
  583. package/dist/esm/ix-action-card.entry.js +1 -1
  584. package/dist/esm/ix-action-card.entry.js.map +1 -1
  585. package/dist/esm/ix-application-header.entry.js +2 -2
  586. package/dist/esm/ix-application.entry.js +2 -2
  587. package/dist/esm/ix-avatar_2.entry.js +51 -0
  588. package/dist/esm/ix-avatar_2.entry.js.map +1 -0
  589. package/dist/esm/ix-basic-navigation.entry.js +2 -2
  590. package/dist/esm/ix-blind.entry.js +13 -5
  591. package/dist/esm/ix-blind.entry.js.map +1 -1
  592. package/dist/esm/ix-breadcrumb-item.entry.js +64 -0
  593. package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
  594. package/dist/esm/ix-breadcrumb.entry.js +100 -0
  595. package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
  596. package/dist/esm/ix-burger-menu.entry.js +2 -2
  597. package/dist/esm/ix-burger-menu.entry.js.map +1 -1
  598. package/dist/esm/ix-card-accordion_2.entry.js +4 -6
  599. package/dist/esm/ix-card-accordion_2.entry.js.map +1 -1
  600. package/dist/esm/ix-card-list.entry.js +3 -3
  601. package/dist/esm/ix-card-list.entry.js.map +1 -1
  602. package/dist/esm/ix-card_2.entry.js +2 -2
  603. package/dist/esm/ix-card_2.entry.js.map +1 -1
  604. package/dist/esm/ix-category-filter.entry.js +2 -2
  605. package/dist/esm/ix-category-filter.entry.js.map +1 -1
  606. package/dist/esm/ix-chip.entry.js +3 -5
  607. package/dist/esm/ix-chip.entry.js.map +1 -1
  608. package/dist/esm/ix-col.entry.js +3 -3
  609. package/dist/esm/ix-col.entry.js.map +1 -1
  610. package/dist/esm/ix-content-header.entry.js +1 -1
  611. package/dist/esm/ix-content-header.entry.js.map +1 -1
  612. package/dist/esm/ix-date-picker_2.entry.js +8 -8
  613. package/dist/esm/ix-date-picker_2.entry.js.map +1 -1
  614. package/dist/esm/ix-drawer.entry.js +1 -1
  615. package/dist/esm/ix-drawer.entry.js.map +1 -1
  616. package/dist/esm/ix-dropdown-button.entry.js +1 -2
  617. package/dist/esm/ix-dropdown-button.entry.js.map +1 -1
  618. package/dist/esm/ix-dropdown-item.entry.js +45 -0
  619. package/dist/esm/ix-dropdown-item.entry.js.map +1 -0
  620. package/dist/esm/ix-dropdown.entry.js +318 -0
  621. package/dist/esm/ix-dropdown.entry.js.map +1 -0
  622. package/dist/esm/ix-event-list-item.entry.js +38 -0
  623. package/dist/esm/ix-event-list-item.entry.js.map +1 -0
  624. package/dist/esm/ix-event-list.entry.js +120 -0
  625. package/dist/esm/ix-event-list.entry.js.map +1 -0
  626. package/dist/esm/ix-expanding-search.entry.js +1 -1
  627. package/dist/esm/ix-expanding-search.entry.js.map +1 -1
  628. package/dist/esm/ix-filter-chip_2.entry.js +86 -0
  629. package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
  630. package/dist/esm/ix-flip-tile-content.entry.js +18 -0
  631. package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
  632. package/dist/esm/ix-flip-tile.entry.js +85 -0
  633. package/dist/esm/ix-flip-tile.entry.js.map +1 -0
  634. package/dist/esm/ix-form-field.entry.js +1 -1
  635. package/dist/esm/ix-form-field.entry.js.map +1 -1
  636. package/dist/esm/ix-group-context-menu_2.entry.js +74 -0
  637. package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
  638. package/dist/esm/ix-group.entry.js +124 -0
  639. package/dist/esm/ix-group.entry.js.map +1 -0
  640. package/dist/esm/ix-icon-button_2.entry.js +92 -0
  641. package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
  642. package/dist/esm/ix-icon-toggle-button.entry.js +2 -2
  643. package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -1
  644. package/dist/esm/ix-icon.entry-5065bd80.js +1485 -0
  645. package/dist/esm/ix-icon.entry-5065bd80.js.map +1 -0
  646. package/dist/esm/ix-input-group.entry.js +19 -15
  647. package/dist/esm/ix-input-group.entry.js.map +1 -1
  648. package/dist/esm/ix-kpi.entry.js +2 -2
  649. package/dist/esm/ix-kpi.entry.js.map +1 -1
  650. package/dist/esm/ix-layout-grid.entry.js +25 -0
  651. package/dist/esm/ix-layout-grid.entry.js.map +1 -0
  652. package/dist/esm/ix-link-button.entry.js +1 -1
  653. package/dist/esm/ix-link-button.entry.js.map +1 -1
  654. package/dist/esm/ix-map-navigation-overlay.entry.js +58 -0
  655. package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
  656. package/dist/esm/ix-map-navigation.entry.js +170 -0
  657. package/dist/esm/ix-map-navigation.entry.js.map +1 -0
  658. package/dist/esm/ix-menu-about-item.entry.js +18 -0
  659. package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
  660. package/dist/esm/ix-menu-about-news.entry.js +34 -0
  661. package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
  662. package/dist/esm/ix-menu-about.entry.js +72 -0
  663. package/dist/esm/ix-menu-about.entry.js.map +1 -0
  664. package/dist/esm/ix-menu-avatar.entry.js +29 -0
  665. package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
  666. package/dist/esm/ix-menu-category.entry.js +1 -1
  667. package/dist/esm/ix-menu-category.entry.js.map +1 -1
  668. package/dist/esm/ix-menu-item.entry.js +68 -0
  669. package/dist/esm/ix-menu-item.entry.js.map +1 -0
  670. package/dist/esm/ix-menu-settings-item.entry.js +18 -0
  671. package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
  672. package/dist/esm/ix-menu-settings.entry.js +60 -0
  673. package/dist/esm/ix-menu-settings.entry.js.map +1 -0
  674. package/dist/esm/ix-menu.entry.js +440 -0
  675. package/dist/esm/ix-menu.entry.js.map +1 -0
  676. package/dist/esm/ix-message-bar.entry.js +1 -1
  677. package/dist/esm/ix-message-bar.entry.js.map +1 -1
  678. package/dist/esm/ix-modal-example.entry.js +1 -1
  679. package/dist/esm/ix-modal-example.entry.js.map +1 -1
  680. package/dist/esm/ix-modal.entry.js +4 -3
  681. package/dist/esm/ix-modal.entry.js.map +1 -1
  682. package/dist/esm/ix-pagination.entry.js +4 -4
  683. package/dist/esm/ix-pagination.entry.js.map +1 -1
  684. package/dist/esm/ix-pill.entry.js +1 -1
  685. package/dist/esm/ix-pill.entry.js.map +1 -1
  686. package/dist/esm/ix-push-card.entry.js +2 -2
  687. package/dist/esm/ix-push-card.entry.js.map +1 -1
  688. package/dist/esm/ix-row.entry.js +1 -1
  689. package/dist/esm/ix-row.entry.js.map +1 -1
  690. package/dist/esm/ix-select.entry.js +337 -0
  691. package/dist/esm/ix-select.entry.js.map +1 -0
  692. package/dist/esm/ix-slider.entry.js +147 -0
  693. package/dist/esm/ix-slider.entry.js.map +1 -0
  694. package/dist/esm/ix-split-button-item.entry.js +24 -0
  695. package/dist/esm/ix-split-button-item.entry.js.map +1 -0
  696. package/dist/esm/ix-split-button.entry.js +45 -0
  697. package/dist/esm/ix-split-button.entry.js.map +1 -0
  698. package/dist/esm/ix-tab-item_2.entry.js +258 -0
  699. package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
  700. package/dist/esm/ix-toast-container.entry.js +83 -0
  701. package/dist/esm/ix-toast-container.entry.js.map +1 -0
  702. package/dist/esm/ix-toast.entry.js +69 -0
  703. package/dist/esm/ix-toast.entry.js.map +1 -0
  704. package/dist/esm/ix-toggle-button.entry.js +1 -1
  705. package/dist/esm/ix-toggle.entry.js +1 -1
  706. package/dist/esm/ix-tooltip.entry.js +21 -7
  707. package/dist/esm/ix-tooltip.entry.js.map +1 -1
  708. package/dist/esm/ix-tree-item.entry.js +32 -0
  709. package/dist/esm/ix-tree-item.entry.js.map +1 -0
  710. package/dist/esm/ix-tree.entry.js +698 -0
  711. package/dist/esm/ix-tree.entry.js.map +1 -0
  712. package/dist/esm/ix-validation-tooltip.entry.js +2 -2
  713. package/dist/esm/ix-validation-tooltip.entry.js.map +1 -1
  714. package/dist/esm/ix-workflow-step.entry.js +93 -0
  715. package/dist/esm/ix-workflow-step.entry.js.map +1 -0
  716. package/dist/esm/ix-workflow-steps.entry.js +77 -0
  717. package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
  718. package/dist/esm/loader.js +3 -1
  719. package/dist/esm/loader.js.map +1 -1
  720. package/dist/esm/menu-service-5555b4fa.js +156 -0
  721. package/dist/esm/menu-service-5555b4fa.js.map +1 -0
  722. package/dist/esm/shadow-dom-b9df3d9b.js.map +1 -1
  723. package/dist/esm/siemens-ix.js +3 -1
  724. package/dist/esm/siemens-ix.js.map +1 -1
  725. package/dist/siemens-ix/index.esm.js +1 -1
  726. package/dist/siemens-ix/index.esm.js.map +1 -1
  727. package/dist/siemens-ix/p-0169cf74.entry.js +2 -0
  728. package/dist/siemens-ix/p-0169cf74.entry.js.map +1 -0
  729. package/dist/siemens-ix/p-04eeba9e.js.map +1 -1
  730. package/dist/siemens-ix/p-05e9397f.entry.js +2 -0
  731. package/dist/siemens-ix/p-05e9397f.entry.js.map +1 -0
  732. package/dist/siemens-ix/p-0ebc6c4d.entry.js +2 -0
  733. package/dist/siemens-ix/p-0ebc6c4d.entry.js.map +1 -0
  734. package/dist/siemens-ix/p-0fd2388f.entry.js +2 -0
  735. package/dist/siemens-ix/p-0fd2388f.entry.js.map +1 -0
  736. package/dist/siemens-ix/p-124d83b5.entry.js +2 -0
  737. package/dist/siemens-ix/p-124d83b5.entry.js.map +1 -0
  738. package/dist/siemens-ix/p-129b6290.entry.js +2 -0
  739. package/dist/siemens-ix/p-129b6290.entry.js.map +1 -0
  740. package/dist/siemens-ix/p-167c037c.entry.js +2 -0
  741. package/dist/siemens-ix/p-167c037c.entry.js.map +1 -0
  742. package/dist/siemens-ix/p-20e12c7e.js +2 -0
  743. package/dist/siemens-ix/p-20e12c7e.js.map +1 -0
  744. package/dist/siemens-ix/p-2baebeee.entry.js +2 -0
  745. package/dist/siemens-ix/p-2baebeee.entry.js.map +1 -0
  746. package/dist/siemens-ix/p-2e75f0e4.entry.js +2 -0
  747. package/dist/siemens-ix/p-2e75f0e4.entry.js.map +1 -0
  748. package/dist/siemens-ix/p-3103917f.entry.js +2 -0
  749. package/dist/siemens-ix/p-3103917f.entry.js.map +1 -0
  750. package/dist/siemens-ix/p-314f344d.entry.js +2 -0
  751. package/dist/siemens-ix/p-314f344d.entry.js.map +1 -0
  752. package/dist/siemens-ix/p-3ab30153.entry.js +2 -0
  753. package/dist/siemens-ix/p-3ab30153.entry.js.map +1 -0
  754. package/dist/siemens-ix/p-3e7b4990.js +2 -0
  755. package/dist/siemens-ix/p-4796a3ae.entry.js +2 -0
  756. package/dist/siemens-ix/p-4796a3ae.entry.js.map +1 -0
  757. package/dist/siemens-ix/p-4968df15.entry.js +2 -0
  758. package/dist/siemens-ix/p-4968df15.entry.js.map +1 -0
  759. package/dist/siemens-ix/p-5056c8a9.entry.js +2 -0
  760. package/dist/siemens-ix/p-5056c8a9.entry.js.map +1 -0
  761. package/dist/siemens-ix/p-5285864c.entry.js +2 -0
  762. package/dist/siemens-ix/p-5285864c.entry.js.map +1 -0
  763. package/dist/siemens-ix/p-5516480a.entry.js +2 -0
  764. package/dist/siemens-ix/p-5516480a.entry.js.map +1 -0
  765. package/dist/siemens-ix/p-57fd45e2.entry.js +2 -0
  766. package/dist/siemens-ix/p-57fd45e2.entry.js.map +1 -0
  767. package/dist/siemens-ix/p-5a5e155c.entry.js +2 -0
  768. package/dist/siemens-ix/p-5a5e155c.entry.js.map +1 -0
  769. package/dist/siemens-ix/p-5d132cc5.entry.js.map +1 -1
  770. package/dist/siemens-ix/p-5d17102b.entry.js +2 -0
  771. package/dist/siemens-ix/p-5d17102b.entry.js.map +1 -0
  772. package/dist/siemens-ix/p-5d172daa.js +2 -0
  773. package/dist/siemens-ix/p-5d43cae8.js +22 -0
  774. package/dist/siemens-ix/p-5d43cae8.js.map +1 -0
  775. package/dist/siemens-ix/p-61ffc6e1.entry.js.map +1 -1
  776. package/dist/siemens-ix/p-62fb5c19.entry.js +2 -0
  777. package/dist/siemens-ix/p-62fb5c19.entry.js.map +1 -0
  778. package/dist/siemens-ix/p-634da7f2.entry.js +2 -0
  779. package/dist/siemens-ix/p-634da7f2.entry.js.map +1 -0
  780. package/dist/siemens-ix/p-6370a04a.entry.js +2 -0
  781. package/dist/siemens-ix/p-6370a04a.entry.js.map +1 -0
  782. package/dist/siemens-ix/p-66d7fbd9.entry.js +2 -0
  783. package/dist/siemens-ix/p-66d7fbd9.entry.js.map +1 -0
  784. package/dist/siemens-ix/p-6ae65cac.entry.js +2 -0
  785. package/dist/siemens-ix/p-6ae65cac.entry.js.map +1 -0
  786. package/dist/siemens-ix/p-74a7d191.entry.js +2 -0
  787. package/dist/siemens-ix/p-74a7d191.entry.js.map +1 -0
  788. package/dist/siemens-ix/p-7712c4a9.entry.js +2 -0
  789. package/dist/siemens-ix/p-7712c4a9.entry.js.map +1 -0
  790. package/dist/siemens-ix/p-774eca79.entry.js +2 -0
  791. package/dist/siemens-ix/p-774eca79.entry.js.map +1 -0
  792. package/dist/siemens-ix/p-77b14ca1.entry.js +2 -0
  793. package/dist/siemens-ix/p-7865aa63.entry.js +2 -0
  794. package/dist/siemens-ix/p-7865aa63.entry.js.map +1 -0
  795. package/dist/siemens-ix/p-78c9489b.js +2 -0
  796. package/dist/siemens-ix/p-78c9489b.js.map +1 -0
  797. package/dist/siemens-ix/p-794769ed.entry.js +2 -0
  798. package/dist/siemens-ix/p-794769ed.entry.js.map +1 -0
  799. package/dist/siemens-ix/p-7a884056.entry.js.map +1 -1
  800. package/dist/siemens-ix/p-7b362f58.entry.js +2 -0
  801. package/dist/siemens-ix/p-7b362f58.entry.js.map +1 -0
  802. package/dist/siemens-ix/p-80871c9a.entry.js +2 -0
  803. package/dist/siemens-ix/p-80871c9a.entry.js.map +1 -0
  804. package/dist/siemens-ix/p-812b01d1.js +2 -0
  805. package/dist/siemens-ix/p-812b01d1.js.map +1 -0
  806. package/dist/siemens-ix/p-847da072.entry.js +2 -0
  807. package/dist/siemens-ix/p-847da072.entry.js.map +1 -0
  808. package/dist/siemens-ix/p-8952f1cd.entry.js +2 -0
  809. package/dist/siemens-ix/p-8952f1cd.entry.js.map +1 -0
  810. package/dist/siemens-ix/p-8c5f7419.entry.js +2 -0
  811. package/dist/siemens-ix/p-8c5f7419.entry.js.map +1 -0
  812. package/dist/siemens-ix/p-8fdf4407.entry.js +2 -0
  813. package/dist/siemens-ix/p-8fdf4407.entry.js.map +1 -0
  814. package/dist/siemens-ix/p-90efad65.entry.js +2 -0
  815. package/dist/siemens-ix/p-90efad65.entry.js.map +1 -0
  816. package/dist/siemens-ix/p-9848e4de.entry.js.map +1 -1
  817. package/dist/siemens-ix/p-9cd93c03.js +2 -0
  818. package/dist/siemens-ix/p-9cd93c03.js.map +1 -0
  819. package/dist/siemens-ix/p-9e0af149.entry.js +2 -0
  820. package/dist/siemens-ix/p-9e0af149.entry.js.map +1 -0
  821. package/dist/siemens-ix/p-ada4a328.entry.js +2 -0
  822. package/dist/siemens-ix/p-ada4a328.entry.js.map +1 -0
  823. package/dist/siemens-ix/p-aef14f96.entry.js +2 -0
  824. package/dist/siemens-ix/p-aef14f96.entry.js.map +1 -0
  825. package/dist/siemens-ix/p-b007e4b4.entry.js.map +1 -1
  826. package/dist/siemens-ix/p-b49627fa.js +4 -0
  827. package/dist/siemens-ix/p-b49627fa.js.map +1 -0
  828. package/dist/siemens-ix/p-b53bed3a.entry.js +2 -0
  829. package/dist/siemens-ix/p-b6d40648.entry.js +2 -0
  830. package/dist/siemens-ix/p-b6d40648.entry.js.map +1 -0
  831. package/dist/siemens-ix/p-b803c716.entry.js +2 -0
  832. package/dist/siemens-ix/p-b803c716.entry.js.map +1 -0
  833. package/dist/siemens-ix/p-b94ab301.entry.js +2 -0
  834. package/dist/siemens-ix/p-b94ab301.entry.js.map +1 -0
  835. package/dist/siemens-ix/p-bc811c4b.js +2 -0
  836. package/dist/siemens-ix/p-bc811c4b.js.map +1 -0
  837. package/dist/siemens-ix/p-c4216f17.entry.js +2 -0
  838. package/dist/siemens-ix/p-c4216f17.entry.js.map +1 -0
  839. package/dist/siemens-ix/p-c7d24831.entry.js +2 -0
  840. package/dist/siemens-ix/p-c7d24831.entry.js.map +1 -0
  841. package/dist/siemens-ix/p-cd1e0061.entry.js.map +1 -1
  842. package/dist/siemens-ix/p-d16a4670.entry.js +2 -0
  843. package/dist/siemens-ix/p-d16a4670.entry.js.map +1 -0
  844. package/dist/siemens-ix/p-d78cd3f4.entry.js +2 -0
  845. package/dist/siemens-ix/p-d78cd3f4.entry.js.map +1 -0
  846. package/dist/siemens-ix/p-d7e974a8.entry.js +2 -0
  847. package/dist/siemens-ix/p-d7e974a8.entry.js.map +1 -0
  848. package/dist/siemens-ix/p-d87de06f.entry.js.map +1 -1
  849. package/dist/siemens-ix/p-d9c99b88.entry.js +2 -0
  850. package/dist/siemens-ix/p-d9c99b88.entry.js.map +1 -0
  851. package/dist/siemens-ix/p-da133606.entry.js.map +1 -1
  852. package/dist/siemens-ix/p-dcb957d8.entry.js +2 -0
  853. package/dist/siemens-ix/p-dcb957d8.entry.js.map +1 -0
  854. package/dist/siemens-ix/p-dd2fb887.entry.js +2 -0
  855. package/dist/siemens-ix/p-dd2fb887.entry.js.map +1 -0
  856. package/dist/siemens-ix/p-e5beabf4.entry.js +2 -0
  857. package/dist/siemens-ix/p-e5beabf4.entry.js.map +1 -0
  858. package/dist/siemens-ix/p-f63b47c1.entry.js +2 -0
  859. package/dist/siemens-ix/p-f63b47c1.entry.js.map +1 -0
  860. package/dist/siemens-ix/p-f7b95fd7.entry.js +2 -0
  861. package/dist/siemens-ix/p-f7b95fd7.entry.js.map +1 -0
  862. package/dist/siemens-ix/p-f97f2394.entry.js +2 -0
  863. package/dist/siemens-ix/p-fa0d5f4e.entry.js +2 -0
  864. package/dist/siemens-ix/p-fa0d5f4e.entry.js.map +1 -0
  865. package/dist/siemens-ix/p-fba61526.entry.js +2 -0
  866. package/dist/siemens-ix/p-fba61526.entry.js.map +1 -0
  867. package/dist/siemens-ix/p-fd08b7ad.entry.js +2 -0
  868. package/dist/siemens-ix/p-fd08b7ad.entry.js.map +1 -0
  869. package/dist/siemens-ix/p-fd6006d2.entry.js +2 -0
  870. package/dist/siemens-ix/p-fd6006d2.entry.js.map +1 -0
  871. package/dist/siemens-ix/siemens-ix-core.css +1 -1
  872. package/dist/siemens-ix/siemens-ix.css +259 -1
  873. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  874. package/dist/siemens-ix/siemens-ix.esm.js.map +1 -1
  875. package/dist/types/components/blind/blind.d.ts +8 -1
  876. package/dist/types/components/card/card.d.ts +1 -1
  877. package/dist/types/components/chip/chip.d.ts +1 -7
  878. package/dist/types/components/dropdown/dropdown.d.ts +4 -2
  879. package/dist/types/components/dropdown/test/dropdown.ct.d.ts +1 -0
  880. package/dist/types/components/dropdown-button/dropdown-button.d.ts +0 -5
  881. package/dist/types/components/dropdown-item/dropdown-item.d.ts +3 -9
  882. package/dist/types/components/event-list-item/event-list-item.d.ts +0 -7
  883. package/dist/types/components/grid/layout-grid.d.ts +18 -0
  884. package/dist/types/components/menu-item/menu-item.d.ts +1 -1
  885. package/dist/types/components/modal/modal.d.ts +1 -1
  886. package/dist/types/components/pagination/test/pagination.ct.d.ts +1 -0
  887. package/dist/types/components/select/select.d.ts +1 -1
  888. package/dist/types/components/slider/slider.d.ts +70 -0
  889. package/dist/types/components/slider/test/slider.ct.d.ts +1 -0
  890. package/dist/types/components/split-button/split-button.d.ts +0 -1
  891. package/dist/types/components/split-button-item/split-button-item.d.ts +3 -0
  892. package/dist/types/components/tabs/tabs.d.ts +1 -0
  893. package/dist/types/components/tooltip/tooltip.d.ts +8 -2
  894. package/dist/types/components/utils/a11y.d.ts +1 -1
  895. package/dist/types/components/utils/breakpoints.d.ts +3 -3
  896. package/dist/types/components/utils/shadow-dom.d.ts +1 -0
  897. package/dist/types/components.d.ts +188 -84
  898. package/dist/types/index.d.ts +0 -1
  899. package/dist/types/setup.d.ts +1 -0
  900. package/dist/types/tests/utils/test/index.d.ts +14 -0
  901. package/package.json +5 -3
  902. package/scss/_core.scss +1 -0
  903. package/scss/components/_radiobuttons.scss +1 -1
  904. package/scss/components/form/_input.scss +18 -2
  905. package/scss/mixins/_break-points.scss +30 -6
  906. package/dist/cjs/_commonjsHelpers-1a0c346f.js +0 -25
  907. package/dist/cjs/_commonjsHelpers-1a0c346f.js.map +0 -1
  908. package/dist/cjs/a11y-fa9abd92.js +0 -82
  909. package/dist/cjs/a11y-fa9abd92.js.map +0 -1
  910. package/dist/cjs/breakpoints-e19e827e.js +0 -27
  911. package/dist/cjs/breakpoints-e19e827e.js.map +0 -1
  912. package/dist/cjs/icon-9e9f2faf.js +0 -114
  913. package/dist/cjs/icon-9e9f2faf.js.map +0 -1
  914. package/dist/cjs/index-1061a1c1.js +0 -8
  915. package/dist/cjs/index-1061a1c1.js.map +0 -1
  916. package/dist/cjs/ix-avatar.cjs.entry.js +0 -39
  917. package/dist/cjs/ix-avatar.cjs.entry.js.map +0 -1
  918. package/dist/cjs/ix-breadcrumb_2.cjs.entry.js +0 -164
  919. package/dist/cjs/ix-breadcrumb_2.cjs.entry.js.map +0 -1
  920. package/dist/cjs/ix-dropdown_2.cjs.entry.js +0 -359
  921. package/dist/cjs/ix-dropdown_2.cjs.entry.js.map +0 -1
  922. package/dist/cjs/ix-event-list_2.cjs.entry.js +0 -159
  923. package/dist/cjs/ix-event-list_2.cjs.entry.js.map +0 -1
  924. package/dist/cjs/ix-filter-chip.cjs.entry.js +0 -30
  925. package/dist/cjs/ix-filter-chip.cjs.entry.js.map +0 -1
  926. package/dist/cjs/ix-flip-tile_2.cjs.entry.js +0 -103
  927. package/dist/cjs/ix-flip-tile_2.cjs.entry.js.map +0 -1
  928. package/dist/cjs/ix-grid.cjs.entry.js +0 -29
  929. package/dist/cjs/ix-grid.cjs.entry.js.map +0 -1
  930. package/dist/cjs/ix-group-context-menu.cjs.entry.js +0 -48
  931. package/dist/cjs/ix-group-context-menu.cjs.entry.js.map +0 -1
  932. package/dist/cjs/ix-group_2.cjs.entry.js +0 -159
  933. package/dist/cjs/ix-group_2.cjs.entry.js.map +0 -1
  934. package/dist/cjs/ix-icon-button.cjs.entry.js +0 -72
  935. package/dist/cjs/ix-icon-button.cjs.entry.js.map +0 -1
  936. package/dist/cjs/ix-icon.cjs.entry.js +0 -12
  937. package/dist/cjs/ix-icon.cjs.entry.js.map +0 -1
  938. package/dist/cjs/ix-map-navigation_2.cjs.entry.js +0 -227
  939. package/dist/cjs/ix-map-navigation_2.cjs.entry.js.map +0 -1
  940. package/dist/cjs/ix-menu_9.cjs.entry.js +0 -732
  941. package/dist/cjs/ix-menu_9.cjs.entry.js.map +0 -1
  942. package/dist/cjs/ix-select_2.cjs.entry.js +0 -389
  943. package/dist/cjs/ix-select_2.cjs.entry.js.map +0 -1
  944. package/dist/cjs/ix-spinner.cjs.entry.js +0 -33
  945. package/dist/cjs/ix-spinner.cjs.entry.js.map +0 -1
  946. package/dist/cjs/ix-split-button_2.cjs.entry.js +0 -72
  947. package/dist/cjs/ix-split-button_2.cjs.entry.js.map +0 -1
  948. package/dist/cjs/ix-tab-item.cjs.entry.js +0 -67
  949. package/dist/cjs/ix-tab-item.cjs.entry.js.map +0 -1
  950. package/dist/cjs/ix-tabs.cjs.entry.js +0 -204
  951. package/dist/cjs/ix-tabs.cjs.entry.js.map +0 -1
  952. package/dist/cjs/ix-toast_2.cjs.entry.js +0 -143
  953. package/dist/cjs/ix-toast_2.cjs.entry.js.map +0 -1
  954. package/dist/cjs/ix-tree_2.cjs.entry.js +0 -730
  955. package/dist/cjs/ix-tree_2.cjs.entry.js.map +0 -1
  956. package/dist/cjs/ix-workflow-step_2.cjs.entry.js +0 -170
  957. package/dist/cjs/ix-workflow-step_2.cjs.entry.js.map +0 -1
  958. package/dist/cjs/menu-service-f7ef5265.js +0 -159
  959. package/dist/cjs/menu-service-f7ef5265.js.map +0 -1
  960. package/dist/collection/components/grid/grid.css +0 -26
  961. package/dist/collection/components/grid/grid.js +0 -98
  962. package/dist/collection/components/grid/grid.js.map +0 -1
  963. package/dist/components/a11y.js +0 -79
  964. package/dist/components/a11y.js.map +0 -1
  965. package/dist/components/application-header.js +0 -101
  966. package/dist/components/application-header.js.map +0 -1
  967. package/dist/components/breadcrumb-item.js +0 -99
  968. package/dist/components/breadcrumb-item.js.map +0 -1
  969. package/dist/components/breakpoints.js +0 -25
  970. package/dist/components/breakpoints.js.map +0 -1
  971. package/dist/components/burger-menu.js +0 -61
  972. package/dist/components/burger-menu.js.map +0 -1
  973. package/dist/components/button.js +0 -97
  974. package/dist/components/button.js.map +0 -1
  975. package/dist/components/card-accordion.js +0 -80
  976. package/dist/components/card-accordion.js.map +0 -1
  977. package/dist/components/card-content.js +0 -32
  978. package/dist/components/card-content.js.map +0 -1
  979. package/dist/components/card-title.js +0 -32
  980. package/dist/components/card-title.js.map +0 -1
  981. package/dist/components/card.js +0 -36
  982. package/dist/components/card.js.map +0 -1
  983. package/dist/components/date-picker.js +0 -378
  984. package/dist/components/date-picker.js.map +0 -1
  985. package/dist/components/dropdown-item.js +0 -76
  986. package/dist/components/dropdown-item.js.map +0 -1
  987. package/dist/components/dropdown.js +0 -341
  988. package/dist/components/dropdown.js.map +0 -1
  989. package/dist/components/filter-chip.js +0 -62
  990. package/dist/components/filter-chip.js.map +0 -1
  991. package/dist/components/group-context-menu.js +0 -79
  992. package/dist/components/group-context-menu.js.map +0 -1
  993. package/dist/components/group-item.js +0 -64
  994. package/dist/components/group-item.js.map +0 -1
  995. package/dist/components/icon-button.js +0 -105
  996. package/dist/components/icon-button.js.map +0 -1
  997. package/dist/components/icon.js +0 -133
  998. package/dist/components/icon.js.map +0 -1
  999. package/dist/components/index2.js +0 -6
  1000. package/dist/components/index2.js.map +0 -1
  1001. package/dist/components/ix-action-card.d.ts +0 -11
  1002. package/dist/components/ix-action-card.js +0 -72
  1003. package/dist/components/ix-action-card.js.map +0 -1
  1004. package/dist/components/ix-application-header.d.ts +0 -11
  1005. package/dist/components/ix-application-sidebar.d.ts +0 -11
  1006. package/dist/components/ix-application.d.ts +0 -11
  1007. package/dist/components/ix-avatar.d.ts +0 -11
  1008. package/dist/components/ix-basic-navigation.d.ts +0 -11
  1009. package/dist/components/ix-basic-navigation.js +0 -138
  1010. package/dist/components/ix-basic-navigation.js.map +0 -1
  1011. package/dist/components/ix-blind.d.ts +0 -11
  1012. package/dist/components/ix-blind.js +0 -125
  1013. package/dist/components/ix-blind.js.map +0 -1
  1014. package/dist/components/ix-breadcrumb-item.d.ts +0 -11
  1015. package/dist/components/ix-breadcrumb.d.ts +0 -11
  1016. package/dist/components/ix-breadcrumb.js +0 -157
  1017. package/dist/components/ix-breadcrumb.js.map +0 -1
  1018. package/dist/components/ix-burger-menu.d.ts +0 -11
  1019. package/dist/components/ix-button.d.ts +0 -11
  1020. package/dist/components/ix-card-accordion.d.ts +0 -11
  1021. package/dist/components/ix-card-content.d.ts +0 -11
  1022. package/dist/components/ix-card-list.d.ts +0 -11
  1023. package/dist/components/ix-card-list.js +0 -234
  1024. package/dist/components/ix-card-list.js.map +0 -1
  1025. package/dist/components/ix-card-title.d.ts +0 -11
  1026. package/dist/components/ix-card.d.ts +0 -11
  1027. package/dist/components/ix-category-filter.d.ts +0 -11
  1028. package/dist/components/ix-category-filter.js +0 -470
  1029. package/dist/components/ix-category-filter.js.map +0 -1
  1030. package/dist/components/ix-chip.d.ts +0 -11
  1031. package/dist/components/ix-chip.js +0 -106
  1032. package/dist/components/ix-chip.js.map +0 -1
  1033. package/dist/components/ix-col.d.ts +0 -11
  1034. package/dist/components/ix-col.js +0 -96
  1035. package/dist/components/ix-col.js.map +0 -1
  1036. package/dist/components/ix-content-header.d.ts +0 -11
  1037. package/dist/components/ix-content-header.js +0 -69
  1038. package/dist/components/ix-content-header.js.map +0 -1
  1039. package/dist/components/ix-content.d.ts +0 -11
  1040. package/dist/components/ix-css-grid-item.d.ts +0 -11
  1041. package/dist/components/ix-css-grid.d.ts +0 -11
  1042. package/dist/components/ix-date-picker.d.ts +0 -11
  1043. package/dist/components/ix-date-time-card.d.ts +0 -11
  1044. package/dist/components/ix-datetime-picker.d.ts +0 -11
  1045. package/dist/components/ix-datetime-picker.js +0 -155
  1046. package/dist/components/ix-datetime-picker.js.map +0 -1
  1047. package/dist/components/ix-divider.d.ts +0 -11
  1048. package/dist/components/ix-drawer.d.ts +0 -11
  1049. package/dist/components/ix-drawer.js +0 -151
  1050. package/dist/components/ix-drawer.js.map +0 -1
  1051. package/dist/components/ix-dropdown-button.d.ts +0 -11
  1052. package/dist/components/ix-dropdown-button.js +0 -100
  1053. package/dist/components/ix-dropdown-button.js.map +0 -1
  1054. package/dist/components/ix-dropdown-header.d.ts +0 -11
  1055. package/dist/components/ix-dropdown-item.d.ts +0 -11
  1056. package/dist/components/ix-dropdown-quick-actions.d.ts +0 -11
  1057. package/dist/components/ix-dropdown.d.ts +0 -11
  1058. package/dist/components/ix-empty-state.d.ts +0 -11
  1059. package/dist/components/ix-empty-state.js +0 -71
  1060. package/dist/components/ix-empty-state.js.map +0 -1
  1061. package/dist/components/ix-event-list-item.d.ts +0 -11
  1062. package/dist/components/ix-event-list-item.js +0 -69
  1063. package/dist/components/ix-event-list-item.js.map +0 -1
  1064. package/dist/components/ix-event-list.d.ts +0 -11
  1065. package/dist/components/ix-expanding-search.d.ts +0 -11
  1066. package/dist/components/ix-expanding-search.js +0 -125
  1067. package/dist/components/ix-expanding-search.js.map +0 -1
  1068. package/dist/components/ix-filter-chip.d.ts +0 -11
  1069. package/dist/components/ix-flip-tile-content.d.ts +0 -11
  1070. package/dist/components/ix-flip-tile.d.ts +0 -11
  1071. package/dist/components/ix-flip-tile.js +0 -127
  1072. package/dist/components/ix-flip-tile.js.map +0 -1
  1073. package/dist/components/ix-form-field.d.ts +0 -11
  1074. package/dist/components/ix-form-field.js +0 -43
  1075. package/dist/components/ix-form-field.js.map +0 -1
  1076. package/dist/components/ix-grid.d.ts +0 -11
  1077. package/dist/components/ix-grid.js +0 -47
  1078. package/dist/components/ix-grid.js.map +0 -1
  1079. package/dist/components/ix-group-context-menu.d.ts +0 -11
  1080. package/dist/components/ix-group-item.d.ts +0 -11
  1081. package/dist/components/ix-group.d.ts +0 -11
  1082. package/dist/components/ix-group.js +0 -184
  1083. package/dist/components/ix-group.js.map +0 -1
  1084. package/dist/components/ix-icon-button.d.ts +0 -11
  1085. package/dist/components/ix-icon-toggle-button.d.ts +0 -11
  1086. package/dist/components/ix-icon-toggle-button.js +0 -122
  1087. package/dist/components/ix-icon-toggle-button.js.map +0 -1
  1088. package/dist/components/ix-icon.js +0 -8
  1089. package/dist/components/ix-icon.js.map +0 -1
  1090. package/dist/components/ix-input-group.d.ts +0 -11
  1091. package/dist/components/ix-input-group.js +0 -126
  1092. package/dist/components/ix-input-group.js.map +0 -1
  1093. package/dist/components/ix-key-value-list.d.ts +0 -11
  1094. package/dist/components/ix-key-value.d.ts +0 -11
  1095. package/dist/components/ix-key-value.js +0 -53
  1096. package/dist/components/ix-key-value.js.map +0 -1
  1097. package/dist/components/ix-kpi.d.ts +0 -11
  1098. package/dist/components/ix-kpi.js +0 -75
  1099. package/dist/components/ix-kpi.js.map +0 -1
  1100. package/dist/components/ix-link-button.d.ts +0 -11
  1101. package/dist/components/ix-link-button.js +0 -54
  1102. package/dist/components/ix-link-button.js.map +0 -1
  1103. package/dist/components/ix-map-navigation-overlay.d.ts +0 -11
  1104. package/dist/components/ix-map-navigation.d.ts +0 -11
  1105. package/dist/components/ix-map-navigation.js +0 -232
  1106. package/dist/components/ix-map-navigation.js.map +0 -1
  1107. package/dist/components/ix-menu-about-item.d.ts +0 -11
  1108. package/dist/components/ix-menu-about-news.d.ts +0 -11
  1109. package/dist/components/ix-menu-about-news.js +0 -89
  1110. package/dist/components/ix-menu-about-news.js.map +0 -1
  1111. package/dist/components/ix-menu-about.d.ts +0 -11
  1112. package/dist/components/ix-menu-about.js +0 -125
  1113. package/dist/components/ix-menu-about.js.map +0 -1
  1114. package/dist/components/ix-menu-avatar-item.d.ts +0 -11
  1115. package/dist/components/ix-menu-avatar.d.ts +0 -11
  1116. package/dist/components/ix-menu-avatar.js +0 -83
  1117. package/dist/components/ix-menu-avatar.js.map +0 -1
  1118. package/dist/components/ix-menu-category.d.ts +0 -11
  1119. package/dist/components/ix-menu-category.js +0 -196
  1120. package/dist/components/ix-menu-category.js.map +0 -1
  1121. package/dist/components/ix-menu-item.d.ts +0 -11
  1122. package/dist/components/ix-menu-settings-item.d.ts +0 -11
  1123. package/dist/components/ix-menu-settings.d.ts +0 -11
  1124. package/dist/components/ix-menu-settings.js +0 -112
  1125. package/dist/components/ix-menu-settings.js.map +0 -1
  1126. package/dist/components/ix-menu.d.ts +0 -11
  1127. package/dist/components/ix-menu.js +0 -514
  1128. package/dist/components/ix-menu.js.map +0 -1
  1129. package/dist/components/ix-message-bar.d.ts +0 -11
  1130. package/dist/components/ix-message-bar.js +0 -93
  1131. package/dist/components/ix-message-bar.js.map +0 -1
  1132. package/dist/components/ix-modal-content.d.ts +0 -11
  1133. package/dist/components/ix-modal-example.d.ts +0 -11
  1134. package/dist/components/ix-modal-example.js +0 -64
  1135. package/dist/components/ix-modal-example.js.map +0 -1
  1136. package/dist/components/ix-modal-footer.d.ts +0 -11
  1137. package/dist/components/ix-modal-header.d.ts +0 -11
  1138. package/dist/components/ix-modal-header.js +0 -90
  1139. package/dist/components/ix-modal-header.js.map +0 -1
  1140. package/dist/components/ix-modal-loading.d.ts +0 -11
  1141. package/dist/components/ix-modal.d.ts +0 -11
  1142. package/dist/components/ix-modal.js +0 -155
  1143. package/dist/components/ix-modal.js.map +0 -1
  1144. package/dist/components/ix-pagination.d.ts +0 -11
  1145. package/dist/components/ix-pagination.js +0 -217
  1146. package/dist/components/ix-pagination.js.map +0 -1
  1147. package/dist/components/ix-pill.d.ts +0 -11
  1148. package/dist/components/ix-pill.js +0 -84
  1149. package/dist/components/ix-pill.js.map +0 -1
  1150. package/dist/components/ix-push-card.d.ts +0 -11
  1151. package/dist/components/ix-push-card.js +0 -86
  1152. package/dist/components/ix-push-card.js.map +0 -1
  1153. package/dist/components/ix-row.d.ts +0 -11
  1154. package/dist/components/ix-row.js +0 -35
  1155. package/dist/components/ix-row.js.map +0 -1
  1156. package/dist/components/ix-select-item.d.ts +0 -11
  1157. package/dist/components/ix-select.d.ts +0 -11
  1158. package/dist/components/ix-spinner.d.ts +0 -11
  1159. package/dist/components/ix-split-button-item.d.ts +0 -11
  1160. package/dist/components/ix-split-button-item.js +0 -57
  1161. package/dist/components/ix-split-button-item.js.map +0 -1
  1162. package/dist/components/ix-split-button.d.ts +0 -11
  1163. package/dist/components/ix-split-button.js +0 -106
  1164. package/dist/components/ix-split-button.js.map +0 -1
  1165. package/dist/components/ix-tab-item.d.ts +0 -11
  1166. package/dist/components/ix-tabs.d.ts +0 -11
  1167. package/dist/components/ix-tile.d.ts +0 -11
  1168. package/dist/components/ix-time-picker.d.ts +0 -11
  1169. package/dist/components/ix-toast-container.d.ts +0 -11
  1170. package/dist/components/ix-toast-container.js +0 -121
  1171. package/dist/components/ix-toast-container.js.map +0 -1
  1172. package/dist/components/ix-toast.d.ts +0 -11
  1173. package/dist/components/ix-toggle-button.d.ts +0 -11
  1174. package/dist/components/ix-toggle-button.js +0 -111
  1175. package/dist/components/ix-toggle-button.js.map +0 -1
  1176. package/dist/components/ix-toggle.d.ts +0 -11
  1177. package/dist/components/ix-tooltip.d.ts +0 -11
  1178. package/dist/components/ix-tooltip.js +0 -183
  1179. package/dist/components/ix-tooltip.js.map +0 -1
  1180. package/dist/components/ix-tree-item.d.ts +0 -11
  1181. package/dist/components/ix-tree.d.ts +0 -11
  1182. package/dist/components/ix-tree.js +0 -733
  1183. package/dist/components/ix-tree.js.map +0 -1
  1184. package/dist/components/ix-typography.d.ts +0 -11
  1185. package/dist/components/ix-upload.d.ts +0 -11
  1186. package/dist/components/ix-upload.js +0 -153
  1187. package/dist/components/ix-upload.js.map +0 -1
  1188. package/dist/components/ix-validation-tooltip.d.ts +0 -11
  1189. package/dist/components/ix-validation-tooltip.js +0 -170
  1190. package/dist/components/ix-validation-tooltip.js.map +0 -1
  1191. package/dist/components/ix-workflow-step.d.ts +0 -11
  1192. package/dist/components/ix-workflow-step.js +0 -126
  1193. package/dist/components/ix-workflow-step.js.map +0 -1
  1194. package/dist/components/ix-workflow-steps.d.ts +0 -11
  1195. package/dist/components/map-navigation-overlay.js +0 -95
  1196. package/dist/components/map-navigation-overlay.js.map +0 -1
  1197. package/dist/components/menu-avatar-item.js +0 -51
  1198. package/dist/components/menu-avatar-item.js.map +0 -1
  1199. package/dist/components/menu-item.js +0 -98
  1200. package/dist/components/menu-item.js.map +0 -1
  1201. package/dist/components/my-component.d.ts +0 -11
  1202. package/dist/components/select-item.js +0 -98
  1203. package/dist/components/select-item.js.map +0 -1
  1204. package/dist/components/select.js +0 -403
  1205. package/dist/components/select.js.map +0 -1
  1206. package/dist/components/shadow-dom.js.map +0 -1
  1207. package/dist/components/tabs.js +0 -233
  1208. package/dist/components/tabs.js.map +0 -1
  1209. package/dist/components/time-picker.js +0 -258
  1210. package/dist/components/time-picker.js.map +0 -1
  1211. package/dist/components/toast.js +0 -111
  1212. package/dist/components/toast.js.map +0 -1
  1213. package/dist/components/tree-item.js +0 -57
  1214. package/dist/components/tree-item.js.map +0 -1
  1215. package/dist/esm/_commonjsHelpers-4bc7200a.js +0 -21
  1216. package/dist/esm/_commonjsHelpers-4bc7200a.js.map +0 -1
  1217. package/dist/esm/a11y-aa83c2d1.js +0 -79
  1218. package/dist/esm/a11y-aa83c2d1.js.map +0 -1
  1219. package/dist/esm/breakpoints-b8d59fd9.js +0 -25
  1220. package/dist/esm/breakpoints-b8d59fd9.js.map +0 -1
  1221. package/dist/esm/icon-f54a8bc4.js +0 -112
  1222. package/dist/esm/icon-f54a8bc4.js.map +0 -1
  1223. package/dist/esm/index-7b24b7fa.js +0 -6
  1224. package/dist/esm/index-7b24b7fa.js.map +0 -1
  1225. package/dist/esm/ix-avatar.entry.js +0 -35
  1226. package/dist/esm/ix-avatar.entry.js.map +0 -1
  1227. package/dist/esm/ix-breadcrumb_2.entry.js +0 -159
  1228. package/dist/esm/ix-breadcrumb_2.entry.js.map +0 -1
  1229. package/dist/esm/ix-dropdown_2.entry.js +0 -354
  1230. package/dist/esm/ix-dropdown_2.entry.js.map +0 -1
  1231. package/dist/esm/ix-event-list_2.entry.js +0 -154
  1232. package/dist/esm/ix-event-list_2.entry.js.map +0 -1
  1233. package/dist/esm/ix-filter-chip.entry.js +0 -26
  1234. package/dist/esm/ix-filter-chip.entry.js.map +0 -1
  1235. package/dist/esm/ix-flip-tile_2.entry.js +0 -98
  1236. package/dist/esm/ix-flip-tile_2.entry.js.map +0 -1
  1237. package/dist/esm/ix-grid.entry.js +0 -25
  1238. package/dist/esm/ix-grid.entry.js.map +0 -1
  1239. package/dist/esm/ix-group-context-menu.entry.js +0 -44
  1240. package/dist/esm/ix-group-context-menu.entry.js.map +0 -1
  1241. package/dist/esm/ix-group_2.entry.js +0 -154
  1242. package/dist/esm/ix-group_2.entry.js.map +0 -1
  1243. package/dist/esm/ix-icon-button.entry.js +0 -68
  1244. package/dist/esm/ix-icon-button.entry.js.map +0 -1
  1245. package/dist/esm/ix-icon.entry.js +0 -4
  1246. package/dist/esm/ix-icon.entry.js.map +0 -1
  1247. package/dist/esm/ix-map-navigation_2.entry.js +0 -222
  1248. package/dist/esm/ix-map-navigation_2.entry.js.map +0 -1
  1249. package/dist/esm/ix-menu_9.entry.js +0 -720
  1250. package/dist/esm/ix-menu_9.entry.js.map +0 -1
  1251. package/dist/esm/ix-select_2.entry.js +0 -384
  1252. package/dist/esm/ix-select_2.entry.js.map +0 -1
  1253. package/dist/esm/ix-spinner.entry.js +0 -29
  1254. package/dist/esm/ix-spinner.entry.js.map +0 -1
  1255. package/dist/esm/ix-split-button_2.entry.js +0 -67
  1256. package/dist/esm/ix-split-button_2.entry.js.map +0 -1
  1257. package/dist/esm/ix-tab-item.entry.js +0 -63
  1258. package/dist/esm/ix-tab-item.entry.js.map +0 -1
  1259. package/dist/esm/ix-tabs.entry.js +0 -200
  1260. package/dist/esm/ix-tabs.entry.js.map +0 -1
  1261. package/dist/esm/ix-toast_2.entry.js +0 -138
  1262. package/dist/esm/ix-toast_2.entry.js.map +0 -1
  1263. package/dist/esm/ix-tree_2.entry.js +0 -725
  1264. package/dist/esm/ix-tree_2.entry.js.map +0 -1
  1265. package/dist/esm/ix-workflow-step_2.entry.js +0 -165
  1266. package/dist/esm/ix-workflow-step_2.entry.js.map +0 -1
  1267. package/dist/esm/menu-service-12a09006.js +0 -156
  1268. package/dist/esm/menu-service-12a09006.js.map +0 -1
  1269. package/dist/siemens-ix/p-00616f87.entry.js +0 -2
  1270. package/dist/siemens-ix/p-00616f87.entry.js.map +0 -1
  1271. package/dist/siemens-ix/p-0b71cde4.js +0 -2
  1272. package/dist/siemens-ix/p-0b71cde4.js.map +0 -1
  1273. package/dist/siemens-ix/p-134b6bd5.js +0 -2
  1274. package/dist/siemens-ix/p-134b6bd5.js.map +0 -1
  1275. package/dist/siemens-ix/p-14621fbd.entry.js +0 -2
  1276. package/dist/siemens-ix/p-14621fbd.entry.js.map +0 -1
  1277. package/dist/siemens-ix/p-1b705d7b.js +0 -2
  1278. package/dist/siemens-ix/p-1b705d7b.js.map +0 -1
  1279. package/dist/siemens-ix/p-1fc8e513.entry.js +0 -2
  1280. package/dist/siemens-ix/p-1fc8e513.entry.js.map +0 -1
  1281. package/dist/siemens-ix/p-281fa225.entry.js +0 -2
  1282. package/dist/siemens-ix/p-281fa225.entry.js.map +0 -1
  1283. package/dist/siemens-ix/p-2a29e187.entry.js +0 -2
  1284. package/dist/siemens-ix/p-2a29e187.entry.js.map +0 -1
  1285. package/dist/siemens-ix/p-36c48f12.entry.js +0 -2
  1286. package/dist/siemens-ix/p-36c48f12.entry.js.map +0 -1
  1287. package/dist/siemens-ix/p-36f0b470.entry.js +0 -2
  1288. package/dist/siemens-ix/p-36f0b470.entry.js.map +0 -1
  1289. package/dist/siemens-ix/p-37417714.js +0 -2
  1290. package/dist/siemens-ix/p-37dd62fc.entry.js +0 -2
  1291. package/dist/siemens-ix/p-37dd62fc.entry.js.map +0 -1
  1292. package/dist/siemens-ix/p-3983ee89.entry.js +0 -2
  1293. package/dist/siemens-ix/p-3983ee89.entry.js.map +0 -1
  1294. package/dist/siemens-ix/p-3dbeeecf.entry.js +0 -2
  1295. package/dist/siemens-ix/p-3dbeeecf.entry.js.map +0 -1
  1296. package/dist/siemens-ix/p-3eabf464.entry.js +0 -2
  1297. package/dist/siemens-ix/p-3eabf464.entry.js.map +0 -1
  1298. package/dist/siemens-ix/p-40ecc8be.entry.js +0 -2
  1299. package/dist/siemens-ix/p-40ecc8be.entry.js.map +0 -1
  1300. package/dist/siemens-ix/p-475d8732.entry.js +0 -2
  1301. package/dist/siemens-ix/p-475d8732.entry.js.map +0 -1
  1302. package/dist/siemens-ix/p-4f8954a7.entry.js +0 -2
  1303. package/dist/siemens-ix/p-4f8954a7.entry.js.map +0 -1
  1304. package/dist/siemens-ix/p-5017cf39.entry.js +0 -2
  1305. package/dist/siemens-ix/p-5017cf39.entry.js.map +0 -1
  1306. package/dist/siemens-ix/p-5029fd0f.entry.js +0 -2
  1307. package/dist/siemens-ix/p-5029fd0f.entry.js.map +0 -1
  1308. package/dist/siemens-ix/p-553ebcb1.entry.js +0 -2
  1309. package/dist/siemens-ix/p-553ebcb1.entry.js.map +0 -1
  1310. package/dist/siemens-ix/p-5650383d.entry.js +0 -2
  1311. package/dist/siemens-ix/p-567f71a2.entry.js +0 -2
  1312. package/dist/siemens-ix/p-567f71a2.entry.js.map +0 -1
  1313. package/dist/siemens-ix/p-5e3f8c0b.entry.js +0 -2
  1314. package/dist/siemens-ix/p-5e3f8c0b.entry.js.map +0 -1
  1315. package/dist/siemens-ix/p-7918fd50.entry.js +0 -2
  1316. package/dist/siemens-ix/p-7918fd50.entry.js.map +0 -1
  1317. package/dist/siemens-ix/p-7b536489.entry.js +0 -2
  1318. package/dist/siemens-ix/p-7b536489.entry.js.map +0 -1
  1319. package/dist/siemens-ix/p-8c7d1e06.js +0 -2
  1320. package/dist/siemens-ix/p-8c7d1e06.js.map +0 -1
  1321. package/dist/siemens-ix/p-8e39298f.js +0 -2
  1322. package/dist/siemens-ix/p-94ecb1af.entry.js +0 -2
  1323. package/dist/siemens-ix/p-94ecb1af.entry.js.map +0 -1
  1324. package/dist/siemens-ix/p-98b03a9b.entry.js +0 -2
  1325. package/dist/siemens-ix/p-98b03a9b.entry.js.map +0 -1
  1326. package/dist/siemens-ix/p-9b6075de.entry.js +0 -2
  1327. package/dist/siemens-ix/p-9b6075de.entry.js.map +0 -1
  1328. package/dist/siemens-ix/p-a0fdaa04.entry.js +0 -2
  1329. package/dist/siemens-ix/p-a0fdaa04.entry.js.map +0 -1
  1330. package/dist/siemens-ix/p-a18f1744.entry.js +0 -2
  1331. package/dist/siemens-ix/p-a18f1744.entry.js.map +0 -1
  1332. package/dist/siemens-ix/p-a3d6abfb.entry.js +0 -2
  1333. package/dist/siemens-ix/p-a3d6abfb.entry.js.map +0 -1
  1334. package/dist/siemens-ix/p-a5ae7bfa.entry.js +0 -2
  1335. package/dist/siemens-ix/p-a5ae7bfa.entry.js.map +0 -1
  1336. package/dist/siemens-ix/p-a6345f97.entry.js +0 -2
  1337. package/dist/siemens-ix/p-a6345f97.entry.js.map +0 -1
  1338. package/dist/siemens-ix/p-a8424ce3.entry.js +0 -2
  1339. package/dist/siemens-ix/p-a8424ce3.entry.js.map +0 -1
  1340. package/dist/siemens-ix/p-a85299c6.entry.js +0 -2
  1341. package/dist/siemens-ix/p-a85299c6.entry.js.map +0 -1
  1342. package/dist/siemens-ix/p-ab4bdb4e.entry.js +0 -2
  1343. package/dist/siemens-ix/p-ab4bdb4e.entry.js.map +0 -1
  1344. package/dist/siemens-ix/p-ac00ae47.entry.js +0 -2
  1345. package/dist/siemens-ix/p-ac00ae47.entry.js.map +0 -1
  1346. package/dist/siemens-ix/p-b38eff08.entry.js +0 -2
  1347. package/dist/siemens-ix/p-b38eff08.entry.js.map +0 -1
  1348. package/dist/siemens-ix/p-b45ca515.entry.js +0 -2
  1349. package/dist/siemens-ix/p-b45ca515.entry.js.map +0 -1
  1350. package/dist/siemens-ix/p-c1ac2d01.entry.js +0 -2
  1351. package/dist/siemens-ix/p-c1ac2d01.entry.js.map +0 -1
  1352. package/dist/siemens-ix/p-c1f5a59a.entry.js +0 -2
  1353. package/dist/siemens-ix/p-c1f5a59a.entry.js.map +0 -1
  1354. package/dist/siemens-ix/p-c75264af.entry.js +0 -2
  1355. package/dist/siemens-ix/p-c75264af.entry.js.map +0 -1
  1356. package/dist/siemens-ix/p-db174600.entry.js +0 -2
  1357. package/dist/siemens-ix/p-db174600.entry.js.map +0 -1
  1358. package/dist/siemens-ix/p-db2f237f.entry.js +0 -2
  1359. package/dist/siemens-ix/p-db2f237f.entry.js.map +0 -1
  1360. package/dist/siemens-ix/p-dc77f962.entry.js +0 -2
  1361. package/dist/siemens-ix/p-de013166.entry.js +0 -2
  1362. package/dist/siemens-ix/p-de013166.entry.js.map +0 -1
  1363. package/dist/siemens-ix/p-eb3f1ef6.entry.js +0 -2
  1364. package/dist/siemens-ix/p-eb3f1ef6.entry.js.map +0 -1
  1365. package/dist/siemens-ix/p-f71da594.entry.js +0 -2
  1366. package/dist/siemens-ix/p-f71da594.entry.js.map +0 -1
  1367. package/dist/siemens-ix/p-f9b004ba.entry.js +0 -2
  1368. package/dist/siemens-ix/p-f9b004ba.entry.js.map +0 -1
  1369. package/dist/siemens-ix/p-f9d4ca13.entry.js +0 -2
  1370. package/dist/types/components/grid/grid.d.ts +0 -18
  1371. /package/{dist/components → components}/_commonjsHelpers.js +0 -0
  1372. /package/{dist/components → components}/_commonjsHelpers.js.map +0 -0
  1373. /package/{dist/components → components}/animation.js +0 -0
  1374. /package/{dist/components → components}/animation.js.map +0 -0
  1375. /package/{dist/components → components}/anime.es.js +0 -0
  1376. /package/{dist/components → components}/anime.es.js.map +0 -0
  1377. /package/{dist/components → components}/avatar.js +0 -0
  1378. /package/{dist/components → components}/avatar.js.map +0 -0
  1379. /package/{dist/components → components}/base-button.js +0 -0
  1380. /package/{dist/components → components}/base-button.js.map +0 -0
  1381. /package/{dist/components → components}/base-icon-button.js +0 -0
  1382. /package/{dist/components → components}/base-icon-button.js.map +0 -0
  1383. /package/{dist/components → components}/context.js +0 -0
  1384. /package/{dist/components → components}/context.js.map +0 -0
  1385. /package/{dist/components → components}/date-time-card.js +0 -0
  1386. /package/{dist/components → components}/date-time-card.js.map +0 -0
  1387. /package/{dist/components → components}/default-tree-item.js +0 -0
  1388. /package/{dist/components → components}/default-tree-item.js.map +0 -0
  1389. /package/{dist/components → components}/divider.js +0 -0
  1390. /package/{dist/components → components}/divider.js.map +0 -0
  1391. /package/{dist/components → components}/flip-tile-state.js +0 -0
  1392. /package/{dist/components → components}/flip-tile-state.js.map +0 -0
  1393. /package/{dist/components → components}/floating-ui.dom.esm.js +0 -0
  1394. /package/{dist/components → components}/floating-ui.dom.esm.js.map +0 -0
  1395. /package/{dist/components → components}/index.d.ts +0 -0
  1396. /package/{dist/components → components}/index.js +0 -0
  1397. /package/{dist/components → components}/index.js.map +0 -0
  1398. /package/{dist/components → components}/ix-application-header.js +0 -0
  1399. /package/{dist/components → components}/ix-application-header.js.map +0 -0
  1400. /package/{dist/components → components}/ix-application-sidebar.js +0 -0
  1401. /package/{dist/components → components}/ix-application-sidebar.js.map +0 -0
  1402. /package/{dist/components → components}/ix-application.js +0 -0
  1403. /package/{dist/components → components}/ix-application.js.map +0 -0
  1404. /package/{dist/components → components}/ix-avatar.js +0 -0
  1405. /package/{dist/components → components}/ix-avatar.js.map +0 -0
  1406. /package/{dist/components → components}/ix-breadcrumb-item.js +0 -0
  1407. /package/{dist/components → components}/ix-breadcrumb-item.js.map +0 -0
  1408. /package/{dist/components → components}/ix-burger-menu.js +0 -0
  1409. /package/{dist/components → components}/ix-burger-menu.js.map +0 -0
  1410. /package/{dist/components → components}/ix-button.js +0 -0
  1411. /package/{dist/components → components}/ix-button.js.map +0 -0
  1412. /package/{dist/components → components}/ix-card-accordion.js +0 -0
  1413. /package/{dist/components → components}/ix-card-accordion.js.map +0 -0
  1414. /package/{dist/components → components}/ix-card-content.js +0 -0
  1415. /package/{dist/components → components}/ix-card-content.js.map +0 -0
  1416. /package/{dist/components → components}/ix-card-title.js +0 -0
  1417. /package/{dist/components → components}/ix-card-title.js.map +0 -0
  1418. /package/{dist/components → components}/ix-card.js +0 -0
  1419. /package/{dist/components → components}/ix-card.js.map +0 -0
  1420. /package/{dist/components → components}/ix-content.js +0 -0
  1421. /package/{dist/components → components}/ix-content.js.map +0 -0
  1422. /package/{dist/components → components}/ix-css-grid-item.js +0 -0
  1423. /package/{dist/components → components}/ix-css-grid-item.js.map +0 -0
  1424. /package/{dist/components → components}/ix-css-grid.js +0 -0
  1425. /package/{dist/components → components}/ix-css-grid.js.map +0 -0
  1426. /package/{dist/components → components}/ix-date-picker.js +0 -0
  1427. /package/{dist/components → components}/ix-date-picker.js.map +0 -0
  1428. /package/{dist/components → components}/ix-date-time-card.js +0 -0
  1429. /package/{dist/components → components}/ix-date-time-card.js.map +0 -0
  1430. /package/{dist/components → components}/ix-divider.js +0 -0
  1431. /package/{dist/components → components}/ix-divider.js.map +0 -0
  1432. /package/{dist/components → components}/ix-dropdown-header.js +0 -0
  1433. /package/{dist/components → components}/ix-dropdown-header.js.map +0 -0
  1434. /package/{dist/components → components}/ix-dropdown-item.js +0 -0
  1435. /package/{dist/components → components}/ix-dropdown-item.js.map +0 -0
  1436. /package/{dist/components → components}/ix-dropdown-quick-actions.js +0 -0
  1437. /package/{dist/components → components}/ix-dropdown-quick-actions.js.map +0 -0
  1438. /package/{dist/components → components}/ix-dropdown.js +0 -0
  1439. /package/{dist/components → components}/ix-dropdown.js.map +0 -0
  1440. /package/{dist/components → components}/ix-event-list.js +0 -0
  1441. /package/{dist/components → components}/ix-event-list.js.map +0 -0
  1442. /package/{dist/components → components}/ix-filter-chip.js +0 -0
  1443. /package/{dist/components → components}/ix-filter-chip.js.map +0 -0
  1444. /package/{dist/components → components}/ix-flip-tile-content.js +0 -0
  1445. /package/{dist/components → components}/ix-flip-tile-content.js.map +0 -0
  1446. /package/{dist/components → components}/ix-group-context-menu.js +0 -0
  1447. /package/{dist/components → components}/ix-group-context-menu.js.map +0 -0
  1448. /package/{dist/components → components}/ix-group-item.js +0 -0
  1449. /package/{dist/components → components}/ix-group-item.js.map +0 -0
  1450. /package/{dist/components → components}/ix-icon-button.js +0 -0
  1451. /package/{dist/components → components}/ix-icon-button.js.map +0 -0
  1452. /package/{dist/components → components}/ix-key-value-list.js +0 -0
  1453. /package/{dist/components → components}/ix-key-value-list.js.map +0 -0
  1454. /package/{dist/components → components}/ix-map-navigation-overlay.js +0 -0
  1455. /package/{dist/components → components}/ix-map-navigation-overlay.js.map +0 -0
  1456. /package/{dist/components → components}/ix-menu-about-item.js +0 -0
  1457. /package/{dist/components → components}/ix-menu-about-item.js.map +0 -0
  1458. /package/{dist/components → components}/ix-menu-avatar-item.js +0 -0
  1459. /package/{dist/components → components}/ix-menu-avatar-item.js.map +0 -0
  1460. /package/{dist/components → components}/ix-menu-item.js +0 -0
  1461. /package/{dist/components → components}/ix-menu-item.js.map +0 -0
  1462. /package/{dist/components → components}/ix-menu-settings-item.js +0 -0
  1463. /package/{dist/components → components}/ix-menu-settings-item.js.map +0 -0
  1464. /package/{dist/components → components}/ix-modal-content.js +0 -0
  1465. /package/{dist/components → components}/ix-modal-content.js.map +0 -0
  1466. /package/{dist/components → components}/ix-modal-footer.js +0 -0
  1467. /package/{dist/components → components}/ix-modal-footer.js.map +0 -0
  1468. /package/{dist/components → components}/ix-modal-loading.js +0 -0
  1469. /package/{dist/components → components}/ix-modal-loading.js.map +0 -0
  1470. /package/{dist/components → components}/ix-select-item.js +0 -0
  1471. /package/{dist/components → components}/ix-select-item.js.map +0 -0
  1472. /package/{dist/components → components}/ix-select.js +0 -0
  1473. /package/{dist/components → components}/ix-select.js.map +0 -0
  1474. /package/{dist/components → components}/ix-spinner.js +0 -0
  1475. /package/{dist/components → components}/ix-spinner.js.map +0 -0
  1476. /package/{dist/components → components}/ix-tab-item.js +0 -0
  1477. /package/{dist/components → components}/ix-tab-item.js.map +0 -0
  1478. /package/{dist/components → components}/ix-tabs.js +0 -0
  1479. /package/{dist/components → components}/ix-tabs.js.map +0 -0
  1480. /package/{dist/components → components}/ix-tile.js +0 -0
  1481. /package/{dist/components → components}/ix-tile.js.map +0 -0
  1482. /package/{dist/components → components}/ix-time-picker.js +0 -0
  1483. /package/{dist/components → components}/ix-time-picker.js.map +0 -0
  1484. /package/{dist/components → components}/ix-toast.js +0 -0
  1485. /package/{dist/components → components}/ix-toast.js.map +0 -0
  1486. /package/{dist/components → components}/ix-toggle.js +0 -0
  1487. /package/{dist/components → components}/ix-toggle.js.map +0 -0
  1488. /package/{dist/components → components}/ix-tree-item.js +0 -0
  1489. /package/{dist/components → components}/ix-tree-item.js.map +0 -0
  1490. /package/{dist/components → components}/ix-typography.js +0 -0
  1491. /package/{dist/components → components}/ix-typography.js.map +0 -0
  1492. /package/{dist/components → components}/ix-workflow-steps.js +0 -0
  1493. /package/{dist/components → components}/ix-workflow-steps.js.map +0 -0
  1494. /package/{dist/components → components}/logical-filter-operator.js +0 -0
  1495. /package/{dist/components → components}/logical-filter-operator.js.map +0 -0
  1496. /package/{dist/components → components}/luxon.js +0 -0
  1497. /package/{dist/components → components}/luxon.js.map +0 -0
  1498. /package/{dist/components → components}/menu-service.js +0 -0
  1499. /package/{dist/components → components}/menu-service.js.map +0 -0
  1500. /package/{dist/components → components}/modal.js +0 -0
  1501. /package/{dist/components → components}/modal.js.map +0 -0
  1502. /package/{dist/components → components}/mutation-observer.js +0 -0
  1503. /package/{dist/components → components}/mutation-observer.js.map +0 -0
  1504. /package/{dist/components → components}/my-component.js +0 -0
  1505. /package/{dist/components → components}/my-component.js.map +0 -0
  1506. /package/{dist/components → components}/rwd.util.js +0 -0
  1507. /package/{dist/components → components}/rwd.util.js.map +0 -0
  1508. /package/{dist/components → components}/shadow-dom.js +0 -0
  1509. /package/{dist/components → components}/spinner.js +0 -0
  1510. /package/{dist/components → components}/spinner.js.map +0 -0
  1511. /package/{dist/components → components}/tab-item.js +0 -0
  1512. /package/{dist/components → components}/tab-item.js.map +0 -0
  1513. /package/{dist/components → components}/theme-switcher.js +0 -0
  1514. /package/{dist/components → components}/theme-switcher.js.map +0 -0
  1515. /package/{dist/components → components}/typed-event.js +0 -0
  1516. /package/{dist/components → components}/typed-event.js.map +0 -0
  1517. /package/{dist/components → components}/typography.js +0 -0
  1518. /package/{dist/components → components}/typography.js.map +0 -0
  1519. /package/{dist/components → components}/upload-file-state.js +0 -0
  1520. /package/{dist/components → components}/upload-file-state.js.map +0 -0
  1521. /package/dist/siemens-ix/{p-37417714.js.map → p-3e7b4990.js.map} +0 -0
  1522. /package/dist/siemens-ix/{p-8e39298f.js.map → p-5d172daa.js.map} +0 -0
  1523. /package/dist/siemens-ix/{p-dc77f962.entry.js.map → p-77b14ca1.entry.js.map} +0 -0
  1524. /package/dist/siemens-ix/{p-5650383d.entry.js.map → p-b53bed3a.entry.js.map} +0 -0
  1525. /package/dist/siemens-ix/{p-f9d4ca13.entry.js.map → p-f97f2394.entry.js.map} +0 -0
@@ -0,0 +1 @@
1
+ {"file":"ix-group-context-menu.ix-group-item.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,mBAAmB,GAAG,wQAAwQ;;MCiBvR,gBAAgB;;;2BAGA,KAAK;;EAExB,UAAU;IAChB,OAAO,IAAI,CAAC,WAAW,CAAC;GACzB;EAEO,iBAAiB,CACvB,eAAsC,EACtC,cAA2B;IAE3B,eAAe,CAAC,mBAAmB,GAAG,OAAO,CAAC;IAC9C,eAAe,CAAC,OAAO,GAAG,cAAc,CAAC;GAC1C;EAEO,YAAY;IAClB,MAAM,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC/D,IAAI,CAAC,IAAI,EAAE;MACT,OAAO;KACR;IACD,MAAM,QAAQ,GAAGA,4BAAkB,CAAC,IAAI,CAAC,CAAC;IAC1C,IAAI,CAAC,eAAe,GAAG,QAAQ,CAAC,MAAM,KAAK,CAAC,CAAC;IAE7C,MAAM,eAAe,GAAG,QAAQ,CAAC,IAAI,CACnC,CAAC,GAAY,KAAK,GAAG,CAAC,OAAO,KAAK,aAAa,CAChD,CAAC;IAEF,MAAM,cAAc,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;IAEzC,IAAI,CAAC,cAAc,EAAE;MACnB,OAAO;KACR;IAED,IAAI,CAAC,eAAe,EAAE;MACpB,OAAO;KACR;IAED,IAAI,CAAC,iBAAiB,CAAC,eAAe,EAAE,cAAc,CAAC,CAAC;GACzD;EAED,MAAM;IACJ,QACEC,QAACC,UAAI,QACHD,4BACE,KAAK,EAAE,EAAE,IAAI,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,EACtC,IAAI,EAAC,IAAI,EACT,KAAK,EAAE,IAAI,EACX,IAAI,EAAE,cAAc,GACJ,EAClBA,kBAAM,YAAY,EAAE,MAAM,IAAI,CAAC,YAAY,EAAE,GAAS,CACjD,EACP;GACH;;;;;ACvEH,MAAM,YAAY,GAAG,0lFAA0lF;;MCyBlmF,SAAS;;;;;;;6BAqBQ,KAAK;;qBAWb,IAAI;;;EAaxB,WAAW;IACT,IAAI,IAAI,CAAC,iBAAiB,EAAE;MAC1B,OAAO;KACR;IACD,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;GAC7C;EAED,MAAM;IACJ,QACEA,QAACC,UAAI,IACH,KAAK,EAAE;QACL,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,iBAAiB;QAClD,oBAAoB,EAAE,IAAI,CAAC,iBAAiB;OAC7C,IAEDD,oBAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS,GAAG,CAAC,GAAG,CAAC,CAAC,IACvCA,iBAAK,KAAK,EAAC,iCAAiC,GAAO,EAClD,IAAI,CAAC,IAAI,GAAGA,qBAAS,IAAI,EAAC,IAAI,EAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAY,GAAG,IAAI,EACjE,IAAI,CAAC,IAAI,IACRA,kBAAM,KAAK,EAAC,kBAAkB,IAC5BA,kBAAM,KAAK,EAAE,IAAI,CAAC,IAAI,IAAG,IAAI,CAAC,IAAI,CAAQ,CACrC,IACL,IAAI,EACP,IAAI,CAAC,aAAa,IACjBA,kBAAM,KAAK,EAAC,4BAA4B,IACtCA,kBAAM,KAAK,EAAE,IAAI,CAAC,aAAa,IAAG,IAAI,CAAC,aAAa,CAAQ,CACvD,IACL,IAAI,EACRA,qBAAa,CACN,CACJ,EACP;GACH;;;;;;;;","names":["getSlottedElements","h","Host"],"sources":["./src/components/group/group-context-menu.scss?tag=ix-group-context-menu&encapsulation=shadow","./src/components/group/group-context-menu.tsx","./src/components/group-item/group-item.scss?tag=ix-group-item&encapsulation=shadow","./src/components/group-item/group-item.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n:host {\n display: block;\n position: relative;\n\n height: 2rem;\n width: 2rem;\n\n margin-block-start: 0.3125rem;\n margin-inline-end: 0.3125rem;\n margin-inline-start: auto;\n\n .hide {\n visibility: collapse;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, State } from '@stencil/core';\nimport { getSlottedElements } from '../utils/shadow-dom';\n\n@Component({\n tag: 'ix-group-context-menu',\n styleUrl: './group-context-menu.scss',\n shadow: true,\n})\nexport class GroupContextMenu {\n @Element() hostElement!: HTMLIxGroupContextMenuElement;\n\n @State() showContextMenu = false;\n\n private getTrigger() {\n return this.hostElement;\n }\n\n private configureDropdown(\n dropdownElement: HTMLIxDropdownElement,\n triggerElement: HTMLElement\n ) {\n dropdownElement.positioningStrategy = 'fixed';\n dropdownElement.trigger = triggerElement;\n }\n\n private onSlotChange() {\n const slot = this.hostElement.shadowRoot.querySelector('slot');\n if (!slot) {\n return;\n }\n const elements = getSlottedElements(slot);\n this.showContextMenu = elements.length !== 0;\n\n const dropdownElement = elements.find(\n (elm: Element) => elm.tagName === 'IX-DROPDOWN'\n );\n\n const triggerElement = this.getTrigger();\n\n if (!triggerElement) {\n return;\n }\n\n if (!dropdownElement) {\n return;\n }\n\n this.configureDropdown(dropdownElement, triggerElement);\n }\n\n render() {\n return (\n <Host>\n <ix-icon-button\n class={{ hide: !this.showContextMenu }}\n size=\"24\"\n ghost={true}\n icon={'context-menu'}\n ></ix-icon-button>\n <slot onSlotchange={() => this.onSlotChange()}></slot>\n </Host>\n );\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import 'common-variables';\n@import 'legacy/mixins/fonts';\n@import 'mixins/shadow-dom/hover';\n@import 'mixins/shadow-dom/component';\n@import 'mixins/text-truncation';\n\n$focusBorderWidth: 1px;\n\n:host {\n @include ix-component;\n display: flex;\n min-height: 2.25rem;\n height: 2.25rem;\n\n > button {\n display: flex;\n height: 100%;\n width: 100%;\n align-items: center;\n justify-content: flex-start;\n position: relative;\n outline: none;\n background-color: var(--theme-group-item--background);\n border: 1px solid transparent;\n color: var(--theme-color-std-text);\n\n padding-left: 2.5rem;\n\n &:focus-visible {\n border: $focusBorderWidth solid var(--theme-color-focus-bdr);\n }\n }\n\n ix-icon {\n margin-right: $tiny-space;\n margin-top: -0.125rem;\n }\n\n .group-entry-selection-indicator {\n position: absolute;\n left: -#{$focusBorderWidth};\n height: calc(100% + #{$focusBorderWidth * 2});\n width: $tiny-space;\n }\n\n .group-entry-text {\n @include text-default;\n @include ellipsis();\n }\n\n .group-entry-text-secondary {\n &,\n span {\n @include text-default;\n @include ellipsis;\n }\n\n display: flex;\n justify-content: flex-end;\n flex-grow: 1;\n white-space: nowrap;\n color: var(--theme-color-soft-text);\n }\n}\n\n:host(.selected) {\n border-top-width: 0.062rem !important;\n background-color: var(--theme-color-ghost--selected);\n\n .group-entry-selection-indicator {\n background-color: var(--theme-group-item-indicator--background--selected);\n }\n}\n\n:host(:not(.suppress-selection):hover) {\n background-color: var(--theme-color-ghost--selected-hover);\n border-color: var(--theme-group-item--border-color--hover);\n}\n\n:host(:not(.suppress-selection).selected:hover) {\n background-color: var(--theme-color-ghost--selected-hover);\n}\n\n:host(:not(.suppress-selection):active) {\n background-color: var(--theme-color-ghost--selected-active);\n border-color: var(--theme-group-item--border-color--active);\n}\n\n:host(:not(.suppress-selection).selected:active) {\n background-color: var(--theme-color-ghost--selected-active);\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Listen,\n Prop,\n} from '@stencil/core';\n\n@Component({\n tag: 'ix-group-item',\n styleUrl: 'group-item.scss',\n shadow: true,\n})\nexport class GroupItem {\n @Element() hostElement!: HTMLIxGroupItemElement;\n\n /**\n * Group item icon\n */\n @Prop() icon: string;\n\n /**\n * Group item text\n */\n @Prop() text: string;\n\n /**\n * Group item secondary text\n */\n @Prop() secondaryText: string;\n\n /**\n * Supress the selection of the group\n */\n @Prop() suppressSelection = false;\n\n /**\n * Show selected state\n */\n @Prop() selected: boolean;\n\n /**\n * The elements tabindex attribute will get set accordingly.\n * If true tabindex will be 0, -1 otherwise.\n */\n @Prop() focusable = true;\n\n /**\n * Selection changed\n */\n @Event() selectedChanged: EventEmitter<HTMLIxGroupItemElement>;\n\n /**\n * Index\n */\n @Prop() index: number;\n\n @Listen('click', { passive: true })\n clickListen() {\n if (this.suppressSelection) {\n return;\n }\n this.selectedChanged.emit(this.hostElement);\n }\n\n render() {\n return (\n <Host\n class={{\n selected: this.selected && !this.suppressSelection,\n 'suppress-selection': this.suppressSelection,\n }}\n >\n <button tabindex={this.focusable ? 0 : -1}>\n <div class=\"group-entry-selection-indicator\"></div>\n {this.icon ? <ix-icon size=\"16\" name={this.icon}></ix-icon> : null}\n {this.text ? (\n <span class=\"group-entry-text\">\n <span title={this.text}>{this.text}</span>\n </span>\n ) : null}\n {this.secondaryText ? (\n <span class=\"group-entry-text-secondary\">\n <span title={this.secondaryText}>{this.secondaryText}</span>\n </span>\n ) : null}\n <slot></slot>\n </button>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,128 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-be499a74.js');
6
+ const mutationObserver = require('./mutation-observer-eaaa5399.js');
7
+ const shadowDom = require('./shadow-dom-9b10f758.js');
8
+
9
+ const groupCss = ":host{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;flex-direction:column;position:relative;max-width:19.75rem;border-color:var(--theme-group-item--border-color)}:host .group-header{height:4rem;min-height:4rem;max-height:4rem;border-radius:var(--theme-group--border-radius) var(--theme-group--border-radius) 0 0;display:flex;background-color:var(--theme-group-item--background);color:var(--theme-group-header--color);cursor:pointer}:host .group-header:not(.disabled):not(:disabled){cursor:pointer}:host .group-header:not(.disabled):not(:disabled):hover{background-color:var(--theme-group-item--background--hover)}:host .group-header:not(.disabled):not(:disabled):hover.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header:not(.disabled):not(:disabled){cursor:pointer}:host .group-header:not(.disabled):not(:disabled):active,:host .group-header:not(.disabled):not(:disabled).active{background-color:var(--theme-group-item--background--active)}:host .group-header:not(.disabled):not(:disabled):active.selected,:host .group-header:not(.disabled):not(:disabled).active.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header:not(.disabled):not(:disabled):focus-visible{border:1px solid var(--theme-color-focus-bdr);border-radius:var(--theme-default-border-radius) var(--theme-default-border-radius) 0px 0px;outline:none}:host .group-header.selected{background-color:var(--theme-group-item--background--selected)}:host .group-header.selected .group-header-selection-indicator{background-color:var(--theme-group-item-indicator--background--selected)}:host .group-header .group-header-selection-indicator{background-color:var(--theme-color-input--focus)}:host .group-header .group-header-selection-indicator.group-header-selection-indicator-item-selected{background-color:var(--theme-group-item-indicator--background--selected)}:host .group-header-clickable{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;width:100%;min-width:0}:host .group-header-selection-indicator{width:0.25rem;border-top-left-radius:var(--theme-group--border-radius)}:host .group-header-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;flex-direction:row;justify-content:space-between;min-width:0;flex-grow:1;padding:0.5rem;padding-left:0}:host .group-header-content .group-header-props-container{width:100%}:host .group-header-content .group-header-title{display:flex;align-items:center;font-size:1rem;font-weight:700;height:1.5rem}:host .group-header-content .group-header-title>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}:host .group-header-content .group-subheader{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:1.25rem;font-size:0.875rem;color:var(--theme-group-subheader--color)}:host .expand-icon{padding:0.125rem 0.437rem;color:var(--theme-color-std-text)}:host .btn-expand-header{margin:0.5rem;-webkit-margin-end:0.25rem;margin-inline-end:0.25rem;min-width:1.5rem}:host .group-content{display:flex;flex-direction:column;gap:1px;margin-top:1px}:host .footer{visibility:collapse;height:auto;min-height:0}:host .footer-visible{visibility:visible}:host .hidden{display:none}";
10
+
11
+ const Group = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ this.selectGroup = index.createEvent(this, "selectGroup", 7);
15
+ this.selectItem = index.createEvent(this, "selectItem", 7);
16
+ this.collapsedChanged = index.createEvent(this, "collapsedChanged", 7);
17
+ this.suppressHeaderSelection = false;
18
+ this.header = undefined;
19
+ this.subHeader = undefined;
20
+ this.collapsed = true;
21
+ this.selected = undefined;
22
+ this.index = undefined;
23
+ this.expandOnHeaderClick = false;
24
+ this.itemSelected = false;
25
+ this.dropdownTriggerRef = undefined;
26
+ this.slotSize = this.groupItems.length;
27
+ this.footerVisible = false;
28
+ }
29
+ get dropdownItems() {
30
+ return Array.from(this.hostElement.querySelectorAll('ix-group-dropdown-item'));
31
+ }
32
+ get groupItems() {
33
+ return Array.from(this.hostElement.querySelectorAll('ix-group-item:not(.footer)'));
34
+ }
35
+ get groupContent() {
36
+ return this.hostElement.shadowRoot.querySelector('.group-content');
37
+ }
38
+ onExpandClick(event) {
39
+ this.collapsed = !this.collapsed;
40
+ this.collapsedChanged.emit(this.collapsed);
41
+ event.stopPropagation();
42
+ }
43
+ onHeaderClick(event) {
44
+ this.setGroupSelection(!this.selected);
45
+ if (this.suppressHeaderSelection) {
46
+ this.onExpandClick(event);
47
+ }
48
+ }
49
+ onItemClick(index) {
50
+ if (index === this.index) {
51
+ this.index = undefined;
52
+ this.selectItem.emit(undefined);
53
+ }
54
+ else {
55
+ this.index = index;
56
+ this.selectItem.emit(index);
57
+ }
58
+ if (this.index >= 0) {
59
+ this.itemSelected = true;
60
+ }
61
+ else
62
+ this.itemSelected = false;
63
+ this.setGroupSelection(false);
64
+ }
65
+ setGroupSelection(selection) {
66
+ if (!this.suppressHeaderSelection) {
67
+ this.selected = selection;
68
+ this.selectGroup.emit(this.selected);
69
+ }
70
+ }
71
+ onSlotChange() {
72
+ const slot = this.hostElement.shadowRoot.querySelector('slot[name="footer"]');
73
+ if (slot) {
74
+ this.footerVisible = shadowDom.hasSlottedElements(slot);
75
+ }
76
+ }
77
+ componentWillRender() {
78
+ this.groupItems.forEach((item, index) => {
79
+ if (this.selected === true) {
80
+ item.selected = false;
81
+ this.index = undefined;
82
+ this.itemSelected = false;
83
+ return;
84
+ }
85
+ item.selected = index === this.index;
86
+ item.index = index;
87
+ });
88
+ }
89
+ componentDidLoad() {
90
+ this.observer = mutationObserver.createMutationObserver(() => {
91
+ this.slotSize = this.groupItems.length;
92
+ });
93
+ this.observer.observe(this.groupContent, {
94
+ childList: true,
95
+ });
96
+ this.groupContent.addEventListener('selectedChanged', (evt) => {
97
+ this.onItemClick(evt.detail.index);
98
+ });
99
+ }
100
+ disconnectedCallback() {
101
+ if (this.observer) {
102
+ this.observer.disconnect();
103
+ }
104
+ }
105
+ render() {
106
+ return (index.h(index.Host, null, index.h("div", { class: {
107
+ 'group-header': true,
108
+ expand: !this.collapsed,
109
+ selected: this.selected,
110
+ }, tabindex: "0" }, index.h("div", { class: "group-header-clickable", onClick: (e) => this.onHeaderClick(e) }, index.h("div", { class: {
111
+ 'group-header-selection-indicator': true,
112
+ 'group-header-selection-indicator-item-selected': this.itemSelected,
113
+ } }), index.h("div", { class: "btn-expand-header" }, index.h("ix-icon", { class: {
114
+ hidden: this.slotSize === 0,
115
+ }, name: this.collapsed ? 'chevron-right-small' : 'chevron-down-small', onClick: (e) => this.onExpandClick(e) })), index.h("div", { class: "group-header-content" }, this.header ? (index.h("div", { class: "group-header-props-container" }, index.h("div", { class: "group-header-title" }, index.h("span", { title: this.header }, this.header)), index.h("div", { class: "group-subheader", title: this.subHeader }, this.subHeader))) : null, index.h("slot", { name: "header" }))), index.h("ix-group-context-menu", null, index.h("slot", { name: "dropdown" }))), index.h("div", { class: {
116
+ 'group-content': true,
117
+ } }, !this.collapsed ? (index.h(index.Fragment, null, index.h("slot", null), index.h("ix-group-item", { suppressSelection: true, focusable: false, class: {
118
+ footer: true,
119
+ 'footer-visible': this.footerVisible,
120
+ } }, index.h("slot", { name: "footer", onSlotchange: () => this.onSlotChange() })))) : null)));
121
+ }
122
+ get hostElement() { return index.getElement(this); }
123
+ };
124
+ Group.style = groupCss;
125
+
126
+ exports.ix_group = Group;
127
+
128
+ //# sourceMappingURL=ix-group.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ix-group.entry.cjs.js","mappings":";;;;;;;;AAAA,MAAM,QAAQ,GAAG,+qGAA+qG;;MC4BnrG,KAAK;;;;;;mCAMkB,KAAK;;;qBAea,IAAI;;;+BAgB1B,KAAK;wBAiBX,KAAK;;oBAET,IAAI,CAAC,UAAU,CAAC,MAAM;yBACjB,KAAK;;EAI9B,IAAI,aAAa;IACf,OAAO,KAAK,CAAC,IAAI,CACf,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,CAC5D,CAAC;GACH;EAED,IAAI,UAAU;IACZ,OAAO,KAAK,CAAC,IAAI,CACf,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,CAChE,CAAC;GACH;EAED,IAAI,YAAY;IACd,OAAO,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;GACpE;EAEO,aAAa,CAAC,KAAY;IAChC,IAAI,CAAC,SAAS,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC;IAEjC,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3C,KAAK,CAAC,eAAe,EAAE,CAAC;GACzB;EAEO,aAAa,CAAC,KAAY;IAChC,IAAI,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAEvC,IAAI,IAAI,CAAC,uBAAuB,EAAE;MAChC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;KAC3B;GACF;EAEO,WAAW,CAAC,KAAa;IAC/B,IAAI,KAAK,KAAK,IAAI,CAAC,KAAK,EAAE;MACxB,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC;MACvB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACjC;SAAM;MACL,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;MACnB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC7B;IAED,IAAI,IAAI,CAAC,KAAK,IAAI,CAAC,EAAE;MACnB,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;KAC1B;;MAAM,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;IAEjC,IAAI,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;GAC/B;EAEO,iBAAiB,CAAC,SAAkB;IAC1C,IAAI,CAAC,IAAI,CAAC,uBAAuB,EAAE;MACjC,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;MAC1B,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KACtC;GACF;EAEO,YAAY;IAClB,MAAM,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,aAAa,CACpD,qBAAqB,CACtB,CAAC;IAEF,IAAI,IAAI,EAAE;MACR,IAAI,CAAC,aAAa,GAAGA,4BAAkB,CAAC,IAAI,CAAC,CAAC;KAC/C;GACF;EAED,mBAAmB;IACjB,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,KAAK;MAClC,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,EAAE;QAC1B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;QACtB,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC;QACvB,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;QAC1B,OAAO;OACR;MACD,IAAI,CAAC,QAAQ,GAAG,KAAK,KAAK,IAAI,CAAC,KAAK,CAAC;MACrC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;KACpB,CAAC,CAAC;GACJ;EAED,gBAAgB;IACd,IAAI,CAAC,QAAQ,GAAGC,uCAAsB,CAAC;MACrC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;KACxC,CAAC,CAAC;IAEH,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE;MACvC,SAAS,EAAE,IAAI;KAChB,CAAC,CAAC;IAEH,IAAI,CAAC,YAAY,CAAC,gBAAgB,CAChC,iBAAiB,EACjB,CAAC,GAAwC;MACvC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;KACpC,CACF,CAAC;GACH;EAED,oBAAoB;IAClB,IAAI,IAAI,CAAC,QAAQ,EAAE;MACjB,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC;KAC5B;GACF;EAED,MAAM;IACJ,QACEC,QAACC,UAAI,QACHD,iBACE,KAAK,EAAE;QACL,cAAc,EAAE,IAAI;QACpB,MAAM,EAAE,CAAC,IAAI,CAAC,SAAS;QACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ;OACxB,EACD,QAAQ,EAAC,GAAG,IAEZA,iBACE,KAAK,EAAC,wBAAwB,EAC9B,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,IAErCA,iBACE,KAAK,EAAE;QACL,kCAAkC,EAAE,IAAI;QACxC,gDAAgD,EAC9C,IAAI,CAAC,YAAY;OACpB,GACI,EACPA,iBAAK,KAAK,EAAC,mBAAmB,IAC5BA,qBACE,KAAK,EAAE;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,KAAK,CAAC;OAC5B,EACD,IAAI,EACF,IAAI,CAAC,SAAS,GAAG,qBAAqB,GAAG,oBAAoB,EAE/D,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,GAC5B,CACP,EAENA,iBAAK,KAAK,EAAC,sBAAsB,IAC9B,IAAI,CAAC,MAAM,IACVA,iBAAK,KAAK,EAAC,8BAA8B,IACvCA,iBAAK,KAAK,EAAC,oBAAoB,IAC7BA,kBAAM,KAAK,EAAE,IAAI,CAAC,MAAM,IAAG,IAAI,CAAC,MAAM,CAAQ,CAC1C,EACNA,iBAAK,KAAK,EAAC,iBAAiB,EAAC,KAAK,EAAE,IAAI,CAAC,SAAS,IAC/C,IAAI,CAAC,SAAS,CACX,CACF,IACJ,IAAI,EACRA,kBAAM,IAAI,EAAC,QAAQ,GAAQ,CACvB,CACF,EACNA,uCACEA,kBAAM,IAAI,EAAC,UAAU,GAAQ,CACP,CACpB,EACNA,iBACE,KAAK,EAAE;QACL,eAAe,EAAE,IAAI;OACtB,IAEA,CAAC,IAAI,CAAC,SAAS,IACdA,QAACE,cAAQ,QACPF,qBAAa,EACbA,2BACE,iBAAiB,EAAE,IAAI,EACvB,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE;QACL,MAAM,EAAE,IAAI;QACZ,gBAAgB,EAAE,IAAI,CAAC,aAAa;OACrC,IAEDA,kBACE,IAAI,EAAC,QAAQ,EACb,YAAY,EAAE,MAAM,IAAI,CAAC,YAAY,EAAE,GACjC,CACM,CACP,IACT,IAAI,CACJ,CACD,EACP;GACH;;;;;;;","names":["hasSlottedElements","createMutationObserver","h","Host","Fragment"],"sources":["./src/components/group/group.scss?tag=ix-group&encapsulation=shadow","./src/components/group/group.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import 'common-variables';\n@import 'legacy/mixins/fonts';\n@import 'mixins/hover';\n@import 'mixins/text-truncation';\n\n:host {\n @include ellipsis;\n\n display: flex;\n flex-direction: column;\n position: relative;\n max-width: 19.75rem;\n border-color: var(--theme-group-item--border-color);\n\n .group-header {\n height: 4rem;\n min-height: 4rem;\n max-height: 4rem;\n border-radius: var(--theme-group--border-radius)\n var(--theme-group--border-radius) 0 0;\n display: flex;\n background-color: var(--theme-group-item--background);\n color: var(--theme-group-header--color);\n\n cursor: pointer;\n\n @include hover {\n background-color: var(--theme-group-item--background--hover);\n\n &.selected {\n background-color: var(--theme-group-item--background--selected);\n }\n }\n\n @include active {\n background-color: var(--theme-group-item--background--active);\n\n &.selected {\n background-color: var(--theme-group-item--background--selected);\n }\n }\n\n @include focus-visible {\n border: 1px solid var(--theme-color-focus-bdr);\n border-radius: var(--theme-default-border-radius)\n var(--theme-default-border-radius) 0px 0px;\n outline: none;\n }\n\n &.selected {\n background-color: var(--theme-group-item--background--selected);\n\n .group-header-selection-indicator {\n background-color: var(\n --theme-group-item-indicator--background--selected\n );\n }\n }\n\n .group-header-selection-indicator {\n background-color: var(--theme-color-input--focus);\n\n &.group-header-selection-indicator-item-selected {\n background-color: var(\n --theme-group-item-indicator--background--selected\n );\n }\n }\n }\n\n .group-header-clickable {\n @include ellipsis;\n\n display: flex;\n width: 100%;\n min-width: 0;\n }\n\n .group-header-selection-indicator {\n width: $tiny-space;\n border-top-left-radius: var(--theme-group--border-radius);\n }\n\n .group-header-content {\n @include ellipsis;\n\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n min-width: 0;\n flex-grow: 1;\n padding: 0.5rem;\n padding-left: 0;\n\n .group-header-props-container {\n width: 100%;\n }\n\n .group-header-title {\n display: flex;\n align-items: center;\n font-size: 1rem;\n font-weight: $font-weight-bold;\n height: 1.5rem;\n\n & > * {\n @include ellipsis;\n\n min-width: 0;\n }\n }\n\n .group-subheader {\n @include ellipsis();\n\n height: 1.25rem;\n font-size: 0.875rem;\n color: var(--theme-group-subheader--color);\n }\n }\n\n .expand-icon {\n padding: 0.125rem 0.437rem;\n color: var(--theme-color-std-text);\n }\n\n .btn-expand-header {\n margin: $small-space;\n margin-inline-end: $tiny-space;\n min-width: 1.5rem;\n }\n\n .group-content {\n display: flex;\n flex-direction: column;\n gap: 1px;\n margin-top: 1px;\n }\n\n .footer {\n visibility: collapse;\n height: auto;\n min-height: 0;\n }\n\n .footer-visible {\n visibility: visible;\n }\n\n .hidden {\n display: none;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n Fragment,\n h,\n Host,\n Prop,\n State,\n} from '@stencil/core';\nimport { createMutationObserver } from '../utils/mutation-observer';\nimport { hasSlottedElements } from '../utils/shadow-dom';\n\n@Component({\n tag: 'ix-group',\n styleUrl: 'group.scss',\n shadow: true,\n})\nexport class Group {\n @Element() hostElement!: HTMLIxGroupElement;\n\n /**\n * Prevent header from being selectable\n */\n @Prop() suppressHeaderSelection = false;\n\n /**\n * Group header\n */\n @Prop() header: string;\n\n /**\n * Group header subtitle\n */\n @Prop() subHeader: string;\n\n /**\n * Whether the group is collapsed or expanded. Defaults to true.\n */\n @Prop({ mutable: true, reflect: true }) collapsed = true;\n\n /**\n * Whether the group is selected.\n */\n @Prop({ mutable: true, reflect: true }) selected: boolean;\n\n /**\n * The index of the selected group entry.\n * If undefined no group item is selected.\n */\n @Prop({ mutable: true, reflect: true }) index: number;\n\n /**\n * Expand the group if the header is clicked\n */\n @Prop() expandOnHeaderClick = false;\n\n /**\n * Emits when whole group gets selected.\n */\n @Event() selectGroup: EventEmitter<boolean>;\n\n /**\n * Emits when group item gets selected.\n */\n @Event() selectItem: EventEmitter<number>;\n\n /**\n * Group collapsed\n */\n @Event() collapsedChanged: EventEmitter<boolean>;\n\n @State() itemSelected = false;\n @State() dropdownTriggerRef: HTMLElement;\n @State() slotSize = this.groupItems.length;\n @State() footerVisible = false;\n\n private observer: MutationObserver;\n\n get dropdownItems() {\n return Array.from(\n this.hostElement.querySelectorAll('ix-group-dropdown-item')\n );\n }\n\n get groupItems(): Array<HTMLIxGroupItemElement> {\n return Array.from(\n this.hostElement.querySelectorAll('ix-group-item:not(.footer)')\n );\n }\n\n get groupContent() {\n return this.hostElement.shadowRoot.querySelector('.group-content');\n }\n\n private onExpandClick(event: Event) {\n this.collapsed = !this.collapsed;\n\n this.collapsedChanged.emit(this.collapsed);\n event.stopPropagation();\n }\n\n private onHeaderClick(event: Event) {\n this.setGroupSelection(!this.selected);\n\n if (this.suppressHeaderSelection) {\n this.onExpandClick(event);\n }\n }\n\n private onItemClick(index: number) {\n if (index === this.index) {\n this.index = undefined;\n this.selectItem.emit(undefined);\n } else {\n this.index = index;\n this.selectItem.emit(index);\n }\n\n if (this.index >= 0) {\n this.itemSelected = true;\n } else this.itemSelected = false;\n\n this.setGroupSelection(false);\n }\n\n private setGroupSelection(selection: boolean) {\n if (!this.suppressHeaderSelection) {\n this.selected = selection;\n this.selectGroup.emit(this.selected);\n }\n }\n\n private onSlotChange() {\n const slot = this.hostElement.shadowRoot.querySelector(\n 'slot[name=\"footer\"]'\n );\n\n if (slot) {\n this.footerVisible = hasSlottedElements(slot);\n }\n }\n\n componentWillRender() {\n this.groupItems.forEach((item, index) => {\n if (this.selected === true) {\n item.selected = false;\n this.index = undefined;\n this.itemSelected = false;\n return;\n }\n item.selected = index === this.index;\n item.index = index;\n });\n }\n\n componentDidLoad() {\n this.observer = createMutationObserver(() => {\n this.slotSize = this.groupItems.length;\n });\n\n this.observer.observe(this.groupContent, {\n childList: true,\n });\n\n this.groupContent.addEventListener(\n 'selectedChanged',\n (evt: CustomEvent<HTMLIxGroupItemElement>) => {\n this.onItemClick(evt.detail.index);\n }\n );\n }\n\n disconnectedCallback() {\n if (this.observer) {\n this.observer.disconnect();\n }\n }\n\n render() {\n return (\n <Host>\n <div\n class={{\n 'group-header': true,\n expand: !this.collapsed,\n selected: this.selected,\n }}\n tabindex=\"0\"\n >\n <div\n class=\"group-header-clickable\"\n onClick={(e) => this.onHeaderClick(e)}\n >\n <div\n class={{\n 'group-header-selection-indicator': true,\n 'group-header-selection-indicator-item-selected':\n this.itemSelected,\n }}\n ></div>\n <div class=\"btn-expand-header\">\n <ix-icon\n class={{\n hidden: this.slotSize === 0,\n }}\n name={\n this.collapsed ? 'chevron-right-small' : 'chevron-down-small'\n }\n onClick={(e) => this.onExpandClick(e)}\n ></ix-icon>\n </div>\n\n <div class=\"group-header-content\">\n {this.header ? (\n <div class=\"group-header-props-container\">\n <div class=\"group-header-title\">\n <span title={this.header}>{this.header}</span>\n </div>\n <div class=\"group-subheader\" title={this.subHeader}>\n {this.subHeader}\n </div>\n </div>\n ) : null}\n <slot name=\"header\"></slot>\n </div>\n </div>\n <ix-group-context-menu>\n <slot name=\"dropdown\"></slot>\n </ix-group-context-menu>\n </div>\n <div\n class={{\n 'group-content': true,\n }}\n >\n {!this.collapsed ? (\n <Fragment>\n <slot></slot>\n <ix-group-item\n suppressSelection={true}\n focusable={false}\n class={{\n footer: true,\n 'footer-visible': this.footerVisible,\n }}\n >\n <slot\n name=\"footer\"\n onSlotchange={() => this.onSlotChange()}\n ></slot>\n </ix-group-item>\n </Fragment>\n ) : null}\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,97 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-be499a74.js');
6
+ const baseIconButton = require('./base-icon-button-bbca2582.js');
7
+ require('./base-button-c158438e.js');
8
+
9
+ const iconButtonCss = ":host{display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host button{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host ix-icon{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host(.disabled){cursor:default}*,*::after,*::before{box-sizing:border-box}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar{width:0.5rem;height:0.5rem}::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}::-webkit-scrollbar-corner{display:none}:host .btn-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-outline-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-primary,:host .btn-outline-primary.focus,:host .btn-outline-primary:focus-visible{background-color:var(--theme-btn-outline-primary--background);color:var(--theme-btn-outline-primary--color);--ix-button-color:var(--theme-btn-outline-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-primary--border-color);border-style:solid}:host .btn-outline-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary.selected:not(.disabled):not(:disabled):active,:host .btn-outline-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-primary--border-color--hover);background-color:var(--theme-btn-outline-primary--background--hover);color:var(--theme-btn-outline-primary--color--hover)}:host .btn-outline-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary:not(.disabled):not(:disabled):active,:host .btn-outline-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-primary--border-color--active);background-color:var(--theme-btn-outline-primary--background--active);color:var(--theme-btn-outline-primary--color--active)}:host(.disabled) .btn-outline-primary.disabled,:host(.disabled) .btn-outline-primary:disabled{pointer-events:none;border-color:var(--theme-btn-outline-primary--border-color--disabled);background-color:var(--theme-btn-outline-primary--background--disabled);color:var(--theme-btn-outline-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-primary--color--disabled)}:host .btn-invisible-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-primary,:host .btn-invisible-primary.focus,:host .btn-invisible-primary:focus-visible{background-color:var(--theme-btn-invisible-primary--background);color:var(--theme-btn-invisible-primary--color);--ix-button-color:var(--theme-btn-invisible-primary--color);border-color:transparent}:host .btn-invisible-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-primary--background--hover);color:var(--theme-btn-invisible-primary--color--hover)}:host .btn-invisible-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary:not(.disabled):not(:disabled):active,:host .btn-invisible-primary:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-primary--background--active);color:var(--theme-btn-invisible-primary--color--active)}:host(.disabled) .btn-invisible-primary.disabled,:host(.disabled) .btn-invisible-primary:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-primary--background--disabled);color:var(--theme-btn-invisible-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-primary--color--disabled)}:host .btn-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-outline-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-secondary,:host .btn-outline-secondary.focus,:host .btn-outline-secondary:focus-visible{background-color:var(--theme-btn-outline-secondary--background);color:var(--theme-btn-outline-secondary--color);--ix-button-color:var(--theme-btn-outline-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-secondary--border-color);border-style:solid}:host .btn-outline-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-outline-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-secondary--border-color--hover);background-color:var(--theme-btn-outline-secondary--background--hover);color:var(--theme-btn-outline-secondary--color--hover)}:host .btn-outline-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary:not(.disabled):not(:disabled):active,:host .btn-outline-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-secondary--border-color--active);background-color:var(--theme-btn-outline-secondary--background--active);color:var(--theme-btn-outline-secondary--color--active)}:host(.disabled) .btn-outline-secondary.disabled,:host(.disabled) .btn-outline-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-outline-secondary--border-color--disabled);background-color:var(--theme-btn-outline-secondary--background--disabled);color:var(--theme-btn-outline-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-secondary--color--disabled)}:host .btn-invisible-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-secondary,:host .btn-invisible-secondary.focus,:host .btn-invisible-secondary:focus-visible{background-color:var(--theme-btn-invisible-secondary--background);color:var(--theme-btn-invisible-secondary--color);--ix-button-color:var(--theme-btn-invisible-secondary--color);border-color:transparent}:host .btn-invisible-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-secondary--background--hover);color:var(--theme-btn-invisible-secondary--color--hover)}:host .btn-invisible-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary:not(.disabled):not(:disabled):active,:host .btn-invisible-secondary:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-secondary--background--active);color:var(--theme-btn-invisible-secondary--color--active)}:host(.disabled) .btn-invisible-secondary.disabled,:host(.disabled) .btn-invisible-secondary:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-secondary--background--disabled);color:var(--theme-btn-invisible-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-secondary--color--disabled)}:host{display:inline-flex;justify-content:center;align-items:center}:host button{width:100%;height:100%;overflow:hidden;padding:0}:host button.btn-oval{border-radius:6.25rem}:host ix-icon{color:var(--ix-icon-button-color, currentColor);margin:0}:host ix-spinner{margin:0}:host(.btn-icon-12){height:1rem;width:1rem;min-width:1rem;min-height:1rem}:host(.btn-icon-16){height:1.5rem;width:1.5rem;min-width:1.5rem;min-height:1.5rem}:host(.btn-icon-32){height:2rem;width:2rem;min-width:2rem;min-height:2rem}:host(.btn-icon-12) ix-spinner{height:12px;width:12px}:host(.btn-icon-16) ix-spinner{height:16px;width:16px}:host(.btn-icon-32) ix-spinner{height:24px;width:24px}";
10
+
11
+ const IconButton = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ this.variant = 'secondary';
15
+ this.outline = undefined;
16
+ this.ghost = undefined;
17
+ this.oval = undefined;
18
+ this.icon = undefined;
19
+ this.size = '24';
20
+ this.color = undefined;
21
+ this.disabled = false;
22
+ this.type = 'button';
23
+ this.loading = false;
24
+ }
25
+ componentDidLoad() {
26
+ if (this.type === 'submit') {
27
+ const submitButton = document.createElement('button');
28
+ submitButton.style.display = 'none';
29
+ submitButton.type = 'submit';
30
+ submitButton.tabIndex = -1;
31
+ this.hostElement.appendChild(submitButton);
32
+ this.submitButtonElement = submitButton;
33
+ }
34
+ }
35
+ dispatchFormEvents() {
36
+ if (this.type === 'submit' && this.submitButtonElement) {
37
+ this.submitButtonElement.click();
38
+ }
39
+ }
40
+ getIconSizeClass() {
41
+ return {
42
+ 'btn-icon-12': this.size === '12',
43
+ 'btn-icon-16': this.size === '16',
44
+ 'btn-icon-32': this.size === '32' || this.size === '24' || !this.size,
45
+ };
46
+ }
47
+ render() {
48
+ const baseButtonProps = {
49
+ variant: this.variant,
50
+ outline: this.outline,
51
+ ghost: this.ghost,
52
+ iconOnly: true,
53
+ iconOval: this.oval,
54
+ selected: false,
55
+ disabled: this.disabled || this.loading,
56
+ icon: this.icon,
57
+ iconColor: this.color,
58
+ iconSize: this.size,
59
+ loading: this.loading,
60
+ onClick: () => this.dispatchFormEvents(),
61
+ type: this.type,
62
+ extraClasses: this.getIconSizeClass(),
63
+ };
64
+ return (index.h(index.Host, { class: Object.assign(Object.assign({}, this.getIconSizeClass()), { disabled: this.disabled || this.loading }) }, index.h(baseIconButton.BaseIconButton, Object.assign({}, baseButtonProps))));
65
+ }
66
+ get hostElement() { return index.getElement(this); }
67
+ };
68
+ IconButton.style = iconButtonCss;
69
+
70
+ const spinnerCss = ":host(.xx-small){display:block;position:relative;width:0.75rem;height:0.75rem;min-width:0.75rem;min-height:0.75rem;max-width:0.75rem;max-height:0.75rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}:host(.xx-small) *,:host(.xx-small) *::after,:host(.xx-small) *::before{box-sizing:border-box}:host(.xx-small) ::-webkit-scrollbar-button{display:none}:host(.xx-small) ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host(.xx-small) ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host(.xx-small) ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host(.xx-small) ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host(.xx-small) ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host(.xx-small) ::-webkit-scrollbar-corner{display:none}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{-webkit-clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{-webkit-clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{-webkit-clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}:host(.xx-small)::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:1px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}:host(:not(.hide-track)):host(.xx-small)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:1px solid var(--theme-color-ghost--hover)}:host(.primary)::after{border-color:var(--theme-color-dynamic)}:host(.primary)::before{border-color:var(--theme-color-ghost--hover)}:host(.x-small){display:block;position:relative;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;max-width:1.25rem;max-height:1.25rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}:host(.x-small) *,:host(.x-small) *::after,:host(.x-small) *::before{box-sizing:border-box}:host(.x-small) ::-webkit-scrollbar-button{display:none}:host(.x-small) ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host(.x-small) ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host(.x-small) ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host(.x-small) ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host(.x-small) ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host(.x-small) ::-webkit-scrollbar-corner{display:none}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{-webkit-clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{-webkit-clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{-webkit-clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}:host(.x-small)::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}:host(:not(.hide-track)):host(.x-small)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-ghost--hover)}:host(.primary)::after{border-color:var(--theme-color-dynamic)}:host(.primary)::before{border-color:var(--theme-color-ghost--hover)}:host(.small){display:block;position:relative;width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;max-width:1.5rem;max-height:1.5rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}:host(.small) *,:host(.small) *::after,:host(.small) *::before{box-sizing:border-box}:host(.small) ::-webkit-scrollbar-button{display:none}:host(.small) ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host(.small) ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host(.small) ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host(.small) ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host(.small) ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host(.small) ::-webkit-scrollbar-corner{display:none}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{-webkit-clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{-webkit-clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{-webkit-clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}:host(.small)::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}:host(:not(.hide-track)):host(.small)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-ghost--hover)}:host(.primary)::after{border-color:var(--theme-color-dynamic)}:host(.primary)::before{border-color:var(--theme-color-ghost--hover)}:host(.medium){display:block;position:relative;width:2rem;height:2rem;min-width:2rem;min-height:2rem;max-width:2rem;max-height:2rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}:host(.medium) *,:host(.medium) *::after,:host(.medium) *::before{box-sizing:border-box}:host(.medium) ::-webkit-scrollbar-button{display:none}:host(.medium) ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host(.medium) ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host(.medium) ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host(.medium) ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host(.medium) ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host(.medium) ::-webkit-scrollbar-corner{display:none}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{-webkit-clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{-webkit-clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{-webkit-clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}:host(.medium)::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}:host(:not(.hide-track)):host(.medium)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:2px solid var(--theme-color-ghost--hover)}:host(.primary)::after{border-color:var(--theme-color-dynamic)}:host(.primary)::before{border-color:var(--theme-color-ghost--hover)}:host(.large){display:block;position:relative;width:6rem;height:6rem;min-width:6rem;min-height:6rem;max-width:6rem;max-height:6rem;border-radius:100%;position:relative;animation:rotate 2s linear infinite}:host(.large) *,:host(.large) *::after,:host(.large) *::before{box-sizing:border-box}:host(.large) ::-webkit-scrollbar-button{display:none}:host(.large) ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host(.large) ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host(.large) ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host(.large) ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host(.large) ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host(.large) ::-webkit-scrollbar-corner{display:none}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes clipMask{0%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}12.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}25%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}37.5%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}50%{-webkit-clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}62.5%{-webkit-clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0)}75%{-webkit-clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}87.5%{-webkit-clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0);clip-path:polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0)}100%{-webkit-clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}}:host(.large)::after{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:4px solid var(--ix-button-color, var(--theme-color-soft-text));animation:clipMask 3s linear infinite}:host(:not(.hide-track)):host(.large)::before{content:\"\";box-sizing:border-box;position:absolute;inset:8.33%;border-radius:100%;border:4px solid var(--theme-color-ghost--hover)}:host(.primary)::after{border-color:var(--theme-color-dynamic)}:host(.primary)::before{border-color:var(--theme-color-ghost--hover)}";
71
+
72
+ const Spinner = class {
73
+ constructor(hostRef) {
74
+ index.registerInstance(this, hostRef);
75
+ this.variant = 'secondary';
76
+ this.size = 'medium';
77
+ this.hideTrack = false;
78
+ }
79
+ render() {
80
+ return (index.h(index.Host, { class: {
81
+ primary: this.variant === 'primary',
82
+ 'xx-small': this.size === 'xx-small',
83
+ 'x-small': this.size === 'x-small',
84
+ small: this.size === 'small',
85
+ medium: this.size === 'medium',
86
+ large: this.size === 'large',
87
+ 'hide-track': this.hideTrack,
88
+ } }));
89
+ }
90
+ get hostElement() { return index.getElement(this); }
91
+ };
92
+ Spinner.style = spinnerCss;
93
+
94
+ exports.ix_icon_button = IconButton;
95
+ exports.ix_spinner = Spinner;
96
+
97
+ //# sourceMappingURL=ix-icon-button_2.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ix-icon-button.ix-spinner.entry.cjs.js","mappings":";;;;;;;;AAAA,MAAM,aAAa,GAAG,y5fAAy5f;;MCqBl6f,UAAU;;;mBAMgB,WAAW;;;;;gBA2BN,IAAI;;oBAU3B,KAAK;gBAKY,QAAQ;mBAO1B,KAAK;;EAOvB,gBAAgB;IACd,IAAI,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAE;MAC1B,MAAM,YAAY,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;MACtD,YAAY,CAAC,KAAK,CAAC,OAAO,GAAG,MAAM,CAAC;MACpC,YAAY,CAAC,IAAI,GAAG,QAAQ,CAAC;MAC7B,YAAY,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAC;MAC3B,IAAI,CAAC,WAAW,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC;MAE3C,IAAI,CAAC,mBAAmB,GAAG,YAAY,CAAC;KACzC;GACF;EAED,kBAAkB;IAChB,IAAI,IAAI,CAAC,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC,mBAAmB,EAAE;MACtD,IAAI,CAAC,mBAAmB,CAAC,KAAK,EAAE,CAAC;KAClC;GACF;EAEO,gBAAgB;IACtB,OAAO;MACL,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;MACjC,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;MACjC,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI;KACtE,CAAC;GACH;EAED,MAAM;IACJ,MAAM,eAAe,GAAoB;MACvC,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,KAAK,EAAE,IAAI,CAAC,KAAK;MACjB,QAAQ,EAAE,IAAI;MACd,QAAQ,EAAE,IAAI,CAAC,IAAI;MACnB,QAAQ,EAAE,KAAK;MACf,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO;MACvC,IAAI,EAAE,IAAI,CAAC,IAAI;MACf,SAAS,EAAE,IAAI,CAAC,KAAK;MACrB,QAAQ,EAAE,IAAI,CAAC,IAAI;MACnB,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,OAAO,EAAE,MAAM,IAAI,CAAC,kBAAkB,EAAE;MACxC,IAAI,EAAE,IAAI,CAAC,IAAI;MACf,YAAY,EAAE,IAAI,CAAC,gBAAgB,EAAE;KACtC,CAAC;IAEF,QACEA,QAACC,UAAI,IACH,KAAK,kCACA,IAAI,CAAC,gBAAgB,EAAE,KAC1B,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO,OAGzCD,QAACE,6BAAc,oBAAK,eAAe,EAAmB,CACjD,EACP;GACH;;;;;ACzIH,MAAM,UAAU,GAAG,sjbAAsjb;;MCgB5jb,OAAO;;;mBAMyB,WAAW;gBAMpD,QAAQ;qBAKU,KAAK;;EAEzB,MAAM;IACJ,QACEF,QAACC,UAAI,IACH,KAAK,EAAE;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,SAAS;QACnC,UAAU,EAAE,IAAI,CAAC,IAAI,KAAK,UAAU;QACpC,SAAS,EAAE,IAAI,CAAC,IAAI,KAAK,SAAS;QAClC,KAAK,EAAE,IAAI,CAAC,IAAI,KAAK,OAAO;QAC5B,MAAM,EAAE,IAAI,CAAC,IAAI,KAAK,QAAQ;QAC9B,KAAK,EAAE,IAAI,CAAC,IAAI,KAAK,OAAO;QAC5B,YAAY,EAAE,IAAI,CAAC,SAAS;OAC7B,GACK,EACR;GACH;;;;;;;;","names":["h","Host","BaseIconButton"],"sources":["./src/components/icon-button/icon-button.scss?tag=ix-icon-button&encapsulation=shadow","./src/components/icon-button/icon-button.tsx","./src/components/spinner/spinner.scss?tag=ix-spinner&encapsulation=shadow","./src/components/spinner/spinner.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import './icon-button-mixin.scss';\n\n@include base-icon-button;\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop } from '@stencil/core';\nimport { BaseButtonProps } from '../button/base-button';\nimport { ButtonVariant } from '../button/button';\nimport { BaseIconButton } from '../icon-button/base-icon-button';\n\nexport type IconButtonVariant = ButtonVariant;\n\n@Component({\n tag: 'ix-icon-button',\n styleUrl: 'icon-button.scss',\n shadow: true,\n})\nexport class IconButton {\n @Element() hostElement: HTMLIxIconButtonElement;\n\n /**\n * Variant of button\n */\n @Prop() variant: IconButtonVariant = 'secondary';\n\n /**\n * Button outline\n */\n @Prop() outline: boolean;\n\n /**\n * Button invisible\n */\n @Prop() ghost: boolean;\n\n /**\n * Button in oval shape\n */\n @Prop() oval: boolean;\n\n /**\n * Icon name\n */\n @Prop() icon: string;\n\n /**\n * Size of icon in button\n *\n * @deprecated Only size 32 will be removed in 3.0.0\n */\n @Prop() size: '32' | '24' | '16' | '12' = '24';\n\n /**\n * Color of icon in button\n */\n @Prop() color: string;\n\n /**\n * Disabled\n */\n @Prop() disabled = false;\n\n /**\n * Type of the button\n */\n @Prop() type: 'button' | 'submit' = 'button';\n\n /**\n * Loading button\n *\n * @since 2.0.0\n */\n @Prop() loading = false;\n\n /**\n * Temp. workaround until stencil issue is fixed (https://github.com/ionic-team/stencil/issues/2284)\n */\n submitButtonElement: HTMLButtonElement;\n\n componentDidLoad() {\n if (this.type === 'submit') {\n const submitButton = document.createElement('button');\n submitButton.style.display = 'none';\n submitButton.type = 'submit';\n submitButton.tabIndex = -1;\n this.hostElement.appendChild(submitButton);\n\n this.submitButtonElement = submitButton;\n }\n }\n\n dispatchFormEvents() {\n if (this.type === 'submit' && this.submitButtonElement) {\n this.submitButtonElement.click();\n }\n }\n\n private getIconSizeClass() {\n return {\n 'btn-icon-12': this.size === '12',\n 'btn-icon-16': this.size === '16',\n 'btn-icon-32': this.size === '32' || this.size === '24' || !this.size,\n };\n }\n\n render() {\n const baseButtonProps: BaseButtonProps = {\n variant: this.variant,\n outline: this.outline,\n ghost: this.ghost,\n iconOnly: true,\n iconOval: this.oval,\n selected: false,\n disabled: this.disabled || this.loading,\n icon: this.icon,\n iconColor: this.color,\n iconSize: this.size,\n loading: this.loading,\n onClick: () => this.dispatchFormEvents(),\n type: this.type,\n extraClasses: this.getIconSizeClass(),\n };\n\n return (\n <Host\n class={{\n ...this.getIconSizeClass(),\n disabled: this.disabled || this.loading,\n }}\n >\n <BaseIconButton {...baseButtonProps}></BaseIconButton>\n </Host>\n );\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import 'mixins/shadow-dom/component';\n\n@mixin ix-spinner($host-class: 'medium', $size: 2rem, $track-size: 4px) {\n :host(.#{$host-class}) {\n @include ix-component;\n display: block;\n position: relative;\n\n width: $size;\n height: $size;\n min-width: $size;\n min-height: $size;\n max-width: $size;\n max-height: $size;\n border-radius: 100%;\n position: relative;\n animation: rotate 2s linear infinite;\n\n @keyframes rotate {\n 100% {\n transform: rotate(360deg);\n }\n }\n\n @keyframes clipMask {\n 0% {\n clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);\n }\n 12.5% {\n clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);\n }\n 25% {\n clip-path: polygon(\n 50% 50%,\n 0 0,\n 100% 0,\n 100% 100%,\n 100% 100%,\n 100% 100%\n );\n }\n 37.5% {\n clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);\n }\n 50% {\n clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);\n }\n 62.5% {\n clip-path: polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0);\n }\n 75% {\n clip-path: polygon(\n 50% 50%,\n 100% 100%,\n 100% 100%,\n 100% 100%,\n 0 100%,\n 0 0\n );\n }\n 87.5% {\n clip-path: polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0);\n }\n 100% {\n clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);\n }\n }\n }\n\n :host(.#{$host-class})::after {\n content: '';\n box-sizing: border-box;\n position: absolute;\n inset: 8.33%;\n border-radius: 100%;\n border: $track-size solid\n var(--ix-button-color, var(--theme-color-soft-text));\n animation: clipMask 3s linear infinite;\n }\n\n :host(:not(.hide-track)):host(.#{$host-class})::before {\n content: '';\n box-sizing: border-box;\n position: absolute;\n inset: 8.33%;\n border-radius: 100%;\n border: $track-size solid var(--theme-color-ghost--hover);\n }\n\n :host(.primary)::after {\n border-color: var(--theme-color-dynamic);\n }\n\n :host(.primary)::before {\n border-color: var(--theme-color-ghost--hover);\n }\n}\n\n@include ix-spinner($host-class: 'xx-small', $size: 0.75rem, $track-size: 1px);\n@include ix-spinner($host-class: 'x-small', $size: 1.25rem, $track-size: 2px);\n@include ix-spinner($host-class: 'small', $size: 1.5rem, $track-size: 2px);\n@include ix-spinner($host-class: 'medium', $size: 2rem, $track-size: 2px);\n@include ix-spinner($host-class: 'large', $size: 6rem, $track-size: 4px);\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop } from '@stencil/core';\n\n@Component({\n tag: 'ix-spinner',\n styleUrl: 'spinner.scss',\n shadow: true,\n})\nexport class Spinner {\n @Element() hostElement!: HTMLIxSpinnerElement;\n\n /**\n * Variant of spinner\n */\n @Prop() variant: 'primary' | 'secondary' = 'secondary';\n\n /**\n * Size of spinner\n */\n @Prop() size: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' =\n 'medium';\n\n /**\n * @internal\n */\n @Prop() hideTrack = false;\n\n render() {\n return (\n <Host\n class={{\n primary: this.variant === 'primary',\n 'xx-small': this.size === 'xx-small',\n 'x-small': this.size === 'x-small',\n small: this.size === 'small',\n medium: this.size === 'medium',\n large: this.size === 'large',\n 'hide-track': this.hideTrack,\n }}\n ></Host>\n );\n }\n}\n"],"version":3}
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-be499a74.js');
6
6
  const baseIconButton = require('./base-icon-button-bbca2582.js');
7
- const a11y = require('./a11y-fa9abd92.js');
7
+ const a11y = require('./a11y-4fdcefb4.js');
8
8
  require('./base-button-c158438e.js');
9
9
 
10
- const iconToggleButtonCss = ":host{display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host button{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host ix-icon{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host(.disabled){cursor:default}*,*::after,*::before{box-sizing:border-box}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar{width:0.5rem;height:0.5rem}::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}::-webkit-scrollbar-corner{display:none}:host .btn-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-outline-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-primary,:host .btn-outline-primary.focus,:host .btn-outline-primary:focus-visible{background-color:var(--theme-btn-outline-primary--background);color:var(--theme-btn-outline-primary--color);--ix-button-color:var(--theme-btn-outline-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-primary--border-color);border-style:solid}:host .btn-outline-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary.selected:not(.disabled):not(:disabled):active,:host .btn-outline-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-primary--border-color--hover);background-color:var(--theme-btn-outline-primary--background--hover);color:var(--theme-btn-outline-primary--color--hover)}:host .btn-outline-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary:not(.disabled):not(:disabled):active,:host .btn-outline-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-primary--border-color--active);background-color:var(--theme-btn-outline-primary--background--active);color:var(--theme-btn-outline-primary--color--active)}:host(.disabled) .btn-outline-primary.disabled,:host(.disabled) .btn-outline-primary:disabled{pointer-events:none;border-color:var(--theme-btn-outline-primary--border-color--disabled);background-color:var(--theme-btn-outline-primary--background--disabled);color:var(--theme-btn-outline-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-primary--color--disabled)}:host .btn-invisible-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-primary,:host .btn-invisible-primary.focus,:host .btn-invisible-primary:focus-visible{background-color:var(--theme-btn-invisible-primary--background);color:var(--theme-btn-invisible-primary--color);--ix-button-color:var(--theme-btn-invisible-primary--color);border-color:transparent}:host .btn-invisible-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-primary--background--hover);color:var(--theme-btn-invisible-primary--color--hover)}:host .btn-invisible-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary:not(.disabled):not(:disabled):active,:host .btn-invisible-primary:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-primary--background--active);color:var(--theme-btn-invisible-primary--color--active)}:host(.disabled) .btn-invisible-primary.disabled,:host(.disabled) .btn-invisible-primary:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-primary--background--disabled);color:var(--theme-btn-invisible-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-primary--color--disabled)}:host .btn-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-outline-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-secondary,:host .btn-outline-secondary.focus,:host .btn-outline-secondary:focus-visible{background-color:var(--theme-btn-outline-secondary--background);color:var(--theme-btn-outline-secondary--color);--ix-button-color:var(--theme-btn-outline-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-secondary--border-color);border-style:solid}:host .btn-outline-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-outline-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-secondary--border-color--hover);background-color:var(--theme-btn-outline-secondary--background--hover);color:var(--theme-btn-outline-secondary--color--hover)}:host .btn-outline-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary:not(.disabled):not(:disabled):active,:host .btn-outline-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-secondary--border-color--active);background-color:var(--theme-btn-outline-secondary--background--active);color:var(--theme-btn-outline-secondary--color--active)}:host(.disabled) .btn-outline-secondary.disabled,:host(.disabled) .btn-outline-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-outline-secondary--border-color--disabled);background-color:var(--theme-btn-outline-secondary--background--disabled);color:var(--theme-btn-outline-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-secondary--color--disabled)}:host .btn-invisible-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-secondary,:host .btn-invisible-secondary.focus,:host .btn-invisible-secondary:focus-visible{background-color:var(--theme-btn-invisible-secondary--background);color:var(--theme-btn-invisible-secondary--color);--ix-button-color:var(--theme-btn-invisible-secondary--color);border-color:transparent}:host .btn-invisible-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-secondary--background--hover);color:var(--theme-btn-invisible-secondary--color--hover)}:host .btn-invisible-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary:not(.disabled):not(:disabled):active,:host .btn-invisible-secondary:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-secondary--background--active);color:var(--theme-btn-invisible-secondary--color--active)}:host(.disabled) .btn-invisible-secondary.disabled,:host(.disabled) .btn-invisible-secondary:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-secondary--background--disabled);color:var(--theme-btn-invisible-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-secondary--color--disabled)}:host{display:inline-flex;justify-content:center;align-items:center}:host button{width:100%;height:100%;overflow:hidden;padding:0}:host button.btn-oval{border-radius:6.25rem}:host ix-icon{color:var(--ix-icon-button-color);margin:0}:host ix-spinner{margin:0}:host(.btn-icon-12){height:1rem;width:1rem;min-width:1rem;min-height:1rem}:host(.btn-icon-16){height:1.5rem;width:1.5rem;min-width:1.5rem;min-height:1.5rem}:host(.btn-icon-32){height:2rem;width:2rem;min-width:2rem;min-height:2rem}:host(.btn-icon-12) ix-spinner{height:12px;width:12px}:host(.btn-icon-16) ix-spinner{height:16px;width:16px}:host(.btn-icon-32) ix-spinner{height:24px;width:24px}";
10
+ const iconToggleButtonCss = ":host{display:inline-block;height:2rem;vertical-align:middle;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:700;line-height:1.429em;color:var(--theme-color-std-text)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host button{all:unset;box-sizing:border-box;display:inline-flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0.5rem}:host ix-spinner{margin-right:0.25rem}:host ix-icon{margin-right:0.25rem}:host .content{display:inline-block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .content-start{width:100%}:host(.disabled){cursor:default}*,*::after,*::before{box-sizing:border-box}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar{width:0.5rem;height:0.5rem}::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}::-webkit-scrollbar-corner{display:none}:host .btn-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-primary,:host .btn-primary.focus,:host .btn-primary:focus-visible{background-color:var(--theme-btn-primary--background);color:var(--theme-btn-primary--color);--ix-button-color:var(--theme-btn-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-primary--border-color);border-style:solid}:host .btn-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary.selected:not(.disabled):not(:disabled):active,:host .btn-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-primary--border-color--hover);background-color:var(--theme-btn-primary--background--hover);color:var(--theme-btn-primary--color--hover)}:host .btn-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-primary:not(.disabled):not(:disabled):active,:host .btn-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-primary--border-color--active);background-color:var(--theme-btn-primary--background--active);color:var(--theme-btn-primary--color--active)}:host(.disabled) .btn-primary.disabled,:host(.disabled) .btn-primary:disabled{pointer-events:none;border-color:var(--theme-btn-primary--border-color--disabled);background-color:var(--theme-btn-primary--background--disabled);color:var(--theme-btn-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-primary--color--disabled)}:host .btn-outline-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-primary,:host .btn-outline-primary.focus,:host .btn-outline-primary:focus-visible{background-color:var(--theme-btn-outline-primary--background);color:var(--theme-btn-outline-primary--color);--ix-button-color:var(--theme-btn-outline-primary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-primary--border-color);border-style:solid}:host .btn-outline-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary.selected:not(.disabled):not(:disabled):active,:host .btn-outline-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-primary--border-color--hover);background-color:var(--theme-btn-outline-primary--background--hover);color:var(--theme-btn-outline-primary--color--hover)}:host .btn-outline-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-primary:not(.disabled):not(:disabled):active,:host .btn-outline-primary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-primary--border-color--active);background-color:var(--theme-btn-outline-primary--background--active);color:var(--theme-btn-outline-primary--color--active)}:host(.disabled) .btn-outline-primary.disabled,:host(.disabled) .btn-outline-primary:disabled{pointer-events:none;border-color:var(--theme-btn-outline-primary--border-color--disabled);background-color:var(--theme-btn-outline-primary--background--disabled);color:var(--theme-btn-outline-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-primary--color--disabled)}:host .btn-invisible-primary{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-primary,:host .btn-invisible-primary.focus,:host .btn-invisible-primary:focus-visible{background-color:var(--theme-btn-invisible-primary--background);color:var(--theme-btn-invisible-primary--color);--ix-button-color:var(--theme-btn-invisible-primary--color);border-color:transparent}:host .btn-invisible-primary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-primary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-primary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-primary--background--hover);color:var(--theme-btn-invisible-primary--color--hover)}:host .btn-invisible-primary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-primary:not(.disabled):not(:disabled):active,:host .btn-invisible-primary:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-primary--background--active);color:var(--theme-btn-invisible-primary--color--active)}:host(.disabled) .btn-invisible-primary.disabled,:host(.disabled) .btn-invisible-primary:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-primary--background--disabled);color:var(--theme-btn-invisible-primary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-primary--color--disabled)}:host .btn-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-secondary,:host .btn-secondary.focus,:host .btn-secondary:focus-visible{background-color:var(--theme-btn-secondary--background);color:var(--theme-btn-secondary--color);--ix-button-color:var(--theme-btn-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-secondary--border-color);border-style:solid}:host .btn-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-secondary--border-color--hover);background-color:var(--theme-btn-secondary--background--hover);color:var(--theme-btn-secondary--color--hover)}:host .btn-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-secondary:not(.disabled):not(:disabled):active,:host .btn-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-secondary--border-color--active);background-color:var(--theme-btn-secondary--background--active);color:var(--theme-btn-secondary--color--active)}:host(.disabled) .btn-secondary.disabled,:host(.disabled) .btn-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-secondary--border-color--disabled);background-color:var(--theme-btn-secondary--background--disabled);color:var(--theme-btn-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-secondary--color--disabled)}:host .btn-outline-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-outline-secondary,:host .btn-outline-secondary.focus,:host .btn-outline-secondary:focus-visible{background-color:var(--theme-btn-outline-secondary--background);color:var(--theme-btn-outline-secondary--color);--ix-button-color:var(--theme-btn-outline-secondary--color);border-width:var(--theme-btn--border-thickness);border-color:var(--theme-btn-outline-secondary--border-color);border-style:solid}:host .btn-outline-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-outline-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-outline-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-outline-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary:not(.disabled):not(:disabled):hover{border-color:var(--theme-btn-outline-secondary--border-color--hover);background-color:var(--theme-btn-outline-secondary--background--hover);color:var(--theme-btn-outline-secondary--color--hover)}:host .btn-outline-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-outline-secondary:not(.disabled):not(:disabled):active,:host .btn-outline-secondary:not(.disabled):not(:disabled).active{border-color:var(--theme-btn-outline-secondary--border-color--active);background-color:var(--theme-btn-outline-secondary--background--active);color:var(--theme-btn-outline-secondary--color--active)}:host(.disabled) .btn-outline-secondary.disabled,:host(.disabled) .btn-outline-secondary:disabled{pointer-events:none;border-color:var(--theme-btn-outline-secondary--border-color--disabled);background-color:var(--theme-btn-outline-secondary--background--disabled);color:var(--theme-btn-outline-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-outline-secondary--color--disabled)}:host .btn-invisible-secondary{border-radius:var(--theme-btn--border-radius)}:host .btn-invisible-secondary,:host .btn-invisible-secondary.focus,:host .btn-invisible-secondary:focus-visible{background-color:var(--theme-btn-invisible-secondary--background);color:var(--theme-btn-invisible-secondary--color);--ix-button-color:var(--theme-btn-invisible-secondary--color);border-color:transparent}:host .btn-invisible-secondary:not(.disabled):not(:disabled):focus-visible{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-btn--focus--outline-offset)}:host .btn-invisible-secondary.selected{background-color:var(--theme-color-ghost--selected);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):hover{background-color:var(--theme-color-ghost--selected-hover);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled):active,:host .btn-invisible-secondary.selected:not(.disabled):not(:disabled).active{background-color:var(--theme-color-ghost--selected-active);color:var(--theme-color-dynamic)}:host .btn-invisible-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary:not(.disabled):not(:disabled):hover{background-color:var(--theme-btn-invisible-secondary--background--hover);color:var(--theme-btn-invisible-secondary--color--hover)}:host .btn-invisible-secondary:not(.disabled):not(:disabled){cursor:pointer}:host .btn-invisible-secondary:not(.disabled):not(:disabled):active,:host .btn-invisible-secondary:not(.disabled):not(:disabled).active{background-color:var(--theme-btn-invisible-secondary--background--active);color:var(--theme-btn-invisible-secondary--color--active)}:host(.disabled) .btn-invisible-secondary.disabled,:host(.disabled) .btn-invisible-secondary:disabled{pointer-events:none;background-color:var(--theme-btn-invisible-secondary--background--disabled);color:var(--theme-btn-invisible-secondary--color--disabled);opacity:1;--ix-button-color:var(--theme-btn-invisible-secondary--color--disabled)}:host{display:inline-flex;justify-content:center;align-items:center}:host button{width:100%;height:100%;overflow:hidden;padding:0}:host button.btn-oval{border-radius:6.25rem}:host ix-icon{color:var(--ix-icon-button-color, currentColor);margin:0}:host ix-spinner{margin:0}:host(.btn-icon-12){height:1rem;width:1rem;min-width:1rem;min-height:1rem}:host(.btn-icon-16){height:1.5rem;width:1.5rem;min-width:1.5rem;min-height:1.5rem}:host(.btn-icon-32){height:2rem;width:2rem;min-width:2rem;min-height:2rem}:host(.btn-icon-12) ix-spinner{height:12px;width:12px}:host(.btn-icon-16) ix-spinner{height:16px;width:16px}:host(.btn-icon-32) ix-spinner{height:24px;width:24px}";
11
11
 
12
12
  const IconToggleButton = class {
13
13
  constructor(hostRef) {
@@ -1 +1 @@
1
- {"file":"ix-icon-toggle-button.entry.cjs.js","mappings":";;;;;;;;;AAAA,MAAM,mBAAmB,GAAG,24fAA24f;;MCgC15f,gBAAgB;;;;mBAKM,WAAW;mBAK1B,KAAK;iBAKP,KAAK;;mBAUH,KAAK;gBAKY,IAAI;oBAKH,KAAK;mBAKd,KAAK;;EASxB,2BAA2B;IACjC,OAAO,IAAI,CAAC,OAAO,KAAK,SAAS,KAAK,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC;GACnE;EAEO,gBAAgB;IACtB,OAAO,CAAC,IAAI,CACV,yHAAyH,CAC1H,CAAC;GACH;EAGD,eAAe;IACb,IAAI,IAAI,CAAC,2BAA2B,EAAE,EAAE;MACtC,IAAI,CAAC,gBAAgB,EAAE,CAAC;KACzB;GACF;EAGD,aAAa;IACX,IAAI,CAAC,eAAe,EAAE,CAAC;GACxB;EAGD,eAAe;IACb,IAAI,CAAC,eAAe,EAAE,CAAC;GACxB;EAED,gBAAgB;IACd,IAAI,CAAC,eAAe,EAAE,CAAC;GACxB;EAEO,qBAAqB;IAC3B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;GACxC;EAEO,gBAAgB;IACtB,OAAO;MACL,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;MACjC,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;MACjC,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;KAClC,CAAC;GACH;EAED,MAAM;IACJ,MAAM,eAAe,GAAoB;MACvC,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,KAAK,EAAE,IAAI,CAAC,KAAK;MACjB,QAAQ,EAAE,IAAI;MACd,QAAQ,EAAE,KAAK;MACf,QAAQ,EAAE,IAAI,CAAC,OAAO;MACtB,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO;MACvC,IAAI,EAAE,IAAI,CAAC,IAAI;MACf,QAAQ,EAAE,IAAI,CAAC,IAAI;MACnB,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,OAAO,EAAE,MAAM,IAAI,CAAC,qBAAqB,EAAE;MAC3C,IAAI,EAAE,QAAQ;MACd,cAAc,EAAE;QACd,cAAc,EAAEA,gBAAW,CAAC,IAAI,CAAC,OAAO,CAAC;OAC1C;MACD,YAAY,kBACV,aAAa,EAAE,IAAI,IAChB,IAAI,CAAC,gBAAgB,EAAE,CAC3B;KACF,CAAC;IACF,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IAE1D,QACEC,QAACC,UAAI,IACH,KAAK,kCACA,IAAI,CAAC,gBAAgB,EAAE,KAC1B,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO,OAGzCD,QAACE,6BAAc,oBAAK,eAAe,EAAmB,CACjD,EACP;GACH;;;;;;;;;;;;","names":["a11yBoolean","h","Host","BaseIconButton"],"sources":["./src/components/icon-toggle-button/icon-toggle-button.scss?tag=ix-icon-toggle-button&encapsulation=shadow","./src/components/icon-toggle-button/icon-toggle-button.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import '../icon-button/icon-button-mixin.scss';\n\n@include base-icon-button;\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Prop,\n Watch,\n} from '@stencil/core';\nimport { BaseButtonProps } from '../button/base-button';\nimport { ButtonVariant } from '../button/button';\nimport { BaseIconButton } from '../icon-button/base-icon-button';\nimport { a11yBoolean } from '../utils/a11y';\n\n/**\n * @since 2.0.0\n */\n@Component({\n tag: 'ix-icon-toggle-button',\n shadow: true,\n styleUrl: './icon-toggle-button.scss',\n})\nexport class IconToggleButton {\n /**\n * Button variant.\n * Important: Variant 'primary' can only be combined with either outline or ghost.\n */\n @Prop() variant: ButtonVariant = 'secondary';\n\n /**\n * Outline button\n */\n @Prop() outline = false;\n\n /**\n * Button with no background or outline\n */\n @Prop() ghost = false;\n\n /**\n * Icon name\n */\n @Prop() icon: string;\n\n /**\n * Show button as pressed\n */\n @Prop() pressed = false;\n\n /**\n * Size of icon in button\n */\n @Prop() size: '24' | '16' | '12' = '24';\n\n /**\n * Disable the button\n */\n @Prop({ reflect: true }) disabled = false;\n\n /**\n * Loading button\n */\n @Prop() loading: boolean = false;\n\n /**\n * Pressed change event\n */\n @Event() pressedChange: EventEmitter<boolean>;\n\n @Element() hostElement: HTMLIxIconToggleButtonElement;\n\n private isIllegalToggleButtonConfig() {\n return this.variant === 'primary' && (this.outline || this.ghost);\n }\n\n private logIllegalConfig() {\n console.warn(\n 'iX toggle button with illegal configuration detected. Variant \"primary\" can only be combined with \"outline\" or \"ghost\".'\n );\n }\n\n @Watch('variant')\n onVariantChange() {\n if (this.isIllegalToggleButtonConfig()) {\n this.logIllegalConfig();\n }\n }\n\n @Watch('ghost')\n onGhostChange() {\n this.onVariantChange();\n }\n\n @Watch('outline')\n onOutlineChange() {\n this.onVariantChange();\n }\n\n componentDidLoad() {\n this.onVariantChange();\n }\n\n private dispatchPressedChange() {\n this.pressedChange.emit(!this.pressed);\n }\n\n private getIconSizeClass() {\n return {\n 'btn-icon-12': this.size === '12',\n 'btn-icon-16': this.size === '16',\n 'btn-icon-32': this.size === '24',\n };\n }\n\n render() {\n const baseButtonProps: BaseButtonProps = {\n variant: this.variant,\n outline: this.outline,\n ghost: this.ghost,\n iconOnly: true,\n iconOval: false,\n selected: this.pressed,\n disabled: this.disabled || this.loading,\n icon: this.icon,\n iconSize: this.size,\n loading: this.loading,\n onClick: () => this.dispatchPressedChange(),\n type: 'button',\n ariaAttributes: {\n 'aria-pressed': a11yBoolean(this.pressed),\n },\n extraClasses: {\n 'icon-button': true,\n ...this.getIconSizeClass(),\n },\n };\n console.log(baseButtonProps, this.disabled, this.loading);\n\n return (\n <Host\n class={{\n ...this.getIconSizeClass(),\n disabled: this.disabled || this.loading,\n }}\n >\n <BaseIconButton {...baseButtonProps}></BaseIconButton>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"ix-icon-toggle-button.entry.cjs.js","mappings":";;;;;;;;;AAAA,MAAM,mBAAmB,GAAG,y5fAAy5f;;MCgCx6f,gBAAgB;;;;mBAKM,WAAW;mBAK1B,KAAK;iBAKP,KAAK;;mBAUH,KAAK;gBAKY,IAAI;oBAKH,KAAK;mBAKd,KAAK;;EASxB,2BAA2B;IACjC,OAAO,IAAI,CAAC,OAAO,KAAK,SAAS,KAAK,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC;GACnE;EAEO,gBAAgB;IACtB,OAAO,CAAC,IAAI,CACV,yHAAyH,CAC1H,CAAC;GACH;EAGD,eAAe;IACb,IAAI,IAAI,CAAC,2BAA2B,EAAE,EAAE;MACtC,IAAI,CAAC,gBAAgB,EAAE,CAAC;KACzB;GACF;EAGD,aAAa;IACX,IAAI,CAAC,eAAe,EAAE,CAAC;GACxB;EAGD,eAAe;IACb,IAAI,CAAC,eAAe,EAAE,CAAC;GACxB;EAED,gBAAgB;IACd,IAAI,CAAC,eAAe,EAAE,CAAC;GACxB;EAEO,qBAAqB;IAC3B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;GACxC;EAEO,gBAAgB;IACtB,OAAO;MACL,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;MACjC,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;MACjC,aAAa,EAAE,IAAI,CAAC,IAAI,KAAK,IAAI;KAClC,CAAC;GACH;EAED,MAAM;IACJ,MAAM,eAAe,GAAoB;MACvC,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,KAAK,EAAE,IAAI,CAAC,KAAK;MACjB,QAAQ,EAAE,IAAI;MACd,QAAQ,EAAE,KAAK;MACf,QAAQ,EAAE,IAAI,CAAC,OAAO;MACtB,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO;MACvC,IAAI,EAAE,IAAI,CAAC,IAAI;MACf,QAAQ,EAAE,IAAI,CAAC,IAAI;MACnB,OAAO,EAAE,IAAI,CAAC,OAAO;MACrB,OAAO,EAAE,MAAM,IAAI,CAAC,qBAAqB,EAAE;MAC3C,IAAI,EAAE,QAAQ;MACd,cAAc,EAAE;QACd,cAAc,EAAEA,gBAAW,CAAC,IAAI,CAAC,OAAO,CAAC;OAC1C;MACD,YAAY,kBACV,aAAa,EAAE,IAAI,IAChB,IAAI,CAAC,gBAAgB,EAAE,CAC3B;KACF,CAAC;IACF,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IAE1D,QACEC,QAACC,UAAI,IACH,KAAK,kCACA,IAAI,CAAC,gBAAgB,EAAE,KAC1B,QAAQ,EAAE,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO,OAGzCD,QAACE,6BAAc,oBAAK,eAAe,EAAmB,CACjD,EACP;GACH;;;;;;;;;;;;","names":["a11yBoolean","h","Host","BaseIconButton"],"sources":["./src/components/icon-toggle-button/icon-toggle-button.scss?tag=ix-icon-toggle-button&encapsulation=shadow","./src/components/icon-toggle-button/icon-toggle-button.tsx"],"sourcesContent":["/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import '../icon-button/icon-button-mixin.scss';\n\n@include base-icon-button;\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport {\n Component,\n Element,\n Event,\n EventEmitter,\n h,\n Host,\n Prop,\n Watch,\n} from '@stencil/core';\nimport { BaseButtonProps } from '../button/base-button';\nimport { ButtonVariant } from '../button/button';\nimport { BaseIconButton } from '../icon-button/base-icon-button';\nimport { a11yBoolean } from '../utils/a11y';\n\n/**\n * @since 2.0.0\n */\n@Component({\n tag: 'ix-icon-toggle-button',\n shadow: true,\n styleUrl: './icon-toggle-button.scss',\n})\nexport class IconToggleButton {\n /**\n * Button variant.\n * Important: Variant 'primary' can only be combined with either outline or ghost.\n */\n @Prop() variant: ButtonVariant = 'secondary';\n\n /**\n * Outline button\n */\n @Prop() outline = false;\n\n /**\n * Button with no background or outline\n */\n @Prop() ghost = false;\n\n /**\n * Icon name\n */\n @Prop() icon: string;\n\n /**\n * Show button as pressed\n */\n @Prop() pressed = false;\n\n /**\n * Size of icon in button\n */\n @Prop() size: '24' | '16' | '12' = '24';\n\n /**\n * Disable the button\n */\n @Prop({ reflect: true }) disabled = false;\n\n /**\n * Loading button\n */\n @Prop() loading: boolean = false;\n\n /**\n * Pressed change event\n */\n @Event() pressedChange: EventEmitter<boolean>;\n\n @Element() hostElement: HTMLIxIconToggleButtonElement;\n\n private isIllegalToggleButtonConfig() {\n return this.variant === 'primary' && (this.outline || this.ghost);\n }\n\n private logIllegalConfig() {\n console.warn(\n 'iX toggle button with illegal configuration detected. Variant \"primary\" can only be combined with \"outline\" or \"ghost\".'\n );\n }\n\n @Watch('variant')\n onVariantChange() {\n if (this.isIllegalToggleButtonConfig()) {\n this.logIllegalConfig();\n }\n }\n\n @Watch('ghost')\n onGhostChange() {\n this.onVariantChange();\n }\n\n @Watch('outline')\n onOutlineChange() {\n this.onVariantChange();\n }\n\n componentDidLoad() {\n this.onVariantChange();\n }\n\n private dispatchPressedChange() {\n this.pressedChange.emit(!this.pressed);\n }\n\n private getIconSizeClass() {\n return {\n 'btn-icon-12': this.size === '12',\n 'btn-icon-16': this.size === '16',\n 'btn-icon-32': this.size === '24',\n };\n }\n\n render() {\n const baseButtonProps: BaseButtonProps = {\n variant: this.variant,\n outline: this.outline,\n ghost: this.ghost,\n iconOnly: true,\n iconOval: false,\n selected: this.pressed,\n disabled: this.disabled || this.loading,\n icon: this.icon,\n iconSize: this.size,\n loading: this.loading,\n onClick: () => this.dispatchPressedChange(),\n type: 'button',\n ariaAttributes: {\n 'aria-pressed': a11yBoolean(this.pressed),\n },\n extraClasses: {\n 'icon-button': true,\n ...this.getIconSizeClass(),\n },\n };\n console.log(baseButtonProps, this.disabled, this.loading);\n\n return (\n <Host\n class={{\n ...this.getIconSizeClass(),\n disabled: this.disabled || this.loading,\n }}\n >\n <BaseIconButton {...baseButtonProps}></BaseIconButton>\n </Host>\n );\n }\n}\n"],"version":3}