@data-c/ui 0.0.170 → 0.0.172

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,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { ButtonProps as ButtonProps$1, StackProps, CheckboxProps as CheckboxProps$1, TextFieldProps, DialogProps as DialogProps$1, IconButtonProps, DrawerProps, TypographyProps, ToolbarProps, FilterOptionsState, TooltipProps as TooltipProps$2 } from '@mui/material';
2
+ import { ButtonProps as ButtonProps$1, StackProps, CheckboxProps as CheckboxProps$1, TextFieldProps, DialogProps as DialogProps$1, IconButtonProps, DrawerProps, TypographyProps, ToolbarProps, FilterOptionsState, TooltipProps as TooltipProps$2, BoxProps } from '@mui/material';
3
3
  import React$1, { ReactNode, ComponentType } from 'react';
4
4
  import { MUIDataTableProps } from 'mui-datatables';
5
5
  import { PaginationProps, TransportableDataTableProps, CredentialsConfigsInterface, AmbienteDataInterface } from '@data-c/hooks';
@@ -259,12 +259,6 @@ interface MenuItemProps {
259
259
  interface DrawerMenuProps extends DrawerProps {
260
260
  width: number;
261
261
  items: Array<MenuItemProps>;
262
- logo: string;
263
- minLogo: string;
264
- label: string;
265
- minLabel: string;
266
- version?: string;
267
- link?: string;
268
262
  activeMenu?: string;
269
263
  onMenuClick: (link: string) => void;
270
264
  toggleMenu: (open?: boolean) => void;
@@ -287,6 +281,10 @@ interface EditableProps {
287
281
  }
288
282
  declare function Editable(props: EditableProps): react_jsx_runtime.JSX.Element;
289
283
 
284
+ interface ContentProps extends BoxProps {
285
+ }
286
+ declare function Content(props: ContentProps): react_jsx_runtime.JSX.Element;
287
+
290
288
  declare module '@mui/material/styles' {
291
289
  interface Components {
292
290
  [key: string]: any;
@@ -294,4 +292,4 @@ declare module '@mui/material/styles' {
294
292
  }
295
293
  declare const theme: _mui_material_styles.Theme;
296
294
 
297
- export { AlterarSenha, AlterarSenhaProps, Button, ButtonContainer, Checkbox, CheckboxProps, ColorsGrid, CurrencyCellStyle, CurrencyTextField, DataTable, DataTableOptions, DataTableOptionsProps, DataTableProps, DeleteContainer, DeleteContainerProps, Dialog, DialogProps, DrawerMenu, DrawerMenuProps, Editable, EditableProps, FilterContainer, FilterControl, FilterProps, Flag, FormContainer, FormContainerProps, LabelValue, LabelValueProps, MenuItemProps, MioAuth, MioAuthProps, OptionStyles, PageTitle, PasswordTextField, SearchTextField, Tooltip, TooltipProps, Transporter, TransporterProps, theme };
295
+ export { AlterarSenha, AlterarSenhaProps, Button, ButtonContainer, Checkbox, CheckboxProps, ColorsGrid, Content, ContentProps, CurrencyCellStyle, CurrencyTextField, DataTable, DataTableOptions, DataTableOptionsProps, DataTableProps, DeleteContainer, DeleteContainerProps, Dialog, DialogProps, DrawerMenu, DrawerMenuProps, Editable, EditableProps, FilterContainer, FilterControl, FilterProps, Flag, FormContainer, FormContainerProps, LabelValue, LabelValueProps, MenuItemProps, MioAuth, MioAuthProps, OptionStyles, PageTitle, PasswordTextField, SearchTextField, Tooltip, TooltipProps, Transporter, TransporterProps, theme };