@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.
Files changed (208) hide show
  1. package/@types/types.d.ts +16 -0
  2. package/components/AccountPopover/AccountPopover.js +32 -39
  3. package/components/AccountPopover/{style.js → AccountPopover.styles.js} +17 -10
  4. package/components/AccountPopover/slots/AccountPopoverEnum.d.ts +3 -3
  5. package/components/AccountPopover/slots/AccountPopoverEnum.js +3 -3
  6. package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +8 -8
  7. package/components/AccountPopover/slots/AccountPopoverSlots.js +16 -16
  8. package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.js +3 -2
  9. package/components/AccountPopover/subcomponents/MyAvatar/MyAvatar.js +2 -3
  10. package/components/AccountPopover/subcomponents/MyAvatar/types.d.ts +4 -0
  11. package/components/AppBar/AppBar.js +1 -1
  12. package/components/AppBar/slots/AppBarSlots.d.ts +6 -6
  13. package/components/Chip/slots/ChipSlots.d.ts +2 -2
  14. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
  15. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
  16. package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.d.ts +1 -1
  17. package/components/ControlIncrement/slots/ControltrolIncrementSlots.d.ts +4 -4
  18. package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.d.ts +4 -0
  19. package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index.d.ts +4 -0
  20. package/components/DragResizeWindow/slots/DragResizeWindowSlots.d.ts +2 -2
  21. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +16 -16
  22. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +16 -16
  23. package/components/Icon/Icon.js +1 -1
  24. package/components/Icon/slots/IconSlots.d.ts +2 -2
  25. package/components/Icon/types.d.ts +1 -1
  26. package/components/Image/Image.d.ts +5 -0
  27. package/components/Image/Image.js +1 -1
  28. package/components/Image/hoc/WithTrackWindowScroll.d.ts +4 -0
  29. package/components/Image/image.styles.js +20 -7
  30. package/components/Image/slots/ImageEnum.d.ts +5 -5
  31. package/components/Image/slots/ImageEnum.js +5 -5
  32. package/components/Image/slots/ImageSlots.js +10 -10
  33. package/components/Image/subcomponents/IntersectComponent/index.js +1 -1
  34. package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +5 -0
  35. package/components/Image/types.d.ts +1 -1
  36. package/components/Image/utils/get-scroll-ancestor.d.ts +4 -0
  37. package/components/Image/utils/isIntersectionObserverAvailable.d.ts +4 -0
  38. package/components/InputNumberSpinner/slots/InputNumberSpinnerSlots.d.ts +1 -1
  39. package/components/Label/slots/LabelSlots.d.ts +1 -1
  40. package/components/LanguagePopover/LanguagePopover.d.ts +5 -0
  41. package/components/MFLoader/MFLoader.js +3 -3
  42. package/components/MenuActions/MenuActions.d.ts +2 -2
  43. package/components/MenuActions/MenuActions.styles.d.ts +1 -0
  44. package/components/MenuActions/MenuActions.styles.js +8 -0
  45. package/components/MenuActions/dictionary.d.ts +14 -0
  46. package/components/MenuActions/slots/MenuActionsSlots.d.ts +2 -2
  47. package/components/MenuActions/types.d.ts +26 -0
  48. package/components/ModalDialog/ModalDialog.styles.js +3 -1
  49. package/components/ModalDialog/slots/ModalDialogSlots.d.ts +4 -4
  50. package/components/ModalDialog/types.d.ts +1 -1
  51. package/components/PaperForm/PaperForm.js +1 -1
  52. package/components/PaperForm/slots/PaperFormSlots.d.ts +3 -3
  53. package/components/SideBar/slots/SideBarSlots.d.ts +15 -15
  54. package/components/SideBar/subcomponents/ContentComponent/index.d.ts +1 -1
  55. package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -1
  56. package/components/SideBar/subcomponents/ContentGroups/index.js +4 -5
  57. package/components/SideBar/subcomponents/ContentGroups/styles.js +5 -5
  58. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.d.ts +1 -1
  59. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.js +3 -5
  60. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +2 -2
  61. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/subcomponents/ArrowIcon/index.d.ts +1 -1
  62. package/components/SideBar/subcomponents/FooterSidebar/index.d.ts +1 -1
  63. package/components/SideBar/subcomponents/FooterSidebar/styles.js +1 -1
  64. package/components/SideBar/subcomponents/SideBarDesktop/index.js +1 -1
  65. package/components/SideBar/types.d.ts +1 -1
  66. package/components/ToastContainer/slots/toastContainerSlots.d.ts +5 -5
  67. package/components/WindowBase/WindowBase.d.ts +2 -2
  68. package/components/WindowBase/WindowBase.js +1 -1
  69. package/components/WindowBase/WindowBase.styles.js +24 -24
  70. package/components/WindowBase/slots/WindowBaseSlots.d.ts +7 -7
  71. package/components/WindowBase/subcomponents/Header/HeaderWindowBase.d.ts +2 -2
  72. package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.d.ts +2 -2
  73. package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +4 -4
  74. package/components/WindowBase/types.d.ts +2 -2
  75. package/components/WindowConfirm/WindowConfirm.js +1 -1
  76. package/components/WindowConfirm/WindowConfirm.styles.js +5 -1
  77. package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +8 -8
  78. package/components/WindowConfirm/types.d.ts +1 -1
  79. package/components/animate/variants/background.d.ts +9 -9
  80. package/components/animate/variants/bounce.d.ts +9 -9
  81. package/components/animate/variants/fade.d.ts +20 -20
  82. package/components/animate/variants/flip.d.ts +6 -6
  83. package/components/animate/variants/rotate.d.ts +3 -3
  84. package/components/animate/variants/scale.d.ts +6 -6
  85. package/components/animate/variants/slide.d.ts +16 -16
  86. package/components/animate/variants/transition.d.ts +3 -3
  87. package/components/animate/variants/zoom.d.ts +15 -15
  88. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.d.ts +4 -0
  89. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.js +4 -0
  90. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +2 -2
  91. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.js +2 -2
  92. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/index.d.ts +4 -0
  93. package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.d.ts +4 -0
  94. package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.js +1 -1
  95. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.js +2 -2
  96. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +4 -0
  97. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.js +1 -1
  98. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +4 -0
  99. package/components/areas/contexts/AreasContext/store.js +1 -397
  100. package/components/areas/types.d.ts +27 -2
  101. package/components/extended/React-Resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
  102. package/components/extended/React-Resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
  103. package/components/formatters/BooleanFormatter/BooleanFormatter.js +1 -1
  104. package/components/formatters/BooleanFormatter/BooleanFormatter.styles.js +4 -1
  105. package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +1 -1
  106. package/components/formatters/BooleanFormatter/types.d.ts +1 -1
  107. package/components/gclick/MyDevice/slots/MyDeviceSlots.d.ts +2 -2
  108. package/components/gclick/MyDeviceStatus/slots/MyDeviceStatusSlots.d.ts +2 -2
  109. package/components/hook-form/RHFAutocomplete/classes/index.d.ts +1 -1
  110. package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeText/index.js +3 -3
  111. package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
  112. package/components/hook-form/RHFColorPicker/RFHColorPicker.js +1 -1
  113. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +1 -1
  114. package/components/hook-form/RHFTextField/RHFTextField.d.ts +2 -2
  115. package/components/hook-form/RHFTextField/RHFTextField.styles.js +4 -0
  116. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  117. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +2 -2
  118. package/components/maps/components/Map/popups/MapPopupMyGps/MapPopupMyGps.js +1 -1
  119. package/components/maps/components/Map/popups/MapPopupMyGps/slots/ MapPopupMyGpsSlots.d.ts +3 -3
  120. package/components/maps/components/Map/slots/MapSlots.d.ts +3 -3
  121. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useRowActionsGetter.d.ts +4 -0
  122. package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/subcomponents/MarkerClusterGroup/index.d.ts +1 -1
  123. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/index.d.ts +4 -0
  124. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index.d.ts +4 -0
  125. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useRowActionsGetter.d.ts +2 -2
  126. package/components/mui_extended/Accordion/Accordion.d.ts +1 -1
  127. package/components/mui_extended/Accordion/Accordion.js +10 -3
  128. package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +18 -6
  129. package/components/mui_extended/Accordion/styles.js +9 -7
  130. package/components/mui_extended/Accordion/types.d.ts +2 -1
  131. package/components/mui_extended/Autocomplete/slots /AutocompleteSlots.d.ts +3 -3
  132. package/components/mui_extended/Avatar/Avatar.js +19 -12
  133. package/components/mui_extended/Avatar/constants.d.ts +1 -0
  134. package/components/mui_extended/Avatar/constants.js +4 -0
  135. package/components/mui_extended/Avatar/slots/AvatarEnum.d.ts +3 -0
  136. package/components/mui_extended/Avatar/slots/AvatarEnum.js +7 -0
  137. package/components/mui_extended/Avatar/slots/AvatarSlots.d.ts +5 -0
  138. package/components/mui_extended/Avatar/slots/AvatarSlots.js +12 -0
  139. package/components/mui_extended/Avatar/styles.d.ts +2 -1
  140. package/components/mui_extended/Avatar/styles.js +25 -5
  141. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +7 -3
  142. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.js +8 -8
  143. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/types.d.ts +2 -2
  144. package/components/mui_extended/Avatar/tests/Avatar.test.d.ts +1 -0
  145. package/components/mui_extended/Avatar/types.d.ts +11 -3
  146. package/components/mui_extended/Badge/Badge.js +1 -1
  147. package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
  148. package/components/mui_extended/Button/Button.d.ts +1 -1
  149. package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
  150. package/components/mui_extended/CheckBox/CheckBox.styles.js +2 -1
  151. package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +2 -2
  152. package/components/mui_extended/CheckBox/types.d.ts +1 -1
  153. package/components/mui_extended/Dialog/Dialog.js +1 -1
  154. package/components/mui_extended/Dialog/Dialog.styles.js +5 -3
  155. package/components/mui_extended/Dialog/slots/DialogSlots.d.ts +2 -2
  156. package/components/mui_extended/Dialog/types.d.ts +1 -1
  157. package/components/mui_extended/IconButton/IconButton.d.ts +2 -2
  158. package/components/mui_extended/IconButton/IconButton.js +1 -1
  159. package/components/mui_extended/IconButton/IconButton.styles.js +12 -4
  160. package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +3 -3
  161. package/components/mui_extended/IconButton/types.d.ts +1 -1
  162. package/components/mui_extended/ImageButton/ImageButton.d.ts +4 -0
  163. package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
  164. package/components/mui_extended/MenuItem/MenuItem.d.ts +2 -2
  165. package/components/mui_extended/MenuItem/MenuItem.js +1 -1
  166. package/components/mui_extended/MenuItem/MenuItem.styles.js +20 -12
  167. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +2 -2
  168. package/components/mui_extended/Pager/classes/index.d.ts +1 -1
  169. package/components/mui_extended/Popover/Popover.d.ts +5 -0
  170. package/components/mui_extended/Popover/Popover.styles.js +8 -0
  171. package/components/mui_extended/Popper/slots/PopperStlots.d.ts +1 -1
  172. package/components/mui_extended/Select/slots/SelectSlots.d.ts +1 -1
  173. package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
  174. package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
  175. package/components/mui_extended/Tab/Tab.d.ts +4 -0
  176. package/components/mui_extended/Tab/Tab.js +1 -1
  177. package/components/mui_extended/Tab/Tab.styles.d.ts +1 -0
  178. package/components/mui_extended/Tab/Tab.styles.js +10 -0
  179. package/components/mui_extended/Tabs/styles.d.ts +1 -1
  180. package/components/mui_extended/TextField/TextField.d.ts +2 -2
  181. package/components/mui_extended/TextField/TextField.styles.js +4 -4
  182. package/components/mui_extended/TextField/constants.js +1 -1
  183. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +1 -1
  184. package/components/mui_extended/ToggleButton/ToggleButton.js +1 -1
  185. package/components/mui_extended/ToggleButton/ToggleButton.styles.js +1 -1
  186. package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
  187. package/components/mui_extended/ToggleIconButton/ToggleIconButton.js +1 -1
  188. package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
  189. package/components/mui_extended/Tooltip/Tooltip.styles.js +2 -1
  190. package/components/mui_extended/Tooltip/slots/TooltipSlots.d.ts +1 -1
  191. package/components/mui_extended/Tooltip/types.d.ts +1 -1
  192. package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
  193. package/components/mui_extended/Typography/typography.styles.js +2 -2
  194. package/components/popups/components/PopupsViewer/slots/popupsViewerSlots.d.ts +5 -5
  195. package/package.json +1 -1
  196. package/utils/getComponentSlotRoot.js +2 -2
  197. package/components/mui_extended/Avatar/classes/constants.d.ts +0 -1
  198. package/components/mui_extended/Avatar/classes/constants.js +0 -4
  199. package/components/mui_extended/Avatar/classes/index.d.ts +0 -10
  200. package/components/mui_extended/Avatar/classes/index.js +0 -25
  201. package/components/mui_extended/Avatar/classes/types.d.ts +0 -7
  202. package/components/mui_extended/Avatar/index.js +0 -1
  203. package/components/mui_extended/Avatar/tests/constants.d.ts +0 -1
  204. package/components/mui_extended/Avatar/tests/constants.js +0 -4
  205. package/components/mui_extended/Avatar/tests/index.test.d.ts +0 -5
  206. package/components/mui_extended/Avatar/tests/utils.d.ts +0 -2
  207. package/components/mui_extended/Avatar/tests/utils.js +0 -7
  208. /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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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" | number[] | "easeIn" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
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-11-06 17:18:27 - automatic
6
- * @updatedUser SebastianM - automatic
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-11-06 17:18:27 - automatic
36
- * @updatedUser SebastianM - automatic
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;
@@ -14,7 +14,7 @@ const PanelWindowPopUp = (props) => {
14
14
  const w = state.hashWindows[lim];
15
15
  return {
16
16
  i: w.windowId,
17
- url_icon: w.url_icon,
17
+ url_icon: w.iconUrl,
18
18
  title: w.title
19
19
  };
20
20
  }),
@@ -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].url_icon,
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].url_icon,
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.url_icon,
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;