@mui/x-data-grid 6.19.3 → 6.19.4

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 (37) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/components/GridPagination.d.ts +1 -1
  3. package/components/GridPagination.js +8 -1
  4. package/components/cell/GridActionsCell.js +3 -3
  5. package/components/cell/GridActionsCellItem.d.ts +13 -1
  6. package/components/cell/GridActionsCellItem.js +27 -15
  7. package/components/containers/GridRootStyles.js +6 -0
  8. package/hooks/features/export/useGridPrintExport.js +3 -1
  9. package/hooks/features/filter/gridFilterUtils.js +15 -22
  10. package/index.js +1 -1
  11. package/legacy/components/GridPagination.js +8 -1
  12. package/legacy/components/cell/GridActionsCell.js +3 -3
  13. package/legacy/components/cell/GridActionsCellItem.js +30 -17
  14. package/legacy/components/containers/GridRootStyles.js +5 -1
  15. package/legacy/hooks/features/export/useGridPrintExport.js +11 -7
  16. package/legacy/hooks/features/filter/gridFilterUtils.js +11 -14
  17. package/legacy/index.js +1 -1
  18. package/legacy/locales/daDK.js +12 -12
  19. package/locales/daDK.js +12 -12
  20. package/models/props/DataGridProps.d.ts +1 -1
  21. package/modern/components/GridPagination.js +8 -1
  22. package/modern/components/cell/GridActionsCell.js +3 -3
  23. package/modern/components/cell/GridActionsCellItem.js +27 -15
  24. package/modern/components/containers/GridRootStyles.js +6 -0
  25. package/modern/hooks/features/export/useGridPrintExport.js +3 -1
  26. package/modern/hooks/features/filter/gridFilterUtils.js +15 -22
  27. package/modern/index.js +1 -1
  28. package/modern/locales/daDK.js +12 -12
  29. package/node/components/GridPagination.js +8 -1
  30. package/node/components/cell/GridActionsCell.js +3 -3
  31. package/node/components/cell/GridActionsCellItem.js +27 -15
  32. package/node/components/containers/GridRootStyles.js +6 -0
  33. package/node/hooks/features/export/useGridPrintExport.js +3 -1
  34. package/node/hooks/features/filter/gridFilterUtils.js +15 -21
  35. package/node/index.js +1 -1
  36. package/node/locales/daDK.js +12 -12
  37. package/package.json +1 -1
@@ -17,8 +17,8 @@ const daDKGrid = {
17
17
  toolbarDensityStandard: 'Standard',
18
18
  toolbarDensityComfortable: 'Luftig',
19
19
  // Columns selector toolbar button text
20
- toolbarColumns: 'Kolonne',
21
- toolbarColumnsLabel: 'Vælg kolonne',
20
+ toolbarColumns: 'Kolonner',
21
+ toolbarColumnsLabel: 'Vælg kolonner',
22
22
  // Filters toolbar button text
23
23
  toolbarFilters: 'Filtre',
24
24
  toolbarFiltersLabel: 'Vis filtre',
@@ -46,12 +46,12 @@ const daDKGrid = {
46
46
  filterPanelRemoveAll: 'Fjern alle',
47
47
  filterPanelDeleteIconLabel: 'Slet',
48
48
  filterPanelLogicOperator: 'Logisk operator',
49
- filterPanelOperator: 'Operatorer',
49
+ filterPanelOperator: 'Operator',
50
50
  filterPanelOperatorAnd: 'Og',
51
51
  filterPanelOperatorOr: 'Eller',
52
- filterPanelColumns: 'Kolonne',
52
+ filterPanelColumns: 'Kolonner',
53
53
  filterPanelInputLabel: 'Værdi',
54
- filterPanelInputPlaceholder: 'Filter værdi',
54
+ filterPanelInputPlaceholder: 'Filterværdi',
55
55
  // Filter operators text
56
56
  filterOperatorContains: 'indeholder',
57
57
  filterOperatorEquals: 'lig med',
@@ -98,10 +98,10 @@ const daDKGrid = {
98
98
  filterValueFalse: 'negativ',
99
99
  // Column menu text
100
100
  columnMenuLabel: 'Menu',
101
- columnMenuShowColumns: 'Vis Kolonner',
101
+ columnMenuShowColumns: 'Vis kolonner',
102
102
  columnMenuManageColumns: 'Administrer kolonner',
103
- columnMenuFilter: 'Filtre',
104
- columnMenuHideColumn: 'Skjul',
103
+ columnMenuFilter: 'Filtrer',
104
+ columnMenuHideColumn: 'Skjul kolonne',
105
105
  columnMenuUnsort: 'Fjern sortering',
106
106
  columnMenuSortAsc: 'Sorter stigende',
107
107
  columnMenuSortDesc: 'Sorter faldende',
@@ -131,13 +131,13 @@ const daDKGrid = {
131
131
  pinToRight: 'Fastgør til højre',
132
132
  unpin: 'Frigiv',
133
133
  // Tree Data
134
- treeDataGroupingHeaderName: 'Gruppering',
134
+ treeDataGroupingHeaderName: 'Gruppe',
135
135
  treeDataExpand: 'Vis underelementer',
136
136
  treeDataCollapse: 'Skjul underelementer',
137
137
  // Grouping columns
138
- groupingColumnHeaderName: 'Gruppér',
138
+ groupingColumnHeaderName: 'Gruppe',
139
139
  groupColumn: name => `Gruppér efter ${name}`,
140
- unGroupColumn: name => `Fjern gruppéring efter ${name}`,
140
+ unGroupColumn: name => `Fjern gruppering efter ${name}`,
141
141
  // Master/detail
142
142
  detailPanelToggle: 'Udvid/kollaps detaljepanel',
143
143
  expandDetailPanel: 'Udvid',
@@ -145,7 +145,7 @@ const daDKGrid = {
145
145
  // Row reordering text
146
146
  rowReorderingHeaderName: 'Omarrangering af rækker',
147
147
  // Aggregation
148
- aggregationMenuItemHeader: 'Aggregation',
148
+ aggregationMenuItemHeader: 'Aggregering',
149
149
  aggregationFunctionLabelSum: 'sum',
150
150
  aggregationFunctionLabelAvg: 'gns',
151
151
  aggregationFunctionLabelMin: 'min',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid",
3
- "version": "6.19.3",
3
+ "version": "6.19.4",
4
4
  "description": "The community edition of the data grid component (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",