@mui/x-data-grid 5.17.16 → 5.17.17
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 +23 -0
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/locales/ruRU.js +15 -15
- package/locales/ruRU.js +15 -15
- package/modern/index.js +1 -1
- package/modern/locales/ruRU.js +15 -15
- package/node/index.js +1 -1
- package/node/locales/ruRU.js +15 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,29 @@
|
|
|
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
|
+
## 5.17.17
|
|
7
|
+
|
|
8
|
+
_Dec 23, 2022_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🌍 Improve Russian (ru-RU) and Korean (ko-KR) locales
|
|
13
|
+
- 🐞 Bugfixes
|
|
14
|
+
|
|
15
|
+
### `@mui/x-data-grid@5.17.17` / `@mui/x-data-grid-pro@5.17.17` / `@mui/x-data-grid-premium@5.17.17`
|
|
16
|
+
|
|
17
|
+
#### Changes
|
|
18
|
+
|
|
19
|
+
- [DataGrid] Update Russian (ru-RU) locale (#7291) @VeceluXa
|
|
20
|
+
- [DataGridPro] Use row ID as `key` of the detail panels (#7311) @m4theushw
|
|
21
|
+
- [DataGridPremium] Fix `exceljs` import with parcel (#7285) @alexfauquette
|
|
22
|
+
|
|
23
|
+
### `@mui/x-date-pickers@5.0.12` / `@mui/x-date-pickers-pro@5.0.12`
|
|
24
|
+
|
|
25
|
+
#### Changes
|
|
26
|
+
|
|
27
|
+
- [pickers] Improve Korean (ko-KR) locale (#7283) @hanbin9775
|
|
28
|
+
|
|
6
29
|
## 5.17.16
|
|
7
30
|
|
|
8
31
|
_Dec 16, 2022_
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/legacy/locales/ruRU.js
CHANGED
|
@@ -50,7 +50,7 @@ var ruRUGrid = {
|
|
|
50
50
|
// Filter panel text
|
|
51
51
|
filterPanelAddFilter: 'Добавить фильтр',
|
|
52
52
|
filterPanelDeleteIconLabel: 'Удалить',
|
|
53
|
-
|
|
53
|
+
filterPanelLinkOperator: 'Логические операторы',
|
|
54
54
|
filterPanelOperators: 'Операторы',
|
|
55
55
|
// TODO v6: rename to filterPanelOperator
|
|
56
56
|
filterPanelOperatorAnd: 'И',
|
|
@@ -120,10 +120,10 @@ var ruRUGrid = {
|
|
|
120
120
|
},
|
|
121
121
|
// Checkbox selection text
|
|
122
122
|
checkboxSelectionHeaderName: 'Выбор флажка',
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
123
|
+
checkboxSelectionSelectAllRows: 'Выбрать все строки',
|
|
124
|
+
checkboxSelectionUnselectAllRows: 'Отменить выбор всех строк',
|
|
125
|
+
checkboxSelectionSelectRow: 'Выбрать строку',
|
|
126
|
+
checkboxSelectionUnselectRow: 'Отменить выбор строки',
|
|
127
127
|
// Boolean cell text
|
|
128
128
|
booleanCellTrueLabel: 'истина',
|
|
129
129
|
booleanCellFalseLabel: 'ложь',
|
|
@@ -146,17 +146,17 @@ var ruRUGrid = {
|
|
|
146
146
|
return "\u0420\u0430\u0437\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E ".concat(name);
|
|
147
147
|
},
|
|
148
148
|
// Master/detail
|
|
149
|
-
|
|
149
|
+
detailPanelToggle: 'Детали',
|
|
150
150
|
expandDetailPanel: 'Развернуть',
|
|
151
|
-
collapseDetailPanel: 'Свернуть'
|
|
152
|
-
//
|
|
151
|
+
collapseDetailPanel: 'Свернуть',
|
|
152
|
+
// Row reordering text
|
|
153
|
+
rowReorderingHeaderName: 'Изменение порядка строк',
|
|
153
154
|
// Aggregation
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
155
|
+
aggregationMenuItemHeader: 'Объединение данных',
|
|
156
|
+
aggregationFunctionLabelSum: 'сумм',
|
|
157
|
+
aggregationFunctionLabelAvg: 'срзнач',
|
|
158
|
+
aggregationFunctionLabelMin: 'мин',
|
|
159
|
+
aggregationFunctionLabelMax: 'макс',
|
|
160
|
+
aggregationFunctionLabelSize: 'счет'
|
|
161
161
|
};
|
|
162
162
|
export var ruRU = getGridLocalization(ruRUGrid, ruRUCore);
|
package/locales/ruRU.js
CHANGED
|
@@ -50,7 +50,7 @@ const ruRUGrid = {
|
|
|
50
50
|
// Filter panel text
|
|
51
51
|
filterPanelAddFilter: 'Добавить фильтр',
|
|
52
52
|
filterPanelDeleteIconLabel: 'Удалить',
|
|
53
|
-
|
|
53
|
+
filterPanelLinkOperator: 'Логические операторы',
|
|
54
54
|
filterPanelOperators: 'Операторы',
|
|
55
55
|
// TODO v6: rename to filterPanelOperator
|
|
56
56
|
filterPanelOperatorAnd: 'И',
|
|
@@ -118,10 +118,10 @@ const ruRUGrid = {
|
|
|
118
118
|
footerTotalVisibleRows: (visibleCount, totalCount) => `${visibleCount.toLocaleString()} из ${totalCount.toLocaleString()}`,
|
|
119
119
|
// Checkbox selection text
|
|
120
120
|
checkboxSelectionHeaderName: 'Выбор флажка',
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
121
|
+
checkboxSelectionSelectAllRows: 'Выбрать все строки',
|
|
122
|
+
checkboxSelectionUnselectAllRows: 'Отменить выбор всех строк',
|
|
123
|
+
checkboxSelectionSelectRow: 'Выбрать строку',
|
|
124
|
+
checkboxSelectionUnselectRow: 'Отменить выбор строки',
|
|
125
125
|
// Boolean cell text
|
|
126
126
|
booleanCellTrueLabel: 'истина',
|
|
127
127
|
booleanCellFalseLabel: 'ложь',
|
|
@@ -140,17 +140,17 @@ const ruRUGrid = {
|
|
|
140
140
|
groupColumn: name => `Сгруппировать по ${name}`,
|
|
141
141
|
unGroupColumn: name => `Разгруппировать по ${name}`,
|
|
142
142
|
// Master/detail
|
|
143
|
-
|
|
143
|
+
detailPanelToggle: 'Детали',
|
|
144
144
|
expandDetailPanel: 'Развернуть',
|
|
145
|
-
collapseDetailPanel: 'Свернуть'
|
|
146
|
-
//
|
|
145
|
+
collapseDetailPanel: 'Свернуть',
|
|
146
|
+
// Row reordering text
|
|
147
|
+
rowReorderingHeaderName: 'Изменение порядка строк',
|
|
147
148
|
// Aggregation
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
149
|
+
aggregationMenuItemHeader: 'Объединение данных',
|
|
150
|
+
aggregationFunctionLabelSum: 'сумм',
|
|
151
|
+
aggregationFunctionLabelAvg: 'срзнач',
|
|
152
|
+
aggregationFunctionLabelMin: 'мин',
|
|
153
|
+
aggregationFunctionLabelMax: 'макс',
|
|
154
|
+
aggregationFunctionLabelSize: 'счет'
|
|
155
155
|
};
|
|
156
156
|
export const ruRU = getGridLocalization(ruRUGrid, ruRUCore);
|
package/modern/index.js
CHANGED
package/modern/locales/ruRU.js
CHANGED
|
@@ -50,7 +50,7 @@ const ruRUGrid = {
|
|
|
50
50
|
// Filter panel text
|
|
51
51
|
filterPanelAddFilter: 'Добавить фильтр',
|
|
52
52
|
filterPanelDeleteIconLabel: 'Удалить',
|
|
53
|
-
|
|
53
|
+
filterPanelLinkOperator: 'Логические операторы',
|
|
54
54
|
filterPanelOperators: 'Операторы',
|
|
55
55
|
// TODO v6: rename to filterPanelOperator
|
|
56
56
|
filterPanelOperatorAnd: 'И',
|
|
@@ -118,10 +118,10 @@ const ruRUGrid = {
|
|
|
118
118
|
footerTotalVisibleRows: (visibleCount, totalCount) => `${visibleCount.toLocaleString()} из ${totalCount.toLocaleString()}`,
|
|
119
119
|
// Checkbox selection text
|
|
120
120
|
checkboxSelectionHeaderName: 'Выбор флажка',
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
121
|
+
checkboxSelectionSelectAllRows: 'Выбрать все строки',
|
|
122
|
+
checkboxSelectionUnselectAllRows: 'Отменить выбор всех строк',
|
|
123
|
+
checkboxSelectionSelectRow: 'Выбрать строку',
|
|
124
|
+
checkboxSelectionUnselectRow: 'Отменить выбор строки',
|
|
125
125
|
// Boolean cell text
|
|
126
126
|
booleanCellTrueLabel: 'истина',
|
|
127
127
|
booleanCellFalseLabel: 'ложь',
|
|
@@ -140,17 +140,17 @@ const ruRUGrid = {
|
|
|
140
140
|
groupColumn: name => `Сгруппировать по ${name}`,
|
|
141
141
|
unGroupColumn: name => `Разгруппировать по ${name}`,
|
|
142
142
|
// Master/detail
|
|
143
|
-
|
|
143
|
+
detailPanelToggle: 'Детали',
|
|
144
144
|
expandDetailPanel: 'Развернуть',
|
|
145
|
-
collapseDetailPanel: 'Свернуть'
|
|
146
|
-
//
|
|
145
|
+
collapseDetailPanel: 'Свернуть',
|
|
146
|
+
// Row reordering text
|
|
147
|
+
rowReorderingHeaderName: 'Изменение порядка строк',
|
|
147
148
|
// Aggregation
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
149
|
+
aggregationMenuItemHeader: 'Объединение данных',
|
|
150
|
+
aggregationFunctionLabelSum: 'сумм',
|
|
151
|
+
aggregationFunctionLabelAvg: 'срзнач',
|
|
152
|
+
aggregationFunctionLabelMin: 'мин',
|
|
153
|
+
aggregationFunctionLabelMax: 'макс',
|
|
154
|
+
aggregationFunctionLabelSize: 'счет'
|
|
155
155
|
};
|
|
156
156
|
export const ruRU = getGridLocalization(ruRUGrid, ruRUCore);
|
package/node/index.js
CHANGED
package/node/locales/ruRU.js
CHANGED
|
@@ -59,7 +59,7 @@ const ruRUGrid = {
|
|
|
59
59
|
// Filter panel text
|
|
60
60
|
filterPanelAddFilter: 'Добавить фильтр',
|
|
61
61
|
filterPanelDeleteIconLabel: 'Удалить',
|
|
62
|
-
|
|
62
|
+
filterPanelLinkOperator: 'Логические операторы',
|
|
63
63
|
filterPanelOperators: 'Операторы',
|
|
64
64
|
// TODO v6: rename to filterPanelOperator
|
|
65
65
|
filterPanelOperatorAnd: 'И',
|
|
@@ -127,10 +127,10 @@ const ruRUGrid = {
|
|
|
127
127
|
footerTotalVisibleRows: (visibleCount, totalCount) => `${visibleCount.toLocaleString()} из ${totalCount.toLocaleString()}`,
|
|
128
128
|
// Checkbox selection text
|
|
129
129
|
checkboxSelectionHeaderName: 'Выбор флажка',
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
130
|
+
checkboxSelectionSelectAllRows: 'Выбрать все строки',
|
|
131
|
+
checkboxSelectionUnselectAllRows: 'Отменить выбор всех строк',
|
|
132
|
+
checkboxSelectionSelectRow: 'Выбрать строку',
|
|
133
|
+
checkboxSelectionUnselectRow: 'Отменить выбор строки',
|
|
134
134
|
// Boolean cell text
|
|
135
135
|
booleanCellTrueLabel: 'истина',
|
|
136
136
|
booleanCellFalseLabel: 'ложь',
|
|
@@ -149,18 +149,18 @@ const ruRUGrid = {
|
|
|
149
149
|
groupColumn: name => `Сгруппировать по ${name}`,
|
|
150
150
|
unGroupColumn: name => `Разгруппировать по ${name}`,
|
|
151
151
|
// Master/detail
|
|
152
|
-
|
|
152
|
+
detailPanelToggle: 'Детали',
|
|
153
153
|
expandDetailPanel: 'Развернуть',
|
|
154
|
-
collapseDetailPanel: 'Свернуть'
|
|
155
|
-
//
|
|
154
|
+
collapseDetailPanel: 'Свернуть',
|
|
155
|
+
// Row reordering text
|
|
156
|
+
rowReorderingHeaderName: 'Изменение порядка строк',
|
|
156
157
|
// Aggregation
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
158
|
+
aggregationMenuItemHeader: 'Объединение данных',
|
|
159
|
+
aggregationFunctionLabelSum: 'сумм',
|
|
160
|
+
aggregationFunctionLabelAvg: 'срзнач',
|
|
161
|
+
aggregationFunctionLabelMin: 'мин',
|
|
162
|
+
aggregationFunctionLabelMax: 'макс',
|
|
163
|
+
aggregationFunctionLabelSize: 'счет'
|
|
164
164
|
};
|
|
165
165
|
const ruRU = (0, _getGridLocalization.getGridLocalization)(ruRUGrid, _locale.ruRU);
|
|
166
166
|
exports.ruRU = ruRU;
|