@mui/x-data-grid 5.17.19 → 5.17.21
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 +62 -0
- package/components/cell/GridCell.js +3 -1
- package/components/panel/GridColumnsPanel.js +15 -5
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.ts +1 -1
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -1
- package/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -1
- package/hooks/features/export/useGridPrintExport.js +7 -3
- package/hooks/features/virtualization/useGridVirtualScroller.js +2 -6
- package/index.js +1 -1
- package/legacy/components/cell/GridCell.js +3 -1
- package/legacy/components/panel/GridColumnsPanel.js +15 -9
- package/legacy/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -1
- package/legacy/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -1
- package/legacy/hooks/features/export/useGridPrintExport.js +8 -4
- package/legacy/hooks/features/virtualization/useGridVirtualScroller.js +2 -6
- package/legacy/index.js +1 -1
- package/legacy/lib/createDetectElementResize/index.js +5 -5
- package/legacy/locales/beBY.js +161 -0
- package/legacy/locales/coreLocales.js +67 -0
- package/legacy/locales/esES.js +18 -14
- package/legacy/locales/index.js +1 -0
- package/legacy/locales/jaJP.js +16 -16
- package/legacy/locales/skSK.js +8 -8
- package/legacy/locales/svSE.js +10 -10
- package/legacy/locales/viVN.js +22 -18
- package/lib/createDetectElementResize/index.js +5 -5
- package/locales/beBY.d.ts +2 -0
- package/locales/beBY.js +149 -0
- package/locales/coreLocales.d.ts +3 -0
- package/locales/coreLocales.js +65 -0
- package/locales/esES.js +14 -14
- package/locales/index.d.ts +1 -0
- package/locales/index.js +1 -0
- package/locales/jaJP.js +16 -16
- package/locales/skSK.js +8 -8
- package/locales/svSE.js +10 -10
- package/locales/viVN.js +18 -18
- package/modern/components/cell/GridCell.js +3 -1
- package/modern/components/panel/GridColumnsPanel.js +15 -5
- package/modern/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -1
- package/modern/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -1
- package/modern/hooks/features/export/useGridPrintExport.js +7 -3
- package/modern/hooks/features/virtualization/useGridVirtualScroller.js +2 -6
- package/modern/index.js +1 -1
- package/modern/lib/createDetectElementResize/index.js +5 -5
- package/modern/locales/beBY.js +149 -0
- package/modern/locales/coreLocales.js +65 -0
- package/modern/locales/esES.js +14 -14
- package/modern/locales/index.js +1 -0
- package/modern/locales/jaJP.js +16 -16
- package/modern/locales/skSK.js +8 -8
- package/modern/locales/svSE.js +10 -10
- package/modern/locales/viVN.js +18 -18
- package/node/components/cell/GridCell.js +3 -1
- package/node/components/panel/GridColumnsPanel.js +13 -5
- package/node/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -1
- package/node/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -1
- package/node/hooks/features/export/useGridPrintExport.js +7 -3
- package/node/hooks/features/virtualization/useGridVirtualScroller.js +2 -6
- package/node/index.js +1 -1
- package/node/lib/createDetectElementResize/index.js +5 -5
- package/node/locales/beBY.js +158 -0
- package/node/locales/coreLocales.js +73 -0
- package/node/locales/esES.js +14 -14
- package/node/locales/index.js +13 -0
- package/node/locales/jaJP.js +16 -16
- package/node/locales/skSK.js +8 -8
- package/node/locales/svSE.js +10 -10
- package/node/locales/viVN.js +18 -18
- package/package.json +1 -1
package/node/locales/viVN.js
CHANGED
|
@@ -30,15 +30,15 @@ const viVNGrid = {
|
|
|
30
30
|
toolbarFiltersTooltipShow: 'Hiện',
|
|
31
31
|
toolbarFiltersTooltipActive: count => count > 1 ? `${count} bộ lọc hoạt động` : `${count} bộ lọc hoạt động`,
|
|
32
32
|
// Quick filter toolbar field
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
toolbarQuickFilterPlaceholder: 'Tìm kiếm…',
|
|
34
|
+
toolbarQuickFilterLabel: 'Tìm kiếm',
|
|
35
|
+
toolbarQuickFilterDeleteIconLabel: 'Xóa tìm kiếm',
|
|
36
36
|
// Export selector toolbar button text
|
|
37
37
|
toolbarExport: 'Xuất',
|
|
38
38
|
toolbarExportLabel: 'Xuất',
|
|
39
39
|
toolbarExportCSV: 'Xuất CSV',
|
|
40
40
|
toolbarExportPrint: 'In',
|
|
41
|
-
|
|
41
|
+
toolbarExportExcel: 'Xuất Excel',
|
|
42
42
|
// Columns panel text
|
|
43
43
|
columnsPanelTextFieldLabel: 'Tìm kiếm',
|
|
44
44
|
columnsPanelTextFieldPlaceholder: 'Tiêu đề cột',
|
|
@@ -48,7 +48,7 @@ const viVNGrid = {
|
|
|
48
48
|
// Filter panel text
|
|
49
49
|
filterPanelAddFilter: 'Thêm bộ lọc',
|
|
50
50
|
filterPanelDeleteIconLabel: 'Xóa',
|
|
51
|
-
|
|
51
|
+
filterPanelLinkOperator: 'Toán tử logic',
|
|
52
52
|
filterPanelOperators: 'Toán tử',
|
|
53
53
|
// TODO v6: rename to filterPanelOperator
|
|
54
54
|
filterPanelOperatorAnd: 'Và',
|
|
@@ -94,10 +94,10 @@ const viVNGrid = {
|
|
|
94
94
|
footerTotalVisibleRows: (visibleCount, totalCount) => `${visibleCount.toLocaleString()} / ${totalCount.toLocaleString()}`,
|
|
95
95
|
// Checkbox selection text
|
|
96
96
|
checkboxSelectionHeaderName: 'Tích vào ô trống',
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
97
|
+
checkboxSelectionSelectAllRows: 'Chọn tất cả hàng',
|
|
98
|
+
checkboxSelectionUnselectAllRows: 'Bỏ chọn tất cả hàng',
|
|
99
|
+
checkboxSelectionSelectRow: 'Chọn hàng',
|
|
100
|
+
checkboxSelectionUnselectRow: 'Bỏ chọn hàng',
|
|
101
101
|
// Boolean cell text
|
|
102
102
|
booleanCellTrueLabel: 'Có',
|
|
103
103
|
booleanCellFalseLabel: 'Không',
|
|
@@ -110,17 +110,17 @@ const viVNGrid = {
|
|
|
110
110
|
// Tree Data
|
|
111
111
|
treeDataGroupingHeaderName: 'Nhóm',
|
|
112
112
|
treeDataExpand: 'mở rộng',
|
|
113
|
-
treeDataCollapse: 'ẩn đi'
|
|
114
|
-
//
|
|
115
|
-
|
|
116
|
-
|
|
113
|
+
treeDataCollapse: 'ẩn đi',
|
|
114
|
+
// Grouping columns
|
|
115
|
+
groupingColumnHeaderName: 'Nhóm',
|
|
116
|
+
groupColumn: name => `Nhóm theo ${name}`,
|
|
117
|
+
unGroupColumn: name => `Hủy nhóm theo ${name}`,
|
|
117
118
|
// Master/detail
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
detailPanelToggle: 'Ẩn/hiện chi tiết',
|
|
120
|
+
expandDetailPanel: 'Mở rộng',
|
|
121
|
+
collapseDetailPanel: 'Thu nhỏ',
|
|
121
122
|
// Row reordering text
|
|
122
|
-
|
|
123
|
-
// Aggregation
|
|
123
|
+
rowReorderingHeaderName: 'Sắp xếp hàng' // Aggregation
|
|
124
124
|
// aggregationMenuItemHeader: 'Aggregation',
|
|
125
125
|
// aggregationFunctionLabelSum: 'sum',
|
|
126
126
|
// aggregationFunctionLabelAvg: 'avg',
|