@m4l/components 8.1.0-beta.devManuela.IconButton → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/@types/export.d.ts +4 -1
  2. package/@types/types.d.ts +49 -11
  3. package/components/ControlIncrement/ControlIncrement.d.ts +5 -0
  4. package/components/ControlIncrement/ControlIncrement.styles.d.ts +8 -0
  5. package/components/ControlIncrement/constants.d.ts +25 -0
  6. package/components/ControlIncrement/slots/ControlIncrementEnum.d.ts +6 -0
  7. package/components/ControlIncrement/slots/ControltrolIncrementSlots.d.ts +14 -0
  8. package/components/ControlIncrement/slots/index.d.ts +2 -0
  9. package/components/ControlIncrement/stories/ControlClick/ControlIncrement.controlclick.stories.d.ts +13 -0
  10. package/components/ControlIncrement/stories/DefaultAndDisabled/ControlIncrement.defaultanddisabled.stories.d.ts +17 -0
  11. package/components/ControlIncrement/stories/Sizes/ControlIncrement.sizes.stories.d.ts +21 -0
  12. package/components/ControlIncrement/types.d.ts +56 -0
  13. package/components/DataGrid/classes/index.d.ts +1 -1
  14. package/components/DynamicFilter/DynamicFIlter.styles.js +232 -0
  15. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
  16. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
  17. package/components/GridLayout/classes/index.d.ts +1 -1
  18. package/components/GridLayout/subcomponents/withSizeProvider/index.d.ts +2 -2
  19. package/components/HelperError/HelperError.d.ts +11 -1
  20. package/components/HelperError/HelperError.js +21 -2
  21. package/components/HelperError/HelperError.stories.d.ts +7 -1
  22. package/components/HelperError/HelperError.styles.js +32 -4
  23. package/components/HelperError/constant.d.ts +9 -0
  24. package/components/HelperError/constant.js +3 -1
  25. package/components/HelperError/slots/HelperErrorEnum.d.ts +5 -1
  26. package/components/HelperError/slots/HelperErrorEnum.js +1 -0
  27. package/components/HelperError/slots/HelperErrorSlots.d.ts +5 -2
  28. package/components/HelperError/slots/HelperErrorSlots.js +6 -1
  29. package/components/HelperError/types.d.ts +28 -2
  30. package/components/Icon/Icon.d.ts +4 -3
  31. package/components/Icon/Icon.js +54 -71
  32. package/components/Icon/Icon.styles.js +85 -31
  33. package/components/Icon/slots/IconEnum.d.ts +2 -1
  34. package/components/Icon/slots/IconEnum.js +1 -0
  35. package/components/Icon/slots/IconSlots.d.ts +3 -0
  36. package/components/Icon/slots/IconSlots.js +7 -1
  37. package/components/Icon/stories/DefaultWithProps/Icon.defaultWithProps.stories.d.ts +35 -0
  38. package/components/Icon/stories/Preset/Icon.preset.stories.d.ts +16 -0
  39. package/components/Icon/stories/Semantic/Icon.semantic.stories.d.ts +30 -0
  40. package/components/Icon/stories/Sizes/icon.sizes.stories.d.ts +40 -0
  41. package/components/Icon/types.d.ts +16 -12
  42. package/components/InputNumberSpinner/InputNumberSpinner.d.ts +9 -0
  43. package/components/InputNumberSpinner/InputNumberSpinner.styles.d.ts +8 -0
  44. package/components/InputNumberSpinner/constants.d.ts +9 -0
  45. package/components/InputNumberSpinner/hooks/types.d.ts +13 -0
  46. package/components/InputNumberSpinner/hooks/useInputNumberSpinner.d.ts +19 -0
  47. package/components/InputNumberSpinner/index.d.ts +2 -0
  48. package/components/InputNumberSpinner/slots/InputNumberSpinnerEnum.d.ts +7 -0
  49. package/components/InputNumberSpinner/slots/InputNumberSpinnerSlots.d.ts +15 -0
  50. package/components/InputNumberSpinner/slots/index.d.ts +2 -0
  51. package/components/InputNumberSpinner/stories/Default/InputNumberSpinner.default.stories.d.ts +25 -0
  52. package/components/InputNumberSpinner/stories/Error/InputNumberSpinner.error.stories.d.ts +25 -0
  53. package/components/InputNumberSpinner/stories/Sizes/InputNumberSpinner.sizes.stories.d.ts +41 -0
  54. package/components/InputNumberSpinner/stories/Variants/InputNumberSpinner.variants.stories.d.ts +25 -0
  55. package/components/InputNumberSpinner/types.d.ts +64 -0
  56. package/components/Label/Label.d.ts +17 -1
  57. package/components/Label/Label.js +8 -3
  58. package/components/Label/Label.styles.js +43 -6
  59. package/components/Label/slots/LabelSlots.d.ts +1 -1
  60. package/components/Label/{Label.stories.d.ts → stories/PaletteColor/DefaultinternalManagement/LabelDefaultInternal.stories.d.ts} +6 -8
  61. package/components/Label/stories/PaletteColor/DefaultinternalManagement/LabelDefaultPredeterminado.stories.d.ts +18 -0
  62. package/components/Label/stories/PaletteColor/DefaultinternalManagement/commonProps/LabelDefaultInternalVariants.stories.d.ts +14 -0
  63. package/components/Label/stories/PaletteColor/DefaultinternalManagement/commonProps/LabelDefaultVariants.stories.d.ts +14 -0
  64. package/components/Label/types.d.ts +7 -1
  65. package/components/MFLoader/MFLoader.d.ts +6 -0
  66. package/components/MFLoader/MFLoader.js +3 -0
  67. package/components/NavLink/NavLink.d.ts +4 -0
  68. package/components/PropertyValue/classes/index.d.ts +1 -1
  69. package/components/SideBar/classes/index.d.ts +1 -1
  70. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/styles.d.ts +1 -1
  71. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
  72. package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.d.ts +5 -1
  73. package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.js +2 -1
  74. package/components/areas/components/AreasViewer/classes/index.d.ts +2 -2
  75. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +2 -2
  76. package/components/areas/contexts/AreasContext/store.d.ts +4 -0
  77. package/components/areas/contexts/AreasContext/store.js +400 -0
  78. package/components/extended/react-resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
  79. package/components/extended/react-resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
  80. package/components/hook-form/RHFAutocomplete/classes/index.d.ts +1 -1
  81. package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeImage/index.d.ts +4 -0
  82. package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index.d.ts +4 -0
  83. package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
  84. package/components/hook-form/RHFTextField/RHFTextField.d.ts +4 -0
  85. package/components/hook-form/RHFTextField/RHFTextField.js +15 -4
  86. package/components/hook-form/RHFTextField/RHFTextField.styles.js +266 -96
  87. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +10 -10
  88. package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldDisabledOutlined.stories.d.ts +10 -0
  89. package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldDisabledText.stories.d.ts +10 -0
  90. package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldSkeleton.stories.d.ts +6 -0
  91. package/components/hook-form/RHFTextField/stories/Error/TextFieldErrorOutlined.stories.d.ts +9 -0
  92. package/components/hook-form/RHFTextField/stories/Error/TextFieldErrorText.stories.d.ts +9 -0
  93. package/components/hook-form/RHFTextField/stories/Primary/TextFieldOutlined.stories.d.ts +9 -0
  94. package/components/hook-form/RHFTextField/stories/Primary/TextFieldText.stories.d.ts +9 -0
  95. package/components/hook-form/RHFTextField/types.d.ts +10 -2
  96. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +2 -2
  97. package/components/hook-form/RHFormContext/classes/index.d.ts +1 -1
  98. package/components/maps/components/Map/contexts/MapContext/store.d.ts +2 -2
  99. package/components/maps/components/Map/contexts/MapContext/store.js +332 -152
  100. package/components/maps/components/Map/hooks/useAutoFocus/index.d.ts +2 -2
  101. package/components/maps/components/Map/pluginLayers/PolylineWithArrows/index.d.ts +2 -2
  102. package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index.d.ts +2 -2
  103. package/components/mui_extended/Accordion/Accordion.d.ts +4 -0
  104. package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
  105. package/components/mui_extended/Button/styles.d.ts +1 -1
  106. package/components/mui_extended/IconButton/IconButton.d.ts +4 -0
  107. package/components/mui_extended/IconButton/IconButton.js +6 -5
  108. package/components/mui_extended/IconButton/IconButton.styles.js +30 -2
  109. package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +2 -2
  110. package/components/mui_extended/LoadingButton/index.d.ts +4 -0
  111. package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
  112. package/components/mui_extended/MenuItem/MenuItem.d.ts +11 -0
  113. package/components/mui_extended/MenuItem/MenuItem.stories.d.ts +37 -0
  114. package/components/mui_extended/MenuItem/MenuItem.styles.d.ts +2 -0
  115. package/components/mui_extended/MenuItem/constants.d.ts +8 -0
  116. package/components/mui_extended/MenuItem/index.d.ts +2 -0
  117. package/components/mui_extended/MenuItem/slots/MenuItemEnum.d.ts +5 -0
  118. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +11 -0
  119. package/components/mui_extended/MenuItem/slots/index.d.ts +2 -0
  120. package/components/mui_extended/MenuItem/types.d.ts +41 -0
  121. package/components/mui_extended/Select/Select.d.ts +9 -0
  122. package/components/mui_extended/Select/Select.styles.d.ts +2 -0
  123. package/components/mui_extended/Select/constants.d.ts +8 -0
  124. package/components/mui_extended/Select/index.d.ts +2 -0
  125. package/components/mui_extended/Select/slots/SelectEnum.d.ts +6 -0
  126. package/components/mui_extended/Select/slots/SelectSlots.d.ts +12 -0
  127. package/components/mui_extended/Select/slots/index.d.ts +2 -0
  128. package/components/mui_extended/Select/stories/SelectOutlied.stories.d.ts +75 -0
  129. package/components/mui_extended/Select/stories/SelectStandar.stories.d.ts +29 -0
  130. package/components/mui_extended/Select/types.d.ts +66 -0
  131. package/components/mui_extended/Skeleton/Skeleton.d.ts +4 -0
  132. package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
  133. package/components/mui_extended/Skeleton/skeleton.styles.js +4 -0
  134. package/components/mui_extended/Tabs/styles.d.ts +1 -1
  135. package/components/mui_extended/TextField/TextField.d.ts +9 -0
  136. package/components/mui_extended/TextField/TextField.styles.d.ts +2 -0
  137. package/components/mui_extended/TextField/constants.d.ts +1 -0
  138. package/components/mui_extended/TextField/index.d.ts +1 -0
  139. package/components/mui_extended/TextField/slots/TextFieldEnum.d.ts +5 -0
  140. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +13 -0
  141. package/components/mui_extended/TextField/slots/index.d.ts +2 -0
  142. package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldDisabledOutlined.stories.d.ts +15 -0
  143. package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldDisabledText.stories.d.ts +15 -0
  144. package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldSkeleton.stories.d.ts +11 -0
  145. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/TextFieldErrorOutlined.stories.d.ts +9 -0
  146. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/TextFieldErrorText.stories.d.ts +9 -0
  147. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateActive.stories.d.ts +14 -0
  148. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateEnabled.stories.d.ts +14 -0
  149. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateFocus.stories.d.ts +14 -0
  150. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateHover.stories.d.ts +14 -0
  151. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateActive.stories.d.ts +14 -0
  152. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateEnabled.stories.d.ts +14 -0
  153. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateFocus.stories.d.ts +14 -0
  154. package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateHover.stories.d.ts +14 -0
  155. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/TextFieldOutlined.stories.d.ts +9 -0
  156. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/TextFieldText.stories.d.ts +12 -0
  157. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateActive.stories.d.ts +14 -0
  158. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateEnabled.stories.d.ts +14 -0
  159. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateFocus.stories.d.ts +14 -0
  160. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateHover.stories.d.ts +14 -0
  161. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateActive.stories.d.ts +14 -0
  162. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateEnabled.stories.d.ts +14 -0
  163. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateFocus.stories.d.ts +14 -0
  164. package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateHover.stories.d.ts +14 -0
  165. package/components/mui_extended/TextField/stories/PaletteColorTextField/sizes/TextFieldSizes.stories.d.ts +16 -0
  166. package/components/mui_extended/TextField/types.d.ts +35 -0
  167. package/components/mui_extended/Typography/Typography.d.ts +4 -0
  168. package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
  169. package/components/mui_extended/Typography/typography.styles.js +4 -0
  170. package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.d.ts +2 -2
  171. package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.js +114 -18
  172. package/contexts/RealTimeContext/store.d.ts +2 -2
  173. package/contexts/RealTimeContext/store.js +30 -6
  174. package/hooks/useSizeContainer/index.d.ts +2 -2
  175. package/package.json +1 -1
  176. package/components/Icon/Icon.stories.d.ts +0 -166
  177. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.d.ts +0 -5
  178. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.stories.d.ts +0 -21
  179. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.styles.d.ts +0 -2
  180. package/components/hook-form/RHFInputNumberSpinner/constants.d.ts +0 -1
  181. package/components/hook-form/RHFInputNumberSpinner/index.d.ts +0 -1
  182. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +0 -23
  183. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnnerEnum.d.ts +0 -9
  184. package/components/hook-form/RHFInputNumberSpinner/slots/index.d.ts +0 -2
  185. package/components/hook-form/RHFInputNumberSpinner/subcomponents/SkeletonSpinner/index.d.ts +0 -4
  186. package/components/hook-form/RHFInputNumberSpinner/types.d.ts +0 -21
  187. package/components/hook-form/RHFInputNumberSpinner/useRHFInputNumberSpinner.d.ts +0 -13
  188. package/components/hook-form/RHFTextField/RHFTextField.stories.d.ts +0 -14
@@ -30,6 +30,406 @@ const createAreasStore = (initProps) => {
30
30
  areasActions: {
31
31
  /**
32
32
  * TODO: Documentar
33
+ * @updatedUser Bruce Escobar - automatic
34
+ * @updatedUser Bruce Escobar - automatic
35
+ * @updatedUser Bruce Escobar - automatic
36
+ * @updatedUser Bruce Escobar - automatic
37
+ * @updatedUser Bruce Escobar - automatic
38
+ * @updatedUser Bruce Escobar - automatic
39
+ * @updatedUser Bruce Escobar - automatic
40
+ * @updatedUser Bruce Escobar - automatic
41
+ * @updatedUser Bruce Escobar - automatic
42
+ * @updatedUser Bruce Escobar - automatic
43
+ * @updatedUser Bruce Escobar - automatic
44
+ * @updatedUser Bruce Escobar - automatic
45
+ * @updatedUser Bruce Escobar - automatic
46
+ * @updatedUser Bruce Escobar - automatic
47
+ * @updatedUser Bruce Escobar - automatic
48
+ * @updatedUser Bruce Escobar - automatic
49
+ * @updatedUser Bruce Escobar - automatic
50
+ * @updatedUser Bruce Escobar - automatic
51
+ * @updatedUser Bruce Escobar - automatic
52
+ * @updatedUser Bruce Escobar - automatic
53
+ * @updatedUser Bruce Escobar - automatic
54
+ * @updatedUser Bruce Escobar - automatic
55
+ * @updatedUser Bruce Escobar - automatic
56
+ * @updatedUser Bruce Escobar - automatic
57
+ * @updatedUser Bruce Escobar - automatic
58
+ * @updatedUser Bruce Escobar - automatic
59
+ * @updatedUser Bruce Escobar - automatic
60
+ * @updatedUser Bruce Escobar - automatic
61
+ * @updatedUser Bruce Escobar - automatic
62
+ * @updatedUser Bruce Escobar - automatic
63
+ * @updatedUser Bruce Escobar - automatic
64
+ * @updatedUser Bruce Escobar - automatic
65
+ * @updatedUser Bruce Escobar - automatic
66
+ * @updatedAt 2024-10-22 19:27:23 - automatic
67
+ * @updatedAt 2024-10-22 19:27:23 - automatic
68
+ * @updatedAt 2024-10-22 19:27:23 - automatic
69
+ * @updatedAt 2024-10-22 19:27:23 - automatic
70
+ * @updatedAt 2024-10-22 19:27:23 - automatic
71
+ * @updatedAt 2024-10-22 19:27:23 - automatic
72
+ * @updatedAt 2024-10-22 19:27:23 - automatic
73
+ * @updatedAt 2024-10-22 19:27:23 - automatic
74
+ * @updatedAt 2024-10-22 19:27:23 - automatic
75
+ * @updatedAt 2024-10-22 19:27:23 - automatic
76
+ * @updatedAt 2024-10-22 19:27:23 - automatic
77
+ * @updatedAt 2024-10-22 19:27:23 - automatic
78
+ * @updatedAt 2024-10-22 19:27:23 - automatic
79
+ * @updatedAt 2024-10-22 19:27:23 - automatic
80
+ * @updatedAt 2024-10-22 19:27:23 - automatic
81
+ * @updatedAt 2024-10-22 19:27:23 - automatic
82
+ * @updatedAt 2024-10-22 19:27:23 - automatic
83
+ * @updatedAt 2024-10-22 19:27:23 - automatic
84
+ * @updatedAt 2024-10-22 19:27:23 - automatic
85
+ * @updatedAt 2024-10-22 19:27:23 - automatic
86
+ * @updatedAt 2024-10-22 19:27:23 - automatic
87
+ * @updatedAt 2024-10-22 19:27:23 - automatic
88
+ * @updatedAt 2024-10-22 19:27:23 - automatic
89
+ * @updatedAt 2024-10-22 19:27:23 - automatic
90
+ * @updatedAt 2024-10-22 19:27:23 - automatic
91
+ * @updatedAt 2024-10-22 19:27:23 - automatic
92
+ * @updatedAt 2024-10-22 19:27:23 - automatic
93
+ * @updatedAt 2024-10-22 19:27:23 - automatic
94
+ * @updatedAt 2024-10-22 19:27:23 - automatic
95
+ * @updatedAt 2024-10-22 19:27:23 - automatic
96
+ * @updatedAt 2024-10-22 19:27:23 - automatic
97
+ * @updatedAt 2024-10-22 19:27:23 - automatic
98
+ * @updatedAt 2024-10-22 19:27:23 - automatic
99
+ * @createdAt 2024-10-22 19:27:21 - automatic
100
+ * @createdAt 2024-10-22 19:27:21 - automatic
101
+ * @createdAt 2024-10-22 19:27:21 - automatic
102
+ * @createdAt 2024-10-22 19:27:21 - automatic
103
+ * @createdAt 2024-10-22 19:27:21 - automatic
104
+ * @createdAt 2024-10-22 19:27:21 - automatic
105
+ * @createdAt 2024-10-22 19:27:21 - automatic
106
+ * @createdAt 2024-10-22 19:27:21 - automatic
107
+ * @createdAt 2024-10-22 19:27:21 - automatic
108
+ * @createdAt 2024-10-22 19:27:21 - automatic
109
+ * @createdAt 2024-10-22 19:27:21 - automatic
110
+ * @createdAt 2024-10-22 19:27:21 - automatic
111
+ * @createdAt 2024-10-22 19:27:21 - automatic
112
+ * @createdAt 2024-10-22 19:27:21 - automatic
113
+ * @createdAt 2024-10-22 19:27:21 - automatic
114
+ * @createdAt 2024-10-22 19:27:21 - automatic
115
+ * @createdAt 2024-10-22 19:27:21 - automatic
116
+ * @createdAt 2024-10-22 19:27:21 - automatic
117
+ * @createdAt 2024-10-22 19:27:21 - automatic
118
+ * @createdAt 2024-10-22 19:27:21 - automatic
119
+ * @createdAt 2024-10-22 19:27:21 - automatic
120
+ * @createdAt 2024-10-22 19:27:21 - automatic
121
+ * @createdAt 2024-10-22 19:27:21 - automatic
122
+ * @createdAt 2024-10-22 19:27:21 - automatic
123
+ * @createdAt 2024-10-22 19:27:21 - automatic
124
+ * @createdAt 2024-10-22 19:27:21 - automatic
125
+ * @createdAt 2024-10-22 19:27:21 - automatic
126
+ * @createdAt 2024-10-22 19:27:21 - automatic
127
+ * @createdAt 2024-10-22 19:27:21 - automatic
128
+ * @createdAt 2024-10-22 19:27:21 - automatic
129
+ * @createdAt 2024-10-22 19:27:21 - automatic
130
+ * @createdAt 2024-10-22 19:27:21 - automatic
131
+ * @createdAt 2024-10-22 19:27:21 - automatic
132
+ * @author Bruce Escobar - automatic
133
+ * @author Bruce Escobar - automatic
134
+ * @author Bruce Escobar - automatic
135
+ * @author Bruce Escobar - automatic
136
+ * @author Bruce Escobar - automatic
137
+ * @author Bruce Escobar - automatic
138
+ * @author Bruce Escobar - automatic
139
+ * @author Bruce Escobar - automatic
140
+ * @author Bruce Escobar - automatic
141
+ * @author Bruce Escobar - automatic
142
+ * @author Bruce Escobar - automatic
143
+ * @author Bruce Escobar - automatic
144
+ * @author Bruce Escobar - automatic
145
+ * @author Bruce Escobar - automatic
146
+ * @author Bruce Escobar - automatic
147
+ * @author Bruce Escobar - automatic
148
+ * @author Bruce Escobar - automatic
149
+ * @author Bruce Escobar - automatic
150
+ * @author Bruce Escobar - automatic
151
+ * @author Bruce Escobar - automatic
152
+ * @author Bruce Escobar - automatic
153
+ * @author Bruce Escobar - automatic
154
+ * @author Bruce Escobar - automatic
155
+ * @author Bruce Escobar - automatic
156
+ * @author Bruce Escobar - automatic
157
+ * @author Bruce Escobar - automatic
158
+ * @author Bruce Escobar - automatic
159
+ * @author Bruce Escobar - automatic
160
+ * @author Bruce Escobar - automatic
161
+ * @author Bruce Escobar - automatic
162
+ * @author Bruce Escobar - automatic
163
+ * @author Bruce Escobar - automatic
164
+ * @author Bruce Escobar - automatic
165
+ * @updatedUser Bruce Escobar - automatic
166
+ * @updatedUser Bruce Escobar - automatic
167
+ * @updatedUser Bruce Escobar - automatic
168
+ * @updatedUser Bruce Escobar - automatic
169
+ * @updatedUser Bruce Escobar - automatic
170
+ * @updatedUser Bruce Escobar - automatic
171
+ * @updatedUser Bruce Escobar - automatic
172
+ * @updatedUser Bruce Escobar - automatic
173
+ * @updatedUser Bruce Escobar - automatic
174
+ * @updatedUser Bruce Escobar - automatic
175
+ * @updatedUser Bruce Escobar - automatic
176
+ * @updatedUser Bruce Escobar - automatic
177
+ * @updatedUser Bruce Escobar - automatic
178
+ * @updatedUser Bruce Escobar - automatic
179
+ * @updatedUser Bruce Escobar - automatic
180
+ * @updatedUser Bruce Escobar - automatic
181
+ * @updatedUser Bruce Escobar - automatic
182
+ * @updatedUser Bruce Escobar - automatic
183
+ * @updatedUser Bruce Escobar - automatic
184
+ * @updatedUser Bruce Escobar - automatic
185
+ * @updatedUser Bruce Escobar - automatic
186
+ * @updatedUser Bruce Escobar - automatic
187
+ * @updatedUser Bruce Escobar - automatic
188
+ * @updatedUser Bruce Escobar - automatic
189
+ * @updatedUser Bruce Escobar - automatic
190
+ * @updatedUser Bruce Escobar - automatic
191
+ * @updatedUser Bruce Escobar - automatic
192
+ * @updatedUser Bruce Escobar - automatic
193
+ * @updatedUser Bruce Escobar - automatic
194
+ * @updatedUser Bruce Escobar - automatic
195
+ * @updatedUser Bruce Escobar - automatic
196
+ * @updatedUser Bruce Escobar - automatic
197
+ * @updatedUser Bruce Escobar - automatic
198
+ * @updatedAt 2024-10-22 19:27:23 - automatic
199
+ * @updatedAt 2024-10-22 19:27:23 - automatic
200
+ * @updatedAt 2024-10-22 19:27:23 - automatic
201
+ * @updatedAt 2024-10-22 19:27:23 - automatic
202
+ * @updatedAt 2024-10-22 19:27:23 - automatic
203
+ * @updatedAt 2024-10-22 19:27:23 - automatic
204
+ * @updatedAt 2024-10-22 19:27:23 - automatic
205
+ * @updatedAt 2024-10-22 19:27:23 - automatic
206
+ * @updatedAt 2024-10-22 19:27:23 - automatic
207
+ * @updatedAt 2024-10-22 19:27:23 - automatic
208
+ * @updatedAt 2024-10-22 19:27:23 - automatic
209
+ * @updatedAt 2024-10-22 19:27:23 - automatic
210
+ * @updatedAt 2024-10-22 19:27:23 - automatic
211
+ * @updatedAt 2024-10-22 19:27:23 - automatic
212
+ * @updatedAt 2024-10-22 19:27:23 - automatic
213
+ * @updatedAt 2024-10-22 19:27:23 - automatic
214
+ * @updatedAt 2024-10-22 19:27:23 - automatic
215
+ * @updatedAt 2024-10-22 19:27:23 - automatic
216
+ * @updatedAt 2024-10-22 19:27:23 - automatic
217
+ * @updatedAt 2024-10-22 19:27:23 - automatic
218
+ * @updatedAt 2024-10-22 19:27:23 - automatic
219
+ * @updatedAt 2024-10-22 19:27:23 - automatic
220
+ * @updatedAt 2024-10-22 19:27:23 - automatic
221
+ * @updatedAt 2024-10-22 19:27:23 - automatic
222
+ * @updatedAt 2024-10-22 19:27:23 - automatic
223
+ * @updatedAt 2024-10-22 19:27:23 - automatic
224
+ * @updatedAt 2024-10-22 19:27:23 - automatic
225
+ * @updatedAt 2024-10-22 19:27:23 - automatic
226
+ * @updatedAt 2024-10-22 19:27:23 - automatic
227
+ * @updatedAt 2024-10-22 19:27:23 - automatic
228
+ * @updatedAt 2024-10-22 19:27:23 - automatic
229
+ * @updatedAt 2024-10-22 19:27:23 - automatic
230
+ * @updatedAt 2024-10-22 19:27:23 - automatic
231
+ * @createdAt 2024-10-22 09:42:38 - automatic
232
+ * @createdAt 2024-10-22 09:42:38 - automatic
233
+ * @createdAt 2024-10-22 09:42:38 - automatic
234
+ * @createdAt 2024-10-22 09:42:38 - automatic
235
+ * @createdAt 2024-10-22 09:42:38 - automatic
236
+ * @createdAt 2024-10-22 09:42:38 - automatic
237
+ * @createdAt 2024-10-22 09:42:38 - automatic
238
+ * @createdAt 2024-10-22 09:42:38 - automatic
239
+ * @createdAt 2024-10-22 09:42:38 - automatic
240
+ * @createdAt 2024-10-22 09:42:38 - automatic
241
+ * @createdAt 2024-10-22 09:42:38 - automatic
242
+ * @createdAt 2024-10-22 09:42:38 - automatic
243
+ * @createdAt 2024-10-22 09:42:38 - automatic
244
+ * @createdAt 2024-10-22 09:42:38 - automatic
245
+ * @createdAt 2024-10-22 09:42:38 - automatic
246
+ * @createdAt 2024-10-22 09:42:38 - automatic
247
+ * @createdAt 2024-10-22 09:42:38 - automatic
248
+ * @createdAt 2024-10-22 09:42:38 - automatic
249
+ * @createdAt 2024-10-22 09:42:38 - automatic
250
+ * @createdAt 2024-10-22 09:42:38 - automatic
251
+ * @createdAt 2024-10-22 09:42:38 - automatic
252
+ * @createdAt 2024-10-22 09:42:38 - automatic
253
+ * @createdAt 2024-10-22 09:42:38 - automatic
254
+ * @createdAt 2024-10-22 09:42:38 - automatic
255
+ * @createdAt 2024-10-22 09:42:38 - automatic
256
+ * @createdAt 2024-10-22 09:42:38 - automatic
257
+ * @createdAt 2024-10-22 09:42:38 - automatic
258
+ * @createdAt 2024-10-22 09:42:38 - automatic
259
+ * @createdAt 2024-10-22 09:42:38 - automatic
260
+ * @createdAt 2024-10-22 09:42:38 - automatic
261
+ * @createdAt 2024-10-22 09:42:38 - automatic
262
+ * @createdAt 2024-10-22 09:42:38 - automatic
263
+ * @createdAt 2024-10-22 09:42:38 - automatic
264
+ * @author Bruce Escobar - automatic
265
+ * @author Bruce Escobar - automatic
266
+ * @author Bruce Escobar - automatic
267
+ * @author Bruce Escobar - automatic
268
+ * @author Bruce Escobar - automatic
269
+ * @author Bruce Escobar - automatic
270
+ * @author Bruce Escobar - automatic
271
+ * @author Bruce Escobar - automatic
272
+ * @author Bruce Escobar - automatic
273
+ * @author Bruce Escobar - automatic
274
+ * @author Bruce Escobar - automatic
275
+ * @author Bruce Escobar - automatic
276
+ * @author Bruce Escobar - automatic
277
+ * @author Bruce Escobar - automatic
278
+ * @author Bruce Escobar - automatic
279
+ * @author Bruce Escobar - automatic
280
+ * @author Bruce Escobar - automatic
281
+ * @author Bruce Escobar - automatic
282
+ * @author Bruce Escobar - automatic
283
+ * @author Bruce Escobar - automatic
284
+ * @author Bruce Escobar - automatic
285
+ * @author Bruce Escobar - automatic
286
+ * @author Bruce Escobar - automatic
287
+ * @author Bruce Escobar - automatic
288
+ * @author Bruce Escobar - automatic
289
+ * @author Bruce Escobar - automatic
290
+ * @author Bruce Escobar - automatic
291
+ * @author Bruce Escobar - automatic
292
+ * @author Bruce Escobar - automatic
293
+ * @author Bruce Escobar - automatic
294
+ * @author Bruce Escobar - automatic
295
+ * @author Bruce Escobar - automatic
296
+ * @author Bruce Escobar - automatic
297
+ * @updatedUser Bruce Escobar - automatic
298
+ * @updatedUser Bruce Escobar - automatic
299
+ * @updatedUser Bruce Escobar - automatic
300
+ * @updatedUser Bruce Escobar - automatic
301
+ * @updatedUser Bruce Escobar - automatic
302
+ * @updatedUser Bruce Escobar - automatic
303
+ * @updatedUser Bruce Escobar - automatic
304
+ * @updatedUser Bruce Escobar - automatic
305
+ * @updatedUser Bruce Escobar - automatic
306
+ * @updatedUser Bruce Escobar - automatic
307
+ * @updatedUser Bruce Escobar - automatic
308
+ * @updatedUser Bruce Escobar - automatic
309
+ * @updatedUser Bruce Escobar - automatic
310
+ * @updatedUser Bruce Escobar - automatic
311
+ * @updatedUser Bruce Escobar - automatic
312
+ * @updatedUser Bruce Escobar - automatic
313
+ * @updatedUser Bruce Escobar - automatic
314
+ * @updatedUser Bruce Escobar - automatic
315
+ * @updatedUser Bruce Escobar - automatic
316
+ * @updatedUser Bruce Escobar - automatic
317
+ * @updatedUser Bruce Escobar - automatic
318
+ * @updatedUser Bruce Escobar - automatic
319
+ * @updatedUser Bruce Escobar - automatic
320
+ * @updatedUser Bruce Escobar - automatic
321
+ * @updatedUser Bruce Escobar - automatic
322
+ * @updatedUser Bruce Escobar - automatic
323
+ * @updatedUser Bruce Escobar - automatic
324
+ * @updatedUser Bruce Escobar - automatic
325
+ * @updatedUser Bruce Escobar - automatic
326
+ * @updatedUser Bruce Escobar - automatic
327
+ * @updatedUser Bruce Escobar - automatic
328
+ * @updatedUser Bruce Escobar - automatic
329
+ * @updatedUser Bruce Escobar - automatic
330
+ * @updatedAt 2024-10-22 19:27:23 - automatic
331
+ * @updatedAt 2024-10-22 19:27:23 - automatic
332
+ * @updatedAt 2024-10-22 19:27:23 - automatic
333
+ * @updatedAt 2024-10-22 19:27:23 - automatic
334
+ * @updatedAt 2024-10-22 19:27:23 - automatic
335
+ * @updatedAt 2024-10-22 19:27:23 - automatic
336
+ * @updatedAt 2024-10-22 19:27:23 - automatic
337
+ * @updatedAt 2024-10-22 19:27:23 - automatic
338
+ * @updatedAt 2024-10-22 19:27:23 - automatic
339
+ * @updatedAt 2024-10-22 19:27:23 - automatic
340
+ * @updatedAt 2024-10-22 19:27:23 - automatic
341
+ * @updatedAt 2024-10-22 19:27:23 - automatic
342
+ * @updatedAt 2024-10-22 19:27:23 - automatic
343
+ * @updatedAt 2024-10-22 19:27:23 - automatic
344
+ * @updatedAt 2024-10-22 19:27:23 - automatic
345
+ * @updatedAt 2024-10-22 19:27:23 - automatic
346
+ * @updatedAt 2024-10-22 19:27:23 - automatic
347
+ * @updatedAt 2024-10-22 19:27:23 - automatic
348
+ * @updatedAt 2024-10-22 19:27:23 - automatic
349
+ * @updatedAt 2024-10-22 19:27:23 - automatic
350
+ * @updatedAt 2024-10-22 19:27:23 - automatic
351
+ * @updatedAt 2024-10-22 19:27:23 - automatic
352
+ * @updatedAt 2024-10-22 19:27:23 - automatic
353
+ * @updatedAt 2024-10-22 19:27:23 - automatic
354
+ * @updatedAt 2024-10-22 19:27:23 - automatic
355
+ * @updatedAt 2024-10-22 19:27:23 - automatic
356
+ * @updatedAt 2024-10-22 19:27:23 - automatic
357
+ * @updatedAt 2024-10-22 19:27:23 - automatic
358
+ * @updatedAt 2024-10-22 19:27:23 - automatic
359
+ * @updatedAt 2024-10-22 19:27:23 - automatic
360
+ * @updatedAt 2024-10-22 19:27:23 - automatic
361
+ * @updatedAt 2024-10-22 19:27:23 - automatic
362
+ * @updatedAt 2024-10-22 19:27:23 - automatic
363
+ * @createdAt 2024-10-22 09:41:31 - automatic
364
+ * @createdAt 2024-10-22 09:41:31 - automatic
365
+ * @createdAt 2024-10-22 09:41:31 - automatic
366
+ * @createdAt 2024-10-22 09:41:31 - automatic
367
+ * @createdAt 2024-10-22 09:41:31 - automatic
368
+ * @createdAt 2024-10-22 09:41:31 - automatic
369
+ * @createdAt 2024-10-22 09:41:31 - automatic
370
+ * @createdAt 2024-10-22 09:41:31 - automatic
371
+ * @createdAt 2024-10-22 09:41:31 - automatic
372
+ * @createdAt 2024-10-22 09:41:31 - automatic
373
+ * @createdAt 2024-10-22 09:41:31 - automatic
374
+ * @createdAt 2024-10-22 09:41:31 - automatic
375
+ * @createdAt 2024-10-22 09:41:31 - automatic
376
+ * @createdAt 2024-10-22 09:41:31 - automatic
377
+ * @createdAt 2024-10-22 09:41:31 - automatic
378
+ * @createdAt 2024-10-22 09:41:31 - automatic
379
+ * @createdAt 2024-10-22 09:41:31 - automatic
380
+ * @createdAt 2024-10-22 09:41:31 - automatic
381
+ * @createdAt 2024-10-22 09:41:31 - automatic
382
+ * @createdAt 2024-10-22 09:41:31 - automatic
383
+ * @createdAt 2024-10-22 09:41:31 - automatic
384
+ * @createdAt 2024-10-22 09:41:31 - automatic
385
+ * @createdAt 2024-10-22 09:41:31 - automatic
386
+ * @createdAt 2024-10-22 09:41:31 - automatic
387
+ * @createdAt 2024-10-22 09:41:31 - automatic
388
+ * @createdAt 2024-10-22 09:41:31 - automatic
389
+ * @createdAt 2024-10-22 09:41:31 - automatic
390
+ * @createdAt 2024-10-22 09:41:31 - automatic
391
+ * @createdAt 2024-10-22 09:41:31 - automatic
392
+ * @createdAt 2024-10-22 09:41:31 - automatic
393
+ * @createdAt 2024-10-22 09:41:31 - automatic
394
+ * @createdAt 2024-10-22 09:41:31 - automatic
395
+ * @createdAt 2024-10-22 09:41:31 - automatic
396
+ * @author Bruce Escobar - automatic
397
+ * @author Bruce Escobar - automatic
398
+ * @author Bruce Escobar - automatic
399
+ * @author Bruce Escobar - automatic
400
+ * @author Bruce Escobar - automatic
401
+ * @author Bruce Escobar - automatic
402
+ * @author Bruce Escobar - automatic
403
+ * @author Bruce Escobar - automatic
404
+ * @author Bruce Escobar - automatic
405
+ * @author Bruce Escobar - automatic
406
+ * @author Bruce Escobar - automatic
407
+ * @author Bruce Escobar - automatic
408
+ * @author Bruce Escobar - automatic
409
+ * @author Bruce Escobar - automatic
410
+ * @author Bruce Escobar - automatic
411
+ * @author Bruce Escobar - automatic
412
+ * @author Bruce Escobar - automatic
413
+ * @author Bruce Escobar - automatic
414
+ * @author Bruce Escobar - automatic
415
+ * @author Bruce Escobar - automatic
416
+ * @author Bruce Escobar - automatic
417
+ * @author Bruce Escobar - automatic
418
+ * @author Bruce Escobar - automatic
419
+ * @author Bruce Escobar - automatic
420
+ * @author Bruce Escobar - automatic
421
+ * @author Bruce Escobar - automatic
422
+ * @author Bruce Escobar - automatic
423
+ * @author Bruce Escobar - automatic
424
+ * @author Bruce Escobar - automatic
425
+ * @author Bruce Escobar - automatic
426
+ * @author Bruce Escobar - automatic
427
+ * @author Bruce Escobar - automatic
428
+ * @author Bruce Escobar - automatic
429
+ * @author Bruce Escobar - automatic
430
+ * @createdAt 2024-10-22 09:41:31 - automatic
431
+ * @updatedAt 2024-10-22 19:27:23 - automatic
432
+ * @updatedUser Bruce Escobar - automatic
33
433
  */
34
434
  init: () => {
35
435
  if (get().ownerState.status !== "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, "height" | "width" | "className" | "children" | "onResize" | "axis" | "resizeHandles" | "handle" | "handleSize" | "lockAspectRatio" | "minConstraints" | "maxConstraints" | "onResizeStop" | "onResizeStart" | "draggableOpts" | "transformScale"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {
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, "height" | "width" | "className" | "style" | "children" | "onResize" | "axis" | "resizeHandles" | "handle" | "handleSize" | "lockAspectRatio" | "minConstraints" | "maxConstraints" | "onResizeStop" | "onResizeStart" | "draggableOpts" | "transformScale"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {
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;
@@ -2,5 +2,9 @@ import { RHFAutocompleteAsyncBaseProps } from '../../types';
2
2
  import { ImageProps, RHFAutocompleteBaseProps } from '../../../RHFAutocomplete/types';
3
3
  /**
4
4
  * TODO: Documentar
5
+ * @author Bruce Escobar - automatic
6
+ * @createdAt 2024-10-22 09:41:31 - automatic
7
+ * @updatedAt 2024-10-22 19:27:23 - automatic
8
+ * @updatedUser Bruce Escobar - automatic
5
9
  */
6
10
  export declare function ComponentTypeImage<T>(props: Omit<RHFAutocompleteBaseProps<T>, 'options' | 'get'> & ImageProps<T> & RHFAutocompleteAsyncBaseProps): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,9 @@
1
1
  import { ComponentTextProps } from '../../types';
2
2
  /**
3
3
  * TODO: Documentar
4
+ * @author Bruce Escobar - automatic
5
+ * @createdAt 2024-10-22 09:41:31 - automatic
6
+ * @updatedAt 2024-10-22 19:27:23 - automatic
7
+ * @updatedUser Bruce Escobar - automatic
4
8
  */
5
9
  export declare function 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" | "children" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
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>>;
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import { forwardRef, useState, useEffect } from "react";
3
3
  import { useFormContext, Controller } from "react-hook-form";
4
- import { InputAdornment } from "@mui/material";
5
- import { useModuleSkeleton } from "@m4l/core";
4
+ import { useTheme, InputAdornment } from "@mui/material";
5
+ import { useModuleSkeleton, getPropertyByString } from "@m4l/core";
6
6
  import { useResponsiveDesktop } from "@m4l/graphics";
7
7
  import { S as SkeletonTextField } from "./subcomponents/Skeleton/index.js";
8
8
  import { u as useFormFocus } from "../../../hooks/useFormFocus/index.js";
@@ -22,10 +22,12 @@ const RHFTextField = forwardRef((props, ref) => {
22
22
  size = "small",
23
23
  startIcon,
24
24
  endIcon,
25
- variant,
25
+ RHFvariants = "outlined",
26
26
  helperMessage = "",
27
27
  disabled,
28
28
  mandatory,
29
+ variant,
30
+ color = "primary",
29
31
  isInteger = true,
30
32
  mandatoryMessage,
31
33
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
@@ -50,12 +52,20 @@ const RHFTextField = forwardRef((props, ref) => {
50
52
  setCurrentVariant(null);
51
53
  }
52
54
  }, [errors[nameRHF], variant, control]);
55
+ const theme = useTheme();
56
+ const paletteColor = getPropertyByString(
57
+ theme.palette,
58
+ disabled ? "default" : color,
59
+ theme.palette.default
60
+ );
53
61
  const ownerState = {
54
62
  name: nameRHF,
55
63
  isInteger,
64
+ paletteColor,
56
65
  type: type ?? "text",
57
66
  size: !isDesktop ? "medium" : size,
58
- disabled
67
+ disabled,
68
+ variantRHFTextField: RHFvariants
59
69
  };
60
70
  return (
61
71
  /* RHFTextFieldRoot: Contenedor principal del componente, es usado para aplicar los estilos css de los overrides
@@ -115,6 +125,7 @@ const RHFTextField = forwardRef((props, ref) => {
115
125
  InputLabelProps: { shrink: true },
116
126
  autoComplete,
117
127
  onChange: onInternalChange,
128
+ className: "rhf-text-field-root",
118
129
  value: type === "number" ? isNaN(parseFloat(value)) ? "" : value : value || "",
119
130
  inputProps: {
120
131
  name: nameRHF,