@m4l/components 0.1.67 → 0.1.68
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.1254308b.js → index.49e5c8b2.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.ddf330a8.js → index.58b30b03.js} +12 -12
- package/components/CommonActions/components/ActionFormIntro/{index.8248f431.js → index.a9ecbb73.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.dbf2ad66.js → index.6605ee21.js} +2 -2
- package/components/CommonActions/components/Actions/{index.5da399f8.js → index.377c342e.js} +12 -12
- package/components/DataGrid/{index.775deb12.js → index.f4f7f858.js} +19 -19
- package/components/DynamicFilter/{index.7c7c9d30.js → index.2485b282.js} +29 -29
- package/components/HelperText/{index.5d8bc10a.js → index.dba051a9.js} +8 -8
- package/components/Icon/{index.321976e8.js → index.f0a7d42d.js} +2 -2
- package/components/Image/{index.c5b14688.js → index.b216f30c.js} +1 -1
- package/components/LanguagePopover/{index.6f0bca65.js → index.8032715d.js} +9 -9
- package/components/ModalDialog/{index.c07975ed.js → index.20a9b77a.js} +5 -5
- package/components/NavLink/{index.da57f87d.js → index.488dc01c.js} +9 -9
- package/components/NoItemSelected/{index.09faa02c.js → index.02c6c7ac.js} +1 -1
- package/components/ObjectLogs/{index.a48a013c.js → index.9ff8250d.js} +15 -15
- package/components/PaperForm/{index.15002e62.js → index.0285a63f.js} +1 -1
- package/components/Period/{index.c5179eae.js → index.41358ce0.js} +13 -13
- package/components/Resizeable/{index.d3469af2.js → index.18a50191.js} +1 -1
- package/components/SideBar/{index.9c026180.js → index.3ba3a821.js} +6 -6
- package/components/areas/components/{index.98d1c90a.js → index.b21d60d8.js} +38 -38
- package/components/areas/contexts/AreasContext/{index.7dc6f386.js → index.ded4e1bd.js} +2 -2
- package/components/areas/contexts/index.65b0f324.js +2 -0
- package/components/areas/hooks/{index.1a0b8ab0.js → index.18cb3d8a.js} +1 -1
- package/components/areas/hooks/useArea/{index.443ac11d.js → index.d503dc0b.js} +2 -2
- package/components/areas/hooks/useDynamicMFParameters/{index.2a963454.js → index.c9a35fad.js} +1 -1
- package/components/areas/{index.6aec2efe.js → index.38620c15.js} +4 -4
- package/components/formatters/BooleanFormatter/{index.a3c6f613.js → index.083362c8.js} +1 -1
- package/components/formatters/{index.a09541d3.js → index.2d587e05.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.9f9d4ed7.js → index.6f0823fb.js} +10 -10
- package/components/hook-form/RHFAutocompleteAsync/{index.af16b28e.js → index.dec5535b.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.938fb1da.js → index.7ae098fb.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.1b1fafa6.js → index.81da23cf.js} +2 -2
- package/components/hook-form/RHFTextField/{index.e42cd9c0.js → index.ef829e80.js} +6 -6
- package/components/hook-form/RHFUpload/{index.d79721d2.js → index.0b97dc3c.js} +1 -1
- package/components/modal/{WindowBase.39f1310d.js → WindowBase.77a5aeb2.js} +3 -3
- package/components/modal/{WindowConfirm.993a8ed9.js → WindowConfirm.fcc6d9f8.js} +15 -15
- package/components/modal/index.b13922a1.js +24 -0
- package/components/mui_extended/Accordion/{index.466d66d5.js → index.5370ebbf.js} +2 -2
- package/components/mui_extended/Button/{index.680f7d77.js → index.4d13dbda.js} +3 -3
- package/components/mui_extended/IconButton/{index.d31f1039.js → index.06b5c4a8.js} +3 -4
- package/components/mui_extended/MenuActions/{index.e1749afa.js → index.e05e6158.js} +2 -2
- package/components/mui_extended/Pager/{index.bc67d954.js → index.b9db40bc.js} +1 -1
- package/components/mui_extended/Typography/{index.1d866b8b.js → index.ab4ee376.js} +1 -1
- package/components/mui_extended/index.08799321.js +19 -0
- package/contexts/ModalContext/{index.53e8904e.js → index.fcb7d228.js} +1 -1
- package/hooks/useModal/{index.2a4b4b65.js → index.95fb6ba1.js} +1 -1
- package/index.js +47 -47
- package/package.json +1 -1
- package/{react-draggable.18cf453f.js → react-draggable.26a0b105.js} +1 -1
- package/{react-resizable.f3de2742.js → react-resizable.3bd8013b.js} +2 -2
- package/utils/{index.3a4700cd.js → index.d4755e7e.js} +1 -1
- package/{vendor.31965c93.js → vendor.659fcc31.js} +44 -44
- package/components/areas/contexts/index.3e99c2da.js +0 -2
- package/components/modal/index.c63957d7.js +0 -24
- package/components/mui_extended/index.a6c77aa1.js +0 -19
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { I as IconButton } from "../../mui_extended/IconButton/index.
|
|
2
|
-
import { u as useAreasStore, a as useArea, b as useAreas, c as useAreaStore } from "../hooks/useArea/index.
|
|
1
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.06b5c4a8.js";
|
|
2
|
+
import { u as useAreasStore, a as useArea, b as useAreas, c as useAreaStore } from "../hooks/useArea/index.d503dc0b.js";
|
|
3
3
|
import { useEnvironment, useNetwork, useModuleDictionary, useModuleSkeleton, useHostTools, axiosOperation } from "@m4l/core";
|
|
4
4
|
import { shallow } from "zustand/shallow";
|
|
5
|
-
import { A as AREAS_VIEWER_CLASS_NAME, a as AREAS_ADMIN_CLASS_NAME, I as ICONS, g as getAreasDictionary } from "../index.
|
|
5
|
+
import { A as AREAS_VIEWER_CLASS_NAME, a as AREAS_ADMIN_CLASS_NAME, I as ICONS, g as getAreasDictionary } from "../index.38620c15.js";
|
|
6
6
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
7
7
|
import React__default, { createContext, useRef, useEffect, useMemo, useState, useCallback } from "react";
|
|
8
8
|
import { generateUtilityClasses, Skeleton, styled as styled$1, Typography as Typography$1, Dialog } from "@mui/material";
|
|
9
|
-
import { I as Icon } from "../../Icon/index.
|
|
9
|
+
import { I as Icon } from "../../Icon/index.f0a7d42d.js";
|
|
10
10
|
import clsx from "clsx";
|
|
11
11
|
import { createStore, useStore } from "zustand";
|
|
12
|
-
import "../contexts/AreasContext/index.
|
|
13
|
-
import "../../mui_extended/Accordion/index.
|
|
12
|
+
import "../contexts/AreasContext/index.ded4e1bd.js";
|
|
13
|
+
import "../../mui_extended/Accordion/index.5370ebbf.js";
|
|
14
14
|
import "../../mui_extended/Avatar/index.fe06afd7.js";
|
|
15
15
|
import "react-router-dom";
|
|
16
16
|
import "@mui/material/Button";
|
|
17
|
-
import { B as Button } from "../../mui_extended/Button/index.
|
|
18
|
-
import { I as Image } from "../../Image/index.
|
|
17
|
+
import { B as Button } from "../../mui_extended/Button/index.4d13dbda.js";
|
|
18
|
+
import { I as Image } from "../../Image/index.b216f30c.js";
|
|
19
19
|
import "@mui/lab";
|
|
20
|
-
import { T as Typography } from "../../mui_extended/Typography/index.
|
|
20
|
+
import { T as Typography } from "../../mui_extended/Typography/index.ab4ee376.js";
|
|
21
21
|
import "../../mui_extended/Popover/index.e271e4f0.js";
|
|
22
|
-
import { M as MenuActions } from "../../mui_extended/MenuActions/index.
|
|
23
|
-
import "../../mui_extended/Pager/index.
|
|
22
|
+
import { M as MenuActions } from "../../mui_extended/MenuActions/index.e05e6158.js";
|
|
23
|
+
import "../../mui_extended/Pager/index.b9db40bc.js";
|
|
24
24
|
import "../../mui_extended/Tab/index.e0653a0a.js";
|
|
25
25
|
import { unstable_composeClasses } from "@mui/base";
|
|
26
|
-
import { g as getComponentUtilityClass } from "../../../utils/index.
|
|
26
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.d4755e7e.js";
|
|
27
27
|
import { styled } from "@mui/material/styles";
|
|
28
|
-
import { r as react_resizable_css } from "../../../react-resizable.
|
|
28
|
+
import { r as react_resizable_css } from "../../../react-resizable.3bd8013b.js";
|
|
29
29
|
import { immer } from "zustand/middleware/immer";
|
|
30
30
|
import { devtools } from "zustand/middleware";
|
|
31
31
|
import debounce from "lodash/debounce";
|
|
@@ -36,46 +36,46 @@ import { m } from "framer-motion";
|
|
|
36
36
|
import "../../animate/LoadingScreen/index.1d0c4307.js";
|
|
37
37
|
import "../../animate/PropagateLoader/index.be5b02c3.js";
|
|
38
38
|
import "react-hook-form";
|
|
39
|
-
import "../../hook-form/RHFAutocomplete/index.
|
|
40
|
-
import "../../HelperText/index.
|
|
41
|
-
import "../../hook-form/RHFAutocompleteAsync/index.
|
|
42
|
-
import "../../hook-form/RHFCheckbox/index.
|
|
39
|
+
import "../../hook-form/RHFAutocomplete/index.6f0823fb.js";
|
|
40
|
+
import "../../HelperText/index.dba051a9.js";
|
|
41
|
+
import "../../hook-form/RHFAutocompleteAsync/index.dec5535b.js";
|
|
42
|
+
import "../../hook-form/RHFCheckbox/index.7ae098fb.js";
|
|
43
43
|
import "@mui/x-date-pickers";
|
|
44
44
|
import "../../hook-form/RHFDateTime/index.6c129ce4.js";
|
|
45
|
-
import "../../hook-form/RHFTextField/index.
|
|
46
|
-
import "../../hook-form/RHFPeriod/index.
|
|
47
|
-
import "../../Period/index.
|
|
48
|
-
import "../../CommonActions/components/Actions/index.
|
|
49
|
-
import "../../../contexts/ModalContext/index.
|
|
50
|
-
import { c as cjs } from "../../../react-draggable.
|
|
51
|
-
import "../../ModalDialog/index.
|
|
52
|
-
import { R as ResizeableWindow } from "../../Resizeable/index.
|
|
53
|
-
import "../../modal/WindowConfirm.
|
|
54
|
-
import "../../modal/WindowBase.
|
|
45
|
+
import "../../hook-form/RHFTextField/index.ef829e80.js";
|
|
46
|
+
import "../../hook-form/RHFPeriod/index.81da23cf.js";
|
|
47
|
+
import "../../Period/index.41358ce0.js";
|
|
48
|
+
import "../../CommonActions/components/Actions/index.377c342e.js";
|
|
49
|
+
import "../../../contexts/ModalContext/index.fcb7d228.js";
|
|
50
|
+
import { c as cjs } from "../../../react-draggable.26a0b105.js";
|
|
51
|
+
import "../../ModalDialog/index.20a9b77a.js";
|
|
52
|
+
import { R as ResizeableWindow } from "../../Resizeable/index.18a50191.js";
|
|
53
|
+
import "../../modal/WindowConfirm.fcc6d9f8.js";
|
|
54
|
+
import "../../modal/WindowBase.77a5aeb2.js";
|
|
55
55
|
import "lodash/isString";
|
|
56
56
|
import "react-dropzone";
|
|
57
|
-
import "../../hook-form/RHFUpload/index.
|
|
58
|
-
import "../../DataGrid/index.
|
|
57
|
+
import "../../hook-form/RHFUpload/index.0b97dc3c.js";
|
|
58
|
+
import "../../DataGrid/index.f4f7f858.js";
|
|
59
59
|
import "react-dnd";
|
|
60
60
|
import "react-dnd-html5-backend";
|
|
61
|
-
import "../../DynamicFilter/index.
|
|
61
|
+
import "../../DynamicFilter/index.2485b282.js";
|
|
62
62
|
import "../../ScrollBar/index.bbe48f4d.js";
|
|
63
63
|
import "yup";
|
|
64
64
|
import "@hookform/resolvers/yup";
|
|
65
65
|
import "../../../contexts/RHFormContext/index.a7511399.js";
|
|
66
|
-
import { D as DraggableWindow } from "../../../vendor.
|
|
67
|
-
import "../../LanguagePopover/index.
|
|
68
|
-
import "../../NavLink/index.
|
|
69
|
-
import "../../NoItemSelected/index.
|
|
70
|
-
import "../../ObjectLogs/index.
|
|
66
|
+
import { D as DraggableWindow } from "../../../vendor.659fcc31.js";
|
|
67
|
+
import "../../LanguagePopover/index.8032715d.js";
|
|
68
|
+
import "../../NavLink/index.488dc01c.js";
|
|
69
|
+
import "../../NoItemSelected/index.02c6c7ac.js";
|
|
70
|
+
import "../../ObjectLogs/index.9ff8250d.js";
|
|
71
71
|
import "../../../react-json-view.57125fcf.js";
|
|
72
|
-
import "../../PaperForm/index.
|
|
72
|
+
import "../../PaperForm/index.0285a63f.js";
|
|
73
73
|
import "../../Page/index.4237c241.js";
|
|
74
74
|
import "../../PropertyValue/index.dfcfe1ba.js";
|
|
75
75
|
import "../../../react-splitter-layout.8b1655c8.js";
|
|
76
76
|
import "../../SplitLayout/index.5a8355d8.js";
|
|
77
|
-
import "../../SideBar/index.
|
|
78
|
-
import { a as useWindow, b as useWindowStore } from "../hooks/index.
|
|
77
|
+
import "../../SideBar/index.3ba3a821.js";
|
|
78
|
+
import { a as useWindow, b as useWindowStore } from "../hooks/index.18cb3d8a.js";
|
|
79
79
|
import { L as LinearProgress } from "../../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
80
80
|
import { v as varBounce } from "../../animate/variants/bounce.784aaaaa.js";
|
|
81
81
|
const areasViewerClasses = generateUtilityClasses(AREAS_VIEWER_CLASS_NAME, [
|
|
@@ -5,8 +5,8 @@ import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
|
|
|
5
5
|
import { useHostTools, useModuleDictionary, useNetwork, useModuleSkeleton, EmitEvents } from "@m4l/core";
|
|
6
6
|
import { devtools } from "zustand/middleware";
|
|
7
7
|
import { immer } from "zustand/middleware/immer";
|
|
8
|
-
import { g as getAreasDictionary } from "../../index.
|
|
9
|
-
import { u as useAreasViewerUtilityClasses, a as useAreasAdminUtilityClasses } from "../../components/index.
|
|
8
|
+
import { g as getAreasDictionary } from "../../index.38620c15.js";
|
|
9
|
+
import { u as useAreasViewerUtilityClasses, a as useAreasAdminUtilityClasses } from "../../components/index.b21d60d8.js";
|
|
10
10
|
import { jsx } from "react/jsx-runtime";
|
|
11
11
|
const addArea = (state) => {
|
|
12
12
|
let newName = "";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { W as WindowContext, b as WindowToolsMFContext } from "../components/index.
|
|
3
|
+
import { W as WindowContext, b as WindowToolsMFContext } from "../components/index.b21d60d8.js";
|
|
4
4
|
const useWindow = () => {
|
|
5
5
|
const context = useContext(WindowContext);
|
|
6
6
|
if (!context)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { A as AreasContext } from "../../contexts/AreasContext/index.
|
|
4
|
-
import { A as AreaContext } from "../../components/index.
|
|
3
|
+
import { A as AreasContext } from "../../contexts/AreasContext/index.ded4e1bd.js";
|
|
4
|
+
import { A as AreaContext } from "../../components/index.b21d60d8.js";
|
|
5
5
|
function useAreas() {
|
|
6
6
|
const context = useContext(AreasContext);
|
|
7
7
|
if (!context)
|
package/components/areas/hooks/useDynamicMFParameters/{index.2a963454.js → index.c9a35fad.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { D as DynamicMFParmsContext } from "../../components/index.
|
|
3
|
+
import { D as DynamicMFParmsContext } from "../../components/index.b21d60d8.js";
|
|
4
4
|
function useDynamicMFParametersStore(selector, equalityFn) {
|
|
5
5
|
const store = useContext(DynamicMFParmsContext);
|
|
6
6
|
if (!store)
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "@m4l/core";
|
|
3
3
|
import "@mui/material";
|
|
4
|
-
import "../Icon/index.
|
|
4
|
+
import "../Icon/index.f0a7d42d.js";
|
|
5
5
|
import "react/jsx-runtime";
|
|
6
|
-
import "../mui_extended/IconButton/index.
|
|
6
|
+
import "../mui_extended/IconButton/index.06b5c4a8.js";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import "zustand";
|
|
9
|
-
import "./contexts/AreasContext/index.
|
|
10
|
-
import "./components/index.
|
|
9
|
+
import "./contexts/AreasContext/index.ded4e1bd.js";
|
|
10
|
+
import "./components/index.b21d60d8.js";
|
|
11
11
|
import "zustand/shallow";
|
|
12
12
|
const AREAS_DICTIONARY_ID = "areas";
|
|
13
13
|
function getAreasComponentsDictionary() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
2
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
3
|
-
import { I as Icon } from "../../Icon/index.
|
|
3
|
+
import { I as Icon } from "../../Icon/index.f0a7d42d.js";
|
|
4
4
|
import { W as WrapperComponent } from "../../WrapperComponent/index.5e872594.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const BOOLEAN_FORMATTER_DICTIONARY_KEY = `boolean_formatter`;
|
|
@@ -2,10 +2,10 @@ import { W as WrapperComponent } from "../WrapperComponent/index.5e872594.js";
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { useModuleDictionary } from "@m4l/core";
|
|
4
4
|
import "react";
|
|
5
|
-
import "../Icon/index.
|
|
5
|
+
import "../Icon/index.f0a7d42d.js";
|
|
6
6
|
import "@mui/material";
|
|
7
7
|
import "@m4l/graphics";
|
|
8
|
-
import { a as BOOLEAN_FORMATTER_DICTIONARY_KEY, b as BOOLEAN_FORMATTER_DICTIONARY_LABELS } from "./BooleanFormatter/index.
|
|
8
|
+
import { a as BOOLEAN_FORMATTER_DICTIONARY_KEY, b as BOOLEAN_FORMATTER_DICTIONARY_LABELS } from "./BooleanFormatter/index.083362c8.js";
|
|
9
9
|
function getFormatConcatenated(values, separator) {
|
|
10
10
|
const returnSymbol = "";
|
|
11
11
|
if (values === null)
|
|
@@ -1,26 +1,26 @@
|
|
|
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.b216f30c.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.659fcc31.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.ab4ee376.js";
|
|
9
|
+
import { H as HelperText } from "../../HelperText/index.dba051a9.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 "../../mui_extended/Accordion/index.
|
|
13
|
+
import "../../Icon/index.f0a7d42d.js";
|
|
14
|
+
import "../../mui_extended/IconButton/index.06b5c4a8.js";
|
|
15
|
+
import "../../mui_extended/Accordion/index.5370ebbf.js";
|
|
16
16
|
import "../../mui_extended/Avatar/index.fe06afd7.js";
|
|
17
17
|
import "react-router-dom";
|
|
18
18
|
import "@mui/material/Button";
|
|
19
|
-
import "../../mui_extended/Button/index.
|
|
19
|
+
import "../../mui_extended/Button/index.4d13dbda.js";
|
|
20
20
|
import "@mui/lab";
|
|
21
21
|
import "../../mui_extended/Popover/index.e271e4f0.js";
|
|
22
|
-
import "../../mui_extended/MenuActions/index.
|
|
23
|
-
import "../../mui_extended/Pager/index.
|
|
22
|
+
import "../../mui_extended/MenuActions/index.e05e6158.js";
|
|
23
|
+
import "../../mui_extended/Pager/index.b9db40bc.js";
|
|
24
24
|
import "../../mui_extended/Tab/index.e0653a0a.js";
|
|
25
25
|
const AutocompleteRoot = styled("div")(({
|
|
26
26
|
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.659fcc31.js";
|
|
8
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.6f0823fb.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.659fcc31.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.dba051a9.js";
|
|
9
|
+
import { T as Typography } from "../../mui_extended/Typography/index.ab4ee376.js";
|
|
10
10
|
const WrapperSkeletonCheckBox = styled("div")(() => ({
|
|
11
11
|
display: "flex",
|
|
12
12
|
justifyContent: "center",
|
|
@@ -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.dba051a9.js";
|
|
4
|
+
import { P as Period } from "../../Period/index.41358ce0.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
const Wrapper = styled("div")(({
|
|
7
7
|
theme
|
|
@@ -1,17 +1,17 @@
|
|
|
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.06b5c4a8.js";
|
|
5
|
+
import { T as TEST_PROP_ID } from "../../../vendor.659fcc31.js";
|
|
6
6
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
7
|
-
import "../../Icon/index.
|
|
7
|
+
import "../../Icon/index.f0a7d42d.js";
|
|
8
8
|
import "clsx";
|
|
9
9
|
import { useFormContext, Controller } from "react-hook-form";
|
|
10
10
|
import { styled as styled$1 } from "@mui/material/styles";
|
|
11
11
|
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.
|
|
12
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.d4755e7e.js";
|
|
13
|
+
import { T as Typography } from "../../mui_extended/Typography/index.ab4ee376.js";
|
|
14
|
+
import { H as HelperText } from "../../HelperText/index.dba051a9.js";
|
|
15
15
|
const SkeletonTextFieldRoot = styled("div")(() => ({
|
|
16
16
|
display: "flex",
|
|
17
17
|
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.b216f30c.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,10 +1,10 @@
|
|
|
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.95fb6ba1.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
|
-
import { a as getThemeVariantColor } from "../../utils/index.
|
|
5
|
+
import { a as getThemeVariantColor } from "../../utils/index.d4755e7e.js";
|
|
6
6
|
import { IconButton } from "@mui/material";
|
|
7
|
-
import { I as Icon } from "../Icon/index.
|
|
7
|
+
import { I as Icon } from "../Icon/index.f0a7d42d.js";
|
|
8
8
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
9
9
|
const WrapperWindowBase = styled("div")(({ theme }) => ({
|
|
10
10
|
display: "flex",
|
|
@@ -1,30 +1,30 @@
|
|
|
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.95fb6ba1.js";
|
|
4
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.377c342e.js";
|
|
5
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.49e5c8b2.js";
|
|
6
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.6605ee21.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.4d13dbda.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.26a0b105.js";
|
|
14
|
+
import "../ModalDialog/index.20a9b77a.js";
|
|
15
|
+
import "../Resizeable/index.18a50191.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
17
|
import { styled } from "@mui/material/styles";
|
|
18
|
-
import { I as Icon } from "../Icon/index.
|
|
19
|
-
import { b as getVariantColor } from "../../utils/index.
|
|
20
|
-
import { W as WindowBase } from "./WindowBase.
|
|
21
|
-
import "../mui_extended/IconButton/index.
|
|
18
|
+
import { I as Icon } from "../Icon/index.f0a7d42d.js";
|
|
19
|
+
import { b as getVariantColor } from "../../utils/index.d4755e7e.js";
|
|
20
|
+
import { W as WindowBase } from "./WindowBase.77a5aeb2.js";
|
|
21
|
+
import "../mui_extended/IconButton/index.06b5c4a8.js";
|
|
22
22
|
import "zustand";
|
|
23
|
-
import "../areas/contexts/AreasContext/index.
|
|
24
|
-
import "../areas/components/index.
|
|
23
|
+
import "../areas/contexts/AreasContext/index.ded4e1bd.js";
|
|
24
|
+
import "../areas/components/index.b21d60d8.js";
|
|
25
25
|
import "zustand/shallow";
|
|
26
26
|
import "@mui/lab";
|
|
27
|
-
import "../mui_extended/Typography/index.
|
|
27
|
+
import "../mui_extended/Typography/index.ab4ee376.js";
|
|
28
28
|
const WrapperMessageIlustration = styled("div")(() => ({
|
|
29
29
|
display: "flex",
|
|
30
30
|
flexDirection: "column",
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import "@mui/material";
|
|
2
|
+
import "../../react-draggable.26a0b105.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import "../../contexts/ModalContext/index.fcb7d228.js";
|
|
5
|
+
import "../ModalDialog/index.20a9b77a.js";
|
|
6
|
+
import "../Resizeable/index.18a50191.js";
|
|
7
|
+
import "react/jsx-runtime";
|
|
8
|
+
import "@m4l/graphics";
|
|
9
|
+
import "@m4l/core";
|
|
10
|
+
import "../CommonActions/components/Actions/index.377c342e.js";
|
|
11
|
+
import "@mui/material/Button";
|
|
12
|
+
import "../mui_extended/Button/index.4d13dbda.js";
|
|
13
|
+
import "clsx";
|
|
14
|
+
import "react-hook-form";
|
|
15
|
+
import "./WindowBase.77a5aeb2.js";
|
|
16
|
+
import "../Icon/index.f0a7d42d.js";
|
|
17
|
+
import "../mui_extended/IconButton/index.06b5c4a8.js";
|
|
18
|
+
import "zustand";
|
|
19
|
+
import "../areas/contexts/AreasContext/index.ded4e1bd.js";
|
|
20
|
+
import "../areas/components/index.b21d60d8.js";
|
|
21
|
+
import "zustand/shallow";
|
|
22
|
+
import "@mui/lab";
|
|
23
|
+
import "../mui_extended/Typography/index.ab4ee376.js";
|
|
24
|
+
import "./WindowConfirm.fcc6d9f8.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.06b5c4a8.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.f0a7d42d.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.b216f30c.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.659fcc31.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.ab4ee376.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.f0a7d42d.js";
|
|
5
5
|
import { jsx, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import clsx from "clsx";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -40,7 +40,7 @@ function getIconButtonUtilityClass(slot) {
|
|
|
40
40
|
}
|
|
41
41
|
const useUtilityClasses = (ownerState) => {
|
|
42
42
|
const slots = {
|
|
43
|
-
root: ["root", ownerState.size === "extraSmall" && "sizeExtraSmall", ownerState.size === "small" && "sizeSmall", ownerState.size === "medium" && "sizeMedium", ownerState.variant === "primary" && ownerState.isSkeleton !== true && "variantPrimary", ownerState.variant === "secondary" && ownerState.isSkeleton !== true && "variantSecondary", ownerState.variant === "line" && ownerState.isSkeleton !== true && "variantLine", ownerState.isFocus && "isFocus", ownerState.isDisabled && "isDisabled"],
|
|
43
|
+
root: ["root", ownerState.size === "extraSmall" && "sizeExtraSmall", ownerState.size === "small" && "sizeSmall", ownerState.size === "medium" && "sizeMedium", ownerState.variant === "primary" && ownerState.isSkeleton !== true && "variantPrimary", ownerState.variant === "secondary" && ownerState.isSkeleton !== true && "variantSecondary", ownerState.variant === "line" && ownerState.isSkeleton !== true && "variantLine", ownerState.isFocus && !ownerState.isDisabled && "isFocus", ownerState.isDisabled && "isDisabled"],
|
|
44
44
|
skeleton: ["skeleton"]
|
|
45
45
|
};
|
|
46
46
|
const composedClasses = unstable_composeClasses(slots, getIconButtonUtilityClass, {});
|
|
@@ -55,7 +55,7 @@ const IconButton = (props) => {
|
|
|
55
55
|
size = "small",
|
|
56
56
|
dictionaryTooltipId,
|
|
57
57
|
rotationAngle,
|
|
58
|
-
variant = "
|
|
58
|
+
variant = "line",
|
|
59
59
|
disabled,
|
|
60
60
|
className,
|
|
61
61
|
...other
|
|
@@ -111,7 +111,6 @@ const IconButton = (props) => {
|
|
|
111
111
|
})
|
|
112
112
|
}) : /* @__PURE__ */ jsx(IconButton$1, {
|
|
113
113
|
...other,
|
|
114
|
-
disableFocusRipple: true,
|
|
115
114
|
onFocusVisible: handlerOnFocus,
|
|
116
115
|
onBlur: handlerOnBlur,
|
|
117
116
|
disabled,
|
|
@@ -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.e271e4f0.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.f0a7d42d.js";
|
|
7
|
+
import { I as IconButton$1 } from "../IconButton/index.06b5c4a8.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.06b5c4a8.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.659fcc31.js";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
const WarpperTypography = styled("div")(({
|
|
8
8
|
theme
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import "@mui/material";
|
|
2
|
+
import "react";
|
|
3
|
+
import "@m4l/core";
|
|
4
|
+
import "../Icon/index.f0a7d42d.js";
|
|
5
|
+
import "react/jsx-runtime";
|
|
6
|
+
import "./IconButton/index.06b5c4a8.js";
|
|
7
|
+
import "clsx";
|
|
8
|
+
import "./Accordion/index.5370ebbf.js";
|
|
9
|
+
import "./Avatar/index.fe06afd7.js";
|
|
10
|
+
import "react-router-dom";
|
|
11
|
+
import "@mui/material/Button";
|
|
12
|
+
import "./Button/index.4d13dbda.js";
|
|
13
|
+
import "../Image/index.b216f30c.js";
|
|
14
|
+
import "@mui/lab";
|
|
15
|
+
import "./Typography/index.ab4ee376.js";
|
|
16
|
+
import "./Popover/index.e271e4f0.js";
|
|
17
|
+
import "./MenuActions/index.e05e6158.js";
|
|
18
|
+
import "./Pager/index.b9db40bc.js";
|
|
19
|
+
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.20a9b77a.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.fcb7d228.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|