@m4l/components 0.1.69 → 0.1.71
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 +27 -1
- package/components/CommonActions/components/ActionCancel/{index.e83053da.js → index.ff90f2c0.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.ca378b0a.js → index.392a17c0.js} +26 -13
- package/components/CommonActions/components/ActionFormIntro/{index.fa2107df.js → index.f88d8849.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.b8d5c8ee.js → index.e31ab7e9.js} +3 -3
- package/components/CommonActions/components/Actions/{index.1b2a0921.js → index.6b7d480a.js} +24 -13
- package/components/DataGrid/{index.75ea6038.js → index.77ae9b4c.js} +23 -20
- package/components/DynamicFilter/{index.aaeea668.js → index.b2ba5167.js} +53 -108
- package/components/HelperText/{index.742d547d.js → index.d7b1b21a.js} +11 -10
- package/components/Icon/{index.952f0635.js → index.6f2a5618.js} +6 -4
- package/components/Icon/types.d.ts +1 -0
- package/components/Image/{index.f30f79f0.js → index.1e3b7ff6.js} +3 -3
- package/components/LanguagePopover/{index.526e544e.js → index.310e9a3a.js} +11 -11
- package/components/ModalDialog/{index.4d663d0a.js → index.598f9a86.js} +19 -5
- package/components/NavLink/{index.92008184.js → index.ac3778af.js} +12 -11
- package/components/NoItemSelected/{index.6f2952ab.js → index.3809e3d1.js} +1 -1
- package/components/ObjectLogs/{index.d1eee18b.js → index.949d3595.js} +18 -15
- package/components/PaperForm/{index.e9db704b.js → index.cf8af08b.js} +1 -1
- package/components/Period/{index.3ff6f53b.js → index.53ea0562.js} +25 -14
- package/components/Resizeable/{index.ff97422e.js → index.ff4ce7a4.js} +20 -6
- package/components/SideBar/{index.365f64f0.js → index.4daafbab.js} +59 -58
- package/components/SideBar/subcomponents/ContentMobile/subcomponents/Drawer.d.ts +3 -0
- package/components/SideBar/subcomponents/ContentMobile/subcomponents/types.d.ts +8 -0
- package/components/areas/components/AreasAdmin/classes/types.d.ts +1 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/styles.d.ts +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +5 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/index.d.ts +2 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/index.d.ts +2 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +2 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/styles.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/index.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/types.d.ts +9 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +9 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index.d.ts +6 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/index.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/types.d.ts +8 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/types.d.ts +8 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/types.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/types.d.ts +4 -0
- package/components/areas/components/{index.ffb147c7.js → index.31f39977.js} +601 -1034
- package/components/areas/components/index.d.ts +1 -1
- package/components/areas/contexts/AreasContext/helper.d.ts +59 -0
- package/components/areas/contexts/AreasContext/index.e14d6799.js +1030 -0
- package/components/areas/contexts/AreasContext/store.d.ts +1 -2
- package/components/areas/contexts/AreasContext/types.d.ts +91 -13
- package/components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js +42 -0
- package/components/areas/contexts/DynamicMFParmsContext/index.d.ts +8 -0
- package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/DynamicMFParmsContext/store.d.ts +3 -9
- package/components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js +20 -0
- package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/WindowToolsMFContext/types.d.ts +3 -2
- package/components/areas/contexts/index.5ba05323.js +2 -0
- package/components/areas/contexts/index.d.ts +4 -4
- package/components/areas/dictionary.d.ts +3 -0
- package/components/areas/hooks/index.ae8d8631.js +13 -0
- package/components/areas/hooks/useArea/index.c135e0cf.js +12 -0
- package/components/areas/hooks/useDynamicMFParameters/index.d.ts +3 -9
- package/components/areas/hooks/useDynamicMFParameters/{index.7ce7176f.js → index.e52c5392.js} +1 -1
- package/components/areas/hooks/useWindowToolsMF/index.d.ts +1 -1
- package/components/areas/icons.d.ts +5 -0
- package/components/areas/{index.20cbd7b7.js → index.bd29b1db.js} +21 -9
- package/components/areas/types.d.ts +32 -23
- package/components/formatters/BooleanFormatter/{index.d5e21bdd.js → index.99c7fe49.js} +1 -1
- package/components/formatters/{index.650243bb.js → index.1a92006b.js} +3 -2
- package/components/hook-form/RHFAutocomplete/{index.21377a2c.js → index.c4ba070a.js} +12 -11
- package/components/hook-form/RHFAutocompleteAsync/{index.8c7e0842.js → index.a63f3704.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.83902d07.js → index.9055f88d.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.166250d8.js → index.2cb94a66.js} +10 -10
- package/components/hook-form/RHFPeriod/{index.61baf76f.js → index.14dcf762.js} +2 -2
- package/components/hook-form/RHFTextField/{index.55687a39.js → index.7ce2b16e.js} +7 -7
- package/components/hook-form/RHFUpload/{index.eb4d0dac.js → index.c57a43f8.js} +1 -1
- package/components/modal/WindowBase/subcomponents/Header/types.d.ts +1 -1
- package/components/modal/WindowBase/types.d.ts +1 -0
- package/components/modal/{WindowBase.7ce0b21e.js → WindowBase.32d35d71.js} +28 -21
- package/components/modal/{WindowConfirm.7ae1326f.js → WindowConfirm.70bcbb69.js} +18 -15
- package/components/modal/index.ef3aa9ac.js +35 -0
- package/components/mui_extended/Accordion/{index.51feece8.js → index.44e96bb8.js} +2 -2
- package/components/mui_extended/Button/{index.b34c8b68.js → index.ec6525e0.js} +6 -4
- package/components/mui_extended/Button/types.d.ts +2 -0
- package/components/mui_extended/IconButton/{index.917f0d3c.js → index.7aab3e04.js} +7 -5
- package/components/mui_extended/MenuActions/{index.651dec44.js → index.bff47c06.js} +3 -3
- package/components/mui_extended/Pager/{index.e0663072.js → index.907d5801.js} +1 -1
- package/components/mui_extended/Popover/{index.226f247e.js → index.9f35d0eb.js} +1 -3
- package/components/mui_extended/Popover/types.d.ts +6 -2
- package/components/mui_extended/Typography/{index.79e2b06f.js → index.d5e0f69f.js} +1 -1
- package/components/mui_extended/index.1f766f93.js +20 -0
- package/contexts/ModalContext/{index.76d5ccee.js → index.fca184e2.js} +1 -1
- package/contexts/index.d.ts +1 -1
- package/hooks/useModal/{index.043e419b.js → index.9b244379.js} +1 -1
- package/index.js +101 -99
- package/package.json +5 -4
- package/{react-draggable.de1aac90.js → react-draggable.29f78f6d.js} +1 -1
- package/{react-resizable.e0470767.js → react-resizable.baf54eb2.js} +3 -3
- package/utils/{index.b5c62ef0.js → index.ee16888d.js} +1 -1
- package/{vendor.6a33c6d2.js → vendor.619c3533.js} +50 -48
- package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/styles.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/helper.d.ts +0 -39
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/index.d.ts +0 -20
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/store.d.ts +0 -11
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/types.d.ts +0 -82
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/DynamicMFParmsContext/index.d.ts +0 -14
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/helper.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/index.d.ts +0 -13
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/store.d.ts +0 -36
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/types.d.ts +0 -5
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/index.d.ts +0 -4
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Component/index.d.ts +0 -8
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/helper.d.ts +0 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/index.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/subcomponents/MainActions/index.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/index.d.ts +0 -4
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +0 -8
- package/components/areas/contexts/AreasContext/index.7c12b512.js +0 -230
- package/components/areas/contexts/index.1a823ffb.js +0 -2
- package/components/areas/hooks/index.d09ea7de.js +0 -26
- package/components/areas/hooks/useArea/index.3a0d4b8c.js +0 -34
- package/components/areas/hooks/useArea/index.d.ts +0 -11
- package/components/areas/hooks/useWindow/index.d.ts +0 -11
- package/components/modal/index.d6dcd1b1.js +0 -24
- package/components/mui_extended/index.8b30e8c8.js +0 -19
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/Header → Header}/skeleton.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/Header → Header}/styles.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/index.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/styles.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/index.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/styles.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/types.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/types.d.ts +0 -0
- /package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/DynamicMFParmsContext/types.d.ts +0 -0
- /package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/WindowToolsMFContext/index.d.ts +0 -0
|
@@ -4,8 +4,8 @@ import debounce from "lodash/debounce";
|
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
5
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
|
-
import { T as TEST_PROP_ID } from "../../../vendor.
|
|
8
|
-
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.
|
|
7
|
+
import { T as TEST_PROP_ID } from "../../../vendor.619c3533.js";
|
|
8
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.c4ba070a.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
styled("div")(() => ({
|
|
11
11
|
display: "flex",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useFormContext, Controller } from "react-hook-form";
|
|
2
2
|
import { styled, Skeleton, generateUtilityClasses, generateUtilityClass, Checkbox } from "@mui/material";
|
|
3
3
|
import { useModuleSkeleton } from "@m4l/core";
|
|
4
|
-
import { T as TEST_PROP_ID } from "../../../vendor.
|
|
4
|
+
import { T as TEST_PROP_ID } from "../../../vendor.619c3533.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.
|
|
9
|
-
import { T as Typography } from "../../mui_extended/Typography/index.
|
|
8
|
+
import { H as HelperText } from "../../HelperText/index.d7b1b21a.js";
|
|
9
|
+
import { T as Typography } from "../../mui_extended/Typography/index.d5e0f69f.js";
|
|
10
10
|
const WrapperSkeletonCheckBox = styled("div")(() => ({
|
|
11
11
|
display: "flex",
|
|
12
12
|
justifyContent: "center",
|
|
@@ -6,21 +6,21 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
6
6
|
import { useFormatter } from "@m4l/graphics";
|
|
7
7
|
import { useState, useEffect } from "react";
|
|
8
8
|
import clsx from "clsx";
|
|
9
|
-
import "../../Icon/index.
|
|
10
|
-
import "../../mui_extended/IconButton/index.
|
|
11
|
-
import "../../mui_extended/Accordion/index.
|
|
9
|
+
import "../../Icon/index.6f2a5618.js";
|
|
10
|
+
import "../../mui_extended/IconButton/index.7aab3e04.js";
|
|
11
|
+
import "../../mui_extended/Accordion/index.44e96bb8.js";
|
|
12
12
|
import "../../mui_extended/Avatar/index.fe06afd7.js";
|
|
13
13
|
import "react-router-dom";
|
|
14
14
|
import "@mui/material/Button";
|
|
15
|
-
import "../../mui_extended/Button/index.
|
|
16
|
-
import "../../Image/index.
|
|
15
|
+
import "../../mui_extended/Button/index.ec6525e0.js";
|
|
16
|
+
import "../../Image/index.1e3b7ff6.js";
|
|
17
17
|
import "@mui/lab";
|
|
18
|
-
import { T as Typography } from "../../mui_extended/Typography/index.
|
|
19
|
-
import "../../mui_extended/Popover/index.
|
|
20
|
-
import "../../mui_extended/MenuActions/index.
|
|
21
|
-
import "../../mui_extended/Pager/index.
|
|
18
|
+
import { T as Typography } from "../../mui_extended/Typography/index.d5e0f69f.js";
|
|
19
|
+
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
20
|
+
import "../../mui_extended/MenuActions/index.bff47c06.js";
|
|
21
|
+
import "../../mui_extended/Pager/index.907d5801.js";
|
|
22
22
|
import "../../mui_extended/Tab/index.e0653a0a.js";
|
|
23
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
23
|
+
import { H as HelperText } from "../../HelperText/index.d7b1b21a.js";
|
|
24
24
|
import { styled } from "@mui/material/styles";
|
|
25
25
|
import { unstable_composeClasses } from "@mui/base";
|
|
26
26
|
const SKTRHFWrapperTextField = styled("div")(({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } 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.d7b1b21a.js";
|
|
4
|
+
import { P as Period } from "../../Period/index.53ea0562.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
const Wrapper = styled("div")(({
|
|
7
7
|
theme
|
|
@@ -1,17 +1,18 @@
|
|
|
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.
|
|
5
|
-
import { T as TEST_PROP_ID } from "../../../vendor.
|
|
4
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.7aab3e04.js";
|
|
5
|
+
import { T as TEST_PROP_ID } from "../../../vendor.619c3533.js";
|
|
6
6
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
7
|
-
import "../../Icon/index.
|
|
7
|
+
import "../../Icon/index.6f2a5618.js";
|
|
8
8
|
import "clsx";
|
|
9
|
+
import "@m4l/graphics";
|
|
9
10
|
import { useFormContext, Controller } from "react-hook-form";
|
|
10
11
|
import { styled as styled$1 } from "@mui/material/styles";
|
|
11
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
12
|
-
import { g as getComponentUtilityClass } from "../../../utils/index.
|
|
13
|
-
import { T as Typography } from "../../mui_extended/Typography/index.
|
|
14
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
13
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.ee16888d.js";
|
|
14
|
+
import { T as Typography } from "../../mui_extended/Typography/index.d5e0f69f.js";
|
|
15
|
+
import { H as HelperText } from "../../HelperText/index.d7b1b21a.js";
|
|
15
16
|
const SkeletonTextFieldRoot = styled("div")(() => ({
|
|
16
17
|
display: "flex",
|
|
17
18
|
flexDirection: "column",
|
|
@@ -308,7 +309,6 @@ const RHFTextFieldPassword = (props) => {
|
|
|
308
309
|
environment_assets
|
|
309
310
|
} = useEnvironment();
|
|
310
311
|
const classes = useUtilityClasses();
|
|
311
|
-
console.log("label----", label);
|
|
312
312
|
return /* @__PURE__ */ jsx(RHFTextFieldPasswordRoot, {
|
|
313
313
|
className: classes.root,
|
|
314
314
|
...process.env.NODE_ENV !== "production" ? {
|
|
@@ -4,7 +4,7 @@ import { useFormContext, Controller } from "react-hook-form";
|
|
|
4
4
|
import isString from "lodash/isString";
|
|
5
5
|
import { useDropzone } from "react-dropzone";
|
|
6
6
|
import { styled, alpha } from "@mui/material/styles";
|
|
7
|
-
import { I as Image } from "../../Image/index.
|
|
7
|
+
import { I as Image } from "../../Image/index.1e3b7ff6.js";
|
|
8
8
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
9
9
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
10
10
|
const WrapperUploadImage = styled("div")(({
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { WindowBaseProps } from '../../types';
|
|
2
|
-
export declare type HeaderProps = Pick<WindowBaseProps, 'title' | 'variant' | 'onClickCancel'>;
|
|
2
|
+
export declare type HeaderProps = Pick<WindowBaseProps, 'title' | 'variant' | 'onClickCancel' | 'urlIcon'>;
|
|
@@ -1,17 +1,31 @@
|
|
|
1
1
|
import { useEnvironment } from "@m4l/core";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.9b244379.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
|
-
import { a as getThemeVariantColor } from "../../utils/index.
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
5
|
+
import { a as getThemeVariantColor } from "../../utils/index.ee16888d.js";
|
|
6
|
+
import { I as Icon } from "../Icon/index.6f2a5618.js";
|
|
7
|
+
import "@mui/material";
|
|
8
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.7aab3e04.js";
|
|
9
|
+
import "../mui_extended/Accordion/index.44e96bb8.js";
|
|
8
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
11
|
+
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
12
|
+
import "react-router-dom";
|
|
13
|
+
import "@mui/material/Button";
|
|
14
|
+
import "../mui_extended/Button/index.ec6525e0.js";
|
|
15
|
+
import "clsx";
|
|
16
|
+
import "../Image/index.1e3b7ff6.js";
|
|
17
|
+
import "@mui/lab";
|
|
18
|
+
import "../mui_extended/Typography/index.d5e0f69f.js";
|
|
19
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
20
|
+
import "../mui_extended/MenuActions/index.bff47c06.js";
|
|
21
|
+
import "../mui_extended/Pager/index.907d5801.js";
|
|
22
|
+
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
9
23
|
const WrapperWindowBase = styled("div")(({ theme }) => ({
|
|
10
24
|
display: "flex",
|
|
11
25
|
flexDirection: "column",
|
|
12
26
|
height: "100%",
|
|
13
27
|
overflow: "hidden",
|
|
14
|
-
padding: theme.spacing(
|
|
28
|
+
padding: theme.spacing(0.5)
|
|
15
29
|
}));
|
|
16
30
|
const WrapperHeader = styled("div")(({
|
|
17
31
|
theme
|
|
@@ -65,38 +79,32 @@ const Header = (props) => {
|
|
|
65
79
|
const {
|
|
66
80
|
variant,
|
|
67
81
|
title,
|
|
68
|
-
onClickCancel
|
|
82
|
+
onClickCancel,
|
|
83
|
+
urlIcon
|
|
69
84
|
} = props;
|
|
70
|
-
const iconSrcWarning = `${host_static_assets}/${environment_assets}/frontend/components/dialog/assets/icons/warning.svg`;
|
|
71
|
-
const iconSrcError = `${host_static_assets}/${environment_assets}/frontend/components/dialog/assets/icons/error.svg`;
|
|
72
|
-
const iconSrcInfo = `${host_static_assets}/${environment_assets}/frontend/components/dialog/assets/icons/info.svg`;
|
|
73
|
-
const iconDefault = `${host_static_assets}/${environment_assets}/frontend/components/dialog/assets/icons/icon_bar_title.svg`;
|
|
74
85
|
return /* @__PURE__ */ jsxs(WrapperHeader, {
|
|
75
86
|
id: "Header",
|
|
76
87
|
className: "m4l_draggable_handle",
|
|
77
|
-
children: [/* @__PURE__ */ jsx(IconHeader, {
|
|
88
|
+
children: [urlIcon && /* @__PURE__ */ jsx(IconHeader, {
|
|
78
89
|
variant,
|
|
79
90
|
children: /* @__PURE__ */ jsx(Icon, {
|
|
80
|
-
src:
|
|
91
|
+
src: urlIcon
|
|
81
92
|
})
|
|
82
93
|
}), /* @__PURE__ */ jsx(ModalTitle, {
|
|
83
94
|
variant,
|
|
84
95
|
children: title
|
|
85
96
|
}), /* @__PURE__ */ jsx(IconButton, {
|
|
97
|
+
src: `${host_static_assets}/${environment_assets}/frontend/components/dialog/assets/icons/close.svg`,
|
|
86
98
|
onClick: onClickCancel,
|
|
87
|
-
"aria-label": "click"
|
|
88
|
-
children: /* @__PURE__ */ jsx(Icon, {
|
|
89
|
-
src: `${host_static_assets}/${environment_assets}/frontend/components/dialog/assets/icons/close.svg`
|
|
90
|
-
})
|
|
99
|
+
"aria-label": "click"
|
|
91
100
|
})]
|
|
92
101
|
});
|
|
93
102
|
};
|
|
94
103
|
const WindowBase = (props) => {
|
|
95
104
|
const {
|
|
96
|
-
variant,
|
|
97
|
-
title,
|
|
98
105
|
children,
|
|
99
|
-
onClickCancel
|
|
106
|
+
onClickCancel,
|
|
107
|
+
...other
|
|
100
108
|
} = props;
|
|
101
109
|
const {
|
|
102
110
|
closeModal
|
|
@@ -108,8 +116,7 @@ const WindowBase = (props) => {
|
|
|
108
116
|
return /* @__PURE__ */ jsxs(WrapperWindowBase, {
|
|
109
117
|
id: "WrapperWindowBase",
|
|
110
118
|
children: [/* @__PURE__ */ jsx(Header, {
|
|
111
|
-
|
|
112
|
-
title,
|
|
119
|
+
...other,
|
|
113
120
|
onClickCancel: onCloseCancel
|
|
114
121
|
}), children]
|
|
115
122
|
});
|
|
@@ -1,30 +1,33 @@
|
|
|
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.9b244379.js";
|
|
4
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.6b7d480a.js";
|
|
5
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.ff90f2c0.js";
|
|
6
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.e31ab7e9.js";
|
|
7
7
|
import "react-hook-form";
|
|
8
8
|
import { Typography } from "@mui/material";
|
|
9
9
|
import "@mui/material/Button";
|
|
10
|
-
import "../mui_extended/Button/index.
|
|
10
|
+
import "../mui_extended/Button/index.ec6525e0.js";
|
|
11
11
|
import "clsx";
|
|
12
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
|
-
import "../../react-draggable.
|
|
14
|
-
import "../ModalDialog/index.
|
|
15
|
-
import "../Resizeable/index.
|
|
13
|
+
import "../../react-draggable.29f78f6d.js";
|
|
14
|
+
import "../ModalDialog/index.598f9a86.js";
|
|
15
|
+
import "../Resizeable/index.ff4ce7a4.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
|
+
import { I as Icon } from "../Icon/index.6f2a5618.js";
|
|
17
18
|
import { styled } from "@mui/material/styles";
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import
|
|
21
|
-
import "../mui_extended/IconButton/index.917f0d3c.js";
|
|
19
|
+
import { b as getVariantColor } from "../../utils/index.ee16888d.js";
|
|
20
|
+
import { W as WindowBase } from "./WindowBase.32d35d71.js";
|
|
21
|
+
import "../mui_extended/IconButton/index.7aab3e04.js";
|
|
22
22
|
import "zustand";
|
|
23
|
-
import "../areas/contexts/AreasContext/index.
|
|
24
|
-
import "../areas/components/index.
|
|
23
|
+
import "../areas/contexts/AreasContext/index.e14d6799.js";
|
|
24
|
+
import "../areas/components/index.31f39977.js";
|
|
25
25
|
import "zustand/shallow";
|
|
26
|
+
import "../ScrollBar/index.bbe48f4d.js";
|
|
27
|
+
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
28
|
+
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
26
29
|
import "@mui/lab";
|
|
27
|
-
import "../mui_extended/Typography/index.
|
|
30
|
+
import "../mui_extended/Typography/index.d5e0f69f.js";
|
|
28
31
|
const WrapperMessageIlustration = styled("div")(() => ({
|
|
29
32
|
display: "flex",
|
|
30
33
|
flexDirection: "column",
|
|
@@ -0,0 +1,35 @@
|
|
|
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";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Skeleton, Accordion as Accordion$1, AccordionSummary, AccordionDetails } from "@mui/material";
|
|
2
|
-
import { I as IconButton } from "../IconButton/index.
|
|
2
|
+
import { I as IconButton } from "../IconButton/index.7aab3e04.js";
|
|
3
3
|
import { useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
4
|
-
import { I as Icon } from "../../Icon/index.
|
|
4
|
+
import { I as Icon } from "../../Icon/index.6f2a5618.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
styled("div")(({
|
|
@@ -4,11 +4,11 @@ import MuiButton from "@mui/material/Button";
|
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
import { useMemo } from "react";
|
|
7
|
-
import { I as Image } from "../../Image/index.
|
|
7
|
+
import { I as Image } from "../../Image/index.1e3b7ff6.js";
|
|
8
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
9
|
-
import { T as TEST_PROP_ID } from "../../../vendor.
|
|
9
|
+
import { T as TEST_PROP_ID } from "../../../vendor.619c3533.js";
|
|
10
10
|
import { LoadingButton as LoadingButton$1 } from "@mui/lab";
|
|
11
|
-
import { T as Typography } from "../Typography/index.
|
|
11
|
+
import { T as Typography } from "../Typography/index.d5e0f69f.js";
|
|
12
12
|
const ButtonRoot = styled("div")(({
|
|
13
13
|
theme
|
|
14
14
|
}) => ({
|
|
@@ -49,6 +49,8 @@ const Button = (props) => {
|
|
|
49
49
|
variant = "contained",
|
|
50
50
|
className,
|
|
51
51
|
disabled,
|
|
52
|
+
skeletonWidth = "100px",
|
|
53
|
+
skeletonHeight = "28px",
|
|
52
54
|
...others
|
|
53
55
|
} = props;
|
|
54
56
|
const isSkeleton = useModuleSkeleton();
|
|
@@ -70,7 +72,7 @@ const Button = (props) => {
|
|
|
70
72
|
className: classes.skeleton,
|
|
71
73
|
"data-testid": "MuiSkeleton",
|
|
72
74
|
variant: "rectangular",
|
|
73
|
-
width:
|
|
75
|
+
width: skeletonWidth
|
|
74
76
|
})
|
|
75
77
|
});
|
|
76
78
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { ButtonProps } from '@mui/material';
|
|
2
2
|
export interface ExtendButtonProps extends Omit<ButtonProps, 'size'> {
|
|
3
3
|
size?: 'small' | 'medium';
|
|
4
|
+
skeletonWidth?: number | string;
|
|
5
|
+
skeletonHeight?: number | string;
|
|
4
6
|
}
|
|
5
7
|
export interface OwnerState extends Pick<ExtendButtonProps, 'size' | 'variant'> {
|
|
6
8
|
isDisabled?: boolean;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { useMemo, useState } from "react";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton, styled, generateUtilityClasses, generateUtilityClass, Tooltip, IconButton as IconButton$1 } from "@mui/material";
|
|
4
|
-
import { I as Icon } from "../../Icon/index.
|
|
4
|
+
import { I as Icon } from "../../Icon/index.6f2a5618.js";
|
|
5
5
|
import { jsx, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import clsx from "clsx";
|
|
7
|
+
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
7
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
8
9
|
const SkeletonIconButton = (props) => {
|
|
9
10
|
const {
|
|
@@ -63,6 +64,7 @@ const IconButton = (props) => {
|
|
|
63
64
|
const {
|
|
64
65
|
getLabel
|
|
65
66
|
} = useModuleDictionary();
|
|
67
|
+
const isDesktop = useResponsiveDesktop();
|
|
66
68
|
const isSkeleton = useModuleSkeleton();
|
|
67
69
|
const finalTooltip = useMemo(() => {
|
|
68
70
|
if (disabled) {
|
|
@@ -78,16 +80,14 @@ const IconButton = (props) => {
|
|
|
78
80
|
}, [tooltip, dictionaryTooltipId, getLabel]);
|
|
79
81
|
const [isfocus, setIsFocus] = useState(false);
|
|
80
82
|
const handlerOnFocus = () => {
|
|
81
|
-
console.log("focus active");
|
|
82
83
|
setIsFocus(true);
|
|
83
84
|
};
|
|
84
85
|
const handlerOnBlur = () => {
|
|
85
|
-
console.log("focus blur");
|
|
86
86
|
setIsFocus(false);
|
|
87
87
|
};
|
|
88
88
|
const ownerState = {
|
|
89
89
|
variant,
|
|
90
|
-
size,
|
|
90
|
+
size: isDesktop ? size : "medium",
|
|
91
91
|
isSkeleton,
|
|
92
92
|
isFocus: disabled ? false : isfocus,
|
|
93
93
|
isDisabled: disabled
|
|
@@ -101,6 +101,7 @@ const IconButton = (props) => {
|
|
|
101
101
|
title: finalTooltip || "",
|
|
102
102
|
children: /* @__PURE__ */ jsx(IconButton$1, {
|
|
103
103
|
...other,
|
|
104
|
+
disableRipple: true,
|
|
104
105
|
onFocusVisible: handlerOnFocus,
|
|
105
106
|
onBlur: handlerOnBlur,
|
|
106
107
|
disabled,
|
|
@@ -111,12 +112,13 @@ const IconButton = (props) => {
|
|
|
111
112
|
})
|
|
112
113
|
}) : /* @__PURE__ */ jsx(IconButton$1, {
|
|
113
114
|
...other,
|
|
115
|
+
disableRipple: true,
|
|
114
116
|
onFocusVisible: handlerOnFocus,
|
|
115
117
|
onBlur: handlerOnBlur,
|
|
116
118
|
disabled,
|
|
117
119
|
children: /* @__PURE__ */ jsx(Icon, {
|
|
118
120
|
src,
|
|
119
|
-
size,
|
|
121
|
+
size: isDesktop ? size : "medium",
|
|
120
122
|
rotationAngle
|
|
121
123
|
})
|
|
122
124
|
})
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useState, useMemo } from "react";
|
|
2
2
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { IconButton, MenuItem } from "@mui/material";
|
|
4
|
-
import { P as Popover } from "../Popover/index.
|
|
4
|
+
import { P as Popover } from "../Popover/index.9f35d0eb.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
|
-
import { I as Icon } from "../../Icon/index.
|
|
7
|
-
import { I as IconButton$1 } from "../IconButton/index.
|
|
6
|
+
import { I as Icon } from "../../Icon/index.6f2a5618.js";
|
|
7
|
+
import { I as IconButton$1 } from "../IconButton/index.7aab3e04.js";
|
|
8
8
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
9
9
|
styled(IconButton)(() => ({}));
|
|
10
10
|
const LabelMemuItem = styled("div")(({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
2
|
import { Skeleton, TablePagination } from "@mui/material";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { I as IconButton } from "../IconButton/index.
|
|
4
|
+
import { I as IconButton } from "../IconButton/index.7aab3e04.js";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
7
7
|
const WrapperPagerActions = styled("div")(({ theme }) => ({
|
|
@@ -142,7 +142,6 @@ const Popover = (props) => {
|
|
|
142
142
|
const {
|
|
143
143
|
children,
|
|
144
144
|
arrowType = "top-right",
|
|
145
|
-
sx,
|
|
146
145
|
className,
|
|
147
146
|
...other
|
|
148
147
|
} = props;
|
|
@@ -165,8 +164,7 @@ const Popover = (props) => {
|
|
|
165
164
|
PaperProps: {
|
|
166
165
|
sx: {
|
|
167
166
|
p: 1,
|
|
168
|
-
overflow: "inherit"
|
|
169
|
-
...sx
|
|
167
|
+
overflow: "inherit"
|
|
170
168
|
}
|
|
171
169
|
},
|
|
172
170
|
...other,
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ComponentNameToClassKey } from '@mui/material';
|
|
2
|
+
import { Theme } from '@mui/material';
|
|
3
|
+
import { PopoverProps as MUIPopeverProps, SxProps } from '@mui/material';
|
|
4
|
+
import { OverridesStyleRules } from '@mui/material/styles/overrides';
|
|
2
5
|
export declare type ArrowType = 'no-arrow' | 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'left-top' | 'left-center' | 'left-bottom' | 'right-top' | 'right-center' | 'right-bottom';
|
|
3
6
|
export declare type ArrowStyleProps = {
|
|
4
7
|
arrowType: ArrowType;
|
|
5
8
|
};
|
|
6
9
|
export declare type OwnerState = ArrowStyleProps;
|
|
7
|
-
export interface PopoverProps extends MUIPopeverProps {
|
|
10
|
+
export interface PopoverProps extends Omit<MUIPopeverProps, 'sx'> {
|
|
8
11
|
arrowType?: ArrowType;
|
|
12
|
+
sx?: SxProps<Theme> | Partial<OverridesStyleRules<string, ComponentNameToClassKey, Theme>>;
|
|
9
13
|
}
|
|
@@ -2,7 +2,7 @@ import { useModuleSkeleton } from "@m4l/core";
|
|
|
2
2
|
import { styled, Skeleton, generateUtilityClasses, generateUtilityClass, Typography as Typography$1 } from "@mui/material";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import { T as TEST_PROP_ID } from "../../../vendor.
|
|
5
|
+
import { T as TEST_PROP_ID } from "../../../vendor.619c3533.js";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
const WarpperTypography = styled("div")(({
|
|
8
8
|
theme
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import "@mui/material";
|
|
2
|
+
import "react";
|
|
3
|
+
import "@m4l/core";
|
|
4
|
+
import "../Icon/index.6f2a5618.js";
|
|
5
|
+
import "clsx";
|
|
6
|
+
import "react/jsx-runtime";
|
|
7
|
+
import "./IconButton/index.7aab3e04.js";
|
|
8
|
+
import "@m4l/graphics";
|
|
9
|
+
import "./Accordion/index.44e96bb8.js";
|
|
10
|
+
import "./Avatar/index.fe06afd7.js";
|
|
11
|
+
import "react-router-dom";
|
|
12
|
+
import "@mui/material/Button";
|
|
13
|
+
import "./Button/index.ec6525e0.js";
|
|
14
|
+
import "../Image/index.1e3b7ff6.js";
|
|
15
|
+
import "@mui/lab";
|
|
16
|
+
import "./Typography/index.d5e0f69f.js";
|
|
17
|
+
import "./Popover/index.9f35d0eb.js";
|
|
18
|
+
import "./MenuActions/index.bff47c06.js";
|
|
19
|
+
import "./Pager/index.907d5801.js";
|
|
20
|
+
import "./Tab/index.e0653a0a.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.598f9a86.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
package/contexts/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { DynamicMFParmsProvider, DynamicMFParmsContext, MemonizedDynamicMFParmsProvider, } from '../components/areas/
|
|
1
|
+
export { DynamicMFParmsProvider, DynamicMFParmsContext, MemonizedDynamicMFParmsProvider, } from '../components/areas/contexts/DynamicMFParmsContext';
|
|
2
2
|
export * from './ModalContext/index';
|
|
3
3
|
export * from './ModalContext/types';
|
|
4
4
|
export type { FormInitialValues, FormStatusLoad } from './RHFormContext/types';
|
|
@@ -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.fca184e2.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|