@m4l/components 0.1.55 → 0.1.56
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/CommonActions/components/ActionFormCancel/{index.665c0421.js → index.a99b84aa.js} +10 -10
- package/components/CommonActions/components/ActionIntro/{index.f6b477c0.js → index.bb313873.js} +1 -1
- package/components/CommonActions/components/Actions/{index.e0ac69b4.js → index.7c749647.js} +9 -9
- package/components/DataGrid/{index.f48b3a35.js → index.f2bd89c9.js} +31 -32
- package/components/DynamicFilter/{index.79a81786.js → index.18aa9ca3.js} +29 -30
- package/components/ErrorLabel/{index.28e80b6b.js → index.908fb555.js} +3 -3
- package/components/LanguagePopover/{index.9ec5f3cf.js → index.14d4d878.js} +3 -3
- package/components/ModalDialog/{index.cb56dfde.js → index.cecce13a.js} +2 -2
- package/components/ObjectLogs/{index.dfad2c45.js → index.8c50aac4.js} +12 -12
- package/components/Period/{index.6df58bfb.js → index.dbe9d7fc.js} +10 -10
- package/components/SplitLayout/{index.fde8c830.js → index.5a8355d8.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.e41c11ed.js → index.a77794f0.js} +4 -4
- package/components/areas/components/AreasContainer/{index.6203dd11.js → index.ebea50de.js} +2 -2
- package/components/areas/components/GridLayout/{index.10411e45.js → index.ac6c97ec.js} +4 -4
- package/components/areas/components/Window/{index.5340dc34.js → index.c7dbcfdb.js} +26 -26
- package/components/areas/components/WindowPopUp/{index.ffce7559.js → index.d578142d.js} +27 -27
- package/components/areas/components/{index.37640080.js → index.c8687ec7.js} +7 -7
- package/components/areas/contexts/AreaContext/{index.4aaf7f1c.js → index.ea45d809.js} +1 -1
- package/components/areas/contexts/AreasContext/{index.49bfec93.js → index.b8494c26.js} +1 -1
- package/components/areas/contexts/{index.4bcf9b23.js → index.41841fbb.js} +1 -1
- package/components/areas/hooks/{index.88da7db3.js → index.39148e1d.js} +1 -1
- package/components/areas/hooks/useArea/{index.2aca2167.js → index.88c16040.js} +2 -2
- package/components/areas/{index.b1ac8078.js → index.400beeb3.js} +5 -5
- package/components/hook-form/RHFAutocomplete/{index.94b5c77f.js → index.1e466cd7.js} +1 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.7d441cf9.js → index.0a2173d3.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.2e8950b3.js → index.da7bc824.js} +1 -1
- package/components/hook-form/RHFPeriod/{index.12797c0d.js → index.aa3db361.js} +2 -2
- package/components/hook-form/RHFTextField/{index.6d4a97ae.js → index.09c6aab5.js} +1 -1
- package/components/modal/{WindowBase.f50de8df.js → WindowBase.398b3152.js} +1 -1
- package/components/modal/{WindowConfirm.207b505f.js → WindowConfirm.5e8c22dc.js} +10 -10
- package/components/modal/{index.d29934ad.js → index.fa29078b.js} +10 -10
- package/components/mui_extended/Accordion/{index.549938bd.js → index.002bad72.js} +1 -1
- package/components/mui_extended/MenuActions/{index.01e3ccfe.js → index.1affe51a.js} +1 -1
- package/components/mui_extended/Popover/{index.708c0af6.js → index.8ed52492.js} +1 -1
- package/components/mui_extended/{index.44306d3a.js → index.5095705d.js} +3 -3
- package/contexts/ModalContext/{index.9ab63c4e.js → index.bd535720.js} +1 -1
- package/hooks/useModal/{index.2e777bd1.js → index.6b980dd0.js} +1 -1
- package/index.js +36 -37
- package/package.json +1 -1
- package/{vendor.3a64d9e7.js → vendor.1735f56f.js} +29 -29
|
@@ -7,70 +7,70 @@ import { styled } from "@mui/material/styles";
|
|
|
7
7
|
import "react-router-dom";
|
|
8
8
|
import "../../../animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import "../../../animate/PropagateLoader/index.be5b02c3.js";
|
|
10
|
-
import "../index.
|
|
11
|
-
import "../AreasAdmin/index.
|
|
10
|
+
import "../index.c8687ec7.js";
|
|
11
|
+
import "../AreasAdmin/index.a77794f0.js";
|
|
12
12
|
import { useEnvironment, useModuleSkeleton, useModuleDictionary, useNetwork, useHostTools, axiosOperation } from "@m4l/core";
|
|
13
13
|
import { I as IconButton } from "../../../mui_extended/IconButton/index.460c0476.js";
|
|
14
14
|
import "zustand";
|
|
15
|
-
import "../../contexts/AreasContext/index.
|
|
15
|
+
import "../../contexts/AreasContext/index.b8494c26.js";
|
|
16
16
|
import { shallow } from "zustand/shallow";
|
|
17
|
-
import "../AreasContainer/index.
|
|
17
|
+
import "../AreasContainer/index.ebea50de.js";
|
|
18
18
|
import "react-grid-layout/css/styles.css";
|
|
19
19
|
import "../../../../react-resizable.b620abed.js";
|
|
20
|
-
import { W as WindowToolsMFProvider, a as WindowMFProvider } from "../../contexts/index.
|
|
20
|
+
import { W as WindowToolsMFProvider, a as WindowMFProvider } from "../../contexts/index.41841fbb.js";
|
|
21
21
|
import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
22
22
|
import "react-hook-form";
|
|
23
|
-
import "../../../hook-form/RHFAutocomplete/index.
|
|
23
|
+
import "../../../hook-form/RHFAutocomplete/index.1e466cd7.js";
|
|
24
24
|
import { I as Image } from "../../../Image/index.aa24e982.js";
|
|
25
25
|
import debounce from "lodash/debounce";
|
|
26
|
-
import "../../../hook-form/RHFCheckbox/index.
|
|
27
|
-
import "../../../mui_extended/Accordion/index.
|
|
26
|
+
import "../../../hook-form/RHFCheckbox/index.da7bc824.js";
|
|
27
|
+
import "../../../mui_extended/Accordion/index.002bad72.js";
|
|
28
28
|
import "../../../mui_extended/Avatar/index.fe06afd7.js";
|
|
29
29
|
import "@mui/material/Button";
|
|
30
30
|
import { B as Button } from "../../../mui_extended/Button/index.8406ed5b.js";
|
|
31
31
|
import "@mui/lab";
|
|
32
|
-
import "../../../mui_extended/Popover/index.
|
|
33
|
-
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.
|
|
32
|
+
import "../../../mui_extended/Popover/index.8ed52492.js";
|
|
33
|
+
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.1affe51a.js";
|
|
34
34
|
import "../../../mui_extended/Pager/index.458f9f0d.js";
|
|
35
35
|
import "../../../mui_extended/Tab/index.e0653a0a.js";
|
|
36
36
|
import "../../../mui_extended/Typography/index.be3a279a.js";
|
|
37
|
-
import "../../../ErrorLabel/index.
|
|
37
|
+
import "../../../ErrorLabel/index.908fb555.js";
|
|
38
38
|
import "@mui/x-date-pickers";
|
|
39
39
|
import "../../../hook-form/RHFDateTime/index.6c129ce4.js";
|
|
40
40
|
import { useResponsiveDesktop, useHostTheme, useFormatter, useLocales, useFirstRender } from "@m4l/graphics";
|
|
41
|
-
import "../../../hook-form/RHFTextField/index.
|
|
42
|
-
import "../../../hook-form/RHFPeriod/index.
|
|
43
|
-
import "../../../Period/index.
|
|
44
|
-
import "../../../CommonActions/components/Actions/index.
|
|
45
|
-
import "../../../../contexts/ModalContext/index.
|
|
41
|
+
import "../../../hook-form/RHFTextField/index.09c6aab5.js";
|
|
42
|
+
import "../../../hook-form/RHFPeriod/index.aa3db361.js";
|
|
43
|
+
import "../../../Period/index.dbe9d7fc.js";
|
|
44
|
+
import "../../../CommonActions/components/Actions/index.7c749647.js";
|
|
45
|
+
import "../../../../contexts/ModalContext/index.bd535720.js";
|
|
46
46
|
import { c as cjs } from "../../../../react-draggable.6471b07e.js";
|
|
47
|
-
import "../../../ModalDialog/index.
|
|
47
|
+
import "../../../ModalDialog/index.cecce13a.js";
|
|
48
48
|
import { R as ResizeableWindow } from "../../../Resizeable/index.04fa8de5.js";
|
|
49
|
-
import "../../../modal/WindowConfirm.
|
|
50
|
-
import "../../../modal/WindowBase.
|
|
49
|
+
import "../../../modal/WindowConfirm.5e8c22dc.js";
|
|
50
|
+
import "../../../modal/WindowBase.398b3152.js";
|
|
51
51
|
import "lodash/isString";
|
|
52
52
|
import "react-dropzone";
|
|
53
53
|
import "../../../hook-form/RHFUpload/index.7fdff30f.js";
|
|
54
|
-
import "../../../DataGrid/index.
|
|
54
|
+
import "../../../DataGrid/index.f2bd89c9.js";
|
|
55
55
|
import "react-dnd";
|
|
56
56
|
import "react-dnd-html5-backend";
|
|
57
|
-
import "../../../DynamicFilter/index.
|
|
57
|
+
import "../../../DynamicFilter/index.18aa9ca3.js";
|
|
58
58
|
import "../../../ScrollBar/index.35ebe9a1.js";
|
|
59
59
|
import "yup";
|
|
60
60
|
import "clsx";
|
|
61
61
|
import "@hookform/resolvers/yup";
|
|
62
62
|
import "../../../../contexts/RHFormContext/index.3dc6e2f5.js";
|
|
63
|
-
import "../../../LanguagePopover/index.
|
|
63
|
+
import "../../../LanguagePopover/index.14d4d878.js";
|
|
64
64
|
import "../../../NoItemSelected/index.9636ec8a.js";
|
|
65
|
-
import "../../../ObjectLogs/index.
|
|
65
|
+
import "../../../ObjectLogs/index.8c50aac4.js";
|
|
66
66
|
import "../../../../react-json-view.57125fcf.js";
|
|
67
67
|
import "../../../PaperForm/index.c04000a9.js";
|
|
68
68
|
import "../../../Page/index.4237c241.js";
|
|
69
69
|
import "../../../PropertyValue/index.dfcfe1ba.js";
|
|
70
70
|
import "../../../../react-splitter-layout.8b1655c8.js";
|
|
71
|
-
import "../../../SplitLayout/index.
|
|
72
|
-
import { a as useAreaStore } from "../../hooks/useArea/index.
|
|
73
|
-
import { a as useWindow, b as useWindowStore } from "../../hooks/index.
|
|
71
|
+
import "../../../SplitLayout/index.5a8355d8.js";
|
|
72
|
+
import { a as useAreaStore } from "../../hooks/useArea/index.88c16040.js";
|
|
73
|
+
import { a as useWindow, b as useWindowStore } from "../../hooks/index.39148e1d.js";
|
|
74
74
|
import { L as LinearProgress } from "../../../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
75
75
|
import { v as varBounce } from "../../../animate/variants/bounce.784aaaaa.js";
|
|
76
76
|
const WrapperWindow = styled("div", {
|
|
@@ -7,71 +7,71 @@ import "@mui/material/styles";
|
|
|
7
7
|
import "react-router-dom";
|
|
8
8
|
import "../../../animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import "../../../animate/PropagateLoader/index.be5b02c3.js";
|
|
10
|
-
import "../index.
|
|
11
|
-
import "../AreasAdmin/index.
|
|
10
|
+
import "../index.c8687ec7.js";
|
|
11
|
+
import "../AreasAdmin/index.a77794f0.js";
|
|
12
12
|
import "@m4l/core";
|
|
13
13
|
import "../../../mui_extended/IconButton/index.460c0476.js";
|
|
14
14
|
import "zustand";
|
|
15
|
-
import "../../contexts/AreasContext/index.
|
|
15
|
+
import "../../contexts/AreasContext/index.b8494c26.js";
|
|
16
16
|
import "zustand/shallow";
|
|
17
|
-
import "../AreasContainer/index.
|
|
17
|
+
import "../AreasContainer/index.ebea50de.js";
|
|
18
18
|
import "react-grid-layout/css/styles.css";
|
|
19
19
|
import "../../../../react-resizable.b620abed.js";
|
|
20
|
-
import "../../contexts/index.
|
|
20
|
+
import "../../contexts/index.41841fbb.js";
|
|
21
21
|
import "../../contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
22
22
|
import "react-hook-form";
|
|
23
|
-
import "../../../hook-form/RHFAutocomplete/index.
|
|
23
|
+
import "../../../hook-form/RHFAutocomplete/index.1e466cd7.js";
|
|
24
24
|
import "../../../Image/index.aa24e982.js";
|
|
25
25
|
import "lodash/debounce";
|
|
26
|
-
import "../../../hook-form/RHFCheckbox/index.
|
|
27
|
-
import "../../../mui_extended/Accordion/index.
|
|
26
|
+
import "../../../hook-form/RHFCheckbox/index.da7bc824.js";
|
|
27
|
+
import "../../../mui_extended/Accordion/index.002bad72.js";
|
|
28
28
|
import "../../../mui_extended/Avatar/index.fe06afd7.js";
|
|
29
29
|
import "@mui/material/Button";
|
|
30
30
|
import "../../../mui_extended/Button/index.8406ed5b.js";
|
|
31
31
|
import "@mui/lab";
|
|
32
|
-
import "../../../mui_extended/Popover/index.
|
|
33
|
-
import "../../../mui_extended/MenuActions/index.
|
|
32
|
+
import "../../../mui_extended/Popover/index.8ed52492.js";
|
|
33
|
+
import "../../../mui_extended/MenuActions/index.1affe51a.js";
|
|
34
34
|
import "../../../mui_extended/Pager/index.458f9f0d.js";
|
|
35
35
|
import "../../../mui_extended/Tab/index.e0653a0a.js";
|
|
36
36
|
import "../../../mui_extended/Typography/index.be3a279a.js";
|
|
37
|
-
import "../../../ErrorLabel/index.
|
|
37
|
+
import "../../../ErrorLabel/index.908fb555.js";
|
|
38
38
|
import "@mui/x-date-pickers";
|
|
39
39
|
import "../../../hook-form/RHFDateTime/index.6c129ce4.js";
|
|
40
40
|
import "@m4l/graphics";
|
|
41
|
-
import "../../../hook-form/RHFTextField/index.
|
|
42
|
-
import "../../../hook-form/RHFPeriod/index.
|
|
43
|
-
import "../../../Period/index.
|
|
44
|
-
import "../../../CommonActions/components/Actions/index.
|
|
45
|
-
import "../../../../contexts/ModalContext/index.
|
|
41
|
+
import "../../../hook-form/RHFTextField/index.09c6aab5.js";
|
|
42
|
+
import "../../../hook-form/RHFPeriod/index.aa3db361.js";
|
|
43
|
+
import "../../../Period/index.dbe9d7fc.js";
|
|
44
|
+
import "../../../CommonActions/components/Actions/index.7c749647.js";
|
|
45
|
+
import "../../../../contexts/ModalContext/index.bd535720.js";
|
|
46
46
|
import "../../../../react-draggable.6471b07e.js";
|
|
47
|
-
import "../../../ModalDialog/index.
|
|
47
|
+
import "../../../ModalDialog/index.cecce13a.js";
|
|
48
48
|
import { R as ResizeableWindow } from "../../../Resizeable/index.04fa8de5.js";
|
|
49
|
-
import "../../../modal/WindowConfirm.
|
|
50
|
-
import "../../../modal/WindowBase.
|
|
49
|
+
import "../../../modal/WindowConfirm.5e8c22dc.js";
|
|
50
|
+
import "../../../modal/WindowBase.398b3152.js";
|
|
51
51
|
import "lodash/isString";
|
|
52
52
|
import "react-dropzone";
|
|
53
53
|
import "../../../hook-form/RHFUpload/index.7fdff30f.js";
|
|
54
|
-
import "../../../DataGrid/index.
|
|
54
|
+
import "../../../DataGrid/index.f2bd89c9.js";
|
|
55
55
|
import "react-dnd";
|
|
56
56
|
import "react-dnd-html5-backend";
|
|
57
|
-
import "../../../DynamicFilter/index.
|
|
57
|
+
import "../../../DynamicFilter/index.18aa9ca3.js";
|
|
58
58
|
import "../../../ScrollBar/index.35ebe9a1.js";
|
|
59
59
|
import "yup";
|
|
60
60
|
import "clsx";
|
|
61
61
|
import "@hookform/resolvers/yup";
|
|
62
62
|
import "../../../../contexts/RHFormContext/index.3dc6e2f5.js";
|
|
63
|
-
import { D as DraggableWindow } from "../../../../vendor.
|
|
64
|
-
import "../../../LanguagePopover/index.
|
|
63
|
+
import { D as DraggableWindow } from "../../../../vendor.1735f56f.js";
|
|
64
|
+
import "../../../LanguagePopover/index.14d4d878.js";
|
|
65
65
|
import "../../../NoItemSelected/index.9636ec8a.js";
|
|
66
|
-
import "../../../ObjectLogs/index.
|
|
66
|
+
import "../../../ObjectLogs/index.8c50aac4.js";
|
|
67
67
|
import "../../../../react-json-view.57125fcf.js";
|
|
68
68
|
import "../../../PaperForm/index.c04000a9.js";
|
|
69
69
|
import "../../../Page/index.4237c241.js";
|
|
70
70
|
import "../../../PropertyValue/index.dfcfe1ba.js";
|
|
71
71
|
import "../../../../react-splitter-layout.8b1655c8.js";
|
|
72
|
-
import "../../../SplitLayout/index.
|
|
73
|
-
import { a as useAreaStore } from "../../hooks/useArea/index.
|
|
74
|
-
import { W as Window } from "../Window/index.
|
|
72
|
+
import "../../../SplitLayout/index.5a8355d8.js";
|
|
73
|
+
import { a as useAreaStore } from "../../hooks/useArea/index.88c16040.js";
|
|
74
|
+
import { W as Window } from "../Window/index.c7dbcfdb.js";
|
|
75
75
|
const WindowPopUp = (props) => {
|
|
76
76
|
const {
|
|
77
77
|
windowProps,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { A as AreaProvider } from "../contexts/AreaContext/index.
|
|
1
|
+
import { A as AreaProvider } from "../contexts/AreaContext/index.ea45d809.js";
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
|
-
import { G as GridLayout } from "./GridLayout/index.
|
|
4
|
-
import { a as useAreaStore } from "../hooks/useArea/index.
|
|
3
|
+
import { G as GridLayout } from "./GridLayout/index.ac6c97ec.js";
|
|
4
|
+
import { a as useAreaStore } from "../hooks/useArea/index.88c16040.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
import { b as WindowsPanel } from "./Window/index.
|
|
6
|
+
import { b as WindowsPanel } from "./Window/index.c7dbcfdb.js";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
8
|
-
import "./AreasAdmin/index.
|
|
8
|
+
import "./AreasAdmin/index.a77794f0.js";
|
|
9
9
|
import "react";
|
|
10
10
|
import "@m4l/core";
|
|
11
11
|
import "@mui/material";
|
|
12
12
|
import "../../Icon/index.b29ff2d9.js";
|
|
13
13
|
import "../../mui_extended/IconButton/index.460c0476.js";
|
|
14
14
|
import "zustand";
|
|
15
|
-
import "../contexts/AreasContext/index.
|
|
15
|
+
import "../contexts/AreasContext/index.b8494c26.js";
|
|
16
16
|
import "zustand/shallow";
|
|
17
|
-
import "./AreasContainer/index.
|
|
17
|
+
import "./AreasContainer/index.ebea50de.js";
|
|
18
18
|
import "react-grid-layout/css/styles.css";
|
|
19
19
|
import "../../../react-resizable.b620abed.js";
|
|
20
20
|
const WrapperArea = styled("div", {
|
|
@@ -6,7 +6,7 @@ import { immer } from "zustand/middleware/immer";
|
|
|
6
6
|
import { devtools } from "zustand/middleware";
|
|
7
7
|
import debounce from "lodash/debounce";
|
|
8
8
|
import cloneDeep from "lodash.clonedeep";
|
|
9
|
-
import { u as useAreasStore } from "../../hooks/useArea/index.
|
|
9
|
+
import { u as useAreasStore } from "../../hooks/useArea/index.88c16040.js";
|
|
10
10
|
import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
|
|
11
11
|
import { jsx } from "react/jsx-runtime";
|
|
12
12
|
const ROW_HEIGTH_GRIDLAYOUT = 100;
|
|
@@ -3,7 +3,7 @@ import { useHostTools, useModuleDictionary, useNetwork, EmitEvents } from "@m4l/
|
|
|
3
3
|
import { createStore, useStore } from "zustand";
|
|
4
4
|
import { devtools } from "zustand/middleware";
|
|
5
5
|
import { immer } from "zustand/middleware/immer";
|
|
6
|
-
import { L as LABEL_NEW_AREA } from "../../index.
|
|
6
|
+
import { L as LABEL_NEW_AREA } from "../../index.400beeb3.js";
|
|
7
7
|
import { shallow } from "zustand/shallow";
|
|
8
8
|
import { useFirstRender } from "@m4l/graphics";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -6,7 +6,7 @@ import { devtools } from "zustand/middleware";
|
|
|
6
6
|
import { immer } from "zustand/middleware/immer";
|
|
7
7
|
import cloneDeep from "lodash.clonedeep";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
|
-
import "./AreasContext/index.
|
|
9
|
+
import "./AreasContext/index.b8494c26.js";
|
|
10
10
|
function getCookiesContainer(data, containerId) {
|
|
11
11
|
const cookies = {};
|
|
12
12
|
try {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { b as WindowContext, c as WindowToolsMFContext } from "../contexts/index.
|
|
3
|
+
import { b as WindowContext, c as WindowToolsMFContext } from "../contexts/index.41841fbb.js";
|
|
4
4
|
import "../contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
5
5
|
const useWindow = () => {
|
|
6
6
|
const context = useContext(WindowContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { A as AreasContext } from "../../contexts/AreasContext/index.
|
|
4
|
-
import { a as AreaContext } from "../../contexts/AreaContext/index.
|
|
3
|
+
import { A as AreasContext } from "../../contexts/AreasContext/index.b8494c26.js";
|
|
4
|
+
import { a as AreaContext } from "../../contexts/AreaContext/index.ea45d809.js";
|
|
5
5
|
function useAreasStore(selector, equalityFn) {
|
|
6
6
|
const context = useContext(AreasContext);
|
|
7
7
|
if (!context)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./components/index.
|
|
2
|
-
import "./components/AreasAdmin/index.
|
|
1
|
+
import "./components/index.c8687ec7.js";
|
|
2
|
+
import "./components/AreasAdmin/index.a77794f0.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@m4l/core";
|
|
5
5
|
import "@mui/material";
|
|
@@ -8,12 +8,12 @@ import "@mui/material/styles";
|
|
|
8
8
|
import "react/jsx-runtime";
|
|
9
9
|
import "../mui_extended/IconButton/index.460c0476.js";
|
|
10
10
|
import "zustand";
|
|
11
|
-
import "./contexts/AreasContext/index.
|
|
11
|
+
import "./contexts/AreasContext/index.b8494c26.js";
|
|
12
12
|
import "zustand/shallow";
|
|
13
|
-
import "./components/AreasContainer/index.
|
|
13
|
+
import "./components/AreasContainer/index.ebea50de.js";
|
|
14
14
|
import "react-grid-layout/css/styles.css";
|
|
15
15
|
import "../../react-resizable.b620abed.js";
|
|
16
|
-
import "./contexts/index.
|
|
16
|
+
import "./contexts/index.41841fbb.js";
|
|
17
17
|
import "./contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
18
18
|
const LABEL_NEW_AREA = "label_new_area";
|
|
19
19
|
export {
|
|
@@ -5,7 +5,7 @@ import { styled } from "@mui/material/styles";
|
|
|
5
5
|
import { I as Image } from "../../Image/index.aa24e982.js";
|
|
6
6
|
import { useMemo, useState, useEffect } from "react";
|
|
7
7
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
8
|
-
import { T as TEST_PROP_ID } from "../../../vendor.
|
|
8
|
+
import { T as TEST_PROP_ID } from "../../../vendor.1735f56f.js";
|
|
9
9
|
const WrapperAutocomplete = styled("div")(({
|
|
10
10
|
theme
|
|
11
11
|
}) => ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useState, useCallback, useEffect } from "react";
|
|
2
2
|
import { useNetwork, getPropertyByString } from "@m4l/core";
|
|
3
3
|
import debounce from "lodash/debounce";
|
|
4
|
-
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.
|
|
4
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.1e466cd7.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
function RHFAutocompleteAsync(props) {
|
|
7
7
|
const {
|
|
@@ -4,7 +4,7 @@ import { useModuleSkeleton } from "@m4l/core";
|
|
|
4
4
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
5
5
|
import { styled as styled$1 } from "@mui/material/styles";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
|
-
import { E as ErrorLabel } from "../../ErrorLabel/index.
|
|
7
|
+
import { E as ErrorLabel } from "../../ErrorLabel/index.908fb555.js";
|
|
8
8
|
import { T as Typography } from "../../mui_extended/Typography/index.be3a279a.js";
|
|
9
9
|
const WrapperSkeletonCheckBox = styled("div")(() => ({
|
|
10
10
|
display: "flex",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } from "@mui/material";
|
|
2
2
|
import { useFormContext, Controller } from "react-hook-form";
|
|
3
|
-
import { E as ErrorLabel } from "../../ErrorLabel/index.
|
|
4
|
-
import { P as Period } from "../../Period/index.
|
|
3
|
+
import { E as ErrorLabel } from "../../ErrorLabel/index.908fb555.js";
|
|
4
|
+
import { P as Period } from "../../Period/index.dbe9d7fc.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
const Wrapper = styled("div")(({
|
|
7
7
|
theme
|
|
@@ -8,7 +8,7 @@ import { styled as styled$1 } from "@mui/material/styles";
|
|
|
8
8
|
import { useFormContext, Controller } from "react-hook-form";
|
|
9
9
|
import { unstable_composeClasses } from "@mui/base";
|
|
10
10
|
import { g as getComponentUtilityClass } from "../../../utils/index.b6ae791a.js";
|
|
11
|
-
import { T as TEST_PROP_ID } from "../../../vendor.
|
|
11
|
+
import { T as TEST_PROP_ID } from "../../../vendor.1735f56f.js";
|
|
12
12
|
const WrapperSkeletonRHFTextField = styled("div")(({
|
|
13
13
|
theme
|
|
14
14
|
}) => ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useEnvironment } from "@m4l/core";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.6b980dd0.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
5
|
import { b as getThemeVariantColor } from "../../utils/index.b6ae791a.js";
|
|
6
6
|
import { IconButton } from "@mui/material";
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { useEnvironment } from "@m4l/core";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
-
import { A as Actions } from "../CommonActions/components/Actions/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.6b980dd0.js";
|
|
4
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.7c749647.js";
|
|
5
5
|
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.a81752ef.js";
|
|
6
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
6
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.bb313873.js";
|
|
7
7
|
import "react-hook-form";
|
|
8
8
|
import { Typography } from "@mui/material";
|
|
9
9
|
import "@mui/material/Button";
|
|
10
10
|
import "../mui_extended/Button/index.8406ed5b.js";
|
|
11
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
12
|
import "../../react-draggable.6471b07e.js";
|
|
13
|
-
import "../ModalDialog/index.
|
|
13
|
+
import "../ModalDialog/index.cecce13a.js";
|
|
14
14
|
import "../Resizeable/index.04fa8de5.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
16
|
import { styled } from "@mui/material/styles";
|
|
17
17
|
import { I as Icon } from "../Icon/index.b29ff2d9.js";
|
|
18
18
|
import { c as getVariantColor } from "../../utils/index.b6ae791a.js";
|
|
19
|
-
import { W as WindowBase } from "./WindowBase.
|
|
20
|
-
import "../areas/components/index.
|
|
21
|
-
import "../areas/components/AreasAdmin/index.
|
|
19
|
+
import { W as WindowBase } from "./WindowBase.398b3152.js";
|
|
20
|
+
import "../areas/components/index.c8687ec7.js";
|
|
21
|
+
import "../areas/components/AreasAdmin/index.a77794f0.js";
|
|
22
22
|
import "../mui_extended/IconButton/index.460c0476.js";
|
|
23
23
|
import "zustand";
|
|
24
|
-
import "../areas/contexts/AreasContext/index.
|
|
24
|
+
import "../areas/contexts/AreasContext/index.b8494c26.js";
|
|
25
25
|
import "zustand/shallow";
|
|
26
|
-
import "../areas/components/AreasContainer/index.
|
|
26
|
+
import "../areas/components/AreasContainer/index.ebea50de.js";
|
|
27
27
|
import "react-grid-layout/css/styles.css";
|
|
28
28
|
import "../../react-resizable.b620abed.js";
|
|
29
|
-
import "../areas/contexts/index.
|
|
29
|
+
import "../areas/contexts/index.41841fbb.js";
|
|
30
30
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
31
31
|
import "@mui/lab";
|
|
32
32
|
const WrapperMessageIlustration = styled("div")(() => ({
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import "@mui/material";
|
|
2
2
|
import "../../react-draggable.6471b07e.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../contexts/ModalContext/index.
|
|
5
|
-
import "../ModalDialog/index.
|
|
4
|
+
import "../../contexts/ModalContext/index.bd535720.js";
|
|
5
|
+
import "../ModalDialog/index.cecce13a.js";
|
|
6
6
|
import "../Resizeable/index.04fa8de5.js";
|
|
7
7
|
import "react/jsx-runtime";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
9
|
import "@m4l/core";
|
|
10
|
-
import "../CommonActions/components/Actions/index.
|
|
10
|
+
import "../CommonActions/components/Actions/index.7c749647.js";
|
|
11
11
|
import "@mui/material/Button";
|
|
12
12
|
import "../mui_extended/Button/index.8406ed5b.js";
|
|
13
13
|
import "react-hook-form";
|
|
14
|
-
import "./WindowBase.
|
|
14
|
+
import "./WindowBase.398b3152.js";
|
|
15
15
|
import "../Icon/index.b29ff2d9.js";
|
|
16
16
|
import "@mui/material/styles";
|
|
17
|
-
import "../areas/components/index.
|
|
18
|
-
import "../areas/components/AreasAdmin/index.
|
|
17
|
+
import "../areas/components/index.c8687ec7.js";
|
|
18
|
+
import "../areas/components/AreasAdmin/index.a77794f0.js";
|
|
19
19
|
import "../mui_extended/IconButton/index.460c0476.js";
|
|
20
20
|
import "zustand";
|
|
21
|
-
import "../areas/contexts/AreasContext/index.
|
|
21
|
+
import "../areas/contexts/AreasContext/index.b8494c26.js";
|
|
22
22
|
import "zustand/shallow";
|
|
23
|
-
import "../areas/components/AreasContainer/index.
|
|
23
|
+
import "../areas/components/AreasContainer/index.ebea50de.js";
|
|
24
24
|
import "react-grid-layout/css/styles.css";
|
|
25
25
|
import "../../react-resizable.b620abed.js";
|
|
26
|
-
import "../areas/contexts/index.
|
|
26
|
+
import "../areas/contexts/index.41841fbb.js";
|
|
27
27
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
28
28
|
import "@mui/lab";
|
|
29
|
-
import "./WindowConfirm.
|
|
29
|
+
import "./WindowConfirm.5e8c22dc.js";
|
|
@@ -2,7 +2,7 @@ import { Skeleton, Accordion as Accordion$1, AccordionSummary, AccordionDetails
|
|
|
2
2
|
import { I as IconButton } from "../IconButton/index.460c0476.js";
|
|
3
3
|
import { useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
4
4
|
import { I as Icon } from "../../Icon/index.b29ff2d9.js";
|
|
5
|
-
import { styled } from "@
|
|
5
|
+
import { styled } from "@mui/material/styles";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
styled("div")(({
|
|
8
8
|
theme
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useState, useMemo } from "react";
|
|
2
2
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { IconButton, Tooltip, MenuItem } from "@mui/material";
|
|
4
|
-
import { P as Popover } from "../Popover/index.
|
|
4
|
+
import { P as Popover } from "../Popover/index.8ed52492.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
6
|
import { I as Icon } from "../../Icon/index.b29ff2d9.js";
|
|
7
7
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { styled, Popover as Popover$1, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { unstable_composeClasses } from "@mui/base";
|
|
3
|
-
import { styled as styled$1 } from "@
|
|
3
|
+
import { styled as styled$1 } from "@mui/material/styles";
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
5
|
const PopoverRoot = styled(Popover$1)(({
|
|
6
6
|
theme
|
|
@@ -5,15 +5,15 @@ import "../Icon/index.b29ff2d9.js";
|
|
|
5
5
|
import "@mui/material/styles";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
7
|
import "./IconButton/index.460c0476.js";
|
|
8
|
-
import "./Accordion/index.
|
|
8
|
+
import "./Accordion/index.002bad72.js";
|
|
9
9
|
import "./Avatar/index.fe06afd7.js";
|
|
10
10
|
import "react-router-dom";
|
|
11
11
|
import "@mui/material/Button";
|
|
12
12
|
import "./Button/index.8406ed5b.js";
|
|
13
13
|
import "../Image/index.aa24e982.js";
|
|
14
14
|
import "@mui/lab";
|
|
15
|
-
import "./Popover/index.
|
|
16
|
-
import "./MenuActions/index.
|
|
15
|
+
import "./Popover/index.8ed52492.js";
|
|
16
|
+
import "./MenuActions/index.1affe51a.js";
|
|
17
17
|
import "./Pager/index.458f9f0d.js";
|
|
18
18
|
import "./Tab/index.e0653a0a.js";
|
|
19
19
|
import "./Typography/index.be3a279a.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.cecce13a.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
|
@@ -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.bd535720.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|