@hitachivantara/uikit-react-core 5.0.1 → 5.1.0

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 (220) hide show
  1. package/dist/cjs/components/ActionsGeneric/ActionsGeneric.styles.cjs +8 -4
  2. package/dist/cjs/components/ActionsGeneric/ActionsGeneric.styles.cjs.map +1 -1
  3. package/dist/cjs/components/Banner/BannerContent/ActionContainer/ActionContainer.styles.cjs +10 -6
  4. package/dist/cjs/components/Banner/BannerContent/ActionContainer/ActionContainer.styles.cjs.map +1 -1
  5. package/dist/cjs/components/BaseDropdown/BaseDropdown.cjs +1 -0
  6. package/dist/cjs/components/BaseDropdown/BaseDropdown.cjs.map +1 -1
  7. package/dist/cjs/components/BaseDropdown/BaseDropdown.styles.cjs +22 -14
  8. package/dist/cjs/components/BaseDropdown/BaseDropdown.styles.cjs.map +1 -1
  9. package/dist/cjs/components/BreadCrumb/BreadCrumb.styles.cjs +9 -5
  10. package/dist/cjs/components/BreadCrumb/BreadCrumb.styles.cjs.map +1 -1
  11. package/dist/cjs/components/BreadCrumb/Page/Page.styles.cjs +8 -4
  12. package/dist/cjs/components/BreadCrumb/Page/Page.styles.cjs.map +1 -1
  13. package/dist/cjs/components/Dialog/Dialog.styles.cjs +9 -5
  14. package/dist/cjs/components/Dialog/Dialog.styles.cjs.map +1 -1
  15. package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs +9 -5
  16. package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs.map +1 -1
  17. package/dist/cjs/components/Dropdown/List/List.styles.cjs +4 -5
  18. package/dist/cjs/components/Dropdown/List/List.styles.cjs.map +1 -1
  19. package/dist/cjs/components/Dropdown/dropdownClasses.cjs +1 -1
  20. package/dist/cjs/components/Dropdown/dropdownClasses.cjs.map +1 -1
  21. package/dist/cjs/components/FileUploader/File/File.styles.cjs +16 -12
  22. package/dist/cjs/components/FileUploader/File/File.styles.cjs.map +1 -1
  23. package/dist/cjs/components/FileUploader/Preview/Preview.styles.cjs +9 -5
  24. package/dist/cjs/components/FileUploader/Preview/Preview.styles.cjs.map +1 -1
  25. package/dist/cjs/components/Header/Brand/Brand.styles.cjs +9 -5
  26. package/dist/cjs/components/Header/Brand/Brand.styles.cjs.map +1 -1
  27. package/dist/cjs/components/Pagination/Pagination.cjs +1 -1
  28. package/dist/cjs/components/Pagination/Pagination.cjs.map +1 -1
  29. package/dist/cjs/components/Slider/Slider.cjs +301 -0
  30. package/dist/cjs/components/Slider/Slider.cjs.map +1 -0
  31. package/dist/cjs/components/Slider/Slider.styles.cjs +334 -0
  32. package/dist/cjs/components/Slider/Slider.styles.cjs.map +1 -0
  33. package/dist/cjs/components/Slider/SliderInput/SliderInput.cjs +66 -0
  34. package/dist/cjs/components/Slider/SliderInput/SliderInput.cjs.map +1 -0
  35. package/dist/cjs/components/Slider/SliderInput/SliderInput.styles.cjs +55 -0
  36. package/dist/cjs/components/Slider/SliderInput/SliderInput.styles.cjs.map +1 -0
  37. package/dist/cjs/components/Slider/SliderInput/sliderInputClasses.cjs +8 -0
  38. package/dist/cjs/components/Slider/SliderInput/sliderInputClasses.cjs.map +1 -0
  39. package/dist/cjs/components/Slider/base.cjs +251 -0
  40. package/dist/cjs/components/Slider/base.cjs.map +1 -0
  41. package/dist/cjs/components/Slider/sliderClasses.cjs +8 -0
  42. package/dist/cjs/components/Slider/sliderClasses.cjs.map +1 -0
  43. package/dist/cjs/components/Slider/utils.cjs +217 -0
  44. package/dist/cjs/components/Slider/utils.cjs.map +1 -0
  45. package/dist/cjs/components/Table/Table.cjs +1 -1
  46. package/dist/cjs/components/Table/Table.cjs.map +1 -1
  47. package/dist/cjs/components/Table/TableBody/TableBody.cjs +1 -1
  48. package/dist/cjs/components/Table/TableBody/TableBody.cjs.map +1 -1
  49. package/dist/cjs/components/Table/TableBody/tableBodyClasses.cjs.map +1 -1
  50. package/dist/cjs/components/Table/TableCell/TableCell.cjs +1 -1
  51. package/dist/cjs/components/Table/TableCell/TableCell.cjs.map +1 -1
  52. package/dist/cjs/components/Table/TableCell/tableCellClasses.cjs.map +1 -1
  53. package/dist/cjs/components/Table/TableContainer/TableContainer.cjs +1 -1
  54. package/dist/cjs/components/Table/TableContainer/TableContainer.cjs.map +1 -1
  55. package/dist/cjs/components/Table/TableContainer/tableContainerClasses.cjs.map +1 -1
  56. package/dist/cjs/components/Table/TableHead/TableHead.cjs +1 -1
  57. package/dist/cjs/components/Table/TableHead/TableHead.cjs.map +1 -1
  58. package/dist/cjs/components/Table/TableHead/tableHeadClasses.cjs.map +1 -1
  59. package/dist/cjs/components/Table/TableHeader/TableHeader.cjs +2 -2
  60. package/dist/cjs/components/Table/TableHeader/TableHeader.cjs.map +1 -1
  61. package/dist/cjs/components/Table/TableHeader/TableHeader.styles.cjs +15 -8
  62. package/dist/cjs/components/Table/TableHeader/TableHeader.styles.cjs.map +1 -1
  63. package/dist/cjs/components/Table/TableHeader/tableHeaderClasses.cjs.map +1 -1
  64. package/dist/cjs/components/Table/TableRow/TableRow.cjs +1 -1
  65. package/dist/cjs/components/Table/TableRow/TableRow.cjs.map +1 -1
  66. package/dist/cjs/components/Table/TableRow/tableRowClasses.cjs.map +1 -1
  67. package/dist/cjs/components/Table/hooks/useRowSelection.cjs.map +1 -1
  68. package/dist/cjs/components/Table/hooks/useSortBy.cjs.map +1 -1
  69. package/dist/cjs/components/Table/hooks/useTable.cjs +24 -20
  70. package/dist/cjs/components/Table/hooks/useTable.cjs.map +1 -1
  71. package/dist/cjs/components/Table/renderers/DateColumnCell/DateColumnCell.cjs.map +1 -1
  72. package/dist/cjs/components/Table/renderers/DropdownColumnCell/DropdownColumnCell.cjs.map +1 -1
  73. package/dist/cjs/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.cjs.map +1 -1
  74. package/dist/cjs/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.cjs.map +1 -1
  75. package/dist/cjs/components/Table/renderers/renderers.cjs +14 -12
  76. package/dist/cjs/components/Table/renderers/renderers.cjs.map +1 -1
  77. package/dist/cjs/components/Table/tableClasses.cjs.map +1 -1
  78. package/dist/cjs/components/Table/utils/fallbacks.cjs.map +1 -1
  79. package/dist/cjs/components/Tag/Tag.styles.cjs +9 -5
  80. package/dist/cjs/components/Tag/Tag.styles.cjs.map +1 -1
  81. package/dist/cjs/components/VerticalNavigation/Header/Header.styles.cjs +8 -4
  82. package/dist/cjs/components/VerticalNavigation/Header/Header.styles.cjs.map +1 -1
  83. package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.cjs +76 -17
  84. package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.cjs.map +1 -1
  85. package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.styles.cjs +4 -1
  86. package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.styles.cjs.map +1 -1
  87. package/dist/cjs/components/VerticalNavigation/Navigation/navigationClasses.cjs +1 -1
  88. package/dist/cjs/components/VerticalNavigation/Navigation/navigationClasses.cjs.map +1 -1
  89. package/dist/cjs/components/VerticalNavigation/NavigationPopup/NavigationPopup.cjs +58 -0
  90. package/dist/cjs/components/VerticalNavigation/NavigationPopup/NavigationPopup.cjs.map +1 -0
  91. package/dist/cjs/components/VerticalNavigation/NavigationPopup/NavigationPopup.styles.cjs +16 -0
  92. package/dist/cjs/components/VerticalNavigation/NavigationPopup/NavigationPopup.styles.cjs.map +1 -0
  93. package/dist/cjs/components/VerticalNavigation/TreeView/IconWrapper/IconWrapper.cjs +41 -0
  94. package/dist/cjs/components/VerticalNavigation/TreeView/IconWrapper/IconWrapper.cjs.map +1 -0
  95. package/dist/cjs/components/VerticalNavigation/TreeView/IconWrapper/IconWrapper.styles.cjs +42 -0
  96. package/dist/cjs/components/VerticalNavigation/TreeView/IconWrapper/IconWrapper.styles.cjs.map +1 -0
  97. package/dist/cjs/components/VerticalNavigation/TreeView/TooltipWrapper/TooltipWrapper.cjs +24 -0
  98. package/dist/cjs/components/VerticalNavigation/TreeView/TooltipWrapper/TooltipWrapper.cjs.map +1 -0
  99. package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.cjs +43 -45
  100. package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.cjs.map +1 -1
  101. package/dist/cjs/components/VerticalNavigation/VerticalNavigation.cjs +6 -2
  102. package/dist/cjs/components/VerticalNavigation/VerticalNavigation.cjs.map +1 -1
  103. package/dist/cjs/components/VerticalNavigation/VerticalNavigation.styles.cjs +6 -4
  104. package/dist/cjs/components/VerticalNavigation/VerticalNavigation.styles.cjs.map +1 -1
  105. package/dist/cjs/components/VerticalNavigation/VerticalNavigationContext.cjs.map +1 -1
  106. package/dist/cjs/components/VerticalNavigation/utils/VerticalNavigation.utils.cjs +7 -0
  107. package/dist/cjs/components/VerticalNavigation/utils/VerticalNavigation.utils.cjs.map +1 -0
  108. package/dist/cjs/index.cjs +4 -0
  109. package/dist/cjs/index.cjs.map +1 -1
  110. package/dist/esm/components/ActionsGeneric/ActionsGeneric.styles.js +8 -4
  111. package/dist/esm/components/ActionsGeneric/ActionsGeneric.styles.js.map +1 -1
  112. package/dist/esm/components/Banner/BannerContent/ActionContainer/ActionContainer.styles.js +10 -6
  113. package/dist/esm/components/Banner/BannerContent/ActionContainer/ActionContainer.styles.js.map +1 -1
  114. package/dist/esm/components/BaseDropdown/BaseDropdown.js +1 -0
  115. package/dist/esm/components/BaseDropdown/BaseDropdown.js.map +1 -1
  116. package/dist/esm/components/BaseDropdown/BaseDropdown.styles.js +22 -14
  117. package/dist/esm/components/BaseDropdown/BaseDropdown.styles.js.map +1 -1
  118. package/dist/esm/components/BreadCrumb/BreadCrumb.styles.js +9 -5
  119. package/dist/esm/components/BreadCrumb/BreadCrumb.styles.js.map +1 -1
  120. package/dist/esm/components/BreadCrumb/Page/Page.styles.js +8 -4
  121. package/dist/esm/components/BreadCrumb/Page/Page.styles.js.map +1 -1
  122. package/dist/esm/components/Dialog/Dialog.styles.js +9 -5
  123. package/dist/esm/components/Dialog/Dialog.styles.js.map +1 -1
  124. package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js +9 -5
  125. package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js.map +1 -1
  126. package/dist/esm/components/Dropdown/List/List.styles.js +4 -5
  127. package/dist/esm/components/Dropdown/List/List.styles.js.map +1 -1
  128. package/dist/esm/components/Dropdown/dropdownClasses.js +1 -1
  129. package/dist/esm/components/Dropdown/dropdownClasses.js.map +1 -1
  130. package/dist/esm/components/FileUploader/File/File.styles.js +16 -12
  131. package/dist/esm/components/FileUploader/File/File.styles.js.map +1 -1
  132. package/dist/esm/components/FileUploader/Preview/Preview.styles.js +9 -5
  133. package/dist/esm/components/FileUploader/Preview/Preview.styles.js.map +1 -1
  134. package/dist/esm/components/Header/Brand/Brand.styles.js +9 -5
  135. package/dist/esm/components/Header/Brand/Brand.styles.js.map +1 -1
  136. package/dist/esm/components/Pagination/Pagination.js +1 -1
  137. package/dist/esm/components/Pagination/Pagination.js.map +1 -1
  138. package/dist/esm/components/Slider/Slider.js +299 -0
  139. package/dist/esm/components/Slider/Slider.js.map +1 -0
  140. package/dist/esm/components/Slider/Slider.styles.js +330 -0
  141. package/dist/esm/components/Slider/Slider.styles.js.map +1 -0
  142. package/dist/esm/components/Slider/SliderInput/SliderInput.js +64 -0
  143. package/dist/esm/components/Slider/SliderInput/SliderInput.js.map +1 -0
  144. package/dist/esm/components/Slider/SliderInput/SliderInput.styles.js +53 -0
  145. package/dist/esm/components/Slider/SliderInput/SliderInput.styles.js.map +1 -0
  146. package/dist/esm/components/Slider/SliderInput/sliderInputClasses.js +8 -0
  147. package/dist/esm/components/Slider/SliderInput/sliderInputClasses.js.map +1 -0
  148. package/dist/esm/components/Slider/base.js +251 -0
  149. package/dist/esm/components/Slider/base.js.map +1 -0
  150. package/dist/esm/components/Slider/sliderClasses.js +8 -0
  151. package/dist/esm/components/Slider/sliderClasses.js.map +1 -0
  152. package/dist/esm/components/Slider/utils.js +217 -0
  153. package/dist/esm/components/Slider/utils.js.map +1 -0
  154. package/dist/esm/components/Table/Table.js +1 -1
  155. package/dist/esm/components/Table/Table.js.map +1 -1
  156. package/dist/esm/components/Table/TableBody/TableBody.js +1 -1
  157. package/dist/esm/components/Table/TableBody/TableBody.js.map +1 -1
  158. package/dist/esm/components/Table/TableBody/tableBodyClasses.js.map +1 -1
  159. package/dist/esm/components/Table/TableCell/TableCell.js +1 -1
  160. package/dist/esm/components/Table/TableCell/TableCell.js.map +1 -1
  161. package/dist/esm/components/Table/TableCell/tableCellClasses.js.map +1 -1
  162. package/dist/esm/components/Table/TableContainer/TableContainer.js +1 -1
  163. package/dist/esm/components/Table/TableContainer/TableContainer.js.map +1 -1
  164. package/dist/esm/components/Table/TableContainer/tableContainerClasses.js.map +1 -1
  165. package/dist/esm/components/Table/TableHead/TableHead.js +1 -1
  166. package/dist/esm/components/Table/TableHead/TableHead.js.map +1 -1
  167. package/dist/esm/components/Table/TableHead/tableHeadClasses.js.map +1 -1
  168. package/dist/esm/components/Table/TableHeader/TableHeader.js +2 -2
  169. package/dist/esm/components/Table/TableHeader/TableHeader.js.map +1 -1
  170. package/dist/esm/components/Table/TableHeader/TableHeader.styles.js +15 -8
  171. package/dist/esm/components/Table/TableHeader/TableHeader.styles.js.map +1 -1
  172. package/dist/esm/components/Table/TableHeader/tableHeaderClasses.js.map +1 -1
  173. package/dist/esm/components/Table/TableRow/TableRow.js +1 -1
  174. package/dist/esm/components/Table/TableRow/TableRow.js.map +1 -1
  175. package/dist/esm/components/Table/TableRow/tableRowClasses.js.map +1 -1
  176. package/dist/esm/components/Table/hooks/useRowSelection.js.map +1 -1
  177. package/dist/esm/components/Table/hooks/useSortBy.js.map +1 -1
  178. package/dist/esm/components/Table/hooks/useTable.js +24 -20
  179. package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
  180. package/dist/esm/components/Table/renderers/DateColumnCell/DateColumnCell.js.map +1 -1
  181. package/dist/esm/components/Table/renderers/DropdownColumnCell/DropdownColumnCell.js.map +1 -1
  182. package/dist/esm/components/Table/renderers/ProgressColumnCell/ProgressColumnCell.js.map +1 -1
  183. package/dist/esm/components/Table/renderers/SwitchColumnCell/SwitchColumnCell.js.map +1 -1
  184. package/dist/esm/components/Table/renderers/renderers.js +15 -13
  185. package/dist/esm/components/Table/renderers/renderers.js.map +1 -1
  186. package/dist/esm/components/Table/tableClasses.js.map +1 -1
  187. package/dist/esm/components/Table/utils/fallbacks.js.map +1 -1
  188. package/dist/esm/components/Tag/Tag.styles.js +9 -5
  189. package/dist/esm/components/Tag/Tag.styles.js.map +1 -1
  190. package/dist/esm/components/VerticalNavigation/Header/Header.styles.js +8 -4
  191. package/dist/esm/components/VerticalNavigation/Header/Header.styles.js.map +1 -1
  192. package/dist/esm/components/VerticalNavigation/Navigation/Navigation.js +77 -19
  193. package/dist/esm/components/VerticalNavigation/Navigation/Navigation.js.map +1 -1
  194. package/dist/esm/components/VerticalNavigation/Navigation/Navigation.styles.js +4 -1
  195. package/dist/esm/components/VerticalNavigation/Navigation/Navigation.styles.js.map +1 -1
  196. package/dist/esm/components/VerticalNavigation/Navigation/navigationClasses.js +1 -1
  197. package/dist/esm/components/VerticalNavigation/Navigation/navigationClasses.js.map +1 -1
  198. package/dist/esm/components/VerticalNavigation/NavigationPopup/NavigationPopup.js +56 -0
  199. package/dist/esm/components/VerticalNavigation/NavigationPopup/NavigationPopup.js.map +1 -0
  200. package/dist/esm/components/VerticalNavigation/NavigationPopup/NavigationPopup.styles.js +14 -0
  201. package/dist/esm/components/VerticalNavigation/NavigationPopup/NavigationPopup.styles.js.map +1 -0
  202. package/dist/esm/components/VerticalNavigation/TreeView/IconWrapper/IconWrapper.js +41 -0
  203. package/dist/esm/components/VerticalNavigation/TreeView/IconWrapper/IconWrapper.js.map +1 -0
  204. package/dist/esm/components/VerticalNavigation/TreeView/IconWrapper/IconWrapper.styles.js +40 -0
  205. package/dist/esm/components/VerticalNavigation/TreeView/IconWrapper/IconWrapper.styles.js.map +1 -0
  206. package/dist/esm/components/VerticalNavigation/TreeView/TooltipWrapper/TooltipWrapper.js +24 -0
  207. package/dist/esm/components/VerticalNavigation/TreeView/TooltipWrapper/TooltipWrapper.js.map +1 -0
  208. package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.js +43 -45
  209. package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.js.map +1 -1
  210. package/dist/esm/components/VerticalNavigation/VerticalNavigation.js +6 -2
  211. package/dist/esm/components/VerticalNavigation/VerticalNavigation.js.map +1 -1
  212. package/dist/esm/components/VerticalNavigation/VerticalNavigation.styles.js +6 -4
  213. package/dist/esm/components/VerticalNavigation/VerticalNavigation.styles.js.map +1 -1
  214. package/dist/esm/components/VerticalNavigation/VerticalNavigationContext.js.map +1 -1
  215. package/dist/esm/components/VerticalNavigation/utils/VerticalNavigation.utils.js +7 -0
  216. package/dist/esm/components/VerticalNavigation/utils/VerticalNavigation.utils.js.map +1 -0
  217. package/dist/esm/index.js +22 -18
  218. package/dist/esm/index.js.map +1 -1
  219. package/dist/types/index.d.ts +374 -272
  220. package/package.json +7 -5
@@ -1,13 +1,12 @@
1
1
  /// <reference types="react" />
2
2
 
3
+ import { ActionType } from 'react-table';
3
4
  import type { AllHTMLAttributes } from 'react';
4
5
  import { AvatarProps } from '@mui/material/Avatar';
5
6
  import { CardContentProps } from '@mui/material/CardContent';
6
7
  import { CardHeaderProps } from '@mui/material/CardHeader';
7
8
  import { CardMediaProps } from '@mui/material/CardMedia';
8
9
  import { Cell } from 'react-table';
9
- import { CellPropGetter } from 'react-table';
10
- import { CellProps } from 'react-table';
11
10
  import { ChangeEvent } from 'react';
12
11
  import { CheckboxProps } from '@mui/material';
13
12
  import { ChipProps } from '@mui/material/Chip';
@@ -23,12 +22,8 @@ import { DialogTitleProps } from '@mui/material/DialogTitle';
23
22
  import { DividerProps } from '@mui/material/Divider';
24
23
  import { ds3 } from '@hitachivantara/uikit-styles';
25
24
  import { ds5 } from '@hitachivantara/uikit-styles';
26
- import type { ElementType } from 'react';
27
- import { FooterPropGetter } from 'react-table';
28
25
  import type { ForwardRefExoticComponent } from 'react';
29
26
  import { GridProps } from '@mui/material';
30
- import { HeaderPropGetter } from 'react-table';
31
- import { HeaderProps } from 'react-table';
32
27
  import { Hooks } from 'react-table';
33
28
  import { HTMLAttributes } from 'react';
34
29
  import { HTMLInputTypeAttribute } from 'react';
@@ -55,11 +50,12 @@ import { PropGetter } from 'react-table';
55
50
  import { RadioProps } from '@mui/material';
56
51
  import { default as React_2 } from 'react';
57
52
  import { ReactElement } from 'react';
53
+ import { ReducerTableState } from 'react-table';
58
54
  import type { RefAttributes } from 'react';
59
55
  import { RefObject } from 'react';
60
56
  import { Renderer } from 'react-table';
61
57
  import { Row } from 'react-table';
62
- import { RowPropGetter } from 'react-table';
58
+ import { SliderProps } from 'rc-slider';
63
59
  import { SnackbarCloseReason } from '@mui/material/Snackbar';
64
60
  import { SnackbarContentProps } from '@mui/material/SnackbarContent';
65
61
  import type { SnackbarKey } from 'notistack';
@@ -75,7 +71,6 @@ import { TableHeaderProps } from 'react-table';
75
71
  import type { TableHTMLAttributes } from 'react';
76
72
  import { TableInstance } from 'react-table';
77
73
  import { TableOptions } from 'react-table';
78
- import { TablePropGetter } from 'react-table';
79
74
  import { TableProps } from 'react-table';
80
75
  import { TableRowProps } from 'react-table';
81
76
  import { TableState } from 'react-table';
@@ -100,6 +95,7 @@ import { UseFiltersColumnProps } from 'react-table';
100
95
  import { UseFiltersInstanceProps } from 'react-table';
101
96
  import { UseFiltersOptions } from 'react-table';
102
97
  import { UseFiltersState } from 'react-table';
98
+ import { UseGlobalFiltersColumnOptions } from 'react-table';
103
99
  import { UseGlobalFiltersInstanceProps } from 'react-table';
104
100
  import { UseGlobalFiltersOptions } from 'react-table';
105
101
  import { UseGlobalFiltersState } from 'react-table';
@@ -118,12 +114,17 @@ import { UseResizeColumnsColumnOptions } from 'react-table';
118
114
  import { UseResizeColumnsColumnProps } from 'react-table';
119
115
  import { UseResizeColumnsOptions } from 'react-table';
120
116
  import { UseResizeColumnsState } from 'react-table';
117
+ import { UseRowStateInstanceProps } from 'react-table';
118
+ import { UseRowStateOptions } from 'react-table';
119
+ import { UseRowStateRowProps } from 'react-table';
120
+ import { UseRowStateState } from 'react-table';
121
121
  import { UseSortByColumnOptions } from 'react-table';
122
122
  import { UseSortByColumnProps } from 'react-table';
123
123
  import { UseSortByHooks } from 'react-table';
124
124
  import { UseSortByInstanceProps } from 'react-table';
125
125
  import { UseSortByOptions } from 'react-table';
126
126
  import { UseSortByState } from 'react-table';
127
+ import { UseTableHeaderGroupProps } from 'react-table';
127
128
 
128
129
  declare type Accessor<D extends object> = (originalRow: D, index: number, sub: {
129
130
  subRows: D[];
@@ -1777,17 +1778,22 @@ export declare type HvCardProps = HvBaseProps & {
1777
1778
 
1778
1779
  export declare type HvCategoricalColorKeys = "cat1" | "cat1_180" | "cat1_160" | "cat1_140" | "cat1_120" | "cat1_80" | "cat1_60" | "cat1_40" | "cat1_20" | "cat2" | "cat2_180" | "cat2_160" | "cat2_140" | "cat2_120" | "cat2_80" | "cat2_60" | "cat2_40" | "cat2_20" | "cat3" | "cat3_180" | "cat3_160" | "cat3_140" | "cat3_120" | "cat3_80" | "cat3_60" | "cat3_40" | "cat3_20" | "cat4" | "cat4_180" | "cat4_160" | "cat4_140" | "cat4_120" | "cat4_80" | "cat4_60" | "cat4_40" | "cat4_20" | "cat5" | "cat5_180" | "cat5_160" | "cat5_140" | "cat5_120" | "cat5_80" | "cat5_60" | "cat5_40" | "cat5_20" | "cat6" | "cat6_180" | "cat6_160" | "cat6_140" | "cat6_120" | "cat6_80" | "cat6_60" | "cat6_40" | "cat6_20" | "cat7" | "cat7_180" | "cat7_160" | "cat7_140" | "cat7_120" | "cat7_80" | "cat7_60" | "cat7_40" | "cat7_20" | "cat8" | "cat8_180" | "cat8_160" | "cat8_140" | "cat8_120" | "cat8_80" | "cat8_60" | "cat8_40" | "cat8_20" | "cat9" | "cat9_180" | "cat9_160" | "cat9_140" | "cat9_120" | "cat9_80" | "cat9_60" | "cat9_40" | "cat9_20" | "cat10" | "cat10_180" | "cat10_160" | "cat10_140" | "cat10_120" | "cat10_80" | "cat10_60" | "cat10_40" | "cat10_20" | "cat11" | "cat11_180" | "cat11_160" | "cat11_140" | "cat11_120" | "cat11_80" | "cat11_60" | "cat11_40" | "cat11_20" | "cat12" | "cat12_180" | "cat12_160" | "cat12_140" | "cat12_120" | "cat12_80" | "cat12_60" | "cat12_40" | "cat12_20" | "cat13" | "cat14" | "cat15" | "cat16" | "cat17" | "cat18" | "cat19" | "cat20";
1779
1780
 
1780
- export declare interface HvCellInstance<D extends object = Record<string, unknown>, V = any> extends Omit<Cell<D, V>, "column" | "row">, UseGroupByCellProps<D> {
1781
- column: HvColumnInstance<D>;
1782
- row: HvRowInstance<D>;
1783
- getCellProps: (propGetter?: CellPropGetter<D> & HvExtraProps) => HvUseTableCellProps;
1781
+ export declare interface HvCellInstance<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, V = any> extends Omit<Cell<D, V>, "column" | "row" | "getCellProps">, Partial<UseGroupByCellProps<D>> {
1782
+ column: HvColumnInstance<D, H>;
1783
+ row: HvRowInstance<D, H>;
1784
+ getCellProps: (propGetter?: HvCellPropGetter<D, H>) => HvUseTableCellProps;
1784
1785
  }
1785
1786
 
1786
- export declare type HvCellProps<D extends object, V = any> = CellProps<D, V> & {
1787
- column: HvColumnInstance<D>;
1788
- row: HvRowInstance<D>;
1789
- cell: HvCellInstance<D, V>;
1790
- };
1787
+ declare type HvCellPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableCellProps, {
1788
+ cell: HvCellInstance<D, H>;
1789
+ }>;
1790
+
1791
+ export declare interface HvCellProps<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, V = any> extends HvTableInstance<D, H> {
1792
+ column: HvColumnInstance<D, H>;
1793
+ row: HvRowInstance<D, H>;
1794
+ cell: HvCellInstance<D, H, V>;
1795
+ value: CellValue<V>;
1796
+ }
1791
1797
 
1792
1798
  /**
1793
1799
  * Displays the capacity and current usage of a text input box (character count by default).
@@ -1979,35 +1985,35 @@ export declare type HvCheckBoxProps = Omit<HvBaseCheckBoxProps, "classes"> & {
1979
1985
 
1980
1986
  export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEvent;
1981
1987
 
1982
- declare type HvColumnGroup<D extends object = Record<string, unknown>> = HvTableColumnOptions<D> & HvColumnGroupInterface<D> & ({
1983
- Header: string;
1988
+ declare type HvColumnGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvTableColumnOptions<D, H> & HvColumnGroupInterface<D, H> & ({
1989
+ Header: H;
1984
1990
  } | ({
1985
1991
  id: IdType<D>;
1986
1992
  } & {
1987
- Header: Renderer<HeaderProps<D>>;
1993
+ Header: H;
1988
1994
  })) & {
1989
1995
  accessor?: Accessor<D>;
1990
1996
  };
1991
1997
 
1992
- declare interface HvColumnGroupInterface<D extends object> {
1993
- columns: Array<HvTableColumnConfig<D>>;
1998
+ declare interface HvColumnGroupInterface<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> {
1999
+ columns: Array<HvTableColumnConfig<D, H>>;
1994
2000
  }
1995
2001
 
1996
- export declare interface HvColumnInstance<D extends object = Record<string, unknown>> extends Omit<ColumnInstance<D>, "Cell" | "columns" | "parent" | "placeholderOf">, Omit<HvTableColumnOptions<D>, "id">, UseFiltersColumnProps<D>, UseGroupByColumnProps<D>, UseResizeColumnsColumnProps<D>, UseSortByColumnProps<D> {
1997
- Cell?: Renderer<HvCellProps<D>>;
1998
- columns: Array<HvColumnInstance<D>>;
1999
- parent: HvColumnInstance<D>;
2000
- placeholderOf?: HvColumnInstance;
2001
- getHeaderProps: (propGetter?: HeaderPropGetter<D>) => HvUseTableHeaderProps;
2002
- getFooterProps: (propGetter?: FooterPropGetter<D>) => HvUseTableFooterProps;
2002
+ export declare interface HvColumnInstance<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends Omit<ColumnInstance<D>, "Cell" | "columns" | "parent" | "placeholderOf" | "id" | "Header" | "getHeaderProps" | "getFooterProps" | "Footer">, HvTableColumnOptions<D, H>, Partial<UseFiltersColumnProps<D>>, Partial<UseGroupByColumnProps<D>>, Partial<UseResizeColumnsColumnProps<D>>, Partial<UseSortByColumnProps<D>> {
2003
+ Cell?: Renderer<HvCellProps<D, H>>;
2004
+ columns: Array<HvColumnInstance<D, H>>;
2005
+ parent: HvColumnInstance<D, H>;
2006
+ placeholderOf?: HvColumnInstance<D, H>;
2007
+ getHeaderProps: (propGetter?: HvHeaderPropGetter<D, H>) => HvUseTableHeaderProps;
2008
+ getFooterProps: (propGetter?: HvFooterPropGetter<D, H>) => HvUseTableFooterProps;
2003
2009
  }
2004
2010
 
2005
- declare interface HvColumnInterfaceBasedOnValue<D extends object = Record<string, unknown>, V = any> {
2006
- Cell?: Renderer<HvCellProps<D, V>>;
2011
+ declare interface HvColumnInterfaceBasedOnValue<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, V = any> {
2012
+ Cell?: Renderer<HvCellProps<D, H, V>>;
2007
2013
  }
2008
2014
 
2009
- declare type HvColumnWithLooseAccessor<D extends object = Record<string, unknown>> = HvTableColumnOptions<D> & HvColumnInterfaceBasedOnValue<D> & ({
2010
- Header: string;
2015
+ declare type HvColumnWithLooseAccessor<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvTableColumnOptions<D, H> & HvColumnInterfaceBasedOnValue<D, H> & ({
2016
+ Header: H;
2011
2017
  } | {
2012
2018
  id: IdType<D>;
2013
2019
  } | {
@@ -2016,10 +2022,10 @@ declare type HvColumnWithLooseAccessor<D extends object = Record<string, unknown
2016
2022
  accessor?: keyof D extends never ? IdType<D> | Accessor<D> : Accessor<D>;
2017
2023
  };
2018
2024
 
2019
- declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknown>> = HvTableColumnOptions<D> & ValueOf<{
2025
+ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvTableColumnOptions<D, H> & ValueOf<{
2020
2026
  [K in keyof D]: {
2021
2027
  accessor: K;
2022
- } & HvColumnInterfaceBasedOnValue<D, D[K]>;
2028
+ } & HvColumnInterfaceBasedOnValue<D, H, D[K]>;
2023
2029
  }>;
2024
2030
 
2025
2031
  export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
@@ -2135,9 +2141,9 @@ export declare type HvCreateThemeProps = {
2135
2141
  inheritColorModes?: boolean;
2136
2142
  } & HvThemeCustomizationProps;
2137
2143
 
2138
- export declare function hvDateColumn<D extends Record<string, unknown>, C extends HvTableColumnConfig<D>>(col: C, dateFormat?: string): HvTableColumnConfig<D>;
2144
+ export declare function hvDateColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, dateFormat?: string): HvTableColumnConfig<D, H>;
2139
2145
 
2140
- export declare const HvDateColumnCell: ({ date, dateFormat, }: HvDateColumnCellProp) => JSX.Element | null;
2146
+ export declare const HvDateColumnCell: ({ date, dateFormat, }: HvDateColumnCellProp) => JSX.Element;
2141
2147
 
2142
2148
  declare interface HvDateColumnCellProp {
2143
2149
  /** The date's text representation format. */
@@ -2294,9 +2300,9 @@ export declare type HvDropdownClasses = {
2294
2300
  rootList?: string;
2295
2301
  };
2296
2302
 
2297
- export declare function hvDropdownColumn<D extends Record<string, unknown>, C extends HvTableColumnConfig<D>>(col: C, id: string, placeholder: string, disabledPlaceholder: string, onChange?: (identifier: string, value: HvListValue) => void): HvTableColumnConfig<D>;
2303
+ export declare function hvDropdownColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, id: string, placeholder: string, disabledPlaceholder: string, onChange?: (identifier: string, value: HvListValue) => void): HvTableColumnConfig<D, H>;
2298
2304
 
2299
- export declare const HvDropdownColumnCell: ({ values, disabled, onChange, placeholder, dropdownProps, }: HvDropdownColumnCellProp) => JSX.Element | null;
2305
+ export declare const HvDropdownColumnCell: ({ values, disabled, onChange, placeholder, dropdownProps, }: HvDropdownColumnCellProp) => JSX.Element;
2300
2306
 
2301
2307
  declare interface HvDropdownColumnCellProp {
2302
2308
  /** Values to render in the dropdown. */
@@ -2722,7 +2728,7 @@ export declare type HvEmptyStateProps = HvBaseProps<HTMLDivElement, {
2722
2728
  classes?: HvEmptyStateClasses;
2723
2729
  };
2724
2730
 
2725
- export declare function hvExpandColumn<D extends Record<string, unknown>>(col: HvTableColumnConfig<D>, expandRowButtonAriaLabel: string, collapseRowButtonAriaLabel: string, getCanRowExpand?: (row: HvRowInstance<D>) => boolean): HvTableColumnConfig<D>;
2731
+ export declare function hvExpandColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, expandRowButtonAriaLabel: string, collapseRowButtonAriaLabel: string, getCanRowExpand?: (row: HvRowInstance<D, H>) => boolean): HvTableColumnConfig<D, H>;
2726
2732
 
2727
2733
  export declare type HvExtraDeepPartialProps<T> = Partial<{
2728
2734
  [P in keyof T]: DeepPartial<T[P]> & HvExtraProps;
@@ -2958,6 +2964,10 @@ export declare type HvFooterClasses = {
2958
2964
  rightContainer?: string;
2959
2965
  };
2960
2966
 
2967
+ declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
2968
+ column: HvHeaderGroup<D, H>;
2969
+ }>;
2970
+
2961
2971
  export declare type HvFooterProps = HvBaseProps & {
2962
2972
  name?: React.ReactNode;
2963
2973
  copyright?: React.ReactNode;
@@ -2966,6 +2976,10 @@ export declare type HvFooterProps = HvBaseProps & {
2966
2976
  classes?: HvFooterClasses;
2967
2977
  };
2968
2978
 
2979
+ declare type HvFooterProps_2<D extends object = Record<string, unknown>> = HvTableInstance<D> & {
2980
+ column: HvColumnInstance<D>;
2981
+ };
2982
+
2969
2983
  export declare const HvFormElement: {
2970
2984
  ({ classes, className, children, id, name, value, disabled, required, readOnly, status, ...others }: HvFormElementProps): JSX_2.Element;
2971
2985
  formElementType: string;
@@ -3273,6 +3287,10 @@ export declare type HvHeaderClasses = {
3273
3287
  backgroundColor?: string;
3274
3288
  };
3275
3289
 
3290
+ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
3291
+ headers: Array<HvHeaderGroup<D, H>>;
3292
+ }
3293
+
3276
3294
  export declare const HvHeaderMenuBar: ({ id, data, onClick, type, className, }: HvMenuBarProps) => JSX_2.Element;
3277
3295
 
3278
3296
  export declare const HvHeaderMenuItem: ({ id, item, type, onClick }: MenuItemProps) => JSX_2.Element;
@@ -3303,6 +3321,10 @@ export declare type HvHeaderNavigationProps = HvBaseProps<HTMLDivElement, {
3303
3321
 
3304
3322
  export declare type HvHeaderPosition = "fixed" | "absolute" | "sticky" | "static" | "relative";
3305
3323
 
3324
+ declare type HvHeaderPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableHeaderProps, {
3325
+ column: HvHeaderGroup<D, H>;
3326
+ }>;
3327
+
3306
3328
  export declare type HvHeaderProps = HvBaseProps & {
3307
3329
  /** The position of the header bar */
3308
3330
  position?: HvHeaderPosition;
@@ -3310,7 +3332,26 @@ export declare type HvHeaderProps = HvBaseProps & {
3310
3332
  classes?: HvHeaderClasses;
3311
3333
  };
3312
3334
 
3313
- export declare interface HvHooks<D extends object = Record<string, unknown>> extends Omit<Hooks<D>, "getToggleRowSelectedProps" | "getToggleAllRowsSelectedProps" | "getToggleAllPageRowsSelectedProps">, UseExpandedHooks<D>, UseGroupByHooks<D>, UseSortByHooks<D>, UseHvRowSelectionHooks<D>, UseHvTableStickyHooks<D>, UseHvPaginationHooks<D>, UseHvBulkActionsHooks<D> {
3335
+ declare type HvHeaderProps_2<D extends object = Record<string, unknown>> = HvTableInstance<D> & {
3336
+ column: HvColumnInstance<D>;
3337
+ };
3338
+
3339
+ export declare interface HvHooks<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends Omit<Hooks<D>, "useOptions">, Partial<UseExpandedHooks<D>>, Partial<UseGroupByHooks<D>>, Partial<UseSortByHooks<D>>, Partial<UseHvRowSelectionHooks<D>>, Partial<UseHvTableStickyHooks<D>>, Partial<UseHvPaginationHooks<D>>, Partial<UseHvBulkActionsHooks<D>> {
3340
+ useOptions: Array<(options: HvTableOptions<D, H>, args: HvTableOptions<D, H>) => HvTableOptions<D, H>>;
3341
+ stateReducers: Array<(newState: HvTableState<D>, action: ActionType, previousState?: HvTableState<D>, instance?: HvTableState<D>) => ReducerTableState<D> | undefined>;
3342
+ columns: Array<(columns: Array<HvTableColumnConfig<D, H>>, meta: HvMeta<D, H>) => Array<HvTableColumnConfig<D, H>>>;
3343
+ allColumns: Array<(allColumns: Array<HvColumnInstance<D, H>>, meta: HvMeta<D, H>) => Array<HvTableColumnConfig<D, H>>>;
3344
+ visibleColumns: Array<(allColumns: Array<HvColumnInstance<D, H>>, meta: HvMeta<D, H>) => Array<HvTableColumnConfig<D, H>>>;
3345
+ headerGroups: Array<(allColumns: Array<HvHeaderGroup<D, H>>, meta: HvMeta<D, H>) => Array<HvHeaderGroup<D, H>>>;
3346
+ useInstanceBeforeDimensions: Array<(instance: HvTableInstance<D, H>) => void>;
3347
+ useInstance: Array<(instance: HvTableInstance<D, H>) => void>;
3348
+ useControlledState: Array<(state: HvTableState<D>, meta: HvMeta<D, H>) => HvTableState<D>>;
3349
+ getTableProps: Array<HvTablePropGetter<D, H>>;
3350
+ getHeaderProps: Array<HvHeaderPropGetter<D>>;
3351
+ getFooterProps: Array<HvFooterPropGetter<D>>;
3352
+ getRowProps: Array<HvRowPropGetter<D>>;
3353
+ getCellProps: Array<HvCellPropGetter<D>>;
3354
+ useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
3314
3355
  }
3315
3356
 
3316
3357
  /**
@@ -3522,6 +3563,16 @@ declare type HvInputValidity = {
3522
3563
  valueMissing?: boolean;
3523
3564
  };
3524
3565
 
3566
+ export declare interface HvKnobProperty {
3567
+ color?: string;
3568
+ defaultValue?: number;
3569
+ hidden?: boolean;
3570
+ fixed?: boolean;
3571
+ hoverColor?: string;
3572
+ trackColor?: string;
3573
+ dragColor?: string;
3574
+ }
3575
+
3525
3576
  /**
3526
3577
  * Key Performance Indicator is a type of performance measurement. It monitors a business indicator
3527
3578
  * and its success/failure against a given target. KPIs are the first item read on a dashboard.
@@ -3912,6 +3963,11 @@ export declare type HvLoginProps = HvBaseProps & {
3912
3963
  classes?: HvLoginClasses;
3913
3964
  };
3914
3965
 
3966
+ export declare interface HvMarkProperty {
3967
+ position?: number;
3968
+ label?: string;
3969
+ }
3970
+
3915
3971
  declare type HvMenuBarProps = HvBaseProps<"div", {
3916
3972
  onClick: any;
3917
3973
  }> & {
@@ -3920,6 +3976,13 @@ declare type HvMenuBarProps = HvBaseProps<"div", {
3920
3976
  onClick?: (event: MouseEvent, selection: HvHeaderNavigationItemProp) => void;
3921
3977
  };
3922
3978
 
3979
+ export declare type HvMeta<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, Extension = never, M = HvMetaBase<D, H>> = [Extension] extends [never] ? M : M & Extension;
3980
+
3981
+ declare interface HvMetaBase<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> {
3982
+ instance: HvTableInstance<D, H>;
3983
+ userProps: any;
3984
+ }
3985
+
3923
3986
  export declare const HvMultiButton: ({ className, children, classes, disabled, vertical, variant, ...others }: HvMultiButtonProps) => JSX_2.Element;
3924
3987
 
3925
3988
  export declare type HvMultiButtonClasses = {
@@ -3955,7 +4018,7 @@ export declare type HvNotistackSnackMessageProps = {
3955
4018
  snackbarContentProps?: HvSnackbarContentProps;
3956
4019
  };
3957
4020
 
3958
- export declare function hvNumberColumn<D extends Record<string, unknown>, C extends HvTableColumnConfig<D>>(col: C): HvTableColumnConfig<D>;
4021
+ export declare function hvNumberColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>): HvTableColumnConfig<D, H>;
3959
4022
 
3960
4023
  export declare const hvNumberFallback: (value: any) => number | "—";
3961
4024
 
@@ -4137,9 +4200,9 @@ export declare type HvProgressBarProps = HvBaseProps & {
4137
4200
 
4138
4201
  export declare type HvProgressBarStatus = "inProgress" | "completed" | "error";
4139
4202
 
4140
- export declare function hvProgressColumn<D extends Record<string, unknown>, C extends HvTableColumnConfig<D>>(col: C, getPartial?: (row: HvRowInstance<D>) => number, getTotal?: (row: HvRowInstance<D>) => number, color?: "primary" | "secondary"): HvTableColumnConfig<D>;
4203
+ export declare function hvProgressColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, getPartial?: (row: HvRowInstance<D, H>) => number, getTotal?: (row: HvRowInstance<D, H>) => number, color?: "primary" | "secondary"): HvTableColumnConfig<D, H>;
4141
4204
 
4142
- export declare const HvProgressColumnCell: ({ partial, total, color, }: HvProgressColumnCellProp) => JSX.Element | null;
4205
+ export declare const HvProgressColumnCell: ({ partial, total, color, }: HvProgressColumnCellProp) => JSX.Element;
4143
4206
 
4144
4207
  declare interface HvProgressColumnCellProp {
4145
4208
  /** Current value of the bar. */
@@ -4150,6 +4213,8 @@ declare interface HvProgressColumnCellProp {
4150
4213
  color?: "primary" | "secondary";
4151
4214
  }
4152
4215
 
4216
+ export declare type HvPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, Props extends object = Record<string, unknown>, T extends object = never, P = Partial<Props>> = ((props: P, meta: HvMeta<D, H, T>) => P | P[]) | P | P[];
4217
+
4153
4218
  /**
4154
4219
  * Enables theming capabilities and makes cross-component theme properties available down the tree.
4155
4220
  */
@@ -4471,16 +4536,20 @@ export declare type HvRightListControls = HvListValue & {
4471
4536
  desc: boolean;
4472
4537
  };
4473
4538
 
4474
- export declare interface HvRowInstance<D extends object = Record<string, unknown>> extends Omit<Row<D>, "getToggleRowExpandedProps" | "getToggleRowSelectedProps" | "cells" | "allCells" | "subRows">, Omit<UseGroupByRowProps<D>, "subRows">, Omit<UseHvRowSelectionRowInstance, "subRows">, Omit<UseHvRowExpandRowInstance<D>, "subRows"> {
4475
- cells: Array<HvCellInstance<D>>;
4476
- allCells: Array<HvCellInstance<D>>;
4477
- getRowProps: (propGetter?: RowPropGetter<D>) => HvUseTableRowProps;
4539
+ export declare interface HvRowInstance<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends Omit<Row<D>, "cells" | "allCells" | "subRows" | "getRowProps">, Partial<Omit<UseGroupByRowProps<D>, "subRows" | "values">>, Partial<UseRowStateRowProps<D>>, Partial<Omit<UseHvRowExpandRowInstance<D>, "subRows">>, Partial<UseHvRowSelectionRowInstance> {
4540
+ cells: Array<HvCellInstance<D, H>>;
4541
+ allCells: Array<HvCellInstance<D, H>>;
4542
+ getRowProps: (propGetter?: HvRowPropGetter<D, H>) => HvUseTableRowProps;
4478
4543
  index: number;
4479
4544
  original: D;
4480
4545
  id: string;
4481
- subRows: Array<HvRowInstance<D>>;
4546
+ subRows: Array<HvRowInstance<D, H>>;
4482
4547
  }
4483
4548
 
4549
+ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableRowProps, {
4550
+ row: HvRowInstance<D, H>;
4551
+ }>;
4552
+
4484
4553
  /**
4485
4554
  * Allows the user to select one or more items from a list of choices.
4486
4555
  *
@@ -4587,6 +4656,165 @@ export declare type HvSimpleGridProps = HvBaseProps & {
4587
4656
  cols?: number;
4588
4657
  };
4589
4658
 
4659
+ /**
4660
+ * Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters.
4661
+ */
4662
+ export declare const HvSlider: ({ id, className, name, label, status, statusMessage, disabled, classes, sliderProps, knobProps, inputProps, requiredMessage, noOverlap, hideInput, required, readOnly, markProperties, defaultValues, values: valuesProp, knobProperties: knobPropertiesProp, "aria-errormessage": ariaErrorMessage, maxPointValue, minPointValue, divisionQuantity, markStep, markDigits, formatMark, onChange, onBlur, onBeforeChange, onAfterChange, formatTooltip, ...others }: HvSliderProps) => JSX_2.Element;
4663
+
4664
+ export declare interface HvSliderClasses {
4665
+ root?: string;
4666
+ rootRange?: string;
4667
+ labelContainer?: string;
4668
+ label?: string;
4669
+ handle?: string;
4670
+ handleContainer?: string;
4671
+ sliderBase?: string;
4672
+ sliderRoot?: string;
4673
+ trackDragging?: string;
4674
+ rootDisabled?: string;
4675
+ trackStandBy?: string;
4676
+ error?: string;
4677
+ handleHiddenContainer?: string;
4678
+ handleContainerDisabled?: string;
4679
+ labelIncluded?: string;
4680
+ onlyInput?: string;
4681
+ sliderTooltip?: string;
4682
+ sliderContainer?: string;
4683
+ }
4684
+
4685
+ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, {
4686
+ onChange: any;
4687
+ onBlur: any;
4688
+ }> {
4689
+ /**
4690
+ * The slider name.
4691
+ */
4692
+ name?: string;
4693
+ /**
4694
+ * The label of the slider.
4695
+ *
4696
+ * If not provided, an aria-label or aria-labelledby must be inputted via sliderProps.
4697
+ */
4698
+ label?: React_2.ReactNode;
4699
+ /**
4700
+ * Indicates that the slider is disabled.
4701
+ */
4702
+ disabled?: boolean;
4703
+ /**
4704
+ * Indicates that the slider is not editable.
4705
+ */
4706
+ readOnly?: boolean;
4707
+ /**
4708
+ * Indicates that user slider is required on the form element.
4709
+ */
4710
+ required?: boolean;
4711
+ /**
4712
+ * What message to render when the value is required.
4713
+ */
4714
+ requiredMessage?: string;
4715
+ /**
4716
+ * If `true` the input that controls the slider is hidden.
4717
+ */
4718
+ hideInput?: boolean;
4719
+ /**
4720
+ * Attributes applied to the slider element.
4721
+ */
4722
+ sliderProps?: SliderProps;
4723
+ /**
4724
+ * The status of the slider element.
4725
+ *
4726
+ * Valid is correct, invalid is incorrect and standBy means no validations have run.
4727
+ *
4728
+ * When uncontrolled and unspecified it will default to "standBy" and change to either "valid"
4729
+ * or "invalid" after any change to the state.
4730
+ */
4731
+ status?: HvFormStatus | HvFormStatus[];
4732
+ /**
4733
+ * The error message to show when `status` is "invalid".
4734
+ */
4735
+ statusMessage?: React_2.ReactNode;
4736
+ /**
4737
+ * The values array to apply to the component
4738
+ */
4739
+ values?: number[];
4740
+ /**
4741
+ * The default values array to apply to the component
4742
+ */
4743
+ defaultValues?: (number | undefined)[];
4744
+ /**
4745
+ * The object used to set the knob properties,
4746
+ * for every item in the array a new knob will be created.
4747
+ */
4748
+ knobProperties?: HvKnobProperty[];
4749
+ /**
4750
+ * The object used to set the mark properties individually.
4751
+ */
4752
+ markProperties?: HvMarkProperty[];
4753
+ /**
4754
+ * The function executed before a change will occur in the slider.
4755
+ */
4756
+ onBeforeChange?: (value: number[]) => void;
4757
+ /**
4758
+ * The function executed while a change is occurring in the slider.
4759
+ */
4760
+ onChange?: (value: number[]) => void;
4761
+ /**
4762
+ * The function executed after a change ocurred in the slider.
4763
+ */
4764
+ onAfterChange?: (value: number[]) => void;
4765
+ /**
4766
+ * The function executed after a blur ocurred in the slider.
4767
+ */
4768
+ onBlur?: (event: React_2.FocusEvent, knobsValues: number[], status?: HvFormStatus | HvFormStatus[]) => void;
4769
+ /**
4770
+ * The separation in points between marks.
4771
+ * example: if 10 divisions and a markstep of 2 there will be 5 marks.
4772
+ */
4773
+ markStep?: number;
4774
+ /**
4775
+ * How many subdivisions there are in the slider.
4776
+ */
4777
+ divisionQuantity?: number;
4778
+ /**
4779
+ * The value of the first point in the slider from left to right.
4780
+ */
4781
+ minPointValue?: number;
4782
+ /**
4783
+ * The value of the last point in the slider from left to right.
4784
+ */
4785
+ maxPointValue?: number;
4786
+ /**
4787
+ * The nax number of decimals if no format function is applied
4788
+ */
4789
+ markDigits?: number;
4790
+ /**
4791
+ * A formatting function used to add format to the marks in the track,
4792
+ * the function receives the mark text
4793
+ */
4794
+ formatMark?: (label: React_2.ReactNode) => React_2.ReactNode;
4795
+ /**
4796
+ * A formatting function used to add format to the tooltip in the track,
4797
+ * the function receives the mark text
4798
+ */
4799
+ formatTooltip?: (label: React_2.ReactNode) => React_2.ReactNode;
4800
+ /**
4801
+ * If `true` the knobs can't have the same value, if `false` knobs can have the same value.
4802
+ */
4803
+ noOverlap?: boolean;
4804
+ /**
4805
+ * Attributes applied to the input element.
4806
+ */
4807
+ inputProps?: HvInputProps[];
4808
+ /**
4809
+ * Attributes applied to the knob element.
4810
+ */
4811
+ knobProps?: React_2.HTMLAttributes<HTMLDivElement>[];
4812
+ /**
4813
+ * The classes object to be applied into the root object.
4814
+ */
4815
+ classes?: HvSliderClasses;
4816
+ }
4817
+
4590
4818
  /**
4591
4819
  * A Snackbar provides brief messages about app processes.
4592
4820
  * It is dismissed automatically after a given interval.
@@ -4795,9 +5023,9 @@ export declare type HvSwitchClasses = {
4795
5023
  invalidSwitch?: string;
4796
5024
  };
4797
5025
 
4798
- export declare function hvSwitchColumn<D extends Record<string, unknown>, C extends HvTableColumnConfig<D>>(col: C, switchLabel: string, falseLabel?: string, trueLabel?: string, switchProps?: HvBaseSwitchProps): HvTableColumnConfig<D>;
5026
+ export declare function hvSwitchColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, switchLabel: string, falseLabel?: string, trueLabel?: string, switchProps?: HvBaseSwitchProps): HvTableColumnConfig<D, H>;
4799
5027
 
4800
- export declare const HvSwitchColumnCell: ({ checked, value, switchLabel, falseLabel, trueLabel, switchProps, }: HvSwitchColumnCellProp) => JSX.Element | null;
5028
+ export declare const HvSwitchColumnCell: ({ checked, value, switchLabel, falseLabel, trueLabel, switchProps, }: HvSwitchColumnCellProp) => JSX.Element;
4801
5029
 
4802
5030
  declare interface HvSwitchColumnCellProp {
4803
5031
  /** Whether the switch is checked or not. */
@@ -4937,56 +5165,22 @@ export declare type HvTabClasses = {
4937
5165
  * For better data handling and **advanced features** we recommend the use of the utility hooks collection.
4938
5166
  * See the <a href="?id=guides-table-table-hooks--use-hv-hooks&viewMode=docs" target="_self">Table Hooks documentation</a> for more details.
4939
5167
  */
4940
- export declare const HvTable: ForwardRefExoticComponent<TableHTMLAttributes<HTMLTableElement> & {
4941
- /**
4942
- * The component used for the root node. Either a string to use a HTML element or a component.
4943
- * Defaults to `table`.
4944
- *
4945
- * When using non-table elements, layout is up to the developer using the component.
4946
- */
4947
- component?: ElementType<any> | undefined;
4948
- /** Content to be rendered */
4949
- children: React.ReactNode;
4950
- /** Whether the `HvTable` has a sticky header row. */
4951
- stickyHeader?: boolean | undefined;
4952
- /** Whether the `HvTable` has sticky columns. */
4953
- stickyColumns?: boolean | undefined;
4954
- /** Whether the `HvTable` has the list row styles or the default. */
4955
- variant?: HvTableVariant | undefined;
4956
- /** A Jss Object used to override or extend the styles applied to the component. */
4957
- classes?: HvTableClasses | undefined;
4958
- } & RefAttributes<HTMLElement>>;
5168
+ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttributes<HTMLElement>>;
4959
5169
 
4960
5170
  /**
4961
5171
  * HvTableBody acts as a `tbody` element.
4962
5172
  * `HvTableCell` and `HvTableRow` elements in it inherit body-specific styles
4963
5173
  */
4964
- export declare const HvTableBody: React_2.ForwardRefExoticComponent<HvBaseProps<HTMLTableSectionElement, {
4965
- children: any;
4966
- }> & {
4967
- /**
4968
- * Content to be rendered
4969
- */
4970
- children: React_2.ReactNode;
4971
- /**
4972
- * The component used for the root node. Either a string to use a HTML element or a component.
4973
- * Defaults to tbody.
4974
- */
4975
- component?: React_2.ElementType<any> | undefined;
4976
- /** Sets whether or not there should be arrow navigation between the table rows */
4977
- withNavigation?: boolean | undefined;
4978
- /** A Jss Object used to override or extend the styles applied to the component. */
4979
- classes?: HvTableBodyClasses | undefined;
4980
- } & React_2.RefAttributes<HTMLElement>>;
5174
+ export declare const HvTableBody: React_2.ForwardRefExoticComponent<HvTableBodyProps & React_2.RefAttributes<HTMLElement>>;
4981
5175
 
4982
- export declare type HvTableBodyClasses = {
5176
+ export declare interface HvTableBodyClasses {
4983
5177
  /** Styles applied to the component root class. */
4984
5178
  root?: string;
4985
- };
5179
+ }
4986
5180
 
4987
- export declare type HvTableBodyProps = HvBaseProps<HTMLTableSectionElement, {
5181
+ export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, {
4988
5182
  children: any;
4989
- }> & {
5183
+ }> {
4990
5184
  /**
4991
5185
  * Content to be rendered
4992
5186
  */
@@ -5000,7 +5194,7 @@ export declare type HvTableBodyProps = HvBaseProps<HTMLTableSectionElement, {
5000
5194
  withNavigation?: boolean;
5001
5195
  /** A Jss Object used to override or extend the styles applied to the component. */
5002
5196
  classes?: HvTableBodyClasses;
5003
- };
5197
+ }
5004
5198
 
5005
5199
  export declare interface HvTAbleBulkActionsProps extends TableCommonProps {
5006
5200
  numTotal: number;
@@ -5014,42 +5208,11 @@ export declare interface HvTAbleBulkActionsProps extends TableCommonProps {
5014
5208
  /**
5015
5209
  * `HvTableCell` acts as a `td` element and inherits styles from its context
5016
5210
  */
5017
- export declare const HvTableCell: ForwardRefExoticComponent<Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> & Omit<HvBaseProps<HTMLDivElement, {}>, "children"> & {
5018
- /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
5019
- component?: ElementType<any> | undefined;
5020
- /** Content to be rendered */
5021
- children?: React.ReactNode;
5022
- /** Inline styles to be applied to the root element. */
5023
- style?: CSSProperties | undefined;
5024
- /** Set the text-align on the table cell content. */
5025
- align?: HvTableCellAlign | undefined;
5026
- /** Sets the cell's variant. */
5027
- variant?: HvTableCellVariant | "listcheckbox" | "listactions" | undefined;
5028
- /** Specify the cell's type. The prop defaults to the value inherited from the parent TableHead, TableBody, or TableFooter components. */
5029
- type?: HvTableCellType | undefined;
5030
- /** Whether or not the cell is part of a sorted column. */
5031
- sorted?: boolean | undefined;
5032
- /** The cell is part of a sticky column. */
5033
- stickyColumn?: boolean | undefined;
5034
- /** The cell is part of the last sticky to the left column. */
5035
- stickyColumnMostLeft?: boolean | undefined;
5036
- /** The cell is part of the first sticky to the right column. */
5037
- stickyColumnLeastRight?: boolean | undefined;
5038
- /** The cell is part of the first column in the group. */
5039
- groupColumnMostLeft?: boolean | undefined;
5040
- /** The cell is part of the last column in the group. */
5041
- groupColumnMostRight?: boolean | undefined;
5042
- /** Whether or not the cell is resizable */
5043
- resizable?: boolean | undefined;
5044
- /** Whether or not the cell is being resized */
5045
- resizing?: boolean | undefined;
5046
- /** A Jss Object used to override or extend the styles applied to the component. */
5047
- classes?: HvTableCellClasses | undefined;
5048
- } & RefAttributes<HTMLElement>>;
5211
+ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & RefAttributes<HTMLElement>>;
5049
5212
 
5050
5213
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
5051
5214
 
5052
- export declare type HvTableCellClasses = {
5215
+ export declare interface HvTableCellClasses {
5053
5216
  /** Styles applied to the component root class. */
5054
5217
  root?: string;
5055
5218
  /** Styles applied to the cell when it's in the table head. */
@@ -5100,9 +5263,9 @@ export declare type HvTableCellClasses = {
5100
5263
  resizable?: string;
5101
5264
  /** Styles applied to the cell when it's part of a resizing column. */
5102
5265
  resizing?: string;
5103
- };
5266
+ }
5104
5267
 
5105
- export declare type HvTableCellProps = Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> & Omit<HvBaseProps, "children"> & {
5268
+ export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
5106
5269
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
5107
5270
  component?: React.ElementType;
5108
5271
  /** Content to be rendered */
@@ -5133,13 +5296,13 @@ export declare type HvTableCellProps = Omit<TdHTMLAttributes<HTMLTableCellElemen
5133
5296
  resizing?: boolean;
5134
5297
  /** A Jss Object used to override or extend the styles applied to the component. */
5135
5298
  classes?: HvTableCellClasses;
5136
- };
5299
+ }
5137
5300
 
5138
5301
  export declare type HvTableCellType = "body" | "footer" | "head";
5139
5302
 
5140
5303
  export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
5141
5304
 
5142
- export declare type HvTableClasses = {
5305
+ export declare interface HvTableClasses {
5143
5306
  /** Styles applied to the component root class. */
5144
5307
  root?: string;
5145
5308
  /** Styles applied to the component root class when it has a sticky header. */
@@ -5148,40 +5311,28 @@ export declare type HvTableClasses = {
5148
5311
  stickyColumns?: string;
5149
5312
  /** Styles applied to the component root class when it has sticky columns. */
5150
5313
  listRow?: string;
5151
- };
5314
+ }
5152
5315
 
5153
- export declare type HvTableColumnConfig<D extends object = Record<string, unknown>> = HvColumnGroup<D> | HvColumnWithLooseAccessor<D> | HvColumnWithStrictAccessor<D>;
5316
+ export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
5154
5317
 
5155
- export declare interface HvTableColumnOptions<D extends object = Record<string, unknown>> extends ColumnInterface<D>, UseFiltersColumnOptions<D>, UseGroupByColumnOptions<D>, UseResizeColumnsColumnOptions<D>, UseSortByColumnOptions<D>, UseHvTableStylesColumnOptions {
5318
+ export declare interface HvTableColumnOptions<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends Omit<ColumnInterface<D>, "Header" | "Footer">, Partial<UseFiltersColumnOptions<D>>, Partial<UseGroupByColumnOptions<D>>, Partial<UseResizeColumnsColumnOptions<D>>, Partial<UseSortByColumnOptions<D>>, Partial<UseGlobalFiltersColumnOptions<D>>, Partial<UseHvTableStylesColumnOptions> {
5319
+ Header?: H;
5320
+ Footer?: Renderer<HvFooterProps_2<D>>;
5156
5321
  }
5157
5322
 
5158
5323
  /**
5159
5324
  * HvTableContainer is a container for the HvTable
5160
5325
  */
5161
- export declare const HvTableContainer: ForwardRefExoticComponent<HvBaseProps<HTMLDivElement, {
5162
- children: any;
5163
- }> & {
5164
- /**
5165
- * Content to be rendered
5166
- */
5167
- children: React.ReactNode;
5168
- /**
5169
- * The component used for the root node. Either a string to use a HTML element or a component.
5170
- * Defaults to tbody.
5171
- */
5172
- component?: ElementType<any> | undefined;
5173
- /** A Jss Object used to override or extend the styles applied to the component. */
5174
- classes?: HvTableContainerClasses | undefined;
5175
- } & RefAttributes<HTMLElement>>;
5326
+ export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
5176
5327
 
5177
- export declare type HvTableContainerClasses = {
5328
+ export declare interface HvTableContainerClasses {
5178
5329
  /** Styles applied to the component root class. */
5179
5330
  root?: string;
5180
- };
5331
+ }
5181
5332
 
5182
- export declare type HvTableContainerProps = HvBaseProps<HTMLDivElement, {
5333
+ export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, {
5183
5334
  children: any;
5184
- }> & {
5335
+ }> {
5185
5336
  /**
5186
5337
  * Content to be rendered
5187
5338
  */
@@ -5193,86 +5344,29 @@ export declare type HvTableContainerProps = HvBaseProps<HTMLDivElement, {
5193
5344
  component?: React.ElementType;
5194
5345
  /** A Jss Object used to override or extend the styles applied to the component. */
5195
5346
  classes?: HvTableContainerClasses;
5196
- };
5347
+ }
5197
5348
 
5198
- export declare type HvTableDefinitionConfig<D extends object = Record<string, unknown>> = HvTableOptions<D>;
5349
+ export declare type HvTableDefinitionConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvTableOptions<D, H>;
5199
5350
 
5200
5351
  /**
5201
5352
  * HvTableHead acts as a `thead` element.
5202
5353
  * `HvTableCell` and `HvTableRow` elements in it inherit header-specific styles
5203
5354
  */
5204
- export declare const HvTableHead: ForwardRefExoticComponent<HvBaseProps<HTMLTableSectionElement, {
5205
- children: any;
5206
- }> & {
5207
- /**
5208
- * Content to be rendered
5209
- */
5210
- children: React.ReactNode;
5211
- /**
5212
- * The component used for the root node. Either a string to use a HTML element or a component.
5213
- * Defaults to thead.
5214
- */
5215
- component?: ElementType<any> | undefined;
5216
- /**
5217
- * The table has sticky headers.
5218
- */
5219
- stickyHeader?: boolean | undefined;
5220
- /** A Jss Object used to override or extend the styles applied to the component. */
5221
- classes?: HvTableHeadClasses | undefined;
5222
- } & RefAttributes<HTMLElement>>;
5355
+ export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
5223
5356
 
5224
- export declare type HvTableHeadClasses = {
5357
+ export declare interface HvTableHeadClasses {
5225
5358
  /** Styles applied to the component root class. */
5226
5359
  root?: string;
5227
5360
  /** Styles applied when the table has a sticky header. */
5228
5361
  stickyHeader?: string;
5229
- };
5362
+ }
5230
5363
 
5231
5364
  /**
5232
5365
  * `HvTableHeader` acts as a `th` element and inherits styles from its context
5233
5366
  */
5234
- export declare const HvTableHeader: ForwardRefExoticComponent<Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> & Omit<HvBaseProps<HTMLDivElement, {}>, "children"> & {
5235
- /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
5236
- component?: ElementType<any> | undefined;
5237
- /** Content to be rendered */
5238
- children?: React.ReactNode;
5239
- /** The scope of cells that the header element relates to. */
5240
- scope?: "col" | "colgroup" | "row" | "rowgroup" | undefined;
5241
- /** Set the text-align on the table cell content. */
5242
- align?: HvTableCellAlign | undefined;
5243
- /** Sets the cell's variant. */
5244
- variant?: HvTableCellVariant | undefined;
5245
- /** Specify the cell type. The prop defaults to the value inherited from the parent TableHead, TableBody, or TableFooter components. */
5246
- type?: HvTableCellType | undefined;
5247
- /** The cell is part of a sticky column. */
5248
- stickyColumn?: boolean | undefined;
5249
- /** The cell is part of the last sticky to the left column. */
5250
- stickyColumnMostLeft?: boolean | undefined;
5251
- /** The cell is part of the first sticky to the right column. */
5252
- stickyColumnLeastRight?: boolean | undefined;
5253
- /** The cell is part of the first column in the group. */
5254
- groupColumnMostLeft?: boolean | undefined;
5255
- /** The cell is part of the last column in the group. */
5256
- groupColumnMostRight?: boolean | undefined;
5257
- /** Whether or not the cell is sorted */
5258
- sorted?: boolean | undefined;
5259
- /** Whether or not the cell is sortable */
5260
- sortable?: boolean | undefined;
5261
- /** Set sort direction icon and aria-sort. */
5262
- sortDirection?: false | "ascending" | "descending" | undefined;
5263
- /** Extra props to be passed onto the text in the header. */
5264
- headerTextProps?: HvTypographyProps | undefined;
5265
- /** Whether or not the cell is resizable */
5266
- resizable?: boolean | undefined;
5267
- /** Whether or not the cell is being resized */
5268
- resizing?: boolean | undefined;
5269
- /** The resize props injected in the resize handler */
5270
- resizerProps?: HTMLAttributes<HTMLDivElement> | undefined;
5271
- /** A Jss Object used to override or extend the styles applied to the component. */
5272
- classes?: HvTableHeaderClasses | undefined;
5273
- } & RefAttributes<HTMLElement>>;
5367
+ export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
5274
5368
 
5275
- export declare type HvTableHeaderClasses = {
5369
+ export declare interface HvTableHeaderClasses {
5276
5370
  /** Styles applied to the component root class. */
5277
5371
  root?: string;
5278
5372
  /** Styles applied to the cell when it's in the table head. */
@@ -5339,9 +5433,9 @@ export declare type HvTableHeaderClasses = {
5339
5433
  resizing?: string;
5340
5434
  /** Styles applied to the resizer object when column is resizable. */
5341
5435
  resizer?: string;
5342
- };
5436
+ }
5343
5437
 
5344
- export declare type HvTableHeaderProps = Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> & Omit<HvBaseProps, "children"> & {
5438
+ export declare interface HvTableHeaderProps extends Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> {
5345
5439
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
5346
5440
  component?: React.ElementType;
5347
5441
  /** Content to be rendered */
@@ -5380,13 +5474,15 @@ export declare type HvTableHeaderProps = Omit<ThHTMLAttributes<HTMLTableCellElem
5380
5474
  resizerProps?: HTMLAttributes<HTMLDivElement>;
5381
5475
  /** A Jss Object used to override or extend the styles applied to the component. */
5382
5476
  classes?: HvTableHeaderClasses;
5383
- };
5477
+ }
5478
+
5479
+ export declare type HvTableHeaderRenderer<D extends object = Record<string, unknown>> = Renderer<HvHeaderProps_2<D>>;
5384
5480
 
5385
5481
  export declare type HvTableHeadPropGetter<D extends object> = PropGetter<D, UseHvTableStickyTableHeadProps>;
5386
5482
 
5387
- export declare type HvTableHeadProps = HvBaseProps<HTMLTableSectionElement, {
5483
+ export declare interface HvTableHeadProps extends HvBaseProps<HTMLTableSectionElement, {
5388
5484
  children: any;
5389
- }> & {
5485
+ }> {
5390
5486
  /**
5391
5487
  * Content to be rendered
5392
5488
  */
@@ -5402,33 +5498,40 @@ export declare type HvTableHeadProps = HvBaseProps<HTMLTableSectionElement, {
5402
5498
  stickyHeader?: boolean;
5403
5499
  /** A Jss Object used to override or extend the styles applied to the component. */
5404
5500
  classes?: HvTableHeadClasses;
5405
- };
5501
+ }
5406
5502
 
5407
- export declare interface HvTableInstance<D extends object = Record<string, unknown>> extends Omit<TableInstance<D>, "getToggleAllRowsSelectedProps" | "getToggleAllPageRowsSelectedProps">, Omit<HvTableOptions<D>, "columns" | "pageCount" | "initialState" | "data">, UseColumnOrderInstanceProps<D>, Omit<UseExpandedInstanceProps<D>, "rows">, Omit<UseFiltersInstanceProps<D>, "rows" | "rowsById" | "flatRows">, Omit<UseGlobalFiltersInstanceProps<D>, "rows" | "rowsById" | "flatRows">, Omit<UseGroupByInstanceProps<D>, "rows" | "rowsById" | "flatRows">, Omit<UsePaginationInstanceProps<D>, "page">, Omit<UseSortByInstanceProps<D>, "rows">, Omit<UseHvRowSelectionTableInstance<D>, "selectedFlatRows">, UseHvTableStickyTableInstance<D>, UseHvHeaderGroupsInstance, UseHvPaginationTableInstance<D>, UseHvBulkActionsTableInstanceProps<D> {
5503
+ export declare interface HvTableInstance<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends Omit<TableInstance<D>, "pageCount" | "data" | "columns" | "rows" | "allColumns" | "visibleColumns" | "headers" | "flatHeaders" | "rowsById" | "prepareRow" | "flatRows" | "headerGroups" | "footerGroups" | "defaultColumn" | "stateReducer" | "useControlledState" | "getRowId" | "getHooks" | "getTableProps">, Omit<HvTableOptions<D, H>, "pageCount" | "columns">, Partial<UseColumnOrderInstanceProps<D>>, Partial<Omit<UseExpandedInstanceProps<D>, "rows">>, Partial<Omit<UseFiltersInstanceProps<D>, "rows" | "rowsById" | "flatRows">>, Partial<Omit<UseGlobalFiltersInstanceProps<D>, "rows" | "rowsById" | "flatRows">>, Partial<Omit<UseGroupByInstanceProps<D>, "rows" | "rowsById" | "flatRows">>, Partial<Omit<UsePaginationInstanceProps<D>, "page">>, Partial<Omit<UseSortByInstanceProps<D>, "rows">>, Partial<UseRowStateInstanceProps<D>>, Partial<Omit<UseHvRowSelectionTableInstance<D>, "selectedFlatRows">>, Partial<UseHvTableStickyTableInstance<D>>, Partial<UseHvHeaderGroupsInstance>, Partial<UseHvPaginationTableInstance<D>>, Partial<UseHvBulkActionsTableInstanceProps<D>> {
5408
5504
  initialState: Partial<HvTableState<D>>;
5409
5505
  state: HvTableState<D>;
5410
- columns: Array<HvColumnInstance<D>>;
5411
- allColumns: Array<HvColumnInstance<D>>;
5412
- visibleColumns: Array<HvColumnInstance<D>>;
5413
- headers: Array<HvColumnInstance<D>>;
5414
- flatHeaders: Array<HvColumnInstance<D>>;
5415
- rows: Array<HvRowInstance<D>>;
5416
- page: Array<HvRowInstance<D>>;
5417
- rowsById: Record<string, HvRowInstance<D>>;
5418
- flatRows: Array<HvRowInstance<D>>;
5506
+ columns: Array<HvColumnInstance<D, H>>;
5507
+ allColumns: Array<HvColumnInstance<D, H>>;
5508
+ visibleColumns: Array<HvColumnInstance<D, H>>;
5509
+ headers: Array<HvColumnInstance<D, H>>;
5510
+ flatHeaders: Array<HvColumnInstance<D, H>>;
5511
+ rows: Array<HvRowInstance<D, H>>;
5512
+ page: Array<HvRowInstance<D, H>>;
5513
+ rowsById: Record<string, HvRowInstance<D, H>>;
5514
+ flatRows: Array<HvRowInstance<D, H>>;
5419
5515
  getHooks: () => HvHooks<D>;
5420
- getTableProps: (propGetter?: TablePropGetter<D> & HvExtraProps) => HvUseTableProps;
5421
- selectedFlatRows: Array<HvRowInstance<D>>;
5422
- initialRows: Array<HvRowInstance<D>>;
5423
- initialRowsById: Record<string, HvRowInstance<D>>;
5516
+ getTableProps: (propGetter?: HvTablePropGetter<D, H>) => HvUseTableProps;
5517
+ prepareRow: (row: HvRowInstance<D, H>) => void;
5518
+ selectedFlatRows: Array<HvRowInstance<D, H>>;
5519
+ initialRows: Array<HvRowInstance<D, H>>;
5520
+ initialRowsById: Record<string, HvRowInstance<D, H>>;
5424
5521
  labels: Record<string, string>;
5522
+ headerGroups: Array<HvHeaderGroup<D, H>>;
5523
+ footerGroups: Array<HvHeaderGroup<D, H>>;
5425
5524
  }
5426
5525
 
5427
- export declare interface HvTableOptions<D extends object> extends Omit<TableOptions<D>, "columns" | "data">, UseExpandedOptions<D>, UseFiltersOptions<D>, UseFiltersOptions<D>, UseGlobalFiltersOptions<D>, UseGroupByOptions<D>, UsePaginationOptions<D>, UseResizeColumnsOptions<D>, UseSortByOptions<D>, UseHvTableStylesTableOptions, UseHvRowSelectionTableOptions, UseHvTableStickyTableOptions, UseHvBulkActionsTableOptions, UseHvRowExpandTableOptions {
5428
- columns?: Array<HvTableColumnConfig<D>>;
5526
+ export declare interface HvTableOptions<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends Omit<TableOptions<D>, "columns" | "data" | "defaultColumn" | "stateReducer" | "useControlledState" | "getRowId">, Partial<UseExpandedOptions<D>>, Partial<UseFiltersOptions<D>>, Partial<UseGlobalFiltersOptions<D>>, Partial<UseGroupByOptions<D>>, Partial<UsePaginationOptions<D>>, Partial<UseResizeColumnsOptions<D>>, Partial<UseSortByOptions<D>>, Partial<UseRowStateOptions<D>>, Partial<UseHvTableStylesTableOptions>, Partial<UseHvRowSelectionTableOptions>, Partial<UseHvTableStickyTableOptions>, Partial<UseHvBulkActionsTableOptions>, Partial<UseHvRowExpandTableOptions> {
5527
+ columns?: Array<HvTableColumnConfig<D, H>>;
5429
5528
  data?: D[];
5430
5529
  initialState?: Partial<HvTableState<D>>;
5431
5530
  labels?: Record<string, string>;
5531
+ defaultColumn?: Partial<HvTableColumnConfig<D, H>>;
5532
+ stateReducer?: (newState: HvTableState<D>, action: ActionType, previousState: HvTableState<D>, instance?: HvTableInstance<D, H>) => HvTableState<D>;
5533
+ useControlledState?: (state: HvTableState<D>, meta: HvMeta<D, H>) => HvTableState<D>;
5534
+ getRowId?: (originalRow: D, relativeIndex: number, parent?: HvRowInstance<D, H>) => string;
5432
5535
  }
5433
5536
 
5434
5537
  export declare interface HvTablePaginationProps extends TableCommonProps {
@@ -5444,7 +5547,9 @@ export declare interface HvTablePaginationProps extends TableCommonProps {
5444
5547
 
5445
5548
  export { HvTablePluginHook }
5446
5549
 
5447
- export declare type HvTableProps = TableHTMLAttributes<HTMLTableElement> & {
5550
+ declare type HvTablePropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableProps>;
5551
+
5552
+ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableElement> {
5448
5553
  /**
5449
5554
  * The component used for the root node. Either a string to use a HTML element or a component.
5450
5555
  * Defaults to `table`.
@@ -5462,31 +5567,14 @@ export declare type HvTableProps = TableHTMLAttributes<HTMLTableElement> & {
5462
5567
  variant?: HvTableVariant;
5463
5568
  /** A Jss Object used to override or extend the styles applied to the component. */
5464
5569
  classes?: HvTableClasses;
5465
- };
5570
+ }
5466
5571
 
5467
5572
  /**
5468
5573
  * `HvTableRow` acts as a `tr` element and inherits styles from its context
5469
5574
  */
5470
- export declare const HvTableRow: ForwardRefExoticComponent<HvBaseProps<HTMLTableRowElement, {
5471
- children: any;
5472
- }> & {
5473
- /** Content to be rendered */
5474
- children: React.ReactNode;
5475
- /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to tbody. */
5476
- component?: ElementType<any> | undefined;
5477
- /** Whether the table row will shade on hover. */
5478
- hover?: boolean | undefined;
5479
- /** Whether the table row will have the selected shading. */
5480
- selected?: boolean | undefined;
5481
- /** Whether the table row is expanded. */
5482
- expanded?: boolean | undefined;
5483
- /** Whether the table row background is striped. */
5484
- striped?: boolean | undefined;
5485
- /** A Jss Object used to override or extend the styles applied to the component. */
5486
- classes?: HvTableRowClasses | undefined;
5487
- } & RefAttributes<HTMLElement>>;
5575
+ export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
5488
5576
 
5489
- export declare type HvTableRowClasses = {
5577
+ export declare interface HvTableRowClasses {
5490
5578
  /** Styles applied to the component root class. */
5491
5579
  root?: string;
5492
5580
  /** Styles applied to the component root when selected. */
@@ -5507,11 +5595,11 @@ export declare type HvTableRowClasses = {
5507
5595
  variantList?: string;
5508
5596
  /** Styles applied to the component root when its table variant is list. */
5509
5597
  variantListHead?: string;
5510
- };
5598
+ }
5511
5599
 
5512
- export declare type HvTableRowProps = HvBaseProps<HTMLTableRowElement, {
5600
+ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, {
5513
5601
  children: any;
5514
- }> & {
5602
+ }> {
5515
5603
  /** Content to be rendered */
5516
5604
  children: React.ReactNode;
5517
5605
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to tbody. */
@@ -5526,9 +5614,9 @@ export declare type HvTableRowProps = HvBaseProps<HTMLTableRowElement, {
5526
5614
  striped?: boolean;
5527
5615
  /** A Jss Object used to override or extend the styles applied to the component. */
5528
5616
  classes?: HvTableRowClasses;
5529
- };
5617
+ }
5530
5618
 
5531
- export declare interface HvTableState<D extends object = Record<string, unknown>> extends TableState<D>, UseColumnOrderState<D>, UseExpandedState<D>, UseFiltersState<D>, UseGlobalFiltersState<D>, UseGroupByState<D>, UsePaginationState<D>, UseResizeColumnsState<D>, UseSortByState<D>, UseHvRowSelectionState<D> {
5619
+ export declare interface HvTableState<D extends object = Record<string, unknown>> extends TableState<D>, Partial<UseColumnOrderState<D>>, Partial<UseExpandedState<D>>, Partial<UseFiltersState<D>>, Partial<UseGlobalFiltersState<D>>, Partial<UseGroupByState<D>>, Partial<UsePaginationState<D>>, Partial<UseResizeColumnsState<D>>, Partial<UseSortByState<D>>, Partial<UseRowStateState<D>>, Partial<UseHvRowSelectionState<D>> {
5532
5620
  rowCount: number;
5533
5621
  }
5534
5622
 
@@ -5605,7 +5693,7 @@ export declare type HvTagClasses = {
5605
5693
  disabledDeleteIcon?: string;
5606
5694
  };
5607
5695
 
5608
- export declare function hvTagColumn<D extends Record<string, unknown>, C extends HvTableColumnConfig<D>, A extends Record<string, unknown>>(col: C, valueDataKey: keyof A, colorDataKey: keyof A, textColorDataKey: keyof A, fromRowData?: boolean, tagProps?: HvTagProps): HvTableColumnConfig<D>;
5696
+ export declare function hvTagColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, A extends object = Record<string, unknown>>(col: HvTableColumnConfig<D, H>, valueDataKey: keyof A, colorDataKey: keyof A, textColorDataKey: keyof A, fromRowData?: boolean, tagProps?: HvTagProps): HvTableColumnConfig<D, H>;
5609
5697
 
5610
5698
  export declare type HvTagProps = Omit<ChipProps, "color" | "classes"> & HvBaseProps<HTMLDivElement, {
5611
5699
  children: any;
@@ -5885,7 +5973,7 @@ export declare type HvTextAreaProps = Omit<HvBaseInputProps, "onChange" | "onBlu
5885
5973
  classes?: HvTextAreaClasses;
5886
5974
  };
5887
5975
 
5888
- export declare function hvTextColumn<D extends Record<string, unknown>, C extends HvTableColumnConfig<D>>(col: C): HvTableColumnConfig<D>;
5976
+ export declare function hvTextColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>): HvTableColumnConfig<D, H>;
5889
5977
 
5890
5978
  export { HvTheme }
5891
5979
 
@@ -6105,19 +6193,19 @@ export declare type HvTypographyVariants = "display" | "title1" | "title2" | "ti
6105
6193
 
6106
6194
  export declare type HvUndefinedStateColorKeys = "atmo4";
6107
6195
 
6108
- export declare interface HvUseTableCellProps extends TableCellProps, UseHvTableStylesTableCellProps, UseHvTableStickyCellProps, UseHvHeaderGroupsCellProps, UseHvResizeTableCellProps, UseHvSortByTableCellProps {
6196
+ export declare interface HvUseTableCellProps extends Omit<TableCellProps, "role">, Omit<UseHvTableStylesTableCellProps, "variant" | "classes">, UseHvTableStickyCellProps, UseHvHeaderGroupsCellProps, UseHvResizeTableCellProps, UseHvSortByTableCellProps, HvTableCellProps {
6109
6197
  }
6110
6198
 
6111
6199
  export declare interface HvUseTableFooterProps extends TableFooterProps, UseHvTableStylesTableCellProps {
6112
6200
  }
6113
6201
 
6114
- export declare interface HvUseTableHeaderProps extends TableHeaderProps, UseHvTableStylesTableCellProps, UseHvTableStickyColumnProps, UseHvHeaderGroupsColumnProps, UseHvResizeColumnProps, UseHvSortByColumnProps {
6202
+ export declare interface HvUseTableHeaderProps extends Omit<TableHeaderProps, "role">, Omit<UseHvTableStylesTableCellProps, "classes">, UseHvTableStickyColumnProps, UseHvHeaderGroupsColumnProps, UseHvResizeColumnProps, Omit<UseHvSortByColumnProps, "sortDirection">, HvTableHeaderProps {
6115
6203
  }
6116
6204
 
6117
- export declare interface HvUseTableProps extends TableProps, UseHvTableStickyTableProps {
6205
+ export declare interface HvUseTableProps extends Omit<TableProps, "role">, UseHvTableStickyTableProps, HvTableProps {
6118
6206
  }
6119
6207
 
6120
- export declare interface HvUseTableRowProps extends TableRowProps, UseHvTableStylesTableRowProps, UseHvRowSelectionTableRowProps, UseHvRowExpandTableRowProps {
6208
+ export declare interface HvUseTableRowProps extends Omit<TableRowProps, "role">, UseHvTableStylesTableRowProps, UseHvRowSelectionTableRowProps, UseHvRowExpandTableRowProps, HvTableRowProps {
6121
6209
  }
6122
6210
 
6123
6211
  export declare type HvValidationMessages = {
@@ -6350,6 +6438,7 @@ export declare type HvVerticalNavigationTreeClasses = {
6350
6438
  list?: string;
6351
6439
  listItem?: string;
6352
6440
  collapsed?: string;
6441
+ popup?: string;
6353
6442
  };
6354
6443
 
6355
6444
  export declare type HvVerticalNavigationTreeProps = HvBaseProps<HTMLDivElement, {
@@ -6523,6 +6612,14 @@ export declare type HvVerticalNavigationTreeViewItemProps = {
6523
6612
  * The content of the component.
6524
6613
  */
6525
6614
  children?: React.ReactNode;
6615
+ /**
6616
+ * @ignore
6617
+ */
6618
+ onMouseEnter?: any;
6619
+ /**
6620
+ * Disables the appearence of a tooltip on hovering an element ( Only applicable when the in collapsed mode)
6621
+ */
6622
+ disableTooltip?: boolean;
6526
6623
  };
6527
6624
 
6528
6625
  export declare type HvVerticalNavigationTreeViewProps = {
@@ -6922,6 +7019,8 @@ export declare const setId: (...args: any[]) => string | undefined;
6922
7019
 
6923
7020
  export declare const setUid: (id: any, suffix: any) => string | undefined;
6924
7021
 
7022
+ export declare const sliderClasses: HvSliderClasses;
7023
+
6925
7024
  export declare const snackbarClasses: HvSnackbarClasses;
6926
7025
 
6927
7026
  export declare const snackbarContentClasses: HvSnackbarContentClasses;
@@ -7106,6 +7205,8 @@ export declare interface UseHvRowSelectionRowCheckboxProps {
7106
7205
  export declare interface UseHvRowSelectionRowInstance {
7107
7206
  isSelected: boolean;
7108
7207
  isSomeSelected: boolean;
7208
+ isSelectionLocked: boolean;
7209
+ toggleRowLockedSelection: (set?: boolean) => void;
7109
7210
  toggleRowSelected: (set?: boolean) => void;
7110
7211
  getToggleRowSelectedProps: (props?: Partial<UseHvRowSelectionRowCheckboxProps>) => UseHvRowSelectionRowCheckboxProps;
7111
7212
  }
@@ -7155,7 +7256,7 @@ export declare interface UseHvSortByColumnProps {
7155
7256
  sortable?: boolean;
7156
7257
  sorted?: boolean;
7157
7258
  sortDirection?: "descending" | "ascending";
7158
- onClick: ((e: React.MouseEvent<HTMLTableHeaderCellElement | HTMLTableCellElement>) => void) | undefined;
7259
+ onClick?: (e: React.MouseEvent<HTMLTableCellElement>) => void;
7159
7260
  }
7160
7261
 
7161
7262
  export declare type UseHvSortByProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
@@ -7166,11 +7267,11 @@ export declare interface UseHvSortByTableCellProps {
7166
7267
  sorted?: boolean;
7167
7268
  }
7168
7269
 
7169
- declare function useHvTable<D extends object = Record<string, unknown>>(options: HvTableOptions<D>, ...plugins: Array<HvTablePluginHook<D>>): HvTableInstance<D>;
7270
+ declare function useHvTable<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(options: HvTableOptions<D, H>, ...plugins: HvTablePluginHook<D>[]): HvTableInstance<D, H>;
7170
7271
  export { useHvTable as useHvData }
7171
7272
  export { useHvTable }
7172
7273
 
7173
- export declare type UseHvTableProps = <D extends object = Record<string, unknown>>(options: HvTableOptions<D>, ...plugins: Array<HvTablePluginHook<D>>) => HvTableInstance<D>;
7274
+ export declare type UseHvTableProps = <D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(options: HvTableOptions<D, H>, ...plugins: Array<HvTablePluginHook<D>>) => HvTableInstance<D, H>;
7174
7275
 
7175
7276
  export declare type UseHvTableSticky = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
7176
7277
  pluginName: string;
@@ -7301,6 +7402,7 @@ declare interface VerticalNavigationContextValue {
7301
7402
  setParentData?: React.Dispatch<React.SetStateAction<any>>;
7302
7403
  parentSelected?: any;
7303
7404
  setParentSelected?: React.Dispatch<React.SetStateAction<any>>;
7405
+ hasAnyChildWithData?: boolean;
7304
7406
  }
7305
7407
 
7306
7408
  export declare const verticalNavigationHeaderClasses: HvVerticalNavigationHeaderClasses;