@mui/x-data-grid 8.16.0 → 8.17.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 +108 -1
- package/colDef/gridCheckboxSelectionColDef.js +0 -2
- package/components/GridColumnSortButton.d.ts +1 -1
- package/components/GridFooter.d.ts +2 -3
- package/components/GridFooter.js +0 -2
- package/components/GridHeader.d.ts +1 -2
- package/components/GridHeaders.d.ts +1 -2
- package/components/GridHeaders.js +0 -2
- package/components/GridNoColumnsOverlay.d.ts +2 -3
- package/components/GridNoColumnsOverlay.js +0 -2
- package/components/GridNoResultsOverlay.d.ts +2 -3
- package/components/GridNoResultsOverlay.js +0 -2
- package/components/GridNoRowsOverlay.d.ts +2 -3
- package/components/GridNoRowsOverlay.js +0 -2
- package/components/GridPagination.d.ts +1 -2
- package/components/GridScrollArea.d.ts +1 -2
- package/components/GridScrollShadows.d.ts +1 -2
- package/components/GridScrollbarFillerCell.d.ts +1 -2
- package/components/GridScrollbarFillerCell.js +0 -2
- package/components/base/GridFooterPlaceholder.d.ts +1 -2
- package/components/base/GridFooterPlaceholder.js +0 -2
- package/components/base/GridOverlays.d.ts +1 -1
- package/components/cell/GridActionsCell.d.ts +2 -3
- package/components/cell/GridActionsCell.js +2 -0
- package/components/cell/GridActionsCellItem.js +5 -18
- package/components/cell/GridBooleanCell.d.ts +1 -1
- package/components/cell/GridCell.js +8 -1
- package/components/cell/GridEditBooleanCell.d.ts +2 -2
- package/components/cell/GridEditDateCell.d.ts +2 -2
- package/components/cell/GridEditInputCell.d.ts +1 -1
- package/components/cell/GridEditInputCell.js +0 -68
- package/components/cell/GridEditSingleSelectCell.d.ts +2 -3
- package/components/cell/GridSkeletonCell.d.ts +1 -1
- package/components/columnHeaders/ColumnHeaderMenuIcon.d.ts +1 -1
- package/components/columnHeaders/GridColumnGroupHeader.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderFilterIconButton.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderItem.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderSeparator.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderSortIcon.d.ts +1 -1
- package/components/columnHeaders/GridColumnHeaderTitle.d.ts +1 -1
- package/components/columnsManagement/GridColumnsManagement.d.ts +1 -2
- package/components/menu/GridMenu.d.ts +1 -1
- package/components/menu/columnMenu/GridColumnHeaderMenu.d.ts +1 -1
- package/components/menu/columnMenu/GridColumnMenu.d.ts +2 -3
- package/components/menu/columnMenu/GridColumnMenu.js +0 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuColumnsItem.d.ts +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.d.ts +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.d.ts +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.d.ts +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.d.ts +1 -2
- package/components/panel/GridColumnsPanel.d.ts +1 -2
- package/components/panel/GridColumnsPanel.js +0 -2
- package/components/panel/GridPanelContent.d.ts +1 -1
- package/components/panel/GridPanelContext.d.ts +1 -1
- package/components/panel/GridPanelFooter.d.ts +1 -1
- package/components/panel/GridPanelHeader.d.ts +1 -1
- package/components/panel/GridPreferencesPanel.d.ts +1 -2
- package/components/panel/GridPreferencesPanel.js +0 -2
- package/components/panel/filterPanel/GridFilterInputBoolean.d.ts +1 -2
- package/components/panel/filterPanel/GridFilterInputDate.d.ts +1 -2
- package/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.ts +1 -2
- package/components/panel/filterPanel/GridFilterInputMultipleValue.d.ts +1 -2
- package/components/panel/filterPanel/GridFilterInputSingleSelect.d.ts +1 -2
- package/components/panel/filterPanel/GridFilterInputValue.d.ts +1 -2
- package/components/quickFilter/QuickFilter.d.ts +1 -1
- package/components/toolbar/GridToolbar.d.ts +1 -2
- package/components/toolbar/GridToolbar.js +0 -2
- package/components/toolbar/GridToolbarExport.d.ts +2 -2
- package/components/toolbar/GridToolbarQuickFilter.d.ts +1 -2
- package/components/toolbar/GridToolbarQuickFilter.js +0 -2
- package/components/toolbarV8/GridToolbar.d.ts +3 -3
- package/components/virtualization/GridBottomContainer.d.ts +1 -1
- package/components/virtualization/GridTopContainer.d.ts +1 -1
- package/components/virtualization/GridVirtualScroller.d.ts +1 -1
- package/components/virtualization/GridVirtualScrollerFiller.d.ts +1 -2
- package/context/GridContextProvider.d.ts +1 -1
- package/esm/colDef/gridCheckboxSelectionColDef.js +0 -1
- package/esm/components/GridColumnSortButton.d.ts +1 -1
- package/esm/components/GridFooter.d.ts +2 -3
- package/esm/components/GridFooter.js +0 -1
- package/esm/components/GridHeader.d.ts +1 -2
- package/esm/components/GridHeaders.d.ts +1 -2
- package/esm/components/GridHeaders.js +0 -1
- package/esm/components/GridNoColumnsOverlay.d.ts +2 -3
- package/esm/components/GridNoColumnsOverlay.js +0 -1
- package/esm/components/GridNoResultsOverlay.d.ts +2 -3
- package/esm/components/GridNoResultsOverlay.js +0 -1
- package/esm/components/GridNoRowsOverlay.d.ts +2 -3
- package/esm/components/GridNoRowsOverlay.js +0 -1
- package/esm/components/GridPagination.d.ts +1 -2
- package/esm/components/GridScrollArea.d.ts +1 -2
- package/esm/components/GridScrollShadows.d.ts +1 -2
- package/esm/components/GridScrollbarFillerCell.d.ts +1 -2
- package/esm/components/GridScrollbarFillerCell.js +0 -1
- package/esm/components/base/GridFooterPlaceholder.d.ts +1 -2
- package/esm/components/base/GridFooterPlaceholder.js +0 -1
- package/esm/components/base/GridOverlays.d.ts +1 -1
- package/esm/components/cell/GridActionsCell.d.ts +2 -3
- package/esm/components/cell/GridActionsCell.js +2 -0
- package/esm/components/cell/GridActionsCellItem.js +4 -17
- package/esm/components/cell/GridBooleanCell.d.ts +1 -1
- package/esm/components/cell/GridCell.js +8 -1
- package/esm/components/cell/GridEditBooleanCell.d.ts +2 -2
- package/esm/components/cell/GridEditDateCell.d.ts +2 -2
- package/esm/components/cell/GridEditInputCell.d.ts +1 -1
- package/esm/components/cell/GridEditInputCell.js +0 -68
- package/esm/components/cell/GridEditSingleSelectCell.d.ts +2 -3
- package/esm/components/cell/GridSkeletonCell.d.ts +1 -1
- package/esm/components/columnHeaders/ColumnHeaderMenuIcon.d.ts +1 -1
- package/esm/components/columnHeaders/GridColumnGroupHeader.d.ts +1 -1
- package/esm/components/columnHeaders/GridColumnHeaderFilterIconButton.d.ts +1 -1
- package/esm/components/columnHeaders/GridColumnHeaderItem.d.ts +1 -1
- package/esm/components/columnHeaders/GridColumnHeaderSeparator.d.ts +1 -1
- package/esm/components/columnHeaders/GridColumnHeaderSortIcon.d.ts +1 -1
- package/esm/components/columnHeaders/GridColumnHeaderTitle.d.ts +1 -1
- package/esm/components/columnsManagement/GridColumnsManagement.d.ts +1 -2
- package/esm/components/menu/GridMenu.d.ts +1 -1
- package/esm/components/menu/columnMenu/GridColumnHeaderMenu.d.ts +1 -1
- package/esm/components/menu/columnMenu/GridColumnMenu.d.ts +2 -3
- package/esm/components/menu/columnMenu/GridColumnMenu.js +0 -1
- package/esm/components/menu/columnMenu/menuItems/GridColumnMenuColumnsItem.d.ts +1 -2
- package/esm/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.d.ts +1 -2
- package/esm/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.d.ts +1 -2
- package/esm/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.d.ts +1 -2
- package/esm/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.d.ts +1 -2
- package/esm/components/panel/GridColumnsPanel.d.ts +1 -2
- package/esm/components/panel/GridColumnsPanel.js +0 -1
- package/esm/components/panel/GridPanelContent.d.ts +1 -1
- package/esm/components/panel/GridPanelContext.d.ts +1 -1
- package/esm/components/panel/GridPanelFooter.d.ts +1 -1
- package/esm/components/panel/GridPanelHeader.d.ts +1 -1
- package/esm/components/panel/GridPreferencesPanel.d.ts +1 -2
- package/esm/components/panel/GridPreferencesPanel.js +0 -1
- package/esm/components/panel/filterPanel/GridFilterInputBoolean.d.ts +1 -2
- package/esm/components/panel/filterPanel/GridFilterInputDate.d.ts +1 -2
- package/esm/components/panel/filterPanel/GridFilterInputMultipleSingleSelect.d.ts +1 -2
- package/esm/components/panel/filterPanel/GridFilterInputMultipleValue.d.ts +1 -2
- package/esm/components/panel/filterPanel/GridFilterInputSingleSelect.d.ts +1 -2
- package/esm/components/panel/filterPanel/GridFilterInputValue.d.ts +1 -2
- package/esm/components/quickFilter/QuickFilter.d.ts +1 -1
- package/esm/components/toolbar/GridToolbar.d.ts +1 -2
- package/esm/components/toolbar/GridToolbar.js +0 -1
- package/esm/components/toolbar/GridToolbarExport.d.ts +2 -2
- package/esm/components/toolbar/GridToolbarQuickFilter.d.ts +1 -2
- package/esm/components/toolbar/GridToolbarQuickFilter.js +0 -1
- package/esm/components/toolbarV8/GridToolbar.d.ts +3 -3
- package/esm/components/virtualization/GridBottomContainer.d.ts +1 -1
- package/esm/components/virtualization/GridTopContainer.d.ts +1 -1
- package/esm/components/virtualization/GridVirtualScroller.d.ts +1 -1
- package/esm/components/virtualization/GridVirtualScrollerFiller.d.ts +1 -2
- package/esm/context/GridContextProvider.d.ts +1 -1
- package/esm/hooks/features/columnHeaders/useGridColumnHeaders.d.ts +2 -2
- package/esm/hooks/features/pagination/useGridPaginationModel.js +5 -3
- package/esm/index.js +1 -1
- package/esm/internals/demo/TailwindDemoContainer.d.ts +1 -1
- package/esm/locales/arSD.js +12 -12
- package/esm/locales/caES.d.ts +2 -0
- package/esm/locales/caES.js +291 -0
- package/esm/locales/index.d.ts +1 -0
- package/esm/locales/index.js +1 -0
- package/esm/material/icons/index.d.ts +0 -1
- package/esm/material/icons/index.js +0 -1
- package/esm/utils/css/context.d.ts +3 -3
- package/hooks/features/columnHeaders/useGridColumnHeaders.d.ts +2 -2
- package/hooks/features/pagination/useGridPaginationModel.js +5 -3
- package/index.js +1 -1
- package/internals/demo/TailwindDemoContainer.d.ts +1 -1
- package/locales/arSD.js +12 -12
- package/locales/caES.d.ts +2 -0
- package/locales/caES.js +297 -0
- package/locales/index.d.ts +1 -0
- package/locales/index.js +11 -0
- package/material/icons/index.d.ts +0 -1
- package/material/icons/index.js +0 -2
- package/package.json +3 -3
- package/utils/css/context.d.ts +3 -3
|
@@ -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): import("react/jsx-runtime").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): import("react/jsx-runtime").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 { GridColumnSortButtonProps } from "../GridColumnSortButton.js";
|
|
3
3
|
export interface GridColumnHeaderSortIconProps extends GridColumnSortButtonProps {}
|
|
4
|
-
declare function GridColumnHeaderSortIconRaw(props: GridColumnHeaderSortIconProps):
|
|
4
|
+
declare function GridColumnHeaderSortIconRaw(props: GridColumnHeaderSortIconProps): import("react/jsx-runtime").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): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
declare namespace GridColumnHeaderTitle {
|
|
9
9
|
var propTypes: any;
|
|
10
10
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { TextFieldProps } from "../../models/gridBaseSlots.js";
|
|
3
2
|
import type { DataGridProcessedProps } from "../../models/props/DataGridProps.js";
|
|
4
3
|
import type { GridColDef } from "../../models/colDef/gridColDef.js";
|
|
@@ -44,7 +43,7 @@ export interface GridColumnsManagementProps {
|
|
|
44
43
|
*/
|
|
45
44
|
getTogglableColumns?: (columns: GridColDef[]) => GridColDef['field'][];
|
|
46
45
|
}
|
|
47
|
-
declare function GridColumnsManagement(props: GridColumnsManagementProps):
|
|
46
|
+
declare function GridColumnsManagement(props: GridColumnsManagementProps): import("react/jsx-runtime").JSX.Element;
|
|
48
47
|
declare namespace GridColumnsManagement {
|
|
49
48
|
var propTypes: any;
|
|
50
49
|
}
|
|
@@ -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): import("react/jsx-runtime").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): import("react/jsx-runtime").JSX.Element | null;
|
|
23
23
|
declare namespace GridColumnHeaderMenu {
|
|
24
24
|
var propTypes: any;
|
|
25
25
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridColumnMenuColumnsItem } from "./menuItems/GridColumnMenuColumnsItem.js";
|
|
3
2
|
import { GridColumnMenuFilterItem } from "./menuItems/GridColumnMenuFilterItem.js";
|
|
4
3
|
import { GridColumnMenuSortItem } from "./menuItems/GridColumnMenuSortItem.js";
|
|
@@ -19,6 +18,6 @@ export declare const GRID_COLUMN_MENU_SLOT_PROPS: {
|
|
|
19
18
|
displayOrder: number;
|
|
20
19
|
};
|
|
21
20
|
};
|
|
22
|
-
declare const GridGenericColumnMenu:
|
|
23
|
-
declare const GridColumnMenu:
|
|
21
|
+
declare const GridGenericColumnMenu: import("react").ForwardRefExoticComponent<GridGenericColumnMenuProps> | import("react").ForwardRefExoticComponent<GridGenericColumnMenuProps & import("react").RefAttributes<HTMLUListElement>>;
|
|
22
|
+
declare const GridColumnMenu: import("react").ForwardRefExoticComponent<GridColumnMenuProps> | import("react").ForwardRefExoticComponent<GridColumnMenuProps & import("react").RefAttributes<HTMLUListElement>>;
|
|
24
23
|
export { GridColumnMenu, GridGenericColumnMenu };
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridGenericColumnMenu = exports.GridColumnMenu = exports.GRID_COLUMN_MENU_SLOT_PROPS = exports.GRID_COLUMN_MENU_SLOTS = void 0;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
9
|
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
11
|
-
var React = _interopRequireWildcard(require("react"));
|
|
12
10
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
11
|
var _forwardRef = require("@mui/x-internals/forwardRef");
|
|
14
12
|
var _useGridColumnMenuSlots = require("../../../hooks/features/columnMenu/useGridColumnMenuSlots");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
3
|
-
declare function GridColumnMenuColumnsItem(props: GridColumnMenuItemProps):
|
|
2
|
+
declare function GridColumnMenuColumnsItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare namespace GridColumnMenuColumnsItem {
|
|
5
4
|
var propTypes: any;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
3
|
-
declare function GridColumnMenuFilterItem(props: GridColumnMenuItemProps):
|
|
2
|
+
declare function GridColumnMenuFilterItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
|
|
4
3
|
declare namespace GridColumnMenuFilterItem {
|
|
5
4
|
var propTypes: any;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
3
|
-
declare function GridColumnMenuHideItem(props: GridColumnMenuItemProps):
|
|
2
|
+
declare function GridColumnMenuHideItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
|
|
4
3
|
declare namespace GridColumnMenuHideItem {
|
|
5
4
|
var propTypes: any;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
3
|
-
declare function GridColumnMenuManageItem(props: GridColumnMenuItemProps):
|
|
2
|
+
declare function GridColumnMenuManageItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
|
|
4
3
|
declare namespace GridColumnMenuManageItem {
|
|
5
4
|
var propTypes: any;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridColumnMenuItemProps } from "../GridColumnMenuItemProps.js";
|
|
3
|
-
declare function GridColumnMenuSortItem(props: GridColumnMenuItemProps):
|
|
2
|
+
declare function GridColumnMenuSortItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
|
|
4
3
|
declare namespace GridColumnMenuSortItem {
|
|
5
4
|
var propTypes: any;
|
|
6
5
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridPanelWrapperProps } from "./GridPanelWrapper.js";
|
|
3
2
|
export interface GridColumnsPanelProps extends GridPanelWrapperProps {}
|
|
4
|
-
declare function GridColumnsPanel(props: GridColumnsPanelProps):
|
|
3
|
+
declare function GridColumnsPanel(props: GridColumnsPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export { GridColumnsPanel };
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridColumnsPanel = GridColumnsPanel;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
9
|
var _GridPanelWrapper = require("./GridPanelWrapper");
|
|
12
10
|
var _useGridRootProps = require("../../hooks/utils/useGridRootProps");
|
|
13
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { SxProps, Theme } from '@mui/system';
|
|
3
3
|
declare function GridPanelContent(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
4
4
|
sx?: SxProps<Theme>;
|
|
5
|
-
}):
|
|
5
|
+
}): import("react/jsx-runtime").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 { SxProps, Theme } from '@mui/material/styles';
|
|
3
3
|
declare function GridPanelFooter(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
4
4
|
sx?: SxProps<Theme>;
|
|
5
|
-
}):
|
|
5
|
+
}): import("react/jsx-runtime").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 { SxProps, Theme } from '@mui/system';
|
|
3
3
|
declare function GridPanelHeader(props: React.HTMLAttributes<HTMLDivElement> & {
|
|
4
4
|
sx?: SxProps<Theme>;
|
|
5
|
-
}):
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
declare namespace GridPanelHeader {
|
|
7
7
|
var propTypes: any;
|
|
8
8
|
}
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function GridPreferencesPanel(): React.JSX.Element;
|
|
1
|
+
export declare function GridPreferencesPanel(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridPreferencesPanel = GridPreferencesPanel;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
9
|
var _gridColumnsSelector = require("../../hooks/features/columns/gridColumnsSelector");
|
|
12
10
|
var _useGridSelector = require("../../hooks/utils/useGridSelector");
|
|
13
11
|
var _gridPreferencePanelSelector = require("../../hooks/features/preferencesPanel/gridPreferencePanelSelector");
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { TextFieldProps } from "../../../models/gridBaseSlots.js";
|
|
3
2
|
import { GridFilterInputValueProps } from "../../../models/gridFilterInputComponent.js";
|
|
4
3
|
export type GridFilterInputBooleanProps = GridFilterInputValueProps<TextFieldProps>;
|
|
5
|
-
declare function GridFilterInputBoolean(props: GridFilterInputBooleanProps):
|
|
4
|
+
declare function GridFilterInputBoolean(props: GridFilterInputBooleanProps): import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
declare namespace GridFilterInputBoolean {
|
|
7
6
|
var propTypes: any;
|
|
8
7
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridFilterInputValueProps } from "../../../models/gridFilterInputComponent.js";
|
|
3
2
|
import { TextFieldProps } from "../../../models/gridBaseSlots.js";
|
|
4
3
|
export type GridFilterInputDateProps = GridFilterInputValueProps<TextFieldProps> & {
|
|
5
4
|
type?: 'date' | 'datetime-local';
|
|
6
5
|
};
|
|
7
|
-
declare function GridFilterInputDate(props: GridFilterInputDateProps):
|
|
6
|
+
declare function GridFilterInputDate(props: GridFilterInputDateProps): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
declare namespace GridFilterInputDate {
|
|
9
8
|
var propTypes: any;
|
|
10
9
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { AutocompleteProps } from "../../../models/gridBaseSlots.js";
|
|
3
2
|
import { GridFilterInputValueProps } from "../../../models/gridFilterInputComponent.js";
|
|
4
3
|
import type { ValueOptions } from "../../../models/colDef/gridColDef.js";
|
|
5
4
|
export type GridFilterInputMultipleSingleSelectProps = GridFilterInputValueProps<Omit<AutocompleteProps<ValueOptions, true, false, true>, 'options'>> & {
|
|
6
5
|
type?: 'singleSelect';
|
|
7
6
|
};
|
|
8
|
-
declare function GridFilterInputMultipleSingleSelect(props: GridFilterInputMultipleSingleSelectProps):
|
|
7
|
+
declare function GridFilterInputMultipleSingleSelect(props: GridFilterInputMultipleSingleSelectProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
8
|
declare namespace GridFilterInputMultipleSingleSelect {
|
|
10
9
|
var propTypes: any;
|
|
11
10
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { AutocompleteProps } from "../../../models/gridBaseSlots.js";
|
|
3
2
|
import { GridFilterInputValueProps } from "../../../models/gridFilterInputComponent.js";
|
|
4
3
|
export type GridFilterInputMultipleValueProps = GridFilterInputValueProps<Omit<AutocompleteProps<string, true, false, true>, 'options'>> & {
|
|
5
4
|
type?: 'text' | 'number' | 'date' | 'datetime-local';
|
|
6
5
|
};
|
|
7
|
-
declare function GridFilterInputMultipleValue(props: GridFilterInputMultipleValueProps):
|
|
6
|
+
declare function GridFilterInputMultipleValue(props: GridFilterInputMultipleValueProps): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
declare namespace GridFilterInputMultipleValue {
|
|
9
8
|
var propTypes: any;
|
|
10
9
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { TextFieldProps } from "../../../models/gridBaseSlots.js";
|
|
3
2
|
import { GridFilterInputValueProps } from "../../../models/gridFilterInputComponent.js";
|
|
4
3
|
export type GridFilterInputSingleSelectProps = GridFilterInputValueProps<TextFieldProps> & {
|
|
5
4
|
type?: 'singleSelect';
|
|
6
5
|
};
|
|
7
|
-
declare function GridFilterInputSingleSelect(props: GridFilterInputSingleSelectProps):
|
|
6
|
+
declare function GridFilterInputSingleSelect(props: GridFilterInputSingleSelectProps): import("react/jsx-runtime").JSX.Element | null;
|
|
8
7
|
declare namespace GridFilterInputSingleSelect {
|
|
9
8
|
var propTypes: any;
|
|
10
9
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { TextFieldProps } from "../../../models/gridBaseSlots.js";
|
|
3
2
|
import { GridFilterItem } from "../../../models/gridFilterItem.js";
|
|
4
3
|
import { GridFilterInputValueProps } from "../../../models/gridFilterInputComponent.js";
|
|
@@ -8,7 +7,7 @@ export type GridTypeFilterInputValueProps = GridFilterInputValueProps<TextFieldP
|
|
|
8
7
|
export type ItemPlusTag = GridFilterItem & {
|
|
9
8
|
fromInput?: string;
|
|
10
9
|
};
|
|
11
|
-
declare function GridFilterInputValue(props: GridTypeFilterInputValueProps):
|
|
10
|
+
declare function GridFilterInputValue(props: GridTypeFilterInputValueProps): import("react/jsx-runtime").JSX.Element;
|
|
12
11
|
declare namespace GridFilterInputValue {
|
|
13
12
|
var propTypes: any;
|
|
14
13
|
}
|
|
@@ -57,7 +57,7 @@ export type QuickFilterProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'class
|
|
|
57
57
|
*
|
|
58
58
|
* - [QuickFilter API](https://mui.com/x/api/data-grid/quick-filter/)
|
|
59
59
|
*/
|
|
60
|
-
declare function QuickFilter(props: QuickFilterProps):
|
|
60
|
+
declare function QuickFilter(props: QuickFilterProps): import("react/jsx-runtime").JSX.Element;
|
|
61
61
|
declare namespace QuickFilter {
|
|
62
62
|
var propTypes: any;
|
|
63
63
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridToolbarContainerProps } from "../containers/GridToolbarContainer.js";
|
|
3
2
|
import { GridToolbarExportProps } from "./GridToolbarExport.js";
|
|
4
3
|
import { GridToolbarQuickFilterProps } from "./GridToolbarQuickFilter.js";
|
|
@@ -16,5 +15,5 @@ export interface GridToolbarProps extends GridToolbarContainerProps, GridToolbar
|
|
|
16
15
|
/**
|
|
17
16
|
* @deprecated Use the `showToolbar` prop to show the default toolbar instead. This component will be removed in a future major release.
|
|
18
17
|
*/
|
|
19
|
-
declare const GridToolbar:
|
|
18
|
+
declare const GridToolbar: import("react").ForwardRefExoticComponent<GridToolbarProps> | import("react").ForwardRefExoticComponent<GridToolbarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
20
19
|
export { GridToolbar };
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridToolbar = void 0;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
9
|
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
11
|
-
var React = _interopRequireWildcard(require("react"));
|
|
12
10
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
11
|
var _forwardRef = require("@mui/x-internals/forwardRef");
|
|
14
12
|
var _GridToolbarContainer = require("../containers/GridToolbarContainer");
|
|
@@ -27,11 +27,11 @@ export interface GridToolbarExportProps {
|
|
|
27
27
|
};
|
|
28
28
|
[x: `data-${string}`]: string;
|
|
29
29
|
}
|
|
30
|
-
declare function GridCsvExportMenuItem(props: GridCsvExportMenuItemProps):
|
|
30
|
+
declare function GridCsvExportMenuItem(props: GridCsvExportMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
31
31
|
declare namespace GridCsvExportMenuItem {
|
|
32
32
|
var propTypes: any;
|
|
33
33
|
}
|
|
34
|
-
declare function GridPrintExportMenuItem(props: GridPrintExportMenuItemProps):
|
|
34
|
+
declare function GridPrintExportMenuItem(props: GridPrintExportMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
35
35
|
declare namespace GridPrintExportMenuItem {
|
|
36
36
|
var propTypes: any;
|
|
37
37
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { TextFieldProps } from "../../models/gridBaseSlots.js";
|
|
3
2
|
import { GridFilterModel } from "../../models/gridFilterModel.js";
|
|
4
3
|
export type GridToolbarQuickFilterProps = {
|
|
@@ -31,7 +30,7 @@ export type GridToolbarQuickFilterProps = {
|
|
|
31
30
|
/**
|
|
32
31
|
* @deprecated Use the {@link https://mui.com/x/react-data-grid/components/quick-filter/ Quick Filter} component instead. This component will be removed in a future major release.
|
|
33
32
|
*/
|
|
34
|
-
declare function GridToolbarQuickFilter(props: GridToolbarQuickFilterProps):
|
|
33
|
+
declare function GridToolbarQuickFilter(props: GridToolbarQuickFilterProps): import("react/jsx-runtime").JSX.Element;
|
|
35
34
|
declare namespace GridToolbarQuickFilter {
|
|
36
35
|
var propTypes: any;
|
|
37
36
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridToolbarQuickFilter = GridToolbarQuickFilter;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
9
|
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
11
|
-
var React = _interopRequireWildcard(require("react"));
|
|
12
10
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
11
|
var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"));
|
|
14
12
|
var _system = require("@mui/system");
|
|
@@ -5,12 +5,12 @@ interface GridToolbarInternalProps {
|
|
|
5
5
|
additionalExportMenuItems?: (onMenuItemClick: () => void) => React.ReactNode;
|
|
6
6
|
}
|
|
7
7
|
export type GridToolbarProps = GridSlotProps['toolbar'] & GridToolbarInternalProps;
|
|
8
|
-
declare function GridToolbarDivider(props: GridSlotProps['baseDivider']):
|
|
8
|
+
declare function GridToolbarDivider(props: GridSlotProps['baseDivider']): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
declare namespace GridToolbarDivider {
|
|
10
10
|
var propTypes: any;
|
|
11
11
|
}
|
|
12
|
-
declare function GridToolbarLabel(props: React.HTMLAttributes<HTMLSpanElement>):
|
|
13
|
-
declare function GridToolbar(props: GridToolbarProps):
|
|
12
|
+
declare function GridToolbarLabel(props: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare function GridToolbar(props: GridToolbarProps): import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
declare namespace GridToolbar {
|
|
15
15
|
var propTypes: any;
|
|
16
16
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
export type GridBottomContainerProps = React.PropsWithChildren;
|
|
3
|
-
export declare function GridBottomContainer(props: GridBottomContainerProps):
|
|
3
|
+
export declare function GridBottomContainer(props: GridBottomContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
export declare function GridTopContainer(props: React.PropsWithChildren):
|
|
2
|
+
export declare function GridTopContainer(props: React.PropsWithChildren): import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,5 +2,5 @@ import * as React from 'react';
|
|
|
2
2
|
export interface GridVirtualScrollerProps {
|
|
3
3
|
children?: React.ReactNode;
|
|
4
4
|
}
|
|
5
|
-
declare function GridVirtualScroller(props: GridVirtualScrollerProps):
|
|
5
|
+
declare function GridVirtualScroller(props: GridVirtualScrollerProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export { GridVirtualScroller };
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
type Props = {
|
|
3
2
|
/** The number of rows */
|
|
4
3
|
rowsLength: number;
|
|
5
4
|
};
|
|
6
5
|
declare function GridVirtualScrollerFiller({
|
|
7
6
|
rowsLength
|
|
8
|
-
}: Props):
|
|
7
|
+
}: Props): import("react/jsx-runtime").JSX.Element | null;
|
|
9
8
|
declare const Memoized: typeof GridVirtualScrollerFiller;
|
|
10
9
|
export { Memoized as GridVirtualScrollerFiller };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
import * as React from 'react';
|
|
3
2
|
import { GridCellCheckboxRenderer } from "../components/columnSelection/GridCellCheckboxRenderer.js";
|
|
4
3
|
import { GridHeaderCheckbox } from "../components/columnSelection/GridHeaderCheckbox.js";
|
|
5
4
|
import { GRID_BOOLEAN_COL_DEF } from "./gridBooleanColDef.js";
|
|
@@ -9,7 +9,7 @@ export type GridColumnSortButtonProps = GridSlotProps['baseIconButton'] & {
|
|
|
9
9
|
disabled?: boolean;
|
|
10
10
|
onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
11
11
|
};
|
|
12
|
-
declare function GridColumnSortButton(props: GridColumnSortButtonProps):
|
|
12
|
+
declare function GridColumnSortButton(props: GridColumnSortButtonProps): import("react/jsx-runtime").JSX.Element | null;
|
|
13
13
|
declare namespace GridColumnSortButton {
|
|
14
14
|
var propTypes: any;
|
|
15
15
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridFooterContainerProps } from "./containers/GridFooterContainer.js";
|
|
3
|
-
declare const GridFooter:
|
|
2
|
+
declare const GridFooter: import("react").ForwardRefExoticComponent<GridFooterContainerProps> | import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
|
|
4
3
|
sx?: import("@mui/system").SxProps<import("@mui/system").Theme>;
|
|
5
|
-
} &
|
|
4
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
5
|
export { GridFooter };
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function GridHeader(): React.JSX.Element;
|
|
1
|
+
export declare function GridHeader(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
import * as React from 'react';
|
|
3
2
|
import { fastMemo } from '@mui/x-internals/fastMemo';
|
|
4
3
|
import { useGridPrivateApiContext } from "../hooks/utils/useGridPrivateApiContext.js";
|
|
5
4
|
import { useGridSelector } from "../hooks/utils/useGridSelector.js";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridOverlayProps } from "./containers/GridOverlay.js";
|
|
3
|
-
declare const GridNoColumnsOverlay:
|
|
2
|
+
declare const GridNoColumnsOverlay: import("react").ForwardRefExoticComponent<GridOverlayProps> | import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
|
|
4
3
|
sx?: import("@mui/system").SxProps<import("@mui/system").Theme>;
|
|
5
|
-
} &
|
|
4
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
5
|
export { GridNoColumnsOverlay };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridOverlayProps } from "./containers/GridOverlay.js";
|
|
3
|
-
export declare const GridNoResultsOverlay:
|
|
2
|
+
export declare const GridNoResultsOverlay: import("react").ForwardRefExoticComponent<GridOverlayProps> | import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
|
|
4
3
|
sx?: import("@mui/system").SxProps<import("@mui/system").Theme>;
|
|
5
|
-
} &
|
|
4
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
import * as React from 'react';
|
|
3
2
|
import { forwardRef } from '@mui/x-internals/forwardRef';
|
|
4
3
|
import { useGridApiContext } from "../hooks/utils/useGridApiContext.js";
|
|
5
4
|
import { GridOverlay } from "./containers/GridOverlay.js";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridOverlayProps } from "./containers/GridOverlay.js";
|
|
3
|
-
declare const GridNoRowsOverlay:
|
|
2
|
+
declare const GridNoRowsOverlay: import("react").ForwardRefExoticComponent<GridOverlayProps> | import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
|
|
4
3
|
sx?: import("@mui/system").SxProps<import("@mui/system").Theme>;
|
|
5
|
-
} &
|
|
4
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
5
|
export { GridNoRowsOverlay };
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { RefObject } from '@mui/x-internals/types';
|
|
3
2
|
import { GridScrollParams } from "../models/params/gridScrollParams.js";
|
|
4
3
|
interface ScrollAreaProps {
|
|
5
4
|
scrollDirection: 'left' | 'right' | 'up' | 'down';
|
|
6
5
|
scrollPosition: RefObject<GridScrollParams>;
|
|
7
6
|
}
|
|
8
|
-
declare function GridScrollAreaWrapper(props: ScrollAreaProps):
|
|
7
|
+
declare function GridScrollAreaWrapper(props: ScrollAreaProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
8
|
export declare const GridScrollArea: typeof GridScrollAreaWrapper;
|
|
10
9
|
export {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
interface GridScrollShadowsProps {
|
|
3
2
|
position: 'vertical' | 'horizontal';
|
|
4
3
|
}
|
|
5
|
-
declare function GridScrollShadows(props: GridScrollShadowsProps):
|
|
4
|
+
declare function GridScrollShadows(props: GridScrollShadowsProps): import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
export { GridScrollShadows };
|