@m4l/components 0.1.70 → 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 +20 -0
- package/components/CommonActions/components/ActionCancel/{index.9d521b2a.js → index.ff90f2c0.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.4756457f.js → index.392a17c0.js} +19 -18
- package/components/CommonActions/components/ActionFormIntro/{index.40321b1b.js → index.f88d8849.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.1ba5b02b.js → index.e31ab7e9.js} +3 -3
- package/components/CommonActions/components/Actions/{index.154d7cb6.js → index.6b7d480a.js} +19 -18
- package/components/DataGrid/{index.2f4a0e64.js → index.77ae9b4c.js} +21 -20
- package/components/DynamicFilter/{index.789ab474.js → index.b2ba5167.js} +47 -98
- package/components/HelperText/{index.a69e9509.js → index.d7b1b21a.js} +11 -10
- package/components/Icon/{index.caaed284.js → index.6f2a5618.js} +6 -4
- package/components/Icon/types.d.ts +1 -0
- package/components/Image/{index.82a6cd46.js → index.1e3b7ff6.js} +3 -3
- package/components/LanguagePopover/{index.5af28b9e.js → index.310e9a3a.js} +11 -11
- package/components/ModalDialog/{index.cdfd1ae8.js → index.598f9a86.js} +19 -5
- package/components/NavLink/{index.251fcf0d.js → index.ac3778af.js} +12 -11
- package/components/NoItemSelected/{index.3b9d16e3.js → index.3809e3d1.js} +1 -1
- package/components/ObjectLogs/{index.57ea68b3.js → index.949d3595.js} +16 -15
- package/components/PaperForm/{index.d2d492ea.js → index.cf8af08b.js} +1 -1
- package/components/Period/{index.fbf074d3.js → index.53ea0562.js} +19 -18
- package/components/Resizeable/{index.aafda79e.js → index.ff4ce7a4.js} +20 -6
- package/components/SideBar/{index.3bc6a634.js → index.4daafbab.js} +55 -40
- 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/subcomponents/AreaChip/styles.d.ts +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +4 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +2 -0
- package/components/areas/components/{index.359c2b18.js → index.31f39977.js} +267 -74
- package/components/areas/contexts/AreasContext/{index.de8b4e78.js → index.e14d6799.js} +17 -2
- package/components/areas/contexts/AreasContext/types.d.ts +5 -0
- package/components/areas/contexts/{index.771827bb.js → index.5ba05323.js} +1 -1
- package/components/areas/dictionary.d.ts +2 -0
- package/components/areas/hooks/useArea/{index.2adbe001.js → index.c135e0cf.js} +1 -1
- package/components/areas/icons.d.ts +2 -0
- package/components/areas/{index.8a58bcbf.js → index.bd29b1db.js} +13 -7
- package/components/formatters/BooleanFormatter/{index.7eb0498c.js → index.99c7fe49.js} +1 -1
- package/components/formatters/{index.f6b9ed01.js → index.1a92006b.js} +3 -2
- package/components/hook-form/RHFAutocomplete/{index.09c400c3.js → index.c4ba070a.js} +12 -11
- package/components/hook-form/RHFAutocompleteAsync/{index.e8acff04.js → index.a63f3704.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.70310f35.js → index.9055f88d.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.7b815072.js → index.2cb94a66.js} +10 -10
- package/components/hook-form/RHFPeriod/{index.3c7d393c.js → index.14dcf762.js} +2 -2
- package/components/hook-form/RHFTextField/{index.d4c39859.js → index.7ce2b16e.js} +7 -6
- package/components/hook-form/RHFUpload/{index.31044674.js → index.c57a43f8.js} +1 -1
- package/components/modal/{WindowBase.6a40a945.js → WindowBase.32d35d71.js} +11 -11
- package/components/modal/{WindowConfirm.e21763cb.js → WindowConfirm.70bcbb69.js} +16 -15
- package/components/modal/index.ef3aa9ac.js +35 -0
- package/components/mui_extended/Accordion/{index.437bb3f8.js → index.44e96bb8.js} +2 -2
- package/components/mui_extended/Button/{index.f8ce9ccd.js → index.ec6525e0.js} +6 -4
- package/components/mui_extended/Button/types.d.ts +2 -0
- package/components/mui_extended/IconButton/{index.57824447.js → index.7aab3e04.js} +7 -3
- package/components/mui_extended/MenuActions/{index.37043326.js → index.bff47c06.js} +3 -3
- package/components/mui_extended/Pager/{index.eeed3bd5.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.b3c6e71c.js → index.d5e0f69f.js} +1 -1
- package/components/mui_extended/index.1f766f93.js +20 -0
- package/contexts/ModalContext/{index.8e3cd7a8.js → index.fca184e2.js} +1 -1
- package/hooks/useModal/{index.d590f506.js → index.9b244379.js} +1 -1
- package/index.js +53 -53
- package/package.json +5 -3
- package/{react-draggable.0d64c8b1.js → react-draggable.29f78f6d.js} +1 -1
- package/{react-resizable.8307e056.js → react-resizable.baf54eb2.js} +3 -3
- package/utils/{index.a2312a73.js → index.ee16888d.js} +1 -1
- package/{vendor.8edaef93.js → vendor.619c3533.js} +46 -46
- 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/modal/index.438777d9.js +0 -34
- package/components/mui_extended/index.dacbb059.js +0 -19
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
2
2
|
import { useFormContext, Controller } from "react-hook-form";
|
|
3
3
|
import { styled as styled$1, Skeleton, generateUtilityClasses, generateUtilityClass, Autocomplete, Popper, TextField, CircularProgress } from "@mui/material";
|
|
4
|
-
import { I as Image } from "../../Image/index.
|
|
4
|
+
import { I as Image } from "../../Image/index.1e3b7ff6.js";
|
|
5
5
|
import { useMemo, useState, useEffect } from "react";
|
|
6
|
-
import { T as TEST_PROP_ID } from "../../../vendor.
|
|
6
|
+
import { T as TEST_PROP_ID } from "../../../vendor.619c3533.js";
|
|
7
7
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
8
|
-
import { T as Typography } from "../../mui_extended/Typography/index.
|
|
9
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
8
|
+
import { T as Typography } from "../../mui_extended/Typography/index.d5e0f69f.js";
|
|
9
|
+
import { H as HelperText } from "../../HelperText/index.d7b1b21a.js";
|
|
10
10
|
import { styled } from "@mui/material/styles";
|
|
11
11
|
import { unstable_composeClasses } from "@mui/base";
|
|
12
12
|
import "clsx";
|
|
13
|
-
import "../../Icon/index.
|
|
14
|
-
import "../../mui_extended/IconButton/index.
|
|
15
|
-
import "
|
|
13
|
+
import "../../Icon/index.6f2a5618.js";
|
|
14
|
+
import "../../mui_extended/IconButton/index.7aab3e04.js";
|
|
15
|
+
import "@m4l/graphics";
|
|
16
|
+
import "../../mui_extended/Accordion/index.44e96bb8.js";
|
|
16
17
|
import "../../mui_extended/Avatar/index.fe06afd7.js";
|
|
17
18
|
import "react-router-dom";
|
|
18
19
|
import "@mui/material/Button";
|
|
19
|
-
import "../../mui_extended/Button/index.
|
|
20
|
+
import "../../mui_extended/Button/index.ec6525e0.js";
|
|
20
21
|
import "@mui/lab";
|
|
21
|
-
import "../../mui_extended/Popover/index.
|
|
22
|
-
import "../../mui_extended/MenuActions/index.
|
|
23
|
-
import "../../mui_extended/Pager/index.
|
|
22
|
+
import "../../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
|
+
import "../../mui_extended/MenuActions/index.bff47c06.js";
|
|
24
|
+
import "../../mui_extended/Pager/index.907d5801.js";
|
|
24
25
|
import "../../mui_extended/Tab/index.e0653a0a.js";
|
|
25
26
|
const AutocompleteRoot = styled("div")(({
|
|
26
27
|
theme
|
|
@@ -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",
|
|
@@ -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,24 +1,24 @@
|
|
|
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 { I as Icon } from "../Icon/index.
|
|
5
|
+
import { a as getThemeVariantColor } from "../../utils/index.ee16888d.js";
|
|
6
|
+
import { I as Icon } from "../Icon/index.6f2a5618.js";
|
|
7
7
|
import "@mui/material";
|
|
8
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
9
|
-
import "../mui_extended/Accordion/index.
|
|
8
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.7aab3e04.js";
|
|
9
|
+
import "../mui_extended/Accordion/index.44e96bb8.js";
|
|
10
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
11
11
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
12
12
|
import "react-router-dom";
|
|
13
13
|
import "@mui/material/Button";
|
|
14
|
-
import "../mui_extended/Button/index.
|
|
14
|
+
import "../mui_extended/Button/index.ec6525e0.js";
|
|
15
15
|
import "clsx";
|
|
16
|
-
import "../Image/index.
|
|
16
|
+
import "../Image/index.1e3b7ff6.js";
|
|
17
17
|
import "@mui/lab";
|
|
18
|
-
import "../mui_extended/Typography/index.
|
|
19
|
-
import "../mui_extended/Popover/index.
|
|
20
|
-
import "../mui_extended/MenuActions/index.
|
|
21
|
-
import "../mui_extended/Pager/index.
|
|
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
22
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
23
23
|
const WrapperWindowBase = styled("div")(({ theme }) => ({
|
|
24
24
|
display: "flex",
|
|
@@ -1,32 +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.57824447.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";
|
|
26
27
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
27
28
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
28
29
|
import "@mui/lab";
|
|
29
|
-
import "../mui_extended/Typography/index.
|
|
30
|
+
import "../mui_extended/Typography/index.d5e0f69f.js";
|
|
30
31
|
const WrapperMessageIlustration = styled("div")(() => ({
|
|
31
32
|
display: "flex",
|
|
32
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) {
|
|
@@ -85,7 +87,7 @@ const IconButton = (props) => {
|
|
|
85
87
|
};
|
|
86
88
|
const ownerState = {
|
|
87
89
|
variant,
|
|
88
|
-
size,
|
|
90
|
+
size: isDesktop ? size : "medium",
|
|
89
91
|
isSkeleton,
|
|
90
92
|
isFocus: disabled ? false : isfocus,
|
|
91
93
|
isDisabled: disabled
|
|
@@ -99,6 +101,7 @@ const IconButton = (props) => {
|
|
|
99
101
|
title: finalTooltip || "",
|
|
100
102
|
children: /* @__PURE__ */ jsx(IconButton$1, {
|
|
101
103
|
...other,
|
|
104
|
+
disableRipple: true,
|
|
102
105
|
onFocusVisible: handlerOnFocus,
|
|
103
106
|
onBlur: handlerOnBlur,
|
|
104
107
|
disabled,
|
|
@@ -109,12 +112,13 @@ const IconButton = (props) => {
|
|
|
109
112
|
})
|
|
110
113
|
}) : /* @__PURE__ */ jsx(IconButton$1, {
|
|
111
114
|
...other,
|
|
115
|
+
disableRipple: true,
|
|
112
116
|
onFocusVisible: handlerOnFocus,
|
|
113
117
|
onBlur: handlerOnBlur,
|
|
114
118
|
disabled,
|
|
115
119
|
children: /* @__PURE__ */ jsx(Icon, {
|
|
116
120
|
src,
|
|
117
|
-
size,
|
|
121
|
+
size: isDesktop ? size : "medium",
|
|
118
122
|
rotationAngle
|
|
119
123
|
})
|
|
120
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({
|
|
@@ -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)
|