@imj_media/ui 1.2.2 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (306) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.esm.js +10354 -12131
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +8 -13
  5. package/dist/index.js.map +1 -1
  6. package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -1
  7. package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
  8. package/dist/modules/DatePicker/DatePicker.d.ts.map +1 -1
  9. package/dist/modules/DatePicker/atoms/NavigationButton.d.ts +0 -2
  10. package/dist/modules/DatePicker/atoms/NavigationButton.d.ts.map +1 -1
  11. package/dist/modules/DatePicker/molecules/CalendarHeader.d.ts.map +1 -1
  12. package/dist/modules/DatePicker/molecules/DateInput.d.ts.map +1 -1
  13. package/dist/modules/DatePicker/molecules/MultipleCalendarsHeader.d.ts.map +1 -1
  14. package/dist/modules/Dropdown/components/Dropdown.d.ts.map +1 -1
  15. package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts +2 -1
  16. package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -1
  17. package/dist/modules/Filters/components/organisms/Filters.d.ts +1 -1
  18. package/dist/modules/Filters/components/organisms/Filters.d.ts.map +1 -1
  19. package/dist/modules/Header/components/organims/Header.d.ts +2 -25
  20. package/dist/modules/Header/components/organims/Header.d.ts.map +1 -1
  21. package/dist/modules/Icon/Icon.d.ts +1 -1
  22. package/dist/modules/Icon/Icon.d.ts.map +1 -1
  23. package/dist/modules/Icon/components/LegacyIcon.d.ts.map +1 -1
  24. package/dist/modules/Icon/constants/size.d.ts +2 -0
  25. package/dist/modules/Icon/constants/size.d.ts.map +1 -1
  26. package/dist/modules/Icon/stories/Icon.stories.d.ts.map +1 -1
  27. package/dist/modules/IconFont/components/index.d.ts +2 -0
  28. package/dist/modules/IconFont/components/index.d.ts.map +1 -0
  29. package/dist/modules/IconFont/components/organims/IconFont.d.ts +12 -0
  30. package/dist/modules/IconFont/components/organims/IconFont.d.ts.map +1 -0
  31. package/dist/modules/IconFont/components/organims/index.d.ts +2 -0
  32. package/dist/modules/IconFont/components/organims/index.d.ts.map +1 -0
  33. package/dist/modules/IconFont/index.d.ts +2 -0
  34. package/dist/modules/IconFont/index.d.ts.map +1 -0
  35. package/dist/modules/InnerButton/index.d.ts +1 -1
  36. package/dist/modules/InnerButton/index.d.ts.map +1 -1
  37. package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
  38. package/dist/modules/Input/components/Input.d.ts.map +1 -1
  39. package/dist/modules/Input/hooks/useInputSlots.d.ts +4 -4
  40. package/dist/modules/Input/hooks/useInputSlots.d.ts.map +1 -1
  41. package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -1
  42. package/dist/modules/Lightbox/components/organisms/Lightbox.d.ts.map +1 -1
  43. package/dist/modules/Lists/components/atoms/index.d.ts +0 -1
  44. package/dist/modules/Lists/components/atoms/index.d.ts.map +1 -1
  45. package/dist/modules/Lists/components/index.d.ts +0 -1
  46. package/dist/modules/Lists/components/index.d.ts.map +1 -1
  47. package/dist/modules/Lists/components/molecules/ListItemRadio.d.ts.map +1 -1
  48. package/dist/modules/Lists/components/molecules/ListItemToggle.d.ts.map +1 -1
  49. package/dist/modules/Lists/components/molecules/ListItemUser.d.ts.map +1 -1
  50. package/dist/modules/Lists/components/organisms/List.d.ts +1 -1
  51. package/dist/modules/Lists/components/organisms/List.d.ts.map +1 -1
  52. package/dist/modules/Lists/components/organisms/ListAlphabetic.d.ts.map +1 -1
  53. package/dist/modules/Lists/components/organisms/ListBase.d.ts.map +1 -1
  54. package/dist/modules/Lists/components/organisms/ListFilters.d.ts.map +1 -1
  55. package/dist/modules/Lists/components/organisms/ListFiltersCheckbox.d.ts.map +1 -1
  56. package/dist/modules/Lists/components/organisms/ListUsersSelect.d.ts.map +1 -1
  57. package/dist/modules/Lists/components/organisms/ListWithToggle.d.ts.map +1 -1
  58. package/dist/modules/Lists/stories/list.stories.d.ts.map +1 -1
  59. package/dist/modules/Pagination/components/organisms/Pagination.d.ts.map +1 -1
  60. package/dist/modules/ProgressBar/components/organisms/Container.d.ts +24 -0
  61. package/dist/modules/ProgressBar/components/organisms/Container.d.ts.map +1 -0
  62. package/dist/modules/ProgressBar/components/organisms/atoms/BarProgress.d.ts +17 -0
  63. package/dist/modules/ProgressBar/components/organisms/atoms/BarProgress.d.ts.map +1 -0
  64. package/dist/modules/ProgressBar/components/organisms/atoms/HelperText.d.ts +17 -0
  65. package/dist/modules/ProgressBar/components/organisms/atoms/HelperText.d.ts.map +1 -0
  66. package/dist/modules/ProgressBar/components/organisms/atoms/LabelProgress.d.ts +17 -0
  67. package/dist/modules/ProgressBar/components/organisms/atoms/LabelProgress.d.ts.map +1 -0
  68. package/dist/modules/ProgressBar/components/organisms/atoms/index.d.ts +4 -0
  69. package/dist/modules/ProgressBar/components/organisms/atoms/index.d.ts.map +1 -0
  70. package/dist/modules/ProgressBar/components/organisms/index.d.ts +1 -1
  71. package/dist/modules/ProgressBar/components/organisms/index.d.ts.map +1 -1
  72. package/dist/modules/ProgressBar/index.d.ts +2 -1
  73. package/dist/modules/ProgressBar/index.d.ts.map +1 -1
  74. package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts +18 -3
  75. package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts.map +1 -1
  76. package/dist/modules/Table/Table.d.ts +1 -1
  77. package/dist/modules/Table/Table.d.ts.map +1 -1
  78. package/dist/modules/Table/Table.test.d.ts +2 -0
  79. package/dist/modules/Table/Table.test.d.ts.map +1 -0
  80. package/dist/modules/Table/components/atoms/ActionsCell.d.ts +1 -1
  81. package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -1
  82. package/dist/modules/Table/components/atoms/ActionsCell.test.d.ts +2 -0
  83. package/dist/modules/Table/components/atoms/ActionsCell.test.d.ts.map +1 -0
  84. package/dist/modules/Table/components/atoms/AvatarsCell.d.ts +1 -1
  85. package/dist/modules/Table/components/atoms/AvatarsCell.d.ts.map +1 -1
  86. package/dist/modules/Table/components/atoms/AvatarsCell.test.d.ts +2 -0
  87. package/dist/modules/Table/components/atoms/AvatarsCell.test.d.ts.map +1 -0
  88. package/dist/modules/Table/components/atoms/ButtonCell.d.ts +1 -1
  89. package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -1
  90. package/dist/modules/Table/components/atoms/ButtonCell.test.d.ts +2 -0
  91. package/dist/modules/Table/components/atoms/ButtonCell.test.d.ts.map +1 -0
  92. package/dist/modules/Table/components/atoms/CheckboxCell.d.ts +1 -1
  93. package/dist/modules/Table/components/atoms/CheckboxCell.d.ts.map +1 -1
  94. package/dist/modules/Table/components/atoms/CheckboxCell.test.d.ts +2 -0
  95. package/dist/modules/Table/components/atoms/CheckboxCell.test.d.ts.map +1 -0
  96. package/dist/modules/Table/components/atoms/DateCell.d.ts +34 -0
  97. package/dist/modules/Table/components/atoms/DateCell.d.ts.map +1 -0
  98. package/dist/modules/Table/components/atoms/DateCell.test.d.ts +2 -0
  99. package/dist/modules/Table/components/atoms/DateCell.test.d.ts.map +1 -0
  100. package/dist/modules/Table/components/atoms/DropdownCell.d.ts +1 -1
  101. package/dist/modules/Table/components/atoms/DropdownCell.d.ts.map +1 -1
  102. package/dist/modules/Table/components/atoms/DropdownCell.test.d.ts +2 -0
  103. package/dist/modules/Table/components/atoms/DropdownCell.test.d.ts.map +1 -0
  104. package/dist/modules/Table/components/atoms/FilterIcon.d.ts +5 -0
  105. package/dist/modules/Table/components/atoms/FilterIcon.d.ts.map +1 -0
  106. package/dist/modules/Table/components/atoms/FilterIcon.test.d.ts +2 -0
  107. package/dist/modules/Table/components/atoms/FilterIcon.test.d.ts.map +1 -0
  108. package/dist/modules/Table/components/atoms/IconCell.d.ts +1 -1
  109. package/dist/modules/Table/components/atoms/IconCell.d.ts.map +1 -1
  110. package/dist/modules/Table/components/atoms/IconCell.test.d.ts +2 -0
  111. package/dist/modules/Table/components/atoms/IconCell.test.d.ts.map +1 -0
  112. package/dist/modules/Table/components/atoms/LinkCell.d.ts +1 -1
  113. package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -1
  114. package/dist/modules/Table/components/atoms/LinkCell.test.d.ts +2 -0
  115. package/dist/modules/Table/components/atoms/LinkCell.test.d.ts.map +1 -0
  116. package/dist/modules/Table/components/atoms/PrimaryCell.d.ts +1 -1
  117. package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -1
  118. package/dist/modules/Table/components/atoms/PrimaryCell.test.d.ts +2 -0
  119. package/dist/modules/Table/components/atoms/PrimaryCell.test.d.ts.map +1 -0
  120. package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts +5 -1
  121. package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts.map +1 -1
  122. package/dist/modules/Table/components/atoms/ProgressBarCell.test.d.ts +2 -0
  123. package/dist/modules/Table/components/atoms/ProgressBarCell.test.d.ts.map +1 -0
  124. package/dist/modules/Table/components/atoms/SkeletonCell.d.ts +1 -1
  125. package/dist/modules/Table/components/atoms/SkeletonCell.d.ts.map +1 -1
  126. package/dist/modules/Table/components/atoms/SkeletonCell.test.d.ts +2 -0
  127. package/dist/modules/Table/components/atoms/SkeletonCell.test.d.ts.map +1 -0
  128. package/dist/modules/Table/components/atoms/StarsCell.d.ts +1 -1
  129. package/dist/modules/Table/components/atoms/StarsCell.d.ts.map +1 -1
  130. package/dist/modules/Table/components/atoms/StarsCell.test.d.ts +2 -0
  131. package/dist/modules/Table/components/atoms/StarsCell.test.d.ts.map +1 -0
  132. package/dist/modules/Table/components/atoms/StatusCell.d.ts +1 -1
  133. package/dist/modules/Table/components/atoms/StatusCell.d.ts.map +1 -1
  134. package/dist/modules/Table/components/atoms/StatusCell.test.d.ts +2 -0
  135. package/dist/modules/Table/components/atoms/StatusCell.test.d.ts.map +1 -0
  136. package/dist/modules/Table/components/atoms/TableCell.d.ts +1 -1
  137. package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
  138. package/dist/modules/Table/components/atoms/TableCell.test.d.ts +2 -0
  139. package/dist/modules/Table/components/atoms/TableCell.test.d.ts.map +1 -0
  140. package/dist/modules/Table/components/atoms/TagsCell.d.ts +1 -1
  141. package/dist/modules/Table/components/atoms/TagsCell.d.ts.map +1 -1
  142. package/dist/modules/Table/components/atoms/TagsCell.test.d.ts +2 -0
  143. package/dist/modules/Table/components/atoms/TagsCell.test.d.ts.map +1 -0
  144. package/dist/modules/Table/components/atoms/TextFieldCell.d.ts +1 -1
  145. package/dist/modules/Table/components/atoms/TextFieldCell.d.ts.map +1 -1
  146. package/dist/modules/Table/components/atoms/TextFieldCell.test.d.ts +2 -0
  147. package/dist/modules/Table/components/atoms/TextFieldCell.test.d.ts.map +1 -0
  148. package/dist/modules/Table/components/atoms/index.d.ts +1 -0
  149. package/dist/modules/Table/components/atoms/index.d.ts.map +1 -1
  150. package/dist/modules/Table/components/molecules/CellRenderer.d.ts +7 -1
  151. package/dist/modules/Table/components/molecules/CellRenderer.d.ts.map +1 -1
  152. package/dist/modules/Table/components/molecules/CellRenderer.test.d.ts +2 -0
  153. package/dist/modules/Table/components/molecules/CellRenderer.test.d.ts.map +1 -0
  154. package/dist/modules/Table/components/molecules/FilterCard.d.ts.map +1 -1
  155. package/dist/modules/Table/components/molecules/FilterCard.test.d.ts +2 -0
  156. package/dist/modules/Table/components/molecules/FilterCard.test.d.ts.map +1 -0
  157. package/dist/modules/Table/components/molecules/FilterForm.test.d.ts +2 -0
  158. package/dist/modules/Table/components/molecules/FilterForm.test.d.ts.map +1 -0
  159. package/dist/modules/Table/components/molecules/FilterList.test.d.ts +2 -0
  160. package/dist/modules/Table/components/molecules/FilterList.test.d.ts.map +1 -0
  161. package/dist/modules/Table/components/molecules/HeaderCell.d.ts +1 -1
  162. package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
  163. package/dist/modules/Table/components/molecules/HeaderCell.test.d.ts +2 -0
  164. package/dist/modules/Table/components/molecules/HeaderCell.test.d.ts.map +1 -0
  165. package/dist/modules/Table/components/molecules/LogicOperatorSelector.test.d.ts +2 -0
  166. package/dist/modules/Table/components/molecules/LogicOperatorSelector.test.d.ts.map +1 -0
  167. package/dist/modules/Table/components/molecules/SelectionCheckbox.test.d.ts +2 -0
  168. package/dist/modules/Table/components/molecules/SelectionCheckbox.test.d.ts.map +1 -0
  169. package/dist/modules/Table/components/molecules/TableRow.d.ts +2 -1
  170. package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -1
  171. package/dist/modules/Table/components/molecules/TableRow.test.d.ts +2 -0
  172. package/dist/modules/Table/components/molecules/TableRow.test.d.ts.map +1 -0
  173. package/dist/modules/Table/components/organisms/EmptyTableState.d.ts.map +1 -1
  174. package/dist/modules/Table/components/organisms/EmptyTableState.test.d.ts +2 -0
  175. package/dist/modules/Table/components/organisms/EmptyTableState.test.d.ts.map +1 -0
  176. package/dist/modules/Table/components/organisms/FilterPopup.d.ts.map +1 -1
  177. package/dist/modules/Table/components/organisms/FilterPopup.test.d.ts +2 -0
  178. package/dist/modules/Table/components/organisms/FilterPopup.test.d.ts.map +1 -0
  179. package/dist/modules/Table/components/organisms/SkeletonRow.test.d.ts +2 -0
  180. package/dist/modules/Table/components/organisms/SkeletonRow.test.d.ts.map +1 -0
  181. package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -1
  182. package/dist/modules/Table/components/organisms/TableBody.test.d.ts +2 -0
  183. package/dist/modules/Table/components/organisms/TableBody.test.d.ts.map +1 -0
  184. package/dist/modules/Table/components/organisms/TableContent.test.d.ts +2 -0
  185. package/dist/modules/Table/components/organisms/TableContent.test.d.ts.map +1 -0
  186. package/dist/modules/Table/components/organisms/TableHeader.d.ts.map +1 -1
  187. package/dist/modules/Table/components/organisms/TableHeader.test.d.ts +2 -0
  188. package/dist/modules/Table/components/organisms/TableHeader.test.d.ts.map +1 -0
  189. package/dist/modules/Table/components/organisms/TableSelectionBar.test.d.ts +2 -0
  190. package/dist/modules/Table/components/organisms/TableSelectionBar.test.d.ts.map +1 -0
  191. package/dist/modules/Table/components/organisms/TableToolbar.d.ts +1 -1
  192. package/dist/modules/Table/components/organisms/TableToolbar.d.ts.map +1 -1
  193. package/dist/modules/Table/components/organisms/TableToolbar.test.d.ts +2 -0
  194. package/dist/modules/Table/components/organisms/TableToolbar.test.d.ts.map +1 -0
  195. package/dist/modules/Table/hooks/useTableConfig.d.ts +54 -0
  196. package/dist/modules/Table/hooks/useTableConfig.d.ts.map +1 -0
  197. package/dist/modules/Table/hooks/useTableSelection.test.d.ts +2 -0
  198. package/dist/modules/Table/hooks/useTableSelection.test.d.ts.map +1 -0
  199. package/dist/modules/Table/hooks/useTableSort.test.d.ts +2 -0
  200. package/dist/modules/Table/hooks/useTableSort.test.d.ts.map +1 -0
  201. package/dist/modules/Table/index.d.ts +1 -0
  202. package/dist/modules/Table/index.d.ts.map +1 -1
  203. package/dist/modules/Table/queries/api/client.d.ts +43 -0
  204. package/dist/modules/Table/queries/api/client.d.ts.map +1 -0
  205. package/dist/modules/Table/queries/api/index.d.ts +4 -0
  206. package/dist/modules/Table/queries/api/index.d.ts.map +1 -0
  207. package/dist/modules/Table/queries/api/teams.api.d.ts +48 -0
  208. package/dist/modules/Table/queries/api/teams.api.d.ts.map +1 -0
  209. package/dist/modules/Table/queries/hooks/index.d.ts +6 -0
  210. package/dist/modules/Table/queries/hooks/index.d.ts.map +1 -0
  211. package/dist/modules/Table/queries/hooks/useDebounce.d.ts +31 -0
  212. package/dist/modules/Table/queries/hooks/useDebounce.d.ts.map +1 -0
  213. package/dist/modules/Table/queries/hooks/useTableQuery.d.ts +52 -0
  214. package/dist/modules/Table/queries/hooks/useTableQuery.d.ts.map +1 -0
  215. package/dist/modules/Table/queries/hooks/useTeams.d.ts +73 -0
  216. package/dist/modules/Table/queries/hooks/useTeams.d.ts.map +1 -0
  217. package/dist/modules/Table/queries/index.d.ts +33 -0
  218. package/dist/modules/Table/queries/index.d.ts.map +1 -0
  219. package/dist/modules/Table/queries/providers/QueryProvider.d.ts +44 -0
  220. package/dist/modules/Table/queries/providers/QueryProvider.d.ts.map +1 -0
  221. package/dist/modules/Table/queries/providers/index.d.ts +3 -0
  222. package/dist/modules/Table/queries/providers/index.d.ts.map +1 -0
  223. package/dist/modules/Table/queries/types/index.d.ts +3 -0
  224. package/dist/modules/Table/queries/types/index.d.ts.map +1 -0
  225. package/dist/modules/Table/queries/types/strapi.types.d.ts +96 -0
  226. package/dist/modules/Table/queries/types/strapi.types.d.ts.map +1 -0
  227. package/dist/modules/Table/queries/types/team.types.d.ts +60 -0
  228. package/dist/modules/Table/queries/types/team.types.d.ts.map +1 -0
  229. package/dist/modules/Table/queries/utils/filters.d.ts +32 -0
  230. package/dist/modules/Table/queries/utils/filters.d.ts.map +1 -0
  231. package/dist/modules/Table/queries/utils/index.d.ts +3 -0
  232. package/dist/modules/Table/queries/utils/index.d.ts.map +1 -0
  233. package/dist/modules/Table/queries/utils/normalizers.d.ts +39 -0
  234. package/dist/modules/Table/queries/utils/normalizers.d.ts.map +1 -0
  235. package/dist/modules/Table/stories/Table.stories.d.ts +27 -1
  236. package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
  237. package/dist/modules/Table/stories/TableWithQuery.stories.d.ts +13 -0
  238. package/dist/modules/Table/stories/TableWithQuery.stories.d.ts.map +1 -0
  239. package/dist/modules/Table/types/filter.d.ts.map +1 -1
  240. package/dist/modules/Table/utils/cellStyles.d.ts +6 -2
  241. package/dist/modules/Table/utils/cellStyles.d.ts.map +1 -1
  242. package/dist/modules/Table/utils/filterUtils.d.ts.map +1 -1
  243. package/dist/modules/Table/utils/filterUtils.test.d.ts +2 -0
  244. package/dist/modules/Table/utils/filterUtils.test.d.ts.map +1 -0
  245. package/dist/modules/Table/utils/filtering.d.ts.map +1 -1
  246. package/dist/modules/Table/utils/selection.test.d.ts +2 -0
  247. package/dist/modules/Table/utils/selection.test.d.ts.map +1 -0
  248. package/dist/modules/Table/utils/sorting.test.d.ts +2 -0
  249. package/dist/modules/Table/utils/sorting.test.d.ts.map +1 -0
  250. package/dist/modules/Tag/index.d.ts.map +1 -1
  251. package/dist/modules/Textarea/components/organisms/Textarea.d.ts.map +1 -1
  252. package/dist/modules/Visual/Index.d.ts.map +1 -1
  253. package/dist/modules/index.d.ts +0 -1
  254. package/dist/modules/index.d.ts.map +1 -1
  255. package/dist/shared/const/colors.d.ts +2 -0
  256. package/dist/shared/const/colors.d.ts.map +1 -1
  257. package/dist/shared/hooks/useDragAndDrop.d.ts.map +1 -1
  258. package/dist/shared/types/button.d.ts +4 -3
  259. package/dist/shared/types/button.d.ts.map +1 -1
  260. package/dist/shared/types/buttongroup.d.ts +2 -2
  261. package/dist/shared/types/buttongroup.d.ts.map +1 -1
  262. package/dist/shared/types/filters.d.ts +2 -1
  263. package/dist/shared/types/filters.d.ts.map +1 -1
  264. package/dist/shared/types/header.d.ts +25 -0
  265. package/dist/shared/types/header.d.ts.map +1 -0
  266. package/dist/shared/types/icon.d.ts +5 -4
  267. package/dist/shared/types/icon.d.ts.map +1 -1
  268. package/dist/shared/types/input.d.ts +3 -1
  269. package/dist/shared/types/input.d.ts.map +1 -1
  270. package/dist/shared/types/list.d.ts +3 -2
  271. package/dist/shared/types/list.d.ts.map +1 -1
  272. package/dist/shared/types/progressbar.d.ts +107 -6
  273. package/dist/shared/types/progressbar.d.ts.map +1 -1
  274. package/dist/shared/types/table.d.ts +76 -3
  275. package/dist/shared/types/table.d.ts.map +1 -1
  276. package/dist/shared/types/title.d.ts +2 -1
  277. package/dist/shared/types/title.d.ts.map +1 -1
  278. package/dist/shared/types/types.d.ts +7 -3
  279. package/dist/shared/types/types.d.ts.map +1 -1
  280. package/dist/shared/types/visual.d.ts +2 -2
  281. package/dist/shared/types/visual.d.ts.map +1 -1
  282. package/dist/test/setup.d.ts +1 -0
  283. package/dist/test/setup.d.ts.map +1 -0
  284. package/package.json +11 -3
  285. package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts +0 -60
  286. package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts.map +0 -1
  287. package/dist/modules/InnerProgressBar/components/index.d.ts +0 -2
  288. package/dist/modules/InnerProgressBar/components/index.d.ts.map +0 -1
  289. package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts +0 -3
  290. package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts.map +0 -1
  291. package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts +0 -6
  292. package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts.map +0 -1
  293. package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts +0 -6
  294. package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts.map +0 -1
  295. package/dist/modules/InnerProgressBar/components/organisms/index.d.ts +0 -2
  296. package/dist/modules/InnerProgressBar/components/organisms/index.d.ts.map +0 -1
  297. package/dist/modules/InnerProgressBar/index.d.ts +0 -2
  298. package/dist/modules/InnerProgressBar/index.d.ts.map +0 -1
  299. package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts +0 -15
  300. package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts.map +0 -1
  301. package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts +0 -11
  302. package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts.map +0 -1
  303. package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts +0 -8
  304. package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts.map +0 -1
  305. package/dist/modules/Table/stories/Table.test.d.ts +0 -1
  306. package/dist/modules/Table/stories/Table.test.d.ts.map +0 -1
@@ -1,3 +1,3 @@
1
1
  import { TableProps } from '../../shared/types/table';
2
- export declare const Table: <T>({ columns: initialColumns, rows: initialRows, loading, empty, selection, pagination: paginationConfig, toolbar: toolbarConfig, sort: initialSort, filters: initialFilters, expandable, resizable, striped, bordered, hoverable, dense, showEditActions, className, onSort, onFilter, onColumnResize, onColumnReorder, onColumnVisibilityChange, onRowClick, onRowExpand, onHandleChange, }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Table: <T>({ columns: initialColumns, rows: initialRows, loading, empty, selection, pagination: paginationConfig, toolbar: toolbarConfig, sort: initialSort, filters: initialFilters, expandable, resizable, striped, bordered, hoverable, dense, showEditActions, configKey, persistConfig, onConfigChange, className, onSort, onFilter, onColumnResize, onColumnReorder, onColumnVisibilityChange, onRowClick, onRowExpand, onHandleChange, }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=Table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/modules/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAiBjD,eAAO,MAAM,KAAK,GAAI,CAAC,EAAG,4XA6BvB,UAAU,CAAC,CAAC,CAAC,4CAwef,CAAA"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/modules/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA2C,MAAM,sBAAsB,CAAA;AAoB1F,eAAO,MAAM,KAAK,GAAI,CAAC,EAAG,saAgCvB,UAAU,CAAC,CAAC,CAAC,4CAqjBf,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Table.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.test.d.ts","sourceRoot":"","sources":["../../../src/modules/Table/Table.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const ActionsCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
2
+ export declare const ActionsCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
3
3
  //# sourceMappingURL=ActionsCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ActionsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ActionsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAqB,MAAM,sBAAsB,CAAA;AA4CjF,eAAO,MAAM,WAAW,+FAOrB,uBAAuB,6CAsDxB,CAAA"}
1
+ {"version":3,"file":"ActionsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ActionsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAqB,MAAM,sBAAsB,CAAA;AA+CjF,eAAO,MAAM,WAAW,yHASrB,uBAAuB,6CAyDxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ActionsCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionsCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ActionsCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const AvatarsCell: ({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const AvatarsCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=AvatarsCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AvatarsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/AvatarsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAyB9D,eAAO,MAAM,WAAW,GAAI,mDAMzB,uBAAuB,4CA+CzB,CAAA"}
1
+ {"version":3,"file":"AvatarsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/AvatarsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAyB9D,eAAO,MAAM,WAAW,GAAI,6EAQzB,uBAAuB,4CA+CzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=AvatarsCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarsCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/AvatarsCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const ButtonCell: ({ value, row, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ButtonCell: ({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=ButtonCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ButtonCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,UAAU,GAAI,wDAOxB,uBAAuB,4CAqBzB,CAAA"}
1
+ {"version":3,"file":"ButtonCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ButtonCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,UAAU,GAAI,kFASxB,uBAAuB,4CAqBzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ButtonCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ButtonCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const CheckboxCell: ({ value, column, state, onChange, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const CheckboxCell: ({ value, column, state, onChange, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=CheckboxCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckboxCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/CheckboxCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,YAAY,GAAI,6DAO1B,uBAAuB,4CAezB,CAAA"}
1
+ {"version":3,"file":"CheckboxCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/CheckboxCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,YAAY,GAAI,uFAS1B,uBAAuB,4CAezB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CheckboxCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckboxCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/CheckboxCell.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,34 @@
1
+ import { TableCellComponentProps } from '../../../../shared/types/table';
2
+ /**
3
+ * Formatos de fecha disponibles
4
+ * - 'short': 14/12/2025 (dd/MM/yyyy) - POR DEFECTO
5
+ * - 'long': 14 de diciembre de 2025
6
+ * - 'medium': 14 dic 2025
7
+ * - 'iso': 2025-12-14
8
+ * - 'datetime-short': 14/12/2025 14:30
9
+ * - 'datetime-long': 14 de diciembre de 2025 14:30
10
+ * - 'time': 14:30
11
+ * - 'relative': hace 2 días, ayer, hoy, mañana, etc.
12
+ * - 'month-year': diciembre 2025
13
+ * - 'day-month': 14 de diciembre
14
+ */
15
+ export type DateFormat = 'short' | 'long' | 'medium' | 'iso' | 'datetime-short' | 'datetime-long' | 'time' | 'relative' | 'month-year' | 'day-month';
16
+ export interface DateCellProps extends TableCellComponentProps {
17
+ /** Formato de fecha a usar */
18
+ dateFormat?: DateFormat;
19
+ /** Locale para formateo (por defecto: 'es-ES') */
20
+ locale?: string;
21
+ /** Texto a mostrar cuando la fecha es inválida (por defecto: '-') */
22
+ fallback?: string;
23
+ }
24
+ /**
25
+ * Parsea cualquier valor de fecha a un objeto Date válido
26
+ * Soporta: Date, string ISO, timestamp, y formatos comunes
27
+ */
28
+ export declare const parseDate: (value: unknown) => Date | null;
29
+ /**
30
+ * Formatea una fecha según el formato especificado
31
+ */
32
+ export declare const formatDate: (date: Date, format?: DateFormat, locale?: string) => string;
33
+ export declare const DateCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, dateFormat, locale, fallback, }: DateCellProps) => import("react/jsx-runtime").JSX.Element>;
34
+ //# sourceMappingURL=DateCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/DateCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,UAAU,GAClB,OAAO,GACP,MAAM,GACN,QAAQ,GACR,KAAK,GACL,gBAAgB,GAChB,eAAe,GACf,MAAM,GACN,UAAU,GACV,YAAY,GACZ,WAAW,CAAA;AAEf,MAAM,WAAW,aAAc,SAAQ,uBAAuB;IAC5D,8BAA8B;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,kDAAkD;IAClD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,qEAAqE;IACrE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,GAAI,OAAO,OAAO,KAAG,IAAI,GAAG,IAqDjD,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,GACrB,MAAM,IAAI,EACV,SAAQ,UAAoB,EAC5B,SAAQ,MAAgB,KACvB,MAsEF,CAAA;AA6ED,eAAO,MAAM,QAAQ,kJAWlB,aAAa,6CAyCd,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DateCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/DateCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const DropdownCell: ({ value, state, onChange, className, column, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DropdownCell: ({ value, state, onChange, className, column, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=DropdownCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/DropdownCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,YAAY,GAAI,6DAO1B,uBAAuB,4CAmBzB,CAAA"}
1
+ {"version":3,"file":"DropdownCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/DropdownCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,YAAY,GAAI,uFAS1B,uBAAuB,4CAmBzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DropdownCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/DropdownCell.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { ColumnDataType } from '../../types/filter';
2
+ export declare const FilterIcon: ({ type }: {
3
+ type: ColumnDataType;
4
+ }) => import("react/jsx-runtime").JSX.Element | null;
5
+ //# sourceMappingURL=FilterIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterIcon.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/FilterIcon.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAQnD,eAAO,MAAM,UAAU,GAAI,UAAU;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,mDAK5D,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FilterIcon.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterIcon.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/FilterIcon.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const IconCell: ({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const IconCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=IconCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/IconCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,QAAQ,GAAI,mDAMtB,uBAAuB,4CAiBzB,CAAA"}
1
+ {"version":3,"file":"IconCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/IconCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,QAAQ,GAAI,6EAQtB,uBAAuB,4CAiBzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IconCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/IconCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const LinkCell: ({ value, row, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const LinkCell: ({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=LinkCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/LinkCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,QAAQ,GAAI,wDAOtB,uBAAuB,4CA4BzB,CAAA"}
1
+ {"version":3,"file":"LinkCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/LinkCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,QAAQ,GAAI,kFAStB,uBAAuB,4CA4BzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=LinkCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/LinkCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const PrimaryCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
2
+ export declare const PrimaryCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
3
3
  //# sourceMappingURL=PrimaryCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PrimaryCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/PrimaryCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAM9D,eAAO,MAAM,WAAW,+FAOrB,uBAAuB,6CA+CxB,CAAA"}
1
+ {"version":3,"file":"PrimaryCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/PrimaryCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAM9D,eAAO,MAAM,WAAW,yHASrB,uBAAuB,6CA+CxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PrimaryCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrimaryCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/PrimaryCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,7 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const ProgressBarCell: ({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ /**
3
+ * Celda de tabla con barra de progreso
4
+ * Reutiliza el componente BarProgress atómico
5
+ */
6
+ export declare const ProgressBarCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
7
  //# sourceMappingURL=ProgressBarCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressBarCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ProgressBarCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,eAAe,GAAI,mDAM7B,uBAAuB,4CAqDzB,CAAA"}
1
+ {"version":3,"file":"ProgressBarCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ProgressBarCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,6EAQ7B,uBAAuB,4CA6CzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ProgressBarCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressBarCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ProgressBarCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const SkeletonCell: ({ column, className, state, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const SkeletonCell: ({ column, className, state, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=SkeletonCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SkeletonCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/SkeletonCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,YAAY,GAAI,4CAK1B,uBAAuB,4CAWzB,CAAA"}
1
+ {"version":3,"file":"SkeletonCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/SkeletonCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAG9D,eAAO,MAAM,YAAY,GAAI,sEAO1B,uBAAuB,4CAgBzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SkeletonCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkeletonCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/SkeletonCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const StarsCell: ({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const StarsCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=StarsCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StarsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StarsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,SAAS,GAAI,mDAMvB,uBAAuB,4CA4BzB,CAAA"}
1
+ {"version":3,"file":"StarsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StarsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,SAAS,GAAI,6EAQvB,uBAAuB,4CA4BzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=StarsCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StarsCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StarsCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const StatusCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
2
+ export declare const StatusCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
3
3
  //# sourceMappingURL=StatusCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StatusCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,UAAU,0FAMpB,uBAAuB,6CA4FxB,CAAA"}
1
+ {"version":3,"file":"StatusCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StatusCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAiB9D,eAAO,MAAM,UAAU,oHAQpB,uBAAuB,6CA8GxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=StatusCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatusCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/StatusCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const TableCell: import('react').MemoExoticComponent<({ value, row, column, state, onChange, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
2
+ export declare const TableCell: import('react').MemoExoticComponent<({ value, row, column, state, onChange, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
3
3
  //# sourceMappingURL=TableCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,SAAS,yGAQnB,uBAAuB,6CA6BxB,CAAA"}
1
+ {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,SAAS,mIAUnB,uBAAuB,6CAgCxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=TableCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TableCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const TagsCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
2
+ export declare const TagsCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
3
3
  //# sourceMappingURL=TagsCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TagsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TagsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AA+B9D,eAAO,MAAM,QAAQ,0FAMlB,uBAAuB,6CA0DxB,CAAA"}
1
+ {"version":3,"file":"TagsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TagsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AA+B9D,eAAO,MAAM,QAAQ,oHAQlB,uBAAuB,6CA0DxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=TagsCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagsCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TagsCell.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const TextFieldCell: ({ value, column, state, onChange, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const TextFieldCell: ({ value, column, state, onChange, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=TextFieldCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextFieldCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TextFieldCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,aAAa,GAAI,6DAO3B,uBAAuB,4CA6DzB,CAAA"}
1
+ {"version":3,"file":"TextFieldCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TextFieldCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,aAAa,GAAI,uFAS3B,uBAAuB,4CA6DzB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=TextFieldCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/TextFieldCell.test.tsx"],"names":[],"mappings":""}
@@ -13,4 +13,5 @@ export { TagsCell } from './TagsCell';
13
13
  export { CheckboxCell } from './CheckboxCell';
14
14
  export { IconCell } from './IconCell';
15
15
  export { StarsCell } from './StarsCell';
16
+ export { DateCell, parseDate, formatDate, type DateFormat, type DateCellProps } from './DateCell';
16
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,KAAK,UAAU,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAA"}
@@ -3,11 +3,17 @@ interface CellRendererProps<T = any> {
3
3
  column: ColumnConfig<T>;
4
4
  row: RowConfig<T>;
5
5
  value: any;
6
+ /** Valor original del accessor (sin pasar por render) - usado para edición */
7
+ rawValue?: any;
6
8
  selected?: boolean;
7
9
  onCellFocus?: (rowId: string | number, columnId: string) => void;
8
10
  isCellFocused?: (rowId: string | number, columnId: string) => boolean;
9
11
  onCellChange?: (rowId: string | number, columnId: string, value: any) => void;
12
+ /** Posición left para columnas sticky (en píxeles) */
13
+ stickyLeft?: number;
14
+ /** Es la última columna bloqueada (para mostrar borde separador) */
15
+ isLastLocked?: boolean;
10
16
  }
11
- export declare const CellRenderer: <T>({ column, row, value, selected, onCellFocus, isCellFocused, onCellChange }: CellRendererProps<T>) => import("react/jsx-runtime").JSX.Element;
17
+ export declare const CellRenderer: <T>({ column, row, value, rawValue, selected, onCellFocus, isCellFocused, onCellChange, stickyLeft, isLastLocked }: CellRendererProps<T>) => import("react/jsx-runtime").JSX.Element;
12
18
  export {};
13
19
  //# sourceMappingURL=CellRenderer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CellRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/CellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAa,MAAM,sBAAsB,CAAA;AAmBzE,UAAU,iBAAiB,CAAC,CAAC,GAAG,GAAG;IACjC,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,CAAA;IACvB,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACjB,KAAK,EAAE,GAAG,CAAA;IACV,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;CAC9E;AAED,eAAO,MAAM,YAAY,GAAI,CAAC,EAAG,4EAQ9B,iBAAiB,CAAC,CAAC,CAAC,4CAmFtB,CAAA"}
1
+ {"version":3,"file":"CellRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/CellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAa,MAAM,sBAAsB,CAAA;AAoBzE,UAAU,iBAAiB,CAAC,CAAC,GAAG,GAAG;IACjC,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,CAAA;IACvB,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACjB,KAAK,EAAE,GAAG,CAAA;IACV,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,GAAG,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IAC7E,sDAAsD;IACtD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,oEAAoE;IACpE,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,YAAY,GAAI,CAAC,EAAG,gHAW9B,iBAAiB,CAAC,CAAC,CAAC,4CAgGtB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CellRenderer.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellRenderer.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/CellRenderer.test.tsx"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"FilterCard.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/FilterCard.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAoC,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAG/G,UAAU,eAAe;IACvB,MAAM,EAAE,oBAAoB,CAAA;IAC5B,UAAU,EAAE,kBAAkB,CAAA;IAC9B,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC,KAAK,IAAI,CAAA;IAC5E,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,UAAU,GAAI,uDAAuD,eAAe,4CAkNhG,CAAA"}
1
+ {"version":3,"file":"FilterCard.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/FilterCard.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAoC,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AA4B/G,UAAU,eAAe;IACvB,MAAM,EAAE,oBAAoB,CAAA;IAC5B,UAAU,EAAE,kBAAkB,CAAA;IAC9B,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC,KAAK,IAAI,CAAA;IAC5E,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,UAAU,GAAI,uDAAuD,eAAe,4CAiQhG,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FilterCard.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterCard.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/FilterCard.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FilterForm.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterForm.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/FilterForm.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FilterList.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterList.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/FilterList.test.tsx"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { HeaderCellProps } from '../../../../shared/types/table';
2
- export declare const HeaderCell: ({ column, sortable, filterable, lockable, resizable, sortDirection, filterActive, locked, onSort, onFilter, onLock, onResize, onResizeDoubleClick, onResizeHover, className, }: HeaderCellProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const HeaderCell: ({ column, sortable, filterable, lockable, resizable, sortDirection, filterActive, locked, isLastLocked, stickyLeft, onSort, onFilter, onLock, onResize, onResizeDoubleClick, onResizeHover, className, }: HeaderCellProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=HeaderCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/HeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAKtD,eAAO,MAAM,UAAU,GAAI,gLAgBxB,eAAe,4CA0QjB,CAAA"}
1
+ {"version":3,"file":"HeaderCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/HeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAMtD,eAAO,MAAM,UAAU,GAAI,0MAkBxB,eAAe,4CA6TjB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HeaderCell.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderCell.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/HeaderCell.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=LogicOperatorSelector.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LogicOperatorSelector.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/LogicOperatorSelector.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SelectionCheckbox.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectionCheckbox.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/SelectionCheckbox.test.tsx"],"names":[],"mappings":""}
@@ -3,6 +3,7 @@ interface TableRowProps<T = any> {
3
3
  row: RowConfig<T>;
4
4
  columns: ColumnConfig<T>[];
5
5
  selected?: boolean;
6
+ selectedIds?: (string | number)[];
6
7
  expandable?: boolean;
7
8
  onSelect?: (row: RowConfig<T>) => void;
8
9
  onExpand?: (row: RowConfig<T>) => void;
@@ -13,6 +14,6 @@ interface TableRowProps<T = any> {
13
14
  isCellFocused?: (rowId: string | number, columnId: string) => boolean;
14
15
  onCellChange?: (rowId: string | number, columnId: string, value: any) => void;
15
16
  }
16
- export declare const TableRow: <T>({ row, columns, selected, expandable, onSelect, onExpand, onClick, showSelection, showExpand, onCellFocus, isCellFocused, onCellChange, }: TableRowProps<T>) => import("react/jsx-runtime").JSX.Element;
17
+ export declare const TableRow: <T>({ row, columns, selected, selectedIds, expandable, onSelect, onExpand, onClick, showSelection, showExpand, onCellFocus, isCellFocused, onCellChange, }: TableRowProps<T>) => import("react/jsx-runtime").JSX.Element;
17
18
  export {};
18
19
  //# sourceMappingURL=TableRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAK9D,UAAU,aAAa,CAAC,CAAC,GAAG,GAAG;IAC7B,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACjB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACtC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACtC,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACrC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;CAC9E;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAG,2IAa1B,aAAa,CAAC,CAAC,CAAC,4CA0GlB,CAAA"}
1
+ {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAM9D,UAAU,aAAa,CAAC,CAAC,GAAG,GAAG;IAC7B,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;IACjB,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IACjC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACtC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACtC,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACrC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAChE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAA;IACrE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;CAC9E;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAG,wJAc1B,aAAa,CAAC,CAAC,CAAC,4CAwLlB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=TableRow.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRow.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/molecules/TableRow.test.tsx"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"EmptyTableState.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/EmptyTableState.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAKjD,eAAO,MAAM,eAAe,GAAI,6CAM7B,UAAU,4CAwCZ,CAAA"}
1
+ {"version":3,"file":"EmptyTableState.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/EmptyTableState.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAwBjD,eAAO,MAAM,eAAe,GAAI,6CAM7B,UAAU,4CA+CZ,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EmptyTableState.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyTableState.test.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/organisms/EmptyTableState.test.tsx"],"names":[],"mappings":""}