@m4l/components 0.1.70 → 0.1.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/export.d.ts +20 -0
- package/components/CommonActions/components/ActionCancel/{index.9d521b2a.js → index.07ba5a89.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.4756457f.js → index.9bdae569.js} +21 -19
- package/components/CommonActions/components/ActionFormIntro/{index.40321b1b.js → index.e077d11f.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.1ba5b02b.js → index.a454d0e4.js} +3 -3
- package/components/CommonActions/components/Actions/{index.154d7cb6.js → index.e190561b.js} +20 -18
- package/components/DataGrid/{index.2f4a0e64.js → index.549bd646.js} +22 -20
- package/components/DynamicFilter/{index.789ab474.js → index.c1a3e2f1.js} +48 -98
- package/components/HelperText/{index.a69e9509.js → index.4c27bfc1.js} +11 -10
- package/components/Icon/{index.caaed284.js → index.9839297c.js} +6 -4
- package/components/Icon/types.d.ts +1 -0
- package/components/Image/{index.82a6cd46.js → index.a88f6341.js} +3 -3
- package/components/LanguagePopover/{index.5af28b9e.js → index.84c51cd3.js} +11 -11
- package/components/ModalDialog/{index.cdfd1ae8.js → index.75ddf6de.js} +19 -5
- package/components/NavLink/{index.251fcf0d.js → index.e88494ef.js} +12 -11
- package/components/NoItemSelected/{index.3b9d16e3.js → index.c3b67da1.js} +1 -1
- package/components/ObjectLogs/{index.57ea68b3.js → index.88bcf75a.js} +17 -15
- package/components/PaperForm/{index.d2d492ea.js → index.b141d583.js} +1 -1
- package/components/Period/{index.fbf074d3.js → index.2ab4f2a1.js} +20 -18
- package/components/Resizeable/{index.aafda79e.js → index.086ff29e.js} +20 -6
- package/components/SideBar/{index.3bc6a634.js → index.90137dc5.js} +55 -40
- package/components/SideBar/subcomponents/ContentMobile/subcomponents/Drawer.d.ts +3 -0
- package/components/SideBar/subcomponents/ContentMobile/subcomponents/types.d.ts +8 -0
- package/components/areas/components/AreasAdmin/index.218451cf.js +289 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/styles.d.ts +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +4 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +2 -0
- package/components/areas/components/{index.359c2b18.js → AreasViewer/index.51ee3d38.js} +163 -197
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +3 -3
- package/components/areas/components/index.ae4cbf2e.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.de8b4e78.js → index.0b50676d.js} +102 -15
- package/components/areas/contexts/AreasContext/types.d.ts +8 -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 +2 -10
- package/components/areas/contexts/{index.771827bb.js → index.b0ce327e.js} +1 -1
- package/components/areas/contexts/index.d.ts +2 -1
- package/components/areas/dictionary.d.ts +2 -0
- package/components/areas/dictionary.e72db809.js +22 -0
- package/components/areas/hooks/index.0184c6f7.js +4 -0
- package/components/areas/hooks/{useArea/index.2adbe001.js → useAreas/index.e868e3d9.js} +1 -1
- package/components/areas/hooks/{index.ae8d8631.js → useWindowToolsMF/index.b7afaf88.js} +1 -3
- package/components/areas/icons.b36751f2.js +17 -0
- package/components/areas/icons.d.ts +2 -0
- package/components/areas/index.05b7b8e2.js +16 -0
- package/components/areas/types.d.ts +25 -3
- package/components/formatters/BooleanFormatter/{index.7eb0498c.js → index.e610de08.js} +1 -1
- package/components/formatters/{index.f6b9ed01.js → index.982e909b.js} +3 -2
- package/components/hook-form/RHFAutocomplete/{index.09c400c3.js → index.b185393e.js} +12 -11
- package/components/hook-form/RHFAutocompleteAsync/{index.e8acff04.js → index.7a569646.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.70310f35.js → index.7a9ea396.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.7b815072.js → index.2fd1d56b.js} +10 -10
- package/components/hook-form/RHFPeriod/{index.3c7d393c.js → index.df3d3f69.js} +2 -2
- package/components/hook-form/RHFTextField/{index.d4c39859.js → index.e1b50c30.js} +7 -6
- package/components/hook-form/RHFUpload/{index.31044674.js → index.ec977af6.js} +1 -1
- package/components/modal/{WindowBase.6a40a945.js → WindowBase.e5ec6128.js} +11 -11
- package/components/modal/{WindowConfirm.e21763cb.js → WindowConfirm.b89712de.js} +17 -15
- package/components/modal/index.97752555.js +36 -0
- package/components/mui_extended/Accordion/{index.437bb3f8.js → index.d420b666.js} +2 -2
- package/components/mui_extended/Button/{index.f8ce9ccd.js → index.1cd0c4e4.js} +6 -4
- package/components/mui_extended/Button/types.d.ts +2 -0
- package/components/mui_extended/IconButton/{index.57824447.js → index.590049b4.js} +7 -3
- package/components/mui_extended/MenuActions/{index.37043326.js → index.f9eb6463.js} +3 -3
- package/components/mui_extended/Pager/{index.eeed3bd5.js → index.c058b933.js} +1 -1
- package/components/mui_extended/Popover/{index.226f247e.js → index.9f35d0eb.js} +1 -3
- package/components/mui_extended/Popover/types.d.ts +6 -2
- package/components/mui_extended/Typography/{index.b3c6e71c.js → index.1659d310.js} +1 -1
- package/components/mui_extended/index.ec312b5a.js +20 -0
- package/contexts/ModalContext/{index.8e3cd7a8.js → index.92e80136.js} +1 -1
- package/hooks/useModal/{index.d590f506.js → index.18a7cb8f.js} +1 -1
- package/index.js +88 -85
- package/package.json +3 -1
- package/{react-draggable.0d64c8b1.js → react-draggable.21aa9ee1.js} +1 -1
- package/{react-resizable.8307e056.js → react-resizable.e78d1cc8.js} +3 -3
- package/utils/{index.a2312a73.js → index.8608d16c.js} +1 -1
- package/{vendor.8edaef93.js → vendor.d194839d.js} +48 -47
- package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/styles.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/styles.d.ts +0 -2
- package/components/areas/index.8a58bcbf.js +0 -50
- package/components/modal/index.438777d9.js +0 -34
- package/components/mui_extended/index.dacbb059.js +0 -19
|
@@ -1,8 +1,7 @@
|
|
|
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.21aa9ee1.js";
|
|
3
|
+
import { u as utils } from "./utils/index.8608d16c.js";
|
|
4
4
|
import require$$1 from "prop-types";
|
|
5
|
-
const react_resizable_css = ".react-resizable {\n position: relative;\n}\n.react-resizable-handle {\n position: absolute;\n width: 20px;\n height: 20px;\n background-repeat: no-repeat;\n background-origin: content-box;\n box-sizing: border-box;\n background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n background-position: bottom right;\n padding: 0 3px 3px 0;\n}\n.react-resizable-handle-sw {\n bottom: 0;\n left: 0;\n cursor: sw-resize;\n transform: rotate(90deg);\n}\n.react-resizable-handle-se {\n bottom: 0;\n right: 0;\n cursor: se-resize;\n}\n.react-resizable-handle-nw {\n top: 0;\n left: 0;\n cursor: nw-resize;\n transform: rotate(180deg);\n}\n.react-resizable-handle-ne {\n top: 0;\n right: 0;\n cursor: ne-resize;\n transform: rotate(270deg);\n}\n.react-resizable-handle-w,\n.react-resizable-handle-e {\n top: 50%;\n margin-top: -10px;\n cursor: ew-resize;\n}\n.react-resizable-handle-w {\n left: 0;\n transform: rotate(135deg);\n}\n.react-resizable-handle-e {\n right: 0;\n transform: rotate(315deg);\n}\n.react-resizable-handle-n,\n.react-resizable-handle-s {\n left: 50%;\n margin-left: -10px;\n cursor: ns-resize;\n}\n.react-resizable-handle-n {\n top: 0;\n transform: rotate(225deg);\n}\n.react-resizable-handle-s {\n bottom: 0;\n transform: rotate(45deg);\n}";
|
|
6
5
|
var reactResizable = { exports: {} };
|
|
7
6
|
var Resizable$1 = {};
|
|
8
7
|
var propTypes = {};
|
|
@@ -575,6 +574,7 @@ reactResizable.exports = function() {
|
|
|
575
574
|
};
|
|
576
575
|
reactResizable.exports.Resizable = Resizable$1.default;
|
|
577
576
|
var ResizableBox = reactResizable.exports.ResizableBox = ResizableBox$2.default;
|
|
577
|
+
const react_resizable_css = ".react-resizable {\n position: relative;\n}\n.react-resizable-handle {\n position: absolute;\n width: 20px;\n height: 20px;\n background-repeat: no-repeat;\n background-origin: content-box;\n box-sizing: border-box;\n background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n background-position: bottom right;\n padding: 0 3px 3px 0;\n}\n.react-resizable-handle-sw {\n bottom: 0;\n left: 0;\n cursor: sw-resize;\n transform: rotate(90deg);\n}\n.react-resizable-handle-se {\n bottom: 0;\n right: 0;\n cursor: se-resize;\n}\n.react-resizable-handle-nw {\n top: 0;\n left: 0;\n cursor: nw-resize;\n transform: rotate(180deg);\n}\n.react-resizable-handle-ne {\n top: 0;\n right: 0;\n cursor: ne-resize;\n transform: rotate(270deg);\n}\n.react-resizable-handle-w,\n.react-resizable-handle-e {\n top: 50%;\n margin-top: -10px;\n cursor: ew-resize;\n}\n.react-resizable-handle-w {\n left: 0;\n transform: rotate(135deg);\n}\n.react-resizable-handle-e {\n right: 0;\n transform: rotate(315deg);\n}\n.react-resizable-handle-n,\n.react-resizable-handle-s {\n left: 50%;\n margin-left: -10px;\n cursor: ns-resize;\n}\n.react-resizable-handle-n {\n top: 0;\n transform: rotate(225deg);\n}\n.react-resizable-handle-s {\n bottom: 0;\n transform: rotate(45deg);\n}";
|
|
578
578
|
export {
|
|
579
579
|
ResizableBox as R,
|
|
580
580
|
react_resizable_css as r
|
|
@@ -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.d194839d.js";
|
|
4
4
|
function isValidDate(d) {
|
|
5
5
|
return d && d instanceof Date && !isNaN(d.getTime());
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./components/Icon/index.
|
|
1
|
+
import "./components/Icon/index.9839297c.js";
|
|
2
2
|
import "framer-motion";
|
|
3
3
|
import { generateUtilityClasses, generateUtilityClass, styled as styled$1 } from "@mui/material";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -7,67 +7,68 @@ 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.1607c78e.js";
|
|
10
|
-
import "./contexts/ModalContext/index.
|
|
10
|
+
import "./contexts/ModalContext/index.92e80136.js";
|
|
11
11
|
import { useState, useEffect } from "react";
|
|
12
12
|
import "react-hook-form";
|
|
13
13
|
import "@hookform/resolvers/yup";
|
|
14
14
|
import "./contexts/RHFormContext/index.a7511399.js";
|
|
15
15
|
import { useModuleDictionary, useNetwork, useEnvironment } from "@m4l/core";
|
|
16
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
17
|
-
import "./components/Image/index.
|
|
18
|
-
import { T as Typography } from "./components/mui_extended/Typography/index.
|
|
16
|
+
import "./components/hook-form/RHFAutocomplete/index.b185393e.js";
|
|
17
|
+
import "./components/Image/index.a88f6341.js";
|
|
18
|
+
import { T as Typography } from "./components/mui_extended/Typography/index.1659d310.js";
|
|
19
19
|
import "clsx";
|
|
20
|
-
import { I as IconButton } from "./components/mui_extended/IconButton/index.
|
|
21
|
-
import "
|
|
20
|
+
import { I as IconButton } from "./components/mui_extended/IconButton/index.590049b4.js";
|
|
21
|
+
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
22
|
+
import "./components/mui_extended/Accordion/index.d420b666.js";
|
|
22
23
|
import { A as Avatar } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
23
24
|
import "@mui/material/Button";
|
|
24
|
-
import "./components/mui_extended/Button/index.
|
|
25
|
+
import "./components/mui_extended/Button/index.1cd0c4e4.js";
|
|
25
26
|
import "@mui/lab";
|
|
26
|
-
import { P as Popover } from "./components/mui_extended/Popover/index.
|
|
27
|
-
import "./components/mui_extended/MenuActions/index.
|
|
28
|
-
import "./components/mui_extended/Pager/index.
|
|
27
|
+
import { P as Popover } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
28
|
+
import "./components/mui_extended/MenuActions/index.f9eb6463.js";
|
|
29
|
+
import "./components/mui_extended/Pager/index.c058b933.js";
|
|
29
30
|
import "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
30
|
-
import "./components/HelperText/index.
|
|
31
|
+
import "./components/HelperText/index.4c27bfc1.js";
|
|
31
32
|
import "lodash/debounce";
|
|
32
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
33
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
33
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.7a569646.js";
|
|
34
|
+
import "./components/hook-form/RHFCheckbox/index.7a9ea396.js";
|
|
34
35
|
import "@mui/x-date-pickers";
|
|
35
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
36
|
-
import
|
|
37
|
-
import "./components/hook-form/
|
|
38
|
-
import "./components/
|
|
39
|
-
import "./components/
|
|
40
|
-
import "./
|
|
41
|
-
import
|
|
42
|
-
import "./components/
|
|
43
|
-
import "./components/
|
|
44
|
-
import "./components/modal/
|
|
45
|
-
import "./components/modal/WindowBase.6a40a945.js";
|
|
36
|
+
import "./components/hook-form/RHFDateTime/index.2fd1d56b.js";
|
|
37
|
+
import "./components/hook-form/RHFTextField/index.e1b50c30.js";
|
|
38
|
+
import "./components/hook-form/RHFPeriod/index.df3d3f69.js";
|
|
39
|
+
import "./components/Period/index.2ab4f2a1.js";
|
|
40
|
+
import "./components/CommonActions/components/Actions/index.e190561b.js";
|
|
41
|
+
import { c as cjs } from "./react-draggable.21aa9ee1.js";
|
|
42
|
+
import "./components/ModalDialog/index.75ddf6de.js";
|
|
43
|
+
import "./components/Resizeable/index.086ff29e.js";
|
|
44
|
+
import "./components/modal/WindowConfirm.b89712de.js";
|
|
45
|
+
import "./components/modal/WindowBase.e5ec6128.js";
|
|
46
46
|
import "zustand";
|
|
47
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
48
|
-
import { A as AreasAdmin } from "./components/areas/components/index.
|
|
47
|
+
import "./components/areas/contexts/AreasContext/index.0b50676d.js";
|
|
48
|
+
import { A as AreasAdmin } from "./components/areas/components/AreasAdmin/index.218451cf.js";
|
|
49
49
|
import "zustand/shallow";
|
|
50
|
+
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
51
|
+
import "./components/areas/components/AreasViewer/index.51ee3d38.js";
|
|
50
52
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
51
53
|
import "lodash/isString";
|
|
52
54
|
import "react-dropzone";
|
|
53
|
-
import "./components/hook-form/RHFUpload/index.
|
|
54
|
-
import "./components/DataGrid/index.
|
|
55
|
+
import "./components/hook-form/RHFUpload/index.ec977af6.js";
|
|
56
|
+
import "./components/DataGrid/index.549bd646.js";
|
|
55
57
|
import "react-dnd";
|
|
56
58
|
import "react-dnd-html5-backend";
|
|
57
|
-
import "./components/DynamicFilter/index.
|
|
58
|
-
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
59
|
+
import "./components/DynamicFilter/index.c1a3e2f1.js";
|
|
59
60
|
import "yup";
|
|
60
|
-
import "./components/LanguagePopover/index.
|
|
61
|
-
import "./components/NavLink/index.
|
|
62
|
-
import "./components/NoItemSelected/index.
|
|
63
|
-
import "./components/ObjectLogs/index.
|
|
61
|
+
import "./components/LanguagePopover/index.84c51cd3.js";
|
|
62
|
+
import "./components/NavLink/index.e88494ef.js";
|
|
63
|
+
import "./components/NoItemSelected/index.c3b67da1.js";
|
|
64
|
+
import "./components/ObjectLogs/index.88bcf75a.js";
|
|
64
65
|
import "./react-json-view.57125fcf.js";
|
|
65
|
-
import "./components/PaperForm/index.
|
|
66
|
+
import "./components/PaperForm/index.b141d583.js";
|
|
66
67
|
import "./components/Page/index.4237c241.js";
|
|
67
68
|
import "./components/PropertyValue/index.dfcfe1ba.js";
|
|
68
69
|
import "./react-splitter-layout.8b1655c8.js";
|
|
69
70
|
import "./components/SplitLayout/index.5a8355d8.js";
|
|
70
|
-
import "./components/SideBar/index.
|
|
71
|
+
import "./components/SideBar/index.90137dc5.js";
|
|
71
72
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
72
73
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
73
74
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -75,8 +76,8 @@ import "./components/animate/variants/transition.bd46b9ce.js";
|
|
|
75
76
|
import "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
76
77
|
import "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
77
78
|
import "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
78
|
-
import "./components/areas/hooks/index.
|
|
79
|
-
import "./components/areas/
|
|
79
|
+
import "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
80
|
+
import "./components/areas/dictionary.e72db809.js";
|
|
80
81
|
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
81
82
|
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
82
83
|
import "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
@@ -85,26 +86,26 @@ import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
|
85
86
|
import { C as CircularProgress } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
86
87
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
87
88
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
88
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
89
|
+
import "./components/formatters/BooleanFormatter/index.e610de08.js";
|
|
89
90
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
90
91
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
91
92
|
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
92
|
-
import "./components/formatters/index.
|
|
93
|
+
import "./components/formatters/index.982e909b.js";
|
|
93
94
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
94
95
|
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
95
96
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
96
97
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
97
98
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
98
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
99
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
100
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
101
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
99
|
+
import "./components/CommonActions/components/ActionCancel/index.07ba5a89.js";
|
|
100
|
+
import "./components/CommonActions/components/ActionIntro/index.a454d0e4.js";
|
|
101
|
+
import "./components/CommonActions/components/ActionFormCancel/index.9bdae569.js";
|
|
102
|
+
import "./components/CommonActions/components/ActionFormIntro/index.e077d11f.js";
|
|
102
103
|
import "./components/Loadable/index.117eaced.js";
|
|
103
104
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
104
105
|
import { unstable_composeClasses } from "@mui/base";
|
|
105
|
-
import { c as getNameDataTestId } from "./utils/index.
|
|
106
|
+
import { c as getNameDataTestId } from "./utils/index.8608d16c.js";
|
|
106
107
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
107
|
-
import "./hooks/useModal/index.
|
|
108
|
+
import "./hooks/useModal/index.18a7cb8f.js";
|
|
108
109
|
import "./assets/Logo/index.228dcb5a.js";
|
|
109
110
|
const TEST_PROP_ID = "data-testid";
|
|
110
111
|
const DraggableWindow = (props) => {
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerBooleanFilter: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerDateTimeFilter: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerNumberFilter: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ContainerStringFilter: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import "@m4l/core";
|
|
3
|
-
import "@mui/material";
|
|
4
|
-
import "../Icon/index.caaed284.js";
|
|
5
|
-
import "react/jsx-runtime";
|
|
6
|
-
import "../mui_extended/IconButton/index.57824447.js";
|
|
7
|
-
import "clsx";
|
|
8
|
-
import "zustand";
|
|
9
|
-
import "./contexts/AreasContext/index.de8b4e78.js";
|
|
10
|
-
import "./components/index.359c2b18.js";
|
|
11
|
-
import "zustand/shallow";
|
|
12
|
-
import "./contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
13
|
-
import "./contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
14
|
-
const AREAS_VIEWER_CLASS_NAME = "M4LAreasViewer";
|
|
15
|
-
const AREAS_ADMIN_CLASS_NAME = "M4LAreasAdmin";
|
|
16
|
-
const AREAS_DICTIONARY_ID = "areas";
|
|
17
|
-
function getAreasComponentsDictionary() {
|
|
18
|
-
return [AREAS_DICTIONARY_ID];
|
|
19
|
-
}
|
|
20
|
-
const LABEL_FILTER_BUTTON = "filter_tooltip";
|
|
21
|
-
const DICCTIONARY = {
|
|
22
|
-
label_new_area: "label_new_area",
|
|
23
|
-
label_persist_module_cookies: "label_persist_module_cookies",
|
|
24
|
-
label_reset_module_cookies: "label_reset_module_cookies"
|
|
25
|
-
};
|
|
26
|
-
const getAreasDictionary = (key) => {
|
|
27
|
-
return `${AREAS_DICTIONARY_ID}.${key}`;
|
|
28
|
-
};
|
|
29
|
-
const ICONS = {
|
|
30
|
-
CLOSE: "close.svg",
|
|
31
|
-
MAXIMIZE: "maximize.svg",
|
|
32
|
-
NORMALIZE: "normalize.svg",
|
|
33
|
-
RESET_COOKIES: "reset_cookies.svg",
|
|
34
|
-
SAVE_COOKIES: "save_cookies.svg",
|
|
35
|
-
DELETE_AREA: "delete_area.svg",
|
|
36
|
-
ADD_AREA: "add_area.svg",
|
|
37
|
-
LAYERS: "layers.svg",
|
|
38
|
-
EDIT_AREA: "edit_area.svg",
|
|
39
|
-
VERSION: "version.svg"
|
|
40
|
-
};
|
|
41
|
-
export {
|
|
42
|
-
AREAS_VIEWER_CLASS_NAME as A,
|
|
43
|
-
DICCTIONARY as D,
|
|
44
|
-
ICONS as I,
|
|
45
|
-
LABEL_FILTER_BUTTON as L,
|
|
46
|
-
AREAS_ADMIN_CLASS_NAME as a,
|
|
47
|
-
AREAS_DICTIONARY_ID as b,
|
|
48
|
-
getAreasComponentsDictionary as c,
|
|
49
|
-
getAreasDictionary as g
|
|
50
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import "@mui/material";
|
|
2
|
-
import "../../react-draggable.0d64c8b1.js";
|
|
3
|
-
import "react";
|
|
4
|
-
import "../../contexts/ModalContext/index.8e3cd7a8.js";
|
|
5
|
-
import "../ModalDialog/index.cdfd1ae8.js";
|
|
6
|
-
import "../Resizeable/index.aafda79e.js";
|
|
7
|
-
import "react/jsx-runtime";
|
|
8
|
-
import "@m4l/graphics";
|
|
9
|
-
import "@m4l/core";
|
|
10
|
-
import "../CommonActions/components/Actions/index.154d7cb6.js";
|
|
11
|
-
import "@mui/material/Button";
|
|
12
|
-
import "../mui_extended/Button/index.f8ce9ccd.js";
|
|
13
|
-
import "clsx";
|
|
14
|
-
import "react-hook-form";
|
|
15
|
-
import "./WindowBase.6a40a945.js";
|
|
16
|
-
import "../Icon/index.caaed284.js";
|
|
17
|
-
import "../mui_extended/IconButton/index.57824447.js";
|
|
18
|
-
import "../mui_extended/Accordion/index.437bb3f8.js";
|
|
19
|
-
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
20
|
-
import "react-router-dom";
|
|
21
|
-
import "../Image/index.82a6cd46.js";
|
|
22
|
-
import "@mui/lab";
|
|
23
|
-
import "../mui_extended/Typography/index.b3c6e71c.js";
|
|
24
|
-
import "../mui_extended/Popover/index.226f247e.js";
|
|
25
|
-
import "../mui_extended/MenuActions/index.37043326.js";
|
|
26
|
-
import "../mui_extended/Pager/index.eeed3bd5.js";
|
|
27
|
-
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
28
|
-
import "zustand";
|
|
29
|
-
import "../areas/contexts/AreasContext/index.de8b4e78.js";
|
|
30
|
-
import "../areas/components/index.359c2b18.js";
|
|
31
|
-
import "zustand/shallow";
|
|
32
|
-
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
33
|
-
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
34
|
-
import "./WindowConfirm.e21763cb.js";
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import "@mui/material";
|
|
2
|
-
import "react";
|
|
3
|
-
import "@m4l/core";
|
|
4
|
-
import "../Icon/index.caaed284.js";
|
|
5
|
-
import "react/jsx-runtime";
|
|
6
|
-
import "./IconButton/index.57824447.js";
|
|
7
|
-
import "clsx";
|
|
8
|
-
import "./Accordion/index.437bb3f8.js";
|
|
9
|
-
import "./Avatar/index.fe06afd7.js";
|
|
10
|
-
import "react-router-dom";
|
|
11
|
-
import "@mui/material/Button";
|
|
12
|
-
import "./Button/index.f8ce9ccd.js";
|
|
13
|
-
import "../Image/index.82a6cd46.js";
|
|
14
|
-
import "@mui/lab";
|
|
15
|
-
import "./Typography/index.b3c6e71c.js";
|
|
16
|
-
import "./Popover/index.226f247e.js";
|
|
17
|
-
import "./MenuActions/index.37043326.js";
|
|
18
|
-
import "./Pager/index.eeed3bd5.js";
|
|
19
|
-
import "./Tab/index.e0653a0a.js";
|