@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
@@ -0,0 +1,75 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { Select } from '../Select';
3
+ declare const meta: Meta<typeof Select>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Select>;
6
+ /**
7
+ * Historia base del componente Select.
8
+ * Utiliza el tamaño 'medium' y una lista de opciones predefinidas.
9
+ * El color del componente es 'primary' y tiene un evento onChange
10
+ * que maneja el cambio de la selección.
11
+ * - name: Nombre del input del componente.
12
+ * - size: Tamaño del select, se puede usar 'small' o 'medium' (en este caso 'medium').
13
+ * - options: Lista de opciones disponibles para seleccionar en el componente, en sus propiedades puede llegara "icono" que es la url del icono que se visualizara en las opciones.
14
+ * - color: Color del select, con valor por defecto 'primary'.
15
+ * - componentPaletteColor: Paleta de colores personalizada para el select (en este caso 'primary').
16
+ * - onChange: Función callback que maneja el evento cuando el usuario selecciona una opción.
17
+ * @author Bruce Escobar - automatic
18
+ * @createdAt 2024-10-22 10:38:00 - automatic
19
+ * @updatedAt 2024-10-22 20:03:58 - automatic
20
+ * @updatedUser Bruce Escobar - automatic
21
+ */
22
+ export declare const Base: Story;
23
+ /**
24
+ * Historia select con valor seleccionado sin icono, los argumentos son los mismos de la historia Base
25
+ * @createdAt 2024-10-22 10:38:00 - automatic
26
+ */
27
+ export declare const SelectWithoutIcon: Story;
28
+ /**
29
+ * Historia select con valor seleccionado con icono, los argumentos son los mismos de la historia Base
30
+ * @createdAt 2024-10-22 10:38:00 - automatic
31
+ */
32
+ export declare const SelectWithIcon: Story;
33
+ /**
34
+ *Historia select hover con valor seleccionado sin icono, los argumentos son los mismos de la historia Base
35
+ * @createdAt 2024-10-22 10:38:00 - automatic
36
+ */
37
+ export declare const SelectWithHoverWithoutIcon: Story;
38
+ /**
39
+ *Historia select hover con valor seleccionado con icono, los argumentos son los mismos de la historia Base
40
+ * @createdAt 2024-10-22 10:38:00 - automatic
41
+ */
42
+ export declare const SelectWithHoverWithIcon: Story;
43
+ /**
44
+ *Historia select focus con valor seleccionado sin icono, los argumentos son los mismos de la historia Base
45
+ * @createdAt 2024-10-22 10:38:00 - automatic
46
+ */
47
+ export declare const SelectWithFocusWithoutIcon: Story;
48
+ /**
49
+ *Historia select focus con valor seleccionado con icono, los argumentos son los mismos de la historia Base
50
+ * @createdAt 2024-10-22 10:38:00 - automatic
51
+ */
52
+ export declare const SelectWithFocusWithIcon: Story;
53
+ /**
54
+ * Historias select con estado error,
55
+ * @createdAt 2024-10-22 20:03:57 - automatic
56
+ * @createdAt 2024-10-22 10:39:37 - automatic
57
+ * @createdAt 2024-10-22 10:39:37 - automatic
58
+ */
59
+ export declare const SelectWithErrorWithoutIcon: Story;
60
+ export declare const SelectWithErrorWithIcon: Story;
61
+ export declare const SelectErrorWithHoverWithoutIcon: Story;
62
+ export declare const SelectErrorWithHoverWithIcon: Story;
63
+ /**
64
+ * Historias select con estado error,
65
+ */
66
+ export declare const SelectDisabledWithoutIcon: Story;
67
+ /**
68
+ * Historia select disabled con icono en el item
69
+ * @createdAt 2024-10-22 10:38:00 - automatic
70
+ */
71
+ export declare const SelectDisabledWithIcon: Story;
72
+ /**
73
+ * Select in skeleton mode
74
+ */
75
+ export declare const WithSkeleton: Story;
@@ -0,0 +1,29 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { Select } from '../Select';
3
+ declare const meta: Meta<typeof Select>;
4
+ type Story = StoryObj<typeof Select>;
5
+ /**
6
+ * Base Select component
7
+ * @author Bruce Escobar - automatic
8
+ * @createdAt 2024-10-22 20:03:57 - automatic
9
+ * @updatedAt 2024-10-22 20:03:58 - automatic
10
+ * @updatedUser Bruce Escobar - automatic
11
+ */
12
+ export declare const Base: Story;
13
+ export declare const SelectWithoutIcon: Story;
14
+ export declare const SelectWithIcon: Story;
15
+ export declare const SelectWithHoverWithoutIcon: Story;
16
+ export declare const SelectWithHoverWithIcon: Story;
17
+ export declare const SelectWithFocusWithoutIcon: Story;
18
+ export declare const SelectWithFocusWithIcon: Story;
19
+ export declare const SelectWithErrorWithoutIcon: Story;
20
+ export declare const SelectWithErrorWithIcon: Story;
21
+ export declare const SelectErrorWithHoverWithoutIcon: Story;
22
+ export declare const SelectErrorWithHoverWithIcon: Story;
23
+ export declare const SelectDisabledWithoutIcon: Story;
24
+ export declare const SelectDisabledWithIcon: Story;
25
+ /**
26
+ * Select in skeleton mode
27
+ */
28
+ export declare const WithSkeleton: Story;
29
+ export default meta;
@@ -0,0 +1,66 @@
1
+ import { SelectProps as MUISelectProps } from '@mui/material/Select';
2
+ import { Theme, PaletteColor } from '@mui/material';
3
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
4
+ import { Sizes, ComponentPalletColor } from '@m4l/styles';
5
+ import { SELECT_KEY_COMPONENT } from './constants';
6
+ import { SelectSlots } from './slots';
7
+ /**
8
+ * Representa una opción dentro del Select.
9
+ * id - Identificador único de la opción. Puede ser número o string.
10
+ * label - Texto que representa la opción.
11
+ * [icon] - (Opcional) URL del ícono asociado a la opción.
12
+ * @createdAt 2024-10-22 10:30:26 - automatic
13
+ */
14
+ export type selectOption = {
15
+ id: number | string;
16
+ label: string;
17
+ icon?: string;
18
+ };
19
+ /**
20
+ * Propiedades que acepta el componente `Select`, extendiendo las propiedades de Material-UI `SelectProps`.
21
+ * [id] - Identificador opcional del componente.
22
+ * [size] - Tamaño del Select, valores posibles: 'small', 'medium', etc.
23
+ * [src] - Fuente opcional, si es aplicable.
24
+ * options - Array de opciones que recibirá el Select.
25
+ * value - Valor o valores seleccionados.
26
+ * onChange - Función que se ejecuta al cambiar la selección.
27
+ * [multiple] - Define si el Select es de selección múltiple.
28
+ * [disabled] - Establece si el Select está deshabilitado.
29
+ * [error] - Define si el Select está en estado de error.
30
+ * [componentPaletteColor] - Personaliza el color del componente.
31
+ * [color] - Define el color del Select.
32
+ * variant - Variante del Select.
33
+ * @author Bruce Escobar - automatic
34
+ * @createdAt 2024-10-22 10:30:26 - automatic
35
+ * @updatedAt 2024-10-22 20:03:58 - automatic
36
+ * @updatedUser Bruce Escobar - automatic
37
+ */
38
+ export interface SelectProps extends Omit<MUISelectProps, 'size' | 'onChange' | 'value' | 'error'> {
39
+ id?: string;
40
+ size?: Sizes;
41
+ src?: string;
42
+ options: Array<selectOption>;
43
+ value: number | string | string[] | number[];
44
+ onChange: (options: selectOption | selectOption[]) => void;
45
+ multiple?: boolean;
46
+ disabled?: boolean;
47
+ error?: boolean;
48
+ componentPaletteColor?: ComponentPalletColor;
49
+ color?: Extract<ComponentPalletColor, 'primary'>;
50
+ variant: 'standard' | 'outlined';
51
+ }
52
+ /**
53
+ * Propiedades internas que definen el estado del componente `Select`.
54
+ * paletteColor - Color de la paleta aplicado al Select.
55
+ */
56
+ export interface SelectOwnerState extends Pick<SelectProps, 'classes' | 'size' | 'error' | 'componentPaletteColor' | 'variant' | 'disabled'> {
57
+ paletteColor: PaletteColor;
58
+ }
59
+ /**
60
+ * Define los tipos de slots disponibles en el Select.
61
+ */
62
+ export type SelectSlotsType = keyof typeof SelectSlots;
63
+ /**
64
+ * Estilos aplicables al componente Select.
65
+ */
66
+ export type SelectStyles = Partial<OverridesStyleRules<SelectSlotsType, typeof SELECT_KEY_COMPONENT, Theme> | undefined> | undefined;
@@ -6,7 +6,7 @@ import { SkeletonProps } from './types';
6
6
  * y es altamente personalizable gracias a las propiedades y variantes específicas que se le han añadido.
7
7
  * @author Bruce Escobar - automatic
8
8
  * @createdAt 2024-10-22 09:41:31 - automatic
9
- * @updatedAt 2024-10-22 09:42:39 - automatic
9
+ * @updatedAt 2024-10-22 19:27:23 - automatic
10
10
  * @updatedUser Bruce Escobar - automatic
11
11
  */
12
12
  export declare const Skeleton: (props: SkeletonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  export declare const StyledMUISkeleton: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
3
- }, "height" | "width" | "animation" | "sx" | "classes" | "className" | "style" | "children" | "variant">, "color" | "content" | "height" | "translate" | "width" | "animation" | "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" | "key" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').SkeletonOwnerState> & Record<string, unknown> & {
3
+ }, "children" | "style" | "variant" | "width" | "height" | "animation" | "sx" | "classes" | "className">, "children" | "ref" | "title" | "id" | "hidden" | "color" | "content" | "style" | "variant" | "width" | "height" | "translate" | "animation" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "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" | "key"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').SkeletonOwnerState> & Record<string, unknown> & {
4
4
  ownerState: Partial<import('../types').SkeletonOwnerState> & Record<string, unknown>;
5
5
  }, {}, {}>;
@@ -4,7 +4,7 @@ const skeletonStyles = {
4
4
  * Componente extendido de MUI Skeleton, que permite personalizar los estilos del componente.
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
  root: ({ ownerState, theme }) => ({
@@ -5,6 +5,6 @@ export declare function getTabUtilityClass(slot: string): string;
5
5
  * TODO: Documentar
6
6
  */
7
7
  export declare const tabUtilityClasses: () => {
8
- root: string;
9
8
  skeleton: string;
9
+ root: string;
10
10
  };
@@ -1,3 +1,3 @@
1
1
  export declare const MUITabs: import('@emotion/styled').StyledComponent<import('@mui/material').TabsOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  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;
3
- }, "sx" | "classes" | "className" | "style" | "aria-label" | "aria-labelledby" | "children" | "onChange" | "slotProps" | "slots" | "action" | "value" | "variant" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
3
+ }, "children" | "value" | "action" | "style" | "variant" | "sx" | "classes" | "className" | "aria-label" | "aria-labelledby" | "onChange" | "slotProps" | "slots" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -1,5 +1,9 @@
1
1
  import { TextFieldProps } from './types';
2
2
  /**
3
3
  * Componente TextField extended de MUI-MATERIAL componente de entrada de datos en una interfaz de usuario que permite a los usuarios ingresar y editar texto. Es comúnmente utilizado en formularios y otros contextos donde se requiere la entrada de texto por parte del usuario.
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 TextField: (props: TextFieldProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  export declare const MuiTextFieldStyled: import('@emotion/styled').StyledComponent<Pick<{
2
2
  variant?: import('@mui/material').TextFieldVariants | undefined;
3
- } & 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').OwnerState> & Record<string, unknown> & {
3
+ } & Omit<import('@mui/material').FilledTextFieldProps | import('@mui/material').OutlinedTextFieldProps | import('@mui/material').StandardTextFieldProps, "variant">, "children" | "value" | "ref" | "title" | "component" | "size" | "name" | "error" | "select" | "rows" | "id" | "type" | "hidden" | "color" | "content" | "style" | "disabled" | "variant" | "margin" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "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" | "label" | "key" | "autoComplete" | "placeholder" | "required" | "fullWidth" | "maxRows" | "focused" | "hiddenLabel" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputProps" | "inputRef" | "multiline" | "minRows" | "SelectProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').OwnerState> & Record<string, unknown> & {
4
4
  ownerState: Partial<import('../types').OwnerState> & Record<string, unknown>;
5
5
  }, {}, {}>;
6
6
  export declare const TextFieldRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').OwnerState> & Record<string, unknown> & {
@@ -8,6 +8,6 @@ export declare const TextFieldRootStyled: import('@emotion/styled').StyledCompon
8
8
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
9
9
  export declare const MuiSkeletonStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
10
10
  ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
11
- }, "height" | "width" | "animation" | "sx" | "classes" | "className" | "style" | "children" | "variant">, "color" | "content" | "height" | "translate" | "width" | "animation" | "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" | "key" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').OwnerState> & Record<string, unknown> & {
11
+ }, "children" | "style" | "variant" | "width" | "height" | "animation" | "sx" | "classes" | "className">, "children" | "ref" | "title" | "id" | "hidden" | "color" | "content" | "style" | "variant" | "width" | "height" | "translate" | "animation" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "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" | "key"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').OwnerState> & Record<string, unknown> & {
12
12
  ownerState: Partial<import('../types').OwnerState> & Record<string, unknown>;
13
13
  }, {}, {}>;
@@ -19,7 +19,7 @@ import { TypographyProps } from './types';
19
19
  * @returns {JSX.Element} The rendered Typography component.
20
20
  * @author Bruce Escobar - automatic
21
21
  * @createdAt 2024-10-22 09:41:31 - automatic
22
- * @updatedAt 2024-10-22 09:42:39 - automatic
22
+ * @updatedAt 2024-10-22 19:27:24 - automatic
23
23
  * @updatedUser Bruce Escobar - automatic
24
24
  */
25
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" | "zIndex" | "paragraph" | "border" | "fontFamily" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "typography" | "flex" | "color" | "left" | "right" | "bottom" | "top" | "style" | "position" | "padding" | "variant" | "borderRadius" | "width" | "display" | "borderColor" | "height" | "gap" | "minHeight" | "minWidth" | "margin" | "overflow" | "boxShadow" | "justifyContent" | "alignItems" | "paddingLeft" | "borderLeft" | "borderTop" | "maxWidth" | "flexDirection" | "paddingRight" | "borderRight" | "flexGrow" | "marginLeft" | "textOverflow" | "borderBottom" | "gridTemplateColumns" | "marginBottom" | "alignContent" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateRows" | "justifyItems" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginInlineEnd" | "marginInlineStart" | "marginRight" | "marginTop" | "maxHeight" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingTop" | "rowGap" | "textAlign" | "visibility" | "whiteSpace" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "paddingBlock" | "paddingInline" | "sx" | "classes" | "className" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "variantMapping">, "children" | "ref" | "title" | "zIndex" | "id" | "paragraph" | "border" | "fontFamily" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "typography" | "flex" | "hidden" | "color" | "left" | "right" | "bottom" | "top" | "content" | "style" | "position" | "padding" | "variant" | "borderRadius" | "width" | "display" | "borderColor" | "height" | "gap" | "minHeight" | "minWidth" | "margin" | "overflow" | "boxShadow" | "justifyContent" | "alignItems" | "paddingLeft" | "borderLeft" | "borderTop" | "maxWidth" | "flexDirection" | "paddingRight" | "borderRight" | "flexGrow" | "marginLeft" | "textOverflow" | "borderBottom" | "gridTemplateColumns" | "marginBottom" | "alignContent" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateRows" | "justifyItems" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginInlineEnd" | "marginInlineStart" | "marginRight" | "marginTop" | "maxHeight" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingTop" | "rowGap" | "textAlign" | "translate" | "visibility" | "whiteSpace" | "gridArea" | "gridColumn" | "gridRow" | "marginBlock" | "marginInline" | "paddingBlock" | "paddingInline" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "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" | "displayPrint" | "key" | "align" | "gutterBottom" | "noWrap" | "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
  /**
@@ -4,7 +4,7 @@ const typographyStyles = {
4
4
  * Componente extendido de MUI Typography, que permite personalizar los estilos del componente.
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:24 - automatic
8
8
  * @updatedUser Bruce Escobar - automatic
9
9
  */
10
10
  root: ({ ownerState, theme }) => ({
@@ -8,7 +8,7 @@ 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-22 09:42:39 - automatic
11
+ * @updatedAt 2024-10-22 19:27:24 - automatic
12
12
  * @updatedUser Bruce Escobar - automatic
13
13
  * @createdAt 2024-10-15 17:33:28 - automatic
14
14
  */
@@ -25,14 +25,46 @@ const createPopupsStore = (initProps) => {
25
25
  * @updatedUser Bruce Escobar - automatic
26
26
  * @updatedUser Bruce Escobar - automatic
27
27
  * @updatedUser Bruce Escobar - automatic
28
- * @updatedAt 2024-10-22 09:42:39 - automatic
29
- * @updatedAt 2024-10-22 09:42:39 - automatic
30
- * @updatedAt 2024-10-22 09:42:39 - automatic
31
- * @updatedAt 2024-10-22 09:42:39 - automatic
32
- * @updatedAt 2024-10-22 09:42:39 - automatic
33
- * @updatedAt 2024-10-22 09:42:39 - automatic
34
- * @updatedAt 2024-10-22 09:42:39 - automatic
35
- * @updatedAt 2024-10-22 09:42:39 - 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
36
68
  * @createdAt 2024-10-22 09:42:38 - automatic
37
69
  * @createdAt 2024-10-22 09:42:38 - automatic
38
70
  * @createdAt 2024-10-22 09:42:38 - automatic
@@ -57,14 +89,14 @@ const createPopupsStore = (initProps) => {
57
89
  * @updatedUser Bruce Escobar - automatic
58
90
  * @updatedUser Bruce Escobar - automatic
59
91
  * @updatedUser Bruce Escobar - automatic
60
- * @updatedAt 2024-10-22 09:42:39 - automatic
61
- * @updatedAt 2024-10-22 09:42:39 - automatic
62
- * @updatedAt 2024-10-22 09:42:39 - automatic
63
- * @updatedAt 2024-10-22 09:42:39 - automatic
64
- * @updatedAt 2024-10-22 09:42:39 - automatic
65
- * @updatedAt 2024-10-22 09:42:39 - automatic
66
- * @updatedAt 2024-10-22 09:42:39 - automatic
67
- * @updatedAt 2024-10-22 09:42:39 - 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
68
100
  * @createdAt 2024-10-22 09:41:31 - automatic
69
101
  * @createdAt 2024-10-22 09:41:31 - automatic
70
102
  * @createdAt 2024-10-22 09:41:31 - automatic
@@ -89,14 +121,14 @@ const createPopupsStore = (initProps) => {
89
121
  * @updatedUser Bruce Escobar - automatic
90
122
  * @updatedUser Bruce Escobar - automatic
91
123
  * @updatedUser Bruce Escobar - 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
99
- * @updatedAt 2024-10-22 09:42:39 - 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
100
132
  * @createdAt 2024-10-15 18:01:45 - automatic
101
133
  * @createdAt 2024-10-15 18:01:45 - automatic
102
134
  * @createdAt 2024-10-15 18:01:45 - automatic
@@ -114,7 +146,7 @@ const createPopupsStore = (initProps) => {
114
146
  * @author Juan Escobar - automatic
115
147
  * @author Juan Escobar - automatic
116
148
  * @author Juan Escobar - automatic
117
- * @updatedAt 2024-10-22 09:42:39 - automatic
149
+ * @updatedAt 2024-10-22 19:27:24 - automatic
118
150
  * @updatedUser Bruce Escobar - automatic
119
151
  * @createdAt 2024-10-15 17:33:28 - automatic
120
152
  */
@@ -8,7 +8,7 @@ import { RealTimeStateWithActions, InitialRealTimeStoreProps } from './types';
8
8
  /**
9
9
  * TODO: Documentar
10
10
  * @author Juan Escobar - automatic
11
- * @updatedAt 2024-10-22 09:42:39 - automatic
11
+ * @updatedAt 2024-10-22 19:27:24 - automatic
12
12
  * @updatedUser Bruce Escobar - automatic
13
13
  * @createdAt 2024-10-15 17:33:28 - automatic
14
14
  */