@m4l/components 0.1.76 → 0.1.78
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.
- package/@types/export.d.ts +22 -3
- package/components/AccountPopover/{index.47cf6c43.js → index.7e76dbb7.js} +8 -7
- package/components/AppBar/{index.f04f5e45.js → index.06858422.js} +8 -7
- package/components/CommonActions/components/ActionCancel/{index.453c2d24.js → index.d536ccfa.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.c2a2fd55.js → index.a915b105.js} +19 -19
- package/components/CommonActions/components/ActionFormIntro/{index.25d33912.js → index.14e65d6c.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.c653a266.js → index.aa1648eb.js} +2 -2
- package/components/CommonActions/components/Actions/{index.e376a68e.js → index.52125041.js} +17 -18
- package/components/DataGrid/{index.ffaf000e.js → index.9fb3e6a1.js} +40 -31
- package/components/DataGrid/types.d.ts +5 -1
- package/components/DraggableWindow/{index.b08af1dc.js → index.c702d3f2.js} +1 -1
- package/components/DynamicFilter/constants.d.ts +1 -0
- package/components/DynamicFilter/contexts/DynamicFilterContext/store.d.ts +6 -1
- package/components/DynamicFilter/{index.d7c03a61.js → index.d1a2e2d1.js} +54 -47
- package/components/DynamicFilter/tests/contants.d.ts +2 -3
- package/components/DynamicFilter/types.d.ts +4 -0
- package/components/GridLayout/GridLayout.d.ts +6 -0
- package/components/GridLayout/Responsive/index.0905a698.js +353 -0
- package/components/GridLayout/WidthProvider/index.9a26dfe4.js +65 -0
- package/components/GridLayout/calculateUtils.d.ts +42 -0
- package/components/GridLayout/index.d.ts +6 -0
- package/components/GridLayout/index.da6fd387.js +1410 -0
- package/components/GridLayout/subcomponents/GridItem/index.d.ts +26 -0
- package/components/GridLayout/subcomponents/GridItem/types.d.ts +78 -0
- package/components/GridLayout/subcomponents/Responsive/index.d.ts +3 -0
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.d.ts +64 -0
- package/components/GridLayout/subcomponents/Responsive/types.d.ts +69 -0
- package/components/GridLayout/subcomponents/WidthProvider/index.d.ts +16 -0
- package/components/GridLayout/types.d.ts +355 -0
- package/components/GridLayout/utils.d.ts +123 -0
- package/components/HelperText/{index.9864f773.js → index.a019742c.js} +8 -7
- package/components/Icon/{index.9dae8337.js → index.9fcd1476.js} +1 -1
- package/components/LanguagePopover/{index.938c6675.js → index.98b63dcb.js} +8 -7
- package/components/LinearProgressIndeterminate/{index.d34d398f.js → index.60dabc06.js} +1 -1
- package/components/ModalDialog/{index.d9c5d400.js → index.d9937d46.js} +8 -56
- package/components/NavLink/{index.21c8fd90.js → index.a5dea6d3.js} +8 -7
- package/components/ObjectLogs/{index.a2709fc2.js → index.d9d20b9d.js} +27 -21
- package/components/ObjectLogs/types.d.ts +1 -0
- package/components/PaperForm/{index.5e1bc99f.js → index.ba38a0bd.js} +1 -1
- package/components/Period/{index.526791a3.js → index.7b94c418.js} +22 -23
- package/components/PropertyValue/constants.d.ts +3 -0
- package/components/PropertyValue/{index.8a1adf3e.js → index.45c73161.js} +17 -11
- package/components/PropertyValue/types.d.ts +2 -1
- package/components/Resizeable/{index.f6e48e56.js → index.9a9c79a4.js} +1 -1
- package/components/SideBar/{index.9e1a5b96.js → index.2f497e6c.js} +5 -5
- package/components/areas/components/AreasAdmin/classes/index.d.ts +1 -1
- package/components/areas/components/AreasAdmin/classes/types.d.ts +5 -0
- package/components/areas/components/AreasAdmin/{index.946eebb9.js → index.43ecd998.js} +167 -81
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +0 -1
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/index.d.ts +3 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/{index.bf4191ea.js → index.14e62059.js} +326 -345
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/{GridLayout → AreaGridLayout}/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +1 -7
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/types.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/types.d.ts +6 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/types.d.ts +1 -1
- package/components/areas/components/index.a87653a9.js +29 -0
- package/components/areas/contexts/AreasContext/helper.d.ts +8 -16
- package/components/areas/contexts/AreasContext/{index.f0397b7c.js → index.02c4e7be.js} +262 -336
- package/components/areas/contexts/AreasContext/types.d.ts +22 -20
- package/components/areas/contexts/{index.1809650a.js → index.1ff9b360.js} +1 -1
- package/components/areas/{dictionary.3fabae50.js → dictionary.afb7e3d9.js} +5 -2
- package/components/areas/dictionary.d.ts +4 -1
- package/components/areas/hooks/useAreas/{index.40917e99.js → index.85e4b2e2.js} +1 -1
- package/components/areas/{icons.19cde4b4.js → icons.8266ccc8.js} +5 -1
- package/components/areas/icons.d.ts +4 -0
- package/components/areas/{index.9bd48013.js → index.d1dcccf5.js} +12 -11
- package/components/areas/types.d.ts +29 -22
- package/components/formatters/BooleanFormatter/{index.431dc923.js → index.e8de8e4c.js} +1 -1
- package/components/formatters/{index.e1af75e6.js → index.67aeb049.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.a063dc44.js → index.6aa51705.js} +25 -13
- package/components/hook-form/RHFAutocompleteAsync/{index.ddfd9cc9.js → index.1a3dfe5f.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.7e7f220b.js → index.a08a65b3.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.d330709b.js → index.4d671108.js} +10 -9
- package/components/hook-form/RHFPeriod/{index.e2b1293b.js → index.39b4be49.js} +2 -2
- package/components/hook-form/RHFTextField/{index.e5336d09.js → index.9004e898.js} +5 -5
- package/components/hook-form/RHFUpload/{index.17e7f9eb.js → index.bed8573e.js} +9 -11
- package/components/index.d.ts +1 -0
- package/components/modal/{WindowBase.7acb9f1d.js → WindowBase.a0c0b322.js} +10 -9
- package/components/modal/{WindowConfirm.9b829837.js → WindowConfirm.6c063f2d.js} +19 -19
- package/components/modal/classes/index.d.ts +1 -0
- package/components/modal/classes/types.d.ts +1 -0
- package/components/modal/{index.1b25b61d.js → index.00efea85.js} +19 -17
- package/components/mui_extended/Accordion/constants.d.ts +1 -0
- package/components/mui_extended/Accordion/{index.3faafd8b.js → index.9877f7bf.js} +8 -9
- package/components/mui_extended/Accordion/types.d.ts +1 -0
- package/components/mui_extended/Badge/Badge.d.ts +3 -0
- package/components/mui_extended/Badge/classes/constants.d.ts +1 -0
- package/components/mui_extended/Badge/classes/index.d.ts +6 -0
- package/components/mui_extended/Badge/classes/types.d.ts +6 -0
- package/components/mui_extended/Badge/index.8c2b8b66.js +36 -0
- package/components/mui_extended/Badge/index.d.ts +2 -0
- package/components/mui_extended/Badge/tests/constants.d.ts +1 -0
- package/components/mui_extended/Badge/tests/utils.d.ts +2 -0
- package/components/mui_extended/Badge/types.d.ts +4 -0
- package/components/mui_extended/Button/{index.fdb5dcbd.js → index.4288f9fc.js} +8 -3
- package/components/mui_extended/IconButton/{index.1a9d4fa5.js → index.12f1a3c3.js} +4 -1
- package/components/mui_extended/MenuActions/{index.ba1da3b3.js → index.43a2e1ae.js} +41 -13
- package/components/mui_extended/MenuActions/index.d.ts +3 -2
- package/components/mui_extended/MenuActions/types.d.ts +9 -0
- package/components/mui_extended/Pager/{index.67bda2c5.js → index.2f6d6d7d.js} +1 -1
- package/components/mui_extended/Tab/constant.d.ts +1 -0
- package/components/mui_extended/Tab/{index.9e2f6e34.js → index.7c82e43d.js} +5 -6
- package/components/mui_extended/Tab/types.d.ts +1 -0
- package/components/mui_extended/{index.73e536de.js → index.0e2ff642.js} +8 -7
- package/components/mui_extended/index.d.ts +1 -0
- package/contexts/ModalContext/{index.699f95fa.js → index.e9a7ba4a.js} +1 -1
- package/hooks/useModal/{index.7b7d26ba.js → index.8e85f7ae.js} +1 -1
- package/index.js +228 -214
- package/node_modules.d73a220d.js +363 -0
- package/package.json +4 -3
- package/{react-draggable.6d7949a3.js → react-draggable.7abb5d0a.js} +3 -2
- package/{react-resizable.b6f8e04a.js → react-resizable.ba08699a.js} +13 -12
- package/test/getNameDataTestId.d.ts +1 -0
- package/utils/{index.008b4c2a.js → index.c43a95f4.js} +0 -15
- package/vendor.e353394b.js +124 -0
- package/components/DynamicFilter/tests/types.d.ts +0 -2
- package/components/DynamicFilter/tests/utils.d.ts +0 -2
- package/components/PropertyValue/tests/constants.d.ts +0 -1
- package/components/PropertyValue/tests/utils.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowPopUp/index.d.ts +0 -4
- package/components/areas/components/index.2bb534cb.js +0 -28
- package/components/modal/ModalDialog/types.d.ts +0 -7
- package/components/mui_extended/Accordion/tests/constants.d.ts +0 -1
- package/components/mui_extended/Accordion/tests/utils.d.ts +0 -2
- package/components/mui_extended/Tab/tests/constants.d.ts +0 -1
- package/components/mui_extended/Tab/tests/utils.d.ts +0 -2
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/{GridLayout → AreaGridLayout}/types.d.ts +0 -0
package/@types/export.d.ts
CHANGED
|
@@ -35,9 +35,9 @@ import { RHFDateTimeProps } from '../components/hook-form/RHFDateTime/types';
|
|
|
35
35
|
import { RHFDateTimeClassesKey } from '../components/hook-form/RHFDateTime/classes/types';
|
|
36
36
|
import { AreasAdminClassesKey } from '../components/areas/components/AreasAdmin/classes/types';
|
|
37
37
|
import { AreasViewerClassesKey } from '../components/areas/components/AreasViewer/classes/types';
|
|
38
|
-
import { AppBarProps } from '
|
|
39
|
-
import { AccountPopoverProps } from '
|
|
40
|
-
import { SplitLayoutProps } from '
|
|
38
|
+
import { AppBarProps } from '../components/AppBar/types';
|
|
39
|
+
import { AccountPopoverProps } from '../components/AccountPopover/types';
|
|
40
|
+
import { SplitLayoutProps } from '../components/SplitLayout';
|
|
41
41
|
import { LinearProgressIndeterminateClassesKey } from '../components/LinearProgressIndeterminate/classes/types';
|
|
42
42
|
import { PropertyValueProps } from '../components/PropertyValue/types';
|
|
43
43
|
import { TabClassesKey } from '../components/mui_extended/Tab/classes/types';
|
|
@@ -52,6 +52,7 @@ import { PeriodClassesKey } from '../components/Period/classes/types';
|
|
|
52
52
|
import { ModalClassesKey } from '..index/components/modal/classes/types';
|
|
53
53
|
import { PaperFormClassesKey } from '../components/PaperForm/classes/types';
|
|
54
54
|
import { TooltipClassesKey } from '../components/mui_extended/Tooltip/classes/types';
|
|
55
|
+
import { BadgeProps } from '../components/mui_extended/Badge';
|
|
55
56
|
|
|
56
57
|
|
|
57
58
|
export {};
|
|
@@ -71,6 +72,7 @@ declare module '@mui/material/styles' {
|
|
|
71
72
|
M4LanguagePopover: undefined;
|
|
72
73
|
M4LImageButton: ImageButtonProps;
|
|
73
74
|
M4LImage: ImageProps;
|
|
75
|
+
M4LBadge: BadgeProps;
|
|
74
76
|
M4LPopover: PopoverProps;
|
|
75
77
|
M4LRHFCheckbox: undefined;
|
|
76
78
|
M4LErrorLabel: HelperTextProps;
|
|
@@ -102,6 +104,7 @@ declare module '@mui/material/styles' {
|
|
|
102
104
|
M4LanguagePopover: LanguagePopoverClassesKey;
|
|
103
105
|
M4LImageButton: ImageButtonClassesKey;
|
|
104
106
|
M4LImage: ImageClassesKey;
|
|
107
|
+
M4LBadge: BadgeProps;
|
|
105
108
|
M4LPopover: PopoverClassesKey;
|
|
106
109
|
M4LRHFCheckbox: RHFCheckboxClassesKey;
|
|
107
110
|
M4LErrorLabel: ErrorLabelClassesKey;
|
|
@@ -115,8 +118,11 @@ declare module '@mui/material/styles' {
|
|
|
115
118
|
M4LSideBarDrawer: SideBarClassesKey;
|
|
116
119
|
M4LRHFDateTime: RHFDateTimeClassesKey;
|
|
117
120
|
M4LAreasViewer: AreasViewerClassesKey;
|
|
121
|
+
M4LAreasViewerWindowPopUpList: AreasViewerClassesKey;
|
|
118
122
|
M4LAreasAdmin: AreasAdminClassesKey;
|
|
119
123
|
M4LAreasAdminEditPopover: AreasAdminClassesKey;
|
|
124
|
+
M4LAreasAdminMobilePopoverOptions: AreasAdminClassesKey;
|
|
125
|
+
M4LAreasAdminPopoverListWindows: AreasAdminClassesKey;
|
|
120
126
|
M4LAvatar: AvatarClassesKey;
|
|
121
127
|
M4LAccountPopover: AccountPopoverClassesKey;
|
|
122
128
|
M4LAccountPopoverPopover: AccountPopoverClassesKey;
|
|
@@ -205,6 +211,10 @@ declare module '@mui/material/styles' {
|
|
|
205
211
|
styleOverrides?: ComponentsOverrides<Theme>['M4LImage'];
|
|
206
212
|
defaultProps?: ComponentsProps['M4LImage'];
|
|
207
213
|
};
|
|
214
|
+
M4LBadge?: {
|
|
215
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LBadge'];
|
|
216
|
+
defaultProps?: ComponentsProps['M4LBadge'];
|
|
217
|
+
};
|
|
208
218
|
M4LPopover?: {
|
|
209
219
|
styleOverrides?: ComponentsOverrides<Theme>['M4LPopover'];
|
|
210
220
|
defaultProps?: ComponentsProps['M4LPopover'];
|
|
@@ -258,12 +268,21 @@ declare module '@mui/material/styles' {
|
|
|
258
268
|
M4LAreasViewerModal?: {
|
|
259
269
|
styleOverrides?: ComponentsOverrides<Theme>['M4LAreasViewerModal'];
|
|
260
270
|
};
|
|
271
|
+
M4LAreasViewerWindowPopUpList?: {
|
|
272
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LAreasViewerWindowPopUpList'];
|
|
273
|
+
};
|
|
261
274
|
M4LAreasAdmin?: {
|
|
262
275
|
styleOverrides?: ComponentsOverrides<Theme>['M4LAreasAdmin'];
|
|
263
276
|
};
|
|
264
277
|
M4LAreasAdminEditPopover?: {
|
|
265
278
|
styleOverrides?: ComponentsOverrides<Theme>['M4LAreasAdminEditPopover'];
|
|
266
279
|
};
|
|
280
|
+
M4LAreasAdminMobilePopoverOptions?: {
|
|
281
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LAreasAdminMobilePopoverOptions'];
|
|
282
|
+
};
|
|
283
|
+
M4LAreasAdminPopoverListWindows?: {
|
|
284
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LAreasAdminPopoverListWindows'];
|
|
285
|
+
};
|
|
267
286
|
M4LAvatar?: {
|
|
268
287
|
styleOverrides?: ComponentsOverrides<Theme>['M4LAvatar'];
|
|
269
288
|
defaultProps?: ComponentsProps['M4LAvatar'];
|
|
@@ -2,24 +2,25 @@ import { useModuleDictionary, useNetwork } from "@m4l/core";
|
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass, styled, useTheme } from "@mui/material";
|
|
5
|
-
import "../Icon/index.
|
|
5
|
+
import "../Icon/index.9fcd1476.js";
|
|
6
6
|
import "clsx";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
-
import "../mui_extended/IconButton/index.
|
|
8
|
+
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
9
9
|
import "@m4l/graphics";
|
|
10
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
+
import "../mui_extended/Accordion/index.9877f7bf.js";
|
|
11
11
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
12
12
|
import { A as Avatar } from "../mui_extended/Avatar/index.75e6ed57.js";
|
|
13
13
|
import "react-router-dom";
|
|
14
14
|
import "@mui/material/Button";
|
|
15
|
-
import "../mui_extended/Button/index.
|
|
15
|
+
import "../mui_extended/Button/index.4288f9fc.js";
|
|
16
16
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
17
|
+
import "../mui_extended/Badge/index.8c2b8b66.js";
|
|
17
18
|
import "../Image/index.c18ebf5a.js";
|
|
18
19
|
import "@mui/lab";
|
|
20
|
+
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
19
21
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
20
|
-
import "../mui_extended/
|
|
21
|
-
import "../mui_extended/
|
|
22
|
-
import "../mui_extended/Tab/index.9e2f6e34.js";
|
|
22
|
+
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
23
|
+
import "../mui_extended/Tab/index.7c82e43d.js";
|
|
23
24
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
24
25
|
import { unstable_composeClasses } from "@mui/base";
|
|
25
26
|
const componentName = "M4LAccountPopover";
|
|
@@ -2,9 +2,9 @@ import { useResponsiveDesktop } from "@m4l/graphics";
|
|
|
2
2
|
import { useEnvironment } from "@m4l/core";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
5
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
6
|
-
import "../mui_extended/Accordion/index.
|
|
7
|
-
import "../Icon/index.
|
|
5
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
6
|
+
import "../mui_extended/Accordion/index.9877f7bf.js";
|
|
7
|
+
import "../Icon/index.9fcd1476.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
@@ -12,13 +12,14 @@ import "../mui_extended/Typography/index.443590d6.js";
|
|
|
12
12
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
13
13
|
import "react-router-dom";
|
|
14
14
|
import "@mui/material/Button";
|
|
15
|
-
import "../mui_extended/Button/index.
|
|
15
|
+
import "../mui_extended/Button/index.4288f9fc.js";
|
|
16
|
+
import "../mui_extended/Badge/index.8c2b8b66.js";
|
|
16
17
|
import "../Image/index.c18ebf5a.js";
|
|
17
18
|
import "@mui/lab";
|
|
19
|
+
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
18
20
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
19
|
-
import "../mui_extended/
|
|
20
|
-
import "../mui_extended/
|
|
21
|
-
import "../mui_extended/Tab/index.9e2f6e34.js";
|
|
21
|
+
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
22
|
+
import "../mui_extended/Tab/index.7c82e43d.js";
|
|
22
23
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
23
24
|
import { styled } from "@mui/material/styles";
|
|
24
25
|
import { unstable_composeClasses } from "@mui/base";
|
package/components/CommonActions/components/ActionCancel/{index.453c2d24.js → index.d536ccfa.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.52125041.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.c2a2fd55.js → index.a915b105.js}
RENAMED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
4
|
+
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
5
5
|
import { useCallback } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
7
|
-
import "../../../../react-draggable.
|
|
8
|
-
import "../../../
|
|
9
|
-
import "../../../Resizeable/index.f6e48e56.js";
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.8e85f7ae.js";
|
|
7
|
+
import "../../../../react-draggable.7abb5d0a.js";
|
|
8
|
+
import "../../../Resizeable/index.9a9c79a4.js";
|
|
10
9
|
import { jsx } from "react/jsx-runtime";
|
|
11
10
|
import "@m4l/graphics";
|
|
12
|
-
import "../../../Icon/index.
|
|
11
|
+
import "../../../Icon/index.9fcd1476.js";
|
|
13
12
|
import "clsx";
|
|
14
|
-
import "../../../modal/index.
|
|
15
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
16
|
-
import "../../../mui_extended/IconButton/index.
|
|
17
|
-
import "../../../mui_extended/Accordion/index.
|
|
13
|
+
import "../../../modal/index.00efea85.js";
|
|
14
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.6c063f2d.js";
|
|
15
|
+
import "../../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
16
|
+
import "../../../mui_extended/Accordion/index.9877f7bf.js";
|
|
18
17
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
19
18
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
20
19
|
import "react-router-dom";
|
|
20
|
+
import "../../../mui_extended/Badge/index.8c2b8b66.js";
|
|
21
21
|
import "../../../Image/index.c18ebf5a.js";
|
|
22
22
|
import "@mui/lab";
|
|
23
|
+
import "../../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
23
24
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
24
|
-
import "../../../mui_extended/
|
|
25
|
-
import "../../../mui_extended/
|
|
26
|
-
import "../../../mui_extended/Tab/index.9e2f6e34.js";
|
|
25
|
+
import "../../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
26
|
+
import "../../../mui_extended/Tab/index.7c82e43d.js";
|
|
27
27
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
28
|
import "zustand";
|
|
29
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
30
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
29
|
+
import "../../../areas/contexts/AreasContext/index.02c4e7be.js";
|
|
30
|
+
import "../../../areas/components/AreasAdmin/index.43ecd998.js";
|
|
31
31
|
import "zustand/shallow";
|
|
32
32
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
33
|
-
import "../../../areas/components/AreasViewer/index.
|
|
34
|
-
import "../../../LinearProgressIndeterminate/index.
|
|
33
|
+
import "../../../areas/components/AreasViewer/index.14e62059.js";
|
|
34
|
+
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
35
35
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
36
36
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
37
37
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
38
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
38
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.52125041.js";
|
|
39
39
|
function ActionFormCancel() {
|
|
40
40
|
const {
|
|
41
41
|
getLabel
|
|
@@ -64,7 +64,7 @@ function ActionFormCancel() {
|
|
|
64
64
|
window: /* @__PURE__ */ jsx(WindowConfirm, {
|
|
65
65
|
variant: "warning",
|
|
66
66
|
title: getLabel("common_actions.confirm_quit_title"),
|
|
67
|
-
msg: getLabel("
|
|
67
|
+
msg: getLabel("common_actions.confirm_quit_msg"),
|
|
68
68
|
onClickIntro: onConfirmQuit
|
|
69
69
|
}),
|
|
70
70
|
variant: "warning"
|
package/components/CommonActions/components/ActionFormIntro/{index.25d33912.js → index.14e65d6c.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { L as LoadingButton } from "../../../mui_extended/Button/index.
|
|
5
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { L as LoadingButton } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.52125041.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.c653a266.js → index.aa1648eb.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
4
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.52125041.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -2,40 +2,40 @@ import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.j
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { generateUtilityClasses } from "@mui/material";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
|
-
import { g as getComponentUtilityClass } from "../../../../utils/index.
|
|
5
|
+
import { g as getComponentUtilityClass } from "../../../../utils/index.c43a95f4.js";
|
|
6
6
|
import { styled } from "@mui/material/styles";
|
|
7
7
|
import "@m4l/core";
|
|
8
8
|
import "@mui/material/Button";
|
|
9
|
-
import "../../../mui_extended/Button/index.
|
|
9
|
+
import "../../../mui_extended/Button/index.4288f9fc.js";
|
|
10
10
|
import "clsx";
|
|
11
11
|
import "react-hook-form";
|
|
12
12
|
import "react";
|
|
13
|
-
import "../../../../contexts/ModalContext/index.
|
|
14
|
-
import "../../../../react-draggable.
|
|
15
|
-
import "../../../
|
|
16
|
-
import "../../../Resizeable/index.f6e48e56.js";
|
|
13
|
+
import "../../../../contexts/ModalContext/index.e9a7ba4a.js";
|
|
14
|
+
import "../../../../react-draggable.7abb5d0a.js";
|
|
15
|
+
import "../../../Resizeable/index.9a9c79a4.js";
|
|
17
16
|
import "@m4l/graphics";
|
|
18
|
-
import "../../../Icon/index.
|
|
19
|
-
import "../../../modal/index.
|
|
17
|
+
import "../../../Icon/index.9fcd1476.js";
|
|
18
|
+
import "../../../modal/index.00efea85.js";
|
|
20
19
|
import "@mui/lab";
|
|
21
20
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
22
21
|
import "../../../Image/index.c18ebf5a.js";
|
|
23
|
-
import "../../../mui_extended/IconButton/index.
|
|
24
|
-
import "../../../mui_extended/Accordion/index.
|
|
22
|
+
import "../../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
23
|
+
import "../../../mui_extended/Accordion/index.9877f7bf.js";
|
|
25
24
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
26
25
|
import "react-router-dom";
|
|
26
|
+
import "../../../mui_extended/Badge/index.8c2b8b66.js";
|
|
27
|
+
import "../../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
27
28
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
28
|
-
import "../../../mui_extended/
|
|
29
|
-
import "../../../mui_extended/
|
|
30
|
-
import "../../../mui_extended/Tab/index.9e2f6e34.js";
|
|
29
|
+
import "../../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
30
|
+
import "../../../mui_extended/Tab/index.7c82e43d.js";
|
|
31
31
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
32
32
|
import "zustand";
|
|
33
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
34
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
33
|
+
import "../../../areas/contexts/AreasContext/index.02c4e7be.js";
|
|
34
|
+
import "../../../areas/components/AreasAdmin/index.43ecd998.js";
|
|
35
35
|
import "zustand/shallow";
|
|
36
36
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
37
|
-
import "../../../areas/components/AreasViewer/index.
|
|
38
|
-
import "../../../LinearProgressIndeterminate/index.
|
|
37
|
+
import "../../../areas/components/AreasViewer/index.14e62059.js";
|
|
38
|
+
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
39
39
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
40
40
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
41
41
|
const componentName = "M4LCommonActions";
|
|
@@ -64,7 +64,6 @@ const WrapperStandarActions = styled("div")(({
|
|
|
64
64
|
theme
|
|
65
65
|
}) => ({
|
|
66
66
|
paddingTop: theme.spacing(3),
|
|
67
|
-
margin: theme.spacing(0, 1.5),
|
|
68
67
|
display: "flex",
|
|
69
68
|
flexDirection: "row",
|
|
70
69
|
justifyContent: "flex-end",
|
|
@@ -6,45 +6,46 @@ import { HTML5Backend } from "react-dnd-html5-backend";
|
|
|
6
6
|
import { SvgIcon, Checkbox, InputBase, Skeleton } from "@mui/material";
|
|
7
7
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
8
8
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString, useEnvironment } from "@m4l/core";
|
|
9
|
-
import { M as MenuActions } from "../mui_extended/MenuActions/index.
|
|
10
|
-
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.
|
|
11
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
12
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
13
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
14
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
15
|
-
import "../../react-draggable.
|
|
16
|
-
import
|
|
17
|
-
import "../Resizeable/index.f6e48e56.js";
|
|
9
|
+
import { M as MenuActions } from "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
10
|
+
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
11
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
12
|
+
import { u as useModal } from "../../hooks/useModal/index.8e85f7ae.js";
|
|
13
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.d536ccfa.js";
|
|
14
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.aa1648eb.js";
|
|
15
|
+
import "../../react-draggable.7abb5d0a.js";
|
|
16
|
+
import "../Resizeable/index.9a9c79a4.js";
|
|
18
17
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
19
|
-
import "../Icon/index.
|
|
18
|
+
import "../Icon/index.9fcd1476.js";
|
|
20
19
|
import "clsx";
|
|
21
|
-
import "../modal/index.
|
|
22
|
-
import { A as Actions$1 } from "../CommonActions/components/Actions/index.
|
|
20
|
+
import "../modal/index.00efea85.js";
|
|
21
|
+
import { A as Actions$1 } from "../CommonActions/components/Actions/index.52125041.js";
|
|
23
22
|
import "react-hook-form";
|
|
24
23
|
import "@mui/material/Button";
|
|
25
|
-
import "../mui_extended/Button/index.
|
|
24
|
+
import "../mui_extended/Button/index.4288f9fc.js";
|
|
26
25
|
import "zustand";
|
|
27
|
-
import "../areas/contexts/AreasContext/index.
|
|
28
|
-
import "../areas/components/AreasAdmin/index.
|
|
26
|
+
import "../areas/contexts/AreasContext/index.02c4e7be.js";
|
|
27
|
+
import "../areas/components/AreasAdmin/index.43ecd998.js";
|
|
29
28
|
import "zustand/shallow";
|
|
30
29
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
31
|
-
import "../mui_extended/Accordion/index.
|
|
30
|
+
import "../mui_extended/Accordion/index.9877f7bf.js";
|
|
32
31
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
33
32
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
34
33
|
import "react-router-dom";
|
|
34
|
+
import "../mui_extended/Badge/index.8c2b8b66.js";
|
|
35
35
|
import "../Image/index.c18ebf5a.js";
|
|
36
36
|
import "@mui/lab";
|
|
37
37
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
38
|
-
import "../mui_extended/Tab/index.
|
|
38
|
+
import "../mui_extended/Tab/index.7c82e43d.js";
|
|
39
39
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
40
|
-
import "../areas/components/AreasViewer/index.
|
|
41
|
-
import "../LinearProgressIndeterminate/index.
|
|
40
|
+
import "../areas/components/AreasViewer/index.14e62059.js";
|
|
41
|
+
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
42
42
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
43
43
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
44
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
45
|
-
import {
|
|
44
|
+
import { W as WindowBase } from "../modal/WindowBase.a0c0b322.js";
|
|
45
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.d9937d46.js";
|
|
46
|
+
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.e8de8e4c.js";
|
|
46
47
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
47
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
48
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.67aeb049.js";
|
|
48
49
|
const WrapperGrid = styled("div")(() => ({
|
|
49
50
|
display: "flex",
|
|
50
51
|
flexDirection: "column",
|
|
@@ -413,19 +414,19 @@ function DataGridProvider(props) {
|
|
|
413
414
|
value: {
|
|
414
415
|
columnsConfig,
|
|
415
416
|
columnsWidths,
|
|
416
|
-
onChangeColumnsConfig,
|
|
417
|
-
onChangeColumnsOrder,
|
|
418
|
-
onChangeColumnWidth,
|
|
419
417
|
rowsCount: rowsFilterCount,
|
|
420
|
-
setRowsCount: setRowFilterCountInternal,
|
|
421
|
-
rowActionsGetter,
|
|
422
418
|
currentRowHeightVariant: currentRowHeightVariant.rowHVariant,
|
|
423
419
|
currentRowHeight: currentRowHeightVariant.rowHeight,
|
|
424
420
|
currentRowHeaderHeight: currentRowHeightVariant.rowHeaderHeight,
|
|
425
|
-
rowHeights: finalRowHeights,
|
|
426
|
-
setRowHeightVariant: setCurrentRowHeightInternal,
|
|
427
421
|
rows,
|
|
422
|
+
rowHeights: finalRowHeights,
|
|
428
423
|
checkedRows,
|
|
424
|
+
onChangeColumnsConfig,
|
|
425
|
+
onChangeColumnsOrder,
|
|
426
|
+
onChangeColumnWidth,
|
|
427
|
+
setRowsCount: setRowFilterCountInternal,
|
|
428
|
+
rowActionsGetter,
|
|
429
|
+
setRowHeightVariant: setCurrentRowHeightInternal,
|
|
429
430
|
onCheckedRowsChange,
|
|
430
431
|
rowKeyGetter
|
|
431
432
|
},
|
|
@@ -1621,6 +1622,9 @@ function Actions(props) {
|
|
|
1621
1622
|
})]
|
|
1622
1623
|
});
|
|
1623
1624
|
}
|
|
1625
|
+
const DATAGRID_TEST_ID = "m4ldatagrid";
|
|
1626
|
+
const PREFIX_TEST_ATTRIBUTE = "data-testid";
|
|
1627
|
+
const TEST_PROP_COLUMNS = `${PREFIX_TEST_ATTRIBUTE}-${DATAGRID_TEST_ID}-columns`;
|
|
1624
1628
|
function DataGrid(props) {
|
|
1625
1629
|
const {
|
|
1626
1630
|
id,
|
|
@@ -1637,10 +1641,15 @@ function DataGrid(props) {
|
|
|
1637
1641
|
rowHeights,
|
|
1638
1642
|
initialRowHeightVariant,
|
|
1639
1643
|
checkedRows,
|
|
1640
|
-
onCheckedRowsChange
|
|
1644
|
+
onCheckedRowsChange,
|
|
1645
|
+
dataTestId
|
|
1641
1646
|
} = props;
|
|
1642
1647
|
return /* @__PURE__ */ jsx(WrapperGrid, {
|
|
1643
1648
|
id: `WrapperGrid_${props.id}`,
|
|
1649
|
+
...process.env.NODE_ENV !== "production" ? {
|
|
1650
|
+
[TEST_PROP_COLUMNS]: JSON.stringify(columns),
|
|
1651
|
+
[PREFIX_TEST_ATTRIBUTE]: `m4ldatagrid-${dataTestId}`
|
|
1652
|
+
} : {},
|
|
1644
1653
|
children: /* @__PURE__ */ jsx(DataGridProvider, {
|
|
1645
1654
|
id: props.id,
|
|
1646
1655
|
columns: props.columns,
|
|
@@ -1648,8 +1657,8 @@ function DataGrid(props) {
|
|
|
1648
1657
|
rowHeaderHeights,
|
|
1649
1658
|
initialRowHeightVariant,
|
|
1650
1659
|
rowsCount: rows.length,
|
|
1651
|
-
rowActionsGetter,
|
|
1652
1660
|
checkedRows,
|
|
1661
|
+
rowActionsGetter,
|
|
1653
1662
|
onCheckedRowsChange,
|
|
1654
1663
|
rowKeyGetter,
|
|
1655
1664
|
rows,
|
|
@@ -40,7 +40,7 @@ export declare interface PagerState {
|
|
|
40
40
|
export declare const initialPagerState: PagerState;
|
|
41
41
|
export declare type RowHeightVariants = 'standard' | 'compact' | 'confortable';
|
|
42
42
|
export declare type RowHeights = number | number[];
|
|
43
|
-
export
|
|
43
|
+
export interface GridProps<TRow, TSummaryRow> {
|
|
44
44
|
id: RowKey;
|
|
45
45
|
withActions?: boolean;
|
|
46
46
|
columns: readonly Column<TRow, TSummaryRow>[];
|
|
@@ -56,6 +56,10 @@ export declare interface GridProps<TRow, TSummaryRow> {
|
|
|
56
56
|
onCheckedRowsChange?: (mapRowsSelected: ReadonlySet<RowKey>) => void;
|
|
57
57
|
onRowsChange?: Maybe<(rows: TRow[], data: RowsChangeData<TRow, TSummaryRow>) => void>;
|
|
58
58
|
}
|
|
59
|
+
export declare const DATAGRID_TEST_ID = "m4ldatagrid";
|
|
60
|
+
export declare const PREFIX_TEST_ATTRIBUTE = "data-testid";
|
|
61
|
+
export declare const TEST_PROP_COLUMNS: string;
|
|
59
62
|
export declare interface DataGridProps<TRow, TSummaryRow> extends GridProps<TRow, TSummaryRow> {
|
|
60
63
|
actionsProps: ActionsProps;
|
|
64
|
+
dataTestId?: string;
|
|
61
65
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BooleanOperator, DateTimeOperator, Field, NumberOperator, Operator, StringOperator } from './types';
|
|
2
2
|
export declare const COMPONENT_TEST_ID = "M4LDynamicFilter";
|
|
3
|
+
export declare const COMPONENT_PREFIX = "m4l-dynamic-filter";
|
|
3
4
|
export declare const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
4
5
|
export declare const ASSETS_URL = "frontend/components/dynamic_filter/assets/icons";
|
|
5
6
|
export declare const ASSETS: {
|
|
@@ -118,6 +118,11 @@ export interface DynamicFilterState {
|
|
|
118
118
|
popoverFilterData?: PopoverFilterData;
|
|
119
119
|
classes: Classes;
|
|
120
120
|
getLabel: GetLabelType;
|
|
121
|
+
/**
|
|
122
|
+
* dataTestId:
|
|
123
|
+
* Esta propiedad sirve para generar identificadores únicos.
|
|
124
|
+
*/
|
|
125
|
+
dataTestId: string;
|
|
121
126
|
}
|
|
122
127
|
export interface DynamicFilterStateWithActions extends DynamicFilterState {
|
|
123
128
|
actions: {
|
|
@@ -211,7 +216,7 @@ export interface DynamicFilterStateWithActions extends DynamicFilterState {
|
|
|
211
216
|
closePopoverMenuFields: (newInEdition?: boolean) => void;
|
|
212
217
|
};
|
|
213
218
|
}
|
|
214
|
-
declare type InitialStoreProps = Pick<DynamicFilterState, 'automatic' | 'fields' | 'withAllField' | 'getLabel' | 'allField' | 'ownerState'>;
|
|
219
|
+
declare type InitialStoreProps = Pick<DynamicFilterState, 'automatic' | 'fields' | 'withAllField' | 'getLabel' | 'allField' | 'ownerState' | 'dataTestId'>;
|
|
215
220
|
/**
|
|
216
221
|
* @description Crea el store de zustand para el componente DynamicFilter
|
|
217
222
|
* @param initProps Variables iniciales que necesita store para poder inicializarlo
|