@m4l/components 0.1.81 → 0.1.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/export.d.ts +6 -0
- package/components/AccountPopover/AccountPopover.d.ts +21 -0
- package/components/AccountPopover/classes/types.d.ts +1 -1
- package/components/AccountPopover/{index.fea740a5.js → index.2677fe77.js} +68 -72
- package/components/AccountPopover/subcomponents/MyAvatar/index.d.ts +2 -2
- package/components/AccountPopover/subcomponents/MyAvatar/types.d.ts +7 -0
- package/components/AccountPopover/subcomponents/PopOver/index.d.ts +6 -0
- package/components/AccountPopover/subcomponents/PopOver/types.d.ts +5 -4
- package/components/AccountPopover/types.d.ts +3 -4
- package/components/AppBar/{index.6bdee075.js → index.ad2a6f0e.js} +7 -7
- package/components/CommonActions/components/ActionCancel/{index.6928b5ae.js → index.b2fc495d.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.28d32483.js → index.60d8963e.js} +15 -15
- package/components/CommonActions/components/ActionFormIntro/{index.f044e93c.js → index.fde4ea51.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.8b1b3afc.js → index.724d8e17.js} +2 -2
- package/components/CommonActions/components/Actions/{index.265d99c8.js → index.23a2d6ae.js} +13 -13
- package/components/DataGrid/classes/index.d.ts +1 -0
- package/components/DataGrid/classes/types.d.ts +1 -0
- package/components/DataGrid/constants.d.ts +1 -0
- package/components/DataGrid/{index.820e0043.js → index.d5d0d62f.js} +14 -9
- package/components/DataGrid/subcomponents/Actions/{index.43325b59.js → index.201394f5.js} +23 -20
- package/components/DynamicFilter/constants.d.ts +1 -1
- package/components/DynamicFilter/{index.2b80238b.js → index.7d134537.js} +28 -28
- package/components/GridLayout/constants.d.ts +1 -1
- package/components/GridLayout/{index.76bccc4f.js → index.70085b00.js} +3 -3
- package/components/GridLayout/index.d.ts +1 -1
- package/components/GridLayout/subcomponents/Griditem/{index.01fc14c3.js → index.c09681ff.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.e589d8bf.js → index.eb04fd5e.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.d.ts +1 -1
- package/components/GridLayout/subcomponents/{WidthProvider/index.50dafd87.js → SizeProvider/index.9c5e80b2.js} +3 -3
- package/components/GridLayout/subcomponents/{WidthProvider → SizeProvider}/index.d.ts +1 -1
- package/components/GridLayout/types.d.ts +7 -10
- package/components/GridLayout/utils.d.ts +1 -2
- package/components/HelperText/{index.2c408d8a.js → index.28e9105d.js} +7 -7
- package/components/Icon/{index.9fcd1476.js → index.2414ff25.js} +1 -1
- package/components/LanguagePopover/{index.4596bf54.js → index.065e0296.js} +7 -7
- package/components/ModalDialog/{index.62ffad3a.js → index.fb148f76.js} +4 -4
- package/components/NavLink/{index.68392bd4.js → index.2ef07c44.js} +7 -7
- package/components/ObjectLogs/{index.665e043d.js → index.5d74dfe0.js} +17 -17
- package/components/PaperForm/{index.ba38a0bd.js → index.f931dc02.js} +1 -1
- package/components/Period/{index.7d44c0e5.js → index.0e6512b2.js} +14 -14
- package/components/PropertyValue/{index.a66988e1.js → index.a67c9916.js} +1 -1
- package/components/ScrollBar/{index.bbe48f4d.js → index.d4410cb5.js} +5 -0
- package/components/SideBar/{index.2f497e6c.js → index.72564ef2.js} +11 -6
- package/components/animate/AnimatedScroll/animatedScroll.d.ts +3 -0
- package/components/animate/AnimatedScroll/index.d.ts +1 -0
- package/components/animate/AnimatedScroll/types.d.ts +5 -0
- package/components/animate/index.4e9774a6.js +150 -0
- package/components/animate/index.d.ts +1 -0
- package/components/areas/components/AreasAdmin/{index.5562f65f.js → index.7bfec13f.js} +60 -49
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/{index.1004b7a0.js → index.9ed7dfd7.js} +42 -45
- package/components/areas/components/{index.a441c8b1.js → index.654b08aa.js} +11 -11
- package/components/areas/contexts/AreasContext/{index.4bf1eabe.js → index.36fe6953.js} +5 -5
- package/components/areas/contexts/{index.2938bc5a.js → index.68c53fc9.js} +1 -1
- package/components/areas/hooks/useAreas/{index.c77a2416.js → index.a4c03e23.js} +1 -1
- package/components/areas/{index.09851bae.js → index.ec4f088c.js} +11 -11
- package/components/formatters/BooleanFormatter/{index.e8de8e4c.js → index.32de0803.js} +1 -1
- package/components/formatters/{index.67aeb049.js → index.d16d2331.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.9a9d7c73.js → index.42df8eb4.js} +8 -8
- package/components/hook-form/RHFAutocompleteAsync/{index.172df421.js → index.0441524c.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.47f0157b.js → index.c66147f7.js} +8 -8
- package/components/hook-form/RHFDateTime/{index.f46e987f.js → index.4698ca29.js} +8 -8
- package/components/hook-form/RHFPeriod/{index.2e07ba7b.js → index.f653934b.js} +2 -2
- package/components/hook-form/RHFTextField/{index.253620eb.js → index.1fa07688.js} +3 -3
- package/components/hook-form/RHFUpload/{index.9f00121f.js → index.93c2dcb5.js} +8 -8
- package/components/modal/{WindowBase.37b59511.js → WindowBase.92ce9b8f.js} +9 -9
- package/components/modal/{WindowConfirm.1a8c8c21.js → WindowConfirm.4c3d2cd7.js} +16 -16
- package/components/modal/{index.c8e23b8d.js → index.1bd35bd5.js} +13 -13
- package/components/mui_extended/Accordion/{index.fa658639.js → index.5111314b.js} +3 -3
- package/components/mui_extended/Avatar/types.d.ts +3 -1
- package/components/mui_extended/Button/classes/types.d.ts +3 -0
- package/components/mui_extended/Button/{index.4288f9fc.js → index.40af964e.js} +8 -3
- package/components/mui_extended/Button/types.d.ts +2 -1
- package/components/mui_extended/IconButton/{index.12f1a3c3.js → index.a318316e.js} +1 -1
- package/components/mui_extended/MenuActions/{index.43a2e1ae.js → index.f6bfdd40.js} +2 -2
- package/components/mui_extended/Pager/classes/index.d.ts +12 -0
- package/components/mui_extended/Pager/classes/types.d.ts +12 -4
- package/components/mui_extended/Pager/{index.82e89328.js → index.da26e9d4.js} +114 -62
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index.d.ts +3 -0
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/types.d.ts +12 -0
- package/components/mui_extended/Pager/{components → subcomponents}/PagerActions/types.d.ts +2 -0
- package/components/mui_extended/Tab/{index.f94d233e.js → index.0989d15d.js} +1 -1
- package/components/mui_extended/{index.07fcc38f.js → index.813723c5.js} +7 -7
- package/contexts/ModalContext/{index.66e060a3.js → index.577bf36b.js} +1 -1
- package/contexts/RHFormContext/{index.fe175bab.js → index.b9266262.js} +1 -1
- package/hooks/useModal/{index.61968b84.js → index.7a07c208.js} +1 -1
- package/index.js +80 -79
- package/package.json +1 -1
- package/{vendor.fefd45a3.js → vendor.5365cc7e.js} +50 -50
- package/components/AccountPopover/subcomponents/MyAvatar/createAvatar.d.ts +0 -4
- package/components/animate/index.1f8eadd4.js +0 -66
- /package/components/mui_extended/Pager/{components → subcomponents}/PagerActions/index.d.ts +0 -0
|
@@ -1,83 +1,83 @@
|
|
|
1
1
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
2
|
-
import "./contexts/ModalContext/index.
|
|
3
|
-
import "./contexts/RHFormContext/index.
|
|
2
|
+
import "./contexts/ModalContext/index.577bf36b.js";
|
|
3
|
+
import "./contexts/RHFormContext/index.b9266262.js";
|
|
4
4
|
import "@m4l/core";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-hook-form";
|
|
7
7
|
import "@mui/material";
|
|
8
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
8
|
+
import "./components/hook-form/RHFAutocomplete/index.42df8eb4.js";
|
|
9
9
|
import "./components/Image/index.c18ebf5a.js";
|
|
10
10
|
import "react/jsx-runtime";
|
|
11
11
|
import "clsx";
|
|
12
12
|
import "./components/mui_extended/Typography/index.443590d6.js";
|
|
13
|
-
import "./components/Icon/index.
|
|
14
|
-
import "./components/mui_extended/IconButton/index.
|
|
13
|
+
import "./components/Icon/index.2414ff25.js";
|
|
14
|
+
import "./components/mui_extended/IconButton/index.a318316e.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
|
-
import "./components/mui_extended/Accordion/index.
|
|
16
|
+
import "./components/mui_extended/Accordion/index.5111314b.js";
|
|
17
17
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
20
|
-
import "./components/mui_extended/Button/index.
|
|
20
|
+
import "./components/mui_extended/Button/index.40af964e.js";
|
|
21
21
|
import "./components/mui_extended/CheckBox.5f6c78b0.js";
|
|
22
22
|
import "./components/mui_extended/Badge/index.cad260fe.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "./components/mui_extended/MenuActions/index.
|
|
24
|
+
import "./components/mui_extended/MenuActions/index.f6bfdd40.js";
|
|
25
25
|
import "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
26
|
-
import "./components/mui_extended/Pager/index.
|
|
27
|
-
import "./components/mui_extended/Tab/index.
|
|
26
|
+
import "./components/mui_extended/Pager/index.da26e9d4.js";
|
|
27
|
+
import "./components/mui_extended/Tab/index.0989d15d.js";
|
|
28
28
|
import "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
|
-
import "./components/HelperText/index.
|
|
29
|
+
import "./components/HelperText/index.28e9105d.js";
|
|
30
30
|
import "lodash/debounce";
|
|
31
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
32
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
31
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.0441524c.js";
|
|
32
|
+
import "./components/hook-form/RHFCheckbox/index.c66147f7.js";
|
|
33
33
|
import "@mui/x-date-pickers";
|
|
34
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
35
|
-
import "./components/hook-form/RHFTextField/index.
|
|
36
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
37
|
-
import "./components/Period/index.
|
|
38
|
-
import "./components/CommonActions/components/Actions/index.
|
|
34
|
+
import "./components/hook-form/RHFDateTime/index.4698ca29.js";
|
|
35
|
+
import "./components/hook-form/RHFTextField/index.1fa07688.js";
|
|
36
|
+
import "./components/hook-form/RHFPeriod/index.f653934b.js";
|
|
37
|
+
import "./components/Period/index.0e6512b2.js";
|
|
38
|
+
import "./components/CommonActions/components/Actions/index.23a2d6ae.js";
|
|
39
39
|
import "./react-draggable.7abb5d0a.js";
|
|
40
40
|
import "./components/Resizeable/index.9a9c79a4.js";
|
|
41
|
-
import "./components/modal/index.
|
|
41
|
+
import "./components/modal/index.1bd35bd5.js";
|
|
42
42
|
import "zustand";
|
|
43
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
44
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
43
|
+
import "./components/areas/contexts/AreasContext/index.36fe6953.js";
|
|
44
|
+
import "./components/areas/components/AreasAdmin/index.7bfec13f.js";
|
|
45
45
|
import "zustand/shallow";
|
|
46
|
-
import "./components/ScrollBar/index.
|
|
47
|
-
import "./components/areas/components/AreasViewer/index.
|
|
46
|
+
import "./components/ScrollBar/index.d4410cb5.js";
|
|
47
|
+
import "./components/areas/components/AreasViewer/index.9ed7dfd7.js";
|
|
48
48
|
import "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
49
49
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
50
50
|
import "lodash/isString";
|
|
51
51
|
import "react-dropzone";
|
|
52
|
-
import "./components/hook-form/RHFUpload/index.
|
|
53
|
-
import "./components/animate/index.
|
|
52
|
+
import "./components/hook-form/RHFUpload/index.93c2dcb5.js";
|
|
53
|
+
import "./components/animate/index.4e9774a6.js";
|
|
54
54
|
import "framer-motion";
|
|
55
55
|
import "@mui/material/styles";
|
|
56
56
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
57
57
|
import "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
58
|
-
import "./components/DataGrid/index.
|
|
58
|
+
import "./components/DataGrid/index.d5d0d62f.js";
|
|
59
59
|
import "react-dnd";
|
|
60
60
|
import "react-dnd-html5-backend";
|
|
61
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
61
|
+
import "./components/DataGrid/subcomponents/Actions/index.201394f5.js";
|
|
62
62
|
import "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
63
|
-
import "./components/DynamicFilter/index.
|
|
63
|
+
import "./components/DynamicFilter/index.7d134537.js";
|
|
64
64
|
import "yup";
|
|
65
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
66
|
-
import "./components/GridLayout/index.
|
|
65
|
+
import "./components/GridLayout/subcomponents/Griditem/index.c09681ff.js";
|
|
66
|
+
import "./components/GridLayout/index.70085b00.js";
|
|
67
67
|
import "lodash";
|
|
68
|
-
import "./components/LanguagePopover/index.
|
|
69
|
-
import "./components/NavLink/index.
|
|
68
|
+
import "./components/LanguagePopover/index.065e0296.js";
|
|
69
|
+
import "./components/NavLink/index.2ef07c44.js";
|
|
70
70
|
import "./components/NoItemSelected/index.23dfc897.js";
|
|
71
|
-
import "./components/ObjectLogs/index.
|
|
71
|
+
import "./components/ObjectLogs/index.5d74dfe0.js";
|
|
72
72
|
import "./react-json-view.57125fcf.js";
|
|
73
|
-
import "./components/PaperForm/index.
|
|
73
|
+
import "./components/PaperForm/index.f931dc02.js";
|
|
74
74
|
import "./components/Page/index.4237c241.js";
|
|
75
|
-
import "./components/PropertyValue/index.
|
|
75
|
+
import "./components/PropertyValue/index.a67c9916.js";
|
|
76
76
|
import "./components/SplitLayout/index.9ef430f6.js";
|
|
77
77
|
import "./react-splitter-layout.8b1655c8.js";
|
|
78
|
-
import "./components/SideBar/index.
|
|
79
|
-
import "./components/AppBar/index.
|
|
80
|
-
import "./components/AccountPopover/index.
|
|
78
|
+
import "./components/SideBar/index.72564ef2.js";
|
|
79
|
+
import "./components/AppBar/index.ad2a6f0e.js";
|
|
80
|
+
import "./components/AccountPopover/index.2677fe77.js";
|
|
81
81
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
82
82
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
83
83
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -95,30 +95,30 @@ import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
|
95
95
|
import "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
96
96
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
97
97
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
98
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
98
|
+
import "./components/formatters/BooleanFormatter/index.32de0803.js";
|
|
99
99
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
100
100
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
101
101
|
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
102
|
-
import "./components/formatters/index.
|
|
102
|
+
import "./components/formatters/index.d16d2331.js";
|
|
103
103
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
104
104
|
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
105
105
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
106
106
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
107
107
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
108
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
109
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
110
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
111
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
108
|
+
import "./components/CommonActions/components/ActionCancel/index.b2fc495d.js";
|
|
109
|
+
import "./components/CommonActions/components/ActionIntro/index.724d8e17.js";
|
|
110
|
+
import "./components/CommonActions/components/ActionFormCancel/index.60d8963e.js";
|
|
111
|
+
import "./components/CommonActions/components/ActionFormIntro/index.fde4ea51.js";
|
|
112
112
|
import "./components/DraggableWindow/index.c702d3f2.js";
|
|
113
|
-
import "./components/GridLayout/subcomponents/Responsive/index.
|
|
114
|
-
import "./components/GridLayout/subcomponents/
|
|
113
|
+
import "./components/GridLayout/subcomponents/Responsive/index.eb04fd5e.js";
|
|
114
|
+
import "./components/GridLayout/subcomponents/SizeProvider/index.9c5e80b2.js";
|
|
115
115
|
import "./components/Loadable/index.e994fc3e.js";
|
|
116
|
-
import "./components/ModalDialog/index.
|
|
117
|
-
import "./components/modal/WindowConfirm.
|
|
118
|
-
import "./components/modal/WindowBase.
|
|
116
|
+
import "./components/ModalDialog/index.fb148f76.js";
|
|
117
|
+
import "./components/modal/WindowConfirm.4c3d2cd7.js";
|
|
118
|
+
import "./components/modal/WindowBase.92ce9b8f.js";
|
|
119
119
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
120
120
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
121
|
-
import "./hooks/useModal/index.
|
|
121
|
+
import "./hooks/useModal/index.7a07c208.js";
|
|
122
122
|
import "./assets/Logo/index.228dcb5a.js";
|
|
123
123
|
const getNameDataTestId = (ELEMENT_PREFIX, ELEMENT_KEY, ELEMENT_ID) => {
|
|
124
124
|
return `${ELEMENT_PREFIX}-${[ELEMENT_KEY]}-${ELEMENT_ID}`;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { m } from "framer-motion";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import { IconButton, Box } from "@mui/material";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import "@mui/material/styles";
|
|
6
|
-
import "react-router-dom";
|
|
7
|
-
import "./LoadingScreen/index.1d0c4307.js";
|
|
8
|
-
import "./PropagateLoader/index.7fab43c8.js";
|
|
9
|
-
const varSmall = {
|
|
10
|
-
hover: {
|
|
11
|
-
scale: 1.1
|
|
12
|
-
},
|
|
13
|
-
tap: {
|
|
14
|
-
scale: 0.95
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
const varMedium = {
|
|
18
|
-
hover: {
|
|
19
|
-
scale: 1.09
|
|
20
|
-
},
|
|
21
|
-
tap: {
|
|
22
|
-
scale: 0.97
|
|
23
|
-
}
|
|
24
|
-
};
|
|
25
|
-
const varLarge = {
|
|
26
|
-
hover: {
|
|
27
|
-
scale: 1.08
|
|
28
|
-
},
|
|
29
|
-
tap: {
|
|
30
|
-
scale: 0.99
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
function AnimateWrap({
|
|
34
|
-
size,
|
|
35
|
-
children
|
|
36
|
-
}) {
|
|
37
|
-
const isSmall = size === "small";
|
|
38
|
-
const isLarge = size === "large";
|
|
39
|
-
return /* @__PURE__ */ jsx(Box, {
|
|
40
|
-
component: m.div,
|
|
41
|
-
whileTap: "tap",
|
|
42
|
-
whileHover: "hover",
|
|
43
|
-
variants: isSmall && varSmall || isLarge && varLarge || varMedium,
|
|
44
|
-
sx: {
|
|
45
|
-
display: "inline-flex"
|
|
46
|
-
},
|
|
47
|
-
children
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
const IconButtonAnimate = forwardRef(({
|
|
51
|
-
children,
|
|
52
|
-
size = "medium",
|
|
53
|
-
...other
|
|
54
|
-
}, ref) => /* @__PURE__ */ jsx(AnimateWrap, {
|
|
55
|
-
size,
|
|
56
|
-
children: /* @__PURE__ */ jsx(IconButton, {
|
|
57
|
-
size,
|
|
58
|
-
ref,
|
|
59
|
-
...other,
|
|
60
|
-
children
|
|
61
|
-
})
|
|
62
|
-
}));
|
|
63
|
-
IconButtonAnimate.displayName = "IconButtonAnimate";
|
|
64
|
-
export {
|
|
65
|
-
IconButtonAnimate as I
|
|
66
|
-
};
|
|
File without changes
|