@mui/x-data-grid-premium 6.0.0 → 6.0.2
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.
- package/CHANGELOG.md +103 -12
- package/DataGridPremium/DataGridPremium.js +7 -7
- package/hooks/features/aggregation/wrapColumnWithAggregation.d.ts +1 -1
- package/hooks/features/cellSelection/gridCellSelectionInterfaces.d.ts +3 -3
- package/index.js +1 -1
- package/legacy/DataGridPremium/DataGridPremium.js +7 -7
- package/legacy/index.js +1 -1
- package/legacy/utils/releaseInfo.js +1 -1
- package/models/dataGridPremiumProps.d.ts +3 -3
- package/modern/DataGridPremium/DataGridPremium.js +7 -7
- package/modern/index.js +1 -1
- package/modern/utils/releaseInfo.js +1 -1
- package/node/DataGridPremium/DataGridPremium.js +7 -7
- package/node/index.js +1 -1
- package/node/utils/releaseInfo.js +1 -1
- package/package.json +5 -5
- package/utils/releaseInfo.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,97 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 6.0.2
|
|
7
|
+
|
|
8
|
+
_Mar 16, 2023_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🚀 Fire `onChange` when filling a partial date (#8082) @flaviendelangle
|
|
13
|
+
- 🎁 Support date format like `1st` (`do`) (#8188) @flaviendelangle
|
|
14
|
+
- 🌍 Add Hebrew (he-IL) locale (#8222) @ylarom
|
|
15
|
+
- 🌍 Improve Brazilian Portuguese (pt-BR), German (de-DE), and French (fr-FR) locales
|
|
16
|
+
- 📚 Documentation improvements
|
|
17
|
+
- 🐞 Bugfixes
|
|
18
|
+
|
|
19
|
+
### `@mui/x-data-grid@v6.0.2` / `@mui/x-data-grid-pro@v6.0.2` / `@mui/x-data-grid-premium@v6.0.2`
|
|
20
|
+
|
|
21
|
+
#### Changes
|
|
22
|
+
|
|
23
|
+
- [DataGrid] Fix <kbd>Space</kbd> triggering edit mode (#8180) @m4theushw
|
|
24
|
+
- [DataGrid] Remove warning when adding a custom column type (#8227) @m4theushw
|
|
25
|
+
- [l10n] Improve Brazilian Portuguese (pt-BR) locale (#8198) @JoaoSerafim3001
|
|
26
|
+
|
|
27
|
+
### `@mui/x-date-pickers@v6.0.2` / `@mui/x-date-pickers-pro@v6.0.2`
|
|
28
|
+
|
|
29
|
+
#### Changes
|
|
30
|
+
|
|
31
|
+
- [l10n] Add Hebrew (he-IL) locale (#8222) @ylarom
|
|
32
|
+
- [l10n] Improve German (de-DE) locale (#8204) @sebkasanzew
|
|
33
|
+
- [l10n] Improve French (fr-FR) locale (#8229) @marvinroger
|
|
34
|
+
- [DateRangePicker] Allow overriding `slotProps.textField` (#8201) @LukasTy
|
|
35
|
+
- [fields] Fire `onChange` when filling a partial date (#8082) @flaviendelangle
|
|
36
|
+
- [fields] Fix editing in shadow dom (#8254) @flaviendelangle
|
|
37
|
+
- [fields] Remove the duplicated warning about invalid adapter (#8187) @flaviendelangle
|
|
38
|
+
- [fields] Support date format like `1st` (`do`) (#8188) @flaviendelangle
|
|
39
|
+
- [pickers] Fix to avoid selecting sections on mobile picker field (#8228) @LukasTy
|
|
40
|
+
- [pickers] Inherit previous and next icons size from their parent button (#8218) @flaviendelangle
|
|
41
|
+
|
|
42
|
+
### Docs
|
|
43
|
+
|
|
44
|
+
- [docs] Add a warning in the migration guide for people re-enabling the clock on desktop (#8184) @flaviendelangle
|
|
45
|
+
- [docs] Add a warning for `luxon` macro tokens (#8245) @flaviendelangle
|
|
46
|
+
- [docs] Complete pickers customization pages (#8066) @alexfauquette
|
|
47
|
+
- [docs] Fix 301 redirection @oliviertassinari
|
|
48
|
+
- [docs] Fix 404 links to customization Material UI APIs (#8200) @oliviertassinari
|
|
49
|
+
- [docs] Fix `moment-hijri` demo (#8255) @LukasTy
|
|
50
|
+
- [docs] Improve migration diff (#8240) @oliviertassinari
|
|
51
|
+
- [docs] Change **What's new** page url to point to announcement blog post (#8186) @joserodolfofreitas
|
|
52
|
+
- [docs] Resolve 301 in changelog @oliviertassinari
|
|
53
|
+
|
|
54
|
+
### Core
|
|
55
|
+
|
|
56
|
+
- [core] Regen api docs (#8220) @flaviendelangle
|
|
57
|
+
- [core] Remove duplicated `/` (#8223) @alexfauquette
|
|
58
|
+
|
|
59
|
+
## 6.0.1
|
|
60
|
+
|
|
61
|
+
_Mar 9, 2023_
|
|
62
|
+
|
|
63
|
+
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
64
|
+
|
|
65
|
+
- 🌍 Improve French (fr-FR) locale (#8122) @MaherSamiGMC
|
|
66
|
+
- 📚 Documentation improvements
|
|
67
|
+
- 🐞 Bugfixes
|
|
68
|
+
|
|
69
|
+
### `@mui/x-data-grid@v6.0.1` / `@mui/x-data-grid-pro@v6.0.1` / `@mui/x-data-grid-premium@v6.0.1`
|
|
70
|
+
|
|
71
|
+
#### Changes
|
|
72
|
+
|
|
73
|
+
- [DataGrid] Fix `MenuProps.onClose` being overridden for single select edit component (#8174) @rohitnatesh
|
|
74
|
+
- [DataGrid] Simplify `buildPrintWindow` (#8142) @oliviertassinari
|
|
75
|
+
- [l10n] Improve French (fr-FR) locale (#8122) @MaherSamiGMC
|
|
76
|
+
|
|
77
|
+
### `@mui/x-date-pickers@v6.0.1` / `@mui/x-date-pickers-pro@v6.0.1`
|
|
78
|
+
|
|
79
|
+
#### Changes
|
|
80
|
+
|
|
81
|
+
- [pickers] Add a runtime warning when a `renderInput` prop is passed to a picker (#8183) @flaviendelangle
|
|
82
|
+
- [pickers] Don't pass `ownerState` to the `inputAdornment` slot (#8165) @flaviendelangle
|
|
83
|
+
|
|
84
|
+
### Docs
|
|
85
|
+
|
|
86
|
+
- [docs] Fix a typo in the migration guide (#8152) @flaviendelangle
|
|
87
|
+
- [docs] Fix package version used in CodeSandbox demos (#8125) @cherniavskii
|
|
88
|
+
- [docs] Fix typos across codebase (#8126) @stavares843
|
|
89
|
+
- [docs] Improve Data Grid quick filter documentation (#8109) @MBilalShafi
|
|
90
|
+
- [docs] Improve link from npm to docs (#8141) @oliviertassinari
|
|
91
|
+
- [docs] Remove test sections (#8177) @m4theushw
|
|
92
|
+
|
|
93
|
+
### Core
|
|
94
|
+
|
|
95
|
+
- [core] Upgrade monorepo (#8162) @m4theushw
|
|
96
|
+
|
|
6
97
|
## 6.0.0
|
|
7
98
|
|
|
8
99
|
_Mar 3, 2023_
|
|
@@ -987,7 +1078,7 @@ We'd like to offer a big thanks to the 6 contributors who made this release poss
|
|
|
987
1078
|
<DataGridPremium unstable_cellSelection />
|
|
988
1079
|
```
|
|
989
1080
|
|
|
990
|
-
See [the documentation](https://mui.com/x/react-data-grid/
|
|
1081
|
+
See [the documentation](https://mui.com/x/react-data-grid/cell-selection/) for more information
|
|
991
1082
|
|
|
992
1083
|
- 🌍 Support the Right To Left orientation on the fields components
|
|
993
1084
|
- 📚 Documentation improvements
|
|
@@ -3044,7 +3135,7 @@ _Sep 2, 2022_
|
|
|
3044
3135
|
|
|
3045
3136
|
🎉 We are excited to finally introduce a stable release (v5.0.0) for the `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` packages!
|
|
3046
3137
|
|
|
3047
|
-
If you are still using picker components from the `lab`, take a look at the [migration guide](https://mui.com/x/
|
|
3138
|
+
If you are still using picker components from the `lab`, take a look at the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
|
|
3048
3139
|
|
|
3049
3140
|
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
3050
3141
|
|
|
@@ -3184,7 +3275,7 @@ We'd like to offer a big thanks to the 9 contributors who made this release poss
|
|
|
3184
3275
|
|
|
3185
3276
|
#### Changes
|
|
3186
3277
|
|
|
3187
|
-
- [DataGrid] Fix <kbd>Enter</kbd> causing Select to re-open when
|
|
3278
|
+
- [DataGrid] Fix <kbd>Enter</kbd> causing Select to re-open when committing value (#5756) @m4theushw
|
|
3188
3279
|
- [DataGrid] Fix `GridOverlays` bypassing pointer events (#5674) @philjones88
|
|
3189
3280
|
|
|
3190
3281
|
### `@mui/x-date-pickers@v5.0.0-beta.6` / `@mui/x-date-picker-pro@v5.0.0-beta.6`
|
|
@@ -3228,7 +3319,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
|
|
3228
3319
|
#### Changes
|
|
3229
3320
|
|
|
3230
3321
|
- [DataGrid] Catch errors if rows freezing is not supported (#5711) @cherniavskii
|
|
3231
|
-
- [DataGrid] Preserve cell mode when entering edit mode while
|
|
3322
|
+
- [DataGrid] Preserve cell mode when entering edit mode while committing (#5686) @m4theushw
|
|
3232
3323
|
- [DataGridPremium] Let quick filter search in row grouping children (#5701) @alexfauquette
|
|
3233
3324
|
|
|
3234
3325
|
### `@mui/x-date-pickers@v5.0.0-beta.5` / `@mui/x-date-picker-pro@5.0.0-beta.5`
|
|
@@ -4095,7 +4186,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
|
|
4095
4186
|
|
|
4096
4187
|
Date and time picker components have been moved to the MUI X repository.
|
|
4097
4188
|
They are now accessible in their own packages: `@mui/x-date-pickers` and `@mui/x-date-pickers-pro`.
|
|
4098
|
-
For more information, you can read the [blog article](https://mui.com/blog/lab-date-pickers-to-mui-x/) and the [migration guide](https://mui.com/x/
|
|
4189
|
+
For more information, you can read the [blog article](https://mui.com/blog/lab-date-pickers-to-mui-x/) and the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
|
|
4099
4190
|
|
|
4100
4191
|
- 📝 Add `onProcessRowUpdateError` prop to simplify error management in edit mode (#4267) @m4theushw
|
|
4101
4192
|
- ✨ Add generic typing to `GridColDef` and derived interfaces (#4064) @flaviendelangle
|
|
@@ -4155,7 +4246,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
|
|
4155
4246
|
- [core] Remove dead code (#4283) @oliviertassinari
|
|
4156
4247
|
- [core] Rename the "pre-processing" concept "pipe-processing" (#4261) @flaviendelangle
|
|
4157
4248
|
- [core] Reuse previous state when updating the columns prop (#4229) @m4theushw
|
|
4158
|
-
- [core] Fix Argos
|
|
4249
|
+
- [core] Fix Argos flakiness for pickers tests (#4312) @flaviendelangle
|
|
4159
4250
|
|
|
4160
4251
|
## 5.7.0
|
|
4161
4252
|
|
|
@@ -5705,7 +5796,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
5705
5796
|
|
|
5706
5797
|
- [docs] Add section for controlled selection and server-side pagination (#2602) @DanailH
|
|
5707
5798
|
- [docs] Fix Algolia search (#2655) @oliviertassinari
|
|
5708
|
-
- [docs] Improve the
|
|
5799
|
+
- [docs] Improve the search results relevance (#2656) @oliviertassinari
|
|
5709
5800
|
- [docs] Update installation instructions (#2663) @m4theushw
|
|
5710
5801
|
|
|
5711
5802
|
### Core
|
|
@@ -6743,7 +6834,7 @@ Big thanks to the 11 contributors who made this release possible. Here are some
|
|
|
6743
6834
|
- 💅 Add `columnHeader`, `row` and `cell` to the `classes` prop (#1660) @DanailH
|
|
6744
6835
|
- ✅ Add the `isRowSelectable` prop to disable selection on certain rows (#1659) @m4theushw
|
|
6745
6836
|
|
|
6746
|
-
See the documentation for [more details](https://mui.com/
|
|
6837
|
+
See the documentation for [more details](https://v4.mui.com/components/data-grid/selection/#disable-selection-on-certain-rows).
|
|
6747
6838
|
|
|
6748
6839
|
- ⚡️ Add new icon slot to be displayed when the column is unsorted (#1415) @m4theushw
|
|
6749
6840
|
- ⚙ Improve consistency of the API to prepare for the first beta release
|
|
@@ -7069,7 +7160,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
7069
7160
|
}
|
|
7070
7161
|
```
|
|
7071
7162
|
|
|
7072
|
-
- [DataGrid] Upgrade
|
|
7163
|
+
- [DataGrid] Upgrade minimum supported version of React to 17.0.0 (#1410) @m4theushw
|
|
7073
7164
|
|
|
7074
7165
|
#### Changes
|
|
7075
7166
|
|
|
@@ -7199,7 +7290,7 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
|
|
|
7199
7290
|
|
|
7200
7291
|
- [docs] Add demo page (#1147) @DanailH
|
|
7201
7292
|
- [docs] Fix typo in localization.md (#1155) @michael-martin-al
|
|
7202
|
-
- [docs] Improve the
|
|
7293
|
+
- [docs] Improve the description of the individual packages (#1139) @oliviertassinari
|
|
7203
7294
|
- [docs] Fix rendering docs to solve custom pagination issue (#1159) @consDev
|
|
7204
7295
|
|
|
7205
7296
|
### Core
|
|
@@ -7271,7 +7362,7 @@ Big thanks to the 4 contributors who made this release possible. Here are some h
|
|
|
7271
7362
|
- 📍 Add support for default locales (#983) @DanailH
|
|
7272
7363
|
We have built the infrastructure to support around 100 [default locales](https://mui.com/x/react-data-grid/localization/#supported-locales). If you have localized the data grid in your application. Please do consider contributing new translations back to Material UI by opening a pull request.
|
|
7273
7364
|
- 🎁 Add new `selectionModel` prop (#986) @dtassone
|
|
7274
|
-
The prop can be used to control the selected rows in the data grid. [See the docs](https://mui.com/
|
|
7365
|
+
The prop can be used to control the selected rows in the data grid. [See the docs](https://v4.mui.com/components/data-grid/selection/#controlled-selection).
|
|
7275
7366
|
- 💅 Add support for default props from theme (#1019) @DanailH
|
|
7276
7367
|
- 🙌 Fix scrollbar size on windows (#1061) @dtassone
|
|
7277
7368
|
- 🐛 Polish existing features, fix 9 issues.
|
|
@@ -7376,7 +7467,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
7376
7467
|
- [DataGrid] Fix footer visual regression (#932) @dtassone
|
|
7377
7468
|
- [DataGrid] Fix strict mode issue with apiRef (#933) @dtassone
|
|
7378
7469
|
- [DataGrid] Work on the accessibility of the column menu (#900) @zj9495
|
|
7379
|
-
- [DataGrid] Fix timing
|
|
7470
|
+
- [DataGrid] Fix timing guarantee (#981) @oliviertassinari
|
|
7380
7471
|
- [DataGrid] Fix unstable footer height (#937) @oliviertassinari
|
|
7381
7472
|
- [DataGrid] Fix usage of the prop-types API (#955) @oliviertassinari
|
|
7382
7473
|
- [DataGrid] Fix duplicate aria-label (#953) @oliviertassinari
|
|
@@ -132,12 +132,12 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
132
132
|
*/
|
|
133
133
|
columnVisibilityModel: PropTypes.object,
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* Overridable components.
|
|
136
136
|
* @deprecated Use the `slots` prop instead.
|
|
137
137
|
*/
|
|
138
138
|
components: PropTypes.object,
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Overridable components props dynamically passed to the component at rendering.
|
|
141
141
|
* @deprecated Use the `slotProps` prop instead.
|
|
142
142
|
*/
|
|
143
143
|
componentsProps: PropTypes.object,
|
|
@@ -477,7 +477,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
477
477
|
onCellKeyDown: PropTypes.func,
|
|
478
478
|
/**
|
|
479
479
|
* Callback fired when the `cellModesModel` prop changes.
|
|
480
|
-
* @param {GridCellModesModel} cellModesModel Object
|
|
480
|
+
* @param {GridCellModesModel} cellModesModel Object containing which cells are in "edit" mode.
|
|
481
481
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
482
482
|
*/
|
|
483
483
|
onCellModesModelChange: PropTypes.func,
|
|
@@ -667,7 +667,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
667
667
|
onRowGroupingModelChange: PropTypes.func,
|
|
668
668
|
/**
|
|
669
669
|
* Callback fired when the `rowModesModel` prop changes.
|
|
670
|
-
* @param {GridRowModesModel} rowModesModel Object
|
|
670
|
+
* @param {GridRowModesModel} rowModesModel Object containing which rows are in "edit" mode.
|
|
671
671
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
672
672
|
*/
|
|
673
673
|
onRowModesModelChange: PropTypes.func,
|
|
@@ -835,11 +835,11 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
835
835
|
*/
|
|
836
836
|
showColumnVerticalBorder: PropTypes.bool,
|
|
837
837
|
/**
|
|
838
|
-
*
|
|
838
|
+
* Overridable components props dynamically passed to the component at rendering.
|
|
839
839
|
*/
|
|
840
840
|
slotProps: PropTypes.object,
|
|
841
841
|
/**
|
|
842
|
-
*
|
|
842
|
+
* Overridable components.
|
|
843
843
|
*/
|
|
844
844
|
slots: PropTypes.object,
|
|
845
845
|
/**
|
|
@@ -887,7 +887,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
887
887
|
unstable_cellSelectionModel: PropTypes.object,
|
|
888
888
|
/**
|
|
889
889
|
* Callback fired when the selection state of one or multiple cells changes.
|
|
890
|
-
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]]
|
|
890
|
+
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]] containing the selected cells.
|
|
891
891
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
892
892
|
*/
|
|
893
893
|
unstable_onCellSelectionModelChange: PropTypes.func
|
|
@@ -3,7 +3,7 @@ import { GridBaseColDef } from '@mui/x-data-grid-pro/internals';
|
|
|
3
3
|
import { GridApiPremium } from '../../../models/gridApiPremium';
|
|
4
4
|
import { GridAggregationRule } from './gridAggregationInterfaces';
|
|
5
5
|
declare const AGGREGATION_WRAPPABLE_PROPERTIES: readonly ["valueGetter", "valueFormatter", "renderCell", "renderHeader", "filterOperators"];
|
|
6
|
-
type WrappableColumnProperty = typeof AGGREGATION_WRAPPABLE_PROPERTIES[number];
|
|
6
|
+
type WrappableColumnProperty = (typeof AGGREGATION_WRAPPABLE_PROPERTIES)[number];
|
|
7
7
|
interface GridColDefWithAggregationWrappers extends GridBaseColDef {
|
|
8
8
|
aggregationWrappedProperties?: {
|
|
9
9
|
[P in WrappableColumnProperty]?: {
|
|
@@ -26,13 +26,13 @@ export interface GridCellSelectionApi {
|
|
|
26
26
|
unstable_setCellSelectionModel: (newModel: GridCellSelectionModel) => void;
|
|
27
27
|
/**
|
|
28
28
|
* Selects all cells that are inside the range given by `start` and `end` coordinates.
|
|
29
|
-
* @param {GridCellCoordinates} start Object
|
|
30
|
-
* @param {GridCellCoordinates} end Object
|
|
29
|
+
* @param {GridCellCoordinates} start Object containing the row ID and field of the first cell to select.
|
|
30
|
+
* @param {GridCellCoordinates} end Object containing the row ID and field of the last cell to select.
|
|
31
31
|
* @param {boolean} keepOtherSelected Whether to keep current selected cells or discard. Default is false.
|
|
32
32
|
*/
|
|
33
33
|
unstable_selectCellRange: (start: GridCellCoordinates, end: GridCellCoordinates, keepOtherSelected?: boolean) => void;
|
|
34
34
|
/**
|
|
35
|
-
* Returns an array
|
|
35
|
+
* Returns an array containing only the selected cells.
|
|
36
36
|
* Each item is an object with the ID and field of the cell.
|
|
37
37
|
* @returns {GridCellCoordinates[]} Array with the selected cells.
|
|
38
38
|
*/
|
package/index.js
CHANGED
|
@@ -132,12 +132,12 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
132
132
|
*/
|
|
133
133
|
columnVisibilityModel: PropTypes.object,
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* Overridable components.
|
|
136
136
|
* @deprecated Use the `slots` prop instead.
|
|
137
137
|
*/
|
|
138
138
|
components: PropTypes.object,
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Overridable components props dynamically passed to the component at rendering.
|
|
141
141
|
* @deprecated Use the `slotProps` prop instead.
|
|
142
142
|
*/
|
|
143
143
|
componentsProps: PropTypes.object,
|
|
@@ -477,7 +477,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
477
477
|
onCellKeyDown: PropTypes.func,
|
|
478
478
|
/**
|
|
479
479
|
* Callback fired when the `cellModesModel` prop changes.
|
|
480
|
-
* @param {GridCellModesModel} cellModesModel Object
|
|
480
|
+
* @param {GridCellModesModel} cellModesModel Object containing which cells are in "edit" mode.
|
|
481
481
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
482
482
|
*/
|
|
483
483
|
onCellModesModelChange: PropTypes.func,
|
|
@@ -667,7 +667,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
667
667
|
onRowGroupingModelChange: PropTypes.func,
|
|
668
668
|
/**
|
|
669
669
|
* Callback fired when the `rowModesModel` prop changes.
|
|
670
|
-
* @param {GridRowModesModel} rowModesModel Object
|
|
670
|
+
* @param {GridRowModesModel} rowModesModel Object containing which rows are in "edit" mode.
|
|
671
671
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
672
672
|
*/
|
|
673
673
|
onRowModesModelChange: PropTypes.func,
|
|
@@ -835,11 +835,11 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
835
835
|
*/
|
|
836
836
|
showColumnVerticalBorder: PropTypes.bool,
|
|
837
837
|
/**
|
|
838
|
-
*
|
|
838
|
+
* Overridable components props dynamically passed to the component at rendering.
|
|
839
839
|
*/
|
|
840
840
|
slotProps: PropTypes.object,
|
|
841
841
|
/**
|
|
842
|
-
*
|
|
842
|
+
* Overridable components.
|
|
843
843
|
*/
|
|
844
844
|
slots: PropTypes.object,
|
|
845
845
|
/**
|
|
@@ -887,7 +887,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
887
887
|
unstable_cellSelectionModel: PropTypes.object,
|
|
888
888
|
/**
|
|
889
889
|
* Callback fired when the selection state of one or multiple cells changes.
|
|
890
|
-
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]]
|
|
890
|
+
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]] containing the selected cells.
|
|
891
891
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
892
892
|
*/
|
|
893
893
|
unstable_onCellSelectionModelChange: PropTypes.func
|
package/legacy/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export var getReleaseInfo = function getReleaseInfo() {
|
|
3
|
-
var releaseInfo = "
|
|
3
|
+
var releaseInfo = "MTY3ODkxNzYwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -11,12 +11,12 @@ export interface GridExperimentalPremiumFeatures extends GridExperimentalProFeat
|
|
|
11
11
|
}
|
|
12
12
|
export interface DataGridPremiumPropsWithComplexDefaultValueBeforeProcessing extends Pick<DataGridPropsWithComplexDefaultValueBeforeProcessing, 'localeText'> {
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Overridable components.
|
|
15
15
|
* @deprecated Use the `slots` prop instead.
|
|
16
16
|
*/
|
|
17
17
|
components?: Partial<GridPremiumSlotsComponent>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Overridable components.
|
|
20
20
|
*/
|
|
21
21
|
slots?: Partial<UncapitalizedGridPremiumSlotsComponent>;
|
|
22
22
|
}
|
|
@@ -123,7 +123,7 @@ export interface DataGridPremiumPropsWithoutDefaultValue<R extends GridValidRowM
|
|
|
123
123
|
unstable_cellSelectionModel?: GridCellSelectionModel;
|
|
124
124
|
/**
|
|
125
125
|
* Callback fired when the selection state of one or multiple cells changes.
|
|
126
|
-
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]]
|
|
126
|
+
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]] containing the selected cells.
|
|
127
127
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
128
128
|
*/
|
|
129
129
|
unstable_onCellSelectionModelChange?: (cellSelectionModel: GridCellSelectionModel, details: GridCallbackDetails) => void;
|
|
@@ -132,12 +132,12 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
132
132
|
*/
|
|
133
133
|
columnVisibilityModel: PropTypes.object,
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* Overridable components.
|
|
136
136
|
* @deprecated Use the `slots` prop instead.
|
|
137
137
|
*/
|
|
138
138
|
components: PropTypes.object,
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Overridable components props dynamically passed to the component at rendering.
|
|
141
141
|
* @deprecated Use the `slotProps` prop instead.
|
|
142
142
|
*/
|
|
143
143
|
componentsProps: PropTypes.object,
|
|
@@ -477,7 +477,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
477
477
|
onCellKeyDown: PropTypes.func,
|
|
478
478
|
/**
|
|
479
479
|
* Callback fired when the `cellModesModel` prop changes.
|
|
480
|
-
* @param {GridCellModesModel} cellModesModel Object
|
|
480
|
+
* @param {GridCellModesModel} cellModesModel Object containing which cells are in "edit" mode.
|
|
481
481
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
482
482
|
*/
|
|
483
483
|
onCellModesModelChange: PropTypes.func,
|
|
@@ -667,7 +667,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
667
667
|
onRowGroupingModelChange: PropTypes.func,
|
|
668
668
|
/**
|
|
669
669
|
* Callback fired when the `rowModesModel` prop changes.
|
|
670
|
-
* @param {GridRowModesModel} rowModesModel Object
|
|
670
|
+
* @param {GridRowModesModel} rowModesModel Object containing which rows are in "edit" mode.
|
|
671
671
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
672
672
|
*/
|
|
673
673
|
onRowModesModelChange: PropTypes.func,
|
|
@@ -835,11 +835,11 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
835
835
|
*/
|
|
836
836
|
showColumnVerticalBorder: PropTypes.bool,
|
|
837
837
|
/**
|
|
838
|
-
*
|
|
838
|
+
* Overridable components props dynamically passed to the component at rendering.
|
|
839
839
|
*/
|
|
840
840
|
slotProps: PropTypes.object,
|
|
841
841
|
/**
|
|
842
|
-
*
|
|
842
|
+
* Overridable components.
|
|
843
843
|
*/
|
|
844
844
|
slots: PropTypes.object,
|
|
845
845
|
/**
|
|
@@ -887,7 +887,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
887
887
|
unstable_cellSelectionModel: PropTypes.object,
|
|
888
888
|
/**
|
|
889
889
|
* Callback fired when the selection state of one or multiple cells changes.
|
|
890
|
-
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]]
|
|
890
|
+
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]] containing the selected cells.
|
|
891
891
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
892
892
|
*/
|
|
893
893
|
unstable_onCellSelectionModelChange: PropTypes.func
|
package/modern/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTY3ODkxNzYwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|
|
@@ -141,12 +141,12 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
141
141
|
*/
|
|
142
142
|
columnVisibilityModel: _propTypes.default.object,
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* Overridable components.
|
|
145
145
|
* @deprecated Use the `slots` prop instead.
|
|
146
146
|
*/
|
|
147
147
|
components: _propTypes.default.object,
|
|
148
148
|
/**
|
|
149
|
-
*
|
|
149
|
+
* Overridable components props dynamically passed to the component at rendering.
|
|
150
150
|
* @deprecated Use the `slotProps` prop instead.
|
|
151
151
|
*/
|
|
152
152
|
componentsProps: _propTypes.default.object,
|
|
@@ -486,7 +486,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
486
486
|
onCellKeyDown: _propTypes.default.func,
|
|
487
487
|
/**
|
|
488
488
|
* Callback fired when the `cellModesModel` prop changes.
|
|
489
|
-
* @param {GridCellModesModel} cellModesModel Object
|
|
489
|
+
* @param {GridCellModesModel} cellModesModel Object containing which cells are in "edit" mode.
|
|
490
490
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
491
491
|
*/
|
|
492
492
|
onCellModesModelChange: _propTypes.default.func,
|
|
@@ -676,7 +676,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
676
676
|
onRowGroupingModelChange: _propTypes.default.func,
|
|
677
677
|
/**
|
|
678
678
|
* Callback fired when the `rowModesModel` prop changes.
|
|
679
|
-
* @param {GridRowModesModel} rowModesModel Object
|
|
679
|
+
* @param {GridRowModesModel} rowModesModel Object containing which rows are in "edit" mode.
|
|
680
680
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
681
681
|
*/
|
|
682
682
|
onRowModesModelChange: _propTypes.default.func,
|
|
@@ -844,11 +844,11 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
844
844
|
*/
|
|
845
845
|
showColumnVerticalBorder: _propTypes.default.bool,
|
|
846
846
|
/**
|
|
847
|
-
*
|
|
847
|
+
* Overridable components props dynamically passed to the component at rendering.
|
|
848
848
|
*/
|
|
849
849
|
slotProps: _propTypes.default.object,
|
|
850
850
|
/**
|
|
851
|
-
*
|
|
851
|
+
* Overridable components.
|
|
852
852
|
*/
|
|
853
853
|
slots: _propTypes.default.object,
|
|
854
854
|
/**
|
|
@@ -896,7 +896,7 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
896
896
|
unstable_cellSelectionModel: _propTypes.default.object,
|
|
897
897
|
/**
|
|
898
898
|
* Callback fired when the selection state of one or multiple cells changes.
|
|
899
|
-
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]]
|
|
899
|
+
* @param {GridCellSelectionModel} cellSelectionModel Object in the shape of [[GridCellSelectionModel]] containing the selected cells.
|
|
900
900
|
* @param {GridCallbackDetails} details Additional details for this callback.
|
|
901
901
|
*/
|
|
902
902
|
unstable_onCellSelectionModelChange: _propTypes.default.func
|
package/node/index.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getReleaseInfo = void 0;
|
|
7
7
|
var _utils = require("@mui/utils");
|
|
8
8
|
const getReleaseInfo = () => {
|
|
9
|
-
const releaseInfo = "
|
|
9
|
+
const releaseInfo = "MTY3ODkxNzYwMDAwMA==";
|
|
10
10
|
if (process.env.NODE_ENV !== 'production') {
|
|
11
11
|
// A simple hack to set the value in the test environment (has no build step).
|
|
12
12
|
// eslint-disable-next-line no-useless-concat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid-premium",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "The Premium plan edition of the data grid component (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.20.13",
|
|
35
|
-
"@mui/utils": "^5.11.
|
|
36
|
-
"@mui/x-data-grid": "6.0.
|
|
37
|
-
"@mui/x-data-grid-pro": "6.0.
|
|
38
|
-
"@mui/x-license-pro": "6.0.
|
|
35
|
+
"@mui/utils": "^5.11.13",
|
|
36
|
+
"@mui/x-data-grid": "6.0.2",
|
|
37
|
+
"@mui/x-data-grid-pro": "6.0.2",
|
|
38
|
+
"@mui/x-license-pro": "6.0.2",
|
|
39
39
|
"@types/format-util": "^1.0.2",
|
|
40
40
|
"clsx": "^1.2.1",
|
|
41
41
|
"exceljs": "^4.3.0",
|
package/utils/releaseInfo.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ponyfillGlobal } from '@mui/utils';
|
|
2
2
|
export const getReleaseInfo = () => {
|
|
3
|
-
const releaseInfo = "
|
|
3
|
+
const releaseInfo = "MTY3ODkxNzYwMDAwMA==";
|
|
4
4
|
if (process.env.NODE_ENV !== 'production') {
|
|
5
5
|
// A simple hack to set the value in the test environment (has no build step).
|
|
6
6
|
// eslint-disable-next-line no-useless-concat
|