@data-c/ui 0.2.27 → 0.2.29
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 +4 -5
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as _mui_material from '@mui/material';
|
|
3
2
|
import { ButtonProps as ButtonProps$3, StackProps, CheckboxProps as CheckboxProps$1, IconButtonProps, DrawerProps, TypographyProps, ToolbarProps as ToolbarProps$1, TextFieldProps as TextFieldProps$1, 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
3
|
import * as React$1 from 'react';
|
|
5
4
|
import React__default, { ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
@@ -27,10 +26,6 @@ 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.OutlinedTextFieldProps | _mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps, "onChange"> & {
|
|
31
|
-
onChange?: ((e: React.ChangeEvent<HTMLInputElement>, value: any) => void) | undefined;
|
|
32
|
-
}, "ref"> & React$1.RefAttributes<unknown>>;
|
|
33
|
-
|
|
34
29
|
interface TooltipProps$1 {
|
|
35
30
|
type: 'warning' | 'info';
|
|
36
31
|
content: NonNullable<React__default.ReactNode>;
|
|
@@ -1043,4 +1038,8 @@ declare namespace DateRangePicker {
|
|
|
1043
1038
|
};
|
|
1044
1039
|
}
|
|
1045
1040
|
|
|
1041
|
+
declare const CurrencyTextField: React$1.ForwardRefExoticComponent<Omit<Omit<TextFieldProps, "onChange"> & {
|
|
1042
|
+
onChange?: ((e: React.ChangeEvent<HTMLInputElement>, value: any) => void) | undefined;
|
|
1043
|
+
}, "ref"> & React$1.RefAttributes<unknown>>;
|
|
1044
|
+
|
|
1046
1045
|
export { AlterarLicenca, AlterarLicencaProps, AlterarSenha, AlterarSenhaProps, Article, Autocomplete, AutocompleteProps, Avatar, Breadcrumbs, BreadcrumbsItem, BreadcrumbsProps, Button$1 as Button, ButtonContainer, Button as ButtonGroup, CEPTextField, CEPTextFieldProps, Card, Checkbox, CheckboxProps, ColorsGrid, Content$1 as Content, ContentProps, ContentTitle, CurrencyCellStyle, CurrencyTextField, DataTable, DataTableOptions, DataTableOptionsProps, DatePicker, DatePickerProvider, DateRange, DateRangePicker, Dialog, DocumentoTextField, DocumentoTextFieldProps, DrawerMenu, DrawerMenuProps, Editable, EditableProps, Filter, FilterApiContext, FilterApiContextProps, FilterContainer$1 as FilterContainer, FilterControl, FilterDataContext, FilterDataContextProps, FilterOptions, FilterProps, FilterProvider, FilterProviderProps, Flag, GridColDef, Header, Icon, LabelValue, LabelValueProps, List$1 as List, LucideIcon as LucidIcon, Menu, MenuItemProps$1 as MenuItemProps, MioAuth, MioAuthProps, NotaVersao, OptionStyles, Page, PageTitle$1 as PageTitle, PasswordTextField, List as Popover, Profile, ProfileProps, SearchTextField, Surface, TelefoneTextField, TelefoneTextFieldProps, TextField, TextFieldProps, TipoDocumento, TipoTelefone, Title, TitleProps, TitleVariant, Tooltip, TooltipProps, TransportableDataTableProps, Transporter, TransporterBaseProps, TransporterValue, VersaoProps, renderMenuItems, theme, useFilter, useFilterApi, useMenu, useTransporter };
|