@m4l/components 0.1.82 → 0.1.83
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.0ba26726.js → index.2677fe77.js} +2 -2
- package/components/AppBar/{index.fadcefc6.js → index.ad2a6f0e.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.6cf96d04.js → index.b2fc495d.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.a0335cbf.js → index.60d8963e.js} +9 -9
- package/components/CommonActions/components/ActionFormIntro/{index.273b1b9f.js → index.fde4ea51.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.856df8ef.js → index.724d8e17.js} +1 -1
- package/components/CommonActions/components/Actions/{index.5abb6ac4.js → index.23a2d6ae.js} +7 -7
- package/components/DataGrid/{index.03ad08af.js → index.d5d0d62f.js} +3 -3
- package/components/DataGrid/subcomponents/Actions/{index.db54ec98.js → index.201394f5.js} +12 -12
- package/components/DynamicFilter/{index.9b72180b.js → index.7d134537.js} +20 -20
- package/components/GridLayout/constants.d.ts +1 -1
- package/components/GridLayout/{index.76bccc4f.js → index.70085b00.js} +3 -3
- package/components/GridLayout/index.d.ts +1 -1
- package/components/GridLayout/subcomponents/Griditem/{index.01fc14c3.js → index.c09681ff.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.e589d8bf.js → index.eb04fd5e.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.d.ts +1 -1
- package/components/GridLayout/subcomponents/{WidthProvider/index.50dafd87.js → SizeProvider/index.9c5e80b2.js} +3 -3
- package/components/GridLayout/subcomponents/{WidthProvider → SizeProvider}/index.d.ts +1 -1
- package/components/GridLayout/types.d.ts +7 -10
- package/components/GridLayout/utils.d.ts +1 -2
- package/components/HelperText/{index.6c3adb40.js → index.28e9105d.js} +2 -2
- package/components/LanguagePopover/{index.66e11634.js → index.065e0296.js} +2 -2
- package/components/ModalDialog/{index.4dc1c8ed.js → index.fb148f76.js} +3 -3
- package/components/NavLink/{index.5859e048.js → index.2ef07c44.js} +2 -2
- package/components/ObjectLogs/{index.51de2deb.js → index.5d74dfe0.js} +11 -11
- package/components/Period/{index.4fd9df2a.js → index.0e6512b2.js} +8 -8
- package/components/PropertyValue/{index.1b09f426.js → index.a67c9916.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.f011d49d.js → index.7bfec13f.js} +19 -19
- package/components/areas/components/AreasViewer/{index.51a52736.js → index.9ed7dfd7.js} +32 -35
- package/components/areas/components/{index.f496660b.js → index.654b08aa.js} +5 -5
- package/components/areas/contexts/AreasContext/{index.9820bc7f.js → index.36fe6953.js} +5 -5
- package/components/areas/contexts/{index.361acb6f.js → index.68c53fc9.js} +1 -1
- package/components/areas/hooks/useAreas/{index.b403f383.js → index.a4c03e23.js} +1 -1
- package/components/areas/{index.eacab372.js → index.ec4f088c.js} +5 -5
- package/components/hook-form/RHFAutocomplete/{index.6edb51b1.js → index.42df8eb4.js} +3 -3
- package/components/hook-form/RHFAutocompleteAsync/{index.c2ca5c66.js → index.0441524c.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.c6c3933b.js → index.c66147f7.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.3add0fa4.js → index.4698ca29.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.72edef4d.js → index.f653934b.js} +2 -2
- package/components/hook-form/RHFTextField/{index.20daa95e.js → index.1fa07688.js} +1 -1
- package/components/hook-form/RHFUpload/{index.cc5adc15.js → index.93c2dcb5.js} +3 -3
- package/components/modal/{WindowBase.4016485b.js → WindowBase.92ce9b8f.js} +4 -4
- package/components/modal/{WindowConfirm.f148e495.js → WindowConfirm.4c3d2cd7.js} +10 -10
- package/components/modal/{index.e9fece72.js → index.1bd35bd5.js} +7 -7
- package/components/mui_extended/Accordion/{index.42cef1c7.js → index.5111314b.js} +1 -1
- package/components/mui_extended/Tab/{index.0d5f96e6.js → index.0989d15d.js} +1 -1
- package/components/mui_extended/{index.f6a356b9.js → index.813723c5.js} +2 -2
- package/contexts/ModalContext/{index.efc1135a.js → index.577bf36b.js} +1 -1
- package/hooks/useModal/{index.9b0cc3fe.js → index.7a07c208.js} +1 -1
- package/index.js +51 -51
- package/package.json +1 -1
- package/{vendor.88ed58a5.js → vendor.5365cc7e.js} +38 -38
|
@@ -2,20 +2,20 @@ import { useModuleDictionary, useModuleSkeleton, useEnvironment } from "@m4l/cor
|
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Autocomplete, TextField, Skeleton } from "@mui/material";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
4
|
import { I as Icon } from "../Icon/index.2414ff25.js";
|
|
5
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
5
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
6
6
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import "@mui/material/Button";
|
|
8
8
|
import "../mui_extended/Button/index.40af964e.js";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import "react-hook-form";
|
|
11
|
-
import "../../contexts/ModalContext/index.
|
|
11
|
+
import "../../contexts/ModalContext/index.577bf36b.js";
|
|
12
12
|
import "../../react-draggable.7abb5d0a.js";
|
|
13
13
|
import "../Resizeable/index.9a9c79a4.js";
|
|
14
14
|
import "@m4l/graphics";
|
|
15
|
-
import "../modal/index.
|
|
15
|
+
import "../modal/index.1bd35bd5.js";
|
|
16
16
|
import "../Image/index.c18ebf5a.js";
|
|
17
17
|
import "../mui_extended/IconButton/index.a318316e.js";
|
|
18
|
-
import "../mui_extended/Accordion/index.
|
|
18
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
19
19
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
20
20
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
21
21
|
import "react-router-dom";
|
|
@@ -25,14 +25,14 @@ import "@mui/lab";
|
|
|
25
25
|
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
26
26
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
27
27
|
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
28
|
-
import "../mui_extended/Tab/index.
|
|
28
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
29
29
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
30
|
import "zustand";
|
|
31
|
-
import "../areas/contexts/AreasContext/index.
|
|
32
|
-
import "../areas/components/AreasAdmin/index.
|
|
31
|
+
import "../areas/contexts/AreasContext/index.36fe6953.js";
|
|
32
|
+
import "../areas/components/AreasAdmin/index.7bfec13f.js";
|
|
33
33
|
import "zustand/shallow";
|
|
34
34
|
import "../ScrollBar/index.d4410cb5.js";
|
|
35
|
-
import "../areas/components/AreasViewer/index.
|
|
35
|
+
import "../areas/components/AreasViewer/index.9ed7dfd7.js";
|
|
36
36
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
37
37
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
38
38
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
|
-
import { g as getNameDataTestId } from "../../vendor.
|
|
4
|
+
import { g as getNameDataTestId } from "../../vendor.5365cc7e.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
7
7
|
import { useModuleSkeleton } from "@m4l/core";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { I as IconButton } from "../../../mui_extended/IconButton/index.a318316e.js";
|
|
2
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
2
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.a4c03e23.js";
|
|
3
3
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
4
4
|
import { useState, useRef, useMemo } from "react";
|
|
5
5
|
import * as Yup from "yup";
|
|
6
6
|
import { generateUtilityClasses, useTheme } from "@mui/material";
|
|
7
|
-
import "../../../mui_extended/Accordion/index.
|
|
7
|
+
import "../../../mui_extended/Accordion/index.5111314b.js";
|
|
8
8
|
import { I as Icon } from "../../../Icon/index.2414ff25.js";
|
|
9
9
|
import clsx from "clsx";
|
|
10
10
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
@@ -21,44 +21,44 @@ import "@mui/lab";
|
|
|
21
21
|
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
22
22
|
import { P as Popover } from "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
23
|
import "../../../mui_extended/Pager/index.da26e9d4.js";
|
|
24
|
-
import "../../../mui_extended/Tab/index.
|
|
24
|
+
import "../../../mui_extended/Tab/index.0989d15d.js";
|
|
25
25
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
26
|
import { unstable_composeClasses } from "@mui/base";
|
|
27
27
|
import { g as getComponentUtilityClass } from "../../../../utils/index.c43a95f4.js";
|
|
28
28
|
import { A as AREAS_ADMIN_CLASS_NAME } from "../../constants.66529246.js";
|
|
29
29
|
import { I as ICONS } from "../../icons.8266ccc8.js";
|
|
30
30
|
import "../../contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
31
|
-
import "../../../../contexts/ModalContext/index.
|
|
31
|
+
import "../../../../contexts/ModalContext/index.577bf36b.js";
|
|
32
32
|
import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.b9266262.js";
|
|
33
33
|
import "react-hook-form";
|
|
34
|
-
import "../../../hook-form/RHFAutocomplete/index.
|
|
35
|
-
import "../../../HelperText/index.
|
|
34
|
+
import "../../../hook-form/RHFAutocomplete/index.42df8eb4.js";
|
|
35
|
+
import "../../../HelperText/index.28e9105d.js";
|
|
36
36
|
import "lodash/debounce";
|
|
37
|
-
import "../../../hook-form/RHFAutocompleteAsync/index.
|
|
38
|
-
import "../../../hook-form/RHFCheckbox/index.
|
|
37
|
+
import "../../../hook-form/RHFAutocompleteAsync/index.0441524c.js";
|
|
38
|
+
import "../../../hook-form/RHFCheckbox/index.c66147f7.js";
|
|
39
39
|
import "@mui/x-date-pickers";
|
|
40
|
-
import "../../../hook-form/RHFDateTime/index.
|
|
41
|
-
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.
|
|
42
|
-
import "../../../hook-form/RHFPeriod/index.
|
|
43
|
-
import "../../../Period/index.
|
|
44
|
-
import { A as Actions } from "../../../CommonActions/components/Actions/index.
|
|
45
|
-
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.
|
|
46
|
-
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.
|
|
40
|
+
import "../../../hook-form/RHFDateTime/index.4698ca29.js";
|
|
41
|
+
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.1fa07688.js";
|
|
42
|
+
import "../../../hook-form/RHFPeriod/index.f653934b.js";
|
|
43
|
+
import "../../../Period/index.0e6512b2.js";
|
|
44
|
+
import { A as Actions } from "../../../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
45
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.b2fc495d.js";
|
|
46
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.724d8e17.js";
|
|
47
47
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
48
48
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
49
|
-
import "../../../modal/index.
|
|
49
|
+
import "../../../modal/index.1bd35bd5.js";
|
|
50
50
|
import { shallow } from "zustand/shallow";
|
|
51
51
|
import { styled } from "@mui/material/styles";
|
|
52
52
|
import { S as ScrollBar } from "../../../ScrollBar/index.d4410cb5.js";
|
|
53
53
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.afb7e3d9.js";
|
|
54
|
-
import "../AreasViewer/index.
|
|
54
|
+
import "../AreasViewer/index.9ed7dfd7.js";
|
|
55
55
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
56
|
-
import "../../contexts/AreasContext/index.
|
|
56
|
+
import "../../contexts/AreasContext/index.36fe6953.js";
|
|
57
57
|
import "../../contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
58
58
|
import "zustand";
|
|
59
59
|
import "lodash/isString";
|
|
60
60
|
import "react-dropzone";
|
|
61
|
-
import "../../../hook-form/RHFUpload/index.
|
|
61
|
+
import "../../../hook-form/RHFUpload/index.93c2dcb5.js";
|
|
62
62
|
const areasAdminClasses = generateUtilityClasses(AREAS_ADMIN_CLASS_NAME, [
|
|
63
63
|
"root",
|
|
64
64
|
"areaChipRoot",
|
|
@@ -13,10 +13,10 @@ import { a as AREAS_VIEWER_CLASS_NAME } from "../../constants.66529246.js";
|
|
|
13
13
|
import { shallow } from "zustand/shallow";
|
|
14
14
|
import React__default, { useMemo, useState, useCallback, useEffect } from "react";
|
|
15
15
|
import clsx from "clsx";
|
|
16
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
16
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.a4c03e23.js";
|
|
17
17
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton, useNetwork, useHostTools, axiosOperation } from "@m4l/core";
|
|
18
18
|
import { I as IconButton } from "../../../mui_extended/IconButton/index.a318316e.js";
|
|
19
|
-
import "../../../mui_extended/Accordion/index.
|
|
19
|
+
import "../../../mui_extended/Accordion/index.5111314b.js";
|
|
20
20
|
import { I as Icon } from "../../../Icon/index.2414ff25.js";
|
|
21
21
|
import { T as Typography } from "../../../mui_extended/Typography/index.443590d6.js";
|
|
22
22
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
@@ -32,7 +32,7 @@ import "@mui/lab";
|
|
|
32
32
|
import { M as MenuActions, a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
33
33
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
34
34
|
import "../../../mui_extended/Pager/index.da26e9d4.js";
|
|
35
|
-
import "../../../mui_extended/Tab/index.
|
|
35
|
+
import "../../../mui_extended/Tab/index.0989d15d.js";
|
|
36
36
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
37
37
|
import { I as ICONS } from "../../icons.8266ccc8.js";
|
|
38
38
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.afb7e3d9.js";
|
|
@@ -41,58 +41,58 @@ import debounce from "lodash/debounce";
|
|
|
41
41
|
import { L as LinearProgress } from "../../../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
42
42
|
import { W as WindowToolsMFProvider } from "../../contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
43
43
|
import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
44
|
-
import "../../../../contexts/ModalContext/index.
|
|
44
|
+
import "../../../../contexts/ModalContext/index.577bf36b.js";
|
|
45
45
|
import "../../../../contexts/RHFormContext/index.b9266262.js";
|
|
46
|
-
import "../../../GridLayout/subcomponents/Griditem/index.
|
|
47
|
-
import "../../../GridLayout/index.
|
|
48
|
-
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.
|
|
49
|
-
import {
|
|
50
|
-
import { R as ROW_HEIGTH_GRIDLAYOUT, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.
|
|
46
|
+
import "../../../GridLayout/subcomponents/Griditem/index.c09681ff.js";
|
|
47
|
+
import "../../../GridLayout/index.70085b00.js";
|
|
48
|
+
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.eb04fd5e.js";
|
|
49
|
+
import { S as SizeProvider } from "../../../GridLayout/subcomponents/SizeProvider/index.9c5e80b2.js";
|
|
50
|
+
import { R as ROW_HEIGTH_GRIDLAYOUT, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.36fe6953.js";
|
|
51
51
|
import "../../../animate/index.4e9774a6.js";
|
|
52
52
|
import "framer-motion";
|
|
53
53
|
import "../../../animate/LoadingScreen/index.1d0c4307.js";
|
|
54
54
|
import "../../../animate/PropagateLoader/index.7fab43c8.js";
|
|
55
|
-
import "../AreasAdmin/index.
|
|
55
|
+
import "../AreasAdmin/index.7bfec13f.js";
|
|
56
56
|
import "../../../ScrollBar/index.d4410cb5.js";
|
|
57
57
|
import "zustand";
|
|
58
58
|
import "react-hook-form";
|
|
59
|
-
import "../../../hook-form/RHFAutocomplete/index.
|
|
60
|
-
import "../../../HelperText/index.
|
|
61
|
-
import "../../../hook-form/RHFAutocompleteAsync/index.
|
|
62
|
-
import "../../../hook-form/RHFCheckbox/index.
|
|
59
|
+
import "../../../hook-form/RHFAutocomplete/index.42df8eb4.js";
|
|
60
|
+
import "../../../HelperText/index.28e9105d.js";
|
|
61
|
+
import "../../../hook-form/RHFAutocompleteAsync/index.0441524c.js";
|
|
62
|
+
import "../../../hook-form/RHFCheckbox/index.c66147f7.js";
|
|
63
63
|
import "@mui/x-date-pickers";
|
|
64
|
-
import "../../../hook-form/RHFDateTime/index.
|
|
65
|
-
import "../../../hook-form/RHFTextField/index.
|
|
66
|
-
import "../../../hook-form/RHFPeriod/index.
|
|
67
|
-
import "../../../Period/index.
|
|
68
|
-
import "../../../CommonActions/components/Actions/index.
|
|
64
|
+
import "../../../hook-form/RHFDateTime/index.4698ca29.js";
|
|
65
|
+
import "../../../hook-form/RHFTextField/index.1fa07688.js";
|
|
66
|
+
import "../../../hook-form/RHFPeriod/index.f653934b.js";
|
|
67
|
+
import "../../../Period/index.0e6512b2.js";
|
|
68
|
+
import "../../../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
69
69
|
import { c as cjs } from "../../../../react-draggable.7abb5d0a.js";
|
|
70
70
|
import { R as ResizeableWindow } from "../../../Resizeable/index.9a9c79a4.js";
|
|
71
|
-
import "../../../modal/index.
|
|
71
|
+
import "../../../modal/index.1bd35bd5.js";
|
|
72
72
|
import "lodash/isString";
|
|
73
73
|
import "react-dropzone";
|
|
74
|
-
import "../../../hook-form/RHFUpload/index.
|
|
75
|
-
import "../../../DataGrid/index.
|
|
74
|
+
import "../../../hook-form/RHFUpload/index.93c2dcb5.js";
|
|
75
|
+
import "../../../DataGrid/index.d5d0d62f.js";
|
|
76
76
|
import "react-dnd";
|
|
77
77
|
import "react-dnd-html5-backend";
|
|
78
|
-
import "../../../DataGrid/subcomponents/Actions/index.
|
|
78
|
+
import "../../../DataGrid/subcomponents/Actions/index.201394f5.js";
|
|
79
79
|
import "../../../DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
80
|
-
import "../../../DynamicFilter/index.
|
|
80
|
+
import "../../../DynamicFilter/index.7d134537.js";
|
|
81
81
|
import "yup";
|
|
82
82
|
import "lodash";
|
|
83
|
-
import "../../../LanguagePopover/index.
|
|
84
|
-
import "../../../NavLink/index.
|
|
83
|
+
import "../../../LanguagePopover/index.065e0296.js";
|
|
84
|
+
import "../../../NavLink/index.2ef07c44.js";
|
|
85
85
|
import "../../../NoItemSelected/index.23dfc897.js";
|
|
86
|
-
import "../../../ObjectLogs/index.
|
|
86
|
+
import "../../../ObjectLogs/index.5d74dfe0.js";
|
|
87
87
|
import "../../../../react-json-view.57125fcf.js";
|
|
88
88
|
import "../../../PaperForm/index.f931dc02.js";
|
|
89
89
|
import "../../../Page/index.4237c241.js";
|
|
90
|
-
import "../../../PropertyValue/index.
|
|
90
|
+
import "../../../PropertyValue/index.a67c9916.js";
|
|
91
91
|
import "../../../SplitLayout/index.9ef430f6.js";
|
|
92
92
|
import "../../../../react-splitter-layout.8b1655c8.js";
|
|
93
93
|
import "../../../SideBar/index.72564ef2.js";
|
|
94
|
-
import "../../../AppBar/index.
|
|
95
|
-
import "../../../AccountPopover/index.
|
|
94
|
+
import "../../../AppBar/index.ad2a6f0e.js";
|
|
95
|
+
import "../../../AccountPopover/index.2677fe77.js";
|
|
96
96
|
const areasViewerClasses = generateUtilityClasses(AREAS_VIEWER_CLASS_NAME, [
|
|
97
97
|
"root",
|
|
98
98
|
"areaRoot",
|
|
@@ -1315,7 +1315,7 @@ const Window = (props) => {
|
|
|
1315
1315
|
});
|
|
1316
1316
|
};
|
|
1317
1317
|
React__default.memo(Window);
|
|
1318
|
-
const ResponsiveGridLayout =
|
|
1318
|
+
const ResponsiveGridLayout = SizeProvider(Responsive);
|
|
1319
1319
|
const AreaGridLayout = (props) => {
|
|
1320
1320
|
const {
|
|
1321
1321
|
areaId
|
|
@@ -1347,9 +1347,7 @@ const AreaGridLayout = (props) => {
|
|
|
1347
1347
|
return /* @__PURE__ */ jsx(Fragment, {});
|
|
1348
1348
|
}
|
|
1349
1349
|
if (p.type === "placeholder") {
|
|
1350
|
-
return /* @__PURE__ */ jsx("div", {
|
|
1351
|
-
children: "Place holder"
|
|
1352
|
-
});
|
|
1350
|
+
return /* @__PURE__ */ jsx("div", {});
|
|
1353
1351
|
}
|
|
1354
1352
|
console.debug("layoutItemRender window", hashLayoutItems, p.i, p.type);
|
|
1355
1353
|
return /* @__PURE__ */ jsx(Window, {
|
|
@@ -1366,7 +1364,6 @@ const AreaGridLayout = (props) => {
|
|
|
1366
1364
|
onContainerChange(areaId, e);
|
|
1367
1365
|
},
|
|
1368
1366
|
preventCollision: false,
|
|
1369
|
-
verticalCompact: true,
|
|
1370
1367
|
maximizeId: maximizedId
|
|
1371
1368
|
}
|
|
1372
1369
|
);
|
|
@@ -7,11 +7,11 @@ import "react/jsx-runtime";
|
|
|
7
7
|
import "../../mui_extended/IconButton/index.a318316e.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
9
|
import "zustand";
|
|
10
|
-
import "../contexts/AreasContext/index.
|
|
11
|
-
import "./AreasAdmin/index.
|
|
10
|
+
import "../contexts/AreasContext/index.36fe6953.js";
|
|
11
|
+
import "./AreasAdmin/index.7bfec13f.js";
|
|
12
12
|
import "zustand/shallow";
|
|
13
13
|
import "../../ScrollBar/index.d4410cb5.js";
|
|
14
|
-
import "../../mui_extended/Accordion/index.
|
|
14
|
+
import "../../mui_extended/Accordion/index.5111314b.js";
|
|
15
15
|
import "../../mui_extended/Typography/index.443590d6.js";
|
|
16
16
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
17
17
|
import "react-router-dom";
|
|
@@ -24,7 +24,7 @@ import "@mui/lab";
|
|
|
24
24
|
import "../../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
25
25
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../../mui_extended/Pager/index.da26e9d4.js";
|
|
27
|
-
import "../../mui_extended/Tab/index.
|
|
27
|
+
import "../../mui_extended/Tab/index.0989d15d.js";
|
|
28
28
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
|
-
import "./AreasViewer/index.
|
|
29
|
+
import "./AreasViewer/index.9ed7dfd7.js";
|
|
30
30
|
import "../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
@@ -5,15 +5,15 @@ import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
|
|
|
5
5
|
import { useHostTools, useModuleDictionary, useNetwork, useModuleSkeleton, EmitEvents } from "@m4l/core";
|
|
6
6
|
import { devtools } from "zustand/middleware";
|
|
7
7
|
import { immer } from "zustand/middleware/immer";
|
|
8
|
-
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.
|
|
9
|
-
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.
|
|
8
|
+
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.9ed7dfd7.js";
|
|
9
|
+
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.7bfec13f.js";
|
|
10
10
|
import { c as createDynamicMFStore } from "../DynamicMFParmsContext/index.1607c78e.js";
|
|
11
11
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.afb7e3d9.js";
|
|
12
12
|
import "clsx";
|
|
13
|
-
import "../../../GridLayout/subcomponents/Griditem/index.
|
|
14
|
-
import { z as isEqualLayouts } from "../../../GridLayout/index.
|
|
13
|
+
import "../../../GridLayout/subcomponents/Griditem/index.c09681ff.js";
|
|
14
|
+
import { z as isEqualLayouts } from "../../../GridLayout/index.70085b00.js";
|
|
15
15
|
import { jsx } from "react/jsx-runtime";
|
|
16
|
-
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.
|
|
16
|
+
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.eb04fd5e.js";
|
|
17
17
|
import { debounce, cloneDeep } from "lodash";
|
|
18
18
|
const ROW_HEIGTH_GRIDLAYOUT = 20;
|
|
19
19
|
const PADDING_GRIDLAYOUT = 3;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./AreasContext/index.
|
|
1
|
+
import "./AreasContext/index.36fe6953.js";
|
|
2
2
|
import "./WindowToolsMFContext/index.8f3e2a04.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { A as AreasContext } from "../../contexts/AreasContext/index.
|
|
3
|
+
import { A as AreasContext } from "../../contexts/AreasContext/index.36fe6953.js";
|
|
4
4
|
function useAreasStore(selector, equalityFn) {
|
|
5
5
|
const context = useContext(AreasContext);
|
|
6
6
|
if (!context)
|
|
@@ -7,11 +7,11 @@ import "react/jsx-runtime";
|
|
|
7
7
|
import "../mui_extended/IconButton/index.a318316e.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
9
|
import "zustand";
|
|
10
|
-
import "./contexts/AreasContext/index.
|
|
11
|
-
import "./components/AreasAdmin/index.
|
|
10
|
+
import "./contexts/AreasContext/index.36fe6953.js";
|
|
11
|
+
import "./components/AreasAdmin/index.7bfec13f.js";
|
|
12
12
|
import "zustand/shallow";
|
|
13
13
|
import "../ScrollBar/index.d4410cb5.js";
|
|
14
|
-
import "../mui_extended/Accordion/index.
|
|
14
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
15
15
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
16
16
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
17
17
|
import "react-router-dom";
|
|
@@ -24,9 +24,9 @@ import "@mui/lab";
|
|
|
24
24
|
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
25
25
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
27
|
-
import "../mui_extended/Tab/index.
|
|
27
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
28
28
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
|
-
import "./components/AreasViewer/index.
|
|
29
|
+
import "./components/AreasViewer/index.9ed7dfd7.js";
|
|
30
30
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
31
31
|
import "./contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
32
32
|
import "./contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -6,14 +6,14 @@ import { useMemo, useRef, useState, useEffect } from "react";
|
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
8
8
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
9
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
9
|
+
import { H as HelperText } from "../../HelperText/index.28e9105d.js";
|
|
10
10
|
import { I as IconButton } from "../../mui_extended/IconButton/index.a318316e.js";
|
|
11
11
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
12
12
|
import { styled } from "@mui/material/styles";
|
|
13
13
|
import "clsx";
|
|
14
14
|
import { unstable_composeClasses } from "@mui/base";
|
|
15
15
|
import "../../Icon/index.2414ff25.js";
|
|
16
|
-
import "../../mui_extended/Accordion/index.
|
|
16
|
+
import "../../mui_extended/Accordion/index.5111314b.js";
|
|
17
17
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
@@ -24,7 +24,7 @@ import "@mui/lab";
|
|
|
24
24
|
import "../../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
25
25
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../../mui_extended/Pager/index.da26e9d4.js";
|
|
27
|
-
import "../../mui_extended/Tab/index.
|
|
27
|
+
import "../../mui_extended/Tab/index.0989d15d.js";
|
|
28
28
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
29
|
const AutocompleteRoot = styled("div")(({
|
|
30
30
|
theme
|
|
@@ -5,7 +5,7 @@ import { styled } from "@mui/material/styles";
|
|
|
5
5
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
8
|
-
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.
|
|
8
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.42df8eb4.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
styled("div")(() => ({
|
|
11
11
|
display: "flex",
|
|
@@ -2,7 +2,7 @@ import { useFormContext, Controller } from "react-hook-form";
|
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
3
|
import { Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
5
|
+
import { H as HelperText } from "../../HelperText/index.28e9105d.js";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
8
8
|
import "react";
|
|
@@ -11,7 +11,7 @@ import "../../Icon/index.2414ff25.js";
|
|
|
11
11
|
import "clsx";
|
|
12
12
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
13
13
|
import "../../mui_extended/IconButton/index.a318316e.js";
|
|
14
|
-
import "../../mui_extended/Accordion/index.
|
|
14
|
+
import "../../mui_extended/Accordion/index.5111314b.js";
|
|
15
15
|
import "../../mui_extended/Typography/index.443590d6.js";
|
|
16
16
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
17
17
|
import "react-router-dom";
|
|
@@ -24,7 +24,7 @@ import "@mui/lab";
|
|
|
24
24
|
import "../../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
25
25
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../../mui_extended/Pager/index.da26e9d4.js";
|
|
27
|
-
import "../../mui_extended/Tab/index.
|
|
27
|
+
import "../../mui_extended/Tab/index.0989d15d.js";
|
|
28
28
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
29
|
const RHFCheckboxRoot = styled("div")(({
|
|
30
30
|
theme
|
|
@@ -9,7 +9,7 @@ import clsx from "clsx";
|
|
|
9
9
|
import "../../Icon/index.2414ff25.js";
|
|
10
10
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
11
11
|
import "../../mui_extended/IconButton/index.a318316e.js";
|
|
12
|
-
import "../../mui_extended/Accordion/index.
|
|
12
|
+
import "../../mui_extended/Accordion/index.5111314b.js";
|
|
13
13
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
14
14
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
15
15
|
import "react-router-dom";
|
|
@@ -22,9 +22,9 @@ import "@mui/lab";
|
|
|
22
22
|
import "../../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
23
23
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
24
24
|
import "../../mui_extended/Pager/index.da26e9d4.js";
|
|
25
|
-
import "../../mui_extended/Tab/index.
|
|
25
|
+
import "../../mui_extended/Tab/index.0989d15d.js";
|
|
26
26
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
27
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
27
|
+
import { H as HelperText } from "../../HelperText/index.28e9105d.js";
|
|
28
28
|
import { styled } from "@mui/material/styles";
|
|
29
29
|
import { unstable_composeClasses } from "@mui/base";
|
|
30
30
|
const SKTRHFWrapperTextField = styled("div")(({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { useFormContext, Controller } from "react-hook-form";
|
|
3
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
4
|
-
import { P as Period } from "../../Period/index.
|
|
3
|
+
import { H as HelperText } from "../../HelperText/index.28e9105d.js";
|
|
4
|
+
import { P as Period } from "../../Period/index.0e6512b2.js";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
const RHFPeriodRoot = styled("div")(({
|
|
@@ -12,7 +12,7 @@ import { styled as styled$1 } from "@mui/material/styles";
|
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
13
|
import { g as getComponentUtilityClass } from "../../../utils/index.c43a95f4.js";
|
|
14
14
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
15
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
15
|
+
import { H as HelperText } from "../../HelperText/index.28e9105d.js";
|
|
16
16
|
const SkeletonTextFieldRoot = styled("div")(() => ({
|
|
17
17
|
display: "flex",
|
|
18
18
|
flexDirection: "column",
|
|
@@ -9,7 +9,7 @@ import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
|
9
9
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
10
10
|
import { B as Button } from "../../mui_extended/Button/index.40af964e.js";
|
|
11
11
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
12
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
12
|
+
import { H as HelperText } from "../../HelperText/index.28e9105d.js";
|
|
13
13
|
import "clsx";
|
|
14
14
|
import { styled } from "@mui/material/styles";
|
|
15
15
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -17,7 +17,7 @@ import "@mui/material/Button";
|
|
|
17
17
|
import "../../Icon/index.2414ff25.js";
|
|
18
18
|
import "../../mui_extended/IconButton/index.a318316e.js";
|
|
19
19
|
import "@m4l/graphics";
|
|
20
|
-
import "../../mui_extended/Accordion/index.
|
|
20
|
+
import "../../mui_extended/Accordion/index.5111314b.js";
|
|
21
21
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
22
22
|
import "react-router-dom";
|
|
23
23
|
import "../../mui_extended/CheckBox.5f6c78b0.js";
|
|
@@ -26,7 +26,7 @@ import "@mui/lab";
|
|
|
26
26
|
import "../../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
27
27
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
28
28
|
import "../../mui_extended/Pager/index.da26e9d4.js";
|
|
29
|
-
import "../../mui_extended/Tab/index.
|
|
29
|
+
import "../../mui_extended/Tab/index.0989d15d.js";
|
|
30
30
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
31
31
|
const UploadImageRoot = styled("div")(({
|
|
32
32
|
theme
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useEnvironment } from "@m4l/core";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
-
import { m as modalUtilityClasses } from "./index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.7a07c208.js";
|
|
4
|
+
import { m as modalUtilityClasses } from "./index.1bd35bd5.js";
|
|
5
5
|
import { I as Icon } from "../Icon/index.2414ff25.js";
|
|
6
6
|
import "@mui/material";
|
|
7
7
|
import { I as IconButton } from "../mui_extended/IconButton/index.a318316e.js";
|
|
8
|
-
import "../mui_extended/Accordion/index.
|
|
8
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
9
9
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
10
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
11
11
|
import clsx from "clsx";
|
|
@@ -21,7 +21,7 @@ import "@mui/lab";
|
|
|
21
21
|
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
22
22
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
23
|
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
24
|
-
import "../mui_extended/Tab/index.
|
|
24
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
25
25
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
26
|
const Header = (props) => {
|
|
27
27
|
const {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useModuleDictionary, 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.
|
|
5
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
6
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.7a07c208.js";
|
|
4
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
5
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.b2fc495d.js";
|
|
6
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.724d8e17.js";
|
|
7
7
|
import "react-hook-form";
|
|
8
8
|
import { Typography } from "@mui/material";
|
|
9
9
|
import "@mui/material/Button";
|
|
@@ -14,10 +14,10 @@ import "../../react-draggable.7abb5d0a.js";
|
|
|
14
14
|
import "../Resizeable/index.9a9c79a4.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
16
|
import "../Icon/index.2414ff25.js";
|
|
17
|
-
import { m as modalUtilityClasses } from "./index.
|
|
17
|
+
import { m as modalUtilityClasses } from "./index.1bd35bd5.js";
|
|
18
18
|
import { I as Image } from "../Image/index.c18ebf5a.js";
|
|
19
19
|
import "../mui_extended/IconButton/index.a318316e.js";
|
|
20
|
-
import "../mui_extended/Accordion/index.
|
|
20
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
21
21
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
22
22
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
23
23
|
import "react-router-dom";
|
|
@@ -27,14 +27,14 @@ import "@mui/lab";
|
|
|
27
27
|
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
28
28
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
29
29
|
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
30
|
-
import "../mui_extended/Tab/index.
|
|
30
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
31
31
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
32
32
|
import "zustand";
|
|
33
|
-
import "../areas/contexts/AreasContext/index.
|
|
34
|
-
import "../areas/components/AreasAdmin/index.
|
|
33
|
+
import "../areas/contexts/AreasContext/index.36fe6953.js";
|
|
34
|
+
import "../areas/components/AreasAdmin/index.7bfec13f.js";
|
|
35
35
|
import "zustand/shallow";
|
|
36
36
|
import "../ScrollBar/index.d4410cb5.js";
|
|
37
|
-
import "../areas/components/AreasViewer/index.
|
|
37
|
+
import "../areas/components/AreasViewer/index.9ed7dfd7.js";
|
|
38
38
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
39
39
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
40
40
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import "../../react-draggable.7abb5d0a.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../contexts/ModalContext/index.
|
|
4
|
+
import "../../contexts/ModalContext/index.577bf36b.js";
|
|
5
5
|
import "../Resizeable/index.9a9c79a4.js";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
7
|
import "@m4l/graphics";
|
|
@@ -9,12 +9,12 @@ import "../Icon/index.2414ff25.js";
|
|
|
9
9
|
import "clsx";
|
|
10
10
|
import "@m4l/core";
|
|
11
11
|
import { unstable_composeClasses } from "@mui/base";
|
|
12
|
-
import "../CommonActions/components/Actions/index.
|
|
12
|
+
import "../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
13
13
|
import "@mui/material/Button";
|
|
14
14
|
import "../mui_extended/Button/index.40af964e.js";
|
|
15
15
|
import "react-hook-form";
|
|
16
16
|
import "../mui_extended/IconButton/index.a318316e.js";
|
|
17
|
-
import "../mui_extended/Accordion/index.
|
|
17
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
18
18
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
19
19
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
20
20
|
import "react-router-dom";
|
|
@@ -25,14 +25,14 @@ import "@mui/lab";
|
|
|
25
25
|
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
26
26
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
27
27
|
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
28
|
-
import "../mui_extended/Tab/index.
|
|
28
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
29
29
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
30
|
import "zustand";
|
|
31
|
-
import "../areas/contexts/AreasContext/index.
|
|
32
|
-
import "../areas/components/AreasAdmin/index.
|
|
31
|
+
import "../areas/contexts/AreasContext/index.36fe6953.js";
|
|
32
|
+
import "../areas/components/AreasAdmin/index.7bfec13f.js";
|
|
33
33
|
import "zustand/shallow";
|
|
34
34
|
import "../ScrollBar/index.d4410cb5.js";
|
|
35
|
-
import "../areas/components/AreasViewer/index.
|
|
35
|
+
import "../areas/components/AreasViewer/index.9ed7dfd7.js";
|
|
36
36
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
37
37
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
38
38
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|