@m4l/components 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/AccountPopover/{index.efc74d5c.js → index.ec031003.js} +5 -3
- package/components/AppBar/{index.fc126a22.js → index.1499770b.js} +4 -4
- package/components/DragResizeWindow/{index.46b380e1.js → index.5e316291.js} +3 -3
- package/components/DynamicFilter/{index.d9168c12.js → index.05e15fb8.js} +28 -211
- package/components/FieldLabel/{index.f9cdcc27.js → index.400a46e0.js} +4 -4
- package/components/GridLayout/{index.bb3b7769.js → index.7156fbc9.js} +2 -2
- package/components/GridLayout/subcomponents/Griditem/{index.bb23f651.js → index.8946f18e.js} +4 -4
- package/components/GridLayout/subcomponents/Responsive/{index.b8a2a121.js → index.3c68f0cb.js} +2 -2
- package/components/GridLayout/subcomponents/SizeProvider/{index.094bc6b5.js → index.a5b2190d.js} +1 -1
- package/components/HamburgerMenu/{index.5997af31.js → index.d57bca4c.js} +3 -3
- package/components/HelperText/{index.be949cdf.js → index.651a9b4b.js} +1 -1
- package/components/Icon/index.2e8ec5a1.js +209 -0
- package/components/Image/index.0d32558e.js +168 -0
- package/components/LoadingError/{index.9f00c83c.js → index.d137be81.js} +5 -4
- package/components/MFLoader/{index.402c1acc.js → index.2038aa6c.js} +3 -3
- package/components/ModalDialog/{index.ea9189c3.js → index.85d30f10.js} +4 -4
- package/components/NavLink/{index.4e548cee.js → index.badec599.js} +2 -2
- package/components/NoItemSelected/{index.418c8316.js → index.008154ce.js} +2 -2
- package/components/ObjectLogs/{index.bfa7dad3.js → index.65a6b1bc.js} +8 -7
- package/components/PDFViewer/{index.bb2eca5a.js → index.9677b02a.js} +2 -2
- package/components/Page/index.7482cf60.js +98 -0
- package/components/PaperForm/{index.8121e3da.js → index.e04f9f1f.js} +2 -2
- package/components/Period/{index.5233694b.js → index.3d695534.js} +8 -103
- package/components/PrintingSystem/{index.fb176a93.js → index.89493ad6.js} +15 -14
- package/components/PrintingSystem/subcomponents/BodyNode/{index.c1d61038.js → index.fdd8cebb.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.18bd9bad.js → index.12293a60.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.67d9f1b4.js → index.7fdad1df.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.eaee152a.js → index.fcaf9b2f.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.f5f63a2a.js → index.03148990.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.7de4e411.js → index.691b5c38.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.f9ccf22b.js → index.3699b685.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.f2f2e903.js → index.bcc87da8.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.540a4b19.js → index.659f28e5.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.41e7fcb0.js → index.137ebb7a.js} +1 -1
- package/components/PropertyValue/{index.9572c347.js → index.e31d4282.js} +3 -3
- package/components/Resizeable/{index.1f0c1359.js → index.8c72e36a.js} +1 -1
- package/components/ScrollBar/{index.adf0eade.js → index.9bfcc74f.js} +1 -1
- package/components/SideBar/{index.629ba840.js → index.004a2de1.js} +7 -31
- package/components/SplitLayout/{index.74091a81.js → index.aed78a1f.js} +1 -1
- package/components/ToastContainer/{index.f9b507b9.js → index.586b1194.js} +3 -3
- package/components/areas/constants.630a4f42.js +293 -0
- package/components/areas/contexts/AreasContext/{index.bb316000.js → index.81b748ec.js} +4 -4
- package/components/areas/{dictionary.7e74022a.js → dictionary.19b25583.js} +26 -34
- package/components/areas/hooks/useAreas/{index.e24bd74d.js → index.b02d5bdc.js} +1 -1
- package/components/hook-form/HelperError/index.fd10c3ab.js +19 -0
- package/components/hook-form/RHFAutocompleteAsync/index.ea3ba7a7.js +160 -0
- package/components/hook-form/RHFCheckbox/index.9ac452cc.js +143 -0
- package/components/hook-form/RHFColorPicker/index.25e4e643.js +191 -0
- package/components/hook-form/RHFDateTime/index.31a0537d.js +190 -0
- package/components/hook-form/RHFMultiCheckbox/index.437e6ba3.js +34 -0
- package/components/hook-form/RHFPeriod/index.c8868100.js +105 -0
- package/components/hook-form/RHFRadioGroup/index.11c0add8.js +35 -0
- package/components/hook-form/RHFSelect/index.c6c60ecc.js +29 -0
- package/components/hook-form/RHFTextField/index.2ae1f130.js +326 -0
- package/components/{Image/index.36a3d440.js → hook-form/RHFUpload/index.9eeaee0f.js} +32 -232
- package/components/maps/components/GpsTools/index.ef751d28.js +251 -0
- package/components/maps/{index.8ec46ce4.js → index.ba1ccfad.js} +21 -555
- package/components/modal/{WindowBase.a3ac7adc.js → WindowBase.c1e879e4.js} +4 -3
- package/components/modal/{WindowConfirm.e35da619.js → WindowConfirm.1a123368.js} +6 -6
- package/components/modal/{index.a0e30c8b.js → index.7ca17f55.js} +1 -1
- package/components/mui_extended/Accordion/index.391679d1.js +143 -0
- package/components/mui_extended/Avatar/index.3ba36655.js +63 -0
- package/components/mui_extended/Badge/index.3465d7fb.js +31 -0
- package/components/mui_extended/BoxIcon/index.d61e7ac5.js +22 -0
- package/components/mui_extended/Breadcrumbs/index.4a44883c.js +87 -0
- package/components/mui_extended/Button/index.a7dc6ef0.js +289 -0
- package/components/mui_extended/CheckBox/index.c5c8721c.js +76 -0
- package/components/mui_extended/CircularProgress/index.967e70b7.js +8 -0
- package/components/mui_extended/IconButton/index.87f4726c.js +120 -0
- package/components/{LinearProgressIndeterminate/index.de9d447c.js → mui_extended/LinearProgress/index.52edc848.js} +11 -4
- package/components/mui_extended/LinkWithRoute/index.288c51f3.js +15 -0
- package/components/{Page/index.fdf04592.js → mui_extended/Pager/index.46aec921.js} +9 -98
- package/components/mui_extended/Popover/index.8e5ac765.js +1041 -0
- package/components/mui_extended/Stack/index.fe363ca5.js +31 -0
- package/components/{maps/components/GpsTools/index.75880ce0.js → mui_extended/Tab/index.ad88441e.js} +674 -239
- package/components/mui_extended/ToggleButton/index.38ca2330.js +18 -0
- package/components/mui_extended/ToggleIconButton/index.7fbece74.js +24 -0
- package/components/mui_extended/Tooltip/index.49bb5ee1.js +40 -0
- package/components/mui_extended/Typography/index.2a1c68f8.js +55 -0
- package/components/popups/PopupsProvider/{index.18669fb4.js → index.3b43e55f.js} +1 -1
- package/components/popups/PopupsViewer/{index.ba354267.js → index.fb3f0c48.js} +5 -4
- package/contexts/ModalContext/{index.cf02e6bd.js → index.82f61407.js} +1 -1
- package/contexts/RHFormContext/{index.dc955a09.js → index.e942a298.js} +1 -1
- package/hooks/useFormAddEdit/{index.f156a2cd.js → index.fa430551.js} +2 -2
- package/hooks/useModal/{index.ef54bcf2.js → index.9fe41bde.js} +3 -3
- package/index.js +266 -239
- package/package.json +1 -1
- package/{react-draggable.5331add7.js → react-draggable.2df3b71a.js} +1 -1
- package/{react-resizable.37bfb965.js → react-resizable.c60f3843.js} +2 -2
- package/utils/{index.9ee4c99a.js → index.0660ee9c.js} +9 -62
- package/{vendor.a1ce6777.js → vendor.3eadfa16.js} +746 -3011
- package/components/Icon/index.d5fed418.js +0 -420
- package/components/LanguagePopover/index.e6fa2336.js +0 -184
- package/components/areas/constants.5387d83e.js +0 -412
- package/hooks/useTab/index.bce8b99e.js +0 -12
package/index.js
CHANGED
|
@@ -1,95 +1,113 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { A as A2, c as c2,
|
|
3
|
-
import {
|
|
4
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
1
|
+
import { d, G, i, e, A, H, l, m, B, y, z, h, F, x, w, E, C, v, r, a, D, M, N, P, s, R, S, T, I, U, q, n, p, t, o, c } from "./vendor.3eadfa16.js";
|
|
2
|
+
import { A as A2, c as c2, n as n2, s as s2, v as v2, z as z2, C as C2, m as m2, b, r as r2, q as q2, E as E2, p as p2, l as l2, w as w2, x as x2, u, t as t2, y as y2, B as B2, o as o2, e as e2, F as F2 } from "./components/areas/dictionary.19b25583.js";
|
|
3
|
+
import { h as h2 } from "./utils/index.0660ee9c.js";
|
|
4
|
+
import { N as N2 } from "./components/NavLink/index.badec599.js";
|
|
5
5
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
6
6
|
import { A as A3, I as I2 } from "./components/animate/index.b8497385.js";
|
|
7
7
|
import { M as M2 } from "./components/animate/MotionContainer/index.3032bd8f.js";
|
|
8
8
|
import { M as M3 } from "./components/animate/MotionLazyContainer/index.d2902a6c.js";
|
|
9
|
-
import { L
|
|
9
|
+
import { L } from "./components/animate/LoadingScreen/index.779690a7.js";
|
|
10
10
|
import { P as P2 } from "./components/animate/PropagateLoader/index.a9da8d00.js";
|
|
11
|
-
import { v as
|
|
12
|
-
import { v as
|
|
13
|
-
import { v as
|
|
14
|
-
import { v as
|
|
15
|
-
import { W
|
|
16
|
-
import { D as D2, a as
|
|
17
|
-
import { A as A4, b as
|
|
18
|
-
import { u as
|
|
19
|
-
import { u as
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
11
|
+
import { v as v3 } from "./components/animate/variants/fade.b561c0fc.js";
|
|
12
|
+
import { v as v4 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
|
+
import { v as v5 } from "./components/animate/variants/container.11f82b76.js";
|
|
14
|
+
import { v as v6, a as a2, b as b2 } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
+
import { W, a as a3 } from "./components/areas/contexts/WindowToolsMFContext/index.69d95c15.js";
|
|
16
|
+
import { D as D2, a as a4, M as M4, c as c3 } from "./components/areas/contexts/DynamicMFParmsContext/index.37d1d444.js";
|
|
17
|
+
import { A as A4, b as b3 } from "./components/areas/contexts/AreasContext/index.81b748ec.js";
|
|
18
|
+
import { u as u2 } from "./components/areas/hooks/useDynamicMFParameters/index.03ce6078.js";
|
|
19
|
+
import { u as u3 } from "./components/areas/hooks/useWindowToolsMF/index.09801b66.js";
|
|
20
|
+
import { R as R2, g } from "./components/hook-form/RHFAutocompleteAsync/index.ea3ba7a7.js";
|
|
21
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.31a0537d.js";
|
|
22
|
+
import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.437e6ba3.js";
|
|
23
|
+
import { R as R5 } from "./components/hook-form/RHFSelect/index.c6c60ecc.js";
|
|
24
|
+
import { R as R6 } from "./components/hook-form/RHFPeriod/index.c8868100.js";
|
|
25
|
+
import { R as R7 } from "./components/hook-form/RHFRadioGroup/index.11c0add8.js";
|
|
26
|
+
import { R as R8, g as g2 } from "./components/hook-form/RHFColorPicker/index.25e4e643.js";
|
|
27
|
+
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.9ac452cc.js";
|
|
28
|
+
import { b as b4, c as c4, a as a5, R as R10, d as d2 } from "./components/hook-form/RHFTextField/index.2ae1f130.js";
|
|
29
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.9eeaee0f.js";
|
|
30
|
+
import { A as A5 } from "./components/mui_extended/Accordion/index.391679d1.js";
|
|
31
|
+
import { A as A6 } from "./components/mui_extended/Avatar/index.3ba36655.js";
|
|
32
|
+
import { B as B3 } from "./components/mui_extended/BoxIcon/index.d61e7ac5.js";
|
|
33
|
+
import { B as B4 } from "./components/mui_extended/Breadcrumbs/index.4a44883c.js";
|
|
34
|
+
import { C as C3 } from "./components/mui_extended/CircularProgress/index.967e70b7.js";
|
|
35
|
+
import { B as B5 } from "./components/mui_extended/Badge/index.3465d7fb.js";
|
|
36
|
+
import { a as a6, L as L2 } from "./components/mui_extended/LinearProgress/index.52edc848.js";
|
|
37
|
+
import { L as L3 } from "./components/mui_extended/LinkWithRoute/index.288c51f3.js";
|
|
38
|
+
import { B as B6, I as I3, L as L4 } from "./components/mui_extended/Button/index.a7dc6ef0.js";
|
|
39
|
+
import { a as a7, g as g3 } from "./components/mui_extended/Pager/index.46aec921.js";
|
|
40
|
+
import { b as b5, d as d3, f, e as e3, c as c5, u as u4 } from "./components/mui_extended/Tab/index.ad88441e.js";
|
|
41
|
+
import { C as C4 } from "./components/mui_extended/CheckBox/index.c5c8721c.js";
|
|
42
|
+
import { I as I4 } from "./components/mui_extended/IconButton/index.87f4726c.js";
|
|
43
|
+
import { g as g4, P as P3 } from "./components/mui_extended/Popover/index.8e5ac765.js";
|
|
44
|
+
import { S as S3 } from "./components/mui_extended/Stack/index.fe363ca5.js";
|
|
45
|
+
import { T as T2 } from "./components/mui_extended/Tooltip/index.49bb5ee1.js";
|
|
46
|
+
import { T as T3 } from "./components/mui_extended/Typography/index.2a1c68f8.js";
|
|
47
|
+
import { T as T4 } from "./components/mui_extended/ToggleButton/index.38ca2330.js";
|
|
48
|
+
import { T as T5 } from "./components/mui_extended/ToggleIconButton/index.7fbece74.js";
|
|
49
|
+
import { P as P4, a as a8, g as g5 } from "./components/Period/index.3d695534.js";
|
|
50
|
+
import { D as D3 } from "./components/DynamicFilter/index.05e15fb8.js";
|
|
51
|
+
import { F as F3 } from "./components/FieldLabel/index.400a46e0.js";
|
|
52
|
+
import { H as H2, e as e4 } from "./components/HelperText/index.651a9b4b.js";
|
|
53
|
+
import { D as D4, d as d4 } from "./components/DragResizeWindow/index.5e316291.js";
|
|
54
|
+
import { G as G2, n as n3, q as q3 } from "./components/GridLayout/index.7156fbc9.js";
|
|
55
|
+
import { R as R12, a as a9, b as b6, c as c6 } from "./components/GridLayout/subcomponents/Responsive/index.3c68f0cb.js";
|
|
56
|
+
import { w as w3 } from "./components/GridLayout/subcomponents/SizeProvider/index.a5b2190d.js";
|
|
57
|
+
import { P as P5 } from "./components/PrintingSystem/index.89493ad6.js";
|
|
58
|
+
import { I as I5 } from "./components/Icon/index.2e8ec5a1.js";
|
|
59
|
+
import { I as I6 } from "./components/Image/index.0d32558e.js";
|
|
35
60
|
import { L as L5 } from "./components/Loadable/index.e83cdb4e.js";
|
|
36
|
-
import { C as
|
|
37
|
-
import { G as
|
|
38
|
-
import { M as M6 } from "./components/ModalDialog/index.
|
|
39
|
-
import { W as
|
|
40
|
-
import { W as
|
|
41
|
-
import { L as L6 } from "./components/LoadingError/index.
|
|
42
|
-
import { M as M7 } from "./components/MFLoader/index.
|
|
43
|
-
import { N as N3 } from "./components/NoItemSelected/index.
|
|
44
|
-
import { O
|
|
45
|
-
import { P as
|
|
46
|
-
import { P as
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import { S as S4 } from "./components/
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import { A as
|
|
55
|
-
import {
|
|
56
|
-
import { P as P9 } from "./components/popups/
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import { u as
|
|
62
|
-
import { u as
|
|
61
|
+
import { C as C5, M as M5, c as c7, b as b7, d as d5, u as u5 } from "./components/maps/index.ba1ccfad.js";
|
|
62
|
+
import { G as G3, b as b8, u as u6 } from "./components/maps/components/GpsTools/index.ef751d28.js";
|
|
63
|
+
import { M as M6 } from "./components/ModalDialog/index.85d30f10.js";
|
|
64
|
+
import { W as W2 } from "./components/modal/WindowConfirm.1a123368.js";
|
|
65
|
+
import { W as W3 } from "./components/modal/WindowBase.c1e879e4.js";
|
|
66
|
+
import { L as L6 } from "./components/LoadingError/index.d137be81.js";
|
|
67
|
+
import { M as M7 } from "./components/MFLoader/index.2038aa6c.js";
|
|
68
|
+
import { N as N3 } from "./components/NoItemSelected/index.008154ce.js";
|
|
69
|
+
import { O } from "./components/ObjectLogs/index.65a6b1bc.js";
|
|
70
|
+
import { P as P6 } from "./components/PaperForm/index.e04f9f1f.js";
|
|
71
|
+
import { P as P7 } from "./components/PDFViewer/index.9677b02a.js";
|
|
72
|
+
import { H as H3 } from "./components/Page/index.7482cf60.js";
|
|
73
|
+
import { P as P8 } from "./components/PropertyValue/index.e31d4282.js";
|
|
74
|
+
import { R as R13 } from "./components/Resizeable/index.8c72e36a.js";
|
|
75
|
+
import { S as S4 } from "./components/ScrollBar/index.9bfcc74f.js";
|
|
76
|
+
import { S as S5 } from "./components/SplitLayout/index.aed78a1f.js";
|
|
77
|
+
import { T as T6, a as a10 } from "./components/ToastContainer/index.586b1194.js";
|
|
78
|
+
import { S as S6 } from "./components/SideBar/index.004a2de1.js";
|
|
79
|
+
import { A as A7, g as g6 } from "./components/AppBar/index.1499770b.js";
|
|
80
|
+
import { A as A8, g as g7 } from "./components/AccountPopover/index.ec031003.js";
|
|
81
|
+
import { a as a11, P as P9, u as u7 } from "./components/popups/PopupsProvider/index.3b43e55f.js";
|
|
82
|
+
import { P as P10 } from "./components/popups/PopupsViewer/index.fb3f0c48.js";
|
|
83
|
+
import { H as H4 } from "./components/HamburgerMenu/index.d57bca4c.js";
|
|
84
|
+
import { R as R14 } from "./contexts/RHFormContext/index.e942a298.js";
|
|
85
|
+
import { M as M8, a as a12 } from "./contexts/ModalContext/index.82f61407.js";
|
|
86
|
+
import { u as u8 } from "./hooks/useFormAddEdit/index.fa430551.js";
|
|
87
|
+
import { u as u9 } from "./hooks/useModal/index.9fe41bde.js";
|
|
63
88
|
import "react/jsx-runtime";
|
|
64
89
|
import "react";
|
|
65
90
|
import "@m4l/core";
|
|
66
91
|
import "./react-data-grid.c5377916.js";
|
|
67
92
|
import "clsx";
|
|
68
93
|
import "@mui/material/styles";
|
|
69
|
-
import "react-hook-form";
|
|
70
|
-
import "react-dnd";
|
|
71
|
-
import "react-dnd-html5-backend";
|
|
72
94
|
import "@mui/material";
|
|
73
|
-
import "@mui/base";
|
|
74
95
|
import "./components/areas/icons.504ec098.js";
|
|
96
|
+
import "@mui/base";
|
|
97
|
+
import "./components/areas/constants.630a4f42.js";
|
|
75
98
|
import "@m4l/graphics";
|
|
76
99
|
import "zustand/shallow";
|
|
77
100
|
import "./test/getNameDataTestId.aee44365.js";
|
|
78
|
-
import "./components/areas/hooks/useAreas/index.
|
|
101
|
+
import "./components/areas/hooks/useAreas/index.b02d5bdc.js";
|
|
79
102
|
import "zustand";
|
|
80
103
|
import "yup";
|
|
81
|
-
import "@mui/material/Button";
|
|
82
104
|
import "./test/index.6d4b98b9.js";
|
|
83
105
|
import "@mui/material/ButtonBase/TouchRipple";
|
|
84
106
|
import "react-router-dom";
|
|
85
|
-
import "./react-draggable.
|
|
107
|
+
import "./react-draggable.2df3b71a.js";
|
|
86
108
|
import "prop-types";
|
|
87
109
|
import "react-dom";
|
|
88
|
-
import "
|
|
89
|
-
import "@mui/x-date-pickers";
|
|
90
|
-
import "react-color";
|
|
91
|
-
import "@mui/lab";
|
|
92
|
-
import "./hocs/withToggle/index.548aeace.js";
|
|
110
|
+
import "react-hook-form";
|
|
93
111
|
import "./components/WrapperComponent/index.57964195.js";
|
|
94
112
|
import "framer-motion";
|
|
95
113
|
import "simplebar-react";
|
|
@@ -97,40 +115,49 @@ import "./react-spinners.342a6578.js";
|
|
|
97
115
|
import "zustand/middleware/immer";
|
|
98
116
|
import "zustand/middleware";
|
|
99
117
|
import "lodash";
|
|
118
|
+
import "lodash/debounce";
|
|
119
|
+
import "@mui/x-date-pickers";
|
|
120
|
+
import "react-color";
|
|
100
121
|
import "lodash/isString";
|
|
101
122
|
import "react-dropzone";
|
|
102
|
-
import "
|
|
123
|
+
import "@mui/material/Button";
|
|
124
|
+
import "@mui/lab";
|
|
103
125
|
import "react-leaflet";
|
|
126
|
+
import "react-dnd";
|
|
127
|
+
import "react-dnd-html5-backend";
|
|
128
|
+
import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
|
129
|
+
import "@geoman-io/leaflet-geoman-free";
|
|
130
|
+
import "./components/hook-form/HelperError/index.fd10c3ab.js";
|
|
131
|
+
import "./hooks/useFormReadyForUpdate/index.f60f500e.js";
|
|
104
132
|
import "leaflet";
|
|
105
|
-
import "
|
|
106
|
-
import "./
|
|
107
|
-
import "./
|
|
133
|
+
import "./hooks/useStateRef/index.538edb89.js";
|
|
134
|
+
import "./hocs/withToggle/index.548aeace.js";
|
|
135
|
+
import "./react-resizable.c60f3843.js";
|
|
136
|
+
import "./components/GridLayout/subcomponents/Griditem/index.8946f18e.js";
|
|
108
137
|
import "fast-equals";
|
|
109
|
-
import "./components/PrintingSystem/subcomponents/DividerNode/index.
|
|
110
|
-
import "./components/PrintingSystem/subcomponents/SectionNode/index.
|
|
111
|
-
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.
|
|
112
|
-
import "./components/PrintingSystem/subcomponents/HeaderNode/index.
|
|
113
|
-
import "./components/PrintingSystem/subcomponents/BodyNode/index.
|
|
114
|
-
import "./components/PrintingSystem/subcomponents/FooterNode/index.
|
|
115
|
-
import "./components/PrintingSystem/subcomponents/PaperNode/index.
|
|
116
|
-
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.
|
|
117
|
-
import "./components/PrintingSystem/subcomponents/GridNode/index.
|
|
118
|
-
import "./components/PrintingSystem/subcomponents/ChartNode/index.
|
|
138
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.7fdad1df.js";
|
|
139
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.659f28e5.js";
|
|
140
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.137ebb7a.js";
|
|
141
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.691b5c38.js";
|
|
142
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.fdd8cebb.js";
|
|
143
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.fcaf9b2f.js";
|
|
144
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.3699b685.js";
|
|
145
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.bcc87da8.js";
|
|
146
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.03148990.js";
|
|
147
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.12293a60.js";
|
|
119
148
|
import "chart.js";
|
|
120
149
|
import "chartjs-chart-error-bars";
|
|
150
|
+
import "qrcode.react";
|
|
121
151
|
import "@googlemaps/js-api-loader";
|
|
122
|
-
import "./hooks/useFormReadyForUpdate/index.f60f500e.js";
|
|
123
|
-
import "./hooks/useStateRef/index.538edb89.js";
|
|
124
152
|
import "@react-leaflet/core";
|
|
125
153
|
import "leaflet.markercluster";
|
|
126
154
|
import "leaflet/dist/leaflet.css?used";
|
|
127
155
|
import "leaflet-polylinedecorator";
|
|
128
156
|
import "immer";
|
|
129
|
-
import "
|
|
130
|
-
import "@geoman-io/leaflet-geoman-free";
|
|
131
|
-
import "./components/modal/index.a0e30c8b.js";
|
|
157
|
+
import "./components/modal/index.7ca17f55.js";
|
|
132
158
|
import "./react-json-view.57125fcf.js";
|
|
133
159
|
import "./commonjs.565e6834.js";
|
|
160
|
+
import "react-helmet-async";
|
|
134
161
|
import "./react-splitter-layout.8b1655c8.js";
|
|
135
162
|
import "react-toastify";
|
|
136
163
|
import "@m4l/styles";
|
|
@@ -139,193 +166,193 @@ import "./hooks/useSizeContainer/index.3c48670c.js";
|
|
|
139
166
|
import "@hookform/resolvers/yup";
|
|
140
167
|
export {
|
|
141
168
|
A2 as AREAS_DICTIONARY_ID,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
169
|
+
A5 as Accordion,
|
|
170
|
+
A8 as AccountPopover,
|
|
171
|
+
d as ActionCancel,
|
|
172
|
+
G as ActionFormCancel,
|
|
173
|
+
i as ActionFormIntro,
|
|
174
|
+
e as ActionIntro,
|
|
175
|
+
A as Actions,
|
|
149
176
|
A3 as AnimatedScroll,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
177
|
+
A7 as AppBar,
|
|
178
|
+
H as AppBarComercial,
|
|
179
|
+
l as AreasAdmin,
|
|
153
180
|
A4 as AreasContext,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
181
|
+
b3 as AreasProvider,
|
|
182
|
+
m as AreasViewer,
|
|
183
|
+
A6 as Avatar,
|
|
184
|
+
B5 as Badge,
|
|
185
|
+
B as BooleanFormatter,
|
|
159
186
|
B3 as BoxIcon,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
187
|
+
B4 as Breadcrumbs,
|
|
188
|
+
B6 as Button,
|
|
189
|
+
C4 as CheckBox,
|
|
190
|
+
C3 as CircularProgress,
|
|
191
|
+
y as ColumnBooleanFormatter,
|
|
192
|
+
z as ColumnConcatenatedValueFormatter,
|
|
193
|
+
h as ColumnDateFormatter,
|
|
194
|
+
F as ColumnInteractiveCheckFormatter,
|
|
195
|
+
x as ColumnNestedValueFormatter,
|
|
196
|
+
w as ColumnPointsFormatter,
|
|
197
|
+
E as ColumnPriceFormatter,
|
|
198
|
+
C as ColumnSetCheckFormatter,
|
|
199
|
+
v as ColumnUncertaintyFormatter,
|
|
200
|
+
C5 as CommonFeatureRender,
|
|
201
|
+
r as ConcatenatedFormatter,
|
|
175
202
|
c2 as DICCTIONARY,
|
|
176
|
-
|
|
203
|
+
a as DataGrid,
|
|
177
204
|
D as DateFormatter,
|
|
178
205
|
D4 as DragResizeWindow,
|
|
179
206
|
D3 as DynamicFilter,
|
|
180
207
|
D2 as DynamicMFParmsContext,
|
|
181
|
-
|
|
208
|
+
a4 as DynamicMFParmsProvider,
|
|
182
209
|
F3 as FieldLabel,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
210
|
+
G3 as GpsTools,
|
|
211
|
+
b8 as GpsToolsProvider,
|
|
212
|
+
G2 as GridLayout,
|
|
186
213
|
H4 as HamburgerMenu,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
214
|
+
H3 as HelmetPage,
|
|
215
|
+
H2 as HelperText,
|
|
216
|
+
I5 as Icon,
|
|
217
|
+
I4 as IconButton,
|
|
191
218
|
I2 as IconButtonAnimate,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
219
|
+
I6 as Image,
|
|
220
|
+
I3 as ImageButton,
|
|
221
|
+
n2 as LABEL_FILTER_BUTTON,
|
|
222
|
+
g4 as LanguagePopover,
|
|
223
|
+
a6 as LinearProgress,
|
|
224
|
+
L2 as LinearProgressIndeterminate,
|
|
225
|
+
L3 as LinkWithRoute,
|
|
199
226
|
L5 as Loadable,
|
|
200
|
-
|
|
227
|
+
L4 as LoadingButton,
|
|
201
228
|
L6 as LoadingError,
|
|
202
|
-
|
|
229
|
+
L as LoadingScreen,
|
|
203
230
|
M7 as MFLoader,
|
|
204
231
|
M5 as Map,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
232
|
+
c7 as MapContext,
|
|
233
|
+
b7 as MapProvider,
|
|
234
|
+
d5 as MarkerFeatureRender,
|
|
208
235
|
M4 as MemonizedDynamicMFParmsProvider,
|
|
209
|
-
|
|
236
|
+
M as MenuActions,
|
|
210
237
|
M8 as ModalContext,
|
|
211
238
|
M6 as ModalDialog,
|
|
212
|
-
|
|
239
|
+
a12 as ModalProvider,
|
|
213
240
|
M2 as MotionContainer,
|
|
214
241
|
M3 as MotionLazyContainer,
|
|
215
242
|
N2 as NavLink,
|
|
216
243
|
N3 as NoItemSelected,
|
|
217
244
|
N as NumberEditor,
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
245
|
+
O as ObjectLogs,
|
|
246
|
+
P7 as PDFViewer,
|
|
247
|
+
a7 as Pager,
|
|
248
|
+
P6 as PaperForm,
|
|
249
|
+
P4 as Period,
|
|
250
|
+
a8 as PeriodFormatter,
|
|
251
|
+
P as PointsFormatter,
|
|
252
|
+
P3 as Popover,
|
|
253
|
+
a11 as PopupsContext,
|
|
254
|
+
P9 as PopupsProvider,
|
|
255
|
+
P10 as PopupsViewer,
|
|
256
|
+
s as PriceFormatter,
|
|
257
|
+
P5 as PrintingSystem,
|
|
231
258
|
P2 as PropagateLoader,
|
|
232
|
-
|
|
259
|
+
P8 as PropertyValue,
|
|
233
260
|
R as RHFAutocomplete,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
261
|
+
R2 as RHFAutocompleteAsync,
|
|
262
|
+
R9 as RHFCheckbox,
|
|
263
|
+
R8 as RHFColorPicker,
|
|
264
|
+
R3 as RHFDateTime,
|
|
265
|
+
R4 as RHFMultiCheckbox,
|
|
266
|
+
R6 as RHFPeriod,
|
|
267
|
+
R7 as RHFRadioGroup,
|
|
268
|
+
R5 as RHFSelect,
|
|
269
|
+
b4 as RHFTEXTFIELD_INPUT_TEST_ID,
|
|
270
|
+
c4 as RHFTEXTFIELD_PREFIX,
|
|
271
|
+
a5 as RHFTEXTFIELD_ROOT_TEST_ID,
|
|
272
|
+
R10 as RHFTextField,
|
|
273
|
+
d2 as RHFTextFieldPassword,
|
|
274
|
+
R11 as RHFUploadImage,
|
|
275
|
+
R14 as RHFormProvider,
|
|
276
|
+
R13 as ResizeableWindow,
|
|
277
|
+
R12 as Responsive,
|
|
278
|
+
S4 as ScrollBar,
|
|
252
279
|
S2 as ScrollToTop,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
280
|
+
S as SectionCommercial,
|
|
281
|
+
S6 as SideBar,
|
|
282
|
+
S5 as SplitLayout,
|
|
283
|
+
S3 as Stack,
|
|
284
|
+
b5 as Tab,
|
|
285
|
+
d3 as TabContent,
|
|
286
|
+
f as TabContext,
|
|
287
|
+
e3 as TabProvider,
|
|
288
|
+
c5 as Tabs,
|
|
289
|
+
T as TextEditor,
|
|
290
|
+
T6 as ToastContainer,
|
|
291
|
+
a10 as ToastMessage,
|
|
292
|
+
T4 as ToggleButton,
|
|
293
|
+
T5 as ToggleIconButton,
|
|
294
|
+
T2 as Tooltip,
|
|
295
|
+
I as TopBar,
|
|
296
|
+
T3 as Typography,
|
|
297
|
+
U as UncertaintyFormatter,
|
|
298
|
+
W3 as WindowBase,
|
|
299
|
+
W2 as WindowConfirm,
|
|
300
|
+
W as WindowToolsMFContext,
|
|
301
|
+
a3 as WindowToolsMFProvider,
|
|
302
|
+
a9 as addLayoutItemToBreakPointIfNoExists,
|
|
276
303
|
b6 as addLayoutItemToBreakPoints,
|
|
277
|
-
|
|
304
|
+
c6 as cloneLayouts,
|
|
278
305
|
c3 as createDynamicMFStore,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
+
s2 as defaultCommonActionsDictionary,
|
|
307
|
+
v2 as defaultModalDialogDictionary,
|
|
308
|
+
z2 as defaultNoItemSelectedDictionary,
|
|
309
|
+
C2 as defaultObjectLogDictionary,
|
|
310
|
+
d4 as draggableWindowClasses,
|
|
311
|
+
e4 as errorLabelClasses,
|
|
312
|
+
g7 as getAccountPopoverDictionary,
|
|
313
|
+
g6 as getAppBarDictionary,
|
|
314
|
+
m2 as getAreasComponentsDictionary,
|
|
315
|
+
b as getAreasDictionary,
|
|
316
|
+
r2 as getCommonActionsDictionary,
|
|
317
|
+
h2 as getDataGridRowsFromSet,
|
|
318
|
+
q2 as getDynamicFilterComponentsDictionary,
|
|
319
|
+
E2 as getFormComponentsDictionary,
|
|
320
|
+
q as getFormatConcatenated,
|
|
321
|
+
n as getFormatDate,
|
|
322
|
+
g5 as getFormatPeriod,
|
|
323
|
+
p as getFormatPoints,
|
|
324
|
+
t as getFormatPrice,
|
|
325
|
+
p2 as getFormattersComponentsDictionary,
|
|
326
|
+
l2 as getGridComponentsDictionary,
|
|
327
|
+
w2 as getLoadingErrorComponentsDictionary,
|
|
328
|
+
x2 as getMFLoaderComponentsDictionary,
|
|
329
|
+
u as getModalDialogComponentsDictionary,
|
|
330
|
+
t2 as getModalDictionary,
|
|
331
|
+
y2 as getNoItemSelectedComponentsDictionary,
|
|
332
|
+
B2 as getObjectLogsComponentsDictionary,
|
|
306
333
|
g3 as getPagerComponentsDictionary,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
334
|
+
o2 as getPeriodComponetsDictionary,
|
|
335
|
+
g as getRHFAutocompleteAsyncComponentsDictionary,
|
|
336
|
+
e2 as getRHFAutocompleteComponentsDictionary,
|
|
337
|
+
g2 as getRHFColorPickerComponentsDictionary,
|
|
338
|
+
o as getUncertaintyFormat,
|
|
339
|
+
F2 as getformAddEditDictionary,
|
|
313
340
|
n3 as isEqualLayout,
|
|
314
341
|
q3 as isEqualLayouts,
|
|
315
|
-
|
|
342
|
+
u2 as useDynamicMFParametersStore,
|
|
316
343
|
u8 as useFormAddEdit,
|
|
317
|
-
|
|
344
|
+
c as useFormFocus,
|
|
318
345
|
u5 as useMapStore,
|
|
319
346
|
u6 as useMapToolsStore,
|
|
320
347
|
u9 as useModal,
|
|
321
348
|
u7 as usePopupsStore,
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
349
|
+
u4 as useTab,
|
|
350
|
+
u3 as useWindowToolsMF,
|
|
351
|
+
v4 as varBounce,
|
|
352
|
+
v5 as varContainer,
|
|
353
|
+
v3 as varFade,
|
|
354
|
+
v6 as varTranEnter,
|
|
355
|
+
a2 as varTranExit,
|
|
356
|
+
b2 as varTranHover,
|
|
330
357
|
w3 as withSizeProvider
|
|
331
358
|
};
|
package/package.json
CHANGED
|
@@ -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 { d as domFns, s as shims, l as log, p as positionFns } from "./utils/index.
|
|
5
|
+
import { d as domFns, s as shims, l as log, p as positionFns } from "./utils/index.0660ee9c.js";
|
|
6
6
|
var cjs = { exports: {} };
|
|
7
7
|
var Draggable$1 = {};
|
|
8
8
|
var DraggableCore$2 = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
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.2df3b71a.js";
|
|
3
|
+
import { u as utils } from "./utils/index.0660ee9c.js";
|
|
4
4
|
import require$$1 from "prop-types";
|
|
5
5
|
var reactResizable = { exports: {} };
|
|
6
6
|
var Resizable$2 = {};
|