@data-c/ui 0.2.17 → 0.2.19

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
@@ -947,12 +947,13 @@ type CEPTextFieldProps = TextFieldProps$1 & {
947
947
  declare function CEPTextField(props: CEPTextFieldProps): react_jsx_runtime.JSX.Element;
948
948
 
949
949
  type TipoTelefone = 'fixed' | 'mobile' | 'auto';
950
- type TefeloneTextFieldProps = TextFieldProps$1 & {
950
+ type TelefoneTextFieldProps = TextFieldProps$1 & {
951
951
  value?: string;
952
952
  onChange?: (event: React__default.ChangeEvent<HTMLInputElement>) => void;
953
953
  tipoTelefone?: TipoTelefone;
954
+ allowDDI?: boolean;
954
955
  };
955
- declare function TefeloneTextField(props: TefeloneTextFieldProps): react_jsx_runtime.JSX.Element;
956
+ declare function TelefoneTextField(props: TelefoneTextFieldProps): react_jsx_runtime.JSX.Element;
956
957
 
957
958
  interface Article {
958
959
  id: number;
@@ -996,6 +997,10 @@ interface IDatePickerProps extends Omit<DatePickerProps, 'onChange' | 'value'> {
996
997
  }
997
998
  declare function DatePicker(props: IDatePickerProps): react_jsx_runtime.JSX.Element;
998
999
 
1000
+ declare function DatePickerProvider({ children, }: {
1001
+ children: React.ReactNode;
1002
+ }): react_jsx_runtime.JSX.Element;
1003
+
999
1004
  interface DateRange {
1000
1005
  tipo: string;
1001
1006
  firstDate: string | null;
@@ -1013,4 +1018,4 @@ declare namespace DateRangePicker {
1013
1018
  };
1014
1019
  }
1015
1020
 
1016
- 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, 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, TefeloneTextField, TefeloneTextFieldProps, TipoDocumento, TipoTelefone, Title, TitleProps, TitleVariant, Tooltip, TooltipProps, TransportableDataTableProps, Transporter, VersaoProps, renderMenuItems, theme, useFilter, useFilterApi, useMenu, useTransporter };
1021
+ 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, TipoDocumento, TipoTelefone, Title, TitleProps, TitleVariant, Tooltip, TooltipProps, TransportableDataTableProps, Transporter, VersaoProps, renderMenuItems, theme, useFilter, useFilterApi, useMenu, useTransporter };