@m4l/components 7.2.2 → 8.0.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/types.d.ts +8 -0
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
- package/components/GridLayout/subcomponents/withSizeProvider/index.d.ts +4 -0
- package/components/GridLayout/subcomponents/withSizeProvider/index.js +1 -1
- package/components/HelperError/HelperError.js +2 -3
- package/components/HelperError/types.d.ts +1 -1
- package/components/Label/Label.js +9 -1
- package/components/Label/Label.styles.js +1 -1
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/MFLoader/MFLoader.js +1 -1
- package/components/NavLink/NavLink.js +2 -3
- package/components/NavLink/types.d.ts +1 -1
- package/components/Period/Period.js +2 -2
- package/components/PropertyValue/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/areas/components/AreasViewer/classes/index.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +5 -0
- package/components/areas/contexts/AreasContext/store.js +2 -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/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeImage/index.js +1 -1
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index.js +1 -1
- package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
- package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +1 -1
- package/components/hook-form/RHFInputNumberSpinner/useRHFInputNumberSpinner.d.ts +2 -2
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +4 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.js +1 -1
- package/components/hook-form/RHFormContext/classes/index.d.ts +1 -1
- package/components/maps/components/Map/contexts/MapContext/store.d.ts +5 -0
- package/components/maps/components/Map/contexts/MapContext/store.js +246 -2
- package/components/maps/components/Map/hooks/useAutoFocus/index.d.ts +3 -0
- package/components/maps/components/Map/hooks/useAutoFocus/index.js +1 -1
- package/components/maps/components/Map/pluginLayers/PolylineWithArrows/index.d.ts +4 -0
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index.d.ts +1 -1
- package/components/mui_extended/Accordion/Accordion.js +0 -2
- 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 -3
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +2 -2
- package/components/mui_extended/LoadingButton/index.js +1 -1
- package/components/mui_extended/LoadingButton/types.d.ts +1 -2
- package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/types.d.ts +3 -2
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.js +2 -2
- package/components/mui_extended/Skeleton/skeleton.styles.d.ts +1 -1
- package/components/mui_extended/Skeleton/skeleton.styles.js +2 -2
- package/components/mui_extended/Tabs/styles.d.ts +1 -1
- package/components/mui_extended/Typography/Typography.d.ts +17 -1
- package/components/mui_extended/Typography/Typography.js +34 -13
- package/components/mui_extended/Typography/constants.d.ts +9 -0
- package/components/mui_extended/Typography/constants.js +6 -0
- package/components/mui_extended/Typography/slots/typographyEnum.d.ts +7 -0
- package/components/mui_extended/Typography/slots/typographyEnum.js +8 -0
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +14 -0
- package/components/mui_extended/Typography/slots/typographySlots.js +18 -0
- package/components/mui_extended/Typography/types.d.ts +53 -4
- package/components/mui_extended/Typography/typography.styles.d.ts +2 -0
- package/components/mui_extended/Typography/typography.styles.js +332 -0
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.d.ts +5 -0
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.js +37 -1
- package/contexts/RealTimeContext/store.d.ts +5 -0
- package/contexts/RealTimeContext/store.js +14 -2
- package/hooks/useSizeContainer/index.d.ts +4 -0
- package/hooks/useSizeContainer/index.js +1 -1
- package/package.json +9 -27
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Circular/skeleton.defaultCircular.stories.d.ts +14 -0
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Rectangular/skeleton.defaultRectangular.stories.d.ts +14 -0
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Rounded/skeleton.defaultRounded.stories.d.ts +15 -0
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Text/skeleton.defaultText.stories.d.ts +15 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/body/Estados/typography.body.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/bodyDens/Estados/typography.bodyDens.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h1/Estados/typography.h1.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h2/Estados/typography.h2.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h3/Estados/typography.h3.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h5/Estados/typography.h5.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/paragraph/Estados/typography.paragraph.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/paragraphDens/Estados/typography.paragraphDens.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/subtitle/Estados/typography.subtitle.estados.stories.d.ts +23 -0
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/subtitleDens/Estados/typography.subtitleDens.estados.stories.d.ts +23 -0
- package/test/mocks.d.ts +7 -7
- package/utils/index.d.ts +1 -1
- package/components/mui_extended/Typography/styles.d.ts +0 -1
- package/components/mui_extended/Typography/styles.js +0 -7
- package/components/mui_extended/Typography/subcomponents/index.d.ts +0 -5
- package/components/mui_extended/Typography/subcomponents/index.js +0 -9
- package/components/mui_extended/Typography/subcomponents/types.d.ts +0 -2
- package/components/mui_extended/Typography/tests/constants.d.ts +0 -1
- package/components/mui_extended/Typography/tests/constants.js +0 -4
- package/components/mui_extended/Typography/tests/index.test.d.ts +0 -1
- package/components/mui_extended/Typography/tests/utils.d.ts +0 -2
- package/components/mui_extended/Typography/tests/utils.js +0 -7
- package/components/mui_extended/Typography/utils/Clases/index.d.ts +0 -9
- package/components/mui_extended/Typography/utils/Clases/index.js +0 -22
- package/components/mui_extended/Typography/utils/Clases/types.d.ts +0 -4
|
@@ -3,9 +3,14 @@ import { MapStateWithActions, InitialMapStoreProps } from './types';
|
|
|
3
3
|
* Crea el Store, por defecto inicia en estado 'init'
|
|
4
4
|
* @param initProps propiedades iniciales del store
|
|
5
5
|
* @returns
|
|
6
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
6
7
|
*/
|
|
7
8
|
/**
|
|
8
9
|
* TODO: Documentar
|
|
10
|
+
* @author Juan Escobar - automatic
|
|
11
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
12
|
+
* @updatedUser Juan Escobar - automatic
|
|
13
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
9
14
|
*/
|
|
10
15
|
export declare const createMapStore: (initProps: InitialMapStoreProps) => Omit<Omit<import('zustand').StoreApi<MapStateWithActions>, "setState"> & {
|
|
11
16
|
setState<A extends string | {
|
|
@@ -2,8 +2,8 @@ import { createStore } from "zustand";
|
|
|
2
2
|
import { devtools } from "zustand/middleware";
|
|
3
3
|
import { immer } from "zustand/middleware/immer";
|
|
4
4
|
import { u as useMapUtilityClasses } from "../../classes/index.js";
|
|
5
|
-
import cloneDeep from "lodash
|
|
6
|
-
import merge from "lodash
|
|
5
|
+
import cloneDeep from "lodash-es/cloneDeep";
|
|
6
|
+
import merge from "lodash-es/merge";
|
|
7
7
|
import { T as TILE_LAYER_OSM } from "../../subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/osm.js";
|
|
8
8
|
import { T as TILE_LAYER_GOOGLE, a as TILE_LAYER_GOOGLE_SATELLITE, b as TILE_LAYER_GOOGLE_HYBRID } from "../../subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/google.js";
|
|
9
9
|
import { T as TILE_LAYER_BING } from "../../subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/bing.js";
|
|
@@ -27,6 +27,250 @@ const createMapStore = (initProps) => {
|
|
|
27
27
|
mapActions: {
|
|
28
28
|
/**
|
|
29
29
|
* TODO: Documentar
|
|
30
|
+
* @updatedUser Juan Escobar - automatic
|
|
31
|
+
* @updatedUser Juan Escobar - automatic
|
|
32
|
+
* @updatedUser Juan Escobar - automatic
|
|
33
|
+
* @updatedUser Juan Escobar - automatic
|
|
34
|
+
* @updatedUser Juan Escobar - automatic
|
|
35
|
+
* @updatedUser Juan Escobar - automatic
|
|
36
|
+
* @updatedUser Juan Escobar - automatic
|
|
37
|
+
* @updatedUser Juan Escobar - automatic
|
|
38
|
+
* @updatedUser Juan Escobar - automatic
|
|
39
|
+
* @updatedUser Juan Escobar - automatic
|
|
40
|
+
* @updatedUser Juan Escobar - automatic
|
|
41
|
+
* @updatedUser Juan Escobar - automatic
|
|
42
|
+
* @updatedUser Juan Escobar - automatic
|
|
43
|
+
* @updatedUser Juan Escobar - automatic
|
|
44
|
+
* @updatedUser Juan Escobar - automatic
|
|
45
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
46
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
47
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
48
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
49
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
50
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
51
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
52
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
53
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
54
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
55
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
56
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
57
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
58
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
59
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
60
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
61
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
62
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
63
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
64
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
65
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
66
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
67
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
68
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
69
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
70
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
71
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
72
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
73
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
74
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
75
|
+
* @author Juan Escobar - automatic
|
|
76
|
+
* @author Juan Escobar - automatic
|
|
77
|
+
* @author Juan Escobar - automatic
|
|
78
|
+
* @author Juan Escobar - automatic
|
|
79
|
+
* @author Juan Escobar - automatic
|
|
80
|
+
* @author Juan Escobar - automatic
|
|
81
|
+
* @author Juan Escobar - automatic
|
|
82
|
+
* @author Juan Escobar - automatic
|
|
83
|
+
* @author Juan Escobar - automatic
|
|
84
|
+
* @author Juan Escobar - automatic
|
|
85
|
+
* @author Juan Escobar - automatic
|
|
86
|
+
* @author Juan Escobar - automatic
|
|
87
|
+
* @author Juan Escobar - automatic
|
|
88
|
+
* @author Juan Escobar - automatic
|
|
89
|
+
* @author Juan Escobar - automatic
|
|
90
|
+
* @updatedUser Juan Escobar - automatic
|
|
91
|
+
* @updatedUser Juan Escobar - automatic
|
|
92
|
+
* @updatedUser Juan Escobar - automatic
|
|
93
|
+
* @updatedUser Juan Escobar - automatic
|
|
94
|
+
* @updatedUser Juan Escobar - automatic
|
|
95
|
+
* @updatedUser Juan Escobar - automatic
|
|
96
|
+
* @updatedUser Juan Escobar - automatic
|
|
97
|
+
* @updatedUser Juan Escobar - automatic
|
|
98
|
+
* @updatedUser Juan Escobar - automatic
|
|
99
|
+
* @updatedUser Juan Escobar - automatic
|
|
100
|
+
* @updatedUser Juan Escobar - automatic
|
|
101
|
+
* @updatedUser Juan Escobar - automatic
|
|
102
|
+
* @updatedUser Juan Escobar - automatic
|
|
103
|
+
* @updatedUser Juan Escobar - automatic
|
|
104
|
+
* @updatedUser Juan Escobar - automatic
|
|
105
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
106
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
107
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
108
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
109
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
110
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
111
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
112
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
113
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
114
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
115
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
116
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
117
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
118
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
119
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
120
|
+
* @author Juan Escobar - automatic
|
|
121
|
+
* @author Juan Escobar - automatic
|
|
122
|
+
* @author Juan Escobar - automatic
|
|
123
|
+
* @author Juan Escobar - automatic
|
|
124
|
+
* @author Juan Escobar - automatic
|
|
125
|
+
* @author Juan Escobar - automatic
|
|
126
|
+
* @author Juan Escobar - automatic
|
|
127
|
+
* @author Juan Escobar - automatic
|
|
128
|
+
* @author Juan Escobar - automatic
|
|
129
|
+
* @author Juan Escobar - automatic
|
|
130
|
+
* @author Juan Escobar - automatic
|
|
131
|
+
* @author Juan Escobar - automatic
|
|
132
|
+
* @author Juan Escobar - automatic
|
|
133
|
+
* @author Juan Escobar - automatic
|
|
134
|
+
* @author Juan Escobar - automatic
|
|
135
|
+
* @updatedUser Juan Escobar - automatic
|
|
136
|
+
* @updatedUser Juan Escobar - automatic
|
|
137
|
+
* @updatedUser Juan Escobar - automatic
|
|
138
|
+
* @updatedUser Juan Escobar - automatic
|
|
139
|
+
* @updatedUser Juan Escobar - automatic
|
|
140
|
+
* @updatedUser Juan Escobar - automatic
|
|
141
|
+
* @updatedUser Juan Escobar - automatic
|
|
142
|
+
* @updatedUser Juan Escobar - automatic
|
|
143
|
+
* @updatedUser Juan Escobar - automatic
|
|
144
|
+
* @updatedUser Juan Escobar - automatic
|
|
145
|
+
* @updatedUser Juan Escobar - automatic
|
|
146
|
+
* @updatedUser Juan Escobar - automatic
|
|
147
|
+
* @updatedUser Juan Escobar - automatic
|
|
148
|
+
* @updatedUser Juan Escobar - automatic
|
|
149
|
+
* @updatedUser Juan Escobar - automatic
|
|
150
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
151
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
152
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
153
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
154
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
155
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
156
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
157
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
158
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
159
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
160
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
161
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
162
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
163
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
164
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
165
|
+
* @author Juan Escobar - automatic
|
|
166
|
+
* @author Juan Escobar - automatic
|
|
167
|
+
* @author Juan Escobar - automatic
|
|
168
|
+
* @author Juan Escobar - automatic
|
|
169
|
+
* @author Juan Escobar - automatic
|
|
170
|
+
* @author Juan Escobar - automatic
|
|
171
|
+
* @author Juan Escobar - automatic
|
|
172
|
+
* @author Juan Escobar - automatic
|
|
173
|
+
* @author Juan Escobar - automatic
|
|
174
|
+
* @author Juan Escobar - automatic
|
|
175
|
+
* @author Juan Escobar - automatic
|
|
176
|
+
* @author Juan Escobar - automatic
|
|
177
|
+
* @author Juan Escobar - automatic
|
|
178
|
+
* @author Juan Escobar - automatic
|
|
179
|
+
* @author Juan Escobar - automatic
|
|
180
|
+
* @updatedUser Juan Escobar - automatic
|
|
181
|
+
* @updatedUser Juan Escobar - automatic
|
|
182
|
+
* @updatedUser Juan Escobar - automatic
|
|
183
|
+
* @updatedUser Juan Escobar - automatic
|
|
184
|
+
* @updatedUser Juan Escobar - automatic
|
|
185
|
+
* @updatedUser Juan Escobar - automatic
|
|
186
|
+
* @updatedUser Juan Escobar - automatic
|
|
187
|
+
* @updatedUser Juan Escobar - automatic
|
|
188
|
+
* @updatedUser Juan Escobar - automatic
|
|
189
|
+
* @updatedUser Juan Escobar - automatic
|
|
190
|
+
* @updatedUser Juan Escobar - automatic
|
|
191
|
+
* @updatedUser Juan Escobar - automatic
|
|
192
|
+
* @updatedUser Juan Escobar - automatic
|
|
193
|
+
* @updatedUser Juan Escobar - automatic
|
|
194
|
+
* @updatedUser Juan Escobar - automatic
|
|
195
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
196
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
197
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
198
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
199
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
200
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
201
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
202
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
203
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
204
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
205
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
206
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
207
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
208
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
209
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
210
|
+
* @author Juan Escobar - automatic
|
|
211
|
+
* @author Juan Escobar - automatic
|
|
212
|
+
* @author Juan Escobar - automatic
|
|
213
|
+
* @author Juan Escobar - automatic
|
|
214
|
+
* @author Juan Escobar - automatic
|
|
215
|
+
* @author Juan Escobar - automatic
|
|
216
|
+
* @author Juan Escobar - automatic
|
|
217
|
+
* @author Juan Escobar - automatic
|
|
218
|
+
* @author Juan Escobar - automatic
|
|
219
|
+
* @author Juan Escobar - automatic
|
|
220
|
+
* @author Juan Escobar - automatic
|
|
221
|
+
* @author Juan Escobar - automatic
|
|
222
|
+
* @author Juan Escobar - automatic
|
|
223
|
+
* @author Juan Escobar - automatic
|
|
224
|
+
* @author Juan Escobar - automatic
|
|
225
|
+
* @updatedUser Juan Escobar - automatic
|
|
226
|
+
* @updatedUser Juan Escobar - automatic
|
|
227
|
+
* @updatedUser Juan Escobar - automatic
|
|
228
|
+
* @updatedUser Juan Escobar - automatic
|
|
229
|
+
* @updatedUser Juan Escobar - automatic
|
|
230
|
+
* @updatedUser Juan Escobar - automatic
|
|
231
|
+
* @updatedUser Juan Escobar - automatic
|
|
232
|
+
* @updatedUser Juan Escobar - automatic
|
|
233
|
+
* @updatedUser Juan Escobar - automatic
|
|
234
|
+
* @updatedUser Juan Escobar - automatic
|
|
235
|
+
* @updatedUser Juan Escobar - automatic
|
|
236
|
+
* @updatedUser Juan Escobar - automatic
|
|
237
|
+
* @updatedUser Juan Escobar - automatic
|
|
238
|
+
* @updatedUser Juan Escobar - automatic
|
|
239
|
+
* @updatedUser Juan Escobar - automatic
|
|
240
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
241
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
242
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
243
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
244
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
245
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
246
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
247
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
248
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
249
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
250
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
251
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
252
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
253
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
254
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
255
|
+
* @author Juan Escobar - automatic
|
|
256
|
+
* @author Juan Escobar - automatic
|
|
257
|
+
* @author Juan Escobar - automatic
|
|
258
|
+
* @author Juan Escobar - automatic
|
|
259
|
+
* @author Juan Escobar - automatic
|
|
260
|
+
* @author Juan Escobar - automatic
|
|
261
|
+
* @author Juan Escobar - automatic
|
|
262
|
+
* @author Juan Escobar - automatic
|
|
263
|
+
* @author Juan Escobar - automatic
|
|
264
|
+
* @author Juan Escobar - automatic
|
|
265
|
+
* @author Juan Escobar - automatic
|
|
266
|
+
* @author Juan Escobar - automatic
|
|
267
|
+
* @author Juan Escobar - automatic
|
|
268
|
+
* @author Juan Escobar - automatic
|
|
269
|
+
* @author Juan Escobar - automatic
|
|
270
|
+
* @author Juan Escobar - automatic
|
|
271
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
272
|
+
* @updatedUser Juan Escobar - automatic
|
|
273
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
30
274
|
*/
|
|
31
275
|
init: (layersStore) => {
|
|
32
276
|
set((state) => {
|
|
@@ -3,5 +3,8 @@
|
|
|
3
3
|
* en cambios su propiedad de autoFocus o visible, el Efecto de autonEnfoque se activa, haciendo
|
|
4
4
|
* que el mapa se ajuste a los límites de las capas que tienen auto focus.
|
|
5
5
|
* @author Juan Escobar
|
|
6
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
7
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
8
|
+
* @updatedUser Juan Escobar - automatic
|
|
6
9
|
*/
|
|
7
10
|
export declare function useAutoFocus(): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useEffect } from "react";
|
|
2
2
|
import { useMap } from "react-leaflet";
|
|
3
|
-
import throttle from "lodash
|
|
3
|
+
import throttle from "lodash-es/throttle";
|
|
4
4
|
import { shallow } from "zustand/shallow";
|
|
5
5
|
import L__default from "leaflet";
|
|
6
6
|
import { u as useMapStore } from "../useMapStore/index.js";
|
|
@@ -6,6 +6,10 @@ interface PolylineWithArrowsProps extends PolylineProps {
|
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
8
|
* TODO: Documentar
|
|
9
|
+
* @author Juan Escobar - automatic
|
|
10
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
11
|
+
* @updatedUser Juan Escobar - automatic
|
|
12
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
9
13
|
*/
|
|
10
14
|
export declare const PolylineWithArrows: React.FC<PolylineWithArrowsProps>;
|
|
11
15
|
export default PolylineWithArrows;
|
|
@@ -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-
|
|
15
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
16
16
|
* @updatedUser Juan Escobar - automatic
|
|
17
17
|
*/
|
|
18
18
|
export declare const MyLayer: React.FC<LayerProps>;
|
|
@@ -14,7 +14,6 @@ function Accordion(props) {
|
|
|
14
14
|
const {
|
|
15
15
|
label,
|
|
16
16
|
SKTWidht,
|
|
17
|
-
SKTHeight,
|
|
18
17
|
children,
|
|
19
18
|
accordionProps,
|
|
20
19
|
summaryProps,
|
|
@@ -77,7 +76,6 @@ function Accordion(props) {
|
|
|
77
76
|
className: classes.label,
|
|
78
77
|
variant: "subtitle",
|
|
79
78
|
skeletonWidth: SKTWidht,
|
|
80
|
-
skeletonHeight: SKTHeight,
|
|
81
79
|
children: label
|
|
82
80
|
}
|
|
83
81
|
)
|
|
@@ -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
|
-
}, "
|
|
3
|
+
}, "color" | "sx" | "classes" | "className" | "style" | "children" | "components" | "componentsProps" | "slotProps" | "slots" | "badgeContent" | "variant" | "anchorOrigin" | "invisible" | "max" | "overlap" | "showZero">, "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" | "children" | "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" | "ref" | "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
|
-
}, "
|
|
4
|
+
}, "height" | "width" | "animation" | "sx" | "classes" | "className" | "style" | "children" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -3,8 +3,9 @@ import { IconButtonProps } from './types';
|
|
|
3
3
|
* Provee un botón con un icono para que los clientes ejecuten acciones en la plataforma web. Aporta su versión provisional de carga en red.
|
|
4
4
|
* @param props
|
|
5
5
|
* @returns
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
*
|
|
6
|
+
* @author Juan Escobar - automatic
|
|
7
|
+
* @updatedAt 2024-10-15 17:33:28 - automatic
|
|
8
|
+
* @updatedUser Juan Escobar - automatic
|
|
9
|
+
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
9
10
|
*/
|
|
10
11
|
export declare const IconButton: (props: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const StyledMUIIconButton: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').IconButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
|
|
3
|
-
}, "
|
|
3
|
+
}, "color" | "size" | "disabled" | "sx" | "classes" | "className" | "style" | "tabIndex" | "children" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge">, "color" | "content" | "translate" | "size" | "disabled" | "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" | "children" | "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" | "ref" | "action" | "name" | "form" | "key" | "value" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').IconButtonOwnerState> & Record<string, unknown> & {
|
|
4
4
|
ownerState: Partial<import('../types').IconButtonOwnerState> & Record<string, unknown>;
|
|
5
5
|
}, {}, {}>;
|
|
6
6
|
export declare const IconStyled: import('@emotion/styled').StyledComponent<Pick<import('../../../Icon').IconProps, keyof import('../../../Icon').IconProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').IconButtonOwnerState> & Record<string, unknown> & {
|
|
@@ -8,6 +8,6 @@ export declare const IconStyled: import('@emotion/styled').StyledComponent<Pick<
|
|
|
8
8
|
}, {}, {}>;
|
|
9
9
|
export declare const BadgeStyled: 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"> & {
|
|
10
10
|
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;
|
|
11
|
-
}, "
|
|
11
|
+
}, "color" | "sx" | "classes" | "className" | "style" | "children" | "components" | "componentsProps" | "slotProps" | "slots" | "badgeContent" | "variant" | "anchorOrigin" | "invisible" | "max" | "overlap" | "showZero">, "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" | "children" | "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" | "ref" | "key" | "badgeContent" | "variant" | "anchorOrigin" | "invisible" | "max" | "overlap" | "showZero"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').IconButtonOwnerState> & Record<string, unknown> & {
|
|
12
12
|
ownerState: Partial<import('../types').IconButtonOwnerState> & Record<string, unknown>;
|
|
13
13
|
}, {}, {}>;
|
|
@@ -30,7 +30,7 @@ const LoadingButton = (props) => {
|
|
|
30
30
|
{
|
|
31
31
|
className: clsx(classes.root, className),
|
|
32
32
|
...process.env.NODE_ENV !== "production" ? { [TEST_PROP_ID]: getNameDataTestId("root") } : {},
|
|
33
|
-
children: !isSkeleton ? /* @__PURE__ */ jsx(LoadingButton$1, { ...other, variant, size, children: /* @__PURE__ */ jsx(Typography, { variant: "
|
|
33
|
+
children: !isSkeleton ? /* @__PURE__ */ jsx(LoadingButton$1, { ...other, variant, size, children: /* @__PURE__ */ jsx(Typography, { variant: "body", children }) }) : /* @__PURE__ */ jsx(
|
|
34
34
|
Skeleton,
|
|
35
35
|
{
|
|
36
36
|
className: classes.skeleton,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { LoadingButtonProps } from '@mui/lab';
|
|
2
|
-
import { ReactNode } from 'react';
|
|
3
2
|
export interface MuiLabLoadingButtonProps extends LoadingButtonProps {
|
|
4
|
-
children?:
|
|
3
|
+
children?: string;
|
|
5
4
|
size?: 'small' | 'medium';
|
|
6
5
|
skeletonWidth?: string | number;
|
|
7
6
|
}
|
|
@@ -9,7 +9,7 @@ export declare const BadgeStyled: import('@emotion/styled').StyledComponent<Pick
|
|
|
9
9
|
}, {}, {}>;
|
|
10
10
|
export declare const MenuItemStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').MenuItemOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
11
11
|
ref?: ((instance: HTMLLIElement | 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<HTMLLIElement> | null | undefined;
|
|
12
|
-
}, "
|
|
12
|
+
}, "disabled" | "sx" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "children" | "divider" | "action" | "dense" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters">, "color" | "content" | "translate" | "disabled" | "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" | "children" | "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" | "ref" | "divider" | "action" | "dense" | "key" | "value" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').MenuActionsOwnerState> & Record<string, unknown> & {
|
|
13
13
|
ownerState: Partial<import('../types').MenuActionsOwnerState> & Record<string, unknown>;
|
|
14
14
|
}, {}, {}>;
|
|
15
15
|
export declare const LabelMenuItemStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').MenuActionsOwnerState> & Record<string, unknown> & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SelectChangeEvent, TablePaginationProps } from '@mui/material';
|
|
1
|
+
import { LabelDisplayedRowsArgs, SelectChangeEvent, TablePaginationProps } from '@mui/material';
|
|
2
2
|
import { Classes } from '../../classes/types';
|
|
3
3
|
export type CustomTablePaginationProps = {
|
|
4
4
|
rowsPerPageOptions: number[];
|
|
@@ -6,4 +6,5 @@ export type CustomTablePaginationProps = {
|
|
|
6
6
|
labelRowsPerPage: string;
|
|
7
7
|
classes: Classes;
|
|
8
8
|
onRowsPerPageChange: (event: SelectChangeEvent<unknown>) => void;
|
|
9
|
-
|
|
9
|
+
labelDisplayedRows?: (paginationInfo: LabelDisplayedRowsArgs) => string;
|
|
10
|
+
} & Omit<TablePaginationProps, 'onPageChange' | 'onRowsPerPageChange' | 'classes' | 'ActionsComponent' | 'labelDisplayedRows'>;
|