@m4l/components 0.1.77 → 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 +3 -3
- package/components/AccountPopover/{index.3a79c395.js → index.7e76dbb7.js} +6 -6
- package/components/AppBar/{index.71b38ee9.js → index.06858422.js} +6 -6
- package/components/CommonActions/components/ActionCancel/{index.b748a38e.js → index.d536ccfa.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.27ad09e1.js → index.a915b105.js} +13 -13
- package/components/CommonActions/components/ActionFormIntro/{index.2556f054.js → index.14e65d6c.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.a7d92e66.js → index.aa1648eb.js} +1 -1
- package/components/CommonActions/components/Actions/{index.3eba9d91.js → index.52125041.js} +11 -11
- package/components/DataGrid/{index.545b492f.js → index.9fb3e6a1.js} +20 -23
- package/components/DataGrid/types.d.ts +1 -1
- package/components/DynamicFilter/constants.d.ts +1 -0
- package/components/DynamicFilter/contexts/DynamicFilterContext/store.d.ts +6 -1
- package/components/DynamicFilter/{index.d7be0f37.js → index.d1a2e2d1.js} +50 -50
- package/components/DynamicFilter/subcomponents/InnerForHooks/index.d.ts +1 -2
- package/components/DynamicFilter/tests/contants.d.ts +2 -3
- package/components/GridLayout/Responsive/{index.a12a8cec.js → index.0905a698.js} +61 -43
- package/components/GridLayout/WidthProvider/{index.8ff65909.js → index.9a26dfe4.js} +1 -3
- package/components/GridLayout/index.d.ts +1 -1
- package/components/GridLayout/{index.4ba3767a.js → index.da6fd387.js} +103 -93
- package/components/GridLayout/subcomponents/GridItem/index.d.ts +1 -0
- package/components/GridLayout/subcomponents/GridItem/types.d.ts +2 -0
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.d.ts +6 -3
- package/components/GridLayout/subcomponents/Responsive/types.d.ts +1 -3
- package/components/HelperText/{index.ef31df1f.js → index.a019742c.js} +6 -6
- package/components/Icon/{index.ecb63e65.js → index.9fcd1476.js} +1 -1
- package/components/LanguagePopover/{index.0023d069.js → index.98b63dcb.js} +6 -6
- package/components/ModalDialog/{index.d880e685.js → index.d9937d46.js} +4 -4
- package/components/NavLink/{index.cd92eceb.js → index.a5dea6d3.js} +6 -6
- package/components/ObjectLogs/{index.f174c542.js → index.d9d20b9d.js} +22 -16
- package/components/ObjectLogs/types.d.ts +1 -0
- package/components/PaperForm/{index.1bd86ee5.js → index.ba38a0bd.js} +1 -1
- package/components/Period/{index.711db043.js → index.7b94c418.js} +12 -12
- 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/SideBar/{index.c5ce0bad.js → index.2f497e6c.js} +2 -2
- package/components/areas/components/AreasAdmin/classes/index.d.ts +1 -1
- package/components/areas/components/AreasAdmin/classes/types.d.ts +3 -0
- package/components/areas/components/AreasAdmin/{index.cc4cbf56.js → index.43ecd998.js} +91 -79
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +1 -0
- package/components/areas/components/AreasViewer/{index.9c2aaaeb.js → index.14e62059.js} +143 -161
- package/components/areas/components/{index.0f7ac464.js → index.a87653a9.js} +9 -9
- package/components/areas/contexts/AreasContext/helper.d.ts +3 -1
- package/components/areas/contexts/AreasContext/{index.c8147e8e.js → index.02c4e7be.js} +99 -78
- package/components/areas/contexts/AreasContext/types.d.ts +1 -2
- package/components/areas/contexts/{index.02336412.js → index.1ff9b360.js} +1 -1
- package/components/areas/hooks/useAreas/{index.3406a6cb.js → index.85e4b2e2.js} +1 -1
- package/components/areas/{index.6f2e5dab.js → index.d1dcccf5.js} +9 -9
- package/components/areas/types.d.ts +0 -1
- package/components/formatters/BooleanFormatter/{index.5268b024.js → index.e8de8e4c.js} +1 -1
- package/components/formatters/{index.137169d8.js → index.67aeb049.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.ac2b1fae.js → index.6aa51705.js} +23 -12
- package/components/hook-form/RHFAutocompleteAsync/{index.8b4ccc8d.js → index.1a3dfe5f.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.acef119c.js → index.a08a65b3.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.5b080342.js → index.4d671108.js} +7 -7
- package/components/hook-form/RHFPeriod/{index.5304e3bd.js → index.39b4be49.js} +2 -2
- package/components/hook-form/RHFTextField/{index.e751dca7.js → index.9004e898.js} +3 -3
- package/components/hook-form/RHFUpload/{index.25db0511.js → index.bed8573e.js} +7 -10
- package/components/modal/{WindowBase.850ea31a.js → WindowBase.a0c0b322.js} +8 -8
- package/components/modal/{WindowConfirm.cb37bc58.js → WindowConfirm.6c063f2d.js} +14 -14
- package/components/modal/{index.a0978193.js → index.00efea85.js} +11 -11
- package/components/mui_extended/Accordion/constants.d.ts +1 -0
- package/components/mui_extended/Accordion/{index.12b1339a.js → index.9877f7bf.js} +8 -9
- package/components/mui_extended/Accordion/types.d.ts +1 -0
- package/components/mui_extended/IconButton/{index.fc5b7c2d.js → index.12f1a3c3.js} +4 -1
- package/components/mui_extended/MenuActions/{index.f5b1c022.js → index.43a2e1ae.js} +15 -6
- package/components/mui_extended/MenuActions/index.d.ts +3 -2
- package/components/mui_extended/MenuActions/types.d.ts +1 -0
- package/components/mui_extended/Pager/{index.435af0df.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.83979b6a.js → index.0e2ff642.js} +6 -6
- package/contexts/ModalContext/{index.dee85a61.js → index.e9a7ba4a.js} +1 -1
- package/hooks/useModal/{index.de522a10.js → index.8e85f7ae.js} +1 -1
- package/index.js +220 -217
- package/package.json +1 -1
- package/test/getNameDataTestId.d.ts +1 -0
- package/vendor.e353394b.js +124 -0
- package/components/DynamicFilter/subcomponents/InnerForHooks/types.d.ts +0 -2
- 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/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/index.js
CHANGED
|
@@ -1,274 +1,277 @@
|
|
|
1
|
-
import { a, D, M } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
2
|
-
import { M as M2, a as a2 } from "./contexts/ModalContext/index.dee85a61.js";
|
|
3
|
-
import { R } from "./contexts/RHFormContext/index.fe175bab.js";
|
|
4
|
-
import "@m4l/core";
|
|
5
|
-
import "react";
|
|
6
|
-
import "react-hook-form";
|
|
7
|
-
import "@mui/material";
|
|
8
|
-
import { R as R2, g } from "./components/hook-form/RHFAutocomplete/index.ac2b1fae.js";
|
|
9
|
-
import { I } from "./components/Image/index.c18ebf5a.js";
|
|
10
|
-
import "react/jsx-runtime";
|
|
11
|
-
import "clsx";
|
|
12
|
-
import { T } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
13
|
-
import { I as I2 } from "./components/Icon/index.ecb63e65.js";
|
|
14
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.fc5b7c2d.js";
|
|
15
|
-
import "@m4l/graphics";
|
|
16
|
-
import { A } from "./components/mui_extended/Accordion/index.12b1339a.js";
|
|
17
|
-
import { A as A2 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
18
|
-
import "react-router-dom";
|
|
19
|
-
import "@mui/material/Button";
|
|
20
|
-
import { B, I as I4, L } from "./components/mui_extended/Button/index.4288f9fc.js";
|
|
21
|
-
import { B as B2 } from "./components/mui_extended/Badge/index.8c2b8b66.js";
|
|
22
|
-
import "@mui/lab";
|
|
23
|
-
import { P } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
24
|
-
import { M as M3 } from "./components/mui_extended/MenuActions/index.f5b1c022.js";
|
|
25
|
-
import { P as P2, g as g2 } from "./components/mui_extended/Pager/index.435af0df.js";
|
|
26
|
-
import { T as T2 } from "./components/mui_extended/Tab/index.9e2f6e34.js";
|
|
27
|
-
import { T as T3 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
|
-
import { H, e } from "./components/HelperText/index.ef31df1f.js";
|
|
29
|
-
import "lodash/debounce";
|
|
30
|
-
import { R as R3, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.8b4ccc8d.js";
|
|
31
|
-
import { R as R4 } from "./components/hook-form/RHFCheckbox/index.acef119c.js";
|
|
32
|
-
import "@mui/x-date-pickers";
|
|
33
|
-
import { R as R5 } from "./components/hook-form/RHFDateTime/index.5b080342.js";
|
|
34
|
-
import { b, c, a as a3, R as R6, d } from "./components/hook-form/RHFTextField/index.e751dca7.js";
|
|
35
|
-
import { R as R7 } from "./components/hook-form/RHFPeriod/index.5304e3bd.js";
|
|
36
|
-
import { P as P3, g as g4 } from "./components/Period/index.711db043.js";
|
|
37
|
-
import { A as A3, d as d2, g as g5 } from "./components/CommonActions/components/Actions/index.3eba9d91.js";
|
|
38
|
-
import "./react-draggable.7abb5d0a.js";
|
|
39
|
-
import { R as R8 } from "./components/Resizeable/index.9a9c79a4.js";
|
|
40
|
-
import "./components/modal/index.a0978193.js";
|
|
41
|
-
import "zustand";
|
|
42
|
-
import { A as A4, a as a4 } from "./components/areas/contexts/AreasContext/index.c8147e8e.js";
|
|
43
|
-
import { A as A5 } from "./components/areas/components/AreasAdmin/index.cc4cbf56.js";
|
|
44
|
-
import "zustand/shallow";
|
|
45
|
-
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
46
|
-
import { A as A6 } from "./components/areas/components/AreasViewer/index.9c2aaaeb.js";
|
|
47
|
-
import { L as L2 } from "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
48
|
-
import { a as a5, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
49
|
-
import "lodash/isString";
|
|
50
|
-
import "react-dropzone";
|
|
51
|
-
import { R as R9 } from "./components/hook-form/RHFUpload/index.25db0511.js";
|
|
52
|
-
import { I as I5 } from "./components/animate/index.1f8eadd4.js";
|
|
53
|
-
import "framer-motion";
|
|
54
|
-
import "@mui/material/styles";
|
|
55
|
-
import { L as L3 } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
56
|
-
import { P as P4 } from "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
57
|
-
import { D as D2, N, T as T4, c as c2, d as d3, b as b2, a as a6, g as g6 } from "./components/DataGrid/index.545b492f.js";
|
|
58
|
-
import "react-dnd";
|
|
59
|
-
import "react-dnd-html5-backend";
|
|
60
|
-
import { D as D3, g as g7 } from "./components/DynamicFilter/index.d7be0f37.js";
|
|
61
|
-
import "yup";
|
|
62
|
-
import { G } from "./components/GridLayout/index.4ba3767a.js";
|
|
63
|
-
import "lodash";
|
|
64
|
-
import { L as L4 } from "./components/LanguagePopover/index.0023d069.js";
|
|
65
|
-
import { N as N2 } from "./components/NavLink/index.cd92eceb.js";
|
|
66
|
-
import { N as N3, d as d4, g as g8 } from "./components/NoItemSelected/index.23dfc897.js";
|
|
67
|
-
import { O, d as d5, g as g9 } from "./components/ObjectLogs/index.f174c542.js";
|
|
68
|
-
import "./react-json-view.57125fcf.js";
|
|
69
|
-
import { P as P5 } from "./components/PaperForm/index.1bd86ee5.js";
|
|
70
|
-
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
71
|
-
import { P as P6 } from "./components/PropertyValue/index.8a1adf3e.js";
|
|
72
|
-
import { S as S2 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
73
|
-
import "./react-splitter-layout.8b1655c8.js";
|
|
74
|
-
import { S as S3 } from "./components/SideBar/index.c5ce0bad.js";
|
|
75
|
-
import { A as A7 } from "./components/AppBar/index.71b38ee9.js";
|
|
76
|
-
import { A as A8 } from "./components/AccountPopover/index.3a79c395.js";
|
|
77
1
|
import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
78
2
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
79
3
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
80
|
-
import { v as v4, a
|
|
81
|
-
import {
|
|
82
|
-
import { M
|
|
4
|
+
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
5
|
+
import { I } from "./components/animate/index.1f8eadd4.js";
|
|
6
|
+
import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
7
|
+
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
8
|
+
import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
9
|
+
import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
10
|
+
import { A } from "./components/areas/components/AreasAdmin/index.43ecd998.js";
|
|
11
|
+
import { A as A2 } from "./components/areas/components/AreasViewer/index.14e62059.js";
|
|
12
|
+
import { A as A3, a as a2 } from "./components/areas/contexts/AreasContext/index.02c4e7be.js";
|
|
13
|
+
import { a as a3, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
83
14
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
84
15
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
85
|
-
import { A as
|
|
86
|
-
import { R as
|
|
87
|
-
import { R as
|
|
88
|
-
import { R as
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
16
|
+
import { A as A4, D, L as L2, a as a4, g } from "./components/areas/dictionary.afb7e3d9.js";
|
|
17
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.6aa51705.js";
|
|
18
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.1a3dfe5f.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.a08a65b3.js";
|
|
20
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.4d671108.js";
|
|
21
|
+
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
22
|
+
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
23
|
+
import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.9004e898.js";
|
|
24
|
+
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
25
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.39b4be49.js";
|
|
26
|
+
import { P as P2, g as g4 } from "./components/Period/index.7b94c418.js";
|
|
27
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.bed8573e.js";
|
|
28
|
+
import { A as A5 } from "./components/mui_extended/Accordion/index.9877f7bf.js";
|
|
29
|
+
import { A as A6 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
30
|
+
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
31
|
+
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
32
|
+
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.4288f9fc.js";
|
|
91
33
|
import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import { P as
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
34
|
+
import { B as B4 } from "./components/mui_extended/Badge/index.8c2b8b66.js";
|
|
35
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.12f1a3c3.js";
|
|
36
|
+
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
37
|
+
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
38
|
+
import { M as M3 } from "./components/mui_extended/MenuActions/index.43a2e1ae.js";
|
|
39
|
+
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
40
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.2f6d6d7d.js";
|
|
41
|
+
import { T } from "./components/mui_extended/Tab/index.7c82e43d.js";
|
|
42
|
+
import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
43
|
+
import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
44
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.e8de8e4c.js";
|
|
45
|
+
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
46
|
+
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
47
|
+
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
48
|
+
import { C as C2, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.67aeb049.js";
|
|
49
|
+
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
50
|
+
import { D as D3, N, T as T4, c as c2, d as d2, b as b4, a as a7, g as g11 } from "./components/DataGrid/index.9fb3e6a1.js";
|
|
100
51
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
101
52
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
102
53
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
103
54
|
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import { A as
|
|
107
|
-
import { A as
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
55
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.d1a2e2d1.js";
|
|
56
|
+
import { H, e } from "./components/HelperText/index.a019742c.js";
|
|
57
|
+
import { A as A7, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.52125041.js";
|
|
58
|
+
import { A as A8 } from "./components/CommonActions/components/ActionCancel/index.d536ccfa.js";
|
|
59
|
+
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.aa1648eb.js";
|
|
60
|
+
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.a915b105.js";
|
|
61
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormIntro/index.14e65d6c.js";
|
|
62
|
+
import { D as D5 } from "./components/DraggableWindow/index.c702d3f2.js";
|
|
63
|
+
import { G } from "./components/GridLayout/index.da6fd387.js";
|
|
64
|
+
import { R as R11, a as a8, b as b5, d as d4, i, c as c7 } from "./components/GridLayout/Responsive/index.0905a698.js";
|
|
65
|
+
import { W as W2 } from "./components/GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
66
|
+
import { I as I4 } from "./components/Icon/index.9fcd1476.js";
|
|
67
|
+
import { L as L6 } from "./components/LanguagePopover/index.98b63dcb.js";
|
|
68
|
+
import { L as L7 } from "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
69
|
+
import { I as I5 } from "./components/Image/index.c18ebf5a.js";
|
|
111
70
|
import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
|
|
112
|
-
import { M as
|
|
113
|
-
import { W as W3 } from "./components/modal/WindowConfirm.
|
|
114
|
-
import { W as W4 } from "./components/modal/WindowBase.
|
|
115
|
-
import {
|
|
71
|
+
import { M as M4, d as d5, g as g14 } from "./components/ModalDialog/index.d9937d46.js";
|
|
72
|
+
import { W as W3 } from "./components/modal/WindowConfirm.6c063f2d.js";
|
|
73
|
+
import { W as W4 } from "./components/modal/WindowBase.a0c0b322.js";
|
|
74
|
+
import { N as N2 } from "./components/NavLink/index.a5dea6d3.js";
|
|
75
|
+
import { N as N3, d as d6, g as g15 } from "./components/NoItemSelected/index.23dfc897.js";
|
|
76
|
+
import { O, d as d7, g as g16 } from "./components/ObjectLogs/index.d9d20b9d.js";
|
|
77
|
+
import { P as P8 } from "./components/PaperForm/index.ba38a0bd.js";
|
|
78
|
+
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
79
|
+
import { P as P9 } from "./components/PropertyValue/index.45c73161.js";
|
|
80
|
+
import { R as R12 } from "./components/Resizeable/index.9a9c79a4.js";
|
|
81
|
+
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
82
|
+
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
83
|
+
import { S as S3 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
84
|
+
import { S as S4 } from "./components/SideBar/index.2f497e6c.js";
|
|
85
|
+
import { A as A12 } from "./components/AppBar/index.06858422.js";
|
|
86
|
+
import { A as A13 } from "./components/AccountPopover/index.7e76dbb7.js";
|
|
87
|
+
import { a as a9, D as D6, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
88
|
+
import { M as M6, a as a10 } from "./contexts/ModalContext/index.e9a7ba4a.js";
|
|
89
|
+
import { R as R13 } from "./contexts/RHFormContext/index.fe175bab.js";
|
|
116
90
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
117
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
91
|
+
import { u as u4 } from "./hooks/useModal/index.8e85f7ae.js";
|
|
118
92
|
import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
|
|
119
|
-
import "
|
|
120
|
-
import "
|
|
93
|
+
import "framer-motion";
|
|
94
|
+
import "react";
|
|
95
|
+
import "@mui/material";
|
|
96
|
+
import "react/jsx-runtime";
|
|
97
|
+
import "@mui/material/styles";
|
|
98
|
+
import "react-router-dom";
|
|
99
|
+
import "./react-spinners.342a6578.js";
|
|
100
|
+
import "./components/areas/hooks/useAreas/index.85e4b2e2.js";
|
|
101
|
+
import "zustand";
|
|
102
|
+
import "@m4l/core";
|
|
103
|
+
import "yup";
|
|
104
|
+
import "clsx";
|
|
105
|
+
import "@mui/material/Button";
|
|
106
|
+
import "@mui/lab";
|
|
121
107
|
import "@mui/base";
|
|
122
|
-
import "./test/constants_no_mock.86c553a9.js";
|
|
123
108
|
import "./utils/index.c43a95f4.js";
|
|
109
|
+
import "./components/areas/constants.66529246.js";
|
|
110
|
+
import "./components/areas/icons.8266ccc8.js";
|
|
111
|
+
import "react-hook-form";
|
|
112
|
+
import "lodash/debounce";
|
|
113
|
+
import "@mui/x-date-pickers";
|
|
114
|
+
import "@m4l/graphics";
|
|
115
|
+
import "./react-draggable.7abb5d0a.js";
|
|
124
116
|
import "prop-types";
|
|
125
117
|
import "react-dom";
|
|
118
|
+
import "./components/modal/index.00efea85.js";
|
|
119
|
+
import "zustand/shallow";
|
|
120
|
+
import "lodash/isString";
|
|
121
|
+
import "react-dropzone";
|
|
126
122
|
import "./react-resizable.ba08699a.js";
|
|
123
|
+
import "react-dnd";
|
|
124
|
+
import "react-dnd-html5-backend";
|
|
125
|
+
import "lodash";
|
|
126
|
+
import "./react-json-view.57125fcf.js";
|
|
127
|
+
import "./commonjs.565e6834.js";
|
|
128
|
+
import "./react-splitter-layout.8b1655c8.js";
|
|
127
129
|
import "zustand/middleware";
|
|
128
|
-
import "
|
|
129
|
-
import "./
|
|
130
|
-
import "./
|
|
131
|
-
import "
|
|
132
|
-
import "simplebar/dist/simplebar.min.css?used";
|
|
133
|
-
import "./react-spinners.342a6578.js";
|
|
130
|
+
import "zustand/middleware/immer";
|
|
131
|
+
import "./test/constants_no_mock.86c553a9.js";
|
|
132
|
+
import "./vendor.e353394b.js";
|
|
133
|
+
import "./components/WrapperComponent/index.5e872594.js";
|
|
134
134
|
import "./react-data-grid.d46d625e.js";
|
|
135
135
|
import "./node_modules.d73a220d.js";
|
|
136
|
-
import "./commonjs.565e6834.js";
|
|
137
136
|
import "react-helmet-async";
|
|
138
|
-
import "
|
|
137
|
+
import "simplebar-react";
|
|
138
|
+
import "simplebar/dist/simplebar.min.css?used";
|
|
139
|
+
import "@hookform/resolvers/yup";
|
|
139
140
|
export {
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
141
|
+
A4 as AREAS_DICTIONARY_ID,
|
|
142
|
+
A5 as Accordion,
|
|
143
|
+
A13 as AccountPopover,
|
|
144
|
+
A8 as ActionCancel,
|
|
145
|
+
A10 as ActionFormCancel,
|
|
146
|
+
A11 as ActionFormIntro,
|
|
147
|
+
A9 as ActionIntro,
|
|
148
|
+
A7 as Actions,
|
|
149
|
+
A12 as AppBar,
|
|
150
|
+
A as AreasAdmin,
|
|
151
|
+
A3 as AreasContext,
|
|
152
|
+
a2 as AreasProvider,
|
|
153
|
+
A2 as AreasViewer,
|
|
154
|
+
A6 as Avatar,
|
|
155
|
+
B4 as Badge,
|
|
155
156
|
B5 as BooleanFormatter,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
B as BoxIcon,
|
|
158
|
+
B2 as Breadcrumbs,
|
|
159
|
+
B3 as Button,
|
|
159
160
|
C as CircularProgress,
|
|
160
161
|
C2 as ConcatenatedFormatter,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
162
|
+
D as DICCTIONARY,
|
|
163
|
+
D3 as DataGrid,
|
|
164
|
+
D2 as DateFormatter,
|
|
165
|
+
D5 as DraggableWindow,
|
|
166
|
+
D4 as DynamicFilter,
|
|
167
|
+
a9 as DynamicMFParmsContext,
|
|
168
|
+
D6 as DynamicMFParmsProvider,
|
|
168
169
|
F as FORMATTER_DICTIONARY,
|
|
169
170
|
G as GridLayout,
|
|
170
171
|
H2 as HelmetPage,
|
|
171
172
|
H as HelperText,
|
|
172
|
-
|
|
173
|
+
I4 as Icon,
|
|
173
174
|
I3 as IconButton,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
175
|
+
I as IconButtonAnimate,
|
|
176
|
+
I5 as Image,
|
|
177
|
+
I2 as ImageButton,
|
|
178
|
+
L2 as LABEL_FILTER_BUTTON,
|
|
179
|
+
L6 as LanguagePopover,
|
|
180
|
+
L4 as LinearProgress,
|
|
181
|
+
L7 as LinearProgressIndeterminate,
|
|
182
|
+
L5 as LinkWithRoute,
|
|
182
183
|
L8 as Loadable,
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
L3 as LoadingButton,
|
|
185
|
+
L as LoadingScreen,
|
|
185
186
|
L9 as Logo,
|
|
186
|
-
|
|
187
|
+
M5 as MemonizedDynamicMFParmsProvider,
|
|
187
188
|
M3 as MenuActions,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
189
|
+
M6 as ModalContext,
|
|
190
|
+
M4 as ModalDialog,
|
|
191
|
+
a10 as ModalProvider,
|
|
192
|
+
M as MotionContainer,
|
|
193
|
+
M2 as MotionLazyContainer,
|
|
193
194
|
N2 as NavLink,
|
|
194
195
|
N3 as NoItemSelected,
|
|
195
196
|
N as NumberEditor,
|
|
196
197
|
O as ObjectLogs,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
198
|
+
P4 as Pager,
|
|
199
|
+
P8 as PaperForm,
|
|
200
|
+
P2 as Period,
|
|
201
|
+
P6 as PeriodFormatter,
|
|
202
|
+
P5 as PointsFormatter,
|
|
203
|
+
P3 as Popover,
|
|
204
|
+
P7 as PriceFormatter,
|
|
205
|
+
P as PropagateLoader,
|
|
206
|
+
P9 as PropertyValue,
|
|
207
|
+
R as RHFAutocomplete,
|
|
208
|
+
R2 as RHFAutocompleteAsync,
|
|
209
|
+
R3 as RHFCheckbox,
|
|
210
|
+
R4 as RHFDateTime,
|
|
211
|
+
R5 as RHFMultiCheckbox,
|
|
212
|
+
R9 as RHFPeriod,
|
|
213
|
+
R8 as RHFRadioGroup,
|
|
214
|
+
R6 as RHFSelect,
|
|
215
|
+
b2 as RHFTEXTFIELD_INPUT_TEST_ID,
|
|
215
216
|
c as RHFTEXTFIELD_PREFIX,
|
|
216
|
-
|
|
217
|
-
|
|
217
|
+
a5 as RHFTEXTFIELD_ROOT_TEST_ID,
|
|
218
|
+
R7 as RHFTextField,
|
|
218
219
|
d as RHFTextFieldPassword,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
220
|
+
R10 as RHFUploadImage,
|
|
221
|
+
R13 as RHFormProvider,
|
|
222
|
+
R12 as ResizeableWindow,
|
|
223
|
+
R11 as Responsive,
|
|
223
224
|
S as ScrollBar,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
225
|
+
S2 as ScrollToTop,
|
|
226
|
+
S4 as SideBar,
|
|
227
|
+
S3 as SplitLayout,
|
|
228
|
+
T as Tab,
|
|
228
229
|
T4 as TextEditor,
|
|
229
|
-
|
|
230
|
-
|
|
230
|
+
T2 as Tooltip,
|
|
231
|
+
T3 as Typography,
|
|
231
232
|
U as UncertaintyFormatter,
|
|
232
233
|
W2 as WidthProvider,
|
|
233
234
|
W4 as WindowBase,
|
|
234
235
|
W3 as WindowConfirm,
|
|
235
|
-
|
|
236
|
+
a3 as WindowToolsMFContext,
|
|
236
237
|
W as WindowToolsMFProvider,
|
|
237
|
-
|
|
238
|
+
a8 as addLayoutItemToBreakPointIfNoExists,
|
|
238
239
|
b5 as addLayoutItemToBreakPoints,
|
|
239
|
-
|
|
240
|
+
d4 as cloneLayouts,
|
|
240
241
|
c2 as columnBooleanFormatter,
|
|
241
|
-
|
|
242
|
-
|
|
242
|
+
d2 as columnConcatenatedValuesFormatter,
|
|
243
|
+
b4 as columnDateFormatter,
|
|
243
244
|
c5 as columnNestedValueFormatter,
|
|
244
245
|
c4 as columnPointsFormatter,
|
|
245
246
|
c6 as columnPriceFormatter,
|
|
246
247
|
c3 as columnUncertaintyFormatter,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
d3 as defaultCommonActionsDictionary,
|
|
249
|
+
d5 as defaultModalDialogDictionary,
|
|
250
|
+
d6 as defaultNoItemSelectedDictionary,
|
|
251
|
+
d7 as defaultObjectLogDictionary,
|
|
251
252
|
e as errorLabelClasses,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
253
|
+
a4 as getAreasComponentsDictionary,
|
|
254
|
+
g as getAreasDictionary,
|
|
255
|
+
g13 as getCommonActionsDictionary,
|
|
256
|
+
a7 as getDataGridRowsFromSet,
|
|
257
|
+
g12 as getDynamicFilterComponentsDictionary,
|
|
258
|
+
g9 as getFormatConcatenated,
|
|
259
|
+
g6 as getFormatDate,
|
|
260
|
+
a6 as getFormatPeriod,
|
|
261
|
+
g8 as getFormatPoints,
|
|
262
|
+
g10 as getFormatPrice,
|
|
263
|
+
b3 as getFormattersComponentsDictionary,
|
|
264
|
+
g11 as getGridComponentsDictionary,
|
|
265
|
+
g14 as getModalDialogComponentsDictionary,
|
|
266
|
+
g15 as getNoItemSelectedComponentsDictionary,
|
|
267
|
+
g16 as getObjectLogsComponentsDictionary,
|
|
268
|
+
g5 as getPagerComponentsDictionary,
|
|
268
269
|
g4 as getPeriodComponetsDictionary,
|
|
269
270
|
g3 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
270
|
-
|
|
271
|
-
|
|
271
|
+
g2 as getRHFAutocompleteComponentsDictionary,
|
|
272
|
+
g7 as getUncertaintyFormat,
|
|
273
|
+
i as isEqualLayout,
|
|
274
|
+
c7 as isEqualLayouts,
|
|
272
275
|
u as useDynamicMFParametersStore,
|
|
273
276
|
u3 as useFormAddEdit,
|
|
274
277
|
u4 as useModal,
|
|
@@ -277,6 +280,6 @@ export {
|
|
|
277
280
|
v3 as varContainer,
|
|
278
281
|
v as varFade,
|
|
279
282
|
v4 as varTranEnter,
|
|
280
|
-
|
|
281
|
-
|
|
283
|
+
a as varTranExit,
|
|
284
|
+
b as varTranHover
|
|
282
285
|
};
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getNameDataTestId: <T>(ELEMENT_PREFIX: string, ELEMENT_KEY: keyof T, ELEMENT_ID: string) => string;
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
2
|
+
import "./contexts/ModalContext/index.e9a7ba4a.js";
|
|
3
|
+
import "./contexts/RHFormContext/index.fe175bab.js";
|
|
4
|
+
import "@m4l/core";
|
|
5
|
+
import "react";
|
|
6
|
+
import "react-hook-form";
|
|
7
|
+
import "@mui/material";
|
|
8
|
+
import "./components/hook-form/RHFAutocomplete/index.6aa51705.js";
|
|
9
|
+
import "./components/Image/index.c18ebf5a.js";
|
|
10
|
+
import "react/jsx-runtime";
|
|
11
|
+
import "clsx";
|
|
12
|
+
import "./components/mui_extended/Typography/index.443590d6.js";
|
|
13
|
+
import "./components/Icon/index.9fcd1476.js";
|
|
14
|
+
import "./components/mui_extended/IconButton/index.12f1a3c3.js";
|
|
15
|
+
import "@m4l/graphics";
|
|
16
|
+
import "./components/mui_extended/Accordion/index.9877f7bf.js";
|
|
17
|
+
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
18
|
+
import "react-router-dom";
|
|
19
|
+
import "@mui/material/Button";
|
|
20
|
+
import "./components/mui_extended/Button/index.4288f9fc.js";
|
|
21
|
+
import "./components/mui_extended/Badge/index.8c2b8b66.js";
|
|
22
|
+
import "@mui/lab";
|
|
23
|
+
import "./components/mui_extended/MenuActions/index.43a2e1ae.js";
|
|
24
|
+
import "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
25
|
+
import "./components/mui_extended/Pager/index.2f6d6d7d.js";
|
|
26
|
+
import "./components/mui_extended/Tab/index.7c82e43d.js";
|
|
27
|
+
import "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
|
+
import "./components/HelperText/index.a019742c.js";
|
|
29
|
+
import "lodash/debounce";
|
|
30
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.1a3dfe5f.js";
|
|
31
|
+
import "./components/hook-form/RHFCheckbox/index.a08a65b3.js";
|
|
32
|
+
import "@mui/x-date-pickers";
|
|
33
|
+
import "./components/hook-form/RHFDateTime/index.4d671108.js";
|
|
34
|
+
import "./components/hook-form/RHFTextField/index.9004e898.js";
|
|
35
|
+
import "./components/hook-form/RHFPeriod/index.39b4be49.js";
|
|
36
|
+
import "./components/Period/index.7b94c418.js";
|
|
37
|
+
import "./components/CommonActions/components/Actions/index.52125041.js";
|
|
38
|
+
import "./react-draggable.7abb5d0a.js";
|
|
39
|
+
import "./components/Resizeable/index.9a9c79a4.js";
|
|
40
|
+
import "./components/modal/index.00efea85.js";
|
|
41
|
+
import "zustand";
|
|
42
|
+
import "./components/areas/contexts/AreasContext/index.02c4e7be.js";
|
|
43
|
+
import "./components/areas/components/AreasAdmin/index.43ecd998.js";
|
|
44
|
+
import "zustand/shallow";
|
|
45
|
+
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
46
|
+
import "./components/areas/components/AreasViewer/index.14e62059.js";
|
|
47
|
+
import "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
48
|
+
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
49
|
+
import "lodash/isString";
|
|
50
|
+
import "react-dropzone";
|
|
51
|
+
import "./components/hook-form/RHFUpload/index.bed8573e.js";
|
|
52
|
+
import "./components/animate/index.1f8eadd4.js";
|
|
53
|
+
import "framer-motion";
|
|
54
|
+
import "@mui/material/styles";
|
|
55
|
+
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
56
|
+
import "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
57
|
+
import "./components/DataGrid/index.9fb3e6a1.js";
|
|
58
|
+
import "react-dnd";
|
|
59
|
+
import "react-dnd-html5-backend";
|
|
60
|
+
import "./components/DynamicFilter/index.d1a2e2d1.js";
|
|
61
|
+
import "yup";
|
|
62
|
+
import "./components/GridLayout/index.da6fd387.js";
|
|
63
|
+
import "lodash";
|
|
64
|
+
import "./components/LanguagePopover/index.98b63dcb.js";
|
|
65
|
+
import "./components/NavLink/index.a5dea6d3.js";
|
|
66
|
+
import "./components/NoItemSelected/index.23dfc897.js";
|
|
67
|
+
import "./components/ObjectLogs/index.d9d20b9d.js";
|
|
68
|
+
import "./react-json-view.57125fcf.js";
|
|
69
|
+
import "./components/PaperForm/index.ba38a0bd.js";
|
|
70
|
+
import "./components/Page/index.4237c241.js";
|
|
71
|
+
import "./components/PropertyValue/index.45c73161.js";
|
|
72
|
+
import "./components/SplitLayout/index.9ef430f6.js";
|
|
73
|
+
import "./react-splitter-layout.8b1655c8.js";
|
|
74
|
+
import "./components/SideBar/index.2f497e6c.js";
|
|
75
|
+
import "./components/AppBar/index.06858422.js";
|
|
76
|
+
import "./components/AccountPopover/index.7e76dbb7.js";
|
|
77
|
+
import "./components/animate/variants/fade.b561c0fc.js";
|
|
78
|
+
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
79
|
+
import "./components/animate/variants/container.11f82b76.js";
|
|
80
|
+
import "./components/animate/variants/transition.bd46b9ce.js";
|
|
81
|
+
import "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
82
|
+
import "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
83
|
+
import "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
84
|
+
import "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
85
|
+
import "./components/areas/dictionary.afb7e3d9.js";
|
|
86
|
+
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
87
|
+
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
88
|
+
import "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
89
|
+
import "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
90
|
+
import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
91
|
+
import "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
92
|
+
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
93
|
+
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
94
|
+
import "./components/formatters/BooleanFormatter/index.e8de8e4c.js";
|
|
95
|
+
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
96
|
+
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
97
|
+
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
98
|
+
import "./components/formatters/index.67aeb049.js";
|
|
99
|
+
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
100
|
+
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
101
|
+
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
102
|
+
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
103
|
+
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
104
|
+
import "./components/CommonActions/components/ActionCancel/index.d536ccfa.js";
|
|
105
|
+
import "./components/CommonActions/components/ActionIntro/index.aa1648eb.js";
|
|
106
|
+
import "./components/CommonActions/components/ActionFormCancel/index.a915b105.js";
|
|
107
|
+
import "./components/CommonActions/components/ActionFormIntro/index.14e65d6c.js";
|
|
108
|
+
import "./components/DraggableWindow/index.c702d3f2.js";
|
|
109
|
+
import "./components/GridLayout/Responsive/index.0905a698.js";
|
|
110
|
+
import "./components/GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
111
|
+
import "./components/Loadable/index.e994fc3e.js";
|
|
112
|
+
import "./components/ModalDialog/index.d9937d46.js";
|
|
113
|
+
import "./components/modal/WindowConfirm.6c063f2d.js";
|
|
114
|
+
import "./components/modal/WindowBase.a0c0b322.js";
|
|
115
|
+
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
116
|
+
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
117
|
+
import "./hooks/useModal/index.8e85f7ae.js";
|
|
118
|
+
import "./assets/Logo/index.228dcb5a.js";
|
|
119
|
+
const getNameDataTestId = (ELEMENT_PREFIX, ELEMENT_KEY, ELEMENT_ID) => {
|
|
120
|
+
return `${ELEMENT_PREFIX}-${[ELEMENT_KEY]}-${ELEMENT_ID}`;
|
|
121
|
+
};
|
|
122
|
+
export {
|
|
123
|
+
getNameDataTestId as g
|
|
124
|
+
};
|