@ukic/canary-web-components 2.0.0-canary.35 → 2.0.0-canary.37

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 (312) hide show
  1. package/dist/cjs/core.cjs.js +1 -1
  2. package/dist/cjs/ic-badge.cjs.entry.js +23 -0
  3. package/dist/cjs/ic-badge.cjs.entry.js.map +1 -1
  4. package/dist/cjs/ic-button_3.cjs.entry.js.map +1 -1
  5. package/dist/cjs/ic-card.cjs.entry.js +1 -1
  6. package/dist/cjs/ic-card.cjs.entry.js.map +1 -1
  7. package/dist/cjs/ic-checkbox.cjs.entry.js +1 -1
  8. package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
  9. package/dist/cjs/ic-data-table-title-bar.cjs.entry.js +1 -1
  10. package/dist/cjs/ic-data-table-title-bar.cjs.entry.js.map +1 -1
  11. package/dist/cjs/ic-data-table.cjs.entry.js +11 -8
  12. package/dist/cjs/ic-data-table.cjs.entry.js.map +1 -1
  13. package/dist/cjs/ic-date-input.cjs.entry.js +7 -1
  14. package/dist/cjs/ic-date-input.cjs.entry.js.map +1 -1
  15. package/dist/cjs/ic-dialog.cjs.entry.js +20 -5
  16. package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -1
  17. package/dist/cjs/ic-empty-state_2.cjs.entry.js +17 -7
  18. package/dist/cjs/ic-empty-state_2.cjs.entry.js.map +1 -1
  19. package/dist/cjs/ic-link.cjs.entry.js +1 -1
  20. package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
  21. package/dist/cjs/ic-menu.cjs.entry.js +1 -1
  22. package/dist/cjs/ic-menu.cjs.entry.js.map +1 -1
  23. package/dist/cjs/ic-navigation-button.cjs.entry.js +2 -2
  24. package/dist/cjs/ic-navigation-button.cjs.entry.js.map +1 -1
  25. package/dist/cjs/ic-pagination_4.cjs.entry.js +1 -1
  26. package/dist/cjs/ic-pagination_4.cjs.entry.js.map +1 -1
  27. package/dist/cjs/ic-popover-menu.cjs.entry.js +1 -1
  28. package/dist/cjs/ic-popover-menu.cjs.entry.js.map +1 -1
  29. package/dist/cjs/ic-radio-group.cjs.entry.js +2 -1
  30. package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
  31. package/dist/cjs/ic-tree-item.cjs.entry.js +8 -0
  32. package/dist/cjs/ic-tree-item.cjs.entry.js.map +1 -1
  33. package/dist/cjs/ic-tree-view.cjs.entry.js +15 -8
  34. package/dist/cjs/ic-tree-view.cjs.entry.js.map +1 -1
  35. package/dist/cjs/loader.cjs.js +1 -1
  36. package/dist/collection/components/ic-data-table/ic-data-table.css +19 -2
  37. package/dist/collection/components/ic-data-table/ic-data-table.js +28 -7
  38. package/dist/collection/components/ic-data-table/ic-data-table.js.map +1 -1
  39. package/dist/collection/components/ic-data-table/ic-data-table.types.js.map +1 -1
  40. package/dist/collection/components/ic-data-table/story-data.js +74 -4
  41. package/dist/collection/components/ic-data-table/story-data.js.map +1 -1
  42. package/dist/collection/components/ic-data-table/test/basic/ic-data-table.spec.js +4 -1
  43. package/dist/collection/components/ic-data-table/test/basic/ic-data-table.spec.js.map +1 -1
  44. package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.css +6 -6
  45. package/dist/collection/components/ic-date-input/ic-date-input.js +7 -1
  46. package/dist/collection/components/ic-date-input/ic-date-input.js.map +1 -1
  47. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.js +17 -7
  48. package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.js.map +1 -1
  49. package/dist/collection/components/ic-tree-item/ic-tree-item.js +8 -0
  50. package/dist/collection/components/ic-tree-item/ic-tree-item.js.map +1 -1
  51. package/dist/collection/components/ic-tree-view/ic-tree-view.css +4 -0
  52. package/dist/collection/components/ic-tree-view/ic-tree-view.js +14 -7
  53. package/dist/collection/components/ic-tree-view/ic-tree-view.js.map +1 -1
  54. package/dist/components/helpers.js +1 -1
  55. package/dist/components/ic-badge.js +25 -2
  56. package/dist/components/ic-badge.js.map +1 -1
  57. package/dist/components/ic-card.js +1 -1
  58. package/dist/components/ic-card.js.map +1 -1
  59. package/dist/components/ic-checkbox.js +1 -1
  60. package/dist/components/ic-checkbox.js.map +1 -1
  61. package/dist/components/ic-data-table-title-bar.js +1 -1
  62. package/dist/components/ic-data-table-title-bar.js.map +1 -1
  63. package/dist/components/ic-data-table.js +12 -8
  64. package/dist/components/ic-data-table.js.map +1 -1
  65. package/dist/components/ic-date-input2.js +7 -1
  66. package/dist/components/ic-date-input2.js.map +1 -1
  67. package/dist/components/ic-dialog.js +21 -6
  68. package/dist/components/ic-dialog.js.map +1 -1
  69. package/dist/components/ic-footer.js +1 -1
  70. package/dist/components/ic-horizontal-scroll2.js +1 -1
  71. package/dist/components/ic-link2.js +1 -1
  72. package/dist/components/ic-link2.js.map +1 -1
  73. package/dist/components/ic-menu2.js +1 -1
  74. package/dist/components/ic-menu2.js.map +1 -1
  75. package/dist/components/ic-navigation-button.js +2 -2
  76. package/dist/components/ic-navigation-button.js.map +1 -1
  77. package/dist/components/ic-pagination-bar2.js +17 -7
  78. package/dist/components/ic-pagination-bar2.js.map +1 -1
  79. package/dist/components/ic-popover-menu.js +2 -2
  80. package/dist/components/ic-popover-menu.js.map +1 -1
  81. package/dist/components/ic-radio-group.js +2 -1
  82. package/dist/components/ic-radio-group.js.map +1 -1
  83. package/dist/components/ic-select2.js +1 -1
  84. package/dist/components/ic-select2.js.map +1 -1
  85. package/dist/components/ic-side-navigation.js +1 -1
  86. package/dist/components/ic-tooltip2.js.map +1 -1
  87. package/dist/components/ic-tree-item.js +8 -0
  88. package/dist/components/ic-tree-item.js.map +1 -1
  89. package/dist/components/ic-tree-view.js +15 -8
  90. package/dist/components/ic-tree-view.js.map +1 -1
  91. package/dist/core/core.esm.js +1 -1
  92. package/dist/core/core.esm.js.map +1 -1
  93. package/dist/core/{p-20241d58.entry.js → p-074e64d0.entry.js} +2 -2
  94. package/dist/core/{p-26aeefc3.entry.js → p-0f1706e8.entry.js} +2 -2
  95. package/dist/core/{p-d1e0479c.entry.js → p-11877d23.entry.js} +2 -2
  96. package/dist/core/{p-ba353ac3.entry.js → p-1e450833.entry.js} +2 -2
  97. package/dist/core/{p-f4b76daa.entry.js → p-23408776.entry.js} +2 -2
  98. package/dist/core/{p-758f03e8.entry.js → p-2d44b81a.entry.js} +2 -2
  99. package/dist/core/{p-a3d903e4.entry.js → p-2ea7af8b.entry.js} +2 -2
  100. package/dist/core/{p-f2bb3c93.entry.js → p-38f329ab.entry.js} +2 -2
  101. package/dist/core/{p-844fb240.entry.js → p-3cd2056f.entry.js} +2 -2
  102. package/dist/core/p-3d00ad9e.entry.js +2 -0
  103. package/dist/core/p-3d00ad9e.entry.js.map +1 -0
  104. package/dist/core/{p-c0242c21.entry.js → p-44680720.entry.js} +2 -2
  105. package/dist/core/{p-3169d95e.entry.js → p-487fd924.entry.js} +2 -2
  106. package/dist/core/p-56db5123.entry.js +2 -0
  107. package/dist/core/p-56db5123.entry.js.map +1 -0
  108. package/dist/core/p-58331a86.entry.js +2 -0
  109. package/dist/core/p-58331a86.entry.js.map +1 -0
  110. package/dist/core/p-5a90eaa8.entry.js +2 -0
  111. package/dist/core/p-5a90eaa8.entry.js.map +1 -0
  112. package/dist/core/{p-a4088bd7.entry.js → p-656378ba.entry.js} +2 -2
  113. package/dist/core/{p-d171c71d.entry.js → p-6cdf5de2.entry.js} +2 -2
  114. package/dist/core/{p-dd550e9b.entry.js → p-70ad364c.entry.js} +2 -2
  115. package/dist/core/{p-c1b268fd.entry.js → p-70c659ec.entry.js} +2 -2
  116. package/dist/core/{p-124279fa.entry.js → p-71bbb583.entry.js} +2 -2
  117. package/dist/core/p-74b42302.entry.js +2 -0
  118. package/dist/core/p-74b42302.entry.js.map +1 -0
  119. package/dist/core/p-75bd12f8.entry.js +2 -0
  120. package/dist/core/p-75bd12f8.entry.js.map +1 -0
  121. package/dist/core/{p-03d83d2c.entry.js → p-780294b8.entry.js} +2 -2
  122. package/dist/core/{p-382b88b2.entry.js → p-7edc19be.entry.js} +2 -2
  123. package/dist/core/{p-9c9147fa.entry.js → p-89112e37.entry.js} +2 -2
  124. package/dist/core/p-89112e37.entry.js.map +1 -0
  125. package/dist/core/p-8ced1495.entry.js +2 -0
  126. package/dist/core/p-8ced1495.entry.js.map +1 -0
  127. package/dist/core/{p-8c2c86b5.entry.js → p-95545b4c.entry.js} +2 -2
  128. package/dist/core/{p-b02ad2c4.entry.js → p-95d057b8.entry.js} +2 -2
  129. package/dist/core/{p-9adb2a49.entry.js → p-987cd821.entry.js} +2 -2
  130. package/dist/core/p-987cd821.entry.js.map +1 -0
  131. package/dist/core/{p-29a040ef.entry.js → p-9b386822.entry.js} +2 -2
  132. package/dist/core/{p-a6fb5fe3.entry.js → p-9bbe221f.entry.js} +2 -2
  133. package/dist/core/{p-deedc7d3.entry.js → p-9f58998d.entry.js} +2 -2
  134. package/dist/core/p-ab311c2e.entry.js +2 -0
  135. package/dist/core/p-ab311c2e.entry.js.map +1 -0
  136. package/dist/core/{p-72a584f4.entry.js → p-ac8090a5.entry.js} +2 -2
  137. package/dist/core/p-b4f824a6.entry.js +2 -0
  138. package/dist/core/p-b4f824a6.entry.js.map +1 -0
  139. package/dist/core/{p-95871655.entry.js → p-bc350ec5.entry.js} +2 -2
  140. package/dist/core/{p-95871655.entry.js.map → p-bc350ec5.entry.js.map} +1 -1
  141. package/dist/core/{p-5f71f24c.entry.js → p-bede1b52.entry.js} +2 -2
  142. package/dist/core/{p-da506987.js → p-bf06977d.js} +2 -2
  143. package/dist/core/{p-ff35dcea.entry.js → p-c0a2a040.entry.js} +2 -2
  144. package/dist/core/{p-ff35dcea.entry.js.map → p-c0a2a040.entry.js.map} +1 -1
  145. package/dist/core/{p-3a2523df.entry.js → p-c41d12e6.entry.js} +2 -2
  146. package/dist/core/p-c41d12e6.entry.js.map +1 -0
  147. package/dist/core/{p-3b1c88ad.entry.js → p-c7261d64.entry.js} +2 -2
  148. package/dist/core/{p-3e7b08c7.entry.js → p-c97463bc.entry.js} +2 -2
  149. package/dist/core/{p-aabb04c8.entry.js → p-ccc37027.entry.js} +2 -2
  150. package/dist/core/{p-12a5b481.entry.js → p-d0020f6f.entry.js} +2 -2
  151. package/dist/core/{p-e85505ec.entry.js → p-d1045cd5.entry.js} +2 -2
  152. package/dist/core/{p-4f118361.entry.js → p-d921dc2c.entry.js} +2 -2
  153. package/dist/core/p-d921dc2c.entry.js.map +1 -0
  154. package/dist/core/{p-34de5ffb.entry.js → p-da398a5d.entry.js} +2 -2
  155. package/dist/core/{p-8ef60479.entry.js → p-db5af9f7.entry.js} +2 -2
  156. package/dist/core/p-dd4c83ad.entry.js +2 -0
  157. package/dist/core/p-dd4c83ad.entry.js.map +1 -0
  158. package/dist/core/{p-0c7d30f5.entry.js → p-e218db1e.entry.js} +2 -2
  159. package/dist/core/p-e362b5f3.entry.js +2 -0
  160. package/dist/core/p-e362b5f3.entry.js.map +1 -0
  161. package/dist/core/{p-bc24c004.entry.js → p-e89c2feb.entry.js} +2 -2
  162. package/dist/core/{p-e7b913e5.entry.js → p-eaeaa096.entry.js} +2 -2
  163. package/dist/core/{p-d2260763.entry.js → p-f5dfcf4f.entry.js} +2 -2
  164. package/dist/core/{p-1c0bbd2a.entry.js → p-fe105ed0.entry.js} +2 -2
  165. package/dist/esm/core.js +1 -1
  166. package/dist/esm/{helpers-031e266e.js → helpers-cd64688a.js} +2 -2
  167. package/dist/esm/{helpers-031e266e.js.map → helpers-cd64688a.js.map} +1 -1
  168. package/dist/esm/ic-accordion-group.entry.js +1 -1
  169. package/dist/esm/ic-accordion.entry.js +1 -1
  170. package/dist/esm/ic-alert.entry.js +1 -1
  171. package/dist/esm/ic-back-to-top.entry.js +1 -1
  172. package/dist/esm/ic-badge.entry.js +24 -1
  173. package/dist/esm/ic-badge.entry.js.map +1 -1
  174. package/dist/esm/ic-breadcrumb-group.entry.js +1 -1
  175. package/dist/esm/ic-breadcrumb.entry.js +1 -1
  176. package/dist/esm/ic-button_3.entry.js +1 -1
  177. package/dist/esm/ic-button_3.entry.js.map +1 -1
  178. package/dist/esm/ic-card.entry.js +2 -2
  179. package/dist/esm/ic-card.entry.js.map +1 -1
  180. package/dist/esm/ic-checkbox-group.entry.js +1 -1
  181. package/dist/esm/ic-checkbox.entry.js +2 -2
  182. package/dist/esm/ic-checkbox.entry.js.map +1 -1
  183. package/dist/esm/ic-chip.entry.js +1 -1
  184. package/dist/esm/ic-data-row.entry.js +1 -1
  185. package/dist/esm/ic-data-table-title-bar.entry.js +1 -1
  186. package/dist/esm/ic-data-table-title-bar.entry.js.map +1 -1
  187. package/dist/esm/ic-data-table.entry.js +11 -8
  188. package/dist/esm/ic-data-table.entry.js.map +1 -1
  189. package/dist/esm/ic-date-input.entry.js +7 -1
  190. package/dist/esm/ic-date-input.entry.js.map +1 -1
  191. package/dist/esm/ic-dialog.entry.js +21 -6
  192. package/dist/esm/ic-dialog.entry.js.map +1 -1
  193. package/dist/esm/ic-divider.entry.js +1 -1
  194. package/dist/esm/ic-empty-state_2.entry.js +18 -8
  195. package/dist/esm/ic-empty-state_2.entry.js.map +1 -1
  196. package/dist/esm/ic-footer-link-group.entry.js +1 -1
  197. package/dist/esm/ic-footer-link.entry.js +1 -1
  198. package/dist/esm/ic-footer.entry.js +1 -1
  199. package/dist/esm/ic-hero.entry.js +1 -1
  200. package/dist/esm/ic-horizontal-scroll.entry.js +1 -1
  201. package/dist/esm/ic-input-component-container_4.entry.js +1 -1
  202. package/dist/esm/ic-link.entry.js +2 -2
  203. package/dist/esm/ic-link.entry.js.map +1 -1
  204. package/dist/esm/ic-menu-group.entry.js +1 -1
  205. package/dist/esm/ic-menu-item.entry.js +1 -1
  206. package/dist/esm/ic-menu.entry.js +2 -2
  207. package/dist/esm/ic-menu.entry.js.map +1 -1
  208. package/dist/esm/ic-navigation-button.entry.js +3 -3
  209. package/dist/esm/ic-navigation-button.entry.js.map +1 -1
  210. package/dist/esm/ic-navigation-group.entry.js +1 -1
  211. package/dist/esm/ic-navigation-item.entry.js +1 -1
  212. package/dist/esm/ic-navigation-menu.entry.js +1 -1
  213. package/dist/esm/ic-page-header.entry.js +1 -1
  214. package/dist/esm/ic-pagination_4.entry.js +2 -2
  215. package/dist/esm/ic-pagination_4.entry.js.map +1 -1
  216. package/dist/esm/ic-popover-menu.entry.js +2 -2
  217. package/dist/esm/ic-popover-menu.entry.js.map +1 -1
  218. package/dist/esm/ic-radio-group.entry.js +3 -2
  219. package/dist/esm/ic-radio-group.entry.js.map +1 -1
  220. package/dist/esm/ic-radio-option.entry.js +1 -1
  221. package/dist/esm/ic-search-bar.entry.js +1 -1
  222. package/dist/esm/ic-side-navigation.entry.js +1 -1
  223. package/dist/esm/ic-status-tag.entry.js +1 -1
  224. package/dist/esm/ic-step.entry.js +1 -1
  225. package/dist/esm/ic-stepper.entry.js +1 -1
  226. package/dist/esm/ic-switch.entry.js +1 -1
  227. package/dist/esm/ic-tab-group.entry.js +1 -1
  228. package/dist/esm/ic-tab.entry.js +1 -1
  229. package/dist/esm/ic-theme.entry.js +1 -1
  230. package/dist/esm/ic-toast.entry.js +1 -1
  231. package/dist/esm/ic-toggle-button-group.entry.js +1 -1
  232. package/dist/esm/ic-toggle-button.entry.js +1 -1
  233. package/dist/esm/ic-top-navigation.entry.js +1 -1
  234. package/dist/esm/ic-tree-item.entry.js +8 -0
  235. package/dist/esm/ic-tree-item.entry.js.map +1 -1
  236. package/dist/esm/ic-tree-view.entry.js +15 -8
  237. package/dist/esm/ic-tree-view.entry.js.map +1 -1
  238. package/dist/esm/ic-typography.entry.js +1 -1
  239. package/dist/esm/loader.js +1 -1
  240. package/dist/types/components/ic-data-table/ic-data-table.d.ts +4 -0
  241. package/dist/types/components/ic-data-table/ic-data-table.types.d.ts +1 -0
  242. package/dist/types/components/ic-data-table/story-data.d.ts +4 -1
  243. package/dist/types/components/ic-pagination-bar/ic-pagination-bar.d.ts +1 -0
  244. package/dist/types/components/ic-tree-item/ic-tree-item.d.ts +1 -0
  245. package/dist/types/components/ic-tree-view/ic-tree-view.d.ts +3 -0
  246. package/dist/types/components.d.ts +8 -0
  247. package/hydrate/index.js +115 -41
  248. package/package.json +12 -3
  249. package/dist/core/p-03a99326.entry.js +0 -2
  250. package/dist/core/p-03a99326.entry.js.map +0 -1
  251. package/dist/core/p-3a2523df.entry.js.map +0 -1
  252. package/dist/core/p-48618a18.entry.js +0 -2
  253. package/dist/core/p-48618a18.entry.js.map +0 -1
  254. package/dist/core/p-4960c603.entry.js +0 -2
  255. package/dist/core/p-4960c603.entry.js.map +0 -1
  256. package/dist/core/p-4f118361.entry.js.map +0 -1
  257. package/dist/core/p-61ca218b.entry.js +0 -2
  258. package/dist/core/p-61ca218b.entry.js.map +0 -1
  259. package/dist/core/p-7565b23c.entry.js +0 -2
  260. package/dist/core/p-7565b23c.entry.js.map +0 -1
  261. package/dist/core/p-7bba4c47.entry.js +0 -2
  262. package/dist/core/p-7bba4c47.entry.js.map +0 -1
  263. package/dist/core/p-7e909871.entry.js +0 -2
  264. package/dist/core/p-7e909871.entry.js.map +0 -1
  265. package/dist/core/p-938a0ccc.entry.js +0 -2
  266. package/dist/core/p-938a0ccc.entry.js.map +0 -1
  267. package/dist/core/p-9adb2a49.entry.js.map +0 -1
  268. package/dist/core/p-9c9147fa.entry.js.map +0 -1
  269. package/dist/core/p-a3d66dc2.entry.js +0 -2
  270. package/dist/core/p-a3d66dc2.entry.js.map +0 -1
  271. package/dist/core/p-b68d6867.entry.js +0 -2
  272. package/dist/core/p-b68d6867.entry.js.map +0 -1
  273. package/dist/core/p-e447ed5c.entry.js +0 -2
  274. package/dist/core/p-e447ed5c.entry.js.map +0 -1
  275. /package/dist/core/{p-20241d58.entry.js.map → p-074e64d0.entry.js.map} +0 -0
  276. /package/dist/core/{p-26aeefc3.entry.js.map → p-0f1706e8.entry.js.map} +0 -0
  277. /package/dist/core/{p-d1e0479c.entry.js.map → p-11877d23.entry.js.map} +0 -0
  278. /package/dist/core/{p-ba353ac3.entry.js.map → p-1e450833.entry.js.map} +0 -0
  279. /package/dist/core/{p-f4b76daa.entry.js.map → p-23408776.entry.js.map} +0 -0
  280. /package/dist/core/{p-758f03e8.entry.js.map → p-2d44b81a.entry.js.map} +0 -0
  281. /package/dist/core/{p-a3d903e4.entry.js.map → p-2ea7af8b.entry.js.map} +0 -0
  282. /package/dist/core/{p-f2bb3c93.entry.js.map → p-38f329ab.entry.js.map} +0 -0
  283. /package/dist/core/{p-844fb240.entry.js.map → p-3cd2056f.entry.js.map} +0 -0
  284. /package/dist/core/{p-c0242c21.entry.js.map → p-44680720.entry.js.map} +0 -0
  285. /package/dist/core/{p-3169d95e.entry.js.map → p-487fd924.entry.js.map} +0 -0
  286. /package/dist/core/{p-a4088bd7.entry.js.map → p-656378ba.entry.js.map} +0 -0
  287. /package/dist/core/{p-d171c71d.entry.js.map → p-6cdf5de2.entry.js.map} +0 -0
  288. /package/dist/core/{p-dd550e9b.entry.js.map → p-70ad364c.entry.js.map} +0 -0
  289. /package/dist/core/{p-c1b268fd.entry.js.map → p-70c659ec.entry.js.map} +0 -0
  290. /package/dist/core/{p-124279fa.entry.js.map → p-71bbb583.entry.js.map} +0 -0
  291. /package/dist/core/{p-03d83d2c.entry.js.map → p-780294b8.entry.js.map} +0 -0
  292. /package/dist/core/{p-382b88b2.entry.js.map → p-7edc19be.entry.js.map} +0 -0
  293. /package/dist/core/{p-8c2c86b5.entry.js.map → p-95545b4c.entry.js.map} +0 -0
  294. /package/dist/core/{p-b02ad2c4.entry.js.map → p-95d057b8.entry.js.map} +0 -0
  295. /package/dist/core/{p-29a040ef.entry.js.map → p-9b386822.entry.js.map} +0 -0
  296. /package/dist/core/{p-a6fb5fe3.entry.js.map → p-9bbe221f.entry.js.map} +0 -0
  297. /package/dist/core/{p-deedc7d3.entry.js.map → p-9f58998d.entry.js.map} +0 -0
  298. /package/dist/core/{p-72a584f4.entry.js.map → p-ac8090a5.entry.js.map} +0 -0
  299. /package/dist/core/{p-5f71f24c.entry.js.map → p-bede1b52.entry.js.map} +0 -0
  300. /package/dist/core/{p-da506987.js.map → p-bf06977d.js.map} +0 -0
  301. /package/dist/core/{p-3b1c88ad.entry.js.map → p-c7261d64.entry.js.map} +0 -0
  302. /package/dist/core/{p-3e7b08c7.entry.js.map → p-c97463bc.entry.js.map} +0 -0
  303. /package/dist/core/{p-aabb04c8.entry.js.map → p-ccc37027.entry.js.map} +0 -0
  304. /package/dist/core/{p-12a5b481.entry.js.map → p-d0020f6f.entry.js.map} +0 -0
  305. /package/dist/core/{p-e85505ec.entry.js.map → p-d1045cd5.entry.js.map} +0 -0
  306. /package/dist/core/{p-34de5ffb.entry.js.map → p-da398a5d.entry.js.map} +0 -0
  307. /package/dist/core/{p-8ef60479.entry.js.map → p-db5af9f7.entry.js.map} +0 -0
  308. /package/dist/core/{p-0c7d30f5.entry.js.map → p-e218db1e.entry.js.map} +0 -0
  309. /package/dist/core/{p-bc24c004.entry.js.map → p-e89c2feb.entry.js.map} +0 -0
  310. /package/dist/core/{p-e7b913e5.entry.js.map → p-eaeaa096.entry.js.map} +0 -0
  311. /package/dist/core/{p-d2260763.entry.js.map → p-f5dfcf4f.entry.js.map} +0 -0
  312. /package/dist/core/{p-1c0bbd2a.entry.js.map → p-fe105ed0.entry.js.map} +0 -0
@@ -1 +1 @@
1
- {"file":"ic-data-table-title-bar.entry.js","mappings":";;;AAAA,MAAM,sBAAsB,GAAG,w3CAAw3C;;ACev5C,MAAM,yBAAyB,GAAG,WAAW,CAAC;MAajC,iBAAiB;;;;QACpB,+BAA0B,GAA8B,SAAS,CAAC;QAClE,eAAU,GAAY,KAAK,CAAC;QAyC5B,kBAAa,GAAG,CACtB,EAAmD;YAEnD,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;SAC5D,CAAC;;uBAjCyB,yBAAyB;iCAKd,KAAK;;;IAY3C,iBAAiB;QACf,MAAM,QAAQ,GAAG,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC;QACvC,IAAI,QAAQ,CAAC,OAAO,KAAK,eAAe,EAAE;YACxC,MAAM,SAAS,GAAG,QAAkC,CAAC;YACrD,IAAI,CAAC,0BAA0B,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,QAAQ,CAAC;YACrC,IAAI,IAAI,CAAC,OAAO,KAAK,yBAAyB,EAAE;gBAC9C,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC;aAClC;SACF;KACF;IAQD,MAAM;QACJ,MAAM,EACJ,aAAa,EACb,WAAW,EACX,EAAE,EACF,OAAO,EACP,iBAAiB,EACjB,0BAA0B,EAC1B,UAAU,EACV,QAAQ,GACT,GAAG,IAAI,CAAC;QACT,MAAM,cAAc,GAClB,UAAU,CAAC,EAAE,EAAE,gBAAgB,CAAC;YAChC,UAAU,CAAC,EAAE,EAAE,gBAAgB,CAAC;YAChC,CAAC,iBAAiB,CAAC;QAErB,MAAM,cAAc,GAAG,UAAU,CAAC,EAAE,EAAE,aAAa,CAAC,IAAI,WAAW,CAAC;QACpE,QACE,WACE,KAAK,EAAE;gBACL,mBAAmB,EAAE,IAAI;gBACzB,YAAY,EAAE,UAAU;aACzB,IAED,WAAK,KAAK,EAAC,kBAAkB,IAC3B,YAAM,IAAI,EAAC,SAAS,IAClB,qBAAe,OAAO,EAAC,IAAI,EAAC,SAAS,EAAC,SAAS,IAC7C,cAAK,OAAO,CAAM,CACJ,CACX,EACN,QAAQ,KACP,qBAAe,OAAO,EAAC,gBAAgB,IAAE,QAAQ,CAAiB,CACnE,CACG,EACL,CAAC,cAAc,IAAI,cAAc,MAChC,WAAK,KAAK,EAAC,qBAAqB,IAC9B,YAAM,IAAI,EAAC,aAAa,IACrB,WAAW,KACV,qBAAe,OAAO,EAAC,MAAM,IAAE,WAAW,CAAiB,CAC5D,CACI,EACN,cAAc,KACb,WAAK,KAAK,EAAC,aAAa,IACrB,UAAU,CAAC,EAAE,EAAE,gBAAgB,CAAC,KAC/B,WAAK,KAAK,EAAC,wBAAwB,IACjC,YAAM,IAAI,EAAC,gBAAgB,GAAG,CAC1B,CACP,EACA,CAAC,iBAAiB,KACjB,iBACE,KAAK,QACL,KAAK,EAAC,gBAAgB,EACtB,KAAK,EAAC,eAAe,EACrB,SAAS,QACT,OAAO,EAAE;gBACP,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;gBACtC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;gBAClC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;aACzC,EACD,KAAK,EAAE,0BAA0B,EACjC,UAAU,EAAE,aAAa,GACd,CACd,EACA,UAAU,CAAC,EAAE,EAAE,gBAAgB,CAAC,KAC/B,YAAM,IAAI,EAAC,gBAAgB,GAAG,CAC/B,CACG,CACP,CACG,CACP,CACG,EACN;KACH;;;;;;;","names":[],"sources":["src/components/ic-data-table-title-bar/ic-data-table-title-bar.css?tag=ic-data-table-title-bar&encapsulation=shadow","src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx"],"sourcesContent":[".title-bar-wrapper,\n.header-container,\n.description-actions,\n.action-area,\n.custom-actions-wrapper {\n display: flex;\n}\n\n.title-bar-wrapper,\n.action-area,\n.custom-actions-wrapper {\n gap: var(--ic-space-xs);\n}\n\n.title-bar-wrapper {\n flex-direction: column;\n padding: var(--ic-space-sm) var(--ic-space-xs);\n border-bottom: var(--ic-space-1px) solid var(--ic-architectural-300);\n}\n\n.full-width {\n padding: var(--ic-space-sm) 0;\n border-bottom: none;\n}\n\nic-typography.heading h3 {\n margin: 0;\n}\n\nic-typography.ic-typography-subtitle-small {\n color: var(--ic-color-tertiary-text);\n}\n\nic-typography.ic-typography-h3,\n::slotted([slot=\"header\"]) {\n max-width: 50rem;\n}\n\nic-typography.ic-typography-body,\n::slotted([slot=\"description\"]) {\n color: var(--ic-color-secondary-text);\n}\n\nic-typography.ic-typography-body,\nic-typography.ic-typography-subtitle-small,\n::slotted([slot=\"description\"]) {\n max-width: 40rem;\n}\n\n.density-input {\n --input-width: 7.625rem;\n}\n\n@media screen and (max-width: 1200px) {\n .header-container {\n flex-direction: column;\n }\n}\n\n@media screen and (min-width: 1201px) {\n .header-container {\n gap: var(--ic-space-xs);\n align-items: baseline;\n }\n}\n\n@media screen and (min-width: 769px) {\n .description-actions {\n justify-content: space-between;\n }\n}\n\n@media screen and (max-width: 768px) {\n .description-actions {\n flex-direction: column;\n align-items: flex-start;\n gap: var(--ic-space-xs);\n }\n}\n\n@media screen and (min-width: 577px) {\n .action-area {\n align-items: center;\n }\n}\n\n@media screen and (max-width: 576px) {\n .action-area {\n flex-direction: column;\n }\n}\n","import {\n Component,\n Element,\n Event,\n EventEmitter,\n Prop,\n h,\n} from \"@stencil/core\";\nimport { IcSelectCustomEvent } from \"@ukic/web-components/dist/types/interface\";\nimport {\n IcDataTableDensityOptions,\n IcDensityUpdateEventDetail,\n} from \"../ic-data-table/ic-data-table.types\";\nimport { isSlotUsed } from \"../../utils/helpers\";\n\nconst DEFAULT_TITLE_BAR_HEADING = \"Title Bar\";\n\n/**\n * @slot primary-action - Render an interactive element that will perform a primary action. Renders to the right of the density select.\n * @slot custom-actions - Render additional custom actions to the left of the density select.\n * @slot heading - The heading to render on the data table title bar.\n * @slot description - Render an alternative description in the description section.\n */\n@Component({\n tag: \"ic-data-table-title-bar\",\n styleUrl: \"ic-data-table-title-bar.css\",\n shadow: true,\n})\nexport class DataTableTitleBar {\n private initialDensitySelectOption: IcDataTableDensityOptions = \"default\";\n private isEmbedded: boolean = false;\n\n @Element() el: HTMLIcDataTableTitleBarElement;\n\n /**\n * The description that is displayed below the `heading` and `metadata`. Can be overridden with the `description` slot.\n */\n @Prop() description?: string;\n\n /**\n * 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.\n */\n @Prop() heading?: string = DEFAULT_TITLE_BAR_HEADING;\n\n /**\n * When `true`, the density select will not be rendered.\n */\n @Prop() hideDensitySelect?: boolean = false;\n\n /**\n * The metadata displayed next to the `heading`.\n */\n @Prop() metadata?: string;\n\n /**\n * Emitted when the table density select value is changed.\n */\n @Event() icTableDensityUpdate: EventEmitter<IcDensityUpdateEventDetail>;\n\n componentWillLoad(): void {\n const parentEl = this.el.parentElement;\n if (parentEl.tagName === \"IC-DATA-TABLE\") {\n const dataTable = parentEl as HTMLIcDataTableElement;\n this.initialDensitySelectOption = dataTable.density;\n this.isEmbedded = dataTable.embedded;\n if (this.heading === DEFAULT_TITLE_BAR_HEADING) {\n this.heading = dataTable.caption;\n }\n }\n }\n\n private changeDensity = (\n ev: IcSelectCustomEvent<IcDensityUpdateEventDetail>\n ) => {\n this.icTableDensityUpdate.emit({ value: ev.detail.value });\n };\n\n render() {\n const {\n changeDensity,\n description,\n el,\n heading,\n hideDensitySelect,\n initialDensitySelectOption,\n isEmbedded,\n metadata,\n } = this;\n const showActionArea =\n isSlotUsed(el, \"primary-action\") ||\n isSlotUsed(el, \"custom-actions\") ||\n !hideDensitySelect;\n\n const hasDescription = isSlotUsed(el, \"description\") || description;\n return (\n <div\n class={{\n \"title-bar-wrapper\": true,\n \"full-width\": isEmbedded,\n }}\n >\n <div class=\"header-container\">\n <slot name=\"heading\">\n <ic-typography variant=\"h3\" className=\"heading\">\n <h3>{heading}</h3>\n </ic-typography>\n </slot>\n {metadata && (\n <ic-typography variant=\"subtitle-small\">{metadata}</ic-typography>\n )}\n </div>\n {(showActionArea || hasDescription) && (\n <div class=\"description-actions\">\n <slot name=\"description\">\n {description && (\n <ic-typography variant=\"body\">{description}</ic-typography>\n )}\n </slot>\n {showActionArea && (\n <div class=\"action-area\">\n {isSlotUsed(el, \"custom-actions\") && (\n <div class=\"custom-actions-wrapper\">\n <slot name=\"custom-actions\" />\n </div>\n )}\n {!hideDensitySelect && (\n <ic-select\n small\n label=\"Change density\"\n class=\"density-input\"\n hideLabel\n options={[\n { label: \"Default\", value: \"default\" },\n { label: \"Dense\", value: \"dense\" },\n { label: \"Spacious\", value: \"spacious\" },\n ]}\n value={initialDensitySelectOption}\n onIcChange={changeDensity}\n ></ic-select>\n )}\n {isSlotUsed(el, \"primary-action\") && (\n <slot name=\"primary-action\" />\n )}\n </div>\n )}\n </div>\n )}\n </div>\n );\n }\n}\n"],"version":3}
1
+ {"file":"ic-data-table-title-bar.entry.js","mappings":";;;AAAA,MAAM,sBAAsB,GAAG,szCAAszC;;ACer1C,MAAM,yBAAyB,GAAG,WAAW,CAAC;MAajC,iBAAiB;;;;QACpB,+BAA0B,GAA8B,SAAS,CAAC;QAClE,eAAU,GAAY,KAAK,CAAC;QAyC5B,kBAAa,GAAG,CACtB,EAAmD;YAEnD,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;SAC5D,CAAC;;uBAjCyB,yBAAyB;iCAKd,KAAK;;;IAY3C,iBAAiB;QACf,MAAM,QAAQ,GAAG,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC;QACvC,IAAI,QAAQ,CAAC,OAAO,KAAK,eAAe,EAAE;YACxC,MAAM,SAAS,GAAG,QAAkC,CAAC;YACrD,IAAI,CAAC,0BAA0B,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,QAAQ,CAAC;YACrC,IAAI,IAAI,CAAC,OAAO,KAAK,yBAAyB,EAAE;gBAC9C,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC;aAClC;SACF;KACF;IAQD,MAAM;QACJ,MAAM,EACJ,aAAa,EACb,WAAW,EACX,EAAE,EACF,OAAO,EACP,iBAAiB,EACjB,0BAA0B,EAC1B,UAAU,EACV,QAAQ,GACT,GAAG,IAAI,CAAC;QACT,MAAM,cAAc,GAClB,UAAU,CAAC,EAAE,EAAE,gBAAgB,CAAC;YAChC,UAAU,CAAC,EAAE,EAAE,gBAAgB,CAAC;YAChC,CAAC,iBAAiB,CAAC;QAErB,MAAM,cAAc,GAAG,UAAU,CAAC,EAAE,EAAE,aAAa,CAAC,IAAI,WAAW,CAAC;QACpE,QACE,WACE,KAAK,EAAE;gBACL,mBAAmB,EAAE,IAAI;gBACzB,YAAY,EAAE,UAAU;aACzB,IAED,WAAK,KAAK,EAAC,kBAAkB,IAC3B,YAAM,IAAI,EAAC,SAAS,IAClB,qBAAe,OAAO,EAAC,IAAI,EAAC,SAAS,EAAC,SAAS,IAC7C,cAAK,OAAO,CAAM,CACJ,CACX,EACN,QAAQ,KACP,qBAAe,OAAO,EAAC,gBAAgB,IAAE,QAAQ,CAAiB,CACnE,CACG,EACL,CAAC,cAAc,IAAI,cAAc,MAChC,WAAK,KAAK,EAAC,qBAAqB,IAC9B,YAAM,IAAI,EAAC,aAAa,IACrB,WAAW,KACV,qBAAe,OAAO,EAAC,MAAM,IAAE,WAAW,CAAiB,CAC5D,CACI,EACN,cAAc,KACb,WAAK,KAAK,EAAC,aAAa,IACrB,UAAU,CAAC,EAAE,EAAE,gBAAgB,CAAC,KAC/B,WAAK,KAAK,EAAC,wBAAwB,IACjC,YAAM,IAAI,EAAC,gBAAgB,GAAG,CAC1B,CACP,EACA,CAAC,iBAAiB,KACjB,iBACE,KAAK,QACL,KAAK,EAAC,gBAAgB,EACtB,KAAK,EAAC,eAAe,EACrB,SAAS,QACT,OAAO,EAAE;gBACP,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;gBACtC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;gBAClC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;aACzC,EACD,KAAK,EAAE,0BAA0B,EACjC,UAAU,EAAE,aAAa,GACd,CACd,EACA,UAAU,CAAC,EAAE,EAAE,gBAAgB,CAAC,KAC/B,YAAM,IAAI,EAAC,gBAAgB,GAAG,CAC/B,CACG,CACP,CACG,CACP,CACG,EACN;KACH;;;;;;;","names":[],"sources":["src/components/ic-data-table-title-bar/ic-data-table-title-bar.css?tag=ic-data-table-title-bar&encapsulation=shadow","src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx"],"sourcesContent":[".title-bar-wrapper,\n.header-container,\n.description-actions,\n.action-area,\n.custom-actions-wrapper {\n display: flex;\n}\n\n.title-bar-wrapper,\n.action-area,\n.custom-actions-wrapper {\n gap: var(--ic-space-xs);\n}\n\n.title-bar-wrapper {\n flex-direction: column;\n padding: var(--ic-space-sm) var(--ic-space-xs);\n border-bottom: var(--ic-space-1px) solid var(--ic-architectural-300);\n}\n\n.full-width {\n padding: var(--ic-space-sm) 0;\n border-bottom: none;\n}\n\nic-typography.heading h3 {\n margin: 0;\n}\n\nic-typography.ic-typography-subtitle-small {\n color: var(--ic-color-tertiary-text);\n}\n\nic-typography.ic-typography-h3,\n::slotted([slot=\"header\"]) {\n max-width: 50rem;\n}\n\nic-typography.ic-typography-body,\n::slotted([slot=\"description\"]) {\n color: var(--ic-color-secondary-text);\n}\n\nic-typography.ic-typography-body,\nic-typography.ic-typography-subtitle-small,\n::slotted([slot=\"description\"]) {\n max-width: 40rem;\n}\n\n.density-input {\n --input-width: 7.625rem;\n}\n\n@media (max-width: 1200px) {\n .header-container {\n flex-direction: column;\n }\n}\n\n@media (min-width: 1201px) {\n .header-container {\n gap: var(--ic-space-xs);\n align-items: baseline;\n }\n}\n\n@media (min-width: 769px) {\n .description-actions {\n justify-content: space-between;\n }\n}\n\n@media (max-width: 768px) {\n .description-actions {\n flex-direction: column;\n align-items: flex-start;\n gap: var(--ic-space-xs);\n }\n}\n\n@media (min-width: 577px) {\n .action-area {\n align-items: center;\n }\n}\n\n@media (max-width: 576px) {\n .action-area {\n flex-direction: column;\n }\n}\n","import {\n Component,\n Element,\n Event,\n EventEmitter,\n Prop,\n h,\n} from \"@stencil/core\";\nimport { IcSelectCustomEvent } from \"@ukic/web-components/dist/types/interface\";\nimport {\n IcDataTableDensityOptions,\n IcDensityUpdateEventDetail,\n} from \"../ic-data-table/ic-data-table.types\";\nimport { isSlotUsed } from \"../../utils/helpers\";\n\nconst DEFAULT_TITLE_BAR_HEADING = \"Title Bar\";\n\n/**\n * @slot primary-action - Render an interactive element that will perform a primary action. Renders to the right of the density select.\n * @slot custom-actions - Render additional custom actions to the left of the density select.\n * @slot heading - The heading to render on the data table title bar.\n * @slot description - Render an alternative description in the description section.\n */\n@Component({\n tag: \"ic-data-table-title-bar\",\n styleUrl: \"ic-data-table-title-bar.css\",\n shadow: true,\n})\nexport class DataTableTitleBar {\n private initialDensitySelectOption: IcDataTableDensityOptions = \"default\";\n private isEmbedded: boolean = false;\n\n @Element() el: HTMLIcDataTableTitleBarElement;\n\n /**\n * The description that is displayed below the `heading` and `metadata`. Can be overridden with the `description` slot.\n */\n @Prop() description?: string;\n\n /**\n * 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.\n */\n @Prop() heading?: string = DEFAULT_TITLE_BAR_HEADING;\n\n /**\n * When `true`, the density select will not be rendered.\n */\n @Prop() hideDensitySelect?: boolean = false;\n\n /**\n * The metadata displayed next to the `heading`.\n */\n @Prop() metadata?: string;\n\n /**\n * Emitted when the table density select value is changed.\n */\n @Event() icTableDensityUpdate: EventEmitter<IcDensityUpdateEventDetail>;\n\n componentWillLoad(): void {\n const parentEl = this.el.parentElement;\n if (parentEl.tagName === \"IC-DATA-TABLE\") {\n const dataTable = parentEl as HTMLIcDataTableElement;\n this.initialDensitySelectOption = dataTable.density;\n this.isEmbedded = dataTable.embedded;\n if (this.heading === DEFAULT_TITLE_BAR_HEADING) {\n this.heading = dataTable.caption;\n }\n }\n }\n\n private changeDensity = (\n ev: IcSelectCustomEvent<IcDensityUpdateEventDetail>\n ) => {\n this.icTableDensityUpdate.emit({ value: ev.detail.value });\n };\n\n render() {\n const {\n changeDensity,\n description,\n el,\n heading,\n hideDensitySelect,\n initialDensitySelectOption,\n isEmbedded,\n metadata,\n } = this;\n const showActionArea =\n isSlotUsed(el, \"primary-action\") ||\n isSlotUsed(el, \"custom-actions\") ||\n !hideDensitySelect;\n\n const hasDescription = isSlotUsed(el, \"description\") || description;\n return (\n <div\n class={{\n \"title-bar-wrapper\": true,\n \"full-width\": isEmbedded,\n }}\n >\n <div class=\"header-container\">\n <slot name=\"heading\">\n <ic-typography variant=\"h3\" className=\"heading\">\n <h3>{heading}</h3>\n </ic-typography>\n </slot>\n {metadata && (\n <ic-typography variant=\"subtitle-small\">{metadata}</ic-typography>\n )}\n </div>\n {(showActionArea || hasDescription) && (\n <div class=\"description-actions\">\n <slot name=\"description\">\n {description && (\n <ic-typography variant=\"body\">{description}</ic-typography>\n )}\n </slot>\n {showActionArea && (\n <div class=\"action-area\">\n {isSlotUsed(el, \"custom-actions\") && (\n <div class=\"custom-actions-wrapper\">\n <slot name=\"custom-actions\" />\n </div>\n )}\n {!hideDensitySelect && (\n <ic-select\n small\n label=\"Change density\"\n class=\"density-input\"\n hideLabel\n options={[\n { label: \"Default\", value: \"default\" },\n { label: \"Dense\", value: \"dense\" },\n { label: \"Spacious\", value: \"spacious\" },\n ]}\n value={initialDensitySelectOption}\n onIcChange={changeDensity}\n ></ic-select>\n )}\n {isSlotUsed(el, \"primary-action\") && (\n <slot name=\"primary-action\" />\n )}\n </div>\n )}\n </div>\n )}\n </div>\n );\n }\n}\n"],"version":3}
@@ -13,7 +13,7 @@ const descendingIcon = `<svg focusable="false" aria-hidden="true" viewBox="0 0 2
13
13
  <path d="M16.01 11H4v2h12.01v3L20 12l-3.99-4z"></path>
14
14
  </svg>`;
15
15
 
16
- const icDataTableCss = ":host{position:relative;display:inline-flex;max-height:100%;width:var(--table-width, 100%);height:100%;min-width:var(--table-min-width);max-width:var(--table-max-width)}tbody{vertical-align:top}.table-container{position:relative;height:calc(100% - var(--ic-space-xxxs));display:flex;flex-direction:column;width:100%}.cell-container{display:flex;min-height:1.5rem;overflow-y:hidden;height:var(--row-height)}.truncation-show-hide{display:block}.cell-icon.truncation-show-hide{display:flex}.cell-container:not(.data-type-element,.truncation-show-hide){overflow-x:hidden}ic-loading-indicator{position:sticky;top:20px}.table-row-container{position:relative;height:100%;overflow:auto;transition:var(--ic-easing-transition-fast);overflow-anchor:none}:host([show-pagination=\"true\"]) .table-row-container{height:calc(100% - 3.5625rem)}table{table-layout:var(--table-layout, \"fixed\");border-spacing:0;width:100%;height:var(--table-height, auto)}.table-row-container:focus{outline:none;box-shadow:var(--ic-border-focus);border-radius:var(--ic-border-radius);transition:var(--ic-easing-transition-fast);z-index:1}:host([embedded=\"true\"]) .table-row-container{border:var(--ic-border-light)}.column-header-inner-container{padding:var(--ic-space-xs);box-sizing:border-box}.column-header-inner-container ic-tooltip{pointer-events:none}.column-header-inner-container ic-tooltip.show-trunc-tooltip{pointer-events:auto}.column-header-inner-container ic-tooltip .column-header-text{--ic-line-clamp:1}.column-header-sticky{position:sticky;top:0;z-index:1}.column-header-overlay{position:sticky;top:0;z-index:1;box-shadow:0 0.375rem var(--ic-space-xs) calc(var(--ic-space-xxs * -1))\n rgb(0 0 0 / 20%)}.row-header-sticky{position:sticky;left:0}.column-header,.table-row{box-sizing:border-box}.table-row-selected{background-color:var(--ic-table-row-selected) !important}.sort-button{margin-left:auto}.sort-button:hover{background-color:var(--ic-action-dark-bg-hover)}.sort-button:active{background-color:var(--ic-action-dark-bg-active)}.sort-button svg{color:var(--ic-architectural-black)}.sort-button-unsorted svg{color:var(--ic-color-tertiary-text)}.table-density-dense .column-header-inner-container,td.table-density-dense{padding:var(--ic-space-xxs) var(--ic-space-xs) !important}.text-dense{font-size:var(--ic-font-size-label)}.table-density-spacious .column-header-inner-container,td.table-density-spacious{padding:0.625rem var(--ic-space-xs) !important}.text-spacious{font-size:1.125rem}.column-header-text{font-weight:var(--ic-font-weight-bold)}.dummy-column-header-text{white-space:nowrap;overflow:hidden;height:0;width:-moz-fit-content;width:fit-content}.row-header,.column-header{text-align:left;padding:var(--ic-space-xs);background-color:var(--ic-architectural-40);border-right:var(--ic-border-light);border-bottom:var(--ic-border-light)}.column-header{padding:0;width:var(--column-width);min-width:var(--column-min-width, 4rem);max-width:var(--column-max-width)}.column-header:last-child{border-right:none}.scrollable .column-header:last-child{border-right:var(--ic-border-light) !important}:host([embedded=\"true\"]) tr:last-child .table-cell,:host([embedded=\"true\"]) tr:last-child .row-header{border-bottom:none}.column-header-alignment-left,.row-header-alignment-left,.cell-alignment-left{text-align:left !important;justify-content:start !important}.column-header-alignment-right,.row-header-alignment-right,.cell-alignment-right{text-align:right !important;justify-content:end !important}.cell-alignment-right.truncation-tooltip ic-tooltip ic-typography{padding-right:calc(var(--ic-space-xxs) + var(--ic-space-xs))}.cell-alignment-right.truncation-show-hide ic-typography{--ellipsis-padding-right:calc(var(--ic-space-xxs) + var(--ic-space-xs))}.column-header-alignment-center,.row-header-alignment-center,.cell-alignment-center{text-align:center !important;justify-content:center !important}.table-row:nth-child(even){background-color:var(--ic-architectural-20)}.table-cell{padding:var(--ic-space-xs);border-bottom:solid var(--ic-architectural-100) var(--ic-space-1px);overflow:hidden;box-sizing:border-box;max-width:var(--column-max-width);min-width:var(--column-min-width)}.table-cell.with-overflow{overflow:visible}.data-type-string,.data-type-address{text-align:left;vertical-align:top}.data-type-number,.data-type-date{text-align:right;justify-content:end;vertical-align:top}.cell-alignment-top{vertical-align:top;align-items:flex-start}.cell-alignment-middle{vertical-align:middle;align-items:center}.cell-alignment-bottom{vertical-align:bottom;align-items:flex-end}.cell-emphasis-low{color:var(--ic-color-secondary-text)}.cell-emphasis-high{font-weight:var(--ic-font-weight-bold)}.pagination-container{background-color:var(--ic-architectural-40);border-top:var(--ic-border-light)}.screen-reader-sort-text,.table-caption{position:absolute;left:-100rem}.table-cell,.column-header,.row-header{word-wrap:break-word;white-space:pre-wrap}.loading-empty{padding:var(--ic-space-xl) var(--ic-space-xxl);margin-top:var(--ic-space-xl)}.updating-state{padding:0;border-bottom:var(--ic-border-light)}.updating-state-headers{border-bottom:none}.loading{position:absolute;left:calc(50% - 5.9741rem);opacity:0;transition:opacity var(--ic-transition-duration-slow);z-index:calc(var(--ic-z-index-dialog) - 1)}.loading.show-background{background-color:var(--ic-architectural-white);border:var(--ic-border-light)}.loading.show{opacity:1}.icon,::slotted(svg){height:var(--ic-space-lg);width:var(--ic-space-lg);margin-right:var(--ic-space-xxs)}.column-header-alignment-right>.icon,.row-header-alignment-right>.icon,.cell-alignment-right>.icon,.column-header-alignment-right>::slotted(svg),.row-header-alignment-right>::slotted(svg),.cell-alignment-right>::slotted(svg){margin-right:auto}.column-header-alignment-center>ic-typography,.column-header-alignment-center>.cell-text-wrapper,.row-header-alignment-right>ic-typography,.row-header-alignment-right>.cell-text-wrapper,.cell-alignment-center>ic-typography,.cell-alignment-center>.cell-text-wrapper{flex:1}.icon>svg{height:var(--ic-space-lg);width:var(--ic-space-lg);display:inline-block}.truncation-tooltip ic-typography{display:-webkit-box;-webkit-line-clamp:var(--ic-line-clamp, 0);-webkit-box-orient:vertical;overflow:hidden}.truncation-tooltip ic-typography,.truncation-show-hide ic-typography{white-space:normal}.ic-tooltip-overflow{overflow:hidden;width:100%}.action-element{display:flex;justify-content:right}.cell-grid-wrapper{display:grid;grid-template-columns:auto auto}.loading-overlay{visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ic-architectural-black);z-index:calc(var(--ic-z-index-dialog) - 2);opacity:0;transition:opacity var(--ic-transition-duration-slow)}.loading-overlay.show{visibility:visible;opacity:0.6}.sr-only{position:absolute;left:-9999px}@media (prefers-reduced-motion: reduce){.loading-overlay{transition:none}}.cell-text-wrapper{overflow:hidden}.cell-text-wrapper>ic-typography{margin-left:2px}.cell-text-no-wrap{word-wrap:initial}.cell-container-with-description{display:flex;flex-direction:row}.cell-description{display:flex;flex-direction:row;margin-top:var(--ic-space-xxs);word-break:break-all}.cell-description-text{color:var(--ic-color-secondary-text)}.cell-description-icon{padding-right:var(--ic-space-xs)}.cell-description-icon>svg{height:calc(var(--ic-space-lg) - var(--ic-space-xxs));width:calc(var(--ic-space-lg) - var(--ic-space-xxs));display:flex}@media screen and (min-width: 577px){.column-header-inner-container{display:flex;align-items:center}}@media screen and (max-width: 577px){.cell-icon{flex-wrap:wrap}.cell-description-icon{padding-right:0}}";
16
+ const icDataTableCss = ":host{position:relative;display:inline-flex;max-height:100%;width:var(--table-width, 100%);height:100%;min-width:var(--table-min-width);max-width:var(--table-max-width)}tbody{vertical-align:top}.table-container{position:relative;height:calc(100% - var(--ic-space-xxxs));display:flex;flex-direction:column;width:100%}.cell-container{display:flex;min-height:1.5rem;overflow-y:hidden;height:var(--row-height)}.truncation-show-hide{display:block}.cell-icon.truncation-show-hide{display:flex}.cell-container:not(.data-type-element,.truncation-show-hide){overflow-x:hidden}ic-loading-indicator{position:sticky;top:20px}.table-row-container{position:relative;height:100%;overflow:auto;transition:var(--ic-easing-transition-fast);overflow-anchor:none}:host([show-pagination=\"true\"]) .table-row-container{height:calc(100% - 3.5625rem)}table{table-layout:var(--table-layout, \"fixed\");border-spacing:0;width:100%;height:var(--table-height, auto)}.table-row-container:focus{outline:none;box-shadow:var(--ic-border-focus);border-radius:var(--ic-border-radius);transition:var(--ic-easing-transition-fast);z-index:1}:host([embedded=\"true\"]) .table-row-container{border:var(--ic-border-light)}.column-header-inner-container{padding:var(--ic-space-xs);box-sizing:border-box}.column-header-inner-container ic-tooltip{pointer-events:none}.column-header-inner-container ic-tooltip.show-trunc-tooltip{pointer-events:auto}.column-header-inner-container ic-tooltip .column-header-text{--ic-line-clamp:1}.column-header-sticky{position:sticky;top:0;z-index:1}.column-header-overlay{position:sticky;top:0;z-index:1;box-shadow:0 0.375rem var(--ic-space-xs) calc(var(--ic-space-xxs * -1))\n rgb(0 0 0 / 20%)}.row-header-sticky{position:sticky;left:0}.column-header,.table-row{box-sizing:border-box}.table-row-selected{background-color:var(--ic-table-row-selected) !important}.sort-button{margin-left:auto}.sort-button:hover{background-color:var(--ic-action-dark-bg-hover)}.sort-button:active{background-color:var(--ic-action-dark-bg-active)}.sort-button svg{color:var(--ic-architectural-black)}.sort-button-unsorted svg{color:var(--ic-color-tertiary-text)}.table-density-dense .column-header-inner-container,td.table-density-dense{padding:var(--ic-space-xxs) var(--ic-space-xs) !important}.text-dense{font-size:var(--ic-font-size-label)}.table-density-spacious .column-header-inner-container,td.table-density-spacious{padding:0.625rem var(--ic-space-xs) !important}.text-spacious{font-size:1.125rem}.column-header-text{font-weight:var(--ic-font-weight-bold)}.dummy-column-header-text{white-space:nowrap;overflow:hidden;height:0;width:-moz-fit-content;width:fit-content}.row-header,.column-header{text-align:left;padding:var(--ic-space-xs);background-color:var(--ic-architectural-40);border-right:var(--ic-border-light);border-bottom:var(--ic-border-light)}.column-header{padding:0;width:var(--column-width);min-width:var(--column-min-width, 4rem);max-width:var(--column-max-width)}.column-header:last-child{border-right:none}.scrollable .column-header:last-child{border-right:var(--ic-border-light) !important}:host([embedded=\"true\"]) tr:last-child .table-cell,:host([embedded=\"true\"]) tr:last-child .row-header{border-bottom:none}.column-header-alignment-left,.row-header-alignment-left,.cell-alignment-left{text-align:left !important;justify-content:start !important}.column-header-alignment-right,.row-header-alignment-right,.cell-alignment-right{text-align:right !important;justify-content:end !important}.cell-alignment-right.truncation-tooltip ic-tooltip ic-typography{padding-right:calc(var(--ic-space-xxs) + var(--ic-space-xs))}.cell-alignment-right.truncation-show-hide ic-typography{--ellipsis-padding-right:calc(var(--ic-space-xxs) + var(--ic-space-xs))}.column-header-alignment-center,.row-header-alignment-center,.cell-alignment-center{text-align:center !important;justify-content:center !important}.table-row:nth-child(even){background-color:var(--ic-architectural-20)}.table-cell{padding:var(--ic-space-xs);border-bottom:solid var(--ic-architectural-100) var(--ic-space-1px);overflow:hidden;box-sizing:border-box;max-width:var(--column-max-width);min-width:var(--column-min-width)}.table-cell.with-overflow{overflow:visible}.data-type-string,.data-type-address{text-align:left;vertical-align:top}.data-type-number,.data-type-date{text-align:right;justify-content:end;vertical-align:top}.cell-alignment-top{vertical-align:top;align-items:flex-start}.cell-alignment-middle{vertical-align:middle;align-items:center}.cell-alignment-bottom{vertical-align:bottom;align-items:flex-end}.cell-emphasis-low{color:var(--ic-color-secondary-text)}.cell-emphasis-high{font-weight:var(--ic-font-weight-bold)}.pagination-container{background-color:var(--ic-architectural-40);border-top:var(--ic-border-light)}.screen-reader-sort-text,.table-caption{position:absolute;left:-100rem}.table-cell,.column-header,.row-header{word-wrap:break-word;white-space:pre-wrap}.loading-empty{padding:var(--ic-space-xl) var(--ic-space-xxl);margin-top:var(--ic-space-xl)}.updating-state{padding:0;border-bottom:var(--ic-border-light)}.updating-state-headers{border-bottom:none}.loading{position:absolute;left:calc(50% - 5.9741rem);opacity:0;transition:opacity var(--ic-transition-duration-slow);z-index:calc(var(--ic-z-index-dialog) - 1)}.loading.show-background{background-color:var(--ic-architectural-white);border:var(--ic-border-light)}.loading.show{opacity:1}.icon,::slotted(svg){height:var(--ic-space-lg);width:var(--ic-space-lg);margin-right:var(--ic-space-xxs)}.column-header-alignment-right>.icon,.row-header-alignment-right>.icon,.cell-alignment-right>.icon,.column-header-alignment-right>::slotted(svg),.row-header-alignment-right>::slotted(svg),.cell-alignment-right>::slotted(svg){margin-right:auto}.column-header-alignment-center>ic-typography,.column-header-alignment-center>.cell-text-wrapper,.row-header-alignment-right>ic-typography,.row-header-alignment-right>.cell-text-wrapper,.cell-alignment-center>ic-typography,.cell-alignment-center>.cell-text-wrapper{flex:1}.icon>svg{height:var(--ic-space-lg);width:var(--ic-space-lg);display:inline-block}.truncation-tooltip ic-typography{display:-webkit-box;-webkit-line-clamp:var(--ic-line-clamp, 0);-webkit-box-orient:vertical;overflow:hidden}.truncation-tooltip ic-typography,.truncation-show-hide ic-typography{white-space:normal}.ic-tooltip-overflow{overflow:hidden;width:100%}.action-element{display:flex;justify-content:right}.cell-grid-wrapper{display:grid;grid-template-columns:auto auto}.loading-overlay{visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ic-architectural-black);z-index:calc(var(--ic-z-index-dialog) - 2);opacity:0;transition:opacity var(--ic-transition-duration-slow)}.loading-overlay.show{visibility:visible;opacity:0.6}.sr-only{position:absolute;left:-9999px}@media (prefers-reduced-motion: reduce){.loading-overlay{transition:none}}.cell-text-wrapper{overflow:hidden}.cell-text-wrapper>ic-typography{margin-left:2px}.cell-text-no-wrap{word-wrap:initial}.cell-container-with-description{display:flex;flex-direction:row}.cell-description{display:flex;flex-direction:row;margin-top:var(--ic-space-xxs);word-break:break-all}.cell-description-text{color:var(--ic-color-secondary-text)}.cell-description-icon{padding-right:var(--ic-space-xs)}.cell-description-icon>svg{height:calc(var(--ic-space-lg) - var(--ic-space-xxs));width:calc(var(--ic-space-lg) - var(--ic-space-xxs));display:flex}@media (min-width: 577px){.column-header-inner-container{display:flex;align-items:center}}@media (max-width: 577px){.cell-icon{flex-wrap:wrap}.cell-description-icon{padding-right:0}}@media (forced-colors: active){.icon,::slotted(svg),.cell-description-icon>svg{fill:currentcolor}.sort-button svg{color:currentcolor}.table-row-selected{background-color:Highlight !important}}";
17
17
 
18
18
  const DataTable = class {
19
19
  constructor(hostRef) {
@@ -369,12 +369,12 @@ const DataTable = class {
369
369
  Object.keys(cell).includes("actionElement") ? (h("div", { class: "cell-grid-wrapper" }, this.createCellContent(columnProps, cell, cellSlotName, rowOptions, rowAlignment, hasIcon, currentRowHeight, cellValue, rowEmphasis), h("span", { class: "action-element", innerHTML: cellValue("actionElement"),
370
370
  // eslint-disable-next-line react/jsx-no-bind
371
371
  onClick: cell.actionOnClick
372
- ? () => this.handleClick(cell.actionOnClick)
372
+ ? (event) => this.handleClick(event, cell.actionOnClick)
373
373
  : undefined }))) : (this.createCellContent(columnProps, cell, cellSlotName, rowOptions, rowAlignment, hasIcon, currentRowHeight, cellValue, rowEmphasis))));
374
374
  }
375
375
  });
376
376
  };
377
- this.createColumnHeaders = () => (this.columns || []).map(({ cellAlignment, colspan, icon, key, title, columnWidth }, index) => (h("th", { scope: "col", class: {
377
+ this.createColumnHeaders = () => (this.columns || []).map(({ cellAlignment, colspan, icon, key, title, columnWidth, excludeColumnFromSort, }, index) => (h("th", { scope: "col", class: {
378
378
  ["column-header"]: true,
379
379
  [`table-density-${this.density}`]: this.notDefaultDensity(),
380
380
  ["updating-state-headers"]: this.updating && !this.loading,
@@ -389,7 +389,7 @@ const DataTable = class {
389
389
  } }, title))) : (h("ic-typography", { variant: "body", class: {
390
390
  ["column-header-text"]: true,
391
391
  [`text-${this.density}`]: this.notDefaultDensity(),
392
- } }, title)), this.sortable && (h("ic-button", { variant: "icon", id: `sort-button-${key}`, "aria-label": this.getSortButtonLabel(key),
392
+ } }, title)), this.sortable && !excludeColumnFromSort && (h("ic-button", { variant: "icon", id: `sort-button-${key}`, "aria-label": this.getSortButtonLabel(key),
393
393
  // eslint-disable-next-line react/jsx-no-bind
394
394
  onClick: () => this.sortRows(key), innerHTML: this.SORT_ICONS[this.sortedColumn === key
395
395
  ? this.sortedColumnOrder
@@ -430,7 +430,9 @@ const DataTable = class {
430
430
  : row;
431
431
  });
432
432
  return organisedData
433
- .sort(!this.sortable ? undefined : this.getSortFunction())
433
+ .sort(!this.sortable || this.disableAutoSort
434
+ ? undefined
435
+ : this.getSortFunction())
434
436
  .map((row, index) => {
435
437
  return (h("tr", {
436
438
  // eslint-disable-next-line react/jsx-no-bind
@@ -618,7 +620,7 @@ const DataTable = class {
618
620
  }
619
621
  });
620
622
  };
621
- this.handleClick = (callback) => callback();
623
+ this.handleClick = (event, callback) => callback(event);
622
624
  this.renderTableBody = (data, loading, overlay) => {
623
625
  if (!(data === null || data === void 0 ? void 0 : data.length))
624
626
  return;
@@ -680,6 +682,7 @@ const DataTable = class {
680
682
  this.columnHeaderTruncation = false;
681
683
  this.columns = undefined;
682
684
  this.data = undefined;
685
+ this.disableAutoSort = false;
683
686
  this.density = "default";
684
687
  this.embedded = false;
685
688
  this.globalRowHeight = "auto";
@@ -1221,7 +1224,7 @@ const DataTable = class {
1221
1224
  tooltipEl.prepend(typographyEl);
1222
1225
  }
1223
1226
  render() {
1224
- var _a;
1227
+ var _a, _b;
1225
1228
  const { caption, createColumnHeaders, createUpdatingIndicator, data, hideColumnHeaders, loading, loadingOptions, paginationBarOptions, scrollable, scrollOffset, showPagination, sortable, sortedColumn, sortedColumnOrder, stickyColumnHeaders, updateScrollOffset, updating, } = this;
1226
1229
  return (h(Host, { style: Object.assign({}, this.setTableDimensions()) }, h("div", { class: "table-container" }, isSlotUsed(this.el, "title-bar") && h("slot", { name: "title-bar" }), h("div", { class: {
1227
1230
  ["table-row-container"]: true,
@@ -1234,7 +1237,7 @@ const DataTable = class {
1234
1237
  } }, h("tr", null, createColumnHeaders()))), updating &&
1235
1238
  !loading &&
1236
1239
  (hideColumnHeaders ? (h("thead", null, createUpdatingIndicator())) : (createUpdatingIndicator())), this.renderTableBody(data, loading, loadingOptions.overlay)), this.renderEmptyState(data, loading, loadingOptions.overlay)), h("div", { "aria-live": "assertive", class: "sr-only" }, this.renderAriaLiveLoading()), this.renderLoadingIndicator(loading, loadingOptions), (showPagination || isSlotUsed(this.el, "pagination-bar")) && (h("div", { class: "pagination-container" }, isSlotUsed(this.el, "pagination-bar") ? (h("slot", { name: "pagination-bar" })) : (h("ic-pagination-bar", { alignment: paginationBarOptions.alignment, appearance: paginationBarOptions.appearance, hideAllFromItemsPerPage: paginationBarOptions.hideAllFromItemsPerPage, hideRangeLabel: paginationBarOptions.hideRangeLabel, itemLabel: paginationBarOptions.itemLabel, itemsPerPageOptions: paginationBarOptions.itemsPerPageOptions, pageLabel: paginationBarOptions.pageLabel, rangeLabelType: paginationBarOptions.rangeLabelType, selectedItemsPerPage: paginationBarOptions.selectedItemsPerPage, setToFirstPageOnPaginationChange: paginationBarOptions.setToFirstPageOnPaginationChange, showGoToPageControl: paginationBarOptions.showGoToPageControl, showItemsPerPageControl: paginationBarOptions.showItemsPerPageControl, totalItems: (_a = data === null || data === void 0 ? void 0 : data.length) !== null && _a !== void 0 ? _a : 0, type: paginationBarOptions.type })))), sortable && (h("div", { class: "screen-reader-sort-text", "aria-live": "polite" }, sortedColumnOrder !== "unsorted" && sortedColumn
1237
- ? `${sortedColumn} sorted ${sortedColumnOrder}`
1240
+ ? `${((_b = this.columns.find((col) => col.key === sortedColumn)) === null || _b === void 0 ? void 0 : _b.title) || sortedColumn} sorted ${sortedColumnOrder}`
1238
1241
  : "table unsorted")))));
1239
1242
  }
1240
1243
  get el() { return getElement(this); }