@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
package/components/CommonActions/components/ActionFormCancel/{index.5852dbc5.js → index.c4054a25.js}
RENAMED
|
@@ -3,28 +3,28 @@ import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { B as Button } from "../../../mui_extended/Button/index.8406ed5b.js";
|
|
5
5
|
import { useCallback } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.e338782f.js";
|
|
7
7
|
import "../../../../react-draggable.6471b07e.js";
|
|
8
|
-
import "../../../ModalDialog/index.
|
|
8
|
+
import "../../../ModalDialog/index.99cde79e.js";
|
|
9
9
|
import "../../../Resizeable/index.04fa8de5.js";
|
|
10
10
|
import { jsx } from "react/jsx-runtime";
|
|
11
11
|
import "@m4l/graphics";
|
|
12
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
13
|
-
import "../../../modal/WindowBase.
|
|
12
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.897eb532.js";
|
|
13
|
+
import "../../../modal/WindowBase.d1e40422.js";
|
|
14
14
|
import "../../../Icon/index.b29ff2d9.js";
|
|
15
15
|
import "@mui/material/styles";
|
|
16
|
-
import "../../../areas/components/index.
|
|
17
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
18
|
-
import "../../../mui_extended/IconButton/index.
|
|
16
|
+
import "../../../areas/components/index.37fd13b9.js";
|
|
17
|
+
import "../../../areas/components/AreasAdmin/index.1a331d66.js";
|
|
18
|
+
import "../../../mui_extended/IconButton/index.afa201a7.js";
|
|
19
19
|
import "zustand";
|
|
20
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
20
|
+
import "../../../areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
21
21
|
import "zustand/shallow";
|
|
22
|
-
import "../../../areas/components/AreasContainer/index.
|
|
22
|
+
import "../../../areas/components/AreasContainer/index.ff33521a.js";
|
|
23
23
|
import "react-grid-layout/css/styles.css";
|
|
24
24
|
import "../../../../react-resizable.b620abed.js";
|
|
25
|
-
import "../../../areas/contexts/index.
|
|
25
|
+
import "../../../areas/contexts/index.065f1714.js";
|
|
26
26
|
import "../../../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
27
|
-
import { u as useWindowToolsMF } from "../../../areas/hooks/index.
|
|
27
|
+
import { u as useWindowToolsMF } from "../../../areas/hooks/index.75b5ba77.js";
|
|
28
28
|
function ActionFormCancel() {
|
|
29
29
|
const {
|
|
30
30
|
getLabel
|
package/components/CommonActions/components/ActionIntro/{index.12e8f032.js → index.56a0dcf9.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.8406ed5b.js";
|
|
3
|
-
import { T as TEST_PROP_ID } from "../../../../vendor.
|
|
3
|
+
import { T as TEST_PROP_ID } from "../../../../vendor.925c029e.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
6
6
|
const ActionIntro = (props) => {
|
|
@@ -6,25 +6,25 @@ import "@mui/material/Button";
|
|
|
6
6
|
import "../../../mui_extended/Button/index.8406ed5b.js";
|
|
7
7
|
import "react-hook-form";
|
|
8
8
|
import "react";
|
|
9
|
-
import "../../../../contexts/ModalContext/index.
|
|
9
|
+
import "../../../../contexts/ModalContext/index.f215bf0b.js";
|
|
10
10
|
import "../../../../react-draggable.6471b07e.js";
|
|
11
|
-
import "../../../ModalDialog/index.
|
|
11
|
+
import "../../../ModalDialog/index.99cde79e.js";
|
|
12
12
|
import "../../../Resizeable/index.04fa8de5.js";
|
|
13
13
|
import "@m4l/graphics";
|
|
14
14
|
import "@mui/lab";
|
|
15
|
-
import "../../../modal/WindowConfirm.
|
|
15
|
+
import "../../../modal/WindowConfirm.897eb532.js";
|
|
16
16
|
import "../../../Icon/index.b29ff2d9.js";
|
|
17
|
-
import "../../../modal/WindowBase.
|
|
18
|
-
import "../../../areas/components/index.
|
|
19
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
20
|
-
import "../../../mui_extended/IconButton/index.
|
|
17
|
+
import "../../../modal/WindowBase.d1e40422.js";
|
|
18
|
+
import "../../../areas/components/index.37fd13b9.js";
|
|
19
|
+
import "../../../areas/components/AreasAdmin/index.1a331d66.js";
|
|
20
|
+
import "../../../mui_extended/IconButton/index.afa201a7.js";
|
|
21
21
|
import "zustand";
|
|
22
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
22
|
+
import "../../../areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
23
23
|
import "zustand/shallow";
|
|
24
|
-
import "../../../areas/components/AreasContainer/index.
|
|
24
|
+
import "../../../areas/components/AreasContainer/index.ff33521a.js";
|
|
25
25
|
import "react-grid-layout/css/styles.css";
|
|
26
26
|
import "../../../../react-resizable.b620abed.js";
|
|
27
|
-
import "../../../areas/contexts/index.
|
|
27
|
+
import "../../../areas/contexts/index.065f1714.js";
|
|
28
28
|
import "../../../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
29
29
|
const WrapperStandarActions = styled("div")(({
|
|
30
30
|
theme
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
import { Dictionary } from '@m4l/core';
|
|
2
1
|
export declare function getDataGridComponentsDictionary(): string[];
|
|
3
|
-
export declare const
|
|
2
|
+
export declare const dictionary: {
|
|
3
|
+
LABEL_ACTIONS: string;
|
|
4
|
+
LABEL_ROWS_PER_PAGE: string;
|
|
5
|
+
LABEL_OF: string;
|
|
6
|
+
};
|
|
@@ -7,36 +7,36 @@ import { SvgIcon, Checkbox, InputBase, Skeleton } from "@mui/material";
|
|
|
7
7
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
8
8
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString, useEnvironment } from "@m4l/core";
|
|
9
9
|
import { M as MenuActions } from "../mui_extended/MenuActions/index.1affe51a.js";
|
|
10
|
-
import {
|
|
11
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
12
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
10
|
+
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.d4d1a1a0.js";
|
|
11
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.afa201a7.js";
|
|
12
|
+
import { u as useModal } from "../../hooks/useModal/index.e338782f.js";
|
|
13
13
|
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.a81752ef.js";
|
|
14
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
14
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.56a0dcf9.js";
|
|
15
15
|
import "../../react-draggable.6471b07e.js";
|
|
16
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
16
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.99cde79e.js";
|
|
17
17
|
import "../Resizeable/index.04fa8de5.js";
|
|
18
18
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
19
|
-
import { A as Actions$1 } from "../CommonActions/components/Actions/index.
|
|
19
|
+
import { A as Actions$1 } from "../CommonActions/components/Actions/index.06b651ab.js";
|
|
20
20
|
import "react-hook-form";
|
|
21
21
|
import "@mui/material/Button";
|
|
22
22
|
import "../mui_extended/Button/index.8406ed5b.js";
|
|
23
|
-
import "../areas/components/index.
|
|
24
|
-
import "../areas/components/AreasAdmin/index.
|
|
23
|
+
import "../areas/components/index.37fd13b9.js";
|
|
24
|
+
import "../areas/components/AreasAdmin/index.1a331d66.js";
|
|
25
25
|
import "zustand";
|
|
26
|
-
import "../areas/contexts/AreasContext/index.
|
|
26
|
+
import "../areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
27
27
|
import "zustand/shallow";
|
|
28
|
-
import "../areas/components/AreasContainer/index.
|
|
28
|
+
import "../areas/components/AreasContainer/index.ff33521a.js";
|
|
29
29
|
import "react-grid-layout/css/styles.css";
|
|
30
30
|
import "../../react-resizable.b620abed.js";
|
|
31
|
-
import "../areas/contexts/index.
|
|
31
|
+
import "../areas/contexts/index.065f1714.js";
|
|
32
32
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
33
33
|
import "@mui/lab";
|
|
34
|
-
import "../modal/WindowConfirm.
|
|
34
|
+
import "../modal/WindowConfirm.897eb532.js";
|
|
35
35
|
import "../Icon/index.b29ff2d9.js";
|
|
36
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
37
|
-
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.
|
|
36
|
+
import { W as WindowBase } from "../modal/WindowBase.d1e40422.js";
|
|
37
|
+
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.bf947220.js";
|
|
38
38
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
39
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
39
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.12ac825b.js";
|
|
40
40
|
const WrapperGrid = styled("div")(() => ({
|
|
41
41
|
display: "flex",
|
|
42
42
|
flexDirection: "column",
|
|
@@ -711,7 +711,7 @@ function ActionsFormatter(props) {
|
|
|
711
711
|
}
|
|
712
712
|
const ActionsColumn = {
|
|
713
713
|
key: ACTIONS_COLUMN_KEY,
|
|
714
|
-
name:
|
|
714
|
+
name: getActionLabel(),
|
|
715
715
|
width: 60,
|
|
716
716
|
withFilter: false,
|
|
717
717
|
resizable: true,
|
|
@@ -720,6 +720,9 @@ const ActionsColumn = {
|
|
|
720
720
|
type: "custom",
|
|
721
721
|
formatter: ActionsFormatter
|
|
722
722
|
};
|
|
723
|
+
function getActionLabel() {
|
|
724
|
+
return "";
|
|
725
|
+
}
|
|
723
726
|
const WrapperSkeleton = styled("div")(() => ({
|
|
724
727
|
display: "flex",
|
|
725
728
|
width: "100%",
|
|
@@ -1570,12 +1573,23 @@ const WrapperActions = styled("div")(({ theme }) => ({
|
|
|
1570
1573
|
overflow: "hidden"
|
|
1571
1574
|
}
|
|
1572
1575
|
}));
|
|
1576
|
+
function getDataGridComponentsDictionary() {
|
|
1577
|
+
return ["data_grid"].concat(getPagerComponentsDictionary()).concat(getModalDialogComponentsDictionary());
|
|
1578
|
+
}
|
|
1579
|
+
const dictionary = {
|
|
1580
|
+
LABEL_ACTIONS: "actions",
|
|
1581
|
+
LABEL_ROWS_PER_PAGE: "pager.rows_per_page",
|
|
1582
|
+
LABEL_OF: "pager.of"
|
|
1583
|
+
};
|
|
1573
1584
|
function Actions(props) {
|
|
1574
1585
|
const isDesktop = useResponsiveDesktop();
|
|
1575
1586
|
const {
|
|
1576
1587
|
rowHeights
|
|
1577
1588
|
} = useDataGrid();
|
|
1578
1589
|
const isSkeleton = useModuleSkeleton();
|
|
1590
|
+
const {
|
|
1591
|
+
getLabel
|
|
1592
|
+
} = useModuleDictionary();
|
|
1579
1593
|
const {
|
|
1580
1594
|
withRowsCount = true,
|
|
1581
1595
|
withPager = true,
|
|
@@ -1591,7 +1605,9 @@ function Actions(props) {
|
|
|
1591
1605
|
...pagerOptions,
|
|
1592
1606
|
totalRecords: pagerOptions.totalRecords,
|
|
1593
1607
|
isSkeleton,
|
|
1594
|
-
isDesktop
|
|
1608
|
+
isDesktop,
|
|
1609
|
+
labelRows: getLabel(dictionary.LABEL_ROWS_PER_PAGE),
|
|
1610
|
+
labelOf: getLabel(dictionary.LABEL_OF)
|
|
1595
1611
|
}), typeof rowHeights !== "number" && /* @__PURE__ */ jsx(Density, {}), withLocalFilters && /* @__PURE__ */ jsx(Filter, {}), withSettings && /* @__PURE__ */ jsx(Settings, {
|
|
1596
1612
|
...settingsProps
|
|
1597
1613
|
})]
|
|
@@ -1690,9 +1706,6 @@ function columnConcatenatedValuesFormatter(props) {
|
|
|
1690
1706
|
});
|
|
1691
1707
|
};
|
|
1692
1708
|
}
|
|
1693
|
-
function getDataGridComponentsDictionary() {
|
|
1694
|
-
return ["data_grid"].concat(getPagerComponentsDictionary()).concat(getModalDialogComponentsDictionary());
|
|
1695
|
-
}
|
|
1696
1709
|
const Input = styled("input")(() => ({
|
|
1697
1710
|
appearance: "none",
|
|
1698
1711
|
boxSizing: "border-box",
|
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
import { shallow } from "zustand/shallow";
|
|
2
2
|
import { S as ScrollBar } from "../ScrollBar/index.35ebe9a1.js";
|
|
3
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
3
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.afa201a7.js";
|
|
4
4
|
import { useContext, useMemo, useEffect, createContext, useRef, createElement, useState, useCallback } from "react";
|
|
5
5
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton, useFlagsPresent, CommonFlags } from "@m4l/core";
|
|
6
6
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
7
7
|
import clsx from "clsx";
|
|
8
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
8
|
+
import { T as TEST_PROP_ID } from "../../vendor.925c029e.js";
|
|
9
9
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
10
10
|
import { generateUtilityClasses, alpha, styled as styled$1, Skeleton, MenuItem } from "@mui/material";
|
|
11
11
|
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.1affe51a.js";
|
|
12
12
|
import { P as Popover } from "../mui_extended/Popover/index.8ed52492.js";
|
|
13
13
|
import { I as Icon } from "../Icon/index.b29ff2d9.js";
|
|
14
14
|
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.3dc6e2f5.js";
|
|
15
|
-
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.
|
|
15
|
+
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.06b651ab.js";
|
|
16
16
|
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.a81752ef.js";
|
|
17
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
17
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.56a0dcf9.js";
|
|
18
18
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
19
19
|
import "@mui/material/Button";
|
|
20
20
|
import "../mui_extended/Button/index.8406ed5b.js";
|
|
21
|
-
import "../../contexts/ModalContext/index.
|
|
21
|
+
import "../../contexts/ModalContext/index.f215bf0b.js";
|
|
22
22
|
import "../../react-draggable.6471b07e.js";
|
|
23
|
-
import "../ModalDialog/index.
|
|
23
|
+
import "../ModalDialog/index.99cde79e.js";
|
|
24
24
|
import "../Resizeable/index.04fa8de5.js";
|
|
25
|
-
import "../modal/WindowConfirm.
|
|
26
|
-
import "../modal/WindowBase.
|
|
27
|
-
import "../areas/components/index.
|
|
28
|
-
import "../areas/components/AreasAdmin/index.
|
|
25
|
+
import "../modal/WindowConfirm.897eb532.js";
|
|
26
|
+
import "../modal/WindowBase.d1e40422.js";
|
|
27
|
+
import "../areas/components/index.37fd13b9.js";
|
|
28
|
+
import "../areas/components/AreasAdmin/index.1a331d66.js";
|
|
29
29
|
import { useStore, createStore } from "zustand";
|
|
30
|
-
import "../areas/contexts/AreasContext/index.
|
|
31
|
-
import "../areas/components/AreasContainer/index.
|
|
30
|
+
import "../areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
31
|
+
import "../areas/components/AreasContainer/index.ff33521a.js";
|
|
32
32
|
import "react-grid-layout/css/styles.css";
|
|
33
33
|
import "../../react-resizable.b620abed.js";
|
|
34
|
-
import "../areas/contexts/index.
|
|
34
|
+
import "../areas/contexts/index.065f1714.js";
|
|
35
35
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
36
36
|
import "@mui/lab";
|
|
37
|
-
import "../mui_extended/Accordion/index.
|
|
37
|
+
import "../mui_extended/Accordion/index.725a10af.js";
|
|
38
38
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
39
39
|
import "react-router-dom";
|
|
40
40
|
import "../Image/index.aa24e982.js";
|
|
41
|
-
import "../mui_extended/Pager/index.
|
|
41
|
+
import "../mui_extended/Pager/index.d4d1a1a0.js";
|
|
42
42
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
43
43
|
import "../mui_extended/Typography/index.be3a279a.js";
|
|
44
44
|
import { unstable_composeClasses } from "@mui/base";
|
|
45
45
|
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.b6ae791a.js";
|
|
46
46
|
import { devtools } from "zustand/middleware";
|
|
47
47
|
import { immer } from "zustand/middleware/immer";
|
|
48
|
-
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
48
|
+
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.89e7963b.js";
|
|
49
49
|
import "lodash/debounce";
|
|
50
|
-
import "../hook-form/RHFCheckbox/index.
|
|
50
|
+
import "../hook-form/RHFCheckbox/index.6e80f572.js";
|
|
51
51
|
import { styled, alpha as alpha$1 } from "@mui/material/styles";
|
|
52
|
-
import "../ErrorLabel/index.
|
|
52
|
+
import "../ErrorLabel/index.e140421c.js";
|
|
53
53
|
import "@mui/x-date-pickers";
|
|
54
54
|
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.6c129ce4.js";
|
|
55
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
56
|
-
import "../hook-form/RHFPeriod/index.
|
|
57
|
-
import "../Period/index.
|
|
55
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.b172f4a8.js";
|
|
56
|
+
import "../hook-form/RHFPeriod/index.60c2cc90.js";
|
|
57
|
+
import "../Period/index.0ffcbec1.js";
|
|
58
58
|
import "lodash/isString";
|
|
59
59
|
import "react-dropzone";
|
|
60
60
|
import "../hook-form/RHFUpload/index.7fdff30f.js";
|
|
@@ -4,8 +4,8 @@ import "@m4l/core";
|
|
|
4
4
|
import "../Icon/index.b29ff2d9.js";
|
|
5
5
|
import "@mui/material/styles";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
|
-
import "../mui_extended/IconButton/index.
|
|
8
|
-
import "../mui_extended/Accordion/index.
|
|
7
|
+
import "../mui_extended/IconButton/index.afa201a7.js";
|
|
8
|
+
import "../mui_extended/Accordion/index.725a10af.js";
|
|
9
9
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
10
10
|
import "react-router-dom";
|
|
11
11
|
import "@mui/material/Button";
|
|
@@ -14,7 +14,7 @@ import "../Image/index.aa24e982.js";
|
|
|
14
14
|
import "@mui/lab";
|
|
15
15
|
import "../mui_extended/Popover/index.8ed52492.js";
|
|
16
16
|
import "../mui_extended/MenuActions/index.1affe51a.js";
|
|
17
|
-
import "../mui_extended/Pager/index.
|
|
17
|
+
import "../mui_extended/Pager/index.d4d1a1a0.js";
|
|
18
18
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
19
19
|
import { t as typographyClasses, T as Typography } from "../mui_extended/Typography/index.be3a279a.js";
|
|
20
20
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -6,8 +6,8 @@ import { useEnvironment, useNetwork } from "@m4l/core";
|
|
|
6
6
|
import "../Icon/index.b29ff2d9.js";
|
|
7
7
|
import "@mui/material/styles";
|
|
8
8
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
9
|
-
import "../mui_extended/IconButton/index.
|
|
10
|
-
import "../mui_extended/Accordion/index.
|
|
9
|
+
import "../mui_extended/IconButton/index.afa201a7.js";
|
|
10
|
+
import "../mui_extended/Accordion/index.725a10af.js";
|
|
11
11
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
12
12
|
import "react-router-dom";
|
|
13
13
|
import "@mui/material/Button";
|
|
@@ -16,7 +16,7 @@ import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad
|
|
|
16
16
|
import "@mui/lab";
|
|
17
17
|
import { P as Popover } from "../mui_extended/Popover/index.8ed52492.js";
|
|
18
18
|
import "../mui_extended/MenuActions/index.1affe51a.js";
|
|
19
|
-
import "../mui_extended/Pager/index.
|
|
19
|
+
import "../mui_extended/Pager/index.d4d1a1a0.js";
|
|
20
20
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
21
21
|
import "../mui_extended/Typography/index.be3a279a.js";
|
|
22
22
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Dialog, Paper } from "@mui/material";
|
|
2
2
|
import { c as cjs } from "../../react-draggable.6471b07e.js";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.e338782f.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
5
|
import { b as getThemeVariantColor } from "../../utils/index.b6ae791a.js";
|
|
6
6
|
import { R as ResizeableWindow } from "../Resizeable/index.04fa8de5.js";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
9
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.06b651ab.js";
|
|
10
10
|
const WrapperDialog = styled(Dialog)(() => ({}));
|
|
11
11
|
const Container = styled("div")(({ theme }) => ({
|
|
12
12
|
display: "flex",
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import { useState, useEffect, useCallback, useMemo } from "react";
|
|
2
2
|
import { useNetwork, useModuleDictionary, useEnvironment, usePaginate } from "@m4l/core";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { D as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.
|
|
4
|
+
import { D as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.b06e687e.js";
|
|
5
5
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
6
6
|
import { Tooltip, IconButton } from "@mui/material";
|
|
7
7
|
import { useHostTheme, useResponsiveDesktop } from "@m4l/graphics";
|
|
8
8
|
import { R as ReactJson } from "../../react-json-view.57125fcf.js";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
10
|
+
import { u as useModal } from "../../hooks/useModal/index.e338782f.js";
|
|
11
11
|
import { I as Icon } from "../Icon/index.b29ff2d9.js";
|
|
12
12
|
import "../../react-draggable.6471b07e.js";
|
|
13
|
-
import "../ModalDialog/index.
|
|
13
|
+
import "../ModalDialog/index.99cde79e.js";
|
|
14
14
|
import "../Resizeable/index.04fa8de5.js";
|
|
15
|
-
import "../CommonActions/components/Actions/index.
|
|
15
|
+
import "../CommonActions/components/Actions/index.06b651ab.js";
|
|
16
16
|
import "@mui/material/Button";
|
|
17
17
|
import "../mui_extended/Button/index.8406ed5b.js";
|
|
18
18
|
import "react-hook-form";
|
|
19
|
-
import "../areas/components/index.
|
|
20
|
-
import "../areas/components/AreasAdmin/index.
|
|
21
|
-
import "../mui_extended/IconButton/index.
|
|
19
|
+
import "../areas/components/index.37fd13b9.js";
|
|
20
|
+
import "../areas/components/AreasAdmin/index.1a331d66.js";
|
|
21
|
+
import "../mui_extended/IconButton/index.afa201a7.js";
|
|
22
22
|
import "zustand";
|
|
23
|
-
import "../areas/contexts/AreasContext/index.
|
|
23
|
+
import "../areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
24
24
|
import "zustand/shallow";
|
|
25
|
-
import "../areas/components/AreasContainer/index.
|
|
25
|
+
import "../areas/components/AreasContainer/index.ff33521a.js";
|
|
26
26
|
import "react-grid-layout/css/styles.css";
|
|
27
27
|
import "../../react-resizable.b620abed.js";
|
|
28
|
-
import "../areas/contexts/index.
|
|
28
|
+
import "../areas/contexts/index.065f1714.js";
|
|
29
29
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
30
30
|
import "@mui/lab";
|
|
31
|
-
import "../modal/WindowConfirm.
|
|
32
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
33
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
31
|
+
import "../modal/WindowConfirm.897eb532.js";
|
|
32
|
+
import { W as WindowBase } from "../modal/WindowBase.d1e40422.js";
|
|
33
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.ceabc6b6.js";
|
|
34
34
|
const Container$1 = styled("div")(() => ({
|
|
35
35
|
height: "100%",
|
|
36
36
|
width: "100%",
|
|
@@ -3,28 +3,28 @@ import { styled, Skeleton, Autocomplete, TextField } from "@mui/material";
|
|
|
3
3
|
import { useMemo } from "react";
|
|
4
4
|
import { I as Icon } from "../Icon/index.b29ff2d9.js";
|
|
5
5
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
6
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
6
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.06b651ab.js";
|
|
7
7
|
import "@mui/material/Button";
|
|
8
8
|
import "../mui_extended/Button/index.8406ed5b.js";
|
|
9
9
|
import "react-hook-form";
|
|
10
|
-
import "../../contexts/ModalContext/index.
|
|
10
|
+
import "../../contexts/ModalContext/index.f215bf0b.js";
|
|
11
11
|
import "../../react-draggable.6471b07e.js";
|
|
12
|
-
import "../ModalDialog/index.
|
|
12
|
+
import "../ModalDialog/index.99cde79e.js";
|
|
13
13
|
import "../Resizeable/index.04fa8de5.js";
|
|
14
14
|
import "@m4l/graphics";
|
|
15
|
-
import "../modal/WindowConfirm.
|
|
15
|
+
import "../modal/WindowConfirm.897eb532.js";
|
|
16
16
|
import "@mui/material/styles";
|
|
17
|
-
import "../modal/WindowBase.
|
|
18
|
-
import "../areas/components/index.
|
|
19
|
-
import "../areas/components/AreasAdmin/index.
|
|
20
|
-
import "../mui_extended/IconButton/index.
|
|
17
|
+
import "../modal/WindowBase.d1e40422.js";
|
|
18
|
+
import "../areas/components/index.37fd13b9.js";
|
|
19
|
+
import "../areas/components/AreasAdmin/index.1a331d66.js";
|
|
20
|
+
import "../mui_extended/IconButton/index.afa201a7.js";
|
|
21
21
|
import "zustand";
|
|
22
|
-
import "../areas/contexts/AreasContext/index.
|
|
22
|
+
import "../areas/contexts/AreasContext/index.5e4e0c5d.js";
|
|
23
23
|
import "zustand/shallow";
|
|
24
|
-
import "../areas/components/AreasContainer/index.
|
|
24
|
+
import "../areas/components/AreasContainer/index.ff33521a.js";
|
|
25
25
|
import "react-grid-layout/css/styles.css";
|
|
26
26
|
import "../../react-resizable.b620abed.js";
|
|
27
|
-
import "../areas/contexts/index.
|
|
27
|
+
import "../areas/contexts/index.065f1714.js";
|
|
28
28
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
29
29
|
import "@mui/lab";
|
|
30
30
|
const ContainerPeriod = styled("div")(({
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
|
-
import { I as IconButton } from "../../../mui_extended/IconButton/index.
|
|
3
|
-
import { u as useAreasStore } from "../../hooks/useArea/index.
|
|
2
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.afa201a7.js";
|
|
3
|
+
import { u as useAreasStore } from "../../hooks/useArea/index.59bd8d21.js";
|
|
4
4
|
import { useEnvironment } from "@m4l/core";
|
|
5
5
|
import "@mui/material";
|
|
6
6
|
import "../../../Icon/index.b29ff2d9.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
9
|
-
import "../../../mui_extended/Accordion/index.
|
|
9
|
+
import "../../../mui_extended/Accordion/index.725a10af.js";
|
|
10
10
|
import "../../../mui_extended/Avatar/index.fe06afd7.js";
|
|
11
11
|
import "react-router-dom";
|
|
12
12
|
import "@mui/material/Button";
|
|
@@ -15,7 +15,7 @@ import "../../../Image/index.aa24e982.js";
|
|
|
15
15
|
import "@mui/lab";
|
|
16
16
|
import "../../../mui_extended/Popover/index.8ed52492.js";
|
|
17
17
|
import "../../../mui_extended/MenuActions/index.1affe51a.js";
|
|
18
|
-
import "../../../mui_extended/Pager/index.
|
|
18
|
+
import "../../../mui_extended/Pager/index.d4d1a1a0.js";
|
|
19
19
|
import "../../../mui_extended/Tab/index.e0653a0a.js";
|
|
20
20
|
import "../../../mui_extended/Typography/index.be3a279a.js";
|
|
21
21
|
import { shallow } from "zustand/shallow";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
|
-
import { A as Area } from "../index.
|
|
2
|
+
import { A as Area } from "../index.37fd13b9.js";
|
|
3
3
|
import "react-grid-layout/css/styles.css";
|
|
4
4
|
import "../../../../react-resizable.b620abed.js";
|
|
5
|
-
import { u as useAreasStore } from "../../hooks/useArea/index.
|
|
5
|
+
import { u as useAreasStore } from "../../hooks/useArea/index.59bd8d21.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
const ContainerAreas = styled("div")(({
|
|
8
8
|
theme
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { WidthProvider, Responsive } from "react-grid-layout";
|
|
2
|
-
import { a as useAreaStore } from "../../hooks/useArea/index.
|
|
2
|
+
import { a as useAreaStore } from "../../hooks/useArea/index.59bd8d21.js";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { M as MemonizedWindowPopUp } from "../WindowPopUp/index.
|
|
5
|
-
import { M as MemonizedWindow, a as MemonizedWindowModal } from "../Window/index.
|
|
4
|
+
import { M as MemonizedWindowPopUp } from "../WindowPopUp/index.037ecadd.js";
|
|
5
|
+
import { M as MemonizedWindow, a as MemonizedWindowModal } from "../Window/index.735d6080.js";
|
|
6
6
|
import "react-grid-layout/css/styles.css";
|
|
7
7
|
import "../../../../react-resizable.b620abed.js";
|
|
8
8
|
import { shallow } from "zustand/shallow";
|
|
9
|
-
import { R as ROW_HEIGTH_GRIDLAYOUT, C as CONTAINER_PADDING_GRIDLAYOUT } from "../../contexts/AreaContext/index.
|
|
9
|
+
import { R as ROW_HEIGTH_GRIDLAYOUT, C as CONTAINER_PADDING_GRIDLAYOUT } from "../../contexts/AreaContext/index.b67ffbb9.js";
|
|
10
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
11
11
|
const WrapperPoups = styled("div")(() => ({
|
|
12
12
|
zIndex: 1,
|