@mui/x-data-grid 9.9.0 → 9.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +111 -0
- package/colDef/gridNumericOperators.d.mts +1 -1
- package/colDef/gridNumericOperators.d.ts +1 -1
- package/components/GridSkeletonLoadingOverlay.d.mts +1 -1
- package/components/GridSkeletonLoadingOverlay.d.ts +1 -1
- package/components/cell/GridActionsCellItem.d.mts +10 -10
- package/components/cell/GridActionsCellItem.d.ts +10 -10
- package/components/cell/GridBooleanCell.d.mts +0 -3
- package/components/cell/GridBooleanCell.d.ts +0 -3
- package/components/cell/GridSkeletonCell.d.mts +0 -3
- package/components/cell/GridSkeletonCell.d.ts +0 -3
- package/components/columnHeaders/GridColumnHeaderItem.d.mts +0 -3
- package/components/columnHeaders/GridColumnHeaderItem.d.ts +0 -3
- package/components/columnHeaders/GridColumnHeaderSeparator.d.mts +0 -3
- package/components/columnHeaders/GridColumnHeaderSeparator.d.ts +0 -3
- package/components/columnHeaders/GridColumnHeaderSortIcon.d.mts +0 -3
- package/components/columnHeaders/GridColumnHeaderSortIcon.d.ts +0 -3
- package/components/toolbarV8/utils.d.mts +1 -1
- package/components/toolbarV8/utils.d.ts +1 -1
- package/constants/cssVariables.d.mts +120 -120
- package/constants/cssVariables.d.ts +120 -120
- package/hooks/core/useGridLocaleText.d.mts +1 -1
- package/hooks/core/useGridLocaleText.d.ts +1 -1
- package/hooks/core/useGridLoggerFactory.d.mts +1 -1
- package/hooks/core/useGridLoggerFactory.d.ts +1 -1
- package/hooks/features/clipboard/useGridClipboard.d.mts +1 -1
- package/hooks/features/clipboard/useGridClipboard.d.ts +1 -1
- package/hooks/features/columnGrouping/useGridColumnGrouping.d.mts +1 -1
- package/hooks/features/columnGrouping/useGridColumnGrouping.d.ts +1 -1
- package/hooks/features/columnHeaders/useGridColumnHeaders.d.mts +2 -2
- package/hooks/features/columnHeaders/useGridColumnHeaders.d.ts +2 -2
- package/hooks/features/columnResize/useGridColumnResize.d.mts +1 -1
- package/hooks/features/columnResize/useGridColumnResize.d.ts +1 -1
- package/hooks/features/columns/gridColumnsUtils.d.mts +1 -1
- package/hooks/features/columns/gridColumnsUtils.d.ts +1 -1
- package/hooks/features/dataSource/useGridDataSourceBase.d.mts +2 -2
- package/hooks/features/dataSource/useGridDataSourceBase.d.ts +2 -2
- package/hooks/features/density/useGridDensity.d.mts +1 -1
- package/hooks/features/density/useGridDensity.d.ts +1 -1
- package/hooks/features/editing/useGridCellEditing.d.mts +1 -1
- package/hooks/features/editing/useGridCellEditing.d.ts +1 -1
- package/hooks/features/editing/useGridEditing.d.mts +1 -1
- package/hooks/features/editing/useGridEditing.d.ts +1 -1
- package/hooks/features/editing/useGridRowEditing.d.mts +1 -1
- package/hooks/features/editing/useGridRowEditing.d.ts +1 -1
- package/hooks/features/editing/utils.d.mts +1 -1
- package/hooks/features/editing/utils.d.ts +1 -1
- package/hooks/features/export/useGridCsvExport.d.mts +1 -1
- package/hooks/features/export/useGridCsvExport.d.ts +1 -1
- package/hooks/features/export/useGridPrintExport.d.mts +1 -1
- package/hooks/features/export/useGridPrintExport.d.ts +1 -1
- package/hooks/features/filter/gridFilterUtils.d.mts +1 -1
- package/hooks/features/filter/gridFilterUtils.d.ts +1 -1
- package/hooks/features/filter/useGridFilter.d.mts +1 -1
- package/hooks/features/filter/useGridFilter.d.ts +1 -1
- package/hooks/features/focus/useGridFocus.d.mts +1 -1
- package/hooks/features/focus/useGridFocus.d.ts +1 -1
- package/hooks/features/headerFiltering/useGridHeaderFiltering.d.mts +1 -1
- package/hooks/features/headerFiltering/useGridHeaderFiltering.d.ts +1 -1
- package/hooks/features/keyboardNavigation/useGridKeyboardNavigation.d.mts +1 -1
- package/hooks/features/keyboardNavigation/useGridKeyboardNavigation.d.ts +1 -1
- package/hooks/features/overlays/useGridOverlays.d.mts +1 -1
- package/hooks/features/overlays/useGridOverlays.d.ts +1 -1
- package/hooks/features/pagination/gridPaginationUtils.d.mts +1 -1
- package/hooks/features/pagination/gridPaginationUtils.d.ts +1 -1
- package/hooks/features/pagination/useGridPaginationMeta.d.mts +1 -1
- package/hooks/features/pagination/useGridPaginationMeta.d.ts +1 -1
- package/hooks/features/pagination/useGridPaginationModel.d.mts +2 -2
- package/hooks/features/pagination/useGridPaginationModel.d.ts +2 -2
- package/hooks/features/pagination/useGridRowCount.d.mts +1 -1
- package/hooks/features/pagination/useGridRowCount.d.ts +1 -1
- package/hooks/features/preferencesPanel/useGridPreferencesPanel.d.mts +1 -1
- package/hooks/features/preferencesPanel/useGridPreferencesPanel.d.ts +1 -1
- package/hooks/features/rowSelection/useGridRowSelection.d.mts +1 -1
- package/hooks/features/rowSelection/useGridRowSelection.d.ts +1 -1
- package/hooks/features/rows/gridRowsUtils.d.mts +4 -4
- package/hooks/features/rows/gridRowsUtils.d.ts +4 -4
- package/hooks/features/rows/useGridRowSpanning.d.mts +1 -1
- package/hooks/features/rows/useGridRowSpanning.d.ts +1 -1
- package/hooks/features/rows/useGridRows.d.mts +1 -1
- package/hooks/features/rows/useGridRows.d.ts +1 -1
- package/hooks/features/rows/useGridRowsMeta.d.mts +1 -1
- package/hooks/features/rows/useGridRowsMeta.d.ts +1 -1
- package/hooks/features/scroll/useGridScroll.d.mts +1 -1
- package/hooks/features/scroll/useGridScroll.d.ts +1 -1
- package/hooks/features/sorting/useGridSorting.d.mts +1 -1
- package/hooks/features/sorting/useGridSorting.d.ts +1 -1
- package/hooks/features/virtualization/gridFocusedVirtualCellSelector.d.mts +2 -2
- package/hooks/features/virtualization/gridFocusedVirtualCellSelector.d.ts +2 -2
- package/hooks/utils/useGridEvent.d.mts +1 -1
- package/hooks/utils/useGridEvent.d.ts +1 -1
- package/hooks/utils/useGridVisibleRows.d.mts +2 -2
- package/hooks/utils/useGridVisibleRows.d.ts +2 -2
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/internals/demo/TailwindDemoContainer.d.mts +1 -1
- package/internals/demo/TailwindDemoContainer.d.ts +1 -1
- package/models/api/gridApiCommon.d.mts +1 -1
- package/models/api/gridApiCommon.d.ts +1 -1
- package/package.json +4 -4
- package/utils/cellBorderUtils.d.mts +2 -2
- package/utils/cellBorderUtils.d.ts +2 -2
- package/utils/getPublicApiRef.d.mts +1 -1
- package/utils/getPublicApiRef.d.ts +1 -1
- package/utils/keyboardUtils.d.mts +1 -1
- package/utils/keyboardUtils.d.ts +1 -1
- package/utils/rtlFlipSide.d.mts +1 -1
- package/utils/rtlFlipSide.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,116 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.10.0
|
|
4
|
+
|
|
5
|
+
_Jul 17, 2026_
|
|
6
|
+
|
|
7
|
+
We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 📊 Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` for Charts
|
|
10
|
+
- ⚙️ Allow opt-in `data-*` attributes on `slotProps`. [Read more](https://mui.com/x/common-concepts/custom-components/#passing-data-attributes-to-slots)
|
|
11
|
+
- 🐞 Bugfixes
|
|
12
|
+
- 📚 Documentation improvements
|
|
13
|
+
|
|
14
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
15
|
+
@Anexus5919, @mustafajw07
|
|
16
|
+
|
|
17
|
+
The following team members contributed to this release:
|
|
18
|
+
@brijeshb42, @Janpot, @JCQuintas, @LukasTy, @noraleonte
|
|
19
|
+
|
|
20
|
+
### Data Grid
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-data-grid@9.10.0`
|
|
23
|
+
|
|
24
|
+
Internal changes.
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid@9.10.0`.
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-premium@9.10.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid-pro@9.10.0`.
|
|
33
|
+
|
|
34
|
+
### Date and Time Pickers
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-date-pickers@9.10.0`
|
|
37
|
+
|
|
38
|
+
Internal changes.
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-date-pickers-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
41
|
+
|
|
42
|
+
Same changes as in `@mui/x-date-pickers@9.10.0`.
|
|
43
|
+
|
|
44
|
+
### Charts
|
|
45
|
+
|
|
46
|
+
#### `@mui/x-charts@9.10.0`
|
|
47
|
+
|
|
48
|
+
- [charts] Provide `dataIndex` in `LinePlot` and `AreaPlot` `onItemClick` (#23144) @JCQuintas
|
|
49
|
+
|
|
50
|
+
#### `@mui/x-charts-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
51
|
+
|
|
52
|
+
Same changes as in `@mui/x-charts@9.10.0`.
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-charts-premium@9.10.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
55
|
+
|
|
56
|
+
Same changes as in `@mui/x-charts-pro@9.10.0`.
|
|
57
|
+
|
|
58
|
+
### Tree View
|
|
59
|
+
|
|
60
|
+
#### `@mui/x-tree-view@9.10.0`
|
|
61
|
+
|
|
62
|
+
Internal changes.
|
|
63
|
+
|
|
64
|
+
#### `@mui/x-tree-view-pro@9.10.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
65
|
+
|
|
66
|
+
Same changes as in `@mui/x-tree-view@9.10.0`, plus:
|
|
67
|
+
|
|
68
|
+
- [tree-view] Fix pre-loaded items not caching (#23155) @noraleonte
|
|
69
|
+
|
|
70
|
+
### Scheduler
|
|
71
|
+
|
|
72
|
+
#### `@mui/x-scheduler@9.0.0-beta.6`
|
|
73
|
+
|
|
74
|
+
- [scheduler] Carry custom event data through the edit dialog submit (#22874) @Anexus5919
|
|
75
|
+
- [scheduler] Support array values for `CalendarEvent.resource` (#23109) @mustafajw07
|
|
76
|
+
|
|
77
|
+
#### `@mui/x-scheduler-premium@9.0.0-beta.6` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
78
|
+
|
|
79
|
+
Same changes as in `@mui/x-scheduler@9.0.0-beta.6`.
|
|
80
|
+
|
|
81
|
+
### Chat
|
|
82
|
+
|
|
83
|
+
#### `@mui/x-chat@9.0.0-alpha.14`
|
|
84
|
+
|
|
85
|
+
- [chat] Reuse `resolveComponentProps` from `@mui/utils` (#23095) @LukasTy
|
|
86
|
+
|
|
87
|
+
#### `@mui/x-chat-headless@9.0.0-alpha.14`
|
|
88
|
+
|
|
89
|
+
Internal changes.
|
|
90
|
+
|
|
91
|
+
### Codemod
|
|
92
|
+
|
|
93
|
+
#### `@mui/x-codemod@9.10.0`
|
|
94
|
+
|
|
95
|
+
Internal changes.
|
|
96
|
+
|
|
97
|
+
### Docs
|
|
98
|
+
|
|
99
|
+
- [docs] Fix bugs on Scheduler overview page (#23147) @noraleonte
|
|
100
|
+
|
|
101
|
+
### Core
|
|
102
|
+
|
|
103
|
+
- [code-infra] Fix changelog dependency exclusion and l10n routing (#23112) @LukasTy
|
|
104
|
+
- [code-infra] Port codebase to use `tsgo` (#22826) @brijeshb42
|
|
105
|
+
- [code-infra] Reduce `release:build` concurrency to mitigate `tsgo` OOM kills (#23139) @LukasTy
|
|
106
|
+
- [core] Allow opt-in `data-*` attributes on `slotProps` (#22128) @LukasTy
|
|
107
|
+
|
|
108
|
+
### Miscellaneous
|
|
109
|
+
|
|
110
|
+
- [core] Ignore `code-infra-renovate[bot]` commits in changelog (#23153) @Janpot
|
|
111
|
+
- [website] Fix broken `ChatBox` API link (#23149) @brijeshb42
|
|
112
|
+
- [test] Fix WebGL benchmark timeout on CI (#23142) @JCQuintas
|
|
113
|
+
|
|
3
114
|
## 9.9.0
|
|
4
115
|
|
|
5
116
|
_Jul 9, 2026_
|
|
@@ -3,5 +3,5 @@ import type { GridFilterInputValueProps } from "../models/gridFilterInputCompone
|
|
|
3
3
|
import type { GetApplyQuickFilterFn } from "../models/colDef/gridColDef.mjs";
|
|
4
4
|
export declare const getGridNumericQuickFilterFn: GetApplyQuickFilterFn<any, number | string | null>;
|
|
5
5
|
export declare const getGridNumericOperators: () => GridFilterOperator<any, number | string | null, any, GridFilterInputValueProps & {
|
|
6
|
-
type?:
|
|
6
|
+
type?: 'number';
|
|
7
7
|
}>[];
|
|
@@ -3,5 +3,5 @@ import type { GridFilterInputValueProps } from "../models/gridFilterInputCompone
|
|
|
3
3
|
import type { GetApplyQuickFilterFn } from "../models/colDef/gridColDef.js";
|
|
4
4
|
export declare const getGridNumericQuickFilterFn: GetApplyQuickFilterFn<any, number | string | null>;
|
|
5
5
|
export declare const getGridNumericOperators: () => GridFilterOperator<any, number | string | null, any, GridFilterInputValueProps & {
|
|
6
|
-
type?:
|
|
6
|
+
type?: 'number';
|
|
7
7
|
}>[];
|
|
@@ -8,7 +8,7 @@ type GridSkeletonLoadingOverlayInnerProps = React.HTMLAttributes<HTMLDivElement>
|
|
|
8
8
|
export declare const GridSkeletonLoadingOverlayInner: React.ForwardRefExoticComponent<GridSkeletonLoadingOverlayInnerProps> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
|
|
9
9
|
skeletonRowsCount: number;
|
|
10
10
|
showFirstRowBorder?: boolean;
|
|
11
|
-
visibleColumns?: Set<GridColDef[
|
|
11
|
+
visibleColumns?: Set<GridColDef['field']>;
|
|
12
12
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
13
13
|
export declare const GridSkeletonLoadingOverlay: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
14
14
|
export {};
|
|
@@ -8,7 +8,7 @@ type GridSkeletonLoadingOverlayInnerProps = React.HTMLAttributes<HTMLDivElement>
|
|
|
8
8
|
export declare const GridSkeletonLoadingOverlayInner: React.ForwardRefExoticComponent<GridSkeletonLoadingOverlayInnerProps> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
|
|
9
9
|
skeletonRowsCount: number;
|
|
10
10
|
showFirstRowBorder?: boolean;
|
|
11
|
-
visibleColumns?: Set<GridColDef[
|
|
11
|
+
visibleColumns?: Set<GridColDef['field']>;
|
|
12
12
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
13
13
|
export declare const GridSkeletonLoadingOverlay: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>> | React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
14
14
|
export {};
|
|
@@ -19,7 +19,15 @@ export type GridActionsCellItemProps = GridActionsCellItemCommonProps & (({
|
|
|
19
19
|
closeMenu?: () => void;
|
|
20
20
|
label: React.ReactNode;
|
|
21
21
|
} & Omit<GridSlotProps['baseMenuItem'], 'component'>));
|
|
22
|
-
declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCellItemProps> | React.ForwardRefExoticComponent<(
|
|
22
|
+
declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCellItemProps> | React.ForwardRefExoticComponent<(Omit<GridActionsCellItemCommonProps & {
|
|
23
|
+
showInMenu?: false;
|
|
24
|
+
icon: React.ReactElement<any>;
|
|
25
|
+
label: string;
|
|
26
|
+
} & Omit<Omit<import("../../models/gridBaseSlots.mjs").ButtonProps, "startIcon"> & {
|
|
27
|
+
label?: string;
|
|
28
|
+
color?: 'default' | 'inherit' | 'primary';
|
|
29
|
+
edge?: 'start' | 'end' | false;
|
|
30
|
+
} & import("@mui/x-data-grid").BaseIconButtonPropsOverrides, "component">, "ref"> | (GridActionsCellItemCommonProps & {
|
|
23
31
|
showInMenu: true;
|
|
24
32
|
/**
|
|
25
33
|
* If false, the menu will not close when this item is clicked.
|
|
@@ -43,13 +51,5 @@ declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCe
|
|
|
43
51
|
selected?: boolean;
|
|
44
52
|
value?: number | string | readonly string[];
|
|
45
53
|
style?: React.CSSProperties;
|
|
46
|
-
} & import("@mui/x-data-grid").BaseMenuItemPropsOverrides, "component">)
|
|
47
|
-
showInMenu?: false;
|
|
48
|
-
icon: React.ReactElement<any>;
|
|
49
|
-
label: string;
|
|
50
|
-
} & Omit<Omit<import("../../models/gridBaseSlots.mjs").ButtonProps, "startIcon"> & {
|
|
51
|
-
label?: string;
|
|
52
|
-
color?: "default" | "inherit" | "primary";
|
|
53
|
-
edge?: "start" | "end" | false;
|
|
54
|
-
} & import("@mui/x-data-grid").BaseIconButtonPropsOverrides, "component">, "ref">) & React.RefAttributes<HTMLElement>>;
|
|
54
|
+
} & import("@mui/x-data-grid").BaseMenuItemPropsOverrides, "component">)) & React.RefAttributes<HTMLElement>>;
|
|
55
55
|
export { GridActionsCellItem };
|
|
@@ -19,7 +19,15 @@ export type GridActionsCellItemProps = GridActionsCellItemCommonProps & (({
|
|
|
19
19
|
closeMenu?: () => void;
|
|
20
20
|
label: React.ReactNode;
|
|
21
21
|
} & Omit<GridSlotProps['baseMenuItem'], 'component'>));
|
|
22
|
-
declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCellItemProps> | React.ForwardRefExoticComponent<(
|
|
22
|
+
declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCellItemProps> | React.ForwardRefExoticComponent<(Omit<GridActionsCellItemCommonProps & {
|
|
23
|
+
showInMenu?: false;
|
|
24
|
+
icon: React.ReactElement<any>;
|
|
25
|
+
label: string;
|
|
26
|
+
} & Omit<Omit<import("../../models/gridBaseSlots.js").ButtonProps, "startIcon"> & {
|
|
27
|
+
label?: string;
|
|
28
|
+
color?: 'default' | 'inherit' | 'primary';
|
|
29
|
+
edge?: 'start' | 'end' | false;
|
|
30
|
+
} & import("@mui/x-data-grid").BaseIconButtonPropsOverrides, "component">, "ref"> | (GridActionsCellItemCommonProps & {
|
|
23
31
|
showInMenu: true;
|
|
24
32
|
/**
|
|
25
33
|
* If false, the menu will not close when this item is clicked.
|
|
@@ -43,13 +51,5 @@ declare const GridActionsCellItem: React.ForwardRefExoticComponent<GridActionsCe
|
|
|
43
51
|
selected?: boolean;
|
|
44
52
|
value?: number | string | readonly string[];
|
|
45
53
|
style?: React.CSSProperties;
|
|
46
|
-
} & import("@mui/x-data-grid").BaseMenuItemPropsOverrides, "component">)
|
|
47
|
-
showInMenu?: false;
|
|
48
|
-
icon: React.ReactElement<any>;
|
|
49
|
-
label: string;
|
|
50
|
-
} & Omit<Omit<import("../../models/gridBaseSlots.js").ButtonProps, "startIcon"> & {
|
|
51
|
-
label?: string;
|
|
52
|
-
color?: "default" | "inherit" | "primary";
|
|
53
|
-
edge?: "start" | "end" | false;
|
|
54
|
-
} & import("@mui/x-data-grid").BaseIconButtonPropsOverrides, "component">, "ref">) & React.RefAttributes<HTMLElement>>;
|
|
54
|
+
} & import("@mui/x-data-grid").BaseMenuItemPropsOverrides, "component">)) & React.RefAttributes<HTMLElement>>;
|
|
55
55
|
export { GridActionsCellItem };
|
|
@@ -5,9 +5,6 @@ interface GridBooleanCellProps extends GridRenderCellParams {
|
|
|
5
5
|
hideDescendantCount?: boolean;
|
|
6
6
|
}
|
|
7
7
|
declare function GridBooleanCellRaw(props: GridBooleanCellProps): React.JSX.Element | null;
|
|
8
|
-
declare namespace GridBooleanCellRaw {
|
|
9
|
-
var propTypes: any;
|
|
10
|
-
}
|
|
11
8
|
declare const GridBooleanCell: React.MemoExoticComponent<typeof GridBooleanCellRaw>;
|
|
12
9
|
export { GridBooleanCell };
|
|
13
10
|
export declare const renderBooleanCell: GridColDef['renderCell'];
|
|
@@ -5,9 +5,6 @@ interface GridBooleanCellProps extends GridRenderCellParams {
|
|
|
5
5
|
hideDescendantCount?: boolean;
|
|
6
6
|
}
|
|
7
7
|
declare function GridBooleanCellRaw(props: GridBooleanCellProps): React.JSX.Element | null;
|
|
8
|
-
declare namespace GridBooleanCellRaw {
|
|
9
|
-
var propTypes: any;
|
|
10
|
-
}
|
|
11
8
|
declare const GridBooleanCell: React.MemoExoticComponent<typeof GridBooleanCellRaw>;
|
|
12
9
|
export { GridBooleanCell };
|
|
13
10
|
export declare const renderBooleanCell: GridColDef['renderCell'];
|
|
@@ -14,8 +14,5 @@ export interface GridSkeletonCellProps extends React.HTMLAttributes<HTMLDivEleme
|
|
|
14
14
|
skeletonProps?: GridSlotProps['baseSkeleton'];
|
|
15
15
|
}
|
|
16
16
|
declare function GridSkeletonCell(props: GridSkeletonCellProps): React.JSX.Element;
|
|
17
|
-
declare namespace GridSkeletonCell {
|
|
18
|
-
var propTypes: any;
|
|
19
|
-
}
|
|
20
17
|
declare const Memoized: typeof GridSkeletonCell;
|
|
21
18
|
export { Memoized as GridSkeletonCell };
|
|
@@ -14,8 +14,5 @@ export interface GridSkeletonCellProps extends React.HTMLAttributes<HTMLDivEleme
|
|
|
14
14
|
skeletonProps?: GridSlotProps['baseSkeleton'];
|
|
15
15
|
}
|
|
16
16
|
declare function GridSkeletonCell(props: GridSkeletonCellProps): React.JSX.Element;
|
|
17
|
-
declare namespace GridSkeletonCell {
|
|
18
|
-
var propTypes: any;
|
|
19
|
-
}
|
|
20
17
|
declare const Memoized: typeof GridSkeletonCell;
|
|
21
18
|
export { Memoized as GridSkeletonCell };
|
|
@@ -26,8 +26,5 @@ interface GridColumnHeaderItemProps {
|
|
|
26
26
|
showRightBorder: boolean;
|
|
27
27
|
}
|
|
28
28
|
declare function GridColumnHeaderItem(props: GridColumnHeaderItemProps): React.JSX.Element;
|
|
29
|
-
declare namespace GridColumnHeaderItem {
|
|
30
|
-
var propTypes: any;
|
|
31
|
-
}
|
|
32
29
|
declare const Memoized: typeof GridColumnHeaderItem;
|
|
33
30
|
export { Memoized as GridColumnHeaderItem };
|
|
@@ -26,8 +26,5 @@ interface GridColumnHeaderItemProps {
|
|
|
26
26
|
showRightBorder: boolean;
|
|
27
27
|
}
|
|
28
28
|
declare function GridColumnHeaderItem(props: GridColumnHeaderItemProps): React.JSX.Element;
|
|
29
|
-
declare namespace GridColumnHeaderItem {
|
|
30
|
-
var propTypes: any;
|
|
31
|
-
}
|
|
32
29
|
declare const Memoized: typeof GridColumnHeaderItem;
|
|
33
30
|
export { Memoized as GridColumnHeaderItem };
|
|
@@ -10,8 +10,5 @@ export interface GridColumnHeaderSeparatorProps extends React.HTMLAttributes<HTM
|
|
|
10
10
|
side?: GridColumnHeaderSeparatorSides;
|
|
11
11
|
}
|
|
12
12
|
declare function GridColumnHeaderSeparatorRaw(props: GridColumnHeaderSeparatorProps): React.JSX.Element;
|
|
13
|
-
declare namespace GridColumnHeaderSeparatorRaw {
|
|
14
|
-
var propTypes: any;
|
|
15
|
-
}
|
|
16
13
|
declare const GridColumnHeaderSeparator: React.MemoExoticComponent<typeof GridColumnHeaderSeparatorRaw>;
|
|
17
14
|
export { GridColumnHeaderSeparator, GridColumnHeaderSeparatorSides };
|
|
@@ -10,8 +10,5 @@ export interface GridColumnHeaderSeparatorProps extends React.HTMLAttributes<HTM
|
|
|
10
10
|
side?: GridColumnHeaderSeparatorSides;
|
|
11
11
|
}
|
|
12
12
|
declare function GridColumnHeaderSeparatorRaw(props: GridColumnHeaderSeparatorProps): React.JSX.Element;
|
|
13
|
-
declare namespace GridColumnHeaderSeparatorRaw {
|
|
14
|
-
var propTypes: any;
|
|
15
|
-
}
|
|
16
13
|
declare const GridColumnHeaderSeparator: React.MemoExoticComponent<typeof GridColumnHeaderSeparatorRaw>;
|
|
17
14
|
export { GridColumnHeaderSeparator, GridColumnHeaderSeparatorSides };
|
|
@@ -2,8 +2,5 @@ import * as React from 'react';
|
|
|
2
2
|
import type { GridColumnSortButtonProps } from "../GridColumnSortButton.mjs";
|
|
3
3
|
export interface GridColumnHeaderSortIconProps extends GridColumnSortButtonProps {}
|
|
4
4
|
declare function GridColumnHeaderSortIconRaw(props: GridColumnHeaderSortIconProps): React.JSX.Element;
|
|
5
|
-
declare namespace GridColumnHeaderSortIconRaw {
|
|
6
|
-
var propTypes: any;
|
|
7
|
-
}
|
|
8
5
|
declare const GridColumnHeaderSortIcon: React.MemoExoticComponent<typeof GridColumnHeaderSortIconRaw>;
|
|
9
6
|
export { GridColumnHeaderSortIcon };
|
|
@@ -2,8 +2,5 @@ import * as React from 'react';
|
|
|
2
2
|
import type { GridColumnSortButtonProps } from "../GridColumnSortButton.js";
|
|
3
3
|
export interface GridColumnHeaderSortIconProps extends GridColumnSortButtonProps {}
|
|
4
4
|
declare function GridColumnHeaderSortIconRaw(props: GridColumnHeaderSortIconProps): React.JSX.Element;
|
|
5
|
-
declare namespace GridColumnHeaderSortIconRaw {
|
|
6
|
-
var propTypes: any;
|
|
7
|
-
}
|
|
8
5
|
declare const GridColumnHeaderSortIcon: React.MemoExoticComponent<typeof GridColumnHeaderSortIconRaw>;
|
|
9
6
|
export { GridColumnHeaderSortIcon };
|