@siemens/ix 0.0.0-20240419081748

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 (2134) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +4 -0
  3. package/components/a11y.js +142 -0
  4. package/components/a11y.js.map +1 -0
  5. package/components/animation.js +19 -0
  6. package/components/animation.js.map +1 -0
  7. package/components/anime.es.js +1311 -0
  8. package/components/anime.es.js.map +1 -0
  9. package/components/application-header.js +150 -0
  10. package/components/application-header.js.map +1 -0
  11. package/components/avatar.js +101 -0
  12. package/components/avatar.js.map +1 -0
  13. package/components/base-button.js +47 -0
  14. package/components/base-button.js.map +1 -0
  15. package/components/base-icon-button.js +18 -0
  16. package/components/base-icon-button.js.map +1 -0
  17. package/components/breadcrumb-item.js +101 -0
  18. package/components/breadcrumb-item.js.map +1 -0
  19. package/components/breakpoints.js +25 -0
  20. package/components/breakpoints.js.map +1 -0
  21. package/components/button.js +92 -0
  22. package/components/button.js.map +1 -0
  23. package/components/card-accordion.js +86 -0
  24. package/components/card-accordion.js.map +1 -0
  25. package/components/card-content.js +33 -0
  26. package/components/card-content.js.map +1 -0
  27. package/components/card-title.js +33 -0
  28. package/components/card-title.js.map +1 -0
  29. package/components/card.js +42 -0
  30. package/components/card.js.map +1 -0
  31. package/components/col.js +94 -0
  32. package/components/col.js.map +1 -0
  33. package/components/context.js +101 -0
  34. package/components/context.js.map +1 -0
  35. package/components/custom-elements.d.ts +10 -0
  36. package/components/date-picker.js +555 -0
  37. package/components/date-picker.js.map +1 -0
  38. package/components/date-time-card.js +51 -0
  39. package/components/date-time-card.js.map +1 -0
  40. package/components/default-tree-item.js +22 -0
  41. package/components/default-tree-item.js.map +1 -0
  42. package/components/divider.js +33 -0
  43. package/components/divider.js.map +1 -0
  44. package/components/dropdown-item.js +75 -0
  45. package/components/dropdown-item.js.map +1 -0
  46. package/components/dropdown.js +442 -0
  47. package/components/dropdown.js.map +1 -0
  48. package/components/filter-chip.js +57 -0
  49. package/components/filter-chip.js.map +1 -0
  50. package/components/flip-tile-state.js +21 -0
  51. package/components/flip-tile-state.js.map +1 -0
  52. package/components/floating-ui.dom.esm.js +1528 -0
  53. package/components/floating-ui.dom.esm.js.map +1 -0
  54. package/components/group-context-menu.js +74 -0
  55. package/components/group-context-menu.js.map +1 -0
  56. package/components/group-item.js +59 -0
  57. package/components/group-item.js.map +1 -0
  58. package/components/icon-button.js +111 -0
  59. package/components/icon-button.js.map +1 -0
  60. package/components/index.d.ts +33 -0
  61. package/components/index.js +93 -0
  62. package/components/index.js.map +1 -0
  63. package/components/index2.js +28 -0
  64. package/components/index2.js.map +1 -0
  65. package/components/ix-action-card.d.ts +11 -0
  66. package/components/ix-action-card.js +74 -0
  67. package/components/ix-action-card.js.map +1 -0
  68. package/components/ix-application-header.d.ts +11 -0
  69. package/components/ix-application-header.js +8 -0
  70. package/components/ix-application-header.js.map +1 -0
  71. package/components/ix-application-sidebar.d.ts +11 -0
  72. package/components/ix-application-sidebar.js +64 -0
  73. package/components/ix-application-sidebar.js.map +1 -0
  74. package/components/ix-application-switch-modal.d.ts +11 -0
  75. package/components/ix-application-switch-modal.js +106 -0
  76. package/components/ix-application-switch-modal.js.map +1 -0
  77. package/components/ix-application.d.ts +11 -0
  78. package/components/ix-application.js +141 -0
  79. package/components/ix-application.js.map +1 -0
  80. package/components/ix-avatar.d.ts +11 -0
  81. package/components/ix-avatar.js +8 -0
  82. package/components/ix-avatar.js.map +1 -0
  83. package/components/ix-basic-navigation.d.ts +11 -0
  84. package/components/ix-basic-navigation.js +143 -0
  85. package/components/ix-basic-navigation.js.map +1 -0
  86. package/components/ix-blind.d.ts +11 -0
  87. package/components/ix-blind.js +126 -0
  88. package/components/ix-blind.js.map +1 -0
  89. package/components/ix-breadcrumb-item.d.ts +11 -0
  90. package/components/ix-breadcrumb-item.js +8 -0
  91. package/components/ix-breadcrumb-item.js.map +1 -0
  92. package/components/ix-breadcrumb.d.ts +11 -0
  93. package/components/ix-breadcrumb.js +157 -0
  94. package/components/ix-breadcrumb.js.map +1 -0
  95. package/components/ix-button.d.ts +11 -0
  96. package/components/ix-button.js +8 -0
  97. package/components/ix-button.js.map +1 -0
  98. package/components/ix-card-accordion.d.ts +11 -0
  99. package/components/ix-card-accordion.js +8 -0
  100. package/components/ix-card-accordion.js.map +1 -0
  101. package/components/ix-card-content.d.ts +11 -0
  102. package/components/ix-card-content.js +8 -0
  103. package/components/ix-card-content.js.map +1 -0
  104. package/components/ix-card-list.d.ts +11 -0
  105. package/components/ix-card-list.js +231 -0
  106. package/components/ix-card-list.js.map +1 -0
  107. package/components/ix-card-title.d.ts +11 -0
  108. package/components/ix-card-title.js +8 -0
  109. package/components/ix-card-title.js.map +1 -0
  110. package/components/ix-card.d.ts +11 -0
  111. package/components/ix-card.js +8 -0
  112. package/components/ix-card.js.map +1 -0
  113. package/components/ix-category-filter.d.ts +11 -0
  114. package/components/ix-category-filter.js +471 -0
  115. package/components/ix-category-filter.js.map +1 -0
  116. package/components/ix-chip.d.ts +11 -0
  117. package/components/ix-chip.js +106 -0
  118. package/components/ix-chip.js.map +1 -0
  119. package/components/ix-col.d.ts +11 -0
  120. package/components/ix-col.js +8 -0
  121. package/components/ix-col.js.map +1 -0
  122. package/components/ix-content-header.d.ts +11 -0
  123. package/components/ix-content-header.js +64 -0
  124. package/components/ix-content-header.js.map +1 -0
  125. package/components/ix-content.d.ts +11 -0
  126. package/components/ix-content.js +49 -0
  127. package/components/ix-content.js.map +1 -0
  128. package/components/ix-css-grid-item.d.ts +11 -0
  129. package/components/ix-css-grid-item.js +41 -0
  130. package/components/ix-css-grid-item.js.map +1 -0
  131. package/components/ix-css-grid.d.ts +11 -0
  132. package/components/ix-css-grid.js +114 -0
  133. package/components/ix-css-grid.js.map +1 -0
  134. package/components/ix-date-dropdown.d.ts +11 -0
  135. package/components/ix-date-dropdown.js +254 -0
  136. package/components/ix-date-dropdown.js.map +1 -0
  137. package/components/ix-date-picker.d.ts +11 -0
  138. package/components/ix-date-picker.js +8 -0
  139. package/components/ix-date-picker.js.map +1 -0
  140. package/components/ix-date-time-card.d.ts +11 -0
  141. package/components/ix-date-time-card.js +8 -0
  142. package/components/ix-date-time-card.js.map +1 -0
  143. package/components/ix-datetime-picker.d.ts +11 -0
  144. package/components/ix-datetime-picker.js +166 -0
  145. package/components/ix-datetime-picker.js.map +1 -0
  146. package/components/ix-divider.d.ts +11 -0
  147. package/components/ix-divider.js +8 -0
  148. package/components/ix-divider.js.map +1 -0
  149. package/components/ix-drawer.d.ts +11 -0
  150. package/components/ix-drawer.js +148 -0
  151. package/components/ix-drawer.js.map +1 -0
  152. package/components/ix-dropdown-button.d.ts +11 -0
  153. package/components/ix-dropdown-button.js +95 -0
  154. package/components/ix-dropdown-button.js.map +1 -0
  155. package/components/ix-dropdown-header.d.ts +11 -0
  156. package/components/ix-dropdown-header.js +45 -0
  157. package/components/ix-dropdown-header.js.map +1 -0
  158. package/components/ix-dropdown-item.d.ts +11 -0
  159. package/components/ix-dropdown-item.js +8 -0
  160. package/components/ix-dropdown-item.js.map +1 -0
  161. package/components/ix-dropdown-quick-actions.d.ts +11 -0
  162. package/components/ix-dropdown-quick-actions.js +36 -0
  163. package/components/ix-dropdown-quick-actions.js.map +1 -0
  164. package/components/ix-dropdown.d.ts +11 -0
  165. package/components/ix-dropdown.js +8 -0
  166. package/components/ix-dropdown.js.map +1 -0
  167. package/components/ix-empty-state.d.ts +11 -0
  168. package/components/ix-empty-state.js +66 -0
  169. package/components/ix-empty-state.js.map +1 -0
  170. package/components/ix-event-list-item.d.ts +11 -0
  171. package/components/ix-event-list-item.js +69 -0
  172. package/components/ix-event-list-item.js.map +1 -0
  173. package/components/ix-event-list.d.ts +11 -0
  174. package/components/ix-event-list.js +146 -0
  175. package/components/ix-event-list.js.map +1 -0
  176. package/components/ix-expanding-search.d.ts +11 -0
  177. package/components/ix-expanding-search.js +120 -0
  178. package/components/ix-expanding-search.js.map +1 -0
  179. package/components/ix-filter-chip.d.ts +11 -0
  180. package/components/ix-filter-chip.js +8 -0
  181. package/components/ix-filter-chip.js.map +1 -0
  182. package/components/ix-flip-tile-content.d.ts +11 -0
  183. package/components/ix-flip-tile-content.js +39 -0
  184. package/components/ix-flip-tile-content.js.map +1 -0
  185. package/components/ix-flip-tile.d.ts +11 -0
  186. package/components/ix-flip-tile.js +122 -0
  187. package/components/ix-flip-tile.js.map +1 -0
  188. package/components/ix-form-field.d.ts +11 -0
  189. package/components/ix-form-field.js +44 -0
  190. package/components/ix-form-field.js.map +1 -0
  191. package/components/ix-group-context-menu.d.ts +11 -0
  192. package/components/ix-group-context-menu.js +8 -0
  193. package/components/ix-group-context-menu.js.map +1 -0
  194. package/components/ix-group-item.d.ts +11 -0
  195. package/components/ix-group-item.js +8 -0
  196. package/components/ix-group-item.js.map +1 -0
  197. package/components/ix-group.d.ts +11 -0
  198. package/components/ix-group.js +179 -0
  199. package/components/ix-group.js.map +1 -0
  200. package/components/ix-icon-button.d.ts +11 -0
  201. package/components/ix-icon-button.js +8 -0
  202. package/components/ix-icon-button.js.map +1 -0
  203. package/components/ix-icon-toggle-button.d.ts +11 -0
  204. package/components/ix-icon-toggle-button.js +121 -0
  205. package/components/ix-icon-toggle-button.js.map +1 -0
  206. package/components/ix-input-group.d.ts +11 -0
  207. package/components/ix-input-group.js +154 -0
  208. package/components/ix-input-group.js.map +1 -0
  209. package/components/ix-key-value-list.d.ts +11 -0
  210. package/components/ix-key-value-list.js +39 -0
  211. package/components/ix-key-value-list.js.map +1 -0
  212. package/components/ix-key-value.d.ts +11 -0
  213. package/components/ix-key-value.js +48 -0
  214. package/components/ix-key-value.js.map +1 -0
  215. package/components/ix-kpi.d.ts +11 -0
  216. package/components/ix-kpi.js +70 -0
  217. package/components/ix-kpi.js.map +1 -0
  218. package/components/ix-layout-grid.d.ts +11 -0
  219. package/components/ix-layout-grid.js +8 -0
  220. package/components/ix-layout-grid.js.map +1 -0
  221. package/components/ix-link-button.d.ts +11 -0
  222. package/components/ix-link-button.js +49 -0
  223. package/components/ix-link-button.js.map +1 -0
  224. package/components/ix-map-navigation-overlay.d.ts +11 -0
  225. package/components/ix-map-navigation-overlay.js +8 -0
  226. package/components/ix-map-navigation-overlay.js.map +1 -0
  227. package/components/ix-map-navigation.d.ts +11 -0
  228. package/components/ix-map-navigation.js +233 -0
  229. package/components/ix-map-navigation.js.map +1 -0
  230. package/components/ix-menu-about-item.d.ts +11 -0
  231. package/components/ix-menu-about-item.js +52 -0
  232. package/components/ix-menu-about-item.js.map +1 -0
  233. package/components/ix-menu-about-news.d.ts +11 -0
  234. package/components/ix-menu-about-news.js +84 -0
  235. package/components/ix-menu-about-news.js.map +1 -0
  236. package/components/ix-menu-about.d.ts +11 -0
  237. package/components/ix-menu-about.js +86 -0
  238. package/components/ix-menu-about.js.map +1 -0
  239. package/components/ix-menu-avatar-item.d.ts +11 -0
  240. package/components/ix-menu-avatar-item.js +8 -0
  241. package/components/ix-menu-avatar-item.js.map +1 -0
  242. package/components/ix-menu-avatar.d.ts +11 -0
  243. package/components/ix-menu-avatar.js +109 -0
  244. package/components/ix-menu-avatar.js.map +1 -0
  245. package/components/ix-menu-category.d.ts +11 -0
  246. package/components/ix-menu-category.js +262 -0
  247. package/components/ix-menu-category.js.map +1 -0
  248. package/components/ix-menu-expand-icon.d.ts +11 -0
  249. package/components/ix-menu-expand-icon.js +8 -0
  250. package/components/ix-menu-expand-icon.js.map +1 -0
  251. package/components/ix-menu-item.d.ts +11 -0
  252. package/components/ix-menu-item.js +8 -0
  253. package/components/ix-menu-item.js.map +1 -0
  254. package/components/ix-menu-settings-item.d.ts +11 -0
  255. package/components/ix-menu-settings-item.js +52 -0
  256. package/components/ix-menu-settings-item.js.map +1 -0
  257. package/components/ix-menu-settings.d.ts +11 -0
  258. package/components/ix-menu-settings.js +8 -0
  259. package/components/ix-menu-settings.js.map +1 -0
  260. package/components/ix-menu.d.ts +11 -0
  261. package/components/ix-menu.js +530 -0
  262. package/components/ix-menu.js.map +1 -0
  263. package/components/ix-message-bar.d.ts +11 -0
  264. package/components/ix-message-bar.js +88 -0
  265. package/components/ix-message-bar.js.map +1 -0
  266. package/components/ix-modal-content.d.ts +11 -0
  267. package/components/ix-modal-content.js +8 -0
  268. package/components/ix-modal-content.js.map +1 -0
  269. package/components/ix-modal-example.d.ts +11 -0
  270. package/components/ix-modal-example.js +58 -0
  271. package/components/ix-modal-example.js.map +1 -0
  272. package/components/ix-modal-footer.d.ts +11 -0
  273. package/components/ix-modal-footer.js +36 -0
  274. package/components/ix-modal-footer.js.map +1 -0
  275. package/components/ix-modal-header.d.ts +11 -0
  276. package/components/ix-modal-header.js +8 -0
  277. package/components/ix-modal-header.js.map +1 -0
  278. package/components/ix-modal-loading.d.ts +11 -0
  279. package/components/ix-modal-loading.js +42 -0
  280. package/components/ix-modal-loading.js.map +1 -0
  281. package/components/ix-modal.d.ts +11 -0
  282. package/components/ix-modal.js +219 -0
  283. package/components/ix-modal.js.map +1 -0
  284. package/components/ix-pagination.d.ts +11 -0
  285. package/components/ix-pagination.js +212 -0
  286. package/components/ix-pagination.js.map +1 -0
  287. package/components/ix-pane-layout.d.ts +11 -0
  288. package/components/ix-pane-layout.js +300 -0
  289. package/components/ix-pane-layout.js.map +1 -0
  290. package/components/ix-pane.d.ts +11 -0
  291. package/components/ix-pane.js +533 -0
  292. package/components/ix-pane.js.map +1 -0
  293. package/components/ix-pill.d.ts +11 -0
  294. package/components/ix-pill.js +83 -0
  295. package/components/ix-pill.js.map +1 -0
  296. package/components/ix-playground-internal.d.ts +11 -0
  297. package/components/ix-playground-internal.js +35 -0
  298. package/components/ix-playground-internal.js.map +1 -0
  299. package/components/ix-push-card.d.ts +11 -0
  300. package/components/ix-push-card.js +83 -0
  301. package/components/ix-push-card.js.map +1 -0
  302. package/components/ix-row.d.ts +11 -0
  303. package/components/ix-row.js +8 -0
  304. package/components/ix-row.js.map +1 -0
  305. package/components/ix-select-item.d.ts +11 -0
  306. package/components/ix-select-item.js +8 -0
  307. package/components/ix-select-item.js.map +1 -0
  308. package/components/ix-select.d.ts +11 -0
  309. package/components/ix-select.js +8 -0
  310. package/components/ix-select.js.map +1 -0
  311. package/components/ix-slider.d.ts +11 -0
  312. package/components/ix-slider.js +221 -0
  313. package/components/ix-slider.js.map +1 -0
  314. package/components/ix-spinner.d.ts +11 -0
  315. package/components/ix-spinner.js +8 -0
  316. package/components/ix-spinner.js.map +1 -0
  317. package/components/ix-split-button-item.d.ts +11 -0
  318. package/components/ix-split-button-item.js +59 -0
  319. package/components/ix-split-button-item.js.map +1 -0
  320. package/components/ix-split-button.d.ts +11 -0
  321. package/components/ix-split-button.js +98 -0
  322. package/components/ix-split-button.js.map +1 -0
  323. package/components/ix-tab-item.d.ts +11 -0
  324. package/components/ix-tab-item.js +8 -0
  325. package/components/ix-tab-item.js.map +1 -0
  326. package/components/ix-tabs.d.ts +11 -0
  327. package/components/ix-tabs.js +8 -0
  328. package/components/ix-tabs.js.map +1 -0
  329. package/components/ix-tile.d.ts +11 -0
  330. package/components/ix-tile.js +60 -0
  331. package/components/ix-tile.js.map +1 -0
  332. package/components/ix-time-picker.d.ts +11 -0
  333. package/components/ix-time-picker.js +8 -0
  334. package/components/ix-time-picker.js.map +1 -0
  335. package/components/ix-toast-container.d.ts +11 -0
  336. package/components/ix-toast-container.js +133 -0
  337. package/components/ix-toast-container.js.map +1 -0
  338. package/components/ix-toast.d.ts +11 -0
  339. package/components/ix-toast.js +8 -0
  340. package/components/ix-toast.js.map +1 -0
  341. package/components/ix-toggle-button.d.ts +11 -0
  342. package/components/ix-toggle-button.js +110 -0
  343. package/components/ix-toggle-button.js.map +1 -0
  344. package/components/ix-toggle.d.ts +11 -0
  345. package/components/ix-toggle.js +63 -0
  346. package/components/ix-toggle.js.map +1 -0
  347. package/components/ix-tooltip.d.ts +11 -0
  348. package/components/ix-tooltip.js +8 -0
  349. package/components/ix-tooltip.js.map +1 -0
  350. package/components/ix-tree-item.d.ts +11 -0
  351. package/components/ix-tree-item.js +8 -0
  352. package/components/ix-tree-item.js.map +1 -0
  353. package/components/ix-tree.d.ts +11 -0
  354. package/components/ix-tree.js +740 -0
  355. package/components/ix-tree.js.map +1 -0
  356. package/components/ix-typography.d.ts +11 -0
  357. package/components/ix-typography.js +8 -0
  358. package/components/ix-typography.js.map +1 -0
  359. package/components/ix-upload.d.ts +11 -0
  360. package/components/ix-upload.js +148 -0
  361. package/components/ix-upload.js.map +1 -0
  362. package/components/ix-validation-tooltip.d.ts +11 -0
  363. package/components/ix-validation-tooltip.js +176 -0
  364. package/components/ix-validation-tooltip.js.map +1 -0
  365. package/components/ix-workflow-step.d.ts +11 -0
  366. package/components/ix-workflow-step.js +126 -0
  367. package/components/ix-workflow-step.js.map +1 -0
  368. package/components/ix-workflow-steps.d.ts +11 -0
  369. package/components/ix-workflow-steps.js +103 -0
  370. package/components/ix-workflow-steps.js.map +1 -0
  371. package/components/layout-grid.js +45 -0
  372. package/components/layout-grid.js.map +1 -0
  373. package/components/listener.js +75 -0
  374. package/components/listener.js.map +1 -0
  375. package/components/logical-filter-operator.js +36 -0
  376. package/components/logical-filter-operator.js.map +1 -0
  377. package/components/luxon.js +8309 -0
  378. package/components/luxon.js.map +1 -0
  379. package/components/make-ref.js +28 -0
  380. package/components/make-ref.js.map +1 -0
  381. package/components/map-navigation-overlay.js +93 -0
  382. package/components/map-navigation-overlay.js.map +1 -0
  383. package/components/menu-avatar-item.js +53 -0
  384. package/components/menu-avatar-item.js.map +1 -0
  385. package/components/menu-expand-icon.js +76 -0
  386. package/components/menu-expand-icon.js.map +1 -0
  387. package/components/menu-item.js +148 -0
  388. package/components/menu-item.js.map +1 -0
  389. package/components/menu-service.js +78 -0
  390. package/components/menu-service.js.map +1 -0
  391. package/components/menu-tabs-fc.js +146 -0
  392. package/components/menu-tabs-fc.js.map +1 -0
  393. package/components/modal-content.js +33 -0
  394. package/components/modal-content.js.map +1 -0
  395. package/components/modal-header.js +87 -0
  396. package/components/modal-header.js.map +1 -0
  397. package/components/modal.js +244 -0
  398. package/components/modal.js.map +1 -0
  399. package/components/mutation-observer.js +13 -0
  400. package/components/mutation-observer.js.map +1 -0
  401. package/components/package.json +8 -0
  402. package/components/row.js +33 -0
  403. package/components/row.js.map +1 -0
  404. package/components/rwd.util.js +41 -0
  405. package/components/rwd.util.js.map +1 -0
  406. package/components/select-item.js +95 -0
  407. package/components/select-item.js.map +1 -0
  408. package/components/select.js +445 -0
  409. package/components/select.js.map +1 -0
  410. package/components/service.js +99 -0
  411. package/components/service.js.map +1 -0
  412. package/components/shadow-dom.js +45 -0
  413. package/components/shadow-dom.js.map +1 -0
  414. package/components/spinner.js +49 -0
  415. package/components/spinner.js.map +1 -0
  416. package/components/tab-item.js +88 -0
  417. package/components/tab-item.js.map +1 -0
  418. package/components/tabs.js +260 -0
  419. package/components/tabs.js.map +1 -0
  420. package/components/theme-switcher.js +123 -0
  421. package/components/theme-switcher.js.map +1 -0
  422. package/components/time-picker.js +215 -0
  423. package/components/time-picker.js.map +1 -0
  424. package/components/toast.js +106 -0
  425. package/components/toast.js.map +1 -0
  426. package/components/tooltip.js +322 -0
  427. package/components/tooltip.js.map +1 -0
  428. package/components/tree-item.js +52 -0
  429. package/components/tree-item.js.map +1 -0
  430. package/components/typed-event.js +46 -0
  431. package/components/typed-event.js.map +1 -0
  432. package/components/typography.js +84 -0
  433. package/components/typography.js.map +1 -0
  434. package/components/upload-file-state.js +20 -0
  435. package/components/upload-file-state.js.map +1 -0
  436. package/dist/cjs/_commonjsHelpers-0192c5b3.js +17 -0
  437. package/dist/cjs/_commonjsHelpers-0192c5b3.js.map +1 -0
  438. package/dist/cjs/a11y-d3ce56d1.js +146 -0
  439. package/dist/cjs/a11y-d3ce56d1.js.map +1 -0
  440. package/dist/cjs/animation-99234008.js +21 -0
  441. package/dist/cjs/animation-99234008.js.map +1 -0
  442. package/dist/cjs/anime.es-e2814360.js +1313 -0
  443. package/dist/cjs/anime.es-e2814360.js.map +1 -0
  444. package/dist/cjs/app-globals-7ea20f68.js +31 -0
  445. package/dist/cjs/app-globals-7ea20f68.js.map +1 -0
  446. package/dist/cjs/base-button-2f74b19d.js +50 -0
  447. package/dist/cjs/base-button-2f74b19d.js.map +1 -0
  448. package/dist/cjs/base-icon-button-848c77f2.js +20 -0
  449. package/dist/cjs/base-icon-button-848c77f2.js.map +1 -0
  450. package/dist/cjs/breakpoints-5d1583fb.js +27 -0
  451. package/dist/cjs/breakpoints-5d1583fb.js.map +1 -0
  452. package/dist/cjs/context-98f4a0b3.js +106 -0
  453. package/dist/cjs/context-98f4a0b3.js.map +1 -0
  454. package/dist/cjs/core-js-a890bac8.js +26 -0
  455. package/dist/cjs/core-js-a890bac8.js.map +1 -0
  456. package/dist/cjs/default-tree-item-309a50cd.js +24 -0
  457. package/dist/cjs/default-tree-item-309a50cd.js.map +1 -0
  458. package/dist/cjs/dom-83fb07d8.js +74 -0
  459. package/dist/cjs/dom-83fb07d8.js.map +1 -0
  460. package/dist/cjs/flip-tile-state-92223109.js +21 -0
  461. package/dist/cjs/flip-tile-state-92223109.js.map +1 -0
  462. package/dist/cjs/floating-ui.dom.esm-94b4d17c.js +1536 -0
  463. package/dist/cjs/floating-ui.dom.esm-94b4d17c.js.map +1 -0
  464. package/dist/cjs/index-c4629a8d.js +30 -0
  465. package/dist/cjs/index-c4629a8d.js.map +1 -0
  466. package/dist/cjs/index-c6f0ac73.js +2688 -0
  467. package/dist/cjs/index-c6f0ac73.js.map +1 -0
  468. package/dist/cjs/index.cjs.js +131 -0
  469. package/dist/cjs/index.cjs.js.map +1 -0
  470. package/dist/cjs/index.es2017-0db94b91.js +1504 -0
  471. package/dist/cjs/index.es2017-0db94b91.js.map +1 -0
  472. package/dist/cjs/ix-action-card.cjs.entry.js +36 -0
  473. package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -0
  474. package/dist/cjs/ix-application-header.cjs.entry.js +112 -0
  475. package/dist/cjs/ix-application-header.cjs.entry.js.map +1 -0
  476. package/dist/cjs/ix-application-sidebar.cjs.entry.js +48 -0
  477. package/dist/cjs/ix-application-sidebar.cjs.entry.js.map +1 -0
  478. package/dist/cjs/ix-application-switch-modal.cjs.entry.js +61 -0
  479. package/dist/cjs/ix-application-switch-modal.cjs.entry.js.map +1 -0
  480. package/dist/cjs/ix-application.cjs.entry.js +115 -0
  481. package/dist/cjs/ix-application.cjs.entry.js.map +1 -0
  482. package/dist/cjs/ix-avatar_2.cjs.entry.js +83 -0
  483. package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
  484. package/dist/cjs/ix-basic-navigation.cjs.entry.js +92 -0
  485. package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -0
  486. package/dist/cjs/ix-blind.cjs.entry.js +98 -0
  487. package/dist/cjs/ix-blind.cjs.entry.js.map +1 -0
  488. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +76 -0
  489. package/dist/cjs/ix-breadcrumb-item.cjs.entry.js.map +1 -0
  490. package/dist/cjs/ix-breadcrumb.cjs.entry.js +108 -0
  491. package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
  492. package/dist/cjs/ix-button.cjs.entry.js +65 -0
  493. package/dist/cjs/ix-button.cjs.entry.js.map +1 -0
  494. package/dist/cjs/ix-card-accordion_2.cjs.entry.js +84 -0
  495. package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -0
  496. package/dist/cjs/ix-card-list.cjs.entry.js +166 -0
  497. package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -0
  498. package/dist/cjs/ix-card_2.cjs.entry.js +42 -0
  499. package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -0
  500. package/dist/cjs/ix-category-filter.cjs.entry.js +410 -0
  501. package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -0
  502. package/dist/cjs/ix-chip.cjs.entry.js +71 -0
  503. package/dist/cjs/ix-chip.cjs.entry.js.map +1 -0
  504. package/dist/cjs/ix-col_4.cjs.entry.js +584 -0
  505. package/dist/cjs/ix-col_4.cjs.entry.js.map +1 -0
  506. package/dist/cjs/ix-content-header.cjs.entry.js +27 -0
  507. package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -0
  508. package/dist/cjs/ix-content.cjs.entry.js +33 -0
  509. package/dist/cjs/ix-content.cjs.entry.js.map +1 -0
  510. package/dist/cjs/ix-css-grid-item.cjs.entry.js +25 -0
  511. package/dist/cjs/ix-css-grid-item.cjs.entry.js.map +1 -0
  512. package/dist/cjs/ix-css-grid.cjs.entry.js +97 -0
  513. package/dist/cjs/ix-css-grid.cjs.entry.js.map +1 -0
  514. package/dist/cjs/ix-date-dropdown.cjs.entry.js +157 -0
  515. package/dist/cjs/ix-date-dropdown.cjs.entry.js.map +1 -0
  516. package/dist/cjs/ix-date-time-card.cjs.entry.js +36 -0
  517. package/dist/cjs/ix-date-time-card.cjs.entry.js.map +1 -0
  518. package/dist/cjs/ix-datetime-picker.cjs.entry.js +67 -0
  519. package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -0
  520. package/dist/cjs/ix-divider.cjs.entry.js +22 -0
  521. package/dist/cjs/ix-divider.cjs.entry.js.map +1 -0
  522. package/dist/cjs/ix-drawer.cjs.entry.js +112 -0
  523. package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -0
  524. package/dist/cjs/ix-dropdown-button.cjs.entry.js +47 -0
  525. package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -0
  526. package/dist/cjs/ix-dropdown-header.cjs.entry.js +23 -0
  527. package/dist/cjs/ix-dropdown-header.cjs.entry.js.map +1 -0
  528. package/dist/cjs/ix-dropdown-item.cjs.entry.js +54 -0
  529. package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
  530. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +22 -0
  531. package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js.map +1 -0
  532. package/dist/cjs/ix-dropdown.cjs.entry.js +414 -0
  533. package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
  534. package/dist/cjs/ix-empty-state.cjs.entry.js +28 -0
  535. package/dist/cjs/ix-empty-state.cjs.entry.js.map +1 -0
  536. package/dist/cjs/ix-event-list-item.cjs.entry.js +49 -0
  537. package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
  538. package/dist/cjs/ix-event-list.cjs.entry.js +125 -0
  539. package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
  540. package/dist/cjs/ix-expanding-search.cjs.entry.js +86 -0
  541. package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -0
  542. package/dist/cjs/ix-filter-chip_2.cjs.entry.js +93 -0
  543. package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
  544. package/dist/cjs/ix-flip-tile-content.cjs.entry.js +23 -0
  545. package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
  546. package/dist/cjs/ix-flip-tile.cjs.entry.js +90 -0
  547. package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
  548. package/dist/cjs/ix-form-field.cjs.entry.js +28 -0
  549. package/dist/cjs/ix-form-field.cjs.entry.js.map +1 -0
  550. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +81 -0
  551. package/dist/cjs/ix-group-context-menu_2.cjs.entry.js.map +1 -0
  552. package/dist/cjs/ix-group.cjs.entry.js +129 -0
  553. package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
  554. package/dist/cjs/ix-icon-button_2.cjs.entry.js +108 -0
  555. package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
  556. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +89 -0
  557. package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -0
  558. package/dist/cjs/ix-icon.entry-01b3822b.js +1487 -0
  559. package/dist/cjs/ix-icon.entry-01b3822b.js.map +1 -0
  560. package/dist/cjs/ix-input-group.cjs.entry.js +136 -0
  561. package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -0
  562. package/dist/cjs/ix-key-value-list.cjs.entry.js +23 -0
  563. package/dist/cjs/ix-key-value-list.cjs.entry.js.map +1 -0
  564. package/dist/cjs/ix-key-value.cjs.entry.js +29 -0
  565. package/dist/cjs/ix-key-value.cjs.entry.js.map +1 -0
  566. package/dist/cjs/ix-kpi.cjs.entry.js +50 -0
  567. package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -0
  568. package/dist/cjs/ix-link-button.cjs.entry.js +31 -0
  569. package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -0
  570. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +65 -0
  571. package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js.map +1 -0
  572. package/dist/cjs/ix-map-navigation.cjs.entry.js +175 -0
  573. package/dist/cjs/ix-map-navigation.cjs.entry.js.map +1 -0
  574. package/dist/cjs/ix-menu-about-item.cjs.entry.js +34 -0
  575. package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
  576. package/dist/cjs/ix-menu-about-news.cjs.entry.js +39 -0
  577. package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
  578. package/dist/cjs/ix-menu-about.cjs.entry.js +41 -0
  579. package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
  580. package/dist/cjs/ix-menu-avatar.cjs.entry.js +45 -0
  581. package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
  582. package/dist/cjs/ix-menu-category.cjs.entry.js +205 -0
  583. package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -0
  584. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +48 -0
  585. package/dist/cjs/ix-menu-expand-icon.cjs.entry.js.map +1 -0
  586. package/dist/cjs/ix-menu-item.cjs.entry.js +111 -0
  587. package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
  588. package/dist/cjs/ix-menu-settings-item.cjs.entry.js +34 -0
  589. package/dist/cjs/ix-menu-settings-item.cjs.entry.js.map +1 -0
  590. package/dist/cjs/ix-menu-settings.cjs.entry.js +12 -0
  591. package/dist/cjs/ix-menu-settings.cjs.entry.js.map +1 -0
  592. package/dist/cjs/ix-menu.cjs.entry.js +453 -0
  593. package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
  594. package/dist/cjs/ix-message-bar.cjs.entry.js +57 -0
  595. package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -0
  596. package/dist/cjs/ix-modal-content_2.cjs.entry.js +66 -0
  597. package/dist/cjs/ix-modal-content_2.cjs.entry.js.map +1 -0
  598. package/dist/cjs/ix-modal-example.cjs.entry.js +28 -0
  599. package/dist/cjs/ix-modal-example.cjs.entry.js.map +1 -0
  600. package/dist/cjs/ix-modal-footer.cjs.entry.js +22 -0
  601. package/dist/cjs/ix-modal-footer.cjs.entry.js.map +1 -0
  602. package/dist/cjs/ix-modal-loading.cjs.entry.js +22 -0
  603. package/dist/cjs/ix-modal-loading.cjs.entry.js.map +1 -0
  604. package/dist/cjs/ix-modal.cjs.entry.js +192 -0
  605. package/dist/cjs/ix-modal.cjs.entry.js.map +1 -0
  606. package/dist/cjs/ix-pagination.cjs.entry.js +141 -0
  607. package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -0
  608. package/dist/cjs/ix-pane-layout.cjs.entry.js +275 -0
  609. package/dist/cjs/ix-pane-layout.cjs.entry.js.map +1 -0
  610. package/dist/cjs/ix-pane.cjs.entry.js +475 -0
  611. package/dist/cjs/ix-pane.cjs.entry.js.map +1 -0
  612. package/dist/cjs/ix-pill.cjs.entry.js +61 -0
  613. package/dist/cjs/ix-pill.cjs.entry.js.map +1 -0
  614. package/dist/cjs/ix-playground-internal.cjs.entry.js +22 -0
  615. package/dist/cjs/ix-playground-internal.cjs.entry.js.map +1 -0
  616. package/dist/cjs/ix-push-card.cjs.entry.js +32 -0
  617. package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -0
  618. package/dist/cjs/ix-select.cjs.entry.js +373 -0
  619. package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
  620. package/dist/cjs/ix-slider.cjs.entry.js +174 -0
  621. package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
  622. package/dist/cjs/ix-split-button-item.cjs.entry.js +35 -0
  623. package/dist/cjs/ix-split-button-item.cjs.entry.js.map +1 -0
  624. package/dist/cjs/ix-split-button.cjs.entry.js +50 -0
  625. package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
  626. package/dist/cjs/ix-tab-item_2.cjs.entry.js +299 -0
  627. package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
  628. package/dist/cjs/ix-tile.cjs.entry.js +42 -0
  629. package/dist/cjs/ix-tile.cjs.entry.js.map +1 -0
  630. package/dist/cjs/ix-time-picker.cjs.entry.js +154 -0
  631. package/dist/cjs/ix-time-picker.cjs.entry.js.map +1 -0
  632. package/dist/cjs/ix-toast-container.cjs.entry.js +94 -0
  633. package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
  634. package/dist/cjs/ix-toast.cjs.entry.js +74 -0
  635. package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
  636. package/dist/cjs/ix-toggle-button.cjs.entry.js +78 -0
  637. package/dist/cjs/ix-toggle-button.cjs.entry.js.map +1 -0
  638. package/dist/cjs/ix-toggle.cjs.entry.js +41 -0
  639. package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -0
  640. package/dist/cjs/ix-tooltip.cjs.entry.js +294 -0
  641. package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -0
  642. package/dist/cjs/ix-tree-item.cjs.entry.js +37 -0
  643. package/dist/cjs/ix-tree-item.cjs.entry.js.map +1 -0
  644. package/dist/cjs/ix-tree.cjs.entry.js +706 -0
  645. package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
  646. package/dist/cjs/ix-typography.cjs.entry.js +66 -0
  647. package/dist/cjs/ix-typography.cjs.entry.js.map +1 -0
  648. package/dist/cjs/ix-upload.cjs.entry.js +110 -0
  649. package/dist/cjs/ix-upload.cjs.entry.js.map +1 -0
  650. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +153 -0
  651. package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -0
  652. package/dist/cjs/ix-workflow-step.cjs.entry.js +99 -0
  653. package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
  654. package/dist/cjs/ix-workflow-steps.cjs.entry.js +85 -0
  655. package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
  656. package/dist/cjs/listener-d27acb41.js +77 -0
  657. package/dist/cjs/listener-d27acb41.js.map +1 -0
  658. package/dist/cjs/loader.cjs.js +17 -0
  659. package/dist/cjs/loader.cjs.js.map +1 -0
  660. package/dist/cjs/logical-filter-operator-5564322e.js +38 -0
  661. package/dist/cjs/logical-filter-operator-5564322e.js.map +1 -0
  662. package/dist/cjs/luxon-702fbf4c.js +8312 -0
  663. package/dist/cjs/luxon-702fbf4c.js.map +1 -0
  664. package/dist/cjs/make-ref-c25629b7.js +30 -0
  665. package/dist/cjs/make-ref-c25629b7.js.map +1 -0
  666. package/dist/cjs/menu-service-9936f670.js +80 -0
  667. package/dist/cjs/menu-service-9936f670.js.map +1 -0
  668. package/dist/cjs/menu-tabs-fc-194c3ba9.js +105 -0
  669. package/dist/cjs/menu-tabs-fc-194c3ba9.js.map +1 -0
  670. package/dist/cjs/modal-828cb80a.js +252 -0
  671. package/dist/cjs/modal-828cb80a.js.map +1 -0
  672. package/dist/cjs/mutation-observer-babb20a5.js +15 -0
  673. package/dist/cjs/mutation-observer-babb20a5.js.map +1 -0
  674. package/dist/cjs/rwd.util-ee53cbd1.js +44 -0
  675. package/dist/cjs/rwd.util-ee53cbd1.js.map +1 -0
  676. package/dist/cjs/service-a42add5f.js +101 -0
  677. package/dist/cjs/service-a42add5f.js.map +1 -0
  678. package/dist/cjs/shadow-dom-73f9d553.js +50 -0
  679. package/dist/cjs/shadow-dom-73f9d553.js.map +1 -0
  680. package/dist/cjs/siemens-ix.cjs.js +27 -0
  681. package/dist/cjs/siemens-ix.cjs.js.map +1 -0
  682. package/dist/cjs/theme-switcher-2d2bde85.js +126 -0
  683. package/dist/cjs/theme-switcher-2d2bde85.js.map +1 -0
  684. package/dist/cjs/typed-event-8032c0c0.js +48 -0
  685. package/dist/cjs/typed-event-8032c0c0.js.map +1 -0
  686. package/dist/cjs/upload-file-state-3e9d929d.js +20 -0
  687. package/dist/cjs/upload-file-state-3e9d929d.js.map +1 -0
  688. package/dist/collection/collection-manifest.json +114 -0
  689. package/dist/collection/components/action-card/action-card.css +71 -0
  690. package/dist/collection/components/action-card/action-card.js +144 -0
  691. package/dist/collection/components/action-card/action-card.js.map +1 -0
  692. package/dist/collection/components/application/application.css +106 -0
  693. package/dist/collection/components/application/application.js +252 -0
  694. package/dist/collection/components/application/application.js.map +1 -0
  695. package/dist/collection/components/application-header/application-header.css +135 -0
  696. package/dist/collection/components/application-header/application-header.js +149 -0
  697. package/dist/collection/components/application-header/application-header.js.map +1 -0
  698. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.css +126 -0
  699. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js +95 -0
  700. package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js.map +1 -0
  701. package/dist/collection/components/application-header/test/application-header.ct.js +334 -0
  702. package/dist/collection/components/application-header/test/application-header.ct.js.map +1 -0
  703. package/dist/collection/components/application-sidebar/application-sidebar.css +69 -0
  704. package/dist/collection/components/application-sidebar/application-sidebar.js +70 -0
  705. package/dist/collection/components/application-sidebar/application-sidebar.js.map +1 -0
  706. package/dist/collection/components/application-sidebar/events.js +15 -0
  707. package/dist/collection/components/application-sidebar/events.js.map +1 -0
  708. package/dist/collection/components/avatar/avatar.css +222 -0
  709. package/dist/collection/components/avatar/avatar.js +153 -0
  710. package/dist/collection/components/avatar/avatar.js.map +1 -0
  711. package/dist/collection/components/avatar/test/avatar.ct.js +85 -0
  712. package/dist/collection/components/avatar/test/avatar.ct.js.map +1 -0
  713. package/dist/collection/components/basic-navigation/basic-navigation.css +99 -0
  714. package/dist/collection/components/basic-navigation/basic-navigation.js +192 -0
  715. package/dist/collection/components/basic-navigation/basic-navigation.js.map +1 -0
  716. package/dist/collection/components/blind/blind.css +431 -0
  717. package/dist/collection/components/blind/blind.js +231 -0
  718. package/dist/collection/components/blind/blind.js.map +1 -0
  719. package/dist/collection/components/blind/test/blind.ct.js +16 -0
  720. package/dist/collection/components/blind/test/blind.ct.js.map +1 -0
  721. package/dist/collection/components/breadcrumb/breadcrumb.css +119 -0
  722. package/dist/collection/components/breadcrumb/breadcrumb.js +239 -0
  723. package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
  724. package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js +97 -0
  725. package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js.map +1 -0
  726. package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1115 -0
  727. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +230 -0
  728. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
  729. package/dist/collection/components/button/base-button.js +39 -0
  730. package/dist/collection/components/button/base-button.js.map +1 -0
  731. package/dist/collection/components/button/button.css +508 -0
  732. package/dist/collection/components/button/button.js +252 -0
  733. package/dist/collection/components/button/button.js.map +1 -0
  734. package/dist/collection/components/button/test/button.ct.js +42 -0
  735. package/dist/collection/components/button/test/button.ct.js.map +1 -0
  736. package/dist/collection/components/button/test/button.spec.js +65 -0
  737. package/dist/collection/components/button/test/button.spec.js.map +1 -0
  738. package/dist/collection/components/card/card.css +244 -0
  739. package/dist/collection/components/card/card.js +78 -0
  740. package/dist/collection/components/card/card.js.map +1 -0
  741. package/dist/collection/components/card-accordion/card-accordion.css +155 -0
  742. package/dist/collection/components/card-accordion/card-accordion.js +131 -0
  743. package/dist/collection/components/card-accordion/card-accordion.js.map +1 -0
  744. package/dist/collection/components/card-content/card-content.css +66 -0
  745. package/dist/collection/components/card-content/card-content.js +22 -0
  746. package/dist/collection/components/card-content/card-content.js.map +1 -0
  747. package/dist/collection/components/card-list/card-list.css +162 -0
  748. package/dist/collection/components/card-list/card-list.js +411 -0
  749. package/dist/collection/components/card-list/card-list.js.map +1 -0
  750. package/dist/collection/components/card-title/card-title.css +30 -0
  751. package/dist/collection/components/card-title/card-title.js +24 -0
  752. package/dist/collection/components/card-title/card-title.js.map +1 -0
  753. package/dist/collection/components/category-filter/category-filter.css +1538 -0
  754. package/dist/collection/components/category-filter/category-filter.js +723 -0
  755. package/dist/collection/components/category-filter/category-filter.js.map +1 -0
  756. package/dist/collection/components/category-filter/filter-state.js +11 -0
  757. package/dist/collection/components/category-filter/filter-state.js.map +1 -0
  758. package/dist/collection/components/category-filter/input-state.js +18 -0
  759. package/dist/collection/components/category-filter/input-state.js.map +1 -0
  760. package/dist/collection/components/category-filter/logical-filter-operator.js +15 -0
  761. package/dist/collection/components/category-filter/logical-filter-operator.js.map +1 -0
  762. package/dist/collection/components/chip/chip.css +537 -0
  763. package/dist/collection/components/chip/chip.js +245 -0
  764. package/dist/collection/components/chip/chip.js.map +1 -0
  765. package/dist/collection/components/col/col.css +66 -0
  766. package/dist/collection/components/col/col.js +193 -0
  767. package/dist/collection/components/col/col.js.map +1 -0
  768. package/dist/collection/components/content/content.css +75 -0
  769. package/dist/collection/components/content/content.js +49 -0
  770. package/dist/collection/components/content/content.js.map +1 -0
  771. package/dist/collection/components/content-header/content-header.css +28 -0
  772. package/dist/collection/components/content-header/content-header.js +132 -0
  773. package/dist/collection/components/content-header/content-header.js.map +1 -0
  774. package/dist/collection/components/css-grid/builder.js +20 -0
  775. package/dist/collection/components/css-grid/builder.js.map +1 -0
  776. package/dist/collection/components/css-grid/css-grid-item.css +16 -0
  777. package/dist/collection/components/css-grid/css-grid-item.js +56 -0
  778. package/dist/collection/components/css-grid/css-grid-item.js.map +1 -0
  779. package/dist/collection/components/css-grid/css-grid.css +27 -0
  780. package/dist/collection/components/css-grid/css-grid.js +126 -0
  781. package/dist/collection/components/css-grid/css-grid.js.map +1 -0
  782. package/dist/collection/components/date-dropdown/date-dropdown.css +99 -0
  783. package/dist/collection/components/date-dropdown/date-dropdown.js +476 -0
  784. package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -0
  785. package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js +171 -0
  786. package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js.map +1 -0
  787. package/dist/collection/components/date-picker/date-picker.css +295 -0
  788. package/dist/collection/components/date-picker/date-picker.js +930 -0
  789. package/dist/collection/components/date-picker/date-picker.js.map +1 -0
  790. package/dist/collection/components/date-picker/test/date-picker.ct.js +163 -0
  791. package/dist/collection/components/date-picker/test/date-picker.ct.js.map +1 -0
  792. package/dist/collection/components/date-time-card/date-time-card.css +111 -0
  793. package/dist/collection/components/date-time-card/date-time-card.js +113 -0
  794. package/dist/collection/components/date-time-card/date-time-card.js.map +1 -0
  795. package/dist/collection/components/datetime-picker/datetime-picker.css +108 -0
  796. package/dist/collection/components/datetime-picker/datetime-picker.js +526 -0
  797. package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -0
  798. package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js +54 -0
  799. package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js.map +1 -0
  800. package/dist/collection/components/divider/divider.css +15 -0
  801. package/dist/collection/components/divider/divider.js +30 -0
  802. package/dist/collection/components/divider/divider.js.map +1 -0
  803. package/dist/collection/components/drawer/drawer.css +126 -0
  804. package/dist/collection/components/drawer/drawer.js +293 -0
  805. package/dist/collection/components/drawer/drawer.js.map +1 -0
  806. package/dist/collection/components/drawer/test/drawer.ct.js +47 -0
  807. package/dist/collection/components/drawer/test/drawer.ct.js.map +1 -0
  808. package/dist/collection/components/drawer/test/drawer.spec.js +65 -0
  809. package/dist/collection/components/drawer/test/drawer.spec.js.map +1 -0
  810. package/dist/collection/components/dropdown/dropdown-controller.js +127 -0
  811. package/dist/collection/components/dropdown/dropdown-controller.js.map +1 -0
  812. package/dist/collection/components/dropdown/dropdown.css +109 -0
  813. package/dist/collection/components/dropdown/dropdown.js +619 -0
  814. package/dist/collection/components/dropdown/dropdown.js.map +1 -0
  815. package/dist/collection/components/dropdown/placement.js +2 -0
  816. package/dist/collection/components/dropdown/placement.js.map +1 -0
  817. package/dist/collection/components/dropdown/test/dropdown-controller.spec.js +21 -0
  818. package/dist/collection/components/dropdown/test/dropdown-controller.spec.js.map +1 -0
  819. package/dist/collection/components/dropdown/test/dropdown.ct.js +472 -0
  820. package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
  821. package/dist/collection/components/dropdown-button/dropdown-button.css +146 -0
  822. package/dist/collection/components/dropdown-button/dropdown-button.js +225 -0
  823. package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -0
  824. package/dist/collection/components/dropdown-header/dropdown-header.css +68 -0
  825. package/dist/collection/components/dropdown-header/dropdown-header.js +54 -0
  826. package/dist/collection/components/dropdown-header/dropdown-header.js.map +1 -0
  827. package/dist/collection/components/dropdown-item/dropdown-item.css +160 -0
  828. package/dist/collection/components/dropdown-item/dropdown-item.js +265 -0
  829. package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -0
  830. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.css +32 -0
  831. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +30 -0
  832. package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js.map +1 -0
  833. package/dist/collection/components/empty-state/empty-state.css +142 -0
  834. package/dist/collection/components/empty-state/empty-state.js +151 -0
  835. package/dist/collection/components/empty-state/empty-state.js.map +1 -0
  836. package/dist/collection/components/event-list/event-list.css +77 -0
  837. package/dist/collection/components/event-list/event-list.js +210 -0
  838. package/dist/collection/components/event-list/event-list.js.map +1 -0
  839. package/dist/collection/components/event-list/test/event-list.spec.js +112 -0
  840. package/dist/collection/components/event-list/test/event-list.spec.js.map +1 -0
  841. package/dist/collection/components/event-list-item/event-list-item.css +192 -0
  842. package/dist/collection/components/event-list-item/event-list-item.js +180 -0
  843. package/dist/collection/components/event-list-item/event-list-item.js.map +1 -0
  844. package/dist/collection/components/event-list-item/test/event-list-item.spec.js +20 -0
  845. package/dist/collection/components/event-list-item/test/event-list-item.spec.js.map +1 -0
  846. package/dist/collection/components/expanding-search/expanding-search.css +412 -0
  847. package/dist/collection/components/expanding-search/expanding-search.js +196 -0
  848. package/dist/collection/components/expanding-search/expanding-search.js.map +1 -0
  849. package/dist/collection/components/expanding-search/test/expanding-search.ct.js +56 -0
  850. package/dist/collection/components/expanding-search/test/expanding-search.ct.js.map +1 -0
  851. package/dist/collection/components/expanding-search/test/expanding-search.spec.js +36 -0
  852. package/dist/collection/components/expanding-search/test/expanding-search.spec.js.map +1 -0
  853. package/dist/collection/components/filter-chip/filter-chip.css +149 -0
  854. package/dist/collection/components/filter-chip/filter-chip.js +98 -0
  855. package/dist/collection/components/filter-chip/filter-chip.js.map +1 -0
  856. package/dist/collection/components/flip-tile/flip-tile-state.js +18 -0
  857. package/dist/collection/components/flip-tile/flip-tile-state.js.map +1 -0
  858. package/dist/collection/components/flip-tile/flip-tile.css +347 -0
  859. package/dist/collection/components/flip-tile/flip-tile.js +172 -0
  860. package/dist/collection/components/flip-tile/flip-tile.js.map +1 -0
  861. package/dist/collection/components/flip-tile/test/flip-tile.ct.js +57 -0
  862. package/dist/collection/components/flip-tile/test/flip-tile.ct.js.map +1 -0
  863. package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
  864. package/dist/collection/components/flip-tile-content/flip-tile-content.js +55 -0
  865. package/dist/collection/components/flip-tile-content/flip-tile-content.js.map +1 -0
  866. package/dist/collection/components/form-field/form-field.css +276 -0
  867. package/dist/collection/components/form-field/form-field.js +56 -0
  868. package/dist/collection/components/form-field/form-field.js.map +1 -0
  869. package/dist/collection/components/grid/layout-grid.css +21 -0
  870. package/dist/collection/components/grid/layout-grid.js +98 -0
  871. package/dist/collection/components/grid/layout-grid.js.map +1 -0
  872. package/dist/collection/components/group/group-context-menu.css +20 -0
  873. package/dist/collection/components/group/group-context-menu.js +61 -0
  874. package/dist/collection/components/group/group-context-menu.js.map +1 -0
  875. package/dist/collection/components/group/group.css +175 -0
  876. package/dist/collection/components/group/group.js +315 -0
  877. package/dist/collection/components/group/group.js.map +1 -0
  878. package/dist/collection/components/group-item/group-item.css +182 -0
  879. package/dist/collection/components/group-item/group-item.js +203 -0
  880. package/dist/collection/components/group-item/group-item.js.map +1 -0
  881. package/dist/collection/components/icon-button/base-icon-button.js +14 -0
  882. package/dist/collection/components/icon-button/base-icon-button.js.map +1 -0
  883. package/dist/collection/components/icon-button/icon-button.css +639 -0
  884. package/dist/collection/components/icon-button/icon-button.js +319 -0
  885. package/dist/collection/components/icon-button/icon-button.js.map +1 -0
  886. package/dist/collection/components/icon-button/test/icon-button.ct.js +25 -0
  887. package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -0
  888. package/dist/collection/components/icon-button/test/icon-button.spec.js +175 -0
  889. package/dist/collection/components/icon-button/test/icon-button.spec.js.map +1 -0
  890. package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +639 -0
  891. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +275 -0
  892. package/dist/collection/components/icon-toggle-button/icon-toggle-button.js.map +1 -0
  893. package/dist/collection/components/input-group/input-group.css +101 -0
  894. package/dist/collection/components/input-group/input-group.js +150 -0
  895. package/dist/collection/components/input-group/input-group.js.map +1 -0
  896. package/dist/collection/components/input-group/tests/input-group.ct.js +152 -0
  897. package/dist/collection/components/input-group/tests/input-group.ct.js.map +1 -0
  898. package/dist/collection/components/key-value/key-value.css +76 -0
  899. package/dist/collection/components/key-value/key-value.js +120 -0
  900. package/dist/collection/components/key-value/key-value.js.map +1 -0
  901. package/dist/collection/components/key-value-list/key-value-list.css +7 -0
  902. package/dist/collection/components/key-value-list/key-value-list.js +54 -0
  903. package/dist/collection/components/key-value-list/key-value-list.js.map +1 -0
  904. package/dist/collection/components/kpi/kpi.css +177 -0
  905. package/dist/collection/components/kpi/kpi.js +148 -0
  906. package/dist/collection/components/kpi/kpi.js.map +1 -0
  907. package/dist/collection/components/link-button/link-button.css +446 -0
  908. package/dist/collection/components/link-button/link-button.js +98 -0
  909. package/dist/collection/components/link-button/link-button.js.map +1 -0
  910. package/dist/collection/components/map-navigation/map-navigation.css +188 -0
  911. package/dist/collection/components/map-navigation/map-navigation.js +378 -0
  912. package/dist/collection/components/map-navigation/map-navigation.js.map +1 -0
  913. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +295 -0
  914. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +164 -0
  915. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -0
  916. package/dist/collection/components/menu/menu-expand-icon.css +495 -0
  917. package/dist/collection/components/menu/menu-expand-icon.js +147 -0
  918. package/dist/collection/components/menu/menu-expand-icon.js.map +1 -0
  919. package/dist/collection/components/menu/menu.css +1854 -0
  920. package/dist/collection/components/menu/menu.js +918 -0
  921. package/dist/collection/components/menu/menu.js.map +1 -0
  922. package/dist/collection/components/menu/test/menu.ct.js +225 -0
  923. package/dist/collection/components/menu/test/menu.ct.js.map +1 -0
  924. package/dist/collection/components/menu-about/menu-about.css +207 -0
  925. package/dist/collection/components/menu-about/menu-about.js +137 -0
  926. package/dist/collection/components/menu-about/menu-about.js.map +1 -0
  927. package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
  928. package/dist/collection/components/menu-about-item/menu-about-item.js +88 -0
  929. package/dist/collection/components/menu-about-item/menu-about-item.js.map +1 -0
  930. package/dist/collection/components/menu-about-news/menu-about-news.css +172 -0
  931. package/dist/collection/components/menu-about-news/menu-about-news.js +192 -0
  932. package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -0
  933. package/dist/collection/components/menu-avatar/menu-avatar.css +136 -0
  934. package/dist/collection/components/menu-avatar/menu-avatar.js +191 -0
  935. package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -0
  936. package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +61 -0
  937. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +127 -0
  938. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js.map +1 -0
  939. package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js +47 -0
  940. package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js.map +1 -0
  941. package/dist/collection/components/menu-category/enter-leave.js +30 -0
  942. package/dist/collection/components/menu-category/enter-leave.js.map +1 -0
  943. package/dist/collection/components/menu-category/menu-category.css +123 -0
  944. package/dist/collection/components/menu-category/menu-category.js +277 -0
  945. package/dist/collection/components/menu-category/menu-category.js.map +1 -0
  946. package/dist/collection/components/menu-category/test/menu-category.ct.js +238 -0
  947. package/dist/collection/components/menu-category/test/menu-category.ct.js.map +1 -0
  948. package/dist/collection/components/menu-item/menu-item.css +190 -0
  949. package/dist/collection/components/menu-item/menu-item.js +305 -0
  950. package/dist/collection/components/menu-item/menu-item.js.map +1 -0
  951. package/dist/collection/components/menu-item/test/menu-item.ct.js +67 -0
  952. package/dist/collection/components/menu-item/test/menu-item.ct.js.map +1 -0
  953. package/dist/collection/components/menu-settings/menu-settings.css +256 -0
  954. package/dist/collection/components/menu-settings/menu-settings.js +137 -0
  955. package/dist/collection/components/menu-settings/menu-settings.js.map +1 -0
  956. package/dist/collection/components/menu-settings-item/menu-settings-item.css +12 -0
  957. package/dist/collection/components/menu-settings-item/menu-settings-item.js +88 -0
  958. package/dist/collection/components/menu-settings-item/menu-settings-item.js.map +1 -0
  959. package/dist/collection/components/message-bar/message-bar.css +114 -0
  960. package/dist/collection/components/message-bar/message-bar.js +127 -0
  961. package/dist/collection/components/message-bar/message-bar.js.map +1 -0
  962. package/dist/collection/components/message-bar/test/message-bar.spec.js +41 -0
  963. package/dist/collection/components/message-bar/test/message-bar.spec.js.map +1 -0
  964. package/dist/collection/components/modal/modal.css +103 -0
  965. package/dist/collection/components/modal/modal.js +447 -0
  966. package/dist/collection/components/modal/modal.js.map +1 -0
  967. package/dist/collection/components/modal/test/modal.ct.js +118 -0
  968. package/dist/collection/components/modal/test/modal.ct.js.map +1 -0
  969. package/dist/collection/components/modal-content/modal-content.css +63 -0
  970. package/dist/collection/components/modal-content/modal-content.js +30 -0
  971. package/dist/collection/components/modal-content/modal-content.js.map +1 -0
  972. package/dist/collection/components/modal-footer/modal-footer.css +65 -0
  973. package/dist/collection/components/modal-footer/modal-footer.js +30 -0
  974. package/dist/collection/components/modal-footer/modal-footer.js.map +1 -0
  975. package/dist/collection/components/modal-header/modal-header.css +70 -0
  976. package/dist/collection/components/modal-header/modal-header.js +143 -0
  977. package/dist/collection/components/modal-header/modal-header.js.map +1 -0
  978. package/dist/collection/components/modal-loading/modal-loading.css +22 -0
  979. package/dist/collection/components/modal-loading/modal-loading.js +30 -0
  980. package/dist/collection/components/modal-loading/modal-loading.js.map +1 -0
  981. package/dist/collection/components/pagination/pagination.css +972 -0
  982. package/dist/collection/components/pagination/pagination.js +328 -0
  983. package/dist/collection/components/pagination/pagination.js.map +1 -0
  984. package/dist/collection/components/pagination/test/pagination.ct.js +54 -0
  985. package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
  986. package/dist/collection/components/pagination/test/pagination.spec.js +53 -0
  987. package/dist/collection/components/pagination/test/pagination.spec.js.map +1 -0
  988. package/dist/collection/components/pane/pane.css +254 -0
  989. package/dist/collection/components/pane/pane.js +816 -0
  990. package/dist/collection/components/pane/pane.js.map +1 -0
  991. package/dist/collection/components/pane/test/panes.ct.js +30 -0
  992. package/dist/collection/components/pane/test/panes.ct.js.map +1 -0
  993. package/dist/collection/components/pane-layout/pane-layout.css +142 -0
  994. package/dist/collection/components/pane-layout/pane-layout.js +380 -0
  995. package/dist/collection/components/pane-layout/pane-layout.js.map +1 -0
  996. package/dist/collection/components/pane-layout/test/pane-layout.ct.js +57 -0
  997. package/dist/collection/components/pane-layout/test/pane-layout.ct.js.map +1 -0
  998. package/dist/collection/components/pill/pill.css +257 -0
  999. package/dist/collection/components/pill/pill.js +197 -0
  1000. package/dist/collection/components/pill/pill.js.map +1 -0
  1001. package/dist/collection/components/playground/example-modal.js +24 -0
  1002. package/dist/collection/components/playground/example-modal.js.map +1 -0
  1003. package/dist/collection/components/playground/playground.css +27 -0
  1004. package/dist/collection/components/playground/playground.js +28 -0
  1005. package/dist/collection/components/playground/playground.js.map +1 -0
  1006. package/dist/collection/components/push-card/push-card.css +21 -0
  1007. package/dist/collection/components/push-card/push-card.js +160 -0
  1008. package/dist/collection/components/push-card/push-card.js.map +1 -0
  1009. package/dist/collection/components/row/row.css +16 -0
  1010. package/dist/collection/components/row/row.js +30 -0
  1011. package/dist/collection/components/row/row.js.map +1 -0
  1012. package/dist/collection/components/select/select.css +225 -0
  1013. package/dist/collection/components/select/select.js +703 -0
  1014. package/dist/collection/components/select/select.js.map +1 -0
  1015. package/dist/collection/components/select/test/select.ct.js +137 -0
  1016. package/dist/collection/components/select/test/select.ct.js.map +1 -0
  1017. package/dist/collection/components/select-item/events.js +17 -0
  1018. package/dist/collection/components/select-item/events.js.map +1 -0
  1019. package/dist/collection/components/select-item/select-item.css +26 -0
  1020. package/dist/collection/components/select-item/select-item.js +200 -0
  1021. package/dist/collection/components/select-item/select-item.js.map +1 -0
  1022. package/dist/collection/components/select-item/test/select-item.spec.js +38 -0
  1023. package/dist/collection/components/select-item/test/select-item.spec.js.map +1 -0
  1024. package/dist/collection/components/slider/slider.css +265 -0
  1025. package/dist/collection/components/slider/slider.js +386 -0
  1026. package/dist/collection/components/slider/slider.js.map +1 -0
  1027. package/dist/collection/components/slider/test/slider.ct.js +49 -0
  1028. package/dist/collection/components/slider/test/slider.ct.js.map +1 -0
  1029. package/dist/collection/components/spinner/spinner.css +608 -0
  1030. package/dist/collection/components/spinner/spinner.js +102 -0
  1031. package/dist/collection/components/spinner/spinner.js.map +1 -0
  1032. package/dist/collection/components/split-button/split-button.css +103 -0
  1033. package/dist/collection/components/split-button/split-button.js +243 -0
  1034. package/dist/collection/components/split-button/split-button.js.map +1 -0
  1035. package/dist/collection/components/split-button-item/split-button-item.css +12 -0
  1036. package/dist/collection/components/split-button-item/split-button-item.js +133 -0
  1037. package/dist/collection/components/split-button-item/split-button-item.js.map +1 -0
  1038. package/dist/collection/components/tab-item/tab-item.css +261 -0
  1039. package/dist/collection/components/tab-item/tab-item.js +248 -0
  1040. package/dist/collection/components/tab-item/tab-item.js.map +1 -0
  1041. package/dist/collection/components/tabs/tabs.css +139 -0
  1042. package/dist/collection/components/tabs/tabs.js +360 -0
  1043. package/dist/collection/components/tabs/tabs.js.map +1 -0
  1044. package/dist/collection/components/tabs/test/tabs.ct.js +84 -0
  1045. package/dist/collection/components/tabs/test/tabs.ct.js.map +1 -0
  1046. package/dist/collection/components/tile/tile.css +156 -0
  1047. package/dist/collection/components/tile/tile.js +77 -0
  1048. package/dist/collection/components/tile/tile.js.map +1 -0
  1049. package/dist/collection/components/time-picker/test/time-picker.ct.js +95 -0
  1050. package/dist/collection/components/time-picker/test/time-picker.ct.js.map +1 -0
  1051. package/dist/collection/components/time-picker/time-picker.css +627 -0
  1052. package/dist/collection/components/time-picker/time-picker.js +491 -0
  1053. package/dist/collection/components/time-picker/time-picker.js.map +1 -0
  1054. package/dist/collection/components/toast/styles/toast-container.css +90 -0
  1055. package/dist/collection/components/toast/toast-container.js +204 -0
  1056. package/dist/collection/components/toast/toast-container.js.map +1 -0
  1057. package/dist/collection/components/toast/toast-utils.js +36 -0
  1058. package/dist/collection/components/toast/toast-utils.js.map +1 -0
  1059. package/dist/collection/components/toast/toast.css +175 -0
  1060. package/dist/collection/components/toast/toast.js +219 -0
  1061. package/dist/collection/components/toast/toast.js.map +1 -0
  1062. package/dist/collection/components/toggle/test/toggle.ct.js +52 -0
  1063. package/dist/collection/components/toggle/test/toggle.ct.js.map +1 -0
  1064. package/dist/collection/components/toggle/toggle.css +185 -0
  1065. package/dist/collection/components/toggle/toggle.js +195 -0
  1066. package/dist/collection/components/toggle/toggle.js.map +1 -0
  1067. package/dist/collection/components/toggle-button/toggle-button.css +447 -0
  1068. package/dist/collection/components/toggle-button/toggle-button.js +247 -0
  1069. package/dist/collection/components/toggle-button/toggle-button.js.map +1 -0
  1070. package/dist/collection/components/tooltip/test/tooltip.ct.js +91 -0
  1071. package/dist/collection/components/tooltip/test/tooltip.ct.js.map +1 -0
  1072. package/dist/collection/components/tooltip/tooltip-controller.js +13 -0
  1073. package/dist/collection/components/tooltip/tooltip-controller.js.map +1 -0
  1074. package/dist/collection/components/tooltip/tooltip.css +44 -0
  1075. package/dist/collection/components/tooltip/tooltip.js +466 -0
  1076. package/dist/collection/components/tooltip/tooltip.js.map +1 -0
  1077. package/dist/collection/components/tree/test/tree.ct.js +154 -0
  1078. package/dist/collection/components/tree/test/tree.ct.js.map +1 -0
  1079. package/dist/collection/components/tree/tree-model.js +2 -0
  1080. package/dist/collection/components/tree/tree-model.js.map +1 -0
  1081. package/dist/collection/components/tree/tree.css +12 -0
  1082. package/dist/collection/components/tree/tree.js +385 -0
  1083. package/dist/collection/components/tree/tree.js.map +1 -0
  1084. package/dist/collection/components/tree-item/default-tree-item.js +19 -0
  1085. package/dist/collection/components/tree-item/default-tree-item.js.map +1 -0
  1086. package/dist/collection/components/tree-item/tree-item.css +128 -0
  1087. package/dist/collection/components/tree-item/tree-item.js +134 -0
  1088. package/dist/collection/components/tree-item/tree-item.js.map +1 -0
  1089. package/dist/collection/components/typography/test/ix-typography.spec.js +75 -0
  1090. package/dist/collection/components/typography/test/ix-typography.spec.js.map +1 -0
  1091. package/dist/collection/components/typography/type-mapping.js +15 -0
  1092. package/dist/collection/components/typography/type-mapping.js.map +1 -0
  1093. package/dist/collection/components/typography/typography.css +576 -0
  1094. package/dist/collection/components/typography/typography.js +209 -0
  1095. package/dist/collection/components/typography/typography.js.map +1 -0
  1096. package/dist/collection/components/upload/upload-file-state.js +17 -0
  1097. package/dist/collection/components/upload/upload-file-state.js.map +1 -0
  1098. package/dist/collection/components/upload/upload.css +173 -0
  1099. package/dist/collection/components/upload/upload.js +385 -0
  1100. package/dist/collection/components/upload/upload.js.map +1 -0
  1101. package/dist/collection/components/utils/a11y.js +109 -0
  1102. package/dist/collection/components/utils/a11y.js.map +1 -0
  1103. package/dist/collection/components/utils/animation.js +17 -0
  1104. package/dist/collection/components/utils/animation.js.map +1 -0
  1105. package/dist/collection/components/utils/app-switch/index.js +23 -0
  1106. package/dist/collection/components/utils/app-switch/index.js.map +1 -0
  1107. package/dist/collection/components/utils/application-layout/context.js +19 -0
  1108. package/dist/collection/components/utils/application-layout/context.js.map +1 -0
  1109. package/dist/collection/components/utils/application-layout/index.js +10 -0
  1110. package/dist/collection/components/utils/application-layout/index.js.map +1 -0
  1111. package/dist/collection/components/utils/application-layout/service.js +99 -0
  1112. package/dist/collection/components/utils/application-layout/service.js.map +1 -0
  1113. package/dist/collection/components/utils/breakpoints.js +22 -0
  1114. package/dist/collection/components/utils/breakpoints.js.map +1 -0
  1115. package/dist/collection/components/utils/condition-checks.js +31 -0
  1116. package/dist/collection/components/utils/condition-checks.js.map +1 -0
  1117. package/dist/collection/components/utils/context.js +79 -0
  1118. package/dist/collection/components/utils/context.js.map +1 -0
  1119. package/dist/collection/components/utils/debounce.js +10 -0
  1120. package/dist/collection/components/utils/debounce.js.map +1 -0
  1121. package/dist/collection/components/utils/delegate.js +29 -0
  1122. package/dist/collection/components/utils/delegate.js.map +1 -0
  1123. package/dist/collection/components/utils/internal/component.js +2 -0
  1124. package/dist/collection/components/utils/internal/component.js.map +1 -0
  1125. package/dist/collection/components/utils/internal/index.js +2 -0
  1126. package/dist/collection/components/utils/internal/index.js.map +1 -0
  1127. package/dist/collection/components/utils/listener.js +71 -0
  1128. package/dist/collection/components/utils/listener.js.map +1 -0
  1129. package/dist/collection/components/utils/make-ref.js +25 -0
  1130. package/dist/collection/components/utils/make-ref.js.map +1 -0
  1131. package/dist/collection/components/utils/menu-service/menu-service.js +79 -0
  1132. package/dist/collection/components/utils/menu-service/menu-service.js.map +1 -0
  1133. package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js +25 -0
  1134. package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js.map +1 -0
  1135. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +38 -0
  1136. package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -0
  1137. package/dist/collection/components/utils/modal/index.js +12 -0
  1138. package/dist/collection/components/utils/modal/index.js.map +1 -0
  1139. package/dist/collection/components/utils/modal/loading.js +35 -0
  1140. package/dist/collection/components/utils/modal/loading.js.map +1 -0
  1141. package/dist/collection/components/utils/modal/message.js +138 -0
  1142. package/dist/collection/components/utils/modal/message.js.map +1 -0
  1143. package/dist/collection/components/utils/modal/modal.js +76 -0
  1144. package/dist/collection/components/utils/modal/modal.js.map +1 -0
  1145. package/dist/collection/components/utils/mutation-observer.js +10 -0
  1146. package/dist/collection/components/utils/mutation-observer.js.map +1 -0
  1147. package/dist/collection/components/utils/notification-color.js +2 -0
  1148. package/dist/collection/components/utils/notification-color.js.map +1 -0
  1149. package/dist/collection/components/utils/overlay.js +32 -0
  1150. package/dist/collection/components/utils/overlay.js.map +1 -0
  1151. package/dist/collection/components/utils/requestAnimationFrame.js +24 -0
  1152. package/dist/collection/components/utils/requestAnimationFrame.js.map +1 -0
  1153. package/dist/collection/components/utils/rwd.util.js +38 -0
  1154. package/dist/collection/components/utils/rwd.util.js.map +1 -0
  1155. package/dist/collection/components/utils/shadow-dom.js +49 -0
  1156. package/dist/collection/components/utils/shadow-dom.js.map +1 -0
  1157. package/dist/collection/components/utils/theme-switcher.js +119 -0
  1158. package/dist/collection/components/utils/theme-switcher.js.map +1 -0
  1159. package/dist/collection/components/utils/typed-event.js +43 -0
  1160. package/dist/collection/components/utils/typed-event.js.map +1 -0
  1161. package/dist/collection/components/utils/waitForElement.js +29 -0
  1162. package/dist/collection/components/utils/waitForElement.js.map +1 -0
  1163. package/dist/collection/components/validation-tooltip/validation-tooltip.css +217 -0
  1164. package/dist/collection/components/validation-tooltip/validation-tooltip.js +239 -0
  1165. package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
  1166. package/dist/collection/components/workflow-step/workflow-step.css +186 -0
  1167. package/dist/collection/components/workflow-step/workflow-step.js +259 -0
  1168. package/dist/collection/components/workflow-step/workflow-step.js.map +1 -0
  1169. package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js +74 -0
  1170. package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js.map +1 -0
  1171. package/dist/collection/components/workflow-steps/test/workflow-steps.spec.js +67 -0
  1172. package/dist/collection/components/workflow-steps/test/workflow-steps.spec.js.map +1 -0
  1173. package/dist/collection/components/workflow-steps/workflow-steps.css +77 -0
  1174. package/dist/collection/components/workflow-steps/workflow-steps.js +176 -0
  1175. package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -0
  1176. package/dist/collection/index.js +21 -0
  1177. package/dist/collection/index.js.map +1 -0
  1178. package/dist/collection/setup.js +24 -0
  1179. package/dist/collection/setup.js.map +1 -0
  1180. package/dist/collection/tests/action-card/action-card.e2e.js +23 -0
  1181. package/dist/collection/tests/action-card/action-card.e2e.js.map +1 -0
  1182. package/dist/collection/tests/application/application-switch/genetic-data.svg +3 -0
  1183. package/dist/collection/tests/application/application-switch/square-play.svg +13 -0
  1184. package/dist/collection/tests/application/application.e2e.js +191 -0
  1185. package/dist/collection/tests/application/application.e2e.js.map +1 -0
  1186. package/dist/collection/tests/application-header/application-header.e2e.js +45 -0
  1187. package/dist/collection/tests/application-header/application-header.e2e.js.map +1 -0
  1188. package/dist/collection/tests/avatar/avatar.e2e.js +31 -0
  1189. package/dist/collection/tests/avatar/avatar.e2e.js.map +1 -0
  1190. package/dist/collection/tests/basic-navigation/basic-navigation.e2e.js +136 -0
  1191. package/dist/collection/tests/basic-navigation/basic-navigation.e2e.js.map +1 -0
  1192. package/dist/collection/tests/blind/blind.e2e.js +58 -0
  1193. package/dist/collection/tests/blind/blind.e2e.js.map +1 -0
  1194. package/dist/collection/tests/breadcrumb/breadcrumb.e2e.js +24 -0
  1195. package/dist/collection/tests/breadcrumb/breadcrumb.e2e.js.map +1 -0
  1196. package/dist/collection/tests/button/button.e2e.js +45 -0
  1197. package/dist/collection/tests/button/button.e2e.js.map +1 -0
  1198. package/dist/collection/tests/card/card.e2e.js +23 -0
  1199. package/dist/collection/tests/card/card.e2e.js.map +1 -0
  1200. package/dist/collection/tests/card-list/card-list.e2e.js +34 -0
  1201. package/dist/collection/tests/card-list/card-list.e2e.js.map +1 -0
  1202. package/dist/collection/tests/category-filter/category-filter.e2e.js +23 -0
  1203. package/dist/collection/tests/category-filter/category-filter.e2e.js.map +1 -0
  1204. package/dist/collection/tests/checkbox/checkbox.e2e.js +21 -0
  1205. package/dist/collection/tests/checkbox/checkbox.e2e.js.map +1 -0
  1206. package/dist/collection/tests/chip/chip.e2e.js +21 -0
  1207. package/dist/collection/tests/chip/chip.e2e.js.map +1 -0
  1208. package/dist/collection/tests/content-header/content-header.e2e.js +21 -0
  1209. package/dist/collection/tests/content-header/content-header.e2e.js.map +1 -0
  1210. package/dist/collection/tests/date-dropdown/date-dropdown.e2e.js +43 -0
  1211. package/dist/collection/tests/date-dropdown/date-dropdown.e2e.js.map +1 -0
  1212. package/dist/collection/tests/date-picker/date-picker.e2e.js +25 -0
  1213. package/dist/collection/tests/date-picker/date-picker.e2e.js.map +1 -0
  1214. package/dist/collection/tests/date-picker-rework/date-picker-rework.e2e.js +35 -0
  1215. package/dist/collection/tests/date-picker-rework/date-picker-rework.e2e.js.map +1 -0
  1216. package/dist/collection/tests/datetime-picker/datetime-picker.e2e.js +19 -0
  1217. package/dist/collection/tests/datetime-picker/datetime-picker.e2e.js.map +1 -0
  1218. package/dist/collection/tests/datetime-picker-rework/datetime-picker-rework.e2e.js +19 -0
  1219. package/dist/collection/tests/datetime-picker-rework/datetime-picker-rework.e2e.js.map +1 -0
  1220. package/dist/collection/tests/divider/divider.e2e.js +19 -0
  1221. package/dist/collection/tests/divider/divider.e2e.js.map +1 -0
  1222. package/dist/collection/tests/drawer/drawer.e2e.js +19 -0
  1223. package/dist/collection/tests/drawer/drawer.e2e.js.map +1 -0
  1224. package/dist/collection/tests/dropdown/dropdown.e2e.js +54 -0
  1225. package/dist/collection/tests/dropdown/dropdown.e2e.js.map +1 -0
  1226. package/dist/collection/tests/dropdown-button/dropdown-button.e2e.js +30 -0
  1227. package/dist/collection/tests/dropdown-button/dropdown-button.e2e.js.map +1 -0
  1228. package/dist/collection/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.js +19 -0
  1229. package/dist/collection/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.js.map +1 -0
  1230. package/dist/collection/tests/empty-state/empty-state.e2e.js +33 -0
  1231. package/dist/collection/tests/empty-state/empty-state.e2e.js.map +1 -0
  1232. package/dist/collection/tests/event-list/event-list.e2e.js +34 -0
  1233. package/dist/collection/tests/event-list/event-list.e2e.js.map +1 -0
  1234. package/dist/collection/tests/expanding-search/expanding-search.e2e.js +35 -0
  1235. package/dist/collection/tests/expanding-search/expanding-search.e2e.js.map +1 -0
  1236. package/dist/collection/tests/flip-tile/flip-tile.e2e.js +21 -0
  1237. package/dist/collection/tests/flip-tile/flip-tile.e2e.js.map +1 -0
  1238. package/dist/collection/tests/fonts/fonts.e2e.js +17 -0
  1239. package/dist/collection/tests/fonts/fonts.e2e.js.map +1 -0
  1240. package/dist/collection/tests/group/group.e2e.js +41 -0
  1241. package/dist/collection/tests/group/group.e2e.js.map +1 -0
  1242. package/dist/collection/tests/html-table/html-table.e2e.js +21 -0
  1243. package/dist/collection/tests/html-table/html-table.e2e.js.map +1 -0
  1244. package/dist/collection/tests/icon/icon.e2e.js +17 -0
  1245. package/dist/collection/tests/icon/icon.e2e.js.map +1 -0
  1246. package/dist/collection/tests/icon-button/icon-button.e2e.js +21 -0
  1247. package/dist/collection/tests/icon-button/icon-button.e2e.js.map +1 -0
  1248. package/dist/collection/tests/icon-toggle-button/toggle-button.e2e.js +43 -0
  1249. package/dist/collection/tests/icon-toggle-button/toggle-button.e2e.js.map +1 -0
  1250. package/dist/collection/tests/input/input.e2e.js +46 -0
  1251. package/dist/collection/tests/input/input.e2e.js.map +1 -0
  1252. package/dist/collection/tests/input-group/input-group.e2e.js +17 -0
  1253. package/dist/collection/tests/input-group/input-group.e2e.js.map +1 -0
  1254. package/dist/collection/tests/key-value/key-value.e2e.js +21 -0
  1255. package/dist/collection/tests/key-value/key-value.e2e.js.map +1 -0
  1256. package/dist/collection/tests/key-value-list/key-value-list.e2e.js +17 -0
  1257. package/dist/collection/tests/key-value-list/key-value-list.e2e.js.map +1 -0
  1258. package/dist/collection/tests/kpi/kpi.e2e.js +17 -0
  1259. package/dist/collection/tests/kpi/kpi.e2e.js.map +1 -0
  1260. package/dist/collection/tests/layout-grid/layout-grid.e2e.js +135 -0
  1261. package/dist/collection/tests/layout-grid/layout-grid.e2e.js.map +1 -0
  1262. package/dist/collection/tests/link-button/link-button.e2e.js +25 -0
  1263. package/dist/collection/tests/link-button/link-button.e2e.js.map +1 -0
  1264. package/dist/collection/tests/map-navigation/map-navigation.e2e.js +21 -0
  1265. package/dist/collection/tests/map-navigation/map-navigation.e2e.js.map +1 -0
  1266. package/dist/collection/tests/map-navigation-overlay/map-navigation.e2e.js +17 -0
  1267. package/dist/collection/tests/map-navigation-overlay/map-navigation.e2e.js.map +1 -0
  1268. package/dist/collection/tests/menu/menu.e2e.js +140 -0
  1269. package/dist/collection/tests/menu/menu.e2e.js.map +1 -0
  1270. package/dist/collection/tests/menu-about/menu-about.e2e.js +21 -0
  1271. package/dist/collection/tests/menu-about/menu-about.e2e.js.map +1 -0
  1272. package/dist/collection/tests/menu-about-news/menu-about-news.e2e.js +34 -0
  1273. package/dist/collection/tests/menu-about-news/menu-about-news.e2e.js.map +1 -0
  1274. package/dist/collection/tests/menu-avatar/menu-avatar.e2e.js +52 -0
  1275. package/dist/collection/tests/menu-avatar/menu-avatar.e2e.js.map +1 -0
  1276. package/dist/collection/tests/menu-settings/menu-settings.e2e.js +48 -0
  1277. package/dist/collection/tests/menu-settings/menu-settings.e2e.js.map +1 -0
  1278. package/dist/collection/tests/message-bar/message-bar.e2e.js +17 -0
  1279. package/dist/collection/tests/message-bar/message-bar.e2e.js.map +1 -0
  1280. package/dist/collection/tests/modal/modal.e2e.js +114 -0
  1281. package/dist/collection/tests/modal/modal.e2e.js.map +1 -0
  1282. package/dist/collection/tests/pagination/pagination.e2e.js +23 -0
  1283. package/dist/collection/tests/pagination/pagination.e2e.js.map +1 -0
  1284. package/dist/collection/tests/panes/panes.e2e.js +103 -0
  1285. package/dist/collection/tests/panes/panes.e2e.js.map +1 -0
  1286. package/dist/collection/tests/pill/pill.e2e.js +17 -0
  1287. package/dist/collection/tests/pill/pill.e2e.js.map +1 -0
  1288. package/dist/collection/tests/push-card/push-card.e2e.js +41 -0
  1289. package/dist/collection/tests/push-card/push-card.e2e.js.map +1 -0
  1290. package/dist/collection/tests/radiobutton/radiobutton.e2e.js +37 -0
  1291. package/dist/collection/tests/radiobutton/radiobutton.e2e.js.map +1 -0
  1292. package/dist/collection/tests/select/select.e2e.js +92 -0
  1293. package/dist/collection/tests/select/select.e2e.js.map +1 -0
  1294. package/dist/collection/tests/slider/slider.e2e.js +144 -0
  1295. package/dist/collection/tests/slider/slider.e2e.js.map +1 -0
  1296. package/dist/collection/tests/spinner/spinner.e2e.js +17 -0
  1297. package/dist/collection/tests/spinner/spinner.e2e.js.map +1 -0
  1298. package/dist/collection/tests/split-button/split-button.e2e.js +24 -0
  1299. package/dist/collection/tests/split-button/split-button.e2e.js.map +1 -0
  1300. package/dist/collection/tests/tabs/tabs.e2e.js +32 -0
  1301. package/dist/collection/tests/tabs/tabs.e2e.js.map +1 -0
  1302. package/dist/collection/tests/textarea/textarea.e2e.js +25 -0
  1303. package/dist/collection/tests/textarea/textarea.e2e.js.map +1 -0
  1304. package/dist/collection/tests/tile/tile.e2e.js +17 -0
  1305. package/dist/collection/tests/tile/tile.e2e.js.map +1 -0
  1306. package/dist/collection/tests/time-picker-rework/time-picker-rework.e2e.js +19 -0
  1307. package/dist/collection/tests/time-picker-rework/time-picker-rework.e2e.js.map +1 -0
  1308. package/dist/collection/tests/toast/toast.e2e.js +23 -0
  1309. package/dist/collection/tests/toast/toast.e2e.js.map +1 -0
  1310. package/dist/collection/tests/toggle/toggle.e2e.js +21 -0
  1311. package/dist/collection/tests/toggle/toggle.e2e.js.map +1 -0
  1312. package/dist/collection/tests/toggle-button/toggle-button.e2e.js +43 -0
  1313. package/dist/collection/tests/toggle-button/toggle-button.e2e.js.map +1 -0
  1314. package/dist/collection/tests/tooltip/tooltip.e2e.js +130 -0
  1315. package/dist/collection/tests/tooltip/tooltip.e2e.js.map +1 -0
  1316. package/dist/collection/tests/tree/tree.e2e.js +53 -0
  1317. package/dist/collection/tests/tree/tree.e2e.js.map +1 -0
  1318. package/dist/collection/tests/typography/typography.e2e.js +29 -0
  1319. package/dist/collection/tests/typography/typography.e2e.js.map +1 -0
  1320. package/dist/collection/tests/upload/upload.e2e.js +45 -0
  1321. package/dist/collection/tests/upload/upload.e2e.js.map +1 -0
  1322. package/dist/collection/tests/utils/test/index.js +24 -0
  1323. package/dist/collection/tests/utils/test/index.js.map +1 -0
  1324. package/dist/collection/tests/utils/test/matchMedia.mock.js +22 -0
  1325. package/dist/collection/tests/utils/test/page.js +65 -0
  1326. package/dist/collection/tests/utils/test/page.js.map +1 -0
  1327. package/dist/collection/tests/workflow-steps/workflow-steps.e2e.js +33 -0
  1328. package/dist/collection/tests/workflow-steps/workflow-steps.e2e.js.map +1 -0
  1329. package/dist/esm/_commonjsHelpers-e557d4a5.js +13 -0
  1330. package/dist/esm/_commonjsHelpers-e557d4a5.js.map +1 -0
  1331. package/dist/esm/a11y-d5444a76.js +142 -0
  1332. package/dist/esm/a11y-d5444a76.js.map +1 -0
  1333. package/dist/esm/animation-4a73b1c3.js +19 -0
  1334. package/dist/esm/animation-4a73b1c3.js.map +1 -0
  1335. package/dist/esm/anime.es-a5520566.js +1311 -0
  1336. package/dist/esm/anime.es-a5520566.js.map +1 -0
  1337. package/dist/esm/app-globals-bdfc5499.js +29 -0
  1338. package/dist/esm/app-globals-bdfc5499.js.map +1 -0
  1339. package/dist/esm/base-button-37b915d6.js +47 -0
  1340. package/dist/esm/base-button-37b915d6.js.map +1 -0
  1341. package/dist/esm/base-icon-button-976ef0f6.js +18 -0
  1342. package/dist/esm/base-icon-button-976ef0f6.js.map +1 -0
  1343. package/dist/esm/breakpoints-d5c2f627.js +25 -0
  1344. package/dist/esm/breakpoints-d5c2f627.js.map +1 -0
  1345. package/dist/esm/context-c9078420.js +101 -0
  1346. package/dist/esm/context-c9078420.js.map +1 -0
  1347. package/dist/esm/core-js-1c33b685.js +24 -0
  1348. package/dist/esm/core-js-1c33b685.js.map +1 -0
  1349. package/dist/esm/default-tree-item-25091766.js +22 -0
  1350. package/dist/esm/default-tree-item-25091766.js.map +1 -0
  1351. package/dist/esm/dom-64ac48b5.js +72 -0
  1352. package/dist/esm/dom-64ac48b5.js.map +1 -0
  1353. package/dist/esm/flip-tile-state-76dd224a.js +21 -0
  1354. package/dist/esm/flip-tile-state-76dd224a.js.map +1 -0
  1355. package/dist/esm/floating-ui.dom.esm-6e7c098f.js +1528 -0
  1356. package/dist/esm/floating-ui.dom.esm-6e7c098f.js.map +1 -0
  1357. package/dist/esm/index-76b9c8de.js +28 -0
  1358. package/dist/esm/index-76b9c8de.js.map +1 -0
  1359. package/dist/esm/index-f18c5ad1.js +2656 -0
  1360. package/dist/esm/index-f18c5ad1.js.map +1 -0
  1361. package/dist/esm/index.es2017-45304832.js +1479 -0
  1362. package/dist/esm/index.es2017-45304832.js.map +1 -0
  1363. package/dist/esm/index.js +93 -0
  1364. package/dist/esm/index.js.map +1 -0
  1365. package/dist/esm/ix-action-card.entry.js +32 -0
  1366. package/dist/esm/ix-action-card.entry.js.map +1 -0
  1367. package/dist/esm/ix-application-header.entry.js +108 -0
  1368. package/dist/esm/ix-application-header.entry.js.map +1 -0
  1369. package/dist/esm/ix-application-sidebar.entry.js +44 -0
  1370. package/dist/esm/ix-application-sidebar.entry.js.map +1 -0
  1371. package/dist/esm/ix-application-switch-modal.entry.js +57 -0
  1372. package/dist/esm/ix-application-switch-modal.entry.js.map +1 -0
  1373. package/dist/esm/ix-application.entry.js +111 -0
  1374. package/dist/esm/ix-application.entry.js.map +1 -0
  1375. package/dist/esm/ix-avatar_2.entry.js +78 -0
  1376. package/dist/esm/ix-avatar_2.entry.js.map +1 -0
  1377. package/dist/esm/ix-basic-navigation.entry.js +88 -0
  1378. package/dist/esm/ix-basic-navigation.entry.js.map +1 -0
  1379. package/dist/esm/ix-blind.entry.js +94 -0
  1380. package/dist/esm/ix-blind.entry.js.map +1 -0
  1381. package/dist/esm/ix-breadcrumb-item.entry.js +72 -0
  1382. package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
  1383. package/dist/esm/ix-breadcrumb.entry.js +104 -0
  1384. package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
  1385. package/dist/esm/ix-button.entry.js +61 -0
  1386. package/dist/esm/ix-button.entry.js.map +1 -0
  1387. package/dist/esm/ix-card-accordion_2.entry.js +79 -0
  1388. package/dist/esm/ix-card-accordion_2.entry.js.map +1 -0
  1389. package/dist/esm/ix-card-list.entry.js +162 -0
  1390. package/dist/esm/ix-card-list.entry.js.map +1 -0
  1391. package/dist/esm/ix-card_2.entry.js +37 -0
  1392. package/dist/esm/ix-card_2.entry.js.map +1 -0
  1393. package/dist/esm/ix-category-filter.entry.js +406 -0
  1394. package/dist/esm/ix-category-filter.entry.js.map +1 -0
  1395. package/dist/esm/ix-chip.entry.js +67 -0
  1396. package/dist/esm/ix-chip.entry.js.map +1 -0
  1397. package/dist/esm/ix-col_4.entry.js +577 -0
  1398. package/dist/esm/ix-col_4.entry.js.map +1 -0
  1399. package/dist/esm/ix-content-header.entry.js +23 -0
  1400. package/dist/esm/ix-content-header.entry.js.map +1 -0
  1401. package/dist/esm/ix-content.entry.js +29 -0
  1402. package/dist/esm/ix-content.entry.js.map +1 -0
  1403. package/dist/esm/ix-css-grid-item.entry.js +21 -0
  1404. package/dist/esm/ix-css-grid-item.entry.js.map +1 -0
  1405. package/dist/esm/ix-css-grid.entry.js +93 -0
  1406. package/dist/esm/ix-css-grid.entry.js.map +1 -0
  1407. package/dist/esm/ix-date-dropdown.entry.js +153 -0
  1408. package/dist/esm/ix-date-dropdown.entry.js.map +1 -0
  1409. package/dist/esm/ix-date-time-card.entry.js +32 -0
  1410. package/dist/esm/ix-date-time-card.entry.js.map +1 -0
  1411. package/dist/esm/ix-datetime-picker.entry.js +63 -0
  1412. package/dist/esm/ix-datetime-picker.entry.js.map +1 -0
  1413. package/dist/esm/ix-divider.entry.js +18 -0
  1414. package/dist/esm/ix-divider.entry.js.map +1 -0
  1415. package/dist/esm/ix-drawer.entry.js +108 -0
  1416. package/dist/esm/ix-drawer.entry.js.map +1 -0
  1417. package/dist/esm/ix-dropdown-button.entry.js +43 -0
  1418. package/dist/esm/ix-dropdown-button.entry.js.map +1 -0
  1419. package/dist/esm/ix-dropdown-header.entry.js +19 -0
  1420. package/dist/esm/ix-dropdown-header.entry.js.map +1 -0
  1421. package/dist/esm/ix-dropdown-item.entry.js +50 -0
  1422. package/dist/esm/ix-dropdown-item.entry.js.map +1 -0
  1423. package/dist/esm/ix-dropdown-quick-actions.entry.js +18 -0
  1424. package/dist/esm/ix-dropdown-quick-actions.entry.js.map +1 -0
  1425. package/dist/esm/ix-dropdown.entry.js +410 -0
  1426. package/dist/esm/ix-dropdown.entry.js.map +1 -0
  1427. package/dist/esm/ix-empty-state.entry.js +24 -0
  1428. package/dist/esm/ix-empty-state.entry.js.map +1 -0
  1429. package/dist/esm/ix-event-list-item.entry.js +45 -0
  1430. package/dist/esm/ix-event-list-item.entry.js.map +1 -0
  1431. package/dist/esm/ix-event-list.entry.js +121 -0
  1432. package/dist/esm/ix-event-list.entry.js.map +1 -0
  1433. package/dist/esm/ix-expanding-search.entry.js +82 -0
  1434. package/dist/esm/ix-expanding-search.entry.js.map +1 -0
  1435. package/dist/esm/ix-filter-chip_2.entry.js +88 -0
  1436. package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
  1437. package/dist/esm/ix-flip-tile-content.entry.js +19 -0
  1438. package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
  1439. package/dist/esm/ix-flip-tile.entry.js +86 -0
  1440. package/dist/esm/ix-flip-tile.entry.js.map +1 -0
  1441. package/dist/esm/ix-form-field.entry.js +24 -0
  1442. package/dist/esm/ix-form-field.entry.js.map +1 -0
  1443. package/dist/esm/ix-group-context-menu_2.entry.js +76 -0
  1444. package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
  1445. package/dist/esm/ix-group.entry.js +125 -0
  1446. package/dist/esm/ix-group.entry.js.map +1 -0
  1447. package/dist/esm/ix-icon-button_2.entry.js +103 -0
  1448. package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
  1449. package/dist/esm/ix-icon-toggle-button.entry.js +85 -0
  1450. package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -0
  1451. package/dist/esm/ix-icon.entry-9fafcf35.js +1485 -0
  1452. package/dist/esm/ix-icon.entry-9fafcf35.js.map +1 -0
  1453. package/dist/esm/ix-input-group.entry.js +132 -0
  1454. package/dist/esm/ix-input-group.entry.js.map +1 -0
  1455. package/dist/esm/ix-key-value-list.entry.js +19 -0
  1456. package/dist/esm/ix-key-value-list.entry.js.map +1 -0
  1457. package/dist/esm/ix-key-value.entry.js +25 -0
  1458. package/dist/esm/ix-key-value.entry.js.map +1 -0
  1459. package/dist/esm/ix-kpi.entry.js +46 -0
  1460. package/dist/esm/ix-kpi.entry.js.map +1 -0
  1461. package/dist/esm/ix-link-button.entry.js +27 -0
  1462. package/dist/esm/ix-link-button.entry.js.map +1 -0
  1463. package/dist/esm/ix-map-navigation-overlay.entry.js +61 -0
  1464. package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
  1465. package/dist/esm/ix-map-navigation.entry.js +171 -0
  1466. package/dist/esm/ix-map-navigation.entry.js.map +1 -0
  1467. package/dist/esm/ix-menu-about-item.entry.js +30 -0
  1468. package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
  1469. package/dist/esm/ix-menu-about-news.entry.js +35 -0
  1470. package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
  1471. package/dist/esm/ix-menu-about.entry.js +37 -0
  1472. package/dist/esm/ix-menu-about.entry.js.map +1 -0
  1473. package/dist/esm/ix-menu-avatar.entry.js +41 -0
  1474. package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
  1475. package/dist/esm/ix-menu-category.entry.js +201 -0
  1476. package/dist/esm/ix-menu-category.entry.js.map +1 -0
  1477. package/dist/esm/ix-menu-expand-icon.entry.js +44 -0
  1478. package/dist/esm/ix-menu-expand-icon.entry.js.map +1 -0
  1479. package/dist/esm/ix-menu-item.entry.js +107 -0
  1480. package/dist/esm/ix-menu-item.entry.js.map +1 -0
  1481. package/dist/esm/ix-menu-settings-item.entry.js +30 -0
  1482. package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
  1483. package/dist/esm/ix-menu-settings.entry.js +4 -0
  1484. package/dist/esm/ix-menu-settings.entry.js.map +1 -0
  1485. package/dist/esm/ix-menu.entry.js +449 -0
  1486. package/dist/esm/ix-menu.entry.js.map +1 -0
  1487. package/dist/esm/ix-message-bar.entry.js +53 -0
  1488. package/dist/esm/ix-message-bar.entry.js.map +1 -0
  1489. package/dist/esm/ix-modal-content_2.entry.js +61 -0
  1490. package/dist/esm/ix-modal-content_2.entry.js.map +1 -0
  1491. package/dist/esm/ix-modal-example.entry.js +24 -0
  1492. package/dist/esm/ix-modal-example.entry.js.map +1 -0
  1493. package/dist/esm/ix-modal-footer.entry.js +18 -0
  1494. package/dist/esm/ix-modal-footer.entry.js.map +1 -0
  1495. package/dist/esm/ix-modal-loading.entry.js +18 -0
  1496. package/dist/esm/ix-modal-loading.entry.js.map +1 -0
  1497. package/dist/esm/ix-modal.entry.js +188 -0
  1498. package/dist/esm/ix-modal.entry.js.map +1 -0
  1499. package/dist/esm/ix-pagination.entry.js +137 -0
  1500. package/dist/esm/ix-pagination.entry.js.map +1 -0
  1501. package/dist/esm/ix-pane-layout.entry.js +271 -0
  1502. package/dist/esm/ix-pane-layout.entry.js.map +1 -0
  1503. package/dist/esm/ix-pane.entry.js +471 -0
  1504. package/dist/esm/ix-pane.entry.js.map +1 -0
  1505. package/dist/esm/ix-pill.entry.js +57 -0
  1506. package/dist/esm/ix-pill.entry.js.map +1 -0
  1507. package/dist/esm/ix-playground-internal.entry.js +18 -0
  1508. package/dist/esm/ix-playground-internal.entry.js.map +1 -0
  1509. package/dist/esm/ix-push-card.entry.js +28 -0
  1510. package/dist/esm/ix-push-card.entry.js.map +1 -0
  1511. package/dist/esm/ix-select.entry.js +369 -0
  1512. package/dist/esm/ix-select.entry.js.map +1 -0
  1513. package/dist/esm/ix-slider.entry.js +170 -0
  1514. package/dist/esm/ix-slider.entry.js.map +1 -0
  1515. package/dist/esm/ix-split-button-item.entry.js +31 -0
  1516. package/dist/esm/ix-split-button-item.entry.js.map +1 -0
  1517. package/dist/esm/ix-split-button.entry.js +46 -0
  1518. package/dist/esm/ix-split-button.entry.js.map +1 -0
  1519. package/dist/esm/ix-tab-item_2.entry.js +294 -0
  1520. package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
  1521. package/dist/esm/ix-tile.entry.js +38 -0
  1522. package/dist/esm/ix-tile.entry.js.map +1 -0
  1523. package/dist/esm/ix-time-picker.entry.js +150 -0
  1524. package/dist/esm/ix-time-picker.entry.js.map +1 -0
  1525. package/dist/esm/ix-toast-container.entry.js +90 -0
  1526. package/dist/esm/ix-toast-container.entry.js.map +1 -0
  1527. package/dist/esm/ix-toast.entry.js +70 -0
  1528. package/dist/esm/ix-toast.entry.js.map +1 -0
  1529. package/dist/esm/ix-toggle-button.entry.js +74 -0
  1530. package/dist/esm/ix-toggle-button.entry.js.map +1 -0
  1531. package/dist/esm/ix-toggle.entry.js +37 -0
  1532. package/dist/esm/ix-toggle.entry.js.map +1 -0
  1533. package/dist/esm/ix-tooltip.entry.js +290 -0
  1534. package/dist/esm/ix-tooltip.entry.js.map +1 -0
  1535. package/dist/esm/ix-tree-item.entry.js +33 -0
  1536. package/dist/esm/ix-tree-item.entry.js.map +1 -0
  1537. package/dist/esm/ix-tree.entry.js +702 -0
  1538. package/dist/esm/ix-tree.entry.js.map +1 -0
  1539. package/dist/esm/ix-typography.entry.js +62 -0
  1540. package/dist/esm/ix-typography.entry.js.map +1 -0
  1541. package/dist/esm/ix-upload.entry.js +106 -0
  1542. package/dist/esm/ix-upload.entry.js.map +1 -0
  1543. package/dist/esm/ix-validation-tooltip.entry.js +149 -0
  1544. package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
  1545. package/dist/esm/ix-workflow-step.entry.js +95 -0
  1546. package/dist/esm/ix-workflow-step.entry.js.map +1 -0
  1547. package/dist/esm/ix-workflow-steps.entry.js +81 -0
  1548. package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
  1549. package/dist/esm/listener-b87c1f3d.js +75 -0
  1550. package/dist/esm/listener-b87c1f3d.js.map +1 -0
  1551. package/dist/esm/loader.js +13 -0
  1552. package/dist/esm/loader.js.map +1 -0
  1553. package/dist/esm/logical-filter-operator-f6701df5.js +36 -0
  1554. package/dist/esm/logical-filter-operator-f6701df5.js.map +1 -0
  1555. package/dist/esm/luxon-aa110584.js +8309 -0
  1556. package/dist/esm/luxon-aa110584.js.map +1 -0
  1557. package/dist/esm/make-ref-c80046bf.js +28 -0
  1558. package/dist/esm/make-ref-c80046bf.js.map +1 -0
  1559. package/dist/esm/menu-service-f974814b.js +78 -0
  1560. package/dist/esm/menu-service-f974814b.js.map +1 -0
  1561. package/dist/esm/menu-tabs-fc-c72e41b6.js +100 -0
  1562. package/dist/esm/menu-tabs-fc-c72e41b6.js.map +1 -0
  1563. package/dist/esm/modal-54740f80.js +244 -0
  1564. package/dist/esm/modal-54740f80.js.map +1 -0
  1565. package/dist/esm/mutation-observer-db8757e6.js +13 -0
  1566. package/dist/esm/mutation-observer-db8757e6.js.map +1 -0
  1567. package/dist/esm/polyfills/core-js.js +11 -0
  1568. package/dist/esm/polyfills/dom.js +79 -0
  1569. package/dist/esm/polyfills/es5-html-element.js +1 -0
  1570. package/dist/esm/polyfills/index.js +34 -0
  1571. package/dist/esm/polyfills/system.js +6 -0
  1572. package/dist/esm/rwd.util-d8e00a88.js +41 -0
  1573. package/dist/esm/rwd.util-d8e00a88.js.map +1 -0
  1574. package/dist/esm/service-02cc9011.js +99 -0
  1575. package/dist/esm/service-02cc9011.js.map +1 -0
  1576. package/dist/esm/shadow-dom-60e9243d.js +45 -0
  1577. package/dist/esm/shadow-dom-60e9243d.js.map +1 -0
  1578. package/dist/esm/siemens-ix.js +22 -0
  1579. package/dist/esm/siemens-ix.js.map +1 -0
  1580. package/dist/esm/theme-switcher-b10fb4da.js +123 -0
  1581. package/dist/esm/theme-switcher-b10fb4da.js.map +1 -0
  1582. package/dist/esm/typed-event-ad6484c5.js +46 -0
  1583. package/dist/esm/typed-event-ad6484c5.js.map +1 -0
  1584. package/dist/esm/upload-file-state-de676cd5.js +20 -0
  1585. package/dist/esm/upload-file-state-de676cd5.js.map +1 -0
  1586. package/dist/index.cjs.js +1 -0
  1587. package/dist/index.js +1 -0
  1588. package/dist/playwright-ct.config.js +23 -0
  1589. package/dist/playwright-ct.config.js.map +1 -0
  1590. package/dist/playwright.config.js +75 -0
  1591. package/dist/playwright.config.js.map +1 -0
  1592. package/dist/siemens-ix/index.esm.js +2 -0
  1593. package/dist/siemens-ix/index.esm.js.map +1 -0
  1594. package/dist/siemens-ix/p-01a8adf1.entry.js +2 -0
  1595. package/dist/siemens-ix/p-01a8adf1.entry.js.map +1 -0
  1596. package/dist/siemens-ix/p-021e1084.entry.js +2 -0
  1597. package/dist/siemens-ix/p-021e1084.entry.js.map +1 -0
  1598. package/dist/siemens-ix/p-04a362da.entry.js +2 -0
  1599. package/dist/siemens-ix/p-04a362da.entry.js.map +1 -0
  1600. package/dist/siemens-ix/p-080653aa.entry.js +2 -0
  1601. package/dist/siemens-ix/p-080653aa.entry.js.map +1 -0
  1602. package/dist/siemens-ix/p-08a5d45b.entry.js +2 -0
  1603. package/dist/siemens-ix/p-08a5d45b.entry.js.map +1 -0
  1604. package/dist/siemens-ix/p-08bedeaa.entry.js +2 -0
  1605. package/dist/siemens-ix/p-08bedeaa.entry.js.map +1 -0
  1606. package/dist/siemens-ix/p-0ca3528f.js +2 -0
  1607. package/dist/siemens-ix/p-0ca3528f.js.map +1 -0
  1608. package/dist/siemens-ix/p-0d268489.entry.js +2 -0
  1609. package/dist/siemens-ix/p-0d268489.entry.js.map +1 -0
  1610. package/dist/siemens-ix/p-10f86b92.entry.js +2 -0
  1611. package/dist/siemens-ix/p-10f86b92.entry.js.map +1 -0
  1612. package/dist/siemens-ix/p-1255e76b.entry.js +2 -0
  1613. package/dist/siemens-ix/p-1255e76b.entry.js.map +1 -0
  1614. package/dist/siemens-ix/p-1450ba99.entry.js +2 -0
  1615. package/dist/siemens-ix/p-1450ba99.entry.js.map +1 -0
  1616. package/dist/siemens-ix/p-16826ff7.js +2 -0
  1617. package/dist/siemens-ix/p-16826ff7.js.map +1 -0
  1618. package/dist/siemens-ix/p-16d378f3.js +2 -0
  1619. package/dist/siemens-ix/p-16d378f3.js.map +1 -0
  1620. package/dist/siemens-ix/p-177f9a5c.entry.js +2 -0
  1621. package/dist/siemens-ix/p-177f9a5c.entry.js.map +1 -0
  1622. package/dist/siemens-ix/p-1ad7fd83.entry.js +2 -0
  1623. package/dist/siemens-ix/p-1ad7fd83.entry.js.map +1 -0
  1624. package/dist/siemens-ix/p-1cc910b7.entry.js +2 -0
  1625. package/dist/siemens-ix/p-1cc910b7.entry.js.map +1 -0
  1626. package/dist/siemens-ix/p-1da901d5.js +2 -0
  1627. package/dist/siemens-ix/p-1da901d5.js.map +1 -0
  1628. package/dist/siemens-ix/p-23dd21b3.entry.js +2 -0
  1629. package/dist/siemens-ix/p-23dd21b3.entry.js.map +1 -0
  1630. package/dist/siemens-ix/p-25ee1b62.js +2 -0
  1631. package/dist/siemens-ix/p-25ee1b62.js.map +1 -0
  1632. package/dist/siemens-ix/p-2637665e.entry.js +2 -0
  1633. package/dist/siemens-ix/p-2637665e.entry.js.map +1 -0
  1634. package/dist/siemens-ix/p-26789c86.entry.js +2 -0
  1635. package/dist/siemens-ix/p-26789c86.entry.js.map +1 -0
  1636. package/dist/siemens-ix/p-26e9d40e.js +3 -0
  1637. package/dist/siemens-ix/p-26e9d40e.js.map +1 -0
  1638. package/dist/siemens-ix/p-2a9673f3.entry.js +2 -0
  1639. package/dist/siemens-ix/p-2a9673f3.entry.js.map +1 -0
  1640. package/dist/siemens-ix/p-2c6a35db.entry.js +2 -0
  1641. package/dist/siemens-ix/p-2c6a35db.entry.js.map +1 -0
  1642. package/dist/siemens-ix/p-2f4e6ac1.entry.js +2 -0
  1643. package/dist/siemens-ix/p-2f4e6ac1.entry.js.map +1 -0
  1644. package/dist/siemens-ix/p-30f449bc.entry.js +2 -0
  1645. package/dist/siemens-ix/p-30f449bc.entry.js.map +1 -0
  1646. package/dist/siemens-ix/p-31cc5367.entry.js +2 -0
  1647. package/dist/siemens-ix/p-31cc5367.entry.js.map +1 -0
  1648. package/dist/siemens-ix/p-32fa185a.entry.js +2 -0
  1649. package/dist/siemens-ix/p-32fa185a.entry.js.map +1 -0
  1650. package/dist/siemens-ix/p-330343e7.entry.js +2 -0
  1651. package/dist/siemens-ix/p-330343e7.entry.js.map +1 -0
  1652. package/dist/siemens-ix/p-33538474.entry.js +2 -0
  1653. package/dist/siemens-ix/p-33538474.entry.js.map +1 -0
  1654. package/dist/siemens-ix/p-33e903e1.entry.js +2 -0
  1655. package/dist/siemens-ix/p-33e903e1.entry.js.map +1 -0
  1656. package/dist/siemens-ix/p-360b158e.js +2 -0
  1657. package/dist/siemens-ix/p-360b158e.js.map +1 -0
  1658. package/dist/siemens-ix/p-37e4df76.entry.js +2 -0
  1659. package/dist/siemens-ix/p-37e4df76.entry.js.map +1 -0
  1660. package/dist/siemens-ix/p-3b8ff673.entry.js +2 -0
  1661. package/dist/siemens-ix/p-3b8ff673.entry.js.map +1 -0
  1662. package/dist/siemens-ix/p-3e4e3b23.entry.js +2 -0
  1663. package/dist/siemens-ix/p-3e4e3b23.entry.js.map +1 -0
  1664. package/dist/siemens-ix/p-45840cb9.js +2 -0
  1665. package/dist/siemens-ix/p-45840cb9.js.map +1 -0
  1666. package/dist/siemens-ix/p-46a6cd9d.js +2 -0
  1667. package/dist/siemens-ix/p-46a6cd9d.js.map +1 -0
  1668. package/dist/siemens-ix/p-47017ce7.entry.js +2 -0
  1669. package/dist/siemens-ix/p-47017ce7.entry.js.map +1 -0
  1670. package/dist/siemens-ix/p-4bbae41b.entry.js +2 -0
  1671. package/dist/siemens-ix/p-4bbae41b.entry.js.map +1 -0
  1672. package/dist/siemens-ix/p-4d57ca67.entry.js +2 -0
  1673. package/dist/siemens-ix/p-4d57ca67.entry.js.map +1 -0
  1674. package/dist/siemens-ix/p-4f8ac3bf.js +2 -0
  1675. package/dist/siemens-ix/p-4f8ac3bf.js.map +1 -0
  1676. package/dist/siemens-ix/p-52bb526e.entry.js +2 -0
  1677. package/dist/siemens-ix/p-52bb526e.entry.js.map +1 -0
  1678. package/dist/siemens-ix/p-5d43cae8.js +22 -0
  1679. package/dist/siemens-ix/p-5d43cae8.js.map +1 -0
  1680. package/dist/siemens-ix/p-5d582c48.entry.js +2 -0
  1681. package/dist/siemens-ix/p-5d582c48.entry.js.map +1 -0
  1682. package/dist/siemens-ix/p-64c3fa3d.js +2 -0
  1683. package/dist/siemens-ix/p-64c3fa3d.js.map +1 -0
  1684. package/dist/siemens-ix/p-68a274e7.js +2 -0
  1685. package/dist/siemens-ix/p-68a274e7.js.map +1 -0
  1686. package/dist/siemens-ix/p-6e1fdc40.entry.js +2 -0
  1687. package/dist/siemens-ix/p-6e1fdc40.entry.js.map +1 -0
  1688. package/dist/siemens-ix/p-6e6efb4c.js +2 -0
  1689. package/dist/siemens-ix/p-6e6efb4c.js.map +1 -0
  1690. package/dist/siemens-ix/p-6f056fc6.entry.js +2 -0
  1691. package/dist/siemens-ix/p-6f056fc6.entry.js.map +1 -0
  1692. package/dist/siemens-ix/p-6f097cae.entry.js +2 -0
  1693. package/dist/siemens-ix/p-6f097cae.entry.js.map +1 -0
  1694. package/dist/siemens-ix/p-702f9349.js +2 -0
  1695. package/dist/siemens-ix/p-702f9349.js.map +1 -0
  1696. package/dist/siemens-ix/p-71206084.js +2 -0
  1697. package/dist/siemens-ix/p-71206084.js.map +1 -0
  1698. package/dist/siemens-ix/p-712e0ee0.js +2 -0
  1699. package/dist/siemens-ix/p-712e0ee0.js.map +1 -0
  1700. package/dist/siemens-ix/p-7289b0be.entry.js +2 -0
  1701. package/dist/siemens-ix/p-7289b0be.entry.js.map +1 -0
  1702. package/dist/siemens-ix/p-75548c73.entry.js +2 -0
  1703. package/dist/siemens-ix/p-75548c73.entry.js.map +1 -0
  1704. package/dist/siemens-ix/p-7702a8c2.js +2 -0
  1705. package/dist/siemens-ix/p-7702a8c2.js.map +1 -0
  1706. package/dist/siemens-ix/p-7b5ed355.entry.js +2 -0
  1707. package/dist/siemens-ix/p-7b5ed355.entry.js.map +1 -0
  1708. package/dist/siemens-ix/p-7c1fd9a0.entry.js +2 -0
  1709. package/dist/siemens-ix/p-7c1fd9a0.entry.js.map +1 -0
  1710. package/dist/siemens-ix/p-7c36d3fa.js +2 -0
  1711. package/dist/siemens-ix/p-7c36d3fa.js.map +1 -0
  1712. package/dist/siemens-ix/p-84430d2c.js +2 -0
  1713. package/dist/siemens-ix/p-84430d2c.js.map +1 -0
  1714. package/dist/siemens-ix/p-84b3b311.entry.js +2 -0
  1715. package/dist/siemens-ix/p-84b3b311.entry.js.map +1 -0
  1716. package/dist/siemens-ix/p-87fe9d5f.entry.js +2 -0
  1717. package/dist/siemens-ix/p-87fe9d5f.entry.js.map +1 -0
  1718. package/dist/siemens-ix/p-890d74cd.entry.js +2 -0
  1719. package/dist/siemens-ix/p-890d74cd.entry.js.map +1 -0
  1720. package/dist/siemens-ix/p-8a06a632.entry.js +2 -0
  1721. package/dist/siemens-ix/p-8a06a632.entry.js.map +1 -0
  1722. package/dist/siemens-ix/p-8d156396.entry.js +2 -0
  1723. package/dist/siemens-ix/p-8d156396.entry.js.map +1 -0
  1724. package/dist/siemens-ix/p-902d1046.entry.js +2 -0
  1725. package/dist/siemens-ix/p-902d1046.entry.js.map +1 -0
  1726. package/dist/siemens-ix/p-96615442.entry.js +2 -0
  1727. package/dist/siemens-ix/p-96615442.entry.js.map +1 -0
  1728. package/dist/siemens-ix/p-96f2c71a.entry.js +2 -0
  1729. package/dist/siemens-ix/p-96f2c71a.entry.js.map +1 -0
  1730. package/dist/siemens-ix/p-9c03b231.entry.js +2 -0
  1731. package/dist/siemens-ix/p-9c03b231.entry.js.map +1 -0
  1732. package/dist/siemens-ix/p-9dc3e182.entry.js +2 -0
  1733. package/dist/siemens-ix/p-9dc3e182.entry.js.map +1 -0
  1734. package/dist/siemens-ix/p-9fcf9dcd.entry.js +2 -0
  1735. package/dist/siemens-ix/p-9fcf9dcd.entry.js.map +1 -0
  1736. package/dist/siemens-ix/p-9fd3ae7f.entry.js +2 -0
  1737. package/dist/siemens-ix/p-9fd3ae7f.entry.js.map +1 -0
  1738. package/dist/siemens-ix/p-a4e489ea.js +2 -0
  1739. package/dist/siemens-ix/p-a4e489ea.js.map +1 -0
  1740. package/dist/siemens-ix/p-a617e605.entry.js +2 -0
  1741. package/dist/siemens-ix/p-a617e605.entry.js.map +1 -0
  1742. package/dist/siemens-ix/p-a93df5f2.entry.js +2 -0
  1743. package/dist/siemens-ix/p-a93df5f2.entry.js.map +1 -0
  1744. package/dist/siemens-ix/p-ab446f83.entry.js +2 -0
  1745. package/dist/siemens-ix/p-ab446f83.entry.js.map +1 -0
  1746. package/dist/siemens-ix/p-acdeb192.entry.js +2 -0
  1747. package/dist/siemens-ix/p-acdeb192.entry.js.map +1 -0
  1748. package/dist/siemens-ix/p-af46164c.entry.js +2 -0
  1749. package/dist/siemens-ix/p-af46164c.entry.js.map +1 -0
  1750. package/dist/siemens-ix/p-b1ec7f32.entry.js +2 -0
  1751. package/dist/siemens-ix/p-b1ec7f32.entry.js.map +1 -0
  1752. package/dist/siemens-ix/p-b24beb48.entry.js +2 -0
  1753. package/dist/siemens-ix/p-b24beb48.entry.js.map +1 -0
  1754. package/dist/siemens-ix/p-b35a627a.entry.js +2 -0
  1755. package/dist/siemens-ix/p-b35a627a.entry.js.map +1 -0
  1756. package/dist/siemens-ix/p-b3f35666.js +2 -0
  1757. package/dist/siemens-ix/p-b3f35666.js.map +1 -0
  1758. package/dist/siemens-ix/p-b475f567.entry.js +2 -0
  1759. package/dist/siemens-ix/p-b475f567.entry.js.map +1 -0
  1760. package/dist/siemens-ix/p-b5c53faf.js +4 -0
  1761. package/dist/siemens-ix/p-b5c53faf.js.map +1 -0
  1762. package/dist/siemens-ix/p-b78fd38b.entry.js +2 -0
  1763. package/dist/siemens-ix/p-b78fd38b.entry.js.map +1 -0
  1764. package/dist/siemens-ix/p-b7a8f2d5.entry.js +2 -0
  1765. package/dist/siemens-ix/p-b7a8f2d5.entry.js.map +1 -0
  1766. package/dist/siemens-ix/p-b944d015.entry.js +2 -0
  1767. package/dist/siemens-ix/p-b944d015.entry.js.map +1 -0
  1768. package/dist/siemens-ix/p-c146af8e.js +2 -0
  1769. package/dist/siemens-ix/p-c146af8e.js.map +1 -0
  1770. package/dist/siemens-ix/p-c1bd5d78.entry.js +2 -0
  1771. package/dist/siemens-ix/p-c1bd5d78.entry.js.map +1 -0
  1772. package/dist/siemens-ix/p-c2f6aaae.entry.js +2 -0
  1773. package/dist/siemens-ix/p-c2f6aaae.entry.js.map +1 -0
  1774. package/dist/siemens-ix/p-c3939d35.entry.js +2 -0
  1775. package/dist/siemens-ix/p-c3939d35.entry.js.map +1 -0
  1776. package/dist/siemens-ix/p-c4749812.js +2 -0
  1777. package/dist/siemens-ix/p-c4749812.js.map +1 -0
  1778. package/dist/siemens-ix/p-c49701a0.entry.js +2 -0
  1779. package/dist/siemens-ix/p-c49701a0.entry.js.map +1 -0
  1780. package/dist/siemens-ix/p-c4d3f089.entry.js +2 -0
  1781. package/dist/siemens-ix/p-c4d3f089.entry.js.map +1 -0
  1782. package/dist/siemens-ix/p-c5762d6c.entry.js +2 -0
  1783. package/dist/siemens-ix/p-c5762d6c.entry.js.map +1 -0
  1784. package/dist/siemens-ix/p-c89a070a.entry.js +2 -0
  1785. package/dist/siemens-ix/p-c89a070a.entry.js.map +1 -0
  1786. package/dist/siemens-ix/p-c8e0563a.entry.js +2 -0
  1787. package/dist/siemens-ix/p-c8e0563a.entry.js.map +1 -0
  1788. package/dist/siemens-ix/p-ca658a19.entry.js +2 -0
  1789. package/dist/siemens-ix/p-ca658a19.entry.js.map +1 -0
  1790. package/dist/siemens-ix/p-ca838b5c.entry.js +2 -0
  1791. package/dist/siemens-ix/p-ca838b5c.entry.js.map +1 -0
  1792. package/dist/siemens-ix/p-cb1c0d63.entry.js +2 -0
  1793. package/dist/siemens-ix/p-cb1c0d63.entry.js.map +1 -0
  1794. package/dist/siemens-ix/p-ced10144.js +2 -0
  1795. package/dist/siemens-ix/p-ced10144.js.map +1 -0
  1796. package/dist/siemens-ix/p-d0cf522c.entry.js +2 -0
  1797. package/dist/siemens-ix/p-d0cf522c.entry.js.map +1 -0
  1798. package/dist/siemens-ix/p-d2ee87ae.entry.js +2 -0
  1799. package/dist/siemens-ix/p-d2ee87ae.entry.js.map +1 -0
  1800. package/dist/siemens-ix/p-d3f26126.entry.js +2 -0
  1801. package/dist/siemens-ix/p-d3f26126.entry.js.map +1 -0
  1802. package/dist/siemens-ix/p-d48a746d.entry.js +2 -0
  1803. package/dist/siemens-ix/p-d48a746d.entry.js.map +1 -0
  1804. package/dist/siemens-ix/p-d76ee9ff.entry.js +2 -0
  1805. package/dist/siemens-ix/p-d76ee9ff.entry.js.map +1 -0
  1806. package/dist/siemens-ix/p-d77fa665.entry.js +2 -0
  1807. package/dist/siemens-ix/p-d77fa665.entry.js.map +1 -0
  1808. package/dist/siemens-ix/p-d9370972.entry.js +2 -0
  1809. package/dist/siemens-ix/p-d9370972.entry.js.map +1 -0
  1810. package/dist/siemens-ix/p-d9d5389b.entry.js +2 -0
  1811. package/dist/siemens-ix/p-d9d5389b.entry.js.map +1 -0
  1812. package/dist/siemens-ix/p-dded1449.js +2 -0
  1813. package/dist/siemens-ix/p-dded1449.js.map +1 -0
  1814. package/dist/siemens-ix/p-e07d2623.js +2 -0
  1815. package/dist/siemens-ix/p-e07d2623.js.map +1 -0
  1816. package/dist/siemens-ix/p-e0cab820.entry.js +2 -0
  1817. package/dist/siemens-ix/p-e0cab820.entry.js.map +1 -0
  1818. package/dist/siemens-ix/p-e898862b.js +2 -0
  1819. package/dist/siemens-ix/p-e898862b.js.map +1 -0
  1820. package/dist/siemens-ix/p-ecd3b070.entry.js +2 -0
  1821. package/dist/siemens-ix/p-ecd3b070.entry.js.map +1 -0
  1822. package/dist/siemens-ix/p-ee20d08c.entry.js +2 -0
  1823. package/dist/siemens-ix/p-ee20d08c.entry.js.map +1 -0
  1824. package/dist/siemens-ix/p-ef0d5678.js +2 -0
  1825. package/dist/siemens-ix/p-ef0d5678.js.map +1 -0
  1826. package/dist/siemens-ix/p-effd2dcf.js +2 -0
  1827. package/dist/siemens-ix/p-effd2dcf.js.map +1 -0
  1828. package/dist/siemens-ix/p-f17e4cce.entry.js +2 -0
  1829. package/dist/siemens-ix/p-f17e4cce.entry.js.map +1 -0
  1830. package/dist/siemens-ix/p-f23e0121.entry.js +2 -0
  1831. package/dist/siemens-ix/p-f23e0121.entry.js.map +1 -0
  1832. package/dist/siemens-ix/p-f2856faf.entry.js +2 -0
  1833. package/dist/siemens-ix/p-f2856faf.entry.js.map +1 -0
  1834. package/dist/siemens-ix/p-f5e574da.js +2 -0
  1835. package/dist/siemens-ix/p-f5e574da.js.map +1 -0
  1836. package/dist/siemens-ix/p-f6635bfc.entry.js +2 -0
  1837. package/dist/siemens-ix/p-f6635bfc.entry.js.map +1 -0
  1838. package/dist/siemens-ix/p-f7e82b50.entry.js +2 -0
  1839. package/dist/siemens-ix/p-f7e82b50.entry.js.map +1 -0
  1840. package/dist/siemens-ix/siemens-ix-core.css +1 -0
  1841. package/dist/siemens-ix/siemens-ix.css +15354 -0
  1842. package/dist/siemens-ix/siemens-ix.esm.js +2 -0
  1843. package/dist/siemens-ix/siemens-ix.esm.js.map +1 -0
  1844. package/dist/siemens-ix/theme/classic-dark.css +1 -0
  1845. package/dist/siemens-ix/theme/classic-light.css +1 -0
  1846. package/dist/siemens-ix/theme/legacy-classic-dark.css +1 -0
  1847. package/dist/siemens-ix/theme/legacy-classic-light.css +1 -0
  1848. package/dist/types/Users/daniel/dev/oss/ix/packages/core/.stencil/playwright-ct.config.d.ts +7 -0
  1849. package/dist/types/Users/daniel/dev/oss/ix/packages/core/.stencil/playwright.config.d.ts +7 -0
  1850. package/dist/types/components/action-card/action-card.d.ts +29 -0
  1851. package/dist/types/components/application/application.d.ts +43 -0
  1852. package/dist/types/components/application-header/application-header.d.ts +32 -0
  1853. package/dist/types/components/application-header/application-switch-modal/application-switch-modal.d.ts +9 -0
  1854. package/dist/types/components/application-header/test/application-header.ct.d.ts +1 -0
  1855. package/dist/types/components/application-sidebar/application-sidebar.d.ts +7 -0
  1856. package/dist/types/components/application-sidebar/events.d.ts +4 -0
  1857. package/dist/types/components/avatar/avatar.d.ts +37 -0
  1858. package/dist/types/components/avatar/test/avatar.ct.d.ts +1 -0
  1859. package/dist/types/components/basic-navigation/basic-navigation.d.ts +32 -0
  1860. package/dist/types/components/blind/blind.d.ts +44 -0
  1861. package/dist/types/components/blind/test/blind.ct.d.ts +1 -0
  1862. package/dist/types/components/breadcrumb/breadcrumb.d.ts +49 -0
  1863. package/dist/types/components/breadcrumb/test/breadcrumb.ct.d.ts +1 -0
  1864. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +28 -0
  1865. package/dist/types/components/button/base-button.d.ts +39 -0
  1866. package/dist/types/components/button/button.d.ts +45 -0
  1867. package/dist/types/components/button/test/button.ct.d.ts +1 -0
  1868. package/dist/types/components/card/card.d.ts +16 -0
  1869. package/dist/types/components/card-accordion/card-accordion.d.ts +27 -0
  1870. package/dist/types/components/card-content/card-content.d.ts +6 -0
  1871. package/dist/types/components/card-list/card-list.d.ts +84 -0
  1872. package/dist/types/components/card-title/card-title.d.ts +8 -0
  1873. package/dist/types/components/category-filter/category-filter.d.ts +134 -0
  1874. package/dist/types/components/category-filter/filter-state.d.ts +9 -0
  1875. package/dist/types/components/category-filter/input-state.d.ts +6 -0
  1876. package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
  1877. package/dist/types/components/chip/chip.d.ts +50 -0
  1878. package/dist/types/components/col/col.d.ts +31 -0
  1879. package/dist/types/components/content/content.d.ts +10 -0
  1880. package/dist/types/components/content-header/content-header.d.ts +25 -0
  1881. package/dist/types/components/css-grid/builder.d.ts +1 -0
  1882. package/dist/types/components/css-grid/css-grid-item.d.ts +10 -0
  1883. package/dist/types/components/css-grid/css-grid.d.ts +18 -0
  1884. package/dist/types/components/date-dropdown/date-dropdown.d.ts +116 -0
  1885. package/dist/types/components/date-dropdown/test/date-dropdown.ct.d.ts +1 -0
  1886. package/dist/types/components/date-picker/date-picker.d.ts +179 -0
  1887. package/dist/types/components/date-picker/test/date-picker.ct.d.ts +1 -0
  1888. package/dist/types/components/date-time-card/date-time-card.d.ts +18 -0
  1889. package/dist/types/components/datetime-picker/datetime-picker.d.ts +150 -0
  1890. package/dist/types/components/datetime-picker/test/datetime-picker.ct.d.ts +1 -0
  1891. package/dist/types/components/divider/divider.d.ts +6 -0
  1892. package/dist/types/components/drawer/drawer.d.ts +50 -0
  1893. package/dist/types/components/drawer/test/drawer.ct.d.ts +1 -0
  1894. package/dist/types/components/dropdown/dropdown-controller.d.ts +43 -0
  1895. package/dist/types/components/dropdown/dropdown.d.ts +109 -0
  1896. package/dist/types/components/dropdown/placement.d.ts +7 -0
  1897. package/dist/types/components/dropdown/test/dropdown.ct.d.ts +1 -0
  1898. package/dist/types/components/dropdown-button/dropdown-button.d.ts +47 -0
  1899. package/dist/types/components/dropdown-header/dropdown-header.d.ts +10 -0
  1900. package/dist/types/components/dropdown-item/dropdown-item.d.ts +39 -0
  1901. package/dist/types/components/dropdown-quick-actions/dropdown-quick-actions.d.ts +6 -0
  1902. package/dist/types/components/empty-state/empty-state.d.ts +32 -0
  1903. package/dist/types/components/event-list/event-list.d.ts +33 -0
  1904. package/dist/types/components/event-list-item/event-list-item.d.ts +39 -0
  1905. package/dist/types/components/expanding-search/expanding-search.d.ts +36 -0
  1906. package/dist/types/components/expanding-search/test/expanding-search.ct.d.ts +1 -0
  1907. package/dist/types/components/filter-chip/filter-chip.d.ts +19 -0
  1908. package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
  1909. package/dist/types/components/flip-tile/flip-tile.d.ts +31 -0
  1910. package/dist/types/components/flip-tile/test/flip-tile.ct.d.ts +1 -0
  1911. package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +9 -0
  1912. package/dist/types/components/form-field/form-field.d.ts +10 -0
  1913. package/dist/types/components/grid/layout-grid.d.ts +18 -0
  1914. package/dist/types/components/group/group-context-menu.d.ts +8 -0
  1915. package/dist/types/components/group/group.d.ts +62 -0
  1916. package/dist/types/components/group-item/group-item.d.ts +39 -0
  1917. package/dist/types/components/icon-button/base-icon-button.d.ts +2 -0
  1918. package/dist/types/components/icon-button/icon-button.d.ts +70 -0
  1919. package/dist/types/components/icon-button/test/icon-button.ct.d.ts +1 -0
  1920. package/dist/types/components/icon-toggle-button/icon-toggle-button.d.ts +54 -0
  1921. package/dist/types/components/input-group/input-group.d.ts +18 -0
  1922. package/dist/types/components/input-group/tests/input-group.ct.d.ts +1 -0
  1923. package/dist/types/components/key-value/key-value.d.ts +25 -0
  1924. package/dist/types/components/key-value-list/key-value-list.d.ts +10 -0
  1925. package/dist/types/components/kpi/kpi.d.ts +25 -0
  1926. package/dist/types/components/link-button/link-button.d.ts +20 -0
  1927. package/dist/types/components/map-navigation/map-navigation.d.ts +62 -0
  1928. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +30 -0
  1929. package/dist/types/components/menu/menu-expand-icon.d.ts +18 -0
  1930. package/dist/types/components/menu/menu.d.ts +160 -0
  1931. package/dist/types/components/menu/test/menu.ct.d.ts +1 -0
  1932. package/dist/types/components/menu-about/menu-about.d.ts +26 -0
  1933. package/dist/types/components/menu-about-item/menu-about-item.d.ts +14 -0
  1934. package/dist/types/components/menu-about-news/menu-about-news.d.ts +36 -0
  1935. package/dist/types/components/menu-avatar/menu-avatar.d.ts +45 -0
  1936. package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +21 -0
  1937. package/dist/types/components/menu-avatar-item/test/menu-avatar-item.ct.d.ts +1 -0
  1938. package/dist/types/components/menu-category/enter-leave.d.ts +7 -0
  1939. package/dist/types/components/menu-category/menu-category.d.ts +45 -0
  1940. package/dist/types/components/menu-category/test/menu-category.ct.d.ts +1 -0
  1941. package/dist/types/components/menu-item/menu-item.d.ts +59 -0
  1942. package/dist/types/components/menu-item/test/menu-item.ct.d.ts +1 -0
  1943. package/dist/types/components/menu-settings/menu-settings.d.ts +26 -0
  1944. package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +14 -0
  1945. package/dist/types/components/message-bar/message-bar.d.ts +23 -0
  1946. package/dist/types/components/modal/modal.d.ts +77 -0
  1947. package/dist/types/components/modal/test/modal.ct.d.ts +6 -0
  1948. package/dist/types/components/modal-content/modal-content.d.ts +6 -0
  1949. package/dist/types/components/modal-footer/modal-footer.d.ts +6 -0
  1950. package/dist/types/components/modal-header/modal-header.d.ts +29 -0
  1951. package/dist/types/components/modal-loading/modal-loading.d.ts +6 -0
  1952. package/dist/types/components/pagination/pagination.d.ts +57 -0
  1953. package/dist/types/components/pagination/test/pagination.ct.d.ts +1 -0
  1954. package/dist/types/components/pane/pane.d.ts +131 -0
  1955. package/dist/types/components/pane/test/panes.ct.d.ts +1 -0
  1956. package/dist/types/components/pane-layout/pane-layout.d.ts +47 -0
  1957. package/dist/types/components/pane-layout/test/pane-layout.ct.d.ts +1 -0
  1958. package/dist/types/components/pill/pill.d.ts +34 -0
  1959. package/dist/types/components/playground/example-modal.d.ts +6 -0
  1960. package/dist/types/components/playground/playground.d.ts +4 -0
  1961. package/dist/types/components/push-card/push-card.d.ts +33 -0
  1962. package/dist/types/components/row/row.d.ts +6 -0
  1963. package/dist/types/components/select/select.d.ts +126 -0
  1964. package/dist/types/components/select/test/select.ct.d.ts +1 -0
  1965. package/dist/types/components/select-item/events.d.ts +9 -0
  1966. package/dist/types/components/select-item/select-item.d.ts +35 -0
  1967. package/dist/types/components/slider/slider.d.ts +70 -0
  1968. package/dist/types/components/slider/test/slider.ct.d.ts +1 -0
  1969. package/dist/types/components/spinner/spinner.d.ts +16 -0
  1970. package/dist/types/components/split-button/split-button.d.ts +49 -0
  1971. package/dist/types/components/split-button-item/split-button-item.d.ts +24 -0
  1972. package/dist/types/components/tab-item/tab-item.d.ts +46 -0
  1973. package/dist/types/components/tabs/tabs.d.ts +59 -0
  1974. package/dist/types/components/tabs/test/tabs.ct.d.ts +1 -0
  1975. package/dist/types/components/tile/tile.d.ts +12 -0
  1976. package/dist/types/components/time-picker/test/time-picker.ct.d.ts +1 -0
  1977. package/dist/types/components/time-picker/time-picker.d.ts +93 -0
  1978. package/dist/types/components/toast/toast-container.d.ts +27 -0
  1979. package/dist/types/components/toast/toast-utils.d.ts +22 -0
  1980. package/dist/types/components/toast/toast.d.ts +38 -0
  1981. package/dist/types/components/toggle/test/toggle.ct.d.ts +1 -0
  1982. package/dist/types/components/toggle/toggle.d.ts +38 -0
  1983. package/dist/types/components/toggle-button/toggle-button.d.ts +48 -0
  1984. package/dist/types/components/tooltip/test/tooltip.ct.d.ts +1 -0
  1985. package/dist/types/components/tooltip/tooltip-controller.d.ts +5 -0
  1986. package/dist/types/components/tooltip/tooltip.d.ts +64 -0
  1987. package/dist/types/components/tree/test/tree.ct.d.ts +1 -0
  1988. package/dist/types/components/tree/tree-model.d.ts +17 -0
  1989. package/dist/types/components/tree/tree.d.ts +61 -0
  1990. package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
  1991. package/dist/types/components/tree-item/tree-item.d.ts +25 -0
  1992. package/dist/types/components/typography/type-mapping.d.ts +2 -0
  1993. package/dist/types/components/typography/typography.d.ts +45 -0
  1994. package/dist/types/components/upload/upload-file-state.d.ts +6 -0
  1995. package/dist/types/components/upload/upload.d.ts +70 -0
  1996. package/dist/types/components/utils/a11y.d.ts +9 -0
  1997. package/dist/types/components/utils/animation.d.ts +7 -0
  1998. package/dist/types/components/utils/app-switch/index.d.ts +2 -0
  1999. package/dist/types/components/utils/application-layout/context.d.ts +21 -0
  2000. package/dist/types/components/utils/application-layout/index.d.ts +1 -0
  2001. package/dist/types/components/utils/application-layout/service.d.ts +17 -0
  2002. package/dist/types/components/utils/breakpoints.d.ts +8 -0
  2003. package/dist/types/components/utils/condition-checks.d.ts +2 -0
  2004. package/dist/types/components/utils/context.d.ts +57 -0
  2005. package/dist/types/components/utils/debounce.d.ts +3 -0
  2006. package/dist/types/components/utils/delegate.d.ts +15 -0
  2007. package/dist/types/components/utils/internal/component.d.ts +4 -0
  2008. package/dist/types/components/utils/internal/index.d.ts +1 -0
  2009. package/dist/types/components/utils/listener.d.ts +11 -0
  2010. package/dist/types/components/utils/make-ref.d.ts +6 -0
  2011. package/dist/types/components/utils/menu-service/menu-service.d.ts +14 -0
  2012. package/dist/types/components/utils/menu-tabs/menu-tabs-fc.d.ts +8 -0
  2013. package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +13 -0
  2014. package/dist/types/components/utils/modal/index.d.ts +3 -0
  2015. package/dist/types/components/utils/modal/loading.d.ts +4 -0
  2016. package/dist/types/components/utils/modal/message.d.ts +41 -0
  2017. package/dist/types/components/utils/modal/modal.d.ts +25 -0
  2018. package/dist/types/components/utils/mutation-observer.d.ts +1 -0
  2019. package/dist/types/components/utils/notification-color.d.ts +4 -0
  2020. package/dist/types/components/utils/overlay.d.ts +16 -0
  2021. package/dist/types/components/utils/requestAnimationFrame.d.ts +7 -0
  2022. package/dist/types/components/utils/rwd.util.d.ts +2 -0
  2023. package/dist/types/components/utils/shadow-dom.d.ts +5 -0
  2024. package/dist/types/components/utils/theme-switcher.d.ts +26 -0
  2025. package/dist/types/components/utils/typed-event.d.ts +15 -0
  2026. package/dist/types/components/utils/waitForElement.d.ts +1 -0
  2027. package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +45 -0
  2028. package/dist/types/components/workflow-step/workflow-step.d.ts +42 -0
  2029. package/dist/types/components/workflow-steps/test/workflow-steps.ct.d.ts +1 -0
  2030. package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
  2031. package/dist/types/components.d.ts +6936 -0
  2032. package/dist/types/index.d.ts +13 -0
  2033. package/dist/types/interfaces.d.ts +27 -0
  2034. package/dist/types/setup.d.ts +1 -0
  2035. package/dist/types/stencil-public-runtime.d.ts +1681 -0
  2036. package/dist/types/tests/utils/test/index.d.ts +15 -0
  2037. package/dist/types/tests/utils/test/page.d.ts +8 -0
  2038. package/loader/cdn.js +3 -0
  2039. package/loader/index.cjs.js +3 -0
  2040. package/loader/index.d.ts +21 -0
  2041. package/loader/index.es2017.js +3 -0
  2042. package/loader/index.js +4 -0
  2043. package/loader/package.json +11 -0
  2044. package/package.json +100 -0
  2045. package/scss/_common-variables.scss +60 -0
  2046. package/scss/_core.scss +59 -0
  2047. package/scss/_z-index.scss +17 -0
  2048. package/scss/components/_checkboxes.scss +197 -0
  2049. package/scss/components/_fonts.scss +131 -0
  2050. package/scss/components/_input-group.scss +34 -0
  2051. package/scss/components/_links.scss +55 -0
  2052. package/scss/components/_radiobuttons.scss +155 -0
  2053. package/scss/components/_shadows.scss +23 -0
  2054. package/scss/components/_table.scss +27 -0
  2055. package/scss/components/form/_input.scss +178 -0
  2056. package/scss/ix-core.scss +11 -0
  2057. package/scss/ix.scss +23 -0
  2058. package/scss/legacy/_fonts.scss +70 -0
  2059. package/scss/legacy/components/_button-group.scss +26 -0
  2060. package/scss/legacy/components/_buttons.scss +181 -0
  2061. package/scss/legacy/components/_dropdown.scss +170 -0
  2062. package/scss/legacy/components/_forms.scss +154 -0
  2063. package/scss/legacy/components/_modal.scss +41 -0
  2064. package/scss/legacy/mixins/_fonts.scss +166 -0
  2065. package/scss/mixins/_animations.scss +30 -0
  2066. package/scss/mixins/_break-points.scss +49 -0
  2067. package/scss/mixins/_fonts.scss +210 -0
  2068. package/scss/mixins/_hover.scss +92 -0
  2069. package/scss/mixins/_scrollbar.scss +44 -0
  2070. package/scss/mixins/_shadows.scss +12 -0
  2071. package/scss/mixins/_text-truncation.scss +14 -0
  2072. package/scss/mixins/shadow-dom/_component.scss +19 -0
  2073. package/scss/mixins/shadow-dom/_host-disabled.scss +15 -0
  2074. package/scss/mixins/shadow-dom/_hover.scss +45 -0
  2075. package/scss/theme/classic-dark/_border.scss +35 -0
  2076. package/scss/theme/classic-dark/_borderRadius.scss +24 -0
  2077. package/scss/theme/classic-dark/_borderWidth.scss +18 -0
  2078. package/scss/theme/classic-dark/_boxShadow.scss +19 -0
  2079. package/scss/theme/classic-dark/_color.scss +867 -0
  2080. package/scss/theme/classic-dark/_fontFamilies.scss +9 -0
  2081. package/scss/theme/classic-dark/_fontSizes.scss +24 -0
  2082. package/scss/theme/classic-dark/_fontWeights.scss +10 -0
  2083. package/scss/theme/classic-dark/_index.scss +23 -0
  2084. package/scss/theme/classic-dark/_letterSpacing.scss +13 -0
  2085. package/scss/theme/classic-dark/_lineHeights.scss +21 -0
  2086. package/scss/theme/classic-dark/_other.scss +16 -0
  2087. package/scss/theme/classic-dark/_sizing.scss +28 -0
  2088. package/scss/theme/classic-dark/_spacing.scss +21 -0
  2089. package/scss/theme/classic-dark/_typography.scss +46 -0
  2090. package/scss/theme/classic-light/_border.scss +35 -0
  2091. package/scss/theme/classic-light/_borderRadius.scss +24 -0
  2092. package/scss/theme/classic-light/_borderWidth.scss +18 -0
  2093. package/scss/theme/classic-light/_boxShadow.scss +19 -0
  2094. package/scss/theme/classic-light/_color.scss +867 -0
  2095. package/scss/theme/classic-light/_fontFamilies.scss +9 -0
  2096. package/scss/theme/classic-light/_fontSizes.scss +24 -0
  2097. package/scss/theme/classic-light/_fontWeights.scss +10 -0
  2098. package/scss/theme/classic-light/_index.scss +23 -0
  2099. package/scss/theme/classic-light/_letterSpacing.scss +13 -0
  2100. package/scss/theme/classic-light/_lineHeights.scss +21 -0
  2101. package/scss/theme/classic-light/_other.scss +16 -0
  2102. package/scss/theme/classic-light/_sizing.scss +28 -0
  2103. package/scss/theme/classic-light/_spacing.scss +21 -0
  2104. package/scss/theme/classic-light/_typography.scss +46 -0
  2105. package/scss/theme/legacy-classic-dark/_border.scss +35 -0
  2106. package/scss/theme/legacy-classic-dark/_borderRadius.scss +24 -0
  2107. package/scss/theme/legacy-classic-dark/_borderWidth.scss +18 -0
  2108. package/scss/theme/legacy-classic-dark/_boxShadow.scss +19 -0
  2109. package/scss/theme/legacy-classic-dark/_color.scss +864 -0
  2110. package/scss/theme/legacy-classic-dark/_fontFamilies.scss +9 -0
  2111. package/scss/theme/legacy-classic-dark/_fontSizes.scss +24 -0
  2112. package/scss/theme/legacy-classic-dark/_fontWeights.scss +10 -0
  2113. package/scss/theme/legacy-classic-dark/_index.scss +23 -0
  2114. package/scss/theme/legacy-classic-dark/_letterSpacing.scss +13 -0
  2115. package/scss/theme/legacy-classic-dark/_lineHeights.scss +21 -0
  2116. package/scss/theme/legacy-classic-dark/_other.scss +16 -0
  2117. package/scss/theme/legacy-classic-dark/_sizing.scss +28 -0
  2118. package/scss/theme/legacy-classic-dark/_spacing.scss +21 -0
  2119. package/scss/theme/legacy-classic-dark/_typography.scss +46 -0
  2120. package/scss/theme/legacy-classic-light/_border.scss +35 -0
  2121. package/scss/theme/legacy-classic-light/_borderRadius.scss +24 -0
  2122. package/scss/theme/legacy-classic-light/_borderWidth.scss +18 -0
  2123. package/scss/theme/legacy-classic-light/_boxShadow.scss +19 -0
  2124. package/scss/theme/legacy-classic-light/_color.scss +864 -0
  2125. package/scss/theme/legacy-classic-light/_fontFamilies.scss +9 -0
  2126. package/scss/theme/legacy-classic-light/_fontSizes.scss +24 -0
  2127. package/scss/theme/legacy-classic-light/_fontWeights.scss +10 -0
  2128. package/scss/theme/legacy-classic-light/_index.scss +23 -0
  2129. package/scss/theme/legacy-classic-light/_letterSpacing.scss +13 -0
  2130. package/scss/theme/legacy-classic-light/_lineHeights.scss +21 -0
  2131. package/scss/theme/legacy-classic-light/_other.scss +16 -0
  2132. package/scss/theme/legacy-classic-light/_sizing.scss +28 -0
  2133. package/scss/theme/legacy-classic-light/_spacing.scss +21 -0
  2134. package/scss/theme/legacy-classic-light/_typography.scss +46 -0
@@ -0,0 +1,125 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-c6f0ac73.js');
6
+ const mutationObserver = require('./mutation-observer-babb20a5.js');
7
+ const rwd_util = require('./rwd.util-ee53cbd1.js');
8
+
9
+ const eventListCss = ":host{display:block;position:relative}: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 ul{list-style:none;padding:0;margin-top:0;margin-bottom:0}:host(.item-size-l){--event-list-item-height:6.5rem;--event-list-item-content-white-space:normal}:host(.compact){--event-list-item-border-radius:0;--event-list-item-margin-bottom:0}";
10
+ const IxEventListStyle0 = eventListCss;
11
+
12
+ const EventList = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ this.mutationObserver = mutationObserver.createMutationObserver(this.onMutation.bind(this));
16
+ this.itemHeight = 'S';
17
+ this.compact = false;
18
+ this.animated = true;
19
+ this.chevron = undefined;
20
+ }
21
+ watchChevron(chevron) {
22
+ this.handleChevron(chevron);
23
+ }
24
+ componentDidLoad() {
25
+ if (this.animated) {
26
+ this.triggerFadeIn();
27
+ }
28
+ if (!Number.isNaN(Number(this.itemHeight))) {
29
+ const height = rwd_util.convertToRemString(this.itemHeight);
30
+ this.hostElement
31
+ .querySelectorAll('ix-event-list-item')
32
+ .forEach((item) => {
33
+ this.setCustomHeight(item, height);
34
+ });
35
+ }
36
+ this.handleChevron(this.chevron);
37
+ this.mutationObserver.observe(this.hostElement, {
38
+ childList: true,
39
+ subtree: true,
40
+ });
41
+ }
42
+ onMutation(mutationRecords) {
43
+ this.triggerFadeOut().then(() => {
44
+ if (typeof this.itemHeight === 'number') {
45
+ const height = rwd_util.convertToRemString(this.itemHeight);
46
+ mutationRecords
47
+ .filter((mutation) => mutation.type === 'childList')
48
+ .forEach((mutation) => mutation.addedNodes.forEach((item) => {
49
+ const itemHtml = item;
50
+ this.setCustomHeight(itemHtml, height);
51
+ }));
52
+ }
53
+ this.handleChevron(this.chevron);
54
+ this.triggerFadeIn();
55
+ });
56
+ }
57
+ setCustomHeight(item, height) {
58
+ item.style.setProperty('--event-list-item-height', height);
59
+ }
60
+ triggerFadeOut() {
61
+ if (!this.animated) {
62
+ return Promise.resolve();
63
+ }
64
+ const keyframes = [
65
+ {
66
+ opacity: 1,
67
+ easing: 'ease-in',
68
+ },
69
+ { opacity: 0 },
70
+ ];
71
+ const listElement = this.hostElement.shadowRoot.querySelector('ul');
72
+ return listElement.animate(keyframes, {
73
+ duration: EventList.fadeOutDuration,
74
+ }).finished;
75
+ }
76
+ triggerFadeIn() {
77
+ if (!this.animated) {
78
+ return;
79
+ }
80
+ const listItems = this.hostElement.querySelectorAll('ix-event-list-item');
81
+ listItems.forEach((e, i) => {
82
+ const delay = i * 80;
83
+ const offset = delay / (delay + EventList.fadeInDuration);
84
+ const keyframes = [
85
+ { opacity: 0 },
86
+ { opacity: 0, easing: 'ease-out', offset },
87
+ { opacity: 1 },
88
+ ];
89
+ const options = {
90
+ duration: EventList.fadeInDuration + delay,
91
+ iterations: 1,
92
+ };
93
+ e.animate(keyframes, options);
94
+ });
95
+ }
96
+ handleChevron(chevron) {
97
+ const listItems = this.hostElement.querySelectorAll('ix-event-list-item');
98
+ listItems.forEach((e) => {
99
+ if (chevron) {
100
+ e.setAttribute('chevron', 'true');
101
+ }
102
+ else if (chevron !== undefined) {
103
+ e.removeAttribute('chevron');
104
+ }
105
+ });
106
+ }
107
+ render() {
108
+ return (index.h(index.Host, { key: '753ef5eaecb97380a454359d59397b163a75c70f', class: {
109
+ 'item-size-s': this.itemHeight === 'S',
110
+ 'item-size-l': this.itemHeight === 'L',
111
+ compact: this.compact,
112
+ } }, index.h("ul", { key: 'c4264b59d439dc2dae8ec3153aa04fe5ee04383c' }, index.h("slot", { key: '114837af21b63c7acec8eed2901aacc046608ab3' }))));
113
+ }
114
+ get hostElement() { return index.getElement(this); }
115
+ static get watchers() { return {
116
+ "chevron": ["watchChevron"]
117
+ }; }
118
+ };
119
+ EventList.fadeOutDuration = 50;
120
+ EventList.fadeInDuration = 150;
121
+ EventList.style = IxEventListStyle0;
122
+
123
+ exports.ix_event_list = EventList;
124
+
125
+ //# sourceMappingURL=ix-event-list.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ix-event-list.entry.cjs.js","mappings":";;;;;;;;AAAA,MAAM,YAAY,GAAG,y3BAAy3B,CAAC;AAC/4B,0BAAe,YAAY;;MCiBd,SAAS;;;QACH,qBAAgB,GAAGA,uCAAsB,CACxD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAC3B,CAAC;0BAauC,GAAG;uBAK1B,KAAK;wBAKJ,IAAI;;;IAQvB,YAAY,CAAC,OAA4B;QACvC,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;KAC7B;IAED,gBAAgB;QACd,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB,IAAI,CAAC,aAAa,EAAE,CAAC;SACtB;QAED,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,EAAE;YAC1C,MAAM,MAAM,GAAGC,2BAAkB,CAAC,IAAI,CAAC,UAAoB,CAAC,CAAC;YAC7D,IAAI,CAAC,WAAW;iBACb,gBAAgB,CAAC,oBAAoB,CAAC;iBACtC,OAAO,CAAC,CAAC,IAAI;gBACZ,IAAI,CAAC,eAAe,CAAC,IAAmB,EAAE,MAAM,CAAC,CAAC;aACnD,CAAC,CAAC;SACN;QAED,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAEjC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE;YAC9C,SAAS,EAAE,IAAI;YACf,OAAO,EAAE,IAAI;SACd,CAAC,CAAC;KACJ;IAEO,UAAU,CAAC,eAAsC;QACvD,IAAI,CAAC,cAAc,EAAE,CAAC,IAAI,CAAC;YACzB,IAAI,OAAO,IAAI,CAAC,UAAU,KAAK,QAAQ,EAAE;gBACvC,MAAM,MAAM,GAAGA,2BAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;gBAEnD,eAAe;qBACZ,MAAM,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,IAAI,KAAK,WAAW,CAAC;qBACnD,OAAO,CAAC,CAAC,QAAQ,KAChB,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,IAAI;oBAC/B,MAAM,QAAQ,GAAG,IAAmB,CAAC;oBAErC,IAAI,CAAC,eAAe,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;iBACxC,CAAC,CACH,CAAC;aACL;YAED,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YAEjC,IAAI,CAAC,aAAa,EAAE,CAAC;SACtB,CAAC,CAAC;KACJ;IAEO,eAAe,CAAC,IAAiB,EAAE,MAAc;QACvD,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,0BAA0B,EAAE,MAAM,CAAC,CAAC;KAC5D;IAEO,cAAc;QACpB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;YAClB,OAAO,OAAO,CAAC,OAAO,EAAE,CAAC;SAC1B;QAED,MAAM,SAAS,GAAG;YAChB;gBACE,OAAO,EAAE,CAAC;gBACV,MAAM,EAAE,SAAS;aAClB;YACD,EAAE,OAAO,EAAE,CAAC,EAAE;SACf,CAAC;QACF,MAAM,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;QACpE,OAAO,WAAW,CAAC,OAAO,CAAC,SAAS,EAAE;YACpC,QAAQ,EAAE,SAAS,CAAC,eAAe;SACpC,CAAC,CAAC,QAAQ,CAAC;KACb;IAEO,aAAa;QACnB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;YAClB,OAAO;SACR;QAED,MAAM,SAAS,GAAG,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;QAC1E,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;YACrB,MAAM,KAAK,GAAG,CAAC,GAAG,EAAE,CAAC;YACrB,MAAM,MAAM,GAAG,KAAK,IAAI,KAAK,GAAG,SAAS,CAAC,cAAc,CAAC,CAAC;YAC1D,MAAM,SAAS,GAAG;gBAChB,EAAE,OAAO,EAAE,CAAC,EAAE;gBACd,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE;gBAC1C,EAAE,OAAO,EAAE,CAAC,EAAE;aACf,CAAC;YACF,MAAM,OAAO,GAAG;gBACd,QAAQ,EAAE,SAAS,CAAC,cAAc,GAAG,KAAK;gBAC1C,UAAU,EAAE,CAAC;aACd,CAAC;YACF,CAAC,CAAC,OAAO,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;SAC/B,CAAC,CAAC;KACJ;IAEO,aAAa,CAAC,OAA4B;QAChD,MAAM,SAAS,GAAG,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;QAE1E,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC;YAClB,IAAI,OAAO,EAAE;gBACX,CAAC,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;aACnC;iBAAM,IAAI,OAAO,KAAK,SAAS,EAAE;gBAChC,CAAC,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;aAC9B;SACF,CAAC,CAAC;KACJ;IAED,MAAM;QACJ,QACEC,QAACC,UAAI,qDACH,KAAK,EAAE;gBACL,aAAa,EAAE,IAAI,CAAC,UAAU,KAAK,GAAG;gBACtC,aAAa,EAAE,IAAI,CAAC,UAAU,KAAK,GAAG;gBACtC,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,IAEDD,mEACEA,oEAAa,CACV,CACA,EACP;KACH;;;;;;AAnJuB,yBAAe,GAAG,EAAH,CAAM;AACrB,wBAAc,GAAG,GAAH,CAAO;;;;;","names":["createMutationObserver","convertToRemString","h","Host"],"sources":["src/components/event-list/event-list.scss?tag=ix-event-list&encapsulation=shadow","src/components/event-list/event-list.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 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n\n display: block;\n position: relative;\n\n ul {\n list-style: none;\n padding: 0;\n margin-top: 0;\n margin-bottom: 0;\n }\n}\n\n:host(.item-size-l) {\n --event-list-item-height: 6.5rem;\n --event-list-item-content-white-space: normal;\n}\n\n:host(.compact) {\n --event-list-item-border-radius: 0;\n --event-list-item-margin-bottom: 0;\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop, Watch } from '@stencil/core';\nimport { createMutationObserver } from '../utils/mutation-observer';\nimport { convertToRemString } from '../utils/rwd.util';\n\n@Component({\n tag: 'ix-event-list',\n styleUrl: 'event-list.scss',\n shadow: true,\n})\nexport class EventList {\n private readonly mutationObserver = createMutationObserver(\n this.onMutation.bind(this)\n );\n\n private static readonly fadeOutDuration = 50;\n private static readonly fadeInDuration = 150;\n\n @Element() hostElement!: HTMLIxEventListElement;\n\n /**\n * Determines the height of list items.\n * This can either be one of two predefined sizes ('S' or 'L') or an absolute pixel value.\n * In case a number is supplied it will get converted to rem internally.\n * Defaults to 'S'.\n */\n @Prop() itemHeight: 'S' | 'L' | number = 'S';\n\n /**\n * Make event-list items more compact\n */\n @Prop() compact = false;\n\n /**\n * Animate state change transitions. Defaults to 'true'.\n */\n @Prop() animated = true;\n\n /**\n * Display a chevron icon in list items. Defaults to 'false'\n */\n @Prop() chevron: boolean;\n\n @Watch('chevron')\n watchChevron(chevron: boolean | undefined) {\n this.handleChevron(chevron);\n }\n\n componentDidLoad() {\n if (this.animated) {\n this.triggerFadeIn();\n }\n\n if (!Number.isNaN(Number(this.itemHeight))) {\n const height = convertToRemString(this.itemHeight as number);\n this.hostElement\n .querySelectorAll('ix-event-list-item')\n .forEach((item) => {\n this.setCustomHeight(item as HTMLElement, height);\n });\n }\n\n this.handleChevron(this.chevron);\n\n this.mutationObserver.observe(this.hostElement, {\n childList: true,\n subtree: true,\n });\n }\n\n private onMutation(mutationRecords: Array<MutationRecord>) {\n this.triggerFadeOut().then(() => {\n if (typeof this.itemHeight === 'number') {\n const height = convertToRemString(this.itemHeight);\n\n mutationRecords\n .filter((mutation) => mutation.type === 'childList')\n .forEach((mutation) =>\n mutation.addedNodes.forEach((item) => {\n const itemHtml = item as HTMLElement;\n\n this.setCustomHeight(itemHtml, height);\n })\n );\n }\n\n this.handleChevron(this.chevron);\n\n this.triggerFadeIn();\n });\n }\n\n private setCustomHeight(item: HTMLElement, height: string) {\n item.style.setProperty('--event-list-item-height', height);\n }\n\n private triggerFadeOut(): Promise<any> {\n if (!this.animated) {\n return Promise.resolve();\n }\n\n const keyframes = [\n {\n opacity: 1,\n easing: 'ease-in',\n },\n { opacity: 0 },\n ];\n const listElement = this.hostElement.shadowRoot.querySelector('ul');\n return listElement.animate(keyframes, {\n duration: EventList.fadeOutDuration,\n }).finished;\n }\n\n private triggerFadeIn() {\n if (!this.animated) {\n return;\n }\n\n const listItems = this.hostElement.querySelectorAll('ix-event-list-item');\n listItems.forEach((e, i) => {\n const delay = i * 80;\n const offset = delay / (delay + EventList.fadeInDuration);\n const keyframes = [\n { opacity: 0 },\n { opacity: 0, easing: 'ease-out', offset },\n { opacity: 1 },\n ];\n const options = {\n duration: EventList.fadeInDuration + delay,\n iterations: 1,\n };\n e.animate(keyframes, options);\n });\n }\n\n private handleChevron(chevron: boolean | undefined): void {\n const listItems = this.hostElement.querySelectorAll('ix-event-list-item');\n\n listItems.forEach((e) => {\n if (chevron) {\n e.setAttribute('chevron', 'true');\n } else if (chevron !== undefined) {\n e.removeAttribute('chevron');\n }\n });\n }\n\n render() {\n return (\n <Host\n class={{\n 'item-size-s': this.itemHeight === 'S',\n 'item-size-l': this.itemHeight === 'L',\n compact: this.compact,\n }}\n >\n <ul>\n <slot></slot>\n </ul>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,86 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-c6f0ac73.js');
6
+
7
+ const expandingSearchCss = ".form-control,.form-control-plaintext{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text);color:var(--theme-input--color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:var(--theme-input--border-radius);height:2rem;min-height:2rem;min-width:2rem;background-color:var(--theme-input--background);border:solid 1px var(--theme-input--border-color);box-shadow:var(--theme-input--box-shadow);padding-inline-start:0.5rem;padding-inline-end:0.5rem}.form-control::-moz-placeholder,.form-control-plaintext::-moz-placeholder{color:var(--theme-input-hint--color)}.form-control::placeholder,.form-control-plaintext::placeholder{color:var(--theme-input-hint--color)}.form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled),.form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled){cursor:pointer}.form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled),.form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled){cursor:pointer}.form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover{background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover);cursor:auto}.form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,.form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover{background-color:var(--theme-input--background--hover);border-color:var(--theme-input--border-color--hover);cursor:auto}.form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible,.form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible{background-color:var(--theme-input--background--focus);border-color:var(--theme-input--border-color--focus);outline-offset:var(--theme-input--focus--outline-offset);box-shadow:var(--theme-input--box-shadow);outline:1px solid var(--theme-color-focus-bdr)}.form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible,.form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible{background-color:var(--theme-input--background--focus);border-color:var(--theme-input--border-color--focus);outline-offset:var(--theme-input--focus--outline-offset);box-shadow:var(--theme-input--box-shadow);outline:1px solid var(--theme-color-focus-bdr)}.form-control:focus-visible{color:var(--theme-input--color)}.form-control[type=number]{text-align:right}.form-control[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}.form-control.readonly,.form-control[readonly]{background:transparent !important;border-block-start:none !important;border-inline-start:none !important;border-inline-end:none !important;border-radius:0rem}.form-control:-moz-read-only{box-shadow:none !important;outline:none !important;border-color:var(--theme-input--border-color);cursor:default !important}.form-control:read-only,.form-control[readonly],.form-control[readOnly],.form-control.readonly{box-shadow:none !important;outline:none !important;border-color:var(--theme-input--border-color);cursor:default !important}.form-control:read-only::-moz-placeholder,.form-control[readonly]::-moz-placeholder,.form-control[readOnly]::-moz-placeholder,.form-control.readonly::-moz-placeholder{color:transparent}.form-control:-moz-read-only::placeholder{color:transparent}.form-control:read-only::placeholder,.form-control[readonly]::placeholder,.form-control[readOnly]::placeholder,.form-control.readonly::placeholder{color:transparent}.form-control:disabled,.form-control.disabled{background:transparent !important;border-block-start:none !important;border-inline-start:none !important;border-inline-end:none !important;border-radius:0rem;color:var(--theme-color-weak-text);border-color:var(--theme-input--border-color-bottom--disabled)}.form-control:disabled::-moz-placeholder,.form-control.disabled::-moz-placeholder{color:transparent}.form-control:disabled::placeholder,.form-control.disabled::placeholder{color:transparent}.form-control-plaintext{outline:0}.form-group{position:relative}.input-wrapper{display:flex;position:relative;align-items:center;flex-wrap:nowrap}.input-wrapper>.glyph{display:block;position:absolute;margin-inline-start:0.312rem;color:var(--theme-color-std-text)}.input-wrapper>input{padding-inline-start:2.2rem}select.form-control{padding:0 0.312rem}textarea.form-control{padding:0.375rem 0.5rem}input.disabled,input:disabled{color:var(--theme-input--color--disabled)}input:-moz-read-only{cursor:default}input:read-only,input.readonly{cursor:default}:host{display:inline-flex;width:auto;height:2rem;align-items:center;justify-content:space-between;position:relative;}: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 .input-container{transition:all var(--theme-medium-time) ease-in-out}:host input{box-shadow:var(--theme-input--box-shadow);cursor:auto !important;width:100%}:host .expanded{width:11.5625rem}:host .expanded.fullWidth{width:100%}:host .collapsed{width:1.5rem;border:none}:host .btn-search-icon{align-self:center;margin:auto;position:relative}:host .btn-search{display:flex;max-width:2rem;max-height:2rem;border-radius:var(--theme-input--border-radius);transition:all var(--theme-default-time) ease-in-out;z-index:1;align-items:center;position:relative;border:none}:host .btn-search:not(.disabled):not(:disabled){cursor:pointer}:host .btn-search:not(.disabled):not(:disabled):hover{border-color:transparent}:host .btn-search:not(.disabled):not(:disabled){cursor:pointer}:host .btn-search:not(.disabled):not(:disabled):active,:host .btn-search:not(.disabled):not(:disabled).active{border-color:transparent}:host .btn-search:not(.disabled):not(:disabled):focus-visible{outline:none}:host .btn-search:not(.disabled):not(:disabled):focus-visible{outline:var(--focus--border-color);outline-width:1px;outline-style:solid}:host .btn-search.btn-search--expanded{margin-left:0.25rem;pointer-events:none}:host .btn-search:active{width:2rem;height:2rem;border-radius:var(--theme-input--border-radius);border:var(--theme-std-bdr-1) !important}:host .input-container{display:flex;position:absolute;align-items:center;flex-wrap:nowrap}:host .btn-clear{position:absolute;border-radius:var(--theme-input--border-radius);right:0px;margin-right:0.25rem}:host .input{padding-left:2rem !important;padding-right:2.5rem !important}:host .opacity-before{opacity:0}:host .opacity-after{opacity:1}:host(.right-position){width:11.5625rem !important}:host(.right-position.fullWidth){width:100% !important}:host(.right-position.fullWidth) .fullWidth{width:100% !important}";
8
+ const IxExpandingSearchStyle0 = expandingSearchCss;
9
+
10
+ const ExpandingSearch = class {
11
+ expandInput() {
12
+ setTimeout(this.focusTextInput, 300);
13
+ this.expanded = true;
14
+ }
15
+ collapseInput() {
16
+ if (!this.isFieldChanged && this.expanded) {
17
+ this.expanded = false;
18
+ }
19
+ }
20
+ clearInput() {
21
+ this.value = '';
22
+ this.isFieldChanged = false;
23
+ }
24
+ onChange(e) {
25
+ this.value = e.target.value;
26
+ if (this.isFieldChanged && this.value === '') {
27
+ this.isFieldChanged = false;
28
+ }
29
+ else {
30
+ this.isFieldChanged = true;
31
+ }
32
+ this.valueChange.emit(this.value);
33
+ }
34
+ constructor(hostRef) {
35
+ index.registerInstance(this, hostRef);
36
+ this.valueChange = index.createEvent(this, "valueChange", 7);
37
+ this.icon = 'search';
38
+ this.placeholder = 'Enter text here';
39
+ this.value = '';
40
+ this.fullWidth = false;
41
+ this.isFieldChanged = false;
42
+ this.expanded = false;
43
+ this.hasFocus = false;
44
+ this.focusTextInput = this.focusTextInput.bind(this);
45
+ }
46
+ focusTextInput() {
47
+ var _a;
48
+ (_a = this.textInput) === null || _a === void 0 ? void 0 : _a.focus();
49
+ }
50
+ clearClicked() {
51
+ var _a;
52
+ this.clearInput();
53
+ (_a = this.textInput) === null || _a === void 0 ? void 0 : _a.focus();
54
+ this.valueChange.emit(this.value);
55
+ }
56
+ render() {
57
+ return (index.h(index.Host, { key: 'bcb1ca47c9ad17a20fd6f2fd02a8eef8739f9de2', class: {
58
+ expanded: this.expanded,
59
+ 'right-position': this.expanded,
60
+ fullWidth: this.fullWidth,
61
+ } }, index.h("ix-icon-button", { key: '14f9d42caca8c525b2d866fedde1a27e564793b3', size: this.expanded ? '16' : '24', icon: this.icon, ghost: true, variant: "primary", "data-testid": "button", onClick: () => this.expandInput(), tabindex: this.expanded ? -1 : 0, color: this.hasFocus ? 'input-search-icon--color--focus' : undefined, class: {
62
+ 'btn-search': true,
63
+ 'btn-search--expanded': this.expanded,
64
+ } }), index.h("div", { key: 'a1b5b7ed57ea1f3ccd1d728b86bbb686204dc4c3', class: {
65
+ expanded: this.expanded,
66
+ fullWidth: this.fullWidth,
67
+ collapsed: !this.expanded,
68
+ 'disable-pointer': !this.expanded,
69
+ 'input-container': true,
70
+ }, "data-testid": "input-wrapper" }, index.h("input", { key: 'b8d99d4076dfa798c23558ec366e02320b139c2b', class: {
71
+ 'form-control': true,
72
+ input: this.expanded,
73
+ 'disable-pointer': !this.expanded,
74
+ 'opacity-before': !this.expanded,
75
+ 'opacity-after': this.expanded,
76
+ }, ref: (el) => (this.textInput = el), "data-testid": "input", placeholder: this.placeholder, type: "text", value: this.value, onBlur: () => {
77
+ this.collapseInput();
78
+ this.hasFocus = false;
79
+ }, onFocus: () => (this.hasFocus = true), onInput: (e) => this.onChange(e), tabindex: this.expanded ? 0 : -1 }), this.isFieldChanged ? (index.h("ix-icon-button", { class: "btn-clear", icon: 'clear', ghost: true, size: "16", "data-testid": "clear-button", onClick: () => this.clearClicked() })) : null)));
80
+ }
81
+ };
82
+ ExpandingSearch.style = IxExpandingSearchStyle0;
83
+
84
+ exports.ix_expanding_search = ExpandingSearch;
85
+
86
+ //# sourceMappingURL=ix-expanding-search.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ix-expanding-search.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,kBAAkB,GAAG,8qPAA8qP,CAAC;AAC1sP,gCAAe,kBAAkB;;MCuBpB,eAAe;IA+BlB,WAAW;QACjB,UAAU,CAAC,IAAI,CAAC,cAAc,EAAE,GAAG,CAAC,CAAC;QACrC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;KACtB;IAEO,aAAa;QACnB,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,QAAQ,EAAE;YACzC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;SACvB;KACF;IAEO,UAAU;QAChB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;KAC7B;IAEO,QAAQ,CAAC,CAAa;QAC5B,IAAI,CAAC,KAAK,GAAI,CAAC,CAAC,MAA2B,CAAC,KAAK,CAAC;QAClD,IAAI,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,KAAK,KAAK,EAAE,EAAE;YAC5C,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;SAC7B;aAAM;YACL,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;SAC5B;QAED,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KACnC;IAID;;;oBAxDe,QAAQ;2BAKD,iBAAiB;qBAKN,EAAE;yBAMf,KAAK;8BAEC,KAAK;wBACX,KAAK;wBACL,KAAK;QAqCvB,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KACtD;IAEO,cAAc;;QACpB,MAAA,IAAI,CAAC,SAAS,0CAAE,KAAK,EAAE,CAAC;KACzB;IAEO,YAAY;;QAClB,IAAI,CAAC,UAAU,EAAE,CAAC;QAClB,MAAA,IAAI,CAAC,SAAS,0CAAE,KAAK,EAAE,CAAC;QACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KACnC;IAED,MAAM;QACJ,QACEA,QAACC,UAAI,qDACH,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,gBAAgB,EAAE,IAAI,CAAC,QAAQ;gBAC/B,SAAS,EAAE,IAAI,CAAC,SAAS;aAC1B,IAEDD,6EACE,IAAI,EAAE,IAAI,CAAC,QAAQ,GAAG,IAAI,GAAG,IAAI,EACjC,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,KAAK,QACL,OAAO,EAAC,SAAS,iBACL,QAAQ,EACpB,OAAO,EAAE,MAAM,IAAI,CAAC,WAAW,EAAE,EACjC,QAAQ,EAAE,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC,GAAG,CAAC,EAChC,KAAK,EAAE,IAAI,CAAC,QAAQ,GAAG,iCAAiC,GAAG,SAAS,EACpE,KAAK,EAAE;gBACL,YAAY,EAAE,IAAI;gBAClB,sBAAsB,EAAE,IAAI,CAAC,QAAQ;aACtC,GACe,EAElBA,kEACE,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI,CAAC,QAAQ;gBACvB,SAAS,EAAE,IAAI,CAAC,SAAS;gBACzB,SAAS,EAAE,CAAC,IAAI,CAAC,QAAQ;gBACzB,iBAAiB,EAAE,CAAC,IAAI,CAAC,QAAQ;gBACjC,iBAAiB,EAAE,IAAI;aACxB,iBACW,eAAe,IAE3BA,oEACE,KAAK,EAAE;gBACL,cAAc,EAAE,IAAI;gBACpB,KAAK,EAAE,IAAI,CAAC,QAAQ;gBACpB,iBAAiB,EAAE,CAAC,IAAI,CAAC,QAAQ;gBACjC,gBAAgB,EAAE,CAAC,IAAI,CAAC,QAAQ;gBAChC,eAAe,EAAE,IAAI,CAAC,QAAQ;aAC/B,EACD,GAAG,EAAE,CAAC,EAAE,MAAM,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC,iBACtB,OAAO,EACnB,WAAW,EAAE,IAAI,CAAC,WAAW,EAC7B,IAAI,EAAC,MAAM,EACX,KAAK,EAAE,IAAI,CAAC,KAAK,EACjB,MAAM,EAAE;gBACN,IAAI,CAAC,aAAa,EAAE,CAAC;gBACrB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;aACvB,EACD,OAAO,EAAE,OAAO,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,EACrC,OAAO,EAAE,CAAC,CAAa,KAAK,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,EAC5C,QAAQ,EAAE,IAAI,CAAC,QAAQ,GAAG,CAAC,GAAG,CAAC,CAAC,GAChC,EAED,IAAI,CAAC,cAAc,IAClBA,4BACE,KAAK,EAAC,WAAW,EACjB,IAAI,EAAE,OAAO,EACb,KAAK,EAAE,IAAI,EACX,IAAI,EAAC,IAAI,iBACG,cAAc,EAC1B,OAAO,EAAE,MAAM,IAAI,CAAC,YAAY,EAAE,GAClC,IACA,IAAI,CACJ,CACD,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/expanding-search/expanding-search.scss?tag=ix-expanding-search&encapsulation=shadow","src/components/expanding-search/expanding-search.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@import 'common-variables';\n@import 'legacy/components/forms';\n@import 'mixins/shadow-dom/component';\n@import 'mixins/hover';\n@import 'mixins/text-truncation';\n\n$container-width: 11.5625rem;\n\n:host {\n @include ix-component;\n\n display: inline-flex;\n width: auto;\n height: $x-large-space;\n align-items: center;\n justify-content: space-between;\n position: relative;\n\n .input-container {\n transition: all var(--theme-medium-time) ease-in-out;\n }\n\n input {\n box-shadow: var(--theme-input--box-shadow);\n cursor: auto !important;\n width: 100%;\n }\n\n .expanded {\n width: $container-width;\n\n &.fullWidth {\n width: 100%;\n }\n }\n\n .collapsed {\n width: $large-space;\n border: none;\n }\n\n /*collapsed view*/\n .btn-search-icon {\n align-self: center;\n margin: auto;\n position: relative;\n }\n\n .btn-search {\n display: flex;\n max-width: $x-large-space;\n max-height: $x-large-space;\n border-radius: var(--theme-input--border-radius);\n transition: all var(--theme-default-time) ease-in-out;\n z-index: 1;\n align-items: center;\n position: relative;\n border: none;\n\n @include hover {\n border-color: transparent;\n }\n\n @include active {\n border-color: transparent;\n }\n\n @include focus {\n outline: none;\n }\n\n @include focus-visible {\n outline: var(--focus--border-color);\n outline-width: 1px;\n outline-style: solid;\n }\n }\n\n .btn-search.btn-search--expanded {\n margin-left: 0.25rem;\n pointer-events: none;\n }\n\n .btn-search:active {\n width: $x-large-space;\n height: $x-large-space;\n border-radius: var(--theme-input--border-radius);\n border: var(--theme-std-bdr-1) !important;\n }\n\n /*expanded view*/\n .input-container {\n display: flex;\n position: absolute;\n align-items: center;\n flex-wrap: nowrap;\n }\n\n .btn-clear {\n position: absolute;\n border-radius: var(--theme-input--border-radius);\n right: 0px;\n margin-right: 0.25rem;\n }\n\n .input {\n padding-left: $x-large-space !important;\n padding-right: 2.5rem !important;\n }\n\n .opacity-before {\n opacity: 0;\n }\n\n .opacity-after {\n opacity: 1;\n }\n}\n\n:host(.right-position) {\n width: $container-width !important;\n}\n\n:host(.right-position.fullWidth) {\n width: 100% !important;\n\n .fullWidth {\n width: 100% !important;\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 Event,\n EventEmitter,\n h,\n Host,\n Prop,\n State,\n} from '@stencil/core';\n\n@Component({\n tag: 'ix-expanding-search',\n styleUrl: 'expanding-search.scss',\n shadow: true,\n})\nexport class ExpandingSearch {\n /**\n * Search icon\n */\n @Prop() icon = 'search';\n\n /**\n * Placeholder text\n */\n @Prop() placeholder = 'Enter text here';\n\n /**\n * Default value\n */\n @Prop({ mutable: true }) value = '';\n\n /**\n * If true the search field will fill all available horizontal space of it's parent container when expanded.\n * @since 1.6.0\n */\n @Prop() fullWidth = false;\n\n @State() isFieldChanged = false;\n @State() expanded = false;\n @State() hasFocus = false;\n\n /**\n * Value changed\n */\n @Event() valueChange: EventEmitter<string>;\n\n private expandInput() {\n setTimeout(this.focusTextInput, 300);\n this.expanded = true;\n }\n\n private collapseInput() {\n if (!this.isFieldChanged && this.expanded) {\n this.expanded = false;\n }\n }\n\n private clearInput() {\n this.value = '';\n this.isFieldChanged = false;\n }\n\n private onChange(e: InputEvent) {\n this.value = (e.target as HTMLInputElement).value;\n if (this.isFieldChanged && this.value === '') {\n this.isFieldChanged = false;\n } else {\n this.isFieldChanged = true;\n }\n\n this.valueChange.emit(this.value);\n }\n\n private textInput?: HTMLInputElement;\n\n constructor() {\n this.focusTextInput = this.focusTextInput.bind(this);\n }\n\n private focusTextInput() {\n this.textInput?.focus();\n }\n\n private clearClicked() {\n this.clearInput();\n this.textInput?.focus();\n this.valueChange.emit(this.value);\n }\n\n render() {\n return (\n <Host\n class={{\n expanded: this.expanded,\n 'right-position': this.expanded,\n fullWidth: this.fullWidth,\n }}\n >\n <ix-icon-button\n size={this.expanded ? '16' : '24'}\n icon={this.icon}\n ghost\n variant=\"primary\"\n data-testid=\"button\"\n onClick={() => this.expandInput()}\n tabindex={this.expanded ? -1 : 0}\n color={this.hasFocus ? 'input-search-icon--color--focus' : undefined}\n class={{\n 'btn-search': true,\n 'btn-search--expanded': this.expanded,\n }}\n ></ix-icon-button>\n\n <div\n class={{\n expanded: this.expanded,\n fullWidth: this.fullWidth,\n collapsed: !this.expanded,\n 'disable-pointer': !this.expanded,\n 'input-container': true,\n }}\n data-testid=\"input-wrapper\"\n >\n <input\n class={{\n 'form-control': true,\n input: this.expanded,\n 'disable-pointer': !this.expanded,\n 'opacity-before': !this.expanded,\n 'opacity-after': this.expanded,\n }}\n ref={(el) => (this.textInput = el)}\n data-testid=\"input\"\n placeholder={this.placeholder}\n type=\"text\"\n value={this.value}\n onBlur={() => {\n this.collapseInput();\n this.hasFocus = false;\n }}\n onFocus={() => (this.hasFocus = true)}\n onInput={(e: InputEvent) => this.onChange(e)}\n tabindex={this.expanded ? 0 : -1}\n />\n\n {this.isFieldChanged ? (\n <ix-icon-button\n class=\"btn-clear\"\n icon={'clear'}\n ghost={true}\n size=\"16\"\n data-testid=\"clear-button\"\n onClick={() => this.clearClicked()}\n />\n ) : null}\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,93 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-c6f0ac73.js');
6
+
7
+ const filterChipCss = ":host{display:inline-flex;align-items:center;justify-content:space-between;height:1.5rem;padding-left:0.5rem;border:var(--theme-focus--border-thickness) solid var(--theme-chip-primary-outline--border-color);border-radius:2rem;background-color:var(--theme-color-ghost);color:var(--theme-chip-primary-outline--color)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}: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 .slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .slot-container :host-context(.disabled){background-color:var(--theme-color-ghost);border-color:var(--theme-color-component-4);color:var(--theme-color-weak-text)}:host ix-icon-button{height:1.5rem;margin-left:0.25rem}:host ix-icon-button:not(.disabled):not(:disabled):focus-visible{outline:none}:host(.disabled){border:var(--theme-focus--border-thickness) solid var(--theme-color-component-4);color:var(--theme-color-weak-text);padding-right:0.5rem;cursor:default}:host(.readonly){padding-right:0.5rem}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:hover:not(.disabled):not(:disabled)){background-color:var(--theme-color-ghost-primary--hover);border-color:var(--theme-chip-primary-outline--border-color--hover);color:var(--theme-chip-primary-outline--color--hover)}:host(:not(.disabled):not(:disabled)){cursor:pointer}:host(:active:not(.disabled):not(:disabled)){background-color:var(--theme-color-ghost-primary--active);border-color:var(--theme-chip-primary-outline--border-color--active);color:var(--theme-chip-primary-outline--color--active)}:host(:focus-visible:not(.disabled):not(:disabled)){outline:var(--theme-color-focus-bdr) solid var(--theme-focus--border-thickness);outline-offset:-0.125rem}";
8
+ const IxFilterChipStyle0 = filterChipCss;
9
+
10
+ const FilterChip = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.closeClick = index.createEvent(this, "closeClick", 7);
14
+ this.disabled = false;
15
+ this.readonly = false;
16
+ }
17
+ onCloseClick(event) {
18
+ event.preventDefault();
19
+ event.stopPropagation();
20
+ this.closeClick.emit();
21
+ }
22
+ render() {
23
+ return (index.h(index.Host, { key: 'ab9555b6ab060074b79e61b6262821ce545e9e62', class: { disabled: this.disabled, readonly: this.readonly }, title: this.el.textContent }, index.h("div", { key: '889e241f3ea192f23452f499934c4d0e7aee2cde', class: "slot-container" }, index.h("slot", { key: 'd48aea2e83bf484d77d13240dec464bac3a483fa' })), !this.disabled && !this.readonly ? (index.h("ix-icon-button", { ghost: true, oval: true, icon: 'close-small', size: "16", tabindex: this.disabled ? -1 : 0, variant: "primary", disabled: this.disabled, onClick: (e) => this.onCloseClick(e) })) : null));
24
+ }
25
+ get el() { return index.getElement(this); }
26
+ };
27
+ FilterChip.style = IxFilterChipStyle0;
28
+
29
+ /*
30
+ * SPDX-FileCopyrightText: 2023 Siemens AG
31
+ *
32
+ * SPDX-License-Identifier: MIT
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+ class IxSelectItemLabelChangeEvent extends CustomEvent {
38
+ constructor(detail) {
39
+ super('ix-select-item:labelChange', {
40
+ bubbles: true,
41
+ detail,
42
+ });
43
+ }
44
+ }
45
+
46
+ const selectItemCss = ":host{display:block;position:relative}:host>ix-dropdown-item{width:100%}:host ix-dropdown-item{color:var(--theme-color-std-text)}:host .select-item-checked{background-color:var(--theme-select-list-item--background--selected);--ix-dropdown-item-checked-color:var(--theme-color-std-text)}:host(.d-none){display:none}";
47
+ const IxSelectItemStyle0 = selectItemCss;
48
+
49
+ const SelectItem = class {
50
+ constructor(hostRef) {
51
+ index.registerInstance(this, hostRef);
52
+ this.itemClick = index.createEvent(this, "itemClick", 7);
53
+ this.label = undefined;
54
+ this.value = undefined;
55
+ this.selected = false;
56
+ this.hover = false;
57
+ }
58
+ /**
59
+ * @internal
60
+ * @param event
61
+ */
62
+ async onItemClick(event) {
63
+ event === null || event === void 0 ? void 0 : event.preventDefault();
64
+ event === null || event === void 0 ? void 0 : event.stopPropagation();
65
+ this.itemClick.emit(this.value);
66
+ }
67
+ componentDidRender() {
68
+ if (this.value === undefined || this.value === null) {
69
+ throw Error('ix-select-item must have a `value` property');
70
+ }
71
+ }
72
+ labelChange(newValue, oldValue) {
73
+ this.hostElement.dispatchEvent(new IxSelectItemLabelChangeEvent({
74
+ newValue: newValue,
75
+ oldValue: oldValue,
76
+ }));
77
+ }
78
+ render() {
79
+ return (index.h(index.Host, { key: 'ca61c042dedf75ce6c33406257b9a26072d75865' }, index.h("ix-dropdown-item", { key: 'ac5bb56f3d7368860379582e4faf1c594dfaeab2', class: {
80
+ 'select-item-checked': this.selected,
81
+ }, checked: this.selected, label: this.label ? this.label : this.value, onItemClick: (e) => this.onItemClick(e) })));
82
+ }
83
+ get hostElement() { return index.getElement(this); }
84
+ static get watchers() { return {
85
+ "label": ["labelChange"]
86
+ }; }
87
+ };
88
+ SelectItem.style = IxSelectItemStyle0;
89
+
90
+ exports.ix_filter_chip = FilterChip;
91
+ exports.ix_select_item = SelectItem;
92
+
93
+ //# sourceMappingURL=ix-filter-chip_2.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ix-filter-chip.ix-select-item.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,aAAa,GAAG,8qEAA8qE,CAAC;AACrsE,2BAAe,aAAa;;MCuBf,UAAU;;;;wBAMF,KAAK;wBAML,KAAK;;IAOhB,YAAY,CAAC,KAAY;QAC/B,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;KACxB;IAED,MAAM;QACJ,QACEA,QAACC,UAAI,qDACH,KAAK,EAAE,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,EAC3D,KAAK,EAAE,IAAI,CAAC,EAAE,CAAC,WAAW,IAE1BD,kEAAK,KAAK,EAAC,gBAAgB,IACzBA,oEAAa,CACT,EACL,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,QAAQ,IAC/BA,4BACE,KAAK,QACL,IAAI,QACJ,IAAI,EAAE,aAAa,EACnB,IAAI,EAAC,IAAI,EACT,QAAQ,EAAE,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC,GAAG,CAAC,EAChC,OAAO,EAAC,SAAS,EACjB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,GACpB,IAChB,IAAI,CACH,EACP;KACH;;;;;ACxEH;;;;;;;;MAQa,4BAA6B,SAAQ,WAGhD;IACA,YAAY,MAA8C;QACxD,KAAK,CAAC,4BAA4B,EAAE;YAClC,OAAO,EAAE,IAAI;YACb,MAAM;SACP,CAAC,CAAC;KACJ;;;ACjBH,MAAM,aAAa,GAAG,4TAA4T,CAAC;AACnV,2BAAe,aAAa;;MC0Bf,UAAU;;;;;;wBAmBF,KAAK;qBAKR,KAAK;;;;;;IAYrB,MAAM,WAAW,CAAC,KAA8C;QAC9D,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,cAAc,EAAE,CAAC;QACxB,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,eAAe,EAAE,CAAC;QAEzB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KACjC;IAED,kBAAkB;QAChB,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,IAAI,IAAI,CAAC,KAAK,KAAK,IAAI,EAAE;YACnD,MAAM,KAAK,CAAC,6CAA6C,CAAC,CAAC;SAC5D;KACF;IAGD,WAAW,CAAC,QAAgB,EAAE,QAAgB;QAC5C,IAAI,CAAC,WAAW,CAAC,aAAa,CAC5B,IAAI,4BAA4B,CAAC;YAC/B,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;SACnB,CAAC,CACH,CAAC;KACH;IAED,MAAM;QACJ,QACEA,QAACC,UAAI,uDACHD,+EACE,KAAK,EAAE;gBACL,qBAAqB,EAAE,IAAI,CAAC,QAAQ;aACrC,EACD,OAAO,EAAE,IAAI,CAAC,QAAQ,EACtB,KAAK,EAAE,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,EAC3C,WAAW,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,GACrB,CACf,EACP;KACH;;;;;;;;;;;","names":["h","Host"],"sources":["src/components/filter-chip/filter-chip.scss?tag=ix-filter-chip&encapsulation=shadow","src/components/filter-chip/filter-chip.tsx","src/components/select-item/events.ts","src/components/select-item/select-item.scss?tag=ix-select-item&encapsulation=shadow","src/components/select-item/select-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\n@import 'common-variables';\n@import 'mixins/hover';\n@import 'mixins/text-truncation';\n@import 'mixins/shadow-dom/component';\n\n:host {\n @include ix-component;\n\n display: inline-flex;\n align-items: center;\n justify-content: space-between;\n height: $large-space;\n padding-left: $small-space;\n border: var(--theme-focus--border-thickness) solid\n var(--theme-chip-primary-outline--border-color);\n border-radius: $x-large-space;\n background-color: var(--theme-color-ghost);\n color: var(--theme-chip-primary-outline--color);\n\n .slot-container {\n @include ellipsis;\n\n :host-context(.disabled) {\n background-color: var(--theme-color-ghost);\n border-color: var(--theme-color-component-4);\n color: var(--theme-color-weak-text);\n }\n }\n\n ix-icon-button {\n height: $large-space;\n margin-left: 0.25rem;\n\n @include focus-visible {\n outline: none;\n }\n }\n}\n\n:host(.disabled) {\n border: var(--theme-focus--border-thickness) solid\n var(--theme-color-component-4);\n color: var(--theme-color-weak-text);\n padding-right: $small-space;\n\n cursor: default;\n}\n\n:host(.readonly) {\n padding-right: $small-space;\n}\n\n@include host-hover {\n background-color: var(--theme-color-ghost-primary--hover);\n border-color: var(--theme-chip-primary-outline--border-color--hover);\n color: var(--theme-chip-primary-outline--color--hover);\n}\n\n@include host-active {\n background-color: var(--theme-color-ghost-primary--active);\n border-color: var(--theme-chip-primary-outline--border-color--active);\n color: var(--theme-chip-primary-outline--color--active);\n}\n\n@include host-focus-visible {\n outline: var(--theme-color-focus-bdr) solid\n var(--theme-focus--border-thickness);\n outline-offset: -0.125rem;\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 Prop,\n} from '@stencil/core';\n\n@Component({\n tag: 'ix-filter-chip',\n styleUrl: 'filter-chip.scss',\n shadow: true,\n})\nexport class FilterChip {\n @Element() el: HTMLIxFilterChipElement;\n\n /**\n * If true the filter chip will be in disabled state\n */\n @Prop() disabled = false;\n\n /**\n * If true the filter chip will be in readonly mode\n * @since 2.0.0\n */\n @Prop() readonly = false;\n\n /**\n * Close clicked\n */\n @Event() closeClick: EventEmitter<void>;\n\n private onCloseClick(event: Event) {\n event.preventDefault();\n event.stopPropagation();\n this.closeClick.emit();\n }\n\n render() {\n return (\n <Host\n class={{ disabled: this.disabled, readonly: this.readonly }}\n title={this.el.textContent}\n >\n <div class=\"slot-container\">\n <slot></slot>\n </div>\n {!this.disabled && !this.readonly ? (\n <ix-icon-button\n ghost\n oval\n icon={'close-small'}\n size=\"16\"\n tabindex={this.disabled ? -1 : 0}\n variant=\"primary\"\n disabled={this.disabled}\n onClick={(e) => this.onCloseClick(e)}\n ></ix-icon-button>\n ) : null}\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 */\nexport class IxSelectItemLabelChangeEvent extends CustomEvent<{\n oldValue: string;\n newValue: string;\n}> {\n constructor(detail: { oldValue: string; newValue: string }) {\n super('ix-select-item:labelChange', {\n bubbles: true,\n detail,\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:host {\n display: block;\n position: relative;\n\n > ix-dropdown-item {\n width: 100%;\n }\n\n ix-dropdown-item {\n color: var(--theme-color-std-text);\n }\n\n .select-item-checked {\n background-color: var(--theme-select-list-item--background--selected);\n --ix-dropdown-item-checked-color: var(--theme-color-std-text);\n }\n}\n\n:host(.d-none) {\n display: none;\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 Method,\n Prop,\n Watch,\n} from '@stencil/core';\nimport { IxSelectItemLabelChangeEvent } from './events';\n\n@Component({\n tag: 'ix-select-item',\n styleUrl: 'select-item.scss',\n shadow: true,\n})\nexport class SelectItem {\n @Element() hostElement: HTMLIxSelectItemElement;\n\n /**\n * Displayed name of the item\n */\n @Prop({ reflect: true }) label: string;\n\n /**\n * The value of the item.\n * Important: The select component uses string values to handle selection and will call toString() on this value.\n * Therefor a string should be passed to value to prevent unexpected behavior.\n * @deprecated will be changed to type string with next major release (3.0.0)\n */\n @Prop({ reflect: true }) value!: any;\n\n /**\n * Flag indicating whether the item is selected\n */\n @Prop() selected = false;\n\n /**\n * @internal\n */\n @Prop() hover = false;\n\n /**\n * Item clicked\n */\n @Event() itemClick: EventEmitter<string>;\n\n /**\n * @internal\n * @param event\n */\n @Method()\n async onItemClick(event?: CustomEvent<HTMLIxDropdownItemElement>) {\n event?.preventDefault();\n event?.stopPropagation();\n\n this.itemClick.emit(this.value);\n }\n\n componentDidRender() {\n if (this.value === undefined || this.value === null) {\n throw Error('ix-select-item must have a `value` property');\n }\n }\n\n @Watch('label')\n labelChange(newValue: string, oldValue: string) {\n this.hostElement.dispatchEvent(\n new IxSelectItemLabelChangeEvent({\n newValue: newValue,\n oldValue: oldValue,\n })\n );\n }\n\n render() {\n return (\n <Host>\n <ix-dropdown-item\n class={{\n 'select-item-checked': this.selected,\n }}\n checked={this.selected}\n label={this.label ? this.label : this.value}\n onItemClick={(e) => this.onItemClick(e)}\n ></ix-dropdown-item>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,23 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-c6f0ac73.js');
6
+
7
+ const flipTileContentCss = ":host{display:block}";
8
+ const IxFlipTileContentStyle0 = flipTileContentCss;
9
+
10
+ const FlipTileContent = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.contentVisible = false;
14
+ }
15
+ render() {
16
+ return index.h(index.Host, { key: '42fe2007b429b2791c5f0a43758d55d4429c3255' }, this.contentVisible ? index.h("slot", null) : null);
17
+ }
18
+ };
19
+ FlipTileContent.style = IxFlipTileContentStyle0;
20
+
21
+ exports.ix_flip_tile_content = FlipTileContent;
22
+
23
+ //# sourceMappingURL=ix-flip-tile-content.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ix-flip-tile-content.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,kBAAkB,GAAG,sBAAsB,CAAC;AAClD,gCAAe,kBAAkB;;MCcpB,eAAe;;;8BAMD,KAAK;;IAE9B,MAAM;QACJ,OAAOA,QAACC,UAAI,uDAAE,IAAI,CAAC,cAAc,GAAGD,qBAAa,GAAG,IAAI,CAAQ,CAAC;KAClE;;;;;;","names":["h","Host"],"sources":["src/components/flip-tile-content/flip-tile-content.css?tag=ix-flip-tile-content&encapsulation=shadow","src/components/flip-tile-content/flip-tile-content.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:host {\n display: block;\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 */\nimport { Component, h, Host, Prop } from '@stencil/core';\n\n@Component({\n tag: 'ix-flip-tile-content',\n styleUrl: 'flip-tile-content.css',\n shadow: true,\n})\nexport class FlipTileContent {\n /**\n * Controls the visibility of the content\n *\n * @internal\n */\n @Prop() contentVisible = false;\n\n render() {\n return <Host>{this.contentVisible ? <slot></slot> : null}</Host>;\n }\n}\n"],"version":3}
@@ -0,0 +1,90 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-c6f0ac73.js');
6
+ const mutationObserver = require('./mutation-observer-babb20a5.js');
7
+ const flipTileState = require('./flip-tile-state-92223109.js');
8
+
9
+ const flipTileCss = ".text-xs{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.625rem;font-weight:400;line-height:1.4em;color:var(--theme-color-std-text)}.text-s{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text)}.text-caption{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text)}.text-caption-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.75rem;font-weight:700;line-height:1em;color:var(--theme-color-std-text)}.text-default{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.429em;color:var(--theme-color-std-text)}.text-default-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:0.875rem;font-weight:400;line-height:1.143em;color:var(--theme-color-std-text)}.text-default-title{-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)}.text-default-title-single{-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.143em;color:var(--theme-color-std-text)}.text-l{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.5em;color:var(--theme-color-std-text)}.text-l-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:400;line-height:1.25em;color:var(--theme-color-std-text)}.text-l-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.5em;color:var(--theme-color-std-text)}.text-l-title-single{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1rem;font-weight:700;line-height:1.25em;color:var(--theme-color-std-text)}.text-h2{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:700;line-height:1.455em;color:var(--theme-color-std-text)}.text-xl{-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;font-family:Siemens Sans, sans-serif;font-size:1.375rem;font-weight:400;line-height:1.091em;color:var(--theme-color-std-text)}a{color:var(--theme-color-primary)}@keyframes flip-animation{0%{transform:rotateY(0)}50%{transform:rotateY(90deg)}51%{transform:rotateY(270deg)}100%{transform:rotateY(360deg)}}:host{display:flex;flex-direction:column;perspective:1000px}: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 .flip-tile-header{display:flex;align-items:center;height:2.5rem;padding:0 0.5rem 0 1rem}:host .flip-tile-header .header-slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1;min-width:0}:host .content-container{flex-grow:1;margin:1rem}:host .flip-tile-container{display:flex;flex-direction:column;height:100%;background-color:var(--theme-blind-base--background);border:solid 1px var(--theme-blind-base--border-color);border-radius:var(--theme-flip-tile--border-radius) var(--theme-flip-tile--border-radius) 0 0;transform-style:preserve-3d}:host .flip-tile-container.flip-animation-active{animation:flip-animation 300ms, ease-in-out}:host .flip-tile-container .footer{display:flex;height:3rem;align-items:center;justify-content:center;padding:0 0.5rem;color:var(--theme-flip-footer--color);background-color:var(--theme-blind-base--background)}:host .flip-tile-container .footer :first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:100%}:host .flip-tile-container ::slotted(*){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;flex-direction:column;align-items:center;min-width:0}:host .flip-tile-container.primary{border-color:var(--theme-color-primary)}:host .flip-tile-container.primary .footer{background-color:var(--theme-color-primary);color:var(--theme-color-primary--contrast)}:host .flip-tile-container.info{border-color:var(--theme-color-info)}:host .flip-tile-container.info .footer{background-color:var(--theme-color-info);color:var(--theme-color-info--contrast)}:host .flip-tile-container.warning{border-color:var(--theme-color-warning)}:host .flip-tile-container.warning .footer{background-color:var(--theme-color-warning);color:var(--theme-color-warning--contrast)}:host .flip-tile-container.alarm{border-color:var(--theme-color-alarm)}:host .flip-tile-container.alarm .footer{background-color:var(--theme-color-alarm);color:var(--theme-color-alarm--contrast)}:host:hover .flip-tile-container .footer ix-icon{color:var(--theme-color-std-text)}";
10
+ const IxFlipTileStyle0 = flipTileCss;
11
+
12
+ const FlipTile = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ this.ANIMATION_DURATION = 150;
16
+ this.state = undefined;
17
+ this.height = 15.125;
18
+ this.width = 16;
19
+ this.index = 0;
20
+ this.isFlipAnimationActive = undefined;
21
+ }
22
+ componentDidLoad() {
23
+ this.observer = mutationObserver.createMutationObserver(() => this.updateContentItems());
24
+ this.observer.observe(this.hostElement, {
25
+ childList: true,
26
+ });
27
+ }
28
+ componentWillLoad() {
29
+ this.updateContentItems();
30
+ this.updateContentVisibility(this.index);
31
+ }
32
+ disconnectedCallback() {
33
+ if (this.observer) {
34
+ this.observer.disconnect();
35
+ }
36
+ }
37
+ updateContentItems() {
38
+ this.contentItems = Array.from(this.hostElement.querySelectorAll('ix-flip-tile-content'));
39
+ }
40
+ updateContentVisibility(indexVisible) {
41
+ this.contentItems.forEach((content, index) => (content.contentVisible = index === indexVisible));
42
+ }
43
+ toggleIndex() {
44
+ this.doFlipAnimation();
45
+ }
46
+ doFlipAnimation() {
47
+ this.isFlipAnimationActive = true;
48
+ setTimeout(() => {
49
+ this.updateContentVisibility(this.index);
50
+ if (this.index >= this.contentItems.length - 1) {
51
+ this.index = 0;
52
+ }
53
+ else {
54
+ this.index++;
55
+ }
56
+ this.updateContentVisibility(this.index);
57
+ }, this.ANIMATION_DURATION);
58
+ setTimeout(() => {
59
+ this.isFlipAnimationActive = false;
60
+ }, 2 * this.ANIMATION_DURATION);
61
+ }
62
+ render() {
63
+ return (index.h(index.Host, { key: '0b942337cb77e1cb7727d016e3a9a571f86582de', style: {
64
+ height: `${this.height}${this.height === 'auto' ? '' : 'rem'}`,
65
+ 'min-height': `${this.height}${this.height === 'auto' ? '' : 'rem'}`,
66
+ 'max-height': `${this.height}${this.height === 'auto' ? '' : 'rem'}`,
67
+ width: `${this.width}${this.width === 'auto' ? '' : 'rem'}`,
68
+ 'min-width': `${this.width}${this.width === 'auto' ? '' : 'rem'}`,
69
+ 'max-width': `${this.width}${this.width === 'auto' ? '' : 'rem'}`,
70
+ } }, index.h("div", { key: '3c2b6418b48c676358608e08cd878f912327aa8a', class: {
71
+ 'flip-tile-container': true,
72
+ info: this.state === flipTileState.FlipTileState.Info,
73
+ warning: this.state === flipTileState.FlipTileState.Warning,
74
+ alarm: this.state === flipTileState.FlipTileState.Alarm,
75
+ primary: this.state === flipTileState.FlipTileState.Primary,
76
+ 'flip-animation-active': this.isFlipAnimationActive,
77
+ } }, index.h("div", { key: 'bc46de76725d49e89f0d0b3fb30908bd84918b1b', class: "flip-tile-header" }, index.h("div", { key: 'c42c692b8f5e1d03eaa3b02c0344fc3766754522', class: "header-slot-container text-l-title" }, index.h("slot", { key: 'b382eb85bb86f8026aefb1e1679278ab36d3a141', name: "header" })), index.h("ix-icon-button", { key: 'a7fbd03314c3fc5973c84656265114aca26458ce', icon: 'eye', variant: "primary", ghost: true, onClick: () => this.toggleIndex() })), index.h("div", { key: '2902c41ee142c4185af4f01dfb9fd18a2180769e', class: "content-container" }, index.h("slot", { key: 'abe7abe1590d698591ce64b9072cb26e16935fab' })), index.h("div", { key: 'f265f08af13cac0f5a52750d45fd0d51e1d5fb52', class: {
78
+ footer: true,
79
+ 'contrast-light': this.state === flipTileState.FlipTileState.Warning,
80
+ 'contrast-dark': this.state === flipTileState.FlipTileState.Info ||
81
+ this.state === flipTileState.FlipTileState.Alarm,
82
+ } }, index.h("slot", { key: 'f95f6d923988154f23faef4780cfc34a332cb31b', name: "footer" })))));
83
+ }
84
+ get hostElement() { return index.getElement(this); }
85
+ };
86
+ FlipTile.style = IxFlipTileStyle0;
87
+
88
+ exports.ix_flip_tile = FlipTile;
89
+
90
+ //# sourceMappingURL=ix-flip-tile.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ix-flip-tile.entry.cjs.js","mappings":";;;;;;;;AAAA,MAAM,WAAW,GAAG,4oLAA4oL,CAAC;AACjqL,yBAAe,WAAW;;MCiBb,QAAQ;;;QAuBF,uBAAkB,GAAG,GAAG,CAAC;;sBAXR,MAAM;qBAMP,EAAE;qBAElB,CAAC;;;IAQlB,gBAAgB;QACd,IAAI,CAAC,QAAQ,GAAGA,uCAAsB,CAAC,MAAM,IAAI,CAAC,kBAAkB,EAAE,CAAC,CAAC;QACxE,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE;YACtC,SAAS,EAAE,IAAI;SAChB,CAAC,CAAC;KACJ;IAED,iBAAiB;QACf,IAAI,CAAC,kBAAkB,EAAE,CAAC;QAC1B,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC1C;IAED,oBAAoB;QAClB,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC;SAC5B;KACF;IAEO,kBAAkB;QACxB,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,IAAI,CAC5B,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,CAC1D,CAAC;KACH;IAEO,uBAAuB,CAAC,YAAoB;QAClD,IAAI,CAAC,YAAY,CAAC,OAAO,CACvB,CAAC,OAAO,EAAE,KAAK,MAAM,OAAO,CAAC,cAAc,GAAG,KAAK,KAAK,YAAY,CAAC,CACtE,CAAC;KACH;IAEO,WAAW;QACjB,IAAI,CAAC,eAAe,EAAE,CAAC;KACxB;IAEO,eAAe;QACrB,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC;QAElC,UAAU,CAAC;YACT,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAEzC,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE;gBAC9C,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;aAChB;iBAAM;gBACL,IAAI,CAAC,KAAK,EAAE,CAAC;aACd;YAED,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC1C,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAE5B,UAAU,CAAC;YACT,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC;SACpC,EAAE,CAAC,GAAG,IAAI,CAAC,kBAAkB,CAAC,CAAC;KACjC;IAED,MAAM;QACJ,QACEC,QAACC,UAAI,qDACH,KAAK,EAAE;gBACL,MAAM,EAAE,GAAG,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,KAAK,MAAM,GAAG,EAAE,GAAG,KAAK,EAAE;gBAC9D,YAAY,EAAE,GAAG,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,KAAK,MAAM,GAAG,EAAE,GAAG,KAAK,EAAE;gBACpE,YAAY,EAAE,GAAG,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,KAAK,MAAM,GAAG,EAAE,GAAG,KAAK,EAAE;gBACpE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,KAAK,MAAM,GAAG,EAAE,GAAG,KAAK,EAAE;gBAC3D,WAAW,EAAE,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,KAAK,MAAM,GAAG,EAAE,GAAG,KAAK,EAAE;gBACjE,WAAW,EAAE,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,KAAK,MAAM,GAAG,EAAE,GAAG,KAAK,EAAE;aAClE,IAEDD,kEACE,KAAK,EAAE;gBACL,qBAAqB,EAAE,IAAI;gBAC3B,IAAI,EAAE,IAAI,CAAC,KAAK,KAAKE,2BAAa,CAAC,IAAI;gBACvC,OAAO,EAAE,IAAI,CAAC,KAAK,KAAKA,2BAAa,CAAC,OAAO;gBAC7C,KAAK,EAAE,IAAI,CAAC,KAAK,KAAKA,2BAAa,CAAC,KAAK;gBACzC,OAAO,EAAE,IAAI,CAAC,KAAK,KAAKA,2BAAa,CAAC,OAAO;gBAC7C,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;aACpD,IAEDF,kEAAK,KAAK,EAAC,kBAAkB,IAC3BA,kEAAK,KAAK,EAAC,oCAAoC,IAC7CA,mEAAM,IAAI,EAAC,QAAQ,GAAQ,CACvB,EACNA,6EACE,IAAI,EAAE,KAAK,EACX,OAAO,EAAC,SAAS,EACjB,KAAK,QACL,OAAO,EAAE,MAAM,IAAI,CAAC,WAAW,EAAE,GACjB,CACd,EAENA,kEAAK,KAAK,EAAC,mBAAmB,IAC5BA,oEAAa,CACT,EACNA,kEACE,KAAK,EAAE;gBACL,MAAM,EAAE,IAAI;gBACZ,gBAAgB,EAAE,IAAI,CAAC,KAAK,KAAKE,2BAAa,CAAC,OAAO;gBACtD,eAAe,EACb,IAAI,CAAC,KAAK,KAAKA,2BAAa,CAAC,IAAI;oBACjC,IAAI,CAAC,KAAK,KAAKA,2BAAa,CAAC,KAAK;aACrC,IAEDF,mEAAM,IAAI,EAAC,QAAQ,GAAQ,CACvB,CACF,CACD,EACP;KACH;;;;;;;","names":["createMutationObserver","h","Host","FlipTileState"],"sources":["src/components/flip-tile/flip-tile.scss?tag=ix-flip-tile&encapsulation=shadow","src/components/flip-tile/flip-tile.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 'mixins/animations';\n@import 'mixins/text-truncation';\n@import 'mixins/shadow-dom/component';\n@import 'legacy/fonts';\n\n@include keyframes(flip-animation) {\n 0% {\n transform: rotateY(0);\n }\n 50% {\n transform: rotateY(90deg);\n }\n 51% {\n transform: rotateY(270deg);\n }\n 100% {\n transform: rotateY(360deg);\n }\n}\n\n:host {\n @include ix-component;\n display: flex;\n flex-direction: column;\n perspective: 1000px;\n\n .flip-tile-header {\n display: flex;\n align-items: center;\n height: $large-control-height;\n padding: 0 $small-space 0 $default-space;\n\n .header-slot-container {\n @include ellipsis;\n flex-grow: 1;\n min-width: 0;\n }\n }\n\n .content-container {\n flex-grow: 1;\n margin: $default-space;\n }\n\n .flip-tile-container {\n display: flex;\n flex-direction: column;\n height: 100%;\n background-color: var(--theme-blind-base--background);\n border: solid 1px var(--theme-blind-base--border-color);\n border-radius: var(--theme-flip-tile--border-radius)\n var(--theme-flip-tile--border-radius) 0 0;\n transform-style: preserve-3d;\n\n &.flip-animation-active {\n @include animation(flip-animation, 2 * $default-time, ease-in-out);\n }\n\n .footer {\n display: flex;\n height: 3rem;\n align-items: center;\n justify-content: center;\n padding: 0 $small-space;\n color: var(--theme-flip-footer--color);\n background-color: var(--theme-blind-base--background);\n\n :first-child {\n @include ellipsis;\n height: 100%;\n }\n }\n\n ::slotted(*) {\n @include ellipsis;\n display: flex;\n flex-direction: column;\n align-items: center;\n min-width: 0;\n }\n\n &.primary {\n border-color: var(--theme-color-primary);\n\n .footer {\n background-color: var(--theme-color-primary);\n color: var(--theme-color-primary--contrast);\n }\n }\n\n &.info {\n border-color: var(--theme-color-info);\n\n .footer {\n background-color: var(--theme-color-info);\n color: var(--theme-color-info--contrast);\n }\n }\n\n &.warning {\n border-color: var(--theme-color-warning);\n\n .footer {\n background-color: var(--theme-color-warning);\n color: var(--theme-color-warning--contrast);\n }\n }\n\n &.alarm {\n border-color: var(--theme-color-alarm);\n\n .footer {\n background-color: var(--theme-color-alarm);\n color: var(--theme-color-alarm--contrast);\n }\n }\n }\n\n &:hover .flip-tile-container .footer ix-icon {\n color: var(--theme-color-std-text);\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { Component, Element, h, Host, Prop, State } from '@stencil/core';\nimport { createMutationObserver } from '../utils/mutation-observer';\nimport { FlipTileState } from './flip-tile-state';\n\n@Component({\n tag: 'ix-flip-tile',\n styleUrl: 'flip-tile.scss',\n shadow: true,\n})\nexport class FlipTile {\n @Element() hostElement!: HTMLIxFlipTileElement;\n\n /**\n * Variation of the Flip\n */\n @Prop() state: FlipTileState;\n\n /**\n * Height interpreted as REM\n * @since 1.5.0\n */\n @Prop() height: number | 'auto' = 15.125;\n\n /**\n * Width interpreted as REM\n * @since 1.5.0\n */\n @Prop() width: number | 'auto' = 16;\n\n @State() index = 0;\n @State() isFlipAnimationActive: boolean;\n\n private readonly ANIMATION_DURATION = 150;\n private contentItems: Array<HTMLIxFlipTileContentElement>;\n\n private observer: MutationObserver;\n\n componentDidLoad() {\n this.observer = createMutationObserver(() => this.updateContentItems());\n this.observer.observe(this.hostElement, {\n childList: true,\n });\n }\n\n componentWillLoad() {\n this.updateContentItems();\n this.updateContentVisibility(this.index);\n }\n\n disconnectedCallback() {\n if (this.observer) {\n this.observer.disconnect();\n }\n }\n\n private updateContentItems() {\n this.contentItems = Array.from(\n this.hostElement.querySelectorAll('ix-flip-tile-content')\n );\n }\n\n private updateContentVisibility(indexVisible: number) {\n this.contentItems.forEach(\n (content, index) => (content.contentVisible = index === indexVisible)\n );\n }\n\n private toggleIndex() {\n this.doFlipAnimation();\n }\n\n private doFlipAnimation() {\n this.isFlipAnimationActive = true;\n\n setTimeout(() => {\n this.updateContentVisibility(this.index);\n\n if (this.index >= this.contentItems.length - 1) {\n this.index = 0;\n } else {\n this.index++;\n }\n\n this.updateContentVisibility(this.index);\n }, this.ANIMATION_DURATION);\n\n setTimeout(() => {\n this.isFlipAnimationActive = false;\n }, 2 * this.ANIMATION_DURATION);\n }\n\n render() {\n return (\n <Host\n style={{\n height: `${this.height}${this.height === 'auto' ? '' : 'rem'}`,\n 'min-height': `${this.height}${this.height === 'auto' ? '' : 'rem'}`,\n 'max-height': `${this.height}${this.height === 'auto' ? '' : 'rem'}`,\n width: `${this.width}${this.width === 'auto' ? '' : 'rem'}`,\n 'min-width': `${this.width}${this.width === 'auto' ? '' : 'rem'}`,\n 'max-width': `${this.width}${this.width === 'auto' ? '' : 'rem'}`,\n }}\n >\n <div\n class={{\n 'flip-tile-container': true,\n info: this.state === FlipTileState.Info,\n warning: this.state === FlipTileState.Warning,\n alarm: this.state === FlipTileState.Alarm,\n primary: this.state === FlipTileState.Primary,\n 'flip-animation-active': this.isFlipAnimationActive,\n }}\n >\n <div class=\"flip-tile-header\">\n <div class=\"header-slot-container text-l-title\">\n <slot name=\"header\"></slot>\n </div>\n <ix-icon-button\n icon={'eye'}\n variant=\"primary\"\n ghost\n onClick={() => this.toggleIndex()}\n ></ix-icon-button>\n </div>\n\n <div class=\"content-container\">\n <slot></slot>\n </div>\n <div\n class={{\n footer: true,\n 'contrast-light': this.state === FlipTileState.Warning,\n 'contrast-dark':\n this.state === FlipTileState.Info ||\n this.state === FlipTileState.Alarm,\n }}\n >\n <slot name=\"footer\"></slot>\n </div>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,28 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-c6f0ac73.js');
6
+
7
+ const formFieldCss = "label{color:var(--theme-color-soft-text);padding:2px 0px}label.label-alignment-left{padding:6px 0px}input,input:-webkit-autofill{font-feature-settings:\"clig\" off, \"liga\" off;font-family:Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;min-height:2rem;width:100%;padding:0.25rem 0.5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:var(--theme-input--box-shadow)}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-input--background) inset !important;-webkit-text-fill-color:var(--theme-input--color) !important;border-color:var(--theme-input--border-color) !important}input::-moz-placeholder{color:var(--theme-input-hint--color)}input::placeholder{color:var(--theme-input-hint--color)}input.hover,input:hover{border-color:var(--theme-input--border-color--hover);background-color:var(--theme-input--background--hover)}input.focus,input:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)}input:-moz-read-only{box-shadow:none;background-color:transparent;outline:none;border:none;border-bottom:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly)}input.read-only,input:read-only{box-shadow:none;background-color:transparent;outline:none;border:none;border-bottom:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly)}input.read-only::-moz-placeholder,input:read-only::-moz-placeholder{color:transparent}input:-moz-read-only::placeholder{color:transparent}input.read-only::placeholder,input:read-only::placeholder{color:transparent}input:disabled{box-shadow:none;background-color:transparent;outline:none;border:none;color:var(--theme-input--color--disabled);border-bottom:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled)}input:disabled::-moz-placeholder{color:transparent}input:disabled::placeholder{color:transparent}input[type=number]{text-align:right}input[type=number]::-webkit-inner-spin-button{margin-right:-2px;margin-left:2px;display:none}textarea{height:3.25rem;padding:0.375rem 1.25rem 0.375rem 0.5rem}textarea,textarea:-webkit-autofill{font-feature-settings:\"clig\" off, \"liga\" off;font-family:Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale;min-height:2rem;width:100%;padding:0.25rem 0.5rem;background-color:var(--theme-input--background);color:var(--theme-input--color);text-overflow:ellipsis;border:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);border-radius:var(--theme-input--border-radius);box-shadow:var(--theme-input--box-shadow)}textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-input--background) inset !important;-webkit-text-fill-color:var(--theme-input--color) !important;border-color:var(--theme-input--border-color) !important}textarea::-moz-placeholder{color:var(--theme-input-hint--color)}textarea::placeholder{color:var(--theme-input-hint--color)}textarea.hover,textarea:hover{border-color:var(--theme-input--border-color--hover);background-color:var(--theme-input--background--hover)}textarea.focus,textarea:focus{outline:1px solid var(--theme-color-focus-bdr);outline-offset:var(--theme-input--focus--outline-offset);border-color:var(--theme-input--border-color--focus)}textarea:-moz-read-only{box-shadow:none;background-color:transparent;outline:none;border:none;border-bottom:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly)}textarea.read-only,textarea:read-only{box-shadow:none;background-color:transparent;outline:none;border:none;border-bottom:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly)}textarea.read-only::-moz-placeholder,textarea:read-only::-moz-placeholder{color:transparent}textarea:-moz-read-only::placeholder{color:transparent}textarea.read-only::placeholder,textarea:read-only::placeholder{color:transparent}textarea:disabled{box-shadow:none;background-color:transparent;outline:none;border:none;color:var(--theme-input--color--disabled);border-bottom:var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled)}textarea:disabled::-moz-placeholder{color:transparent}textarea:disabled::placeholder{color:transparent}textarea~.valid-feedback,textarea~.invalid-feedback,input~.valid-feedback,input~.invalid-feedback{display:none;font-feature-settings:\"clig\" off, \"liga\" off;font-family:Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;font-style:normal;font-size:var(--theme-ms-0);line-height:var(--theme-line-height-md);font-weight:var(--theme-font-weight-normal);letter-spacing:var(--theme-letter-spacing-xl);text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smooting:grayscale}form textarea~.valid-feedback,form input~.valid-feedback{color:var(--theme-color-success)}form textarea~.invalid-feedback,form input~.invalid-feedback{color:var(--theme-color-alarm-text)}form:not([novalidate]) :invalid,form:not([novalidate]) .is-invalid,form.was-validated :invalid,form.was-validated .is-invalid{background-color:var(--theme-input-error--background);border-color:var(--theme-input-error--border-color);background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 62 (101010) - https://sketch.com --%3E%3Ctitle%3Eerror%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.75'%3E%3Cg id='error' fill='%23ff2640'%3E%3Cg id='error/error'%3E%3Cpath d='M256,42.6666667 C373.626371,42.6666667 469.333333,138.373627 469.333333,256 C469.333333,373.626371 373.626371,469.333333 256,469.333333 C138.373627,469.333333 42.6666667,373.626371 42.6666667,256 C42.6666667,138.373627 138.373627,42.6666667 256,42.6666667 Z M256,85.3333333 C161.559631,85.3333333 85.3333333,161.559631 85.3333333,256 C85.3333333,350.44037 161.559631,426.666667 256,426.666667 C350.44037,426.666667 426.666667,350.44037 426.666667,256 C426.666667,161.559631 350.44037,85.3333333 256,85.3333333 Z M326.248389,155.581722 L356.418278,185.751611 L286.168667,255.999667 L356.418278,326.248389 L326.248389,356.418278 L255.999667,286.168667 L185.751611,356.418278 L155.581722,326.248389 L225.829667,255.999667 L155.581722,185.751611 L185.751611,155.581722 L255.999667,225.829667 L326.248389,155.581722 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E\") !important;background-position:left calc(0.375em + 0.1875rem) center;padding-right:0.75rem;padding-left:calc(1.5em + 0.75rem);background-size:18px;background-repeat:no-repeat}form:not([novalidate]) :invalid~.invalid-feedback,form:not([novalidate]) .is-invalid~.invalid-feedback,form.was-validated :invalid~.invalid-feedback,form.was-validated .is-invalid~.invalid-feedback{display:block}form:not([novalidate]) :valid~.valid-feedback,form:not([novalidate]) .is-valid~.valid-feedback,form.was-validated :valid~.valid-feedback,form.was-validated .is-valid~.valid-feedback{display:block}form:not(.was-validated) .invalid-feedback,form:not(.was-validated) .valid-feedback{display:none !important}:host{display:contents}";
8
+ const IxFormFieldStyle0 = formFieldCss;
9
+
10
+ const FormField = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.label = undefined;
14
+ }
15
+ get inputElement() {
16
+ return this.hostElement.querySelector('input');
17
+ }
18
+ componentWillLoad() { }
19
+ render() {
20
+ return (index.h(index.Host, { key: 'e1313ac6762c322974a1a69f030c18e91c63d958' }, this.label ? (index.h("label", { htmlFor: this.inputElement.id }, this.label)) : null, index.h("slot", { key: 'fbbe9a9eefffdce4b888d3dfb3ec80b1e6c8111d' })));
21
+ }
22
+ get hostElement() { return index.getElement(this); }
23
+ };
24
+ FormField.style = IxFormFieldStyle0;
25
+
26
+ exports.ix_form_field = FormField;
27
+
28
+ //# sourceMappingURL=ix-form-field.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ix-form-field.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,YAAY,GAAG,88PAA88P,CAAC;AACp+P,0BAAe,YAAY;;MCcd,SAAS;;;;;IAQpB,IAAY,YAAY;QACtB,OAAO,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;KAChD;IAED,iBAAiB,MAAK;IAEtB,MAAM;QACJ,QACEA,QAACC,UAAI,uDACF,IAAI,CAAC,KAAK,IACTD,mBAAO,OAAO,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,IAAG,IAAI,CAAC,KAAK,CAAS,IACxD,IAAI,EACRA,oEAAa,CACR,EACP;KACH;;;;;;;","names":["h","Host"],"sources":["src/components/form-field/form-field.scss?tag=ix-form-field&encapsulation=shadow","src/components/form-field/form-field.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@import 'components/form/input';\n\n:host {\n display: contents;\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 */\nimport { Component, Element, h, Host, Prop } from '@stencil/core';\n\n@Component({\n tag: 'ix-form-field',\n styleUrl: 'form-field.scss',\n shadow: true,\n})\nexport class FormField {\n @Element() hostElement!: HTMLIxFormFieldElement;\n\n /**\n * Label\n */\n @Prop() label: string;\n\n private get inputElement() {\n return this.hostElement.querySelector('input');\n }\n\n componentWillLoad() {}\n\n render() {\n return (\n <Host>\n {this.label ? (\n <label htmlFor={this.inputElement.id}>{this.label}</label>\n ) : null}\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}