@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./components/Icon/index.
|
|
1
|
+
import "./components/Icon/index.4eeb3de9.js";
|
|
2
2
|
import "framer-motion";
|
|
3
3
|
import { generateUtilityClasses, generateUtilityClass, styled as styled$1 } from "@mui/material";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -7,67 +7,68 @@ import "react-router-dom";
|
|
|
7
7
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
8
8
|
import "./components/animate/PropagateLoader/index.be5b02c3.js";
|
|
9
9
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
10
|
-
import "./contexts/ModalContext/index.
|
|
10
|
+
import "./contexts/ModalContext/index.ca4ffa64.js";
|
|
11
11
|
import { useState, useEffect } from "react";
|
|
12
12
|
import "react-hook-form";
|
|
13
13
|
import "@hookform/resolvers/yup";
|
|
14
14
|
import "./contexts/RHFormContext/index.a7511399.js";
|
|
15
15
|
import { useModuleDictionary, useNetwork, useEnvironment } from "@m4l/core";
|
|
16
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
17
|
-
import "./components/Image/index.
|
|
18
|
-
import { T as Typography } from "./components/mui_extended/Typography/index.
|
|
16
|
+
import "./components/hook-form/RHFAutocomplete/index.743b5558.js";
|
|
17
|
+
import "./components/Image/index.52c84d9f.js";
|
|
18
|
+
import { T as Typography } from "./components/mui_extended/Typography/index.1ff05abe.js";
|
|
19
19
|
import "clsx";
|
|
20
|
-
import { I as IconButton } from "./components/mui_extended/IconButton/index.
|
|
20
|
+
import { I as IconButton } from "./components/mui_extended/IconButton/index.89428485.js";
|
|
21
21
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
22
|
-
import "./components/mui_extended/Accordion/index.
|
|
22
|
+
import "./components/mui_extended/Accordion/index.9c36b7a5.js";
|
|
23
23
|
import { A as Avatar } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
24
24
|
import "@mui/material/Button";
|
|
25
|
-
import "./components/mui_extended/Button/index.
|
|
25
|
+
import "./components/mui_extended/Button/index.1cb53ba2.js";
|
|
26
26
|
import "@mui/lab";
|
|
27
27
|
import { P as Popover } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
28
|
-
import "./components/mui_extended/MenuActions/index.
|
|
29
|
-
import "./components/mui_extended/Pager/index.
|
|
28
|
+
import "./components/mui_extended/MenuActions/index.d426f50b.js";
|
|
29
|
+
import "./components/mui_extended/Pager/index.2c081f2c.js";
|
|
30
30
|
import "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
31
|
-
import "./components/HelperText/index.
|
|
31
|
+
import "./components/HelperText/index.581ddb8f.js";
|
|
32
32
|
import "lodash/debounce";
|
|
33
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
34
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
33
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.5be9ea91.js";
|
|
34
|
+
import "./components/hook-form/RHFCheckbox/index.77758da5.js";
|
|
35
35
|
import "@mui/x-date-pickers";
|
|
36
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
37
|
-
import "./components/hook-form/RHFTextField/index.
|
|
38
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
39
|
-
import "./components/Period/index.
|
|
40
|
-
import "./components/CommonActions/components/Actions/index.
|
|
41
|
-
import { c as cjs } from "./react-draggable.
|
|
42
|
-
import "./components/ModalDialog/index.
|
|
43
|
-
import "./components/Resizeable/index.
|
|
44
|
-
import "./components/modal/WindowConfirm.
|
|
45
|
-
import "./components/modal/WindowBase.
|
|
36
|
+
import "./components/hook-form/RHFDateTime/index.d554d467.js";
|
|
37
|
+
import "./components/hook-form/RHFTextField/index.5066b599.js";
|
|
38
|
+
import "./components/hook-form/RHFPeriod/index.02253c2d.js";
|
|
39
|
+
import "./components/Period/index.f24d7084.js";
|
|
40
|
+
import "./components/CommonActions/components/Actions/index.665b1d56.js";
|
|
41
|
+
import { c as cjs } from "./react-draggable.64706389.js";
|
|
42
|
+
import "./components/ModalDialog/index.1e6150f6.js";
|
|
43
|
+
import "./components/Resizeable/index.949b18ff.js";
|
|
44
|
+
import "./components/modal/WindowConfirm.a9e351fa.js";
|
|
45
|
+
import "./components/modal/WindowBase.e59ef8a1.js";
|
|
46
46
|
import "zustand";
|
|
47
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
48
|
-
import { A as AreasAdmin } from "./components/areas/components/index.
|
|
47
|
+
import "./components/areas/contexts/AreasContext/index.9c35425b.js";
|
|
48
|
+
import { A as AreasAdmin } from "./components/areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
49
49
|
import "zustand/shallow";
|
|
50
50
|
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
51
|
+
import "./components/areas/components/AreasViewer/index.d33b4a7d.js";
|
|
51
52
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
52
53
|
import "lodash/isString";
|
|
53
54
|
import "react-dropzone";
|
|
54
|
-
import "./components/hook-form/RHFUpload/index.
|
|
55
|
-
import "./components/DataGrid/index.
|
|
55
|
+
import "./components/hook-form/RHFUpload/index.6ecf3230.js";
|
|
56
|
+
import "./components/DataGrid/index.860f4d1c.js";
|
|
56
57
|
import "react-dnd";
|
|
57
58
|
import "react-dnd-html5-backend";
|
|
58
|
-
import "./components/DynamicFilter/index.
|
|
59
|
+
import "./components/DynamicFilter/index.09d83f9d.js";
|
|
59
60
|
import "yup";
|
|
60
|
-
import "./components/LanguagePopover/index.
|
|
61
|
-
import "./components/NavLink/index.
|
|
62
|
-
import "./components/NoItemSelected/index.
|
|
63
|
-
import "./components/ObjectLogs/index.
|
|
61
|
+
import "./components/LanguagePopover/index.f7ee5a9c.js";
|
|
62
|
+
import "./components/NavLink/index.5f3e2493.js";
|
|
63
|
+
import "./components/NoItemSelected/index.b51f007c.js";
|
|
64
|
+
import "./components/ObjectLogs/index.26644722.js";
|
|
64
65
|
import "./react-json-view.57125fcf.js";
|
|
65
|
-
import "./components/PaperForm/index.
|
|
66
|
+
import "./components/PaperForm/index.be12afa3.js";
|
|
66
67
|
import "./components/Page/index.4237c241.js";
|
|
67
68
|
import "./components/PropertyValue/index.dfcfe1ba.js";
|
|
68
69
|
import "./react-splitter-layout.8b1655c8.js";
|
|
69
70
|
import "./components/SplitLayout/index.5a8355d8.js";
|
|
70
|
-
import "./components/SideBar/index.
|
|
71
|
+
import "./components/SideBar/index.e716e9e0.js";
|
|
71
72
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
72
73
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
73
74
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -75,8 +76,8 @@ import "./components/animate/variants/transition.bd46b9ce.js";
|
|
|
75
76
|
import "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
76
77
|
import "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
77
78
|
import "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
78
|
-
import "./components/areas/hooks/index.
|
|
79
|
-
import "./components/areas/
|
|
79
|
+
import "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
80
|
+
import "./components/areas/dictionary.e72db809.js";
|
|
80
81
|
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
81
82
|
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
82
83
|
import "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
@@ -85,26 +86,26 @@ import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
|
85
86
|
import { C as CircularProgress } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
86
87
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
87
88
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
88
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
89
|
+
import "./components/formatters/BooleanFormatter/index.87ca7bb3.js";
|
|
89
90
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
90
91
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
91
92
|
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
92
|
-
import "./components/formatters/index.
|
|
93
|
+
import "./components/formatters/index.83c50bdb.js";
|
|
93
94
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
94
95
|
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
95
96
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
96
97
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
97
98
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
98
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
99
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
100
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
101
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
99
|
+
import "./components/CommonActions/components/ActionCancel/index.583dd385.js";
|
|
100
|
+
import "./components/CommonActions/components/ActionIntro/index.41d66b77.js";
|
|
101
|
+
import "./components/CommonActions/components/ActionFormCancel/index.673cb6bc.js";
|
|
102
|
+
import "./components/CommonActions/components/ActionFormIntro/index.ca18700c.js";
|
|
102
103
|
import "./components/Loadable/index.117eaced.js";
|
|
103
104
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
104
105
|
import { unstable_composeClasses } from "@mui/base";
|
|
105
|
-
import { c as getNameDataTestId } from "./utils/index.
|
|
106
|
+
import { c as getNameDataTestId } from "./utils/index.94b9dc32.js";
|
|
106
107
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
107
|
-
import "./hooks/useModal/index.
|
|
108
|
+
import "./hooks/useModal/index.97628a64.js";
|
|
108
109
|
import "./assets/Logo/index.228dcb5a.js";
|
|
109
110
|
const TEST_PROP_ID = "data-testid";
|
|
110
111
|
const DraggableWindow = (props) => {
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import "@m4l/core";
|
|
3
|
-
import "@mui/material";
|
|
4
|
-
import "../Icon/index.6f2a5618.js";
|
|
5
|
-
import "clsx";
|
|
6
|
-
import "react/jsx-runtime";
|
|
7
|
-
import "../mui_extended/IconButton/index.7aab3e04.js";
|
|
8
|
-
import "@m4l/graphics";
|
|
9
|
-
import "zustand";
|
|
10
|
-
import "./contexts/AreasContext/index.e14d6799.js";
|
|
11
|
-
import "./components/index.31f39977.js";
|
|
12
|
-
import "zustand/shallow";
|
|
13
|
-
import "../ScrollBar/index.bbe48f4d.js";
|
|
14
|
-
import "./contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
15
|
-
import "./contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
16
|
-
const AREAS_VIEWER_CLASS_NAME = "M4LAreasViewer";
|
|
17
|
-
const AREAS_ADMIN_CLASS_NAME = "M4LAreasAdmin";
|
|
18
|
-
const AREAS_DICTIONARY_ID = "areas";
|
|
19
|
-
function getAreasComponentsDictionary() {
|
|
20
|
-
return [AREAS_DICTIONARY_ID];
|
|
21
|
-
}
|
|
22
|
-
const LABEL_FILTER_BUTTON = "filter_tooltip";
|
|
23
|
-
const DICCTIONARY = {
|
|
24
|
-
label_new_area: "label_new_area",
|
|
25
|
-
label_persist_module_cookies: "label_persist_module_cookies",
|
|
26
|
-
label_reset_module_cookies: "label_reset_module_cookies",
|
|
27
|
-
validation_edit_area: "validation_edit_area",
|
|
28
|
-
label_edit_area: "label_edit_area"
|
|
29
|
-
};
|
|
30
|
-
const getAreasDictionary = (key) => {
|
|
31
|
-
return `${AREAS_DICTIONARY_ID}.${key}`;
|
|
32
|
-
};
|
|
33
|
-
const ICONS = {
|
|
34
|
-
CLOSE: "close.svg",
|
|
35
|
-
MAXIMIZE: "maximize.svg",
|
|
36
|
-
NORMALIZE: "normalize.svg",
|
|
37
|
-
RESET_COOKIES: "reset_cookies.svg",
|
|
38
|
-
SAVE_COOKIES: "save_cookies.svg",
|
|
39
|
-
DELETE_AREA: "delete_area.svg",
|
|
40
|
-
ADD_AREA: "add_area.svg",
|
|
41
|
-
LAYERS: "layers.svg",
|
|
42
|
-
EDIT_AREA: "edit.svg",
|
|
43
|
-
CHECK: "checkmarkInCircle.svg",
|
|
44
|
-
RESIZE: "controlSize.svg",
|
|
45
|
-
VERSION: "version.svg"
|
|
46
|
-
};
|
|
47
|
-
export {
|
|
48
|
-
AREAS_VIEWER_CLASS_NAME as A,
|
|
49
|
-
DICCTIONARY as D,
|
|
50
|
-
ICONS as I,
|
|
51
|
-
LABEL_FILTER_BUTTON as L,
|
|
52
|
-
AREAS_ADMIN_CLASS_NAME as a,
|
|
53
|
-
AREAS_DICTIONARY_ID as b,
|
|
54
|
-
getAreasComponentsDictionary as c,
|
|
55
|
-
getAreasDictionary as g
|
|
56
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import "@mui/material";
|
|
2
|
-
import "../../react-draggable.29f78f6d.js";
|
|
3
|
-
import "react";
|
|
4
|
-
import "../../contexts/ModalContext/index.fca184e2.js";
|
|
5
|
-
import "../ModalDialog/index.598f9a86.js";
|
|
6
|
-
import "../Resizeable/index.ff4ce7a4.js";
|
|
7
|
-
import "react/jsx-runtime";
|
|
8
|
-
import "@m4l/graphics";
|
|
9
|
-
import "../Icon/index.6f2a5618.js";
|
|
10
|
-
import "clsx";
|
|
11
|
-
import "@m4l/core";
|
|
12
|
-
import "../CommonActions/components/Actions/index.6b7d480a.js";
|
|
13
|
-
import "@mui/material/Button";
|
|
14
|
-
import "../mui_extended/Button/index.ec6525e0.js";
|
|
15
|
-
import "react-hook-form";
|
|
16
|
-
import "./WindowBase.32d35d71.js";
|
|
17
|
-
import "../mui_extended/IconButton/index.7aab3e04.js";
|
|
18
|
-
import "../mui_extended/Accordion/index.44e96bb8.js";
|
|
19
|
-
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
20
|
-
import "react-router-dom";
|
|
21
|
-
import "../Image/index.1e3b7ff6.js";
|
|
22
|
-
import "@mui/lab";
|
|
23
|
-
import "../mui_extended/Typography/index.d5e0f69f.js";
|
|
24
|
-
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
25
|
-
import "../mui_extended/MenuActions/index.bff47c06.js";
|
|
26
|
-
import "../mui_extended/Pager/index.907d5801.js";
|
|
27
|
-
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
28
|
-
import "zustand";
|
|
29
|
-
import "../areas/contexts/AreasContext/index.e14d6799.js";
|
|
30
|
-
import "../areas/components/index.31f39977.js";
|
|
31
|
-
import "zustand/shallow";
|
|
32
|
-
import "../ScrollBar/index.bbe48f4d.js";
|
|
33
|
-
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
34
|
-
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
35
|
-
import "./WindowConfirm.70bcbb69.js";
|