@m4l/components 0.1.70 → 0.1.71
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 +20 -0
- package/components/CommonActions/components/ActionCancel/{index.9d521b2a.js → index.ff90f2c0.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.4756457f.js → index.392a17c0.js} +19 -18
- package/components/CommonActions/components/ActionFormIntro/{index.40321b1b.js → index.f88d8849.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.1ba5b02b.js → index.e31ab7e9.js} +3 -3
- package/components/CommonActions/components/Actions/{index.154d7cb6.js → index.6b7d480a.js} +19 -18
- package/components/DataGrid/{index.2f4a0e64.js → index.77ae9b4c.js} +21 -20
- package/components/DynamicFilter/{index.789ab474.js → index.b2ba5167.js} +47 -98
- package/components/HelperText/{index.a69e9509.js → index.d7b1b21a.js} +11 -10
- package/components/Icon/{index.caaed284.js → index.6f2a5618.js} +6 -4
- package/components/Icon/types.d.ts +1 -0
- package/components/Image/{index.82a6cd46.js → index.1e3b7ff6.js} +3 -3
- package/components/LanguagePopover/{index.5af28b9e.js → index.310e9a3a.js} +11 -11
- package/components/ModalDialog/{index.cdfd1ae8.js → index.598f9a86.js} +19 -5
- package/components/NavLink/{index.251fcf0d.js → index.ac3778af.js} +12 -11
- package/components/NoItemSelected/{index.3b9d16e3.js → index.3809e3d1.js} +1 -1
- package/components/ObjectLogs/{index.57ea68b3.js → index.949d3595.js} +16 -15
- package/components/PaperForm/{index.d2d492ea.js → index.cf8af08b.js} +1 -1
- package/components/Period/{index.fbf074d3.js → index.53ea0562.js} +19 -18
- package/components/Resizeable/{index.aafda79e.js → index.ff4ce7a4.js} +20 -6
- package/components/SideBar/{index.3bc6a634.js → index.4daafbab.js} +55 -40
- package/components/SideBar/subcomponents/ContentMobile/subcomponents/Drawer.d.ts +3 -0
- package/components/SideBar/subcomponents/ContentMobile/subcomponents/types.d.ts +8 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/styles.d.ts +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +4 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +2 -0
- package/components/areas/components/{index.359c2b18.js → index.31f39977.js} +267 -74
- package/components/areas/contexts/AreasContext/{index.de8b4e78.js → index.e14d6799.js} +17 -2
- package/components/areas/contexts/AreasContext/types.d.ts +5 -0
- package/components/areas/contexts/{index.771827bb.js → index.5ba05323.js} +1 -1
- package/components/areas/dictionary.d.ts +2 -0
- package/components/areas/hooks/useArea/{index.2adbe001.js → index.c135e0cf.js} +1 -1
- package/components/areas/icons.d.ts +2 -0
- package/components/areas/{index.8a58bcbf.js → index.bd29b1db.js} +13 -7
- package/components/formatters/BooleanFormatter/{index.7eb0498c.js → index.99c7fe49.js} +1 -1
- package/components/formatters/{index.f6b9ed01.js → index.1a92006b.js} +3 -2
- package/components/hook-form/RHFAutocomplete/{index.09c400c3.js → index.c4ba070a.js} +12 -11
- package/components/hook-form/RHFAutocompleteAsync/{index.e8acff04.js → index.a63f3704.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.70310f35.js → index.9055f88d.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.7b815072.js → index.2cb94a66.js} +10 -10
- package/components/hook-form/RHFPeriod/{index.3c7d393c.js → index.14dcf762.js} +2 -2
- package/components/hook-form/RHFTextField/{index.d4c39859.js → index.7ce2b16e.js} +7 -6
- package/components/hook-form/RHFUpload/{index.31044674.js → index.c57a43f8.js} +1 -1
- package/components/modal/{WindowBase.6a40a945.js → WindowBase.32d35d71.js} +11 -11
- package/components/modal/{WindowConfirm.e21763cb.js → WindowConfirm.70bcbb69.js} +16 -15
- package/components/modal/index.ef3aa9ac.js +35 -0
- package/components/mui_extended/Accordion/{index.437bb3f8.js → index.44e96bb8.js} +2 -2
- package/components/mui_extended/Button/{index.f8ce9ccd.js → index.ec6525e0.js} +6 -4
- package/components/mui_extended/Button/types.d.ts +2 -0
- package/components/mui_extended/IconButton/{index.57824447.js → index.7aab3e04.js} +7 -3
- package/components/mui_extended/MenuActions/{index.37043326.js → index.bff47c06.js} +3 -3
- package/components/mui_extended/Pager/{index.eeed3bd5.js → index.907d5801.js} +1 -1
- package/components/mui_extended/Popover/{index.226f247e.js → index.9f35d0eb.js} +1 -3
- package/components/mui_extended/Popover/types.d.ts +6 -2
- package/components/mui_extended/Typography/{index.b3c6e71c.js → index.d5e0f69f.js} +1 -1
- package/components/mui_extended/index.1f766f93.js +20 -0
- package/contexts/ModalContext/{index.8e3cd7a8.js → index.fca184e2.js} +1 -1
- package/hooks/useModal/{index.d590f506.js → index.9b244379.js} +1 -1
- package/index.js +53 -53
- package/package.json +5 -3
- package/{react-draggable.0d64c8b1.js → react-draggable.29f78f6d.js} +1 -1
- package/{react-resizable.8307e056.js → react-resizable.baf54eb2.js} +3 -3
- package/utils/{index.a2312a73.js → index.ee16888d.js} +1 -1
- package/{vendor.8edaef93.js → vendor.619c3533.js} +46 -46
- package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/styles.d.ts +0 -2
- package/components/modal/index.438777d9.js +0 -34
- package/components/mui_extended/index.dacbb059.js +0 -19
package/index.js
CHANGED
|
@@ -2,114 +2,114 @@ import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
|
2
2
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
3
3
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
4
4
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
5
|
-
import { I, a as a2 } from "./components/Icon/index.
|
|
5
|
+
import { I, a as a2 } from "./components/Icon/index.6f2a5618.js";
|
|
6
6
|
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.be5b02c3.js";
|
|
10
|
-
import { A, c } from "./components/areas/components/index.
|
|
11
|
-
import { A as A2, a as a3 } from "./components/areas/contexts/AreasContext/index.
|
|
10
|
+
import { A, c } from "./components/areas/components/index.31f39977.js";
|
|
11
|
+
import { A as A2, a as a3 } from "./components/areas/contexts/AreasContext/index.e14d6799.js";
|
|
12
12
|
import { a as a4, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
13
13
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
14
14
|
import { u as u2 } from "./components/areas/hooks/index.ae8d8631.js";
|
|
15
|
-
import { b as b2, D, L as L2, c as c2, g } from "./components/areas/index.
|
|
16
|
-
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.
|
|
17
|
-
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
18
|
-
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.
|
|
19
|
-
import { R as R4 } from "./components/hook-form/RHFDateTime/index.
|
|
15
|
+
import { b as b2, D, L as L2, c as c2, g } from "./components/areas/index.bd29b1db.js";
|
|
16
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.c4ba070a.js";
|
|
17
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.a63f3704.js";
|
|
18
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.9055f88d.js";
|
|
19
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.2cb94a66.js";
|
|
20
20
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
21
21
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
22
|
-
import { R as R7, a as a5 } from "./components/hook-form/RHFTextField/index.
|
|
22
|
+
import { R as R7, a as a5 } from "./components/hook-form/RHFTextField/index.7ce2b16e.js";
|
|
23
23
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
24
|
-
import { R as R9 } from "./components/hook-form/RHFPeriod/index.
|
|
25
|
-
import { P as P2, g as g4 } from "./components/Period/index.
|
|
26
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
27
|
-
import { A as A3 } from "./components/mui_extended/Accordion/index.
|
|
24
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.14dcf762.js";
|
|
25
|
+
import { P as P2, g as g4 } from "./components/Period/index.53ea0562.js";
|
|
26
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.c57a43f8.js";
|
|
27
|
+
import { A as A3 } from "./components/mui_extended/Accordion/index.44e96bb8.js";
|
|
28
28
|
import { A as A4 } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
29
29
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
30
30
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
31
|
-
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.
|
|
31
|
+
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.ec6525e0.js";
|
|
32
32
|
import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
33
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
33
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.7aab3e04.js";
|
|
34
34
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
35
35
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
36
|
-
import { M as M3 } from "./components/mui_extended/MenuActions/index.
|
|
37
|
-
import { P as P3 } from "./components/mui_extended/Popover/index.
|
|
38
|
-
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.
|
|
36
|
+
import { M as M3 } from "./components/mui_extended/MenuActions/index.bff47c06.js";
|
|
37
|
+
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
38
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.907d5801.js";
|
|
39
39
|
import { T } from "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
40
|
-
import { T as T2 } from "./components/mui_extended/Typography/index.
|
|
41
|
-
import { B as B4 } from "./components/formatters/BooleanFormatter/index.
|
|
40
|
+
import { T as T2 } from "./components/mui_extended/Typography/index.d5e0f69f.js";
|
|
41
|
+
import { B as B4 } from "./components/formatters/BooleanFormatter/index.99c7fe49.js";
|
|
42
42
|
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
43
43
|
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
44
44
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
45
|
-
import { C as C2, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.
|
|
45
|
+
import { C as C2, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.1a92006b.js";
|
|
46
46
|
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
47
|
-
import { D as D3, N, T as T3, c as c3, d, b as b4, a as a7, g as g11 } from "./components/DataGrid/index.
|
|
47
|
+
import { D as D3, N, T as T3, c as c3, d, b as b4, a as a7, g as g11 } from "./components/DataGrid/index.77ae9b4c.js";
|
|
48
48
|
import { c as c4 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
49
49
|
import { c as c5 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
50
50
|
import { c as c6 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
51
51
|
import { c as c7 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
52
|
-
import { D as D4, g as g12 } from "./components/DynamicFilter/index.
|
|
53
|
-
import { H, e } from "./components/HelperText/index.
|
|
54
|
-
import { A as A5, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.
|
|
55
|
-
import { A as A6 } from "./components/CommonActions/components/ActionCancel/index.
|
|
56
|
-
import { A as A7 } from "./components/CommonActions/components/ActionIntro/index.
|
|
57
|
-
import { A as A8 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
58
|
-
import { A as A9 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
59
|
-
import { a as a8, A as A10, D as D5 } from "./vendor.
|
|
60
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
61
|
-
import { I as I4 } from "./components/Image/index.
|
|
52
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.b2ba5167.js";
|
|
53
|
+
import { H, e } from "./components/HelperText/index.d7b1b21a.js";
|
|
54
|
+
import { A as A5, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.6b7d480a.js";
|
|
55
|
+
import { A as A6 } from "./components/CommonActions/components/ActionCancel/index.ff90f2c0.js";
|
|
56
|
+
import { A as A7 } from "./components/CommonActions/components/ActionIntro/index.e31ab7e9.js";
|
|
57
|
+
import { A as A8 } from "./components/CommonActions/components/ActionFormCancel/index.392a17c0.js";
|
|
58
|
+
import { A as A9 } from "./components/CommonActions/components/ActionFormIntro/index.f88d8849.js";
|
|
59
|
+
import { a as a8, A as A10, D as D5 } from "./vendor.619c3533.js";
|
|
60
|
+
import { L as L6 } from "./components/LanguagePopover/index.310e9a3a.js";
|
|
61
|
+
import { I as I4 } from "./components/Image/index.1e3b7ff6.js";
|
|
62
62
|
import { L as L7 } from "./components/Loadable/index.117eaced.js";
|
|
63
|
-
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.
|
|
64
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
65
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
66
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
67
|
-
import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.
|
|
68
|
-
import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.
|
|
69
|
-
import { P as P8 } from "./components/PaperForm/index.
|
|
63
|
+
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.598f9a86.js";
|
|
64
|
+
import { W as W2 } from "./components/modal/WindowConfirm.70bcbb69.js";
|
|
65
|
+
import { W as W3 } from "./components/modal/WindowBase.32d35d71.js";
|
|
66
|
+
import { N as N2 } from "./components/NavLink/index.ac3778af.js";
|
|
67
|
+
import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.3809e3d1.js";
|
|
68
|
+
import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.949d3595.js";
|
|
69
|
+
import { P as P8 } from "./components/PaperForm/index.cf8af08b.js";
|
|
70
70
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
71
71
|
import { P as P9 } from "./components/PropertyValue/index.dfcfe1ba.js";
|
|
72
|
-
import { R as R11 } from "./components/Resizeable/index.
|
|
72
|
+
import { R as R11 } from "./components/Resizeable/index.ff4ce7a4.js";
|
|
73
73
|
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
74
74
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
75
75
|
import { S as S3 } from "./components/SplitLayout/index.5a8355d8.js";
|
|
76
|
-
import { S as S4 } from "./components/SideBar/index.
|
|
76
|
+
import { S as S4 } from "./components/SideBar/index.4daafbab.js";
|
|
77
77
|
import { a as a9, D as D6, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
78
|
-
import { M as M6, a as a10 } from "./contexts/ModalContext/index.
|
|
78
|
+
import { M as M6, a as a10 } from "./contexts/ModalContext/index.fca184e2.js";
|
|
79
79
|
import { R as R12 } from "./contexts/RHFormContext/index.a7511399.js";
|
|
80
80
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
81
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
81
|
+
import { u as u4 } from "./hooks/useModal/index.9b244379.js";
|
|
82
82
|
import { L as L8 } from "./assets/Logo/index.228dcb5a.js";
|
|
83
83
|
import "framer-motion";
|
|
84
84
|
import "react";
|
|
85
85
|
import "@mui/material";
|
|
86
86
|
import "react/jsx-runtime";
|
|
87
|
+
import "clsx";
|
|
87
88
|
import "@m4l/core";
|
|
88
89
|
import "@mui/base";
|
|
89
90
|
import "@mui/material/styles";
|
|
90
91
|
import "./node_modules.416f1da3.js";
|
|
91
|
-
import "./components/areas/hooks/useArea/index.
|
|
92
|
+
import "./components/areas/hooks/useArea/index.c135e0cf.js";
|
|
92
93
|
import "zustand";
|
|
93
94
|
import "zustand/shallow";
|
|
94
|
-
import "
|
|
95
|
+
import "@m4l/graphics";
|
|
96
|
+
import "yup";
|
|
95
97
|
import "react-router-dom";
|
|
96
98
|
import "@mui/material/Button";
|
|
97
99
|
import "@mui/lab";
|
|
98
|
-
import "./utils/index.
|
|
99
|
-
import "./react-resizable.8307e056.js";
|
|
100
|
-
import "./react-draggable.0d64c8b1.js";
|
|
101
|
-
import "prop-types";
|
|
102
|
-
import "react-dom";
|
|
103
|
-
import "react-grid-layout";
|
|
100
|
+
import "./utils/index.ee16888d.js";
|
|
104
101
|
import "react-hook-form";
|
|
105
102
|
import "lodash/debounce";
|
|
106
103
|
import "@mui/x-date-pickers";
|
|
107
|
-
import "
|
|
104
|
+
import "./react-draggable.29f78f6d.js";
|
|
105
|
+
import "prop-types";
|
|
106
|
+
import "react-dom";
|
|
107
|
+
import "./react-resizable.baf54eb2.js";
|
|
108
|
+
import "react-grid-layout";
|
|
108
109
|
import "lodash/isString";
|
|
109
110
|
import "react-dropzone";
|
|
110
111
|
import "react-dnd";
|
|
111
112
|
import "react-dnd-html5-backend";
|
|
112
|
-
import "yup";
|
|
113
113
|
import "@hookform/resolvers/yup";
|
|
114
114
|
import "./react-json-view.57125fcf.js";
|
|
115
115
|
import "./commonjs.565e6834.js";
|
package/package.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.71",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@emotion/react": "^11.9.0",
|
|
7
|
-
"@emotion/styled": "^11.8.1",
|
|
8
6
|
"@hookform/resolvers": "^2.9.5",
|
|
9
7
|
"@m4l/core": "*",
|
|
10
8
|
"@m4l/graphics": "*",
|
|
11
9
|
"@m4l/styles": "*",
|
|
10
|
+
"@emotion/react": "^11.9.0",
|
|
11
|
+
"@emotion/styled": "^11.8.1",
|
|
12
|
+
"@mui/material": "5.10.4",
|
|
13
|
+
"@mui/x-date-pickers": "6.6.0",
|
|
12
14
|
"@mui/lab": "5.0.0-alpha.89",
|
|
13
15
|
"immer": "^9.0.21",
|
|
14
16
|
"install": "^0.13.0",
|
|
@@ -2,7 +2,7 @@ import React__default from "react";
|
|
|
2
2
|
import require$$1 from "prop-types";
|
|
3
3
|
import require$$2 from "react-dom";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import { s as shims, l as log, d as domFns, p as positionFns } from "./utils/index.
|
|
5
|
+
import { s as shims, l as log, d as domFns, p as positionFns } from "./utils/index.ee16888d.js";
|
|
6
6
|
var cjs = { exports: {} };
|
|
7
7
|
var Draggable$1 = {};
|
|
8
8
|
var DraggableCore$2 = {};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import React__default from "react";
|
|
2
|
-
import { c as cjs } from "./react-draggable.
|
|
3
|
-
import { u as utils } from "./utils/index.
|
|
2
|
+
import { c as cjs } from "./react-draggable.29f78f6d.js";
|
|
3
|
+
import { u as utils } from "./utils/index.ee16888d.js";
|
|
4
4
|
import require$$1 from "prop-types";
|
|
5
|
-
const react_resizable_css = ".react-resizable {\n position: relative;\n}\n.react-resizable-handle {\n position: absolute;\n width: 20px;\n height: 20px;\n background-repeat: no-repeat;\n background-origin: content-box;\n box-sizing: border-box;\n background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n background-position: bottom right;\n padding: 0 3px 3px 0;\n}\n.react-resizable-handle-sw {\n bottom: 0;\n left: 0;\n cursor: sw-resize;\n transform: rotate(90deg);\n}\n.react-resizable-handle-se {\n bottom: 0;\n right: 0;\n cursor: se-resize;\n}\n.react-resizable-handle-nw {\n top: 0;\n left: 0;\n cursor: nw-resize;\n transform: rotate(180deg);\n}\n.react-resizable-handle-ne {\n top: 0;\n right: 0;\n cursor: ne-resize;\n transform: rotate(270deg);\n}\n.react-resizable-handle-w,\n.react-resizable-handle-e {\n top: 50%;\n margin-top: -10px;\n cursor: ew-resize;\n}\n.react-resizable-handle-w {\n left: 0;\n transform: rotate(135deg);\n}\n.react-resizable-handle-e {\n right: 0;\n transform: rotate(315deg);\n}\n.react-resizable-handle-n,\n.react-resizable-handle-s {\n left: 50%;\n margin-left: -10px;\n cursor: ns-resize;\n}\n.react-resizable-handle-n {\n top: 0;\n transform: rotate(225deg);\n}\n.react-resizable-handle-s {\n bottom: 0;\n transform: rotate(45deg);\n}";
|
|
6
5
|
var reactResizable = { exports: {} };
|
|
7
6
|
var Resizable$1 = {};
|
|
8
7
|
var propTypes = {};
|
|
@@ -575,6 +574,7 @@ reactResizable.exports = function() {
|
|
|
575
574
|
};
|
|
576
575
|
reactResizable.exports.Resizable = Resizable$1.default;
|
|
577
576
|
var ResizableBox = reactResizable.exports.ResizableBox = ResizableBox$2.default;
|
|
577
|
+
const react_resizable_css = ".react-resizable {\n position: relative;\n}\n.react-resizable-handle {\n position: absolute;\n width: 20px;\n height: 20px;\n background-repeat: no-repeat;\n background-origin: content-box;\n box-sizing: border-box;\n background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n background-position: bottom right;\n padding: 0 3px 3px 0;\n}\n.react-resizable-handle-sw {\n bottom: 0;\n left: 0;\n cursor: sw-resize;\n transform: rotate(90deg);\n}\n.react-resizable-handle-se {\n bottom: 0;\n right: 0;\n cursor: se-resize;\n}\n.react-resizable-handle-nw {\n top: 0;\n left: 0;\n cursor: nw-resize;\n transform: rotate(180deg);\n}\n.react-resizable-handle-ne {\n top: 0;\n right: 0;\n cursor: ne-resize;\n transform: rotate(270deg);\n}\n.react-resizable-handle-w,\n.react-resizable-handle-e {\n top: 50%;\n margin-top: -10px;\n cursor: ew-resize;\n}\n.react-resizable-handle-w {\n left: 0;\n transform: rotate(135deg);\n}\n.react-resizable-handle-e {\n right: 0;\n transform: rotate(315deg);\n}\n.react-resizable-handle-n,\n.react-resizable-handle-s {\n left: 50%;\n margin-left: -10px;\n cursor: ns-resize;\n}\n.react-resizable-handle-n {\n top: 0;\n transform: rotate(225deg);\n}\n.react-resizable-handle-s {\n bottom: 0;\n transform: rotate(45deg);\n}";
|
|
578
578
|
export {
|
|
579
579
|
ResizableBox as R,
|
|
580
580
|
react_resizable_css as r
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { generateUtilityClass } from "@mui/material";
|
|
2
2
|
import React__default from "react";
|
|
3
|
-
import { I as ICON_PREFIX } from "../vendor.
|
|
3
|
+
import { I as ICON_PREFIX } from "../vendor.619c3533.js";
|
|
4
4
|
function isValidDate(d) {
|
|
5
5
|
return d && d instanceof Date && !isNaN(d.getTime());
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./components/Icon/index.
|
|
1
|
+
import "./components/Icon/index.6f2a5618.js";
|
|
2
2
|
import "framer-motion";
|
|
3
3
|
import { generateUtilityClasses, generateUtilityClass, styled as styled$1 } from "@mui/material";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -7,67 +7,67 @@ import "react-router-dom";
|
|
|
7
7
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
8
8
|
import "./components/animate/PropagateLoader/index.be5b02c3.js";
|
|
9
9
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
10
|
-
import "./contexts/ModalContext/index.
|
|
10
|
+
import "./contexts/ModalContext/index.fca184e2.js";
|
|
11
11
|
import { useState, useEffect } from "react";
|
|
12
12
|
import "react-hook-form";
|
|
13
13
|
import "@hookform/resolvers/yup";
|
|
14
14
|
import "./contexts/RHFormContext/index.a7511399.js";
|
|
15
15
|
import { useModuleDictionary, useNetwork, useEnvironment } from "@m4l/core";
|
|
16
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
17
|
-
import "./components/Image/index.
|
|
18
|
-
import { T as Typography } from "./components/mui_extended/Typography/index.
|
|
16
|
+
import "./components/hook-form/RHFAutocomplete/index.c4ba070a.js";
|
|
17
|
+
import "./components/Image/index.1e3b7ff6.js";
|
|
18
|
+
import { T as Typography } from "./components/mui_extended/Typography/index.d5e0f69f.js";
|
|
19
19
|
import "clsx";
|
|
20
|
-
import { I as IconButton } from "./components/mui_extended/IconButton/index.
|
|
21
|
-
import "
|
|
20
|
+
import { I as IconButton } from "./components/mui_extended/IconButton/index.7aab3e04.js";
|
|
21
|
+
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
22
|
+
import "./components/mui_extended/Accordion/index.44e96bb8.js";
|
|
22
23
|
import { A as Avatar } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
23
24
|
import "@mui/material/Button";
|
|
24
|
-
import "./components/mui_extended/Button/index.
|
|
25
|
+
import "./components/mui_extended/Button/index.ec6525e0.js";
|
|
25
26
|
import "@mui/lab";
|
|
26
|
-
import { P as Popover } from "./components/mui_extended/Popover/index.
|
|
27
|
-
import "./components/mui_extended/MenuActions/index.
|
|
28
|
-
import "./components/mui_extended/Pager/index.
|
|
27
|
+
import { P as Popover } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
28
|
+
import "./components/mui_extended/MenuActions/index.bff47c06.js";
|
|
29
|
+
import "./components/mui_extended/Pager/index.907d5801.js";
|
|
29
30
|
import "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
30
|
-
import "./components/HelperText/index.
|
|
31
|
+
import "./components/HelperText/index.d7b1b21a.js";
|
|
31
32
|
import "lodash/debounce";
|
|
32
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
33
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
33
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.a63f3704.js";
|
|
34
|
+
import "./components/hook-form/RHFCheckbox/index.9055f88d.js";
|
|
34
35
|
import "@mui/x-date-pickers";
|
|
35
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
36
|
-
import
|
|
37
|
-
import "./components/hook-form/
|
|
38
|
-
import "./components/
|
|
39
|
-
import "./components/
|
|
40
|
-
import "./
|
|
41
|
-
import
|
|
42
|
-
import "./components/
|
|
43
|
-
import "./components/
|
|
44
|
-
import "./components/modal/
|
|
45
|
-
import "./components/modal/WindowBase.6a40a945.js";
|
|
36
|
+
import "./components/hook-form/RHFDateTime/index.2cb94a66.js";
|
|
37
|
+
import "./components/hook-form/RHFTextField/index.7ce2b16e.js";
|
|
38
|
+
import "./components/hook-form/RHFPeriod/index.14dcf762.js";
|
|
39
|
+
import "./components/Period/index.53ea0562.js";
|
|
40
|
+
import "./components/CommonActions/components/Actions/index.6b7d480a.js";
|
|
41
|
+
import { c as cjs } from "./react-draggable.29f78f6d.js";
|
|
42
|
+
import "./components/ModalDialog/index.598f9a86.js";
|
|
43
|
+
import "./components/Resizeable/index.ff4ce7a4.js";
|
|
44
|
+
import "./components/modal/WindowConfirm.70bcbb69.js";
|
|
45
|
+
import "./components/modal/WindowBase.32d35d71.js";
|
|
46
46
|
import "zustand";
|
|
47
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
48
|
-
import { A as AreasAdmin } from "./components/areas/components/index.
|
|
47
|
+
import "./components/areas/contexts/AreasContext/index.e14d6799.js";
|
|
48
|
+
import { A as AreasAdmin } from "./components/areas/components/index.31f39977.js";
|
|
49
49
|
import "zustand/shallow";
|
|
50
|
+
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
50
51
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
51
52
|
import "lodash/isString";
|
|
52
53
|
import "react-dropzone";
|
|
53
|
-
import "./components/hook-form/RHFUpload/index.
|
|
54
|
-
import "./components/DataGrid/index.
|
|
54
|
+
import "./components/hook-form/RHFUpload/index.c57a43f8.js";
|
|
55
|
+
import "./components/DataGrid/index.77ae9b4c.js";
|
|
55
56
|
import "react-dnd";
|
|
56
57
|
import "react-dnd-html5-backend";
|
|
57
|
-
import "./components/DynamicFilter/index.
|
|
58
|
-
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
58
|
+
import "./components/DynamicFilter/index.b2ba5167.js";
|
|
59
59
|
import "yup";
|
|
60
|
-
import "./components/LanguagePopover/index.
|
|
61
|
-
import "./components/NavLink/index.
|
|
62
|
-
import "./components/NoItemSelected/index.
|
|
63
|
-
import "./components/ObjectLogs/index.
|
|
60
|
+
import "./components/LanguagePopover/index.310e9a3a.js";
|
|
61
|
+
import "./components/NavLink/index.ac3778af.js";
|
|
62
|
+
import "./components/NoItemSelected/index.3809e3d1.js";
|
|
63
|
+
import "./components/ObjectLogs/index.949d3595.js";
|
|
64
64
|
import "./react-json-view.57125fcf.js";
|
|
65
|
-
import "./components/PaperForm/index.
|
|
65
|
+
import "./components/PaperForm/index.cf8af08b.js";
|
|
66
66
|
import "./components/Page/index.4237c241.js";
|
|
67
67
|
import "./components/PropertyValue/index.dfcfe1ba.js";
|
|
68
68
|
import "./react-splitter-layout.8b1655c8.js";
|
|
69
69
|
import "./components/SplitLayout/index.5a8355d8.js";
|
|
70
|
-
import "./components/SideBar/index.
|
|
70
|
+
import "./components/SideBar/index.4daafbab.js";
|
|
71
71
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
72
72
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
73
73
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -76,7 +76,7 @@ import "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
|
76
76
|
import "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
77
77
|
import "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
78
78
|
import "./components/areas/hooks/index.ae8d8631.js";
|
|
79
|
-
import "./components/areas/index.
|
|
79
|
+
import "./components/areas/index.bd29b1db.js";
|
|
80
80
|
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
81
81
|
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
82
82
|
import "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
@@ -85,26 +85,26 @@ import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
|
85
85
|
import { C as CircularProgress } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
86
86
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
87
87
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
88
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
88
|
+
import "./components/formatters/BooleanFormatter/index.99c7fe49.js";
|
|
89
89
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
90
90
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
91
91
|
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
92
|
-
import "./components/formatters/index.
|
|
92
|
+
import "./components/formatters/index.1a92006b.js";
|
|
93
93
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
94
94
|
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
95
95
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
96
96
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
97
97
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
98
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
99
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
100
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
101
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
98
|
+
import "./components/CommonActions/components/ActionCancel/index.ff90f2c0.js";
|
|
99
|
+
import "./components/CommonActions/components/ActionIntro/index.e31ab7e9.js";
|
|
100
|
+
import "./components/CommonActions/components/ActionFormCancel/index.392a17c0.js";
|
|
101
|
+
import "./components/CommonActions/components/ActionFormIntro/index.f88d8849.js";
|
|
102
102
|
import "./components/Loadable/index.117eaced.js";
|
|
103
103
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
104
104
|
import { unstable_composeClasses } from "@mui/base";
|
|
105
|
-
import { c as getNameDataTestId } from "./utils/index.
|
|
105
|
+
import { c as getNameDataTestId } from "./utils/index.ee16888d.js";
|
|
106
106
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
107
|
-
import "./hooks/useModal/index.
|
|
107
|
+
import "./hooks/useModal/index.9b244379.js";
|
|
108
108
|
import "./assets/Logo/index.228dcb5a.js";
|
|
109
109
|
const TEST_PROP_ID = "data-testid";
|
|
110
110
|
const DraggableWindow = (props) => {
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerBooleanFilter: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerDateTimeFilter: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerNumberFilter: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerStringFilter: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import "@mui/material";
|
|
2
|
-
import "../../react-draggable.0d64c8b1.js";
|
|
3
|
-
import "react";
|
|
4
|
-
import "../../contexts/ModalContext/index.8e3cd7a8.js";
|
|
5
|
-
import "../ModalDialog/index.cdfd1ae8.js";
|
|
6
|
-
import "../Resizeable/index.aafda79e.js";
|
|
7
|
-
import "react/jsx-runtime";
|
|
8
|
-
import "@m4l/graphics";
|
|
9
|
-
import "@m4l/core";
|
|
10
|
-
import "../CommonActions/components/Actions/index.154d7cb6.js";
|
|
11
|
-
import "@mui/material/Button";
|
|
12
|
-
import "../mui_extended/Button/index.f8ce9ccd.js";
|
|
13
|
-
import "clsx";
|
|
14
|
-
import "react-hook-form";
|
|
15
|
-
import "./WindowBase.6a40a945.js";
|
|
16
|
-
import "../Icon/index.caaed284.js";
|
|
17
|
-
import "../mui_extended/IconButton/index.57824447.js";
|
|
18
|
-
import "../mui_extended/Accordion/index.437bb3f8.js";
|
|
19
|
-
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
20
|
-
import "react-router-dom";
|
|
21
|
-
import "../Image/index.82a6cd46.js";
|
|
22
|
-
import "@mui/lab";
|
|
23
|
-
import "../mui_extended/Typography/index.b3c6e71c.js";
|
|
24
|
-
import "../mui_extended/Popover/index.226f247e.js";
|
|
25
|
-
import "../mui_extended/MenuActions/index.37043326.js";
|
|
26
|
-
import "../mui_extended/Pager/index.eeed3bd5.js";
|
|
27
|
-
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
28
|
-
import "zustand";
|
|
29
|
-
import "../areas/contexts/AreasContext/index.de8b4e78.js";
|
|
30
|
-
import "../areas/components/index.359c2b18.js";
|
|
31
|
-
import "zustand/shallow";
|
|
32
|
-
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
33
|
-
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
34
|
-
import "./WindowConfirm.e21763cb.js";
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import "@mui/material";
|
|
2
|
-
import "react";
|
|
3
|
-
import "@m4l/core";
|
|
4
|
-
import "../Icon/index.caaed284.js";
|
|
5
|
-
import "react/jsx-runtime";
|
|
6
|
-
import "./IconButton/index.57824447.js";
|
|
7
|
-
import "clsx";
|
|
8
|
-
import "./Accordion/index.437bb3f8.js";
|
|
9
|
-
import "./Avatar/index.fe06afd7.js";
|
|
10
|
-
import "react-router-dom";
|
|
11
|
-
import "@mui/material/Button";
|
|
12
|
-
import "./Button/index.f8ce9ccd.js";
|
|
13
|
-
import "../Image/index.82a6cd46.js";
|
|
14
|
-
import "@mui/lab";
|
|
15
|
-
import "./Typography/index.b3c6e71c.js";
|
|
16
|
-
import "./Popover/index.226f247e.js";
|
|
17
|
-
import "./MenuActions/index.37043326.js";
|
|
18
|
-
import "./Pager/index.eeed3bd5.js";
|
|
19
|
-
import "./Tab/index.e0653a0a.js";
|