@mui/x-data-grid 6.16.1 → 6.16.2
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 +104 -0
- package/DataGrid/DataGrid.d.ts +7 -0
- package/DataGrid/DataGrid.js +8 -1
- package/colDef/gridDateColDef.js +0 -4
- package/components/GridRow.js +7 -3
- package/components/cell/GridCell.js +7 -3
- package/components/containers/GridRootStyles.js +3 -0
- package/components/panel/filterPanel/GridFilterForm.d.ts +7 -0
- package/components/panel/filterPanel/GridFilterForm.js +8 -0
- package/components/panel/filterPanel/GridFilterPanel.d.ts +7 -0
- package/components/panel/filterPanel/GridFilterPanel.js +8 -0
- package/components/toolbar/GridToolbarQuickFilter.d.ts +8 -0
- package/components/toolbar/GridToolbarQuickFilter.js +9 -0
- package/components/virtualization/GridVirtualScroller.js +3 -1
- package/constants/gridClasses.d.ts +4 -0
- package/constants/gridClasses.js +1 -1
- package/hooks/features/columnGrouping/gridColumnGroupsUtils.d.ts +4 -1
- package/hooks/features/columnGrouping/gridColumnGroupsUtils.js +13 -2
- package/hooks/features/columnGrouping/useGridColumnGrouping.js +12 -6
- package/hooks/features/columns/gridColumnsUtils.js +0 -1
- package/hooks/features/filter/gridFilterUtils.js +4 -4
- package/hooks/features/virtualization/useGridVirtualScroller.js +8 -2
- package/index.js +1 -1
- package/legacy/DataGrid/DataGrid.js +8 -1
- package/legacy/colDef/gridDateColDef.js +0 -4
- package/legacy/components/GridRow.js +6 -2
- package/legacy/components/cell/GridCell.js +7 -3
- package/legacy/components/containers/GridRootStyles.js +2 -0
- package/legacy/components/panel/filterPanel/GridFilterForm.js +8 -0
- package/legacy/components/panel/filterPanel/GridFilterPanel.js +8 -0
- package/legacy/components/toolbar/GridToolbarQuickFilter.js +9 -0
- package/legacy/components/virtualization/GridVirtualScroller.js +3 -1
- package/legacy/constants/gridClasses.js +1 -1
- package/legacy/hooks/features/columnGrouping/gridColumnGroupsUtils.js +13 -2
- package/legacy/hooks/features/columnGrouping/useGridColumnGrouping.js +12 -6
- package/legacy/hooks/features/columns/gridColumnsUtils.js +0 -1
- package/legacy/hooks/features/filter/gridFilterUtils.js +4 -4
- package/legacy/hooks/features/virtualization/useGridVirtualScroller.js +8 -2
- package/legacy/index.js +1 -1
- package/legacy/locales/arSD.js +26 -28
- package/legacy/locales/roRO.js +1 -1
- package/locales/arSD.js +26 -28
- package/locales/roRO.js +1 -1
- package/models/events/gridEventLookup.d.ts +14 -0
- package/models/props/DataGridProps.d.ts +1 -1
- package/modern/DataGrid/DataGrid.js +8 -1
- package/modern/colDef/gridDateColDef.js +0 -4
- package/modern/components/GridRow.js +7 -3
- package/modern/components/cell/GridCell.js +6 -2
- package/modern/components/containers/GridRootStyles.js +3 -0
- package/modern/components/panel/filterPanel/GridFilterForm.js +8 -0
- package/modern/components/panel/filterPanel/GridFilterPanel.js +8 -0
- package/modern/components/toolbar/GridToolbarQuickFilter.js +9 -0
- package/modern/components/virtualization/GridVirtualScroller.js +3 -1
- package/modern/constants/gridClasses.js +1 -1
- package/modern/hooks/features/columnGrouping/gridColumnGroupsUtils.js +13 -2
- package/modern/hooks/features/columnGrouping/useGridColumnGrouping.js +10 -3
- package/modern/hooks/features/columns/gridColumnsUtils.js +0 -1
- package/modern/hooks/features/filter/gridFilterUtils.js +4 -4
- package/modern/hooks/features/virtualization/useGridVirtualScroller.js +8 -2
- package/modern/index.js +1 -1
- package/modern/locales/arSD.js +26 -28
- package/modern/locales/roRO.js +1 -1
- package/node/DataGrid/DataGrid.js +8 -1
- package/node/colDef/gridDateColDef.js +0 -4
- package/node/components/GridRow.js +7 -3
- package/node/components/cell/GridCell.js +6 -2
- package/node/components/containers/GridRootStyles.js +3 -0
- package/node/components/panel/filterPanel/GridFilterForm.js +9 -1
- package/node/components/panel/filterPanel/GridFilterPanel.js +9 -1
- package/node/components/toolbar/GridToolbarQuickFilter.js +10 -1
- package/node/components/virtualization/GridVirtualScroller.js +3 -1
- package/node/constants/gridClasses.js +1 -1
- package/node/hooks/features/columnGrouping/gridColumnGroupsUtils.js +13 -2
- package/node/hooks/features/columnGrouping/useGridColumnGrouping.js +10 -3
- package/node/hooks/features/columns/gridColumnsUtils.js +0 -1
- package/node/hooks/features/filter/gridFilterUtils.js +4 -4
- package/node/hooks/features/virtualization/useGridVirtualScroller.js +8 -2
- package/node/index.js +1 -1
- package/node/locales/arSD.js +26 -28
- package/node/locales/roRO.js +1 -1
- package/package.json +1 -1
package/node/locales/arSD.js
CHANGED
|
@@ -43,7 +43,7 @@ const arSDGrid = {
|
|
|
43
43
|
columnsPanelHideAllButton: 'إخفاء الكل',
|
|
44
44
|
// Filter panel text
|
|
45
45
|
filterPanelAddFilter: 'إضافة مرشِح',
|
|
46
|
-
|
|
46
|
+
filterPanelRemoveAll: 'حذف الكل',
|
|
47
47
|
filterPanelDeleteIconLabel: 'حذف',
|
|
48
48
|
filterPanelLogicOperator: 'عامل منطقي',
|
|
49
49
|
filterPanelOperator: 'عامل',
|
|
@@ -66,34 +66,32 @@ const arSDGrid = {
|
|
|
66
66
|
filterOperatorIsEmpty: 'خالي',
|
|
67
67
|
filterOperatorIsNotEmpty: 'غير خالي',
|
|
68
68
|
filterOperatorIsAnyOf: 'أي من',
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
69
|
+
'filterOperator=': '=',
|
|
70
|
+
'filterOperator!=': '!=',
|
|
71
|
+
'filterOperator>': '>',
|
|
72
|
+
'filterOperator>=': '>=',
|
|
73
|
+
'filterOperator<': '<',
|
|
74
|
+
'filterOperator<=': '<=',
|
|
76
75
|
// Header filter operators text
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
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/node/locales/roRO.js
CHANGED
|
@@ -80,7 +80,7 @@ const roROGrid = {
|
|
|
80
80
|
headerFilterOperatorIs: 'Este',
|
|
81
81
|
headerFilterOperatorNot: 'Nu este',
|
|
82
82
|
headerFilterOperatorAfter: 'Este după',
|
|
83
|
-
headerFilterOperatorOnOrAfter: 'Este la sau
|
|
83
|
+
headerFilterOperatorOnOrAfter: 'Este la sau după',
|
|
84
84
|
headerFilterOperatorBefore: 'Este înainte de',
|
|
85
85
|
headerFilterOperatorOnOrBefore: 'este la sau înainte de',
|
|
86
86
|
headerFilterOperatorIsEmpty: 'Este gol',
|