@m4l/components 0.1.83 → 0.1.85
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 +25 -4
- package/components/AccountPopover/classes/index.d.ts +4 -0
- package/components/AccountPopover/classes/types.d.ts +4 -0
- package/components/AccountPopover/dictionary.d.ts +1 -0
- package/components/AccountPopover/{index.2677fe77.js → index.35c29a55.js} +86 -36
- package/components/AccountPopover/index.d.ts +1 -0
- package/components/AccountPopover/types.d.ts +2 -0
- package/components/AppBar/dictionary.d.ts +1 -0
- package/components/AppBar/{index.ad2a6f0e.js → index.291da9fd.js} +19 -11
- package/components/AppBar/index.d.ts +1 -0
- package/components/CommonActions/components/ActionCancel/{index.b2fc495d.js → index.67b91376.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.60d8963e.js → index.d4503410.js} +17 -16
- package/components/CommonActions/components/ActionFormIntro/{index.fde4ea51.js → index.01ed67de.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.724d8e17.js → index.53e7fe2b.js} +1 -1
- package/components/CommonActions/components/Actions/{index.23a2d6ae.js → index.c91c27f9.js} +15 -14
- package/components/DataGrid/{index.d5d0d62f.js → index.37e14e83.js} +14 -12
- package/components/DataGrid/subcomponents/Actions/{index.201394f5.js → index.155c63af.js} +47 -31
- package/components/DynamicFilter/{index.7d134537.js → index.a8c2609c.js} +29 -28
- package/components/GridLayout/constants.d.ts +1 -1
- package/components/GridLayout/{index.70085b00.js → index.2383aaf9.js} +86 -23
- package/components/GridLayout/index.d.ts +1 -1
- package/components/GridLayout/subcomponents/Griditem/{index.c09681ff.js → index.58168132.js} +1 -6
- package/components/GridLayout/subcomponents/Responsive/{index.eb04fd5e.js → index.a6642437.js} +1 -2
- package/components/GridLayout/types.d.ts +2 -2
- package/components/HelperText/{index.28e9105d.js → index.8b5911d1.js} +9 -8
- package/components/Icon/{index.2414ff25.js → index.c3a579e7.js} +1 -1
- package/components/LanguagePopover/{index.065e0296.js → index.7681b08e.js} +9 -8
- package/components/ModalDialog/{index.fb148f76.js → index.b85ee3cb.js} +4 -6
- package/components/NavLink/{index.2ef07c44.js → index.bb879650.js} +9 -8
- package/components/NoItemSelected/classes/constants.d.ts +1 -0
- package/components/NoItemSelected/classes/index.d.ts +6 -0
- package/components/NoItemSelected/classes/types.d.ts +6 -0
- package/components/NoItemSelected/{index.23dfc897.js → index.a2807715.js} +46 -31
- package/components/NoItemSelected/index.d.ts +2 -1
- package/components/NoItemSelected/types.d.ts +4 -0
- package/components/ObjectLogs/{index.5d74dfe0.js → index.2ed38a84.js} +22 -19
- package/components/PaperForm/{index.f931dc02.js → index.989377a5.js} +1 -1
- package/components/Period/{index.0e6512b2.js → index.061c9b2f.js} +16 -15
- package/components/PropertyValue/{index.a67c9916.js → index.ac46f441.js} +1 -1
- package/components/ScrollBar/{index.d4410cb5.js → index.1247c1c5.js} +38 -9
- package/components/SideBar/classes/index.d.ts +0 -1
- package/components/SideBar/classes/types.d.ts +0 -1
- package/components/SideBar/{index.72564ef2.js → index.e0587639.js} +131 -75
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/type.d.ts +5 -0
- package/components/areas/components/AreasAdmin/classes/index.d.ts +1 -1
- package/components/areas/components/AreasAdmin/classes/types.d.ts +3 -0
- package/components/areas/components/AreasAdmin/index.d.ts +2 -2
- package/components/areas/components/AreasAdmin/index.f505897a.js +767 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/types.d.ts +2 -1
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +2 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.d.ts +6 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +1 -0
- package/components/areas/components/AreasViewer/{index.9ed7dfd7.js → index.cacec884.js} +77 -52
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/subcomponents/ResizeHandle/index.d.ts +4 -0
- package/components/areas/components/index.6d5dfeec.js +31 -0
- package/components/areas/contexts/AreasContext/helper.d.ts +10 -3
- package/components/areas/contexts/AreasContext/{index.36fe6953.js → index.6f56b1da.js} +103 -80
- package/components/areas/contexts/AreasContext/types.d.ts +28 -8
- package/components/areas/contexts/{index.68c53fc9.js → index.999e8b1e.js} +1 -1
- package/components/areas/hooks/useAreas/{index.a4c03e23.js → index.4baec91c.js} +1 -1
- package/components/areas/index.3088f99e.js +54 -0
- package/components/areas/utils/useOnClickOutside/index.d.ts +4 -0
- package/components/formatters/BooleanFormatter/{index.32de0803.js → index.e7f0b76a.js} +1 -1
- package/components/formatters/{index.d16d2331.js → index.d911949d.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.42df8eb4.js → index.aca6984f.js} +11 -9
- package/components/hook-form/RHFAutocompleteAsync/{index.0441524c.js → index.8511bcf8.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.c66147f7.js → index.0f45e6b0.js} +10 -9
- package/components/hook-form/RHFDateTime/{index.4698ca29.js → index.07412ef0.js} +10 -9
- package/components/hook-form/RHFPeriod/{index.f653934b.js → index.15b8f11e.js} +2 -2
- package/components/hook-form/RHFTextField/{index.1fa07688.js → index.94c8c59b.js} +3 -3
- package/components/hook-form/RHFUpload/{index.93c2dcb5.js → index.7ef1e124.js} +10 -9
- package/components/modal/{WindowBase.92ce9b8f.js → WindowBase.d485315d.js} +17 -12
- package/components/modal/{WindowConfirm.4c3d2cd7.js → WindowConfirm.3d9cd6e1.js} +18 -17
- package/components/modal/{index.1bd35bd5.js → index.c7e4beba.js} +15 -14
- package/components/mui_extended/Accordion/{index.5111314b.js → index.854f4c90.js} +3 -3
- package/components/mui_extended/Badge/classes/constants.d.ts +1 -1
- package/components/mui_extended/Badge/{index.cad260fe.js → index.8c2b8b66.js} +1 -1
- package/components/mui_extended/CheckBox/CheckBox.d.ts +1 -1
- package/components/mui_extended/{CheckBox.5f6c78b0.js → CheckBox.38abccd8.js} +5 -3
- package/components/mui_extended/IconButton/{index.a318316e.js → index.be111a34.js} +2 -12
- package/components/mui_extended/MenuActions/{index.f6bfdd40.js → index.b16e84c1.js} +26 -8
- package/components/mui_extended/MenuActions/types.d.ts +3 -0
- package/components/mui_extended/Pager/{index.da26e9d4.js → index.5b77fa4c.js} +84 -82
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index.d.ts +5 -0
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/types.d.ts +1 -4
- package/components/mui_extended/Stack/Stack.d.ts +3 -0
- package/components/mui_extended/Stack/classes/constants.d.ts +1 -0
- package/components/mui_extended/Stack/classes/index.d.ts +6 -0
- package/components/mui_extended/Stack/classes/types.d.ts +6 -0
- package/components/mui_extended/Stack/index.0e53197c.js +39 -0
- package/components/mui_extended/Stack/index.d.ts +2 -0
- package/components/mui_extended/Stack/types.d.ts +2 -0
- package/components/mui_extended/Tab/{index.0989d15d.js → index.c1dc7bbf.js} +42 -9
- package/components/mui_extended/Tabs/Tabs.d.ts +3 -0
- package/components/mui_extended/Tabs/classes/constants.d.ts +1 -0
- package/components/mui_extended/Tabs/classes/index.d.ts +6 -0
- package/components/mui_extended/Tabs/classes/types.d.ts +6 -0
- package/components/mui_extended/Tabs/index.d.ts +1 -0
- package/components/mui_extended/index.d.ts +2 -0
- package/components/mui_extended/{index.813723c5.js → index.d1ee9a6a.js} +9 -8
- package/contexts/ModalContext/{index.577bf36b.js → index.1ea79d7e.js} +1 -1
- package/contexts/RHFormContext/{index.b9266262.js → index.e019f87d.js} +1 -1
- package/hooks/useModal/{index.7a07c208.js → index.c906706c.js} +1 -1
- package/index.js +81 -75
- package/package.json +1 -1
- package/{vendor.5365cc7e.js → vendor.f27b86c9.js} +51 -51
- package/components/GridLayout/subcomponents/SizeProvider/index.9c5e80b2.js +0 -65
- package/components/areas/components/AreasAdmin/index.7bfec13f.js +0 -487
- package/components/areas/components/index.654b08aa.js +0 -30
- package/components/areas/index.ec4f088c.js +0 -32
- /package/components/GridLayout/subcomponents/{SizeProvider → WidthProvider}/index.d.ts +0 -0
- /package/components/areas/components/AreasAdmin/subcomponents/{AreaChipMobile/subcomponents/PanelWindowPopUp → PanelWindowPopUp}/index.d.ts +0 -0
- /package/components/areas/components/AreasAdmin/subcomponents/{AreaChipMobile/subcomponents/PanelWindowPopUp → PanelWindowPopUp}/types.d.ts +0 -0
package/index.js
CHANGED
|
@@ -7,90 +7,90 @@ import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
|
7
7
|
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
8
8
|
import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
10
|
-
import { A as A2 } from "./components/areas/components/AreasAdmin/index.
|
|
11
|
-
import { A as A3 } from "./components/areas/components/AreasViewer/index.
|
|
12
|
-
import { A as A4, a as a2 } from "./components/areas/contexts/AreasContext/index.
|
|
10
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.f505897a.js";
|
|
11
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.cacec884.js";
|
|
12
|
+
import { A as A4, a as a2 } from "./components/areas/contexts/AreasContext/index.6f56b1da.js";
|
|
13
13
|
import { a as a3, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
14
14
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
15
15
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
16
16
|
import { A as A5, D, L as L2, a as a4, g } from "./components/areas/dictionary.afb7e3d9.js";
|
|
17
|
-
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.
|
|
18
|
-
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
19
|
-
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.
|
|
20
|
-
import { R as R4 } from "./components/hook-form/RHFDateTime/index.
|
|
17
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.aca6984f.js";
|
|
18
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.8511bcf8.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.0f45e6b0.js";
|
|
20
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.07412ef0.js";
|
|
21
21
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
22
22
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
23
|
-
import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.
|
|
23
|
+
import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.94c8c59b.js";
|
|
24
24
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
25
|
-
import { R as R9 } from "./components/hook-form/RHFPeriod/index.
|
|
26
|
-
import { P as P2, g as g4 } from "./components/Period/index.
|
|
27
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
28
|
-
import { A as A6 } from "./components/mui_extended/Accordion/index.
|
|
25
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.15b8f11e.js";
|
|
26
|
+
import { P as P2, g as g4 } from "./components/Period/index.061c9b2f.js";
|
|
27
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.7ef1e124.js";
|
|
28
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.854f4c90.js";
|
|
29
29
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
30
30
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
31
31
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
32
32
|
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.40af964e.js";
|
|
33
|
-
import { C } from "./components/mui_extended/CheckBox.
|
|
33
|
+
import { C } from "./components/mui_extended/CheckBox.38abccd8.js";
|
|
34
34
|
import { C as C2 } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
35
|
-
import { B as B4 } from "./components/mui_extended/Badge/index.
|
|
36
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
35
|
+
import { B as B4 } from "./components/mui_extended/Badge/index.8c2b8b66.js";
|
|
36
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.be111a34.js";
|
|
37
37
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
38
38
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
39
|
-
import { M as M3 } from "./components/mui_extended/MenuActions/index.
|
|
39
|
+
import { M as M3 } from "./components/mui_extended/MenuActions/index.b16e84c1.js";
|
|
40
40
|
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
41
|
-
import {
|
|
42
|
-
import { T } from "./components/mui_extended/Tab/index.
|
|
41
|
+
import { S } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
42
|
+
import { T, a as a6 } from "./components/mui_extended/Tab/index.c1dc7bbf.js";
|
|
43
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.5b77fa4c.js";
|
|
43
44
|
import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
44
45
|
import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
45
|
-
import { B as B5 } from "./components/formatters/BooleanFormatter/index.
|
|
46
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.e7f0b76a.js";
|
|
46
47
|
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
47
48
|
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
48
49
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
49
|
-
import { C as C3, F, P as P6, g as g9, a as
|
|
50
|
+
import { C as C3, F, P as P6, g as g9, a as a7, b as b3 } from "./components/formatters/index.d911949d.js";
|
|
50
51
|
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
51
|
-
import {
|
|
52
|
+
import { c as c2, f, i, h, e, g as g11 } from "./components/DataGrid/index.37e14e83.js";
|
|
52
53
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
53
54
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
54
55
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
55
56
|
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
56
57
|
import { N, T as T4 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
57
|
-
import { D as
|
|
58
|
-
import { H, e as e2 } from "./components/HelperText/index.
|
|
59
|
-
import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.
|
|
60
|
-
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.
|
|
61
|
-
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.
|
|
62
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
63
|
-
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
64
|
-
import { D as
|
|
65
|
-
import { G, w, z } from "./components/GridLayout/index.
|
|
66
|
-
import { R as R11, a as
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import { L as L6 } from "./components/LanguagePopover/index.065e0296.js";
|
|
58
|
+
import { D as D3, g as g12 } from "./components/DynamicFilter/index.a8c2609c.js";
|
|
59
|
+
import { H, e as e2 } from "./components/HelperText/index.8b5911d1.js";
|
|
60
|
+
import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.c91c27f9.js";
|
|
61
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.67b91376.js";
|
|
62
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.53e7fe2b.js";
|
|
63
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.d4503410.js";
|
|
64
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.01ed67de.js";
|
|
65
|
+
import { D as D4 } from "./components/DraggableWindow/index.c702d3f2.js";
|
|
66
|
+
import { G, S as S2, w, z } from "./components/GridLayout/index.2383aaf9.js";
|
|
67
|
+
import { R as R11, a as a8, b as b4, c as c7 } from "./components/GridLayout/subcomponents/Responsive/index.a6642437.js";
|
|
68
|
+
import { I as I4 } from "./components/Icon/index.c3a579e7.js";
|
|
69
|
+
import { L as L6 } from "./components/LanguagePopover/index.7681b08e.js";
|
|
70
70
|
import { L as L7 } from "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
71
71
|
import { I as I5 } from "./components/Image/index.c18ebf5a.js";
|
|
72
72
|
import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
|
|
73
|
-
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.
|
|
74
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
75
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
76
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
77
|
-
import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.
|
|
78
|
-
import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.
|
|
79
|
-
import { P as P8 } from "./components/PaperForm/index.
|
|
73
|
+
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.b85ee3cb.js";
|
|
74
|
+
import { W as W2 } from "./components/modal/WindowConfirm.3d9cd6e1.js";
|
|
75
|
+
import { W as W3 } from "./components/modal/WindowBase.d485315d.js";
|
|
76
|
+
import { N as N2 } from "./components/NavLink/index.bb879650.js";
|
|
77
|
+
import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.a2807715.js";
|
|
78
|
+
import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.2ed38a84.js";
|
|
79
|
+
import { P as P8 } from "./components/PaperForm/index.989377a5.js";
|
|
80
80
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
81
|
-
import { P as P9 } from "./components/PropertyValue/index.
|
|
81
|
+
import { P as P9 } from "./components/PropertyValue/index.ac46f441.js";
|
|
82
82
|
import { R as R12 } from "./components/Resizeable/index.9a9c79a4.js";
|
|
83
|
-
import { S as
|
|
84
|
-
import { S as
|
|
85
|
-
import { S as
|
|
86
|
-
import { S as
|
|
87
|
-
import { A as A13 } from "./components/AppBar/index.
|
|
88
|
-
import { A as A14 } from "./components/AccountPopover/index.
|
|
89
|
-
import { a as
|
|
90
|
-
import { M as M6, a as
|
|
91
|
-
import { R as R13 } from "./contexts/RHFormContext/index.
|
|
83
|
+
import { S as S3 } from "./components/ScrollBar/index.1247c1c5.js";
|
|
84
|
+
import { S as S4 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
85
|
+
import { S as S5 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
86
|
+
import { S as S6 } from "./components/SideBar/index.e0587639.js";
|
|
87
|
+
import { A as A13, g as g17 } from "./components/AppBar/index.291da9fd.js";
|
|
88
|
+
import { A as A14, g as g18 } from "./components/AccountPopover/index.35c29a55.js";
|
|
89
|
+
import { a as a9, D as D5, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
90
|
+
import { M as M6, a as a10 } from "./contexts/ModalContext/index.1ea79d7e.js";
|
|
91
|
+
import { R as R13 } from "./contexts/RHFormContext/index.e019f87d.js";
|
|
92
92
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
93
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
93
|
+
import { u as u4 } from "./hooks/useModal/index.c906706c.js";
|
|
94
94
|
import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
|
|
95
95
|
import "react";
|
|
96
96
|
import "react/jsx-runtime";
|
|
@@ -100,14 +100,14 @@ import "@mui/material/styles";
|
|
|
100
100
|
import "react-router-dom";
|
|
101
101
|
import "simplebar-react";
|
|
102
102
|
import "./react-spinners.342a6578.js";
|
|
103
|
-
import "./components/areas/hooks/useAreas/index.
|
|
103
|
+
import "./components/areas/hooks/useAreas/index.4baec91c.js";
|
|
104
104
|
import "zustand";
|
|
105
105
|
import "@m4l/core";
|
|
106
106
|
import "yup";
|
|
107
107
|
import "clsx";
|
|
108
108
|
import "@mui/material/Button";
|
|
109
|
-
import "@m4l/graphics";
|
|
110
109
|
import "@mui/lab";
|
|
110
|
+
import "@m4l/graphics";
|
|
111
111
|
import "@mui/base";
|
|
112
112
|
import "./utils/index.c43a95f4.js";
|
|
113
113
|
import "./components/areas/constants.66529246.js";
|
|
@@ -118,16 +118,18 @@ import "@mui/x-date-pickers";
|
|
|
118
118
|
import "./react-draggable.7abb5d0a.js";
|
|
119
119
|
import "prop-types";
|
|
120
120
|
import "react-dom";
|
|
121
|
-
import "./components/modal/index.
|
|
121
|
+
import "./components/modal/index.c7e4beba.js";
|
|
122
122
|
import "zustand/shallow";
|
|
123
|
+
import "@mui/material/ButtonBase/TouchRipple";
|
|
123
124
|
import "lodash/isString";
|
|
124
125
|
import "react-dropzone";
|
|
126
|
+
import "./components/areas/index.3088f99e.js";
|
|
125
127
|
import "./react-resizable.ba08699a.js";
|
|
126
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
128
|
+
import "./components/GridLayout/subcomponents/Griditem/index.58168132.js";
|
|
127
129
|
import "./node_modules.d73a220d.js";
|
|
128
130
|
import "react-dnd";
|
|
129
131
|
import "react-dnd-html5-backend";
|
|
130
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
132
|
+
import "./components/DataGrid/subcomponents/Actions/index.155c63af.js";
|
|
131
133
|
import "./react-data-grid.d46d625e.js";
|
|
132
134
|
import "lodash";
|
|
133
135
|
import "./react-json-view.57125fcf.js";
|
|
@@ -136,7 +138,7 @@ import "./react-splitter-layout.8b1655c8.js";
|
|
|
136
138
|
import "zustand/middleware";
|
|
137
139
|
import "zustand/middleware/immer";
|
|
138
140
|
import "./test/constants_no_mock.86c553a9.js";
|
|
139
|
-
import "./vendor.
|
|
141
|
+
import "./vendor.f27b86c9.js";
|
|
140
142
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
141
143
|
import "react-helmet-async";
|
|
142
144
|
import "simplebar/dist/simplebar.min.css?used";
|
|
@@ -166,12 +168,12 @@ export {
|
|
|
166
168
|
C2 as CircularProgress,
|
|
167
169
|
C3 as ConcatenatedFormatter,
|
|
168
170
|
D as DICCTIONARY,
|
|
169
|
-
|
|
171
|
+
c2 as DataGrid,
|
|
170
172
|
D2 as DateFormatter,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
173
|
+
D4 as DraggableWindow,
|
|
174
|
+
D3 as DynamicFilter,
|
|
175
|
+
a9 as DynamicMFParmsContext,
|
|
176
|
+
D5 as DynamicMFParmsProvider,
|
|
175
177
|
F as FORMATTER_DICTIONARY,
|
|
176
178
|
G as GridLayout,
|
|
177
179
|
H2 as HelmetPage,
|
|
@@ -194,7 +196,7 @@ export {
|
|
|
194
196
|
M3 as MenuActions,
|
|
195
197
|
M6 as ModalContext,
|
|
196
198
|
M4 as ModalDialog,
|
|
197
|
-
|
|
199
|
+
a10 as ModalProvider,
|
|
198
200
|
M as MotionContainer,
|
|
199
201
|
M2 as MotionLazyContainer,
|
|
200
202
|
N2 as NavLink,
|
|
@@ -227,12 +229,14 @@ export {
|
|
|
227
229
|
R13 as RHFormProvider,
|
|
228
230
|
R12 as ResizeableWindow,
|
|
229
231
|
R11 as Responsive,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
232
|
+
S3 as ScrollBar,
|
|
233
|
+
S4 as ScrollToTop,
|
|
234
|
+
S6 as SideBar,
|
|
235
|
+
S2 as SizeProvider,
|
|
236
|
+
S5 as SplitLayout,
|
|
237
|
+
S as Stack,
|
|
235
238
|
T as Tab,
|
|
239
|
+
a6 as Tabs,
|
|
236
240
|
T4 as TextEditor,
|
|
237
241
|
T2 as Tooltip,
|
|
238
242
|
T3 as Typography,
|
|
@@ -241,12 +245,12 @@ export {
|
|
|
241
245
|
W2 as WindowConfirm,
|
|
242
246
|
a3 as WindowToolsMFContext,
|
|
243
247
|
W as WindowToolsMFProvider,
|
|
244
|
-
|
|
248
|
+
a8 as addLayoutItemToBreakPointIfNoExists,
|
|
245
249
|
b4 as addLayoutItemToBreakPoints,
|
|
246
250
|
c7 as cloneLayouts,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
251
|
+
f as columnBooleanFormatter,
|
|
252
|
+
i as columnConcatenatedValuesFormatter,
|
|
253
|
+
h as columnDateFormatter,
|
|
250
254
|
c5 as columnNestedValueFormatter,
|
|
251
255
|
c4 as columnPointsFormatter,
|
|
252
256
|
c6 as columnPriceFormatter,
|
|
@@ -256,14 +260,16 @@ export {
|
|
|
256
260
|
d4 as defaultNoItemSelectedDictionary,
|
|
257
261
|
d5 as defaultObjectLogDictionary,
|
|
258
262
|
e2 as errorLabelClasses,
|
|
263
|
+
g18 as getAccountPopoverDictionary,
|
|
264
|
+
g17 as getAppBarDictionary,
|
|
259
265
|
a4 as getAreasComponentsDictionary,
|
|
260
266
|
g as getAreasDictionary,
|
|
261
267
|
g13 as getCommonActionsDictionary,
|
|
262
|
-
|
|
268
|
+
e as getDataGridRowsFromSet,
|
|
263
269
|
g12 as getDynamicFilterComponentsDictionary,
|
|
264
270
|
g9 as getFormatConcatenated,
|
|
265
271
|
g6 as getFormatDate,
|
|
266
|
-
|
|
272
|
+
a7 as getFormatPeriod,
|
|
267
273
|
g8 as getFormatPoints,
|
|
268
274
|
g10 as getFormatPrice,
|
|
269
275
|
b3 as getFormattersComponentsDictionary,
|
package/package.json
CHANGED
|
@@ -1,83 +1,84 @@
|
|
|
1
1
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
2
|
-
import "./contexts/ModalContext/index.
|
|
3
|
-
import "./contexts/RHFormContext/index.
|
|
2
|
+
import "./contexts/ModalContext/index.1ea79d7e.js";
|
|
3
|
+
import "./contexts/RHFormContext/index.e019f87d.js";
|
|
4
4
|
import "@m4l/core";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-hook-form";
|
|
7
7
|
import "@mui/material";
|
|
8
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
8
|
+
import "./components/hook-form/RHFAutocomplete/index.aca6984f.js";
|
|
9
9
|
import "./components/Image/index.c18ebf5a.js";
|
|
10
10
|
import "react/jsx-runtime";
|
|
11
11
|
import "clsx";
|
|
12
12
|
import "./components/mui_extended/Typography/index.443590d6.js";
|
|
13
|
-
import "./components/Icon/index.
|
|
14
|
-
import "./components/mui_extended/IconButton/index.
|
|
13
|
+
import "./components/Icon/index.c3a579e7.js";
|
|
14
|
+
import "./components/mui_extended/IconButton/index.be111a34.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
|
-
import "./components/mui_extended/Accordion/index.
|
|
16
|
+
import "./components/mui_extended/Accordion/index.854f4c90.js";
|
|
17
17
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
20
20
|
import "./components/mui_extended/Button/index.40af964e.js";
|
|
21
|
-
import "./components/mui_extended/CheckBox.
|
|
22
|
-
import "./components/mui_extended/Badge/index.
|
|
21
|
+
import "./components/mui_extended/CheckBox.38abccd8.js";
|
|
22
|
+
import "./components/mui_extended/Badge/index.8c2b8b66.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "./components/mui_extended/MenuActions/index.
|
|
24
|
+
import "./components/mui_extended/MenuActions/index.b16e84c1.js";
|
|
25
25
|
import "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
26
|
-
import "./components/mui_extended/
|
|
27
|
-
import "./components/mui_extended/Tab/index.
|
|
26
|
+
import "./components/mui_extended/Stack/index.0e53197c.js";
|
|
27
|
+
import "./components/mui_extended/Tab/index.c1dc7bbf.js";
|
|
28
|
+
import "./components/mui_extended/Pager/index.5b77fa4c.js";
|
|
28
29
|
import "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
|
-
import "./components/HelperText/index.
|
|
30
|
+
import "./components/HelperText/index.8b5911d1.js";
|
|
30
31
|
import "lodash/debounce";
|
|
31
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
32
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
32
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.8511bcf8.js";
|
|
33
|
+
import "./components/hook-form/RHFCheckbox/index.0f45e6b0.js";
|
|
33
34
|
import "@mui/x-date-pickers";
|
|
34
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
35
|
-
import "./components/hook-form/RHFTextField/index.
|
|
36
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
37
|
-
import "./components/Period/index.
|
|
38
|
-
import "./components/CommonActions/components/Actions/index.
|
|
35
|
+
import "./components/hook-form/RHFDateTime/index.07412ef0.js";
|
|
36
|
+
import "./components/hook-form/RHFTextField/index.94c8c59b.js";
|
|
37
|
+
import "./components/hook-form/RHFPeriod/index.15b8f11e.js";
|
|
38
|
+
import "./components/Period/index.061c9b2f.js";
|
|
39
|
+
import "./components/CommonActions/components/Actions/index.c91c27f9.js";
|
|
39
40
|
import "./react-draggable.7abb5d0a.js";
|
|
40
41
|
import "./components/Resizeable/index.9a9c79a4.js";
|
|
41
|
-
import "./components/modal/index.
|
|
42
|
+
import "./components/modal/index.c7e4beba.js";
|
|
42
43
|
import "zustand";
|
|
43
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
44
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
44
|
+
import "./components/areas/contexts/AreasContext/index.6f56b1da.js";
|
|
45
|
+
import "./components/areas/components/AreasAdmin/index.f505897a.js";
|
|
45
46
|
import "zustand/shallow";
|
|
46
|
-
import "./components/ScrollBar/index.
|
|
47
|
-
import "./components/areas/components/AreasViewer/index.
|
|
47
|
+
import "./components/ScrollBar/index.1247c1c5.js";
|
|
48
|
+
import "./components/areas/components/AreasViewer/index.cacec884.js";
|
|
48
49
|
import "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
49
50
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
50
51
|
import "lodash/isString";
|
|
51
52
|
import "react-dropzone";
|
|
52
|
-
import "./components/hook-form/RHFUpload/index.
|
|
53
|
+
import "./components/hook-form/RHFUpload/index.7ef1e124.js";
|
|
53
54
|
import "./components/animate/index.4e9774a6.js";
|
|
54
55
|
import "framer-motion";
|
|
55
56
|
import "@mui/material/styles";
|
|
56
57
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
57
58
|
import "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
58
|
-
import "./components/DataGrid/index.
|
|
59
|
+
import "./components/DataGrid/index.37e14e83.js";
|
|
59
60
|
import "react-dnd";
|
|
60
61
|
import "react-dnd-html5-backend";
|
|
61
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
62
|
+
import "./components/DataGrid/subcomponents/Actions/index.155c63af.js";
|
|
62
63
|
import "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
63
|
-
import "./components/DynamicFilter/index.
|
|
64
|
+
import "./components/DynamicFilter/index.a8c2609c.js";
|
|
64
65
|
import "yup";
|
|
65
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
66
|
-
import "./components/GridLayout/index.
|
|
66
|
+
import "./components/GridLayout/subcomponents/Griditem/index.58168132.js";
|
|
67
|
+
import "./components/GridLayout/index.2383aaf9.js";
|
|
67
68
|
import "lodash";
|
|
68
|
-
import "./components/LanguagePopover/index.
|
|
69
|
-
import "./components/NavLink/index.
|
|
70
|
-
import "./components/NoItemSelected/index.
|
|
71
|
-
import "./components/ObjectLogs/index.
|
|
69
|
+
import "./components/LanguagePopover/index.7681b08e.js";
|
|
70
|
+
import "./components/NavLink/index.bb879650.js";
|
|
71
|
+
import "./components/NoItemSelected/index.a2807715.js";
|
|
72
|
+
import "./components/ObjectLogs/index.2ed38a84.js";
|
|
72
73
|
import "./react-json-view.57125fcf.js";
|
|
73
|
-
import "./components/PaperForm/index.
|
|
74
|
+
import "./components/PaperForm/index.989377a5.js";
|
|
74
75
|
import "./components/Page/index.4237c241.js";
|
|
75
|
-
import "./components/PropertyValue/index.
|
|
76
|
+
import "./components/PropertyValue/index.ac46f441.js";
|
|
76
77
|
import "./components/SplitLayout/index.9ef430f6.js";
|
|
77
78
|
import "./react-splitter-layout.8b1655c8.js";
|
|
78
|
-
import "./components/SideBar/index.
|
|
79
|
-
import "./components/AppBar/index.
|
|
80
|
-
import "./components/AccountPopover/index.
|
|
79
|
+
import "./components/SideBar/index.e0587639.js";
|
|
80
|
+
import "./components/AppBar/index.291da9fd.js";
|
|
81
|
+
import "./components/AccountPopover/index.35c29a55.js";
|
|
81
82
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
82
83
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
83
84
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -95,30 +96,29 @@ import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
|
95
96
|
import "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
96
97
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
97
98
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
98
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
99
|
+
import "./components/formatters/BooleanFormatter/index.e7f0b76a.js";
|
|
99
100
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
100
101
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
101
102
|
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
102
|
-
import "./components/formatters/index.
|
|
103
|
+
import "./components/formatters/index.d911949d.js";
|
|
103
104
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
104
105
|
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
105
106
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
106
107
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
107
108
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
108
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
109
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
110
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
111
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
109
|
+
import "./components/CommonActions/components/ActionCancel/index.67b91376.js";
|
|
110
|
+
import "./components/CommonActions/components/ActionIntro/index.53e7fe2b.js";
|
|
111
|
+
import "./components/CommonActions/components/ActionFormCancel/index.d4503410.js";
|
|
112
|
+
import "./components/CommonActions/components/ActionFormIntro/index.01ed67de.js";
|
|
112
113
|
import "./components/DraggableWindow/index.c702d3f2.js";
|
|
113
|
-
import "./components/GridLayout/subcomponents/Responsive/index.
|
|
114
|
-
import "./components/GridLayout/subcomponents/SizeProvider/index.9c5e80b2.js";
|
|
114
|
+
import "./components/GridLayout/subcomponents/Responsive/index.a6642437.js";
|
|
115
115
|
import "./components/Loadable/index.e994fc3e.js";
|
|
116
|
-
import "./components/ModalDialog/index.
|
|
117
|
-
import "./components/modal/WindowConfirm.
|
|
118
|
-
import "./components/modal/WindowBase.
|
|
116
|
+
import "./components/ModalDialog/index.b85ee3cb.js";
|
|
117
|
+
import "./components/modal/WindowConfirm.3d9cd6e1.js";
|
|
118
|
+
import "./components/modal/WindowBase.d485315d.js";
|
|
119
119
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
120
120
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
121
|
-
import "./hooks/useModal/index.
|
|
121
|
+
import "./hooks/useModal/index.c906706c.js";
|
|
122
122
|
import "./assets/Logo/index.228dcb5a.js";
|
|
123
123
|
const getNameDataTestId = (ELEMENT_PREFIX, ELEMENT_KEY, ELEMENT_ID) => {
|
|
124
124
|
return `${ELEMENT_PREFIX}-${[ELEMENT_KEY]}-${ELEMENT_ID}`;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { useRef, useState, useMemo, useCallback, useEffect } from "react";
|
|
2
|
-
import clsx from "clsx";
|
|
3
|
-
import { throttle } from "lodash";
|
|
4
|
-
import { useResizeObserver } from "@m4l/graphics";
|
|
5
|
-
import { j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, T as THROTTLE_RESIZE_TIME } from "../../index.70085b00.js";
|
|
6
|
-
import { jsx } from "react/jsx-runtime";
|
|
7
|
-
const layoutClassName = "M4LGridLayout";
|
|
8
|
-
function SizeProvider(ComposedComponent) {
|
|
9
|
-
return (props) => {
|
|
10
|
-
const {
|
|
11
|
-
measureBeforeMount = true,
|
|
12
|
-
...rest
|
|
13
|
-
} = props;
|
|
14
|
-
const refMounted = useRef(false);
|
|
15
|
-
const [currentState, setCurrentState] = useState({
|
|
16
|
-
mounted: false,
|
|
17
|
-
width: DEFAULT_CONTAINER_WIDTH,
|
|
18
|
-
height: DEFAULT_CONTAINER_HEIGHT
|
|
19
|
-
});
|
|
20
|
-
const onWindowResizeMemo = useMemo(() => () => {
|
|
21
|
-
const node = elementRef.current;
|
|
22
|
-
if (node instanceof HTMLElement && node.offsetWidth) {
|
|
23
|
-
setCurrentState((prev) => ({
|
|
24
|
-
...prev,
|
|
25
|
-
width: node.offsetWidth,
|
|
26
|
-
height: node.offsetHeight
|
|
27
|
-
}));
|
|
28
|
-
}
|
|
29
|
-
}, []);
|
|
30
|
-
const throttleResize = throttle(onWindowResizeMemo, THROTTLE_RESIZE_TIME, {
|
|
31
|
-
leading: false,
|
|
32
|
-
trailing: true
|
|
33
|
-
});
|
|
34
|
-
const onResize = useCallback((_target) => {
|
|
35
|
-
throttleResize();
|
|
36
|
-
}, []);
|
|
37
|
-
const elementRef = useResizeObserver(onResize);
|
|
38
|
-
useEffect(() => {
|
|
39
|
-
setCurrentState((prev) => ({
|
|
40
|
-
...prev,
|
|
41
|
-
mounted: true
|
|
42
|
-
}));
|
|
43
|
-
refMounted.current = true;
|
|
44
|
-
onWindowResizeMemo();
|
|
45
|
-
return () => {
|
|
46
|
-
};
|
|
47
|
-
}, []);
|
|
48
|
-
if (measureBeforeMount && !currentState.mounted) {
|
|
49
|
-
return /* @__PURE__ */ jsx("div", {
|
|
50
|
-
className: clsx(props.className, layoutClassName),
|
|
51
|
-
style: props.style,
|
|
52
|
-
ref: elementRef
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
return /* @__PURE__ */ jsx(ComposedComponent, {
|
|
56
|
-
innerRef: elementRef,
|
|
57
|
-
containerWidth: currentState.width,
|
|
58
|
-
containerHeight: currentState.height,
|
|
59
|
-
...rest
|
|
60
|
-
});
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
export {
|
|
64
|
-
SizeProvider as S
|
|
65
|
-
};
|