@m4l/components 0.1.78 → 0.1.79
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/components/AccountPopover/{index.7e76dbb7.js → index.d541e4e6.js} +2 -2
- package/components/AppBar/{index.06858422.js → index.f90014de.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.d536ccfa.js → index.92536832.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.a915b105.js → index.7fb1ed8d.js} +15 -11
- package/components/CommonActions/components/ActionFormIntro/{index.14e65d6c.js → index.bebc0c94.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.aa1648eb.js → index.aa4e432e.js} +1 -1
- package/components/CommonActions/components/Actions/{index.52125041.js → index.5732847f.js} +7 -7
- package/components/DataGrid/{index.9fb3e6a1.js → index.302080d3.js} +12 -12
- package/components/DynamicFilter/{index.d1a2e2d1.js → index.0887320f.js} +20 -20
- package/components/HelperText/{index.a019742c.js → index.29d5ad65.js} +2 -2
- package/components/LanguagePopover/{index.98b63dcb.js → index.ce84f099.js} +2 -2
- package/components/ModalDialog/{index.d9937d46.js → index.ab432b77.js} +3 -3
- package/components/NavLink/{index.a5dea6d3.js → index.3bf44e30.js} +2 -2
- package/components/ObjectLogs/{index.d9d20b9d.js → index.c947ded4.js} +11 -11
- package/components/Period/{index.7b94c418.js → index.adc328ca.js} +8 -8
- package/components/PropertyValue/{index.45c73161.js → index.6b583e7a.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.43ecd998.js → index.31905078.js} +19 -19
- package/components/areas/components/AreasViewer/{index.14e62059.js → index.fe18bdbc.js} +35 -29
- package/components/areas/components/{index.a87653a9.js → index.7ae189ba.js} +5 -5
- package/components/areas/contexts/AreasContext/{index.02c4e7be.js → index.1213c3ef.js} +7 -2
- package/components/areas/contexts/AreasContext/types.d.ts +1 -0
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +1 -0
- package/components/areas/contexts/{index.1ff9b360.js → index.84d35ffe.js} +1 -1
- package/components/areas/hooks/useAreas/{index.85e4b2e2.js → index.cd799cf6.js} +1 -1
- package/components/areas/{index.d1dcccf5.js → index.6ee7a4eb.js} +5 -5
- package/components/areas/types.d.ts +5 -0
- package/components/hook-form/RHFAutocomplete/{index.6aa51705.js → index.e52c1f6a.js} +3 -3
- package/components/hook-form/RHFAutocompleteAsync/{index.1a3dfe5f.js → index.a226b8ac.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.a08a65b3.js → index.9619debd.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.4d671108.js → index.5da7b839.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.39b4be49.js → index.7e42c292.js} +2 -2
- package/components/hook-form/RHFTextField/{index.9004e898.js → index.13447584.js} +1 -1
- package/components/hook-form/RHFUpload/{index.bed8573e.js → index.80071782.js} +3 -3
- package/components/modal/{WindowBase.a0c0b322.js → WindowBase.90d3c1d5.js} +4 -4
- package/components/modal/{WindowConfirm.6c063f2d.js → WindowConfirm.835f8d13.js} +10 -10
- package/components/modal/{index.00efea85.js → index.cd34ddb3.js} +7 -7
- package/components/mui_extended/Accordion/{index.9877f7bf.js → index.e8ba0755.js} +1 -1
- package/components/mui_extended/Tab/{index.7c82e43d.js → index.3c005df1.js} +1 -1
- package/components/mui_extended/{index.0e2ff642.js → index.ff59a512.js} +2 -2
- package/contexts/ModalContext/{index.e9a7ba4a.js → index.feded672.js} +1 -1
- package/hooks/useModal/{index.8e85f7ae.js → index.6d238807.js} +1 -1
- package/index.js +35 -35
- package/package.json +1 -1
- package/{vendor.e353394b.js → vendor.9b969b18.js} +33 -33
package/index.js
CHANGED
|
@@ -7,25 +7,25 @@ import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
|
7
7
|
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
8
8
|
import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
10
|
-
import { A } from "./components/areas/components/AreasAdmin/index.
|
|
11
|
-
import { A as A2 } from "./components/areas/components/AreasViewer/index.
|
|
12
|
-
import { A as A3, a as a2 } from "./components/areas/contexts/AreasContext/index.
|
|
10
|
+
import { A } from "./components/areas/components/AreasAdmin/index.31905078.js";
|
|
11
|
+
import { A as A2 } from "./components/areas/components/AreasViewer/index.fe18bdbc.js";
|
|
12
|
+
import { A as A3, a as a2 } from "./components/areas/contexts/AreasContext/index.1213c3ef.js";
|
|
13
13
|
import { a as a3, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
14
14
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
15
15
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
16
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.
|
|
18
|
-
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
19
|
-
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.
|
|
20
|
-
import { R as R4 } from "./components/hook-form/RHFDateTime/index.
|
|
17
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.e52c1f6a.js";
|
|
18
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.a226b8ac.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.9619debd.js";
|
|
20
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.5da7b839.js";
|
|
21
21
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
22
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.
|
|
23
|
+
import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.13447584.js";
|
|
24
24
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
25
|
-
import { R as R9 } from "./components/hook-form/RHFPeriod/index.
|
|
26
|
-
import { P as P2, g as g4 } from "./components/Period/index.
|
|
27
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
28
|
-
import { A as A5 } from "./components/mui_extended/Accordion/index.
|
|
25
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.7e42c292.js";
|
|
26
|
+
import { P as P2, g as g4 } from "./components/Period/index.adc328ca.js";
|
|
27
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.80071782.js";
|
|
28
|
+
import { A as A5 } from "./components/mui_extended/Accordion/index.e8ba0755.js";
|
|
29
29
|
import { A as A6 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
30
30
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
31
31
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
@@ -38,7 +38,7 @@ import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.
|
|
|
38
38
|
import { M as M3 } from "./components/mui_extended/MenuActions/index.43a2e1ae.js";
|
|
39
39
|
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
40
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.
|
|
41
|
+
import { T } from "./components/mui_extended/Tab/index.3c005df1.js";
|
|
42
42
|
import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
43
43
|
import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
44
44
|
import { B as B5 } from "./components/formatters/BooleanFormatter/index.e8de8e4c.js";
|
|
@@ -47,48 +47,48 @@ import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.0
|
|
|
47
47
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
48
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
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.
|
|
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.302080d3.js";
|
|
51
51
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
52
52
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
53
53
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
54
54
|
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
55
|
-
import { D as D4, g as g12 } from "./components/DynamicFilter/index.
|
|
56
|
-
import { H, e } from "./components/HelperText/index.
|
|
57
|
-
import { A as A7, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.
|
|
58
|
-
import { A as A8 } from "./components/CommonActions/components/ActionCancel/index.
|
|
59
|
-
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.
|
|
60
|
-
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
61
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
55
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.0887320f.js";
|
|
56
|
+
import { H, e } from "./components/HelperText/index.29d5ad65.js";
|
|
57
|
+
import { A as A7, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.5732847f.js";
|
|
58
|
+
import { A as A8 } from "./components/CommonActions/components/ActionCancel/index.92536832.js";
|
|
59
|
+
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.aa4e432e.js";
|
|
60
|
+
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.7fb1ed8d.js";
|
|
61
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormIntro/index.bebc0c94.js";
|
|
62
62
|
import { D as D5 } from "./components/DraggableWindow/index.c702d3f2.js";
|
|
63
63
|
import { G } from "./components/GridLayout/index.da6fd387.js";
|
|
64
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
65
|
import { W as W2 } from "./components/GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
66
66
|
import { I as I4 } from "./components/Icon/index.9fcd1476.js";
|
|
67
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
67
|
+
import { L as L6 } from "./components/LanguagePopover/index.ce84f099.js";
|
|
68
68
|
import { L as L7 } from "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
69
69
|
import { I as I5 } from "./components/Image/index.c18ebf5a.js";
|
|
70
70
|
import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
|
|
71
|
-
import { M as M4, d as d5, g as g14 } from "./components/ModalDialog/index.
|
|
72
|
-
import { W as W3 } from "./components/modal/WindowConfirm.
|
|
73
|
-
import { W as W4 } from "./components/modal/WindowBase.
|
|
74
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
71
|
+
import { M as M4, d as d5, g as g14 } from "./components/ModalDialog/index.ab432b77.js";
|
|
72
|
+
import { W as W3 } from "./components/modal/WindowConfirm.835f8d13.js";
|
|
73
|
+
import { W as W4 } from "./components/modal/WindowBase.90d3c1d5.js";
|
|
74
|
+
import { N as N2 } from "./components/NavLink/index.3bf44e30.js";
|
|
75
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.
|
|
76
|
+
import { O, d as d7, g as g16 } from "./components/ObjectLogs/index.c947ded4.js";
|
|
77
77
|
import { P as P8 } from "./components/PaperForm/index.ba38a0bd.js";
|
|
78
78
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
79
|
-
import { P as P9 } from "./components/PropertyValue/index.
|
|
79
|
+
import { P as P9 } from "./components/PropertyValue/index.6b583e7a.js";
|
|
80
80
|
import { R as R12 } from "./components/Resizeable/index.9a9c79a4.js";
|
|
81
81
|
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
82
82
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
83
83
|
import { S as S3 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
84
84
|
import { S as S4 } from "./components/SideBar/index.2f497e6c.js";
|
|
85
|
-
import { A as A12 } from "./components/AppBar/index.
|
|
86
|
-
import { A as A13 } from "./components/AccountPopover/index.
|
|
85
|
+
import { A as A12 } from "./components/AppBar/index.f90014de.js";
|
|
86
|
+
import { A as A13 } from "./components/AccountPopover/index.d541e4e6.js";
|
|
87
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.
|
|
88
|
+
import { M as M6, a as a10 } from "./contexts/ModalContext/index.feded672.js";
|
|
89
89
|
import { R as R13 } from "./contexts/RHFormContext/index.fe175bab.js";
|
|
90
90
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
91
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
91
|
+
import { u as u4 } from "./hooks/useModal/index.6d238807.js";
|
|
92
92
|
import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
|
|
93
93
|
import "framer-motion";
|
|
94
94
|
import "react";
|
|
@@ -97,7 +97,7 @@ import "react/jsx-runtime";
|
|
|
97
97
|
import "@mui/material/styles";
|
|
98
98
|
import "react-router-dom";
|
|
99
99
|
import "./react-spinners.342a6578.js";
|
|
100
|
-
import "./components/areas/hooks/useAreas/index.
|
|
100
|
+
import "./components/areas/hooks/useAreas/index.cd799cf6.js";
|
|
101
101
|
import "zustand";
|
|
102
102
|
import "@m4l/core";
|
|
103
103
|
import "yup";
|
|
@@ -115,7 +115,7 @@ import "@m4l/graphics";
|
|
|
115
115
|
import "./react-draggable.7abb5d0a.js";
|
|
116
116
|
import "prop-types";
|
|
117
117
|
import "react-dom";
|
|
118
|
-
import "./components/modal/index.
|
|
118
|
+
import "./components/modal/index.cd34ddb3.js";
|
|
119
119
|
import "zustand/shallow";
|
|
120
120
|
import "lodash/isString";
|
|
121
121
|
import "react-dropzone";
|
|
@@ -129,7 +129,7 @@ import "./react-splitter-layout.8b1655c8.js";
|
|
|
129
129
|
import "zustand/middleware";
|
|
130
130
|
import "zustand/middleware/immer";
|
|
131
131
|
import "./test/constants_no_mock.86c553a9.js";
|
|
132
|
-
import "./vendor.
|
|
132
|
+
import "./vendor.9b969b18.js";
|
|
133
133
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
134
134
|
import "./react-data-grid.d46d625e.js";
|
|
135
135
|
import "./node_modules.d73a220d.js";
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
2
|
-
import "./contexts/ModalContext/index.
|
|
2
|
+
import "./contexts/ModalContext/index.feded672.js";
|
|
3
3
|
import "./contexts/RHFormContext/index.fe175bab.js";
|
|
4
4
|
import "@m4l/core";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-hook-form";
|
|
7
7
|
import "@mui/material";
|
|
8
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
8
|
+
import "./components/hook-form/RHFAutocomplete/index.e52c1f6a.js";
|
|
9
9
|
import "./components/Image/index.c18ebf5a.js";
|
|
10
10
|
import "react/jsx-runtime";
|
|
11
11
|
import "clsx";
|
|
@@ -13,7 +13,7 @@ import "./components/mui_extended/Typography/index.443590d6.js";
|
|
|
13
13
|
import "./components/Icon/index.9fcd1476.js";
|
|
14
14
|
import "./components/mui_extended/IconButton/index.12f1a3c3.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
|
-
import "./components/mui_extended/Accordion/index.
|
|
16
|
+
import "./components/mui_extended/Accordion/index.e8ba0755.js";
|
|
17
17
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
@@ -23,57 +23,57 @@ import "@mui/lab";
|
|
|
23
23
|
import "./components/mui_extended/MenuActions/index.43a2e1ae.js";
|
|
24
24
|
import "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
25
25
|
import "./components/mui_extended/Pager/index.2f6d6d7d.js";
|
|
26
|
-
import "./components/mui_extended/Tab/index.
|
|
26
|
+
import "./components/mui_extended/Tab/index.3c005df1.js";
|
|
27
27
|
import "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
|
-
import "./components/HelperText/index.
|
|
28
|
+
import "./components/HelperText/index.29d5ad65.js";
|
|
29
29
|
import "lodash/debounce";
|
|
30
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
31
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
30
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.a226b8ac.js";
|
|
31
|
+
import "./components/hook-form/RHFCheckbox/index.9619debd.js";
|
|
32
32
|
import "@mui/x-date-pickers";
|
|
33
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
34
|
-
import "./components/hook-form/RHFTextField/index.
|
|
35
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
36
|
-
import "./components/Period/index.
|
|
37
|
-
import "./components/CommonActions/components/Actions/index.
|
|
33
|
+
import "./components/hook-form/RHFDateTime/index.5da7b839.js";
|
|
34
|
+
import "./components/hook-form/RHFTextField/index.13447584.js";
|
|
35
|
+
import "./components/hook-form/RHFPeriod/index.7e42c292.js";
|
|
36
|
+
import "./components/Period/index.adc328ca.js";
|
|
37
|
+
import "./components/CommonActions/components/Actions/index.5732847f.js";
|
|
38
38
|
import "./react-draggable.7abb5d0a.js";
|
|
39
39
|
import "./components/Resizeable/index.9a9c79a4.js";
|
|
40
|
-
import "./components/modal/index.
|
|
40
|
+
import "./components/modal/index.cd34ddb3.js";
|
|
41
41
|
import "zustand";
|
|
42
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
43
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
42
|
+
import "./components/areas/contexts/AreasContext/index.1213c3ef.js";
|
|
43
|
+
import "./components/areas/components/AreasAdmin/index.31905078.js";
|
|
44
44
|
import "zustand/shallow";
|
|
45
45
|
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
46
|
-
import "./components/areas/components/AreasViewer/index.
|
|
46
|
+
import "./components/areas/components/AreasViewer/index.fe18bdbc.js";
|
|
47
47
|
import "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
48
48
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
49
49
|
import "lodash/isString";
|
|
50
50
|
import "react-dropzone";
|
|
51
|
-
import "./components/hook-form/RHFUpload/index.
|
|
51
|
+
import "./components/hook-form/RHFUpload/index.80071782.js";
|
|
52
52
|
import "./components/animate/index.1f8eadd4.js";
|
|
53
53
|
import "framer-motion";
|
|
54
54
|
import "@mui/material/styles";
|
|
55
55
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
56
56
|
import "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
57
|
-
import "./components/DataGrid/index.
|
|
57
|
+
import "./components/DataGrid/index.302080d3.js";
|
|
58
58
|
import "react-dnd";
|
|
59
59
|
import "react-dnd-html5-backend";
|
|
60
|
-
import "./components/DynamicFilter/index.
|
|
60
|
+
import "./components/DynamicFilter/index.0887320f.js";
|
|
61
61
|
import "yup";
|
|
62
62
|
import "./components/GridLayout/index.da6fd387.js";
|
|
63
63
|
import "lodash";
|
|
64
|
-
import "./components/LanguagePopover/index.
|
|
65
|
-
import "./components/NavLink/index.
|
|
64
|
+
import "./components/LanguagePopover/index.ce84f099.js";
|
|
65
|
+
import "./components/NavLink/index.3bf44e30.js";
|
|
66
66
|
import "./components/NoItemSelected/index.23dfc897.js";
|
|
67
|
-
import "./components/ObjectLogs/index.
|
|
67
|
+
import "./components/ObjectLogs/index.c947ded4.js";
|
|
68
68
|
import "./react-json-view.57125fcf.js";
|
|
69
69
|
import "./components/PaperForm/index.ba38a0bd.js";
|
|
70
70
|
import "./components/Page/index.4237c241.js";
|
|
71
|
-
import "./components/PropertyValue/index.
|
|
71
|
+
import "./components/PropertyValue/index.6b583e7a.js";
|
|
72
72
|
import "./components/SplitLayout/index.9ef430f6.js";
|
|
73
73
|
import "./react-splitter-layout.8b1655c8.js";
|
|
74
74
|
import "./components/SideBar/index.2f497e6c.js";
|
|
75
|
-
import "./components/AppBar/index.
|
|
76
|
-
import "./components/AccountPopover/index.
|
|
75
|
+
import "./components/AppBar/index.f90014de.js";
|
|
76
|
+
import "./components/AccountPopover/index.d541e4e6.js";
|
|
77
77
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
78
78
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
79
79
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -101,20 +101,20 @@ import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae205
|
|
|
101
101
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
102
102
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
103
103
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
104
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
105
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
106
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
107
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
104
|
+
import "./components/CommonActions/components/ActionCancel/index.92536832.js";
|
|
105
|
+
import "./components/CommonActions/components/ActionIntro/index.aa4e432e.js";
|
|
106
|
+
import "./components/CommonActions/components/ActionFormCancel/index.7fb1ed8d.js";
|
|
107
|
+
import "./components/CommonActions/components/ActionFormIntro/index.bebc0c94.js";
|
|
108
108
|
import "./components/DraggableWindow/index.c702d3f2.js";
|
|
109
109
|
import "./components/GridLayout/Responsive/index.0905a698.js";
|
|
110
110
|
import "./components/GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
111
111
|
import "./components/Loadable/index.e994fc3e.js";
|
|
112
|
-
import "./components/ModalDialog/index.
|
|
113
|
-
import "./components/modal/WindowConfirm.
|
|
114
|
-
import "./components/modal/WindowBase.
|
|
112
|
+
import "./components/ModalDialog/index.ab432b77.js";
|
|
113
|
+
import "./components/modal/WindowConfirm.835f8d13.js";
|
|
114
|
+
import "./components/modal/WindowBase.90d3c1d5.js";
|
|
115
115
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
116
116
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
117
|
-
import "./hooks/useModal/index.
|
|
117
|
+
import "./hooks/useModal/index.6d238807.js";
|
|
118
118
|
import "./assets/Logo/index.228dcb5a.js";
|
|
119
119
|
const getNameDataTestId = (ELEMENT_PREFIX, ELEMENT_KEY, ELEMENT_ID) => {
|
|
120
120
|
return `${ELEMENT_PREFIX}-${[ELEMENT_KEY]}-${ELEMENT_ID}`;
|