@redsift/table 12.4.0-muiv6 → 12.4.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/index.d.ts CHANGED
@@ -1,89 +1,18 @@
1
- import * as _mui_x_data_grid_pro from '@mui/x-data-grid-pro';
2
- import { GridColumnTypesRecord, GridColDef, GridFilterOperator, GridFilterItem, GridCellParams, GridFilterInputValue, GridFilterInputSingleSelect, GridFilterInputMultipleValue, GridFilterInputMultipleSingleSelect, DataGridProProps, GridFilterModel, GridPaginationModel, GridSortModel, GridSortItem, GridColumnVisibilityModel, GridPinnedColumns, GridSlotsComponent, GridRowSelectionModel, GridApiPro as GridApiPro$1, GridRowParams, GridToolbarExportProps, GridToolbarFilterButtonProps, GridToolbarColumnsButton, GridToolbarDensitySelector } from '@mui/x-data-grid-pro';
3
- export { GridAlignment, GridColDef, GridFilterItem, GridFilterModel, getGridBooleanOperators, getGridDateOperators, getGridSingleSelectOperators } from '@mui/x-data-grid-pro';
4
- import { GridInitialStatePro } from '@mui/x-data-grid-pro/models/gridStatePro';
5
- import React, { ReactNode, ComponentProps, MutableRefObject, RefObject } from 'react';
1
+ import * as _mui_x_data_grid_premium from '@mui/x-data-grid-premium';
2
+ import { GridColTypeDef, GridColType, GridColDef, GridFilterOperator, GridFilterInputSingleSelect, GridFilterInputMultipleSingleSelect, GridRowId, GridRowSelectionModel, DataGridPremiumProps, GridFilterModel, GridPaginationModel, GridSortModel, GridColumnVisibilityModel, GridPinnedColumnFields, GridInitialState, GridSlotsComponent, GridApiPremium, GridCallbackDetails, GridRowParams, GridToolbarExportProps, GridToolbarFilterButtonProps, GridToolbarColumnsButton, GridToolbarDensitySelector } from '@mui/x-data-grid-premium';
3
+ export { GridAlignment, GridColDef, GridFilterItem, GridFilterModel, getGridBooleanOperators, getGridDateOperators, getGridSingleSelectOperators } from '@mui/x-data-grid-premium';
4
+ import React$1, { Ref, ReactElement, ComponentProps, ReactNode, MutableRefObject, RefObject } from 'react';
6
5
  import { TablePaginationProps } from '@mui/material';
7
- import { Theme, Comp, IconProps, NotificationsColorPalette, ProductColorPalette, ShieldVariant } from '@redsift/design-system';
8
- import { GridApiPro } from '@mui/x-data-grid-pro/models/gridApiPro';
9
-
10
- declare const DETAIL_PANEL_TOGGLE_COL_DEF: _mui_x_data_grid_pro.GridColDef;
11
-
12
- declare const getRsStringColumnType: () => {
13
- type: string;
14
- filterOperators: _mui_x_data_grid_pro.GridFilterOperator<any, string | number | null, any>[];
15
- };
16
- declare const getRsNumberColumnType: () => {
17
- type: string;
18
- filterOperators: _mui_x_data_grid_pro.GridFilterOperator<any, string | number | null, any>[];
19
- };
20
- declare const getRsSingleSelectColumnType: () => {
21
- type: string;
22
- filterOperators: ({
23
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputSingleSelect;
24
- label: string;
25
- value: string;
26
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
27
- } | {
28
- label: string;
29
- value: string;
30
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
31
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleValue;
32
- } | {
33
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleSingleSelect;
34
- label: string;
35
- value: string;
36
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
37
- })[];
38
- };
39
- declare const getRsSingleSelectWithShortOperatorListColumnType: () => {
40
- type: string;
41
- filterOperators: ({
42
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputSingleSelect;
43
- label: string;
44
- value: string;
45
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
46
- } | {
47
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleSingleSelect;
48
- label: string;
49
- value: string;
50
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
51
- })[];
52
- };
53
- declare const getRsMultipleSelectColumnType: () => {
54
- type: string;
55
- filterOperators: ({
56
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputSingleSelect;
57
- label: string;
58
- value: string;
59
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
60
- } | {
61
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleSingleSelect;
62
- label: string;
63
- value: string;
64
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
65
- } | {
66
- label: string;
67
- value: string;
68
- getApplyFilterFn: (_filterItem: _mui_x_data_grid_pro.GridFilterItem) => (params: _mui_x_data_grid_pro.GridCellParams) => boolean;
69
- requiresFilterValue: boolean;
70
- })[];
71
- };
72
- declare const getRsMultipleSelectWithShortOperatorListColumnType: () => {
73
- type: string;
74
- filterOperators: ({
75
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputSingleSelect;
76
- label: string;
77
- value: string;
78
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
79
- } | {
80
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleSingleSelect;
81
- label: string;
82
- value: string;
83
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
84
- })[];
85
- };
86
- declare const customColumnTypes: Partial<GridColumnTypesRecord>;
6
+
7
+ declare const DETAIL_PANEL_TOGGLE_COL_DEF: _mui_x_data_grid_premium.GridColDef;
8
+
9
+ declare const getRsStringColumnType: () => GridColTypeDef;
10
+ declare const getRsNumberColumnType: () => GridColTypeDef;
11
+ declare const getRsSingleSelectColumnType: () => GridColTypeDef;
12
+ declare const getRsSingleSelectWithShortOperatorListColumnType: () => GridColTypeDef;
13
+ declare const getRsMultipleSelectColumnType: () => GridColTypeDef;
14
+ declare const getRsMultipleSelectWithShortOperatorListColumnType: () => GridColTypeDef;
15
+ declare const customColumnTypes: Record<GridColType | string, GridColTypeDef>;
87
16
 
88
17
  type StringOperatorName = 'contains' | 'doesNotContain' | 'equals' | 'doesNotEqual' | 'startsWith' | 'doesNotStartWith' | 'endsWith' | 'doesNotEndWith' | 'isEmpty' | 'isNotEmpty' | 'isAnyOf' | 'isNotAnyOf' | 'containsAnyOf' | 'doesNotContainAnyOf' | 'startsWithAnyOf' | 'doesNotStartWithAnyOf' | 'endsWithAnyOf' | 'doesNotEndWithAnyOf';
89
18
  type NumberOperatorName = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'isEmpty' | 'isNotEmpty' | 'isBetween';
@@ -125,242 +54,174 @@ type ColumnOptions<T extends ColumnType> = T extends 'string' ? StringColumnOpti
125
54
  */
126
55
  declare function createColumn<T extends ColumnType>(type: T, options?: ColumnOptions<T>): Partial<GridColDef>;
127
56
 
128
- declare const ARRAY_IS_EMPTY: {
129
- label: string;
130
- value: string;
131
- getApplyFilterFn: (_filterItem: GridFilterItem) => (params: GridCellParams) => boolean;
132
- requiresFilterValue: boolean;
133
- };
134
- declare const ARRAY_IS_NOT_EMPTY: {
135
- label: string;
136
- value: string;
137
- getApplyFilterFn: (_filterItem: GridFilterItem) => (params: GridCellParams) => boolean;
138
- requiresFilterValue: boolean;
139
- };
57
+ declare const ARRAY_IS_EMPTY: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
58
+ declare const ARRAY_IS_NOT_EMPTY: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
140
59
 
141
- declare const DATE_IS_BETWEEN: {
142
- label: string;
143
- value: string;
144
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams<any, any>) => boolean) | null;
145
- InputComponent: (props: any) => JSX.Element;
146
- };
60
+ declare const DATE_IS_BETWEEN: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
147
61
 
148
62
  declare const getGridDateOperatorsExtended: (showTime?: boolean) => GridFilterOperator[];
149
63
 
150
- declare const IS_BETWEEN: {
151
- label: string;
152
- value: string;
153
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams<any, any>) => boolean) | null;
154
- InputComponent: (props: any) => JSX.Element;
155
- };
64
+ declare const IS_BETWEEN: GridFilterOperator<any, number, any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
156
65
 
157
- declare const getGridNumericOperators: () => GridFilterOperator<any, number | string | null, any>[];
66
+ declare const getGridNumericOperators: () => GridFilterOperator<any, unknown, any>[];
158
67
 
159
- declare const DOES_NOT_CONTAIN: {
160
- label: string;
161
- value: string;
162
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
163
- InputComponent: typeof GridFilterInputValue;
164
- };
68
+ declare const DOES_NOT_CONTAIN: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
165
69
 
166
- declare const DOES_NOT_END_WITH: {
167
- label: string;
168
- value: string;
169
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
170
- InputComponent: typeof GridFilterInputValue;
171
- };
70
+ declare const DOES_NOT_END_WITH: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
172
71
 
173
- declare const DOES_NOT_EQUAL: {
174
- label: string;
175
- value: string;
176
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
177
- InputComponent: typeof GridFilterInputValue;
178
- };
72
+ declare const DOES_NOT_EQUAL: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
179
73
 
180
- declare const DOES_NOT_HAVE: {
181
- label: string;
182
- value: string;
183
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
184
- InputComponent: typeof GridFilterInputValue;
185
- };
74
+ declare const DOES_NOT_HAVE: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
186
75
  declare const DOES_NOT_HAVE_WITH_SELECT: {
187
76
  InputComponent: typeof GridFilterInputSingleSelect;
188
- label: string;
189
- value: string;
190
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
77
+ label?: string;
78
+ headerLabel?: string;
79
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
80
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
81
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
82
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
83
+ requiresFilterValue?: boolean;
191
84
  };
192
85
 
193
- declare const DOES_NOT_START_WITH: {
194
- label: string;
195
- value: string;
196
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
197
- InputComponent: typeof GridFilterInputValue;
198
- };
86
+ declare const DOES_NOT_START_WITH: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
199
87
 
200
- declare const HAS: {
201
- label: string;
202
- value: string;
203
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
204
- InputComponent: typeof GridFilterInputValue;
205
- };
88
+ declare const HAS: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
206
89
  declare const HAS_WITH_SELECT: {
207
90
  InputComponent: typeof GridFilterInputSingleSelect;
208
- label: string;
209
- value: string;
210
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
91
+ label?: string;
92
+ headerLabel?: string;
93
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
94
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
95
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
96
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
97
+ requiresFilterValue?: boolean;
211
98
  };
212
99
 
213
- declare const HAS_ONLY: {
214
- label: string;
215
- value: string;
216
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
217
- InputComponent: typeof GridFilterInputValue;
218
- };
100
+ declare const HAS_ONLY: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
219
101
  declare const HAS_ONLY_WITH_SELECT: {
220
102
  InputComponent: typeof GridFilterInputSingleSelect;
221
- label: string;
222
- value: string;
223
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
103
+ label?: string;
104
+ headerLabel?: string;
105
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
106
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
107
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
108
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
109
+ requiresFilterValue?: boolean;
224
110
  };
225
111
 
226
- declare const IS: {
227
- label: string;
228
- value: string;
229
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
230
- InputComponent: typeof GridFilterInputValue;
231
- };
112
+ declare const IS: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
232
113
  declare const IS_WITH_SELECT: {
233
114
  InputComponent: typeof GridFilterInputSingleSelect;
234
- label: string;
235
- value: string;
236
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
115
+ label?: string;
116
+ headerLabel?: string;
117
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
118
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
119
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
120
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
121
+ requiresFilterValue?: boolean;
237
122
  };
238
123
 
239
- declare const IS_NOT: {
240
- label: string;
241
- value: string;
242
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
243
- InputComponent: typeof GridFilterInputValue;
244
- };
124
+ declare const IS_NOT: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
245
125
  declare const IS_NOT_WITH_SELECT: {
246
126
  InputComponent: typeof GridFilterInputSingleSelect;
247
- label: string;
248
- value: string;
249
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
127
+ label?: string;
128
+ headerLabel?: string;
129
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
130
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
131
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
132
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
133
+ requiresFilterValue?: boolean;
250
134
  };
251
135
 
252
- declare const getGridStringOperators: () => GridFilterOperator<any, number | string | null, any>[];
136
+ declare const getGridStringOperators: () => GridFilterOperator<any, unknown, any>[];
253
137
 
254
- declare const CONTAINS_ANY_OF: {
255
- label: string;
256
- value: string;
257
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
258
- InputComponent: typeof GridFilterInputMultipleValue;
259
- };
138
+ declare const CONTAINS_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
260
139
 
261
- declare const DOES_NOT_CONTAIN_ANY_OF: {
262
- label: string;
263
- value: string;
264
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
265
- InputComponent: typeof GridFilterInputMultipleValue;
266
- };
140
+ declare const DOES_NOT_CONTAIN_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
267
141
 
268
- declare const DOES_NOT_END_WITH_ANY_OF: {
269
- label: string;
270
- value: string;
271
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
272
- InputComponent: typeof GridFilterInputMultipleValue;
273
- };
142
+ declare const DOES_NOT_END_WITH_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
274
143
 
275
- declare const DOES_NOT_HAVE_ANY_OF: {
276
- label: string;
277
- value: string;
278
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
279
- InputComponent: typeof GridFilterInputMultipleValue;
280
- };
144
+ declare const DOES_NOT_HAVE_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
281
145
  declare const DOES_NOT_HAVE_ANY_OF_WITH_SELECT: {
282
146
  InputComponent: typeof GridFilterInputMultipleSingleSelect;
283
- label: string;
284
- value: string;
285
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
147
+ label?: string;
148
+ headerLabel?: string;
149
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
150
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
151
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
152
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
153
+ requiresFilterValue?: boolean;
286
154
  };
287
155
 
288
- declare const DOES_NOT_START_WITH_ANY_OF: {
289
- label: string;
290
- value: string;
291
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
292
- InputComponent: typeof GridFilterInputMultipleValue;
293
- };
156
+ declare const DOES_NOT_START_WITH_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
294
157
 
295
- declare const ENDS_WITH_ANY_OF: {
296
- label: string;
297
- value: string;
298
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
299
- InputComponent: typeof GridFilterInputMultipleValue;
300
- };
158
+ declare const ENDS_WITH_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
301
159
 
302
- declare const HAS_ALL_OF: {
303
- label: string;
304
- value: string;
305
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
306
- InputComponent: typeof GridFilterInputMultipleValue;
307
- };
160
+ declare const HAS_ALL_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
308
161
  declare const HAS_ALL_OF_WITH_SELECT: {
309
162
  InputComponent: typeof GridFilterInputMultipleSingleSelect;
310
- label: string;
311
- value: string;
312
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
163
+ label?: string;
164
+ headerLabel?: string;
165
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
166
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
167
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
168
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
169
+ requiresFilterValue?: boolean;
313
170
  };
314
171
 
315
- declare const HAS_ANY_OF: {
316
- label: string;
317
- value: string;
318
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
319
- InputComponent: typeof GridFilterInputMultipleValue;
320
- };
172
+ declare const HAS_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
321
173
  declare const HAS_ANY_OF_WITH_SELECT: {
322
174
  InputComponent: typeof GridFilterInputMultipleSingleSelect;
323
- label: string;
324
- value: string;
325
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
175
+ label?: string;
176
+ headerLabel?: string;
177
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
178
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
179
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
180
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
181
+ requiresFilterValue?: boolean;
326
182
  };
327
183
 
328
- declare const IS_ANY_OF: {
329
- label: string;
330
- value: string;
331
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
332
- InputComponent: typeof GridFilterInputMultipleValue;
333
- };
184
+ declare const IS_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
334
185
  declare const IS_ANY_OF_WITH_SELECT: {
335
186
  InputComponent: typeof GridFilterInputMultipleSingleSelect;
336
- label: string;
337
- value: string;
338
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
187
+ label?: string;
188
+ headerLabel?: string;
189
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
190
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
191
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
192
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
193
+ requiresFilterValue?: boolean;
339
194
  };
340
195
 
341
- declare const IS_NOT_ANY_OF: {
342
- label: string;
343
- value: string;
344
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
345
- InputComponent: typeof GridFilterInputMultipleValue;
196
+ declare const IS_ANY_OF_I: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
197
+ declare const IS_ANY_OF_I_WITH_SELECT: {
198
+ InputComponent: typeof GridFilterInputMultipleSingleSelect;
199
+ label?: string;
200
+ headerLabel?: string;
201
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
202
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
203
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
204
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
205
+ requiresFilterValue?: boolean;
346
206
  };
207
+
208
+ declare const IS_NOT_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
347
209
  declare const IS_NOT_ANY_OF_WITH_SELECT: {
348
210
  InputComponent: typeof GridFilterInputMultipleSingleSelect;
349
- label: string;
350
- value: string;
351
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
211
+ label?: string;
212
+ headerLabel?: string;
213
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
214
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
215
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
216
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
217
+ requiresFilterValue?: boolean;
352
218
  };
353
219
 
354
- declare const STARTS_WITH_ANY_OF: {
355
- label: string;
356
- value: string;
357
- getApplyFilterFn: (filterItem: GridFilterItem) => ((params: GridCellParams) => boolean) | null;
358
- InputComponent: typeof GridFilterInputMultipleValue;
359
- };
220
+ declare const STARTS_WITH_ANY_OF: GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps>;
360
221
 
361
- declare const getGridStringArrayOperators: () => GridFilterOperator<any, number | string | null, any>[];
362
- declare const getGridStringArrayOperatorsWithSelect: () => GridFilterOperator<any, number | string | null, any>[];
363
- declare const getGridStringArrayOperatorsWithSelectOnStringArrayColumns: () => GridFilterOperator<any, number | string | null, any>[];
222
+ declare const getGridStringArrayOperators: () => GridFilterOperator<any, unknown, any>[];
223
+ declare const getGridStringArrayOperatorsWithSelect: () => GridFilterOperator<any, unknown, any>[];
224
+ declare const getGridStringArrayOperatorsWithSelectOnStringArrayColumns: () => GridFilterOperator<any, unknown, any>[];
364
225
 
365
226
  /**
366
227
  * Wraps a filter operator's `getApplyFilterFn` to lowercase both the cell value
@@ -375,69 +236,93 @@ declare const wrapCaseInsensitive: (operator: GridFilterOperator) => GridFilterO
375
236
  declare const makeCaseInsensitive: (operators: GridFilterOperator[]) => GridFilterOperator[];
376
237
 
377
238
  declare const operatorList: {
378
- string: _mui_x_data_grid_pro.GridFilterOperator<any, string | number | null, any>[];
379
- number: _mui_x_data_grid_pro.GridFilterOperator<any, string | number | null, any>[];
380
- boolean: _mui_x_data_grid_pro.GridFilterOperator<any, boolean | null, any>[];
381
- date: _mui_x_data_grid_pro.GridFilterOperator<any, Date, any>[];
382
- dateTime: _mui_x_data_grid_pro.GridFilterOperator<any, Date, any>[];
383
- singleSelect: _mui_x_data_grid_pro.GridFilterOperator<any, any, any>[];
384
- rsString: _mui_x_data_grid_pro.GridFilterOperator<any, string | number | null, any>[];
385
- rsNumber: _mui_x_data_grid_pro.GridFilterOperator<any, string | number | null, any>[];
386
- rsSingleSelect: ({
387
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputSingleSelect;
388
- label: string;
389
- value: string;
390
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
391
- } | {
392
- label: string;
393
- value: string;
394
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
395
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleValue;
239
+ string: _mui_x_data_grid_premium.GridFilterOperator<any, string | number | null, any, _mui_x_data_grid_premium.GridFilterInputValueProps>[];
240
+ number: _mui_x_data_grid_premium.GridFilterOperator<any, string | number | null, any, _mui_x_data_grid_premium.GridFilterInputValueProps & {
241
+ type?: "number";
242
+ }>[];
243
+ boolean: _mui_x_data_grid_premium.GridFilterOperator<any, boolean | null, any, _mui_x_data_grid_premium.GridFilterInputValueProps>[];
244
+ date: _mui_x_data_grid_premium.GridFilterOperator<any, Date, any, _mui_x_data_grid_premium.GridFilterInputDateProps>[];
245
+ dateTime: _mui_x_data_grid_premium.GridFilterOperator<any, Date, any, _mui_x_data_grid_premium.GridFilterInputDateProps>[];
246
+ singleSelect: _mui_x_data_grid_premium.GridFilterOperator<any, any, any, _mui_x_data_grid_premium.GridFilterInputValueProps>[];
247
+ rsString: _mui_x_data_grid_premium.GridFilterOperator<any, unknown, any, _mui_x_data_grid_premium.GridFilterInputValueProps>[];
248
+ rsNumber: _mui_x_data_grid_premium.GridFilterOperator<any, unknown, any, _mui_x_data_grid_premium.GridFilterInputValueProps>[];
249
+ rsSingleSelect: (_mui_x_data_grid_premium.GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps> | {
250
+ InputComponent: typeof _mui_x_data_grid_premium.GridFilterInputSingleSelect;
251
+ label?: string;
252
+ headerLabel?: string;
253
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
254
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
255
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
256
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
257
+ requiresFilterValue?: boolean;
396
258
  } | {
397
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleSingleSelect;
398
- label: string;
399
- value: string;
400
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
259
+ InputComponent: typeof _mui_x_data_grid_premium.GridFilterInputMultipleSingleSelect;
260
+ label?: string;
261
+ headerLabel?: string;
262
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
263
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
264
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
265
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
266
+ requiresFilterValue?: boolean;
401
267
  })[];
402
268
  rsSingleSelectWithShortOperatorList: ({
403
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputSingleSelect;
404
- label: string;
405
- value: string;
406
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
269
+ InputComponent: typeof _mui_x_data_grid_premium.GridFilterInputSingleSelect;
270
+ label?: string;
271
+ headerLabel?: string;
272
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
273
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
274
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
275
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
276
+ requiresFilterValue?: boolean;
407
277
  } | {
408
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleSingleSelect;
409
- label: string;
410
- value: string;
411
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
278
+ InputComponent: typeof _mui_x_data_grid_premium.GridFilterInputMultipleSingleSelect;
279
+ label?: string;
280
+ headerLabel?: string;
281
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
282
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
283
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
284
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
285
+ requiresFilterValue?: boolean;
412
286
  })[];
413
- rsMultipleSelect: ({
414
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputSingleSelect;
415
- label: string;
416
- value: string;
417
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
287
+ rsMultipleSelect: (_mui_x_data_grid_premium.GridFilterOperator<any, string | string[], any, _mui_x_data_grid_premium.GridFilterInputValueProps> | {
288
+ InputComponent: typeof _mui_x_data_grid_premium.GridFilterInputSingleSelect;
289
+ label?: string;
290
+ headerLabel?: string;
291
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
292
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
293
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
294
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
295
+ requiresFilterValue?: boolean;
418
296
  } | {
419
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleSingleSelect;
420
- label: string;
421
- value: string;
422
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
423
- } | {
424
- label: string;
425
- value: string;
426
- getApplyFilterFn: (_filterItem: _mui_x_data_grid_pro.GridFilterItem) => (params: _mui_x_data_grid_pro.GridCellParams) => boolean;
427
- requiresFilterValue: boolean;
297
+ InputComponent: typeof _mui_x_data_grid_premium.GridFilterInputMultipleSingleSelect;
298
+ label?: string;
299
+ headerLabel?: string;
300
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
301
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
302
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
303
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
304
+ requiresFilterValue?: boolean;
428
305
  })[];
429
306
  rsMultipleSelectWithShortOperatorList: ({
430
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputSingleSelect;
431
- label: string;
432
- value: string;
433
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
307
+ InputComponent: typeof _mui_x_data_grid_premium.GridFilterInputSingleSelect;
308
+ label?: string;
309
+ headerLabel?: string;
310
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
311
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
312
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
313
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
314
+ requiresFilterValue?: boolean;
434
315
  } | {
435
- InputComponent: typeof _mui_x_data_grid_pro.GridFilterInputMultipleSingleSelect;
436
- label: string;
437
- value: string;
438
- getApplyFilterFn: (filterItem: _mui_x_data_grid_pro.GridFilterItem) => ((params: _mui_x_data_grid_pro.GridCellParams) => boolean) | null;
316
+ InputComponent: typeof _mui_x_data_grid_premium.GridFilterInputMultipleSingleSelect;
317
+ label?: string;
318
+ headerLabel?: string;
319
+ value: _mui_x_data_grid_premium.GridFilterItem["operator"];
320
+ getApplyFilterFn: _mui_x_data_grid_premium.GetApplyFilterFn<any, string | string[], any>;
321
+ InputComponentProps?: Partial<_mui_x_data_grid_premium.GridFilterInputValueProps> | undefined;
322
+ getValueAsString?: (value: _mui_x_data_grid_premium.GridFilterItem["value"]) => string;
323
+ requiresFilterValue?: boolean;
439
324
  })[];
440
- rsStringArray: _mui_x_data_grid_pro.GridFilterOperator<any, string | number | null, any>[];
325
+ rsStringArray: _mui_x_data_grid_premium.GridFilterOperator<any, unknown, any, _mui_x_data_grid_premium.GridFilterInputValueProps>[];
441
326
  };
442
327
 
443
328
  declare function getCompletion(text: string, role: string, openai_api_key: string | undefined, model?: string): Promise<string>;
@@ -458,7 +343,229 @@ declare const buildStorageKey: ({ id, version, category }: {
458
343
  }) => `${string}:${number}:paginationModel` | `${string}:${number}:filterModel` | `${string}:${number}:sortModel` | `${string}:${number}:visibilityModel` | `${string}:${number}:pinnedColumns` | `${string}:${number}:dimension` | `${string}:${number}:searchModel`;
459
344
  declare const clearPreviousVersionStorage: (id: string, previousLocalStorageVersions: number[]) => void;
460
345
 
461
- interface DataGridProps extends Partial<Pick<DataGridProProps, 'rows'>>, Omit<DataGridProProps, 'rows'> {
346
+ /**
347
+ * Type for legacy array-based row selection (v7 and earlier)
348
+ */
349
+ type LegacyRowSelectionModel = GridRowId[];
350
+ /**
351
+ * Type that accepts both legacy array format and new v8 object format
352
+ */
353
+ type RowSelectionModelInput = LegacyRowSelectionModel | GridRowSelectionModel;
354
+ /**
355
+ * Default empty row selection model for MUI DataGrid v8+
356
+ * In v8, GridRowSelectionModel changed from GridRowId[] to { type: 'include' | 'exclude'; ids: Set<GridRowId> }
357
+ */
358
+ declare const EMPTY_ROW_SELECTION_MODEL: GridRowSelectionModel;
359
+ /**
360
+ * Creates a new row selection model with the given ids
361
+ */
362
+ declare const createRowSelectionModel: (ids: GridRowId[] | Set<GridRowId>) => GridRowSelectionModel;
363
+ /**
364
+ * Normalizes a row selection model input to the v8 GridRowSelectionModel format.
365
+ * Accepts both legacy array format (v7) and new object format (v8).
366
+ * This allows consumers to continue using arrays while internally using the v8 format.
367
+ */
368
+ declare const normalizeRowSelectionModel: (input: RowSelectionModelInput | undefined | null) => GridRowSelectionModel;
369
+ /**
370
+ * Gets the size/count of selected rows from a selection model
371
+ */
372
+ declare const getSelectionCount: (model: GridRowSelectionModel) => number;
373
+ /**
374
+ * Checks if a row is selected in the given selection model
375
+ */
376
+ declare const isRowSelected: (model: GridRowSelectionModel, rowId: GridRowId) => boolean;
377
+ /**
378
+ * Converts a selection model to an array of selected row IDs
379
+ * Note: For 'exclude' type, this only returns the ids that are explicitly excluded,
380
+ * not the actual selected rows (which would require knowing all row ids)
381
+ */
382
+ declare const getSelectedIds: (model: GridRowSelectionModel) => GridRowId[];
383
+
384
+ /** Component Type. */
385
+ type Comp<P, T = HTMLElement> = {
386
+ (props: P & {
387
+ ref?: Ref<T>;
388
+ }): ReactElement | null;
389
+ /** React component type. */
390
+ readonly $$typeof?: symbol;
391
+ /** Component name. */
392
+ displayName?: string;
393
+ /** Component base class name. */
394
+ className?: string;
395
+ };
396
+ /** Get types of the values of a record. */
397
+ type ValueOf<T extends Record<any, any>> = T[keyof T];
398
+
399
+ /**
400
+ * Color palette.
401
+ */
402
+ declare const Theme: {
403
+ readonly light: "light";
404
+ readonly dark: "dark";
405
+ };
406
+ type Theme = ValueOf<typeof Theme>;
407
+ declare const NotificationsColorPalette: {
408
+ readonly question: "question";
409
+ readonly 'no-data': "no-data";
410
+ readonly success: "success";
411
+ readonly warning: "warning";
412
+ readonly info: "info";
413
+ readonly primary: "primary";
414
+ readonly secondary: "secondary";
415
+ readonly error: "error";
416
+ };
417
+ type NotificationsColorPalette = ValueOf<typeof NotificationsColorPalette>;
418
+ declare const ProductColorPalette: {
419
+ readonly asm: "asm";
420
+ readonly 'brand-trust': "brand-trust";
421
+ readonly certificates: "certificates";
422
+ readonly ondmarc: "ondmarc";
423
+ readonly pulse: "pulse";
424
+ readonly radar: "radar";
425
+ readonly 'rojo-ds': "rojo-ds";
426
+ readonly 'vendor-secure': "vendor-secure";
427
+ readonly website: "website";
428
+ };
429
+ type ProductColorPalette = ValueOf<typeof ProductColorPalette>;
430
+
431
+ declare const AlignSelf: {
432
+ readonly auto: "auto";
433
+ readonly normal: "normal";
434
+ readonly start: "start";
435
+ readonly end: "end";
436
+ readonly center: "center";
437
+ readonly 'flex-start': "flex-start";
438
+ readonly 'flex-end': "flex-end";
439
+ readonly 'self-start': "self-start";
440
+ readonly 'self-end': "self-end";
441
+ readonly baseline: "baseline";
442
+ readonly stretch: "stretch";
443
+ };
444
+ type AlignSelf = ValueOf<typeof AlignSelf>;
445
+ interface LayoutProps {
446
+ /** When used in a flex layout, specifies how the element will grow or shrink to fit the space available. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/flex">MDN</a>. */
447
+ flex?: string;
448
+ /** When used in a flex layout, specifies how the element will grow to fit the space available. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow">MDN</a>. */
449
+ flexGrow?: number;
450
+ /** When used in a flex layout, specifies how the element will shrink to fit the space available. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink">MDN</a>. */
451
+ flexShrink?: number;
452
+ /** When used in a flex layout, specifies the initial main size of the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/flex_basis">MDN</a>. */
453
+ flexBasis?: string;
454
+ /** Overrides the alignItems property of a flex or grid container. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/align-self">MDN</a>. */
455
+ alignSelf?: AlignSelf;
456
+ /** Specifies how the element is justified inside a flex or grid container. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self">MDN</a>. */
457
+ justifySelf?: string;
458
+ /** The layout order for the element within a flex or grid container. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/order">MDN</a>. */
459
+ order?: number;
460
+ /** When used in a grid layout, specifies the named grid area that the element should be placed in within the grid. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area">MDN</a>. */
461
+ gridArea?: string;
462
+ /** When used in a grid layout, specifies the column the element should be placed in within the grid. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column">MDN</a>. */
463
+ gridColumn?: string;
464
+ /** When used in a grid layout, specifies the row the element should be placed in within the grid. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row">MDN</a>. */
465
+ gridRow?: string;
466
+ /** When used in a grid layout, specifies the starting column to span within the grid. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start">MDN</a>. */
467
+ gridColumnStart?: string;
468
+ /** When used in a grid layout, specifies the ending column to span within the grid. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end">MDN</a>. */
469
+ gridColumnEnd?: string;
470
+ /** When used in a grid layout, specifies the starting row to span within the grid. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start">MDN</a>. */
471
+ gridRowStart?: string;
472
+ /** When used in a grid layout, specifies the ending row to span within the grid. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end">MDN</a>. */
473
+ gridRowEnd?: string;
474
+ }
475
+ interface SpacingProps {
476
+ /** The margin for all four sides of the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/margin">MDN</a>. */
477
+ margin?: string;
478
+ /** The margin for the bottom side of the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom">MDN</a>. */
479
+ marginBottom?: string;
480
+ /** The margin for the left side of the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left">MDN</a>. */
481
+ marginLeft?: string;
482
+ /** The margin for the right side of the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right">MDN</a>. */
483
+ marginRight?: string;
484
+ /** The margin for the top side of the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top">MDN</a>. */
485
+ marginTop?: string;
486
+ }
487
+ interface PositioningProps {
488
+ /** Specifies how the element is positioned. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/position">MDN</a>. */
489
+ position?: string;
490
+ /** The top position for the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/top">MDN</a>. */
491
+ top?: string;
492
+ /** The bottom position for the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/bottom">MDN</a>. */
493
+ bottom?: string;
494
+ /** The left position for the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/left">MDN</a>. Consider using start instead for RTL support. */
495
+ left?: string;
496
+ /** The right position for the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/right">MDN</a>. Consider using start instead for RTL support. */
497
+ right?: string;
498
+ /** The stacking order for the element. See <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/z-index">MDN</a>. */
499
+ zIndex?: string;
500
+ }
501
+
502
+ /**
503
+ * Component size.
504
+ */
505
+ declare const IconSize: {
506
+ readonly xsmall: "xsmall";
507
+ readonly small: "small";
508
+ readonly medium: "medium";
509
+ readonly large: "large";
510
+ readonly xlarge: "xlarge";
511
+ readonly xxlarge: "xxlarge";
512
+ };
513
+ type IconSize = ValueOf<typeof IconSize>;
514
+ type IconDimensions = {
515
+ width?: number;
516
+ height?: number;
517
+ fontSize?: number;
518
+ lineHeight?: number;
519
+ };
520
+ /**
521
+ * Component props.
522
+ */
523
+ interface IconProps extends ComponentProps<'span'>, LayoutProps, SpacingProps, PositioningProps {
524
+ /** Indicates whether the element is exposed to an accessibility API. */
525
+ 'aria-hidden'?: boolean | 'false' | 'true';
526
+ /** A screen reader only label for the Icon. */
527
+ 'aria-label'?: string;
528
+ /** Color variant. Either from color palette or hex or rgb strings. */
529
+ color?: NotificationsColorPalette | ProductColorPalette | (string & {});
530
+ /** Whether the icon has a badge attached to it. */
531
+ badge?: ReactElement;
532
+ /**
533
+ * Can be a string or an array of strings containing `d` property of the `path` SVG element.<br />
534
+ * Can also be a ReactElement.
535
+ */
536
+ icon: string | string[] | ReactElement;
537
+ /**
538
+ * Icon size.
539
+ * @default 'medium'
540
+ */
541
+ size?: IconSize | IconDimensions;
542
+ /** Additional properties to forward to the SVG tag. */
543
+ svgProps?: ComponentProps<'svg'>;
544
+ /** Theme. */
545
+ theme?: Theme;
546
+ }
547
+
548
+ /**
549
+ * Component variant.
550
+ */
551
+ declare const ShieldVariant: {
552
+ readonly success: "success";
553
+ readonly successLocked: "successLocked";
554
+ readonly successUnlocked: "successUnlocked";
555
+ readonly fail: "fail";
556
+ readonly failLocked: "failLocked";
557
+ readonly failUnlocked: "failUnlocked";
558
+ readonly warning: "warning";
559
+ readonly warningLocked: "warningLocked";
560
+ readonly warningUnlocked: "warningUnlocked";
561
+ readonly ignored: "ignored";
562
+ readonly noData: "noData";
563
+ readonly question: "question";
564
+ readonly email: "email";
565
+ };
566
+ type ShieldVariant = ValueOf<typeof ShieldVariant>;
567
+
568
+ interface DataGridProps extends Partial<Pick<DataGridPremiumProps, 'rows'>>, Omit<DataGridPremiumProps, 'rows'> {
462
569
  /** License key for MUI Datagrid Pro. */
463
570
  license?: string;
464
571
  /**
@@ -688,7 +795,7 @@ declare const getFilterModelFromString: (searchString: string, columns: DataGrid
688
795
  declare const getSearchParamsFromFilterModel: (filterModel: ExtendedGridFilterModel) => URLSearchParams;
689
796
  /** SORT */
690
797
  declare const getSortingFromString: (searchString: string, columns: DataGridProps["columns"]) => GridSortModel | "invalid";
691
- declare const getSearchParamsFromSorting: (sorting: GridSortItem[]) => URLSearchParams;
798
+ declare const getSearchParamsFromSorting: (sorting: GridSortModel) => URLSearchParams;
692
799
  /** PAGINATION */
693
800
  declare const getPaginationFromString: (searchString: string) => ExtendedGridPaginationModel | "invalid";
694
801
  declare const getSearchParamsFromPagination: (pagination: ExtendedGridPaginationModel) => URLSearchParams;
@@ -696,7 +803,7 @@ declare const getSearchParamsFromPagination: (pagination: ExtendedGridPagination
696
803
  declare const getColumnVisibilityFromString: (searchString: string, columns: DataGridProps["columns"]) => GridColumnVisibilityModel | "invalid";
697
804
  declare const getSearchParamsFromColumnVisibility: (columnVisibility: GridColumnVisibilityModel, columns: DataGridProps["columns"]) => URLSearchParams;
698
805
  declare const getPinnedColumnsFromString: (notParsed: string, tableColumns: DataGridProps["columns"]) => PinnedColumns | "invalid";
699
- declare const getSearchParamsFromPinnedColumns: (pinnedColumns: GridPinnedColumns) => URLSearchParams;
806
+ declare const getSearchParamsFromPinnedColumns: (pinnedColumns: GridPinnedColumnFields) => URLSearchParams;
700
807
  declare const getSearchParamsFromTab: (search: string) => URLSearchParams;
701
808
  type FinalSearchInput = {
702
809
  localStorageVersion: number;
@@ -704,7 +811,7 @@ type FinalSearchInput = {
704
811
  sortModel: GridSortModel;
705
812
  paginationModel: ExtendedGridPaginationModel;
706
813
  columnsVisibilityModel: GridColumnVisibilityModel;
707
- pinnedColumnsModel: GridPinnedColumns;
814
+ pinnedColumnsModel: GridPinnedColumnFields;
708
815
  search: string;
709
816
  columns: DataGridProps['columns'];
710
817
  };
@@ -735,27 +842,27 @@ type ModelsTable = {
735
842
  pendingSearch: string | null;
736
843
  };
737
844
  /** Return the state of the table given the URL and the local storage state */
738
- declare const getModelsParsedOrUpdateLocalStorage: (search: string, localStorageVersion: number, columns: DataGridProps["columns"], initialState: GridInitialStatePro | undefined, localStorage: ModelsLocalStorage) => ModelsTable;
845
+ declare const getModelsParsedOrUpdateLocalStorage: (search: string, localStorageVersion: number, columns: DataGridProps["columns"], initialState: GridInitialState | undefined, localStorage: ModelsLocalStorage) => ModelsTable;
739
846
  type DataGridModel = {
740
847
  filterModel: GridFilterModel;
741
848
  sortModel: GridSortModel;
742
849
  paginationModel: ExtendedGridPaginationModel;
743
850
  columnsModel: GridColumnVisibilityModel;
744
- pinnedColumnsModel: GridPinnedColumns;
851
+ pinnedColumnsModel: GridPinnedColumnFields;
745
852
  };
746
853
  declare const updateUrl: ({ filterModel, sortModel, paginationModel, columnsModel: columnsVisibilityModel, pinnedColumnsModel }: DataGridModel, search: string, localStorageVersion: number, historyReplace: (newSearch: string) => void, columns: DataGridProps["columns"]) => void;
747
854
  declare const areFilterModelsEquivalent: (filterModel: GridFilterModel, filterModelToMatch: GridFilterModel) => boolean;
748
855
 
749
- declare const BaseButton: React.JSXElementConstructor<any>;
856
+ declare const BaseButton: React$1.JSXElementConstructor<any>;
750
857
 
751
- declare const BaseCheckbox: React.JSXElementConstructor<any>;
858
+ declare const BaseCheckbox: React$1.JSXElementConstructor<any>;
752
859
 
753
860
  declare const muiIconToDSIcon: Partial<Record<keyof GridSlotsComponent, string>>;
754
- declare const BaseIcon: React.JSXElementConstructor<any>;
861
+ declare const BaseIcon: React$1.JSXElementConstructor<any>;
755
862
 
756
- declare const BasePopper: React.JSXElementConstructor<any>;
863
+ declare const BaseIconButton: React$1.JSXElementConstructor<any>;
757
864
 
758
- declare const BaseTextField: React.JSXElementConstructor<any>;
865
+ declare const BaseTextField: React$1.JSXElementConstructor<any>;
759
866
 
760
867
  interface CompletionResponseItem {
761
868
  field: string;
@@ -775,16 +882,21 @@ interface LocaleText {
775
882
  powerTooltipContent?: string;
776
883
  errorText?: string;
777
884
  }
885
+ interface FilterConfigColumn {
886
+ field: string;
887
+ type?: string;
888
+ description?: string;
889
+ }
778
890
  interface FilterConfig {
779
- columns: object[];
780
- typeOperators: object;
891
+ columns: FilterConfigColumn[];
892
+ typeOperators: Record<string, string[]>;
781
893
  notes: string;
782
894
  openaiApiKey?: string;
783
895
  completionFunc?: (nlpFilterConfig: FilterConfig, prompt: string, model: string) => Promise<CompletionResponse>;
784
896
  }
785
897
  interface GridToolbarFilterSemanticFieldProps extends ComponentProps<'form'> {
786
898
  nlpFilterConfig: FilterConfig;
787
- onFilterModelChange: (filterModel: GridFilterModel) => void;
899
+ onFilterModelChange?: (filterModel: GridFilterModel) => void;
788
900
  dateFormat?: string;
789
901
  defaultModel?: string;
790
902
  defaultFilter?: CompletionResponse;
@@ -808,14 +920,14 @@ type ControlledPaginationProps = {
808
920
  displayRowsPerPage?: boolean;
809
921
  displayPagination?: boolean;
810
922
  selectionStatus: SelectionStatus;
811
- apiRef: MutableRefObject<GridApiPro>;
923
+ apiRef: MutableRefObject<GridApiPremium | null>;
812
924
  paginationModel: GridPaginationModel;
813
- onPaginationModelChange: (model: GridPaginationModel) => void;
925
+ onPaginationModelChange: (model: GridPaginationModel, details: GridCallbackDetails<'pagination'>) => void;
814
926
  pageSizeOptions?: number[];
815
927
  isRowSelectable?: DataGridProps['isRowSelectable'];
816
928
  paginationProps?: DataGridProps['paginationProps'];
817
929
  };
818
- declare const ControlledPagination: React.FC<ControlledPaginationProps>;
930
+ declare const ControlledPagination: React$1.FC<ControlledPaginationProps>;
819
931
 
820
932
  type ServerSideControlledPaginationProps = {
821
933
  displaySelection?: boolean;
@@ -823,14 +935,14 @@ type ServerSideControlledPaginationProps = {
823
935
  displayPagination?: boolean;
824
936
  selectionStatus: SelectionStatus;
825
937
  paginationModel: GridPaginationModel;
826
- onPaginationModelChange: (model: GridPaginationModel) => void;
938
+ onPaginationModelChange: (model: GridPaginationModel, details: GridCallbackDetails<'pagination'>) => void;
827
939
  pageSizeOptions?: number[];
828
940
  paginationProps?: DataGridProps['paginationProps'];
829
941
  rowCount: number;
830
942
  loading?: boolean;
831
943
  };
832
- declare const onServerSideSelectionStatusChange: (newSelectionModel: GridRowSelectionModel, apiRef: React.MutableRefObject<GridApiPro$1>, selectionStatus: React.MutableRefObject<SelectionStatus>, isRowSelectable: ((params: GridRowParams<any>) => boolean) | undefined, page: number, pageSize: number) => void;
833
- declare const ServerSideControlledPagination: React.FC<ServerSideControlledPaginationProps>;
944
+ declare const onServerSideSelectionStatusChange: (newSelectionModel: GridRowSelectionModel, apiRef: React$1.MutableRefObject<GridApiPremium | null>, selectionStatus: React$1.MutableRefObject<SelectionStatus>, forceUpdate: React$1.Dispatch<React$1.SetStateAction<number>>, isRowSelectable: ((params: GridRowParams<any>) => boolean) | undefined, page: number, pageSize: number) => void;
945
+ declare const ServerSideControlledPagination: React$1.FC<ServerSideControlledPaginationProps>;
834
946
 
835
947
  interface TextCellProps extends ComponentProps<'div'> {
836
948
  /** Including Badge Component. */
@@ -858,16 +970,16 @@ interface TextCellProps extends ComponentProps<'div'> {
858
970
  */
859
971
  declare const TextCell: Comp<TextCellProps, HTMLDivElement>;
860
972
 
861
- type GridToolbarColumnsProps = Omit<typeof GridToolbarColumnsButton, 'ref'>;
862
- type GridToolbarDensityProps = Omit<typeof GridToolbarDensitySelector, 'ref'>;
973
+ type GridToolbarColumnsButtonProps = React.ComponentProps<typeof GridToolbarColumnsButton>;
974
+ type GridToolbarDensitySelectorProps = React.ComponentProps<typeof GridToolbarDensitySelector>;
863
975
  type GridToolbarFilterSemanticProps = Omit<GridToolbarFilterSemanticFieldProps, 'ref'>;
864
976
  interface ToolbarProps {
865
977
  /** Props to forward to the column button. */
866
- columnsButtonProps?: GridToolbarColumnsProps;
978
+ columnsButtonProps?: GridToolbarColumnsButtonProps;
867
979
  /** Column button ref. */
868
980
  columnsButtonRef?: RefObject<HTMLButtonElement>;
869
981
  /** Props to forward to the density button. */
870
- densityButtonProps?: GridToolbarDensityProps;
982
+ densityButtonProps?: GridToolbarDensitySelectorProps;
871
983
  /** Density button ref. */
872
984
  densityButtonRef?: RefObject<HTMLButtonElement>;
873
985
  /** Props to forward to the export button. */
@@ -907,16 +1019,16 @@ declare global {
907
1019
  }
908
1020
  }
909
1021
  /** ------ */
910
- declare const Toolbar: React.FC<ToolbarProps>;
1022
+ declare const Toolbar: React$1.FC<ToolbarProps>;
911
1023
 
912
1024
  type ToolbarWrapperProps = {
913
1025
  hideToolbar: DataGridProps['hideToolbar'];
914
- RenderedToolbar: React.JSXElementConstructor<any>;
1026
+ RenderedToolbar: React$1.JSXElementConstructor<any>;
915
1027
  filterModel: DataGridProps['filterModel'];
916
1028
  onFilterModelChange: DataGridProps['onFilterModelChange'];
917
1029
  pagination: DataGridProps['pagination'];
918
1030
  paginationPlacement: DataGridProps['paginationPlacement'];
919
- selectionStatus: React.MutableRefObject<SelectionStatus>;
1031
+ selectionStatus: React$1.MutableRefObject<SelectionStatus>;
920
1032
  apiRef: DataGridProps['apiRef'];
921
1033
  isRowSelectable: DataGridProps['isRowSelectable'];
922
1034
  paginationModel: DataGridProps['paginationModel'];
@@ -926,6 +1038,6 @@ type ToolbarWrapperProps = {
926
1038
  paginationMode?: DataGridProps['paginationMode'];
927
1039
  rowCount?: DataGridProps['rowCount'];
928
1040
  };
929
- declare const ToolbarWrapper: React.FC<ToolbarWrapperProps>;
1041
+ declare const ToolbarWrapper: React$1.FC<ToolbarWrapperProps>;
930
1042
 
931
- export { ARRAY_IS_EMPTY, ARRAY_IS_NOT_EMPTY, BaseButton, BaseCheckbox, BaseIcon, BasePopper, BaseTextField, CATEGORIES, CONTAINS_ANY_OF, Category, ColumnOptions, ColumnType, CompletionResponse, ControlledPagination, ControlledPaginationProps, DATE_IS_BETWEEN, DEFAULT_OPERATORS, DETAIL_PANEL_TOGGLE_COL_DEF, DIMENSION_MODEL_KEY, DOES_NOT_CONTAIN, DOES_NOT_CONTAIN_ANY_OF, DOES_NOT_END_WITH, DOES_NOT_END_WITH_ANY_OF, DOES_NOT_EQUAL, DOES_NOT_HAVE, DOES_NOT_HAVE_ANY_OF, DOES_NOT_HAVE_ANY_OF_WITH_SELECT, DOES_NOT_HAVE_WITH_SELECT, DOES_NOT_START_WITH, DOES_NOT_START_WITH_ANY_OF, DataGrid, DataGridModel, DataGridProps, DateOperatorName, ENDS_WITH_ANY_OF, FILTER_MODEL_KEY, FILTER_SEARCH_KEY, FilterConfig, GridToolbarFilterSemanticField, GridToolbarFilterSemanticFieldProps, HAS, HAS_ALL_OF, HAS_ALL_OF_WITH_SELECT, HAS_ANY_OF, HAS_ANY_OF_WITH_SELECT, HAS_ONLY, HAS_ONLY_WITH_SELECT, HAS_WITH_SELECT, IS, IS_ANY_OF, IS_ANY_OF_WITH_SELECT, IS_BETWEEN, IS_NOT, IS_NOT_ANY_OF, IS_NOT_ANY_OF_WITH_SELECT, IS_NOT_WITH_SELECT, IS_WITH_SELECT, MultiSelectOperatorName, NumberOperatorName, PAGINATION_MODEL_KEY, PINNED_COLUMNS, PinnedColumns, SORT_MODEL_KEY, STARTS_WITH_ANY_OF, SelectionStatus, ServerSideControlledPagination, ServerSideControlledPaginationProps, SingleSelectOperatorName, StatefulDataGrid, StatefulDataGridProps, StringOperatorName, StyledDataGridProps, TagsOperatorName, TextCell, Toolbar, ToolbarWrapper, ToolbarWrapperProps, VISIBILITY_MODEL_KEY, areFilterModelsEquivalent, areSearchStringsEqual, buildQueryParamsString, buildStorageKey, clearPreviousVersionStorage, convertFromDisplayFormat, convertToDisplayFormat, createColumn, customColumnTypes, decodeValue, encodeValue, getColumnVisibilityFromString, getCompletion, getDecodedSearchFromUrl, getFilterModelFromString, getFinalSearch, getGridDateOperatorsExtended, getGridNumericOperators, getGridStringArrayOperators, getGridStringArrayOperatorsWithSelect, getGridStringArrayOperatorsWithSelectOnStringArrayColumns, getGridStringOperators, getModelsParsedOrUpdateLocalStorage, getPaginationFromString, getPinnedColumnsFromString, getRsMultipleSelectColumnType, getRsMultipleSelectWithShortOperatorListColumnType, getRsNumberColumnType, getRsSingleSelectColumnType, getRsSingleSelectWithShortOperatorListColumnType, getRsStringColumnType, getSearchParamsFromColumnVisibility, getSearchParamsFromFilterModel, getSearchParamsFromPagination, getSearchParamsFromPinnedColumns, getSearchParamsFromSorting, getSearchParamsFromTab, getSortingFromString, isOperatorValueValid, isValueValid, makeCaseInsensitive, muiIconToDSIcon, numberOperatorDecoder, numberOperatorEncoder, onServerSideSelectionStatusChange, operatorList, updateUrl, urlSearchParamsToString, wrapCaseInsensitive };
1043
+ export { ARRAY_IS_EMPTY, ARRAY_IS_NOT_EMPTY, BaseButton, BaseCheckbox, BaseIcon, BaseIconButton, BaseTextField, CATEGORIES, CONTAINS_ANY_OF, Category, ColumnOptions, ColumnType, CompletionResponse, ControlledPagination, ControlledPaginationProps, DATE_IS_BETWEEN, DEFAULT_OPERATORS, DETAIL_PANEL_TOGGLE_COL_DEF, DIMENSION_MODEL_KEY, DOES_NOT_CONTAIN, DOES_NOT_CONTAIN_ANY_OF, DOES_NOT_END_WITH, DOES_NOT_END_WITH_ANY_OF, DOES_NOT_EQUAL, DOES_NOT_HAVE, DOES_NOT_HAVE_ANY_OF, DOES_NOT_HAVE_ANY_OF_WITH_SELECT, DOES_NOT_HAVE_WITH_SELECT, DOES_NOT_START_WITH, DOES_NOT_START_WITH_ANY_OF, DataGrid, DataGridModel, DataGridProps, DateOperatorName, EMPTY_ROW_SELECTION_MODEL, ENDS_WITH_ANY_OF, FILTER_MODEL_KEY, FILTER_SEARCH_KEY, FilterConfig, FilterConfigColumn, GridToolbarFilterSemanticField, GridToolbarFilterSemanticFieldProps, HAS, HAS_ALL_OF, HAS_ALL_OF_WITH_SELECT, HAS_ANY_OF, HAS_ANY_OF_WITH_SELECT, HAS_ONLY, HAS_ONLY_WITH_SELECT, HAS_WITH_SELECT, IS, IS_ANY_OF, IS_ANY_OF_I, IS_ANY_OF_I_WITH_SELECT, IS_ANY_OF_WITH_SELECT, IS_BETWEEN, IS_NOT, IS_NOT_ANY_OF, IS_NOT_ANY_OF_WITH_SELECT, IS_NOT_WITH_SELECT, IS_WITH_SELECT, LegacyRowSelectionModel, MultiSelectOperatorName, NumberOperatorName, PAGINATION_MODEL_KEY, PINNED_COLUMNS, PinnedColumns, RowSelectionModelInput, SORT_MODEL_KEY, STARTS_WITH_ANY_OF, SelectionStatus, ServerSideControlledPagination, ServerSideControlledPaginationProps, SingleSelectOperatorName, StatefulDataGrid, StatefulDataGridProps, StringOperatorName, StyledDataGridProps, TagsOperatorName, TextCell, Toolbar, ToolbarWrapper, ToolbarWrapperProps, VISIBILITY_MODEL_KEY, areFilterModelsEquivalent, areSearchStringsEqual, buildQueryParamsString, buildStorageKey, clearPreviousVersionStorage, convertFromDisplayFormat, convertToDisplayFormat, createColumn, createRowSelectionModel, customColumnTypes, decodeValue, encodeValue, getColumnVisibilityFromString, getCompletion, getDecodedSearchFromUrl, getFilterModelFromString, getFinalSearch, getGridDateOperatorsExtended, getGridNumericOperators, getGridStringArrayOperators, getGridStringArrayOperatorsWithSelect, getGridStringArrayOperatorsWithSelectOnStringArrayColumns, getGridStringOperators, getModelsParsedOrUpdateLocalStorage, getPaginationFromString, getPinnedColumnsFromString, getRsMultipleSelectColumnType, getRsMultipleSelectWithShortOperatorListColumnType, getRsNumberColumnType, getRsSingleSelectColumnType, getRsSingleSelectWithShortOperatorListColumnType, getRsStringColumnType, getSearchParamsFromColumnVisibility, getSearchParamsFromFilterModel, getSearchParamsFromPagination, getSearchParamsFromPinnedColumns, getSearchParamsFromSorting, getSearchParamsFromTab, getSelectedIds, getSelectionCount, getSortingFromString, isOperatorValueValid, isRowSelected, isValueValid, makeCaseInsensitive, muiIconToDSIcon, normalizeRowSelectionModel, numberOperatorDecoder, numberOperatorEncoder, onServerSideSelectionStatusChange, operatorList, updateUrl, urlSearchParamsToString, wrapCaseInsensitive };