@m4l/components 0.1.88 → 0.1.89
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/@types/export.d.ts +8 -2
- package/components/AccountPopover/{index.f792f60a.js → index.bb2c369d.js} +7 -7
- package/components/AppBar/{index.86f39e7f.js → index.58233583.js} +7 -7
- package/components/CommonActions/components/ActionCancel/{index.aac245a9.js → index.ffc5618a.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.6e2ae777.js → index.baa35ca3.js} +15 -15
- package/components/CommonActions/components/ActionFormIntro/{index.94eebd22.js → index.906d46a0.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.a4386a07.js → index.81d2648b.js} +1 -1
- package/components/CommonActions/components/Actions/{index.e3be92cf.js → index.366cb775.js} +13 -13
- package/components/DataGrid/{index.31c6039a.js → index.8c887df9.js} +7 -7
- package/components/DataGrid/subcomponents/Actions/{index.bc07737f.js → index.895fc73f.js} +21 -20
- package/components/DynamicFilter/dictionary.d.ts +6 -2
- package/components/DynamicFilter/{index.cdc90c70.js → index.d2e7bdcc.js} +56 -53
- package/components/GridLayout/{index.2383aaf9.js → index.8ae34c50.js} +25 -16
- package/components/GridLayout/subcomponents/Griditem/{index.58168132.js → index.c7a33781.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.a6642437.js → index.96cdb1b4.js} +1 -2
- package/components/HelperText/{index.e47a7ccf.js → index.69791151.js} +7 -7
- package/components/Icon/{index.6459c16b.js → index.a70c4729.js} +1 -1
- package/components/LanguagePopover/{index.6cfff34e.js → index.349d359c.js} +7 -7
- package/components/ModalDialog/{index.cd00c1fc.js → index.302a87c9.js} +5 -15
- package/components/NavLink/{index.7f33ec07.js → index.8fe407ef.js} +7 -7
- package/components/NoItemSelected/{index.a2807715.js → index.1eaf72d8.js} +7 -8
- package/components/ObjectLogs/{index.253ca560.js → index.98d3400e.js} +17 -17
- package/components/PaperForm/{index.2ba09776.js → index.e02c772c.js} +3 -4
- package/components/Period/{index.ba2a843b.js → index.972dbe64.js} +14 -14
- package/components/PropertyValue/{index.ba3a1a95.js → index.d3d71d50.js} +5 -4
- package/components/Resizeable/{index.9a9c79a4.js → index.676c96fe.js} +33 -12
- package/components/SideBar/{index.4e3fd5fc.js → index.2dfc5445.js} +2 -2
- package/components/areas/components/AreasAdmin/classes/index.d.ts +1 -1
- package/components/areas/components/AreasAdmin/classes/types.d.ts +1 -0
- package/components/areas/components/AreasAdmin/{index.3b358ff4.js → index.cb3d7bd6.js} +43 -39
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/{index.df370ebe.js → index.1eef603d.js} +55 -67
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +2 -0
- package/components/areas/components/{index.ad764f53.js → index.44ec162f.js} +10 -10
- package/components/areas/contexts/AreasContext/{index.a5dab72c.js → index.7a2d5394.js} +8 -14
- package/components/areas/contexts/{index.7ac0a3bf.js → index.7bae4208.js} +1 -1
- package/components/areas/hooks/useAreas/{index.4726ee2e.js → index.1f112e0b.js} +1 -1
- package/components/areas/{index.e380a1f6.js → index.aaaa1f62.js} +10 -10
- package/components/formatters/BooleanFormatter/{index.294f4b01.js → index.a013b080.js} +1 -1
- package/components/formatters/{index.fc14c9fe.js → index.576922c9.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.c6f46842.js → index.5c23bd25.js} +8 -9
- package/components/hook-form/RHFAutocompleteAsync/{index.4c52e870.js → index.85b11f3a.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.066c715f.js → index.a136882e.js} +9 -8
- package/components/hook-form/RHFDateTime/{index.3661a6c9.js → index.1ca795b0.js} +8 -10
- package/components/hook-form/RHFPeriod/{index.4c9a1646.js → index.90777c53.js} +2 -2
- package/components/hook-form/RHFTextField/{index.0a784644.js → index.ccea64e7.js} +3 -3
- package/components/hook-form/RHFUpload/{index.a98e961d.js → index.85e59119.js} +8 -8
- package/components/modal/{WindowBase.84c1f7d7.js → WindowBase.39a70f35.js} +21 -17
- package/components/modal/{WindowConfirm.0e68789f.js → WindowConfirm.f53c02f6.js} +29 -19
- package/components/modal/classes/index.d.ts +2 -0
- package/components/modal/classes/types.d.ts +2 -0
- package/components/modal/dictionary.d.ts +1 -0
- package/components/modal/index.d.ts +1 -0
- package/components/modal/{index.c997f1df.js → index.dbdb6ac0.js} +24 -16
- package/components/mui_extended/Accordion/{index.284b6cd3.js → index.0e0090ca.js} +3 -3
- package/components/mui_extended/Badge/{index.8c2b8b66.js → index.b09524fe.js} +1 -1
- package/components/mui_extended/Badge/types.d.ts +1 -1
- package/components/mui_extended/IconButton/{index.bb108329.js → index.76624519.js} +4 -1
- package/components/mui_extended/MenuActions/classes/constants.d.ts +1 -0
- package/components/mui_extended/MenuActions/classes/index.d.ts +7 -0
- package/components/mui_extended/MenuActions/classes/types.d.ts +7 -0
- package/components/mui_extended/MenuActions/{index.35095da9.js → index.4c2e48d4.js} +42 -11
- package/components/mui_extended/MenuActions/types.d.ts +2 -0
- package/components/mui_extended/Pager/{index.68e5c360.js → index.ac2a21f0.js} +1 -1
- package/components/mui_extended/Tab/{index.7a8aef3b.js → index.3db2e0c7.js} +37 -5
- package/components/mui_extended/TabContent/TabContent.d.ts +3 -0
- package/components/mui_extended/TabContent/classes/constants.d.ts +1 -0
- package/components/mui_extended/TabContent/classes/index.d.ts +6 -0
- package/components/mui_extended/TabContent/classes/types.d.ts +6 -0
- package/components/mui_extended/TabContent/index.d.ts +2 -0
- package/components/mui_extended/TabContent/types.d.ts +6 -0
- package/components/mui_extended/{index.86b2b593.js → index.9e8aeca8.js} +7 -7
- package/components/mui_extended/index.d.ts +1 -0
- package/contexts/ModalContext/{index.c312fca2.js → index.1fc9f5d9.js} +3 -1
- package/contexts/RHFormContext/{index.ea2758ed.js → index.1755b324.js} +4 -7
- package/hooks/useFormAddEdit/{index.86df3ae5.js → index.4906dbb4.js} +15 -14
- package/hooks/useModal/{index.efa94032.js → index.6457198c.js} +1 -1
- package/index.js +63 -61
- package/package.json +1 -1
- package/{vendor.c2b73255.js → vendor.92191f81.js} +51 -51
|
@@ -13,11 +13,11 @@ 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.1f112e0b.js";
|
|
17
17
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton, useNetwork, useHostTools, axiosOperation } from "@m4l/core";
|
|
18
|
-
import { I as IconButton } from "../../../mui_extended/IconButton/index.
|
|
19
|
-
import "../../../mui_extended/Accordion/index.
|
|
20
|
-
import { I as Icon } from "../../../Icon/index.
|
|
18
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.76624519.js";
|
|
19
|
+
import "../../../mui_extended/Accordion/index.0e0090ca.js";
|
|
20
|
+
import { I as Icon } from "../../../Icon/index.a70c4729.js";
|
|
21
21
|
import { T as Typography } from "../../../mui_extended/Typography/index.443590d6.js";
|
|
22
22
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
23
23
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
@@ -25,14 +25,14 @@ import "react-router-dom";
|
|
|
25
25
|
import "@mui/material/Button";
|
|
26
26
|
import { B as Button } from "../../../mui_extended/Button/index.f79eb74e.js";
|
|
27
27
|
import "../../../mui_extended/CheckBox.38abccd8.js";
|
|
28
|
-
import "../../../mui_extended/Badge/index.
|
|
29
|
-
import
|
|
28
|
+
import "../../../mui_extended/Badge/index.b09524fe.js";
|
|
29
|
+
import "../../../Image/index.c18ebf5a.js";
|
|
30
30
|
import "@mui/lab";
|
|
31
|
-
import { M as MenuActions, a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.
|
|
31
|
+
import { M as MenuActions, a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.4c2e48d4.js";
|
|
32
32
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
33
33
|
import "../../../mui_extended/Stack/index.0e53197c.js";
|
|
34
|
-
import "../../../mui_extended/Tab/index.
|
|
35
|
-
import "../../../mui_extended/Pager/index.
|
|
34
|
+
import "../../../mui_extended/Tab/index.3db2e0c7.js";
|
|
35
|
+
import "../../../mui_extended/Pager/index.ac2a21f0.js";
|
|
36
36
|
import { useResponsiveDesktop, useHostTheme, useFormatter, useLocales, useFirstRender } from "@m4l/graphics";
|
|
37
37
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
38
38
|
import { I as ICONS } from "../../icons.8266ccc8.js";
|
|
@@ -42,57 +42,57 @@ import debounce from "lodash/debounce";
|
|
|
42
42
|
import { L as LinearProgress } from "../../../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
43
43
|
import { W as WindowToolsMFProvider } from "../../contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
44
44
|
import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
45
|
-
import "../../../../contexts/ModalContext/index.
|
|
46
|
-
import "../../../../contexts/RHFormContext/index.
|
|
47
|
-
import "../../../GridLayout/subcomponents/Griditem/index.
|
|
48
|
-
import { S as SizeProvider } from "../../../GridLayout/index.
|
|
49
|
-
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.
|
|
50
|
-
import { R as ROW_HEIGTH_GRIDLAYOUT, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.
|
|
45
|
+
import "../../../../contexts/ModalContext/index.1fc9f5d9.js";
|
|
46
|
+
import "../../../../contexts/RHFormContext/index.1755b324.js";
|
|
47
|
+
import "../../../GridLayout/subcomponents/Griditem/index.c7a33781.js";
|
|
48
|
+
import { S as SizeProvider } from "../../../GridLayout/index.8ae34c50.js";
|
|
49
|
+
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.96cdb1b4.js";
|
|
50
|
+
import { R as ROW_HEIGTH_GRIDLAYOUT, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.7a2d5394.js";
|
|
51
51
|
import "../../../animate/index.4e9774a6.js";
|
|
52
52
|
import "framer-motion";
|
|
53
53
|
import "../../../animate/LoadingScreen/index.1d0c4307.js";
|
|
54
54
|
import "../../../animate/PropagateLoader/index.7fab43c8.js";
|
|
55
|
-
import "../AreasAdmin/index.
|
|
55
|
+
import "../AreasAdmin/index.cb3d7bd6.js";
|
|
56
56
|
import "../../../ScrollBar/index.65bb2930.js";
|
|
57
57
|
import "zustand";
|
|
58
58
|
import "react-hook-form";
|
|
59
|
-
import "../../../hook-form/RHFAutocomplete/index.
|
|
60
|
-
import "../../../HelperText/index.
|
|
61
|
-
import "../../../hook-form/RHFAutocompleteAsync/index.
|
|
62
|
-
import "../../../hook-form/RHFCheckbox/index.
|
|
59
|
+
import "../../../hook-form/RHFAutocomplete/index.5c23bd25.js";
|
|
60
|
+
import "../../../HelperText/index.69791151.js";
|
|
61
|
+
import "../../../hook-form/RHFAutocompleteAsync/index.85b11f3a.js";
|
|
62
|
+
import "../../../hook-form/RHFCheckbox/index.a136882e.js";
|
|
63
63
|
import "@mui/x-date-pickers";
|
|
64
|
-
import "../../../hook-form/RHFDateTime/index.
|
|
65
|
-
import "../../../hook-form/RHFTextField/index.
|
|
66
|
-
import "../../../hook-form/RHFPeriod/index.
|
|
67
|
-
import "../../../Period/index.
|
|
68
|
-
import "../../../CommonActions/components/Actions/index.
|
|
64
|
+
import "../../../hook-form/RHFDateTime/index.1ca795b0.js";
|
|
65
|
+
import "../../../hook-form/RHFTextField/index.ccea64e7.js";
|
|
66
|
+
import "../../../hook-form/RHFPeriod/index.90777c53.js";
|
|
67
|
+
import "../../../Period/index.972dbe64.js";
|
|
68
|
+
import "../../../CommonActions/components/Actions/index.366cb775.js";
|
|
69
69
|
import { c as cjs } from "../../../../react-draggable.7abb5d0a.js";
|
|
70
|
-
import { R as ResizeableWindow } from "../../../Resizeable/index.
|
|
71
|
-
import "../../../modal/index.
|
|
70
|
+
import { R as ResizeableWindow } from "../../../Resizeable/index.676c96fe.js";
|
|
71
|
+
import "../../../modal/index.dbdb6ac0.js";
|
|
72
72
|
import "lodash/isString";
|
|
73
73
|
import "react-dropzone";
|
|
74
|
-
import "../../../hook-form/RHFUpload/index.
|
|
75
|
-
import "../../../DataGrid/index.
|
|
74
|
+
import "../../../hook-form/RHFUpload/index.85e59119.js";
|
|
75
|
+
import "../../../DataGrid/index.8c887df9.js";
|
|
76
76
|
import "react-dnd";
|
|
77
77
|
import "react-dnd-html5-backend";
|
|
78
|
-
import "../../../DataGrid/subcomponents/Actions/index.
|
|
78
|
+
import "../../../DataGrid/subcomponents/Actions/index.895fc73f.js";
|
|
79
79
|
import "../../../DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
80
|
-
import "../../../DynamicFilter/index.
|
|
80
|
+
import "../../../DynamicFilter/index.d2e7bdcc.js";
|
|
81
81
|
import "yup";
|
|
82
82
|
import "lodash";
|
|
83
|
-
import "../../../LanguagePopover/index.
|
|
84
|
-
import "../../../NavLink/index.
|
|
85
|
-
import "../../../NoItemSelected/index.
|
|
86
|
-
import "../../../ObjectLogs/index.
|
|
83
|
+
import "../../../LanguagePopover/index.349d359c.js";
|
|
84
|
+
import "../../../NavLink/index.8fe407ef.js";
|
|
85
|
+
import "../../../NoItemSelected/index.1eaf72d8.js";
|
|
86
|
+
import "../../../ObjectLogs/index.98d3400e.js";
|
|
87
87
|
import "../../../../react-json-view.57125fcf.js";
|
|
88
|
-
import "../../../PaperForm/index.
|
|
88
|
+
import "../../../PaperForm/index.e02c772c.js";
|
|
89
89
|
import "../../../Page/index.4237c241.js";
|
|
90
|
-
import "../../../PropertyValue/index.
|
|
90
|
+
import "../../../PropertyValue/index.d3d71d50.js";
|
|
91
91
|
import "../../../SplitLayout/index.9ef430f6.js";
|
|
92
92
|
import "../../../../react-splitter-layout.8b1655c8.js";
|
|
93
|
-
import "../../../SideBar/index.
|
|
94
|
-
import "../../../AppBar/index.
|
|
95
|
-
import "../../../AccountPopover/index.
|
|
93
|
+
import "../../../SideBar/index.2dfc5445.js";
|
|
94
|
+
import "../../../AppBar/index.58233583.js";
|
|
95
|
+
import "../../../AccountPopover/index.bb2c369d.js";
|
|
96
96
|
const areasViewerClasses = generateUtilityClasses(AREAS_VIEWER_CLASS_NAME, [
|
|
97
97
|
"root",
|
|
98
98
|
"areaRoot",
|
|
@@ -472,9 +472,9 @@ function getMenuActions(options) {
|
|
|
472
472
|
saveModuleCookies,
|
|
473
473
|
resetModuleCookies,
|
|
474
474
|
version,
|
|
475
|
-
windowOptions = { allowPersistCookies: false }
|
|
475
|
+
windowOptions = { allowPersistCookies: false },
|
|
476
|
+
getLabel
|
|
476
477
|
} = options;
|
|
477
|
-
const { getLabel } = useModuleDictionary();
|
|
478
478
|
let menuActions = [...moduleActions.filter((action) => action.visibility !== "allways")];
|
|
479
479
|
if (isDesktop !== void 0 && isDesktop) {
|
|
480
480
|
menuActions = menuActions.filter((action) => action.visibility === "normal");
|
|
@@ -533,7 +533,6 @@ function MainActions(props) {
|
|
|
533
533
|
children: mainActions.map((mainAction) => {
|
|
534
534
|
const tooltip = mainAction.label !== void 0 ? mainAction.label : getLabel(mainAction.dictionaryId || "");
|
|
535
535
|
const onClick = (e) => {
|
|
536
|
-
console.log("onClick MainActions");
|
|
537
536
|
mainAction.onClick(e);
|
|
538
537
|
e.stopPropagation();
|
|
539
538
|
};
|
|
@@ -658,7 +657,8 @@ function Header(props) {
|
|
|
658
657
|
saveModuleCookies,
|
|
659
658
|
resetModuleCookies,
|
|
660
659
|
version,
|
|
661
|
-
windowOptions
|
|
660
|
+
windowOptions,
|
|
661
|
+
getLabel
|
|
662
662
|
});
|
|
663
663
|
}, [moduleActions, isDesktop]);
|
|
664
664
|
const onCloseLocal = () => {
|
|
@@ -697,12 +697,12 @@ function Header(props) {
|
|
|
697
697
|
children: `${title}`
|
|
698
698
|
}), /* @__PURE__ */ jsxs("div", {
|
|
699
699
|
className: areasViewerClasses.windowHeaderCancelHandle,
|
|
700
|
-
children: [/* @__PURE__ */ jsx(MainActions, {
|
|
700
|
+
children: [!colapsed && /* @__PURE__ */ jsx(MainActions, {
|
|
701
701
|
windowId
|
|
702
|
-
}), emergeType === "layout" ? /* @__PURE__ */ jsx(WindowPopUpsList, {
|
|
702
|
+
}), !colapsed && emergeType === "layout" ? /* @__PURE__ */ jsx(WindowPopUpsList, {
|
|
703
703
|
areaId,
|
|
704
704
|
windowId
|
|
705
|
-
}) : null, menuActions.length > 0 && /* @__PURE__ */ jsx(MemonizedMenuActions, {
|
|
705
|
+
}) : null, !colapsed && menuActions.length > 0 && /* @__PURE__ */ jsx(MemonizedMenuActions, {
|
|
706
706
|
arrowType: "no-arrow",
|
|
707
707
|
marginTop: "12px!important",
|
|
708
708
|
marginLeft: "14px!important",
|
|
@@ -752,7 +752,6 @@ const ProggessLoadingMF = (props) => {
|
|
|
752
752
|
value: loadingProgress
|
|
753
753
|
})
|
|
754
754
|
});
|
|
755
|
-
} else {
|
|
756
755
|
}
|
|
757
756
|
} catch (error) {
|
|
758
757
|
}
|
|
@@ -1325,19 +1324,10 @@ const ResizeHandle = React__default.forwardRef((props, ref) => {
|
|
|
1325
1324
|
handleAxis,
|
|
1326
1325
|
...restProps
|
|
1327
1326
|
} = props;
|
|
1328
|
-
const {
|
|
1329
|
-
host_static_assets,
|
|
1330
|
-
environment_assets
|
|
1331
|
-
} = useEnvironment();
|
|
1332
1327
|
return /* @__PURE__ */ jsx("div", {
|
|
1333
1328
|
ref,
|
|
1334
1329
|
className: clsx(`react-resizable-handle react-resizable-handle-${handleAxis}`, areasViewerClasses.resizeHandle),
|
|
1335
|
-
...restProps
|
|
1336
|
-
children: /* @__PURE__ */ jsx(Image, {
|
|
1337
|
-
width: "12px",
|
|
1338
|
-
height: "12px",
|
|
1339
|
-
src: `${host_static_assets}/${environment_assets}/frontend/components/areas/assets/icons/control_size.svg`
|
|
1340
|
-
})
|
|
1330
|
+
...restProps
|
|
1341
1331
|
});
|
|
1342
1332
|
});
|
|
1343
1333
|
const ResponsiveGridLayout = SizeProvider(Responsive);
|
|
@@ -1546,17 +1536,15 @@ const WindowModal = (props) => {
|
|
|
1546
1536
|
};
|
|
1547
1537
|
const MemonizedWindowModal = React__default.memo(WindowModal);
|
|
1548
1538
|
function AreasViewer() {
|
|
1549
|
-
const areas = useAreasStore((
|
|
1550
|
-
const windowsModals = useAreasStore((
|
|
1551
|
-
const hashWindowsModals = useAreasStore((
|
|
1552
|
-
const currentArea = useAreasStore((
|
|
1553
|
-
const status = useAreasStore((
|
|
1554
|
-
const classesRoot = useAreasStore((
|
|
1555
|
-
const state = useAreasStore((state2) => state2);
|
|
1556
|
-
console.log("Areas state >>>>", state);
|
|
1539
|
+
const areas = useAreasStore((state) => state.areasIds, shallow);
|
|
1540
|
+
const windowsModals = useAreasStore((state) => state.windowsModals);
|
|
1541
|
+
const hashWindowsModals = useAreasStore((state) => state.hashWindowsModals);
|
|
1542
|
+
const currentArea = useAreasStore((state) => state.currentAreaId);
|
|
1543
|
+
const status = useAreasStore((state) => state.ownerState.status);
|
|
1544
|
+
const classesRoot = useAreasStore((state) => state.viwerClasses.root);
|
|
1557
1545
|
const {
|
|
1558
1546
|
init
|
|
1559
|
-
} = useAreasStore((
|
|
1547
|
+
} = useAreasStore((state) => state.areasActions);
|
|
1560
1548
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
1561
1549
|
children: [/* @__PURE__ */ jsx(AreasViewerRoot, {
|
|
1562
1550
|
className: classesRoot,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { GetLabelType } from '@m4l/core';
|
|
1
2
|
import { AreaWindowAction, WindowOptions } from '../../../../../../../../types';
|
|
2
3
|
export declare function getMainActions(isDesktop: boolean | undefined, moduleActions: AreaWindowAction[]): AreaWindowAction[];
|
|
3
4
|
declare type GetMenuActionsType = {
|
|
@@ -9,6 +10,7 @@ declare type GetMenuActionsType = {
|
|
|
9
10
|
resetModuleCookies: (wd: string) => void;
|
|
10
11
|
version?: string;
|
|
11
12
|
windowOptions?: WindowOptions;
|
|
13
|
+
getLabel: GetLabelType;
|
|
12
14
|
};
|
|
13
15
|
export declare function getMenuActions(options: GetMenuActionsType): AreaWindowAction[];
|
|
14
16
|
export {};
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "@m4l/core";
|
|
3
3
|
import "@mui/material";
|
|
4
|
-
import "../../Icon/index.
|
|
4
|
+
import "../../Icon/index.a70c4729.js";
|
|
5
5
|
import "clsx";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
|
-
import "../../mui_extended/IconButton/index.
|
|
7
|
+
import "../../mui_extended/IconButton/index.76624519.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
9
|
import "zustand";
|
|
10
|
-
import "../contexts/AreasContext/index.
|
|
11
|
-
import "./AreasAdmin/index.
|
|
10
|
+
import "../contexts/AreasContext/index.7a2d5394.js";
|
|
11
|
+
import "./AreasAdmin/index.cb3d7bd6.js";
|
|
12
12
|
import "zustand/shallow";
|
|
13
13
|
import "../../ScrollBar/index.65bb2930.js";
|
|
14
|
-
import "../../mui_extended/Accordion/index.
|
|
14
|
+
import "../../mui_extended/Accordion/index.0e0090ca.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";
|
|
18
18
|
import "@mui/material/Button";
|
|
19
19
|
import "../../mui_extended/Button/index.f79eb74e.js";
|
|
20
20
|
import "../../mui_extended/CheckBox.38abccd8.js";
|
|
21
|
-
import "../../mui_extended/Badge/index.
|
|
21
|
+
import "../../mui_extended/Badge/index.b09524fe.js";
|
|
22
22
|
import "../../Image/index.c18ebf5a.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "../../mui_extended/MenuActions/index.
|
|
24
|
+
import "../../mui_extended/MenuActions/index.4c2e48d4.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.
|
|
28
|
-
import "../../mui_extended/Pager/index.
|
|
27
|
+
import "../../mui_extended/Tab/index.3db2e0c7.js";
|
|
28
|
+
import "../../mui_extended/Pager/index.ac2a21f0.js";
|
|
29
29
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
|
-
import "./AreasViewer/index.
|
|
30
|
+
import "./AreasViewer/index.1eef603d.js";
|
|
31
31
|
import "../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
@@ -5,15 +5,15 @@ 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.1eef603d.js";
|
|
9
|
+
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.cb3d7bd6.js";
|
|
10
10
|
import { c as createDynamicMFStore } from "../DynamicMFParmsContext/index.1607c78e.js";
|
|
11
11
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
|
|
12
12
|
import "clsx";
|
|
13
|
-
import "../../../GridLayout/subcomponents/Griditem/index.
|
|
14
|
-
import { z as isEqualLayouts } from "../../../GridLayout/index.
|
|
13
|
+
import "../../../GridLayout/subcomponents/Griditem/index.c7a33781.js";
|
|
14
|
+
import { z as isEqualLayouts } from "../../../GridLayout/index.8ae34c50.js";
|
|
15
15
|
import { jsx } from "react/jsx-runtime";
|
|
16
|
-
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.
|
|
16
|
+
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.96cdb1b4.js";
|
|
17
17
|
import { debounce, cloneDeep } from "lodash";
|
|
18
18
|
import { useNavigate } from "react-router-dom";
|
|
19
19
|
const ROW_HEIGTH_GRIDLAYOUT = 20;
|
|
@@ -154,12 +154,6 @@ function getDataFromResponse(data, state, areaId) {
|
|
|
154
154
|
if (!newBreakPointsLayouts) {
|
|
155
155
|
newBreakPointsLayouts = {};
|
|
156
156
|
}
|
|
157
|
-
console.log(
|
|
158
|
-
"getDataFromResponse before start",
|
|
159
|
-
windows,
|
|
160
|
-
newBreakPointsLayouts,
|
|
161
|
-
BREAKPOINT_SIZES
|
|
162
|
-
);
|
|
163
157
|
for (const breakPoint in BREAKPOINT_SIZES) {
|
|
164
158
|
if (!newBreakPointsLayouts[breakPoint]) {
|
|
165
159
|
newBreakPointsLayouts[breakPoint] = [];
|
|
@@ -464,12 +458,12 @@ const createAreasStore = (initProps) => {
|
|
|
464
458
|
area.layoutItemsIds.push(windowId);
|
|
465
459
|
if (newWindowProps.emergeType === "layout") {
|
|
466
460
|
area.currentLayoutId = windowId;
|
|
467
|
-
if (area.maximizedId) {
|
|
468
|
-
area.maximizedId = windowId;
|
|
469
|
-
}
|
|
470
461
|
} else {
|
|
471
462
|
area.currentPopUpId = windowId;
|
|
472
463
|
}
|
|
464
|
+
if (area.maximizedId) {
|
|
465
|
+
area.maximizedId = windowId;
|
|
466
|
+
}
|
|
473
467
|
area.layouts = addLayoutItemToBreakPoints(
|
|
474
468
|
area.layouts,
|
|
475
469
|
newLayoutItem,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./AreasContext/index.
|
|
1
|
+
import "./AreasContext/index.7a2d5394.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.7a2d5394.js";
|
|
4
4
|
function useAreasStore(selector, equalityFn) {
|
|
5
5
|
const context = useContext(AreasContext);
|
|
6
6
|
if (!context)
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import { useEffect } from "react";
|
|
2
2
|
import "@m4l/core";
|
|
3
3
|
import "@mui/material";
|
|
4
|
-
import "../Icon/index.
|
|
4
|
+
import "../Icon/index.a70c4729.js";
|
|
5
5
|
import "clsx";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
|
-
import "../mui_extended/IconButton/index.
|
|
7
|
+
import "../mui_extended/IconButton/index.76624519.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.7a2d5394.js";
|
|
11
|
+
import "./components/AreasAdmin/index.cb3d7bd6.js";
|
|
12
12
|
import "zustand/shallow";
|
|
13
13
|
import "../ScrollBar/index.65bb2930.js";
|
|
14
|
-
import "../mui_extended/Accordion/index.
|
|
14
|
+
import "../mui_extended/Accordion/index.0e0090ca.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";
|
|
18
18
|
import "@mui/material/Button";
|
|
19
19
|
import "../mui_extended/Button/index.f79eb74e.js";
|
|
20
20
|
import "../mui_extended/CheckBox.38abccd8.js";
|
|
21
|
-
import "../mui_extended/Badge/index.
|
|
21
|
+
import "../mui_extended/Badge/index.b09524fe.js";
|
|
22
22
|
import "../Image/index.c18ebf5a.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "../mui_extended/MenuActions/index.
|
|
24
|
+
import "../mui_extended/MenuActions/index.4c2e48d4.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.
|
|
28
|
-
import "../mui_extended/Pager/index.
|
|
27
|
+
import "../mui_extended/Tab/index.3db2e0c7.js";
|
|
28
|
+
import "../mui_extended/Pager/index.ac2a21f0.js";
|
|
29
29
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
|
-
import "./components/AreasViewer/index.
|
|
30
|
+
import "./components/AreasViewer/index.1eef603d.js";
|
|
31
31
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
32
32
|
import "./contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
33
33
|
import "./contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
2
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
3
|
-
import { I as Icon } from "../../Icon/index.
|
|
3
|
+
import { I as Icon } from "../../Icon/index.a70c4729.js";
|
|
4
4
|
import { W as WrapperComponent } from "../../WrapperComponent/index.5e872594.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const BOOLEAN_FORMATTER_DICTIONARY_KEY = `boolean_formatter`;
|
|
@@ -2,11 +2,11 @@ import { W as WrapperComponent } from "../WrapperComponent/index.5e872594.js";
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { useModuleDictionary } from "@m4l/core";
|
|
4
4
|
import "react";
|
|
5
|
-
import "../Icon/index.
|
|
5
|
+
import "../Icon/index.a70c4729.js";
|
|
6
6
|
import "@mui/material";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import { a as BOOLEAN_FORMATTER_DICTIONARY_KEY, b as BOOLEAN_FORMATTER_DICTIONARY_LABELS } from "./BooleanFormatter/index.
|
|
9
|
+
import { a as BOOLEAN_FORMATTER_DICTIONARY_KEY, b as BOOLEAN_FORMATTER_DICTIONARY_LABELS } from "./BooleanFormatter/index.a013b080.js";
|
|
10
10
|
function getFormatConcatenated(values, separator) {
|
|
11
11
|
const returnSymbol = "";
|
|
12
12
|
if (values === null)
|
|
@@ -6,26 +6,26 @@ 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.
|
|
10
|
-
import { I as IconButton } from "../../mui_extended/IconButton/index.
|
|
9
|
+
import { H as HelperText } from "../../HelperText/index.69791151.js";
|
|
10
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.76624519.js";
|
|
11
11
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
12
12
|
import { styled } from "@mui/material/styles";
|
|
13
13
|
import "clsx";
|
|
14
14
|
import { unstable_composeClasses } from "@mui/base";
|
|
15
|
-
import "../../Icon/index.
|
|
16
|
-
import "../../mui_extended/Accordion/index.
|
|
15
|
+
import "../../Icon/index.a70c4729.js";
|
|
16
|
+
import "../../mui_extended/Accordion/index.0e0090ca.js";
|
|
17
17
|
import "../../mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
20
20
|
import "../../mui_extended/Button/index.f79eb74e.js";
|
|
21
21
|
import "../../mui_extended/CheckBox.38abccd8.js";
|
|
22
|
-
import "../../mui_extended/Badge/index.
|
|
22
|
+
import "../../mui_extended/Badge/index.b09524fe.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "../../mui_extended/MenuActions/index.
|
|
24
|
+
import "../../mui_extended/MenuActions/index.4c2e48d4.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.
|
|
28
|
-
import "../../mui_extended/Pager/index.
|
|
27
|
+
import "../../mui_extended/Tab/index.3db2e0c7.js";
|
|
28
|
+
import "../../mui_extended/Pager/index.ac2a21f0.js";
|
|
29
29
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
30
|
const AutocompleteRoot = styled("div")(({
|
|
31
31
|
theme
|
|
@@ -253,7 +253,6 @@ function RHFAutocomplete(props) {
|
|
|
253
253
|
};
|
|
254
254
|
const classes = useUtilityClasses(ownerState);
|
|
255
255
|
const theme = useTheme();
|
|
256
|
-
console.log("RHFAutocomplete");
|
|
257
256
|
return /* @__PURE__ */ jsx(AutocompleteRoot, {
|
|
258
257
|
className: classes.root,
|
|
259
258
|
...process.env.NODE_ENV !== "production" ? {
|
|
@@ -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.5c23bd25.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
styled("div")(() => ({
|
|
11
11
|
display: "flex",
|
|
@@ -2,30 +2,30 @@ import { useFormContext, Controller } from "react-hook-form";
|
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
3
|
import { Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
5
|
+
import { H as HelperText } from "../../HelperText/index.69791151.js";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
8
8
|
import "react";
|
|
9
9
|
import "@m4l/core";
|
|
10
|
-
import "../../Icon/index.
|
|
10
|
+
import "../../Icon/index.a70c4729.js";
|
|
11
11
|
import "clsx";
|
|
12
12
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
13
|
-
import "../../mui_extended/IconButton/index.
|
|
14
|
-
import "../../mui_extended/Accordion/index.
|
|
13
|
+
import "../../mui_extended/IconButton/index.76624519.js";
|
|
14
|
+
import "../../mui_extended/Accordion/index.0e0090ca.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";
|
|
18
18
|
import "@mui/material/Button";
|
|
19
19
|
import "../../mui_extended/Button/index.f79eb74e.js";
|
|
20
20
|
import { C as CheckBox } from "../../mui_extended/CheckBox.38abccd8.js";
|
|
21
|
-
import "../../mui_extended/Badge/index.
|
|
21
|
+
import "../../mui_extended/Badge/index.b09524fe.js";
|
|
22
22
|
import "../../Image/index.c18ebf5a.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "../../mui_extended/MenuActions/index.
|
|
24
|
+
import "../../mui_extended/MenuActions/index.4c2e48d4.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.
|
|
28
|
-
import "../../mui_extended/Pager/index.
|
|
27
|
+
import "../../mui_extended/Tab/index.3db2e0c7.js";
|
|
28
|
+
import "../../mui_extended/Pager/index.ac2a21f0.js";
|
|
29
29
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
30
|
const RHFCheckboxRoot = styled("div")(({
|
|
31
31
|
theme
|
|
@@ -123,6 +123,7 @@ function RHFCheckbox(props) {
|
|
|
123
123
|
label
|
|
124
124
|
})
|
|
125
125
|
}), error?.message && /* @__PURE__ */ jsx(HelperText, {
|
|
126
|
+
variant: "error",
|
|
126
127
|
message: error?.message + ""
|
|
127
128
|
})]
|
|
128
129
|
});
|
|
@@ -6,26 +6,26 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
6
6
|
import { useFormatter, useResponsiveDesktop } from "@m4l/graphics";
|
|
7
7
|
import { useState, useEffect } from "react";
|
|
8
8
|
import clsx from "clsx";
|
|
9
|
-
import "../../Icon/index.
|
|
9
|
+
import "../../Icon/index.a70c4729.js";
|
|
10
10
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
11
|
-
import "../../mui_extended/IconButton/index.
|
|
12
|
-
import "../../mui_extended/Accordion/index.
|
|
11
|
+
import "../../mui_extended/IconButton/index.76624519.js";
|
|
12
|
+
import "../../mui_extended/Accordion/index.0e0090ca.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";
|
|
16
16
|
import "@mui/material/Button";
|
|
17
17
|
import "../../mui_extended/Button/index.f79eb74e.js";
|
|
18
18
|
import "../../mui_extended/CheckBox.38abccd8.js";
|
|
19
|
-
import "../../mui_extended/Badge/index.
|
|
19
|
+
import "../../mui_extended/Badge/index.b09524fe.js";
|
|
20
20
|
import "../../Image/index.c18ebf5a.js";
|
|
21
21
|
import "@mui/lab";
|
|
22
|
-
import "../../mui_extended/MenuActions/index.
|
|
22
|
+
import "../../mui_extended/MenuActions/index.4c2e48d4.js";
|
|
23
23
|
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
24
24
|
import "../../mui_extended/Stack/index.0e53197c.js";
|
|
25
|
-
import "../../mui_extended/Tab/index.
|
|
26
|
-
import "../../mui_extended/Pager/index.
|
|
25
|
+
import "../../mui_extended/Tab/index.3db2e0c7.js";
|
|
26
|
+
import "../../mui_extended/Pager/index.ac2a21f0.js";
|
|
27
27
|
import "../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
28
|
+
import { H as HelperText } from "../../HelperText/index.69791151.js";
|
|
29
29
|
import { styled } from "@mui/material/styles";
|
|
30
30
|
import { unstable_composeClasses } from "@mui/base";
|
|
31
31
|
const SKTRHFWrapperTextField = styled("div")(({
|
|
@@ -173,8 +173,6 @@ function RHFDateTime(props) {
|
|
|
173
173
|
slots: {},
|
|
174
174
|
slotProps: {
|
|
175
175
|
textField: {
|
|
176
|
-
error: !!error,
|
|
177
|
-
helperText: error?.message,
|
|
178
176
|
onFocus: handlerFocus,
|
|
179
177
|
onBlur: handlerBlur
|
|
180
178
|
},
|
|
@@ -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.69791151.js";
|
|
4
|
+
import { P as Period } from "../../Period/index.972dbe64.js";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
const RHFPeriodRoot = styled("div")(({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
2
2
|
import { styled, Skeleton, generateUtilityClasses, TextField, InputAdornment, generateUtilityClass } from "@mui/material";
|
|
3
3
|
import { forwardRef, useState, useEffect } from "react";
|
|
4
|
-
import { I as IconButton } from "../../mui_extended/IconButton/index.
|
|
4
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.76624519.js";
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
6
6
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
7
|
-
import "../../Icon/index.
|
|
7
|
+
import "../../Icon/index.a70c4729.js";
|
|
8
8
|
import "clsx";
|
|
9
9
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
10
10
|
import { useFormContext, Controller } from "react-hook-form";
|
|
@@ -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.69791151.js";
|
|
16
16
|
const SkeletonTextFieldRoot = styled("div")(() => ({
|
|
17
17
|
display: "flex",
|
|
18
18
|
flexDirection: "column",
|