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
package/dist/types.d.ts CHANGED
@@ -1,32 +1,149 @@
1
- export const BUTTON_VARIANTS: any;
2
- export const CHIP: any;
3
- export const CHIP_INPUT_LIST: any;
4
- export const DENSITY_OPTIONS: any;
5
- export const CHIP_OPTIONS: any;
6
- export const CHIPS: any;
7
- export const VISIBLE_CHIPS_MAX_LENGTH: any;
8
- export const POP_UP_CUSTOM_POSITION: any;
9
- export const MODAL_SIZES: any;
10
- export const CONFIRM_DIALOG_CANCEL_BUTTON: any;
11
- export const CONFIRM_DIALOG_MESSAGE: any;
12
- export const CONFIRM_DIALOG_SUBMIT_BUTTON: any;
13
- export const WIZARD_STEPS_CONFIG: any;
14
- export const INPUT_LINK: any;
15
- export const SELECT_OPTION: any;
16
- export const SELECT_OPTIONS: any;
17
- export const INPUT_VALIDATION_RULES: any;
18
- export const COMBOBOX_SUGGESTION_LIST: any;
19
- export const COMBOBOX_VALIDATION_RULES: any;
20
- export const COMBOBOX_SELECT_OPTIONS: any;
21
- export const FORM_TABLE_EDITING_ITEM: any;
22
- export const SORT_PROPS: any;
23
- export const ALLOW_SORT_BY: any;
24
- export const DEFAULT_SORT_BY: any;
25
- export const EXCLUDE_SORT_BY: any;
26
- export const DENSITY: any;
27
- export const VIRTUALIZATION_CONFIG: any;
28
- export const SLIDER_TABS: any;
29
- export const DETAILS_MENU: any;
30
- export const ACTION_BUTTON: any;
31
- export const ACTIONS_MENU: any;
1
+ export const BUTTON_VARIANTS: PropTypes.Requireable<string>;
2
+ export const CHIP: PropTypes.Requireable<PropTypes.InferProps<{
3
+ delimiter: PropTypes.Requireable<PropTypes.ReactElementLike>;
4
+ id: PropTypes.Requireable<string>;
5
+ value: PropTypes.Validator<string>;
6
+ }>>;
7
+ export const CHIP_INPUT_LIST: PropTypes.Requireable<(PropTypes.InferProps<{
8
+ disabled: PropTypes.Requireable<boolean>;
9
+ icon: PropTypes.Requireable<PropTypes.ReactElementLike>;
10
+ id: PropTypes.Validator<string>;
11
+ label: PropTypes.Validator<string>;
12
+ subLabel: PropTypes.Requireable<string>;
13
+ ui: PropTypes.Requireable<PropTypes.InferProps<{}>>;
14
+ }> | null | undefined)[]>;
15
+ export const DENSITY_OPTIONS: PropTypes.Requireable<string>;
16
+ export const CHIP_OPTIONS: PropTypes.Requireable<PropTypes.InferProps<{
17
+ background: PropTypes.Requireable<string>;
18
+ boldValue: PropTypes.Requireable<boolean>;
19
+ borderColor: PropTypes.Requireable<string>;
20
+ density: PropTypes.Requireable<string>;
21
+ font: PropTypes.Requireable<string>;
22
+ borderRadius: PropTypes.Requireable<string>;
23
+ }>>;
24
+ export const CHIPS: PropTypes.Requireable<(PropTypes.InferProps<{
25
+ delimiter: PropTypes.Requireable<PropTypes.ReactElementLike>;
26
+ id: PropTypes.Requireable<string>;
27
+ value: PropTypes.Validator<string>;
28
+ }> | null | undefined)[]>;
29
+ export const VISIBLE_CHIPS_MAX_LENGTH: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
30
+ export const POP_UP_CUSTOM_POSITION: PropTypes.Requireable<PropTypes.InferProps<{
31
+ element: PropTypes.Requireable<PropTypes.InferProps<{}>>;
32
+ position: PropTypes.Requireable<string>;
33
+ autoHorizontalPosition: PropTypes.Requireable<boolean>;
34
+ autoVerticalPosition: PropTypes.Requireable<boolean>;
35
+ }>>;
36
+ export const MODAL_SIZES: PropTypes.Requireable<string>;
37
+ export const CONFIRM_DIALOG_CANCEL_BUTTON: PropTypes.Requireable<PropTypes.InferProps<{
38
+ handler: PropTypes.Requireable<(...args: any[]) => any>;
39
+ label: PropTypes.Validator<string>;
40
+ variant: PropTypes.Validator<string>;
41
+ }>>;
42
+ export const CONFIRM_DIALOG_MESSAGE: PropTypes.Requireable<NonNullable<string | PropTypes.ReactElementLike | null | undefined>>;
43
+ export const CONFIRM_DIALOG_SUBMIT_BUTTON: PropTypes.Requireable<PropTypes.InferProps<{
44
+ handler: PropTypes.Validator<(...args: any[]) => any>;
45
+ label: PropTypes.Validator<string>;
46
+ variant: PropTypes.Validator<string>;
47
+ }>>;
48
+ export const WIZARD_STEPS_CONFIG: PropTypes.Requireable<(PropTypes.InferProps<{
49
+ id: PropTypes.Validator<string>;
50
+ label: PropTypes.Validator<string>;
51
+ hidden: PropTypes.Requireable<boolean>;
52
+ disabled: PropTypes.Requireable<boolean>;
53
+ nextIsDisabled: PropTypes.Requireable<boolean>;
54
+ }> | null | undefined)[]>;
55
+ export const INPUT_LINK: PropTypes.Requireable<PropTypes.InferProps<{
56
+ show: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
57
+ url: PropTypes.Requireable<string>;
58
+ }>>;
59
+ export const SELECT_OPTION: PropTypes.Requireable<PropTypes.InferProps<{
60
+ disabled: PropTypes.Requireable<boolean>;
61
+ hidden: PropTypes.Requireable<boolean>;
62
+ icon: PropTypes.Requireable<PropTypes.ReactElementLike>;
63
+ id: PropTypes.Validator<string>;
64
+ label: PropTypes.Validator<NonNullable<NonNullable<string | PropTypes.ReactElementLike | null | undefined>>>;
65
+ labelHtml: PropTypes.Requireable<string>;
66
+ status: PropTypes.Requireable<string>;
67
+ subLabel: PropTypes.Requireable<string>;
68
+ }>>;
69
+ export const SELECT_OPTIONS: PropTypes.Requireable<(PropTypes.InferProps<{
70
+ disabled: PropTypes.Requireable<boolean>;
71
+ hidden: PropTypes.Requireable<boolean>;
72
+ icon: PropTypes.Requireable<PropTypes.ReactElementLike>;
73
+ id: PropTypes.Validator<string>;
74
+ label: PropTypes.Validator<NonNullable<NonNullable<string | PropTypes.ReactElementLike | null | undefined>>>;
75
+ labelHtml: PropTypes.Requireable<string>;
76
+ status: PropTypes.Requireable<string>;
77
+ subLabel: PropTypes.Requireable<string>;
78
+ }> | null | undefined)[]>;
79
+ export const INPUT_VALIDATION_RULES: PropTypes.Requireable<(PropTypes.InferProps<{
80
+ name: PropTypes.Validator<string>;
81
+ label: PropTypes.Validator<string>;
82
+ pattern: PropTypes.Validator<NonNullable<NonNullable<RegExp | ((...args: any[]) => any) | null | undefined>>>;
83
+ isValid: PropTypes.Requireable<boolean>;
84
+ }> | null | undefined)[]>;
85
+ export const COMBOBOX_SUGGESTION_LIST: PropTypes.Requireable<(PropTypes.InferProps<{
86
+ customDelimiter: PropTypes.Requireable<string>;
87
+ id: PropTypes.Validator<string>;
88
+ label: PropTypes.Validator<string>;
89
+ }> | null | undefined)[]>;
90
+ export const COMBOBOX_VALIDATION_RULES: PropTypes.Requireable<(PropTypes.InferProps<{
91
+ name: PropTypes.Validator<string>;
92
+ label: PropTypes.Validator<string>;
93
+ isValid: PropTypes.Requireable<boolean>;
94
+ }> | null | undefined)[]>;
95
+ export const COMBOBOX_SELECT_OPTIONS: PropTypes.Requireable<(PropTypes.InferProps<{
96
+ className: PropTypes.Requireable<string>;
97
+ id: PropTypes.Validator<string>;
98
+ label: PropTypes.Validator<string>;
99
+ }> | null | undefined)[]>;
100
+ export const FORM_TABLE_EDITING_ITEM: PropTypes.Requireable<PropTypes.InferProps<{
101
+ data: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
102
+ ui: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
103
+ isNew: PropTypes.Requireable<boolean>;
104
+ index: PropTypes.Validator<number>;
105
+ fieldsPath: PropTypes.Validator<string>;
106
+ }>>>;
107
+ }>>;
108
+ export const SORT_PROPS: PropTypes.Requireable<PropTypes.InferProps<{
109
+ selectedColumnName: PropTypes.Validator<string>;
110
+ getSortingIcon: PropTypes.Validator<(...args: any[]) => any>;
111
+ sortTable: PropTypes.Validator<(...args: any[]) => any>;
112
+ }>>;
113
+ export const ALLOW_SORT_BY: PropTypes.Requireable<NonNullable<string | number | (string | null | undefined)[] | null | undefined>>;
114
+ export const DEFAULT_SORT_BY: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
115
+ export const EXCLUDE_SORT_BY: PropTypes.Requireable<NonNullable<string | number | (string | null | undefined)[] | null | undefined>>;
116
+ export const DENSITY: PropTypes.Requireable<string>;
117
+ export const VIRTUALIZATION_CONFIG: PropTypes.Requireable<PropTypes.InferProps<{
118
+ startIndex: PropTypes.Validator<number>;
119
+ endIndex: PropTypes.Validator<number>;
120
+ tableBodyPaddingTop: PropTypes.Validator<number>;
121
+ }>>;
122
+ export const SLIDER_TABS: PropTypes.Requireable<(PropTypes.InferProps<{
123
+ id: PropTypes.Validator<string>;
124
+ label: PropTypes.Validator<string>;
125
+ tip: PropTypes.Requireable<string>;
126
+ hidden: PropTypes.Requireable<boolean>;
127
+ }> | null | undefined)[]>;
128
+ export const DETAILS_MENU: PropTypes.Requireable<(PropTypes.InferProps<{
129
+ id: PropTypes.Validator<string>;
130
+ label: PropTypes.Validator<string>;
131
+ hidden: PropTypes.Requireable<boolean>;
132
+ }> | null | undefined)[]>;
133
+ export const ACTION_BUTTON: PropTypes.Requireable<PropTypes.InferProps<{
134
+ disabled: PropTypes.Requireable<boolean>;
135
+ hidden: PropTypes.Requireable<boolean>;
136
+ label: PropTypes.Validator<string>;
137
+ onClick: PropTypes.Validator<(...args: any[]) => any>;
138
+ tooltip: PropTypes.Requireable<string>;
139
+ variant: PropTypes.Requireable<string>;
140
+ }>>;
141
+ export const ACTIONS_MENU: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | (NonNullable<PropTypes.InferProps<{
142
+ label: PropTypes.Validator<string>;
143
+ icon: PropTypes.Requireable<object>;
144
+ onClick: PropTypes.Validator<(...args: any[]) => any>;
145
+ disabled: PropTypes.Requireable<boolean>;
146
+ className: PropTypes.Requireable<string>;
147
+ }>>[] | null | undefined)[] | null | undefined>>;
148
+ import PropTypes from 'prop-types';
32
149
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/lib/types.js"],"names":[],"mappings":"AAmCA,kCAME;AAEF,uBAIE;AAEF,kCASC;AAED,kCAKE;AAEF,+BAgBE;AAEF,wBAA4C;AAE5C,2CAGE;AAEF,yCAKE;AAEF,8BAAgG;AAEhG,+CAIE;AACF,yCAAgG;AAChG,+CAIE;AAEF,sCAQC;AAED,6BAGE;AAEF,gCASE;AAEF,iCAA8D;AAE9D,yCAOC;AAED,2CAMC;AAED,4CAMC;AAED,0CAMC;AAED,0CAQE;AAEF,6BAIE;AAEF,gCAIE;AAEF,kCAAwF;AAExF,kCAIE;AAEF,0BAA+E;AAE/E,wCAIE;AAEF,8BAOC;AAED,+BAMC;AAED,gCAOE;AAUF,+BAGE"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/lib/types.js"],"names":[],"mappings":"AAmCA,4DAME;AAEF;;;;IAIE;AAEF;;;;;;;0BASC;AAED,4DAKE;AAEF;;;;;;;IAgBE;AAEF;;;;0BAA4C;AAE5C,8GAGE;AAEF;;;;;IAKE;AAEF,wDAAgG;AAEhG;;;;IAIE;AACF,gIAAgG;AAChG;;;;IAIE;AAEF;;;;;;0BAQC;AAED;;;IAGE;AAEF;;;;;;;;;IASE;AAEF;;;;;;;;;0BAA8D;AAE9D;;;;;0BAOC;AAED;;;;0BAMC;AAED;;;;0BAMC;AAED;;;;0BAMC;AAED;;;;;;;IAQE;AAEF;;;;IAIE;AAEF,mIAIE;AAEF,qGAAwF;AAExF,qIAIE;AAEF,oDAA+E;AAE/E;;;;IAIE;AAEF;;;;;0BAOC;AAED;;;;0BAMC;AAED;;;;;;;IAOE;AAUF;;;;;;iDAGE;sBAzOoB,YAAY"}
@@ -6,8 +6,8 @@ export function getChipOptions(variant: any): {
6
6
  density: string;
7
7
  font: string;
8
8
  borderRadius: string;
9
- };
10
- export function cutChips(chips: any[], maxLength: any, delimiter: any): {
9
+ } | undefined;
10
+ export function cutChips(chips: any[] | undefined, maxLength: any, delimiter: any): {
11
11
  visibleChips: {
12
12
  value: any;
13
13
  delimiter: any;
@@ -1 +1 @@
1
- {"version":3,"file":"chips.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/chips.util.js"],"names":[],"mappings":"AAqFO;;;;;;;;EAAiF;AAEjF;;;;;;;;;;;;;;;EAkBN;AAEM;;;EAQN"}
1
+ {"version":3,"file":"chips.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/chips.util.js"],"names":[],"mappings":"AAqFO;;;;;;;;cAAiF;AAEjF;;;;;;;;;;;;;;;EAkBN;AAEM;;;EAQN"}
@@ -7,7 +7,7 @@ export function getErrorDetail(error: Error): string;
7
7
  export function getErrorMsg(error: Error, defaultError: string): string;
8
8
  export function getTransitionEndEventName(): string;
9
9
  export function getScssVariableValue(variableName: any): string;
10
- export function getViewMode(search: any): string;
10
+ export function getViewMode(search: any): string | undefined;
11
11
  export function performDetailsActionHelper(changes: any, dispatch: any, filtersWasHandled?: boolean): Promise<boolean>;
12
12
  export function copyToClipboard(textToCopy: any, dispatch: any): void;
13
13
  export function roundFloats(value: any, precision: any): any;
@@ -1 +1 @@
1
- {"version":3,"file":"common.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/common.util.js"],"names":[],"mappings":"AAgCO,kEAEN;AAEM,kFAcN;AAEM,qGAcN;AAEM,2DAGJ;AAGI,uFAQN;AAYM,sCAHI,KAAK,GACH,MAAM,CAUlB;AASM,mCAJI,KAAK,gBACL,MAAM,GACJ,MAAM,CAoBlB;AAOM,6CAFM,MAAM,CAiBlB;AAEM,gEAEN;AAEM,iDAEN;AAEM,uHAqBN;AAEM,sEAwBN;AAEM,6DAWN;AAEM,6DAEN"}
1
+ {"version":3,"file":"common.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/common.util.js"],"names":[],"mappings":"AAgCO,kEAEN;AAEM,kFAcN;AAEM,qGAcN;AAEM,2DAGJ;AAGI,uFAQN;AAYM,sCAHI,KAAK,GACH,MAAM,CAUlB;AASM,mCAJI,KAAK,gBACL,MAAM,GACJ,MAAM,CAoBlB;AAOM,6CAFM,MAAM,CAiBlB;AAEM,gEAEN;AAEM,6DAEN;AAEM,uHAqBN;AAEM,sEAwBN;AAEM,6DAWN;AAEM,6DAEN"}
@@ -12,7 +12,7 @@ export function getFormatTime(time: any): {
12
12
  hour: any;
13
13
  minute: any;
14
14
  };
15
- export function getTimeElapsedByDate(creationDate: any): any;
16
- export function getDateAndTimeByFormat(date: any, dateFormat: any): any;
17
- export function sortListByDate(list: any[], field: any, isAscending?: boolean): any[];
15
+ export function getTimeElapsedByDate(creationDate: any): string;
16
+ export function getDateAndTimeByFormat(date: any, dateFormat: any): string;
17
+ export function sortListByDate(list: any[] | undefined, field: any, isAscending?: boolean): any[];
18
18
  //# sourceMappingURL=datetime.util.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"datetime.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/datetime.util.js"],"names":[],"mappings":"AAqBA,6CASC;AAED,qCAAmD;AAE5C;;;;;;;yBA8BN;AAEM;;;EAYN;AAEM,6DAyBN;AAEM,wEAEN;AAEM,sFAON"}
1
+ {"version":3,"file":"datetime.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/datetime.util.js"],"names":[],"mappings":"AAqBA,6CASC;AAED,qCAAmD;AAE5C;;;;;;;yBA8BN;AAEM;;;EAYN;AAEM,gEAyBN;AAEM,2EAEN;AAEM,kGAON"}
@@ -4,7 +4,7 @@ export function generateChipsList(chips: any, maxLength: any): {
4
4
  hiddenChipsNumber: string;
5
5
  } | {
6
6
  visibleChips: any;
7
- hiddenChips: any[];
7
+ hiddenChips: never[];
8
8
  hiddenChipsNumber?: undefined;
9
9
  };
10
10
  //# sourceMappingURL=generateChipsList.util.d.ts.map
@@ -1,2 +1,2 @@
1
- export function showErrorNotification(dispatch: any, error: any, defaultErrorMsg: any, customErrorMsg: any, retryCallback?: any, showNotificationCallback?: any): void;
1
+ export function showErrorNotification(dispatch: any, error: any, defaultErrorMsg: any, customErrorMsg: any, retryCallback?: null, showNotificationCallback?: null): void;
2
2
  //# sourceMappingURL=notification.util.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/notification.util.js"],"names":[],"mappings":"AAwBO,uKAsBN"}
1
+ {"version":3,"file":"notification.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/notification.util.js"],"names":[],"mappings":"AAwBO,yKAsBN"}
@@ -7,21 +7,21 @@ export function mlrunProxyConfig(env: any): {
7
7
  'x-v3io-session-key': any;
8
8
  'x-remote-user': string;
9
9
  };
10
- };
10
+ } | undefined;
11
11
  '/nuclio': {
12
12
  target: any;
13
13
  changeOrigin: boolean;
14
14
  rewrite: (path: any) => any;
15
- };
15
+ } | undefined;
16
16
  '/iguazio': {
17
17
  target: any;
18
18
  changeOrigin: boolean;
19
19
  rewrite: (path: any) => any;
20
- };
20
+ } | undefined;
21
21
  '/function-catalog': {
22
22
  target: any;
23
23
  changeOrigin: boolean;
24
24
  rewrite: (path: any) => any;
25
- };
25
+ } | undefined;
26
26
  };
27
27
  //# sourceMappingURL=proxyServerConfig.util.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "3.2.21",
3
+ "version": "3.2.23",
4
4
  "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.mjs",
@@ -24,7 +24,12 @@
24
24
  "./reducers/*": "./dist/reducers/*",
25
25
  "./images/*": "./dist/images/*",
26
26
  "./scss/*": "./dist/scss/*",
27
- "./index.css": "./dist/index.css"
27
+ "./index.css": "./dist/index.css",
28
+ "./nextGenComponents": {
29
+ "import": "./dist/nextGenComponents/index.mjs",
30
+ "types": "./dist/nextGenComponents/index.d.ts"
31
+ },
32
+ "./nextGenComponents/*": "./dist/nextGenComponents/*"
28
33
  },
29
34
  "files": [
30
35
  "dist",
@@ -40,6 +45,28 @@
40
45
  "MLRun",
41
46
  "mlrun"
42
47
  ],
48
+ "dependencies": {
49
+ "@radix-ui/react-checkbox": "^1.3.3",
50
+ "@radix-ui/react-collapsible": "^1.1.12",
51
+ "@radix-ui/react-dialog": "^1.1.15",
52
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
53
+ "@radix-ui/react-popover": "^1.1.15",
54
+ "@radix-ui/react-scroll-area": "^1.2.10",
55
+ "@radix-ui/react-select": "^2.2.6",
56
+ "@radix-ui/react-separator": "^1.1.8",
57
+ "@radix-ui/react-slot": "^1.2.3",
58
+ "@radix-ui/react-tabs": "^1.1.13",
59
+ "@radix-ui/react-tooltip": "^1.2.8",
60
+ "@tanstack/react-table": "^8.21.3",
61
+ "@tanstack/react-virtual": "^3.13.19",
62
+ "class-variance-authority": "^0.7.1",
63
+ "clsx": "^2.1.1",
64
+ "date-fns": "^4.1.0",
65
+ "lucide-react": "^0.552.0",
66
+ "react-day-picker": "^9.13.0",
67
+ "tailwind-merge": "^3.3.1",
68
+ "zustand": "^5.0.8"
69
+ },
43
70
  "peerDependencies": {
44
71
  "@reduxjs/toolkit": "*",
45
72
  "classnames": "*",
@@ -68,8 +95,8 @@
68
95
  "@storybook/manager-webpack5": "^6.5.16",
69
96
  "@storybook/react": "^8.6.17",
70
97
  "@storybook/testing-library": "0.2.2",
71
- "@types/react": "18.3.1",
72
- "@types/react-dom": "18.3.1",
98
+ "@types/react": "18.3.28",
99
+ "@types/react-dom": "18.3.7",
73
100
  "@vitejs/plugin-react": "^4.3.4",
74
101
  "classnames": "^2.3.1",
75
102
  "cross-env": "^7.0.3",
@@ -117,10 +144,10 @@
117
144
  "picomatch@4": "4.0.4"
118
145
  },
119
146
  "scripts": {
120
- "lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
121
- "lint:fix": "eslint \"src/**/*.{js,jsx}\" --fix",
122
- "prettier": "prettier --check \"src/**/*.{js,jsx,scss}\"",
123
- "prettier:fix": "prettier --write \"src/**/*.{js,jsx,scss}\"",
147
+ "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --quiet",
148
+ "lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
149
+ "prettier": "prettier --check \"src/**/*.{js,jsx,ts,tsx,scss}\"",
150
+ "prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,scss}\"",
124
151
  "build-storybook": "build-storybook",
125
152
  "storybook": "start-storybook -p 6006",
126
153
  "start": "vite",