@mui/x-data-grid-premium 9.6.0 → 9.8.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 (108) hide show
  1. package/CHANGELOG.md +241 -2
  2. package/DataGridPremium/DataGridPremium.d.mts +1 -1
  3. package/DataGridPremium/DataGridPremium.d.ts +1 -1
  4. package/DataGridPremium/DataGridPremium.js +2 -2
  5. package/DataGridPremium/DataGridPremium.mjs +2 -2
  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/GridGroupingCriteriaCell.d.mts +1 -1
  15. package/components/GridGroupingCriteriaCell.d.ts +1 -1
  16. package/components/GridPremiumColumnMenu.d.mts +1 -1
  17. package/components/GridPremiumColumnMenu.d.ts +1 -1
  18. package/components/GridPremiumToolbar.d.mts +1 -1
  19. package/components/GridPremiumToolbar.d.ts +1 -1
  20. package/components/aiAssistantPanel/AiAssistantPanelTrigger.d.mts +2 -2
  21. package/components/aiAssistantPanel/AiAssistantPanelTrigger.d.ts +2 -2
  22. package/components/aiAssistantPanel/AiAssistantPanelTrigger.js +2 -2
  23. package/components/aiAssistantPanel/AiAssistantPanelTrigger.mjs +2 -2
  24. package/components/chartsPanel/ChartsPanelTrigger.d.mts +1 -1
  25. package/components/chartsPanel/ChartsPanelTrigger.d.ts +1 -1
  26. package/components/chartsPanel/data/GridChartsPanelDataSearch.d.mts +1 -1
  27. package/components/chartsPanel/data/GridChartsPanelDataSearch.d.ts +1 -1
  28. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.mts +1 -1
  29. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.ts +1 -1
  30. package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.mts +1 -1
  31. package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.ts +1 -1
  32. package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.mts +1 -1
  33. package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.ts +1 -1
  34. package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.mts +1 -1
  35. package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.ts +1 -1
  36. package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.mts +1 -1
  37. package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.ts +1 -1
  38. package/components/pivotPanel/GridPivotPanelSearch.d.mts +1 -1
  39. package/components/pivotPanel/GridPivotPanelSearch.d.ts +1 -1
  40. package/components/pivotPanel/PivotPanelTrigger.d.mts +2 -2
  41. package/components/pivotPanel/PivotPanelTrigger.d.ts +2 -2
  42. package/components/promptField/GridPromptField.d.mts +1 -1
  43. package/components/promptField/GridPromptField.d.ts +1 -1
  44. package/components/promptField/PromptField.d.mts +1 -1
  45. package/components/promptField/PromptField.d.ts +1 -1
  46. package/components/promptField/PromptFieldControl.d.mts +1 -1
  47. package/components/promptField/PromptFieldControl.d.ts +1 -1
  48. package/components/promptField/PromptFieldRecord.d.mts +1 -1
  49. package/components/promptField/PromptFieldRecord.d.ts +1 -1
  50. package/components/promptField/PromptFieldSend.d.mts +1 -1
  51. package/components/promptField/PromptFieldSend.d.ts +1 -1
  52. package/hooks/features/aggregation/createAggregationLookup.js +2 -0
  53. package/hooks/features/aggregation/createAggregationLookup.mjs +2 -0
  54. package/hooks/features/aggregation/gridAggregationSelectors.d.mts +3 -3
  55. package/hooks/features/aggregation/gridAggregationSelectors.d.ts +3 -3
  56. package/hooks/features/aggregation/gridAggregationSelectors.js +1 -1
  57. package/hooks/features/aggregation/gridAggregationSelectors.mjs +1 -1
  58. package/hooks/features/aggregation/gridAggregationUtils.d.mts +2 -2
  59. package/hooks/features/aggregation/gridAggregationUtils.d.ts +2 -2
  60. package/hooks/features/aggregation/useGridAggregation.d.mts +1 -1
  61. package/hooks/features/aggregation/useGridAggregation.d.ts +1 -1
  62. package/hooks/features/aggregation/wrapColumnWithAggregation.d.mts +2 -2
  63. package/hooks/features/aggregation/wrapColumnWithAggregation.d.ts +2 -2
  64. package/hooks/features/aiAssistant/useGridAiAssistant.d.mts +1 -1
  65. package/hooks/features/aiAssistant/useGridAiAssistant.d.ts +1 -1
  66. package/hooks/features/cellSelection/useGridCellSelection.d.mts +1 -1
  67. package/hooks/features/cellSelection/useGridCellSelection.d.ts +1 -1
  68. package/hooks/features/cellSelection/useGridCellSelection.js +2 -2
  69. package/hooks/features/cellSelection/useGridCellSelection.mjs +2 -2
  70. package/hooks/features/chartsIntegration/useGridChartsIntegration.d.mts +1 -1
  71. package/hooks/features/chartsIntegration/useGridChartsIntegration.d.ts +1 -1
  72. package/hooks/features/clipboard/useGridClipboardImport.d.mts +1 -1
  73. package/hooks/features/clipboard/useGridClipboardImport.d.ts +1 -1
  74. package/hooks/features/dataSource/utils.d.mts +1 -1
  75. package/hooks/features/dataSource/utils.d.ts +1 -1
  76. package/hooks/features/editing/useGridCellEditable.d.mts +1 -1
  77. package/hooks/features/editing/useGridCellEditable.d.ts +1 -1
  78. package/hooks/features/export/serializer/excelSerializer.d.mts +3 -3
  79. package/hooks/features/export/serializer/excelSerializer.d.ts +3 -3
  80. package/hooks/features/export/serializer/excelSerializer.js +2 -2
  81. package/hooks/features/export/serializer/excelSerializer.mjs +2 -2
  82. package/hooks/features/history/useGridHistory.d.mts +1 -1
  83. package/hooks/features/history/useGridHistory.d.ts +1 -1
  84. package/hooks/features/pivoting/useGridPivoting.d.mts +2 -2
  85. package/hooks/features/pivoting/useGridPivoting.d.ts +2 -2
  86. package/hooks/features/pivoting/utils.d.mts +1 -1
  87. package/hooks/features/pivoting/utils.d.ts +1 -1
  88. package/hooks/features/rowGrouping/createGroupingColDef.d.mts +3 -2
  89. package/hooks/features/rowGrouping/createGroupingColDef.d.ts +3 -2
  90. package/hooks/features/rowGrouping/gridRowGroupingUtils.d.mts +2 -1
  91. package/hooks/features/rowGrouping/gridRowGroupingUtils.d.ts +2 -1
  92. package/hooks/features/rowGrouping/useGridRowGrouping.d.mts +1 -1
  93. package/hooks/features/rowGrouping/useGridRowGrouping.d.ts +1 -1
  94. package/hooks/features/rowReorder/operations.d.mts +2 -1
  95. package/hooks/features/rowReorder/operations.d.ts +2 -1
  96. package/hooks/features/rows/useGridParamsOverridableMethods.js +2 -2
  97. package/hooks/features/rows/useGridParamsOverridableMethods.mjs +2 -2
  98. package/hooks/features/sidebar/useGridSidebar.d.mts +1 -1
  99. package/hooks/features/sidebar/useGridSidebar.d.ts +1 -1
  100. package/hooks/utils/useGridApiContext.d.mts +1 -1
  101. package/hooks/utils/useGridApiContext.d.ts +1 -1
  102. package/hooks/utils/useKeepGroupedColumnsHidden.d.mts +1 -1
  103. package/hooks/utils/useKeepGroupedColumnsHidden.d.ts +1 -1
  104. package/hooks/utils/useKeepGroupedColumnsHidden.js +1 -1
  105. package/hooks/utils/useKeepGroupedColumnsHidden.mjs +1 -1
  106. package/index.js +1 -1
  107. package/index.mjs +1 -1
  108. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,245 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.8.0
4
+
5
+ _Jul 2, 2026_
6
+
7
+ We'd like to extend a big thank you to the 18 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🗺️ New [`MapImagePlot`](https://mui.com/x/react-charts/map/) for rendering raster base maps, with `onItemClick` support on map shapes (Premium)
10
+ - 📊 New [`usePolarGeometry`](https://mui.com/x/react-charts/hooks/use-polar-geometry/) hook to build custom radial overlays
11
+ - 🐞 Bugfixes
12
+ - 📚 Documentation improvements
13
+
14
+ Special thanks go out to these community members for their valuable contributions:
15
+ @Anexus5919, @aromanio, @greymoth-jp, @mustafajw07, @timbuckley, @voidmatcha
16
+
17
+ The following team members contributed to this release:
18
+ @alexfauquette, @arminmeh, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @joserodolfofreitas, @LukasTy, @mapache-salvaje, @michelengelen, @rita-codes, @sai6855
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@9.8.0`
23
+
24
+ - [DataGrid] Prevent cell editing from resurrecting a deleted row (#22958) @Anexus5919
25
+ - [DataGrid] Avoid reading `type` of `undefined` in `gridRowUtils` (#21808) @timbuckley
26
+ - [DataGrid] Improved get started tutorial (#22911) @joserodolfofreitas
27
+ - [l10n] Improve Japanese (ja-JP) locale (#23001) @greymoth-jp
28
+
29
+ #### `@mui/x-data-grid-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
30
+
31
+ Same changes as in `@mui/x-data-grid@9.8.0`.
32
+
33
+ #### `@mui/x-data-grid-premium@9.8.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
34
+
35
+ Same changes as in `@mui/x-data-grid-pro@9.8.0`, plus:
36
+
37
+ - [DataGridPremium] Escape `singleSelect` values in Excel export with `escapeFormulas` enabled (#22851) @Anexus5919
38
+
39
+ ### Date and Time Pickers
40
+
41
+ #### `@mui/x-date-pickers@9.8.0`
42
+
43
+ - [pickers] Fix localized digit crash (#22995) @alexfauquette
44
+ - [pickers] Flag the first and last visible day cell across year boundaries (#22981) @Anexus5919
45
+ - [pickers] Use calendar day tokens in `AdapterMomentHijri` and `AdapterMomentJalaali` formats (#22974) @Anexus5919
46
+ - [pickers] Use the Hijri day token in `AdapterMomentHijri` `normalDateWithWeekday` (#22972) @Anexus5919
47
+ - [l10n] Improve Romanian (ro-RO) locale (#22969) @aromanio
48
+
49
+ #### `@mui/x-date-pickers-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
50
+
51
+ Same changes as in `@mui/x-date-pickers@9.8.0`, plus:
52
+
53
+ - [DateRangeCalendar] Fix auto month-switch across the year boundary (#22987) @Anexus5919
54
+
55
+ ### Charts
56
+
57
+ #### `@mui/x-charts@9.8.0`
58
+
59
+ - [charts] Decouple `d3-geo` from the universal tooltip (#23011) @sai6855
60
+ - [charts] Deduplicate `getGroupingConfig` (#22889) @sai6855
61
+ - [charts] Expose `usePolarGeometry` hook for radial overlays (#22892) @mustafajw07
62
+
63
+ #### `@mui/x-charts-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
64
+
65
+ Same changes as in `@mui/x-charts@9.8.0`.
66
+
67
+ #### `@mui/x-charts-premium@9.8.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
68
+
69
+ Same changes as in `@mui/x-charts-pro@9.8.0`, plus:
70
+
71
+ - [charts-premium] Add `onItemClick` support for the Map shapes (#22876) @sai6855
72
+ - [charts-premium] Replace `dataIndex` with `name` in map identifier (#22891) @sai6855
73
+ - [charts-premium] Share helper function (#23030) @alexfauquette
74
+ - [charts-premium] Extract shared WebGL utilities across bar/scatter/heatmap renderers (#22466) @sai6855
75
+ - [charts-premium] Add `MapImagePlot` for raster base maps (#22977) @JCQuintas
76
+
77
+ ### Tree View
78
+
79
+ #### `@mui/x-tree-view@9.8.0`
80
+
81
+ - [TreeView] Fix extra selection event when clicking a collapsed parent item (#22249) @michelengelen
82
+ - [TreeView] Enforce top-level type imports (#23034) @Janpot
83
+
84
+ #### `@mui/x-tree-view-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
85
+
86
+ Same changes as in `@mui/x-tree-view@9.8.0`.
87
+
88
+ ### Scheduler
89
+
90
+ #### `@mui/x-scheduler@9.0.0-beta.4`
91
+
92
+ - [scheduler] Enforce top-level type imports (#22931) @Janpot
93
+ - [scheduler] Keep the occurrence date when editing only one recurring event (#23007) @Anexus5919
94
+ - [scheduler] Track bundle size of scheduler packages (#22682) @flaviendelangle
95
+ - [scheduler] Add `viewConfig` prop to limit displayed hours in the day and week views (#22929) @flaviendelangle
96
+
97
+ #### `@mui/x-scheduler-premium@9.0.0-beta.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
98
+
99
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.4`, plus:
100
+
101
+ - [scheduler] Collapsible resources in the timeline (#22920) @rita-codes
102
+
103
+ ### Codemod
104
+
105
+ #### `@mui/x-codemod@9.8.0`
106
+
107
+ Internal changes.
108
+
109
+ ### Docs
110
+
111
+ - [docs] Add recipe for conditional master-detail panels (#22971) @michelengelen
112
+ - [docs] Add recipe for describing active filters in the toolbar (#22970) @michelengelen
113
+ - [docs] Add recipe for triggering clipboard copy from a button (#22967) @michelengelen
114
+ - [docs] Clarify that `fieldRef.current.focusField()` is the canonical way to focus a field (#22937) @michelengelen
115
+ - [docs][scheduler] Another copyediting pass across the Scheduler docs (#22619) @mapache-salvaje
116
+ - [docs][charts] Add map example for arbitrary GeoJSON shapes (#22976) @JCQuintas
117
+ - [docs][charts] Double point count in `ScatterAsyncRenderer` demo (#22906) @JCQuintas
118
+
119
+ ### Core
120
+
121
+ - [code-infra] Fix tracking branch bug in release script (#22956) @michelengelen
122
+ - [code-infra] Remove mark-duplicate workflow (#22994) @cherniavskii
123
+ - [code-infra] Revert `nanoid@3.3.15` `minimumReleaseAge` exemption (#22953) @LukasTy
124
+
125
+ ### Miscellaneous
126
+
127
+ - [internals] Fix `ERR_UNSUPPORTED_DIR_IMPORT` for `core-js-pure` in Node ESM (#22985) @michelengelen
128
+ - [internals] Harden `useDisposable` React internals read with safeReact (#22986) @rita-codes
129
+ - [internals] Replace core-js `DisposableStack` ponyfill with a minimal fallback (#23002) @sai6855
130
+ - [test] Assert the edited `dateTime` cell value in the e2e edit test (#22982) @voidmatcha
131
+ - [virtualizer] Remeasure scrollbars when layout changes (#22914) @arminmeh
132
+
133
+ ## 9.7.0
134
+
135
+ _Jun 25, 2026_
136
+
137
+ We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
138
+
139
+ - 🐞 Bugfixes
140
+ - 📚 Documentation improvements
141
+
142
+ Special thanks go out to these community members for their valuable contributions:
143
+ @Anexus5919, @mustafajw07
144
+
145
+ The following team members contributed to this release:
146
+ @alexfauquette, @arminmeh, @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @michelengelen, @romgrk, @sai6855, @siriwatknp
147
+
148
+ ### Data Grid
149
+
150
+ #### `@mui/x-data-grid@9.7.0`
151
+
152
+ - [DataGrid] Fix `CustomColumnMenuGrid` demo crashing (#22897) @sai6855
153
+ - [DataGrid] Fix crash in `getRowValue` when `colDef` is `undefined` (#22838) @LukasTy
154
+ - [DataGrid] Fix `longText` expand button submitting surrounding form (#22450) @siriwatknp
155
+ - [DataGrid] Remove filename ignore list from `removePropTypesPlugin` in Babel config (#22727) @sai6855
156
+ - [DataGrid] Deduplicate scroll-preserving focus logic (#22916) @sai6855
157
+ - [DataGrid] Fix `singleSelect` clearing to use empty string instead of `null` (#22881) @michelengelen
158
+ - [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22698) @MBilalShafi
159
+
160
+ #### `@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')
161
+
162
+ Same changes as in `@mui/x-data-grid@9.7.0`.
163
+
164
+ #### `@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')
165
+
166
+ Same changes as in `@mui/x-data-grid-pro@9.7.0`.
167
+
168
+ ### Date and Time Pickers
169
+
170
+ #### `@mui/x-date-pickers@9.7.0`
171
+
172
+ - [fields] Announce cardinal day in the day section `aria-valuetext` (#22922) @LukasTy
173
+ - [fields] Avoid focusing the field on blank space clicks (#22285) @LukasTy
174
+ - [pickers] Commit `TimeClock` value when the drag ends outside the clock (#22877) @LukasTy
175
+ - [pickers] Respect explicit `notched` prop on the outlined PickersTextField (#22875) @LukasTy
176
+
177
+ #### `@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')
178
+
179
+ Same changes as in `@mui/x-date-pickers@9.7.0`.
180
+
181
+ ### Charts
182
+
183
+ #### `@mui/x-charts@9.7.0`
184
+
185
+ - [charts] Add demo for displaying the sum of all values from the stacked series on top of the stacked bars (#22879) @sai6855
186
+ - [charts] Add `zAxis` custom scatter component demo (#22746) @mustafajw07
187
+ - [charts] Apply axis `colorMap` to radial bar fill (#22800) @JCQuintas
188
+ - [charts] Simplify classes type (#22626) @alexfauquette
189
+ - [charts] Stable progressive scatter batching + responsive zoom/pan (#22862) @JCQuintas
190
+ - [charts] Strip dev-only console diagnostics from production (#22917) @sai6855
191
+ - [docs] Fix scatter renderer table blocking column (#22904) @JCQuintas
192
+ - [docs] Make `ScatterAsyncRenderer` button bar responsive (#22905) @JCQuintas
193
+
194
+ #### `@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')
195
+
196
+ Same changes as in `@mui/x-charts@9.7.0`.
197
+
198
+ #### `@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')
199
+
200
+ Same changes as in `@mui/x-charts-pro@9.7.0`.
201
+
202
+ ### Tree View
203
+
204
+ #### `@mui/x-tree-view@9.7.0`
205
+
206
+ Internal changes.
207
+
208
+ #### `@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')
209
+
210
+ Same changes as in `@mui/x-tree-view@9.7.0`.
211
+
212
+ ### Scheduler
213
+
214
+ #### `@mui/x-scheduler@9.0.0-beta.3`
215
+
216
+ - [scheduler] Highlight only the edited occurrence of a recurring event (#22873) @Anexus5919
217
+
218
+ #### `@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')
219
+
220
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.3`.
221
+
222
+ ### Codemod
223
+
224
+ #### `@mui/x-codemod@9.7.0`
225
+
226
+ Internal changes.
227
+
228
+ ### Core
229
+
230
+ - [code-infra] Fix react@^18 CI failing on nanoid trust-downgrade (#22923) @LukasTy
231
+ - [code-infra] Reduce Netlify build parallelism to 2 (#22925) @LukasTy
232
+ - [code-infra] Use Turbopack for docs in dev (#22882) @brijeshb42
233
+ - [docs-infra] Pre-render API page descriptions (#22919) @brijeshb42
234
+ - [internal] Use `@base-ui/utils/platform` for platform detection (#22710) @romgrk
235
+ - [internal] Enforce top-level type imports (#22679) @Janpot
236
+
237
+ ### Miscellaneous
238
+
239
+ - [internal] Enable mui/no-floating-cleanup and fix leaks (#22872) @romgrk
240
+ - [infra] Update `.gitignore` to exclude `.claude` sub-directories (#22435) @michelengelen
241
+ - [virtualizer] Improve the dimensions' initial state (#22885) @arminmeh
242
+
3
243
  ## 9.6.0
4
244
 
5
245
  _Jun 18, 2026_
@@ -68,7 +308,6 @@ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
68
308
  - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
69
309
  - [docs] Show how to export maps (#22837) @alexfauquette
70
310
 
71
-
72
311
  ### Tree View
73
312
 
74
313
  #### `@mui/x-tree-view@9.6.0`
@@ -115,7 +354,7 @@ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
115
354
 
116
355
  - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
117
356
  - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
118
- - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
357
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
119
358
 
120
359
  ### Codemod
121
360
 
@@ -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: "MTc4MTc0MDgwMDAwMA==",
55
- version: "9.6.0",
54
+ releaseDate: "MTc4Mjk1MDQwMDAwMA==",
55
+ version: "9.8.0",
56
56
  name: 'x-data-grid-premium'
57
57
  };
58
58
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.Watermark, {
@@ -44,8 +44,8 @@ const configuration = {
44
44
  }
45
45
  };
46
46
  const packageInfo = {
47
- releaseDate: "MTc4MTc0MDgwMDAwMA==",
48
- version: "9.6.0",
47
+ releaseDate: "MTc4Mjk1MDQwMDAwMA==",
48
+ version: "9.8.0",
49
49
  name: 'x-data-grid-premium'
50
50
  };
51
51
  const watermark = /*#__PURE__*/_jsx(Watermark, {
@@ -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>>;
@@ -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();
@@ -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();
@@ -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.
@@ -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;
@@ -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;
@@ -1,2 +1,2 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  export declare function GridColumnMenuChartsItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  export declare function GridColumnMenuChartsItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  export declare function GridColumnMenuPivotItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  export declare function GridColumnMenuPivotItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  export declare function GridColumnMenuRowGroupItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  export declare function GridColumnMenuRowGroupItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  export declare function GridColumnMenuRowUngroupItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
1
+ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  export declare function GridColumnMenuRowUngroupItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
@@ -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 GridPivotPanelSearchProps = 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 GridPivotPanelSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
3
3
  onClear: () => void;
4
4
  };
@@ -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 PivotPanelState {
5
5
  /**
6
6
  * If `true`, the pivot 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 PivotPanelState {
5
5
  /**
6
6
  * If `true`, the pivot panel is open.
@@ -1,3 +1,3 @@
1
- import { type PromptFieldProps } from "./PromptField.mjs";
1
+ import type { PromptFieldProps } from "./PromptField.mjs";
2
2
  declare function GridPromptField(props: PromptFieldProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { GridPromptField };
@@ -1,3 +1,3 @@
1
- import { type PromptFieldProps } from "./PromptField.js";
1
+ import type { PromptFieldProps } from "./PromptField.js";
2
2
  declare function GridPromptField(props: PromptFieldProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { GridPromptField };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { RenderProp } from '@mui/x-data-grid';
3
- import { type PromptFieldState } from "./PromptFieldContext.mjs";
3
+ import type { PromptFieldState } from "./PromptFieldContext.mjs";
4
4
  export type PromptFieldProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'className' | 'onSubmit'> & {
5
5
  /**
6
6
  * A function to customize rendering of the component.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { RenderProp } from '@mui/x-data-grid';
3
- import { type PromptFieldState } from "./PromptFieldContext.js";
3
+ import type { PromptFieldState } from "./PromptFieldContext.js";
4
4
  export type PromptFieldProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'className' | 'onSubmit'> & {
5
5
  /**
6
6
  * A function to customize rendering of the component.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { GridSlotProps, RenderProp } from '@mui/x-data-grid-pro';
3
- import { type PromptFieldState } from "./PromptFieldContext.mjs";
3
+ import type { PromptFieldState } from "./PromptFieldContext.mjs";
4
4
  export type PromptFieldControlProps = Omit<GridSlotProps['baseTextField'], 'className'> & {
5
5
  /**
6
6
  * A function to customize rendering of the component.