@mui/x-data-grid 9.9.0 → 9.10.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 +111 -0
- package/colDef/gridNumericOperators.d.mts +1 -1
- package/colDef/gridNumericOperators.d.ts +1 -1
- package/components/GridSkeletonLoadingOverlay.d.mts +1 -1
- package/components/GridSkeletonLoadingOverlay.d.ts +1 -1
- package/components/cell/GridActionsCellItem.d.mts +10 -10
- package/components/cell/GridActionsCellItem.d.ts +10 -10
- package/components/cell/GridBooleanCell.d.mts +0 -3
- package/components/cell/GridBooleanCell.d.ts +0 -3
- package/components/cell/GridSkeletonCell.d.mts +0 -3
- package/components/cell/GridSkeletonCell.d.ts +0 -3
- package/components/columnHeaders/GridColumnHeaderItem.d.mts +0 -3
- package/components/columnHeaders/GridColumnHeaderItem.d.ts +0 -3
- package/components/columnHeaders/GridColumnHeaderSeparator.d.mts +0 -3
- package/components/columnHeaders/GridColumnHeaderSeparator.d.ts +0 -3
- package/components/columnHeaders/GridColumnHeaderSortIcon.d.mts +0 -3
- package/components/columnHeaders/GridColumnHeaderSortIcon.d.ts +0 -3
- package/components/toolbarV8/utils.d.mts +1 -1
- package/components/toolbarV8/utils.d.ts +1 -1
- package/constants/cssVariables.d.mts +120 -120
- package/constants/cssVariables.d.ts +120 -120
- package/hooks/core/useGridLocaleText.d.mts +1 -1
- package/hooks/core/useGridLocaleText.d.ts +1 -1
- package/hooks/core/useGridLoggerFactory.d.mts +1 -1
- package/hooks/core/useGridLoggerFactory.d.ts +1 -1
- package/hooks/features/clipboard/useGridClipboard.d.mts +1 -1
- package/hooks/features/clipboard/useGridClipboard.d.ts +1 -1
- package/hooks/features/columnGrouping/useGridColumnGrouping.d.mts +1 -1
- package/hooks/features/columnGrouping/useGridColumnGrouping.d.ts +1 -1
- package/hooks/features/columnHeaders/useGridColumnHeaders.d.mts +2 -2
- package/hooks/features/columnHeaders/useGridColumnHeaders.d.ts +2 -2
- package/hooks/features/columnResize/useGridColumnResize.d.mts +1 -1
- package/hooks/features/columnResize/useGridColumnResize.d.ts +1 -1
- package/hooks/features/columns/gridColumnsUtils.d.mts +1 -1
- package/hooks/features/columns/gridColumnsUtils.d.ts +1 -1
- package/hooks/features/dataSource/useGridDataSourceBase.d.mts +2 -2
- package/hooks/features/dataSource/useGridDataSourceBase.d.ts +2 -2
- package/hooks/features/density/useGridDensity.d.mts +1 -1
- package/hooks/features/density/useGridDensity.d.ts +1 -1
- package/hooks/features/editing/useGridCellEditing.d.mts +1 -1
- package/hooks/features/editing/useGridCellEditing.d.ts +1 -1
- package/hooks/features/editing/useGridEditing.d.mts +1 -1
- package/hooks/features/editing/useGridEditing.d.ts +1 -1
- package/hooks/features/editing/useGridRowEditing.d.mts +1 -1
- package/hooks/features/editing/useGridRowEditing.d.ts +1 -1
- package/hooks/features/editing/utils.d.mts +1 -1
- package/hooks/features/editing/utils.d.ts +1 -1
- package/hooks/features/export/useGridCsvExport.d.mts +1 -1
- package/hooks/features/export/useGridCsvExport.d.ts +1 -1
- package/hooks/features/export/useGridPrintExport.d.mts +1 -1
- package/hooks/features/export/useGridPrintExport.d.ts +1 -1
- package/hooks/features/filter/gridFilterUtils.d.mts +1 -1
- package/hooks/features/filter/gridFilterUtils.d.ts +1 -1
- package/hooks/features/filter/useGridFilter.d.mts +1 -1
- package/hooks/features/filter/useGridFilter.d.ts +1 -1
- package/hooks/features/focus/useGridFocus.d.mts +1 -1
- package/hooks/features/focus/useGridFocus.d.ts +1 -1
- package/hooks/features/headerFiltering/useGridHeaderFiltering.d.mts +1 -1
- package/hooks/features/headerFiltering/useGridHeaderFiltering.d.ts +1 -1
- package/hooks/features/keyboardNavigation/useGridKeyboardNavigation.d.mts +1 -1
- package/hooks/features/keyboardNavigation/useGridKeyboardNavigation.d.ts +1 -1
- package/hooks/features/overlays/useGridOverlays.d.mts +1 -1
- package/hooks/features/overlays/useGridOverlays.d.ts +1 -1
- package/hooks/features/pagination/gridPaginationUtils.d.mts +1 -1
- package/hooks/features/pagination/gridPaginationUtils.d.ts +1 -1
- package/hooks/features/pagination/useGridPaginationMeta.d.mts +1 -1
- package/hooks/features/pagination/useGridPaginationMeta.d.ts +1 -1
- package/hooks/features/pagination/useGridPaginationModel.d.mts +2 -2
- package/hooks/features/pagination/useGridPaginationModel.d.ts +2 -2
- package/hooks/features/pagination/useGridRowCount.d.mts +1 -1
- package/hooks/features/pagination/useGridRowCount.d.ts +1 -1
- package/hooks/features/preferencesPanel/useGridPreferencesPanel.d.mts +1 -1
- package/hooks/features/preferencesPanel/useGridPreferencesPanel.d.ts +1 -1
- package/hooks/features/rowSelection/useGridRowSelection.d.mts +1 -1
- package/hooks/features/rowSelection/useGridRowSelection.d.ts +1 -1
- package/hooks/features/rows/gridRowsUtils.d.mts +4 -4
- package/hooks/features/rows/gridRowsUtils.d.ts +4 -4
- package/hooks/features/rows/useGridRowSpanning.d.mts +1 -1
- package/hooks/features/rows/useGridRowSpanning.d.ts +1 -1
- package/hooks/features/rows/useGridRows.d.mts +1 -1
- package/hooks/features/rows/useGridRows.d.ts +1 -1
- package/hooks/features/rows/useGridRowsMeta.d.mts +1 -1
- package/hooks/features/rows/useGridRowsMeta.d.ts +1 -1
- package/hooks/features/scroll/useGridScroll.d.mts +1 -1
- package/hooks/features/scroll/useGridScroll.d.ts +1 -1
- package/hooks/features/sorting/useGridSorting.d.mts +1 -1
- package/hooks/features/sorting/useGridSorting.d.ts +1 -1
- package/hooks/features/virtualization/gridFocusedVirtualCellSelector.d.mts +2 -2
- package/hooks/features/virtualization/gridFocusedVirtualCellSelector.d.ts +2 -2
- package/hooks/utils/useGridEvent.d.mts +1 -1
- package/hooks/utils/useGridEvent.d.ts +1 -1
- package/hooks/utils/useGridVisibleRows.d.mts +2 -2
- package/hooks/utils/useGridVisibleRows.d.ts +2 -2
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/demo/TailwindDemoContainer.d.mts +1 -1
- package/internals/demo/TailwindDemoContainer.d.ts +1 -1
- package/models/api/gridApiCommon.d.mts +1 -1
- package/models/api/gridApiCommon.d.ts +1 -1
- package/package.json +4 -4
- package/utils/cellBorderUtils.d.mts +2 -2
- package/utils/cellBorderUtils.d.ts +2 -2
- package/utils/getPublicApiRef.d.mts +1 -1
- package/utils/getPublicApiRef.d.ts +1 -1
- package/utils/keyboardUtils.d.mts +1 -1
- package/utils/keyboardUtils.d.ts +1 -1
- package/utils/rtlFlipSide.d.mts +1 -1
- package/utils/rtlFlipSide.d.ts +1 -1
|
@@ -1,81 +1,81 @@
|
|
|
1
1
|
declare const keys: {
|
|
2
|
-
readonly spacingUnit:
|
|
2
|
+
readonly spacingUnit: '--DataGrid-t-spacing-unit';
|
|
3
3
|
readonly colors: {
|
|
4
4
|
readonly border: {
|
|
5
|
-
readonly base:
|
|
5
|
+
readonly base: '--DataGrid-t-color-border-base';
|
|
6
6
|
};
|
|
7
7
|
readonly foreground: {
|
|
8
|
-
readonly base:
|
|
9
|
-
readonly muted:
|
|
10
|
-
readonly accent:
|
|
11
|
-
readonly disabled:
|
|
12
|
-
readonly error:
|
|
8
|
+
readonly base: '--DataGrid-t-color-foreground-base';
|
|
9
|
+
readonly muted: '--DataGrid-t-color-foreground-muted';
|
|
10
|
+
readonly accent: '--DataGrid-t-color-foreground-accent';
|
|
11
|
+
readonly disabled: '--DataGrid-t-color-foreground-disabled';
|
|
12
|
+
readonly error: '--DataGrid-t-color-foreground-error';
|
|
13
13
|
};
|
|
14
14
|
readonly background: {
|
|
15
|
-
readonly base:
|
|
16
|
-
readonly overlay:
|
|
17
|
-
readonly backdrop:
|
|
15
|
+
readonly base: '--DataGrid-t-color-background-base';
|
|
16
|
+
readonly overlay: '--DataGrid-t-color-background-overlay';
|
|
17
|
+
readonly backdrop: '--DataGrid-t-color-background-backdrop';
|
|
18
18
|
};
|
|
19
19
|
readonly interactive: {
|
|
20
|
-
readonly hover:
|
|
21
|
-
readonly hoverOpacity:
|
|
22
|
-
readonly focus:
|
|
23
|
-
readonly focusOpacity:
|
|
24
|
-
readonly disabled:
|
|
25
|
-
readonly disabledOpacity:
|
|
26
|
-
readonly selected:
|
|
27
|
-
readonly selectedOpacity:
|
|
20
|
+
readonly hover: '--DataGrid-t-color-interactive-hover';
|
|
21
|
+
readonly hoverOpacity: '--DataGrid-t-color-interactive-hover-opacity';
|
|
22
|
+
readonly focus: '--DataGrid-t-color-interactive-focus';
|
|
23
|
+
readonly focusOpacity: '--DataGrid-t-color-interactive-focus-opacity';
|
|
24
|
+
readonly disabled: '--DataGrid-t-color-interactive-disabled';
|
|
25
|
+
readonly disabledOpacity: '--DataGrid-t-color-interactive-disabled-opacity';
|
|
26
|
+
readonly selected: '--DataGrid-t-color-interactive-selected';
|
|
27
|
+
readonly selectedOpacity: '--DataGrid-t-color-interactive-selected-opacity';
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
readonly header: {
|
|
31
31
|
readonly background: {
|
|
32
|
-
readonly base:
|
|
32
|
+
readonly base: '--DataGrid-t-header-background-base';
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
readonly cell: {
|
|
36
36
|
readonly background: {
|
|
37
|
-
readonly pinned:
|
|
37
|
+
readonly pinned: '--DataGrid-t-cell-background-pinned';
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
readonly radius: {
|
|
41
|
-
readonly base:
|
|
41
|
+
readonly base: '--DataGrid-t-radius-base';
|
|
42
42
|
};
|
|
43
43
|
readonly typography: {
|
|
44
44
|
readonly font: {
|
|
45
|
-
readonly body:
|
|
46
|
-
readonly small:
|
|
47
|
-
readonly large:
|
|
45
|
+
readonly body: '--DataGrid-t-typography-font-body';
|
|
46
|
+
readonly small: '--DataGrid-t-typography-font-small';
|
|
47
|
+
readonly large: '--DataGrid-t-typography-font-large';
|
|
48
48
|
};
|
|
49
49
|
readonly fontFamily: {
|
|
50
|
-
readonly base:
|
|
50
|
+
readonly base: '--DataGrid-t-typography-font-family-base';
|
|
51
51
|
};
|
|
52
52
|
readonly fontWeight: {
|
|
53
|
-
readonly light:
|
|
54
|
-
readonly regular:
|
|
55
|
-
readonly medium:
|
|
56
|
-
readonly bold:
|
|
53
|
+
readonly light: '--DataGrid-t-typography-font-weight-light';
|
|
54
|
+
readonly regular: '--DataGrid-t-typography-font-weight-regular';
|
|
55
|
+
readonly medium: '--DataGrid-t-typography-font-weight-medium';
|
|
56
|
+
readonly bold: '--DataGrid-t-typography-font-weight-bold';
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
59
|
readonly transitions: {
|
|
60
60
|
readonly easing: {
|
|
61
|
-
readonly easeIn:
|
|
62
|
-
readonly easeOut:
|
|
63
|
-
readonly easeInOut:
|
|
61
|
+
readonly easeIn: '--DataGrid-t-transition-easing-ease-in';
|
|
62
|
+
readonly easeOut: '--DataGrid-t-transition-easing-ease-out';
|
|
63
|
+
readonly easeInOut: '--DataGrid-t-transition-easing-ease-in-out';
|
|
64
64
|
};
|
|
65
65
|
readonly duration: {
|
|
66
|
-
readonly short:
|
|
67
|
-
readonly base:
|
|
68
|
-
readonly long:
|
|
66
|
+
readonly short: '--DataGrid-t-transition-duration-short';
|
|
67
|
+
readonly base: '--DataGrid-t-transition-duration-base';
|
|
68
|
+
readonly long: '--DataGrid-t-transition-duration-long';
|
|
69
69
|
};
|
|
70
70
|
};
|
|
71
71
|
readonly shadows: {
|
|
72
|
-
readonly base:
|
|
73
|
-
readonly overlay:
|
|
72
|
+
readonly base: '--DataGrid-t-shadow-base';
|
|
73
|
+
readonly overlay: '--DataGrid-t-shadow-overlay';
|
|
74
74
|
};
|
|
75
75
|
readonly zIndex: {
|
|
76
|
-
readonly panel:
|
|
77
|
-
readonly menu:
|
|
78
|
-
readonly modal:
|
|
76
|
+
readonly panel: '--DataGrid-t-z-index-panel';
|
|
77
|
+
readonly menu: '--DataGrid-t-z-index-menu';
|
|
78
|
+
readonly modal: '--DataGrid-t-z-index-modal';
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
81
|
export type GridCSSVariablesInterface = { [E in CreateObjectEntries<typeof keys> as E['value']]: string | number };
|
|
@@ -93,83 +93,83 @@ type CreateObjectEntries<TValue, TValueInitial = TValue> = TValue extends object
|
|
|
93
93
|
} : never : never : never }[keyof TValue] : EmptyEntry<TValue>;
|
|
94
94
|
type OmitItself<TValue, TValueInitial> = TValue extends TValueInitial ? EmptyEntry<TValue> : CreateObjectEntries<TValue, TValueInitial>;
|
|
95
95
|
export declare const vars: {
|
|
96
|
-
spacingUnit:
|
|
96
|
+
spacingUnit: '--DataGrid-t-spacing-unit';
|
|
97
97
|
colors: {
|
|
98
98
|
readonly border: {
|
|
99
|
-
readonly base:
|
|
99
|
+
readonly base: '--DataGrid-t-color-border-base';
|
|
100
100
|
};
|
|
101
101
|
readonly foreground: {
|
|
102
|
-
readonly base:
|
|
103
|
-
readonly muted:
|
|
104
|
-
readonly accent:
|
|
105
|
-
readonly disabled:
|
|
106
|
-
readonly error:
|
|
102
|
+
readonly base: '--DataGrid-t-color-foreground-base';
|
|
103
|
+
readonly muted: '--DataGrid-t-color-foreground-muted';
|
|
104
|
+
readonly accent: '--DataGrid-t-color-foreground-accent';
|
|
105
|
+
readonly disabled: '--DataGrid-t-color-foreground-disabled';
|
|
106
|
+
readonly error: '--DataGrid-t-color-foreground-error';
|
|
107
107
|
};
|
|
108
108
|
readonly background: {
|
|
109
|
-
readonly base:
|
|
110
|
-
readonly overlay:
|
|
111
|
-
readonly backdrop:
|
|
109
|
+
readonly base: '--DataGrid-t-color-background-base';
|
|
110
|
+
readonly overlay: '--DataGrid-t-color-background-overlay';
|
|
111
|
+
readonly backdrop: '--DataGrid-t-color-background-backdrop';
|
|
112
112
|
};
|
|
113
113
|
readonly interactive: {
|
|
114
|
-
readonly hover:
|
|
115
|
-
readonly hoverOpacity:
|
|
116
|
-
readonly focus:
|
|
117
|
-
readonly focusOpacity:
|
|
118
|
-
readonly disabled:
|
|
119
|
-
readonly disabledOpacity:
|
|
120
|
-
readonly selected:
|
|
121
|
-
readonly selectedOpacity:
|
|
114
|
+
readonly hover: '--DataGrid-t-color-interactive-hover';
|
|
115
|
+
readonly hoverOpacity: '--DataGrid-t-color-interactive-hover-opacity';
|
|
116
|
+
readonly focus: '--DataGrid-t-color-interactive-focus';
|
|
117
|
+
readonly focusOpacity: '--DataGrid-t-color-interactive-focus-opacity';
|
|
118
|
+
readonly disabled: '--DataGrid-t-color-interactive-disabled';
|
|
119
|
+
readonly disabledOpacity: '--DataGrid-t-color-interactive-disabled-opacity';
|
|
120
|
+
readonly selected: '--DataGrid-t-color-interactive-selected';
|
|
121
|
+
readonly selectedOpacity: '--DataGrid-t-color-interactive-selected-opacity';
|
|
122
122
|
};
|
|
123
123
|
};
|
|
124
124
|
header: {
|
|
125
125
|
readonly background: {
|
|
126
|
-
readonly base:
|
|
126
|
+
readonly base: '--DataGrid-t-header-background-base';
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
129
|
cell: {
|
|
130
130
|
readonly background: {
|
|
131
|
-
readonly pinned:
|
|
131
|
+
readonly pinned: '--DataGrid-t-cell-background-pinned';
|
|
132
132
|
};
|
|
133
133
|
};
|
|
134
134
|
radius: {
|
|
135
|
-
readonly base:
|
|
135
|
+
readonly base: '--DataGrid-t-radius-base';
|
|
136
136
|
};
|
|
137
137
|
typography: {
|
|
138
138
|
readonly font: {
|
|
139
|
-
readonly body:
|
|
140
|
-
readonly small:
|
|
141
|
-
readonly large:
|
|
139
|
+
readonly body: '--DataGrid-t-typography-font-body';
|
|
140
|
+
readonly small: '--DataGrid-t-typography-font-small';
|
|
141
|
+
readonly large: '--DataGrid-t-typography-font-large';
|
|
142
142
|
};
|
|
143
143
|
readonly fontFamily: {
|
|
144
|
-
readonly base:
|
|
144
|
+
readonly base: '--DataGrid-t-typography-font-family-base';
|
|
145
145
|
};
|
|
146
146
|
readonly fontWeight: {
|
|
147
|
-
readonly light:
|
|
148
|
-
readonly regular:
|
|
149
|
-
readonly medium:
|
|
150
|
-
readonly bold:
|
|
147
|
+
readonly light: '--DataGrid-t-typography-font-weight-light';
|
|
148
|
+
readonly regular: '--DataGrid-t-typography-font-weight-regular';
|
|
149
|
+
readonly medium: '--DataGrid-t-typography-font-weight-medium';
|
|
150
|
+
readonly bold: '--DataGrid-t-typography-font-weight-bold';
|
|
151
151
|
};
|
|
152
152
|
};
|
|
153
153
|
transitions: {
|
|
154
154
|
readonly easing: {
|
|
155
|
-
readonly easeIn:
|
|
156
|
-
readonly easeOut:
|
|
157
|
-
readonly easeInOut:
|
|
155
|
+
readonly easeIn: '--DataGrid-t-transition-easing-ease-in';
|
|
156
|
+
readonly easeOut: '--DataGrid-t-transition-easing-ease-out';
|
|
157
|
+
readonly easeInOut: '--DataGrid-t-transition-easing-ease-in-out';
|
|
158
158
|
};
|
|
159
159
|
readonly duration: {
|
|
160
|
-
readonly short:
|
|
161
|
-
readonly base:
|
|
162
|
-
readonly long:
|
|
160
|
+
readonly short: '--DataGrid-t-transition-duration-short';
|
|
161
|
+
readonly base: '--DataGrid-t-transition-duration-base';
|
|
162
|
+
readonly long: '--DataGrid-t-transition-duration-long';
|
|
163
163
|
};
|
|
164
164
|
};
|
|
165
165
|
shadows: {
|
|
166
|
-
readonly base:
|
|
167
|
-
readonly overlay:
|
|
166
|
+
readonly base: '--DataGrid-t-shadow-base';
|
|
167
|
+
readonly overlay: '--DataGrid-t-shadow-overlay';
|
|
168
168
|
};
|
|
169
169
|
zIndex: {
|
|
170
|
-
readonly panel:
|
|
171
|
-
readonly menu:
|
|
172
|
-
readonly modal:
|
|
170
|
+
readonly panel: '--DataGrid-t-z-index-panel';
|
|
171
|
+
readonly menu: '--DataGrid-t-z-index-menu';
|
|
172
|
+
readonly modal: '--DataGrid-t-z-index-modal';
|
|
173
173
|
};
|
|
174
174
|
breakpoints: {
|
|
175
175
|
values: {
|
|
@@ -184,83 +184,83 @@ export declare const vars: {
|
|
|
184
184
|
spacing: typeof spacing;
|
|
185
185
|
transition: typeof transition;
|
|
186
186
|
keys: {
|
|
187
|
-
readonly spacingUnit:
|
|
187
|
+
readonly spacingUnit: '--DataGrid-t-spacing-unit';
|
|
188
188
|
readonly colors: {
|
|
189
189
|
readonly border: {
|
|
190
|
-
readonly base:
|
|
190
|
+
readonly base: '--DataGrid-t-color-border-base';
|
|
191
191
|
};
|
|
192
192
|
readonly foreground: {
|
|
193
|
-
readonly base:
|
|
194
|
-
readonly muted:
|
|
195
|
-
readonly accent:
|
|
196
|
-
readonly disabled:
|
|
197
|
-
readonly error:
|
|
193
|
+
readonly base: '--DataGrid-t-color-foreground-base';
|
|
194
|
+
readonly muted: '--DataGrid-t-color-foreground-muted';
|
|
195
|
+
readonly accent: '--DataGrid-t-color-foreground-accent';
|
|
196
|
+
readonly disabled: '--DataGrid-t-color-foreground-disabled';
|
|
197
|
+
readonly error: '--DataGrid-t-color-foreground-error';
|
|
198
198
|
};
|
|
199
199
|
readonly background: {
|
|
200
|
-
readonly base:
|
|
201
|
-
readonly overlay:
|
|
202
|
-
readonly backdrop:
|
|
200
|
+
readonly base: '--DataGrid-t-color-background-base';
|
|
201
|
+
readonly overlay: '--DataGrid-t-color-background-overlay';
|
|
202
|
+
readonly backdrop: '--DataGrid-t-color-background-backdrop';
|
|
203
203
|
};
|
|
204
204
|
readonly interactive: {
|
|
205
|
-
readonly hover:
|
|
206
|
-
readonly hoverOpacity:
|
|
207
|
-
readonly focus:
|
|
208
|
-
readonly focusOpacity:
|
|
209
|
-
readonly disabled:
|
|
210
|
-
readonly disabledOpacity:
|
|
211
|
-
readonly selected:
|
|
212
|
-
readonly selectedOpacity:
|
|
205
|
+
readonly hover: '--DataGrid-t-color-interactive-hover';
|
|
206
|
+
readonly hoverOpacity: '--DataGrid-t-color-interactive-hover-opacity';
|
|
207
|
+
readonly focus: '--DataGrid-t-color-interactive-focus';
|
|
208
|
+
readonly focusOpacity: '--DataGrid-t-color-interactive-focus-opacity';
|
|
209
|
+
readonly disabled: '--DataGrid-t-color-interactive-disabled';
|
|
210
|
+
readonly disabledOpacity: '--DataGrid-t-color-interactive-disabled-opacity';
|
|
211
|
+
readonly selected: '--DataGrid-t-color-interactive-selected';
|
|
212
|
+
readonly selectedOpacity: '--DataGrid-t-color-interactive-selected-opacity';
|
|
213
213
|
};
|
|
214
214
|
};
|
|
215
215
|
readonly header: {
|
|
216
216
|
readonly background: {
|
|
217
|
-
readonly base:
|
|
217
|
+
readonly base: '--DataGrid-t-header-background-base';
|
|
218
218
|
};
|
|
219
219
|
};
|
|
220
220
|
readonly cell: {
|
|
221
221
|
readonly background: {
|
|
222
|
-
readonly pinned:
|
|
222
|
+
readonly pinned: '--DataGrid-t-cell-background-pinned';
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
225
|
readonly radius: {
|
|
226
|
-
readonly base:
|
|
226
|
+
readonly base: '--DataGrid-t-radius-base';
|
|
227
227
|
};
|
|
228
228
|
readonly typography: {
|
|
229
229
|
readonly font: {
|
|
230
|
-
readonly body:
|
|
231
|
-
readonly small:
|
|
232
|
-
readonly large:
|
|
230
|
+
readonly body: '--DataGrid-t-typography-font-body';
|
|
231
|
+
readonly small: '--DataGrid-t-typography-font-small';
|
|
232
|
+
readonly large: '--DataGrid-t-typography-font-large';
|
|
233
233
|
};
|
|
234
234
|
readonly fontFamily: {
|
|
235
|
-
readonly base:
|
|
235
|
+
readonly base: '--DataGrid-t-typography-font-family-base';
|
|
236
236
|
};
|
|
237
237
|
readonly fontWeight: {
|
|
238
|
-
readonly light:
|
|
239
|
-
readonly regular:
|
|
240
|
-
readonly medium:
|
|
241
|
-
readonly bold:
|
|
238
|
+
readonly light: '--DataGrid-t-typography-font-weight-light';
|
|
239
|
+
readonly regular: '--DataGrid-t-typography-font-weight-regular';
|
|
240
|
+
readonly medium: '--DataGrid-t-typography-font-weight-medium';
|
|
241
|
+
readonly bold: '--DataGrid-t-typography-font-weight-bold';
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
244
|
readonly transitions: {
|
|
245
245
|
readonly easing: {
|
|
246
|
-
readonly easeIn:
|
|
247
|
-
readonly easeOut:
|
|
248
|
-
readonly easeInOut:
|
|
246
|
+
readonly easeIn: '--DataGrid-t-transition-easing-ease-in';
|
|
247
|
+
readonly easeOut: '--DataGrid-t-transition-easing-ease-out';
|
|
248
|
+
readonly easeInOut: '--DataGrid-t-transition-easing-ease-in-out';
|
|
249
249
|
};
|
|
250
250
|
readonly duration: {
|
|
251
|
-
readonly short:
|
|
252
|
-
readonly base:
|
|
253
|
-
readonly long:
|
|
251
|
+
readonly short: '--DataGrid-t-transition-duration-short';
|
|
252
|
+
readonly base: '--DataGrid-t-transition-duration-base';
|
|
253
|
+
readonly long: '--DataGrid-t-transition-duration-long';
|
|
254
254
|
};
|
|
255
255
|
};
|
|
256
256
|
readonly shadows: {
|
|
257
|
-
readonly base:
|
|
258
|
-
readonly overlay:
|
|
257
|
+
readonly base: '--DataGrid-t-shadow-base';
|
|
258
|
+
readonly overlay: '--DataGrid-t-shadow-overlay';
|
|
259
259
|
};
|
|
260
260
|
readonly zIndex: {
|
|
261
|
-
readonly panel:
|
|
262
|
-
readonly menu:
|
|
263
|
-
readonly modal:
|
|
261
|
+
readonly panel: '--DataGrid-t-z-index-panel';
|
|
262
|
+
readonly menu: '--DataGrid-t-z-index-menu';
|
|
263
|
+
readonly modal: '--DataGrid-t-z-index-modal';
|
|
264
264
|
};
|
|
265
265
|
};
|
|
266
266
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { RefObject } from '@mui/x-internals/types';
|
|
2
2
|
import type { GridPrivateApiCommon } from "../../models/api/gridApiCommon.mjs";
|
|
3
3
|
import type { DataGridProcessedProps } from "../../models/props/DataGridProps.mjs";
|
|
4
|
-
export declare const useGridLocaleText: (apiRef: RefObject<GridPrivateApiCommon>, props: Pick<DataGridProcessedProps,
|
|
4
|
+
export declare const useGridLocaleText: (apiRef: RefObject<GridPrivateApiCommon>, props: Pick<DataGridProcessedProps, 'localeText'>) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { RefObject } from '@mui/x-internals/types';
|
|
2
2
|
import type { GridPrivateApiCommon } from "../../models/api/gridApiCommon.js";
|
|
3
3
|
import type { DataGridProcessedProps } from "../../models/props/DataGridProps.js";
|
|
4
|
-
export declare const useGridLocaleText: (apiRef: RefObject<GridPrivateApiCommon>, props: Pick<DataGridProcessedProps,
|
|
4
|
+
export declare const useGridLocaleText: (apiRef: RefObject<GridPrivateApiCommon>, props: Pick<DataGridProcessedProps, 'localeText'>) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { RefObject } from '@mui/x-internals/types';
|
|
2
2
|
import type { GridPrivateApiCommon } from "../../models/api/gridApiCommon.mjs";
|
|
3
3
|
import type { DataGridProcessedProps } from "../../models/props/DataGridProps.mjs";
|
|
4
|
-
export declare const useGridLoggerFactory: (apiRef: RefObject<GridPrivateApiCommon>, props: Pick<DataGridProcessedProps,
|
|
4
|
+
export declare const useGridLoggerFactory: (apiRef: RefObject<GridPrivateApiCommon>, props: Pick<DataGridProcessedProps, 'logger' | 'logLevel'>) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { RefObject } from '@mui/x-internals/types';
|
|
2
2
|
import type { GridPrivateApiCommon } from "../../models/api/gridApiCommon.js";
|
|
3
3
|
import type { DataGridProcessedProps } from "../../models/props/DataGridProps.js";
|
|
4
|
-
export declare const useGridLoggerFactory: (apiRef: RefObject<GridPrivateApiCommon>, props: Pick<DataGridProcessedProps,
|
|
4
|
+
export declare const useGridLoggerFactory: (apiRef: RefObject<GridPrivateApiCommon>, props: Pick<DataGridProcessedProps, 'logger' | 'logLevel'>) => void;
|
|
@@ -5,4 +5,4 @@ import type { DataGridProcessedProps } from "../../../models/props/DataGridProps
|
|
|
5
5
|
* @requires useGridCsvExport (method)
|
|
6
6
|
* @requires useGridSelection (method)
|
|
7
7
|
*/
|
|
8
|
-
export declare const useGridClipboard: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
8
|
+
export declare const useGridClipboard: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'ignoreValueFormatterDuringExport' | 'onClipboardCopy' | 'clipboardCopyCellDelimiter'>) => void;
|
|
@@ -5,4 +5,4 @@ import type { DataGridProcessedProps } from "../../../models/props/DataGridProps
|
|
|
5
5
|
* @requires useGridCsvExport (method)
|
|
6
6
|
* @requires useGridSelection (method)
|
|
7
7
|
*/
|
|
8
|
-
export declare const useGridClipboard: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
8
|
+
export declare const useGridClipboard: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'ignoreValueFormatterDuringExport' | 'onClipboardCopy' | 'clipboardCopyCellDelimiter'>) => void;
|
|
@@ -7,4 +7,4 @@ export declare const columnGroupsStateInitializer: GridStateInitializer<Pick<Dat
|
|
|
7
7
|
* @requires useGridColumns (method, event)
|
|
8
8
|
* @requires useGridParamsApi (method)
|
|
9
9
|
*/
|
|
10
|
-
export declare const useGridColumnGrouping: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
10
|
+
export declare const useGridColumnGrouping: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'columnGroupingModel'>) => void;
|
|
@@ -7,4 +7,4 @@ export declare const columnGroupsStateInitializer: GridStateInitializer<Pick<Dat
|
|
|
7
7
|
* @requires useGridColumns (method, event)
|
|
8
8
|
* @requires useGridParamsApi (method)
|
|
9
9
|
*/
|
|
10
|
-
export declare const useGridColumnGrouping: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
10
|
+
export declare const useGridColumnGrouping: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'columnGroupingModel'>) => void;
|
|
@@ -6,9 +6,9 @@ import type { GridSortColumnLookup } from "../sorting/index.mjs";
|
|
|
6
6
|
import type { GridFilterActiveItemsLookup } from "../filter/index.mjs";
|
|
7
7
|
import type { GridColumnGroupIdentifier, GridColumnIdentifier } from "../focus/index.mjs";
|
|
8
8
|
import type { GridColumnMenuState } from "../columnMenu/index.mjs";
|
|
9
|
-
import { gridColumnPositionsSelector } from "../columns/index.mjs";
|
|
10
9
|
import type { GridColumnVisibilityModel } from "../columns/index.mjs";
|
|
11
10
|
import type { GridGroupingStructure } from "../columnGrouping/gridColumnGroupsInterfaces.mjs";
|
|
11
|
+
import { getPinnedCellOffset } from "../../../internals/utils/getPinnedCellOffset.mjs";
|
|
12
12
|
import { PinnedColumnPosition } from "../../../internals/constants.mjs";
|
|
13
13
|
export interface UseGridColumnHeadersProps {
|
|
14
14
|
visibleColumns: GridStateColDef[];
|
|
@@ -57,7 +57,7 @@ export declare const useGridColumnHeaders: (props: UseGridColumnHeadersProps) =>
|
|
|
57
57
|
lastColumnToRender: number;
|
|
58
58
|
};
|
|
59
59
|
getColumnGroupHeadersRows: () => React.JSX.Element[] | null;
|
|
60
|
-
getPinnedCellOffset:
|
|
60
|
+
getPinnedCellOffset: typeof getPinnedCellOffset;
|
|
61
61
|
isDragging: boolean;
|
|
62
62
|
getInnerProps: () => {
|
|
63
63
|
role: string;
|
|
@@ -6,9 +6,9 @@ import type { GridSortColumnLookup } from "../sorting/index.js";
|
|
|
6
6
|
import type { GridFilterActiveItemsLookup } from "../filter/index.js";
|
|
7
7
|
import type { GridColumnGroupIdentifier, GridColumnIdentifier } from "../focus/index.js";
|
|
8
8
|
import type { GridColumnMenuState } from "../columnMenu/index.js";
|
|
9
|
-
import { gridColumnPositionsSelector } from "../columns/index.js";
|
|
10
9
|
import type { GridColumnVisibilityModel } from "../columns/index.js";
|
|
11
10
|
import type { GridGroupingStructure } from "../columnGrouping/gridColumnGroupsInterfaces.js";
|
|
11
|
+
import { getPinnedCellOffset } from "../../../internals/utils/getPinnedCellOffset.js";
|
|
12
12
|
import { PinnedColumnPosition } from "../../../internals/constants.js";
|
|
13
13
|
export interface UseGridColumnHeadersProps {
|
|
14
14
|
visibleColumns: GridStateColDef[];
|
|
@@ -57,7 +57,7 @@ export declare const useGridColumnHeaders: (props: UseGridColumnHeadersProps) =>
|
|
|
57
57
|
lastColumnToRender: number;
|
|
58
58
|
};
|
|
59
59
|
getColumnGroupHeadersRows: () => React.JSX.Element[] | null;
|
|
60
|
-
getPinnedCellOffset:
|
|
60
|
+
getPinnedCellOffset: typeof getPinnedCellOffset;
|
|
61
61
|
isDragging: boolean;
|
|
62
62
|
getInnerProps: () => {
|
|
63
63
|
role: string;
|
|
@@ -7,4 +7,4 @@ export declare const columnResizeStateInitializer: GridStateInitializer;
|
|
|
7
7
|
* @requires useGridColumns (method, event)
|
|
8
8
|
* TODO: improve experience for last column
|
|
9
9
|
*/
|
|
10
|
-
export declare const useGridColumnResize: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
10
|
+
export declare const useGridColumnResize: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'autosizeOptions' | 'autosizeOnMount' | 'disableAutosize' | 'onColumnResize' | 'onColumnWidthChange' | 'disableVirtualization'>) => void;
|
|
@@ -7,4 +7,4 @@ export declare const columnResizeStateInitializer: GridStateInitializer;
|
|
|
7
7
|
* @requires useGridColumns (method, event)
|
|
8
8
|
* TODO: improve experience for last column
|
|
9
9
|
*/
|
|
10
|
-
export declare const useGridColumnResize: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
10
|
+
export declare const useGridColumnResize: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'autosizeOptions' | 'autosizeOnMount' | 'disableAutosize' | 'onColumnResize' | 'onColumnWidthChange' | 'disableVirtualization'>) => void;
|
|
@@ -6,7 +6,7 @@ import type { GridColDef } from "../../../models/colDef/gridColDef.mjs";
|
|
|
6
6
|
import type { GridApiCommon } from "../../../models/api/gridApiCommon.mjs";
|
|
7
7
|
import type { GridRowEntry } from "../../../models/gridRows.mjs";
|
|
8
8
|
import type { GridDimensions } from "../dimensions/gridDimensionsApi.mjs";
|
|
9
|
-
export declare const COLUMNS_DIMENSION_PROPERTIES: readonly [
|
|
9
|
+
export declare const COLUMNS_DIMENSION_PROPERTIES: readonly ['maxWidth', 'minWidth', 'width', 'flex'];
|
|
10
10
|
export type GridColumnDimensionProperties = (typeof COLUMNS_DIMENSION_PROPERTIES)[number];
|
|
11
11
|
/**
|
|
12
12
|
* Computes width for flex columns.
|
|
@@ -6,7 +6,7 @@ import type { GridColDef } from "../../../models/colDef/gridColDef.js";
|
|
|
6
6
|
import type { GridApiCommon } from "../../../models/api/gridApiCommon.js";
|
|
7
7
|
import type { GridRowEntry } from "../../../models/gridRows.js";
|
|
8
8
|
import type { GridDimensions } from "../dimensions/gridDimensionsApi.js";
|
|
9
|
-
export declare const COLUMNS_DIMENSION_PROPERTIES: readonly [
|
|
9
|
+
export declare const COLUMNS_DIMENSION_PROPERTIES: readonly ['maxWidth', 'minWidth', 'width', 'flex'];
|
|
10
10
|
export type GridColumnDimensionProperties = (typeof COLUMNS_DIMENSION_PROPERTIES)[number];
|
|
11
11
|
/**
|
|
12
12
|
* Computes width for flex columns.
|
|
@@ -7,14 +7,14 @@ import type { DataGridProcessedProps } from "../../../models/props/DataGridProps
|
|
|
7
7
|
import type { GridStrategyProcessor } from "../../core/strategyProcessing/index.mjs";
|
|
8
8
|
import type { GridEventListener } from "../../../models/events/index.mjs";
|
|
9
9
|
import type { GridRowId } from "../../../models/gridRows.mjs";
|
|
10
|
-
export declare const useGridDataSourceBase: <Api extends GridPrivateApiCommunity>(apiRef: RefObject<Api>, props: Pick<DataGridProcessedProps,
|
|
10
|
+
export declare const useGridDataSourceBase: <Api extends GridPrivateApiCommunity>(apiRef: RefObject<Api>, props: Pick<DataGridProcessedProps, 'dataSource' | 'dataSourceCache' | 'dataSourceKeepPreviousData' | 'onDataSourceError' | 'pageSizeOptions' | 'pagination' | 'signature' | 'dataSourceRevalidateMs'>, options?: GridDataSourceBaseOptions) => {
|
|
11
11
|
api: {
|
|
12
12
|
public: GridDataSourceApi;
|
|
13
13
|
};
|
|
14
14
|
debouncedFetchRows: ((parentId?: GridRowId, params?: import("./models.mjs").GridDataSourceFetchRowsParams<import("@mui/x-data-grid").GridGetRowsParams>) => Promise<void>) & import("@mui/utils/debounce").Cancelable;
|
|
15
15
|
strategyProcessor: {
|
|
16
16
|
strategyName: DataSourceRowsUpdateStrategy;
|
|
17
|
-
group:
|
|
17
|
+
group: 'dataSourceRootRowsUpdate';
|
|
18
18
|
processor: GridStrategyProcessor<"dataSourceRootRowsUpdate">;
|
|
19
19
|
};
|
|
20
20
|
setStrategyAvailability: () => void;
|
|
@@ -7,14 +7,14 @@ import type { DataGridProcessedProps } from "../../../models/props/DataGridProps
|
|
|
7
7
|
import type { GridStrategyProcessor } from "../../core/strategyProcessing/index.js";
|
|
8
8
|
import type { GridEventListener } from "../../../models/events/index.js";
|
|
9
9
|
import type { GridRowId } from "../../../models/gridRows.js";
|
|
10
|
-
export declare const useGridDataSourceBase: <Api extends GridPrivateApiCommunity>(apiRef: RefObject<Api>, props: Pick<DataGridProcessedProps,
|
|
10
|
+
export declare const useGridDataSourceBase: <Api extends GridPrivateApiCommunity>(apiRef: RefObject<Api>, props: Pick<DataGridProcessedProps, 'dataSource' | 'dataSourceCache' | 'dataSourceKeepPreviousData' | 'onDataSourceError' | 'pageSizeOptions' | 'pagination' | 'signature' | 'dataSourceRevalidateMs'>, options?: GridDataSourceBaseOptions) => {
|
|
11
11
|
api: {
|
|
12
12
|
public: GridDataSourceApi;
|
|
13
13
|
};
|
|
14
14
|
debouncedFetchRows: ((parentId?: GridRowId, params?: import("./models.js").GridDataSourceFetchRowsParams<import("@mui/x-data-grid").GridGetRowsParams>) => Promise<void>) & import("@mui/utils/debounce").Cancelable;
|
|
15
15
|
strategyProcessor: {
|
|
16
16
|
strategyName: DataSourceRowsUpdateStrategy;
|
|
17
|
-
group:
|
|
17
|
+
group: 'dataSourceRootRowsUpdate';
|
|
18
18
|
processor: GridStrategyProcessor<"dataSourceRootRowsUpdate">;
|
|
19
19
|
};
|
|
20
20
|
setStrategyAvailability: () => void;
|
|
@@ -3,4 +3,4 @@ import type { GridPrivateApiCommunity } from "../../../models/api/gridApiCommuni
|
|
|
3
3
|
import type { DataGridProcessedProps } from "../../../models/props/DataGridProps.mjs";
|
|
4
4
|
import type { GridStateInitializer } from "../../utils/useGridInitializeState.mjs";
|
|
5
5
|
export declare const densityStateInitializer: GridStateInitializer<Pick<DataGridProcessedProps, 'initialState' | 'density'>>;
|
|
6
|
-
export declare const useGridDensity: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
6
|
+
export declare const useGridDensity: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'density' | 'onDensityChange' | 'initialState'>) => void;
|
|
@@ -3,4 +3,4 @@ import type { GridPrivateApiCommunity } from "../../../models/api/gridApiCommuni
|
|
|
3
3
|
import type { DataGridProcessedProps } from "../../../models/props/DataGridProps.js";
|
|
4
4
|
import type { GridStateInitializer } from "../../utils/useGridInitializeState.js";
|
|
5
5
|
export declare const densityStateInitializer: GridStateInitializer<Pick<DataGridProcessedProps, 'initialState' | 'density'>>;
|
|
6
|
-
export declare const useGridDensity: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
6
|
+
export declare const useGridDensity: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'density' | 'onDensityChange' | 'initialState'>) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { RefObject } from '@mui/x-internals/types';
|
|
2
2
|
import type { GridPrivateApiCommunity } from "../../../models/api/gridApiCommunity.mjs";
|
|
3
3
|
import type { DataGridProcessedProps } from "../../../models/props/DataGridProps.mjs";
|
|
4
|
-
export declare const useGridCellEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
4
|
+
export declare const useGridCellEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'editMode' | 'processRowUpdate' | 'onCellEditStart' | 'onCellEditStop' | 'cellModesModel' | 'onCellModesModelChange' | 'onProcessRowUpdateError' | 'signature' | 'dataSource'>) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { RefObject } from '@mui/x-internals/types';
|
|
2
2
|
import type { GridPrivateApiCommunity } from "../../../models/api/gridApiCommunity.js";
|
|
3
3
|
import type { DataGridProcessedProps } from "../../../models/props/DataGridProps.js";
|
|
4
|
-
export declare const useGridCellEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
4
|
+
export declare const useGridCellEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'editMode' | 'processRowUpdate' | 'onCellEditStart' | 'onCellEditStop' | 'cellModesModel' | 'onCellModesModelChange' | 'onProcessRowUpdateError' | 'signature' | 'dataSource'>) => void;
|
|
@@ -4,4 +4,4 @@ import type { DataGridProcessedProps } from "../../../models/props/DataGridProps
|
|
|
4
4
|
import type { GridConfiguration } from "../../../models/configuration/gridConfiguration.mjs";
|
|
5
5
|
import type { GridStateInitializer } from "../../utils/useGridInitializeState.mjs";
|
|
6
6
|
export declare const editingStateInitializer: GridStateInitializer;
|
|
7
|
-
export declare const useGridEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
7
|
+
export declare const useGridEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'isCellEditable' | 'editMode' | 'processRowUpdate' | 'dataSource' | 'onDataSourceError'>, configuration: GridConfiguration) => void;
|
|
@@ -4,4 +4,4 @@ import type { DataGridProcessedProps } from "../../../models/props/DataGridProps
|
|
|
4
4
|
import type { GridConfiguration } from "../../../models/configuration/gridConfiguration.js";
|
|
5
5
|
import type { GridStateInitializer } from "../../utils/useGridInitializeState.js";
|
|
6
6
|
export declare const editingStateInitializer: GridStateInitializer;
|
|
7
|
-
export declare const useGridEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps,
|
|
7
|
+
export declare const useGridEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, 'isCellEditable' | 'editMode' | 'processRowUpdate' | 'dataSource' | 'onDataSourceError'>, configuration: GridConfiguration) => void;
|