@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 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
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.17.16
1
+ /** @license MUI v5.17.17
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.17.16
1
+ /** @license MUI v5.17.17
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -50,7 +50,7 @@ var ruRUGrid = {
50
50
  // Filter panel text
51
51
  filterPanelAddFilter: 'Добавить фильтр',
52
52
  filterPanelDeleteIconLabel: 'Удалить',
53
- // filterPanelLinkOperator: 'Logic operator',
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
- // checkboxSelectionSelectAllRows: 'Select all rows',
124
- // checkboxSelectionUnselectAllRows: 'Unselect all rows',
125
- // checkboxSelectionSelectRow: 'Select row',
126
- // checkboxSelectionUnselectRow: 'Unselect row',
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
- // detailPanelToggle: 'Detail panel toggle',
149
+ detailPanelToggle: 'Детали',
150
150
  expandDetailPanel: 'Развернуть',
151
- collapseDetailPanel: 'Свернуть' // Row reordering text
152
- // rowReorderingHeaderName: 'Row reordering',
151
+ collapseDetailPanel: 'Свернуть',
152
+ // Row reordering text
153
+ rowReorderingHeaderName: 'Изменение порядка строк',
153
154
  // Aggregation
154
- // aggregationMenuItemHeader: 'Aggregation',
155
- // aggregationFunctionLabelSum: 'sum',
156
- // aggregationFunctionLabelAvg: 'avg',
157
- // aggregationFunctionLabelMin: 'min',
158
- // aggregationFunctionLabelMax: 'max',
159
- // aggregationFunctionLabelSize: 'size',
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
- // filterPanelLinkOperator: 'Logic operator',
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
- // checkboxSelectionSelectAllRows: 'Select all rows',
122
- // checkboxSelectionUnselectAllRows: 'Unselect all rows',
123
- // checkboxSelectionSelectRow: 'Select row',
124
- // checkboxSelectionUnselectRow: 'Unselect row',
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
- // detailPanelToggle: 'Detail panel toggle',
143
+ detailPanelToggle: 'Детали',
144
144
  expandDetailPanel: 'Развернуть',
145
- collapseDetailPanel: 'Свернуть' // Row reordering text
146
- // rowReorderingHeaderName: 'Row reordering',
145
+ collapseDetailPanel: 'Свернуть',
146
+ // Row reordering text
147
+ rowReorderingHeaderName: 'Изменение порядка строк',
147
148
  // Aggregation
148
- // aggregationMenuItemHeader: 'Aggregation',
149
- // aggregationFunctionLabelSum: 'sum',
150
- // aggregationFunctionLabelAvg: 'avg',
151
- // aggregationFunctionLabelMin: 'min',
152
- // aggregationFunctionLabelMax: 'max',
153
- // aggregationFunctionLabelSize: 'size',
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
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.17.16
1
+ /** @license MUI v5.17.17
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -50,7 +50,7 @@ const ruRUGrid = {
50
50
  // Filter panel text
51
51
  filterPanelAddFilter: 'Добавить фильтр',
52
52
  filterPanelDeleteIconLabel: 'Удалить',
53
- // filterPanelLinkOperator: 'Logic operator',
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
- // checkboxSelectionSelectAllRows: 'Select all rows',
122
- // checkboxSelectionUnselectAllRows: 'Unselect all rows',
123
- // checkboxSelectionSelectRow: 'Select row',
124
- // checkboxSelectionUnselectRow: 'Unselect row',
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
- // detailPanelToggle: 'Detail panel toggle',
143
+ detailPanelToggle: 'Детали',
144
144
  expandDetailPanel: 'Развернуть',
145
- collapseDetailPanel: 'Свернуть' // Row reordering text
146
- // rowReorderingHeaderName: 'Row reordering',
145
+ collapseDetailPanel: 'Свернуть',
146
+ // Row reordering text
147
+ rowReorderingHeaderName: 'Изменение порядка строк',
147
148
  // Aggregation
148
- // aggregationMenuItemHeader: 'Aggregation',
149
- // aggregationFunctionLabelSum: 'sum',
150
- // aggregationFunctionLabelAvg: 'avg',
151
- // aggregationFunctionLabelMin: 'min',
152
- // aggregationFunctionLabelMax: 'max',
153
- // aggregationFunctionLabelSize: 'size',
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
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.17.16
1
+ /** @license MUI v5.17.17
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -59,7 +59,7 @@ const ruRUGrid = {
59
59
  // Filter panel text
60
60
  filterPanelAddFilter: 'Добавить фильтр',
61
61
  filterPanelDeleteIconLabel: 'Удалить',
62
- // filterPanelLinkOperator: 'Logic operator',
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
- // checkboxSelectionSelectAllRows: 'Select all rows',
131
- // checkboxSelectionUnselectAllRows: 'Unselect all rows',
132
- // checkboxSelectionSelectRow: 'Select row',
133
- // checkboxSelectionUnselectRow: 'Unselect row',
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
- // detailPanelToggle: 'Detail panel toggle',
152
+ detailPanelToggle: 'Детали',
153
153
  expandDetailPanel: 'Развернуть',
154
- collapseDetailPanel: 'Свернуть' // Row reordering text
155
- // rowReorderingHeaderName: 'Row reordering',
154
+ collapseDetailPanel: 'Свернуть',
155
+ // Row reordering text
156
+ rowReorderingHeaderName: 'Изменение порядка строк',
156
157
  // Aggregation
157
- // aggregationMenuItemHeader: 'Aggregation',
158
- // aggregationFunctionLabelSum: 'sum',
159
- // aggregationFunctionLabelAvg: 'avg',
160
- // aggregationFunctionLabelMin: 'min',
161
- // aggregationFunctionLabelMax: 'max',
162
- // aggregationFunctionLabelSize: 'size',
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid",
3
- "version": "5.17.16",
3
+ "version": "5.17.17",
4
4
  "description": "The community edition of the data grid component (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",