@mui/x-data-grid-premium 6.0.0 → 6.0.1
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 +45 -7
- 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 +4 -4
- package/utils/releaseInfo.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.1
|
|
7
|
+
|
|
8
|
+
_Mar 9, 2023_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🌍 Improve French (fr-FR) locale (#8122) @MaherSamiGMC
|
|
13
|
+
- 📚 Documentation improvements
|
|
14
|
+
- 🐞 Bugfixes
|
|
15
|
+
|
|
16
|
+
### `@mui/x-data-grid@v6.0.1` / `@mui/x-data-grid-pro@v6.0.1` / `@mui/x-data-grid-premium@v6.0.1`
|
|
17
|
+
|
|
18
|
+
#### Changes
|
|
19
|
+
|
|
20
|
+
- [DataGrid] Fix `MenuProps.onClose` being overridden for single select edit component (#8174) @rohitnatesh
|
|
21
|
+
- [DataGrid] Simplify `buildPrintWindow` (#8142) @oliviertassinari
|
|
22
|
+
- [l10n] Improve French (fr-FR) locale (#8122) @MaherSamiGMC
|
|
23
|
+
|
|
24
|
+
### `@mui/x-date-pickers@v6.0.1` / `@mui/x-date-pickers-pro@v6.0.1`
|
|
25
|
+
|
|
26
|
+
#### Changes
|
|
27
|
+
|
|
28
|
+
- [pickers] Add a runtime warning when a `renderInput` prop is passed to a picker (#8183) @flaviendelangle
|
|
29
|
+
- [pickers] Don't pass `ownerState` to the `inputAdornment` slot (#8165) @flaviendelangle
|
|
30
|
+
|
|
31
|
+
### Docs
|
|
32
|
+
|
|
33
|
+
- [docs] Fix a typo in the migration guide (#8152) @flaviendelangle
|
|
34
|
+
- [docs] Fix package version used in CodeSandbox demos (#8125) @cherniavskii
|
|
35
|
+
- [docs] Fix typos across codebase (#8126) @stavares843
|
|
36
|
+
- [docs] Improve Data Grid quick filter documentation (#8109) @MBilalShafi
|
|
37
|
+
- [docs] Improve link from npm to docs (#8141) @oliviertassinari
|
|
38
|
+
- [docs] Remove test sections (#8177) @m4theushw
|
|
39
|
+
|
|
40
|
+
### Core
|
|
41
|
+
|
|
42
|
+
- [core] Upgrade monorepo (#8162) @m4theushw
|
|
43
|
+
|
|
6
44
|
## 6.0.0
|
|
7
45
|
|
|
8
46
|
_Mar 3, 2023_
|
|
@@ -3184,7 +3222,7 @@ We'd like to offer a big thanks to the 9 contributors who made this release poss
|
|
|
3184
3222
|
|
|
3185
3223
|
#### Changes
|
|
3186
3224
|
|
|
3187
|
-
- [DataGrid] Fix <kbd>Enter</kbd> causing Select to re-open when
|
|
3225
|
+
- [DataGrid] Fix <kbd>Enter</kbd> causing Select to re-open when committing value (#5756) @m4theushw
|
|
3188
3226
|
- [DataGrid] Fix `GridOverlays` bypassing pointer events (#5674) @philjones88
|
|
3189
3227
|
|
|
3190
3228
|
### `@mui/x-date-pickers@v5.0.0-beta.6` / `@mui/x-date-picker-pro@v5.0.0-beta.6`
|
|
@@ -3228,7 +3266,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
|
|
3228
3266
|
#### Changes
|
|
3229
3267
|
|
|
3230
3268
|
- [DataGrid] Catch errors if rows freezing is not supported (#5711) @cherniavskii
|
|
3231
|
-
- [DataGrid] Preserve cell mode when entering edit mode while
|
|
3269
|
+
- [DataGrid] Preserve cell mode when entering edit mode while committing (#5686) @m4theushw
|
|
3232
3270
|
- [DataGridPremium] Let quick filter search in row grouping children (#5701) @alexfauquette
|
|
3233
3271
|
|
|
3234
3272
|
### `@mui/x-date-pickers@v5.0.0-beta.5` / `@mui/x-date-picker-pro@5.0.0-beta.5`
|
|
@@ -4155,7 +4193,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
|
|
4155
4193
|
- [core] Remove dead code (#4283) @oliviertassinari
|
|
4156
4194
|
- [core] Rename the "pre-processing" concept "pipe-processing" (#4261) @flaviendelangle
|
|
4157
4195
|
- [core] Reuse previous state when updating the columns prop (#4229) @m4theushw
|
|
4158
|
-
- [core] Fix Argos
|
|
4196
|
+
- [core] Fix Argos flakiness for pickers tests (#4312) @flaviendelangle
|
|
4159
4197
|
|
|
4160
4198
|
## 5.7.0
|
|
4161
4199
|
|
|
@@ -5705,7 +5743,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
5705
5743
|
|
|
5706
5744
|
- [docs] Add section for controlled selection and server-side pagination (#2602) @DanailH
|
|
5707
5745
|
- [docs] Fix Algolia search (#2655) @oliviertassinari
|
|
5708
|
-
- [docs] Improve the
|
|
5746
|
+
- [docs] Improve the search results relevance (#2656) @oliviertassinari
|
|
5709
5747
|
- [docs] Update installation instructions (#2663) @m4theushw
|
|
5710
5748
|
|
|
5711
5749
|
### Core
|
|
@@ -7069,7 +7107,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
7069
7107
|
}
|
|
7070
7108
|
```
|
|
7071
7109
|
|
|
7072
|
-
- [DataGrid] Upgrade
|
|
7110
|
+
- [DataGrid] Upgrade minimum supported version of React to 17.0.0 (#1410) @m4theushw
|
|
7073
7111
|
|
|
7074
7112
|
#### Changes
|
|
7075
7113
|
|
|
@@ -7199,7 +7237,7 @@ Big thanks to the 6 contributors who made this release possible. Here are some h
|
|
|
7199
7237
|
|
|
7200
7238
|
- [docs] Add demo page (#1147) @DanailH
|
|
7201
7239
|
- [docs] Fix typo in localization.md (#1155) @michael-martin-al
|
|
7202
|
-
- [docs] Improve the
|
|
7240
|
+
- [docs] Improve the description of the individual packages (#1139) @oliviertassinari
|
|
7203
7241
|
- [docs] Fix rendering docs to solve custom pagination issue (#1159) @consDev
|
|
7204
7242
|
|
|
7205
7243
|
### Core
|
|
@@ -7376,7 +7414,7 @@ Big thanks to the 5 contributors who made this release possible. Here are some h
|
|
|
7376
7414
|
- [DataGrid] Fix footer visual regression (#932) @dtassone
|
|
7377
7415
|
- [DataGrid] Fix strict mode issue with apiRef (#933) @dtassone
|
|
7378
7416
|
- [DataGrid] Work on the accessibility of the column menu (#900) @zj9495
|
|
7379
|
-
- [DataGrid] Fix timing
|
|
7417
|
+
- [DataGrid] Fix timing guarantee (#981) @oliviertassinari
|
|
7380
7418
|
- [DataGrid] Fix unstable footer height (#937) @oliviertassinari
|
|
7381
7419
|
- [DataGrid] Fix usage of the prop-types API (#955) @oliviertassinari
|
|
7382
7420
|
- [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 = "MTY3ODMwMjAwMDAwMA==";
|
|
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 = "MTY3ODMwMjAwMDAwMA==";
|
|
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 = "MTY3ODMwMjAwMDAwMA==";
|
|
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.1",
|
|
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",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.20.13",
|
|
35
35
|
"@mui/utils": "^5.11.7",
|
|
36
|
-
"@mui/x-data-grid": "6.0.
|
|
37
|
-
"@mui/x-data-grid-pro": "6.0.
|
|
38
|
-
"@mui/x-license-pro": "6.0.
|
|
36
|
+
"@mui/x-data-grid": "6.0.1",
|
|
37
|
+
"@mui/x-data-grid-pro": "6.0.1",
|
|
38
|
+
"@mui/x-license-pro": "6.0.1",
|
|
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 = "MTY3ODMwMjAwMDAwMA==";
|
|
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
|