@m4l/components 0.1.78 → 0.1.80
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 +31 -1
- package/components/AccountPopover/{index.7e76dbb7.js → index.00d1d15f.js} +10 -6
- package/components/AppBar/{index.06858422.js → index.c85b100d.js} +5 -4
- package/components/CommonActions/components/ActionCancel/{index.d536ccfa.js → index.1051a117.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.a915b105.js → index.a0d727b2.js} +18 -13
- package/components/CommonActions/components/ActionFormIntro/{index.14e65d6c.js → index.a20dc88d.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.aa1648eb.js → index.bfe3256c.js} +1 -1
- package/components/CommonActions/components/Actions/{index.52125041.js → index.19d67bc6.js} +10 -9
- package/components/DataGrid/classes/constants.d.ts +1 -0
- package/components/DataGrid/classes/index.d.ts +27 -0
- package/components/DataGrid/classes/types.d.ts +27 -0
- package/components/DataGrid/contexts/DataGridContext/types.d.ts +3 -1
- package/components/DataGrid/{index.9fb3e6a1.js → index.2f175eba.js} +173 -316
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/index.d.ts +2 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/types.d.ts +3 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/types.d.ts +2 -0
- package/components/DataGrid/types.d.ts +7 -0
- package/components/DynamicFilter/{index.d1a2e2d1.js → index.c1f9d560.js} +23 -22
- package/components/GridLayout/Responsive/{index.0905a698.js → index.1671380a.js} +1 -1
- package/components/GridLayout/{index.da6fd387.js → index.a792aacb.js} +2 -2
- package/components/HelperText/{index.a019742c.js → index.6ef76993.js} +5 -4
- package/components/LanguagePopover/{index.98b63dcb.js → index.1564bd08.js} +5 -4
- package/components/ModalDialog/{index.d9937d46.js → index.fbc4cd71.js} +3 -3
- package/components/NavLink/{index.a5dea6d3.js → index.6c9c2588.js} +5 -4
- package/components/ObjectLogs/{index.d9d20b9d.js → index.eab1c15f.js} +14 -13
- package/components/Period/{index.7b94c418.js → index.26071a16.js} +16 -15
- package/components/PropertyValue/{index.45c73161.js → index.18d3c0fd.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.43ecd998.js → index.7a0dabbe.js} +23 -22
- package/components/areas/components/AreasViewer/{index.14e62059.js → index.fd49f06c.js} +41 -34
- package/components/areas/components/{index.a87653a9.js → index.7756928a.js} +8 -7
- package/components/areas/contexts/AreasContext/{index.02c4e7be.js → index.0a08a08b.js} +9 -4
- package/components/areas/contexts/AreasContext/types.d.ts +1 -0
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +1 -0
- package/components/areas/contexts/{index.1ff9b360.js → index.b303b664.js} +1 -1
- package/components/areas/hooks/useAreas/{index.85e4b2e2.js → index.c6eb2569.js} +1 -1
- package/components/areas/{index.d1dcccf5.js → index.6e67d89a.js} +8 -7
- package/components/areas/types.d.ts +5 -0
- package/components/hook-form/RHFAutocomplete/classes/index.d.ts +4 -0
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +6 -0
- package/components/hook-form/RHFAutocomplete/{index.6aa51705.js → index.d1bbb015.js} +34 -51
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/types.d.ts +2 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.1a3dfe5f.js → index.f9a9ef48.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.a08a65b3.js → index.7b4a21d7.js} +42 -67
- package/components/hook-form/RHFCheckbox/types.d.ts +2 -1
- package/components/hook-form/RHFDateTime/{index.4d671108.js → index.46cf616e.js} +9 -7
- package/components/hook-form/RHFPeriod/{index.39b4be49.js → index.ce513149.js} +2 -2
- package/components/hook-form/RHFTextField/{index.9004e898.js → index.f7ee202c.js} +4 -3
- package/components/hook-form/RHFUpload/{index.bed8573e.js → index.1befd5bb.js} +6 -5
- package/components/modal/{WindowBase.a0c0b322.js → WindowBase.7e19843e.js} +8 -6
- package/components/modal/{WindowConfirm.6c063f2d.js → WindowConfirm.12a9608a.js} +13 -12
- package/components/modal/{index.00efea85.js → index.b0a7236c.js} +10 -9
- package/components/mui_extended/Accordion/{index.9877f7bf.js → index.a6447bf8.js} +1 -1
- package/components/mui_extended/Badge/classes/constants.d.ts +1 -1
- package/components/mui_extended/Badge/{index.8c2b8b66.js → index.cad260fe.js} +1 -1
- package/components/mui_extended/CheckBox/CheckBox.d.ts +3 -0
- package/components/mui_extended/CheckBox/classes/constants.d.ts +1 -0
- package/components/mui_extended/CheckBox/classes/index.d.ts +8 -0
- package/components/mui_extended/CheckBox/classes/types.d.ts +10 -0
- package/components/mui_extended/CheckBox/index.d.ts +1 -0
- package/components/mui_extended/CheckBox/subcomponents/Skeleton/index.d.ts +3 -0
- package/components/mui_extended/CheckBox/subcomponents/Skeleton/types.d.ts +4 -0
- package/components/mui_extended/CheckBox/types.d.ts +5 -0
- package/components/mui_extended/CheckBox.5f6c78b0.js +86 -0
- package/components/mui_extended/Pager/classes/constants.d.ts +1 -0
- package/components/mui_extended/Pager/classes/index.d.ts +10 -0
- package/components/mui_extended/Pager/classes/types.d.ts +10 -0
- package/components/mui_extended/Pager/{index.2f6d6d7d.js → index.82e89328.js} +67 -31
- package/components/mui_extended/Tab/{index.7c82e43d.js → index.c39a6681.js} +1 -1
- package/components/mui_extended/index.d.ts +1 -0
- package/components/mui_extended/{index.0e2ff642.js → index.d78bde19.js} +5 -4
- package/contexts/ModalContext/{index.e9a7ba4a.js → index.89805978.js} +1 -1
- package/hooks/useModal/{index.8e85f7ae.js → index.e1c5c31e.js} +1 -1
- package/index.js +46 -44
- package/package.json +1 -1
- package/{vendor.e353394b.js → vendor.f57d47a7.js} +38 -37
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/index.d.ts +0 -3
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/types.d.ts +0 -5
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { generateUtilityClasses, generateUtilityClass, TablePagination, Skeleton } from "@mui/material";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
4
|
import { I as IconButton } from "../IconButton/index.12f1a3c3.js";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
7
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
7
8
|
const WrapperPagerActions = styled("div")(({ theme }) => ({
|
|
8
9
|
width: "100%",
|
|
9
10
|
justifyContent: "center",
|
|
@@ -68,36 +69,63 @@ function PagerActions(props) {
|
|
|
68
69
|
})]
|
|
69
70
|
});
|
|
70
71
|
}
|
|
72
|
+
const PagerRoot = styled("div")(({ theme }) => ({
|
|
73
|
+
...theme.components?.M4LPager?.styleOverrides
|
|
74
|
+
}));
|
|
71
75
|
styled("div")(() => ({
|
|
72
76
|
display: "flex",
|
|
73
77
|
flexDirection: "column",
|
|
74
78
|
height: "100%",
|
|
75
79
|
overflow: "hidden"
|
|
76
80
|
}));
|
|
77
|
-
|
|
81
|
+
styled("div")(({ theme }) => ({
|
|
78
82
|
width: "100%",
|
|
79
83
|
display: "flex",
|
|
80
84
|
justifyContent: "center",
|
|
81
85
|
alignItems: "center",
|
|
82
86
|
marginLeft: theme.spacing(3)
|
|
83
87
|
}));
|
|
84
|
-
|
|
88
|
+
styled("div")(({ theme }) => ({
|
|
85
89
|
display: "flex",
|
|
86
90
|
marginLeft: theme.spacing(3)
|
|
87
91
|
}));
|
|
88
|
-
|
|
92
|
+
styled("div")(({ theme }) => ({
|
|
89
93
|
display: "flex",
|
|
90
94
|
justifyContent: "center",
|
|
91
95
|
alignItems: "center",
|
|
92
96
|
width: theme.spacing(3.75),
|
|
93
97
|
height: theme.spacing(3.75)
|
|
94
98
|
}));
|
|
95
|
-
|
|
99
|
+
styled("div")(({ theme }) => ({
|
|
96
100
|
display: "grid",
|
|
97
101
|
gridTemplateColumns: "auto auto",
|
|
98
102
|
gridGap: theme.spacing(1),
|
|
99
103
|
marginRight: theme.spacing(3)
|
|
100
104
|
}));
|
|
105
|
+
const componentName = "M4LPager";
|
|
106
|
+
generateUtilityClasses(componentName, [
|
|
107
|
+
"root",
|
|
108
|
+
"skeletonRoot",
|
|
109
|
+
"skeletonRowsPerPage",
|
|
110
|
+
"skeletonButtonContainer",
|
|
111
|
+
"skeletonIconButton"
|
|
112
|
+
]);
|
|
113
|
+
function getPagerUtilityClass(slot) {
|
|
114
|
+
return generateUtilityClass(componentName, slot);
|
|
115
|
+
}
|
|
116
|
+
const pagerUtilityClasses = () => {
|
|
117
|
+
const slots = {
|
|
118
|
+
root: ["root"],
|
|
119
|
+
skeletonRoot: ["skeletonRoot"],
|
|
120
|
+
skeletonRowsPerPage: ["skeletonRowsPerPage"],
|
|
121
|
+
skeletonButtonContainer: ["skeletonButtonContainer"],
|
|
122
|
+
skeletonIconButton: ["skeletonIconButton"]
|
|
123
|
+
};
|
|
124
|
+
const composedClasses = unstable_composeClasses(slots, getPagerUtilityClass, {});
|
|
125
|
+
return {
|
|
126
|
+
...composedClasses
|
|
127
|
+
};
|
|
128
|
+
};
|
|
101
129
|
function Pager(props) {
|
|
102
130
|
const {
|
|
103
131
|
totalRecords,
|
|
@@ -124,9 +152,29 @@ function Pager(props) {
|
|
|
124
152
|
const handleChangePage = (_event, newPage) => {
|
|
125
153
|
onPageChange(newPage);
|
|
126
154
|
};
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
155
|
+
const classes = pagerUtilityClasses();
|
|
156
|
+
return /* @__PURE__ */ jsx(PagerRoot, {
|
|
157
|
+
className: classes.root,
|
|
158
|
+
children: !isSkeleton ? /* @__PURE__ */ jsx(TablePagination, {
|
|
159
|
+
id: "TablePagination",
|
|
160
|
+
rowsPerPageOptions,
|
|
161
|
+
component: "div",
|
|
162
|
+
count: totalRecords,
|
|
163
|
+
rowsPerPage,
|
|
164
|
+
page: currentPage,
|
|
165
|
+
onPageChange: handleChangePage,
|
|
166
|
+
onRowsPerPageChange: handleChangeRowsPerPage,
|
|
167
|
+
labelDisplayedRows: isDesktop ? ({
|
|
168
|
+
from,
|
|
169
|
+
to,
|
|
170
|
+
count
|
|
171
|
+
}) => `${from}-${to} ${labelOf} ${count}` : () => ``,
|
|
172
|
+
labelRowsPerPage: isDesktop ? labelRows : "",
|
|
173
|
+
ActionsComponent: PagerActions
|
|
174
|
+
}) : /* @__PURE__ */ jsxs("div", {
|
|
175
|
+
className: classes.skeletonRoot,
|
|
176
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
177
|
+
className: classes.skeletonRowsPerPage,
|
|
130
178
|
children: [/* @__PURE__ */ jsx(Skeleton, {
|
|
131
179
|
variant: "text",
|
|
132
180
|
width: "40px",
|
|
@@ -140,26 +188,31 @@ function Pager(props) {
|
|
|
140
188
|
variant: "text",
|
|
141
189
|
width: "50px",
|
|
142
190
|
height: "16px"
|
|
143
|
-
}), /* @__PURE__ */ jsxs(
|
|
144
|
-
|
|
191
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
192
|
+
className: classes.skeletonButtonContainer,
|
|
193
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
194
|
+
className: classes.skeletonIconButton,
|
|
145
195
|
children: /* @__PURE__ */ jsx(Skeleton, {
|
|
146
196
|
variant: "circular",
|
|
147
197
|
width: 20,
|
|
148
198
|
height: 20
|
|
149
199
|
})
|
|
150
|
-
}), /* @__PURE__ */ jsx(
|
|
200
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
201
|
+
className: classes.skeletonIconButton,
|
|
151
202
|
children: /* @__PURE__ */ jsx(Skeleton, {
|
|
152
203
|
variant: "circular",
|
|
153
204
|
width: 20,
|
|
154
205
|
height: 20
|
|
155
206
|
})
|
|
156
|
-
}), /* @__PURE__ */ jsx(
|
|
207
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
208
|
+
className: classes.skeletonIconButton,
|
|
157
209
|
children: /* @__PURE__ */ jsx(Skeleton, {
|
|
158
210
|
variant: "circular",
|
|
159
211
|
width: 20,
|
|
160
212
|
height: 20
|
|
161
213
|
})
|
|
162
|
-
}), /* @__PURE__ */ jsx(
|
|
214
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
215
|
+
className: classes.skeletonIconButton,
|
|
163
216
|
children: /* @__PURE__ */ jsx(Skeleton, {
|
|
164
217
|
variant: "circular",
|
|
165
218
|
width: 20,
|
|
@@ -167,24 +220,7 @@ function Pager(props) {
|
|
|
167
220
|
})
|
|
168
221
|
})]
|
|
169
222
|
})]
|
|
170
|
-
})
|
|
171
|
-
}
|
|
172
|
-
return /* @__PURE__ */ jsx(TablePagination, {
|
|
173
|
-
id: "TablePagination",
|
|
174
|
-
rowsPerPageOptions,
|
|
175
|
-
component: "div",
|
|
176
|
-
count: totalRecords,
|
|
177
|
-
rowsPerPage,
|
|
178
|
-
page: currentPage,
|
|
179
|
-
onPageChange: handleChangePage,
|
|
180
|
-
onRowsPerPageChange: handleChangeRowsPerPage,
|
|
181
|
-
labelDisplayedRows: isDesktop ? ({
|
|
182
|
-
from,
|
|
183
|
-
to,
|
|
184
|
-
count
|
|
185
|
-
}) => `${from}-${to} ${labelOf} ${count}` : () => ``,
|
|
186
|
-
labelRowsPerPage: isDesktop ? labelRows : "",
|
|
187
|
-
ActionsComponent: PagerActions
|
|
223
|
+
})
|
|
188
224
|
});
|
|
189
225
|
}
|
|
190
226
|
function getPagerComponentsDictionary() {
|
|
@@ -4,7 +4,7 @@ import { styled } from "@mui/material/styles";
|
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
|
-
import { g as getNameDataTestId } from "../../../vendor.
|
|
7
|
+
import { g as getNameDataTestId } from "../../../vendor.f57d47a7.js";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
9
|
const TabRoot = styled("div")(({
|
|
10
10
|
theme
|
|
@@ -5,6 +5,7 @@ export { BoxIcon } from './BoxIcon';
|
|
|
5
5
|
export { Breadcrumbs } from './Breadcrumbs';
|
|
6
6
|
export type { TLink } from './Breadcrumbs/types';
|
|
7
7
|
export * from './Button/Button';
|
|
8
|
+
export * from './CheckBox';
|
|
8
9
|
export { CircularProgress } from './CircularProgress';
|
|
9
10
|
export { Badge } from './Badge';
|
|
10
11
|
export * from './IconButton/IconButton';
|
|
@@ -6,17 +6,18 @@ import "clsx";
|
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
7
|
import "./IconButton/index.12f1a3c3.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "./Accordion/index.
|
|
9
|
+
import "./Accordion/index.a6447bf8.js";
|
|
10
10
|
import "./Typography/index.443590d6.js";
|
|
11
11
|
import "./Avatar/index.75e6ed57.js";
|
|
12
12
|
import "react-router-dom";
|
|
13
13
|
import "@mui/material/Button";
|
|
14
14
|
import "./Button/index.4288f9fc.js";
|
|
15
|
-
import "./
|
|
15
|
+
import "./CheckBox.5f6c78b0.js";
|
|
16
|
+
import "./Badge/index.cad260fe.js";
|
|
16
17
|
import "../Image/index.c18ebf5a.js";
|
|
17
18
|
import "@mui/lab";
|
|
18
19
|
import "./MenuActions/index.43a2e1ae.js";
|
|
19
20
|
import "./Popover/index.9f35d0eb.js";
|
|
20
|
-
import "./Pager/index.
|
|
21
|
-
import "./Tab/index.
|
|
21
|
+
import "./Pager/index.82e89328.js";
|
|
22
|
+
import "./Tab/index.c39a6681.js";
|
|
22
23
|
import "./Tooltip/index.5a795dcd.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createContext, useState } from "react";
|
|
2
|
-
import { M as ModalDialog } from "../../components/ModalDialog/index.
|
|
2
|
+
import { M as ModalDialog } from "../../components/ModalDialog/index.fbc4cd71.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import { M as ModalContext } from "../../contexts/ModalContext/index.
|
|
2
|
+
import { M as ModalContext } from "../../contexts/ModalContext/index.89805978.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|
package/index.js
CHANGED
|
@@ -7,88 +7,89 @@ import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
|
7
7
|
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
8
8
|
import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
10
|
-
import { A } from "./components/areas/components/AreasAdmin/index.
|
|
11
|
-
import { A as A2 } from "./components/areas/components/AreasViewer/index.
|
|
12
|
-
import { A as A3, a as a2 } from "./components/areas/contexts/AreasContext/index.
|
|
10
|
+
import { A } from "./components/areas/components/AreasAdmin/index.7a0dabbe.js";
|
|
11
|
+
import { A as A2 } from "./components/areas/components/AreasViewer/index.fd49f06c.js";
|
|
12
|
+
import { A as A3, a as a2 } from "./components/areas/contexts/AreasContext/index.0a08a08b.js";
|
|
13
13
|
import { a as a3, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
14
14
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
15
15
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
16
16
|
import { A as A4, D, L as L2, a as a4, g } from "./components/areas/dictionary.afb7e3d9.js";
|
|
17
|
-
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.
|
|
18
|
-
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
19
|
-
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.
|
|
20
|
-
import { R as R4 } from "./components/hook-form/RHFDateTime/index.
|
|
17
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.d1bbb015.js";
|
|
18
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.f9a9ef48.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.7b4a21d7.js";
|
|
20
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.46cf616e.js";
|
|
21
21
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
22
22
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
23
|
-
import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.
|
|
23
|
+
import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.f7ee202c.js";
|
|
24
24
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
25
|
-
import { R as R9 } from "./components/hook-form/RHFPeriod/index.
|
|
26
|
-
import { P as P2, g as g4 } from "./components/Period/index.
|
|
27
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
28
|
-
import { A as A5 } from "./components/mui_extended/Accordion/index.
|
|
25
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.ce513149.js";
|
|
26
|
+
import { P as P2, g as g4 } from "./components/Period/index.26071a16.js";
|
|
27
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.1befd5bb.js";
|
|
28
|
+
import { A as A5 } from "./components/mui_extended/Accordion/index.a6447bf8.js";
|
|
29
29
|
import { A as A6 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
30
30
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
31
31
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
32
32
|
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.4288f9fc.js";
|
|
33
|
-
import { C } from "./components/mui_extended/
|
|
34
|
-
import {
|
|
33
|
+
import { C } from "./components/mui_extended/CheckBox.5f6c78b0.js";
|
|
34
|
+
import { C as C2 } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
35
|
+
import { B as B4 } from "./components/mui_extended/Badge/index.cad260fe.js";
|
|
35
36
|
import { I as I3 } from "./components/mui_extended/IconButton/index.12f1a3c3.js";
|
|
36
37
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
37
38
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
38
39
|
import { M as M3 } from "./components/mui_extended/MenuActions/index.43a2e1ae.js";
|
|
39
40
|
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
40
|
-
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.
|
|
41
|
-
import { T } from "./components/mui_extended/Tab/index.
|
|
41
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.82e89328.js";
|
|
42
|
+
import { T } from "./components/mui_extended/Tab/index.c39a6681.js";
|
|
42
43
|
import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
43
44
|
import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
44
45
|
import { B as B5 } from "./components/formatters/BooleanFormatter/index.e8de8e4c.js";
|
|
45
46
|
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
46
47
|
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
47
48
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
48
|
-
import { C as
|
|
49
|
+
import { C as C3, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.67aeb049.js";
|
|
49
50
|
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
50
|
-
import { D as D3, N, T as T4, c as c2, d as d2, b as b4, a as a7, g as g11 } from "./components/DataGrid/index.
|
|
51
|
+
import { D as D3, N, T as T4, c as c2, d as d2, b as b4, a as a7, g as g11 } from "./components/DataGrid/index.2f175eba.js";
|
|
51
52
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
52
53
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
53
54
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
54
55
|
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
55
|
-
import { D as D4, g as g12 } from "./components/DynamicFilter/index.
|
|
56
|
-
import { H, e } from "./components/HelperText/index.
|
|
57
|
-
import { A as A7, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.
|
|
58
|
-
import { A as A8 } from "./components/CommonActions/components/ActionCancel/index.
|
|
59
|
-
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.
|
|
60
|
-
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
61
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
56
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.c1f9d560.js";
|
|
57
|
+
import { H, e } from "./components/HelperText/index.6ef76993.js";
|
|
58
|
+
import { A as A7, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.19d67bc6.js";
|
|
59
|
+
import { A as A8 } from "./components/CommonActions/components/ActionCancel/index.1051a117.js";
|
|
60
|
+
import { A as A9 } from "./components/CommonActions/components/ActionIntro/index.bfe3256c.js";
|
|
61
|
+
import { A as A10 } from "./components/CommonActions/components/ActionFormCancel/index.a0d727b2.js";
|
|
62
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormIntro/index.a20dc88d.js";
|
|
62
63
|
import { D as D5 } from "./components/DraggableWindow/index.c702d3f2.js";
|
|
63
|
-
import { G } from "./components/GridLayout/index.
|
|
64
|
-
import { R as R11, a as a8, b as b5, d as d4, i, c as c7 } from "./components/GridLayout/Responsive/index.
|
|
64
|
+
import { G } from "./components/GridLayout/index.a792aacb.js";
|
|
65
|
+
import { R as R11, a as a8, b as b5, d as d4, i, c as c7 } from "./components/GridLayout/Responsive/index.1671380a.js";
|
|
65
66
|
import { W as W2 } from "./components/GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
66
67
|
import { I as I4 } from "./components/Icon/index.9fcd1476.js";
|
|
67
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
68
|
+
import { L as L6 } from "./components/LanguagePopover/index.1564bd08.js";
|
|
68
69
|
import { L as L7 } from "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
69
70
|
import { I as I5 } from "./components/Image/index.c18ebf5a.js";
|
|
70
71
|
import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
|
|
71
|
-
import { M as M4, d as d5, g as g14 } from "./components/ModalDialog/index.
|
|
72
|
-
import { W as W3 } from "./components/modal/WindowConfirm.
|
|
73
|
-
import { W as W4 } from "./components/modal/WindowBase.
|
|
74
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
72
|
+
import { M as M4, d as d5, g as g14 } from "./components/ModalDialog/index.fbc4cd71.js";
|
|
73
|
+
import { W as W3 } from "./components/modal/WindowConfirm.12a9608a.js";
|
|
74
|
+
import { W as W4 } from "./components/modal/WindowBase.7e19843e.js";
|
|
75
|
+
import { N as N2 } from "./components/NavLink/index.6c9c2588.js";
|
|
75
76
|
import { N as N3, d as d6, g as g15 } from "./components/NoItemSelected/index.23dfc897.js";
|
|
76
|
-
import { O, d as d7, g as g16 } from "./components/ObjectLogs/index.
|
|
77
|
+
import { O, d as d7, g as g16 } from "./components/ObjectLogs/index.eab1c15f.js";
|
|
77
78
|
import { P as P8 } from "./components/PaperForm/index.ba38a0bd.js";
|
|
78
79
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
79
|
-
import { P as P9 } from "./components/PropertyValue/index.
|
|
80
|
+
import { P as P9 } from "./components/PropertyValue/index.18d3c0fd.js";
|
|
80
81
|
import { R as R12 } from "./components/Resizeable/index.9a9c79a4.js";
|
|
81
82
|
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
82
83
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
83
84
|
import { S as S3 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
84
85
|
import { S as S4 } from "./components/SideBar/index.2f497e6c.js";
|
|
85
|
-
import { A as A12 } from "./components/AppBar/index.
|
|
86
|
-
import { A as A13 } from "./components/AccountPopover/index.
|
|
86
|
+
import { A as A12 } from "./components/AppBar/index.c85b100d.js";
|
|
87
|
+
import { A as A13 } from "./components/AccountPopover/index.00d1d15f.js";
|
|
87
88
|
import { a as a9, D as D6, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
88
|
-
import { M as M6, a as a10 } from "./contexts/ModalContext/index.
|
|
89
|
+
import { M as M6, a as a10 } from "./contexts/ModalContext/index.89805978.js";
|
|
89
90
|
import { R as R13 } from "./contexts/RHFormContext/index.fe175bab.js";
|
|
90
91
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
91
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
92
|
+
import { u as u4 } from "./hooks/useModal/index.e1c5c31e.js";
|
|
92
93
|
import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
|
|
93
94
|
import "framer-motion";
|
|
94
95
|
import "react";
|
|
@@ -97,12 +98,13 @@ import "react/jsx-runtime";
|
|
|
97
98
|
import "@mui/material/styles";
|
|
98
99
|
import "react-router-dom";
|
|
99
100
|
import "./react-spinners.342a6578.js";
|
|
100
|
-
import "./components/areas/hooks/useAreas/index.
|
|
101
|
+
import "./components/areas/hooks/useAreas/index.c6eb2569.js";
|
|
101
102
|
import "zustand";
|
|
102
103
|
import "@m4l/core";
|
|
103
104
|
import "yup";
|
|
104
105
|
import "clsx";
|
|
105
106
|
import "@mui/material/Button";
|
|
107
|
+
import "@m4l/graphics";
|
|
106
108
|
import "@mui/lab";
|
|
107
109
|
import "@mui/base";
|
|
108
110
|
import "./utils/index.c43a95f4.js";
|
|
@@ -111,11 +113,10 @@ import "./components/areas/icons.8266ccc8.js";
|
|
|
111
113
|
import "react-hook-form";
|
|
112
114
|
import "lodash/debounce";
|
|
113
115
|
import "@mui/x-date-pickers";
|
|
114
|
-
import "@m4l/graphics";
|
|
115
116
|
import "./react-draggable.7abb5d0a.js";
|
|
116
117
|
import "prop-types";
|
|
117
118
|
import "react-dom";
|
|
118
|
-
import "./components/modal/index.
|
|
119
|
+
import "./components/modal/index.b0a7236c.js";
|
|
119
120
|
import "zustand/shallow";
|
|
120
121
|
import "lodash/isString";
|
|
121
122
|
import "react-dropzone";
|
|
@@ -129,7 +130,7 @@ import "./react-splitter-layout.8b1655c8.js";
|
|
|
129
130
|
import "zustand/middleware";
|
|
130
131
|
import "zustand/middleware/immer";
|
|
131
132
|
import "./test/constants_no_mock.86c553a9.js";
|
|
132
|
-
import "./vendor.
|
|
133
|
+
import "./vendor.f57d47a7.js";
|
|
133
134
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
134
135
|
import "./react-data-grid.d46d625e.js";
|
|
135
136
|
import "./node_modules.d73a220d.js";
|
|
@@ -157,8 +158,9 @@ export {
|
|
|
157
158
|
B as BoxIcon,
|
|
158
159
|
B2 as Breadcrumbs,
|
|
159
160
|
B3 as Button,
|
|
160
|
-
C as
|
|
161
|
-
C2 as
|
|
161
|
+
C as CheckBox,
|
|
162
|
+
C2 as CircularProgress,
|
|
163
|
+
C3 as ConcatenatedFormatter,
|
|
162
164
|
D as DICCTIONARY,
|
|
163
165
|
D3 as DataGrid,
|
|
164
166
|
D2 as DateFormatter,
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
2
|
-
import "./contexts/ModalContext/index.
|
|
2
|
+
import "./contexts/ModalContext/index.89805978.js";
|
|
3
3
|
import "./contexts/RHFormContext/index.fe175bab.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.d1bbb015.js";
|
|
9
9
|
import "./components/Image/index.c18ebf5a.js";
|
|
10
10
|
import "react/jsx-runtime";
|
|
11
11
|
import "clsx";
|
|
@@ -13,67 +13,68 @@ import "./components/mui_extended/Typography/index.443590d6.js";
|
|
|
13
13
|
import "./components/Icon/index.9fcd1476.js";
|
|
14
14
|
import "./components/mui_extended/IconButton/index.12f1a3c3.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
|
-
import "./components/mui_extended/Accordion/index.
|
|
16
|
+
import "./components/mui_extended/Accordion/index.a6447bf8.js";
|
|
17
17
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
20
20
|
import "./components/mui_extended/Button/index.4288f9fc.js";
|
|
21
|
-
import "./components/mui_extended/
|
|
21
|
+
import "./components/mui_extended/CheckBox.5f6c78b0.js";
|
|
22
|
+
import "./components/mui_extended/Badge/index.cad260fe.js";
|
|
22
23
|
import "@mui/lab";
|
|
23
24
|
import "./components/mui_extended/MenuActions/index.43a2e1ae.js";
|
|
24
25
|
import "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
25
|
-
import "./components/mui_extended/Pager/index.
|
|
26
|
-
import "./components/mui_extended/Tab/index.
|
|
26
|
+
import "./components/mui_extended/Pager/index.82e89328.js";
|
|
27
|
+
import "./components/mui_extended/Tab/index.c39a6681.js";
|
|
27
28
|
import "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
28
|
-
import "./components/HelperText/index.
|
|
29
|
+
import "./components/HelperText/index.6ef76993.js";
|
|
29
30
|
import "lodash/debounce";
|
|
30
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
31
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
31
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.f9a9ef48.js";
|
|
32
|
+
import "./components/hook-form/RHFCheckbox/index.7b4a21d7.js";
|
|
32
33
|
import "@mui/x-date-pickers";
|
|
33
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
34
|
-
import "./components/hook-form/RHFTextField/index.
|
|
35
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
36
|
-
import "./components/Period/index.
|
|
37
|
-
import "./components/CommonActions/components/Actions/index.
|
|
34
|
+
import "./components/hook-form/RHFDateTime/index.46cf616e.js";
|
|
35
|
+
import "./components/hook-form/RHFTextField/index.f7ee202c.js";
|
|
36
|
+
import "./components/hook-form/RHFPeriod/index.ce513149.js";
|
|
37
|
+
import "./components/Period/index.26071a16.js";
|
|
38
|
+
import "./components/CommonActions/components/Actions/index.19d67bc6.js";
|
|
38
39
|
import "./react-draggable.7abb5d0a.js";
|
|
39
40
|
import "./components/Resizeable/index.9a9c79a4.js";
|
|
40
|
-
import "./components/modal/index.
|
|
41
|
+
import "./components/modal/index.b0a7236c.js";
|
|
41
42
|
import "zustand";
|
|
42
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
43
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
43
|
+
import "./components/areas/contexts/AreasContext/index.0a08a08b.js";
|
|
44
|
+
import "./components/areas/components/AreasAdmin/index.7a0dabbe.js";
|
|
44
45
|
import "zustand/shallow";
|
|
45
46
|
import "./components/ScrollBar/index.bbe48f4d.js";
|
|
46
|
-
import "./components/areas/components/AreasViewer/index.
|
|
47
|
+
import "./components/areas/components/AreasViewer/index.fd49f06c.js";
|
|
47
48
|
import "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
48
49
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
49
50
|
import "lodash/isString";
|
|
50
51
|
import "react-dropzone";
|
|
51
|
-
import "./components/hook-form/RHFUpload/index.
|
|
52
|
+
import "./components/hook-form/RHFUpload/index.1befd5bb.js";
|
|
52
53
|
import "./components/animate/index.1f8eadd4.js";
|
|
53
54
|
import "framer-motion";
|
|
54
55
|
import "@mui/material/styles";
|
|
55
56
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
56
57
|
import "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
57
|
-
import "./components/DataGrid/index.
|
|
58
|
+
import "./components/DataGrid/index.2f175eba.js";
|
|
58
59
|
import "react-dnd";
|
|
59
60
|
import "react-dnd-html5-backend";
|
|
60
|
-
import "./components/DynamicFilter/index.
|
|
61
|
+
import "./components/DynamicFilter/index.c1f9d560.js";
|
|
61
62
|
import "yup";
|
|
62
|
-
import "./components/GridLayout/index.
|
|
63
|
+
import "./components/GridLayout/index.a792aacb.js";
|
|
63
64
|
import "lodash";
|
|
64
|
-
import "./components/LanguagePopover/index.
|
|
65
|
-
import "./components/NavLink/index.
|
|
65
|
+
import "./components/LanguagePopover/index.1564bd08.js";
|
|
66
|
+
import "./components/NavLink/index.6c9c2588.js";
|
|
66
67
|
import "./components/NoItemSelected/index.23dfc897.js";
|
|
67
|
-
import "./components/ObjectLogs/index.
|
|
68
|
+
import "./components/ObjectLogs/index.eab1c15f.js";
|
|
68
69
|
import "./react-json-view.57125fcf.js";
|
|
69
70
|
import "./components/PaperForm/index.ba38a0bd.js";
|
|
70
71
|
import "./components/Page/index.4237c241.js";
|
|
71
|
-
import "./components/PropertyValue/index.
|
|
72
|
+
import "./components/PropertyValue/index.18d3c0fd.js";
|
|
72
73
|
import "./components/SplitLayout/index.9ef430f6.js";
|
|
73
74
|
import "./react-splitter-layout.8b1655c8.js";
|
|
74
75
|
import "./components/SideBar/index.2f497e6c.js";
|
|
75
|
-
import "./components/AppBar/index.
|
|
76
|
-
import "./components/AccountPopover/index.
|
|
76
|
+
import "./components/AppBar/index.c85b100d.js";
|
|
77
|
+
import "./components/AccountPopover/index.00d1d15f.js";
|
|
77
78
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
78
79
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
79
80
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -101,20 +102,20 @@ import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae205
|
|
|
101
102
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
102
103
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
103
104
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
104
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
105
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
106
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
107
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
105
|
+
import "./components/CommonActions/components/ActionCancel/index.1051a117.js";
|
|
106
|
+
import "./components/CommonActions/components/ActionIntro/index.bfe3256c.js";
|
|
107
|
+
import "./components/CommonActions/components/ActionFormCancel/index.a0d727b2.js";
|
|
108
|
+
import "./components/CommonActions/components/ActionFormIntro/index.a20dc88d.js";
|
|
108
109
|
import "./components/DraggableWindow/index.c702d3f2.js";
|
|
109
|
-
import "./components/GridLayout/Responsive/index.
|
|
110
|
+
import "./components/GridLayout/Responsive/index.1671380a.js";
|
|
110
111
|
import "./components/GridLayout/WidthProvider/index.9a26dfe4.js";
|
|
111
112
|
import "./components/Loadable/index.e994fc3e.js";
|
|
112
|
-
import "./components/ModalDialog/index.
|
|
113
|
-
import "./components/modal/WindowConfirm.
|
|
114
|
-
import "./components/modal/WindowBase.
|
|
113
|
+
import "./components/ModalDialog/index.fbc4cd71.js";
|
|
114
|
+
import "./components/modal/WindowConfirm.12a9608a.js";
|
|
115
|
+
import "./components/modal/WindowBase.7e19843e.js";
|
|
115
116
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
116
117
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
117
|
-
import "./hooks/useModal/index.
|
|
118
|
+
import "./hooks/useModal/index.e1c5c31e.js";
|
|
118
119
|
import "./assets/Logo/index.228dcb5a.js";
|
|
119
120
|
const getNameDataTestId = (ELEMENT_PREFIX, ELEMENT_KEY, ELEMENT_ID) => {
|
|
120
121
|
return `${ELEMENT_PREFIX}-${[ELEMENT_KEY]}-${ELEMENT_ID}`;
|