@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
@@ -17,7 +17,7 @@ const descendingIcon = `<svg focusable="false" aria-hidden="true" viewBox="0 0 2
17
17
  <path d="M16.01 11H4v2h12.01v3L20 12l-3.99-4z"></path>
18
18
  </svg>`;
19
19
 
20
- 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}}";
20
+ 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}}";
21
21
 
22
22
  const DataTable = class {
23
23
  constructor(hostRef) {
@@ -373,12 +373,12 @@ const DataTable = class {
373
373
  Object.keys(cell).includes("actionElement") ? (index.h("div", { class: "cell-grid-wrapper" }, this.createCellContent(columnProps, cell, cellSlotName, rowOptions, rowAlignment, hasIcon, currentRowHeight, cellValue, rowEmphasis), index.h("span", { class: "action-element", innerHTML: cellValue("actionElement"),
374
374
  // eslint-disable-next-line react/jsx-no-bind
375
375
  onClick: cell.actionOnClick
376
- ? () => this.handleClick(cell.actionOnClick)
376
+ ? (event) => this.handleClick(event, cell.actionOnClick)
377
377
  : undefined }))) : (this.createCellContent(columnProps, cell, cellSlotName, rowOptions, rowAlignment, hasIcon, currentRowHeight, cellValue, rowEmphasis))));
378
378
  }
379
379
  });
380
380
  };
381
- this.createColumnHeaders = () => (this.columns || []).map(({ cellAlignment, colspan, icon, key, title, columnWidth }, index$1) => (index.h("th", { scope: "col", class: {
381
+ this.createColumnHeaders = () => (this.columns || []).map(({ cellAlignment, colspan, icon, key, title, columnWidth, excludeColumnFromSort, }, index$1) => (index.h("th", { scope: "col", class: {
382
382
  ["column-header"]: true,
383
383
  [`table-density-${this.density}`]: this.notDefaultDensity(),
384
384
  ["updating-state-headers"]: this.updating && !this.loading,
@@ -393,7 +393,7 @@ const DataTable = class {
393
393
  } }, title))) : (index.h("ic-typography", { variant: "body", class: {
394
394
  ["column-header-text"]: true,
395
395
  [`text-${this.density}`]: this.notDefaultDensity(),
396
- } }, title)), this.sortable && (index.h("ic-button", { variant: "icon", id: `sort-button-${key}`, "aria-label": this.getSortButtonLabel(key),
396
+ } }, title)), this.sortable && !excludeColumnFromSort && (index.h("ic-button", { variant: "icon", id: `sort-button-${key}`, "aria-label": this.getSortButtonLabel(key),
397
397
  // eslint-disable-next-line react/jsx-no-bind
398
398
  onClick: () => this.sortRows(key), innerHTML: this.SORT_ICONS[this.sortedColumn === key
399
399
  ? this.sortedColumnOrder
@@ -434,7 +434,9 @@ const DataTable = class {
434
434
  : row;
435
435
  });
436
436
  return organisedData
437
- .sort(!this.sortable ? undefined : this.getSortFunction())
437
+ .sort(!this.sortable || this.disableAutoSort
438
+ ? undefined
439
+ : this.getSortFunction())
438
440
  .map((row, index$1) => {
439
441
  return (index.h("tr", {
440
442
  // eslint-disable-next-line react/jsx-no-bind
@@ -622,7 +624,7 @@ const DataTable = class {
622
624
  }
623
625
  });
624
626
  };
625
- this.handleClick = (callback) => callback();
627
+ this.handleClick = (event, callback) => callback(event);
626
628
  this.renderTableBody = (data, loading, overlay) => {
627
629
  if (!(data === null || data === void 0 ? void 0 : data.length))
628
630
  return;
@@ -684,6 +686,7 @@ const DataTable = class {
684
686
  this.columnHeaderTruncation = false;
685
687
  this.columns = undefined;
686
688
  this.data = undefined;
689
+ this.disableAutoSort = false;
687
690
  this.density = "default";
688
691
  this.embedded = false;
689
692
  this.globalRowHeight = "auto";
@@ -1225,7 +1228,7 @@ const DataTable = class {
1225
1228
  tooltipEl.prepend(typographyEl);
1226
1229
  }
1227
1230
  render() {
1228
- var _a;
1231
+ var _a, _b;
1229
1232
  const { caption, createColumnHeaders, createUpdatingIndicator, data, hideColumnHeaders, loading, loadingOptions, paginationBarOptions, scrollable, scrollOffset, showPagination, sortable, sortedColumn, sortedColumnOrder, stickyColumnHeaders, updateScrollOffset, updating, } = this;
1230
1233
  return (index.h(index.Host, { style: Object.assign({}, this.setTableDimensions()) }, index.h("div", { class: "table-container" }, helpers.isSlotUsed(this.el, "title-bar") && index.h("slot", { name: "title-bar" }), index.h("div", { class: {
1231
1234
  ["table-row-container"]: true,
@@ -1238,7 +1241,7 @@ const DataTable = class {
1238
1241
  } }, index.h("tr", null, createColumnHeaders()))), updating &&
1239
1242
  !loading &&
1240
1243
  (hideColumnHeaders ? (index.h("thead", null, createUpdatingIndicator())) : (createUpdatingIndicator())), this.renderTableBody(data, loading, loadingOptions.overlay)), this.renderEmptyState(data, loading, loadingOptions.overlay)), index.h("div", { "aria-live": "assertive", class: "sr-only" }, this.renderAriaLiveLoading()), this.renderLoadingIndicator(loading, loadingOptions), (showPagination || helpers.isSlotUsed(this.el, "pagination-bar")) && (index.h("div", { class: "pagination-container" }, helpers.isSlotUsed(this.el, "pagination-bar") ? (index.h("slot", { name: "pagination-bar" })) : (index.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 && (index.h("div", { class: "screen-reader-sort-text", "aria-live": "polite" }, sortedColumnOrder !== "unsorted" && sortedColumn
1241
- ? `${sortedColumn} sorted ${sortedColumnOrder}`
1244
+ ? `${((_b = this.columns.find((col) => col.key === sortedColumn)) === null || _b === void 0 ? void 0 : _b.title) || sortedColumn} sorted ${sortedColumnOrder}`
1242
1245
  : "table unsorted")))));
1243
1246
  }
1244
1247
  get el() { return index.getElement(this); }