@m4l/components 0.1.89 → 0.1.90
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.bb2c369d.js → index.724828f0.js} +3 -3
- package/components/AppBar/{index.58233583.js → index.0328abec.js} +3 -3
- package/components/CommonActions/components/ActionCancel/{index.ffc5618a.js → index.441118b5.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.baa35ca3.js → index.435fcb53.js} +10 -10
- package/components/CommonActions/components/ActionFormIntro/{index.906d46a0.js → index.edb131c4.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.81d2648b.js → index.24367ed3.js} +1 -1
- package/components/CommonActions/components/Actions/{index.366cb775.js → index.8dcaba29.js} +8 -8
- package/components/DataGrid/{index.8c887df9.js → index.c296f69c.js} +3 -3
- package/components/DataGrid/subcomponents/Actions/{index.895fc73f.js → index.fadd92f2.js} +13 -13
- package/components/DynamicFilter/{index.d2e7bdcc.js → index.6a22346e.js} +21 -21
- package/components/HelperText/{index.69791151.js → index.31f2a824.js} +3 -3
- package/components/LanguagePopover/{index.349d359c.js → index.c9876e63.js} +3 -3
- package/components/ModalDialog/{index.302a87c9.js → index.7d0d3ea1.js} +3 -3
- package/components/NavLink/{index.8fe407ef.js → index.4f927064.js} +3 -3
- package/components/ObjectLogs/{index.98d3400e.js → index.87438c47.js} +12 -12
- package/components/Period/{index.972dbe64.js → index.d1182d4a.js} +9 -9
- package/components/PropertyValue/{index.d3d71d50.js → index.3ee94e0f.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.cb3d7bd6.js → index.98a54515.js} +21 -21
- package/components/areas/components/AreasViewer/{index.1eef603d.js → index.ee7170bc.js} +27 -27
- package/components/areas/components/{index.44ec162f.js → index.431c5397.js} +6 -6
- package/components/areas/contexts/AreasContext/{index.7a2d5394.js → index.1950eef9.js} +2 -2
- package/components/areas/contexts/{index.7bae4208.js → index.b846bbcb.js} +1 -1
- package/components/areas/hooks/useAreas/{index.1f112e0b.js → index.ce75bfb5.js} +1 -1
- package/components/areas/{index.aaaa1f62.js → index.5abba006.js} +6 -6
- package/components/hook-form/RHFAutocomplete/{index.5c23bd25.js → index.8e4ff8d7.js} +4 -4
- package/components/hook-form/RHFAutocompleteAsync/{index.85b11f3a.js → index.78f8e4c4.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.a136882e.js → index.bdad2059.js} +4 -4
- package/components/hook-form/RHFDateTime/{index.1ca795b0.js → index.73f8a11e.js} +4 -4
- package/components/hook-form/RHFPeriod/{index.90777c53.js → index.71df31df.js} +2 -2
- package/components/hook-form/RHFTextField/{index.ccea64e7.js → index.6d21060a.js} +2 -2
- package/components/hook-form/RHFUpload/{index.85e59119.js → index.f04d24ee.js} +4 -4
- package/components/modal/{WindowBase.39a70f35.js → WindowBase.b9dd76a4.js} +9 -9
- package/components/modal/{WindowConfirm.f53c02f6.js → WindowConfirm.d407f47a.js} +12 -12
- package/components/modal/{index.dbdb6ac0.js → index.764e2723.js} +8 -8
- package/components/mui_extended/Accordion/{index.0e0090ca.js → index.a706b12f.js} +1 -1
- package/components/mui_extended/MenuActions/{index.4c2e48d4.js → index.570fbae0.js} +2 -2
- package/components/mui_extended/Tab/{index.3db2e0c7.js → index.d0302c81.js} +1 -1
- package/components/mui_extended/{index.9e8aeca8.js → index.a8d347a9.js} +3 -3
- package/contexts/ModalContext/{index.1fc9f5d9.js → index.41fbf6bc.js} +1 -1
- package/hooks/useFormAddEdit/{index.4906dbb4.js → index.0c6b6b68.js} +9 -10
- package/hooks/useModal/{index.6457198c.js → index.71987a49.js} +1 -1
- package/index.js +39 -39
- package/package.json +1 -1
- package/{vendor.92191f81.js → vendor.4dedf99e.js} +36 -36
|
@@ -6,7 +6,7 @@ import { styled } from "@mui/material/styles";
|
|
|
6
6
|
import { I as Icon } from "../../Icon/index.a70c4729.js";
|
|
7
7
|
import { I as IconButton$1 } from "../IconButton/index.76624519.js";
|
|
8
8
|
import clsx from "clsx";
|
|
9
|
-
import "../Accordion/index.
|
|
9
|
+
import "../Accordion/index.a706b12f.js";
|
|
10
10
|
import "../Typography/index.443590d6.js";
|
|
11
11
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
12
12
|
import "../Avatar/index.75e6ed57.js";
|
|
@@ -18,7 +18,7 @@ import { B as Badge } from "../Badge/index.b09524fe.js";
|
|
|
18
18
|
import "../../Image/index.c18ebf5a.js";
|
|
19
19
|
import "@mui/lab";
|
|
20
20
|
import "../Stack/index.0e53197c.js";
|
|
21
|
-
import "../Tab/index.
|
|
21
|
+
import "../Tab/index.d0302c81.js";
|
|
22
22
|
import "../Pager/index.ac2a21f0.js";
|
|
23
23
|
import "@m4l/graphics";
|
|
24
24
|
import "../Tooltip/index.5a795dcd.js";
|
|
@@ -5,7 +5,7 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
5
5
|
import { useModuleSkeleton } from "@m4l/core";
|
|
6
6
|
import { styled as styled$1 } from "@mui/material/styles";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
8
|
-
import { g as getNameDataTestId } from "../../../vendor.
|
|
8
|
+
import { g as getNameDataTestId } from "../../../vendor.4dedf99e.js";
|
|
9
9
|
const componentName$2 = "M4LTabs";
|
|
10
10
|
generateUtilityClasses(componentName$2, [
|
|
11
11
|
"root"
|
|
@@ -6,7 +6,7 @@ import "clsx";
|
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
7
|
import "./IconButton/index.76624519.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "./Accordion/index.
|
|
9
|
+
import "./Accordion/index.a706b12f.js";
|
|
10
10
|
import "./Typography/index.443590d6.js";
|
|
11
11
|
import "./Avatar/index.75e6ed57.js";
|
|
12
12
|
import "react-router-dom";
|
|
@@ -16,9 +16,9 @@ import "./CheckBox.38abccd8.js";
|
|
|
16
16
|
import "./Badge/index.b09524fe.js";
|
|
17
17
|
import "../Image/index.c18ebf5a.js";
|
|
18
18
|
import "@mui/lab";
|
|
19
|
-
import "./MenuActions/index.
|
|
19
|
+
import "./MenuActions/index.570fbae0.js";
|
|
20
20
|
import "./Popover/index.9f35d0eb.js";
|
|
21
21
|
import "./Stack/index.0e53197c.js";
|
|
22
|
-
import "./Tab/index.
|
|
22
|
+
import "./Tab/index.d0302c81.js";
|
|
23
23
|
import "./Pager/index.ac2a21f0.js";
|
|
24
24
|
import "./Tooltip/index.5a795dcd.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createContext, useState } from "react";
|
|
2
|
-
import { M as ModalDialog } from "../../components/ModalDialog/index.
|
|
2
|
+
import { M as ModalDialog } from "../../components/ModalDialog/index.7d0d3ea1.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { useNetwork, useFlags, useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
|
-
import { u as useModal } from "../useModal/index.
|
|
3
|
+
import { u as useModal } from "../useModal/index.71987a49.js";
|
|
4
4
|
import "@mui/material";
|
|
5
5
|
import "../../react-draggable.7abb5d0a.js";
|
|
6
6
|
import "../../components/Resizeable/index.676c96fe.js";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "../../components/modal/index.
|
|
10
|
-
import { W as WindowConfirm } from "../../components/modal/WindowConfirm.
|
|
9
|
+
import "../../components/modal/index.764e2723.js";
|
|
10
|
+
import { W as WindowConfirm } from "../../components/modal/WindowConfirm.d407f47a.js";
|
|
11
11
|
import "../../components/Icon/index.a70c4729.js";
|
|
12
12
|
import "clsx";
|
|
13
13
|
import "../../components/mui_extended/IconButton/index.76624519.js";
|
|
14
|
-
import "../../components/mui_extended/Accordion/index.
|
|
14
|
+
import "../../components/mui_extended/Accordion/index.a706b12f.js";
|
|
15
15
|
import "../../components/mui_extended/Typography/index.443590d6.js";
|
|
16
16
|
import "../../components/mui_extended/Avatar/index.75e6ed57.js";
|
|
17
17
|
import "react-router-dom";
|
|
@@ -21,10 +21,10 @@ import "../../components/mui_extended/CheckBox.38abccd8.js";
|
|
|
21
21
|
import "../../components/mui_extended/Badge/index.b09524fe.js";
|
|
22
22
|
import "../../components/Image/index.c18ebf5a.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "../../components/mui_extended/MenuActions/index.
|
|
24
|
+
import "../../components/mui_extended/MenuActions/index.570fbae0.js";
|
|
25
25
|
import "../../components/mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../../components/mui_extended/Stack/index.0e53197c.js";
|
|
27
|
-
import "../../components/mui_extended/Tab/index.
|
|
27
|
+
import "../../components/mui_extended/Tab/index.d0302c81.js";
|
|
28
28
|
import "../../components/mui_extended/Pager/index.ac2a21f0.js";
|
|
29
29
|
import "../../components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
30
|
const useFormAddEdit = (props) => {
|
|
@@ -57,12 +57,11 @@ const useFormAddEdit = (props) => {
|
|
|
57
57
|
};
|
|
58
58
|
useEffect(() => {
|
|
59
59
|
let mounted = true;
|
|
60
|
-
const arrForPromises = Array.isArray(endPoint) ? endPoint : [endPoint];
|
|
61
60
|
if (statusLoad === "edit") {
|
|
62
|
-
|
|
61
|
+
networkOperation({
|
|
63
62
|
method: "GET",
|
|
64
|
-
endPoint: `${
|
|
65
|
-
})
|
|
63
|
+
endPoint: `${endPoint}/${objectId}`
|
|
64
|
+
}).then((response) => {
|
|
66
65
|
if (mounted) {
|
|
67
66
|
if (formatDataEnpoint) {
|
|
68
67
|
setFormValues(formatDataEnpoint(response));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import { M as ModalContext } from "../../contexts/ModalContext/index.
|
|
2
|
+
import { M as ModalContext } from "../../contexts/ModalContext/index.41fbf6bc.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|
package/index.js
CHANGED
|
@@ -7,25 +7,25 @@ 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.98a54515.js";
|
|
11
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.ee7170bc.js";
|
|
12
|
+
import { A as A4, a as a2 } from "./components/areas/contexts/AreasContext/index.1950eef9.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.08cfc4c9.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.8e4ff8d7.js";
|
|
18
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.78f8e4c4.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.bdad2059.js";
|
|
20
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.73f8a11e.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.6d21060a.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.71df31df.js";
|
|
26
|
+
import { P as P2, g as g4 } from "./components/Period/index.d1182d4a.js";
|
|
27
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.f04d24ee.js";
|
|
28
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.a706b12f.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";
|
|
@@ -36,10 +36,10 @@ import { B as B4 } from "./components/mui_extended/Badge/index.b09524fe.js";
|
|
|
36
36
|
import { I as I3 } from "./components/mui_extended/IconButton/index.76624519.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.570fbae0.js";
|
|
40
40
|
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
41
41
|
import { S } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
42
|
-
import { T, b as b3, a as a6 } from "./components/mui_extended/Tab/index.
|
|
42
|
+
import { T, b as b3, a as a6 } from "./components/mui_extended/Tab/index.d0302c81.js";
|
|
43
43
|
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.ac2a21f0.js";
|
|
44
44
|
import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
45
45
|
import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
@@ -49,49 +49,49 @@ import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.0
|
|
|
49
49
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
50
50
|
import { C as C3, F, P as P6, g as g9, a as a7, b as b4 } from "./components/formatters/index.576922c9.js";
|
|
51
51
|
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
52
|
-
import { c as c2, f, i, h, e, g as g11 } from "./components/DataGrid/index.
|
|
52
|
+
import { c as c2, f, i, h, e, g as g11 } from "./components/DataGrid/index.c296f69c.js";
|
|
53
53
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
54
54
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
55
55
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.b63f7246.js";
|
|
56
56
|
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
57
57
|
import { N, T as T4 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
58
|
-
import { D as D3, g as g12 } from "./components/DynamicFilter/index.
|
|
59
|
-
import { H, e as e2 } from "./components/HelperText/index.
|
|
60
|
-
import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.
|
|
61
|
-
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.
|
|
62
|
-
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.
|
|
63
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
64
|
-
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
58
|
+
import { D as D3, g as g12 } from "./components/DynamicFilter/index.6a22346e.js";
|
|
59
|
+
import { H, e as e2 } from "./components/HelperText/index.31f2a824.js";
|
|
60
|
+
import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.8dcaba29.js";
|
|
61
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.441118b5.js";
|
|
62
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.24367ed3.js";
|
|
63
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.435fcb53.js";
|
|
64
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.edb131c4.js";
|
|
65
65
|
import { D as D4 } from "./components/DraggableWindow/index.c702d3f2.js";
|
|
66
66
|
import { G, S as S2, w, z } from "./components/GridLayout/index.8ae34c50.js";
|
|
67
67
|
import { R as R11, a as a8, b as b5, c as c7 } from "./components/GridLayout/subcomponents/Responsive/index.96cdb1b4.js";
|
|
68
68
|
import { I as I4 } from "./components/Icon/index.a70c4729.js";
|
|
69
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
69
|
+
import { L as L6 } from "./components/LanguagePopover/index.c9876e63.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 { g as g15 } from "./components/modal/index.
|
|
77
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
73
|
+
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.7d0d3ea1.js";
|
|
74
|
+
import { W as W2 } from "./components/modal/WindowConfirm.d407f47a.js";
|
|
75
|
+
import { W as W3 } from "./components/modal/WindowBase.b9dd76a4.js";
|
|
76
|
+
import { g as g15 } from "./components/modal/index.764e2723.js";
|
|
77
|
+
import { N as N2 } from "./components/NavLink/index.4f927064.js";
|
|
78
78
|
import { N as N3, d as d4, g as g16 } from "./components/NoItemSelected/index.1eaf72d8.js";
|
|
79
|
-
import { O, d as d5, g as g17 } from "./components/ObjectLogs/index.
|
|
79
|
+
import { O, d as d5, g as g17 } from "./components/ObjectLogs/index.87438c47.js";
|
|
80
80
|
import { P as P8 } from "./components/PaperForm/index.e02c772c.js";
|
|
81
81
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
82
|
-
import { P as P9 } from "./components/PropertyValue/index.
|
|
82
|
+
import { P as P9 } from "./components/PropertyValue/index.3ee94e0f.js";
|
|
83
83
|
import { R as R12 } from "./components/Resizeable/index.676c96fe.js";
|
|
84
84
|
import { S as S3 } from "./components/ScrollBar/index.65bb2930.js";
|
|
85
85
|
import { S as S4 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
86
86
|
import { S as S5 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
87
87
|
import { S as S6 } from "./components/SideBar/index.2dfc5445.js";
|
|
88
|
-
import { A as A13, g as g18 } from "./components/AppBar/index.
|
|
89
|
-
import { A as A14, g as g19 } from "./components/AccountPopover/index.
|
|
88
|
+
import { A as A13, g as g18 } from "./components/AppBar/index.0328abec.js";
|
|
89
|
+
import { A as A14, g as g19 } from "./components/AccountPopover/index.724828f0.js";
|
|
90
90
|
import { a as a9, D as D5, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
91
|
-
import { M as M6, a as a10 } from "./contexts/ModalContext/index.
|
|
91
|
+
import { M as M6, a as a10 } from "./contexts/ModalContext/index.41fbf6bc.js";
|
|
92
92
|
import { R as R13, g as g20 } from "./contexts/RHFormContext/index.1755b324.js";
|
|
93
|
-
import { g as g21, u as u3 } from "./hooks/useFormAddEdit/index.
|
|
94
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
93
|
+
import { g as g21, u as u3 } from "./hooks/useFormAddEdit/index.0c6b6b68.js";
|
|
94
|
+
import { u as u4 } from "./hooks/useModal/index.71987a49.js";
|
|
95
95
|
import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
|
|
96
96
|
import "react";
|
|
97
97
|
import "react/jsx-runtime";
|
|
@@ -101,7 +101,7 @@ import "@mui/material/styles";
|
|
|
101
101
|
import "react-router-dom";
|
|
102
102
|
import "simplebar-react";
|
|
103
103
|
import "./react-spinners.342a6578.js";
|
|
104
|
-
import "./components/areas/hooks/useAreas/index.
|
|
104
|
+
import "./components/areas/hooks/useAreas/index.ce75bfb5.js";
|
|
105
105
|
import "zustand";
|
|
106
106
|
import "@m4l/core";
|
|
107
107
|
import "yup";
|
|
@@ -123,13 +123,13 @@ import "zustand/shallow";
|
|
|
123
123
|
import "@mui/material/ButtonBase/TouchRipple";
|
|
124
124
|
import "lodash/isString";
|
|
125
125
|
import "react-dropzone";
|
|
126
|
-
import "./components/areas/index.
|
|
126
|
+
import "./components/areas/index.5abba006.js";
|
|
127
127
|
import "./react-resizable.ba08699a.js";
|
|
128
128
|
import "./components/GridLayout/subcomponents/Griditem/index.c7a33781.js";
|
|
129
129
|
import "./node_modules.d73a220d.js";
|
|
130
130
|
import "react-dnd";
|
|
131
131
|
import "react-dnd-html5-backend";
|
|
132
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
132
|
+
import "./components/DataGrid/subcomponents/Actions/index.fadd92f2.js";
|
|
133
133
|
import "./react-data-grid.d46d625e.js";
|
|
134
134
|
import "lodash";
|
|
135
135
|
import "./react-json-view.57125fcf.js";
|
|
@@ -138,7 +138,7 @@ import "./react-splitter-layout.8b1655c8.js";
|
|
|
138
138
|
import "zustand/middleware";
|
|
139
139
|
import "zustand/middleware/immer";
|
|
140
140
|
import "./test/constants_no_mock.86c553a9.js";
|
|
141
|
-
import "./vendor.
|
|
141
|
+
import "./vendor.4dedf99e.js";
|
|
142
142
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
143
143
|
import "react-helmet-async";
|
|
144
144
|
import "simplebar/dist/simplebar.min.css?used";
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
2
|
-
import "./contexts/ModalContext/index.
|
|
2
|
+
import "./contexts/ModalContext/index.41fbf6bc.js";
|
|
3
3
|
import "./contexts/RHFormContext/index.1755b324.js";
|
|
4
4
|
import "@m4l/core";
|
|
5
5
|
import "react";
|
|
@@ -8,8 +8,8 @@ import "./react-draggable.7abb5d0a.js";
|
|
|
8
8
|
import "./components/Resizeable/index.676c96fe.js";
|
|
9
9
|
import "react/jsx-runtime";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
|
-
import "./components/modal/index.
|
|
12
|
-
import "./components/CommonActions/components/Actions/index.
|
|
11
|
+
import "./components/modal/index.764e2723.js";
|
|
12
|
+
import "./components/CommonActions/components/Actions/index.8dcaba29.js";
|
|
13
13
|
import "@mui/material/Button";
|
|
14
14
|
import "./components/mui_extended/Button/index.f79eb74e.js";
|
|
15
15
|
import "clsx";
|
|
@@ -17,11 +17,11 @@ import "react-hook-form";
|
|
|
17
17
|
import "./components/Icon/index.a70c4729.js";
|
|
18
18
|
import "./components/mui_extended/IconButton/index.76624519.js";
|
|
19
19
|
import "zustand";
|
|
20
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
21
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
20
|
+
import "./components/areas/contexts/AreasContext/index.1950eef9.js";
|
|
21
|
+
import "./components/areas/components/AreasAdmin/index.98a54515.js";
|
|
22
22
|
import "zustand/shallow";
|
|
23
23
|
import "./components/ScrollBar/index.65bb2930.js";
|
|
24
|
-
import "./components/mui_extended/Accordion/index.
|
|
24
|
+
import "./components/mui_extended/Accordion/index.a706b12f.js";
|
|
25
25
|
import "./components/mui_extended/Typography/index.443590d6.js";
|
|
26
26
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
27
27
|
import "react-router-dom";
|
|
@@ -29,56 +29,56 @@ import "./components/mui_extended/CheckBox.38abccd8.js";
|
|
|
29
29
|
import "./components/mui_extended/Badge/index.b09524fe.js";
|
|
30
30
|
import "./components/Image/index.c18ebf5a.js";
|
|
31
31
|
import "@mui/lab";
|
|
32
|
-
import "./components/mui_extended/MenuActions/index.
|
|
32
|
+
import "./components/mui_extended/MenuActions/index.570fbae0.js";
|
|
33
33
|
import "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
34
34
|
import "./components/mui_extended/Stack/index.0e53197c.js";
|
|
35
|
-
import "./components/mui_extended/Tab/index.
|
|
35
|
+
import "./components/mui_extended/Tab/index.d0302c81.js";
|
|
36
36
|
import "./components/mui_extended/Pager/index.ac2a21f0.js";
|
|
37
37
|
import "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
38
|
-
import "./components/areas/components/AreasViewer/index.
|
|
38
|
+
import "./components/areas/components/AreasViewer/index.ee7170bc.js";
|
|
39
39
|
import "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
40
40
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
41
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
42
|
-
import "./components/HelperText/index.
|
|
41
|
+
import "./components/hook-form/RHFAutocomplete/index.8e4ff8d7.js";
|
|
42
|
+
import "./components/HelperText/index.31f2a824.js";
|
|
43
43
|
import "lodash/debounce";
|
|
44
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
45
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
44
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.78f8e4c4.js";
|
|
45
|
+
import "./components/hook-form/RHFCheckbox/index.bdad2059.js";
|
|
46
46
|
import "@mui/x-date-pickers";
|
|
47
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
48
|
-
import "./components/hook-form/RHFTextField/index.
|
|
49
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
50
|
-
import "./components/Period/index.
|
|
47
|
+
import "./components/hook-form/RHFDateTime/index.73f8a11e.js";
|
|
48
|
+
import "./components/hook-form/RHFTextField/index.6d21060a.js";
|
|
49
|
+
import "./components/hook-form/RHFPeriod/index.71df31df.js";
|
|
50
|
+
import "./components/Period/index.d1182d4a.js";
|
|
51
51
|
import "lodash/isString";
|
|
52
52
|
import "react-dropzone";
|
|
53
|
-
import "./components/hook-form/RHFUpload/index.
|
|
53
|
+
import "./components/hook-form/RHFUpload/index.f04d24ee.js";
|
|
54
54
|
import "./components/animate/index.4e9774a6.js";
|
|
55
55
|
import "framer-motion";
|
|
56
56
|
import "@mui/material/styles";
|
|
57
57
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
58
58
|
import "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
59
|
-
import "./components/DataGrid/index.
|
|
59
|
+
import "./components/DataGrid/index.c296f69c.js";
|
|
60
60
|
import "react-dnd";
|
|
61
61
|
import "react-dnd-html5-backend";
|
|
62
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
62
|
+
import "./components/DataGrid/subcomponents/Actions/index.fadd92f2.js";
|
|
63
63
|
import "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
64
|
-
import "./components/DynamicFilter/index.
|
|
64
|
+
import "./components/DynamicFilter/index.6a22346e.js";
|
|
65
65
|
import "yup";
|
|
66
66
|
import "./components/GridLayout/subcomponents/Griditem/index.c7a33781.js";
|
|
67
67
|
import "./components/GridLayout/index.8ae34c50.js";
|
|
68
68
|
import "lodash";
|
|
69
|
-
import "./components/LanguagePopover/index.
|
|
70
|
-
import "./components/NavLink/index.
|
|
69
|
+
import "./components/LanguagePopover/index.c9876e63.js";
|
|
70
|
+
import "./components/NavLink/index.4f927064.js";
|
|
71
71
|
import "./components/NoItemSelected/index.1eaf72d8.js";
|
|
72
|
-
import "./components/ObjectLogs/index.
|
|
72
|
+
import "./components/ObjectLogs/index.87438c47.js";
|
|
73
73
|
import "./react-json-view.57125fcf.js";
|
|
74
74
|
import "./components/PaperForm/index.e02c772c.js";
|
|
75
75
|
import "./components/Page/index.4237c241.js";
|
|
76
|
-
import "./components/PropertyValue/index.
|
|
76
|
+
import "./components/PropertyValue/index.3ee94e0f.js";
|
|
77
77
|
import "./components/SplitLayout/index.9ef430f6.js";
|
|
78
78
|
import "./react-splitter-layout.8b1655c8.js";
|
|
79
79
|
import "./components/SideBar/index.2dfc5445.js";
|
|
80
|
-
import "./components/AppBar/index.
|
|
81
|
-
import "./components/AccountPopover/index.
|
|
80
|
+
import "./components/AppBar/index.0328abec.js";
|
|
81
|
+
import "./components/AccountPopover/index.724828f0.js";
|
|
82
82
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
83
83
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
84
84
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -106,19 +106,19 @@ import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae205
|
|
|
106
106
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
107
107
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.b63f7246.js";
|
|
108
108
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
109
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
110
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
111
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
112
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
109
|
+
import "./components/CommonActions/components/ActionCancel/index.441118b5.js";
|
|
110
|
+
import "./components/CommonActions/components/ActionIntro/index.24367ed3.js";
|
|
111
|
+
import "./components/CommonActions/components/ActionFormCancel/index.435fcb53.js";
|
|
112
|
+
import "./components/CommonActions/components/ActionFormIntro/index.edb131c4.js";
|
|
113
113
|
import "./components/DraggableWindow/index.c702d3f2.js";
|
|
114
114
|
import "./components/GridLayout/subcomponents/Responsive/index.96cdb1b4.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.7d0d3ea1.js";
|
|
117
|
+
import "./components/modal/WindowConfirm.d407f47a.js";
|
|
118
|
+
import "./components/modal/WindowBase.b9dd76a4.js";
|
|
119
119
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
120
|
-
import "./hooks/useFormAddEdit/index.
|
|
121
|
-
import "./hooks/useModal/index.
|
|
120
|
+
import "./hooks/useFormAddEdit/index.0c6b6b68.js";
|
|
121
|
+
import "./hooks/useModal/index.71987a49.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}`;
|