@data-c/ui 0.1.28 → 0.1.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 +8 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { MUIDataTableProps } from 'mui-datatables';
|
|
|
7
7
|
import { PaginationProps, TransportableDataTableProps, CredentialsConfigsInterface, AmbienteDataInterface } from '@data-c/hooks';
|
|
8
8
|
import * as _mui_material_styles from '@mui/material/styles';
|
|
9
9
|
import { DialogComponent, DialogProps as DialogProps$2 } from '@toolpad/core/useDialogs';
|
|
10
|
+
import { AvatarProps } from '@mui/material/Avatar';
|
|
10
11
|
|
|
11
12
|
interface ButtonProps$1 extends ButtonProps$2 {
|
|
12
13
|
isLoading?: boolean;
|
|
@@ -355,4 +356,10 @@ declare const Dialog: {
|
|
|
355
356
|
ConfirmDelete: typeof DialogConfirmDelete;
|
|
356
357
|
};
|
|
357
358
|
|
|
358
|
-
|
|
359
|
+
declare function Avatar(props: AvatarProps): react_jsx_runtime.JSX.Element;
|
|
360
|
+
|
|
361
|
+
interface ProfileProps {
|
|
362
|
+
}
|
|
363
|
+
declare function Profile(props: ProfileProps): react_jsx_runtime.JSX.Element;
|
|
364
|
+
|
|
365
|
+
export { AlterarSenha, AlterarSenhaProps, Avatar, Button, ButtonContainer, Checkbox, CheckboxProps, ColorsGrid, Content, ContentProps, CurrencyCellStyle, CurrencyTextField, DataTable, DataTableOptions, DataTableOptionsProps, DataTableProps, DeleteContainer, DeleteContainerProps, Dialog$1 as Dialog, DialogProps, Dialog as DialogV2, DrawerMenu, DrawerMenuProps, Editable, EditableProps, FilterContainer, FilterControl, FilterProps, Flag, FormContainer, FormContainerProps, LabelValue, LabelValueProps, MenuItemProps, MioAuth, MioAuthProps, OptionStyles, PageTitle, PasswordTextField, Profile, ProfileProps, SearchTextField, Surface, Tooltip, TooltipProps, Transporter, TransporterProps, theme };
|