@ukic/canary-web-components 3.0.0-canary.14 → 3.0.0-canary.16

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 (589) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/core.cjs.js +2 -2
  3. package/dist/cjs/{date-helpers-c9551119.js → date-helpers-6f70dd03.js} +20 -66
  4. package/dist/cjs/date-helpers-6f70dd03.js.map +1 -0
  5. package/dist/cjs/{helpers-fc51fdcb.js → helpers-199b92d5.js} +42 -2
  6. package/dist/cjs/helpers-199b92d5.js.map +1 -0
  7. package/dist/cjs/{helpers-32016c21.js → helpers-d01564f7.js} +15 -15
  8. package/dist/cjs/helpers-d01564f7.js.map +1 -0
  9. package/dist/cjs/ic-accordion-group.cjs.entry.js +2 -2
  10. package/dist/cjs/ic-accordion.cjs.entry.js +2 -2
  11. package/dist/cjs/ic-alert.cjs.entry.js +2 -2
  12. package/dist/cjs/ic-back-to-top.cjs.entry.js +2 -2
  13. package/dist/cjs/ic-badge.cjs.entry.js +3 -3
  14. package/dist/cjs/ic-badge.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +2 -2
  16. package/dist/cjs/ic-breadcrumb.cjs.entry.js +2 -2
  17. package/dist/cjs/ic-button_3.cjs.entry.js +3 -3
  18. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ic-card-horizontal.cjs.entry.js +16 -12
  20. package/dist/cjs/ic-card-horizontal.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-card-vertical.cjs.entry.js +3 -3
  22. package/dist/cjs/ic-card-vertical.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ic-checkbox-group.cjs.entry.js +7 -7
  24. package/dist/cjs/ic-checkbox-group.cjs.entry.js.map +1 -1
  25. package/dist/cjs/{ic-empty-state_2.cjs.entry.js → ic-checkbox_3.cjs.entry.js} +158 -24
  26. package/dist/cjs/ic-checkbox_3.cjs.entry.js.map +1 -0
  27. package/dist/cjs/ic-chip.cjs.entry.js +3 -3
  28. package/dist/cjs/ic-chip.cjs.entry.js.map +1 -1
  29. package/dist/cjs/ic-classification-banner.cjs.entry.js +3 -3
  30. package/dist/cjs/ic-classification-banner.cjs.entry.js.map +1 -1
  31. package/dist/cjs/ic-data-list.cjs.entry.js +1 -1
  32. package/dist/cjs/ic-data-row.cjs.entry.js +2 -2
  33. package/dist/cjs/ic-data-table-title-bar.cjs.entry.js +7 -7
  34. package/dist/cjs/ic-data-table-title-bar.cjs.entry.js.map +1 -1
  35. package/dist/cjs/ic-data-table.cjs.entry.js +310 -276
  36. package/dist/cjs/ic-data-table.cjs.entry.js.map +1 -1
  37. package/dist/cjs/ic-date-input.cjs.entry.js +130 -148
  38. package/dist/cjs/ic-date-input.cjs.entry.js.map +1 -1
  39. package/dist/cjs/ic-date-picker.cjs.entry.js +87 -70
  40. package/dist/cjs/ic-date-picker.cjs.entry.js.map +1 -1
  41. package/dist/cjs/ic-dialog.cjs.entry.js +38 -47
  42. package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -1
  43. package/dist/cjs/ic-divider.cjs.entry.js +2 -2
  44. package/dist/cjs/ic-footer-link-group.cjs.entry.js +2 -2
  45. package/dist/cjs/ic-footer-link.cjs.entry.js +2 -2
  46. package/dist/cjs/ic-footer.cjs.entry.js +2 -2
  47. package/dist/cjs/ic-hero.cjs.entry.js +2 -2
  48. package/dist/cjs/ic-horizontal-scroll.cjs.entry.js +2 -2
  49. package/dist/cjs/ic-input-component-container_3.cjs.entry.js +3 -3
  50. package/dist/cjs/ic-input-component-container_3.cjs.entry.js.map +1 -1
  51. package/dist/cjs/ic-input-label_2.cjs.entry.js +2 -2
  52. package/dist/cjs/ic-link.cjs.entry.js +2 -2
  53. package/dist/cjs/ic-menu-group.cjs.entry.js +2 -2
  54. package/dist/cjs/ic-menu-item.cjs.entry.js +2 -2
  55. package/dist/cjs/ic-navigation-button.cjs.entry.js +2 -2
  56. package/dist/cjs/ic-navigation-group.cjs.entry.js +25 -22
  57. package/dist/cjs/ic-navigation-group.cjs.entry.js.map +1 -1
  58. package/dist/cjs/ic-navigation-item.cjs.entry.js +2 -2
  59. package/dist/cjs/ic-navigation-menu.cjs.entry.js +7 -7
  60. package/dist/cjs/ic-navigation-menu.cjs.entry.js.map +1 -1
  61. package/dist/cjs/ic-page-header.cjs.entry.js +12 -11
  62. package/dist/cjs/ic-page-header.cjs.entry.js.map +1 -1
  63. package/dist/cjs/ic-pagination_4.cjs.entry.js +52 -29
  64. package/dist/cjs/ic-pagination_4.cjs.entry.js.map +1 -1
  65. package/dist/cjs/ic-popover-menu.cjs.entry.js +6 -6
  66. package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
  67. package/dist/cjs/ic-radio-group.cjs.entry.js +7 -7
  68. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  69. package/dist/cjs/ic-radio-option.cjs.entry.js +2 -2
  70. package/dist/cjs/ic-search-bar.cjs.entry.js +3 -3
  71. package/dist/cjs/ic-search-bar.cjs.entry.js.map +1 -1
  72. package/dist/cjs/ic-section-container.cjs.entry.js +3 -3
  73. package/dist/cjs/ic-section-container.cjs.entry.js.map +1 -1
  74. package/dist/cjs/ic-side-navigation.cjs.entry.js +7 -7
  75. package/dist/cjs/ic-side-navigation.cjs.entry.js.map +1 -1
  76. package/dist/cjs/ic-skeleton.cjs.entry.js +3 -3
  77. package/dist/cjs/ic-skeleton.cjs.entry.js.map +1 -1
  78. package/dist/cjs/ic-skip-link.cjs.entry.js +3 -3
  79. package/dist/cjs/ic-skip-link.cjs.entry.js.map +1 -1
  80. package/dist/cjs/ic-status-tag.cjs.entry.js +5 -5
  81. package/dist/cjs/ic-status-tag.cjs.entry.js.map +1 -1
  82. package/dist/cjs/ic-step.cjs.entry.js +16 -16
  83. package/dist/cjs/ic-step.cjs.entry.js.map +1 -1
  84. package/dist/cjs/ic-stepper.cjs.entry.js +4 -4
  85. package/dist/cjs/ic-stepper.cjs.entry.js.map +1 -1
  86. package/dist/cjs/ic-switch.cjs.entry.js +6 -6
  87. package/dist/cjs/ic-switch.cjs.entry.js.map +1 -1
  88. package/dist/cjs/ic-tab-context.cjs.entry.js +2 -2
  89. package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
  90. package/dist/cjs/ic-tab-group.cjs.entry.js +4 -4
  91. package/dist/cjs/ic-tab-group.cjs.entry.js.map +1 -1
  92. package/dist/cjs/ic-tab-panel.cjs.entry.js +3 -3
  93. package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
  94. package/dist/cjs/ic-tab.cjs.entry.js +3 -3
  95. package/dist/cjs/ic-tab.cjs.entry.js.map +1 -1
  96. package/dist/cjs/ic-theme.cjs.entry.js +3 -3
  97. package/dist/cjs/ic-theme.cjs.entry.js.map +1 -1
  98. package/dist/cjs/ic-toast-region.cjs.entry.js +2 -2
  99. package/dist/cjs/ic-toast-region.cjs.entry.js.map +1 -1
  100. package/dist/cjs/ic-toast.cjs.entry.js +6 -6
  101. package/dist/cjs/ic-toast.cjs.entry.js.map +1 -1
  102. package/dist/cjs/ic-toggle-button-group.cjs.entry.js +4 -4
  103. package/dist/cjs/ic-toggle-button-group.cjs.entry.js.map +1 -1
  104. package/dist/cjs/ic-toggle-button.cjs.entry.js +5 -5
  105. package/dist/cjs/ic-toggle-button.cjs.entry.js.map +1 -1
  106. package/dist/cjs/ic-top-navigation.cjs.entry.js +5 -9
  107. package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
  108. package/dist/cjs/ic-tree-item.cjs.entry.js +35 -42
  109. package/dist/cjs/ic-tree-item.cjs.entry.js.map +1 -1
  110. package/dist/cjs/ic-tree-view.cjs.entry.js +25 -21
  111. package/dist/cjs/ic-tree-view.cjs.entry.js.map +1 -1
  112. package/dist/cjs/ic-typography.cjs.entry.js +2 -2
  113. package/dist/cjs/{index-8a24b20c.js → index-d337cd8a.js} +6 -11
  114. package/dist/cjs/index-d337cd8a.js.map +1 -0
  115. package/dist/cjs/loader.cjs.js +2 -2
  116. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.css +1 -1
  117. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.js +27 -23
  118. package/dist/collection/components/ic-card-horizontal/ic-card-horizontal.js.map +1 -1
  119. package/dist/collection/components/ic-data-table/ic-data-table.css +16 -0
  120. package/dist/collection/components/ic-data-table/ic-data-table.js +385 -330
  121. package/dist/collection/components/ic-data-table/ic-data-table.js.map +1 -1
  122. package/dist/collection/components/ic-data-table/ic-data-table.stories.js +8 -9
  123. package/dist/collection/components/ic-data-table/ic-data-table.stories.js.map +1 -1
  124. package/dist/collection/components/ic-data-table/story-data.js +13 -14
  125. package/dist/collection/components/ic-data-table/story-data.js.map +1 -1
  126. package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.js +9 -9
  127. package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.js.map +1 -1
  128. package/dist/collection/components/ic-date-input/ic-date-input.js +166 -183
  129. package/dist/collection/components/ic-date-input/ic-date-input.js.map +1 -1
  130. package/dist/collection/components/ic-date-input/ic-date-input.stories.js +1 -1
  131. package/dist/collection/components/ic-date-input/ic-date-input.stories.js.map +1 -1
  132. package/dist/collection/components/ic-date-input/test/helpers/ic-date-input.js +6 -3
  133. package/dist/collection/components/ic-date-input/test/helpers/ic-date-input.js.map +1 -1
  134. package/dist/collection/components/ic-date-picker/ic-date-picker.js +109 -92
  135. package/dist/collection/components/ic-date-picker/ic-date-picker.js.map +1 -1
  136. package/dist/collection/components/ic-date-picker/ic-day-button.js +1 -1
  137. package/dist/collection/components/ic-date-picker/ic-day-button.js.map +1 -1
  138. package/dist/collection/components/ic-date-picker/ic-month-picker.js.map +1 -1
  139. package/dist/collection/components/ic-date-picker/ic-year-picker.js.map +1 -1
  140. package/dist/collection/components/ic-date-picker/story-data.js.map +1 -1
  141. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.js +41 -38
  142. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.js.map +1 -1
  143. package/dist/collection/components/ic-tree-item/ic-tree-item.js +45 -52
  144. package/dist/collection/components/ic-tree-item/ic-tree-item.js.map +1 -1
  145. package/dist/collection/components/ic-tree-view/ic-tree-view.js +29 -25
  146. package/dist/collection/components/ic-tree-view/ic-tree-view.js.map +1 -1
  147. package/dist/collection/utils/date-helpers.js +19 -61
  148. package/dist/collection/utils/date-helpers.js.map +1 -1
  149. package/dist/collection/utils/helpers.js +44 -61
  150. package/dist/collection/utils/helpers.js.map +1 -1
  151. package/dist/collection/utils/testa11y.helpers.js +2 -1
  152. package/dist/collection/utils/testa11y.helpers.js.map +1 -1
  153. package/dist/components/helpers.js +40 -1
  154. package/dist/components/helpers.js.map +1 -1
  155. package/dist/components/helpers2.js +13 -13
  156. package/dist/components/helpers2.js.map +1 -1
  157. package/dist/components/ic-badge.js +1 -1
  158. package/dist/components/ic-badge.js.map +1 -1
  159. package/dist/components/ic-button2.js +1 -1
  160. package/dist/components/ic-button2.js.map +1 -1
  161. package/dist/components/ic-card-horizontal.js +14 -10
  162. package/dist/components/ic-card-horizontal.js.map +1 -1
  163. package/dist/components/ic-card-vertical.js +1 -1
  164. package/dist/components/ic-card-vertical.js.map +1 -1
  165. package/dist/components/ic-checkbox-group.js +5 -5
  166. package/dist/components/ic-checkbox-group.js.map +1 -1
  167. package/dist/components/ic-checkbox.js +1 -175
  168. package/dist/components/ic-checkbox.js.map +1 -1
  169. package/dist/{esm/ic-checkbox.entry.js → components/ic-checkbox2.js} +53 -11
  170. package/dist/components/ic-checkbox2.js.map +1 -0
  171. package/dist/components/ic-chip.js +1 -1
  172. package/dist/components/ic-chip.js.map +1 -1
  173. package/dist/components/ic-classification-banner.js +2 -2
  174. package/dist/components/ic-classification-banner.js.map +1 -1
  175. package/dist/components/ic-data-table-title-bar.js +5 -5
  176. package/dist/components/ic-data-table-title-bar.js.map +1 -1
  177. package/dist/components/ic-data-table.js +319 -279
  178. package/dist/components/ic-data-table.js.map +1 -1
  179. package/dist/components/ic-date-input2.js +146 -210
  180. package/dist/components/ic-date-input2.js.map +1 -1
  181. package/dist/components/ic-date-picker.js +84 -67
  182. package/dist/components/ic-date-picker.js.map +1 -1
  183. package/dist/components/ic-dialog.js +38 -47
  184. package/dist/components/ic-dialog.js.map +1 -1
  185. package/dist/components/ic-footer.js +1 -1
  186. package/dist/components/ic-horizontal-scroll2.js +1 -1
  187. package/dist/components/ic-input-component-container2.js +1 -1
  188. package/dist/components/ic-input-component-container2.js.map +1 -1
  189. package/dist/components/ic-navigation-group.js +25 -21
  190. package/dist/components/ic-navigation-group.js.map +1 -1
  191. package/dist/components/ic-navigation-item.js +1 -1
  192. package/dist/components/ic-navigation-menu2.js +6 -6
  193. package/dist/components/ic-navigation-menu2.js.map +1 -1
  194. package/dist/components/ic-page-header.js +10 -9
  195. package/dist/components/ic-page-header.js.map +1 -1
  196. package/dist/components/ic-pagination-bar2.js +22 -20
  197. package/dist/components/ic-pagination-bar2.js.map +1 -1
  198. package/dist/components/ic-pagination-item2.js +2 -2
  199. package/dist/components/ic-pagination-item2.js.map +1 -1
  200. package/dist/components/ic-pagination2.js +5 -5
  201. package/dist/components/ic-pagination2.js.map +1 -1
  202. package/dist/components/ic-popover-menu.js +4 -4
  203. package/dist/components/ic-popover-menu.js.map +1 -1
  204. package/dist/components/ic-radio-group.js +5 -5
  205. package/dist/components/ic-radio-group.js.map +1 -1
  206. package/dist/components/ic-search-bar.js +2 -2
  207. package/dist/components/ic-search-bar.js.map +1 -1
  208. package/dist/components/ic-section-container2.js +2 -2
  209. package/dist/components/ic-section-container2.js.map +1 -1
  210. package/dist/components/ic-select2.js +6 -6
  211. package/dist/components/ic-select2.js.map +1 -1
  212. package/dist/components/ic-side-navigation.js +6 -6
  213. package/dist/components/ic-side-navigation.js.map +1 -1
  214. package/dist/components/ic-skeleton.js +2 -2
  215. package/dist/components/ic-skeleton.js.map +1 -1
  216. package/dist/components/ic-skip-link.js +2 -2
  217. package/dist/components/ic-skip-link.js.map +1 -1
  218. package/dist/components/ic-status-tag.js +3 -3
  219. package/dist/components/ic-status-tag.js.map +1 -1
  220. package/dist/components/ic-step.js +14 -14
  221. package/dist/components/ic-step.js.map +1 -1
  222. package/dist/components/ic-stepper.js +3 -3
  223. package/dist/components/ic-stepper.js.map +1 -1
  224. package/dist/components/ic-switch.js +4 -4
  225. package/dist/components/ic-switch.js.map +1 -1
  226. package/dist/components/ic-tab-context.js +1 -1
  227. package/dist/components/ic-tab-context.js.map +1 -1
  228. package/dist/components/ic-tab-group.js +2 -2
  229. package/dist/components/ic-tab-group.js.map +1 -1
  230. package/dist/components/ic-tab-panel.js +2 -2
  231. package/dist/components/ic-tab-panel.js.map +1 -1
  232. package/dist/components/ic-tab.js +1 -1
  233. package/dist/components/ic-tab.js.map +1 -1
  234. package/dist/components/ic-text-field2.js +42 -15
  235. package/dist/components/ic-text-field2.js.map +1 -1
  236. package/dist/components/ic-theme.js +2 -2
  237. package/dist/components/ic-theme.js.map +1 -1
  238. package/dist/components/ic-toast-region.js +1 -1
  239. package/dist/components/ic-toast-region.js.map +1 -1
  240. package/dist/components/ic-toast.js +5 -5
  241. package/dist/components/ic-toast.js.map +1 -1
  242. package/dist/components/ic-toggle-button-group.js +2 -2
  243. package/dist/components/ic-toggle-button-group.js.map +1 -1
  244. package/dist/components/ic-toggle-button.js +4 -4
  245. package/dist/components/ic-toggle-button.js.map +1 -1
  246. package/dist/components/ic-top-navigation.js +4 -8
  247. package/dist/components/ic-top-navigation.js.map +1 -1
  248. package/dist/components/ic-tree-item.js +33 -40
  249. package/dist/components/ic-tree-item.js.map +1 -1
  250. package/dist/components/ic-tree-view.js +23 -19
  251. package/dist/components/ic-tree-view.js.map +1 -1
  252. package/dist/core/core.css +358 -250
  253. package/dist/core/core.esm.js +1 -1
  254. package/dist/core/core.esm.js.map +1 -1
  255. package/dist/core/{p-f2f7299b.entry.js → p-071f4748.entry.js} +2 -2
  256. package/dist/core/{p-f2f7299b.entry.js.map → p-071f4748.entry.js.map} +1 -1
  257. package/dist/core/p-09e8b002.entry.js +2 -0
  258. package/dist/core/p-09e8b002.entry.js.map +1 -0
  259. package/dist/core/{p-b18a5861.entry.js → p-110486f0.entry.js} +2 -2
  260. package/dist/core/{p-b18a5861.entry.js.map → p-110486f0.entry.js.map} +1 -1
  261. package/dist/core/{p-a30d165d.entry.js → p-123bd8ce.entry.js} +2 -2
  262. package/dist/core/p-123bd8ce.entry.js.map +1 -0
  263. package/dist/core/{p-1334a78f.entry.js → p-12d4803e.entry.js} +2 -2
  264. package/dist/core/{p-8d73a3cc.entry.js → p-19c4cc6c.entry.js} +2 -2
  265. package/dist/core/p-19c4cc6c.entry.js.map +1 -0
  266. package/dist/core/p-19ecd2a6.entry.js +2 -0
  267. package/dist/core/p-19ecd2a6.entry.js.map +1 -0
  268. package/dist/core/{p-d154b26c.entry.js → p-1b31a720.entry.js} +2 -2
  269. package/dist/core/{p-a4582939.entry.js → p-1bfead5b.entry.js} +2 -2
  270. package/dist/core/p-1bfead5b.entry.js.map +1 -0
  271. package/dist/core/{p-08fd225f.entry.js → p-214a48c6.entry.js} +2 -2
  272. package/dist/core/p-236dc1a6.entry.js +2 -0
  273. package/dist/core/p-236dc1a6.entry.js.map +1 -0
  274. package/dist/core/{p-0848efa2.entry.js → p-2c7e9e71.entry.js} +2 -2
  275. package/dist/core/{p-ef25bb6d.entry.js → p-2d9c36a6.entry.js} +2 -2
  276. package/dist/core/{p-ef25bb6d.entry.js.map → p-2d9c36a6.entry.js.map} +1 -1
  277. package/dist/core/{p-b8aa37f9.entry.js → p-336be00c.entry.js} +2 -2
  278. package/dist/core/{p-5dc25d11.entry.js → p-37df68fe.entry.js} +2 -2
  279. package/dist/core/{p-5dc25d11.entry.js.map → p-37df68fe.entry.js.map} +1 -1
  280. package/dist/core/{p-272352cb.entry.js → p-38f612b0.entry.js} +2 -2
  281. package/dist/core/p-3cf6ca89.entry.js +2 -0
  282. package/dist/core/p-3cf6ca89.entry.js.map +1 -0
  283. package/dist/core/{p-4da17eda.entry.js → p-3ee70c45.entry.js} +2 -2
  284. package/dist/core/{p-762a4d7c.entry.js → p-46f64dc5.entry.js} +2 -2
  285. package/dist/core/p-48465394.entry.js +2 -0
  286. package/dist/core/{p-4e5934f3.entry.js.map → p-48465394.entry.js.map} +1 -1
  287. package/dist/core/{p-cd9e1ffa.entry.js → p-50f4d151.entry.js} +2 -2
  288. package/dist/core/{p-cd9e1ffa.entry.js.map → p-50f4d151.entry.js.map} +1 -1
  289. package/dist/core/p-520dce89.entry.js +2 -0
  290. package/dist/core/p-520dce89.entry.js.map +1 -0
  291. package/dist/core/{p-22e0ed96.entry.js → p-5bd43e19.entry.js} +2 -2
  292. package/dist/core/{p-da798f58.entry.js → p-5ec11974.entry.js} +2 -2
  293. package/dist/core/p-643a94c2.entry.js +2 -0
  294. package/dist/core/p-643a94c2.entry.js.map +1 -0
  295. package/dist/core/{p-be5ad372.entry.js → p-65ddc948.entry.js} +2 -2
  296. package/dist/core/p-69f6db9f.entry.js +2 -0
  297. package/dist/core/p-69f6db9f.entry.js.map +1 -0
  298. package/dist/core/p-6cfd6b56.entry.js +2 -0
  299. package/dist/core/{p-144b1dee.entry.js.map → p-6cfd6b56.entry.js.map} +1 -1
  300. package/dist/core/{p-507ec499.entry.js → p-701696aa.entry.js} +2 -2
  301. package/dist/core/{p-507ec499.entry.js.map → p-701696aa.entry.js.map} +1 -1
  302. package/dist/core/p-7b13ccd0.entry.js +2 -0
  303. package/dist/core/p-7b13ccd0.entry.js.map +1 -0
  304. package/dist/core/p-7d054704.js +2 -0
  305. package/dist/core/p-7d054704.js.map +1 -0
  306. package/dist/core/{p-e13b43b1.entry.js → p-8402fcf7.entry.js} +2 -2
  307. package/dist/core/p-858dd362.entry.js +2 -0
  308. package/dist/core/p-858dd362.entry.js.map +1 -0
  309. package/dist/core/p-87c92ab1.entry.js +2 -0
  310. package/dist/core/p-87c92ab1.entry.js.map +1 -0
  311. package/dist/core/{p-0e3cb8d0.entry.js → p-8856dff4.entry.js} +2 -2
  312. package/dist/core/{p-00135a74.js → p-8e4e97b4.js} +3 -3
  313. package/dist/core/p-8e4e97b4.js.map +1 -0
  314. package/dist/core/{p-32720276.entry.js → p-91b8ee39.entry.js} +2 -2
  315. package/dist/core/{p-fd42f129.entry.js → p-91d5efc0.entry.js} +2 -2
  316. package/dist/core/p-91d5efc0.entry.js.map +1 -0
  317. package/dist/core/p-944ea274.entry.js +2 -0
  318. package/dist/core/p-944ea274.entry.js.map +1 -0
  319. package/dist/core/p-951669ca.entry.js +2 -0
  320. package/dist/core/p-951669ca.entry.js.map +1 -0
  321. package/dist/core/{p-b6db0cc1.entry.js → p-9bf0ce9e.entry.js} +2 -2
  322. package/dist/core/{p-afc4ce53.entry.js → p-9e5e6070.entry.js} +2 -2
  323. package/dist/core/{p-a214a9f8.entry.js → p-a12dd148.entry.js} +2 -2
  324. package/dist/core/{p-a214a9f8.entry.js.map → p-a12dd148.entry.js.map} +1 -1
  325. package/dist/core/p-a2fcea60.entry.js +2 -0
  326. package/dist/core/p-a2fcea60.entry.js.map +1 -0
  327. package/dist/core/{p-60a0c711.entry.js → p-a6031c41.entry.js} +2 -2
  328. package/dist/core/{p-60a0c711.entry.js.map → p-a6031c41.entry.js.map} +1 -1
  329. package/dist/core/{p-3d1ba098.entry.js → p-b006976c.entry.js} +2 -2
  330. package/dist/core/p-b17f6b1d.entry.js +2 -0
  331. package/dist/core/p-b17f6b1d.entry.js.map +1 -0
  332. package/dist/core/{p-0c3bd9e6.entry.js → p-b334a20d.entry.js} +2 -2
  333. package/dist/core/p-b603b9ef.entry.js +2 -0
  334. package/dist/core/p-b603b9ef.entry.js.map +1 -0
  335. package/dist/core/{p-3e9564b5.entry.js → p-b88ae211.entry.js} +2 -2
  336. package/dist/core/{p-5d85bd73.entry.js → p-b953b22f.entry.js} +2 -2
  337. package/dist/core/{p-5d85bd73.entry.js.map → p-b953b22f.entry.js.map} +1 -1
  338. package/dist/core/p-b9e73154.js +2 -0
  339. package/dist/core/p-b9e73154.js.map +1 -0
  340. package/dist/core/p-bb9142fe.entry.js +2 -0
  341. package/dist/core/{p-a13dc5ba.entry.js.map → p-bb9142fe.entry.js.map} +1 -1
  342. package/dist/core/{p-48163a2a.entry.js → p-c1dbb35b.entry.js} +2 -2
  343. package/dist/core/{p-48163a2a.entry.js.map → p-c1dbb35b.entry.js.map} +1 -1
  344. package/dist/core/{p-0fd762bf.entry.js → p-c1f653d4.entry.js} +2 -2
  345. package/dist/core/p-c1f653d4.entry.js.map +1 -0
  346. package/dist/core/{p-96551ddf.entry.js → p-c3f26b24.entry.js} +2 -2
  347. package/dist/core/p-c86ca475.js +2 -0
  348. package/dist/core/p-c86ca475.js.map +1 -0
  349. package/dist/core/{p-fd006a9b.entry.js → p-ca5d3a21.entry.js} +2 -2
  350. package/dist/core/{p-f541034c.entry.js → p-cd0dbcea.entry.js} +2 -2
  351. package/dist/core/p-cda2a461.entry.js +2 -0
  352. package/dist/core/p-cda2a461.entry.js.map +1 -0
  353. package/dist/core/p-ed416362.entry.js +2 -0
  354. package/dist/core/p-ed416362.entry.js.map +1 -0
  355. package/dist/core/{p-b17e7059.entry.js → p-f2beca5c.entry.js} +2 -2
  356. package/dist/core/{p-b17e7059.entry.js.map → p-f2beca5c.entry.js.map} +1 -1
  357. package/dist/core/p-f3bb5006.entry.js +2 -0
  358. package/dist/core/p-f3bb5006.entry.js.map +1 -0
  359. package/dist/core/{p-895a3eb1.entry.js → p-f5e9c8c8.entry.js} +2 -2
  360. package/dist/core/p-f5e9c8c8.entry.js.map +1 -0
  361. package/dist/core/{p-0e119312.entry.js → p-fa02a267.entry.js} +2 -2
  362. package/dist/core/{p-0e119312.entry.js.map → p-fa02a267.entry.js.map} +1 -1
  363. package/dist/core/{p-9f4fa820.entry.js → p-fa18f9c6.entry.js} +2 -2
  364. package/dist/core/{p-9f4fa820.entry.js.map → p-fa18f9c6.entry.js.map} +1 -1
  365. package/dist/core/p-fb01a001.entry.js +2 -0
  366. package/dist/core/p-fb01a001.entry.js.map +1 -0
  367. package/dist/esm/core.js +3 -3
  368. package/dist/esm/{date-helpers-0e5e32a7.js → date-helpers-3b8c39ab.js} +20 -66
  369. package/dist/esm/date-helpers-3b8c39ab.js.map +1 -0
  370. package/dist/esm/{helpers-bbab69a2.js → helpers-9fe45194.js} +42 -3
  371. package/dist/esm/helpers-9fe45194.js.map +1 -0
  372. package/dist/esm/{helpers-5479985d.js → helpers-ddc2008a.js} +16 -16
  373. package/dist/esm/helpers-ddc2008a.js.map +1 -0
  374. package/dist/esm/ic-accordion-group.entry.js +2 -2
  375. package/dist/esm/ic-accordion.entry.js +2 -2
  376. package/dist/esm/ic-alert.entry.js +2 -2
  377. package/dist/esm/ic-back-to-top.entry.js +2 -2
  378. package/dist/esm/ic-badge.entry.js +3 -3
  379. package/dist/esm/ic-badge.entry.js.map +1 -1
  380. package/dist/esm/ic-breadcrumb-group.entry.js +2 -2
  381. package/dist/esm/ic-breadcrumb.entry.js +2 -2
  382. package/dist/esm/ic-button_3.entry.js +3 -3
  383. package/dist/esm/ic-button_3.entry.js.map +1 -1
  384. package/dist/esm/ic-card-horizontal.entry.js +16 -12
  385. package/dist/esm/ic-card-horizontal.entry.js.map +1 -1
  386. package/dist/esm/ic-card-vertical.entry.js +3 -3
  387. package/dist/esm/ic-card-vertical.entry.js.map +1 -1
  388. package/dist/esm/ic-checkbox-group.entry.js +7 -7
  389. package/dist/esm/ic-checkbox-group.entry.js.map +1 -1
  390. package/dist/esm/{ic-empty-state_2.entry.js → ic-checkbox_3.entry.js} +158 -25
  391. package/dist/esm/ic-checkbox_3.entry.js.map +1 -0
  392. package/dist/esm/ic-chip.entry.js +3 -3
  393. package/dist/esm/ic-chip.entry.js.map +1 -1
  394. package/dist/esm/ic-classification-banner.entry.js +3 -3
  395. package/dist/esm/ic-classification-banner.entry.js.map +1 -1
  396. package/dist/esm/ic-data-list.entry.js +1 -1
  397. package/dist/esm/ic-data-row.entry.js +2 -2
  398. package/dist/esm/ic-data-table-title-bar.entry.js +7 -7
  399. package/dist/esm/ic-data-table-title-bar.entry.js.map +1 -1
  400. package/dist/esm/ic-data-table.entry.js +310 -276
  401. package/dist/esm/ic-data-table.entry.js.map +1 -1
  402. package/dist/esm/ic-date-input.entry.js +130 -148
  403. package/dist/esm/ic-date-input.entry.js.map +1 -1
  404. package/dist/esm/ic-date-picker.entry.js +87 -70
  405. package/dist/esm/ic-date-picker.entry.js.map +1 -1
  406. package/dist/esm/ic-dialog.entry.js +38 -47
  407. package/dist/esm/ic-dialog.entry.js.map +1 -1
  408. package/dist/esm/ic-divider.entry.js +2 -2
  409. package/dist/esm/ic-footer-link-group.entry.js +2 -2
  410. package/dist/esm/ic-footer-link.entry.js +2 -2
  411. package/dist/esm/ic-footer.entry.js +2 -2
  412. package/dist/esm/ic-hero.entry.js +2 -2
  413. package/dist/esm/ic-horizontal-scroll.entry.js +2 -2
  414. package/dist/esm/ic-input-component-container_3.entry.js +3 -3
  415. package/dist/esm/ic-input-component-container_3.entry.js.map +1 -1
  416. package/dist/esm/ic-input-label_2.entry.js +2 -2
  417. package/dist/esm/ic-link.entry.js +2 -2
  418. package/dist/esm/ic-menu-group.entry.js +2 -2
  419. package/dist/esm/ic-menu-item.entry.js +2 -2
  420. package/dist/esm/ic-navigation-button.entry.js +2 -2
  421. package/dist/esm/ic-navigation-group.entry.js +25 -22
  422. package/dist/esm/ic-navigation-group.entry.js.map +1 -1
  423. package/dist/esm/ic-navigation-item.entry.js +2 -2
  424. package/dist/esm/ic-navigation-menu.entry.js +7 -7
  425. package/dist/esm/ic-navigation-menu.entry.js.map +1 -1
  426. package/dist/esm/ic-page-header.entry.js +12 -11
  427. package/dist/esm/ic-page-header.entry.js.map +1 -1
  428. package/dist/esm/ic-pagination_4.entry.js +52 -29
  429. package/dist/esm/ic-pagination_4.entry.js.map +1 -1
  430. package/dist/esm/ic-popover-menu.entry.js +6 -6
  431. package/dist/esm/ic-popover-menu.entry.js.map +1 -1
  432. package/dist/esm/ic-radio-group.entry.js +7 -7
  433. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  434. package/dist/esm/ic-radio-option.entry.js +2 -2
  435. package/dist/esm/ic-search-bar.entry.js +3 -3
  436. package/dist/esm/ic-search-bar.entry.js.map +1 -1
  437. package/dist/esm/ic-section-container.entry.js +3 -3
  438. package/dist/esm/ic-section-container.entry.js.map +1 -1
  439. package/dist/esm/ic-side-navigation.entry.js +7 -7
  440. package/dist/esm/ic-side-navigation.entry.js.map +1 -1
  441. package/dist/esm/ic-skeleton.entry.js +3 -3
  442. package/dist/esm/ic-skeleton.entry.js.map +1 -1
  443. package/dist/esm/ic-skip-link.entry.js +3 -3
  444. package/dist/esm/ic-skip-link.entry.js.map +1 -1
  445. package/dist/esm/ic-status-tag.entry.js +5 -5
  446. package/dist/esm/ic-status-tag.entry.js.map +1 -1
  447. package/dist/esm/ic-step.entry.js +16 -16
  448. package/dist/esm/ic-step.entry.js.map +1 -1
  449. package/dist/esm/ic-stepper.entry.js +4 -4
  450. package/dist/esm/ic-stepper.entry.js.map +1 -1
  451. package/dist/esm/ic-switch.entry.js +6 -6
  452. package/dist/esm/ic-switch.entry.js.map +1 -1
  453. package/dist/esm/ic-tab-context.entry.js +2 -2
  454. package/dist/esm/ic-tab-context.entry.js.map +1 -1
  455. package/dist/esm/ic-tab-group.entry.js +4 -4
  456. package/dist/esm/ic-tab-group.entry.js.map +1 -1
  457. package/dist/esm/ic-tab-panel.entry.js +3 -3
  458. package/dist/esm/ic-tab-panel.entry.js.map +1 -1
  459. package/dist/esm/ic-tab.entry.js +3 -3
  460. package/dist/esm/ic-tab.entry.js.map +1 -1
  461. package/dist/esm/ic-theme.entry.js +3 -3
  462. package/dist/esm/ic-theme.entry.js.map +1 -1
  463. package/dist/esm/ic-toast-region.entry.js +2 -2
  464. package/dist/esm/ic-toast-region.entry.js.map +1 -1
  465. package/dist/esm/ic-toast.entry.js +6 -6
  466. package/dist/esm/ic-toast.entry.js.map +1 -1
  467. package/dist/esm/ic-toggle-button-group.entry.js +4 -4
  468. package/dist/esm/ic-toggle-button-group.entry.js.map +1 -1
  469. package/dist/esm/ic-toggle-button.entry.js +5 -5
  470. package/dist/esm/ic-toggle-button.entry.js.map +1 -1
  471. package/dist/esm/ic-top-navigation.entry.js +5 -9
  472. package/dist/esm/ic-top-navigation.entry.js.map +1 -1
  473. package/dist/esm/ic-tree-item.entry.js +35 -42
  474. package/dist/esm/ic-tree-item.entry.js.map +1 -1
  475. package/dist/esm/ic-tree-view.entry.js +25 -21
  476. package/dist/esm/ic-tree-view.entry.js.map +1 -1
  477. package/dist/esm/ic-typography.entry.js +2 -2
  478. package/dist/esm/{index-163fe708.js → index-a7a720e7.js} +6 -11
  479. package/dist/esm/index-a7a720e7.js.map +1 -0
  480. package/dist/esm/loader.js +3 -3
  481. package/dist/types/components/ic-card-horizontal/ic-card-horizontal.d.ts +3 -3
  482. package/dist/types/components/ic-data-table/ic-data-table.d.ts +30 -20
  483. package/dist/types/components/ic-data-table/ic-data-table.stories.d.ts +3 -9
  484. package/dist/types/components/ic-data-table/story-data.d.ts +15 -4
  485. package/dist/types/components/ic-date-input/ic-date-input.d.ts +34 -28
  486. package/dist/types/components/ic-date-picker/ic-date-picker.d.ts +14 -12
  487. package/dist/types/components/ic-date-picker/ic-day-button.d.ts +2 -2
  488. package/dist/types/components/ic-date-picker/ic-month-picker.d.ts +3 -3
  489. package/dist/types/components/ic-date-picker/ic-year-picker.d.ts +3 -3
  490. package/dist/types/components/ic-pagination-bar/ic-pagination-bar.d.ts +2 -2
  491. package/dist/types/components/ic-tree-item/ic-tree-item.d.ts +3 -3
  492. package/dist/types/components/ic-tree-view/ic-tree-view.d.ts +4 -4
  493. package/dist/types/components.d.ts +95 -72
  494. package/dist/types/utils/date-helpers.d.ts +4 -4
  495. package/dist/types/utils/helpers.d.ts +6 -15
  496. package/hydrate/index.js +898 -851
  497. package/hydrate/index.mjs +898 -851
  498. package/package.json +3 -3
  499. package/dist/cjs/date-helpers-c9551119.js.map +0 -1
  500. package/dist/cjs/helpers-32016c21.js.map +0 -1
  501. package/dist/cjs/helpers-fc51fdcb.js.map +0 -1
  502. package/dist/cjs/ic-checkbox.cjs.entry.js +0 -141
  503. package/dist/cjs/ic-checkbox.cjs.entry.js.map +0 -1
  504. package/dist/cjs/ic-empty-state_2.cjs.entry.js.map +0 -1
  505. package/dist/cjs/index-8a24b20c.js.map +0 -1
  506. package/dist/core/p-00135a74.js.map +0 -1
  507. package/dist/core/p-0ad472d0.entry.js +0 -2
  508. package/dist/core/p-0ad472d0.entry.js.map +0 -1
  509. package/dist/core/p-0c97a53d.entry.js +0 -2
  510. package/dist/core/p-0c97a53d.entry.js.map +0 -1
  511. package/dist/core/p-0efeab8a.entry.js +0 -2
  512. package/dist/core/p-0efeab8a.entry.js.map +0 -1
  513. package/dist/core/p-0f6b9686.js +0 -2
  514. package/dist/core/p-0f6b9686.js.map +0 -1
  515. package/dist/core/p-0fd762bf.entry.js.map +0 -1
  516. package/dist/core/p-144b1dee.entry.js +0 -2
  517. package/dist/core/p-1cf61bf2.entry.js +0 -2
  518. package/dist/core/p-1cf61bf2.entry.js.map +0 -1
  519. package/dist/core/p-250bf568.entry.js +0 -2
  520. package/dist/core/p-250bf568.entry.js.map +0 -1
  521. package/dist/core/p-33dd24eb.js +0 -2
  522. package/dist/core/p-33dd24eb.js.map +0 -1
  523. package/dist/core/p-4e5934f3.entry.js +0 -2
  524. package/dist/core/p-4f00aa91.entry.js +0 -2
  525. package/dist/core/p-4f00aa91.entry.js.map +0 -1
  526. package/dist/core/p-54e01fad.entry.js +0 -2
  527. package/dist/core/p-54e01fad.entry.js.map +0 -1
  528. package/dist/core/p-6040a025.entry.js +0 -2
  529. package/dist/core/p-6040a025.entry.js.map +0 -1
  530. package/dist/core/p-62f7f2bd.entry.js +0 -2
  531. package/dist/core/p-62f7f2bd.entry.js.map +0 -1
  532. package/dist/core/p-6eaf585a.entry.js +0 -2
  533. package/dist/core/p-6eaf585a.entry.js.map +0 -1
  534. package/dist/core/p-72310da8.js +0 -2
  535. package/dist/core/p-72310da8.js.map +0 -1
  536. package/dist/core/p-836d302a.entry.js +0 -2
  537. package/dist/core/p-836d302a.entry.js.map +0 -1
  538. package/dist/core/p-881bb783.entry.js +0 -2
  539. package/dist/core/p-881bb783.entry.js.map +0 -1
  540. package/dist/core/p-895a3eb1.entry.js.map +0 -1
  541. package/dist/core/p-8d73a3cc.entry.js.map +0 -1
  542. package/dist/core/p-9a46b1e5.entry.js +0 -2
  543. package/dist/core/p-9a46b1e5.entry.js.map +0 -1
  544. package/dist/core/p-a13dc5ba.entry.js +0 -2
  545. package/dist/core/p-a30d165d.entry.js.map +0 -1
  546. package/dist/core/p-a4582939.entry.js.map +0 -1
  547. package/dist/core/p-a7f95a61.entry.js +0 -2
  548. package/dist/core/p-a7f95a61.entry.js.map +0 -1
  549. package/dist/core/p-a81c9048.entry.js +0 -2
  550. package/dist/core/p-a81c9048.entry.js.map +0 -1
  551. package/dist/core/p-c0687222.entry.js +0 -2
  552. package/dist/core/p-c0687222.entry.js.map +0 -1
  553. package/dist/core/p-c2aef5cc.entry.js +0 -2
  554. package/dist/core/p-c2aef5cc.entry.js.map +0 -1
  555. package/dist/core/p-c4f7e479.entry.js +0 -2
  556. package/dist/core/p-c4f7e479.entry.js.map +0 -1
  557. package/dist/core/p-fb11ce9b.entry.js +0 -2
  558. package/dist/core/p-fb11ce9b.entry.js.map +0 -1
  559. package/dist/core/p-fba58c42.entry.js +0 -2
  560. package/dist/core/p-fba58c42.entry.js.map +0 -1
  561. package/dist/core/p-fd42f129.entry.js.map +0 -1
  562. package/dist/esm/date-helpers-0e5e32a7.js.map +0 -1
  563. package/dist/esm/helpers-5479985d.js.map +0 -1
  564. package/dist/esm/helpers-bbab69a2.js.map +0 -1
  565. package/dist/esm/ic-checkbox.entry.js.map +0 -1
  566. package/dist/esm/ic-empty-state_2.entry.js.map +0 -1
  567. package/dist/esm/index-163fe708.js.map +0 -1
  568. /package/dist/core/{p-1334a78f.entry.js.map → p-12d4803e.entry.js.map} +0 -0
  569. /package/dist/core/{p-d154b26c.entry.js.map → p-1b31a720.entry.js.map} +0 -0
  570. /package/dist/core/{p-08fd225f.entry.js.map → p-214a48c6.entry.js.map} +0 -0
  571. /package/dist/core/{p-0848efa2.entry.js.map → p-2c7e9e71.entry.js.map} +0 -0
  572. /package/dist/core/{p-b8aa37f9.entry.js.map → p-336be00c.entry.js.map} +0 -0
  573. /package/dist/core/{p-272352cb.entry.js.map → p-38f612b0.entry.js.map} +0 -0
  574. /package/dist/core/{p-4da17eda.entry.js.map → p-3ee70c45.entry.js.map} +0 -0
  575. /package/dist/core/{p-762a4d7c.entry.js.map → p-46f64dc5.entry.js.map} +0 -0
  576. /package/dist/core/{p-22e0ed96.entry.js.map → p-5bd43e19.entry.js.map} +0 -0
  577. /package/dist/core/{p-da798f58.entry.js.map → p-5ec11974.entry.js.map} +0 -0
  578. /package/dist/core/{p-be5ad372.entry.js.map → p-65ddc948.entry.js.map} +0 -0
  579. /package/dist/core/{p-e13b43b1.entry.js.map → p-8402fcf7.entry.js.map} +0 -0
  580. /package/dist/core/{p-0e3cb8d0.entry.js.map → p-8856dff4.entry.js.map} +0 -0
  581. /package/dist/core/{p-32720276.entry.js.map → p-91b8ee39.entry.js.map} +0 -0
  582. /package/dist/core/{p-b6db0cc1.entry.js.map → p-9bf0ce9e.entry.js.map} +0 -0
  583. /package/dist/core/{p-afc4ce53.entry.js.map → p-9e5e6070.entry.js.map} +0 -0
  584. /package/dist/core/{p-3d1ba098.entry.js.map → p-b006976c.entry.js.map} +0 -0
  585. /package/dist/core/{p-0c3bd9e6.entry.js.map → p-b334a20d.entry.js.map} +0 -0
  586. /package/dist/core/{p-3e9564b5.entry.js.map → p-b88ae211.entry.js.map} +0 -0
  587. /package/dist/core/{p-96551ddf.entry.js.map → p-c3f26b24.entry.js.map} +0 -0
  588. /package/dist/core/{p-fd006a9b.entry.js.map → p-ca5d3a21.entry.js.map} +0 -0
  589. /package/dist/core/{p-f541034c.entry.js.map → p-cd0dbcea.entry.js.map} +0 -0
@@ -6,14 +6,16 @@
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { IcCardSizes } from "./components/ic-card-horizontal/ic-card-horizontal.types";
9
- import { IcDateFormat, IcInformationStatusOrEmpty, IcPaginationBarOptions, IcSizes, IcThemeMode, IcWeekDays } from "./utils/types";
9
+ import { IcThemeMode } from "@ukic/web-components";
10
10
  import { IcDataTableColumnObject, IcDataTableDataType, IcDataTableDensityOptions, IcDataTableRowHeights, IcDataTableSortOrderOptions, IcDataTableTruncationTypes, IcDensityUpdateEventDetail, IcSortEventDetail } from "./components/ic-data-table/ic-data-table.types";
11
+ import { IcDateFormat, IcInformationStatusOrEmpty, IcPaginationBarOptions, IcSizes, IcThemeMode as IcThemeMode1, IcWeekDays } from "./utils/types";
11
12
  import { IcPaginationAlignmentOptions, IcPaginationLabelTypes, IcPaginationTypes } from "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types";
12
13
  import { IcPageChangeEventDetail } from "./components/ic-pagination-bar/ic-pagination-bar.types";
13
14
  import { IcTreeItemOptions } from "./components/ic-tree-view/ic-tree-view.types";
14
15
  export { IcCardSizes } from "./components/ic-card-horizontal/ic-card-horizontal.types";
15
- export { IcDateFormat, IcInformationStatusOrEmpty, IcPaginationBarOptions, IcSizes, IcThemeMode, IcWeekDays } from "./utils/types";
16
+ export { IcThemeMode } from "@ukic/web-components";
16
17
  export { IcDataTableColumnObject, IcDataTableDataType, IcDataTableDensityOptions, IcDataTableRowHeights, IcDataTableSortOrderOptions, IcDataTableTruncationTypes, IcDensityUpdateEventDetail, IcSortEventDetail } from "./components/ic-data-table/ic-data-table.types";
18
+ export { IcDateFormat, IcInformationStatusOrEmpty, IcPaginationBarOptions, IcSizes, IcThemeMode as IcThemeMode1, IcWeekDays } from "./utils/types";
17
19
  export { IcPaginationAlignmentOptions, IcPaginationLabelTypes, IcPaginationTypes } from "@ukic/web-components/dist/types/components/ic-pagination/ic-pagination.types";
18
20
  export { IcPageChangeEventDetail } from "./components/ic-pagination-bar/ic-pagination-bar.types";
19
21
  export { IcTreeItemOptions } from "./components/ic-tree-view/ic-tree-view.types";
@@ -22,11 +24,11 @@ export namespace Components {
22
24
  /**
23
25
  * If `true`, the horizontal card will be a clickable variant, instead of static.
24
26
  */
25
- "clickable"?: boolean;
27
+ "clickable": boolean;
26
28
  /**
27
29
  * If `true`, the horizontal card will be disabled if it is clickable.
28
30
  */
29
- "disabled"?: boolean;
31
+ "disabled": boolean;
30
32
  /**
31
33
  * The heading for the horizontal card. This is required, unless a slotted heading is used.
32
34
  */
@@ -88,7 +90,7 @@ export namespace Components {
88
90
  /**
89
91
  * Set the density of the table including font and padding.
90
92
  */
91
- "density"?: IcDataTableDensityOptions;
93
+ "density": IcDataTableDensityOptions;
92
94
  /**
93
95
  * If `true`, the built in sort functionality will be disabled. For example, if rows will already be sorted from an external source.
94
96
  */
@@ -96,11 +98,11 @@ export namespace Components {
96
98
  /**
97
99
  * Applies a border to the table container.
98
100
  */
99
- "embedded"?: boolean;
101
+ "embedded": boolean;
100
102
  /**
101
103
  * Sets the row height on all rows in the table that aren't set using the `variableRowHeight` method.
102
104
  */
103
- "globalRowHeight"?: IcDataTableRowHeights;
105
+ "globalRowHeight": IcDataTableRowHeights;
104
106
  /**
105
107
  * Sets the table height. Can be set to `auto` or a specific value in `px`, `rem`, or `%`.
106
108
  */
@@ -109,14 +111,10 @@ export namespace Components {
109
111
  * If `true`, column headers will not be visible.
110
112
  */
111
113
  "hideColumnHeaders"?: boolean;
112
- /**
113
- * If `true`, the selected row is highlighted using a background colour.
114
- */
115
- "highlightSelectedRow"?: boolean;
116
114
  /**
117
115
  * When set to `true`, the full table will show a loading state, featuring a radial indicator.
118
116
  */
119
- "loading"?: boolean;
117
+ "loading": boolean;
120
118
  /**
121
119
  * Sets the props for the circular loading indicator used in the loading state.
122
120
  */
@@ -141,15 +139,19 @@ export namespace Components {
141
139
  /**
142
140
  * The minimum amount of time the `loading` state displays for before showing the data. Used to prevent flashing in the component.
143
141
  */
144
- "minimumLoadingDisplayDuration"?: number;
142
+ "minimumLoadingDisplayDuration": number;
145
143
  /**
146
144
  * Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.
147
145
  */
148
- "paginationBarOptions"?: IcPaginationBarOptions;
146
+ "paginationBarOptions": IcPaginationBarOptions;
149
147
  /**
150
148
  * Resets the `globalRowHeight` prop to number or auto and sets the `variableRowHeight` prop to `null`.
151
149
  */
152
150
  "resetRowHeights": (rowHeight?: number | "auto") => Promise<void>;
151
+ /**
152
+ * If `true`, a checkbox column will be displayed to the left of the table which allows multiple rows to be selected.
153
+ */
154
+ "rowSelection": boolean;
153
155
  /**
154
156
  * If `true`, adds a pagination bar to the bottom of the table.
155
157
  */
@@ -157,7 +159,7 @@ export namespace Components {
157
159
  /**
158
160
  * Sets the order columns will be sorted in and allows for 'default' sorts to be added.
159
161
  */
160
- "sortOptions"?: {
162
+ "sortOptions": {
161
163
  sortOrders: IcDataTableSortOrderOptions[];
162
164
  defaultColumn?: string;
163
165
  };
@@ -168,11 +170,11 @@ export namespace Components {
168
170
  /**
169
171
  * If `true`, column headers will remain at the top of the table when scrolling vertically.
170
172
  */
171
- "stickyColumnHeaders"?: boolean;
173
+ "stickyColumnHeaders": boolean;
172
174
  /**
173
175
  * If `true`, row headers will remain to the left when scrolling horizontally.
174
176
  */
175
- "stickyRowHeaders"?: boolean;
177
+ "stickyRowHeaders": boolean;
176
178
  /**
177
179
  * Sets the layout of the table
178
180
  */
@@ -180,7 +182,7 @@ export namespace Components {
180
182
  /**
181
183
  * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
182
184
  */
183
- "theme"?: IcThemeMode;
185
+ "theme"?: IcThemeMode1;
184
186
  /**
185
187
  * 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.
186
188
  */
@@ -188,7 +190,7 @@ export namespace Components {
188
190
  /**
189
191
  * If `true`, the table displays a linear loading indicator below the header row to indicate an updating state.
190
192
  */
191
- "updating"?: boolean;
193
+ "updating": boolean;
192
194
  /**
193
195
  * Sets the props for the linear loading indicator used in the updating state.
194
196
  */
@@ -233,15 +235,15 @@ export namespace Components {
233
235
  /**
234
236
  * The format in which the date will be displayed.
235
237
  */
236
- "dateFormat"?: IcDateFormat;
238
+ "dateFormat": IcDateFormat;
237
239
  /**
238
240
  * The days of the week to disable.
239
241
  */
240
- "disableDays"?: IcWeekDays[];
242
+ "disableDays": IcWeekDays[];
241
243
  /**
242
244
  * The text to display as the validation message when `disableDays` is set and a disabled date is entered.
243
245
  */
244
- "disableDaysMessage"?: string;
246
+ "disableDaysMessage": string;
245
247
  /**
246
248
  * If `true`, dates in the future are not allowed. A validation message will appear if a date in the future is entered.
247
249
  */
@@ -249,7 +251,7 @@ export namespace Components {
249
251
  /**
250
252
  * The text to display as the validation message when `disableFuture` is true and a date in the future is entered.
251
253
  */
252
- "disableFutureMessage"?: string;
254
+ "disableFutureMessage": string;
253
255
  /**
254
256
  * If `true`, dates in the past are not allowed. A validation message will appear if a date in the past is entered.
255
257
  */
@@ -257,11 +259,11 @@ export namespace Components {
257
259
  /**
258
260
  * The text to display as the validation message when `disablePast` is true and a date in the past is entered.
259
261
  */
260
- "disablePastMessage"?: string;
262
+ "disablePastMessage": string;
261
263
  /**
262
264
  * If `true`, the disabled state will be set.
263
265
  */
264
- "disabled"?: boolean;
266
+ "disabled": boolean;
265
267
  /**
266
268
  * If `true`, every individual input field completed will emit an icChange event.
267
269
  */
@@ -270,11 +272,11 @@ export namespace Components {
270
272
  * Returns the value as a Date object
271
273
  * @returns Date
272
274
  */
273
- "getDate": () => Promise<Date>;
275
+ "getDate": () => Promise<Date | null>;
274
276
  /**
275
277
  * The helper text that will be displayed for additional field guidance. This will default to the text "Use format" along with the `dateFormat` value.
276
278
  */
277
- "helperText"?: string;
279
+ "helperText": string | null;
278
280
  /**
279
281
  * If `true`, the helper text will be visually hidden, but still read out by screenreaders.
280
282
  */
@@ -286,11 +288,11 @@ export namespace Components {
286
288
  /**
287
289
  * The ID for the input.
288
290
  */
289
- "inputId"?: string;
291
+ "inputId": string;
290
292
  /**
291
293
  * The text to display as the validation message when an invalid date is entered.
292
294
  */
293
- "invalidDateMessage"?: string;
295
+ "invalidDateMessage": string;
294
296
  /**
295
297
  * The label for the date input.
296
298
  */
@@ -298,11 +300,11 @@ export namespace Components {
298
300
  /**
299
301
  * 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`.
300
302
  */
301
- "max"?: string | Date;
303
+ "max": string | Date;
302
304
  /**
303
305
  * 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`.
304
306
  */
305
- "min"?: string | Date;
307
+ "min": string | Date;
306
308
  /**
307
309
  * The name of the control, which is submitted with the form data.
308
310
  */
@@ -310,7 +312,7 @@ export namespace Components {
310
312
  /**
311
313
  * If `true`, the input will require a value.
312
314
  */
313
- "required"?: boolean;
315
+ "required": boolean;
314
316
  "setCalendarFocus": () => Promise<void>;
315
317
  "setDisableDays": (days: IcWeekDays[]) => Promise<void>;
316
318
  "showCalendarButton"?: boolean;
@@ -321,16 +323,16 @@ export namespace Components {
321
323
  /**
322
324
  * The size of the date input to be displayed.
323
325
  */
324
- "size"?: IcSizes;
326
+ "size": IcSizes;
325
327
  /**
326
328
  * Sets the date picker to the dark or light theme colors. "inherit" will set the color based on the system settings or ic-theme component.
327
329
  */
328
- "theme"?: IcThemeMode;
329
- "triggerIcChange": (d: Date) => Promise<void>;
330
+ "theme"?: IcThemeMode1;
331
+ "triggerIcChange": (d: Date | null) => Promise<void>;
330
332
  /**
331
333
  * The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.
332
334
  */
333
- "validationStatus"?: IcInformationStatusOrEmpty;
335
+ "validationStatus": IcInformationStatusOrEmpty;
334
336
  /**
335
337
  * The text to display as the validation message. This will override the built-in date validation.
336
338
  */
@@ -344,7 +346,7 @@ export namespace Components {
344
346
  /**
345
347
  * The format in which the date will be displayed.
346
348
  */
347
- "dateFormat"?: IcDateFormat;
349
+ "dateFormat": IcDateFormat;
348
350
  /**
349
351
  * The days of the week to disable.
350
352
  */
@@ -372,7 +374,7 @@ export namespace Components {
372
374
  /**
373
375
  * If `true`, the disabled state will be set.
374
376
  */
375
- "disabled"?: boolean;
377
+ "disabled": boolean;
376
378
  /**
377
379
  * If `true`, every individual input field completed will emit an icChange event.
378
380
  */
@@ -404,11 +406,11 @@ export namespace Components {
404
406
  /**
405
407
  * 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`.
406
408
  */
407
- "max"?: string | Date;
409
+ "max": string | Date;
408
410
  /**
409
411
  * 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`.
410
412
  */
411
- "min"?: string | Date;
413
+ "min": string | Date;
412
414
  /**
413
415
  * The name of the control, which is submitted with the form data.
414
416
  */
@@ -440,11 +442,11 @@ export namespace Components {
440
442
  /**
441
443
  * The first day of the week. `0` for Sunday, `1` for Monday, etc. Default is Monday.
442
444
  */
443
- "startOfWeek"?: IcWeekDays;
445
+ "startOfWeek": IcWeekDays;
444
446
  /**
445
447
  * Sets the date picker to the dark or light theme colors. "inherit" will set the color based on the system settings or ic-theme component.
446
448
  */
447
- "theme"?: IcThemeMode;
449
+ "theme"?: IcThemeMode1;
448
450
  /**
449
451
  * The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.
450
452
  */
@@ -531,12 +533,12 @@ export namespace Components {
531
533
  /**
532
534
  * If `true`, the tree item appears in the disabled state.
533
535
  */
534
- "disabled"?: boolean;
536
+ "disabled": boolean;
535
537
  /**
536
538
  * If `true`, the tree item appears in the expanded state.
537
539
  */
538
540
  "expanded": boolean;
539
- "focusInset"?: boolean;
541
+ "focusInset": boolean;
540
542
  "hasParentExpanded": boolean;
541
543
  /**
542
544
  * 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.
@@ -551,7 +553,7 @@ export namespace Components {
551
553
  * The label of the tree item.
552
554
  */
553
555
  "label": string;
554
- "previousTruncateTreeItem": boolean;
556
+ "previousTruncateTreeItem"?: boolean;
555
557
  /**
556
558
  * How much of the referrer to send when following the link.
557
559
  */
@@ -576,7 +578,7 @@ export namespace Components {
576
578
  /**
577
579
  * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
578
580
  */
579
- "theme"?: IcThemeMode;
581
+ "theme"?: IcThemeMode1;
580
582
  /**
581
583
  * If `true`, the tree item label will be truncated instead of text wrapping.
582
584
  */
@@ -587,11 +589,11 @@ export namespace Components {
587
589
  /**
588
590
  * If `true`, tree items will have inset focus.
589
591
  */
590
- "focusInset"?: boolean;
592
+ "focusInset": boolean;
591
593
  /**
592
594
  * The heading of the tree view.
593
595
  */
594
- "heading"?: string;
596
+ "heading": string;
595
597
  /**
596
598
  * The size of the tree view.
597
599
  */
@@ -599,7 +601,7 @@ export namespace Components {
599
601
  /**
600
602
  * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
601
603
  */
602
- "theme"?: IcThemeMode;
604
+ "theme"?: IcThemeMode1;
603
605
  /**
604
606
  * The content within the tree view tree items. This will take precedence over slotted content.
605
607
  */
@@ -607,11 +609,11 @@ export namespace Components {
607
609
  /**
608
610
  * If `true`, the tree view heading will be truncated instead of text wrapping. When used on small devices, this prop will be overridden and headings will be set to text-wrap.
609
611
  */
610
- "truncateHeading"?: boolean;
612
+ "truncateHeading": boolean;
611
613
  /**
612
614
  * If `true`, tree items will be truncated, unless they are individually overridden. When used on small devices, this prop will be overridden and tree-items will be set to text-wrap.
613
615
  */
614
- "truncateTreeItems"?: boolean;
616
+ "truncateTreeItems": boolean;
615
617
  }
616
618
  }
617
619
  export interface IcDataTableCustomEvent<T> extends CustomEvent<T> {
@@ -647,7 +649,11 @@ declare global {
647
649
  };
648
650
  interface HTMLIcDataTableElementEventMap {
649
651
  "icRowHeightChange": void;
650
- "icSelectedRowChange": object;
652
+ "icSelectAllRows": IcDataTableDataType[];
653
+ "icSelectedRowChange": {
654
+ row: IcDataTableDataType | null;
655
+ selectedRows: IcDataTableDataType[];
656
+ };
651
657
  "icSortChange": IcSortEventDetail;
652
658
  }
653
659
  interface HTMLIcDataTableElement extends Components.IcDataTable, HTMLStencilElement {
@@ -682,13 +688,18 @@ declare global {
682
688
  new (): HTMLIcDataTableTitleBarElement;
683
689
  };
684
690
  interface HTMLIcDateInputElementEventMap {
685
- "calendarButtonClicked": { value: Date };
686
- "icBlur": { value: Date };
691
+ "calendarButtonClicked": { value: Date | null };
692
+ "icBlur": { value: Date | null };
687
693
  "icChange": {
688
- value: Date;
689
- dateObject: { day: string; month: string; year: string };
694
+ value: Date | null;
695
+ dateObject: {
696
+ day: string | null;
697
+ month: string | null;
698
+ year: string | null;
699
+ };
700
+ utcValue: Date | null;
690
701
  };
691
- "icFocus": { value: Date };
702
+ "icFocus": { value: Date | null };
692
703
  }
693
704
  interface HTMLIcDateInputElement extends Components.IcDateInput, HTMLStencilElement {
694
705
  addEventListener<K extends keyof HTMLIcDateInputElementEventMap>(type: K, listener: (this: HTMLIcDateInputElement, ev: IcDateInputCustomEvent<HTMLIcDateInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -861,10 +872,6 @@ declare namespace LocalJSX {
861
872
  * If `true`, column headers will not be visible.
862
873
  */
863
874
  "hideColumnHeaders"?: boolean;
864
- /**
865
- * If `true`, the selected row is highlighted using a background colour.
866
- */
867
- "highlightSelectedRow"?: boolean;
868
875
  /**
869
876
  * When set to `true`, the full table will show a loading state, featuring a radial indicator.
870
877
  */
@@ -898,10 +905,17 @@ declare namespace LocalJSX {
898
905
  * Emitted when the `globalRowHeight` or `variableRowHeight` properties change in the data table.
899
906
  */
900
907
  "onIcRowHeightChange"?: (event: IcDataTableCustomEvent<void>) => void;
908
+ /**
909
+ * Emitted when all rows are selected or deselected in the data table via the "select all" checkbox.
910
+ */
911
+ "onIcSelectAllRows"?: (event: IcDataTableCustomEvent<IcDataTableDataType[]>) => void;
901
912
  /**
902
913
  * Emitted when the selected row changes in the data table.
903
914
  */
904
- "onIcSelectedRowChange"?: (event: IcDataTableCustomEvent<object>) => void;
915
+ "onIcSelectedRowChange"?: (event: IcDataTableCustomEvent<{
916
+ row: IcDataTableDataType | null;
917
+ selectedRows: IcDataTableDataType[];
918
+ }>) => void;
905
919
  /**
906
920
  * Emitted when a column sort button is clicked.
907
921
  */
@@ -910,6 +924,10 @@ declare namespace LocalJSX {
910
924
  * Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.
911
925
  */
912
926
  "paginationBarOptions"?: IcPaginationBarOptions;
927
+ /**
928
+ * If `true`, a checkbox column will be displayed to the left of the table which allows multiple rows to be selected.
929
+ */
930
+ "rowSelection"?: boolean;
913
931
  /**
914
932
  * If `true`, adds a pagination bar to the bottom of the table.
915
933
  */
@@ -940,7 +958,7 @@ declare namespace LocalJSX {
940
958
  /**
941
959
  * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
942
960
  */
943
- "theme"?: IcThemeMode;
961
+ "theme"?: IcThemeMode1;
944
962
  /**
945
963
  * 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.
946
964
  */
@@ -1033,7 +1051,7 @@ declare namespace LocalJSX {
1033
1051
  /**
1034
1052
  * The helper text that will be displayed for additional field guidance. This will default to the text "Use format" along with the `dateFormat` value.
1035
1053
  */
1036
- "helperText"?: string;
1054
+ "helperText"?: string | null;
1037
1055
  /**
1038
1056
  * If `true`, the helper text will be visually hidden, but still read out by screenreaders.
1039
1057
  */
@@ -1069,18 +1087,23 @@ declare namespace LocalJSX {
1069
1087
  /**
1070
1088
  * Emitted when the input loses focus.
1071
1089
  */
1072
- "onIcBlur"?: (event: IcDateInputCustomEvent<{ value: Date }>) => void;
1090
+ "onIcBlur"?: (event: IcDateInputCustomEvent<{ value: Date | null }>) => void;
1073
1091
  /**
1074
1092
  * Emitted when the value has changed.
1075
1093
  */
1076
1094
  "onIcChange"?: (event: IcDateInputCustomEvent<{
1077
- value: Date;
1078
- dateObject: { day: string; month: string; year: string };
1095
+ value: Date | null;
1096
+ dateObject: {
1097
+ day: string | null;
1098
+ month: string | null;
1099
+ year: string | null;
1100
+ };
1101
+ utcValue: Date | null;
1079
1102
  }>) => void;
1080
1103
  /**
1081
1104
  * Emitted when the input gains focus.
1082
1105
  */
1083
- "onIcFocus"?: (event: IcDateInputCustomEvent<{ value: Date }>) => void;
1106
+ "onIcFocus"?: (event: IcDateInputCustomEvent<{ value: Date | null }>) => void;
1084
1107
  /**
1085
1108
  * If `true`, the input will require a value.
1086
1109
  */
@@ -1096,7 +1119,7 @@ declare namespace LocalJSX {
1096
1119
  /**
1097
1120
  * Sets the date picker to the dark or light theme colors. "inherit" will set the color based on the system settings or ic-theme component.
1098
1121
  */
1099
- "theme"?: IcThemeMode;
1122
+ "theme"?: IcThemeMode1;
1100
1123
  /**
1101
1124
  * The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.
1102
1125
  */
@@ -1218,7 +1241,7 @@ declare namespace LocalJSX {
1218
1241
  /**
1219
1242
  * Sets the date picker to the dark or light theme colors. "inherit" will set the color based on the system settings or ic-theme component.
1220
1243
  */
1221
- "theme"?: IcThemeMode;
1244
+ "theme"?: IcThemeMode1;
1222
1245
  /**
1223
1246
  * The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in date validation.
1224
1247
  */
@@ -1353,7 +1376,7 @@ declare namespace LocalJSX {
1353
1376
  /**
1354
1377
  * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1355
1378
  */
1356
- "theme"?: IcThemeMode;
1379
+ "theme"?: IcThemeMode1;
1357
1380
  /**
1358
1381
  * If `true`, the tree item label will be truncated instead of text wrapping.
1359
1382
  */
@@ -1375,7 +1398,7 @@ declare namespace LocalJSX {
1375
1398
  /**
1376
1399
  * Sets the theme color to the dark or light theme color. "inherit" will set the color based on the system settings or ic-theme component.
1377
1400
  */
1378
- "theme"?: IcThemeMode;
1401
+ "theme"?: IcThemeMode1;
1379
1402
  /**
1380
1403
  * The content within the tree view tree items. This will take precedence over slotted content.
1381
1404
  */
@@ -13,10 +13,10 @@ export declare const getMonthEnd: (date: Date) => Date;
13
13
  /**
14
14
  * Compare if two dates are equal exactly equal
15
15
  */
16
- export declare const dateMatches: (a: Date, b: Date) => boolean;
17
- export declare const clampDate: (date: Date, min: Date, max: Date) => Date;
16
+ export declare const dateMatches: (a: Date | null, b: Date | null) => boolean;
17
+ export declare const clampDate: (date: Date, min: Date | null, max: Date | null) => Date;
18
18
  /**
19
19
  * Compare if date is within specified range
20
20
  */
21
- export declare const dateInRange: (date: Date, min: Date, max: Date) => boolean;
22
- export declare const yearInRange: (year: number, min: Date, max: Date) => boolean;
21
+ export declare const dateInRange: (date: Date, min: Date | null, max: Date | null) => boolean;
22
+ export declare const yearInRange: (year: number | null, min: Date | null, max: Date | null) => boolean;
@@ -1,11 +1,10 @@
1
1
  /**
2
2
  * To investigate:
3
- * IcColorRGBA works via @ukic/web-components but IcBrandForeground does not even though they are exported
3
+ * IcColorRGBA works via @ukic/web-components but IcBrandForegroundEnum does not even though they are exported
4
4
  * from @ukic/web-components in the same file. Why?
5
5
  */
6
- import { IcCallbackFunctionNoReturn, IcInformationStatusOrEmpty, IcNavParentDetails, IcPropObject, IcSearchMatchPositions, IcColorRGBA } from "@ukic/web-components";
7
- import { IcMenuOption, IcBrandForeground } from "./types";
8
6
  import { EventEmitter } from "../stencil-public-runtime";
7
+ import { IcBrandForeground, IcCallbackFunctionNoReturn, IcColorRGBA, IcInformationStatusOrEmpty, IcMenuOption, IcNavParentDetails, IcPropObject, IcSearchMatchPositions } from "@ukic/web-components";
9
8
  import { IcDataTableDataType } from "../interface";
10
9
  /**
11
10
  * converts an enum of strings into an array of strings
@@ -50,7 +49,7 @@ export declare const removeHiddenInput: (container: HTMLElement) => void;
50
49
  * ""
51
50
  * @returns IcBrandForeground depending on the context
52
51
  */
53
- export declare const getBrandFromContext: (el: Element, brandFromEvent?: IcBrandForeground) => IcBrandForeground;
52
+ export declare const getBrandFromContext: (el: Element, brandFromEvent?: IcBrandForeground | null) => IcBrandForeground;
54
53
  /**
55
54
  * Will create a button within the lightDOM which interacts with the parent form.
56
55
  * This is required as buttons within the shadowDOM will not invoke a submit or reset
@@ -59,7 +58,7 @@ export declare const getBrandFromContext: (el: Element, brandFromEvent?: IcBrand
59
58
  * @param button - shadowDOM button
60
59
  */
61
60
  export declare const handleHiddenFormButtonClick: (form: HTMLFormElement, button: HTMLIcButtonElement | HTMLButtonElement) => void;
62
- export declare const isEmptyString: (value: string) => boolean;
61
+ export declare const isEmptyString: (value: string | null) => boolean;
63
62
  export declare const isPropDefined: (prop: string) => string | null;
64
63
  export declare const deviceSizeMatches: (size: number) => boolean;
65
64
  export declare const getCurrentDeviceSize: () => number;
@@ -80,8 +79,8 @@ export declare const getBrandForegroundAppearance: () => IcBrandForeground;
80
79
  export declare const getSlot: (element: HTMLElement, name: string) => Element | null;
81
80
  export declare const slotHasContent: (element: HTMLElement, name: string) => boolean;
82
81
  export declare const getSlotContent: (element: HTMLElement, name: string) => Element[] | NodeListOf<ChildNode> | null;
83
- export declare const getSlotElements: (slot: Element) => NodeListOf<ChildNode> | Element[];
84
- export declare const getNavItemParentDetails: (el: HTMLElement) => IcNavParentDetails;
82
+ export declare const getSlotElements: (slot: Element) => NodeListOf<ChildNode> | Element[] | null;
83
+ export declare const getNavItemParentDetails: ({ parentElement, }: HTMLElement) => IcNavParentDetails;
85
84
  export declare const DEVICE_SIZES: {
86
85
  XS: number;
87
86
  S: number;
@@ -123,13 +122,6 @@ export declare const getOptionsWithoutGroupTitlesCount: (options: IcMenuOption[]
123
122
  export declare const hexToRgba: (hex: string) => IcColorRGBA;
124
123
  export declare const rgbaStrToObj: (rgbaStr: string) => IcColorRGBA;
125
124
  export declare const elementOverflowsX: (element: HTMLElement) => boolean;
126
- /**
127
- *
128
- * @param child - The child element
129
- * @returns string
130
- */
131
- export declare const getParentElementType: (child: HTMLElement) => string;
132
- export declare const getParentElement: (child: HTMLElement) => HTMLElement;
133
125
  export declare const hasClassificationBanner: () => boolean;
134
126
  export declare const pxToRem: (px: string, base?: number) => string;
135
127
  export declare const isNumeric: (value: string) => boolean;
@@ -137,7 +129,6 @@ export declare const hasValidationStatus: (status: IcInformationStatusOrEmpty, d
137
129
  export declare const onComponentRequiredPropUndefined: (props: IcPropObject[], component: string) => void;
138
130
  export declare const kebabToCamelCase: (kebabCase: string) => string;
139
131
  export declare const checkResizeObserver: (callbackFn: IcCallbackFunctionNoReturn) => void;
140
- export declare const getForm: (el: HTMLElement) => HTMLFormElement;
141
132
  export declare const addFormResetListener: (el: HTMLElement, callbackFn: IcCallbackFunctionNoReturn) => void;
142
133
  export declare const removeFormResetListener: (el: HTMLElement, callbackFn: IcCallbackFunctionNoReturn) => void;
143
134
  export declare const removeDisabledFalse: (disabled: boolean, element: HTMLElement) => void;