iguazio.dashboard-react-controls 3.2.21 → 3.2.23

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 (404) hide show
  1. package/dist/components/ActionsMenu/ActionsMenu.d.ts +17 -10
  2. package/dist/components/ActionsMenu/ActionsMenu.d.ts.map +1 -1
  3. package/dist/components/Backdrop/Backdrop.d.ts +8 -7
  4. package/dist/components/Backdrop/Backdrop.d.ts.map +1 -1
  5. package/dist/components/BlockerSpy/BlockerSpy.d.ts +4 -3
  6. package/dist/components/BlockerSpy/BlockerSpy.d.ts.map +1 -1
  7. package/dist/components/Button/Button.d.ts +16 -15
  8. package/dist/components/Button/Button.d.ts.map +1 -1
  9. package/dist/components/Button/Button.stories.d.ts +69 -7
  10. package/dist/components/Button/Button.stories.d.ts.map +1 -1
  11. package/dist/components/ChipForm/ChipForm.d.ts +20 -12
  12. package/dist/components/ChipForm/ChipForm.d.ts.map +1 -1
  13. package/dist/components/ConfirmDialog/ConfirmDialog.d.ts +21 -20
  14. package/dist/components/ConfirmDialog/ConfirmDialog.d.ts.map +1 -1
  15. package/dist/components/ConfirmDialog/ConfirmDialog.stories.d.ts +22 -1
  16. package/dist/components/ConfirmDialog/ConfirmDialog.stories.d.ts.map +1 -1
  17. package/dist/components/CopyToClipboard/CopyToClipboard.d.ts +11 -10
  18. package/dist/components/CopyToClipboard/CopyToClipboard.d.ts.map +1 -1
  19. package/dist/components/ErrorMessage/ErrorMessage.d.ts +5 -4
  20. package/dist/components/ErrorMessage/ErrorMessage.d.ts.map +1 -1
  21. package/dist/components/FormCheckBox/FormCheckBox.d.ts +13 -12
  22. package/dist/components/FormCheckBox/FormCheckBox.d.ts.map +1 -1
  23. package/dist/components/FormCheckBox/FormCheckbox.stories.d.ts +8 -1
  24. package/dist/components/FormCheckBox/FormCheckbox.stories.d.ts.map +1 -1
  25. package/dist/components/FormChipCell/FormChip/FormChip.d.ts +24 -23
  26. package/dist/components/FormChipCell/FormChip/FormChip.d.ts.map +1 -1
  27. package/dist/components/FormChipCell/FormChipCell.d.ts +30 -29
  28. package/dist/components/FormChipCell/FormChipCell.d.ts.map +1 -1
  29. package/dist/components/FormChipCell/FormChipCellView.d.ts +29 -28
  30. package/dist/components/FormChipCell/FormChipCellView.d.ts.map +1 -1
  31. package/dist/components/FormChipCell/HiddenChipsBlock/HiddenChipsBlock.d.ts +16 -7
  32. package/dist/components/FormChipCell/HiddenChipsBlock/HiddenChipsBlock.d.ts.map +1 -1
  33. package/dist/components/FormChipCell/NewChipForm/NewChipForm.d.ts +26 -18
  34. package/dist/components/FormChipCell/NewChipForm/NewChipForm.d.ts.map +1 -1
  35. package/dist/components/FormChipCell/NewChipInput/NewChipInput.d.ts +5 -4
  36. package/dist/components/FormChipCell/NewChipInput/NewChipInput.d.ts.map +1 -1
  37. package/dist/components/FormCombobox/FormCombobox.d.ts +44 -39
  38. package/dist/components/FormCombobox/FormCombobox.d.ts.map +1 -1
  39. package/dist/components/FormCombobox/FormCombobox.stories.d.ts +58 -6
  40. package/dist/components/FormCombobox/FormCombobox.stories.d.ts.map +1 -1
  41. package/dist/components/FormInput/FormInput.d.ts +77 -1
  42. package/dist/components/FormInput/FormInput.d.ts.map +1 -1
  43. package/dist/components/FormInput/FormInput.stories.d.ts +86 -8
  44. package/dist/components/FormInput/FormInput.stories.d.ts.map +1 -1
  45. package/dist/components/FormInput/InputNumberButtons/InputNumberButtons.d.ts +12 -11
  46. package/dist/components/FormInput/InputNumberButtons/InputNumberButtons.d.ts.map +1 -1
  47. package/dist/components/FormKeyValueTable/FormKeyValueTable.d.ts +41 -37
  48. package/dist/components/FormKeyValueTable/FormKeyValueTable.d.ts.map +1 -1
  49. package/dist/components/FormOnChange/FormOnChange.d.ts +4 -3
  50. package/dist/components/FormOnChange/FormOnChange.d.ts.map +1 -1
  51. package/dist/components/FormRadio/FormRadio.d.ts +10 -9
  52. package/dist/components/FormRadio/FormRadio.d.ts.map +1 -1
  53. package/dist/components/FormRadio/FormRadio.stories.d.ts +8 -1
  54. package/dist/components/FormRadio/FormRadio.stories.d.ts.map +1 -1
  55. package/dist/components/FormSelect/FormSelect.d.ts +44 -34
  56. package/dist/components/FormSelect/FormSelect.d.ts.map +1 -1
  57. package/dist/components/FormSelect/FormSelect.stories.d.ts +36 -4
  58. package/dist/components/FormSelect/FormSelect.stories.d.ts.map +1 -1
  59. package/dist/components/FormTextarea/FormTextarea.d.ts +31 -30
  60. package/dist/components/FormTextarea/FormTextarea.d.ts.map +1 -1
  61. package/dist/components/FormTextarea/FormTextarea.stories.d.ts +26 -3
  62. package/dist/components/FormTextarea/FormTextarea.stories.d.ts.map +1 -1
  63. package/dist/components/FormToggle/FormToggle.d.ts +14 -13
  64. package/dist/components/FormToggle/FormToggle.d.ts.map +1 -1
  65. package/dist/components/LoadButton/LoadButton.d.ts +8 -7
  66. package/dist/components/LoadButton/LoadButton.d.ts.map +1 -1
  67. package/dist/components/LoadButton/LoadButton.stories.d.ts +29 -3
  68. package/dist/components/LoadButton/LoadButton.stories.d.ts.map +1 -1
  69. package/dist/components/Loader/Loader.d.ts +14 -1
  70. package/dist/components/Loader/Loader.d.ts.map +1 -1
  71. package/dist/components/Loader/LoaderForSuspenseFallback.d.ts +2 -1
  72. package/dist/components/Loader/LoaderForSuspenseFallback.d.ts.map +1 -1
  73. package/dist/components/Modal/Modal.d.ts +19 -18
  74. package/dist/components/Modal/Modal.d.ts.map +1 -1
  75. package/dist/components/PopUpDialog/PopUpDialog.d.ts +22 -20
  76. package/dist/components/PopUpDialog/PopUpDialog.d.ts.map +1 -1
  77. package/dist/components/ReadOnlyChips/ReadOnlyChips.d.ts +5 -4
  78. package/dist/components/ReadOnlyChips/ReadOnlyChips.d.ts.map +1 -1
  79. package/dist/components/RoundedIcon/RoundedIcon.d.ts +15 -14
  80. package/dist/components/RoundedIcon/RoundedIcon.d.ts.map +1 -1
  81. package/dist/components/RoundedIcon/RoundedIcon.stories.d.ts +13 -2
  82. package/dist/components/RoundedIcon/RoundedIcon.stories.d.ts.map +1 -1
  83. package/dist/components/TableCell/TableCell.d.ts +20 -19
  84. package/dist/components/TableCell/TableCell.d.ts.map +1 -1
  85. package/dist/components/TabsSlider/TabsSlider.d.ts +18 -12
  86. package/dist/components/TabsSlider/TabsSlider.d.ts.map +1 -1
  87. package/dist/components/Tip/Tip.d.ts +7 -6
  88. package/dist/components/Tip/Tip.d.ts.map +1 -1
  89. package/dist/components/Tip/Tip.stories.d.ts +6 -1
  90. package/dist/components/Tip/Tip.stories.d.ts.map +1 -1
  91. package/dist/components/Tooltip/Tooltip.d.ts +17 -16
  92. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  93. package/dist/components/Tooltip/Tooltip.stories.d.ts +16 -2
  94. package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
  95. package/dist/components/TooltipTemplate/ProducerTooltipTemplate.d.ts +6 -5
  96. package/dist/components/TooltipTemplate/ProducerTooltipTemplate.d.ts.map +1 -1
  97. package/dist/components/TooltipTemplate/TextTooltipTemplate.d.ts +6 -5
  98. package/dist/components/TooltipTemplate/TextTooltipTemplate.d.ts.map +1 -1
  99. package/dist/components/Wizard/Wizard.d.ts +16 -15
  100. package/dist/components/Wizard/Wizard.d.ts.map +1 -1
  101. package/dist/components/Wizard/WizardSteps/WizardSteps.d.ts +13 -6
  102. package/dist/components/Wizard/WizardSteps/WizardSteps.d.ts.map +1 -1
  103. package/dist/elements/ActionsMenuItem/ActionsMenuItem.d.ts +7 -6
  104. package/dist/elements/ActionsMenuItem/ActionsMenuItem.d.ts.map +1 -1
  105. package/dist/elements/FormActionButton/FormActionButton.d.ts +13 -12
  106. package/dist/elements/FormActionButton/FormActionButton.d.ts.map +1 -1
  107. package/dist/elements/FormRowActions/FormRowActions.d.ts +14 -13
  108. package/dist/elements/FormRowActions/FormRowActions.d.ts.map +1 -1
  109. package/dist/elements/OptionsMenu/OptionsMenu.d.ts +7 -6
  110. package/dist/elements/OptionsMenu/OptionsMenu.d.ts.map +1 -1
  111. package/dist/elements/SelectOption/SelectOption.d.ts +20 -10
  112. package/dist/elements/SelectOption/SelectOption.d.ts.map +1 -1
  113. package/dist/elements/TableHead/TableHead.d.ts +8 -7
  114. package/dist/elements/TableHead/TableHead.d.ts.map +1 -1
  115. package/dist/elements/TableLinkCell/TableLinkCell.d.ts +15 -14
  116. package/dist/elements/TableLinkCell/TableLinkCell.d.ts.map +1 -1
  117. package/dist/elements/TableTypeCell/TableTypeCell.d.ts +5 -4
  118. package/dist/elements/TableTypeCell/TableTypeCell.d.ts.map +1 -1
  119. package/dist/elements/ValidationTemplate/ValidationTemplate.d.ts +4 -3
  120. package/dist/elements/ValidationTemplate/ValidationTemplate.d.ts.map +1 -1
  121. package/dist/hooks/useDetails.hook.d.ts +35 -29
  122. package/dist/hooks/useDetails.hook.d.ts.map +1 -1
  123. package/dist/hooks/useDetailsHeader.hook.d.ts +59 -44
  124. package/dist/hooks/useDetailsHeader.hook.d.ts.map +1 -1
  125. package/dist/hooks/useFormTable.hook.d.ts +5 -5
  126. package/dist/hooks/useTable.hook.d.ts +42 -32
  127. package/dist/hooks/useTable.hook.d.ts.map +1 -1
  128. package/dist/images/activeFilter.svg +6 -0
  129. package/dist/images/activeFilter.svg.mjs +6 -0
  130. package/dist/images/activeFilter.svg.mjs.map +1 -0
  131. package/dist/images/calendar-chevron.svg +3 -0
  132. package/dist/images/calendar-chevron.svg.mjs +6 -0
  133. package/dist/images/calendar-chevron.svg.mjs.map +1 -0
  134. package/dist/images/check.svg +3 -0
  135. package/dist/images/check.svg.mjs +6 -0
  136. package/dist/images/check.svg.mjs.map +1 -0
  137. package/dist/images/clock.svg.mjs +6 -0
  138. package/dist/images/clock.svg.mjs.map +1 -0
  139. package/dist/images/double-check.svg +3 -0
  140. package/dist/images/filter-2.svg +5 -0
  141. package/dist/images/filter-2.svg.mjs +6 -0
  142. package/dist/images/filter-2.svg.mjs.map +1 -0
  143. package/dist/images/refresh-2.svg +3 -0
  144. package/dist/images/refresh-2.svg.mjs +6 -0
  145. package/dist/images/refresh-2.svg.mjs.map +1 -0
  146. package/dist/images/search2-icon.svg +3 -0
  147. package/dist/images/select.svg +3 -0
  148. package/dist/images/select.svg.mjs +6 -0
  149. package/dist/images/select.svg.mjs.map +1 -0
  150. package/dist/images/sort-arrow.svg +3 -0
  151. package/dist/images/sort-arrow.svg.mjs +6 -0
  152. package/dist/images/sort-arrow.svg.mjs.map +1 -0
  153. package/dist/nextGenComponents/components/Badge/Badge.d.ts +13 -0
  154. package/dist/nextGenComponents/components/Badge/Badge.d.ts.map +1 -0
  155. package/dist/nextGenComponents/components/Badge/Badge.mjs +23 -0
  156. package/dist/nextGenComponents/components/Badge/Badge.mjs.map +1 -0
  157. package/dist/nextGenComponents/components/Badge/index.d.ts +3 -0
  158. package/dist/nextGenComponents/components/Badge/index.d.ts.map +1 -0
  159. package/dist/nextGenComponents/components/Badge/index.mjs +6 -0
  160. package/dist/nextGenComponents/components/Badge/index.mjs.map +1 -0
  161. package/dist/nextGenComponents/components/BadgeCell/BadgeCell.d.ts +13 -0
  162. package/dist/nextGenComponents/components/BadgeCell/BadgeCell.d.ts.map +1 -0
  163. package/dist/nextGenComponents/components/BadgeCell/BadgeCell.mjs +109 -0
  164. package/dist/nextGenComponents/components/BadgeCell/BadgeCell.mjs.map +1 -0
  165. package/dist/nextGenComponents/components/BadgeCell/index.d.ts +3 -0
  166. package/dist/nextGenComponents/components/BadgeCell/index.d.ts.map +1 -0
  167. package/dist/nextGenComponents/components/BadgeCell/index.mjs +5 -0
  168. package/dist/nextGenComponents/components/BadgeCell/index.mjs.map +1 -0
  169. package/dist/nextGenComponents/components/CustomRangePicker/CustomRangePicker.d.ts +10 -0
  170. package/dist/nextGenComponents/components/CustomRangePicker/CustomRangePicker.d.ts.map +1 -0
  171. package/dist/nextGenComponents/components/CustomRangePicker/CustomRangePicker.mjs +103 -0
  172. package/dist/nextGenComponents/components/CustomRangePicker/CustomRangePicker.mjs.map +1 -0
  173. package/dist/nextGenComponents/components/CustomRangePicker/DateTimePickerPanel.d.ts +14 -0
  174. package/dist/nextGenComponents/components/CustomRangePicker/DateTimePickerPanel.d.ts.map +1 -0
  175. package/dist/nextGenComponents/components/CustomRangePicker/DateTimePickerPanel.mjs +115 -0
  176. package/dist/nextGenComponents/components/CustomRangePicker/DateTimePickerPanel.mjs.map +1 -0
  177. package/dist/nextGenComponents/components/CustomRangePicker/MaskedInput.d.ts +14 -0
  178. package/dist/nextGenComponents/components/CustomRangePicker/MaskedInput.d.ts.map +1 -0
  179. package/dist/nextGenComponents/components/CustomRangePicker/MaskedInput.mjs +109 -0
  180. package/dist/nextGenComponents/components/CustomRangePicker/MaskedInput.mjs.map +1 -0
  181. package/dist/nextGenComponents/components/CustomRangePicker/TimePickerInput.d.ts +8 -0
  182. package/dist/nextGenComponents/components/CustomRangePicker/TimePickerInput.d.ts.map +1 -0
  183. package/dist/nextGenComponents/components/CustomRangePicker/TimePickerInput.mjs +109 -0
  184. package/dist/nextGenComponents/components/CustomRangePicker/TimePickerInput.mjs.map +1 -0
  185. package/dist/nextGenComponents/components/CustomRangePicker/index.d.ts +2 -0
  186. package/dist/nextGenComponents/components/CustomRangePicker/index.d.ts.map +1 -0
  187. package/dist/nextGenComponents/components/CustomRangePicker/index.mjs +5 -0
  188. package/dist/nextGenComponents/components/CustomRangePicker/index.mjs.map +1 -0
  189. package/dist/nextGenComponents/components/DataTable/DataTable.d.ts +29 -0
  190. package/dist/nextGenComponents/components/DataTable/DataTable.d.ts.map +1 -0
  191. package/dist/nextGenComponents/components/DataTable/DataTable.mjs +223 -0
  192. package/dist/nextGenComponents/components/DataTable/DataTable.mjs.map +1 -0
  193. package/dist/nextGenComponents/components/DataTable/DataTable.utils.d.ts +11 -0
  194. package/dist/nextGenComponents/components/DataTable/DataTable.utils.d.ts.map +1 -0
  195. package/dist/nextGenComponents/components/DataTable/DataTable.utils.mjs +17 -0
  196. package/dist/nextGenComponents/components/DataTable/DataTable.utils.mjs.map +1 -0
  197. package/dist/nextGenComponents/components/DataTable/checkboxColumn.d.ts +4 -0
  198. package/dist/nextGenComponents/components/DataTable/checkboxColumn.d.ts.map +1 -0
  199. package/dist/nextGenComponents/components/DataTable/checkboxColumn.mjs +30 -0
  200. package/dist/nextGenComponents/components/DataTable/checkboxColumn.mjs.map +1 -0
  201. package/dist/nextGenComponents/components/DataTable/index.d.ts +2 -0
  202. package/dist/nextGenComponents/components/DataTable/index.d.ts.map +1 -0
  203. package/dist/nextGenComponents/components/DataTable/index.mjs +5 -0
  204. package/dist/nextGenComponents/components/DataTable/index.mjs.map +1 -0
  205. package/dist/nextGenComponents/components/DetailsPanel/DetailsPanel.d.ts +11 -0
  206. package/dist/nextGenComponents/components/DetailsPanel/DetailsPanel.d.ts.map +1 -0
  207. package/dist/nextGenComponents/components/DetailsPanel/DetailsPanel.mjs +53 -0
  208. package/dist/nextGenComponents/components/DetailsPanel/DetailsPanel.mjs.map +1 -0
  209. package/dist/nextGenComponents/components/DetailsPanel/index.d.ts +2 -0
  210. package/dist/nextGenComponents/components/DetailsPanel/index.d.ts.map +1 -0
  211. package/dist/nextGenComponents/components/DetailsPanel/index.mjs +5 -0
  212. package/dist/nextGenComponents/components/DetailsPanel/index.mjs.map +1 -0
  213. package/dist/nextGenComponents/components/EllipsisTooltip/EllipsisTooltip.d.ts +8 -0
  214. package/dist/nextGenComponents/components/EllipsisTooltip/EllipsisTooltip.d.ts.map +1 -0
  215. package/dist/nextGenComponents/components/EllipsisTooltip/EllipsisTooltip.mjs +20 -0
  216. package/dist/nextGenComponents/components/EllipsisTooltip/EllipsisTooltip.mjs.map +1 -0
  217. package/dist/nextGenComponents/components/EllipsisTooltip/index.d.ts +2 -0
  218. package/dist/nextGenComponents/components/EllipsisTooltip/index.d.ts.map +1 -0
  219. package/dist/nextGenComponents/components/EllipsisTooltip/index.mjs +5 -0
  220. package/dist/nextGenComponents/components/EllipsisTooltip/index.mjs.map +1 -0
  221. package/dist/nextGenComponents/components/FilterPopover/FilterPopover.d.ts +11 -0
  222. package/dist/nextGenComponents/components/FilterPopover/FilterPopover.d.ts.map +1 -0
  223. package/dist/nextGenComponents/components/FilterPopover/FilterPopover.mjs +160 -0
  224. package/dist/nextGenComponents/components/FilterPopover/FilterPopover.mjs.map +1 -0
  225. package/dist/nextGenComponents/components/FilterPopover/index.d.ts +2 -0
  226. package/dist/nextGenComponents/components/FilterPopover/index.d.ts.map +1 -0
  227. package/dist/nextGenComponents/components/FilterPopover/index.mjs +5 -0
  228. package/dist/nextGenComponents/components/FilterPopover/index.mjs.map +1 -0
  229. package/dist/nextGenComponents/components/Loader/Loader.d.ts +16 -0
  230. package/dist/nextGenComponents/components/Loader/Loader.d.ts.map +1 -0
  231. package/dist/nextGenComponents/components/Loader/Loader.mjs +62 -0
  232. package/dist/nextGenComponents/components/Loader/Loader.mjs.map +1 -0
  233. package/dist/nextGenComponents/components/Loader/index.d.ts +3 -0
  234. package/dist/nextGenComponents/components/Loader/index.d.ts.map +1 -0
  235. package/dist/nextGenComponents/components/Loader/index.mjs +5 -0
  236. package/dist/nextGenComponents/components/Loader/index.mjs.map +1 -0
  237. package/dist/nextGenComponents/components/MultiSelectField/MultiSelectField.d.ts +15 -0
  238. package/dist/nextGenComponents/components/MultiSelectField/MultiSelectField.d.ts.map +1 -0
  239. package/dist/nextGenComponents/components/MultiSelectField/MultiSelectField.mjs +113 -0
  240. package/dist/nextGenComponents/components/MultiSelectField/MultiSelectField.mjs.map +1 -0
  241. package/dist/nextGenComponents/components/MultiSelectField/index.d.ts +3 -0
  242. package/dist/nextGenComponents/components/MultiSelectField/index.d.ts.map +1 -0
  243. package/dist/nextGenComponents/components/MultiSelectField/index.mjs +6 -0
  244. package/dist/nextGenComponents/components/MultiSelectField/index.mjs.map +1 -0
  245. package/dist/nextGenComponents/components/PaginationControls/PaginationControls.d.ts +17 -0
  246. package/dist/nextGenComponents/components/PaginationControls/PaginationControls.d.ts.map +1 -0
  247. package/dist/nextGenComponents/components/PaginationControls/PaginationControls.mjs +106 -0
  248. package/dist/nextGenComponents/components/PaginationControls/PaginationControls.mjs.map +1 -0
  249. package/dist/nextGenComponents/components/PaginationControls/index.d.ts +3 -0
  250. package/dist/nextGenComponents/components/PaginationControls/index.d.ts.map +1 -0
  251. package/dist/nextGenComponents/components/PaginationControls/index.mjs +5 -0
  252. package/dist/nextGenComponents/components/PaginationControls/index.mjs.map +1 -0
  253. package/dist/nextGenComponents/components/RefreshButton/RefreshButton.d.ts +5 -0
  254. package/dist/nextGenComponents/components/RefreshButton/RefreshButton.d.ts.map +1 -0
  255. package/dist/nextGenComponents/components/RefreshButton/RefreshButton.mjs +20 -0
  256. package/dist/nextGenComponents/components/RefreshButton/RefreshButton.mjs.map +1 -0
  257. package/dist/nextGenComponents/components/RefreshButton/index.d.ts +2 -0
  258. package/dist/nextGenComponents/components/RefreshButton/index.d.ts.map +1 -0
  259. package/dist/nextGenComponents/components/RefreshButton/index.mjs +5 -0
  260. package/dist/nextGenComponents/components/RefreshButton/index.mjs.map +1 -0
  261. package/dist/nextGenComponents/components/RowActions/ActionMenu/ActionMenu.d.ts +8 -0
  262. package/dist/nextGenComponents/components/RowActions/ActionMenu/ActionMenu.d.ts.map +1 -0
  263. package/dist/nextGenComponents/components/RowActions/ActionMenu/ActionMenu.mjs +58 -0
  264. package/dist/nextGenComponents/components/RowActions/ActionMenu/ActionMenu.mjs.map +1 -0
  265. package/dist/nextGenComponents/components/RowActions/RowActions.d.ts +8 -0
  266. package/dist/nextGenComponents/components/RowActions/RowActions.d.ts.map +1 -0
  267. package/dist/nextGenComponents/components/RowActions/RowActions.mjs +19 -0
  268. package/dist/nextGenComponents/components/RowActions/RowActions.mjs.map +1 -0
  269. package/dist/nextGenComponents/components/RowActions/SingleActionButton/SingleActionButton.d.ts +9 -0
  270. package/dist/nextGenComponents/components/RowActions/SingleActionButton/SingleActionButton.d.ts.map +1 -0
  271. package/dist/nextGenComponents/components/RowActions/SingleActionButton/SingleActionButton.mjs +27 -0
  272. package/dist/nextGenComponents/components/RowActions/SingleActionButton/SingleActionButton.mjs.map +1 -0
  273. package/dist/nextGenComponents/components/RowActions/index.d.ts +5 -0
  274. package/dist/nextGenComponents/components/RowActions/index.d.ts.map +1 -0
  275. package/dist/nextGenComponents/components/RowActions/index.mjs +9 -0
  276. package/dist/nextGenComponents/components/RowActions/index.mjs.map +1 -0
  277. package/dist/nextGenComponents/components/StatsCard/StatsCard.d.ts +47 -0
  278. package/dist/nextGenComponents/components/StatsCard/StatsCard.d.ts.map +1 -0
  279. package/dist/nextGenComponents/components/StatsCard/StatsCard.mjs +75 -0
  280. package/dist/nextGenComponents/components/StatsCard/StatsCard.mjs.map +1 -0
  281. package/dist/nextGenComponents/components/StatsCard/index.d.ts +2 -0
  282. package/dist/nextGenComponents/components/StatsCard/index.d.ts.map +1 -0
  283. package/dist/nextGenComponents/components/StatsCard/index.mjs +5 -0
  284. package/dist/nextGenComponents/components/StatsCard/index.mjs.map +1 -0
  285. package/dist/nextGenComponents/components/TimeFilterDropdown/TimeFilterDropdown.d.ts +4 -0
  286. package/dist/nextGenComponents/components/TimeFilterDropdown/TimeFilterDropdown.d.ts.map +1 -0
  287. package/dist/nextGenComponents/components/TimeFilterDropdown/TimeFilterDropdown.mjs +106 -0
  288. package/dist/nextGenComponents/components/TimeFilterDropdown/TimeFilterDropdown.mjs.map +1 -0
  289. package/dist/nextGenComponents/components/TimeFilterDropdown/index.d.ts +2 -0
  290. package/dist/nextGenComponents/components/TimeFilterDropdown/index.d.ts.map +1 -0
  291. package/dist/nextGenComponents/components/TimeFilterDropdown/index.mjs +5 -0
  292. package/dist/nextGenComponents/components/TimeFilterDropdown/index.mjs.map +1 -0
  293. package/dist/nextGenComponents/components/index.d.ts +39 -0
  294. package/dist/nextGenComponents/components/index.d.ts.map +1 -0
  295. package/dist/nextGenComponents/components/index.mjs +103 -0
  296. package/dist/nextGenComponents/components/index.mjs.map +1 -0
  297. package/dist/nextGenComponents/components/ui/button.d.ts +14 -0
  298. package/dist/nextGenComponents/components/ui/button.d.ts.map +1 -0
  299. package/dist/nextGenComponents/components/ui/button.mjs +56 -0
  300. package/dist/nextGenComponents/components/ui/button.mjs.map +1 -0
  301. package/dist/nextGenComponents/components/ui/calendar.d.ts +29 -0
  302. package/dist/nextGenComponents/components/ui/calendar.d.ts.map +1 -0
  303. package/dist/nextGenComponents/components/ui/calendar.mjs +157 -0
  304. package/dist/nextGenComponents/components/ui/calendar.mjs.map +1 -0
  305. package/dist/nextGenComponents/components/ui/card.d.ts +9 -0
  306. package/dist/nextGenComponents/components/ui/card.d.ts.map +1 -0
  307. package/dist/nextGenComponents/components/ui/card.mjs +50 -0
  308. package/dist/nextGenComponents/components/ui/card.mjs.map +1 -0
  309. package/dist/nextGenComponents/components/ui/checkbox.d.ts +8 -0
  310. package/dist/nextGenComponents/components/ui/checkbox.d.ts.map +1 -0
  311. package/dist/nextGenComponents/components/ui/checkbox.mjs +33 -0
  312. package/dist/nextGenComponents/components/ui/checkbox.mjs.map +1 -0
  313. package/dist/nextGenComponents/components/ui/collapsible.d.ts +6 -0
  314. package/dist/nextGenComponents/components/ui/collapsible.d.ts.map +1 -0
  315. package/dist/nextGenComponents/components/ui/collapsible.mjs +8 -0
  316. package/dist/nextGenComponents/components/ui/collapsible.mjs.map +1 -0
  317. package/dist/nextGenComponents/components/ui/dialog.d.ts +27 -0
  318. package/dist/nextGenComponents/components/ui/dialog.d.ts.map +1 -0
  319. package/dist/nextGenComponents/components/ui/dialog.mjs +135 -0
  320. package/dist/nextGenComponents/components/ui/dialog.mjs.map +1 -0
  321. package/dist/nextGenComponents/components/ui/dropdown-menu.d.ts +28 -0
  322. package/dist/nextGenComponents/components/ui/dropdown-menu.d.ts.map +1 -0
  323. package/dist/nextGenComponents/components/ui/dropdown-menu.mjs +131 -0
  324. package/dist/nextGenComponents/components/ui/dropdown-menu.mjs.map +1 -0
  325. package/dist/nextGenComponents/components/ui/input.d.ts +4 -0
  326. package/dist/nextGenComponents/components/ui/input.d.ts.map +1 -0
  327. package/dist/nextGenComponents/components/ui/input.mjs +33 -0
  328. package/dist/nextGenComponents/components/ui/input.mjs.map +1 -0
  329. package/dist/nextGenComponents/components/ui/pagination.d.ts +25 -0
  330. package/dist/nextGenComponents/components/ui/pagination.d.ts.map +1 -0
  331. package/dist/nextGenComponents/components/ui/pagination.mjs +93 -0
  332. package/dist/nextGenComponents/components/ui/pagination.mjs.map +1 -0
  333. package/dist/nextGenComponents/components/ui/popover.d.ts +7 -0
  334. package/dist/nextGenComponents/components/ui/popover.d.ts.map +1 -0
  335. package/dist/nextGenComponents/components/ui/popover.mjs +24 -0
  336. package/dist/nextGenComponents/components/ui/popover.mjs.map +1 -0
  337. package/dist/nextGenComponents/components/ui/scroll-area.d.ts +6 -0
  338. package/dist/nextGenComponents/components/ui/scroll-area.d.ts.map +1 -0
  339. package/dist/nextGenComponents/components/ui/scroll-area.mjs +39 -0
  340. package/dist/nextGenComponents/components/ui/scroll-area.mjs.map +1 -0
  341. package/dist/nextGenComponents/components/ui/select.d.ts +14 -0
  342. package/dist/nextGenComponents/components/ui/select.d.ts.map +1 -0
  343. package/dist/nextGenComponents/components/ui/select.mjs +117 -0
  344. package/dist/nextGenComponents/components/ui/select.mjs.map +1 -0
  345. package/dist/nextGenComponents/components/ui/separator.d.ts +5 -0
  346. package/dist/nextGenComponents/components/ui/separator.d.ts.map +1 -0
  347. package/dist/nextGenComponents/components/ui/separator.mjs +25 -0
  348. package/dist/nextGenComponents/components/ui/separator.mjs.map +1 -0
  349. package/dist/nextGenComponents/components/ui/tabs.d.ts +8 -0
  350. package/dist/nextGenComponents/components/ui/tabs.d.ts.map +1 -0
  351. package/dist/nextGenComponents/components/ui/tabs.mjs +56 -0
  352. package/dist/nextGenComponents/components/ui/tabs.mjs.map +1 -0
  353. package/dist/nextGenComponents/components/ui/tooltip.d.ts +8 -0
  354. package/dist/nextGenComponents/components/ui/tooltip.d.ts.map +1 -0
  355. package/dist/nextGenComponents/components/ui/tooltip.mjs +24 -0
  356. package/dist/nextGenComponents/components/ui/tooltip.mjs.map +1 -0
  357. package/dist/nextGenComponents/constants/index.d.ts +41 -0
  358. package/dist/nextGenComponents/constants/index.d.ts.map +1 -0
  359. package/dist/nextGenComponents/constants/index.mjs +49 -0
  360. package/dist/nextGenComponents/constants/index.mjs.map +1 -0
  361. package/dist/nextGenComponents/hooks/useClickOutside.d.ts +3 -0
  362. package/dist/nextGenComponents/hooks/useClickOutside.d.ts.map +1 -0
  363. package/dist/nextGenComponents/hooks/useClickOutside.mjs +22 -0
  364. package/dist/nextGenComponents/hooks/useClickOutside.mjs.map +1 -0
  365. package/dist/nextGenComponents/index.d.ts +4 -0
  366. package/dist/nextGenComponents/index.d.ts.map +1 -0
  367. package/dist/nextGenComponents/index.mjs +126 -0
  368. package/dist/nextGenComponents/index.mjs.map +1 -0
  369. package/dist/nextGenComponents/lib/utils.d.ts +3 -0
  370. package/dist/nextGenComponents/lib/utils.d.ts.map +1 -0
  371. package/dist/nextGenComponents/lib/utils.mjs +7 -0
  372. package/dist/nextGenComponents/lib/utils.mjs.map +1 -0
  373. package/dist/nextGenComponents/stores/tableStore.d.ts +28 -0
  374. package/dist/nextGenComponents/stores/tableStore.d.ts.map +1 -0
  375. package/dist/nextGenComponents/stores/tableStore.mjs +58 -0
  376. package/dist/nextGenComponents/stores/tableStore.mjs.map +1 -0
  377. package/dist/nextGenComponents/types/table/filter.d.ts +21 -0
  378. package/dist/nextGenComponents/types/table/filter.d.ts.map +1 -0
  379. package/dist/nextGenComponents/types/table/rowAction.d.ts +13 -0
  380. package/dist/nextGenComponents/types/table/rowAction.d.ts.map +1 -0
  381. package/dist/nextGenComponents/types/table/timeFilter.d.ts +23 -0
  382. package/dist/nextGenComponents/types/table/timeFilter.d.ts.map +1 -0
  383. package/dist/nextGenComponents/utils/date.utils.d.ts +24 -0
  384. package/dist/nextGenComponents/utils/date.utils.d.ts.map +1 -0
  385. package/dist/nextGenComponents/utils/date.utils.mjs +79 -0
  386. package/dist/nextGenComponents/utils/date.utils.mjs.map +1 -0
  387. package/dist/nextGenComponents/utils/tableFilters.utils.d.ts +7 -0
  388. package/dist/nextGenComponents/utils/tableFilters.utils.d.ts.map +1 -0
  389. package/dist/nextGenComponents/utils/tableFilters.utils.mjs +7 -0
  390. package/dist/nextGenComponents/utils/tableFilters.utils.mjs.map +1 -0
  391. package/dist/reducers/notificationReducer.d.ts +1 -1
  392. package/dist/types.d.ts +148 -31
  393. package/dist/types.d.ts.map +1 -1
  394. package/dist/utils/chips.util.d.ts +2 -2
  395. package/dist/utils/chips.util.d.ts.map +1 -1
  396. package/dist/utils/common.util.d.ts +1 -1
  397. package/dist/utils/common.util.d.ts.map +1 -1
  398. package/dist/utils/datetime.util.d.ts +3 -3
  399. package/dist/utils/datetime.util.d.ts.map +1 -1
  400. package/dist/utils/generateChipsList.util.d.ts +1 -1
  401. package/dist/utils/notification.util.d.ts +1 -1
  402. package/dist/utils/notification.util.d.ts.map +1 -1
  403. package/dist/utils/proxyServerConfig.util.d.ts +4 -4
  404. package/package.json +35 -8
@@ -6,62 +6,75 @@ export function useDetailsHeader({ handleCancel, handleShowWarning, isDetailsPop
6
6
  }): {
7
7
  DetailsHeaderContainer: {
8
8
  ({ actionButton, actionsMenu, applyChanges, applyChangesRef, cancelChanges, commonDetailsStore, getCloseDetailsLink, getDefaultCloseDetailsLink, handleActionClick, handleCancelClick, handleRefresh, headerRef, isDetailsPopUp, isDetailsScreen, location, navigate, pageData, params, renderCustomElements, renderStatus, renderTitle, selectedItem, showAllVersions, tab, viewMode, withActionMenu, withToggleViewBtn }: {
9
- actionButton?: any;
9
+ actionButton?: null | undefined;
10
10
  actionsMenu: any;
11
11
  applyChanges: any;
12
12
  applyChangesRef: any;
13
13
  cancelChanges: any;
14
14
  commonDetailsStore: any;
15
- getCloseDetailsLink?: any;
15
+ getCloseDetailsLink?: null | undefined;
16
16
  getDefaultCloseDetailsLink: any;
17
17
  handleActionClick: any;
18
18
  handleCancelClick: any;
19
- handleRefresh?: any;
19
+ handleRefresh?: null | undefined;
20
20
  headerRef: any;
21
- isDetailsPopUp?: boolean;
21
+ isDetailsPopUp?: boolean | undefined;
22
22
  isDetailsScreen: any;
23
23
  location: any;
24
24
  navigate: any;
25
25
  pageData: any;
26
26
  params: any;
27
- renderCustomElements?: any;
28
- renderStatus?: any;
27
+ renderCustomElements?: null | undefined;
28
+ renderStatus?: null | undefined;
29
29
  renderTitle: any;
30
30
  selectedItem: any;
31
- showAllVersions?: any;
32
- tab?: string;
33
- viewMode?: string;
34
- withActionMenu?: boolean;
35
- withToggleViewBtn?: boolean;
36
- }): JSX.Element;
31
+ showAllVersions?: null | undefined;
32
+ tab?: string | undefined;
33
+ viewMode?: string | undefined;
34
+ withActionMenu?: boolean | undefined;
35
+ withToggleViewBtn?: boolean | undefined;
36
+ }): import("react/jsx-runtime").JSX.Element;
37
37
  propTypes: {
38
- actionButton: any;
39
- actionsMenu: any;
40
- applyChanges: any;
41
- applyChangesRef: any;
42
- cancelChanges: any;
43
- commonDetailsStore: any;
44
- getCloseDetailsLink: any;
45
- getDefaultCloseDetailsLink: any;
46
- handleActionClick: any;
47
- handleCancelClick: any;
48
- handleRefresh: any;
49
- headerRef: any;
50
- isDetailsPopUp: any;
51
- isDetailsScreen: any;
52
- location: any;
53
- navigate: any;
54
- pageData: any;
55
- params: any;
56
- renderCustomElements: any;
57
- renderStatus: any;
58
- renderTitle: any;
59
- selectedItem: any;
60
- showAllVersions: any;
61
- tab: any;
62
- viewMode: any;
63
- withActionMenu: any;
64
- withToggleViewBtn: any;
38
+ actionButton: PropTypes.Requireable<PropTypes.InferProps<{
39
+ disabled: PropTypes.Requireable<boolean>;
40
+ hidden: PropTypes.Requireable<boolean>;
41
+ label: PropTypes.Validator<string>;
42
+ onClick: PropTypes.Validator<(...args: any[]) => any>;
43
+ tooltip: PropTypes.Requireable<string>;
44
+ variant: PropTypes.Requireable<string>;
45
+ }>>;
46
+ actionsMenu: PropTypes.Validator<NonNullable<NonNullable<((...args: any[]) => any) | (NonNullable<PropTypes.InferProps<{
47
+ label: PropTypes.Validator<string>;
48
+ icon: PropTypes.Requireable<object>;
49
+ onClick: PropTypes.Validator<(...args: any[]) => any>;
50
+ disabled: PropTypes.Requireable<boolean>;
51
+ className: PropTypes.Requireable<string>;
52
+ }>>[] | null | undefined)[] | null | undefined>>>;
53
+ applyChanges: PropTypes.Validator<(...args: any[]) => any>;
54
+ applyChangesRef: PropTypes.Validator<object>;
55
+ cancelChanges: PropTypes.Validator<(...args: any[]) => any>;
56
+ commonDetailsStore: PropTypes.Validator<object>;
57
+ getCloseDetailsLink: PropTypes.Requireable<(...args: any[]) => any>;
58
+ getDefaultCloseDetailsLink: PropTypes.Validator<(...args: any[]) => any>;
59
+ handleActionClick: PropTypes.Validator<(...args: any[]) => any>;
60
+ handleCancelClick: PropTypes.Validator<(...args: any[]) => any>;
61
+ handleRefresh: PropTypes.Requireable<(...args: any[]) => any>;
62
+ headerRef: PropTypes.Validator<object>;
63
+ isDetailsPopUp: PropTypes.Requireable<boolean>;
64
+ isDetailsScreen: PropTypes.Validator<boolean>;
65
+ location: PropTypes.Validator<object>;
66
+ navigate: PropTypes.Validator<(...args: any[]) => any>;
67
+ pageData: PropTypes.Validator<object>;
68
+ params: PropTypes.Validator<object>;
69
+ renderCustomElements: PropTypes.Requireable<(...args: any[]) => any>;
70
+ renderStatus: PropTypes.Requireable<(...args: any[]) => any>;
71
+ renderTitle: PropTypes.Validator<(...args: any[]) => any>;
72
+ selectedItem: PropTypes.Validator<object>;
73
+ showAllVersions: PropTypes.Requireable<(...args: any[]) => any>;
74
+ tab: PropTypes.Requireable<string>;
75
+ viewMode: PropTypes.Requireable<string>;
76
+ withActionMenu: PropTypes.Requireable<boolean>;
77
+ withToggleViewBtn: PropTypes.Requireable<boolean>;
65
78
  };
66
79
  };
67
80
  actionButton: any;
@@ -69,12 +82,14 @@ export function useDetailsHeader({ handleCancel, handleShowWarning, isDetailsPop
69
82
  handleActionClick: (event: any, handler: any) => Promise<void>;
70
83
  handleBackClick: () => void;
71
84
  handleCancelClick: () => void;
72
- headerRef: import("react").MutableRefObject<undefined>;
73
- location: import("react-router-dom").Location<any>;
74
- navigate: import("react-router-dom").NavigateFunction;
75
- params: Readonly<import("react-router-dom").Params<string>>;
85
+ headerRef: React.MutableRefObject<undefined>;
86
+ location: import("react-router").Location<any>;
87
+ navigate: import("react-router").NavigateFunction;
88
+ params: Readonly<import("react-router").Params<string>>;
76
89
  showAllVersions: any;
77
- viewMode: string;
90
+ viewMode: string | undefined;
78
91
  withToggleViewBtn: any;
79
92
  };
93
+ import PropTypes from 'prop-types';
94
+ import React from 'react';
80
95
  //# sourceMappingURL=useDetailsHeader.hook.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useDetailsHeader.hook.d.ts","sourceRoot":"","sources":["../../src/lib/hooks/useDetailsHeader.hook.jsx"],"names":[],"mappings":"AA0OO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkDN"}
1
+ {"version":3,"file":"useDetailsHeader.hook.d.ts","sourceRoot":"","sources":["../../src/lib/hooks/useDetailsHeader.hook.jsx"],"names":[],"mappings":"AA0OO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkDN;sBAvQqB,YAAY;kBADS,OAAO"}
@@ -1,16 +1,16 @@
1
1
  export function useFormTable(formState: any, exitEditModeTriggerItem: any, onExitEditModeCallback: any): {
2
2
  addNewRow: (event: any, fields: any, fieldsPath: any, newItem: any) => void;
3
3
  applyChanges: (event: any, index: any) => void;
4
- applyOrDiscardOrDelete: (event?: any) => void;
5
- bottomScrollRef: import("react").MutableRefObject<any>;
4
+ applyOrDiscardOrDelete: (event?: null) => void;
5
+ bottomScrollRef: import("react").MutableRefObject<null>;
6
6
  deleteRow: (event: any, fieldsPath: any, index: any) => void;
7
7
  discardChanges: (event: any, fieldsPath: any, index: any) => void;
8
8
  discardOrDelete: (event: any, fieldsPath: any, index: any) => void;
9
- editingItem: any;
10
- editingItemRef: import("react").MutableRefObject<any>;
9
+ editingItem: null;
10
+ editingItemRef: import("react").MutableRefObject<null>;
11
11
  enterEditMode: (event: any, fields: any, fieldsPath: any, index: any) => void;
12
12
  exitEditMode: () => void;
13
13
  getTableArrayErrors: (fieldsPath: any) => any;
14
- isCurrentRowEditing: (rowPath: any) => boolean;
14
+ isCurrentRowEditing: (rowPath: any) => null;
15
15
  };
16
16
  //# sourceMappingURL=useFormTable.hook.d.ts.map
@@ -1,18 +1,18 @@
1
1
  export function useTable({ ref, selectedItem, skipTableWrapper, tableClassName }: {
2
2
  ref: any;
3
3
  selectedItem: any;
4
- skipTableWrapper?: boolean;
5
- tableClassName?: string;
4
+ skipTableWrapper?: boolean | undefined;
5
+ tableClassName?: string | undefined;
6
6
  }): {
7
7
  TableContainer: {
8
8
  ({ children, hideActionsMenu, mainRowItemsCount, pageData, renderDetails, selectedItem, sortProps, tableBodyRef, tableClass, tableContentRef, tableHeadRef, tableHeaders, tablePanelRef, tableRef, tableStore, tableWrapperClass, virtualizationConfig }: {
9
9
  children: any;
10
- hideActionsMenu?: boolean;
11
- mainRowItemsCount?: number;
12
- pageData?: any;
13
- renderDetails?: any;
14
- selectedItem?: {};
15
- sortProps?: any;
10
+ hideActionsMenu?: boolean | undefined;
11
+ mainRowItemsCount?: number | undefined;
12
+ pageData?: null | undefined;
13
+ renderDetails?: null | undefined;
14
+ selectedItem?: {} | undefined;
15
+ sortProps?: null | undefined;
16
16
  tableBodyRef: any;
17
17
  tableClass: any;
18
18
  tableContentRef: any;
@@ -20,39 +20,47 @@ export function useTable({ ref, selectedItem, skipTableWrapper, tableClassName }
20
20
  tableHeaders: any;
21
21
  tablePanelRef: any;
22
22
  tableRef: any;
23
- tableStore?: any;
23
+ tableStore?: null | undefined;
24
24
  tableWrapperClass: any;
25
25
  virtualizationConfig?: {
26
26
  tableBodyPaddingTop: number;
27
27
  startIndex: number;
28
28
  endIndex: number;
29
- };
30
- }): JSX.Element;
29
+ } | undefined;
30
+ }): import("react/jsx-runtime").JSX.Element;
31
31
  propTypes: {
32
- children: any;
33
- hideActionsMenu: any;
34
- mainRowItemsCount: any;
35
- pageData: any;
36
- renderDetails: any;
37
- selectedItem: any;
38
- sortProps: any;
39
- tableBodyRef: any;
40
- tableClass: any;
41
- tableContentRef: any;
42
- tableHeadRef: any;
43
- tableHeaders: any;
44
- tablePanelRef: any;
45
- tableRef: any;
46
- tableStore: any;
47
- tableWrapperClass: any;
48
- virtualizationConfig: any;
32
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
33
+ hideActionsMenu: PropTypes.Requireable<boolean>;
34
+ mainRowItemsCount: PropTypes.Requireable<number>;
35
+ pageData: PropTypes.Requireable<object>;
36
+ renderDetails: PropTypes.Requireable<(...args: any[]) => any>;
37
+ selectedItem: PropTypes.Requireable<object>;
38
+ sortProps: PropTypes.Requireable<PropTypes.InferProps<{
39
+ selectedColumnName: PropTypes.Validator<string>;
40
+ getSortingIcon: PropTypes.Validator<(...args: any[]) => any>;
41
+ sortTable: PropTypes.Validator<(...args: any[]) => any>;
42
+ }>>;
43
+ tableBodyRef: PropTypes.Validator<object>;
44
+ tableClass: PropTypes.Validator<string>;
45
+ tableContentRef: PropTypes.Validator<object>;
46
+ tableHeadRef: PropTypes.Validator<object>;
47
+ tableHeaders: PropTypes.Validator<(object | null | undefined)[]>;
48
+ tablePanelRef: PropTypes.Validator<object>;
49
+ tableRef: PropTypes.Validator<object>;
50
+ tableStore: PropTypes.Requireable<object>;
51
+ tableWrapperClass: PropTypes.Validator<string>;
52
+ virtualizationConfig: PropTypes.Requireable<PropTypes.InferProps<{
53
+ startIndex: PropTypes.Validator<number>;
54
+ endIndex: PropTypes.Validator<number>;
55
+ tableBodyPaddingTop: PropTypes.Validator<number>;
56
+ }>>;
49
57
  };
50
58
  };
51
59
  tableBodyRef: any;
52
60
  tableClass: string;
53
- tableContentRef: import("react").MutableRefObject<any>;
54
- tableHeadRef: import("react").MutableRefObject<any>;
55
- tablePanelRef: import("react").MutableRefObject<any>;
61
+ tableContentRef: React.MutableRefObject<null>;
62
+ tableHeadRef: React.MutableRefObject<null>;
63
+ tablePanelRef: React.MutableRefObject<null>;
56
64
  tableRef: any;
57
65
  tableStore: any;
58
66
  tableWrapperClass: string;
@@ -61,6 +69,8 @@ export function useTableScroll({ content, selectedItem, isAllVersions, tableId }
61
69
  content: any;
62
70
  selectedItem: any;
63
71
  isAllVersions: any;
64
- tableId?: string;
72
+ tableId?: string | undefined;
65
73
  }): void;
74
+ import PropTypes from 'prop-types';
75
+ import React from 'react';
66
76
  //# sourceMappingURL=useTable.hook.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useTable.hook.d.ts","sourceRoot":"","sources":["../../src/lib/hooks/useTable.hook.jsx"],"names":[],"mappings":"AAoHO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4EN;AAEM;;;;;SA8EN"}
1
+ {"version":3,"file":"useTable.hook.d.ts","sourceRoot":"","sources":["../../src/lib/hooks/useTable.hook.jsx"],"names":[],"mappings":"AAoHO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4EN;AAEM;;;;;SA8EN;sBA5PqB,YAAY;kBAD6B,OAAO"}
@@ -0,0 +1,6 @@
1
+ <svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 4C21 6.20914 19.2091 8 17 8C14.7909 8 13 6.20914 13 4C13 1.79086 14.7909 0 17 0C19.2091 0 21 1.79086 21 4Z" fill="#869CFF"/>
3
+ <path d="M11 4H0V6.33333H11.4706C11.1676 5.61607 11 4.8276 11 4Z" fill="#7F7989"/>
4
+ <path d="M15.5898 9.83333C15.9379 9.91719 16.2978 9.9707 16.6667 9.9909V12.1667H3.33333V9.83333H15.5898Z" fill="#7F7989"/>
5
+ <path d="M7.77778 15.6667H12.2222V18H7.77778V15.6667Z" fill="#7F7989"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 21, height: 18, viewBox: "0 0 21 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M21 4C21 6.20914 19.2091 8 17 8C14.7909 8 13 6.20914 13 4C13 1.79086 14.7909 0 17 0C19.2091 0 21 1.79086 21 4Z", fill: "#869CFF" }), /* @__PURE__ */ e.createElement("path", { d: "M11 4H0V6.33333H11.4706C11.1676 5.61607 11 4.8276 11 4Z", fill: "#7F7989" }), /* @__PURE__ */ e.createElement("path", { d: "M15.5898 9.83333C15.9379 9.91719 16.2978 9.9707 16.6667 9.9909V12.1667H3.33333V9.83333H15.5898Z", fill: "#7F7989" }), /* @__PURE__ */ e.createElement("path", { d: "M7.77778 15.6667H12.2222V18H7.77778V15.6667Z", fill: "#7F7989" }));
3
+ export {
4
+ l as default
5
+ };
6
+ //# sourceMappingURL=activeFilter.svg.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activeFilter.svg.mjs","sources":["../../src/lib/images/activeFilter.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgActiveFilter = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 21, height: 18, viewBox: \"0 0 21 18\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M21 4C21 6.20914 19.2091 8 17 8C14.7909 8 13 6.20914 13 4C13 1.79086 14.7909 0 17 0C19.2091 0 21 1.79086 21 4Z\", fill: \"#869CFF\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M11 4H0V6.33333H11.4706C11.1676 5.61607 11 4.8276 11 4Z\", fill: \"#7F7989\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M15.5898 9.83333C15.9379 9.91719 16.2978 9.9707 16.6667 9.9909V12.1667H3.33333V9.83333H15.5898Z\", fill: \"#7F7989\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.77778 15.6667H12.2222V18H7.77778V15.6667Z\", fill: \"#7F7989\" }));\nexport default SvgActiveFilter;\n"],"names":["SvgActiveFilter","props","React"],"mappings":";AACK,MAACA,IAAkB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,kHAAkH,MAAM,UAAS,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,2DAA2D,MAAM,WAAW,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,mGAAmG,MAAM,UAAS,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,gDAAgD,MAAM,UAAS,CAAE,CAAC;"}
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none">
2
+ <path d="M1 1L6 6L1 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ import * as e from "react";
2
+ const o = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 7, height: 12, viewBox: "0 0 7 12", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M1 1L6 6L1 11", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }));
3
+ export {
4
+ o as default
5
+ };
6
+ //# sourceMappingURL=calendar-chevron.svg.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-chevron.svg.mjs","sources":["../../src/lib/images/calendar-chevron.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgCalendarChevron = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 7, height: 12, viewBox: \"0 0 7 12\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 1L6 6L1 11\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgCalendarChevron;\n"],"names":["SvgCalendarChevron","props","React"],"mappings":";AACK,MAACA,IAAqB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,GAAG,QAAQ,IAAI,SAAS,YAAY,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,iBAAiB,QAAQ,gBAAgB,aAAa,KAAK,eAAe,SAAS,gBAAgB,SAAS,CAAC;"}
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="15" viewBox="0 0 20 15" fill="none">
2
+ <path d="M6.35197 11.8356L1.60932 7.17294L0 8.75513L6.35197 15L19.9999 1.58218L18.3906 0L6.35197 11.8356Z" fill="#49AF53"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 15, viewBox: "0 0 20 15", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M6.35197 11.8356L1.60932 7.17294L0 8.75513L6.35197 15L19.9999 1.58218L18.3906 0L6.35197 11.8356Z", fill: "#49AF53" }));
3
+ export {
4
+ l as default
5
+ };
6
+ //# sourceMappingURL=check.svg.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check.svg.mjs","sources":["../../src/lib/images/check.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgCheck = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 20, height: 15, viewBox: \"0 0 20 15\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.35197 11.8356L1.60932 7.17294L0 8.75513L6.35197 15L19.9999 1.58218L18.3906 0L6.35197 11.8356Z\", fill: \"#49AF53\" }));\nexport default SvgCheck;\n"],"names":["SvgCheck","props","React"],"mappings":";AACK,MAACA,IAAW,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,oGAAoG,MAAM,UAAS,CAAE,CAAC;"}
@@ -0,0 +1,6 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M5.994 0C2.682 0 0 2.688 0 6C0 9.312 2.682 12 5.994 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 5.994 0ZM6 10.8C3.348 10.8 1.2 8.652 1.2 6C1.2 3.348 3.348 1.2 6 1.2C8.652 1.2 10.8 3.348 10.8 6C10.8 8.652 8.652 10.8 6 10.8Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M6.50003 3H5.40002V6.6L8.55002 8.49L9.20003 7.602L6.50003 6V3Z", fill: "white" }));
3
+ export {
4
+ l as default
5
+ };
6
+ //# sourceMappingURL=clock.svg.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clock.svg.mjs","sources":["../../src/lib/images/clock.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgClock = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 12, height: 12, viewBox: \"0 0 12 12\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.994 0C2.682 0 0 2.688 0 6C0 9.312 2.682 12 5.994 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 5.994 0ZM6 10.8C3.348 10.8 1.2 8.652 1.2 6C1.2 3.348 3.348 1.2 6 1.2C8.652 1.2 10.8 3.348 10.8 6C10.8 8.652 8.652 10.8 6 10.8Z\", fill: \"white\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.50003 3H5.40002V6.6L8.55002 8.49L9.20003 7.602L6.50003 6V3Z\", fill: \"white\" }));\nexport default SvgClock;\n"],"names":["SvgClock","props","React"],"mappings":";AACK,MAACA,IAAW,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,iOAAiO,MAAM,QAAO,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,kEAAkE,MAAM,SAAS,CAAC;"}
@@ -0,0 +1,3 @@
1
+ <svg width="22" height="13" viewBox="0 0 22 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.65 12.025L0 6.375L1.425 4.975L7.075 10.625L5.65 12.025ZM11.3 12.025L5.65 6.375L7.05 4.95L11.3 9.2L20.5 0L21.9 1.425L11.3 12.025ZM11.3 6.375L9.875 4.975L14.825 0.025L16.25 1.425L11.3 6.375Z" fill="#7E768A"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 5H22V7.33333H2V5Z" fill="#7F7989"/>
3
+ <path d="M5.33333 10.8333H18.6667V13.1667H5.33333V10.8333Z" fill="#7F7989"/>
4
+ <path d="M14.2222 16.6667H9.77778V19H14.2222V16.6667Z" fill="#7F7989"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M2 5H22V7.33333H2V5Z", fill: "#7F7989" }), /* @__PURE__ */ e.createElement("path", { d: "M5.33333 10.8333H18.6667V13.1667H5.33333V10.8333Z", fill: "#7F7989" }), /* @__PURE__ */ e.createElement("path", { d: "M14.2222 16.6667H9.77778V19H14.2222V16.6667Z", fill: "#7F7989" }));
3
+ export {
4
+ l as default
5
+ };
6
+ //# sourceMappingURL=filter-2.svg.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter-2.svg.mjs","sources":["../../src/lib/images/filter-2.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgFilter2 = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 24, height: 24, viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2 5H22V7.33333H2V5Z\", fill: \"#7F7989\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.33333 10.8333H18.6667V13.1667H5.33333V10.8333Z\", fill: \"#7F7989\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M14.2222 16.6667H9.77778V19H14.2222V16.6667Z\", fill: \"#7F7989\" }));\nexport default SvgFilter2;\n"],"names":["SvgFilter2","props","React"],"mappings":";AACK,MAACA,IAAa,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,wBAAwB,MAAM,WAAW,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,qDAAqD,MAAM,UAAS,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,gDAAgD,MAAM,WAAW,CAAC;"}
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16" fill="none">
2
+ <path d="M13.6485 2.35C12.1976 0.9 10.2064 0 7.995 0C3.57223 0 0 3.58 0 8C0 12.42 3.57223 16 7.995 16C11.7273 16 14.8393 13.45 15.7298 10H13.6485C12.828 12.33 10.6066 14 7.995 14C4.68293 14 1.99124 11.31 1.99124 8C1.99124 4.69 4.68293 2 7.995 2C9.65603 2 11.137 2.69 12.2176 3.78L8.99562 7H16V0L13.6485 2.35Z" fill="#7F7989"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 16 16", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M13.6485 2.35C12.1976 0.9 10.2064 0 7.995 0C3.57223 0 0 3.58 0 8C0 12.42 3.57223 16 7.995 16C11.7273 16 14.8393 13.45 15.7298 10H13.6485C12.828 12.33 10.6066 14 7.995 14C4.68293 14 1.99124 11.31 1.99124 8C1.99124 4.69 4.68293 2 7.995 2C9.65603 2 11.137 2.69 12.2176 3.78L8.99562 7H16V0L13.6485 2.35Z", fill: "#7F7989" }));
3
+ export {
4
+ l as default
5
+ };
6
+ //# sourceMappingURL=refresh-2.svg.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refresh-2.svg.mjs","sources":["../../src/lib/images/refresh-2.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgRefresh2 = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 24, height: 24, viewBox: \"0 0 16 16\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M13.6485 2.35C12.1976 0.9 10.2064 0 7.995 0C3.57223 0 0 3.58 0 8C0 12.42 3.57223 16 7.995 16C11.7273 16 14.8393 13.45 15.7298 10H13.6485C12.828 12.33 10.6066 14 7.995 14C4.68293 14 1.99124 11.31 1.99124 8C1.99124 4.69 4.68293 2 7.995 2C9.65603 2 11.137 2.69 12.2176 3.78L8.99562 7H16V0L13.6485 2.35Z\", fill: \"#7F7989\" }));\nexport default SvgRefresh2;\n"],"names":["SvgRefresh2","props","React"],"mappings":";AACK,MAACA,IAAc,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,+SAA+S,MAAM,UAAS,CAAE,CAAC;"}
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.2857 12.5714H13.3714L13.0286 12.2286C14.1714 10.9714 14.8571 9.25714 14.8571 7.42857C14.8571 3.31429 11.5429 0 7.42857 0C3.31429 0 0 3.31429 0 7.42857C0 11.5429 3.31429 14.8571 7.42857 14.8571C9.25714 14.8571 10.9714 14.1714 12.2286 13.0286L12.5714 13.3714V14.2857L18.2857 20L20 18.2857L14.2857 12.5714ZM7.42857 12.5714C4.57143 12.5714 2.28571 10.2857 2.28571 7.42857C2.28571 4.57143 4.57143 2.28571 7.42857 2.28571C10.2857 2.28571 12.5714 4.57143 12.5714 7.42857C12.5714 10.2857 10.2857 12.5714 7.42857 12.5714Z" fill="#7E768A"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="13" height="6" viewBox="0 0 13 6" fill="none">
2
+ <path d="M6.0625 6L0.000322908 -1.05734e-06L12.1247 -7.59139e-08L6.0625 6Z" fill="#7F7989"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 13, height: 6, viewBox: "0 0 13 6", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M6.0625 6L0.000322908 -1.05734e-06L12.1247 -7.59139e-08L6.0625 6Z", fill: "#7F7989" }));
3
+ export {
4
+ l as default
5
+ };
6
+ //# sourceMappingURL=select.svg.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select.svg.mjs","sources":["../../src/lib/images/select.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgSelect = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 13, height: 6, viewBox: \"0 0 13 6\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.0625 6L0.000322908 -1.05734e-06L12.1247 -7.59139e-08L6.0625 6Z\", fill: \"#7F7989\" }));\nexport default SvgSelect;\n"],"names":["SvgSelect","props","React"],"mappings":";AACK,MAACA,IAAY,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,GAAG,SAAS,YAAY,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,qEAAqE,MAAM,UAAS,CAAE,CAAC;"}
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8" fill="none">
2
+ <path d="M7.78527 4.11091L7.07816 3.40381L4.39618 6.08579L4.39618 1.90735e-06H3.39618L3.39618 6.09283L0.707107 3.40376L0 4.11087L3.88909 7.99995L3.89261 7.99643L3.89618 8L7.78527 4.11091Z" fill="#7F7989"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ import * as e from "react";
2
+ const L = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 8, height: 8, viewBox: "0 0 8 8", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M7.78527 4.11091L7.07816 3.40381L4.39618 6.08579L4.39618 1.90735e-06H3.39618L3.39618 6.09283L0.707107 3.40376L0 4.11087L3.88909 7.99995L3.89261 7.99643L3.89618 8L7.78527 4.11091Z", fill: "#7F7989" }));
3
+ export {
4
+ L as default
5
+ };
6
+ //# sourceMappingURL=sort-arrow.svg.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-arrow.svg.mjs","sources":["../../src/lib/images/sort-arrow.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgSortArrow = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 8, height: 8, viewBox: \"0 0 8 8\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.78527 4.11091L7.07816 3.40381L4.39618 6.08579L4.39618 1.90735e-06H3.39618L3.39618 6.09283L0.707107 3.40376L0 4.11087L3.88909 7.99995L3.89261 7.99643L3.89618 8L7.78527 4.11091Z\", fill: \"#7F7989\" }));\nexport default SvgSortArrow;\n"],"names":["SvgSortArrow","props","React"],"mappings":";AACK,MAACA,IAAe,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,GAAG,QAAQ,GAAG,SAAS,WAAW,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,sLAAsL,MAAM,UAAS,CAAE,CAAC;"}
@@ -0,0 +1,13 @@
1
+ import { type ReactNode } from 'react';
2
+ export declare const getBadgeColor: () => {
3
+ readonly bg: "bg-[rgba(164,76,197,0.16)]";
4
+ readonly text: "text-[#A44CC5]";
5
+ };
6
+ export type BadgeProps = {
7
+ label: string;
8
+ className?: string;
9
+ children?: ReactNode;
10
+ };
11
+ declare const Badge: ({ label, className, children }: BadgeProps) => import("react/jsx-runtime").JSX.Element;
12
+ export default Badge;
13
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/lib/nextGenComponents/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAMtC,eAAO,MAAM,aAAa;;;CAEzB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,KAAK,GAAI,gCAAgC,UAAU,4CAgBxD,CAAA;AAED,eAAe,KAAK,CAAA"}
@@ -0,0 +1,23 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { cn as a } from "../../lib/utils.mjs";
3
+ const s = { bg: "bg-[rgba(164,76,197,0.16)]", text: "text-[#A44CC5]" }, d = () => s, i = ({ label: e, className: n, children: o }) => {
4
+ const t = d();
5
+ return /* @__PURE__ */ r(
6
+ "span",
7
+ {
8
+ "data-testid": "badge",
9
+ className: a(
10
+ "inline-flex items-center gap-1 rounded px-2 py-0.5 text-xs font-medium whitespace-nowrap leading-normal",
11
+ t.bg,
12
+ t.text,
13
+ n
14
+ ),
15
+ children: o ?? e
16
+ }
17
+ );
18
+ };
19
+ export {
20
+ i as default,
21
+ d as getBadgeColor
22
+ };
23
+ //# sourceMappingURL=Badge.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.mjs","sources":["../../../../src/lib/nextGenComponents/components/Badge/Badge.tsx"],"sourcesContent":["import { type ReactNode } from 'react'\n\nimport { cn } from '@/lib/utils'\n\nconst BADGE_COLOR = { bg: 'bg-[rgba(164,76,197,0.16)]', text: 'text-[#A44CC5]' } as const\n\nexport const getBadgeColor = () => {\n return BADGE_COLOR\n}\n\nexport type BadgeProps = {\n label: string\n className?: string\n children?: ReactNode\n}\n\nconst Badge = ({ label, className, children }: BadgeProps) => {\n const color = getBadgeColor()\n\n return (\n <span\n data-testid=\"badge\"\n className={cn(\n 'inline-flex items-center gap-1 rounded px-2 py-0.5 text-xs font-medium whitespace-nowrap leading-normal',\n color.bg,\n color.text,\n className\n )}\n >\n {children ?? label}\n </span>\n )\n}\n\nexport default Badge\n"],"names":["BADGE_COLOR","getBadgeColor","Badge","label","className","children","color","jsx","cn"],"mappings":";;AAIA,MAAMA,IAAc,EAAE,IAAI,8BAA8B,MAAM,iBAAA,GAEjDC,IAAgB,MACpBD,GASHE,IAAQ,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,UAAAC,QAA2B;AAC5D,QAAMC,IAAQL,EAAA;AAEd,SACE,gBAAAM;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,eAAY;AAAA,MACZ,WAAWC;AAAA,QACT;AAAA,QACAF,EAAM;AAAA,QACNA,EAAM;AAAA,QACNF;AAAA,MAAA;AAAA,MAGD,UAAAC,KAAYF;AAAA,IAAA;AAAA,EAAA;AAGnB;"}
@@ -0,0 +1,3 @@
1
+ export { default, getBadgeColor } from './Badge';
2
+ export type { BadgeProps } from './Badge';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/nextGenComponents/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { default as r, getBadgeColor as t } from "./Badge.mjs";
2
+ export {
3
+ r as default,
4
+ t as getBadgeColor
5
+ };
6
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,13 @@
1
+ export type BadgeItem = {
2
+ key: string;
3
+ value?: string;
4
+ };
5
+ export type BadgeCellProps = {
6
+ badges: BadgeItem[];
7
+ delimiter?: string;
8
+ maxVisible?: number;
9
+ className?: string;
10
+ };
11
+ declare const BadgeCell: ({ badges, delimiter, maxVisible, className }: BadgeCellProps) => import("react/jsx-runtime").JSX.Element | null;
12
+ export default BadgeCell;
13
+ //# sourceMappingURL=BadgeCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BadgeCell.d.ts","sourceRoot":"","sources":["../../../../src/lib/nextGenComponents/components/BadgeCell/BadgeCell.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,SAAS,GAAG;IACtB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,SAAS,EAAE,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAWD,QAAA,MAAM,SAAS,GAAI,8CAAoD,cAAc,mDAsJpF,CAAA;AAED,eAAe,SAAS,CAAA"}