@mui/x-data-grid 6.0.2 → 6.0.4
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 +119 -5
- package/components/GridPagination.d.ts +2 -2
- package/components/GridRow.js +1 -1
- package/components/columnHeaders/GridColumnHeaderSeparator.js +3 -3
- package/components/columnHeaders/GridColumnHeaderTitle.js +5 -5
- package/components/menu/columnMenu/GridColumnHeaderMenu.js +4 -2
- package/components/menu/columnMenu/GridColumnMenu.d.ts +5 -5
- package/components/menu/columnMenu/GridColumnMenu.js +30 -30
- package/components/menu/columnMenu/GridColumnMenuProps.d.ts +1 -1
- package/components/panel/GridPanel.d.ts +1 -1
- package/components/panel/filterPanel/GridFilterPanel.js +1 -1
- package/components/reexportable.d.ts +1 -1
- package/components/reexportable.js +1 -1
- package/hooks/features/columnHeaders/useGridColumnHeaders.js +7 -1
- package/hooks/features/columnMenu/columnMenuInterfaces.d.ts +11 -11
- package/hooks/features/columnMenu/{useGridColumnMenuComponents.d.ts → useGridColumnMenuSlots.d.ts} +4 -4
- package/hooks/features/columnMenu/{useGridColumnMenuComponents.js → useGridColumnMenuSlots.js} +21 -26
- package/hooks/features/columns/useGridColumns.js +1 -1
- package/hooks/features/filter/useGridFilter.js +1 -1
- package/hooks/features/preferencesPanel/gridPreferencePanelsValue.js +3 -3
- package/hooks/features/sorting/useGridSorting.js +1 -1
- package/hooks/features/virtualization/useGridVirtualScroller.js +1 -1
- package/hooks/utils/useGridApiEventHandler.js +3 -3
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/legacy/components/GridRow.js +1 -1
- package/legacy/components/columnHeaders/GridColumnHeaderSeparator.js +3 -3
- package/legacy/components/columnHeaders/GridColumnHeaderTitle.js +5 -5
- package/legacy/components/menu/columnMenu/GridColumnHeaderMenu.js +4 -2
- package/legacy/components/menu/columnMenu/GridColumnMenu.js +32 -32
- package/legacy/components/panel/filterPanel/GridFilterPanel.js +1 -1
- package/legacy/components/reexportable.js +1 -1
- package/legacy/hooks/features/columnHeaders/useGridColumnHeaders.js +7 -1
- package/legacy/hooks/features/columnMenu/{useGridColumnMenuComponents.js → useGridColumnMenuSlots.js} +25 -30
- package/legacy/hooks/features/columns/useGridColumns.js +1 -1
- package/legacy/hooks/features/filter/useGridFilter.js +1 -1
- package/legacy/hooks/features/preferencesPanel/gridPreferencePanelsValue.js +3 -3
- package/legacy/hooks/features/sorting/useGridSorting.js +1 -1
- package/legacy/hooks/features/virtualization/useGridVirtualScroller.js +1 -1
- package/legacy/hooks/utils/useGridApiEventHandler.js +3 -3
- package/legacy/index.js +2 -2
- package/legacy/locales/bgBG.js +9 -12
- package/legacy/locales/daDK.js +16 -21
- package/legacy/locales/esES.js +1 -1
- package/legacy/locales/faIR.js +2 -2
- package/legacy/locales/nbNO.js +10 -12
- package/legacy/locales/nlNL.js +7 -9
- package/legacy/locales/svSE.js +2 -2
- package/legacy/models/gridEditRowModel.js +9 -9
- package/legacy/models/gridFilterItem.js +3 -3
- package/legacy/models/params/gridEditCellParams.js +10 -10
- package/legacy/models/params/gridRowParams.js +9 -9
- package/locales/bgBG.js +9 -12
- package/locales/daDK.js +16 -21
- package/locales/esES.js +1 -1
- package/locales/faIR.js +2 -2
- package/locales/nbNO.js +10 -12
- package/locales/nlNL.js +7 -9
- package/locales/svSE.js +2 -2
- package/models/gridEditRowModel.js +9 -9
- package/models/gridFilterItem.js +3 -3
- package/models/params/gridEditCellParams.js +10 -10
- package/models/params/gridRowParams.js +9 -9
- package/modern/components/GridRow.js +1 -1
- package/modern/components/columnHeaders/GridColumnHeaderSeparator.js +3 -3
- package/modern/components/columnHeaders/GridColumnHeaderTitle.js +5 -5
- package/modern/components/menu/columnMenu/GridColumnHeaderMenu.js +4 -2
- package/modern/components/menu/columnMenu/GridColumnMenu.js +30 -30
- package/modern/components/panel/filterPanel/GridFilterPanel.js +1 -1
- package/modern/components/reexportable.js +1 -1
- package/modern/hooks/features/columnHeaders/useGridColumnHeaders.js +6 -1
- package/modern/hooks/features/columnMenu/{useGridColumnMenuComponents.js → useGridColumnMenuSlots.js} +21 -26
- package/modern/hooks/features/columns/useGridColumns.js +1 -1
- package/modern/hooks/features/filter/useGridFilter.js +1 -1
- package/modern/hooks/features/preferencesPanel/gridPreferencePanelsValue.js +3 -3
- package/modern/hooks/features/sorting/useGridSorting.js +1 -1
- package/modern/hooks/features/virtualization/useGridVirtualScroller.js +1 -1
- package/modern/hooks/utils/useGridApiEventHandler.js +3 -3
- package/modern/index.js +2 -2
- package/modern/locales/bgBG.js +9 -12
- package/modern/locales/daDK.js +16 -21
- package/modern/locales/esES.js +1 -1
- package/modern/locales/faIR.js +2 -2
- package/modern/locales/nbNO.js +10 -12
- package/modern/locales/nlNL.js +7 -9
- package/modern/locales/svSE.js +2 -2
- package/modern/models/gridEditRowModel.js +9 -9
- package/modern/models/gridFilterItem.js +3 -3
- package/modern/models/params/gridEditCellParams.js +10 -10
- package/modern/models/params/gridRowParams.js +9 -9
- package/node/components/GridRow.js +1 -1
- package/node/components/columnHeaders/GridColumnHeaderSeparator.js +4 -4
- package/node/components/columnHeaders/GridColumnHeaderTitle.js +5 -5
- package/node/components/menu/columnMenu/GridColumnHeaderMenu.js +4 -2
- package/node/components/menu/columnMenu/GridColumnMenu.js +33 -33
- package/node/components/panel/filterPanel/GridFilterPanel.js +1 -1
- package/node/components/reexportable.js +4 -4
- package/node/hooks/features/columnHeaders/useGridColumnHeaders.js +6 -1
- package/node/hooks/features/columnMenu/{useGridColumnMenuComponents.js → useGridColumnMenuSlots.js} +22 -27
- package/node/hooks/features/columns/useGridColumns.js +1 -1
- package/node/hooks/features/filter/useGridFilter.js +1 -1
- package/node/hooks/features/preferencesPanel/gridPreferencePanelsValue.js +4 -4
- package/node/hooks/features/sorting/useGridSorting.js +1 -1
- package/node/hooks/features/virtualization/useGridVirtualScroller.js +1 -1
- package/node/hooks/utils/useGridApiEventHandler.js +4 -4
- package/node/index.js +7 -7
- package/node/locales/bgBG.js +9 -12
- package/node/locales/daDK.js +16 -21
- package/node/locales/esES.js +1 -1
- package/node/locales/faIR.js +2 -2
- package/node/locales/nbNO.js +10 -12
- package/node/locales/nlNL.js +7 -9
- package/node/locales/svSE.js +2 -2
- package/node/models/gridEditRowModel.js +12 -12
- package/node/models/gridFilterItem.js +4 -4
- package/node/models/params/gridEditCellParams.js +12 -12
- package/node/models/params/gridRowParams.js +11 -11
- package/package.json +2 -2
package/node/locales/daDK.js
CHANGED
|
@@ -26,17 +26,15 @@ const daDKGrid = {
|
|
|
26
26
|
toolbarFiltersTooltipShow: 'Vis filtre',
|
|
27
27
|
toolbarFiltersTooltipActive: count => count !== 1 ? `${count} aktive filtre` : `${count} aktivt filter`,
|
|
28
28
|
// Quick filter toolbar field
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
toolbarQuickFilterPlaceholder: 'Søg…',
|
|
30
|
+
toolbarQuickFilterLabel: 'Søg',
|
|
31
|
+
toolbarQuickFilterDeleteIconLabel: 'Ryd',
|
|
33
32
|
// Export selector toolbar button text
|
|
34
|
-
|
|
33
|
+
toolbarExport: 'Eksport',
|
|
35
34
|
toolbarExportLabel: 'Eksporter',
|
|
36
35
|
toolbarExportCSV: 'Download som CSV',
|
|
37
36
|
toolbarExportPrint: 'Print',
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
toolbarExportExcel: 'Download som Excel',
|
|
40
38
|
// Columns panel text
|
|
41
39
|
columnsPanelTextFieldLabel: 'Find kolonne',
|
|
42
40
|
columnsPanelTextFieldPlaceholder: 'Kolonne titel',
|
|
@@ -45,7 +43,7 @@ const daDKGrid = {
|
|
|
45
43
|
columnsPanelHideAllButton: 'Skjul alle',
|
|
46
44
|
// Filter panel text
|
|
47
45
|
filterPanelAddFilter: 'Tilføj filter',
|
|
48
|
-
|
|
46
|
+
filterPanelRemoveAll: 'Fjern alle',
|
|
49
47
|
filterPanelDeleteIconLabel: 'Slet',
|
|
50
48
|
filterPanelLogicOperator: 'Logisk operator',
|
|
51
49
|
filterPanelOperator: 'Operatorer',
|
|
@@ -75,7 +73,7 @@ const daDKGrid = {
|
|
|
75
73
|
// Column menu text
|
|
76
74
|
columnMenuLabel: 'Menu',
|
|
77
75
|
columnMenuShowColumns: 'Vis Kolonner',
|
|
78
|
-
|
|
76
|
+
columnMenuManageColumns: 'Administrer kolonner',
|
|
79
77
|
columnMenuFilter: 'Filtre',
|
|
80
78
|
columnMenuHideColumn: 'Skjul',
|
|
81
79
|
columnMenuUnsort: 'Fjern sortering',
|
|
@@ -115,21 +113,18 @@ const daDKGrid = {
|
|
|
115
113
|
groupColumn: name => `Gruppér efter ${name}`,
|
|
116
114
|
unGroupColumn: name => `Fjern gruppéring efter ${name}`,
|
|
117
115
|
// Master/detail
|
|
118
|
-
|
|
116
|
+
detailPanelToggle: 'Udvid/kollaps detaljepanel',
|
|
119
117
|
expandDetailPanel: 'Udvid',
|
|
120
|
-
collapseDetailPanel: 'Kollaps'
|
|
121
|
-
|
|
118
|
+
collapseDetailPanel: 'Kollaps',
|
|
122
119
|
// Row reordering text
|
|
123
|
-
|
|
124
|
-
|
|
120
|
+
rowReorderingHeaderName: 'Omarrangering af rækker',
|
|
125
121
|
// Aggregation
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
122
|
+
aggregationMenuItemHeader: 'Aggregation',
|
|
123
|
+
aggregationFunctionLabelSum: 'sum',
|
|
124
|
+
aggregationFunctionLabelAvg: 'gns',
|
|
125
|
+
aggregationFunctionLabelMin: 'min',
|
|
126
|
+
aggregationFunctionLabelMax: 'max',
|
|
127
|
+
aggregationFunctionLabelSize: 'størrelse'
|
|
132
128
|
};
|
|
133
|
-
|
|
134
129
|
const daDK = (0, _getGridLocalization.getGridLocalization)(daDKGrid, _locale.daDK);
|
|
135
130
|
exports.daDK = daDK;
|
package/node/locales/esES.js
CHANGED
|
@@ -73,7 +73,7 @@ const esESGrid = {
|
|
|
73
73
|
// Column menu text
|
|
74
74
|
columnMenuLabel: 'Menú',
|
|
75
75
|
columnMenuShowColumns: 'Mostrar columnas',
|
|
76
|
-
|
|
76
|
+
columnMenuManageColumns: 'Administrar columnas',
|
|
77
77
|
columnMenuFilter: 'Filtro',
|
|
78
78
|
columnMenuHideColumn: 'Ocultar',
|
|
79
79
|
columnMenuUnsort: 'Desordenar',
|
package/node/locales/faIR.js
CHANGED
|
@@ -43,7 +43,7 @@ const faIRGrid = {
|
|
|
43
43
|
columnsPanelHideAllButton: 'مخفی همه',
|
|
44
44
|
// Filter panel text
|
|
45
45
|
filterPanelAddFilter: 'افزودن فیلتر',
|
|
46
|
-
|
|
46
|
+
filterPanelRemoveAll: 'حذف همه',
|
|
47
47
|
filterPanelDeleteIconLabel: 'حذف',
|
|
48
48
|
filterPanelLogicOperator: 'عملگر منطقی',
|
|
49
49
|
filterPanelOperator: 'عملگرها',
|
|
@@ -73,7 +73,7 @@ const faIRGrid = {
|
|
|
73
73
|
// Column menu text
|
|
74
74
|
columnMenuLabel: 'فهرست',
|
|
75
75
|
columnMenuShowColumns: 'نمایش ستونها',
|
|
76
|
-
|
|
76
|
+
columnMenuManageColumns: 'مدیریت ستونها',
|
|
77
77
|
columnMenuFilter: 'فیلتر',
|
|
78
78
|
columnMenuHideColumn: 'مخفی',
|
|
79
79
|
columnMenuUnsort: 'نامرتبکردن',
|
package/node/locales/nbNO.js
CHANGED
|
@@ -43,7 +43,7 @@ const nbNOGrid = {
|
|
|
43
43
|
columnsPanelHideAllButton: 'Skjul alle',
|
|
44
44
|
// Filter panel text
|
|
45
45
|
filterPanelAddFilter: 'Legg til filter',
|
|
46
|
-
|
|
46
|
+
filterPanelRemoveAll: 'Fjern alle',
|
|
47
47
|
filterPanelDeleteIconLabel: 'Slett',
|
|
48
48
|
filterPanelLogicOperator: 'Logisk operator',
|
|
49
49
|
filterPanelOperator: 'Operatører',
|
|
@@ -73,7 +73,7 @@ const nbNOGrid = {
|
|
|
73
73
|
// Column menu text
|
|
74
74
|
columnMenuLabel: 'Meny',
|
|
75
75
|
columnMenuShowColumns: 'Vis kolonner',
|
|
76
|
-
|
|
76
|
+
columnMenuManageColumns: 'Administrer kolonner',
|
|
77
77
|
columnMenuFilter: 'Filter',
|
|
78
78
|
columnMenuHideColumn: 'Skjul',
|
|
79
79
|
columnMenuUnsort: 'Usorter',
|
|
@@ -113,20 +113,18 @@ const nbNOGrid = {
|
|
|
113
113
|
groupColumn: name => `Grupper på ${name}`,
|
|
114
114
|
unGroupColumn: name => `Stopp å grupper på ${name}`,
|
|
115
115
|
// Master/detail
|
|
116
|
-
|
|
116
|
+
detailPanelToggle: 'Utvid/kollaps detalj panel',
|
|
117
117
|
expandDetailPanel: 'Utvid',
|
|
118
118
|
collapseDetailPanel: 'Kollaps',
|
|
119
119
|
// Row reordering text
|
|
120
|
-
rowReorderingHeaderName: 'Rad reorganisering'
|
|
121
|
-
|
|
120
|
+
rowReorderingHeaderName: 'Rad reorganisering',
|
|
122
121
|
// Aggregation
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
122
|
+
aggregationMenuItemHeader: 'Aggregering',
|
|
123
|
+
aggregationFunctionLabelSum: 'sum',
|
|
124
|
+
aggregationFunctionLabelAvg: 'snitt',
|
|
125
|
+
aggregationFunctionLabelMin: 'min',
|
|
126
|
+
aggregationFunctionLabelMax: 'maks',
|
|
127
|
+
aggregationFunctionLabelSize: 'størrelse'
|
|
129
128
|
};
|
|
130
|
-
|
|
131
129
|
const nbNO = (0, _getGridLocalization.getGridLocalization)(nbNOGrid, _locale.nbNO);
|
|
132
130
|
exports.nbNO = nbNO;
|
package/node/locales/nlNL.js
CHANGED
|
@@ -117,16 +117,14 @@ const nlNLGrid = {
|
|
|
117
117
|
expandDetailPanel: 'Uitklappen',
|
|
118
118
|
collapseDetailPanel: 'Inklappen',
|
|
119
119
|
// Row reordering text
|
|
120
|
-
rowReorderingHeaderName: 'Rijen hersorteren'
|
|
121
|
-
|
|
120
|
+
rowReorderingHeaderName: 'Rijen hersorteren',
|
|
122
121
|
// Aggregation
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
122
|
+
aggregationMenuItemHeader: 'Aggregatie',
|
|
123
|
+
aggregationFunctionLabelSum: 'som',
|
|
124
|
+
aggregationFunctionLabelAvg: 'gem',
|
|
125
|
+
aggregationFunctionLabelMin: 'min',
|
|
126
|
+
aggregationFunctionLabelMax: 'max',
|
|
127
|
+
aggregationFunctionLabelSize: 'grootte'
|
|
129
128
|
};
|
|
130
|
-
|
|
131
129
|
const nlNL = (0, _getGridLocalization.getGridLocalization)(nlNLGrid, _locale.nlNL);
|
|
132
130
|
exports.nlNL = nlNL;
|
package/node/locales/svSE.js
CHANGED
|
@@ -43,7 +43,7 @@ const svSEGrid = {
|
|
|
43
43
|
columnsPanelHideAllButton: 'Dölj alla',
|
|
44
44
|
// Filter panel text
|
|
45
45
|
filterPanelAddFilter: 'Lägg till filter',
|
|
46
|
-
|
|
46
|
+
filterPanelRemoveAll: 'Ta bort alla',
|
|
47
47
|
filterPanelDeleteIconLabel: 'Ta bort',
|
|
48
48
|
filterPanelLogicOperator: 'Logisk operatör',
|
|
49
49
|
filterPanelOperator: 'Operatör',
|
|
@@ -73,7 +73,7 @@ const svSEGrid = {
|
|
|
73
73
|
// Column menu text
|
|
74
74
|
columnMenuLabel: 'Meny',
|
|
75
75
|
columnMenuShowColumns: 'Visa kolumner',
|
|
76
|
-
|
|
76
|
+
columnMenuManageColumns: 'Hantera kolumner',
|
|
77
77
|
columnMenuFilter: 'Filtrera',
|
|
78
78
|
columnMenuHideColumn: 'Dölj',
|
|
79
79
|
columnMenuUnsort: 'Osortera',
|
|
@@ -4,21 +4,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.GridRowModes = exports.GridEditModes = exports.GridCellModes = void 0;
|
|
7
|
-
var GridEditModes
|
|
8
|
-
exports.GridEditModes = GridEditModes;
|
|
9
|
-
(function (GridEditModes) {
|
|
7
|
+
var GridEditModes = /*#__PURE__*/function (GridEditModes) {
|
|
10
8
|
GridEditModes["Cell"] = "cell";
|
|
11
9
|
GridEditModes["Row"] = "row";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
exports.
|
|
15
|
-
|
|
10
|
+
return GridEditModes;
|
|
11
|
+
}(GridEditModes || {});
|
|
12
|
+
exports.GridEditModes = GridEditModes;
|
|
13
|
+
var GridCellModes = /*#__PURE__*/function (GridCellModes) {
|
|
16
14
|
GridCellModes["Edit"] = "edit";
|
|
17
15
|
GridCellModes["View"] = "view";
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
exports.
|
|
21
|
-
|
|
16
|
+
return GridCellModes;
|
|
17
|
+
}(GridCellModes || {});
|
|
18
|
+
exports.GridCellModes = GridCellModes;
|
|
19
|
+
var GridRowModes = /*#__PURE__*/function (GridRowModes) {
|
|
22
20
|
GridRowModes["Edit"] = "edit";
|
|
23
21
|
GridRowModes["View"] = "view";
|
|
24
|
-
|
|
22
|
+
return GridRowModes;
|
|
23
|
+
}(GridRowModes || {});
|
|
24
|
+
exports.GridRowModes = GridRowModes;
|
|
@@ -9,9 +9,9 @@ exports.GridLogicOperator = void 0;
|
|
|
9
9
|
* @demos
|
|
10
10
|
* - [Custom filter operator](/x/react-data-grid/filtering/#create-a-custom-operator)
|
|
11
11
|
*/
|
|
12
|
-
var GridLogicOperator
|
|
13
|
-
exports.GridLogicOperator = GridLogicOperator;
|
|
14
|
-
(function (GridLogicOperator) {
|
|
12
|
+
var GridLogicOperator = /*#__PURE__*/function (GridLogicOperator) {
|
|
15
13
|
GridLogicOperator["And"] = "and";
|
|
16
14
|
GridLogicOperator["Or"] = "or";
|
|
17
|
-
|
|
15
|
+
return GridLogicOperator;
|
|
16
|
+
}(GridLogicOperator || {});
|
|
17
|
+
exports.GridLogicOperator = GridLogicOperator;
|
|
@@ -7,26 +7,26 @@ exports.GridCellEditStopReasons = exports.GridCellEditStartReasons = void 0;
|
|
|
7
7
|
/**
|
|
8
8
|
* Params passed to `apiRef.current.setEditCellValue`.
|
|
9
9
|
*/
|
|
10
|
-
var GridCellEditStartReasons
|
|
11
|
-
/**
|
|
12
|
-
* Params passed to the `cellEditStart` event.
|
|
13
|
-
*/
|
|
14
|
-
exports.GridCellEditStartReasons = GridCellEditStartReasons;
|
|
15
|
-
(function (GridCellEditStartReasons) {
|
|
10
|
+
var GridCellEditStartReasons = /*#__PURE__*/function (GridCellEditStartReasons) {
|
|
16
11
|
GridCellEditStartReasons["enterKeyDown"] = "enterKeyDown";
|
|
17
12
|
GridCellEditStartReasons["cellDoubleClick"] = "cellDoubleClick";
|
|
18
13
|
GridCellEditStartReasons["printableKeyDown"] = "printableKeyDown";
|
|
19
14
|
GridCellEditStartReasons["deleteKeyDown"] = "deleteKeyDown";
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
return GridCellEditStartReasons;
|
|
16
|
+
}(GridCellEditStartReasons || {});
|
|
22
17
|
/**
|
|
23
|
-
* Params passed to the `
|
|
18
|
+
* Params passed to the `cellEditStart` event.
|
|
24
19
|
*/
|
|
25
|
-
exports.
|
|
26
|
-
|
|
20
|
+
exports.GridCellEditStartReasons = GridCellEditStartReasons;
|
|
21
|
+
var GridCellEditStopReasons = /*#__PURE__*/function (GridCellEditStopReasons) {
|
|
27
22
|
GridCellEditStopReasons["cellFocusOut"] = "cellFocusOut";
|
|
28
23
|
GridCellEditStopReasons["escapeKeyDown"] = "escapeKeyDown";
|
|
29
24
|
GridCellEditStopReasons["enterKeyDown"] = "enterKeyDown";
|
|
30
25
|
GridCellEditStopReasons["tabKeyDown"] = "tabKeyDown";
|
|
31
26
|
GridCellEditStopReasons["shiftTabKeyDown"] = "shiftTabKeyDown";
|
|
32
|
-
|
|
27
|
+
return GridCellEditStopReasons;
|
|
28
|
+
}(GridCellEditStopReasons || {});
|
|
29
|
+
/**
|
|
30
|
+
* Params passed to the `cellEditStop event.
|
|
31
|
+
*/
|
|
32
|
+
exports.GridCellEditStopReasons = GridCellEditStopReasons;
|
|
@@ -20,23 +20,23 @@ exports.GridRowEditStopReasons = exports.GridRowEditStartReasons = void 0;
|
|
|
20
20
|
/**
|
|
21
21
|
* The getRowHeight return value.
|
|
22
22
|
*/
|
|
23
|
-
var GridRowEditStartReasons
|
|
24
|
-
/**
|
|
25
|
-
* Params passed to the `rowEditStart` event.
|
|
26
|
-
*/
|
|
27
|
-
exports.GridRowEditStartReasons = GridRowEditStartReasons;
|
|
28
|
-
(function (GridRowEditStartReasons) {
|
|
23
|
+
var GridRowEditStartReasons = /*#__PURE__*/function (GridRowEditStartReasons) {
|
|
29
24
|
GridRowEditStartReasons["enterKeyDown"] = "enterKeyDown";
|
|
30
25
|
GridRowEditStartReasons["cellDoubleClick"] = "cellDoubleClick";
|
|
31
26
|
GridRowEditStartReasons["printableKeyDown"] = "printableKeyDown";
|
|
32
27
|
GridRowEditStartReasons["deleteKeyDown"] = "deleteKeyDown";
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
28
|
+
return GridRowEditStartReasons;
|
|
29
|
+
}(GridRowEditStartReasons || {});
|
|
30
|
+
/**
|
|
31
|
+
* Params passed to the `rowEditStart` event.
|
|
32
|
+
*/
|
|
33
|
+
exports.GridRowEditStartReasons = GridRowEditStartReasons;
|
|
34
|
+
var GridRowEditStopReasons = /*#__PURE__*/function (GridRowEditStopReasons) {
|
|
37
35
|
GridRowEditStopReasons["rowFocusOut"] = "rowFocusOut";
|
|
38
36
|
GridRowEditStopReasons["escapeKeyDown"] = "escapeKeyDown";
|
|
39
37
|
GridRowEditStopReasons["enterKeyDown"] = "enterKeyDown";
|
|
40
38
|
GridRowEditStopReasons["tabKeyDown"] = "tabKeyDown";
|
|
41
39
|
GridRowEditStopReasons["shiftTabKeyDown"] = "shiftTabKeyDown";
|
|
42
|
-
|
|
40
|
+
return GridRowEditStopReasons;
|
|
41
|
+
}(GridRowEditStopReasons || {});
|
|
42
|
+
exports.GridRowEditStopReasons = GridRowEditStopReasons;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "The community edition of the data grid component (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"directory": "packages/grid/x-data-grid"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@babel/runtime": "^7.
|
|
38
|
+
"@babel/runtime": "^7.21.0",
|
|
39
39
|
"@mui/utils": "^5.11.13",
|
|
40
40
|
"clsx": "^1.2.1",
|
|
41
41
|
"prop-types": "^15.8.1",
|