@mui/x-data-grid 6.0.0-alpha.5 → 6.0.0-alpha.6

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 (412) hide show
  1. package/CHANGELOG.md +219 -0
  2. package/DataGrid/DataGrid.js +8 -8
  3. package/DataGrid/useDataGridComponent.d.ts +2 -2
  4. package/DataGrid/useDataGridComponent.js +40 -40
  5. package/DataGrid/useDataGridProps.js +1 -1
  6. package/components/GridPagination.d.ts +2 -2
  7. package/components/GridRow.js +4 -4
  8. package/components/GridRowCount.js +1 -1
  9. package/components/GridScrollArea.js +1 -1
  10. package/components/GridSelectedRowCount.js +1 -1
  11. package/components/base/GridBody.js +2 -2
  12. package/components/base/GridOverlays.js +1 -1
  13. package/components/cell/GridActionsCell.d.ts +4 -4
  14. package/components/cell/GridActionsCell.js +2 -2
  15. package/components/cell/GridActionsCellItem.d.ts +2 -2
  16. package/components/cell/GridBooleanCell.d.ts +5 -4
  17. package/components/cell/GridBooleanCell.js +3 -3
  18. package/components/cell/GridCell.js +1 -1
  19. package/components/cell/GridEditBooleanCell.js +1 -1
  20. package/components/cell/GridEditDateCell.js +1 -1
  21. package/components/cell/GridEditInputCell.js +1 -1
  22. package/components/cell/GridSkeletonCell.js +1 -1
  23. package/components/columnHeaders/ColumnHeaderMenuIcon.js +1 -1
  24. package/components/columnHeaders/GridColumnGroupHeader.js +1 -2
  25. package/components/columnHeaders/GridColumnHeaderFilterIconButton.js +1 -1
  26. package/components/columnHeaders/GridColumnHeaderItem.js +1 -1
  27. package/components/columnHeaders/GridColumnHeaderSeparator.js +1 -1
  28. package/components/columnHeaders/GridColumnHeaderSortIcon.js +1 -1
  29. package/components/columnHeaders/GridColumnHeaderTitle.js +1 -1
  30. package/components/columnHeaders/GridColumnHeaders.js +1 -1
  31. package/components/columnHeaders/GridColumnHeadersInner.js +1 -1
  32. package/components/columnHeaders/GridIconButtonContainer.js +1 -1
  33. package/components/columnSelection/GridCellCheckboxRenderer.js +1 -1
  34. package/components/columnSelection/GridHeaderCheckbox.js +1 -1
  35. package/components/containers/GridFooterContainer.js +1 -1
  36. package/components/containers/GridMainContainer.js +1 -1
  37. package/components/containers/GridOverlay.js +1 -1
  38. package/components/containers/GridRoot.js +1 -1
  39. package/components/containers/GridToolbarContainer.js +1 -1
  40. package/components/menu/GridMenu.d.ts +4 -4
  41. package/components/menu/GridMenu.js +3 -4
  42. package/components/menu/columnMenu/GridColumnsMenuItem.d.ts +4 -4
  43. package/components/menu/columnMenu/GridColumnsMenuItem.js +2 -2
  44. package/components/menu/columnMenu/GridFilterMenuItem.d.ts +4 -4
  45. package/components/menu/columnMenu/GridFilterMenuItem.js +2 -2
  46. package/components/menu/columnMenu/HideGridColMenuItem.d.ts +4 -4
  47. package/components/menu/columnMenu/HideGridColMenuItem.js +2 -2
  48. package/components/menu/columnMenu/SortGridMenuItems.d.ts +4 -4
  49. package/components/menu/columnMenu/SortGridMenuItems.js +2 -2
  50. package/components/panel/GridColumnsPanel.js +1 -1
  51. package/components/panel/GridPanel.d.ts +2 -5
  52. package/components/panel/GridPanel.js +5 -1
  53. package/components/panel/GridPanelContent.js +1 -1
  54. package/components/panel/GridPanelFooter.js +1 -1
  55. package/components/panel/GridPanelHeader.js +1 -1
  56. package/components/panel/GridPanelWrapper.js +1 -1
  57. package/components/panel/filterPanel/GridFilterForm.js +1 -1
  58. package/components/toolbar/GridToolbarColumnsButton.d.ts +1 -1
  59. package/components/toolbar/GridToolbarDensitySelector.d.ts +1 -1
  60. package/components/toolbar/GridToolbarExport.d.ts +2 -2
  61. package/components/toolbar/GridToolbarExport.js +4 -4
  62. package/components/toolbar/GridToolbarExportContainer.d.ts +1 -1
  63. package/components/toolbar/GridToolbarFilterButton.d.ts +1 -1
  64. package/components/toolbar/GridToolbarFilterButton.js +1 -1
  65. package/components/virtualization/GridVirtualScroller.js +1 -1
  66. package/components/virtualization/GridVirtualScrollerContent.js +1 -1
  67. package/components/virtualization/GridVirtualScrollerRenderZone.js +1 -1
  68. package/constants/gridClasses.js +1 -1
  69. package/context/GridContextProvider.d.ts +3 -3
  70. package/context/GridContextProvider.js +12 -7
  71. package/hooks/core/pipeProcessing/useGridPipeProcessing.d.ts +2 -2
  72. package/hooks/core/pipeProcessing/useGridPipeProcessing.js +1 -1
  73. package/hooks/core/strategyProcessing/useGridStrategyProcessing.d.ts +2 -2
  74. package/hooks/core/strategyProcessing/useGridStrategyProcessing.js +1 -1
  75. package/hooks/core/useGridApiInitialization.d.ts +2 -2
  76. package/hooks/core/useGridApiInitialization.js +57 -17
  77. package/hooks/core/useGridInitialization.d.ts +2 -2
  78. package/hooks/core/useGridInitialization.js +8 -8
  79. package/hooks/core/useGridLocaleText.d.ts +2 -2
  80. package/hooks/core/useGridLocaleText.js +1 -1
  81. package/hooks/core/useGridStateInitialization.d.ts +2 -2
  82. package/hooks/core/useGridStateInitialization.js +8 -5
  83. package/hooks/features/clipboard/useGridClipboard.d.ts +2 -2
  84. package/hooks/features/clipboard/useGridClipboard.js +1 -1
  85. package/hooks/features/columnGrouping/useGridColumnGrouping.d.ts +2 -2
  86. package/hooks/features/columnGrouping/useGridColumnGrouping.js +1 -1
  87. package/hooks/features/columnMenu/useGridColumnMenu.d.ts +2 -2
  88. package/hooks/features/columnMenu/useGridColumnMenu.js +1 -1
  89. package/hooks/features/columns/useGridColumnSpanning.d.ts +2 -2
  90. package/hooks/features/columns/useGridColumnSpanning.js +1 -1
  91. package/hooks/features/columns/useGridColumns.d.ts +2 -2
  92. package/hooks/features/columns/useGridColumns.js +2 -2
  93. package/hooks/features/density/useGridDensity.d.ts +2 -2
  94. package/hooks/features/density/useGridDensity.js +1 -1
  95. package/hooks/features/dimensions/useGridDimensions.d.ts +2 -2
  96. package/hooks/features/dimensions/useGridDimensions.js +1 -1
  97. package/hooks/features/editing/useGridCellEditing.d.ts +2 -2
  98. package/hooks/features/editing/useGridCellEditing.js +8 -14
  99. package/hooks/features/editing/useGridEditing.d.ts +2 -2
  100. package/hooks/features/editing/useGridEditing.js +1 -1
  101. package/hooks/features/editing/useGridRowEditing.d.ts +2 -2
  102. package/hooks/features/editing/useGridRowEditing.js +8 -16
  103. package/hooks/features/export/useGridCsvExport.d.ts +2 -2
  104. package/hooks/features/export/useGridCsvExport.js +1 -1
  105. package/hooks/features/export/useGridPrintExport.d.ts +2 -2
  106. package/hooks/features/export/useGridPrintExport.js +1 -1
  107. package/hooks/features/filter/useGridFilter.d.ts +2 -2
  108. package/hooks/features/filter/useGridFilter.js +4 -4
  109. package/hooks/features/focus/useGridFocus.d.ts +2 -2
  110. package/hooks/features/focus/useGridFocus.js +1 -1
  111. package/hooks/features/pagination/useGridPage.d.ts +2 -2
  112. package/hooks/features/pagination/useGridPage.js +2 -2
  113. package/hooks/features/pagination/useGridPageSize.d.ts +2 -2
  114. package/hooks/features/pagination/useGridPageSize.js +2 -2
  115. package/hooks/features/pagination/useGridPagination.d.ts +2 -2
  116. package/hooks/features/preferencesPanel/useGridPreferencesPanel.d.ts +2 -2
  117. package/hooks/features/preferencesPanel/useGridPreferencesPanel.js +1 -1
  118. package/hooks/features/rowSelection/useGridRowSelection.d.ts +3 -3
  119. package/hooks/features/rowSelection/useGridRowSelection.js +38 -19
  120. package/hooks/features/rowSelection/useGridRowSelectionPreProcessors.js +1 -1
  121. package/hooks/features/rows/useGridParamsApi.d.ts +2 -2
  122. package/hooks/features/rows/useGridParamsApi.js +1 -1
  123. package/hooks/features/rows/useGridRows.d.ts +2 -2
  124. package/hooks/features/rows/useGridRows.js +1 -1
  125. package/hooks/features/rows/useGridRowsMeta.d.ts +2 -2
  126. package/hooks/features/rows/useGridRowsMeta.js +1 -1
  127. package/hooks/features/scroll/useGridScroll.d.ts +2 -2
  128. package/hooks/features/scroll/useGridScroll.js +1 -1
  129. package/hooks/features/sorting/useGridSorting.d.ts +2 -2
  130. package/hooks/features/sorting/useGridSorting.js +2 -2
  131. package/hooks/features/statePersistence/useGridStatePersistence.d.ts +2 -2
  132. package/hooks/features/statePersistence/useGridStatePersistence.js +1 -1
  133. package/hooks/utils/useGridApiMethod.d.ts +6 -2
  134. package/hooks/utils/useGridApiMethod.js +9 -8
  135. package/hooks/utils/useGridPrivateApiContext.d.ts +5 -0
  136. package/hooks/utils/useGridPrivateApiContext.js +16 -0
  137. package/index.js +1 -1
  138. package/internals/index.d.ts +2 -0
  139. package/internals/index.js +2 -1
  140. package/legacy/DataGrid/DataGrid.js +8 -8
  141. package/legacy/DataGrid/useDataGridComponent.js +40 -40
  142. package/legacy/DataGrid/useDataGridProps.js +1 -1
  143. package/legacy/components/GridRow.js +3 -3
  144. package/legacy/components/GridRowCount.js +1 -1
  145. package/legacy/components/GridScrollArea.js +1 -1
  146. package/legacy/components/GridSelectedRowCount.js +1 -1
  147. package/legacy/components/base/GridBody.js +2 -2
  148. package/legacy/components/base/GridOverlays.js +1 -1
  149. package/legacy/components/cell/GridActionsCell.js +2 -2
  150. package/legacy/components/cell/GridBooleanCell.js +3 -3
  151. package/legacy/components/cell/GridCell.js +1 -1
  152. package/legacy/components/cell/GridEditBooleanCell.js +1 -1
  153. package/legacy/components/cell/GridEditDateCell.js +1 -1
  154. package/legacy/components/cell/GridEditInputCell.js +1 -1
  155. package/legacy/components/cell/GridSkeletonCell.js +1 -1
  156. package/legacy/components/columnHeaders/ColumnHeaderMenuIcon.js +1 -1
  157. package/legacy/components/columnHeaders/GridColumnGroupHeader.js +1 -2
  158. package/legacy/components/columnHeaders/GridColumnHeaderFilterIconButton.js +1 -1
  159. package/legacy/components/columnHeaders/GridColumnHeaderItem.js +1 -1
  160. package/legacy/components/columnHeaders/GridColumnHeaderSeparator.js +1 -1
  161. package/legacy/components/columnHeaders/GridColumnHeaderSortIcon.js +1 -1
  162. package/legacy/components/columnHeaders/GridColumnHeaderTitle.js +1 -1
  163. package/legacy/components/columnHeaders/GridColumnHeaders.js +1 -1
  164. package/legacy/components/columnHeaders/GridColumnHeadersInner.js +1 -1
  165. package/legacy/components/columnHeaders/GridIconButtonContainer.js +1 -1
  166. package/legacy/components/columnSelection/GridCellCheckboxRenderer.js +1 -1
  167. package/legacy/components/columnSelection/GridHeaderCheckbox.js +1 -1
  168. package/legacy/components/containers/GridFooterContainer.js +1 -1
  169. package/legacy/components/containers/GridMainContainer.js +1 -1
  170. package/legacy/components/containers/GridOverlay.js +1 -1
  171. package/legacy/components/containers/GridRoot.js +1 -1
  172. package/legacy/components/containers/GridToolbarContainer.js +1 -1
  173. package/legacy/components/menu/GridMenu.js +3 -4
  174. package/legacy/components/menu/columnMenu/GridColumnsMenuItem.js +2 -2
  175. package/legacy/components/menu/columnMenu/GridFilterMenuItem.js +2 -2
  176. package/legacy/components/menu/columnMenu/HideGridColMenuItem.js +2 -2
  177. package/legacy/components/menu/columnMenu/SortGridMenuItems.js +2 -2
  178. package/legacy/components/panel/GridColumnsPanel.js +1 -1
  179. package/legacy/components/panel/GridPanel.js +5 -1
  180. package/legacy/components/panel/GridPanelContent.js +1 -1
  181. package/legacy/components/panel/GridPanelFooter.js +1 -1
  182. package/legacy/components/panel/GridPanelHeader.js +1 -1
  183. package/legacy/components/panel/GridPanelWrapper.js +1 -1
  184. package/legacy/components/panel/filterPanel/GridFilterForm.js +1 -1
  185. package/legacy/components/toolbar/GridToolbarExport.js +4 -4
  186. package/legacy/components/toolbar/GridToolbarFilterButton.js +1 -1
  187. package/legacy/components/virtualization/GridVirtualScroller.js +1 -1
  188. package/legacy/components/virtualization/GridVirtualScrollerContent.js +1 -1
  189. package/legacy/components/virtualization/GridVirtualScrollerRenderZone.js +1 -1
  190. package/legacy/constants/gridClasses.js +1 -1
  191. package/legacy/context/GridContextProvider.js +11 -6
  192. package/legacy/hooks/core/pipeProcessing/useGridPipeProcessing.js +1 -1
  193. package/legacy/hooks/core/strategyProcessing/useGridStrategyProcessing.js +1 -1
  194. package/legacy/hooks/core/useGridApiInitialization.js +60 -18
  195. package/legacy/hooks/core/useGridInitialization.js +8 -8
  196. package/legacy/hooks/core/useGridLocaleText.js +1 -1
  197. package/legacy/hooks/core/useGridStateInitialization.js +8 -5
  198. package/legacy/hooks/features/clipboard/useGridClipboard.js +1 -1
  199. package/legacy/hooks/features/columnGrouping/useGridColumnGrouping.js +1 -1
  200. package/legacy/hooks/features/columnMenu/useGridColumnMenu.js +1 -1
  201. package/legacy/hooks/features/columns/useGridColumnSpanning.js +1 -1
  202. package/legacy/hooks/features/columns/useGridColumns.js +2 -2
  203. package/legacy/hooks/features/density/useGridDensity.js +1 -1
  204. package/legacy/hooks/features/dimensions/useGridDimensions.js +1 -1
  205. package/legacy/hooks/features/editing/useGridCellEditing.js +7 -13
  206. package/legacy/hooks/features/editing/useGridEditing.js +1 -1
  207. package/legacy/hooks/features/editing/useGridRowEditing.js +7 -15
  208. package/legacy/hooks/features/export/useGridCsvExport.js +1 -1
  209. package/legacy/hooks/features/export/useGridPrintExport.js +1 -1
  210. package/legacy/hooks/features/filter/useGridFilter.js +4 -4
  211. package/legacy/hooks/features/focus/useGridFocus.js +1 -1
  212. package/legacy/hooks/features/pagination/useGridPage.js +2 -2
  213. package/legacy/hooks/features/pagination/useGridPageSize.js +2 -2
  214. package/legacy/hooks/features/preferencesPanel/useGridPreferencesPanel.js +1 -1
  215. package/legacy/hooks/features/rowSelection/useGridRowSelection.js +40 -19
  216. package/legacy/hooks/features/rowSelection/useGridRowSelectionPreProcessors.js +1 -1
  217. package/legacy/hooks/features/rows/useGridParamsApi.js +1 -1
  218. package/legacy/hooks/features/rows/useGridRows.js +1 -1
  219. package/legacy/hooks/features/rows/useGridRowsMeta.js +1 -1
  220. package/legacy/hooks/features/scroll/useGridScroll.js +1 -1
  221. package/legacy/hooks/features/sorting/useGridSorting.js +2 -2
  222. package/legacy/hooks/features/statePersistence/useGridStatePersistence.js +1 -1
  223. package/legacy/hooks/utils/useGridApiMethod.js +8 -12
  224. package/legacy/hooks/utils/useGridPrivateApiContext.js +16 -0
  225. package/legacy/index.js +1 -1
  226. package/legacy/internals/index.js +2 -1
  227. package/legacy/models/api/index.js +0 -3
  228. package/models/api/gridApiCommon.d.ts +6 -2
  229. package/models/api/gridApiCommunity.d.ts +4 -1
  230. package/models/api/gridCoreApi.d.ts +16 -0
  231. package/models/api/gridRowSelectionApi.d.ts +21 -19
  232. package/models/api/gridStateApi.d.ts +4 -4
  233. package/models/api/index.d.ts +3 -3
  234. package/models/api/index.js +0 -3
  235. package/models/props/DataGridProps.d.ts +5 -5
  236. package/modern/DataGrid/DataGrid.js +8 -8
  237. package/modern/DataGrid/useDataGridComponent.js +40 -40
  238. package/modern/DataGrid/useDataGridProps.js +1 -1
  239. package/modern/components/GridRow.js +4 -4
  240. package/modern/components/GridRowCount.js +1 -1
  241. package/modern/components/GridScrollArea.js +1 -1
  242. package/modern/components/GridSelectedRowCount.js +1 -1
  243. package/modern/components/base/GridBody.js +2 -2
  244. package/modern/components/base/GridOverlays.js +1 -1
  245. package/modern/components/cell/GridActionsCell.js +2 -2
  246. package/modern/components/cell/GridBooleanCell.js +3 -3
  247. package/modern/components/cell/GridCell.js +1 -1
  248. package/modern/components/cell/GridEditBooleanCell.js +1 -1
  249. package/modern/components/cell/GridEditDateCell.js +1 -1
  250. package/modern/components/cell/GridEditInputCell.js +1 -1
  251. package/modern/components/cell/GridSkeletonCell.js +1 -1
  252. package/modern/components/columnHeaders/ColumnHeaderMenuIcon.js +1 -1
  253. package/modern/components/columnHeaders/GridColumnGroupHeader.js +1 -2
  254. package/modern/components/columnHeaders/GridColumnHeaderFilterIconButton.js +1 -1
  255. package/modern/components/columnHeaders/GridColumnHeaderItem.js +1 -1
  256. package/modern/components/columnHeaders/GridColumnHeaderSeparator.js +1 -1
  257. package/modern/components/columnHeaders/GridColumnHeaderSortIcon.js +1 -1
  258. package/modern/components/columnHeaders/GridColumnHeaderTitle.js +1 -1
  259. package/modern/components/columnHeaders/GridColumnHeaders.js +1 -1
  260. package/modern/components/columnHeaders/GridColumnHeadersInner.js +1 -1
  261. package/modern/components/columnHeaders/GridIconButtonContainer.js +1 -1
  262. package/modern/components/columnSelection/GridCellCheckboxRenderer.js +1 -1
  263. package/modern/components/columnSelection/GridHeaderCheckbox.js +1 -1
  264. package/modern/components/containers/GridFooterContainer.js +1 -1
  265. package/modern/components/containers/GridMainContainer.js +1 -1
  266. package/modern/components/containers/GridOverlay.js +1 -1
  267. package/modern/components/containers/GridRoot.js +1 -1
  268. package/modern/components/containers/GridToolbarContainer.js +1 -1
  269. package/modern/components/menu/GridMenu.js +3 -4
  270. package/modern/components/menu/columnMenu/GridColumnsMenuItem.js +2 -2
  271. package/modern/components/menu/columnMenu/GridFilterMenuItem.js +2 -2
  272. package/modern/components/menu/columnMenu/HideGridColMenuItem.js +2 -2
  273. package/modern/components/menu/columnMenu/SortGridMenuItems.js +2 -2
  274. package/modern/components/panel/GridColumnsPanel.js +1 -1
  275. package/modern/components/panel/GridPanel.js +5 -1
  276. package/modern/components/panel/GridPanelContent.js +1 -1
  277. package/modern/components/panel/GridPanelFooter.js +1 -1
  278. package/modern/components/panel/GridPanelHeader.js +1 -1
  279. package/modern/components/panel/GridPanelWrapper.js +1 -1
  280. package/modern/components/panel/filterPanel/GridFilterForm.js +1 -1
  281. package/modern/components/toolbar/GridToolbarExport.js +4 -4
  282. package/modern/components/toolbar/GridToolbarFilterButton.js +1 -1
  283. package/modern/components/virtualization/GridVirtualScroller.js +1 -1
  284. package/modern/components/virtualization/GridVirtualScrollerContent.js +1 -1
  285. package/modern/components/virtualization/GridVirtualScrollerRenderZone.js +1 -1
  286. package/modern/constants/gridClasses.js +1 -1
  287. package/modern/context/GridContextProvider.js +12 -7
  288. package/modern/hooks/core/pipeProcessing/useGridPipeProcessing.js +1 -1
  289. package/modern/hooks/core/strategyProcessing/useGridStrategyProcessing.js +1 -1
  290. package/modern/hooks/core/useGridApiInitialization.js +57 -17
  291. package/modern/hooks/core/useGridInitialization.js +8 -8
  292. package/modern/hooks/core/useGridLocaleText.js +1 -1
  293. package/modern/hooks/core/useGridStateInitialization.js +8 -5
  294. package/modern/hooks/features/clipboard/useGridClipboard.js +1 -1
  295. package/modern/hooks/features/columnGrouping/useGridColumnGrouping.js +1 -1
  296. package/modern/hooks/features/columnMenu/useGridColumnMenu.js +1 -1
  297. package/modern/hooks/features/columns/useGridColumnSpanning.js +1 -1
  298. package/modern/hooks/features/columns/useGridColumns.js +2 -2
  299. package/modern/hooks/features/density/useGridDensity.js +1 -1
  300. package/modern/hooks/features/dimensions/useGridDimensions.js +1 -1
  301. package/modern/hooks/features/editing/useGridCellEditing.js +8 -14
  302. package/modern/hooks/features/editing/useGridEditing.js +1 -1
  303. package/modern/hooks/features/editing/useGridRowEditing.js +8 -16
  304. package/modern/hooks/features/export/useGridCsvExport.js +1 -1
  305. package/modern/hooks/features/export/useGridPrintExport.js +1 -1
  306. package/modern/hooks/features/filter/useGridFilter.js +4 -4
  307. package/modern/hooks/features/focus/useGridFocus.js +1 -1
  308. package/modern/hooks/features/pagination/useGridPage.js +2 -2
  309. package/modern/hooks/features/pagination/useGridPageSize.js +2 -2
  310. package/modern/hooks/features/preferencesPanel/useGridPreferencesPanel.js +1 -1
  311. package/modern/hooks/features/rowSelection/useGridRowSelection.js +38 -19
  312. package/modern/hooks/features/rowSelection/useGridRowSelectionPreProcessors.js +1 -1
  313. package/modern/hooks/features/rows/useGridParamsApi.js +1 -1
  314. package/modern/hooks/features/rows/useGridRows.js +1 -1
  315. package/modern/hooks/features/rows/useGridRowsMeta.js +1 -1
  316. package/modern/hooks/features/scroll/useGridScroll.js +1 -1
  317. package/modern/hooks/features/sorting/useGridSorting.js +2 -2
  318. package/modern/hooks/features/statePersistence/useGridStatePersistence.js +1 -1
  319. package/modern/hooks/utils/useGridApiMethod.js +9 -8
  320. package/modern/hooks/utils/useGridPrivateApiContext.js +16 -0
  321. package/modern/index.js +1 -1
  322. package/modern/internals/index.js +2 -1
  323. package/modern/models/api/index.js +0 -3
  324. package/node/DataGrid/DataGrid.js +8 -8
  325. package/node/DataGrid/useDataGridComponent.js +40 -40
  326. package/node/DataGrid/useDataGridProps.js +1 -1
  327. package/node/components/GridRow.js +8 -8
  328. package/node/components/GridRowCount.js +2 -2
  329. package/node/components/GridScrollArea.js +2 -2
  330. package/node/components/GridSelectedRowCount.js +2 -2
  331. package/node/components/base/GridBody.js +2 -2
  332. package/node/components/base/GridOverlays.js +2 -2
  333. package/node/components/cell/GridActionsCell.js +4 -4
  334. package/node/components/cell/GridBooleanCell.js +4 -4
  335. package/node/components/cell/GridCell.js +5 -5
  336. package/node/components/cell/GridEditBooleanCell.js +5 -5
  337. package/node/components/cell/GridEditDateCell.js +4 -4
  338. package/node/components/cell/GridEditInputCell.js +4 -4
  339. package/node/components/cell/GridSkeletonCell.js +2 -2
  340. package/node/components/columnHeaders/ColumnHeaderMenuIcon.js +2 -2
  341. package/node/components/columnHeaders/GridColumnGroupHeader.js +1 -3
  342. package/node/components/columnHeaders/GridColumnHeaderFilterIconButton.js +2 -2
  343. package/node/components/columnHeaders/GridColumnHeaderItem.js +5 -5
  344. package/node/components/columnHeaders/GridColumnHeaderSeparator.js +4 -4
  345. package/node/components/columnHeaders/GridColumnHeaderSortIcon.js +2 -2
  346. package/node/components/columnHeaders/GridColumnHeaderTitle.js +2 -2
  347. package/node/components/columnHeaders/GridColumnHeaders.js +2 -2
  348. package/node/components/columnHeaders/GridColumnHeadersInner.js +2 -2
  349. package/node/components/columnHeaders/GridIconButtonContainer.js +2 -2
  350. package/node/components/columnSelection/GridCellCheckboxRenderer.js +4 -4
  351. package/node/components/columnSelection/GridHeaderCheckbox.js +2 -2
  352. package/node/components/containers/GridFooterContainer.js +2 -2
  353. package/node/components/containers/GridMainContainer.js +2 -2
  354. package/node/components/containers/GridOverlay.js +2 -2
  355. package/node/components/containers/GridRoot.js +2 -2
  356. package/node/components/containers/GridToolbarContainer.js +2 -2
  357. package/node/components/menu/GridMenu.js +5 -8
  358. package/node/components/menu/columnMenu/GridColumnsMenuItem.js +3 -4
  359. package/node/components/menu/columnMenu/GridFilterMenuItem.js +3 -4
  360. package/node/components/menu/columnMenu/HideGridColMenuItem.js +3 -4
  361. package/node/components/menu/columnMenu/SortGridMenuItems.js +3 -4
  362. package/node/components/panel/GridColumnsPanel.js +2 -2
  363. package/node/components/panel/GridPanel.js +6 -2
  364. package/node/components/panel/GridPanelContent.js +2 -2
  365. package/node/components/panel/GridPanelFooter.js +2 -2
  366. package/node/components/panel/GridPanelHeader.js +2 -2
  367. package/node/components/panel/GridPanelWrapper.js +2 -2
  368. package/node/components/panel/filterPanel/GridFilterForm.js +8 -8
  369. package/node/components/toolbar/GridToolbarExport.js +7 -8
  370. package/node/components/toolbar/GridToolbarFilterButton.js +4 -4
  371. package/node/components/virtualization/GridVirtualScroller.js +2 -2
  372. package/node/components/virtualization/GridVirtualScrollerContent.js +2 -2
  373. package/node/components/virtualization/GridVirtualScrollerRenderZone.js +2 -2
  374. package/node/constants/gridClasses.js +3 -3
  375. package/node/context/GridContextProvider.js +14 -10
  376. package/node/hooks/core/pipeProcessing/useGridPipeProcessing.js +1 -1
  377. package/node/hooks/core/strategyProcessing/useGridStrategyProcessing.js +1 -1
  378. package/node/hooks/core/useGridApiInitialization.js +56 -17
  379. package/node/hooks/core/useGridInitialization.js +8 -8
  380. package/node/hooks/core/useGridLocaleText.js +1 -1
  381. package/node/hooks/core/useGridStateInitialization.js +8 -5
  382. package/node/hooks/features/clipboard/useGridClipboard.js +1 -1
  383. package/node/hooks/features/columnGrouping/useGridColumnGrouping.js +1 -1
  384. package/node/hooks/features/columnMenu/useGridColumnMenu.js +1 -1
  385. package/node/hooks/features/columns/useGridColumnSpanning.js +1 -1
  386. package/node/hooks/features/columns/useGridColumns.js +2 -2
  387. package/node/hooks/features/density/useGridDensity.js +1 -1
  388. package/node/hooks/features/dimensions/useGridDimensions.js +1 -1
  389. package/node/hooks/features/editing/useGridCellEditing.js +8 -14
  390. package/node/hooks/features/editing/useGridEditing.js +1 -1
  391. package/node/hooks/features/editing/useGridRowEditing.js +8 -16
  392. package/node/hooks/features/export/useGridCsvExport.js +1 -1
  393. package/node/hooks/features/export/useGridPrintExport.js +1 -1
  394. package/node/hooks/features/filter/useGridFilter.js +4 -4
  395. package/node/hooks/features/focus/useGridFocus.js +1 -1
  396. package/node/hooks/features/pagination/useGridPage.js +2 -2
  397. package/node/hooks/features/pagination/useGridPageSize.js +2 -2
  398. package/node/hooks/features/preferencesPanel/useGridPreferencesPanel.js +1 -1
  399. package/node/hooks/features/rowSelection/useGridRowSelection.js +37 -18
  400. package/node/hooks/features/rowSelection/useGridRowSelectionPreProcessors.js +2 -2
  401. package/node/hooks/features/rows/useGridParamsApi.js +1 -1
  402. package/node/hooks/features/rows/useGridRows.js +1 -1
  403. package/node/hooks/features/rows/useGridRowsMeta.js +1 -1
  404. package/node/hooks/features/scroll/useGridScroll.js +1 -1
  405. package/node/hooks/features/sorting/useGridSorting.js +2 -2
  406. package/node/hooks/features/statePersistence/useGridStatePersistence.js +1 -1
  407. package/node/hooks/utils/useGridApiMethod.js +9 -8
  408. package/node/hooks/utils/useGridPrivateApiContext.js +30 -0
  409. package/node/index.js +1 -1
  410. package/node/internals/index.js +9 -1
  411. package/node/models/api/index.js +0 -39
  412. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,58 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 6.0.0-alpha.6
7
+
8
+ _Nov 4, 2022_
9
+
10
+ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🎁 Allow non-controlled usage of the calendar components (#6643) @flaviendelangle
13
+
14
+ ```tsx
15
+ <DateCalendar defaultValue={dayjs()} />
16
+ <MonthCalendar defaultValue={dayjs()} />
17
+ <YearCalendar defaultValue={dayjs()} />
18
+ ```
19
+
20
+ - 🌍 Add Ukrainian (uk-UA) locale to pickers (#6661) @Dufran
21
+ - 📚 Documentation improvements
22
+ - 🐞 Bugfixes
23
+
24
+ ### `@mui/x-data-grid@v6.0.0-alpha.6` / `@mui/x-data-grid-pro@v6.0.0-alpha.6` / `@mui/x-data-grid-premium@v6.0.0-alpha.6`
25
+
26
+ #### Breaking changes
27
+
28
+ - The `disableIgnoreModificationsIfProcessingProps` prop has been removed and its behavior when `true` was incorporated as the default behavior.
29
+ The old behavior can be restored by using `apiRef.current.stopRowEditMode({ ignoreModifications: true })` or `apiRef.current.stopCellEditMode({ ignoreModifications: true })`.
30
+
31
+ #### Changes
32
+
33
+ - [DataGrid] Add `rowSelection` prop (#6499) @m4theushw
34
+ - [DataGrid] Avoid future regression with React 19 (#6638) @oliviertassinari
35
+ - [DataGrid] Refactor `@mui/material` imports to `@mui/utils` (#6569) @LukasTy
36
+ - [DataGrid] Remove `disableIgnoreModificationsIfProcessingProps` prop (#6640) @m4theushw
37
+ - [DataGrid] Separate private and public `apiRef` properties (#6388) @cherniavskii
38
+
39
+ ### `@mui/x-date-pickers@v6.0.0-alpha.6` / `@mui/x-date-pickers-pro@v6.0.0-alpha.6`
40
+
41
+ #### Changes
42
+
43
+ - [DateRangePicker] Fix input focused style and mobile behaviour (#6645) @LukasTy
44
+ - [fields] Update sections when the locale changes (#6649) @flaviendelangle
45
+ - [pickers] Add Ukrainian (uk-UA) locale (#6661) @Dufran
46
+ - [pickers] Allow non-controlled usage of the calendar components (#6643) @flaviendelangle
47
+ - [pickers] Export other adapters derived from moment or date-fns (#6571) @alexfauquette
48
+ - [pickers] New `MobileDatePicker` and `DatePicker` based on `DateField` (#6690) @flaviendelangle
49
+ - [pickers] New `StaticDatePicker` component (#6708) @flaviendelangle
50
+ - [pickers] Rename `inputFormat` prop to `format` on the new pickers (#6722) @flaviendelangle
51
+
52
+ ### Core
53
+
54
+ - [core] Fix `typescript:ci` failures (#6705) @LukasTy
55
+ - [core] Fixes for upcoming eslint upgrade (#6667) @Janpot
56
+ - [core] Pin GitHub Action to digests (#6683) @oliviertassinari
57
+
6
58
  ## 6.0.0-alpha.5
7
59
 
8
60
  _Oct 31, 2022_
@@ -855,6 +907,173 @@ You can find more information about the new api, including how to set those tran
855
907
  - [test] Skip tests for column pinning and dynamic row height (#5997) @m4theushw
856
908
  - [website] Improve security header @oliviertassinari
857
909
 
910
+ ## 5.17.10
911
+
912
+ _Nov 4, 2022_
913
+
914
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
915
+
916
+ - 🌍 Add Ukrainian (uk-UA) locale to pickers (#6661) @Dufran
917
+
918
+ ### `@mui/x-data-grid@v5.17.10` / `@mui/x-data-grid-pro@v5.17.10` / `@mui/x-data-grid-premium@v5.17.10`
919
+
920
+ #### Changes
921
+
922
+ - [DataGrid] Remove `React.memo` from `GridCellCheckboxRenderer` (#6688) @mattcorner
923
+
924
+ ### `@mui/x-date-pickers@v5.0.7` / `@mui/x-date-pickers-pro@v5.0.7`
925
+
926
+ #### Changes
927
+
928
+ - [DateRangePicker] Fix input focused style and mobile behaviour (#6645) (#6714) @LukasTy
929
+ - [pickers] Add Ukrainian (uk-UA) locale on the date picker (#6661) @Dufran
930
+
931
+ ### Docs
932
+
933
+ - [docs] Mark data grid column group available (#6659) @alexfauquette
934
+
935
+ ## 5.17.9
936
+
937
+ _Oct 28, 2022_
938
+
939
+ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
940
+
941
+ - ⚡ Fix memory leak during unmount of the DataGrid (#6579) @cherniavskii
942
+ - 🎁 Allow to disable the autofocus of the search field when opening the column visibility panel (#6630) @e-cloud
943
+ - 🐞 Bugfixes
944
+
945
+ ### `@mui/x-data-grid@v5.17.9` / `@mui/x-data-grid-pro@v5.17.9` / `@mui/x-data-grid-premium@v5.17.9`
946
+
947
+ #### Changes
948
+
949
+ - [DataGrid] Allow to disable autofocusing the search field in the columns panel (#6630) @e-cloud
950
+ - [DataGrid] Fix `setRows` method not persisting new rows data after `loading` prop change (#6637) @cherniavskii
951
+ - [DataGrid] Fix memory leak on grid unmount (#6579) @cherniavskii
952
+ - [l10n] Improve Bulgarian (bg-BG) locale (#6635) @AtanasVA
953
+
954
+ ### `@mui/x-date-pickers@v5.0.6` / `@mui/x-date-pickers-pro@v5.0.6`
955
+
956
+ #### Changes
957
+
958
+ - [pickers] Ignore milliseconds in mask logic (#6618) @alexfauquette
959
+ - [pickers] Update input when `inputFormat` is modified (#6617) @alexfauquette
960
+
961
+ ### Docs
962
+
963
+ - [docs] Add token to redirect feedbacks on slack (#6592) @alexfauquette
964
+ - [docs] Disable translations (#6639) @cherniavskii
965
+ - [docs] Fix code edit for when v6 will be stable (#6600) @oliviertassinari
966
+ - [docs] Fix typo in DataGrid demo page (#6632) (#6634) @LukasTy
967
+
968
+ ### Core
969
+
970
+ - [core] Upgrade monorepo (#6570) @cherniavskii
971
+
972
+ ## 5.17.8
973
+
974
+ _Oct 20, 2022_
975
+
976
+ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
977
+
978
+ - 🐞 Bugfixes
979
+ - 🌍 Improve Turkish (tr-TR) locale on the data grid and pickers (#6573) @ramazansancar
980
+
981
+ ### `@mui/x-data-grid@v5.17.8` / `@mui/x-data-grid-pro@v5.17.8` / `@mui/x-data-grid-premium@v5.17.8`
982
+
983
+ #### Changes
984
+
985
+ - [DataGrid] Add `searchPredicate` prop to `GridColumnsPanel` component (#6572) @cherniavskii
986
+ - [DataGrid] Fix grid not updating state on `rowCount` prop change (#6474) @cherniavskii
987
+ - [DataGridPro] Fix row order being reset after updating the row (#6544) @cherniavskii
988
+ - [l10n] Improve Turkish (tr-TR) locale on the data grid and pickers (#6542) (#6573) @ramazansancar
989
+
990
+ ### `@mui/x-date-pickers@v5.0.5` / `@mui/x-date-pickers-pro@v5.0.5`
991
+
992
+ #### Changes
993
+
994
+ - [CalendarPicker] Don't move to closest enabled date when `props.date` contains a disabled date (#6537) @flaviendelangle
995
+ - [DateRangePicker] Fix calendar day outside of month layout shifting on hover (pick #6448) (#6538) @alexfauquette
996
+ - [pickers] Fix typescript issues (#6510) @flaviendelangle
997
+
998
+ ### Docs
999
+
1000
+ - [docs] Fix 301 link to the sx prop page @oliviertassinari
1001
+
1002
+ ## 5.17.7
1003
+
1004
+ _Oct 13, 2022_
1005
+
1006
+ We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
1007
+
1008
+ - 🐞 Bugfixes
1009
+
1010
+ ### `@mui/x-data-grid@v5.17.7` / `@mui/x-data-grid-pro@v5.17.7` / `@mui/x-data-grid-premium@v5.17.7`
1011
+
1012
+ #### Changes
1013
+
1014
+ - [DataGrid] Fix error when using column grouping with all columns hidden (#6425) @alexfauquette
1015
+ - [DataGrid] Fix start edit mode with printable character in React 18 (#6478) @m4theushw
1016
+
1017
+ ## 5.17.6
1018
+
1019
+ _Oct 6, 2022_
1020
+
1021
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
1022
+
1023
+ - 🌍 Add Japanese (ja-JP) locale to pickers (#6365) @sho918
1024
+ - 🎁 Improve support for theme augmentation in the DataGrid (#6406) @cherniavskii
1025
+ - 🐞 Bugfixes
1026
+
1027
+ ### `@mui/x-data-grid@v5.17.6` / `@mui/x-data-grid-pro@v5.17.6` / `@mui/x-data-grid-premium@v5.17.6`
1028
+
1029
+ #### Changes
1030
+
1031
+ - [DataGrid] Add missing `valueOptions` (#6400) @DanailH
1032
+ - [DataGrid] Don't start edit mode when pressing <kbd>Shift</kbd> + <kbd>Space</kbd> (#6380) @m4theushw
1033
+ - [DataGrid] Pass generics to the components in the theme augmentation (#6406) @cherniavskii
1034
+
1035
+ ### `@mui/x-date-pickers@v5.0.4` / `@mui/x-date-pickers-pro@v5.0.4`
1036
+
1037
+ #### Changes
1038
+
1039
+ - [l10n] Add Japanese (ja-JP) locale to pickers (#6365) (#6382) @sho918
1040
+ - [pickers] Prevent `CalendarPicker` getting focus when `autoFocus=false` (#6304) (#6362) @alexfauquette
1041
+ - [pickers] Fix git repository location @oliviertassinari
1042
+
1043
+ ### Docs
1044
+
1045
+ - [docs] Fix customized day rendering demo style (#6342) @Ambrish-git
1046
+
1047
+ ## 5.17.5
1048
+
1049
+ _Sep 29, 2022_
1050
+
1051
+ We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
1052
+
1053
+ - 🎁 Add theme augmentation module to DataGridPremium (#6316) @cherniavskii
1054
+ - 👀 Fix blank space when changing page with dynamic row height (#6320) @m4theushw
1055
+ - 📚 Improve controlled editing demo to make easier to reuse it (#6306) @cherniavskii
1056
+ - 🐞 Bugfixes
1057
+
1058
+ ### `@mui/x-data-grid@v5.17.5` / `@mui/x-data-grid-pro@v5.17.5` / `@mui/x-data-grid-premium@v5.17.5`
1059
+
1060
+ #### Changes
1061
+
1062
+ - [DataGrid] Fix `GridPagination` props typing (#6295) @cherniavskii
1063
+ - [DataGrid] Fix `GridRow` not forwarding `ref` to the root element (#6303) @cherniavskii
1064
+ - [DataGrid] Fix `undefined` value being showed in filter button tooltip text (#6271) @cherniavskii
1065
+ - [DataGrid] Fix blank space when changing page with dynamic row height (#6320) @m4theushw
1066
+ - [DataGrid] Revert cell/row mode if `processRowUpdate` fails (#6319) @m4theushw
1067
+ - [DataGridPremium] Add missing `themeAugmentation` module (#6316) @cherniavskii
1068
+
1069
+ ### Docs
1070
+
1071
+ - [docs] Pass model change callbacks in controlled grid editing demos (#6306) @cherniavskii
1072
+
1073
+ ### Core
1074
+
1075
+ - [core] Reduce the amount of updated screenshots reported by Argos (#6310) @cherniavskii
1076
+
858
1077
  ## 5.17.4
859
1078
 
860
1079
  _Sep 22, 2022_
@@ -11,9 +11,9 @@ import { jsx as _jsx } from "react/jsx-runtime";
11
11
  import { jsxs as _jsxs } from "react/jsx-runtime";
12
12
  const DataGridRaw = /*#__PURE__*/React.forwardRef(function DataGrid(inProps, ref) {
13
13
  const props = useDataGridProps(inProps);
14
- const apiRef = useDataGridComponent(props);
14
+ const privateApiRef = useDataGridComponent(props);
15
15
  return /*#__PURE__*/_jsx(GridContextProvider, {
16
- apiRef: apiRef,
16
+ privateApiRef: privateApiRef,
17
17
  props: props,
18
18
  children: /*#__PURE__*/_jsx(GridRoot, {
19
19
  className: props.className,
@@ -156,12 +156,6 @@ DataGridRaw.propTypes = {
156
156
  */
157
157
  disableExtendRowFullWidth: PropTypes.bool,
158
158
 
159
- /**
160
- * If `true`, modification to a cell will not be discarded if the mode is changed from "edit" to "view" while processing props.
161
- * @default false
162
- */
163
- disableIgnoreModificationsIfProcessingProps: PropTypes.bool,
164
-
165
159
  /**
166
160
  * If `true`, the selection on click on a row or cell is disabled.
167
161
  * @default false
@@ -693,6 +687,12 @@ DataGridRaw.propTypes = {
693
687
  */
694
688
  rows: PropTypes.arrayOf(PropTypes.object).isRequired,
695
689
 
690
+ /**
691
+ * If `false`, the row selection mode is disabled.
692
+ * @default true
693
+ */
694
+ rowSelection: PropTypes.bool,
695
+
696
696
  /**
697
697
  * Sets the row selection model of the grid.
698
698
  */
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { DataGridProcessedProps } from '../models/props/DataGridProps';
3
- import { GridApiCommunity } from '../models/api/gridApiCommunity';
4
- export declare const useDataGridComponent: (props: DataGridProcessedProps) => import("react").MutableRefObject<GridApiCommunity>;
3
+ import { GridPrivateApiCommunity } from '../models/api/gridApiCommunity';
4
+ export declare const useDataGridComponent: (props: DataGridProcessedProps) => import("react").MutableRefObject<GridPrivateApiCommunity>;
@@ -26,52 +26,52 @@ import { useGridStatePersistence } from '../hooks/features/statePersistence/useG
26
26
  import { useGridColumnSpanning } from '../hooks/features/columns/useGridColumnSpanning';
27
27
  import { useGridColumnGrouping, columnGroupsStateInitializer } from '../hooks/features/columnGrouping/useGridColumnGrouping';
28
28
  export const useDataGridComponent = props => {
29
- const apiRef = useGridInitialization(undefined, props);
29
+ const privateApiRef = useGridInitialization(undefined, props);
30
30
  /**
31
31
  * Register all pre-processors called during state initialization here.
32
32
  */
33
33
 
34
- useGridRowSelectionPreProcessors(apiRef, props);
35
- useGridRowsPreProcessors(apiRef);
34
+ useGridRowSelectionPreProcessors(privateApiRef, props);
35
+ useGridRowsPreProcessors(privateApiRef);
36
36
  /**
37
37
  * Register all state initializers here.
38
38
  */
39
39
 
40
- useGridInitializeState(rowSelectionStateInitializer, apiRef, props);
41
- useGridInitializeState(columnsStateInitializer, apiRef, props);
42
- useGridInitializeState(rowsStateInitializer, apiRef, props);
43
- useGridInitializeState(editingStateInitializer, apiRef, props);
44
- useGridInitializeState(focusStateInitializer, apiRef, props);
45
- useGridInitializeState(sortingStateInitializer, apiRef, props);
46
- useGridInitializeState(preferencePanelStateInitializer, apiRef, props);
47
- useGridInitializeState(filterStateInitializer, apiRef, props);
48
- useGridInitializeState(densityStateInitializer, apiRef, props);
49
- useGridInitializeState(paginationStateInitializer, apiRef, props);
50
- useGridInitializeState(rowsMetaStateInitializer, apiRef, props);
51
- useGridInitializeState(columnMenuStateInitializer, apiRef, props);
52
- useGridInitializeState(columnGroupsStateInitializer, apiRef, props);
53
- useGridKeyboardNavigation(apiRef, props);
54
- useGridRowSelection(apiRef, props);
55
- useGridColumns(apiRef, props);
56
- useGridRows(apiRef, props);
57
- useGridParamsApi(apiRef);
58
- useGridColumnSpanning(apiRef);
59
- useGridColumnGrouping(apiRef, props);
60
- useGridEditing(apiRef, props);
61
- useGridFocus(apiRef, props);
62
- useGridPreferencesPanel(apiRef, props);
63
- useGridFilter(apiRef, props);
64
- useGridSorting(apiRef, props);
65
- useGridDensity(apiRef, props);
66
- useGridPagination(apiRef, props);
67
- useGridRowsMeta(apiRef, props);
68
- useGridScroll(apiRef, props);
69
- useGridColumnMenu(apiRef);
70
- useGridCsvExport(apiRef);
71
- useGridPrintExport(apiRef, props);
72
- useGridClipboard(apiRef);
73
- useGridDimensions(apiRef, props);
74
- useGridEvents(apiRef, props);
75
- useGridStatePersistence(apiRef);
76
- return apiRef;
40
+ useGridInitializeState(rowSelectionStateInitializer, privateApiRef, props);
41
+ useGridInitializeState(columnsStateInitializer, privateApiRef, props);
42
+ useGridInitializeState(rowsStateInitializer, privateApiRef, props);
43
+ useGridInitializeState(editingStateInitializer, privateApiRef, props);
44
+ useGridInitializeState(focusStateInitializer, privateApiRef, props);
45
+ useGridInitializeState(sortingStateInitializer, privateApiRef, props);
46
+ useGridInitializeState(preferencePanelStateInitializer, privateApiRef, props);
47
+ useGridInitializeState(filterStateInitializer, privateApiRef, props);
48
+ useGridInitializeState(densityStateInitializer, privateApiRef, props);
49
+ useGridInitializeState(paginationStateInitializer, privateApiRef, props);
50
+ useGridInitializeState(rowsMetaStateInitializer, privateApiRef, props);
51
+ useGridInitializeState(columnMenuStateInitializer, privateApiRef, props);
52
+ useGridInitializeState(columnGroupsStateInitializer, privateApiRef, props);
53
+ useGridKeyboardNavigation(privateApiRef, props);
54
+ useGridRowSelection(privateApiRef, props);
55
+ useGridColumns(privateApiRef, props);
56
+ useGridRows(privateApiRef, props);
57
+ useGridParamsApi(privateApiRef);
58
+ useGridColumnSpanning(privateApiRef);
59
+ useGridColumnGrouping(privateApiRef, props);
60
+ useGridEditing(privateApiRef, props);
61
+ useGridFocus(privateApiRef, props);
62
+ useGridPreferencesPanel(privateApiRef, props);
63
+ useGridFilter(privateApiRef, props);
64
+ useGridSorting(privateApiRef, props);
65
+ useGridDensity(privateApiRef, props);
66
+ useGridPagination(privateApiRef, props);
67
+ useGridRowsMeta(privateApiRef, props);
68
+ useGridScroll(privateApiRef, props);
69
+ useGridColumnMenu(privateApiRef);
70
+ useGridCsvExport(privateApiRef);
71
+ useGridPrintExport(privateApiRef, props);
72
+ useGridClipboard(privateApiRef);
73
+ useGridDimensions(privateApiRef, props);
74
+ useGridEvents(privateApiRef, props);
75
+ useGridStatePersistence(privateApiRef);
76
+ return privateApiRef;
77
77
  };
@@ -30,6 +30,7 @@ export const DATA_GRID_PROPS_DEFAULT_VALUES = {
30
30
  rowBuffer: 3,
31
31
  columnThreshold: 3,
32
32
  rowThreshold: 3,
33
+ rowSelection: true,
33
34
  density: GridDensityTypes.Standard,
34
35
  disableExtendRowFullWidth: false,
35
36
  disableColumnFilter: false,
@@ -41,7 +42,6 @@ export const DATA_GRID_PROPS_DEFAULT_VALUES = {
41
42
  disableMultipleColumnsSorting: false,
42
43
  disableRowSelectionOnClick: false,
43
44
  disableVirtualization: false,
44
- disableIgnoreModificationsIfProcessingProps: false,
45
45
  editMode: GridEditModes.Cell,
46
46
  filterMode: 'client',
47
47
  headerHeight: 56,
@@ -20,7 +20,7 @@ export declare const GridPagination: React.ForwardRefExoticComponent<(Pick<Parti
20
20
  showFirstButton?: boolean | undefined;
21
21
  showLastButton?: boolean | undefined;
22
22
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
23
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<import("@mui/material/TablePagination").TablePaginationBaseProps, "hidden" | "color" | "page" | "size" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "ref" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "count" | "getItemAriaLabel" | "labelDisplayedRows" | "labelRowsPerPage" | "onPageChange" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "showFirstButton" | "showLastButton" | "backIconButtonProps" | "nextIconButtonProps" | "sortDirection" | "ActionsComponent" | "SelectProps">>, "hidden" | "color" | "page" | "size" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "count" | "getItemAriaLabel" | "labelDisplayedRows" | "labelRowsPerPage" | "onPageChange" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "showFirstButton" | "showLastButton" | "backIconButtonProps" | "nextIconButtonProps" | "sortDirection" | "ActionsComponent" | "SelectProps"> | Pick<Partial<import("@mui/material/TablePagination").TablePaginationBaseProps & {
23
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<import("@mui/material/TablePagination").TablePaginationBaseProps, "hidden" | "color" | "page" | "size" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "ref" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "count" | "getItemAriaLabel" | "labelDisplayedRows" | "labelRowsPerPage" | "onPageChange" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "showFirstButton" | "showLastButton" | "backIconButtonProps" | "nextIconButtonProps" | "sortDirection" | "ActionsComponent" | "SelectProps">>, "hidden" | "color" | "page" | "size" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "count" | "getItemAriaLabel" | "labelDisplayedRows" | "labelRowsPerPage" | "onPageChange" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "showFirstButton" | "showLastButton" | "backIconButtonProps" | "nextIconButtonProps" | "sortDirection" | "ActionsComponent" | "SelectProps"> | Pick<Partial<import("@mui/material/TablePagination").TablePaginationBaseProps & {
24
24
  ActionsComponent?: React.ElementType<import("@mui/material/TablePagination/TablePaginationActions").TablePaginationActionsProps> | undefined;
25
25
  backIconButtonProps?: Partial<import("@mui/material").IconButtonProps<"button", {}>> | undefined;
26
26
  classes?: Partial<import("@mui/material/TablePagination").TablePaginationClasses> | undefined;
@@ -41,4 +41,4 @@ export declare const GridPagination: React.ForwardRefExoticComponent<(Pick<Parti
41
41
  showFirstButton?: boolean | undefined;
42
42
  showLastButton?: boolean | undefined;
43
43
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
44
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("@mui/material/TablePagination").TablePaginationBaseProps, "hidden" | "color" | "size" | "style" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | "variant" | "sortDirection"> & React.RefAttributes<React.Component<any, any, any>>, "hidden" | "color" | "page" | "size" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "ref" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "count" | "getItemAriaLabel" | "labelDisplayedRows" | "labelRowsPerPage" | "onPageChange" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "showFirstButton" | "showLastButton" | "backIconButtonProps" | "nextIconButtonProps" | "sortDirection" | "ActionsComponent" | "SelectProps">>, "hidden" | "color" | "page" | "size" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "key" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "count" | "getItemAriaLabel" | "labelDisplayedRows" | "labelRowsPerPage" | "onPageChange" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "showFirstButton" | "showLastButton" | "backIconButtonProps" | "nextIconButtonProps" | "sortDirection" | "ActionsComponent" | "SelectProps">) & React.RefAttributes<HTMLDivElement>>;
44
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("@mui/material/TablePagination").TablePaginationBaseProps, "hidden" | "color" | "size" | "style" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | "variant" | "sortDirection"> & React.RefAttributes<React.Component<any, any, any>>, "hidden" | "color" | "page" | "size" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "ref" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "count" | "getItemAriaLabel" | "labelDisplayedRows" | "labelRowsPerPage" | "onPageChange" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "showFirstButton" | "showLastButton" | "backIconButtonProps" | "nextIconButtonProps" | "sortDirection" | "ActionsComponent" | "SelectProps">>, "hidden" | "color" | "page" | "size" | "height" | "translate" | "width" | "padding" | "abbr" | "slot" | "title" | "key" | "colSpan" | "headers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "rowSpan" | "scope" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "valign" | "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "variant" | "count" | "getItemAriaLabel" | "labelDisplayedRows" | "labelRowsPerPage" | "onPageChange" | "onRowsPerPageChange" | "rowsPerPage" | "rowsPerPageOptions" | "showFirstButton" | "showLastButton" | "backIconButtonProps" | "nextIconButtonProps" | "sortDirection" | "ActionsComponent" | "SelectProps">) & React.RefAttributes<HTMLDivElement>>;
@@ -5,7 +5,7 @@ const _excluded = ["selected", "rowId", "row", "index", "style", "position", "ro
5
5
  import * as React from 'react';
6
6
  import PropTypes from 'prop-types';
7
7
  import clsx from 'clsx';
8
- import { unstable_composeClasses as composeClasses, useForkRef } from '@mui/material';
8
+ import { unstable_composeClasses as composeClasses, unstable_useForkRef as useForkRef } from '@mui/utils';
9
9
  import { GridEditModes, GridRowModes, GridCellModes } from '../models/gridEditRowModel';
10
10
  import { useGridApiContext } from '../hooks/utils/useGridApiContext';
11
11
  import { getDataGridUtilityClass, gridClasses } from '../constants/gridClasses';
@@ -39,9 +39,9 @@ const useUtilityClasses = ownerState => {
39
39
  return composeClasses(slots, getDataGridUtilityClass, classes);
40
40
  };
41
41
 
42
- const EmptyCell = ({
42
+ function EmptyCell({
43
43
  width
44
- }) => {
44
+ }) {
45
45
  if (!width) {
46
46
  return null;
47
47
  }
@@ -53,7 +53,7 @@ const EmptyCell = ({
53
53
  className: "MuiDataGrid-cell",
54
54
  style: style
55
55
  }); // TODO change to .MuiDataGrid-emptyCell or .MuiDataGrid-rowFiller
56
- };
56
+ }
57
57
 
58
58
  const GridRow = /*#__PURE__*/React.forwardRef(function GridRow(props, refProp) {
59
59
  var _apiRef$current$getRo;
@@ -4,7 +4,7 @@ const _excluded = ["className", "rowCount", "visibleRowCount"];
4
4
  import * as React from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import clsx from 'clsx';
7
- import { unstable_composeClasses as composeClasses } from '@mui/material';
7
+ import { unstable_composeClasses as composeClasses } from '@mui/utils';
8
8
  import { styled } from '@mui/material/styles';
9
9
  import { useGridApiContext } from '../hooks/utils/useGridApiContext';
10
10
  import { getDataGridUtilityClass } from '../constants/gridClasses';
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import * as React from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import clsx from 'clsx';
5
- import { unstable_composeClasses as composeClasses } from '@mui/material';
5
+ import { unstable_composeClasses as composeClasses } from '@mui/utils';
6
6
  import { styled } from '@mui/material/styles';
7
7
  import { useGridApiEventHandler } from '../hooks/utils/useGridApiEventHandler';
8
8
  import { useGridApiContext } from '../hooks/utils/useGridApiContext';
@@ -4,7 +4,7 @@ const _excluded = ["className", "selectedRowCount"];
4
4
  import * as React from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import clsx from 'clsx';
7
- import { unstable_composeClasses as composeClasses } from '@mui/material';
7
+ import { unstable_composeClasses as composeClasses } from '@mui/utils';
8
8
  import { styled } from '@mui/material/styles';
9
9
  import { useGridApiContext } from '../hooks/utils/useGridApiContext';
10
10
  import { getDataGridUtilityClass } from '../constants/gridClasses';