@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
|
@@ -29,403 +29,7 @@ const createAreasStore = (initProps) => {
|
|
|
29
29
|
...startProps,
|
|
30
30
|
areasActions: {
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
33
|
-
* @updatedUser Bruce Escobar - automatic
|
|
34
|
-
* @updatedUser Bruce Escobar - automatic
|
|
35
|
-
* @updatedUser Bruce Escobar - automatic
|
|
36
|
-
* @updatedUser Bruce Escobar - automatic
|
|
37
|
-
* @updatedUser Bruce Escobar - automatic
|
|
38
|
-
* @updatedUser Bruce Escobar - automatic
|
|
39
|
-
* @updatedUser Bruce Escobar - automatic
|
|
40
|
-
* @updatedUser Bruce Escobar - automatic
|
|
41
|
-
* @updatedUser Bruce Escobar - automatic
|
|
42
|
-
* @updatedUser Bruce Escobar - automatic
|
|
43
|
-
* @updatedUser Bruce Escobar - automatic
|
|
44
|
-
* @updatedUser Bruce Escobar - automatic
|
|
45
|
-
* @updatedUser Bruce Escobar - automatic
|
|
46
|
-
* @updatedUser Bruce Escobar - automatic
|
|
47
|
-
* @updatedUser Bruce Escobar - automatic
|
|
48
|
-
* @updatedUser Bruce Escobar - automatic
|
|
49
|
-
* @updatedUser Bruce Escobar - automatic
|
|
50
|
-
* @updatedUser Bruce Escobar - automatic
|
|
51
|
-
* @updatedUser Bruce Escobar - automatic
|
|
52
|
-
* @updatedUser Bruce Escobar - automatic
|
|
53
|
-
* @updatedUser Bruce Escobar - automatic
|
|
54
|
-
* @updatedUser Bruce Escobar - automatic
|
|
55
|
-
* @updatedUser Bruce Escobar - automatic
|
|
56
|
-
* @updatedUser Bruce Escobar - automatic
|
|
57
|
-
* @updatedUser Bruce Escobar - automatic
|
|
58
|
-
* @updatedUser Bruce Escobar - automatic
|
|
59
|
-
* @updatedUser Bruce Escobar - automatic
|
|
60
|
-
* @updatedUser Bruce Escobar - automatic
|
|
61
|
-
* @updatedUser Bruce Escobar - automatic
|
|
62
|
-
* @updatedUser Bruce Escobar - automatic
|
|
63
|
-
* @updatedUser Bruce Escobar - automatic
|
|
64
|
-
* @updatedUser Bruce Escobar - automatic
|
|
65
|
-
* @updatedUser Bruce Escobar - automatic
|
|
66
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
67
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
68
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
69
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
70
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
71
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
72
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
73
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
74
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
75
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
76
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
77
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
78
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
79
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
80
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
81
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
82
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
83
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
84
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
85
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
86
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
87
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
88
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
89
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
90
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
91
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
92
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
93
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
94
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
95
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
96
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
97
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
98
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
99
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
100
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
101
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
102
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
103
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
104
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
105
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
106
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
107
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
108
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
109
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
110
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
111
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
112
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
113
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
114
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
115
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
116
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
117
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
118
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
119
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
120
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
121
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
122
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
123
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
124
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
125
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
126
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
127
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
128
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
129
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
130
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
131
|
-
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
132
|
-
* @author Bruce Escobar - automatic
|
|
133
|
-
* @author Bruce Escobar - automatic
|
|
134
|
-
* @author Bruce Escobar - automatic
|
|
135
|
-
* @author Bruce Escobar - automatic
|
|
136
|
-
* @author Bruce Escobar - automatic
|
|
137
|
-
* @author Bruce Escobar - automatic
|
|
138
|
-
* @author Bruce Escobar - automatic
|
|
139
|
-
* @author Bruce Escobar - automatic
|
|
140
|
-
* @author Bruce Escobar - automatic
|
|
141
|
-
* @author Bruce Escobar - automatic
|
|
142
|
-
* @author Bruce Escobar - automatic
|
|
143
|
-
* @author Bruce Escobar - automatic
|
|
144
|
-
* @author Bruce Escobar - automatic
|
|
145
|
-
* @author Bruce Escobar - automatic
|
|
146
|
-
* @author Bruce Escobar - automatic
|
|
147
|
-
* @author Bruce Escobar - automatic
|
|
148
|
-
* @author Bruce Escobar - automatic
|
|
149
|
-
* @author Bruce Escobar - automatic
|
|
150
|
-
* @author Bruce Escobar - automatic
|
|
151
|
-
* @author Bruce Escobar - automatic
|
|
152
|
-
* @author Bruce Escobar - automatic
|
|
153
|
-
* @author Bruce Escobar - automatic
|
|
154
|
-
* @author Bruce Escobar - automatic
|
|
155
|
-
* @author Bruce Escobar - automatic
|
|
156
|
-
* @author Bruce Escobar - automatic
|
|
157
|
-
* @author Bruce Escobar - automatic
|
|
158
|
-
* @author Bruce Escobar - automatic
|
|
159
|
-
* @author Bruce Escobar - automatic
|
|
160
|
-
* @author Bruce Escobar - automatic
|
|
161
|
-
* @author Bruce Escobar - automatic
|
|
162
|
-
* @author Bruce Escobar - automatic
|
|
163
|
-
* @author Bruce Escobar - automatic
|
|
164
|
-
* @author Bruce Escobar - automatic
|
|
165
|
-
* @updatedUser Bruce Escobar - automatic
|
|
166
|
-
* @updatedUser Bruce Escobar - automatic
|
|
167
|
-
* @updatedUser Bruce Escobar - automatic
|
|
168
|
-
* @updatedUser Bruce Escobar - automatic
|
|
169
|
-
* @updatedUser Bruce Escobar - automatic
|
|
170
|
-
* @updatedUser Bruce Escobar - automatic
|
|
171
|
-
* @updatedUser Bruce Escobar - automatic
|
|
172
|
-
* @updatedUser Bruce Escobar - automatic
|
|
173
|
-
* @updatedUser Bruce Escobar - automatic
|
|
174
|
-
* @updatedUser Bruce Escobar - automatic
|
|
175
|
-
* @updatedUser Bruce Escobar - automatic
|
|
176
|
-
* @updatedUser Bruce Escobar - automatic
|
|
177
|
-
* @updatedUser Bruce Escobar - automatic
|
|
178
|
-
* @updatedUser Bruce Escobar - automatic
|
|
179
|
-
* @updatedUser Bruce Escobar - automatic
|
|
180
|
-
* @updatedUser Bruce Escobar - automatic
|
|
181
|
-
* @updatedUser Bruce Escobar - automatic
|
|
182
|
-
* @updatedUser Bruce Escobar - automatic
|
|
183
|
-
* @updatedUser Bruce Escobar - automatic
|
|
184
|
-
* @updatedUser Bruce Escobar - automatic
|
|
185
|
-
* @updatedUser Bruce Escobar - automatic
|
|
186
|
-
* @updatedUser Bruce Escobar - automatic
|
|
187
|
-
* @updatedUser Bruce Escobar - automatic
|
|
188
|
-
* @updatedUser Bruce Escobar - automatic
|
|
189
|
-
* @updatedUser Bruce Escobar - automatic
|
|
190
|
-
* @updatedUser Bruce Escobar - automatic
|
|
191
|
-
* @updatedUser Bruce Escobar - automatic
|
|
192
|
-
* @updatedUser Bruce Escobar - automatic
|
|
193
|
-
* @updatedUser Bruce Escobar - automatic
|
|
194
|
-
* @updatedUser Bruce Escobar - automatic
|
|
195
|
-
* @updatedUser Bruce Escobar - automatic
|
|
196
|
-
* @updatedUser Bruce Escobar - automatic
|
|
197
|
-
* @updatedUser Bruce Escobar - automatic
|
|
198
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
199
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
200
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
201
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
202
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
203
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
204
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
205
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
206
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
207
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
208
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
209
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
210
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
211
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
212
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
213
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
214
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
215
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
216
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
217
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
218
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
219
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
220
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
221
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
222
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
223
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
224
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
225
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
226
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
227
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
228
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
229
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
230
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
231
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
232
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
233
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
234
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
235
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
236
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
237
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
238
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
239
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
240
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
241
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
242
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
243
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
244
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
245
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
246
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
247
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
248
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
249
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
250
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
251
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
252
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
253
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
254
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
255
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
256
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
257
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
258
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
259
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
260
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
261
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
262
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
263
|
-
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
264
|
-
* @author Bruce Escobar - automatic
|
|
265
|
-
* @author Bruce Escobar - automatic
|
|
266
|
-
* @author Bruce Escobar - automatic
|
|
267
|
-
* @author Bruce Escobar - automatic
|
|
268
|
-
* @author Bruce Escobar - automatic
|
|
269
|
-
* @author Bruce Escobar - automatic
|
|
270
|
-
* @author Bruce Escobar - automatic
|
|
271
|
-
* @author Bruce Escobar - automatic
|
|
272
|
-
* @author Bruce Escobar - automatic
|
|
273
|
-
* @author Bruce Escobar - automatic
|
|
274
|
-
* @author Bruce Escobar - automatic
|
|
275
|
-
* @author Bruce Escobar - automatic
|
|
276
|
-
* @author Bruce Escobar - automatic
|
|
277
|
-
* @author Bruce Escobar - automatic
|
|
278
|
-
* @author Bruce Escobar - automatic
|
|
279
|
-
* @author Bruce Escobar - automatic
|
|
280
|
-
* @author Bruce Escobar - automatic
|
|
281
|
-
* @author Bruce Escobar - automatic
|
|
282
|
-
* @author Bruce Escobar - automatic
|
|
283
|
-
* @author Bruce Escobar - automatic
|
|
284
|
-
* @author Bruce Escobar - automatic
|
|
285
|
-
* @author Bruce Escobar - automatic
|
|
286
|
-
* @author Bruce Escobar - automatic
|
|
287
|
-
* @author Bruce Escobar - automatic
|
|
288
|
-
* @author Bruce Escobar - automatic
|
|
289
|
-
* @author Bruce Escobar - automatic
|
|
290
|
-
* @author Bruce Escobar - automatic
|
|
291
|
-
* @author Bruce Escobar - automatic
|
|
292
|
-
* @author Bruce Escobar - automatic
|
|
293
|
-
* @author Bruce Escobar - automatic
|
|
294
|
-
* @author Bruce Escobar - automatic
|
|
295
|
-
* @author Bruce Escobar - automatic
|
|
296
|
-
* @author Bruce Escobar - automatic
|
|
297
|
-
* @updatedUser Bruce Escobar - automatic
|
|
298
|
-
* @updatedUser Bruce Escobar - automatic
|
|
299
|
-
* @updatedUser Bruce Escobar - automatic
|
|
300
|
-
* @updatedUser Bruce Escobar - automatic
|
|
301
|
-
* @updatedUser Bruce Escobar - automatic
|
|
302
|
-
* @updatedUser Bruce Escobar - automatic
|
|
303
|
-
* @updatedUser Bruce Escobar - automatic
|
|
304
|
-
* @updatedUser Bruce Escobar - automatic
|
|
305
|
-
* @updatedUser Bruce Escobar - automatic
|
|
306
|
-
* @updatedUser Bruce Escobar - automatic
|
|
307
|
-
* @updatedUser Bruce Escobar - automatic
|
|
308
|
-
* @updatedUser Bruce Escobar - automatic
|
|
309
|
-
* @updatedUser Bruce Escobar - automatic
|
|
310
|
-
* @updatedUser Bruce Escobar - automatic
|
|
311
|
-
* @updatedUser Bruce Escobar - automatic
|
|
312
|
-
* @updatedUser Bruce Escobar - automatic
|
|
313
|
-
* @updatedUser Bruce Escobar - automatic
|
|
314
|
-
* @updatedUser Bruce Escobar - automatic
|
|
315
|
-
* @updatedUser Bruce Escobar - automatic
|
|
316
|
-
* @updatedUser Bruce Escobar - automatic
|
|
317
|
-
* @updatedUser Bruce Escobar - automatic
|
|
318
|
-
* @updatedUser Bruce Escobar - automatic
|
|
319
|
-
* @updatedUser Bruce Escobar - automatic
|
|
320
|
-
* @updatedUser Bruce Escobar - automatic
|
|
321
|
-
* @updatedUser Bruce Escobar - automatic
|
|
322
|
-
* @updatedUser Bruce Escobar - automatic
|
|
323
|
-
* @updatedUser Bruce Escobar - automatic
|
|
324
|
-
* @updatedUser Bruce Escobar - automatic
|
|
325
|
-
* @updatedUser Bruce Escobar - automatic
|
|
326
|
-
* @updatedUser Bruce Escobar - automatic
|
|
327
|
-
* @updatedUser Bruce Escobar - automatic
|
|
328
|
-
* @updatedUser Bruce Escobar - automatic
|
|
329
|
-
* @updatedUser Bruce Escobar - automatic
|
|
330
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
331
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
332
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
333
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
334
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
335
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
336
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
337
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
338
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
339
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
340
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
341
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
342
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
343
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
344
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
345
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
346
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
347
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
348
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
349
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
350
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
351
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
352
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
353
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
354
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
355
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
356
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
357
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
358
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
359
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
360
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
361
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
362
|
-
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
363
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
364
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
365
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
366
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
367
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
368
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
369
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
370
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
371
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
372
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
373
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
374
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
375
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
376
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
377
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
378
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
379
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
380
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
381
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
382
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
383
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
384
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
385
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
386
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
387
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
388
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
389
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
390
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
391
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
392
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
393
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
394
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
395
|
-
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
396
|
-
* @author Bruce Escobar - automatic
|
|
397
|
-
* @author Bruce Escobar - automatic
|
|
398
|
-
* @author Bruce Escobar - automatic
|
|
399
|
-
* @author Bruce Escobar - automatic
|
|
400
|
-
* @author Bruce Escobar - automatic
|
|
401
|
-
* @author Bruce Escobar - automatic
|
|
402
|
-
* @author Bruce Escobar - automatic
|
|
403
|
-
* @author Bruce Escobar - automatic
|
|
404
|
-
* @author Bruce Escobar - automatic
|
|
405
|
-
* @author Bruce Escobar - automatic
|
|
406
|
-
* @author Bruce Escobar - automatic
|
|
407
|
-
* @author Bruce Escobar - automatic
|
|
408
|
-
* @author Bruce Escobar - automatic
|
|
409
|
-
* @author Bruce Escobar - automatic
|
|
410
|
-
* @author Bruce Escobar - automatic
|
|
411
|
-
* @author Bruce Escobar - automatic
|
|
412
|
-
* @author Bruce Escobar - automatic
|
|
413
|
-
* @author Bruce Escobar - automatic
|
|
414
|
-
* @author Bruce Escobar - automatic
|
|
415
|
-
* @author Bruce Escobar - automatic
|
|
416
|
-
* @author Bruce Escobar - automatic
|
|
417
|
-
* @author Bruce Escobar - automatic
|
|
418
|
-
* @author Bruce Escobar - automatic
|
|
419
|
-
* @author Bruce Escobar - automatic
|
|
420
|
-
* @author Bruce Escobar - automatic
|
|
421
|
-
* @author Bruce Escobar - automatic
|
|
422
|
-
* @author Bruce Escobar - automatic
|
|
423
|
-
* @author Bruce Escobar - automatic
|
|
424
|
-
* @author Bruce Escobar - automatic
|
|
425
|
-
* @author Bruce Escobar - automatic
|
|
426
|
-
* @author Bruce Escobar - automatic
|
|
427
|
-
* @author Bruce Escobar - automatic
|
|
428
|
-
* @author Bruce Escobar - automatic
|
|
32
|
+
* Inicializa el store de areas
|
|
429
33
|
* @author Bruce Escobar - automatic
|
|
430
34
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
431
35
|
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
@@ -7,57 +7,70 @@ export type WindowActionType = 'main' | 'allways' | 'normal';
|
|
|
7
7
|
export interface AreaWindowAction extends MenuAction {
|
|
8
8
|
/**
|
|
9
9
|
* Tipo de visibilidad de la acción de ventana.
|
|
10
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
10
11
|
*/
|
|
11
12
|
visibility: WindowActionType;
|
|
12
13
|
/**
|
|
13
14
|
* Clave única de la acción de ventana.
|
|
15
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
14
16
|
*/
|
|
15
17
|
key: string;
|
|
16
18
|
/**
|
|
17
19
|
* Etiqueta opcional para la acción de ventana.
|
|
20
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
18
21
|
*/
|
|
19
22
|
tag?: any;
|
|
20
23
|
/**
|
|
21
24
|
* Clase CSS opcional para la acción de ventana.
|
|
25
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
22
26
|
*/
|
|
23
27
|
className?: string;
|
|
24
28
|
}
|
|
25
29
|
/**
|
|
26
30
|
* Tipo que representa el tipo de ventana: microfrontend o componente.
|
|
31
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
27
32
|
*/
|
|
28
33
|
export type WinType = 'microfrontend' | 'component';
|
|
29
34
|
/**
|
|
30
35
|
* Tipo que representa el tipo de emergencia de la ventana: diseño, popup o modal.
|
|
36
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
31
37
|
*/
|
|
32
38
|
export type EmergeType = 'layout' | 'popup' | 'modal';
|
|
33
39
|
/**
|
|
34
40
|
* Tipo que representa el tipo de apertura de la ventana: normal o maximizado.
|
|
41
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
35
42
|
*/
|
|
36
43
|
export type OpenType = 'normal' | 'maximized';
|
|
37
44
|
/**
|
|
38
45
|
* Propiedades base de un microfrontend.
|
|
46
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
39
47
|
*/
|
|
40
48
|
export interface MFBaseProps {
|
|
41
49
|
/**
|
|
42
50
|
* Puerto de depuración utilizado para cargar el microfrontend en entornos locales.
|
|
51
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
43
52
|
*/
|
|
44
|
-
|
|
53
|
+
debugPort: number;
|
|
45
54
|
/**
|
|
46
55
|
* Indica si se debe almacenar en caché el microfrontend para futuros usos.
|
|
56
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
47
57
|
*/
|
|
48
58
|
cache?: boolean;
|
|
49
59
|
/**
|
|
50
60
|
* Prefijo utilizado para identificar los microfrontends. Por ejemplo, "m4labs", "guardian", etc.
|
|
61
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
51
62
|
*/
|
|
52
63
|
prefix: string;
|
|
53
64
|
}
|
|
54
65
|
export type JSX_REACT_NODE = ((props?: any) => JSX.Element) | ReactNode;
|
|
55
66
|
/**
|
|
56
67
|
* Tipo que representa el tipo de cookie: ventana o módulo.
|
|
68
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
57
69
|
*/
|
|
58
70
|
export type CookieType = 'window' | 'module';
|
|
59
71
|
/**
|
|
60
72
|
* Objeto que contiene las cookies de un módulo y de una ventana.
|
|
73
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
61
74
|
*/
|
|
62
75
|
export type Cookies = {
|
|
63
76
|
moduleCookies: Record<string, any>;
|
|
@@ -65,45 +78,57 @@ export type Cookies = {
|
|
|
65
78
|
};
|
|
66
79
|
/**
|
|
67
80
|
* Tipo que representa el estado de la ventana: inicialización, carga, cargado o error.
|
|
81
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
68
82
|
*/
|
|
69
83
|
export type WindowStatus = 'init' | 'loading' | 'loaded' | 'error';
|
|
70
84
|
export type WindowState = {
|
|
71
85
|
/**
|
|
72
86
|
* status Indica el proceso de cargado de la ventana
|
|
87
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
73
88
|
*/
|
|
74
89
|
status: WindowStatus;
|
|
75
90
|
dynamicMFStore: DynamicMFStore;
|
|
76
91
|
/**
|
|
77
92
|
* loading indica si la barra de progress aparece o no
|
|
93
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
78
94
|
*/
|
|
79
95
|
loading: boolean;
|
|
80
96
|
version?: string;
|
|
81
97
|
/**
|
|
82
98
|
* Acciones del módulo.
|
|
99
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
83
100
|
*/
|
|
84
101
|
moduleActions: AreaWindowAction[];
|
|
85
102
|
cookies: Cookies;
|
|
86
103
|
/**
|
|
87
104
|
* "fnQueryClose" función que reemplaza la opción de cerrado normal de la ventana
|
|
88
105
|
* @returns void
|
|
106
|
+
* @author Andrés Quintero - automatic
|
|
107
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
108
|
+
* @updatedAt 2024-12-27 08:28:36 - automatic
|
|
109
|
+
* @updatedUser Andrés Quintero - automatic
|
|
89
110
|
*/
|
|
90
111
|
fnQueryClose?: () => void;
|
|
91
112
|
};
|
|
92
113
|
/**
|
|
93
114
|
* Opciones para la ventana.
|
|
115
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
94
116
|
*/
|
|
95
117
|
export type WindowOptions = {
|
|
96
118
|
/**
|
|
97
119
|
* Indica si se permitirá persistir las cookies.
|
|
120
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
98
121
|
*/
|
|
99
122
|
allowPersistCookies: boolean;
|
|
100
123
|
};
|
|
101
124
|
/**
|
|
102
125
|
* Propiedades base para una ventana en la aplicación.
|
|
126
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
103
127
|
*/
|
|
104
128
|
export interface WindowBaseProps {
|
|
105
129
|
/**
|
|
106
130
|
* Tipo de ventana ('microfrontend' o 'component').
|
|
131
|
+
* @createdAt 2024-12-27 08:27:31 - automatic
|
|
107
132
|
*/
|
|
108
133
|
winType: WinType;
|
|
109
134
|
emergeType: EmergeType;
|
|
@@ -112,7 +137,7 @@ export interface WindowBaseProps {
|
|
|
112
137
|
moduleId: string;
|
|
113
138
|
windowId: string;
|
|
114
139
|
dynamicParams: DynamicMFParameters;
|
|
115
|
-
|
|
140
|
+
iconUrl: string;
|
|
116
141
|
title: string;
|
|
117
142
|
onClose?: (windowId: string) => void;
|
|
118
143
|
devCookies?: Cookies;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Resizable } from 'react-resizable';
|
|
2
|
-
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableProps, "children" | "width" | "height" | "className" | "onResize" | "
|
|
2
|
+
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableProps, "children" | "width" | "height" | "className" | "onResize" | "resizeHandles" | "handle" | "handleSize" | "lockAspectRatio" | "minConstraints" | "maxConstraints" | "onResizeStop" | "onResizeStart" | "draggableOpts" | "transformScale" | "axis"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {
|
|
3
3
|
ref?: import('react').Ref<Resizable> | undefined;
|
|
4
4
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ResizableBox } from 'react-resizable';
|
|
2
|
-
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableBoxProps, "children" | "style" | "width" | "height" | "className" | "onResize" | "
|
|
2
|
+
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableBoxProps, "children" | "style" | "width" | "height" | "className" | "onResize" | "resizeHandles" | "handle" | "handleSize" | "lockAspectRatio" | "minConstraints" | "maxConstraints" | "onResizeStop" | "onResizeStart" | "draggableOpts" | "transformScale" | "axis"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {
|
|
3
3
|
ref?: import('react').Ref<ResizableBox> | undefined;
|
|
4
4
|
}>;
|
|
@@ -4,7 +4,7 @@ import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
|
4
4
|
import { W as WrapperComponent } from "../../WrapperComponent/index.js";
|
|
5
5
|
import { L as LABEL_BOOLEAN_YES, a as LABEL_BOOLEAN_NO, b as LABEL_BOOLEAN_TRUE, c as LABEL_BOOLEAN_FALSE } from "./dictionary.js";
|
|
6
6
|
import clsx from "clsx";
|
|
7
|
-
import {
|
|
7
|
+
import { a as getComponentSlotRoot } from "../../../utils/getComponentSlotRoot.js";
|
|
8
8
|
import { B as BOOLEAN_FORMATTER_KEY_COMPONENT } from "./constants.js";
|
|
9
9
|
import { a as getPropDataTestId } from "../../../test/getNameDataTestId.js";
|
|
10
10
|
import { T as TextStyled, F as FormatterRootStyled, B as BooleanFormatterIconStyled } from "./slots/BooleanFormatterSlots.js";
|
|
@@ -11,7 +11,10 @@ const booleanFormatterStyles = {
|
|
|
11
11
|
width: `${theme.vars.size.baseSpacings.sp7} !important`,
|
|
12
12
|
borderRadius: theme.vars.size.borderRadius.r1
|
|
13
13
|
}
|
|
14
|
-
})
|
|
14
|
+
}),
|
|
15
|
+
booleanFormatterRoot: {},
|
|
16
|
+
booleanFormatterSkeleton: {},
|
|
17
|
+
booleanFormatterIcon: {}
|
|
15
18
|
};
|
|
16
19
|
export {
|
|
17
20
|
booleanFormatterStyles as b
|
|
@@ -3,9 +3,9 @@ import { B as BOOLEAN_FORMATTER_KEY_COMPONENT } from "../constants.js";
|
|
|
3
3
|
import { B as BooleanFormatterSlots } from "./BooleanFormatterEnum.js";
|
|
4
4
|
import { b as booleanFormatterStyles } from "../BooleanFormatter.styles.js";
|
|
5
5
|
import { F as FormatterRoot } from "../../FormatterRoot/index.js";
|
|
6
|
+
import { T as Typography } from "../../../mui_extended/Typography/Typography.js";
|
|
6
7
|
import { S as Skeleton } from "../../../mui_extended/Skeleton/Skeleton.js";
|
|
7
8
|
import { I as Icon } from "../../../Icon/Icon.js";
|
|
8
|
-
import { T as Typography } from "../../../mui_extended/Typography/Typography.js";
|
|
9
9
|
const FormatterRootStyled = styled(FormatterRoot, {
|
|
10
10
|
name: BOOLEAN_FORMATTER_KEY_COMPONENT,
|
|
11
11
|
slot: BooleanFormatterSlots.booleanFormatterRoot
|
|
@@ -35,4 +35,4 @@ export interface BooleanFormatterOwnerState {
|
|
|
35
35
|
* This type allows partial overriding of the default styles through Material-UI's `OverridesStyleRules`.
|
|
36
36
|
* It integrates with the Material-UI `Theme` to ensure consistent theming.
|
|
37
37
|
*/
|
|
38
|
-
export type BooleanFormatterStyles =
|
|
38
|
+
export type BooleanFormatterStyles = OverridesStyleRules<BooleanFormatter, typeof BOOLEAN_FORMATTER_KEY_COMPONENT, Theme>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const MyDeviceRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
1
|
+
export declare const MyDeviceRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
2
2
|
export declare const MyDeviceImageStyled: import('@emotion/styled').StyledComponent<Pick<import('../../../Image').ImageProps, keyof import('../../../Image').ImageProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
|
|
3
|
-
export declare const MyDeviceLabelStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
3
|
+
export declare const MyDeviceLabelStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const MyDeviceStatusRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
1
|
+
export declare const MyDeviceStatusRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
2
2
|
export declare const MyDeviceStatusImageStyled: import('@emotion/styled').StyledComponent<Pick<import('../../../Image').ImageProps, keyof import('../../../Image').ImageProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
|
|
3
|
-
export declare const MyDeviceStatusLabelStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
3
|
+
export declare const MyDeviceStatusLabelStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
@@ -8,8 +8,8 @@ export declare function getRHFAutocompleteClassesUtilityClass(slot: string): str
|
|
|
8
8
|
export declare const useUtilityClasses: (ownerState: OwnerState) => {
|
|
9
9
|
skeleton: string;
|
|
10
10
|
root: string;
|
|
11
|
-
label: string;
|
|
12
11
|
popper: string;
|
|
12
|
+
label: string;
|
|
13
13
|
skeletonRoot: string;
|
|
14
14
|
skeletonContainerText: string;
|
|
15
15
|
containerRefreshDown: string;
|
|
@@ -9,12 +9,12 @@ import { u as useUtilityClasses } from "../../classes/index.js";
|
|
|
9
9
|
import { A as AutocompleteRoot } from "../../styles.js";
|
|
10
10
|
import { T as TEST_PROP_ID } from "../../../../../test/constants_no_mock.js";
|
|
11
11
|
import { R as RHFTAUTOCOMPLET_ROOT_TEST_ID } from "../../test/constants.js";
|
|
12
|
-
import {
|
|
13
|
-
import { L as Label } from "../../../../Label/Label.js";
|
|
12
|
+
import { C as CircularProgress } from "../../../../mui_extended/CircularProgress/CircularProgress.js";
|
|
14
13
|
import { T as Typography } from "../../../../mui_extended/Typography/Typography.js";
|
|
15
14
|
import { I as IconButton } from "../../../../mui_extended/IconButton/IconButton.js";
|
|
15
|
+
import { S as SkeletonRHFAutocomplete } from "../Skeleton/index.js";
|
|
16
|
+
import { L as Label } from "../../../../Label/Label.js";
|
|
16
17
|
import { H as HelperError } from "../../../../HelperError/HelperError.js";
|
|
17
|
-
import { C as CircularProgress } from "../../../../mui_extended/CircularProgress/CircularProgress.js";
|
|
18
18
|
function ComponentTypeText(props) {
|
|
19
19
|
const {
|
|
20
20
|
name: nameRHF,
|