@mui/x-data-grid-premium 8.1.0 → 8.3.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 (68) hide show
  1. package/CHANGELOG.md +233 -7
  2. package/DataGridPremium/DataGridPremium.d.ts +1 -1
  3. package/DataGridPremium/DataGridPremium.js +1 -1
  4. package/DataGridPremium/useDataGridPremiumComponent.js +1 -0
  5. package/DataGridPremium/useDataGridPremiumProps.js +5 -4
  6. package/components/pivotPanel/GridPivotPanelField.d.ts +1 -1
  7. package/components/pivotPanel/GridPivotPanelFieldMenu.d.ts +1 -1
  8. package/constants/dataGridPremiumDefaultSlotsComponents.d.ts +1 -1
  9. package/esm/DataGridPremium/DataGridPremium.d.ts +1 -1
  10. package/esm/DataGridPremium/DataGridPremium.js +1 -1
  11. package/esm/DataGridPremium/useDataGridPremiumComponent.js +2 -1
  12. package/esm/DataGridPremium/useDataGridPremiumProps.js +6 -5
  13. package/esm/components/pivotPanel/GridPivotPanelField.d.ts +1 -1
  14. package/esm/components/pivotPanel/GridPivotPanelFieldMenu.d.ts +1 -1
  15. package/esm/constants/dataGridPremiumDefaultSlotsComponents.d.ts +1 -1
  16. package/esm/hooks/features/aggregation/gridAggregationSelectors.d.ts +3 -3
  17. package/esm/hooks/features/aggregation/gridAggregationUtils.d.ts +1 -1
  18. package/esm/hooks/features/aggregation/index.d.ts +1 -1
  19. package/esm/hooks/features/aggregation/wrapColumnWithAggregation.d.ts +3 -3
  20. package/esm/hooks/features/aiAssistant/gridAiAssistantSelectors.d.ts +3 -3
  21. package/esm/hooks/features/aiAssistant/index.d.ts +1 -1
  22. package/esm/hooks/features/cellSelection/gridCellSelectionSelector.d.ts +1 -1
  23. package/esm/hooks/features/clipboard/useGridClipboardImport.d.ts +1 -1
  24. package/esm/hooks/features/dataSource/models.d.ts +1 -1
  25. package/esm/hooks/features/export/serializer/excelSerializer.d.ts +1 -1
  26. package/esm/hooks/features/export/serializer/setupExcelExportWebWorker.d.ts +1 -1
  27. package/esm/hooks/features/export/serializer/utils.d.ts +1 -1
  28. package/esm/hooks/features/pivoting/gridPivotingInterfaces.d.ts +1 -1
  29. package/esm/hooks/features/pivoting/gridPivotingSelectors.d.ts +3 -3
  30. package/esm/hooks/features/pivoting/useGridPivoting.d.ts +1 -1
  31. package/esm/hooks/features/pivoting/utils.d.ts +3 -3
  32. package/esm/hooks/features/rowGrouping/gridRowGroupingSelector.d.ts +1 -1
  33. package/esm/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.ts +1 -1
  34. package/esm/hooks/features/rowGrouping/useGridRowGrouping.d.ts +1 -1
  35. package/esm/index.d.ts +4 -4
  36. package/esm/index.js +1 -1
  37. package/esm/models/dataGridPremiumProps.d.ts +3 -3
  38. package/esm/models/gridApiPremium.d.ts +5 -5
  39. package/esm/models/gridStatePremium.d.ts +2 -2
  40. package/esm/typeOverloads/modules.d.ts +4 -4
  41. package/esm/typeOverloads/reexports.d.ts +1 -1
  42. package/hooks/features/aggregation/gridAggregationSelectors.d.ts +3 -3
  43. package/hooks/features/aggregation/gridAggregationUtils.d.ts +1 -1
  44. package/hooks/features/aggregation/index.d.ts +1 -1
  45. package/hooks/features/aggregation/wrapColumnWithAggregation.d.ts +3 -3
  46. package/hooks/features/aiAssistant/gridAiAssistantSelectors.d.ts +3 -3
  47. package/hooks/features/aiAssistant/index.d.ts +1 -1
  48. package/hooks/features/cellSelection/gridCellSelectionSelector.d.ts +1 -1
  49. package/hooks/features/clipboard/useGridClipboardImport.d.ts +1 -1
  50. package/hooks/features/dataSource/models.d.ts +1 -1
  51. package/hooks/features/export/serializer/excelSerializer.d.ts +1 -1
  52. package/hooks/features/export/serializer/setupExcelExportWebWorker.d.ts +1 -1
  53. package/hooks/features/export/serializer/utils.d.ts +1 -1
  54. package/hooks/features/pivoting/gridPivotingInterfaces.d.ts +1 -1
  55. package/hooks/features/pivoting/gridPivotingSelectors.d.ts +3 -3
  56. package/hooks/features/pivoting/useGridPivoting.d.ts +1 -1
  57. package/hooks/features/pivoting/utils.d.ts +3 -3
  58. package/hooks/features/rowGrouping/gridRowGroupingSelector.d.ts +1 -1
  59. package/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.ts +1 -1
  60. package/hooks/features/rowGrouping/useGridRowGrouping.d.ts +1 -1
  61. package/index.d.ts +4 -4
  62. package/index.js +1 -1
  63. package/models/dataGridPremiumProps.d.ts +3 -3
  64. package/models/gridApiPremium.d.ts +5 -5
  65. package/models/gridStatePremium.d.ts +2 -2
  66. package/package.json +7 -7
  67. package/typeOverloads/modules.d.ts +4 -4
  68. package/typeOverloads/reexports.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -5,13 +5,235 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.3.0
9
+
10
+ _May 8, 2025_
11
+
12
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 🎨 Added new styling options and shapes for `<FunnelChart />`, including `variant`, `borderRadius`, `pyramid`, and `step-pyramid` curves.
15
+ - 📚 Documentation improvements
16
+ - 🐞 Bugfixes
17
+
18
+ Special thanks go out to this community member for a valuable contribution:
19
+ @ptuukkan.
20
+ Team members who have contributed to this release:
21
+ @alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @rita-codes, @romgrk.
22
+
23
+ ### Data Grid
24
+
25
+ #### `@mui/x-data-grid@8.3.0`
26
+
27
+ - [DataGrid] Fix cell editing of computed columns with data source (#17684) @ptuukkan
28
+ - [DataGrid] Fix lazy loading crash with `isRowSelectable` prop (#17629) @MBilalShafi
29
+ - [DataGrid] Fix: use CSS nonce (#17726) @romgrk
30
+ - [DataGrid] Ignore `preProcessEditCellProps` for non-editable columns when starting a row update (#17732) @arminmeh
31
+ - [DataGrid] Avoid applying row selection propagation on filtered rows (#17739) @MBilalShafi
32
+
33
+ #### `@mui/x-data-grid-pro@8.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
34
+
35
+ Same changes as in `@mui/x-data-grid@8.3.0`.
36
+
37
+ #### `@mui/x-data-grid-premium@8.3.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38
+
39
+ Same changes as in `@mui/x-data-grid-pro@8.3.0`.
40
+
41
+ ### Date and Time Pickers
42
+
43
+ #### `@mui/x-date-pickers@8.3.0`
44
+
45
+ - [DateTimePicker] Fix focus behavior on desktop variant (#17719) @LukasTy
46
+ - [pickers] Avoid `DigitalClock` stealing focus from a Picker open button on close (#17686) @LukasTy
47
+
48
+ #### `@mui/x-date-pickers-pro@8.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
49
+
50
+ Same changes as in `@mui/x-date-pickers@8.3.0`, plus:
51
+
52
+ - [DateRangePicker] Fix to reset range position after closing mobile Picker (#17631) @LukasTy
53
+
54
+ ### Charts
55
+
56
+ - The `<FunnelChart />` series now accepts a `variant='outlined'` prop for a simpler style.
57
+ <img width="398" alt="Screenshot 2025-05-06 at 20 36 12" src="https://github.com/user-attachments/assets/00fef14f-9026-421e-a4b6-7e081adce1e8" />
58
+
59
+ - Add a `borderRadius` property to `<FunnelChart />`. All funnels have `8px` as a default value.
60
+ <img width="386" alt="Screenshot 2025-05-06 at 14 00 20" src="https://github.com/user-attachments/assets/4f4cc0e7-01ce-4ed6-a0e1-a387f78def23" />
61
+
62
+ - Add a `pyramid` curve to `<FunnelChart />`, which allows creation of a pyramid-shaped funnel.
63
+ <img width="344" alt="Screenshot 2025-05-06 at 14 32 59" src="https://github.com/user-attachments/assets/0b2896e0-0478-4766-bb1b-258a4977a751" />
64
+
65
+ - Add a `step-pyramid` curve to `<FunnelChart />`, which creates a stepped-pyramid like shape.
66
+ <img width="344" alt="Screenshot 2025-05-06 at 14 33 03" src="https://github.com/user-attachments/assets/894f0ab3-7898-40fe-b0df-560feea4085a" />
67
+
68
+ #### `@mui/x-charts@8.3.0`
69
+
70
+ - [charts] Add charts toolbar with zoom options (#17615) @bernardobelchior
71
+ - [charts] Add zoom slider (#17496) @bernardobelchior
72
+ - [charts] Cleanup compiler warnings (#17360) @alexfauquette
73
+ - [charts] Fix `<PieArcLabel />` not taking `arcLabelRadius` into account (#17655) @bernardobelchior
74
+ - [charts] Fix spark line not having clip path (#17501) @bernardobelchior
75
+ - [charts] Fix type issue with ESM (#17624) @alexfauquette
76
+ - [charts] Improve `<MarkElement />` performance (#17546) @bernardobelchior
77
+ - [charts] Rename `materialSlots` internal constant (#17710) @bernardobelchior
78
+ - [charts] Update zoom slider design (#17682) @bernardobelchior
79
+ - [charts] Fix zoom being documented as available for heatmap (#17657) @bernardobelchior
80
+
81
+ #### `@mui/x-charts-pro@8.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
82
+
83
+ Same changes as in `@mui/x-charts@8.3.0`, plus:
84
+
85
+ - [charts-pro] Add `pyramid` curve to `<FunnelChart />` (#17665) @JCQuintas
86
+ - [charts-pro] Add `variant='outlined'` to `<FunnelChart />` series (#17661) @JCQuintas
87
+ - [charts-pro] Add a `borderRadius` property to `<FunnelChart />` (#17660) @JCQuintas
88
+
89
+ ### Tree View
90
+
91
+ #### `@mui/x-tree-view@8.3.0`
92
+
93
+ - [tree view] Bug fix - Escape does not cancel Drag n Drop (#17735) @rita-codes
94
+ - [tree view] Fix keyboard navigation error (#17685) @rita-codes
95
+ - [tree view] Continue cleaning the plugin system (#17386) @flaviendelangle
96
+
97
+ #### `@mui/x-tree-view-pro@8.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
98
+
99
+ Same changes as in `@mui/x-tree-view@8.3.0`.
100
+
101
+ ### Docs
102
+
103
+ - [charts] Add population pyramid demo (#17652) @bernardobelchior
104
+ - [charts] Fix randomised argos test (#17658) @JCQuintas
105
+ - [docs] Make preview messaging consistent in charts @bernardobelchior
106
+
107
+ ### Core
108
+
109
+ - [code-infra] Avoid `node` types in the built packages (#17533) @LukasTy
110
+ - [code-infra] Add `pkg.pr.new` publishing (#17402) @Janpot
111
+ - [code-infra] Normalize author package in org @oliviertassinari
112
+ - [code-infra] Remove required checkout step (#17729) @JCQuintas
113
+ - [docs-infra] Normalize netlify.toml in org @oliviertassinari
114
+
115
+ ## 8.2.0
116
+
117
+ _May 1, 2025_
118
+
119
+ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
120
+
121
+ - 📊 `<FunnelChart/>` now uses the `strawberrySky` sequential color palette by default.
122
+ <img width="481" alt="Screenshot 2025-04-29 at 13 55 21" src="https://github.com/user-attachments/assets/182085d1-a7ce-4e4d-9d8d-a4fe87f27167" />
123
+ - 📊 Add API to export a chart as an image: `apiRef.exportAsImage` — [Learn more](https://mui.com/x/react-charts/export/#export-as-image).
124
+
125
+ Special thanks go out to the community members for their valuable contributions:
126
+ @federico-ntr, @nusr.
127
+ Following are all team members who have contributed to this release:
128
+ @alexfauquette, @arminmeh, @bernardobelchior, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @romgrk.
129
+
130
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
131
+
132
+ ### Data Grid
133
+
134
+ #### `@mui/x-data-grid@8.2.0`
135
+
136
+ - [DataGrid] Fix panel alignment (#17625) @KenanYusuf
137
+ - [DataGrid] Fix theme `defaultProps` causing unwanted re-renders (#17490) @KenanYusuf
138
+ - [DataGrid] Fix circular reference error (#17591) @romgrk
139
+ - [DataGrid] Fix `<GridEditInputCell />` break input (#16773) @nusr
140
+
141
+ #### `@mui/x-data-grid-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
142
+
143
+ Same changes as in `@mui/x-data-grid@8.2.0`, plus:
144
+
145
+ - [DataGridPro] Use intersection observer to trigger server-side infinite loading (#17369) @arminmeh
146
+
147
+ #### `@mui/x-data-grid-premium@8.2.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
148
+
149
+ Same changes as in `@mui/x-data-grid-pro@8.2.0`.
150
+
151
+ ### Date and Time Pickers
152
+
153
+ #### `@mui/x-date-pickers@8.2.0`
154
+
155
+ - [l10n] Improve Italian (it-IT) locale (#17600) @federico-ntr
156
+ - [pickers] Refactor owner state typing (#17517) @LukasTy
157
+
158
+ #### `@mui/x-date-pickers-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
159
+
160
+ Same changes as in `@mui/x-date-pickers@8.2.0`.
161
+
162
+ ### Charts
163
+
164
+ #### `@mui/x-charts@8.2.0`
165
+
166
+ - [charts] Add library name to errors (#17547) @bernardobelchior
167
+ - [charts] Add monochrome palettes (#17610) @JCQuintas
168
+ - [charts] Add screenshot of the tooltip (#17395) @alexfauquette
169
+ - [charts] Default bar chart x-axis scale type to band (#17519) @bernardobelchior
170
+ - [charts] Document axis ID uniqueness constraints (#17630) @bernardobelchior
171
+ - [charts] Refactor axis types (#17632) @bernardobelchior
172
+ - [charts] Use `<circle />` for circular legend mark (#17590) @alexfauquette
173
+
174
+ #### `@mui/x-charts-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
175
+
176
+ Same changes as in `@mui/x-charts@8.2.0`, plus:
177
+
178
+ - [charts-pro] Add `gap` option to `<FunnelChart />` (#17642) @JCQuintas
179
+ - [charts-pro] Export charts as image (#17353) @bernardobelchior
180
+ - [charts-pro] Simplify zoom testing (#17525) @JCQuintas
181
+ - [charts-pro] Use new sequential color palette in `<FunnelChart />` (#17606) @JCQuintas
182
+
183
+ ### Tree View
184
+
185
+ #### `@mui/x-tree-view@8.2.0`
186
+
187
+ Internal changes.
188
+
189
+ #### `@mui/x-tree-view-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
190
+
191
+ Same changes as in `@mui/x-tree-view@8.2.0`.
192
+
193
+ ### Docs
194
+
195
+ - [docs][charts] Add composition sections (#17377) @alexfauquette
196
+ - [docs][charts] Add docs on tooltip style (#17601) @bernardobelchior
197
+ - [docs][charts] Fix highlighting heading structure (#17581) @oliviertassinari
198
+ - [docs][charts] Improve export docs (#17538) @oliviertassinari
199
+ - [docs][charts] Similar introduction on most charts pages (#17374) @alexfauquette
200
+ - [docs][DataGrid] Clear component docs (#17540) @oliviertassinari
201
+ - [docs] Explicitly state that `groupingColDef` reference needs to be stable (#17544) @arminmeh
202
+ - [docs] Fix <kbd> a11y (#17536) @oliviertassinari
203
+ - [docs] Fix CodeSandbox spelling @oliviertassinari
204
+ - [docs] Fix coding style function @oliviertassinari
205
+ - [docs] Fix migration guide format (#17450) @oliviertassinari
206
+ - [docs] Improve data grid export docs (#17551) @MBilalShafi
207
+ - [docs] Remove leftover `@next` usages (#17542) @LukasTy
208
+
209
+ ### Core
210
+
211
+ - [core] Add security label to dependabot PRs @oliviertassinari
212
+ - [core] Allow post-install vale @oliviertassinari
213
+ - [core] Component consistency @oliviertassinari
214
+ - [core] Fix all Vale errors @oliviertassinari
215
+ - [core] Move `loadStyleSheets` to internals and use it in data grid and charts (#17548) @bernardobelchior
216
+ - [core] Remove empty version (#17582) @oliviertassinari
217
+ - [core] Remove eslint from codemod spec files (#17443) @alexfauquette
218
+ - [core] Remove unnecessary versions (#17597) @oliviertassinari
219
+ - [code-infra] Allow postinstall scripts for packages requesting it (#17635) @LukasTy
220
+ - [code-infra] Data Grid `vitest` changes (#17619) @JCQuintas
221
+ - [code-infra] Fix date-time sensitive tests (#17644) @JCQuintas
222
+ - [code-infra] Fix extension handling for type imports (#17636) @Janpot
223
+ - [code-infra] Further remove `clock=fake` and add `async act` for datagrid (#17563) @JCQuintas
224
+ - [code-infra] Latest vitest picker changes (#17577) @JCQuintas
225
+ - [docs-infra] Fix Vale no longer working (#17602) @alexfauquette
226
+ - [docs-infra] Uniformize Vale between repositories @oliviertassinari
227
+ - [infra] Updates to `branch switch comments` (#17589) @michelengelen
228
+ - [x-telemetry] Fix issue with get machineid hash (#17614) @hasdfa
229
+
8
230
  ## 8.1.0
9
231
 
10
232
  _Apr 24, 2025_
11
233
 
12
234
  We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
13
235
 
14
- - 📊 Add API to print a chart or export it as PDF: `apiRef.exportAsPrint`.
236
+ - 📊 Add API to print a chart or export it as PDF: `apiRef.exportAsPrint()`.
15
237
  - 📚 Documentation improvements
16
238
  - 🐞 Bugfixes
17
239
 
@@ -56,7 +278,7 @@ Same changes as in `@mui/x-date-pickers@8.1.0`.
56
278
 
57
279
  ### Charts
58
280
 
59
- - Add API to print a chart or export it as PDF: `apiRef.exportAsPrint`.
281
+ - Add API to print a chart or export it as PDF: `apiRef.exportAsPrint()`.
60
282
 
61
283
  #### `@mui/x-charts@8.1.0`
62
284
 
@@ -1821,7 +2043,7 @@ Same changes as in `@mui/x-tree-view@8.0.0-alpha.8`.
1821
2043
  - [docs] Add example for custom legend (#16169) @alexfauquette
1822
2044
  - [docs] Add full custom field creation example (#15194) @flaviendelangle
1823
2045
  - [docs] Copyedit the Data Grid cell selection page (#16099) @samuelsycamore
1824
- - [docs] Fix demo rendering issue on Codesandbox (#16118) @arminmeh
2046
+ - [docs] Fix demo rendering issue on CodeSandbox (#16118) @arminmeh
1825
2047
  - [docs] Remove broken links (#16167) @alexfauquette
1826
2048
  - [docs] Split the Data Grid editing page (#14931) @MBilalShafi
1827
2049
  - [docs] Fix wrong props warnings (#16119) @JCQuintas
@@ -2268,7 +2490,7 @@ Releasing to benefit from license package fix (#15814).
2268
2490
 
2269
2491
  - [code-infra] Add Charts sandbox generation (#15830) @JCQuintas
2270
2492
  - [code-infra] Remove redundant `@type/react-test-renderer` dep (#15766) @LukasTy
2271
- - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15814) @arminmeh
2493
+ - [license] Use `console.log` for the error message on CodeSandbox to avoid rendering error (#15814) @arminmeh
2272
2494
 
2273
2495
  ## 8.0.0-alpha.3
2274
2496
 
@@ -2484,6 +2706,8 @@ Same changes as in `@mui/x-tree-view@v8.0.0-alpha.2`.
2484
2706
 
2485
2707
  ### Docs
2486
2708
 
2709
+ <!-- vale MUI.CorrectRererenceCased = NO -->
2710
+
2487
2711
  - [docs] Fix 404 links (#15575) @oliviertassinari
2488
2712
  - [docs] Fix bash comments (#15571) @oliviertassinari
2489
2713
  - [docs] Fix Pickers theme augmentation example (#15672) @LukasTy
@@ -2493,6 +2717,8 @@ Same changes as in `@mui/x-tree-view@v8.0.0-alpha.2`.
2493
2717
  - [docs] Fix `anchorEl` API page for charts (#15625) @oliviertassinari
2494
2718
  - [docs] Add documentation for the list view feature (#15344) @KenanYusuf
2495
2719
 
2720
+ <!-- vale MUI.CorrectRererenceCased = YES -->
2721
+
2496
2722
  ### Core
2497
2723
 
2498
2724
  - [core] Follow `()` function convention for docs @oliviertassinari
@@ -3401,7 +3627,7 @@ Same changes as in `@mui/x-tree-view@7.24.0`.
3401
3627
  ### Docs
3402
3628
 
3403
3629
  - [docs] Copyedit the Data Grid cell selection page (#16213) @samuelsycamore
3404
- - [docs] Fix demo rendering issue on Codesandbox (#16129) @arminmeh
3630
+ - [docs] Fix demo rendering issue on CodeSandbox (#16129) @arminmeh
3405
3631
 
3406
3632
  ### Core
3407
3633
 
@@ -3679,7 +3905,7 @@ Releasing to benefit from license package fix (#15818).
3679
3905
  ### Core
3680
3906
 
3681
3907
  - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
3682
- - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh
3908
+ - [license] Use `console.log` for the error message on CodeSandbox to avoid rendering error (#15818) @arminmeh
3683
3909
 
3684
3910
  ## 7.23.1
3685
3911
 
@@ -7020,7 +7246,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.4`.
7020
7246
  />
7021
7247
  ```
7022
7248
 
7023
- - The headless field hooks (e.g.: `useDateField`) now returns a new prop called `enableAccessibleFieldDOMStructure`.
7249
+ - The headless field hooks (for example `useDateField()`) now returns a new prop called `enableAccessibleFieldDOMStructure`.
7024
7250
  This property is utilized to determine whether the anticipated UI is constructed using an accessible DOM structure.
7025
7251
  Learn more about this new accessible DOM structure in the [v8 migration guide](https://v7.mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
7026
7252
 
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { GridValidRowModel } from '@mui/x-data-grid-pro';
3
3
  import { DataGridPremiumProps } from "../models/dataGridPremiumProps.js";
4
- export type { GridPremiumSlotsComponent as GridSlots } from '../models';
4
+ export type { GridPremiumSlotsComponent as GridSlots } from "../models/index.js";
5
5
  interface DataGridPremiumComponent {
6
6
  <R extends GridValidRowModel = any>(props: DataGridPremiumProps<R> & React.RefAttributes<HTMLDivElement>): React.JSX.Element;
7
7
  propTypes?: any;
@@ -40,7 +40,7 @@ const configuration = {
40
40
  }
41
41
  }
42
42
  };
43
- const releaseInfo = "MTc0NTQ0NTYwMDAwMA==";
43
+ const releaseInfo = "MTc0NjY1NTIwMDAwMA==";
44
44
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
45
45
  packageName: "x-data-grid-premium",
46
46
  releaseInfo: releaseInfo
@@ -118,6 +118,7 @@ const useDataGridPremiumComponent = (apiRef, inProps) => {
118
118
  (0, _internals.useGridInfiniteLoader)(apiRef, props);
119
119
  (0, _internals.useGridLazyLoader)(apiRef, props);
120
120
  (0, _internals.useGridDataSourceLazyLoader)(apiRef, props);
121
+ (0, _internals.useGridInfiniteLoadingIntersection)(apiRef, props);
121
122
  (0, _internals.useGridColumnMenu)(apiRef);
122
123
  (0, _internals.useGridCsvExport)(apiRef, props);
123
124
  (0, _internals.useGridPrintExport)(apiRef, props);
@@ -9,6 +9,7 @@ exports.useDataGridPremiumProps = exports.DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES
9
9
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
10
  var React = _interopRequireWildcard(require("react"));
11
11
  var _styles = require("@mui/material/styles");
12
+ var _system = require("@mui/system");
12
13
  var _xDataGridPro = require("@mui/x-data-grid-pro");
13
14
  var _internals = require("@mui/x-data-grid-pro/internals");
14
15
  var _aggregation = require("../hooks/features/aggregation");
@@ -46,12 +47,12 @@ const DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES = exports.DATA_GRID_PREMIUM_PROPS_D
46
47
  });
47
48
  const defaultSlots = _dataGridPremiumDefaultSlotsComponents.DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS;
48
49
  const useDataGridPremiumProps = inProps => {
49
- const themedProps =
50
- // eslint-disable-next-line material-ui/mui-name-matches-component-name
51
- (0, _styles.useThemeProps)({
50
+ const theme = (0, _styles.useTheme)();
51
+ const themedProps = React.useMemo(() => (0, _system.getThemeProps)({
52
52
  props: inProps,
53
+ theme,
53
54
  name: 'MuiDataGrid'
54
- });
55
+ }), [theme, inProps]);
55
56
  const localeText = React.useMemo(() => (0, _extends2.default)({}, _xDataGridPro.GRID_DEFAULT_LOCALE_TEXT, themedProps.localeText), [themedProps.localeText]);
56
57
  const slots = React.useMemo(() => (0, _internals.computeSlots)({
57
58
  defaultSlots,
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { GridPivotModel } from "../../hooks/features/pivoting/gridPivotingInterfaces.js";
3
- import type { FieldTransferObject } from './GridPivotPanelBody';
3
+ import type { FieldTransferObject } from "./GridPivotPanelBody.js";
4
4
  type GridPivotPanelFieldProps = {
5
5
  children: React.ReactNode;
6
6
  field: FieldTransferObject['field'];
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { FieldTransferObject } from './GridPivotPanelBody';
2
+ import type { FieldTransferObject } from "./GridPivotPanelBody.js";
3
3
  interface GridPivotPanelFieldMenuProps {
4
4
  field: string;
5
5
  modelKey: FieldTransferObject['modelKey'];
@@ -1,2 +1,2 @@
1
- import type { GridPremiumSlotsComponent } from '../models';
1
+ import type { GridPremiumSlotsComponent } from "../models/index.js";
2
2
  export declare const DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS: GridPremiumSlotsComponent;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { GridValidRowModel } from '@mui/x-data-grid-pro';
3
3
  import { DataGridPremiumProps } from "../models/dataGridPremiumProps.js";
4
- export type { GridPremiumSlotsComponent as GridSlots } from '../models';
4
+ export type { GridPremiumSlotsComponent as GridSlots } from "../models/index.js";
5
5
  interface DataGridPremiumComponent {
6
6
  <R extends GridValidRowModel = any>(props: DataGridPremiumProps<R> & React.RefAttributes<HTMLDivElement>): React.JSX.Element;
7
7
  propTypes?: any;
@@ -33,7 +33,7 @@ const configuration = {
33
33
  }
34
34
  }
35
35
  };
36
- const releaseInfo = "MTc0NTQ0NTYwMDAwMA==";
36
+ const releaseInfo = "MTc0NjY1NTIwMDAwMA==";
37
37
  const watermark = /*#__PURE__*/_jsx(Watermark, {
38
38
  packageName: "x-data-grid-premium",
39
39
  releaseInfo: releaseInfo
@@ -1,6 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import * as React from 'react';
3
- import { useGridInitialization, useGridInitializeState, useGridClipboard, useGridColumnMenu, useGridColumns, columnsStateInitializer, useGridDensity, useGridCsvExport, useGridPrintExport, useGridFilter, filterStateInitializer, useGridFocus, useGridKeyboardNavigation, useGridPagination, paginationStateInitializer, useGridPreferencesPanel, useGridEditing, editingStateInitializer, useGridRows, useGridRowsPreProcessors, rowsStateInitializer, useGridRowsMeta, useGridParamsApi, useGridRowSelection, useGridSorting, sortingStateInitializer, useGridScroll, useGridEvents, dimensionsStateInitializer, useGridDimensions, useGridStatePersistence, useGridRowSelectionPreProcessors, columnMenuStateInitializer, densityStateInitializer, focusStateInitializer, preferencePanelStateInitializer, rowsMetaStateInitializer, rowSelectionStateInitializer, useGridColumnReorder, columnReorderStateInitializer, useGridColumnResize, columnResizeStateInitializer, useGridTreeData, useGridTreeDataPreProcessors, useGridColumnPinning, columnPinningStateInitializer, useGridColumnPinningPreProcessors, useGridDetailPanel, detailPanelStateInitializer, useGridDetailPanelPreProcessors, useGridInfiniteLoader, useGridColumnSpanning, useGridRowReorder, useGridRowReorderPreProcessors, useGridRowPinning, useGridRowPinningPreProcessors, rowPinningStateInitializer, useGridColumnGrouping, columnGroupsStateInitializer, useGridLazyLoader, useGridLazyLoaderPreProcessors, useGridDataSourceLazyLoader, headerFilteringStateInitializer, useGridHeaderFiltering, virtualizationStateInitializer, useGridVirtualization, useGridDataSourceTreeDataPreProcessors, dataSourceStateInitializer, useGridRowSpanning, rowSpanningStateInitializer, useGridListView, listViewStateInitializer, propsStateInitializer } from '@mui/x-data-grid-pro/internals';
3
+ import { useGridInitialization, useGridInitializeState, useGridClipboard, useGridColumnMenu, useGridColumns, columnsStateInitializer, useGridDensity, useGridCsvExport, useGridPrintExport, useGridFilter, filterStateInitializer, useGridFocus, useGridKeyboardNavigation, useGridPagination, paginationStateInitializer, useGridPreferencesPanel, useGridEditing, editingStateInitializer, useGridRows, useGridRowsPreProcessors, rowsStateInitializer, useGridRowsMeta, useGridParamsApi, useGridRowSelection, useGridSorting, sortingStateInitializer, useGridScroll, useGridEvents, dimensionsStateInitializer, useGridDimensions, useGridStatePersistence, useGridRowSelectionPreProcessors, columnMenuStateInitializer, densityStateInitializer, focusStateInitializer, preferencePanelStateInitializer, rowsMetaStateInitializer, rowSelectionStateInitializer, useGridColumnReorder, columnReorderStateInitializer, useGridColumnResize, columnResizeStateInitializer, useGridTreeData, useGridTreeDataPreProcessors, useGridColumnPinning, columnPinningStateInitializer, useGridColumnPinningPreProcessors, useGridDetailPanel, detailPanelStateInitializer, useGridDetailPanelPreProcessors, useGridInfiniteLoader, useGridColumnSpanning, useGridRowReorder, useGridRowReorderPreProcessors, useGridRowPinning, useGridRowPinningPreProcessors, rowPinningStateInitializer, useGridColumnGrouping, columnGroupsStateInitializer, useGridLazyLoader, useGridLazyLoaderPreProcessors, useGridDataSourceLazyLoader, useGridInfiniteLoadingIntersection, headerFilteringStateInitializer, useGridHeaderFiltering, virtualizationStateInitializer, useGridVirtualization, useGridDataSourceTreeDataPreProcessors, dataSourceStateInitializer, useGridRowSpanning, rowSpanningStateInitializer, useGridListView, listViewStateInitializer, propsStateInitializer } from '@mui/x-data-grid-pro/internals';
4
4
  import { useGridSelector } from '@mui/x-data-grid-pro';
5
5
  import { useGridDataSourcePremium as useGridDataSource } from "../hooks/features/dataSource/useGridDataSourcePremium.js";
6
6
  // Premium-only features
@@ -109,6 +109,7 @@ export const useDataGridPremiumComponent = (apiRef, inProps) => {
109
109
  useGridInfiniteLoader(apiRef, props);
110
110
  useGridLazyLoader(apiRef, props);
111
111
  useGridDataSourceLazyLoader(apiRef, props);
112
+ useGridInfiniteLoadingIntersection(apiRef, props);
112
113
  useGridColumnMenu(apiRef);
113
114
  useGridCsvExport(apiRef, props);
114
115
  useGridPrintExport(apiRef, props);
@@ -1,6 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import * as React from 'react';
3
- import { useThemeProps } from '@mui/material/styles';
3
+ import { useTheme } from '@mui/material/styles';
4
+ import { getThemeProps } from '@mui/system';
4
5
  import { DATA_GRID_PRO_PROPS_DEFAULT_VALUES, GRID_DEFAULT_LOCALE_TEXT, GridSignature } from '@mui/x-data-grid-pro';
5
6
  import { computeSlots } from '@mui/x-data-grid-pro/internals';
6
7
  import { GRID_AGGREGATION_FUNCTIONS } from "../hooks/features/aggregation/index.js";
@@ -38,12 +39,12 @@ export const DATA_GRID_PREMIUM_PROPS_DEFAULT_VALUES = _extends({}, DATA_GRID_PRO
38
39
  });
39
40
  const defaultSlots = DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS;
40
41
  export const useDataGridPremiumProps = inProps => {
41
- const themedProps =
42
- // eslint-disable-next-line material-ui/mui-name-matches-component-name
43
- useThemeProps({
42
+ const theme = useTheme();
43
+ const themedProps = React.useMemo(() => getThemeProps({
44
44
  props: inProps,
45
+ theme,
45
46
  name: 'MuiDataGrid'
46
- });
47
+ }), [theme, inProps]);
47
48
  const localeText = React.useMemo(() => _extends({}, GRID_DEFAULT_LOCALE_TEXT, themedProps.localeText), [themedProps.localeText]);
48
49
  const slots = React.useMemo(() => computeSlots({
49
50
  defaultSlots,
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { GridPivotModel } from "../../hooks/features/pivoting/gridPivotingInterfaces.js";
3
- import type { FieldTransferObject } from './GridPivotPanelBody';
3
+ import type { FieldTransferObject } from "./GridPivotPanelBody.js";
4
4
  type GridPivotPanelFieldProps = {
5
5
  children: React.ReactNode;
6
6
  field: FieldTransferObject['field'];
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { FieldTransferObject } from './GridPivotPanelBody';
2
+ import type { FieldTransferObject } from "./GridPivotPanelBody.js";
3
3
  interface GridPivotPanelFieldMenuProps {
4
4
  field: string;
5
5
  modelKey: FieldTransferObject['modelKey'];
@@ -1,2 +1,2 @@
1
- import type { GridPremiumSlotsComponent } from '../models';
1
+ import type { GridPremiumSlotsComponent } from "../models/index.js";
2
2
  export declare const DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS: GridPremiumSlotsComponent;
@@ -1,18 +1,18 @@
1
1
  import { GridRowId } from '@mui/x-data-grid';
2
2
  import { GridStatePremium } from "../../../models/gridStatePremium.js";
3
3
  import { GridAggregationPosition } from "./gridAggregationInterfaces.js";
4
- export declare const gridAggregationStateSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, unknown, import("./gridAggregationInterfaces").GridAggregationState>;
4
+ export declare const gridAggregationStateSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, unknown, import("./gridAggregationInterfaces.js").GridAggregationState>;
5
5
  /**
6
6
  * Get the aggregation model, containing the aggregation function of each column.
7
7
  * If a column is not in the model, it is not aggregated.
8
8
  * @category Aggregation
9
9
  */
10
- export declare const gridAggregationModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAggregationInterfaces").GridAggregationState, import("./gridAggregationInterfaces").GridAggregationModel>;
10
+ export declare const gridAggregationModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAggregationInterfaces.js").GridAggregationState, import("./gridAggregationInterfaces.js").GridAggregationModel>;
11
11
  /**
12
12
  * Get the aggregation results as a lookup.
13
13
  * @category Aggregation
14
14
  */
15
- export declare const gridAggregationLookupSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAggregationInterfaces").GridAggregationState, import("./gridAggregationInterfaces").GridAggregationLookup>;
15
+ export declare const gridAggregationLookupSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAggregationInterfaces.js").GridAggregationState, import("./gridAggregationInterfaces.js").GridAggregationLookup>;
16
16
  export declare const gridCellAggregationResultSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, {
17
17
  id: GridRowId;
18
18
  field: string;
@@ -3,7 +3,7 @@ import { GridColDef, GridRowId } from '@mui/x-data-grid-pro';
3
3
  import { GridColumnRawLookup, GridHydrateRowsValue } from '@mui/x-data-grid-pro/internals';
4
4
  import { GridAggregationFunction, GridAggregationFunctionDataSource, GridAggregationModel, GridAggregationRule, GridAggregationRules } from "./gridAggregationInterfaces.js";
5
5
  import { GridStatePremium } from "../../../models/gridStatePremium.js";
6
- import type { DataGridPremiumProcessedProps } from '../../../models/dataGridPremiumProps';
6
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
7
7
  import { GridApiPremium, GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
8
8
  export declare const GRID_AGGREGATION_ROOT_FOOTER_ROW_ID = "auto-generated-group-footer-root";
9
9
  export declare const getAggregationFooterRowIdFromGroupId: (groupId: GridRowId | null) => string;
@@ -1,4 +1,4 @@
1
- export type { GridAggregationState, GridAggregationInitialState, GridAggregationInternalCache, GridAggregationApi, GridAggregationGetCellValueParams, GridAggregationFunction, GridAggregationFunctionDataSource, GridAggregationParams, GridAggregationModel, GridAggregationLookup, GridAggregationPosition, GridAggregationCellMeta, GridAggregationHeaderMeta, GridAggregationRule, GridAggregationRules } from './gridAggregationInterfaces';
1
+ export type { GridAggregationState, GridAggregationInitialState, GridAggregationInternalCache, GridAggregationApi, GridAggregationGetCellValueParams, GridAggregationFunction, GridAggregationFunctionDataSource, GridAggregationParams, GridAggregationModel, GridAggregationLookup, GridAggregationPosition, GridAggregationCellMeta, GridAggregationHeaderMeta, GridAggregationRule, GridAggregationRules } from "./gridAggregationInterfaces.js";
2
2
  export { gridAggregationStateSelector, gridAggregationLookupSelector, gridAggregationModelSelector } from "./gridAggregationSelectors.js";
3
3
  export * from "./gridAggregationFunctions.js";
4
4
  export { GRID_AGGREGATION_ROOT_FOOTER_ROW_ID, getAggregationFooterRowIdFromGroupId } from "./gridAggregationUtils.js";
@@ -3,7 +3,7 @@ import { RefObject } from '@mui/x-internals/types';
3
3
  import { GridColDef, GridFilterOperator } from '@mui/x-data-grid-pro';
4
4
  import { type GridBaseColDef } from '@mui/x-data-grid-pro/internals';
5
5
  import { GridApiPremium } from "../../../models/gridApiPremium.js";
6
- import type { GridAggregationRule } from './gridAggregationInterfaces';
6
+ import type { GridAggregationRule } from "./gridAggregationInterfaces.js";
7
7
  /**
8
8
  * Add a wrapper around each wrappable property of the column to customize the behavior of the aggregation cells.
9
9
  */
@@ -55,7 +55,7 @@ export declare const unwrapColumnFromAggregation: (column: GridColDef) => GridBa
55
55
  renderHeaderFilter?: (params: import("@mui/x-data-grid-pro").GridRenderHeaderFilterProps) => React.ReactNode;
56
56
  aggregable?: boolean;
57
57
  availableAggregationFunctions?: string[];
58
- groupingValueGetter?: import("../../..").GridGroupingValueGetter<import("@mui/x-data-grid").GridValidRowModel> | undefined;
59
- pastedValueParser?: import("../../..").GridPastedValueParser<import("@mui/x-data-grid").GridValidRowModel, any, any> | undefined;
58
+ groupingValueGetter?: import("../../../index.js").GridGroupingValueGetter<import("@mui/x-data-grid").GridValidRowModel> | undefined;
59
+ pastedValueParser?: import("../../../index.js").GridPastedValueParser<import("@mui/x-data-grid").GridValidRowModel, any, any> | undefined;
60
60
  pivotable?: boolean;
61
61
  };
@@ -1,5 +1,5 @@
1
- import type { GridStatePremium } from '../../../models/gridStatePremium';
1
+ import type { GridStatePremium } from "../../../models/gridStatePremium.js";
2
2
  import { Conversation } from "./gridAiAssistantInterfaces.js";
3
- export declare const gridAiAssistantActiveConversationIndexSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAiAssistantInterfaces").GridAiAssistantState, number>;
4
- export declare const gridAiAssistantConversationsSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAiAssistantInterfaces").GridAiAssistantState, Conversation[]>;
3
+ export declare const gridAiAssistantActiveConversationIndexSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAiAssistantInterfaces.js").GridAiAssistantState, number>;
4
+ export declare const gridAiAssistantConversationsSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridAiAssistantInterfaces.js").GridAiAssistantState, Conversation[]>;
5
5
  export declare const gridAiAssistantActiveConversationSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, number, Conversation | undefined>;
@@ -1,2 +1,2 @@
1
1
  export { gridDefaultPromptResolver as unstable_gridDefaultPromptResolver } from "./api.js";
2
- export type { PromptResponse, Conversation, PromptSuggestion } from './gridAiAssistantInterfaces';
2
+ export type { PromptResponse, Conversation, PromptSuggestion } from "./gridAiAssistantInterfaces.js";
@@ -1,2 +1,2 @@
1
1
  import { GridStatePremium } from "../../../models/gridStatePremium.js";
2
- export declare const gridCellSelectionStateSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, unknown, import("./gridCellSelectionInterfaces").GridCellSelectionModel>;
2
+ export declare const gridCellSelectionStateSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, unknown, import("./gridCellSelectionInterfaces.js").GridCellSelectionModel>;
@@ -1,4 +1,4 @@
1
1
  import { RefObject } from '@mui/x-internals/types';
2
2
  import { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
3
- import type { DataGridPremiumProcessedProps } from '../../../models/dataGridPremiumProps';
3
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
4
4
  export declare const useGridClipboardImport: (apiRef: RefObject<GridPrivateApiPremium>, props: Pick<DataGridPremiumProcessedProps, "pagination" | "paginationMode" | "processRowUpdate" | "onProcessRowUpdateError" | "getRowId" | "onClipboardPasteStart" | "onClipboardPasteEnd" | "splitClipboardPastedText" | "disableClipboardPaste" | "onBeforeClipboardPasteStart">) => void;
@@ -1,5 +1,5 @@
1
1
  import type { GridColDef, GridRowId, GridValidRowModel, GridDataSource, GridGetRowsResponse, GridGetRowsParams, GridDataSourceApiBase, GridDataSourcePrivateApi } from '@mui/x-data-grid-pro';
2
- import type { GridAggregationModel } from '../aggregation/gridAggregationInterfaces';
2
+ import type { GridAggregationModel } from "../aggregation/gridAggregationInterfaces.js";
3
3
  export interface GridGetRowsResponsePremium extends GridGetRowsResponse {
4
4
  /**
5
5
  * Row to be used for aggregation footer row.
@@ -5,7 +5,7 @@ import { GridStateColDef } from '@mui/x-data-grid/internals';
5
5
  import { ColumnsStylesInterface, GridExcelExportOptions } from "../gridExcelExportInterface.js";
6
6
  import { GridPrivateApiPremium } from "../../../../models/gridApiPremium.js";
7
7
  import { SerializedColumns, SerializedRow, ValueOptionsData } from "./utils.js";
8
- export type { ExcelExportInitEvent } from './utils';
8
+ export type { ExcelExportInitEvent } from "./utils.js";
9
9
  /**
10
10
  * FIXME: This function mutates the colspan info, but colspan info assumes that the columns
11
11
  * passed to it are always consistent. In this case, the exported columns may differ from the
@@ -1,2 +1,2 @@
1
- import type { GridExcelExportOptions } from '../gridExcelExportInterface';
1
+ import type { GridExcelExportOptions } from "../gridExcelExportInterface.js";
2
2
  export declare function setupExcelExportWebWorker(workerOptions?: Pick<GridExcelExportOptions, 'exceljsPostProcess' | 'exceljsPreProcess'>): void;
@@ -1,6 +1,6 @@
1
1
  import type * as Excel from 'exceljs';
2
2
  import type { GridColumnGroupLookup } from '@mui/x-data-grid/internals';
3
- import type { GridExcelExportOptions } from '../gridExcelExportInterface';
3
+ import type { GridExcelExportOptions } from "../gridExcelExportInterface.js";
4
4
  export declare const getExcelJs: () => Promise<typeof Excel>;
5
5
  export interface SerializedRow {
6
6
  row: Record<string, undefined | number | boolean | string | Date>;
@@ -1,6 +1,6 @@
1
1
  import type { GridColDef } from '@mui/x-data-grid-pro';
2
2
  import type { GridPivotingPrivateApiCommunity, GridPivotingStatePartial } from '@mui/x-data-grid/internals';
3
- import type { DataGridPremiumProcessedProps } from '../../../models/dataGridPremiumProps';
3
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
4
4
  export type GridPivotingPropsOverrides = {
5
5
  rows: DataGridPremiumProcessedProps['rows'];
6
6
  columns: DataGridPremiumProcessedProps['columns'];
@@ -1,4 +1,4 @@
1
- import type { GridStatePremium } from '../../../models/gridStatePremium';
2
- export declare const gridPivotModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridPivotingInterfaces").GridPivotingState, import("./gridPivotingInterfaces").GridPivotModel>;
3
- export declare const gridPivotPropsOverridesSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridPivotingInterfaces").GridPivotingState, import("./gridPivotingInterfaces").GridPivotingPropsOverrides | undefined>;
1
+ import type { GridStatePremium } from "../../../models/gridStatePremium.js";
2
+ export declare const gridPivotModelSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridPivotingInterfaces.js").GridPivotingState, import("./gridPivotingInterfaces.js").GridPivotModel>;
3
+ export declare const gridPivotPropsOverridesSelector: import("@mui/x-data-grid").OutputSelector<GridStatePremium, import("./gridPivotingInterfaces.js").GridPivotingState, import("./gridPivotingInterfaces.js").GridPivotingPropsOverrides | undefined>;
4
4
  export { gridPivotActiveSelector, gridPivotInitialColumnsSelector, gridPivotPanelOpenSelector } from '@mui/x-data-grid/internals';