@m4l/components 8.1.0-beta.devManuela.TextField → 8.2.0-beta.devDaniel.MenuActionsBug

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 (191) hide show
  1. package/@types/export.d.ts +0 -3
  2. package/@types/types.d.ts +37 -11
  3. package/components/AccountPopover/classes/index.d.ts +1 -1
  4. package/components/CommonActions/classes/index.d.ts +1 -1
  5. package/components/ControlIncrement/ControlIncrement.d.ts +5 -0
  6. package/components/ControlIncrement/ControlIncrement.styles.d.ts +8 -0
  7. package/components/ControlIncrement/constants.d.ts +25 -0
  8. package/components/ControlIncrement/slots/ControlIncrementEnum.d.ts +6 -0
  9. package/components/ControlIncrement/slots/ControltrolIncrementSlots.d.ts +14 -0
  10. package/components/ControlIncrement/slots/index.d.ts +2 -0
  11. package/components/ControlIncrement/stories/ControlClick/ControlIncrement.controlclick.stories.d.ts +13 -0
  12. package/components/ControlIncrement/stories/DefaultAndDisabled/ControlIncrement.defaultanddisabled.stories.d.ts +17 -0
  13. package/components/ControlIncrement/stories/Sizes/ControlIncrement.sizes.stories.d.ts +21 -0
  14. package/components/ControlIncrement/types.d.ts +56 -0
  15. package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.js +3 -3
  16. package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index.js +10 -10
  17. package/components/DynamicFilter/DynamicFIlter.styles.js +115 -39
  18. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
  19. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
  20. package/components/GridLayout/classes/index.d.ts +1 -1
  21. package/components/GridLayout/subcomponents/withSizeProvider/index.d.ts +1 -1
  22. package/components/HelperError/HelperError.d.ts +1 -1
  23. package/components/HelperError/HelperError.js +21 -2
  24. package/components/HelperError/HelperError.styles.js +11 -2
  25. package/components/HelperError/constant.d.ts +9 -0
  26. package/components/HelperError/constant.js +3 -1
  27. package/components/HelperError/slots/HelperErrorEnum.d.ts +3 -0
  28. package/components/HelperError/slots/HelperErrorSlots.d.ts +4 -4
  29. package/components/HelperError/slots/HelperErrorSlots.js +1 -1
  30. package/components/HelperError/types.d.ts +28 -5
  31. package/components/Icon/Icon.d.ts +4 -3
  32. package/components/Icon/Icon.js +54 -71
  33. package/components/Icon/Icon.styles.js +85 -31
  34. package/components/Icon/slots/IconEnum.d.ts +2 -1
  35. package/components/Icon/slots/IconEnum.js +1 -0
  36. package/components/Icon/slots/IconSlots.d.ts +3 -0
  37. package/components/Icon/slots/IconSlots.js +7 -1
  38. package/components/Icon/stories/DefaultWithProps/Icon.defaultWithProps.stories.d.ts +35 -0
  39. package/components/Icon/stories/Preset/Icon.preset.stories.d.ts +16 -0
  40. package/components/Icon/stories/Semantic/Icon.semantic.stories.d.ts +30 -0
  41. package/components/Icon/stories/Sizes/icon.sizes.stories.d.ts +40 -0
  42. package/components/Icon/types.d.ts +16 -12
  43. package/components/InputNumberSpinner/InputNumberSpinner.d.ts +9 -0
  44. package/components/InputNumberSpinner/InputNumberSpinner.styles.d.ts +8 -0
  45. package/components/InputNumberSpinner/constants.d.ts +9 -0
  46. package/components/InputNumberSpinner/hooks/types.d.ts +13 -0
  47. package/components/InputNumberSpinner/hooks/useInputNumberSpinner.d.ts +19 -0
  48. package/components/InputNumberSpinner/index.d.ts +2 -0
  49. package/components/InputNumberSpinner/slots/InputNumberSpinnerEnum.d.ts +7 -0
  50. package/components/InputNumberSpinner/slots/InputNumberSpinnerSlots.d.ts +15 -0
  51. package/components/InputNumberSpinner/slots/index.d.ts +2 -0
  52. package/components/InputNumberSpinner/stories/Default/InputNumberSpinner.default.stories.d.ts +25 -0
  53. package/components/InputNumberSpinner/stories/Error/InputNumberSpinner.error.stories.d.ts +25 -0
  54. package/components/InputNumberSpinner/stories/Sizes/InputNumberSpinner.sizes.stories.d.ts +41 -0
  55. package/components/InputNumberSpinner/stories/Variants/InputNumberSpinner.variants.stories.d.ts +25 -0
  56. package/components/InputNumberSpinner/types.d.ts +64 -0
  57. package/components/Label/Label.d.ts +2 -2
  58. package/components/Label/Label.styles.js +5 -5
  59. package/components/Label/slots/LabelSlots.d.ts +1 -1
  60. package/components/Label/types.d.ts +1 -1
  61. package/components/MFLoader/MFLoader.d.ts +1 -1
  62. package/components/NavLink/NavLink.d.ts +1 -1
  63. package/components/PaperForm/classes/index.d.ts +1 -1
  64. package/components/Period/classes/index.d.ts +1 -1
  65. package/components/PropertyValue/classes/index.d.ts +1 -1
  66. package/components/SideBar/classes/index.d.ts +2 -2
  67. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/styles.d.ts +1 -1
  68. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
  69. package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.d.ts +5 -1
  70. package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.js +2 -1
  71. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.js +2 -2
  72. package/components/areas/components/AreasViewer/classes/index.d.ts +2 -2
  73. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +1 -1
  74. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.js +3 -3
  75. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index.js +3 -3
  76. package/components/areas/contexts/AreasContext/store.d.ts +1 -1
  77. package/components/areas/contexts/AreasContext/store.js +199 -67
  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 +2 -2
  81. package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeImage/index.js +1 -1
  82. package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeImage/index.d.ts +1 -1
  83. package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index.d.ts +1 -1
  84. package/components/hook-form/RHFCheckbox/classes/index.d.ts +1 -1
  85. package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
  86. package/components/hook-form/RHFColorPicker/classes/index.d.ts +1 -1
  87. package/components/hook-form/RHFDateTime/classes/index.d.ts +1 -1
  88. package/components/hook-form/RHFTextField/RHFTextField.d.ts +4 -0
  89. package/components/hook-form/RHFTextField/RHFTextField.styles.js +2 -2
  90. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  91. package/components/hook-form/RHFUpload/RHFUploadImage/classes/index.d.ts +1 -1
  92. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +1 -1
  93. package/components/hook-form/RHFormContext/classes/index.d.ts +1 -1
  94. package/components/maps/components/Map/classes/index.d.ts +1 -1
  95. package/components/maps/components/Map/contexts/MapContext/store.d.ts +1 -1
  96. package/components/maps/components/Map/contexts/MapContext/store.js +166 -106
  97. package/components/maps/components/Map/hooks/useAutoFocus/index.d.ts +1 -1
  98. package/components/maps/components/Map/pluginLayers/PolylineWithArrows/index.d.ts +1 -1
  99. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useRowActionsGetter.js +2 -2
  100. package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index.d.ts +1 -1
  101. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useRowActionsGetter.js +5 -5
  102. package/components/modal/classes/index.d.ts +2 -2
  103. package/components/mui_extended/Accordion/Accordion.d.ts +1 -1
  104. package/components/mui_extended/Accordion/classes/index.d.ts +1 -1
  105. package/components/mui_extended/Avatar/classes/index.d.ts +1 -1
  106. package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
  107. package/components/mui_extended/Button/classes/index.d.ts +1 -1
  108. package/components/mui_extended/Button/styles.d.ts +1 -1
  109. package/components/mui_extended/CheckBox/classes/index.d.ts +1 -1
  110. package/components/mui_extended/IconButton/IconButton.d.ts +4 -4
  111. package/components/mui_extended/IconButton/IconButton.js +65 -29
  112. package/components/mui_extended/IconButton/IconButton.styles.js +20 -5
  113. package/components/mui_extended/IconButton/slots/IconButtonEnum.d.ts +2 -1
  114. package/components/mui_extended/IconButton/slots/IconButtonEnum.js +1 -0
  115. package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +5 -2
  116. package/components/mui_extended/IconButton/slots/IconButtonSlots.js +7 -1
  117. package/components/mui_extended/IconButton/types.d.ts +46 -2
  118. package/components/mui_extended/LoadingButton/classes/index.d.ts +1 -1
  119. package/components/mui_extended/LoadingButton/index.d.ts +1 -1
  120. package/components/mui_extended/MenuActions/MenuActions.d.ts +8 -1
  121. package/components/mui_extended/MenuActions/MenuActions.js +55 -77
  122. package/components/mui_extended/MenuActions/MenuActions.styles.d.ts +4 -0
  123. package/components/mui_extended/MenuActions/MenuActions.styles.js +11 -38
  124. package/components/mui_extended/MenuActions/constants.d.ts +17 -0
  125. package/components/mui_extended/MenuActions/constants.js +6 -2
  126. package/components/mui_extended/MenuActions/dictionary.d.ts +15 -0
  127. package/components/mui_extended/MenuActions/slots/MenuActionsEnum.d.ts +8 -5
  128. package/components/mui_extended/MenuActions/slots/MenuActionsEnum.js +1 -4
  129. package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +29 -16
  130. package/components/mui_extended/MenuActions/slots/MenuActionsSlots.js +16 -33
  131. package/components/mui_extended/MenuActions/stories/MenuActions.default.stories.d.ts +25 -0
  132. package/components/mui_extended/MenuActions/stories/MenuActions.othersProps.stories.d.ts +13 -0
  133. package/components/mui_extended/MenuActions/types.d.ts +80 -18
  134. package/components/mui_extended/MenuItem/MenuItem.d.ts +11 -0
  135. package/components/mui_extended/MenuItem/MenuItem.js +66 -0
  136. package/components/mui_extended/MenuItem/MenuItem.stories.d.ts +37 -0
  137. package/components/mui_extended/MenuItem/MenuItem.styles.d.ts +2 -0
  138. package/components/mui_extended/MenuItem/MenuItem.styles.js +111 -0
  139. package/components/mui_extended/MenuItem/constants.d.ts +8 -0
  140. package/components/mui_extended/MenuItem/constants.js +4 -0
  141. package/components/mui_extended/MenuItem/index.d.ts +2 -0
  142. package/components/mui_extended/MenuItem/index.js +1 -0
  143. package/components/mui_extended/MenuItem/slots/MenuItemEnum.d.ts +5 -0
  144. package/components/mui_extended/MenuItem/slots/MenuItemEnum.js +9 -0
  145. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +11 -0
  146. package/components/mui_extended/MenuItem/slots/MenuItemSlots.js +24 -0
  147. package/components/mui_extended/MenuItem/slots/index.d.ts +2 -0
  148. package/components/mui_extended/MenuItem/types.d.ts +41 -0
  149. package/components/mui_extended/MenuItem/types.js +1 -0
  150. package/components/mui_extended/Pager/classes/index.d.ts +2 -2
  151. package/components/mui_extended/Select/Select.d.ts +9 -0
  152. package/components/mui_extended/Select/Select.styles.d.ts +2 -0
  153. package/components/mui_extended/Select/constants.d.ts +8 -0
  154. package/components/mui_extended/Select/index.d.ts +2 -0
  155. package/components/mui_extended/Select/slots/SelectEnum.d.ts +6 -0
  156. package/components/mui_extended/Select/slots/SelectSlots.d.ts +12 -0
  157. package/components/mui_extended/Select/slots/index.d.ts +2 -0
  158. package/components/mui_extended/Select/stories/SelectOutlied.stories.d.ts +75 -0
  159. package/components/mui_extended/Select/stories/SelectStandar.stories.d.ts +29 -0
  160. package/components/mui_extended/Select/types.d.ts +66 -0
  161. package/components/mui_extended/Skeleton/Skeleton.d.ts +1 -1
  162. package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
  163. package/components/mui_extended/Skeleton/skeleton.styles.js +1 -1
  164. package/components/mui_extended/Tab/classes/index.d.ts +1 -1
  165. package/components/mui_extended/Tabs/styles.d.ts +1 -1
  166. package/components/mui_extended/TextField/TextField.d.ts +4 -0
  167. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +2 -2
  168. package/components/mui_extended/Typography/Typography.d.ts +1 -1
  169. package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
  170. package/components/mui_extended/Typography/typography.styles.js +1 -1
  171. package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.d.ts +1 -1
  172. package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.js +57 -25
  173. package/contexts/RealTimeContext/store.d.ts +1 -1
  174. package/contexts/RealTimeContext/store.js +15 -7
  175. package/hooks/useSizeContainer/index.d.ts +1 -1
  176. package/package.json +1 -1
  177. package/test/mocks.d.ts +7 -7
  178. package/utils/index.d.ts +1 -1
  179. package/components/Icon/Icon.stories.d.ts +0 -166
  180. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.d.ts +0 -5
  181. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.stories.d.ts +0 -21
  182. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.styles.d.ts +0 -2
  183. package/components/hook-form/RHFInputNumberSpinner/constants.d.ts +0 -1
  184. package/components/hook-form/RHFInputNumberSpinner/index.d.ts +0 -1
  185. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +0 -23
  186. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnnerEnum.d.ts +0 -9
  187. package/components/hook-form/RHFInputNumberSpinner/slots/index.d.ts +0 -2
  188. package/components/hook-form/RHFInputNumberSpinner/subcomponents/SkeletonSpinner/index.d.ts +0 -4
  189. package/components/hook-form/RHFInputNumberSpinner/types.d.ts +0 -21
  190. package/components/hook-form/RHFInputNumberSpinner/useRHFInputNumberSpinner.d.ts +0 -13
  191. package/components/mui_extended/MenuActions/MenuActions.stories.d.ts +0 -25
@@ -6,8 +6,8 @@ export declare function getPeriodUtilityClass(slot: string): string;
6
6
  * TODO: Documentar
7
7
  */
8
8
  export declare const periodUtilityClasses: (ownerState: OwnerState) => {
9
- root: string;
10
9
  skeleton: string;
10
+ root: string;
11
11
  containerDateLabel: string;
12
12
  containerDateValue: string;
13
13
  skeletonFieldPrimary: string;
@@ -6,8 +6,8 @@ export declare function getPropertyValueUtilityClass(slot: string): string;
6
6
  * TODO: Documentar
7
7
  */
8
8
  export declare const propertyValueUtilityClasses: (ownerState: OwnerState) => {
9
+ value: string;
9
10
  root: string;
10
11
  property: string;
11
- value: string;
12
12
  iconProperty: string;
13
13
  };
@@ -5,9 +5,10 @@ export declare const SideBarClasses: SideBarClassesType;
5
5
  * TODO: Documentar
6
6
  */
7
7
  export declare const getSideBarClassesByState: (ownerState: SideBarState) => {
8
- root: string;
9
8
  skeleton: string;
9
+ root: string;
10
10
  footer: string;
11
+ popover: string;
11
12
  contentDesktop: string;
12
13
  contentMobile: string;
13
14
  collapseButton: string;
@@ -35,7 +36,6 @@ export declare const getSideBarClassesByState: (ownerState: SideBarState) => {
35
36
  containerContentGroupsFooter: string;
36
37
  contentGroupsLine: string;
37
38
  drawer: string;
38
- popover: string;
39
39
  wrapperLogoFooter: string;
40
40
  subItemActive: string;
41
41
  itemMainActive: string;
@@ -2,6 +2,6 @@ import { ListItemStyleProps } from './types';
2
2
  import { Theme } from '@mui/system';
3
3
  export declare const ListItemStyle: import('@emotion/styled').StyledComponent<import('@mui/material').ListItemButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
5
- }, "alignItems" | "disabled" | "sx" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "children" | "divider" | "action" | "dense" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & ListItemStyleProps & {
5
+ }, "children" | "action" | "divider" | "style" | "dense" | "disabled" | "alignItems" | "sx" | "classes" | "autoFocus" | "className" | "tabIndex" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & ListItemStyleProps & {
6
6
  theme: Theme;
7
7
  }, {}, {}>;
@@ -1,5 +1,5 @@
1
1
  import { DotIconProps } from './types';
2
2
  export declare const NavSubItemContentRoot: import('@emotion/styled').StyledComponent<import('@mui/material').ListItemButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLDivElement | 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<HTMLDivElement> | null | undefined;
4
- }, "alignItems" | "disabled" | "sx" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "children" | "divider" | "action" | "dense" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
4
+ }, "children" | "action" | "divider" | "style" | "dense" | "disabled" | "alignItems" | "sx" | "classes" | "autoFocus" | "className" | "tabIndex" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
5
5
  export declare const DotIcon: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & DotIconProps, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,6 +1,10 @@
1
1
  import { ToastMessageProps, ToastTypes } from '../../types';
2
2
  /**
3
3
  * TODO: Documentar
4
+ * @author Bruce Escobar - automatic
5
+ * @createdAt 2024-10-22 19:08:59 - automatic
6
+ * @updatedAt 2024-10-22 19:09:00 - automatic
7
+ * @updatedUser Bruce Escobar - automatic
4
8
  */
5
9
  export declare function useToastMessage(props: ToastMessageProps): {
6
10
  pinToast: () => void;
@@ -12,5 +16,5 @@ export declare function useToastMessage(props: ToastMessageProps): {
12
16
  iconTypePath: string;
13
17
  iconClosePath: string;
14
18
  iconPinPath: string;
15
- currentSize: import('@m4l/styles').Sizes;
19
+ currentSize: "small" | "medium";
16
20
  };
@@ -17,6 +17,7 @@ function useToastMessage(props) {
17
17
  const ownerState = { type, hasDescription: Boolean(description) };
18
18
  const { host_static_assets, environment_assets } = useEnvironment();
19
19
  const { currentSize } = useComponentSize(size);
20
+ const adjustedSize = currentSize === "small" || currentSize === "medium" ? currentSize : "medium";
20
21
  const iconToShow = iconTypes?.[type || "default"] || iconTypes.default;
21
22
  const iconTypePath = `${host_static_assets}/${environment_assets}/${ICONS_PATH}/${iconToShow}`;
22
23
  const iconClosePath = `${host_static_assets}/${environment_assets}/${ICONS_PATH}/${ICONS.CLOSE}`;
@@ -34,7 +35,7 @@ function useToastMessage(props) {
34
35
  iconTypePath,
35
36
  iconClosePath,
36
37
  iconPinPath,
37
- currentSize
38
+ currentSize: adjustedSize
38
39
  };
39
40
  }
40
41
  export {
@@ -14,14 +14,14 @@ const ChipActionsMobile = (props) => {
14
14
  const { getLabel } = useModuleDictionary();
15
15
  const menuActions = [
16
16
  {
17
- urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/areas/assets/icons/${ICONS.EDIT_AREA}`,
17
+ icon: `${host_static_assets}/${environment_assets}/frontend/components/areas/assets/icons/${ICONS.EDIT_AREA}`,
18
18
  onClick: handlerOpenPopoverEditArea,
19
19
  label: getLabel(getAreasDictionary(AREAS_DICCTIONARY.label_edit_area))
20
20
  }
21
21
  ];
22
22
  if (listAreas.length > 1) {
23
23
  menuActions.push({
24
- urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/areas/assets/icons/${ICONS.DELETE_AREA}`,
24
+ icon: `${host_static_assets}/${environment_assets}/frontend/components/areas/assets/icons/${ICONS.DELETE_AREA}`,
25
25
  /**
26
26
  * OnClick
27
27
  */
@@ -5,8 +5,8 @@ export declare const areasViewerClasses: AreasViewerClasses;
5
5
  * TODO: Documentar
6
6
  * @author Juan Escobar - automatic
7
7
  * @createdAt 2024-10-15 17:52:49 - automatic
8
- * @updatedAt 2024-10-22 09:42:39 - automatic
8
+ * @updatedAt 2024-10-22 19:27:23 - automatic
9
9
  * @updatedUser Bruce Escobar - automatic
10
10
  */
11
- export declare const useAreasViewerUtilityClasses: (ownerState: OwnerState) => Record<"root" | "areaRoot" | "areaGridLayoutPanelContainer" | "areaGridLayout" | "areaGridLayoutPopupsContainer" | "areasWindowPopUpList" | "windowRoot" | "windowHeader" | "windowHeaderTitle" | "windowHeaderMainActions" | "windowHeaderCancelHandle" | "windowContent" | "windowRootContainer" | "windowLinearProgressRoot" | "windowLinearProgressBar" | "windowPopupRoot" | "windowModalRoot" | "panelWindowsRoot" | "panelWindowsButtonContainer" | "panelWindowsSeparator" | "loaderContainer" | "containerComponent" | "selectedWindow" | "areasLoadingErrorRoot" | "areasLoadingErrorLoading" | "areasLoadingError" | "areasLoadingErrorIcon" | "areasLoadingErrorTitle" | "areasLoadingErrorDescription" | "areasLoadingErrorDivider", string>;
11
+ export declare const useAreasViewerUtilityClasses: (ownerState: OwnerState) => Record<"root" | "windowContent" | "areaRoot" | "areaGridLayoutPanelContainer" | "areaGridLayout" | "areaGridLayoutPopupsContainer" | "areasWindowPopUpList" | "windowRoot" | "windowHeader" | "windowHeaderTitle" | "windowHeaderMainActions" | "windowHeaderCancelHandle" | "windowRootContainer" | "windowLinearProgressRoot" | "windowLinearProgressBar" | "windowPopupRoot" | "windowModalRoot" | "panelWindowsRoot" | "panelWindowsButtonContainer" | "panelWindowsSeparator" | "loaderContainer" | "containerComponent" | "selectedWindow" | "areasLoadingErrorRoot" | "areasLoadingErrorLoading" | "areasLoadingError" | "areasLoadingErrorIcon" | "areasLoadingErrorTitle" | "areasLoadingErrorDescription" | "areasLoadingErrorDivider", string>;
12
12
  export type ViwerClasses = ReturnType<typeof useAreasViewerUtilityClasses>;
@@ -9,7 +9,7 @@ import { PanelWindowsProps } from './types';
9
9
  * TODO: Documentar
10
10
  * @author Juan Escobar - automatic
11
11
  * @createdAt 2024-10-15 17:52:49 - automatic
12
- * @updatedAt 2024-10-22 09:42:39 - automatic
12
+ * @updatedAt 2024-10-22 19:27:23 - automatic
13
13
  * @updatedUser Bruce Escobar - automatic
14
14
  */
15
15
  export declare const PanelWindows: (props: PanelWindowsProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -26,7 +26,7 @@ function getMenuActions(options) {
26
26
  }
27
27
  if (windowOptions.allowPersistCookies) {
28
28
  const saveCookiesAction = {
29
- urlIcon: `${urlPrefix}/frontend/components/areas/assets/icons/${ICONS.SAVE_COOKIES}`,
29
+ icon: `${urlPrefix}/frontend/components/areas/assets/icons/${ICONS.SAVE_COOKIES}`,
30
30
  onClick: () => saveModuleCookies(windowId),
31
31
  disabled: false,
32
32
  visibility: "normal",
@@ -36,7 +36,7 @@ function getMenuActions(options) {
36
36
  };
37
37
  menuActions.push(saveCookiesAction);
38
38
  const resetCookiesAction = {
39
- urlIcon: `${urlPrefix}/frontend/components/areas/assets/icons/${ICONS.RESET_COOKIES}`,
39
+ icon: `${urlPrefix}/frontend/components/areas/assets/icons/${ICONS.RESET_COOKIES}`,
40
40
  onClick: () => resetModuleCookies(windowId),
41
41
  disabled: false,
42
42
  visibility: "normal",
@@ -48,7 +48,7 @@ function getMenuActions(options) {
48
48
  }
49
49
  if (version) {
50
50
  const versionAction = {
51
- urlIcon: `${urlPrefix}/frontend/components/areas/assets/icons/${ICONS.VERSION}`,
51
+ icon: `${urlPrefix}/frontend/components/areas/assets/icons/${ICONS.VERSION}`,
52
52
  onClick: () => {
53
53
  },
54
54
  disabled: true,
@@ -20,15 +20,15 @@ function MainActions(props) {
20
20
  return getMainActions(isDesktop, moduleActions);
21
21
  }, [moduleActions, isDesktop]);
22
22
  return /* @__PURE__ */ jsx("div", { className: areasViewerClasses.windowHeaderMainActions, children: mainActions.map((mainAction) => {
23
- const tooltip = mainAction.label !== void 0 ? mainAction.label : getLabel(mainAction.dictionaryId || "");
23
+ const tooltip = mainAction.label !== void 0 ? mainAction.label : getLabel(mainAction.label || "");
24
24
  const onClick = (e) => {
25
- mainAction.onClick(e);
25
+ mainAction.onClick && mainAction.onClick(e);
26
26
  e.stopPropagation();
27
27
  };
28
28
  return /* @__PURE__ */ jsx(
29
29
  IconButton,
30
30
  {
31
- src: mainAction.urlIcon || "",
31
+ src: mainAction.icon || "",
32
32
  className: clsx(mainAction.className, "m4l_draggableCancel"),
33
33
  onClick,
34
34
  "aria-label": mainAction.label,
@@ -5,7 +5,7 @@ import { AreasStateWithActions, InitialAreasStoreProps } from './types';
5
5
  * @returns
6
6
  * @author Bruce Escobar - automatic
7
7
  * @createdAt 2024-10-22 09:41:31 - automatic
8
- * @updatedAt 2024-10-22 09:42:39 - automatic
8
+ * @updatedAt 2024-10-22 19:27:23 - automatic
9
9
  * @updatedUser Bruce Escobar - automatic
10
10
  */
11
11
  export declare const createAreasStore: (initProps: InitialAreasStoreProps) => Omit<Omit<import('zustand').StoreApi<AreasStateWithActions>, "setState"> & {
@@ -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 09:42:39 - automatic
67
- * @updatedAt 2024-10-22 09:42:39 - automatic
68
- * @updatedAt 2024-10-22 09:42:39 - automatic
69
- * @updatedAt 2024-10-22 09:42:39 - automatic
70
- * @updatedAt 2024-10-22 09:42:39 - automatic
71
- * @updatedAt 2024-10-22 09:42:39 - automatic
72
- * @updatedAt 2024-10-22 09:42:39 - automatic
73
- * @updatedAt 2024-10-22 09:42:39 - automatic
74
- * @updatedAt 2024-10-22 09:42:39 - automatic
75
- * @updatedAt 2024-10-22 09:42:39 - automatic
76
- * @updatedAt 2024-10-22 09:42:39 - automatic
77
- * @updatedAt 2024-10-22 09:42:39 - automatic
78
- * @updatedAt 2024-10-22 09:42:39 - automatic
79
- * @updatedAt 2024-10-22 09:42:39 - automatic
80
- * @updatedAt 2024-10-22 09:42:39 - automatic
81
- * @updatedAt 2024-10-22 09:42:39 - automatic
82
- * @updatedAt 2024-10-22 09:42:39 - automatic
83
- * @updatedAt 2024-10-22 09:42:39 - automatic
84
- * @updatedAt 2024-10-22 09:42:39 - automatic
85
- * @updatedAt 2024-10-22 09:42:39 - automatic
86
- * @updatedAt 2024-10-22 09:42:39 - automatic
87
- * @updatedAt 2024-10-22 09:42:39 - automatic
88
- * @updatedAt 2024-10-22 09:42:39 - automatic
89
- * @updatedAt 2024-10-22 09:42:39 - automatic
90
- * @updatedAt 2024-10-22 09:42:39 - automatic
91
- * @updatedAt 2024-10-22 09:42:39 - automatic
92
- * @updatedAt 2024-10-22 09:42:39 - automatic
93
- * @updatedAt 2024-10-22 09:42:39 - automatic
94
- * @updatedAt 2024-10-22 09:42:39 - automatic
95
- * @updatedAt 2024-10-22 09:42:39 - automatic
96
- * @updatedAt 2024-10-22 09:42:39 - automatic
97
- * @updatedAt 2024-10-22 09:42:39 - automatic
98
- * @updatedAt 2024-10-22 09:42:39 - 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
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 09:42:39 - automatic
199
- * @updatedAt 2024-10-22 09:42:39 - automatic
200
- * @updatedAt 2024-10-22 09:42:39 - automatic
201
- * @updatedAt 2024-10-22 09:42:39 - automatic
202
- * @updatedAt 2024-10-22 09:42:39 - automatic
203
- * @updatedAt 2024-10-22 09:42:39 - automatic
204
- * @updatedAt 2024-10-22 09:42:39 - automatic
205
- * @updatedAt 2024-10-22 09:42:39 - automatic
206
- * @updatedAt 2024-10-22 09:42:39 - automatic
207
- * @updatedAt 2024-10-22 09:42:39 - automatic
208
- * @updatedAt 2024-10-22 09:42:39 - automatic
209
- * @updatedAt 2024-10-22 09:42:39 - automatic
210
- * @updatedAt 2024-10-22 09:42:39 - automatic
211
- * @updatedAt 2024-10-22 09:42:39 - automatic
212
- * @updatedAt 2024-10-22 09:42:39 - automatic
213
- * @updatedAt 2024-10-22 09:42:39 - automatic
214
- * @updatedAt 2024-10-22 09:42:39 - automatic
215
- * @updatedAt 2024-10-22 09:42:39 - automatic
216
- * @updatedAt 2024-10-22 09:42:39 - automatic
217
- * @updatedAt 2024-10-22 09:42:39 - automatic
218
- * @updatedAt 2024-10-22 09:42:39 - automatic
219
- * @updatedAt 2024-10-22 09:42:39 - automatic
220
- * @updatedAt 2024-10-22 09:42:39 - automatic
221
- * @updatedAt 2024-10-22 09:42:39 - automatic
222
- * @updatedAt 2024-10-22 09:42:39 - automatic
223
- * @updatedAt 2024-10-22 09:42:39 - automatic
224
- * @updatedAt 2024-10-22 09:42:39 - automatic
225
- * @updatedAt 2024-10-22 09:42:39 - automatic
226
- * @updatedAt 2024-10-22 09:42:39 - automatic
227
- * @updatedAt 2024-10-22 09:42:39 - automatic
228
- * @updatedAt 2024-10-22 09:42:39 - automatic
229
- * @updatedAt 2024-10-22 09:42:39 - automatic
230
- * @updatedAt 2024-10-22 09:42:39 - 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
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 09:42:39 - automatic
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, "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" | "width" | "height" | "className" | "onResize" | "handle" | "handleSize" | "lockAspectRatio" | "minConstraints" | "maxConstraints" | "onResizeStop" | "onResizeStart" | "draggableOpts" | "resizeHandles" | "transformScale" | "axis"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {
3
3
  ref?: import('react').Ref<Resizable> | undefined;
4
4
  }>;
@@ -1,4 +1,4 @@
1
1
  import { ResizableBox } from 'react-resizable';
2
- export declare const RootStyled: import('@emotion/styled').StyledComponent<Pick<import('react-resizable').ResizableBoxProps, "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" | "style" | "width" | "height" | "className" | "onResize" | "handle" | "handleSize" | "lockAspectRatio" | "minConstraints" | "maxConstraints" | "onResizeStop" | "onResizeStart" | "draggableOpts" | "resizeHandles" | "transformScale" | "axis"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {
3
3
  ref?: import('react').Ref<ResizableBox> | undefined;
4
4
  }>;
@@ -6,10 +6,10 @@ export declare function getRHFAutocompleteClassesUtilityClass(slot: string): str
6
6
  * TODO: Documentar
7
7
  */
8
8
  export declare const useUtilityClasses: (ownerState: OwnerState) => {
9
- root: string;
10
9
  skeleton: string;
11
- popper: string;
10
+ root: string;
12
11
  label: string;
12
+ popper: string;
13
13
  skeletonRoot: string;
14
14
  skeletonContainerText: string;
15
15
  containerRefreshDown: string;
@@ -14,9 +14,9 @@ import { w as withRenderOption } from "../RenderOption/index.js";
14
14
  import { S as SkeletonRHFAutocomplete } from "../Skeleton/index.js";
15
15
  import { L as Label } from "../../../../Label/Label.js";
16
16
  import { T as Typography } from "../../../../mui_extended/Typography/Typography.js";
17
- import { I as Image } from "../../../../Image/Image.js";
18
17
  import { I as IconButton } from "../../../../mui_extended/IconButton/IconButton.js";
19
18
  import { H as HelperError } from "../../../../HelperError/HelperError.js";
19
+ import { I as Image } from "../../../../Image/Image.js";
20
20
  function ComponentTypeImage(props) {
21
21
  const {
22
22
  name: nameRHF,
@@ -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 09:42:39 - automatic
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;
@@ -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 09:42:39 - automatic
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;
@@ -6,7 +6,7 @@ export declare function getRHFCheckboxUtilityClass(slot: string): string;
6
6
  * TODO: Documentar
7
7
  */
8
8
  export declare const useUtilityClasses: (ownerState: OwnerState) => {
9
- root: string;
10
9
  skeleton: string;
10
+ root: string;
11
11
  checkTypography: string;
12
12
  };
@@ -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" | "style" | "variant" | "width" | "height" | "animation" | "sx" | "classes" | "className"> & 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>, {}>;
@@ -6,8 +6,8 @@ export declare function getRHFColorPickerUtilityClass(slot: string): string;
6
6
  * TODO: Documentar
7
7
  */
8
8
  export declare const useUtilityClasses: (owmerState: OwnerState) => {
9
- root: string;
10
9
  skeleton: string;
10
+ root: string;
11
11
  popoverRoot: string;
12
12
  containerFieldColor: string;
13
13
  containerPicker: string;
@@ -6,6 +6,6 @@ export declare function getRHFCheckboxUtilityClass(slot: string): string;
6
6
  * TODO: Documentar
7
7
  */
8
8
  export declare const useUtilityClasses: (ownerState: OwnerState) => {
9
- root: string;
10
9
  skeleton: string;
10
+ root: string;
11
11
  };
@@ -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>>;