@m4l/components 0.1.78 → 0.1.79
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.7e76dbb7.js → index.d541e4e6.js} +2 -2
- package/components/AppBar/{index.06858422.js → index.f90014de.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.d536ccfa.js → index.92536832.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.a915b105.js → index.7fb1ed8d.js} +15 -11
- package/components/CommonActions/components/ActionFormIntro/{index.14e65d6c.js → index.bebc0c94.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.aa1648eb.js → index.aa4e432e.js} +1 -1
- package/components/CommonActions/components/Actions/{index.52125041.js → index.5732847f.js} +7 -7
- package/components/DataGrid/{index.9fb3e6a1.js → index.302080d3.js} +12 -12
- package/components/DynamicFilter/{index.d1a2e2d1.js → index.0887320f.js} +20 -20
- package/components/HelperText/{index.a019742c.js → index.29d5ad65.js} +2 -2
- package/components/LanguagePopover/{index.98b63dcb.js → index.ce84f099.js} +2 -2
- package/components/ModalDialog/{index.d9937d46.js → index.ab432b77.js} +3 -3
- package/components/NavLink/{index.a5dea6d3.js → index.3bf44e30.js} +2 -2
- package/components/ObjectLogs/{index.d9d20b9d.js → index.c947ded4.js} +11 -11
- package/components/Period/{index.7b94c418.js → index.adc328ca.js} +8 -8
- package/components/PropertyValue/{index.45c73161.js → index.6b583e7a.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.43ecd998.js → index.31905078.js} +19 -19
- package/components/areas/components/AreasViewer/{index.14e62059.js → index.fe18bdbc.js} +35 -29
- package/components/areas/components/{index.a87653a9.js → index.7ae189ba.js} +5 -5
- package/components/areas/contexts/AreasContext/{index.02c4e7be.js → index.1213c3ef.js} +7 -2
- package/components/areas/contexts/AreasContext/types.d.ts +1 -0
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +1 -0
- package/components/areas/contexts/{index.1ff9b360.js → index.84d35ffe.js} +1 -1
- package/components/areas/hooks/useAreas/{index.85e4b2e2.js → index.cd799cf6.js} +1 -1
- package/components/areas/{index.d1dcccf5.js → index.6ee7a4eb.js} +5 -5
- package/components/areas/types.d.ts +5 -0
- package/components/hook-form/RHFAutocomplete/{index.6aa51705.js → index.e52c1f6a.js} +3 -3
- package/components/hook-form/RHFAutocompleteAsync/{index.1a3dfe5f.js → index.a226b8ac.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.a08a65b3.js → index.9619debd.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.4d671108.js → index.5da7b839.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.39b4be49.js → index.7e42c292.js} +2 -2
- package/components/hook-form/RHFTextField/{index.9004e898.js → index.13447584.js} +1 -1
- package/components/hook-form/RHFUpload/{index.bed8573e.js → index.80071782.js} +3 -3
- package/components/modal/{WindowBase.a0c0b322.js → WindowBase.90d3c1d5.js} +4 -4
- package/components/modal/{WindowConfirm.6c063f2d.js → WindowConfirm.835f8d13.js} +10 -10
- package/components/modal/{index.00efea85.js → index.cd34ddb3.js} +7 -7
- package/components/mui_extended/Accordion/{index.9877f7bf.js → index.e8ba0755.js} +1 -1
- package/components/mui_extended/Tab/{index.7c82e43d.js → index.3c005df1.js} +1 -1
- package/components/mui_extended/{index.0e2ff642.js → index.ff59a512.js} +2 -2
- package/contexts/ModalContext/{index.e9a7ba4a.js → index.feded672.js} +1 -1
- package/hooks/useModal/{index.8e85f7ae.js → index.6d238807.js} +1 -1
- package/index.js +35 -35
- package/package.json +1 -1
- package/{vendor.e353394b.js → vendor.9b969b18.js} +33 -33
|
@@ -7,7 +7,7 @@ import "clsx";
|
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
9
9
|
import "@m4l/graphics";
|
|
10
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
11
11
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
12
12
|
import { A as Avatar } from "../mui_extended/Avatar/index.75e6ed57.js";
|
|
13
13
|
import "react-router-dom";
|
|
@@ -20,7 +20,7 @@ import "@mui/lab";
|
|
|
20
20
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
21
21
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
22
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
23
|
-
import "../mui_extended/Tab/index.
|
|
23
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
24
24
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
25
25
|
import { unstable_composeClasses } from "@mui/base";
|
|
26
26
|
const componentName = "M4LAccountPopover";
|
|
@@ -3,7 +3,7 @@ import { useEnvironment } from "@m4l/core";
|
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
5
5
|
import { I as IconButton } from "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
6
|
-
import "../mui_extended/Accordion/index.
|
|
6
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
7
7
|
import "../Icon/index.9fcd1476.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "clsx";
|
|
@@ -19,7 +19,7 @@ import "@mui/lab";
|
|
|
19
19
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
20
20
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
21
21
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
22
|
-
import "../mui_extended/Tab/index.
|
|
22
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
23
23
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
24
24
|
import { styled } from "@mui/material/styles";
|
|
25
25
|
import { unstable_composeClasses } from "@mui/base";
|
package/components/CommonActions/components/ActionCancel/{index.d536ccfa.js → index.92536832.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
3
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.5732847f.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.a915b105.js → index.7fb1ed8d.js}
RENAMED
|
@@ -2,18 +2,18 @@ import { useFormContext, useFormState } from "react-hook-form";
|
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
5
|
-
import { useCallback } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
5
|
+
import { useCallback, useEffect } from "react";
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.6d238807.js";
|
|
7
7
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
8
8
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
11
|
import "../../../Icon/index.9fcd1476.js";
|
|
12
12
|
import "clsx";
|
|
13
|
-
import "../../../modal/index.
|
|
14
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
13
|
+
import "../../../modal/index.cd34ddb3.js";
|
|
14
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.835f8d13.js";
|
|
15
15
|
import "../../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
16
|
-
import "../../../mui_extended/Accordion/index.
|
|
16
|
+
import "../../../mui_extended/Accordion/index.e8ba0755.js";
|
|
17
17
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
18
18
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
19
19
|
import "react-router-dom";
|
|
@@ -23,19 +23,19 @@ import "@mui/lab";
|
|
|
23
23
|
import "../../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
24
24
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
25
25
|
import "../../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
26
|
-
import "../../../mui_extended/Tab/index.
|
|
26
|
+
import "../../../mui_extended/Tab/index.3c005df1.js";
|
|
27
27
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
28
|
import "zustand";
|
|
29
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
30
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
29
|
+
import "../../../areas/contexts/AreasContext/index.1213c3ef.js";
|
|
30
|
+
import "../../../areas/components/AreasAdmin/index.31905078.js";
|
|
31
31
|
import "zustand/shallow";
|
|
32
32
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
33
|
-
import "../../../areas/components/AreasViewer/index.
|
|
33
|
+
import "../../../areas/components/AreasViewer/index.fe18bdbc.js";
|
|
34
34
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
35
35
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
36
36
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
37
37
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
38
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
38
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.5732847f.js";
|
|
39
39
|
function ActionFormCancel() {
|
|
40
40
|
const {
|
|
41
41
|
getLabel
|
|
@@ -45,7 +45,8 @@ function ActionFormCancel() {
|
|
|
45
45
|
openModal
|
|
46
46
|
} = useModal();
|
|
47
47
|
const {
|
|
48
|
-
close: closeWindow
|
|
48
|
+
close: closeWindow,
|
|
49
|
+
setFnQueryClose: setQueryClose
|
|
49
50
|
} = useWindowToolsMF();
|
|
50
51
|
const {
|
|
51
52
|
control
|
|
@@ -73,6 +74,9 @@ function ActionFormCancel() {
|
|
|
73
74
|
onConfirmQuit();
|
|
74
75
|
}
|
|
75
76
|
}, [getLabel, isDirty, openModal]);
|
|
77
|
+
useEffect(() => {
|
|
78
|
+
setQueryClose(onClickCancel);
|
|
79
|
+
}, [onClickCancel]);
|
|
76
80
|
const classes = useCommonActionsUtilityClasses();
|
|
77
81
|
if (isSkeleton) {
|
|
78
82
|
return /* @__PURE__ */ jsx(Skeleton, {
|
package/components/CommonActions/components/ActionFormIntro/{index.14e65d6c.js → index.bebc0c94.js}
RENAMED
|
@@ -2,7 +2,7 @@ import { useFormContext, useFormState } from "react-hook-form";
|
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { L as LoadingButton } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
5
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.5732847f.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.aa1648eb.js → index.aa4e432e.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
4
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.5732847f.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -10,31 +10,31 @@ import "../../../mui_extended/Button/index.4288f9fc.js";
|
|
|
10
10
|
import "clsx";
|
|
11
11
|
import "react-hook-form";
|
|
12
12
|
import "react";
|
|
13
|
-
import "../../../../contexts/ModalContext/index.
|
|
13
|
+
import "../../../../contexts/ModalContext/index.feded672.js";
|
|
14
14
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
15
15
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
17
|
import "../../../Icon/index.9fcd1476.js";
|
|
18
|
-
import "../../../modal/index.
|
|
18
|
+
import "../../../modal/index.cd34ddb3.js";
|
|
19
19
|
import "@mui/lab";
|
|
20
20
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
21
21
|
import "../../../Image/index.c18ebf5a.js";
|
|
22
22
|
import "../../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
23
|
-
import "../../../mui_extended/Accordion/index.
|
|
23
|
+
import "../../../mui_extended/Accordion/index.e8ba0755.js";
|
|
24
24
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
25
25
|
import "react-router-dom";
|
|
26
26
|
import "../../../mui_extended/Badge/index.8c2b8b66.js";
|
|
27
27
|
import "../../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
28
28
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
29
29
|
import "../../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
30
|
-
import "../../../mui_extended/Tab/index.
|
|
30
|
+
import "../../../mui_extended/Tab/index.3c005df1.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.1213c3ef.js";
|
|
34
|
+
import "../../../areas/components/AreasAdmin/index.31905078.js";
|
|
35
35
|
import "zustand/shallow";
|
|
36
36
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
37
|
-
import "../../../areas/components/AreasViewer/index.
|
|
37
|
+
import "../../../areas/components/AreasViewer/index.fe18bdbc.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";
|
|
@@ -9,25 +9,25 @@ import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByStri
|
|
|
9
9
|
import { M as MenuActions } from "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
10
10
|
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
11
11
|
import { I as IconButton } from "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
12
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
13
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
14
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
12
|
+
import { u as useModal } from "../../hooks/useModal/index.6d238807.js";
|
|
13
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.92536832.js";
|
|
14
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.aa4e432e.js";
|
|
15
15
|
import "../../react-draggable.7abb5d0a.js";
|
|
16
16
|
import "../Resizeable/index.9a9c79a4.js";
|
|
17
17
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
18
18
|
import "../Icon/index.9fcd1476.js";
|
|
19
19
|
import "clsx";
|
|
20
|
-
import "../modal/index.
|
|
21
|
-
import { A as Actions$1 } from "../CommonActions/components/Actions/index.
|
|
20
|
+
import "../modal/index.cd34ddb3.js";
|
|
21
|
+
import { A as Actions$1 } from "../CommonActions/components/Actions/index.5732847f.js";
|
|
22
22
|
import "react-hook-form";
|
|
23
23
|
import "@mui/material/Button";
|
|
24
24
|
import "../mui_extended/Button/index.4288f9fc.js";
|
|
25
25
|
import "zustand";
|
|
26
|
-
import "../areas/contexts/AreasContext/index.
|
|
27
|
-
import "../areas/components/AreasAdmin/index.
|
|
26
|
+
import "../areas/contexts/AreasContext/index.1213c3ef.js";
|
|
27
|
+
import "../areas/components/AreasAdmin/index.31905078.js";
|
|
28
28
|
import "zustand/shallow";
|
|
29
29
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
30
|
-
import "../mui_extended/Accordion/index.
|
|
30
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
31
31
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
32
32
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
33
33
|
import "react-router-dom";
|
|
@@ -35,14 +35,14 @@ import "../mui_extended/Badge/index.8c2b8b66.js";
|
|
|
35
35
|
import "../Image/index.c18ebf5a.js";
|
|
36
36
|
import "@mui/lab";
|
|
37
37
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
38
|
-
import "../mui_extended/Tab/index.
|
|
38
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
39
39
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
40
|
-
import "../areas/components/AreasViewer/index.
|
|
40
|
+
import "../areas/components/AreasViewer/index.fe18bdbc.js";
|
|
41
41
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
42
42
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
43
43
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
44
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
45
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
44
|
+
import { W as WindowBase } from "../modal/WindowBase.90d3c1d5.js";
|
|
45
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.ab432b77.js";
|
|
46
46
|
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.e8de8e4c.js";
|
|
47
47
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
48
48
|
import { C as ConcatenatedFormatter } from "../formatters/index.67aeb049.js";
|
|
@@ -6,7 +6,7 @@ import { useModuleDictionary, useEnvironment, useModuleSkeleton, useFlagsPresent
|
|
|
6
6
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
7
7
|
import { I as IconButton } from "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
8
8
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
9
|
-
import { g as getNameDataTestId } from "../../vendor.
|
|
9
|
+
import { g as getNameDataTestId } from "../../vendor.9b969b18.js";
|
|
10
10
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
11
11
|
import { generateUtilityClasses, alpha, styled as styled$1, Skeleton, MenuItem } from "@mui/material";
|
|
12
12
|
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
@@ -14,30 +14,30 @@ import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
|
14
14
|
import { I as Icon } from "../Icon/index.9fcd1476.js";
|
|
15
15
|
import { styled, useTheme } from "@mui/material/styles";
|
|
16
16
|
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.fe175bab.js";
|
|
17
|
-
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.
|
|
18
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
19
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
17
|
+
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.5732847f.js";
|
|
18
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.92536832.js";
|
|
19
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.aa4e432e.js";
|
|
20
20
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
21
21
|
import "@mui/material/Button";
|
|
22
22
|
import "../mui_extended/Button/index.4288f9fc.js";
|
|
23
|
-
import "../../contexts/ModalContext/index.
|
|
23
|
+
import "../../contexts/ModalContext/index.feded672.js";
|
|
24
24
|
import "../../react-draggable.7abb5d0a.js";
|
|
25
25
|
import "../Resizeable/index.9a9c79a4.js";
|
|
26
|
-
import "../modal/index.
|
|
26
|
+
import "../modal/index.cd34ddb3.js";
|
|
27
27
|
import "../Image/index.c18ebf5a.js";
|
|
28
|
-
import "../mui_extended/Accordion/index.
|
|
28
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
29
29
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
30
30
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
31
31
|
import "react-router-dom";
|
|
32
32
|
import "../mui_extended/Badge/index.8c2b8b66.js";
|
|
33
33
|
import "@mui/lab";
|
|
34
34
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
35
|
-
import "../mui_extended/Tab/index.
|
|
35
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
36
36
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
37
37
|
import { useStore, createStore } from "zustand";
|
|
38
|
-
import "../areas/contexts/AreasContext/index.
|
|
39
|
-
import "../areas/components/AreasAdmin/index.
|
|
40
|
-
import "../areas/components/AreasViewer/index.
|
|
38
|
+
import "../areas/contexts/AreasContext/index.1213c3ef.js";
|
|
39
|
+
import "../areas/components/AreasAdmin/index.31905078.js";
|
|
40
|
+
import "../areas/components/AreasViewer/index.fe18bdbc.js";
|
|
41
41
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
42
42
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
43
43
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -45,19 +45,19 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
45
45
|
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.c43a95f4.js";
|
|
46
46
|
import { devtools } from "zustand/middleware";
|
|
47
47
|
import { immer } from "zustand/middleware/immer";
|
|
48
|
-
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
48
|
+
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.e52c1f6a.js";
|
|
49
49
|
import "lodash/debounce";
|
|
50
|
-
import "../hook-form/RHFAutocompleteAsync/index.
|
|
51
|
-
import "../hook-form/RHFCheckbox/index.
|
|
52
|
-
import "../HelperText/index.
|
|
50
|
+
import "../hook-form/RHFAutocompleteAsync/index.a226b8ac.js";
|
|
51
|
+
import "../hook-form/RHFCheckbox/index.9619debd.js";
|
|
52
|
+
import "../HelperText/index.29d5ad65.js";
|
|
53
53
|
import "@mui/x-date-pickers";
|
|
54
|
-
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.
|
|
55
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
56
|
-
import "../hook-form/RHFPeriod/index.
|
|
57
|
-
import "../Period/index.
|
|
54
|
+
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.5da7b839.js";
|
|
55
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.13447584.js";
|
|
56
|
+
import "../hook-form/RHFPeriod/index.7e42c292.js";
|
|
57
|
+
import "../Period/index.adc328ca.js";
|
|
58
58
|
import "lodash/isString";
|
|
59
59
|
import "react-dropzone";
|
|
60
|
-
import "../hook-form/RHFUpload/index.
|
|
60
|
+
import "../hook-form/RHFUpload/index.80071782.js";
|
|
61
61
|
import * as Yup from "yup";
|
|
62
62
|
const COMPONENT_PREFIX = "m4l-dynamic-filter";
|
|
63
63
|
const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
@@ -6,7 +6,7 @@ import "clsx";
|
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "../mui_extended/Accordion/index.
|
|
9
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
10
10
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
11
11
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
12
12
|
import "react-router-dom";
|
|
@@ -18,7 +18,7 @@ import "@mui/lab";
|
|
|
18
18
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
19
19
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
20
20
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
21
|
-
import "../mui_extended/Tab/index.
|
|
21
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
22
22
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
23
23
|
import { unstable_composeClasses } from "@mui/base";
|
|
24
24
|
const HelperTextRoot = styled("div")(({
|
|
@@ -8,7 +8,7 @@ import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
|
8
8
|
import "clsx";
|
|
9
9
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
10
10
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
11
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
12
12
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
13
13
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
14
14
|
import "react-router-dom";
|
|
@@ -20,7 +20,7 @@ import "@mui/lab";
|
|
|
20
20
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
21
21
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
22
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
23
|
-
import "../mui_extended/Tab/index.
|
|
23
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
24
24
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
25
25
|
import { unstable_composeClasses } from "@mui/base";
|
|
26
26
|
const LanguagePopoverRoot = styled("div")(({
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { useTheme, Dialog, Paper } from "@mui/material";
|
|
2
2
|
import { c as cjs } from "../../react-draggable.7abb5d0a.js";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.6d238807.js";
|
|
4
4
|
import { R as ResizeableWindow } from "../Resizeable/index.9a9c79a4.js";
|
|
5
5
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
6
6
|
import { I as Icon } from "../Icon/index.9fcd1476.js";
|
|
7
7
|
import { useEnvironment } from "@m4l/core";
|
|
8
8
|
import { I as ICONS } from "../areas/icons.8266ccc8.js";
|
|
9
|
-
import { m as modalUtilityClasses } from "../modal/index.
|
|
9
|
+
import { m as modalUtilityClasses } from "../modal/index.cd34ddb3.js";
|
|
10
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
11
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.5732847f.js";
|
|
12
12
|
const DragabblePaperComponent = (props) => {
|
|
13
13
|
return /* @__PURE__ */ jsx(cjs.exports, {
|
|
14
14
|
handle: ".m4l_draggable_handle",
|
|
@@ -8,7 +8,7 @@ import "clsx";
|
|
|
8
8
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
9
9
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
11
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
12
12
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
13
13
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
14
14
|
import "@mui/material/Button";
|
|
@@ -19,7 +19,7 @@ import "@mui/lab";
|
|
|
19
19
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
20
20
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
21
21
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
22
|
-
import "../mui_extended/Tab/index.
|
|
22
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
23
23
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
24
24
|
import { unstable_composeClasses } from "@mui/base";
|
|
25
25
|
const componentName = "M4LNavLink";
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { useState, useEffect, useCallback, useMemo } from "react";
|
|
2
2
|
import { useNetwork, useModuleDictionary, useEnvironment, usePaginate } from "@m4l/core";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { D as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.
|
|
4
|
+
import { D as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.302080d3.js";
|
|
5
5
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
6
6
|
import { Tooltip, IconButton } from "@mui/material";
|
|
7
7
|
import { useHostTheme, useResponsiveDesktop } from "@m4l/graphics";
|
|
8
8
|
import { R as ReactJson } from "../../react-json-view.57125fcf.js";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
10
|
+
import { u as useModal } from "../../hooks/useModal/index.6d238807.js";
|
|
11
11
|
import { I as Icon } from "../Icon/index.9fcd1476.js";
|
|
12
12
|
import "../../react-draggable.7abb5d0a.js";
|
|
13
13
|
import "../Resizeable/index.9a9c79a4.js";
|
|
14
|
-
import "../modal/index.
|
|
15
|
-
import "../CommonActions/components/Actions/index.
|
|
14
|
+
import "../modal/index.cd34ddb3.js";
|
|
15
|
+
import "../CommonActions/components/Actions/index.5732847f.js";
|
|
16
16
|
import "@mui/material/Button";
|
|
17
17
|
import "../mui_extended/Button/index.4288f9fc.js";
|
|
18
18
|
import "clsx";
|
|
19
19
|
import "react-hook-form";
|
|
20
20
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
21
21
|
import "zustand";
|
|
22
|
-
import "../areas/contexts/AreasContext/index.
|
|
23
|
-
import "../areas/components/AreasAdmin/index.
|
|
22
|
+
import "../areas/contexts/AreasContext/index.1213c3ef.js";
|
|
23
|
+
import "../areas/components/AreasAdmin/index.31905078.js";
|
|
24
24
|
import "zustand/shallow";
|
|
25
25
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
26
|
-
import "../mui_extended/Accordion/index.
|
|
26
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
27
27
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
28
28
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
29
29
|
import "react-router-dom";
|
|
@@ -33,14 +33,14 @@ import "@mui/lab";
|
|
|
33
33
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
34
34
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
35
35
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
36
|
-
import "../mui_extended/Tab/index.
|
|
36
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
37
37
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
38
|
-
import "../areas/components/AreasViewer/index.
|
|
38
|
+
import "../areas/components/AreasViewer/index.fe18bdbc.js";
|
|
39
39
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
40
40
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
41
41
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
42
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
43
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
42
|
+
import { W as WindowBase } from "../modal/WindowBase.90d3c1d5.js";
|
|
43
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.0887320f.js";
|
|
44
44
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
45
45
|
const Container$1 = styled("div")(() => ({
|
|
46
46
|
height: "100%",
|
|
@@ -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.9fcd1476.js";
|
|
5
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
5
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.5732847f.js";
|
|
6
6
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import "@mui/material/Button";
|
|
8
8
|
import "../mui_extended/Button/index.4288f9fc.js";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import "react-hook-form";
|
|
11
|
-
import "../../contexts/ModalContext/index.
|
|
11
|
+
import "../../contexts/ModalContext/index.feded672.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.cd34ddb3.js";
|
|
16
16
|
import "../Image/index.c18ebf5a.js";
|
|
17
17
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
18
|
-
import "../mui_extended/Accordion/index.
|
|
18
|
+
import "../mui_extended/Accordion/index.e8ba0755.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";
|
|
@@ -24,14 +24,14 @@ import "@mui/lab";
|
|
|
24
24
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
25
25
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
27
|
-
import "../mui_extended/Tab/index.
|
|
27
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
28
28
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
29
|
import "zustand";
|
|
30
|
-
import "../areas/contexts/AreasContext/index.
|
|
31
|
-
import "../areas/components/AreasAdmin/index.
|
|
30
|
+
import "../areas/contexts/AreasContext/index.1213c3ef.js";
|
|
31
|
+
import "../areas/components/AreasAdmin/index.31905078.js";
|
|
32
32
|
import "zustand/shallow";
|
|
33
33
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
34
|
-
import "../areas/components/AreasViewer/index.
|
|
34
|
+
import "../areas/components/AreasViewer/index.fe18bdbc.js";
|
|
35
35
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
36
36
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
37
37
|
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.9b969b18.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.12f1a3c3.js";
|
|
2
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
2
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.cd799cf6.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.e8ba0755.js";
|
|
8
8
|
import { I as Icon } from "../../../Icon/index.9fcd1476.js";
|
|
9
9
|
import clsx from "clsx";
|
|
10
10
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
@@ -19,45 +19,45 @@ import "@mui/lab";
|
|
|
19
19
|
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
20
20
|
import { P as Popover } from "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
21
21
|
import "../../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
22
|
-
import "../../../mui_extended/Tab/index.
|
|
22
|
+
import "../../../mui_extended/Tab/index.3c005df1.js";
|
|
23
23
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
24
24
|
import { unstable_composeClasses } from "@mui/base";
|
|
25
25
|
import { g as getComponentUtilityClass } from "../../../../utils/index.c43a95f4.js";
|
|
26
26
|
import { A as AREAS_ADMIN_CLASS_NAME } from "../../constants.66529246.js";
|
|
27
27
|
import { I as ICONS } from "../../icons.8266ccc8.js";
|
|
28
28
|
import "../../contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
29
|
-
import "../../../../contexts/ModalContext/index.
|
|
29
|
+
import "../../../../contexts/ModalContext/index.feded672.js";
|
|
30
30
|
import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.fe175bab.js";
|
|
31
31
|
import "react-hook-form";
|
|
32
|
-
import "../../../hook-form/RHFAutocomplete/index.
|
|
33
|
-
import "../../../HelperText/index.
|
|
32
|
+
import "../../../hook-form/RHFAutocomplete/index.e52c1f6a.js";
|
|
33
|
+
import "../../../HelperText/index.29d5ad65.js";
|
|
34
34
|
import "lodash/debounce";
|
|
35
|
-
import "../../../hook-form/RHFAutocompleteAsync/index.
|
|
36
|
-
import "../../../hook-form/RHFCheckbox/index.
|
|
35
|
+
import "../../../hook-form/RHFAutocompleteAsync/index.a226b8ac.js";
|
|
36
|
+
import "../../../hook-form/RHFCheckbox/index.9619debd.js";
|
|
37
37
|
import "@mui/x-date-pickers";
|
|
38
|
-
import "../../../hook-form/RHFDateTime/index.
|
|
38
|
+
import "../../../hook-form/RHFDateTime/index.5da7b839.js";
|
|
39
39
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
40
|
-
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.
|
|
41
|
-
import "../../../hook-form/RHFPeriod/index.
|
|
42
|
-
import "../../../Period/index.
|
|
43
|
-
import { A as Actions } from "../../../CommonActions/components/Actions/index.
|
|
44
|
-
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.
|
|
45
|
-
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.
|
|
40
|
+
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.13447584.js";
|
|
41
|
+
import "../../../hook-form/RHFPeriod/index.7e42c292.js";
|
|
42
|
+
import "../../../Period/index.adc328ca.js";
|
|
43
|
+
import { A as Actions } from "../../../CommonActions/components/Actions/index.5732847f.js";
|
|
44
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.92536832.js";
|
|
45
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.aa4e432e.js";
|
|
46
46
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
47
47
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
48
|
-
import "../../../modal/index.
|
|
48
|
+
import "../../../modal/index.cd34ddb3.js";
|
|
49
49
|
import { shallow } from "zustand/shallow";
|
|
50
50
|
import { styled } from "@mui/material/styles";
|
|
51
51
|
import { S as ScrollBar } from "../../../ScrollBar/index.bbe48f4d.js";
|
|
52
52
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.afb7e3d9.js";
|
|
53
|
-
import "../AreasViewer/index.
|
|
53
|
+
import "../AreasViewer/index.fe18bdbc.js";
|
|
54
54
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
55
|
-
import "../../contexts/AreasContext/index.
|
|
55
|
+
import "../../contexts/AreasContext/index.1213c3ef.js";
|
|
56
56
|
import "../../contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
57
57
|
import "zustand";
|
|
58
58
|
import "lodash/isString";
|
|
59
59
|
import "react-dropzone";
|
|
60
|
-
import "../../../hook-form/RHFUpload/index.
|
|
60
|
+
import "../../../hook-form/RHFUpload/index.80071782.js";
|
|
61
61
|
const areasAdminClasses = generateUtilityClasses(AREAS_ADMIN_CLASS_NAME, [
|
|
62
62
|
"root",
|
|
63
63
|
"areaChipRoot",
|