@m4l/components 0.2.7 → 0.2.9
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.2604c389.js → index.8a11a7b6.js} +21 -9
- package/components/AppBar/{index.9522f237.js → index.966d5162.js} +22 -5
- package/components/CommonActions/components/ActionCancel/{index.06539086.js → index.68bf349a.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/index.728bb37d.js +146 -0
- package/components/CommonActions/components/ActionFormIntro/{index.5a719043.js → index.a7e8711b.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.3e8a2e60.js → index.7cc0a393.js} +2 -2
- package/components/CommonActions/components/Actions/index.b61826a4.js +163 -0
- package/components/DataGrid/constants.d.ts +2 -0
- package/components/DataGrid/{index.84a4843c.js → index.3a2e683c.js} +92 -92
- package/components/DataGrid/subcomponents/Actions/{index.dbcbee6d.js → index.063a0197.js} +89 -9
- package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.d.ts +0 -1
- package/components/DynamicFilter/{index.39033eb7.js → index.a5197d85.js} +92 -23
- package/components/GridLayout/{index.e8c04242.js → index.68093cfb.js} +7 -6
- package/components/GridLayout/subcomponents/Griditem/{index.4d38f12e.js → index.8e4af155.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.e25df1dc.js → index.c32210fc.js} +1 -1
- package/components/HelperText/{index.7d2afdb3.js → index.a6a02c79.js} +23 -2
- package/components/Icon/{index.05984e7f.js → index.29065051.js} +5 -5
- package/components/Image/{index.bf37e923.js → index.cf640615.js} +3 -3
- package/components/LanguagePopover/{index.5ff37dbf.js → index.0319d6a8.js} +20 -4
- package/components/LoadingError/{index.fabad214.js → index.1426339a.js} +23 -5
- package/components/MFLoader/{index.7b4ee2a4.js → index.cbd2e5af.js} +21 -5
- package/components/ModalDialog/{index.89e26413.js → index.82ccabcc.js} +3 -3
- package/components/NavLink/{index.b75c91e1.js → index.618dabfb.js} +22 -2
- package/components/NoItemSelected/{index.7db73e77.js → index.50d06852.js} +1 -1
- package/components/ObjectLogs/{index.aeb2540f.js → index.fb34f372.js} +84 -5
- package/components/PDFViewer/{index.5c2db67a.js → index.ec8d0f79.js} +23 -3
- package/components/Page/{index.710cb16f.js → index.5aefe8f7.js} +1 -1
- package/components/PaperForm/classes/index.d.ts +2 -1
- package/components/PaperForm/classes/types.d.ts +1 -0
- package/components/PaperForm/{index.7ea3883f.js → index.6859d4e8.js} +11 -6
- package/components/PaperForm/types.d.ts +4 -1
- package/components/Period/{index.0aa8e507.js → index.df612223.js} +90 -5
- package/components/PrintingSystem/{index.ed3b22b7.js → index.73dd98b3.js} +12 -12
- package/components/PrintingSystem/subcomponents/BodyNode/{index.7acc6016.js → index.d70a5d24.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.e4a23bdd.js → index.4cd7f6d8.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.16fff262.js → index.56efaa0c.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.6c67dec0.js → index.4320bb03.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.f466062b.js → index.6cabbf31.js} +1 -5
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.77d3d39a.js → index.0e23ffd4.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.2a3d54a3.js → index.f97e7aa6.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.e71ad971.js → index.7d3a3c8f.js} +1 -2
- package/components/PrintingSystem/subcomponents/SectionNode/{index.ce4f6d16.js → index.05d1fcf7.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.850d20a1.js → index.3894059c.js} +1 -1
- package/components/PropertyValue/{index.43ac2a71.js → index.df683b35.js} +20 -4
- package/components/SideBar/{index.58d29b84.js → index.f322ee0b.js} +22 -23
- package/components/ToastContainer/{index.ed440301.js → index.f67795cb.js} +7 -5
- package/components/animate/{index.5d4575bc.js → index.4e9774a6.js} +6 -2
- package/components/areas/components/AreasAdmin/{index.d2ce1682.js → index.6024578a.js} +98 -27
- package/components/areas/components/AreasViewer/{index.977d2804.js → index.41e89676.js} +84 -18
- package/components/areas/components/index.198e8954.js +32 -0
- package/components/areas/contexts/AreasContext/helper.d.ts +2 -2
- package/components/areas/contexts/AreasContext/{index.79ec57d5.js → index.9c8e3b41.js} +10 -17
- package/components/areas/contexts/index.eba30173.js +4 -0
- package/components/areas/hooks/index.0184c6f7.js +4 -0
- package/components/areas/hooks/useAreas/{index.de0591fe.js → index.fb721543.js} +1 -1
- package/components/areas/index.abedae6a.js +56 -0
- package/components/formatters/BooleanFormatter/{index.4f3cbdce.js → index.64ed2d71.js} +2 -3
- package/components/formatters/{index.4ca6946d.js → index.57f0da1b.js} +7 -3
- package/components/hook-form/RHFAutocomplete/{index.0ce87ac3.js → index.e830f749.js} +22 -7
- package/components/hook-form/RHFAutocompleteAsync/{index.57789d3a.js → index.12580722.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.a38715e3.js → index.938321c1.js} +22 -2
- package/components/hook-form/RHFColorPicker/{index.d00a2b53.js → index.e292aa86.js} +21 -5
- package/components/hook-form/RHFDateTime/{index.ae5d3a39.js → index.321e4b87.js} +21 -5
- package/components/hook-form/RHFPeriod/{index.ae9bcf41.js → index.98b2667a.js} +2 -3
- package/components/hook-form/RHFTextField/{index.80cc07e0.js → index.d08c142b.js} +7 -5
- package/components/hook-form/RHFUpload/{index.587aac00.js → index.cdb2e584.js} +22 -5
- package/components/modal/WindowBase.4fe313e7.js +160 -0
- package/components/modal/WindowConfirm.355df4de.js +188 -0
- package/components/modal/index.ea3a21cb.js +148 -0
- package/components/mui_extended/Accordion/{index.eddcfe40.js → index.3e247bd4.js} +4 -4
- package/components/mui_extended/Button/{index.570fd3a4.js → index.f538e360.js} +3 -3
- package/components/mui_extended/{CheckBox.e662d20c.js → CheckBox.38abccd8.js} +1 -1
- package/components/mui_extended/IconButton/{index.26de70bd.js → index.e295aa1f.js} +2 -2
- package/components/mui_extended/MenuActions/{index.8c02ff61.js → index.9b37fadc.js} +19 -5
- package/components/mui_extended/Pager/{index.5629e82b.js → index.78dea971.js} +2 -3
- package/components/mui_extended/Tab/{index.f8795137.js → index.4c797c00.js} +2 -2
- package/components/mui_extended/ToggleButton/{index.21a1f8e5.js → index.43140642.js} +5 -1
- package/components/mui_extended/ToggleIconButton/{index.00f13c40.js → index.3d725376.js} +6 -1
- package/components/mui_extended/index.1da3a53e.js +24 -0
- package/contexts/ModalContext/{index.b39d303d.js → index.6d2dda38.js} +1 -1
- package/hooks/useFormAddEdit/index.0d294209.js +183 -0
- package/hooks/useModal/{index.abdc0962.js → index.97742698.js} +1 -1
- package/hooks/useTab/index.cb48ec45.js +103 -0
- package/index.js +176 -176
- package/{node_modules.8f15d11f.js → node_modules.56dca1cf.js} +1 -1
- package/package.json +1 -1
- package/vendor.3c20510a.js +142 -0
- package/components/CommonActions/components/ActionFormCancel/index.33fc6c79.js +0 -61
- package/components/CommonActions/components/Actions/index.2f6286eb.js +0 -74
- package/components/DataGrid/subcomponents/Table/subcomponents/constants.d.ts +0 -1
- package/components/areas/components/index.558684b3.js +0 -1
- package/components/areas/contexts/index.24025b97.js +0 -1
- package/components/areas/hooks/index.d9dc1e21.js +0 -1
- package/components/areas/index.4cc6a221.js +0 -22
- package/components/modal/WindowBase.ea17cf20.js +0 -74
- package/components/modal/WindowConfirm.19ddbd5d.js +0 -102
- package/components/modal/index.61389369.js +0 -57
- package/components/mui_extended/index.b606cd9d.js +0 -1
- package/hooks/useFormAddEdit/index.32aa4f64.js +0 -96
- package/hooks/useTab/index.9c611b31.js +0 -12
- package/vendor.75facc5e.js +0 -110
- package/components/mui_extended/Badge/{index.09f5aee5.js → index.b09524fe.js} +1 -1
- package/components/mui_extended/Popover/{index.b3eca6b1.js → index.9f35d0eb.js} +2 -2
- package/components/mui_extended/Tooltip/{index.24a2bc3f.js → index.5a795dcd.js} +1 -1
- package/components/mui_extended/Typography/{index.379dd374.js → index.443590d6.js} +1 -1
package/index.js
CHANGED
|
@@ -1,143 +1,129 @@
|
|
|
1
|
-
import { L } from "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import { c, f, i, h, e, g } from "./components/DataGrid/index.84a4843c.js";
|
|
3
|
-
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
4
|
-
import { N as N2 } from "./components/NavLink/index.b75c91e1.js";
|
|
5
|
-
import { S } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
6
|
-
import { A, I } from "./components/animate/index.5d4575bc.js";
|
|
7
|
-
import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
8
|
-
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
9
|
-
import { L as L2 } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
10
|
-
import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
11
1
|
import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
12
2
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
3
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
14
4
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
-
import { A
|
|
16
|
-
import {
|
|
5
|
+
import { A, I } from "./components/animate/index.4e9774a6.js";
|
|
6
|
+
import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
7
|
+
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
8
|
+
import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
9
|
+
import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
10
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.6024578a.js";
|
|
11
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.41e89676.js";
|
|
12
|
+
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.9c8e3b41.js";
|
|
17
13
|
import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
18
|
-
import { a as a3, D, M as M3, c
|
|
19
|
-
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.79ec57d5.js";
|
|
14
|
+
import { a as a3, D, M as M3, c } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
20
15
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
21
16
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
22
|
-
import { A as A5, D as D2, L as
|
|
23
|
-
import { R, g as
|
|
24
|
-
import { R as R2 } from "./components/hook-form/RHFColorPicker/index.
|
|
25
|
-
import { R as R3, g as
|
|
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 { R as
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import { R as R11 } from "./components/hook-form/RHFUpload/index.
|
|
35
|
-
import { A as A6 } from "./components/mui_extended/Accordion/index.
|
|
17
|
+
import { A as A5, D as D2, L as L2, a as a4, g } from "./components/areas/dictionary.08cfc4c9.js";
|
|
18
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.e830f749.js";
|
|
19
|
+
import { R as R2 } from "./components/hook-form/RHFColorPicker/index.e292aa86.js";
|
|
20
|
+
import { R as R3, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.12580722.js";
|
|
21
|
+
import { R as R4 } from "./components/hook-form/RHFCheckbox/index.938321c1.js";
|
|
22
|
+
import { R as R5 } from "./components/hook-form/RHFDateTime/index.321e4b87.js";
|
|
23
|
+
import { R as R6 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
24
|
+
import { R as R7 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
25
|
+
import { b as b3, c as c2, a as a5, R as R8, d } from "./components/hook-form/RHFTextField/index.d08c142b.js";
|
|
26
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.98b2667a.js";
|
|
27
|
+
import { P as P2, g as g4 } from "./components/Period/index.df612223.js";
|
|
28
|
+
import { R as R10 } from "./components/hook-form/RHFRadioGroup/index.3b17819b.js";
|
|
29
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.cdb2e584.js";
|
|
30
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.3e247bd4.js";
|
|
36
31
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
37
32
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
38
33
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
34
|
+
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.f538e360.js";
|
|
35
|
+
import { C } from "./components/mui_extended/CheckBox.38abccd8.js";
|
|
36
|
+
import { C as C2 } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
37
|
+
import { B as B4 } from "./components/mui_extended/Badge/index.b09524fe.js";
|
|
38
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.e295aa1f.js";
|
|
41
39
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
42
40
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { a as a6, c as
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import { T as
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import { C as C3, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.4ca6946d.js";
|
|
60
|
-
import { P as P7, g as g11 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
41
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.9b37fadc.js";
|
|
42
|
+
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
43
|
+
import { S } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
44
|
+
import { a as a6, c as c3, T, d as d2, b as b4 } from "./components/mui_extended/Tab/index.4c797c00.js";
|
|
45
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.78dea971.js";
|
|
46
|
+
import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
47
|
+
import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
48
|
+
import { T as T4 } from "./components/mui_extended/ToggleButton/index.43140642.js";
|
|
49
|
+
import { T as T5 } from "./components/mui_extended/ToggleIconButton/index.3d725376.js";
|
|
50
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.64ed2d71.js";
|
|
51
|
+
import { D as D3, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
52
|
+
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
53
|
+
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.5c94c5e8.js";
|
|
54
|
+
import { C as C3, P as P6, g as g9, a as a7, b as b5 } from "./components/formatters/index.57f0da1b.js";
|
|
55
|
+
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
56
|
+
import { c as c4, f, i, h, e, g as g11 } from "./components/DataGrid/index.3a2e683c.js";
|
|
61
57
|
import { c as c5 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
62
58
|
import { c as c6 } from "./components/DataGrid/formatters/columnPointsFormatter/index.a19b7b90.js";
|
|
63
59
|
import { c as c7 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.b63f7246.js";
|
|
64
60
|
import { c as c8 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import { A as
|
|
69
|
-
import { A as
|
|
70
|
-
import { A as
|
|
71
|
-
import { A as
|
|
61
|
+
import { N, T as T6 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
62
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.a5197d85.js";
|
|
63
|
+
import { H, e as e2 } from "./components/HelperText/index.a6a02c79.js";
|
|
64
|
+
import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.b61826a4.js";
|
|
65
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.68bf349a.js";
|
|
66
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.7cc0a393.js";
|
|
67
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.728bb37d.js";
|
|
68
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.a7e8711b.js";
|
|
72
69
|
import { D as D5 } from "./components/DraggableWindow/index.f9f067bd.js";
|
|
73
|
-
import { G, S as
|
|
74
|
-
import { R as R12, a as a8, b as b6, c as c9 } from "./components/GridLayout/subcomponents/Responsive/index.
|
|
75
|
-
import { P as P8 } from "./components/PrintingSystem/index.
|
|
76
|
-
import { I as I4 } from "./components/Icon/index.
|
|
77
|
-
import { L as
|
|
78
|
-
import { L as
|
|
79
|
-
import { I as I5 } from "./components/Image/index.
|
|
80
|
-
import { L as
|
|
81
|
-
import { M as M5, d as d4, g as g14 } from "./components/ModalDialog/index.
|
|
82
|
-
import {
|
|
83
|
-
import { W as
|
|
84
|
-
import {
|
|
85
|
-
import { L as
|
|
86
|
-
import { M as M6, g as g17 } from "./components/MFLoader/index.
|
|
87
|
-
import { N as
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import { P as
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
70
|
+
import { G, S as S2, w, z } from "./components/GridLayout/index.68093cfb.js";
|
|
71
|
+
import { R as R12, a as a8, b as b6, c as c9 } from "./components/GridLayout/subcomponents/Responsive/index.c32210fc.js";
|
|
72
|
+
import { P as P8 } from "./components/PrintingSystem/index.73dd98b3.js";
|
|
73
|
+
import { I as I4 } from "./components/Icon/index.29065051.js";
|
|
74
|
+
import { L as L6 } from "./components/LanguagePopover/index.0319d6a8.js";
|
|
75
|
+
import { L as L7 } from "./components/LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
76
|
+
import { I as I5 } from "./components/Image/index.cf640615.js";
|
|
77
|
+
import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
|
|
78
|
+
import { M as M5, d as d4, g as g14 } from "./components/ModalDialog/index.82ccabcc.js";
|
|
79
|
+
import { W as W2 } from "./components/modal/WindowConfirm.355df4de.js";
|
|
80
|
+
import { W as W3 } from "./components/modal/WindowBase.4fe313e7.js";
|
|
81
|
+
import { g as g15 } from "./components/modal/index.ea3a21cb.js";
|
|
82
|
+
import { L as L9, g as g16 } from "./components/LoadingError/index.1426339a.js";
|
|
83
|
+
import { M as M6, g as g17 } from "./components/MFLoader/index.cbd2e5af.js";
|
|
84
|
+
import { N as N2 } from "./components/NavLink/index.618dabfb.js";
|
|
85
|
+
import { N as N3, d as d5, g as g18 } from "./components/NoItemSelected/index.50d06852.js";
|
|
86
|
+
import { O, d as d6, g as g19 } from "./components/ObjectLogs/index.fb34f372.js";
|
|
87
|
+
import { P as P9 } from "./components/PaperForm/index.6859d4e8.js";
|
|
88
|
+
import { P as P10 } from "./components/PDFViewer/index.ec8d0f79.js";
|
|
89
|
+
import { H as H2 } from "./components/Page/index.5aefe8f7.js";
|
|
90
|
+
import { P as P11 } from "./components/PropertyValue/index.df683b35.js";
|
|
93
91
|
import { R as R13 } from "./components/Resizeable/index.6478d7d8.js";
|
|
94
|
-
import { S as
|
|
92
|
+
import { S as S3 } from "./components/ScrollBar/index.010f1b9d.js";
|
|
93
|
+
import { S as S4 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
95
94
|
import { S as S5 } from "./components/SplitLayout/index.30fd5861.js";
|
|
96
|
-
import { T as T7, a as a9 } from "./components/ToastContainer/index.
|
|
97
|
-
import { S as S6 } from "./components/SideBar/index.
|
|
98
|
-
import { A as
|
|
99
|
-
import { A as
|
|
95
|
+
import { T as T7, a as a9 } from "./components/ToastContainer/index.f67795cb.js";
|
|
96
|
+
import { S as S6 } from "./components/SideBar/index.f322ee0b.js";
|
|
97
|
+
import { A as A13, g as g20 } from "./components/AppBar/index.966d5162.js";
|
|
98
|
+
import { A as A14, g as g21 } from "./components/AccountPopover/index.8a11a7b6.js";
|
|
99
|
+
import { M as M7, a as a10 } from "./contexts/ModalContext/index.6d2dda38.js";
|
|
100
100
|
import { R as R14, g as g22 } from "./contexts/RHFormContext/index.7769076a.js";
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import { u as
|
|
104
|
-
import {
|
|
105
|
-
import "react-router-dom";
|
|
106
|
-
import "@mui/material/styles";
|
|
107
|
-
import "@mui/material";
|
|
108
|
-
import "react/jsx-runtime";
|
|
101
|
+
import { g as g23, u as u3 } from "./hooks/useFormAddEdit/index.0d294209.js";
|
|
102
|
+
import { u as u4 } from "./hooks/useModal/index.97742698.js";
|
|
103
|
+
import { u as u5 } from "./hooks/useTab/index.cb48ec45.js";
|
|
104
|
+
import { L as L10 } from "./assets/Logo/index.228dcb5a.js";
|
|
109
105
|
import "react";
|
|
110
|
-
import "
|
|
111
|
-
import "clsx";
|
|
112
|
-
import "react-dnd";
|
|
113
|
-
import "react-dnd-html5-backend";
|
|
114
|
-
import "@m4l/core";
|
|
115
|
-
import "./components/DataGrid/subcomponents/Actions/index.dbcbee6d.js";
|
|
116
|
-
import "@m4l/graphics";
|
|
117
|
-
import "@mui/base";
|
|
118
|
-
import "./test/constants_no_mock.86c553a9.js";
|
|
119
|
-
import "./vendor.75facc5e.js";
|
|
106
|
+
import "react/jsx-runtime";
|
|
120
107
|
import "framer-motion";
|
|
108
|
+
import "@mui/material";
|
|
109
|
+
import "@mui/material/styles";
|
|
110
|
+
import "react-router-dom";
|
|
121
111
|
import "simplebar-react";
|
|
122
112
|
import "./react-spinners.342a6578.js";
|
|
123
|
-
import "./components/areas/hooks/useAreas/index.
|
|
113
|
+
import "./components/areas/hooks/useAreas/index.fb721543.js";
|
|
124
114
|
import "zustand";
|
|
115
|
+
import "@m4l/core";
|
|
125
116
|
import "yup";
|
|
117
|
+
import "clsx";
|
|
118
|
+
import "@m4l/graphics";
|
|
119
|
+
import "@mui/material/Button";
|
|
120
|
+
import "@mui/lab";
|
|
121
|
+
import "@mui/base";
|
|
126
122
|
import "./utils/index.de903261.js";
|
|
127
123
|
import "./components/areas/constants.66529246.js";
|
|
128
124
|
import "./components/areas/icons.8266ccc8.js";
|
|
129
|
-
import "zustand/shallow";
|
|
130
|
-
import "@mui/material/ButtonBase/TouchRipple";
|
|
131
|
-
import "./components/areas/index.4cc6a221.js";
|
|
132
|
-
import "./react-resizable.ee028152.js";
|
|
133
|
-
import "./react-draggable.ee21cb7e.js";
|
|
134
|
-
import "prop-types";
|
|
135
|
-
import "react-dom";
|
|
136
|
-
import "zustand/middleware/immer";
|
|
137
|
-
import "zustand/middleware";
|
|
138
|
-
import "lodash";
|
|
139
125
|
import "react-hook-form";
|
|
140
|
-
import "./node_modules.
|
|
126
|
+
import "./node_modules.56dca1cf.js";
|
|
141
127
|
import "lodash-es/debounce";
|
|
142
128
|
import "lodash-es/each";
|
|
143
129
|
import "lodash/isString";
|
|
@@ -145,63 +131,77 @@ import "lodash/forOwn";
|
|
|
145
131
|
import "lodash/isPlainObject";
|
|
146
132
|
import "lodash/map";
|
|
147
133
|
import "lodash/cloneDeep";
|
|
134
|
+
import "prop-types";
|
|
148
135
|
import "lodash-es/merge";
|
|
149
136
|
import "lodash-es/throttle";
|
|
150
137
|
import "lodash-es/map";
|
|
151
138
|
import "lodash-es/isUndefined";
|
|
152
139
|
import "lodash/debounce";
|
|
153
140
|
import "@mui/x-date-pickers";
|
|
141
|
+
import "./react-draggable.ee21cb7e.js";
|
|
142
|
+
import "react-dom";
|
|
143
|
+
import "zustand/shallow";
|
|
144
|
+
import "@mui/material/ButtonBase/TouchRipple";
|
|
145
|
+
import "zustand/middleware/immer";
|
|
146
|
+
import "react-dnd";
|
|
147
|
+
import "react-dnd-html5-backend";
|
|
148
|
+
import "./components/DataGrid/subcomponents/Actions/index.063a0197.js";
|
|
149
|
+
import "./react-data-grid.c5377916.js";
|
|
154
150
|
import "react-dropzone";
|
|
155
|
-
import "
|
|
156
|
-
import "
|
|
151
|
+
import "./components/GridLayout/subcomponents/Griditem/index.8e4af155.js";
|
|
152
|
+
import "./react-resizable.ee028152.js";
|
|
153
|
+
import "fast-equals";
|
|
154
|
+
import "lodash";
|
|
155
|
+
import "./react-json-view.5636414a.js";
|
|
156
|
+
import "./commonjs.333e55c7.js";
|
|
157
|
+
import "./react-splitter-layout.c5d98bf7.js";
|
|
158
|
+
import "./components/areas/index.abedae6a.js";
|
|
159
|
+
import "./test/constants_no_mock.86c553a9.js";
|
|
160
|
+
import "./vendor.3c20510a.js";
|
|
161
|
+
import "zustand/middleware";
|
|
157
162
|
import "./hocs/withToggle/index.e44eb0da.js";
|
|
158
163
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
159
|
-
import "./components/
|
|
160
|
-
import "
|
|
161
|
-
import "./components/PrintingSystem/subcomponents/
|
|
162
|
-
import "./components/PrintingSystem/subcomponents/
|
|
163
|
-
import "./components/PrintingSystem/subcomponents/
|
|
164
|
-
import "./components/PrintingSystem/subcomponents/
|
|
165
|
-
import "./components/PrintingSystem/subcomponents/
|
|
166
|
-
import "./components/PrintingSystem/subcomponents/
|
|
167
|
-
import "./components/PrintingSystem/subcomponents/
|
|
168
|
-
import "./components/PrintingSystem/subcomponents/
|
|
169
|
-
import "./components/PrintingSystem/subcomponents/GridNode/index.f466062b.js";
|
|
170
|
-
import "./components/PrintingSystem/subcomponents/ChartNode/index.e4a23bdd.js";
|
|
164
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.56efaa0c.js";
|
|
165
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.05d1fcf7.js";
|
|
166
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.3894059c.js";
|
|
167
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.0e23ffd4.js";
|
|
168
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.d70a5d24.js";
|
|
169
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.4320bb03.js";
|
|
170
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.f97e7aa6.js";
|
|
171
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.7d3a3c8f.js";
|
|
172
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.6cabbf31.js";
|
|
173
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.4cd7f6d8.js";
|
|
171
174
|
import "chart.js";
|
|
172
175
|
import "chartjs-chart-error-bars";
|
|
173
|
-
import "./react-json-view.5636414a.js";
|
|
174
|
-
import "./commonjs.333e55c7.js";
|
|
175
176
|
import "react-helmet-async";
|
|
176
177
|
import "simplebar/dist/simplebar.min.css?used";
|
|
177
|
-
import "./react-splitter-layout.c5d98bf7.js";
|
|
178
178
|
import "@hookform/resolvers/yup";
|
|
179
179
|
export {
|
|
180
180
|
A5 as AREAS_DICTIONARY_ID,
|
|
181
181
|
A6 as Accordion,
|
|
182
|
-
|
|
182
|
+
A14 as AccountPopover,
|
|
183
183
|
A9 as ActionCancel,
|
|
184
184
|
A11 as ActionFormCancel,
|
|
185
185
|
A12 as ActionFormIntro,
|
|
186
186
|
A10 as ActionIntro,
|
|
187
187
|
A8 as Actions,
|
|
188
188
|
A as AnimatedScroll,
|
|
189
|
-
|
|
189
|
+
A13 as AppBar,
|
|
190
190
|
A2 as AreasAdmin,
|
|
191
191
|
A4 as AreasContext,
|
|
192
192
|
b2 as AreasProvider,
|
|
193
193
|
A3 as AreasViewer,
|
|
194
194
|
A7 as Avatar,
|
|
195
|
-
|
|
195
|
+
B4 as Badge,
|
|
196
196
|
B5 as BooleanFormatter,
|
|
197
197
|
B as BoxIcon,
|
|
198
198
|
B2 as Breadcrumbs,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
199
|
+
B3 as Button,
|
|
200
|
+
C as CheckBox,
|
|
201
|
+
C2 as CircularProgress,
|
|
202
202
|
C3 as ConcatenatedFormatter,
|
|
203
203
|
D2 as DICCTIONARY,
|
|
204
|
-
|
|
204
|
+
c4 as DataGrid,
|
|
205
205
|
D3 as DateFormatter,
|
|
206
206
|
D5 as DraggableWindow,
|
|
207
207
|
D4 as DynamicFilter,
|
|
@@ -215,16 +215,16 @@ export {
|
|
|
215
215
|
I as IconButtonAnimate,
|
|
216
216
|
I5 as Image,
|
|
217
217
|
I2 as ImageButton,
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
L2 as LABEL_FILTER_BUTTON,
|
|
219
|
+
L6 as LanguagePopover,
|
|
220
220
|
L4 as LinearProgress,
|
|
221
|
-
|
|
221
|
+
L7 as LinearProgressIndeterminate,
|
|
222
222
|
L5 as LinkWithRoute,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
223
|
+
L8 as Loadable,
|
|
224
|
+
L3 as LoadingButton,
|
|
225
|
+
L9 as LoadingError,
|
|
226
|
+
L as LoadingScreen,
|
|
227
|
+
L10 as Logo,
|
|
228
228
|
M6 as MFLoader,
|
|
229
229
|
M3 as MemonizedDynamicMFParmsProvider,
|
|
230
230
|
M4 as MenuActions,
|
|
@@ -238,52 +238,52 @@ export {
|
|
|
238
238
|
N as NumberEditor,
|
|
239
239
|
O as ObjectLogs,
|
|
240
240
|
P10 as PDFViewer,
|
|
241
|
-
|
|
241
|
+
P4 as Pager,
|
|
242
242
|
P9 as PaperForm,
|
|
243
243
|
P2 as Period,
|
|
244
244
|
P6 as PeriodFormatter,
|
|
245
245
|
P5 as PointsFormatter,
|
|
246
|
-
|
|
246
|
+
P3 as Popover,
|
|
247
247
|
P7 as PriceFormatter,
|
|
248
248
|
P8 as PrintingSystem,
|
|
249
249
|
P as PropagateLoader,
|
|
250
250
|
P11 as PropertyValue,
|
|
251
251
|
R as RHFAutocomplete,
|
|
252
252
|
R3 as RHFAutocompleteAsync,
|
|
253
|
-
|
|
253
|
+
R4 as RHFCheckbox,
|
|
254
254
|
R2 as RHFColorPicker,
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
255
|
+
R5 as RHFDateTime,
|
|
256
|
+
R6 as RHFMultiCheckbox,
|
|
257
|
+
R9 as RHFPeriod,
|
|
258
|
+
R10 as RHFRadioGroup,
|
|
259
|
+
R7 as RHFSelect,
|
|
260
260
|
b3 as RHFTEXTFIELD_INPUT_TEST_ID,
|
|
261
|
-
|
|
261
|
+
c2 as RHFTEXTFIELD_PREFIX,
|
|
262
262
|
a5 as RHFTEXTFIELD_ROOT_TEST_ID,
|
|
263
|
-
|
|
263
|
+
R8 as RHFTextField,
|
|
264
264
|
d as RHFTextFieldPassword,
|
|
265
265
|
R11 as RHFUploadImage,
|
|
266
266
|
R14 as RHFormProvider,
|
|
267
267
|
R13 as ResizeableWindow,
|
|
268
268
|
R12 as Responsive,
|
|
269
|
-
|
|
270
|
-
|
|
269
|
+
S3 as ScrollBar,
|
|
270
|
+
S4 as ScrollToTop,
|
|
271
271
|
S6 as SideBar,
|
|
272
|
-
|
|
272
|
+
S2 as SizeProvider,
|
|
273
273
|
S5 as SplitLayout,
|
|
274
|
-
|
|
274
|
+
S as Stack,
|
|
275
275
|
a6 as Tab,
|
|
276
|
-
|
|
277
|
-
|
|
276
|
+
c3 as TabContent,
|
|
277
|
+
T as TabContext,
|
|
278
278
|
d2 as TabProvider,
|
|
279
279
|
b4 as Tabs,
|
|
280
|
-
|
|
280
|
+
T6 as TextEditor,
|
|
281
281
|
T7 as ToastContainer,
|
|
282
282
|
a9 as ToastMessage,
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
283
|
+
T4 as ToggleButton,
|
|
284
|
+
T5 as ToggleIconButton,
|
|
285
|
+
T2 as Tooltip,
|
|
286
|
+
T3 as Typography,
|
|
287
287
|
U as UncertaintyFormatter,
|
|
288
288
|
W3 as WindowBase,
|
|
289
289
|
W2 as WindowConfirm,
|
|
@@ -299,7 +299,7 @@ export {
|
|
|
299
299
|
c6 as columnPointsFormatter,
|
|
300
300
|
c8 as columnPriceFormatter,
|
|
301
301
|
c5 as columnUncertaintyFormatter,
|
|
302
|
-
|
|
302
|
+
c as createDynamicMFStore,
|
|
303
303
|
d3 as defaultCommonActionsDictionary,
|
|
304
304
|
d4 as defaultModalDialogDictionary,
|
|
305
305
|
d5 as defaultNoItemSelectedDictionary,
|
|
@@ -308,32 +308,32 @@ export {
|
|
|
308
308
|
g21 as getAccountPopoverDictionary,
|
|
309
309
|
g20 as getAppBarDictionary,
|
|
310
310
|
a4 as getAreasComponentsDictionary,
|
|
311
|
-
|
|
311
|
+
g as getAreasDictionary,
|
|
312
312
|
g13 as getCommonActionsDictionary,
|
|
313
313
|
e as getDataGridRowsFromSet,
|
|
314
314
|
g12 as getDynamicFilterComponentsDictionary,
|
|
315
315
|
g22 as getFormComponentsDictionary,
|
|
316
|
-
|
|
317
|
-
|
|
316
|
+
g9 as getFormatConcatenated,
|
|
317
|
+
g6 as getFormatDate,
|
|
318
318
|
a7 as getFormatPeriod,
|
|
319
|
-
|
|
320
|
-
|
|
319
|
+
g8 as getFormatPoints,
|
|
320
|
+
g10 as getFormatPrice,
|
|
321
321
|
b5 as getFormattersComponentsDictionary,
|
|
322
|
-
|
|
322
|
+
g11 as getGridComponentsDictionary,
|
|
323
323
|
g16 as getLoadingErrorComponentsDictionary,
|
|
324
324
|
g17 as getMFLoaderComponentsDictionary,
|
|
325
325
|
g14 as getModalDialogComponentsDictionary,
|
|
326
326
|
g15 as getModalDictionary,
|
|
327
327
|
g18 as getNoItemSelectedComponentsDictionary,
|
|
328
328
|
g19 as getObjectLogsComponentsDictionary,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
329
|
+
g5 as getPagerComponentsDictionary,
|
|
330
|
+
g4 as getPeriodComponetsDictionary,
|
|
331
|
+
g3 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
332
|
+
g2 as getRHFAutocompleteComponentsDictionary,
|
|
333
|
+
g7 as getUncertaintyFormat,
|
|
334
334
|
g23 as getformAddEditDictionary,
|
|
335
335
|
w as isEqualLayout,
|
|
336
|
-
|
|
336
|
+
z as isEqualLayouts,
|
|
337
337
|
u as useDynamicMFParametersStore,
|
|
338
338
|
u3 as useFormAddEdit,
|
|
339
339
|
u4 as useModal,
|
|
@@ -12,7 +12,7 @@ import merge from "lodash-es/merge";
|
|
|
12
12
|
import throttle from "lodash-es/throttle";
|
|
13
13
|
import map from "lodash-es/map";
|
|
14
14
|
import isUndefined from "lodash-es/isUndefined";
|
|
15
|
-
import { _ as _default$1, a as _default$2 } from "./components/Icon/index.
|
|
15
|
+
import { _ as _default$1, a as _default$2 } from "./components/Icon/index.29065051.js";
|
|
16
16
|
import clsx from "clsx";
|
|
17
17
|
var lib = {};
|
|
18
18
|
var flattenNames$1 = {};
|