@m4l/components 0.1.81 → 0.1.83
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 +6 -0
- package/components/AccountPopover/AccountPopover.d.ts +21 -0
- package/components/AccountPopover/classes/types.d.ts +1 -1
- package/components/AccountPopover/{index.fea740a5.js → index.2677fe77.js} +68 -72
- package/components/AccountPopover/subcomponents/MyAvatar/index.d.ts +2 -2
- package/components/AccountPopover/subcomponents/MyAvatar/types.d.ts +7 -0
- package/components/AccountPopover/subcomponents/PopOver/index.d.ts +6 -0
- package/components/AccountPopover/subcomponents/PopOver/types.d.ts +5 -4
- package/components/AccountPopover/types.d.ts +3 -4
- package/components/AppBar/{index.6bdee075.js → index.ad2a6f0e.js} +7 -7
- package/components/CommonActions/components/ActionCancel/{index.6928b5ae.js → index.b2fc495d.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.28d32483.js → index.60d8963e.js} +15 -15
- package/components/CommonActions/components/ActionFormIntro/{index.f044e93c.js → index.fde4ea51.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.8b1b3afc.js → index.724d8e17.js} +2 -2
- package/components/CommonActions/components/Actions/{index.265d99c8.js → index.23a2d6ae.js} +13 -13
- package/components/DataGrid/classes/index.d.ts +1 -0
- package/components/DataGrid/classes/types.d.ts +1 -0
- package/components/DataGrid/constants.d.ts +1 -0
- package/components/DataGrid/{index.820e0043.js → index.d5d0d62f.js} +14 -9
- package/components/DataGrid/subcomponents/Actions/{index.43325b59.js → index.201394f5.js} +23 -20
- package/components/DynamicFilter/constants.d.ts +1 -1
- package/components/DynamicFilter/{index.2b80238b.js → index.7d134537.js} +28 -28
- package/components/GridLayout/constants.d.ts +1 -1
- package/components/GridLayout/{index.76bccc4f.js → index.70085b00.js} +3 -3
- package/components/GridLayout/index.d.ts +1 -1
- package/components/GridLayout/subcomponents/Griditem/{index.01fc14c3.js → index.c09681ff.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.e589d8bf.js → index.eb04fd5e.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.d.ts +1 -1
- package/components/GridLayout/subcomponents/{WidthProvider/index.50dafd87.js → SizeProvider/index.9c5e80b2.js} +3 -3
- package/components/GridLayout/subcomponents/{WidthProvider → SizeProvider}/index.d.ts +1 -1
- package/components/GridLayout/types.d.ts +7 -10
- package/components/GridLayout/utils.d.ts +1 -2
- package/components/HelperText/{index.2c408d8a.js → index.28e9105d.js} +7 -7
- package/components/Icon/{index.9fcd1476.js → index.2414ff25.js} +1 -1
- package/components/LanguagePopover/{index.4596bf54.js → index.065e0296.js} +7 -7
- package/components/ModalDialog/{index.62ffad3a.js → index.fb148f76.js} +4 -4
- package/components/NavLink/{index.68392bd4.js → index.2ef07c44.js} +7 -7
- package/components/ObjectLogs/{index.665e043d.js → index.5d74dfe0.js} +17 -17
- package/components/PaperForm/{index.ba38a0bd.js → index.f931dc02.js} +1 -1
- package/components/Period/{index.7d44c0e5.js → index.0e6512b2.js} +14 -14
- package/components/PropertyValue/{index.a66988e1.js → index.a67c9916.js} +1 -1
- package/components/ScrollBar/{index.bbe48f4d.js → index.d4410cb5.js} +5 -0
- package/components/SideBar/{index.2f497e6c.js → index.72564ef2.js} +11 -6
- package/components/animate/AnimatedScroll/animatedScroll.d.ts +3 -0
- package/components/animate/AnimatedScroll/index.d.ts +1 -0
- package/components/animate/AnimatedScroll/types.d.ts +5 -0
- package/components/animate/index.4e9774a6.js +150 -0
- package/components/animate/index.d.ts +1 -0
- package/components/areas/components/AreasAdmin/{index.5562f65f.js → index.7bfec13f.js} +60 -49
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/{index.1004b7a0.js → index.9ed7dfd7.js} +42 -45
- package/components/areas/components/{index.a441c8b1.js → index.654b08aa.js} +11 -11
- package/components/areas/contexts/AreasContext/{index.4bf1eabe.js → index.36fe6953.js} +5 -5
- package/components/areas/contexts/{index.2938bc5a.js → index.68c53fc9.js} +1 -1
- package/components/areas/hooks/useAreas/{index.c77a2416.js → index.a4c03e23.js} +1 -1
- package/components/areas/{index.09851bae.js → index.ec4f088c.js} +11 -11
- package/components/formatters/BooleanFormatter/{index.e8de8e4c.js → index.32de0803.js} +1 -1
- package/components/formatters/{index.67aeb049.js → index.d16d2331.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.9a9d7c73.js → index.42df8eb4.js} +8 -8
- package/components/hook-form/RHFAutocompleteAsync/{index.172df421.js → index.0441524c.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.47f0157b.js → index.c66147f7.js} +8 -8
- package/components/hook-form/RHFDateTime/{index.f46e987f.js → index.4698ca29.js} +8 -8
- package/components/hook-form/RHFPeriod/{index.2e07ba7b.js → index.f653934b.js} +2 -2
- package/components/hook-form/RHFTextField/{index.253620eb.js → index.1fa07688.js} +3 -3
- package/components/hook-form/RHFUpload/{index.9f00121f.js → index.93c2dcb5.js} +8 -8
- package/components/modal/{WindowBase.37b59511.js → WindowBase.92ce9b8f.js} +9 -9
- package/components/modal/{WindowConfirm.1a8c8c21.js → WindowConfirm.4c3d2cd7.js} +16 -16
- package/components/modal/{index.c8e23b8d.js → index.1bd35bd5.js} +13 -13
- package/components/mui_extended/Accordion/{index.fa658639.js → index.5111314b.js} +3 -3
- package/components/mui_extended/Avatar/types.d.ts +3 -1
- package/components/mui_extended/Button/classes/types.d.ts +3 -0
- package/components/mui_extended/Button/{index.4288f9fc.js → index.40af964e.js} +8 -3
- package/components/mui_extended/Button/types.d.ts +2 -1
- package/components/mui_extended/IconButton/{index.12f1a3c3.js → index.a318316e.js} +1 -1
- package/components/mui_extended/MenuActions/{index.43a2e1ae.js → index.f6bfdd40.js} +2 -2
- package/components/mui_extended/Pager/classes/index.d.ts +12 -0
- package/components/mui_extended/Pager/classes/types.d.ts +12 -4
- package/components/mui_extended/Pager/{index.82e89328.js → index.da26e9d4.js} +114 -62
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index.d.ts +3 -0
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/types.d.ts +12 -0
- package/components/mui_extended/Pager/{components → subcomponents}/PagerActions/types.d.ts +2 -0
- package/components/mui_extended/Tab/{index.f94d233e.js → index.0989d15d.js} +1 -1
- package/components/mui_extended/{index.07fcc38f.js → index.813723c5.js} +7 -7
- package/contexts/ModalContext/{index.66e060a3.js → index.577bf36b.js} +1 -1
- package/contexts/RHFormContext/{index.fe175bab.js → index.b9266262.js} +1 -1
- package/hooks/useModal/{index.61968b84.js → index.7a07c208.js} +1 -1
- package/index.js +80 -79
- package/package.json +1 -1
- package/{vendor.fefd45a3.js → vendor.5365cc7e.js} +50 -50
- package/components/AccountPopover/subcomponents/MyAvatar/createAvatar.d.ts +0 -4
- package/components/animate/index.1f8eadd4.js +0 -66
- /package/components/mui_extended/Pager/{components → subcomponents}/PagerActions/index.d.ts +0 -0
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.
|
|
2
|
-
import { u as useDataGrid, a as useFilters, d as dataGridClasses, b as dictionary } from "../../index.
|
|
1
|
+
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
2
|
+
import { u as useDataGrid, a as useFilters, d as dataGridClasses, b as dictionary } from "../../index.d5d0d62f.js";
|
|
3
3
|
import { useTheme, Checkbox, Skeleton } from "@mui/material";
|
|
4
4
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
5
|
-
import { P as Pager } from "../../../mui_extended/Pager/index.
|
|
6
|
-
import { I as IconButton } from "../../../mui_extended/IconButton/index.
|
|
5
|
+
import { P as Pager } from "../../../mui_extended/Pager/index.da26e9d4.js";
|
|
6
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.a318316e.js";
|
|
7
7
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
8
8
|
import { forwardRef, useRef, useState, useImperativeHandle, useMemo, useEffect, useCallback } from "react";
|
|
9
9
|
import { D as DataGrid$1 } from "../../../../react-data-grid.d46d625e.js";
|
|
10
10
|
import { styled } from "@mui/material/styles";
|
|
11
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
12
|
-
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.
|
|
13
|
-
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.
|
|
11
|
+
import { u as useModal } from "../../../../hooks/useModal/index.7a07c208.js";
|
|
12
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.b2fc495d.js";
|
|
13
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.724d8e17.js";
|
|
14
14
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
15
15
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
16
16
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
17
|
-
import "../../../Icon/index.
|
|
17
|
+
import "../../../Icon/index.2414ff25.js";
|
|
18
18
|
import "clsx";
|
|
19
|
-
import "../../../modal/index.
|
|
20
|
-
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.
|
|
19
|
+
import "../../../modal/index.1bd35bd5.js";
|
|
20
|
+
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
21
21
|
import "react-hook-form";
|
|
22
22
|
import "@mui/material/Button";
|
|
23
|
-
import "../../../mui_extended/Button/index.
|
|
23
|
+
import "../../../mui_extended/Button/index.40af964e.js";
|
|
24
24
|
import "zustand";
|
|
25
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
26
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
25
|
+
import "../../../areas/contexts/AreasContext/index.36fe6953.js";
|
|
26
|
+
import "../../../areas/components/AreasAdmin/index.7bfec13f.js";
|
|
27
27
|
import "zustand/shallow";
|
|
28
|
-
import "../../../ScrollBar/index.
|
|
29
|
-
import "../../../mui_extended/Accordion/index.
|
|
28
|
+
import "../../../ScrollBar/index.d4410cb5.js";
|
|
29
|
+
import "../../../mui_extended/Accordion/index.5111314b.js";
|
|
30
30
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
31
31
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
32
32
|
import "react-router-dom";
|
|
@@ -35,13 +35,13 @@ import "../../../mui_extended/Badge/index.cad260fe.js";
|
|
|
35
35
|
import "../../../Image/index.c18ebf5a.js";
|
|
36
36
|
import "@mui/lab";
|
|
37
37
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
38
|
-
import "../../../mui_extended/Tab/index.
|
|
38
|
+
import "../../../mui_extended/Tab/index.0989d15d.js";
|
|
39
39
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
40
|
-
import "../../../areas/components/AreasViewer/index.
|
|
40
|
+
import "../../../areas/components/AreasViewer/index.9ed7dfd7.js";
|
|
41
41
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
42
42
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
43
43
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
44
|
-
import { W as WindowBase } from "../../../modal/WindowBase.
|
|
44
|
+
import { W as WindowBase } from "../../../modal/WindowBase.92ce9b8f.js";
|
|
45
45
|
const ACTIONS_COLUMN_KEY = "actions-row";
|
|
46
46
|
function ActionsFormatter(props) {
|
|
47
47
|
const {
|
|
@@ -607,8 +607,11 @@ function Actions(props) {
|
|
|
607
607
|
isDesktop,
|
|
608
608
|
labelRows: getLabel(dictionary.LABEL_ROWS_PER_PAGE),
|
|
609
609
|
labelOf: getLabel(dictionary.LABEL_OF)
|
|
610
|
-
}),
|
|
611
|
-
|
|
610
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
611
|
+
className: classes.actionsConfigContainer,
|
|
612
|
+
children: [typeof rowHeights !== "number" && /* @__PURE__ */ jsx(Density, {}), withLocalFilters && /* @__PURE__ */ jsx(Filter, {}), withSettings && /* @__PURE__ */ jsx(Settings, {
|
|
613
|
+
...settingsProps
|
|
614
|
+
})]
|
|
612
615
|
})]
|
|
613
616
|
});
|
|
614
617
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BooleanOperator, DateTimeOperator, Field, NumberOperator, Operator, StringOperator } from './types';
|
|
2
2
|
export declare const COMPONENT_TEST_ID = "M4LDynamicFilter";
|
|
3
|
-
export declare const COMPONENT_PREFIX = "
|
|
3
|
+
export declare const COMPONENT_PREFIX = "M4LDynamicFilter";
|
|
4
4
|
export declare const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
5
5
|
export declare const ASSETS_URL = "frontend/components/dynamic_filter/assets/icons";
|
|
6
6
|
export declare const ASSETS: {
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import { shallow } from "zustand/shallow";
|
|
2
|
-
import { S as ScrollBar } from "../ScrollBar/index.
|
|
2
|
+
import { S as ScrollBar } from "../ScrollBar/index.d4410cb5.js";
|
|
3
3
|
import { useContext, useMemo, useEffect, createContext, useRef, createElement, useState, useCallback } from "react";
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton, useFlagsPresent, CommonFlags } from "@m4l/core";
|
|
6
6
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
7
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
7
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.a318316e.js";
|
|
8
8
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
9
|
-
import { g as getNameDataTestId } from "../../vendor.
|
|
9
|
+
import { g as getNameDataTestId } from "../../vendor.5365cc7e.js";
|
|
10
10
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
11
11
|
import { generateUtilityClasses, alpha, styled as styled$1, Skeleton, MenuItem } from "@mui/material";
|
|
12
|
-
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.
|
|
12
|
+
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
13
13
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
14
|
-
import { I as Icon } from "../Icon/index.
|
|
14
|
+
import { I as Icon } from "../Icon/index.2414ff25.js";
|
|
15
15
|
import { styled, useTheme } from "@mui/material/styles";
|
|
16
|
-
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.
|
|
17
|
-
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.
|
|
18
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
19
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
16
|
+
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.b9266262.js";
|
|
17
|
+
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
18
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.b2fc495d.js";
|
|
19
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.724d8e17.js";
|
|
20
20
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
21
21
|
import "@mui/material/Button";
|
|
22
|
-
import "../mui_extended/Button/index.
|
|
23
|
-
import "../../contexts/ModalContext/index.
|
|
22
|
+
import "../mui_extended/Button/index.40af964e.js";
|
|
23
|
+
import "../../contexts/ModalContext/index.577bf36b.js";
|
|
24
24
|
import "../../react-draggable.7abb5d0a.js";
|
|
25
25
|
import "../Resizeable/index.9a9c79a4.js";
|
|
26
|
-
import "../modal/index.
|
|
26
|
+
import "../modal/index.1bd35bd5.js";
|
|
27
27
|
import "../Image/index.c18ebf5a.js";
|
|
28
|
-
import "../mui_extended/Accordion/index.
|
|
28
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
29
29
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
30
30
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
31
31
|
import "react-router-dom";
|
|
32
32
|
import "../mui_extended/CheckBox.5f6c78b0.js";
|
|
33
33
|
import "../mui_extended/Badge/index.cad260fe.js";
|
|
34
34
|
import "@mui/lab";
|
|
35
|
-
import "../mui_extended/Pager/index.
|
|
36
|
-
import "../mui_extended/Tab/index.
|
|
35
|
+
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
36
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
37
37
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
38
38
|
import { useStore, createStore } from "zustand";
|
|
39
|
-
import "../areas/contexts/AreasContext/index.
|
|
40
|
-
import "../areas/components/AreasAdmin/index.
|
|
41
|
-
import "../areas/components/AreasViewer/index.
|
|
39
|
+
import "../areas/contexts/AreasContext/index.36fe6953.js";
|
|
40
|
+
import "../areas/components/AreasAdmin/index.7bfec13f.js";
|
|
41
|
+
import "../areas/components/AreasViewer/index.9ed7dfd7.js";
|
|
42
42
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
43
43
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
44
44
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -46,21 +46,21 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
46
46
|
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.c43a95f4.js";
|
|
47
47
|
import { devtools } from "zustand/middleware";
|
|
48
48
|
import { immer } from "zustand/middleware/immer";
|
|
49
|
-
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
49
|
+
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.42df8eb4.js";
|
|
50
50
|
import "lodash/debounce";
|
|
51
|
-
import "../hook-form/RHFAutocompleteAsync/index.
|
|
52
|
-
import "../hook-form/RHFCheckbox/index.
|
|
53
|
-
import "../HelperText/index.
|
|
51
|
+
import "../hook-form/RHFAutocompleteAsync/index.0441524c.js";
|
|
52
|
+
import "../hook-form/RHFCheckbox/index.c66147f7.js";
|
|
53
|
+
import "../HelperText/index.28e9105d.js";
|
|
54
54
|
import "@mui/x-date-pickers";
|
|
55
|
-
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.
|
|
56
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
57
|
-
import "../hook-form/RHFPeriod/index.
|
|
58
|
-
import "../Period/index.
|
|
55
|
+
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.4698ca29.js";
|
|
56
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.1fa07688.js";
|
|
57
|
+
import "../hook-form/RHFPeriod/index.f653934b.js";
|
|
58
|
+
import "../Period/index.0e6512b2.js";
|
|
59
59
|
import "lodash/isString";
|
|
60
60
|
import "react-dropzone";
|
|
61
|
-
import "../hook-form/RHFUpload/index.
|
|
61
|
+
import "../hook-form/RHFUpload/index.93c2dcb5.js";
|
|
62
62
|
import * as Yup from "yup";
|
|
63
|
-
const COMPONENT_PREFIX = "
|
|
63
|
+
const COMPONENT_PREFIX = "M4LDynamicFilter";
|
|
64
64
|
const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
65
65
|
const ASSETS_URL = "frontend/components/dynamic_filter/assets/icons";
|
|
66
66
|
const ASSETS = {
|
|
@@ -2,7 +2,7 @@ import { Margin } from './types';
|
|
|
2
2
|
export declare const COMPONENT_TEST_ID = "M4LGridLayout";
|
|
3
3
|
export declare const COMPONENT_CLASS_NAME = "M4LGridLayout";
|
|
4
4
|
export declare const DEFAULT_COLS = 12;
|
|
5
|
-
export declare const DEFAULT_ROW_HEIGHT =
|
|
5
|
+
export declare const DEFAULT_ROW_HEIGHT = 20;
|
|
6
6
|
export declare const DEFAULT_CONTAINER_WIDTH = 1280;
|
|
7
7
|
export declare const DEFAULT_CONTAINER_HEIGHT = 480;
|
|
8
8
|
export declare const DEFAULT_RESPONSIVE_COLS: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useState, useRef, useEffect, useCallback } from "react";
|
|
2
2
|
import clsx from "clsx";
|
|
3
|
-
import { M as MemonizedGridItem } from "./subcomponents/Griditem/index.
|
|
3
|
+
import { M as MemonizedGridItem } from "./subcomponents/Griditem/index.c09681ff.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
6
|
import { r as react_resizable_css } from "../../react-resizable.ba08699a.js";
|
|
@@ -10,7 +10,7 @@ import "@m4l/graphics";
|
|
|
10
10
|
import "lodash";
|
|
11
11
|
const COMPONENT_CLASS_NAME = "M4LGridLayout";
|
|
12
12
|
const DEFAULT_COLS = 12;
|
|
13
|
-
const DEFAULT_ROW_HEIGHT =
|
|
13
|
+
const DEFAULT_ROW_HEIGHT = 20;
|
|
14
14
|
const DEFAULT_CONTAINER_WIDTH = 1280;
|
|
15
15
|
const DEFAULT_CONTAINER_HEIGHT = 480;
|
|
16
16
|
const DEFAULT_RESPONSIVE_COLS = { lg: 12, md: 10, sm: 6, xs: 4, xxs: 1 };
|
|
@@ -672,7 +672,7 @@ function GridLayout(props) {
|
|
|
672
672
|
isResizable = true,
|
|
673
673
|
allowOverlap = false,
|
|
674
674
|
useCSSTransforms = true,
|
|
675
|
-
compactType =
|
|
675
|
+
compactType = "vertical",
|
|
676
676
|
preventCollision = false,
|
|
677
677
|
resizeHandles = ["se"],
|
|
678
678
|
resizeHandle,
|
|
@@ -4,4 +4,4 @@ export { addLayoutItemToBreakPoints, addLayoutItemToBreakPointIfNoExists, cloneL
|
|
|
4
4
|
export { isEqualLayouts, isEqualLayout } from './utils';
|
|
5
5
|
export type { GridLayoutProps, LayoutItemRenderProps, Layout, LayoutItem, BaseLayoutItem, Layouts, } from './types';
|
|
6
6
|
export type { ContainerChangeEvent } from './subcomponents/Responsive/types';
|
|
7
|
-
export {
|
|
7
|
+
export { SizeProvider } from './subcomponents/SizeProvider';
|
package/components/GridLayout/subcomponents/Griditem/{index.01fc14c3.js → index.c09681ff.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useRef, useEffect, useState, useCallback, useMemo } from "react";
|
|
2
2
|
import { D as DraggableCore_1 } from "../../../../react-draggable.7abb5d0a.js";
|
|
3
3
|
import { R as Resizable } from "../../../../react-resizable.ba08699a.js";
|
|
4
|
-
import { g as getH, c as calcXY, a as calcGridItemWHPx, b as calcGridColWidth, d as calcWH, e as clamp, f as calcGridItemPosition, h as gridLayoutClasses, D as DEFAULT_COLS, i as DEFAULT_ROW_HEIGHT, j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, l as DEFAULT_MARGIN, m as DEFAULT_CONTAINER_PADDING, n as DEFAULT_TRANSFORM_SCALE, o as DEFAULT_COLAPSED_HEIGHT, p as perc, s as setTransform, q as setTopLeft } from "../../index.
|
|
4
|
+
import { g as getH, c as calcXY, a as calcGridItemWHPx, b as calcGridColWidth, d as calcWH, e as clamp, f as calcGridItemPosition, h as gridLayoutClasses, D as DEFAULT_COLS, i as DEFAULT_ROW_HEIGHT, j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, l as DEFAULT_MARGIN, m as DEFAULT_CONTAINER_PADDING, n as DEFAULT_TRANSFORM_SCALE, o as DEFAULT_COLAPSED_HEIGHT, p as perc, s as setTransform, q as setTopLeft } from "../../index.70085b00.js";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { d as deepEqual } from "../../../../node_modules.d73a220d.js";
|
|
7
7
|
import { jsx, Fragment } from "react/jsx-runtime";
|
package/components/GridLayout/subcomponents/Responsive/{index.e589d8bf.js → index.eb04fd5e.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as cloneLayoutItem, t as cloneLayout, u as compact, v as correctBounds, w as isEqualLayout, x as DEFAULT_RESPONSIVE_BREAKPOINTS, m as DEFAULT_CONTAINER_PADDING, l as DEFAULT_MARGIN, y as DEFAULT_RESPONSIVE_COLS, o as DEFAULT_COLAPSED_HEIGHT, i as DEFAULT_ROW_HEIGHT, z as isEqualLayouts, G as GridLayout, A as noop } from "../../index.
|
|
1
|
+
import { r as cloneLayoutItem, t as cloneLayout, u as compact, v as correctBounds, w as isEqualLayout, x as DEFAULT_RESPONSIVE_BREAKPOINTS, m as DEFAULT_CONTAINER_PADDING, l as DEFAULT_MARGIN, y as DEFAULT_RESPONSIVE_COLS, o as DEFAULT_COLAPSED_HEIGHT, i as DEFAULT_ROW_HEIGHT, z as isEqualLayouts, G as GridLayout, A as noop } from "../../index.70085b00.js";
|
|
2
2
|
import { useState, useRef, useEffect, useCallback } from "react";
|
|
3
3
|
import { useFirstRender } from "@m4l/graphics";
|
|
4
4
|
import { d as deepEqual } from "../../../../node_modules.d73a220d.js";
|
|
@@ -25,7 +25,7 @@ export declare function getColsFromBreakpoint(breakpoint: Breakpoint, cols: Brea
|
|
|
25
25
|
* @param {String} breakpoint New breakpoint.
|
|
26
26
|
* @param {String} breakpoint Last breakpoint (for fallback).
|
|
27
27
|
* @param {Number} cols Column count at new breakpoint.
|
|
28
|
-
* @param {
|
|
28
|
+
* @param {CompactType} compactType
|
|
29
29
|
* vertically.
|
|
30
30
|
* @return {Array} New layout.
|
|
31
31
|
*/
|
|
@@ -2,10 +2,10 @@ import { useRef, useState, useMemo, useCallback, useEffect } from "react";
|
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { throttle } from "lodash";
|
|
4
4
|
import { useResizeObserver } from "@m4l/graphics";
|
|
5
|
-
import { j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, T as THROTTLE_RESIZE_TIME } from "../../index.
|
|
5
|
+
import { j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, T as THROTTLE_RESIZE_TIME } from "../../index.70085b00.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
const layoutClassName = "M4LGridLayout";
|
|
8
|
-
function
|
|
8
|
+
function SizeProvider(ComposedComponent) {
|
|
9
9
|
return (props) => {
|
|
10
10
|
const {
|
|
11
11
|
measureBeforeMount = true,
|
|
@@ -61,5 +61,5 @@ function WidthProvider(ComposedComponent) {
|
|
|
61
61
|
};
|
|
62
62
|
}
|
|
63
63
|
export {
|
|
64
|
-
|
|
64
|
+
SizeProvider as S
|
|
65
65
|
};
|
|
@@ -11,5 +11,5 @@ export interface ComponentResponsiveReactGridLayoutProps extends Omit<Responsive
|
|
|
11
11
|
measureBeforeMount?: boolean;
|
|
12
12
|
}
|
|
13
13
|
declare type MinimalParameters = Pick<CoreProps, 'containerWidth' | 'containerHeight' | 'innerRef' | 'style' | 'className'>;
|
|
14
|
-
export declare function
|
|
14
|
+
export declare function SizeProvider<T extends MinimalParameters>(ComposedComponent: FunctionComponent<T>): (props: Omit<T, 'containerWidth' | 'containerHeight' | 'innerRef'> & HOCProps) => import("react").JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -226,6 +226,12 @@ export interface CoreProps {
|
|
|
226
226
|
* Valor por defecto: false
|
|
227
227
|
*/
|
|
228
228
|
autoSize?: boolean | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* A CSS selector for tags that will act as the draggable handle.
|
|
231
|
+
* For example: `draggableHandle: '.MyDragHandleClassName'`
|
|
232
|
+
* If you forget the leading . it will not work.
|
|
233
|
+
*/
|
|
234
|
+
draggableHandle?: string | undefined;
|
|
229
235
|
/**
|
|
230
236
|
* A CSS selector for tags that will not be draggable.
|
|
231
237
|
* For example: `draggableCancel: '.MyNonDraggableAreaClassName'`
|
|
@@ -234,15 +240,10 @@ export interface CoreProps {
|
|
|
234
240
|
* Valor por defecto:
|
|
235
241
|
*/
|
|
236
242
|
draggableCancel?: string | undefined;
|
|
237
|
-
/**
|
|
238
|
-
* A CSS selector for tags that will act as the draggable handle.
|
|
239
|
-
* For example: `draggableHandle: '.MyDragHandleClassName'`
|
|
240
|
-
* If you forget the leading . it will not work.
|
|
241
|
-
*/
|
|
242
|
-
draggableHandle?: string | undefined;
|
|
243
243
|
/**
|
|
244
244
|
* Compaction type.
|
|
245
245
|
* Valor por defecto: 'vertical'
|
|
246
|
+
* TODO: Incluir compactación amabas
|
|
246
247
|
*/
|
|
247
248
|
compactType?: CompactType;
|
|
248
249
|
/**
|
|
@@ -264,10 +265,6 @@ export interface CoreProps {
|
|
|
264
265
|
w: number;
|
|
265
266
|
h: number;
|
|
266
267
|
} | undefined;
|
|
267
|
-
/**
|
|
268
|
-
* If true, the layout will compact vertically.
|
|
269
|
-
*/
|
|
270
|
-
verticalCompact?: boolean | undefined;
|
|
271
268
|
/**
|
|
272
269
|
* Default Infinity, but you can specify a max here if you like.
|
|
273
270
|
* Note that this isn't fully fleshed out and won't error if you specify a layout that
|
|
@@ -27,8 +27,7 @@ export declare function compactItem(compareWith: Layout, l: LayoutItem, compactT
|
|
|
27
27
|
* Does not modify layout items (clones). Creates a new layout array.
|
|
28
28
|
*
|
|
29
29
|
* @param {Array} layout Layout.
|
|
30
|
-
* @param {
|
|
31
|
-
* vertically.
|
|
30
|
+
* @param {CompactType} compactType
|
|
32
31
|
* @param {Boolean} allowOverlap When `true`, allows overlapping grid items.
|
|
33
32
|
* @return {Array} Compacted Layout.
|
|
34
33
|
*/
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@m4l/core";
|
|
4
|
-
import "../Icon/index.
|
|
4
|
+
import "../Icon/index.2414ff25.js";
|
|
5
5
|
import "clsx";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
|
-
import "../mui_extended/IconButton/index.
|
|
7
|
+
import "../mui_extended/IconButton/index.a318316e.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "../mui_extended/Accordion/index.
|
|
9
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
10
10
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
11
11
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
12
12
|
import "react-router-dom";
|
|
13
13
|
import "@mui/material/Button";
|
|
14
|
-
import "../mui_extended/Button/index.
|
|
14
|
+
import "../mui_extended/Button/index.40af964e.js";
|
|
15
15
|
import "../mui_extended/CheckBox.5f6c78b0.js";
|
|
16
16
|
import "../mui_extended/Badge/index.cad260fe.js";
|
|
17
17
|
import "../Image/index.c18ebf5a.js";
|
|
18
18
|
import "@mui/lab";
|
|
19
|
-
import "../mui_extended/MenuActions/index.
|
|
19
|
+
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
20
20
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
21
|
-
import "../mui_extended/Pager/index.
|
|
22
|
-
import "../mui_extended/Tab/index.
|
|
21
|
+
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
22
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
23
23
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
24
24
|
import { unstable_composeClasses } from "@mui/base";
|
|
25
25
|
const HelperTextRoot = styled("div")(({
|
|
@@ -3,7 +3,7 @@ import { styled, generateUtilityClasses, generateUtilityClass, Skeleton } from "
|
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
|
-
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.
|
|
6
|
+
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.72564ef2.js";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
8
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
9
9
|
const IconRoot = styled("div")(({
|
|
@@ -3,25 +3,25 @@ import { styled, generateUtilityClasses, generateUtilityClass, Stack, MenuItem }
|
|
|
3
3
|
import { I as Image } from "../Image/index.c18ebf5a.js";
|
|
4
4
|
import { useLocales } from "@m4l/graphics";
|
|
5
5
|
import { useEnvironment, useNetwork } from "@m4l/core";
|
|
6
|
-
import "../Icon/index.
|
|
6
|
+
import "../Icon/index.2414ff25.js";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
8
8
|
import "clsx";
|
|
9
9
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
10
|
-
import "../mui_extended/IconButton/index.
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
+
import "../mui_extended/IconButton/index.a318316e.js";
|
|
11
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
12
12
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
13
13
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
14
14
|
import "react-router-dom";
|
|
15
15
|
import "@mui/material/Button";
|
|
16
|
-
import { I as ImageButton } from "../mui_extended/Button/index.
|
|
16
|
+
import { I as ImageButton } from "../mui_extended/Button/index.40af964e.js";
|
|
17
17
|
import "../mui_extended/CheckBox.5f6c78b0.js";
|
|
18
18
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
19
19
|
import "../mui_extended/Badge/index.cad260fe.js";
|
|
20
20
|
import "@mui/lab";
|
|
21
|
-
import "../mui_extended/MenuActions/index.
|
|
21
|
+
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
22
22
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
|
-
import "../mui_extended/Pager/index.
|
|
24
|
-
import "../mui_extended/Tab/index.
|
|
23
|
+
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
24
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
25
25
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
26
|
import { unstable_composeClasses } from "@mui/base";
|
|
27
27
|
const LanguagePopoverRoot = styled("div")(({
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { useTheme, Dialog, Paper } from "@mui/material";
|
|
2
2
|
import { c as cjs } from "../../react-draggable.7abb5d0a.js";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.7a07c208.js";
|
|
4
4
|
import { R as ResizeableWindow } from "../Resizeable/index.9a9c79a4.js";
|
|
5
5
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
6
|
-
import { I as Icon } from "../Icon/index.
|
|
6
|
+
import { I as Icon } from "../Icon/index.2414ff25.js";
|
|
7
7
|
import { useEnvironment } from "@m4l/core";
|
|
8
8
|
import { I as ICONS } from "../areas/icons.8266ccc8.js";
|
|
9
|
-
import { m as modalUtilityClasses } from "../modal/index.
|
|
9
|
+
import { m as modalUtilityClasses } from "../modal/index.1bd35bd5.js";
|
|
10
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
11
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
12
12
|
const DragabblePaperComponent = (props) => {
|
|
13
13
|
return /* @__PURE__ */ jsx(cjs.exports, {
|
|
14
14
|
handle: ".m4l_draggable_handle",
|
|
@@ -2,25 +2,25 @@ import { NavLink as NavLink$1 } from "react-router-dom";
|
|
|
2
2
|
import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/material";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@m4l/core";
|
|
5
|
-
import "../Icon/index.
|
|
5
|
+
import "../Icon/index.2414ff25.js";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
9
|
-
import "../mui_extended/IconButton/index.
|
|
9
|
+
import "../mui_extended/IconButton/index.a318316e.js";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
11
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
12
12
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
13
13
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
14
14
|
import "@mui/material/Button";
|
|
15
|
-
import "../mui_extended/Button/index.
|
|
15
|
+
import "../mui_extended/Button/index.40af964e.js";
|
|
16
16
|
import "../mui_extended/CheckBox.5f6c78b0.js";
|
|
17
17
|
import "../mui_extended/Badge/index.cad260fe.js";
|
|
18
18
|
import "../Image/index.c18ebf5a.js";
|
|
19
19
|
import "@mui/lab";
|
|
20
|
-
import "../mui_extended/MenuActions/index.
|
|
20
|
+
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
21
21
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
|
-
import "../mui_extended/Pager/index.
|
|
23
|
-
import "../mui_extended/Tab/index.
|
|
22
|
+
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
23
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
24
24
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
25
25
|
import { unstable_composeClasses } from "@mui/base";
|
|
26
26
|
const componentName = "M4LNavLink";
|
|
@@ -1,29 +1,29 @@
|
|
|
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.d5d0d62f.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.
|
|
11
|
-
import { I as Icon } from "../Icon/index.
|
|
10
|
+
import { u as useModal } from "../../hooks/useModal/index.7a07c208.js";
|
|
11
|
+
import { I as Icon } from "../Icon/index.2414ff25.js";
|
|
12
12
|
import "../../react-draggable.7abb5d0a.js";
|
|
13
13
|
import "../Resizeable/index.9a9c79a4.js";
|
|
14
|
-
import "../modal/index.
|
|
15
|
-
import "../CommonActions/components/Actions/index.
|
|
14
|
+
import "../modal/index.1bd35bd5.js";
|
|
15
|
+
import "../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
16
16
|
import "@mui/material/Button";
|
|
17
|
-
import "../mui_extended/Button/index.
|
|
17
|
+
import "../mui_extended/Button/index.40af964e.js";
|
|
18
18
|
import "clsx";
|
|
19
19
|
import "react-hook-form";
|
|
20
|
-
import "../mui_extended/IconButton/index.
|
|
20
|
+
import "../mui_extended/IconButton/index.a318316e.js";
|
|
21
21
|
import "zustand";
|
|
22
|
-
import "../areas/contexts/AreasContext/index.
|
|
23
|
-
import "../areas/components/AreasAdmin/index.
|
|
22
|
+
import "../areas/contexts/AreasContext/index.36fe6953.js";
|
|
23
|
+
import "../areas/components/AreasAdmin/index.7bfec13f.js";
|
|
24
24
|
import "zustand/shallow";
|
|
25
|
-
import "../ScrollBar/index.
|
|
26
|
-
import "../mui_extended/Accordion/index.
|
|
25
|
+
import "../ScrollBar/index.d4410cb5.js";
|
|
26
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
27
27
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
28
28
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
29
29
|
import "react-router-dom";
|
|
@@ -31,17 +31,17 @@ import "../mui_extended/CheckBox.5f6c78b0.js";
|
|
|
31
31
|
import "../mui_extended/Badge/index.cad260fe.js";
|
|
32
32
|
import "../Image/index.c18ebf5a.js";
|
|
33
33
|
import "@mui/lab";
|
|
34
|
-
import "../mui_extended/MenuActions/index.
|
|
34
|
+
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
35
35
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
36
|
-
import "../mui_extended/Pager/index.
|
|
37
|
-
import "../mui_extended/Tab/index.
|
|
36
|
+
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
37
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
38
38
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
39
|
-
import "../areas/components/AreasViewer/index.
|
|
39
|
+
import "../areas/components/AreasViewer/index.9ed7dfd7.js";
|
|
40
40
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
41
41
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
42
42
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
43
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
44
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
43
|
+
import { W as WindowBase } from "../modal/WindowBase.92ce9b8f.js";
|
|
44
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.7d134537.js";
|
|
45
45
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
46
46
|
const Container$1 = styled("div")(() => ({
|
|
47
47
|
height: "100%",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
4
|
-
import { I as Icon } from "../Icon/index.
|
|
4
|
+
import { I as Icon } from "../Icon/index.2414ff25.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
const PaperFormRoot = styled("div")(({
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { useModuleDictionary, useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Autocomplete, TextField, Skeleton } from "@mui/material";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
|
-
import { I as Icon } from "../Icon/index.
|
|
5
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
4
|
+
import { I as Icon } from "../Icon/index.2414ff25.js";
|
|
5
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.23a2d6ae.js";
|
|
6
6
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import "@mui/material/Button";
|
|
8
|
-
import "../mui_extended/Button/index.
|
|
8
|
+
import "../mui_extended/Button/index.40af964e.js";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import "react-hook-form";
|
|
11
|
-
import "../../contexts/ModalContext/index.
|
|
11
|
+
import "../../contexts/ModalContext/index.577bf36b.js";
|
|
12
12
|
import "../../react-draggable.7abb5d0a.js";
|
|
13
13
|
import "../Resizeable/index.9a9c79a4.js";
|
|
14
14
|
import "@m4l/graphics";
|
|
15
|
-
import "../modal/index.
|
|
15
|
+
import "../modal/index.1bd35bd5.js";
|
|
16
16
|
import "../Image/index.c18ebf5a.js";
|
|
17
|
-
import "../mui_extended/IconButton/index.
|
|
18
|
-
import "../mui_extended/Accordion/index.
|
|
17
|
+
import "../mui_extended/IconButton/index.a318316e.js";
|
|
18
|
+
import "../mui_extended/Accordion/index.5111314b.js";
|
|
19
19
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
20
20
|
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
21
21
|
import "react-router-dom";
|
|
22
22
|
import "../mui_extended/CheckBox.5f6c78b0.js";
|
|
23
23
|
import "../mui_extended/Badge/index.cad260fe.js";
|
|
24
24
|
import "@mui/lab";
|
|
25
|
-
import "../mui_extended/MenuActions/index.
|
|
25
|
+
import "../mui_extended/MenuActions/index.f6bfdd40.js";
|
|
26
26
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
27
|
-
import "../mui_extended/Pager/index.
|
|
28
|
-
import "../mui_extended/Tab/index.
|
|
27
|
+
import "../mui_extended/Pager/index.da26e9d4.js";
|
|
28
|
+
import "../mui_extended/Tab/index.0989d15d.js";
|
|
29
29
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
30
30
|
import "zustand";
|
|
31
|
-
import "../areas/contexts/AreasContext/index.
|
|
32
|
-
import "../areas/components/AreasAdmin/index.
|
|
31
|
+
import "../areas/contexts/AreasContext/index.36fe6953.js";
|
|
32
|
+
import "../areas/components/AreasAdmin/index.7bfec13f.js";
|
|
33
33
|
import "zustand/shallow";
|
|
34
|
-
import "../ScrollBar/index.
|
|
35
|
-
import "../areas/components/AreasViewer/index.
|
|
34
|
+
import "../ScrollBar/index.d4410cb5.js";
|
|
35
|
+
import "../areas/components/AreasViewer/index.9ed7dfd7.js";
|
|
36
36
|
import "../LinearProgressIndeterminate/index.60dabc06.js";
|
|
37
37
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
38
38
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|