@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
@@ -17,5 +17,9 @@ import { TypographyProps } from './types';
17
17
  * @param {React.ReactNode} [props.children] - The content of the typography.
18
18
  * @param {object} [props.other] - Additional properties to be passed to the component.
19
19
  * @returns {JSX.Element} The rendered Typography component.
20
+ * @author Bruce Escobar - automatic
21
+ * @createdAt 2024-10-22 09:41:31 - automatic
22
+ * @updatedAt 2024-10-22 19:27:24 - automatic
23
+ * @updatedUser Bruce Escobar - automatic
20
24
  */
21
25
  export declare function Typography(props: TypographyProps): import("react/jsx-runtime").JSX.Element;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export declare const StyledMUITypography: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
5
5
  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;
6
- }, "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "sx" | "classes" | "className" | "style" | "children" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping">, "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "ref" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "key" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').TypographyOwnerState> & Record<string, unknown> & {
6
+ }, "children" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "sx" | "classes" | "className" | "style" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping">, "children" | "ref" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "key" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').TypographyOwnerState> & Record<string, unknown> & {
7
7
  ownerState: Partial<import('../types').TypographyOwnerState> & Record<string, unknown>;
8
8
  }, {}, {}>;
9
9
  /**
@@ -2,6 +2,10 @@ const typographyStyles = {
2
2
  /**
3
3
  * Slot: root
4
4
  * Componente extendido de MUI Typography, que permite personalizar los estilos del componente.
5
+ * @author Bruce Escobar - automatic
6
+ * @createdAt 2024-10-22 09:41:31 - automatic
7
+ * @updatedAt 2024-10-22 19:27:24 - automatic
8
+ * @updatedUser Bruce Escobar - automatic
5
9
  */
6
10
  root: ({ ownerState, theme }) => ({
7
11
  "&.M4lclassCssSpecificity": {
@@ -8,8 +8,8 @@ import { PopupsStateWithActions, InitialPopupsStoreProps } from './types';
8
8
  /**
9
9
  * Crea el store de los popups
10
10
  * @author Juan Escobar - automatic
11
- * @updatedAt 2024-10-15 18:01:45 - automatic
12
- * @updatedUser Juan Escobar - automatic
11
+ * @updatedAt 2024-10-22 19:27:24 - automatic
12
+ * @updatedUser Bruce Escobar - automatic
13
13
  * @createdAt 2024-10-15 17:33:28 - automatic
14
14
  */
15
15
  export declare const createPopupsStore: (initProps: InitialPopupsStoreProps) => Omit<Omit<import('zustand').StoreApi<PopupsStateWithActions>, "setState"> & {
@@ -17,22 +17,118 @@ const createPopupsStore = (initProps) => {
17
17
  popupsActions: {
18
18
  /**
19
19
  * TODO: Documentar
20
- * @updatedUser Juan Escobar - automatic
21
- * @updatedUser Juan Escobar - automatic
22
- * @updatedUser Juan Escobar - automatic
23
- * @updatedUser Juan Escobar - automatic
24
- * @updatedUser Juan Escobar - automatic
25
- * @updatedUser Juan Escobar - automatic
26
- * @updatedUser Juan Escobar - automatic
27
- * @updatedUser Juan Escobar - automatic
28
- * @updatedAt 2024-10-15 18:01:45 - automatic
29
- * @updatedAt 2024-10-15 18:01:45 - automatic
30
- * @updatedAt 2024-10-15 18:01:45 - automatic
31
- * @updatedAt 2024-10-15 18:01:45 - automatic
32
- * @updatedAt 2024-10-15 18:01:45 - automatic
33
- * @updatedAt 2024-10-15 18:01:45 - automatic
34
- * @updatedAt 2024-10-15 18:01:45 - automatic
35
- * @updatedAt 2024-10-15 18:01:45 - automatic
20
+ * @updatedUser Bruce Escobar - automatic
21
+ * @updatedUser Bruce Escobar - automatic
22
+ * @updatedUser Bruce Escobar - automatic
23
+ * @updatedUser Bruce Escobar - automatic
24
+ * @updatedUser Bruce Escobar - automatic
25
+ * @updatedUser Bruce Escobar - automatic
26
+ * @updatedUser Bruce Escobar - automatic
27
+ * @updatedUser Bruce Escobar - automatic
28
+ * @updatedAt 2024-10-22 19:27:24 - automatic
29
+ * @updatedAt 2024-10-22 19:27:24 - automatic
30
+ * @updatedAt 2024-10-22 19:27:24 - automatic
31
+ * @updatedAt 2024-10-22 19:27:24 - automatic
32
+ * @updatedAt 2024-10-22 19:27:24 - automatic
33
+ * @updatedAt 2024-10-22 19:27:24 - automatic
34
+ * @updatedAt 2024-10-22 19:27:24 - automatic
35
+ * @updatedAt 2024-10-22 19:27:24 - automatic
36
+ * @createdAt 2024-10-22 19:27:22 - automatic
37
+ * @createdAt 2024-10-22 19:27:22 - automatic
38
+ * @createdAt 2024-10-22 19:27:22 - automatic
39
+ * @createdAt 2024-10-22 19:27:22 - automatic
40
+ * @createdAt 2024-10-22 19:27:22 - automatic
41
+ * @createdAt 2024-10-22 19:27:22 - automatic
42
+ * @createdAt 2024-10-22 19:27:22 - automatic
43
+ * @createdAt 2024-10-22 19:27:22 - automatic
44
+ * @author Bruce Escobar - automatic
45
+ * @author Bruce Escobar - automatic
46
+ * @author Bruce Escobar - automatic
47
+ * @author Bruce Escobar - automatic
48
+ * @author Bruce Escobar - automatic
49
+ * @author Bruce Escobar - automatic
50
+ * @author Bruce Escobar - automatic
51
+ * @author 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
+ * @updatedAt 2024-10-22 19:27:24 - automatic
61
+ * @updatedAt 2024-10-22 19:27:24 - automatic
62
+ * @updatedAt 2024-10-22 19:27:24 - automatic
63
+ * @updatedAt 2024-10-22 19:27:24 - automatic
64
+ * @updatedAt 2024-10-22 19:27:24 - automatic
65
+ * @updatedAt 2024-10-22 19:27:24 - automatic
66
+ * @updatedAt 2024-10-22 19:27:24 - automatic
67
+ * @updatedAt 2024-10-22 19:27:24 - automatic
68
+ * @createdAt 2024-10-22 09:42:38 - automatic
69
+ * @createdAt 2024-10-22 09:42:38 - automatic
70
+ * @createdAt 2024-10-22 09:42:38 - automatic
71
+ * @createdAt 2024-10-22 09:42:38 - automatic
72
+ * @createdAt 2024-10-22 09:42:38 - automatic
73
+ * @createdAt 2024-10-22 09:42:38 - automatic
74
+ * @createdAt 2024-10-22 09:42:38 - automatic
75
+ * @createdAt 2024-10-22 09:42:38 - automatic
76
+ * @author Bruce Escobar - automatic
77
+ * @author Bruce Escobar - automatic
78
+ * @author Bruce Escobar - automatic
79
+ * @author Bruce Escobar - automatic
80
+ * @author Bruce Escobar - automatic
81
+ * @author Bruce Escobar - automatic
82
+ * @author Bruce Escobar - automatic
83
+ * @author Bruce Escobar - automatic
84
+ * @updatedUser Bruce Escobar - automatic
85
+ * @updatedUser Bruce Escobar - automatic
86
+ * @updatedUser Bruce Escobar - automatic
87
+ * @updatedUser Bruce Escobar - automatic
88
+ * @updatedUser Bruce Escobar - automatic
89
+ * @updatedUser Bruce Escobar - automatic
90
+ * @updatedUser Bruce Escobar - automatic
91
+ * @updatedUser Bruce Escobar - automatic
92
+ * @updatedAt 2024-10-22 19:27:24 - automatic
93
+ * @updatedAt 2024-10-22 19:27:24 - automatic
94
+ * @updatedAt 2024-10-22 19:27:24 - automatic
95
+ * @updatedAt 2024-10-22 19:27:24 - automatic
96
+ * @updatedAt 2024-10-22 19:27:24 - automatic
97
+ * @updatedAt 2024-10-22 19:27:24 - automatic
98
+ * @updatedAt 2024-10-22 19:27:24 - automatic
99
+ * @updatedAt 2024-10-22 19:27:24 - automatic
100
+ * @createdAt 2024-10-22 09:41:31 - automatic
101
+ * @createdAt 2024-10-22 09:41:31 - automatic
102
+ * @createdAt 2024-10-22 09:41:31 - automatic
103
+ * @createdAt 2024-10-22 09:41:31 - automatic
104
+ * @createdAt 2024-10-22 09:41:31 - automatic
105
+ * @createdAt 2024-10-22 09:41:31 - automatic
106
+ * @createdAt 2024-10-22 09:41:31 - automatic
107
+ * @createdAt 2024-10-22 09:41:31 - automatic
108
+ * @author Bruce Escobar - automatic
109
+ * @author Bruce Escobar - automatic
110
+ * @author Bruce Escobar - automatic
111
+ * @author Bruce Escobar - automatic
112
+ * @author Bruce Escobar - automatic
113
+ * @author Bruce Escobar - automatic
114
+ * @author Bruce Escobar - automatic
115
+ * @author Bruce Escobar - automatic
116
+ * @updatedUser Bruce Escobar - automatic
117
+ * @updatedUser Bruce Escobar - automatic
118
+ * @updatedUser Bruce Escobar - automatic
119
+ * @updatedUser Bruce Escobar - automatic
120
+ * @updatedUser Bruce Escobar - automatic
121
+ * @updatedUser Bruce Escobar - automatic
122
+ * @updatedUser Bruce Escobar - automatic
123
+ * @updatedUser Bruce Escobar - automatic
124
+ * @updatedAt 2024-10-22 19:27:24 - automatic
125
+ * @updatedAt 2024-10-22 19:27:24 - automatic
126
+ * @updatedAt 2024-10-22 19:27:24 - automatic
127
+ * @updatedAt 2024-10-22 19:27:24 - automatic
128
+ * @updatedAt 2024-10-22 19:27:24 - automatic
129
+ * @updatedAt 2024-10-22 19:27:24 - automatic
130
+ * @updatedAt 2024-10-22 19:27:24 - automatic
131
+ * @updatedAt 2024-10-22 19:27:24 - automatic
36
132
  * @createdAt 2024-10-15 18:01:45 - automatic
37
133
  * @createdAt 2024-10-15 18:01:45 - automatic
38
134
  * @createdAt 2024-10-15 18:01:45 - automatic
@@ -50,8 +146,8 @@ const createPopupsStore = (initProps) => {
50
146
  * @author Juan Escobar - automatic
51
147
  * @author Juan Escobar - automatic
52
148
  * @author Juan Escobar - automatic
53
- * @updatedAt 2024-10-15 18:01:45 - automatic
54
- * @updatedUser Juan Escobar - automatic
149
+ * @updatedAt 2024-10-22 19:27:24 - automatic
150
+ * @updatedUser Bruce Escobar - automatic
55
151
  * @createdAt 2024-10-15 17:33:28 - automatic
56
152
  */
57
153
  init: (initialPopups) => {
@@ -8,8 +8,8 @@ import { RealTimeStateWithActions, InitialRealTimeStoreProps } from './types';
8
8
  /**
9
9
  * TODO: Documentar
10
10
  * @author Juan Escobar - automatic
11
- * @updatedAt 2024-10-15 18:01:45 - automatic
12
- * @updatedUser Juan Escobar - automatic
11
+ * @updatedAt 2024-10-22 19:27:24 - automatic
12
+ * @updatedUser Bruce Escobar - automatic
13
13
  * @createdAt 2024-10-15 17:33:28 - automatic
14
14
  */
15
15
  export declare function createRealTimeStore(initProps: InitialRealTimeStoreProps): Omit<Omit<import('zustand').StoreApi<RealTimeStateWithActions>, "setState"> & {
@@ -15,17 +15,41 @@ function createRealTimeStore(initProps) {
15
15
  realTimeActions: {
16
16
  /**
17
17
  * TODO: Documentar
18
- * @updatedUser Juan Escobar - automatic
19
- * @updatedUser Juan Escobar - automatic
20
- * @updatedAt 2024-10-15 18:01:45 - automatic
21
- * @updatedAt 2024-10-15 18:01:45 - automatic
18
+ * @updatedUser Bruce Escobar - automatic
19
+ * @updatedUser Bruce Escobar - automatic
20
+ * @updatedAt 2024-10-22 19:27:24 - automatic
21
+ * @updatedAt 2024-10-22 19:27:24 - automatic
22
+ * @createdAt 2024-10-22 19:27:22 - automatic
23
+ * @createdAt 2024-10-22 19:27:22 - automatic
24
+ * @author Bruce Escobar - automatic
25
+ * @author Bruce Escobar - automatic
26
+ * @updatedUser Bruce Escobar - automatic
27
+ * @updatedUser Bruce Escobar - automatic
28
+ * @updatedAt 2024-10-22 19:27:24 - automatic
29
+ * @updatedAt 2024-10-22 19:27:24 - automatic
30
+ * @createdAt 2024-10-22 09:42:38 - automatic
31
+ * @createdAt 2024-10-22 09:42:38 - automatic
32
+ * @author Bruce Escobar - automatic
33
+ * @author Bruce Escobar - automatic
34
+ * @updatedUser Bruce Escobar - automatic
35
+ * @updatedUser Bruce Escobar - automatic
36
+ * @updatedAt 2024-10-22 19:27:24 - automatic
37
+ * @updatedAt 2024-10-22 19:27:24 - automatic
38
+ * @createdAt 2024-10-22 09:41:31 - automatic
39
+ * @createdAt 2024-10-22 09:41:31 - automatic
40
+ * @author Bruce Escobar - automatic
41
+ * @author Bruce Escobar - automatic
42
+ * @updatedUser Bruce Escobar - automatic
43
+ * @updatedUser Bruce Escobar - automatic
44
+ * @updatedAt 2024-10-22 19:27:24 - automatic
45
+ * @updatedAt 2024-10-22 19:27:24 - automatic
22
46
  * @createdAt 2024-10-15 18:01:45 - automatic
23
47
  * @createdAt 2024-10-15 18:01:45 - automatic
24
48
  * @author Juan Escobar - automatic
25
49
  * @author Juan Escobar - automatic
26
50
  * @author Juan Escobar - automatic
27
- * @updatedAt 2024-10-15 18:01:45 - automatic
28
- * @updatedUser Juan Escobar - automatic
51
+ * @updatedAt 2024-10-22 19:27:24 - automatic
52
+ * @updatedUser Bruce Escobar - automatic
29
53
  * @createdAt 2024-10-15 17:33:28 - automatic
30
54
  */
31
55
  init: () => {
@@ -5,8 +5,8 @@ import { ContainerSize } from '../../utils/types';
5
5
  * @param containerElement
6
6
  * @returns un objeto con el ancho y alto del contenedor
7
7
  * @author Juan Escobar - automatic
8
- * @updatedAt 2024-10-15 17:33:28 - automatic
9
- * @updatedUser Juan Escobar - automatic
8
+ * @updatedAt 2024-10-22 19:27:24 - automatic
9
+ * @updatedUser Bruce Escobar - automatic
10
10
  * @createdAt 2024-10-15 17:33:28 - automatic
11
11
  */
12
12
  export declare function useSizeContainer(containerElement?: HTMLElement | undefined | null): ContainerSize | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "8.1.0-beta.devManuela.IconButton",
3
+ "version": "8.1.0",
4
4
  "license": "UNLICENSED",
5
5
  "lint-staged": {
6
6
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
@@ -1,166 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react/*';
2
- import { Icon } from '.';
3
- declare const meta: Meta<typeof Icon>;
4
- type Story = StoryObj<typeof Icon>;
5
- /**
6
- * Icon in base mode
7
- */
8
- export declare const Base: Story;
9
- /**
10
- * Icon in default src mode
11
- */
12
- export declare const Default: Story;
13
- /**
14
- * icon with the prop to rotate it
15
- */
16
- export declare const Rotation: Story;
17
- /**
18
- * Icon with small size
19
- */
20
- export declare const Small: Story;
21
- /**
22
- * Icon with medium size
23
- */
24
- export declare const Medium: Story;
25
- /**
26
- * Icon with large size
27
- */
28
- export declare const Large: Story;
29
- /**
30
- * Icon with tooltip property
31
- */
32
- export declare const WithTooltip: Story;
33
- /**
34
- * Icon with security area
35
- */
36
- export declare const WithSecurityArea: Story;
37
- /**
38
- * Icon with Color 'primary.main'
39
- */
40
- export declare const WithColorPrimaryMain: {
41
- parameters: {
42
- design: {
43
- type: string;
44
- url: string;
45
- }[];
46
- };
47
- args: {
48
- src: string;
49
- size: string;
50
- color: string;
51
- };
52
- };
53
- /**
54
- * Icon with Color 'text.primary'
55
- */
56
- export declare const WithColorTextPrimary: {
57
- parameters: {
58
- design: {
59
- type: string;
60
- url: string;
61
- }[];
62
- };
63
- args: {
64
- src: string;
65
- size: string;
66
- color: string;
67
- };
68
- };
69
- /**
70
- * Icon with Color 'contrast.text'
71
- */
72
- export declare const WithColorContrastText: {
73
- parameters: {
74
- design: {
75
- type: string;
76
- url: string;
77
- }[];
78
- };
79
- args: {
80
- src: string;
81
- size: string;
82
- color: string;
83
- };
84
- };
85
- /**
86
- * Icon with Color 'error.main'
87
- */
88
- export declare const WithColorErrorMain: {
89
- parameters: {
90
- design: {
91
- type: string;
92
- url: string;
93
- }[];
94
- };
95
- args: {
96
- src: string;
97
- size: string;
98
- color: string;
99
- };
100
- };
101
- /**
102
- * Icon with Color 'warning.main'
103
- */
104
- export declare const WithColorWarningMain: {
105
- parameters: {
106
- design: {
107
- type: string;
108
- url: string;
109
- }[];
110
- };
111
- args: {
112
- src: string;
113
- size: string;
114
- color: string;
115
- };
116
- };
117
- /**
118
- * Icon with Color 'success.main'
119
- */
120
- export declare const WithColorSuccessMain: {
121
- parameters: {
122
- design: {
123
- type: string;
124
- url: string;
125
- }[];
126
- };
127
- args: {
128
- src: string;
129
- size: string;
130
- color: string;
131
- };
132
- };
133
- /**
134
- * Icon with Color 'info.main'
135
- */
136
- export declare const WithColorInfoMain: {
137
- parameters: {
138
- design: {
139
- type: string;
140
- url: string;
141
- }[];
142
- };
143
- args: {
144
- src: string;
145
- size: string;
146
- color: string;
147
- };
148
- };
149
- /**
150
- * Icon with disabled property''
151
- */
152
- export declare const WithDisabled: {
153
- parameters: {
154
- design: {
155
- type: string;
156
- url: string;
157
- }[];
158
- };
159
- args: {
160
- src: string;
161
- size: string;
162
- color: string;
163
- disabled: boolean;
164
- };
165
- };
166
- export default meta;
@@ -1,5 +0,0 @@
1
- import { RHFInputNumberSpinnerProps } from './types';
2
- /**
3
- * TODO: Documentar
4
- */
5
- export declare const RHFInputNumberSpinner: ({ steps, onChange, valueType, maxLength, name: nameRHF, }: RHFInputNumberSpinnerProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,21 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import { RHFInputNumberSpinner } from './RHFInputNumberSpinner';
3
- declare const meta: Meta<typeof RHFInputNumberSpinner>;
4
- export default meta;
5
- type Story = StoryObj<typeof RHFInputNumberSpinner>;
6
- /**
7
- * Base RHFInputNumberSpinner component
8
- */
9
- export declare const Base: Story;
10
- /**
11
- * Base RHFInputNumberSpinner component
12
- */
13
- export declare const Porcentaje: Story;
14
- /**
15
- * RHFInputNumberSpinner in skeleton mode
16
- */
17
- export declare const WithSkeleton: Story;
18
- /**
19
- * RHFInputNumberSpinner in error state
20
- */
21
- export declare const WithError: Story;
@@ -1,2 +0,0 @@
1
- import { RHFInputNumberSpinnerStyles } from '../RHFInputNumberSpinner/types';
2
- export declare const rhfInputNumberSpinnerStyles: RHFInputNumberSpinnerStyles;
@@ -1 +0,0 @@
1
- export declare const RHF_INPUTNUMBER_SPINNER_KEY_COMPONENT = "M4LRHFInputNumberSpinner";
@@ -1 +0,0 @@
1
- export * from './RHFInputNumberSpinner';
@@ -1,23 +0,0 @@
1
- export declare const RootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown> & {
2
- ownerState: Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown>;
3
- }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
4
- export declare const InputStyled: import('@emotion/styled').StyledComponent<Pick<{
5
- variant?: import('@mui/material').TextFieldVariants | undefined;
6
- } & Omit<import('@mui/material').FilledTextFieldProps | import('@mui/material').StandardTextFieldProps | import('@mui/material').OutlinedTextFieldProps, "variant">, "color" | "content" | "translate" | "margin" | "size" | "disabled" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "ref" | "error" | "name" | "label" | "select" | "key" | "component" | "value" | "type" | "variant" | "autoComplete" | "placeholder" | "required" | "rows" | "fullWidth" | "inputProps" | "inputRef" | "SelectProps" | "multiline" | "maxRows" | "minRows" | "hiddenLabel" | "focused" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown> & {
7
- ownerState: Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown>;
8
- }, {}, {}>;
9
- export declare const ContainInputStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown> & {
10
- ownerState: Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown>;
11
- }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
12
- export declare const SpanStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown> & {
13
- ownerState: Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown>;
14
- }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import('react').ClassAttributes<HTMLSpanElement> | keyof import('react').HTMLAttributes<HTMLSpanElement>>, {}>;
15
- export declare const ContainButtonStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown> & {
16
- ownerState: Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown>;
17
- }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
18
- export declare const ButtonStyled: import('@emotion/styled').StyledComponent<Pick<import('../../../mui_extended/Button').ButtonProps, keyof import('../../../mui_extended/Button').ButtonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown> & {
19
- ownerState: Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown>;
20
- }, {}, {}>;
21
- export declare const ActionsInputSkeletonStyled: import('@emotion/styled').StyledComponent<Pick<import('../../../mui_extended/Button').ButtonProps, keyof import('../../../mui_extended/Button').ButtonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown> & {
22
- ownerState: Partial<import('../types').RHFInputNumberSpinnerOwnerState> & Record<string, unknown>;
23
- }, {}, {}>;
@@ -1,9 +0,0 @@
1
- export declare enum RHFInputNumberSpinnerSlots {
2
- root = "root",
3
- containerInput = "containerInput",
4
- input = "input",
5
- span = "span",
6
- containerButton = "containerButton",
7
- actionButton = "actionButton",
8
- actionsInputSkeleton = "actionsInputSkeleton"
9
- }
@@ -1,2 +0,0 @@
1
- export * from './RHFInputNumberSpinnerSlots';
2
- export * from './RHFInputNumberSpinnnerEnum';
@@ -1,4 +0,0 @@
1
- /**
2
- * TODO: Documentar
3
- */
4
- export declare const SkeletonSpinner: () => import("react/jsx-runtime").JSX.Element;
@@ -1,21 +0,0 @@
1
- import { Theme } from '@mui/material/styles';
2
- import { OverridesStyleRules } from '@mui/material/styles/overrides';
3
- import { RHFInputNumberSpinnerSlots } from './slots/RHFInputNumberSpinnnerEnum';
4
- import { RHF_INPUTNUMBER_SPINNER_KEY_COMPONENT } from './constants';
5
- import { TextFieldProps } from '@mui/material';
6
- export interface RHFInputNumberSpinnerProps extends Omit<TextFieldProps, 'variant' | 'onChange'> {
7
- steps: number;
8
- maxLength: number;
9
- valueType: 'pt' | '%';
10
- onChange?: (value: number) => void;
11
- }
12
- export interface OwnerState {
13
- /**
14
- * Variable para el cambio a error
15
- */
16
- isValid?: boolean;
17
- }
18
- export interface RHFInputNumberSpinnerOwnerState extends RHFInputNumberSpinnerProps, OwnerState {
19
- }
20
- export type RHFInputNumberSpinnerSlotsType = keyof typeof RHFInputNumberSpinnerSlots;
21
- export type RHFInputNumberSpinnerStyles = Partial<OverridesStyleRules<RHFInputNumberSpinnerSlots, typeof RHF_INPUTNUMBER_SPINNER_KEY_COMPONENT, Theme> | undefined> | undefined;
@@ -1,13 +0,0 @@
1
- import { default as React, ChangeEvent } from 'react';
2
- /**
3
- * TODO: Documentar
4
- */
5
- export declare const useRHFInputNumberSpinner: (maxLength: number, steps: number | undefined, name: string) => {
6
- control: import('react-hook-form').Control<import('react-hook-form').FieldValues, any>;
7
- value: any;
8
- handleChange: (e: ChangeEvent<HTMLInputElement>, field: any) => void;
9
- handleButtonChange: (direction?: "up" | "down") => void;
10
- mouseDownDirection: "down" | "up" | undefined;
11
- setMouseDownDirection: React.Dispatch<React.SetStateAction<"down" | "up" | undefined>>;
12
- isSkeleton: boolean;
13
- };