@ukic/canary-web-components 2.0.0-canary.4 → 2.0.0-canary.41

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 (832) hide show
  1. package/README.md +7 -2
  2. package/dist/cjs/core.cjs.js +1 -1
  3. package/dist/cjs/date-helpers-c9551119.js +150 -0
  4. package/dist/cjs/date-helpers-c9551119.js.map +1 -0
  5. package/dist/cjs/helpers-951fb33a.js +433 -0
  6. package/dist/cjs/helpers-951fb33a.js.map +1 -0
  7. package/dist/cjs/{helpers-bbe55215.js → helpers-eabe59b6.js} +147 -100
  8. package/dist/cjs/helpers-eabe59b6.js.map +1 -0
  9. package/dist/cjs/ic-accordion-group.cjs.entry.js +31 -4
  10. package/dist/cjs/ic-accordion-group.cjs.entry.js.map +1 -1
  11. package/dist/cjs/ic-accordion.cjs.entry.js +11 -4
  12. package/dist/cjs/ic-accordion.cjs.entry.js.map +1 -1
  13. package/dist/cjs/ic-alert.cjs.entry.js +20 -6
  14. package/dist/cjs/ic-alert.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-back-to-top.cjs.entry.js +26 -17
  16. package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ic-badge.cjs.entry.js +86 -83
  18. package/dist/cjs/ic-badge.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +62 -25
  20. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-breadcrumb.cjs.entry.js +2 -2
  22. package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ic-button_3.cjs.entry.js +145 -103
  24. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  25. package/dist/cjs/ic-card-horizontal.cjs.entry.js +130 -0
  26. package/dist/cjs/ic-card-horizontal.cjs.entry.js.map +1 -0
  27. package/dist/cjs/ic-card.cjs.entry.js +30 -7
  28. package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
  29. package/dist/cjs/ic-checkbox-group.cjs.entry.js +28 -17
  30. package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
  31. package/dist/cjs/ic-checkbox.cjs.entry.js +50 -31
  32. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  33. package/dist/cjs/ic-chip.cjs.entry.js +45 -21
  34. package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
  35. package/dist/cjs/ic-classification-banner.cjs.entry.js +14 -5
  36. package/dist/cjs/ic-classification-banner.cjs.entry.js.map +1 -1
  37. package/dist/cjs/ic-data-entity.cjs.entry.js +3 -6
  38. package/dist/cjs/ic-data-entity.cjs.entry.js.map +1 -1
  39. package/dist/cjs/ic-data-row.cjs.entry.js +21 -35
  40. package/dist/cjs/ic-data-row.cjs.entry.js.map +1 -1
  41. package/dist/cjs/ic-data-table-title-bar.cjs.entry.js +57 -0
  42. package/dist/cjs/ic-data-table-title-bar.cjs.entry.js.map +1 -0
  43. package/dist/cjs/ic-data-table.cjs.entry.js +1079 -84
  44. package/dist/cjs/ic-data-table.cjs.entry.js.map +1 -1
  45. package/dist/cjs/ic-date-input.cjs.entry.js +1123 -0
  46. package/dist/cjs/ic-date-input.cjs.entry.js.map +1 -0
  47. package/dist/cjs/ic-date-picker.cjs.entry.js +1129 -0
  48. package/dist/cjs/ic-date-picker.cjs.entry.js.map +1 -0
  49. package/dist/cjs/ic-dialog.cjs.entry.js +54 -12
  50. package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -1
  51. package/dist/cjs/ic-divider.cjs.entry.js +1 -1
  52. package/dist/cjs/ic-empty-state_2.cjs.entry.js +388 -0
  53. package/dist/cjs/ic-empty-state_2.cjs.entry.js.map +1 -0
  54. package/dist/cjs/ic-footer-link-group.cjs.entry.js +4 -4
  55. package/dist/cjs/ic-footer-link-group.cjs.entry.js.map +1 -1
  56. package/dist/cjs/ic-footer-link.cjs.entry.js +3 -3
  57. package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
  58. package/dist/cjs/ic-footer.cjs.entry.js +18 -7
  59. package/dist/cjs/ic-footer.cjs.entry.js.map +1 -1
  60. package/dist/cjs/ic-hero.cjs.entry.js +12 -2
  61. package/dist/cjs/ic-hero.cjs.entry.js.map +1 -1
  62. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +5 -5
  63. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js.map +1 -1
  64. package/dist/cjs/ic-input-component-container_4.cjs.entry.js +164 -0
  65. package/dist/cjs/ic-input-component-container_4.cjs.entry.js.map +1 -0
  66. package/dist/cjs/ic-link.cjs.entry.js +34 -16
  67. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  68. package/dist/cjs/ic-menu-group.cjs.entry.js +2 -2
  69. package/dist/cjs/ic-menu-group.cjs.entry.js.map +1 -1
  70. package/dist/cjs/ic-menu-item.cjs.entry.js +21 -20
  71. package/dist/cjs/ic-menu-item.cjs.entry.js.map +1 -1
  72. package/dist/cjs/ic-menu-with-multi.cjs.entry.js +2740 -0
  73. package/dist/cjs/ic-menu-with-multi.cjs.entry.js.map +1 -0
  74. package/dist/cjs/{ic-input-component-container_3.cjs.entry.js → ic-menu.cjs.entry.js} +17 -80
  75. package/dist/cjs/ic-menu.cjs.entry.js.map +1 -0
  76. package/dist/cjs/ic-navigation-button.cjs.entry.js +28 -7
  77. package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
  78. package/dist/cjs/ic-navigation-group.cjs.entry.js +32 -22
  79. package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
  80. package/dist/cjs/ic-navigation-item.cjs.entry.js +82 -36
  81. package/dist/cjs/ic-navigation-item.cjs.entry.js.map +1 -1
  82. package/dist/cjs/ic-navigation-menu.cjs.entry.js +1 -1
  83. package/dist/cjs/ic-page-header.cjs.entry.js +10 -10
  84. package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
  85. package/dist/cjs/ic-pagination_4.cjs.entry.js +231 -116
  86. package/dist/cjs/ic-pagination_4.cjs.entry.js.map +1 -1
  87. package/dist/cjs/ic-popover-menu.cjs.entry.js +40 -36
  88. package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
  89. package/dist/cjs/ic-radio-group.cjs.entry.js +100 -59
  90. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  91. package/dist/cjs/ic-radio-option.cjs.entry.js +59 -42
  92. package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
  93. package/dist/cjs/ic-search-bar.cjs.entry.js +22 -30
  94. package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
  95. package/dist/cjs/ic-section-container.cjs.entry.js +1 -1
  96. package/dist/cjs/ic-section-container.cjs.entry.js.map +1 -1
  97. package/dist/cjs/ic-select-with-multi.cjs.entry.js +796 -0
  98. package/dist/cjs/ic-select-with-multi.cjs.entry.js.map +1 -0
  99. package/dist/cjs/ic-side-navigation.cjs.entry.js +53 -73
  100. package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
  101. package/dist/cjs/ic-skeleton.cjs.entry.js +16 -35
  102. package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
  103. package/dist/cjs/ic-status-tag.cjs.entry.js +4 -2
  104. package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
  105. package/dist/cjs/ic-step.cjs.entry.js +5 -2
  106. package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
  107. package/dist/cjs/ic-stepper.cjs.entry.js +31 -9
  108. package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
  109. package/dist/cjs/ic-switch.cjs.entry.js +7 -3
  110. package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
  111. package/dist/cjs/ic-tab-context.cjs.entry.js +78 -130
  112. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  113. package/dist/cjs/ic-tab-group.cjs.entry.js +1 -1
  114. package/dist/cjs/ic-tab-panel.cjs.entry.js +5 -13
  115. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  116. package/dist/cjs/ic-tab.cjs.entry.js +16 -14
  117. package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
  118. package/dist/cjs/ic-theme.cjs.entry.js +13 -22
  119. package/dist/cjs/ic-theme.cjs.entry.js.map +1 -1
  120. package/dist/cjs/ic-toast-region.cjs.entry.js +6 -0
  121. package/dist/cjs/ic-toast-region.cjs.entry.js.map +1 -1
  122. package/dist/cjs/ic-toast.cjs.entry.js +21 -18
  123. package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
  124. package/dist/cjs/ic-toggle-button-group.cjs.entry.js +201 -0
  125. package/dist/cjs/ic-toggle-button-group.cjs.entry.js.map +1 -0
  126. package/dist/cjs/ic-toggle-button.cjs.entry.js +97 -0
  127. package/dist/cjs/ic-toggle-button.cjs.entry.js.map +1 -0
  128. package/dist/cjs/ic-top-navigation.cjs.entry.js +60 -82
  129. package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
  130. package/dist/cjs/ic-tree-item.cjs.entry.js +253 -0
  131. package/dist/cjs/ic-tree-item.cjs.entry.js.map +1 -0
  132. package/dist/cjs/ic-tree-view.cjs.entry.js +215 -0
  133. package/dist/cjs/ic-tree-view.cjs.entry.js.map +1 -0
  134. package/dist/cjs/ic-typography.cjs.entry.js +51 -14
  135. package/dist/cjs/ic-typography.cjs.entry.js.map +1 -1
  136. package/dist/cjs/index-4cf27b16.js +48 -12
  137. package/dist/cjs/loader.cjs.js +1 -1
  138. package/dist/collection/assets/arrow-dropdown.svg +3 -0
  139. package/dist/collection/assets/calendar.svg +3 -0
  140. package/dist/collection/collection-manifest.json +11 -1
  141. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.css +658 -0
  142. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.js +375 -0
  143. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.js.map +1 -0
  144. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.stories.js +605 -0
  145. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.stories.js.map +1 -0
  146. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.types.js +2 -0
  147. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.types.js.map +1 -0
  148. package/dist/collection/components/ic-card-horizontal/test/basic/ic-card-horizontal.spec.js +140 -0
  149. package/dist/collection/components/ic-card-horizontal/test/basic/ic-card-horizontal.spec.js.map +1 -0
  150. package/dist/collection/components/ic-data-table/ic-data-table.css +286 -10
  151. package/dist/collection/components/ic-data-table/ic-data-table.js +1533 -123
  152. package/dist/collection/components/ic-data-table/ic-data-table.js.map +1 -1
  153. package/dist/collection/components/ic-data-table/ic-data-table.stories.js +414 -0
  154. package/dist/collection/components/ic-data-table/ic-data-table.stories.js.map +1 -0
  155. package/dist/collection/components/ic-data-table/ic-data-table.types.js.map +1 -1
  156. package/dist/collection/components/ic-data-table/story-data.js +1326 -43
  157. package/dist/collection/components/ic-data-table/story-data.js.map +1 -1
  158. package/dist/collection/components/ic-data-table/test/basic/ic-data-table.spec.js +460 -3
  159. package/dist/collection/components/ic-data-table/test/basic/ic-data-table.spec.js.map +1 -1
  160. package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.css +91 -0
  161. package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.js +160 -0
  162. package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.js.map +1 -0
  163. package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.stories.js +98 -0
  164. package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.stories.js.map +1 -0
  165. package/dist/collection/components/ic-data-table-title-bar/test/a11y/ic-data-table-title-bar.test.a11y.js +11 -0
  166. package/dist/collection/components/ic-data-table-title-bar/test/a11y/ic-data-table-title-bar.test.a11y.js.map +1 -0
  167. package/dist/collection/components/ic-data-table-title-bar/test/basic/ic-data-table-title-bar.spec.js +70 -0
  168. package/dist/collection/components/ic-data-table-title-bar/test/basic/ic-data-table-title-bar.spec.js.map +1 -0
  169. package/dist/collection/components/ic-date-input/ic-date-input.css +564 -0
  170. package/dist/collection/components/ic-date-input/ic-date-input.js +1808 -0
  171. package/dist/collection/components/ic-date-input/ic-date-input.js.map +1 -0
  172. package/dist/collection/components/ic-date-input/ic-date-input.stories.js +341 -0
  173. package/dist/collection/components/ic-date-input/ic-date-input.stories.js.map +1 -0
  174. package/dist/collection/components/ic-date-input/story-data.js +28 -0
  175. package/dist/collection/components/ic-date-input/story-data.js.map +1 -0
  176. package/dist/collection/components/ic-date-input/test/basic/ic-date-input.spec.js +1158 -0
  177. package/dist/collection/components/ic-date-input/test/basic/ic-date-input.spec.js.map +1 -0
  178. package/dist/collection/components/ic-date-input/test/helpers/ic-date-input.js +42 -0
  179. package/dist/collection/components/ic-date-input/test/helpers/ic-date-input.js.map +1 -0
  180. package/dist/collection/components/ic-date-picker/ic-date-picker.css +885 -0
  181. package/dist/collection/components/ic-date-picker/ic-date-picker.js +1688 -0
  182. package/dist/collection/components/ic-date-picker/ic-date-picker.js.map +1 -0
  183. package/dist/collection/components/ic-date-picker/ic-date-picker.stories.js +167 -0
  184. package/dist/collection/components/ic-date-picker/ic-date-picker.stories.js.map +1 -0
  185. package/dist/collection/components/ic-date-picker/ic-day-button.js +36 -0
  186. package/dist/collection/components/ic-date-picker/ic-day-button.js.map +1 -0
  187. package/dist/collection/components/ic-date-picker/ic-month-picker.js +29 -0
  188. package/dist/collection/components/ic-date-picker/ic-month-picker.js.map +1 -0
  189. package/dist/collection/components/ic-date-picker/ic-year-picker.js +39 -0
  190. package/dist/collection/components/ic-date-picker/ic-year-picker.js.map +1 -0
  191. package/dist/collection/components/ic-date-picker/story-data.js +179 -0
  192. package/dist/collection/components/ic-date-picker/story-data.js.map +1 -0
  193. package/dist/collection/components/ic-date-picker/test/a11y/ic-date-picker.test.a11y.js +13 -0
  194. package/dist/collection/components/ic-date-picker/test/a11y/ic-date-picker.test.a11y.js.map +1 -0
  195. package/dist/collection/components/ic-date-picker/test/basic/ic-date-picker-utils.spec.js +207 -0
  196. package/dist/collection/components/ic-date-picker/test/basic/ic-date-picker-utils.spec.js.map +1 -0
  197. package/dist/collection/components/ic-date-picker/test/basic/ic-date-picker.spec.js +1030 -0
  198. package/dist/collection/components/ic-date-picker/test/basic/ic-date-picker.spec.js.map +1 -0
  199. package/dist/collection/components/ic-menu-with-multi/ic-menu.css +701 -0
  200. package/dist/collection/components/ic-menu-with-multi/ic-menu.js +1599 -0
  201. package/dist/collection/components/ic-menu-with-multi/ic-menu.js.map +1 -0
  202. package/dist/collection/components/ic-menu-with-multi/test/basic/ic-menu.spec.js +1057 -0
  203. package/dist/collection/components/ic-menu-with-multi/test/basic/ic-menu.spec.js.map +1 -0
  204. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.js +346 -166
  205. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.js.map +1 -1
  206. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.stories.js +260 -0
  207. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.stories.js.map +1 -0
  208. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.types.js +2 -0
  209. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.types.js.map +1 -0
  210. package/dist/collection/components/ic-pagination-bar/test/a11y/ic-pagination-bar.test.a11y.js +8 -1
  211. package/dist/collection/components/ic-pagination-bar/test/a11y/ic-pagination-bar.test.a11y.js.map +1 -1
  212. package/dist/collection/components/ic-pagination-bar/test/basic/ic-pagination-bar.spec.js +75 -12
  213. package/dist/collection/components/ic-pagination-bar/test/basic/ic-pagination-bar.spec.js.map +1 -1
  214. package/dist/collection/components/ic-select-with-multi/assets/Check.svg +3 -0
  215. package/dist/collection/components/ic-select-with-multi/assets/Clear.svg +3 -0
  216. package/dist/collection/components/ic-select-with-multi/assets/Expand.svg +3 -0
  217. package/dist/collection/components/ic-select-with-multi/ic-select-multi.stories.js +144 -0
  218. package/dist/collection/components/ic-select-with-multi/ic-select-multi.stories.js.map +1 -0
  219. package/dist/collection/components/ic-select-with-multi/ic-select.css +693 -0
  220. package/dist/collection/components/ic-select-with-multi/ic-select.js +1649 -0
  221. package/dist/collection/components/ic-select-with-multi/ic-select.js.map +1 -0
  222. package/dist/collection/components/ic-select-with-multi/story-data.js +216 -0
  223. package/dist/collection/components/ic-select-with-multi/story-data.js.map +1 -0
  224. package/dist/collection/components/ic-select-with-multi/test/basic/ic-select.spec.js +1518 -0
  225. package/dist/collection/components/ic-select-with-multi/test/basic/ic-select.spec.js.map +1 -0
  226. package/dist/collection/components/ic-tree-item/ic-tree-item.css +186 -0
  227. package/dist/collection/components/ic-tree-item/ic-tree-item.js +620 -0
  228. package/dist/collection/components/ic-tree-item/ic-tree-item.js.map +1 -0
  229. package/dist/collection/components/ic-tree-item/test/basic/ic-tree-item.spec.js +117 -0
  230. package/dist/collection/components/ic-tree-item/test/basic/ic-tree-item.spec.js.map +1 -0
  231. package/dist/collection/components/ic-tree-view/ic-tree-view.css +74 -0
  232. package/dist/collection/components/ic-tree-view/ic-tree-view.js +346 -0
  233. package/dist/collection/components/ic-tree-view/ic-tree-view.js.map +1 -0
  234. package/dist/collection/components/ic-tree-view/ic-tree-view.stories.js +456 -0
  235. package/dist/collection/components/ic-tree-view/ic-tree-view.stories.js.map +1 -0
  236. package/dist/collection/components/ic-tree-view/test/basic/ic-tree-view.spec.js +85 -0
  237. package/dist/collection/components/ic-tree-view/test/basic/ic-tree-view.spec.js.map +1 -0
  238. package/dist/collection/utils/constants.js +83 -0
  239. package/dist/collection/utils/constants.js.map +1 -0
  240. package/dist/collection/utils/date-helpers.js +133 -0
  241. package/dist/collection/utils/date-helpers.js.map +1 -0
  242. package/dist/collection/utils/helpers.js +473 -5
  243. package/dist/collection/utils/helpers.js.map +1 -1
  244. package/dist/collection/utils/types.js +58 -0
  245. package/dist/collection/utils/types.js.map +1 -0
  246. package/dist/components/helpers.js +141 -98
  247. package/dist/components/helpers.js.map +1 -1
  248. package/dist/components/helpers2.js +403 -0
  249. package/dist/components/helpers2.js.map +1 -0
  250. package/dist/components/ic-accordion-group.js +38 -7
  251. package/dist/components/ic-accordion-group.js.map +1 -1
  252. package/dist/components/ic-accordion.js +12 -4
  253. package/dist/components/ic-accordion.js.map +1 -1
  254. package/dist/components/ic-alert2.js +21 -6
  255. package/dist/components/ic-alert2.js.map +1 -1
  256. package/dist/components/ic-back-to-top.js +34 -18
  257. package/dist/components/ic-back-to-top.js.map +1 -1
  258. package/dist/components/ic-badge.js +91 -84
  259. package/dist/components/ic-badge.js.map +1 -1
  260. package/dist/components/ic-breadcrumb-group.js +66 -25
  261. package/dist/components/ic-breadcrumb-group.js.map +1 -1
  262. package/dist/components/ic-breadcrumb2.js +2 -2
  263. package/dist/components/ic-breadcrumb2.js.map +1 -1
  264. package/dist/components/ic-button2.js +104 -74
  265. package/dist/components/ic-button2.js.map +1 -1
  266. package/dist/components/ic-card-horizontal.d.ts +11 -0
  267. package/dist/components/ic-card-horizontal.js +168 -0
  268. package/dist/components/ic-card-horizontal.js.map +1 -0
  269. package/dist/components/ic-card.js +34 -21
  270. package/dist/components/ic-card.js.map +1 -1
  271. package/dist/components/ic-checkbox-group.js +33 -18
  272. package/dist/components/ic-checkbox-group.js.map +1 -1
  273. package/dist/components/ic-checkbox.js +58 -33
  274. package/dist/components/ic-checkbox.js.map +1 -1
  275. package/dist/components/ic-chip.js +52 -23
  276. package/dist/components/ic-chip.js.map +1 -1
  277. package/dist/components/ic-classification-banner.js +14 -5
  278. package/dist/components/ic-classification-banner.js.map +1 -1
  279. package/dist/components/ic-data-entity.js +3 -6
  280. package/dist/components/ic-data-entity.js.map +1 -1
  281. package/dist/components/ic-data-row.js +21 -35
  282. package/dist/components/ic-data-row.js.map +1 -1
  283. package/dist/components/ic-data-table-title-bar.d.ts +11 -0
  284. package/dist/components/ic-data-table-title-bar.js +136 -0
  285. package/dist/components/ic-data-table-title-bar.js.map +1 -0
  286. package/dist/components/ic-data-table.js +1119 -91
  287. package/dist/components/ic-data-table.js.map +1 -1
  288. package/dist/components/ic-date-input.d.ts +11 -0
  289. package/dist/components/ic-date-input.js +8 -0
  290. package/dist/components/ic-date-input.js.map +1 -0
  291. package/dist/components/ic-date-input2.js +1359 -0
  292. package/dist/components/ic-date-input2.js.map +1 -0
  293. package/dist/components/ic-date-picker.d.ts +11 -0
  294. package/dist/components/ic-date-picker.js +1258 -0
  295. package/dist/components/ic-date-picker.js.map +1 -0
  296. package/dist/components/ic-dialog.js +55 -12
  297. package/dist/components/ic-dialog.js.map +1 -1
  298. package/dist/components/ic-divider2.js +1 -1
  299. package/dist/components/ic-empty-state.js +1 -57
  300. package/dist/components/ic-empty-state.js.map +1 -1
  301. package/dist/{esm/ic-empty-state.entry.js → components/ic-empty-state2.js} +47 -11
  302. package/dist/components/ic-empty-state2.js.map +1 -0
  303. package/dist/components/ic-footer-link-group.js +4 -4
  304. package/dist/components/ic-footer-link-group.js.map +1 -1
  305. package/dist/components/ic-footer-link.js +3 -3
  306. package/dist/components/ic-footer-link.js.map +1 -1
  307. package/dist/components/ic-footer.js +18 -7
  308. package/dist/components/ic-footer.js.map +1 -1
  309. package/dist/components/ic-hero.js +12 -2
  310. package/dist/components/ic-hero.js.map +1 -1
  311. package/dist/components/ic-horizontal-scroll2.js +5 -5
  312. package/dist/components/ic-horizontal-scroll2.js.map +1 -1
  313. package/dist/components/ic-input-component-container2.js +24 -8
  314. package/dist/components/ic-input-component-container2.js.map +1 -1
  315. package/dist/components/ic-input-label2.js +7 -5
  316. package/dist/components/ic-input-label2.js.map +1 -1
  317. package/dist/components/ic-input-validation2.js +1 -1
  318. package/dist/components/ic-link2.js +35 -17
  319. package/dist/components/ic-link2.js.map +1 -1
  320. package/dist/components/ic-loading-indicator2.js +2 -2
  321. package/dist/components/ic-loading-indicator2.js.map +1 -1
  322. package/dist/components/ic-menu-group.js +2 -2
  323. package/dist/components/ic-menu-group.js.map +1 -1
  324. package/dist/components/ic-menu-item2.js +26 -23
  325. package/dist/components/ic-menu-item2.js.map +1 -1
  326. package/dist/components/ic-menu-with-multi.d.ts +11 -0
  327. package/dist/components/ic-menu-with-multi.js +8 -0
  328. package/dist/components/ic-menu-with-multi.js.map +1 -0
  329. package/dist/components/ic-menu2.js +14 -14
  330. package/dist/components/ic-menu2.js.map +1 -1
  331. package/dist/components/ic-menu3.js +2806 -0
  332. package/dist/components/ic-menu3.js.map +1 -0
  333. package/dist/components/ic-navigation-button.js +29 -8
  334. package/dist/components/ic-navigation-button.js.map +1 -1
  335. package/dist/components/ic-navigation-group.js +34 -24
  336. package/dist/components/ic-navigation-group.js.map +1 -1
  337. package/dist/components/ic-navigation-item.js +84 -37
  338. package/dist/components/ic-navigation-item.js.map +1 -1
  339. package/dist/components/ic-navigation-menu2.js +1 -1
  340. package/dist/components/ic-page-header.js +10 -10
  341. package/dist/components/ic-page-header.js.map +1 -1
  342. package/dist/components/ic-pagination-bar2.js +244 -161
  343. package/dist/components/ic-pagination-bar2.js.map +1 -1
  344. package/dist/components/ic-pagination-item2.js +27 -12
  345. package/dist/components/ic-pagination-item2.js.map +1 -1
  346. package/dist/components/ic-pagination2.js +30 -10
  347. package/dist/components/ic-pagination2.js.map +1 -1
  348. package/dist/components/ic-popover-menu.js +43 -38
  349. package/dist/components/ic-popover-menu.js.map +1 -1
  350. package/dist/components/ic-radio-group.js +101 -59
  351. package/dist/components/ic-radio-group.js.map +1 -1
  352. package/dist/components/ic-radio-option.js +63 -44
  353. package/dist/components/ic-radio-option.js.map +1 -1
  354. package/dist/components/ic-search-bar.js +23 -30
  355. package/dist/components/ic-search-bar.js.map +1 -1
  356. package/dist/components/ic-section-container2.js +1 -1
  357. package/dist/components/ic-section-container2.js.map +1 -1
  358. package/dist/components/ic-select-with-multi.d.ts +11 -0
  359. package/dist/components/ic-select-with-multi.js +921 -0
  360. package/dist/components/ic-select-with-multi.js.map +1 -0
  361. package/dist/components/ic-select2.js +77 -30
  362. package/dist/components/ic-select2.js.map +1 -1
  363. package/dist/components/ic-side-navigation.js +56 -74
  364. package/dist/components/ic-side-navigation.js.map +1 -1
  365. package/dist/components/ic-skeleton.js +17 -40
  366. package/dist/components/ic-skeleton.js.map +1 -1
  367. package/dist/components/ic-status-tag.js +3 -1
  368. package/dist/components/ic-status-tag.js.map +1 -1
  369. package/dist/components/ic-step.js +5 -2
  370. package/dist/components/ic-step.js.map +1 -1
  371. package/dist/components/ic-stepper.js +35 -9
  372. package/dist/components/ic-stepper.js.map +1 -1
  373. package/dist/components/ic-switch.js +9 -4
  374. package/dist/components/ic-switch.js.map +1 -1
  375. package/dist/components/ic-tab-context.js +79 -130
  376. package/dist/components/ic-tab-context.js.map +1 -1
  377. package/dist/components/ic-tab-panel.js +6 -17
  378. package/dist/components/ic-tab-panel.js.map +1 -1
  379. package/dist/components/ic-tab.js +16 -14
  380. package/dist/components/ic-tab.js.map +1 -1
  381. package/dist/components/ic-text-field2.js +120 -72
  382. package/dist/components/ic-text-field2.js.map +1 -1
  383. package/dist/components/ic-theme.js +13 -22
  384. package/dist/components/ic-theme.js.map +1 -1
  385. package/dist/components/ic-toast-region.js +6 -0
  386. package/dist/components/ic-toast-region.js.map +1 -1
  387. package/dist/components/ic-toast.js +24 -19
  388. package/dist/components/ic-toast.js.map +1 -1
  389. package/dist/components/ic-toggle-button-group.js +230 -0
  390. package/dist/components/ic-toggle-button-group.js.map +1 -0
  391. package/dist/components/ic-toggle-button.js +148 -0
  392. package/dist/components/ic-toggle-button.js.map +1 -0
  393. package/dist/components/ic-tooltip2.js +52 -30
  394. package/dist/components/ic-tooltip2.js.map +1 -1
  395. package/dist/components/ic-top-navigation.js +61 -83
  396. package/dist/components/ic-top-navigation.js.map +1 -1
  397. package/dist/components/ic-tree-item.d.ts +11 -0
  398. package/dist/components/ic-tree-item.js +300 -0
  399. package/dist/components/ic-tree-item.js.map +1 -0
  400. package/dist/components/ic-tree-view.d.ts +11 -0
  401. package/dist/components/ic-tree-view.js +252 -0
  402. package/dist/components/ic-tree-view.js.map +1 -0
  403. package/dist/components/ic-typography2.js +57 -17
  404. package/dist/components/ic-typography2.js.map +1 -1
  405. package/dist/core/core.css +8 -5
  406. package/dist/core/core.esm.js +1 -1
  407. package/dist/core/core.esm.js.map +1 -1
  408. package/dist/core/p-0229eb46.entry.js +2 -0
  409. package/dist/core/p-0229eb46.entry.js.map +1 -0
  410. package/dist/core/p-04fe848d.entry.js +2 -0
  411. package/dist/core/p-04fe848d.entry.js.map +1 -0
  412. package/dist/core/p-05ae9a59.entry.js +2 -0
  413. package/dist/core/p-05ae9a59.entry.js.map +1 -0
  414. package/dist/core/p-074e64d0.entry.js +2 -0
  415. package/dist/core/p-074e64d0.entry.js.map +1 -0
  416. package/dist/core/p-0f1706e8.entry.js +2 -0
  417. package/dist/core/p-0f1706e8.entry.js.map +1 -0
  418. package/dist/core/p-11877d23.entry.js +2 -0
  419. package/dist/core/p-11877d23.entry.js.map +1 -0
  420. package/dist/core/p-1e450833.entry.js +2 -0
  421. package/dist/core/p-1e450833.entry.js.map +1 -0
  422. package/dist/core/{p-4409f656.entry.js → p-23408776.entry.js} +2 -2
  423. package/dist/core/p-23408776.entry.js.map +1 -0
  424. package/dist/core/p-26fa17fb.entry.js +2 -0
  425. package/dist/core/p-26fa17fb.entry.js.map +1 -0
  426. package/dist/core/p-2b15ea77.entry.js +2 -0
  427. package/dist/core/p-2b15ea77.entry.js.map +1 -0
  428. package/dist/core/p-2d44b81a.entry.js +2 -0
  429. package/dist/core/p-2d44b81a.entry.js.map +1 -0
  430. package/dist/core/p-2ea7af8b.entry.js +2 -0
  431. package/dist/core/p-2ea7af8b.entry.js.map +1 -0
  432. package/dist/core/p-33dd24eb.js +2 -0
  433. package/dist/core/p-33dd24eb.js.map +1 -0
  434. package/dist/core/p-38f329ab.entry.js +2 -0
  435. package/dist/core/p-38f329ab.entry.js.map +1 -0
  436. package/dist/core/p-3cd2056f.entry.js +2 -0
  437. package/dist/core/p-3cd2056f.entry.js.map +1 -0
  438. package/dist/core/p-3d00ad9e.entry.js +2 -0
  439. package/dist/core/p-3d00ad9e.entry.js.map +1 -0
  440. package/dist/core/p-3ebd4703.entry.js +2 -0
  441. package/dist/core/p-3ebd4703.entry.js.map +1 -0
  442. package/dist/core/p-44036532.entry.js +2 -0
  443. package/dist/core/p-44036532.entry.js.map +1 -0
  444. package/dist/core/p-44680720.entry.js +2 -0
  445. package/dist/core/p-44680720.entry.js.map +1 -0
  446. package/dist/core/{p-24945ee5.entry.js → p-452985d9.entry.js} +2 -2
  447. package/dist/core/p-452985d9.entry.js.map +1 -0
  448. package/dist/core/{p-b97dc365.entry.js → p-487fd924.entry.js} +2 -2
  449. package/dist/core/p-56db5123.entry.js +2 -0
  450. package/dist/core/p-56db5123.entry.js.map +1 -0
  451. package/dist/core/p-5a90eaa8.entry.js +2 -0
  452. package/dist/core/p-5a90eaa8.entry.js.map +1 -0
  453. package/dist/core/p-5dd6381a.entry.js +2 -0
  454. package/dist/core/p-5dd6381a.entry.js.map +1 -0
  455. package/dist/core/p-5f149106.entry.js +2 -0
  456. package/dist/core/p-5f149106.entry.js.map +1 -0
  457. package/dist/core/p-61848e6b.entry.js +2 -0
  458. package/dist/core/p-61848e6b.entry.js.map +1 -0
  459. package/dist/core/{p-d77960f6.entry.js → p-656378ba.entry.js} +2 -2
  460. package/dist/core/p-6a920114.entry.js +2 -0
  461. package/dist/core/p-6a920114.entry.js.map +1 -0
  462. package/dist/core/p-6cdf5de2.entry.js +2 -0
  463. package/dist/core/p-6cdf5de2.entry.js.map +1 -0
  464. package/dist/core/p-70ad364c.entry.js +2 -0
  465. package/dist/core/p-70ad364c.entry.js.map +1 -0
  466. package/dist/core/p-70c659ec.entry.js +2 -0
  467. package/dist/core/p-70c659ec.entry.js.map +1 -0
  468. package/dist/core/p-74b42302.entry.js +2 -0
  469. package/dist/core/p-74b42302.entry.js.map +1 -0
  470. package/dist/core/p-75bd12f8.entry.js +2 -0
  471. package/dist/core/p-75bd12f8.entry.js.map +1 -0
  472. package/dist/core/p-780294b8.entry.js +2 -0
  473. package/dist/core/p-780294b8.entry.js.map +1 -0
  474. package/dist/core/{p-baf81f30.entry.js → p-787ffd96.entry.js} +2 -2
  475. package/dist/core/p-787ffd96.entry.js.map +1 -0
  476. package/dist/core/p-7edc19be.entry.js +2 -0
  477. package/dist/core/p-7edc19be.entry.js.map +1 -0
  478. package/dist/core/p-8ab58daa.js +2 -0
  479. package/dist/core/p-8ab58daa.js.map +1 -0
  480. package/dist/core/p-8ced1495.entry.js +2 -0
  481. package/dist/core/p-8ced1495.entry.js.map +1 -0
  482. package/dist/core/{p-939baa93.entry.js → p-95545b4c.entry.js} +2 -2
  483. package/dist/core/p-95545b4c.entry.js.map +1 -0
  484. package/dist/core/p-95d057b8.entry.js +2 -0
  485. package/dist/core/p-95d057b8.entry.js.map +1 -0
  486. package/dist/core/p-987cd821.entry.js +2 -0
  487. package/dist/core/p-987cd821.entry.js.map +1 -0
  488. package/dist/core/{p-41aa0ed3.entry.js → p-9b386822.entry.js} +2 -2
  489. package/dist/core/p-9b386822.entry.js.map +1 -0
  490. package/dist/core/{p-39e20b87.entry.js → p-9bbe221f.entry.js} +2 -2
  491. package/dist/core/{p-39e20b87.entry.js.map → p-9bbe221f.entry.js.map} +1 -1
  492. package/dist/core/p-9f157649.entry.js +2 -0
  493. package/dist/core/p-9f157649.entry.js.map +1 -0
  494. package/dist/core/{p-356b8a4c.entry.js → p-9f3cf053.entry.js} +2 -2
  495. package/dist/core/{p-356b8a4c.entry.js.map → p-9f3cf053.entry.js.map} +1 -1
  496. package/dist/core/p-9f58998d.entry.js +2 -0
  497. package/dist/core/p-9f58998d.entry.js.map +1 -0
  498. package/dist/core/p-a4f28ef1.entry.js +2 -0
  499. package/dist/core/p-a4f28ef1.entry.js.map +1 -0
  500. package/dist/core/p-ac8090a5.entry.js +2 -0
  501. package/dist/core/p-ac8090a5.entry.js.map +1 -0
  502. package/dist/core/p-b1f89f44.entry.js +2 -0
  503. package/dist/core/p-b1f89f44.entry.js.map +1 -0
  504. package/dist/core/p-bc350ec5.entry.js +2 -0
  505. package/dist/core/p-bc350ec5.entry.js.map +1 -0
  506. package/dist/core/p-bd0328f3.entry.js +2 -0
  507. package/dist/core/p-bd0328f3.entry.js.map +1 -0
  508. package/dist/core/p-bf06977d.js +2 -0
  509. package/dist/core/p-bf06977d.js.map +1 -0
  510. package/dist/core/p-c0a2a040.entry.js +2 -0
  511. package/dist/core/p-c0a2a040.entry.js.map +1 -0
  512. package/dist/core/p-cc0e0b46.entry.js +2 -0
  513. package/dist/core/p-cc0e0b46.entry.js.map +1 -0
  514. package/dist/core/p-d0020f6f.entry.js +2 -0
  515. package/dist/core/p-d0020f6f.entry.js.map +1 -0
  516. package/dist/core/{p-3d618bc2.entry.js → p-d1045cd5.entry.js} +2 -2
  517. package/dist/core/p-d56248df.entry.js +2 -0
  518. package/dist/core/p-d56248df.entry.js.map +1 -0
  519. package/dist/core/p-d921dc2c.entry.js +2 -0
  520. package/dist/core/p-d921dc2c.entry.js.map +1 -0
  521. package/dist/core/p-da398a5d.entry.js +2 -0
  522. package/dist/core/p-da398a5d.entry.js.map +1 -0
  523. package/dist/core/{p-2e9e8e7c.entry.js → p-db5af9f7.entry.js} +2 -2
  524. package/dist/core/p-db5af9f7.entry.js.map +1 -0
  525. package/dist/core/p-dd4c83ad.entry.js +2 -0
  526. package/dist/core/p-dd4c83ad.entry.js.map +1 -0
  527. package/dist/core/p-e362b5f3.entry.js +2 -0
  528. package/dist/core/p-e362b5f3.entry.js.map +1 -0
  529. package/dist/core/p-e89c2feb.entry.js +2 -0
  530. package/dist/core/p-e89c2feb.entry.js.map +1 -0
  531. package/dist/core/p-eaeaa096.entry.js +2 -0
  532. package/dist/core/p-eaeaa096.entry.js.map +1 -0
  533. package/dist/core/{p-c2b5e7b1.entry.js → p-eb87b43b.entry.js} +2 -2
  534. package/dist/core/{p-c2b5e7b1.entry.js.map → p-eb87b43b.entry.js.map} +1 -1
  535. package/dist/core/p-f5dfcf4f.entry.js +2 -0
  536. package/dist/core/p-f5dfcf4f.entry.js.map +1 -0
  537. package/dist/core/p-f5fbfbc9.entry.js +2 -0
  538. package/dist/core/p-f5fbfbc9.entry.js.map +1 -0
  539. package/dist/core/p-fac387e8.entry.js +2 -0
  540. package/dist/core/p-fac387e8.entry.js.map +1 -0
  541. package/dist/esm/core.js +1 -1
  542. package/dist/esm/date-helpers-0e5e32a7.js +136 -0
  543. package/dist/esm/date-helpers-0e5e32a7.js.map +1 -0
  544. package/dist/esm/helpers-948df101.js +403 -0
  545. package/dist/esm/helpers-948df101.js.map +1 -0
  546. package/dist/esm/{helpers-268c2b7f.js → helpers-cd64688a.js} +142 -99
  547. package/dist/esm/helpers-cd64688a.js.map +1 -0
  548. package/dist/esm/ic-accordion-group.entry.js +31 -4
  549. package/dist/esm/ic-accordion-group.entry.js.map +1 -1
  550. package/dist/esm/ic-accordion.entry.js +11 -4
  551. package/dist/esm/ic-accordion.entry.js.map +1 -1
  552. package/dist/esm/ic-alert.entry.js +20 -6
  553. package/dist/esm/ic-alert.entry.js.map +1 -1
  554. package/dist/esm/ic-back-to-top.entry.js +26 -17
  555. package/dist/esm/ic-back-to-top.entry.js.map +1 -1
  556. package/dist/esm/ic-badge.entry.js +86 -83
  557. package/dist/esm/ic-badge.entry.js.map +1 -1
  558. package/dist/esm/ic-breadcrumb-group.entry.js +62 -25
  559. package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
  560. package/dist/esm/ic-breadcrumb.entry.js +2 -2
  561. package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
  562. package/dist/esm/ic-button_3.entry.js +145 -103
  563. package/dist/esm/ic-button_3.entry.js.map +1 -1
  564. package/dist/esm/ic-card-horizontal.entry.js +126 -0
  565. package/dist/esm/ic-card-horizontal.entry.js.map +1 -0
  566. package/dist/esm/ic-card.entry.js +30 -7
  567. package/dist/esm/ic-card.entry.js.map +1 -1
  568. package/dist/esm/ic-checkbox-group.entry.js +28 -17
  569. package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
  570. package/dist/esm/ic-checkbox.entry.js +50 -31
  571. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  572. package/dist/esm/ic-chip.entry.js +45 -21
  573. package/dist/esm/ic-chip.entry.js.map +1 -1
  574. package/dist/esm/ic-classification-banner.entry.js +14 -5
  575. package/dist/esm/ic-classification-banner.entry.js.map +1 -1
  576. package/dist/esm/ic-data-entity.entry.js +3 -6
  577. package/dist/esm/ic-data-entity.entry.js.map +1 -1
  578. package/dist/esm/ic-data-row.entry.js +21 -35
  579. package/dist/esm/ic-data-row.entry.js.map +1 -1
  580. package/dist/esm/ic-data-table-title-bar.entry.js +53 -0
  581. package/dist/esm/ic-data-table-title-bar.entry.js.map +1 -0
  582. package/dist/esm/ic-data-table.entry.js +1080 -85
  583. package/dist/esm/ic-data-table.entry.js.map +1 -1
  584. package/dist/esm/ic-date-input.entry.js +1119 -0
  585. package/dist/esm/ic-date-input.entry.js.map +1 -0
  586. package/dist/esm/ic-date-picker.entry.js +1125 -0
  587. package/dist/esm/ic-date-picker.entry.js.map +1 -0
  588. package/dist/esm/ic-dialog.entry.js +54 -12
  589. package/dist/esm/ic-dialog.entry.js.map +1 -1
  590. package/dist/esm/ic-divider.entry.js +1 -1
  591. package/dist/esm/ic-empty-state_2.entry.js +383 -0
  592. package/dist/esm/ic-empty-state_2.entry.js.map +1 -0
  593. package/dist/esm/ic-footer-link-group.entry.js +4 -4
  594. package/dist/esm/ic-footer-link-group.entry.js.map +1 -1
  595. package/dist/esm/ic-footer-link.entry.js +3 -3
  596. package/dist/esm/ic-footer-link.entry.js.map +1 -1
  597. package/dist/esm/ic-footer.entry.js +18 -7
  598. package/dist/esm/ic-footer.entry.js.map +1 -1
  599. package/dist/esm/ic-hero.entry.js +12 -2
  600. package/dist/esm/ic-hero.entry.js.map +1 -1
  601. package/dist/esm/ic-horizontal-scroll.entry.js +5 -5
  602. package/dist/esm/ic-horizontal-scroll.entry.js.map +1 -1
  603. package/dist/esm/ic-input-component-container_4.entry.js +157 -0
  604. package/dist/esm/ic-input-component-container_4.entry.js.map +1 -0
  605. package/dist/esm/ic-link.entry.js +35 -17
  606. package/dist/esm/ic-link.entry.js.map +1 -1
  607. package/dist/esm/ic-menu-group.entry.js +2 -2
  608. package/dist/esm/ic-menu-group.entry.js.map +1 -1
  609. package/dist/esm/ic-menu-item.entry.js +21 -20
  610. package/dist/esm/ic-menu-item.entry.js.map +1 -1
  611. package/dist/esm/ic-menu-with-multi.entry.js +2736 -0
  612. package/dist/esm/ic-menu-with-multi.entry.js.map +1 -0
  613. package/dist/esm/{ic-input-component-container_3.entry.js → ic-menu.entry.js} +19 -80
  614. package/dist/esm/ic-menu.entry.js.map +1 -0
  615. package/dist/esm/ic-navigation-button.entry.js +29 -8
  616. package/dist/esm/ic-navigation-button.entry.js.map +1 -1
  617. package/dist/esm/ic-navigation-group.entry.js +33 -23
  618. package/dist/esm/ic-navigation-group.entry.js.map +1 -1
  619. package/dist/esm/ic-navigation-item.entry.js +83 -37
  620. package/dist/esm/ic-navigation-item.entry.js.map +1 -1
  621. package/dist/esm/ic-navigation-menu.entry.js +1 -1
  622. package/dist/esm/ic-page-header.entry.js +10 -10
  623. package/dist/esm/ic-page-header.entry.js.map +1 -1
  624. package/dist/esm/ic-pagination_4.entry.js +232 -117
  625. package/dist/esm/ic-pagination_4.entry.js.map +1 -1
  626. package/dist/esm/ic-popover-menu.entry.js +40 -36
  627. package/dist/esm/ic-popover-menu.entry.js.map +1 -1
  628. package/dist/esm/ic-radio-group.entry.js +100 -59
  629. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  630. package/dist/esm/ic-radio-option.entry.js +59 -42
  631. package/dist/esm/ic-radio-option.entry.js.map +1 -1
  632. package/dist/esm/ic-search-bar.entry.js +22 -30
  633. package/dist/esm/ic-search-bar.entry.js.map +1 -1
  634. package/dist/esm/ic-section-container.entry.js +1 -1
  635. package/dist/esm/ic-section-container.entry.js.map +1 -1
  636. package/dist/esm/ic-select-with-multi.entry.js +792 -0
  637. package/dist/esm/ic-select-with-multi.entry.js.map +1 -0
  638. package/dist/esm/ic-side-navigation.entry.js +53 -73
  639. package/dist/esm/ic-side-navigation.entry.js.map +1 -1
  640. package/dist/esm/ic-skeleton.entry.js +16 -35
  641. package/dist/esm/ic-skeleton.entry.js.map +1 -1
  642. package/dist/esm/ic-status-tag.entry.js +4 -2
  643. package/dist/esm/ic-status-tag.entry.js.map +1 -1
  644. package/dist/esm/ic-step.entry.js +5 -2
  645. package/dist/esm/ic-step.entry.js.map +1 -1
  646. package/dist/esm/ic-stepper.entry.js +31 -9
  647. package/dist/esm/ic-stepper.entry.js.map +1 -1
  648. package/dist/esm/ic-switch.entry.js +7 -3
  649. package/dist/esm/ic-switch.entry.js.map +1 -1
  650. package/dist/esm/ic-tab-context.entry.js +78 -130
  651. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  652. package/dist/esm/ic-tab-group.entry.js +1 -1
  653. package/dist/esm/ic-tab-panel.entry.js +5 -13
  654. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  655. package/dist/esm/ic-tab.entry.js +16 -14
  656. package/dist/esm/ic-tab.entry.js.map +1 -1
  657. package/dist/esm/ic-theme.entry.js +13 -22
  658. package/dist/esm/ic-theme.entry.js.map +1 -1
  659. package/dist/esm/ic-toast-region.entry.js +6 -0
  660. package/dist/esm/ic-toast-region.entry.js.map +1 -1
  661. package/dist/esm/ic-toast.entry.js +21 -18
  662. package/dist/esm/ic-toast.entry.js.map +1 -1
  663. package/dist/esm/ic-toggle-button-group.entry.js +197 -0
  664. package/dist/esm/ic-toggle-button-group.entry.js.map +1 -0
  665. package/dist/esm/ic-toggle-button.entry.js +93 -0
  666. package/dist/esm/ic-toggle-button.entry.js.map +1 -0
  667. package/dist/esm/ic-top-navigation.entry.js +60 -82
  668. package/dist/esm/ic-top-navigation.entry.js.map +1 -1
  669. package/dist/esm/ic-tree-item.entry.js +249 -0
  670. package/dist/esm/ic-tree-item.entry.js.map +1 -0
  671. package/dist/esm/ic-tree-view.entry.js +211 -0
  672. package/dist/esm/ic-tree-view.entry.js.map +1 -0
  673. package/dist/esm/ic-typography.entry.js +52 -15
  674. package/dist/esm/ic-typography.entry.js.map +1 -1
  675. package/dist/esm/index-93509377.js +48 -12
  676. package/dist/esm/loader.js +1 -1
  677. package/dist/types/components/ic-card-horizontal/ic-card-horizontal.d.ts +71 -0
  678. package/dist/types/components/ic-card-horizontal/ic-card-horizontal.stories.d.ts +82 -0
  679. package/dist/types/components/ic-card-horizontal/ic-card-horizontal.types.d.ts +1 -0
  680. package/dist/types/components/ic-data-table/ic-data-table.d.ts +218 -19
  681. package/dist/types/components/ic-data-table/ic-data-table.stories.d.ts +239 -0
  682. package/dist/types/components/ic-data-table/ic-data-table.types.d.ts +43 -0
  683. package/dist/types/components/ic-data-table/story-data.d.ts +492 -2
  684. package/dist/types/components/ic-data-table-title-bar/ic-data-table-title-bar.d.ts +36 -0
  685. package/dist/types/components/ic-data-table-title-bar/ic-data-table-title-bar.stories.d.ts +47 -0
  686. package/dist/types/components/ic-data-table-title-bar/test/a11y/ic-data-table-title-bar.test.a11y.d.ts +1 -0
  687. package/dist/types/components/ic-date-input/ic-date-input.d.ts +264 -0
  688. package/dist/types/components/ic-date-input/ic-date-input.stories.d.ts +124 -0
  689. package/dist/types/components/ic-date-input/story-data.d.ts +1 -0
  690. package/dist/types/components/ic-date-input/test/helpers/ic-date-input.d.ts +23 -0
  691. package/dist/types/components/ic-date-picker/ic-date-picker.d.ts +262 -0
  692. package/dist/types/components/ic-date-picker/ic-date-picker.stories.d.ts +153 -0
  693. package/dist/types/components/ic-date-picker/ic-day-button.d.ts +16 -0
  694. package/dist/types/components/ic-date-picker/ic-month-picker.d.ts +14 -0
  695. package/dist/types/components/ic-date-picker/ic-year-picker.d.ts +16 -0
  696. package/dist/types/components/ic-date-picker/story-data.d.ts +24 -0
  697. package/dist/types/components/ic-date-picker/test/a11y/ic-date-picker.test.a11y.d.ts +1 -0
  698. package/dist/types/components/ic-menu-with-multi/ic-menu.d.ts +218 -0
  699. package/dist/types/components/ic-pagination-bar/ic-pagination-bar.d.ts +65 -23
  700. package/dist/types/components/ic-pagination-bar/ic-pagination-bar.stories.d.ts +106 -0
  701. package/dist/types/components/ic-pagination-bar/ic-pagination-bar.types.d.ts +4 -0
  702. package/dist/types/components/ic-select-with-multi/ic-select-multi.stories.d.ts +106 -0
  703. package/dist/types/components/ic-select-with-multi/ic-select.d.ts +289 -0
  704. package/dist/types/components/ic-select-with-multi/story-data.d.ts +32 -0
  705. package/dist/types/components/ic-tree-item/ic-tree-item.d.ts +101 -0
  706. package/dist/types/components/ic-tree-view/ic-tree-view.d.ts +51 -0
  707. package/dist/types/components/ic-tree-view/ic-tree-view.stories.d.ts +99 -0
  708. package/dist/types/components.d.ts +1711 -127
  709. package/dist/types/interface.d.ts +1 -0
  710. package/dist/types/utils/constants.d.ts +38 -0
  711. package/dist/types/utils/date-helpers.d.ts +22 -0
  712. package/dist/types/utils/helpers.d.ts +144 -2
  713. package/dist/types/utils/types.d.ts +126 -0
  714. package/hydrate/index.js +18298 -9132
  715. package/package.json +27 -17
  716. package/dist/cjs/helpers-bbe55215.js.map +0 -1
  717. package/dist/cjs/ic-empty-state.cjs.entry.js +0 -38
  718. package/dist/cjs/ic-empty-state.cjs.entry.js.map +0 -1
  719. package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +0 -1
  720. package/dist/cjs/ic-input-label_2.cjs.entry.js +0 -86
  721. package/dist/cjs/ic-input-label_2.cjs.entry.js.map +0 -1
  722. package/dist/cjs/ic-pagination-bar.cjs.entry.js +0 -285
  723. package/dist/cjs/ic-pagination-bar.cjs.entry.js.map +0 -1
  724. package/dist/collection/components/ic-pagination/ic-pagination.types.js +0 -2
  725. package/dist/collection/components/ic-pagination/ic-pagination.types.js.map +0 -1
  726. package/dist/core/p-0083465b.entry.js +0 -2
  727. package/dist/core/p-0083465b.entry.js.map +0 -1
  728. package/dist/core/p-03487f12.entry.js +0 -2
  729. package/dist/core/p-03487f12.entry.js.map +0 -1
  730. package/dist/core/p-03f8fa1a.entry.js +0 -2
  731. package/dist/core/p-03f8fa1a.entry.js.map +0 -1
  732. package/dist/core/p-0c18b6a0.entry.js +0 -2
  733. package/dist/core/p-0c18b6a0.entry.js.map +0 -1
  734. package/dist/core/p-1bc034aa.entry.js +0 -2
  735. package/dist/core/p-1bc034aa.entry.js.map +0 -1
  736. package/dist/core/p-20a76d1d.entry.js +0 -2
  737. package/dist/core/p-20a76d1d.entry.js.map +0 -1
  738. package/dist/core/p-24945ee5.entry.js.map +0 -1
  739. package/dist/core/p-2dc35696.entry.js +0 -2
  740. package/dist/core/p-2dc35696.entry.js.map +0 -1
  741. package/dist/core/p-2e9e8e7c.entry.js.map +0 -1
  742. package/dist/core/p-3ee25a6d.entry.js +0 -2
  743. package/dist/core/p-3ee25a6d.entry.js.map +0 -1
  744. package/dist/core/p-41aa0ed3.entry.js.map +0 -1
  745. package/dist/core/p-4314aa0e.entry.js +0 -2
  746. package/dist/core/p-4314aa0e.entry.js.map +0 -1
  747. package/dist/core/p-4409f656.entry.js.map +0 -1
  748. package/dist/core/p-47abbd06.entry.js +0 -2
  749. package/dist/core/p-47abbd06.entry.js.map +0 -1
  750. package/dist/core/p-485823b6.entry.js +0 -2
  751. package/dist/core/p-485823b6.entry.js.map +0 -1
  752. package/dist/core/p-4ee59448.entry.js +0 -2
  753. package/dist/core/p-4ee59448.entry.js.map +0 -1
  754. package/dist/core/p-5157cfab.entry.js +0 -2
  755. package/dist/core/p-5157cfab.entry.js.map +0 -1
  756. package/dist/core/p-53083575.entry.js +0 -2
  757. package/dist/core/p-53083575.entry.js.map +0 -1
  758. package/dist/core/p-55d5541f.entry.js +0 -2
  759. package/dist/core/p-55d5541f.entry.js.map +0 -1
  760. package/dist/core/p-5bb32ee6.entry.js +0 -2
  761. package/dist/core/p-5bb32ee6.entry.js.map +0 -1
  762. package/dist/core/p-67eea079.entry.js +0 -2
  763. package/dist/core/p-67eea079.entry.js.map +0 -1
  764. package/dist/core/p-6bd0e984.entry.js +0 -2
  765. package/dist/core/p-6bd0e984.entry.js.map +0 -1
  766. package/dist/core/p-75bf6162.entry.js +0 -2
  767. package/dist/core/p-75bf6162.entry.js.map +0 -1
  768. package/dist/core/p-76959313.entry.js +0 -2
  769. package/dist/core/p-76959313.entry.js.map +0 -1
  770. package/dist/core/p-7de813a3.entry.js +0 -2
  771. package/dist/core/p-7de813a3.entry.js.map +0 -1
  772. package/dist/core/p-7eae5f70.entry.js +0 -2
  773. package/dist/core/p-7eae5f70.entry.js.map +0 -1
  774. package/dist/core/p-85508347.entry.js +0 -2
  775. package/dist/core/p-85508347.entry.js.map +0 -1
  776. package/dist/core/p-8da152c4.entry.js +0 -2
  777. package/dist/core/p-8da152c4.entry.js.map +0 -1
  778. package/dist/core/p-8fd4ca0a.js +0 -2
  779. package/dist/core/p-8fd4ca0a.js.map +0 -1
  780. package/dist/core/p-939baa93.entry.js.map +0 -1
  781. package/dist/core/p-9777ebb1.entry.js +0 -2
  782. package/dist/core/p-9777ebb1.entry.js.map +0 -1
  783. package/dist/core/p-9c27b73e.entry.js +0 -2
  784. package/dist/core/p-9c27b73e.entry.js.map +0 -1
  785. package/dist/core/p-9fa6844f.entry.js +0 -2
  786. package/dist/core/p-9fa6844f.entry.js.map +0 -1
  787. package/dist/core/p-9fdd7d73.entry.js +0 -2
  788. package/dist/core/p-9fdd7d73.entry.js.map +0 -1
  789. package/dist/core/p-a3ab9f4c.entry.js +0 -2
  790. package/dist/core/p-a3ab9f4c.entry.js.map +0 -1
  791. package/dist/core/p-a51e5c7c.entry.js +0 -2
  792. package/dist/core/p-a51e5c7c.entry.js.map +0 -1
  793. package/dist/core/p-a7481232.entry.js +0 -2
  794. package/dist/core/p-a7481232.entry.js.map +0 -1
  795. package/dist/core/p-ab9f8a3f.entry.js +0 -2
  796. package/dist/core/p-ab9f8a3f.entry.js.map +0 -1
  797. package/dist/core/p-b2aa3d7c.entry.js +0 -2
  798. package/dist/core/p-b2aa3d7c.entry.js.map +0 -1
  799. package/dist/core/p-b5cf6d65.entry.js +0 -2
  800. package/dist/core/p-b5cf6d65.entry.js.map +0 -1
  801. package/dist/core/p-baf81f30.entry.js.map +0 -1
  802. package/dist/core/p-bc187bb5.entry.js +0 -2
  803. package/dist/core/p-bc187bb5.entry.js.map +0 -1
  804. package/dist/core/p-bd9cecce.entry.js +0 -2
  805. package/dist/core/p-bd9cecce.entry.js.map +0 -1
  806. package/dist/core/p-be980606.entry.js +0 -2
  807. package/dist/core/p-be980606.entry.js.map +0 -1
  808. package/dist/core/p-c1256810.entry.js +0 -2
  809. package/dist/core/p-c1256810.entry.js.map +0 -1
  810. package/dist/core/p-d76cfa5a.entry.js +0 -2
  811. package/dist/core/p-d76cfa5a.entry.js.map +0 -1
  812. package/dist/core/p-e189f1d0.entry.js +0 -2
  813. package/dist/core/p-e189f1d0.entry.js.map +0 -1
  814. package/dist/core/p-e9e145aa.entry.js +0 -2
  815. package/dist/core/p-e9e145aa.entry.js.map +0 -1
  816. package/dist/core/p-f0e9a83f.entry.js +0 -2
  817. package/dist/core/p-f0e9a83f.entry.js.map +0 -1
  818. package/dist/core/p-f23d2102.entry.js +0 -2
  819. package/dist/core/p-f23d2102.entry.js.map +0 -1
  820. package/dist/core/p-f87e8411.entry.js +0 -2
  821. package/dist/core/p-f87e8411.entry.js.map +0 -1
  822. package/dist/esm/helpers-268c2b7f.js.map +0 -1
  823. package/dist/esm/ic-empty-state.entry.js.map +0 -1
  824. package/dist/esm/ic-input-component-container_3.entry.js.map +0 -1
  825. package/dist/esm/ic-input-label_2.entry.js +0 -81
  826. package/dist/esm/ic-input-label_2.entry.js.map +0 -1
  827. package/dist/esm/ic-pagination-bar.entry.js +0 -281
  828. package/dist/esm/ic-pagination-bar.entry.js.map +0 -1
  829. package/dist/types/components/ic-pagination/ic-pagination.types.d.ts +0 -6
  830. /package/dist/core/{p-b97dc365.entry.js.map → p-487fd924.entry.js.map} +0 -0
  831. /package/dist/core/{p-d77960f6.entry.js.map → p-656378ba.entry.js.map} +0 -0
  832. /package/dist/core/{p-3d618bc2.entry.js.map → p-d1045cd5.entry.js.map} +0 -0
@@ -5,18 +5,78 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { IcDataTableColumnObject, IcDataTableDensityOptions, IcDataTableSortOrderOptions } from "./components/ic-data-table/ic-data-table.types";
9
- import { IcPaginationAlignmentOptions, IcPaginationControlTypes, IcPaginationTypes } from "./components/ic-pagination/ic-pagination.types";
8
+ import { IcCardSizes } from "./components/ic-card-horizontal/ic-card-horizontal.types";
9
+ import { IcDataTableColumnObject, IcDataTableDataType, IcDataTableDensityOptions, IcDataTableRowHeights, IcDataTableSortOrderOptions, IcDataTableTruncationTypes, IcDensityUpdateEventDetail, IcSortEventDetail } from "./components/ic-data-table/ic-data-table.types";
10
+ import { IcActivationTypes, IcMenuOption, IcThemeForegroundNoDefault } from "@ukic/web-components/dist/types/utils/types";
11
+ import { IcDateFormat, IcInformationStatusOrEmpty, IcPaginationBarOptions, IcSearchMatchPositions, IcSizes, IcThemeForegroundNoDefault as IcThemeForegroundNoDefault1, IcValueEventDetail, IcWeekDays } from "./utils/types";
12
+ import { IcMenuChangeEventDetail, IcMenuOptionIdEventDetail, IcOptionSelectEventDetail, IcSearchBarSearchModes } from "@ukic/web-components/dist/types/components";
13
+ import { IcPaginationAlignmentOptions, IcPaginationLabelTypes, IcPaginationTypes } from "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types";
10
14
  import { IcThemeForeground } from "@ukic/web-components/dist/types/interface";
11
- export { IcDataTableColumnObject, IcDataTableDensityOptions, IcDataTableSortOrderOptions } from "./components/ic-data-table/ic-data-table.types";
12
- export { IcPaginationAlignmentOptions, IcPaginationControlTypes, IcPaginationTypes } from "./components/ic-pagination/ic-pagination.types";
15
+ import { IcPageChangeEventDetail } from "./components/ic-pagination-bar/ic-pagination-bar.types";
16
+ export { IcCardSizes } from "./components/ic-card-horizontal/ic-card-horizontal.types";
17
+ export { IcDataTableColumnObject, IcDataTableDataType, IcDataTableDensityOptions, IcDataTableRowHeights, IcDataTableSortOrderOptions, IcDataTableTruncationTypes, IcDensityUpdateEventDetail, IcSortEventDetail } from "./components/ic-data-table/ic-data-table.types";
18
+ export { IcActivationTypes, IcMenuOption, IcThemeForegroundNoDefault } from "@ukic/web-components/dist/types/utils/types";
19
+ export { IcDateFormat, IcInformationStatusOrEmpty, IcPaginationBarOptions, IcSearchMatchPositions, IcSizes, IcThemeForegroundNoDefault as IcThemeForegroundNoDefault1, IcValueEventDetail, IcWeekDays } from "./utils/types";
20
+ export { IcMenuChangeEventDetail, IcMenuOptionIdEventDetail, IcOptionSelectEventDetail, IcSearchBarSearchModes } from "@ukic/web-components/dist/types/components";
21
+ export { IcPaginationAlignmentOptions, IcPaginationLabelTypes, IcPaginationTypes } from "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types";
13
22
  export { IcThemeForeground } from "@ukic/web-components/dist/types/interface";
23
+ export { IcPageChangeEventDetail } from "./components/ic-pagination-bar/ic-pagination-bar.types";
14
24
  export namespace Components {
25
+ interface IcCardHorizontal {
26
+ /**
27
+ * If `true`, the horizontal card will be a clickable variant, instead of static.
28
+ */
29
+ "clickable"?: boolean;
30
+ /**
31
+ * If `true`, the horizontal card will be disabled if it is clickable.
32
+ */
33
+ "disabled"?: boolean;
34
+ /**
35
+ * The heading for the horizontal card. This is required, unless a slotted heading is used.
36
+ */
37
+ "heading"?: string;
38
+ /**
39
+ * The URL that the clickable horizontal card link points to. If set, the clickable horizontal card will render as an "a" tag, otherwise it will render as a button.
40
+ */
41
+ "href"?: string | undefined;
42
+ /**
43
+ * The human language of the linked URL.
44
+ */
45
+ "hreflang"?: string;
46
+ /**
47
+ * The main body message of the horizontal card.
48
+ */
49
+ "message"?: string;
50
+ /**
51
+ * How much of the referrer to send when following the link.
52
+ */
53
+ "referrerpolicy"?: ReferrerPolicy;
54
+ /**
55
+ * The relationship of the linked URL as space-separated link types.
56
+ */
57
+ "rel"?: string;
58
+ /**
59
+ * Sets focus on the card.
60
+ */
61
+ "setFocus": () => Promise<void>;
62
+ /**
63
+ * The size of the horizontal card.
64
+ */
65
+ "size": IcCardSizes;
66
+ /**
67
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
68
+ */
69
+ "target"?: string;
70
+ }
15
71
  interface IcDataTable {
16
72
  /**
17
73
  * The title for the table only visible to screen readers.
18
74
  */
19
75
  "caption": string;
76
+ /**
77
+ * Determines whether the column header should be truncated and display a tooltip. Default is `false`.
78
+ */
79
+ "columnHeaderTruncation": boolean;
20
80
  /**
21
81
  * The column headers for the table.
22
82
  */
@@ -24,30 +84,73 @@ export namespace Components {
24
84
  /**
25
85
  * The row content for the table.
26
86
  */
27
- "data": { [key: string]: any }[];
87
+ "data"?: IcDataTableDataType[];
28
88
  /**
29
89
  * Set the density of the table including font and padding.
30
90
  */
31
91
  "density"?: IcDataTableDensityOptions;
92
+ /**
93
+ * If `true`, the built in sort functionality will be disabled. For example, if rows will already be sorted from an external source.
94
+ */
95
+ "disableAutoSort"?: boolean;
32
96
  /**
33
97
  * Applies a border to the table container.
34
98
  */
35
99
  "embedded"?: boolean;
100
+ /**
101
+ * Sets the row height on all rows in the table that aren't set using the `variableRowHeight` method.
102
+ */
103
+ "globalRowHeight"?: IcDataTableRowHeights;
104
+ /**
105
+ * Sets the table height. Can be set to `auto` or a specific value in `px`, `rem`, or `%`.
106
+ */
107
+ "height"?: string;
36
108
  /**
37
109
  * If `true`, column headers will not be visible.
38
110
  */
39
111
  "hideColumnHeaders"?: boolean;
40
112
  /**
41
- * Sets the props for the pagination bar.
113
+ * If `true`, the selected row is highlighted using a background colour.
114
+ */
115
+ "highlightSelectedRow"?: boolean;
116
+ /**
117
+ * When set to `true`, the full table will show a loading state, featuring a radial indicator.
118
+ */
119
+ "loading"?: boolean;
120
+ /**
121
+ * Sets the props for the circular loading indicator used in the loading state.
42
122
  */
43
- "paginationOptions"?: {
44
- itemsPerPage?: { label: string; value: string }[];
45
- type?: IcPaginationTypes;
46
- control?: IcPaginationControlTypes;
47
- itemsPerPageControl?: boolean;
48
- goToPageControl?: boolean;
49
- alignment?: IcPaginationAlignmentOptions;
123
+ "loadingOptions"?: {
124
+ appearance?: IcThemeForegroundNoDefault;
125
+ description?: string;
126
+ label?: string;
127
+ labelDuration?: number;
128
+ max?: number;
129
+ min?: number;
130
+ progress?: number;
131
+ showBackground?: boolean;
132
+ overlay?: boolean;
50
133
  };
134
+ /**
135
+ * Sets the maximum width of the data table. Can be set in `px`, `rem`, or `%`.
136
+ */
137
+ "maxWidth"?: string;
138
+ /**
139
+ * Sets the minimum width of the data table. Can be set in `px`, `rem`, or `%`.
140
+ */
141
+ "minWidth"?: string;
142
+ /**
143
+ * The minimum amount of time the `loading` state displays for before showing the data. Used to prevent flashing in the component.
144
+ */
145
+ "minimumLoadingDisplayDuration"?: number;
146
+ /**
147
+ * Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.
148
+ */
149
+ "paginationBarOptions"?: IcPaginationBarOptions;
150
+ /**
151
+ * Resets the `globalRowHeight` prop to number or auto and sets the `variableRowHeight` prop to `null`.
152
+ */
153
+ "resetRowHeights": (rowHeight?: number | "auto") => Promise<void>;
51
154
  /**
52
155
  * If `true`, adds a pagination bar to the bottom of the table.
53
156
  */
@@ -71,151 +174,347 @@ export namespace Components {
71
174
  * If `true`, row headers will remain to the left when scrolling horizontally.
72
175
  */
73
176
  "stickyRowHeaders"?: boolean;
177
+ /**
178
+ * Sets the layout of the table
179
+ */
180
+ "tableLayout"?: "fixed" | "auto";
181
+ /**
182
+ * Sets the method used to truncate long text in cells where textWrap is `false`. The `tooltip` truncation pattern allows the overflowing text to be seen in a tooltip. The `show-hide` truncation pattern allows the overflowing text to be shown and hidden using the ic-typography "See more"/"See less" buttons.
183
+ */
184
+ "truncationPattern"?: IcDataTableTruncationTypes;
185
+ /**
186
+ * If `true`, the table displays a linear loading indicator below the header row to indicate an updating state.
187
+ */
188
+ "updating"?: boolean;
189
+ /**
190
+ * Sets the props for the linear loading indicator used in the updating state.
191
+ */
192
+ "updatingOptions"?: {
193
+ appearance?: IcThemeForegroundNoDefault;
194
+ description?: string;
195
+ max?: number;
196
+ min?: number;
197
+ progress?: number;
198
+ };
199
+ /**
200
+ * Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index. If the function returns `null`, that row's height will be set to the `globalRowHeight` property.
201
+ */
202
+ "variableRowHeight"?: (params: {
203
+ [key: string]: any;
204
+ index: number;
205
+ }) => IcDataTableRowHeights | null;
206
+ /**
207
+ * Sets the table width. Can be set to `auto` or a specific value in `px`, `rem`, or `%`.
208
+ */
209
+ "width"?: string;
74
210
  }
75
- interface IcPaginationBar {
211
+ interface IcDataTableTitleBar {
76
212
  /**
77
- * Sets the alignment of the items in the pagination bar.
213
+ * The description that is displayed below the `heading` and `metadata`. Can be overridden with the `description` slot.
78
214
  */
79
- "alignment"?: IcPaginationAlignmentOptions;
215
+ "description"?: string;
80
216
  /**
81
- * Sets the styling for the items in the pagination bar.
217
+ * The heading of the title bar. Can be overridden with the `heading` slot. If used with an `ic-data-table` it will default to the table's `caption` unless overridden.
82
218
  */
83
- "appearance"?: IcThemeForeground;
219
+ "heading"?: string;
84
220
  /**
85
- * The label which will be used in place of 'items' if paginationType is data. Should be capitalised.
221
+ * When `true`, the density select will not be rendered.
86
222
  */
87
- "itemLabel"?: string;
223
+ "hideDensitySelect"?: boolean;
88
224
  /**
89
- * The options which will be displayed for 'items per page' select input. Set a maximum of 4 options including a required 'All' option with value equal to total number of items.
225
+ * The metadata displayed next to the `heading`.
90
226
  */
91
- "itemsPerPageOptions"?: {
92
- label: string;
93
- value: string;
94
- }[];
227
+ "metadata"?: string;
228
+ }
229
+ interface IcDateInput {
95
230
  /**
96
- * The label which will be used in place of 'Page' if paginationType is page. Should be capitalised.
231
+ * The format in which the date will be displayed.
97
232
  */
98
- "pageLabel"?: string;
233
+ "dateFormat"?: IcDateFormat;
99
234
  /**
100
- * Whether the displayed pagination is simple or complex.
235
+ * The days of the week to disable.
101
236
  */
102
- "paginationControl"?: IcPaginationControlTypes;
237
+ "disableDays"?: IcWeekDays[];
103
238
  /**
104
- * Whether total number of items and current item range or total number of pages and current page is displayed.
239
+ * The text to display as the validation message when `disableDays` is set and a disabled date is entered.
105
240
  */
106
- "paginationType"?: IcPaginationTypes;
241
+ "disableDaysMessage"?: string;
107
242
  /**
108
- * If `true`, the 'go to page' control should be displayed.
243
+ * If `true`, dates in the future are not allowed. A validation message will appear if a date in the future is entered.
109
244
  */
110
- "showGoToPageControl"?: boolean;
245
+ "disableFuture"?: boolean;
111
246
  /**
112
- * If `true`, the number of total items and current item range or number of total pages and current page should be displayed.
247
+ * The text to display as the validation message when `disableFuture` is true and a date in the future is entered.
113
248
  */
114
- "showItemsPerPage"?: boolean;
249
+ "disableFutureMessage"?: string;
115
250
  /**
116
- * If `true`, the select input to control 'items per page' should be displayed.
251
+ * If `true`, dates in the past are not allowed. A validation message will appear if a date in the past is entered.
117
252
  */
118
- "showItemsPerPageControl"?: boolean;
253
+ "disablePast"?: boolean;
119
254
  /**
120
- * Total number of items to be displayed across all pages.
255
+ * The text to display as the validation message when `disablePast` is true and a date in the past is entered.
121
256
  */
122
- "totalItems": number;
123
- }
124
- }
125
- export interface IcPaginationBarCustomEvent<T> extends CustomEvent<T> {
126
- detail: T;
127
- target: HTMLIcPaginationBarElement;
128
- }
129
- declare global {
130
- interface HTMLIcDataTableElement extends Components.IcDataTable, HTMLStencilElement {
131
- }
132
- var HTMLIcDataTableElement: {
133
- prototype: HTMLIcDataTableElement;
134
- new (): HTMLIcDataTableElement;
135
- };
136
- interface HTMLIcPaginationBarElementEventMap {
137
- "icPageChange": { value: number };
138
- "icItemsPerPageChange": { value: number };
139
- }
140
- interface HTMLIcPaginationBarElement extends Components.IcPaginationBar, HTMLStencilElement {
141
- addEventListener<K extends keyof HTMLIcPaginationBarElementEventMap>(type: K, listener: (this: HTMLIcPaginationBarElement, ev: IcPaginationBarCustomEvent<HTMLIcPaginationBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
142
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
143
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
144
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
145
- removeEventListener<K extends keyof HTMLIcPaginationBarElementEventMap>(type: K, listener: (this: HTMLIcPaginationBarElement, ev: IcPaginationBarCustomEvent<HTMLIcPaginationBarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
146
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
147
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
148
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
257
+ "disablePastMessage"?: string;
258
+ /**
259
+ * If `true`, the disabled state will be set.
260
+ */
261
+ "disabled"?: boolean;
262
+ /**
263
+ * Returns the value as a Date object
264
+ * @returns Date
265
+ */
266
+ "getDate": () => Promise<Date>;
267
+ /**
268
+ * The helper text that will be displayed for additional field guidance. This will default to the text "Use format" along with the `dateFormat` value.
269
+ */
270
+ "helperText"?: string;
271
+ /**
272
+ * If `true`, the helper text will be visually hidden, but still read out by screenreaders.
273
+ */
274
+ "hideHelperText": boolean;
275
+ /**
276
+ * If `true`, the label will be visually hidden, but will still be read out by screen readers.
277
+ */
278
+ "hideLabel"?: boolean;
279
+ /**
280
+ * The ID for the input.
281
+ */
282
+ "inputId"?: string;
283
+ /**
284
+ * The text to display as the validation message when an invalid date is entered.
285
+ */
286
+ "invalidDateMessage"?: string;
287
+ /**
288
+ * The label for the date input.
289
+ */
290
+ "label": string;
291
+ /**
292
+ * The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object. The value of this prop is ignored if `disableFuture` is set to `true`.
293
+ */
294
+ "max"?: string | Date;
295
+ /**
296
+ * The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object. The value of this prop is ignored if `disablePast` is set to `true`.
297
+ */
298
+ "min"?: string | Date;
299
+ /**
300
+ * The name of the control, which is submitted with the form data.
301
+ */
302
+ "name": string;
303
+ /**
304
+ * If `true`, the input will require a value.
305
+ */
306
+ "required"?: boolean;
307
+ "setCalendarFocus": () => Promise<void>;
308
+ "setDisableDays": (days: IcWeekDays[]) => Promise<void>;
309
+ "showCalendarButton"?: boolean;
310
+ /**
311
+ * If `true`, a button which clears the date input when clicked will be displayed.
312
+ */
313
+ "showClearButton"?: boolean;
314
+ /**
315
+ * The size of the date input to be displayed.
316
+ */
317
+ "size"?: IcSizes;
318
+ "triggerIcChange": (d: Date) => Promise<void>;
319
+ /**
320
+ * The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.
321
+ */
322
+ "validationStatus"?: IcInformationStatusOrEmpty;
323
+ /**
324
+ * The text to display as the validation message. This will override the built-in date validation.
325
+ */
326
+ "validationText"?: string;
327
+ /**
328
+ * The value of the date input. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.
329
+ */
330
+ "value"?: string | Date | null | undefined;
149
331
  }
150
- var HTMLIcPaginationBarElement: {
151
- prototype: HTMLIcPaginationBarElement;
152
- new (): HTMLIcPaginationBarElement;
153
- };
154
- interface HTMLElementTagNameMap {
155
- "ic-data-table": HTMLIcDataTableElement;
156
- "ic-pagination-bar": HTMLIcPaginationBarElement;
332
+ interface IcDatePicker {
333
+ /**
334
+ * The format in which the date will be displayed.
335
+ */
336
+ "dateFormat"?: IcDateFormat;
337
+ /**
338
+ * The days of the week to disable.
339
+ */
340
+ "disableDays"?: IcWeekDays[];
341
+ /**
342
+ * The text to display as the validation message when `disableDays` is `true` and a disabled date is entered.
343
+ */
344
+ "disableDaysMessage"?: string;
345
+ /**
346
+ * If `true`, dates in the future are not allowed. A validation message will appear if a date in the future is entered.
347
+ */
348
+ "disableFuture"?: boolean;
349
+ /**
350
+ * The text to display as the validation message when `disableFuture` is `true` and a date in the future is entered.
351
+ */
352
+ "disableFutureMessage"?: string;
353
+ /**
354
+ * If `true`, dates in the past are not allowed. A validation message will appear if a date in the past is entered.
355
+ */
356
+ "disablePast"?: boolean;
357
+ /**
358
+ * The text to display as the validation message when `disablePast` is `true` and a date in the past is entered.
359
+ */
360
+ "disablePastMessage"?: string;
361
+ /**
362
+ * If `true`, the disabled state will be set.
363
+ */
364
+ "disabled"?: boolean;
365
+ /**
366
+ * The helper text that will be displayed for additional field guidance. This will default to the text "Use format" along with the `dateFormat` value.
367
+ */
368
+ "helperText"?: string;
369
+ /**
370
+ * If `true`, the helper text will be visually hidden, but still read out by screenreaders.
371
+ */
372
+ "hideHelperText": boolean;
373
+ /**
374
+ * If `true`, the label will be visually hidden, but the required label will still be read out by screen readers.
375
+ */
376
+ "hideLabel"?: boolean;
377
+ /**
378
+ * The ID for the input field. The default will be an automatically generated value.
379
+ */
380
+ "inputId"?: string;
381
+ /**
382
+ * The text to display as the validation message when an invalid date is entered.
383
+ */
384
+ "invalidDateMessage"?: string;
385
+ /**
386
+ * The label for the date input.
387
+ */
388
+ "label": string;
389
+ /**
390
+ * The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object. The value of this prop is ignored if `disableFuture` is set to `true`.
391
+ */
392
+ "max"?: string | Date;
393
+ /**
394
+ * The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object. The value of this prop is ignored if `disablePast` is set to `true`.
395
+ */
396
+ "min"?: string | Date;
397
+ /**
398
+ * The name of the control, which is submitted with the form data.
399
+ */
400
+ "name"?: string;
401
+ /**
402
+ * The date visible when the calendar opens. Used if no date is currently selected. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.
403
+ */
404
+ "openAtDate": string | Date;
405
+ /**
406
+ * If `true`, the input will require a value.
407
+ */
408
+ "required"?: boolean;
409
+ /**
410
+ * @deprecated This prop should not be used anymore. If `false` hides the date input control and just displays the calendar.
411
+ */
412
+ "showDateInput"?: boolean;
413
+ /**
414
+ * If `true`, days outside the current month will be visible in the date picker.
415
+ */
416
+ "showDaysOutsideMonth"?: boolean;
417
+ /**
418
+ * If `true`, the `Clear` button on the date picker will be visible.
419
+ */
420
+ "showPickerClearButton"?: boolean;
421
+ /**
422
+ * If `true`, the `Go to today` button on the date picker will be visible.
423
+ */
424
+ "showPickerTodayButton"?: boolean;
425
+ /**
426
+ * The size of the date picker to be displayed.
427
+ */
428
+ "size"?: IcSizes;
429
+ /**
430
+ * The first day of the week. `0` for Sunday, `1` for Monday, etc. Default is Monday.
431
+ */
432
+ "startOfWeek"?: IcWeekDays;
433
+ /**
434
+ * The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.
435
+ */
436
+ "validationStatus"?: IcInformationStatusOrEmpty;
437
+ /**
438
+ * The text to display as the validation message. This will override the built-in date validation.
439
+ */
440
+ "validationText"?: string;
441
+ /**
442
+ * The value of the date picker. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.
443
+ */
444
+ "value"?: string | Date | null | undefined;
157
445
  }
158
- }
159
- declare namespace LocalJSX {
160
- interface IcDataTable {
446
+ interface IcMenuWithMulti {
161
447
  /**
162
- * The title for the table only visible to screen readers.
448
+ * Determines whether options manually set as values (by pressing 'Enter') when they receive focus using keyboard navigation.
163
449
  */
164
- "caption": string;
450
+ "activationType"?: IcActivationTypes;
165
451
  /**
166
- * The column headers for the table.
452
+ * The reference to an anchor element the menu will position itself from when rendered.
167
453
  */
168
- "columns": IcDataTableColumnObject[];
454
+ "anchorEl": HTMLElement;
455
+ "autoFocusOnSelected": boolean;
169
456
  /**
170
- * The row content for the table.
457
+ * If `true`, the menu will close when an option is selected.
171
458
  */
172
- "data"?: { [key: string]: any }[];
459
+ "closeOnSelect": boolean;
173
460
  /**
174
- * Set the density of the table including font and padding.
461
+ * If `true`, the menu will fill the width of the container.
175
462
  */
176
- "density"?: IcDataTableDensityOptions;
463
+ "fullWidth": boolean;
464
+ "handleClickOpen": () => Promise<void>;
177
465
  /**
178
- * Applies a border to the table container.
466
+ * Used alongside activationType If menu is opened via keyboard navigation (i.e. Enter, ArrowUp or ArrowDown), emit optionSelect custom event.
467
+ * @param event - keyboard event
179
468
  */
180
- "embedded"?: boolean;
469
+ "handleKeyboardOpen": (event: KeyboardEvent) => Promise<void>;
470
+ "handleSetFirstOption": () => Promise<void>;
471
+ "initPopperJs": (anchor: HTMLElement) => Promise<void>;
181
472
  /**
182
- * If `true`, column headers will not be visible.
473
+ * The reference to the input element.
183
474
  */
184
- "hideColumnHeaders"?: boolean;
475
+ "inputEl": HTMLElement;
185
476
  /**
186
- * Sets the props for the pagination bar.
477
+ * The label for the input element.
187
478
  */
188
- "paginationOptions"?: {
189
- itemsPerPage?: { label: string; value: string }[];
190
- type?: IcPaginationTypes;
191
- control?: IcPaginationControlTypes;
192
- itemsPerPageControl?: boolean;
193
- goToPageControl?: boolean;
194
- alignment?: IcPaginationAlignmentOptions;
195
- };
479
+ "inputLabel": string;
196
480
  /**
197
- * If `true`, adds a pagination bar to the bottom of the table.
481
+ * The custom name for the label field for IcMenuOption.
198
482
  */
199
- "showPagination"?: boolean;
483
+ "labelField": string;
200
484
  /**
201
- * Sets the order columns will be sorted in and allows for 'default' sorts to be added.
485
+ * The ID of the menu.
202
486
  */
203
- "sortOptions"?: {
204
- sortOrders: IcDataTableSortOrderOptions[];
205
- defaultColumn?: string;
206
- };
487
+ "menuId": string;
207
488
  /**
208
- * If `true`, allows table columns to be sorted using applied sort buttons.
489
+ * If `true`, the menu will be displayed open.
209
490
  */
210
- "sortable"?: boolean;
491
+ "open": boolean;
211
492
  /**
212
- * If `true`, column headers will remain at the top of the table when scrolling vertically.
493
+ * The possible menu selection options.
213
494
  */
214
- "stickyColumnHeaders"?: boolean;
495
+ "options": IcMenuOption[];
496
+ "parentEl"?: HTMLElement;
215
497
  /**
216
- * If `true`, row headers will remain to the left when scrolling horizontally.
498
+ * Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
217
499
  */
218
- "stickyRowHeaders"?: boolean;
500
+ "searchMode"?: IcSearchBarSearchModes;
501
+ "selectOnEnter"?: boolean;
502
+ /**
503
+ * The size of the menu.
504
+ */
505
+ "size"?: IcSizes;
506
+ /**
507
+ * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
508
+ */
509
+ "small"?: boolean;
510
+ /**
511
+ * The value of the currently selected option - or array of values (if multiple options allowed).
512
+ */
513
+ "value": string | string[];
514
+ /**
515
+ * The custom name for the value field for IcMenuOption.
516
+ */
517
+ "valueField": string;
219
518
  }
220
519
  interface IcPaginationBar {
221
520
  /**
@@ -227,44 +526,48 @@ declare namespace LocalJSX {
227
526
  */
228
527
  "appearance"?: IcThemeForeground;
229
528
  /**
230
- * The label which will be used in place of 'items' if paginationType is data. Should be capitalised.
529
+ * The current page number to be displayed on the pagination bar.
530
+ */
531
+ "currentPage"?: number;
532
+ /**
533
+ * If `true`, the 'All' option will be hidden from the 'items per page' select input.
534
+ */
535
+ "hideAllFromItemsPerPage"?: boolean;
536
+ /**
537
+ * If `true`, the number of total items and current item range or number of total pages and current page will be hidden.
538
+ */
539
+ "hideRangeLabel"?: boolean;
540
+ /**
541
+ * The text which will be used in place of 'Item' on the pagination bar.
231
542
  */
232
543
  "itemLabel"?: string;
233
544
  /**
234
- * The options which will be displayed for 'items per page' select input. Set a maximum of 4 options including a required 'All' option with value equal to total number of items.
545
+ * The options which will be displayed for 'items per page' select input.
235
546
  */
236
547
  "itemsPerPageOptions"?: {
237
548
  label: string;
238
549
  value: string;
239
550
  }[];
240
551
  /**
241
- * Emitted when the items per page option is changed.
242
- */
243
- "onIcItemsPerPageChange"?: (event: IcPaginationBarCustomEvent<{ value: number }>) => void;
244
- /**
245
- * Emitted when a page is navigated to via the 'go to' input.
552
+ * The text which will be used in place of 'Page' on the pagination bar.
246
553
  */
247
- "onIcPageChange"?: (event: IcPaginationBarCustomEvent<{ value: number }>) => void;
554
+ "pageLabel"?: string;
248
555
  /**
249
- * The label which will be used in place of 'Page' if paginationType is page. Should be capitalised.
556
+ * Whether total number of items and current item range or total number of pages and current page is displayed.
250
557
  */
251
- "pageLabel"?: string;
558
+ "rangeLabelType"?: IcPaginationLabelTypes;
252
559
  /**
253
- * Whether the displayed pagination is simple or complex.
560
+ * The items per page option to be selected.
254
561
  */
255
- "paginationControl"?: IcPaginationControlTypes;
562
+ "selectedItemsPerPage"?: number;
256
563
  /**
257
- * Whether total number of items and current item range or total number of pages and current page is displayed.
564
+ * If `true`, the pagination bar is set to the first page when the 'items per page' changes
258
565
  */
259
- "paginationType"?: IcPaginationTypes;
566
+ "setToFirstPageOnPaginationChange"?: boolean;
260
567
  /**
261
568
  * If `true`, the 'go to page' control should be displayed.
262
569
  */
263
570
  "showGoToPageControl"?: boolean;
264
- /**
265
- * If `true`, the number of total items and current item range or number of total pages and current page should be displayed.
266
- */
267
- "showItemsPerPage"?: boolean;
268
571
  /**
269
572
  * If `true`, the select input to control 'items per page' should be displayed.
270
573
  */
@@ -273,18 +576,1299 @@ declare namespace LocalJSX {
273
576
  * Total number of items to be displayed across all pages.
274
577
  */
275
578
  "totalItems": number;
579
+ /**
580
+ * Whether the displayed pagination is simple or complex.
581
+ */
582
+ "type"?: IcPaginationTypes;
583
+ }
584
+ interface IcSelectWithMulti {
585
+ /**
586
+ * **[DEPRECATED]** This prop should not be used anymore.
587
+ */
588
+ "charactersUntilSuggestions"?: number;
589
+ /**
590
+ * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
591
+ */
592
+ "debounce"?: number;
593
+ /**
594
+ * If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
595
+ */
596
+ "disableFilter"?: boolean;
597
+ /**
598
+ * If `true`, the disabled state will be set.
599
+ */
600
+ "disabled"?: boolean;
601
+ /**
602
+ * The text displayed when there are no options in the option list.
603
+ */
604
+ "emptyOptionListText": string;
605
+ /**
606
+ * The <form> element to associate the select with.
607
+ */
608
+ "form"?: string;
609
+ /**
610
+ * The URL that processes the information submitted by the select. It overrides the action attribute of the select's form owner. Does nothing if there is no form owner. This prop should only be used with searchable select and will only be applied if searchable is true.
611
+ */
612
+ "formaction"?: string;
613
+ /**
614
+ * The way the submitted form data is encoded. This prop should only be used with searchable select and will only be applied if searchable is true.
615
+ */
616
+ "formenctype"?: string;
617
+ /**
618
+ * The HTTP method used to submit the form. This prop should only be used with searchable select and will only be applied if searchable is true.
619
+ */
620
+ "formmethod"?: string;
621
+ /**
622
+ * If `true`, the form will not be validated when submitted. This prop should only be used with searchable select and will only be applied if searchable is true.
623
+ */
624
+ "formnovalidate"?: boolean;
625
+ /**
626
+ * The place to display the response from submitting the form. It overrides the target attribute of the select's form owner. This prop should only be used with searchable select and will only be applied if searchable is true.
627
+ */
628
+ "formtarget"?: string;
629
+ /**
630
+ * If `true`, the select element will fill the width of the container. This prop should only be used with searchable select and will only be applied if searchable is true.
631
+ */
632
+ "fullWidth": boolean;
633
+ /**
634
+ * The helper text that will be displayed for additional field guidance.
635
+ */
636
+ "helperText"?: string;
637
+ /**
638
+ * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
639
+ */
640
+ "hideLabel"?: boolean;
641
+ /**
642
+ * If `true`, descriptions of options will be included when filtering options in a searchable select. Only applies to built in filtering.
643
+ */
644
+ "includeDescriptionsInSearch"?: boolean;
645
+ /**
646
+ * If `true`, group titles of grouped options will be included when filtering options in a searchable select. Only applies to built in filtering.
647
+ */
648
+ "includeGroupTitlesInSearch"?: boolean;
649
+ /**
650
+ * The label for the select.
651
+ */
652
+ "label": string;
653
+ /**
654
+ * If `true`, the loading state will be triggered when fetching options asynchronously.
655
+ */
656
+ "loading"?: boolean;
657
+ /**
658
+ * The message displayed when external loading times out.
659
+ */
660
+ "loadingErrorLabel"?: string;
661
+ /**
662
+ * The message displayed whilst the options are being loaded externally.
663
+ */
664
+ "loadingLabel"?: string;
665
+ /**
666
+ * If `true`, multiple options can be selected.
667
+ */
668
+ "multiple"?: boolean;
669
+ /**
670
+ * The name of the control, which is submitted with the form data.
671
+ */
672
+ "name"?: string;
673
+ /**
674
+ * The possible selection options.
675
+ */
676
+ "options"?: IcMenuOption[];
677
+ /**
678
+ * The placeholder value to be displayed.
679
+ */
680
+ "placeholder"?: string;
681
+ /**
682
+ * If `true`, the readonly state will be set.
683
+ */
684
+ "readonly"?: boolean;
685
+ /**
686
+ * If `true`, the select will require a value.
687
+ */
688
+ "required"?: boolean;
689
+ /**
690
+ * Whether the search string of the searchable select should match the start of or anywhere in the options. Only applies to built in filtering.
691
+ */
692
+ "searchMatchPosition"?: IcSearchMatchPositions;
693
+ /**
694
+ * If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.
695
+ */
696
+ "searchable"?: boolean;
697
+ /**
698
+ * If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.
699
+ */
700
+ "selectOnEnter"?: boolean;
701
+ /**
702
+ * Sets focus on the input box.
703
+ */
704
+ "setFocus": () => Promise<void>;
705
+ /**
706
+ * If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.
707
+ */
708
+ "showClearButton"?: boolean;
709
+ /**
710
+ * The size of the select.
711
+ */
712
+ "size"?: IcSizes;
713
+ /**
714
+ * **[DEPRECATED]** This prop should not be used anymore. Set prop `size` to "small" instead.
715
+ */
716
+ "small"?: boolean;
717
+ /**
718
+ * If using external filtering, set a timeout for when loading takes too long.
719
+ */
720
+ "timeout"?: number;
721
+ /**
722
+ * The validation status - e.g. 'error' | 'warning' | 'success'.
723
+ */
724
+ "validationStatus"?: IcInformationStatusOrEmpty;
725
+ /**
726
+ * The text to display as the validation message.
727
+ */
728
+ "validationText"?: string;
729
+ /**
730
+ * The value of the select, reflected by the value of the currently selected option. For the searchable variant, the value is also reflected by the user input. For the multi-select variant, the value must be an array of option values.
731
+ */
732
+ "value"?: string | string[];
733
+ }
734
+ interface IcTreeItem {
735
+ "appearance"?: IcThemeForegroundNoDefault1;
736
+ /**
737
+ * If `true`, the tree item appears in the disabled state.
738
+ */
739
+ "disabled"?: boolean;
740
+ /**
741
+ * If `true`, the tree item appears in the expanded state.
742
+ */
743
+ "expanded": boolean;
744
+ "hasParentExpanded": boolean;
745
+ /**
746
+ * The URL that the tree item link points to. If set, the tree item will render as an "a" tag, otherwise it will render as a div.
747
+ */
748
+ "href"?: string | undefined;
749
+ /**
750
+ * The human language of the linked URL.
751
+ */
752
+ "hreflang"?: string;
753
+ "isParent": boolean;
754
+ /**
755
+ * The label of the tree item.
756
+ */
757
+ "label": string;
758
+ /**
759
+ * How much of the referrer to send when following the link.
760
+ */
761
+ "referrerpolicy"?: ReferrerPolicy;
762
+ /**
763
+ * The relationship of the linked URL as space-separated link types.
764
+ */
765
+ "rel"?: string;
766
+ /**
767
+ * If `true`, the tree item appears in the selected state.
768
+ */
769
+ "selected": boolean;
770
+ /**
771
+ * Sets focus on the native `input`.
772
+ */
773
+ "setFocus": () => Promise<void>;
774
+ "size"?: IcSizes;
775
+ /**
776
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
777
+ */
778
+ "target"?: string;
779
+ /**
780
+ * If `true`, the tree item label will be truncated instead of text wrapping.
781
+ */
782
+ "truncateTreeItem"?: boolean;
783
+ "updateAriaLabel": () => Promise<void>;
784
+ }
785
+ interface IcTreeView {
786
+ /**
787
+ * The appearance of the tree view, e.g. dark, or light.
788
+ */
789
+ "appearance"?: IcThemeForegroundNoDefault1;
790
+ /**
791
+ * The heading of the tree view.
792
+ */
793
+ "heading"?: string;
794
+ /**
795
+ * The size of the tree view.
796
+ */
797
+ "size"?: IcSizes;
798
+ /**
799
+ * If `true`, the tree view heading will be truncated instead of text wrapping.
800
+ */
801
+ "truncateHeading"?: boolean;
802
+ /**
803
+ * If `true`, tree items will be truncated, unless they are individually overridden.
804
+ */
805
+ "truncateTreeItems"?: boolean;
806
+ }
807
+ }
808
+ export interface IcDataTableCustomEvent<T> extends CustomEvent<T> {
809
+ detail: T;
810
+ target: HTMLIcDataTableElement;
811
+ }
812
+ export interface IcDataTableTitleBarCustomEvent<T> extends CustomEvent<T> {
813
+ detail: T;
814
+ target: HTMLIcDataTableTitleBarElement;
815
+ }
816
+ export interface IcDateInputCustomEvent<T> extends CustomEvent<T> {
817
+ detail: T;
818
+ target: HTMLIcDateInputElement;
819
+ }
820
+ export interface IcDatePickerCustomEvent<T> extends CustomEvent<T> {
821
+ detail: T;
822
+ target: HTMLIcDatePickerElement;
823
+ }
824
+ export interface IcMenuWithMultiCustomEvent<T> extends CustomEvent<T> {
825
+ detail: T;
826
+ target: HTMLIcMenuWithMultiElement;
827
+ }
828
+ export interface IcPaginationBarCustomEvent<T> extends CustomEvent<T> {
829
+ detail: T;
830
+ target: HTMLIcPaginationBarElement;
831
+ }
832
+ export interface IcSelectWithMultiCustomEvent<T> extends CustomEvent<T> {
833
+ detail: T;
834
+ target: HTMLIcSelectWithMultiElement;
835
+ }
836
+ export interface IcTreeItemCustomEvent<T> extends CustomEvent<T> {
837
+ detail: T;
838
+ target: HTMLIcTreeItemElement;
839
+ }
840
+ declare global {
841
+ interface HTMLIcCardHorizontalElement extends Components.IcCardHorizontal, HTMLStencilElement {
842
+ }
843
+ var HTMLIcCardHorizontalElement: {
844
+ prototype: HTMLIcCardHorizontalElement;
845
+ new (): HTMLIcCardHorizontalElement;
846
+ };
847
+ interface HTMLIcDataTableElementEventMap {
848
+ "icRowHeightChange": void;
849
+ "icSelectedRowChange": object;
850
+ "icSortChange": IcSortEventDetail;
851
+ }
852
+ interface HTMLIcDataTableElement extends Components.IcDataTable, HTMLStencilElement {
853
+ addEventListener<K extends keyof HTMLIcDataTableElementEventMap>(type: K, listener: (this: HTMLIcDataTableElement, ev: IcDataTableCustomEvent<HTMLIcDataTableElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
854
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
855
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
856
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
857
+ removeEventListener<K extends keyof HTMLIcDataTableElementEventMap>(type: K, listener: (this: HTMLIcDataTableElement, ev: IcDataTableCustomEvent<HTMLIcDataTableElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
858
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
859
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
860
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
861
+ }
862
+ var HTMLIcDataTableElement: {
863
+ prototype: HTMLIcDataTableElement;
864
+ new (): HTMLIcDataTableElement;
865
+ };
866
+ interface HTMLIcDataTableTitleBarElementEventMap {
867
+ "icTableDensityUpdate": IcDensityUpdateEventDetail;
868
+ }
869
+ interface HTMLIcDataTableTitleBarElement extends Components.IcDataTableTitleBar, HTMLStencilElement {
870
+ addEventListener<K extends keyof HTMLIcDataTableTitleBarElementEventMap>(type: K, listener: (this: HTMLIcDataTableTitleBarElement, ev: IcDataTableTitleBarCustomEvent<HTMLIcDataTableTitleBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
871
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
872
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
873
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
874
+ removeEventListener<K extends keyof HTMLIcDataTableTitleBarElementEventMap>(type: K, listener: (this: HTMLIcDataTableTitleBarElement, ev: IcDataTableTitleBarCustomEvent<HTMLIcDataTableTitleBarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
875
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
876
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
877
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
878
+ }
879
+ var HTMLIcDataTableTitleBarElement: {
880
+ prototype: HTMLIcDataTableTitleBarElement;
881
+ new (): HTMLIcDataTableTitleBarElement;
882
+ };
883
+ interface HTMLIcDateInputElementEventMap {
884
+ "calendarButtonClicked": { value: Date };
885
+ "icBlur": { value: Date };
886
+ "icChange": { value: Date };
887
+ "icFocus": { value: Date };
888
+ }
889
+ interface HTMLIcDateInputElement extends Components.IcDateInput, HTMLStencilElement {
890
+ addEventListener<K extends keyof HTMLIcDateInputElementEventMap>(type: K, listener: (this: HTMLIcDateInputElement, ev: IcDateInputCustomEvent<HTMLIcDateInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
891
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
892
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
893
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
894
+ removeEventListener<K extends keyof HTMLIcDateInputElementEventMap>(type: K, listener: (this: HTMLIcDateInputElement, ev: IcDateInputCustomEvent<HTMLIcDateInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
895
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
896
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
897
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
898
+ }
899
+ var HTMLIcDateInputElement: {
900
+ prototype: HTMLIcDateInputElement;
901
+ new (): HTMLIcDateInputElement;
902
+ };
903
+ interface HTMLIcDatePickerElementEventMap {
904
+ "icChange": { value: Date };
905
+ "icSelectedDateChange": { value: Date };
906
+ }
907
+ interface HTMLIcDatePickerElement extends Components.IcDatePicker, HTMLStencilElement {
908
+ addEventListener<K extends keyof HTMLIcDatePickerElementEventMap>(type: K, listener: (this: HTMLIcDatePickerElement, ev: IcDatePickerCustomEvent<HTMLIcDatePickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
909
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
910
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
911
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
912
+ removeEventListener<K extends keyof HTMLIcDatePickerElementEventMap>(type: K, listener: (this: HTMLIcDatePickerElement, ev: IcDatePickerCustomEvent<HTMLIcDatePickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
913
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
914
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
915
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
916
+ }
917
+ var HTMLIcDatePickerElement: {
918
+ prototype: HTMLIcDatePickerElement;
919
+ new (): HTMLIcDatePickerElement;
920
+ };
921
+ interface HTMLIcMenuWithMultiElementEventMap {
922
+ "menuKeyPress": { isNavKey: boolean; key: string };
923
+ "menuOptionId": IcMenuOptionIdEventDetail;
924
+ "menuOptionSelect": IcOptionSelectEventDetail;
925
+ "menuOptionSelectAll": { select: boolean };
926
+ "menuStateChange": IcMenuChangeEventDetail;
927
+ "retryButtonClicked": IcValueEventDetail;
928
+ "timeoutBlur": { ev: FocusEvent };
929
+ "ungroupedOptionsSet": { options: IcMenuOption[] };
930
+ }
931
+ interface HTMLIcMenuWithMultiElement extends Components.IcMenuWithMulti, HTMLStencilElement {
932
+ addEventListener<K extends keyof HTMLIcMenuWithMultiElementEventMap>(type: K, listener: (this: HTMLIcMenuWithMultiElement, ev: IcMenuWithMultiCustomEvent<HTMLIcMenuWithMultiElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
933
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
934
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
935
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
936
+ removeEventListener<K extends keyof HTMLIcMenuWithMultiElementEventMap>(type: K, listener: (this: HTMLIcMenuWithMultiElement, ev: IcMenuWithMultiCustomEvent<HTMLIcMenuWithMultiElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
937
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
938
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
939
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
940
+ }
941
+ var HTMLIcMenuWithMultiElement: {
942
+ prototype: HTMLIcMenuWithMultiElement;
943
+ new (): HTMLIcMenuWithMultiElement;
944
+ };
945
+ interface HTMLIcPaginationBarElementEventMap {
946
+ "icPageChange": IcPageChangeEventDetail;
947
+ "icItemsPerPageChange": { value: number };
948
+ }
949
+ interface HTMLIcPaginationBarElement extends Components.IcPaginationBar, HTMLStencilElement {
950
+ addEventListener<K extends keyof HTMLIcPaginationBarElementEventMap>(type: K, listener: (this: HTMLIcPaginationBarElement, ev: IcPaginationBarCustomEvent<HTMLIcPaginationBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
951
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
952
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
953
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
954
+ removeEventListener<K extends keyof HTMLIcPaginationBarElementEventMap>(type: K, listener: (this: HTMLIcPaginationBarElement, ev: IcPaginationBarCustomEvent<HTMLIcPaginationBarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
955
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
956
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
957
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
958
+ }
959
+ var HTMLIcPaginationBarElement: {
960
+ prototype: HTMLIcPaginationBarElement;
961
+ new (): HTMLIcPaginationBarElement;
962
+ };
963
+ interface HTMLIcSelectWithMultiElementEventMap {
964
+ "icBlur": void;
965
+ "icChange": IcValueEventDetail;
966
+ "icClear": void;
967
+ "icFocus": void;
968
+ "icInput": IcValueEventDetail;
969
+ "icOptionSelect": IcOptionSelectEventDetail;
970
+ "icOptionDeselect": IcOptionSelectEventDetail;
971
+ "icRetryLoad": IcValueEventDetail;
972
+ }
973
+ interface HTMLIcSelectWithMultiElement extends Components.IcSelectWithMulti, HTMLStencilElement {
974
+ addEventListener<K extends keyof HTMLIcSelectWithMultiElementEventMap>(type: K, listener: (this: HTMLIcSelectWithMultiElement, ev: IcSelectWithMultiCustomEvent<HTMLIcSelectWithMultiElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
975
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
976
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
977
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
978
+ removeEventListener<K extends keyof HTMLIcSelectWithMultiElementEventMap>(type: K, listener: (this: HTMLIcSelectWithMultiElement, ev: IcSelectWithMultiCustomEvent<HTMLIcSelectWithMultiElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
979
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
980
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
981
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
982
+ }
983
+ var HTMLIcSelectWithMultiElement: {
984
+ prototype: HTMLIcSelectWithMultiElement;
985
+ new (): HTMLIcSelectWithMultiElement;
986
+ };
987
+ interface HTMLIcTreeItemElementEventMap {
988
+ "icTreeItemSelected": { id: string };
989
+ }
990
+ interface HTMLIcTreeItemElement extends Components.IcTreeItem, HTMLStencilElement {
991
+ addEventListener<K extends keyof HTMLIcTreeItemElementEventMap>(type: K, listener: (this: HTMLIcTreeItemElement, ev: IcTreeItemCustomEvent<HTMLIcTreeItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
992
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
993
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
994
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
995
+ removeEventListener<K extends keyof HTMLIcTreeItemElementEventMap>(type: K, listener: (this: HTMLIcTreeItemElement, ev: IcTreeItemCustomEvent<HTMLIcTreeItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
996
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
997
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
998
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
999
+ }
1000
+ var HTMLIcTreeItemElement: {
1001
+ prototype: HTMLIcTreeItemElement;
1002
+ new (): HTMLIcTreeItemElement;
1003
+ };
1004
+ interface HTMLIcTreeViewElement extends Components.IcTreeView, HTMLStencilElement {
1005
+ }
1006
+ var HTMLIcTreeViewElement: {
1007
+ prototype: HTMLIcTreeViewElement;
1008
+ new (): HTMLIcTreeViewElement;
1009
+ };
1010
+ interface HTMLElementTagNameMap {
1011
+ "ic-card-horizontal": HTMLIcCardHorizontalElement;
1012
+ "ic-data-table": HTMLIcDataTableElement;
1013
+ "ic-data-table-title-bar": HTMLIcDataTableTitleBarElement;
1014
+ "ic-date-input": HTMLIcDateInputElement;
1015
+ "ic-date-picker": HTMLIcDatePickerElement;
1016
+ "ic-menu-with-multi": HTMLIcMenuWithMultiElement;
1017
+ "ic-pagination-bar": HTMLIcPaginationBarElement;
1018
+ "ic-select-with-multi": HTMLIcSelectWithMultiElement;
1019
+ "ic-tree-item": HTMLIcTreeItemElement;
1020
+ "ic-tree-view": HTMLIcTreeViewElement;
1021
+ }
1022
+ }
1023
+ declare namespace LocalJSX {
1024
+ interface IcCardHorizontal {
1025
+ /**
1026
+ * If `true`, the horizontal card will be a clickable variant, instead of static.
1027
+ */
1028
+ "clickable"?: boolean;
1029
+ /**
1030
+ * If `true`, the horizontal card will be disabled if it is clickable.
1031
+ */
1032
+ "disabled"?: boolean;
1033
+ /**
1034
+ * The heading for the horizontal card. This is required, unless a slotted heading is used.
1035
+ */
1036
+ "heading"?: string;
1037
+ /**
1038
+ * The URL that the clickable horizontal card link points to. If set, the clickable horizontal card will render as an "a" tag, otherwise it will render as a button.
1039
+ */
1040
+ "href"?: string | undefined;
1041
+ /**
1042
+ * The human language of the linked URL.
1043
+ */
1044
+ "hreflang"?: string;
1045
+ /**
1046
+ * The main body message of the horizontal card.
1047
+ */
1048
+ "message"?: string;
1049
+ /**
1050
+ * How much of the referrer to send when following the link.
1051
+ */
1052
+ "referrerpolicy"?: ReferrerPolicy;
1053
+ /**
1054
+ * The relationship of the linked URL as space-separated link types.
1055
+ */
1056
+ "rel"?: string;
1057
+ /**
1058
+ * The size of the horizontal card.
1059
+ */
1060
+ "size"?: IcCardSizes;
1061
+ /**
1062
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
1063
+ */
1064
+ "target"?: string;
1065
+ }
1066
+ interface IcDataTable {
1067
+ /**
1068
+ * The title for the table only visible to screen readers.
1069
+ */
1070
+ "caption": string;
1071
+ /**
1072
+ * Determines whether the column header should be truncated and display a tooltip. Default is `false`.
1073
+ */
1074
+ "columnHeaderTruncation"?: boolean;
1075
+ /**
1076
+ * The column headers for the table.
1077
+ */
1078
+ "columns": IcDataTableColumnObject[];
1079
+ /**
1080
+ * The row content for the table.
1081
+ */
1082
+ "data"?: IcDataTableDataType[];
1083
+ /**
1084
+ * Set the density of the table including font and padding.
1085
+ */
1086
+ "density"?: IcDataTableDensityOptions;
1087
+ /**
1088
+ * If `true`, the built in sort functionality will be disabled. For example, if rows will already be sorted from an external source.
1089
+ */
1090
+ "disableAutoSort"?: boolean;
1091
+ /**
1092
+ * Applies a border to the table container.
1093
+ */
1094
+ "embedded"?: boolean;
1095
+ /**
1096
+ * Sets the row height on all rows in the table that aren't set using the `variableRowHeight` method.
1097
+ */
1098
+ "globalRowHeight"?: IcDataTableRowHeights;
1099
+ /**
1100
+ * Sets the table height. Can be set to `auto` or a specific value in `px`, `rem`, or `%`.
1101
+ */
1102
+ "height"?: string;
1103
+ /**
1104
+ * If `true`, column headers will not be visible.
1105
+ */
1106
+ "hideColumnHeaders"?: boolean;
1107
+ /**
1108
+ * If `true`, the selected row is highlighted using a background colour.
1109
+ */
1110
+ "highlightSelectedRow"?: boolean;
1111
+ /**
1112
+ * When set to `true`, the full table will show a loading state, featuring a radial indicator.
1113
+ */
1114
+ "loading"?: boolean;
1115
+ /**
1116
+ * Sets the props for the circular loading indicator used in the loading state.
1117
+ */
1118
+ "loadingOptions"?: {
1119
+ appearance?: IcThemeForegroundNoDefault;
1120
+ description?: string;
1121
+ label?: string;
1122
+ labelDuration?: number;
1123
+ max?: number;
1124
+ min?: number;
1125
+ progress?: number;
1126
+ showBackground?: boolean;
1127
+ overlay?: boolean;
1128
+ };
1129
+ /**
1130
+ * Sets the maximum width of the data table. Can be set in `px`, `rem`, or `%`.
1131
+ */
1132
+ "maxWidth"?: string;
1133
+ /**
1134
+ * Sets the minimum width of the data table. Can be set in `px`, `rem`, or `%`.
1135
+ */
1136
+ "minWidth"?: string;
1137
+ /**
1138
+ * The minimum amount of time the `loading` state displays for before showing the data. Used to prevent flashing in the component.
1139
+ */
1140
+ "minimumLoadingDisplayDuration"?: number;
1141
+ /**
1142
+ * Emitted when the `globalRowHeight` or `variableRowHeight` properties change in the data table.
1143
+ */
1144
+ "onIcRowHeightChange"?: (event: IcDataTableCustomEvent<void>) => void;
1145
+ /**
1146
+ * Emitted when the selected row changes in the data table.
1147
+ */
1148
+ "onIcSelectedRowChange"?: (event: IcDataTableCustomEvent<object>) => void;
1149
+ /**
1150
+ * Emitted when a column sort button is clicked.
1151
+ */
1152
+ "onIcSortChange"?: (event: IcDataTableCustomEvent<IcSortEventDetail>) => void;
1153
+ /**
1154
+ * Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.
1155
+ */
1156
+ "paginationBarOptions"?: IcPaginationBarOptions;
1157
+ /**
1158
+ * If `true`, adds a pagination bar to the bottom of the table.
1159
+ */
1160
+ "showPagination"?: boolean;
1161
+ /**
1162
+ * Sets the order columns will be sorted in and allows for 'default' sorts to be added.
1163
+ */
1164
+ "sortOptions"?: {
1165
+ sortOrders: IcDataTableSortOrderOptions[];
1166
+ defaultColumn?: string;
1167
+ };
1168
+ /**
1169
+ * If `true`, allows table columns to be sorted using applied sort buttons.
1170
+ */
1171
+ "sortable"?: boolean;
1172
+ /**
1173
+ * If `true`, column headers will remain at the top of the table when scrolling vertically.
1174
+ */
1175
+ "stickyColumnHeaders"?: boolean;
1176
+ /**
1177
+ * If `true`, row headers will remain to the left when scrolling horizontally.
1178
+ */
1179
+ "stickyRowHeaders"?: boolean;
1180
+ /**
1181
+ * Sets the layout of the table
1182
+ */
1183
+ "tableLayout"?: "fixed" | "auto";
1184
+ /**
1185
+ * Sets the method used to truncate long text in cells where textWrap is `false`. The `tooltip` truncation pattern allows the overflowing text to be seen in a tooltip. The `show-hide` truncation pattern allows the overflowing text to be shown and hidden using the ic-typography "See more"/"See less" buttons.
1186
+ */
1187
+ "truncationPattern"?: IcDataTableTruncationTypes;
1188
+ /**
1189
+ * If `true`, the table displays a linear loading indicator below the header row to indicate an updating state.
1190
+ */
1191
+ "updating"?: boolean;
1192
+ /**
1193
+ * Sets the props for the linear loading indicator used in the updating state.
1194
+ */
1195
+ "updatingOptions"?: {
1196
+ appearance?: IcThemeForegroundNoDefault;
1197
+ description?: string;
1198
+ max?: number;
1199
+ min?: number;
1200
+ progress?: number;
1201
+ };
1202
+ /**
1203
+ * Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index. If the function returns `null`, that row's height will be set to the `globalRowHeight` property.
1204
+ */
1205
+ "variableRowHeight"?: (params: {
1206
+ [key: string]: any;
1207
+ index: number;
1208
+ }) => IcDataTableRowHeights | null;
1209
+ /**
1210
+ * Sets the table width. Can be set to `auto` or a specific value in `px`, `rem`, or `%`.
1211
+ */
1212
+ "width"?: string;
1213
+ }
1214
+ interface IcDataTableTitleBar {
1215
+ /**
1216
+ * The description that is displayed below the `heading` and `metadata`. Can be overridden with the `description` slot.
1217
+ */
1218
+ "description"?: string;
1219
+ /**
1220
+ * The heading of the title bar. Can be overridden with the `heading` slot. If used with an `ic-data-table` it will default to the table's `caption` unless overridden.
1221
+ */
1222
+ "heading"?: string;
1223
+ /**
1224
+ * When `true`, the density select will not be rendered.
1225
+ */
1226
+ "hideDensitySelect"?: boolean;
1227
+ /**
1228
+ * The metadata displayed next to the `heading`.
1229
+ */
1230
+ "metadata"?: string;
1231
+ /**
1232
+ * Emitted when the table density select value is changed.
1233
+ */
1234
+ "onIcTableDensityUpdate"?: (event: IcDataTableTitleBarCustomEvent<IcDensityUpdateEventDetail>) => void;
1235
+ }
1236
+ interface IcDateInput {
1237
+ /**
1238
+ * The format in which the date will be displayed.
1239
+ */
1240
+ "dateFormat"?: IcDateFormat;
1241
+ /**
1242
+ * The days of the week to disable.
1243
+ */
1244
+ "disableDays"?: IcWeekDays[];
1245
+ /**
1246
+ * The text to display as the validation message when `disableDays` is set and a disabled date is entered.
1247
+ */
1248
+ "disableDaysMessage"?: string;
1249
+ /**
1250
+ * If `true`, dates in the future are not allowed. A validation message will appear if a date in the future is entered.
1251
+ */
1252
+ "disableFuture"?: boolean;
1253
+ /**
1254
+ * The text to display as the validation message when `disableFuture` is true and a date in the future is entered.
1255
+ */
1256
+ "disableFutureMessage"?: string;
1257
+ /**
1258
+ * If `true`, dates in the past are not allowed. A validation message will appear if a date in the past is entered.
1259
+ */
1260
+ "disablePast"?: boolean;
1261
+ /**
1262
+ * The text to display as the validation message when `disablePast` is true and a date in the past is entered.
1263
+ */
1264
+ "disablePastMessage"?: string;
1265
+ /**
1266
+ * If `true`, the disabled state will be set.
1267
+ */
1268
+ "disabled"?: boolean;
1269
+ /**
1270
+ * The helper text that will be displayed for additional field guidance. This will default to the text "Use format" along with the `dateFormat` value.
1271
+ */
1272
+ "helperText"?: string;
1273
+ /**
1274
+ * If `true`, the helper text will be visually hidden, but still read out by screenreaders.
1275
+ */
1276
+ "hideHelperText"?: boolean;
1277
+ /**
1278
+ * If `true`, the label will be visually hidden, but will still be read out by screen readers.
1279
+ */
1280
+ "hideLabel"?: boolean;
1281
+ /**
1282
+ * The ID for the input.
1283
+ */
1284
+ "inputId"?: string;
1285
+ /**
1286
+ * The text to display as the validation message when an invalid date is entered.
1287
+ */
1288
+ "invalidDateMessage"?: string;
1289
+ /**
1290
+ * The label for the date input.
1291
+ */
1292
+ "label": string;
1293
+ /**
1294
+ * The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object. The value of this prop is ignored if `disableFuture` is set to `true`.
1295
+ */
1296
+ "max"?: string | Date;
1297
+ /**
1298
+ * The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object. The value of this prop is ignored if `disablePast` is set to `true`.
1299
+ */
1300
+ "min"?: string | Date;
1301
+ /**
1302
+ * The name of the control, which is submitted with the form data.
1303
+ */
1304
+ "name"?: string;
1305
+ /**
1306
+ * Emitted when the input loses focus.
1307
+ */
1308
+ "onIcBlur"?: (event: IcDateInputCustomEvent<{ value: Date }>) => void;
1309
+ /**
1310
+ * Emitted when the value has changed.
1311
+ */
1312
+ "onIcChange"?: (event: IcDateInputCustomEvent<{ value: Date }>) => void;
1313
+ /**
1314
+ * Emitted when the input gains focus.
1315
+ */
1316
+ "onIcFocus"?: (event: IcDateInputCustomEvent<{ value: Date }>) => void;
1317
+ /**
1318
+ * If `true`, the input will require a value.
1319
+ */
1320
+ "required"?: boolean;
1321
+ /**
1322
+ * If `true`, a button which clears the date input when clicked will be displayed.
1323
+ */
1324
+ "showClearButton"?: boolean;
1325
+ /**
1326
+ * The size of the date input to be displayed.
1327
+ */
1328
+ "size"?: IcSizes;
1329
+ /**
1330
+ * The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.
1331
+ */
1332
+ "validationStatus"?: IcInformationStatusOrEmpty;
1333
+ /**
1334
+ * The text to display as the validation message. This will override the built-in date validation.
1335
+ */
1336
+ "validationText"?: string;
1337
+ /**
1338
+ * The value of the date input. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.
1339
+ */
1340
+ "value"?: string | Date | null | undefined;
1341
+ }
1342
+ interface IcDatePicker {
1343
+ /**
1344
+ * The format in which the date will be displayed.
1345
+ */
1346
+ "dateFormat"?: IcDateFormat;
1347
+ /**
1348
+ * The days of the week to disable.
1349
+ */
1350
+ "disableDays"?: IcWeekDays[];
1351
+ /**
1352
+ * The text to display as the validation message when `disableDays` is `true` and a disabled date is entered.
1353
+ */
1354
+ "disableDaysMessage"?: string;
1355
+ /**
1356
+ * If `true`, dates in the future are not allowed. A validation message will appear if a date in the future is entered.
1357
+ */
1358
+ "disableFuture"?: boolean;
1359
+ /**
1360
+ * The text to display as the validation message when `disableFuture` is `true` and a date in the future is entered.
1361
+ */
1362
+ "disableFutureMessage"?: string;
1363
+ /**
1364
+ * If `true`, dates in the past are not allowed. A validation message will appear if a date in the past is entered.
1365
+ */
1366
+ "disablePast"?: boolean;
1367
+ /**
1368
+ * The text to display as the validation message when `disablePast` is `true` and a date in the past is entered.
1369
+ */
1370
+ "disablePastMessage"?: string;
1371
+ /**
1372
+ * If `true`, the disabled state will be set.
1373
+ */
1374
+ "disabled"?: boolean;
1375
+ /**
1376
+ * The helper text that will be displayed for additional field guidance. This will default to the text "Use format" along with the `dateFormat` value.
1377
+ */
1378
+ "helperText"?: string;
1379
+ /**
1380
+ * If `true`, the helper text will be visually hidden, but still read out by screenreaders.
1381
+ */
1382
+ "hideHelperText"?: boolean;
1383
+ /**
1384
+ * If `true`, the label will be visually hidden, but the required label will still be read out by screen readers.
1385
+ */
1386
+ "hideLabel"?: boolean;
1387
+ /**
1388
+ * The ID for the input field. The default will be an automatically generated value.
1389
+ */
1390
+ "inputId"?: string;
1391
+ /**
1392
+ * The text to display as the validation message when an invalid date is entered.
1393
+ */
1394
+ "invalidDateMessage"?: string;
1395
+ /**
1396
+ * The label for the date input.
1397
+ */
1398
+ "label": string;
1399
+ /**
1400
+ * The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object. The value of this prop is ignored if `disableFuture` is set to `true`.
1401
+ */
1402
+ "max"?: string | Date;
1403
+ /**
1404
+ * The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object. The value of this prop is ignored if `disablePast` is set to `true`.
1405
+ */
1406
+ "min"?: string | Date;
1407
+ /**
1408
+ * The name of the control, which is submitted with the form data.
1409
+ */
1410
+ "name"?: string;
1411
+ /**
1412
+ * Emitted when the value has changed.
1413
+ */
1414
+ "onIcChange"?: (event: IcDatePickerCustomEvent<{ value: Date }>) => void;
1415
+ /**
1416
+ * Emitted when the selected date has changed.
1417
+ */
1418
+ "onIcSelectedDateChange"?: (event: IcDatePickerCustomEvent<{ value: Date }>) => void;
1419
+ /**
1420
+ * The date visible when the calendar opens. Used if no date is currently selected. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.
1421
+ */
1422
+ "openAtDate"?: string | Date;
1423
+ /**
1424
+ * If `true`, the input will require a value.
1425
+ */
1426
+ "required"?: boolean;
1427
+ /**
1428
+ * @deprecated This prop should not be used anymore. If `false` hides the date input control and just displays the calendar.
1429
+ */
1430
+ "showDateInput"?: boolean;
1431
+ /**
1432
+ * If `true`, days outside the current month will be visible in the date picker.
1433
+ */
1434
+ "showDaysOutsideMonth"?: boolean;
1435
+ /**
1436
+ * If `true`, the `Clear` button on the date picker will be visible.
1437
+ */
1438
+ "showPickerClearButton"?: boolean;
1439
+ /**
1440
+ * If `true`, the `Go to today` button on the date picker will be visible.
1441
+ */
1442
+ "showPickerTodayButton"?: boolean;
1443
+ /**
1444
+ * The size of the date picker to be displayed.
1445
+ */
1446
+ "size"?: IcSizes;
1447
+ /**
1448
+ * The first day of the week. `0` for Sunday, `1` for Monday, etc. Default is Monday.
1449
+ */
1450
+ "startOfWeek"?: IcWeekDays;
1451
+ /**
1452
+ * The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.
1453
+ */
1454
+ "validationStatus"?: IcInformationStatusOrEmpty;
1455
+ /**
1456
+ * The text to display as the validation message. This will override the built-in date validation.
1457
+ */
1458
+ "validationText"?: string;
1459
+ /**
1460
+ * The value of the date picker. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.
1461
+ */
1462
+ "value"?: string | Date | null | undefined;
1463
+ }
1464
+ interface IcMenuWithMulti {
1465
+ /**
1466
+ * Determines whether options manually set as values (by pressing 'Enter') when they receive focus using keyboard navigation.
1467
+ */
1468
+ "activationType"?: IcActivationTypes;
1469
+ /**
1470
+ * The reference to an anchor element the menu will position itself from when rendered.
1471
+ */
1472
+ "anchorEl": HTMLElement;
1473
+ /**
1474
+ * If `true`, the menu will close when an option is selected.
1475
+ */
1476
+ "closeOnSelect"?: boolean;
1477
+ /**
1478
+ * If `true`, the menu will fill the width of the container.
1479
+ */
1480
+ "fullWidth"?: boolean;
1481
+ /**
1482
+ * The reference to the input element.
1483
+ */
1484
+ "inputEl": HTMLElement;
1485
+ /**
1486
+ * The label for the input element.
1487
+ */
1488
+ "inputLabel": string;
1489
+ /**
1490
+ * The custom name for the label field for IcMenuOption.
1491
+ */
1492
+ "labelField"?: string;
1493
+ /**
1494
+ * The ID of the menu.
1495
+ */
1496
+ "menuId": string;
1497
+ /**
1498
+ * If `true`, the menu will be displayed open.
1499
+ */
1500
+ "open": boolean;
1501
+ /**
1502
+ * The possible menu selection options.
1503
+ */
1504
+ "options": IcMenuOption[];
1505
+ /**
1506
+ * Specify the mode search bar uses to search. `navigation` allows for quick lookups of a set of values, `query` allows for more general searches.
1507
+ */
1508
+ "searchMode"?: IcSearchBarSearchModes;
1509
+ /**
1510
+ * The size of the menu.
1511
+ */
1512
+ "size"?: IcSizes;
1513
+ /**
1514
+ * @deprecated This prop should not be used anymore. Set prop `size` to "small" instead.
1515
+ */
1516
+ "small"?: boolean;
1517
+ /**
1518
+ * The value of the currently selected option - or array of values (if multiple options allowed).
1519
+ */
1520
+ "value": string | string[];
1521
+ /**
1522
+ * The custom name for the value field for IcMenuOption.
1523
+ */
1524
+ "valueField"?: string;
1525
+ }
1526
+ interface IcPaginationBar {
1527
+ /**
1528
+ * Sets the alignment of the items in the pagination bar.
1529
+ */
1530
+ "alignment"?: IcPaginationAlignmentOptions;
1531
+ /**
1532
+ * Sets the styling for the items in the pagination bar.
1533
+ */
1534
+ "appearance"?: IcThemeForeground;
1535
+ /**
1536
+ * The current page number to be displayed on the pagination bar.
1537
+ */
1538
+ "currentPage"?: number;
1539
+ /**
1540
+ * If `true`, the 'All' option will be hidden from the 'items per page' select input.
1541
+ */
1542
+ "hideAllFromItemsPerPage"?: boolean;
1543
+ /**
1544
+ * If `true`, the number of total items and current item range or number of total pages and current page will be hidden.
1545
+ */
1546
+ "hideRangeLabel"?: boolean;
1547
+ /**
1548
+ * The text which will be used in place of 'Item' on the pagination bar.
1549
+ */
1550
+ "itemLabel"?: string;
1551
+ /**
1552
+ * The options which will be displayed for 'items per page' select input.
1553
+ */
1554
+ "itemsPerPageOptions"?: {
1555
+ label: string;
1556
+ value: string;
1557
+ }[];
1558
+ /**
1559
+ * Emitted when the items per page option is changed.
1560
+ */
1561
+ "onIcItemsPerPageChange"?: (event: IcPaginationBarCustomEvent<{ value: number }>) => void;
1562
+ /**
1563
+ * Emitted when a page is navigated to via the 'go to' input. The `detail` property contains `value` (i.e. the page number) and a `fromItemsPerPage` flag to indicate if the event was triggered by the `icItemsPerPageChange` event also occurring.
1564
+ */
1565
+ "onIcPageChange"?: (event: IcPaginationBarCustomEvent<IcPageChangeEventDetail>) => void;
1566
+ /**
1567
+ * The text which will be used in place of 'Page' on the pagination bar.
1568
+ */
1569
+ "pageLabel"?: string;
1570
+ /**
1571
+ * Whether total number of items and current item range or total number of pages and current page is displayed.
1572
+ */
1573
+ "rangeLabelType"?: IcPaginationLabelTypes;
1574
+ /**
1575
+ * The items per page option to be selected.
1576
+ */
1577
+ "selectedItemsPerPage"?: number;
1578
+ /**
1579
+ * If `true`, the pagination bar is set to the first page when the 'items per page' changes
1580
+ */
1581
+ "setToFirstPageOnPaginationChange"?: boolean;
1582
+ /**
1583
+ * If `true`, the 'go to page' control should be displayed.
1584
+ */
1585
+ "showGoToPageControl"?: boolean;
1586
+ /**
1587
+ * If `true`, the select input to control 'items per page' should be displayed.
1588
+ */
1589
+ "showItemsPerPageControl"?: boolean;
1590
+ /**
1591
+ * Total number of items to be displayed across all pages.
1592
+ */
1593
+ "totalItems": number;
1594
+ /**
1595
+ * Whether the displayed pagination is simple or complex.
1596
+ */
1597
+ "type"?: IcPaginationTypes;
1598
+ }
1599
+ interface IcSelectWithMulti {
1600
+ /**
1601
+ * **[DEPRECATED]** This prop should not be used anymore.
1602
+ */
1603
+ "charactersUntilSuggestions"?: number;
1604
+ /**
1605
+ * The amount of time, in milliseconds, to wait to trigger the `icChange` event after each keystroke.
1606
+ */
1607
+ "debounce"?: number;
1608
+ /**
1609
+ * If `true`, the built in filtering will be disabled for a searchable variant. For example, if options will already be filtered from external source.
1610
+ */
1611
+ "disableFilter"?: boolean;
1612
+ /**
1613
+ * If `true`, the disabled state will be set.
1614
+ */
1615
+ "disabled"?: boolean;
1616
+ /**
1617
+ * The text displayed when there are no options in the option list.
1618
+ */
1619
+ "emptyOptionListText"?: string;
1620
+ /**
1621
+ * The <form> element to associate the select with.
1622
+ */
1623
+ "form"?: string;
1624
+ /**
1625
+ * The URL that processes the information submitted by the select. It overrides the action attribute of the select's form owner. Does nothing if there is no form owner. This prop should only be used with searchable select and will only be applied if searchable is true.
1626
+ */
1627
+ "formaction"?: string;
1628
+ /**
1629
+ * The way the submitted form data is encoded. This prop should only be used with searchable select and will only be applied if searchable is true.
1630
+ */
1631
+ "formenctype"?: string;
1632
+ /**
1633
+ * The HTTP method used to submit the form. This prop should only be used with searchable select and will only be applied if searchable is true.
1634
+ */
1635
+ "formmethod"?: string;
1636
+ /**
1637
+ * If `true`, the form will not be validated when submitted. This prop should only be used with searchable select and will only be applied if searchable is true.
1638
+ */
1639
+ "formnovalidate"?: boolean;
1640
+ /**
1641
+ * The place to display the response from submitting the form. It overrides the target attribute of the select's form owner. This prop should only be used with searchable select and will only be applied if searchable is true.
1642
+ */
1643
+ "formtarget"?: string;
1644
+ /**
1645
+ * If `true`, the select element will fill the width of the container. This prop should only be used with searchable select and will only be applied if searchable is true.
1646
+ */
1647
+ "fullWidth"?: boolean;
1648
+ /**
1649
+ * The helper text that will be displayed for additional field guidance.
1650
+ */
1651
+ "helperText"?: string;
1652
+ /**
1653
+ * If `true`, the label will be hidden and the required label value will be applied as an aria-label.
1654
+ */
1655
+ "hideLabel"?: boolean;
1656
+ /**
1657
+ * If `true`, descriptions of options will be included when filtering options in a searchable select. Only applies to built in filtering.
1658
+ */
1659
+ "includeDescriptionsInSearch"?: boolean;
1660
+ /**
1661
+ * If `true`, group titles of grouped options will be included when filtering options in a searchable select. Only applies to built in filtering.
1662
+ */
1663
+ "includeGroupTitlesInSearch"?: boolean;
1664
+ /**
1665
+ * The label for the select.
1666
+ */
1667
+ "label": string;
1668
+ /**
1669
+ * If `true`, the loading state will be triggered when fetching options asynchronously.
1670
+ */
1671
+ "loading"?: boolean;
1672
+ /**
1673
+ * The message displayed when external loading times out.
1674
+ */
1675
+ "loadingErrorLabel"?: string;
1676
+ /**
1677
+ * The message displayed whilst the options are being loaded externally.
1678
+ */
1679
+ "loadingLabel"?: string;
1680
+ /**
1681
+ * If `true`, multiple options can be selected.
1682
+ */
1683
+ "multiple"?: boolean;
1684
+ /**
1685
+ * The name of the control, which is submitted with the form data.
1686
+ */
1687
+ "name"?: string;
1688
+ /**
1689
+ * Emitted when the select loses focus.
1690
+ */
1691
+ "onIcBlur"?: (event: IcSelectWithMultiCustomEvent<void>) => void;
1692
+ /**
1693
+ * Emitted when the value changes.
1694
+ */
1695
+ "onIcChange"?: (event: IcSelectWithMultiCustomEvent<IcValueEventDetail>) => void;
1696
+ /**
1697
+ * Emitted when the clear button is clicked.
1698
+ */
1699
+ "onIcClear"?: (event: IcSelectWithMultiCustomEvent<void>) => void;
1700
+ /**
1701
+ * Emitted when the select gains focus.
1702
+ */
1703
+ "onIcFocus"?: (event: IcSelectWithMultiCustomEvent<void>) => void;
1704
+ /**
1705
+ * Emitted when a keyboard input occurred.
1706
+ */
1707
+ "onIcInput"?: (event: IcSelectWithMultiCustomEvent<IcValueEventDetail>) => void;
1708
+ /**
1709
+ * Emitted when `multiple` is `true` and an option is deselected.
1710
+ */
1711
+ "onIcOptionDeselect"?: (event: IcSelectWithMultiCustomEvent<IcOptionSelectEventDetail>) => void;
1712
+ /**
1713
+ * Emitted when an option is selected. Selecting an option will also trigger an `icChange/onIcChange` due to the value being updated.
1714
+ */
1715
+ "onIcOptionSelect"?: (event: IcSelectWithMultiCustomEvent<IcOptionSelectEventDetail>) => void;
1716
+ /**
1717
+ * Emitted when the 'retry loading' button is clicked for a searchable variant.
1718
+ */
1719
+ "onIcRetryLoad"?: (event: IcSelectWithMultiCustomEvent<IcValueEventDetail>) => void;
1720
+ /**
1721
+ * The possible selection options.
1722
+ */
1723
+ "options"?: IcMenuOption[];
1724
+ /**
1725
+ * The placeholder value to be displayed.
1726
+ */
1727
+ "placeholder"?: string;
1728
+ /**
1729
+ * If `true`, the readonly state will be set.
1730
+ */
1731
+ "readonly"?: boolean;
1732
+ /**
1733
+ * If `true`, the select will require a value.
1734
+ */
1735
+ "required"?: boolean;
1736
+ /**
1737
+ * Whether the search string of the searchable select should match the start of or anywhere in the options. Only applies to built in filtering.
1738
+ */
1739
+ "searchMatchPosition"?: IcSearchMatchPositions;
1740
+ /**
1741
+ * If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.
1742
+ */
1743
+ "searchable"?: boolean;
1744
+ /**
1745
+ * If `true`, the icOptionSelect event will be fired on enter instead of ArrowUp and ArrowDown.
1746
+ */
1747
+ "selectOnEnter"?: boolean;
1748
+ /**
1749
+ * If `true`, a button which clears the select input when clicked will be displayed. The button will always appear on the searchable select.
1750
+ */
1751
+ "showClearButton"?: boolean;
1752
+ /**
1753
+ * The size of the select.
1754
+ */
1755
+ "size"?: IcSizes;
1756
+ /**
1757
+ * **[DEPRECATED]** This prop should not be used anymore. Set prop `size` to "small" instead.
1758
+ */
1759
+ "small"?: boolean;
1760
+ /**
1761
+ * If using external filtering, set a timeout for when loading takes too long.
1762
+ */
1763
+ "timeout"?: number;
1764
+ /**
1765
+ * The validation status - e.g. 'error' | 'warning' | 'success'.
1766
+ */
1767
+ "validationStatus"?: IcInformationStatusOrEmpty;
1768
+ /**
1769
+ * The text to display as the validation message.
1770
+ */
1771
+ "validationText"?: string;
1772
+ /**
1773
+ * The value of the select, reflected by the value of the currently selected option. For the searchable variant, the value is also reflected by the user input. For the multi-select variant, the value must be an array of option values.
1774
+ */
1775
+ "value"?: string | string[];
1776
+ }
1777
+ interface IcTreeItem {
1778
+ /**
1779
+ * If `true`, the tree item appears in the disabled state.
1780
+ */
1781
+ "disabled"?: boolean;
1782
+ /**
1783
+ * If `true`, the tree item appears in the expanded state.
1784
+ */
1785
+ "expanded"?: boolean;
1786
+ /**
1787
+ * The URL that the tree item link points to. If set, the tree item will render as an "a" tag, otherwise it will render as a div.
1788
+ */
1789
+ "href"?: string | undefined;
1790
+ /**
1791
+ * The human language of the linked URL.
1792
+ */
1793
+ "hreflang"?: string;
1794
+ /**
1795
+ * The label of the tree item.
1796
+ */
1797
+ "label"?: string;
1798
+ /**
1799
+ * Emitted when tree item is selected.
1800
+ */
1801
+ "onIcTreeItemSelected"?: (event: IcTreeItemCustomEvent<{ id: string }>) => void;
1802
+ /**
1803
+ * How much of the referrer to send when following the link.
1804
+ */
1805
+ "referrerpolicy"?: ReferrerPolicy;
1806
+ /**
1807
+ * The relationship of the linked URL as space-separated link types.
1808
+ */
1809
+ "rel"?: string;
1810
+ /**
1811
+ * If `true`, the tree item appears in the selected state.
1812
+ */
1813
+ "selected"?: boolean;
1814
+ /**
1815
+ * The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).
1816
+ */
1817
+ "target"?: string;
1818
+ /**
1819
+ * If `true`, the tree item label will be truncated instead of text wrapping.
1820
+ */
1821
+ "truncateTreeItem"?: boolean;
1822
+ }
1823
+ interface IcTreeView {
1824
+ /**
1825
+ * The appearance of the tree view, e.g. dark, or light.
1826
+ */
1827
+ "appearance"?: IcThemeForegroundNoDefault1;
1828
+ /**
1829
+ * The heading of the tree view.
1830
+ */
1831
+ "heading"?: string;
1832
+ /**
1833
+ * The size of the tree view.
1834
+ */
1835
+ "size"?: IcSizes;
1836
+ /**
1837
+ * If `true`, the tree view heading will be truncated instead of text wrapping.
1838
+ */
1839
+ "truncateHeading"?: boolean;
1840
+ /**
1841
+ * If `true`, tree items will be truncated, unless they are individually overridden.
1842
+ */
1843
+ "truncateTreeItems"?: boolean;
276
1844
  }
277
1845
  interface IntrinsicElements {
1846
+ "ic-card-horizontal": IcCardHorizontal;
278
1847
  "ic-data-table": IcDataTable;
1848
+ "ic-data-table-title-bar": IcDataTableTitleBar;
1849
+ "ic-date-input": IcDateInput;
1850
+ "ic-date-picker": IcDatePicker;
1851
+ "ic-menu-with-multi": IcMenuWithMulti;
279
1852
  "ic-pagination-bar": IcPaginationBar;
1853
+ "ic-select-with-multi": IcSelectWithMulti;
1854
+ "ic-tree-item": IcTreeItem;
1855
+ "ic-tree-view": IcTreeView;
280
1856
  }
281
1857
  }
282
1858
  export { LocalJSX as JSX };
283
1859
  declare module "@stencil/core" {
284
1860
  export namespace JSX {
285
1861
  interface IntrinsicElements {
1862
+ "ic-card-horizontal": LocalJSX.IcCardHorizontal & JSXBase.HTMLAttributes<HTMLIcCardHorizontalElement>;
286
1863
  "ic-data-table": LocalJSX.IcDataTable & JSXBase.HTMLAttributes<HTMLIcDataTableElement>;
1864
+ "ic-data-table-title-bar": LocalJSX.IcDataTableTitleBar & JSXBase.HTMLAttributes<HTMLIcDataTableTitleBarElement>;
1865
+ "ic-date-input": LocalJSX.IcDateInput & JSXBase.HTMLAttributes<HTMLIcDateInputElement>;
1866
+ "ic-date-picker": LocalJSX.IcDatePicker & JSXBase.HTMLAttributes<HTMLIcDatePickerElement>;
1867
+ "ic-menu-with-multi": LocalJSX.IcMenuWithMulti & JSXBase.HTMLAttributes<HTMLIcMenuWithMultiElement>;
287
1868
  "ic-pagination-bar": LocalJSX.IcPaginationBar & JSXBase.HTMLAttributes<HTMLIcPaginationBarElement>;
1869
+ "ic-select-with-multi": LocalJSX.IcSelectWithMulti & JSXBase.HTMLAttributes<HTMLIcSelectWithMultiElement>;
1870
+ "ic-tree-item": LocalJSX.IcTreeItem & JSXBase.HTMLAttributes<HTMLIcTreeItemElement>;
1871
+ "ic-tree-view": LocalJSX.IcTreeView & JSXBase.HTMLAttributes<HTMLIcTreeViewElement>;
288
1872
  }
289
1873
  }
290
1874
  }