@m4l/components 0.1.86 → 0.1.87
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.09f33fee.js → index.0bee6fca.js} +2 -2
- package/components/AppBar/{index.4fac1368.js → index.8e3e0148.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.d995d986.js → index.e66f9b5f.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.48e066b3.js → index.51311bde.js} +9 -9
- package/components/CommonActions/components/ActionFormIntro/{index.cc97ed0a.js → index.2ecd7ba1.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.98eb4b3b.js → index.33892c01.js} +1 -1
- package/components/CommonActions/components/Actions/{index.99a8e55e.js → index.018d4c62.js} +7 -7
- package/components/DataGrid/{index.d38e3b49.js → index.c348b106.js} +3 -3
- package/components/DataGrid/subcomponents/Actions/{index.7015aadc.js → index.080e8c7d.js} +12 -12
- package/components/DynamicFilter/{index.fddefc23.js → index.20ee6e21.js} +25 -22
- package/components/HelperText/{index.bbbe24c9.js → index.d00b45e5.js} +2 -2
- package/components/LanguagePopover/{index.7d2ccfe4.js → index.3f25054a.js} +2 -2
- package/components/ModalDialog/{index.b66c43e7.js → index.df9b1e97.js} +3 -3
- package/components/NavLink/{index.abbcb9b2.js → index.cc66f31f.js} +2 -2
- package/components/ObjectLogs/{index.ad313913.js → index.ca98686d.js} +19 -35
- package/components/Period/{index.32d475b8.js → index.83b88249.js} +8 -8
- package/components/PropertyValue/{index.d52295d9.js → index.45b365c3.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.23a09c81.js → index.f0fd024a.js} +20 -20
- package/components/areas/components/AreasViewer/{index.68eb0f6b.js → index.6c28b2c0.js} +26 -26
- package/components/areas/components/{index.296bc2a4.js → index.d920205b.js} +5 -5
- package/components/areas/contexts/AreasContext/{index.8af3058c.js → index.060aa7b0.js} +2 -2
- package/components/areas/contexts/{index.41c24465.js → index.1485986f.js} +1 -1
- package/components/areas/hooks/useAreas/{index.d1cf9820.js → index.e4e54402.js} +1 -1
- package/components/areas/{index.fd46ec65.js → index.e9f2274c.js} +5 -5
- package/components/hook-form/RHFAutocomplete/{index.60c6f592.js → index.f4eb65ce.js} +3 -3
- package/components/hook-form/RHFAutocompleteAsync/{index.9a40fb06.js → index.8ecce8fd.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.da4ebb03.js → index.45b6ee0b.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.c56219ea.js → index.802fb228.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.ee6a3d61.js → index.6395b24a.js} +2 -2
- package/components/hook-form/RHFTextField/{index.413a74ca.js → index.75129118.js} +1 -1
- package/components/hook-form/RHFUpload/{index.03faa7f0.js → index.fead1c63.js} +3 -3
- package/components/modal/{WindowBase.0eea1a27.js → WindowBase.f568bcac.js} +8 -8
- package/components/modal/{WindowConfirm.6896f0aa.js → WindowConfirm.3c4da58c.js} +10 -10
- package/components/modal/{index.6cdf65c9.js → index.8d846036.js} +7 -7
- package/components/mui_extended/Accordion/{index.d15e51bf.js → index.1d182a0e.js} +1 -1
- package/components/mui_extended/Tab/{index.97d04d6b.js → index.8592b93c.js} +1 -1
- package/components/mui_extended/{index.0d5b8e73.js → index.5ffe6d2b.js} +2 -2
- package/contexts/ModalContext/{index.5c908fe3.js → index.9fb8e0a2.js} +1 -1
- package/hooks/useFormAddEdit/{index.16475afe.js → index.3f77d470.js} +5 -5
- package/hooks/useModal/{index.2387ea76.js → index.caaeaddd.js} +1 -1
- package/index.js +38 -38
- package/package.json +1 -1
- package/{vendor.7751caf6.js → vendor.15beabcd.js} +35 -35
|
@@ -7,7 +7,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
7
7
|
import "../mui_extended/IconButton/index.d88a3f2e.js";
|
|
8
8
|
import clsx from "clsx";
|
|
9
9
|
import "@m4l/graphics";
|
|
10
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
+
import "../mui_extended/Accordion/index.1d182a0e.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";
|
|
@@ -21,7 +21,7 @@ import "@mui/lab";
|
|
|
21
21
|
import "../mui_extended/MenuActions/index.c53370f6.js";
|
|
22
22
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
23
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
24
|
-
import "../mui_extended/Tab/index.
|
|
24
|
+
import "../mui_extended/Tab/index.8592b93c.js";
|
|
25
25
|
import "../mui_extended/Pager/index.d6c87c44.js";
|
|
26
26
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
27
27
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -3,7 +3,7 @@ import { useEnvironment, useModuleDictionary } 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.d88a3f2e.js";
|
|
6
|
-
import "../mui_extended/Accordion/index.
|
|
6
|
+
import "../mui_extended/Accordion/index.1d182a0e.js";
|
|
7
7
|
import "../Icon/index.435df215.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "clsx";
|
|
@@ -20,7 +20,7 @@ import "@mui/lab";
|
|
|
20
20
|
import "../mui_extended/MenuActions/index.c53370f6.js";
|
|
21
21
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
22
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
23
|
-
import "../mui_extended/Tab/index.
|
|
23
|
+
import "../mui_extended/Tab/index.8592b93c.js";
|
|
24
24
|
import "../mui_extended/Pager/index.d6c87c44.js";
|
|
25
25
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
26
|
import { styled } from "@mui/material/styles";
|
package/components/CommonActions/components/ActionCancel/{index.d995d986.js → index.e66f9b5f.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.f79eb74e.js";
|
|
3
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.018d4c62.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.48e066b3.js → index.51311bde.js}
RENAMED
|
@@ -3,17 +3,17 @@ import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { B as Button } from "../../../mui_extended/Button/index.f79eb74e.js";
|
|
5
5
|
import { useCallback, useEffect } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.caaeaddd.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.435df215.js";
|
|
12
12
|
import "clsx";
|
|
13
|
-
import "../../../modal/index.
|
|
14
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
13
|
+
import "../../../modal/index.8d846036.js";
|
|
14
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.3c4da58c.js";
|
|
15
15
|
import "../../../mui_extended/IconButton/index.d88a3f2e.js";
|
|
16
|
-
import "../../../mui_extended/Accordion/index.
|
|
16
|
+
import "../../../mui_extended/Accordion/index.1d182a0e.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";
|
|
@@ -24,20 +24,20 @@ import "@mui/lab";
|
|
|
24
24
|
import "../../../mui_extended/MenuActions/index.c53370f6.js";
|
|
25
25
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../../../mui_extended/Stack/index.0e53197c.js";
|
|
27
|
-
import "../../../mui_extended/Tab/index.
|
|
27
|
+
import "../../../mui_extended/Tab/index.8592b93c.js";
|
|
28
28
|
import "../../../mui_extended/Pager/index.d6c87c44.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.060aa7b0.js";
|
|
32
|
+
import "../../../areas/components/AreasAdmin/index.f0fd024a.js";
|
|
33
33
|
import "zustand/shallow";
|
|
34
34
|
import "../../../ScrollBar/index.65bb2930.js";
|
|
35
|
-
import "../../../areas/components/AreasViewer/index.
|
|
35
|
+
import "../../../areas/components/AreasViewer/index.6c28b2c0.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";
|
|
39
39
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
40
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
40
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.018d4c62.js";
|
|
41
41
|
function ActionFormCancel() {
|
|
42
42
|
const {
|
|
43
43
|
getLabel
|
package/components/CommonActions/components/ActionFormIntro/{index.cc97ed0a.js → index.2ecd7ba1.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.f79eb74e.js";
|
|
5
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.018d4c62.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.98eb4b3b.js → index.33892c01.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.f79eb74e.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.018d4c62.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -10,17 +10,17 @@ import "../../../mui_extended/Button/index.f79eb74e.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.9fb8e0a2.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.435df215.js";
|
|
18
|
-
import "../../../modal/index.
|
|
18
|
+
import "../../../modal/index.8d846036.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.d88a3f2e.js";
|
|
23
|
-
import "../../../mui_extended/Accordion/index.
|
|
23
|
+
import "../../../mui_extended/Accordion/index.1d182a0e.js";
|
|
24
24
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
25
25
|
import "react-router-dom";
|
|
26
26
|
import "../../../mui_extended/CheckBox.38abccd8.js";
|
|
@@ -28,15 +28,15 @@ import "../../../mui_extended/Badge/index.8c2b8b66.js";
|
|
|
28
28
|
import "../../../mui_extended/MenuActions/index.c53370f6.js";
|
|
29
29
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
30
30
|
import "../../../mui_extended/Stack/index.0e53197c.js";
|
|
31
|
-
import "../../../mui_extended/Tab/index.
|
|
31
|
+
import "../../../mui_extended/Tab/index.8592b93c.js";
|
|
32
32
|
import "../../../mui_extended/Pager/index.d6c87c44.js";
|
|
33
33
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
34
34
|
import "zustand";
|
|
35
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
36
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
35
|
+
import "../../../areas/contexts/AreasContext/index.060aa7b0.js";
|
|
36
|
+
import "../../../areas/components/AreasAdmin/index.f0fd024a.js";
|
|
37
37
|
import "zustand/shallow";
|
|
38
38
|
import "../../../ScrollBar/index.65bb2930.js";
|
|
39
|
-
import "../../../areas/components/AreasViewer/index.
|
|
39
|
+
import "../../../areas/components/AreasViewer/index.6c28b2c0.js";
|
|
40
40
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
41
41
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
42
42
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
1
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.df9b1e97.js";
|
|
2
2
|
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.d6c87c44.js";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
4
|
import { forwardRef, createContext, useState, useMemo, useEffect, useCallback, useContext, useRef, useLayoutEffect } from "react";
|
|
@@ -8,10 +8,10 @@ import { HTML5Backend } from "react-dnd-html5-backend";
|
|
|
8
8
|
import { SvgIcon, Checkbox, InputBase, Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString } from "@m4l/core";
|
|
11
|
-
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.
|
|
11
|
+
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.080e8c7d.js";
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
13
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
14
|
-
import { g as getNameDataTestId } from "../../vendor.
|
|
14
|
+
import { g as getNameDataTestId } from "../../vendor.15beabcd.js";
|
|
15
15
|
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.14cfcbc7.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
17
|
import "../Icon/index.435df215.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.c53370f6.js";
|
|
2
|
-
import { u as useDataGrid, a as useFilters, d as dataGridClasses, D as DataGridRoot, b as dictionary } from "../../index.
|
|
2
|
+
import { u as useDataGrid, a as useFilters, d as dataGridClasses, D as DataGridRoot, b as dictionary } from "../../index.c348b106.js";
|
|
3
3
|
import { useTheme, Checkbox, Skeleton } from "@mui/material";
|
|
4
4
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { P as Pager } from "../../../mui_extended/Pager/index.d6c87c44.js";
|
|
@@ -8,25 +8,25 @@ import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/cor
|
|
|
8
8
|
import { forwardRef, useRef, useState, useImperativeHandle, useMemo, useEffect, useCallback } from "react";
|
|
9
9
|
import { D as DataGrid$1 } from "../../../../react-data-grid.d46d625e.js";
|
|
10
10
|
import { styled } from "@mui/material/styles";
|
|
11
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
12
|
-
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.
|
|
13
|
-
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.
|
|
11
|
+
import { u as useModal } from "../../../../hooks/useModal/index.caaeaddd.js";
|
|
12
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.e66f9b5f.js";
|
|
13
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.33892c01.js";
|
|
14
14
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
15
15
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
16
16
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
17
17
|
import "../../../Icon/index.435df215.js";
|
|
18
18
|
import "clsx";
|
|
19
|
-
import "../../../modal/index.
|
|
20
|
-
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.
|
|
19
|
+
import "../../../modal/index.8d846036.js";
|
|
20
|
+
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.018d4c62.js";
|
|
21
21
|
import "react-hook-form";
|
|
22
22
|
import "@mui/material/Button";
|
|
23
23
|
import "../../../mui_extended/Button/index.f79eb74e.js";
|
|
24
24
|
import "zustand";
|
|
25
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
26
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
25
|
+
import "../../../areas/contexts/AreasContext/index.060aa7b0.js";
|
|
26
|
+
import "../../../areas/components/AreasAdmin/index.f0fd024a.js";
|
|
27
27
|
import "zustand/shallow";
|
|
28
28
|
import "../../../ScrollBar/index.65bb2930.js";
|
|
29
|
-
import "../../../mui_extended/Accordion/index.
|
|
29
|
+
import "../../../mui_extended/Accordion/index.1d182a0e.js";
|
|
30
30
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
31
31
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
32
32
|
import "react-router-dom";
|
|
@@ -36,13 +36,13 @@ import "../../../Image/index.c18ebf5a.js";
|
|
|
36
36
|
import "@mui/lab";
|
|
37
37
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
38
38
|
import "../../../mui_extended/Stack/index.0e53197c.js";
|
|
39
|
-
import "../../../mui_extended/Tab/index.
|
|
39
|
+
import "../../../mui_extended/Tab/index.8592b93c.js";
|
|
40
40
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
41
|
-
import "../../../areas/components/AreasViewer/index.
|
|
41
|
+
import "../../../areas/components/AreasViewer/index.6c28b2c0.js";
|
|
42
42
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
43
43
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
44
44
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
45
|
-
import { W as WindowBase } from "../../../modal/WindowBase.
|
|
45
|
+
import { W as WindowBase } from "../../../modal/WindowBase.f568bcac.js";
|
|
46
46
|
const ACTIONS_COLUMN_KEY = "actions-row";
|
|
47
47
|
function ActionsFormatter(props) {
|
|
48
48
|
const {
|
|
@@ -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.d88a3f2e.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.15beabcd.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.c53370f6.js";
|
|
@@ -14,18 +14,18 @@ import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
|
14
14
|
import { I as Icon } from "../Icon/index.435df215.js";
|
|
15
15
|
import { styled, useTheme } from "@mui/material/styles";
|
|
16
16
|
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.ea2758ed.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.018d4c62.js";
|
|
18
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.e66f9b5f.js";
|
|
19
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.33892c01.js";
|
|
20
20
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
21
21
|
import "@mui/material/Button";
|
|
22
22
|
import "../mui_extended/Button/index.f79eb74e.js";
|
|
23
|
-
import "../../contexts/ModalContext/index.
|
|
23
|
+
import "../../contexts/ModalContext/index.9fb8e0a2.js";
|
|
24
24
|
import "../../react-draggable.7abb5d0a.js";
|
|
25
25
|
import "../Resizeable/index.9a9c79a4.js";
|
|
26
|
-
import "../modal/index.
|
|
26
|
+
import "../modal/index.8d846036.js";
|
|
27
27
|
import "../Image/index.c18ebf5a.js";
|
|
28
|
-
import "../mui_extended/Accordion/index.
|
|
28
|
+
import "../mui_extended/Accordion/index.1d182a0e.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";
|
|
@@ -33,13 +33,13 @@ import "../mui_extended/CheckBox.38abccd8.js";
|
|
|
33
33
|
import "../mui_extended/Badge/index.8c2b8b66.js";
|
|
34
34
|
import "@mui/lab";
|
|
35
35
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
36
|
-
import "../mui_extended/Tab/index.
|
|
36
|
+
import "../mui_extended/Tab/index.8592b93c.js";
|
|
37
37
|
import "../mui_extended/Pager/index.d6c87c44.js";
|
|
38
38
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
39
39
|
import { useStore, createStore } from "zustand";
|
|
40
|
-
import "../areas/contexts/AreasContext/index.
|
|
41
|
-
import "../areas/components/AreasAdmin/index.
|
|
42
|
-
import "../areas/components/AreasViewer/index.
|
|
40
|
+
import "../areas/contexts/AreasContext/index.060aa7b0.js";
|
|
41
|
+
import "../areas/components/AreasAdmin/index.f0fd024a.js";
|
|
42
|
+
import "../areas/components/AreasViewer/index.6c28b2c0.js";
|
|
43
43
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
44
44
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
45
45
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -47,19 +47,19 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
47
47
|
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.c43a95f4.js";
|
|
48
48
|
import { devtools } from "zustand/middleware";
|
|
49
49
|
import { immer } from "zustand/middleware/immer";
|
|
50
|
-
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
50
|
+
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.f4eb65ce.js";
|
|
51
51
|
import "lodash/debounce";
|
|
52
|
-
import "../hook-form/RHFAutocompleteAsync/index.
|
|
53
|
-
import "../hook-form/RHFCheckbox/index.
|
|
54
|
-
import "../HelperText/index.
|
|
52
|
+
import "../hook-form/RHFAutocompleteAsync/index.8ecce8fd.js";
|
|
53
|
+
import "../hook-form/RHFCheckbox/index.45b6ee0b.js";
|
|
54
|
+
import "../HelperText/index.d00b45e5.js";
|
|
55
55
|
import "@mui/x-date-pickers";
|
|
56
|
-
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.
|
|
57
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
58
|
-
import "../hook-form/RHFPeriod/index.
|
|
59
|
-
import "../Period/index.
|
|
56
|
+
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.802fb228.js";
|
|
57
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.75129118.js";
|
|
58
|
+
import "../hook-form/RHFPeriod/index.6395b24a.js";
|
|
59
|
+
import "../Period/index.83b88249.js";
|
|
60
60
|
import "lodash/isString";
|
|
61
61
|
import "react-dropzone";
|
|
62
|
-
import "../hook-form/RHFUpload/index.
|
|
62
|
+
import "../hook-form/RHFUpload/index.fead1c63.js";
|
|
63
63
|
import * as Yup from "yup";
|
|
64
64
|
const COMPONENT_PREFIX = "M4LDynamicFilter";
|
|
65
65
|
const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
@@ -959,6 +959,10 @@ const createAreaStore = (initProps) => {
|
|
|
959
959
|
clearFilters: () => {
|
|
960
960
|
set((state) => {
|
|
961
961
|
state.applyedFilters = state.applyedFilters.filter((f) => f.fixed);
|
|
962
|
+
if (state.applyedFilters.length === 0) {
|
|
963
|
+
state.ownerState.isEmpty = true;
|
|
964
|
+
updateOwnerStateClasses(state);
|
|
965
|
+
}
|
|
962
966
|
updateAvailableFields(state);
|
|
963
967
|
});
|
|
964
968
|
},
|
|
@@ -1120,8 +1124,7 @@ const DynamicFilterRoot = styled("div", {})(({
|
|
|
1120
1124
|
[`&.${dynamicFilterClasses.isMobile}`]: {
|
|
1121
1125
|
flexDirection: "column",
|
|
1122
1126
|
justifyContent: "space-between",
|
|
1123
|
-
minWidth: theme.spacing(25)
|
|
1124
|
-
gap: theme.spacing(0.75)
|
|
1127
|
+
minWidth: theme.spacing(25)
|
|
1125
1128
|
},
|
|
1126
1129
|
[`&.${dynamicFilterClasses.root}.${dynamicFilterClasses.inEdition}`]: {
|
|
1127
1130
|
border: `1px solid ${theme.palette.primary.main}`
|
|
@@ -6,7 +6,7 @@ import "clsx";
|
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import "../mui_extended/IconButton/index.d88a3f2e.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "../mui_extended/Accordion/index.
|
|
9
|
+
import "../mui_extended/Accordion/index.1d182a0e.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";
|
|
@@ -19,7 +19,7 @@ import "@mui/lab";
|
|
|
19
19
|
import "../mui_extended/MenuActions/index.c53370f6.js";
|
|
20
20
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
21
21
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
22
|
-
import "../mui_extended/Tab/index.
|
|
22
|
+
import "../mui_extended/Tab/index.8592b93c.js";
|
|
23
23
|
import "../mui_extended/Pager/index.d6c87c44.js";
|
|
24
24
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
25
25
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -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.d88a3f2e.js";
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
11
|
+
import "../mui_extended/Accordion/index.1d182a0e.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";
|
|
@@ -21,7 +21,7 @@ import "@mui/lab";
|
|
|
21
21
|
import "../mui_extended/MenuActions/index.c53370f6.js";
|
|
22
22
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
23
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
24
|
-
import "../mui_extended/Tab/index.
|
|
24
|
+
import "../mui_extended/Tab/index.8592b93c.js";
|
|
25
25
|
import "../mui_extended/Pager/index.d6c87c44.js";
|
|
26
26
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
27
27
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -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.caaeaddd.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.435df215.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.8d846036.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.018d4c62.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.d88a3f2e.js";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
11
|
+
import "../mui_extended/Accordion/index.1d182a0e.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";
|
|
@@ -20,7 +20,7 @@ import "@mui/lab";
|
|
|
20
20
|
import "../mui_extended/MenuActions/index.c53370f6.js";
|
|
21
21
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
22
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
23
|
-
import "../mui_extended/Tab/index.
|
|
23
|
+
import "../mui_extended/Tab/index.8592b93c.js";
|
|
24
24
|
import "../mui_extended/Pager/index.d6c87c44.js";
|
|
25
25
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
26
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -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 { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.
|
|
4
|
+
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.c348b106.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
|
+
import { S as ScrollBar } from "../ScrollBar/index.65bb2930.js";
|
|
9
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
11
|
+
import { u as useModal } from "../../hooks/useModal/index.caaeaddd.js";
|
|
11
12
|
import { I as Icon } from "../Icon/index.435df215.js";
|
|
12
13
|
import "../../react-draggable.7abb5d0a.js";
|
|
13
14
|
import "../Resizeable/index.9a9c79a4.js";
|
|
14
|
-
import "../modal/index.
|
|
15
|
-
import "../CommonActions/components/Actions/index.
|
|
15
|
+
import "../modal/index.8d846036.js";
|
|
16
|
+
import "../CommonActions/components/Actions/index.018d4c62.js";
|
|
16
17
|
import "@mui/material/Button";
|
|
17
18
|
import "../mui_extended/Button/index.f79eb74e.js";
|
|
18
19
|
import "clsx";
|
|
19
20
|
import "react-hook-form";
|
|
20
21
|
import "../mui_extended/IconButton/index.d88a3f2e.js";
|
|
21
22
|
import "zustand";
|
|
22
|
-
import "../areas/contexts/AreasContext/index.
|
|
23
|
-
import "../areas/components/AreasAdmin/index.
|
|
23
|
+
import "../areas/contexts/AreasContext/index.060aa7b0.js";
|
|
24
|
+
import "../areas/components/AreasAdmin/index.f0fd024a.js";
|
|
24
25
|
import "zustand/shallow";
|
|
25
|
-
import "../
|
|
26
|
-
import "../mui_extended/Accordion/index.d15e51bf.js";
|
|
26
|
+
import "../mui_extended/Accordion/index.1d182a0e.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";
|
|
@@ -34,24 +34,23 @@ import "@mui/lab";
|
|
|
34
34
|
import "../mui_extended/MenuActions/index.c53370f6.js";
|
|
35
35
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
36
36
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
37
|
-
import "../mui_extended/Tab/index.
|
|
37
|
+
import "../mui_extended/Tab/index.8592b93c.js";
|
|
38
38
|
import "../mui_extended/Pager/index.d6c87c44.js";
|
|
39
39
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
40
|
-
import "../areas/components/AreasViewer/index.
|
|
40
|
+
import "../areas/components/AreasViewer/index.6c28b2c0.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 { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
44
|
+
import { W as WindowBase } from "../modal/WindowBase.f568bcac.js";
|
|
45
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.20ee6e21.js";
|
|
46
46
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
47
|
-
const Container
|
|
47
|
+
const Container = styled("div")(() => ({
|
|
48
48
|
height: "100%",
|
|
49
49
|
width: "100%",
|
|
50
50
|
display: "flex",
|
|
51
51
|
flexDirection: "column",
|
|
52
52
|
justifyContent: "flex-start",
|
|
53
|
-
gap: "4px"
|
|
54
|
-
padding: "4px"
|
|
53
|
+
gap: "4px"
|
|
55
54
|
}));
|
|
56
55
|
const Actions = styled("div")(({
|
|
57
56
|
theme
|
|
@@ -76,20 +75,6 @@ const GridWrapper = styled("div")(() => ({
|
|
|
76
75
|
flexGrow: "1",
|
|
77
76
|
width: "100%"
|
|
78
77
|
}));
|
|
79
|
-
const Container = styled("div")(({ theme }) => ({
|
|
80
|
-
color: theme.palette.text.primary,
|
|
81
|
-
display: "flex",
|
|
82
|
-
flexDirection: "column",
|
|
83
|
-
height: "100%",
|
|
84
|
-
width: "100%"
|
|
85
|
-
}));
|
|
86
|
-
styled("span")(({ theme }) => ({
|
|
87
|
-
color: theme.palette.text.primary,
|
|
88
|
-
display: "flex",
|
|
89
|
-
flexDirection: "column",
|
|
90
|
-
height: "100%",
|
|
91
|
-
width: "100%"
|
|
92
|
-
}));
|
|
93
78
|
function DetailDialog(props) {
|
|
94
79
|
const {
|
|
95
80
|
log_id
|
|
@@ -117,8 +102,7 @@ function DetailDialog(props) {
|
|
|
117
102
|
};
|
|
118
103
|
}, []);
|
|
119
104
|
const modeTheme = hostThemeOptions.palette?.mode;
|
|
120
|
-
return /* @__PURE__ */ jsx(
|
|
121
|
-
id: "objectLogsDetail",
|
|
105
|
+
return /* @__PURE__ */ jsx(ScrollBar, {
|
|
122
106
|
children: /* @__PURE__ */ jsx(ReactJson, {
|
|
123
107
|
theme: modeTheme === "dark" ? "summerfruit" : "rjv-default",
|
|
124
108
|
name: null,
|
|
@@ -146,11 +130,11 @@ function DetailFormatter(props) {
|
|
|
146
130
|
const isDesktop = useResponsiveDesktop();
|
|
147
131
|
const onClickDetail = () => {
|
|
148
132
|
openModal({
|
|
149
|
-
window: /* @__PURE__ */
|
|
133
|
+
window: /* @__PURE__ */ jsx(WindowBase, {
|
|
150
134
|
title: getLabel("data_grid.settings_title"),
|
|
151
|
-
children:
|
|
135
|
+
children: /* @__PURE__ */ jsx(DetailDialog, {
|
|
152
136
|
log_id
|
|
153
|
-
})
|
|
137
|
+
})
|
|
154
138
|
}),
|
|
155
139
|
fullScreen: !isDesktop ? true : false
|
|
156
140
|
});
|
|
@@ -248,7 +232,7 @@ function ObjectLogs(props) {
|
|
|
248
232
|
}));
|
|
249
233
|
Refresh();
|
|
250
234
|
};
|
|
251
|
-
return /* @__PURE__ */ jsxs(Container
|
|
235
|
+
return /* @__PURE__ */ jsxs(Container, {
|
|
252
236
|
...process.env.NODE_ENV !== "production" ? {
|
|
253
237
|
[TEST_PROP_ID]: `m4ldatagrid-${dataTestId}`
|
|
254
238
|
} : {},
|
|
@@ -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.435df215.js";
|
|
5
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
5
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.018d4c62.js";
|
|
6
6
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import "@mui/material/Button";
|
|
8
8
|
import "../mui_extended/Button/index.f79eb74e.js";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import "react-hook-form";
|
|
11
|
-
import "../../contexts/ModalContext/index.
|
|
11
|
+
import "../../contexts/ModalContext/index.9fb8e0a2.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.8d846036.js";
|
|
16
16
|
import "../Image/index.c18ebf5a.js";
|
|
17
17
|
import "../mui_extended/IconButton/index.d88a3f2e.js";
|
|
18
|
-
import "../mui_extended/Accordion/index.
|
|
18
|
+
import "../mui_extended/Accordion/index.1d182a0e.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,15 +25,15 @@ import "@mui/lab";
|
|
|
25
25
|
import "../mui_extended/MenuActions/index.c53370f6.js";
|
|
26
26
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
27
27
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
28
|
-
import "../mui_extended/Tab/index.
|
|
28
|
+
import "../mui_extended/Tab/index.8592b93c.js";
|
|
29
29
|
import "../mui_extended/Pager/index.d6c87c44.js";
|
|
30
30
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
31
31
|
import "zustand";
|
|
32
|
-
import "../areas/contexts/AreasContext/index.
|
|
33
|
-
import "../areas/components/AreasAdmin/index.
|
|
32
|
+
import "../areas/contexts/AreasContext/index.060aa7b0.js";
|
|
33
|
+
import "../areas/components/AreasAdmin/index.f0fd024a.js";
|
|
34
34
|
import "zustand/shallow";
|
|
35
35
|
import "../ScrollBar/index.65bb2930.js";
|
|
36
|
-
import "../areas/components/AreasViewer/index.
|
|
36
|
+
import "../areas/components/AreasViewer/index.6c28b2c0.js";
|
|
37
37
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
38
38
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
39
39
|
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.15beabcd.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
7
7
|
import { useModuleSkeleton } from "@m4l/core";
|