@mui/x-data-grid 9.0.0-alpha.4 → 9.0.0-rc.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 +262 -2
- package/DataGrid/DataGrid.js +1 -0
- package/DataGrid/DataGrid.mjs +1 -0
- package/components/GridColumnUnsortedIcon.d.mts +5 -2
- package/components/GridColumnUnsortedIcon.d.ts +5 -2
- package/components/GridColumnUnsortedIcon.js +20 -6
- package/components/GridColumnUnsortedIcon.mjs +20 -5
- package/components/GridDetailPanels.d.mts +1 -4
- package/components/GridDetailPanels.d.ts +1 -4
- package/components/GridPinnedRows.d.mts +0 -2
- package/components/GridPinnedRows.d.ts +0 -2
- package/components/GridRowDragAndDropOverlay.js +1 -1
- package/components/GridRowDragAndDropOverlay.mjs +2 -2
- package/components/GridScrollbarFillerCell.js +9 -1
- package/components/GridScrollbarFillerCell.mjs +9 -1
- package/components/cell/GridCell.js +4 -2
- package/components/cell/GridCell.mjs +4 -2
- package/components/columnHeaders/GridColumnGroupHeader.js +5 -3
- package/components/columnHeaders/GridColumnGroupHeader.mjs +5 -3
- package/components/columnHeaders/GridColumnHeaderItem.js +3 -1
- package/components/columnHeaders/GridColumnHeaderItem.mjs +3 -1
- package/components/columnSelection/GridCellCheckboxRenderer.js +3 -5
- package/components/columnSelection/GridCellCheckboxRenderer.mjs +3 -5
- package/components/columnSelection/GridRowCheckbox.d.mts +4 -0
- package/components/columnSelection/GridRowCheckbox.d.ts +4 -0
- package/components/columnSelection/GridRowCheckbox.js +59 -0
- package/components/columnSelection/GridRowCheckbox.mjs +53 -0
- package/components/columnSelection/index.d.mts +2 -1
- package/components/columnSelection/index.d.ts +2 -1
- package/components/columnSelection/index.js +11 -0
- package/components/columnSelection/index.mjs +2 -1
- package/components/containers/GridRootStyles.js +36 -5
- package/components/containers/GridRootStyles.mjs +36 -5
- package/components/index.d.mts +3 -1
- package/components/index.d.ts +3 -1
- package/components/index.js +10 -2
- package/components/index.mjs +2 -1
- package/components/panel/filterPanel/GridFilterForm.js +1 -1
- package/components/panel/filterPanel/GridFilterForm.mjs +1 -1
- package/components/virtualization/GridBottomContainer.js +4 -1
- package/components/virtualization/GridBottomContainer.mjs +4 -1
- package/components/virtualization/GridVirtualScroller.js +55 -30
- package/components/virtualization/GridVirtualScroller.mjs +56 -31
- package/components/virtualization/GridVirtualScrollerContent.js +5 -1
- package/components/virtualization/GridVirtualScrollerContent.mjs +5 -1
- package/constants/defaultGridSlotsComponents.js +2 -1
- package/constants/defaultGridSlotsComponents.mjs +3 -2
- package/constants/gridClasses.d.mts +15 -0
- package/constants/gridClasses.d.ts +15 -0
- package/constants/gridClasses.js +1 -1
- package/constants/gridClasses.mjs +1 -1
- package/constants/localeTextConstants.js +1 -1
- package/constants/localeTextConstants.mjs +1 -1
- package/hooks/core/useGridVirtualizer.js +1 -0
- package/hooks/core/useGridVirtualizer.mjs +1 -0
- package/hooks/features/columnHeaders/useGridColumnHeaders.js +8 -4
- package/hooks/features/columnHeaders/useGridColumnHeaders.mjs +8 -4
- package/hooks/features/dimensions/useGridDimensions.js +1 -0
- package/hooks/features/dimensions/useGridDimensions.mjs +1 -0
- package/hooks/features/export/useGridPrintExport.js +5 -1
- package/hooks/features/export/useGridPrintExport.mjs +5 -1
- package/hooks/features/virtualization/gridVirtualizationSelectors.d.mts +8 -0
- package/hooks/features/virtualization/gridVirtualizationSelectors.d.ts +8 -0
- package/hooks/features/virtualization/gridVirtualizationSelectors.js +8 -1
- package/hooks/features/virtualization/gridVirtualizationSelectors.mjs +7 -0
- package/hooks/features/virtualization/index.d.mts +1 -1
- package/hooks/features/virtualization/index.d.ts +1 -1
- package/hooks/features/virtualization/index.js +44 -13
- package/hooks/features/virtualization/index.mjs +1 -1
- package/hooks/utils/usePinnedScrollOffset.d.mts +3 -0
- package/hooks/utils/usePinnedScrollOffset.d.ts +3 -0
- package/hooks/utils/usePinnedScrollOffset.js +27 -0
- package/hooks/utils/usePinnedScrollOffset.mjs +21 -0
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/index.d.mts +1 -0
- package/internals/index.d.ts +1 -0
- package/internals/index.js +8 -0
- package/internals/index.mjs +1 -0
- package/locales/arSD.js +1 -1
- package/locales/arSD.mjs +1 -1
- package/locales/beBY.js +1 -1
- package/locales/beBY.mjs +1 -1
- package/locales/bgBG.js +1 -1
- package/locales/bgBG.mjs +1 -1
- package/locales/bnBD.js +1 -1
- package/locales/bnBD.mjs +1 -1
- package/locales/caES.js +1 -1
- package/locales/caES.mjs +1 -1
- package/locales/csCZ.js +1 -1
- package/locales/csCZ.mjs +1 -1
- package/locales/daDK.js +1 -1
- package/locales/daDK.mjs +1 -1
- package/locales/deDE.js +1 -1
- package/locales/deDE.mjs +1 -1
- package/locales/elGR.js +1 -1
- package/locales/elGR.mjs +1 -1
- package/locales/esES.js +1 -1
- package/locales/esES.mjs +1 -1
- package/locales/faIR.js +1 -1
- package/locales/faIR.mjs +1 -1
- package/locales/fiFI.js +1 -1
- package/locales/fiFI.mjs +1 -1
- package/locales/frFR.js +1 -1
- package/locales/frFR.mjs +1 -1
- package/locales/heIL.js +1 -1
- package/locales/heIL.mjs +1 -1
- package/locales/hrHR.js +1 -1
- package/locales/hrHR.mjs +1 -1
- package/locales/huHU.js +1 -1
- package/locales/huHU.mjs +1 -1
- package/locales/hyAM.js +1 -1
- package/locales/hyAM.mjs +1 -1
- package/locales/idID.js +1 -1
- package/locales/idID.mjs +1 -1
- package/locales/isIS.js +1 -1
- package/locales/isIS.mjs +1 -1
- package/locales/itIT.js +1 -1
- package/locales/itIT.mjs +1 -1
- package/locales/jaJP.js +1 -1
- package/locales/jaJP.mjs +1 -1
- package/locales/koKR.js +1 -1
- package/locales/koKR.mjs +1 -1
- package/locales/nbNO.js +1 -1
- package/locales/nbNO.mjs +1 -1
- package/locales/nlNL.js +1 -1
- package/locales/nlNL.mjs +1 -1
- package/locales/nnNO.js +1 -1
- package/locales/nnNO.mjs +1 -1
- package/locales/plPL.js +1 -1
- package/locales/plPL.mjs +1 -1
- package/locales/ptBR.js +1 -1
- package/locales/ptBR.mjs +1 -1
- package/locales/ptPT.js +1 -1
- package/locales/ptPT.mjs +1 -1
- package/locales/roRO.js +1 -1
- package/locales/roRO.mjs +1 -1
- package/locales/ruRU.js +1 -1
- package/locales/ruRU.mjs +1 -1
- package/locales/skSK.js +1 -1
- package/locales/skSK.mjs +1 -1
- package/locales/svSE.js +1 -1
- package/locales/svSE.mjs +1 -1
- package/locales/thTH.js +1 -1
- package/locales/thTH.mjs +1 -1
- package/locales/trTR.js +1 -1
- package/locales/trTR.mjs +1 -1
- package/locales/ukUA.js +1 -1
- package/locales/ukUA.mjs +1 -1
- package/locales/urPK.js +1 -1
- package/locales/urPK.mjs +1 -1
- package/locales/viVN.js +1 -1
- package/locales/viVN.mjs +1 -1
- package/locales/zhCN.js +1 -1
- package/locales/zhCN.mjs +1 -1
- package/locales/zhHK.js +1 -1
- package/locales/zhHK.mjs +1 -1
- package/locales/zhTW.js +1 -1
- package/locales/zhTW.mjs +1 -1
- package/material/augmentation.d.mts +3 -0
- package/material/augmentation.d.ts +3 -0
- package/material/index.js +26 -21
- package/material/index.mjs +26 -21
- package/material/variables.js +4 -4
- package/material/variables.mjs +4 -5
- package/models/api/gridLocaleTextApi.d.mts +1 -1
- package/models/api/gridLocaleTextApi.d.ts +1 -1
- package/models/gridBaseSlots.d.mts +4 -2
- package/models/gridBaseSlots.d.ts +4 -2
- package/models/gridSlotsComponent.d.mts +5 -0
- package/models/gridSlotsComponent.d.ts +5 -0
- package/models/gridSlotsComponentsProps.d.mts +9 -0
- package/models/gridSlotsComponentsProps.d.ts +9 -0
- package/models/props/DataGridProps.d.mts +9 -0
- package/models/props/DataGridProps.d.ts +9 -0
- package/package.json +6 -6
- package/utils/cleanupTracking/FinalizationRegistryBasedCleanupTracking.mjs +2 -2
- package/utils/cleanupTracking/TimerBasedCleanupTracking.mjs +2 -2
- package/utils/domUtils.js +3 -2
- package/utils/domUtils.mjs +3 -2
|
@@ -109,7 +109,11 @@ export const useGridPrintExport = (apiRef, props) => {
|
|
|
109
109
|
// Allow to overflow to not hide the border of the last row
|
|
110
110
|
const gridMain = gridClone.querySelector(`.${gridClasses.main}`);
|
|
111
111
|
gridMain.style.overflow = 'visible';
|
|
112
|
-
gridClone.querySelector(`.${gridClasses.virtualScrollerRenderZone}`)
|
|
112
|
+
const renderZone = gridClone.querySelector(`.${gridClasses.virtualScrollerRenderZone}`);
|
|
113
|
+
renderZone.style.position = 'static';
|
|
114
|
+
renderZone.style.transform = '';
|
|
115
|
+
const contentFiller = gridClone.querySelector(`.${gridClasses.contentFiller}`);
|
|
116
|
+
contentFiller.style.display = 'none';
|
|
113
117
|
virtualScrollerContent.style.flexBasis = 'auto';
|
|
114
118
|
gridClone.querySelector(`.${gridClasses['scrollbar--vertical']}`)?.remove();
|
|
115
119
|
if (!(virtualScrollerContent.nextSibling instanceof HTMLElement && virtualScrollerContent.nextSibling.classList.contains(gridClasses.filler))) {
|
|
@@ -27,6 +27,14 @@ export declare const gridVirtualizationColumnEnabledSelector: (args_0: import("r
|
|
|
27
27
|
export declare const gridVirtualizationRowEnabledSelector: (args_0: import("react").RefObject<{
|
|
28
28
|
state: GridStateCommunity;
|
|
29
29
|
} | null>) => boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Get the layout mode
|
|
32
|
+
* @category Virtualization
|
|
33
|
+
* @ignore - do not document.
|
|
34
|
+
*/
|
|
35
|
+
export declare const gridVirtualizationLayoutModeSelector: (args_0: import("react").RefObject<{
|
|
36
|
+
state: GridStateCommunity;
|
|
37
|
+
} | null>) => "controlled" | "uncontrolled";
|
|
30
38
|
/**
|
|
31
39
|
* Get the render context
|
|
32
40
|
* @category Virtualization
|
|
@@ -27,6 +27,14 @@ export declare const gridVirtualizationColumnEnabledSelector: (args_0: import("r
|
|
|
27
27
|
export declare const gridVirtualizationRowEnabledSelector: (args_0: import("react").RefObject<{
|
|
28
28
|
state: GridStateCommunity;
|
|
29
29
|
} | null>) => boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Get the layout mode
|
|
32
|
+
* @category Virtualization
|
|
33
|
+
* @ignore - do not document.
|
|
34
|
+
*/
|
|
35
|
+
export declare const gridVirtualizationLayoutModeSelector: (args_0: import("react").RefObject<{
|
|
36
|
+
state: GridStateCommunity;
|
|
37
|
+
} | null>) => "controlled" | "uncontrolled";
|
|
30
38
|
/**
|
|
31
39
|
* Get the render context
|
|
32
40
|
* @category Virtualization
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.gridVirtualizationSelector = exports.gridVirtualizationRowEnabledSelector = exports.gridVirtualizationEnabledSelector = exports.gridVirtualizationColumnEnabledSelector = exports.gridRenderContextSelector = exports.gridRenderContextColumnsSelector = void 0;
|
|
6
|
+
exports.gridVirtualizationSelector = exports.gridVirtualizationRowEnabledSelector = exports.gridVirtualizationLayoutModeSelector = exports.gridVirtualizationEnabledSelector = exports.gridVirtualizationColumnEnabledSelector = exports.gridRenderContextSelector = exports.gridRenderContextColumnsSelector = void 0;
|
|
7
7
|
var _createSelector = require("../../../utils/createSelector");
|
|
8
8
|
/**
|
|
9
9
|
* Get the columns state
|
|
@@ -30,6 +30,13 @@ const gridVirtualizationColumnEnabledSelector = exports.gridVirtualizationColumn
|
|
|
30
30
|
*/
|
|
31
31
|
const gridVirtualizationRowEnabledSelector = exports.gridVirtualizationRowEnabledSelector = (0, _createSelector.createSelector)(gridVirtualizationSelector, state => state.enabledForRows);
|
|
32
32
|
|
|
33
|
+
/**
|
|
34
|
+
* Get the layout mode
|
|
35
|
+
* @category Virtualization
|
|
36
|
+
* @ignore - do not document.
|
|
37
|
+
*/
|
|
38
|
+
const gridVirtualizationLayoutModeSelector = exports.gridVirtualizationLayoutModeSelector = (0, _createSelector.createSelector)(gridVirtualizationSelector, state => state.layoutMode);
|
|
39
|
+
|
|
33
40
|
/**
|
|
34
41
|
* Get the render context
|
|
35
42
|
* @category Virtualization
|
|
@@ -24,6 +24,13 @@ export const gridVirtualizationColumnEnabledSelector = createSelector(gridVirtua
|
|
|
24
24
|
*/
|
|
25
25
|
export const gridVirtualizationRowEnabledSelector = createSelector(gridVirtualizationSelector, state => state.enabledForRows);
|
|
26
26
|
|
|
27
|
+
/**
|
|
28
|
+
* Get the layout mode
|
|
29
|
+
* @category Virtualization
|
|
30
|
+
* @ignore - do not document.
|
|
31
|
+
*/
|
|
32
|
+
export const gridVirtualizationLayoutModeSelector = createSelector(gridVirtualizationSelector, state => state.layoutMode);
|
|
33
|
+
|
|
27
34
|
/**
|
|
28
35
|
* Get the render context
|
|
29
36
|
* @category Virtualization
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { EMPTY_RENDER_CONTEXT } from '@mui/x-virtualizer';
|
|
2
2
|
export * from "./useGridVirtualization.mjs";
|
|
3
|
-
export
|
|
3
|
+
export { gridVirtualizationSelector, gridVirtualizationEnabledSelector, gridVirtualizationColumnEnabledSelector, gridVirtualizationRowEnabledSelector, gridRenderContextSelector, gridRenderContextColumnsSelector } from "./gridVirtualizationSelectors.mjs";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { EMPTY_RENDER_CONTEXT } from '@mui/x-virtualizer';
|
|
2
2
|
export * from "./useGridVirtualization.js";
|
|
3
|
-
export
|
|
3
|
+
export { gridVirtualizationSelector, gridVirtualizationEnabledSelector, gridVirtualizationColumnEnabledSelector, gridVirtualizationRowEnabledSelector, gridRenderContextSelector, gridRenderContextColumnsSelector } from "./gridVirtualizationSelectors.js";
|
|
@@ -4,7 +4,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
var _exportNames = {
|
|
7
|
-
EMPTY_RENDER_CONTEXT: true
|
|
7
|
+
EMPTY_RENDER_CONTEXT: true,
|
|
8
|
+
gridVirtualizationSelector: true,
|
|
9
|
+
gridVirtualizationEnabledSelector: true,
|
|
10
|
+
gridVirtualizationColumnEnabledSelector: true,
|
|
11
|
+
gridVirtualizationRowEnabledSelector: true,
|
|
12
|
+
gridRenderContextSelector: true,
|
|
13
|
+
gridRenderContextColumnsSelector: true
|
|
8
14
|
};
|
|
9
15
|
Object.defineProperty(exports, "EMPTY_RENDER_CONTEXT", {
|
|
10
16
|
enumerable: true,
|
|
@@ -12,6 +18,42 @@ Object.defineProperty(exports, "EMPTY_RENDER_CONTEXT", {
|
|
|
12
18
|
return _xVirtualizer.EMPTY_RENDER_CONTEXT;
|
|
13
19
|
}
|
|
14
20
|
});
|
|
21
|
+
Object.defineProperty(exports, "gridRenderContextColumnsSelector", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _gridVirtualizationSelectors.gridRenderContextColumnsSelector;
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "gridRenderContextSelector", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () {
|
|
30
|
+
return _gridVirtualizationSelectors.gridRenderContextSelector;
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
Object.defineProperty(exports, "gridVirtualizationColumnEnabledSelector", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
get: function () {
|
|
36
|
+
return _gridVirtualizationSelectors.gridVirtualizationColumnEnabledSelector;
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "gridVirtualizationEnabledSelector", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () {
|
|
42
|
+
return _gridVirtualizationSelectors.gridVirtualizationEnabledSelector;
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
Object.defineProperty(exports, "gridVirtualizationRowEnabledSelector", {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function () {
|
|
48
|
+
return _gridVirtualizationSelectors.gridVirtualizationRowEnabledSelector;
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "gridVirtualizationSelector", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () {
|
|
54
|
+
return _gridVirtualizationSelectors.gridVirtualizationSelector;
|
|
55
|
+
}
|
|
56
|
+
});
|
|
15
57
|
var _xVirtualizer = require("@mui/x-virtualizer");
|
|
16
58
|
var _useGridVirtualization = require("./useGridVirtualization");
|
|
17
59
|
Object.keys(_useGridVirtualization).forEach(function (key) {
|
|
@@ -25,15 +67,4 @@ Object.keys(_useGridVirtualization).forEach(function (key) {
|
|
|
25
67
|
}
|
|
26
68
|
});
|
|
27
69
|
});
|
|
28
|
-
var _gridVirtualizationSelectors = require("./gridVirtualizationSelectors");
|
|
29
|
-
Object.keys(_gridVirtualizationSelectors).forEach(function (key) {
|
|
30
|
-
if (key === "default" || key === "__esModule") return;
|
|
31
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
32
|
-
if (key in exports && exports[key] === _gridVirtualizationSelectors[key]) return;
|
|
33
|
-
Object.defineProperty(exports, key, {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
get: function () {
|
|
36
|
-
return _gridVirtualizationSelectors[key];
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
});
|
|
70
|
+
var _gridVirtualizationSelectors = require("./gridVirtualizationSelectors");
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { EMPTY_RENDER_CONTEXT } from '@mui/x-virtualizer';
|
|
2
2
|
export * from "./useGridVirtualization.mjs";
|
|
3
|
-
export
|
|
3
|
+
export { gridVirtualizationSelector, gridVirtualizationEnabledSelector, gridVirtualizationColumnEnabledSelector, gridVirtualizationRowEnabledSelector, gridRenderContextSelector, gridRenderContextColumnsSelector } from "./gridVirtualizationSelectors.mjs";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { PinnedColumnPosition } from "../../internals/constants.mjs";
|
|
2
|
+
import type { useGridPrivateApiContext } from "./useGridPrivateApiContext.mjs";
|
|
3
|
+
export declare function usePinnedScrollOffset(apiRef: ReturnType<typeof useGridPrivateApiContext>, pinnedPosition?: PinnedColumnPosition): number;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { PinnedColumnPosition } from "../../internals/constants.js";
|
|
2
|
+
import type { useGridPrivateApiContext } from "./useGridPrivateApiContext.js";
|
|
3
|
+
export declare function usePinnedScrollOffset(apiRef: ReturnType<typeof useGridPrivateApiContext>, pinnedPosition?: PinnedColumnPosition): number;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.usePinnedScrollOffset = usePinnedScrollOffset;
|
|
7
|
+
var _xVirtualizer = require("@mui/x-virtualizer");
|
|
8
|
+
var _constants = require("../../internals/constants");
|
|
9
|
+
function usePinnedScrollOffset(apiRef, pinnedPosition) {
|
|
10
|
+
const store = apiRef.current.virtualizer.store;
|
|
11
|
+
|
|
12
|
+
// SAFETY: For performance reasons, we only add store selectors for pinned cells in controlled
|
|
13
|
+
// mode. Both pinnedPosition and layoutMode are stable (never change for a given instance),
|
|
14
|
+
// so the hook call order is consistent across renders.
|
|
15
|
+
if (pinnedPosition !== undefined) {
|
|
16
|
+
const layoutMode = store.use(_xVirtualizer.Virtualization.selectors.layoutMode);
|
|
17
|
+
if (layoutMode === 'controlled') {
|
|
18
|
+
if (pinnedPosition === _constants.PinnedColumnPosition.LEFT) {
|
|
19
|
+
return store.use(_xVirtualizer.Virtualization.selectors.pinnedLeftOffsetSelector);
|
|
20
|
+
}
|
|
21
|
+
if (pinnedPosition === _constants.PinnedColumnPosition.RIGHT) {
|
|
22
|
+
return store.use(_xVirtualizer.Virtualization.selectors.pinnedRightOffsetSelector);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
return 0;
|
|
27
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Virtualization } from '@mui/x-virtualizer';
|
|
2
|
+
import { PinnedColumnPosition } from "../../internals/constants.mjs";
|
|
3
|
+
export function usePinnedScrollOffset(apiRef, pinnedPosition) {
|
|
4
|
+
const store = apiRef.current.virtualizer.store;
|
|
5
|
+
|
|
6
|
+
// SAFETY: For performance reasons, we only add store selectors for pinned cells in controlled
|
|
7
|
+
// mode. Both pinnedPosition and layoutMode are stable (never change for a given instance),
|
|
8
|
+
// so the hook call order is consistent across renders.
|
|
9
|
+
if (pinnedPosition !== undefined) {
|
|
10
|
+
const layoutMode = store.use(Virtualization.selectors.layoutMode);
|
|
11
|
+
if (layoutMode === 'controlled') {
|
|
12
|
+
if (pinnedPosition === PinnedColumnPosition.LEFT) {
|
|
13
|
+
return store.use(Virtualization.selectors.pinnedLeftOffsetSelector);
|
|
14
|
+
}
|
|
15
|
+
if (pinnedPosition === PinnedColumnPosition.RIGHT) {
|
|
16
|
+
return store.use(Virtualization.selectors.pinnedRightOffsetSelector);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return 0;
|
|
21
|
+
}
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/internals/index.d.mts
CHANGED
|
@@ -88,6 +88,7 @@ export { useTimeout } from "../hooks/utils/useTimeout.mjs";
|
|
|
88
88
|
export { useGridVisibleRows, getVisibleRows } from "../hooks/utils/useGridVisibleRows.mjs";
|
|
89
89
|
export { useGridInitializeState } from "../hooks/utils/useGridInitializeState.mjs";
|
|
90
90
|
export type { GridStateInitializer } from "../hooks/utils/useGridInitializeState.mjs";
|
|
91
|
+
export { usePinnedScrollOffset } from "../hooks/utils/usePinnedScrollOffset.mjs";
|
|
91
92
|
export type * as BaseSlots from "../models/gridBaseSlots.mjs";
|
|
92
93
|
export type * from "../models/props/DataGridProps.mjs";
|
|
93
94
|
export type { GridAggregationPosition, GridAggregationCellMeta } from "../models/gridAggregation.mjs";
|
package/internals/index.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ export { useTimeout } from "../hooks/utils/useTimeout.js";
|
|
|
88
88
|
export { useGridVisibleRows, getVisibleRows } from "../hooks/utils/useGridVisibleRows.js";
|
|
89
89
|
export { useGridInitializeState } from "../hooks/utils/useGridInitializeState.js";
|
|
90
90
|
export type { GridStateInitializer } from "../hooks/utils/useGridInitializeState.js";
|
|
91
|
+
export { usePinnedScrollOffset } from "../hooks/utils/usePinnedScrollOffset.js";
|
|
91
92
|
export type * as BaseSlots from "../models/gridBaseSlots.js";
|
|
92
93
|
export type * from "../models/props/DataGridProps.js";
|
|
93
94
|
export type { GridAggregationPosition, GridAggregationCellMeta } from "../models/gridAggregation.js";
|
package/internals/index.js
CHANGED
|
@@ -105,6 +105,7 @@ var _exportNames = {
|
|
|
105
105
|
useGridVisibleRows: true,
|
|
106
106
|
getVisibleRows: true,
|
|
107
107
|
useGridInitializeState: true,
|
|
108
|
+
usePinnedScrollOffset: true,
|
|
108
109
|
DataSourceRowsUpdateStrategy: true,
|
|
109
110
|
CacheChunkManager: true,
|
|
110
111
|
useGridDataSourceBase: true,
|
|
@@ -868,6 +869,12 @@ Object.defineProperty(exports, "useIsCellEditable", {
|
|
|
868
869
|
return _useGridCellEditable.useIsCellEditable;
|
|
869
870
|
}
|
|
870
871
|
});
|
|
872
|
+
Object.defineProperty(exports, "usePinnedScrollOffset", {
|
|
873
|
+
enumerable: true,
|
|
874
|
+
get: function () {
|
|
875
|
+
return _usePinnedScrollOffset.usePinnedScrollOffset;
|
|
876
|
+
}
|
|
877
|
+
});
|
|
871
878
|
Object.defineProperty(exports, "useTimeout", {
|
|
872
879
|
enumerable: true,
|
|
873
880
|
get: function () {
|
|
@@ -1017,6 +1024,7 @@ var _useGridListView = require("../hooks/features/listView/useGridListView");
|
|
|
1017
1024
|
var _useTimeout = require("../hooks/utils/useTimeout");
|
|
1018
1025
|
var _useGridVisibleRows = require("../hooks/utils/useGridVisibleRows");
|
|
1019
1026
|
var _useGridInitializeState = require("../hooks/utils/useGridInitializeState");
|
|
1027
|
+
var _usePinnedScrollOffset = require("../hooks/utils/usePinnedScrollOffset");
|
|
1020
1028
|
var _utils2 = require("../hooks/features/dataSource/utils");
|
|
1021
1029
|
var _useGridDataSourceBase = require("../hooks/features/dataSource/useGridDataSourceBase");
|
|
1022
1030
|
var _gridDataSourceSelector = require("../hooks/features/dataSource/gridDataSourceSelector");
|
package/internals/index.mjs
CHANGED
|
@@ -71,6 +71,7 @@ export { useGridListView, listViewStateInitializer } from "../hooks/features/lis
|
|
|
71
71
|
export { useTimeout } from "../hooks/utils/useTimeout.mjs";
|
|
72
72
|
export { useGridVisibleRows, getVisibleRows } from "../hooks/utils/useGridVisibleRows.mjs";
|
|
73
73
|
export { useGridInitializeState } from "../hooks/utils/useGridInitializeState.mjs";
|
|
74
|
+
export { usePinnedScrollOffset } from "../hooks/utils/usePinnedScrollOffset.mjs";
|
|
74
75
|
export { DataSourceRowsUpdateStrategy } from "../hooks/features/dataSource/utils.mjs";
|
|
75
76
|
export { useGridDataSourceBase } from "../hooks/features/dataSource/useGridDataSourceBase.mjs";
|
|
76
77
|
export { CacheChunkManager } from "../hooks/features/dataSource/utils.mjs";
|
package/locales/arSD.js
CHANGED
|
@@ -65,7 +65,7 @@ const arSDGrid = {
|
|
|
65
65
|
filterPanelOperator: 'عامل',
|
|
66
66
|
filterPanelOperatorAnd: 'و',
|
|
67
67
|
filterPanelOperatorOr: 'أو',
|
|
68
|
-
|
|
68
|
+
filterPanelColumn: 'الأعمدة',
|
|
69
69
|
filterPanelInputLabel: 'القيمة',
|
|
70
70
|
filterPanelInputPlaceholder: 'ترشِيح قيمة',
|
|
71
71
|
// Filter operators text
|
package/locales/arSD.mjs
CHANGED
|
@@ -59,7 +59,7 @@ const arSDGrid = {
|
|
|
59
59
|
filterPanelOperator: 'عامل',
|
|
60
60
|
filterPanelOperatorAnd: 'و',
|
|
61
61
|
filterPanelOperatorOr: 'أو',
|
|
62
|
-
|
|
62
|
+
filterPanelColumn: 'الأعمدة',
|
|
63
63
|
filterPanelInputLabel: 'القيمة',
|
|
64
64
|
filterPanelInputPlaceholder: 'ترشِيح قيمة',
|
|
65
65
|
// Filter operators text
|
package/locales/beBY.js
CHANGED
|
@@ -79,7 +79,7 @@ const beBYGrid = {
|
|
|
79
79
|
filterPanelOperator: 'Аператары',
|
|
80
80
|
filterPanelOperatorAnd: 'І',
|
|
81
81
|
filterPanelOperatorOr: 'Або',
|
|
82
|
-
|
|
82
|
+
filterPanelColumn: 'Слупкі',
|
|
83
83
|
filterPanelInputLabel: 'Значэнне',
|
|
84
84
|
filterPanelInputPlaceholder: 'Значэнне фільтра',
|
|
85
85
|
// Filter operators text
|
package/locales/beBY.mjs
CHANGED
|
@@ -73,7 +73,7 @@ const beBYGrid = {
|
|
|
73
73
|
filterPanelOperator: 'Аператары',
|
|
74
74
|
filterPanelOperatorAnd: 'І',
|
|
75
75
|
filterPanelOperatorOr: 'Або',
|
|
76
|
-
|
|
76
|
+
filterPanelColumn: 'Слупкі',
|
|
77
77
|
filterPanelInputLabel: 'Значэнне',
|
|
78
78
|
filterPanelInputPlaceholder: 'Значэнне фільтра',
|
|
79
79
|
// Filter operators text
|
package/locales/bgBG.js
CHANGED
|
@@ -65,7 +65,7 @@ const bgBGGrid = {
|
|
|
65
65
|
filterPanelOperator: 'Оператори',
|
|
66
66
|
filterPanelOperatorAnd: 'И',
|
|
67
67
|
filterPanelOperatorOr: 'Или',
|
|
68
|
-
|
|
68
|
+
filterPanelColumn: 'Колони',
|
|
69
69
|
filterPanelInputLabel: 'Стойност',
|
|
70
70
|
filterPanelInputPlaceholder: 'Стойност на филтъра',
|
|
71
71
|
// Filter operators text
|
package/locales/bgBG.mjs
CHANGED
|
@@ -59,7 +59,7 @@ const bgBGGrid = {
|
|
|
59
59
|
filterPanelOperator: 'Оператори',
|
|
60
60
|
filterPanelOperatorAnd: 'И',
|
|
61
61
|
filterPanelOperatorOr: 'Или',
|
|
62
|
-
|
|
62
|
+
filterPanelColumn: 'Колони',
|
|
63
63
|
filterPanelInputLabel: 'Стойност',
|
|
64
64
|
filterPanelInputPlaceholder: 'Стойност на филтъра',
|
|
65
65
|
// Filter operators text
|
package/locales/bnBD.js
CHANGED
|
@@ -64,7 +64,7 @@ const bnBDGrid = {
|
|
|
64
64
|
filterPanelOperator: 'অপারেটর',
|
|
65
65
|
filterPanelOperatorAnd: 'এবং',
|
|
66
66
|
filterPanelOperatorOr: 'অথবা',
|
|
67
|
-
|
|
67
|
+
filterPanelColumn: 'কলাম',
|
|
68
68
|
filterPanelInputLabel: 'মান',
|
|
69
69
|
filterPanelInputPlaceholder: 'ফিল্টার মান',
|
|
70
70
|
// Filter operators text
|
package/locales/bnBD.mjs
CHANGED
|
@@ -58,7 +58,7 @@ const bnBDGrid = {
|
|
|
58
58
|
filterPanelOperator: 'অপারেটর',
|
|
59
59
|
filterPanelOperatorAnd: 'এবং',
|
|
60
60
|
filterPanelOperatorOr: 'অথবা',
|
|
61
|
-
|
|
61
|
+
filterPanelColumn: 'কলাম',
|
|
62
62
|
filterPanelInputLabel: 'মান',
|
|
63
63
|
filterPanelInputPlaceholder: 'ফিল্টার মান',
|
|
64
64
|
// Filter operators text
|
package/locales/caES.js
CHANGED
|
@@ -61,7 +61,7 @@ const caESGrid = {
|
|
|
61
61
|
filterPanelOperator: 'Operadors',
|
|
62
62
|
filterPanelOperatorAnd: 'I',
|
|
63
63
|
filterPanelOperatorOr: 'O',
|
|
64
|
-
|
|
64
|
+
filterPanelColumn: 'Columnes',
|
|
65
65
|
filterPanelInputLabel: 'Valor',
|
|
66
66
|
filterPanelInputPlaceholder: 'Valor del filtre',
|
|
67
67
|
// Filter operators text
|
package/locales/caES.mjs
CHANGED
|
@@ -55,7 +55,7 @@ const caESGrid = {
|
|
|
55
55
|
filterPanelOperator: 'Operadors',
|
|
56
56
|
filterPanelOperatorAnd: 'I',
|
|
57
57
|
filterPanelOperatorOr: 'O',
|
|
58
|
-
|
|
58
|
+
filterPanelColumn: 'Columnes',
|
|
59
59
|
filterPanelInputLabel: 'Valor',
|
|
60
60
|
filterPanelInputPlaceholder: 'Valor del filtre',
|
|
61
61
|
// Filter operators text
|
package/locales/csCZ.js
CHANGED
|
@@ -73,7 +73,7 @@ const csCZGrid = {
|
|
|
73
73
|
filterPanelOperator: 'Operátory',
|
|
74
74
|
filterPanelOperatorAnd: 'A',
|
|
75
75
|
filterPanelOperatorOr: 'Nebo',
|
|
76
|
-
|
|
76
|
+
filterPanelColumn: 'Sloupce',
|
|
77
77
|
filterPanelInputLabel: 'Hodnota',
|
|
78
78
|
filterPanelInputPlaceholder: 'Hodnota filtru',
|
|
79
79
|
// Filter operators text
|
package/locales/csCZ.mjs
CHANGED
|
@@ -67,7 +67,7 @@ const csCZGrid = {
|
|
|
67
67
|
filterPanelOperator: 'Operátory',
|
|
68
68
|
filterPanelOperatorAnd: 'A',
|
|
69
69
|
filterPanelOperatorOr: 'Nebo',
|
|
70
|
-
|
|
70
|
+
filterPanelColumn: 'Sloupce',
|
|
71
71
|
filterPanelInputLabel: 'Hodnota',
|
|
72
72
|
filterPanelInputPlaceholder: 'Hodnota filtru',
|
|
73
73
|
// Filter operators text
|
package/locales/daDK.js
CHANGED
|
@@ -65,7 +65,7 @@ const daDKGrid = {
|
|
|
65
65
|
filterPanelOperator: 'Operator',
|
|
66
66
|
filterPanelOperatorAnd: 'Og',
|
|
67
67
|
filterPanelOperatorOr: 'Eller',
|
|
68
|
-
|
|
68
|
+
filterPanelColumn: 'Kolonner',
|
|
69
69
|
filterPanelInputLabel: 'Værdi',
|
|
70
70
|
filterPanelInputPlaceholder: 'Filterværdi',
|
|
71
71
|
// Filter operators text
|
package/locales/daDK.mjs
CHANGED
|
@@ -59,7 +59,7 @@ const daDKGrid = {
|
|
|
59
59
|
filterPanelOperator: 'Operator',
|
|
60
60
|
filterPanelOperatorAnd: 'Og',
|
|
61
61
|
filterPanelOperatorOr: 'Eller',
|
|
62
|
-
|
|
62
|
+
filterPanelColumn: 'Kolonner',
|
|
63
63
|
filterPanelInputLabel: 'Værdi',
|
|
64
64
|
filterPanelInputPlaceholder: 'Filterværdi',
|
|
65
65
|
// Filter operators text
|
package/locales/deDE.js
CHANGED
|
@@ -62,7 +62,7 @@ const deDEGrid = {
|
|
|
62
62
|
filterPanelOperator: 'Operatoren',
|
|
63
63
|
filterPanelOperatorAnd: 'Und',
|
|
64
64
|
filterPanelOperatorOr: 'Oder',
|
|
65
|
-
|
|
65
|
+
filterPanelColumn: 'Spalten',
|
|
66
66
|
filterPanelInputLabel: 'Wert',
|
|
67
67
|
filterPanelInputPlaceholder: 'Wert filtern',
|
|
68
68
|
// Filter operators text
|
package/locales/deDE.mjs
CHANGED
|
@@ -56,7 +56,7 @@ const deDEGrid = {
|
|
|
56
56
|
filterPanelOperator: 'Operatoren',
|
|
57
57
|
filterPanelOperatorAnd: 'Und',
|
|
58
58
|
filterPanelOperatorOr: 'Oder',
|
|
59
|
-
|
|
59
|
+
filterPanelColumn: 'Spalten',
|
|
60
60
|
filterPanelInputLabel: 'Wert',
|
|
61
61
|
filterPanelInputPlaceholder: 'Wert filtern',
|
|
62
62
|
// Filter operators text
|
package/locales/elGR.js
CHANGED
|
@@ -65,7 +65,7 @@ const elGRGrid = {
|
|
|
65
65
|
filterPanelOperator: 'Τελεστές',
|
|
66
66
|
filterPanelOperatorAnd: 'Καί',
|
|
67
67
|
filterPanelOperatorOr: 'Ή',
|
|
68
|
-
|
|
68
|
+
filterPanelColumn: 'Στήλες',
|
|
69
69
|
filterPanelInputLabel: 'Τιμή',
|
|
70
70
|
filterPanelInputPlaceholder: 'Τιμή φίλτρου',
|
|
71
71
|
// Filter operators text
|
package/locales/elGR.mjs
CHANGED
|
@@ -59,7 +59,7 @@ const elGRGrid = {
|
|
|
59
59
|
filterPanelOperator: 'Τελεστές',
|
|
60
60
|
filterPanelOperatorAnd: 'Καί',
|
|
61
61
|
filterPanelOperatorOr: 'Ή',
|
|
62
|
-
|
|
62
|
+
filterPanelColumn: 'Στήλες',
|
|
63
63
|
filterPanelInputLabel: 'Τιμή',
|
|
64
64
|
filterPanelInputPlaceholder: 'Τιμή φίλτρου',
|
|
65
65
|
// Filter operators text
|
package/locales/esES.js
CHANGED
|
@@ -61,7 +61,7 @@ const esESGrid = {
|
|
|
61
61
|
filterPanelOperator: 'Operadores',
|
|
62
62
|
filterPanelOperatorAnd: 'Y',
|
|
63
63
|
filterPanelOperatorOr: 'O',
|
|
64
|
-
|
|
64
|
+
filterPanelColumn: 'Columnas',
|
|
65
65
|
filterPanelInputLabel: 'Valor',
|
|
66
66
|
filterPanelInputPlaceholder: 'Valor de filtro',
|
|
67
67
|
// Filter operators text
|
package/locales/esES.mjs
CHANGED
|
@@ -55,7 +55,7 @@ const esESGrid = {
|
|
|
55
55
|
filterPanelOperator: 'Operadores',
|
|
56
56
|
filterPanelOperatorAnd: 'Y',
|
|
57
57
|
filterPanelOperatorOr: 'O',
|
|
58
|
-
|
|
58
|
+
filterPanelColumn: 'Columnas',
|
|
59
59
|
filterPanelInputLabel: 'Valor',
|
|
60
60
|
filterPanelInputPlaceholder: 'Valor de filtro',
|
|
61
61
|
// Filter operators text
|
package/locales/faIR.js
CHANGED
|
@@ -64,7 +64,7 @@ const faIRGrid = {
|
|
|
64
64
|
filterPanelOperator: 'عملگرها',
|
|
65
65
|
filterPanelOperatorAnd: 'و',
|
|
66
66
|
filterPanelOperatorOr: 'یا',
|
|
67
|
-
|
|
67
|
+
filterPanelColumn: 'ستونها',
|
|
68
68
|
filterPanelInputLabel: 'مقدار',
|
|
69
69
|
filterPanelInputPlaceholder: 'فیلتر مقدار',
|
|
70
70
|
// Filter operators text
|
package/locales/faIR.mjs
CHANGED
|
@@ -58,7 +58,7 @@ const faIRGrid = {
|
|
|
58
58
|
filterPanelOperator: 'عملگرها',
|
|
59
59
|
filterPanelOperatorAnd: 'و',
|
|
60
60
|
filterPanelOperatorOr: 'یا',
|
|
61
|
-
|
|
61
|
+
filterPanelColumn: 'ستونها',
|
|
62
62
|
filterPanelInputLabel: 'مقدار',
|
|
63
63
|
filterPanelInputPlaceholder: 'فیلتر مقدار',
|
|
64
64
|
// Filter operators text
|
package/locales/fiFI.js
CHANGED
|
@@ -65,7 +65,7 @@ const fiFIGrid = {
|
|
|
65
65
|
filterPanelOperator: 'Operaattorit',
|
|
66
66
|
filterPanelOperatorAnd: 'Ja',
|
|
67
67
|
filterPanelOperatorOr: 'Tai',
|
|
68
|
-
|
|
68
|
+
filterPanelColumn: 'Sarakkeet',
|
|
69
69
|
filterPanelInputLabel: 'Arvo',
|
|
70
70
|
filterPanelInputPlaceholder: 'Suodattimen arvo',
|
|
71
71
|
// Filter operators text
|
package/locales/fiFI.mjs
CHANGED
|
@@ -59,7 +59,7 @@ const fiFIGrid = {
|
|
|
59
59
|
filterPanelOperator: 'Operaattorit',
|
|
60
60
|
filterPanelOperatorAnd: 'Ja',
|
|
61
61
|
filterPanelOperatorOr: 'Tai',
|
|
62
|
-
|
|
62
|
+
filterPanelColumn: 'Sarakkeet',
|
|
63
63
|
filterPanelInputLabel: 'Arvo',
|
|
64
64
|
filterPanelInputPlaceholder: 'Suodattimen arvo',
|
|
65
65
|
// Filter operators text
|
package/locales/frFR.js
CHANGED
|
@@ -64,7 +64,7 @@ const frFRGrid = {
|
|
|
64
64
|
filterPanelOperator: 'Opérateur',
|
|
65
65
|
filterPanelOperatorAnd: 'Et',
|
|
66
66
|
filterPanelOperatorOr: 'Ou',
|
|
67
|
-
|
|
67
|
+
filterPanelColumn: 'Colonne',
|
|
68
68
|
filterPanelInputLabel: 'Valeur',
|
|
69
69
|
filterPanelInputPlaceholder: 'Filtrer la valeur',
|
|
70
70
|
// Filter operators text
|
package/locales/frFR.mjs
CHANGED
|
@@ -58,7 +58,7 @@ const frFRGrid = {
|
|
|
58
58
|
filterPanelOperator: 'Opérateur',
|
|
59
59
|
filterPanelOperatorAnd: 'Et',
|
|
60
60
|
filterPanelOperatorOr: 'Ou',
|
|
61
|
-
|
|
61
|
+
filterPanelColumn: 'Colonne',
|
|
62
62
|
filterPanelInputLabel: 'Valeur',
|
|
63
63
|
filterPanelInputPlaceholder: 'Filtrer la valeur',
|
|
64
64
|
// Filter operators text
|
package/locales/heIL.js
CHANGED
|
@@ -65,7 +65,7 @@ const heILGrid = {
|
|
|
65
65
|
filterPanelOperator: 'אופרטור',
|
|
66
66
|
filterPanelOperatorAnd: 'וגם',
|
|
67
67
|
filterPanelOperatorOr: 'או',
|
|
68
|
-
|
|
68
|
+
filterPanelColumn: 'עמודות',
|
|
69
69
|
filterPanelInputLabel: 'ערך',
|
|
70
70
|
filterPanelInputPlaceholder: 'ערך מסנן',
|
|
71
71
|
// Filter operators text
|
package/locales/heIL.mjs
CHANGED
|
@@ -59,7 +59,7 @@ const heILGrid = {
|
|
|
59
59
|
filterPanelOperator: 'אופרטור',
|
|
60
60
|
filterPanelOperatorAnd: 'וגם',
|
|
61
61
|
filterPanelOperatorOr: 'או',
|
|
62
|
-
|
|
62
|
+
filterPanelColumn: 'עמודות',
|
|
63
63
|
filterPanelInputLabel: 'ערך',
|
|
64
64
|
filterPanelInputPlaceholder: 'ערך מסנן',
|
|
65
65
|
// Filter operators text
|
package/locales/hrHR.js
CHANGED
|
@@ -72,7 +72,7 @@ const hrHRGrid = {
|
|
|
72
72
|
filterPanelOperator: 'Operator',
|
|
73
73
|
filterPanelOperatorAnd: 'I',
|
|
74
74
|
filterPanelOperatorOr: 'Ili',
|
|
75
|
-
|
|
75
|
+
filterPanelColumn: 'Stupac',
|
|
76
76
|
filterPanelInputLabel: 'Vrijednost',
|
|
77
77
|
filterPanelInputPlaceholder: 'Vrijednost filtera',
|
|
78
78
|
// Filter operators text
|
package/locales/hrHR.mjs
CHANGED
|
@@ -66,7 +66,7 @@ const hrHRGrid = {
|
|
|
66
66
|
filterPanelOperator: 'Operator',
|
|
67
67
|
filterPanelOperatorAnd: 'I',
|
|
68
68
|
filterPanelOperatorOr: 'Ili',
|
|
69
|
-
|
|
69
|
+
filterPanelColumn: 'Stupac',
|
|
70
70
|
filterPanelInputLabel: 'Vrijednost',
|
|
71
71
|
filterPanelInputPlaceholder: 'Vrijednost filtera',
|
|
72
72
|
// Filter operators text
|
package/locales/huHU.js
CHANGED
|
@@ -64,7 +64,7 @@ const huHUGrid = {
|
|
|
64
64
|
filterPanelOperator: 'Operátorok',
|
|
65
65
|
filterPanelOperatorAnd: 'És',
|
|
66
66
|
filterPanelOperatorOr: 'Vagy',
|
|
67
|
-
|
|
67
|
+
filterPanelColumn: 'Oszlopok',
|
|
68
68
|
filterPanelInputLabel: 'Érték',
|
|
69
69
|
filterPanelInputPlaceholder: 'Érték szűrése',
|
|
70
70
|
// Filter operators text
|