@mui/x-data-grid 7.7.0 → 7.7.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 +82 -0
- package/hooks/features/export/serializers/csvSerializer.d.ts +1 -1
- package/hooks/features/export/serializers/csvSerializer.js +13 -15
- package/index.js +1 -1
- package/locales/ptPT.js +13 -14
- package/modern/hooks/features/export/serializers/csvSerializer.js +13 -15
- package/modern/index.js +1 -1
- package/modern/locales/ptPT.js +13 -14
- package/node/hooks/features/export/serializers/csvSerializer.js +13 -15
- package/node/index.js +1 -1
- package/node/locales/ptPT.js +13 -14
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,88 @@
|
|
|
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
|
+
## 7.7.1
|
|
7
|
+
|
|
8
|
+
_Jun 21, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🌍 Improve Portuguese (pt-PT) locale on the Data Grid
|
|
13
|
+
- 🌍 Improve Danish (da-DK) locale on the Date and Time Pickers
|
|
14
|
+
- 🐞 Bugfixes
|
|
15
|
+
- 📚 Documentation improvements
|
|
16
|
+
|
|
17
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
18
|
+
|
|
19
|
+
### Data Grid
|
|
20
|
+
|
|
21
|
+
#### `@mui/x-data-grid@7.7.1`
|
|
22
|
+
|
|
23
|
+
- [DataGrid][docs] Clarify enabling pagination (#13350) @oliviertassinari
|
|
24
|
+
- [DataGrid] Fix CSV export escaping for non-string values (#13560) @joeycumines-scw
|
|
25
|
+
- [l10n] Improve Portuguese (pt-PT) locale (#13348) @joaosreis
|
|
26
|
+
|
|
27
|
+
#### `@mui/x-data-grid-pro@7.7.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
28
|
+
|
|
29
|
+
Same changes as in `@mui/x-data-grid@7.7.1`, plus:
|
|
30
|
+
|
|
31
|
+
- [DataGrid] Warn about `getTreeDataPath` reference (#13519) @cherniavskii
|
|
32
|
+
|
|
33
|
+
#### `@mui/x-data-grid-premium@7.7.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
34
|
+
|
|
35
|
+
Same changes as in `@mui/x-data-grid-pro@7.7.1`.
|
|
36
|
+
|
|
37
|
+
### Date and Time Pickers
|
|
38
|
+
|
|
39
|
+
#### `@mui/x-date-pickers@7.7.1`
|
|
40
|
+
|
|
41
|
+
- [fields] Prevent digit editing on the `Space` key down (#13510) @flaviendelangle
|
|
42
|
+
- [l10n] Improve Danish (da-DK) locale (#13375) @jacrowland1
|
|
43
|
+
- [pickers] Add context to `onAccept` callback (#13511) @flaviendelangle
|
|
44
|
+
- [pickers] Always use the same timezone in the field, the view and the layout components (#13481) @flaviendelangle
|
|
45
|
+
- [pickers] Fix `AdapterDateFnsV3` generated method types (#13464) @alexey-kozlenkov
|
|
46
|
+
- [pickers] Fix controlled `view` behavior (#13552) @LukasTy
|
|
47
|
+
- [TimePicker] Improves RTL verification for the time pickers default views (#13447) @arthurbalduini
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers-pro@7.7.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
50
|
+
|
|
51
|
+
Same changes as in `@mui/x-date-pickers@7.7.1`, plus:
|
|
52
|
+
|
|
53
|
+
- [DateRangePicker] Add accessible name to calendar grid (#13538) @LukasTy
|
|
54
|
+
|
|
55
|
+
### Charts
|
|
56
|
+
|
|
57
|
+
#### `@mui/x-charts@7.7.1`
|
|
58
|
+
|
|
59
|
+
- [charts] Divide `CartesianProvider` to use logic in Pro package (#13531) @JCQuintas
|
|
60
|
+
- [charts] Do not publish the pro package (#13539) @alexfauquette
|
|
61
|
+
- [charts] Export `Pro` versions of regular charts (#13547) @JCQuintas
|
|
62
|
+
- [charts] Prepare `ChartContainerPro` for future Zoom changes (#13532) @JCQuintas
|
|
63
|
+
- [charts] Remove unnecessary proptypes from internal component (#13518) @JCQuintas
|
|
64
|
+
|
|
65
|
+
### Tree View
|
|
66
|
+
|
|
67
|
+
#### `@mui/x-tree-view@7.7.1`
|
|
68
|
+
|
|
69
|
+
- [TreeView] Improve typing to support optional dependencies in plugins and in the item (#13523) @flaviendelangle
|
|
70
|
+
- [TreeView] Move `useTreeViewId` to the core plugins (#13566) @flaviendelangle
|
|
71
|
+
- [TreeView] Remove unused state from `useTreeViewId` (#13579) @flaviendelangle
|
|
72
|
+
- [TreeView] Support `itemId` with escaping characters when using `SimpleTreeView` (#13487) @oukunan
|
|
73
|
+
|
|
74
|
+
### Docs
|
|
75
|
+
|
|
76
|
+
- [docs] Add section about the new uncovered product watermark (#13568) @michelengelen
|
|
77
|
+
- [docs] Document the `PickerValidDate` type override (#13476) @flaviendelangle
|
|
78
|
+
- [docs] Fix typo (#13507) @anshtiwatne
|
|
79
|
+
- [docs] Remove "-" in heat-map and tree-map urls (#13569) @alexfauquette
|
|
80
|
+
- [docs] Use dedicated tab for weather dataset (#13513) @alexfauquette
|
|
81
|
+
- [x-license] license update proposal (#13459) @michelengelen
|
|
82
|
+
|
|
83
|
+
### Core
|
|
84
|
+
|
|
85
|
+
- [core] Fix failing CI test (#13574) @alexfauquette
|
|
86
|
+
- [infra] Remove explicit `@testing-library/react` dependency (#13478) @LukasTy
|
|
87
|
+
|
|
6
88
|
## 7.7.0
|
|
7
89
|
|
|
8
90
|
_Jun 13, 2024_
|
|
@@ -6,7 +6,7 @@ import type { GridApiCommunity } from '../../../../models/api/gridApiCommunity';
|
|
|
6
6
|
export declare const serializeCellValue: (cellParams: GridCellParams, options: {
|
|
7
7
|
csvOptions: CSVOptions;
|
|
8
8
|
ignoreValueFormatter: boolean;
|
|
9
|
-
}) =>
|
|
9
|
+
}) => string;
|
|
10
10
|
type CSVOptions = Required<Pick<GridCsvExportOptions, 'delimiter' | 'shouldAppendQuotes' | 'escapeFormulas'>>;
|
|
11
11
|
interface BuildCSVOptions {
|
|
12
12
|
columns: GridStateColDef[];
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
import { GRID_CHECKBOX_SELECTION_COL_DEF } from '../../../../colDef';
|
|
2
2
|
import { buildWarning } from '../../../../utils/warning';
|
|
3
3
|
function sanitizeCellValue(value, csvOptions) {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
4
|
+
const valueStr = typeof value === 'string' ? value : `${value}`;
|
|
5
|
+
if (csvOptions.shouldAppendQuotes || csvOptions.escapeFormulas) {
|
|
6
|
+
const escapedValue = valueStr.replace(/"/g, '""');
|
|
7
|
+
// Make sure value containing delimiter or line break won't be split into multiple cells
|
|
8
|
+
if ([csvOptions.delimiter, '\n', '\r', '"'].some(delimiter => valueStr.includes(delimiter))) {
|
|
9
|
+
return `"${escapedValue}"`;
|
|
10
|
+
}
|
|
11
|
+
if (csvOptions.escapeFormulas) {
|
|
12
|
+
// See https://owasp.org/www-community/attacks/CSV_Injection
|
|
13
|
+
if (['=', '+', '-', '@', '\t', '\r'].includes(escapedValue[0])) {
|
|
14
|
+
return `'${escapedValue}`;
|
|
16
15
|
}
|
|
17
|
-
return escapedValue;
|
|
18
16
|
}
|
|
19
|
-
return
|
|
17
|
+
return escapedValue;
|
|
20
18
|
}
|
|
21
|
-
return
|
|
19
|
+
return valueStr;
|
|
22
20
|
}
|
|
23
21
|
export const serializeCellValue = (cellParams, options) => {
|
|
24
22
|
const {
|
package/index.js
CHANGED
package/locales/ptPT.js
CHANGED
|
@@ -26,18 +26,17 @@ const ptPTGrid = {
|
|
|
26
26
|
// Export selector toolbar button text
|
|
27
27
|
toolbarExport: 'Exportar',
|
|
28
28
|
toolbarExportLabel: 'Exportar',
|
|
29
|
-
toolbarExportCSV: '
|
|
29
|
+
toolbarExportCSV: 'Descarregar como CSV',
|
|
30
30
|
toolbarExportPrint: 'Imprimir',
|
|
31
|
-
toolbarExportExcel: '
|
|
31
|
+
toolbarExportExcel: 'Descarregar como Excel',
|
|
32
32
|
// Columns management text
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
33
|
+
columnsManagementSearchTitle: 'Procurar',
|
|
34
|
+
columnsManagementNoColumns: 'Sem colunas',
|
|
35
|
+
columnsManagementShowHideAllText: 'Mostrar/Ocultar Todas',
|
|
36
|
+
columnsManagementReset: 'Repor',
|
|
38
37
|
// Filter panel text
|
|
39
38
|
filterPanelAddFilter: 'Adicionar filtro',
|
|
40
|
-
filterPanelRemoveAll: '
|
|
39
|
+
filterPanelRemoveAll: 'Excluir todos',
|
|
41
40
|
filterPanelDeleteIconLabel: 'Excluir',
|
|
42
41
|
filterPanelLogicOperator: 'Operador lógico',
|
|
43
42
|
filterPanelOperator: 'Operador',
|
|
@@ -91,9 +90,9 @@ const ptPTGrid = {
|
|
|
91
90
|
filterValueTrue: 'verdadeiro',
|
|
92
91
|
filterValueFalse: 'falso',
|
|
93
92
|
// Column menu text
|
|
94
|
-
columnMenuLabel: '
|
|
93
|
+
columnMenuLabel: 'Menu',
|
|
95
94
|
columnMenuShowColumns: 'Mostrar colunas',
|
|
96
|
-
columnMenuManageColumns: '
|
|
95
|
+
columnMenuManageColumns: 'Gerir colunas',
|
|
97
96
|
columnMenuFilter: 'Filtro',
|
|
98
97
|
columnMenuHideColumn: 'Ocultar coluna',
|
|
99
98
|
columnMenuUnsort: 'Desclassificar',
|
|
@@ -123,10 +122,10 @@ const ptPTGrid = {
|
|
|
123
122
|
// Column pinning text
|
|
124
123
|
pinToLeft: 'Fixar à esquerda',
|
|
125
124
|
pinToRight: 'Fixar à direita',
|
|
126
|
-
unpin: '
|
|
125
|
+
unpin: 'Desafixar',
|
|
127
126
|
// Tree Data
|
|
128
|
-
treeDataGroupingHeaderName: '
|
|
129
|
-
treeDataExpand: '
|
|
127
|
+
treeDataGroupingHeaderName: 'Grupo',
|
|
128
|
+
treeDataExpand: 'ver crianças',
|
|
130
129
|
treeDataCollapse: 'esconder crianças',
|
|
131
130
|
// Grouping columns
|
|
132
131
|
groupingColumnHeaderName: 'Grupo',
|
|
@@ -135,7 +134,7 @@ const ptPTGrid = {
|
|
|
135
134
|
// Master/detail
|
|
136
135
|
detailPanelToggle: 'Alternar painel de detalhes',
|
|
137
136
|
expandDetailPanel: 'Expandir',
|
|
138
|
-
collapseDetailPanel: '
|
|
137
|
+
collapseDetailPanel: 'Colapsar',
|
|
139
138
|
// Row reordering text
|
|
140
139
|
rowReorderingHeaderName: 'Reordenação de linhas',
|
|
141
140
|
// Aggregation
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
import { GRID_CHECKBOX_SELECTION_COL_DEF } from '../../../../colDef';
|
|
2
2
|
import { buildWarning } from '../../../../utils/warning';
|
|
3
3
|
function sanitizeCellValue(value, csvOptions) {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
4
|
+
const valueStr = typeof value === 'string' ? value : `${value}`;
|
|
5
|
+
if (csvOptions.shouldAppendQuotes || csvOptions.escapeFormulas) {
|
|
6
|
+
const escapedValue = valueStr.replace(/"/g, '""');
|
|
7
|
+
// Make sure value containing delimiter or line break won't be split into multiple cells
|
|
8
|
+
if ([csvOptions.delimiter, '\n', '\r', '"'].some(delimiter => valueStr.includes(delimiter))) {
|
|
9
|
+
return `"${escapedValue}"`;
|
|
10
|
+
}
|
|
11
|
+
if (csvOptions.escapeFormulas) {
|
|
12
|
+
// See https://owasp.org/www-community/attacks/CSV_Injection
|
|
13
|
+
if (['=', '+', '-', '@', '\t', '\r'].includes(escapedValue[0])) {
|
|
14
|
+
return `'${escapedValue}`;
|
|
16
15
|
}
|
|
17
|
-
return escapedValue;
|
|
18
16
|
}
|
|
19
|
-
return
|
|
17
|
+
return escapedValue;
|
|
20
18
|
}
|
|
21
|
-
return
|
|
19
|
+
return valueStr;
|
|
22
20
|
}
|
|
23
21
|
export const serializeCellValue = (cellParams, options) => {
|
|
24
22
|
const {
|
package/modern/index.js
CHANGED
package/modern/locales/ptPT.js
CHANGED
|
@@ -26,18 +26,17 @@ const ptPTGrid = {
|
|
|
26
26
|
// Export selector toolbar button text
|
|
27
27
|
toolbarExport: 'Exportar',
|
|
28
28
|
toolbarExportLabel: 'Exportar',
|
|
29
|
-
toolbarExportCSV: '
|
|
29
|
+
toolbarExportCSV: 'Descarregar como CSV',
|
|
30
30
|
toolbarExportPrint: 'Imprimir',
|
|
31
|
-
toolbarExportExcel: '
|
|
31
|
+
toolbarExportExcel: 'Descarregar como Excel',
|
|
32
32
|
// Columns management text
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
33
|
+
columnsManagementSearchTitle: 'Procurar',
|
|
34
|
+
columnsManagementNoColumns: 'Sem colunas',
|
|
35
|
+
columnsManagementShowHideAllText: 'Mostrar/Ocultar Todas',
|
|
36
|
+
columnsManagementReset: 'Repor',
|
|
38
37
|
// Filter panel text
|
|
39
38
|
filterPanelAddFilter: 'Adicionar filtro',
|
|
40
|
-
filterPanelRemoveAll: '
|
|
39
|
+
filterPanelRemoveAll: 'Excluir todos',
|
|
41
40
|
filterPanelDeleteIconLabel: 'Excluir',
|
|
42
41
|
filterPanelLogicOperator: 'Operador lógico',
|
|
43
42
|
filterPanelOperator: 'Operador',
|
|
@@ -91,9 +90,9 @@ const ptPTGrid = {
|
|
|
91
90
|
filterValueTrue: 'verdadeiro',
|
|
92
91
|
filterValueFalse: 'falso',
|
|
93
92
|
// Column menu text
|
|
94
|
-
columnMenuLabel: '
|
|
93
|
+
columnMenuLabel: 'Menu',
|
|
95
94
|
columnMenuShowColumns: 'Mostrar colunas',
|
|
96
|
-
columnMenuManageColumns: '
|
|
95
|
+
columnMenuManageColumns: 'Gerir colunas',
|
|
97
96
|
columnMenuFilter: 'Filtro',
|
|
98
97
|
columnMenuHideColumn: 'Ocultar coluna',
|
|
99
98
|
columnMenuUnsort: 'Desclassificar',
|
|
@@ -123,10 +122,10 @@ const ptPTGrid = {
|
|
|
123
122
|
// Column pinning text
|
|
124
123
|
pinToLeft: 'Fixar à esquerda',
|
|
125
124
|
pinToRight: 'Fixar à direita',
|
|
126
|
-
unpin: '
|
|
125
|
+
unpin: 'Desafixar',
|
|
127
126
|
// Tree Data
|
|
128
|
-
treeDataGroupingHeaderName: '
|
|
129
|
-
treeDataExpand: '
|
|
127
|
+
treeDataGroupingHeaderName: 'Grupo',
|
|
128
|
+
treeDataExpand: 'ver crianças',
|
|
130
129
|
treeDataCollapse: 'esconder crianças',
|
|
131
130
|
// Grouping columns
|
|
132
131
|
groupingColumnHeaderName: 'Grupo',
|
|
@@ -135,7 +134,7 @@ const ptPTGrid = {
|
|
|
135
134
|
// Master/detail
|
|
136
135
|
detailPanelToggle: 'Alternar painel de detalhes',
|
|
137
136
|
expandDetailPanel: 'Expandir',
|
|
138
|
-
collapseDetailPanel: '
|
|
137
|
+
collapseDetailPanel: 'Colapsar',
|
|
139
138
|
// Row reordering text
|
|
140
139
|
rowReorderingHeaderName: 'Reordenação de linhas',
|
|
141
140
|
// Aggregation
|
|
@@ -8,24 +8,22 @@ exports.serializeCellValue = void 0;
|
|
|
8
8
|
var _colDef = require("../../../../colDef");
|
|
9
9
|
var _warning = require("../../../../utils/warning");
|
|
10
10
|
function sanitizeCellValue(value, csvOptions) {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
11
|
+
const valueStr = typeof value === 'string' ? value : `${value}`;
|
|
12
|
+
if (csvOptions.shouldAppendQuotes || csvOptions.escapeFormulas) {
|
|
13
|
+
const escapedValue = valueStr.replace(/"/g, '""');
|
|
14
|
+
// Make sure value containing delimiter or line break won't be split into multiple cells
|
|
15
|
+
if ([csvOptions.delimiter, '\n', '\r', '"'].some(delimiter => valueStr.includes(delimiter))) {
|
|
16
|
+
return `"${escapedValue}"`;
|
|
17
|
+
}
|
|
18
|
+
if (csvOptions.escapeFormulas) {
|
|
19
|
+
// See https://owasp.org/www-community/attacks/CSV_Injection
|
|
20
|
+
if (['=', '+', '-', '@', '\t', '\r'].includes(escapedValue[0])) {
|
|
21
|
+
return `'${escapedValue}`;
|
|
23
22
|
}
|
|
24
|
-
return escapedValue;
|
|
25
23
|
}
|
|
26
|
-
return
|
|
24
|
+
return escapedValue;
|
|
27
25
|
}
|
|
28
|
-
return
|
|
26
|
+
return valueStr;
|
|
29
27
|
}
|
|
30
28
|
const serializeCellValue = (cellParams, options) => {
|
|
31
29
|
const {
|
package/node/index.js
CHANGED
package/node/locales/ptPT.js
CHANGED
|
@@ -32,18 +32,17 @@ const ptPTGrid = {
|
|
|
32
32
|
// Export selector toolbar button text
|
|
33
33
|
toolbarExport: 'Exportar',
|
|
34
34
|
toolbarExportLabel: 'Exportar',
|
|
35
|
-
toolbarExportCSV: '
|
|
35
|
+
toolbarExportCSV: 'Descarregar como CSV',
|
|
36
36
|
toolbarExportPrint: 'Imprimir',
|
|
37
|
-
toolbarExportExcel: '
|
|
37
|
+
toolbarExportExcel: 'Descarregar como Excel',
|
|
38
38
|
// Columns management text
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
columnsManagementSearchTitle: 'Procurar',
|
|
40
|
+
columnsManagementNoColumns: 'Sem colunas',
|
|
41
|
+
columnsManagementShowHideAllText: 'Mostrar/Ocultar Todas',
|
|
42
|
+
columnsManagementReset: 'Repor',
|
|
44
43
|
// Filter panel text
|
|
45
44
|
filterPanelAddFilter: 'Adicionar filtro',
|
|
46
|
-
filterPanelRemoveAll: '
|
|
45
|
+
filterPanelRemoveAll: 'Excluir todos',
|
|
47
46
|
filterPanelDeleteIconLabel: 'Excluir',
|
|
48
47
|
filterPanelLogicOperator: 'Operador lógico',
|
|
49
48
|
filterPanelOperator: 'Operador',
|
|
@@ -97,9 +96,9 @@ const ptPTGrid = {
|
|
|
97
96
|
filterValueTrue: 'verdadeiro',
|
|
98
97
|
filterValueFalse: 'falso',
|
|
99
98
|
// Column menu text
|
|
100
|
-
columnMenuLabel: '
|
|
99
|
+
columnMenuLabel: 'Menu',
|
|
101
100
|
columnMenuShowColumns: 'Mostrar colunas',
|
|
102
|
-
columnMenuManageColumns: '
|
|
101
|
+
columnMenuManageColumns: 'Gerir colunas',
|
|
103
102
|
columnMenuFilter: 'Filtro',
|
|
104
103
|
columnMenuHideColumn: 'Ocultar coluna',
|
|
105
104
|
columnMenuUnsort: 'Desclassificar',
|
|
@@ -129,10 +128,10 @@ const ptPTGrid = {
|
|
|
129
128
|
// Column pinning text
|
|
130
129
|
pinToLeft: 'Fixar à esquerda',
|
|
131
130
|
pinToRight: 'Fixar à direita',
|
|
132
|
-
unpin: '
|
|
131
|
+
unpin: 'Desafixar',
|
|
133
132
|
// Tree Data
|
|
134
|
-
treeDataGroupingHeaderName: '
|
|
135
|
-
treeDataExpand: '
|
|
133
|
+
treeDataGroupingHeaderName: 'Grupo',
|
|
134
|
+
treeDataExpand: 'ver crianças',
|
|
136
135
|
treeDataCollapse: 'esconder crianças',
|
|
137
136
|
// Grouping columns
|
|
138
137
|
groupingColumnHeaderName: 'Grupo',
|
|
@@ -141,7 +140,7 @@ const ptPTGrid = {
|
|
|
141
140
|
// Master/detail
|
|
142
141
|
detailPanelToggle: 'Alternar painel de detalhes',
|
|
143
142
|
expandDetailPanel: 'Expandir',
|
|
144
|
-
collapseDetailPanel: '
|
|
143
|
+
collapseDetailPanel: 'Colapsar',
|
|
145
144
|
// Row reordering text
|
|
146
145
|
rowReorderingHeaderName: 'Reordenação de linhas',
|
|
147
146
|
// Aggregation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.1",
|
|
4
4
|
"description": "The Community plan edition of the Data Grid components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@babel/runtime": "^7.24.7",
|
|
41
|
-
"@mui/system": "^5.15.
|
|
42
|
-
"@mui/utils": "^5.15.
|
|
41
|
+
"@mui/system": "^5.15.20",
|
|
42
|
+
"@mui/utils": "^5.15.20",
|
|
43
43
|
"clsx": "^2.1.1",
|
|
44
44
|
"prop-types": "^15.8.1",
|
|
45
45
|
"reselect": "^4.1.8"
|