@m4l/components 0.1.78 → 0.1.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/AccountPopover/{index.7e76dbb7.js → index.d541e4e6.js} +2 -2
- package/components/AppBar/{index.06858422.js → index.f90014de.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.d536ccfa.js → index.92536832.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.a915b105.js → index.7fb1ed8d.js} +15 -11
- package/components/CommonActions/components/ActionFormIntro/{index.14e65d6c.js → index.bebc0c94.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.aa1648eb.js → index.aa4e432e.js} +1 -1
- package/components/CommonActions/components/Actions/{index.52125041.js → index.5732847f.js} +7 -7
- package/components/DataGrid/{index.9fb3e6a1.js → index.302080d3.js} +12 -12
- package/components/DynamicFilter/{index.d1a2e2d1.js → index.0887320f.js} +20 -20
- package/components/HelperText/{index.a019742c.js → index.29d5ad65.js} +2 -2
- package/components/LanguagePopover/{index.98b63dcb.js → index.ce84f099.js} +2 -2
- package/components/ModalDialog/{index.d9937d46.js → index.ab432b77.js} +3 -3
- package/components/NavLink/{index.a5dea6d3.js → index.3bf44e30.js} +2 -2
- package/components/ObjectLogs/{index.d9d20b9d.js → index.c947ded4.js} +11 -11
- package/components/Period/{index.7b94c418.js → index.adc328ca.js} +8 -8
- package/components/PropertyValue/{index.45c73161.js → index.6b583e7a.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.43ecd998.js → index.31905078.js} +19 -19
- package/components/areas/components/AreasViewer/{index.14e62059.js → index.fe18bdbc.js} +35 -29
- package/components/areas/components/{index.a87653a9.js → index.7ae189ba.js} +5 -5
- package/components/areas/contexts/AreasContext/{index.02c4e7be.js → index.1213c3ef.js} +7 -2
- package/components/areas/contexts/AreasContext/types.d.ts +1 -0
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +1 -0
- package/components/areas/contexts/{index.1ff9b360.js → index.84d35ffe.js} +1 -1
- package/components/areas/hooks/useAreas/{index.85e4b2e2.js → index.cd799cf6.js} +1 -1
- package/components/areas/{index.d1dcccf5.js → index.6ee7a4eb.js} +5 -5
- package/components/areas/types.d.ts +5 -0
- package/components/hook-form/RHFAutocomplete/{index.6aa51705.js → index.e52c1f6a.js} +3 -3
- package/components/hook-form/RHFAutocompleteAsync/{index.1a3dfe5f.js → index.a226b8ac.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.a08a65b3.js → index.9619debd.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.4d671108.js → index.5da7b839.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.39b4be49.js → index.7e42c292.js} +2 -2
- package/components/hook-form/RHFTextField/{index.9004e898.js → index.13447584.js} +1 -1
- package/components/hook-form/RHFUpload/{index.bed8573e.js → index.80071782.js} +3 -3
- package/components/modal/{WindowBase.a0c0b322.js → WindowBase.90d3c1d5.js} +4 -4
- package/components/modal/{WindowConfirm.6c063f2d.js → WindowConfirm.835f8d13.js} +10 -10
- package/components/modal/{index.00efea85.js → index.cd34ddb3.js} +7 -7
- package/components/mui_extended/Accordion/{index.9877f7bf.js → index.e8ba0755.js} +1 -1
- package/components/mui_extended/Tab/{index.7c82e43d.js → index.3c005df1.js} +1 -1
- package/components/mui_extended/{index.0e2ff642.js → index.ff59a512.js} +2 -2
- package/contexts/ModalContext/{index.e9a7ba4a.js → index.feded672.js} +1 -1
- package/hooks/useModal/{index.8e85f7ae.js → index.6d238807.js} +1 -1
- package/index.js +35 -35
- package/package.json +1 -1
- package/{vendor.e353394b.js → vendor.9b969b18.js} +33 -33
|
@@ -13,10 +13,10 @@ import { a as AREAS_VIEWER_CLASS_NAME } from "../../constants.66529246.js";
|
|
|
13
13
|
import { shallow } from "zustand/shallow";
|
|
14
14
|
import React__default, { useMemo, useState, useCallback, useEffect } from "react";
|
|
15
15
|
import clsx from "clsx";
|
|
16
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
16
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.cd799cf6.js";
|
|
17
17
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton, useNetwork, useHostTools, axiosOperation } from "@m4l/core";
|
|
18
18
|
import { I as IconButton } from "../../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
19
|
-
import "../../../mui_extended/Accordion/index.
|
|
19
|
+
import "../../../mui_extended/Accordion/index.e8ba0755.js";
|
|
20
20
|
import { I as Icon } from "../../../Icon/index.9fcd1476.js";
|
|
21
21
|
import { T as Typography } from "../../../mui_extended/Typography/index.443590d6.js";
|
|
22
22
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
@@ -30,7 +30,7 @@ import "@mui/lab";
|
|
|
30
30
|
import { M as MenuActions, a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
31
31
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
32
32
|
import "../../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
33
|
-
import "../../../mui_extended/Tab/index.
|
|
33
|
+
import "../../../mui_extended/Tab/index.3c005df1.js";
|
|
34
34
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
35
35
|
import { useResponsiveDesktop, useHostTheme, useFormatter, useLocales, useFirstRender } from "@m4l/graphics";
|
|
36
36
|
import { I as ICONS } from "../../icons.8266ccc8.js";
|
|
@@ -40,55 +40,55 @@ import debounce from "lodash/debounce";
|
|
|
40
40
|
import { L as LinearProgress } from "../../../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
41
41
|
import { W as WindowToolsMFProvider } from "../../contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
42
42
|
import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
43
|
-
import "../../../../contexts/ModalContext/index.
|
|
43
|
+
import "../../../../contexts/ModalContext/index.feded672.js";
|
|
44
44
|
import "../../../../contexts/RHFormContext/index.fe175bab.js";
|
|
45
45
|
import "../../../GridLayout/index.da6fd387.js";
|
|
46
46
|
import { R as Responsive } from "../../../GridLayout/Responsive/index.0905a698.js";
|
|
47
47
|
import { W as WidthProvider } from "../../../GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
48
|
-
import { R as ROW_HEIGTH_GRIDLAYOUT, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.
|
|
48
|
+
import { R as ROW_HEIGTH_GRIDLAYOUT, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.1213c3ef.js";
|
|
49
49
|
import "../../../animate/index.1f8eadd4.js";
|
|
50
50
|
import "framer-motion";
|
|
51
51
|
import "../../../animate/LoadingScreen/index.1d0c4307.js";
|
|
52
52
|
import "../../../animate/PropagateLoader/index.7fab43c8.js";
|
|
53
|
-
import "../AreasAdmin/index.
|
|
53
|
+
import "../AreasAdmin/index.31905078.js";
|
|
54
54
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
55
55
|
import "zustand";
|
|
56
56
|
import "react-hook-form";
|
|
57
|
-
import "../../../hook-form/RHFAutocomplete/index.
|
|
58
|
-
import "../../../HelperText/index.
|
|
59
|
-
import "../../../hook-form/RHFAutocompleteAsync/index.
|
|
60
|
-
import "../../../hook-form/RHFCheckbox/index.
|
|
57
|
+
import "../../../hook-form/RHFAutocomplete/index.e52c1f6a.js";
|
|
58
|
+
import "../../../HelperText/index.29d5ad65.js";
|
|
59
|
+
import "../../../hook-form/RHFAutocompleteAsync/index.a226b8ac.js";
|
|
60
|
+
import "../../../hook-form/RHFCheckbox/index.9619debd.js";
|
|
61
61
|
import "@mui/x-date-pickers";
|
|
62
|
-
import "../../../hook-form/RHFDateTime/index.
|
|
63
|
-
import "../../../hook-form/RHFTextField/index.
|
|
64
|
-
import "../../../hook-form/RHFPeriod/index.
|
|
65
|
-
import "../../../Period/index.
|
|
66
|
-
import "../../../CommonActions/components/Actions/index.
|
|
62
|
+
import "../../../hook-form/RHFDateTime/index.5da7b839.js";
|
|
63
|
+
import "../../../hook-form/RHFTextField/index.13447584.js";
|
|
64
|
+
import "../../../hook-form/RHFPeriod/index.7e42c292.js";
|
|
65
|
+
import "../../../Period/index.adc328ca.js";
|
|
66
|
+
import "../../../CommonActions/components/Actions/index.5732847f.js";
|
|
67
67
|
import { c as cjs } from "../../../../react-draggable.7abb5d0a.js";
|
|
68
68
|
import { R as ResizeableWindow } from "../../../Resizeable/index.9a9c79a4.js";
|
|
69
|
-
import "../../../modal/index.
|
|
69
|
+
import "../../../modal/index.cd34ddb3.js";
|
|
70
70
|
import "lodash/isString";
|
|
71
71
|
import "react-dropzone";
|
|
72
|
-
import "../../../hook-form/RHFUpload/index.
|
|
73
|
-
import "../../../DataGrid/index.
|
|
72
|
+
import "../../../hook-form/RHFUpload/index.80071782.js";
|
|
73
|
+
import "../../../DataGrid/index.302080d3.js";
|
|
74
74
|
import "react-dnd";
|
|
75
75
|
import "react-dnd-html5-backend";
|
|
76
|
-
import "../../../DynamicFilter/index.
|
|
76
|
+
import "../../../DynamicFilter/index.0887320f.js";
|
|
77
77
|
import "yup";
|
|
78
78
|
import "lodash";
|
|
79
|
-
import "../../../LanguagePopover/index.
|
|
80
|
-
import "../../../NavLink/index.
|
|
79
|
+
import "../../../LanguagePopover/index.ce84f099.js";
|
|
80
|
+
import "../../../NavLink/index.3bf44e30.js";
|
|
81
81
|
import "../../../NoItemSelected/index.23dfc897.js";
|
|
82
|
-
import "../../../ObjectLogs/index.
|
|
82
|
+
import "../../../ObjectLogs/index.c947ded4.js";
|
|
83
83
|
import "../../../../react-json-view.57125fcf.js";
|
|
84
84
|
import "../../../PaperForm/index.ba38a0bd.js";
|
|
85
85
|
import "../../../Page/index.4237c241.js";
|
|
86
|
-
import "../../../PropertyValue/index.
|
|
86
|
+
import "../../../PropertyValue/index.6b583e7a.js";
|
|
87
87
|
import "../../../SplitLayout/index.9ef430f6.js";
|
|
88
88
|
import "../../../../react-splitter-layout.8b1655c8.js";
|
|
89
89
|
import "../../../SideBar/index.2f497e6c.js";
|
|
90
|
-
import "../../../AppBar/index.
|
|
91
|
-
import "../../../AccountPopover/index.
|
|
90
|
+
import "../../../AppBar/index.f90014de.js";
|
|
91
|
+
import "../../../AccountPopover/index.d541e4e6.js";
|
|
92
92
|
const areasViewerClasses = generateUtilityClasses(AREAS_VIEWER_CLASS_NAME, [
|
|
93
93
|
"root",
|
|
94
94
|
"areaRoot",
|
|
@@ -719,7 +719,7 @@ function Header(props) {
|
|
|
719
719
|
windowId,
|
|
720
720
|
emergeType
|
|
721
721
|
} = props;
|
|
722
|
-
const [url_icon, title, moduleActions, onClose, version, windowOptions] = useAreasStore((state) => {
|
|
722
|
+
const [url_icon, title, moduleActions, onClose, version, windowOptions, fnQueryClose] = useAreasStore((state) => {
|
|
723
723
|
const window2 = state.hashWindows[windowId];
|
|
724
724
|
return [
|
|
725
725
|
window2.url_icon,
|
|
@@ -727,7 +727,8 @@ function Header(props) {
|
|
|
727
727
|
window2.moduleActions,
|
|
728
728
|
window2.onClose,
|
|
729
729
|
window2.version,
|
|
730
|
-
window2.windowOptions
|
|
730
|
+
window2.windowOptions,
|
|
731
|
+
window2.fnQueryClose
|
|
731
732
|
];
|
|
732
733
|
}, shallow);
|
|
733
734
|
const {
|
|
@@ -768,7 +769,8 @@ function Header(props) {
|
|
|
768
769
|
});
|
|
769
770
|
}, [moduleActions, isDesktop]);
|
|
770
771
|
const onCloseLocal = () => {
|
|
771
|
-
|
|
772
|
+
const fnClose = fnQueryClose || onClose;
|
|
773
|
+
fnClose && fnClose(windowId);
|
|
772
774
|
};
|
|
773
775
|
const maxNormalize = (e) => {
|
|
774
776
|
if (maximizedId === windowId) {
|
|
@@ -1348,7 +1350,8 @@ const Window = (props) => {
|
|
|
1348
1350
|
close,
|
|
1349
1351
|
startProgress,
|
|
1350
1352
|
stopProgress,
|
|
1351
|
-
toast
|
|
1353
|
+
toast,
|
|
1354
|
+
setFnQueryClose
|
|
1352
1355
|
} = useAreasStore((state) => state.windowActions, shallow);
|
|
1353
1356
|
const {
|
|
1354
1357
|
selectLayout
|
|
@@ -1374,6 +1377,9 @@ const Window = (props) => {
|
|
|
1374
1377
|
close: () => close(windowId),
|
|
1375
1378
|
startProgress: () => startProgress(windowId),
|
|
1376
1379
|
stopProgress: () => stopProgress(windowId),
|
|
1380
|
+
setFnQueryClose: (fnQueryClose) => {
|
|
1381
|
+
setFnQueryClose(windowId, fnQueryClose);
|
|
1382
|
+
},
|
|
1377
1383
|
toast: (toastyOptions) => {
|
|
1378
1384
|
toast(windowId, toastyOptions);
|
|
1379
1385
|
}
|
|
@@ -7,11 +7,11 @@ import "react/jsx-runtime";
|
|
|
7
7
|
import "../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
9
|
import "zustand";
|
|
10
|
-
import "../contexts/AreasContext/index.
|
|
11
|
-
import "./AreasAdmin/index.
|
|
10
|
+
import "../contexts/AreasContext/index.1213c3ef.js";
|
|
11
|
+
import "./AreasAdmin/index.31905078.js";
|
|
12
12
|
import "zustand/shallow";
|
|
13
13
|
import "../../ScrollBar/index.bbe48f4d.js";
|
|
14
|
-
import "../../mui_extended/Accordion/index.
|
|
14
|
+
import "../../mui_extended/Accordion/index.e8ba0755.js";
|
|
15
15
|
import "../../mui_extended/Typography/index.443590d6.js";
|
|
16
16
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
17
17
|
import "react-router-dom";
|
|
@@ -23,7 +23,7 @@ import "@mui/lab";
|
|
|
23
23
|
import "../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
24
24
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
25
25
|
import "../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
26
|
-
import "../../mui_extended/Tab/index.
|
|
26
|
+
import "../../mui_extended/Tab/index.3c005df1.js";
|
|
27
27
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
|
-
import "./AreasViewer/index.
|
|
28
|
+
import "./AreasViewer/index.fe18bdbc.js";
|
|
29
29
|
import "../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
@@ -5,8 +5,8 @@ import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
|
|
|
5
5
|
import { useHostTools, useModuleDictionary, useNetwork, useModuleSkeleton, EmitEvents } from "@m4l/core";
|
|
6
6
|
import { devtools } from "zustand/middleware";
|
|
7
7
|
import { immer } from "zustand/middleware/immer";
|
|
8
|
-
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.
|
|
9
|
-
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.
|
|
8
|
+
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.fe18bdbc.js";
|
|
9
|
+
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.31905078.js";
|
|
10
10
|
import { c as createDynamicMFStore } from "../DynamicMFParmsContext/index.1607c78e.js";
|
|
11
11
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.afb7e3d9.js";
|
|
12
12
|
import "clsx";
|
|
@@ -966,6 +966,11 @@ const createAreasStore = (initProps) => {
|
|
|
966
966
|
verifyRemoveToasty(state.hashWindows[windowId], toastyId, true);
|
|
967
967
|
});
|
|
968
968
|
},
|
|
969
|
+
setFnQueryClose: (windowId, fnQueryClose) => {
|
|
970
|
+
set((state) => {
|
|
971
|
+
state.hashWindows[windowId].fnQueryClose = fnQueryClose;
|
|
972
|
+
});
|
|
973
|
+
},
|
|
969
974
|
pinToast: (windowId, toastyId) => {
|
|
970
975
|
set((state) => {
|
|
971
976
|
const t = state.hashWindows[windowId].hashToasties[toastyId];
|
|
@@ -195,6 +195,7 @@ export interface AreasStateWithActions extends AreasState {
|
|
|
195
195
|
toast: (windowId: string, options: ToastyOptions) => void;
|
|
196
196
|
closeToast: (windowId: string, toastyId: number) => void;
|
|
197
197
|
pinToast: (windowId: string, toastyId: number) => void;
|
|
198
|
+
setFnQueryClose: (windowId: string, fnQueryClose: () => void) => void;
|
|
198
199
|
};
|
|
199
200
|
}
|
|
200
201
|
export declare type DefaultAreasStoreProps = Omit<AreasState, 'currentArea'>;
|
|
@@ -10,6 +10,7 @@ export interface WindowToolsMF {
|
|
|
10
10
|
stopProgress: () => void;
|
|
11
11
|
toast: (options: ToastyOptions) => void;
|
|
12
12
|
close: () => void;
|
|
13
|
+
setFnQueryClose: (fnQueryClose: () => void) => void;
|
|
13
14
|
}
|
|
14
15
|
export interface WindowToolsMFProviderProps extends WindowToolsMF {
|
|
15
16
|
children: ReactNode;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./AreasContext/index.
|
|
1
|
+
import "./AreasContext/index.1213c3ef.js";
|
|
2
2
|
import "./WindowToolsMFContext/index.8f3e2a04.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { A as AreasContext } from "../../contexts/AreasContext/index.
|
|
3
|
+
import { A as AreasContext } from "../../contexts/AreasContext/index.1213c3ef.js";
|
|
4
4
|
function useAreasStore(selector, equalityFn) {
|
|
5
5
|
const context = useContext(AreasContext);
|
|
6
6
|
if (!context)
|
|
@@ -7,11 +7,11 @@ import "react/jsx-runtime";
|
|
|
7
7
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
9
|
import "zustand";
|
|
10
|
-
import "./contexts/AreasContext/index.
|
|
11
|
-
import "./components/AreasAdmin/index.
|
|
10
|
+
import "./contexts/AreasContext/index.1213c3ef.js";
|
|
11
|
+
import "./components/AreasAdmin/index.31905078.js";
|
|
12
12
|
import "zustand/shallow";
|
|
13
13
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
14
|
-
import "../mui_extended/Accordion/index.
|
|
14
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
15
15
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
16
16
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
17
17
|
import "react-router-dom";
|
|
@@ -23,9 +23,9 @@ import "@mui/lab";
|
|
|
23
23
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
24
24
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
25
25
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
26
|
-
import "../mui_extended/Tab/index.
|
|
26
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
27
27
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
|
-
import "./components/AreasViewer/index.
|
|
28
|
+
import "./components/AreasViewer/index.fe18bdbc.js";
|
|
29
29
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
30
30
|
import "./contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
31
31
|
import "./contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -55,6 +55,11 @@ export declare type WindowState = {
|
|
|
55
55
|
toasties: Toasty[];
|
|
56
56
|
hashToasties: Record<number, Toasty>;
|
|
57
57
|
toastyCount: number;
|
|
58
|
+
/**
|
|
59
|
+
* "fnQueryClose" función que reemplaza la opción de cerrado normal de la ventana
|
|
60
|
+
* @returns void
|
|
61
|
+
*/
|
|
62
|
+
fnQueryClose?: () => void;
|
|
58
63
|
};
|
|
59
64
|
export declare type WindowOptions = {
|
|
60
65
|
allowPersistCookies: boolean;
|
|
@@ -6,14 +6,14 @@ import { useMemo, useRef, useState, useEffect } from "react";
|
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
8
8
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
9
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
9
|
+
import { H as HelperText } from "../../HelperText/index.29d5ad65.js";
|
|
10
10
|
import { I as IconButton } from "../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
11
11
|
import { styled } from "@mui/material/styles";
|
|
12
12
|
import "clsx";
|
|
13
13
|
import { unstable_composeClasses } from "@mui/base";
|
|
14
14
|
import "../../Icon/index.9fcd1476.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
|
-
import "../../mui_extended/Accordion/index.
|
|
16
|
+
import "../../mui_extended/Accordion/index.e8ba0755.js";
|
|
17
17
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
@@ -23,7 +23,7 @@ import "@mui/lab";
|
|
|
23
23
|
import "../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
24
24
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
25
25
|
import "../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
26
|
-
import "../../mui_extended/Tab/index.
|
|
26
|
+
import "../../mui_extended/Tab/index.3c005df1.js";
|
|
27
27
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
28
|
const AutocompleteRoot = styled("div")(({
|
|
29
29
|
theme
|
|
@@ -5,7 +5,7 @@ import { styled } from "@mui/material/styles";
|
|
|
5
5
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
8
|
-
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.
|
|
8
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.e52c1f6a.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
styled("div")(() => ({
|
|
11
11
|
display: "flex",
|
|
@@ -5,7 +5,7 @@ import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
|
5
5
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import { styled as styled$1 } from "@mui/material/styles";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
8
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
8
|
+
import { H as HelperText } from "../../HelperText/index.29d5ad65.js";
|
|
9
9
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
10
10
|
const WrapperSkeletonCheckBox = styled("div")(() => ({
|
|
11
11
|
display: "flex",
|
|
@@ -9,7 +9,7 @@ import clsx from "clsx";
|
|
|
9
9
|
import "../../Icon/index.9fcd1476.js";
|
|
10
10
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
11
11
|
import "../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
12
|
-
import "../../mui_extended/Accordion/index.
|
|
12
|
+
import "../../mui_extended/Accordion/index.e8ba0755.js";
|
|
13
13
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
14
14
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
15
15
|
import "react-router-dom";
|
|
@@ -21,9 +21,9 @@ import "@mui/lab";
|
|
|
21
21
|
import "../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
22
22
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
23
|
import "../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
24
|
-
import "../../mui_extended/Tab/index.
|
|
24
|
+
import "../../mui_extended/Tab/index.3c005df1.js";
|
|
25
25
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
26
|
+
import { H as HelperText } from "../../HelperText/index.29d5ad65.js";
|
|
27
27
|
import { styled } from "@mui/material/styles";
|
|
28
28
|
import { unstable_composeClasses } from "@mui/base";
|
|
29
29
|
const SKTRHFWrapperTextField = styled("div")(({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { useFormContext, Controller } from "react-hook-form";
|
|
3
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
4
|
-
import { P as Period } from "../../Period/index.
|
|
3
|
+
import { H as HelperText } from "../../HelperText/index.29d5ad65.js";
|
|
4
|
+
import { P as Period } from "../../Period/index.adc328ca.js";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
const RHFPeriodRoot = styled("div")(({
|
|
@@ -12,7 +12,7 @@ import { styled as styled$1 } from "@mui/material/styles";
|
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
13
|
import { g as getComponentUtilityClass } from "../../../utils/index.c43a95f4.js";
|
|
14
14
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
15
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
15
|
+
import { H as HelperText } from "../../HelperText/index.29d5ad65.js";
|
|
16
16
|
const SkeletonTextFieldRoot = styled("div")(() => ({
|
|
17
17
|
display: "flex",
|
|
18
18
|
flexDirection: "column",
|
|
@@ -9,7 +9,7 @@ import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
|
9
9
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
10
10
|
import { B as Button } from "../../mui_extended/Button/index.4288f9fc.js";
|
|
11
11
|
import { T as Typography } from "../../mui_extended/Typography/index.443590d6.js";
|
|
12
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
12
|
+
import { H as HelperText } from "../../HelperText/index.29d5ad65.js";
|
|
13
13
|
import "clsx";
|
|
14
14
|
import { styled } from "@mui/material/styles";
|
|
15
15
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -17,7 +17,7 @@ import "@mui/material/Button";
|
|
|
17
17
|
import "../../Icon/index.9fcd1476.js";
|
|
18
18
|
import "../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
19
19
|
import "@m4l/graphics";
|
|
20
|
-
import "../../mui_extended/Accordion/index.
|
|
20
|
+
import "../../mui_extended/Accordion/index.e8ba0755.js";
|
|
21
21
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
22
22
|
import "react-router-dom";
|
|
23
23
|
import "../../mui_extended/Badge/index.8c2b8b66.js";
|
|
@@ -25,7 +25,7 @@ import "@mui/lab";
|
|
|
25
25
|
import "../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
26
26
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
27
27
|
import "../../mui_extended/Pager/index.2f6d6d7d.js";
|
|
28
|
-
import "../../mui_extended/Tab/index.
|
|
28
|
+
import "../../mui_extended/Tab/index.3c005df1.js";
|
|
29
29
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
30
|
const UploadImageRoot = styled("div")(({
|
|
31
31
|
theme
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useEnvironment } from "@m4l/core";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
-
import { m as modalUtilityClasses } from "./index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.6d238807.js";
|
|
4
|
+
import { m as modalUtilityClasses } from "./index.cd34ddb3.js";
|
|
5
5
|
import { I as Icon } from "../Icon/index.9fcd1476.js";
|
|
6
6
|
import "@mui/material";
|
|
7
7
|
import { I as IconButton } from "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
8
|
-
import "../mui_extended/Accordion/index.
|
|
8
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
9
9
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
10
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
11
11
|
import clsx from "clsx";
|
|
@@ -19,7 +19,7 @@ import "@mui/lab";
|
|
|
19
19
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
20
20
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
21
21
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
22
|
-
import "../mui_extended/Tab/index.
|
|
22
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
23
23
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
24
24
|
const Header = (props) => {
|
|
25
25
|
const {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
-
import { A as Actions } from "../CommonActions/components/Actions/index.
|
|
5
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
6
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.6d238807.js";
|
|
4
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.5732847f.js";
|
|
5
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.92536832.js";
|
|
6
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.aa4e432e.js";
|
|
7
7
|
import "react-hook-form";
|
|
8
8
|
import { Typography } from "@mui/material";
|
|
9
9
|
import "@mui/material/Button";
|
|
@@ -14,10 +14,10 @@ import "../../react-draggable.7abb5d0a.js";
|
|
|
14
14
|
import "../Resizeable/index.9a9c79a4.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
16
|
import "../Icon/index.9fcd1476.js";
|
|
17
|
-
import { m as modalUtilityClasses } from "./index.
|
|
17
|
+
import { m as modalUtilityClasses } from "./index.cd34ddb3.js";
|
|
18
18
|
import { I as Image } from "../Image/index.c18ebf5a.js";
|
|
19
19
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
20
|
-
import "../mui_extended/Accordion/index.
|
|
20
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
21
21
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
22
22
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
23
23
|
import "react-router-dom";
|
|
@@ -26,14 +26,14 @@ import "@mui/lab";
|
|
|
26
26
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
27
27
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
28
28
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
29
|
-
import "../mui_extended/Tab/index.
|
|
29
|
+
import "../mui_extended/Tab/index.3c005df1.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.1213c3ef.js";
|
|
33
|
+
import "../areas/components/AreasAdmin/index.31905078.js";
|
|
34
34
|
import "zustand/shallow";
|
|
35
35
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
36
|
-
import "../areas/components/AreasViewer/index.
|
|
36
|
+
import "../areas/components/AreasViewer/index.fe18bdbc.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 { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import "../../react-draggable.7abb5d0a.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../contexts/ModalContext/index.
|
|
4
|
+
import "../../contexts/ModalContext/index.feded672.js";
|
|
5
5
|
import "../Resizeable/index.9a9c79a4.js";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
7
|
import "@m4l/graphics";
|
|
@@ -9,12 +9,12 @@ import "../Icon/index.9fcd1476.js";
|
|
|
9
9
|
import "clsx";
|
|
10
10
|
import "@m4l/core";
|
|
11
11
|
import { unstable_composeClasses } from "@mui/base";
|
|
12
|
-
import "../CommonActions/components/Actions/index.
|
|
12
|
+
import "../CommonActions/components/Actions/index.5732847f.js";
|
|
13
13
|
import "@mui/material/Button";
|
|
14
14
|
import "../mui_extended/Button/index.4288f9fc.js";
|
|
15
15
|
import "react-hook-form";
|
|
16
16
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
17
|
-
import "../mui_extended/Accordion/index.
|
|
17
|
+
import "../mui_extended/Accordion/index.e8ba0755.js";
|
|
18
18
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
19
19
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
20
20
|
import "react-router-dom";
|
|
@@ -24,14 +24,14 @@ import "@mui/lab";
|
|
|
24
24
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
25
25
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../mui_extended/Pager/index.2f6d6d7d.js";
|
|
27
|
-
import "../mui_extended/Tab/index.
|
|
27
|
+
import "../mui_extended/Tab/index.3c005df1.js";
|
|
28
28
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
29
|
import "zustand";
|
|
30
|
-
import "../areas/contexts/AreasContext/index.
|
|
31
|
-
import "../areas/components/AreasAdmin/index.
|
|
30
|
+
import "../areas/contexts/AreasContext/index.1213c3ef.js";
|
|
31
|
+
import "../areas/components/AreasAdmin/index.31905078.js";
|
|
32
32
|
import "zustand/shallow";
|
|
33
33
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
34
|
-
import "../areas/components/AreasViewer/index.
|
|
34
|
+
import "../areas/components/AreasViewer/index.fe18bdbc.js";
|
|
35
35
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
36
36
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
37
37
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -6,7 +6,7 @@ import { I as Icon } from "../../Icon/index.9fcd1476.js";
|
|
|
6
6
|
import { T as Typography } from "../Typography/index.443590d6.js";
|
|
7
7
|
import clsx from "clsx";
|
|
8
8
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
9
|
-
import { g as getNameDataTestId } from "../../../vendor.
|
|
9
|
+
import { g as getNameDataTestId } from "../../../vendor.9b969b18.js";
|
|
10
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
11
|
const componentName = "M4LAccordion";
|
|
12
12
|
generateUtilityClasses(componentName, [
|
|
@@ -4,7 +4,7 @@ import { styled } from "@mui/material/styles";
|
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
|
-
import { g as getNameDataTestId } from "../../../vendor.
|
|
7
|
+
import { g as getNameDataTestId } from "../../../vendor.9b969b18.js";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
9
|
const TabRoot = styled("div")(({
|
|
10
10
|
theme
|
|
@@ -6,7 +6,7 @@ import "clsx";
|
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
7
|
import "./IconButton/index.12f1a3c3.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "./Accordion/index.
|
|
9
|
+
import "./Accordion/index.e8ba0755.js";
|
|
10
10
|
import "./Typography/index.443590d6.js";
|
|
11
11
|
import "./Avatar/index.75e6ed57.js";
|
|
12
12
|
import "react-router-dom";
|
|
@@ -18,5 +18,5 @@ import "@mui/lab";
|
|
|
18
18
|
import "./MenuActions/index.43a2e1ae.js";
|
|
19
19
|
import "./Popover/index.9f35d0eb.js";
|
|
20
20
|
import "./Pager/index.2f6d6d7d.js";
|
|
21
|
-
import "./Tab/index.
|
|
21
|
+
import "./Tab/index.3c005df1.js";
|
|
22
22
|
import "./Tooltip/index.5a795dcd.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createContext, useState } from "react";
|
|
2
|
-
import { M as ModalDialog } from "../../components/ModalDialog/index.
|
|
2
|
+
import { M as ModalDialog } from "../../components/ModalDialog/index.ab432b77.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import { M as ModalContext } from "../../contexts/ModalContext/index.
|
|
2
|
+
import { M as ModalContext } from "../../contexts/ModalContext/index.feded672.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|