@m4l/components 0.2.15 → 0.2.17
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 +16 -4
- package/{commonjs.565e6834.js → commonjs.333e55c7.js} +5 -0
- package/components/AccountPopover/{index.da84c424.js → index.34362031.js} +2 -4
- package/components/AccountPopover/index.d.ts +1 -0
- package/components/AppBar/AppBar.d.ts +24 -0
- package/components/AppBar/classes/index.d.ts +2 -0
- package/components/AppBar/classes/types.d.ts +2 -0
- package/components/AppBar/{index.46f2db0a.js → index.c64b66ee.js} +26 -5
- package/components/AppBar/types.d.ts +14 -0
- package/components/CommonActions/components/ActionCancel/{index.06365996.js → index.106c5327.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.2c1fff45.js → index.6d00f737.js} +4 -13
- package/components/CommonActions/components/ActionFormIntro/{index.885f49af.js → index.9ee7df17.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.b97cfeec.js → index.bd2a14b2.js} +1 -1
- package/components/DataGrid/formatters/columnPointsFormatter/{index.5e645334.js → index.a19b7b90.js} +1 -1
- package/components/DataGrid/{index.e127cac8.js → index.e5b552a2.js} +7 -7
- package/components/DataGrid/subcomponents/Actions/{index.5947f820.js → index.2f58e034.js} +8 -8
- package/components/DragResizeWindow/{index.67aa1e22.js → index.b5206081.js} +4 -4
- package/components/DynamicFilter/classes/index.d.ts +1 -1
- package/components/DynamicFilter/classes/types.d.ts +1 -0
- package/components/DynamicFilter/{index.068ca09c.js → index.73258cb8.js} +14 -10
- package/components/GridLayout/{index.367e44f9.js → index.4d26c328.js} +2 -2
- package/components/GridLayout/subcomponents/Griditem/{index.b3c79b77.js → index.25e9f332.js} +3 -3
- package/components/GridLayout/subcomponents/Responsive/{index.4234d9f3.js → index.3839890b.js} +1 -1
- package/components/GridLayout/subcomponents/SizeProvider/{index.0676f896.js → index.a751962f.js} +1 -1
- package/components/Icon/index.282c5b58.js +248 -0
- package/components/Icon/types.d.ts +1 -0
- package/components/Image/{index.d5fed0ab.js → index.8915f577.js} +46 -4
- package/components/Image/types.d.ts +2 -2
- package/components/LanguagePopover/{index.02987c68.js → index.5e1d85a9.js} +2 -2
- package/components/LoadingError/{index.991393ca.js → index.d95e6efb.js} +2 -2
- package/components/MFLoader/{index.b928e361.js → index.cc563716.js} +1 -1
- package/components/ModalDialog/{index.a30831c9.js → index.690c82a4.js} +3 -3
- package/components/NoItemSelected/{index.1ddc6a38.js → index.5246b204.js} +1 -1
- package/components/ObjectLogs/{index.546bf5bf.js → index.f2b5f7d9.js} +7 -7
- package/components/PDFViewer/PDFViewer.d.ts +2 -0
- package/components/PDFViewer/classes/constants.d.ts +1 -0
- package/components/PDFViewer/classes/index.d.ts +7 -0
- package/components/PDFViewer/classes/types.d.ts +7 -0
- package/components/PDFViewer/index.51e4f1b2.js +63 -0
- package/components/PDFViewer/index.d.ts +1 -0
- package/components/PDFViewer/types.d.ts +3 -0
- package/components/Page/{index.c3767243.js → index.f4aedd2d.js} +1 -1
- package/components/PaperForm/{index.27dafbcc.js → index.30f68f0f.js} +1 -1
- package/components/Period/{index.288a0ec2.js → index.8e118051.js} +1 -1
- package/components/PopupsProvider/{index.ae1bd010.js → index.c9400f03.js} +1 -1
- package/components/PrintingSystem/{index.b69edc07.js → index.9dc25af9.js} +14 -42
- package/components/PrintingSystem/subcomponents/BodyNode/{index.81da2c9c.js → index.6c1cf8f5.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.1863bcf1.js → index.fdb01c74.js} +4 -4
- package/components/PrintingSystem/subcomponents/DividerNode/{index.0e6e76ad.js → index.46c5eb9e.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.5af68fd5.js → index.18aa1ddd.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.07d4f9a4.js → index.f4b4ffca.js} +4 -4
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.dbf08ab4.js → index.9afcd686.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.d81d2f30.js → index.a3967d23.js} +4 -4
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.4c20215d.js → index.e1c05641.js} +1 -1
- package/components/PrintingSystem/subcomponents/QRImageNode/index.d.ts +2 -0
- package/components/PrintingSystem/subcomponents/QRImageNode/types.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/SectionNode/{index.72cb64b8.js → index.c5588090.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.41c261f4.js → index.7792384b.js} +3 -3
- package/components/PrintingSystem/types.d.ts +10 -1
- package/components/PropertyValue/classes/index.d.ts +1 -1
- package/components/PropertyValue/classes/types.d.ts +4 -1
- package/components/PropertyValue/index.d61c943c.js +206 -0
- package/components/PropertyValue/types.d.ts +5 -7
- package/components/Resizeable/{index.e4f47710.js → index.18c86aff.js} +1 -1
- package/components/ScrollBar/{index.65bb2930.js → index.010f1b9d.js} +5 -1
- package/components/SideBar/classes/index.d.ts +1 -1
- package/components/SideBar/{index.e4d2ee53.js → index.f5aecd41.js} +11 -11
- package/components/SideBar/types.d.ts +3 -3
- package/components/SplitLayout/{index.9ef430f6.js → index.30fd5861.js} +1 -1
- package/components/ToastContainer/ToastContainer.d.ts +2 -0
- package/components/ToastContainer/classes/constants.d.ts +1 -0
- package/components/ToastContainer/classes/index.d.ts +8 -0
- package/components/ToastContainer/classes/types.d.ts +9 -0
- package/components/ToastContainer/index.83304f62.js +87 -0
- package/components/ToastContainer/index.d.ts +2 -0
- package/components/ToastContainer/subcomponents/ToastMessage/index.d.ts +2 -0
- package/components/ToastContainer/subcomponents/ToastMessage/types.d.ts +5 -0
- package/components/ToastContainer/types.d.ts +4 -0
- package/components/areas/components/AreasAdmin/{index.8426755c.js → index.c55d5c24.js} +10 -10
- package/components/areas/components/AreasViewer/{index.6b310068.js → index.2bec316e.js} +12 -12
- package/components/areas/contexts/AreasContext/{index.1e3974e1.js → index.827ee1e5.js} +4 -4
- package/components/areas/hooks/useAreas/{index.21fa4ab1.js → index.71bc8f19.js} +1 -1
- package/components/formatters/BooleanFormatter/{index.fcc47dfd.js → index.b21353a5.js} +2 -2
- package/components/formatters/PointsFormatter/{index.80a4e414.js → index.5c94c5e8.js} +2 -2
- package/components/formatters/PointsFormatter/index.d.ts +1 -1
- package/components/formatters/{index.7d5cbac9.js → index.7b216229.js} +1 -1
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +2 -0
- package/components/hook-form/RHFAutocomplete/{index.ea720b8f.js → index.210ee73f.js} +26 -35
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/index.d.ts +1 -1
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/types.d.ts +1 -2
- package/components/hook-form/RHFAutocomplete/types.d.ts +8 -3
- package/components/hook-form/RHFAutocompleteAsync/{index.1609eaf0.js → index.e5935f63.js} +1 -1
- package/components/hook-form/RHFColorPicker/classes/constants.d.ts +1 -0
- package/components/hook-form/RHFColorPicker/classes/index.d.ts +11 -0
- package/components/hook-form/RHFColorPicker/classes/types.d.ts +11 -0
- package/components/hook-form/RHFColorPicker/index.bcc1eced.js +150 -0
- package/components/hook-form/RHFColorPicker/index.d.ts +6 -0
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +1 -0
- package/components/hook-form/RHFColorPicker/types.d.ts +5 -0
- package/components/hook-form/RHFDateTime/{index.8bd9e41e.js → index.fa80a8cb.js} +1 -1
- package/components/hook-form/RHFDateTime/types.d.ts +0 -1
- package/components/hook-form/RHFPeriod/{index.89bebd60.js → index.d320e56f.js} +1 -1
- package/components/hook-form/RHFTextField/{index.2c8d4613.js → index.ab689d7d.js} +1 -1
- package/components/hook-form/RHFUpload/{index.55e495bb.js → index.e251c9b6.js} +4 -4
- package/components/index.d.ts +2 -0
- package/components/maps/components/GpsTools/{index.1b6d82bc.js → index.88b777fe.js} +20 -16
- package/components/maps/components/Map/{index.f38df83e.js → index.b79ceae4.js} +3 -3
- package/components/modal/{WindowBase.a4534b0b.js → WindowBase.779aa7a5.js} +3 -3
- package/components/modal/{WindowConfirm.7a79bfa5.js → WindowConfirm.ec73ba4f.js} +5 -5
- package/components/mui_extended/Accordion/{index.f1289de0.js → index.e15e10d9.js} +2 -2
- package/components/mui_extended/Button/classes/types.d.ts +2 -0
- package/components/mui_extended/Button/{index.007f5a6e.js → index.5c68764a.js} +3 -3
- package/components/mui_extended/IconButton/{index.b705c196.js → index.a719445f.js} +1 -1
- package/components/mui_extended/LoadingButton/classes/constants.d.ts +1 -1
- package/components/mui_extended/MenuActions/{index.aa43c4f2.js → index.62359120.js} +2 -2
- package/components/mui_extended/Pager/{index.9928807e.js → index.fa5f5ded.js} +1 -1
- package/components/mui_extended/ToggleButton/{index.b053aa70.js → index.5aa6ea58.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.80d38bf4.js → index.47ddefd4.js} +1 -1
- package/contexts/ModalContext/{index.054af5d8.js → index.6085b148.js} +1 -1
- package/hooks/useFormAddEdit/{index.b4348b6a.js → index.59821a33.js} +2 -2
- package/hooks/useModal/{index.acc61361.js → index.1c88654a.js} +1 -1
- package/index.js +95 -80
- package/node_modules.bb836860.js +6921 -0
- package/package.json +5 -1
- package/{react-draggable.2bc0e647.js → react-draggable.312ab17d.js} +3 -3
- package/{react-json-view.57125fcf.js → react-json-view.5636414a.js} +1 -1
- package/{react-resizable.53094455.js → react-resizable.f2c58a4c.js} +4 -4
- package/{react-splitter-layout.8b1655c8.js → react-splitter-layout.c5d98bf7.js} +3 -3
- package/components/Icon/index.aa9949f0.js +0 -147
- package/components/PrintingSystem/utils/getEvalValue/index.d.ts +0 -1
- package/components/PropertyValue/index.92ccdf7a.js +0 -220
- package/components/PropertyValue/skeleton.d.ts +0 -2
- package/components/hook-form/RHFColorPicker/index.259b6f38.js +0 -61
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { L } from "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import { c, i, j, f, h, g } from "./components/DataGrid/index.
|
|
2
|
+
import { c, i, j, f, h, g } from "./components/DataGrid/index.e5b552a2.js";
|
|
3
3
|
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
4
4
|
import { N as N2 } from "./components/NavLink/index.b75c91e1.js";
|
|
5
5
|
import { S } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
@@ -12,27 +12,27 @@ import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
|
12
12
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
13
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
14
14
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
-
import { A as A2 } from "./components/areas/components/AreasAdmin/index.
|
|
16
|
-
import { A as A3 } from "./components/areas/components/AreasViewer/index.
|
|
15
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.c55d5c24.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.2bec316e.js";
|
|
17
17
|
import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
18
18
|
import { a as a3, D, M as M3, c as c2 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
19
|
-
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.
|
|
19
|
+
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.827ee1e5.js";
|
|
20
20
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
21
21
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
22
22
|
import { A as A5, D as D2, L as L3, a as a4, g as g2 } from "./components/areas/dictionary.08cfc4c9.js";
|
|
23
|
-
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.
|
|
24
|
-
import { R as R2 } from "./components/hook-form/RHFColorPicker/index.
|
|
25
|
-
import { R as R3, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
26
|
-
import { R as R4 } from "./components/hook-form/RHFDateTime/index.
|
|
23
|
+
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.210ee73f.js";
|
|
24
|
+
import { R as R2 } from "./components/hook-form/RHFColorPicker/index.bcc1eced.js";
|
|
25
|
+
import { R as R3, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.e5935f63.js";
|
|
26
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.fa80a8cb.js";
|
|
27
27
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
28
28
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
29
|
-
import { R as R7 } from "./components/hook-form/RHFPeriod/index.
|
|
30
|
-
import { P as P2, g as g5 } from "./components/Period/index.
|
|
29
|
+
import { R as R7 } from "./components/hook-form/RHFPeriod/index.d320e56f.js";
|
|
30
|
+
import { P as P2, g as g5 } from "./components/Period/index.8e118051.js";
|
|
31
31
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.1ddb3d93.js";
|
|
32
32
|
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.a38715e3.js";
|
|
33
|
-
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.
|
|
34
|
-
import { R as R11 } from "./components/hook-form/RHFUpload/index.
|
|
35
|
-
import { A as A6 } from "./components/mui_extended/Accordion/index.
|
|
33
|
+
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.ab689d7d.js";
|
|
34
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.e251c9b6.js";
|
|
35
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.e15e10d9.js";
|
|
36
36
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
37
37
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
38
38
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
@@ -40,68 +40,70 @@ import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js"
|
|
|
40
40
|
import { B as B3 } from "./components/mui_extended/Badge/index.09f5aee5.js";
|
|
41
41
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
42
42
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
43
|
-
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.
|
|
44
|
-
import { M as M4 } from "./components/mui_extended/MenuActions/index.
|
|
45
|
-
import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.
|
|
43
|
+
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.5c68764a.js";
|
|
44
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.62359120.js";
|
|
45
|
+
import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.fa5f5ded.js";
|
|
46
46
|
import { a as a6, b as b4, d as d2, c as c4, T as T2 } from "./components/mui_extended/Tab/index.cefe27e7.js";
|
|
47
47
|
import { C as C2 } from "./components/mui_extended/CheckBox.e662d20c.js";
|
|
48
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
48
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.a719445f.js";
|
|
49
49
|
import { P as P4 } from "./components/mui_extended/Popover/index.b3eca6b1.js";
|
|
50
50
|
import { S as S2 } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
51
51
|
import { T as T3 } from "./components/mui_extended/Tooltip/index.24a2bc3f.js";
|
|
52
52
|
import { T as T4 } from "./components/mui_extended/Typography/index.379dd374.js";
|
|
53
|
-
import { T as T5 } from "./components/mui_extended/ToggleButton/index.
|
|
54
|
-
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.
|
|
55
|
-
import { B as B5 } from "./components/formatters/BooleanFormatter/index.
|
|
53
|
+
import { T as T5 } from "./components/mui_extended/ToggleButton/index.5aa6ea58.js";
|
|
54
|
+
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.47ddefd4.js";
|
|
55
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.b21353a5.js";
|
|
56
56
|
import { D as D3, g as g7 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
57
57
|
import { U, g as g8 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
58
|
-
import { P as P5, g as g9 } from "./components/formatters/PointsFormatter/index.
|
|
59
|
-
import { C as C3, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.
|
|
58
|
+
import { P as P5, g as g9 } from "./components/formatters/PointsFormatter/index.5c94c5e8.js";
|
|
59
|
+
import { C as C3, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.7b216229.js";
|
|
60
60
|
import { P as P7, g as g11 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
61
61
|
import { c as c5 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
62
|
-
import { c as c6 } from "./components/DataGrid/formatters/columnPointsFormatter/index.
|
|
62
|
+
import { c as c6 } from "./components/DataGrid/formatters/columnPointsFormatter/index.a19b7b90.js";
|
|
63
63
|
import { c as c7 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.b63f7246.js";
|
|
64
64
|
import { c as c8 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
65
|
-
import { D as D4, g as g12 } from "./components/DynamicFilter/index.
|
|
65
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.73258cb8.js";
|
|
66
66
|
import { H, e } from "./components/HelperText/index.7d2afdb3.js";
|
|
67
67
|
import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.8368ac0f.js";
|
|
68
|
-
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.
|
|
69
|
-
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.
|
|
70
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
71
|
-
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
72
|
-
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.
|
|
73
|
-
import { G, w, A as A13 } from "./components/GridLayout/index.
|
|
74
|
-
import { R as R12, a as a8, b as b6, c as c9 } from "./components/GridLayout/subcomponents/Responsive/index.
|
|
75
|
-
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.
|
|
76
|
-
import { P as P8 } from "./components/PrintingSystem/index.
|
|
77
|
-
import { I as I4 } from "./components/Icon/index.
|
|
78
|
-
import { L as L7 } from "./components/LanguagePopover/index.
|
|
68
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.106c5327.js";
|
|
69
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.bd2a14b2.js";
|
|
70
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.6d00f737.js";
|
|
71
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.9ee7df17.js";
|
|
72
|
+
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.b5206081.js";
|
|
73
|
+
import { G, w, A as A13 } from "./components/GridLayout/index.4d26c328.js";
|
|
74
|
+
import { R as R12, a as a8, b as b6, c as c9 } from "./components/GridLayout/subcomponents/Responsive/index.3839890b.js";
|
|
75
|
+
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.a751962f.js";
|
|
76
|
+
import { P as P8 } from "./components/PrintingSystem/index.9dc25af9.js";
|
|
77
|
+
import { I as I4 } from "./components/Icon/index.282c5b58.js";
|
|
78
|
+
import { L as L7 } from "./components/LanguagePopover/index.5e1d85a9.js";
|
|
79
79
|
import { L as L8 } from "./components/LinearProgressIndeterminate/index.2d53ade4.js";
|
|
80
|
-
import { I as I5 } from "./components/Image/index.
|
|
80
|
+
import { I as I5 } from "./components/Image/index.8915f577.js";
|
|
81
81
|
import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
|
|
82
|
-
import { c as c10, e as e2, d as d5, f as f2, u as u3 } from "./components/maps/components/Map/index.
|
|
83
|
-
import { G as G2, u as u4 } from "./components/maps/components/GpsTools/index.
|
|
84
|
-
import { M as M5, d as d6, g as g14 } from "./components/ModalDialog/index.
|
|
82
|
+
import { c as c10, e as e2, d as d5, f as f2, u as u3 } from "./components/maps/components/Map/index.b79ceae4.js";
|
|
83
|
+
import { G as G2, u as u4 } from "./components/maps/components/GpsTools/index.88b777fe.js";
|
|
84
|
+
import { M as M5, d as d6, g as g14 } from "./components/ModalDialog/index.690c82a4.js";
|
|
85
85
|
import { g as g15 } from "./components/modal/index.61389369.js";
|
|
86
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
87
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
88
|
-
import { L as L10, g as g16 } from "./components/LoadingError/index.
|
|
89
|
-
import { M as M6, g as g17 } from "./components/MFLoader/index.
|
|
90
|
-
import { N as N3, d as d7, g as g18 } from "./components/NoItemSelected/index.
|
|
91
|
-
import { O, d as d8, g as g19 } from "./components/ObjectLogs/index.
|
|
92
|
-
import { P as P9 } from "./components/PaperForm/index.
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import { S as
|
|
98
|
-
import { S as
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
86
|
+
import { W as W2 } from "./components/modal/WindowConfirm.ec73ba4f.js";
|
|
87
|
+
import { W as W3 } from "./components/modal/WindowBase.779aa7a5.js";
|
|
88
|
+
import { L as L10, g as g16 } from "./components/LoadingError/index.d95e6efb.js";
|
|
89
|
+
import { M as M6, g as g17 } from "./components/MFLoader/index.cc563716.js";
|
|
90
|
+
import { N as N3, d as d7, g as g18 } from "./components/NoItemSelected/index.5246b204.js";
|
|
91
|
+
import { O, d as d8, g as g19 } from "./components/ObjectLogs/index.f2b5f7d9.js";
|
|
92
|
+
import { P as P9 } from "./components/PaperForm/index.30f68f0f.js";
|
|
93
|
+
import { P as P10 } from "./components/PDFViewer/index.51e4f1b2.js";
|
|
94
|
+
import { H as H2 } from "./components/Page/index.f4aedd2d.js";
|
|
95
|
+
import { P as P11 } from "./components/PropertyValue/index.d61c943c.js";
|
|
96
|
+
import { R as R13 } from "./components/Resizeable/index.18c86aff.js";
|
|
97
|
+
import { S as S3 } from "./components/ScrollBar/index.010f1b9d.js";
|
|
98
|
+
import { S as S4 } from "./components/SplitLayout/index.30fd5861.js";
|
|
99
|
+
import { T as T7, a as a9 } from "./components/ToastContainer/index.83304f62.js";
|
|
100
|
+
import { S as S5 } from "./components/SideBar/index.f5aecd41.js";
|
|
101
|
+
import { A as A14, g as g20 } from "./components/AppBar/index.c64b66ee.js";
|
|
102
|
+
import { A as A15, g as g21 } from "./components/AccountPopover/index.34362031.js";
|
|
101
103
|
import { R as R14, g as g22 } from "./contexts/RHFormContext/index.7769076a.js";
|
|
102
|
-
import { M as M7, a as
|
|
103
|
-
import { g as g23, u as u5 } from "./hooks/useFormAddEdit/index.
|
|
104
|
-
import { u as u6 } from "./hooks/useModal/index.
|
|
104
|
+
import { M as M7, a as a10 } from "./contexts/ModalContext/index.6085b148.js";
|
|
105
|
+
import { g as g23, u as u5 } from "./hooks/useFormAddEdit/index.59821a33.js";
|
|
106
|
+
import { u as u6 } from "./hooks/useModal/index.1c88654a.js";
|
|
105
107
|
import { u as u7 } from "./hooks/useTab/index.500c048b.js";
|
|
106
108
|
import "react-router-dom";
|
|
107
109
|
import "@mui/material/styles";
|
|
@@ -113,7 +115,7 @@ import "clsx";
|
|
|
113
115
|
import "react-dnd";
|
|
114
116
|
import "react-dnd-html5-backend";
|
|
115
117
|
import "@m4l/core";
|
|
116
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
118
|
+
import "./components/DataGrid/subcomponents/Actions/index.2f58e034.js";
|
|
117
119
|
import "@m4l/graphics";
|
|
118
120
|
import "@mui/base";
|
|
119
121
|
import "./test/constants_no_mock.86c553a9.js";
|
|
@@ -121,7 +123,7 @@ import "./test/getNameDataTestId.14875ec7.js";
|
|
|
121
123
|
import "framer-motion";
|
|
122
124
|
import "simplebar-react";
|
|
123
125
|
import "./react-spinners.342a6578.js";
|
|
124
|
-
import "./components/areas/hooks/useAreas/index.
|
|
126
|
+
import "./components/areas/hooks/useAreas/index.71bc8f19.js";
|
|
125
127
|
import "zustand";
|
|
126
128
|
import "yup";
|
|
127
129
|
import "./components/areas/constants.66529246.js";
|
|
@@ -130,38 +132,48 @@ import "./components/areas/icons.8266ccc8.js";
|
|
|
130
132
|
import "zustand/shallow";
|
|
131
133
|
import "@mui/material/ButtonBase/TouchRipple";
|
|
132
134
|
import "./components/areas/index.4cc6a221.js";
|
|
133
|
-
import "./react-resizable.
|
|
134
|
-
import "./react-draggable.
|
|
135
|
+
import "./react-resizable.f2c58a4c.js";
|
|
136
|
+
import "./react-draggable.312ab17d.js";
|
|
135
137
|
import "prop-types";
|
|
136
138
|
import "react-dom";
|
|
137
139
|
import "zustand/middleware/immer";
|
|
138
140
|
import "zustand/middleware";
|
|
139
141
|
import "lodash";
|
|
140
142
|
import "react-hook-form";
|
|
141
|
-
import "
|
|
143
|
+
import "./node_modules.bb836860.js";
|
|
144
|
+
import "lodash-es/debounce";
|
|
145
|
+
import "lodash-es/each";
|
|
146
|
+
import "lodash/isString";
|
|
147
|
+
import "lodash/forOwn";
|
|
148
|
+
import "lodash/isPlainObject";
|
|
149
|
+
import "lodash/map";
|
|
150
|
+
import "lodash/cloneDeep";
|
|
151
|
+
import "lodash-es/merge";
|
|
152
|
+
import "lodash-es/throttle";
|
|
153
|
+
import "lodash-es/map";
|
|
154
|
+
import "lodash-es/isUndefined";
|
|
142
155
|
import "lodash/debounce";
|
|
143
156
|
import "@mui/x-date-pickers";
|
|
144
|
-
import "lodash/isString";
|
|
145
157
|
import "react-dropzone";
|
|
146
158
|
import "@mui/material/Button";
|
|
147
159
|
import "@mui/lab";
|
|
148
160
|
import "./hocs/withToggle/index.e44eb0da.js";
|
|
149
161
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
150
|
-
import "./components/PopupsProvider/index.
|
|
162
|
+
import "./components/PopupsProvider/index.c9400f03.js";
|
|
151
163
|
import "react-leaflet";
|
|
152
164
|
import "./hooks/useSizeContainer/index.62b4e0c4.js";
|
|
153
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
165
|
+
import "./components/GridLayout/subcomponents/Griditem/index.25e9f332.js";
|
|
154
166
|
import "fast-equals";
|
|
155
|
-
import "./components/PrintingSystem/subcomponents/DividerNode/index.
|
|
156
|
-
import "./components/PrintingSystem/subcomponents/SectionNode/index.
|
|
157
|
-
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.
|
|
158
|
-
import "./components/PrintingSystem/subcomponents/HeaderNode/index.
|
|
159
|
-
import "./components/PrintingSystem/subcomponents/BodyNode/index.
|
|
160
|
-
import "./components/PrintingSystem/subcomponents/FooterNode/index.
|
|
161
|
-
import "./components/PrintingSystem/subcomponents/PaperNode/index.
|
|
162
|
-
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.
|
|
163
|
-
import "./components/PrintingSystem/subcomponents/GridNode/index.
|
|
164
|
-
import "./components/PrintingSystem/subcomponents/ChartNode/index.
|
|
167
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.46c5eb9e.js";
|
|
168
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.c5588090.js";
|
|
169
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.7792384b.js";
|
|
170
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.9afcd686.js";
|
|
171
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.6c1cf8f5.js";
|
|
172
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.18aa1ddd.js";
|
|
173
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.a3967d23.js";
|
|
174
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.e1c05641.js";
|
|
175
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.f4b4ffca.js";
|
|
176
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.fdb01c74.js";
|
|
165
177
|
import "chart.js";
|
|
166
178
|
import "chartjs-chart-error-bars";
|
|
167
179
|
import "leaflet/dist/leaflet.css";
|
|
@@ -175,11 +187,11 @@ import "./components/hook-form/HelperError/index.66bbcac3.js";
|
|
|
175
187
|
import "./hooks/useFormReadyForUpdate/index.f60f500e.js";
|
|
176
188
|
import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
|
177
189
|
import "@geoman-io/leaflet-geoman-free";
|
|
178
|
-
import "./react-json-view.
|
|
179
|
-
import "./commonjs.
|
|
190
|
+
import "./react-json-view.5636414a.js";
|
|
191
|
+
import "./commonjs.333e55c7.js";
|
|
180
192
|
import "react-helmet-async";
|
|
181
193
|
import "simplebar/dist/simplebar.min.css?used";
|
|
182
|
-
import "./react-splitter-layout.
|
|
194
|
+
import "./react-splitter-layout.c5d98bf7.js";
|
|
183
195
|
import "@hookform/resolvers/yup";
|
|
184
196
|
export {
|
|
185
197
|
A5 as AREAS_DICTIONARY_ID,
|
|
@@ -240,13 +252,14 @@ export {
|
|
|
240
252
|
M4 as MenuActions,
|
|
241
253
|
M7 as ModalContext,
|
|
242
254
|
M5 as ModalDialog,
|
|
243
|
-
|
|
255
|
+
a10 as ModalProvider,
|
|
244
256
|
M as MotionContainer,
|
|
245
257
|
M2 as MotionLazyContainer,
|
|
246
258
|
N2 as NavLink,
|
|
247
259
|
N3 as NoItemSelected,
|
|
248
260
|
N as NumberEditor,
|
|
249
261
|
O as ObjectLogs,
|
|
262
|
+
P10 as PDFViewer,
|
|
250
263
|
P3 as Pager,
|
|
251
264
|
P9 as PaperForm,
|
|
252
265
|
P2 as Period,
|
|
@@ -256,7 +269,7 @@ export {
|
|
|
256
269
|
P7 as PriceFormatter,
|
|
257
270
|
P8 as PrintingSystem,
|
|
258
271
|
P as PropagateLoader,
|
|
259
|
-
|
|
272
|
+
P11 as PropertyValue,
|
|
260
273
|
R as RHFAutocomplete,
|
|
261
274
|
R3 as RHFAutocompleteAsync,
|
|
262
275
|
R9 as RHFCheckbox,
|
|
@@ -286,6 +299,8 @@ export {
|
|
|
286
299
|
c4 as TabProvider,
|
|
287
300
|
T2 as Tabs,
|
|
288
301
|
T as TextEditor,
|
|
302
|
+
T7 as ToastContainer,
|
|
303
|
+
a9 as ToastMessage,
|
|
289
304
|
T5 as ToggleButton,
|
|
290
305
|
T6 as ToggleIconButton,
|
|
291
306
|
T3 as Tooltip,
|