@m4l/components 9.1.44 → 9.1.46

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 (105) hide show
  1. package/components/AccountPopover/AccountPopover.d.ts +9 -12
  2. package/components/AccountPopover/AccountPopover.styles.js +15 -15
  3. package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.d.ts +1 -1
  4. package/components/AccountPopover/subcomponents/MyAvatar/MyAvatar.d.ts +1 -1
  5. package/components/AccountPopover/types.d.ts +36 -0
  6. package/components/ControlIncrement/ControlIncrement.d.ts +4 -0
  7. package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.d.ts +1 -1
  8. package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index.d.ts +1 -1
  9. package/components/Image/Image.d.ts +1 -1
  10. package/components/Image/hoc/WithTrackWindowScroll.d.ts +1 -1
  11. package/components/Image/image.styles.js +3 -3
  12. package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +1 -1
  13. package/components/Image/utils/get-scroll-ancestor.d.ts +1 -1
  14. package/components/Image/utils/isIntersectionObserverAvailable.d.ts +1 -1
  15. package/components/InputNumberSpinner/InputNumberSpinner.d.ts +2 -2
  16. package/components/LanguagePopover/LanguagePopover.d.ts +1 -1
  17. package/components/MFLoader/MFLoader.d.ts +2 -2
  18. package/components/MenuActions/MenuActions.d.ts +1 -1
  19. package/components/MenuActions/MenuActions.styles.js +2 -2
  20. package/components/MenuActions/dictionary.d.ts +3 -3
  21. package/components/MenuActions/types.d.ts +4 -4
  22. package/components/ModalDialog/ModalDialog.styles.js +6 -6
  23. package/components/PaperForm/components/Header.d.ts +1 -1
  24. package/components/SideBar/SideBar.d.ts +9 -29
  25. package/components/SideBar/subcomponents/ContentComponent/index.d.ts +1 -1
  26. package/components/SideBar/subcomponents/ContentGroups/index.d.ts +7 -5
  27. package/components/SideBar/subcomponents/ContentGroups/index.js +2 -2
  28. package/components/SideBar/subcomponents/ContentGroups/styles.js +5 -5
  29. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.d.ts +1 -1
  30. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +2 -2
  31. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/subcomponents/ArrowIcon/index.d.ts +1 -1
  32. package/components/SideBar/subcomponents/ContentGroups/types.d.ts +4 -0
  33. package/components/SideBar/subcomponents/FooterSidebar/index.d.ts +1 -1
  34. package/components/SideBar/subcomponents/FooterSidebar/styles.js +1 -1
  35. package/components/SideBar/types.d.ts +50 -0
  36. package/components/WindowBase/WindowBase.d.ts +1 -1
  37. package/components/WindowBase/WindowBase.styles.js +12 -12
  38. package/components/WindowBase/subcomponents/Header/HeaderWindowBase.d.ts +1 -1
  39. package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.d.ts +1 -1
  40. package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +2 -2
  41. package/components/WindowBase/types.d.ts +1 -1
  42. package/components/WindowConfirm/WindowConfirm.styles.js +16 -16
  43. package/components/WindowConfirm/types.d.ts +2 -2
  44. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.d.ts +1 -1
  45. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.js +1 -1
  46. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +1 -1
  47. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.js +1 -1
  48. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/index.d.ts +1 -1
  49. package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.d.ts +1 -1
  50. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +2 -2
  51. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +1 -1
  52. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +1 -1
  53. package/components/areas/contexts/AreasContext/index.d.ts +5 -0
  54. package/components/areas/contexts/AreasContext/store.d.ts +2 -2
  55. package/components/areas/contexts/AreasContext/store.js +134 -2
  56. package/components/areas/types.d.ts +1 -1
  57. package/components/formatters/BooleanFormatter/BooleanFormatter.d.ts +5 -2
  58. package/components/formatters/BooleanFormatter/BooleanFormatter.js +22 -19
  59. package/components/formatters/BooleanFormatter/BooleanFormatter.styles.js +11 -6
  60. package/components/formatters/BooleanFormatter/dictionary.d.ts +1 -1
  61. package/components/formatters/BooleanFormatter/slots/BooleanFormatterEnum.d.ts +2 -4
  62. package/components/formatters/BooleanFormatter/slots/BooleanFormatterEnum.js +2 -4
  63. package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +1 -7
  64. package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +6 -17
  65. package/components/formatters/BooleanFormatter/types.d.ts +9 -4
  66. package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeText/index.d.ts +4 -0
  67. package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeText/index.js +4 -0
  68. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.d.ts +4 -0
  69. package/components/hook-form/RHFTextField/RHFTextField.d.ts +1 -1
  70. package/components/hook-form/RHFTextField/RHFTextField.styles.js +1 -1
  71. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +1 -1
  72. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useRowActionsGetter.d.ts +1 -1
  73. package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/subcomponents/MarkerClusterGroup/index.d.ts +1 -1
  74. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/index.d.ts +1 -1
  75. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index.d.ts +1 -1
  76. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useRowActionsGetter.d.ts +1 -1
  77. package/components/mui_extended/Accordion/Accordion.d.ts +1 -1
  78. package/components/mui_extended/Accordion/styles.js +6 -6
  79. package/components/mui_extended/Avatar/styles.js +1 -1
  80. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +1 -1
  81. package/components/mui_extended/Button/Button.d.ts +1 -1
  82. package/components/mui_extended/CheckBox/CheckBox.styles.js +12 -0
  83. package/components/mui_extended/Dialog/Dialog.styles.js +1 -1
  84. package/components/mui_extended/IconButton/IconButton.d.ts +1 -1
  85. package/components/mui_extended/IconButton/IconButton.styles.js +4 -4
  86. package/components/mui_extended/ImageButton/ImageButton.d.ts +1 -1
  87. package/components/mui_extended/MenuItem/MenuItem.d.ts +1 -1
  88. package/components/mui_extended/MenuItem/MenuItem.styles.js +9 -5
  89. package/components/mui_extended/Popover/Popover.d.ts +1 -1
  90. package/components/mui_extended/Popover/Popover.styles.js +2 -2
  91. package/components/mui_extended/Tab/Tab.d.ts +1 -1
  92. package/components/mui_extended/Tab/Tab.styles.js +2 -2
  93. package/components/mui_extended/TextField/TextField.d.ts +1 -1
  94. package/components/mui_extended/TextField/TextField.styles.js +2 -2
  95. package/components/mui_extended/ToggleButton/ToggleButton.styles.js +1 -1
  96. package/components/mui_extended/Tooltip/Tooltip.styles.js +4 -0
  97. package/components/mui_extended/Typography/types.d.ts +1 -1
  98. package/components/mui_extended/Typography/typography.styles.js +1 -1
  99. package/package.json +2 -1
  100. package/components/StorybookTest/StorybookTest.d.ts +0 -9
  101. package/components/StorybookTest/base.stories.d.ts +0 -9
  102. package/components/formatters/FormatterRoot/index.js +0 -10
  103. package/components/formatters/FormatterRoot/styles.js +0 -7
  104. package/components/formatters/classes/index.js +0 -13
  105. package/components/formatters/constants.js +0 -4
@@ -3,7 +3,7 @@ const contentGroupStyles = {
3
3
  * Container for the group items in the sidebar
4
4
  * @author Andrés Quintero - automatic
5
5
  * @createdAt 2024-11-05 17:37:29 - automatic
6
- * @updatedAt 2024-12-27 08:28:35 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  containerContentGroupsRoot: ({ theme, ownerState }) => ({
@@ -20,7 +20,7 @@ const contentGroupStyles = {
20
20
  * Wrapper for every principal item group in the sidebar
21
21
  * @author Andrés Quintero - automatic
22
22
  * @createdAt 2024-11-05 17:37:29 - automatic
23
- * @updatedAt 2024-12-27 08:28:35 - automatic
23
+ * @updatedAt 2024-12-30 14:36:09 - automatic
24
24
  * @updatedUser Andrés Quintero - automatic
25
25
  */
26
26
  containerContentGroups: ({ theme }) => ({
@@ -33,7 +33,7 @@ const contentGroupStyles = {
33
33
  * Title wrapper for every principal item group in the sidebar
34
34
  * @author Andrés Quintero - automatic
35
35
  * @createdAt 2024-11-05 17:37:29 - automatic
36
- * @updatedAt 2024-12-27 08:28:35 - automatic
36
+ * @updatedAt 2024-12-30 14:36:09 - automatic
37
37
  * @updatedUser Andrés Quintero - automatic
38
38
  */
39
39
  containerContentTitle: ({ theme, ownerState }) => ({
@@ -48,7 +48,7 @@ const contentGroupStyles = {
48
48
  * Navigation wrapper for every principal item group in the sidebar
49
49
  * @author Andrés Quintero - automatic
50
50
  * @createdAt 2024-11-05 17:37:29 - automatic
51
- * @updatedAt 2024-12-27 08:28:35 - automatic
51
+ * @updatedAt 2024-12-30 14:36:09 - automatic
52
52
  * @updatedUser Andrés Quintero - automatic
53
53
  */
54
54
  containerContentNavItems: ({ theme }) => ({
@@ -61,7 +61,7 @@ const contentGroupStyles = {
61
61
  *Container for the items in the sidebar group
62
62
  * @author Andrés Quintero - automatic
63
63
  * @createdAt 2024-11-05 17:37:29 - automatic
64
- * @updatedAt 2024-12-27 08:28:35 - automatic
64
+ * @updatedAt 2024-12-30 14:36:09 - automatic
65
65
  * @updatedUser Andrés Quintero - automatic
66
66
  */
67
67
  containerContentItem: ({ theme }) => ({
@@ -6,7 +6,7 @@ import { NavListSubItemProps } from './types';
6
6
  * @param {boolean} props.openSubItem - Estado del item del menu: Abierto - cerrado
7
7
  * @author Andrés Quintero - automatic
8
8
  * @createdAt 2024-11-14 17:08:16 - automatic
9
- * @updatedAt 2024-12-27 08:28:35 - automatic
9
+ * @updatedAt 2024-12-30 14:36:09 - automatic
10
10
  * @updatedUser Andrés Quintero - automatic
11
11
  */
12
12
  export declare function ContainerMenuItemsMain(props: NavListSubItemProps): import("react/jsx-runtime").JSX.Element;
@@ -4,7 +4,7 @@ const containerMenuItemsMainStyles = {
4
4
  * Style aplicado al contenedor de los items del menú
5
5
  * @author Andrés Quintero - automatic
6
6
  * @createdAt 2024-11-19 20:54:12 - automatic
7
- * @updatedAt 2024-12-27 08:28:35 - automatic
7
+ * @updatedAt 2024-12-30 14:36:09 - automatic
8
8
  * @updatedUser Andrés Quintero - automatic
9
9
  */
10
10
  containerMenuItems: ({ theme, ownerState }) => ({
@@ -55,7 +55,7 @@ const containerMenuItemsMainStyles = {
55
55
  *Style para el contenedor del icono de flecha que indica si el item está colapsado o descolapsado para los items padres
56
56
  * @author Andrés Quintero - automatic
57
57
  * @createdAt 2024-11-19 20:54:12 - automatic
58
- * @updatedAt 2024-12-27 08:28:35 - automatic
58
+ * @updatedAt 2024-12-30 14:36:09 - automatic
59
59
  * @updatedUser Andrés Quintero - automatic
60
60
  */
61
61
  containerArrowIconRoot: () => ({
@@ -3,7 +3,7 @@ import { ArrowIconProps } from './types';
3
3
  * Render arrow icon in the sidebar
4
4
  * @author Andrés Quintero - automatic
5
5
  * @createdAt 2024-11-05 18:00:46 - automatic
6
- * @updatedAt 2024-12-27 08:28:35 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  export declare function ArrowIcon(props: ArrowIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { Sizes } from '@m4l/styles';
2
+ export interface ContentGroupsProps {
3
+ size?: Sizes;
4
+ }
@@ -7,7 +7,7 @@ import { FooterSidebarProps } from './types';
7
7
  * @returns
8
8
  * @author Andrés Quintero - automatic
9
9
  * @createdAt 2024-11-05 18:16:45 - automatic
10
- * @updatedAt 2024-12-27 08:28:35 - automatic
10
+ * @updatedAt 2024-12-30 14:36:09 - automatic
11
11
  * @updatedUser Andrés Quintero - automatic
12
12
  */
13
13
  export default function FooterSidebar({ anchored }: FooterSidebarProps): import("react/jsx-runtime").JSX.Element;
@@ -3,7 +3,7 @@ const footerSideBarStyles = {
3
3
  * Estilo aplicado al contenedor del footer
4
4
  * @author Andrés Quintero - automatic
5
5
  * @createdAt 2024-11-14 18:39:10 - automatic
6
- * @updatedAt 2024-12-27 08:28:35 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  containerFooter: ({ theme, ownerState }) => ({
@@ -20,18 +20,68 @@ export interface MenuDataType extends Record<string, any> {
20
20
  * @createdAt 2024-11-01 10:51:01 - automatic
21
21
  */
22
22
  export interface SideBarProps {
23
+ /**
24
+ * Datos del menú de la barra lateral.
25
+ * @createdAt 2024-12-23 07:24:16 - automatic
26
+ */
23
27
  menuData?: Array<MenuDataType>;
28
+ /**
29
+ * Indica si la barra lateral está anclada en desktop
30
+ * @createdAt 2024-12-23 07:24:16 - automatic
31
+ */
24
32
  anchored: boolean;
33
+ /**
34
+ * Indica si la barra lateral está visible en mobile.
35
+ * @createdAt 2024-12-23 07:24:16 - automatic
36
+ */
25
37
  visible: boolean;
38
+ /**
39
+ * Url del logo que está en la parte superior con el titulo en el sidebar
40
+ * @createdAt 2024-12-23 07:24:16 - automatic
41
+ */
26
42
  companyLogoSmallUrl?: string;
43
+ /**
44
+ * Url del logo que está en el footer del sidebar
45
+ * @createdAt 2024-12-23 07:24:16 - automatic
46
+ */
27
47
  companyLogoNormalUrl?: string;
48
+ /**
49
+ * Ancho de la barra lateral cuando está expandida
50
+ * @createdAt 2024-12-23 07:24:16 - automatic
51
+ */
28
52
  expandedWidth?: string | number;
53
+ /**
54
+ * Nombre de la empresa
55
+ * @createdAt 2024-12-23 07:24:16 - automatic
56
+ */
29
57
  companyName?: string;
58
+ /**
59
+ * Slogan de la empresa
60
+ * @createdAt 2024-12-23 07:24:16 - automatic
61
+ */
30
62
  companySlogan?: string;
63
+ /**
64
+ * Indica la variación de estilo del componente
65
+ * @createdAt 2024-12-23 07:24:16 - automatic
66
+ */
31
67
  variantStyle?: 'variantDefault' | 'variantComercial';
32
68
  moduleSelectedId?: string | undefined;
33
69
  onMenuItemClick: (item: MenuDataType) => void;
70
+ /**
71
+ * Función para alternar el estado colapsado de la barra lateral.
72
+ * @author Andrés Quintero - automatic
73
+ * @createdAt 2024-12-23 07:24:16 - automatic
74
+ * @updatedAt 2024-12-30 14:36:09 - automatic
75
+ * @updatedUser Andrés Quintero - automatic
76
+ */
34
77
  onToggleAnchored: (anchored: boolean) => void;
78
+ /**
79
+ * Función para alternar la visibilidad de la barra lateral.
80
+ * @author Andrés Quintero - automatic
81
+ * @createdAt 2024-12-23 07:24:16 - automatic
82
+ * @updatedAt 2024-12-30 14:36:09 - automatic
83
+ * @updatedUser Andrés Quintero - automatic
84
+ */
35
85
  onToggleVisible: (visible: boolean) => void;
36
86
  /**
37
87
  * Tamaño del componente, puede ser uno de los valores definidos en 'small' , 'medium'
@@ -5,7 +5,7 @@ import { WindowBaseProps } from './types';
5
5
  * It uses hooks like `useModal` and utility style classes.
6
6
  * @author cesar - automatic
7
7
  * @createdAt 2024-11-15 18:08:44 - automatic
8
- * @updatedAt 2024-12-27 08:28:35 - automatic
8
+ * @updatedAt 2024-12-30 14:36:09 - automatic
9
9
  * @updatedUser Andrés Quintero - automatic
10
10
  */
11
11
  export declare const WindowBase: (props: WindowBaseProps) => import("react/jsx-runtime").JSX.Element;
@@ -3,7 +3,7 @@ const windowBaseStyles = {
3
3
  * Styles for the window base wrapper component.
4
4
  * @author cesar - automatic
5
5
  * @createdAt 2024-11-15 18:08:44 - automatic
6
- * @updatedAt 2024-12-27 08:28:35 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  wrapperWindowBase: ({ theme, ownerState }) => ({
@@ -27,7 +27,7 @@ const windowBaseStyles = {
27
27
  * Styles for the content of the window base component.
28
28
  * @author cesar - automatic
29
29
  * @createdAt 2024-11-15 18:08:44 - automatic
30
- * @updatedAt 2024-12-27 08:28:35 - automatic
30
+ * @updatedAt 2024-12-30 14:36:09 - automatic
31
31
  * @updatedUser Andrés Quintero - automatic
32
32
  */
33
33
  contentWindowBase: ({ theme }) => ({
@@ -40,7 +40,7 @@ const windowBaseStyles = {
40
40
  * Styles for the header of the window base component.
41
41
  * @author cesar - automatic
42
42
  * @createdAt 2024-11-15 18:08:44 - automatic
43
- * @updatedAt 2024-12-27 08:28:35 - automatic
43
+ * @updatedAt 2024-12-30 14:36:09 - automatic
44
44
  * @updatedUser Andrés Quintero - automatic
45
45
  */
46
46
  headerWindowComponent: ({ theme, ownerState }) => ({
@@ -77,7 +77,7 @@ const windowBaseStyles = {
77
77
  * Styles for the content of the header of the window base component.
78
78
  * @author cesar - automatic
79
79
  * @createdAt 2024-11-15 18:08:44 - automatic
80
- * @updatedAt 2024-12-27 08:28:35 - automatic
80
+ * @updatedAt 2024-12-30 14:36:09 - automatic
81
81
  * @updatedUser Andrés Quintero - automatic
82
82
  */
83
83
  headerContentWindowBase: ({ theme }) => ({
@@ -94,7 +94,7 @@ const windowBaseStyles = {
94
94
  * Styles for the title of the header of the window base component.
95
95
  * @author cesar - automatic
96
96
  * @createdAt 2024-11-15 18:08:44 - automatic
97
- * @updatedAt 2024-12-27 08:28:35 - automatic
97
+ * @updatedAt 2024-12-30 14:36:09 - automatic
98
98
  * @updatedUser Andrés Quintero - automatic
99
99
  */
100
100
  headerTitleWindowBase: ({ theme }) => ({
@@ -110,7 +110,7 @@ const windowBaseStyles = {
110
110
  * Styles for the subtitle container of the header of the window base component.
111
111
  * @author cesar - automatic
112
112
  * @createdAt 2024-11-15 18:08:44 - automatic
113
- * @updatedAt 2024-12-27 08:28:35 - automatic
113
+ * @updatedAt 2024-12-30 14:36:09 - automatic
114
114
  * @updatedUser Andrés Quintero - automatic
115
115
  */
116
116
  subtitleContainer: ({ theme }) => ({
@@ -125,7 +125,7 @@ const windowBaseStyles = {
125
125
  * @returns An object containing the styles for the dot window base component.
126
126
  * @author cesar - automatic
127
127
  * @createdAt 2024-11-22 19:40:23 - automatic
128
- * @updatedAt 2024-12-27 08:28:35 - automatic
128
+ * @updatedAt 2024-12-30 14:36:09 - automatic
129
129
  * @updatedUser Andrés Quintero - automatic
130
130
  */
131
131
  pointWindowBase: ({ theme, ownerState }) => ({
@@ -152,7 +152,7 @@ const windowBaseStyles = {
152
152
  * Styles for the subtitle of the header of the window base component.
153
153
  * @author cesar - automatic
154
154
  * @createdAt 2024-11-15 18:08:44 - automatic
155
- * @updatedAt 2024-12-27 08:28:35 - automatic
155
+ * @updatedAt 2024-12-30 14:36:09 - automatic
156
156
  * @updatedUser Andrés Quintero - automatic
157
157
  */
158
158
  headerSubTitleWindowBase: ({ theme }) => ({
@@ -164,7 +164,7 @@ const windowBaseStyles = {
164
164
  * Styles for the icon of the header of the window base component.
165
165
  * @author cesar - automatic
166
166
  * @createdAt 2024-11-18 08:11:19 - automatic
167
- * @updatedAt 2024-12-27 08:28:35 - automatic
167
+ * @updatedAt 2024-12-30 14:36:09 - automatic
168
168
  * @updatedUser Andrés Quintero - automatic
169
169
  */
170
170
  headerIconWindowBase: ({ theme }) => ({
@@ -178,7 +178,7 @@ const windowBaseStyles = {
178
178
  * Styles for the icons wrapper of the window base component.
179
179
  * @author cesar - automatic
180
180
  * @createdAt 2024-11-18 08:11:19 - automatic
181
- * @updatedAt 2024-12-27 08:28:35 - automatic
181
+ * @updatedAt 2024-12-30 14:36:09 - automatic
182
182
  * @updatedUser Andrés Quintero - automatic
183
183
  */
184
184
  iconsWrapperWindowBase: () => ({
@@ -193,7 +193,7 @@ const windowBaseStyles = {
193
193
  * Styles for the dot icon of the window base component.
194
194
  * @author cesar - automatic
195
195
  * @createdAt 2024-11-22 19:40:23 - automatic
196
- * @updatedAt 2024-12-27 08:28:35 - automatic
196
+ * @updatedAt 2024-12-30 14:36:09 - automatic
197
197
  * @updatedUser Andrés Quintero - automatic
198
198
  */
199
199
  pointIcon: ({ theme, ownerState }) => ({
@@ -218,7 +218,7 @@ const windowBaseStyles = {
218
218
  * Styles for the menu actions of the window base component.
219
219
  * @author cesar - automatic
220
220
  * @createdAt 2024-12-05 07:49:27 - automatic
221
- * @updatedAt 2024-12-27 08:28:35 - automatic
221
+ * @updatedAt 2024-12-30 14:36:09 - automatic
222
222
  * @updatedUser Andrés Quintero - automatic
223
223
  */
224
224
  menuActionsWindowBase: () => ({
@@ -40,7 +40,7 @@ import { WindowBaseOwnerState } from '../../types';
40
40
  * ```
41
41
  * @author cesar - automatic
42
42
  * @createdAt 2024-11-20 09:38:37 - automatic
43
- * @updatedAt 2024-12-27 08:28:35 - automatic
43
+ * @updatedAt 2024-12-30 14:36:09 - automatic
44
44
  * @updatedUser Andrés Quintero - automatic
45
45
  */
46
46
  export declare const HeaderWindowBase: (props: HeaderProps & WindowBaseOwnerState) => import("react/jsx-runtime").JSX.Element;
@@ -7,7 +7,7 @@ import { MemoizedIconButtonProps } from './types';
7
7
  * It is memoized to avoid unnecessary re-renders when the props do not change.
8
8
  * @author cesar - automatic
9
9
  * @createdAt 2024-12-13 10:33:50 - automatic
10
- * @updatedAt 2024-12-27 08:28:36 - automatic
10
+ * @updatedAt 2024-12-30 14:36:09 - automatic
11
11
  * @updatedUser Andrés Quintero - automatic
12
12
  */
13
13
  declare const MemoizedIconButton: React.MemoExoticComponent<({ iconUrl, label, disabled, onClick }: MemoizedIconButtonProps) => import("react/jsx-runtime").JSX.Element>;
@@ -17,7 +17,7 @@ export interface MemoizedIconButtonProps {
17
17
  * Whether the button is disabled.
18
18
  * @author cesar - automatic
19
19
  * @createdAt 2024-12-13 10:33:50 - automatic
20
- * @updatedAt 2024-12-27 08:28:36 - automatic
20
+ * @updatedAt 2024-12-30 14:36:09 - automatic
21
21
  * @updatedUser Andrés Quintero - automatic
22
22
  */
23
23
  disabled?: boolean;
@@ -25,7 +25,7 @@ export interface MemoizedIconButtonProps {
25
25
  * Callback function executed when the button is clicked.
26
26
  * @author cesar - automatic
27
27
  * @createdAt 2024-12-13 10:33:50 - automatic
28
- * @updatedAt 2024-12-27 08:28:36 - automatic
28
+ * @updatedAt 2024-12-30 14:36:09 - automatic
29
29
  * @updatedUser Andrés Quintero - automatic
30
30
  */
31
31
  onClick: () => void;
@@ -8,7 +8,7 @@ import { ComponentPalletColor, Sizes } from '@m4l/styles';
8
8
  * Type representing a single action in the `WindowBase` component.
9
9
  * @author cesar - automatic
10
10
  * @createdAt 2024-12-23 09:48:25 - automatic
11
- * @updatedAt 2024-12-27 08:28:36 - automatic
11
+ * @updatedAt 2024-12-30 14:36:09 - automatic
12
12
  * @updatedUser Andrés Quintero - automatic
13
13
  */
14
14
  export interface WindowBaseAction {
@@ -3,8 +3,8 @@ const windowConfirmStyles = {
3
3
  * Wrapper Window Confirm Styles
4
4
  * @author cesar - automatic
5
5
  * @createdAt 2024-11-21 08:55:01 - automatic
6
- * @updatedAt 2024-12-20 17:28:53 - automatic
7
- * @updatedUser cesar - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
+ * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  wrapperWindowConfirm: ({ theme, ownerState }) => ({
10
10
  display: "flex",
@@ -36,8 +36,8 @@ const windowConfirmStyles = {
36
36
  * Wrapper Window Confirm Content Styles
37
37
  * @author cesar - automatic
38
38
  * @createdAt 2024-11-22 10:58:23 - automatic
39
- * @updatedAt 2024-12-20 17:28:53 - automatic
40
- * @updatedUser cesar - automatic
39
+ * @updatedAt 2024-12-30 14:36:09 - automatic
40
+ * @updatedUser Andrés Quintero - automatic
41
41
  */
42
42
  windowConfirmContent: ({ theme, ownerState }) => ({
43
43
  display: "flex",
@@ -69,8 +69,8 @@ const windowConfirmStyles = {
69
69
  * Container Illustration Styles
70
70
  * @author cesar - automatic
71
71
  * @createdAt 2024-11-19 11:57:37 - automatic
72
- * @updatedAt 2024-12-20 17:28:53 - automatic
73
- * @updatedUser cesar - automatic
72
+ * @updatedAt 2024-12-30 14:36:09 - automatic
73
+ * @updatedUser Andrés Quintero - automatic
74
74
  */
75
75
  illustrationContainer: ({ theme }) => ({
76
76
  display: "flex",
@@ -85,8 +85,8 @@ const windowConfirmStyles = {
85
85
  * Icon Illustration Styles
86
86
  * @author cesar - automatic
87
87
  * @createdAt 2024-11-19 11:57:37 - automatic
88
- * @updatedAt 2024-12-20 17:28:53 - automatic
89
- * @updatedUser cesar - automatic
88
+ * @updatedAt 2024-12-30 14:36:09 - automatic
89
+ * @updatedUser Andrés Quintero - automatic
90
90
  */
91
91
  illustrationIcon: () => ({
92
92
  width: "auto !important",
@@ -99,8 +99,8 @@ const windowConfirmStyles = {
99
99
  * Text Content Styles
100
100
  * @author cesar - automatic
101
101
  * @createdAt 2024-11-19 11:57:37 - automatic
102
- * @updatedAt 2024-12-20 17:28:53 - automatic
103
- * @updatedUser cesar - automatic
102
+ * @updatedAt 2024-12-30 14:36:09 - automatic
103
+ * @updatedUser Andrés Quintero - automatic
104
104
  */
105
105
  textContent: ({ theme }) => ({
106
106
  display: "flex",
@@ -113,8 +113,8 @@ const windowConfirmStyles = {
113
113
  * Title Illustration Styles
114
114
  * @author cesar - automatic
115
115
  * @createdAt 2024-11-19 11:57:37 - automatic
116
- * @updatedAt 2024-12-20 17:28:53 - automatic
117
- * @updatedUser cesar - automatic
116
+ * @updatedAt 2024-12-30 14:36:09 - automatic
117
+ * @updatedUser Andrés Quintero - automatic
118
118
  */
119
119
  title: ({ theme }) => ({
120
120
  color: theme.vars.palette.text.primary,
@@ -125,8 +125,8 @@ const windowConfirmStyles = {
125
125
  * Message Illustration Styles
126
126
  * @author cesar - automatic
127
127
  * @createdAt 2024-11-21 08:55:01 - automatic
128
- * @updatedAt 2024-12-20 17:28:53 - automatic
129
- * @updatedUser cesar - automatic
128
+ * @updatedAt 2024-12-30 14:36:09 - automatic
129
+ * @updatedUser Andrés Quintero - automatic
130
130
  */
131
131
  message: ({ theme }) => ({
132
132
  textAlign: "center",
@@ -136,8 +136,8 @@ const windowConfirmStyles = {
136
136
  * Actions Container Styles
137
137
  * @author cesar - automatic
138
138
  * @createdAt 2024-11-19 11:57:37 - automatic
139
- * @updatedAt 2024-12-20 17:28:53 - automatic
140
- * @updatedUser cesar - automatic
139
+ * @updatedAt 2024-12-30 14:36:09 - automatic
140
+ * @updatedUser Andrés Quintero - automatic
141
141
  */
142
142
  actionsContainer: ({ theme }) => ({
143
143
  padding: theme.vars.size.baseSpacings.sp3
@@ -13,8 +13,8 @@ export type StateColors = 'warning' | 'error' | 'delete' | 'info' | 'success' |
13
13
  * Propiedades de la ventana de confirmación.
14
14
  * @createdAt 2024-11-19 11:52:55 - automatic
15
15
  * @author cesar - automatic
16
- * @updatedAt 2024-11-25 09:25:50 - automatic
17
- * @updatedUser Bruce Escobar - automatic
16
+ * @updatedAt 2024-12-30 14:36:09 - automatic
17
+ * @updatedUser Andrés Quintero - automatic
18
18
  */
19
19
  export interface WindowConfirmProps {
20
20
  title: string;
@@ -3,7 +3,7 @@ import { ChipActionsMobileProps } from './types';
3
3
  * TODO: Documentar
4
4
  * @author Andrés Quintero - automatic
5
5
  * @createdAt 2024-12-27 08:27:31 - automatic
6
- * @updatedAt 2024-12-27 08:28:36 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  export declare const ChipActionsMobile: (props: ChipActionsMobileProps) => import("react/jsx-runtime").JSX.Element;
@@ -26,7 +26,7 @@ const ChipActionsMobile = (props) => {
26
26
  * OnClick
27
27
  * @author Andrés Quintero - automatic
28
28
  * @createdAt 2024-12-27 08:27:31 - automatic
29
- * @updatedAt 2024-12-27 08:28:36 - automatic
29
+ * @updatedAt 2024-12-30 14:36:09 - automatic
30
30
  * @updatedUser Andrés Quintero - automatic
31
31
  */
32
32
  onClick: () => {
@@ -2,7 +2,7 @@
2
2
  * TODO: Documentar
3
3
  * @author SebastianM - automatic
4
4
  * @createdAt 2024-11-06 09:00:05 - automatic
5
- * @updatedAt 2024-12-27 08:28:36 - automatic
5
+ * @updatedAt 2024-12-30 14:36:09 - automatic
6
6
  * @updatedUser Andrés Quintero - automatic
7
7
  */
8
8
  export declare const AreaChipMobile: () => import("react/jsx-runtime").JSX.Element;
@@ -32,7 +32,7 @@ const AreaChipMobile = () => {
32
32
  * OnClick
33
33
  * @author SebastianM - automatic
34
34
  * @createdAt 2024-11-06 09:00:05 - automatic
35
- * @updatedAt 2024-12-27 08:28:36 - automatic
35
+ * @updatedAt 2024-12-30 14:36:09 - automatic
36
36
  * @updatedUser Andrés Quintero - automatic
37
37
  */
38
38
  onClick: () => {
@@ -3,7 +3,7 @@ import { PanelWindowPopUpProps } from './types';
3
3
  * TODO: Documentar
4
4
  * @author Andrés Quintero - automatic
5
5
  * @createdAt 2024-12-27 08:27:31 - automatic
6
- * @updatedAt 2024-12-27 08:28:36 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  export declare const PanelWindowPopUp: (props: PanelWindowPopUpProps) => import("react/jsx-runtime").JSX.Element;
@@ -3,7 +3,7 @@ import { PanelWindowPopUpProps } from './types';
3
3
  * TODO: Documentar
4
4
  * @author Andrés Quintero - automatic
5
5
  * @createdAt 2024-12-27 08:27:31 - automatic
6
- * @updatedAt 2024-12-27 08:28:36 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  export declare const PanelWindowPopUp: (props: PanelWindowPopUpProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -9,7 +9,7 @@ import { PanelWindowsProps } from './types';
9
9
  * TODO: Documentar
10
10
  * @author Juan Escobar - automatic
11
11
  * @createdAt 2024-10-15 17:52:49 - automatic
12
- * @updatedAt 2024-10-22 19:27:23 - automatic
13
- * @updatedUser Bruce Escobar - automatic
12
+ * @updatedAt 2024-12-30 14:36:09 - automatic
13
+ * @updatedUser Andrés Quintero - automatic
14
14
  */
15
15
  export declare const PanelWindows: (props: PanelWindowsProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -3,7 +3,7 @@ import { HeaderProps } from './types';
3
3
  * TODO: Documentar
4
4
  * @author Andrés Quintero - automatic
5
5
  * @createdAt 2024-12-27 08:27:31 - automatic
6
- * @updatedAt 2024-12-27 08:28:36 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  export declare function Header(props: HeaderProps): import("react/jsx-runtime").JSX.Element;
@@ -3,7 +3,7 @@ import { WindowPopUpsListProps } from './types';
3
3
  * TODO: Documentar
4
4
  * @author Andrés Quintero - automatic
5
5
  * @createdAt 2024-12-27 08:27:31 - automatic
6
- * @updatedAt 2024-12-27 08:28:36 - automatic
6
+ * @updatedAt 2024-12-30 14:36:09 - automatic
7
7
  * @updatedUser Andrés Quintero - automatic
8
8
  */
9
9
  export declare const WindowPopUpsList: (props: WindowPopUpsListProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -13,9 +13,14 @@ declare const AreasContext: import('react').Context<(Omit<Omit<import('zustand')
13
13
  * Expone el store (AreasStore) encargado de gestionar la creación, modificación y borrado de las areas de trabajo.
14
14
  * @param props
15
15
  * @returns
16
+ * @createdAt 2024-12-30 14:36:06 - automatic
16
17
  */
17
18
  /**
18
19
  * TODO: Documentar
20
+ * @author Andrés Quintero - automatic
21
+ * @createdAt 2024-12-30 14:36:06 - automatic
22
+ * @updatedAt 2024-12-30 14:36:09 - automatic
23
+ * @updatedUser Andrés Quintero - automatic
19
24
  */
20
25
  declare function AreasProvider(props: AreasProviderProps): import("react/jsx-runtime").JSX.Element;
21
26
  export { AreasProvider, AreasContext };
@@ -5,8 +5,8 @@ import { AreasStateWithActions, InitialAreasStoreProps } from './types';
5
5
  * @returns
6
6
  * @author Bruce Escobar - automatic
7
7
  * @createdAt 2024-10-22 09:41:31 - automatic
8
- * @updatedAt 2024-10-22 19:27:23 - automatic
9
- * @updatedUser Bruce Escobar - automatic
8
+ * @updatedAt 2024-12-30 14:36:10 - automatic
9
+ * @updatedUser Andrés Quintero - automatic
10
10
  */
11
11
  export declare const createAreasStore: (initProps: InitialAreasStoreProps) => Omit<Omit<import('zustand').StoreApi<AreasStateWithActions>, "setState"> & {
12
12
  setState<A extends string | {