@data-c/ui 0.1.44 → 0.1.46

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,7 +7,7 @@ import { MUIDataTableProps } from 'mui-datatables';
7
7
  import { PaginationProps as PaginationProps$1, TransportableDataTableProps, CredentialsConfigsInterface, AmbienteDataInterface } from '@data-c/hooks';
8
8
  import * as _mui_material_styles from '@mui/material/styles';
9
9
  import { AvatarProps } from '@mui/material/Avatar';
10
- import { DialogComponent, DialogProps as DialogProps$2 } from '@toolpad/core/useDialogs';
10
+ import { DialogComponent, DialogProps as DialogProps$2 } from '@toolpad/core';
11
11
  import { GridActionsCellItemProps, GridColDef as GridColDef$1, DataGridProps, GridRowsProp, GridRowSelectionModel, GridCallbackDetails } from '@mui/x-data-grid';
12
12
 
13
13
  interface ButtonProps$2 extends ButtonProps$3 {
@@ -354,6 +354,8 @@ declare function IconExpandable(props: IconExpandableProps): react_jsx_runtime.J
354
354
 
355
355
  declare function IconFilter(props: SvgIconProps): react_jsx_runtime.JSX.Element;
356
356
 
357
+ declare function IconUsers$1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
358
+
357
359
  declare function IconHandShake(props: SvgIconProps): react_jsx_runtime.JSX.Element;
358
360
 
359
361
  declare function IconHelp(props: SvgIconProps): react_jsx_runtime.JSX.Element;
@@ -447,6 +449,7 @@ declare const Icon: {
447
449
  ChevronRight: typeof ChevronRight;
448
450
  Calendar: typeof IconCalendar;
449
451
  Save: typeof IconSave;
452
+ Profile: typeof IconUsers$1;
450
453
  };
451
454
 
452
455
  interface MenuItemProps {