@m4l/components 8.1.0-beta.devManuela.IconButton → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/export.d.ts +4 -1
- package/@types/types.d.ts +49 -11
- package/components/ControlIncrement/ControlIncrement.d.ts +5 -0
- package/components/ControlIncrement/ControlIncrement.styles.d.ts +8 -0
- package/components/ControlIncrement/constants.d.ts +25 -0
- package/components/ControlIncrement/slots/ControlIncrementEnum.d.ts +6 -0
- package/components/ControlIncrement/slots/ControltrolIncrementSlots.d.ts +14 -0
- package/components/ControlIncrement/slots/index.d.ts +2 -0
- package/components/ControlIncrement/stories/ControlClick/ControlIncrement.controlclick.stories.d.ts +13 -0
- package/components/ControlIncrement/stories/DefaultAndDisabled/ControlIncrement.defaultanddisabled.stories.d.ts +17 -0
- package/components/ControlIncrement/stories/Sizes/ControlIncrement.sizes.stories.d.ts +21 -0
- package/components/ControlIncrement/types.d.ts +56 -0
- package/components/DataGrid/classes/index.d.ts +1 -1
- package/components/DynamicFilter/DynamicFIlter.styles.js +232 -0
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
- package/components/GridLayout/classes/index.d.ts +1 -1
- package/components/GridLayout/subcomponents/withSizeProvider/index.d.ts +2 -2
- package/components/HelperError/HelperError.d.ts +11 -1
- package/components/HelperError/HelperError.js +21 -2
- package/components/HelperError/HelperError.stories.d.ts +7 -1
- package/components/HelperError/HelperError.styles.js +32 -4
- package/components/HelperError/constant.d.ts +9 -0
- package/components/HelperError/constant.js +3 -1
- package/components/HelperError/slots/HelperErrorEnum.d.ts +5 -1
- package/components/HelperError/slots/HelperErrorEnum.js +1 -0
- package/components/HelperError/slots/HelperErrorSlots.d.ts +5 -2
- package/components/HelperError/slots/HelperErrorSlots.js +6 -1
- package/components/HelperError/types.d.ts +28 -2
- package/components/Icon/Icon.d.ts +4 -3
- package/components/Icon/Icon.js +54 -71
- package/components/Icon/Icon.styles.js +85 -31
- package/components/Icon/slots/IconEnum.d.ts +2 -1
- package/components/Icon/slots/IconEnum.js +1 -0
- package/components/Icon/slots/IconSlots.d.ts +3 -0
- package/components/Icon/slots/IconSlots.js +7 -1
- package/components/Icon/stories/DefaultWithProps/Icon.defaultWithProps.stories.d.ts +35 -0
- package/components/Icon/stories/Preset/Icon.preset.stories.d.ts +16 -0
- package/components/Icon/stories/Semantic/Icon.semantic.stories.d.ts +30 -0
- package/components/Icon/stories/Sizes/icon.sizes.stories.d.ts +40 -0
- package/components/Icon/types.d.ts +16 -12
- package/components/InputNumberSpinner/InputNumberSpinner.d.ts +9 -0
- package/components/InputNumberSpinner/InputNumberSpinner.styles.d.ts +8 -0
- package/components/InputNumberSpinner/constants.d.ts +9 -0
- package/components/InputNumberSpinner/hooks/types.d.ts +13 -0
- package/components/InputNumberSpinner/hooks/useInputNumberSpinner.d.ts +19 -0
- package/components/InputNumberSpinner/index.d.ts +2 -0
- package/components/InputNumberSpinner/slots/InputNumberSpinnerEnum.d.ts +7 -0
- package/components/InputNumberSpinner/slots/InputNumberSpinnerSlots.d.ts +15 -0
- package/components/InputNumberSpinner/slots/index.d.ts +2 -0
- package/components/InputNumberSpinner/stories/Default/InputNumberSpinner.default.stories.d.ts +25 -0
- package/components/InputNumberSpinner/stories/Error/InputNumberSpinner.error.stories.d.ts +25 -0
- package/components/InputNumberSpinner/stories/Sizes/InputNumberSpinner.sizes.stories.d.ts +41 -0
- package/components/InputNumberSpinner/stories/Variants/InputNumberSpinner.variants.stories.d.ts +25 -0
- package/components/InputNumberSpinner/types.d.ts +64 -0
- package/components/Label/Label.d.ts +17 -1
- package/components/Label/Label.js +8 -3
- package/components/Label/Label.styles.js +43 -6
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/Label/{Label.stories.d.ts → stories/PaletteColor/DefaultinternalManagement/LabelDefaultInternal.stories.d.ts} +6 -8
- package/components/Label/stories/PaletteColor/DefaultinternalManagement/LabelDefaultPredeterminado.stories.d.ts +18 -0
- package/components/Label/stories/PaletteColor/DefaultinternalManagement/commonProps/LabelDefaultInternalVariants.stories.d.ts +14 -0
- package/components/Label/stories/PaletteColor/DefaultinternalManagement/commonProps/LabelDefaultVariants.stories.d.ts +14 -0
- package/components/Label/types.d.ts +7 -1
- package/components/MFLoader/MFLoader.d.ts +6 -0
- package/components/MFLoader/MFLoader.js +3 -0
- package/components/NavLink/NavLink.d.ts +4 -0
- package/components/PropertyValue/classes/index.d.ts +1 -1
- package/components/SideBar/classes/index.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/styles.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
- package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.d.ts +5 -1
- package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.js +2 -1
- package/components/areas/components/AreasViewer/classes/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +2 -2
- package/components/areas/contexts/AreasContext/store.d.ts +4 -0
- package/components/areas/contexts/AreasContext/store.js +400 -0
- 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/hook-form/RHFAutocomplete/classes/index.d.ts +1 -1
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeImage/index.d.ts +4 -0
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index.d.ts +4 -0
- package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
- package/components/hook-form/RHFTextField/RHFTextField.d.ts +4 -0
- package/components/hook-form/RHFTextField/RHFTextField.js +15 -4
- package/components/hook-form/RHFTextField/RHFTextField.styles.js +266 -96
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +10 -10
- package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldDisabledOutlined.stories.d.ts +10 -0
- package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldDisabledText.stories.d.ts +10 -0
- package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldSkeleton.stories.d.ts +6 -0
- package/components/hook-form/RHFTextField/stories/Error/TextFieldErrorOutlined.stories.d.ts +9 -0
- package/components/hook-form/RHFTextField/stories/Error/TextFieldErrorText.stories.d.ts +9 -0
- package/components/hook-form/RHFTextField/stories/Primary/TextFieldOutlined.stories.d.ts +9 -0
- package/components/hook-form/RHFTextField/stories/Primary/TextFieldText.stories.d.ts +9 -0
- package/components/hook-form/RHFTextField/types.d.ts +10 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +2 -2
- package/components/hook-form/RHFormContext/classes/index.d.ts +1 -1
- package/components/maps/components/Map/contexts/MapContext/store.d.ts +2 -2
- package/components/maps/components/Map/contexts/MapContext/store.js +332 -152
- package/components/maps/components/Map/hooks/useAutoFocus/index.d.ts +2 -2
- package/components/maps/components/Map/pluginLayers/PolylineWithArrows/index.d.ts +2 -2
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index.d.ts +2 -2
- package/components/mui_extended/Accordion/Accordion.d.ts +4 -0
- package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
- package/components/mui_extended/Button/styles.d.ts +1 -1
- package/components/mui_extended/IconButton/IconButton.d.ts +4 -0
- package/components/mui_extended/IconButton/IconButton.js +6 -5
- package/components/mui_extended/IconButton/IconButton.styles.js +30 -2
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +2 -2
- package/components/mui_extended/LoadingButton/index.d.ts +4 -0
- package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/MenuItem.d.ts +11 -0
- package/components/mui_extended/MenuItem/MenuItem.stories.d.ts +37 -0
- package/components/mui_extended/MenuItem/MenuItem.styles.d.ts +2 -0
- package/components/mui_extended/MenuItem/constants.d.ts +8 -0
- package/components/mui_extended/MenuItem/index.d.ts +2 -0
- package/components/mui_extended/MenuItem/slots/MenuItemEnum.d.ts +5 -0
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +11 -0
- package/components/mui_extended/MenuItem/slots/index.d.ts +2 -0
- package/components/mui_extended/MenuItem/types.d.ts +41 -0
- package/components/mui_extended/Select/Select.d.ts +9 -0
- package/components/mui_extended/Select/Select.styles.d.ts +2 -0
- package/components/mui_extended/Select/constants.d.ts +8 -0
- package/components/mui_extended/Select/index.d.ts +2 -0
- package/components/mui_extended/Select/slots/SelectEnum.d.ts +6 -0
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +12 -0
- package/components/mui_extended/Select/slots/index.d.ts +2 -0
- package/components/mui_extended/Select/stories/SelectOutlied.stories.d.ts +75 -0
- package/components/mui_extended/Select/stories/SelectStandar.stories.d.ts +29 -0
- package/components/mui_extended/Select/types.d.ts +66 -0
- package/components/mui_extended/Skeleton/Skeleton.d.ts +4 -0
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
- package/components/mui_extended/Skeleton/skeleton.styles.js +4 -0
- package/components/mui_extended/Tabs/styles.d.ts +1 -1
- package/components/mui_extended/TextField/TextField.d.ts +9 -0
- package/components/mui_extended/TextField/TextField.styles.d.ts +2 -0
- package/components/mui_extended/TextField/constants.d.ts +1 -0
- package/components/mui_extended/TextField/index.d.ts +1 -0
- package/components/mui_extended/TextField/slots/TextFieldEnum.d.ts +5 -0
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +13 -0
- package/components/mui_extended/TextField/slots/index.d.ts +2 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldDisabledOutlined.stories.d.ts +15 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldDisabledText.stories.d.ts +15 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldSkeleton.stories.d.ts +11 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/TextFieldErrorOutlined.stories.d.ts +9 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/TextFieldErrorText.stories.d.ts +9 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateActive.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateEnabled.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateFocus.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateHover.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateActive.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateEnabled.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateFocus.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateHover.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/TextFieldOutlined.stories.d.ts +9 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/TextFieldText.stories.d.ts +12 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateActive.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateEnabled.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateFocus.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateHover.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateActive.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateEnabled.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateFocus.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateHover.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/sizes/TextFieldSizes.stories.d.ts +16 -0
- package/components/mui_extended/TextField/types.d.ts +35 -0
- package/components/mui_extended/Typography/Typography.d.ts +4 -0
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/components/mui_extended/Typography/typography.styles.js +4 -0
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.d.ts +2 -2
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.js +114 -18
- package/contexts/RealTimeContext/store.d.ts +2 -2
- package/contexts/RealTimeContext/store.js +30 -6
- package/hooks/useSizeContainer/index.d.ts +2 -2
- package/package.json +1 -1
- package/components/Icon/Icon.stories.d.ts +0 -166
- package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.d.ts +0 -5
- package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.stories.d.ts +0 -21
- package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.styles.d.ts +0 -2
- package/components/hook-form/RHFInputNumberSpinner/constants.d.ts +0 -1
- package/components/hook-form/RHFInputNumberSpinner/index.d.ts +0 -1
- package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +0 -23
- package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnnerEnum.d.ts +0 -9
- package/components/hook-form/RHFInputNumberSpinner/slots/index.d.ts +0 -2
- package/components/hook-form/RHFInputNumberSpinner/subcomponents/SkeletonSpinner/index.d.ts +0 -4
- package/components/hook-form/RHFInputNumberSpinner/types.d.ts +0 -21
- package/components/hook-form/RHFInputNumberSpinner/useRHFInputNumberSpinner.d.ts +0 -13
- package/components/hook-form/RHFTextField/RHFTextField.stories.d.ts +0 -14
|
@@ -27,36 +27,216 @@ const createMapStore = (initProps) => {
|
|
|
27
27
|
mapActions: {
|
|
28
28
|
/**
|
|
29
29
|
* TODO: Documentar
|
|
30
|
-
* @updatedUser
|
|
31
|
-
* @updatedUser
|
|
32
|
-
* @updatedUser
|
|
33
|
-
* @updatedUser
|
|
34
|
-
* @updatedUser
|
|
35
|
-
* @updatedUser
|
|
36
|
-
* @updatedUser
|
|
37
|
-
* @updatedUser
|
|
38
|
-
* @updatedUser
|
|
39
|
-
* @updatedUser
|
|
40
|
-
* @updatedUser
|
|
41
|
-
* @updatedUser
|
|
42
|
-
* @updatedUser
|
|
43
|
-
* @updatedUser
|
|
44
|
-
* @updatedUser
|
|
45
|
-
* @updatedAt 2024-10-
|
|
46
|
-
* @updatedAt 2024-10-
|
|
47
|
-
* @updatedAt 2024-10-
|
|
48
|
-
* @updatedAt 2024-10-
|
|
49
|
-
* @updatedAt 2024-10-
|
|
50
|
-
* @updatedAt 2024-10-
|
|
51
|
-
* @updatedAt 2024-10-
|
|
52
|
-
* @updatedAt 2024-10-
|
|
53
|
-
* @updatedAt 2024-10-
|
|
54
|
-
* @updatedAt 2024-10-
|
|
55
|
-
* @updatedAt 2024-10-
|
|
56
|
-
* @updatedAt 2024-10-
|
|
57
|
-
* @updatedAt 2024-10-
|
|
58
|
-
* @updatedAt 2024-10-
|
|
59
|
-
* @updatedAt 2024-10-
|
|
30
|
+
* @updatedUser Bruce Escobar - automatic
|
|
31
|
+
* @updatedUser Bruce Escobar - automatic
|
|
32
|
+
* @updatedUser Bruce Escobar - automatic
|
|
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
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
46
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
47
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
48
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
49
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
50
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
51
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
52
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
53
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
54
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
55
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
56
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
57
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
58
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
59
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
60
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
61
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
62
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
63
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
64
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
65
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
66
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
67
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
68
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
69
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
70
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
71
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
72
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
73
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
74
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
75
|
+
* @author Bruce Escobar - automatic
|
|
76
|
+
* @author Bruce Escobar - automatic
|
|
77
|
+
* @author Bruce Escobar - automatic
|
|
78
|
+
* @author Bruce Escobar - automatic
|
|
79
|
+
* @author Bruce Escobar - automatic
|
|
80
|
+
* @author Bruce Escobar - automatic
|
|
81
|
+
* @author Bruce Escobar - automatic
|
|
82
|
+
* @author Bruce Escobar - automatic
|
|
83
|
+
* @author Bruce Escobar - automatic
|
|
84
|
+
* @author Bruce Escobar - automatic
|
|
85
|
+
* @author Bruce Escobar - automatic
|
|
86
|
+
* @author Bruce Escobar - automatic
|
|
87
|
+
* @author Bruce Escobar - automatic
|
|
88
|
+
* @author Bruce Escobar - automatic
|
|
89
|
+
* @author Bruce Escobar - automatic
|
|
90
|
+
* @updatedUser Bruce Escobar - automatic
|
|
91
|
+
* @updatedUser Bruce Escobar - automatic
|
|
92
|
+
* @updatedUser Bruce Escobar - automatic
|
|
93
|
+
* @updatedUser Bruce Escobar - automatic
|
|
94
|
+
* @updatedUser Bruce Escobar - automatic
|
|
95
|
+
* @updatedUser Bruce Escobar - automatic
|
|
96
|
+
* @updatedUser Bruce Escobar - automatic
|
|
97
|
+
* @updatedUser Bruce Escobar - automatic
|
|
98
|
+
* @updatedUser Bruce Escobar - automatic
|
|
99
|
+
* @updatedUser Bruce Escobar - automatic
|
|
100
|
+
* @updatedUser Bruce Escobar - automatic
|
|
101
|
+
* @updatedUser Bruce Escobar - automatic
|
|
102
|
+
* @updatedUser Bruce Escobar - automatic
|
|
103
|
+
* @updatedUser Bruce Escobar - automatic
|
|
104
|
+
* @updatedUser Bruce Escobar - automatic
|
|
105
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
106
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
107
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
108
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
109
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
110
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
111
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
112
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
113
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
114
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
115
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
116
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
117
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
118
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
119
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
120
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
121
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
122
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
123
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
124
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
125
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
126
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
127
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
128
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
129
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
130
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
131
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
132
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
133
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
134
|
+
* @createdAt 2024-10-22 09:42:38 - 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
|
+
* @updatedUser Bruce Escobar - automatic
|
|
151
|
+
* @updatedUser Bruce Escobar - automatic
|
|
152
|
+
* @updatedUser Bruce Escobar - automatic
|
|
153
|
+
* @updatedUser Bruce Escobar - automatic
|
|
154
|
+
* @updatedUser Bruce Escobar - automatic
|
|
155
|
+
* @updatedUser Bruce Escobar - automatic
|
|
156
|
+
* @updatedUser Bruce Escobar - automatic
|
|
157
|
+
* @updatedUser Bruce Escobar - automatic
|
|
158
|
+
* @updatedUser Bruce Escobar - automatic
|
|
159
|
+
* @updatedUser Bruce Escobar - automatic
|
|
160
|
+
* @updatedUser Bruce Escobar - automatic
|
|
161
|
+
* @updatedUser Bruce Escobar - automatic
|
|
162
|
+
* @updatedUser Bruce Escobar - automatic
|
|
163
|
+
* @updatedUser Bruce Escobar - automatic
|
|
164
|
+
* @updatedUser Bruce Escobar - automatic
|
|
165
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
166
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
167
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
168
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
169
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
170
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
171
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
172
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
173
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
174
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
175
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
176
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
177
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
178
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
179
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
180
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
181
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
182
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
183
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
184
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
185
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
186
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
187
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
188
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
189
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
190
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
191
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
192
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
193
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
194
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
195
|
+
* @author Bruce Escobar - automatic
|
|
196
|
+
* @author Bruce Escobar - automatic
|
|
197
|
+
* @author Bruce Escobar - automatic
|
|
198
|
+
* @author Bruce Escobar - automatic
|
|
199
|
+
* @author Bruce Escobar - automatic
|
|
200
|
+
* @author Bruce Escobar - automatic
|
|
201
|
+
* @author Bruce Escobar - automatic
|
|
202
|
+
* @author Bruce Escobar - automatic
|
|
203
|
+
* @author Bruce Escobar - automatic
|
|
204
|
+
* @author Bruce Escobar - automatic
|
|
205
|
+
* @author Bruce Escobar - automatic
|
|
206
|
+
* @author Bruce Escobar - automatic
|
|
207
|
+
* @author Bruce Escobar - automatic
|
|
208
|
+
* @author Bruce Escobar - automatic
|
|
209
|
+
* @author Bruce Escobar - automatic
|
|
210
|
+
* @updatedUser Bruce Escobar - automatic
|
|
211
|
+
* @updatedUser Bruce Escobar - automatic
|
|
212
|
+
* @updatedUser Bruce Escobar - automatic
|
|
213
|
+
* @updatedUser Bruce Escobar - automatic
|
|
214
|
+
* @updatedUser Bruce Escobar - automatic
|
|
215
|
+
* @updatedUser Bruce Escobar - automatic
|
|
216
|
+
* @updatedUser Bruce Escobar - automatic
|
|
217
|
+
* @updatedUser Bruce Escobar - automatic
|
|
218
|
+
* @updatedUser Bruce Escobar - automatic
|
|
219
|
+
* @updatedUser Bruce Escobar - automatic
|
|
220
|
+
* @updatedUser Bruce Escobar - automatic
|
|
221
|
+
* @updatedUser Bruce Escobar - automatic
|
|
222
|
+
* @updatedUser Bruce Escobar - automatic
|
|
223
|
+
* @updatedUser Bruce Escobar - automatic
|
|
224
|
+
* @updatedUser Bruce Escobar - 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
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
232
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
233
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
234
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
235
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
236
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
237
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
238
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
239
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
60
240
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
61
241
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
62
242
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
@@ -87,36 +267,36 @@ const createMapStore = (initProps) => {
|
|
|
87
267
|
* @author Juan Escobar - automatic
|
|
88
268
|
* @author Juan Escobar - automatic
|
|
89
269
|
* @author Juan Escobar - automatic
|
|
90
|
-
* @updatedUser
|
|
91
|
-
* @updatedUser
|
|
92
|
-
* @updatedUser
|
|
93
|
-
* @updatedUser
|
|
94
|
-
* @updatedUser
|
|
95
|
-
* @updatedUser
|
|
96
|
-
* @updatedUser
|
|
97
|
-
* @updatedUser
|
|
98
|
-
* @updatedUser
|
|
99
|
-
* @updatedUser
|
|
100
|
-
* @updatedUser
|
|
101
|
-
* @updatedUser
|
|
102
|
-
* @updatedUser
|
|
103
|
-
* @updatedUser
|
|
104
|
-
* @updatedUser
|
|
105
|
-
* @updatedAt 2024-10-
|
|
106
|
-
* @updatedAt 2024-10-
|
|
107
|
-
* @updatedAt 2024-10-
|
|
108
|
-
* @updatedAt 2024-10-
|
|
109
|
-
* @updatedAt 2024-10-
|
|
110
|
-
* @updatedAt 2024-10-
|
|
111
|
-
* @updatedAt 2024-10-
|
|
112
|
-
* @updatedAt 2024-10-
|
|
113
|
-
* @updatedAt 2024-10-
|
|
114
|
-
* @updatedAt 2024-10-
|
|
115
|
-
* @updatedAt 2024-10-
|
|
116
|
-
* @updatedAt 2024-10-
|
|
117
|
-
* @updatedAt 2024-10-
|
|
118
|
-
* @updatedAt 2024-10-
|
|
119
|
-
* @updatedAt 2024-10-
|
|
270
|
+
* @updatedUser Bruce Escobar - automatic
|
|
271
|
+
* @updatedUser Bruce Escobar - automatic
|
|
272
|
+
* @updatedUser Bruce Escobar - automatic
|
|
273
|
+
* @updatedUser Bruce Escobar - automatic
|
|
274
|
+
* @updatedUser Bruce Escobar - automatic
|
|
275
|
+
* @updatedUser Bruce Escobar - automatic
|
|
276
|
+
* @updatedUser Bruce Escobar - automatic
|
|
277
|
+
* @updatedUser Bruce Escobar - automatic
|
|
278
|
+
* @updatedUser Bruce Escobar - automatic
|
|
279
|
+
* @updatedUser Bruce Escobar - automatic
|
|
280
|
+
* @updatedUser Bruce Escobar - automatic
|
|
281
|
+
* @updatedUser Bruce Escobar - automatic
|
|
282
|
+
* @updatedUser Bruce Escobar - automatic
|
|
283
|
+
* @updatedUser Bruce Escobar - automatic
|
|
284
|
+
* @updatedUser Bruce Escobar - automatic
|
|
285
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
286
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
287
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
288
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
289
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
290
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
291
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
292
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
293
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
294
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
295
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
296
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
297
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
298
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
299
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
120
300
|
* @author Juan Escobar - automatic
|
|
121
301
|
* @author Juan Escobar - automatic
|
|
122
302
|
* @author Juan Escobar - automatic
|
|
@@ -132,36 +312,36 @@ const createMapStore = (initProps) => {
|
|
|
132
312
|
* @author Juan Escobar - automatic
|
|
133
313
|
* @author Juan Escobar - automatic
|
|
134
314
|
* @author Juan Escobar - automatic
|
|
135
|
-
* @updatedUser
|
|
136
|
-
* @updatedUser
|
|
137
|
-
* @updatedUser
|
|
138
|
-
* @updatedUser
|
|
139
|
-
* @updatedUser
|
|
140
|
-
* @updatedUser
|
|
141
|
-
* @updatedUser
|
|
142
|
-
* @updatedUser
|
|
143
|
-
* @updatedUser
|
|
144
|
-
* @updatedUser
|
|
145
|
-
* @updatedUser
|
|
146
|
-
* @updatedUser
|
|
147
|
-
* @updatedUser
|
|
148
|
-
* @updatedUser
|
|
149
|
-
* @updatedUser
|
|
150
|
-
* @updatedAt 2024-10-
|
|
151
|
-
* @updatedAt 2024-10-
|
|
152
|
-
* @updatedAt 2024-10-
|
|
153
|
-
* @updatedAt 2024-10-
|
|
154
|
-
* @updatedAt 2024-10-
|
|
155
|
-
* @updatedAt 2024-10-
|
|
156
|
-
* @updatedAt 2024-10-
|
|
157
|
-
* @updatedAt 2024-10-
|
|
158
|
-
* @updatedAt 2024-10-
|
|
159
|
-
* @updatedAt 2024-10-
|
|
160
|
-
* @updatedAt 2024-10-
|
|
161
|
-
* @updatedAt 2024-10-
|
|
162
|
-
* @updatedAt 2024-10-
|
|
163
|
-
* @updatedAt 2024-10-
|
|
164
|
-
* @updatedAt 2024-10-
|
|
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
|
|
165
345
|
* @author Juan Escobar - automatic
|
|
166
346
|
* @author Juan Escobar - automatic
|
|
167
347
|
* @author Juan Escobar - automatic
|
|
@@ -177,36 +357,36 @@ const createMapStore = (initProps) => {
|
|
|
177
357
|
* @author Juan Escobar - automatic
|
|
178
358
|
* @author Juan Escobar - automatic
|
|
179
359
|
* @author Juan Escobar - automatic
|
|
180
|
-
* @updatedUser
|
|
181
|
-
* @updatedUser
|
|
182
|
-
* @updatedUser
|
|
183
|
-
* @updatedUser
|
|
184
|
-
* @updatedUser
|
|
185
|
-
* @updatedUser
|
|
186
|
-
* @updatedUser
|
|
187
|
-
* @updatedUser
|
|
188
|
-
* @updatedUser
|
|
189
|
-
* @updatedUser
|
|
190
|
-
* @updatedUser
|
|
191
|
-
* @updatedUser
|
|
192
|
-
* @updatedUser
|
|
193
|
-
* @updatedUser
|
|
194
|
-
* @updatedUser
|
|
195
|
-
* @updatedAt 2024-10-
|
|
196
|
-
* @updatedAt 2024-10-
|
|
197
|
-
* @updatedAt 2024-10-
|
|
198
|
-
* @updatedAt 2024-10-
|
|
199
|
-
* @updatedAt 2024-10-
|
|
200
|
-
* @updatedAt 2024-10-
|
|
201
|
-
* @updatedAt 2024-10-
|
|
202
|
-
* @updatedAt 2024-10-
|
|
203
|
-
* @updatedAt 2024-10-
|
|
204
|
-
* @updatedAt 2024-10-
|
|
205
|
-
* @updatedAt 2024-10-
|
|
206
|
-
* @updatedAt 2024-10-
|
|
207
|
-
* @updatedAt 2024-10-
|
|
208
|
-
* @updatedAt 2024-10-
|
|
209
|
-
* @updatedAt 2024-10-
|
|
360
|
+
* @updatedUser Bruce Escobar - automatic
|
|
361
|
+
* @updatedUser Bruce Escobar - automatic
|
|
362
|
+
* @updatedUser Bruce Escobar - automatic
|
|
363
|
+
* @updatedUser Bruce Escobar - automatic
|
|
364
|
+
* @updatedUser Bruce Escobar - automatic
|
|
365
|
+
* @updatedUser Bruce Escobar - automatic
|
|
366
|
+
* @updatedUser Bruce Escobar - automatic
|
|
367
|
+
* @updatedUser Bruce Escobar - automatic
|
|
368
|
+
* @updatedUser Bruce Escobar - automatic
|
|
369
|
+
* @updatedUser Bruce Escobar - automatic
|
|
370
|
+
* @updatedUser Bruce Escobar - automatic
|
|
371
|
+
* @updatedUser Bruce Escobar - automatic
|
|
372
|
+
* @updatedUser Bruce Escobar - automatic
|
|
373
|
+
* @updatedUser Bruce Escobar - automatic
|
|
374
|
+
* @updatedUser Bruce Escobar - automatic
|
|
375
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
376
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
377
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
378
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
379
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
380
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
381
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
382
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
383
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
384
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
385
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
386
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
387
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
388
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
389
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
210
390
|
* @author Juan Escobar - automatic
|
|
211
391
|
* @author Juan Escobar - automatic
|
|
212
392
|
* @author Juan Escobar - automatic
|
|
@@ -222,36 +402,36 @@ const createMapStore = (initProps) => {
|
|
|
222
402
|
* @author Juan Escobar - automatic
|
|
223
403
|
* @author Juan Escobar - automatic
|
|
224
404
|
* @author Juan Escobar - automatic
|
|
225
|
-
* @updatedUser
|
|
226
|
-
* @updatedUser
|
|
227
|
-
* @updatedUser
|
|
228
|
-
* @updatedUser
|
|
229
|
-
* @updatedUser
|
|
230
|
-
* @updatedUser
|
|
231
|
-
* @updatedUser
|
|
232
|
-
* @updatedUser
|
|
233
|
-
* @updatedUser
|
|
234
|
-
* @updatedUser
|
|
235
|
-
* @updatedUser
|
|
236
|
-
* @updatedUser
|
|
237
|
-
* @updatedUser
|
|
238
|
-
* @updatedUser
|
|
239
|
-
* @updatedUser
|
|
240
|
-
* @updatedAt 2024-10-
|
|
241
|
-
* @updatedAt 2024-10-
|
|
242
|
-
* @updatedAt 2024-10-
|
|
243
|
-
* @updatedAt 2024-10-
|
|
244
|
-
* @updatedAt 2024-10-
|
|
245
|
-
* @updatedAt 2024-10-
|
|
246
|
-
* @updatedAt 2024-10-
|
|
247
|
-
* @updatedAt 2024-10-
|
|
248
|
-
* @updatedAt 2024-10-
|
|
249
|
-
* @updatedAt 2024-10-
|
|
250
|
-
* @updatedAt 2024-10-
|
|
251
|
-
* @updatedAt 2024-10-
|
|
252
|
-
* @updatedAt 2024-10-
|
|
253
|
-
* @updatedAt 2024-10-
|
|
254
|
-
* @updatedAt 2024-10-
|
|
405
|
+
* @updatedUser Bruce Escobar - automatic
|
|
406
|
+
* @updatedUser Bruce Escobar - automatic
|
|
407
|
+
* @updatedUser Bruce Escobar - automatic
|
|
408
|
+
* @updatedUser Bruce Escobar - automatic
|
|
409
|
+
* @updatedUser Bruce Escobar - automatic
|
|
410
|
+
* @updatedUser Bruce Escobar - automatic
|
|
411
|
+
* @updatedUser Bruce Escobar - automatic
|
|
412
|
+
* @updatedUser Bruce Escobar - automatic
|
|
413
|
+
* @updatedUser Bruce Escobar - automatic
|
|
414
|
+
* @updatedUser Bruce Escobar - automatic
|
|
415
|
+
* @updatedUser Bruce Escobar - automatic
|
|
416
|
+
* @updatedUser Bruce Escobar - automatic
|
|
417
|
+
* @updatedUser Bruce Escobar - automatic
|
|
418
|
+
* @updatedUser Bruce Escobar - automatic
|
|
419
|
+
* @updatedUser Bruce Escobar - automatic
|
|
420
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
421
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
422
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
423
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
424
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
425
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
426
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
427
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
428
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
429
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
430
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
431
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
432
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
433
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
434
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
255
435
|
* @author Juan Escobar - automatic
|
|
256
436
|
* @author Juan Escobar - automatic
|
|
257
437
|
* @author Juan Escobar - automatic
|
|
@@ -268,8 +448,8 @@ const createMapStore = (initProps) => {
|
|
|
268
448
|
* @author Juan Escobar - automatic
|
|
269
449
|
* @author Juan Escobar - automatic
|
|
270
450
|
* @author Juan Escobar - automatic
|
|
271
|
-
* @updatedAt 2024-10-
|
|
272
|
-
* @updatedUser
|
|
451
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
452
|
+
* @updatedUser Bruce Escobar - automatic
|
|
273
453
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
274
454
|
*/
|
|
275
455
|
init: (layersStore) => {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* que el mapa se ajuste a los límites de las capas que tienen auto focus.
|
|
5
5
|
* @author Juan Escobar
|
|
6
6
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
7
|
-
* @updatedAt 2024-10-
|
|
8
|
-
* @updatedUser
|
|
7
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
8
|
+
* @updatedUser Bruce Escobar - automatic
|
|
9
9
|
*/
|
|
10
10
|
export declare function useAutoFocus(): void;
|
|
@@ -7,8 +7,8 @@ interface PolylineWithArrowsProps extends PolylineProps {
|
|
|
7
7
|
/**
|
|
8
8
|
* TODO: Documentar
|
|
9
9
|
* @author Juan Escobar - automatic
|
|
10
|
-
* @updatedAt 2024-10-
|
|
11
|
-
* @updatedUser
|
|
10
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
11
|
+
* @updatedUser Bruce Escobar - automatic
|
|
12
12
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
13
13
|
*/
|
|
14
14
|
export declare const PolylineWithArrows: React.FC<PolylineWithArrowsProps>;
|
|
@@ -12,7 +12,7 @@ export type LefaletLayerRef = {
|
|
|
12
12
|
* @param props
|
|
13
13
|
* @returns
|
|
14
14
|
* @createdAt 2024-10-07 16:10:36 - automatic
|
|
15
|
-
* @updatedAt 2024-10-
|
|
16
|
-
* @updatedUser
|
|
15
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
16
|
+
* @updatedUser Bruce Escobar - automatic
|
|
17
17
|
*/
|
|
18
18
|
export declare const MyLayer: React.FC<LayerProps>;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { AccordionProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* TODO: Documentar
|
|
4
|
+
* @author Bruce Escobar - automatic
|
|
5
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
6
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
7
|
+
* @updatedUser Bruce Escobar - automatic
|
|
4
8
|
*/
|
|
5
9
|
export declare function Accordion(props: AccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const BadgeRootStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').BadgeOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
3
|
-
}, "color" | "sx" | "classes" | "className" | "style" | "
|
|
3
|
+
}, "children" | "color" | "sx" | "classes" | "className" | "style" | "components" | "componentsProps" | "slotProps" | "slots" | "badgeContent" | "variant" | "anchorOrigin" | "invisible" | "max" | "overlap" | "showZero">, "children" | "ref" | "color" | "content" | "translate" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "components" | "componentsProps" | "slotProps" | "slots" | "key" | "badgeContent" | "variant" | "anchorOrigin" | "invisible" | "max" | "overlap" | "showZero"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').BadgeOwnerState> & Record<string, unknown> & {
|
|
4
4
|
ownerState: Partial<import('../types').BadgeOwnerState> & Record<string, unknown>;
|
|
5
5
|
}, {}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ButtonRoot: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2
2
|
export declare const SKTButton: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
4
|
-
}, "height" | "width" | "animation" | "sx" | "classes" | "className" | "style" | "
|
|
4
|
+
}, "children" | "height" | "width" | "animation" | "sx" | "classes" | "className" | "style" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|