@mui/x-data-grid 9.8.0 → 9.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/CHANGELOG.md +230 -0
  2. package/DataGrid/DataGrid.js +7 -0
  3. package/DataGrid/DataGrid.mjs +7 -0
  4. package/colDef/gridNumericOperators.d.mts +1 -1
  5. package/colDef/gridNumericOperators.d.ts +1 -1
  6. package/components/GridColumnSortButton.d.mts +1 -1
  7. package/components/GridColumnSortButton.d.ts +1 -1
  8. package/components/GridColumnUnsortedIcon.d.mts +2 -1
  9. package/components/GridColumnUnsortedIcon.d.ts +2 -1
  10. package/components/GridHeader.d.mts +2 -1
  11. package/components/GridHeader.d.ts +2 -1
  12. package/components/GridHeaders.d.mts +1 -1
  13. package/components/GridHeaders.d.ts +1 -1
  14. package/components/GridPagination.d.mts +2 -1
  15. package/components/GridPagination.d.ts +2 -1
  16. package/components/GridRowDragAndDropOverlay.d.mts +1 -1
  17. package/components/GridRowDragAndDropOverlay.d.ts +1 -1
  18. package/components/GridScrollArea.d.mts +2 -1
  19. package/components/GridScrollArea.d.ts +2 -1
  20. package/components/GridScrollShadows.d.mts +2 -1
  21. package/components/GridScrollShadows.d.ts +2 -1
  22. package/components/GridScrollbarFillerCell.d.mts +1 -1
  23. package/components/GridScrollbarFillerCell.d.ts +1 -1
  24. package/components/GridSkeletonLoadingOverlay.d.mts +1 -1
  25. package/components/GridSkeletonLoadingOverlay.d.ts +1 -1
  26. package/components/base/GridFooterPlaceholder.d.mts +1 -1
  27. package/components/base/GridFooterPlaceholder.d.ts +1 -1
  28. package/components/base/GridFooterPlaceholder.js +1 -1
  29. package/components/base/GridFooterPlaceholder.mjs +1 -1
  30. package/components/base/GridOverlays.d.mts +1 -1
  31. package/components/base/GridOverlays.d.ts +1 -1
  32. package/components/cell/GridActionsCell.d.mts +2 -2
  33. package/components/cell/GridActionsCell.d.ts +2 -2
  34. package/components/cell/GridActionsCellItem.d.mts +10 -10
  35. package/components/cell/GridActionsCellItem.d.ts +10 -10
  36. package/components/cell/GridActionsCellItem.js +1 -58
  37. package/components/cell/GridActionsCellItem.mjs +1 -58
  38. package/components/cell/GridBooleanCell.d.mts +1 -4
  39. package/components/cell/GridBooleanCell.d.ts +1 -4
  40. package/components/cell/GridEditBooleanCell.d.mts +2 -2
  41. package/components/cell/GridEditBooleanCell.d.ts +2 -2
  42. package/components/cell/GridEditDateCell.d.mts +2 -2
  43. package/components/cell/GridEditDateCell.d.ts +2 -2
  44. package/components/cell/GridEditInputCell.d.mts +1 -1
  45. package/components/cell/GridEditInputCell.d.ts +1 -1
  46. package/components/cell/GridEditLongTextCell.d.mts +2 -2
  47. package/components/cell/GridEditLongTextCell.d.ts +2 -2
  48. package/components/cell/GridEditSingleSelectCell.d.mts +3 -2
  49. package/components/cell/GridEditSingleSelectCell.d.ts +3 -2
  50. package/components/cell/GridFooterCell.d.mts +1 -1
  51. package/components/cell/GridFooterCell.d.ts +1 -1
  52. package/components/cell/GridLongTextCell.d.mts +2 -2
  53. package/components/cell/GridLongTextCell.d.ts +2 -2
  54. package/components/cell/GridSkeletonCell.d.mts +1 -4
  55. package/components/cell/GridSkeletonCell.d.ts +1 -4
  56. package/components/columnHeaders/ColumnHeaderMenuIcon.d.mts +1 -1
  57. package/components/columnHeaders/ColumnHeaderMenuIcon.d.ts +1 -1
  58. package/components/columnHeaders/GridColumnGroupHeader.d.mts +1 -1
  59. package/components/columnHeaders/GridColumnGroupHeader.d.ts +1 -1
  60. package/components/columnHeaders/GridColumnHeaderFilterIconButton.d.mts +1 -1
  61. package/components/columnHeaders/GridColumnHeaderFilterIconButton.d.ts +1 -1
  62. package/components/columnHeaders/GridColumnHeaderItem.d.mts +1 -4
  63. package/components/columnHeaders/GridColumnHeaderItem.d.ts +1 -4
  64. package/components/columnHeaders/GridColumnHeaderSeparator.d.mts +1 -4
  65. package/components/columnHeaders/GridColumnHeaderSeparator.d.ts +1 -4
  66. package/components/columnHeaders/GridColumnHeaderSortIcon.d.mts +1 -4
  67. package/components/columnHeaders/GridColumnHeaderSortIcon.d.ts +1 -4
  68. package/components/columnHeaders/GridColumnHeaderTitle.d.mts +1 -1
  69. package/components/columnHeaders/GridColumnHeaderTitle.d.ts +1 -1
  70. package/components/columnsManagement/GridColumnsManagement.d.mts +2 -1
  71. package/components/columnsManagement/GridColumnsManagement.d.ts +2 -1
  72. package/components/menu/GridMenu.d.mts +1 -1
  73. package/components/menu/GridMenu.d.ts +1 -1
  74. package/components/menu/columnMenu/GridColumnHeaderMenu.d.mts +1 -1
  75. package/components/menu/columnMenu/GridColumnHeaderMenu.d.ts +1 -1
  76. package/components/menu/columnMenu/menuItems/GridColumnMenuColumnsItem.d.mts +2 -1
  77. package/components/menu/columnMenu/menuItems/GridColumnMenuColumnsItem.d.ts +2 -1
  78. package/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.d.mts +2 -1
  79. package/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.d.ts +2 -1
  80. package/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.d.mts +2 -1
  81. package/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.d.ts +2 -1
  82. package/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.d.mts +2 -1
  83. package/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.d.ts +2 -1
  84. package/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.d.mts +2 -1
  85. package/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.d.ts +2 -1
  86. package/components/panel/GridColumnsPanel.d.mts +1 -1
  87. package/components/panel/GridColumnsPanel.d.ts +1 -1
  88. package/components/panel/GridPanelContent.d.mts +1 -1
  89. package/components/panel/GridPanelContent.d.ts +1 -1
  90. package/components/panel/GridPanelContext.d.mts +1 -1
  91. package/components/panel/GridPanelContext.d.ts +1 -1
  92. package/components/panel/GridPanelFooter.d.mts +1 -1
  93. package/components/panel/GridPanelFooter.d.ts +1 -1
  94. package/components/panel/GridPanelHeader.d.mts +1 -1
  95. package/components/panel/GridPanelHeader.d.ts +1 -1
  96. package/components/panel/GridPreferencesPanel.d.mts +1 -1
  97. package/components/panel/GridPreferencesPanel.d.ts +1 -1
  98. package/components/panel/filterPanel/GridFilterForm.d.mts +1 -98
  99. package/components/panel/filterPanel/GridFilterForm.d.ts +1 -98
  100. package/components/panel/filterPanel/GridFilterForm.js +9 -355
  101. package/components/panel/filterPanel/GridFilterForm.mjs +8 -354
  102. package/components/panel/filterPanel/GridFilterFormBase.d.mts +119 -0
  103. package/components/panel/filterPanel/GridFilterFormBase.d.ts +119 -0
  104. package/components/panel/filterPanel/GridFilterFormBase.js +497 -0
  105. package/components/panel/filterPanel/GridFilterFormBase.mjs +491 -0
  106. package/components/panel/filterPanel/GridFilterInputBoolean.d.mts +2 -1
  107. package/components/panel/filterPanel/GridFilterInputBoolean.d.ts +2 -1
  108. package/components/panel/filterPanel/GridFilterInputBoolean.js +6 -1
  109. package/components/panel/filterPanel/GridFilterInputBoolean.mjs +6 -1
  110. package/components/panel/filterPanel/GridFilterInputDate.d.mts +2 -1
  111. package/components/panel/filterPanel/GridFilterInputDate.d.ts +2 -1
  112. package/components/panel/filterPanel/GridFilterInputDate.js +21 -9
  113. package/components/panel/filterPanel/GridFilterInputDate.mjs +21 -9
  114. package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.mts +2 -1
  115. package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.ts +2 -1
  116. package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +6 -1
  117. package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.mjs +6 -1
  118. package/components/panel/filterPanel/GridFilterInputMultipleValue.d.mts +2 -1
  119. package/components/panel/filterPanel/GridFilterInputMultipleValue.d.ts +2 -1
  120. package/components/panel/filterPanel/GridFilterInputMultipleValue.js +6 -1
  121. package/components/panel/filterPanel/GridFilterInputMultipleValue.mjs +6 -1
  122. package/components/panel/filterPanel/GridFilterInputSingleSelect.d.mts +2 -1
  123. package/components/panel/filterPanel/GridFilterInputSingleSelect.d.ts +2 -1
  124. package/components/panel/filterPanel/GridFilterInputSingleSelect.js +6 -1
  125. package/components/panel/filterPanel/GridFilterInputSingleSelect.mjs +6 -1
  126. package/components/panel/filterPanel/GridFilterInputValue.d.mts +2 -1
  127. package/components/panel/filterPanel/GridFilterInputValue.d.ts +2 -1
  128. package/components/panel/filterPanel/GridFilterInputValue.js +19 -8
  129. package/components/panel/filterPanel/GridFilterInputValue.mjs +19 -8
  130. package/components/panel/filterPanel/GridFilterPanel.d.mts +3 -40
  131. package/components/panel/filterPanel/GridFilterPanel.d.ts +3 -40
  132. package/components/panel/filterPanel/GridFilterPanel.js +19 -174
  133. package/components/panel/filterPanel/GridFilterPanel.mjs +14 -173
  134. package/components/panel/filterPanel/GridFilterPanelBase.d.mts +79 -0
  135. package/components/panel/filterPanel/GridFilterPanelBase.d.ts +79 -0
  136. package/components/panel/filterPanel/GridFilterPanelBase.js +304 -0
  137. package/components/panel/filterPanel/GridFilterPanelBase.mjs +297 -0
  138. package/components/panel/filterPanel/index.d.mts +3 -1
  139. package/components/panel/filterPanel/index.d.ts +3 -1
  140. package/components/panel/filterPanel/index.js +9 -1
  141. package/components/panel/filterPanel/index.mjs +3 -0
  142. package/components/quickFilter/QuickFilter.d.mts +1 -1
  143. package/components/quickFilter/QuickFilter.d.ts +1 -1
  144. package/components/toolbar/GridToolbarExport.d.mts +2 -2
  145. package/components/toolbar/GridToolbarExport.d.ts +2 -2
  146. package/components/toolbar/GridToolbarQuickFilter.d.mts +1 -1
  147. package/components/toolbar/GridToolbarQuickFilter.d.ts +1 -1
  148. package/components/toolbarV8/GridToolbar.d.mts +3 -3
  149. package/components/toolbarV8/GridToolbar.d.ts +3 -3
  150. package/components/toolbarV8/utils.d.mts +1 -1
  151. package/components/toolbarV8/utils.d.ts +1 -1
  152. package/components/virtualization/GridBottomContainer.d.mts +1 -1
  153. package/components/virtualization/GridBottomContainer.d.ts +1 -1
  154. package/components/virtualization/GridTopContainer.d.mts +1 -1
  155. package/components/virtualization/GridTopContainer.d.ts +1 -1
  156. package/components/virtualization/GridVirtualScroller.d.mts +1 -1
  157. package/components/virtualization/GridVirtualScroller.d.ts +1 -1
  158. package/components/virtualization/GridVirtualScrollerFiller.d.mts +2 -1
  159. package/components/virtualization/GridVirtualScrollerFiller.d.ts +2 -1
  160. package/constants/cssVariables.d.mts +120 -120
  161. package/constants/cssVariables.d.ts +120 -120
  162. package/constants/dataGridPropsDefaultValues.js +1 -0
  163. package/constants/dataGridPropsDefaultValues.mjs +1 -0
  164. package/context/GridContextProvider.d.mts +1 -1
  165. package/context/GridContextProvider.d.ts +1 -1
  166. package/hooks/core/useGridLocaleText.d.mts +1 -1
  167. package/hooks/core/useGridLocaleText.d.ts +1 -1
  168. package/hooks/core/useGridLoggerFactory.d.mts +1 -1
  169. package/hooks/core/useGridLoggerFactory.d.ts +1 -1
  170. package/hooks/features/clipboard/useGridClipboard.d.mts +1 -1
  171. package/hooks/features/clipboard/useGridClipboard.d.ts +1 -1
  172. package/hooks/features/columnGrouping/useGridColumnGrouping.d.mts +1 -1
  173. package/hooks/features/columnGrouping/useGridColumnGrouping.d.ts +1 -1
  174. package/hooks/features/columnHeaders/useGridColumnHeaders.d.mts +4 -4
  175. package/hooks/features/columnHeaders/useGridColumnHeaders.d.ts +4 -4
  176. package/hooks/features/columnResize/useGridColumnResize.d.mts +1 -1
  177. package/hooks/features/columnResize/useGridColumnResize.d.ts +1 -1
  178. package/hooks/features/columns/gridColumnsUtils.d.mts +1 -1
  179. package/hooks/features/columns/gridColumnsUtils.d.ts +1 -1
  180. package/hooks/features/dataSource/useGridDataSourceBase.d.mts +2 -2
  181. package/hooks/features/dataSource/useGridDataSourceBase.d.ts +2 -2
  182. package/hooks/features/dataSource/useGridDataSourceBase.js +39 -10
  183. package/hooks/features/dataSource/useGridDataSourceBase.mjs +39 -10
  184. package/hooks/features/density/useGridDensity.d.mts +1 -1
  185. package/hooks/features/density/useGridDensity.d.ts +1 -1
  186. package/hooks/features/editing/useGridCellEditing.d.mts +1 -1
  187. package/hooks/features/editing/useGridCellEditing.d.ts +1 -1
  188. package/hooks/features/editing/useGridEditing.d.mts +1 -1
  189. package/hooks/features/editing/useGridEditing.d.ts +1 -1
  190. package/hooks/features/editing/useGridRowEditing.d.mts +1 -1
  191. package/hooks/features/editing/useGridRowEditing.d.ts +1 -1
  192. package/hooks/features/editing/utils.d.mts +1 -1
  193. package/hooks/features/editing/utils.d.ts +1 -1
  194. package/hooks/features/export/useGridCsvExport.d.mts +1 -1
  195. package/hooks/features/export/useGridCsvExport.d.ts +1 -1
  196. package/hooks/features/export/useGridPrintExport.d.mts +1 -1
  197. package/hooks/features/export/useGridPrintExport.d.ts +1 -1
  198. package/hooks/features/filter/gridFilterUtils.d.mts +13 -1
  199. package/hooks/features/filter/gridFilterUtils.d.ts +13 -1
  200. package/hooks/features/filter/gridFilterUtils.js +56 -1
  201. package/hooks/features/filter/gridFilterUtils.mjs +52 -0
  202. package/hooks/features/filter/useGridFilter.d.mts +1 -1
  203. package/hooks/features/filter/useGridFilter.d.ts +1 -1
  204. package/hooks/features/filter/useGridFilter.js +4 -35
  205. package/hooks/features/filter/useGridFilter.mjs +5 -36
  206. package/hooks/features/focus/useGridFocus.d.mts +1 -1
  207. package/hooks/features/focus/useGridFocus.d.ts +1 -1
  208. package/hooks/features/headerFiltering/useGridHeaderFiltering.d.mts +1 -1
  209. package/hooks/features/headerFiltering/useGridHeaderFiltering.d.ts +1 -1
  210. package/hooks/features/keyboardNavigation/useGridKeyboardNavigation.d.mts +1 -1
  211. package/hooks/features/keyboardNavigation/useGridKeyboardNavigation.d.ts +1 -1
  212. package/hooks/features/overlays/useGridOverlays.d.mts +1 -1
  213. package/hooks/features/overlays/useGridOverlays.d.ts +1 -1
  214. package/hooks/features/pagination/gridPaginationUtils.d.mts +1 -1
  215. package/hooks/features/pagination/gridPaginationUtils.d.ts +1 -1
  216. package/hooks/features/pagination/useGridPaginationMeta.d.mts +1 -1
  217. package/hooks/features/pagination/useGridPaginationMeta.d.ts +1 -1
  218. package/hooks/features/pagination/useGridPaginationModel.d.mts +2 -2
  219. package/hooks/features/pagination/useGridPaginationModel.d.ts +2 -2
  220. package/hooks/features/pagination/useGridRowCount.d.mts +1 -1
  221. package/hooks/features/pagination/useGridRowCount.d.ts +1 -1
  222. package/hooks/features/preferencesPanel/useGridPreferencesPanel.d.mts +1 -1
  223. package/hooks/features/preferencesPanel/useGridPreferencesPanel.d.ts +1 -1
  224. package/hooks/features/rowSelection/useGridRowSelection.d.mts +1 -1
  225. package/hooks/features/rowSelection/useGridRowSelection.d.ts +1 -1
  226. package/hooks/features/rows/gridRowsUtils.d.mts +4 -4
  227. package/hooks/features/rows/gridRowsUtils.d.ts +4 -4
  228. package/hooks/features/rows/useGridRowSpanning.d.mts +1 -1
  229. package/hooks/features/rows/useGridRowSpanning.d.ts +1 -1
  230. package/hooks/features/rows/useGridRows.d.mts +1 -1
  231. package/hooks/features/rows/useGridRows.d.ts +1 -1
  232. package/hooks/features/rows/useGridRowsMeta.d.mts +1 -1
  233. package/hooks/features/rows/useGridRowsMeta.d.ts +1 -1
  234. package/hooks/features/scroll/useGridScroll.d.mts +1 -1
  235. package/hooks/features/scroll/useGridScroll.d.ts +1 -1
  236. package/hooks/features/sorting/useGridSorting.d.mts +1 -1
  237. package/hooks/features/sorting/useGridSorting.d.ts +1 -1
  238. package/hooks/features/virtualization/gridFocusedVirtualCellSelector.d.mts +2 -2
  239. package/hooks/features/virtualization/gridFocusedVirtualCellSelector.d.ts +2 -2
  240. package/hooks/utils/useGridEvent.d.mts +1 -1
  241. package/hooks/utils/useGridEvent.d.ts +1 -1
  242. package/hooks/utils/useGridVisibleRows.d.mts +2 -2
  243. package/hooks/utils/useGridVisibleRows.d.ts +2 -2
  244. package/index.js +1 -1
  245. package/index.mjs +1 -1
  246. package/internals/demo/TailwindDemoContainer.d.mts +1 -1
  247. package/internals/demo/TailwindDemoContainer.d.ts +1 -1
  248. package/models/api/gridApiCommon.d.mts +1 -1
  249. package/models/api/gridApiCommon.d.ts +1 -1
  250. package/models/gridFilterInputComponent.d.mts +5 -0
  251. package/models/gridFilterInputComponent.d.ts +5 -0
  252. package/models/gridSlotsComponentsProps.d.mts +1 -1
  253. package/models/gridSlotsComponentsProps.d.ts +1 -1
  254. package/models/props/DataGridProps.d.mts +7 -0
  255. package/models/props/DataGridProps.d.ts +7 -0
  256. package/package.json +5 -5
  257. package/utils/cellBorderUtils.d.mts +2 -2
  258. package/utils/cellBorderUtils.d.ts +2 -2
  259. package/utils/css/context.d.mts +3 -3
  260. package/utils/css/context.d.ts +3 -3
  261. package/utils/getPublicApiRef.d.mts +1 -1
  262. package/utils/getPublicApiRef.d.ts +1 -1
  263. package/utils/keyboardUtils.d.mts +1 -1
  264. package/utils/keyboardUtils.d.ts +1 -1
  265. package/utils/rtlFlipSide.d.mts +1 -1
  266. package/utils/rtlFlipSide.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,235 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.10.0
4
+
5
+ _Jul 17, 2026_
6
+
7
+ We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 📊 Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` for Charts
10
+ - ⚙️ Allow opt-in `data-*` attributes on `slotProps`. [Read more](https://mui.com/x/common-concepts/custom-components/#passing-data-attributes-to-slots)
11
+ - 🐞 Bugfixes
12
+ - 📚 Documentation improvements
13
+
14
+ Special thanks go out to these community members for their valuable contributions:
15
+ @Anexus5919, @mustafajw07
16
+
17
+ The following team members contributed to this release:
18
+ @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @noraleonte
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@9.10.0`
23
+
24
+ Internal changes.
25
+
26
+ #### `@mui/x-data-grid-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
27
+
28
+ Same changes as in `@mui/x-data-grid@9.10.0`.
29
+
30
+ #### `@mui/x-data-grid-premium@9.10.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
+
32
+ Same changes as in `@mui/x-data-grid-pro@9.10.0`.
33
+
34
+ ### Date and Time Pickers
35
+
36
+ #### `@mui/x-date-pickers@9.10.0`
37
+
38
+ Internal changes.
39
+
40
+ #### `@mui/x-date-pickers-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
41
+
42
+ Same changes as in `@mui/x-date-pickers@9.10.0`.
43
+
44
+ ### Charts
45
+
46
+ #### `@mui/x-charts@9.10.0`
47
+
48
+ - [charts] Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` (#23144) @JCQuintas
49
+
50
+ #### `@mui/x-charts-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
51
+
52
+ Same changes as in `@mui/x-charts@9.10.0`.
53
+
54
+ #### `@mui/x-charts-premium@9.10.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
55
+
56
+ Same changes as in `@mui/x-charts-pro@9.10.0`.
57
+
58
+ ### Tree View
59
+
60
+ #### `@mui/x-tree-view@9.10.0`
61
+
62
+ Internal changes.
63
+
64
+ #### `@mui/x-tree-view-pro@9.10.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65
+
66
+ Same changes as in `@mui/x-tree-view@9.10.0`, plus:
67
+
68
+ - [tree-view] Fix pre-loaded items not caching (#23155) @noraleonte
69
+
70
+ ### Scheduler
71
+
72
+ #### `@mui/x-scheduler@9.0.0-beta.6`
73
+
74
+ - [scheduler] Carry custom event data through the edit dialog submit (#22874) @Anexus5919
75
+ - [scheduler] Support array values for `CalendarEvent.resource` (#23109) @mustafajw07
76
+
77
+ #### `@mui/x-scheduler-premium@9.0.0-beta.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
78
+
79
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.6`.
80
+
81
+ ### Chat
82
+
83
+ #### `@mui/x-chat@9.0.0-alpha.14`
84
+
85
+ - [chat] Reuse `resolveComponentProps` from `@mui/utils` (#23095) @LukasTy
86
+
87
+ #### `@mui/x-chat-headless@9.0.0-alpha.14`
88
+
89
+ Internal changes.
90
+
91
+ ### Codemod
92
+
93
+ #### `@mui/x-codemod@9.10.0`
94
+
95
+ Internal changes.
96
+
97
+ ### Docs
98
+
99
+ - [docs] Fix bugs on Scheduler overview page (#23147) @noraleonte
100
+
101
+ ### Core
102
+
103
+ - [code-infra] Fix changelog dependency exclusion and l10n routing (#23112) @LukasTy
104
+ - [code-infra] Port codebase to use `tsgo` (#22826) @brijeshb42
105
+ - [code-infra] Reduce `release:build` concurrency to mitigate `tsgo` OOM kills (#23139) @LukasTy
106
+ - [core] Allow opt-in `data-*` attributes on `slotProps` (#22128) @LukasTy
107
+
108
+ ### Miscellaneous
109
+
110
+ - [core] Ignore `code-infra-renovate[bot]` commits in changelog (#23153) @Janpot
111
+ - [website] Fix broken `ChatBox` API link (#23149) @brijeshb42
112
+ - [test] Fix WebGL benchmark timeout on CI (#23142) @JCQuintas
113
+
114
+ ## 9.9.0
115
+
116
+ _Jul 9, 2026_
117
+
118
+ We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:
119
+
120
+ - 📊 [Data sampling](https://mui.com/x/react-charts/performance/#sampling) for better performance with large bar and line charts
121
+ - 🗺️ [Maps zoom support](https://mui.com/x/react-charts/map/#zoom)
122
+ - ☑️ Support [applying filters on demand](https://mui.com/x/react-data-grid/filtering/customization/#apply-filters-on-demand) in the Data Grid
123
+ - 🐞 Bugfixes
124
+ - 📚 Documentation improvements
125
+
126
+ Special thanks go out to these community members for their valuable contributions:
127
+ @mustafajw07, @sebastianfrey
128
+
129
+ The following team members contributed to this release:
130
+ @aemartos, @alexfauquette, @brijeshb42, @hasdfa, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @sai6855
131
+
132
+ ### Data Grid
133
+
134
+ #### `@mui/x-data-grid@9.9.0`
135
+
136
+ - [DataGrid] Add `dataSourceKeepPreviousData` prop (#22554) @LukasTy
137
+ - [DataGrid] Add controlled filter panel for applying filters on demand (#23023) @sebastianfrey
138
+
139
+ #### `@mui/x-data-grid-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
140
+
141
+ Same changes as in `@mui/x-data-grid@9.9.0`.
142
+
143
+ #### `@mui/x-data-grid-premium@9.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
144
+
145
+ Same changes as in `@mui/x-data-grid-pro@9.9.0`.
146
+
147
+ ### Date and Time Pickers
148
+
149
+ #### `@mui/x-date-pickers@9.9.0`
150
+
151
+ Internal changes.
152
+
153
+ #### `@mui/x-date-pickers-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
154
+
155
+ Same changes as in `@mui/x-date-pickers@9.9.0`, plus:
156
+
157
+ - [DateRangeCalendar] Avoid unnecessary month switch when the value is already visible (#22996) @LukasTy
158
+
159
+ ### Charts
160
+
161
+ #### `@mui/x-charts@9.9.0`
162
+
163
+ - [charts] Optimize and de-duplicate sampled axis-highlight band lookup (#23052) @JCQuintas
164
+ - [charts] Unify tooltip item position getter and selector into a single selector API (#23041) @alexfauquette
165
+ - [charts] Fix impossible condition in axis text angle warning (#23102) @sai6855
166
+
167
+ #### `@mui/x-charts-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
168
+
169
+ Same changes as in `@mui/x-charts@9.9.0`, plus:
170
+
171
+ - [charts-pro] Add data sampling for large bar and line charts (#22830) @JCQuintas
172
+ - [charts-pro] Allow sampling on non-zoomable charts (#23051) @JCQuintas
173
+
174
+ #### `@mui/x-charts-premium@9.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
175
+
176
+ #### Breaking changes
177
+
178
+ The API of the `Unstable_ChartsGeoDataProviderPremium` got modified.
179
+ Props `scale`, `rotation`, and `translation` are replaced by props `view` and `initialView`.
180
+ Same behavior can be obtained with `view.zoomLevel`, `view.center`, and `view.translation`.
181
+ See the [zoom view section](https://mui.com/x/react-charts/map/#control) for detailed information
182
+
183
+ Same changes as in `@mui/x-charts-pro@9.9.0`, plus:
184
+
185
+ - [charts-premium] Maps zoom support (#22709) @alexfauquette
186
+
187
+ ### Tree View
188
+
189
+ #### `@mui/x-tree-view@9.9.0`
190
+
191
+ Internal changes.
192
+
193
+ #### `@mui/x-tree-view-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
194
+
195
+ Same changes as in `@mui/x-tree-view@9.9.0`.
196
+
197
+ ### Scheduler
198
+
199
+ #### `@mui/x-scheduler@9.0.0-beta.5`
200
+
201
+ - [scheduler] Introduce event resource helper utilities (#23022) @mustafajw07
202
+ - [scheduler] Preserve multi-day event continuity across overflow (#22797) @mustafajw07
203
+
204
+ #### `@mui/x-scheduler-premium@9.0.0-beta.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
205
+
206
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.5`.
207
+
208
+ ### Codemod
209
+
210
+ #### `@mui/x-codemod@9.9.0`
211
+
212
+ Internal changes.
213
+
214
+ ### Docs
215
+
216
+ - [docs] Fix broken social preview image on shared docs links (#23055) @sai6855
217
+ - [docs] Review and clean up react-chat docs demos & gallery; fix actions-bar layout (#22993) @hasdfa
218
+ - [docs] Update the Pickers recommended date library bundle sizes (#23087) @LukasTy
219
+
220
+ ### Core
221
+
222
+ - [mcp] Add `@mui/mcp` server and `@mui/x-agent-tools`. See the [README](https://github.com/mui/mui-x/blob/master/packages/mcp/README.md) for setup (#22947) @aemartos
223
+ - [code-infra] Avoid OOM in the Netlify docs build and CircleCI lint step (#23086) @LukasTy
224
+ - [code-infra] Group `@atlaskit/pragmatic-drag-and-drop` renovate updates (#23105) @LukasTy
225
+ - [code-infra] Validate npm publishing through dry run (#23038) @brijeshb42
226
+ - [docs-infra] Enable `webpackBuildWorker` to bound docs build memory (#23100) @Janpot
227
+
228
+ ### Miscellaneous
229
+
230
+ - [test] Fix flaky "should render only the pageSize" Data Grid virtualization test (#23090) @LukasTy
231
+ - [test] Track `@mui/x-chat` bundle size via native expand (#23049) @Janpot
232
+
3
233
  ## 9.8.0
4
234
 
5
235
  _Jul 2, 2026_
@@ -236,6 +236,13 @@ process.env.NODE_ENV !== "production" ? DataGridRaw.propTypes /* remove-proptype
236
236
  get: _propTypes.default.func.isRequired,
237
237
  set: _propTypes.default.func.isRequired
238
238
  }),
239
+ /**
240
+ * If `true`, the previously displayed rows are kept visible while new rows are being fetched after pagination, sorting, or filtering changes.
241
+ * The loading overlay is rendered on top of the previous rows.
242
+ * Only applies to flat data; tree data and row grouping always reset the rows on refetch to keep the order consistent with the new response.
243
+ * @default false
244
+ */
245
+ dataSourceKeepPreviousData: _propTypes.default.bool,
239
246
  /**
240
247
  * If positive, the Data Grid will periodically revalidate data source rows by re-fetching them from the server when the cache entry has expired.
241
248
  * If the refetched rows are different from the current rows, the grid will update the rows.
@@ -229,6 +229,13 @@ process.env.NODE_ENV !== "production" ? DataGridRaw.propTypes /* remove-proptype
229
229
  get: PropTypes.func.isRequired,
230
230
  set: PropTypes.func.isRequired
231
231
  }),
232
+ /**
233
+ * If `true`, the previously displayed rows are kept visible while new rows are being fetched after pagination, sorting, or filtering changes.
234
+ * The loading overlay is rendered on top of the previous rows.
235
+ * Only applies to flat data; tree data and row grouping always reset the rows on refetch to keep the order consistent with the new response.
236
+ * @default false
237
+ */
238
+ dataSourceKeepPreviousData: PropTypes.bool,
232
239
  /**
233
240
  * If positive, the Data Grid will periodically revalidate data source rows by re-fetching them from the server when the cache entry has expired.
234
241
  * If the refetched rows are different from the current rows, the grid will update the rows.
@@ -3,5 +3,5 @@ import type { GridFilterInputValueProps } from "../models/gridFilterInputCompone
3
3
  import type { GetApplyQuickFilterFn } from "../models/colDef/gridColDef.mjs";
4
4
  export declare const getGridNumericQuickFilterFn: GetApplyQuickFilterFn<any, number | string | null>;
5
5
  export declare const getGridNumericOperators: () => GridFilterOperator<any, number | string | null, any, GridFilterInputValueProps & {
6
- type?: "number";
6
+ type?: 'number';
7
7
  }>[];
@@ -3,5 +3,5 @@ import type { GridFilterInputValueProps } from "../models/gridFilterInputCompone
3
3
  import type { GetApplyQuickFilterFn } from "../models/colDef/gridColDef.js";
4
4
  export declare const getGridNumericQuickFilterFn: GetApplyQuickFilterFn<any, number | string | null>;
5
5
  export declare const getGridNumericOperators: () => GridFilterOperator<any, number | string | null, any, GridFilterInputValueProps & {
6
- type?: "number";
6
+ type?: 'number';
7
7
  }>[];
@@ -9,7 +9,7 @@ export type GridColumnSortButtonProps = GridSlotProps['baseIconButton'] & {
9
9
  disabled?: boolean;
10
10
  onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
11
11
  };
12
- declare function GridColumnSortButton(props: GridColumnSortButtonProps): import("react/jsx-runtime").JSX.Element | null;
12
+ declare function GridColumnSortButton(props: GridColumnSortButtonProps): React.JSX.Element | null;
13
13
  declare namespace GridColumnSortButton {
14
14
  var propTypes: any;
15
15
  }
@@ -9,7 +9,7 @@ export type GridColumnSortButtonProps = GridSlotProps['baseIconButton'] & {
9
9
  disabled?: boolean;
10
10
  onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
11
11
  };
12
- declare function GridColumnSortButton(props: GridColumnSortButtonProps): import("react/jsx-runtime").JSX.Element | null;
12
+ declare function GridColumnSortButton(props: GridColumnSortButtonProps): React.JSX.Element | null;
13
13
  declare namespace GridColumnSortButton {
14
14
  var propTypes: any;
15
15
  }
@@ -1,9 +1,10 @@
1
+ import * as React from 'react';
1
2
  import type { GridBaseIconProps } from "../models/gridSlotsComponentsProps.mjs";
2
3
  import type { GridSortDirection } from "../models/gridSortModel.mjs";
3
4
  export interface GridColumnUnsortedIconProps extends GridBaseIconProps {
4
5
  sortingOrder: GridSortDirection[];
5
6
  }
6
- declare function GridColumnUnsortedIcon(props: GridColumnUnsortedIconProps): import("react/jsx-runtime").JSX.Element | null;
7
+ declare function GridColumnUnsortedIcon(props: GridColumnUnsortedIconProps): React.JSX.Element | null;
7
8
  declare namespace GridColumnUnsortedIcon {
8
9
  var propTypes: any;
9
10
  }
@@ -1,9 +1,10 @@
1
+ import * as React from 'react';
1
2
  import type { GridBaseIconProps } from "../models/gridSlotsComponentsProps.js";
2
3
  import type { GridSortDirection } from "../models/gridSortModel.js";
3
4
  export interface GridColumnUnsortedIconProps extends GridBaseIconProps {
4
5
  sortingOrder: GridSortDirection[];
5
6
  }
6
- declare function GridColumnUnsortedIcon(props: GridColumnUnsortedIconProps): import("react/jsx-runtime").JSX.Element | null;
7
+ declare function GridColumnUnsortedIcon(props: GridColumnUnsortedIconProps): React.JSX.Element | null;
7
8
  declare namespace GridColumnUnsortedIcon {
8
9
  var propTypes: any;
9
10
  }
@@ -1 +1,2 @@
1
- export declare function GridHeader(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ export declare function GridHeader(): React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare function GridHeader(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ export declare function GridHeader(): React.JSX.Element;
@@ -1,3 +1,3 @@
1
- declare function GridHeaders(): import("react/jsx-runtime").JSX.Element;
1
+ declare function GridHeaders(): import("react").JSX.Element;
2
2
  declare const MemoizedGridHeaders: typeof GridHeaders;
3
3
  export { MemoizedGridHeaders as GridHeaders };
@@ -1,3 +1,3 @@
1
- declare function GridHeaders(): import("react/jsx-runtime").JSX.Element;
1
+ declare function GridHeaders(): import("react").JSX.Element;
2
2
  declare const MemoizedGridHeaders: typeof GridHeaders;
3
3
  export { MemoizedGridHeaders as GridHeaders };
@@ -1,4 +1,5 @@
1
- declare function GridPagination(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridPagination(): React.JSX.Element;
2
3
  declare namespace GridPagination {
3
4
  var propTypes: any;
4
5
  }
@@ -1,4 +1,5 @@
1
- declare function GridPagination(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridPagination(): React.JSX.Element;
2
3
  declare namespace GridPagination {
3
4
  var propTypes: any;
4
5
  }
@@ -4,4 +4,4 @@ export interface GridRowDragAndDropOverlayProps {
4
4
  rowId: GridRowId;
5
5
  className?: string;
6
6
  }
7
- export declare const GridRowDragAndDropOverlay: React.MemoExoticComponent<(props: GridRowDragAndDropOverlayProps) => import("react/jsx-runtime").JSX.Element | null>;
7
+ export declare const GridRowDragAndDropOverlay: React.MemoExoticComponent<(props: GridRowDragAndDropOverlayProps) => React.JSX.Element | null>;
@@ -4,4 +4,4 @@ export interface GridRowDragAndDropOverlayProps {
4
4
  rowId: GridRowId;
5
5
  className?: string;
6
6
  }
7
- export declare const GridRowDragAndDropOverlay: React.MemoExoticComponent<(props: GridRowDragAndDropOverlayProps) => import("react/jsx-runtime").JSX.Element | null>;
7
+ export declare const GridRowDragAndDropOverlay: React.MemoExoticComponent<(props: GridRowDragAndDropOverlayProps) => React.JSX.Element | null>;
@@ -1,9 +1,10 @@
1
+ import * as React from 'react';
1
2
  import type { RefObject } from '@mui/x-internals/types';
2
3
  import type { GridScrollParams } from "../models/params/gridScrollParams.mjs";
3
4
  interface ScrollAreaProps {
4
5
  scrollDirection: 'left' | 'right' | 'up' | 'down';
5
6
  scrollPosition: RefObject<GridScrollParams>;
6
7
  }
7
- declare function GridScrollAreaWrapper(props: ScrollAreaProps): import("react/jsx-runtime").JSX.Element | null;
8
+ declare function GridScrollAreaWrapper(props: ScrollAreaProps): React.JSX.Element | null;
8
9
  export declare const GridScrollArea: typeof GridScrollAreaWrapper;
9
10
  export {};
@@ -1,9 +1,10 @@
1
+ import * as React from 'react';
1
2
  import type { RefObject } from '@mui/x-internals/types';
2
3
  import type { GridScrollParams } from "../models/params/gridScrollParams.js";
3
4
  interface ScrollAreaProps {
4
5
  scrollDirection: 'left' | 'right' | 'up' | 'down';
5
6
  scrollPosition: RefObject<GridScrollParams>;
6
7
  }
7
- declare function GridScrollAreaWrapper(props: ScrollAreaProps): import("react/jsx-runtime").JSX.Element | null;
8
+ declare function GridScrollAreaWrapper(props: ScrollAreaProps): React.JSX.Element | null;
8
9
  export declare const GridScrollArea: typeof GridScrollAreaWrapper;
9
10
  export {};
@@ -1,5 +1,6 @@
1
+ import * as React from 'react';
1
2
  interface GridScrollShadowsProps {
2
3
  position: 'vertical' | 'horizontal';
3
4
  }
4
- declare function GridScrollShadows(props: GridScrollShadowsProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function GridScrollShadows(props: GridScrollShadowsProps): React.JSX.Element;
5
6
  export { GridScrollShadows };
@@ -1,5 +1,6 @@
1
+ import * as React from 'react';
1
2
  interface GridScrollShadowsProps {
2
3
  position: 'vertical' | 'horizontal';
3
4
  }
4
- declare function GridScrollShadows(props: GridScrollShadowsProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function GridScrollShadows(props: GridScrollShadowsProps): React.JSX.Element;
5
6
  export { GridScrollShadows };
@@ -2,5 +2,5 @@ declare function GridScrollbarFillerCell({
2
2
  pinnedRight
3
3
  }: {
4
4
  pinnedRight?: boolean;
5
- }): import("react/jsx-runtime").JSX.Element;
5
+ }): import("react").JSX.Element;
6
6
  export { GridScrollbarFillerCell };
@@ -2,5 +2,5 @@ declare function GridScrollbarFillerCell({
2
2
  pinnedRight
3
3
  }: {
4
4
  pinnedRight?: boolean;
5
- }): import("react/jsx-runtime").JSX.Element;
5
+ }): import("react").JSX.Element;
6
6
  export { GridScrollbarFillerCell };
@@ -8,7 +8,7 @@ type GridSkeletonLoadingOverlayInnerProps = React.HTMLAttributes<HTMLDivElement>
8
8
  export declare const GridSkeletonLoadingOverlayInner: React.ForwardRefExoticComponent<GridSkeletonLoadingOverlayInnerProps> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
9
9
  skeletonRowsCount: number;
10
10
  showFirstRowBorder?: boolean;
11
- visibleColumns?: Set<GridColDef["field"]>;
11
+ visibleColumns?: Set<GridColDef['field']>;
12
12
  } & React.RefAttributes<HTMLDivElement>>;
13
13
  export declare const GridSkeletonLoadingOverlay: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
14
14
  export {};
@@ -8,7 +8,7 @@ type GridSkeletonLoadingOverlayInnerProps = React.HTMLAttributes<HTMLDivElement>
8
8
  export declare const GridSkeletonLoadingOverlayInner: React.ForwardRefExoticComponent<GridSkeletonLoadingOverlayInnerProps> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
9
9
  skeletonRowsCount: number;
10
10
  showFirstRowBorder?: boolean;
11
- visibleColumns?: Set<GridColDef["field"]>;
11
+ visibleColumns?: Set<GridColDef['field']>;
12
12
  } & React.RefAttributes<HTMLDivElement>>;
13
13
  export declare const GridSkeletonLoadingOverlay: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
14
14
  export {};
@@ -1 +1 @@
1
- export declare function GridFooterPlaceholder(): import("react/jsx-runtime").JSX.Element | null;
1
+ export declare function GridFooterPlaceholder(): import("react").JSX.Element | null;
@@ -1 +1 @@
1
- export declare function GridFooterPlaceholder(): import("react/jsx-runtime").JSX.Element | null;
1
+ export declare function GridFooterPlaceholder(): import("react").JSX.Element | null;
@@ -13,5 +13,5 @@ function GridFooterPlaceholder() {
13
13
  if (rootProps.hideFooter) {
14
14
  return null;
15
15
  }
16
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(rootProps.slots.footer, (0, _extends2.default)({}, rootProps.slotProps?.footer /* FIXME: typing error */));
16
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(rootProps.slots.footer, (0, _extends2.default)({}, rootProps.slotProps?.footer /* FIXME: typing error */) /* FIXME: typing error */);
17
17
  }
@@ -6,5 +6,5 @@ export function GridFooterPlaceholder() {
6
6
  if (rootProps.hideFooter) {
7
7
  return null;
8
8
  }
9
- return /*#__PURE__*/_jsx(rootProps.slots.footer, _extends({}, rootProps.slotProps?.footer /* FIXME: typing error */));
9
+ return /*#__PURE__*/_jsx(rootProps.slots.footer, _extends({}, rootProps.slotProps?.footer /* FIXME: typing error */) /* FIXME: typing error */);
10
10
  }
@@ -4,7 +4,7 @@ interface GridOverlaysProps {
4
4
  overlayType: GridOverlayType;
5
5
  loadingOverlayVariant: GridLoadingOverlayVariant | null;
6
6
  }
7
- export declare function GridOverlayWrapper(props: React.PropsWithChildren<GridOverlaysProps>): import("react/jsx-runtime").JSX.Element;
7
+ export declare function GridOverlayWrapper(props: React.PropsWithChildren<GridOverlaysProps>): React.JSX.Element;
8
8
  export declare namespace GridOverlayWrapper {
9
9
  var propTypes: any;
10
10
  }
@@ -4,7 +4,7 @@ interface GridOverlaysProps {
4
4
  overlayType: GridOverlayType;
5
5
  loadingOverlayVariant: GridLoadingOverlayVariant | null;
6
6
  }
7
- export declare function GridOverlayWrapper(props: React.PropsWithChildren<GridOverlaysProps>): import("react/jsx-runtime").JSX.Element;
7
+ export declare function GridOverlayWrapper(props: React.PropsWithChildren<GridOverlaysProps>): React.JSX.Element;
8
8
  export declare namespace GridOverlayWrapper {
9
9
  var propTypes: any;
10
10
  }
@@ -33,9 +33,9 @@ interface GridActionsCellProps<R extends GridValidRowModel = any, V = any, F = V
33
33
  */
34
34
  onMenuClose?: (params: GridRowParams<R>, event: React.MouseEvent<HTMLElement> | React.KeyboardEvent | MouseEvent | TouchEvent | undefined) => boolean;
35
35
  }
36
- declare function GridActionsCell<R extends GridValidRowModel = any, V = any, F = V, N extends GridTreeNodeWithRender = GridTreeNodeWithRender>(props: GridActionsCellProps<R, V, F, N>): import("react/jsx-runtime").JSX.Element;
36
+ declare function GridActionsCell<R extends GridValidRowModel = any, V = any, F = V, N extends GridTreeNodeWithRender = GridTreeNodeWithRender>(props: GridActionsCellProps<R, V, F, N>): React.JSX.Element;
37
37
  declare namespace GridActionsCell {
38
38
  var propTypes: any;
39
39
  }
40
40
  export { GridActionsCell };
41
- export declare const renderActionsCell: (params: GridRenderCellParams) => import("react/jsx-runtime").JSX.Element;
41
+ export declare const renderActionsCell: (params: GridRenderCellParams) => React.JSX.Element;
@@ -33,9 +33,9 @@ interface GridActionsCellProps<R extends GridValidRowModel = any, V = any, F = V
33
33
  */
34
34
  onMenuClose?: (params: GridRowParams<R>, event: React.MouseEvent<HTMLElement> | React.KeyboardEvent | MouseEvent | TouchEvent | undefined) => boolean;
35
35
  }
36
- declare function GridActionsCell<R extends GridValidRowModel = any, V = any, F = V, N extends GridTreeNodeWithRender = GridTreeNodeWithRender>(props: GridActionsCellProps<R, V, F, N>): import("react/jsx-runtime").JSX.Element;
36
+ declare function GridActionsCell<R extends GridValidRowModel = any, V = any, F = V, N extends GridTreeNodeWithRender = GridTreeNodeWithRender>(props: GridActionsCellProps<R, V, F, N>): React.JSX.Element;
37
37
  declare namespace GridActionsCell {
38
38
  var propTypes: any;
39
39
  }
40
40
  export { GridActionsCell };
41
- export declare const renderActionsCell: (params: GridRenderCellParams) => import("react/jsx-runtime").JSX.Element;
41
+ export declare const renderActionsCell: (params: GridRenderCellParams) => React.JSX.Element;
@@ -19,7 +19,15 @@ export type GridActionsCellItemProps = GridActionsCellItemCommonProps & (({
19
19
  closeMenu?: () => void;
20
20
  label: React.ReactNode;
21
21
  } & Omit<GridSlotProps['baseMenuItem'], 'component'>));
22
- declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCellItemProps> | React.ForwardRefExoticComponent<((GridActionsCellItemCommonProps & {
22
+ declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCellItemProps> | React.ForwardRefExoticComponent<(Omit<GridActionsCellItemCommonProps & {
23
+ showInMenu?: false;
24
+ icon: React.ReactElement<any>;
25
+ label: string;
26
+ } & Omit<Omit<import("../../models/gridBaseSlots.mjs").ButtonProps, "startIcon"> & {
27
+ label?: string;
28
+ color?: 'default' | 'inherit' | 'primary';
29
+ edge?: 'start' | 'end' | false;
30
+ } & import("@mui/x-data-grid").BaseIconButtonPropsOverrides, "component">, "ref"> | (GridActionsCellItemCommonProps & {
23
31
  showInMenu: true;
24
32
  /**
25
33
  * If false, the menu will not close when this item is clicked.
@@ -43,13 +51,5 @@ declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCe
43
51
  selected?: boolean;
44
52
  value?: number | string | readonly string[];
45
53
  style?: React.CSSProperties;
46
- } & import("@mui/x-data-grid").BaseMenuItemPropsOverrides, "component">) | Omit<GridActionsCellItemCommonProps & {
47
- showInMenu?: false;
48
- icon: React.ReactElement<any>;
49
- label: string;
50
- } & Omit<Omit<import("../../models/gridBaseSlots.mjs").ButtonProps, "startIcon"> & {
51
- label?: string;
52
- color?: "default" | "inherit" | "primary";
53
- edge?: "start" | "end" | false;
54
- } & import("@mui/x-data-grid").BaseIconButtonPropsOverrides, "component">, "ref">) & React.RefAttributes<HTMLElement>>;
54
+ } & import("@mui/x-data-grid").BaseMenuItemPropsOverrides, "component">)) & React.RefAttributes<HTMLElement>>;
55
55
  export { GridActionsCellItem };
@@ -19,7 +19,15 @@ export type GridActionsCellItemProps = GridActionsCellItemCommonProps & (({
19
19
  closeMenu?: () => void;
20
20
  label: React.ReactNode;
21
21
  } & Omit<GridSlotProps['baseMenuItem'], 'component'>));
22
- declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCellItemProps> | React.ForwardRefExoticComponent<((GridActionsCellItemCommonProps & {
22
+ declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCellItemProps> | React.ForwardRefExoticComponent<(Omit<GridActionsCellItemCommonProps & {
23
+ showInMenu?: false;
24
+ icon: React.ReactElement<any>;
25
+ label: string;
26
+ } & Omit<Omit<import("../../models/gridBaseSlots.js").ButtonProps, "startIcon"> & {
27
+ label?: string;
28
+ color?: 'default' | 'inherit' | 'primary';
29
+ edge?: 'start' | 'end' | false;
30
+ } & import("@mui/x-data-grid").BaseIconButtonPropsOverrides, "component">, "ref"> | (GridActionsCellItemCommonProps & {
23
31
  showInMenu: true;
24
32
  /**
25
33
  * If false, the menu will not close when this item is clicked.
@@ -43,13 +51,5 @@ declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCe
43
51
  selected?: boolean;
44
52
  value?: number | string | readonly string[];
45
53
  style?: React.CSSProperties;
46
- } & import("@mui/x-data-grid").BaseMenuItemPropsOverrides, "component">) | Omit<GridActionsCellItemCommonProps & {
47
- showInMenu?: false;
48
- icon: React.ReactElement<any>;
49
- label: string;
50
- } & Omit<Omit<import("../../models/gridBaseSlots.js").ButtonProps, "startIcon"> & {
51
- label?: string;
52
- color?: "default" | "inherit" | "primary";
53
- edge?: "start" | "end" | false;
54
- } & import("@mui/x-data-grid").BaseIconButtonPropsOverrides, "component">, "ref">) & React.RefAttributes<HTMLElement>>;
54
+ } & import("@mui/x-data-grid").BaseMenuItemPropsOverrides, "component">)) & React.RefAttributes<HTMLElement>>;
55
55
  export { GridActionsCellItem };