@mui/x-data-grid-premium 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 (142) hide show
  1. package/CHANGELOG.md +230 -0
  2. package/DataGridPremium/DataGridPremium.js +9 -2
  3. package/DataGridPremium/DataGridPremium.mjs +9 -2
  4. package/components/GridAggregationHeader.d.mts +1 -1
  5. package/components/GridAggregationHeader.d.ts +1 -1
  6. package/components/GridBottomContainer.d.mts +1 -1
  7. package/components/GridBottomContainer.d.ts +1 -1
  8. package/components/GridDataSourceGroupingCriteriaCell.d.mts +2 -1
  9. package/components/GridDataSourceGroupingCriteriaCell.d.ts +2 -1
  10. package/components/GridExcelExportMenuItem.d.mts +1 -1
  11. package/components/GridExcelExportMenuItem.d.ts +1 -1
  12. package/components/GridGroupingColumnFooterCell.d.mts +1 -1
  13. package/components/GridGroupingColumnFooterCell.d.ts +1 -1
  14. package/components/GridGroupingColumnLeafCell.d.mts +1 -1
  15. package/components/GridGroupingColumnLeafCell.d.ts +1 -1
  16. package/components/GridGroupingCriteriaCell.d.mts +2 -1
  17. package/components/GridGroupingCriteriaCell.d.ts +2 -1
  18. package/components/GridPremiumColumnMenu.d.mts +11 -11
  19. package/components/GridPremiumColumnMenu.d.ts +11 -11
  20. package/components/GridPremiumToolbar.d.mts +2 -1
  21. package/components/GridPremiumToolbar.d.ts +2 -1
  22. package/components/aiAssistantPanel/GridAiAssistantPanel.d.mts +2 -1
  23. package/components/aiAssistantPanel/GridAiAssistantPanel.d.ts +2 -1
  24. package/components/aiAssistantPanel/GridAiAssistantPanelConversation.d.mts +2 -1
  25. package/components/aiAssistantPanel/GridAiAssistantPanelConversation.d.ts +2 -1
  26. package/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.mts +2 -1
  27. package/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.ts +2 -1
  28. package/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.mts +1 -1
  29. package/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.ts +1 -1
  30. package/components/chartsPanel/GridChartsPanel.d.mts +2 -1
  31. package/components/chartsPanel/GridChartsPanel.d.ts +2 -1
  32. package/components/chartsPanel/chart/GridChartsPanelChart.d.mts +1 -1
  33. package/components/chartsPanel/chart/GridChartsPanelChart.d.ts +1 -1
  34. package/components/chartsPanel/customize/GridChartsPanelCustomize.d.mts +2 -1
  35. package/components/chartsPanel/customize/GridChartsPanelCustomize.d.ts +2 -1
  36. package/components/chartsPanel/data/GridChartsPanelData.d.mts +2 -1
  37. package/components/chartsPanel/data/GridChartsPanelData.d.ts +2 -1
  38. package/components/chartsPanel/data/GridChartsPanelDataBody.d.mts +2 -1
  39. package/components/chartsPanel/data/GridChartsPanelDataBody.d.ts +2 -1
  40. package/components/chartsPanel/data/GridChartsPanelDataField.d.mts +2 -2
  41. package/components/chartsPanel/data/GridChartsPanelDataField.d.ts +2 -2
  42. package/components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.mts +2 -1
  43. package/components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.ts +2 -1
  44. package/components/chartsPanel/data/GridChartsPanelDataHeader.d.mts +2 -1
  45. package/components/chartsPanel/data/GridChartsPanelDataHeader.d.ts +2 -1
  46. package/components/chartsPanel/data/GridChartsPanelDataSearch.d.mts +2 -1
  47. package/components/chartsPanel/data/GridChartsPanelDataSearch.d.ts +2 -1
  48. package/components/collapsible/Collapsible.d.mts +1 -1
  49. package/components/collapsible/Collapsible.d.ts +1 -1
  50. package/components/collapsible/CollapsiblePanel.d.mts +1 -1
  51. package/components/collapsible/CollapsiblePanel.d.ts +1 -1
  52. package/components/collapsible/CollapsibleTrigger.d.mts +1 -1
  53. package/components/collapsible/CollapsibleTrigger.d.ts +1 -1
  54. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.mts +2 -1
  55. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.ts +2 -1
  56. package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.mts +2 -1
  57. package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.ts +2 -1
  58. package/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.mts +2 -1
  59. package/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.ts +2 -1
  60. package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.mts +2 -1
  61. package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.ts +2 -1
  62. package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.mts +2 -1
  63. package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.ts +2 -1
  64. package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.mts +2 -1
  65. package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.ts +2 -1
  66. package/components/pivotPanel/GridPivotPanel.d.mts +2 -1
  67. package/components/pivotPanel/GridPivotPanel.d.ts +2 -1
  68. package/components/pivotPanel/GridPivotPanelBody.d.mts +2 -1
  69. package/components/pivotPanel/GridPivotPanelBody.d.ts +2 -1
  70. package/components/pivotPanel/GridPivotPanelField.d.mts +1 -1
  71. package/components/pivotPanel/GridPivotPanelField.d.ts +1 -1
  72. package/components/pivotPanel/GridPivotPanelFieldMenu.d.mts +2 -1
  73. package/components/pivotPanel/GridPivotPanelFieldMenu.d.ts +2 -1
  74. package/components/pivotPanel/GridPivotPanelHeader.d.mts +2 -1
  75. package/components/pivotPanel/GridPivotPanelHeader.d.ts +2 -1
  76. package/components/pivotPanel/GridPivotPanelSearch.d.mts +2 -1
  77. package/components/pivotPanel/GridPivotPanelSearch.d.ts +2 -1
  78. package/components/prompt/GridPrompt.d.mts +2 -1
  79. package/components/prompt/GridPrompt.d.ts +2 -1
  80. package/components/promptField/GridPromptField.d.mts +1 -1
  81. package/components/promptField/GridPromptField.d.ts +1 -1
  82. package/components/promptField/PromptField.d.mts +1 -1
  83. package/components/promptField/PromptField.d.ts +1 -1
  84. package/components/resizablePanel/ResizablePanel.d.mts +1 -1
  85. package/components/resizablePanel/ResizablePanel.d.ts +1 -1
  86. package/components/resizablePanel/ResizablePanelHandle.d.mts +1 -1
  87. package/components/resizablePanel/ResizablePanelHandle.d.ts +1 -1
  88. package/components/sidebar/Sidebar.d.mts +1 -1
  89. package/components/sidebar/Sidebar.d.ts +1 -1
  90. package/components/sidebar/SidebarHeader.d.mts +1 -1
  91. package/components/sidebar/SidebarHeader.d.ts +1 -1
  92. package/context/GridChartsIntegrationContextProvider.d.mts +1 -1
  93. package/context/GridChartsIntegrationContextProvider.d.ts +1 -1
  94. package/context/GridChartsRendererProxy.d.mts +1 -1
  95. package/context/GridChartsRendererProxy.d.ts +1 -1
  96. package/hooks/features/aggregation/createAggregationLookup.d.mts +2 -2
  97. package/hooks/features/aggregation/createAggregationLookup.d.ts +2 -2
  98. package/hooks/features/aggregation/gridAggregationUtils.d.mts +1 -1
  99. package/hooks/features/aggregation/gridAggregationUtils.d.ts +1 -1
  100. package/hooks/features/aggregation/useGridAggregation.d.mts +1 -1
  101. package/hooks/features/aggregation/useGridAggregation.d.ts +1 -1
  102. package/hooks/features/aggregation/useGridAggregationPreProcessors.d.mts +1 -1
  103. package/hooks/features/aggregation/useGridAggregationPreProcessors.d.ts +1 -1
  104. package/hooks/features/aggregation/wrapColumnWithAggregation.d.mts +1 -1
  105. package/hooks/features/aggregation/wrapColumnWithAggregation.d.ts +1 -1
  106. package/hooks/features/aiAssistant/useGridAiAssistant.d.mts +1 -1
  107. package/hooks/features/aiAssistant/useGridAiAssistant.d.ts +1 -1
  108. package/hooks/features/cellSelection/useGridCellSelection.d.mts +1 -1
  109. package/hooks/features/cellSelection/useGridCellSelection.d.ts +1 -1
  110. package/hooks/features/chartsIntegration/useGridChartsIntegration.d.mts +1 -1
  111. package/hooks/features/chartsIntegration/useGridChartsIntegration.d.ts +1 -1
  112. package/hooks/features/clipboard/useGridClipboardImport.d.mts +1 -1
  113. package/hooks/features/clipboard/useGridClipboardImport.d.ts +1 -1
  114. package/hooks/features/dataSource/useGridDataSourcePremium.js +4 -1
  115. package/hooks/features/dataSource/useGridDataSourcePremium.mjs +4 -1
  116. package/hooks/features/export/serializer/excelSerializer.d.mts +2 -2
  117. package/hooks/features/export/serializer/excelSerializer.d.ts +2 -2
  118. package/hooks/features/history/defaultHistoryHandlers.d.mts +1 -1
  119. package/hooks/features/history/defaultHistoryHandlers.d.ts +1 -1
  120. package/hooks/features/history/useGridHistory.d.mts +1 -1
  121. package/hooks/features/history/useGridHistory.d.ts +1 -1
  122. package/hooks/features/pivoting/useGridPivoting.d.mts +1 -1
  123. package/hooks/features/pivoting/useGridPivoting.d.ts +1 -1
  124. package/hooks/features/pivoting/utils.d.mts +3 -3
  125. package/hooks/features/pivoting/utils.d.ts +3 -3
  126. package/hooks/features/rowGrouping/gridRowGroupingUtils.d.mts +2 -2
  127. package/hooks/features/rowGrouping/gridRowGroupingUtils.d.ts +2 -2
  128. package/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.mts +1 -1
  129. package/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.ts +1 -1
  130. package/hooks/features/rowGrouping/useGridRowGrouping.d.mts +1 -1
  131. package/hooks/features/rowGrouping/useGridRowGrouping.d.ts +1 -1
  132. package/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.mts +1 -1
  133. package/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.ts +1 -1
  134. package/hooks/features/rows/useGridRowsOverridableMethods.d.mts +1 -1
  135. package/hooks/features/rows/useGridRowsOverridableMethods.d.ts +1 -1
  136. package/hooks/features/sidebar/useGridSidebar.d.mts +1 -1
  137. package/hooks/features/sidebar/useGridSidebar.d.ts +1 -1
  138. package/hooks/utils/useKeepGroupedColumnsHidden.d.mts +1 -1
  139. package/hooks/utils/useKeepGroupedColumnsHidden.d.ts +1 -1
  140. package/index.js +1 -1
  141. package/index.mjs +1 -1
  142. package/package.json +7 -7
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_
@@ -51,8 +51,8 @@ const configuration = {
51
51
  }
52
52
  };
53
53
  const packageInfo = {
54
- releaseDate: "MTc4Mjk1MDQwMDAwMA==",
55
- version: "9.8.0",
54
+ releaseDate: "MTc4NDI0NjQwMDAwMA==",
55
+ version: "9.10.0",
56
56
  name: 'x-data-grid-premium'
57
57
  };
58
58
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.Watermark, {
@@ -359,6 +359,13 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes /* remove-p
359
359
  get: _propTypes.default.func.isRequired,
360
360
  set: _propTypes.default.func.isRequired
361
361
  }),
362
+ /**
363
+ * If `true`, the previously displayed rows are kept visible while new rows are being fetched after pagination, sorting, or filtering changes.
364
+ * The loading overlay is rendered on top of the previous rows.
365
+ * 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.
366
+ * @default false
367
+ */
368
+ dataSourceKeepPreviousData: _propTypes.default.bool,
362
369
  /**
363
370
  * If positive, the Data Grid will periodically revalidate data source rows by re-fetching them from the server when the cache entry has expired.
364
371
  * If the refetched rows are different from the current rows, the grid will update the rows.
@@ -44,8 +44,8 @@ const configuration = {
44
44
  }
45
45
  };
46
46
  const packageInfo = {
47
- releaseDate: "MTc4Mjk1MDQwMDAwMA==",
48
- version: "9.8.0",
47
+ releaseDate: "MTc4NDI0NjQwMDAwMA==",
48
+ version: "9.10.0",
49
49
  name: 'x-data-grid-premium'
50
50
  };
51
51
  const watermark = /*#__PURE__*/_jsx(Watermark, {
@@ -352,6 +352,13 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes /* remove-p
352
352
  get: PropTypes.func.isRequired,
353
353
  set: PropTypes.func.isRequired
354
354
  }),
355
+ /**
356
+ * If `true`, the previously displayed rows are kept visible while new rows are being fetched after pagination, sorting, or filtering changes.
357
+ * The loading overlay is rendered on top of the previous rows.
358
+ * 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.
359
+ * @default false
360
+ */
361
+ dataSourceKeepPreviousData: PropTypes.bool,
355
362
  /**
356
363
  * If positive, the Data Grid will periodically revalidate data source rows by re-fetching them from the server when the cache entry has expired.
357
364
  * If the refetched rows are different from the current rows, the grid will update the rows.
@@ -2,5 +2,5 @@ import type { GridColumnHeaderParams } from '@mui/x-data-grid';
2
2
  import type { GridBaseColDef } from '@mui/x-data-grid/internals';
3
3
  declare function GridAggregationHeader(props: GridColumnHeaderParams & {
4
4
  renderHeader: GridBaseColDef['renderHeader'];
5
- }): import("react/jsx-runtime").JSX.Element | null;
5
+ }): import("react").JSX.Element | null;
6
6
  export { GridAggregationHeader };
@@ -2,5 +2,5 @@ import type { GridColumnHeaderParams } from '@mui/x-data-grid';
2
2
  import type { GridBaseColDef } from '@mui/x-data-grid/internals';
3
3
  declare function GridAggregationHeader(props: GridColumnHeaderParams & {
4
4
  renderHeader: GridBaseColDef['renderHeader'];
5
- }): import("react/jsx-runtime").JSX.Element | null;
5
+ }): import("react").JSX.Element | null;
6
6
  export { GridAggregationHeader };
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  export type GridBottomContainerProps = React.PropsWithChildren;
3
- export declare function GridBottomContainer(props: GridBottomContainerProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function GridBottomContainer(props: GridBottomContainerProps): React.JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  export type GridBottomContainerProps = React.PropsWithChildren;
3
- export declare function GridBottomContainer(props: GridBottomContainerProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function GridBottomContainer(props: GridBottomContainerProps): React.JSX.Element;
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
3
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
4
  hideDescendantCount?: boolean;
4
5
  }
5
- export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
6
7
  export {};
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
3
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
4
  hideDescendantCount?: boolean;
4
5
  }
5
- export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
6
7
  export {};
@@ -1,7 +1,7 @@
1
1
  import type { GridExportMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  import type { GridExcelExportOptions } from "../hooks/features/export/index.mjs";
3
3
  export type GridExcelExportMenuItemProps = GridExportMenuItemProps<GridExcelExportOptions>;
4
- declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react/jsx-runtime").JSX.Element;
4
+ declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react").JSX.Element;
5
5
  declare namespace GridExcelExportMenuItem {
6
6
  var propTypes: any;
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import type { GridExportMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  import type { GridExcelExportOptions } from "../hooks/features/export/index.js";
3
3
  export type GridExcelExportMenuItemProps = GridExportMenuItemProps<GridExcelExportOptions>;
4
- declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react/jsx-runtime").JSX.Element;
4
+ declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react").JSX.Element;
5
5
  declare namespace GridExcelExportMenuItem {
6
6
  var propTypes: any;
7
7
  }
@@ -1,3 +1,3 @@
1
1
  import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react").JSX.Element;
3
3
  export { GridGroupingColumnFooterCell };
@@ -1,3 +1,3 @@
1
1
  import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react").JSX.Element;
3
3
  export { GridGroupingColumnFooterCell };
@@ -1,3 +1,3 @@
1
1
  import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react").JSX.Element;
3
3
  export { GridGroupingColumnLeafCell };
@@ -1,3 +1,3 @@
1
1
  import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react").JSX.Element;
3
3
  export { GridGroupingColumnLeafCell };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
3
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
4
  hideDescendantCount?: boolean;
4
5
  }
5
- export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
6
7
  export {};
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
3
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
4
  hideDescendantCount?: boolean;
4
5
  }
5
- export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
6
7
  export {};
@@ -2,36 +2,36 @@ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  import type { GridColumnMenuComponent } from '@mui/x-data-grid-pro/internals';
3
3
  import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.mjs";
4
4
  import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.mjs";
5
- export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react").JSX.Element;
6
6
  export declare const GRID_COLUMN_MENU_SLOTS_PREMIUM: {
7
- columnMenuAggregationItem: typeof GridColumnMenuAggregationItem;
8
- columnMenuGroupingItem: typeof GridColumnMenuGroupingItem;
9
- columnMenuManagePanelItem: typeof GridColumnMenuManagePanelItem;
10
- columnMenuPinningItem: typeof import("@mui/x-data-grid-pro").GridColumnMenuPinningItem;
11
7
  columnMenuSortItem: typeof import("@mui/x-data-grid").GridColumnMenuSortItem;
12
8
  columnMenuFilterItem: typeof import("@mui/x-data-grid").GridColumnMenuFilterItem;
13
9
  columnMenuColumnsItem: typeof import("@mui/x-data-grid").GridColumnMenuColumnsItem;
10
+ columnMenuPinningItem: typeof import("@mui/x-data-grid-pro").GridColumnMenuPinningItem;
11
+ columnMenuAggregationItem: typeof GridColumnMenuAggregationItem;
12
+ columnMenuGroupingItem: typeof GridColumnMenuGroupingItem;
13
+ columnMenuManagePanelItem: typeof GridColumnMenuManagePanelItem;
14
14
  };
15
15
  export declare const GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM: {
16
- columnMenuAggregationItem: {
16
+ columnMenuSortItem: {
17
17
  displayOrder: number;
18
18
  };
19
- columnMenuGroupingItem: {
19
+ columnMenuFilterItem: {
20
20
  displayOrder: number;
21
21
  };
22
- columnMenuManagePanelItem: {
22
+ columnMenuColumnsItem: {
23
23
  displayOrder: number;
24
24
  };
25
25
  columnMenuPinningItem: {
26
26
  displayOrder: number;
27
27
  };
28
- columnMenuSortItem: {
28
+ columnMenuAggregationItem: {
29
29
  displayOrder: number;
30
30
  };
31
- columnMenuFilterItem: {
31
+ columnMenuGroupingItem: {
32
32
  displayOrder: number;
33
33
  };
34
- columnMenuColumnsItem: {
34
+ columnMenuManagePanelItem: {
35
35
  displayOrder: number;
36
36
  };
37
37
  };
@@ -2,36 +2,36 @@ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  import type { GridColumnMenuComponent } from '@mui/x-data-grid-pro/internals';
3
3
  import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.js";
4
4
  import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.js";
5
- export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react").JSX.Element;
6
6
  export declare const GRID_COLUMN_MENU_SLOTS_PREMIUM: {
7
- columnMenuAggregationItem: typeof GridColumnMenuAggregationItem;
8
- columnMenuGroupingItem: typeof GridColumnMenuGroupingItem;
9
- columnMenuManagePanelItem: typeof GridColumnMenuManagePanelItem;
10
- columnMenuPinningItem: typeof import("@mui/x-data-grid-pro").GridColumnMenuPinningItem;
11
7
  columnMenuSortItem: typeof import("@mui/x-data-grid").GridColumnMenuSortItem;
12
8
  columnMenuFilterItem: typeof import("@mui/x-data-grid").GridColumnMenuFilterItem;
13
9
  columnMenuColumnsItem: typeof import("@mui/x-data-grid").GridColumnMenuColumnsItem;
10
+ columnMenuPinningItem: typeof import("@mui/x-data-grid-pro").GridColumnMenuPinningItem;
11
+ columnMenuAggregationItem: typeof GridColumnMenuAggregationItem;
12
+ columnMenuGroupingItem: typeof GridColumnMenuGroupingItem;
13
+ columnMenuManagePanelItem: typeof GridColumnMenuManagePanelItem;
14
14
  };
15
15
  export declare const GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM: {
16
- columnMenuAggregationItem: {
16
+ columnMenuSortItem: {
17
17
  displayOrder: number;
18
18
  };
19
- columnMenuGroupingItem: {
19
+ columnMenuFilterItem: {
20
20
  displayOrder: number;
21
21
  };
22
- columnMenuManagePanelItem: {
22
+ columnMenuColumnsItem: {
23
23
  displayOrder: number;
24
24
  };
25
25
  columnMenuPinningItem: {
26
26
  displayOrder: number;
27
27
  };
28
- columnMenuSortItem: {
28
+ columnMenuAggregationItem: {
29
29
  displayOrder: number;
30
30
  };
31
- columnMenuFilterItem: {
31
+ columnMenuGroupingItem: {
32
32
  displayOrder: number;
33
33
  };
34
- columnMenuColumnsItem: {
34
+ columnMenuManagePanelItem: {
35
35
  displayOrder: number;
36
36
  };
37
37
  };
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridToolbarProps } from '@mui/x-data-grid-pro/internals';
2
- export declare function GridPremiumToolbar(props: GridToolbarProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function GridPremiumToolbar(props: GridToolbarProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridToolbarProps } from '@mui/x-data-grid-pro/internals';
2
- export declare function GridPremiumToolbar(props: GridToolbarProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function GridPremiumToolbar(props: GridToolbarProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
- declare function GridAiAssistantPanel(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridAiAssistantPanel(): React.JSX.Element;
2
3
  export { GridAiAssistantPanel };
@@ -1,2 +1,3 @@
1
- declare function GridAiAssistantPanel(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridAiAssistantPanel(): React.JSX.Element;
2
3
  export { GridAiAssistantPanel };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { Conversation } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs";
2
3
  type GridAiAssistantPanelConversationProps = {
3
4
  conversation: Conversation;
4
5
  };
5
- declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): React.JSX.Element;
6
7
  export { GridAiAssistantPanelConversation };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { Conversation } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js";
2
3
  type GridAiAssistantPanelConversationProps = {
3
4
  conversation: Conversation;
4
5
  };
5
- declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): React.JSX.Element;
6
7
  export { GridAiAssistantPanelConversation };
@@ -1,2 +1,3 @@
1
- declare function GridAiAssistantPanelConversationsMenu(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridAiAssistantPanelConversationsMenu(): React.JSX.Element;
2
3
  export { GridAiAssistantPanelConversationsMenu };
@@ -1,2 +1,3 @@
1
- declare function GridAiAssistantPanelConversationsMenu(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridAiAssistantPanelConversationsMenu(): React.JSX.Element;
2
3
  export { GridAiAssistantPanelConversationsMenu };
@@ -2,5 +2,5 @@ import type { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAs
2
2
  type GridAiAssistantPanelSuggestionsProps = {
3
3
  suggestions: PromptSuggestion[];
4
4
  };
5
- declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react").JSX.Element;
6
6
  export { GridAiAssistantPanelSuggestions };
@@ -2,5 +2,5 @@ import type { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAs
2
2
  type GridAiAssistantPanelSuggestionsProps = {
3
3
  suggestions: PromptSuggestion[];
4
4
  };
5
- declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react").JSX.Element;
6
6
  export { GridAiAssistantPanelSuggestions };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
2
3
  export interface GridChartsPanelProps {
3
4
  /**
@@ -13,7 +14,7 @@ export interface GridChartsPanelProps {
13
14
  */
14
15
  getColumnName?: (field: string) => string | undefined;
15
16
  }
16
- declare function GridChartsPanel(props: GridChartsPanelProps): import("react/jsx-runtime").JSX.Element;
17
+ declare function GridChartsPanel(props: GridChartsPanelProps): React.JSX.Element;
17
18
  declare namespace GridChartsPanel {
18
19
  var propTypes: any;
19
20
  }
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
2
3
  export interface GridChartsPanelProps {
3
4
  /**
@@ -13,7 +14,7 @@ export interface GridChartsPanelProps {
13
14
  */
14
15
  getColumnName?: (field: string) => string | undefined;
15
16
  }
16
- declare function GridChartsPanel(props: GridChartsPanelProps): import("react/jsx-runtime").JSX.Element;
17
+ declare function GridChartsPanel(props: GridChartsPanelProps): React.JSX.Element;
17
18
  declare namespace GridChartsPanel {
18
19
  var propTypes: any;
19
20
  }
@@ -4,7 +4,7 @@ export interface GridChartsPanelChartProps {
4
4
  selectedChartType: string;
5
5
  onChartTypeChange: (type: string) => void;
6
6
  }
7
- declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react").JSX.Element;
8
8
  declare namespace GridChartsPanelChart {
9
9
  var propTypes: any;
10
10
  }
@@ -4,7 +4,7 @@ export interface GridChartsPanelChartProps {
4
4
  selectedChartType: string;
5
5
  onChartTypeChange: (type: string) => void;
6
6
  }
7
- declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react").JSX.Element;
8
8
  declare namespace GridChartsPanelChart {
9
9
  var propTypes: any;
10
10
  }
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsConfigurationSection } from '@mui/x-internals/types';
2
3
  interface GridChartsPanelCustomizeProps {
3
4
  activeChartId: string;
4
5
  sections: GridChartsConfigurationSection[];
5
6
  }
6
- export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): React.JSX.Element;
7
8
  export {};