@m4l/components 0.1.71 → 0.1.73
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/ActionCancel/{index.ff90f2c0.js → index.583dd385.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.392a17c0.js → index.673cb6bc.js} +19 -18
- package/components/CommonActions/components/ActionFormIntro/{index.f88d8849.js → index.ca18700c.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.e31ab7e9.js → index.41d66b77.js} +3 -3
- package/components/CommonActions/components/Actions/{index.6b7d480a.js → index.665b1d56.js} +18 -17
- package/components/DataGrid/{index.77ae9b4c.js → index.860f4d1c.js} +20 -19
- package/components/DynamicFilter/{index.b2ba5167.js → index.09d83f9d.js} +31 -30
- package/components/HelperText/{index.d7b1b21a.js → index.581ddb8f.js} +8 -8
- package/components/Icon/{index.6f2a5618.js → index.4eeb3de9.js} +2 -2
- package/components/Image/{index.1e3b7ff6.js → index.52c84d9f.js} +1 -1
- package/components/LanguagePopover/{index.310e9a3a.js → index.f7ee5a9c.js} +9 -9
- package/components/ModalDialog/{index.598f9a86.js → index.1e6150f6.js} +7 -7
- package/components/NavLink/{index.ac3778af.js → index.5f3e2493.js} +9 -9
- package/components/NoItemSelected/{index.3809e3d1.js → index.b51f007c.js} +1 -1
- package/components/ObjectLogs/{index.949d3595.js → index.26644722.js} +16 -15
- package/components/PaperForm/{index.cf8af08b.js → index.be12afa3.js} +1 -1
- package/components/Period/{index.53ea0562.js → index.f24d7084.js} +18 -17
- package/components/Resizeable/{index.ff4ce7a4.js → index.949b18ff.js} +1 -1
- package/components/SideBar/{index.4daafbab.js → index.e716e9e0.js} +6 -6
- package/components/areas/components/AreasAdmin/index.b26ee1b2.js +289 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +14 -2
- package/components/areas/components/{index.31f39977.js → AreasViewer/index.d33b4a7d.js} +204 -305
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +3 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/index.d.ts +6 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/subcomponents/Toasty/index.d.ts +7 -0
- package/components/areas/components/index.b2ee7610.js +14 -0
- package/components/areas/constants.66529246.js +6 -0
- package/components/areas/contexts/AreasContext/helper.d.ts +6 -4
- package/components/areas/contexts/AreasContext/{index.e14d6799.js → index.9c35425b.js} +132 -21
- package/components/areas/contexts/AreasContext/types.d.ts +5 -3
- package/components/areas/contexts/DynamicMFParmsContext/store.d.ts +1 -1
- package/components/areas/contexts/DynamicMFParmsContext/types.d.ts +1 -1
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +3 -10
- package/components/areas/contexts/index.d.ts +2 -1
- package/components/areas/contexts/{index.5ba05323.js → index.d2f1c19a.js} +1 -1
- package/components/areas/dictionary.e72db809.js +22 -0
- package/components/areas/hooks/index.0184c6f7.js +4 -0
- package/components/areas/hooks/{useArea/index.c135e0cf.js → useAreas/index.6540b5ab.js} +1 -1
- package/components/areas/hooks/{index.ae8d8631.js → useWindowToolsMF/index.b7afaf88.js} +1 -3
- package/components/areas/icons.3ec589d3.js +19 -0
- package/components/areas/icons.d.ts +2 -0
- package/components/areas/index.8ed127ca.js +16 -0
- package/components/areas/index.d.ts +1 -0
- package/components/areas/types.d.ts +28 -3
- package/components/formatters/BooleanFormatter/{index.99c7fe49.js → index.87ca7bb3.js} +1 -1
- package/components/formatters/{index.1a92006b.js → index.83c50bdb.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.c4ba070a.js → index.743b5558.js} +10 -10
- package/components/hook-form/RHFAutocompleteAsync/{index.a63f3704.js → index.5be9ea91.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.9055f88d.js → index.77758da5.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.2cb94a66.js → index.d554d467.js} +9 -9
- package/components/hook-form/RHFPeriod/{index.14dcf762.js → index.02253c2d.js} +2 -2
- package/components/hook-form/RHFTextField/{index.7ce2b16e.js → index.5066b599.js} +6 -6
- package/components/hook-form/RHFUpload/{index.c57a43f8.js → index.6ecf3230.js} +1 -1
- package/components/modal/{WindowBase.32d35d71.js → WindowBase.e59ef8a1.js} +10 -10
- package/components/modal/{WindowConfirm.70bcbb69.js → WindowConfirm.a9e351fa.js} +16 -15
- package/components/modal/index.2e83c400.js +36 -0
- package/components/mui_extended/Accordion/{index.44e96bb8.js → index.9c36b7a5.js} +2 -2
- package/components/mui_extended/Button/{index.ec6525e0.js → index.1cb53ba2.js} +3 -3
- package/components/mui_extended/IconButton/{index.7aab3e04.js → index.89428485.js} +1 -1
- package/components/mui_extended/MenuActions/{index.bff47c06.js → index.d426f50b.js} +2 -2
- package/components/mui_extended/Pager/{index.907d5801.js → index.2c081f2c.js} +1 -1
- package/components/mui_extended/Typography/{index.d5e0f69f.js → index.1ff05abe.js} +1 -1
- package/components/mui_extended/{index.1f766f93.js → index.bc3da862.js} +8 -8
- package/contexts/ModalContext/{index.fca184e2.js → index.ca4ffa64.js} +1 -1
- package/hooks/useModal/{index.9b244379.js → index.97628a64.js} +1 -1
- package/index.js +84 -81
- package/package.json +4 -4
- package/{react-draggable.29f78f6d.js → react-draggable.64706389.js} +1 -1
- package/{react-resizable.baf54eb2.js → react-resizable.67e38975.js} +2 -2
- package/utils/{index.ee16888d.js → index.94b9dc32.js} +1 -1
- package/{vendor.619c3533.js → vendor.fcb620ee.js} +45 -44
- package/components/areas/index.bd29b1db.js +0 -56
- package/components/modal/index.ef3aa9ac.js +0 -35
package/components/CommonActions/components/ActionCancel/{index.ff90f2c0.js → index.583dd385.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
-
import { u as useUtilityClasses } from "../Actions/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.1cb53ba2.js";
|
|
3
|
+
import { u as useUtilityClasses } from "../Actions/index.665b1d56.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.392a17c0.js → index.673cb6bc.js}
RENAMED
|
@@ -1,38 +1,39 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
4
|
+
import { B as Button } from "../../../mui_extended/Button/index.1cb53ba2.js";
|
|
5
5
|
import { useCallback } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
7
|
-
import "../../../../react-draggable.
|
|
8
|
-
import "../../../ModalDialog/index.
|
|
9
|
-
import "../../../Resizeable/index.
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.97628a64.js";
|
|
7
|
+
import "../../../../react-draggable.64706389.js";
|
|
8
|
+
import "../../../ModalDialog/index.1e6150f6.js";
|
|
9
|
+
import "../../../Resizeable/index.949b18ff.js";
|
|
10
10
|
import { jsx } from "react/jsx-runtime";
|
|
11
11
|
import "@m4l/graphics";
|
|
12
|
-
import "../../../Icon/index.
|
|
12
|
+
import "../../../Icon/index.4eeb3de9.js";
|
|
13
13
|
import "clsx";
|
|
14
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
15
|
-
import "../../../modal/WindowBase.
|
|
16
|
-
import "../../../mui_extended/IconButton/index.
|
|
17
|
-
import "../../../mui_extended/Accordion/index.
|
|
14
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.a9e351fa.js";
|
|
15
|
+
import "../../../modal/WindowBase.e59ef8a1.js";
|
|
16
|
+
import "../../../mui_extended/IconButton/index.89428485.js";
|
|
17
|
+
import "../../../mui_extended/Accordion/index.9c36b7a5.js";
|
|
18
18
|
import "../../../mui_extended/Avatar/index.fe06afd7.js";
|
|
19
19
|
import "react-router-dom";
|
|
20
|
-
import "../../../Image/index.
|
|
20
|
+
import "../../../Image/index.52c84d9f.js";
|
|
21
21
|
import "@mui/lab";
|
|
22
|
-
import "../../../mui_extended/Typography/index.
|
|
22
|
+
import "../../../mui_extended/Typography/index.1ff05abe.js";
|
|
23
23
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
24
|
-
import "../../../mui_extended/MenuActions/index.
|
|
25
|
-
import "../../../mui_extended/Pager/index.
|
|
24
|
+
import "../../../mui_extended/MenuActions/index.d426f50b.js";
|
|
25
|
+
import "../../../mui_extended/Pager/index.2c081f2c.js";
|
|
26
26
|
import "../../../mui_extended/Tab/index.e0653a0a.js";
|
|
27
27
|
import "zustand";
|
|
28
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
29
|
-
import "../../../areas/components/index.
|
|
28
|
+
import "../../../areas/contexts/AreasContext/index.9c35425b.js";
|
|
29
|
+
import "../../../areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
30
30
|
import "zustand/shallow";
|
|
31
31
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
32
|
+
import "../../../areas/components/AreasViewer/index.d33b4a7d.js";
|
|
32
33
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
33
34
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
34
|
-
import { u as useWindowToolsMF } from "../../../areas/hooks/index.
|
|
35
|
-
import { u as useUtilityClasses } from "../Actions/index.
|
|
35
|
+
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
36
|
+
import { u as useUtilityClasses } from "../Actions/index.665b1d56.js";
|
|
36
37
|
function ActionFormCancel() {
|
|
37
38
|
const {
|
|
38
39
|
getLabel
|
package/components/CommonActions/components/ActionFormIntro/{index.f88d8849.js → index.ca18700c.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { L as LoadingButton } from "../../../mui_extended/Button/index.
|
|
5
|
-
import { u as useUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { L as LoadingButton } from "../../../mui_extended/Button/index.1cb53ba2.js";
|
|
5
|
+
import { u as useUtilityClasses } from "../Actions/index.665b1d56.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.e31ab7e9.js → index.41d66b77.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
-
import { T as TEST_PROP_ID } from "../../../../vendor.
|
|
4
|
-
import { u as useUtilityClasses } from "../Actions/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.1cb53ba2.js";
|
|
3
|
+
import { T as TEST_PROP_ID } from "../../../../vendor.fcb620ee.js";
|
|
4
|
+
import { u as useUtilityClasses } from "../Actions/index.665b1d56.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -1,38 +1,39 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { generateUtilityClasses } from "@mui/material";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { g as getComponentUtilityClass } from "../../../../utils/index.
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../../../utils/index.94b9dc32.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
6
|
import "@m4l/core";
|
|
7
7
|
import "@mui/material/Button";
|
|
8
|
-
import "../../../mui_extended/Button/index.
|
|
8
|
+
import "../../../mui_extended/Button/index.1cb53ba2.js";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import "react-hook-form";
|
|
11
11
|
import "react";
|
|
12
|
-
import "../../../../contexts/ModalContext/index.
|
|
13
|
-
import "../../../../react-draggable.
|
|
14
|
-
import "../../../ModalDialog/index.
|
|
15
|
-
import "../../../Resizeable/index.
|
|
12
|
+
import "../../../../contexts/ModalContext/index.ca4ffa64.js";
|
|
13
|
+
import "../../../../react-draggable.64706389.js";
|
|
14
|
+
import "../../../ModalDialog/index.1e6150f6.js";
|
|
15
|
+
import "../../../Resizeable/index.949b18ff.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
|
-
import "../../../Icon/index.
|
|
17
|
+
import "../../../Icon/index.4eeb3de9.js";
|
|
18
18
|
import "@mui/lab";
|
|
19
|
-
import "../../../mui_extended/Typography/index.
|
|
20
|
-
import "../../../modal/WindowConfirm.
|
|
21
|
-
import "../../../modal/WindowBase.
|
|
22
|
-
import "../../../mui_extended/IconButton/index.
|
|
23
|
-
import "../../../mui_extended/Accordion/index.
|
|
19
|
+
import "../../../mui_extended/Typography/index.1ff05abe.js";
|
|
20
|
+
import "../../../modal/WindowConfirm.a9e351fa.js";
|
|
21
|
+
import "../../../modal/WindowBase.e59ef8a1.js";
|
|
22
|
+
import "../../../mui_extended/IconButton/index.89428485.js";
|
|
23
|
+
import "../../../mui_extended/Accordion/index.9c36b7a5.js";
|
|
24
24
|
import "../../../mui_extended/Avatar/index.fe06afd7.js";
|
|
25
25
|
import "react-router-dom";
|
|
26
|
-
import "../../../Image/index.
|
|
26
|
+
import "../../../Image/index.52c84d9f.js";
|
|
27
27
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
28
|
-
import "../../../mui_extended/MenuActions/index.
|
|
29
|
-
import "../../../mui_extended/Pager/index.
|
|
28
|
+
import "../../../mui_extended/MenuActions/index.d426f50b.js";
|
|
29
|
+
import "../../../mui_extended/Pager/index.2c081f2c.js";
|
|
30
30
|
import "../../../mui_extended/Tab/index.e0653a0a.js";
|
|
31
31
|
import "zustand";
|
|
32
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
33
|
-
import "../../../areas/components/index.
|
|
32
|
+
import "../../../areas/contexts/AreasContext/index.9c35425b.js";
|
|
33
|
+
import "../../../areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
34
34
|
import "zustand/shallow";
|
|
35
35
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
36
|
+
import "../../../areas/components/AreasViewer/index.d33b4a7d.js";
|
|
36
37
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
37
38
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
38
39
|
const componentName = "M4LCommonActions";
|
|
@@ -6,36 +6,37 @@ import { HTML5Backend } from "react-dnd-html5-backend";
|
|
|
6
6
|
import { SvgIcon, Checkbox, InputBase, Skeleton } from "@mui/material";
|
|
7
7
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
8
8
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString, useEnvironment } from "@m4l/core";
|
|
9
|
-
import { M as MenuActions } from "../mui_extended/MenuActions/index.
|
|
10
|
-
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.
|
|
11
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
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.
|
|
15
|
-
import "../../react-draggable.
|
|
16
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
17
|
-
import "../Resizeable/index.
|
|
9
|
+
import { M as MenuActions } from "../mui_extended/MenuActions/index.d426f50b.js";
|
|
10
|
+
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.2c081f2c.js";
|
|
11
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.89428485.js";
|
|
12
|
+
import { u as useModal } from "../../hooks/useModal/index.97628a64.js";
|
|
13
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.583dd385.js";
|
|
14
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.41d66b77.js";
|
|
15
|
+
import "../../react-draggable.64706389.js";
|
|
16
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.1e6150f6.js";
|
|
17
|
+
import "../Resizeable/index.949b18ff.js";
|
|
18
18
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
19
|
-
import "../Icon/index.
|
|
19
|
+
import "../Icon/index.4eeb3de9.js";
|
|
20
20
|
import "clsx";
|
|
21
|
-
import { A as Actions$1 } from "../CommonActions/components/Actions/index.
|
|
21
|
+
import { A as Actions$1 } from "../CommonActions/components/Actions/index.665b1d56.js";
|
|
22
22
|
import "react-hook-form";
|
|
23
23
|
import "@mui/material/Button";
|
|
24
|
-
import "../mui_extended/Button/index.
|
|
24
|
+
import "../mui_extended/Button/index.1cb53ba2.js";
|
|
25
25
|
import "zustand";
|
|
26
|
-
import "../areas/contexts/AreasContext/index.
|
|
27
|
-
import "../areas/components/index.
|
|
26
|
+
import "../areas/contexts/AreasContext/index.9c35425b.js";
|
|
27
|
+
import "../areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
28
28
|
import "zustand/shallow";
|
|
29
29
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
30
|
+
import "../areas/components/AreasViewer/index.d33b4a7d.js";
|
|
30
31
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
31
32
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
32
33
|
import "@mui/lab";
|
|
33
|
-
import "../mui_extended/Typography/index.
|
|
34
|
-
import "../modal/WindowConfirm.
|
|
35
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
36
|
-
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.
|
|
34
|
+
import "../mui_extended/Typography/index.1ff05abe.js";
|
|
35
|
+
import "../modal/WindowConfirm.a9e351fa.js";
|
|
36
|
+
import { W as WindowBase } from "../modal/WindowBase.e59ef8a1.js";
|
|
37
|
+
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.87ca7bb3.js";
|
|
37
38
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
38
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
39
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.83c50bdb.js";
|
|
39
40
|
const WrapperGrid = styled("div")(() => ({
|
|
40
41
|
display: "flex",
|
|
41
42
|
flexDirection: "column",
|
|
@@ -4,57 +4,58 @@ import { useContext, useMemo, useEffect, createContext, useRef, createElement, u
|
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton, useFlagsPresent, CommonFlags } from "@m4l/core";
|
|
6
6
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
7
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
8
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
7
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.89428485.js";
|
|
8
|
+
import { T as TEST_PROP_ID } from "../../vendor.fcb620ee.js";
|
|
9
9
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
10
10
|
import { generateUtilityClasses, alpha, styled as styled$1, Skeleton, MenuItem } from "@mui/material";
|
|
11
|
-
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.
|
|
11
|
+
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.d426f50b.js";
|
|
12
12
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
13
|
-
import { I as Icon } from "../Icon/index.
|
|
13
|
+
import { I as Icon } from "../Icon/index.4eeb3de9.js";
|
|
14
14
|
import { styled, useTheme } from "@mui/material/styles";
|
|
15
15
|
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.a7511399.js";
|
|
16
|
-
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.
|
|
17
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
18
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
16
|
+
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.665b1d56.js";
|
|
17
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.583dd385.js";
|
|
18
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.41d66b77.js";
|
|
19
19
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
20
20
|
import "@mui/material/Button";
|
|
21
|
-
import "../mui_extended/Button/index.
|
|
22
|
-
import "../../contexts/ModalContext/index.
|
|
23
|
-
import "../../react-draggable.
|
|
24
|
-
import "../ModalDialog/index.
|
|
25
|
-
import "../Resizeable/index.
|
|
26
|
-
import "../modal/WindowConfirm.
|
|
27
|
-
import "../modal/WindowBase.
|
|
28
|
-
import "../mui_extended/Accordion/index.
|
|
21
|
+
import "../mui_extended/Button/index.1cb53ba2.js";
|
|
22
|
+
import "../../contexts/ModalContext/index.ca4ffa64.js";
|
|
23
|
+
import "../../react-draggable.64706389.js";
|
|
24
|
+
import "../ModalDialog/index.1e6150f6.js";
|
|
25
|
+
import "../Resizeable/index.949b18ff.js";
|
|
26
|
+
import "../modal/WindowConfirm.a9e351fa.js";
|
|
27
|
+
import "../modal/WindowBase.e59ef8a1.js";
|
|
28
|
+
import "../mui_extended/Accordion/index.9c36b7a5.js";
|
|
29
29
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
30
30
|
import "react-router-dom";
|
|
31
|
-
import "../Image/index.
|
|
31
|
+
import "../Image/index.52c84d9f.js";
|
|
32
32
|
import "@mui/lab";
|
|
33
|
-
import { T as Typography } from "../mui_extended/Typography/index.
|
|
34
|
-
import "../mui_extended/Pager/index.
|
|
33
|
+
import { T as Typography } from "../mui_extended/Typography/index.1ff05abe.js";
|
|
34
|
+
import "../mui_extended/Pager/index.2c081f2c.js";
|
|
35
35
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
36
36
|
import { useStore, createStore } from "zustand";
|
|
37
|
-
import "../areas/contexts/AreasContext/index.
|
|
38
|
-
import "../areas/components/index.
|
|
37
|
+
import "../areas/contexts/AreasContext/index.9c35425b.js";
|
|
38
|
+
import "../areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
39
|
+
import "../areas/components/AreasViewer/index.d33b4a7d.js";
|
|
39
40
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
40
41
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
41
42
|
import { unstable_composeClasses } from "@mui/base";
|
|
42
|
-
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.
|
|
43
|
+
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.94b9dc32.js";
|
|
43
44
|
import { devtools } from "zustand/middleware";
|
|
44
45
|
import { immer } from "zustand/middleware/immer";
|
|
45
|
-
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
46
|
+
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.743b5558.js";
|
|
46
47
|
import "lodash/debounce";
|
|
47
|
-
import "../hook-form/RHFAutocompleteAsync/index.
|
|
48
|
-
import "../hook-form/RHFCheckbox/index.
|
|
49
|
-
import "../HelperText/index.
|
|
48
|
+
import "../hook-form/RHFAutocompleteAsync/index.5be9ea91.js";
|
|
49
|
+
import "../hook-form/RHFCheckbox/index.77758da5.js";
|
|
50
|
+
import "../HelperText/index.581ddb8f.js";
|
|
50
51
|
import "@mui/x-date-pickers";
|
|
51
|
-
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.
|
|
52
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
53
|
-
import "../hook-form/RHFPeriod/index.
|
|
54
|
-
import "../Period/index.
|
|
52
|
+
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.d554d467.js";
|
|
53
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.5066b599.js";
|
|
54
|
+
import "../hook-form/RHFPeriod/index.02253c2d.js";
|
|
55
|
+
import "../Period/index.f24d7084.js";
|
|
55
56
|
import "lodash/isString";
|
|
56
57
|
import "react-dropzone";
|
|
57
|
-
import "../hook-form/RHFUpload/index.
|
|
58
|
+
import "../hook-form/RHFUpload/index.6ecf3230.js";
|
|
58
59
|
import * as Yup from "yup";
|
|
59
60
|
import "@hookform/resolvers/yup";
|
|
60
61
|
const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@m4l/core";
|
|
4
|
-
import "../Icon/index.
|
|
4
|
+
import "../Icon/index.4eeb3de9.js";
|
|
5
5
|
import "clsx";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
|
-
import "../mui_extended/IconButton/index.
|
|
7
|
+
import "../mui_extended/IconButton/index.89428485.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "../mui_extended/Accordion/index.
|
|
9
|
+
import "../mui_extended/Accordion/index.9c36b7a5.js";
|
|
10
10
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
11
11
|
import "react-router-dom";
|
|
12
12
|
import "@mui/material/Button";
|
|
13
|
-
import "../mui_extended/Button/index.
|
|
14
|
-
import "../Image/index.
|
|
13
|
+
import "../mui_extended/Button/index.1cb53ba2.js";
|
|
14
|
+
import "../Image/index.52c84d9f.js";
|
|
15
15
|
import "@mui/lab";
|
|
16
|
-
import { T as Typography } from "../mui_extended/Typography/index.
|
|
16
|
+
import { T as Typography } from "../mui_extended/Typography/index.1ff05abe.js";
|
|
17
17
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
18
|
-
import "../mui_extended/MenuActions/index.
|
|
19
|
-
import "../mui_extended/Pager/index.
|
|
18
|
+
import "../mui_extended/MenuActions/index.d426f50b.js";
|
|
19
|
+
import "../mui_extended/Pager/index.2c081f2c.js";
|
|
20
20
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
21
21
|
import { unstable_composeClasses } from "@mui/base";
|
|
22
22
|
const HelperTextRoot = styled("div")(({
|
|
@@ -4,8 +4,8 @@ import { IconButton, Box, styled, generateUtilityClasses, generateUtilityClass,
|
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { useEnvironment } from "@m4l/core";
|
|
7
|
-
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.
|
|
8
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
7
|
+
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.e716e9e0.js";
|
|
8
|
+
import { T as TEST_PROP_ID } from "../../vendor.fcb620ee.js";
|
|
9
9
|
import { unstable_composeClasses } from "@mui/base";
|
|
10
10
|
const varSmall = {
|
|
11
11
|
hover: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useBase, useModuleSkeleton, BaseProvider } from "@m4l/core";
|
|
2
2
|
import { forwardRef, useState, useRef, useImperativeHandle, useEffect, useMemo } from "react";
|
|
3
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
3
|
+
import { T as TEST_PROP_ID } from "../../vendor.fcb620ee.js";
|
|
4
4
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { styled, Skeleton as Skeleton$1, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { useState, useEffect } from "react";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Stack, MenuItem } from "@mui/material";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.52c84d9f.js";
|
|
4
4
|
import { useLocales } from "@m4l/graphics";
|
|
5
5
|
import { useEnvironment, useNetwork } from "@m4l/core";
|
|
6
|
-
import "../Icon/index.
|
|
7
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
6
|
+
import "../Icon/index.4eeb3de9.js";
|
|
7
|
+
import { T as TEST_PROP_ID } from "../../vendor.fcb620ee.js";
|
|
8
8
|
import "clsx";
|
|
9
9
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
10
|
-
import "../mui_extended/IconButton/index.
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
+
import "../mui_extended/IconButton/index.89428485.js";
|
|
11
|
+
import "../mui_extended/Accordion/index.9c36b7a5.js";
|
|
12
12
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
13
13
|
import "react-router-dom";
|
|
14
14
|
import "@mui/material/Button";
|
|
15
|
-
import { I as ImageButton } from "../mui_extended/Button/index.
|
|
15
|
+
import { I as ImageButton } from "../mui_extended/Button/index.1cb53ba2.js";
|
|
16
16
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
17
17
|
import "@mui/lab";
|
|
18
|
-
import "../mui_extended/Typography/index.
|
|
18
|
+
import "../mui_extended/Typography/index.1ff05abe.js";
|
|
19
19
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
20
|
-
import "../mui_extended/MenuActions/index.
|
|
21
|
-
import "../mui_extended/Pager/index.
|
|
20
|
+
import "../mui_extended/MenuActions/index.d426f50b.js";
|
|
21
|
+
import "../mui_extended/Pager/index.2c081f2c.js";
|
|
22
22
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
23
23
|
import { unstable_composeClasses } from "@mui/base";
|
|
24
24
|
const LanguagePopoverRoot = styled("div")(({
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Dialog, Paper } from "@mui/material";
|
|
2
|
-
import { c as cjs } from "../../react-draggable.
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
2
|
+
import { c as cjs } from "../../react-draggable.64706389.js";
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.97628a64.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
|
-
import { a as getThemeVariantColor } from "../../utils/index.
|
|
6
|
-
import { R as ResizeableWindow } from "../Resizeable/index.
|
|
5
|
+
import { a as getThemeVariantColor } from "../../utils/index.94b9dc32.js";
|
|
6
|
+
import { R as ResizeableWindow } from "../Resizeable/index.949b18ff.js";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
8
|
-
import { I as Icon } from "../Icon/index.
|
|
8
|
+
import { I as Icon } from "../Icon/index.4eeb3de9.js";
|
|
9
9
|
import { useEnvironment } from "@m4l/core";
|
|
10
|
-
import { I as ICONS } from "../areas/
|
|
10
|
+
import { I as ICONS } from "../areas/icons.3ec589d3.js";
|
|
11
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
12
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.665b1d56.js";
|
|
13
13
|
const WrapperDialog = styled(Dialog)(() => ({}));
|
|
14
14
|
const Container = styled("div")(({ theme }) => ({
|
|
15
15
|
display: "flex",
|
|
@@ -2,22 +2,22 @@ import { NavLink as NavLink$1 } from "react-router-dom";
|
|
|
2
2
|
import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/material";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@m4l/core";
|
|
5
|
-
import "../Icon/index.
|
|
6
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
5
|
+
import "../Icon/index.4eeb3de9.js";
|
|
6
|
+
import { T as TEST_PROP_ID } from "../../vendor.fcb620ee.js";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
9
|
-
import "../mui_extended/IconButton/index.
|
|
9
|
+
import "../mui_extended/IconButton/index.89428485.js";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
11
|
+
import "../mui_extended/Accordion/index.9c36b7a5.js";
|
|
12
12
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
13
13
|
import "@mui/material/Button";
|
|
14
|
-
import "../mui_extended/Button/index.
|
|
15
|
-
import "../Image/index.
|
|
14
|
+
import "../mui_extended/Button/index.1cb53ba2.js";
|
|
15
|
+
import "../Image/index.52c84d9f.js";
|
|
16
16
|
import "@mui/lab";
|
|
17
|
-
import { T as Typography } from "../mui_extended/Typography/index.
|
|
17
|
+
import { T as Typography } from "../mui_extended/Typography/index.1ff05abe.js";
|
|
18
18
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
19
|
-
import "../mui_extended/MenuActions/index.
|
|
20
|
-
import "../mui_extended/Pager/index.
|
|
19
|
+
import "../mui_extended/MenuActions/index.d426f50b.js";
|
|
20
|
+
import "../mui_extended/Pager/index.2c081f2c.js";
|
|
21
21
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
22
22
|
import { unstable_composeClasses } from "@mui/base";
|
|
23
23
|
const componentName = "M4LNavLink";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.52c84d9f.js";
|
|
4
4
|
import { Skeleton } from "@mui/material";
|
|
5
5
|
import { useMemo } from "react";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,35 +1,36 @@
|
|
|
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.860f4d1c.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.
|
|
11
|
-
import { I as Icon } from "../Icon/index.
|
|
12
|
-
import "../../react-draggable.
|
|
13
|
-
import "../ModalDialog/index.
|
|
14
|
-
import "../Resizeable/index.
|
|
15
|
-
import "../CommonActions/components/Actions/index.
|
|
10
|
+
import { u as useModal } from "../../hooks/useModal/index.97628a64.js";
|
|
11
|
+
import { I as Icon } from "../Icon/index.4eeb3de9.js";
|
|
12
|
+
import "../../react-draggable.64706389.js";
|
|
13
|
+
import "../ModalDialog/index.1e6150f6.js";
|
|
14
|
+
import "../Resizeable/index.949b18ff.js";
|
|
15
|
+
import "../CommonActions/components/Actions/index.665b1d56.js";
|
|
16
16
|
import "@mui/material/Button";
|
|
17
|
-
import "../mui_extended/Button/index.
|
|
17
|
+
import "../mui_extended/Button/index.1cb53ba2.js";
|
|
18
18
|
import "clsx";
|
|
19
19
|
import "react-hook-form";
|
|
20
|
-
import "../mui_extended/IconButton/index.
|
|
20
|
+
import "../mui_extended/IconButton/index.89428485.js";
|
|
21
21
|
import "zustand";
|
|
22
|
-
import "../areas/contexts/AreasContext/index.
|
|
23
|
-
import "../areas/components/index.
|
|
22
|
+
import "../areas/contexts/AreasContext/index.9c35425b.js";
|
|
23
|
+
import "../areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
24
24
|
import "zustand/shallow";
|
|
25
25
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
26
|
+
import "../areas/components/AreasViewer/index.d33b4a7d.js";
|
|
26
27
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
27
28
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
28
29
|
import "@mui/lab";
|
|
29
|
-
import "../mui_extended/Typography/index.
|
|
30
|
-
import "../modal/WindowConfirm.
|
|
31
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
32
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
30
|
+
import "../mui_extended/Typography/index.1ff05abe.js";
|
|
31
|
+
import "../modal/WindowConfirm.a9e351fa.js";
|
|
32
|
+
import { W as WindowBase } from "../modal/WindowBase.e59ef8a1.js";
|
|
33
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.09d83f9d.js";
|
|
33
34
|
const Container$1 = styled("div")(() => ({
|
|
34
35
|
height: "100%",
|
|
35
36
|
width: "100%",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { I as Icon } from "../Icon/index.
|
|
4
|
+
import { I as Icon } from "../Icon/index.4eeb3de9.js";
|
|
5
5
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
6
6
|
const WrapperPaper = styled("div")(({
|
|
7
7
|
theme
|
|
@@ -1,36 +1,37 @@
|
|
|
1
1
|
import { useModuleDictionary, useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
2
2
|
import { styled, Skeleton, Autocomplete, TextField } from "@mui/material";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
|
-
import { I as Icon } from "../Icon/index.
|
|
5
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
4
|
+
import { I as Icon } from "../Icon/index.4eeb3de9.js";
|
|
5
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.665b1d56.js";
|
|
6
6
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
7
7
|
import "@mui/material/Button";
|
|
8
|
-
import "../mui_extended/Button/index.
|
|
8
|
+
import "../mui_extended/Button/index.1cb53ba2.js";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import "react-hook-form";
|
|
11
|
-
import "../../contexts/ModalContext/index.
|
|
12
|
-
import "../../react-draggable.
|
|
13
|
-
import "../ModalDialog/index.
|
|
14
|
-
import "../Resizeable/index.
|
|
11
|
+
import "../../contexts/ModalContext/index.ca4ffa64.js";
|
|
12
|
+
import "../../react-draggable.64706389.js";
|
|
13
|
+
import "../ModalDialog/index.1e6150f6.js";
|
|
14
|
+
import "../Resizeable/index.949b18ff.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
|
-
import "../modal/WindowConfirm.
|
|
17
|
-
import "../modal/WindowBase.
|
|
18
|
-
import "../mui_extended/IconButton/index.
|
|
19
|
-
import "../mui_extended/Accordion/index.
|
|
16
|
+
import "../modal/WindowConfirm.a9e351fa.js";
|
|
17
|
+
import "../modal/WindowBase.e59ef8a1.js";
|
|
18
|
+
import "../mui_extended/IconButton/index.89428485.js";
|
|
19
|
+
import "../mui_extended/Accordion/index.9c36b7a5.js";
|
|
20
20
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
21
21
|
import "react-router-dom";
|
|
22
|
-
import "../Image/index.
|
|
22
|
+
import "../Image/index.52c84d9f.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "../mui_extended/Typography/index.
|
|
24
|
+
import "../mui_extended/Typography/index.1ff05abe.js";
|
|
25
25
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
|
-
import "../mui_extended/MenuActions/index.
|
|
27
|
-
import "../mui_extended/Pager/index.
|
|
26
|
+
import "../mui_extended/MenuActions/index.d426f50b.js";
|
|
27
|
+
import "../mui_extended/Pager/index.2c081f2c.js";
|
|
28
28
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
29
29
|
import "zustand";
|
|
30
|
-
import "../areas/contexts/AreasContext/index.
|
|
31
|
-
import "../areas/components/index.
|
|
30
|
+
import "../areas/contexts/AreasContext/index.9c35425b.js";
|
|
31
|
+
import "../areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
32
32
|
import "zustand/shallow";
|
|
33
33
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
34
|
+
import "../areas/components/AreasViewer/index.d33b4a7d.js";
|
|
34
35
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
35
36
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
36
37
|
const ContainerPeriod = styled("div")(({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
|
-
import { R as ResizableBox } from "../../react-resizable.
|
|
2
|
+
import { R as ResizableBox } from "../../react-resizable.67e38975.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
const WrapperResizeable = styled(ResizableBox)(({
|
|
5
5
|
theme
|