@m4l/components 0.1.79 → 0.1.80
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 +31 -1
- package/components/AccountPopover/{index.d541e4e6.js → index.00d1d15f.js} +10 -6
- package/components/AppBar/{index.f90014de.js → index.c85b100d.js} +5 -4
- package/components/CommonActions/components/ActionCancel/{index.92536832.js → index.1051a117.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.7fb1ed8d.js → index.a0d727b2.js} +12 -11
- package/components/CommonActions/components/ActionFormIntro/{index.bebc0c94.js → index.a20dc88d.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.aa4e432e.js → index.bfe3256c.js} +1 -1
- package/components/CommonActions/components/Actions/{index.5732847f.js → index.19d67bc6.js} +10 -9
- package/components/DataGrid/classes/constants.d.ts +1 -0
- package/components/DataGrid/classes/index.d.ts +27 -0
- package/components/DataGrid/classes/types.d.ts +27 -0
- package/components/DataGrid/contexts/DataGridContext/types.d.ts +3 -1
- package/components/DataGrid/{index.302080d3.js → index.2f175eba.js} +173 -316
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/index.d.ts +2 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/types.d.ts +3 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/types.d.ts +2 -0
- package/components/DataGrid/types.d.ts +7 -0
- package/components/DynamicFilter/{index.0887320f.js → index.c1f9d560.js} +23 -22
- package/components/GridLayout/Responsive/{index.0905a698.js → index.1671380a.js} +1 -1
- package/components/GridLayout/{index.da6fd387.js → index.a792aacb.js} +2 -2
- package/components/HelperText/{index.29d5ad65.js → index.6ef76993.js} +5 -4
- package/components/LanguagePopover/{index.ce84f099.js → index.1564bd08.js} +5 -4
- package/components/ModalDialog/{index.ab432b77.js → index.fbc4cd71.js} +3 -3
- package/components/NavLink/{index.3bf44e30.js → index.6c9c2588.js} +5 -4
- package/components/ObjectLogs/{index.c947ded4.js → index.eab1c15f.js} +14 -13
- package/components/Period/{index.adc328ca.js → index.26071a16.js} +16 -15
- package/components/PropertyValue/{index.6b583e7a.js → index.18d3c0fd.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.31905078.js → index.7a0dabbe.js} +23 -22
- package/components/areas/components/AreasViewer/{index.fe18bdbc.js → index.fd49f06c.js} +31 -30
- package/components/areas/components/{index.7ae189ba.js → index.7756928a.js} +8 -7
- package/components/areas/contexts/AreasContext/{index.1213c3ef.js → index.0a08a08b.js} +4 -4
- package/components/areas/contexts/{index.84d35ffe.js → index.b303b664.js} +1 -1
- package/components/areas/hooks/useAreas/{index.cd799cf6.js → index.c6eb2569.js} +1 -1
- package/components/areas/{index.6ee7a4eb.js → index.6e67d89a.js} +8 -7
- package/components/hook-form/RHFAutocomplete/classes/index.d.ts +4 -0
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +6 -0
- package/components/hook-form/RHFAutocomplete/{index.e52c1f6a.js → index.d1bbb015.js} +34 -51
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/types.d.ts +2 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.a226b8ac.js → index.f9a9ef48.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.9619debd.js → index.7b4a21d7.js} +42 -67
- package/components/hook-form/RHFCheckbox/types.d.ts +2 -1
- package/components/hook-form/RHFDateTime/{index.5da7b839.js → index.46cf616e.js} +9 -7
- package/components/hook-form/RHFPeriod/{index.7e42c292.js → index.ce513149.js} +2 -2
- package/components/hook-form/RHFTextField/{index.13447584.js → index.f7ee202c.js} +4 -3
- package/components/hook-form/RHFUpload/{index.80071782.js → index.1befd5bb.js} +6 -5
- package/components/modal/{WindowBase.90d3c1d5.js → WindowBase.7e19843e.js} +8 -6
- package/components/modal/{WindowConfirm.835f8d13.js → WindowConfirm.12a9608a.js} +13 -12
- package/components/modal/{index.cd34ddb3.js → index.b0a7236c.js} +10 -9
- package/components/mui_extended/Accordion/{index.e8ba0755.js → index.a6447bf8.js} +1 -1
- package/components/mui_extended/Badge/classes/constants.d.ts +1 -1
- package/components/mui_extended/Badge/{index.8c2b8b66.js → index.cad260fe.js} +1 -1
- package/components/mui_extended/CheckBox/CheckBox.d.ts +3 -0
- package/components/mui_extended/CheckBox/classes/constants.d.ts +1 -0
- package/components/mui_extended/CheckBox/classes/index.d.ts +8 -0
- package/components/mui_extended/CheckBox/classes/types.d.ts +10 -0
- package/components/mui_extended/CheckBox/index.d.ts +1 -0
- package/components/mui_extended/CheckBox/subcomponents/Skeleton/index.d.ts +3 -0
- package/components/mui_extended/CheckBox/subcomponents/Skeleton/types.d.ts +4 -0
- package/components/mui_extended/CheckBox/types.d.ts +5 -0
- package/components/mui_extended/CheckBox.5f6c78b0.js +86 -0
- package/components/mui_extended/Pager/classes/constants.d.ts +1 -0
- package/components/mui_extended/Pager/classes/index.d.ts +10 -0
- package/components/mui_extended/Pager/classes/types.d.ts +10 -0
- package/components/mui_extended/Pager/{index.2f6d6d7d.js → index.82e89328.js} +67 -31
- package/components/mui_extended/Tab/{index.3c005df1.js → index.c39a6681.js} +1 -1
- package/components/mui_extended/index.d.ts +1 -0
- package/components/mui_extended/{index.ff59a512.js → index.d78bde19.js} +5 -4
- package/contexts/ModalContext/{index.feded672.js → index.89805978.js} +1 -1
- package/hooks/useModal/{index.6d238807.js → index.e1c5c31e.js} +1 -1
- package/index.js +46 -44
- package/package.json +1 -1
- package/{vendor.9b969b18.js → vendor.f57d47a7.js} +38 -37
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/index.d.ts +0 -3
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/types.d.ts +0 -5
package/index.js
CHANGED
|
@@ -7,88 +7,89 @@ 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.7a0dabbe.js";
|
|
11
|
+
import { A as A2 } from "./components/areas/components/AreasViewer/index.fd49f06c.js";
|
|
12
|
+
import { A as A3, a as a2 } from "./components/areas/contexts/AreasContext/index.0a08a08b.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.d1bbb015.js";
|
|
18
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.f9a9ef48.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.7b4a21d7.js";
|
|
20
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.46cf616e.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.f7ee202c.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.ce513149.js";
|
|
26
|
+
import { P as P2, g as g4 } from "./components/Period/index.26071a16.js";
|
|
27
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.1befd5bb.js";
|
|
28
|
+
import { A as A5 } from "./components/mui_extended/Accordion/index.a6447bf8.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";
|
|
32
32
|
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.4288f9fc.js";
|
|
33
|
-
import { C } from "./components/mui_extended/
|
|
34
|
-
import {
|
|
33
|
+
import { C } from "./components/mui_extended/CheckBox.5f6c78b0.js";
|
|
34
|
+
import { C as C2 } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
35
|
+
import { B as B4 } from "./components/mui_extended/Badge/index.cad260fe.js";
|
|
35
36
|
import { I as I3 } from "./components/mui_extended/IconButton/index.12f1a3c3.js";
|
|
36
37
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
37
38
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
38
39
|
import { M as M3 } from "./components/mui_extended/MenuActions/index.43a2e1ae.js";
|
|
39
40
|
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.
|
|
41
|
-
import { T } from "./components/mui_extended/Tab/index.
|
|
41
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.82e89328.js";
|
|
42
|
+
import { T } from "./components/mui_extended/Tab/index.c39a6681.js";
|
|
42
43
|
import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
43
44
|
import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
44
45
|
import { B as B5 } from "./components/formatters/BooleanFormatter/index.e8de8e4c.js";
|
|
45
46
|
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
46
47
|
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
47
48
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
48
|
-
import { C as
|
|
49
|
+
import { C as C3, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.67aeb049.js";
|
|
49
50
|
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.
|
|
51
|
+
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.2f175eba.js";
|
|
51
52
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
52
53
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
53
54
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
54
55
|
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.
|
|
56
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.c1f9d560.js";
|
|
57
|
+
import { H, e } from "./components/HelperText/index.6ef76993.js";
|
|
58
|
+
import { A as A7, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.19d67bc6.js";
|
|
59
|
+
import { A as A8 } from "./components/CommonActions/components/ActionCancel/index.1051a117.js";
|
|
60
|
+
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.bfe3256c.js";
|
|
61
|
+
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.a0d727b2.js";
|
|
62
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormIntro/index.a20dc88d.js";
|
|
62
63
|
import { D as D5 } from "./components/DraggableWindow/index.c702d3f2.js";
|
|
63
|
-
import { G } from "./components/GridLayout/index.
|
|
64
|
-
import { R as R11, a as a8, b as b5, d as d4, i, c as c7 } from "./components/GridLayout/Responsive/index.
|
|
64
|
+
import { G } from "./components/GridLayout/index.a792aacb.js";
|
|
65
|
+
import { R as R11, a as a8, b as b5, d as d4, i, c as c7 } from "./components/GridLayout/Responsive/index.1671380a.js";
|
|
65
66
|
import { W as W2 } from "./components/GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
66
67
|
import { I as I4 } from "./components/Icon/index.9fcd1476.js";
|
|
67
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
68
|
+
import { L as L6 } from "./components/LanguagePopover/index.1564bd08.js";
|
|
68
69
|
import { L as L7 } from "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
69
70
|
import { I as I5 } from "./components/Image/index.c18ebf5a.js";
|
|
70
71
|
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.
|
|
72
|
+
import { M as M4, d as d5, g as g14 } from "./components/ModalDialog/index.fbc4cd71.js";
|
|
73
|
+
import { W as W3 } from "./components/modal/WindowConfirm.12a9608a.js";
|
|
74
|
+
import { W as W4 } from "./components/modal/WindowBase.7e19843e.js";
|
|
75
|
+
import { N as N2 } from "./components/NavLink/index.6c9c2588.js";
|
|
75
76
|
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.
|
|
77
|
+
import { O, d as d7, g as g16 } from "./components/ObjectLogs/index.eab1c15f.js";
|
|
77
78
|
import { P as P8 } from "./components/PaperForm/index.ba38a0bd.js";
|
|
78
79
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
79
|
-
import { P as P9 } from "./components/PropertyValue/index.
|
|
80
|
+
import { P as P9 } from "./components/PropertyValue/index.18d3c0fd.js";
|
|
80
81
|
import { R as R12 } from "./components/Resizeable/index.9a9c79a4.js";
|
|
81
82
|
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
82
83
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
83
84
|
import { S as S3 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
84
85
|
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.
|
|
86
|
+
import { A as A12 } from "./components/AppBar/index.c85b100d.js";
|
|
87
|
+
import { A as A13 } from "./components/AccountPopover/index.00d1d15f.js";
|
|
87
88
|
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.
|
|
89
|
+
import { M as M6, a as a10 } from "./contexts/ModalContext/index.89805978.js";
|
|
89
90
|
import { R as R13 } from "./contexts/RHFormContext/index.fe175bab.js";
|
|
90
91
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
91
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
92
|
+
import { u as u4 } from "./hooks/useModal/index.e1c5c31e.js";
|
|
92
93
|
import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
|
|
93
94
|
import "framer-motion";
|
|
94
95
|
import "react";
|
|
@@ -97,12 +98,13 @@ import "react/jsx-runtime";
|
|
|
97
98
|
import "@mui/material/styles";
|
|
98
99
|
import "react-router-dom";
|
|
99
100
|
import "./react-spinners.342a6578.js";
|
|
100
|
-
import "./components/areas/hooks/useAreas/index.
|
|
101
|
+
import "./components/areas/hooks/useAreas/index.c6eb2569.js";
|
|
101
102
|
import "zustand";
|
|
102
103
|
import "@m4l/core";
|
|
103
104
|
import "yup";
|
|
104
105
|
import "clsx";
|
|
105
106
|
import "@mui/material/Button";
|
|
107
|
+
import "@m4l/graphics";
|
|
106
108
|
import "@mui/lab";
|
|
107
109
|
import "@mui/base";
|
|
108
110
|
import "./utils/index.c43a95f4.js";
|
|
@@ -111,11 +113,10 @@ import "./components/areas/icons.8266ccc8.js";
|
|
|
111
113
|
import "react-hook-form";
|
|
112
114
|
import "lodash/debounce";
|
|
113
115
|
import "@mui/x-date-pickers";
|
|
114
|
-
import "@m4l/graphics";
|
|
115
116
|
import "./react-draggable.7abb5d0a.js";
|
|
116
117
|
import "prop-types";
|
|
117
118
|
import "react-dom";
|
|
118
|
-
import "./components/modal/index.
|
|
119
|
+
import "./components/modal/index.b0a7236c.js";
|
|
119
120
|
import "zustand/shallow";
|
|
120
121
|
import "lodash/isString";
|
|
121
122
|
import "react-dropzone";
|
|
@@ -129,7 +130,7 @@ import "./react-splitter-layout.8b1655c8.js";
|
|
|
129
130
|
import "zustand/middleware";
|
|
130
131
|
import "zustand/middleware/immer";
|
|
131
132
|
import "./test/constants_no_mock.86c553a9.js";
|
|
132
|
-
import "./vendor.
|
|
133
|
+
import "./vendor.f57d47a7.js";
|
|
133
134
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
134
135
|
import "./react-data-grid.d46d625e.js";
|
|
135
136
|
import "./node_modules.d73a220d.js";
|
|
@@ -157,8 +158,9 @@ export {
|
|
|
157
158
|
B as BoxIcon,
|
|
158
159
|
B2 as Breadcrumbs,
|
|
159
160
|
B3 as Button,
|
|
160
|
-
C as
|
|
161
|
-
C2 as
|
|
161
|
+
C as CheckBox,
|
|
162
|
+
C2 as CircularProgress,
|
|
163
|
+
C3 as ConcatenatedFormatter,
|
|
162
164
|
D as DICCTIONARY,
|
|
163
165
|
D3 as DataGrid,
|
|
164
166
|
D2 as DateFormatter,
|
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.89805978.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.d1bbb015.js";
|
|
9
9
|
import "./components/Image/index.c18ebf5a.js";
|
|
10
10
|
import "react/jsx-runtime";
|
|
11
11
|
import "clsx";
|
|
@@ -13,67 +13,68 @@ 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.a6447bf8.js";
|
|
17
17
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
20
20
|
import "./components/mui_extended/Button/index.4288f9fc.js";
|
|
21
|
-
import "./components/mui_extended/
|
|
21
|
+
import "./components/mui_extended/CheckBox.5f6c78b0.js";
|
|
22
|
+
import "./components/mui_extended/Badge/index.cad260fe.js";
|
|
22
23
|
import "@mui/lab";
|
|
23
24
|
import "./components/mui_extended/MenuActions/index.43a2e1ae.js";
|
|
24
25
|
import "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
25
|
-
import "./components/mui_extended/Pager/index.
|
|
26
|
-
import "./components/mui_extended/Tab/index.
|
|
26
|
+
import "./components/mui_extended/Pager/index.82e89328.js";
|
|
27
|
+
import "./components/mui_extended/Tab/index.c39a6681.js";
|
|
27
28
|
import "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
|
-
import "./components/HelperText/index.
|
|
29
|
+
import "./components/HelperText/index.6ef76993.js";
|
|
29
30
|
import "lodash/debounce";
|
|
30
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
31
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
31
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.f9a9ef48.js";
|
|
32
|
+
import "./components/hook-form/RHFCheckbox/index.7b4a21d7.js";
|
|
32
33
|
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.
|
|
34
|
+
import "./components/hook-form/RHFDateTime/index.46cf616e.js";
|
|
35
|
+
import "./components/hook-form/RHFTextField/index.f7ee202c.js";
|
|
36
|
+
import "./components/hook-form/RHFPeriod/index.ce513149.js";
|
|
37
|
+
import "./components/Period/index.26071a16.js";
|
|
38
|
+
import "./components/CommonActions/components/Actions/index.19d67bc6.js";
|
|
38
39
|
import "./react-draggable.7abb5d0a.js";
|
|
39
40
|
import "./components/Resizeable/index.9a9c79a4.js";
|
|
40
|
-
import "./components/modal/index.
|
|
41
|
+
import "./components/modal/index.b0a7236c.js";
|
|
41
42
|
import "zustand";
|
|
42
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
43
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
43
|
+
import "./components/areas/contexts/AreasContext/index.0a08a08b.js";
|
|
44
|
+
import "./components/areas/components/AreasAdmin/index.7a0dabbe.js";
|
|
44
45
|
import "zustand/shallow";
|
|
45
46
|
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
46
|
-
import "./components/areas/components/AreasViewer/index.
|
|
47
|
+
import "./components/areas/components/AreasViewer/index.fd49f06c.js";
|
|
47
48
|
import "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
48
49
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
49
50
|
import "lodash/isString";
|
|
50
51
|
import "react-dropzone";
|
|
51
|
-
import "./components/hook-form/RHFUpload/index.
|
|
52
|
+
import "./components/hook-form/RHFUpload/index.1befd5bb.js";
|
|
52
53
|
import "./components/animate/index.1f8eadd4.js";
|
|
53
54
|
import "framer-motion";
|
|
54
55
|
import "@mui/material/styles";
|
|
55
56
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
56
57
|
import "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
57
|
-
import "./components/DataGrid/index.
|
|
58
|
+
import "./components/DataGrid/index.2f175eba.js";
|
|
58
59
|
import "react-dnd";
|
|
59
60
|
import "react-dnd-html5-backend";
|
|
60
|
-
import "./components/DynamicFilter/index.
|
|
61
|
+
import "./components/DynamicFilter/index.c1f9d560.js";
|
|
61
62
|
import "yup";
|
|
62
|
-
import "./components/GridLayout/index.
|
|
63
|
+
import "./components/GridLayout/index.a792aacb.js";
|
|
63
64
|
import "lodash";
|
|
64
|
-
import "./components/LanguagePopover/index.
|
|
65
|
-
import "./components/NavLink/index.
|
|
65
|
+
import "./components/LanguagePopover/index.1564bd08.js";
|
|
66
|
+
import "./components/NavLink/index.6c9c2588.js";
|
|
66
67
|
import "./components/NoItemSelected/index.23dfc897.js";
|
|
67
|
-
import "./components/ObjectLogs/index.
|
|
68
|
+
import "./components/ObjectLogs/index.eab1c15f.js";
|
|
68
69
|
import "./react-json-view.57125fcf.js";
|
|
69
70
|
import "./components/PaperForm/index.ba38a0bd.js";
|
|
70
71
|
import "./components/Page/index.4237c241.js";
|
|
71
|
-
import "./components/PropertyValue/index.
|
|
72
|
+
import "./components/PropertyValue/index.18d3c0fd.js";
|
|
72
73
|
import "./components/SplitLayout/index.9ef430f6.js";
|
|
73
74
|
import "./react-splitter-layout.8b1655c8.js";
|
|
74
75
|
import "./components/SideBar/index.2f497e6c.js";
|
|
75
|
-
import "./components/AppBar/index.
|
|
76
|
-
import "./components/AccountPopover/index.
|
|
76
|
+
import "./components/AppBar/index.c85b100d.js";
|
|
77
|
+
import "./components/AccountPopover/index.00d1d15f.js";
|
|
77
78
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
78
79
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
79
80
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -101,20 +102,20 @@ import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae205
|
|
|
101
102
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
102
103
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
103
104
|
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.
|
|
105
|
+
import "./components/CommonActions/components/ActionCancel/index.1051a117.js";
|
|
106
|
+
import "./components/CommonActions/components/ActionIntro/index.bfe3256c.js";
|
|
107
|
+
import "./components/CommonActions/components/ActionFormCancel/index.a0d727b2.js";
|
|
108
|
+
import "./components/CommonActions/components/ActionFormIntro/index.a20dc88d.js";
|
|
108
109
|
import "./components/DraggableWindow/index.c702d3f2.js";
|
|
109
|
-
import "./components/GridLayout/Responsive/index.
|
|
110
|
+
import "./components/GridLayout/Responsive/index.1671380a.js";
|
|
110
111
|
import "./components/GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
111
112
|
import "./components/Loadable/index.e994fc3e.js";
|
|
112
|
-
import "./components/ModalDialog/index.
|
|
113
|
-
import "./components/modal/WindowConfirm.
|
|
114
|
-
import "./components/modal/WindowBase.
|
|
113
|
+
import "./components/ModalDialog/index.fbc4cd71.js";
|
|
114
|
+
import "./components/modal/WindowConfirm.12a9608a.js";
|
|
115
|
+
import "./components/modal/WindowBase.7e19843e.js";
|
|
115
116
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
116
117
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
117
|
-
import "./hooks/useModal/index.
|
|
118
|
+
import "./hooks/useModal/index.e1c5c31e.js";
|
|
118
119
|
import "./assets/Logo/index.228dcb5a.js";
|
|
119
120
|
const getNameDataTestId = (ELEMENT_PREFIX, ELEMENT_KEY, ELEMENT_ID) => {
|
|
120
121
|
return `${ELEMENT_PREFIX}-${[ELEMENT_KEY]}-${ELEMENT_ID}`;
|