@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.
Files changed (70) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/components/cell/GridCell.js +3 -1
  3. package/components/panel/GridColumnsPanel.js +15 -5
  4. package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.ts +1 -1
  5. package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -1
  6. package/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -1
  7. package/hooks/features/export/useGridPrintExport.js +7 -3
  8. package/hooks/features/virtualization/useGridVirtualScroller.js +2 -6
  9. package/index.js +1 -1
  10. package/legacy/components/cell/GridCell.js +3 -1
  11. package/legacy/components/panel/GridColumnsPanel.js +15 -9
  12. package/legacy/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -1
  13. package/legacy/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -1
  14. package/legacy/hooks/features/export/useGridPrintExport.js +8 -4
  15. package/legacy/hooks/features/virtualization/useGridVirtualScroller.js +2 -6
  16. package/legacy/index.js +1 -1
  17. package/legacy/lib/createDetectElementResize/index.js +5 -5
  18. package/legacy/locales/beBY.js +161 -0
  19. package/legacy/locales/coreLocales.js +67 -0
  20. package/legacy/locales/esES.js +18 -14
  21. package/legacy/locales/index.js +1 -0
  22. package/legacy/locales/jaJP.js +16 -16
  23. package/legacy/locales/skSK.js +8 -8
  24. package/legacy/locales/svSE.js +10 -10
  25. package/legacy/locales/viVN.js +22 -18
  26. package/lib/createDetectElementResize/index.js +5 -5
  27. package/locales/beBY.d.ts +2 -0
  28. package/locales/beBY.js +149 -0
  29. package/locales/coreLocales.d.ts +3 -0
  30. package/locales/coreLocales.js +65 -0
  31. package/locales/esES.js +14 -14
  32. package/locales/index.d.ts +1 -0
  33. package/locales/index.js +1 -0
  34. package/locales/jaJP.js +16 -16
  35. package/locales/skSK.js +8 -8
  36. package/locales/svSE.js +10 -10
  37. package/locales/viVN.js +18 -18
  38. package/modern/components/cell/GridCell.js +3 -1
  39. package/modern/components/panel/GridColumnsPanel.js +15 -5
  40. package/modern/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -1
  41. package/modern/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -1
  42. package/modern/hooks/features/export/useGridPrintExport.js +7 -3
  43. package/modern/hooks/features/virtualization/useGridVirtualScroller.js +2 -6
  44. package/modern/index.js +1 -1
  45. package/modern/lib/createDetectElementResize/index.js +5 -5
  46. package/modern/locales/beBY.js +149 -0
  47. package/modern/locales/coreLocales.js +65 -0
  48. package/modern/locales/esES.js +14 -14
  49. package/modern/locales/index.js +1 -0
  50. package/modern/locales/jaJP.js +16 -16
  51. package/modern/locales/skSK.js +8 -8
  52. package/modern/locales/svSE.js +10 -10
  53. package/modern/locales/viVN.js +18 -18
  54. package/node/components/cell/GridCell.js +3 -1
  55. package/node/components/panel/GridColumnsPanel.js +13 -5
  56. package/node/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +0 -1
  57. package/node/components/panel/filterPanel/GridFilterInputMultipleValue.js +0 -1
  58. package/node/hooks/features/export/useGridPrintExport.js +7 -3
  59. package/node/hooks/features/virtualization/useGridVirtualScroller.js +2 -6
  60. package/node/index.js +1 -1
  61. package/node/lib/createDetectElementResize/index.js +5 -5
  62. package/node/locales/beBY.js +158 -0
  63. package/node/locales/coreLocales.js +73 -0
  64. package/node/locales/esES.js +14 -14
  65. package/node/locales/index.js +13 -0
  66. package/node/locales/jaJP.js +16 -16
  67. package/node/locales/skSK.js +8 -8
  68. package/node/locales/svSE.js +10 -10
  69. package/node/locales/viVN.js +18 -18
  70. package/package.json +1 -1
@@ -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
- // toolbarQuickFilterPlaceholder: 'Search…',
34
- // toolbarQuickFilterLabel: 'Search',
35
- // toolbarQuickFilterDeleteIconLabel: 'Clear',
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
- // toolbarExportExcel: 'Download as Excel',
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
- // filterPanelLinkOperator: 'Logic operator',
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
- // checkboxSelectionSelectAllRows: 'Select all rows',
98
- // checkboxSelectionUnselectAllRows: 'Unselect all rows',
99
- // checkboxSelectionSelectRow: 'Select row',
100
- // checkboxSelectionUnselectRow: 'Unselect row',
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' // Grouping columns
114
- // groupingColumnHeaderName: 'Group',
115
- // groupColumn: name => `Group by ${name}`,
116
- // unGroupColumn: name => `Stop grouping by ${name}`,
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
- // detailPanelToggle: 'Detail panel toggle',
119
- // expandDetailPanel: 'Expand',
120
- // collapseDetailPanel: 'Collapse',
119
+ detailPanelToggle: 'Ẩn/hiện chi tiết',
120
+ expandDetailPanel: 'Mở rộng',
121
+ collapseDetailPanel: 'Thu nhỏ',
121
122
  // Row reordering text
122
- // rowReorderingHeaderName: 'Row reordering',
123
- // Aggregation
123
+ rowReorderingHeaderName: 'Sắp xếp hàng' // Aggregation
124
124
  // aggregationMenuItemHeader: 'Aggregation',
125
125
  // aggregationFunctionLabelSum: 'sum',
126
126
  // aggregationFunctionLabelAvg: 'avg',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid",
3
- "version": "5.17.19",
3
+ "version": "5.17.21",
4
4
  "description": "The community edition of the data grid component (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",