@data-c/ui 0.2.41 → 0.2.42

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/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ import * as _mui_material_styles from '@mui/material/styles';
7
7
  import { AvatarProps } from '@mui/material/Avatar';
8
8
  import { DialogComponent, DialogProps } from '@toolpad/core';
9
9
  export { useDialogs } from '@toolpad/core';
10
+ import * as _mui_x_data_grid from '@mui/x-data-grid';
10
11
  import { GridColDef as GridColDef$1, DataGridProps, GridRowsProp, GridRowSelectionModel, GridCallbackDetails, GridActionsCellItemProps } from '@mui/x-data-grid';
11
12
  import * as LucideIcons from 'lucide-react';
12
13
  import { LucideProps } from 'lucide-react';
@@ -744,6 +745,7 @@ declare const DataTable: {
744
745
  ActionEdit: typeof DataTableActionEdit;
745
746
  ActionDelete: typeof DataTableActionDelete;
746
747
  ActionTransport: typeof DataTableActionTransport;
748
+ ColumnsPanelTrigger: React$1.ForwardRefExoticComponent<_mui_x_data_grid.ColumnsPanelTriggerProps> | React$1.ForwardRefExoticComponent<Omit<_mui_x_data_grid.ColumnsPanelTriggerProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
747
749
  };
748
750
 
749
751
  interface ListRootProps extends StackProps {