@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
|
@@ -13,7 +13,7 @@ export declare const varScale: (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 varScale: (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 varScale: (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 varScale: (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 varScale: (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 varScale: (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
|
};
|
|
@@ -11,14 +11,14 @@ export declare const varSlide: (props?: VariantsType) => {
|
|
|
11
11
|
y: number;
|
|
12
12
|
transition: {
|
|
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
|
y: number;
|
|
19
19
|
transition: {
|
|
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
|
};
|
|
@@ -30,14 +30,14 @@ export declare const varSlide: (props?: VariantsType) => {
|
|
|
30
30
|
y: number;
|
|
31
31
|
transition: {
|
|
32
32
|
duration: number;
|
|
33
|
-
ease: "linear" |
|
|
33
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
exit: {
|
|
37
37
|
y: number;
|
|
38
38
|
transition: {
|
|
39
39
|
duration: number;
|
|
40
|
-
ease: "linear" |
|
|
40
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
43
|
};
|
|
@@ -49,14 +49,14 @@ export declare const varSlide: (props?: VariantsType) => {
|
|
|
49
49
|
x: number;
|
|
50
50
|
transition: {
|
|
51
51
|
duration: number;
|
|
52
|
-
ease: "linear" |
|
|
52
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
exit: {
|
|
56
56
|
x: 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,14 +68,14 @@ export declare const varSlide: (props?: VariantsType) => {
|
|
|
68
68
|
x: 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: {
|
|
75
75
|
x: number;
|
|
76
76
|
transition: {
|
|
77
77
|
duration: number;
|
|
78
|
-
ease: "linear" |
|
|
78
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
81
|
};
|
|
@@ -87,14 +87,14 @@ export declare const varSlide: (props?: VariantsType) => {
|
|
|
87
87
|
y: number;
|
|
88
88
|
transition: {
|
|
89
89
|
duration: number;
|
|
90
|
-
ease: "linear" |
|
|
90
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
91
91
|
};
|
|
92
92
|
};
|
|
93
93
|
exit: {
|
|
94
94
|
y: number;
|
|
95
95
|
transition: {
|
|
96
96
|
duration: number;
|
|
97
|
-
ease: "linear" |
|
|
97
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
100
|
};
|
|
@@ -106,14 +106,14 @@ export declare const varSlide: (props?: VariantsType) => {
|
|
|
106
106
|
y: 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
|
exit: {
|
|
113
113
|
y: number;
|
|
114
114
|
transition: {
|
|
115
115
|
duration: number;
|
|
116
|
-
ease: "linear" |
|
|
116
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
117
117
|
};
|
|
118
118
|
};
|
|
119
119
|
};
|
|
@@ -125,14 +125,14 @@ export declare const varSlide: (props?: VariantsType) => {
|
|
|
125
125
|
x: 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
|
exit: {
|
|
132
132
|
x: number;
|
|
133
133
|
transition: {
|
|
134
134
|
duration: number;
|
|
135
|
-
ease: "linear" |
|
|
135
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
136
136
|
};
|
|
137
137
|
};
|
|
138
138
|
};
|
|
@@ -144,14 +144,14 @@ export declare const varSlide: (props?: VariantsType) => {
|
|
|
144
144
|
x: number;
|
|
145
145
|
transition: {
|
|
146
146
|
duration: number;
|
|
147
|
-
ease: "linear" |
|
|
147
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
148
148
|
};
|
|
149
149
|
};
|
|
150
150
|
exit: {
|
|
151
151
|
x: number;
|
|
152
152
|
transition: {
|
|
153
153
|
duration: number;
|
|
154
|
-
ease: "linear" |
|
|
154
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
155
155
|
};
|
|
156
156
|
};
|
|
157
157
|
};
|
|
@@ -4,19 +4,19 @@ import { TranHoverType, TranEnterType, TranExitType } from '../type';
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const varTranHover: (props?: TranHoverType) => {
|
|
6
6
|
duration: number;
|
|
7
|
-
ease: "linear" |
|
|
7
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
8
8
|
};
|
|
9
9
|
/**
|
|
10
10
|
* TODO: Documentar
|
|
11
11
|
*/
|
|
12
12
|
export declare const varTranEnter: (props?: 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
|
* TODO: Documentar
|
|
18
18
|
*/
|
|
19
19
|
export declare const varTranExit: (props?: TranExitType) => {
|
|
20
20
|
duration: number;
|
|
21
|
-
ease: "linear" |
|
|
21
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
22
22
|
};
|
|
@@ -13,7 +13,7 @@ export declare const varZoom: (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 varZoom: (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
|
};
|
|
@@ -37,7 +37,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
37
37
|
translateY: number;
|
|
38
38
|
transition: {
|
|
39
39
|
duration: number;
|
|
40
|
-
ease: "linear" |
|
|
40
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
43
|
exit: {
|
|
@@ -46,7 +46,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
46
46
|
translateY: number;
|
|
47
47
|
transition: {
|
|
48
48
|
duration: number;
|
|
49
|
-
ease: "linear" |
|
|
49
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
};
|
|
@@ -62,7 +62,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
62
62
|
translateY: 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
|
exit: {
|
|
@@ -71,7 +71,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
71
71
|
translateY: 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
|
};
|
|
@@ -87,7 +87,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
87
87
|
translateX: number;
|
|
88
88
|
transition: {
|
|
89
89
|
duration: number;
|
|
90
|
-
ease: "linear" |
|
|
90
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
91
91
|
};
|
|
92
92
|
};
|
|
93
93
|
exit: {
|
|
@@ -96,7 +96,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
96
96
|
translateX: number;
|
|
97
97
|
transition: {
|
|
98
98
|
duration: number;
|
|
99
|
-
ease: "linear" |
|
|
99
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
102
|
};
|
|
@@ -112,7 +112,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
112
112
|
translateX: number;
|
|
113
113
|
transition: {
|
|
114
114
|
duration: number;
|
|
115
|
-
ease: "linear" |
|
|
115
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
116
116
|
};
|
|
117
117
|
};
|
|
118
118
|
exit: {
|
|
@@ -121,7 +121,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
121
121
|
translateX: number;
|
|
122
122
|
transition: {
|
|
123
123
|
duration: number;
|
|
124
|
-
ease: "linear" |
|
|
124
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
125
125
|
};
|
|
126
126
|
};
|
|
127
127
|
};
|
|
@@ -135,7 +135,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
135
135
|
opacity: number;
|
|
136
136
|
transition: {
|
|
137
137
|
duration: number;
|
|
138
|
-
ease: "linear" |
|
|
138
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
141
|
};
|
|
@@ -150,7 +150,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
150
150
|
translateY: number;
|
|
151
151
|
transition: {
|
|
152
152
|
duration: number;
|
|
153
|
-
ease: "linear" |
|
|
153
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
154
154
|
};
|
|
155
155
|
};
|
|
156
156
|
};
|
|
@@ -165,7 +165,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
165
165
|
translateY: number;
|
|
166
166
|
transition: {
|
|
167
167
|
duration: number;
|
|
168
|
-
ease: "linear" |
|
|
168
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
169
169
|
};
|
|
170
170
|
};
|
|
171
171
|
};
|
|
@@ -180,7 +180,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
180
180
|
translateX: number;
|
|
181
181
|
transition: {
|
|
182
182
|
duration: number;
|
|
183
|
-
ease: "linear" |
|
|
183
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
186
|
};
|
|
@@ -195,7 +195,7 @@ export declare const varZoom: (props?: VariantsType) => {
|
|
|
195
195
|
translateX: number;
|
|
196
196
|
transition: {
|
|
197
197
|
duration: number;
|
|
198
|
-
ease: "linear" |
|
|
198
|
+
ease: "linear" | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate" | number[];
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
201
|
};
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { ChipActionsMobileProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* TODO: Documentar
|
|
4
|
+
* @author Andrés Quintero - automatic
|
|
5
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
6
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
7
|
+
* @updatedUser Andrés Quintero - automatic
|
|
4
8
|
*/
|
|
5
9
|
export declare const ChipActionsMobile: (props: ChipActionsMobileProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -24,6 +24,10 @@ const ChipActionsMobile = (props) => {
|
|
|
24
24
|
startIcon: `${host_static_assets}/${environment_assets}/frontend/components/areas/assets/icons/${ICONS.DELETE_AREA}`,
|
|
25
25
|
/**
|
|
26
26
|
* OnClick
|
|
27
|
+
* @author Andrés Quintero - automatic
|
|
28
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
29
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
30
|
+
* @updatedUser Andrés Quintero - automatic
|
|
27
31
|
*/
|
|
28
32
|
onClick: () => {
|
|
29
33
|
deleteArea(areaId);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* TODO: Documentar
|
|
3
3
|
* @author SebastianM - automatic
|
|
4
4
|
* @createdAt 2024-11-06 09:00:05 - automatic
|
|
5
|
-
* @updatedAt 2024-
|
|
6
|
-
* @updatedUser
|
|
5
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
6
|
+
* @updatedUser Andrés Quintero - automatic
|
|
7
7
|
*/
|
|
8
8
|
export declare const AreaChipMobile: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -32,8 +32,8 @@ const AreaChipMobile = () => {
|
|
|
32
32
|
* OnClick
|
|
33
33
|
* @author SebastianM - automatic
|
|
34
34
|
* @createdAt 2024-11-06 09:00:05 - automatic
|
|
35
|
-
* @updatedAt 2024-
|
|
36
|
-
* @updatedUser
|
|
35
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
36
|
+
* @updatedUser Andrés Quintero - automatic
|
|
37
37
|
*/
|
|
38
38
|
onClick: () => {
|
|
39
39
|
selectArea(area.id);
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { PanelWindowPopUpProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* TODO: Documentar
|
|
4
|
+
* @author Andrés Quintero - automatic
|
|
5
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
6
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
7
|
+
* @updatedUser Andrés Quintero - automatic
|
|
4
8
|
*/
|
|
5
9
|
export declare const PanelWindowPopUp: (props: PanelWindowPopUpProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { PanelWindowPopUpProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* TODO: Documentar
|
|
4
|
+
* @author Andrés Quintero - automatic
|
|
5
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
6
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
7
|
+
* @updatedUser Andrés Quintero - automatic
|
|
4
8
|
*/
|
|
5
9
|
export declare const PanelWindowPopUp: (props: PanelWindowPopUpProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -15,7 +15,7 @@ const PanelWindows = (props) => {
|
|
|
15
15
|
const hashLayoutItems = useAreasStore(
|
|
16
16
|
(state) => state.hashAreas[areaId].layoutItemsIds.filter((itemId) => state.hashWindows[itemId].emergeType === "layout").map((key) => ({
|
|
17
17
|
i: key,
|
|
18
|
-
url_icon: state.hashWindows[key].
|
|
18
|
+
url_icon: state.hashWindows[key].iconUrl,
|
|
19
19
|
title: state.hashWindows[key].title,
|
|
20
20
|
moduleId: state.hashWindows[key].moduleId,
|
|
21
21
|
emergeType: state.hashWindows[key].emergeType,
|
|
@@ -26,7 +26,7 @@ const PanelWindows = (props) => {
|
|
|
26
26
|
const hashPopuosItems = useAreasStore(
|
|
27
27
|
(state) => state.hashAreas[areaId].layoutItemsIds.filter((itemId) => state.hashWindows[itemId].emergeType === "popup").map((key) => ({
|
|
28
28
|
i: key,
|
|
29
|
-
url_icon: state.hashWindows[key].
|
|
29
|
+
url_icon: state.hashWindows[key].iconUrl,
|
|
30
30
|
title: state.hashWindows[key].title,
|
|
31
31
|
moduleId: state.hashWindows[key].moduleId,
|
|
32
32
|
emergeType: state.hashWindows[key].emergeType,
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { HeaderProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* TODO: Documentar
|
|
4
|
+
* @author Andrés Quintero - automatic
|
|
5
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
6
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
7
|
+
* @updatedUser Andrés Quintero - automatic
|
|
4
8
|
*/
|
|
5
9
|
export declare function Header(props: HeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -21,7 +21,7 @@ function Header(props) {
|
|
|
21
21
|
const [url_icon, title, moduleActions, onClose, version, windowOptions, fnQueryClose] = useAreasStore((state) => {
|
|
22
22
|
const window = state.hashWindows[windowId];
|
|
23
23
|
return [
|
|
24
|
-
window.
|
|
24
|
+
window.iconUrl,
|
|
25
25
|
window.title,
|
|
26
26
|
window.moduleActions,
|
|
27
27
|
window.onClose,
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { WindowPopUpsListProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* TODO: Documentar
|
|
4
|
+
* @author Andrés Quintero - automatic
|
|
5
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
6
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
7
|
+
* @updatedUser Andrés Quintero - automatic
|
|
4
8
|
*/
|
|
5
9
|
export declare const WindowPopUpsList: (props: WindowPopUpsListProps) => import("react/jsx-runtime").JSX.Element | null;
|