@m4l/components 8.1.0-beta.devManuela.TextField → 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/types.d.ts +37 -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 +115 -39
- 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 +1 -1
- package/components/HelperError/HelperError.d.ts +1 -1
- package/components/HelperError/HelperError.js +21 -2
- package/components/HelperError/HelperError.styles.js +11 -2
- package/components/HelperError/constant.d.ts +9 -0
- package/components/HelperError/constant.js +3 -1
- package/components/HelperError/slots/HelperErrorEnum.d.ts +3 -0
- package/components/HelperError/slots/HelperErrorSlots.d.ts +4 -4
- package/components/HelperError/slots/HelperErrorSlots.js +1 -1
- package/components/HelperError/types.d.ts +28 -5
- 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 +2 -2
- package/components/Label/Label.styles.js +5 -5
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/Label/types.d.ts +1 -1
- package/components/MFLoader/MFLoader.d.ts +1 -1
- package/components/NavLink/NavLink.d.ts +1 -1
- 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 +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +1 -1
- package/components/areas/contexts/AreasContext/store.d.ts +1 -1
- package/components/areas/contexts/AreasContext/store.js +199 -67
- 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 +1 -1
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index.d.ts +1 -1
- 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.styles.js +2 -2
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +1 -1
- package/components/hook-form/RHFormContext/classes/index.d.ts +1 -1
- package/components/maps/components/Map/contexts/MapContext/store.d.ts +1 -1
- package/components/maps/components/Map/contexts/MapContext/store.js +166 -106
- package/components/maps/components/Map/hooks/useAutoFocus/index.d.ts +1 -1
- package/components/maps/components/Map/pluginLayers/PolylineWithArrows/index.d.ts +1 -1
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index.d.ts +1 -1
- package/components/mui_extended/Accordion/Accordion.d.ts +1 -1
- 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 -4
- package/components/mui_extended/IconButton/IconButton.js +65 -29
- package/components/mui_extended/IconButton/IconButton.styles.js +20 -5
- package/components/mui_extended/IconButton/slots/IconButtonEnum.d.ts +2 -1
- package/components/mui_extended/IconButton/slots/IconButtonEnum.js +1 -0
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +5 -2
- package/components/mui_extended/IconButton/slots/IconButtonSlots.js +7 -1
- package/components/mui_extended/IconButton/types.d.ts +46 -2
- package/components/mui_extended/LoadingButton/index.d.ts +1 -1
- 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 +1 -1
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
- package/components/mui_extended/Skeleton/skeleton.styles.js +1 -1
- package/components/mui_extended/Tabs/styles.d.ts +1 -1
- package/components/mui_extended/TextField/TextField.d.ts +4 -0
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +2 -2
- package/components/mui_extended/Typography/Typography.d.ts +1 -1
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/components/mui_extended/Typography/typography.styles.js +1 -1
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.d.ts +1 -1
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.js +57 -25
- package/contexts/RealTimeContext/store.d.ts +1 -1
- package/contexts/RealTimeContext/store.js +15 -7
- package/hooks/useSizeContainer/index.d.ts +1 -1
- 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
|
@@ -63,39 +63,171 @@ const createAreasStore = (initProps) => {
|
|
|
63
63
|
* @updatedUser Bruce Escobar - automatic
|
|
64
64
|
* @updatedUser Bruce Escobar - automatic
|
|
65
65
|
* @updatedUser Bruce Escobar - automatic
|
|
66
|
-
* @updatedAt 2024-10-22
|
|
67
|
-
* @updatedAt 2024-10-22
|
|
68
|
-
* @updatedAt 2024-10-22
|
|
69
|
-
* @updatedAt 2024-10-22
|
|
70
|
-
* @updatedAt 2024-10-22
|
|
71
|
-
* @updatedAt 2024-10-22
|
|
72
|
-
* @updatedAt 2024-10-22
|
|
73
|
-
* @updatedAt 2024-10-22
|
|
74
|
-
* @updatedAt 2024-10-22
|
|
75
|
-
* @updatedAt 2024-10-22
|
|
76
|
-
* @updatedAt 2024-10-22
|
|
77
|
-
* @updatedAt 2024-10-22
|
|
78
|
-
* @updatedAt 2024-10-22
|
|
79
|
-
* @updatedAt 2024-10-22
|
|
80
|
-
* @updatedAt 2024-10-22
|
|
81
|
-
* @updatedAt 2024-10-22
|
|
82
|
-
* @updatedAt 2024-10-22
|
|
83
|
-
* @updatedAt 2024-10-22
|
|
84
|
-
* @updatedAt 2024-10-22
|
|
85
|
-
* @updatedAt 2024-10-22
|
|
86
|
-
* @updatedAt 2024-10-22
|
|
87
|
-
* @updatedAt 2024-10-22
|
|
88
|
-
* @updatedAt 2024-10-22
|
|
89
|
-
* @updatedAt 2024-10-22
|
|
90
|
-
* @updatedAt 2024-10-22
|
|
91
|
-
* @updatedAt 2024-10-22
|
|
92
|
-
* @updatedAt 2024-10-22
|
|
93
|
-
* @updatedAt 2024-10-22
|
|
94
|
-
* @updatedAt 2024-10-22
|
|
95
|
-
* @updatedAt 2024-10-22
|
|
96
|
-
* @updatedAt 2024-10-22
|
|
97
|
-
* @updatedAt 2024-10-22
|
|
98
|
-
* @updatedAt 2024-10-22
|
|
66
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
67
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
68
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
69
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
70
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
71
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
72
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
73
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
74
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
75
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
76
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
77
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
78
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
79
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
80
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
81
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
82
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
83
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
84
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
85
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
86
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
87
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
88
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
89
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
90
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
91
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
92
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
93
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
94
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
95
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
96
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
97
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
98
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
99
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
100
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
101
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
102
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
103
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
104
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
105
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
106
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
107
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
108
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
109
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
110
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
111
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
112
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
113
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
114
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
115
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
116
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
117
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
118
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
119
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
120
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
121
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
122
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
123
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
124
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
125
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
126
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
127
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
128
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
129
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
130
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
131
|
+
* @createdAt 2024-10-22 19:27:21 - automatic
|
|
132
|
+
* @author Bruce Escobar - automatic
|
|
133
|
+
* @author Bruce Escobar - automatic
|
|
134
|
+
* @author Bruce Escobar - automatic
|
|
135
|
+
* @author Bruce Escobar - automatic
|
|
136
|
+
* @author Bruce Escobar - automatic
|
|
137
|
+
* @author Bruce Escobar - automatic
|
|
138
|
+
* @author Bruce Escobar - automatic
|
|
139
|
+
* @author Bruce Escobar - automatic
|
|
140
|
+
* @author Bruce Escobar - automatic
|
|
141
|
+
* @author Bruce Escobar - automatic
|
|
142
|
+
* @author Bruce Escobar - automatic
|
|
143
|
+
* @author Bruce Escobar - automatic
|
|
144
|
+
* @author Bruce Escobar - automatic
|
|
145
|
+
* @author Bruce Escobar - automatic
|
|
146
|
+
* @author Bruce Escobar - automatic
|
|
147
|
+
* @author Bruce Escobar - automatic
|
|
148
|
+
* @author Bruce Escobar - automatic
|
|
149
|
+
* @author Bruce Escobar - automatic
|
|
150
|
+
* @author Bruce Escobar - automatic
|
|
151
|
+
* @author Bruce Escobar - automatic
|
|
152
|
+
* @author Bruce Escobar - automatic
|
|
153
|
+
* @author Bruce Escobar - automatic
|
|
154
|
+
* @author Bruce Escobar - automatic
|
|
155
|
+
* @author Bruce Escobar - automatic
|
|
156
|
+
* @author Bruce Escobar - automatic
|
|
157
|
+
* @author Bruce Escobar - automatic
|
|
158
|
+
* @author Bruce Escobar - automatic
|
|
159
|
+
* @author Bruce Escobar - automatic
|
|
160
|
+
* @author Bruce Escobar - automatic
|
|
161
|
+
* @author Bruce Escobar - automatic
|
|
162
|
+
* @author Bruce Escobar - automatic
|
|
163
|
+
* @author Bruce Escobar - automatic
|
|
164
|
+
* @author Bruce Escobar - automatic
|
|
165
|
+
* @updatedUser Bruce Escobar - automatic
|
|
166
|
+
* @updatedUser Bruce Escobar - automatic
|
|
167
|
+
* @updatedUser Bruce Escobar - automatic
|
|
168
|
+
* @updatedUser Bruce Escobar - automatic
|
|
169
|
+
* @updatedUser Bruce Escobar - automatic
|
|
170
|
+
* @updatedUser Bruce Escobar - automatic
|
|
171
|
+
* @updatedUser Bruce Escobar - automatic
|
|
172
|
+
* @updatedUser Bruce Escobar - automatic
|
|
173
|
+
* @updatedUser Bruce Escobar - automatic
|
|
174
|
+
* @updatedUser Bruce Escobar - automatic
|
|
175
|
+
* @updatedUser Bruce Escobar - automatic
|
|
176
|
+
* @updatedUser Bruce Escobar - automatic
|
|
177
|
+
* @updatedUser Bruce Escobar - automatic
|
|
178
|
+
* @updatedUser Bruce Escobar - automatic
|
|
179
|
+
* @updatedUser Bruce Escobar - automatic
|
|
180
|
+
* @updatedUser Bruce Escobar - automatic
|
|
181
|
+
* @updatedUser Bruce Escobar - automatic
|
|
182
|
+
* @updatedUser Bruce Escobar - automatic
|
|
183
|
+
* @updatedUser Bruce Escobar - automatic
|
|
184
|
+
* @updatedUser Bruce Escobar - automatic
|
|
185
|
+
* @updatedUser Bruce Escobar - automatic
|
|
186
|
+
* @updatedUser Bruce Escobar - automatic
|
|
187
|
+
* @updatedUser Bruce Escobar - automatic
|
|
188
|
+
* @updatedUser Bruce Escobar - automatic
|
|
189
|
+
* @updatedUser Bruce Escobar - automatic
|
|
190
|
+
* @updatedUser Bruce Escobar - automatic
|
|
191
|
+
* @updatedUser Bruce Escobar - automatic
|
|
192
|
+
* @updatedUser Bruce Escobar - automatic
|
|
193
|
+
* @updatedUser Bruce Escobar - automatic
|
|
194
|
+
* @updatedUser Bruce Escobar - automatic
|
|
195
|
+
* @updatedUser Bruce Escobar - automatic
|
|
196
|
+
* @updatedUser Bruce Escobar - automatic
|
|
197
|
+
* @updatedUser Bruce Escobar - automatic
|
|
198
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
199
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
200
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
201
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
202
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
203
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
204
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
205
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
206
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
207
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
208
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
209
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
210
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
211
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
212
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
213
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
214
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
215
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
216
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
217
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
218
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
219
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
220
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
221
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
222
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
223
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
224
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
225
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
226
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
227
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
228
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
229
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
230
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
99
231
|
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
100
232
|
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
101
233
|
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
@@ -195,39 +327,39 @@ const createAreasStore = (initProps) => {
|
|
|
195
327
|
* @updatedUser Bruce Escobar - automatic
|
|
196
328
|
* @updatedUser Bruce Escobar - automatic
|
|
197
329
|
* @updatedUser Bruce Escobar - automatic
|
|
198
|
-
* @updatedAt 2024-10-22
|
|
199
|
-
* @updatedAt 2024-10-22
|
|
200
|
-
* @updatedAt 2024-10-22
|
|
201
|
-
* @updatedAt 2024-10-22
|
|
202
|
-
* @updatedAt 2024-10-22
|
|
203
|
-
* @updatedAt 2024-10-22
|
|
204
|
-
* @updatedAt 2024-10-22
|
|
205
|
-
* @updatedAt 2024-10-22
|
|
206
|
-
* @updatedAt 2024-10-22
|
|
207
|
-
* @updatedAt 2024-10-22
|
|
208
|
-
* @updatedAt 2024-10-22
|
|
209
|
-
* @updatedAt 2024-10-22
|
|
210
|
-
* @updatedAt 2024-10-22
|
|
211
|
-
* @updatedAt 2024-10-22
|
|
212
|
-
* @updatedAt 2024-10-22
|
|
213
|
-
* @updatedAt 2024-10-22
|
|
214
|
-
* @updatedAt 2024-10-22
|
|
215
|
-
* @updatedAt 2024-10-22
|
|
216
|
-
* @updatedAt 2024-10-22
|
|
217
|
-
* @updatedAt 2024-10-22
|
|
218
|
-
* @updatedAt 2024-10-22
|
|
219
|
-
* @updatedAt 2024-10-22
|
|
220
|
-
* @updatedAt 2024-10-22
|
|
221
|
-
* @updatedAt 2024-10-22
|
|
222
|
-
* @updatedAt 2024-10-22
|
|
223
|
-
* @updatedAt 2024-10-22
|
|
224
|
-
* @updatedAt 2024-10-22
|
|
225
|
-
* @updatedAt 2024-10-22
|
|
226
|
-
* @updatedAt 2024-10-22
|
|
227
|
-
* @updatedAt 2024-10-22
|
|
228
|
-
* @updatedAt 2024-10-22
|
|
229
|
-
* @updatedAt 2024-10-22
|
|
230
|
-
* @updatedAt 2024-10-22
|
|
330
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
331
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
332
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
333
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
334
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
335
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
336
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
337
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
338
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
339
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
340
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
341
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
342
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
343
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
344
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
345
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
346
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
347
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
348
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
349
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
350
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
351
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
352
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
353
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
354
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
355
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
356
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
357
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
358
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
359
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
360
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
361
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
362
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
231
363
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
232
364
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
233
365
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
@@ -296,7 +428,7 @@ const createAreasStore = (initProps) => {
|
|
|
296
428
|
* @author Bruce Escobar - automatic
|
|
297
429
|
* @author Bruce Escobar - automatic
|
|
298
430
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
299
|
-
* @updatedAt 2024-10-22
|
|
431
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
300
432
|
* @updatedUser Bruce Escobar - automatic
|
|
301
433
|
*/
|
|
302
434
|
init: () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Resizable } from 'react-resizable';
|
|
2
|
-
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableProps, "
|
|
2
|
+
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableProps, "children" | "height" | "width" | "className" | "onResize" | "axis" | "resizeHandles" | "handle" | "handleSize" | "lockAspectRatio" | "minConstraints" | "maxConstraints" | "onResizeStop" | "onResizeStart" | "draggableOpts" | "transformScale"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {
|
|
3
3
|
ref?: import('react').Ref<Resizable> | undefined;
|
|
4
4
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ResizableBox } from 'react-resizable';
|
|
2
|
-
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableBoxProps, "
|
|
2
|
+
export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableBoxProps, "children" | "height" | "width" | "className" | "style" | "onResize" | "axis" | "resizeHandles" | "handle" | "handleSize" | "lockAspectRatio" | "minConstraints" | "maxConstraints" | "onResizeStop" | "onResizeStart" | "draggableOpts" | "transformScale"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {
|
|
3
3
|
ref?: import('react').Ref<ResizableBox> | undefined;
|
|
4
4
|
}>;
|
|
@@ -7,9 +7,9 @@ export declare function getRHFAutocompleteClassesUtilityClass(slot: string): str
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const useUtilityClasses: (ownerState: OwnerState) => {
|
|
9
9
|
root: string;
|
|
10
|
+
label: string;
|
|
10
11
|
skeleton: string;
|
|
11
12
|
popper: string;
|
|
12
|
-
label: string;
|
|
13
13
|
skeletonRoot: string;
|
|
14
14
|
skeletonContainerText: string;
|
|
15
15
|
containerRefreshDown: string;
|
package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeImage/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { ImageProps, RHFAutocompleteBaseProps } from '../../../RHFAutocomplete/t
|
|
|
4
4
|
* TODO: Documentar
|
|
5
5
|
* @author Bruce Escobar - automatic
|
|
6
6
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
7
|
-
* @updatedAt 2024-10-22
|
|
7
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
8
8
|
* @updatedUser Bruce Escobar - automatic
|
|
9
9
|
*/
|
|
10
10
|
export declare function ComponentTypeImage<T>(props: Omit<RHFAutocompleteBaseProps<T>, 'options' | 'get'> & ImageProps<T> & RHFAutocompleteAsyncBaseProps): import("react/jsx-runtime").JSX.Element;
|
package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { ComponentTextProps } from '../../types';
|
|
|
3
3
|
* TODO: Documentar
|
|
4
4
|
* @author Bruce Escobar - automatic
|
|
5
5
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
6
|
-
* @updatedAt 2024-10-22
|
|
6
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
7
7
|
* @updatedUser Bruce Escobar - automatic
|
|
8
8
|
*/
|
|
9
9
|
export declare function ComponentTypeText<T>(props: ComponentTextProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,5 +2,5 @@ export declare const RHFCheckboxRoot: import('@emotion/styled').StyledComponent<
|
|
|
2
2
|
export declare const WrapperSKTRHFCheckbox: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
3
3
|
export declare const SKTCheckSkeleton: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
4
4
|
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;
|
|
5
|
-
}, "height" | "width" | "animation" | "sx" | "classes" | "className" | "style" | "
|
|
5
|
+
}, "children" | "height" | "width" | "animation" | "sx" | "classes" | "className" | "style" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
6
|
export declare const ContainerCheckTypography: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { RHFTextFieldProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* Provee de un campo de texto vinculado al formulario de hook-forms, aporta su versión provisional de carga en red.
|
|
4
|
+
* @author Bruce Escobar - automatic
|
|
5
|
+
* @createdAt 2024-10-22 19:27:22 - automatic
|
|
6
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
7
|
+
* @updatedUser Bruce Escobar - automatic
|
|
4
8
|
*/
|
|
5
9
|
export declare const RHFTextField: import('react').ForwardRefExoticComponent<Omit<RHFTextFieldProps, "ref"> & import('react').RefAttributes<HTMLInputElement>>;
|
|
@@ -3,7 +3,7 @@ const rhfTextFieldStyles = {
|
|
|
3
3
|
* Estilos personalizados para el componente RHFTextField.
|
|
4
4
|
* @author Bruce Escobar - automatic
|
|
5
5
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
6
|
-
* @updatedAt 2024-10-22
|
|
6
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
7
7
|
* @updatedUser Bruce Escobar - automatic
|
|
8
8
|
*/
|
|
9
9
|
textField: ({ ownerState, theme }) => ({
|
|
@@ -264,7 +264,7 @@ const rhfTextFieldStyles = {
|
|
|
264
264
|
* Estilos personalizados para el componente Skeleton.
|
|
265
265
|
* @author Bruce Escobar - automatic
|
|
266
266
|
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
267
|
-
* @updatedAt 2024-10-22
|
|
267
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
268
268
|
* @updatedUser Bruce Escobar - automatic
|
|
269
269
|
*/
|
|
270
270
|
wrapperSkeletonRHFTextField: ({ ownerState, theme }) => ({
|
|
@@ -6,7 +6,7 @@ export declare const LabelStyled: import('@emotion/styled').StyledComponent<Pick
|
|
|
6
6
|
}, {}, {}>;
|
|
7
7
|
export declare const TextFieldStyled: import('@emotion/styled').StyledComponent<Pick<{
|
|
8
8
|
variant?: import('@mui/material').TextFieldVariants | undefined;
|
|
9
|
-
} & Omit<import('@mui/material').FilledTextFieldProps | import('@mui/material').StandardTextFieldProps | import('@mui/material').OutlinedTextFieldProps, "variant">, "
|
|
9
|
+
} & Omit<import('@mui/material').FilledTextFieldProps | import('@mui/material').StandardTextFieldProps | import('@mui/material').OutlinedTextFieldProps, "variant">, "size" | "name" | "children" | "ref" | "value" | "color" | "content" | "translate" | "margin" | "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" | "disabled" | "label" | "select" | "key" | "type" | "component" | "variant" | "error" | "autoComplete" | "placeholder" | "required" | "rows" | "fullWidth" | "inputProps" | "inputRef" | "SelectProps" | "multiline" | "maxRows" | "minRows" | "hiddenLabel" | "focused" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('..').RHFTextFieldOwnerState> & Record<string, unknown> & {
|
|
10
10
|
ownerState: Partial<import('..').RHFTextFieldOwnerState> & Record<string, unknown>;
|
|
11
11
|
}, {}, {}>;
|
|
12
12
|
export declare const SkeletonTextFieldRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('..').RHFTextFieldOwnerState> & Record<string, unknown> & {
|
|
@@ -2,7 +2,7 @@ import { UploadImageProps } from './types';
|
|
|
2
2
|
/**
|
|
3
3
|
* TODO: Documentar
|
|
4
4
|
* @author Juan Escobar - automatic
|
|
5
|
-
* @updatedAt 2024-10-22
|
|
5
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
6
6
|
* @updatedUser Bruce Escobar - automatic
|
|
7
7
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
8
8
|
*/
|
|
@@ -5,8 +5,8 @@ export declare function getRHFormProviderUtilityClass(slot: string): string;
|
|
|
5
5
|
* TODO: Documentar
|
|
6
6
|
*/
|
|
7
7
|
export declare const RHFormProviderUtilityClasses: () => {
|
|
8
|
+
value: string;
|
|
8
9
|
root: string;
|
|
9
10
|
property: string;
|
|
10
|
-
value: string;
|
|
11
11
|
skeletonProperty: string;
|
|
12
12
|
};
|
|
@@ -8,7 +8,7 @@ import { MapStateWithActions, InitialMapStoreProps } from './types';
|
|
|
8
8
|
/**
|
|
9
9
|
* TODO: Documentar
|
|
10
10
|
* @author Juan Escobar - automatic
|
|
11
|
-
* @updatedAt 2024-10-22
|
|
11
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
12
12
|
* @updatedUser Bruce Escobar - automatic
|
|
13
13
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
14
14
|
*/
|