@data-c/ui 0.2.2 → 0.2.3
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 +3 -17
- package/dist/index.js +8 -164
- package/dist/index.js.map +1 -1
- package/package.json +6 -7
- package/dist/index.css +0 -2
- package/dist/index.css.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,8 +3,7 @@ import * as _mui_material from '@mui/material';
|
|
|
3
3
|
import { ButtonProps as ButtonProps$3, StackProps, CheckboxProps as CheckboxProps$1, DialogProps as DialogProps$1, IconButtonProps, DrawerProps, TypographyProps, ToolbarProps as ToolbarProps$1, TextFieldProps, FilterOptionsState, TooltipProps as TooltipProps$2, BoxProps, PaperProps, SvgIconProps, IconProps, ChipProps, InputBaseProps, Breakpoint, TableFooterProps, MenuItemProps as MenuItemProps$2, PopoverProps } from '@mui/material';
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import React__default, { ReactNode, ComponentType, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
6
|
-
import {
|
|
7
|
-
import { PaginationProps as PaginationProps$1, TransportableDataTableProps, CredentialsConfigsInterface, AmbienteDataInterface, Empresa } from '@data-c/hooks';
|
|
6
|
+
import { TransportableDataTableProps, CredentialsConfigsInterface, AmbienteDataInterface, Empresa, PaginationProps as PaginationProps$1 } from '@data-c/hooks';
|
|
8
7
|
import * as _mui_material_styles from '@mui/material/styles';
|
|
9
8
|
import { AvatarProps } from '@mui/material/Avatar';
|
|
10
9
|
import { DialogComponent, DialogProps as DialogProps$2 } from '@toolpad/core';
|
|
@@ -27,7 +26,7 @@ declare function Checkbox(props: CheckboxProps): react_jsx_runtime.JSX.Element;
|
|
|
27
26
|
|
|
28
27
|
declare function ColorsGrid(): react_jsx_runtime.JSX.Element;
|
|
29
28
|
|
|
30
|
-
declare const CurrencyTextField: React$1.ForwardRefExoticComponent<Omit<Omit<_mui_material.
|
|
29
|
+
declare const CurrencyTextField: React$1.ForwardRefExoticComponent<Omit<Omit<_mui_material.OutlinedTextFieldProps | _mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps, "onChange"> & {
|
|
31
30
|
onChange?: ((e: React.ChangeEvent<HTMLInputElement>, value: any) => void) | undefined;
|
|
32
31
|
}, "ref"> & React$1.RefAttributes<unknown>>;
|
|
33
32
|
|
|
@@ -65,19 +64,6 @@ declare namespace DeleteContainer {
|
|
|
65
64
|
var defaultProps: DialogProps;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
|
-
interface DataTableProps extends Omit<MUIDataTableProps, 'title'> {
|
|
69
|
-
surface?: boolean;
|
|
70
|
-
error?: string;
|
|
71
|
-
isLoading?: boolean;
|
|
72
|
-
isFetching?: boolean;
|
|
73
|
-
tableTitle?: string;
|
|
74
|
-
pagination?: PaginationProps$1;
|
|
75
|
-
changePage?: (page: number) => void;
|
|
76
|
-
changePageSize?: (pageSize: number) => void;
|
|
77
|
-
changeSort?: (column: string, direction: string) => void;
|
|
78
|
-
}
|
|
79
|
-
declare const DataTable$1: (props: DataTableProps) => react_jsx_runtime.JSX.Element;
|
|
80
|
-
|
|
81
67
|
interface TooltipProps$1 {
|
|
82
68
|
type: 'warning' | 'info';
|
|
83
69
|
content: NonNullable<React__default.ReactNode>;
|
|
@@ -907,4 +893,4 @@ interface LucideIconProps extends LucideProps {
|
|
|
907
893
|
}
|
|
908
894
|
declare const LucideIcon: ({ name, size, strokeWidth, color, ...props }: LucideIconProps) => react_jsx_runtime.JSX.Element;
|
|
909
895
|
|
|
910
|
-
export { AlterarLicenca, AlterarLicencaProps, AlterarSenha, AlterarSenhaProps, Avatar, Breadcrumbs, BreadcrumbsItem, BreadcrumbsProps, Button$1 as Button, ButtonContainer, Button as ButtonGroup, Card, Checkbox, CheckboxProps, ColorsGrid, Content$1 as Content, ContentProps, ContentTitle, CurrencyCellStyle, CurrencyTextField,
|
|
896
|
+
export { AlterarLicenca, AlterarLicencaProps, AlterarSenha, AlterarSenhaProps, Avatar, Breadcrumbs, BreadcrumbsItem, BreadcrumbsProps, Button$1 as Button, ButtonContainer, Button as ButtonGroup, Card, Checkbox, CheckboxProps, ColorsGrid, Content$1 as Content, ContentProps, ContentTitle, CurrencyCellStyle, CurrencyTextField, DataTableOptions, DataTableOptionsProps, DataTable as DataTableV2, DeleteContainer, DeleteContainerProps, Dialog$1 as Dialog, DialogProps, Dialog as DialogV2, DrawerMenu, DrawerMenuProps, Editable, EditableProps, Filter, FilterApiContext, FilterApiContextProps, FilterContainer$1 as FilterContainer, FilterControl, FilterDataContext, FilterDataContextProps, FilterOptions, FilterProps, FilterProvider, FilterProviderProps, Flag, FormContainer, FormContainerProps, GridColDef, Header, Icon, LabelValue, LabelValueProps, List$1 as List, LucideIcon as LucidIcon, Menu, MenuItemProps$1 as MenuItemProps, MioAuth, MioAuthProps, OptionStyles, PageTitle, PasswordTextField, List as Popover, Profile, ProfileProps, SearchTextField, Surface, Tooltip, TooltipProps, Transporter, TransporterProps, renderMenuItems, theme, useFilter, useFilterApi, useMenu };
|