@m4l/components 0.1.59 → 0.1.60
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/ActionFormCancel/{index.5852dbc5.js → index.c4054a25.js} +11 -11
- package/components/CommonActions/components/ActionIntro/{index.12e8f032.js → index.56a0dcf9.js} +1 -1
- package/components/CommonActions/components/Actions/{index.63c3d3a3.js → index.06b651ab.js} +10 -10
- package/components/DataGrid/dictionary.d.ts +5 -2
- package/components/DataGrid/{index.947577ed.js → index.b06e687e.js} +33 -20
- package/components/DynamicFilter/{index.7843c415.js → index.ceabc6b6.js} +21 -21
- package/components/ErrorLabel/{index.908fb555.js → index.e140421c.js} +3 -3
- package/components/LanguagePopover/{index.14d4d878.js → index.df9b47a6.js} +3 -3
- package/components/ModalDialog/{index.708aa5a5.js → index.99cde79e.js} +2 -2
- package/components/ObjectLogs/{index.389c3814.js → index.db704dfe.js} +13 -13
- package/components/Period/{index.5494a974.js → index.0ffcbec1.js} +11 -11
- package/components/areas/components/AreasAdmin/{index.4f8dffdd.js → index.1a331d66.js} +4 -4
- package/components/areas/components/AreasContainer/{index.1658078b.js → index.ff33521a.js} +2 -2
- package/components/areas/components/GridLayout/{index.55821687.js → index.c6c8e0d5.js} +4 -4
- package/components/areas/components/Window/icons.d.ts +3 -0
- package/components/areas/components/Window/{index.8cfef0db.js → index.735d6080.js} +29 -26
- package/components/areas/components/WindowPopUp/{index.54401e43.js → index.037ecadd.js} +26 -26
- package/components/areas/components/{index.c299e20f.js → index.37fd13b9.js} +8 -8
- package/components/areas/contexts/AreaContext/{index.d497504c.js → index.b67ffbb9.js} +1 -1
- package/components/areas/contexts/AreasContext/{index.002c04af.js → index.5e4e0c5d.js} +1 -1
- package/components/areas/contexts/{index.6bee8850.js → index.065f1714.js} +1 -1
- package/components/areas/hooks/{index.cb80f6a9.js → index.75b5ba77.js} +1 -1
- package/components/areas/hooks/useArea/{index.91e7484b.js → index.59bd8d21.js} +2 -2
- package/components/areas/{index.c9c73495.js → index.de327843.js} +6 -6
- package/components/formatters/BooleanFormatter/dictionary.d.ts +7 -0
- package/components/formatters/BooleanFormatter/{index.a50933fb.js → index.bf947220.js} +16 -3
- package/components/formatters/PeriodFormatter/dictionary.d.ts +9 -0
- package/components/formatters/dictionary.d.ts +1 -8
- package/components/formatters/{index.7d2ad9ca.js → index.12ac825b.js} +25 -25
- package/components/hook-form/RHFAutocomplete/{index.8eab6160.js → index.89e7963b.js} +1 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.5be8b7a8.js → index.89cba5be.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.da7bc824.js → index.6e80f572.js} +1 -1
- package/components/hook-form/RHFPeriod/{index.19ef4171.js → index.60c2cc90.js} +2 -2
- package/components/hook-form/RHFTextField/{index.3f6a18e3.js → index.b172f4a8.js} +2 -2
- package/components/modal/{WindowBase.545521d2.js → WindowBase.d1e40422.js} +1 -1
- package/components/modal/{WindowConfirm.547d3fa0.js → WindowConfirm.897eb532.js} +11 -11
- package/components/modal/{index.1da0fe8f.js → index.342c37d1.js} +11 -11
- package/components/mui_extended/Accordion/{index.002bad72.js → index.725a10af.js} +1 -1
- package/components/mui_extended/IconButton/{index.460c0476.js → index.afa201a7.js} +1 -0
- package/components/mui_extended/Pager/{index.458f9f0d.js → index.d4d1a1a0.js} +1 -1
- package/components/mui_extended/{index.5095705d.js → index.9ce0bca3.js} +3 -3
- package/contexts/ModalContext/{index.5a9041b8.js → index.f215bf0b.js} +1 -1
- package/hooks/useModal/{index.404c0539.js → index.e338782f.js} +1 -1
- package/index.js +62 -68
- package/package.json +1 -1
- package/{vendor.c2aabf37.js → vendor.925c029e.js} +30 -30
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import "@mui/material";
|
|
2
2
|
import "../../react-draggable.6471b07e.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../contexts/ModalContext/index.
|
|
5
|
-
import "../ModalDialog/index.
|
|
4
|
+
import "../../contexts/ModalContext/index.f215bf0b.js";
|
|
5
|
+
import "../ModalDialog/index.99cde79e.js";
|
|
6
6
|
import "../Resizeable/index.04fa8de5.js";
|
|
7
7
|
import "react/jsx-runtime";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
9
|
import "@m4l/core";
|
|
10
|
-
import "../CommonActions/components/Actions/index.
|
|
10
|
+
import "../CommonActions/components/Actions/index.06b651ab.js";
|
|
11
11
|
import "@mui/material/Button";
|
|
12
12
|
import "../mui_extended/Button/index.8406ed5b.js";
|
|
13
13
|
import "react-hook-form";
|
|
14
|
-
import "./WindowBase.
|
|
14
|
+
import "./WindowBase.d1e40422.js";
|
|
15
15
|
import "../Icon/index.b29ff2d9.js";
|
|
16
16
|
import "@mui/material/styles";
|
|
17
|
-
import "../areas/components/index.
|
|
18
|
-
import "../areas/components/AreasAdmin/index.
|
|
19
|
-
import "../mui_extended/IconButton/index.
|
|
17
|
+
import "../areas/components/index.37fd13b9.js";
|
|
18
|
+
import "../areas/components/AreasAdmin/index.1a331d66.js";
|
|
19
|
+
import "../mui_extended/IconButton/index.afa201a7.js";
|
|
20
20
|
import "zustand";
|
|
21
|
-
import "../areas/contexts/AreasContext/index.
|
|
21
|
+
import "../areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
22
22
|
import "zustand/shallow";
|
|
23
|
-
import "../areas/components/AreasContainer/index.
|
|
23
|
+
import "../areas/components/AreasContainer/index.ff33521a.js";
|
|
24
24
|
import "react-grid-layout/css/styles.css";
|
|
25
25
|
import "../../react-resizable.b620abed.js";
|
|
26
|
-
import "../areas/contexts/index.
|
|
26
|
+
import "../areas/contexts/index.065f1714.js";
|
|
27
27
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
28
28
|
import "@mui/lab";
|
|
29
|
-
import "./WindowConfirm.
|
|
29
|
+
import "./WindowConfirm.897eb532.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
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.afa201a7.js";
|
|
3
3
|
import { useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
4
4
|
import { I as Icon } from "../../Icon/index.b29ff2d9.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
@@ -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.afa201a7.js";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
7
7
|
const WrapperPagerActions = styled("div")(({ theme }) => ({
|
|
@@ -4,8 +4,8 @@ import "@m4l/core";
|
|
|
4
4
|
import "../Icon/index.b29ff2d9.js";
|
|
5
5
|
import "@mui/material/styles";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
|
-
import "./IconButton/index.
|
|
8
|
-
import "./Accordion/index.
|
|
7
|
+
import "./IconButton/index.afa201a7.js";
|
|
8
|
+
import "./Accordion/index.725a10af.js";
|
|
9
9
|
import "./Avatar/index.fe06afd7.js";
|
|
10
10
|
import "react-router-dom";
|
|
11
11
|
import "@mui/material/Button";
|
|
@@ -14,6 +14,6 @@ import "../Image/index.aa24e982.js";
|
|
|
14
14
|
import "@mui/lab";
|
|
15
15
|
import "./Popover/index.8ed52492.js";
|
|
16
16
|
import "./MenuActions/index.1affe51a.js";
|
|
17
|
-
import "./Pager/index.
|
|
17
|
+
import "./Pager/index.d4d1a1a0.js";
|
|
18
18
|
import "./Tab/index.e0653a0a.js";
|
|
19
19
|
import "./Typography/index.be3a279a.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.99cde79e.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.f215bf0b.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|
package/index.js
CHANGED
|
@@ -7,65 +7,65 @@ 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 } from "./components/areas/components/index.
|
|
11
|
-
import { A as A2 } from "./components/areas/components/AreasAdmin/index.
|
|
12
|
-
import { A as A3 } from "./components/areas/components/AreasContainer/index.
|
|
13
|
-
import { A as A4, a as a3 } from "./components/areas/contexts/AreasContext/index.
|
|
14
|
-
import { c, W } from "./components/areas/contexts/index.
|
|
10
|
+
import { A } from "./components/areas/components/index.37fd13b9.js";
|
|
11
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.1a331d66.js";
|
|
12
|
+
import { A as A3 } from "./components/areas/components/AreasContainer/index.ff33521a.js";
|
|
13
|
+
import { A as A4, a as a3 } from "./components/areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
14
|
+
import { c, W } from "./components/areas/contexts/index.065f1714.js";
|
|
15
15
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.041a666b.js";
|
|
16
|
-
import { u as u2 } from "./components/areas/hooks/index.
|
|
17
|
-
import { R, g } from "./components/hook-form/RHFAutocomplete/index.
|
|
18
|
-
import { R as R2, g as g2 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
19
|
-
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.
|
|
16
|
+
import { u as u2 } from "./components/areas/hooks/index.75b5ba77.js";
|
|
17
|
+
import { R, g } from "./components/hook-form/RHFAutocomplete/index.89e7963b.js";
|
|
18
|
+
import { R as R2, g as g2 } from "./components/hook-form/RHFAutocompleteAsync/index.89cba5be.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.6e80f572.js";
|
|
20
20
|
import { R as R4 } from "./components/hook-form/RHFDateTime/index.6c129ce4.js";
|
|
21
21
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
22
22
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
23
|
-
import { R as R7, a as a4 } from "./components/hook-form/RHFTextField/index.
|
|
23
|
+
import { R as R7, a as a4 } from "./components/hook-form/RHFTextField/index.b172f4a8.js";
|
|
24
24
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
25
|
-
import { R as R9 } from "./components/hook-form/RHFPeriod/index.
|
|
26
|
-
import { P as P2, g as g3 } from "./components/Period/index.
|
|
25
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.60c2cc90.js";
|
|
26
|
+
import { P as P2, g as g3 } from "./components/Period/index.0ffcbec1.js";
|
|
27
27
|
import { R as R10 } from "./components/hook-form/RHFUpload/index.7fdff30f.js";
|
|
28
|
-
import { A as A5 } from "./components/mui_extended/Accordion/index.
|
|
28
|
+
import { A as A5 } from "./components/mui_extended/Accordion/index.725a10af.js";
|
|
29
29
|
import { A as A6 } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
30
30
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
31
31
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
32
32
|
import { B as B3, I as I2, L as L2, i } from "./components/mui_extended/Button/index.8406ed5b.js";
|
|
33
33
|
import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
34
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
34
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.afa201a7.js";
|
|
35
35
|
import { L as L3 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
36
36
|
import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
37
37
|
import { M as M3 } from "./components/mui_extended/MenuActions/index.1affe51a.js";
|
|
38
38
|
import { P as P3 } from "./components/mui_extended/Popover/index.8ed52492.js";
|
|
39
|
-
import { P as P4, g as g4 } from "./components/mui_extended/Pager/index.
|
|
39
|
+
import { P as P4, g as g4 } from "./components/mui_extended/Pager/index.d4d1a1a0.js";
|
|
40
40
|
import { T } from "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
41
41
|
import { T as T2, t } from "./components/mui_extended/Typography/index.be3a279a.js";
|
|
42
|
-
import { B as B4 } from "./components/formatters/BooleanFormatter/index.
|
|
42
|
+
import { B as B4 } from "./components/formatters/BooleanFormatter/index.bf947220.js";
|
|
43
43
|
import { D, g as g5 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
44
44
|
import { U, g as g6 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
45
45
|
import { P as P5, g as g7 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
46
|
-
import { C as C2,
|
|
46
|
+
import { C as C2, F, P as P6, g as g8, a as a5, b as b2 } from "./components/formatters/index.12ac825b.js";
|
|
47
47
|
import { P as P7, g as g9 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
48
|
-
import { D as D2, N, T as T3, c as
|
|
49
|
-
import { c as
|
|
50
|
-
import { c as
|
|
51
|
-
import { c as
|
|
52
|
-
import { c as
|
|
53
|
-
import { b as b4, a as a7, D as D3, L as
|
|
54
|
-
import { E, e
|
|
55
|
-
import { A as A7, d as
|
|
48
|
+
import { D as D2, N, T as T3, c as c2, d, b as b3, a as a6, g as g10 } from "./components/DataGrid/index.b06e687e.js";
|
|
49
|
+
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
50
|
+
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
51
|
+
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
52
|
+
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
53
|
+
import { b as b4, a as a7, D as D3, L as L5, d as d2, g as g11, c as c7 } from "./components/DynamicFilter/index.ceabc6b6.js";
|
|
54
|
+
import { E, e } from "./components/ErrorLabel/index.e140421c.js";
|
|
55
|
+
import { A as A7, d as d3, g as g12 } from "./components/CommonActions/components/Actions/index.06b651ab.js";
|
|
56
56
|
import { A as A8 } from "./components/CommonActions/components/ActionCancel/index.a81752ef.js";
|
|
57
|
-
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.
|
|
58
|
-
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
57
|
+
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.56a0dcf9.js";
|
|
58
|
+
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.c4054a25.js";
|
|
59
59
|
import { A as A11 } from "./components/CommonActions/components/ActionFormIntro/index.ca4d2674.js";
|
|
60
|
-
import { D as D4 } from "./vendor.
|
|
61
|
-
import { L as
|
|
60
|
+
import { D as D4 } from "./vendor.925c029e.js";
|
|
61
|
+
import { L as L6 } from "./components/LanguagePopover/index.df9b47a6.js";
|
|
62
62
|
import { I as I4 } from "./components/Image/index.aa24e982.js";
|
|
63
|
-
import { L as
|
|
64
|
-
import { M as M4, d as
|
|
65
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
66
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
67
|
-
import { N as N2, d as
|
|
68
|
-
import { O, d as
|
|
63
|
+
import { L as L7 } from "./components/Loadable/index.117eaced.js";
|
|
64
|
+
import { M as M4, d as d4, g as g13 } from "./components/ModalDialog/index.99cde79e.js";
|
|
65
|
+
import { W as W2 } from "./components/modal/WindowConfirm.897eb532.js";
|
|
66
|
+
import { W as W3 } from "./components/modal/WindowBase.d1e40422.js";
|
|
67
|
+
import { N as N2, d as d5, g as g14 } from "./components/NoItemSelected/index.9636ec8a.js";
|
|
68
|
+
import { O, d as d6, g as g15 } from "./components/ObjectLogs/index.db704dfe.js";
|
|
69
69
|
import { P as P8 } from "./components/PaperForm/index.3cdac885.js";
|
|
70
70
|
import { H } from "./components/Page/index.4237c241.js";
|
|
71
71
|
import { P as P9 } from "./components/PropertyValue/index.dfcfe1ba.js";
|
|
@@ -74,11 +74,11 @@ import { S } from "./components/ScrollBar/index.35ebe9a1.js";
|
|
|
74
74
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
75
75
|
import { S as S3 } from "./components/SplitLayout/index.5a8355d8.js";
|
|
76
76
|
import { a as a8, D as D5, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
77
|
-
import { M as M6, a as a9 } from "./contexts/ModalContext/index.
|
|
77
|
+
import { M as M6, a as a9 } from "./contexts/ModalContext/index.f215bf0b.js";
|
|
78
78
|
import { R as R12 } from "./contexts/RHFormContext/index.3dc6e2f5.js";
|
|
79
79
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
80
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
81
|
-
import { L as
|
|
80
|
+
import { u as u4 } from "./hooks/useModal/index.e338782f.js";
|
|
81
|
+
import { L as L8 } from "./assets/Logo/index.228dcb5a.js";
|
|
82
82
|
import "framer-motion";
|
|
83
83
|
import "react";
|
|
84
84
|
import "@mui/material";
|
|
@@ -87,7 +87,7 @@ import "@mui/material/styles";
|
|
|
87
87
|
import "./utils/index.b6ae791a.js";
|
|
88
88
|
import "@mui/base";
|
|
89
89
|
import "./node_modules.416f1da3.js";
|
|
90
|
-
import "./components/areas/contexts/AreaContext/index.
|
|
90
|
+
import "./components/areas/contexts/AreaContext/index.b67ffbb9.js";
|
|
91
91
|
import "zustand/shallow";
|
|
92
92
|
import "@m4l/core";
|
|
93
93
|
import "zustand";
|
|
@@ -95,11 +95,11 @@ import "zustand/middleware/immer";
|
|
|
95
95
|
import "zustand/middleware";
|
|
96
96
|
import "lodash/debounce";
|
|
97
97
|
import "lodash.clonedeep";
|
|
98
|
-
import "./components/areas/hooks/useArea/index.
|
|
98
|
+
import "./components/areas/hooks/useArea/index.59bd8d21.js";
|
|
99
99
|
import "@m4l/graphics";
|
|
100
|
-
import "./components/areas/components/GridLayout/index.
|
|
100
|
+
import "./components/areas/components/GridLayout/index.c6c8e0d5.js";
|
|
101
101
|
import "react-grid-layout";
|
|
102
|
-
import "./components/areas/components/WindowPopUp/index.
|
|
102
|
+
import "./components/areas/components/WindowPopUp/index.037ecadd.js";
|
|
103
103
|
import "react-router-dom";
|
|
104
104
|
import "react-grid-layout/css/styles.css";
|
|
105
105
|
import "./react-resizable.b620abed.js";
|
|
@@ -120,8 +120,8 @@ import "@hookform/resolvers/yup";
|
|
|
120
120
|
import "./react-json-view.57125fcf.js";
|
|
121
121
|
import "./commonjs.565e6834.js";
|
|
122
122
|
import "./react-splitter-layout.8b1655c8.js";
|
|
123
|
-
import "./components/areas/components/Window/index.
|
|
124
|
-
import "./components/areas/index.
|
|
123
|
+
import "./components/areas/components/Window/index.735d6080.js";
|
|
124
|
+
import "./components/areas/index.de327843.js";
|
|
125
125
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
126
126
|
import "./react-data-grid.d46d625e.js";
|
|
127
127
|
import "react-helmet-async";
|
|
@@ -155,26 +155,21 @@ export {
|
|
|
155
155
|
a8 as DynamicMFParmsContext,
|
|
156
156
|
D5 as DynamicMFParmsProvider,
|
|
157
157
|
E as ErrorLabel,
|
|
158
|
+
F as FORMATTER_DICTIONARY,
|
|
158
159
|
H as HelmetPage,
|
|
159
160
|
I as Icon,
|
|
160
161
|
I3 as IconButton,
|
|
161
162
|
a2 as IconButtonAnimate,
|
|
162
163
|
I4 as Image,
|
|
163
164
|
I2 as ImageButton,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
L6 as LABEL_FILTER_BUTTON,
|
|
167
|
-
f as LABEL_MONTH,
|
|
168
|
-
e as LABEL_MONTHS,
|
|
169
|
-
c2 as LABEL_YEAR,
|
|
170
|
-
L5 as LABEL_YEARS,
|
|
171
|
-
L7 as LanguagePopover,
|
|
165
|
+
L5 as LABEL_FILTER_BUTTON,
|
|
166
|
+
L6 as LanguagePopover,
|
|
172
167
|
L3 as LinearProgress,
|
|
173
168
|
L4 as LinkWithRoute,
|
|
174
|
-
|
|
169
|
+
L7 as Loadable,
|
|
175
170
|
L2 as LoadingButton,
|
|
176
171
|
L as LoadingScreen,
|
|
177
|
-
|
|
172
|
+
L8 as Logo,
|
|
178
173
|
M5 as MemonizedDynamicMFParmsProvider,
|
|
179
174
|
M3 as MenuActions,
|
|
180
175
|
M6 as ModalContext,
|
|
@@ -218,24 +213,23 @@ export {
|
|
|
218
213
|
W2 as WindowConfirm,
|
|
219
214
|
c as WindowToolsMFContext,
|
|
220
215
|
W as WindowToolsMFProvider,
|
|
221
|
-
|
|
222
|
-
|
|
216
|
+
c2 as columnBooleanFormatter,
|
|
217
|
+
d as columnConcatenatedValuesFormatter,
|
|
223
218
|
b3 as columnDateFormatter,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
d5 as
|
|
232
|
-
d6 as
|
|
233
|
-
|
|
234
|
-
e2 as errorLabelClasses,
|
|
219
|
+
c5 as columnNestedValueFormatter,
|
|
220
|
+
c4 as columnPointsFormatter,
|
|
221
|
+
c6 as columnPriceFormatter,
|
|
222
|
+
c3 as columnUncertaintyFormatter,
|
|
223
|
+
d3 as defaultCommonActionsDictionary,
|
|
224
|
+
d2 as defaultDynamicFilterDictionary,
|
|
225
|
+
d4 as defaultModalDialogDictionary,
|
|
226
|
+
d5 as defaultNoItemSelectedDictionary,
|
|
227
|
+
d6 as defaultObjectLogDictionary,
|
|
228
|
+
e as errorLabelClasses,
|
|
235
229
|
g12 as getCommonActionsDictionary,
|
|
236
230
|
a6 as getDataGridRowsFromSet,
|
|
237
231
|
g11 as getDynamicFilterComponentsDictionary,
|
|
238
|
-
|
|
232
|
+
c7 as getDynamicFilterDictionary,
|
|
239
233
|
g8 as getFormatConcatenated,
|
|
240
234
|
g5 as getFormatDate,
|
|
241
235
|
a5 as getFormatPeriod,
|
package/package.json
CHANGED
|
@@ -7,62 +7,62 @@ import "react-router-dom";
|
|
|
7
7
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
8
8
|
import "./components/animate/PropagateLoader/index.be5b02c3.js";
|
|
9
9
|
import "./components/areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
10
|
-
import "./contexts/ModalContext/index.
|
|
10
|
+
import "./contexts/ModalContext/index.f215bf0b.js";
|
|
11
11
|
import { useState } from "react";
|
|
12
12
|
import "react-hook-form";
|
|
13
13
|
import "@hookform/resolvers/yup";
|
|
14
14
|
import "./contexts/RHFormContext/index.3dc6e2f5.js";
|
|
15
15
|
import "@m4l/core";
|
|
16
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
16
|
+
import "./components/hook-form/RHFAutocomplete/index.89e7963b.js";
|
|
17
17
|
import "./components/Image/index.aa24e982.js";
|
|
18
18
|
import "lodash/debounce";
|
|
19
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
20
|
-
import "./components/mui_extended/IconButton/index.
|
|
21
|
-
import "./components/mui_extended/Accordion/index.
|
|
19
|
+
import "./components/hook-form/RHFCheckbox/index.6e80f572.js";
|
|
20
|
+
import "./components/mui_extended/IconButton/index.afa201a7.js";
|
|
21
|
+
import "./components/mui_extended/Accordion/index.725a10af.js";
|
|
22
22
|
import "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
23
23
|
import "@mui/material/Button";
|
|
24
24
|
import "./components/mui_extended/Button/index.8406ed5b.js";
|
|
25
25
|
import "@mui/lab";
|
|
26
26
|
import "./components/mui_extended/Popover/index.8ed52492.js";
|
|
27
27
|
import "./components/mui_extended/MenuActions/index.1affe51a.js";
|
|
28
|
-
import "./components/mui_extended/Pager/index.
|
|
28
|
+
import "./components/mui_extended/Pager/index.d4d1a1a0.js";
|
|
29
29
|
import "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
30
30
|
import "./components/mui_extended/Typography/index.be3a279a.js";
|
|
31
|
-
import "./components/ErrorLabel/index.
|
|
31
|
+
import "./components/ErrorLabel/index.e140421c.js";
|
|
32
32
|
import "@mui/x-date-pickers";
|
|
33
33
|
import "./components/hook-form/RHFDateTime/index.6c129ce4.js";
|
|
34
34
|
import "@m4l/graphics";
|
|
35
|
-
import "./components/hook-form/RHFTextField/index.
|
|
36
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
37
|
-
import "./components/Period/index.
|
|
38
|
-
import "./components/CommonActions/components/Actions/index.
|
|
35
|
+
import "./components/hook-form/RHFTextField/index.b172f4a8.js";
|
|
36
|
+
import "./components/hook-form/RHFPeriod/index.60c2cc90.js";
|
|
37
|
+
import "./components/Period/index.0ffcbec1.js";
|
|
38
|
+
import "./components/CommonActions/components/Actions/index.06b651ab.js";
|
|
39
39
|
import { c as cjs } from "./react-draggable.6471b07e.js";
|
|
40
|
-
import "./components/ModalDialog/index.
|
|
40
|
+
import "./components/ModalDialog/index.99cde79e.js";
|
|
41
41
|
import "./components/Resizeable/index.04fa8de5.js";
|
|
42
|
-
import "./components/modal/WindowConfirm.
|
|
43
|
-
import "./components/modal/WindowBase.
|
|
44
|
-
import "./components/areas/components/index.
|
|
45
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
42
|
+
import "./components/modal/WindowConfirm.897eb532.js";
|
|
43
|
+
import "./components/modal/WindowBase.d1e40422.js";
|
|
44
|
+
import "./components/areas/components/index.37fd13b9.js";
|
|
45
|
+
import "./components/areas/components/AreasAdmin/index.1a331d66.js";
|
|
46
46
|
import "zustand";
|
|
47
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
47
|
+
import "./components/areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
48
48
|
import "zustand/shallow";
|
|
49
|
-
import "./components/areas/components/AreasContainer/index.
|
|
49
|
+
import "./components/areas/components/AreasContainer/index.ff33521a.js";
|
|
50
50
|
import "react-grid-layout/css/styles.css";
|
|
51
51
|
import "./react-resizable.b620abed.js";
|
|
52
|
-
import "./components/areas/contexts/index.
|
|
52
|
+
import "./components/areas/contexts/index.065f1714.js";
|
|
53
53
|
import "lodash/isString";
|
|
54
54
|
import "react-dropzone";
|
|
55
55
|
import "./components/hook-form/RHFUpload/index.7fdff30f.js";
|
|
56
|
-
import "./components/DataGrid/index.
|
|
56
|
+
import "./components/DataGrid/index.b06e687e.js";
|
|
57
57
|
import "react-dnd";
|
|
58
58
|
import "react-dnd-html5-backend";
|
|
59
|
-
import "./components/DynamicFilter/index.
|
|
59
|
+
import "./components/DynamicFilter/index.ceabc6b6.js";
|
|
60
60
|
import "./components/ScrollBar/index.35ebe9a1.js";
|
|
61
61
|
import "yup";
|
|
62
62
|
import "clsx";
|
|
63
|
-
import "./components/LanguagePopover/index.
|
|
63
|
+
import "./components/LanguagePopover/index.df9b47a6.js";
|
|
64
64
|
import "./components/NoItemSelected/index.9636ec8a.js";
|
|
65
|
-
import "./components/ObjectLogs/index.
|
|
65
|
+
import "./components/ObjectLogs/index.db704dfe.js";
|
|
66
66
|
import "./react-json-view.57125fcf.js";
|
|
67
67
|
import "./components/PaperForm/index.3cdac885.js";
|
|
68
68
|
import "./components/Page/index.4237c241.js";
|
|
@@ -76,8 +76,8 @@ import "./components/animate/variants/transition.bd46b9ce.js";
|
|
|
76
76
|
import "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
77
77
|
import "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
78
78
|
import "./components/areas/hooks/useDynamicMFParameters/index.041a666b.js";
|
|
79
|
-
import "./components/areas/hooks/index.
|
|
80
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
79
|
+
import "./components/areas/hooks/index.75b5ba77.js";
|
|
80
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.89cba5be.js";
|
|
81
81
|
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
82
82
|
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
83
83
|
import "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
@@ -86,24 +86,24 @@ import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
|
86
86
|
import "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
87
87
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
88
88
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
89
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
89
|
+
import "./components/formatters/BooleanFormatter/index.bf947220.js";
|
|
90
90
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
91
91
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
92
92
|
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
93
|
-
import "./components/formatters/index.
|
|
93
|
+
import "./components/formatters/index.12ac825b.js";
|
|
94
94
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
95
95
|
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
96
96
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
97
97
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
98
98
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
99
99
|
import "./components/CommonActions/components/ActionCancel/index.a81752ef.js";
|
|
100
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
101
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
100
|
+
import "./components/CommonActions/components/ActionIntro/index.56a0dcf9.js";
|
|
101
|
+
import "./components/CommonActions/components/ActionFormCancel/index.c4054a25.js";
|
|
102
102
|
import "./components/CommonActions/components/ActionFormIntro/index.ca4d2674.js";
|
|
103
103
|
import "./components/Loadable/index.117eaced.js";
|
|
104
104
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
105
105
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
106
|
-
import "./hooks/useModal/index.
|
|
106
|
+
import "./hooks/useModal/index.e338782f.js";
|
|
107
107
|
import "./assets/Logo/index.228dcb5a.js";
|
|
108
108
|
const TEST_PROP_ID = "data-testid";
|
|
109
109
|
const DraggableWindow = (props) => {
|