@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/index.js
CHANGED
|
@@ -1,263 +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.699f95fa.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.a063dc44.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.9dae8337.js";
|
|
14
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.1a9d4fa5.js";
|
|
15
|
-
import "@m4l/graphics";
|
|
16
|
-
import { A } from "./components/mui_extended/Accordion/index.3faafd8b.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.fdb5dcbd.js";
|
|
21
|
-
import "@mui/lab";
|
|
22
|
-
import { P } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
23
|
-
import { M as M3 } from "./components/mui_extended/MenuActions/index.ba1da3b3.js";
|
|
24
|
-
import { P as P2, g as g2 } from "./components/mui_extended/Pager/index.67bda2c5.js";
|
|
25
|
-
import { T as T2 } from "./components/mui_extended/Tab/index.9e2f6e34.js";
|
|
26
|
-
import { T as T3 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
27
|
-
import { H, e } from "./components/HelperText/index.9864f773.js";
|
|
28
|
-
import "lodash/debounce";
|
|
29
|
-
import { R as R3, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.ddfd9cc9.js";
|
|
30
|
-
import { R as R4 } from "./components/hook-form/RHFCheckbox/index.7e7f220b.js";
|
|
31
|
-
import "@mui/x-date-pickers";
|
|
32
|
-
import { R as R5 } from "./components/hook-form/RHFDateTime/index.d330709b.js";
|
|
33
|
-
import { b, c, a as a3, R as R6, d } from "./components/hook-form/RHFTextField/index.e5336d09.js";
|
|
34
|
-
import { R as R7 } from "./components/hook-form/RHFPeriod/index.e2b1293b.js";
|
|
35
|
-
import { P as P3, g as g4 } from "./components/Period/index.526791a3.js";
|
|
36
|
-
import { A as A3, d as d2, g as g5 } from "./components/CommonActions/components/Actions/index.e376a68e.js";
|
|
37
|
-
import "./react-draggable.6d7949a3.js";
|
|
38
|
-
import { M as M4, d as d3, g as g6 } from "./components/ModalDialog/index.d9c5d400.js";
|
|
39
|
-
import { R as R8 } from "./components/Resizeable/index.f6e48e56.js";
|
|
40
|
-
import "./components/modal/index.1b25b61d.js";
|
|
41
|
-
import "zustand";
|
|
42
|
-
import { A as A4, a as a4 } from "./components/areas/contexts/AreasContext/index.f0397b7c.js";
|
|
43
|
-
import { A as A5 } from "./components/areas/components/AreasAdmin/index.946eebb9.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.bf4191ea.js";
|
|
47
|
-
import { L as L2 } from "./components/LinearProgressIndeterminate/index.d34d398f.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.17e7f9eb.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 d4, b as b2, a as a6, g as g7 } from "./components/DataGrid/index.ffaf000e.js";
|
|
58
|
-
import "react-dnd";
|
|
59
|
-
import "react-dnd-html5-backend";
|
|
60
|
-
import { D as D3, g as g8 } from "./components/DynamicFilter/index.d7c03a61.js";
|
|
61
|
-
import "yup";
|
|
62
|
-
import { L as L4 } from "./components/LanguagePopover/index.938c6675.js";
|
|
63
|
-
import { N as N2 } from "./components/NavLink/index.21c8fd90.js";
|
|
64
|
-
import { N as N3, d as d5, g as g9 } from "./components/NoItemSelected/index.23dfc897.js";
|
|
65
|
-
import { O, d as d6, g as g10 } from "./components/ObjectLogs/index.a2709fc2.js";
|
|
66
|
-
import "./react-json-view.57125fcf.js";
|
|
67
|
-
import { P as P5 } from "./components/PaperForm/index.5e1bc99f.js";
|
|
68
|
-
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
69
|
-
import { P as P6 } from "./components/PropertyValue/index.8a1adf3e.js";
|
|
70
|
-
import { S as S2 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
71
|
-
import "./react-splitter-layout.8b1655c8.js";
|
|
72
|
-
import { S as S3 } from "./components/SideBar/index.9e1a5b96.js";
|
|
73
|
-
import { A as A7 } from "./components/AppBar/index.f04f5e45.js";
|
|
74
|
-
import { A as A8 } from "./components/AccountPopover/index.47cf6c43.js";
|
|
75
1
|
import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
76
2
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
77
3
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
78
|
-
import { v as v4, a
|
|
79
|
-
import {
|
|
80
|
-
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";
|
|
81
14
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
82
15
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
83
|
-
import { A as
|
|
84
|
-
import { R as
|
|
85
|
-
import { R as
|
|
86
|
-
import { R as
|
|
87
|
-
import {
|
|
88
|
-
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";
|
|
89
33
|
import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import { P as
|
|
96
|
-
import {
|
|
97
|
-
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";
|
|
98
51
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
99
52
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
100
53
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
101
54
|
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import { A as
|
|
105
|
-
import { A as
|
|
106
|
-
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";
|
|
107
70
|
import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
|
|
108
|
-
import {
|
|
109
|
-
import { W as W3 } from "./components/modal/
|
|
110
|
-
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";
|
|
111
90
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
112
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
91
|
+
import { u as u4 } from "./hooks/useModal/index.8e85f7ae.js";
|
|
113
92
|
import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
|
|
114
|
-
import "
|
|
115
|
-
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";
|
|
116
107
|
import "@mui/base";
|
|
117
|
-
import "./
|
|
118
|
-
import "./
|
|
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";
|
|
119
116
|
import "prop-types";
|
|
120
117
|
import "react-dom";
|
|
121
|
-
import "./components/
|
|
122
|
-
import "
|
|
123
|
-
import "
|
|
118
|
+
import "./components/modal/index.00efea85.js";
|
|
119
|
+
import "zustand/shallow";
|
|
120
|
+
import "lodash/isString";
|
|
121
|
+
import "react-dropzone";
|
|
122
|
+
import "./react-resizable.ba08699a.js";
|
|
123
|
+
import "react-dnd";
|
|
124
|
+
import "react-dnd-html5-backend";
|
|
124
125
|
import "lodash";
|
|
125
|
-
import "./
|
|
126
|
-
import "./components/areas/constants.66529246.js";
|
|
127
|
-
import "simplebar-react";
|
|
128
|
-
import "simplebar/dist/simplebar.min.css?used";
|
|
129
|
-
import "react-grid-layout";
|
|
130
|
-
import "./react-spinners.342a6578.js";
|
|
131
|
-
import "./react-data-grid.d46d625e.js";
|
|
126
|
+
import "./react-json-view.57125fcf.js";
|
|
132
127
|
import "./commonjs.565e6834.js";
|
|
133
|
-
import "react-
|
|
128
|
+
import "./react-splitter-layout.8b1655c8.js";
|
|
129
|
+
import "zustand/middleware";
|
|
130
|
+
import "zustand/middleware/immer";
|
|
131
|
+
import "./test/constants_no_mock.86c553a9.js";
|
|
132
|
+
import "./vendor.e353394b.js";
|
|
134
133
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
134
|
+
import "./react-data-grid.d46d625e.js";
|
|
135
|
+
import "./node_modules.d73a220d.js";
|
|
136
|
+
import "react-helmet-async";
|
|
137
|
+
import "simplebar-react";
|
|
138
|
+
import "simplebar/dist/simplebar.min.css?used";
|
|
139
|
+
import "@hookform/resolvers/yup";
|
|
135
140
|
export {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
B4 as
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
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,
|
|
156
|
+
B5 as BooleanFormatter,
|
|
157
|
+
B as BoxIcon,
|
|
158
|
+
B2 as Breadcrumbs,
|
|
159
|
+
B3 as Button,
|
|
154
160
|
C as CircularProgress,
|
|
155
161
|
C2 as ConcatenatedFormatter,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
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,
|
|
163
169
|
F as FORMATTER_DICTIONARY,
|
|
170
|
+
G as GridLayout,
|
|
164
171
|
H2 as HelmetPage,
|
|
165
172
|
H as HelperText,
|
|
166
|
-
|
|
173
|
+
I4 as Icon,
|
|
167
174
|
I3 as IconButton,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
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,
|
|
176
183
|
L8 as Loadable,
|
|
177
|
-
|
|
178
|
-
|
|
184
|
+
L3 as LoadingButton,
|
|
185
|
+
L as LoadingScreen,
|
|
179
186
|
L9 as Logo,
|
|
180
|
-
|
|
187
|
+
M5 as MemonizedDynamicMFParmsProvider,
|
|
181
188
|
M3 as MenuActions,
|
|
182
|
-
|
|
189
|
+
M6 as ModalContext,
|
|
183
190
|
M4 as ModalDialog,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
191
|
+
a10 as ModalProvider,
|
|
192
|
+
M as MotionContainer,
|
|
193
|
+
M2 as MotionLazyContainer,
|
|
187
194
|
N2 as NavLink,
|
|
188
195
|
N3 as NoItemSelected,
|
|
189
196
|
N as NumberEditor,
|
|
190
197
|
O as ObjectLogs,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
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,
|
|
209
216
|
c as RHFTEXTFIELD_PREFIX,
|
|
210
|
-
|
|
211
|
-
|
|
217
|
+
a5 as RHFTEXTFIELD_ROOT_TEST_ID,
|
|
218
|
+
R7 as RHFTextField,
|
|
212
219
|
d as RHFTextFieldPassword,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
220
|
+
R10 as RHFUploadImage,
|
|
221
|
+
R13 as RHFormProvider,
|
|
222
|
+
R12 as ResizeableWindow,
|
|
223
|
+
R11 as Responsive,
|
|
216
224
|
S as ScrollBar,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
225
|
+
S2 as ScrollToTop,
|
|
226
|
+
S4 as SideBar,
|
|
227
|
+
S3 as SplitLayout,
|
|
228
|
+
T as Tab,
|
|
221
229
|
T4 as TextEditor,
|
|
222
|
-
|
|
223
|
-
|
|
230
|
+
T2 as Tooltip,
|
|
231
|
+
T3 as Typography,
|
|
224
232
|
U as UncertaintyFormatter,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
233
|
+
W2 as WidthProvider,
|
|
234
|
+
W4 as WindowBase,
|
|
235
|
+
W3 as WindowConfirm,
|
|
236
|
+
a3 as WindowToolsMFContext,
|
|
228
237
|
W as WindowToolsMFProvider,
|
|
238
|
+
a8 as addLayoutItemToBreakPointIfNoExists,
|
|
239
|
+
b5 as addLayoutItemToBreakPoints,
|
|
240
|
+
d4 as cloneLayouts,
|
|
229
241
|
c2 as columnBooleanFormatter,
|
|
230
|
-
|
|
231
|
-
|
|
242
|
+
d2 as columnConcatenatedValuesFormatter,
|
|
243
|
+
b4 as columnDateFormatter,
|
|
232
244
|
c5 as columnNestedValueFormatter,
|
|
233
245
|
c4 as columnPointsFormatter,
|
|
234
246
|
c6 as columnPriceFormatter,
|
|
235
247
|
c3 as columnUncertaintyFormatter,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
248
|
+
d3 as defaultCommonActionsDictionary,
|
|
249
|
+
d5 as defaultModalDialogDictionary,
|
|
250
|
+
d6 as defaultNoItemSelectedDictionary,
|
|
251
|
+
d7 as defaultObjectLogDictionary,
|
|
240
252
|
e as errorLabelClasses,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
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,
|
|
257
269
|
g4 as getPeriodComponetsDictionary,
|
|
258
270
|
g3 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
259
|
-
|
|
260
|
-
|
|
271
|
+
g2 as getRHFAutocompleteComponentsDictionary,
|
|
272
|
+
g7 as getUncertaintyFormat,
|
|
273
|
+
i as isEqualLayout,
|
|
274
|
+
c7 as isEqualLayouts,
|
|
261
275
|
u as useDynamicMFParametersStore,
|
|
262
276
|
u3 as useFormAddEdit,
|
|
263
277
|
u4 as useModal,
|
|
@@ -266,6 +280,6 @@ export {
|
|
|
266
280
|
v3 as varContainer,
|
|
267
281
|
v as varFade,
|
|
268
282
|
v4 as varTranEnter,
|
|
269
|
-
|
|
270
|
-
|
|
283
|
+
a as varTranExit,
|
|
284
|
+
b as varTranHover
|
|
271
285
|
};
|