@m4l/graphics 0.0.0
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/README.md +0 -0
- package/dist/features.js +2 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +10992 -0
- package/dist/lib/@types/index.d.ts +6 -0
- package/dist/lib/components/CompanyLogo/index.d.ts +3 -0
- package/dist/lib/components/CompanyLogo/styles.d.ts +5 -0
- package/dist/lib/components/CompanyLogo/types.d.ts +6 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Density/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Density/styles.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Filter/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Filter/styles.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/RowsCount/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/RowsCount/styles.d.ts +4 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/components/FormatterColumn/index.d.ts +4 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/styles.d.ts +8 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/ColumnsConfig/types.d.ts +25 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/styles.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/components/Settings/types.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Actions/styles.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Actions/types.d.ts +11 -0
- package/dist/lib/components/DataGrid/components/Table/components/ActionsColumn.d.ts +4 -0
- package/dist/lib/components/DataGrid/components/Table/components/CheckboxFormatter.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Table/components/CustomIcons.d.ts +15 -0
- package/dist/lib/components/DataGrid/components/Table/components/DraggableHeaderRenderer.d.ts +6 -0
- package/dist/lib/components/DataGrid/components/Table/components/SelectColumn.d.ts +4 -0
- package/dist/lib/components/DataGrid/components/Table/components/SkeletonFormatter/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Table/components/SkeletonFormatter/styles.d.ts +2 -0
- package/dist/lib/components/DataGrid/components/Table/hooks/getDragHeaderRenderer.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Table/hooks/useFocusRef.d.ts +5 -0
- package/dist/lib/components/DataGrid/components/Table/hooks/useSortColumnsRows.d.ts +8 -0
- package/dist/lib/components/DataGrid/components/Table/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/components/Table/styles.d.ts +3 -0
- package/dist/lib/components/DataGrid/contexts/BaseContext/index.d.ts +5 -0
- package/dist/lib/components/DataGrid/contexts/BaseContext/types.d.ts +51 -0
- package/dist/lib/components/DataGrid/contexts/FilterContext/index.d.ts +9 -0
- package/dist/lib/components/DataGrid/contexts/FilterContext/types.d.ts +11 -0
- package/dist/lib/components/DataGrid/dictionary.d.ts +3 -0
- package/dist/lib/components/DataGrid/formatters/BooleanFormatter/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/formatters/BooleanFormatter/types.d.ts +5 -0
- package/dist/lib/components/DataGrid/formatters/DateFormatter/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/formatters/DateFormatter/types.d.ts +6 -0
- package/dist/lib/components/DataGrid/formatters/index.d.ts +2 -0
- package/dist/lib/components/DataGrid/hooks/useBase.d.ts +1 -0
- package/dist/lib/components/DataGrid/hooks/useFilters.d.ts +1 -0
- package/dist/lib/components/DataGrid/index.d.ts +3 -0
- package/dist/lib/components/DataGrid/styles.d.ts +3 -0
- package/dist/lib/components/DataGrid/types.d.ts +56 -0
- package/dist/lib/components/FormActions/dictionary.d.ts +3 -0
- package/dist/lib/components/FormActions/index.d.ts +3 -0
- package/dist/lib/components/FormActions/styles.d.ts +2 -0
- package/dist/lib/components/FormActions/types.d.ts +7 -0
- package/dist/lib/components/Image/index.d.ts +3 -0
- package/dist/lib/components/Image/styles.d.ts +3 -0
- package/dist/lib/components/Image/types.d.ts +16 -0
- package/dist/lib/components/LanguagePopover/index.d.ts +3 -0
- package/dist/lib/components/LanguagePopover/types.d.ts +3 -0
- package/dist/lib/components/LinkWithRoute/index.d.ts +3 -0
- package/dist/lib/components/LinkWithRoute/types.d.ts +7 -0
- package/dist/lib/components/Loadable/index.d.ts +2 -0
- package/dist/lib/components/ModalDialog/components/Header/index.d.ts +3 -0
- package/dist/lib/components/ModalDialog/components/Header/types.d.ts +9 -0
- package/dist/lib/components/ModalDialog/dictionary.d.ts +3 -0
- package/dist/lib/components/ModalDialog/index.d.ts +2 -0
- package/dist/lib/components/ModalDialog/styles.d.ts +9 -0
- package/dist/lib/components/ModalDialog/types.d.ts +5 -0
- package/dist/lib/components/NoItemSelected/dictionary.d.ts +3 -0
- package/dist/lib/components/NoItemSelected/index.d.ts +2 -0
- package/dist/lib/components/NoItemSelected/styles.d.ts +5 -0
- package/dist/lib/components/NoItemSelected/types.d.ts +5 -0
- package/dist/lib/components/ObjectLogs/components/DetailDialog/index.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/components/DetailDialog/styles.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/components/DetailDialog/types.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/components/DetailFormatter/index.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/components/DetailFormatter/types.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/dictionary.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/index.d.ts +3 -0
- package/dist/lib/components/ObjectLogs/styles.d.ts +4 -0
- package/dist/lib/components/ObjectLogs/types.d.ts +18 -0
- package/dist/lib/components/Page/index.d.ts +9 -0
- package/dist/lib/components/PaperForm/index.d.ts +3 -0
- package/dist/lib/components/PaperForm/skeleton.d.ts +6 -0
- package/dist/lib/components/PaperForm/styles.d.ts +8 -0
- package/dist/lib/components/PaperForm/types.d.ts +7 -0
- package/dist/lib/components/ProgressBar/index.d.ts +3 -0
- package/dist/lib/components/PropertyValue/index.d.ts +3 -0
- package/dist/lib/components/PropertyValue/skeleton.d.ts +2 -0
- package/dist/lib/components/PropertyValue/styles.d.ts +6 -0
- package/dist/lib/components/PropertyValue/types.d.ts +11 -0
- package/dist/lib/components/Resizeable/index.d.ts +3 -0
- package/dist/lib/components/Resizeable/styles.d.ts +5 -0
- package/dist/lib/components/Resizeable/types.d.ts +8 -0
- package/dist/lib/components/ScrollBar/index.d.ts +3 -0
- package/dist/lib/components/ScrollBar/styles.d.ts +6 -0
- package/dist/lib/components/ScrollBar/types.d.ts +7 -0
- package/dist/lib/components/SplitLayout/index.d.ts +3 -0
- package/dist/lib/components/SplitLayout/styles.d.ts +4 -0
- package/dist/lib/components/SplitLayout/types.d.ts +9 -0
- package/dist/lib/components/Typography/index.d.ts +3 -0
- package/dist/lib/components/Typography/types.d.ts +5 -0
- package/dist/lib/components/animate/DialogAnimate.d.ts +7 -0
- package/dist/lib/components/animate/FabButtonAnimate.d.ts +8 -0
- package/dist/lib/components/animate/IconButtonAnimate/index.d.ts +4 -0
- package/dist/lib/components/animate/MotionContainer.d.ts +10 -0
- package/dist/lib/components/animate/MotionInView.d.ts +9 -0
- package/dist/lib/components/animate/MotionLazyContainer.d.ts +6 -0
- package/dist/lib/components/animate/TextAnimate.d.ts +9 -0
- package/dist/lib/components/animate/index.d.ts +8 -0
- package/dist/lib/components/animate/type.d.ts +26 -0
- package/dist/lib/components/animate/variants/actions.d.ts +5 -0
- package/dist/lib/components/animate/variants/background.d.ts +104 -0
- package/dist/lib/components/animate/variants/bounce.d.ts +136 -0
- package/dist/lib/components/animate/variants/container.d.ts +19 -0
- package/dist/lib/components/animate/variants/fade.d.ts +217 -0
- package/dist/lib/components/animate/variants/flip.d.ts +75 -0
- package/dist/lib/components/animate/variants/index.d.ts +12 -0
- package/dist/lib/components/animate/variants/path.d.ts +14 -0
- package/dist/lib/components/animate/variants/rotate.d.ts +39 -0
- package/dist/lib/components/animate/variants/scale.d.ts +75 -0
- package/dist/lib/components/animate/variants/slide.d.ts +155 -0
- package/dist/lib/components/animate/variants/transition.d.ts +13 -0
- package/dist/lib/components/animate/variants/zoom.d.ts +199 -0
- package/dist/lib/components/hook-form/FormProvider/components/FormActions/index.d.ts +3 -0
- package/dist/lib/components/hook-form/FormProvider/components/FormActions/skeleton.d.ts +2 -0
- package/dist/lib/components/hook-form/FormProvider/components/FormActions/styles.d.ts +3 -0
- package/dist/lib/components/hook-form/FormProvider/components/FormActions/types.d.ts +4 -0
- package/dist/lib/components/hook-form/FormProvider/index.d.ts +3 -0
- package/dist/lib/components/hook-form/FormProvider/styles.d.ts +2 -0
- package/dist/lib/components/hook-form/FormProvider/types.d.ts +10 -0
- package/dist/lib/components/hook-form/RHFAutocompleteAsync/index.d.ts +4 -0
- package/dist/lib/components/hook-form/RHFAutocompleteAsync/styles.d.ts +4 -0
- package/dist/lib/components/hook-form/RHFAutocompleteAsync/types.d.ts +17 -0
- package/dist/lib/components/hook-form/RHFCheckbox/index.d.ts +3 -0
- package/dist/lib/components/hook-form/RHFCheckbox/skeleton.d.ts +2 -0
- package/dist/lib/components/hook-form/RHFCheckbox/styles.d.ts +2 -0
- package/dist/lib/components/hook-form/RHFCheckbox/types.d.ts +10 -0
- package/dist/lib/components/hook-form/RHFMultiCheckbox/index.d.ts +3 -0
- package/dist/lib/components/hook-form/RHFMultiCheckbox/types.d.ts +10 -0
- package/dist/lib/components/hook-form/RHFRadioGroup.d.ts +9 -0
- package/dist/lib/components/hook-form/RHFSelect.d.ts +8 -0
- package/dist/lib/components/hook-form/RHFTextField/index.d.ts +4 -0
- package/dist/lib/components/hook-form/RHFTextField/styles.d.ts +2 -0
- package/dist/lib/components/hook-form/RHFTextField/types.d.ts +9 -0
- package/dist/lib/components/hook-form/index.d.ts +7 -0
- package/dist/lib/components/index.d.ts +22 -0
- package/dist/lib/components/mui_extended/Accordion/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Accordion/types.d.ts +11 -0
- package/dist/lib/components/mui_extended/BoxIcon/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/BoxIcon/types.d.ts +4 -0
- package/dist/lib/components/mui_extended/Breadcrumbs/components/LinkItem/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Breadcrumbs/components/LinkItem/types.d.ts +4 -0
- package/dist/lib/components/mui_extended/Breadcrumbs/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Breadcrumbs/types.d.ts +12 -0
- package/dist/lib/components/mui_extended/IconButton/index.d.ts +4 -0
- package/dist/lib/components/mui_extended/IconButton/types.d.ts +5 -0
- package/dist/lib/components/mui_extended/LoadingButton/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/LoadingButton/skeleton.d.ts +2 -0
- package/dist/lib/components/mui_extended/LoadingButton/styles.d.ts +2 -0
- package/dist/lib/components/mui_extended/LoadingButton/types.d.ts +5 -0
- package/dist/lib/components/mui_extended/MenuActions/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/MenuActions/styles.d.ts +30 -0
- package/dist/lib/components/mui_extended/MenuActions/types.d.ts +27 -0
- package/dist/lib/components/mui_extended/MenuPopover/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/MenuPopover/types.d.ts +9 -0
- package/dist/lib/components/mui_extended/Pager/components/PagerActions/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Pager/components/PagerActions/styles.d.ts +2 -0
- package/dist/lib/components/mui_extended/Pager/components/PagerActions/types.d.ts +7 -0
- package/dist/lib/components/mui_extended/Pager/dicctionary.d.ts +3 -0
- package/dist/lib/components/mui_extended/Pager/index.d.ts +3 -0
- package/dist/lib/components/mui_extended/Pager/styles.d.ts +6 -0
- package/dist/lib/components/mui_extended/Pager/types.d.ts +13 -0
- package/dist/lib/components/mui_extended/Tab/index.d.ts +2 -0
- package/dist/lib/components/mui_extended/Tab/styles.d.ts +2 -0
- package/dist/lib/components/mui_extended/index.d.ts +49 -0
- package/dist/lib/components/skeletons/components/SKTPerperForm/styled.d.ts +13 -0
- package/dist/lib/contexts/LocalesContext/index.d.ts +19 -0
- package/dist/lib/contexts/ModalContext/components/ContentConfirm/index.d.ts +3 -0
- package/dist/lib/contexts/ModalContext/components/ContentConfirm/styles.d.ts +6 -0
- package/dist/lib/contexts/ModalContext/components/ContentConfirm/types.d.ts +8 -0
- package/dist/lib/contexts/ModalContext/index.d.ts +5 -0
- package/dist/lib/contexts/ModalContext/types.d.ts +42 -0
- package/dist/lib/contexts/index.d.ts +3 -0
- package/dist/lib/hooks/index.d.ts +9 -0
- package/dist/lib/hooks/useIsMountedRef.d.ts +2 -0
- package/dist/lib/hooks/useLocales.d.ts +1 -0
- package/dist/lib/hooks/useMasterDetail.d.ts +1 -0
- package/dist/lib/hooks/useModal.d.ts +1 -0
- package/dist/lib/hooks/useModule.d.ts +1 -0
- package/dist/lib/hooks/useOffSetTop.d.ts +1 -0
- package/dist/lib/hooks/usePaginate.d.ts +15 -0
- package/dist/lib/hooks/useResponsive.d.ts +8 -0
- package/dist/lib/index.d.ts +10 -0
- package/dist/lib/layouts/MasterDetailLayout/components/ButtonDetail/index.d.ts +3 -0
- package/dist/lib/layouts/MasterDetailLayout/contexts/MasterDetailContext/index.d.ts +5 -0
- package/dist/lib/layouts/MasterDetailLayout/contexts/MasterDetailContext/types.d.ts +13 -0
- package/dist/lib/layouts/MasterDetailLayout/dicctionary.d.ts +3 -0
- package/dist/lib/layouts/MasterDetailLayout/index.d.ts +3 -0
- package/dist/lib/layouts/MasterDetailLayout/types.d.ts +10 -0
- package/dist/lib/layouts/ModuleLayout/components/Header/index.d.ts +2 -0
- package/dist/lib/layouts/ModuleLayout/components/Header/skeleton.d.ts +2 -0
- package/dist/lib/layouts/ModuleLayout/components/Header/styles.d.ts +8 -0
- package/dist/lib/layouts/ModuleLayout/components/Header/types.d.ts +2 -0
- package/dist/lib/layouts/ModuleLayout/components/ModuleContent/index.d.ts +3 -0
- package/dist/lib/layouts/ModuleLayout/components/ModuleContent/styles.d.ts +3 -0
- package/dist/lib/layouts/ModuleLayout/components/ModuleContent/types.d.ts +9 -0
- package/dist/lib/layouts/ModuleLayout/contexts/ModuleContext/index.d.ts +5 -0
- package/dist/lib/layouts/ModuleLayout/contexts/ModuleContext/types.d.ts +18 -0
- package/dist/lib/layouts/ModuleLayout/dicctionary.d.ts +3 -0
- package/dist/lib/layouts/ModuleLayout/index.d.ts +3 -0
- package/dist/lib/layouts/ModuleLayout/types.d.ts +29 -0
- package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/index.d.ts +3 -0
- package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/styles.d.ts +13 -0
- package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/types.d.ts +4 -0
- package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/index.d.ts +5 -0
- package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/types.d.ts +12 -0
- package/dist/lib/layouts/NoAuthModuleLayout/index.d.ts +3 -0
- package/dist/lib/layouts/NoAuthModuleLayout/types.d.ts +11 -0
- package/dist/lib/layouts/index.d.ts +3 -0
- package/dist/lib/theme/defaultThemeOptions.d.ts +2 -0
- package/dist/lib/theme/overrides/Accordion.d.ts +864 -0
- package/dist/lib/theme/overrides/Autocomplete.d.ts +26 -0
- package/dist/lib/theme/overrides/Avatar.d.ts +24 -0
- package/dist/lib/theme/overrides/Backdrop.d.ts +13 -0
- package/dist/lib/theme/overrides/Badge.d.ts +12 -0
- package/dist/lib/theme/overrides/Breadcrumbs.d.ts +11 -0
- package/dist/lib/theme/overrides/Button.d.ts +51 -0
- package/dist/lib/theme/overrides/ButtonGroup.d.ts +39 -0
- package/dist/lib/theme/overrides/Card.d.ts +36 -0
- package/dist/lib/theme/overrides/Checkbox.d.ts +18 -0
- package/dist/lib/theme/overrides/ControlLabel.d.ts +816 -0
- package/dist/lib/theme/overrides/CssBaseline.d.ts +42 -0
- package/dist/lib/theme/overrides/DataGrid.d.ts +1676 -0
- package/dist/lib/theme/overrides/Dialog.d.ts +55 -0
- package/dist/lib/theme/overrides/Drawer.d.ts +17 -0
- package/dist/lib/theme/overrides/Fab.d.ts +34 -0
- package/dist/lib/theme/overrides/IconButton.d.ts +23 -0
- package/dist/lib/theme/overrides/Input.d.ts +1667 -0
- package/dist/lib/theme/overrides/InputLabel.d.ts +14 -0
- package/dist/lib/theme/overrides/Link.d.ts +15 -0
- package/dist/lib/theme/overrides/List.d.ts +32 -0
- package/dist/lib/theme/overrides/LoadingButton.d.ts +814 -0
- package/dist/lib/theme/overrides/Menu.d.ts +15 -0
- package/dist/lib/theme/overrides/Pagination.d.ts +30 -0
- package/dist/lib/theme/overrides/Paper.d.ts +22 -0
- package/dist/lib/theme/overrides/Popover.d.ts +11 -0
- package/dist/lib/theme/overrides/Progress.d.ts +20 -0
- package/dist/lib/theme/overrides/Radio.d.ts +16 -0
- package/dist/lib/theme/overrides/Skeleton.d.ts +13 -0
- package/dist/lib/theme/overrides/Slider.d.ts +23 -0
- package/dist/lib/theme/overrides/Stepper.d.ts +10 -0
- package/dist/lib/theme/overrides/SvgIcon.d.ts +17 -0
- package/dist/lib/theme/overrides/Switch.d.ts +28 -0
- package/dist/lib/theme/overrides/Table.d.ts +3250 -0
- package/dist/lib/theme/overrides/Tabs.d.ts +848 -0
- package/dist/lib/theme/overrides/Timeline.d.ts +17 -0
- package/dist/lib/theme/overrides/ToggleButton.d.ts +43 -0
- package/dist/lib/theme/overrides/Tooltip.d.ts +13 -0
- package/dist/lib/theme/overrides/Typography.d.ts +13 -0
- package/dist/lib/theme/overrides/index.d.ts +2 -0
- package/dist/lib/theme/palette.d.ts +323 -0
- package/dist/lib/theme/shadows.d.ts +67 -0
- package/dist/lib/theme/typography.d.ts +133 -0
- package/dist/lib/utils/getColorPresets.d.ts +169 -0
- package/dist/lib/utils/getFontValue.d.ts +24 -0
- package/dist/vite-env.d.ts +1 -0
- package/package.json +97 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
3
|
+
export declare const Actions: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
4
|
+
export declare const GridWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Maybe } from '@m4l/core';
|
|
2
|
+
export interface RowLog {
|
|
3
|
+
id: number;
|
|
4
|
+
created_at: string;
|
|
5
|
+
email: string;
|
|
6
|
+
resource_name: string;
|
|
7
|
+
privilege_name: string;
|
|
8
|
+
preview: string;
|
|
9
|
+
ip: string;
|
|
10
|
+
}
|
|
11
|
+
export interface LogsProps {
|
|
12
|
+
resource_id: number;
|
|
13
|
+
object_id: Maybe<number>;
|
|
14
|
+
}
|
|
15
|
+
export interface QueryParams extends LogsProps, Record<string, unknown> {
|
|
16
|
+
init_date: Date;
|
|
17
|
+
end_date: Date;
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { BoxProps } from '@mui/material';
|
|
3
|
+
interface PageProps extends BoxProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
meta?: ReactNode;
|
|
6
|
+
title: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const Page: import("react").ForwardRefExoticComponent<Pick<PageProps, "children" | "zIndex" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "classes" | "meta" | "p" | "slot" | "style" | "title" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "key" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "component"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const WrapperPaper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
3
|
+
export declare const Header: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
4
|
+
export declare const IconTitleContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
|
+
export declare const IconHeader: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const Content: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
+
export declare const SkPaperFormHeader: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
8
|
+
export declare const PaperFormBoddy: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PropertyProps } from './types';
|
|
3
|
+
export declare const WrapperPropertyValue: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & PropertyProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
4
|
+
export declare const Property: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & PropertyProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
5
|
+
export declare const Value: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & PropertyProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const SKTWrapperProperty: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface PropertyProps {
|
|
3
|
+
propertyWidth?: number;
|
|
4
|
+
propertyHeight?: number;
|
|
5
|
+
isForm?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface PropertyValueProps extends PropertyProps {
|
|
8
|
+
isSkeleton?: boolean;
|
|
9
|
+
property: string;
|
|
10
|
+
value: number | string | ReactNode;
|
|
11
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ResizableBox } from 'react-resizable';
|
|
3
|
+
export declare const WrapperResizeable: import("@emotion/styled").StyledComponent<import("react-resizable").ResizableProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
|
|
4
|
+
ref?: import("react").Ref<ResizableBox> | undefined;
|
|
5
|
+
}>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import SimpleBarReact from 'simplebar-react';
|
|
3
|
+
export declare const RootStyle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
4
|
+
export declare const SimpleBarStyle: import("@emotion/styled").StyledComponent<SimpleBarReact.Props & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
|
|
5
|
+
ref?: import("react").Ref<SimpleBarReact> | undefined;
|
|
6
|
+
}>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const WrapperSplit: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
3
|
+
export declare const SplitMaster: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
4
|
+
export declare const SplitDetail: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export declare type SplitPosition = 'vertical' | 'horizontal' | 'none';
|
|
3
|
+
export interface SplitLayoutProps {
|
|
4
|
+
splitPosition: SplitPosition;
|
|
5
|
+
percentage?: boolean;
|
|
6
|
+
secondParrtInitialSize?: number;
|
|
7
|
+
firstPart: ((props?: any) => JSX.Element) | ReactNode;
|
|
8
|
+
secondPart: ((props?: any) => JSX.Element) | ReactNode;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DialogProps } from '@mui/material';
|
|
3
|
+
export interface Props extends DialogProps {
|
|
4
|
+
variants?: Record<string, unknown>;
|
|
5
|
+
onClose?: VoidFunction;
|
|
6
|
+
}
|
|
7
|
+
export default function DialogAnimate({ open, variants, onClose, children, sx, ...other }: Props): JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FabProps, SxProps } from '@mui/material';
|
|
3
|
+
interface Props extends Omit<FabProps, 'color'> {
|
|
4
|
+
sxWrap?: SxProps;
|
|
5
|
+
color?: 'inherit' | 'default' | 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'error';
|
|
6
|
+
}
|
|
7
|
+
declare const FabButtonAnimate: import("react").ForwardRefExoticComponent<Pick<Props, "value" | "children" | "disabled" | "classes" | "form" | "slot" | "style" | "title" | "className" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "key" | "variant" | "name" | "type" | "href" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "sxWrap"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
export default FabButtonAnimate;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconButtonProps } from '@mui/material';
|
|
3
|
+
declare const IconButtonAnimate: import("react").ForwardRefExoticComponent<Pick<IconButtonProps<"button", {}>, "value" | "children" | "disabled" | "form" | "slot" | "title" | keyof import("@mui/material/OverridableComponent").CommonProps | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "key" | "name" | "type" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
export default IconButtonAnimate;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { MotionProps } from 'framer-motion';
|
|
3
|
+
import { BoxProps } from '@mui/material';
|
|
4
|
+
declare type IProps = BoxProps & MotionProps;
|
|
5
|
+
export interface Props extends IProps {
|
|
6
|
+
animate?: boolean;
|
|
7
|
+
action?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export default function MotionContainer({ animate, action, children, ...other }: Props): JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { MotionProps } from 'framer-motion';
|
|
3
|
+
import { BoxProps } from '@mui/material';
|
|
4
|
+
declare type Props = BoxProps & MotionProps;
|
|
5
|
+
interface MotionInViewProps extends Props {
|
|
6
|
+
threshold?: number | number[];
|
|
7
|
+
}
|
|
8
|
+
export default function MotionInView({ children, variants, transition, threshold, ...other }: MotionInViewProps): JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { MotionProps } from 'framer-motion';
|
|
3
|
+
import { BoxProps } from '@mui/material';
|
|
4
|
+
declare type Props = BoxProps & MotionProps;
|
|
5
|
+
interface TextAnimateProps extends Props {
|
|
6
|
+
text: string;
|
|
7
|
+
}
|
|
8
|
+
export default function TextAnimate({ text, variants, sx, ...other }: TextAnimateProps): JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './variants';
|
|
2
|
+
export { default as DialogAnimate } from './DialogAnimate';
|
|
3
|
+
export { default as TextAnimate } from './TextAnimate';
|
|
4
|
+
export { default as FabButtonAnimate } from './FabButtonAnimate';
|
|
5
|
+
export { default as IconButtonAnimate } from './IconButtonAnimate';
|
|
6
|
+
export { default as MotionInView } from './MotionInView';
|
|
7
|
+
export { default as MotionContainer } from './MotionContainer';
|
|
8
|
+
export { default as MotionLazyContainer } from './MotionLazyContainer';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare type EaseType = 'linear' | 'easeIn' | 'easeOut' | 'easeInOut' | 'circIn' | 'circOut' | 'circInOut' | 'backIn' | 'backOut' | 'backInOut' | 'anticipate' | number[];
|
|
2
|
+
export declare type VariantsType = {
|
|
3
|
+
distance?: number;
|
|
4
|
+
durationIn?: number;
|
|
5
|
+
durationOut?: number;
|
|
6
|
+
easeIn?: EaseType;
|
|
7
|
+
easeOut?: EaseType;
|
|
8
|
+
};
|
|
9
|
+
export declare type TranHoverType = {
|
|
10
|
+
duration?: number;
|
|
11
|
+
ease?: EaseType;
|
|
12
|
+
};
|
|
13
|
+
export declare type TranEnterType = {
|
|
14
|
+
durationIn?: number;
|
|
15
|
+
easeIn?: EaseType;
|
|
16
|
+
};
|
|
17
|
+
export declare type TranExitType = {
|
|
18
|
+
durationOut?: number;
|
|
19
|
+
easeOut?: EaseType;
|
|
20
|
+
};
|
|
21
|
+
export declare type BackgroundType = {
|
|
22
|
+
colors?: string[];
|
|
23
|
+
duration?: number;
|
|
24
|
+
ease?: EaseType;
|
|
25
|
+
};
|
|
26
|
+
export {};
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { BackgroundType } from '../type';
|
|
2
|
+
export declare const varBgColor: (props?: BackgroundType | undefined) => {
|
|
3
|
+
animate: {
|
|
4
|
+
background: string[];
|
|
5
|
+
transition: {
|
|
6
|
+
duration: number;
|
|
7
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare const varBgKenburns: (props?: BackgroundType | undefined) => {
|
|
12
|
+
top: {
|
|
13
|
+
animate: {
|
|
14
|
+
scale: number[];
|
|
15
|
+
y: number[];
|
|
16
|
+
transformOrigin: string[];
|
|
17
|
+
transition: {
|
|
18
|
+
duration: number;
|
|
19
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
right: {
|
|
24
|
+
animate: {
|
|
25
|
+
scale: number[];
|
|
26
|
+
x: number[];
|
|
27
|
+
y: number[];
|
|
28
|
+
transformOrigin: string[];
|
|
29
|
+
transition: {
|
|
30
|
+
duration: number;
|
|
31
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
bottom: {
|
|
36
|
+
animate: {
|
|
37
|
+
scale: number[];
|
|
38
|
+
y: number[];
|
|
39
|
+
transformOrigin: string[];
|
|
40
|
+
transition: {
|
|
41
|
+
duration: number;
|
|
42
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
left: {
|
|
47
|
+
animate: {
|
|
48
|
+
scale: number[];
|
|
49
|
+
x: number[];
|
|
50
|
+
y: number[];
|
|
51
|
+
transformOrigin: string[];
|
|
52
|
+
transition: {
|
|
53
|
+
duration: number;
|
|
54
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export declare const varBgPan: (props?: BackgroundType | undefined) => {
|
|
60
|
+
top: {
|
|
61
|
+
animate: {
|
|
62
|
+
backgroundImage: string[];
|
|
63
|
+
backgroundPosition: string[];
|
|
64
|
+
backgroundSize: string[];
|
|
65
|
+
transition: {
|
|
66
|
+
duration: number;
|
|
67
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
right: {
|
|
72
|
+
animate: {
|
|
73
|
+
backgroundPosition: string[];
|
|
74
|
+
backgroundImage: string[];
|
|
75
|
+
backgroundSize: string[];
|
|
76
|
+
transition: {
|
|
77
|
+
duration: number;
|
|
78
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
bottom: {
|
|
83
|
+
animate: {
|
|
84
|
+
backgroundImage: string[];
|
|
85
|
+
backgroundPosition: string[];
|
|
86
|
+
backgroundSize: string[];
|
|
87
|
+
transition: {
|
|
88
|
+
duration: number;
|
|
89
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
left: {
|
|
94
|
+
animate: {
|
|
95
|
+
backgroundPosition: string[];
|
|
96
|
+
backgroundImage: string[];
|
|
97
|
+
backgroundSize: string[];
|
|
98
|
+
transition: {
|
|
99
|
+
duration: number;
|
|
100
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { VariantsType } from '../type';
|
|
2
|
+
export declare const varBounce: (props?: VariantsType | undefined) => {
|
|
3
|
+
in: {
|
|
4
|
+
initial: {};
|
|
5
|
+
animate: {
|
|
6
|
+
scale: number[];
|
|
7
|
+
opacity: number[];
|
|
8
|
+
transition: {
|
|
9
|
+
duration: number;
|
|
10
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
exit: {
|
|
14
|
+
scale: number[];
|
|
15
|
+
opacity: number[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
inUp: {
|
|
19
|
+
initial: {};
|
|
20
|
+
animate: {
|
|
21
|
+
y: number[];
|
|
22
|
+
scaleY: number[];
|
|
23
|
+
opacity: number[];
|
|
24
|
+
transition: {
|
|
25
|
+
duration: number;
|
|
26
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
exit: {
|
|
30
|
+
y: number[];
|
|
31
|
+
scaleY: number[];
|
|
32
|
+
opacity: number[];
|
|
33
|
+
transition: {
|
|
34
|
+
duration: number;
|
|
35
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
inDown: {
|
|
40
|
+
initial: {};
|
|
41
|
+
animate: {
|
|
42
|
+
y: number[];
|
|
43
|
+
scaleY: number[];
|
|
44
|
+
opacity: number[];
|
|
45
|
+
transition: {
|
|
46
|
+
duration: number;
|
|
47
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
exit: {
|
|
51
|
+
y: number[];
|
|
52
|
+
scaleY: number[];
|
|
53
|
+
opacity: number[];
|
|
54
|
+
transition: {
|
|
55
|
+
duration: number;
|
|
56
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
inLeft: {
|
|
61
|
+
initial: {};
|
|
62
|
+
animate: {
|
|
63
|
+
x: number[];
|
|
64
|
+
scaleX: number[];
|
|
65
|
+
opacity: number[];
|
|
66
|
+
transition: {
|
|
67
|
+
duration: number;
|
|
68
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
exit: {
|
|
72
|
+
x: number[];
|
|
73
|
+
scaleX: number[];
|
|
74
|
+
opacity: number[];
|
|
75
|
+
transition: {
|
|
76
|
+
duration: number;
|
|
77
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
inRight: {
|
|
82
|
+
initial: {};
|
|
83
|
+
animate: {
|
|
84
|
+
x: number[];
|
|
85
|
+
scaleX: number[];
|
|
86
|
+
opacity: number[];
|
|
87
|
+
transition: {
|
|
88
|
+
duration: number;
|
|
89
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
exit: {
|
|
93
|
+
x: number[];
|
|
94
|
+
scaleX: number[];
|
|
95
|
+
opacity: number[];
|
|
96
|
+
transition: {
|
|
97
|
+
duration: number;
|
|
98
|
+
ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
out: {
|
|
103
|
+
animate: {
|
|
104
|
+
scale: number[];
|
|
105
|
+
opacity: number[];
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
outUp: {
|
|
109
|
+
animate: {
|
|
110
|
+
y: number[];
|
|
111
|
+
scaleY: number[];
|
|
112
|
+
opacity: number[];
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
outDown: {
|
|
116
|
+
animate: {
|
|
117
|
+
y: number[];
|
|
118
|
+
scaleY: number[];
|
|
119
|
+
opacity: number[];
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
outLeft: {
|
|
123
|
+
animate: {
|
|
124
|
+
x: number[];
|
|
125
|
+
scaleX: number[];
|
|
126
|
+
opacity: number[];
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
outRight: {
|
|
130
|
+
animate: {
|
|
131
|
+
x: number[];
|
|
132
|
+
scaleX: number[];
|
|
133
|
+
opacity: number[];
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare type Props = {
|
|
2
|
+
staggerIn?: number;
|
|
3
|
+
delayIn?: number;
|
|
4
|
+
staggerOut?: number;
|
|
5
|
+
};
|
|
6
|
+
export declare const varContainer: (props?: Props | undefined) => {
|
|
7
|
+
animate: {
|
|
8
|
+
transition: {
|
|
9
|
+
staggerChildren: number;
|
|
10
|
+
delayChildren: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
exit: {
|
|
14
|
+
transition: {
|
|
15
|
+
staggerChildren: number;
|
|
16
|
+
staggerDirection: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|