@m4l/components 0.1.53 → 0.1.55
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.8dedf1d5.js → index.665c0421.js} +10 -10
- package/components/CommonActions/components/ActionIntro/{index.5d5294f2.js → index.f6b477c0.js} +1 -1
- package/components/CommonActions/components/Actions/{index.93c9823a.js → index.e0ac69b4.js} +9 -9
- package/components/DataGrid/{index.1a6508e2.js → index.f48b3a35.js} +32 -31
- package/components/DynamicFilter/{index.2189989e.js → index.79a81786.js} +32 -33
- package/components/ErrorLabel/{index.12994bff.js → index.28e80b6b.js} +3 -3
- package/components/LanguagePopover/{index.628fe97f.js → index.9ec5f3cf.js} +3 -3
- package/components/ModalDialog/{index.49c40899.js → index.cb56dfde.js} +2 -2
- package/components/ObjectLogs/{index.d7c0092a.js → index.dfad2c45.js} +12 -12
- package/components/Period/{index.4f6e419d.js → index.6df58bfb.js} +10 -10
- package/components/SplitLayout/{index.5a8355d8.js → index.fde8c830.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.25e50e70.js → index.e41c11ed.js} +4 -4
- package/components/areas/components/AreasContainer/{index.432b9d4c.js → index.6203dd11.js} +2 -2
- package/components/areas/components/GridLayout/{index.359e777e.js → index.10411e45.js} +4 -4
- package/components/areas/components/Window/{index.2b9f12fe.js → index.5340dc34.js} +26 -26
- package/components/areas/components/WindowPopUp/{index.d5fa0d74.js → index.ffce7559.js} +27 -27
- package/components/areas/components/{index.912056a0.js → index.37640080.js} +7 -7
- package/components/areas/contexts/AreaContext/{index.b1439daf.js → index.4aaf7f1c.js} +1 -1
- package/components/areas/contexts/AreasContext/{index.fb21af84.js → index.49bfec93.js} +1 -1
- package/components/areas/contexts/{index.1e46147e.js → index.4bcf9b23.js} +1 -1
- package/components/areas/hooks/{index.5feefc73.js → index.88da7db3.js} +1 -1
- package/components/areas/hooks/useArea/{index.6f45f930.js → index.2aca2167.js} +2 -2
- package/components/areas/{index.3df8c6d4.js → index.b1ac8078.js} +5 -5
- package/components/hook-form/RHFAutocomplete/{index.0ffa2185.js → index.94b5c77f.js} +1 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.2dfbe7aa.js → index.7d441cf9.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.1fcf42c8.js → index.2e8950b3.js} +1 -1
- package/components/hook-form/RHFPeriod/{index.1f6aa4c6.js → index.12797c0d.js} +2 -2
- package/components/hook-form/RHFTextField/{index.a021a2b3.js → index.6d4a97ae.js} +1 -1
- package/components/modal/{WindowBase.66ef3c9a.js → WindowBase.f50de8df.js} +1 -1
- package/components/modal/{WindowConfirm.b31ed329.js → WindowConfirm.207b505f.js} +10 -10
- package/components/modal/{index.6d5b19ef.js → index.d29934ad.js} +10 -10
- package/components/mui_extended/Accordion/{index.002bad72.js → index.549938bd.js} +1 -1
- package/components/mui_extended/MenuActions/{index.aaafafc3.js → index.01e3ccfe.js} +1 -1
- package/components/mui_extended/Popover/{index.58c49cc0.js → index.708c0af6.js} +2 -1
- package/components/mui_extended/{index.915e84dc.js → index.44306d3a.js} +3 -3
- package/contexts/ModalContext/{index.d1aaddbc.js → index.9ab63c4e.js} +1 -1
- package/hooks/useModal/{index.f77ab08b.js → index.2e777bd1.js} +1 -1
- package/index.js +37 -37
- package/package.json +1 -1
- package/{vendor.d5904857.js → vendor.3a64d9e7.js} +29 -29
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { WidthProvider, Responsive } from "react-grid-layout";
|
|
2
|
-
import { a as useAreaStore } from "../../hooks/useArea/index.
|
|
2
|
+
import { a as useAreaStore } from "../../hooks/useArea/index.2aca2167.js";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { M as MemonizedWindowPopUp } from "../WindowPopUp/index.
|
|
5
|
-
import { M as MemonizedWindow, a as MemonizedWindowModal } from "../Window/index.
|
|
4
|
+
import { M as MemonizedWindowPopUp } from "../WindowPopUp/index.ffce7559.js";
|
|
5
|
+
import { M as MemonizedWindow, a as MemonizedWindowModal } from "../Window/index.5340dc34.js";
|
|
6
6
|
import "react-grid-layout/css/styles.css";
|
|
7
7
|
import "../../../../react-resizable.b620abed.js";
|
|
8
8
|
import { shallow } from "zustand/shallow";
|
|
9
|
-
import { R as ROW_HEIGTH_GRIDLAYOUT, C as CONTAINER_PADDING_GRIDLAYOUT } from "../../contexts/AreaContext/index.
|
|
9
|
+
import { R as ROW_HEIGTH_GRIDLAYOUT, C as CONTAINER_PADDING_GRIDLAYOUT } from "../../contexts/AreaContext/index.4aaf7f1c.js";
|
|
10
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
11
11
|
const WrapperPoups = styled("div")(() => ({
|
|
12
12
|
zIndex: 1,
|
|
@@ -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.37640080.js";
|
|
11
|
+
import "../AreasAdmin/index.e41c11ed.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.49bfec93.js";
|
|
16
16
|
import { shallow } from "zustand/shallow";
|
|
17
|
-
import "../AreasContainer/index.
|
|
17
|
+
import "../AreasContainer/index.6203dd11.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.4bcf9b23.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.94b5c77f.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.2e8950b3.js";
|
|
27
|
+
import "../../../mui_extended/Accordion/index.549938bd.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.708c0af6.js";
|
|
33
|
+
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.01e3ccfe.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.28e80b6b.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.6d4a97ae.js";
|
|
42
|
+
import "../../../hook-form/RHFPeriod/index.12797c0d.js";
|
|
43
|
+
import "../../../Period/index.6df58bfb.js";
|
|
44
|
+
import "../../../CommonActions/components/Actions/index.e0ac69b4.js";
|
|
45
|
+
import "../../../../contexts/ModalContext/index.9ab63c4e.js";
|
|
46
46
|
import { c as cjs } from "../../../../react-draggable.6471b07e.js";
|
|
47
|
-
import "../../../ModalDialog/index.
|
|
47
|
+
import "../../../ModalDialog/index.cb56dfde.js";
|
|
48
48
|
import { R as ResizeableWindow } from "../../../Resizeable/index.04fa8de5.js";
|
|
49
|
-
import "../../../modal/WindowConfirm.
|
|
50
|
-
import "../../../modal/WindowBase.
|
|
49
|
+
import "../../../modal/WindowConfirm.207b505f.js";
|
|
50
|
+
import "../../../modal/WindowBase.f50de8df.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.f48b3a35.js";
|
|
55
55
|
import "react-dnd";
|
|
56
56
|
import "react-dnd-html5-backend";
|
|
57
|
-
import "../../../DynamicFilter/index.
|
|
57
|
+
import "../../../DynamicFilter/index.79a81786.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.9ec5f3cf.js";
|
|
64
64
|
import "../../../NoItemSelected/index.9636ec8a.js";
|
|
65
|
-
import "../../../ObjectLogs/index.
|
|
65
|
+
import "../../../ObjectLogs/index.dfad2c45.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.fde8c830.js";
|
|
72
|
+
import { a as useAreaStore } from "../../hooks/useArea/index.2aca2167.js";
|
|
73
|
+
import { a as useWindow, b as useWindowStore } from "../../hooks/index.88da7db3.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.37640080.js";
|
|
11
|
+
import "../AreasAdmin/index.e41c11ed.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.49bfec93.js";
|
|
16
16
|
import "zustand/shallow";
|
|
17
|
-
import "../AreasContainer/index.
|
|
17
|
+
import "../AreasContainer/index.6203dd11.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.4bcf9b23.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.94b5c77f.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.2e8950b3.js";
|
|
27
|
+
import "../../../mui_extended/Accordion/index.549938bd.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.708c0af6.js";
|
|
33
|
+
import "../../../mui_extended/MenuActions/index.01e3ccfe.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.28e80b6b.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.6d4a97ae.js";
|
|
42
|
+
import "../../../hook-form/RHFPeriod/index.12797c0d.js";
|
|
43
|
+
import "../../../Period/index.6df58bfb.js";
|
|
44
|
+
import "../../../CommonActions/components/Actions/index.e0ac69b4.js";
|
|
45
|
+
import "../../../../contexts/ModalContext/index.9ab63c4e.js";
|
|
46
46
|
import "../../../../react-draggable.6471b07e.js";
|
|
47
|
-
import "../../../ModalDialog/index.
|
|
47
|
+
import "../../../ModalDialog/index.cb56dfde.js";
|
|
48
48
|
import { R as ResizeableWindow } from "../../../Resizeable/index.04fa8de5.js";
|
|
49
|
-
import "../../../modal/WindowConfirm.
|
|
50
|
-
import "../../../modal/WindowBase.
|
|
49
|
+
import "../../../modal/WindowConfirm.207b505f.js";
|
|
50
|
+
import "../../../modal/WindowBase.f50de8df.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.f48b3a35.js";
|
|
55
55
|
import "react-dnd";
|
|
56
56
|
import "react-dnd-html5-backend";
|
|
57
|
-
import "../../../DynamicFilter/index.
|
|
57
|
+
import "../../../DynamicFilter/index.79a81786.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.3a64d9e7.js";
|
|
64
|
+
import "../../../LanguagePopover/index.9ec5f3cf.js";
|
|
65
65
|
import "../../../NoItemSelected/index.9636ec8a.js";
|
|
66
|
-
import "../../../ObjectLogs/index.
|
|
66
|
+
import "../../../ObjectLogs/index.dfad2c45.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.fde8c830.js";
|
|
73
|
+
import { a as useAreaStore } from "../../hooks/useArea/index.2aca2167.js";
|
|
74
|
+
import { W as Window } from "../Window/index.5340dc34.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.4aaf7f1c.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.10411e45.js";
|
|
4
|
+
import { a as useAreaStore } from "../hooks/useArea/index.2aca2167.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.5340dc34.js";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
8
|
-
import "./AreasAdmin/index.
|
|
8
|
+
import "./AreasAdmin/index.e41c11ed.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.49bfec93.js";
|
|
16
16
|
import "zustand/shallow";
|
|
17
|
-
import "./AreasContainer/index.
|
|
17
|
+
import "./AreasContainer/index.6203dd11.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.2aca2167.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.b1ac8078.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.49bfec93.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.4bcf9b23.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.49bfec93.js";
|
|
4
|
+
import { a as AreaContext } from "../../contexts/AreaContext/index.4aaf7f1c.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.37640080.js";
|
|
2
|
+
import "./components/AreasAdmin/index.e41c11ed.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.49bfec93.js";
|
|
12
12
|
import "zustand/shallow";
|
|
13
|
-
import "./components/AreasContainer/index.
|
|
13
|
+
import "./components/AreasContainer/index.6203dd11.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.4bcf9b23.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.3a64d9e7.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.94b5c77f.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.28e80b6b.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.28e80b6b.js";
|
|
4
|
+
import { P as Period } from "../../Period/index.6df58bfb.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.3a64d9e7.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.2e777bd1.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.2e777bd1.js";
|
|
4
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.e0ac69b4.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.f6b477c0.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.cb56dfde.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.f50de8df.js";
|
|
20
|
+
import "../areas/components/index.37640080.js";
|
|
21
|
+
import "../areas/components/AreasAdmin/index.e41c11ed.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.49bfec93.js";
|
|
25
25
|
import "zustand/shallow";
|
|
26
|
-
import "../areas/components/AreasContainer/index.
|
|
26
|
+
import "../areas/components/AreasContainer/index.6203dd11.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.4bcf9b23.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.9ab63c4e.js";
|
|
5
|
+
import "../ModalDialog/index.cb56dfde.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.e0ac69b4.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.f50de8df.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.37640080.js";
|
|
18
|
+
import "../areas/components/AreasAdmin/index.e41c11ed.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.49bfec93.js";
|
|
22
22
|
import "zustand/shallow";
|
|
23
|
-
import "../areas/components/AreasContainer/index.
|
|
23
|
+
import "../areas/components/AreasContainer/index.6203dd11.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.4bcf9b23.js";
|
|
27
27
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
28
28
|
import "@mui/lab";
|
|
29
|
-
import "./WindowConfirm.
|
|
29
|
+
import "./WindowConfirm.207b505f.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 "@m4l/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.708c0af6.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,5 +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 "@m4l/styles";
|
|
3
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
5
|
const PopoverRoot = styled(Popover$1)(({
|
|
5
6
|
theme
|
|
@@ -36,7 +37,7 @@ const useUtilityClasses = (ownerState) => {
|
|
|
36
37
|
...composedClasses
|
|
37
38
|
};
|
|
38
39
|
};
|
|
39
|
-
const ArrowStyle = styled("span")(({
|
|
40
|
+
const ArrowStyle = styled$1("span")(({
|
|
40
41
|
arrowType,
|
|
41
42
|
theme
|
|
42
43
|
}) => {
|
|
@@ -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.549938bd.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.708c0af6.js";
|
|
16
|
+
import "./MenuActions/index.01e3ccfe.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.cb56dfde.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.9ab63c4e.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|