@mui/x-data-grid 7.16.0 → 7.17.0
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 +87 -0
- package/colDef/gridStringOperators.js +49 -33
- package/components/columnHeaders/GridColumnHeaderItem.d.ts +2 -0
- package/components/columnHeaders/GridColumnHeaderItem.js +9 -2
- package/components/columnHeaders/GridColumnHeaderTitle.js +3 -1
- package/components/columnHeaders/GridGenericColumnHeaderItem.js +1 -2
- package/components/containers/GridRootStyles.js +3 -7
- package/components/panel/filterPanel/GridFilterForm.js +1 -1
- package/constants/gridClasses.d.ts +10 -0
- package/constants/gridClasses.js +1 -1
- package/constants/localeTextConstants.js +4 -0
- package/hooks/features/columnHeaders/useGridColumnHeaders.js +6 -1
- package/hooks/features/editing/useGridCellEditing.js +1 -1
- package/hooks/features/editing/useGridRowEditing.js +1 -1
- package/hooks/features/export/serializers/csvSerializer.js +1 -1
- package/hooks/features/filter/gridFilterUtils.js +1 -1
- package/hooks/features/sorting/gridSortingUtils.js +1 -1
- package/hooks/utils/useGridSelector.js +1 -1
- package/index.js +1 -1
- package/internals/utils/index.d.ts +0 -1
- package/internals/utils/index.js +1 -2
- package/internals/utils/propValidation.js +1 -1
- package/locales/arSD.js +4 -0
- package/locales/beBY.js +4 -0
- package/locales/bgBG.js +4 -0
- package/locales/csCZ.js +4 -0
- package/locales/daDK.js +4 -0
- package/locales/deDE.js +4 -0
- package/locales/elGR.js +4 -0
- package/locales/esES.js +4 -0
- package/locales/faIR.js +4 -0
- package/locales/fiFI.js +4 -0
- package/locales/frFR.js +4 -0
- package/locales/heIL.js +4 -0
- package/locales/hrHR.js +4 -0
- package/locales/huHU.js +11 -8
- package/locales/isIS.js +4 -0
- package/locales/itIT.js +4 -0
- package/locales/jaJP.js +4 -0
- package/locales/koKR.js +4 -0
- package/locales/nbNO.js +4 -0
- package/locales/nlNL.js +4 -0
- package/locales/nnNO.js +4 -0
- package/locales/plPL.js +4 -0
- package/locales/ptBR.js +4 -0
- package/locales/ptPT.js +4 -0
- package/locales/roRO.js +4 -0
- package/locales/ruRU.js +4 -0
- package/locales/skSK.js +4 -0
- package/locales/svSE.js +4 -0
- package/locales/trTR.js +4 -0
- package/locales/ukUA.js +4 -0
- package/locales/urPK.js +4 -0
- package/locales/viVN.js +4 -0
- package/locales/zhCN.js +4 -0
- package/locales/zhHK.js +4 -0
- package/locales/zhTW.js +4 -0
- package/models/api/gridLocaleTextApi.d.ts +4 -0
- package/modern/colDef/gridStringOperators.js +49 -33
- package/modern/components/columnHeaders/GridColumnHeaderItem.js +9 -2
- package/modern/components/columnHeaders/GridColumnHeaderTitle.js +3 -1
- package/modern/components/columnHeaders/GridGenericColumnHeaderItem.js +1 -2
- package/modern/components/containers/GridRootStyles.js +3 -7
- package/modern/components/panel/filterPanel/GridFilterForm.js +1 -1
- package/modern/constants/gridClasses.js +1 -1
- package/modern/constants/localeTextConstants.js +4 -0
- package/modern/hooks/features/columnHeaders/useGridColumnHeaders.js +6 -1
- package/modern/hooks/features/editing/useGridCellEditing.js +1 -1
- package/modern/hooks/features/editing/useGridRowEditing.js +1 -1
- package/modern/hooks/features/export/serializers/csvSerializer.js +1 -1
- package/modern/hooks/features/filter/gridFilterUtils.js +1 -1
- package/modern/hooks/features/sorting/gridSortingUtils.js +1 -1
- package/modern/hooks/utils/useGridSelector.js +1 -1
- package/modern/index.js +1 -1
- package/modern/internals/utils/index.js +1 -2
- package/modern/internals/utils/propValidation.js +1 -1
- package/modern/locales/arSD.js +4 -0
- package/modern/locales/beBY.js +4 -0
- package/modern/locales/bgBG.js +4 -0
- package/modern/locales/csCZ.js +4 -0
- package/modern/locales/daDK.js +4 -0
- package/modern/locales/deDE.js +4 -0
- package/modern/locales/elGR.js +4 -0
- package/modern/locales/esES.js +4 -0
- package/modern/locales/faIR.js +4 -0
- package/modern/locales/fiFI.js +4 -0
- package/modern/locales/frFR.js +4 -0
- package/modern/locales/heIL.js +4 -0
- package/modern/locales/hrHR.js +4 -0
- package/modern/locales/huHU.js +11 -8
- package/modern/locales/isIS.js +4 -0
- package/modern/locales/itIT.js +4 -0
- package/modern/locales/jaJP.js +4 -0
- package/modern/locales/koKR.js +4 -0
- package/modern/locales/nbNO.js +4 -0
- package/modern/locales/nlNL.js +4 -0
- package/modern/locales/nnNO.js +4 -0
- package/modern/locales/plPL.js +4 -0
- package/modern/locales/ptBR.js +4 -0
- package/modern/locales/ptPT.js +4 -0
- package/modern/locales/roRO.js +4 -0
- package/modern/locales/ruRU.js +4 -0
- package/modern/locales/skSK.js +4 -0
- package/modern/locales/svSE.js +4 -0
- package/modern/locales/trTR.js +4 -0
- package/modern/locales/ukUA.js +4 -0
- package/modern/locales/urPK.js +4 -0
- package/modern/locales/viVN.js +4 -0
- package/modern/locales/zhCN.js +4 -0
- package/modern/locales/zhHK.js +4 -0
- package/modern/locales/zhTW.js +4 -0
- package/modern/utils/createSelector.js +1 -1
- package/node/colDef/gridStringOperators.js +49 -33
- package/node/components/columnHeaders/GridColumnHeaderItem.js +9 -2
- package/node/components/columnHeaders/GridColumnHeaderTitle.js +3 -1
- package/node/components/columnHeaders/GridGenericColumnHeaderItem.js +1 -2
- package/node/components/containers/GridRootStyles.js +3 -7
- package/node/components/panel/filterPanel/GridFilterForm.js +1 -1
- package/node/constants/gridClasses.js +1 -1
- package/node/constants/localeTextConstants.js +4 -0
- package/node/hooks/features/columnHeaders/useGridColumnHeaders.js +6 -1
- package/node/hooks/features/editing/useGridCellEditing.js +1 -1
- package/node/hooks/features/editing/useGridRowEditing.js +1 -1
- package/node/hooks/features/export/serializers/csvSerializer.js +1 -1
- package/node/hooks/features/filter/gridFilterUtils.js +1 -1
- package/node/hooks/features/sorting/gridSortingUtils.js +1 -1
- package/node/hooks/utils/useGridSelector.js +1 -1
- package/node/index.js +1 -1
- package/node/internals/utils/index.js +0 -11
- package/node/internals/utils/propValidation.js +1 -1
- package/node/locales/arSD.js +4 -0
- package/node/locales/beBY.js +4 -0
- package/node/locales/bgBG.js +4 -0
- package/node/locales/csCZ.js +4 -0
- package/node/locales/daDK.js +4 -0
- package/node/locales/deDE.js +4 -0
- package/node/locales/elGR.js +4 -0
- package/node/locales/esES.js +4 -0
- package/node/locales/faIR.js +4 -0
- package/node/locales/fiFI.js +4 -0
- package/node/locales/frFR.js +4 -0
- package/node/locales/heIL.js +4 -0
- package/node/locales/hrHR.js +4 -0
- package/node/locales/huHU.js +11 -8
- package/node/locales/isIS.js +4 -0
- package/node/locales/itIT.js +4 -0
- package/node/locales/jaJP.js +4 -0
- package/node/locales/koKR.js +4 -0
- package/node/locales/nbNO.js +4 -0
- package/node/locales/nlNL.js +4 -0
- package/node/locales/nnNO.js +4 -0
- package/node/locales/plPL.js +4 -0
- package/node/locales/ptBR.js +4 -0
- package/node/locales/ptPT.js +4 -0
- package/node/locales/roRO.js +4 -0
- package/node/locales/ruRU.js +4 -0
- package/node/locales/skSK.js +4 -0
- package/node/locales/svSE.js +4 -0
- package/node/locales/trTR.js +4 -0
- package/node/locales/ukUA.js +4 -0
- package/node/locales/urPK.js +4 -0
- package/node/locales/viVN.js +4 -0
- package/node/locales/zhCN.js +4 -0
- package/node/locales/zhHK.js +4 -0
- package/node/locales/zhTW.js +4 -0
- package/node/utils/createSelector.js +1 -1
- package/package.json +2 -2
- package/utils/createSelector.js +1 -1
- package/internals/utils/warning.d.ts +0 -2
- package/internals/utils/warning.js +0 -21
- package/modern/internals/utils/warning.js +0 -21
- package/node/internals/utils/warning.js +0 -28
|
@@ -30,14 +30,19 @@ const useUtilityClasses = ownerState => {
|
|
|
30
30
|
showRightBorder,
|
|
31
31
|
showLeftBorder,
|
|
32
32
|
filterItemsCounter,
|
|
33
|
-
pinnedPosition
|
|
33
|
+
pinnedPosition,
|
|
34
|
+
isLastUnpinned,
|
|
35
|
+
isSiblingFocused
|
|
34
36
|
} = ownerState;
|
|
35
37
|
const isColumnSorted = sortDirection != null;
|
|
36
38
|
const isColumnFiltered = filterItemsCounter != null && filterItemsCounter > 0;
|
|
37
39
|
// todo refactor to a prop on col isNumeric or ?? ie: coltype===price wont work
|
|
38
40
|
const isColumnNumeric = colDef.type === 'number';
|
|
39
41
|
const slots = {
|
|
40
|
-
root: ['columnHeader', colDef.headerAlign === 'left' && 'columnHeader--alignLeft', colDef.headerAlign === 'center' && 'columnHeader--alignCenter', colDef.headerAlign === 'right' && 'columnHeader--alignRight', colDef.sortable && 'columnHeader--sortable', isDragging && 'columnHeader--moving', isColumnSorted && 'columnHeader--sorted', isColumnFiltered && 'columnHeader--filtered', isColumnNumeric && 'columnHeader--numeric', 'withBorderColor', showRightBorder && 'columnHeader--withRightBorder', showLeftBorder && 'columnHeader--withLeftBorder', pinnedPosition === 'left' && 'columnHeader--pinnedLeft', pinnedPosition === 'right' && 'columnHeader--pinnedRight'
|
|
42
|
+
root: ['columnHeader', colDef.headerAlign === 'left' && 'columnHeader--alignLeft', colDef.headerAlign === 'center' && 'columnHeader--alignCenter', colDef.headerAlign === 'right' && 'columnHeader--alignRight', colDef.sortable && 'columnHeader--sortable', isDragging && 'columnHeader--moving', isColumnSorted && 'columnHeader--sorted', isColumnFiltered && 'columnHeader--filtered', isColumnNumeric && 'columnHeader--numeric', 'withBorderColor', showRightBorder && 'columnHeader--withRightBorder', showLeftBorder && 'columnHeader--withLeftBorder', pinnedPosition === 'left' && 'columnHeader--pinnedLeft', pinnedPosition === 'right' && 'columnHeader--pinnedRight',
|
|
43
|
+
// TODO: Remove classes below and restore `:has` selectors when they are supported in jsdom
|
|
44
|
+
// See https://github.com/mui/mui-x/pull/14559
|
|
45
|
+
isLastUnpinned && 'columnHeader--lastUnpinned', isSiblingFocused && 'columnHeader--siblingFocused'],
|
|
41
46
|
draggableContainer: ['columnHeaderDraggableContainer'],
|
|
42
47
|
titleContainer: ['columnHeaderTitleContainer'],
|
|
43
48
|
titleContainerContent: ['columnHeaderTitleContainerContent']
|
|
@@ -217,7 +222,9 @@ process.env.NODE_ENV !== "production" ? GridColumnHeaderItem.propTypes = {
|
|
|
217
222
|
indexInSection: _propTypes.default.number.isRequired,
|
|
218
223
|
isDragging: _propTypes.default.bool.isRequired,
|
|
219
224
|
isLast: _propTypes.default.bool.isRequired,
|
|
225
|
+
isLastUnpinned: _propTypes.default.bool.isRequired,
|
|
220
226
|
isResizing: _propTypes.default.bool.isRequired,
|
|
227
|
+
isSiblingFocused: _propTypes.default.bool.isRequired,
|
|
221
228
|
pinnedPosition: _propTypes.default.oneOf(['left', 'right']),
|
|
222
229
|
sectionLength: _propTypes.default.number.isRequired,
|
|
223
230
|
separatorSide: _propTypes.default.oneOf(['left', 'right']),
|
|
@@ -17,7 +17,7 @@ var _domUtils = require("../../utils/domUtils");
|
|
|
17
17
|
var _gridClasses = require("../../constants/gridClasses");
|
|
18
18
|
var _useGridRootProps = require("../../hooks/utils/useGridRootProps");
|
|
19
19
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
20
|
-
const _excluded = ["className"];
|
|
20
|
+
const _excluded = ["className", "aria-label"];
|
|
21
21
|
const useUtilityClasses = ownerState => {
|
|
22
22
|
const {
|
|
23
23
|
classes
|
|
@@ -39,6 +39,8 @@ const GridColumnHeaderTitleRoot = (0, _system.styled)('div', {
|
|
|
39
39
|
lineHeight: 'normal'
|
|
40
40
|
});
|
|
41
41
|
const ColumnHeaderInnerTitle = /*#__PURE__*/React.forwardRef(function ColumnHeaderInnerTitle(props, ref) {
|
|
42
|
+
// Tooltip adds aria-label to the props, which is not needed since the children prop is a string
|
|
43
|
+
// See https://github.com/mui/mui-x/pull/14482
|
|
42
44
|
const {
|
|
43
45
|
className
|
|
44
46
|
} = props,
|
|
@@ -71,8 +71,7 @@ const GridGenericColumnHeaderItem = exports.GridGenericColumnHeaderItem = /*#__P
|
|
|
71
71
|
role: "columnheader",
|
|
72
72
|
tabIndex: tabIndex,
|
|
73
73
|
"aria-colindex": colIndex + 1,
|
|
74
|
-
"aria-sort": ariaSort
|
|
75
|
-
"aria-label": headerComponent == null ? label : undefined
|
|
74
|
+
"aria-sort": ariaSort
|
|
76
75
|
}, other, {
|
|
77
76
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", (0, _extends2.default)({
|
|
78
77
|
className: classes.draggableContainer,
|
|
@@ -287,12 +287,10 @@ const GridRootStyles = exports.GridRootStyles = (0, _styles.styled)('div', {
|
|
|
287
287
|
// - the column has a left or right border
|
|
288
288
|
// - the next column is pinned right and has a left border
|
|
289
289
|
[`& .${_gridClasses.gridClasses.columnHeader}:focus,
|
|
290
|
-
& .${_gridClasses.gridClasses.columnHeader}:focus-within,
|
|
291
|
-
& .${_gridClasses.gridClasses.columnHeader}:has(+ .${_gridClasses.gridClasses.columnHeader}:focus),
|
|
292
|
-
& .${_gridClasses.gridClasses.columnHeader}:has(+ .${_gridClasses.gridClasses.columnHeader}:focus-within),
|
|
293
290
|
& .${_gridClasses.gridClasses['columnHeader--withLeftBorder']},
|
|
294
291
|
& .${_gridClasses.gridClasses['columnHeader--withRightBorder']},
|
|
295
|
-
& .${_gridClasses.gridClasses
|
|
292
|
+
& .${_gridClasses.gridClasses['columnHeader--siblingFocused']},
|
|
293
|
+
& .${_gridClasses.gridClasses['virtualScroller--hasScrollX']} .${_gridClasses.gridClasses['columnHeader--lastUnpinned']},
|
|
296
294
|
& .${_gridClasses.gridClasses['virtualScroller--hasScrollX']} .${_gridClasses.gridClasses['columnHeader--last']}
|
|
297
295
|
`]: {
|
|
298
296
|
[`& .${_gridClasses.gridClasses.columnSeparator}`]: {
|
|
@@ -407,9 +405,7 @@ const GridRootStyles = exports.GridRootStyles = (0, _styles.styled)('div', {
|
|
|
407
405
|
'@media (hover: none)': {
|
|
408
406
|
[`& .${_gridClasses.gridClasses.columnHeader}`]: columnHeaderStyles,
|
|
409
407
|
[`& .${_gridClasses.gridClasses.columnHeader}:focus,
|
|
410
|
-
& .${_gridClasses.gridClasses
|
|
411
|
-
& .${_gridClasses.gridClasses.columnHeader}:has(+ .${_gridClasses.gridClasses.columnHeader}:focus),
|
|
412
|
-
& .${_gridClasses.gridClasses.columnHeader}:has(+ .${_gridClasses.gridClasses.columnHeader}:focus-within)`]: {
|
|
408
|
+
& .${_gridClasses.gridClasses['columnHeader--siblingFocused']}`]: {
|
|
413
409
|
[`.${_gridClasses.gridClasses['columnSeparator--resizable']}`]: {
|
|
414
410
|
color: (t.vars || t).palette.primary.main
|
|
415
411
|
}
|
|
@@ -82,7 +82,7 @@ const FilterFormOperatorInput = (0, _styles.styled)('div', {
|
|
|
82
82
|
slot: 'FilterFormOperatorInput',
|
|
83
83
|
overridesResolver: (_, styles) => styles.filterFormOperatorInput
|
|
84
84
|
})({
|
|
85
|
-
width:
|
|
85
|
+
width: 150
|
|
86
86
|
});
|
|
87
87
|
const FilterFormValueInput = (0, _styles.styled)('div', {
|
|
88
88
|
name: 'MuiDataGrid',
|
|
@@ -9,4 +9,4 @@ var _utils = require("@mui/utils");
|
|
|
9
9
|
function getDataGridUtilityClass(slot) {
|
|
10
10
|
return (0, _utils.unstable_generateUtilityClass)('MuiDataGrid', slot);
|
|
11
11
|
}
|
|
12
|
-
const gridClasses = exports.gridClasses = (0, _utils.unstable_generateUtilityClasses)('MuiDataGrid', ['actionsCell', 'aggregationColumnHeader', 'aggregationColumnHeader--alignLeft', 'aggregationColumnHeader--alignCenter', 'aggregationColumnHeader--alignRight', 'aggregationColumnHeaderLabel', 'autoHeight', 'autosizing', 'booleanCell', 'cell--editable', 'cell--editing', 'cell--flex', 'cell--textCenter', 'cell--textLeft', 'cell--textRight', 'cell--rangeTop', 'cell--rangeBottom', 'cell--rangeLeft', 'cell--rangeRight', 'cell--pinnedLeft', 'cell--pinnedRight', 'cell--selectionMode', 'cell', 'cellCheckbox', 'cellEmpty', 'cellSkeleton', 'cellOffsetLeft', 'checkboxInput', 'columnHeader', 'columnHeader--alignCenter', 'columnHeader--alignLeft', 'columnHeader--alignRight', 'columnHeader--dragging', 'columnHeader--moving', 'columnHeader--numeric', 'columnHeader--sortable', 'columnHeader--sorted', 'columnHeader--filtered', 'columnHeader--pinnedLeft', 'columnHeader--pinnedRight', 'columnHeader--last', 'columnHeaderCheckbox', 'columnHeaderDraggableContainer', 'columnHeaderTitle', 'columnHeaderTitleContainer', 'columnHeaderTitleContainerContent', 'columnHeader--filledGroup', 'columnHeader--emptyGroup', 'columnHeaders', 'columnSeparator--resizable', 'columnSeparator--resizing', 'columnSeparator--sideLeft', 'columnSeparator--sideRight', 'columnSeparator', 'columnsManagement', 'columnsManagementRow', 'columnsManagementHeader', 'columnsManagementFooter', 'container--top', 'container--bottom', 'detailPanel', 'detailPanels', 'detailPanelToggleCell', 'detailPanelToggleCell--expanded', 'footerCell', 'panel', 'panelHeader', 'panelWrapper', 'panelContent', 'panelFooter', 'paper', 'editBooleanCell', 'editInputCell', 'filler', 'filler--borderBottom', 'filler--pinnedLeft', 'filler--pinnedRight', 'filterForm', 'filterFormDeleteIcon', 'filterFormLogicOperatorInput', 'filterFormColumnInput', 'filterFormOperatorInput', 'filterFormValueInput', 'filterIcon', 'footerContainer', 'headerFilterRow', 'iconButtonContainer', 'iconSeparator', 'main', 'main--hasPinnedRight', 'main--hasSkeletonLoadingOverlay', 'menu', 'menuIcon', 'menuIconButton', 'menuOpen', 'menuList', 'overlay', 'overlayWrapper', 'overlayWrapperInner', 'root', 'root--densityStandard', 'root--densityComfortable', 'root--densityCompact', 'root--disableUserSelection', 'root--noToolbar', 'row', 'row--editable', 'row--editing', 'row--firstVisible', 'row--lastVisible', 'row--dragging', 'row--dynamicHeight', 'row--detailPanelExpanded', 'row--borderBottom', 'rowReorderCellPlaceholder', 'rowCount', 'rowReorderCellContainer', 'rowReorderCell', 'rowReorderCell--draggable', 'rowSkeleton', 'scrollArea--left', 'scrollArea--right', 'scrollArea', 'scrollbar', 'scrollbar--vertical', 'scrollbar--horizontal', 'scrollbarFiller', 'scrollbarFiller--header', 'scrollbarFiller--borderTop', 'scrollbarFiller--borderBottom', 'scrollbarFiller--pinnedRight', 'selectedRowCount', 'sortIcon', 'toolbarContainer', 'toolbarFilterList', 'virtualScroller', 'virtualScroller--hasScrollX', 'virtualScrollerContent', 'virtualScrollerContent--overflowed', 'virtualScrollerRenderZone', 'pinnedColumns', 'withVerticalBorder', 'withBorderColor', 'cell--withRightBorder', 'cell--withLeftBorder', 'columnHeader--withRightBorder', 'columnHeader--withLeftBorder', 'treeDataGroupingCell', 'treeDataGroupingCellToggle', 'treeDataGroupingCellLoadingContainer', 'groupingCriteriaCell', 'groupingCriteriaCellToggle', 'pinnedRows', 'pinnedRows--top', 'pinnedRows--bottom', 'pinnedRowsRenderZone']);
|
|
12
|
+
const gridClasses = exports.gridClasses = (0, _utils.unstable_generateUtilityClasses)('MuiDataGrid', ['actionsCell', 'aggregationColumnHeader', 'aggregationColumnHeader--alignLeft', 'aggregationColumnHeader--alignCenter', 'aggregationColumnHeader--alignRight', 'aggregationColumnHeaderLabel', 'autoHeight', 'autosizing', 'booleanCell', 'cell--editable', 'cell--editing', 'cell--flex', 'cell--textCenter', 'cell--textLeft', 'cell--textRight', 'cell--rangeTop', 'cell--rangeBottom', 'cell--rangeLeft', 'cell--rangeRight', 'cell--pinnedLeft', 'cell--pinnedRight', 'cell--selectionMode', 'cell', 'cellCheckbox', 'cellEmpty', 'cellSkeleton', 'cellOffsetLeft', 'checkboxInput', 'columnHeader', 'columnHeader--alignCenter', 'columnHeader--alignLeft', 'columnHeader--alignRight', 'columnHeader--dragging', 'columnHeader--moving', 'columnHeader--numeric', 'columnHeader--sortable', 'columnHeader--sorted', 'columnHeader--filtered', 'columnHeader--pinnedLeft', 'columnHeader--pinnedRight', 'columnHeader--last', 'columnHeader--lastUnpinned', 'columnHeader--siblingFocused', 'columnHeaderCheckbox', 'columnHeaderDraggableContainer', 'columnHeaderTitle', 'columnHeaderTitleContainer', 'columnHeaderTitleContainerContent', 'columnHeader--filledGroup', 'columnHeader--emptyGroup', 'columnHeaders', 'columnSeparator--resizable', 'columnSeparator--resizing', 'columnSeparator--sideLeft', 'columnSeparator--sideRight', 'columnSeparator', 'columnsManagement', 'columnsManagementRow', 'columnsManagementHeader', 'columnsManagementFooter', 'container--top', 'container--bottom', 'detailPanel', 'detailPanels', 'detailPanelToggleCell', 'detailPanelToggleCell--expanded', 'footerCell', 'panel', 'panelHeader', 'panelWrapper', 'panelContent', 'panelFooter', 'paper', 'editBooleanCell', 'editInputCell', 'filler', 'filler--borderBottom', 'filler--pinnedLeft', 'filler--pinnedRight', 'filterForm', 'filterFormDeleteIcon', 'filterFormLogicOperatorInput', 'filterFormColumnInput', 'filterFormOperatorInput', 'filterFormValueInput', 'filterIcon', 'footerContainer', 'headerFilterRow', 'iconButtonContainer', 'iconSeparator', 'main', 'main--hasPinnedRight', 'main--hasSkeletonLoadingOverlay', 'menu', 'menuIcon', 'menuIconButton', 'menuOpen', 'menuList', 'overlay', 'overlayWrapper', 'overlayWrapperInner', 'root', 'root--densityStandard', 'root--densityComfortable', 'root--densityCompact', 'root--disableUserSelection', 'root--noToolbar', 'row', 'row--editable', 'row--editing', 'row--firstVisible', 'row--lastVisible', 'row--dragging', 'row--dynamicHeight', 'row--detailPanelExpanded', 'row--borderBottom', 'rowReorderCellPlaceholder', 'rowCount', 'rowReorderCellContainer', 'rowReorderCell', 'rowReorderCell--draggable', 'rowSkeleton', 'scrollArea--left', 'scrollArea--right', 'scrollArea', 'scrollbar', 'scrollbar--vertical', 'scrollbar--horizontal', 'scrollbarFiller', 'scrollbarFiller--header', 'scrollbarFiller--borderTop', 'scrollbarFiller--borderBottom', 'scrollbarFiller--pinnedRight', 'selectedRowCount', 'sortIcon', 'toolbarContainer', 'toolbarFilterList', 'virtualScroller', 'virtualScroller--hasScrollX', 'virtualScrollerContent', 'virtualScrollerContent--overflowed', 'virtualScrollerRenderZone', 'pinnedColumns', 'withVerticalBorder', 'withBorderColor', 'cell--withRightBorder', 'cell--withLeftBorder', 'columnHeader--withRightBorder', 'columnHeader--withLeftBorder', 'treeDataGroupingCell', 'treeDataGroupingCellToggle', 'treeDataGroupingCellLoadingContainer', 'groupingCriteriaCell', 'groupingCriteriaCellToggle', 'pinnedRows', 'pinnedRows--top', 'pinnedRows--bottom', 'pinnedRowsRenderZone']);
|
|
@@ -51,7 +51,9 @@ const GRID_DEFAULT_LOCALE_TEXT = exports.GRID_DEFAULT_LOCALE_TEXT = {
|
|
|
51
51
|
filterPanelInputPlaceholder: 'Filter value',
|
|
52
52
|
// Filter operators text
|
|
53
53
|
filterOperatorContains: 'contains',
|
|
54
|
+
filterOperatorDoesNotContain: 'does not contain',
|
|
54
55
|
filterOperatorEquals: 'equals',
|
|
56
|
+
filterOperatorDoesNotEqual: 'does not equal',
|
|
55
57
|
filterOperatorStartsWith: 'starts with',
|
|
56
58
|
filterOperatorEndsWith: 'ends with',
|
|
57
59
|
filterOperatorIs: 'is',
|
|
@@ -71,7 +73,9 @@ const GRID_DEFAULT_LOCALE_TEXT = exports.GRID_DEFAULT_LOCALE_TEXT = {
|
|
|
71
73
|
'filterOperator<=': '<=',
|
|
72
74
|
// Header filter operators text
|
|
73
75
|
headerFilterOperatorContains: 'Contains',
|
|
76
|
+
headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
74
77
|
headerFilterOperatorEquals: 'Equals',
|
|
78
|
+
headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
75
79
|
headerFilterOperatorStartsWith: 'Starts with',
|
|
76
80
|
headerFilterOperatorEndsWith: 'Ends with',
|
|
77
81
|
headerFilterOperatorIs: 'Is',
|
|
@@ -165,6 +165,9 @@ const useGridColumnHeaders = props => {
|
|
|
165
165
|
columnIndex,
|
|
166
166
|
computedWidth: colDef.computedWidth
|
|
167
167
|
});
|
|
168
|
+
const siblingWithBorderingSeparator = pinnedPosition === _columns.GridPinnedColumnPosition.RIGHT ? renderedColumns[i - 1] : renderedColumns[i + 1];
|
|
169
|
+
const isSiblingFocused = siblingWithBorderingSeparator ? columnHeaderFocus !== null && columnHeaderFocus.field === siblingWithBorderingSeparator.field : false;
|
|
170
|
+
const isLastUnpinned = columnIndex + 1 === columnPositions.length - pinnedColumns.right.length;
|
|
168
171
|
columns.push(/*#__PURE__*/(0, _jsxRuntime.jsx)(_GridColumnHeaderItem.GridColumnHeaderItem, (0, _extends2.default)({}, sortColumnLookup[colDef.field], {
|
|
169
172
|
columnMenuOpen: open,
|
|
170
173
|
filterItemsCounter: filterColumnLookup[colDef.field] && filterColumnLookup[colDef.field].length,
|
|
@@ -180,7 +183,9 @@ const useGridColumnHeaders = props => {
|
|
|
180
183
|
style: style,
|
|
181
184
|
indexInSection: i,
|
|
182
185
|
sectionLength: renderedColumns.length,
|
|
183
|
-
gridHasFiller: gridHasFiller
|
|
186
|
+
gridHasFiller: gridHasFiller,
|
|
187
|
+
isLastUnpinned: isLastUnpinned,
|
|
188
|
+
isSiblingFocused: isSiblingFocused
|
|
184
189
|
}, other), colDef.field));
|
|
185
190
|
}
|
|
186
191
|
return getFillers(params, columns, 0);
|
|
@@ -11,12 +11,12 @@ var _toPropertyKey2 = _interopRequireDefault(require("@babel/runtime/helpers/toP
|
|
|
11
11
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
12
12
|
var React = _interopRequireWildcard(require("react"));
|
|
13
13
|
var _utils = require("@mui/utils");
|
|
14
|
+
var _warning = require("@mui/x-internals/warning");
|
|
14
15
|
var _useGridApiEventHandler = require("../../utils/useGridApiEventHandler");
|
|
15
16
|
var _gridEditRowModel = require("../../../models/gridEditRowModel");
|
|
16
17
|
var _useGridApiMethod = require("../../utils/useGridApiMethod");
|
|
17
18
|
var _gridEditingSelectors = require("./gridEditingSelectors");
|
|
18
19
|
var _keyboardUtils = require("../../../utils/keyboardUtils");
|
|
19
|
-
var _warning = require("../../../internals/utils/warning");
|
|
20
20
|
var _gridRowsSelector = require("../rows/gridRowsSelector");
|
|
21
21
|
var _utils2 = require("../../../utils/utils");
|
|
22
22
|
var _gridEditCellParams = require("../../../models/params/gridEditCellParams");
|
|
@@ -11,13 +11,13 @@ var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runt
|
|
|
11
11
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
12
12
|
var React = _interopRequireWildcard(require("react"));
|
|
13
13
|
var _utils = require("@mui/utils");
|
|
14
|
+
var _warning = require("@mui/x-internals/warning");
|
|
14
15
|
var _useGridApiEventHandler = require("../../utils/useGridApiEventHandler");
|
|
15
16
|
var _gridEditRowModel = require("../../../models/gridEditRowModel");
|
|
16
17
|
var _useGridApiMethod = require("../../utils/useGridApiMethod");
|
|
17
18
|
var _gridEditingSelectors = require("./gridEditingSelectors");
|
|
18
19
|
var _keyboardUtils = require("../../../utils/keyboardUtils");
|
|
19
20
|
var _gridColumnsSelector = require("../columns/gridColumnsSelector");
|
|
20
|
-
var _warning = require("../../../internals/utils/warning");
|
|
21
21
|
var _gridRowsSelector = require("../rows/gridRowsSelector");
|
|
22
22
|
var _utils2 = require("../../../utils/utils");
|
|
23
23
|
var _gridRowParams = require("../../../models/params/gridRowParams");
|
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.buildCSV = buildCSV;
|
|
7
7
|
exports.serializeCellValue = void 0;
|
|
8
|
+
var _warning = require("@mui/x-internals/warning");
|
|
8
9
|
var _colDef = require("../../../../colDef");
|
|
9
|
-
var _warning = require("../../../../internals/utils/warning");
|
|
10
10
|
function sanitizeCellValue(value, csvOptions) {
|
|
11
11
|
if (value === null || value === undefined) {
|
|
12
12
|
return '';
|
|
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.shouldQuickFilterExcludeHiddenColumns = exports.sanitizeFilterModel = exports.removeDiacritics = exports.passFilterLogic = exports.mergeStateWithFilterModel = exports.cleanFilterItem = exports.buildAggregatedFilterApplier = void 0;
|
|
8
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _warning = require("@mui/x-internals/warning");
|
|
9
10
|
var _models = require("../../../models");
|
|
10
11
|
var _gridFilterState = require("./gridFilterState");
|
|
11
|
-
var _warning = require("../../../internals/utils/warning");
|
|
12
12
|
var _getPublicApiRef = require("../../../utils/getPublicApiRef");
|
|
13
13
|
var _columns = require("../columns");
|
|
14
14
|
let hasEval;
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.sanitizeSortModel = exports.mergeStateWithSortModel = exports.gridStringOrNumberComparator = exports.gridNumberComparator = exports.gridDateComparator = exports.getNextGridSortDirection = exports.buildAggregatedSortingApplier = void 0;
|
|
8
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
-
var _warning = require("
|
|
9
|
+
var _warning = require("@mui/x-internals/warning");
|
|
10
10
|
const sanitizeSortModel = (model, disableMultipleColumnsSorting) => {
|
|
11
11
|
if (disableMultipleColumnsSorting && model.length > 1) {
|
|
12
12
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -7,9 +7,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.useGridSelectorV8 = exports.useGridSelector = exports.objectShallowCompare = void 0;
|
|
8
8
|
var React = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _fastObjectShallowCompare = require("@mui/x-internals/fastObjectShallowCompare");
|
|
10
|
+
var _warning = require("@mui/x-internals/warning");
|
|
10
11
|
var _useLazyRef = require("./useLazyRef");
|
|
11
12
|
var _useOnMount = require("./useOnMount");
|
|
12
|
-
var _warning = require("../../internals/utils/warning");
|
|
13
13
|
function isOutputSelector(selector) {
|
|
14
14
|
return selector.acceptsApiRef;
|
|
15
15
|
}
|
package/node/index.js
CHANGED
|
@@ -35,15 +35,4 @@ Object.keys(_propValidation).forEach(function (key) {
|
|
|
35
35
|
return _propValidation[key];
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
|
-
});
|
|
39
|
-
var _warning = require("./warning");
|
|
40
|
-
Object.keys(_warning).forEach(function (key) {
|
|
41
|
-
if (key === "default" || key === "__esModule") return;
|
|
42
|
-
if (key in exports && exports[key] === _warning[key]) return;
|
|
43
|
-
Object.defineProperty(exports, key, {
|
|
44
|
-
enumerable: true,
|
|
45
|
-
get: function () {
|
|
46
|
-
return _warning[key];
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
38
|
});
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.propValidatorsDataGrid = void 0;
|
|
7
7
|
exports.validateProps = validateProps;
|
|
8
|
-
var _warning = require("
|
|
8
|
+
var _warning = require("@mui/x-internals/warning");
|
|
9
9
|
var _utils = require("../../utils/utils");
|
|
10
10
|
var _useGridApiEventHandler = require("../../hooks/utils/useGridApiEventHandler");
|
|
11
11
|
const propValidatorsDataGrid = exports.propValidatorsDataGrid = [props => props.autoPageSize && props.autoHeight && ['MUI X: `<DataGrid autoPageSize={true} autoHeight={true} />` are not valid props.', 'You cannot use both the `autoPageSize` and `autoHeight` props at the same time because `autoHeight` scales the height of the Data Grid according to the `pageSize`.', '', 'Please remove one of these two props.'].join('\n') || undefined, props => props.paginationMode === 'client' && props.paginationMeta != null && ['MUI X: Usage of the `paginationMeta` prop with client-side pagination (`paginationMode="client"`) has no effect.', '`paginationMeta` is only meant to be used with `paginationMode="server"`.'].join('\n') || undefined, props => props.signature === _useGridApiEventHandler.GridSignature.DataGrid && props.paginationMode === 'client' && (0, _utils.isNumber)(props.rowCount) && ['MUI X: Usage of the `rowCount` prop with client side pagination (`paginationMode="client"`) has no effect.', '`rowCount` is only meant to be used with `paginationMode="server"`.'].join('\n') || undefined, props => props.paginationMode === 'server' && props.rowCount == null && !props.unstable_dataSource && ["MUI X: The `rowCount` prop must be passed using `paginationMode='server'`", 'For more detail, see http://mui.com/components/data-grid/pagination/#index-based-pagination'].join('\n') || undefined];
|
package/node/locales/arSD.js
CHANGED
|
@@ -54,7 +54,9 @@ const arSDGrid = {
|
|
|
54
54
|
filterPanelInputPlaceholder: 'ترشِيح قيمة',
|
|
55
55
|
// Filter operators text
|
|
56
56
|
filterOperatorContains: 'يحتوي',
|
|
57
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
57
58
|
filterOperatorEquals: 'يساوي',
|
|
59
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
58
60
|
filterOperatorStartsWith: 'يبدأ بـ',
|
|
59
61
|
filterOperatorEndsWith: 'ينتهي بـ',
|
|
60
62
|
filterOperatorIs: 'يكون',
|
|
@@ -74,7 +76,9 @@ const arSDGrid = {
|
|
|
74
76
|
'filterOperator<=': '<=',
|
|
75
77
|
// Header filter operators text
|
|
76
78
|
headerFilterOperatorContains: 'يحتوي على',
|
|
79
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
77
80
|
headerFilterOperatorEquals: 'يساوي',
|
|
81
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
78
82
|
headerFilterOperatorStartsWith: 'يبدأ ب',
|
|
79
83
|
headerFilterOperatorEndsWith: 'ينتهي ب',
|
|
80
84
|
headerFilterOperatorIs: 'هو',
|
package/node/locales/beBY.js
CHANGED
|
@@ -68,7 +68,9 @@ const beBYGrid = {
|
|
|
68
68
|
filterPanelInputPlaceholder: 'Значэнне фільтра',
|
|
69
69
|
// Filter operators text
|
|
70
70
|
filterOperatorContains: 'змяшчае',
|
|
71
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
71
72
|
filterOperatorEquals: 'роўны',
|
|
73
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
72
74
|
filterOperatorStartsWith: 'пачынаецца з',
|
|
73
75
|
filterOperatorEndsWith: 'скончваецца на',
|
|
74
76
|
filterOperatorIs: 'роўны',
|
|
@@ -89,7 +91,9 @@ const beBYGrid = {
|
|
|
89
91
|
|
|
90
92
|
// Header filter operators text
|
|
91
93
|
// headerFilterOperatorContains: 'Contains',
|
|
94
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
92
95
|
// headerFilterOperatorEquals: 'Equals',
|
|
96
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
93
97
|
// headerFilterOperatorStartsWith: 'Starts with',
|
|
94
98
|
// headerFilterOperatorEndsWith: 'Ends with',
|
|
95
99
|
// headerFilterOperatorIs: 'Is',
|
package/node/locales/bgBG.js
CHANGED
|
@@ -54,7 +54,9 @@ const bgBGGrid = {
|
|
|
54
54
|
filterPanelInputPlaceholder: 'Стойност на филтъра',
|
|
55
55
|
// Filter operators text
|
|
56
56
|
filterOperatorContains: 'съдържа',
|
|
57
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
57
58
|
filterOperatorEquals: 'равно',
|
|
59
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
58
60
|
filterOperatorStartsWith: 'започва с',
|
|
59
61
|
filterOperatorEndsWith: 'завършва с',
|
|
60
62
|
filterOperatorIs: 'е',
|
|
@@ -74,7 +76,9 @@ const bgBGGrid = {
|
|
|
74
76
|
'filterOperator<=': '<=',
|
|
75
77
|
// Header filter operators text
|
|
76
78
|
headerFilterOperatorContains: 'Съдържа',
|
|
79
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
77
80
|
headerFilterOperatorEquals: 'Равнo',
|
|
81
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
78
82
|
headerFilterOperatorStartsWith: 'Започва с',
|
|
79
83
|
headerFilterOperatorEndsWith: 'Завършва с',
|
|
80
84
|
headerFilterOperatorIs: 'Равно е на',
|
package/node/locales/csCZ.js
CHANGED
|
@@ -61,7 +61,9 @@ const csCZGrid = {
|
|
|
61
61
|
filterPanelInputPlaceholder: 'Hodnota filtru',
|
|
62
62
|
// Filter operators text
|
|
63
63
|
filterOperatorContains: 'obsahuje',
|
|
64
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
64
65
|
filterOperatorEquals: 'rovná se',
|
|
66
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
65
67
|
filterOperatorStartsWith: 'začíná na',
|
|
66
68
|
filterOperatorEndsWith: 'končí na',
|
|
67
69
|
filterOperatorIs: 'je',
|
|
@@ -81,7 +83,9 @@ const csCZGrid = {
|
|
|
81
83
|
'filterOperator<=': '<=',
|
|
82
84
|
// Header filter operators text
|
|
83
85
|
headerFilterOperatorContains: 'Obsahuje',
|
|
86
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
84
87
|
headerFilterOperatorEquals: 'Rovná se',
|
|
88
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
85
89
|
headerFilterOperatorStartsWith: 'Začíná na',
|
|
86
90
|
headerFilterOperatorEndsWith: 'Končí na',
|
|
87
91
|
headerFilterOperatorIs: 'Je',
|
package/node/locales/daDK.js
CHANGED
|
@@ -54,7 +54,9 @@ const daDKGrid = {
|
|
|
54
54
|
filterPanelInputPlaceholder: 'Filterværdi',
|
|
55
55
|
// Filter operators text
|
|
56
56
|
filterOperatorContains: 'indeholder',
|
|
57
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
57
58
|
filterOperatorEquals: 'lig med',
|
|
59
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
58
60
|
filterOperatorStartsWith: 'begynder med',
|
|
59
61
|
filterOperatorEndsWith: 'ender med',
|
|
60
62
|
filterOperatorIs: 'er lig med',
|
|
@@ -74,7 +76,9 @@ const daDKGrid = {
|
|
|
74
76
|
'filterOperator<=': '<=',
|
|
75
77
|
// Header filter operators text
|
|
76
78
|
headerFilterOperatorContains: 'Indeholder',
|
|
79
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
77
80
|
headerFilterOperatorEquals: 'Lig med',
|
|
81
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
78
82
|
headerFilterOperatorStartsWith: 'Begynder med',
|
|
79
83
|
headerFilterOperatorEndsWith: 'Ender med',
|
|
80
84
|
headerFilterOperatorIs: 'Er lig med',
|
package/node/locales/deDE.js
CHANGED
|
@@ -53,7 +53,9 @@ const deDEGrid = {
|
|
|
53
53
|
filterPanelInputPlaceholder: 'Wert filtern',
|
|
54
54
|
// Filter operators text
|
|
55
55
|
filterOperatorContains: 'enthält',
|
|
56
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
56
57
|
filterOperatorEquals: 'ist gleich',
|
|
58
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
57
59
|
filterOperatorStartsWith: 'beginnt mit',
|
|
58
60
|
filterOperatorEndsWith: 'endet mit',
|
|
59
61
|
filterOperatorIs: 'ist',
|
|
@@ -73,7 +75,9 @@ const deDEGrid = {
|
|
|
73
75
|
'filterOperator<=': '<=',
|
|
74
76
|
// Header filter operators text
|
|
75
77
|
headerFilterOperatorContains: 'Enthält',
|
|
78
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
76
79
|
headerFilterOperatorEquals: 'Gleich',
|
|
80
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
77
81
|
headerFilterOperatorStartsWith: 'Beginnt mit',
|
|
78
82
|
headerFilterOperatorEndsWith: 'Endet mit',
|
|
79
83
|
headerFilterOperatorIs: 'Ist',
|
package/node/locales/elGR.js
CHANGED
|
@@ -54,7 +54,9 @@ const elGRGrid = {
|
|
|
54
54
|
filterPanelInputPlaceholder: 'Τιμή φίλτρου',
|
|
55
55
|
// Filter operators text
|
|
56
56
|
filterOperatorContains: 'περιέχει',
|
|
57
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
57
58
|
filterOperatorEquals: 'ισούται',
|
|
59
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
58
60
|
filterOperatorStartsWith: 'ξεκινάει με',
|
|
59
61
|
filterOperatorEndsWith: 'τελειώνει με',
|
|
60
62
|
filterOperatorIs: 'είναι',
|
|
@@ -74,7 +76,9 @@ const elGRGrid = {
|
|
|
74
76
|
'filterOperator<=': '<=',
|
|
75
77
|
// Header filter operators text
|
|
76
78
|
headerFilterOperatorContains: 'Περιέχει',
|
|
79
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
77
80
|
headerFilterOperatorEquals: 'Ισούται',
|
|
81
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
78
82
|
headerFilterOperatorStartsWith: 'Ξεκινάει με',
|
|
79
83
|
headerFilterOperatorEndsWith: 'Τελειώνει με',
|
|
80
84
|
headerFilterOperatorIs: 'Είναι',
|
package/node/locales/esES.js
CHANGED
|
@@ -53,7 +53,9 @@ const esESGrid = {
|
|
|
53
53
|
filterPanelInputPlaceholder: 'Valor de filtro',
|
|
54
54
|
// Filter operators text
|
|
55
55
|
filterOperatorContains: 'contiene',
|
|
56
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
56
57
|
filterOperatorEquals: 'es igual',
|
|
58
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
57
59
|
filterOperatorStartsWith: 'comienza con',
|
|
58
60
|
filterOperatorEndsWith: 'termina con',
|
|
59
61
|
filterOperatorIs: 'es',
|
|
@@ -73,7 +75,9 @@ const esESGrid = {
|
|
|
73
75
|
'filterOperator<=': '<=',
|
|
74
76
|
// Header filter operators text
|
|
75
77
|
headerFilterOperatorContains: 'Contiene',
|
|
78
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
76
79
|
headerFilterOperatorEquals: 'Es igual a',
|
|
80
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
77
81
|
headerFilterOperatorStartsWith: 'Comienza con',
|
|
78
82
|
headerFilterOperatorEndsWith: 'Termina con',
|
|
79
83
|
headerFilterOperatorIs: 'Es',
|
package/node/locales/faIR.js
CHANGED
|
@@ -53,7 +53,9 @@ const faIRGrid = {
|
|
|
53
53
|
filterPanelInputPlaceholder: 'فیلتر مقدار',
|
|
54
54
|
// Filter operators text
|
|
55
55
|
filterOperatorContains: 'شامل',
|
|
56
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
56
57
|
filterOperatorEquals: 'مساوی',
|
|
58
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
57
59
|
filterOperatorStartsWith: 'شروع با',
|
|
58
60
|
filterOperatorEndsWith: 'پایان با',
|
|
59
61
|
filterOperatorIs: 'هست',
|
|
@@ -73,7 +75,9 @@ const faIRGrid = {
|
|
|
73
75
|
'filterOperator<=': '<=',
|
|
74
76
|
// Header filter operators text
|
|
75
77
|
headerFilterOperatorContains: 'شامل',
|
|
78
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
76
79
|
headerFilterOperatorEquals: 'مساوی',
|
|
80
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
77
81
|
headerFilterOperatorStartsWith: 'شروع با',
|
|
78
82
|
headerFilterOperatorEndsWith: 'پایان با',
|
|
79
83
|
headerFilterOperatorIs: 'هست',
|
package/node/locales/fiFI.js
CHANGED
|
@@ -53,7 +53,9 @@ const fiFIGrid = {
|
|
|
53
53
|
filterPanelInputPlaceholder: 'Suodattimen arvo',
|
|
54
54
|
// Filter operators text
|
|
55
55
|
filterOperatorContains: 'sisältää',
|
|
56
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
56
57
|
filterOperatorEquals: 'on yhtä suuri kuin',
|
|
58
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
57
59
|
filterOperatorStartsWith: 'alkaa',
|
|
58
60
|
filterOperatorEndsWith: 'päättyy',
|
|
59
61
|
filterOperatorIs: 'on',
|
|
@@ -73,7 +75,9 @@ const fiFIGrid = {
|
|
|
73
75
|
'filterOperator<=': '<=',
|
|
74
76
|
// Header filter operators text
|
|
75
77
|
headerFilterOperatorContains: 'Sisältää',
|
|
78
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
76
79
|
headerFilterOperatorEquals: 'On yhtä suuri kuin',
|
|
80
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
77
81
|
headerFilterOperatorStartsWith: 'Alkaa',
|
|
78
82
|
headerFilterOperatorEndsWith: 'Päättyy',
|
|
79
83
|
headerFilterOperatorIs: 'On',
|
package/node/locales/frFR.js
CHANGED
|
@@ -53,7 +53,9 @@ const frFRGrid = {
|
|
|
53
53
|
filterPanelInputPlaceholder: 'Filtrer la valeur',
|
|
54
54
|
// Filter operators text
|
|
55
55
|
filterOperatorContains: 'contient',
|
|
56
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
56
57
|
filterOperatorEquals: 'est égal à',
|
|
58
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
57
59
|
filterOperatorStartsWith: 'commence par',
|
|
58
60
|
filterOperatorEndsWith: 'se termine par',
|
|
59
61
|
filterOperatorIs: 'est',
|
|
@@ -73,7 +75,9 @@ const frFRGrid = {
|
|
|
73
75
|
'filterOperator<=': '<=',
|
|
74
76
|
// Header filter operators text
|
|
75
77
|
headerFilterOperatorContains: 'Contient',
|
|
78
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
76
79
|
headerFilterOperatorEquals: 'Est égal à',
|
|
80
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
77
81
|
headerFilterOperatorStartsWith: 'Commence par',
|
|
78
82
|
headerFilterOperatorEndsWith: 'Se termine par',
|
|
79
83
|
headerFilterOperatorIs: 'Est',
|
package/node/locales/heIL.js
CHANGED
|
@@ -53,7 +53,9 @@ const heILGrid = {
|
|
|
53
53
|
filterPanelInputPlaceholder: 'ערך מסנן',
|
|
54
54
|
// Filter operators text
|
|
55
55
|
filterOperatorContains: 'מכיל',
|
|
56
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
56
57
|
filterOperatorEquals: 'שווה',
|
|
58
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
57
59
|
filterOperatorStartsWith: 'מתחיל ב-',
|
|
58
60
|
filterOperatorEndsWith: 'נגמר ב-',
|
|
59
61
|
filterOperatorIs: 'הינו',
|
|
@@ -73,7 +75,9 @@ const heILGrid = {
|
|
|
73
75
|
'filterOperator<=': '<=',
|
|
74
76
|
// Header filter operators text
|
|
75
77
|
headerFilterOperatorContains: 'מכיל',
|
|
78
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
76
79
|
headerFilterOperatorEquals: 'שווה',
|
|
80
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
77
81
|
headerFilterOperatorStartsWith: 'מתחיל ב-',
|
|
78
82
|
headerFilterOperatorEndsWith: 'נגמר ב-',
|
|
79
83
|
headerFilterOperatorIs: 'הינו',
|
package/node/locales/hrHR.js
CHANGED
|
@@ -54,7 +54,9 @@ const hrHRGrid = {
|
|
|
54
54
|
filterPanelInputPlaceholder: 'Vrijednost filtra',
|
|
55
55
|
// Filter operators text
|
|
56
56
|
filterOperatorContains: 'sadrži',
|
|
57
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
57
58
|
filterOperatorEquals: 'jednaki',
|
|
59
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
58
60
|
filterOperatorStartsWith: 'počinje sa',
|
|
59
61
|
filterOperatorEndsWith: 'završava sa',
|
|
60
62
|
filterOperatorIs: 'je',
|
|
@@ -74,7 +76,9 @@ const hrHRGrid = {
|
|
|
74
76
|
'filterOperator<=': '<=',
|
|
75
77
|
// Header filter operators text
|
|
76
78
|
headerFilterOperatorContains: 'Sadrži',
|
|
79
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
77
80
|
headerFilterOperatorEquals: 'Jednako',
|
|
81
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
78
82
|
headerFilterOperatorStartsWith: 'Počinje sa',
|
|
79
83
|
headerFilterOperatorEndsWith: 'Završava s',
|
|
80
84
|
headerFilterOperatorIs: 'Je',
|
package/node/locales/huHU.js
CHANGED
|
@@ -36,11 +36,10 @@ const huHUGrid = {
|
|
|
36
36
|
toolbarExportPrint: 'Nyomtatás',
|
|
37
37
|
toolbarExportExcel: 'Mentés Excel fájlként',
|
|
38
38
|
// Columns management text
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
columnsManagementSearchTitle: 'Keresés',
|
|
40
|
+
columnsManagementNoColumns: 'Nincsenek oszlopok',
|
|
41
|
+
columnsManagementShowHideAllText: 'Összes',
|
|
42
|
+
columnsManagementReset: 'Visszavon',
|
|
44
43
|
// Filter panel text
|
|
45
44
|
filterPanelAddFilter: 'Szűrő hozzáadása',
|
|
46
45
|
filterPanelRemoveAll: 'Összes törlése',
|
|
@@ -54,7 +53,9 @@ const huHUGrid = {
|
|
|
54
53
|
filterPanelInputPlaceholder: 'Érték szűrése',
|
|
55
54
|
// Filter operators text
|
|
56
55
|
filterOperatorContains: 'tartalmazza:',
|
|
56
|
+
// filterOperatorDoesNotContain: 'does not contain',
|
|
57
57
|
filterOperatorEquals: 'egyenlő ezzel:',
|
|
58
|
+
// filterOperatorDoesNotEqual: 'does not equal',
|
|
58
59
|
filterOperatorStartsWith: 'ezzel kezdődik:',
|
|
59
60
|
filterOperatorEndsWith: 'ezzel végződik:',
|
|
60
61
|
filterOperatorIs: 'a következő:',
|
|
@@ -74,13 +75,15 @@ const huHUGrid = {
|
|
|
74
75
|
'filterOperator<=': '<=',
|
|
75
76
|
// Header filter operators text
|
|
76
77
|
headerFilterOperatorContains: 'Tartalmazza:',
|
|
78
|
+
// headerFilterOperatorDoesNotContain: 'Does not contain',
|
|
77
79
|
headerFilterOperatorEquals: 'Egyenlő ezzel:',
|
|
80
|
+
// headerFilterOperatorDoesNotEqual: 'Does not equal',
|
|
78
81
|
headerFilterOperatorStartsWith: 'Ezzel kezdődik:',
|
|
79
82
|
headerFilterOperatorEndsWith: 'Ezzel végződik:',
|
|
80
83
|
// headerFilterOperatorIs: 'Is',
|
|
81
84
|
// headerFilterOperatorNot: 'Is not',
|
|
82
85
|
headerFilterOperatorAfter: 'Ezutáni:',
|
|
83
|
-
headerFilterOperatorOnOrAfter: '
|
|
86
|
+
headerFilterOperatorOnOrAfter: 'Ekkori vagy ezutáni:',
|
|
84
87
|
headerFilterOperatorBefore: 'Ezelőtti:',
|
|
85
88
|
headerFilterOperatorOnOrBefore: 'Ekkori vagy ezelőtti:',
|
|
86
89
|
headerFilterOperatorIsEmpty: 'Üres',
|
|
@@ -90,8 +93,8 @@ const huHUGrid = {
|
|
|
90
93
|
'headerFilterOperator!=': 'Nem egyenlő',
|
|
91
94
|
'headerFilterOperator>': 'Nagyobb mint',
|
|
92
95
|
'headerFilterOperator>=': 'Nagyobb vagy egyenlő',
|
|
93
|
-
'headerFilterOperator<': '
|
|
94
|
-
'headerFilterOperator<=': '
|
|
96
|
+
'headerFilterOperator<': 'Kisebb mint',
|
|
97
|
+
'headerFilterOperator<=': 'Kisebb vagy egyenlő',
|
|
95
98
|
// Filter values text
|
|
96
99
|
filterValueAny: 'bármilyen',
|
|
97
100
|
filterValueTrue: 'igaz',
|