@mui/x-data-grid 6.18.3 → 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 +84 -1
- package/components/cell/GridCell.js +15 -15
- package/index.js +1 -1
- package/legacy/components/cell/GridCell.js +14 -14
- package/legacy/index.js +1 -1
- package/legacy/locales/daDK.js +37 -39
- package/legacy/locales/svSE.js +31 -33
- package/legacy/locales/urPK.js +26 -28
- package/locales/daDK.js +37 -39
- package/locales/svSE.js +31 -33
- package/locales/urPK.js +26 -28
- package/modern/components/cell/GridCell.js +15 -15
- package/modern/index.js +1 -1
- package/modern/locales/daDK.js +37 -39
- package/modern/locales/svSE.js +31 -33
- package/modern/locales/urPK.js +26 -28
- package/node/components/cell/GridCell.js +15 -15
- package/node/index.js +1 -1
- package/node/locales/daDK.js +37 -39
- package/node/locales/svSE.js +31 -33
- package/node/locales/urPK.js +26 -28
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,88 @@
|
|
|
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` [](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` [](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` [](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
|
+
|
|
48
|
+
## 6.18.4
|
|
49
|
+
|
|
50
|
+
_Dec 8, 2023_
|
|
51
|
+
|
|
52
|
+
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
53
|
+
|
|
54
|
+
- 📚 Add [Pickers FAQ page](https://mui.com/x/react-date-pickers/faq/)
|
|
55
|
+
- 🌍 Improve Danish (da-DK) locale on Data Grid
|
|
56
|
+
- 🐞 Bugfixes
|
|
57
|
+
|
|
58
|
+
### Data Grid
|
|
59
|
+
|
|
60
|
+
#### `@mui/x-data-grid@6.18.4`
|
|
61
|
+
|
|
62
|
+
- [DataGrid] Fix cell slot style override (#11215) @oliviertassinari
|
|
63
|
+
- [l10n] Improve Danish (da-DK) locale (#11346) @goibon
|
|
64
|
+
|
|
65
|
+
#### `@mui/x-data-grid-pro@6.18.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
66
|
+
|
|
67
|
+
Same changes as in `@mui/x-data-grid@6.18.4`.
|
|
68
|
+
|
|
69
|
+
#### `@mui/x-data-grid-premium@6.18.4` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
70
|
+
|
|
71
|
+
Same changes as in `@mui/x-data-grid-pro@6.18.4`.
|
|
72
|
+
|
|
73
|
+
### Date Pickers
|
|
74
|
+
|
|
75
|
+
#### `@mui/x-date-pickers@6.18.4`
|
|
76
|
+
|
|
77
|
+
- [pickers] Fix `MultiSectionDigitalClock` issues (#11308) @LukasTy
|
|
78
|
+
|
|
79
|
+
#### `@mui/x-date-pickers-pro@6.18.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
80
|
+
|
|
81
|
+
Same changes as in `@mui/x-date-pickers@6.18.4`.
|
|
82
|
+
|
|
83
|
+
### Docs
|
|
84
|
+
|
|
85
|
+
- [docs] Fix typo (#11323) @cadam11
|
|
86
|
+
- [docs] Add FAQ page (#11347) @noraleonte
|
|
87
|
+
|
|
6
88
|
## 6.18.3
|
|
7
89
|
|
|
8
90
|
_Dec 4, 2023_
|
|
@@ -347,7 +429,7 @@ Same changes as in `@mui/x-date-pickers@6.16.3`, plus:
|
|
|
347
429
|
|
|
348
430
|
- [charts] Add reference links to area + bar chart components (#10652) @michelengelen
|
|
349
431
|
- [charts] Add reference links to line chart + sparkline components (#10650) @michelengelen
|
|
350
|
-
- [charts] Add reference links to pie + scatter chart components
|
|
432
|
+
- [charts] Add reference links to pie + scatter chart components (#10653) @michelengelen
|
|
351
433
|
- [charts] Render only when `width` and `height` are resolved (#10714) @alexfauquette
|
|
352
434
|
- [charts] Support animation on `BarChart` (#9926) @alexfauquette
|
|
353
435
|
- [charts] Use new text component to avoid tick label overflow on x-axis (#10648) @alexfauquette
|
|
@@ -423,6 +505,7 @@ It adds line break support and avoids overlapping text in the legend.
|
|
|
423
505
|
This comes with some breaking changes.
|
|
424
506
|
|
|
425
507
|
- The DOM structure is modified. An intermediary `<tspan />` element has been added. This can impact how your style is applied.
|
|
508
|
+
|
|
426
509
|
```diff
|
|
427
510
|
- <text>The label</text>
|
|
428
511
|
+ <text><tspan>The label</tspan></text>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
3
|
const _excluded = ["changeReason", "unstable_updateValueOnRender"],
|
|
4
|
-
_excluded2 = ["align", "children", "editCellState", "colIndex", "column", "cellMode", "field", "formattedValue", "hasFocus", "height", "isEditable", "isSelected", "rowId", "tabIndex", "value", "width", "className", "showRightBorder", "extendRowFullWidth", "row", "colSpan", "disableDragEvents", "isNotVisible", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver"],
|
|
5
|
-
_excluded3 = ["column", "rowId", "editCellState", "align", "children", "colIndex", "height", "width", "className", "showRightBorder", "extendRowFullWidth", "row", "colSpan", "disableDragEvents", "isNotVisible", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver"],
|
|
4
|
+
_excluded2 = ["align", "children", "editCellState", "colIndex", "column", "cellMode", "field", "formattedValue", "hasFocus", "height", "isEditable", "isSelected", "rowId", "tabIndex", "style", "value", "width", "className", "showRightBorder", "extendRowFullWidth", "row", "colSpan", "disableDragEvents", "isNotVisible", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver"],
|
|
5
|
+
_excluded3 = ["column", "rowId", "editCellState", "align", "children", "colIndex", "height", "width", "className", "showRightBorder", "extendRowFullWidth", "row", "colSpan", "disableDragEvents", "isNotVisible", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver", "style"],
|
|
6
6
|
_excluded4 = ["changeReason", "unstable_updateValueOnRender"];
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
import PropTypes from 'prop-types';
|
|
@@ -171,6 +171,7 @@ const GridCell = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
171
171
|
isSelected,
|
|
172
172
|
rowId,
|
|
173
173
|
tabIndex,
|
|
174
|
+
style: styleProp,
|
|
174
175
|
value,
|
|
175
176
|
width,
|
|
176
177
|
className,
|
|
@@ -237,15 +238,14 @@ const GridCell = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
237
238
|
border: 0
|
|
238
239
|
};
|
|
239
240
|
}
|
|
240
|
-
const cellStyle = {
|
|
241
|
+
const cellStyle = _extends({
|
|
241
242
|
minWidth: width,
|
|
242
243
|
maxWidth: width,
|
|
243
244
|
minHeight: height,
|
|
244
|
-
maxHeight: height === 'auto' ? 'none' : height
|
|
245
|
-
};
|
|
246
|
-
|
|
245
|
+
maxHeight: height === 'auto' ? 'none' : height
|
|
246
|
+
}, styleProp);
|
|
247
247
|
return cellStyle;
|
|
248
|
-
}, [width, height, isNotVisible]);
|
|
248
|
+
}, [width, height, isNotVisible, styleProp]);
|
|
249
249
|
React.useEffect(() => {
|
|
250
250
|
if (!hasFocus || cellMode === GridCellModes.Edit) {
|
|
251
251
|
return;
|
|
@@ -408,7 +408,8 @@ const GridCellV7 = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
408
408
|
onKeyDown,
|
|
409
409
|
onKeyUp,
|
|
410
410
|
onDragEnter,
|
|
411
|
-
onDragOver
|
|
411
|
+
onDragOver,
|
|
412
|
+
style: styleProp
|
|
412
413
|
} = props,
|
|
413
414
|
other = _objectWithoutPropertiesLoose(props, _excluded3);
|
|
414
415
|
const apiRef = useGridApiContext();
|
|
@@ -499,22 +500,21 @@ const GridCellV7 = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
499
500
|
}, [apiRef, field, rowId]);
|
|
500
501
|
const style = React.useMemo(() => {
|
|
501
502
|
if (isNotVisible) {
|
|
502
|
-
return {
|
|
503
|
+
return _extends({
|
|
503
504
|
padding: 0,
|
|
504
505
|
opacity: 0,
|
|
505
506
|
width: 0,
|
|
506
507
|
border: 0
|
|
507
|
-
};
|
|
508
|
+
}, styleProp);
|
|
508
509
|
}
|
|
509
|
-
const cellStyle = {
|
|
510
|
+
const cellStyle = _extends({
|
|
510
511
|
minWidth: width,
|
|
511
512
|
maxWidth: width,
|
|
512
513
|
minHeight: height,
|
|
513
|
-
maxHeight: height === 'auto' ? 'none' : height
|
|
514
|
-
};
|
|
515
|
-
|
|
514
|
+
maxHeight: height === 'auto' ? 'none' : height
|
|
515
|
+
}, styleProp);
|
|
516
516
|
return cellStyle;
|
|
517
|
-
}, [width, height, isNotVisible]);
|
|
517
|
+
}, [width, height, isNotVisible, styleProp]);
|
|
518
518
|
React.useEffect(() => {
|
|
519
519
|
if (!hasFocus || cellMode === GridCellModes.Edit) {
|
|
520
520
|
return;
|
package/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["changeReason", "unstable_updateValueOnRender"],
|
|
4
|
-
_excluded2 = ["align", "children", "editCellState", "colIndex", "column", "cellMode", "field", "formattedValue", "hasFocus", "height", "isEditable", "isSelected", "rowId", "tabIndex", "value", "width", "className", "showRightBorder", "extendRowFullWidth", "row", "colSpan", "disableDragEvents", "isNotVisible", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver"],
|
|
5
|
-
_excluded3 = ["column", "rowId", "editCellState", "align", "children", "colIndex", "height", "width", "className", "showRightBorder", "extendRowFullWidth", "row", "colSpan", "disableDragEvents", "isNotVisible", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver"],
|
|
4
|
+
_excluded2 = ["align", "children", "editCellState", "colIndex", "column", "cellMode", "field", "formattedValue", "hasFocus", "height", "isEditable", "isSelected", "rowId", "tabIndex", "style", "value", "width", "className", "showRightBorder", "extendRowFullWidth", "row", "colSpan", "disableDragEvents", "isNotVisible", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver"],
|
|
5
|
+
_excluded3 = ["column", "rowId", "editCellState", "align", "children", "colIndex", "height", "width", "className", "showRightBorder", "extendRowFullWidth", "row", "colSpan", "disableDragEvents", "isNotVisible", "onClick", "onDoubleClick", "onMouseDown", "onMouseUp", "onMouseOver", "onKeyDown", "onKeyUp", "onDragEnter", "onDragOver", "style"],
|
|
6
6
|
_excluded4 = ["changeReason", "unstable_updateValueOnRender"];
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
import PropTypes from 'prop-types';
|
|
@@ -165,6 +165,7 @@ var GridCell = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
165
165
|
isSelected = props.isSelected,
|
|
166
166
|
rowId = props.rowId,
|
|
167
167
|
tabIndex = props.tabIndex,
|
|
168
|
+
styleProp = props.style,
|
|
168
169
|
value = props.value,
|
|
169
170
|
width = props.width,
|
|
170
171
|
className = props.className,
|
|
@@ -238,15 +239,14 @@ var GridCell = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
238
239
|
border: 0
|
|
239
240
|
};
|
|
240
241
|
}
|
|
241
|
-
var cellStyle = {
|
|
242
|
+
var cellStyle = _extends({
|
|
242
243
|
minWidth: width,
|
|
243
244
|
maxWidth: width,
|
|
244
245
|
minHeight: height,
|
|
245
|
-
maxHeight: height === 'auto' ? 'none' : height
|
|
246
|
-
};
|
|
247
|
-
|
|
246
|
+
maxHeight: height === 'auto' ? 'none' : height
|
|
247
|
+
}, styleProp);
|
|
248
248
|
return cellStyle;
|
|
249
|
-
}, [width, height, isNotVisible]);
|
|
249
|
+
}, [width, height, isNotVisible, styleProp]);
|
|
250
250
|
React.useEffect(function () {
|
|
251
251
|
if (!hasFocus || cellMode === GridCellModes.Edit) {
|
|
252
252
|
return;
|
|
@@ -412,6 +412,7 @@ var GridCellV7 = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
412
412
|
onKeyUp = props.onKeyUp,
|
|
413
413
|
onDragEnter = props.onDragEnter,
|
|
414
414
|
onDragOver = props.onDragOver,
|
|
415
|
+
styleProp = props.style,
|
|
415
416
|
other = _objectWithoutProperties(props, _excluded3);
|
|
416
417
|
var apiRef = useGridApiContext();
|
|
417
418
|
var rootProps = useGridRootProps();
|
|
@@ -507,22 +508,21 @@ var GridCellV7 = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
507
508
|
}, [apiRef, field, rowId]);
|
|
508
509
|
var style = React.useMemo(function () {
|
|
509
510
|
if (isNotVisible) {
|
|
510
|
-
return {
|
|
511
|
+
return _extends({
|
|
511
512
|
padding: 0,
|
|
512
513
|
opacity: 0,
|
|
513
514
|
width: 0,
|
|
514
515
|
border: 0
|
|
515
|
-
};
|
|
516
|
+
}, styleProp);
|
|
516
517
|
}
|
|
517
|
-
var cellStyle = {
|
|
518
|
+
var cellStyle = _extends({
|
|
518
519
|
minWidth: width,
|
|
519
520
|
maxWidth: width,
|
|
520
521
|
minHeight: height,
|
|
521
|
-
maxHeight: height === 'auto' ? 'none' : height
|
|
522
|
-
};
|
|
523
|
-
|
|
522
|
+
maxHeight: height === 'auto' ? 'none' : height
|
|
523
|
+
}, styleProp);
|
|
524
524
|
return cellStyle;
|
|
525
|
-
}, [width, height, isNotVisible]);
|
|
525
|
+
}, [width, height, isNotVisible, styleProp]);
|
|
526
526
|
React.useEffect(function () {
|
|
527
527
|
if (!hasFocus || cellMode === GridCellModes.Edit) {
|
|
528
528
|
return;
|
package/legacy/index.js
CHANGED
package/legacy/locales/daDK.js
CHANGED
|
@@ -49,47 +49,45 @@ var daDKGrid = {
|
|
|
49
49
|
filterPanelInputLabel: 'Værdi',
|
|
50
50
|
filterPanelInputPlaceholder: 'Filter værdi',
|
|
51
51
|
// Filter operators text
|
|
52
|
-
filterOperatorContains: '
|
|
53
|
-
filterOperatorEquals: '
|
|
54
|
-
filterOperatorStartsWith: '
|
|
55
|
-
filterOperatorEndsWith: '
|
|
56
|
-
filterOperatorIs: '
|
|
57
|
-
filterOperatorNot: '
|
|
58
|
-
filterOperatorAfter: '
|
|
59
|
-
filterOperatorOnOrAfter: '
|
|
60
|
-
filterOperatorBefore: '
|
|
61
|
-
filterOperatorOnOrBefore: '
|
|
62
|
-
filterOperatorIsEmpty: '
|
|
63
|
-
filterOperatorIsNotEmpty: '
|
|
52
|
+
filterOperatorContains: 'indeholder',
|
|
53
|
+
filterOperatorEquals: 'lig med',
|
|
54
|
+
filterOperatorStartsWith: 'begynder med',
|
|
55
|
+
filterOperatorEndsWith: 'ender med',
|
|
56
|
+
filterOperatorIs: 'er lig med',
|
|
57
|
+
filterOperatorNot: 'er ikke lig med',
|
|
58
|
+
filterOperatorAfter: 'efter',
|
|
59
|
+
filterOperatorOnOrAfter: 'på eller efter',
|
|
60
|
+
filterOperatorBefore: 'før',
|
|
61
|
+
filterOperatorOnOrBefore: 'på eller før',
|
|
62
|
+
filterOperatorIsEmpty: 'indeholder ikke data',
|
|
63
|
+
filterOperatorIsNotEmpty: 'indeholder data',
|
|
64
64
|
filterOperatorIsAnyOf: 'indeholder en af',
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
65
|
+
'filterOperator=': '=',
|
|
66
|
+
'filterOperator!=': '!=',
|
|
67
|
+
'filterOperator>': '>',
|
|
68
|
+
'filterOperator>=': '>=',
|
|
69
|
+
'filterOperator<': '<',
|
|
70
|
+
'filterOperator<=': '<=',
|
|
72
71
|
// Header filter operators text
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
72
|
+
headerFilterOperatorContains: 'Indeholder',
|
|
73
|
+
headerFilterOperatorEquals: 'Lig med',
|
|
74
|
+
headerFilterOperatorStartsWith: 'Begynder med',
|
|
75
|
+
headerFilterOperatorEndsWith: 'Ender med',
|
|
76
|
+
headerFilterOperatorIs: 'Er lig med',
|
|
77
|
+
headerFilterOperatorNot: 'Er ikke lig med',
|
|
78
|
+
headerFilterOperatorAfter: 'Efter',
|
|
79
|
+
headerFilterOperatorOnOrAfter: 'På eller efter',
|
|
80
|
+
headerFilterOperatorBefore: 'Før',
|
|
81
|
+
headerFilterOperatorOnOrBefore: 'På eller før',
|
|
82
|
+
headerFilterOperatorIsEmpty: 'Indeholder ikke data',
|
|
83
|
+
headerFilterOperatorIsNotEmpty: 'Indeholder data',
|
|
84
|
+
headerFilterOperatorIsAnyOf: 'Indeholder en af',
|
|
85
|
+
'headerFilterOperator=': 'Lig med',
|
|
86
|
+
'headerFilterOperator!=': 'Ikke lig med',
|
|
87
|
+
'headerFilterOperator>': 'Større end',
|
|
88
|
+
'headerFilterOperator>=': 'Større end eller lig med',
|
|
89
|
+
'headerFilterOperator<': 'Mindre end',
|
|
90
|
+
'headerFilterOperator<=': 'Mindre end eller lig med',
|
|
93
91
|
// Filter values text
|
|
94
92
|
filterValueAny: 'hvilken som helst',
|
|
95
93
|
filterValueTrue: 'positiv',
|
package/legacy/locales/svSE.js
CHANGED
|
@@ -9,7 +9,7 @@ var svSEGrid = {
|
|
|
9
9
|
toolbarDensityLabel: 'Densitet',
|
|
10
10
|
toolbarDensityCompact: 'Kompakt',
|
|
11
11
|
toolbarDensityStandard: 'Standard',
|
|
12
|
-
toolbarDensityComfortable: '
|
|
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
|
|
45
|
-
filterPanelOperator: '
|
|
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: '
|
|
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
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
65
|
+
'filterOperator=': '=',
|
|
66
|
+
'filterOperator!=': '!=',
|
|
67
|
+
'filterOperator>': '>',
|
|
68
|
+
'filterOperator>=': '>=',
|
|
69
|
+
'filterOperator<': '<',
|
|
70
|
+
'filterOperator<=': '<=',
|
|
72
71
|
// Header filter operators text
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
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 på eller efter',
|
|
80
|
+
headerFilterOperatorBefore: 'Är innan',
|
|
81
|
+
headerFilterOperatorOnOrBefore: 'Är på 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: '
|
|
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: '
|
|
155
|
+
aggregationFunctionLabelSum: 'summa',
|
|
158
156
|
aggregationFunctionLabelAvg: 'medel',
|
|
159
157
|
aggregationFunctionLabelMin: 'min',
|
|
160
158
|
aggregationFunctionLabelMax: 'max',
|
package/legacy/locales/urPK.js
CHANGED
|
@@ -39,7 +39,7 @@ var urPKGrid = {
|
|
|
39
39
|
columnsPanelHideAllButton: 'سارے چھپائیں',
|
|
40
40
|
// Filter panel text
|
|
41
41
|
filterPanelAddFilter: 'نیا فلٹر',
|
|
42
|
-
|
|
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
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
65
|
+
'filterOperator=': '=',
|
|
66
|
+
'filterOperator!=': '!=',
|
|
67
|
+
'filterOperator>': '>',
|
|
68
|
+
'filterOperator>=': '>=',
|
|
69
|
+
'filterOperator<': '<',
|
|
70
|
+
'filterOperator<=': '<=',
|
|
72
71
|
// Header filter operators text
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
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/daDK.js
CHANGED
|
@@ -47,47 +47,45 @@ const daDKGrid = {
|
|
|
47
47
|
filterPanelInputLabel: 'Værdi',
|
|
48
48
|
filterPanelInputPlaceholder: 'Filter værdi',
|
|
49
49
|
// Filter operators text
|
|
50
|
-
filterOperatorContains: '
|
|
51
|
-
filterOperatorEquals: '
|
|
52
|
-
filterOperatorStartsWith: '
|
|
53
|
-
filterOperatorEndsWith: '
|
|
54
|
-
filterOperatorIs: '
|
|
55
|
-
filterOperatorNot: '
|
|
56
|
-
filterOperatorAfter: '
|
|
57
|
-
filterOperatorOnOrAfter: '
|
|
58
|
-
filterOperatorBefore: '
|
|
59
|
-
filterOperatorOnOrBefore: '
|
|
60
|
-
filterOperatorIsEmpty: '
|
|
61
|
-
filterOperatorIsNotEmpty: '
|
|
50
|
+
filterOperatorContains: 'indeholder',
|
|
51
|
+
filterOperatorEquals: 'lig med',
|
|
52
|
+
filterOperatorStartsWith: 'begynder med',
|
|
53
|
+
filterOperatorEndsWith: 'ender med',
|
|
54
|
+
filterOperatorIs: 'er lig med',
|
|
55
|
+
filterOperatorNot: 'er ikke lig med',
|
|
56
|
+
filterOperatorAfter: 'efter',
|
|
57
|
+
filterOperatorOnOrAfter: 'på eller efter',
|
|
58
|
+
filterOperatorBefore: 'før',
|
|
59
|
+
filterOperatorOnOrBefore: 'på eller før',
|
|
60
|
+
filterOperatorIsEmpty: 'indeholder ikke data',
|
|
61
|
+
filterOperatorIsNotEmpty: 'indeholder data',
|
|
62
62
|
filterOperatorIsAnyOf: 'indeholder en af',
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
63
|
+
'filterOperator=': '=',
|
|
64
|
+
'filterOperator!=': '!=',
|
|
65
|
+
'filterOperator>': '>',
|
|
66
|
+
'filterOperator>=': '>=',
|
|
67
|
+
'filterOperator<': '<',
|
|
68
|
+
'filterOperator<=': '<=',
|
|
70
69
|
// Header filter operators text
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
70
|
+
headerFilterOperatorContains: 'Indeholder',
|
|
71
|
+
headerFilterOperatorEquals: 'Lig med',
|
|
72
|
+
headerFilterOperatorStartsWith: 'Begynder med',
|
|
73
|
+
headerFilterOperatorEndsWith: 'Ender med',
|
|
74
|
+
headerFilterOperatorIs: 'Er lig med',
|
|
75
|
+
headerFilterOperatorNot: 'Er ikke lig med',
|
|
76
|
+
headerFilterOperatorAfter: 'Efter',
|
|
77
|
+
headerFilterOperatorOnOrAfter: 'På eller efter',
|
|
78
|
+
headerFilterOperatorBefore: 'Før',
|
|
79
|
+
headerFilterOperatorOnOrBefore: 'På eller før',
|
|
80
|
+
headerFilterOperatorIsEmpty: 'Indeholder ikke data',
|
|
81
|
+
headerFilterOperatorIsNotEmpty: 'Indeholder data',
|
|
82
|
+
headerFilterOperatorIsAnyOf: 'Indeholder en af',
|
|
83
|
+
'headerFilterOperator=': 'Lig med',
|
|
84
|
+
'headerFilterOperator!=': 'Ikke lig med',
|
|
85
|
+
'headerFilterOperator>': 'Større end',
|
|
86
|
+
'headerFilterOperator>=': 'Større end eller lig med',
|
|
87
|
+
'headerFilterOperator<': 'Mindre end',
|
|
88
|
+
'headerFilterOperator<=': 'Mindre end eller lig med',
|
|
91
89
|
// Filter values text
|
|
92
90
|
filterValueAny: 'hvilken som helst',
|
|
93
91
|
filterValueTrue: 'positiv',
|