@data-c/ui 0.2.13 → 0.2.15

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
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as _mui_material from '@mui/material';
3
- import { ButtonProps as ButtonProps$3, StackProps, CheckboxProps as CheckboxProps$1, IconButtonProps, DrawerProps, TypographyProps, ToolbarProps as ToolbarProps$1, TextFieldProps, TooltipProps as TooltipProps$2, BoxProps, PaperProps, SvgIconProps, IconProps, DialogProps as DialogProps$1, ChipProps, InputBaseProps, Breakpoint, TableFooterProps, MenuItemProps as MenuItemProps$2, PopoverProps, ContainerProps, AutocompleteInputChangeReason } from '@mui/material';
3
+ import { ButtonProps as ButtonProps$3, StackProps, CheckboxProps as CheckboxProps$1, IconButtonProps, DrawerProps, TypographyProps, ToolbarProps as ToolbarProps$1, TextFieldProps, TooltipProps as TooltipProps$2, BoxProps, PaperProps, SvgIconProps, IconProps, ListProps, DialogProps as DialogProps$1, ChipProps, InputBaseProps, Breakpoint, TableFooterProps, MenuItemProps as MenuItemProps$2, PopoverProps, ContainerProps, AutocompleteInputChangeReason } from '@mui/material';
4
4
  import * as React$1 from 'react';
5
5
  import React__default, { ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
6
6
  import { CredentialsConfigsInterface, AmbienteDataInterface, Empresa, PaginationProps as PaginationProps$1 } from '@data-c/hooks';
@@ -393,6 +393,7 @@ interface MenuItemProps {
393
393
  isFirstLevel?: boolean;
394
394
  selected?: boolean;
395
395
  onClick?: (link: string) => void;
396
+ secondaryLabel?: React.ReactNode;
396
397
  }
397
398
  declare function MenuItem(props: MenuItemProps): react_jsx_runtime.JSX.Element;
398
399
 
@@ -412,6 +413,7 @@ interface MenuRootProps {
412
413
  open: boolean;
413
414
  toggleMenu: () => void;
414
415
  onClickItem?: (link: string) => void;
416
+ listProps?: ListProps;
415
417
  }
416
418
  declare function MenuRoot(props: MenuRootProps): react_jsx_runtime.JSX.Element;
417
419