@m4l/components 0.1.81 → 0.1.82
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.0ba26726.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.fadcefc6.js} +7 -7
- package/components/CommonActions/components/ActionCancel/{index.6928b5ae.js → index.6cf96d04.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.28d32483.js → index.a0335cbf.js} +15 -15
- package/components/CommonActions/components/ActionFormIntro/{index.f044e93c.js → index.273b1b9f.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.8b1b3afc.js → index.856df8ef.js} +2 -2
- package/components/CommonActions/components/Actions/{index.265d99c8.js → index.5abb6ac4.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.03ad08af.js} +14 -9
- package/components/DataGrid/subcomponents/Actions/{index.43325b59.js → index.db54ec98.js} +23 -20
- package/components/DynamicFilter/constants.d.ts +1 -1
- package/components/DynamicFilter/{index.2b80238b.js → index.9b72180b.js} +28 -28
- package/components/HelperText/{index.2c408d8a.js → index.6c3adb40.js} +7 -7
- package/components/Icon/{index.9fcd1476.js → index.2414ff25.js} +1 -1
- package/components/LanguagePopover/{index.4596bf54.js → index.66e11634.js} +7 -7
- package/components/ModalDialog/{index.62ffad3a.js → index.4dc1c8ed.js} +4 -4
- package/components/NavLink/{index.68392bd4.js → index.5859e048.js} +7 -7
- package/components/ObjectLogs/{index.665e043d.js → index.51de2deb.js} +17 -17
- package/components/PaperForm/{index.ba38a0bd.js → index.f931dc02.js} +1 -1
- package/components/Period/{index.7d44c0e5.js → index.4fd9df2a.js} +14 -14
- package/components/PropertyValue/{index.a66988e1.js → index.1b09f426.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.f011d49d.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.51a52736.js} +36 -36
- package/components/areas/components/{index.a441c8b1.js → index.f496660b.js} +11 -11
- package/components/areas/contexts/AreasContext/{index.4bf1eabe.js → index.9820bc7f.js} +2 -2
- package/components/areas/contexts/{index.2938bc5a.js → index.361acb6f.js} +1 -1
- package/components/areas/hooks/useAreas/{index.c77a2416.js → index.b403f383.js} +1 -1
- package/components/areas/{index.09851bae.js → index.eacab372.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.6edb51b1.js} +8 -8
- package/components/hook-form/RHFAutocompleteAsync/{index.172df421.js → index.c2ca5c66.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.47f0157b.js → index.c6c3933b.js} +8 -8
- package/components/hook-form/RHFDateTime/{index.f46e987f.js → index.3add0fa4.js} +8 -8
- package/components/hook-form/RHFPeriod/{index.2e07ba7b.js → index.72edef4d.js} +2 -2
- package/components/hook-form/RHFTextField/{index.253620eb.js → index.20daa95e.js} +3 -3
- package/components/hook-form/RHFUpload/{index.9f00121f.js → index.cc5adc15.js} +8 -8
- package/components/modal/{WindowBase.37b59511.js → WindowBase.4016485b.js} +9 -9
- package/components/modal/{WindowConfirm.1a8c8c21.js → WindowConfirm.f148e495.js} +16 -16
- package/components/modal/{index.c8e23b8d.js → index.e9fece72.js} +13 -13
- package/components/mui_extended/Accordion/{index.fa658639.js → index.42cef1c7.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.0d5f96e6.js} +1 -1
- package/components/mui_extended/{index.07fcc38f.js → index.f6a356b9.js} +7 -7
- package/contexts/ModalContext/{index.66e060a3.js → index.efc1135a.js} +1 -1
- package/contexts/RHFormContext/{index.fe175bab.js → index.b9266262.js} +1 -1
- package/hooks/useModal/{index.61968b84.js → index.9b0cc3fe.js} +1 -1
- package/index.js +67 -66
- package/package.json +1 -1
- package/{vendor.fefd45a3.js → vendor.88ed58a5.js} +46 -46
- 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.03ad08af.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.9b0cc3fe.js";
|
|
12
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.6cf96d04.js";
|
|
13
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.856df8ef.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.e9fece72.js";
|
|
20
|
+
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.5abb6ac4.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.9820bc7f.js";
|
|
26
|
+
import "../../../areas/components/AreasAdmin/index.f011d49d.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.42cef1c7.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.0d5f96e6.js";
|
|
39
39
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
40
|
-
import "../../../areas/components/AreasViewer/index.
|
|
40
|
+
import "../../../areas/components/AreasViewer/index.51a52736.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.4016485b.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.88ed58a5.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.5abb6ac4.js";
|
|
18
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.6cf96d04.js";
|
|
19
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.856df8ef.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.efc1135a.js";
|
|
24
24
|
import "../../react-draggable.7abb5d0a.js";
|
|
25
25
|
import "../Resizeable/index.9a9c79a4.js";
|
|
26
|
-
import "../modal/index.
|
|
26
|
+
import "../modal/index.e9fece72.js";
|
|
27
27
|
import "../Image/index.c18ebf5a.js";
|
|
28
|
-
import "../mui_extended/Accordion/index.
|
|
28
|
+
import "../mui_extended/Accordion/index.42cef1c7.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.0d5f96e6.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.9820bc7f.js";
|
|
40
|
+
import "../areas/components/AreasAdmin/index.f011d49d.js";
|
|
41
|
+
import "../areas/components/AreasViewer/index.51a52736.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.6edb51b1.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.c2ca5c66.js";
|
|
52
|
+
import "../hook-form/RHFCheckbox/index.c6c3933b.js";
|
|
53
|
+
import "../HelperText/index.6c3adb40.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.3add0fa4.js";
|
|
56
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.20daa95e.js";
|
|
57
|
+
import "../hook-form/RHFPeriod/index.72edef4d.js";
|
|
58
|
+
import "../Period/index.4fd9df2a.js";
|
|
59
59
|
import "lodash/isString";
|
|
60
60
|
import "react-dropzone";
|
|
61
|
-
import "../hook-form/RHFUpload/index.
|
|
61
|
+
import "../hook-form/RHFUpload/index.cc5adc15.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 = {
|
|
@@ -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.42cef1c7.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.0d5f96e6.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.42cef1c7.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.0d5f96e6.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.9b0cc3fe.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.e9fece72.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.5abb6ac4.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.42cef1c7.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.0d5f96e6.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.03ad08af.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.9b0cc3fe.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.e9fece72.js";
|
|
15
|
+
import "../CommonActions/components/Actions/index.5abb6ac4.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.9820bc7f.js";
|
|
23
|
+
import "../areas/components/AreasAdmin/index.f011d49d.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.42cef1c7.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.0d5f96e6.js";
|
|
38
38
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
39
|
-
import "../areas/components/AreasViewer/index.
|
|
39
|
+
import "../areas/components/AreasViewer/index.51a52736.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.4016485b.js";
|
|
44
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.9b72180b.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.5abb6ac4.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.efc1135a.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.e9fece72.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.42cef1c7.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.0d5f96e6.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.9820bc7f.js";
|
|
32
|
+
import "../areas/components/AreasAdmin/index.f011d49d.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.51a52736.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";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
|
-
import { g as getNameDataTestId } from "../../vendor.
|
|
4
|
+
import { g as getNameDataTestId } from "../../vendor.88ed58a5.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
7
7
|
import { useModuleSkeleton } from "@m4l/core";
|
|
@@ -38,6 +38,11 @@ const SimpleBarStyle = styled(SimpleBarReact)(({
|
|
|
38
38
|
"& .simplebar-content": {
|
|
39
39
|
display: "flex",
|
|
40
40
|
height: "100%"
|
|
41
|
+
},
|
|
42
|
+
'& .simplebar-content-wrapper[style*="overflow: hidden scroll;"] ': {
|
|
43
|
+
"& .simplebar-content": {
|
|
44
|
+
marginRight: "20px"
|
|
45
|
+
}
|
|
41
46
|
}
|
|
42
47
|
}));
|
|
43
48
|
function ScrollBar({
|
|
@@ -3,14 +3,14 @@ import { useEnvironment } from "@m4l/core";
|
|
|
3
3
|
import { createContext, useContext, useState } from "react";
|
|
4
4
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
5
5
|
import { I as Image } from "../Image/index.c18ebf5a.js";
|
|
6
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
6
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.a318316e.js";
|
|
7
7
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
8
8
|
import { styled as styled$1, generateUtilityClasses, ListItemText, ListItemButton, Collapse, useTheme, Skeleton, Drawer as Drawer$1 } from "@mui/material";
|
|
9
|
-
import { I as Icon, A as ArrowIcon } from "../Icon/index.
|
|
9
|
+
import { I as Icon, A as ArrowIcon } from "../Icon/index.2414ff25.js";
|
|
10
10
|
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
11
11
|
import clsx from "clsx";
|
|
12
12
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
13
|
-
import { S as ScrollBar } from "../ScrollBar/index.
|
|
13
|
+
import { S as ScrollBar } from "../ScrollBar/index.d4410cb5.js";
|
|
14
14
|
import { styled, alpha } from "@mui/material/styles";
|
|
15
15
|
import { unstable_composeClasses } from "@mui/base";
|
|
16
16
|
import { g as getComponentUtilityClass } from "../../utils/index.c43a95f4.js";
|
|
@@ -436,7 +436,8 @@ const NavSubItemContent = (props) => {
|
|
|
436
436
|
openSub
|
|
437
437
|
} = props;
|
|
438
438
|
const {
|
|
439
|
-
title
|
|
439
|
+
title,
|
|
440
|
+
icon_url
|
|
440
441
|
} = item;
|
|
441
442
|
const {
|
|
442
443
|
isItemActive,
|
|
@@ -446,6 +447,10 @@ const NavSubItemContent = (props) => {
|
|
|
446
447
|
const active = isItemActive(item);
|
|
447
448
|
const isDesktop = useResponsiveDesktop();
|
|
448
449
|
const hasChildren = item.children && Array.isArray(item.children) && item.children.length > 0;
|
|
450
|
+
const {
|
|
451
|
+
host_static_assets,
|
|
452
|
+
environment_assets
|
|
453
|
+
} = useEnvironment();
|
|
449
454
|
const handlerClick = () => {
|
|
450
455
|
onClick(item);
|
|
451
456
|
if (!hasChildren || hasChildren === void 0) {
|
|
@@ -463,8 +468,8 @@ const NavSubItemContent = (props) => {
|
|
|
463
468
|
...process.env.NODE_ENV !== "production" ? {
|
|
464
469
|
[TEST_PROP_ID]: getNameDataTestId("navSubItemContentRoot")
|
|
465
470
|
} : {},
|
|
466
|
-
children: [/* @__PURE__ */ jsx(
|
|
467
|
-
|
|
471
|
+
children: [/* @__PURE__ */ jsx(Icon, {
|
|
472
|
+
src: `${host_static_assets}/${environment_assets}/frontend/domain/microfrontends/${icon_url}`
|
|
468
473
|
}), /* @__PURE__ */ jsx(Typography, {
|
|
469
474
|
variant: "body",
|
|
470
475
|
children: title
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AnimatedScroll } from './animatedScroll';
|