@m4l/components 0.1.92 → 0.1.93
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 +12 -15
- package/components/AccountPopover/AccountPopover.d.ts +2 -1
- package/components/AccountPopover/{index.eebea1c5.js → index.2ef0bf6d.js} +20 -31
- package/components/AccountPopover/index.d.ts +0 -1
- package/components/AccountPopover/subcomponents/PopOver/types.d.ts +4 -3
- package/components/AccountPopover/types.d.ts +50 -26
- package/components/AppBar/{index.90cceb7d.js → index.16fe42a1.js} +3 -22
- package/components/CommonActions/components/ActionCancel/{index.54588e5b.js → index.c3e23ad4.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.7907e6f4.js → index.6da52418.js} +4 -34
- package/components/CommonActions/components/ActionFormIntro/{index.f7cd515b.js → index.c3af6d1d.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.f20cffae.js → index.49631fcb.js} +2 -2
- package/components/CommonActions/components/Actions/{index.7a196c44.js → index.ccf731c1.js} +2 -38
- package/components/DataGrid/classes/index.d.ts +1 -0
- package/components/DataGrid/classes/types.d.ts +1 -0
- package/components/DataGrid/formatters/columnConcatenatedValueFormatter/index.d.ts +2 -2
- package/components/DataGrid/{index.95cea2ca.js → index.abedf2c0.js} +44 -14
- package/components/DataGrid/subcomponents/Actions/{index.5b0b1fbf.js → index.c8408b73.js} +9 -38
- package/components/DraggableWindow/{index.c702d3f2.js → index.8f423ed7.js} +1 -1
- package/components/DynamicFilter/{index.e9192ebd.js → index.cb1402aa.js} +23 -56
- package/components/DynamicFilter/index.d.ts +1 -1
- package/components/GridLayout/classes/index.d.ts +1 -1
- package/components/GridLayout/{index.5e43414d.js → index.1421f0d4.js} +7 -7
- package/components/GridLayout/subcomponents/Griditem/{index.d6f326d2.js → index.b2342897.js} +4 -4
- package/components/GridLayout/subcomponents/Responsive/{index.d41e31ca.js → index.f459804c.js} +2 -2
- package/components/HelperText/{index.191348cc.js → index.7d2afdb3.js} +2 -23
- package/components/Icon/{index.a70c4729.js → index.3211023d.js} +8 -6
- package/components/Image/{index.c18ebf5a.js → index.611cd930.js} +43 -14
- package/components/LanguagePopover/{index.a74f2065.js → index.b6dc03d0.js} +4 -20
- package/components/LinearProgressIndeterminate/{index.60dabc06.js → index.c46da124.js} +1 -1
- package/components/LoadingError/LoadingError.d.ts +3 -0
- package/components/LoadingError/classes/constants.d.ts +1 -0
- package/components/LoadingError/classes/index.d.ts +14 -0
- package/components/LoadingError/classes/types.d.ts +14 -0
- package/components/LoadingError/dictionary.d.ts +1 -0
- package/components/LoadingError/index.96bdc803.js +106 -0
- package/components/LoadingError/index.d.ts +2 -0
- package/components/LoadingError/types.d.ts +10 -0
- package/components/MFLoader/classes/constants.d.ts +1 -0
- package/components/MFLoader/classes/index.d.ts +7 -0
- package/components/MFLoader/classes/types.d.ts +7 -0
- package/components/MFLoader/dictionary.d.ts +1 -0
- package/components/MFLoader/index.caee87dd.js +296 -0
- package/components/MFLoader/index.d.ts +2 -0
- package/components/MFLoader/types.d.ts +7 -0
- package/components/ModalDialog/{index.99745527.js → index.ec55087e.js} +5 -5
- package/components/NavLink/{index.f12bba32.js → index.b75c91e1.js} +2 -22
- package/components/NoItemSelected/{index.1eaf72d8.js → index.3e29c208.js} +1 -1
- package/components/ObjectLogs/{index.9bbac2a0.js → index.38fd657f.js} +12 -38
- package/components/Page/index.c4642a29.js +127 -0
- package/components/PaperForm/{index.e02c772c.js → index.cce9ed39.js} +1 -1
- package/components/Period/{index.ebd5e3b7.js → index.c35c6a6c.js} +5 -37
- package/components/PrintingSystem/PrintingSystem.d.ts +3 -0
- package/components/PrintingSystem/classes/constants.d.ts +1 -0
- package/components/PrintingSystem/classes/index.d.ts +32 -0
- package/components/PrintingSystem/classes/types.d.ts +33 -0
- package/components/PrintingSystem/index.d.ts +2 -0
- package/components/PrintingSystem/index.e18a2fa8.js +634 -0
- package/components/PrintingSystem/subcomponents/BodyNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/BodyNode/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/ChartNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/ChartNode/types.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/DividerNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/DividerNode/types.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/FooterNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/FooterNode/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/GridNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/GridNode/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/HeaderNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/HeaderNode/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/ImageNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/ImageNode/types.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/PageNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/PageNode/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/Pager/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/Pager/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/PaperNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/PaperNode/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/PropertyValueNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/PropertyValueNode/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/SectionNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/SectionNode/types.d.ts +5 -0
- package/components/PrintingSystem/subcomponents/TextBoxNode/index.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/TextBoxNode/types.d.ts +3 -0
- package/components/PrintingSystem/types.d.ts +214 -0
- package/components/PrintingSystem/utils/FactoryRender/index.d.ts +3 -0
- package/components/PrintingSystem/utils/FactoryRender/types.d.ts +4 -0
- package/components/PrintingSystem/utils/PageRender/index.d.ts +3 -0
- package/components/PrintingSystem/utils/PageRender/types.d.ts +13 -0
- package/components/PrintingSystem/utils/getEvalValue/index.d.ts +1 -0
- package/components/PrintingSystem/utils/getSize/index.d.ts +1 -0
- package/components/PropertyValue/classes/index.d.ts +3 -2
- package/components/PropertyValue/classes/types.d.ts +2 -0
- package/components/PropertyValue/{index.76fa6a12.js → index.3ee95452.js} +25 -9
- package/components/PropertyValue/types.d.ts +4 -0
- package/components/Resizeable/{index.676c96fe.js → index.8c53c1fa.js} +1 -1
- package/components/SideBar/{index.2dfc5445.js → index.5fd648d2.js} +44 -39
- package/components/animate/{index.4e9774a6.js → index.5d4575bc.js} +2 -6
- package/components/areas/components/AreasAdmin/{index.cd054608.js → index.ddb384a1.js} +29 -62
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +2 -8
- package/components/areas/components/AreasViewer/{index.62abf0bb.js → index.625bf23b.js} +68 -437
- package/components/areas/components/index.558684b3.js +1 -0
- package/components/areas/components/index.d.ts +0 -1
- package/components/areas/contexts/AreasContext/{index.d528f6e7.js → index.646f3c8f.js} +9 -7
- package/components/areas/contexts/index.24025b97.js +1 -0
- package/components/areas/contexts/index.d.ts +1 -0
- package/components/areas/hooks/index.d9dc1e21.js +1 -0
- package/components/areas/hooks/useAreas/{index.d417e4b2.js → index.ee66240b.js} +1 -1
- package/components/areas/index.4cc6a221.js +22 -0
- package/components/areas/index.d.ts +1 -1
- package/components/formatters/BooleanFormatter/{index.a013b080.js → index.3c2df7a8.js} +10 -4
- package/components/formatters/FormatterRoot/index.d.ts +3 -0
- package/components/formatters/FormatterRoot/types.d.ts +4 -0
- package/components/formatters/classes/index.d.ts +4 -0
- package/components/formatters/classes/types.d.ts +6 -0
- package/components/formatters/constants.d.ts +1 -0
- package/components/formatters/{index.576922c9.js → index.dc77adb7.js} +25 -8
- package/components/hook-form/RHFAutocomplete/{index.29a4c62c.js → index.52387f0f.js} +7 -22
- package/components/hook-form/RHFAutocompleteAsync/{index.647c3f9c.js → index.638bd2ae.js} +3 -2
- package/components/hook-form/RHFCheckbox/{index.0b89ea5c.js → index.a38715e3.js} +2 -22
- package/components/hook-form/RHFDateTime/{index.1adc88ad.js → index.66e334b0.js} +23 -23
- package/components/hook-form/RHFPeriod/{index.a4476d23.js → index.23099265.js} +2 -2
- package/components/hook-form/RHFTextField/{index.a1a240b1.js → index.25b3627e.js} +6 -8
- package/components/hook-form/RHFUpload/{index.a4582341.js → index.65588e08.js} +5 -22
- package/components/index.d.ts +3 -0
- package/components/modal/{WindowBase.a4752aa1.js → WindowBase.161ec78a.js} +5 -37
- package/components/modal/{WindowConfirm.7a9c12c0.js → WindowConfirm.7eed7c35.js} +8 -40
- package/components/modal/{index.b434146b.js → index.61389369.js} +0 -37
- package/components/mui_extended/Accordion/{index.cdedddba.js → index.92aae1a4.js} +4 -4
- package/components/mui_extended/Button/{index.f79eb74e.js → index.94fec33c.js} +3 -3
- package/components/mui_extended/{CheckBox.38abccd8.js → CheckBox.e662d20c.js} +1 -1
- package/components/mui_extended/IconButton/{index.76624519.js → index.53cd6388.js} +2 -2
- package/components/mui_extended/MenuActions/{index.7669b8af.js → index.dd9f65a2.js} +5 -19
- package/components/mui_extended/Pager/{index.ac2a21f0.js → index.de0bd62c.js} +2 -2
- package/components/mui_extended/Tab/{index.5f09e16a.js → index.1fcabba2.js} +2 -2
- package/components/mui_extended/index.b606cd9d.js +1 -0
- package/contexts/ModalContext/{index.347f6738.js → index.436c2938.js} +1 -1
- package/contexts/RHFormContext/classes/index.d.ts +1 -1
- package/hooks/useFormAddEdit/{index.e8e7f758.js → index.3584a29f.js} +2 -26
- package/hooks/useModal/{index.fa6dfaa1.js → index.05d1821e.js} +1 -1
- package/index.js +196 -187
- package/node_modules.b55d04d9.js +15267 -0
- package/package.json +5 -1
- package/react-data-grid.d46d625e.js +2 -2
- package/react-draggable.e4725f3a.js +630 -0
- package/{react-resizable.ba08699a.js → react-resizable.c07d63fb.js} +2 -2
- package/utils/{index.c43a95f4.js → index.6469f148.js} +75 -107
- package/vendor.71883626.js +104 -0
- package/components/Page/index.4237c241.js +0 -27
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/types.d.ts +0 -8
- package/components/areas/components/AreasViewer/subcomponents/AreasLoadingError/index.d.ts +0 -3
- package/components/areas/components/AreasViewer/subcomponents/AreasLoadingError/types.d.ts +0 -5
- package/components/areas/components/index.ea2f9914.js +0 -31
- package/components/areas/contexts/index.6e9bbc64.js +0 -2
- package/components/areas/hooks/index.0184c6f7.js +0 -4
- package/components/areas/index.8d6d8969.js +0 -54
- package/components/mui_extended/index.fe189e7d.js +0 -24
- package/node_modules.d73a220d.js +0 -363
- package/react-draggable.7abb5d0a.js +0 -962
- package/vendor.e14dec76.js +0 -128
- package/components/{areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/index.d.ts → MFLoader/MFLoader.d.ts} +0 -0
- package/components/{areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader → MFLoader}/helper.d.ts +0 -0
- package/components/{areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader → MFLoader}/subcomponents/ProggessLoadingMF/index.d.ts +0 -0
- package/components/{areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader → MFLoader}/subcomponents/ProggessLoadingMF/types.d.ts +0 -0
- package/components/mui_extended/Badge/{index.b09524fe.js → index.09f5aee5.js} +1 -1
- package/components/mui_extended/Popover/{index.9f35d0eb.js → index.b3eca6b1.js} +2 -2
- package/components/mui_extended/Tooltip/{index.5a795dcd.js → index.24a2bc3f.js} +1 -1
- package/components/mui_extended/Typography/{index.443590d6.js → index.379dd374.js} +1 -1
package/index.js
CHANGED
|
@@ -1,180 +1,183 @@
|
|
|
1
|
+
import { L } from "./assets/Logo/index.228dcb5a.js";
|
|
2
|
+
import { c, f, i, h, e, g } from "./components/DataGrid/index.abedf2c0.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";
|
|
1
11
|
import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
2
12
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
3
13
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
4
14
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
5
|
-
import { A
|
|
6
|
-
import {
|
|
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.cd054608.js";
|
|
11
|
-
import { A as A3 } from "./components/areas/components/AreasViewer/index.62abf0bb.js";
|
|
12
|
-
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.d528f6e7.js";
|
|
15
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.ddb384a1.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.625bf23b.js";
|
|
13
17
|
import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
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.646f3c8f.js";
|
|
14
20
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
15
21
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
16
|
-
import { A as A5, D, L as
|
|
17
|
-
import { R, g as
|
|
18
|
-
import { R as R2, g as
|
|
19
|
-
import { R as R3 } from "./components/hook-form/
|
|
20
|
-
import { R as R4 } from "./components/hook-form/
|
|
21
|
-
import { R as R5 } from "./components/hook-form/
|
|
22
|
-
import { R as R6 } from "./components/hook-form/
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import { R as
|
|
26
|
-
import {
|
|
27
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
28
|
-
import { A as A6 } from "./components/mui_extended/Accordion/index.
|
|
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.52387f0f.js";
|
|
24
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.638bd2ae.js";
|
|
25
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.66e334b0.js";
|
|
26
|
+
import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
27
|
+
import { R as R5 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
28
|
+
import { R as R6 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
29
|
+
import { R as R7 } from "./components/hook-form/RHFPeriod/index.23099265.js";
|
|
30
|
+
import { P as P2, g as g5 } from "./components/Period/index.c35c6a6c.js";
|
|
31
|
+
import { R as R8 } from "./components/hook-form/RHFCheckbox/index.a38715e3.js";
|
|
32
|
+
import { b as b3, c as c3, a as a5, R as R9, d } from "./components/hook-form/RHFTextField/index.25b3627e.js";
|
|
33
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.65588e08.js";
|
|
34
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.92aae1a4.js";
|
|
29
35
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
30
36
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
31
37
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import { C as C2 } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
35
|
-
import { B as B4 } from "./components/mui_extended/Badge/index.b09524fe.js";
|
|
36
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.76624519.js";
|
|
38
|
+
import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
39
|
+
import { B as B3 } from "./components/mui_extended/Badge/index.09f5aee5.js";
|
|
37
40
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
38
41
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import { T, b as b4, a as
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import { c as
|
|
54
|
-
import {
|
|
55
|
-
import { c as c5 } from "./components/DataGrid/formatters/
|
|
56
|
-
import { c as c6 } from "./components/DataGrid/formatters/
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import { A as
|
|
62
|
-
import { A as
|
|
63
|
-
import { A as
|
|
64
|
-
import { A as
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import { L as L8 } from "./components/
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import { g as g15 } from "./components/modal/index.
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
42
|
+
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.94fec33c.js";
|
|
43
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.dd9f65a2.js";
|
|
44
|
+
import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.de0bd62c.js";
|
|
45
|
+
import { T as T2, b as b4, a as a6 } from "./components/mui_extended/Tab/index.1fcabba2.js";
|
|
46
|
+
import { C as C2 } from "./components/mui_extended/CheckBox.e662d20c.js";
|
|
47
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.53cd6388.js";
|
|
48
|
+
import { P as P4 } from "./components/mui_extended/Popover/index.b3eca6b1.js";
|
|
49
|
+
import { S as S2 } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
50
|
+
import { T as T3 } from "./components/mui_extended/Tooltip/index.24a2bc3f.js";
|
|
51
|
+
import { T as T4 } from "./components/mui_extended/Typography/index.379dd374.js";
|
|
52
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.3c2df7a8.js";
|
|
53
|
+
import { D as D3, g as g7 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
54
|
+
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.80a4e414.js";
|
|
56
|
+
import { C as C3, c as c4, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.dc77adb7.js";
|
|
57
|
+
import { P as P7, g as g11 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
58
|
+
import { c as c5 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
59
|
+
import { c as c6 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
60
|
+
import { c as c7 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.b63f7246.js";
|
|
61
|
+
import { c as c8 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
62
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.cb1402aa.js";
|
|
63
|
+
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.ccf731c1.js";
|
|
65
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.c3e23ad4.js";
|
|
66
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.49631fcb.js";
|
|
67
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.6da52418.js";
|
|
68
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.c3af6d1d.js";
|
|
69
|
+
import { D as D5 } from "./components/DraggableWindow/index.8f423ed7.js";
|
|
70
|
+
import { G, S as S3, w, A as A13 } from "./components/GridLayout/index.1421f0d4.js";
|
|
71
|
+
import { R as R11, a as a8, b as b6, c as c9 } from "./components/GridLayout/subcomponents/Responsive/index.f459804c.js";
|
|
72
|
+
import { P as P8 } from "./components/PrintingSystem/index.e18a2fa8.js";
|
|
73
|
+
import { I as I4 } from "./components/Icon/index.3211023d.js";
|
|
74
|
+
import { L as L7 } from "./components/LanguagePopover/index.b6dc03d0.js";
|
|
75
|
+
import { L as L8 } from "./components/LinearProgressIndeterminate/index.c46da124.js";
|
|
76
|
+
import { I as I5 } from "./components/Image/index.611cd930.js";
|
|
77
|
+
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.ec55087e.js";
|
|
79
|
+
import { g as g15 } from "./components/modal/index.61389369.js";
|
|
80
|
+
import { W as W2 } from "./components/modal/WindowConfirm.7eed7c35.js";
|
|
81
|
+
import { W as W3 } from "./components/modal/WindowBase.161ec78a.js";
|
|
82
|
+
import { L as L10, g as g16 } from "./components/LoadingError/index.96bdc803.js";
|
|
83
|
+
import { M as M6, g as g17 } from "./components/MFLoader/index.caee87dd.js";
|
|
84
|
+
import { N as N3, d as d4, g as g18 } from "./components/NoItemSelected/index.3e29c208.js";
|
|
85
|
+
import { O, d as d5, g as g19 } from "./components/ObjectLogs/index.38fd657f.js";
|
|
86
|
+
import { P as P9 } from "./components/PaperForm/index.cce9ed39.js";
|
|
87
|
+
import { H as H2 } from "./components/Page/index.c4642a29.js";
|
|
88
|
+
import { P as P10 } from "./components/PropertyValue/index.3ee95452.js";
|
|
89
|
+
import { R as R12 } from "./components/Resizeable/index.8c53c1fa.js";
|
|
90
|
+
import { S as S4 } from "./components/ScrollBar/index.65bb2930.js";
|
|
86
91
|
import { S as S5 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
87
|
-
import { S as S6 } from "./components/SideBar/index.
|
|
88
|
-
import { A as
|
|
89
|
-
import { A as
|
|
90
|
-
import {
|
|
91
|
-
import { M as
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import "
|
|
92
|
+
import { S as S6 } from "./components/SideBar/index.5fd648d2.js";
|
|
93
|
+
import { A as A14, g as g20 } from "./components/AppBar/index.16fe42a1.js";
|
|
94
|
+
import { A as A15, g as g21 } from "./components/AccountPopover/index.2ef0bf6d.js";
|
|
95
|
+
import { R as R13, g as g22 } from "./contexts/RHFormContext/index.1755b324.js";
|
|
96
|
+
import { M as M7, a as a9 } from "./contexts/ModalContext/index.436c2938.js";
|
|
97
|
+
import { g as g23, u as u3 } from "./hooks/useFormAddEdit/index.3584a29f.js";
|
|
98
|
+
import { u as u4 } from "./hooks/useModal/index.05d1821e.js";
|
|
99
|
+
import "react-router-dom";
|
|
100
|
+
import "@mui/material/styles";
|
|
101
|
+
import "@mui/material";
|
|
97
102
|
import "react/jsx-runtime";
|
|
103
|
+
import "react";
|
|
104
|
+
import "./react-data-grid.d46d625e.js";
|
|
105
|
+
import "clsx";
|
|
106
|
+
import "react-dnd";
|
|
107
|
+
import "react-dnd-html5-backend";
|
|
108
|
+
import "@m4l/core";
|
|
109
|
+
import "./components/DataGrid/subcomponents/Actions/index.c8408b73.js";
|
|
110
|
+
import "@m4l/graphics";
|
|
111
|
+
import "@mui/base";
|
|
112
|
+
import "./test/constants_no_mock.86c553a9.js";
|
|
113
|
+
import "./vendor.71883626.js";
|
|
98
114
|
import "framer-motion";
|
|
99
|
-
import "@mui/material";
|
|
100
|
-
import "@mui/material/styles";
|
|
101
|
-
import "react-router-dom";
|
|
102
115
|
import "simplebar-react";
|
|
103
116
|
import "./react-spinners.342a6578.js";
|
|
104
|
-
import "./components/areas/hooks/useAreas/index.
|
|
117
|
+
import "./components/areas/hooks/useAreas/index.ee66240b.js";
|
|
105
118
|
import "zustand";
|
|
106
|
-
import "@m4l/core";
|
|
107
119
|
import "yup";
|
|
108
|
-
import "
|
|
109
|
-
import "@mui/material/Button";
|
|
110
|
-
import "@mui/lab";
|
|
111
|
-
import "@m4l/graphics";
|
|
112
|
-
import "@mui/base";
|
|
113
|
-
import "./utils/index.c43a95f4.js";
|
|
120
|
+
import "./utils/index.6469f148.js";
|
|
114
121
|
import "./components/areas/constants.66529246.js";
|
|
115
122
|
import "./components/areas/icons.8266ccc8.js";
|
|
123
|
+
import "zustand/shallow";
|
|
124
|
+
import "@mui/material/ButtonBase/TouchRipple";
|
|
125
|
+
import "./components/areas/index.4cc6a221.js";
|
|
126
|
+
import "./react-resizable.c07d63fb.js";
|
|
127
|
+
import "./react-draggable.e4725f3a.js";
|
|
128
|
+
import "prop-types";
|
|
129
|
+
import "react-dom";
|
|
130
|
+
import "zustand/middleware/immer";
|
|
131
|
+
import "zustand/middleware";
|
|
132
|
+
import "lodash";
|
|
116
133
|
import "react-hook-form";
|
|
117
134
|
import "lodash/debounce";
|
|
118
135
|
import "@mui/x-date-pickers";
|
|
119
|
-
import "./react-draggable.7abb5d0a.js";
|
|
120
|
-
import "prop-types";
|
|
121
|
-
import "react-dom";
|
|
122
|
-
import "zustand/shallow";
|
|
123
|
-
import "@mui/material/ButtonBase/TouchRipple";
|
|
124
136
|
import "lodash/isString";
|
|
125
137
|
import "react-dropzone";
|
|
126
|
-
import "
|
|
127
|
-
import "
|
|
128
|
-
import "./components/
|
|
129
|
-
import "./
|
|
130
|
-
import "
|
|
131
|
-
import "react-dnd-html5-backend";
|
|
132
|
-
import "./components/DataGrid/subcomponents/Actions/index.5b0b1fbf.js";
|
|
133
|
-
import "./react-data-grid.d46d625e.js";
|
|
134
|
-
import "lodash";
|
|
138
|
+
import "@mui/material/Button";
|
|
139
|
+
import "@mui/lab";
|
|
140
|
+
import "./components/WrapperComponent/index.5e872594.js";
|
|
141
|
+
import "./components/GridLayout/subcomponents/Griditem/index.b2342897.js";
|
|
142
|
+
import "./node_modules.b55d04d9.js";
|
|
135
143
|
import "./react-json-view.57125fcf.js";
|
|
136
144
|
import "./commonjs.565e6834.js";
|
|
137
|
-
import "./react-splitter-layout.8b1655c8.js";
|
|
138
|
-
import "zustand/middleware";
|
|
139
|
-
import "zustand/middleware/immer";
|
|
140
|
-
import "./test/constants_no_mock.86c553a9.js";
|
|
141
|
-
import "./vendor.e14dec76.js";
|
|
142
|
-
import "./components/WrapperComponent/index.5e872594.js";
|
|
143
145
|
import "react-helmet-async";
|
|
144
146
|
import "simplebar/dist/simplebar.min.css?used";
|
|
147
|
+
import "./react-splitter-layout.8b1655c8.js";
|
|
145
148
|
import "@hookform/resolvers/yup";
|
|
146
149
|
export {
|
|
147
150
|
A5 as AREAS_DICTIONARY_ID,
|
|
148
151
|
A6 as Accordion,
|
|
149
|
-
|
|
152
|
+
A15 as AccountPopover,
|
|
150
153
|
A9 as ActionCancel,
|
|
151
154
|
A11 as ActionFormCancel,
|
|
152
155
|
A12 as ActionFormIntro,
|
|
153
156
|
A10 as ActionIntro,
|
|
154
157
|
A8 as Actions,
|
|
155
158
|
A as AnimatedScroll,
|
|
156
|
-
|
|
159
|
+
A14 as AppBar,
|
|
157
160
|
A2 as AreasAdmin,
|
|
158
161
|
A4 as AreasContext,
|
|
159
162
|
b2 as AreasProvider,
|
|
160
163
|
A3 as AreasViewer,
|
|
161
164
|
A7 as Avatar,
|
|
162
|
-
|
|
165
|
+
B3 as Badge,
|
|
163
166
|
B5 as BooleanFormatter,
|
|
164
167
|
B as BoxIcon,
|
|
165
168
|
B2 as Breadcrumbs,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
+
B4 as Button,
|
|
170
|
+
C2 as CheckBox,
|
|
171
|
+
C as CircularProgress,
|
|
169
172
|
C3 as ConcatenatedFormatter,
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
173
|
+
D2 as DICCTIONARY,
|
|
174
|
+
c as DataGrid,
|
|
175
|
+
D3 as DateFormatter,
|
|
176
|
+
D5 as DraggableWindow,
|
|
177
|
+
D4 as DynamicFilter,
|
|
178
|
+
a3 as DynamicMFParmsContext,
|
|
179
|
+
D as DynamicMFParmsProvider,
|
|
180
|
+
c4 as FORMATTER_DICTIONARY,
|
|
178
181
|
G as GridLayout,
|
|
179
182
|
H2 as HelmetPage,
|
|
180
183
|
H as HelperText,
|
|
@@ -183,19 +186,21 @@ export {
|
|
|
183
186
|
I as IconButtonAnimate,
|
|
184
187
|
I5 as Image,
|
|
185
188
|
I2 as ImageButton,
|
|
186
|
-
|
|
187
|
-
|
|
189
|
+
L3 as LABEL_FILTER_BUTTON,
|
|
190
|
+
L7 as LanguagePopover,
|
|
188
191
|
L4 as LinearProgress,
|
|
189
|
-
|
|
192
|
+
L8 as LinearProgressIndeterminate,
|
|
190
193
|
L5 as LinkWithRoute,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
M4 as
|
|
194
|
+
L9 as Loadable,
|
|
195
|
+
L6 as LoadingButton,
|
|
196
|
+
L10 as LoadingError,
|
|
197
|
+
L2 as LoadingScreen,
|
|
198
|
+
L as Logo,
|
|
199
|
+
M6 as MFLoader,
|
|
200
|
+
M3 as MemonizedDynamicMFParmsProvider,
|
|
201
|
+
M4 as MenuActions,
|
|
202
|
+
M7 as ModalContext,
|
|
203
|
+
M5 as ModalDialog,
|
|
199
204
|
a9 as ModalProvider,
|
|
200
205
|
M as MotionContainer,
|
|
201
206
|
M2 as MotionLazyContainer,
|
|
@@ -203,91 +208,95 @@ export {
|
|
|
203
208
|
N3 as NoItemSelected,
|
|
204
209
|
N as NumberEditor,
|
|
205
210
|
O as ObjectLogs,
|
|
206
|
-
|
|
207
|
-
|
|
211
|
+
P3 as Pager,
|
|
212
|
+
P9 as PaperForm,
|
|
208
213
|
P2 as Period,
|
|
209
214
|
P6 as PeriodFormatter,
|
|
210
215
|
P5 as PointsFormatter,
|
|
211
|
-
|
|
216
|
+
P4 as Popover,
|
|
212
217
|
P7 as PriceFormatter,
|
|
218
|
+
P8 as PrintingSystem,
|
|
213
219
|
P as PropagateLoader,
|
|
214
|
-
|
|
220
|
+
P10 as PropertyValue,
|
|
215
221
|
R as RHFAutocomplete,
|
|
216
222
|
R2 as RHFAutocompleteAsync,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
+
R8 as RHFCheckbox,
|
|
224
|
+
R3 as RHFDateTime,
|
|
225
|
+
R4 as RHFMultiCheckbox,
|
|
226
|
+
R7 as RHFPeriod,
|
|
227
|
+
R6 as RHFRadioGroup,
|
|
228
|
+
R5 as RHFSelect,
|
|
223
229
|
b3 as RHFTEXTFIELD_INPUT_TEST_ID,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
230
|
+
c3 as RHFTEXTFIELD_PREFIX,
|
|
231
|
+
a5 as RHFTEXTFIELD_ROOT_TEST_ID,
|
|
232
|
+
R9 as RHFTextField,
|
|
227
233
|
d as RHFTextFieldPassword,
|
|
228
234
|
R10 as RHFUploadImage,
|
|
229
235
|
R13 as RHFormProvider,
|
|
230
236
|
R12 as ResizeableWindow,
|
|
231
237
|
R11 as Responsive,
|
|
232
|
-
|
|
233
|
-
|
|
238
|
+
S4 as ScrollBar,
|
|
239
|
+
S as ScrollToTop,
|
|
234
240
|
S6 as SideBar,
|
|
235
|
-
|
|
241
|
+
S3 as SizeProvider,
|
|
236
242
|
S5 as SplitLayout,
|
|
237
|
-
|
|
238
|
-
|
|
243
|
+
S2 as Stack,
|
|
244
|
+
T2 as Tab,
|
|
239
245
|
b4 as TabContent,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
246
|
+
a6 as Tabs,
|
|
247
|
+
T as TextEditor,
|
|
248
|
+
T3 as Tooltip,
|
|
249
|
+
T4 as Typography,
|
|
244
250
|
U as UncertaintyFormatter,
|
|
245
251
|
W3 as WindowBase,
|
|
246
252
|
W2 as WindowConfirm,
|
|
247
253
|
a2 as WindowToolsMFContext,
|
|
248
254
|
W as WindowToolsMFProvider,
|
|
249
|
-
|
|
255
|
+
a8 as addLayoutItemToBreakPointIfNoExists,
|
|
250
256
|
b6 as addLayoutItemToBreakPoints,
|
|
251
|
-
|
|
257
|
+
c9 as cloneLayouts,
|
|
252
258
|
f as columnBooleanFormatter,
|
|
253
259
|
i as columnConcatenatedValuesFormatter,
|
|
254
260
|
h as columnDateFormatter,
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
261
|
+
c7 as columnNestedValueFormatter,
|
|
262
|
+
c6 as columnPointsFormatter,
|
|
263
|
+
c8 as columnPriceFormatter,
|
|
264
|
+
c5 as columnUncertaintyFormatter,
|
|
265
|
+
c2 as createDynamicMFStore,
|
|
259
266
|
d2 as defaultCommonActionsDictionary,
|
|
260
267
|
d3 as defaultModalDialogDictionary,
|
|
261
268
|
d4 as defaultNoItemSelectedDictionary,
|
|
262
269
|
d5 as defaultObjectLogDictionary,
|
|
263
270
|
e2 as errorLabelClasses,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
271
|
+
g21 as getAccountPopoverDictionary,
|
|
272
|
+
g20 as getAppBarDictionary,
|
|
273
|
+
a4 as getAreasComponentsDictionary,
|
|
274
|
+
g2 as getAreasDictionary,
|
|
268
275
|
g13 as getCommonActionsDictionary,
|
|
269
276
|
e as getDataGridRowsFromSet,
|
|
270
277
|
g12 as getDynamicFilterComponentsDictionary,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
278
|
+
g22 as getFormComponentsDictionary,
|
|
279
|
+
g10 as getFormatConcatenated,
|
|
280
|
+
g7 as getFormatDate,
|
|
281
|
+
a7 as getFormatPeriod,
|
|
282
|
+
g9 as getFormatPoints,
|
|
283
|
+
g11 as getFormatPrice,
|
|
277
284
|
b5 as getFormattersComponentsDictionary,
|
|
278
|
-
|
|
285
|
+
g as getGridComponentsDictionary,
|
|
286
|
+
g16 as getLoadingErrorComponentsDictionary,
|
|
287
|
+
g17 as getMFLoaderComponentsDictionary,
|
|
279
288
|
g14 as getModalDialogComponentsDictionary,
|
|
280
289
|
g15 as getModalDictionary,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
290
|
+
g18 as getNoItemSelectedComponentsDictionary,
|
|
291
|
+
g19 as getObjectLogsComponentsDictionary,
|
|
292
|
+
g6 as getPagerComponentsDictionary,
|
|
293
|
+
g5 as getPeriodComponetsDictionary,
|
|
294
|
+
g4 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
295
|
+
g3 as getRHFAutocompleteComponentsDictionary,
|
|
296
|
+
g8 as getUncertaintyFormat,
|
|
297
|
+
g23 as getformAddEditDictionary,
|
|
289
298
|
w as isEqualLayout,
|
|
290
|
-
|
|
299
|
+
A13 as isEqualLayouts,
|
|
291
300
|
u as useDynamicMFParametersStore,
|
|
292
301
|
u3 as useFormAddEdit,
|
|
293
302
|
u4 as useModal,
|