@mui/x-data-grid 9.8.0 → 9.9.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 +119 -0
- package/DataGrid/DataGrid.js +7 -0
- package/DataGrid/DataGrid.mjs +7 -0
- package/components/GridColumnSortButton.d.mts +1 -1
- package/components/GridColumnSortButton.d.ts +1 -1
- package/components/GridColumnUnsortedIcon.d.mts +2 -1
- package/components/GridColumnUnsortedIcon.d.ts +2 -1
- package/components/GridHeader.d.mts +2 -1
- package/components/GridHeader.d.ts +2 -1
- package/components/GridHeaders.d.mts +1 -1
- package/components/GridHeaders.d.ts +1 -1
- package/components/GridPagination.d.mts +2 -1
- package/components/GridPagination.d.ts +2 -1
- package/components/GridRowDragAndDropOverlay.d.mts +1 -1
- package/components/GridRowDragAndDropOverlay.d.ts +1 -1
- package/components/GridScrollArea.d.mts +2 -1
- package/components/GridScrollArea.d.ts +2 -1
- package/components/GridScrollShadows.d.mts +2 -1
- package/components/GridScrollShadows.d.ts +2 -1
- package/components/GridScrollbarFillerCell.d.mts +1 -1
- package/components/GridScrollbarFillerCell.d.ts +1 -1
- package/components/base/GridFooterPlaceholder.d.mts +1 -1
- package/components/base/GridFooterPlaceholder.d.ts +1 -1
- package/components/base/GridFooterPlaceholder.js +1 -1
- package/components/base/GridFooterPlaceholder.mjs +1 -1
- package/components/base/GridOverlays.d.mts +1 -1
- package/components/base/GridOverlays.d.ts +1 -1
- package/components/cell/GridActionsCell.d.mts +2 -2
- package/components/cell/GridActionsCell.d.ts +2 -2
- package/components/cell/GridActionsCellItem.js +1 -58
- package/components/cell/GridActionsCellItem.mjs +1 -58
- package/components/cell/GridBooleanCell.d.mts +1 -1
- package/components/cell/GridBooleanCell.d.ts +1 -1
- package/components/cell/GridEditBooleanCell.d.mts +2 -2
- package/components/cell/GridEditBooleanCell.d.ts +2 -2
- package/components/cell/GridEditDateCell.d.mts +2 -2
- package/components/cell/GridEditDateCell.d.ts +2 -2
- package/components/cell/GridEditInputCell.d.mts +1 -1
- package/components/cell/GridEditInputCell.d.ts +1 -1
- package/components/cell/GridEditLongTextCell.d.mts +2 -2
- package/components/cell/GridEditLongTextCell.d.ts +2 -2
- package/components/cell/GridEditSingleSelectCell.d.mts +3 -2
- package/components/cell/GridEditSingleSelectCell.d.ts +3 -2
- package/components/cell/GridFooterCell.d.mts +1 -1
- package/components/cell/GridFooterCell.d.ts +1 -1
- package/components/cell/GridLongTextCell.d.mts +2 -2
- package/components/cell/GridLongTextCell.d.ts +2 -2
- package/components/cell/GridSkeletonCell.d.mts +1 -1
- package/components/cell/GridSkeletonCell.d.ts +1 -1
- package/components/columnHeaders/ColumnHeaderMenuIcon.d.mts +1 -1
- package/components/columnHeaders/ColumnHeaderMenuIcon.d.ts +1 -1
- package/components/columnHeaders/GridColumnGroupHeader.d.mts +1 -1
- package/components/columnHeaders/GridColumnGroupHeader.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderFilterIconButton.d.mts +1 -1
- package/components/columnHeaders/GridColumnHeaderFilterIconButton.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderItem.d.mts +1 -1
- package/components/columnHeaders/GridColumnHeaderItem.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderSeparator.d.mts +1 -1
- package/components/columnHeaders/GridColumnHeaderSeparator.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderSortIcon.d.mts +1 -1
- package/components/columnHeaders/GridColumnHeaderSortIcon.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderTitle.d.mts +1 -1
- package/components/columnHeaders/GridColumnHeaderTitle.d.ts +1 -1
- package/components/columnsManagement/GridColumnsManagement.d.mts +2 -1
- package/components/columnsManagement/GridColumnsManagement.d.ts +2 -1
- package/components/menu/GridMenu.d.mts +1 -1
- package/components/menu/GridMenu.d.ts +1 -1
- package/components/menu/columnMenu/GridColumnHeaderMenu.d.mts +1 -1
- package/components/menu/columnMenu/GridColumnHeaderMenu.d.ts +1 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuColumnsItem.d.mts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuColumnsItem.d.ts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.d.mts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.d.ts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.d.mts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.d.ts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.d.mts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.d.ts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.d.mts +2 -1
- package/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.d.ts +2 -1
- package/components/panel/GridColumnsPanel.d.mts +1 -1
- package/components/panel/GridColumnsPanel.d.ts +1 -1
- package/components/panel/GridPanelContent.d.mts +1 -1
- package/components/panel/GridPanelContent.d.ts +1 -1
- package/components/panel/GridPanelContext.d.mts +1 -1
- package/components/panel/GridPanelContext.d.ts +1 -1
- package/components/panel/GridPanelFooter.d.mts +1 -1
- package/components/panel/GridPanelFooter.d.ts +1 -1
- package/components/panel/GridPanelHeader.d.mts +1 -1
- package/components/panel/GridPanelHeader.d.ts +1 -1
- package/components/panel/GridPreferencesPanel.d.mts +1 -1
- package/components/panel/GridPreferencesPanel.d.ts +1 -1
- package/components/panel/filterPanel/GridFilterForm.d.mts +1 -98
- package/components/panel/filterPanel/GridFilterForm.d.ts +1 -98
- package/components/panel/filterPanel/GridFilterForm.js +9 -355
- package/components/panel/filterPanel/GridFilterForm.mjs +8 -354
- package/components/panel/filterPanel/GridFilterFormBase.d.mts +119 -0
- package/components/panel/filterPanel/GridFilterFormBase.d.ts +119 -0
- package/components/panel/filterPanel/GridFilterFormBase.js +497 -0
- package/components/panel/filterPanel/GridFilterFormBase.mjs +491 -0
- package/components/panel/filterPanel/GridFilterInputBoolean.d.mts +2 -1
- package/components/panel/filterPanel/GridFilterInputBoolean.d.ts +2 -1
- package/components/panel/filterPanel/GridFilterInputBoolean.js +6 -1
- package/components/panel/filterPanel/GridFilterInputBoolean.mjs +6 -1
- package/components/panel/filterPanel/GridFilterInputDate.d.mts +2 -1
- package/components/panel/filterPanel/GridFilterInputDate.d.ts +2 -1
- package/components/panel/filterPanel/GridFilterInputDate.js +21 -9
- package/components/panel/filterPanel/GridFilterInputDate.mjs +21 -9
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.mts +2 -1
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.ts +2 -1
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.js +6 -1
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.mjs +6 -1
- package/components/panel/filterPanel/GridFilterInputMultipleValue.d.mts +2 -1
- package/components/panel/filterPanel/GridFilterInputMultipleValue.d.ts +2 -1
- package/components/panel/filterPanel/GridFilterInputMultipleValue.js +6 -1
- package/components/panel/filterPanel/GridFilterInputMultipleValue.mjs +6 -1
- package/components/panel/filterPanel/GridFilterInputSingleSelect.d.mts +2 -1
- package/components/panel/filterPanel/GridFilterInputSingleSelect.d.ts +2 -1
- package/components/panel/filterPanel/GridFilterInputSingleSelect.js +6 -1
- package/components/panel/filterPanel/GridFilterInputSingleSelect.mjs +6 -1
- package/components/panel/filterPanel/GridFilterInputValue.d.mts +2 -1
- package/components/panel/filterPanel/GridFilterInputValue.d.ts +2 -1
- package/components/panel/filterPanel/GridFilterInputValue.js +19 -8
- package/components/panel/filterPanel/GridFilterInputValue.mjs +19 -8
- package/components/panel/filterPanel/GridFilterPanel.d.mts +3 -40
- package/components/panel/filterPanel/GridFilterPanel.d.ts +3 -40
- package/components/panel/filterPanel/GridFilterPanel.js +19 -174
- package/components/panel/filterPanel/GridFilterPanel.mjs +14 -173
- package/components/panel/filterPanel/GridFilterPanelBase.d.mts +79 -0
- package/components/panel/filterPanel/GridFilterPanelBase.d.ts +79 -0
- package/components/panel/filterPanel/GridFilterPanelBase.js +304 -0
- package/components/panel/filterPanel/GridFilterPanelBase.mjs +297 -0
- package/components/panel/filterPanel/index.d.mts +3 -1
- package/components/panel/filterPanel/index.d.ts +3 -1
- package/components/panel/filterPanel/index.js +9 -1
- package/components/panel/filterPanel/index.mjs +3 -0
- package/components/quickFilter/QuickFilter.d.mts +1 -1
- package/components/quickFilter/QuickFilter.d.ts +1 -1
- package/components/toolbar/GridToolbarExport.d.mts +2 -2
- package/components/toolbar/GridToolbarExport.d.ts +2 -2
- package/components/toolbar/GridToolbarQuickFilter.d.mts +1 -1
- package/components/toolbar/GridToolbarQuickFilter.d.ts +1 -1
- package/components/toolbarV8/GridToolbar.d.mts +3 -3
- package/components/toolbarV8/GridToolbar.d.ts +3 -3
- package/components/virtualization/GridBottomContainer.d.mts +1 -1
- package/components/virtualization/GridBottomContainer.d.ts +1 -1
- package/components/virtualization/GridTopContainer.d.mts +1 -1
- package/components/virtualization/GridTopContainer.d.ts +1 -1
- package/components/virtualization/GridVirtualScroller.d.mts +1 -1
- package/components/virtualization/GridVirtualScroller.d.ts +1 -1
- package/components/virtualization/GridVirtualScrollerFiller.d.mts +2 -1
- package/components/virtualization/GridVirtualScrollerFiller.d.ts +2 -1
- package/constants/dataGridPropsDefaultValues.js +1 -0
- package/constants/dataGridPropsDefaultValues.mjs +1 -0
- package/context/GridContextProvider.d.mts +1 -1
- package/context/GridContextProvider.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/dataSource/useGridDataSourceBase.d.mts +1 -1
- package/hooks/features/dataSource/useGridDataSourceBase.d.ts +1 -1
- package/hooks/features/dataSource/useGridDataSourceBase.js +39 -10
- package/hooks/features/dataSource/useGridDataSourceBase.mjs +39 -10
- package/hooks/features/filter/gridFilterUtils.d.mts +12 -0
- package/hooks/features/filter/gridFilterUtils.d.ts +12 -0
- package/hooks/features/filter/gridFilterUtils.js +56 -1
- package/hooks/features/filter/gridFilterUtils.mjs +52 -0
- package/hooks/features/filter/useGridFilter.js +4 -35
- package/hooks/features/filter/useGridFilter.mjs +5 -36
- 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/gridFilterInputComponent.d.mts +5 -0
- package/models/gridFilterInputComponent.d.ts +5 -0
- package/models/gridSlotsComponentsProps.d.mts +1 -1
- package/models/gridSlotsComponentsProps.d.ts +1 -1
- package/models/props/DataGridProps.d.mts +7 -0
- package/models/props/DataGridProps.d.ts +7 -0
- package/package.json +4 -4
- package/utils/css/context.d.mts +3 -3
- package/utils/css/context.d.ts +3 -3
|
@@ -36,9 +36,9 @@ export interface GridEditLongTextCellProps extends GridRenderEditCellParams<any,
|
|
|
36
36
|
textarea?: Partial<GridSlotProps['baseTextarea']>;
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
|
-
declare function GridEditLongTextCell(props: GridEditLongTextCellProps):
|
|
39
|
+
declare function GridEditLongTextCell(props: GridEditLongTextCellProps): React.JSX.Element;
|
|
40
40
|
declare namespace GridEditLongTextCell {
|
|
41
41
|
var propTypes: any;
|
|
42
42
|
}
|
|
43
43
|
export { GridEditLongTextCell };
|
|
44
|
-
export declare const renderEditLongTextCell: (params: GridEditLongTextCellProps) =>
|
|
44
|
+
export declare const renderEditLongTextCell: (params: GridEditLongTextCellProps) => React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridSlotProps } from "../../models/gridSlotsComponentsProps.mjs";
|
|
2
3
|
import type { GridRenderEditCellParams } from "../../models/params/gridCellParams.mjs";
|
|
3
4
|
export interface GridEditSingleSelectCellProps extends GridRenderEditCellParams {
|
|
@@ -13,9 +14,9 @@ export interface GridEditSingleSelectCellProps extends GridRenderEditCellParams
|
|
|
13
14
|
*/
|
|
14
15
|
initialOpen?: boolean;
|
|
15
16
|
}
|
|
16
|
-
declare function GridEditSingleSelectCell(props: GridEditSingleSelectCellProps):
|
|
17
|
+
declare function GridEditSingleSelectCell(props: GridEditSingleSelectCellProps): React.JSX.Element | null;
|
|
17
18
|
declare namespace GridEditSingleSelectCell {
|
|
18
19
|
var propTypes: any;
|
|
19
20
|
}
|
|
20
21
|
export { GridEditSingleSelectCell };
|
|
21
|
-
export declare const renderEditSingleSelectCell: (params: GridEditSingleSelectCellProps) =>
|
|
22
|
+
export declare const renderEditSingleSelectCell: (params: GridEditSingleSelectCellProps) => React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridSlotProps } from "../../models/gridSlotsComponentsProps.js";
|
|
2
3
|
import type { GridRenderEditCellParams } from "../../models/params/gridCellParams.js";
|
|
3
4
|
export interface GridEditSingleSelectCellProps extends GridRenderEditCellParams {
|
|
@@ -13,9 +14,9 @@ export interface GridEditSingleSelectCellProps extends GridRenderEditCellParams
|
|
|
13
14
|
*/
|
|
14
15
|
initialOpen?: boolean;
|
|
15
16
|
}
|
|
16
|
-
declare function GridEditSingleSelectCell(props: GridEditSingleSelectCellProps):
|
|
17
|
+
declare function GridEditSingleSelectCell(props: GridEditSingleSelectCellProps): React.JSX.Element | null;
|
|
17
18
|
declare namespace GridEditSingleSelectCell {
|
|
18
19
|
var propTypes: any;
|
|
19
20
|
}
|
|
20
21
|
export { GridEditSingleSelectCell };
|
|
21
|
-
export declare const renderEditSingleSelectCell: (params: GridEditSingleSelectCellProps) =>
|
|
22
|
+
export declare const renderEditSingleSelectCell: (params: GridEditSingleSelectCellProps) => React.JSX.Element;
|
|
@@ -4,6 +4,6 @@ import type { GridRenderCellParams } from "../../models/params/gridCellParams.mj
|
|
|
4
4
|
interface GridFooterCellProps extends GridRenderCellParams {
|
|
5
5
|
sx?: SxProps<Theme>;
|
|
6
6
|
}
|
|
7
|
-
declare function GridFooterCellRaw(props: GridFooterCellProps):
|
|
7
|
+
declare function GridFooterCellRaw(props: GridFooterCellProps): React.JSX.Element;
|
|
8
8
|
declare const GridFooterCell: React.MemoExoticComponent<typeof GridFooterCellRaw>;
|
|
9
9
|
export { GridFooterCell };
|
|
@@ -4,6 +4,6 @@ import type { GridRenderCellParams } from "../../models/params/gridCellParams.js
|
|
|
4
4
|
interface GridFooterCellProps extends GridRenderCellParams {
|
|
5
5
|
sx?: SxProps<Theme>;
|
|
6
6
|
}
|
|
7
|
-
declare function GridFooterCellRaw(props: GridFooterCellProps):
|
|
7
|
+
declare function GridFooterCellRaw(props: GridFooterCellProps): React.JSX.Element;
|
|
8
8
|
declare const GridFooterCell: React.MemoExoticComponent<typeof GridFooterCellRaw>;
|
|
9
9
|
export { GridFooterCell };
|
|
@@ -38,9 +38,9 @@ export interface GridLongTextCellProps extends GridRenderCellParams<any, string
|
|
|
38
38
|
popperContent?: React.HTMLAttributes<HTMLDivElement>;
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
|
-
declare function GridLongTextCell(props: GridLongTextCellProps):
|
|
41
|
+
declare function GridLongTextCell(props: GridLongTextCellProps): React.JSX.Element;
|
|
42
42
|
declare namespace GridLongTextCell {
|
|
43
43
|
var propTypes: any;
|
|
44
44
|
}
|
|
45
45
|
export { GridLongTextCell };
|
|
46
|
-
export declare const renderLongTextCell: (params: GridLongTextCellProps) =>
|
|
46
|
+
export declare const renderLongTextCell: (params: GridLongTextCellProps) => React.JSX.Element;
|
|
@@ -38,9 +38,9 @@ export interface GridLongTextCellProps extends GridRenderCellParams<any, string
|
|
|
38
38
|
popperContent?: React.HTMLAttributes<HTMLDivElement>;
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
|
-
declare function GridLongTextCell(props: GridLongTextCellProps):
|
|
41
|
+
declare function GridLongTextCell(props: GridLongTextCellProps): React.JSX.Element;
|
|
42
42
|
declare namespace GridLongTextCell {
|
|
43
43
|
var propTypes: any;
|
|
44
44
|
}
|
|
45
45
|
export { GridLongTextCell };
|
|
46
|
-
export declare const renderLongTextCell: (params: GridLongTextCellProps) =>
|
|
46
|
+
export declare const renderLongTextCell: (params: GridLongTextCellProps) => React.JSX.Element;
|
|
@@ -13,7 +13,7 @@ export interface GridSkeletonCellProps extends React.HTMLAttributes<HTMLDivEleme
|
|
|
13
13
|
empty?: boolean;
|
|
14
14
|
skeletonProps?: GridSlotProps['baseSkeleton'];
|
|
15
15
|
}
|
|
16
|
-
declare function GridSkeletonCell(props: GridSkeletonCellProps):
|
|
16
|
+
declare function GridSkeletonCell(props: GridSkeletonCellProps): React.JSX.Element;
|
|
17
17
|
declare namespace GridSkeletonCell {
|
|
18
18
|
var propTypes: any;
|
|
19
19
|
}
|
|
@@ -13,7 +13,7 @@ export interface GridSkeletonCellProps extends React.HTMLAttributes<HTMLDivEleme
|
|
|
13
13
|
empty?: boolean;
|
|
14
14
|
skeletonProps?: GridSlotProps['baseSkeleton'];
|
|
15
15
|
}
|
|
16
|
-
declare function GridSkeletonCell(props: GridSkeletonCellProps):
|
|
16
|
+
declare function GridSkeletonCell(props: GridSkeletonCellProps): React.JSX.Element;
|
|
17
17
|
declare namespace GridSkeletonCell {
|
|
18
18
|
var propTypes: any;
|
|
19
19
|
}
|
|
@@ -7,4 +7,4 @@ export interface ColumnHeaderMenuIconProps {
|
|
|
7
7
|
open: boolean;
|
|
8
8
|
iconButtonRef: React.RefObject<HTMLButtonElement | null>;
|
|
9
9
|
}
|
|
10
|
-
export declare const ColumnHeaderMenuIcon: React.MemoExoticComponent<(props: ColumnHeaderMenuIconProps) =>
|
|
10
|
+
export declare const ColumnHeaderMenuIcon: React.MemoExoticComponent<(props: ColumnHeaderMenuIconProps) => React.JSX.Element>;
|
|
@@ -7,4 +7,4 @@ export interface ColumnHeaderMenuIconProps {
|
|
|
7
7
|
open: boolean;
|
|
8
8
|
iconButtonRef: React.RefObject<HTMLButtonElement | null>;
|
|
9
9
|
}
|
|
10
|
-
export declare const ColumnHeaderMenuIcon: React.MemoExoticComponent<(props: ColumnHeaderMenuIconProps) =>
|
|
10
|
+
export declare const ColumnHeaderMenuIcon: React.MemoExoticComponent<(props: ColumnHeaderMenuIconProps) => React.JSX.Element>;
|
|
@@ -17,5 +17,5 @@ interface GridColumnGroupHeaderProps {
|
|
|
17
17
|
pinnedPosition: PinnedColumnPosition | undefined;
|
|
18
18
|
pinnedOffset?: number;
|
|
19
19
|
}
|
|
20
|
-
declare function GridColumnGroupHeader(props: GridColumnGroupHeaderProps):
|
|
20
|
+
declare function GridColumnGroupHeader(props: GridColumnGroupHeaderProps): React.JSX.Element;
|
|
21
21
|
export { GridColumnGroupHeader };
|
|
@@ -17,5 +17,5 @@ interface GridColumnGroupHeaderProps {
|
|
|
17
17
|
pinnedPosition: PinnedColumnPosition | undefined;
|
|
18
18
|
pinnedOffset?: number;
|
|
19
19
|
}
|
|
20
|
-
declare function GridColumnGroupHeader(props: GridColumnGroupHeaderProps):
|
|
20
|
+
declare function GridColumnGroupHeader(props: GridColumnGroupHeaderProps): React.JSX.Element;
|
|
21
21
|
export { GridColumnGroupHeader };
|
|
@@ -5,7 +5,7 @@ export interface ColumnHeaderFilterIconButtonProps {
|
|
|
5
5
|
counter?: number;
|
|
6
6
|
onClick?: (params: GridColumnHeaderParams, event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
7
7
|
}
|
|
8
|
-
declare function GridColumnHeaderFilterIconButtonWrapped(props: ColumnHeaderFilterIconButtonProps):
|
|
8
|
+
declare function GridColumnHeaderFilterIconButtonWrapped(props: ColumnHeaderFilterIconButtonProps): React.JSX.Element | null;
|
|
9
9
|
declare namespace GridColumnHeaderFilterIconButtonWrapped {
|
|
10
10
|
var propTypes: any;
|
|
11
11
|
}
|
|
@@ -5,7 +5,7 @@ export interface ColumnHeaderFilterIconButtonProps {
|
|
|
5
5
|
counter?: number;
|
|
6
6
|
onClick?: (params: GridColumnHeaderParams, event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
7
7
|
}
|
|
8
|
-
declare function GridColumnHeaderFilterIconButtonWrapped(props: ColumnHeaderFilterIconButtonProps):
|
|
8
|
+
declare function GridColumnHeaderFilterIconButtonWrapped(props: ColumnHeaderFilterIconButtonProps): React.JSX.Element | null;
|
|
9
9
|
declare namespace GridColumnHeaderFilterIconButtonWrapped {
|
|
10
10
|
var propTypes: any;
|
|
11
11
|
}
|
|
@@ -25,7 +25,7 @@ interface GridColumnHeaderItemProps {
|
|
|
25
25
|
showLeftBorder: boolean;
|
|
26
26
|
showRightBorder: boolean;
|
|
27
27
|
}
|
|
28
|
-
declare function GridColumnHeaderItem(props: GridColumnHeaderItemProps):
|
|
28
|
+
declare function GridColumnHeaderItem(props: GridColumnHeaderItemProps): React.JSX.Element;
|
|
29
29
|
declare namespace GridColumnHeaderItem {
|
|
30
30
|
var propTypes: any;
|
|
31
31
|
}
|
|
@@ -25,7 +25,7 @@ interface GridColumnHeaderItemProps {
|
|
|
25
25
|
showLeftBorder: boolean;
|
|
26
26
|
showRightBorder: boolean;
|
|
27
27
|
}
|
|
28
|
-
declare function GridColumnHeaderItem(props: GridColumnHeaderItemProps):
|
|
28
|
+
declare function GridColumnHeaderItem(props: GridColumnHeaderItemProps): React.JSX.Element;
|
|
29
29
|
declare namespace GridColumnHeaderItem {
|
|
30
30
|
var propTypes: any;
|
|
31
31
|
}
|
|
@@ -9,7 +9,7 @@ export interface GridColumnHeaderSeparatorProps extends React.HTMLAttributes<HTM
|
|
|
9
9
|
height: number;
|
|
10
10
|
side?: GridColumnHeaderSeparatorSides;
|
|
11
11
|
}
|
|
12
|
-
declare function GridColumnHeaderSeparatorRaw(props: GridColumnHeaderSeparatorProps):
|
|
12
|
+
declare function GridColumnHeaderSeparatorRaw(props: GridColumnHeaderSeparatorProps): React.JSX.Element;
|
|
13
13
|
declare namespace GridColumnHeaderSeparatorRaw {
|
|
14
14
|
var propTypes: any;
|
|
15
15
|
}
|
|
@@ -9,7 +9,7 @@ export interface GridColumnHeaderSeparatorProps extends React.HTMLAttributes<HTM
|
|
|
9
9
|
height: number;
|
|
10
10
|
side?: GridColumnHeaderSeparatorSides;
|
|
11
11
|
}
|
|
12
|
-
declare function GridColumnHeaderSeparatorRaw(props: GridColumnHeaderSeparatorProps):
|
|
12
|
+
declare function GridColumnHeaderSeparatorRaw(props: GridColumnHeaderSeparatorProps): React.JSX.Element;
|
|
13
13
|
declare namespace GridColumnHeaderSeparatorRaw {
|
|
14
14
|
var propTypes: any;
|
|
15
15
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { GridColumnSortButtonProps } from "../GridColumnSortButton.mjs";
|
|
3
3
|
export interface GridColumnHeaderSortIconProps extends GridColumnSortButtonProps {}
|
|
4
|
-
declare function GridColumnHeaderSortIconRaw(props: GridColumnHeaderSortIconProps):
|
|
4
|
+
declare function GridColumnHeaderSortIconRaw(props: GridColumnHeaderSortIconProps): React.JSX.Element;
|
|
5
5
|
declare namespace GridColumnHeaderSortIconRaw {
|
|
6
6
|
var propTypes: any;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { GridColumnSortButtonProps } from "../GridColumnSortButton.js";
|
|
3
3
|
export interface GridColumnHeaderSortIconProps extends GridColumnSortButtonProps {}
|
|
4
|
-
declare function GridColumnHeaderSortIconRaw(props: GridColumnHeaderSortIconProps):
|
|
4
|
+
declare function GridColumnHeaderSortIconRaw(props: GridColumnHeaderSortIconProps): React.JSX.Element;
|
|
5
5
|
declare namespace GridColumnHeaderSortIconRaw {
|
|
6
6
|
var propTypes: any;
|
|
7
7
|
}
|
|
@@ -4,7 +4,7 @@ export interface GridColumnHeaderTitleProps {
|
|
|
4
4
|
columnWidth: number;
|
|
5
5
|
description?: React.ReactNode;
|
|
6
6
|
}
|
|
7
|
-
declare function GridColumnHeaderTitle(props: GridColumnHeaderTitleProps):
|
|
7
|
+
declare function GridColumnHeaderTitle(props: GridColumnHeaderTitleProps): React.JSX.Element;
|
|
8
8
|
declare namespace GridColumnHeaderTitle {
|
|
9
9
|
var propTypes: any;
|
|
10
10
|
}
|
|
@@ -4,7 +4,7 @@ export interface GridColumnHeaderTitleProps {
|
|
|
4
4
|
columnWidth: number;
|
|
5
5
|
description?: React.ReactNode;
|
|
6
6
|
}
|
|
7
|
-
declare function GridColumnHeaderTitle(props: GridColumnHeaderTitleProps):
|
|
7
|
+
declare function GridColumnHeaderTitle(props: GridColumnHeaderTitleProps): React.JSX.Element;
|
|
8
8
|
declare namespace GridColumnHeaderTitle {
|
|
9
9
|
var propTypes: any;
|
|
10
10
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { TextFieldProps } from "../../models/gridBaseSlots.mjs";
|
|
2
3
|
import type { DataGridProcessedProps } from "../../models/props/DataGridProps.mjs";
|
|
3
4
|
import type { GridColDef } from "../../models/colDef/gridColDef.mjs";
|
|
@@ -43,7 +44,7 @@ export interface GridColumnsManagementProps {
|
|
|
43
44
|
*/
|
|
44
45
|
getTogglableColumns?: (columns: GridColDef[]) => GridColDef['field'][];
|
|
45
46
|
}
|
|
46
|
-
declare function GridColumnsManagement(props: GridColumnsManagementProps):
|
|
47
|
+
declare function GridColumnsManagement(props: GridColumnsManagementProps): React.JSX.Element;
|
|
47
48
|
declare namespace GridColumnsManagement {
|
|
48
49
|
var propTypes: any;
|
|
49
50
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { TextFieldProps } from "../../models/gridBaseSlots.js";
|
|
2
3
|
import type { DataGridProcessedProps } from "../../models/props/DataGridProps.js";
|
|
3
4
|
import type { GridColDef } from "../../models/colDef/gridColDef.js";
|
|
@@ -43,7 +44,7 @@ export interface GridColumnsManagementProps {
|
|
|
43
44
|
*/
|
|
44
45
|
getTogglableColumns?: (columns: GridColDef[]) => GridColDef['field'][];
|
|
45
46
|
}
|
|
46
|
-
declare function GridColumnsManagement(props: GridColumnsManagementProps):
|
|
47
|
+
declare function GridColumnsManagement(props: GridColumnsManagementProps): React.JSX.Element;
|
|
47
48
|
declare namespace GridColumnsManagement {
|
|
48
49
|
var propTypes: any;
|
|
49
50
|
}
|
|
@@ -8,7 +8,7 @@ export interface GridMenuProps extends Pick<PopperProps, 'className' | 'onExited
|
|
|
8
8
|
position?: MenuPosition;
|
|
9
9
|
children: React.ReactNode;
|
|
10
10
|
}
|
|
11
|
-
declare function GridMenu(props: GridMenuProps):
|
|
11
|
+
declare function GridMenu(props: GridMenuProps): React.JSX.Element;
|
|
12
12
|
declare namespace GridMenu {
|
|
13
13
|
var propTypes: any;
|
|
14
14
|
}
|
|
@@ -8,7 +8,7 @@ export interface GridMenuProps extends Pick<PopperProps, 'className' | 'onExited
|
|
|
8
8
|
position?: MenuPosition;
|
|
9
9
|
children: React.ReactNode;
|
|
10
10
|
}
|
|
11
|
-
declare function GridMenu(props: GridMenuProps):
|
|
11
|
+
declare function GridMenu(props: GridMenuProps): React.JSX.Element;
|
|
12
12
|
declare namespace GridMenu {
|
|
13
13
|
var propTypes: any;
|
|
14
14
|
}
|
|
@@ -19,7 +19,7 @@ declare function GridColumnHeaderMenu({
|
|
|
19
19
|
open,
|
|
20
20
|
target,
|
|
21
21
|
onExited
|
|
22
|
-
}: GridColumnHeaderMenuProps):
|
|
22
|
+
}: GridColumnHeaderMenuProps): React.JSX.Element | null;
|
|
23
23
|
declare namespace GridColumnHeaderMenu {
|
|
24
24
|
var propTypes: any;
|
|
25
25
|
}
|
|
@@ -19,7 +19,7 @@ declare function GridColumnHeaderMenu({
|
|
|
19
19
|
open,
|
|
20
20
|
target,
|
|
21
21
|
onExited
|
|
22
|
-
}: GridColumnHeaderMenuProps):
|
|
22
|
+
}: GridColumnHeaderMenuProps): React.JSX.Element | null;
|
|
23
23
|
declare namespace GridColumnHeaderMenu {
|
|
24
24
|
var propTypes: any;
|
|
25
25
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.mjs";
|
|
2
|
-
declare function GridColumnMenuColumnsItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuColumnsItem(props: GridColumnMenuItemProps): React.JSX.Element;
|
|
3
4
|
declare namespace GridColumnMenuColumnsItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
2
|
-
declare function GridColumnMenuColumnsItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuColumnsItem(props: GridColumnMenuItemProps): React.JSX.Element;
|
|
3
4
|
declare namespace GridColumnMenuColumnsItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.mjs";
|
|
2
|
-
declare function GridColumnMenuFilterItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuFilterItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
|
|
3
4
|
declare namespace GridColumnMenuFilterItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
2
|
-
declare function GridColumnMenuFilterItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuFilterItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
|
|
3
4
|
declare namespace GridColumnMenuFilterItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.mjs";
|
|
2
|
-
declare function GridColumnMenuHideItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuHideItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
|
|
3
4
|
declare namespace GridColumnMenuHideItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
2
|
-
declare function GridColumnMenuHideItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuHideItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
|
|
3
4
|
declare namespace GridColumnMenuHideItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.mjs";
|
|
2
|
-
declare function GridColumnMenuManageItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuManageItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
|
|
3
4
|
declare namespace GridColumnMenuManageItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
2
|
-
declare function GridColumnMenuManageItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuManageItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
|
|
3
4
|
declare namespace GridColumnMenuManageItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.mjs";
|
|
2
|
-
declare function GridColumnMenuSortItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuSortItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
|
|
3
4
|
declare namespace GridColumnMenuSortItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
2
|
-
declare function GridColumnMenuSortItem(props: GridColumnMenuItemProps):
|
|
3
|
+
declare function GridColumnMenuSortItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
|
|
3
4
|
declare namespace GridColumnMenuSortItem {
|
|
4
5
|
var propTypes: any;
|
|
5
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { GridPanelWrapperProps } from "./GridPanelWrapper.mjs";
|
|
2
2
|
export interface GridColumnsPanelProps extends GridPanelWrapperProps {}
|
|
3
|
-
declare function GridColumnsPanel(props: GridColumnsPanelProps): import("react
|
|
3
|
+
declare function GridColumnsPanel(props: GridColumnsPanelProps): import("react").JSX.Element;
|
|
4
4
|
export { GridColumnsPanel };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { GridPanelWrapperProps } from "./GridPanelWrapper.js";
|
|
2
2
|
export interface GridColumnsPanelProps extends GridPanelWrapperProps {}
|
|
3
|
-
declare function GridColumnsPanel(props: GridColumnsPanelProps): import("react
|
|
3
|
+
declare function GridColumnsPanel(props: GridColumnsPanelProps): import("react").JSX.Element;
|
|
4
4
|
export { GridColumnsPanel };
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import type { SxProps, Theme } from '@mui/system';
|
|
3
3
|
declare function GridPanelContent(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
4
4
|
sx?: SxProps<Theme>;
|
|
5
|
-
}):
|
|
5
|
+
}): React.JSX.Element;
|
|
6
6
|
declare namespace GridPanelContent {
|
|
7
7
|
var propTypes: any;
|
|
8
8
|
}
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import type { SxProps, Theme } from '@mui/system';
|
|
3
3
|
declare function GridPanelContent(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
4
4
|
sx?: SxProps<Theme>;
|
|
5
|
-
}):
|
|
5
|
+
}): React.JSX.Element;
|
|
6
6
|
declare namespace GridPanelContent {
|
|
7
7
|
var propTypes: any;
|
|
8
8
|
}
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import type { SxProps, Theme } from '@mui/material/styles';
|
|
3
3
|
declare function GridPanelFooter(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
4
4
|
sx?: SxProps<Theme>;
|
|
5
|
-
}):
|
|
5
|
+
}): React.JSX.Element;
|
|
6
6
|
declare namespace GridPanelFooter {
|
|
7
7
|
var propTypes: any;
|
|
8
8
|
}
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import type { SxProps, Theme } from '@mui/material/styles';
|
|
3
3
|
declare function GridPanelFooter(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
4
4
|
sx?: SxProps<Theme>;
|
|
5
|
-
}):
|
|
5
|
+
}): React.JSX.Element;
|
|
6
6
|
declare namespace GridPanelFooter {
|
|
7
7
|
var propTypes: any;
|
|
8
8
|
}
|
|
@@ -5,7 +5,7 @@ import type { SxProps, Theme } from '@mui/system';
|
|
|
5
5
|
*/
|
|
6
6
|
declare function GridPanelHeader(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
7
7
|
sx?: SxProps<Theme>;
|
|
8
|
-
}):
|
|
8
|
+
}): React.JSX.Element;
|
|
9
9
|
declare namespace GridPanelHeader {
|
|
10
10
|
var propTypes: any;
|
|
11
11
|
}
|
|
@@ -5,7 +5,7 @@ import type { SxProps, Theme } from '@mui/system';
|
|
|
5
5
|
*/
|
|
6
6
|
declare function GridPanelHeader(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
7
7
|
sx?: SxProps<Theme>;
|
|
8
|
-
}):
|
|
8
|
+
}): React.JSX.Element;
|
|
9
9
|
declare namespace GridPanelHeader {
|
|
10
10
|
var propTypes: any;
|
|
11
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function GridPreferencesPanel(): import("react
|
|
1
|
+
export declare function GridPreferencesPanel(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function GridPreferencesPanel(): import("react
|
|
1
|
+
export declare function GridPreferencesPanel(): import("react").JSX.Element;
|
|
@@ -1,102 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import type { GridFilterItem } from "../../../models/gridFilterItem.mjs";
|
|
4
|
-
import type { GridColDef, GridStateColDef } from "../../../models/colDef/gridColDef.mjs";
|
|
5
|
-
export interface FilterColumnsArgs {
|
|
6
|
-
field: GridColDef['field'];
|
|
7
|
-
columns: GridStateColDef[];
|
|
8
|
-
currentFilters: GridFilterItem[];
|
|
9
|
-
}
|
|
10
|
-
export interface GridFilterFormProps {
|
|
11
|
-
/**
|
|
12
|
-
* The [[GridFilterItem]] representing this form.
|
|
13
|
-
*/
|
|
14
|
-
item: GridFilterItem;
|
|
15
|
-
/**
|
|
16
|
-
* If `true`, the logic operator field is rendered.
|
|
17
|
-
* The field will be invisible if `showMultiFilterOperators` is also `true`.
|
|
18
|
-
*/
|
|
19
|
-
hasMultipleFilters: boolean;
|
|
20
|
-
/**
|
|
21
|
-
* If `true`, the logic operator field is visible.
|
|
22
|
-
*/
|
|
23
|
-
showMultiFilterOperators?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* If `true`, disables the logic operator field but still renders it.
|
|
26
|
-
*/
|
|
27
|
-
disableMultiFilterOperator?: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* A ref allowing to set imperative focus.
|
|
30
|
-
* It can be passed to the el
|
|
31
|
-
*/
|
|
32
|
-
focusElementRef?: React.Ref<any>;
|
|
33
|
-
/**
|
|
34
|
-
* Callback called when the operator, column field or value is changed.
|
|
35
|
-
* @param {GridFilterItem} item The updated [[GridFilterItem]].
|
|
36
|
-
*/
|
|
37
|
-
applyFilterChanges: (item: GridFilterItem) => void;
|
|
38
|
-
/**
|
|
39
|
-
* Callback called when the logic operator is changed.
|
|
40
|
-
* @param {GridLogicOperator} operator The new logic operator.
|
|
41
|
-
*/
|
|
42
|
-
applyMultiFilterOperatorChanges: (operator: GridLogicOperator) => void;
|
|
43
|
-
/**
|
|
44
|
-
* Callback called when the delete button is clicked.
|
|
45
|
-
* @param {GridFilterItem} item The deleted [[GridFilterItem]].
|
|
46
|
-
*/
|
|
47
|
-
deleteFilter: (item: GridFilterItem) => void;
|
|
48
|
-
/**
|
|
49
|
-
* Allows to filter the columns displayed in the filter form.
|
|
50
|
-
* @param {FilterColumnsArgs} args The columns of the grid and name of field.
|
|
51
|
-
* @returns {GridColDef['field'][]} The filtered fields array.
|
|
52
|
-
*/
|
|
53
|
-
filterColumns?: (args: FilterColumnsArgs) => GridColDef['field'][];
|
|
54
|
-
/**
|
|
55
|
-
* Sets the available logic operators.
|
|
56
|
-
* @default [GridLogicOperator.And, GridLogicOperator.Or]
|
|
57
|
-
*/
|
|
58
|
-
logicOperators?: GridLogicOperator[];
|
|
59
|
-
/**
|
|
60
|
-
* Changes how the options in the columns selector should be ordered.
|
|
61
|
-
* If not specified, the order is derived from the `columns` prop.
|
|
62
|
-
*/
|
|
63
|
-
columnsSort?: 'asc' | 'desc';
|
|
64
|
-
/**
|
|
65
|
-
* Props passed to the delete icon.
|
|
66
|
-
* @default {}
|
|
67
|
-
*/
|
|
68
|
-
deleteIconProps?: any;
|
|
69
|
-
/**
|
|
70
|
-
* Props passed to the logic operator input component.
|
|
71
|
-
* @default {}
|
|
72
|
-
*/
|
|
73
|
-
logicOperatorInputProps?: any;
|
|
74
|
-
/**
|
|
75
|
-
* Props passed to the operator input component.
|
|
76
|
-
* @default {}
|
|
77
|
-
*/
|
|
78
|
-
operatorInputProps?: any;
|
|
79
|
-
/**
|
|
80
|
-
* Props passed to the column input component.
|
|
81
|
-
* @default {}
|
|
82
|
-
*/
|
|
83
|
-
columnInputProps?: any;
|
|
84
|
-
/**
|
|
85
|
-
* `true` if the filter is disabled/read only.
|
|
86
|
-
* i.e. `colDef.fiterable = false` but passed in `filterModel`
|
|
87
|
-
* @default false
|
|
88
|
-
*/
|
|
89
|
-
readOnly?: boolean;
|
|
90
|
-
/**
|
|
91
|
-
* Props passed to the value input component.
|
|
92
|
-
* @default {}
|
|
93
|
-
*/
|
|
94
|
-
valueInputProps?: any;
|
|
95
|
-
/**
|
|
96
|
-
* @ignore - do not document.
|
|
97
|
-
*/
|
|
98
|
-
children?: React.ReactNode;
|
|
99
|
-
}
|
|
2
|
+
import type { GridFilterFormProps } from "./GridFilterFormBase.mjs";
|
|
100
3
|
declare const GridFilterForm: React.ForwardRefExoticComponent<GridFilterFormProps> | React.ForwardRefExoticComponent<GridFilterFormProps & React.RefAttributes<HTMLDivElement>>;
|
|
101
4
|
/**
|
|
102
5
|
* Demos:
|