@siemens/ix 1.1.0-beta.2 → 1.1.0-beta.4

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 (609) hide show
  1. package/dist/cjs/_commonjsHelpers-1a0c346f.js +23 -0
  2. package/dist/cjs/animation-dfe01edc.js +19 -0
  3. package/dist/cjs/anime.es-8822f296.js +1311 -0
  4. package/dist/cjs/base-button-eb1d47db.js +33 -0
  5. package/dist/cjs/default-tree-item-4597cd84.js +22 -0
  6. package/dist/cjs/flip-tile-state-c95639e5.js +18 -0
  7. package/dist/cjs/index-1e4a348f.js +1849 -0
  8. package/dist/cjs/index.cjs.js +96 -0
  9. package/dist/cjs/ix-animated-tab_2.cjs.entry.js +217 -0
  10. package/dist/cjs/ix-application-header.cjs.entry.js +30 -0
  11. package/dist/cjs/ix-basic-navigation.cjs.entry.js +44 -0
  12. package/dist/cjs/ix-blind.cjs.entry.js +89 -0
  13. package/dist/cjs/ix-breadcrumb_2.cjs.entry.js +155 -0
  14. package/dist/cjs/ix-button.cjs.entry.js +50 -0
  15. package/dist/cjs/ix-category-filter.cjs.entry.js +399 -0
  16. package/dist/cjs/ix-chip.cjs.entry.js +47 -0
  17. package/dist/cjs/ix-counter-pill.cjs.entry.js +40 -0
  18. package/dist/cjs/ix-date-picker_2.cjs.entry.js +9039 -0
  19. package/dist/cjs/ix-date-time-card.cjs.entry.js +36 -0
  20. package/dist/cjs/ix-datetime-picker.cjs.entry.js +113 -0
  21. package/dist/cjs/ix-drawer.cjs.entry.js +122 -0
  22. package/dist/cjs/ix-dropdown_2.cjs.entry.js +203 -0
  23. package/dist/cjs/ix-event-list_2.cjs.entry.js +151 -0
  24. package/dist/cjs/ix-expanding-search.cjs.entry.js +92 -0
  25. package/dist/cjs/ix-filter-chip.cjs.entry.js +30 -0
  26. package/dist/cjs/ix-flip-tile_2.cjs.entry.js +79 -0
  27. package/dist/cjs/ix-group_3.cjs.entry.js +174 -0
  28. package/dist/cjs/ix-icon-button.cjs.entry.js +40 -0
  29. package/dist/cjs/ix-icon.cjs.entry.js +33 -0
  30. package/dist/cjs/ix-input-group.cjs.entry.js +40 -0
  31. package/dist/cjs/ix-kpi.cjs.entry.js +50 -0
  32. package/dist/cjs/ix-map-navigation_2.cjs.entry.js +165 -0
  33. package/dist/cjs/ix-menu_9.cjs.entry.js +888 -0
  34. package/dist/cjs/ix-message-bar.cjs.entry.js +58 -0
  35. package/dist/cjs/ix-modal-example.cjs.entry.js +24 -0
  36. package/dist/cjs/ix-modal_2.cjs.entry.js +14 -0
  37. package/dist/cjs/ix-pill.cjs.entry.js +40 -0
  38. package/dist/cjs/ix-select_2.cjs.entry.js +309 -0
  39. package/dist/cjs/ix-spinner.cjs.entry.js +30 -0
  40. package/dist/cjs/ix-split-button_2.cjs.entry.js +114 -0
  41. package/dist/cjs/ix-tab-item.cjs.entry.js +67 -0
  42. package/dist/cjs/ix-tabs.cjs.entry.js +187 -0
  43. package/dist/cjs/ix-tile.cjs.entry.js +27 -0
  44. package/dist/cjs/ix-toast_2.cjs.entry.js +159 -0
  45. package/dist/cjs/ix-toggle.cjs.entry.js +82 -0
  46. package/dist/cjs/ix-tree_2.cjs.entry.js +690 -0
  47. package/dist/cjs/ix-upload.cjs.entry.js +139 -0
  48. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +107 -0
  49. package/dist/cjs/ix-workflow-step_2.cjs.entry.js +191 -0
  50. package/dist/cjs/loader.cjs.js +21 -0
  51. package/dist/cjs/logical-filter-operator-467e2faf.js +35 -0
  52. package/dist/cjs/modal-5be2b1a3.js +221 -0
  53. package/dist/cjs/modal-utils-5d7bb217.js +42 -0
  54. package/dist/cjs/mutation-observer-29bedada.js +13 -0
  55. package/dist/cjs/my-component.cjs.entry.js +19 -0
  56. package/dist/cjs/popper-d7a0f999.js +1801 -0
  57. package/dist/cjs/rwd.util-482d41d4.js +42 -0
  58. package/dist/cjs/siemens-ix.cjs.js +19 -0
  59. package/dist/cjs/typed-event-8f5a32a2.js +46 -0
  60. package/dist/cjs/upload-file-state-923b2c65.js +17 -0
  61. package/dist/collection/collection-manifest.json +264 -0
  62. package/dist/collection/components/animated-tab/animated-tab.css +14 -0
  63. package/dist/collection/components/animated-tab/animated-tab.js +59 -0
  64. package/dist/collection/components/animated-tabs/animated-tabs.css +158 -0
  65. package/dist/collection/components/animated-tabs/animated-tabs.js +303 -0
  66. package/dist/collection/components/application-header/application-header.css +30 -0
  67. package/dist/collection/components/application-header/application-header.js +56 -0
  68. package/dist/collection/components/basic-navigation/basic-navigation.css +29 -0
  69. package/dist/collection/components/basic-navigation/basic-navigation.js +91 -0
  70. package/dist/collection/components/blind/blind.css +146 -0
  71. package/dist/collection/components/blind/blind.js +152 -0
  72. package/dist/collection/components/breadcrumb/breadcrumb.css +228 -0
  73. package/dist/collection/components/breadcrumb/breadcrumb.js +252 -0
  74. package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +11 -0
  75. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +59 -0
  76. package/dist/collection/components/button/base-button.js +29 -0
  77. package/dist/collection/components/button/button.css +15 -0
  78. package/dist/collection/components/button/button.js +192 -0
  79. package/dist/collection/components/category-filter/category-filter.css +188 -0
  80. package/dist/collection/components/category-filter/category-filter.js +704 -0
  81. package/dist/collection/components/category-filter/filter-state.js +10 -0
  82. package/dist/collection/components/category-filter/input-state.js +17 -0
  83. package/dist/collection/components/category-filter/logical-filter-operator.js +13 -0
  84. package/dist/collection/components/chip/chip.css +475 -0
  85. package/dist/collection/components/chip/chip.js +197 -0
  86. package/dist/collection/components/counter-pill/counter-pill.css +313 -0
  87. package/dist/collection/components/counter-pill/counter-pill.js +137 -0
  88. package/dist/collection/components/date-picker/date-picker.css +224 -0
  89. package/dist/collection/components/date-picker/date-picker.js +679 -0
  90. package/dist/collection/components/date-picker/events.js +1 -0
  91. package/dist/collection/components/date-time-card/date-time-card.css +51 -0
  92. package/dist/collection/components/date-time-card/date-time-card.js +89 -0
  93. package/dist/collection/components/datetime-picker/datetime-picker.css +44 -0
  94. package/dist/collection/components/datetime-picker/datetime-picker.js +501 -0
  95. package/dist/collection/components/datetime-picker/event.js +9 -0
  96. package/dist/collection/components/drawer/drawer.css +78 -0
  97. package/dist/collection/components/drawer/drawer.js +300 -0
  98. package/dist/collection/components/dropdown/dropdown.css +536 -0
  99. package/dist/collection/components/dropdown/dropdown.js +392 -0
  100. package/dist/collection/components/dropdown-item/dropdown-item.css +61 -0
  101. package/dist/collection/components/dropdown-item/dropdown-item.js +187 -0
  102. package/dist/collection/components/event-list/event-list.css +58 -0
  103. package/dist/collection/components/event-list/event-list.js +197 -0
  104. package/dist/collection/components/event-list-item/event-list-item.css +126 -0
  105. package/dist/collection/components/event-list-item/event-list-item.js +162 -0
  106. package/dist/collection/components/expanding-search/expanding-search.css +127 -0
  107. package/dist/collection/components/expanding-search/expanding-search.js +178 -0
  108. package/dist/collection/components/filter-chip/filter-chip.css +82 -0
  109. package/dist/collection/components/filter-chip/filter-chip.js +74 -0
  110. package/dist/collection/components/flip-tile/flip-tile-state.js +16 -0
  111. package/dist/collection/components/flip-tile/flip-tile.css +143 -0
  112. package/dist/collection/components/flip-tile/flip-tile.js +125 -0
  113. package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
  114. package/dist/collection/components/flip-tile-content/flip-tile-content.js +23 -0
  115. package/dist/collection/components/group/group.css +170 -0
  116. package/dist/collection/components/group/group.js +329 -0
  117. package/dist/collection/components/group-dropdown-item/group-dropdown-item.css +11 -0
  118. package/dist/collection/components/group-dropdown-item/group-dropdown-item.js +60 -0
  119. package/dist/collection/components/group-item/group-item.css +116 -0
  120. package/dist/collection/components/group-item/group-item.js +200 -0
  121. package/dist/collection/components/icon/icon.css +45 -0
  122. package/dist/collection/components/icon/icon.js +91 -0
  123. package/dist/collection/components/icon-button/icon-button.js +242 -0
  124. package/dist/collection/components/input-group/input-group.css +27 -0
  125. package/dist/collection/components/input-group/input-group.js +48 -0
  126. package/dist/collection/components/kpi/kpi.css +131 -0
  127. package/dist/collection/components/kpi/kpi.js +151 -0
  128. package/dist/collection/components/map-navigation/map-navigation.css +161 -0
  129. package/dist/collection/components/map-navigation/map-navigation.js +328 -0
  130. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +237 -0
  131. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +105 -0
  132. package/dist/collection/components/menu/menu.css +128 -0
  133. package/dist/collection/components/menu/menu.js +988 -0
  134. package/dist/collection/components/menu-about/menu-about.css +207 -0
  135. package/dist/collection/components/menu-about/menu-about.js +167 -0
  136. package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
  137. package/dist/collection/components/menu-about-item/menu-about-item.js +42 -0
  138. package/dist/collection/components/menu-about-news/menu-about-news.css +99 -0
  139. package/dist/collection/components/menu-about-news/menu-about-news.js +204 -0
  140. package/dist/collection/components/menu-avatar/menu-avatar.css +91 -0
  141. package/dist/collection/components/menu-avatar/menu-avatar.js +136 -0
  142. package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +12 -0
  143. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +79 -0
  144. package/dist/collection/components/menu-item/menu-item.css +143 -0
  145. package/dist/collection/components/menu-item/menu-item.js +166 -0
  146. package/dist/collection/components/menu-settings/menu-settings.css +204 -0
  147. package/dist/collection/components/menu-settings/menu-settings.js +151 -0
  148. package/dist/collection/components/menu-settings-item/menu-settings-item.css +13 -0
  149. package/dist/collection/components/menu-settings-item/menu-settings-item.js +42 -0
  150. package/dist/collection/components/message-bar/message-bar.css +68 -0
  151. package/dist/collection/components/message-bar/message-bar.js +125 -0
  152. package/dist/collection/components/modal/modal-utils.js +36 -0
  153. package/dist/collection/components/modal/modal.css +96 -0
  154. package/dist/collection/components/modal/modal.js +540 -0
  155. package/dist/collection/components/modal-container/modal-container.css +14 -0
  156. package/dist/collection/components/modal-container/modal-container.js +107 -0
  157. package/dist/collection/components/my-component/example-modal.js +31 -0
  158. package/dist/collection/components/my-component/my-component.css +34 -0
  159. package/dist/collection/components/my-component/my-component.js +22 -0
  160. package/dist/collection/components/pill/pill.css +269 -0
  161. package/dist/collection/components/pill/pill.js +155 -0
  162. package/dist/collection/components/select/select.css +176 -0
  163. package/dist/collection/components/select/select.js +509 -0
  164. package/dist/collection/components/select-item/select-item.css +14 -0
  165. package/dist/collection/components/select-item/select-item.js +169 -0
  166. package/dist/collection/components/spinner/spinner.css +42 -0
  167. package/dist/collection/components/spinner/spinner.js +137 -0
  168. package/dist/collection/components/split-button/split-button.css +11 -0
  169. package/dist/collection/components/split-button/split-button.js +310 -0
  170. package/dist/collection/components/split-button-item/split-button-item.css +12 -0
  171. package/dist/collection/components/split-button-item/split-button-item.js +79 -0
  172. package/dist/collection/components/tab-item/tab-item.css +195 -0
  173. package/dist/collection/components/tab-item/tab-item.js +219 -0
  174. package/dist/collection/components/tabs/tabs.css +84 -0
  175. package/dist/collection/components/tabs/tabs.js +305 -0
  176. package/dist/collection/components/tile/tile.css +92 -0
  177. package/dist/collection/components/tile/tile.js +60 -0
  178. package/dist/collection/components/time-picker/time-picker.css +94 -0
  179. package/dist/collection/components/time-picker/time-picker.js +431 -0
  180. package/dist/collection/components/toast/toast-container.js +170 -0
  181. package/dist/collection/components/toast/toast-utils.js +40 -0
  182. package/dist/collection/components/toast/toast.css +110 -0
  183. package/dist/collection/components/toast/toast.js +237 -0
  184. package/dist/collection/components/toggle/toggle.css +226 -0
  185. package/dist/collection/components/toggle/toggle.js +263 -0
  186. package/dist/collection/components/tree/tree-model.js +9 -0
  187. package/dist/collection/components/tree/tree.css +12 -0
  188. package/dist/collection/components/tree/tree.js +296 -0
  189. package/dist/collection/components/tree-item/default-tree-item.js +18 -0
  190. package/dist/collection/components/tree-item/tree-item.css +86 -0
  191. package/dist/collection/components/tree-item/tree-item.js +124 -0
  192. package/dist/collection/components/upload/upload-file-state.js +15 -0
  193. package/dist/collection/components/upload/upload.css +120 -0
  194. package/dist/collection/components/upload/upload.js +413 -0
  195. package/dist/collection/components/utils/animation.js +15 -0
  196. package/dist/collection/components/utils/button-variants.js +9 -0
  197. package/dist/collection/components/utils/mutation-observer.js +9 -0
  198. package/dist/collection/components/utils/notification-color.js +9 -0
  199. package/dist/collection/components/utils/popover.util.js +33 -0
  200. package/dist/collection/components/utils/rwd.util.js +37 -0
  201. package/dist/collection/components/utils/toggle-theme.js +24 -0
  202. package/dist/collection/components/utils/typed-event.js +42 -0
  203. package/dist/collection/components/validation-tooltip/validation-tooltip.css +236 -0
  204. package/dist/collection/components/validation-tooltip/validation-tooltip.js +167 -0
  205. package/dist/collection/components/workflow-step/workflow-step.css +131 -0
  206. package/dist/collection/components/workflow-step/workflow-step.js +249 -0
  207. package/dist/collection/components/workflow-steps/workflow-steps.css +29 -0
  208. package/dist/collection/components/workflow-steps/workflow-steps.js +182 -0
  209. package/dist/collection/env.js +9 -0
  210. package/dist/collection/exports.js +15 -0
  211. package/dist/collection/index.js +16 -0
  212. package/dist/collection/utils/test/index.js +9 -0
  213. package/dist/collection/utils/test/page.js +29 -0
  214. package/dist/components/_commonjsHelpers.js +19 -0
  215. package/dist/components/animation.js +17 -0
  216. package/dist/components/anime.es.js +1309 -0
  217. package/dist/components/application-header.js +43 -0
  218. package/dist/components/base-button.js +31 -0
  219. package/dist/components/button.js +68 -0
  220. package/dist/components/date-picker.js +385 -0
  221. package/dist/components/date-time-card.js +49 -0
  222. package/dist/components/default-tree-item.js +20 -0
  223. package/dist/components/dropdown-item.js +73 -0
  224. package/dist/components/dropdown.js +181 -0
  225. package/dist/components/filter-chip.js +48 -0
  226. package/dist/components/flip-tile-state.js +18 -0
  227. package/dist/components/group-item.js +63 -0
  228. package/dist/components/icon-button.js +68 -0
  229. package/dist/components/icon.js +47 -0
  230. package/dist/components/index.d.ts +26 -0
  231. package/dist/components/index.js +62 -0
  232. package/dist/components/ix-animated-tab.d.ts +11 -0
  233. package/dist/components/ix-animated-tab.js +35 -0
  234. package/dist/components/ix-animated-tabs.d.ts +11 -0
  235. package/dist/components/ix-animated-tabs.js +229 -0
  236. package/dist/components/ix-application-header.d.ts +11 -0
  237. package/dist/components/ix-application-header.js +6 -0
  238. package/dist/components/ix-basic-navigation.d.ts +11 -0
  239. package/dist/components/ix-basic-navigation.js +66 -0
  240. package/dist/components/ix-blind.d.ts +11 -0
  241. package/dist/components/ix-blind.js +105 -0
  242. package/dist/components/ix-breadcrumb-item.d.ts +11 -0
  243. package/dist/components/ix-breadcrumb-item.js +35 -0
  244. package/dist/components/ix-breadcrumb.d.ts +11 -0
  245. package/dist/components/ix-breadcrumb.js +180 -0
  246. package/dist/components/ix-button.d.ts +11 -0
  247. package/dist/components/ix-button.js +6 -0
  248. package/dist/components/ix-category-filter.d.ts +11 -0
  249. package/dist/components/ix-category-filter.js +447 -0
  250. package/dist/components/ix-chip.d.ts +11 -0
  251. package/dist/components/ix-chip.js +74 -0
  252. package/dist/components/ix-counter-pill.d.ts +11 -0
  253. package/dist/components/ix-counter-pill.js +59 -0
  254. package/dist/components/ix-date-picker.d.ts +11 -0
  255. package/dist/components/ix-date-picker.js +6 -0
  256. package/dist/components/ix-date-time-card.d.ts +11 -0
  257. package/dist/components/ix-date-time-card.js +6 -0
  258. package/dist/components/ix-datetime-picker.d.ts +11 -0
  259. package/dist/components/ix-datetime-picker.js +184 -0
  260. package/dist/components/ix-drawer.d.ts +11 -0
  261. package/dist/components/ix-drawer.js +155 -0
  262. package/dist/components/ix-dropdown-item.d.ts +11 -0
  263. package/dist/components/ix-dropdown-item.js +6 -0
  264. package/dist/components/ix-dropdown.d.ts +11 -0
  265. package/dist/components/ix-dropdown.js +6 -0
  266. package/dist/components/ix-event-list-item.d.ts +11 -0
  267. package/dist/components/ix-event-list-item.js +59 -0
  268. package/dist/components/ix-event-list.d.ts +11 -0
  269. package/dist/components/ix-event-list.js +135 -0
  270. package/dist/components/ix-expanding-search.d.ts +11 -0
  271. package/dist/components/ix-expanding-search.js +124 -0
  272. package/dist/components/ix-filter-chip.d.ts +11 -0
  273. package/dist/components/ix-filter-chip.js +6 -0
  274. package/dist/components/ix-flip-tile-content.d.ts +11 -0
  275. package/dist/components/ix-flip-tile-content.js +33 -0
  276. package/dist/components/ix-flip-tile.d.ts +11 -0
  277. package/dist/components/ix-flip-tile.js +96 -0
  278. package/dist/components/ix-group-dropdown-item.d.ts +11 -0
  279. package/dist/components/ix-group-dropdown-item.js +47 -0
  280. package/dist/components/ix-group-item.d.ts +11 -0
  281. package/dist/components/ix-group-item.js +6 -0
  282. package/dist/components/ix-group.d.ts +11 -0
  283. package/dist/components/ix-group.js +174 -0
  284. package/dist/components/ix-icon-button.d.ts +11 -0
  285. package/dist/components/ix-icon-button.js +6 -0
  286. package/dist/components/ix-icon.d.ts +11 -0
  287. package/dist/components/ix-icon.js +6 -0
  288. package/dist/components/ix-input-group.d.ts +11 -0
  289. package/dist/components/ix-input-group.js +53 -0
  290. package/dist/components/ix-kpi.d.ts +11 -0
  291. package/dist/components/ix-kpi.js +75 -0
  292. package/dist/components/ix-map-navigation-overlay.d.ts +11 -0
  293. package/dist/components/ix-map-navigation-overlay.js +6 -0
  294. package/dist/components/ix-map-navigation.d.ts +11 -0
  295. package/dist/components/ix-map-navigation.js +182 -0
  296. package/dist/components/ix-menu-about-item.d.ts +11 -0
  297. package/dist/components/ix-menu-about-item.js +34 -0
  298. package/dist/components/ix-menu-about-news.d.ts +11 -0
  299. package/dist/components/ix-menu-about-news.js +78 -0
  300. package/dist/components/ix-menu-about.d.ts +11 -0
  301. package/dist/components/ix-menu-about.js +120 -0
  302. package/dist/components/ix-menu-avatar-item.d.ts +11 -0
  303. package/dist/components/ix-menu-avatar-item.js +6 -0
  304. package/dist/components/ix-menu-avatar.d.ts +11 -0
  305. package/dist/components/ix-menu-avatar.js +83 -0
  306. package/dist/components/ix-menu-item.d.ts +11 -0
  307. package/dist/components/ix-menu-item.js +6 -0
  308. package/dist/components/ix-menu-settings-item.d.ts +11 -0
  309. package/dist/components/ix-menu-settings-item.js +34 -0
  310. package/dist/components/ix-menu-settings.d.ts +11 -0
  311. package/dist/components/ix-menu-settings.js +107 -0
  312. package/dist/components/ix-menu.d.ts +11 -0
  313. package/dist/components/ix-menu.js +619 -0
  314. package/dist/components/ix-message-bar.d.ts +11 -0
  315. package/dist/components/ix-message-bar.js +88 -0
  316. package/dist/components/ix-modal-container.d.ts +11 -0
  317. package/dist/components/ix-modal-container.js +6 -0
  318. package/dist/components/ix-modal-example.d.ts +11 -0
  319. package/dist/components/ix-modal-example.js +67 -0
  320. package/dist/components/ix-modal.d.ts +11 -0
  321. package/dist/components/ix-modal.js +6 -0
  322. package/dist/components/ix-pill.d.ts +11 -0
  323. package/dist/components/ix-pill.js +66 -0
  324. package/dist/components/ix-select-item.d.ts +11 -0
  325. package/dist/components/ix-select-item.js +6 -0
  326. package/dist/components/ix-select.d.ts +11 -0
  327. package/dist/components/ix-select.js +339 -0
  328. package/dist/components/ix-spinner.d.ts +11 -0
  329. package/dist/components/ix-spinner.js +6 -0
  330. package/dist/components/ix-split-button-item.d.ts +11 -0
  331. package/dist/components/ix-split-button-item.js +49 -0
  332. package/dist/components/ix-split-button.d.ts +11 -0
  333. package/dist/components/ix-split-button.js +135 -0
  334. package/dist/components/ix-tab-item.d.ts +11 -0
  335. package/dist/components/ix-tab-item.js +6 -0
  336. package/dist/components/ix-tabs.d.ts +11 -0
  337. package/dist/components/ix-tabs.js +6 -0
  338. package/dist/components/ix-tile.d.ts +11 -0
  339. package/dist/components/ix-tile.js +42 -0
  340. package/dist/components/ix-time-picker.d.ts +11 -0
  341. package/dist/components/ix-time-picker.js +6 -0
  342. package/dist/components/ix-toast-container.d.ts +11 -0
  343. package/dist/components/ix-toast-container.js +110 -0
  344. package/dist/components/ix-toast.d.ts +11 -0
  345. package/dist/components/ix-toast.js +6 -0
  346. package/dist/components/ix-toggle.d.ts +11 -0
  347. package/dist/components/ix-toggle.js +104 -0
  348. package/dist/components/ix-tree-item.d.ts +11 -0
  349. package/dist/components/ix-tree-item.js +6 -0
  350. package/dist/components/ix-tree.d.ts +11 -0
  351. package/dist/components/ix-tree.js +694 -0
  352. package/dist/components/ix-upload.d.ts +11 -0
  353. package/dist/components/ix-upload.js +178 -0
  354. package/dist/components/ix-validation-tooltip.d.ts +11 -0
  355. package/dist/components/ix-validation-tooltip.js +124 -0
  356. package/dist/components/ix-workflow-step.d.ts +11 -0
  357. package/dist/components/ix-workflow-step.js +142 -0
  358. package/dist/components/ix-workflow-steps.d.ts +11 -0
  359. package/dist/components/ix-workflow-steps.js +101 -0
  360. package/dist/components/logical-filter-operator.js +33 -0
  361. package/dist/components/luxon.js +8584 -0
  362. package/dist/components/map-navigation-overlay.js +53 -0
  363. package/dist/components/menu-avatar-item.js +46 -0
  364. package/dist/components/menu-item.js +65 -0
  365. package/dist/components/modal-container.js +99 -0
  366. package/dist/components/modal-utils.js +38 -0
  367. package/dist/components/modal.js +189 -0
  368. package/dist/components/mutation-observer.js +11 -0
  369. package/dist/components/my-component.d.ts +11 -0
  370. package/dist/components/my-component.js +32 -0
  371. package/dist/components/popover.util.js +36 -0
  372. package/dist/components/popper.js +1799 -0
  373. package/dist/components/rwd.util.js +39 -0
  374. package/dist/components/select-item.js +71 -0
  375. package/dist/components/spinner.js +43 -0
  376. package/dist/components/tab-item.js +86 -0
  377. package/dist/components/tabs.js +207 -0
  378. package/dist/components/time-picker.js +193 -0
  379. package/dist/components/toast.js +123 -0
  380. package/dist/components/tree-item.js +52 -0
  381. package/dist/components/typed-event.js +44 -0
  382. package/dist/components/upload-file-state.js +17 -0
  383. package/dist/esm/_commonjsHelpers-4bc7200a.js +19 -0
  384. package/dist/esm/animation-b667a4c4.js +17 -0
  385. package/dist/esm/anime.es-185e9087.js +1309 -0
  386. package/dist/esm/base-button-7bfb747f.js +31 -0
  387. package/dist/esm/default-tree-item-638c435a.js +20 -0
  388. package/dist/esm/flip-tile-state-28a1f8ce.js +18 -0
  389. package/dist/esm/index-55cfd20d.js +1819 -0
  390. package/dist/esm/index.js +64 -0
  391. package/dist/esm/ix-animated-tab_2.entry.js +212 -0
  392. package/dist/esm/ix-application-header.entry.js +26 -0
  393. package/dist/esm/ix-basic-navigation.entry.js +40 -0
  394. package/dist/esm/ix-blind.entry.js +85 -0
  395. package/dist/esm/ix-breadcrumb_2.entry.js +150 -0
  396. package/dist/esm/ix-button.entry.js +46 -0
  397. package/dist/esm/ix-category-filter.entry.js +395 -0
  398. package/dist/esm/ix-chip.entry.js +43 -0
  399. package/dist/esm/ix-counter-pill.entry.js +36 -0
  400. package/dist/esm/ix-date-picker_2.entry.js +9034 -0
  401. package/dist/esm/ix-date-time-card.entry.js +32 -0
  402. package/dist/esm/ix-datetime-picker.entry.js +109 -0
  403. package/dist/esm/ix-drawer.entry.js +118 -0
  404. package/dist/esm/ix-dropdown_2.entry.js +198 -0
  405. package/dist/esm/ix-event-list_2.entry.js +146 -0
  406. package/dist/esm/ix-expanding-search.entry.js +88 -0
  407. package/dist/esm/ix-filter-chip.entry.js +26 -0
  408. package/dist/esm/ix-flip-tile_2.entry.js +74 -0
  409. package/dist/esm/ix-group_3.entry.js +168 -0
  410. package/dist/esm/ix-icon-button.entry.js +36 -0
  411. package/dist/esm/ix-icon.entry.js +29 -0
  412. package/dist/esm/ix-input-group.entry.js +36 -0
  413. package/dist/esm/ix-kpi.entry.js +46 -0
  414. package/dist/esm/ix-map-navigation_2.entry.js +160 -0
  415. package/dist/esm/ix-menu_9.entry.js +876 -0
  416. package/dist/esm/ix-message-bar.entry.js +54 -0
  417. package/dist/esm/ix-modal-example.entry.js +20 -0
  418. package/dist/esm/ix-modal_2.entry.js +5 -0
  419. package/dist/esm/ix-pill.entry.js +36 -0
  420. package/dist/esm/ix-select_2.entry.js +304 -0
  421. package/dist/esm/ix-spinner.entry.js +26 -0
  422. package/dist/esm/ix-split-button_2.entry.js +109 -0
  423. package/dist/esm/ix-tab-item.entry.js +63 -0
  424. package/dist/esm/ix-tabs.entry.js +183 -0
  425. package/dist/esm/ix-tile.entry.js +23 -0
  426. package/dist/esm/ix-toast_2.entry.js +154 -0
  427. package/dist/esm/ix-toggle.entry.js +78 -0
  428. package/dist/esm/ix-tree_2.entry.js +685 -0
  429. package/dist/esm/ix-upload.entry.js +135 -0
  430. package/dist/esm/ix-validation-tooltip.entry.js +103 -0
  431. package/dist/esm/ix-workflow-step_2.entry.js +186 -0
  432. package/dist/esm/loader.js +17 -0
  433. package/dist/esm/logical-filter-operator-1bf83315.js +33 -0
  434. package/dist/esm/modal-8ed87a6c.js +218 -0
  435. package/dist/esm/modal-utils-ec39c1bc.js +38 -0
  436. package/dist/esm/mutation-observer-379959bb.js +11 -0
  437. package/dist/esm/my-component.entry.js +15 -0
  438. package/dist/esm/polyfills/core-js.js +11 -0
  439. package/dist/esm/polyfills/css-shim.js +1 -0
  440. package/dist/esm/polyfills/dom.js +79 -0
  441. package/dist/esm/polyfills/es5-html-element.js +1 -0
  442. package/dist/esm/polyfills/index.js +34 -0
  443. package/dist/esm/polyfills/system.js +6 -0
  444. package/dist/esm/popper-42db9fbd.js +1799 -0
  445. package/dist/esm/rwd.util-33a69d24.js +39 -0
  446. package/dist/esm/siemens-ix.js +17 -0
  447. package/dist/esm/typed-event-dd6c83dd.js +44 -0
  448. package/dist/esm/upload-file-state-631bb8a2.js +17 -0
  449. package/dist/index.cjs.js +1 -0
  450. package/dist/index.js +1 -0
  451. package/dist/siemens-ix/index.esm.js +1 -0
  452. package/dist/siemens-ix/p-02501b64.entry.js +1 -0
  453. package/dist/siemens-ix/p-03ef9fe5.entry.js +1 -0
  454. package/dist/siemens-ix/p-0a12b3df.js +1 -0
  455. package/dist/siemens-ix/p-0bf04780.js +1 -0
  456. package/dist/siemens-ix/p-0e315bd7.entry.js +1 -0
  457. package/dist/siemens-ix/p-1c82637e.js +1 -0
  458. package/dist/siemens-ix/p-1d30454e.js +1 -0
  459. package/dist/siemens-ix/p-1d56d9b6.entry.js +1 -0
  460. package/dist/siemens-ix/p-235606b2.entry.js +1 -0
  461. package/dist/siemens-ix/p-2b7ed5d4.entry.js +1 -0
  462. package/dist/siemens-ix/p-301ddeb7.js +1 -0
  463. package/dist/siemens-ix/p-334b7d5c.entry.js +1 -0
  464. package/dist/siemens-ix/p-37417714.js +1 -0
  465. package/dist/siemens-ix/p-3f809fb3.entry.js +1 -0
  466. package/dist/siemens-ix/p-4287bd7e.entry.js +1 -0
  467. package/dist/siemens-ix/p-47ea9884.js +1 -0
  468. package/dist/siemens-ix/p-52d99490.entry.js +1 -0
  469. package/dist/siemens-ix/p-5a1dcc74.js +1 -0
  470. package/dist/siemens-ix/p-5f9f25ef.entry.js +1 -0
  471. package/dist/siemens-ix/p-5fed62f8.entry.js +1 -0
  472. package/dist/siemens-ix/p-6726f740.entry.js +1 -0
  473. package/dist/siemens-ix/p-67c2bca6.entry.js +1 -0
  474. package/dist/siemens-ix/p-6f625f0e.js +1 -0
  475. package/dist/siemens-ix/p-71de6498.entry.js +1 -0
  476. package/dist/siemens-ix/p-77823732.entry.js +1 -0
  477. package/dist/siemens-ix/p-78df1e46.entry.js +1 -0
  478. package/dist/siemens-ix/p-7d667916.entry.js +1 -0
  479. package/dist/siemens-ix/p-7f5a2e3c.entry.js +1 -0
  480. package/dist/siemens-ix/p-810b5232.js +1 -0
  481. package/dist/siemens-ix/p-81e46337.entry.js +1 -0
  482. package/dist/siemens-ix/p-8239c3a1.entry.js +1 -0
  483. package/dist/siemens-ix/p-893b7bf6.entry.js +1 -0
  484. package/dist/siemens-ix/p-94b86dec.entry.js +1 -0
  485. package/dist/siemens-ix/p-a49005f3.entry.js +1 -0
  486. package/dist/siemens-ix/p-a8396077.entry.js +1 -0
  487. package/dist/siemens-ix/p-ab715295.entry.js +1 -0
  488. package/dist/siemens-ix/p-b4003026.entry.js +1 -0
  489. package/dist/siemens-ix/p-b93c2fab.entry.js +1 -0
  490. package/dist/siemens-ix/p-bd15d8ca.entry.js +1 -0
  491. package/dist/siemens-ix/p-bdd294d2.js +1 -0
  492. package/dist/siemens-ix/p-be1ec062.entry.js +1 -0
  493. package/dist/siemens-ix/p-bf5513a0.entry.js +1 -0
  494. package/dist/siemens-ix/p-c0c9fb81.entry.js +1 -0
  495. package/dist/siemens-ix/p-c3738ffc.entry.js +1 -0
  496. package/dist/siemens-ix/p-c792adb4.entry.js +1 -0
  497. package/dist/siemens-ix/p-c9a5d942.entry.js +1 -0
  498. package/dist/siemens-ix/p-cb6e62ff.entry.js +1 -0
  499. package/dist/siemens-ix/p-cbd0f8a7.entry.js +1 -0
  500. package/dist/siemens-ix/p-d23706a7.js +1 -0
  501. package/dist/siemens-ix/p-d2fc562a.entry.js +1 -0
  502. package/dist/siemens-ix/p-da2cae32.js +1 -0
  503. package/dist/siemens-ix/p-df43662b.entry.js +1 -0
  504. package/dist/siemens-ix/p-f2636faf.entry.js +1 -0
  505. package/dist/siemens-ix/p-f86fcdf4.js +1 -0
  506. package/dist/siemens-ix/p-fa44655a.entry.js +1 -0
  507. package/dist/siemens-ix/p-fbe40498.js +1 -0
  508. package/dist/siemens-ix/p-fe5db4d1.entry.js +1 -0
  509. package/dist/siemens-ix/siemens-ix.css +19249 -0
  510. package/dist/siemens-ix/siemens-ix.esm.js +1 -0
  511. package/dist/types/components/animated-tab/animated-tab.d.ts +11 -0
  512. package/dist/types/components/animated-tabs/animated-tabs.d.ts +44 -0
  513. package/dist/types/components/application-header/application-header.d.ts +10 -0
  514. package/dist/types/components/basic-navigation/basic-navigation.d.ts +16 -0
  515. package/dist/types/components/blind/blind.d.ts +26 -0
  516. package/dist/types/components/breadcrumb/breadcrumb.d.ts +48 -0
  517. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +11 -0
  518. package/dist/types/components/button/base-button.d.ts +13 -0
  519. package/dist/types/components/button/button.d.ts +34 -0
  520. package/dist/types/components/category-filter/category-filter.d.ts +129 -0
  521. package/dist/types/components/category-filter/filter-state.d.ts +9 -0
  522. package/dist/types/components/category-filter/input-state.d.ts +6 -0
  523. package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
  524. package/dist/types/components/chip/chip.d.ts +38 -0
  525. package/dist/types/components/counter-pill/counter-pill.d.ts +24 -0
  526. package/dist/types/components/date-picker/date-picker.d.ts +136 -0
  527. package/dist/types/components/date-picker/events.d.ts +5 -0
  528. package/dist/types/components/date-time-card/date-time-card.d.ts +14 -0
  529. package/dist/types/components/datetime-picker/datetime-picker.d.ts +128 -0
  530. package/dist/types/components/datetime-picker/event.d.ts +5 -0
  531. package/dist/types/components/drawer/drawer.d.ts +49 -0
  532. package/dist/types/components/dropdown/dropdown.d.ts +70 -0
  533. package/dist/types/components/dropdown-item/dropdown-item.d.ts +33 -0
  534. package/dist/types/components/event-list/event-list.d.ts +31 -0
  535. package/dist/types/components/event-list-item/event-list-item.d.ts +34 -0
  536. package/dist/types/components/expanding-search/expanding-search.d.ts +31 -0
  537. package/dist/types/components/filter-chip/filter-chip.d.ts +14 -0
  538. package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
  539. package/dist/types/components/flip-tile/flip-tile.d.ts +22 -0
  540. package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +3 -0
  541. package/dist/types/components/group/group.d.ts +59 -0
  542. package/dist/types/components/group-dropdown-item/group-dropdown-item.d.ts +11 -0
  543. package/dist/types/components/group-item/group-item.d.ts +39 -0
  544. package/dist/types/components/icon/icon.d.ts +15 -0
  545. package/dist/types/components/icon-button/icon-button.d.ts +51 -0
  546. package/dist/types/components/input-group/input-group.d.ts +5 -0
  547. package/dist/types/components/kpi/kpi.d.ts +25 -0
  548. package/dist/types/components/map-navigation/map-navigation.d.ts +51 -0
  549. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +20 -0
  550. package/dist/types/components/menu/menu.d.ts +145 -0
  551. package/dist/types/components/menu-about/menu-about.d.ts +31 -0
  552. package/dist/types/components/menu-about-item/menu-about-item.d.ts +7 -0
  553. package/dist/types/components/menu-about-news/menu-about-news.d.ts +36 -0
  554. package/dist/types/components/menu-avatar/menu-avatar.d.ts +26 -0
  555. package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +17 -0
  556. package/dist/types/components/menu-item/menu-item.d.ts +31 -0
  557. package/dist/types/components/menu-settings/menu-settings.d.ts +27 -0
  558. package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +7 -0
  559. package/dist/types/components/message-bar/message-bar.d.ts +23 -0
  560. package/dist/types/components/modal/modal-utils.d.ts +26 -0
  561. package/dist/types/components/modal/modal.d.ts +99 -0
  562. package/dist/types/components/modal-container/modal-container.d.ts +15 -0
  563. package/dist/types/components/my-component/example-modal.d.ts +6 -0
  564. package/dist/types/components/my-component/my-component.d.ts +3 -0
  565. package/dist/types/components/pill/pill.d.ts +28 -0
  566. package/dist/types/components/select/select.d.ts +83 -0
  567. package/dist/types/components/select-item/select-item.d.ts +31 -0
  568. package/dist/types/components/spinner/spinner.d.ts +11 -0
  569. package/dist/types/components/split-button/split-button.d.ts +57 -0
  570. package/dist/types/components/split-button-item/split-button-item.d.ts +17 -0
  571. package/dist/types/components/tab-item/tab-item.d.ts +36 -0
  572. package/dist/types/components/tabs/tabs.d.ts +46 -0
  573. package/dist/types/components/tile/tile.d.ts +7 -0
  574. package/dist/types/components/time-picker/time-picker.d.ts +80 -0
  575. package/dist/types/components/toast/toast-container.d.ts +25 -0
  576. package/dist/types/components/toast/toast-utils.d.ts +33 -0
  577. package/dist/types/components/toast/toast.d.ts +39 -0
  578. package/dist/types/components/toggle/toggle.d.ts +45 -0
  579. package/dist/types/components/tree/tree-model.d.ts +17 -0
  580. package/dist/types/components/tree/tree.d.ts +44 -0
  581. package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
  582. package/dist/types/components/tree-item/tree-item.d.ts +25 -0
  583. package/dist/types/components/upload/upload-file-state.d.ts +6 -0
  584. package/dist/types/components/upload/upload.d.ts +70 -0
  585. package/dist/types/components/utils/animation.d.ts +7 -0
  586. package/dist/types/components/utils/button-variants.d.ts +1 -0
  587. package/dist/types/components/utils/mutation-observer.d.ts +1 -0
  588. package/dist/types/components/utils/notification-color.d.ts +4 -0
  589. package/dist/types/components/utils/popover.util.d.ts +9 -0
  590. package/dist/types/components/utils/rwd.util.d.ts +2 -0
  591. package/dist/types/components/utils/toggle-theme.d.ts +1 -0
  592. package/dist/types/components/utils/typed-event.d.ts +15 -0
  593. package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +31 -0
  594. package/dist/types/components/workflow-step/workflow-step.d.ts +35 -0
  595. package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
  596. package/dist/types/components.d.ts +3689 -0
  597. package/dist/types/env.d.ts +1 -0
  598. package/dist/types/exports.d.ts +7 -0
  599. package/dist/types/index.d.ts +11 -0
  600. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  601. package/dist/types/utils/test/index.d.ts +1 -0
  602. package/dist/types/utils/test/page.d.ts +3 -0
  603. package/loader/cdn.js +3 -0
  604. package/loader/index.cjs.js +3 -0
  605. package/loader/index.d.ts +12 -0
  606. package/loader/index.es2017.js +3 -0
  607. package/loader/index.js +4 -0
  608. package/loader/package.json +10 -0
  609. package/package.json +1 -1
@@ -0,0 +1,3689 @@
1
+ /* eslint-disable */
2
+ /* tslint:disable */
3
+ /**
4
+ * This is an autogenerated file created by the Stencil compiler.
5
+ * It contains typing information for all components that exist in this project.
6
+ */
7
+ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { Buttons } from "./components/utils/button-variants";
9
+ import { FilterState } from "./components/category-filter/filter-state";
10
+ import { InputState } from "./components/category-filter/input-state";
11
+ import { DateTimeCardCorners } from "./components/date-time-card/date-time-card";
12
+ import { DateChangeEvent, LegacyDateChangeEvent } from "./components/date-picker/events";
13
+ import { DateTime } from "luxon";
14
+ import { DateTimeCardCorners as DateTimeCardCorners1 } from "./components/date-time-card/date-time-card";
15
+ import { DateTimeSelectEvent } from "./components/datetime-picker/event";
16
+ import { Placement, PositioningStrategy } from "@popperjs/core";
17
+ import { FlipTileState } from "./components/flip-tile/flip-tile-state";
18
+ import { NotificationColor } from "./components/utils/notification-color";
19
+ import { TypedEvent } from "./components/utils/typed-event";
20
+ import { ModalConfig } from "./components/modal/modal-utils";
21
+ import { ToastConfig, ToastType } from "./components/toast/toast-utils";
22
+ import { TreeContext, TreeItemContext, TreeModel, UpdateCallback } from "./components/tree/tree-model";
23
+ import { UploadFileState } from "./components/upload/upload-file-state";
24
+ export namespace Components {
25
+ interface IxAnimatedTab {
26
+ /**
27
+ * Show notification number
28
+ */
29
+ "count": number;
30
+ /**
31
+ * Icon of the tab
32
+ */
33
+ "icon": string;
34
+ }
35
+ interface IxAnimatedTabs {
36
+ /**
37
+ * @deprecated - For debugging purposes only
38
+ */
39
+ "disableAnimations": boolean;
40
+ /**
41
+ * Current selected tab index
42
+ */
43
+ "selectedIndex": number;
44
+ /**
45
+ * Placement of the tabs
46
+ */
47
+ "tabPlacement": 'top' | 'bottom';
48
+ }
49
+ interface IxApplicationHeader {
50
+ /**
51
+ * Application name
52
+ */
53
+ "name": string;
54
+ }
55
+ interface IxBasicNavigation {
56
+ /**
57
+ * Application name
58
+ */
59
+ "applicationName": string;
60
+ /**
61
+ * Hide application header
62
+ */
63
+ "hideHeader": boolean;
64
+ }
65
+ interface IxBlind {
66
+ /**
67
+ * Collapsed state
68
+ */
69
+ "collapsed": boolean;
70
+ /**
71
+ * Label of blind
72
+ */
73
+ "label": string;
74
+ }
75
+ interface IxBreadcrumb {
76
+ /**
77
+ * Ghost breadcrumbs will not show solid backgrounds on individual crumbs unless there is a mouse event (e.g. hover)
78
+ */
79
+ "ghost": boolean;
80
+ /**
81
+ * Items will be accessible through a dropdown
82
+ */
83
+ "nextItems": string[];
84
+ /**
85
+ * Excess items will get hidden inside of dropdown
86
+ */
87
+ "visibleItemCount": number;
88
+ }
89
+ interface IxBreadcrumbItem {
90
+ /**
91
+ * Icon to be displayed next ot the label
92
+ */
93
+ "icon": string;
94
+ /**
95
+ * Breadcrumb label
96
+ */
97
+ "label": string;
98
+ }
99
+ interface IxButton {
100
+ /**
101
+ * Disable the button
102
+ */
103
+ "disabled": boolean;
104
+ /**
105
+ * Button with no background or outline
106
+ */
107
+ "ghost": boolean;
108
+ /**
109
+ * Invisible button
110
+ * @deprecated use ghost property
111
+ */
112
+ "invisible": boolean;
113
+ /**
114
+ * Outline button
115
+ */
116
+ "outline": boolean;
117
+ /**
118
+ * Show button as selected. Should be used with outline or invisible
119
+ */
120
+ "selected": boolean;
121
+ /**
122
+ * Type of the button
123
+ */
124
+ "type": 'button' | 'submit';
125
+ /**
126
+ * Button varaint
127
+ */
128
+ "variant": Buttons;
129
+ }
130
+ interface IxCategoryFilter {
131
+ /**
132
+ * Configuration object hash used to populate the dropwdown menu for typeahead and quick selection functionality. Each ID maps to an object with a label and an array of options to select from.
133
+ */
134
+ "categories": {
135
+ [id: string]: {
136
+ label: string;
137
+ options: string[];
138
+ };
139
+ };
140
+ /**
141
+ * A set of search criteria to populate the component with.
142
+ */
143
+ "filterState": FilterState;
144
+ /**
145
+ * Allows to hide the icon inside the text input. Defaults to false
146
+ */
147
+ "hideIcon": boolean;
148
+ /**
149
+ * i18n
150
+ */
151
+ "i18nPlainText": string;
152
+ /**
153
+ * The icon next to the actual text input Defaults to 'search'
154
+ */
155
+ "icon": string;
156
+ /**
157
+ * When set this will initially populate the component with the provided search criteria. This will trigger all input events accordingly.
158
+ * @deprecated will get removed with next major release (7.0.0). Use the member filterState instead.
159
+ */
160
+ "initialState": FilterState;
161
+ /**
162
+ * i18n
163
+ */
164
+ "labelCategories": string;
165
+ /**
166
+ * In certain use cases some categories are not available for selection any more. To allow proper display of set filters with these categories this ID to label mapping can be populated. Configuration object hash used to supply labels to the filter chips in the input field. Each ID maps to a string representing the label to display.
167
+ */
168
+ "nonSelectableCategories"?: {
169
+ [id: string]: string;
170
+ };
171
+ /**
172
+ * Placeholder text to be displayed in an empty input field.
173
+ */
174
+ "placeholder": string;
175
+ /**
176
+ * If set to true allows that a single category can be set more than once. An already set category will not appear in the category dropdown if set to false. Defaults to true
177
+ */
178
+ "repeatCategories": boolean;
179
+ /**
180
+ * A list of strings that will be supplied as typeahead suggestions not tied to any categories.
181
+ */
182
+ "suggestions": string[];
183
+ /**
184
+ * @deprecated For debugging purposes only!
185
+ */
186
+ "tmpDisableScrollIntoView": boolean;
187
+ }
188
+ interface IxChip {
189
+ /**
190
+ * Display chip in active state. Only working witht `variant="primary"`
191
+ */
192
+ "active": boolean;
193
+ /**
194
+ * Custom color for pill. Only working for `variant='custom'`
195
+ */
196
+ "background": string | undefined;
197
+ /**
198
+ * Show close icon
199
+ */
200
+ "closable": boolean;
201
+ /**
202
+ * Custom font color for pill. Only working for `variant='custom'`
203
+ */
204
+ "color": string | undefined;
205
+ /**
206
+ * Show icon
207
+ */
208
+ "icon": string | undefined;
209
+ /**
210
+ * Show chip with outline style
211
+ */
212
+ "outline": boolean;
213
+ /**
214
+ * Chip variant
215
+ */
216
+ "variant": | 'primary'
217
+ | 'alarm'
218
+ | 'critical'
219
+ | 'warning'
220
+ | 'info'
221
+ | 'neutral'
222
+ | 'success'
223
+ | 'custom';
224
+ }
225
+ interface IxCounterPill {
226
+ /**
227
+ * Align pill content left
228
+ */
229
+ "alignLeft": boolean;
230
+ /**
231
+ * Custom color for pill. Only working for `variant='custom'`
232
+ */
233
+ "background": string | undefined;
234
+ /**
235
+ * Custom font color for pill. Only working for `variant='custom'`
236
+ */
237
+ "color": string | undefined;
238
+ /**
239
+ * Show pill as outline
240
+ */
241
+ "outline": boolean;
242
+ /**
243
+ * Pill variant
244
+ */
245
+ "variant": | 'primary'
246
+ | 'alarm'
247
+ | 'critical'
248
+ | 'warning'
249
+ | 'info'
250
+ | 'neutral'
251
+ | 'success'
252
+ | 'custom';
253
+ }
254
+ interface IxDatePicker {
255
+ /**
256
+ * Corner style
257
+ */
258
+ "corners": DateTimeCardCorners;
259
+ /**
260
+ * Default behavior of the done event is to join the two events (date and time) into one combined string output. This combination can be configured over the delimiter
261
+ * @since 1.1.0
262
+ */
263
+ "eventDelimiter": string;
264
+ /**
265
+ * Date format string. See {@link https ://moment.github.io/luxon/#/formatting?id=table-of-tokens} for all available tokens.
266
+ */
267
+ "format": string;
268
+ /**
269
+ * Picker date. If the picker is in range mode this property is the start date. Format is based on `format`
270
+ * @since 1.1.0
271
+ */
272
+ "from": string;
273
+ /**
274
+ * Get the current DateTime
275
+ */
276
+ "getCurrentDate": () => Promise<{ start: DateTime; end: DateTime; }>;
277
+ /**
278
+ * @deprecated - will get removed with next major release
279
+ */
280
+ "individual": boolean;
281
+ /**
282
+ * The latest date that can be selected by the date picker. If not set there will be no restriction.
283
+ * @since 1.1.0
284
+ */
285
+ "maxDate": string;
286
+ /**
287
+ * The earliest date that can be selected by the date picker. If not set there will be no restriction.
288
+ * @since 1.1.0
289
+ */
290
+ "minDate": string;
291
+ /**
292
+ * If true a range of dates can be selected.
293
+ */
294
+ "range": boolean;
295
+ /**
296
+ * Text of date select button
297
+ * @since 1.1.0
298
+ */
299
+ "textSelectDate": string;
300
+ /**
301
+ * Picker date. If the picker is in range mode this property is the end date. If the picker is not in range mode leave this value `null` Format is based on `format`
302
+ * @since 1.1.0
303
+ */
304
+ "to": string | null;
305
+ }
306
+ interface IxDateTimeCard {
307
+ /**
308
+ * Set corners style
309
+ */
310
+ "corners": DateTimeCardCorners;
311
+ /**
312
+ * set styles
313
+ */
314
+ "individual": boolean;
315
+ }
316
+ interface IxDatetimePicker {
317
+ /**
318
+ * Date format string. See {@link https ://moment.github.io/luxon/#/formatting?id=table-of-tokens} for all available tokens.
319
+ * @since 1.1.0
320
+ */
321
+ "dateFormat": string;
322
+ /**
323
+ * Default behavior of the done event is to join the two events (date and time) into one combined string output. This combination can be configured over the delimiter
324
+ * @since 1.1.0
325
+ */
326
+ "eventDelimiter": string;
327
+ /**
328
+ * Picker date. If the picker is in range mode this property is the start date. Format is based on `format`
329
+ * @since 1.1.0
330
+ */
331
+ "from": string;
332
+ /**
333
+ * The latest date that can be selected by the date picker. If not set there will be no restriction.
334
+ * @since 1.1.0
335
+ */
336
+ "maxDate": string;
337
+ /**
338
+ * The earliest date that can be selected by the date picker. If not set there will be no restriction.
339
+ * @since 1.1.0
340
+ */
341
+ "minDate": string;
342
+ /**
343
+ * Set range size
344
+ */
345
+ "range": boolean;
346
+ /**
347
+ * Show hour input
348
+ */
349
+ "showHour": boolean;
350
+ /**
351
+ * Show minutes input
352
+ */
353
+ "showMinutes": boolean;
354
+ /**
355
+ * Show seconds input
356
+ */
357
+ "showSeconds": boolean;
358
+ /**
359
+ * Show time reference input
360
+ * @since 1.1.0 time reference is default aligned with formt tt
361
+ */
362
+ "showTimeReference": any;
363
+ /**
364
+ * Text of date select button
365
+ * @since 1.1.0
366
+ */
367
+ "textSelectDate": string;
368
+ /**
369
+ * Select time with format string
370
+ * @since 1.1.0
371
+ */
372
+ "time": string;
373
+ /**
374
+ * Time format string. See {@link https ://moment.github.io/luxon/#/formatting?id=table-of-tokens} for all available tokens.
375
+ * @since 1.1.0
376
+ */
377
+ "timeFormat": string;
378
+ /**
379
+ * Set time reference
380
+ */
381
+ "timeReference": 'AM' | 'PM';
382
+ /**
383
+ * Picker date. If the picker is in range mode this property is the end date. If the picker is not in range mode leave this value `null` Format is based on `format`
384
+ * @since 1.1.0
385
+ */
386
+ "to": string | null;
387
+ }
388
+ interface IxDrawer {
389
+ /**
390
+ * Fired in case of an outside click during drawer showed state
391
+ */
392
+ "closeOnClickOutside": boolean;
393
+ /**
394
+ * Render the drawer with maximum height
395
+ */
396
+ "fullHeight": boolean;
397
+ /**
398
+ * Max width interpreted as REM
399
+ */
400
+ "maxWidth": number;
401
+ /**
402
+ * Min width interpreted as REM
403
+ */
404
+ "minWidth": number;
405
+ /**
406
+ * Show or hide the drawer
407
+ */
408
+ "show": boolean;
409
+ /**
410
+ * Toggle or define show state of drawer
411
+ * @param show Overwrite toggle state with boolean
412
+ */
413
+ "toggleDrawer": (show: boolean) => Promise<void>;
414
+ /**
415
+ * Width interpreted as REM if not set to 'auto'
416
+ */
417
+ "width": number | 'auto';
418
+ }
419
+ interface IxDropdown {
420
+ /**
421
+ * Adjust dropdown width to the parent width
422
+ */
423
+ "adjustDropdownWidthToReferenceWidth": boolean;
424
+ /**
425
+ * Adjust dropdown width to the parent width
426
+ * @deprecated - property has a typo and will get removed in the next major version. Use `adjustDropdownWidthToReferenceWidth` instead.
427
+ */
428
+ "adjustDropdownWidthToReferenceWith": boolean;
429
+ /**
430
+ * Define an anchor element
431
+ */
432
+ "anchor": string | HTMLElement;
433
+ /**
434
+ * Close behavior
435
+ */
436
+ "closeBehavior": 'inside' | 'outside' | 'both' | boolean;
437
+ /**
438
+ * An optional header shown at the top of the dropdown
439
+ */
440
+ "header"?: string;
441
+ /**
442
+ * Placement of the dropdown
443
+ */
444
+ "placement": Placement;
445
+ /**
446
+ * Position strategy
447
+ */
448
+ "positioningStrategy": PositioningStrategy;
449
+ /**
450
+ * Show dropdown
451
+ */
452
+ "show": boolean;
453
+ /**
454
+ * Define an element that triggers the dropdown. A trigger can either be a string that will be interprated as id attribute or a DOM element.
455
+ */
456
+ "trigger": string | HTMLElement;
457
+ /**
458
+ * Update position of dropdown
459
+ */
460
+ "updatePosition": () => Promise<void>;
461
+ }
462
+ interface IxDropdownItem {
463
+ /**
464
+ * Whether the item is checked or not. If true a checkmark will mark the item as checked.
465
+ */
466
+ "checked": boolean;
467
+ /**
468
+ * Disable item and remove event listeners
469
+ */
470
+ "disabled": boolean;
471
+ /**
472
+ * Internal usage only
473
+ */
474
+ "emitItemClick": () => Promise<void>;
475
+ /**
476
+ * Display hover state
477
+ */
478
+ "hover": boolean;
479
+ /**
480
+ * Icon of dropdown item
481
+ */
482
+ "icon": string;
483
+ /**
484
+ * Label of dropdown item
485
+ */
486
+ "label": string;
487
+ }
488
+ interface IxEventList {
489
+ /**
490
+ * Animate state change transitions. Defaults to 'true'.
491
+ */
492
+ "animated": boolean;
493
+ /**
494
+ * Display a chevron icon in list items. Defaults to 'false'
495
+ */
496
+ "chevron": boolean;
497
+ /**
498
+ * Make event-list items more compact
499
+ */
500
+ "compact": boolean;
501
+ /**
502
+ * Determines the height of list items. This can either be one of two predefined sizes ('S' or 'L') or an absolute pixel value. In case a number is supplied it will get converted to rem internally. Defaults to 'S'.
503
+ */
504
+ "itemHeight": 'S' | 'L' | number;
505
+ }
506
+ interface IxEventListItem {
507
+ /**
508
+ * Show chevron on right side of the event list item
509
+ */
510
+ "chevron": boolean;
511
+ /**
512
+ * Color of the status indicator. Allowed values are all Core UI color names.
513
+ */
514
+ "color": string;
515
+ /**
516
+ * Disable event list item
517
+ */
518
+ "disabled": boolean;
519
+ /**
520
+ * Opacity of the status indicator. Defaults to 1.0
521
+ * @deprecated Will be removed in 7.0.0. Use color with alpha value.
522
+ */
523
+ "opacity": number;
524
+ /**
525
+ * Show event list item as selected
526
+ */
527
+ "selected": boolean;
528
+ }
529
+ interface IxExpandingSearch {
530
+ /**
531
+ * Search icon
532
+ */
533
+ "icon": string;
534
+ /**
535
+ * Placeholder text
536
+ */
537
+ "placeholder": string;
538
+ /**
539
+ * Default value
540
+ */
541
+ "value": string;
542
+ }
543
+ interface IxFilterChip {
544
+ /**
545
+ * If true the filter chip will be in disabled state
546
+ */
547
+ "disabled": boolean;
548
+ }
549
+ interface IxFlipTile {
550
+ /**
551
+ * Tmp property name
552
+ */
553
+ "footer": string;
554
+ /**
555
+ * Variation of the Flip
556
+ */
557
+ "state": FlipTileState;
558
+ }
559
+ interface IxFlipTileContent {
560
+ }
561
+ interface IxGroup {
562
+ /**
563
+ * Whether the group is collapsed or expanded. Defaults to true.
564
+ */
565
+ "collapsed": boolean;
566
+ /**
567
+ * Expand the group if the header is clicked
568
+ */
569
+ "expandOnHeaderClick": boolean;
570
+ /**
571
+ * Group header
572
+ */
573
+ "header": string;
574
+ /**
575
+ * The index of the selected group entry. If undefined no group item is selected.
576
+ */
577
+ "index": number;
578
+ /**
579
+ * Whether the group is selected.
580
+ */
581
+ "selected": boolean;
582
+ /**
583
+ * Group header subtitle
584
+ */
585
+ "subHeader": string;
586
+ /**
587
+ * Prevent header from being selectable
588
+ */
589
+ "suppressHeaderSelection": boolean;
590
+ }
591
+ interface IxGroupDropdownItem {
592
+ /**
593
+ * Group dropdown icon
594
+ */
595
+ "icon": string;
596
+ /**
597
+ * Group dropdown label
598
+ */
599
+ "label": string;
600
+ }
601
+ interface IxGroupItem {
602
+ /**
603
+ * The elements tabindex attribute will get set accordingly. If true tabindex will be 0, -1 otherwise.
604
+ */
605
+ "focusable": boolean;
606
+ /**
607
+ * Group item icon
608
+ */
609
+ "icon": string;
610
+ /**
611
+ * Index
612
+ */
613
+ "index": number;
614
+ /**
615
+ * Group item secondary text
616
+ */
617
+ "secondaryText": string;
618
+ /**
619
+ * Show selected state
620
+ */
621
+ "selected": boolean;
622
+ /**
623
+ * Supress the selection of the group
624
+ */
625
+ "suppressSelection": boolean;
626
+ /**
627
+ * Group item text
628
+ */
629
+ "text": string;
630
+ }
631
+ interface IxIcon {
632
+ /**
633
+ * Color of the icon
634
+ */
635
+ "color": string;
636
+ /**
637
+ * Use one of our defined icon names e.g. `copy`.
638
+ */
639
+ "name": string;
640
+ /**
641
+ * Size of the icon
642
+ */
643
+ "size": '12' | '16' | '24' | '32';
644
+ }
645
+ interface IxIconButton {
646
+ /**
647
+ * Color of icon in button
648
+ */
649
+ "color": string;
650
+ /**
651
+ * Disabled
652
+ */
653
+ "disabled": boolean;
654
+ /**
655
+ * Button invisible
656
+ */
657
+ "ghost": boolean;
658
+ /**
659
+ * Button icon
660
+ */
661
+ "icon": string;
662
+ /**
663
+ * Button invisible
664
+ * @deprecated use ghost property
665
+ */
666
+ "invisible": boolean;
667
+ /**
668
+ * Button outline
669
+ */
670
+ "outline": boolean;
671
+ /**
672
+ * Button in oval shape
673
+ */
674
+ "oval": boolean;
675
+ /**
676
+ * Selected state only working with outline or invisible
677
+ */
678
+ "selected": boolean;
679
+ /**
680
+ * Size of icon in button
681
+ */
682
+ "size": '32' | '24' | '16' | '12';
683
+ /**
684
+ * Type of the button
685
+ */
686
+ "type": 'button' | 'submit';
687
+ /**
688
+ * Variant of button
689
+ */
690
+ "variant": 'Primary' | 'Secondary';
691
+ }
692
+ interface IxInputGroup {
693
+ }
694
+ interface IxKpi {
695
+ "label": string;
696
+ "orientation": 'horizontal' | 'vertical';
697
+ "state": 'neutral' | 'warning' | 'alarm';
698
+ "unit": string;
699
+ "value": string | number;
700
+ }
701
+ interface IxMapNavigation {
702
+ /**
703
+ * Application name
704
+ */
705
+ "applicationName": string;
706
+ /**
707
+ * Close current shown overlay
708
+ */
709
+ "closeOverlay": () => Promise<void>;
710
+ /**
711
+ * Hide the sidebar context menu button when set to true
712
+ */
713
+ "hideContextMenu": boolean;
714
+ /**
715
+ * Navigation title
716
+ */
717
+ "navigationTitle": string;
718
+ /**
719
+ * Open a overlay inside content area
720
+ * @param name
721
+ * @param component
722
+ * @param icon
723
+ * @param color
724
+ */
725
+ "openOverlay": (name: string, component: HTMLElement, icon?: string, color?: string) => Promise<void>;
726
+ }
727
+ interface IxMapNavigationOverlay {
728
+ /**
729
+ * Color of icon
730
+ */
731
+ "color": string;
732
+ /**
733
+ * Icon of overlay
734
+ */
735
+ "icon": string;
736
+ /**
737
+ * Title of overlay
738
+ */
739
+ "name": string;
740
+ }
741
+ interface IxMenu {
742
+ /**
743
+ * Should only be set if you use ix-menu standalone
744
+ */
745
+ "applicationDescription": string;
746
+ /**
747
+ * Should only be set if you use ix-menu standalone
748
+ */
749
+ "applicationName": string;
750
+ /**
751
+ * Internal
752
+ */
753
+ "enableMapExpand": boolean;
754
+ /**
755
+ * Is settings tab is visible
756
+ */
757
+ "enableSettings": boolean;
758
+ /**
759
+ * Show toggle between light and dark variant. Only if the provided theme have implemented both!
760
+ */
761
+ "enableToggleTheme": boolean;
762
+ /**
763
+ * Expand menu
764
+ */
765
+ "expand": boolean;
766
+ "i18nCollapse": string;
767
+ "i18nExpand": string;
768
+ "i18nLegal": string;
769
+ "i18nMore": string;
770
+ "i18nSettings": string;
771
+ "i18nToggleTheme": string;
772
+ /**
773
+ * Maximum number of menu items to show in case enough vertical space is available. Extra menu items will be collapsed to 'show more' menu item.
774
+ */
775
+ "maxVisibleMenuItems": number;
776
+ /**
777
+ * Is about tab visible
778
+ */
779
+ "showAbout": boolean;
780
+ /**
781
+ * Is settings tab visible
782
+ */
783
+ "showSettings": boolean;
784
+ /**
785
+ * Toggle About tabs
786
+ * @param show
787
+ */
788
+ "toggleAbout": (show: boolean) => Promise<void>;
789
+ /**
790
+ * Toggle map sidebar expand
791
+ * @param show
792
+ */
793
+ "toggleMapExpand": (show?: boolean) => Promise<void>;
794
+ /**
795
+ * Toggle menu
796
+ * @param show
797
+ */
798
+ "toggleMenu": (show?: boolean) => Promise<void>;
799
+ /**
800
+ * Toggle Settings tabs
801
+ * @param show
802
+ */
803
+ "toggleSettings": (show: boolean) => Promise<void>;
804
+ }
805
+ interface IxMenuAbout {
806
+ /**
807
+ * Active tab
808
+ */
809
+ "activeTabLabel": string;
810
+ /**
811
+ * Label of first tab
812
+ */
813
+ "label": string;
814
+ /**
815
+ * Internal
816
+ */
817
+ "show": boolean;
818
+ }
819
+ interface IxMenuAboutItem {
820
+ /**
821
+ * About Item label
822
+ */
823
+ "label": string;
824
+ }
825
+ interface IxMenuAboutNews {
826
+ /**
827
+ * Subtitle of the about news
828
+ */
829
+ "aboutItemLabel": string;
830
+ /**
831
+ * Internal
832
+ */
833
+ "expanded": boolean;
834
+ "i18nShowMore": string;
835
+ /**
836
+ * Title of the about news
837
+ */
838
+ "label": string;
839
+ /**
840
+ * Bottom offset
841
+ */
842
+ "offsetBottom": number;
843
+ /**
844
+ * Show about news
845
+ */
846
+ "show": boolean;
847
+ }
848
+ interface IxMenuAvatar {
849
+ /**
850
+ * Second line of text
851
+ */
852
+ "bottom": string;
853
+ "i18nLogout": string;
854
+ /**
855
+ * First line of text
856
+ */
857
+ "top": string;
858
+ }
859
+ interface IxMenuAvatarItem {
860
+ /**
861
+ * Avatar dropdown icon
862
+ */
863
+ "icon": string;
864
+ /**
865
+ * Avatar dropdown label
866
+ */
867
+ "label": string;
868
+ }
869
+ interface IxMenuItem {
870
+ /**
871
+ * State to display active
872
+ */
873
+ "active": boolean;
874
+ /**
875
+ * Place tab on bottom
876
+ */
877
+ "bottom": boolean;
878
+ /**
879
+ * Disable tab and remove event handlers
880
+ */
881
+ "disabled": boolean;
882
+ /**
883
+ * Move the Tab to a top position.
884
+ */
885
+ "home": boolean;
886
+ /**
887
+ * Show notification cound on tab
888
+ */
889
+ "notifications": number;
890
+ /**
891
+ * Icon name from @siemens/ix-icons
892
+ */
893
+ "tabIcon": string;
894
+ }
895
+ interface IxMenuSettings {
896
+ /**
897
+ * active tab
898
+ */
899
+ "activeTabLabel": string;
900
+ /**
901
+ * Label
902
+ */
903
+ "label": string;
904
+ /**
905
+ * Internal
906
+ */
907
+ "show": boolean;
908
+ }
909
+ interface IxMenuSettingsItem {
910
+ /**
911
+ * Label
912
+ */
913
+ "label": string;
914
+ }
915
+ interface IxMessageBar {
916
+ /**
917
+ * If true, close button is enabled and alert can be dismissed by the user
918
+ */
919
+ "dismissible": boolean;
920
+ /**
921
+ * Specifies the type of the alert.
922
+ */
923
+ "type": 'danger' | 'warning' | 'info';
924
+ }
925
+ interface IxModal {
926
+ /**
927
+ * Should the modal be animtated
928
+ */
929
+ "animation": boolean;
930
+ "ariaDescribedBy": string;
931
+ "ariaLabelledBy": string;
932
+ /**
933
+ * Adds a dimming layer to the modal. This should only be used when it it necessary to focus the user's attention to the dialog content (e.g. errors, warnings, complex tasks).
934
+ */
935
+ "backdrop": boolean | 'static';
936
+ /**
937
+ * Backdrop class
938
+ */
939
+ "backdropClass": string;
940
+ /**
941
+ * BeforeDismiss callback
942
+ */
943
+ "beforeDismiss": (reason?: any) => boolean | Promise<boolean>;
944
+ /**
945
+ * Centered modal
946
+ */
947
+ "centered": boolean;
948
+ /**
949
+ * Close modal
950
+ * @param result
951
+ */
952
+ "close": (result: any) => Promise<void>;
953
+ /**
954
+ * Content of modal
955
+ */
956
+ "content": HTMLElement | string;
957
+ /**
958
+ * Dismiss modal instance
959
+ * @param reason
960
+ */
961
+ "dismiss": (reason?: any) => Promise<void>;
962
+ /**
963
+ * Header title
964
+ */
965
+ "headerTitle": string;
966
+ /**
967
+ * Optional icon displayed next to the title
968
+ */
969
+ "icon": string;
970
+ /**
971
+ * Color of the header {@link icon}
972
+ */
973
+ "iconColor": NotificationColor;
974
+ /**
975
+ * ESC close modal dialog
976
+ */
977
+ "keyboard": boolean;
978
+ /**
979
+ * Modal dialog class
980
+ */
981
+ "modalDialogClass": string;
982
+ /**
983
+ * Modal scollable
984
+ */
985
+ "scrollable": boolean;
986
+ /**
987
+ * Modal size
988
+ */
989
+ "size": 'sm' | 'lg' | 'xl';
990
+ /**
991
+ * Window class
992
+ */
993
+ "windowClass": string;
994
+ }
995
+ interface IxModalContainer {
996
+ /**
997
+ * Display modal dialog
998
+ * @param config
999
+ */
1000
+ "showModal": (config: ModalConfig) => Promise<{ onClose: TypedEvent<any>; onDismiss: TypedEvent<any>; }>;
1001
+ }
1002
+ interface IxModalExample {
1003
+ }
1004
+ interface IxPill {
1005
+ /**
1006
+ * Align pill content left
1007
+ */
1008
+ "alignLeft": boolean;
1009
+ /**
1010
+ * Custom color for pill. Only working for `variant='custom'`
1011
+ */
1012
+ "background": string | undefined;
1013
+ /**
1014
+ * Custom font color for pill. Only working for `variant='custom'`
1015
+ */
1016
+ "color": string | undefined;
1017
+ /**
1018
+ * Show icon
1019
+ */
1020
+ "icon": string | undefined;
1021
+ /**
1022
+ * Show pill as outline
1023
+ */
1024
+ "outline": boolean;
1025
+ /**
1026
+ * Pill variant
1027
+ */
1028
+ "variant": | 'primary'
1029
+ | 'alarm'
1030
+ | 'critical'
1031
+ | 'warning'
1032
+ | 'info'
1033
+ | 'neutral'
1034
+ | 'success'
1035
+ | 'custom';
1036
+ }
1037
+ interface IxSelect {
1038
+ /**
1039
+ * Show clear button
1040
+ */
1041
+ "allowClear": boolean;
1042
+ /**
1043
+ * If true the select will be in disabled state
1044
+ */
1045
+ "disabled": boolean;
1046
+ /**
1047
+ * Select is extendable
1048
+ */
1049
+ "editable": boolean;
1050
+ /**
1051
+ * Input field placeholder
1052
+ */
1053
+ "i18nPlaceholder": string;
1054
+ /**
1055
+ * Input field placeholder for editable select
1056
+ */
1057
+ "i18nPlaceholderEditable": string;
1058
+ /**
1059
+ * Select list header
1060
+ */
1061
+ "i18nSelectListHeader": string;
1062
+ /**
1063
+ * Selection mode
1064
+ */
1065
+ "mode": 'single' | 'multiple';
1066
+ /**
1067
+ * If true the select will be in readonly mode
1068
+ */
1069
+ "readonly": boolean;
1070
+ /**
1071
+ * Indices of selected items
1072
+ */
1073
+ "selectedIndices": string | string[];
1074
+ }
1075
+ interface IxSelectItem {
1076
+ /**
1077
+ * ***Internal***
1078
+ */
1079
+ "hover": boolean;
1080
+ /**
1081
+ * Displayed name of the item
1082
+ */
1083
+ "label": string;
1084
+ /**
1085
+ * Internal
1086
+ * @param event
1087
+ */
1088
+ "onItemClick": (event?: CustomEvent<HTMLIxDropdownItemElement>) => Promise<void>;
1089
+ /**
1090
+ * Whether the item is selected.
1091
+ */
1092
+ "selected": boolean;
1093
+ /**
1094
+ * Item value
1095
+ */
1096
+ "value": any;
1097
+ }
1098
+ interface IxSpinner {
1099
+ /**
1100
+ * Size of spinner
1101
+ */
1102
+ "size": 'medium' | 'large';
1103
+ /**
1104
+ * Variant of spinner
1105
+ */
1106
+ "variant": 'primary' | 'sencodary' | 'secondary';
1107
+ }
1108
+ interface IxSplitButton {
1109
+ /**
1110
+ * Disabled
1111
+ */
1112
+ "disabled": boolean;
1113
+ /**
1114
+ * Button invisible
1115
+ */
1116
+ "ghost": boolean;
1117
+ /**
1118
+ * Button icon
1119
+ */
1120
+ "icon": string;
1121
+ /**
1122
+ * Button invisible
1123
+ * @deprecated use ghost property
1124
+ */
1125
+ "invisible": boolean;
1126
+ /**
1127
+ * Button label
1128
+ */
1129
+ "label": string;
1130
+ /**
1131
+ * Button outline variant
1132
+ */
1133
+ "outline": boolean;
1134
+ /**
1135
+ * Placement of the dropdown
1136
+ */
1137
+ "placement": Placement;
1138
+ /**
1139
+ * Splitbutton icon
1140
+ */
1141
+ "splitIcon": string;
1142
+ /**
1143
+ * Color variant of button
1144
+ */
1145
+ "variant": Buttons;
1146
+ }
1147
+ interface IxSplitButtonItem {
1148
+ /**
1149
+ * Dropdown icon
1150
+ */
1151
+ "icon": string;
1152
+ /**
1153
+ * Dropdown label
1154
+ */
1155
+ "label": string;
1156
+ }
1157
+ interface IxTabItem {
1158
+ /**
1159
+ * Set counter value
1160
+ */
1161
+ "counter": number;
1162
+ /**
1163
+ * Set disabled tab
1164
+ */
1165
+ "disabled": boolean;
1166
+ /**
1167
+ * Set icon only tab
1168
+ */
1169
+ "icon": boolean;
1170
+ /**
1171
+ * Set layout width style
1172
+ */
1173
+ "layout": 'auto' | 'stretched';
1174
+ /**
1175
+ * Set selected placement
1176
+ */
1177
+ "placement": 'bottom' | 'top';
1178
+ /**
1179
+ * Set rounded tab
1180
+ */
1181
+ "rounded": boolean;
1182
+ /**
1183
+ * Set selected tab
1184
+ */
1185
+ "selected": boolean;
1186
+ /**
1187
+ * Set small size tab
1188
+ */
1189
+ "small": boolean;
1190
+ }
1191
+ interface IxTabs {
1192
+ /**
1193
+ * Set layout width style
1194
+ */
1195
+ "layout": 'auto' | 'stretched';
1196
+ /**
1197
+ * Set placement style
1198
+ */
1199
+ "placement": 'bottom' | 'top';
1200
+ /**
1201
+ * Set rounded tabs
1202
+ */
1203
+ "rounded": boolean;
1204
+ /**
1205
+ * Set default selected tab by index
1206
+ */
1207
+ "selected": number;
1208
+ /**
1209
+ * Set tab items to small size
1210
+ */
1211
+ "small": boolean;
1212
+ }
1213
+ interface IxTile {
1214
+ /**
1215
+ * Size of the tile - one of 'small', 'medium' or 'large'
1216
+ */
1217
+ "size": 'small' | 'medium' | 'big';
1218
+ }
1219
+ interface IxTimePicker {
1220
+ /**
1221
+ * Corner style
1222
+ */
1223
+ "corners": DateTimeCardCorners;
1224
+ /**
1225
+ * Format of time string
1226
+ * @since 1.1.0
1227
+ */
1228
+ "format": string;
1229
+ /**
1230
+ * Get current time
1231
+ */
1232
+ "getCurrentTime": () => Promise<DateTime>;
1233
+ /**
1234
+ * @deprecated - will get removed with next major release
1235
+ */
1236
+ "individual": boolean;
1237
+ /**
1238
+ * Show hour input
1239
+ */
1240
+ "showHour": boolean;
1241
+ /**
1242
+ * Show minutes input
1243
+ */
1244
+ "showMinutes": boolean;
1245
+ /**
1246
+ * Show seconds input
1247
+ */
1248
+ "showSeconds": boolean;
1249
+ /**
1250
+ * Show time reference input
1251
+ * @since 1.1.0 time reference is default aligned with formt tt
1252
+ */
1253
+ "showTimeReference": any;
1254
+ /**
1255
+ * Text of date select button
1256
+ * @since 1.1.0
1257
+ */
1258
+ "textSelectTime": string;
1259
+ /**
1260
+ * Select time with format string
1261
+ * @since 1.1.0
1262
+ */
1263
+ "time": string;
1264
+ /**
1265
+ * Set time reference
1266
+ */
1267
+ "timeReference": 'AM' | 'PM';
1268
+ }
1269
+ interface IxToast {
1270
+ /**
1271
+ * Autoclose behavior
1272
+ */
1273
+ "autoClose": boolean;
1274
+ /**
1275
+ * Autoclose title after delay
1276
+ */
1277
+ "autoCloseDelay": number;
1278
+ /**
1279
+ * Icon of toast
1280
+ */
1281
+ "icon": string;
1282
+ /**
1283
+ * Icon color of toast
1284
+ */
1285
+ "iconColor": string;
1286
+ /**
1287
+ * Toast title
1288
+ */
1289
+ "toastTitle": string;
1290
+ /**
1291
+ * Toast type
1292
+ */
1293
+ "type": ToastType;
1294
+ }
1295
+ interface IxToastContainer {
1296
+ "containerClass": string;
1297
+ "containerId": string;
1298
+ "position": string;
1299
+ /**
1300
+ * Display a toast message
1301
+ * @param config
1302
+ */
1303
+ "showToast": (config: ToastConfig) => Promise<{ onClose: TypedEvent<any>; close: (result?: any) => void; }>;
1304
+ }
1305
+ interface IxToggle {
1306
+ /**
1307
+ * Whether the slide-toggle element is checked or not.
1308
+ */
1309
+ "checked": boolean;
1310
+ /**
1311
+ * Basic and status colors from color palette
1312
+ * @deprecated - Has no effect on the rendered control
1313
+ */
1314
+ "color": string;
1315
+ /**
1316
+ * Whether the slide-toggle element is disabled or not.
1317
+ */
1318
+ "disabled": boolean;
1319
+ /**
1320
+ * Hide `on` and `off` text
1321
+ */
1322
+ "hideText": boolean;
1323
+ /**
1324
+ * If true the control is in indeterminate state
1325
+ */
1326
+ "indeterminate": boolean;
1327
+ /**
1328
+ * Text for indeterminate state
1329
+ */
1330
+ "textIndeterminate": string;
1331
+ /**
1332
+ * Text for off state
1333
+ */
1334
+ "textOff": string;
1335
+ /**
1336
+ * Text for on state
1337
+ */
1338
+ "textOn": string;
1339
+ }
1340
+ interface IxTree {
1341
+ /**
1342
+ * Selection and collapsed state management
1343
+ */
1344
+ "context": TreeContext;
1345
+ /**
1346
+ * Tree modal
1347
+ */
1348
+ "model": TreeModel<any>;
1349
+ /**
1350
+ * Render function of tree items
1351
+ */
1352
+ "renderItem": <T = any>(
1353
+ index: number,
1354
+ data: T,
1355
+ dataList: Array<T>,
1356
+ context: TreeContext,
1357
+ update: (callback: UpdateCallback) => void
1358
+ ) => HTMLElement;
1359
+ /**
1360
+ * Initial root element will not be rendered
1361
+ */
1362
+ "root": string;
1363
+ }
1364
+ interface IxTreeItem {
1365
+ /**
1366
+ * Context
1367
+ */
1368
+ "context": TreeItemContext;
1369
+ /**
1370
+ * Has tree item children
1371
+ */
1372
+ "hasChildren": boolean;
1373
+ /**
1374
+ * Text
1375
+ */
1376
+ "text": string;
1377
+ }
1378
+ interface IxUpload {
1379
+ /**
1380
+ * The accept attribute specifies the types of files that the server accepts (that can be submitted through a file upload). [accept]{@link https ://www.w3schools.com/tags/att_input_accept.asp}
1381
+ */
1382
+ "accept": string;
1383
+ /**
1384
+ * Disable all input events
1385
+ */
1386
+ "disabled": boolean;
1387
+ /**
1388
+ * Text for disabled state
1389
+ */
1390
+ "i18nUploadDisabled": string;
1391
+ /**
1392
+ * Label for upload file button
1393
+ */
1394
+ "i18nUploadFile": string;
1395
+ /**
1396
+ * Will be used by state = UploadFileState.LOADING
1397
+ */
1398
+ "loadingText": string;
1399
+ /**
1400
+ * Whether the text should wrap to more than one line
1401
+ */
1402
+ "multiline": boolean;
1403
+ /**
1404
+ * If multiple is true the user can drop or select multiple files
1405
+ */
1406
+ "multiple": boolean;
1407
+ /**
1408
+ * Will be used by state = UploadFileState.SELECT_FILE
1409
+ */
1410
+ "selectFileText": string;
1411
+ /**
1412
+ * Set files
1413
+ * @param obj
1414
+ */
1415
+ "setFilesToUpload": (obj: any) => Promise<void>;
1416
+ /**
1417
+ * After a file is uploaded you can set the upload component to a defined state
1418
+ */
1419
+ "state": UploadFileState;
1420
+ /**
1421
+ * Will be used by state = UploadFileState.UPLOAD_FAILED
1422
+ */
1423
+ "uploadFailedText": string;
1424
+ /**
1425
+ * Will be used by state = UploadFileState.UPLOAD_SUCCESSED
1426
+ */
1427
+ "uploadSuccessText": string;
1428
+ }
1429
+ interface IxValidationTooltip {
1430
+ /**
1431
+ * Message of the tooltip
1432
+ */
1433
+ "message": string;
1434
+ /**
1435
+ * Placement of the tooltip
1436
+ */
1437
+ "placement": Placement;
1438
+ }
1439
+ interface IxWorkflowStep {
1440
+ /**
1441
+ * Activate navigation click
1442
+ */
1443
+ "clickable": boolean;
1444
+ /**
1445
+ * Set disabled
1446
+ */
1447
+ "disabled": boolean;
1448
+ /**
1449
+ * Activate navigation click
1450
+ */
1451
+ "position": 'first' | 'last' | 'undefined';
1452
+ /**
1453
+ * Set selected
1454
+ */
1455
+ "selected": boolean;
1456
+ /**
1457
+ * Set status
1458
+ */
1459
+ "status": 'open' | 'success' | 'done' | 'warning' | 'error';
1460
+ /**
1461
+ * Select orientation
1462
+ */
1463
+ "vertical": boolean;
1464
+ }
1465
+ interface IxWorkflowSteps {
1466
+ /**
1467
+ * Activate navigation click
1468
+ */
1469
+ "clickable": boolean;
1470
+ /**
1471
+ * Select linear mode
1472
+ */
1473
+ "linear": boolean;
1474
+ /**
1475
+ * Activate navigation click
1476
+ */
1477
+ "selectedIndex": number;
1478
+ /**
1479
+ * Select orientation
1480
+ */
1481
+ "vertical": boolean;
1482
+ }
1483
+ interface MyComponent {
1484
+ }
1485
+ }
1486
+ declare global {
1487
+ interface HTMLIxAnimatedTabElement extends Components.IxAnimatedTab, HTMLStencilElement {
1488
+ }
1489
+ var HTMLIxAnimatedTabElement: {
1490
+ prototype: HTMLIxAnimatedTabElement;
1491
+ new (): HTMLIxAnimatedTabElement;
1492
+ };
1493
+ interface HTMLIxAnimatedTabsElement extends Components.IxAnimatedTabs, HTMLStencilElement {
1494
+ }
1495
+ var HTMLIxAnimatedTabsElement: {
1496
+ prototype: HTMLIxAnimatedTabsElement;
1497
+ new (): HTMLIxAnimatedTabsElement;
1498
+ };
1499
+ interface HTMLIxApplicationHeaderElement extends Components.IxApplicationHeader, HTMLStencilElement {
1500
+ }
1501
+ var HTMLIxApplicationHeaderElement: {
1502
+ prototype: HTMLIxApplicationHeaderElement;
1503
+ new (): HTMLIxApplicationHeaderElement;
1504
+ };
1505
+ interface HTMLIxBasicNavigationElement extends Components.IxBasicNavigation, HTMLStencilElement {
1506
+ }
1507
+ var HTMLIxBasicNavigationElement: {
1508
+ prototype: HTMLIxBasicNavigationElement;
1509
+ new (): HTMLIxBasicNavigationElement;
1510
+ };
1511
+ interface HTMLIxBlindElement extends Components.IxBlind, HTMLStencilElement {
1512
+ }
1513
+ var HTMLIxBlindElement: {
1514
+ prototype: HTMLIxBlindElement;
1515
+ new (): HTMLIxBlindElement;
1516
+ };
1517
+ interface HTMLIxBreadcrumbElement extends Components.IxBreadcrumb, HTMLStencilElement {
1518
+ }
1519
+ var HTMLIxBreadcrumbElement: {
1520
+ prototype: HTMLIxBreadcrumbElement;
1521
+ new (): HTMLIxBreadcrumbElement;
1522
+ };
1523
+ interface HTMLIxBreadcrumbItemElement extends Components.IxBreadcrumbItem, HTMLStencilElement {
1524
+ }
1525
+ var HTMLIxBreadcrumbItemElement: {
1526
+ prototype: HTMLIxBreadcrumbItemElement;
1527
+ new (): HTMLIxBreadcrumbItemElement;
1528
+ };
1529
+ interface HTMLIxButtonElement extends Components.IxButton, HTMLStencilElement {
1530
+ }
1531
+ var HTMLIxButtonElement: {
1532
+ prototype: HTMLIxButtonElement;
1533
+ new (): HTMLIxButtonElement;
1534
+ };
1535
+ interface HTMLIxCategoryFilterElement extends Components.IxCategoryFilter, HTMLStencilElement {
1536
+ }
1537
+ var HTMLIxCategoryFilterElement: {
1538
+ prototype: HTMLIxCategoryFilterElement;
1539
+ new (): HTMLIxCategoryFilterElement;
1540
+ };
1541
+ interface HTMLIxChipElement extends Components.IxChip, HTMLStencilElement {
1542
+ }
1543
+ var HTMLIxChipElement: {
1544
+ prototype: HTMLIxChipElement;
1545
+ new (): HTMLIxChipElement;
1546
+ };
1547
+ interface HTMLIxCounterPillElement extends Components.IxCounterPill, HTMLStencilElement {
1548
+ }
1549
+ var HTMLIxCounterPillElement: {
1550
+ prototype: HTMLIxCounterPillElement;
1551
+ new (): HTMLIxCounterPillElement;
1552
+ };
1553
+ interface HTMLIxDatePickerElement extends Components.IxDatePicker, HTMLStencilElement {
1554
+ }
1555
+ var HTMLIxDatePickerElement: {
1556
+ prototype: HTMLIxDatePickerElement;
1557
+ new (): HTMLIxDatePickerElement;
1558
+ };
1559
+ interface HTMLIxDateTimeCardElement extends Components.IxDateTimeCard, HTMLStencilElement {
1560
+ }
1561
+ var HTMLIxDateTimeCardElement: {
1562
+ prototype: HTMLIxDateTimeCardElement;
1563
+ new (): HTMLIxDateTimeCardElement;
1564
+ };
1565
+ interface HTMLIxDatetimePickerElement extends Components.IxDatetimePicker, HTMLStencilElement {
1566
+ }
1567
+ var HTMLIxDatetimePickerElement: {
1568
+ prototype: HTMLIxDatetimePickerElement;
1569
+ new (): HTMLIxDatetimePickerElement;
1570
+ };
1571
+ interface HTMLIxDrawerElement extends Components.IxDrawer, HTMLStencilElement {
1572
+ }
1573
+ var HTMLIxDrawerElement: {
1574
+ prototype: HTMLIxDrawerElement;
1575
+ new (): HTMLIxDrawerElement;
1576
+ };
1577
+ interface HTMLIxDropdownElement extends Components.IxDropdown, HTMLStencilElement {
1578
+ }
1579
+ var HTMLIxDropdownElement: {
1580
+ prototype: HTMLIxDropdownElement;
1581
+ new (): HTMLIxDropdownElement;
1582
+ };
1583
+ interface HTMLIxDropdownItemElement extends Components.IxDropdownItem, HTMLStencilElement {
1584
+ }
1585
+ var HTMLIxDropdownItemElement: {
1586
+ prototype: HTMLIxDropdownItemElement;
1587
+ new (): HTMLIxDropdownItemElement;
1588
+ };
1589
+ interface HTMLIxEventListElement extends Components.IxEventList, HTMLStencilElement {
1590
+ }
1591
+ var HTMLIxEventListElement: {
1592
+ prototype: HTMLIxEventListElement;
1593
+ new (): HTMLIxEventListElement;
1594
+ };
1595
+ interface HTMLIxEventListItemElement extends Components.IxEventListItem, HTMLStencilElement {
1596
+ }
1597
+ var HTMLIxEventListItemElement: {
1598
+ prototype: HTMLIxEventListItemElement;
1599
+ new (): HTMLIxEventListItemElement;
1600
+ };
1601
+ interface HTMLIxExpandingSearchElement extends Components.IxExpandingSearch, HTMLStencilElement {
1602
+ }
1603
+ var HTMLIxExpandingSearchElement: {
1604
+ prototype: HTMLIxExpandingSearchElement;
1605
+ new (): HTMLIxExpandingSearchElement;
1606
+ };
1607
+ interface HTMLIxFilterChipElement extends Components.IxFilterChip, HTMLStencilElement {
1608
+ }
1609
+ var HTMLIxFilterChipElement: {
1610
+ prototype: HTMLIxFilterChipElement;
1611
+ new (): HTMLIxFilterChipElement;
1612
+ };
1613
+ interface HTMLIxFlipTileElement extends Components.IxFlipTile, HTMLStencilElement {
1614
+ }
1615
+ var HTMLIxFlipTileElement: {
1616
+ prototype: HTMLIxFlipTileElement;
1617
+ new (): HTMLIxFlipTileElement;
1618
+ };
1619
+ interface HTMLIxFlipTileContentElement extends Components.IxFlipTileContent, HTMLStencilElement {
1620
+ }
1621
+ var HTMLIxFlipTileContentElement: {
1622
+ prototype: HTMLIxFlipTileContentElement;
1623
+ new (): HTMLIxFlipTileContentElement;
1624
+ };
1625
+ interface HTMLIxGroupElement extends Components.IxGroup, HTMLStencilElement {
1626
+ }
1627
+ var HTMLIxGroupElement: {
1628
+ prototype: HTMLIxGroupElement;
1629
+ new (): HTMLIxGroupElement;
1630
+ };
1631
+ interface HTMLIxGroupDropdownItemElement extends Components.IxGroupDropdownItem, HTMLStencilElement {
1632
+ }
1633
+ var HTMLIxGroupDropdownItemElement: {
1634
+ prototype: HTMLIxGroupDropdownItemElement;
1635
+ new (): HTMLIxGroupDropdownItemElement;
1636
+ };
1637
+ interface HTMLIxGroupItemElement extends Components.IxGroupItem, HTMLStencilElement {
1638
+ }
1639
+ var HTMLIxGroupItemElement: {
1640
+ prototype: HTMLIxGroupItemElement;
1641
+ new (): HTMLIxGroupItemElement;
1642
+ };
1643
+ interface HTMLIxIconElement extends Components.IxIcon, HTMLStencilElement {
1644
+ }
1645
+ var HTMLIxIconElement: {
1646
+ prototype: HTMLIxIconElement;
1647
+ new (): HTMLIxIconElement;
1648
+ };
1649
+ interface HTMLIxIconButtonElement extends Components.IxIconButton, HTMLStencilElement {
1650
+ }
1651
+ var HTMLIxIconButtonElement: {
1652
+ prototype: HTMLIxIconButtonElement;
1653
+ new (): HTMLIxIconButtonElement;
1654
+ };
1655
+ interface HTMLIxInputGroupElement extends Components.IxInputGroup, HTMLStencilElement {
1656
+ }
1657
+ var HTMLIxInputGroupElement: {
1658
+ prototype: HTMLIxInputGroupElement;
1659
+ new (): HTMLIxInputGroupElement;
1660
+ };
1661
+ interface HTMLIxKpiElement extends Components.IxKpi, HTMLStencilElement {
1662
+ }
1663
+ var HTMLIxKpiElement: {
1664
+ prototype: HTMLIxKpiElement;
1665
+ new (): HTMLIxKpiElement;
1666
+ };
1667
+ interface HTMLIxMapNavigationElement extends Components.IxMapNavigation, HTMLStencilElement {
1668
+ }
1669
+ var HTMLIxMapNavigationElement: {
1670
+ prototype: HTMLIxMapNavigationElement;
1671
+ new (): HTMLIxMapNavigationElement;
1672
+ };
1673
+ interface HTMLIxMapNavigationOverlayElement extends Components.IxMapNavigationOverlay, HTMLStencilElement {
1674
+ }
1675
+ var HTMLIxMapNavigationOverlayElement: {
1676
+ prototype: HTMLIxMapNavigationOverlayElement;
1677
+ new (): HTMLIxMapNavigationOverlayElement;
1678
+ };
1679
+ interface HTMLIxMenuElement extends Components.IxMenu, HTMLStencilElement {
1680
+ }
1681
+ var HTMLIxMenuElement: {
1682
+ prototype: HTMLIxMenuElement;
1683
+ new (): HTMLIxMenuElement;
1684
+ };
1685
+ interface HTMLIxMenuAboutElement extends Components.IxMenuAbout, HTMLStencilElement {
1686
+ }
1687
+ var HTMLIxMenuAboutElement: {
1688
+ prototype: HTMLIxMenuAboutElement;
1689
+ new (): HTMLIxMenuAboutElement;
1690
+ };
1691
+ interface HTMLIxMenuAboutItemElement extends Components.IxMenuAboutItem, HTMLStencilElement {
1692
+ }
1693
+ var HTMLIxMenuAboutItemElement: {
1694
+ prototype: HTMLIxMenuAboutItemElement;
1695
+ new (): HTMLIxMenuAboutItemElement;
1696
+ };
1697
+ interface HTMLIxMenuAboutNewsElement extends Components.IxMenuAboutNews, HTMLStencilElement {
1698
+ }
1699
+ var HTMLIxMenuAboutNewsElement: {
1700
+ prototype: HTMLIxMenuAboutNewsElement;
1701
+ new (): HTMLIxMenuAboutNewsElement;
1702
+ };
1703
+ interface HTMLIxMenuAvatarElement extends Components.IxMenuAvatar, HTMLStencilElement {
1704
+ }
1705
+ var HTMLIxMenuAvatarElement: {
1706
+ prototype: HTMLIxMenuAvatarElement;
1707
+ new (): HTMLIxMenuAvatarElement;
1708
+ };
1709
+ interface HTMLIxMenuAvatarItemElement extends Components.IxMenuAvatarItem, HTMLStencilElement {
1710
+ }
1711
+ var HTMLIxMenuAvatarItemElement: {
1712
+ prototype: HTMLIxMenuAvatarItemElement;
1713
+ new (): HTMLIxMenuAvatarItemElement;
1714
+ };
1715
+ interface HTMLIxMenuItemElement extends Components.IxMenuItem, HTMLStencilElement {
1716
+ }
1717
+ var HTMLIxMenuItemElement: {
1718
+ prototype: HTMLIxMenuItemElement;
1719
+ new (): HTMLIxMenuItemElement;
1720
+ };
1721
+ interface HTMLIxMenuSettingsElement extends Components.IxMenuSettings, HTMLStencilElement {
1722
+ }
1723
+ var HTMLIxMenuSettingsElement: {
1724
+ prototype: HTMLIxMenuSettingsElement;
1725
+ new (): HTMLIxMenuSettingsElement;
1726
+ };
1727
+ interface HTMLIxMenuSettingsItemElement extends Components.IxMenuSettingsItem, HTMLStencilElement {
1728
+ }
1729
+ var HTMLIxMenuSettingsItemElement: {
1730
+ prototype: HTMLIxMenuSettingsItemElement;
1731
+ new (): HTMLIxMenuSettingsItemElement;
1732
+ };
1733
+ interface HTMLIxMessageBarElement extends Components.IxMessageBar, HTMLStencilElement {
1734
+ }
1735
+ var HTMLIxMessageBarElement: {
1736
+ prototype: HTMLIxMessageBarElement;
1737
+ new (): HTMLIxMessageBarElement;
1738
+ };
1739
+ interface HTMLIxModalElement extends Components.IxModal, HTMLStencilElement {
1740
+ }
1741
+ var HTMLIxModalElement: {
1742
+ prototype: HTMLIxModalElement;
1743
+ new (): HTMLIxModalElement;
1744
+ };
1745
+ interface HTMLIxModalContainerElement extends Components.IxModalContainer, HTMLStencilElement {
1746
+ }
1747
+ var HTMLIxModalContainerElement: {
1748
+ prototype: HTMLIxModalContainerElement;
1749
+ new (): HTMLIxModalContainerElement;
1750
+ };
1751
+ interface HTMLIxModalExampleElement extends Components.IxModalExample, HTMLStencilElement {
1752
+ }
1753
+ var HTMLIxModalExampleElement: {
1754
+ prototype: HTMLIxModalExampleElement;
1755
+ new (): HTMLIxModalExampleElement;
1756
+ };
1757
+ interface HTMLIxPillElement extends Components.IxPill, HTMLStencilElement {
1758
+ }
1759
+ var HTMLIxPillElement: {
1760
+ prototype: HTMLIxPillElement;
1761
+ new (): HTMLIxPillElement;
1762
+ };
1763
+ interface HTMLIxSelectElement extends Components.IxSelect, HTMLStencilElement {
1764
+ }
1765
+ var HTMLIxSelectElement: {
1766
+ prototype: HTMLIxSelectElement;
1767
+ new (): HTMLIxSelectElement;
1768
+ };
1769
+ interface HTMLIxSelectItemElement extends Components.IxSelectItem, HTMLStencilElement {
1770
+ }
1771
+ var HTMLIxSelectItemElement: {
1772
+ prototype: HTMLIxSelectItemElement;
1773
+ new (): HTMLIxSelectItemElement;
1774
+ };
1775
+ interface HTMLIxSpinnerElement extends Components.IxSpinner, HTMLStencilElement {
1776
+ }
1777
+ var HTMLIxSpinnerElement: {
1778
+ prototype: HTMLIxSpinnerElement;
1779
+ new (): HTMLIxSpinnerElement;
1780
+ };
1781
+ interface HTMLIxSplitButtonElement extends Components.IxSplitButton, HTMLStencilElement {
1782
+ }
1783
+ var HTMLIxSplitButtonElement: {
1784
+ prototype: HTMLIxSplitButtonElement;
1785
+ new (): HTMLIxSplitButtonElement;
1786
+ };
1787
+ interface HTMLIxSplitButtonItemElement extends Components.IxSplitButtonItem, HTMLStencilElement {
1788
+ }
1789
+ var HTMLIxSplitButtonItemElement: {
1790
+ prototype: HTMLIxSplitButtonItemElement;
1791
+ new (): HTMLIxSplitButtonItemElement;
1792
+ };
1793
+ interface HTMLIxTabItemElement extends Components.IxTabItem, HTMLStencilElement {
1794
+ }
1795
+ var HTMLIxTabItemElement: {
1796
+ prototype: HTMLIxTabItemElement;
1797
+ new (): HTMLIxTabItemElement;
1798
+ };
1799
+ interface HTMLIxTabsElement extends Components.IxTabs, HTMLStencilElement {
1800
+ }
1801
+ var HTMLIxTabsElement: {
1802
+ prototype: HTMLIxTabsElement;
1803
+ new (): HTMLIxTabsElement;
1804
+ };
1805
+ interface HTMLIxTileElement extends Components.IxTile, HTMLStencilElement {
1806
+ }
1807
+ var HTMLIxTileElement: {
1808
+ prototype: HTMLIxTileElement;
1809
+ new (): HTMLIxTileElement;
1810
+ };
1811
+ interface HTMLIxTimePickerElement extends Components.IxTimePicker, HTMLStencilElement {
1812
+ }
1813
+ var HTMLIxTimePickerElement: {
1814
+ prototype: HTMLIxTimePickerElement;
1815
+ new (): HTMLIxTimePickerElement;
1816
+ };
1817
+ interface HTMLIxToastElement extends Components.IxToast, HTMLStencilElement {
1818
+ }
1819
+ var HTMLIxToastElement: {
1820
+ prototype: HTMLIxToastElement;
1821
+ new (): HTMLIxToastElement;
1822
+ };
1823
+ interface HTMLIxToastContainerElement extends Components.IxToastContainer, HTMLStencilElement {
1824
+ }
1825
+ var HTMLIxToastContainerElement: {
1826
+ prototype: HTMLIxToastContainerElement;
1827
+ new (): HTMLIxToastContainerElement;
1828
+ };
1829
+ interface HTMLIxToggleElement extends Components.IxToggle, HTMLStencilElement {
1830
+ }
1831
+ var HTMLIxToggleElement: {
1832
+ prototype: HTMLIxToggleElement;
1833
+ new (): HTMLIxToggleElement;
1834
+ };
1835
+ interface HTMLIxTreeElement extends Components.IxTree, HTMLStencilElement {
1836
+ }
1837
+ var HTMLIxTreeElement: {
1838
+ prototype: HTMLIxTreeElement;
1839
+ new (): HTMLIxTreeElement;
1840
+ };
1841
+ interface HTMLIxTreeItemElement extends Components.IxTreeItem, HTMLStencilElement {
1842
+ }
1843
+ var HTMLIxTreeItemElement: {
1844
+ prototype: HTMLIxTreeItemElement;
1845
+ new (): HTMLIxTreeItemElement;
1846
+ };
1847
+ interface HTMLIxUploadElement extends Components.IxUpload, HTMLStencilElement {
1848
+ }
1849
+ var HTMLIxUploadElement: {
1850
+ prototype: HTMLIxUploadElement;
1851
+ new (): HTMLIxUploadElement;
1852
+ };
1853
+ interface HTMLIxValidationTooltipElement extends Components.IxValidationTooltip, HTMLStencilElement {
1854
+ }
1855
+ var HTMLIxValidationTooltipElement: {
1856
+ prototype: HTMLIxValidationTooltipElement;
1857
+ new (): HTMLIxValidationTooltipElement;
1858
+ };
1859
+ interface HTMLIxWorkflowStepElement extends Components.IxWorkflowStep, HTMLStencilElement {
1860
+ }
1861
+ var HTMLIxWorkflowStepElement: {
1862
+ prototype: HTMLIxWorkflowStepElement;
1863
+ new (): HTMLIxWorkflowStepElement;
1864
+ };
1865
+ interface HTMLIxWorkflowStepsElement extends Components.IxWorkflowSteps, HTMLStencilElement {
1866
+ }
1867
+ var HTMLIxWorkflowStepsElement: {
1868
+ prototype: HTMLIxWorkflowStepsElement;
1869
+ new (): HTMLIxWorkflowStepsElement;
1870
+ };
1871
+ interface HTMLMyComponentElement extends Components.MyComponent, HTMLStencilElement {
1872
+ }
1873
+ var HTMLMyComponentElement: {
1874
+ prototype: HTMLMyComponentElement;
1875
+ new (): HTMLMyComponentElement;
1876
+ };
1877
+ interface HTMLElementTagNameMap {
1878
+ "ix-animated-tab": HTMLIxAnimatedTabElement;
1879
+ "ix-animated-tabs": HTMLIxAnimatedTabsElement;
1880
+ "ix-application-header": HTMLIxApplicationHeaderElement;
1881
+ "ix-basic-navigation": HTMLIxBasicNavigationElement;
1882
+ "ix-blind": HTMLIxBlindElement;
1883
+ "ix-breadcrumb": HTMLIxBreadcrumbElement;
1884
+ "ix-breadcrumb-item": HTMLIxBreadcrumbItemElement;
1885
+ "ix-button": HTMLIxButtonElement;
1886
+ "ix-category-filter": HTMLIxCategoryFilterElement;
1887
+ "ix-chip": HTMLIxChipElement;
1888
+ "ix-counter-pill": HTMLIxCounterPillElement;
1889
+ "ix-date-picker": HTMLIxDatePickerElement;
1890
+ "ix-date-time-card": HTMLIxDateTimeCardElement;
1891
+ "ix-datetime-picker": HTMLIxDatetimePickerElement;
1892
+ "ix-drawer": HTMLIxDrawerElement;
1893
+ "ix-dropdown": HTMLIxDropdownElement;
1894
+ "ix-dropdown-item": HTMLIxDropdownItemElement;
1895
+ "ix-event-list": HTMLIxEventListElement;
1896
+ "ix-event-list-item": HTMLIxEventListItemElement;
1897
+ "ix-expanding-search": HTMLIxExpandingSearchElement;
1898
+ "ix-filter-chip": HTMLIxFilterChipElement;
1899
+ "ix-flip-tile": HTMLIxFlipTileElement;
1900
+ "ix-flip-tile-content": HTMLIxFlipTileContentElement;
1901
+ "ix-group": HTMLIxGroupElement;
1902
+ "ix-group-dropdown-item": HTMLIxGroupDropdownItemElement;
1903
+ "ix-group-item": HTMLIxGroupItemElement;
1904
+ "ix-icon": HTMLIxIconElement;
1905
+ "ix-icon-button": HTMLIxIconButtonElement;
1906
+ "ix-input-group": HTMLIxInputGroupElement;
1907
+ "ix-kpi": HTMLIxKpiElement;
1908
+ "ix-map-navigation": HTMLIxMapNavigationElement;
1909
+ "ix-map-navigation-overlay": HTMLIxMapNavigationOverlayElement;
1910
+ "ix-menu": HTMLIxMenuElement;
1911
+ "ix-menu-about": HTMLIxMenuAboutElement;
1912
+ "ix-menu-about-item": HTMLIxMenuAboutItemElement;
1913
+ "ix-menu-about-news": HTMLIxMenuAboutNewsElement;
1914
+ "ix-menu-avatar": HTMLIxMenuAvatarElement;
1915
+ "ix-menu-avatar-item": HTMLIxMenuAvatarItemElement;
1916
+ "ix-menu-item": HTMLIxMenuItemElement;
1917
+ "ix-menu-settings": HTMLIxMenuSettingsElement;
1918
+ "ix-menu-settings-item": HTMLIxMenuSettingsItemElement;
1919
+ "ix-message-bar": HTMLIxMessageBarElement;
1920
+ "ix-modal": HTMLIxModalElement;
1921
+ "ix-modal-container": HTMLIxModalContainerElement;
1922
+ "ix-modal-example": HTMLIxModalExampleElement;
1923
+ "ix-pill": HTMLIxPillElement;
1924
+ "ix-select": HTMLIxSelectElement;
1925
+ "ix-select-item": HTMLIxSelectItemElement;
1926
+ "ix-spinner": HTMLIxSpinnerElement;
1927
+ "ix-split-button": HTMLIxSplitButtonElement;
1928
+ "ix-split-button-item": HTMLIxSplitButtonItemElement;
1929
+ "ix-tab-item": HTMLIxTabItemElement;
1930
+ "ix-tabs": HTMLIxTabsElement;
1931
+ "ix-tile": HTMLIxTileElement;
1932
+ "ix-time-picker": HTMLIxTimePickerElement;
1933
+ "ix-toast": HTMLIxToastElement;
1934
+ "ix-toast-container": HTMLIxToastContainerElement;
1935
+ "ix-toggle": HTMLIxToggleElement;
1936
+ "ix-tree": HTMLIxTreeElement;
1937
+ "ix-tree-item": HTMLIxTreeItemElement;
1938
+ "ix-upload": HTMLIxUploadElement;
1939
+ "ix-validation-tooltip": HTMLIxValidationTooltipElement;
1940
+ "ix-workflow-step": HTMLIxWorkflowStepElement;
1941
+ "ix-workflow-steps": HTMLIxWorkflowStepsElement;
1942
+ "my-component": HTMLMyComponentElement;
1943
+ }
1944
+ }
1945
+ declare namespace LocalJSX {
1946
+ interface IxAnimatedTab {
1947
+ /**
1948
+ * Show notification number
1949
+ */
1950
+ "count"?: number;
1951
+ /**
1952
+ * Icon of the tab
1953
+ */
1954
+ "icon"?: string;
1955
+ }
1956
+ interface IxAnimatedTabs {
1957
+ /**
1958
+ * @deprecated - For debugging purposes only
1959
+ */
1960
+ "disableAnimations"?: boolean;
1961
+ /**
1962
+ * Tab navigated
1963
+ */
1964
+ "onTabClick"?: (event: CustomEvent<any>) => void;
1965
+ /**
1966
+ * Current selected tab index
1967
+ */
1968
+ "selectedIndex"?: number;
1969
+ /**
1970
+ * Placement of the tabs
1971
+ */
1972
+ "tabPlacement"?: 'top' | 'bottom';
1973
+ }
1974
+ interface IxApplicationHeader {
1975
+ /**
1976
+ * Application name
1977
+ */
1978
+ "name"?: string;
1979
+ }
1980
+ interface IxBasicNavigation {
1981
+ /**
1982
+ * Application name
1983
+ */
1984
+ "applicationName"?: string;
1985
+ /**
1986
+ * Hide application header
1987
+ */
1988
+ "hideHeader"?: boolean;
1989
+ }
1990
+ interface IxBlind {
1991
+ /**
1992
+ * Collapsed state
1993
+ */
1994
+ "collapsed"?: boolean;
1995
+ /**
1996
+ * Label of blind
1997
+ */
1998
+ "label"?: string;
1999
+ /**
2000
+ * Collapsed state changed
2001
+ */
2002
+ "onCollapsedChange"?: (event: CustomEvent<boolean>) => void;
2003
+ }
2004
+ interface IxBreadcrumb {
2005
+ /**
2006
+ * Ghost breadcrumbs will not show solid backgrounds on individual crumbs unless there is a mouse event (e.g. hover)
2007
+ */
2008
+ "ghost"?: boolean;
2009
+ /**
2010
+ * Items will be accessible through a dropdown
2011
+ */
2012
+ "nextItems"?: string[];
2013
+ /**
2014
+ * Crumb item clicked event
2015
+ */
2016
+ "onItemClick"?: (event: CustomEvent<string>) => void;
2017
+ /**
2018
+ * Next item clicked event
2019
+ */
2020
+ "onNextClick"?: (event: CustomEvent<{ event: UIEvent; item: string }>) => void;
2021
+ /**
2022
+ * Excess items will get hidden inside of dropdown
2023
+ */
2024
+ "visibleItemCount"?: number;
2025
+ }
2026
+ interface IxBreadcrumbItem {
2027
+ /**
2028
+ * Icon to be displayed next ot the label
2029
+ */
2030
+ "icon"?: string;
2031
+ /**
2032
+ * Breadcrumb label
2033
+ */
2034
+ "label"?: string;
2035
+ }
2036
+ interface IxButton {
2037
+ /**
2038
+ * Disable the button
2039
+ */
2040
+ "disabled"?: boolean;
2041
+ /**
2042
+ * Button with no background or outline
2043
+ */
2044
+ "ghost"?: boolean;
2045
+ /**
2046
+ * Invisible button
2047
+ * @deprecated use ghost property
2048
+ */
2049
+ "invisible"?: boolean;
2050
+ /**
2051
+ * Outline button
2052
+ */
2053
+ "outline"?: boolean;
2054
+ /**
2055
+ * Show button as selected. Should be used with outline or invisible
2056
+ */
2057
+ "selected"?: boolean;
2058
+ /**
2059
+ * Type of the button
2060
+ */
2061
+ "type"?: 'button' | 'submit';
2062
+ /**
2063
+ * Button varaint
2064
+ */
2065
+ "variant"?: Buttons;
2066
+ }
2067
+ interface IxCategoryFilter {
2068
+ /**
2069
+ * Configuration object hash used to populate the dropwdown menu for typeahead and quick selection functionality. Each ID maps to an object with a label and an array of options to select from.
2070
+ */
2071
+ "categories"?: {
2072
+ [id: string]: {
2073
+ label: string;
2074
+ options: string[];
2075
+ };
2076
+ };
2077
+ /**
2078
+ * A set of search criteria to populate the component with.
2079
+ */
2080
+ "filterState"?: FilterState;
2081
+ /**
2082
+ * Allows to hide the icon inside the text input. Defaults to false
2083
+ */
2084
+ "hideIcon"?: boolean;
2085
+ /**
2086
+ * i18n
2087
+ */
2088
+ "i18nPlainText"?: string;
2089
+ /**
2090
+ * The icon next to the actual text input Defaults to 'search'
2091
+ */
2092
+ "icon"?: string;
2093
+ /**
2094
+ * When set this will initially populate the component with the provided search criteria. This will trigger all input events accordingly.
2095
+ * @deprecated will get removed with next major release (7.0.0). Use the member filterState instead.
2096
+ */
2097
+ "initialState"?: FilterState;
2098
+ /**
2099
+ * i18n
2100
+ */
2101
+ "labelCategories"?: string;
2102
+ /**
2103
+ * In certain use cases some categories are not available for selection any more. To allow proper display of set filters with these categories this ID to label mapping can be populated. Configuration object hash used to supply labels to the filter chips in the input field. Each ID maps to a string representing the label to display.
2104
+ */
2105
+ "nonSelectableCategories"?: {
2106
+ [id: string]: string;
2107
+ };
2108
+ /**
2109
+ * Event dispatched whenever the filter state changes.
2110
+ */
2111
+ "onFilterChanged"?: (event: CustomEvent<FilterState>) => void;
2112
+ /**
2113
+ * Event dispatched whenever the text input changes.
2114
+ */
2115
+ "onInputChanged"?: (event: CustomEvent<InputState>) => void;
2116
+ /**
2117
+ * Placeholder text to be displayed in an empty input field.
2118
+ */
2119
+ "placeholder"?: string;
2120
+ /**
2121
+ * If set to true allows that a single category can be set more than once. An already set category will not appear in the category dropdown if set to false. Defaults to true
2122
+ */
2123
+ "repeatCategories"?: boolean;
2124
+ /**
2125
+ * A list of strings that will be supplied as typeahead suggestions not tied to any categories.
2126
+ */
2127
+ "suggestions"?: string[];
2128
+ /**
2129
+ * @deprecated For debugging purposes only!
2130
+ */
2131
+ "tmpDisableScrollIntoView"?: boolean;
2132
+ }
2133
+ interface IxChip {
2134
+ /**
2135
+ * Display chip in active state. Only working witht `variant="primary"`
2136
+ */
2137
+ "active"?: boolean;
2138
+ /**
2139
+ * Custom color for pill. Only working for `variant='custom'`
2140
+ */
2141
+ "background"?: string | undefined;
2142
+ /**
2143
+ * Show close icon
2144
+ */
2145
+ "closable"?: boolean;
2146
+ /**
2147
+ * Custom font color for pill. Only working for `variant='custom'`
2148
+ */
2149
+ "color"?: string | undefined;
2150
+ /**
2151
+ * Show icon
2152
+ */
2153
+ "icon"?: string | undefined;
2154
+ /**
2155
+ * Fire event if close button is clicked
2156
+ */
2157
+ "onClose"?: (event: CustomEvent<any>) => void;
2158
+ /**
2159
+ * Show chip with outline style
2160
+ */
2161
+ "outline"?: boolean;
2162
+ /**
2163
+ * Chip variant
2164
+ */
2165
+ "variant"?: | 'primary'
2166
+ | 'alarm'
2167
+ | 'critical'
2168
+ | 'warning'
2169
+ | 'info'
2170
+ | 'neutral'
2171
+ | 'success'
2172
+ | 'custom';
2173
+ }
2174
+ interface IxCounterPill {
2175
+ /**
2176
+ * Align pill content left
2177
+ */
2178
+ "alignLeft"?: boolean;
2179
+ /**
2180
+ * Custom color for pill. Only working for `variant='custom'`
2181
+ */
2182
+ "background"?: string | undefined;
2183
+ /**
2184
+ * Custom font color for pill. Only working for `variant='custom'`
2185
+ */
2186
+ "color"?: string | undefined;
2187
+ /**
2188
+ * Show pill as outline
2189
+ */
2190
+ "outline"?: boolean;
2191
+ /**
2192
+ * Pill variant
2193
+ */
2194
+ "variant"?: | 'primary'
2195
+ | 'alarm'
2196
+ | 'critical'
2197
+ | 'warning'
2198
+ | 'info'
2199
+ | 'neutral'
2200
+ | 'success'
2201
+ | 'custom';
2202
+ }
2203
+ interface IxDatePicker {
2204
+ /**
2205
+ * Corner style
2206
+ */
2207
+ "corners"?: DateTimeCardCorners;
2208
+ /**
2209
+ * Default behavior of the done event is to join the two events (date and time) into one combined string output. This combination can be configured over the delimiter
2210
+ * @since 1.1.0
2211
+ */
2212
+ "eventDelimiter"?: string;
2213
+ /**
2214
+ * Date format string. See {@link https ://moment.github.io/luxon/#/formatting?id=table-of-tokens} for all available tokens.
2215
+ */
2216
+ "format"?: string;
2217
+ /**
2218
+ * Picker date. If the picker is in range mode this property is the start date. Format is based on `format`
2219
+ * @since 1.1.0
2220
+ */
2221
+ "from"?: string;
2222
+ /**
2223
+ * @deprecated - will get removed with next major release
2224
+ */
2225
+ "individual"?: boolean;
2226
+ /**
2227
+ * The latest date that can be selected by the date picker. If not set there will be no restriction.
2228
+ * @since 1.1.0
2229
+ */
2230
+ "maxDate"?: string;
2231
+ /**
2232
+ * The earliest date that can be selected by the date picker. If not set there will be no restriction.
2233
+ * @since 1.1.0
2234
+ */
2235
+ "minDate"?: string;
2236
+ /**
2237
+ * Date change event If datepicker is in range mode the event detail will be sperated with a `-` e.g. `2022/10/22 - 2022/10/24` (start and end). If range mode is choosen consider to use `dateRangeChange`.
2238
+ * @depracted String output will be removed. Set ´doneEventDelimiter´ to undefined or null to get date change object instead of a string
2239
+ */
2240
+ "onDateChange"?: (event: CustomEvent<LegacyDateChangeEvent>) => void;
2241
+ /**
2242
+ * Date range change. Only triggered if datepicker is in range mode
2243
+ * @since 1.1.0
2244
+ */
2245
+ "onDateRangeChange"?: (event: CustomEvent<DateChangeEvent>) => void;
2246
+ /**
2247
+ * Date selection confirmed via button action
2248
+ * @since 1.1.0
2249
+ */
2250
+ "onDateSelect"?: (event: CustomEvent<DateChangeEvent>) => void;
2251
+ /**
2252
+ * Date selection confirmed via button action
2253
+ * @deprecated Use `dateSelect`
2254
+ */
2255
+ "onDone"?: (event: CustomEvent<string>) => void;
2256
+ /**
2257
+ * If true a range of dates can be selected.
2258
+ */
2259
+ "range"?: boolean;
2260
+ /**
2261
+ * Text of date select button
2262
+ * @since 1.1.0
2263
+ */
2264
+ "textSelectDate"?: string;
2265
+ /**
2266
+ * Picker date. If the picker is in range mode this property is the end date. If the picker is not in range mode leave this value `null` Format is based on `format`
2267
+ * @since 1.1.0
2268
+ */
2269
+ "to"?: string | null;
2270
+ }
2271
+ interface IxDateTimeCard {
2272
+ /**
2273
+ * Set corners style
2274
+ */
2275
+ "corners"?: DateTimeCardCorners;
2276
+ /**
2277
+ * set styles
2278
+ */
2279
+ "individual"?: boolean;
2280
+ }
2281
+ interface IxDatetimePicker {
2282
+ /**
2283
+ * Date format string. See {@link https ://moment.github.io/luxon/#/formatting?id=table-of-tokens} for all available tokens.
2284
+ * @since 1.1.0
2285
+ */
2286
+ "dateFormat"?: string;
2287
+ /**
2288
+ * Default behavior of the done event is to join the two events (date and time) into one combined string output. This combination can be configured over the delimiter
2289
+ * @since 1.1.0
2290
+ */
2291
+ "eventDelimiter"?: string;
2292
+ /**
2293
+ * Picker date. If the picker is in range mode this property is the start date. Format is based on `format`
2294
+ * @since 1.1.0
2295
+ */
2296
+ "from"?: string;
2297
+ /**
2298
+ * The latest date that can be selected by the date picker. If not set there will be no restriction.
2299
+ * @since 1.1.0
2300
+ */
2301
+ "maxDate"?: string;
2302
+ /**
2303
+ * The earliest date that can be selected by the date picker. If not set there will be no restriction.
2304
+ * @since 1.1.0
2305
+ */
2306
+ "minDate"?: string;
2307
+ /**
2308
+ * Date change
2309
+ * @since 1.1.0
2310
+ */
2311
+ "onDateChange"?: (event: CustomEvent<string | Omit<DateTimeSelectEvent, 'time'>>) => void;
2312
+ /**
2313
+ * Date selection event is fired after confirm button is pressend
2314
+ * @since 1.1.0
2315
+ */
2316
+ "onDateSelect"?: (event: CustomEvent<DateTimeSelectEvent>) => void;
2317
+ /**
2318
+ * Done event Set `doneEventDelimiter` to null or undefine to get the typed event
2319
+ */
2320
+ "onDone"?: (event: CustomEvent<string>) => void;
2321
+ /**
2322
+ * Time change
2323
+ * @since 1.1.0
2324
+ */
2325
+ "onTimeChange"?: (event: CustomEvent<string>) => void;
2326
+ /**
2327
+ * Set range size
2328
+ */
2329
+ "range"?: boolean;
2330
+ /**
2331
+ * Show hour input
2332
+ */
2333
+ "showHour"?: boolean;
2334
+ /**
2335
+ * Show minutes input
2336
+ */
2337
+ "showMinutes"?: boolean;
2338
+ /**
2339
+ * Show seconds input
2340
+ */
2341
+ "showSeconds"?: boolean;
2342
+ /**
2343
+ * Show time reference input
2344
+ * @since 1.1.0 time reference is default aligned with formt tt
2345
+ */
2346
+ "showTimeReference"?: any;
2347
+ /**
2348
+ * Text of date select button
2349
+ * @since 1.1.0
2350
+ */
2351
+ "textSelectDate"?: string;
2352
+ /**
2353
+ * Select time with format string
2354
+ * @since 1.1.0
2355
+ */
2356
+ "time"?: string;
2357
+ /**
2358
+ * Time format string. See {@link https ://moment.github.io/luxon/#/formatting?id=table-of-tokens} for all available tokens.
2359
+ * @since 1.1.0
2360
+ */
2361
+ "timeFormat"?: string;
2362
+ /**
2363
+ * Set time reference
2364
+ */
2365
+ "timeReference"?: 'AM' | 'PM';
2366
+ /**
2367
+ * Picker date. If the picker is in range mode this property is the end date. If the picker is not in range mode leave this value `null` Format is based on `format`
2368
+ * @since 1.1.0
2369
+ */
2370
+ "to"?: string | null;
2371
+ }
2372
+ interface IxDrawer {
2373
+ /**
2374
+ * Fired in case of an outside click during drawer showed state
2375
+ */
2376
+ "closeOnClickOutside"?: boolean;
2377
+ /**
2378
+ * Render the drawer with maximum height
2379
+ */
2380
+ "fullHeight"?: boolean;
2381
+ /**
2382
+ * Max width interpreted as REM
2383
+ */
2384
+ "maxWidth"?: number;
2385
+ /**
2386
+ * Min width interpreted as REM
2387
+ */
2388
+ "minWidth"?: number;
2389
+ /**
2390
+ * Fire event after drawer is close
2391
+ */
2392
+ "onDrawerClose"?: (event: CustomEvent<any>) => void;
2393
+ /**
2394
+ * Fire event after drawer is open
2395
+ */
2396
+ "onOpen"?: (event: CustomEvent<any>) => void;
2397
+ /**
2398
+ * Show or hide the drawer
2399
+ */
2400
+ "show"?: boolean;
2401
+ /**
2402
+ * Width interpreted as REM if not set to 'auto'
2403
+ */
2404
+ "width"?: number | 'auto';
2405
+ }
2406
+ interface IxDropdown {
2407
+ /**
2408
+ * Adjust dropdown width to the parent width
2409
+ */
2410
+ "adjustDropdownWidthToReferenceWidth"?: boolean;
2411
+ /**
2412
+ * Adjust dropdown width to the parent width
2413
+ * @deprecated - property has a typo and will get removed in the next major version. Use `adjustDropdownWidthToReferenceWidth` instead.
2414
+ */
2415
+ "adjustDropdownWidthToReferenceWith"?: boolean;
2416
+ /**
2417
+ * Define an anchor element
2418
+ */
2419
+ "anchor"?: string | HTMLElement;
2420
+ /**
2421
+ * Close behavior
2422
+ */
2423
+ "closeBehavior"?: 'inside' | 'outside' | 'both' | boolean;
2424
+ /**
2425
+ * An optional header shown at the top of the dropdown
2426
+ */
2427
+ "header"?: string;
2428
+ /**
2429
+ * Fire event after visibility of dropdown has changed
2430
+ */
2431
+ "onShowChanged"?: (event: CustomEvent<boolean>) => void;
2432
+ /**
2433
+ * Placement of the dropdown
2434
+ */
2435
+ "placement"?: Placement;
2436
+ /**
2437
+ * Position strategy
2438
+ */
2439
+ "positioningStrategy"?: PositioningStrategy;
2440
+ /**
2441
+ * Show dropdown
2442
+ */
2443
+ "show"?: boolean;
2444
+ /**
2445
+ * Define an element that triggers the dropdown. A trigger can either be a string that will be interprated as id attribute or a DOM element.
2446
+ */
2447
+ "trigger"?: string | HTMLElement;
2448
+ }
2449
+ interface IxDropdownItem {
2450
+ /**
2451
+ * Whether the item is checked or not. If true a checkmark will mark the item as checked.
2452
+ */
2453
+ "checked"?: boolean;
2454
+ /**
2455
+ * Disable item and remove event listeners
2456
+ */
2457
+ "disabled"?: boolean;
2458
+ /**
2459
+ * Display hover state
2460
+ */
2461
+ "hover"?: boolean;
2462
+ /**
2463
+ * Icon of dropdown item
2464
+ */
2465
+ "icon"?: string;
2466
+ /**
2467
+ * Label of dropdown item
2468
+ */
2469
+ "label"?: string;
2470
+ /**
2471
+ * Click on item
2472
+ */
2473
+ "onItemClick"?: (event: CustomEvent<HTMLIxDropdownItemElement>) => void;
2474
+ }
2475
+ interface IxEventList {
2476
+ /**
2477
+ * Animate state change transitions. Defaults to 'true'.
2478
+ */
2479
+ "animated"?: boolean;
2480
+ /**
2481
+ * Display a chevron icon in list items. Defaults to 'false'
2482
+ */
2483
+ "chevron"?: boolean;
2484
+ /**
2485
+ * Make event-list items more compact
2486
+ */
2487
+ "compact"?: boolean;
2488
+ /**
2489
+ * Determines the height of list items. This can either be one of two predefined sizes ('S' or 'L') or an absolute pixel value. In case a number is supplied it will get converted to rem internally. Defaults to 'S'.
2490
+ */
2491
+ "itemHeight"?: 'S' | 'L' | number;
2492
+ }
2493
+ interface IxEventListItem {
2494
+ /**
2495
+ * Show chevron on right side of the event list item
2496
+ */
2497
+ "chevron"?: boolean;
2498
+ /**
2499
+ * Color of the status indicator. Allowed values are all Core UI color names.
2500
+ */
2501
+ "color"?: string;
2502
+ /**
2503
+ * Disable event list item
2504
+ */
2505
+ "disabled"?: boolean;
2506
+ /**
2507
+ * Event list item click
2508
+ */
2509
+ "onItemClick"?: (event: CustomEvent<any>) => void;
2510
+ /**
2511
+ * Opacity of the status indicator. Defaults to 1.0
2512
+ * @deprecated Will be removed in 7.0.0. Use color with alpha value.
2513
+ */
2514
+ "opacity"?: number;
2515
+ /**
2516
+ * Show event list item as selected
2517
+ */
2518
+ "selected"?: boolean;
2519
+ }
2520
+ interface IxExpandingSearch {
2521
+ /**
2522
+ * Search icon
2523
+ */
2524
+ "icon"?: string;
2525
+ /**
2526
+ * Value changed
2527
+ */
2528
+ "onValueChange"?: (event: CustomEvent<string>) => void;
2529
+ /**
2530
+ * Placeholder text
2531
+ */
2532
+ "placeholder"?: string;
2533
+ /**
2534
+ * Default value
2535
+ */
2536
+ "value"?: string;
2537
+ }
2538
+ interface IxFilterChip {
2539
+ /**
2540
+ * If true the filter chip will be in disabled state
2541
+ */
2542
+ "disabled"?: boolean;
2543
+ /**
2544
+ * Close clicked
2545
+ */
2546
+ "onCloseClick"?: (event: CustomEvent<void>) => void;
2547
+ }
2548
+ interface IxFlipTile {
2549
+ /**
2550
+ * Tmp property name
2551
+ */
2552
+ "footer"?: string;
2553
+ /**
2554
+ * Variation of the Flip
2555
+ */
2556
+ "state"?: FlipTileState;
2557
+ }
2558
+ interface IxFlipTileContent {
2559
+ }
2560
+ interface IxGroup {
2561
+ /**
2562
+ * Whether the group is collapsed or expanded. Defaults to true.
2563
+ */
2564
+ "collapsed"?: boolean;
2565
+ /**
2566
+ * Expand the group if the header is clicked
2567
+ */
2568
+ "expandOnHeaderClick"?: boolean;
2569
+ /**
2570
+ * Group header
2571
+ */
2572
+ "header"?: string;
2573
+ /**
2574
+ * The index of the selected group entry. If undefined no group item is selected.
2575
+ */
2576
+ "index"?: number;
2577
+ /**
2578
+ * Group collapsed
2579
+ */
2580
+ "onCollapsedChanged"?: (event: CustomEvent<boolean>) => void;
2581
+ /**
2582
+ * Emits when whole group gets selected.
2583
+ */
2584
+ "onSelectGroup"?: (event: CustomEvent<boolean>) => void;
2585
+ /**
2586
+ * Emits when group item gets selected.
2587
+ */
2588
+ "onSelectItem"?: (event: CustomEvent<number>) => void;
2589
+ /**
2590
+ * Whether the group is selected.
2591
+ */
2592
+ "selected"?: boolean;
2593
+ /**
2594
+ * Group header subtitle
2595
+ */
2596
+ "subHeader"?: string;
2597
+ /**
2598
+ * Prevent header from being selectable
2599
+ */
2600
+ "suppressHeaderSelection"?: boolean;
2601
+ }
2602
+ interface IxGroupDropdownItem {
2603
+ /**
2604
+ * Group dropdown icon
2605
+ */
2606
+ "icon"?: string;
2607
+ /**
2608
+ * Group dropdown label
2609
+ */
2610
+ "label"?: string;
2611
+ }
2612
+ interface IxGroupItem {
2613
+ /**
2614
+ * The elements tabindex attribute will get set accordingly. If true tabindex will be 0, -1 otherwise.
2615
+ */
2616
+ "focusable"?: boolean;
2617
+ /**
2618
+ * Group item icon
2619
+ */
2620
+ "icon"?: string;
2621
+ /**
2622
+ * Index
2623
+ */
2624
+ "index"?: number;
2625
+ /**
2626
+ * Selection changed
2627
+ */
2628
+ "onSelectedChanged"?: (event: CustomEvent<HTMLIxGroupItemElement>) => void;
2629
+ /**
2630
+ * Group item secondary text
2631
+ */
2632
+ "secondaryText"?: string;
2633
+ /**
2634
+ * Show selected state
2635
+ */
2636
+ "selected"?: boolean;
2637
+ /**
2638
+ * Supress the selection of the group
2639
+ */
2640
+ "suppressSelection"?: boolean;
2641
+ /**
2642
+ * Group item text
2643
+ */
2644
+ "text"?: string;
2645
+ }
2646
+ interface IxIcon {
2647
+ /**
2648
+ * Color of the icon
2649
+ */
2650
+ "color"?: string;
2651
+ /**
2652
+ * Use one of our defined icon names e.g. `copy`.
2653
+ */
2654
+ "name"?: string;
2655
+ /**
2656
+ * Size of the icon
2657
+ */
2658
+ "size"?: '12' | '16' | '24' | '32';
2659
+ }
2660
+ interface IxIconButton {
2661
+ /**
2662
+ * Color of icon in button
2663
+ */
2664
+ "color"?: string;
2665
+ /**
2666
+ * Disabled
2667
+ */
2668
+ "disabled"?: boolean;
2669
+ /**
2670
+ * Button invisible
2671
+ */
2672
+ "ghost"?: boolean;
2673
+ /**
2674
+ * Button icon
2675
+ */
2676
+ "icon"?: string;
2677
+ /**
2678
+ * Button invisible
2679
+ * @deprecated use ghost property
2680
+ */
2681
+ "invisible"?: boolean;
2682
+ /**
2683
+ * Button outline
2684
+ */
2685
+ "outline"?: boolean;
2686
+ /**
2687
+ * Button in oval shape
2688
+ */
2689
+ "oval"?: boolean;
2690
+ /**
2691
+ * Selected state only working with outline or invisible
2692
+ */
2693
+ "selected"?: boolean;
2694
+ /**
2695
+ * Size of icon in button
2696
+ */
2697
+ "size"?: '32' | '24' | '16' | '12';
2698
+ /**
2699
+ * Type of the button
2700
+ */
2701
+ "type"?: 'button' | 'submit';
2702
+ /**
2703
+ * Variant of button
2704
+ */
2705
+ "variant"?: 'Primary' | 'Secondary';
2706
+ }
2707
+ interface IxInputGroup {
2708
+ }
2709
+ interface IxKpi {
2710
+ "label"?: string;
2711
+ "orientation"?: 'horizontal' | 'vertical';
2712
+ "state"?: 'neutral' | 'warning' | 'alarm';
2713
+ "unit"?: string;
2714
+ "value"?: string | number;
2715
+ }
2716
+ interface IxMapNavigation {
2717
+ /**
2718
+ * Application name
2719
+ */
2720
+ "applicationName"?: string;
2721
+ /**
2722
+ * Hide the sidebar context menu button when set to true
2723
+ */
2724
+ "hideContextMenu"?: boolean;
2725
+ /**
2726
+ * Navigation title
2727
+ */
2728
+ "navigationTitle"?: string;
2729
+ /**
2730
+ * Context menu clicked
2731
+ */
2732
+ "onContextMenuClick"?: (event: CustomEvent<void>) => void;
2733
+ /**
2734
+ * Navigation toggled
2735
+ */
2736
+ "onNavigationToggled"?: (event: CustomEvent<boolean>) => void;
2737
+ }
2738
+ interface IxMapNavigationOverlay {
2739
+ /**
2740
+ * Color of icon
2741
+ */
2742
+ "color"?: string;
2743
+ /**
2744
+ * Icon of overlay
2745
+ */
2746
+ "icon"?: string;
2747
+ /**
2748
+ * Title of overlay
2749
+ */
2750
+ "name"?: string;
2751
+ /**
2752
+ * Event closed
2753
+ */
2754
+ "onCloseClick"?: (event: CustomEvent<any>) => void;
2755
+ }
2756
+ interface IxMenu {
2757
+ /**
2758
+ * Should only be set if you use ix-menu standalone
2759
+ */
2760
+ "applicationDescription"?: string;
2761
+ /**
2762
+ * Should only be set if you use ix-menu standalone
2763
+ */
2764
+ "applicationName"?: string;
2765
+ /**
2766
+ * Internal
2767
+ */
2768
+ "enableMapExpand"?: boolean;
2769
+ /**
2770
+ * Is settings tab is visible
2771
+ */
2772
+ "enableSettings"?: boolean;
2773
+ /**
2774
+ * Show toggle between light and dark variant. Only if the provided theme have implemented both!
2775
+ */
2776
+ "enableToggleTheme"?: boolean;
2777
+ /**
2778
+ * Expand menu
2779
+ */
2780
+ "expand"?: boolean;
2781
+ "i18nCollapse"?: string;
2782
+ "i18nExpand"?: string;
2783
+ "i18nLegal"?: string;
2784
+ "i18nMore"?: string;
2785
+ "i18nSettings"?: string;
2786
+ "i18nToggleTheme"?: string;
2787
+ /**
2788
+ * Maximum number of menu items to show in case enough vertical space is available. Extra menu items will be collapsed to 'show more' menu item.
2789
+ */
2790
+ "maxVisibleMenuItems"?: number;
2791
+ /**
2792
+ * Menu expanded
2793
+ */
2794
+ "onExpandChange"?: (event: CustomEvent<boolean>) => void;
2795
+ /**
2796
+ * Map Sidebar expanded
2797
+ */
2798
+ "onMapExpandChange"?: (event: CustomEvent<boolean>) => void;
2799
+ /**
2800
+ * Is about tab visible
2801
+ */
2802
+ "showAbout"?: boolean;
2803
+ /**
2804
+ * Is settings tab visible
2805
+ */
2806
+ "showSettings"?: boolean;
2807
+ }
2808
+ interface IxMenuAbout {
2809
+ /**
2810
+ * Active tab
2811
+ */
2812
+ "activeTabLabel"?: string;
2813
+ /**
2814
+ * Label of first tab
2815
+ */
2816
+ "label"?: string;
2817
+ /**
2818
+ * About and Legal closed
2819
+ */
2820
+ "onClose"?: (event: CustomEvent<MouseEvent>) => void;
2821
+ /**
2822
+ * Internal
2823
+ */
2824
+ "show"?: boolean;
2825
+ }
2826
+ interface IxMenuAboutItem {
2827
+ /**
2828
+ * About Item label
2829
+ */
2830
+ "label"?: string;
2831
+ }
2832
+ interface IxMenuAboutNews {
2833
+ /**
2834
+ * Subtitle of the about news
2835
+ */
2836
+ "aboutItemLabel"?: string;
2837
+ /**
2838
+ * Internal
2839
+ */
2840
+ "expanded"?: boolean;
2841
+ "i18nShowMore"?: string;
2842
+ /**
2843
+ * Title of the about news
2844
+ */
2845
+ "label"?: string;
2846
+ /**
2847
+ * Bottom offset
2848
+ */
2849
+ "offsetBottom"?: number;
2850
+ /**
2851
+ * Popover closed
2852
+ */
2853
+ "onClosePopover"?: (event: CustomEvent<void>) => void;
2854
+ /**
2855
+ * Show More button is pressed
2856
+ */
2857
+ "onShowMore"?: (event: CustomEvent<MouseEvent>) => void;
2858
+ /**
2859
+ * Show about news
2860
+ */
2861
+ "show"?: boolean;
2862
+ }
2863
+ interface IxMenuAvatar {
2864
+ /**
2865
+ * Second line of text
2866
+ */
2867
+ "bottom"?: string;
2868
+ "i18nLogout"?: string;
2869
+ /**
2870
+ * Logout click
2871
+ */
2872
+ "onLogoutClick"?: (event: CustomEvent<any>) => void;
2873
+ /**
2874
+ * First line of text
2875
+ */
2876
+ "top"?: string;
2877
+ }
2878
+ interface IxMenuAvatarItem {
2879
+ /**
2880
+ * Avatar dropdown icon
2881
+ */
2882
+ "icon"?: string;
2883
+ /**
2884
+ * Avatar dropdown label
2885
+ */
2886
+ "label"?: string;
2887
+ /**
2888
+ * Avatar dropdown item clicked
2889
+ */
2890
+ "onItemClick"?: (event: CustomEvent<MouseEvent>) => void;
2891
+ }
2892
+ interface IxMenuItem {
2893
+ /**
2894
+ * State to display active
2895
+ */
2896
+ "active"?: boolean;
2897
+ /**
2898
+ * Place tab on bottom
2899
+ */
2900
+ "bottom"?: boolean;
2901
+ /**
2902
+ * Disable tab and remove event handlers
2903
+ */
2904
+ "disabled"?: boolean;
2905
+ /**
2906
+ * Move the Tab to a top position.
2907
+ */
2908
+ "home"?: boolean;
2909
+ /**
2910
+ * Show notification cound on tab
2911
+ */
2912
+ "notifications"?: number;
2913
+ /**
2914
+ * Icon name from @siemens/ix-icons
2915
+ */
2916
+ "tabIcon"?: string;
2917
+ }
2918
+ interface IxMenuSettings {
2919
+ /**
2920
+ * active tab
2921
+ */
2922
+ "activeTabLabel"?: string;
2923
+ /**
2924
+ * Label
2925
+ */
2926
+ "label"?: string;
2927
+ /**
2928
+ * Popover closed
2929
+ */
2930
+ "onClose"?: (event: CustomEvent<MouseEvent>) => void;
2931
+ /**
2932
+ * Internal
2933
+ */
2934
+ "show"?: boolean;
2935
+ }
2936
+ interface IxMenuSettingsItem {
2937
+ /**
2938
+ * Label
2939
+ */
2940
+ "label"?: string;
2941
+ }
2942
+ interface IxMessageBar {
2943
+ /**
2944
+ * If true, close button is enabled and alert can be dismissed by the user
2945
+ */
2946
+ "dismissible"?: boolean;
2947
+ /**
2948
+ * An event emitted when the close button is clicked
2949
+ */
2950
+ "onClosedChange"?: (event: CustomEvent<any>) => void;
2951
+ /**
2952
+ * Specifies the type of the alert.
2953
+ */
2954
+ "type"?: 'danger' | 'warning' | 'info';
2955
+ }
2956
+ interface IxModal {
2957
+ /**
2958
+ * Should the modal be animtated
2959
+ */
2960
+ "animation"?: boolean;
2961
+ "ariaDescribedBy"?: string;
2962
+ "ariaLabelledBy"?: string;
2963
+ /**
2964
+ * Adds a dimming layer to the modal. This should only be used when it it necessary to focus the user's attention to the dialog content (e.g. errors, warnings, complex tasks).
2965
+ */
2966
+ "backdrop"?: boolean | 'static';
2967
+ /**
2968
+ * Backdrop class
2969
+ */
2970
+ "backdropClass"?: string;
2971
+ /**
2972
+ * BeforeDismiss callback
2973
+ */
2974
+ "beforeDismiss"?: (reason?: any) => boolean | Promise<boolean>;
2975
+ /**
2976
+ * Centered modal
2977
+ */
2978
+ "centered"?: boolean;
2979
+ /**
2980
+ * Content of modal
2981
+ */
2982
+ "content"?: HTMLElement | string;
2983
+ /**
2984
+ * Header title
2985
+ */
2986
+ "headerTitle"?: string;
2987
+ /**
2988
+ * Optional icon displayed next to the title
2989
+ */
2990
+ "icon"?: string;
2991
+ /**
2992
+ * Color of the header {@link icon}
2993
+ */
2994
+ "iconColor"?: NotificationColor;
2995
+ /**
2996
+ * ESC close modal dialog
2997
+ */
2998
+ "keyboard"?: boolean;
2999
+ /**
3000
+ * Modal dialog class
3001
+ */
3002
+ "modalDialogClass"?: string;
3003
+ /**
3004
+ * Modal closed
3005
+ */
3006
+ "onClosed"?: (event: CustomEvent<any>) => void;
3007
+ /**
3008
+ * Modal dismissed
3009
+ */
3010
+ "onDismissed"?: (event: CustomEvent<any>) => void;
3011
+ /**
3012
+ * Modal scollable
3013
+ */
3014
+ "scrollable"?: boolean;
3015
+ /**
3016
+ * Modal size
3017
+ */
3018
+ "size"?: 'sm' | 'lg' | 'xl';
3019
+ /**
3020
+ * Window class
3021
+ */
3022
+ "windowClass"?: string;
3023
+ }
3024
+ interface IxModalContainer {
3025
+ }
3026
+ interface IxModalExample {
3027
+ }
3028
+ interface IxPill {
3029
+ /**
3030
+ * Align pill content left
3031
+ */
3032
+ "alignLeft"?: boolean;
3033
+ /**
3034
+ * Custom color for pill. Only working for `variant='custom'`
3035
+ */
3036
+ "background"?: string | undefined;
3037
+ /**
3038
+ * Custom font color for pill. Only working for `variant='custom'`
3039
+ */
3040
+ "color"?: string | undefined;
3041
+ /**
3042
+ * Show icon
3043
+ */
3044
+ "icon"?: string | undefined;
3045
+ /**
3046
+ * Show pill as outline
3047
+ */
3048
+ "outline"?: boolean;
3049
+ /**
3050
+ * Pill variant
3051
+ */
3052
+ "variant"?: | 'primary'
3053
+ | 'alarm'
3054
+ | 'critical'
3055
+ | 'warning'
3056
+ | 'info'
3057
+ | 'neutral'
3058
+ | 'success'
3059
+ | 'custom';
3060
+ }
3061
+ interface IxSelect {
3062
+ /**
3063
+ * Show clear button
3064
+ */
3065
+ "allowClear"?: boolean;
3066
+ /**
3067
+ * If true the select will be in disabled state
3068
+ */
3069
+ "disabled"?: boolean;
3070
+ /**
3071
+ * Select is extendable
3072
+ */
3073
+ "editable"?: boolean;
3074
+ /**
3075
+ * Input field placeholder
3076
+ */
3077
+ "i18nPlaceholder"?: string;
3078
+ /**
3079
+ * Input field placeholder for editable select
3080
+ */
3081
+ "i18nPlaceholderEditable"?: string;
3082
+ /**
3083
+ * Select list header
3084
+ */
3085
+ "i18nSelectListHeader"?: string;
3086
+ /**
3087
+ * Selection mode
3088
+ */
3089
+ "mode"?: 'single' | 'multiple';
3090
+ /**
3091
+ * Item added to selection
3092
+ */
3093
+ "onAddItem"?: (event: CustomEvent<string>) => void;
3094
+ /**
3095
+ * Item selection changed
3096
+ */
3097
+ "onItemSelectionChange"?: (event: CustomEvent<string | string[]>) => void;
3098
+ /**
3099
+ * If true the select will be in readonly mode
3100
+ */
3101
+ "readonly"?: boolean;
3102
+ /**
3103
+ * Indices of selected items
3104
+ */
3105
+ "selectedIndices"?: string | string[];
3106
+ }
3107
+ interface IxSelectItem {
3108
+ /**
3109
+ * ***Internal***
3110
+ */
3111
+ "hover"?: boolean;
3112
+ /**
3113
+ * Displayed name of the item
3114
+ */
3115
+ "label"?: string;
3116
+ /**
3117
+ * Item clicked
3118
+ */
3119
+ "onItemClick"?: (event: CustomEvent<string>) => void;
3120
+ /**
3121
+ * Whether the item is selected.
3122
+ */
3123
+ "selected"?: boolean;
3124
+ /**
3125
+ * Item value
3126
+ */
3127
+ "value": any;
3128
+ }
3129
+ interface IxSpinner {
3130
+ /**
3131
+ * Size of spinner
3132
+ */
3133
+ "size"?: 'medium' | 'large';
3134
+ /**
3135
+ * Variant of spinner
3136
+ */
3137
+ "variant"?: 'primary' | 'sencodary' | 'secondary';
3138
+ }
3139
+ interface IxSplitButton {
3140
+ /**
3141
+ * Disabled
3142
+ */
3143
+ "disabled"?: boolean;
3144
+ /**
3145
+ * Button invisible
3146
+ */
3147
+ "ghost"?: boolean;
3148
+ /**
3149
+ * Button icon
3150
+ */
3151
+ "icon"?: string;
3152
+ /**
3153
+ * Button invisible
3154
+ * @deprecated use ghost property
3155
+ */
3156
+ "invisible"?: boolean;
3157
+ /**
3158
+ * Button label
3159
+ */
3160
+ "label"?: string;
3161
+ /**
3162
+ * Button clicked
3163
+ */
3164
+ "onButtonClick"?: (event: CustomEvent<MouseEvent>) => void;
3165
+ /**
3166
+ * Button outline variant
3167
+ */
3168
+ "outline"?: boolean;
3169
+ /**
3170
+ * Placement of the dropdown
3171
+ */
3172
+ "placement"?: Placement;
3173
+ /**
3174
+ * Splitbutton icon
3175
+ */
3176
+ "splitIcon"?: string;
3177
+ /**
3178
+ * Color variant of button
3179
+ */
3180
+ "variant"?: Buttons;
3181
+ }
3182
+ interface IxSplitButtonItem {
3183
+ /**
3184
+ * Dropdown icon
3185
+ */
3186
+ "icon"?: string;
3187
+ /**
3188
+ * Dropdown label
3189
+ */
3190
+ "label"?: string;
3191
+ /**
3192
+ * Dropdown item clicked
3193
+ */
3194
+ "onItemClick"?: (event: CustomEvent<MouseEvent>) => void;
3195
+ }
3196
+ interface IxTabItem {
3197
+ /**
3198
+ * Set counter value
3199
+ */
3200
+ "counter"?: number;
3201
+ /**
3202
+ * Set disabled tab
3203
+ */
3204
+ "disabled"?: boolean;
3205
+ /**
3206
+ * Set icon only tab
3207
+ */
3208
+ "icon"?: boolean;
3209
+ /**
3210
+ * Set layout width style
3211
+ */
3212
+ "layout"?: 'auto' | 'stretched';
3213
+ /**
3214
+ * Set selected placement
3215
+ */
3216
+ "placement"?: 'bottom' | 'top';
3217
+ /**
3218
+ * Set rounded tab
3219
+ */
3220
+ "rounded"?: boolean;
3221
+ /**
3222
+ * Set selected tab
3223
+ */
3224
+ "selected"?: boolean;
3225
+ /**
3226
+ * Set small size tab
3227
+ */
3228
+ "small"?: boolean;
3229
+ }
3230
+ interface IxTabs {
3231
+ /**
3232
+ * Set layout width style
3233
+ */
3234
+ "layout"?: 'auto' | 'stretched';
3235
+ /**
3236
+ * Set placement style
3237
+ */
3238
+ "placement"?: 'bottom' | 'top';
3239
+ /**
3240
+ * Set rounded tabs
3241
+ */
3242
+ "rounded"?: boolean;
3243
+ /**
3244
+ * Set default selected tab by index
3245
+ */
3246
+ "selected"?: number;
3247
+ /**
3248
+ * Set tab items to small size
3249
+ */
3250
+ "small"?: boolean;
3251
+ }
3252
+ interface IxTile {
3253
+ /**
3254
+ * Size of the tile - one of 'small', 'medium' or 'large'
3255
+ */
3256
+ "size"?: 'small' | 'medium' | 'big';
3257
+ }
3258
+ interface IxTimePicker {
3259
+ /**
3260
+ * Corner style
3261
+ */
3262
+ "corners"?: DateTimeCardCorners;
3263
+ /**
3264
+ * Format of time string
3265
+ * @since 1.1.0
3266
+ */
3267
+ "format"?: string;
3268
+ /**
3269
+ * @deprecated - will get removed with next major release
3270
+ */
3271
+ "individual"?: boolean;
3272
+ /**
3273
+ * Time event
3274
+ */
3275
+ "onDone"?: (event: CustomEvent<string>) => void;
3276
+ /**
3277
+ * Time change event
3278
+ */
3279
+ "onTimeChange"?: (event: CustomEvent<string>) => void;
3280
+ /**
3281
+ * Show hour input
3282
+ */
3283
+ "showHour"?: boolean;
3284
+ /**
3285
+ * Show minutes input
3286
+ */
3287
+ "showMinutes"?: boolean;
3288
+ /**
3289
+ * Show seconds input
3290
+ */
3291
+ "showSeconds"?: boolean;
3292
+ /**
3293
+ * Show time reference input
3294
+ * @since 1.1.0 time reference is default aligned with formt tt
3295
+ */
3296
+ "showTimeReference"?: any;
3297
+ /**
3298
+ * Text of date select button
3299
+ * @since 1.1.0
3300
+ */
3301
+ "textSelectTime"?: string;
3302
+ /**
3303
+ * Select time with format string
3304
+ * @since 1.1.0
3305
+ */
3306
+ "time"?: string;
3307
+ /**
3308
+ * Set time reference
3309
+ */
3310
+ "timeReference"?: 'AM' | 'PM';
3311
+ }
3312
+ interface IxToast {
3313
+ /**
3314
+ * Autoclose behavior
3315
+ */
3316
+ "autoClose"?: boolean;
3317
+ /**
3318
+ * Autoclose title after delay
3319
+ */
3320
+ "autoCloseDelay"?: number;
3321
+ /**
3322
+ * Icon of toast
3323
+ */
3324
+ "icon"?: string;
3325
+ /**
3326
+ * Icon color of toast
3327
+ */
3328
+ "iconColor"?: string;
3329
+ /**
3330
+ * Toast closed
3331
+ */
3332
+ "onCloseToast"?: (event: CustomEvent<any>) => void;
3333
+ /**
3334
+ * Toast title
3335
+ */
3336
+ "toastTitle"?: string;
3337
+ /**
3338
+ * Toast type
3339
+ */
3340
+ "type"?: ToastType;
3341
+ }
3342
+ interface IxToastContainer {
3343
+ "containerClass"?: string;
3344
+ "containerId"?: string;
3345
+ "position"?: string;
3346
+ }
3347
+ interface IxToggle {
3348
+ /**
3349
+ * Whether the slide-toggle element is checked or not.
3350
+ */
3351
+ "checked"?: boolean;
3352
+ /**
3353
+ * Basic and status colors from color palette
3354
+ * @deprecated - Has no effect on the rendered control
3355
+ */
3356
+ "color"?: string;
3357
+ /**
3358
+ * Whether the slide-toggle element is disabled or not.
3359
+ */
3360
+ "disabled"?: boolean;
3361
+ /**
3362
+ * Hide `on` and `off` text
3363
+ */
3364
+ "hideText"?: boolean;
3365
+ /**
3366
+ * If true the control is in indeterminate state
3367
+ */
3368
+ "indeterminate"?: boolean;
3369
+ /**
3370
+ * An event will be dispatched each time the slide-toggle changes its value.
3371
+ */
3372
+ "onCheckedChange"?: (event: CustomEvent<boolean>) => void;
3373
+ /**
3374
+ * Text for indeterminate state
3375
+ */
3376
+ "textIndeterminate"?: string;
3377
+ /**
3378
+ * Text for off state
3379
+ */
3380
+ "textOff"?: string;
3381
+ /**
3382
+ * Text for on state
3383
+ */
3384
+ "textOn"?: string;
3385
+ }
3386
+ interface IxTree {
3387
+ /**
3388
+ * Selection and collapsed state management
3389
+ */
3390
+ "context"?: TreeContext;
3391
+ /**
3392
+ * Tree modal
3393
+ */
3394
+ "model"?: TreeModel<any>;
3395
+ /**
3396
+ * Context changed
3397
+ */
3398
+ "onContextChange"?: (event: CustomEvent<TreeContext>) => void;
3399
+ /**
3400
+ * Emits removed nodes
3401
+ */
3402
+ "onNodeRemoved"?: (event: CustomEvent<any>) => void;
3403
+ /**
3404
+ * Render function of tree items
3405
+ */
3406
+ "renderItem"?: <T = any>(
3407
+ index: number,
3408
+ data: T,
3409
+ dataList: Array<T>,
3410
+ context: TreeContext,
3411
+ update: (callback: UpdateCallback) => void
3412
+ ) => HTMLElement;
3413
+ /**
3414
+ * Initial root element will not be rendered
3415
+ */
3416
+ "root"?: string;
3417
+ }
3418
+ interface IxTreeItem {
3419
+ /**
3420
+ * Context
3421
+ */
3422
+ "context"?: TreeItemContext;
3423
+ /**
3424
+ * Has tree item children
3425
+ */
3426
+ "hasChildren"?: boolean;
3427
+ /**
3428
+ * Clicked
3429
+ */
3430
+ "onItemClick"?: (event: CustomEvent<void>) => void;
3431
+ /**
3432
+ * Expand/Collapsed toggled
3433
+ */
3434
+ "onToggle"?: (event: CustomEvent<void>) => void;
3435
+ /**
3436
+ * Text
3437
+ */
3438
+ "text"?: string;
3439
+ }
3440
+ interface IxUpload {
3441
+ /**
3442
+ * The accept attribute specifies the types of files that the server accepts (that can be submitted through a file upload). [accept]{@link https ://www.w3schools.com/tags/att_input_accept.asp}
3443
+ */
3444
+ "accept"?: string;
3445
+ /**
3446
+ * Disable all input events
3447
+ */
3448
+ "disabled"?: boolean;
3449
+ /**
3450
+ * Text for disabled state
3451
+ */
3452
+ "i18nUploadDisabled"?: string;
3453
+ /**
3454
+ * Label for upload file button
3455
+ */
3456
+ "i18nUploadFile"?: string;
3457
+ /**
3458
+ * Will be used by state = UploadFileState.LOADING
3459
+ */
3460
+ "loadingText"?: string;
3461
+ /**
3462
+ * Whether the text should wrap to more than one line
3463
+ */
3464
+ "multiline"?: boolean;
3465
+ /**
3466
+ * If multiple is true the user can drop or select multiple files
3467
+ */
3468
+ "multiple"?: boolean;
3469
+ /**
3470
+ * You get an array of Files after drop-action or browse action is finished
3471
+ */
3472
+ "onFilesChanged"?: (event: CustomEvent<Array<File>>) => void;
3473
+ /**
3474
+ * Will be used by state = UploadFileState.SELECT_FILE
3475
+ */
3476
+ "selectFileText"?: string;
3477
+ /**
3478
+ * After a file is uploaded you can set the upload component to a defined state
3479
+ */
3480
+ "state"?: UploadFileState;
3481
+ /**
3482
+ * Will be used by state = UploadFileState.UPLOAD_FAILED
3483
+ */
3484
+ "uploadFailedText"?: string;
3485
+ /**
3486
+ * Will be used by state = UploadFileState.UPLOAD_SUCCESSED
3487
+ */
3488
+ "uploadSuccessText"?: string;
3489
+ }
3490
+ interface IxValidationTooltip {
3491
+ /**
3492
+ * Message of the tooltip
3493
+ */
3494
+ "message"?: string;
3495
+ /**
3496
+ * Placement of the tooltip
3497
+ */
3498
+ "placement"?: Placement;
3499
+ }
3500
+ interface IxWorkflowStep {
3501
+ /**
3502
+ * Activate navigation click
3503
+ */
3504
+ "clickable"?: boolean;
3505
+ /**
3506
+ * Set disabled
3507
+ */
3508
+ "disabled"?: boolean;
3509
+ /**
3510
+ * Activate navigation click
3511
+ */
3512
+ "position"?: 'first' | 'last' | 'undefined';
3513
+ /**
3514
+ * Set selected
3515
+ */
3516
+ "selected"?: boolean;
3517
+ /**
3518
+ * Set status
3519
+ */
3520
+ "status"?: 'open' | 'success' | 'done' | 'warning' | 'error';
3521
+ /**
3522
+ * Select orientation
3523
+ */
3524
+ "vertical"?: boolean;
3525
+ }
3526
+ interface IxWorkflowSteps {
3527
+ /**
3528
+ * Activate navigation click
3529
+ */
3530
+ "clickable"?: boolean;
3531
+ /**
3532
+ * Select linear mode
3533
+ */
3534
+ "linear"?: boolean;
3535
+ /**
3536
+ * On step selected event
3537
+ */
3538
+ "onStepSelected"?: (event: CustomEvent<number>) => void;
3539
+ /**
3540
+ * Activate navigation click
3541
+ */
3542
+ "selectedIndex"?: number;
3543
+ /**
3544
+ * Select orientation
3545
+ */
3546
+ "vertical"?: boolean;
3547
+ }
3548
+ interface MyComponent {
3549
+ }
3550
+ interface IntrinsicElements {
3551
+ "ix-animated-tab": IxAnimatedTab;
3552
+ "ix-animated-tabs": IxAnimatedTabs;
3553
+ "ix-application-header": IxApplicationHeader;
3554
+ "ix-basic-navigation": IxBasicNavigation;
3555
+ "ix-blind": IxBlind;
3556
+ "ix-breadcrumb": IxBreadcrumb;
3557
+ "ix-breadcrumb-item": IxBreadcrumbItem;
3558
+ "ix-button": IxButton;
3559
+ "ix-category-filter": IxCategoryFilter;
3560
+ "ix-chip": IxChip;
3561
+ "ix-counter-pill": IxCounterPill;
3562
+ "ix-date-picker": IxDatePicker;
3563
+ "ix-date-time-card": IxDateTimeCard;
3564
+ "ix-datetime-picker": IxDatetimePicker;
3565
+ "ix-drawer": IxDrawer;
3566
+ "ix-dropdown": IxDropdown;
3567
+ "ix-dropdown-item": IxDropdownItem;
3568
+ "ix-event-list": IxEventList;
3569
+ "ix-event-list-item": IxEventListItem;
3570
+ "ix-expanding-search": IxExpandingSearch;
3571
+ "ix-filter-chip": IxFilterChip;
3572
+ "ix-flip-tile": IxFlipTile;
3573
+ "ix-flip-tile-content": IxFlipTileContent;
3574
+ "ix-group": IxGroup;
3575
+ "ix-group-dropdown-item": IxGroupDropdownItem;
3576
+ "ix-group-item": IxGroupItem;
3577
+ "ix-icon": IxIcon;
3578
+ "ix-icon-button": IxIconButton;
3579
+ "ix-input-group": IxInputGroup;
3580
+ "ix-kpi": IxKpi;
3581
+ "ix-map-navigation": IxMapNavigation;
3582
+ "ix-map-navigation-overlay": IxMapNavigationOverlay;
3583
+ "ix-menu": IxMenu;
3584
+ "ix-menu-about": IxMenuAbout;
3585
+ "ix-menu-about-item": IxMenuAboutItem;
3586
+ "ix-menu-about-news": IxMenuAboutNews;
3587
+ "ix-menu-avatar": IxMenuAvatar;
3588
+ "ix-menu-avatar-item": IxMenuAvatarItem;
3589
+ "ix-menu-item": IxMenuItem;
3590
+ "ix-menu-settings": IxMenuSettings;
3591
+ "ix-menu-settings-item": IxMenuSettingsItem;
3592
+ "ix-message-bar": IxMessageBar;
3593
+ "ix-modal": IxModal;
3594
+ "ix-modal-container": IxModalContainer;
3595
+ "ix-modal-example": IxModalExample;
3596
+ "ix-pill": IxPill;
3597
+ "ix-select": IxSelect;
3598
+ "ix-select-item": IxSelectItem;
3599
+ "ix-spinner": IxSpinner;
3600
+ "ix-split-button": IxSplitButton;
3601
+ "ix-split-button-item": IxSplitButtonItem;
3602
+ "ix-tab-item": IxTabItem;
3603
+ "ix-tabs": IxTabs;
3604
+ "ix-tile": IxTile;
3605
+ "ix-time-picker": IxTimePicker;
3606
+ "ix-toast": IxToast;
3607
+ "ix-toast-container": IxToastContainer;
3608
+ "ix-toggle": IxToggle;
3609
+ "ix-tree": IxTree;
3610
+ "ix-tree-item": IxTreeItem;
3611
+ "ix-upload": IxUpload;
3612
+ "ix-validation-tooltip": IxValidationTooltip;
3613
+ "ix-workflow-step": IxWorkflowStep;
3614
+ "ix-workflow-steps": IxWorkflowSteps;
3615
+ "my-component": MyComponent;
3616
+ }
3617
+ }
3618
+ export { LocalJSX as JSX };
3619
+ declare module "@stencil/core" {
3620
+ export namespace JSX {
3621
+ interface IntrinsicElements {
3622
+ "ix-animated-tab": LocalJSX.IxAnimatedTab & JSXBase.HTMLAttributes<HTMLIxAnimatedTabElement>;
3623
+ "ix-animated-tabs": LocalJSX.IxAnimatedTabs & JSXBase.HTMLAttributes<HTMLIxAnimatedTabsElement>;
3624
+ "ix-application-header": LocalJSX.IxApplicationHeader & JSXBase.HTMLAttributes<HTMLIxApplicationHeaderElement>;
3625
+ "ix-basic-navigation": LocalJSX.IxBasicNavigation & JSXBase.HTMLAttributes<HTMLIxBasicNavigationElement>;
3626
+ "ix-blind": LocalJSX.IxBlind & JSXBase.HTMLAttributes<HTMLIxBlindElement>;
3627
+ "ix-breadcrumb": LocalJSX.IxBreadcrumb & JSXBase.HTMLAttributes<HTMLIxBreadcrumbElement>;
3628
+ "ix-breadcrumb-item": LocalJSX.IxBreadcrumbItem & JSXBase.HTMLAttributes<HTMLIxBreadcrumbItemElement>;
3629
+ "ix-button": LocalJSX.IxButton & JSXBase.HTMLAttributes<HTMLIxButtonElement>;
3630
+ "ix-category-filter": LocalJSX.IxCategoryFilter & JSXBase.HTMLAttributes<HTMLIxCategoryFilterElement>;
3631
+ "ix-chip": LocalJSX.IxChip & JSXBase.HTMLAttributes<HTMLIxChipElement>;
3632
+ "ix-counter-pill": LocalJSX.IxCounterPill & JSXBase.HTMLAttributes<HTMLIxCounterPillElement>;
3633
+ "ix-date-picker": LocalJSX.IxDatePicker & JSXBase.HTMLAttributes<HTMLIxDatePickerElement>;
3634
+ "ix-date-time-card": LocalJSX.IxDateTimeCard & JSXBase.HTMLAttributes<HTMLIxDateTimeCardElement>;
3635
+ "ix-datetime-picker": LocalJSX.IxDatetimePicker & JSXBase.HTMLAttributes<HTMLIxDatetimePickerElement>;
3636
+ "ix-drawer": LocalJSX.IxDrawer & JSXBase.HTMLAttributes<HTMLIxDrawerElement>;
3637
+ "ix-dropdown": LocalJSX.IxDropdown & JSXBase.HTMLAttributes<HTMLIxDropdownElement>;
3638
+ "ix-dropdown-item": LocalJSX.IxDropdownItem & JSXBase.HTMLAttributes<HTMLIxDropdownItemElement>;
3639
+ "ix-event-list": LocalJSX.IxEventList & JSXBase.HTMLAttributes<HTMLIxEventListElement>;
3640
+ "ix-event-list-item": LocalJSX.IxEventListItem & JSXBase.HTMLAttributes<HTMLIxEventListItemElement>;
3641
+ "ix-expanding-search": LocalJSX.IxExpandingSearch & JSXBase.HTMLAttributes<HTMLIxExpandingSearchElement>;
3642
+ "ix-filter-chip": LocalJSX.IxFilterChip & JSXBase.HTMLAttributes<HTMLIxFilterChipElement>;
3643
+ "ix-flip-tile": LocalJSX.IxFlipTile & JSXBase.HTMLAttributes<HTMLIxFlipTileElement>;
3644
+ "ix-flip-tile-content": LocalJSX.IxFlipTileContent & JSXBase.HTMLAttributes<HTMLIxFlipTileContentElement>;
3645
+ "ix-group": LocalJSX.IxGroup & JSXBase.HTMLAttributes<HTMLIxGroupElement>;
3646
+ "ix-group-dropdown-item": LocalJSX.IxGroupDropdownItem & JSXBase.HTMLAttributes<HTMLIxGroupDropdownItemElement>;
3647
+ "ix-group-item": LocalJSX.IxGroupItem & JSXBase.HTMLAttributes<HTMLIxGroupItemElement>;
3648
+ "ix-icon": LocalJSX.IxIcon & JSXBase.HTMLAttributes<HTMLIxIconElement>;
3649
+ "ix-icon-button": LocalJSX.IxIconButton & JSXBase.HTMLAttributes<HTMLIxIconButtonElement>;
3650
+ "ix-input-group": LocalJSX.IxInputGroup & JSXBase.HTMLAttributes<HTMLIxInputGroupElement>;
3651
+ "ix-kpi": LocalJSX.IxKpi & JSXBase.HTMLAttributes<HTMLIxKpiElement>;
3652
+ "ix-map-navigation": LocalJSX.IxMapNavigation & JSXBase.HTMLAttributes<HTMLIxMapNavigationElement>;
3653
+ "ix-map-navigation-overlay": LocalJSX.IxMapNavigationOverlay & JSXBase.HTMLAttributes<HTMLIxMapNavigationOverlayElement>;
3654
+ "ix-menu": LocalJSX.IxMenu & JSXBase.HTMLAttributes<HTMLIxMenuElement>;
3655
+ "ix-menu-about": LocalJSX.IxMenuAbout & JSXBase.HTMLAttributes<HTMLIxMenuAboutElement>;
3656
+ "ix-menu-about-item": LocalJSX.IxMenuAboutItem & JSXBase.HTMLAttributes<HTMLIxMenuAboutItemElement>;
3657
+ "ix-menu-about-news": LocalJSX.IxMenuAboutNews & JSXBase.HTMLAttributes<HTMLIxMenuAboutNewsElement>;
3658
+ "ix-menu-avatar": LocalJSX.IxMenuAvatar & JSXBase.HTMLAttributes<HTMLIxMenuAvatarElement>;
3659
+ "ix-menu-avatar-item": LocalJSX.IxMenuAvatarItem & JSXBase.HTMLAttributes<HTMLIxMenuAvatarItemElement>;
3660
+ "ix-menu-item": LocalJSX.IxMenuItem & JSXBase.HTMLAttributes<HTMLIxMenuItemElement>;
3661
+ "ix-menu-settings": LocalJSX.IxMenuSettings & JSXBase.HTMLAttributes<HTMLIxMenuSettingsElement>;
3662
+ "ix-menu-settings-item": LocalJSX.IxMenuSettingsItem & JSXBase.HTMLAttributes<HTMLIxMenuSettingsItemElement>;
3663
+ "ix-message-bar": LocalJSX.IxMessageBar & JSXBase.HTMLAttributes<HTMLIxMessageBarElement>;
3664
+ "ix-modal": LocalJSX.IxModal & JSXBase.HTMLAttributes<HTMLIxModalElement>;
3665
+ "ix-modal-container": LocalJSX.IxModalContainer & JSXBase.HTMLAttributes<HTMLIxModalContainerElement>;
3666
+ "ix-modal-example": LocalJSX.IxModalExample & JSXBase.HTMLAttributes<HTMLIxModalExampleElement>;
3667
+ "ix-pill": LocalJSX.IxPill & JSXBase.HTMLAttributes<HTMLIxPillElement>;
3668
+ "ix-select": LocalJSX.IxSelect & JSXBase.HTMLAttributes<HTMLIxSelectElement>;
3669
+ "ix-select-item": LocalJSX.IxSelectItem & JSXBase.HTMLAttributes<HTMLIxSelectItemElement>;
3670
+ "ix-spinner": LocalJSX.IxSpinner & JSXBase.HTMLAttributes<HTMLIxSpinnerElement>;
3671
+ "ix-split-button": LocalJSX.IxSplitButton & JSXBase.HTMLAttributes<HTMLIxSplitButtonElement>;
3672
+ "ix-split-button-item": LocalJSX.IxSplitButtonItem & JSXBase.HTMLAttributes<HTMLIxSplitButtonItemElement>;
3673
+ "ix-tab-item": LocalJSX.IxTabItem & JSXBase.HTMLAttributes<HTMLIxTabItemElement>;
3674
+ "ix-tabs": LocalJSX.IxTabs & JSXBase.HTMLAttributes<HTMLIxTabsElement>;
3675
+ "ix-tile": LocalJSX.IxTile & JSXBase.HTMLAttributes<HTMLIxTileElement>;
3676
+ "ix-time-picker": LocalJSX.IxTimePicker & JSXBase.HTMLAttributes<HTMLIxTimePickerElement>;
3677
+ "ix-toast": LocalJSX.IxToast & JSXBase.HTMLAttributes<HTMLIxToastElement>;
3678
+ "ix-toast-container": LocalJSX.IxToastContainer & JSXBase.HTMLAttributes<HTMLIxToastContainerElement>;
3679
+ "ix-toggle": LocalJSX.IxToggle & JSXBase.HTMLAttributes<HTMLIxToggleElement>;
3680
+ "ix-tree": LocalJSX.IxTree & JSXBase.HTMLAttributes<HTMLIxTreeElement>;
3681
+ "ix-tree-item": LocalJSX.IxTreeItem & JSXBase.HTMLAttributes<HTMLIxTreeItemElement>;
3682
+ "ix-upload": LocalJSX.IxUpload & JSXBase.HTMLAttributes<HTMLIxUploadElement>;
3683
+ "ix-validation-tooltip": LocalJSX.IxValidationTooltip & JSXBase.HTMLAttributes<HTMLIxValidationTooltipElement>;
3684
+ "ix-workflow-step": LocalJSX.IxWorkflowStep & JSXBase.HTMLAttributes<HTMLIxWorkflowStepElement>;
3685
+ "ix-workflow-steps": LocalJSX.IxWorkflowSteps & JSXBase.HTMLAttributes<HTMLIxWorkflowStepsElement>;
3686
+ "my-component": LocalJSX.MyComponent & JSXBase.HTMLAttributes<HTMLMyComponentElement>;
3687
+ }
3688
+ }
3689
+ }