@mui/x-data-grid 8.14.1 → 8.15.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.
- package/CHANGELOG.md +107 -0
- package/components/GridScrollShadows.js +23 -3
- package/constants/gridClasses.d.ts +12 -0
- package/constants/gridClasses.js +1 -1
- package/constants/localeTextConstants.js +2 -1
- package/esm/components/GridScrollShadows.js +22 -3
- package/esm/constants/gridClasses.d.ts +12 -0
- package/esm/constants/gridClasses.js +1 -1
- package/esm/constants/localeTextConstants.js +2 -1
- package/esm/hooks/core/strategyProcessing/gridStrategyProcessingApi.d.ts +6 -4
- package/esm/hooks/features/dataSource/models.d.ts +28 -28
- package/esm/hooks/features/dataSource/useGridDataSourceBase.d.ts +1 -1
- package/esm/hooks/features/dataSource/useGridDataSourceBase.js +27 -14
- package/esm/hooks/features/dataSource/utils.d.ts +2 -1
- package/esm/hooks/features/dataSource/utils.js +2 -1
- package/esm/index.js +1 -1
- package/esm/internals/index.d.ts +1 -1
- package/esm/locales/arSD.js +1 -0
- package/esm/locales/beBY.js +1 -0
- package/esm/locales/bgBG.js +1 -0
- package/esm/locales/bnBD.js +1 -0
- package/esm/locales/csCZ.js +1 -0
- package/esm/locales/daDK.js +1 -0
- package/esm/locales/deDE.js +1 -0
- package/esm/locales/elGR.js +1 -0
- package/esm/locales/esES.js +1 -0
- package/esm/locales/faIR.js +1 -0
- package/esm/locales/fiFI.js +1 -0
- package/esm/locales/frFR.js +1 -0
- package/esm/locales/heIL.js +1 -0
- package/esm/locales/hrHR.js +1 -0
- package/esm/locales/huHU.js +1 -0
- package/esm/locales/hyAM.js +1 -0
- package/esm/locales/idID.js +1 -0
- package/esm/locales/isIS.js +1 -0
- package/esm/locales/itIT.js +1 -0
- package/esm/locales/jaJP.js +1 -0
- package/esm/locales/koKR.js +1 -0
- package/esm/locales/nbNO.js +1 -0
- package/esm/locales/nlNL.js +1 -0
- package/esm/locales/nnNO.js +1 -0
- package/esm/locales/plPL.js +1 -0
- package/esm/locales/ptBR.js +1 -0
- package/esm/locales/ptPT.js +1 -0
- package/esm/locales/roRO.js +1 -0
- package/esm/locales/ruRU.js +1 -0
- package/esm/locales/skSK.js +1 -0
- package/esm/locales/svSE.js +1 -0
- package/esm/locales/trTR.js +1 -0
- package/esm/locales/ukUA.js +1 -0
- package/esm/locales/urPK.js +1 -0
- package/esm/locales/viVN.js +1 -0
- package/esm/locales/zhCN.js +1 -0
- package/esm/locales/zhHK.js +1 -0
- package/esm/locales/zhTW.js +1 -0
- package/esm/models/api/gridLocaleTextApi.d.ts +1 -0
- package/esm/models/gridDataSource.d.ts +13 -0
- package/hooks/core/strategyProcessing/gridStrategyProcessingApi.d.ts +6 -4
- package/hooks/features/dataSource/models.d.ts +28 -28
- package/hooks/features/dataSource/useGridDataSourceBase.d.ts +1 -1
- package/hooks/features/dataSource/useGridDataSourceBase.js +27 -14
- package/hooks/features/dataSource/utils.d.ts +2 -1
- package/hooks/features/dataSource/utils.js +2 -1
- package/index.js +1 -1
- package/internals/index.d.ts +1 -1
- package/locales/arSD.js +1 -0
- package/locales/beBY.js +1 -0
- package/locales/bgBG.js +1 -0
- package/locales/bnBD.js +1 -0
- package/locales/csCZ.js +1 -0
- package/locales/daDK.js +1 -0
- package/locales/deDE.js +1 -0
- package/locales/elGR.js +1 -0
- package/locales/esES.js +1 -0
- package/locales/faIR.js +1 -0
- package/locales/fiFI.js +1 -0
- package/locales/frFR.js +1 -0
- package/locales/heIL.js +1 -0
- package/locales/hrHR.js +1 -0
- package/locales/huHU.js +1 -0
- package/locales/hyAM.js +1 -0
- package/locales/idID.js +1 -0
- package/locales/isIS.js +1 -0
- package/locales/itIT.js +1 -0
- package/locales/jaJP.js +1 -0
- package/locales/koKR.js +1 -0
- package/locales/nbNO.js +1 -0
- package/locales/nlNL.js +1 -0
- package/locales/nnNO.js +1 -0
- package/locales/plPL.js +1 -0
- package/locales/ptBR.js +1 -0
- package/locales/ptPT.js +1 -0
- package/locales/roRO.js +1 -0
- package/locales/ruRU.js +1 -0
- package/locales/skSK.js +1 -0
- package/locales/svSE.js +1 -0
- package/locales/trTR.js +1 -0
- package/locales/ukUA.js +1 -0
- package/locales/urPK.js +1 -0
- package/locales/viVN.js +1 -0
- package/locales/zhCN.js +1 -0
- package/locales/zhHK.js +1 -0
- package/locales/zhTW.js +1 -0
- package/models/api/gridLocaleTextApi.d.ts +1 -0
- package/models/gridDataSource.d.ts +13 -0
- package/package.json +2 -2
package/locales/daDK.js
CHANGED
|
@@ -305,5 +305,6 @@ const daDKGrid = {
|
|
|
305
305
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
306
306
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
307
307
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
308
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
308
309
|
};
|
|
309
310
|
const daDK = exports.daDK = (0, _getGridLocalization.getGridLocalization)(daDKGrid);
|
package/locales/deDE.js
CHANGED
|
@@ -295,5 +295,6 @@ const deDEGrid = {
|
|
|
295
295
|
promptChangePivotRowsLabel: count => `Zeilen (${count})`,
|
|
296
296
|
promptChangePivotValuesLabel: count => `Werte (${count})`,
|
|
297
297
|
promptChangePivotValuesDescription: (column, aggregation) => `${column} (${aggregation})`
|
|
298
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
298
299
|
};
|
|
299
300
|
const deDE = exports.deDE = (0, _getGridLocalization.getGridLocalization)(deDEGrid);
|
package/locales/elGR.js
CHANGED
|
@@ -306,5 +306,6 @@ const elGRGrid = {
|
|
|
306
306
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
307
307
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
308
308
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
309
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
309
310
|
};
|
|
310
311
|
const elGR = exports.elGR = (0, _getGridLocalization.getGridLocalization)(elGRGrid);
|
package/locales/esES.js
CHANGED
|
@@ -303,5 +303,6 @@ const esESGrid = {
|
|
|
303
303
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
304
304
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
305
305
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
306
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
306
307
|
};
|
|
307
308
|
const esES = exports.esES = (0, _getGridLocalization.getGridLocalization)(esESGrid);
|
package/locales/faIR.js
CHANGED
|
@@ -304,5 +304,6 @@ const faIRGrid = {
|
|
|
304
304
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
305
305
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
306
306
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
307
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
307
308
|
};
|
|
308
309
|
const faIR = exports.faIR = (0, _getGridLocalization.getGridLocalization)(faIRGrid);
|
package/locales/fiFI.js
CHANGED
|
@@ -305,5 +305,6 @@ const fiFIGrid = {
|
|
|
305
305
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
306
306
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
307
307
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
308
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
308
309
|
};
|
|
309
310
|
const fiFI = exports.fiFI = (0, _getGridLocalization.getGridLocalization)(fiFIGrid);
|
package/locales/frFR.js
CHANGED
|
@@ -301,5 +301,6 @@ const frFRGrid = {
|
|
|
301
301
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
302
302
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
303
303
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
304
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
304
305
|
};
|
|
305
306
|
const frFR = exports.frFR = (0, _getGridLocalization.getGridLocalization)(frFRGrid);
|
package/locales/heIL.js
CHANGED
|
@@ -303,5 +303,6 @@ const heILGrid = {
|
|
|
303
303
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
304
304
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
305
305
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
306
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
306
307
|
};
|
|
307
308
|
const heIL = exports.heIL = (0, _getGridLocalization.getGridLocalization)(heILGrid);
|
package/locales/hrHR.js
CHANGED
|
@@ -323,5 +323,6 @@ const hrHRGrid = {
|
|
|
323
323
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
324
324
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
325
325
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
326
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
326
327
|
};
|
|
327
328
|
const hrHR = exports.hrHR = (0, _getGridLocalization.getGridLocalization)(hrHRGrid);
|
package/locales/huHU.js
CHANGED
|
@@ -303,5 +303,6 @@ const huHUGrid = {
|
|
|
303
303
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
304
304
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
305
305
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
306
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
306
307
|
};
|
|
307
308
|
const huHU = exports.huHU = (0, _getGridLocalization.getGridLocalization)(huHUGrid);
|
package/locales/hyAM.js
CHANGED
|
@@ -329,5 +329,6 @@ const hyAMGrid = {
|
|
|
329
329
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
330
330
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
331
331
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
332
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
332
333
|
};
|
|
333
334
|
const hyAM = exports.hyAM = (0, _getGridLocalization.getGridLocalization)(hyAMGrid);
|
package/locales/idID.js
CHANGED
|
@@ -295,5 +295,6 @@ const idIDGrid = exports.idIDGrid = {
|
|
|
295
295
|
promptChangePivotRowsLabel: count => `Baris (${count})`,
|
|
296
296
|
promptChangePivotValuesLabel: count => `Nilai (${count})`,
|
|
297
297
|
promptChangePivotValuesDescription: (column, aggregation) => `${column} (${aggregation})`
|
|
298
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
298
299
|
};
|
|
299
300
|
const idID = exports.idID = (0, _getGridLocalization.getGridLocalization)(idIDGrid);
|
package/locales/isIS.js
CHANGED
|
@@ -305,5 +305,6 @@ const isISGrid = {
|
|
|
305
305
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
306
306
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
307
307
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
308
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
308
309
|
};
|
|
309
310
|
const isIS = exports.isIS = (0, _getGridLocalization.getGridLocalization)(isISGrid);
|
package/locales/itIT.js
CHANGED
|
@@ -293,5 +293,6 @@ const itITGrid = {
|
|
|
293
293
|
promptChangePivotRowsLabel: count => `Righe (${count})`,
|
|
294
294
|
promptChangePivotValuesLabel: count => `Valori (${count})`,
|
|
295
295
|
promptChangePivotValuesDescription: (column, aggregation) => `${column} (${aggregation})`
|
|
296
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
296
297
|
};
|
|
297
298
|
const itIT = exports.itIT = (0, _getGridLocalization.getGridLocalization)(itITGrid);
|
package/locales/jaJP.js
CHANGED
|
@@ -305,5 +305,6 @@ const jaJPGrid = {
|
|
|
305
305
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
306
306
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
307
307
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
308
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
308
309
|
};
|
|
309
310
|
const jaJP = exports.jaJP = (0, _getGridLocalization.getGridLocalization)(jaJPGrid);
|
package/locales/koKR.js
CHANGED
|
@@ -295,5 +295,6 @@ const koKRGrid = {
|
|
|
295
295
|
promptChangePivotRowsLabel: count => `(${count}) 개의 행`,
|
|
296
296
|
promptChangePivotValuesLabel: count => `(${count}) 개의 값`,
|
|
297
297
|
promptChangePivotValuesDescription: (column, aggregation) => `${column} (${aggregation})`
|
|
298
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
298
299
|
};
|
|
299
300
|
const koKR = exports.koKR = (0, _getGridLocalization.getGridLocalization)(koKRGrid);
|
package/locales/nbNO.js
CHANGED
|
@@ -303,5 +303,6 @@ const nbNOGrid = {
|
|
|
303
303
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
304
304
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
305
305
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
306
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
306
307
|
};
|
|
307
308
|
const nbNO = exports.nbNO = (0, _getGridLocalization.getGridLocalization)(nbNOGrid);
|
package/locales/nlNL.js
CHANGED
|
@@ -304,5 +304,6 @@ const nlNLGrid = {
|
|
|
304
304
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
305
305
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
306
306
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
307
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
307
308
|
};
|
|
308
309
|
const nlNL = exports.nlNL = (0, _getGridLocalization.getGridLocalization)(nlNLGrid);
|
package/locales/nnNO.js
CHANGED
|
@@ -295,5 +295,6 @@ const nnNOGrid = {
|
|
|
295
295
|
promptChangePivotRowsLabel: count => `Rader (${count})`,
|
|
296
296
|
promptChangePivotValuesLabel: count => `Verdiar (${count})`,
|
|
297
297
|
promptChangePivotValuesDescription: (column, aggregation) => `${column} (${aggregation})`
|
|
298
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
298
299
|
};
|
|
299
300
|
const nnNO = exports.nnNO = (0, _getGridLocalization.getGridLocalization)(nnNOGrid);
|
package/locales/plPL.js
CHANGED
|
@@ -300,5 +300,6 @@ const plPLGrid = {
|
|
|
300
300
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
301
301
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
302
302
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
303
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
303
304
|
};
|
|
304
305
|
const plPL = exports.plPL = (0, _getGridLocalization.getGridLocalization)(plPLGrid);
|
package/locales/ptBR.js
CHANGED
|
@@ -292,5 +292,6 @@ const ptBRGrid = {
|
|
|
292
292
|
promptChangePivotRowsLabel: count => `Linhas (${count})`,
|
|
293
293
|
promptChangePivotValuesLabel: count => `Valores (${count})`,
|
|
294
294
|
promptChangePivotValuesDescription: (column, aggregation) => `${column} (${aggregation})`
|
|
295
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
295
296
|
};
|
|
296
297
|
const ptBR = exports.ptBR = (0, _getGridLocalization.getGridLocalization)(ptBRGrid);
|
package/locales/ptPT.js
CHANGED
|
@@ -303,5 +303,6 @@ const ptPTGrid = {
|
|
|
303
303
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
304
304
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
305
305
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
306
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
306
307
|
};
|
|
307
308
|
const ptPT = exports.ptPT = (0, _getGridLocalization.getGridLocalization)(ptPTGrid);
|
package/locales/roRO.js
CHANGED
|
@@ -303,5 +303,6 @@ const roROGrid = {
|
|
|
303
303
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
304
304
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
305
305
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
306
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
306
307
|
};
|
|
307
308
|
const roRO = exports.roRO = (0, _getGridLocalization.getGridLocalization)(roROGrid);
|
package/locales/ruRU.js
CHANGED
|
@@ -325,5 +325,6 @@ const ruRUGrid = {
|
|
|
325
325
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
326
326
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
327
327
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
328
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
328
329
|
};
|
|
329
330
|
const ruRU = exports.ruRU = (0, _getGridLocalization.getGridLocalization)(ruRUGrid);
|
package/locales/skSK.js
CHANGED
|
@@ -331,5 +331,6 @@ const skSKGrid = {
|
|
|
331
331
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
332
332
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
333
333
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
334
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
334
335
|
};
|
|
335
336
|
const skSK = exports.skSK = (0, _getGridLocalization.getGridLocalization)(skSKGrid);
|
package/locales/svSE.js
CHANGED
|
@@ -305,5 +305,6 @@ const svSEGrid = {
|
|
|
305
305
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
306
306
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
307
307
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
308
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
308
309
|
};
|
|
309
310
|
const svSE = exports.svSE = (0, _getGridLocalization.getGridLocalization)(svSEGrid);
|
package/locales/trTR.js
CHANGED
|
@@ -303,5 +303,6 @@ const trTRGrid = {
|
|
|
303
303
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
304
304
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
305
305
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
306
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
306
307
|
};
|
|
307
308
|
const trTR = exports.trTR = (0, _getGridLocalization.getGridLocalization)(trTRGrid);
|
package/locales/ukUA.js
CHANGED
|
@@ -325,5 +325,6 @@ const ukUAGrid = {
|
|
|
325
325
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
326
326
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
327
327
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
328
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
328
329
|
};
|
|
329
330
|
const ukUA = exports.ukUA = (0, _getGridLocalization.getGridLocalization)(ukUAGrid);
|
package/locales/urPK.js
CHANGED
|
@@ -305,5 +305,6 @@ const urPKGrid = {
|
|
|
305
305
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
306
306
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
307
307
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
308
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
308
309
|
};
|
|
309
310
|
const urPK = exports.urPK = (0, _getGridLocalization.getGridLocalization)(urPKGrid);
|
package/locales/viVN.js
CHANGED
|
@@ -305,5 +305,6 @@ const viVNGrid = {
|
|
|
305
305
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
306
306
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
307
307
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
308
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
308
309
|
};
|
|
309
310
|
const viVN = exports.viVN = (0, _getGridLocalization.getGridLocalization)(viVNGrid);
|
package/locales/zhCN.js
CHANGED
|
@@ -301,5 +301,6 @@ const zhCNGrid = {
|
|
|
301
301
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
302
302
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
303
303
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
304
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
304
305
|
};
|
|
305
306
|
const zhCN = exports.zhCN = (0, _getGridLocalization.getGridLocalization)(zhCNGrid);
|
package/locales/zhHK.js
CHANGED
|
@@ -301,5 +301,6 @@ const zhHKGrid = {
|
|
|
301
301
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
302
302
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
303
303
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
304
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
304
305
|
};
|
|
305
306
|
const zhHK = exports.zhHK = (0, _getGridLocalization.getGridLocalization)(zhHKGrid);
|
package/locales/zhTW.js
CHANGED
|
@@ -301,5 +301,6 @@ const zhTWGrid = {
|
|
|
301
301
|
// promptChangePivotRowsLabel: (count: number) => `Rows (${count})`,
|
|
302
302
|
// promptChangePivotValuesLabel: (count: number) => `Values (${count})`,
|
|
303
303
|
// promptChangePivotValuesDescription: (column: string, aggregation: string) => `${column} (${aggregation})`,
|
|
304
|
+
// promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => `Dimensions (${dimensionsCount}), Values (${valuesCount})`,
|
|
304
305
|
};
|
|
305
306
|
const zhTW = exports.zhTW = (0, _getGridLocalization.getGridLocalization)(zhTWGrid);
|
|
@@ -219,6 +219,7 @@ export interface GridLocaleText {
|
|
|
219
219
|
promptChangePivotRowsLabel: (count: number) => string;
|
|
220
220
|
promptChangePivotValuesLabel: (count: number) => string;
|
|
221
221
|
promptChangePivotValuesDescription: (column: string, aggregation: string) => string;
|
|
222
|
+
promptChangeChartsLabel: (dimensionsCount: number, valuesCount: number) => string;
|
|
222
223
|
promptFieldLabel: string;
|
|
223
224
|
promptFieldPlaceholder: string;
|
|
224
225
|
promptFieldPlaceholderWithRecording: string;
|
|
@@ -15,6 +15,19 @@ export interface GridGetRowsParams {
|
|
|
15
15
|
*/
|
|
16
16
|
end: number;
|
|
17
17
|
}
|
|
18
|
+
export interface GridGetRowsOptions {
|
|
19
|
+
/**
|
|
20
|
+
* If `true`, bypasses the cache and forces a refetch of the rows from the server.
|
|
21
|
+
* The response will be used to refresh the cache.
|
|
22
|
+
*/
|
|
23
|
+
skipCache?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* By default, the grid tries to keep the children expanded and attached to the parent with the same ID after the data is re-fetched.
|
|
26
|
+
* If `keepChildrenExpanded` is `false`, the children of the parent with the `parentId` (all children for the root level data fetch) will be collapsed and removed from the tree.
|
|
27
|
+
* @default true
|
|
28
|
+
*/
|
|
29
|
+
keepChildrenExpanded?: boolean;
|
|
30
|
+
}
|
|
18
31
|
export interface GridUpdateRowParams {
|
|
19
32
|
rowId: GridRowId;
|
|
20
33
|
updatedRow: GridRowModel;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.15.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Community plan edition of the MUI X Data Grid components.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prop-types": "^15.8.1",
|
|
44
44
|
"use-sync-external-store": "^1.6.0",
|
|
45
45
|
"@mui/x-internals": "8.14.0",
|
|
46
|
-
"@mui/x-virtualizer": "0.2.
|
|
46
|
+
"@mui/x-virtualizer": "0.2.5"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@emotion/react": "^11.9.0",
|