@m4l/components 9.1.39 → 9.1.41
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/@types/types.d.ts +16 -0
- package/components/AccountPopover/AccountPopover.js +32 -39
- package/components/AccountPopover/{style.js → AccountPopover.styles.js} +17 -10
- package/components/AccountPopover/slots/AccountPopoverEnum.d.ts +3 -3
- package/components/AccountPopover/slots/AccountPopoverEnum.js +3 -3
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +8 -8
- package/components/AccountPopover/slots/AccountPopoverSlots.js +16 -16
- package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.js +3 -2
- package/components/AccountPopover/subcomponents/MyAvatar/MyAvatar.js +2 -3
- package/components/AccountPopover/subcomponents/MyAvatar/types.d.ts +4 -0
- package/components/AppBar/AppBar.js +1 -1
- package/components/AppBar/slots/AppBarSlots.d.ts +6 -6
- package/components/Chip/slots/ChipSlots.d.ts +2 -2
- package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.d.ts +1 -1
- package/components/ControlIncrement/slots/ControltrolIncrementSlots.d.ts +4 -4
- package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.d.ts +4 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index.d.ts +4 -0
- package/components/DragResizeWindow/slots/DragResizeWindowSlots.d.ts +2 -2
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +16 -16
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +16 -16
- package/components/Icon/Icon.js +1 -1
- package/components/Icon/slots/IconSlots.d.ts +2 -2
- package/components/Icon/types.d.ts +1 -1
- package/components/Image/Image.d.ts +5 -0
- package/components/Image/Image.js +1 -1
- package/components/Image/hoc/WithTrackWindowScroll.d.ts +4 -0
- package/components/Image/image.styles.js +20 -7
- package/components/Image/slots/ImageEnum.d.ts +5 -5
- package/components/Image/slots/ImageEnum.js +5 -5
- package/components/Image/slots/ImageSlots.js +10 -10
- package/components/Image/subcomponents/IntersectComponent/index.js +1 -1
- package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +5 -0
- package/components/Image/types.d.ts +1 -1
- package/components/Image/utils/get-scroll-ancestor.d.ts +4 -0
- package/components/Image/utils/isIntersectionObserverAvailable.d.ts +4 -0
- package/components/InputNumberSpinner/slots/InputNumberSpinnerSlots.d.ts +1 -1
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/LanguagePopover/LanguagePopover.d.ts +5 -0
- package/components/MFLoader/MFLoader.js +3 -3
- package/components/MenuActions/MenuActions.d.ts +2 -2
- package/components/MenuActions/MenuActions.styles.d.ts +1 -0
- package/components/MenuActions/MenuActions.styles.js +8 -0
- package/components/MenuActions/dictionary.d.ts +14 -0
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +2 -2
- package/components/MenuActions/types.d.ts +26 -0
- package/components/ModalDialog/ModalDialog.styles.js +3 -1
- package/components/ModalDialog/slots/ModalDialogSlots.d.ts +4 -4
- package/components/ModalDialog/types.d.ts +1 -1
- package/components/PaperForm/PaperForm.js +1 -1
- package/components/PaperForm/slots/PaperFormSlots.d.ts +3 -3
- package/components/SideBar/slots/SideBarSlots.d.ts +15 -15
- package/components/SideBar/subcomponents/ContentComponent/index.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentGroups/index.js +4 -5
- package/components/SideBar/subcomponents/ContentGroups/styles.js +5 -5
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.js +3 -5
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +2 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/subcomponents/ArrowIcon/index.d.ts +1 -1
- package/components/SideBar/subcomponents/FooterSidebar/index.d.ts +1 -1
- package/components/SideBar/subcomponents/FooterSidebar/styles.js +1 -1
- package/components/SideBar/subcomponents/SideBarDesktop/index.js +1 -1
- package/components/SideBar/types.d.ts +1 -1
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +5 -5
- package/components/WindowBase/WindowBase.d.ts +2 -2
- package/components/WindowBase/WindowBase.js +1 -1
- package/components/WindowBase/WindowBase.styles.js +24 -24
- package/components/WindowBase/slots/WindowBaseSlots.d.ts +7 -7
- package/components/WindowBase/subcomponents/Header/HeaderWindowBase.d.ts +2 -2
- package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.d.ts +2 -2
- package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +4 -4
- package/components/WindowBase/types.d.ts +2 -2
- package/components/WindowConfirm/WindowConfirm.js +1 -1
- package/components/WindowConfirm/WindowConfirm.styles.js +5 -1
- package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +8 -8
- package/components/WindowConfirm/types.d.ts +1 -1
- package/components/animate/variants/background.d.ts +9 -9
- package/components/animate/variants/bounce.d.ts +9 -9
- package/components/animate/variants/fade.d.ts +20 -20
- package/components/animate/variants/flip.d.ts +6 -6
- package/components/animate/variants/rotate.d.ts +3 -3
- package/components/animate/variants/scale.d.ts +6 -6
- package/components/animate/variants/slide.d.ts +16 -16
- package/components/animate/variants/transition.d.ts +3 -3
- package/components/animate/variants/zoom.d.ts +15 -15
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.d.ts +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.js +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +2 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.js +2 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/index.d.ts +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.d.ts +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.js +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.js +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.js +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +4 -0
- package/components/areas/contexts/AreasContext/store.js +1 -397
- package/components/areas/types.d.ts +27 -2
- package/components/extended/React-Resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
- package/components/extended/React-Resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
- package/components/formatters/BooleanFormatter/BooleanFormatter.js +1 -1
- package/components/formatters/BooleanFormatter/BooleanFormatter.styles.js +4 -1
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +1 -1
- package/components/formatters/BooleanFormatter/types.d.ts +1 -1
- package/components/gclick/MyDevice/slots/MyDeviceSlots.d.ts +2 -2
- package/components/gclick/MyDeviceStatus/slots/MyDeviceStatusSlots.d.ts +2 -2
- package/components/hook-form/RHFAutocomplete/classes/index.d.ts +1 -1
- package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeText/index.js +3 -3
- package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
- package/components/hook-form/RHFColorPicker/RFHColorPicker.js +1 -1
- package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +1 -1
- package/components/hook-form/RHFTextField/RHFTextField.d.ts +2 -2
- package/components/hook-form/RHFTextField/RHFTextField.styles.js +4 -0
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +2 -2
- package/components/maps/components/Map/popups/MapPopupMyGps/MapPopupMyGps.js +1 -1
- package/components/maps/components/Map/popups/MapPopupMyGps/slots/ MapPopupMyGpsSlots.d.ts +3 -3
- package/components/maps/components/Map/slots/MapSlots.d.ts +3 -3
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useRowActionsGetter.d.ts +4 -0
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/subcomponents/MarkerClusterGroup/index.d.ts +1 -1
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/index.d.ts +4 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index.d.ts +4 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useRowActionsGetter.d.ts +2 -2
- package/components/mui_extended/Accordion/Accordion.d.ts +1 -1
- package/components/mui_extended/Accordion/Accordion.js +10 -3
- package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +18 -6
- package/components/mui_extended/Accordion/styles.js +9 -7
- package/components/mui_extended/Accordion/types.d.ts +2 -1
- package/components/mui_extended/Autocomplete/slots /AutocompleteSlots.d.ts +3 -3
- package/components/mui_extended/Avatar/Avatar.js +19 -12
- package/components/mui_extended/Avatar/constants.d.ts +1 -0
- package/components/mui_extended/Avatar/constants.js +4 -0
- package/components/mui_extended/Avatar/slots/AvatarEnum.d.ts +3 -0
- package/components/mui_extended/Avatar/slots/AvatarEnum.js +7 -0
- package/components/mui_extended/Avatar/slots/AvatarSlots.d.ts +5 -0
- package/components/mui_extended/Avatar/slots/AvatarSlots.js +12 -0
- package/components/mui_extended/Avatar/styles.d.ts +2 -1
- package/components/mui_extended/Avatar/styles.js +25 -5
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +7 -3
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.js +8 -8
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/types.d.ts +2 -2
- package/components/mui_extended/Avatar/tests/Avatar.test.d.ts +1 -0
- package/components/mui_extended/Avatar/types.d.ts +11 -3
- package/components/mui_extended/Badge/Badge.js +1 -1
- package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
- package/components/mui_extended/Button/Button.d.ts +1 -1
- package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
- package/components/mui_extended/CheckBox/CheckBox.styles.js +2 -1
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +2 -2
- package/components/mui_extended/CheckBox/types.d.ts +1 -1
- package/components/mui_extended/Dialog/Dialog.js +1 -1
- package/components/mui_extended/Dialog/Dialog.styles.js +5 -3
- package/components/mui_extended/Dialog/slots/DialogSlots.d.ts +2 -2
- package/components/mui_extended/Dialog/types.d.ts +1 -1
- package/components/mui_extended/IconButton/IconButton.d.ts +2 -2
- package/components/mui_extended/IconButton/IconButton.js +1 -1
- package/components/mui_extended/IconButton/IconButton.styles.js +12 -4
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +3 -3
- package/components/mui_extended/IconButton/types.d.ts +1 -1
- package/components/mui_extended/ImageButton/ImageButton.d.ts +4 -0
- package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/MenuItem.d.ts +2 -2
- package/components/mui_extended/MenuItem/MenuItem.js +1 -1
- package/components/mui_extended/MenuItem/MenuItem.styles.js +20 -12
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +2 -2
- package/components/mui_extended/Pager/classes/index.d.ts +1 -1
- package/components/mui_extended/Popover/Popover.d.ts +5 -0
- package/components/mui_extended/Popover/Popover.styles.js +8 -0
- package/components/mui_extended/Popper/slots/PopperStlots.d.ts +1 -1
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +1 -1
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
- package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
- package/components/mui_extended/Tab/Tab.d.ts +4 -0
- package/components/mui_extended/Tab/Tab.js +1 -1
- package/components/mui_extended/Tab/Tab.styles.d.ts +1 -0
- package/components/mui_extended/Tab/Tab.styles.js +10 -0
- package/components/mui_extended/Tabs/styles.d.ts +1 -1
- package/components/mui_extended/TextField/TextField.d.ts +2 -2
- package/components/mui_extended/TextField/TextField.styles.js +4 -4
- package/components/mui_extended/TextField/constants.js +1 -1
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +1 -1
- package/components/mui_extended/ToggleButton/ToggleButton.js +1 -1
- package/components/mui_extended/ToggleButton/ToggleButton.styles.js +1 -1
- package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/ToggleIconButton.js +1 -1
- package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/components/mui_extended/Tooltip/Tooltip.styles.js +2 -1
- package/components/mui_extended/Tooltip/slots/TooltipSlots.d.ts +1 -1
- package/components/mui_extended/Tooltip/types.d.ts +1 -1
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/components/mui_extended/Typography/typography.styles.js +2 -2
- package/components/popups/components/PopupsViewer/slots/popupsViewerSlots.d.ts +5 -5
- package/package.json +1 -1
- package/utils/getComponentSlotRoot.js +2 -2
- package/components/mui_extended/Avatar/classes/constants.d.ts +0 -1
- package/components/mui_extended/Avatar/classes/constants.js +0 -4
- package/components/mui_extended/Avatar/classes/index.d.ts +0 -10
- package/components/mui_extended/Avatar/classes/index.js +0 -25
- package/components/mui_extended/Avatar/classes/types.d.ts +0 -7
- package/components/mui_extended/Avatar/index.js +0 -1
- package/components/mui_extended/Avatar/tests/constants.d.ts +0 -1
- package/components/mui_extended/Avatar/tests/constants.js +0 -4
- package/components/mui_extended/Avatar/tests/index.test.d.ts +0 -5
- package/components/mui_extended/Avatar/tests/utils.d.ts +0 -2
- package/components/mui_extended/Avatar/tests/utils.js +0 -7
- /package/components/AccountPopover/{style.d.ts → AccountPopover.styles.d.ts} +0 -0
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
export declare const WindowBaseRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
2
2
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
3
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
3
|
+
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
4
4
|
export declare const WrapperWindowBaseStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
5
5
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
6
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
6
|
+
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
7
7
|
export declare const WindowConfirmRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
8
8
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
9
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
9
|
+
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
10
10
|
export declare const WindowConfirmContentStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
11
11
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
12
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
12
|
+
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
13
13
|
export declare const MessageIllustrationStyled: import('@emotion/styled').StyledComponent<Pick<import('../subcomponents/MessageIllustration').MessageIllustrationProps & import('..').OwnerStateWindowConfirm, "title" | "size" | "color" | "variant" | "msg" | keyof import('..').OwnerStateWindowConfirm | "labelIntro" | "labelCancel"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
14
14
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
15
15
|
}, {}, {}>;
|
|
16
16
|
export declare const ActionsContainerStyled: import('@emotion/styled').StyledComponent<Pick<import('../../CommonActions/components/ActionsContainer').ActionsContainerProps & import('react').RefAttributes<HTMLDivElement>, keyof import('react').RefAttributes<HTMLDivElement> | keyof import('../../CommonActions/components/ActionsContainer').ActionsContainerProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
17
17
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
18
18
|
}, {}, {}>;
|
|
19
|
-
export declare const ActionCancelStyled: import('@emotion/styled').StyledComponent<Pick<Omit<Omit<import('../../CommonActions/components/ActionCancel').ActionCancelProps, "label">, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "value" | "title" | "component" | "size" | "name" | "id" | "type" | "action" | "hidden" | "color" | "content" | "style" | "disabled" | "variant" | "
|
|
19
|
+
export declare const ActionCancelStyled: import('@emotion/styled').StyledComponent<Pick<Omit<Omit<import('../../CommonActions/components/ActionCancel').ActionCancelProps, "label">, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "value" | "title" | "component" | "size" | "name" | "id" | "type" | "action" | "hidden" | "color" | "content" | "style" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "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" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "dataTestid" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "startIcon" | "endIcon" | "skeletonWidth" | "fullWidth" | "disableElevation" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
20
20
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
21
21
|
}, {}, {}>;
|
|
22
|
-
export declare const ActionIntroStyled: import('@emotion/styled').StyledComponent<Pick<Omit<Omit<import('../../CommonActions/components/ActionIntro').ActionIntroProps, "label">, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "value" | "title" | "component" | "size" | "name" | "id" | "type" | "action" | "hidden" | "color" | "content" | "style" | "disabled" | "variant" | "
|
|
22
|
+
export declare const ActionIntroStyled: import('@emotion/styled').StyledComponent<Pick<Omit<Omit<import('../../CommonActions/components/ActionIntro').ActionIntroProps, "label">, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "value" | "title" | "component" | "size" | "name" | "id" | "type" | "action" | "hidden" | "color" | "content" | "style" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "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" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "dataTestid" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "startIcon" | "endIcon" | "skeletonWidth" | "fullWidth" | "disableElevation" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
23
23
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
24
24
|
}, {}, {}>;
|
|
25
25
|
export declare const IllustrationIconStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Image/types').ImageProps, keyof import('../../Image/types').ImageProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
@@ -27,10 +27,10 @@ export declare const IllustrationIconStyled: import('@emotion/styled').StyledCom
|
|
|
27
27
|
}, {}, {}>;
|
|
28
28
|
export declare const IllustrationContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
29
29
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
30
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
30
|
+
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
31
31
|
export declare const TextContentStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
32
32
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
33
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
33
|
+
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
34
34
|
export declare const TitleStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown> & {
|
|
35
35
|
ownerState: Partial<import('..').OwnerStateWindowConfirm> & Record<string, unknown>;
|
|
36
36
|
}, {}, {}>;
|
|
@@ -43,4 +43,4 @@ export type OwnerStateWindowConfirm = {
|
|
|
43
43
|
windowConfirmSize?: WindowConfirmProps['size'];
|
|
44
44
|
windowConfirmVariant?: WindowConfirmProps['variant'];
|
|
45
45
|
};
|
|
46
|
-
export type WindowConfirmStyles =
|
|
46
|
+
export type WindowConfirmStyles = OverridesStyleRules<WindowConfirmType, typeof WINDOW_CONFIRM_KEY_COMPONENT, Theme>;
|
|
@@ -7,7 +7,7 @@ export declare const varBgColor: (props?: BackgroundType) => {
|
|
|
7
7
|
background: string[];
|
|
8
8
|
transition: {
|
|
9
9
|
duration: number;
|
|
10
|
-
ease: "linear" |
|
|
10
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
};
|
|
@@ -22,7 +22,7 @@ export declare const varBgKenburns: (props?: BackgroundType) => {
|
|
|
22
22
|
transformOrigin: string[];
|
|
23
23
|
transition: {
|
|
24
24
|
duration: number;
|
|
25
|
-
ease: "linear" |
|
|
25
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
};
|
|
@@ -34,7 +34,7 @@ export declare const varBgKenburns: (props?: BackgroundType) => {
|
|
|
34
34
|
transformOrigin: string[];
|
|
35
35
|
transition: {
|
|
36
36
|
duration: number;
|
|
37
|
-
ease: "linear" |
|
|
37
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
};
|
|
@@ -45,7 +45,7 @@ export declare const varBgKenburns: (props?: BackgroundType) => {
|
|
|
45
45
|
transformOrigin: string[];
|
|
46
46
|
transition: {
|
|
47
47
|
duration: number;
|
|
48
|
-
ease: "linear" |
|
|
48
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
51
|
};
|
|
@@ -57,7 +57,7 @@ export declare const varBgKenburns: (props?: BackgroundType) => {
|
|
|
57
57
|
transformOrigin: string[];
|
|
58
58
|
transition: {
|
|
59
59
|
duration: number;
|
|
60
|
-
ease: "linear" |
|
|
60
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
};
|
|
@@ -73,7 +73,7 @@ export declare const varBgPan: (props?: BackgroundType) => {
|
|
|
73
73
|
backgroundSize: string[];
|
|
74
74
|
transition: {
|
|
75
75
|
duration: number;
|
|
76
|
-
ease: "linear" |
|
|
76
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
77
77
|
};
|
|
78
78
|
};
|
|
79
79
|
};
|
|
@@ -84,7 +84,7 @@ export declare const varBgPan: (props?: BackgroundType) => {
|
|
|
84
84
|
backgroundSize: string[];
|
|
85
85
|
transition: {
|
|
86
86
|
duration: number;
|
|
87
|
-
ease: "linear" |
|
|
87
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
};
|
|
@@ -95,7 +95,7 @@ export declare const varBgPan: (props?: BackgroundType) => {
|
|
|
95
95
|
backgroundSize: string[];
|
|
96
96
|
transition: {
|
|
97
97
|
duration: number;
|
|
98
|
-
ease: "linear" |
|
|
98
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
101
|
};
|
|
@@ -106,7 +106,7 @@ export declare const varBgPan: (props?: BackgroundType) => {
|
|
|
106
106
|
backgroundSize: string[];
|
|
107
107
|
transition: {
|
|
108
108
|
duration: number;
|
|
109
|
-
ease: "linear" |
|
|
109
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
};
|
|
@@ -10,7 +10,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
10
10
|
opacity: number[];
|
|
11
11
|
transition: {
|
|
12
12
|
duration: number;
|
|
13
|
-
ease: "linear" |
|
|
13
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
exit: {
|
|
@@ -26,7 +26,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
26
26
|
opacity: number[];
|
|
27
27
|
transition: {
|
|
28
28
|
duration: number;
|
|
29
|
-
ease: "linear" |
|
|
29
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
exit: {
|
|
@@ -35,7 +35,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
35
35
|
opacity: number[];
|
|
36
36
|
transition: {
|
|
37
37
|
duration: number;
|
|
38
|
-
ease: "linear" |
|
|
38
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
|
@@ -47,7 +47,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
47
47
|
opacity: number[];
|
|
48
48
|
transition: {
|
|
49
49
|
duration: number;
|
|
50
|
-
ease: "linear" |
|
|
50
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
exit: {
|
|
@@ -56,7 +56,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
56
56
|
opacity: number[];
|
|
57
57
|
transition: {
|
|
58
58
|
duration: number;
|
|
59
|
-
ease: "linear" |
|
|
59
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
60
60
|
};
|
|
61
61
|
};
|
|
62
62
|
};
|
|
@@ -68,7 +68,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
68
68
|
opacity: number[];
|
|
69
69
|
transition: {
|
|
70
70
|
duration: number;
|
|
71
|
-
ease: "linear" |
|
|
71
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
72
72
|
};
|
|
73
73
|
};
|
|
74
74
|
exit: {
|
|
@@ -77,7 +77,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
77
77
|
opacity: number[];
|
|
78
78
|
transition: {
|
|
79
79
|
duration: number;
|
|
80
|
-
ease: "linear" |
|
|
80
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
81
81
|
};
|
|
82
82
|
};
|
|
83
83
|
};
|
|
@@ -89,7 +89,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
89
89
|
opacity: number[];
|
|
90
90
|
transition: {
|
|
91
91
|
duration: number;
|
|
92
|
-
ease: "linear" |
|
|
92
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
95
|
exit: {
|
|
@@ -98,7 +98,7 @@ export declare const varBounce: (props?: VariantsType) => {
|
|
|
98
98
|
opacity: number[];
|
|
99
99
|
transition: {
|
|
100
100
|
duration: number;
|
|
101
|
-
ease: "linear" |
|
|
101
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
104
|
};
|
|
@@ -11,14 +11,14 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
11
11
|
opacity: number;
|
|
12
12
|
transition: (props?: import('../type').TranEnterType) => {
|
|
13
13
|
duration: number;
|
|
14
|
-
ease: "linear" |
|
|
14
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
exit: {
|
|
18
18
|
opacity: number;
|
|
19
19
|
transition: (props?: import('../type').TranExitType) => {
|
|
20
20
|
duration: number;
|
|
21
|
-
ease: "linear" |
|
|
21
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
};
|
|
@@ -32,7 +32,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
32
32
|
opacity: number;
|
|
33
33
|
transition: {
|
|
34
34
|
duration: number;
|
|
35
|
-
ease: "linear" |
|
|
35
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
38
|
exit: {
|
|
@@ -40,7 +40,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
40
40
|
opacity: number;
|
|
41
41
|
transition: {
|
|
42
42
|
duration: number;
|
|
43
|
-
ease: "linear" |
|
|
43
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
};
|
|
@@ -54,7 +54,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
54
54
|
opacity: number;
|
|
55
55
|
transition: {
|
|
56
56
|
duration: number;
|
|
57
|
-
ease: "linear" |
|
|
57
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
exit: {
|
|
@@ -62,7 +62,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
62
62
|
opacity: number;
|
|
63
63
|
transition: {
|
|
64
64
|
duration: number;
|
|
65
|
-
ease: "linear" |
|
|
65
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
68
|
};
|
|
@@ -76,7 +76,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
76
76
|
opacity: number;
|
|
77
77
|
transition: {
|
|
78
78
|
duration: number;
|
|
79
|
-
ease: "linear" |
|
|
79
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
82
|
exit: {
|
|
@@ -84,7 +84,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
84
84
|
opacity: number;
|
|
85
85
|
transition: {
|
|
86
86
|
duration: number;
|
|
87
|
-
ease: "linear" |
|
|
87
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
};
|
|
@@ -98,7 +98,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
98
98
|
opacity: number;
|
|
99
99
|
transition: {
|
|
100
100
|
duration: number;
|
|
101
|
-
ease: "linear" |
|
|
101
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
104
|
exit: {
|
|
@@ -106,7 +106,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
106
106
|
opacity: number;
|
|
107
107
|
transition: {
|
|
108
108
|
duration: number;
|
|
109
|
-
ease: "linear" |
|
|
109
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
};
|
|
@@ -118,14 +118,14 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
118
118
|
opacity: number;
|
|
119
119
|
transition: {
|
|
120
120
|
duration: number;
|
|
121
|
-
ease: "linear" |
|
|
121
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
122
122
|
};
|
|
123
123
|
};
|
|
124
124
|
exit: {
|
|
125
125
|
opacity: number;
|
|
126
126
|
transition: {
|
|
127
127
|
duration: number;
|
|
128
|
-
ease: "linear" |
|
|
128
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
129
129
|
};
|
|
130
130
|
};
|
|
131
131
|
};
|
|
@@ -139,7 +139,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
139
139
|
opacity: number;
|
|
140
140
|
transition: {
|
|
141
141
|
duration: number;
|
|
142
|
-
ease: "linear" |
|
|
142
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
145
|
exit: {
|
|
@@ -147,7 +147,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
147
147
|
opacity: number;
|
|
148
148
|
transition: {
|
|
149
149
|
duration: number;
|
|
150
|
-
ease: "linear" |
|
|
150
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
151
151
|
};
|
|
152
152
|
};
|
|
153
153
|
};
|
|
@@ -161,7 +161,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
161
161
|
opacity: number;
|
|
162
162
|
transition: {
|
|
163
163
|
duration: number;
|
|
164
|
-
ease: "linear" |
|
|
164
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
165
165
|
};
|
|
166
166
|
};
|
|
167
167
|
exit: {
|
|
@@ -169,7 +169,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
169
169
|
opacity: number;
|
|
170
170
|
transition: {
|
|
171
171
|
duration: number;
|
|
172
|
-
ease: "linear" |
|
|
172
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
173
173
|
};
|
|
174
174
|
};
|
|
175
175
|
};
|
|
@@ -183,7 +183,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
183
183
|
opacity: number;
|
|
184
184
|
transition: {
|
|
185
185
|
duration: number;
|
|
186
|
-
ease: "linear" |
|
|
186
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
187
187
|
};
|
|
188
188
|
};
|
|
189
189
|
exit: {
|
|
@@ -191,7 +191,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
191
191
|
opacity: number;
|
|
192
192
|
transition: {
|
|
193
193
|
duration: number;
|
|
194
|
-
ease: "linear" |
|
|
194
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
195
195
|
};
|
|
196
196
|
};
|
|
197
197
|
};
|
|
@@ -205,7 +205,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
205
205
|
opacity: number;
|
|
206
206
|
transition: {
|
|
207
207
|
duration: number;
|
|
208
|
-
ease: "linear" |
|
|
208
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
211
|
exit: {
|
|
@@ -213,7 +213,7 @@ export declare const varFade: (props?: VariantsType) => {
|
|
|
213
213
|
opacity: number;
|
|
214
214
|
transition: {
|
|
215
215
|
duration: number;
|
|
216
|
-
ease: "linear" |
|
|
216
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
217
217
|
};
|
|
218
218
|
};
|
|
219
219
|
};
|
|
@@ -13,7 +13,7 @@ export declare const varFlip: (props?: VariantsType) => {
|
|
|
13
13
|
opacity: number;
|
|
14
14
|
transition: {
|
|
15
15
|
duration: number;
|
|
16
|
-
ease: "linear" |
|
|
16
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
exit: {
|
|
@@ -21,7 +21,7 @@ export declare const varFlip: (props?: VariantsType) => {
|
|
|
21
21
|
opacity: number;
|
|
22
22
|
transition: {
|
|
23
23
|
duration: number;
|
|
24
|
-
ease: "linear" |
|
|
24
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
};
|
|
@@ -35,7 +35,7 @@ export declare const varFlip: (props?: VariantsType) => {
|
|
|
35
35
|
opacity: number;
|
|
36
36
|
transition: {
|
|
37
37
|
duration: number;
|
|
38
|
-
ease: "linear" |
|
|
38
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
exit: {
|
|
@@ -43,7 +43,7 @@ export declare const varFlip: (props?: VariantsType) => {
|
|
|
43
43
|
opacity: number;
|
|
44
44
|
transition: {
|
|
45
45
|
duration: number;
|
|
46
|
-
ease: "linear" |
|
|
46
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
};
|
|
@@ -57,7 +57,7 @@ export declare const varFlip: (props?: VariantsType) => {
|
|
|
57
57
|
opacity: number;
|
|
58
58
|
transition: {
|
|
59
59
|
duration: number;
|
|
60
|
-
ease: "linear" |
|
|
60
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
};
|
|
@@ -71,7 +71,7 @@ export declare const varFlip: (props?: VariantsType) => {
|
|
|
71
71
|
opacity: number;
|
|
72
72
|
transition: {
|
|
73
73
|
duration: number;
|
|
74
|
-
ease: "linear" |
|
|
74
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
75
75
|
};
|
|
76
76
|
};
|
|
77
77
|
};
|
|
@@ -13,7 +13,7 @@ export declare const varRotate: (props?: VariantsType) => {
|
|
|
13
13
|
rotate: number;
|
|
14
14
|
transition: {
|
|
15
15
|
duration: number;
|
|
16
|
-
ease: "linear" |
|
|
16
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
exit: {
|
|
@@ -21,7 +21,7 @@ export declare const varRotate: (props?: VariantsType) => {
|
|
|
21
21
|
rotate: number;
|
|
22
22
|
transition: {
|
|
23
23
|
duration: number;
|
|
24
|
-
ease: "linear" |
|
|
24
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
};
|
|
@@ -35,7 +35,7 @@ export declare const varRotate: (props?: VariantsType) => {
|
|
|
35
35
|
rotate: number;
|
|
36
36
|
transition: {
|
|
37
37
|
duration: number;
|
|
38
|
-
ease: "linear" |
|
|
38
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|