@m4l/components 0.1.71 → 0.1.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/CommonActions/components/ActionCancel/{index.ff90f2c0.js → index.583dd385.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.392a17c0.js → index.673cb6bc.js} +19 -18
- package/components/CommonActions/components/ActionFormIntro/{index.f88d8849.js → index.ca18700c.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.e31ab7e9.js → index.41d66b77.js} +3 -3
- package/components/CommonActions/components/Actions/{index.6b7d480a.js → index.665b1d56.js} +18 -17
- package/components/DataGrid/{index.77ae9b4c.js → index.860f4d1c.js} +20 -19
- package/components/DynamicFilter/{index.b2ba5167.js → index.09d83f9d.js} +31 -30
- package/components/HelperText/{index.d7b1b21a.js → index.581ddb8f.js} +8 -8
- package/components/Icon/{index.6f2a5618.js → index.4eeb3de9.js} +2 -2
- package/components/Image/{index.1e3b7ff6.js → index.52c84d9f.js} +1 -1
- package/components/LanguagePopover/{index.310e9a3a.js → index.f7ee5a9c.js} +9 -9
- package/components/ModalDialog/{index.598f9a86.js → index.1e6150f6.js} +7 -7
- package/components/NavLink/{index.ac3778af.js → index.5f3e2493.js} +9 -9
- package/components/NoItemSelected/{index.3809e3d1.js → index.b51f007c.js} +1 -1
- package/components/ObjectLogs/{index.949d3595.js → index.26644722.js} +16 -15
- package/components/PaperForm/{index.cf8af08b.js → index.be12afa3.js} +1 -1
- package/components/Period/{index.53ea0562.js → index.f24d7084.js} +18 -17
- package/components/Resizeable/{index.ff4ce7a4.js → index.949b18ff.js} +1 -1
- package/components/SideBar/{index.4daafbab.js → index.e716e9e0.js} +6 -6
- package/components/areas/components/AreasAdmin/index.b26ee1b2.js +289 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +14 -2
- package/components/areas/components/{index.31f39977.js → AreasViewer/index.d33b4a7d.js} +204 -305
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +3 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/index.d.ts +6 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/subcomponents/Toasty/index.d.ts +7 -0
- package/components/areas/components/index.b2ee7610.js +14 -0
- package/components/areas/constants.66529246.js +6 -0
- package/components/areas/contexts/AreasContext/helper.d.ts +6 -4
- package/components/areas/contexts/AreasContext/{index.e14d6799.js → index.9c35425b.js} +132 -21
- package/components/areas/contexts/AreasContext/types.d.ts +5 -3
- package/components/areas/contexts/DynamicMFParmsContext/store.d.ts +1 -1
- package/components/areas/contexts/DynamicMFParmsContext/types.d.ts +1 -1
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +3 -10
- package/components/areas/contexts/index.d.ts +2 -1
- package/components/areas/contexts/{index.5ba05323.js → index.d2f1c19a.js} +1 -1
- package/components/areas/dictionary.e72db809.js +22 -0
- package/components/areas/hooks/index.0184c6f7.js +4 -0
- package/components/areas/hooks/{useArea/index.c135e0cf.js → useAreas/index.6540b5ab.js} +1 -1
- package/components/areas/hooks/{index.ae8d8631.js → useWindowToolsMF/index.b7afaf88.js} +1 -3
- package/components/areas/icons.3ec589d3.js +19 -0
- package/components/areas/icons.d.ts +2 -0
- package/components/areas/index.8ed127ca.js +16 -0
- package/components/areas/index.d.ts +1 -0
- package/components/areas/types.d.ts +28 -3
- package/components/formatters/BooleanFormatter/{index.99c7fe49.js → index.87ca7bb3.js} +1 -1
- package/components/formatters/{index.1a92006b.js → index.83c50bdb.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.c4ba070a.js → index.743b5558.js} +10 -10
- package/components/hook-form/RHFAutocompleteAsync/{index.a63f3704.js → index.5be9ea91.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.9055f88d.js → index.77758da5.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.2cb94a66.js → index.d554d467.js} +9 -9
- package/components/hook-form/RHFPeriod/{index.14dcf762.js → index.02253c2d.js} +2 -2
- package/components/hook-form/RHFTextField/{index.7ce2b16e.js → index.5066b599.js} +6 -6
- package/components/hook-form/RHFUpload/{index.c57a43f8.js → index.6ecf3230.js} +1 -1
- package/components/modal/{WindowBase.32d35d71.js → WindowBase.e59ef8a1.js} +10 -10
- package/components/modal/{WindowConfirm.70bcbb69.js → WindowConfirm.a9e351fa.js} +16 -15
- package/components/modal/index.2e83c400.js +36 -0
- package/components/mui_extended/Accordion/{index.44e96bb8.js → index.9c36b7a5.js} +2 -2
- package/components/mui_extended/Button/{index.ec6525e0.js → index.1cb53ba2.js} +3 -3
- package/components/mui_extended/IconButton/{index.7aab3e04.js → index.89428485.js} +1 -1
- package/components/mui_extended/MenuActions/{index.bff47c06.js → index.d426f50b.js} +2 -2
- package/components/mui_extended/Pager/{index.907d5801.js → index.2c081f2c.js} +1 -1
- package/components/mui_extended/Typography/{index.d5e0f69f.js → index.1ff05abe.js} +1 -1
- package/components/mui_extended/{index.1f766f93.js → index.bc3da862.js} +8 -8
- package/contexts/ModalContext/{index.fca184e2.js → index.ca4ffa64.js} +1 -1
- package/hooks/useModal/{index.9b244379.js → index.97628a64.js} +1 -1
- package/index.js +84 -81
- package/package.json +4 -4
- package/{react-draggable.29f78f6d.js → react-draggable.64706389.js} +1 -1
- package/{react-resizable.baf54eb2.js → react-resizable.67e38975.js} +2 -2
- package/utils/{index.ee16888d.js → index.94b9dc32.js} +1 -1
- package/{vendor.619c3533.js → vendor.fcb620ee.js} +45 -44
- package/components/areas/index.bd29b1db.js +0 -56
- package/components/modal/index.ef3aa9ac.js +0 -35
|
@@ -1,18 +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.89428485.js";
|
|
5
|
+
import { T as TEST_PROP_ID } from "../../../vendor.fcb620ee.js";
|
|
6
6
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
7
|
-
import "../../Icon/index.
|
|
7
|
+
import "../../Icon/index.4eeb3de9.js";
|
|
8
8
|
import "clsx";
|
|
9
9
|
import "@m4l/graphics";
|
|
10
10
|
import { useFormContext, Controller } from "react-hook-form";
|
|
11
11
|
import { styled as styled$1 } from "@mui/material/styles";
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
|
-
import { g as getComponentUtilityClass } from "../../../utils/index.
|
|
14
|
-
import { T as Typography } from "../../mui_extended/Typography/index.
|
|
15
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
13
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.94b9dc32.js";
|
|
14
|
+
import { T as Typography } from "../../mui_extended/Typography/index.1ff05abe.js";
|
|
15
|
+
import { H as HelperText } from "../../HelperText/index.581ddb8f.js";
|
|
16
16
|
const SkeletonTextFieldRoot = styled("div")(() => ({
|
|
17
17
|
display: "flex",
|
|
18
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.52c84d9f.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.97628a64.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.94b9dc32.js";
|
|
6
|
+
import { I as Icon } from "../Icon/index.4eeb3de9.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.89428485.js";
|
|
9
|
+
import "../mui_extended/Accordion/index.9c36b7a5.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.1cb53ba2.js";
|
|
15
15
|
import "clsx";
|
|
16
|
-
import "../Image/index.
|
|
16
|
+
import "../Image/index.52c84d9f.js";
|
|
17
17
|
import "@mui/lab";
|
|
18
|
-
import "../mui_extended/Typography/index.
|
|
18
|
+
import "../mui_extended/Typography/index.1ff05abe.js";
|
|
19
19
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
20
|
-
import "../mui_extended/MenuActions/index.
|
|
21
|
-
import "../mui_extended/Pager/index.
|
|
20
|
+
import "../mui_extended/MenuActions/index.d426f50b.js";
|
|
21
|
+
import "../mui_extended/Pager/index.2c081f2c.js";
|
|
22
22
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
23
23
|
const WrapperWindowBase = styled("div")(({ theme }) => ({
|
|
24
24
|
display: "flex",
|
|
@@ -1,33 +1,34 @@
|
|
|
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.97628a64.js";
|
|
4
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.665b1d56.js";
|
|
5
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.583dd385.js";
|
|
6
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.41d66b77.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.1cb53ba2.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.64706389.js";
|
|
14
|
+
import "../ModalDialog/index.1e6150f6.js";
|
|
15
|
+
import "../Resizeable/index.949b18ff.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
|
-
import { I as Icon } from "../Icon/index.
|
|
17
|
+
import { I as Icon } from "../Icon/index.4eeb3de9.js";
|
|
18
18
|
import { styled } from "@mui/material/styles";
|
|
19
|
-
import { b as getVariantColor } from "../../utils/index.
|
|
20
|
-
import { W as WindowBase } from "./WindowBase.
|
|
21
|
-
import "../mui_extended/IconButton/index.
|
|
19
|
+
import { b as getVariantColor } from "../../utils/index.94b9dc32.js";
|
|
20
|
+
import { W as WindowBase } from "./WindowBase.e59ef8a1.js";
|
|
21
|
+
import "../mui_extended/IconButton/index.89428485.js";
|
|
22
22
|
import "zustand";
|
|
23
|
-
import "../areas/contexts/AreasContext/index.
|
|
24
|
-
import "../areas/components/index.
|
|
23
|
+
import "../areas/contexts/AreasContext/index.9c35425b.js";
|
|
24
|
+
import "../areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
25
25
|
import "zustand/shallow";
|
|
26
26
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
27
|
+
import "../areas/components/AreasViewer/index.d33b4a7d.js";
|
|
27
28
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
28
29
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
29
30
|
import "@mui/lab";
|
|
30
|
-
import "../mui_extended/Typography/index.
|
|
31
|
+
import "../mui_extended/Typography/index.1ff05abe.js";
|
|
31
32
|
const WrapperMessageIlustration = styled("div")(() => ({
|
|
32
33
|
display: "flex",
|
|
33
34
|
flexDirection: "column",
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import "@mui/material";
|
|
2
|
+
import "../../react-draggable.64706389.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import "../../contexts/ModalContext/index.ca4ffa64.js";
|
|
5
|
+
import "../ModalDialog/index.1e6150f6.js";
|
|
6
|
+
import "../Resizeable/index.949b18ff.js";
|
|
7
|
+
import "react/jsx-runtime";
|
|
8
|
+
import "@m4l/graphics";
|
|
9
|
+
import "../Icon/index.4eeb3de9.js";
|
|
10
|
+
import "clsx";
|
|
11
|
+
import "@m4l/core";
|
|
12
|
+
import "../CommonActions/components/Actions/index.665b1d56.js";
|
|
13
|
+
import "@mui/material/Button";
|
|
14
|
+
import "../mui_extended/Button/index.1cb53ba2.js";
|
|
15
|
+
import "react-hook-form";
|
|
16
|
+
import "./WindowBase.e59ef8a1.js";
|
|
17
|
+
import "../mui_extended/IconButton/index.89428485.js";
|
|
18
|
+
import "../mui_extended/Accordion/index.9c36b7a5.js";
|
|
19
|
+
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
20
|
+
import "react-router-dom";
|
|
21
|
+
import "../Image/index.52c84d9f.js";
|
|
22
|
+
import "@mui/lab";
|
|
23
|
+
import "../mui_extended/Typography/index.1ff05abe.js";
|
|
24
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
25
|
+
import "../mui_extended/MenuActions/index.d426f50b.js";
|
|
26
|
+
import "../mui_extended/Pager/index.2c081f2c.js";
|
|
27
|
+
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
28
|
+
import "zustand";
|
|
29
|
+
import "../areas/contexts/AreasContext/index.9c35425b.js";
|
|
30
|
+
import "../areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
31
|
+
import "zustand/shallow";
|
|
32
|
+
import "../ScrollBar/index.bbe48f4d.js";
|
|
33
|
+
import "../areas/components/AreasViewer/index.d33b4a7d.js";
|
|
34
|
+
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
35
|
+
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
36
|
+
import "./WindowConfirm.a9e351fa.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.89428485.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.4eeb3de9.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.52c84d9f.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.fcb620ee.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.1ff05abe.js";
|
|
12
12
|
const ButtonRoot = styled("div")(({
|
|
13
13
|
theme
|
|
14
14
|
}) => ({
|
|
@@ -1,7 +1,7 @@
|
|
|
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.4eeb3de9.js";
|
|
5
5
|
import { jsx, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import clsx from "clsx";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
@@ -3,8 +3,8 @@ import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
|
3
3
|
import { IconButton, MenuItem } from "@mui/material";
|
|
4
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.4eeb3de9.js";
|
|
7
|
+
import { I as IconButton$1 } from "../IconButton/index.89428485.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.89428485.js";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
7
7
|
const WrapperPagerActions = styled("div")(({ theme }) => ({
|
|
@@ -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.fcb620ee.js";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
const WarpperTypography = styled("div")(({
|
|
8
8
|
theme
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import "@mui/material";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@m4l/core";
|
|
4
|
-
import "../Icon/index.
|
|
4
|
+
import "../Icon/index.4eeb3de9.js";
|
|
5
5
|
import "clsx";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
|
-
import "./IconButton/index.
|
|
7
|
+
import "./IconButton/index.89428485.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "./Accordion/index.
|
|
9
|
+
import "./Accordion/index.9c36b7a5.js";
|
|
10
10
|
import "./Avatar/index.fe06afd7.js";
|
|
11
11
|
import "react-router-dom";
|
|
12
12
|
import "@mui/material/Button";
|
|
13
|
-
import "./Button/index.
|
|
14
|
-
import "../Image/index.
|
|
13
|
+
import "./Button/index.1cb53ba2.js";
|
|
14
|
+
import "../Image/index.52c84d9f.js";
|
|
15
15
|
import "@mui/lab";
|
|
16
|
-
import "./Typography/index.
|
|
16
|
+
import "./Typography/index.1ff05abe.js";
|
|
17
17
|
import "./Popover/index.9f35d0eb.js";
|
|
18
|
-
import "./MenuActions/index.
|
|
19
|
-
import "./Pager/index.
|
|
18
|
+
import "./MenuActions/index.d426f50b.js";
|
|
19
|
+
import "./Pager/index.2c081f2c.js";
|
|
20
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.1e6150f6.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.ca4ffa64.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|
package/index.js
CHANGED
|
@@ -2,83 +2,84 @@ import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
|
2
2
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
3
3
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
4
4
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
5
|
-
import { I, a as a2 } from "./components/Icon/index.
|
|
5
|
+
import { I, a as a2 } from "./components/Icon/index.4eeb3de9.js";
|
|
6
6
|
import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
7
7
|
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
8
8
|
import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import { P } from "./components/animate/PropagateLoader/index.be5b02c3.js";
|
|
10
|
-
import { A
|
|
11
|
-
import { A as A2
|
|
10
|
+
import { A } from "./components/areas/components/AreasAdmin/index.b26ee1b2.js";
|
|
11
|
+
import { A as A2 } from "./components/areas/components/AreasViewer/index.d33b4a7d.js";
|
|
12
|
+
import { A as A3, a as a3 } from "./components/areas/contexts/AreasContext/index.9c35425b.js";
|
|
12
13
|
import { a as a4, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
13
14
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
14
|
-
import { u as u2 } from "./components/areas/hooks/index.
|
|
15
|
-
import {
|
|
16
|
-
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.
|
|
17
|
-
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
18
|
-
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.
|
|
19
|
-
import { R as R4 } from "./components/hook-form/RHFDateTime/index.
|
|
15
|
+
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
16
|
+
import { A as A4, D, L as L2, a as a5, g } from "./components/areas/dictionary.e72db809.js";
|
|
17
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.743b5558.js";
|
|
18
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.5be9ea91.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.77758da5.js";
|
|
20
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.d554d467.js";
|
|
20
21
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
21
22
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
22
|
-
import { R as R7, a as
|
|
23
|
+
import { R as R7, a as a6 } from "./components/hook-form/RHFTextField/index.5066b599.js";
|
|
23
24
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
24
|
-
import { R as R9 } from "./components/hook-form/RHFPeriod/index.
|
|
25
|
-
import { P as P2, g as g4 } from "./components/Period/index.
|
|
26
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
27
|
-
import { A as
|
|
28
|
-
import { A as
|
|
25
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.02253c2d.js";
|
|
26
|
+
import { P as P2, g as g4 } from "./components/Period/index.f24d7084.js";
|
|
27
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.6ecf3230.js";
|
|
28
|
+
import { A as A5 } from "./components/mui_extended/Accordion/index.9c36b7a5.js";
|
|
29
|
+
import { A as A6 } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
29
30
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
30
31
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
31
|
-
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.
|
|
32
|
+
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.1cb53ba2.js";
|
|
32
33
|
import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
33
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
34
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.89428485.js";
|
|
34
35
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
35
36
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
36
|
-
import { M as M3 } from "./components/mui_extended/MenuActions/index.
|
|
37
|
+
import { M as M3 } from "./components/mui_extended/MenuActions/index.d426f50b.js";
|
|
37
38
|
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
38
|
-
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.
|
|
39
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.2c081f2c.js";
|
|
39
40
|
import { T } from "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
40
|
-
import { T as T2 } from "./components/mui_extended/Typography/index.
|
|
41
|
-
import { B as B4 } from "./components/formatters/BooleanFormatter/index.
|
|
41
|
+
import { T as T2 } from "./components/mui_extended/Typography/index.1ff05abe.js";
|
|
42
|
+
import { B as B4 } from "./components/formatters/BooleanFormatter/index.87ca7bb3.js";
|
|
42
43
|
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
43
44
|
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
44
45
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
45
|
-
import { C as C2, F, P as P6, g as g9, a as
|
|
46
|
+
import { C as C2, F, P as P6, g as g9, a as a7, b as b2 } from "./components/formatters/index.83c50bdb.js";
|
|
46
47
|
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
47
|
-
import { D as D3, N, T as T3, c
|
|
48
|
-
import { c as
|
|
49
|
-
import { c as
|
|
50
|
-
import { c as
|
|
51
|
-
import { c as
|
|
52
|
-
import { D as D4, g as g12 } from "./components/DynamicFilter/index.
|
|
53
|
-
import { H, e } from "./components/HelperText/index.
|
|
54
|
-
import { A as
|
|
55
|
-
import { A as
|
|
56
|
-
import { A as
|
|
57
|
-
import { A as
|
|
58
|
-
import { A as
|
|
59
|
-
import { a as
|
|
60
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
61
|
-
import { I as I4 } from "./components/Image/index.
|
|
48
|
+
import { D as D3, N, T as T3, c, d, b as b3, a as a8, g as g11 } from "./components/DataGrid/index.860f4d1c.js";
|
|
49
|
+
import { c as c2 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
50
|
+
import { c as c3 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
51
|
+
import { c as c4 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
52
|
+
import { c as c5 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
53
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.09d83f9d.js";
|
|
54
|
+
import { H, e } from "./components/HelperText/index.581ddb8f.js";
|
|
55
|
+
import { A as A7, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.665b1d56.js";
|
|
56
|
+
import { A as A8 } from "./components/CommonActions/components/ActionCancel/index.583dd385.js";
|
|
57
|
+
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.41d66b77.js";
|
|
58
|
+
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.673cb6bc.js";
|
|
59
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormIntro/index.ca18700c.js";
|
|
60
|
+
import { a as a9, A as A12, D as D5 } from "./vendor.fcb620ee.js";
|
|
61
|
+
import { L as L6 } from "./components/LanguagePopover/index.f7ee5a9c.js";
|
|
62
|
+
import { I as I4 } from "./components/Image/index.52c84d9f.js";
|
|
62
63
|
import { L as L7 } from "./components/Loadable/index.117eaced.js";
|
|
63
|
-
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.
|
|
64
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
65
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
66
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
67
|
-
import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.
|
|
68
|
-
import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.
|
|
69
|
-
import { P as P8 } from "./components/PaperForm/index.
|
|
64
|
+
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.1e6150f6.js";
|
|
65
|
+
import { W as W2 } from "./components/modal/WindowConfirm.a9e351fa.js";
|
|
66
|
+
import { W as W3 } from "./components/modal/WindowBase.e59ef8a1.js";
|
|
67
|
+
import { N as N2 } from "./components/NavLink/index.5f3e2493.js";
|
|
68
|
+
import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.b51f007c.js";
|
|
69
|
+
import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.26644722.js";
|
|
70
|
+
import { P as P8 } from "./components/PaperForm/index.be12afa3.js";
|
|
70
71
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
71
72
|
import { P as P9 } from "./components/PropertyValue/index.dfcfe1ba.js";
|
|
72
|
-
import { R as R11 } from "./components/Resizeable/index.
|
|
73
|
+
import { R as R11 } from "./components/Resizeable/index.949b18ff.js";
|
|
73
74
|
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
74
75
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
75
76
|
import { S as S3 } from "./components/SplitLayout/index.5a8355d8.js";
|
|
76
|
-
import { S as S4 } from "./components/SideBar/index.
|
|
77
|
-
import { a as
|
|
78
|
-
import { M as M6, a as
|
|
77
|
+
import { S as S4 } from "./components/SideBar/index.e716e9e0.js";
|
|
78
|
+
import { a as a10, D as D6, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
79
|
+
import { M as M6, a as a11 } from "./contexts/ModalContext/index.ca4ffa64.js";
|
|
79
80
|
import { R as R12 } from "./contexts/RHFormContext/index.a7511399.js";
|
|
80
81
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
81
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
82
|
+
import { u as u4 } from "./hooks/useModal/index.97628a64.js";
|
|
82
83
|
import { L as L8 } from "./assets/Logo/index.228dcb5a.js";
|
|
83
84
|
import "framer-motion";
|
|
84
85
|
import "react";
|
|
@@ -89,25 +90,27 @@ import "@m4l/core";
|
|
|
89
90
|
import "@mui/base";
|
|
90
91
|
import "@mui/material/styles";
|
|
91
92
|
import "./node_modules.416f1da3.js";
|
|
92
|
-
import "./components/areas/hooks/
|
|
93
|
+
import "./components/areas/hooks/useAreas/index.6540b5ab.js";
|
|
93
94
|
import "zustand";
|
|
94
|
-
import "zustand/shallow";
|
|
95
|
-
import "@m4l/graphics";
|
|
96
95
|
import "yup";
|
|
97
96
|
import "react-router-dom";
|
|
98
97
|
import "@mui/material/Button";
|
|
99
98
|
import "@mui/lab";
|
|
100
|
-
import "./utils/index.
|
|
99
|
+
import "./utils/index.94b9dc32.js";
|
|
100
|
+
import "./components/areas/constants.66529246.js";
|
|
101
|
+
import "./components/areas/icons.3ec589d3.js";
|
|
101
102
|
import "react-hook-form";
|
|
102
103
|
import "lodash/debounce";
|
|
103
104
|
import "@mui/x-date-pickers";
|
|
104
|
-
import "
|
|
105
|
+
import "@m4l/graphics";
|
|
106
|
+
import "./react-draggable.64706389.js";
|
|
105
107
|
import "prop-types";
|
|
106
108
|
import "react-dom";
|
|
107
|
-
import "
|
|
108
|
-
import "react-grid-layout";
|
|
109
|
+
import "zustand/shallow";
|
|
109
110
|
import "lodash/isString";
|
|
110
111
|
import "react-dropzone";
|
|
112
|
+
import "./react-resizable.67e38975.js";
|
|
113
|
+
import "react-grid-layout";
|
|
111
114
|
import "react-dnd";
|
|
112
115
|
import "react-dnd-html5-backend";
|
|
113
116
|
import "@hookform/resolvers/yup";
|
|
@@ -123,20 +126,20 @@ import "react-helmet-async";
|
|
|
123
126
|
import "simplebar-react";
|
|
124
127
|
import "simplebar/dist/simplebar.min.css?used";
|
|
125
128
|
export {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
129
|
+
A4 as AREAS_DICTIONARY_ID,
|
|
130
|
+
A5 as Accordion,
|
|
131
|
+
a9 as AccountPopover,
|
|
132
|
+
A8 as ActionCancel,
|
|
133
|
+
A10 as ActionFormCancel,
|
|
134
|
+
A11 as ActionFormIntro,
|
|
135
|
+
A9 as ActionIntro,
|
|
136
|
+
A7 as Actions,
|
|
137
|
+
A12 as AppBar,
|
|
135
138
|
A as AreasAdmin,
|
|
136
|
-
|
|
139
|
+
A3 as AreasContext,
|
|
137
140
|
a3 as AreasProvider,
|
|
138
|
-
|
|
139
|
-
|
|
141
|
+
A2 as AreasViewer,
|
|
142
|
+
A6 as Avatar,
|
|
140
143
|
B4 as BooleanFormatter,
|
|
141
144
|
B as BoxIcon,
|
|
142
145
|
B2 as Breadcrumbs,
|
|
@@ -148,7 +151,7 @@ export {
|
|
|
148
151
|
D2 as DateFormatter,
|
|
149
152
|
D5 as DraggableWindow,
|
|
150
153
|
D4 as DynamicFilter,
|
|
151
|
-
|
|
154
|
+
a10 as DynamicMFParmsContext,
|
|
152
155
|
D6 as DynamicMFParmsProvider,
|
|
153
156
|
F as FORMATTER_DICTIONARY,
|
|
154
157
|
H2 as HelmetPage,
|
|
@@ -170,7 +173,7 @@ export {
|
|
|
170
173
|
M3 as MenuActions,
|
|
171
174
|
M6 as ModalContext,
|
|
172
175
|
M4 as ModalDialog,
|
|
173
|
-
|
|
176
|
+
a11 as ModalProvider,
|
|
174
177
|
M as MotionContainer,
|
|
175
178
|
M2 as MotionLazyContainer,
|
|
176
179
|
N2 as NavLink,
|
|
@@ -195,7 +198,7 @@ export {
|
|
|
195
198
|
R8 as RHFRadioGroup,
|
|
196
199
|
R6 as RHFSelect,
|
|
197
200
|
R7 as RHFTextField,
|
|
198
|
-
|
|
201
|
+
a6 as RHFTextFieldPassword,
|
|
199
202
|
R10 as RHFUploadImage,
|
|
200
203
|
R12 as RHFormProvider,
|
|
201
204
|
R11 as ResizeableWindow,
|
|
@@ -211,29 +214,29 @@ export {
|
|
|
211
214
|
W2 as WindowConfirm,
|
|
212
215
|
a4 as WindowToolsMFContext,
|
|
213
216
|
W as WindowToolsMFProvider,
|
|
214
|
-
|
|
217
|
+
c as columnBooleanFormatter,
|
|
215
218
|
d as columnConcatenatedValuesFormatter,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
219
|
+
b3 as columnDateFormatter,
|
|
220
|
+
c4 as columnNestedValueFormatter,
|
|
221
|
+
c3 as columnPointsFormatter,
|
|
222
|
+
c5 as columnPriceFormatter,
|
|
223
|
+
c2 as columnUncertaintyFormatter,
|
|
221
224
|
d2 as defaultCommonActionsDictionary,
|
|
222
225
|
d3 as defaultModalDialogDictionary,
|
|
223
226
|
d4 as defaultNoItemSelectedDictionary,
|
|
224
227
|
d5 as defaultObjectLogDictionary,
|
|
225
228
|
e as errorLabelClasses,
|
|
226
|
-
|
|
229
|
+
a5 as getAreasComponentsDictionary,
|
|
227
230
|
g as getAreasDictionary,
|
|
228
231
|
g13 as getCommonActionsDictionary,
|
|
229
|
-
|
|
232
|
+
a8 as getDataGridRowsFromSet,
|
|
230
233
|
g12 as getDynamicFilterComponentsDictionary,
|
|
231
234
|
g9 as getFormatConcatenated,
|
|
232
235
|
g6 as getFormatDate,
|
|
233
|
-
|
|
236
|
+
a7 as getFormatPeriod,
|
|
234
237
|
g8 as getFormatPoints,
|
|
235
238
|
g10 as getFormatPrice,
|
|
236
|
-
|
|
239
|
+
b2 as getFormattersComponentsDictionary,
|
|
237
240
|
g11 as getGridComponentsDictionary,
|
|
238
241
|
g14 as getModalDialogComponentsDictionary,
|
|
239
242
|
g15 as getNoItemSelectedComponentsDictionary,
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.73",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"dependencies": {
|
|
6
|
+
"@emotion/react": "^11.9.0",
|
|
7
|
+
"@emotion/styled": "^11.8.1",
|
|
6
8
|
"@hookform/resolvers": "^2.9.5",
|
|
7
9
|
"@m4l/core": "*",
|
|
8
10
|
"@m4l/graphics": "*",
|
|
9
11
|
"@m4l/styles": "*",
|
|
10
|
-
"@
|
|
11
|
-
"@emotion/styled": "^11.8.1",
|
|
12
|
+
"@mui/lab": "5.0.0-alpha.89",
|
|
12
13
|
"@mui/material": "5.10.4",
|
|
13
14
|
"@mui/x-date-pickers": "6.6.0",
|
|
14
|
-
"@mui/lab": "5.0.0-alpha.89",
|
|
15
15
|
"immer": "^9.0.21",
|
|
16
16
|
"install": "^0.13.0",
|
|
17
17
|
"lodash.clonedeep": "^4.5.0",
|
|
@@ -2,7 +2,7 @@ import React__default from "react";
|
|
|
2
2
|
import require$$1 from "prop-types";
|
|
3
3
|
import require$$2 from "react-dom";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import { s as shims, l as log, d as domFns, p as positionFns } from "./utils/index.
|
|
5
|
+
import { s as shims, l as log, d as domFns, p as positionFns } from "./utils/index.94b9dc32.js";
|
|
6
6
|
var cjs = { exports: {} };
|
|
7
7
|
var Draggable$1 = {};
|
|
8
8
|
var DraggableCore$2 = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default from "react";
|
|
2
|
-
import { c as cjs } from "./react-draggable.
|
|
3
|
-
import { u as utils } from "./utils/index.
|
|
2
|
+
import { c as cjs } from "./react-draggable.64706389.js";
|
|
3
|
+
import { u as utils } from "./utils/index.94b9dc32.js";
|
|
4
4
|
import require$$1 from "prop-types";
|
|
5
5
|
var reactResizable = { exports: {} };
|
|
6
6
|
var Resizable$1 = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { generateUtilityClass } from "@mui/material";
|
|
2
2
|
import React__default from "react";
|
|
3
|
-
import { I as ICON_PREFIX } from "../vendor.
|
|
3
|
+
import { I as ICON_PREFIX } from "../vendor.fcb620ee.js";
|
|
4
4
|
function isValidDate(d) {
|
|
5
5
|
return d && d instanceof Date && !isNaN(d.getTime());
|
|
6
6
|
}
|