@m4l/components 0.1.88 → 0.1.89
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 -2
- package/components/AccountPopover/{index.f792f60a.js → index.bb2c369d.js} +7 -7
- package/components/AppBar/{index.86f39e7f.js → index.58233583.js} +7 -7
- package/components/CommonActions/components/ActionCancel/{index.aac245a9.js → index.ffc5618a.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.6e2ae777.js → index.baa35ca3.js} +15 -15
- package/components/CommonActions/components/ActionFormIntro/{index.94eebd22.js → index.906d46a0.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.a4386a07.js → index.81d2648b.js} +1 -1
- package/components/CommonActions/components/Actions/{index.e3be92cf.js → index.366cb775.js} +13 -13
- package/components/DataGrid/{index.31c6039a.js → index.8c887df9.js} +7 -7
- package/components/DataGrid/subcomponents/Actions/{index.bc07737f.js → index.895fc73f.js} +21 -20
- package/components/DynamicFilter/dictionary.d.ts +6 -2
- package/components/DynamicFilter/{index.cdc90c70.js → index.d2e7bdcc.js} +56 -53
- package/components/GridLayout/{index.2383aaf9.js → index.8ae34c50.js} +25 -16
- package/components/GridLayout/subcomponents/Griditem/{index.58168132.js → index.c7a33781.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.a6642437.js → index.96cdb1b4.js} +1 -2
- package/components/HelperText/{index.e47a7ccf.js → index.69791151.js} +7 -7
- package/components/Icon/{index.6459c16b.js → index.a70c4729.js} +1 -1
- package/components/LanguagePopover/{index.6cfff34e.js → index.349d359c.js} +7 -7
- package/components/ModalDialog/{index.cd00c1fc.js → index.302a87c9.js} +5 -15
- package/components/NavLink/{index.7f33ec07.js → index.8fe407ef.js} +7 -7
- package/components/NoItemSelected/{index.a2807715.js → index.1eaf72d8.js} +7 -8
- package/components/ObjectLogs/{index.253ca560.js → index.98d3400e.js} +17 -17
- package/components/PaperForm/{index.2ba09776.js → index.e02c772c.js} +3 -4
- package/components/Period/{index.ba2a843b.js → index.972dbe64.js} +14 -14
- package/components/PropertyValue/{index.ba3a1a95.js → index.d3d71d50.js} +5 -4
- package/components/Resizeable/{index.9a9c79a4.js → index.676c96fe.js} +33 -12
- package/components/SideBar/{index.4e3fd5fc.js → index.2dfc5445.js} +2 -2
- package/components/areas/components/AreasAdmin/classes/index.d.ts +1 -1
- package/components/areas/components/AreasAdmin/classes/types.d.ts +1 -0
- package/components/areas/components/AreasAdmin/{index.3b358ff4.js → index.cb3d7bd6.js} +43 -39
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/{index.df370ebe.js → index.1eef603d.js} +55 -67
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +2 -0
- package/components/areas/components/{index.ad764f53.js → index.44ec162f.js} +10 -10
- package/components/areas/contexts/AreasContext/{index.a5dab72c.js → index.7a2d5394.js} +8 -14
- package/components/areas/contexts/{index.7ac0a3bf.js → index.7bae4208.js} +1 -1
- package/components/areas/hooks/useAreas/{index.4726ee2e.js → index.1f112e0b.js} +1 -1
- package/components/areas/{index.e380a1f6.js → index.aaaa1f62.js} +10 -10
- package/components/formatters/BooleanFormatter/{index.294f4b01.js → index.a013b080.js} +1 -1
- package/components/formatters/{index.fc14c9fe.js → index.576922c9.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.c6f46842.js → index.5c23bd25.js} +8 -9
- package/components/hook-form/RHFAutocompleteAsync/{index.4c52e870.js → index.85b11f3a.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.066c715f.js → index.a136882e.js} +9 -8
- package/components/hook-form/RHFDateTime/{index.3661a6c9.js → index.1ca795b0.js} +8 -10
- package/components/hook-form/RHFPeriod/{index.4c9a1646.js → index.90777c53.js} +2 -2
- package/components/hook-form/RHFTextField/{index.0a784644.js → index.ccea64e7.js} +3 -3
- package/components/hook-form/RHFUpload/{index.a98e961d.js → index.85e59119.js} +8 -8
- package/components/modal/{WindowBase.84c1f7d7.js → WindowBase.39a70f35.js} +21 -17
- package/components/modal/{WindowConfirm.0e68789f.js → WindowConfirm.f53c02f6.js} +29 -19
- package/components/modal/classes/index.d.ts +2 -0
- package/components/modal/classes/types.d.ts +2 -0
- package/components/modal/dictionary.d.ts +1 -0
- package/components/modal/index.d.ts +1 -0
- package/components/modal/{index.c997f1df.js → index.dbdb6ac0.js} +24 -16
- package/components/mui_extended/Accordion/{index.284b6cd3.js → index.0e0090ca.js} +3 -3
- package/components/mui_extended/Badge/{index.8c2b8b66.js → index.b09524fe.js} +1 -1
- package/components/mui_extended/Badge/types.d.ts +1 -1
- package/components/mui_extended/IconButton/{index.bb108329.js → index.76624519.js} +4 -1
- package/components/mui_extended/MenuActions/classes/constants.d.ts +1 -0
- package/components/mui_extended/MenuActions/classes/index.d.ts +7 -0
- package/components/mui_extended/MenuActions/classes/types.d.ts +7 -0
- package/components/mui_extended/MenuActions/{index.35095da9.js → index.4c2e48d4.js} +42 -11
- package/components/mui_extended/MenuActions/types.d.ts +2 -0
- package/components/mui_extended/Pager/{index.68e5c360.js → index.ac2a21f0.js} +1 -1
- package/components/mui_extended/Tab/{index.7a8aef3b.js → index.3db2e0c7.js} +37 -5
- package/components/mui_extended/TabContent/TabContent.d.ts +3 -0
- package/components/mui_extended/TabContent/classes/constants.d.ts +1 -0
- package/components/mui_extended/TabContent/classes/index.d.ts +6 -0
- package/components/mui_extended/TabContent/classes/types.d.ts +6 -0
- package/components/mui_extended/TabContent/index.d.ts +2 -0
- package/components/mui_extended/TabContent/types.d.ts +6 -0
- package/components/mui_extended/{index.86b2b593.js → index.9e8aeca8.js} +7 -7
- package/components/mui_extended/index.d.ts +1 -0
- package/contexts/ModalContext/{index.c312fca2.js → index.1fc9f5d9.js} +3 -1
- package/contexts/RHFormContext/{index.ea2758ed.js → index.1755b324.js} +4 -7
- package/hooks/useFormAddEdit/{index.86df3ae5.js → index.4906dbb4.js} +15 -14
- package/hooks/useModal/{index.efa94032.js → index.6457198c.js} +1 -1
- package/index.js +63 -61
- package/package.json +1 -1
- package/{vendor.c2b73255.js → vendor.92191f81.js} +51 -51
package/@types/export.d.ts
CHANGED
|
@@ -354,10 +354,16 @@ declare module '@mui/material/styles' {
|
|
|
354
354
|
M4LScrollBar?: {
|
|
355
355
|
styleOverrides?: ComponentsOverrides<Theme>['M4LScrollBar'];
|
|
356
356
|
};
|
|
357
|
+
M4LTabContent?: {
|
|
358
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LTabContent'];
|
|
359
|
+
};
|
|
360
|
+
M4LMenuActions?: {
|
|
361
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LMenuActions'];
|
|
362
|
+
};
|
|
357
363
|
|
|
358
364
|
/* PrintgToolkit */
|
|
359
365
|
|
|
360
|
-
M4LToolkitPage?: {
|
|
366
|
+
/* M4LToolkitPage?: {
|
|
361
367
|
styleOverrides?: ComponentsOverrides<Theme>['M4LToolkitPage'];
|
|
362
368
|
};
|
|
363
369
|
|
|
@@ -367,7 +373,7 @@ declare module '@mui/material/styles' {
|
|
|
367
373
|
|
|
368
374
|
M4LToolkitDivider?: {
|
|
369
375
|
styleOverrides?: ComponentsOverrides<Theme>['M4LToolkitDivider'];
|
|
370
|
-
};
|
|
376
|
+
}; */
|
|
371
377
|
|
|
372
378
|
|
|
373
379
|
}
|
|
@@ -2,12 +2,12 @@ import { useEnvironment, useModuleDictionary, useNetwork } from "@m4l/core";
|
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass, styled, useTheme, ButtonBase } from "@mui/material";
|
|
5
|
-
import { I as Icon } from "../Icon/index.
|
|
5
|
+
import { I as Icon } from "../Icon/index.a70c4729.js";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
-
import "../mui_extended/IconButton/index.
|
|
7
|
+
import "../mui_extended/IconButton/index.76624519.js";
|
|
8
8
|
import clsx from "clsx";
|
|
9
9
|
import "@m4l/graphics";
|
|
10
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
+
import "../mui_extended/Accordion/index.0e0090ca.js";
|
|
11
11
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
12
12
|
import { A as Avatar } from "../mui_extended/Avatar/index.75e6ed57.js";
|
|
13
13
|
import "react-router-dom";
|
|
@@ -15,14 +15,14 @@ import "@mui/material/Button";
|
|
|
15
15
|
import "../mui_extended/Button/index.f79eb74e.js";
|
|
16
16
|
import "../mui_extended/CheckBox.38abccd8.js";
|
|
17
17
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
18
|
-
import "../mui_extended/Badge/index.
|
|
18
|
+
import "../mui_extended/Badge/index.b09524fe.js";
|
|
19
19
|
import "../Image/index.c18ebf5a.js";
|
|
20
20
|
import "@mui/lab";
|
|
21
|
-
import "../mui_extended/MenuActions/index.
|
|
21
|
+
import "../mui_extended/MenuActions/index.4c2e48d4.js";
|
|
22
22
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
23
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
24
|
-
import "../mui_extended/Tab/index.
|
|
25
|
-
import "../mui_extended/Pager/index.
|
|
24
|
+
import "../mui_extended/Tab/index.3db2e0c7.js";
|
|
25
|
+
import "../mui_extended/Pager/index.ac2a21f0.js";
|
|
26
26
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
27
27
|
import { unstable_composeClasses } from "@mui/base";
|
|
28
28
|
const componentName = "M4LAccountPopover";
|
|
@@ -2,9 +2,9 @@ import { useResponsiveDesktop } from "@m4l/graphics";
|
|
|
2
2
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
5
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
6
|
-
import "../mui_extended/Accordion/index.
|
|
7
|
-
import "../Icon/index.
|
|
5
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.76624519.js";
|
|
6
|
+
import "../mui_extended/Accordion/index.0e0090ca.js";
|
|
7
|
+
import "../Icon/index.a70c4729.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
@@ -14,14 +14,14 @@ import "react-router-dom";
|
|
|
14
14
|
import "@mui/material/Button";
|
|
15
15
|
import "../mui_extended/Button/index.f79eb74e.js";
|
|
16
16
|
import "../mui_extended/CheckBox.38abccd8.js";
|
|
17
|
-
import "../mui_extended/Badge/index.
|
|
17
|
+
import "../mui_extended/Badge/index.b09524fe.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.4c2e48d4.js";
|
|
21
21
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
22
|
import "../mui_extended/Stack/index.0e53197c.js";
|
|
23
|
-
import "../mui_extended/Tab/index.
|
|
24
|
-
import "../mui_extended/Pager/index.
|
|
23
|
+
import "../mui_extended/Tab/index.3db2e0c7.js";
|
|
24
|
+
import "../mui_extended/Pager/index.ac2a21f0.js";
|
|
25
25
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
26
|
import { styled } from "@mui/material/styles";
|
|
27
27
|
import { unstable_composeClasses } from "@mui/base";
|
package/components/CommonActions/components/ActionCancel/{index.aac245a9.js → index.ffc5618a.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.f79eb74e.js";
|
|
3
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.366cb775.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.6e2ae777.js → index.baa35ca3.js}
RENAMED
|
@@ -3,41 +3,41 @@ import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { B as Button } from "../../../mui_extended/Button/index.f79eb74e.js";
|
|
5
5
|
import { useCallback, useEffect } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.6457198c.js";
|
|
7
7
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
8
|
-
import "../../../Resizeable/index.
|
|
8
|
+
import "../../../Resizeable/index.676c96fe.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
|
-
import "../../../
|
|
11
|
+
import "../../../modal/index.dbdb6ac0.js";
|
|
12
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.f53c02f6.js";
|
|
13
|
+
import "../../../Icon/index.a70c4729.js";
|
|
12
14
|
import "clsx";
|
|
13
|
-
import "../../../
|
|
14
|
-
import
|
|
15
|
-
import "../../../mui_extended/IconButton/index.bb108329.js";
|
|
16
|
-
import "../../../mui_extended/Accordion/index.284b6cd3.js";
|
|
15
|
+
import "../../../mui_extended/IconButton/index.76624519.js";
|
|
16
|
+
import "../../../mui_extended/Accordion/index.0e0090ca.js";
|
|
17
17
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
18
18
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
19
19
|
import "react-router-dom";
|
|
20
20
|
import "../../../mui_extended/CheckBox.38abccd8.js";
|
|
21
|
-
import "../../../mui_extended/Badge/index.
|
|
21
|
+
import "../../../mui_extended/Badge/index.b09524fe.js";
|
|
22
22
|
import "../../../Image/index.c18ebf5a.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "../../../mui_extended/MenuActions/index.
|
|
24
|
+
import "../../../mui_extended/MenuActions/index.4c2e48d4.js";
|
|
25
25
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../../../mui_extended/Stack/index.0e53197c.js";
|
|
27
|
-
import "../../../mui_extended/Tab/index.
|
|
28
|
-
import "../../../mui_extended/Pager/index.
|
|
27
|
+
import "../../../mui_extended/Tab/index.3db2e0c7.js";
|
|
28
|
+
import "../../../mui_extended/Pager/index.ac2a21f0.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.7a2d5394.js";
|
|
32
|
+
import "../../../areas/components/AreasAdmin/index.cb3d7bd6.js";
|
|
33
33
|
import "zustand/shallow";
|
|
34
34
|
import "../../../ScrollBar/index.65bb2930.js";
|
|
35
|
-
import "../../../areas/components/AreasViewer/index.
|
|
35
|
+
import "../../../areas/components/AreasViewer/index.1eef603d.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";
|
|
39
39
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
40
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
40
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.366cb775.js";
|
|
41
41
|
function ActionFormCancel() {
|
|
42
42
|
const {
|
|
43
43
|
getLabel
|
package/components/CommonActions/components/ActionFormIntro/{index.94eebd22.js → index.906d46a0.js}
RENAMED
|
@@ -2,7 +2,7 @@ import { useFormContext, useFormState } from "react-hook-form";
|
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { L as LoadingButton } from "../../../mui_extended/Button/index.f79eb74e.js";
|
|
5
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.366cb775.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.a4386a07.js → index.81d2648b.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.f79eb74e.js";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
4
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.366cb775.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -10,33 +10,33 @@ import "../../../mui_extended/Button/index.f79eb74e.js";
|
|
|
10
10
|
import "clsx";
|
|
11
11
|
import "react-hook-form";
|
|
12
12
|
import "react";
|
|
13
|
-
import "../../../../contexts/ModalContext/index.
|
|
13
|
+
import "../../../../contexts/ModalContext/index.1fc9f5d9.js";
|
|
14
14
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
15
|
-
import "../../../Resizeable/index.
|
|
15
|
+
import "../../../Resizeable/index.676c96fe.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
|
-
import "../../../
|
|
18
|
-
import "../../../modal/index.c997f1df.js";
|
|
17
|
+
import "../../../modal/index.dbdb6ac0.js";
|
|
19
18
|
import "@mui/lab";
|
|
20
19
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
21
20
|
import "../../../Image/index.c18ebf5a.js";
|
|
22
|
-
import "../../../
|
|
23
|
-
import "../../../mui_extended/
|
|
21
|
+
import "../../../Icon/index.a70c4729.js";
|
|
22
|
+
import "../../../mui_extended/IconButton/index.76624519.js";
|
|
23
|
+
import "../../../mui_extended/Accordion/index.0e0090ca.js";
|
|
24
24
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
25
25
|
import "react-router-dom";
|
|
26
26
|
import "../../../mui_extended/CheckBox.38abccd8.js";
|
|
27
|
-
import "../../../mui_extended/Badge/index.
|
|
28
|
-
import "../../../mui_extended/MenuActions/index.
|
|
27
|
+
import "../../../mui_extended/Badge/index.b09524fe.js";
|
|
28
|
+
import "../../../mui_extended/MenuActions/index.4c2e48d4.js";
|
|
29
29
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
30
30
|
import "../../../mui_extended/Stack/index.0e53197c.js";
|
|
31
|
-
import "../../../mui_extended/Tab/index.
|
|
32
|
-
import "../../../mui_extended/Pager/index.
|
|
31
|
+
import "../../../mui_extended/Tab/index.3db2e0c7.js";
|
|
32
|
+
import "../../../mui_extended/Pager/index.ac2a21f0.js";
|
|
33
33
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
34
34
|
import "zustand";
|
|
35
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
36
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
35
|
+
import "../../../areas/contexts/AreasContext/index.7a2d5394.js";
|
|
36
|
+
import "../../../areas/components/AreasAdmin/index.cb3d7bd6.js";
|
|
37
37
|
import "zustand/shallow";
|
|
38
38
|
import "../../../ScrollBar/index.65bb2930.js";
|
|
39
|
-
import "../../../areas/components/AreasViewer/index.
|
|
39
|
+
import "../../../areas/components/AreasViewer/index.1eef603d.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";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
2
|
-
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.
|
|
1
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.302a87c9.js";
|
|
2
|
+
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.ac2a21f0.js";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
4
|
import { forwardRef, createContext, useState, useMemo, useEffect, useCallback, useContext, useRef, useLayoutEffect } from "react";
|
|
5
5
|
import { S as SELECT_COLUMN_KEY, u as useRowSelection, a as SelectCellFormatter, H as HeaderRenderer, D as DataGrid$1 } from "../../react-data-grid.d46d625e.js";
|
|
@@ -8,16 +8,16 @@ import { HTML5Backend } from "react-dnd-html5-backend";
|
|
|
8
8
|
import { SvgIcon, Checkbox, InputBase, Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString } from "@m4l/core";
|
|
11
|
-
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.
|
|
11
|
+
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.895fc73f.js";
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
13
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
14
|
-
import { g as getNameDataTestId } from "../../vendor.
|
|
15
|
-
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.
|
|
14
|
+
import { g as getNameDataTestId } from "../../vendor.92191f81.js";
|
|
15
|
+
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.a013b080.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
|
-
import "../Icon/index.
|
|
17
|
+
import "../Icon/index.a70c4729.js";
|
|
18
18
|
import "clsx";
|
|
19
19
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
20
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
20
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.576922c9.js";
|
|
21
21
|
const DataGridRoot = styled("div")(({
|
|
22
22
|
theme
|
|
23
23
|
}) => ({
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.
|
|
2
|
-
import { u as useDataGrid, a as useFilters, d as dataGridClasses, D as DataGridRoot, b as dictionary } from "../../index.
|
|
1
|
+
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.4c2e48d4.js";
|
|
2
|
+
import { u as useDataGrid, a as useFilters, d as dataGridClasses, D as DataGridRoot, b as dictionary } from "../../index.8c887df9.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.ac2a21f0.js";
|
|
6
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.76624519.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.6457198c.js";
|
|
12
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.ffc5618a.js";
|
|
13
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.81d2648b.js";
|
|
14
14
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
15
|
-
import "../../../Resizeable/index.
|
|
15
|
+
import "../../../Resizeable/index.676c96fe.js";
|
|
16
16
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
17
|
-
import "../../../
|
|
18
|
-
import "
|
|
19
|
-
import "../../../modal/index.c997f1df.js";
|
|
20
|
-
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.e3be92cf.js";
|
|
17
|
+
import "../../../modal/index.dbdb6ac0.js";
|
|
18
|
+
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.366cb775.js";
|
|
21
19
|
import "react-hook-form";
|
|
22
20
|
import "@mui/material/Button";
|
|
23
21
|
import "../../../mui_extended/Button/index.f79eb74e.js";
|
|
22
|
+
import "clsx";
|
|
24
23
|
import "zustand";
|
|
25
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
26
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
24
|
+
import "../../../areas/contexts/AreasContext/index.7a2d5394.js";
|
|
25
|
+
import "../../../areas/components/AreasAdmin/index.cb3d7bd6.js";
|
|
27
26
|
import "zustand/shallow";
|
|
28
27
|
import "../../../ScrollBar/index.65bb2930.js";
|
|
29
|
-
import "../../../mui_extended/Accordion/index.
|
|
28
|
+
import "../../../mui_extended/Accordion/index.0e0090ca.js";
|
|
29
|
+
import "../../../Icon/index.a70c4729.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";
|
|
33
33
|
import "../../../mui_extended/CheckBox.38abccd8.js";
|
|
34
|
-
import "../../../mui_extended/Badge/index.
|
|
34
|
+
import "../../../mui_extended/Badge/index.b09524fe.js";
|
|
35
35
|
import "../../../Image/index.c18ebf5a.js";
|
|
36
36
|
import "@mui/lab";
|
|
37
37
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
38
38
|
import "../../../mui_extended/Stack/index.0e53197c.js";
|
|
39
|
-
import "../../../mui_extended/Tab/index.
|
|
39
|
+
import "../../../mui_extended/Tab/index.3db2e0c7.js";
|
|
40
40
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
41
|
-
import "../../../areas/components/AreasViewer/index.
|
|
41
|
+
import "../../../areas/components/AreasViewer/index.1eef603d.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";
|
|
45
|
-
import { W as WindowBase } from "../../../modal/WindowBase.
|
|
45
|
+
import { W as WindowBase } from "../../../modal/WindowBase.39a70f35.js";
|
|
46
46
|
const ACTIONS_COLUMN_KEY = "actions-row";
|
|
47
47
|
function ActionsFormatter(props) {
|
|
48
48
|
const {
|
|
@@ -121,7 +121,7 @@ styled("div")(({ theme }) => ({
|
|
|
121
121
|
fontSize: theme.typography.h4.fontSize
|
|
122
122
|
}));
|
|
123
123
|
const DivSelColumns = styled("div")(({ theme }) => ({
|
|
124
|
-
...theme.typography.
|
|
124
|
+
...theme.typography.bodyDens,
|
|
125
125
|
color: theme.palette.text.primary,
|
|
126
126
|
padding: `16px 8px`
|
|
127
127
|
}));
|
|
@@ -459,6 +459,7 @@ function Settings() {
|
|
|
459
459
|
fullScreen: !isDesktop ? true : false,
|
|
460
460
|
window: /* @__PURE__ */ jsxs(WindowBase, {
|
|
461
461
|
title: getLabel("data_grid.settings_title"),
|
|
462
|
+
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/configuration.svg`,
|
|
462
463
|
children: [/* @__PURE__ */ jsx(DataGridRoot, {
|
|
463
464
|
className: classes.root,
|
|
464
465
|
children: /* @__PURE__ */ jsx("div", {
|
|
@@ -3,8 +3,8 @@ export declare function getDynamicFilterComponentsDictionary(): string[];
|
|
|
3
3
|
export declare const LABEL_FILTER_BUTTON = "filter_tooltip";
|
|
4
4
|
export declare const DICCTIONARY: {
|
|
5
5
|
readonly input_placeholder: "input_placeholder";
|
|
6
|
-
readonly operand_true: "
|
|
7
|
-
readonly operand_false: "
|
|
6
|
+
readonly operand_true: "operand_true";
|
|
7
|
+
readonly operand_false: "operand_false";
|
|
8
8
|
readonly filter_tooltip_refresh: "filter_tooltip_refresh";
|
|
9
9
|
readonly filter_tooltip_dirty: "filter_tooltip_dirty";
|
|
10
10
|
readonly filter_tooltip_invalid: "filter_tooltip_invalid";
|
|
@@ -27,6 +27,10 @@ export declare const DICCTIONARY: {
|
|
|
27
27
|
readonly label_operand2_number: "label_operand2_number";
|
|
28
28
|
readonly label_operator_string: "label_operator_string";
|
|
29
29
|
readonly label_operand1_string: "label_operand1_string";
|
|
30
|
+
readonly operator_required: "operator_required";
|
|
31
|
+
readonly error_invalid_date: "error_invalid_date";
|
|
32
|
+
readonly error_less_than_start: "error_less_than_start";
|
|
33
|
+
readonly error_operand_required: "error_operand_required";
|
|
30
34
|
};
|
|
31
35
|
export declare type TypeDictionary = typeof DICCTIONARY;
|
|
32
36
|
export declare const getDynamicFilterDictionary: (key: keyof TypeDictionary) => string;
|