@m4l/components 0.1.64 → 0.1.66
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 +8 -0
- package/components/CommonActions/components/ActionCancel/{index.2eb2c1e1.js → index.4d0333c0.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.2864d574.js → index.298e0109.js} +11 -18
- package/components/CommonActions/components/ActionFormIntro/{index.e7f83ddd.js → index.b45922ff.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.0d138cb3.js → index.138101aa.js} +2 -2
- package/components/CommonActions/components/Actions/{index.433cd345.js → index.77574633.js} +11 -18
- package/components/DataGrid/{index.42521a55.js → index.ef23d0a9.js} +28 -35
- package/components/DynamicFilter/{index.442bda79.js → index.04ed3d58.js} +34 -46
- package/components/DynamicFilter/index.d.ts +1 -1
- package/components/HelperText/{index.3c07ca2a.js → index.c35dcb93.js} +10 -10
- package/components/Icon/{index.0f9b360e.js → index.fbeeacc8.js} +2 -2
- package/components/Icon/tests/utils.d.ts +1 -1
- package/components/Image/{index.1a9c0327.js → index.77396f79.js} +1 -1
- package/components/LanguagePopover/{index.68de7176.js → index.c0fc94c7.js} +11 -11
- package/components/ModalDialog/{index.3efe049b.js → index.e600b43a.js} +5 -5
- package/components/NavLink/{index.ae9f1cc9.js → index.3f4e2417.js} +11 -11
- package/components/NoItemSelected/{index.7cfd7613.js → index.609c3c20.js} +1 -1
- package/components/ObjectLogs/{index.b50726fb.js → index.7f93ba51.js} +14 -21
- package/components/PaperForm/{index.44bf4469.js → index.fb4fa784.js} +1 -1
- package/components/Period/{index.99feb99e.js → index.0c5bf66f.js} +12 -19
- package/components/Resizeable/{index.b5d42efb.js → index.4545dd6a.js} +3 -3
- package/components/SideBar/{index.011880b6.js → index.7d970041.js} +7 -7
- package/components/areas/components/AreasAdmin/classes/index.d.ts +5 -0
- package/components/areas/components/AreasAdmin/classes/types.d.ts +11 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/index.d.ts +5 -0
- package/components/areas/components/AreasViewer/classes/types.d.ts +19 -0
- package/components/areas/components/AreasViewer/index.d.ts +7 -0
- package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/contexts}/AreaContext/helper.d.ts +2 -2
- package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/contexts}/AreaContext/index.d.ts +3 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/store.d.ts +11 -0
- package/components/areas/{contexts/AreaContext/store.d.ts → components/AreasViewer/subcomponents/Area/contexts/AreaContext/types.d.ts} +29 -16
- package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +12 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/index.d.ts +5 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +6 -0
- package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/store.d.ts +8 -3
- package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/types.d.ts +1 -1
- package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/index.d.ts +1 -1
- package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/index.d.ts +1 -1
- package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Component/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/helper.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/subcomponents/MainActions/index.d.ts +1 -0
- package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +8 -0
- package/components/areas/components/{WindowModal → AreasViewer/subcomponents/Area/subcomponents/WindowModal}/index.d.ts +1 -1
- package/components/areas/components/{WindowPopUp → AreasViewer/subcomponents/Area/subcomponents/WindowPopUp}/index.d.ts +1 -1
- package/components/areas/components/{Area → AreasViewer/subcomponents/Area}/types.d.ts +6 -11
- package/components/areas/components/index.d.ts +3 -4
- package/components/areas/constants.d.ts +3 -0
- package/components/areas/contexts/AreasContext/index.d.ts +10 -4
- package/components/areas/contexts/AreasContext/store.d.ts +8 -29
- package/components/areas/contexts/AreasContext/types.d.ts +119 -0
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +3 -2
- package/components/areas/dictionary.d.ts +9 -14
- package/components/areas/hooks/useArea/index.d.ts +1 -1
- package/components/areas/hooks/useAreas/index.d.ts +1 -1
- package/components/areas/hooks/useWindow/index.d.ts +1 -1
- package/components/areas/icons.d.ts +8 -0
- package/components/areas/index.d.ts +1 -0
- package/components/areas/index.d7519516.js +2416 -0
- package/components/formatters/BooleanFormatter/{index.cd00c8e1.js → index.0edacc9b.js} +1 -1
- package/components/formatters/{index.deae4701.js → index.879170b2.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.083e23c1.js → index.5f27e28c.js} +13 -12
- package/components/hook-form/RHFAutocomplete/test/constants.d.ts +1 -0
- package/components/hook-form/RHFAutocomplete/test/utils.d.ts +1 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.ba751be9.js → index.35e17cd6.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.c19393b1.js → index.4f134f09.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.c0a80aeb.js → index.dcaa0c87.js} +2 -2
- package/components/hook-form/RHFTextField/{index.97485ff2.js → index.fc90a570.js} +13 -13
- package/components/hook-form/RHFUpload/{index.798eb11d.js → index.654ad316.js} +1 -1
- package/components/index.d.ts +1 -3
- package/components/modal/{WindowBase.59f50553.js → WindowBase.230a498f.js} +3 -3
- package/components/modal/{WindowConfirm.c1339cf8.js → WindowConfirm.575b4d41.js} +14 -21
- package/components/modal/index.237881ea.js +23 -0
- package/components/mui_extended/Accordion/{index.b7487e37.js → index.0b15f939.js} +2 -2
- package/components/mui_extended/Button/{index.d9e0ae2e.js → index.b7b70e5f.js} +3 -3
- package/components/mui_extended/IconButton/{index.be9c2ce5.js → index.a5072cd3.js} +15 -11
- package/components/mui_extended/IconButton/types.d.ts +1 -1
- package/components/mui_extended/MenuActions/icons.d.ts +3 -0
- package/components/mui_extended/MenuActions/{index.ec654122.js → index.3a275abb.js} +21 -20
- package/components/mui_extended/MenuActions/types.d.ts +5 -6
- package/components/mui_extended/Pager/{index.9e123670.js → index.5a69ab10.js} +5 -5
- package/components/mui_extended/Popover/{index.260aae81.js → index.e271e4f0.js} +1 -0
- package/components/mui_extended/Typography/{index.41b60a6b.js → index.eab3d85c.js} +1 -1
- package/components/mui_extended/index.35f74599.js +19 -0
- package/contexts/ModalContext/{index.ae8041f3.js → index.de0a3457.js} +1 -1
- package/hooks/useModal/{index.5c159ed2.js → index.e103db09.js} +1 -1
- package/index.js +118 -132
- package/package.json +2 -3
- package/{react-draggable.1aa81436.js → react-draggable.4d08d714.js} +1 -1
- package/{react-resizable.e86cb01e.js → react-resizable.23b980cb.js} +5 -4
- package/utils/{index.e199226a.js → index.c2e62d8f.js} +32 -32
- package/{vendor.a15d263e.js → vendor.be57c149.js} +43 -52
- package/components/areas/components/Area/index.d.ts +0 -5
- package/components/areas/components/AreasAdmin/index.51e28f63.js +0 -120
- package/components/areas/components/AreasContainer/index.1e5e6e91.js +0 -37
- package/components/areas/components/AreasContainer/index.d.ts +0 -1
- package/components/areas/components/GridLayout/index.5bf8d5e4.js +0 -103
- package/components/areas/components/GridLayout/index.d.ts +0 -1
- package/components/areas/components/Window/icons.d.ts +0 -3
- package/components/areas/components/Window/index.416a874f.js +0 -855
- package/components/areas/components/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +0 -8
- package/components/areas/components/WindowPopUp/index.f053fca7.js +0 -118
- package/components/areas/components/WindowsPanel/index.d.ts +0 -1
- package/components/areas/components/index.eace295a.js +0 -77
- package/components/areas/contexts/AreaContext/index.7890e58d.js +0 -509
- package/components/areas/contexts/AreaContext/types.d.ts +0 -20
- package/components/areas/contexts/AreasContext/index.0792a8d1.js +0 -197
- package/components/areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js +0 -43
- package/components/areas/contexts/index.2a915acf.js +0 -198
- package/components/areas/hooks/index.f4d78492.js +0 -27
- package/components/areas/hooks/useArea/index.d6263051.js +0 -20
- package/components/areas/hooks/useDynamicMFParameters/index.041a666b.js +0 -14
- package/components/areas/index.8fca0f8f.js +0 -20
- package/components/modal/index.7a84f64d.js +0 -30
- package/components/mui_extended/index.459cbd6c.js +0 -19
- /package/components/areas/components/{Area → AreasViewer/subcomponents/Area}/subcomponents/InnerForHooks/index.d.ts +0 -0
- /package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/helper.d.ts +0 -0
- /package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Header/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Header/skeleton.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/types.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/types.d.ts +0 -0
package/@types/export.d.ts
CHANGED
|
@@ -80,6 +80,14 @@ declare module '@mui/material/styles' {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
interface Components {
|
|
83
|
+
M4LAreasViewer?: {
|
|
84
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LAreasViewer'];
|
|
85
|
+
defaultProps?: ComponentsProps['M4LAreasViewer'];
|
|
86
|
+
};
|
|
87
|
+
M4LAreasAdmin?: {
|
|
88
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LAreasAdmin'];
|
|
89
|
+
defaultProps?: ComponentsProps['M4LAreasAdmin'];
|
|
90
|
+
};
|
|
83
91
|
M4LDynamicFilter?: {
|
|
84
92
|
styleOverrides?: ComponentsOverrides<Theme>['M4LDynamicFilter'];
|
|
85
93
|
defaultProps?: ComponentsProps['M4LDynamicFilter'];
|
package/components/CommonActions/components/ActionCancel/{index.2eb2c1e1.js → index.4d0333c0.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.b7b70e5f.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
const ActionCancel = (props) => {
|
|
5
5
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.2864d574.js → index.298e0109.js}
RENAMED
|
@@ -1,29 +1,22 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
4
|
+
import { B as Button } from "../../../mui_extended/Button/index.b7b70e5f.js";
|
|
5
5
|
import { useCallback } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
7
|
-
import "../../../../react-draggable.
|
|
8
|
-
import "../../../ModalDialog/index.
|
|
9
|
-
import "../../../Resizeable/index.
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.e103db09.js";
|
|
7
|
+
import "../../../../react-draggable.4d08d714.js";
|
|
8
|
+
import "../../../ModalDialog/index.e600b43a.js";
|
|
9
|
+
import "../../../Resizeable/index.4545dd6a.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.
|
|
14
|
-
import "../../../Icon/index.
|
|
15
|
-
import "../../../
|
|
16
|
-
import "
|
|
17
|
-
import "../../../mui_extended/IconButton/index.be9c2ce5.js";
|
|
12
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.575b4d41.js";
|
|
13
|
+
import "../../../modal/WindowBase.230a498f.js";
|
|
14
|
+
import "../../../Icon/index.fbeeacc8.js";
|
|
15
|
+
import "../../../mui_extended/IconButton/index.a5072cd3.js";
|
|
16
|
+
import "clsx";
|
|
18
17
|
import "zustand";
|
|
19
|
-
import "../../../areas/
|
|
18
|
+
import { u as useWindowToolsMF } from "../../../areas/index.d7519516.js";
|
|
20
19
|
import "zustand/shallow";
|
|
21
|
-
import "../../../areas/components/AreasContainer/index.1e5e6e91.js";
|
|
22
|
-
import "react-grid-layout/css/styles.css";
|
|
23
|
-
import "../../../../react-resizable.e86cb01e.js";
|
|
24
|
-
import "../../../areas/contexts/index.2a915acf.js";
|
|
25
|
-
import "../../../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
26
|
-
import { u as useWindowToolsMF } from "../../../areas/hooks/index.f4d78492.js";
|
|
27
20
|
function ActionFormCancel() {
|
|
28
21
|
const {
|
|
29
22
|
getLabel
|
package/components/CommonActions/components/ActionFormIntro/{index.e7f83ddd.js → index.b45922ff.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { L as LoadingButton } from "../../../mui_extended/Button/index.
|
|
4
|
+
import { L as LoadingButton } from "../../../mui_extended/Button/index.b7b70e5f.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
function ActionFormIntro(props) {
|
|
7
7
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.0d138cb3.js → index.138101aa.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
-
import { T as TEST_PROP_ID } from "../../../../vendor.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.b7b70e5f.js";
|
|
3
|
+
import { T as TEST_PROP_ID } from "../../../../vendor.be57c149.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
6
6
|
const ActionIntro = (props) => {
|
|
@@ -3,31 +3,24 @@ import { styled } from "@mui/material/styles";
|
|
|
3
3
|
import "@m4l/core";
|
|
4
4
|
import "@mui/material";
|
|
5
5
|
import "@mui/material/Button";
|
|
6
|
-
import "../../../mui_extended/Button/index.
|
|
6
|
+
import "../../../mui_extended/Button/index.b7b70e5f.js";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import "react-hook-form";
|
|
9
9
|
import "react";
|
|
10
|
-
import "../../../../contexts/ModalContext/index.
|
|
11
|
-
import "../../../../react-draggable.
|
|
12
|
-
import "../../../ModalDialog/index.
|
|
13
|
-
import "../../../Resizeable/index.
|
|
10
|
+
import "../../../../contexts/ModalContext/index.de0a3457.js";
|
|
11
|
+
import "../../../../react-draggable.4d08d714.js";
|
|
12
|
+
import "../../../ModalDialog/index.e600b43a.js";
|
|
13
|
+
import "../../../Resizeable/index.4545dd6a.js";
|
|
14
14
|
import "@m4l/graphics";
|
|
15
15
|
import "@mui/lab";
|
|
16
|
-
import "../../../mui_extended/Typography/index.
|
|
17
|
-
import "../../../modal/WindowConfirm.
|
|
18
|
-
import "../../../Icon/index.
|
|
19
|
-
import "../../../modal/WindowBase.
|
|
20
|
-
import "../../../
|
|
21
|
-
import "../../../areas/components/AreasAdmin/index.51e28f63.js";
|
|
22
|
-
import "../../../mui_extended/IconButton/index.be9c2ce5.js";
|
|
16
|
+
import "../../../mui_extended/Typography/index.eab3d85c.js";
|
|
17
|
+
import "../../../modal/WindowConfirm.575b4d41.js";
|
|
18
|
+
import "../../../Icon/index.fbeeacc8.js";
|
|
19
|
+
import "../../../modal/WindowBase.230a498f.js";
|
|
20
|
+
import "../../../mui_extended/IconButton/index.a5072cd3.js";
|
|
23
21
|
import "zustand";
|
|
24
|
-
import "../../../areas/
|
|
22
|
+
import "../../../areas/index.d7519516.js";
|
|
25
23
|
import "zustand/shallow";
|
|
26
|
-
import "../../../areas/components/AreasContainer/index.1e5e6e91.js";
|
|
27
|
-
import "react-grid-layout/css/styles.css";
|
|
28
|
-
import "../../../../react-resizable.e86cb01e.js";
|
|
29
|
-
import "../../../areas/contexts/index.2a915acf.js";
|
|
30
|
-
import "../../../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
31
24
|
const WrapperStandarActions = styled("div")(({
|
|
32
25
|
theme
|
|
33
26
|
}) => ({
|
|
@@ -6,39 +6,32 @@ import { HTML5Backend } from "react-dnd-html5-backend";
|
|
|
6
6
|
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
|
-
import { M as MenuActions } from "../mui_extended/MenuActions/index.
|
|
10
|
-
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.
|
|
11
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
12
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
13
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
14
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
15
|
-
import "../../react-draggable.
|
|
16
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
17
|
-
import "../Resizeable/index.
|
|
9
|
+
import { M as MenuActions } from "../mui_extended/MenuActions/index.3a275abb.js";
|
|
10
|
+
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.5a69ab10.js";
|
|
11
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.a5072cd3.js";
|
|
12
|
+
import { u as useModal } from "../../hooks/useModal/index.e103db09.js";
|
|
13
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.4d0333c0.js";
|
|
14
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.138101aa.js";
|
|
15
|
+
import "../../react-draggable.4d08d714.js";
|
|
16
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.e600b43a.js";
|
|
17
|
+
import "../Resizeable/index.4545dd6a.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.77574633.js";
|
|
20
20
|
import "react-hook-form";
|
|
21
21
|
import "@mui/material/Button";
|
|
22
|
-
import "../mui_extended/Button/index.
|
|
22
|
+
import "../mui_extended/Button/index.b7b70e5f.js";
|
|
23
23
|
import "clsx";
|
|
24
|
-
import "../areas/components/index.eace295a.js";
|
|
25
|
-
import "../areas/components/AreasAdmin/index.51e28f63.js";
|
|
26
24
|
import "zustand";
|
|
27
|
-
import "../areas/
|
|
25
|
+
import "../areas/index.d7519516.js";
|
|
28
26
|
import "zustand/shallow";
|
|
29
|
-
import "../areas/components/AreasContainer/index.1e5e6e91.js";
|
|
30
|
-
import "react-grid-layout/css/styles.css";
|
|
31
|
-
import "../../react-resizable.e86cb01e.js";
|
|
32
|
-
import "../areas/contexts/index.2a915acf.js";
|
|
33
|
-
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
34
27
|
import "@mui/lab";
|
|
35
|
-
import "../mui_extended/Typography/index.
|
|
36
|
-
import "../modal/WindowConfirm.
|
|
37
|
-
import "../Icon/index.
|
|
38
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
39
|
-
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.
|
|
28
|
+
import "../mui_extended/Typography/index.eab3d85c.js";
|
|
29
|
+
import "../modal/WindowConfirm.575b4d41.js";
|
|
30
|
+
import "../Icon/index.fbeeacc8.js";
|
|
31
|
+
import { W as WindowBase } from "../modal/WindowBase.230a498f.js";
|
|
32
|
+
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.0edacc9b.js";
|
|
40
33
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
41
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
34
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.879170b2.js";
|
|
42
35
|
const WrapperGrid = styled("div")(() => ({
|
|
43
36
|
display: "flex",
|
|
44
37
|
flexDirection: "column",
|
|
@@ -1031,7 +1024,7 @@ function Filter() {
|
|
|
1031
1024
|
});
|
|
1032
1025
|
}
|
|
1033
1026
|
return /* @__PURE__ */ jsx(IconButton, {
|
|
1034
|
-
|
|
1027
|
+
dictionaryTooltipId: activeFilters ? "data_grid.tooltip_filter_hide" : "data_grid.tooltip_filter_show",
|
|
1035
1028
|
onClick: toggleIcon,
|
|
1036
1029
|
"aria-label": "filter",
|
|
1037
1030
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/filter.svg`
|
|
@@ -1302,41 +1295,41 @@ const ColumnsConfig = forwardRef((props, ref) => {
|
|
|
1302
1295
|
})
|
|
1303
1296
|
}), /* @__PURE__ */ jsxs(ColumnActions, {
|
|
1304
1297
|
children: [/* @__PURE__ */ jsx(IconButton, {
|
|
1305
|
-
|
|
1298
|
+
dictionaryTooltipId: "data_grid.settings_move_first",
|
|
1306
1299
|
onClick: handleMoveFirst,
|
|
1307
1300
|
"aria-label": "move first place",
|
|
1308
1301
|
disabled: rowSelectedIndex < 1,
|
|
1309
1302
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/move_first_place.svg`
|
|
1310
1303
|
}), /* @__PURE__ */ jsx(IconButton, {
|
|
1311
|
-
|
|
1304
|
+
dictionaryTooltipId: "data_grid.settings_move_up",
|
|
1312
1305
|
onClick: () => handleMoveUpDownd(-1),
|
|
1313
1306
|
"aria-label": "move up place",
|
|
1314
1307
|
disabled: rowSelectedIndex < 1,
|
|
1315
1308
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/move_up_place.svg`
|
|
1316
1309
|
}), /* @__PURE__ */ jsx(IconButton, {
|
|
1317
|
-
|
|
1310
|
+
dictionaryTooltipId: "data_grid.settings_move_last",
|
|
1318
1311
|
onClick: handleMoveLast,
|
|
1319
1312
|
"aria-label": "move last place",
|
|
1320
1313
|
disabled: !!(rowSelectedIndex === rows.length - 1 || rowSelectedIndex === -1),
|
|
1321
1314
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/move_last_place.svg`
|
|
1322
1315
|
}), /* @__PURE__ */ jsx(IconButton, {
|
|
1323
|
-
|
|
1316
|
+
dictionaryTooltipId: "data_grid.settings_move_down",
|
|
1324
1317
|
onClick: () => handleMoveUpDownd(1),
|
|
1325
1318
|
"aria-label": "move down place",
|
|
1326
1319
|
disabled: !!(rowSelectedIndex === rows.length - 1 || rowSelectedIndex === -1),
|
|
1327
1320
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/move_down_place.svg`
|
|
1328
1321
|
}), /* @__PURE__ */ jsx(IconButton, {
|
|
1329
|
-
|
|
1322
|
+
dictionaryTooltipId: "data_grid.settings_visible_all",
|
|
1330
1323
|
onClick: checkAll,
|
|
1331
1324
|
"aria-label": "check visible all",
|
|
1332
1325
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/check_all.svg`
|
|
1333
1326
|
}), /* @__PURE__ */ jsx(IconButton, {
|
|
1334
|
-
|
|
1327
|
+
dictionaryTooltipId: "data_grid.settings_no_visible_all",
|
|
1335
1328
|
onClick: unCheckAll,
|
|
1336
1329
|
"aria-label": "un check all",
|
|
1337
1330
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/uncheck_all.svg`
|
|
1338
1331
|
}), /* @__PURE__ */ jsx(IconButton, {
|
|
1339
|
-
|
|
1332
|
+
dictionaryTooltipId: "data_grid.settings_restore",
|
|
1340
1333
|
onClick: restoreAll,
|
|
1341
1334
|
"aria-label": "Restore columns",
|
|
1342
1335
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/restore_columns.svg`
|
|
@@ -1409,7 +1402,7 @@ function Settings() {
|
|
|
1409
1402
|
});
|
|
1410
1403
|
}
|
|
1411
1404
|
return /* @__PURE__ */ jsx(IconButton, {
|
|
1412
|
-
|
|
1405
|
+
dictionaryTooltipId: "data_grid.tooltip_settings",
|
|
1413
1406
|
onClick: onClickSettings,
|
|
1414
1407
|
"aria-label": "settings",
|
|
1415
1408
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/configuration.svg`
|
|
@@ -1545,7 +1538,7 @@ function Density() {
|
|
|
1545
1538
|
horizontal: "right"
|
|
1546
1539
|
},
|
|
1547
1540
|
menuActions,
|
|
1548
|
-
|
|
1541
|
+
urlIcon: currenViewIcon,
|
|
1549
1542
|
toolTip: getLabel("data_grid.tooltip_density")
|
|
1550
1543
|
})
|
|
1551
1544
|
});
|
|
@@ -4,61 +4,54 @@ import { useContext, useMemo, useEffect, createContext, useRef, createElement, u
|
|
|
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.
|
|
8
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
7
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.a5072cd3.js";
|
|
8
|
+
import { T as TEST_PROP_ID } from "../../vendor.be57c149.js";
|
|
9
9
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
10
10
|
import { generateUtilityClasses, alpha, styled as styled$1, Skeleton, MenuItem } from "@mui/material";
|
|
11
|
-
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.
|
|
12
|
-
import { P as Popover } from "../mui_extended/Popover/index.
|
|
13
|
-
import { I as Icon } from "../Icon/index.
|
|
11
|
+
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.3a275abb.js";
|
|
12
|
+
import { P as Popover } from "../mui_extended/Popover/index.e271e4f0.js";
|
|
13
|
+
import { I as Icon } from "../Icon/index.fbeeacc8.js";
|
|
14
14
|
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.a7511399.js";
|
|
15
|
-
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.
|
|
16
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
17
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
15
|
+
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.77574633.js";
|
|
16
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.4d0333c0.js";
|
|
17
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.138101aa.js";
|
|
18
18
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
19
19
|
import "@mui/material/Button";
|
|
20
|
-
import "../mui_extended/Button/index.
|
|
21
|
-
import "../../contexts/ModalContext/index.
|
|
22
|
-
import "../../react-draggable.
|
|
23
|
-
import "../ModalDialog/index.
|
|
24
|
-
import "../Resizeable/index.
|
|
25
|
-
import "../modal/WindowConfirm.
|
|
26
|
-
import "../modal/WindowBase.
|
|
27
|
-
import "../areas/components/index.eace295a.js";
|
|
28
|
-
import "../areas/components/AreasAdmin/index.51e28f63.js";
|
|
20
|
+
import "../mui_extended/Button/index.b7b70e5f.js";
|
|
21
|
+
import "../../contexts/ModalContext/index.de0a3457.js";
|
|
22
|
+
import "../../react-draggable.4d08d714.js";
|
|
23
|
+
import "../ModalDialog/index.e600b43a.js";
|
|
24
|
+
import "../Resizeable/index.4545dd6a.js";
|
|
25
|
+
import "../modal/WindowConfirm.575b4d41.js";
|
|
26
|
+
import "../modal/WindowBase.230a498f.js";
|
|
29
27
|
import { useStore, createStore } from "zustand";
|
|
30
|
-
import "../areas/
|
|
31
|
-
import "../areas/components/AreasContainer/index.1e5e6e91.js";
|
|
32
|
-
import "react-grid-layout/css/styles.css";
|
|
33
|
-
import "../../react-resizable.e86cb01e.js";
|
|
34
|
-
import "../areas/contexts/index.2a915acf.js";
|
|
35
|
-
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
28
|
+
import "../areas/index.d7519516.js";
|
|
36
29
|
import "@mui/lab";
|
|
37
|
-
import "../mui_extended/Typography/index.
|
|
38
|
-
import "../mui_extended/Accordion/index.
|
|
30
|
+
import "../mui_extended/Typography/index.eab3d85c.js";
|
|
31
|
+
import "../mui_extended/Accordion/index.0b15f939.js";
|
|
39
32
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
40
33
|
import "react-router-dom";
|
|
41
|
-
import "../Image/index.
|
|
42
|
-
import "../mui_extended/Pager/index.
|
|
34
|
+
import "../Image/index.77396f79.js";
|
|
35
|
+
import "../mui_extended/Pager/index.5a69ab10.js";
|
|
43
36
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
44
37
|
import { unstable_composeClasses } from "@mui/base";
|
|
45
|
-
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.
|
|
38
|
+
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.c2e62d8f.js";
|
|
46
39
|
import { devtools } from "zustand/middleware";
|
|
47
40
|
import { immer } from "zustand/middleware/immer";
|
|
48
|
-
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
41
|
+
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.5f27e28c.js";
|
|
49
42
|
import "lodash/debounce";
|
|
50
|
-
import "../hook-form/RHFAutocompleteAsync/index.
|
|
51
|
-
import "../hook-form/RHFCheckbox/index.
|
|
52
|
-
import "../HelperText/index.
|
|
43
|
+
import "../hook-form/RHFAutocompleteAsync/index.35e17cd6.js";
|
|
44
|
+
import "../hook-form/RHFCheckbox/index.4f134f09.js";
|
|
45
|
+
import "../HelperText/index.c35dcb93.js";
|
|
53
46
|
import "@mui/x-date-pickers";
|
|
54
47
|
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.6c129ce4.js";
|
|
55
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
56
|
-
import "../hook-form/RHFPeriod/index.
|
|
57
|
-
import "../Period/index.
|
|
48
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.fc90a570.js";
|
|
49
|
+
import "../hook-form/RHFPeriod/index.dcaa0c87.js";
|
|
50
|
+
import "../Period/index.0c5bf66f.js";
|
|
58
51
|
import "lodash/isString";
|
|
59
52
|
import "react-dropzone";
|
|
60
53
|
import { styled, alpha as alpha$1 } from "@mui/material/styles";
|
|
61
|
-
import "../hook-form/RHFUpload/index.
|
|
54
|
+
import "../hook-form/RHFUpload/index.654ad316.js";
|
|
62
55
|
import * as Yup from "yup";
|
|
63
56
|
import "@hookform/resolvers/yup";
|
|
64
57
|
const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
@@ -165,7 +158,6 @@ const DYNAMICFILTER_DICTIONARY_ID = "dynamic_filter";
|
|
|
165
158
|
function getDynamicFilterComponentsDictionary() {
|
|
166
159
|
return [DYNAMICFILTER_DICTIONARY_ID].concat(getCommonActionsDictionary());
|
|
167
160
|
}
|
|
168
|
-
const LABEL_FILTER_BUTTON = "filter_tooltip";
|
|
169
161
|
const DICCTIONARY = {
|
|
170
162
|
input_placeholder: "input_placeholder",
|
|
171
163
|
operand_true: "true",
|
|
@@ -376,7 +368,6 @@ const getBooleanLabels = (filter, getLabel) => {
|
|
|
376
368
|
labelOperator: getLabel(getDynamicFilterDictionary(`operator_${filter.operator}`)),
|
|
377
369
|
labelOperands
|
|
378
370
|
};
|
|
379
|
-
console.log("getBooleanLabels", ret, filter.field.dictionaryId);
|
|
380
371
|
return ret;
|
|
381
372
|
};
|
|
382
373
|
const getBooleanSchema = (getLabel) => Yup.object({
|
|
@@ -1291,7 +1282,7 @@ function ApplyedFilter(props) {
|
|
|
1291
1282
|
size: "small",
|
|
1292
1283
|
src: `${host_static_assets}/${environment_assets}/frontend/components/dynamic_filter/assets/icons/clear.svg`,
|
|
1293
1284
|
onClick: onDelete,
|
|
1294
|
-
|
|
1285
|
+
dictionaryTooltipId: "dynamic_filter.tooltip_clear_filter"
|
|
1295
1286
|
})]
|
|
1296
1287
|
});
|
|
1297
1288
|
}
|
|
@@ -1387,7 +1378,7 @@ const ClearFiltersButton = () => {
|
|
|
1387
1378
|
className: clearFiltersButtonClasses,
|
|
1388
1379
|
src: `${host_static_assets}/${environment_assets}/frontend/components/dynamic_filter/assets/icons/clear.svg`,
|
|
1389
1380
|
onClick: onClickClearFilters,
|
|
1390
|
-
|
|
1381
|
+
dictionaryTooltipId: "dynamic_filter.tooltip_clear_filters"
|
|
1391
1382
|
});
|
|
1392
1383
|
}
|
|
1393
1384
|
return null;
|
|
@@ -1431,7 +1422,7 @@ function FilterButton() {
|
|
|
1431
1422
|
}
|
|
1432
1423
|
return /* @__PURE__ */ jsx(IconButton, {
|
|
1433
1424
|
className: classesFilterButton,
|
|
1434
|
-
|
|
1425
|
+
dictionaryTooltipId: getDynamicFilterDictionary(isValid ? isDirty ? DICCTIONARY.filter_tooltip_dirty : DICCTIONARY.filter_tooltip_refresh : DICCTIONARY.filter_tooltip_invalid),
|
|
1435
1426
|
onClick: fireOnChangeFilters,
|
|
1436
1427
|
"aria-label": "settings",
|
|
1437
1428
|
src: `${host_static_assets}/${environment_assets}/${ASSETS_URL}/${automatic ? ASSETS.refresh : ASSETS.search}`
|
|
@@ -1766,6 +1757,7 @@ const PopoverFilter = () => {
|
|
|
1766
1757
|
};
|
|
1767
1758
|
return /* @__PURE__ */ jsx(Popover, {
|
|
1768
1759
|
className: classesPopoverFilter,
|
|
1760
|
+
transitionDuration: 0,
|
|
1769
1761
|
open: true,
|
|
1770
1762
|
anchorEl,
|
|
1771
1763
|
disableRestoreFocus: true,
|
|
@@ -1821,7 +1813,7 @@ const InnerForHooks = () => {
|
|
|
1821
1813
|
className: classesRoot,
|
|
1822
1814
|
...process.env.NODE_ENV !== "production" ? {
|
|
1823
1815
|
[TEST_PROP_FIELDS]: fields,
|
|
1824
|
-
"data-testid":
|
|
1816
|
+
"data-testid": DYNAMICFILTER_TEST_ID
|
|
1825
1817
|
} : {},
|
|
1826
1818
|
children: !isMobile ? /* @__PURE__ */ jsxs(Fragment, {
|
|
1827
1819
|
children: [/* @__PURE__ */ jsx(FilterButton, {}), /* @__PURE__ */ jsx(InputFilter, {}), /* @__PURE__ */ jsx(ApplyedFilters, {}), /* @__PURE__ */ jsx(PopoverFilter, {}), /* @__PURE__ */ jsx(ClearFiltersButton, {})]
|
|
@@ -1845,9 +1837,5 @@ const DynamicFilter = (inProps) => {
|
|
|
1845
1837
|
};
|
|
1846
1838
|
export {
|
|
1847
1839
|
DynamicFilter as D,
|
|
1848
|
-
LABEL_FILTER_BUTTON as L,
|
|
1849
|
-
DYNAMICFILTER_DICTIONARY_ID as a,
|
|
1850
|
-
DICCTIONARY as b,
|
|
1851
|
-
getDynamicFilterDictionary as c,
|
|
1852
1840
|
getDynamicFilterComponentsDictionary as g
|
|
1853
1841
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from './DynamicFilter';
|
|
2
|
-
export
|
|
2
|
+
export { getDynamicFilterComponentsDictionary } from './dictionary';
|
|
3
3
|
export type { FilterFieldApplyed as FilterFieldApply, RawFilterFieldApply, InitialFilterApplyed, } from './types';
|
|
4
4
|
export type { DynamicFilterClassesKey } from './classes/types';
|
|
@@ -1,21 +1,21 @@
|
|
|
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.fbeeacc8.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
import "../mui_extended/IconButton/index.
|
|
7
|
-
import "
|
|
6
|
+
import "../mui_extended/IconButton/index.a5072cd3.js";
|
|
7
|
+
import "clsx";
|
|
8
|
+
import "../mui_extended/Accordion/index.0b15f939.js";
|
|
8
9
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
9
10
|
import "react-router-dom";
|
|
10
11
|
import "@mui/material/Button";
|
|
11
|
-
import "../mui_extended/Button/index.
|
|
12
|
-
import "
|
|
13
|
-
import "../Image/index.1a9c0327.js";
|
|
12
|
+
import "../mui_extended/Button/index.b7b70e5f.js";
|
|
13
|
+
import "../Image/index.77396f79.js";
|
|
14
14
|
import "@mui/lab";
|
|
15
|
-
import { T as Typography } from "../mui_extended/Typography/index.
|
|
16
|
-
import "../mui_extended/Popover/index.
|
|
17
|
-
import "../mui_extended/MenuActions/index.
|
|
18
|
-
import "../mui_extended/Pager/index.
|
|
15
|
+
import { T as Typography } from "../mui_extended/Typography/index.eab3d85c.js";
|
|
16
|
+
import "../mui_extended/Popover/index.e271e4f0.js";
|
|
17
|
+
import "../mui_extended/MenuActions/index.3a275abb.js";
|
|
18
|
+
import "../mui_extended/Pager/index.5a69ab10.js";
|
|
19
19
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
20
20
|
import { unstable_composeClasses } from "@mui/base";
|
|
21
21
|
const HelperTextRoot = styled("div")(({
|
|
@@ -3,8 +3,8 @@ import { forwardRef, useState, useEffect } from "react";
|
|
|
3
3
|
import { IconButton, Box, styled, generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
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.
|
|
7
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
6
|
+
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.7d970041.js";
|
|
7
|
+
import { T as TEST_PROP_ID } from "../../vendor.be57c149.js";
|
|
8
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
9
9
|
const varSmall = {
|
|
10
10
|
hover: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconClassesKey } from
|
|
1
|
+
import { IconClassesKey } from '../classes/types';
|
|
2
2
|
export declare const getNameDataTestId: (KEY: IconClassesKey) => string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useBase, useModuleSkeleton, BaseProvider } from "@m4l/core";
|
|
2
2
|
import { forwardRef, useState, useRef, useImperativeHandle, useEffect, useMemo } from "react";
|
|
3
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
3
|
+
import { T as TEST_PROP_ID } from "../../vendor.be57c149.js";
|
|
4
4
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { styled, Skeleton as Skeleton$1, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { useState, useEffect } from "react";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Stack, MenuItem } from "@mui/material";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.77396f79.js";
|
|
4
4
|
import { useLocales } from "@m4l/graphics";
|
|
5
5
|
import { useEnvironment, useNetwork } from "@m4l/core";
|
|
6
|
-
import "../Icon/index.
|
|
7
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
6
|
+
import "../Icon/index.fbeeacc8.js";
|
|
7
|
+
import { T as TEST_PROP_ID } from "../../vendor.be57c149.js";
|
|
8
8
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
9
|
-
import "../mui_extended/IconButton/index.
|
|
10
|
-
import "
|
|
9
|
+
import "../mui_extended/IconButton/index.a5072cd3.js";
|
|
10
|
+
import "clsx";
|
|
11
|
+
import "../mui_extended/Accordion/index.0b15f939.js";
|
|
11
12
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
12
13
|
import "react-router-dom";
|
|
13
14
|
import "@mui/material/Button";
|
|
14
|
-
import { I as ImageButton } from "../mui_extended/Button/index.
|
|
15
|
-
import "clsx";
|
|
15
|
+
import { I as ImageButton } from "../mui_extended/Button/index.b7b70e5f.js";
|
|
16
16
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
17
17
|
import "@mui/lab";
|
|
18
|
-
import "../mui_extended/Typography/index.
|
|
19
|
-
import { P as Popover } from "../mui_extended/Popover/index.
|
|
20
|
-
import "../mui_extended/MenuActions/index.
|
|
21
|
-
import "../mui_extended/Pager/index.
|
|
18
|
+
import "../mui_extended/Typography/index.eab3d85c.js";
|
|
19
|
+
import { P as Popover } from "../mui_extended/Popover/index.e271e4f0.js";
|
|
20
|
+
import "../mui_extended/MenuActions/index.3a275abb.js";
|
|
21
|
+
import "../mui_extended/Pager/index.5a69ab10.js";
|
|
22
22
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
23
23
|
import { unstable_composeClasses } from "@mui/base";
|
|
24
24
|
const LanguagePopoverRoot = styled("div")(({
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Dialog, Paper } from "@mui/material";
|
|
2
|
-
import { c as cjs } from "../../react-draggable.
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
2
|
+
import { c as cjs } from "../../react-draggable.4d08d714.js";
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.e103db09.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
|
-
import { a as getThemeVariantColor } from "../../utils/index.
|
|
6
|
-
import { R as ResizeableWindow } from "../Resizeable/index.
|
|
5
|
+
import { a as getThemeVariantColor } from "../../utils/index.c2e62d8f.js";
|
|
6
|
+
import { R as ResizeableWindow } from "../Resizeable/index.4545dd6a.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.77574633.js";
|
|
10
10
|
const WrapperDialog = styled(Dialog)(() => ({}));
|
|
11
11
|
const Container = styled("div")(({ theme }) => ({
|
|
12
12
|
display: "flex",
|
|
@@ -2,21 +2,21 @@ 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.
|
|
6
|
-
import { T as TEST_PROP_ID } from "../../vendor.
|
|
5
|
+
import "../Icon/index.fbeeacc8.js";
|
|
6
|
+
import { T as TEST_PROP_ID } from "../../vendor.be57c149.js";
|
|
7
7
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
8
|
-
import "../mui_extended/IconButton/index.
|
|
9
|
-
import "
|
|
8
|
+
import "../mui_extended/IconButton/index.a5072cd3.js";
|
|
9
|
+
import "clsx";
|
|
10
|
+
import "../mui_extended/Accordion/index.0b15f939.js";
|
|
10
11
|
import "../mui_extended/Avatar/index.fe06afd7.js";
|
|
11
12
|
import "@mui/material/Button";
|
|
12
|
-
import "../mui_extended/Button/index.
|
|
13
|
-
import "
|
|
14
|
-
import "../Image/index.1a9c0327.js";
|
|
13
|
+
import "../mui_extended/Button/index.b7b70e5f.js";
|
|
14
|
+
import "../Image/index.77396f79.js";
|
|
15
15
|
import "@mui/lab";
|
|
16
|
-
import { T as Typography } from "../mui_extended/Typography/index.
|
|
17
|
-
import "../mui_extended/Popover/index.
|
|
18
|
-
import "../mui_extended/MenuActions/index.
|
|
19
|
-
import "../mui_extended/Pager/index.
|
|
16
|
+
import { T as Typography } from "../mui_extended/Typography/index.eab3d85c.js";
|
|
17
|
+
import "../mui_extended/Popover/index.e271e4f0.js";
|
|
18
|
+
import "../mui_extended/MenuActions/index.3a275abb.js";
|
|
19
|
+
import "../mui_extended/Pager/index.5a69ab10.js";
|
|
20
20
|
import "../mui_extended/Tab/index.e0653a0a.js";
|
|
21
21
|
import { unstable_composeClasses } from "@mui/base";
|
|
22
22
|
const componentName = "M4LNavLink";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.77396f79.js";
|
|
4
4
|
import { Skeleton } from "@mui/material";
|
|
5
5
|
import { useMemo } from "react";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|