@m4l/components 0.1.48 → 0.1.49
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.b57b4b76.js → index.d6875fe6.js} +10 -10
- package/components/CommonActions/components/Actions/{index.9ed13e2f.js → index.4e56715e.js} +9 -9
- package/components/DataGrid/formatters/columnConcatenatedValueFormatter/index.d.ts +5 -0
- package/components/DataGrid/{index.813a743b.js → index.4baf5552.js} +42 -13
- package/components/DynamicFilter/{index.03cdba29.js → index.b4fc6428.js} +15 -15
- package/components/ErrorLabel/{index.78553a1e.js → index.73f9362c.js} +1 -1
- package/components/LanguagePopover/{index.5047b444.js → index.26b694ef.js} +1 -1
- package/components/ModalDialog/{index.82339e99.js → index.58a21edf.js} +2 -2
- package/components/ObjectLogs/{index.77b127ee.js → index.9e362091.js} +13 -13
- package/components/Period/{index.13633c02.js → index.2841388b.js} +10 -10
- package/components/areas/components/AreasAdmin/{index.8dd6bdc9.js → index.5f46d742.js} +2 -2
- package/components/areas/components/AreasContainer/{index.109591c0.js → index.c99b3cca.js} +2 -2
- package/components/areas/components/GridLayout/{index.b3937981.js → index.7cca9a94.js} +3 -3
- package/components/areas/components/Window/{index.f6f0de4e.js → index.d3ccc192.js} +5 -5
- package/components/areas/components/WindowPopUp/{index.fdb94c9e.js → index.7183a2e5.js} +21 -21
- package/components/areas/components/{index.08eac399.js → index.9f1b8516.js} +6 -6
- package/components/areas/contexts/AreaContext/{index.597d370d.js → index.2f35327c.js} +3 -3
- package/components/areas/contexts/AreasContext/{index.76307499.js → index.82659d93.js} +1 -1
- package/components/areas/contexts/{index.28b9cd33.js → index.1edc1f88.js} +1 -1
- package/components/areas/hooks/{index.a8a6ec7e.js → index.3326476e.js} +1 -1
- package/components/areas/hooks/useArea/{index.4fe91ee7.js → index.061d19d5.js} +2 -2
- package/components/areas/{index.ee441298.js → index.ae311948.js} +5 -5
- package/components/formatters/ConcatenatedFormatter/index.d.ts +8 -1
- package/components/formatters/ConcatenatedFormatter/types.d.ts +2 -2
- package/components/formatters/DateFormatter/{index.80522f69.js → index.578a9f53.js} +17 -14
- package/components/formatters/DateFormatter/index.d.ts +16 -1
- package/components/formatters/DateFormatter/types.d.ts +1 -0
- package/components/formatters/PeriodFormatter/index.d.ts +9 -1
- package/components/formatters/{index.0368bab3.js → index.90a19f9f.js} +36 -33
- package/components/formatters/index.d.ts +3 -3
- package/components/hook-form/RHFCheckbox/{index.ca94a050.js → index.ebfe1e3c.js} +1 -1
- package/components/hook-form/RHFPeriod/{index.2544874d.js → index.3470638a.js} +2 -2
- package/components/modal/{WindowBase.a8f6757c.js → WindowBase.52e21822.js} +1 -1
- package/components/modal/{WindowConfirm.f214a961.js → WindowConfirm.2fc8ed8f.js} +9 -9
- package/components/modal/{index.b5debdb7.js → index.4a20488c.js} +10 -10
- package/components/mui_extended/Pager/{index.984aac44.js → index.80ccec47.js} +10 -0
- package/components/mui_extended/{index.cb9d48d2.js → index.3106c913.js} +1 -1
- package/contexts/ModalContext/{index.4b0094e1.js → index.a6faf940.js} +1 -1
- package/hooks/useModal/{index.df40bf77.js → index.54a1887f.js} +1 -1
- package/index.js +45 -42
- package/package.json +1 -1
package/components/CommonActions/components/ActionFormCancel/{index.b57b4b76.js → index.d6875fe6.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.54a1887f.js";
|
|
7
7
|
import "../../../../react-draggable.0eef011c.js";
|
|
8
|
-
import "../../../ModalDialog/index.
|
|
8
|
+
import "../../../ModalDialog/index.58a21edf.js";
|
|
9
9
|
import "../../../Resizeable/index.8a442a8b.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.2fc8ed8f.js";
|
|
13
|
+
import "../../../modal/WindowBase.52e21822.js";
|
|
14
14
|
import "../../../Icon/index.f6e8d810.js";
|
|
15
15
|
import "@mui/material/styles";
|
|
16
|
-
import "../../../areas/components/index.
|
|
17
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
16
|
+
import "../../../areas/components/index.9f1b8516.js";
|
|
17
|
+
import "../../../areas/components/AreasAdmin/index.5f46d742.js";
|
|
18
18
|
import "../../../mui_extended/IconButton/index.1318a283.js";
|
|
19
19
|
import "zustand";
|
|
20
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
20
|
+
import "../../../areas/contexts/AreasContext/index.82659d93.js";
|
|
21
21
|
import "zustand/shallow";
|
|
22
|
-
import "../../../areas/components/AreasContainer/index.
|
|
22
|
+
import "../../../areas/components/AreasContainer/index.c99b3cca.js";
|
|
23
23
|
import "react-grid-layout/css/styles.css";
|
|
24
24
|
import "../../../../react-resizable.bb58c8fc.js";
|
|
25
|
-
import "../../../areas/contexts/index.
|
|
25
|
+
import "../../../areas/contexts/index.1edc1f88.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.3326476e.js";
|
|
28
28
|
function ActionFormCancel() {
|
|
29
29
|
const {
|
|
30
30
|
getLabel
|
|
@@ -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.a6faf940.js";
|
|
10
10
|
import "../../../../react-draggable.0eef011c.js";
|
|
11
|
-
import "../../../ModalDialog/index.
|
|
11
|
+
import "../../../ModalDialog/index.58a21edf.js";
|
|
12
12
|
import "../../../Resizeable/index.8a442a8b.js";
|
|
13
13
|
import "@m4l/graphics";
|
|
14
14
|
import "@mui/lab";
|
|
15
|
-
import "../../../modal/WindowConfirm.
|
|
15
|
+
import "../../../modal/WindowConfirm.2fc8ed8f.js";
|
|
16
16
|
import "../../../Icon/index.f6e8d810.js";
|
|
17
|
-
import "../../../modal/WindowBase.
|
|
18
|
-
import "../../../areas/components/index.
|
|
19
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
17
|
+
import "../../../modal/WindowBase.52e21822.js";
|
|
18
|
+
import "../../../areas/components/index.9f1b8516.js";
|
|
19
|
+
import "../../../areas/components/AreasAdmin/index.5f46d742.js";
|
|
20
20
|
import "../../../mui_extended/IconButton/index.1318a283.js";
|
|
21
21
|
import "zustand";
|
|
22
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
22
|
+
import "../../../areas/contexts/AreasContext/index.82659d93.js";
|
|
23
23
|
import "zustand/shallow";
|
|
24
|
-
import "../../../areas/components/AreasContainer/index.
|
|
24
|
+
import "../../../areas/components/AreasContainer/index.c99b3cca.js";
|
|
25
25
|
import "react-grid-layout/css/styles.css";
|
|
26
26
|
import "../../../../react-resizable.bb58c8fc.js";
|
|
27
|
-
import "../../../areas/contexts/index.
|
|
27
|
+
import "../../../areas/contexts/index.1edc1f88.js";
|
|
28
28
|
import "../../../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
29
29
|
const WrapperStandarActions = styled("div")(({
|
|
30
30
|
theme
|
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ColumnConcatenatedValuesFormatterProps } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Función especial para el DataGrid que concatena un array de strings
|
|
5
|
+
* @param props
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
3
8
|
export declare function columnConcatenatedValuesFormatter(props: ColumnConcatenatedValuesFormatterProps): (obProps: any) => JSX.Element;
|
|
@@ -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.1261168c.js";
|
|
10
|
-
import { P as Pager, g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.
|
|
10
|
+
import { P as Pager, g as getPagerComponentsDictionary, d as defaultPagerDictionary } from "../mui_extended/Pager/index.80ccec47.js";
|
|
11
11
|
import { I as IconButton } from "../mui_extended/IconButton/index.1318a283.js";
|
|
12
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
12
|
+
import { u as useModal } from "../../hooks/useModal/index.54a1887f.js";
|
|
13
13
|
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.a81752ef.js";
|
|
14
14
|
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.d567aebb.js";
|
|
15
15
|
import "../../react-draggable.0eef011c.js";
|
|
16
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
16
|
+
import { g as getModalDialogComponentsDictionary, d as defaultModalDialogDictionary } from "../ModalDialog/index.58a21edf.js";
|
|
17
17
|
import "../Resizeable/index.8a442a8b.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.4e56715e.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.9f1b8516.js";
|
|
24
|
+
import "../areas/components/AreasAdmin/index.5f46d742.js";
|
|
25
25
|
import "zustand";
|
|
26
|
-
import "../areas/contexts/AreasContext/index.
|
|
26
|
+
import "../areas/contexts/AreasContext/index.82659d93.js";
|
|
27
27
|
import "zustand/shallow";
|
|
28
|
-
import "../areas/components/AreasContainer/index.
|
|
28
|
+
import "../areas/components/AreasContainer/index.c99b3cca.js";
|
|
29
29
|
import "react-grid-layout/css/styles.css";
|
|
30
30
|
import "../../react-resizable.bb58c8fc.js";
|
|
31
|
-
import "../areas/contexts/index.
|
|
31
|
+
import "../areas/contexts/index.1edc1f88.js";
|
|
32
32
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
33
33
|
import "@mui/lab";
|
|
34
|
-
import "../modal/WindowConfirm.
|
|
34
|
+
import "../modal/WindowConfirm.2fc8ed8f.js";
|
|
35
35
|
import "../Icon/index.f6e8d810.js";
|
|
36
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
36
|
+
import { W as WindowBase } from "../modal/WindowBase.52e21822.js";
|
|
37
37
|
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.b3fb8a75.js";
|
|
38
|
-
import { D as DateFormatter } from "../formatters/DateFormatter/index.
|
|
39
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
38
|
+
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
39
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.90a19f9f.js";
|
|
40
40
|
const WrapperGrid = styled("div")(() => ({
|
|
41
41
|
display: "flex",
|
|
42
42
|
flexDirection: "column",
|
|
@@ -1693,6 +1693,35 @@ function columnConcatenatedValuesFormatter(props) {
|
|
|
1693
1693
|
function getDataGridComponentsDictionary() {
|
|
1694
1694
|
return ["data_grid"].concat(getPagerComponentsDictionary()).concat(getModalDialogComponentsDictionary());
|
|
1695
1695
|
}
|
|
1696
|
+
({
|
|
1697
|
+
grid: {
|
|
1698
|
+
actions: "Actions",
|
|
1699
|
+
settings_tooltip: "Settings",
|
|
1700
|
+
settings_sel_columns: "Select columns",
|
|
1701
|
+
settings_column_name: "Name",
|
|
1702
|
+
settings_column_position: "Position",
|
|
1703
|
+
settings_column_visible: "Visible",
|
|
1704
|
+
settings_column_frozen: "Frozen",
|
|
1705
|
+
settings_move_first: "Move first",
|
|
1706
|
+
settings_move_up: "Move up",
|
|
1707
|
+
settings_move_last: "Move first",
|
|
1708
|
+
settings_move_down: "Move down",
|
|
1709
|
+
settings_visible_all: "Visible all",
|
|
1710
|
+
settings_no_visible_all: "Invisible all",
|
|
1711
|
+
settings_restore: "Restore",
|
|
1712
|
+
density_tooltip: "Density",
|
|
1713
|
+
density_compact: "Compact",
|
|
1714
|
+
density_standard: "Standard",
|
|
1715
|
+
density_confortable: "Confortable",
|
|
1716
|
+
filter_holder: "Filter",
|
|
1717
|
+
filter_show: "Show filters",
|
|
1718
|
+
filter_hide: "Hide filters",
|
|
1719
|
+
rows: "Rows",
|
|
1720
|
+
rows_per_page: "Rows per page"
|
|
1721
|
+
},
|
|
1722
|
+
...defaultPagerDictionary,
|
|
1723
|
+
...defaultModalDialogDictionary
|
|
1724
|
+
});
|
|
1696
1725
|
const Input = styled("input")(() => ({
|
|
1697
1726
|
appearance: "none",
|
|
1698
1727
|
boxSizing: "border-box",
|
|
@@ -8,7 +8,7 @@ import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.74add0d
|
|
|
8
8
|
import "lodash/debounce";
|
|
9
9
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
10
10
|
import { generateUtilityClasses, generateUtilityClass, alpha, unstable_composeClasses as unstable_composeClasses$1, styled as styled$1, Skeleton, MenuItem, Popover as Popover$1, Popper, ClickAwayListener } from "@mui/material";
|
|
11
|
-
import "../hook-form/RHFCheckbox/index.
|
|
11
|
+
import "../hook-form/RHFCheckbox/index.ebfe1e3c.js";
|
|
12
12
|
import { I as Icon } from "../Icon/index.f6e8d810.js";
|
|
13
13
|
import { I as IconButton } from "../mui_extended/IconButton/index.1318a283.js";
|
|
14
14
|
import "../mui_extended/Accordion/index.1d513477.js";
|
|
@@ -20,32 +20,32 @@ import "../Image/index.aa24e982.js";
|
|
|
20
20
|
import "@mui/lab";
|
|
21
21
|
import { P as Popover } from "../mui_extended/Popover/index.58c49cc0.js";
|
|
22
22
|
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.1261168c.js";
|
|
23
|
-
import "../mui_extended/Pager/index.
|
|
23
|
+
import "../mui_extended/Pager/index.80ccec47.js";
|
|
24
24
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
25
25
|
import "../mui_extended/Typography/index.be3a279a.js";
|
|
26
|
-
import "../ErrorLabel/index.
|
|
26
|
+
import "../ErrorLabel/index.73f9362c.js";
|
|
27
27
|
import "@mui/x-date-pickers";
|
|
28
28
|
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.7f1cbd85.js";
|
|
29
29
|
import { useFormatter, useResponsiveDesktop } from "@m4l/graphics";
|
|
30
30
|
import { R as RHFTextField } from "../hook-form/RHFTextField/index.57f138f7.js";
|
|
31
|
-
import "../hook-form/RHFPeriod/index.
|
|
32
|
-
import "../Period/index.
|
|
33
|
-
import { A as Actions, g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
34
|
-
import "../../contexts/ModalContext/index.
|
|
31
|
+
import "../hook-form/RHFPeriod/index.3470638a.js";
|
|
32
|
+
import "../Period/index.2841388b.js";
|
|
33
|
+
import { A as Actions, g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.4e56715e.js";
|
|
34
|
+
import "../../contexts/ModalContext/index.a6faf940.js";
|
|
35
35
|
import "../../react-draggable.0eef011c.js";
|
|
36
|
-
import "../ModalDialog/index.
|
|
36
|
+
import "../ModalDialog/index.58a21edf.js";
|
|
37
37
|
import "../Resizeable/index.8a442a8b.js";
|
|
38
|
-
import "../modal/WindowConfirm.
|
|
39
|
-
import "../modal/WindowBase.
|
|
40
|
-
import "../areas/components/index.
|
|
41
|
-
import "../areas/components/AreasAdmin/index.
|
|
38
|
+
import "../modal/WindowConfirm.2fc8ed8f.js";
|
|
39
|
+
import "../modal/WindowBase.52e21822.js";
|
|
40
|
+
import "../areas/components/index.9f1b8516.js";
|
|
41
|
+
import "../areas/components/AreasAdmin/index.5f46d742.js";
|
|
42
42
|
import "zustand";
|
|
43
|
-
import "../areas/contexts/AreasContext/index.
|
|
43
|
+
import "../areas/contexts/AreasContext/index.82659d93.js";
|
|
44
44
|
import "zustand/shallow";
|
|
45
|
-
import "../areas/components/AreasContainer/index.
|
|
45
|
+
import "../areas/components/AreasContainer/index.c99b3cca.js";
|
|
46
46
|
import "react-grid-layout/css/styles.css";
|
|
47
47
|
import "../../react-resizable.bb58c8fc.js";
|
|
48
|
-
import "../areas/contexts/index.
|
|
48
|
+
import "../areas/contexts/index.1edc1f88.js";
|
|
49
49
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
50
50
|
import "lodash/isString";
|
|
51
51
|
import "react-dropzone";
|
|
@@ -14,7 +14,7 @@ import "../Image/index.aa24e982.js";
|
|
|
14
14
|
import "@mui/lab";
|
|
15
15
|
import "../mui_extended/Popover/index.58c49cc0.js";
|
|
16
16
|
import "../mui_extended/MenuActions/index.1261168c.js";
|
|
17
|
-
import "../mui_extended/Pager/index.
|
|
17
|
+
import "../mui_extended/Pager/index.80ccec47.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";
|
|
@@ -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.58c49cc0.js";
|
|
18
18
|
import "../mui_extended/MenuActions/index.1261168c.js";
|
|
19
|
-
import "../mui_extended/Pager/index.
|
|
19
|
+
import "../mui_extended/Pager/index.80ccec47.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.0eef011c.js";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.54a1887f.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
5
|
import { a as getThemeVariantColor } from "../../utils/index.e882b264.js";
|
|
6
6
|
import { R as ResizeableWindow } from "../Resizeable/index.8a442a8b.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.4e56715e.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.
|
|
5
|
-
import { D as DateFormatter } from "../formatters/DateFormatter/index.
|
|
4
|
+
import { D as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.4baf5552.js";
|
|
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.54a1887f.js";
|
|
11
11
|
import { I as Icon } from "../Icon/index.f6e8d810.js";
|
|
12
12
|
import "../../react-draggable.0eef011c.js";
|
|
13
|
-
import "../ModalDialog/index.
|
|
13
|
+
import "../ModalDialog/index.58a21edf.js";
|
|
14
14
|
import "../Resizeable/index.8a442a8b.js";
|
|
15
|
-
import "../CommonActions/components/Actions/index.
|
|
15
|
+
import "../CommonActions/components/Actions/index.4e56715e.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.
|
|
19
|
+
import "../areas/components/index.9f1b8516.js";
|
|
20
|
+
import "../areas/components/AreasAdmin/index.5f46d742.js";
|
|
21
21
|
import "../mui_extended/IconButton/index.1318a283.js";
|
|
22
22
|
import "zustand";
|
|
23
|
-
import "../areas/contexts/AreasContext/index.
|
|
23
|
+
import "../areas/contexts/AreasContext/index.82659d93.js";
|
|
24
24
|
import "zustand/shallow";
|
|
25
|
-
import "../areas/components/AreasContainer/index.
|
|
25
|
+
import "../areas/components/AreasContainer/index.c99b3cca.js";
|
|
26
26
|
import "react-grid-layout/css/styles.css";
|
|
27
27
|
import "../../react-resizable.bb58c8fc.js";
|
|
28
|
-
import "../areas/contexts/index.
|
|
28
|
+
import "../areas/contexts/index.1edc1f88.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.2fc8ed8f.js";
|
|
32
|
+
import { W as WindowBase } from "../modal/WindowBase.52e21822.js";
|
|
33
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.b4fc6428.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.f6e8d810.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.4e56715e.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.a6faf940.js";
|
|
11
11
|
import "../../react-draggable.0eef011c.js";
|
|
12
|
-
import "../ModalDialog/index.
|
|
12
|
+
import "../ModalDialog/index.58a21edf.js";
|
|
13
13
|
import "../Resizeable/index.8a442a8b.js";
|
|
14
14
|
import "@m4l/graphics";
|
|
15
|
-
import "../modal/WindowConfirm.
|
|
15
|
+
import "../modal/WindowConfirm.2fc8ed8f.js";
|
|
16
16
|
import "@mui/material/styles";
|
|
17
|
-
import "../modal/WindowBase.
|
|
18
|
-
import "../areas/components/index.
|
|
19
|
-
import "../areas/components/AreasAdmin/index.
|
|
17
|
+
import "../modal/WindowBase.52e21822.js";
|
|
18
|
+
import "../areas/components/index.9f1b8516.js";
|
|
19
|
+
import "../areas/components/AreasAdmin/index.5f46d742.js";
|
|
20
20
|
import "../mui_extended/IconButton/index.1318a283.js";
|
|
21
21
|
import "zustand";
|
|
22
|
-
import "../areas/contexts/AreasContext/index.
|
|
22
|
+
import "../areas/contexts/AreasContext/index.82659d93.js";
|
|
23
23
|
import "zustand/shallow";
|
|
24
|
-
import "../areas/components/AreasContainer/index.
|
|
24
|
+
import "../areas/components/AreasContainer/index.c99b3cca.js";
|
|
25
25
|
import "react-grid-layout/css/styles.css";
|
|
26
26
|
import "../../react-resizable.bb58c8fc.js";
|
|
27
|
-
import "../areas/contexts/index.
|
|
27
|
+
import "../areas/contexts/index.1edc1f88.js";
|
|
28
28
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
29
29
|
import "@mui/lab";
|
|
30
30
|
const ContainerPeriod = styled("div")(({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { I as IconButton } from "../../../mui_extended/IconButton/index.1318a283.js";
|
|
3
|
-
import { u as useAreasStore } from "../../hooks/useArea/index.
|
|
3
|
+
import { u as useAreasStore } from "../../hooks/useArea/index.061d19d5.js";
|
|
4
4
|
import { useEnvironment } from "@m4l/core";
|
|
5
5
|
import "@mui/material";
|
|
6
6
|
import "../../../Icon/index.f6e8d810.js";
|
|
@@ -15,7 +15,7 @@ import "../../../Image/index.aa24e982.js";
|
|
|
15
15
|
import "@mui/lab";
|
|
16
16
|
import "../../../mui_extended/Popover/index.58c49cc0.js";
|
|
17
17
|
import "../../../mui_extended/MenuActions/index.1261168c.js";
|
|
18
|
-
import "../../../mui_extended/Pager/index.
|
|
18
|
+
import "../../../mui_extended/Pager/index.80ccec47.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.9f1b8516.js";
|
|
3
3
|
import "react-grid-layout/css/styles.css";
|
|
4
4
|
import "../../../../react-resizable.bb58c8fc.js";
|
|
5
|
-
import { u as useAreasStore } from "../../hooks/useArea/index.
|
|
5
|
+
import { u as useAreasStore } from "../../hooks/useArea/index.061d19d5.js";
|
|
6
6
|
import { useEffect } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
const ContainerAreas = styled("div")(({
|
|
@@ -1,8 +1,8 @@
|
|
|
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.061d19d5.js";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { M as MemonizedWindowPopUp } from "../WindowPopUp/index.
|
|
5
|
-
import { M as MemonizedWindow } from "../Window/index.
|
|
4
|
+
import { M as MemonizedWindowPopUp } from "../WindowPopUp/index.7183a2e5.js";
|
|
5
|
+
import { M as MemonizedWindow } from "../Window/index.d3ccc192.js";
|
|
6
6
|
import "react-grid-layout/css/styles.css";
|
|
7
7
|
import "../../../../react-resizable.bb58c8fc.js";
|
|
8
8
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import React__default, { useMemo, useState, useRef, useCallback, useEffect } from "react";
|
|
2
|
-
import { a as useAreaStore } from "../../hooks/useArea/index.
|
|
2
|
+
import { a as useAreaStore } from "../../hooks/useArea/index.061d19d5.js";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { W as WindowToolsMFProvider, a as WindowMFProvider } from "../../contexts/index.
|
|
4
|
+
import { W as WindowToolsMFProvider, a as WindowMFProvider } from "../../contexts/index.1edc1f88.js";
|
|
5
5
|
import { shallow } from "zustand/shallow";
|
|
6
6
|
import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
7
|
-
import "../../../../contexts/ModalContext/index.
|
|
7
|
+
import "../../../../contexts/ModalContext/index.a6faf940.js";
|
|
8
8
|
import "react-hook-form";
|
|
9
9
|
import "@hookform/resolvers/yup";
|
|
10
10
|
import "../../../../contexts/RHFormContext/index.828b60ad.js";
|
|
11
11
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
12
|
-
import { a as useWindow, b as useWindowStore } from "../../hooks/index.
|
|
12
|
+
import { a as useWindow, b as useWindowStore } from "../../hooks/index.3326476e.js";
|
|
13
13
|
import { useEnvironment, useModuleSkeleton, useModuleDictionary, useNetwork, useHostTools, axiosOperation } from "@m4l/core";
|
|
14
14
|
import { Skeleton, Typography, styled as styled$1 } from "@mui/material";
|
|
15
15
|
import { useResponsiveDesktop, useHostTheme, useFormatter, useLocales, useFirstRender } from "@m4l/graphics";
|
|
@@ -23,7 +23,7 @@ import { I as Image } from "../../../Image/index.aa24e982.js";
|
|
|
23
23
|
import "@mui/lab";
|
|
24
24
|
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.1261168c.js";
|
|
25
25
|
import "../../../mui_extended/Popover/index.58c49cc0.js";
|
|
26
|
-
import "../../../mui_extended/Pager/index.
|
|
26
|
+
import "../../../mui_extended/Pager/index.80ccec47.js";
|
|
27
27
|
import "../../../mui_extended/Tab/index.e0653a0a.js";
|
|
28
28
|
import "../../../mui_extended/Typography/index.be3a279a.js";
|
|
29
29
|
import debounce from "lodash/debounce";
|
|
@@ -7,23 +7,23 @@ import "@mui/material/styles";
|
|
|
7
7
|
import "react-router-dom";
|
|
8
8
|
import "../../../animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import "../../../animate/PropagateLoader/index.be5b02c3.js";
|
|
10
|
-
import "../index.
|
|
11
|
-
import "../AreasAdmin/index.
|
|
10
|
+
import "../index.9f1b8516.js";
|
|
11
|
+
import "../AreasAdmin/index.5f46d742.js";
|
|
12
12
|
import "@m4l/core";
|
|
13
13
|
import "../../../mui_extended/IconButton/index.1318a283.js";
|
|
14
14
|
import "zustand";
|
|
15
|
-
import "../../contexts/AreasContext/index.
|
|
15
|
+
import "../../contexts/AreasContext/index.82659d93.js";
|
|
16
16
|
import "zustand/shallow";
|
|
17
|
-
import "../AreasContainer/index.
|
|
17
|
+
import "../AreasContainer/index.c99b3cca.js";
|
|
18
18
|
import "react-grid-layout/css/styles.css";
|
|
19
19
|
import "../../../../react-resizable.bb58c8fc.js";
|
|
20
|
-
import "../../contexts/index.
|
|
20
|
+
import "../../contexts/index.1edc1f88.js";
|
|
21
21
|
import "../../contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
22
22
|
import "react-hook-form";
|
|
23
23
|
import "../../../hook-form/RHFAutocomplete/index.74add0d0.js";
|
|
24
24
|
import "../../../Image/index.aa24e982.js";
|
|
25
25
|
import "lodash/debounce";
|
|
26
|
-
import "../../../hook-form/RHFCheckbox/index.
|
|
26
|
+
import "../../../hook-form/RHFCheckbox/index.ebfe1e3c.js";
|
|
27
27
|
import "../../../mui_extended/Accordion/index.1d513477.js";
|
|
28
28
|
import "../../../mui_extended/Avatar/index.fe06afd7.js";
|
|
29
29
|
import "@mui/material/Button";
|
|
@@ -31,31 +31,31 @@ import "../../../mui_extended/Button/index.8406ed5b.js";
|
|
|
31
31
|
import "@mui/lab";
|
|
32
32
|
import "../../../mui_extended/Popover/index.58c49cc0.js";
|
|
33
33
|
import "../../../mui_extended/MenuActions/index.1261168c.js";
|
|
34
|
-
import "../../../mui_extended/Pager/index.
|
|
34
|
+
import "../../../mui_extended/Pager/index.80ccec47.js";
|
|
35
35
|
import "../../../mui_extended/Tab/index.e0653a0a.js";
|
|
36
36
|
import "../../../mui_extended/Typography/index.be3a279a.js";
|
|
37
|
-
import "../../../ErrorLabel/index.
|
|
37
|
+
import "../../../ErrorLabel/index.73f9362c.js";
|
|
38
38
|
import "@mui/x-date-pickers";
|
|
39
39
|
import "../../../hook-form/RHFDateTime/index.7f1cbd85.js";
|
|
40
40
|
import "@m4l/graphics";
|
|
41
41
|
import "../../../hook-form/RHFTextField/index.57f138f7.js";
|
|
42
|
-
import "../../../hook-form/RHFPeriod/index.
|
|
43
|
-
import "../../../Period/index.
|
|
44
|
-
import "../../../CommonActions/components/Actions/index.
|
|
45
|
-
import "../../../../contexts/ModalContext/index.
|
|
42
|
+
import "../../../hook-form/RHFPeriod/index.3470638a.js";
|
|
43
|
+
import "../../../Period/index.2841388b.js";
|
|
44
|
+
import "../../../CommonActions/components/Actions/index.4e56715e.js";
|
|
45
|
+
import "../../../../contexts/ModalContext/index.a6faf940.js";
|
|
46
46
|
import "../../../../react-draggable.0eef011c.js";
|
|
47
|
-
import "../../../ModalDialog/index.
|
|
47
|
+
import "../../../ModalDialog/index.58a21edf.js";
|
|
48
48
|
import { R as ResizeableWindow } from "../../../Resizeable/index.8a442a8b.js";
|
|
49
|
-
import "../../../modal/WindowConfirm.
|
|
50
|
-
import "../../../modal/WindowBase.
|
|
49
|
+
import "../../../modal/WindowConfirm.2fc8ed8f.js";
|
|
50
|
+
import "../../../modal/WindowBase.52e21822.js";
|
|
51
51
|
import "lodash/isString";
|
|
52
52
|
import "react-dropzone";
|
|
53
53
|
import "../../../hook-form/RHFUpload/index.7fdff30f.js";
|
|
54
|
-
import "../../../DataGrid/index.
|
|
54
|
+
import "../../../DataGrid/index.4baf5552.js";
|
|
55
55
|
import "react-dnd";
|
|
56
56
|
import "react-dnd-html5-backend";
|
|
57
57
|
import "../../../ScrollBar/index.39eeb2de.js";
|
|
58
|
-
import "../../../DynamicFilter/index.
|
|
58
|
+
import "../../../DynamicFilter/index.b4fc6428.js";
|
|
59
59
|
import "clsx";
|
|
60
60
|
import "simplebar/dist/simplebar.min.css";
|
|
61
61
|
import "@hookform/resolvers/yup";
|
|
@@ -63,17 +63,17 @@ import "../../../../contexts/RHFormContext/index.828b60ad.js";
|
|
|
63
63
|
import "yup";
|
|
64
64
|
import { DraggableWindow } from "../../../../index.js";
|
|
65
65
|
import "@mui/base";
|
|
66
|
-
import "../../../LanguagePopover/index.
|
|
66
|
+
import "../../../LanguagePopover/index.26b694ef.js";
|
|
67
67
|
import "../../../NoItemSelected/index.9636ec8a.js";
|
|
68
|
-
import "../../../ObjectLogs/index.
|
|
68
|
+
import "../../../ObjectLogs/index.9e362091.js";
|
|
69
69
|
import "../../../../react-json-view.57125fcf.js";
|
|
70
70
|
import "../../../PaperForm/index.0114aa9b.js";
|
|
71
71
|
import "../../../Page/index.4237c241.js";
|
|
72
72
|
import "../../../PropertyValue/index.dfcfe1ba.js";
|
|
73
73
|
import "../../../../react-splitter-layout.8b1655c8.js";
|
|
74
74
|
import "../../../SplitLayout/index.5a8355d8.js";
|
|
75
|
-
import { a as useAreaStore } from "../../hooks/useArea/index.
|
|
76
|
-
import { W as Window } from "../Window/index.
|
|
75
|
+
import { a as useAreaStore } from "../../hooks/useArea/index.061d19d5.js";
|
|
76
|
+
import { W as Window } from "../Window/index.d3ccc192.js";
|
|
77
77
|
const WindowPopUp = (props) => {
|
|
78
78
|
const {
|
|
79
79
|
windowProps,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { A as AreaProvider } from "../contexts/AreaContext/index.
|
|
2
|
-
import { G as GridLayout } from "./GridLayout/index.
|
|
3
|
-
import { u as useAreasStore } from "../hooks/useArea/index.
|
|
1
|
+
import { A as AreaProvider } from "../contexts/AreaContext/index.2f35327c.js";
|
|
2
|
+
import { G as GridLayout } from "./GridLayout/index.7cca9a94.js";
|
|
3
|
+
import { u as useAreasStore } from "../hooks/useArea/index.061d19d5.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
import "./AreasAdmin/index.
|
|
6
|
+
import "./AreasAdmin/index.5f46d742.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import "@m4l/core";
|
|
9
9
|
import "@mui/material";
|
|
10
10
|
import "../../Icon/index.f6e8d810.js";
|
|
11
11
|
import "../../mui_extended/IconButton/index.1318a283.js";
|
|
12
12
|
import "zustand";
|
|
13
|
-
import "../contexts/AreasContext/index.
|
|
13
|
+
import "../contexts/AreasContext/index.82659d93.js";
|
|
14
14
|
import "zustand/shallow";
|
|
15
|
-
import "./AreasContainer/index.
|
|
15
|
+
import "./AreasContainer/index.c99b3cca.js";
|
|
16
16
|
import "react-grid-layout/css/styles.css";
|
|
17
17
|
import "../../../react-resizable.bb58c8fc.js";
|
|
18
18
|
const WrapperArea = styled("div")(() => ({
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { createContext, forwardRef, useRef, useImperativeHandle, useEffect, useCallback } from "react";
|
|
2
2
|
import { shallow } from "zustand/shallow";
|
|
3
|
-
import { W as Window } from "../../components/Window/index.
|
|
4
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
3
|
+
import { W as Window } from "../../components/Window/index.d3ccc192.js";
|
|
4
|
+
import { u as useModal } from "../../../../hooks/useModal/index.54a1887f.js";
|
|
5
5
|
import { useNetwork } from "@m4l/core";
|
|
6
6
|
import { createStore, useStore } from "zustand";
|
|
7
7
|
import { immer } from "zustand/middleware/immer";
|
|
8
8
|
import { devtools } from "zustand/middleware";
|
|
9
9
|
import debounce from "lodash/debounce";
|
|
10
|
-
import { u as useAreasStore } from "../../hooks/useArea/index.
|
|
10
|
+
import { u as useAreasStore } from "../../hooks/useArea/index.061d19d5.js";
|
|
11
11
|
import { jsx } from "react/jsx-runtime";
|
|
12
12
|
const DEBOUCED_SAVE_TIME = 500;
|
|
13
13
|
const COOKIE_BREAKPOINT_LAYOUTS = "layoutPros";
|
|
@@ -3,7 +3,7 @@ import { useHostTools, useModuleDictionary, useNetwork, EmitEvents } from "@m4l/
|
|
|
3
3
|
import { createStore, useStore } from "zustand";
|
|
4
4
|
import { devtools } from "zustand/middleware";
|
|
5
5
|
import { immer } from "zustand/middleware/immer";
|
|
6
|
-
import { L as LABEL_NEW_AREA } from "../../index.
|
|
6
|
+
import { L as LABEL_NEW_AREA } from "../../index.ae311948.js";
|
|
7
7
|
import { shallow } from "zustand/shallow";
|
|
8
8
|
import { useFirstRender } from "@m4l/graphics";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -6,7 +6,7 @@ import { devtools } from "zustand/middleware";
|
|
|
6
6
|
import { immer } from "zustand/middleware/immer";
|
|
7
7
|
import cloneDeep from "lodash.clonedeep";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
|
-
import "./AreasContext/index.
|
|
9
|
+
import "./AreasContext/index.82659d93.js";
|
|
10
10
|
function getCookiesContainer(data, containerId) {
|
|
11
11
|
const cookies = {};
|
|
12
12
|
try {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { b as WindowContext, c as WindowToolsMFContext } from "../contexts/index.
|
|
3
|
+
import { b as WindowContext, c as WindowToolsMFContext } from "../contexts/index.1edc1f88.js";
|
|
4
4
|
import "../contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
5
5
|
const useWindow = () => {
|
|
6
6
|
const context = useContext(WindowContext);
|