@m4l/components 0.1.80 → 0.1.81
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 +4 -2
- package/components/AccountPopover/{index.00d1d15f.js → index.fea740a5.js} +2 -2
- package/components/AppBar/{index.c85b100d.js → index.6bdee075.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.1051a117.js → index.6928b5ae.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.a0d727b2.js → index.28d32483.js} +9 -9
- package/components/CommonActions/components/ActionFormIntro/{index.a20dc88d.js → index.f044e93c.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.bfe3256c.js → index.8b1b3afc.js} +1 -1
- package/components/CommonActions/components/Actions/{index.19d67bc6.js → index.265d99c8.js} +7 -7
- package/components/DataGrid/{index.2f175eba.js → index.820e0043.js} +18 -676
- package/components/DataGrid/subcomponents/Actions/index.43325b59.js +618 -0
- package/components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js +64 -0
- package/components/DynamicFilter/{index.c1f9d560.js → index.2b80238b.js} +20 -20
- package/components/GridLayout/GridLayout.d.ts +1 -0
- package/components/GridLayout/classes/index.d.ts +4 -0
- package/components/GridLayout/classes/types.d.ts +17 -0
- package/components/GridLayout/constants.d.ts +26 -0
- package/components/GridLayout/{index.a792aacb.js → index.76bccc4f.js} +322 -575
- package/components/GridLayout/index.d.ts +4 -3
- package/components/GridLayout/subcomponents/Griditem/index.01fc14c3.js +370 -0
- package/components/GridLayout/subcomponents/Griditem/index.d.ts +9 -0
- package/components/GridLayout/subcomponents/Griditem/types.d.ts +103 -0
- package/components/GridLayout/subcomponents/Responsive/helper.d.ts +10 -0
- package/components/GridLayout/subcomponents/Responsive/index.d.ts +15 -2
- package/components/GridLayout/{Responsive/index.1671380a.js → subcomponents/Responsive/index.e589d8bf.js} +95 -139
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.d.ts +3 -6
- package/components/GridLayout/subcomponents/Responsive/types.d.ts +114 -33
- package/components/GridLayout/{WidthProvider/index.9a26dfe4.js → subcomponents/WidthProvider/index.50dafd87.js} +5 -5
- package/components/GridLayout/subcomponents/WidthProvider/index.d.ts +4 -5
- package/components/GridLayout/types.d.ts +83 -18
- package/components/GridLayout/utils.d.ts +15 -12
- package/components/HelperText/{index.6ef76993.js → index.2c408d8a.js} +2 -2
- package/components/LanguagePopover/{index.1564bd08.js → index.4596bf54.js} +2 -2
- package/components/ModalDialog/{index.fbc4cd71.js → index.62ffad3a.js} +3 -3
- package/components/NavLink/{index.6c9c2588.js → index.68392bd4.js} +2 -2
- package/components/ObjectLogs/{index.eab1c15f.js → index.665e043d.js} +11 -11
- package/components/Period/{index.26071a16.js → index.7d44c0e5.js} +8 -8
- package/components/PropertyValue/{index.18d3c0fd.js → index.a66988e1.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.7a0dabbe.js → index.5562f65f.js} +19 -19
- package/components/areas/components/AreasViewer/{index.fd49f06c.js → index.1004b7a0.js} +31 -143
- package/components/areas/components/{index.7756928a.js → index.a441c8b1.js} +5 -5
- package/components/areas/contexts/AreasContext/helper.d.ts +2 -2
- package/components/areas/contexts/AreasContext/{index.0a08a08b.js → index.4bf1eabe.js} +12 -6
- package/components/areas/contexts/AreasContext/types.d.ts +4 -4
- package/components/areas/contexts/{index.b303b664.js → index.2938bc5a.js} +1 -1
- package/components/areas/hooks/useAreas/{index.c6eb2569.js → index.c77a2416.js} +1 -1
- package/components/areas/{index.6e67d89a.js → index.09851bae.js} +5 -5
- package/components/hook-form/RHFAutocomplete/{index.d1bbb015.js → index.9a9d7c73.js} +3 -3
- package/components/hook-form/RHFAutocompleteAsync/{index.f9a9ef48.js → index.172df421.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.7b4a21d7.js → index.47f0157b.js} +3 -3
- package/components/hook-form/RHFDateTime/{index.46cf616e.js → index.f46e987f.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.ce513149.js → index.2e07ba7b.js} +2 -2
- package/components/hook-form/RHFTextField/{index.f7ee202c.js → index.253620eb.js} +1 -1
- package/components/hook-form/RHFUpload/{index.1befd5bb.js → index.9f00121f.js} +3 -3
- package/components/modal/{WindowBase.7e19843e.js → WindowBase.37b59511.js} +4 -4
- package/components/modal/{WindowConfirm.12a9608a.js → WindowConfirm.1a8c8c21.js} +10 -10
- package/components/modal/{index.b0a7236c.js → index.c8e23b8d.js} +7 -7
- package/components/mui_extended/Accordion/{index.a6447bf8.js → index.fa658639.js} +1 -1
- package/components/mui_extended/Tab/{index.c39a6681.js → index.f94d233e.js} +1 -1
- package/components/mui_extended/{index.d78bde19.js → index.07fcc38f.js} +2 -2
- package/contexts/ModalContext/{index.89805978.js → index.66e060a3.js} +1 -1
- package/hooks/useModal/{index.e1c5c31e.js → index.61968b84.js} +1 -1
- package/index.js +61 -58
- package/package.json +1 -2
- package/{vendor.f57d47a7.js → vendor.fefd45a3.js} +39 -36
- package/components/GridLayout/subcomponents/GridItem/index.d.ts +0 -26
- package/components/GridLayout/subcomponents/GridItem/types.d.ts +0 -78
package/@types/export.d.ts
CHANGED
|
@@ -56,7 +56,6 @@ import { BadgeProps } from '../components/mui_extended/Badge';
|
|
|
56
56
|
import { BadgeClassesKey } from '../components/DataGrid/classes/types';
|
|
57
57
|
import { CheckboxClassesKey } from '../components/mui_extended/CheckBox/classes/types';
|
|
58
58
|
|
|
59
|
-
|
|
60
59
|
export {};
|
|
61
60
|
|
|
62
61
|
declare module '@mui/material/styles' {
|
|
@@ -145,7 +144,6 @@ declare module '@mui/material/styles' {
|
|
|
145
144
|
M4LPaperForm: PaperFormClassesKey;
|
|
146
145
|
M4LTooltip: TooltipClassesKey;
|
|
147
146
|
M4LPager: PagerClassesKey;
|
|
148
|
-
|
|
149
147
|
}
|
|
150
148
|
|
|
151
149
|
interface Components {
|
|
@@ -375,5 +373,9 @@ declare module '@mui/material/styles' {
|
|
|
375
373
|
defaultProps?: ComponentsProps['M4LPager'];
|
|
376
374
|
};
|
|
377
375
|
|
|
376
|
+
M4LGridLayout?: {
|
|
377
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LGridLayout'];
|
|
378
|
+
defaultProps?: ComponentsProps['M4LGridLayout'];
|
|
379
|
+
};
|
|
378
380
|
}
|
|
379
381
|
}
|
|
@@ -7,7 +7,7 @@ import "clsx";
|
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
import "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
9
9
|
import "@m4l/graphics";
|
|
10
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
+
import "../mui_extended/Accordion/index.fa658639.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";
|
|
@@ -21,7 +21,7 @@ import "@mui/lab";
|
|
|
21
21
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
22
22
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
23
|
import "../mui_extended/Pager/index.82e89328.js";
|
|
24
|
-
import "../mui_extended/Tab/index.
|
|
24
|
+
import "../mui_extended/Tab/index.f94d233e.js";
|
|
25
25
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
26
|
import { unstable_composeClasses } from "@mui/base";
|
|
27
27
|
const componentName = "M4LAccountPopover";
|
|
@@ -3,7 +3,7 @@ import { useEnvironment } 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
5
|
import { I as IconButton } from "../mui_extended/IconButton/index.12f1a3c3.js";
|
|
6
|
-
import "../mui_extended/Accordion/index.
|
|
6
|
+
import "../mui_extended/Accordion/index.fa658639.js";
|
|
7
7
|
import "../Icon/index.9fcd1476.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "clsx";
|
|
@@ -20,7 +20,7 @@ import "@mui/lab";
|
|
|
20
20
|
import "../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
21
21
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
22
|
import "../mui_extended/Pager/index.82e89328.js";
|
|
23
|
-
import "../mui_extended/Tab/index.
|
|
23
|
+
import "../mui_extended/Tab/index.f94d233e.js";
|
|
24
24
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
25
25
|
import { styled } from "@mui/material/styles";
|
|
26
26
|
import { unstable_composeClasses } from "@mui/base";
|
package/components/CommonActions/components/ActionCancel/{index.1051a117.js → index.6928b5ae.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.js";
|
|
3
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.265d99c8.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.a0d727b2.js → index.28d32483.js}
RENAMED
|
@@ -3,17 +3,17 @@ import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.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.61968b84.js";
|
|
7
7
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
8
8
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
11
|
import "../../../Icon/index.9fcd1476.js";
|
|
12
12
|
import "clsx";
|
|
13
|
-
import "../../../modal/index.
|
|
14
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
13
|
+
import "../../../modal/index.c8e23b8d.js";
|
|
14
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.1a8c8c21.js";
|
|
15
15
|
import "../../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
16
|
-
import "../../../mui_extended/Accordion/index.
|
|
16
|
+
import "../../../mui_extended/Accordion/index.fa658639.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";
|
|
@@ -24,19 +24,19 @@ import "@mui/lab";
|
|
|
24
24
|
import "../../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
25
25
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
26
|
import "../../../mui_extended/Pager/index.82e89328.js";
|
|
27
|
-
import "../../../mui_extended/Tab/index.
|
|
27
|
+
import "../../../mui_extended/Tab/index.f94d233e.js";
|
|
28
28
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
29
|
import "zustand";
|
|
30
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
31
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
30
|
+
import "../../../areas/contexts/AreasContext/index.4bf1eabe.js";
|
|
31
|
+
import "../../../areas/components/AreasAdmin/index.5562f65f.js";
|
|
32
32
|
import "zustand/shallow";
|
|
33
33
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
34
|
-
import "../../../areas/components/AreasViewer/index.
|
|
34
|
+
import "../../../areas/components/AreasViewer/index.1004b7a0.js";
|
|
35
35
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
36
36
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
37
37
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
38
38
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
39
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
39
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.265d99c8.js";
|
|
40
40
|
function ActionFormCancel() {
|
|
41
41
|
const {
|
|
42
42
|
getLabel
|
package/components/CommonActions/components/ActionFormIntro/{index.a20dc88d.js → index.f044e93c.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.4288f9fc.js";
|
|
5
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.265d99c8.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.bfe3256c.js → index.8b1b3afc.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.4288f9fc.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.265d99c8.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -10,17 +10,17 @@ import "../../../mui_extended/Button/index.4288f9fc.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.66e060a3.js";
|
|
14
14
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
15
15
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
17
|
import "../../../Icon/index.9fcd1476.js";
|
|
18
|
-
import "../../../modal/index.
|
|
18
|
+
import "../../../modal/index.c8e23b8d.js";
|
|
19
19
|
import "@mui/lab";
|
|
20
20
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
21
21
|
import "../../../Image/index.c18ebf5a.js";
|
|
22
22
|
import "../../../mui_extended/IconButton/index.12f1a3c3.js";
|
|
23
|
-
import "../../../mui_extended/Accordion/index.
|
|
23
|
+
import "../../../mui_extended/Accordion/index.fa658639.js";
|
|
24
24
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
25
25
|
import "react-router-dom";
|
|
26
26
|
import "../../../mui_extended/CheckBox.5f6c78b0.js";
|
|
@@ -28,14 +28,14 @@ import "../../../mui_extended/Badge/index.cad260fe.js";
|
|
|
28
28
|
import "../../../mui_extended/MenuActions/index.43a2e1ae.js";
|
|
29
29
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
30
30
|
import "../../../mui_extended/Pager/index.82e89328.js";
|
|
31
|
-
import "../../../mui_extended/Tab/index.
|
|
31
|
+
import "../../../mui_extended/Tab/index.f94d233e.js";
|
|
32
32
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
33
33
|
import "zustand";
|
|
34
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
35
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
34
|
+
import "../../../areas/contexts/AreasContext/index.4bf1eabe.js";
|
|
35
|
+
import "../../../areas/components/AreasAdmin/index.5562f65f.js";
|
|
36
36
|
import "zustand/shallow";
|
|
37
37
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
38
|
-
import "../../../areas/components/AreasViewer/index.
|
|
38
|
+
import "../../../areas/components/AreasViewer/index.1004b7a0.js";
|
|
39
39
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
40
40
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
41
41
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|