@mui/x-data-grid-premium 9.5.0 → 9.7.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 (132) hide show
  1. package/CHANGELOG.md +261 -0
  2. package/DataGridPremium/DataGridPremium.d.mts +1 -1
  3. package/DataGridPremium/DataGridPremium.d.ts +1 -1
  4. package/DataGridPremium/DataGridPremium.js +3 -3
  5. package/DataGridPremium/DataGridPremium.mjs +3 -3
  6. package/DataGridPremium/useDataGridPremiumComponent.d.mts +1 -1
  7. package/DataGridPremium/useDataGridPremiumComponent.d.ts +1 -1
  8. package/components/GridAggregationHeader.d.mts +2 -2
  9. package/components/GridAggregationHeader.d.ts +2 -2
  10. package/components/GridDataSourceGroupingCriteriaCell.d.mts +1 -1
  11. package/components/GridDataSourceGroupingCriteriaCell.d.ts +1 -1
  12. package/components/GridEmptyPivotOverlay.d.mts +1 -1
  13. package/components/GridEmptyPivotOverlay.d.ts +1 -1
  14. package/components/GridEmptyPivotOverlay.js +1 -1
  15. package/components/GridEmptyPivotOverlay.mjs +1 -1
  16. package/components/GridExcelExportMenuItem.js +1 -1
  17. package/components/GridExcelExportMenuItem.mjs +1 -1
  18. package/components/GridGroupingCriteriaCell.d.mts +1 -1
  19. package/components/GridGroupingCriteriaCell.d.ts +1 -1
  20. package/components/GridPremiumColumnMenu.d.mts +1 -1
  21. package/components/GridPremiumColumnMenu.d.ts +1 -1
  22. package/components/GridPremiumToolbar.d.mts +1 -1
  23. package/components/GridPremiumToolbar.d.ts +1 -1
  24. package/components/aiAssistantPanel/AiAssistantPanelTrigger.d.mts +2 -2
  25. package/components/aiAssistantPanel/AiAssistantPanelTrigger.d.ts +2 -2
  26. package/components/aiAssistantPanel/AiAssistantPanelTrigger.js +3 -3
  27. package/components/aiAssistantPanel/AiAssistantPanelTrigger.mjs +3 -3
  28. package/components/chartsPanel/ChartsPanelTrigger.d.mts +1 -1
  29. package/components/chartsPanel/ChartsPanelTrigger.d.ts +1 -1
  30. package/components/chartsPanel/ChartsPanelTrigger.js +1 -1
  31. package/components/chartsPanel/ChartsPanelTrigger.mjs +1 -1
  32. package/components/chartsPanel/GridChartsPanel.js +2 -2
  33. package/components/chartsPanel/GridChartsPanel.mjs +2 -2
  34. package/components/chartsPanel/data/GridChartsPanelDataSearch.d.mts +1 -1
  35. package/components/chartsPanel/data/GridChartsPanelDataSearch.d.ts +1 -1
  36. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.mts +1 -1
  37. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.ts +1 -1
  38. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.js +1 -1
  39. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.mjs +1 -1
  40. package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.mts +1 -1
  41. package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.ts +1 -1
  42. package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.mts +1 -1
  43. package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.ts +1 -1
  44. package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.mts +1 -1
  45. package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.ts +1 -1
  46. package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.mts +1 -1
  47. package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.ts +1 -1
  48. package/components/export/ExportExcel.js +1 -1
  49. package/components/export/ExportExcel.mjs +1 -1
  50. package/components/pivotPanel/GridPivotPanelSearch.d.mts +1 -1
  51. package/components/pivotPanel/GridPivotPanelSearch.d.ts +1 -1
  52. package/components/pivotPanel/PivotPanelTrigger.d.mts +2 -2
  53. package/components/pivotPanel/PivotPanelTrigger.d.ts +2 -2
  54. package/components/pivotPanel/PivotPanelTrigger.js +1 -1
  55. package/components/pivotPanel/PivotPanelTrigger.mjs +1 -1
  56. package/components/promptField/GridPromptField.d.mts +1 -1
  57. package/components/promptField/GridPromptField.d.ts +1 -1
  58. package/components/promptField/PromptField.d.mts +1 -1
  59. package/components/promptField/PromptField.d.ts +1 -1
  60. package/components/promptField/PromptField.js +1 -1
  61. package/components/promptField/PromptField.mjs +1 -1
  62. package/components/promptField/PromptFieldControl.d.mts +1 -1
  63. package/components/promptField/PromptFieldControl.d.ts +1 -1
  64. package/components/promptField/PromptFieldControl.js +1 -1
  65. package/components/promptField/PromptFieldControl.mjs +1 -1
  66. package/components/promptField/PromptFieldRecord.d.mts +1 -1
  67. package/components/promptField/PromptFieldRecord.d.ts +1 -1
  68. package/components/promptField/PromptFieldRecord.js +1 -1
  69. package/components/promptField/PromptFieldRecord.mjs +1 -1
  70. package/components/promptField/PromptFieldSend.d.mts +1 -1
  71. package/components/promptField/PromptFieldSend.d.ts +1 -1
  72. package/components/promptField/PromptFieldSend.js +1 -1
  73. package/components/promptField/PromptFieldSend.mjs +1 -1
  74. package/context/GridChartsRendererProxy.js +1 -1
  75. package/context/GridChartsRendererProxy.mjs +1 -1
  76. package/hooks/features/aggregation/createAggregationLookup.js +2 -0
  77. package/hooks/features/aggregation/createAggregationLookup.mjs +2 -0
  78. package/hooks/features/aggregation/gridAggregationSelectors.d.mts +3 -3
  79. package/hooks/features/aggregation/gridAggregationSelectors.d.ts +3 -3
  80. package/hooks/features/aggregation/gridAggregationSelectors.js +1 -1
  81. package/hooks/features/aggregation/gridAggregationSelectors.mjs +1 -1
  82. package/hooks/features/aggregation/gridAggregationUtils.d.mts +2 -2
  83. package/hooks/features/aggregation/gridAggregationUtils.d.ts +2 -2
  84. package/hooks/features/aggregation/useGridAggregation.d.mts +1 -1
  85. package/hooks/features/aggregation/useGridAggregation.d.ts +1 -1
  86. package/hooks/features/aggregation/wrapColumnWithAggregation.d.mts +2 -2
  87. package/hooks/features/aggregation/wrapColumnWithAggregation.d.ts +2 -2
  88. package/hooks/features/aiAssistant/useGridAiAssistant.d.mts +1 -1
  89. package/hooks/features/aiAssistant/useGridAiAssistant.d.ts +1 -1
  90. package/hooks/features/cellSelection/useGridCellSelection.d.mts +1 -1
  91. package/hooks/features/cellSelection/useGridCellSelection.d.ts +1 -1
  92. package/hooks/features/cellSelection/useGridCellSelection.js +2 -2
  93. package/hooks/features/cellSelection/useGridCellSelection.mjs +2 -2
  94. package/hooks/features/chartsIntegration/useGridChartsIntegration.d.mts +1 -1
  95. package/hooks/features/chartsIntegration/useGridChartsIntegration.d.ts +1 -1
  96. package/hooks/features/clipboard/useGridClipboardImport.d.mts +1 -1
  97. package/hooks/features/clipboard/useGridClipboardImport.d.ts +1 -1
  98. package/hooks/features/dataSource/utils.d.mts +1 -1
  99. package/hooks/features/dataSource/utils.d.ts +1 -1
  100. package/hooks/features/editing/useGridCellEditable.d.mts +1 -1
  101. package/hooks/features/editing/useGridCellEditable.d.ts +1 -1
  102. package/hooks/features/export/serializer/excelSerializer.d.mts +3 -3
  103. package/hooks/features/export/serializer/excelSerializer.d.ts +3 -3
  104. package/hooks/features/history/useGridHistory.d.mts +1 -1
  105. package/hooks/features/history/useGridHistory.d.ts +1 -1
  106. package/hooks/features/pivoting/useGridPivoting.d.mts +2 -2
  107. package/hooks/features/pivoting/useGridPivoting.d.ts +2 -2
  108. package/hooks/features/pivoting/utils.d.mts +1 -1
  109. package/hooks/features/pivoting/utils.d.ts +1 -1
  110. package/hooks/features/pivoting/utils.js +3 -1
  111. package/hooks/features/pivoting/utils.mjs +3 -1
  112. package/hooks/features/rowGrouping/createGroupingColDef.d.mts +3 -2
  113. package/hooks/features/rowGrouping/createGroupingColDef.d.ts +3 -2
  114. package/hooks/features/rowGrouping/gridRowGroupingUtils.d.mts +2 -1
  115. package/hooks/features/rowGrouping/gridRowGroupingUtils.d.ts +2 -1
  116. package/hooks/features/rowGrouping/useGridRowGrouping.d.mts +1 -1
  117. package/hooks/features/rowGrouping/useGridRowGrouping.d.ts +1 -1
  118. package/hooks/features/rowReorder/operations.d.mts +2 -1
  119. package/hooks/features/rowReorder/operations.d.ts +2 -1
  120. package/hooks/features/rows/useGridParamsOverridableMethods.js +2 -2
  121. package/hooks/features/rows/useGridParamsOverridableMethods.mjs +2 -2
  122. package/hooks/features/sidebar/useGridSidebar.d.mts +1 -1
  123. package/hooks/features/sidebar/useGridSidebar.d.ts +1 -1
  124. package/hooks/utils/useGridApiContext.d.mts +1 -1
  125. package/hooks/utils/useGridApiContext.d.ts +1 -1
  126. package/hooks/utils/useKeepGroupedColumnsHidden.d.mts +1 -1
  127. package/hooks/utils/useKeepGroupedColumnsHidden.d.ts +1 -1
  128. package/hooks/utils/useKeepGroupedColumnsHidden.js +1 -1
  129. package/hooks/utils/useKeepGroupedColumnsHidden.mjs +1 -1
  130. package/index.js +1 -1
  131. package/index.mjs +1 -1
  132. package/package.json +10 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,266 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.7.0
4
+
5
+ _Jun 25, 2026_
6
+
7
+ We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🐞 Bugfixes
10
+ - 📚 Documentation improvements
11
+
12
+ Special thanks go out to these community members for their valuable contributions:
13
+ @Anexus5919, @mustafajw07
14
+
15
+ The following team members contributed to this release:
16
+ @alexfauquette, @arminmeh, @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @michelengelen, @romgrk, @sai6855, @siriwatknp
17
+
18
+ ### Data Grid
19
+
20
+ #### `@mui/x-data-grid@9.7.0`
21
+
22
+ - [DataGrid] Fix `CustomColumnMenuGrid` demo crashing (#22897) @sai6855
23
+ - [DataGrid] Fix crash in `getRowValue` when `colDef` is `undefined` (#22838) @LukasTy
24
+ - [DataGrid] Fix `longText` expand button submitting surrounding form (#22450) @siriwatknp
25
+ - [DataGrid] Remove filename ignore list from `removePropTypesPlugin` in Babel config (#22727) @sai6855
26
+ - [DataGrid] Deduplicate scroll-preserving focus logic (#22916) @sai6855
27
+ - [DataGrid] Fix `singleSelect` clearing to use empty string instead of `null` (#22881) @michelengelen
28
+ - [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22698) @MBilalShafi
29
+
30
+ #### `@mui/x-data-grid-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31
+
32
+ Same changes as in `@mui/x-data-grid@9.7.0`.
33
+
34
+ #### `@mui/x-data-grid-premium@9.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
35
+
36
+ Same changes as in `@mui/x-data-grid-pro@9.7.0`.
37
+
38
+ ### Date and Time Pickers
39
+
40
+ #### `@mui/x-date-pickers@9.7.0`
41
+
42
+ - [fields] Announce cardinal day in the day section `aria-valuetext` (#22922) @LukasTy
43
+ - [fields] Avoid focusing the field on blank space clicks (#22285) @LukasTy
44
+ - [pickers] Commit `TimeClock` value when the drag ends outside the clock (#22877) @LukasTy
45
+ - [pickers] Respect explicit `notched` prop on the outlined PickersTextField (#22875) @LukasTy
46
+
47
+ #### `@mui/x-date-pickers-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
48
+
49
+ Same changes as in `@mui/x-date-pickers@9.7.0`.
50
+
51
+ ### Charts
52
+
53
+ #### `@mui/x-charts@9.7.0`
54
+
55
+ - [charts] Add demo for displaying the sum of all values from the stacked series on top of the stacked bars (#22879) @sai6855
56
+ - [charts] Add `zAxis` custom scatter component demo (#22746) @mustafajw07
57
+ - [charts] Apply axis `colorMap` to radial bar fill (#22800) @JCQuintas
58
+ - [charts] Simplify classes type (#22626) @alexfauquette
59
+ - [charts] Stable progressive scatter batching + responsive zoom/pan (#22862) @JCQuintas
60
+ - [charts] Strip dev-only console diagnostics from production (#22917) @sai6855
61
+ - [docs] Fix scatter renderer table blocking column (#22904) @JCQuintas
62
+ - [docs] Make `ScatterAsyncRenderer` button bar responsive (#22905) @JCQuintas
63
+
64
+ #### `@mui/x-charts-pro@9.7.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-charts@9.7.0`.
67
+
68
+ #### `@mui/x-charts-premium@9.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
69
+
70
+ Same changes as in `@mui/x-charts-pro@9.7.0`.
71
+
72
+ ### Tree View
73
+
74
+ #### `@mui/x-tree-view@9.7.0`
75
+
76
+ Internal changes.
77
+
78
+ #### `@mui/x-tree-view-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
79
+
80
+ Same changes as in `@mui/x-tree-view@9.7.0`.
81
+
82
+ ### Scheduler
83
+
84
+ #### `@mui/x-scheduler@9.0.0-beta.3`
85
+
86
+ - [scheduler] Highlight only the edited occurrence of a recurring event (#22873) @Anexus5919
87
+
88
+ #### `@mui/x-scheduler-premium@9.0.0-beta.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
89
+
90
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.3`.
91
+
92
+ ### Codemod
93
+
94
+ #### `@mui/x-codemod@9.7.0`
95
+
96
+ Internal changes.
97
+
98
+ ### Core
99
+
100
+ - [code-infra] Fix react@^18 CI failing on nanoid trust-downgrade (#22923) @LukasTy
101
+ - [code-infra] Reduce Netlify build parallelism to 2 (#22925) @LukasTy
102
+ - [code-infra] Use Turbopack for docs in dev (#22882) @brijeshb42
103
+ - [docs-infra] Pre-render API page descriptions (#22919) @brijeshb42
104
+ - [internal] Use `@base-ui/utils/platform` for platform detection (#22710) @romgrk
105
+ - [internal] Enforce top-level type imports (#22679) @Janpot
106
+
107
+ ### Miscellaneous
108
+
109
+ - [internal] Enable mui/no-floating-cleanup and fix leaks (#22872) @romgrk
110
+ - [infra] Update `.gitignore` to exclude `.claude` sub-directories (#22435) @michelengelen
111
+ - [virtualizer] Improve the dimensions' initial state (#22885) @arminmeh
112
+
113
+ ## 9.6.0
114
+
115
+ _Jun 18, 2026_
116
+
117
+ We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨:
118
+
119
+ - 📊 New features for the radial bar charts, like percentage min radius and disabling tick labels.
120
+
121
+ Special thanks go out to these community members for their valuable contributions:
122
+ @adamowski10, @Anexus5919, @Morteza-hp, @mustafajw07, @TargiX
123
+
124
+ The following team members contributed to this release:
125
+ @alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @hasdfa, @Janpot, @JCQuintas, @michelengelen, @noraleonte, @oliviertassinari, @rita-codes, @sai6855
126
+
127
+ ### Data Grid
128
+
129
+ #### `@mui/x-data-grid@9.6.0`
130
+
131
+ - [DataGrid] Define `overflowAnchor` style at the right element (#22849) @arminmeh
132
+ - [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22832) @cherniavskii
133
+
134
+ #### `@mui/x-data-grid-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
135
+
136
+ Same changes as in `@mui/x-data-grid@9.6.0`, plus:
137
+
138
+ - [DataGridPro] Prevent incorrect row range capping on the first page with known `rowCount` (#22808) @michelengelen
139
+
140
+ #### `@mui/x-data-grid-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
141
+
142
+ Same changes as in `@mui/x-data-grid-pro@9.6.0`.
143
+
144
+ ### Date and Time Pickers
145
+
146
+ #### `@mui/x-date-pickers@9.6.0`
147
+
148
+ - [pickers] Fix `AdapterMomentHijri.getDaysInMonth` returning the Gregorian month length (#22774) @Anexus5919
149
+ - [l10n] Improve Persian (fa-IR) locale (#22454) @Morteza-hp
150
+
151
+ #### `@mui/x-date-pickers-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
152
+
153
+ Same changes as in `@mui/x-date-pickers@9.6.0`.
154
+
155
+ ### Charts
156
+
157
+ #### `@mui/x-charts@9.6.0`
158
+
159
+ - [charts] Add `disableTickLabel` prop to radial axes (#22801) @JCQuintas
160
+ - [charts] Fix bug when `min` is in axis domain (#22827) @alexfauquette
161
+ - [charts] Fix wheel zoom not centering on cursor position (#22811) @JCQuintas
162
+ - [charts] Remove zoom gesture registration from community package (#22753) @sai6855
163
+ - [charts] Support percentage values for radial axis `minRadius`/`maxRadius` (#22803) @JCQuintas
164
+ - [charts] Support `unknownColor` in color scale (#22813) @alexfauquette
165
+ - [charts] Document click listener for scatter composition (#22809) @sai6855
166
+
167
+ #### `@mui/x-charts-pro@9.6.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.6.0`.
170
+
171
+ #### `@mui/x-charts-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
172
+
173
+ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
174
+
175
+ - [charts-premium] Add `geoFeatureKey` to transform features identifier (#22848) @alexfauquette
176
+ - [charts-premium] Allow to remove Antartica (#22815) @alexfauquette
177
+ - [charts-premium] Regenerate `ScatterPlotPremium` `propTypes` (#22829) @rita-codes
178
+ - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
179
+ - [docs] Show how to export maps (#22837) @alexfauquette
180
+
181
+
182
+ ### Tree View
183
+
184
+ #### `@mui/x-tree-view@9.6.0`
185
+
186
+ Internal changes.
187
+
188
+ #### `@mui/x-tree-view-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
189
+
190
+ Same changes as in `@mui/x-tree-view@9.6.0`.
191
+
192
+ ### Scheduler
193
+
194
+ #### `@mui/x-scheduler@9.0.0-beta.2`
195
+
196
+ - [scheduler] Add dispose lifecycle to `SchedulerLazyLoadingPlugin` (#22532) @rita-codes
197
+ - [scheduler] Add responsive mobile week view and responsive typography (#22593) @noraleonte
198
+ - [scheduler] Add stable weekday token to `recurrenceWeeklyPresetLabel` (#22733) @mustafajw07
199
+ - [scheduler] Create accessibility documentation section (#22557) @mustafajw07
200
+ - [scheduler] Decouple `MonthViewProps` from day time grid props (#22802) @mustafajw07
201
+ - [scheduler] Export missing public scheduler types (#22785) @mustafajw07
202
+ - [scheduler] Fix JSDoc defaults and improve public type readability (#22784) @mustafajw07
203
+ - [scheduler] Fix `aria-labelledby` on events referencing non-existent header IDs (#22778) @rita-codes
204
+ - [scheduler] Move `EventCalendarStyledContext` to internals (#22787) @mustafajw07
205
+ - [scheduler] Normalize all-day recurring occurrences to whole days (#22792) @Anexus5919
206
+ - [scheduler] Recalculate `DayTimeGrid` `hasScroll` on container resize (#22780) @Anexus5919
207
+ - [scheduler] Recompute `nowUpdatedEveryMinute` only on timezone change (#22793) @Anexus5919
208
+ - [scheduler] Register auto-scroll once instead of on every render (#22794) @Anexus5919
209
+ - [scheduler] Remove duplicate dividers in the day/time grid (#22795) @Anexus5919
210
+ - [scheduler] Remove unused `--has-scroll` CSS variable from `DayTimeGrid` (#22799) @Anexus5919
211
+ - [scheduler] Remove vestigial async from internal drop handler (#22781) @mustafajw07
212
+ - [scheduler] Return a primitive key from the Calendar lazy-loading selector (#22791) @Anexus5919
213
+ - [scheduler] Throw on invalid event dates instead of emitting `NaN` timestamps (#22740) @rita-codes
214
+ - [scheduler] Tighten `StandaloneEventProps` data typing (#22796) @mustafajw07
215
+ - [scheduler] Update feedback banner to say beta instead of alpha (#22804) @rita-codes
216
+ - [scheduler] Use `@base-ui` `generateId` for event ids in `createEventModel` (#22788) @rita-codes
217
+ - [scheduler] Clear clipboard after pasting a cut event (#22773) @Anexus5919
218
+ - [scheduler] Show drag placeholder when re-entering the same position (#22775) @Anexus5919
219
+ - [scheduler] Validate missing and duplicate event ids (#22790) @Anexus5919
220
+ - [l10n] Improve Polish (pl-PL) locale (#22612) @adamowski10
221
+
222
+ #### `@mui/x-scheduler-premium@9.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
223
+
224
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
225
+
226
+ - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
227
+ - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
228
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
229
+
230
+ ### Codemod
231
+
232
+ #### `@mui/x-codemod@9.6.0`
233
+
234
+ Internal changes.
235
+
236
+ ### Docs
237
+
238
+ - [docs] Fix link-check build timeout by disabling serve directory listing (#22836) @Janpot
239
+ - [docs] Show how to export maps (#22837) @alexfauquette
240
+ - [docs] Add radial bar overview demo with custom overlays (#22776) @JCQuintas
241
+ - [docs] Add weather composition demo (#22723) @TargiX
242
+ - [docs] Add docs overview gallery and playground (#22488) @hasdfa
243
+ - [docs] Clarify 'Scrolling without render gaps' (#22629) @oliviertassinari
244
+ - [docs] Fix typo in release instructions (#22864) @brijeshb42
245
+
246
+ ### Core
247
+
248
+ - [code-infra] Fix lint issues (#22757) @brijeshb42
249
+ - [code-infra] Fix remaining Dependabot security alerts (#22761) @Janpot
250
+ - [code-infra] Remove release:build from docs:build script (#22852) @brijeshb42
251
+ - [code-infra] Unpin `@mui/utils` version to allow dedupe (#22828) @mustafajw07
252
+ - [docs-infra] Cap Netlify Next.js build parallelism to avoid OOM (#22847) @Janpot
253
+ - [docs-infra] Remove i18n codebase (#22591) @brijeshb42
254
+ - [internal] Fix failing React 18 unit tests (#22846) @brijeshb42
255
+
256
+ ### Miscellaneous
257
+
258
+ - [core] Add remove-proptypes markers to generated `propTypes` (#22850) @JCQuintas
259
+ - [core] Bump vitest packages to 4.1.8 to fix browser-test version skew (#22845) @Janpot
260
+ - [core] Reduce e2e build concurrency to avoid OOM (#22843) @Janpot
261
+ - [core] Strip proptypes from Production bundles (#22750) @sai6855
262
+ - [test] Wait for `GridToolbarCustom` rows before screenshot (#22844) @Janpot
263
+
3
264
  ## 9.5.0
4
265
 
5
266
  _Jun 11, 2026_
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type GridValidRowModel } from '@mui/x-data-grid-pro';
2
+ import type { GridValidRowModel } from '@mui/x-data-grid-pro';
3
3
  import type { DataGridPremiumProps } from "../models/dataGridPremiumProps.mjs";
4
4
  export type { GridPremiumSlotsComponent as GridSlots } from "../models/index.mjs";
5
5
  interface DataGridPremiumComponent {
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { type GridValidRowModel } from '@mui/x-data-grid-pro';
2
+ import type { GridValidRowModel } from '@mui/x-data-grid-pro';
3
3
  import type { DataGridPremiumProps } from "../models/dataGridPremiumProps.js";
4
4
  export type { GridPremiumSlotsComponent as GridSlots } from "../models/index.js";
5
5
  interface DataGridPremiumComponent {
@@ -51,8 +51,8 @@ const configuration = {
51
51
  }
52
52
  };
53
53
  const packageInfo = {
54
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
55
- version: "9.5.0",
54
+ releaseDate: "MTc4MjM0NTYwMDAwMA==",
55
+ version: "9.7.0",
56
56
  name: 'x-data-grid-premium'
57
57
  };
58
58
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.Watermark, {
@@ -88,7 +88,7 @@ const DataGridPremiumRaw = (0, _forwardRef.forwardRef)(function DataGridPremium(
88
88
  });
89
89
  });
90
90
  if (process.env.NODE_ENV !== "production") DataGridPremiumRaw.displayName = "DataGridPremiumRaw";
91
- process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
91
+ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes /* remove-proptypes */ = {
92
92
  // ----------------------------- Warning --------------------------------
93
93
  // | These PropTypes are generated from the TypeScript type definitions |
94
94
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -44,8 +44,8 @@ const configuration = {
44
44
  }
45
45
  };
46
46
  const packageInfo = {
47
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
48
- version: "9.5.0",
47
+ releaseDate: "MTc4MjM0NTYwMDAwMA==",
48
+ version: "9.7.0",
49
49
  name: 'x-data-grid-premium'
50
50
  };
51
51
  const watermark = /*#__PURE__*/_jsx(Watermark, {
@@ -81,7 +81,7 @@ const DataGridPremiumRaw = forwardRef(function DataGridPremium(inProps, ref) {
81
81
  });
82
82
  });
83
83
  if (process.env.NODE_ENV !== "production") DataGridPremiumRaw.displayName = "DataGridPremiumRaw";
84
- process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
84
+ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes /* remove-proptypes */ = {
85
85
  // ----------------------------- Warning --------------------------------
86
86
  // | These PropTypes are generated from the TypeScript type definitions |
87
87
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -1,5 +1,5 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
- import { type GridConfiguration } from '@mui/x-data-grid-pro/internals';
2
+ import type { GridConfiguration } from '@mui/x-data-grid-pro/internals';
3
3
  import type { GridPrivateApiPremium } from "../models/gridApiPremium.mjs";
4
4
  import type { DataGridPremiumProcessedProps } from "../models/dataGridPremiumProps.mjs";
5
5
  export declare const useDataGridPremiumComponent: (apiRef: RefObject<GridPrivateApiPremium>, inProps: DataGridPremiumProcessedProps, configuration: GridConfiguration) => DataGridPremiumProcessedProps;
@@ -1,5 +1,5 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
- import { type GridConfiguration } from '@mui/x-data-grid-pro/internals';
2
+ import type { GridConfiguration } from '@mui/x-data-grid-pro/internals';
3
3
  import type { GridPrivateApiPremium } from "../models/gridApiPremium.js";
4
4
  import type { DataGridPremiumProcessedProps } from "../models/dataGridPremiumProps.js";
5
5
  export declare const useDataGridPremiumComponent: (apiRef: RefObject<GridPrivateApiPremium>, inProps: DataGridPremiumProcessedProps, configuration: GridConfiguration) => DataGridPremiumProcessedProps;
@@ -1,5 +1,5 @@
1
- import { type GridColumnHeaderParams } from '@mui/x-data-grid';
2
- import { type GridBaseColDef } from '@mui/x-data-grid/internals';
1
+ import type { GridColumnHeaderParams } from '@mui/x-data-grid';
2
+ import type { GridBaseColDef } from '@mui/x-data-grid/internals';
3
3
  declare function GridAggregationHeader(props: GridColumnHeaderParams & {
4
4
  renderHeader: GridBaseColDef['renderHeader'];
5
5
  }): import("react/jsx-runtime").JSX.Element | null;
@@ -1,5 +1,5 @@
1
- import { type GridColumnHeaderParams } from '@mui/x-data-grid';
2
- import { type GridBaseColDef } from '@mui/x-data-grid/internals';
1
+ import type { GridColumnHeaderParams } from '@mui/x-data-grid';
2
+ import type { GridBaseColDef } from '@mui/x-data-grid/internals';
3
3
  declare function GridAggregationHeader(props: GridColumnHeaderParams & {
4
4
  renderHeader: GridBaseColDef['renderHeader'];
5
5
  }): import("react/jsx-runtime").JSX.Element | null;
@@ -1,4 +1,4 @@
1
- import { type GridRenderCellParams, type GridGroupNode } from '@mui/x-data-grid-pro';
1
+ import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
2
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
3
  hideDescendantCount?: boolean;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type GridRenderCellParams, type GridGroupNode } from '@mui/x-data-grid-pro';
1
+ import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
2
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
3
  hideDescendantCount?: boolean;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type GridOverlayProps } from '@mui/x-data-grid';
1
+ import type { GridOverlayProps } from '@mui/x-data-grid';
2
2
  declare const GridEmptyPivotOverlay: import("react").ForwardRefExoticComponent<GridOverlayProps> | import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
3
3
  sx?: import("@mui/system").SxProps<import("@mui/system").Theme>;
4
4
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,4 @@
1
- import { type GridOverlayProps } from '@mui/x-data-grid';
1
+ import type { GridOverlayProps } from '@mui/x-data-grid';
2
2
  declare const GridEmptyPivotOverlay: import("react").ForwardRefExoticComponent<GridOverlayProps> | import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
3
3
  sx?: import("@mui/system").SxProps<import("@mui/system").Theme>;
4
4
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -20,7 +20,7 @@ const GridEmptyPivotOverlay = exports.GridEmptyPivotOverlay = (0, _forwardRef.fo
20
20
  }));
21
21
  });
22
22
  if (process.env.NODE_ENV !== "production") GridEmptyPivotOverlay.displayName = "GridEmptyPivotOverlay";
23
- process.env.NODE_ENV !== "production" ? GridEmptyPivotOverlay.propTypes = {
23
+ process.env.NODE_ENV !== "production" ? GridEmptyPivotOverlay.propTypes /* remove-proptypes */ = {
24
24
  // ----------------------------- Warning --------------------------------
25
25
  // | These PropTypes are generated from the TypeScript type definitions |
26
26
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -14,7 +14,7 @@ const GridEmptyPivotOverlay = forwardRef(function GridEmptyPivotOverlay(props, r
14
14
  }));
15
15
  });
16
16
  if (process.env.NODE_ENV !== "production") GridEmptyPivotOverlay.displayName = "GridEmptyPivotOverlay";
17
- process.env.NODE_ENV !== "production" ? GridEmptyPivotOverlay.propTypes = {
17
+ process.env.NODE_ENV !== "production" ? GridEmptyPivotOverlay.propTypes /* remove-proptypes */ = {
18
18
  // ----------------------------- Warning --------------------------------
19
19
  // | These PropTypes are generated from the TypeScript type definitions |
20
20
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -29,7 +29,7 @@ function GridExcelExportMenuItem(props) {
29
29
  children: apiRef.current.getLocaleText('toolbarExportExcel')
30
30
  }));
31
31
  }
32
- process.env.NODE_ENV !== "production" ? GridExcelExportMenuItem.propTypes = {
32
+ process.env.NODE_ENV !== "production" ? GridExcelExportMenuItem.propTypes /* remove-proptypes */ = {
33
33
  // ----------------------------- Warning --------------------------------
34
34
  // | These PropTypes are generated from the TypeScript type definitions |
35
35
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -22,7 +22,7 @@ function GridExcelExportMenuItem(props) {
22
22
  children: apiRef.current.getLocaleText('toolbarExportExcel')
23
23
  }));
24
24
  }
25
- process.env.NODE_ENV !== "production" ? GridExcelExportMenuItem.propTypes = {
25
+ process.env.NODE_ENV !== "production" ? GridExcelExportMenuItem.propTypes /* remove-proptypes */ = {
26
26
  // ----------------------------- Warning --------------------------------
27
27
  // | These PropTypes are generated from the TypeScript type definitions |
28
28
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -1,4 +1,4 @@
1
- import { type GridRenderCellParams, type GridGroupNode } from '@mui/x-data-grid-pro';
1
+ import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
2
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
3
  hideDescendantCount?: boolean;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type GridRenderCellParams, type GridGroupNode } from '@mui/x-data-grid-pro';
1
+ import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
2
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
3
  hideDescendantCount?: boolean;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ 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";
@@ -1,4 +1,4 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ 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";
@@ -1,2 +1,2 @@
1
- import { type GridToolbarProps } from '@mui/x-data-grid-pro/internals';
1
+ import type { GridToolbarProps } from '@mui/x-data-grid-pro/internals';
2
2
  export declare function GridPremiumToolbar(props: GridToolbarProps): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type GridToolbarProps } from '@mui/x-data-grid-pro/internals';
1
+ import type { GridToolbarProps } from '@mui/x-data-grid-pro/internals';
2
2
  export declare function GridPremiumToolbar(props: GridToolbarProps): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type RenderProp } from '@mui/x-internals/useComponentRenderer';
3
- import { type GridSlotProps } from '@mui/x-data-grid-pro';
2
+ import type { RenderProp } from '@mui/x-internals/useComponentRenderer';
3
+ import type { GridSlotProps } from '@mui/x-data-grid-pro';
4
4
  export interface AiAssistantPanelState {
5
5
  /**
6
6
  * If `true`, the assistant panel is open.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type RenderProp } from '@mui/x-internals/useComponentRenderer';
3
- import { type GridSlotProps } from '@mui/x-data-grid-pro';
2
+ import type { RenderProp } from '@mui/x-internals/useComponentRenderer';
3
+ import type { GridSlotProps } from '@mui/x-data-grid-pro';
4
4
  export interface AiAssistantPanelState {
5
5
  /**
6
6
  * If `true`, the assistant panel is open.
@@ -51,9 +51,9 @@ const AiAssistantPanelTrigger = exports.AiAssistantPanelTrigger = (0, _forwardRe
51
51
  };
52
52
  const resolvedClassName = typeof className === 'function' ? className(state) : className;
53
53
  const {
54
- aiAssistantPanelTriggerRef
54
+ triggers
55
55
  } = (0, _internals.useGridPanelContext)();
56
- const handleRef = (0, _utils.useForkRef)(ref, aiAssistantPanelTriggerRef);
56
+ const handleRef = (0, _utils.useForkRef)(ref, triggers.aiAssistantPanel.setRef);
57
57
  const handleClick = event => {
58
58
  if (open) {
59
59
  apiRef.current.hidePreferences();
@@ -84,7 +84,7 @@ const AiAssistantPanelTrigger = exports.AiAssistantPanelTrigger = (0, _forwardRe
84
84
  });
85
85
  });
86
86
  if (process.env.NODE_ENV !== "production") AiAssistantPanelTrigger.displayName = "AiAssistantPanelTrigger";
87
- process.env.NODE_ENV !== "production" ? AiAssistantPanelTrigger.propTypes = {
87
+ process.env.NODE_ENV !== "production" ? AiAssistantPanelTrigger.propTypes /* remove-proptypes */ = {
88
88
  // ----------------------------- Warning --------------------------------
89
89
  // | These PropTypes are generated from the TypeScript type definitions |
90
90
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -43,9 +43,9 @@ const AiAssistantPanelTrigger = forwardRef(function AiAssistantPanelTrigger(prop
43
43
  };
44
44
  const resolvedClassName = typeof className === 'function' ? className(state) : className;
45
45
  const {
46
- aiAssistantPanelTriggerRef
46
+ triggers
47
47
  } = useGridPanelContext();
48
- const handleRef = useForkRef(ref, aiAssistantPanelTriggerRef);
48
+ const handleRef = useForkRef(ref, triggers.aiAssistantPanel.setRef);
49
49
  const handleClick = event => {
50
50
  if (open) {
51
51
  apiRef.current.hidePreferences();
@@ -76,7 +76,7 @@ const AiAssistantPanelTrigger = forwardRef(function AiAssistantPanelTrigger(prop
76
76
  });
77
77
  });
78
78
  if (process.env.NODE_ENV !== "production") AiAssistantPanelTrigger.displayName = "AiAssistantPanelTrigger";
79
- process.env.NODE_ENV !== "production" ? AiAssistantPanelTrigger.propTypes = {
79
+ process.env.NODE_ENV !== "production" ? AiAssistantPanelTrigger.propTypes /* remove-proptypes */ = {
80
80
  // ----------------------------- Warning --------------------------------
81
81
  // | These PropTypes are generated from the TypeScript type definitions |
82
82
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { RenderProp } from '@mui/x-data-grid-pro/internals';
3
- import { type GridSlotProps } from '@mui/x-data-grid-pro';
3
+ import type { GridSlotProps } from '@mui/x-data-grid-pro';
4
4
  export interface ChartsPanelState {
5
5
  /**
6
6
  * If `true`, the charts integration panel is open.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { RenderProp } from '@mui/x-data-grid-pro/internals';
3
- import { type GridSlotProps } from '@mui/x-data-grid-pro';
3
+ import type { GridSlotProps } from '@mui/x-data-grid-pro';
4
4
  export interface ChartsPanelState {
5
5
  /**
6
6
  * If `true`, the charts integration panel is open.
@@ -67,7 +67,7 @@ const ChartsPanelTrigger = exports.ChartsPanelTrigger = (0, _forwardRef.forwardR
67
67
  });
68
68
  });
69
69
  if (process.env.NODE_ENV !== "production") ChartsPanelTrigger.displayName = "ChartsPanelTrigger";
70
- process.env.NODE_ENV !== "production" ? ChartsPanelTrigger.propTypes = {
70
+ process.env.NODE_ENV !== "production" ? ChartsPanelTrigger.propTypes /* remove-proptypes */ = {
71
71
  // ----------------------------- Warning --------------------------------
72
72
  // | These PropTypes are generated from the TypeScript type definitions |
73
73
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -59,7 +59,7 @@ const ChartsPanelTrigger = forwardRef(function ChartsPanelTrigger(props, ref) {
59
59
  });
60
60
  });
61
61
  if (process.env.NODE_ENV !== "production") ChartsPanelTrigger.displayName = "ChartsPanelTrigger";
62
- process.env.NODE_ENV !== "production" ? ChartsPanelTrigger.propTypes = {
62
+ process.env.NODE_ENV !== "production" ? ChartsPanelTrigger.propTypes /* remove-proptypes */ = {
63
63
  // ----------------------------- Warning --------------------------------
64
64
  // | These PropTypes are generated from the TypeScript type definitions |
65
65
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -109,7 +109,7 @@ function GridChartsPanelChartSelector(props) {
109
109
  })]
110
110
  });
111
111
  }
112
- process.env.NODE_ENV !== "production" ? GridChartsPanelChartSelector.propTypes = {
112
+ process.env.NODE_ENV !== "production" ? GridChartsPanelChartSelector.propTypes /* remove-proptypes */ = {
113
113
  // ----------------------------- Warning --------------------------------
114
114
  // | These PropTypes are generated from the TypeScript type definitions |
115
115
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -223,7 +223,7 @@ function GridChartsPanel(props) {
223
223
  })]
224
224
  });
225
225
  }
226
- process.env.NODE_ENV !== "production" ? GridChartsPanel.propTypes = {
226
+ process.env.NODE_ENV !== "production" ? GridChartsPanel.propTypes /* remove-proptypes */ = {
227
227
  // ----------------------------- Warning --------------------------------
228
228
  // | These PropTypes are generated from the TypeScript type definitions |
229
229
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -102,7 +102,7 @@ function GridChartsPanelChartSelector(props) {
102
102
  })]
103
103
  });
104
104
  }
105
- process.env.NODE_ENV !== "production" ? GridChartsPanelChartSelector.propTypes = {
105
+ process.env.NODE_ENV !== "production" ? GridChartsPanelChartSelector.propTypes /* remove-proptypes */ = {
106
106
  // ----------------------------- Warning --------------------------------
107
107
  // | These PropTypes are generated from the TypeScript type definitions |
108
108
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -216,7 +216,7 @@ function GridChartsPanel(props) {
216
216
  })]
217
217
  });
218
218
  }
219
- process.env.NODE_ENV !== "production" ? GridChartsPanel.propTypes = {
219
+ process.env.NODE_ENV !== "production" ? GridChartsPanel.propTypes /* remove-proptypes */ = {
220
220
  // ----------------------------- Warning --------------------------------
221
221
  // | These PropTypes are generated from the TypeScript type definitions |
222
222
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -1,4 +1,4 @@
1
- import { type GridSlotProps } from '@mui/x-data-grid-pro';
1
+ import type { GridSlotProps } from '@mui/x-data-grid-pro';
2
2
  export type GridChartsPanelDataSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
3
3
  onClear: () => void;
4
4
  };
@@ -1,4 +1,4 @@
1
- import { type GridSlotProps } from '@mui/x-data-grid-pro';
1
+ import type { GridSlotProps } from '@mui/x-data-grid-pro';
2
2
  export type GridChartsPanelDataSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
3
3
  onClear: () => void;
4
4
  };
@@ -1,4 +1,4 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  declare function GridColumnMenuAggregationItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
3
3
  declare namespace GridColumnMenuAggregationItem {
4
4
  var propTypes: any;