@m4l/components 0.1.95 → 0.1.97
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 +13 -4
- package/{commonjs.565e6834.js → commonjs.333e55c7.js} +5 -0
- package/components/AccountPopover/{index.3711d526.js → index.252cc907.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.512042a9.js → index.f1a995c7.js} +26 -5
- package/components/AppBar/types.d.ts +14 -0
- package/components/CommonActions/components/ActionCancel/{index.bb383946.js → index.918fe98b.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.97ecdeef.js → index.8b12f4b2.js} +5 -14
- package/components/CommonActions/components/ActionFormIntro/{index.3deddb07.js → index.c2e8b360.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.4bc5780e.js → index.ee716861.js} +2 -2
- package/components/CommonActions/components/Actions/{index.ccf731c1.js → index.2f6286eb.js} +1 -1
- package/components/DataGrid/formatters/columnPointsFormatter/{index.5e645334.js → index.a19b7b90.js} +1 -1
- package/components/DataGrid/{index.47a152d0.js → index.227eb189.js} +6 -7
- package/components/DataGrid/subcomponents/Actions/{index.8d9feca6.js → index.1b896eae.js} +9 -9
- package/components/DataGrid/types.d.ts +3 -0
- package/components/DraggableWindow/{index.8f423ed7.js → index.f9f067bd.js} +1 -1
- package/components/DynamicFilter/classes/index.d.ts +1 -1
- package/components/DynamicFilter/classes/types.d.ts +1 -0
- package/components/DynamicFilter/{index.a50a1483.js → index.91f911cc.js} +16 -12
- package/components/GridLayout/{index.4a245d9e.js → index.e8c04242.js} +2 -2
- package/components/GridLayout/subcomponents/Griditem/{index.ea745285.js → index.4d38f12e.js} +3 -3
- package/components/GridLayout/subcomponents/Responsive/{index.edb59c22.js → index.e25df1dc.js} +1 -1
- package/components/Icon/index.4e424a81.js +248 -0
- package/components/Icon/types.d.ts +1 -0
- package/components/Image/{index.9799dfc0.js → index.8b134b95.js} +44 -2
- package/components/Image/types.d.ts +2 -2
- package/components/LanguagePopover/{index.087b430d.js → index.c5eb0191.js} +2 -2
- package/components/LinearProgressIndeterminate/{index.c46da124.js → index.a0ad2d9e.js} +1 -1
- package/components/LoadingError/{index.08cf9728.js → index.536db030.js} +3 -3
- package/components/MFLoader/{index.4b531d2d.js → index.3ba9d320.js} +1 -1
- package/components/ModalDialog/{index.ec55087e.js → index.89e26413.js} +4 -4
- package/components/NoItemSelected/{index.8a2a13f8.js → index.216d87c8.js} +1 -1
- package/components/ObjectLogs/{index.55b5c933.js → index.882325f1.js} +6 -6
- package/components/Page/{index.49d18c85.js → index.c100afa4.js} +1 -1
- package/components/PaperForm/{index.a2b69977.js → index.b7918854.js} +1 -1
- package/components/Period/{index.8cccbb4b.js → index.5f3af84b.js} +2 -2
- package/components/PrintingSystem/{index.d1fd7818.js → index.2147b2c3.js} +14 -13
- package/components/PrintingSystem/subcomponents/BodyNode/{index.f6410daa.js → index.7bed0f05.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.6b30abe0.js → index.c552eb03.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.dcac3bc0.js → index.007d01ab.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.dd21921e.js → index.72ef9241.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.eb5ebe06.js → index.2fac7376.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.48e8769c.js → index.01ae9ede.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.ccec72dc.js → index.cfd86519.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.807e0343.js → index.c4fa3813.js} +1 -1
- package/components/PrintingSystem/subcomponents/QRImageNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/QRImageNode/types.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/SectionNode/{index.622df623.js → index.13e656ad.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.f06ac3d5.js → index.0c3db261.js} +1 -1
- 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.3d5e8c52.js +206 -0
- package/components/PropertyValue/types.d.ts +5 -7
- package/components/Resizeable/{index.8c53c1fa.js → index.6478d7d8.js} +1 -1
- package/components/SideBar/classes/index.d.ts +1 -1
- package/components/SideBar/{index.ce301edd.js → index.ed0211ba.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 +3 -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.2343fd28.js +87 -0
- package/components/ToastContainer/index.d.ts +2 -0
- package/components/ToastContainer/subcomponents/ToastMessage/index.d.ts +3 -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.3c182644.js → index.917f9ff2.js} +11 -11
- package/components/areas/components/AreasViewer/{index.a0a969e7.js → index.7d3415a5.js} +15 -15
- package/components/areas/contexts/AreasContext/{index.d43aceaf.js → index.e3324e71.js} +4 -4
- package/components/areas/hooks/useAreas/{index.6a1d525c.js → index.c6264add.js} +1 -1
- package/components/formatters/BooleanFormatter/{index.00596be3.js → index.35005602.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.1906141f.js → index.e8bd78a5.js} +1 -1
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +2 -0
- package/components/hook-form/RHFAutocomplete/{index.a5f1034a.js → index.b01b97e3.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.047ff594.js → index.8241ce18.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.d.ts +9 -0
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +2 -0
- package/components/hook-form/RHFColorPicker/types.d.ts +8 -0
- package/components/hook-form/RHFDateTime/{index.a273293c.js → index.e8ea2555.js} +1 -1
- package/components/hook-form/RHFDateTime/types.d.ts +0 -1
- package/components/hook-form/RHFPeriod/{index.53827a17.js → index.584f515c.js} +1 -1
- package/components/hook-form/RHFTextField/{index.5801338a.js → index.87c99323.js} +2 -2
- package/components/hook-form/RHFUpload/{index.f04df1c9.js → index.f2983d70.js} +4 -4
- package/components/hook-form/index.d.ts +1 -0
- package/components/index.d.ts +1 -0
- package/components/modal/{WindowBase.beb2fb3e.js → WindowBase.b1f12376.js} +3 -3
- package/components/modal/{WindowConfirm.477e6f63.js → WindowConfirm.481ef7a0.js} +6 -6
- package/components/mui_extended/Accordion/{index.08ff7e2f.js → index.54101c95.js} +3 -3
- package/components/mui_extended/Button/classes/types.d.ts +2 -0
- package/components/mui_extended/Button/{index.857c2dfe.js → index.158a9a65.js} +3 -3
- package/components/mui_extended/IconButton/{index.5499ffdb.js → index.3c568901.js} +1 -1
- package/components/mui_extended/LoadingButton/classes/constants.d.ts +1 -1
- package/components/mui_extended/MenuActions/{index.d8d0c00e.js → index.4817512a.js} +2 -2
- package/components/mui_extended/Pager/{index.47343062.js → index.ba2163c2.js} +1 -1
- package/components/mui_extended/Tab/{index.2f9a6815.js → index.ed3c7b65.js} +1 -1
- package/contexts/ModalContext/{index.436c2938.js → index.b39d303d.js} +1 -1
- package/hooks/useFormAddEdit/{index.b9ccd95f.js → index.6929cc88.js} +5 -4
- package/hooks/useFormAddEdit/types.d.ts +1 -0
- package/hooks/useModal/{index.05d1821e.js → index.abdc0962.js} +1 -1
- package/index.js +106 -91
- package/node_modules.a40403af.js +6921 -0
- package/package.json +4 -2
- package/{react-draggable.e4725f3a.js → react-draggable.ee21cb7e.js} +4 -4
- package/{react-json-view.57125fcf.js → react-json-view.5636414a.js} +1 -1
- package/{react-resizable.c07d63fb.js → react-resizable.ee028152.js} +5 -5
- package/{react-splitter-layout.8b1655c8.js → react-splitter-layout.c5d98bf7.js} +3 -3
- package/vendor.c4bc5f4d.js +249 -0
- package/components/Icon/index.11a7a77c.js +0 -147
- package/components/PropertyValue/index.4ae0bb21.js +0 -220
- package/components/PropertyValue/skeleton.d.ts +0 -3
- package/vendor.6019bf6e.js +0 -104
- /package/components/GridLayout/subcomponents/{Griditem → GridItem}/index.d.ts +0 -0
- /package/components/GridLayout/subcomponents/{Griditem → GridItem}/types.d.ts +0 -0
- /package/utils/{index.6469f148.js → index.de903261.js} +0 -0
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { L } from "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import { c, f, i, h, e, g } from "./components/DataGrid/index.
|
|
2
|
+
import { c, f, i, h, e, g } from "./components/DataGrid/index.227eb189.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,26 +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.917f9ff2.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.7d3415a5.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.e3324e71.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, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
25
|
-
import { R as R3 } from "./
|
|
26
|
-
import { R as R4 } from "./components/hook-form/
|
|
27
|
-
import { R as R5 } from "./components/hook-form/
|
|
28
|
-
import { R as R6 } from "./components/hook-form/
|
|
29
|
-
import { R as R7 } from "./components/hook-form/
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import { R as R10 } from "./components/hook-form/
|
|
34
|
-
import {
|
|
23
|
+
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.b01b97e3.js";
|
|
24
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.8241ce18.js";
|
|
25
|
+
import { R as R3 } from "./vendor.c4bc5f4d.js";
|
|
26
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.e8ea2555.js";
|
|
27
|
+
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
28
|
+
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
29
|
+
import { R as R7 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
30
|
+
import { R as R8 } from "./components/hook-form/RHFPeriod/index.584f515c.js";
|
|
31
|
+
import { P as P2, g as g5 } from "./components/Period/index.5f3af84b.js";
|
|
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.87c99323.js";
|
|
34
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.f2983d70.js";
|
|
35
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.54101c95.js";
|
|
35
36
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
36
37
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
37
38
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
@@ -39,63 +40,64 @@ import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js"
|
|
|
39
40
|
import { B as B3 } from "./components/mui_extended/Badge/index.09f5aee5.js";
|
|
40
41
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
41
42
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
42
|
-
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.
|
|
43
|
-
import { M as M4 } from "./components/mui_extended/MenuActions/index.
|
|
44
|
-
import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.
|
|
45
|
-
import { T as T2, b as b4, a as a6 } from "./components/mui_extended/Tab/index.
|
|
43
|
+
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.158a9a65.js";
|
|
44
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.4817512a.js";
|
|
45
|
+
import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.ba2163c2.js";
|
|
46
|
+
import { T as T2, b as b4, a as a6 } from "./components/mui_extended/Tab/index.ed3c7b65.js";
|
|
46
47
|
import { C as C2 } from "./components/mui_extended/CheckBox.e662d20c.js";
|
|
47
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
48
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.3c568901.js";
|
|
48
49
|
import { P as P4 } from "./components/mui_extended/Popover/index.b3eca6b1.js";
|
|
49
50
|
import { S as S2 } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
50
51
|
import { T as T3 } from "./components/mui_extended/Tooltip/index.24a2bc3f.js";
|
|
51
52
|
import { T as T4 } from "./components/mui_extended/Typography/index.379dd374.js";
|
|
52
|
-
import { B as B5 } from "./components/formatters/BooleanFormatter/index.
|
|
53
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.35005602.js";
|
|
53
54
|
import { D as D3, g as g7 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
54
55
|
import { U, g as g8 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
55
|
-
import { P as P5, g as g9 } from "./components/formatters/PointsFormatter/index.
|
|
56
|
-
import { C as C3, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.
|
|
56
|
+
import { P as P5, g as g9 } from "./components/formatters/PointsFormatter/index.5c94c5e8.js";
|
|
57
|
+
import { C as C3, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.e8bd78a5.js";
|
|
57
58
|
import { P as P7, g as g11 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
58
59
|
import { c as c4 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
59
|
-
import { c as c5 } from "./components/DataGrid/formatters/columnPointsFormatter/index.
|
|
60
|
+
import { c as c5 } from "./components/DataGrid/formatters/columnPointsFormatter/index.a19b7b90.js";
|
|
60
61
|
import { c as c6 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.b63f7246.js";
|
|
61
62
|
import { c as c7 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
62
|
-
import { D as D4, g as g12 } from "./components/DynamicFilter/index.
|
|
63
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.91f911cc.js";
|
|
63
64
|
import { H, e as e2 } from "./components/HelperText/index.7d2afdb3.js";
|
|
64
|
-
import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.
|
|
65
|
-
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.
|
|
66
|
-
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.
|
|
67
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
68
|
-
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
69
|
-
import { D as D5 } from "./components/DraggableWindow/index.
|
|
70
|
-
import { G, S as S3, w, A as A13 } from "./components/GridLayout/index.
|
|
71
|
-
import { R as
|
|
72
|
-
import { P as P8 } from "./components/PrintingSystem/index.
|
|
73
|
-
import { I as I4 } from "./components/Icon/index.
|
|
74
|
-
import { L as L7 } from "./components/LanguagePopover/index.
|
|
75
|
-
import { L as L8 } from "./components/LinearProgressIndeterminate/index.
|
|
76
|
-
import { I as I5 } from "./components/Image/index.
|
|
65
|
+
import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.2f6286eb.js";
|
|
66
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.918fe98b.js";
|
|
67
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.ee716861.js";
|
|
68
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.8b12f4b2.js";
|
|
69
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.c2e8b360.js";
|
|
70
|
+
import { D as D5 } from "./components/DraggableWindow/index.f9f067bd.js";
|
|
71
|
+
import { G, S as S3, w, A as A13 } from "./components/GridLayout/index.e8c04242.js";
|
|
72
|
+
import { R as R12, a as a8, b as b6, c as c8 } from "./components/GridLayout/subcomponents/Responsive/index.e25df1dc.js";
|
|
73
|
+
import { P as P8 } from "./components/PrintingSystem/index.2147b2c3.js";
|
|
74
|
+
import { I as I4 } from "./components/Icon/index.4e424a81.js";
|
|
75
|
+
import { L as L7 } from "./components/LanguagePopover/index.c5eb0191.js";
|
|
76
|
+
import { L as L8 } from "./components/LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
77
|
+
import { I as I5 } from "./components/Image/index.8b134b95.js";
|
|
77
78
|
import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
|
|
78
|
-
import { M as M5, d as d3, g as g14 } from "./components/ModalDialog/index.
|
|
79
|
+
import { M as M5, d as d3, g as g14 } from "./components/ModalDialog/index.89e26413.js";
|
|
79
80
|
import { g as g15 } from "./components/modal/index.61389369.js";
|
|
80
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
81
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
82
|
-
import { L as L10, g as g16 } from "./components/LoadingError/index.
|
|
83
|
-
import { M as M6, g as g17 } from "./components/MFLoader/index.
|
|
84
|
-
import { N as N3, d as d4, g as g18 } from "./components/NoItemSelected/index.
|
|
85
|
-
import { O, d as d5, g as g19 } from "./components/ObjectLogs/index.
|
|
86
|
-
import { P as P9 } from "./components/PaperForm/index.
|
|
87
|
-
import { H as H2 } from "./components/Page/index.
|
|
88
|
-
import { P as P10 } from "./components/PropertyValue/index.
|
|
89
|
-
import { R as
|
|
81
|
+
import { W as W2 } from "./components/modal/WindowConfirm.481ef7a0.js";
|
|
82
|
+
import { W as W3 } from "./components/modal/WindowBase.b1f12376.js";
|
|
83
|
+
import { L as L10, g as g16 } from "./components/LoadingError/index.536db030.js";
|
|
84
|
+
import { M as M6, g as g17 } from "./components/MFLoader/index.3ba9d320.js";
|
|
85
|
+
import { N as N3, d as d4, g as g18 } from "./components/NoItemSelected/index.216d87c8.js";
|
|
86
|
+
import { O, d as d5, g as g19 } from "./components/ObjectLogs/index.882325f1.js";
|
|
87
|
+
import { P as P9 } from "./components/PaperForm/index.b7918854.js";
|
|
88
|
+
import { H as H2 } from "./components/Page/index.c100afa4.js";
|
|
89
|
+
import { P as P10 } from "./components/PropertyValue/index.3d5e8c52.js";
|
|
90
|
+
import { R as R13 } from "./components/Resizeable/index.6478d7d8.js";
|
|
90
91
|
import { S as S4 } from "./components/ScrollBar/index.65bb2930.js";
|
|
91
|
-
import { S as S5 } from "./components/SplitLayout/index.
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import { A as
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import { u as
|
|
92
|
+
import { S as S5 } from "./components/SplitLayout/index.30fd5861.js";
|
|
93
|
+
import { T as T5, a as a9 } from "./components/ToastContainer/index.2343fd28.js";
|
|
94
|
+
import { S as S6 } from "./components/SideBar/index.ed0211ba.js";
|
|
95
|
+
import { A as A14, g as g20 } from "./components/AppBar/index.f1a995c7.js";
|
|
96
|
+
import { A as A15, g as g21 } from "./components/AccountPopover/index.252cc907.js";
|
|
97
|
+
import { R as R14, g as g22 } from "./contexts/RHFormContext/index.1755b324.js";
|
|
98
|
+
import { M as M7, a as a10 } from "./contexts/ModalContext/index.b39d303d.js";
|
|
99
|
+
import { g as g23, u as u3 } from "./hooks/useFormAddEdit/index.6929cc88.js";
|
|
100
|
+
import { u as u4 } from "./hooks/useModal/index.abdc0962.js";
|
|
99
101
|
import "react-router-dom";
|
|
100
102
|
import "@mui/material/styles";
|
|
101
103
|
import "@mui/material";
|
|
@@ -106,25 +108,24 @@ import "clsx";
|
|
|
106
108
|
import "react-dnd";
|
|
107
109
|
import "react-dnd-html5-backend";
|
|
108
110
|
import "@m4l/core";
|
|
109
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
111
|
+
import "./components/DataGrid/subcomponents/Actions/index.1b896eae.js";
|
|
110
112
|
import "@m4l/graphics";
|
|
111
113
|
import "@mui/base";
|
|
112
114
|
import "./test/constants_no_mock.86c553a9.js";
|
|
113
|
-
import "./vendor.6019bf6e.js";
|
|
114
115
|
import "framer-motion";
|
|
115
116
|
import "simplebar-react";
|
|
116
117
|
import "./react-spinners.342a6578.js";
|
|
117
|
-
import "./components/areas/hooks/useAreas/index.
|
|
118
|
+
import "./components/areas/hooks/useAreas/index.c6264add.js";
|
|
118
119
|
import "zustand";
|
|
119
120
|
import "yup";
|
|
120
|
-
import "./utils/index.
|
|
121
|
+
import "./utils/index.de903261.js";
|
|
121
122
|
import "./components/areas/constants.66529246.js";
|
|
122
123
|
import "./components/areas/icons.8266ccc8.js";
|
|
123
124
|
import "zustand/shallow";
|
|
124
125
|
import "@mui/material/ButtonBase/TouchRipple";
|
|
125
126
|
import "./components/areas/index.4cc6a221.js";
|
|
126
|
-
import "./react-resizable.
|
|
127
|
-
import "./react-draggable.
|
|
127
|
+
import "./react-resizable.ee028152.js";
|
|
128
|
+
import "./react-draggable.ee21cb7e.js";
|
|
128
129
|
import "prop-types";
|
|
129
130
|
import "react-dom";
|
|
130
131
|
import "zustand/middleware/immer";
|
|
@@ -132,31 +133,42 @@ import "zustand/middleware";
|
|
|
132
133
|
import "lodash";
|
|
133
134
|
import "react-hook-form";
|
|
134
135
|
import "lodash/debounce";
|
|
135
|
-
import "
|
|
136
|
+
import "./node_modules.a40403af.js";
|
|
137
|
+
import "lodash-es/debounce";
|
|
138
|
+
import "lodash-es/each";
|
|
136
139
|
import "lodash/isString";
|
|
140
|
+
import "lodash/forOwn";
|
|
141
|
+
import "lodash/isPlainObject";
|
|
142
|
+
import "lodash/map";
|
|
143
|
+
import "lodash/cloneDeep";
|
|
144
|
+
import "lodash-es/merge";
|
|
145
|
+
import "lodash-es/throttle";
|
|
146
|
+
import "lodash-es/map";
|
|
147
|
+
import "lodash-es/isUndefined";
|
|
148
|
+
import "@mui/x-date-pickers";
|
|
137
149
|
import "react-dropzone";
|
|
138
150
|
import "@mui/material/Button";
|
|
139
151
|
import "@mui/lab";
|
|
140
152
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
141
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
153
|
+
import "./components/GridLayout/subcomponents/Griditem/index.4d38f12e.js";
|
|
142
154
|
import "fast-equals";
|
|
143
|
-
import "./components/PrintingSystem/subcomponents/DividerNode/index.
|
|
144
|
-
import "./components/PrintingSystem/subcomponents/SectionNode/index.
|
|
145
|
-
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.
|
|
146
|
-
import "./components/PrintingSystem/subcomponents/HeaderNode/index.
|
|
147
|
-
import "./components/PrintingSystem/subcomponents/BodyNode/index.
|
|
148
|
-
import "./components/PrintingSystem/subcomponents/FooterNode/index.
|
|
149
|
-
import "./components/PrintingSystem/subcomponents/PaperNode/index.
|
|
150
|
-
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.
|
|
151
|
-
import "./components/PrintingSystem/subcomponents/GridNode/index.
|
|
152
|
-
import "./components/PrintingSystem/subcomponents/ChartNode/index.
|
|
155
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.007d01ab.js";
|
|
156
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.13e656ad.js";
|
|
157
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.0c3db261.js";
|
|
158
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.01ae9ede.js";
|
|
159
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.7bed0f05.js";
|
|
160
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.72ef9241.js";
|
|
161
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.cfd86519.js";
|
|
162
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.c4fa3813.js";
|
|
163
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.2fac7376.js";
|
|
164
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.c552eb03.js";
|
|
153
165
|
import "chart.js";
|
|
154
166
|
import "chartjs-chart-error-bars";
|
|
155
|
-
import "./react-json-view.
|
|
156
|
-
import "./commonjs.
|
|
167
|
+
import "./react-json-view.5636414a.js";
|
|
168
|
+
import "./commonjs.333e55c7.js";
|
|
157
169
|
import "react-helmet-async";
|
|
158
170
|
import "simplebar/dist/simplebar.min.css?used";
|
|
159
|
-
import "./react-splitter-layout.
|
|
171
|
+
import "./react-splitter-layout.c5d98bf7.js";
|
|
160
172
|
import "@hookform/resolvers/yup";
|
|
161
173
|
export {
|
|
162
174
|
A5 as AREAS_DICTIONARY_ID,
|
|
@@ -212,7 +224,7 @@ export {
|
|
|
212
224
|
M4 as MenuActions,
|
|
213
225
|
M7 as ModalContext,
|
|
214
226
|
M5 as ModalDialog,
|
|
215
|
-
|
|
227
|
+
a10 as ModalProvider,
|
|
216
228
|
M as MotionContainer,
|
|
217
229
|
M2 as MotionLazyContainer,
|
|
218
230
|
N2 as NavLink,
|
|
@@ -231,21 +243,22 @@ export {
|
|
|
231
243
|
P10 as PropertyValue,
|
|
232
244
|
R as RHFAutocomplete,
|
|
233
245
|
R2 as RHFAutocompleteAsync,
|
|
234
|
-
|
|
235
|
-
R3 as
|
|
236
|
-
R4 as
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
246
|
+
R9 as RHFCheckbox,
|
|
247
|
+
R3 as RHFColorPicker,
|
|
248
|
+
R4 as RHFDateTime,
|
|
249
|
+
R5 as RHFMultiCheckbox,
|
|
250
|
+
R8 as RHFPeriod,
|
|
251
|
+
R7 as RHFRadioGroup,
|
|
252
|
+
R6 as RHFSelect,
|
|
240
253
|
b3 as RHFTEXTFIELD_INPUT_TEST_ID,
|
|
241
254
|
c3 as RHFTEXTFIELD_PREFIX,
|
|
242
255
|
a5 as RHFTEXTFIELD_ROOT_TEST_ID,
|
|
243
|
-
|
|
256
|
+
R10 as RHFTextField,
|
|
244
257
|
d as RHFTextFieldPassword,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
258
|
+
R11 as RHFUploadImage,
|
|
259
|
+
R14 as RHFormProvider,
|
|
260
|
+
R13 as ResizeableWindow,
|
|
261
|
+
R12 as Responsive,
|
|
249
262
|
S4 as ScrollBar,
|
|
250
263
|
S as ScrollToTop,
|
|
251
264
|
S6 as SideBar,
|
|
@@ -256,6 +269,8 @@ export {
|
|
|
256
269
|
b4 as TabContent,
|
|
257
270
|
a6 as Tabs,
|
|
258
271
|
T as TextEditor,
|
|
272
|
+
T5 as ToastContainer,
|
|
273
|
+
a9 as ToastMessage,
|
|
259
274
|
T3 as Tooltip,
|
|
260
275
|
T4 as Typography,
|
|
261
276
|
U as UncertaintyFormatter,
|