@mui/x-data-grid 6.18.4 → 6.18.5

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,48 @@
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
+ ## 6.18.5
7
+
8
+ _Dec 14, 2023_
9
+
10
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 🌍 Improve Swedish (sv-SE) and Urdu (ur-PK) locales on the Data Grid
13
+ - 🐞 Bugfixes
14
+
15
+ ### Data Grid
16
+
17
+ #### `@mui/x-data-grid@6.18.5`
18
+
19
+ - [l10n] Improve Swedish (sv-SE) locale (#11379) @fredrikcarlbom
20
+ - [l10n] Improve Urdu (ur-PK) locale for data grid (#11409) @MBilalShafi
21
+
22
+ #### `@mui/x-data-grid-pro@6.18.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
23
+
24
+ Same changes as in `@mui/x-data-grid@6.18.5`.
25
+
26
+ #### `@mui/x-data-grid-premium@6.18.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
27
+
28
+ Same changes as in `@mui/x-data-grid-pro@6.18.5`.
29
+
30
+ ### Date Pickers
31
+
32
+ #### `@mui/x-date-pickers@6.18.5`
33
+
34
+ - [pickers] Fix field types to avoid error on latest `@types/react` version (#11398) @LukasTy
35
+ - [pickers] Support name prop (#11380) @gitstart
36
+
37
+ #### `@mui/x-date-pickers-pro@6.18.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
38
+
39
+ Same changes as in `@mui/x-date-pickers@6.18.5`, plus:
40
+
41
+ - [DateRangePicker] Fix `autoFocus` behavior (#11376) @kealjones-wk
42
+
43
+ ### Docs
44
+
45
+ - [docs] Respect GoT books (#11294) @janoma
46
+ - [test] Fix flaky screenshots (#11391) @cherniavskii
47
+
6
48
  ## 6.18.4
7
49
 
8
50
  _Dec 8, 2023_
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v6.18.4
2
+ * @mui/x-data-grid v6.18.5
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v6.18.4
2
+ * @mui/x-data-grid v6.18.5
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -9,7 +9,7 @@ var svSEGrid = {
9
9
  toolbarDensityLabel: 'Densitet',
10
10
  toolbarDensityCompact: 'Kompakt',
11
11
  toolbarDensityStandard: 'Standard',
12
- toolbarDensityComfortable: 'Bekväm',
12
+ toolbarDensityComfortable: 'Luftig',
13
13
  // Columns selector toolbar button text
14
14
  toolbarColumns: 'Kolumner',
15
15
  toolbarColumnsLabel: 'Välj kolumner',
@@ -41,8 +41,8 @@ var svSEGrid = {
41
41
  filterPanelAddFilter: 'Lägg till filter',
42
42
  filterPanelRemoveAll: 'Ta bort alla',
43
43
  filterPanelDeleteIconLabel: 'Ta bort',
44
- filterPanelLogicOperator: 'Logisk operatör',
45
- filterPanelOperator: 'Operatör',
44
+ filterPanelLogicOperator: 'Logisk operator',
45
+ filterPanelOperator: 'Operator',
46
46
  filterPanelOperatorAnd: 'Och',
47
47
  filterPanelOperatorOr: 'Eller',
48
48
  filterPanelColumns: 'Kolumner',
@@ -50,7 +50,7 @@ var svSEGrid = {
50
50
  filterPanelInputPlaceholder: 'Filtervärde',
51
51
  // Filter operators text
52
52
  filterOperatorContains: 'innehåller',
53
- filterOperatorEquals: 'är lika med',
53
+ filterOperatorEquals: 'lika med',
54
54
  filterOperatorStartsWith: 'börjar med',
55
55
  filterOperatorEndsWith: 'slutar med',
56
56
  filterOperatorIs: 'är',
@@ -62,34 +62,32 @@ var svSEGrid = {
62
62
  filterOperatorIsEmpty: 'är tom',
63
63
  filterOperatorIsNotEmpty: 'är inte tom',
64
64
  filterOperatorIsAnyOf: 'är någon av',
65
- // 'filterOperator=': '=',
66
- // 'filterOperator!=': '!=',
67
- // 'filterOperator>': '>',
68
- // 'filterOperator>=': '>=',
69
- // 'filterOperator<': '<',
70
- // 'filterOperator<=': '<=',
71
-
65
+ 'filterOperator=': '=',
66
+ 'filterOperator!=': '!=',
67
+ 'filterOperator>': '>',
68
+ 'filterOperator>=': '>=',
69
+ 'filterOperator<': '<',
70
+ 'filterOperator<=': '<=',
72
71
  // Header filter operators text
73
- // headerFilterOperatorContains: 'Contains',
74
- // headerFilterOperatorEquals: 'Equals',
75
- // headerFilterOperatorStartsWith: 'Starts with',
76
- // headerFilterOperatorEndsWith: 'Ends with',
77
- // headerFilterOperatorIs: 'Is',
78
- // headerFilterOperatorNot: 'Is not',
79
- // headerFilterOperatorAfter: 'Is after',
80
- // headerFilterOperatorOnOrAfter: 'Is on or after',
81
- // headerFilterOperatorBefore: 'Is before',
82
- // headerFilterOperatorOnOrBefore: 'Is on or before',
83
- // headerFilterOperatorIsEmpty: 'Is empty',
84
- // headerFilterOperatorIsNotEmpty: 'Is not empty',
85
- // headerFilterOperatorIsAnyOf: 'Is any of',
86
- // 'headerFilterOperator=': 'Equals',
87
- // 'headerFilterOperator!=': 'Not equals',
88
- // 'headerFilterOperator>': 'Greater than',
89
- // 'headerFilterOperator>=': 'Greater than or equal to',
90
- // 'headerFilterOperator<': 'Less than',
91
- // 'headerFilterOperator<=': 'Less than or equal to',
92
-
72
+ headerFilterOperatorContains: 'Innehåller',
73
+ headerFilterOperatorEquals: 'Lika med',
74
+ headerFilterOperatorStartsWith: 'Börjar med',
75
+ headerFilterOperatorEndsWith: 'Slutar med',
76
+ headerFilterOperatorIs: 'Är',
77
+ headerFilterOperatorNot: 'Är inte',
78
+ headerFilterOperatorAfter: 'Är efter',
79
+ headerFilterOperatorOnOrAfter: 'Är eller efter',
80
+ headerFilterOperatorBefore: 'Är innan',
81
+ headerFilterOperatorOnOrBefore: 'Är eller innan',
82
+ headerFilterOperatorIsEmpty: 'Är tom',
83
+ headerFilterOperatorIsNotEmpty: 'Är inte tom',
84
+ headerFilterOperatorIsAnyOf: 'Innehåller någon av',
85
+ 'headerFilterOperator=': 'Lika med',
86
+ 'headerFilterOperator!=': 'Inte lika med',
87
+ 'headerFilterOperator>': 'Större än',
88
+ 'headerFilterOperator>=': 'Större eller lika med',
89
+ 'headerFilterOperator<': 'Mindre än',
90
+ 'headerFilterOperator<=': 'Mindre eller lika med',
93
91
  // Filter values text
94
92
  filterValueAny: 'något',
95
93
  filterValueTrue: 'sant',
@@ -100,7 +98,7 @@ var svSEGrid = {
100
98
  columnMenuManageColumns: 'Hantera kolumner',
101
99
  columnMenuFilter: 'Filtrera',
102
100
  columnMenuHideColumn: 'Dölj',
103
- columnMenuUnsort: 'Osortera',
101
+ columnMenuUnsort: 'Ta bort sortering',
104
102
  columnMenuSortAsc: 'Sortera stigande',
105
103
  columnMenuSortDesc: 'Sortera fallande',
106
104
  // Column header text
@@ -154,7 +152,7 @@ var svSEGrid = {
154
152
  rowReorderingHeaderName: 'Ordna om rader',
155
153
  // Aggregation
156
154
  aggregationMenuItemHeader: 'Aggregering',
157
- aggregationFunctionLabelSum: 'sum',
155
+ aggregationFunctionLabelSum: 'summa',
158
156
  aggregationFunctionLabelAvg: 'medel',
159
157
  aggregationFunctionLabelMin: 'min',
160
158
  aggregationFunctionLabelMax: 'max',
@@ -39,7 +39,7 @@ var urPKGrid = {
39
39
  columnsPanelHideAllButton: 'سارے چھپائیں',
40
40
  // Filter panel text
41
41
  filterPanelAddFilter: 'نیا فلٹر',
42
- // filterPanelRemoveAll: 'Remove all',
42
+ filterPanelRemoveAll: 'سارے ختم کریں',
43
43
  filterPanelDeleteIconLabel: 'ختم کریں',
44
44
  filterPanelLogicOperator: 'لاجک آپریٹر',
45
45
  filterPanelOperator: 'آپریٹر',
@@ -62,34 +62,32 @@ var urPKGrid = {
62
62
  filterOperatorIsEmpty: 'خالی ہے',
63
63
  filterOperatorIsNotEmpty: 'خالی نہیں ہے',
64
64
  filterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
65
- // 'filterOperator=': '=',
66
- // 'filterOperator!=': '!=',
67
- // 'filterOperator>': '>',
68
- // 'filterOperator>=': '>=',
69
- // 'filterOperator<': '<',
70
- // 'filterOperator<=': '<=',
71
-
65
+ 'filterOperator=': '=',
66
+ 'filterOperator!=': '!=',
67
+ 'filterOperator>': '>',
68
+ 'filterOperator>=': '>=',
69
+ 'filterOperator<': '<',
70
+ 'filterOperator<=': '<=',
72
71
  // Header filter operators text
73
- // headerFilterOperatorContains: 'Contains',
74
- // headerFilterOperatorEquals: 'Equals',
75
- // headerFilterOperatorStartsWith: 'Starts with',
76
- // headerFilterOperatorEndsWith: 'Ends with',
77
- // headerFilterOperatorIs: 'Is',
78
- // headerFilterOperatorNot: 'Is not',
79
- // headerFilterOperatorAfter: 'Is after',
80
- // headerFilterOperatorOnOrAfter: 'Is on or after',
81
- // headerFilterOperatorBefore: 'Is before',
82
- // headerFilterOperatorOnOrBefore: 'Is on or before',
83
- // headerFilterOperatorIsEmpty: 'Is empty',
84
- // headerFilterOperatorIsNotEmpty: 'Is not empty',
85
- // headerFilterOperatorIsAnyOf: 'Is any of',
86
- // 'headerFilterOperator=': 'Equals',
87
- // 'headerFilterOperator!=': 'Not equals',
88
- // 'headerFilterOperator>': 'Greater than',
89
- // 'headerFilterOperator>=': 'Greater than or equal to',
90
- // 'headerFilterOperator<': 'Less than',
91
- // 'headerFilterOperator<=': 'Less than or equal to',
92
-
72
+ headerFilterOperatorContains: 'شامل ہے',
73
+ headerFilterOperatorEquals: 'برابر ہے',
74
+ headerFilterOperatorStartsWith: 'شروع ہوتا ہے',
75
+ headerFilterOperatorEndsWith: 'ختم ہوتا ہے',
76
+ headerFilterOperatorIs: 'ہے',
77
+ headerFilterOperatorNot: 'نہیں ہے',
78
+ headerFilterOperatorAfter: 'بعد میں ہے',
79
+ headerFilterOperatorOnOrAfter: 'پر یا بعد میں ہے',
80
+ headerFilterOperatorBefore: 'پہلے ہے',
81
+ headerFilterOperatorOnOrBefore: 'پر یا پہلے ہے',
82
+ headerFilterOperatorIsEmpty: 'خالی ہے',
83
+ headerFilterOperatorIsNotEmpty: 'خالی نہیں ہے',
84
+ headerFilterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
85
+ 'headerFilterOperator=': 'برابر ہے',
86
+ 'headerFilterOperator!=': 'برابر نہیں ہے',
87
+ 'headerFilterOperator>': 'ذیادہ ہے',
88
+ 'headerFilterOperator>=': 'ذیادہ یا برابر ہے',
89
+ 'headerFilterOperator<': 'کم ہے',
90
+ 'headerFilterOperator<=': 'کم یا برابر ہے',
93
91
  // Filter values text
94
92
  filterValueAny: 'کوئی بھی',
95
93
  filterValueTrue: 'صحیح',
package/locales/svSE.js CHANGED
@@ -9,7 +9,7 @@ const svSEGrid = {
9
9
  toolbarDensityLabel: 'Densitet',
10
10
  toolbarDensityCompact: 'Kompakt',
11
11
  toolbarDensityStandard: 'Standard',
12
- toolbarDensityComfortable: 'Bekväm',
12
+ toolbarDensityComfortable: 'Luftig',
13
13
  // Columns selector toolbar button text
14
14
  toolbarColumns: 'Kolumner',
15
15
  toolbarColumnsLabel: 'Välj kolumner',
@@ -39,8 +39,8 @@ const svSEGrid = {
39
39
  filterPanelAddFilter: 'Lägg till filter',
40
40
  filterPanelRemoveAll: 'Ta bort alla',
41
41
  filterPanelDeleteIconLabel: 'Ta bort',
42
- filterPanelLogicOperator: 'Logisk operatör',
43
- filterPanelOperator: 'Operatör',
42
+ filterPanelLogicOperator: 'Logisk operator',
43
+ filterPanelOperator: 'Operator',
44
44
  filterPanelOperatorAnd: 'Och',
45
45
  filterPanelOperatorOr: 'Eller',
46
46
  filterPanelColumns: 'Kolumner',
@@ -48,7 +48,7 @@ const svSEGrid = {
48
48
  filterPanelInputPlaceholder: 'Filtervärde',
49
49
  // Filter operators text
50
50
  filterOperatorContains: 'innehåller',
51
- filterOperatorEquals: 'är lika med',
51
+ filterOperatorEquals: 'lika med',
52
52
  filterOperatorStartsWith: 'börjar med',
53
53
  filterOperatorEndsWith: 'slutar med',
54
54
  filterOperatorIs: 'är',
@@ -60,34 +60,32 @@ const svSEGrid = {
60
60
  filterOperatorIsEmpty: 'är tom',
61
61
  filterOperatorIsNotEmpty: 'är inte tom',
62
62
  filterOperatorIsAnyOf: 'är någon av',
63
- // 'filterOperator=': '=',
64
- // 'filterOperator!=': '!=',
65
- // 'filterOperator>': '>',
66
- // 'filterOperator>=': '>=',
67
- // 'filterOperator<': '<',
68
- // 'filterOperator<=': '<=',
69
-
63
+ 'filterOperator=': '=',
64
+ 'filterOperator!=': '!=',
65
+ 'filterOperator>': '>',
66
+ 'filterOperator>=': '>=',
67
+ 'filterOperator<': '<',
68
+ 'filterOperator<=': '<=',
70
69
  // Header filter operators text
71
- // headerFilterOperatorContains: 'Contains',
72
- // headerFilterOperatorEquals: 'Equals',
73
- // headerFilterOperatorStartsWith: 'Starts with',
74
- // headerFilterOperatorEndsWith: 'Ends with',
75
- // headerFilterOperatorIs: 'Is',
76
- // headerFilterOperatorNot: 'Is not',
77
- // headerFilterOperatorAfter: 'Is after',
78
- // headerFilterOperatorOnOrAfter: 'Is on or after',
79
- // headerFilterOperatorBefore: 'Is before',
80
- // headerFilterOperatorOnOrBefore: 'Is on or before',
81
- // headerFilterOperatorIsEmpty: 'Is empty',
82
- // headerFilterOperatorIsNotEmpty: 'Is not empty',
83
- // headerFilterOperatorIsAnyOf: 'Is any of',
84
- // 'headerFilterOperator=': 'Equals',
85
- // 'headerFilterOperator!=': 'Not equals',
86
- // 'headerFilterOperator>': 'Greater than',
87
- // 'headerFilterOperator>=': 'Greater than or equal to',
88
- // 'headerFilterOperator<': 'Less than',
89
- // 'headerFilterOperator<=': 'Less than or equal to',
90
-
70
+ headerFilterOperatorContains: 'Innehåller',
71
+ headerFilterOperatorEquals: 'Lika med',
72
+ headerFilterOperatorStartsWith: 'Börjar med',
73
+ headerFilterOperatorEndsWith: 'Slutar med',
74
+ headerFilterOperatorIs: 'Är',
75
+ headerFilterOperatorNot: 'Är inte',
76
+ headerFilterOperatorAfter: 'Är efter',
77
+ headerFilterOperatorOnOrAfter: 'Är eller efter',
78
+ headerFilterOperatorBefore: 'Är innan',
79
+ headerFilterOperatorOnOrBefore: 'Är eller innan',
80
+ headerFilterOperatorIsEmpty: 'Är tom',
81
+ headerFilterOperatorIsNotEmpty: 'Är inte tom',
82
+ headerFilterOperatorIsAnyOf: 'Innehåller någon av',
83
+ 'headerFilterOperator=': 'Lika med',
84
+ 'headerFilterOperator!=': 'Inte lika med',
85
+ 'headerFilterOperator>': 'Större än',
86
+ 'headerFilterOperator>=': 'Större eller lika med',
87
+ 'headerFilterOperator<': 'Mindre än',
88
+ 'headerFilterOperator<=': 'Mindre eller lika med',
91
89
  // Filter values text
92
90
  filterValueAny: 'något',
93
91
  filterValueTrue: 'sant',
@@ -98,7 +96,7 @@ const svSEGrid = {
98
96
  columnMenuManageColumns: 'Hantera kolumner',
99
97
  columnMenuFilter: 'Filtrera',
100
98
  columnMenuHideColumn: 'Dölj',
101
- columnMenuUnsort: 'Osortera',
99
+ columnMenuUnsort: 'Ta bort sortering',
102
100
  columnMenuSortAsc: 'Sortera stigande',
103
101
  columnMenuSortDesc: 'Sortera fallande',
104
102
  // Column header text
@@ -142,7 +140,7 @@ const svSEGrid = {
142
140
  rowReorderingHeaderName: 'Ordna om rader',
143
141
  // Aggregation
144
142
  aggregationMenuItemHeader: 'Aggregering',
145
- aggregationFunctionLabelSum: 'sum',
143
+ aggregationFunctionLabelSum: 'summa',
146
144
  aggregationFunctionLabelAvg: 'medel',
147
145
  aggregationFunctionLabelMin: 'min',
148
146
  aggregationFunctionLabelMax: 'max',
package/locales/urPK.js CHANGED
@@ -37,7 +37,7 @@ const urPKGrid = {
37
37
  columnsPanelHideAllButton: 'سارے چھپائیں',
38
38
  // Filter panel text
39
39
  filterPanelAddFilter: 'نیا فلٹر',
40
- // filterPanelRemoveAll: 'Remove all',
40
+ filterPanelRemoveAll: 'سارے ختم کریں',
41
41
  filterPanelDeleteIconLabel: 'ختم کریں',
42
42
  filterPanelLogicOperator: 'لاجک آپریٹر',
43
43
  filterPanelOperator: 'آپریٹر',
@@ -60,34 +60,32 @@ const urPKGrid = {
60
60
  filterOperatorIsEmpty: 'خالی ہے',
61
61
  filterOperatorIsNotEmpty: 'خالی نہیں ہے',
62
62
  filterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
63
- // 'filterOperator=': '=',
64
- // 'filterOperator!=': '!=',
65
- // 'filterOperator>': '>',
66
- // 'filterOperator>=': '>=',
67
- // 'filterOperator<': '<',
68
- // 'filterOperator<=': '<=',
69
-
63
+ 'filterOperator=': '=',
64
+ 'filterOperator!=': '!=',
65
+ 'filterOperator>': '>',
66
+ 'filterOperator>=': '>=',
67
+ 'filterOperator<': '<',
68
+ 'filterOperator<=': '<=',
70
69
  // Header filter operators text
71
- // headerFilterOperatorContains: 'Contains',
72
- // headerFilterOperatorEquals: 'Equals',
73
- // headerFilterOperatorStartsWith: 'Starts with',
74
- // headerFilterOperatorEndsWith: 'Ends with',
75
- // headerFilterOperatorIs: 'Is',
76
- // headerFilterOperatorNot: 'Is not',
77
- // headerFilterOperatorAfter: 'Is after',
78
- // headerFilterOperatorOnOrAfter: 'Is on or after',
79
- // headerFilterOperatorBefore: 'Is before',
80
- // headerFilterOperatorOnOrBefore: 'Is on or before',
81
- // headerFilterOperatorIsEmpty: 'Is empty',
82
- // headerFilterOperatorIsNotEmpty: 'Is not empty',
83
- // headerFilterOperatorIsAnyOf: 'Is any of',
84
- // 'headerFilterOperator=': 'Equals',
85
- // 'headerFilterOperator!=': 'Not equals',
86
- // 'headerFilterOperator>': 'Greater than',
87
- // 'headerFilterOperator>=': 'Greater than or equal to',
88
- // 'headerFilterOperator<': 'Less than',
89
- // 'headerFilterOperator<=': 'Less than or equal to',
90
-
70
+ headerFilterOperatorContains: 'شامل ہے',
71
+ headerFilterOperatorEquals: 'برابر ہے',
72
+ headerFilterOperatorStartsWith: 'شروع ہوتا ہے',
73
+ headerFilterOperatorEndsWith: 'ختم ہوتا ہے',
74
+ headerFilterOperatorIs: 'ہے',
75
+ headerFilterOperatorNot: 'نہیں ہے',
76
+ headerFilterOperatorAfter: 'بعد میں ہے',
77
+ headerFilterOperatorOnOrAfter: 'پر یا بعد میں ہے',
78
+ headerFilterOperatorBefore: 'پہلے ہے',
79
+ headerFilterOperatorOnOrBefore: 'پر یا پہلے ہے',
80
+ headerFilterOperatorIsEmpty: 'خالی ہے',
81
+ headerFilterOperatorIsNotEmpty: 'خالی نہیں ہے',
82
+ headerFilterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
83
+ 'headerFilterOperator=': 'برابر ہے',
84
+ 'headerFilterOperator!=': 'برابر نہیں ہے',
85
+ 'headerFilterOperator>': 'ذیادہ ہے',
86
+ 'headerFilterOperator>=': 'ذیادہ یا برابر ہے',
87
+ 'headerFilterOperator<': 'کم ہے',
88
+ 'headerFilterOperator<=': 'کم یا برابر ہے',
91
89
  // Filter values text
92
90
  filterValueAny: 'کوئی بھی',
93
91
  filterValueTrue: 'صحیح',
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v6.18.4
2
+ * @mui/x-data-grid v6.18.5
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -9,7 +9,7 @@ const svSEGrid = {
9
9
  toolbarDensityLabel: 'Densitet',
10
10
  toolbarDensityCompact: 'Kompakt',
11
11
  toolbarDensityStandard: 'Standard',
12
- toolbarDensityComfortable: 'Bekväm',
12
+ toolbarDensityComfortable: 'Luftig',
13
13
  // Columns selector toolbar button text
14
14
  toolbarColumns: 'Kolumner',
15
15
  toolbarColumnsLabel: 'Välj kolumner',
@@ -39,8 +39,8 @@ const svSEGrid = {
39
39
  filterPanelAddFilter: 'Lägg till filter',
40
40
  filterPanelRemoveAll: 'Ta bort alla',
41
41
  filterPanelDeleteIconLabel: 'Ta bort',
42
- filterPanelLogicOperator: 'Logisk operatör',
43
- filterPanelOperator: 'Operatör',
42
+ filterPanelLogicOperator: 'Logisk operator',
43
+ filterPanelOperator: 'Operator',
44
44
  filterPanelOperatorAnd: 'Och',
45
45
  filterPanelOperatorOr: 'Eller',
46
46
  filterPanelColumns: 'Kolumner',
@@ -48,7 +48,7 @@ const svSEGrid = {
48
48
  filterPanelInputPlaceholder: 'Filtervärde',
49
49
  // Filter operators text
50
50
  filterOperatorContains: 'innehåller',
51
- filterOperatorEquals: 'är lika med',
51
+ filterOperatorEquals: 'lika med',
52
52
  filterOperatorStartsWith: 'börjar med',
53
53
  filterOperatorEndsWith: 'slutar med',
54
54
  filterOperatorIs: 'är',
@@ -60,34 +60,32 @@ const svSEGrid = {
60
60
  filterOperatorIsEmpty: 'är tom',
61
61
  filterOperatorIsNotEmpty: 'är inte tom',
62
62
  filterOperatorIsAnyOf: 'är någon av',
63
- // 'filterOperator=': '=',
64
- // 'filterOperator!=': '!=',
65
- // 'filterOperator>': '>',
66
- // 'filterOperator>=': '>=',
67
- // 'filterOperator<': '<',
68
- // 'filterOperator<=': '<=',
69
-
63
+ 'filterOperator=': '=',
64
+ 'filterOperator!=': '!=',
65
+ 'filterOperator>': '>',
66
+ 'filterOperator>=': '>=',
67
+ 'filterOperator<': '<',
68
+ 'filterOperator<=': '<=',
70
69
  // Header filter operators text
71
- // headerFilterOperatorContains: 'Contains',
72
- // headerFilterOperatorEquals: 'Equals',
73
- // headerFilterOperatorStartsWith: 'Starts with',
74
- // headerFilterOperatorEndsWith: 'Ends with',
75
- // headerFilterOperatorIs: 'Is',
76
- // headerFilterOperatorNot: 'Is not',
77
- // headerFilterOperatorAfter: 'Is after',
78
- // headerFilterOperatorOnOrAfter: 'Is on or after',
79
- // headerFilterOperatorBefore: 'Is before',
80
- // headerFilterOperatorOnOrBefore: 'Is on or before',
81
- // headerFilterOperatorIsEmpty: 'Is empty',
82
- // headerFilterOperatorIsNotEmpty: 'Is not empty',
83
- // headerFilterOperatorIsAnyOf: 'Is any of',
84
- // 'headerFilterOperator=': 'Equals',
85
- // 'headerFilterOperator!=': 'Not equals',
86
- // 'headerFilterOperator>': 'Greater than',
87
- // 'headerFilterOperator>=': 'Greater than or equal to',
88
- // 'headerFilterOperator<': 'Less than',
89
- // 'headerFilterOperator<=': 'Less than or equal to',
90
-
70
+ headerFilterOperatorContains: 'Innehåller',
71
+ headerFilterOperatorEquals: 'Lika med',
72
+ headerFilterOperatorStartsWith: 'Börjar med',
73
+ headerFilterOperatorEndsWith: 'Slutar med',
74
+ headerFilterOperatorIs: 'Är',
75
+ headerFilterOperatorNot: 'Är inte',
76
+ headerFilterOperatorAfter: 'Är efter',
77
+ headerFilterOperatorOnOrAfter: 'Är eller efter',
78
+ headerFilterOperatorBefore: 'Är innan',
79
+ headerFilterOperatorOnOrBefore: 'Är eller innan',
80
+ headerFilterOperatorIsEmpty: 'Är tom',
81
+ headerFilterOperatorIsNotEmpty: 'Är inte tom',
82
+ headerFilterOperatorIsAnyOf: 'Innehåller någon av',
83
+ 'headerFilterOperator=': 'Lika med',
84
+ 'headerFilterOperator!=': 'Inte lika med',
85
+ 'headerFilterOperator>': 'Större än',
86
+ 'headerFilterOperator>=': 'Större eller lika med',
87
+ 'headerFilterOperator<': 'Mindre än',
88
+ 'headerFilterOperator<=': 'Mindre eller lika med',
91
89
  // Filter values text
92
90
  filterValueAny: 'något',
93
91
  filterValueTrue: 'sant',
@@ -98,7 +96,7 @@ const svSEGrid = {
98
96
  columnMenuManageColumns: 'Hantera kolumner',
99
97
  columnMenuFilter: 'Filtrera',
100
98
  columnMenuHideColumn: 'Dölj',
101
- columnMenuUnsort: 'Osortera',
99
+ columnMenuUnsort: 'Ta bort sortering',
102
100
  columnMenuSortAsc: 'Sortera stigande',
103
101
  columnMenuSortDesc: 'Sortera fallande',
104
102
  // Column header text
@@ -142,7 +140,7 @@ const svSEGrid = {
142
140
  rowReorderingHeaderName: 'Ordna om rader',
143
141
  // Aggregation
144
142
  aggregationMenuItemHeader: 'Aggregering',
145
- aggregationFunctionLabelSum: 'sum',
143
+ aggregationFunctionLabelSum: 'summa',
146
144
  aggregationFunctionLabelAvg: 'medel',
147
145
  aggregationFunctionLabelMin: 'min',
148
146
  aggregationFunctionLabelMax: 'max',
@@ -37,7 +37,7 @@ const urPKGrid = {
37
37
  columnsPanelHideAllButton: 'سارے چھپائیں',
38
38
  // Filter panel text
39
39
  filterPanelAddFilter: 'نیا فلٹر',
40
- // filterPanelRemoveAll: 'Remove all',
40
+ filterPanelRemoveAll: 'سارے ختم کریں',
41
41
  filterPanelDeleteIconLabel: 'ختم کریں',
42
42
  filterPanelLogicOperator: 'لاجک آپریٹر',
43
43
  filterPanelOperator: 'آپریٹر',
@@ -60,34 +60,32 @@ const urPKGrid = {
60
60
  filterOperatorIsEmpty: 'خالی ہے',
61
61
  filterOperatorIsNotEmpty: 'خالی نہیں ہے',
62
62
  filterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
63
- // 'filterOperator=': '=',
64
- // 'filterOperator!=': '!=',
65
- // 'filterOperator>': '>',
66
- // 'filterOperator>=': '>=',
67
- // 'filterOperator<': '<',
68
- // 'filterOperator<=': '<=',
69
-
63
+ 'filterOperator=': '=',
64
+ 'filterOperator!=': '!=',
65
+ 'filterOperator>': '>',
66
+ 'filterOperator>=': '>=',
67
+ 'filterOperator<': '<',
68
+ 'filterOperator<=': '<=',
70
69
  // Header filter operators text
71
- // headerFilterOperatorContains: 'Contains',
72
- // headerFilterOperatorEquals: 'Equals',
73
- // headerFilterOperatorStartsWith: 'Starts with',
74
- // headerFilterOperatorEndsWith: 'Ends with',
75
- // headerFilterOperatorIs: 'Is',
76
- // headerFilterOperatorNot: 'Is not',
77
- // headerFilterOperatorAfter: 'Is after',
78
- // headerFilterOperatorOnOrAfter: 'Is on or after',
79
- // headerFilterOperatorBefore: 'Is before',
80
- // headerFilterOperatorOnOrBefore: 'Is on or before',
81
- // headerFilterOperatorIsEmpty: 'Is empty',
82
- // headerFilterOperatorIsNotEmpty: 'Is not empty',
83
- // headerFilterOperatorIsAnyOf: 'Is any of',
84
- // 'headerFilterOperator=': 'Equals',
85
- // 'headerFilterOperator!=': 'Not equals',
86
- // 'headerFilterOperator>': 'Greater than',
87
- // 'headerFilterOperator>=': 'Greater than or equal to',
88
- // 'headerFilterOperator<': 'Less than',
89
- // 'headerFilterOperator<=': 'Less than or equal to',
90
-
70
+ headerFilterOperatorContains: 'شامل ہے',
71
+ headerFilterOperatorEquals: 'برابر ہے',
72
+ headerFilterOperatorStartsWith: 'شروع ہوتا ہے',
73
+ headerFilterOperatorEndsWith: 'ختم ہوتا ہے',
74
+ headerFilterOperatorIs: 'ہے',
75
+ headerFilterOperatorNot: 'نہیں ہے',
76
+ headerFilterOperatorAfter: 'بعد میں ہے',
77
+ headerFilterOperatorOnOrAfter: 'پر یا بعد میں ہے',
78
+ headerFilterOperatorBefore: 'پہلے ہے',
79
+ headerFilterOperatorOnOrBefore: 'پر یا پہلے ہے',
80
+ headerFilterOperatorIsEmpty: 'خالی ہے',
81
+ headerFilterOperatorIsNotEmpty: 'خالی نہیں ہے',
82
+ headerFilterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
83
+ 'headerFilterOperator=': 'برابر ہے',
84
+ 'headerFilterOperator!=': 'برابر نہیں ہے',
85
+ 'headerFilterOperator>': 'ذیادہ ہے',
86
+ 'headerFilterOperator>=': 'ذیادہ یا برابر ہے',
87
+ 'headerFilterOperator<': 'کم ہے',
88
+ 'headerFilterOperator<=': 'کم یا برابر ہے',
91
89
  // Filter values text
92
90
  filterValueAny: 'کوئی بھی',
93
91
  filterValueTrue: 'صحیح',
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v6.18.4
2
+ * @mui/x-data-grid v6.18.5
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -15,7 +15,7 @@ const svSEGrid = {
15
15
  toolbarDensityLabel: 'Densitet',
16
16
  toolbarDensityCompact: 'Kompakt',
17
17
  toolbarDensityStandard: 'Standard',
18
- toolbarDensityComfortable: 'Bekväm',
18
+ toolbarDensityComfortable: 'Luftig',
19
19
  // Columns selector toolbar button text
20
20
  toolbarColumns: 'Kolumner',
21
21
  toolbarColumnsLabel: 'Välj kolumner',
@@ -45,8 +45,8 @@ const svSEGrid = {
45
45
  filterPanelAddFilter: 'Lägg till filter',
46
46
  filterPanelRemoveAll: 'Ta bort alla',
47
47
  filterPanelDeleteIconLabel: 'Ta bort',
48
- filterPanelLogicOperator: 'Logisk operatör',
49
- filterPanelOperator: 'Operatör',
48
+ filterPanelLogicOperator: 'Logisk operator',
49
+ filterPanelOperator: 'Operator',
50
50
  filterPanelOperatorAnd: 'Och',
51
51
  filterPanelOperatorOr: 'Eller',
52
52
  filterPanelColumns: 'Kolumner',
@@ -54,7 +54,7 @@ const svSEGrid = {
54
54
  filterPanelInputPlaceholder: 'Filtervärde',
55
55
  // Filter operators text
56
56
  filterOperatorContains: 'innehåller',
57
- filterOperatorEquals: 'är lika med',
57
+ filterOperatorEquals: 'lika med',
58
58
  filterOperatorStartsWith: 'börjar med',
59
59
  filterOperatorEndsWith: 'slutar med',
60
60
  filterOperatorIs: 'är',
@@ -66,34 +66,32 @@ const svSEGrid = {
66
66
  filterOperatorIsEmpty: 'är tom',
67
67
  filterOperatorIsNotEmpty: 'är inte tom',
68
68
  filterOperatorIsAnyOf: 'är någon av',
69
- // 'filterOperator=': '=',
70
- // 'filterOperator!=': '!=',
71
- // 'filterOperator>': '>',
72
- // 'filterOperator>=': '>=',
73
- // 'filterOperator<': '<',
74
- // 'filterOperator<=': '<=',
75
-
69
+ 'filterOperator=': '=',
70
+ 'filterOperator!=': '!=',
71
+ 'filterOperator>': '>',
72
+ 'filterOperator>=': '>=',
73
+ 'filterOperator<': '<',
74
+ 'filterOperator<=': '<=',
76
75
  // Header filter operators text
77
- // headerFilterOperatorContains: 'Contains',
78
- // headerFilterOperatorEquals: 'Equals',
79
- // headerFilterOperatorStartsWith: 'Starts with',
80
- // headerFilterOperatorEndsWith: 'Ends with',
81
- // headerFilterOperatorIs: 'Is',
82
- // headerFilterOperatorNot: 'Is not',
83
- // headerFilterOperatorAfter: 'Is after',
84
- // headerFilterOperatorOnOrAfter: 'Is on or after',
85
- // headerFilterOperatorBefore: 'Is before',
86
- // headerFilterOperatorOnOrBefore: 'Is on or before',
87
- // headerFilterOperatorIsEmpty: 'Is empty',
88
- // headerFilterOperatorIsNotEmpty: 'Is not empty',
89
- // headerFilterOperatorIsAnyOf: 'Is any of',
90
- // 'headerFilterOperator=': 'Equals',
91
- // 'headerFilterOperator!=': 'Not equals',
92
- // 'headerFilterOperator>': 'Greater than',
93
- // 'headerFilterOperator>=': 'Greater than or equal to',
94
- // 'headerFilterOperator<': 'Less than',
95
- // 'headerFilterOperator<=': 'Less than or equal to',
96
-
76
+ headerFilterOperatorContains: 'Innehåller',
77
+ headerFilterOperatorEquals: 'Lika med',
78
+ headerFilterOperatorStartsWith: 'Börjar med',
79
+ headerFilterOperatorEndsWith: 'Slutar med',
80
+ headerFilterOperatorIs: 'Är',
81
+ headerFilterOperatorNot: 'Är inte',
82
+ headerFilterOperatorAfter: 'Är efter',
83
+ headerFilterOperatorOnOrAfter: 'Är eller efter',
84
+ headerFilterOperatorBefore: 'Är innan',
85
+ headerFilterOperatorOnOrBefore: 'Är eller innan',
86
+ headerFilterOperatorIsEmpty: 'Är tom',
87
+ headerFilterOperatorIsNotEmpty: 'Är inte tom',
88
+ headerFilterOperatorIsAnyOf: 'Innehåller någon av',
89
+ 'headerFilterOperator=': 'Lika med',
90
+ 'headerFilterOperator!=': 'Inte lika med',
91
+ 'headerFilterOperator>': 'Större än',
92
+ 'headerFilterOperator>=': 'Större eller lika med',
93
+ 'headerFilterOperator<': 'Mindre än',
94
+ 'headerFilterOperator<=': 'Mindre eller lika med',
97
95
  // Filter values text
98
96
  filterValueAny: 'något',
99
97
  filterValueTrue: 'sant',
@@ -104,7 +102,7 @@ const svSEGrid = {
104
102
  columnMenuManageColumns: 'Hantera kolumner',
105
103
  columnMenuFilter: 'Filtrera',
106
104
  columnMenuHideColumn: 'Dölj',
107
- columnMenuUnsort: 'Osortera',
105
+ columnMenuUnsort: 'Ta bort sortering',
108
106
  columnMenuSortAsc: 'Sortera stigande',
109
107
  columnMenuSortDesc: 'Sortera fallande',
110
108
  // Column header text
@@ -148,7 +146,7 @@ const svSEGrid = {
148
146
  rowReorderingHeaderName: 'Ordna om rader',
149
147
  // Aggregation
150
148
  aggregationMenuItemHeader: 'Aggregering',
151
- aggregationFunctionLabelSum: 'sum',
149
+ aggregationFunctionLabelSum: 'summa',
152
150
  aggregationFunctionLabelAvg: 'medel',
153
151
  aggregationFunctionLabelMin: 'min',
154
152
  aggregationFunctionLabelMax: 'max',
@@ -43,7 +43,7 @@ const urPKGrid = {
43
43
  columnsPanelHideAllButton: 'سارے چھپائیں',
44
44
  // Filter panel text
45
45
  filterPanelAddFilter: 'نیا فلٹر',
46
- // filterPanelRemoveAll: 'Remove all',
46
+ filterPanelRemoveAll: 'سارے ختم کریں',
47
47
  filterPanelDeleteIconLabel: 'ختم کریں',
48
48
  filterPanelLogicOperator: 'لاجک آپریٹر',
49
49
  filterPanelOperator: 'آپریٹر',
@@ -66,34 +66,32 @@ const urPKGrid = {
66
66
  filterOperatorIsEmpty: 'خالی ہے',
67
67
  filterOperatorIsNotEmpty: 'خالی نہیں ہے',
68
68
  filterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
69
- // 'filterOperator=': '=',
70
- // 'filterOperator!=': '!=',
71
- // 'filterOperator>': '>',
72
- // 'filterOperator>=': '>=',
73
- // 'filterOperator<': '<',
74
- // 'filterOperator<=': '<=',
75
-
69
+ 'filterOperator=': '=',
70
+ 'filterOperator!=': '!=',
71
+ 'filterOperator>': '>',
72
+ 'filterOperator>=': '>=',
73
+ 'filterOperator<': '<',
74
+ 'filterOperator<=': '<=',
76
75
  // Header filter operators text
77
- // headerFilterOperatorContains: 'Contains',
78
- // headerFilterOperatorEquals: 'Equals',
79
- // headerFilterOperatorStartsWith: 'Starts with',
80
- // headerFilterOperatorEndsWith: 'Ends with',
81
- // headerFilterOperatorIs: 'Is',
82
- // headerFilterOperatorNot: 'Is not',
83
- // headerFilterOperatorAfter: 'Is after',
84
- // headerFilterOperatorOnOrAfter: 'Is on or after',
85
- // headerFilterOperatorBefore: 'Is before',
86
- // headerFilterOperatorOnOrBefore: 'Is on or before',
87
- // headerFilterOperatorIsEmpty: 'Is empty',
88
- // headerFilterOperatorIsNotEmpty: 'Is not empty',
89
- // headerFilterOperatorIsAnyOf: 'Is any of',
90
- // 'headerFilterOperator=': 'Equals',
91
- // 'headerFilterOperator!=': 'Not equals',
92
- // 'headerFilterOperator>': 'Greater than',
93
- // 'headerFilterOperator>=': 'Greater than or equal to',
94
- // 'headerFilterOperator<': 'Less than',
95
- // 'headerFilterOperator<=': 'Less than or equal to',
96
-
76
+ headerFilterOperatorContains: 'شامل ہے',
77
+ headerFilterOperatorEquals: 'برابر ہے',
78
+ headerFilterOperatorStartsWith: 'شروع ہوتا ہے',
79
+ headerFilterOperatorEndsWith: 'ختم ہوتا ہے',
80
+ headerFilterOperatorIs: 'ہے',
81
+ headerFilterOperatorNot: 'نہیں ہے',
82
+ headerFilterOperatorAfter: 'بعد میں ہے',
83
+ headerFilterOperatorOnOrAfter: 'پر یا بعد میں ہے',
84
+ headerFilterOperatorBefore: 'پہلے ہے',
85
+ headerFilterOperatorOnOrBefore: 'پر یا پہلے ہے',
86
+ headerFilterOperatorIsEmpty: 'خالی ہے',
87
+ headerFilterOperatorIsNotEmpty: 'خالی نہیں ہے',
88
+ headerFilterOperatorIsAnyOf: 'ان میں سے کوئی ہے',
89
+ 'headerFilterOperator=': 'برابر ہے',
90
+ 'headerFilterOperator!=': 'برابر نہیں ہے',
91
+ 'headerFilterOperator>': 'ذیادہ ہے',
92
+ 'headerFilterOperator>=': 'ذیادہ یا برابر ہے',
93
+ 'headerFilterOperator<': 'کم ہے',
94
+ 'headerFilterOperator<=': 'کم یا برابر ہے',
97
95
  // Filter values text
98
96
  filterValueAny: 'کوئی بھی',
99
97
  filterValueTrue: 'صحیح',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid",
3
- "version": "6.18.4",
3
+ "version": "6.18.5",
4
4
  "description": "The community edition of the data grid component (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",