@m4l/components 0.1.93 → 0.1.95
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/components/AccountPopover/{index.2ef0bf6d.js → index.3711d526.js} +1 -1
- package/components/AppBar/{index.16fe42a1.js → index.512042a9.js} +1 -1
- package/components/CommonActions/components/ActionCancel/{index.c3e23ad4.js → index.bb383946.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.6da52418.js → index.97ecdeef.js} +2 -2
- package/components/CommonActions/components/ActionFormIntro/{index.c3af6d1d.js → index.3deddb07.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.49631fcb.js → index.4bc5780e.js} +1 -1
- package/components/DataGrid/{index.abedf2c0.js → index.47a152d0.js} +5 -5
- package/components/DataGrid/subcomponents/Actions/{index.c8408b73.js → index.8d9feca6.js} +7 -7
- package/components/DynamicFilter/{index.cb1402aa.js → index.a50a1483.js} +9 -9
- package/components/GridLayout/{index.1421f0d4.js → index.4a245d9e.js} +1 -1
- package/components/GridLayout/subcomponents/Griditem/{index.b2342897.js → index.ea745285.js} +2 -2
- package/components/GridLayout/subcomponents/Responsive/{index.f459804c.js → index.edb59c22.js} +2 -2
- package/components/Icon/{index.3211023d.js → index.11a7a77c.js} +1 -1
- package/components/Image/{index.611cd930.js → index.9799dfc0.js} +1 -1
- package/components/LanguagePopover/{index.b6dc03d0.js → index.087b430d.js} +2 -2
- package/components/LoadingError/{index.96bdc803.js → index.08cf9728.js} +2 -2
- package/components/MFLoader/{index.caee87dd.js → index.4b531d2d.js} +1 -1
- package/components/NoItemSelected/{index.3e29c208.js → index.8a2a13f8.js} +1 -1
- package/components/ObjectLogs/{index.38fd657f.js → index.55b5c933.js} +4 -4
- package/components/Page/{index.c4642a29.js → index.49d18c85.js} +1 -1
- package/components/PaperForm/{index.cce9ed39.js → index.a2b69977.js} +1 -1
- package/components/Period/{index.c35c6a6c.js → index.8cccbb4b.js} +1 -1
- package/components/PrintingSystem/index.d1fd7818.js +223 -0
- package/components/PrintingSystem/subcomponents/BodyNode/index.f6410daa.js +48 -0
- package/components/PrintingSystem/subcomponents/ChartNode/index.6b30abe0.js +91 -0
- package/components/PrintingSystem/subcomponents/DividerNode/index.dcac3bc0.js +19 -0
- package/components/PrintingSystem/subcomponents/FooterNode/index.dd21921e.js +48 -0
- package/components/PrintingSystem/subcomponents/GridNode/index.eb5ebe06.js +73 -0
- package/components/PrintingSystem/subcomponents/HeaderNode/index.48e8769c.js +48 -0
- package/components/PrintingSystem/subcomponents/PaperNode/index.ccec72dc.js +46 -0
- package/components/PrintingSystem/subcomponents/PropertyValueNode/index.807e0343.js +43 -0
- package/components/PrintingSystem/subcomponents/SectionNode/index.622df623.js +48 -0
- package/components/PrintingSystem/subcomponents/TextBoxNode/index.f06ac3d5.js +28 -0
- package/components/PropertyValue/classes/index.d.ts +1 -1
- package/components/PropertyValue/{index.3ee95452.js → index.4ae0bb21.js} +1 -1
- package/components/SideBar/{index.5fd648d2.js → index.ce301edd.js} +3 -3
- package/components/areas/components/AreasAdmin/{index.ddb384a1.js → index.3c182644.js} +8 -8
- package/components/areas/components/AreasViewer/{index.625bf23b.js → index.a0a969e7.js} +10 -10
- package/components/areas/contexts/AreasContext/{index.646f3c8f.js → index.d43aceaf.js} +4 -4
- package/components/areas/hooks/useAreas/{index.ee66240b.js → index.6a1d525c.js} +1 -1
- package/components/formatters/BooleanFormatter/{index.3c2df7a8.js → index.00596be3.js} +3 -10
- package/components/formatters/dictionary.d.ts +0 -1
- package/components/formatters/{index.dc77adb7.js → index.1906141f.js} +1 -11
- package/components/hook-form/RHFAutocomplete/{index.52387f0f.js → index.a5f1034a.js} +2 -2
- package/components/hook-form/RHFAutocompleteAsync/{index.638bd2ae.js → index.047ff594.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.66e334b0.js → index.a273293c.js} +1 -1
- package/components/hook-form/RHFPeriod/{index.23099265.js → index.53827a17.js} +1 -1
- package/components/hook-form/RHFTextField/{index.25b3627e.js → index.5801338a.js} +1 -1
- package/components/hook-form/RHFUpload/{index.65588e08.js → index.f04df1c9.js} +2 -2
- package/components/modal/{WindowBase.161ec78a.js → WindowBase.beb2fb3e.js} +2 -2
- package/components/modal/{WindowConfirm.7eed7c35.js → WindowConfirm.477e6f63.js} +4 -4
- package/components/mui_extended/Accordion/{index.92aae1a4.js → index.08ff7e2f.js} +3 -3
- package/components/mui_extended/Button/{index.94fec33c.js → index.857c2dfe.js} +1 -1
- package/components/mui_extended/IconButton/{index.53cd6388.js → index.5499ffdb.js} +1 -1
- package/components/mui_extended/MenuActions/{index.dd9f65a2.js → index.d8d0c00e.js} +2 -2
- package/components/mui_extended/Pager/{index.de0bd62c.js → index.47343062.js} +1 -1
- package/components/mui_extended/Tab/{index.1fcabba2.js → index.2f9a6815.js} +1 -1
- package/contexts/RHFormContext/classes/index.d.ts +1 -1
- package/hooks/useFormAddEdit/{index.3584a29f.js → index.b9ccd95f.js} +1 -1
- package/index.js +69 -58
- package/package.json +1 -1
- package/{vendor.71883626.js → vendor.6019bf6e.js} +43 -43
- package/components/PrintingSystem/index.e18a2fa8.js +0 -634
- package/node_modules.b55d04d9.js +0 -15267
|
@@ -3,7 +3,7 @@ import "@mui/base";
|
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { W as WrapperComponent } from "../WrapperComponent/index.5e872594.js";
|
|
5
5
|
import { useModuleDictionary } from "@m4l/core";
|
|
6
|
-
import { a as BOOLEAN_FORMATTER_DICTIONARY_KEY
|
|
6
|
+
import { a as BOOLEAN_FORMATTER_DICTIONARY_KEY } from "./BooleanFormatter/index.00596be3.js";
|
|
7
7
|
const COMPONENT_CLASS_NAME = "M4LFormatter";
|
|
8
8
|
const formatterClasses = generateUtilityClasses(COMPONENT_CLASS_NAME, [
|
|
9
9
|
"root",
|
|
@@ -67,14 +67,6 @@ const dictionary = {
|
|
|
67
67
|
LABEL_DAYS: `${PERIOD_FORMATTER_DICTIONARY_KEY}.label_days`,
|
|
68
68
|
LABEL_DAY: `${PERIOD_FORMATTER_DICTIONARY_KEY}.label_day`
|
|
69
69
|
};
|
|
70
|
-
const PERIOD_FORMATTER_DICTIONARY_LABELS = [
|
|
71
|
-
dictionary.LABEL_YEARS,
|
|
72
|
-
dictionary.LABEL_YEAR,
|
|
73
|
-
dictionary.LABEL_MONTHS,
|
|
74
|
-
dictionary.LABEL_MONTH,
|
|
75
|
-
dictionary.LABEL_DAYS,
|
|
76
|
-
dictionary.LABEL_DAY
|
|
77
|
-
];
|
|
78
70
|
function getFormatPeriod(years, months, days) {
|
|
79
71
|
const {
|
|
80
72
|
getLabel
|
|
@@ -137,14 +129,12 @@ function getFormattersComponentsDictionary() {
|
|
|
137
129
|
PERIOD_FORMATTER_DICTIONARY_KEY
|
|
138
130
|
];
|
|
139
131
|
}
|
|
140
|
-
const FORMATTER_DICTIONARY = BOOLEAN_FORMATTER_DICTIONARY_LABELS.concat(PERIOD_FORMATTER_DICTIONARY_LABELS);
|
|
141
132
|
export {
|
|
142
133
|
ConcatenatedFormatter as C,
|
|
143
134
|
FormatterRoot as F,
|
|
144
135
|
PeriodFormatter as P,
|
|
145
136
|
getFormatPeriod as a,
|
|
146
137
|
getFormattersComponentsDictionary as b,
|
|
147
|
-
FORMATTER_DICTIONARY as c,
|
|
148
138
|
formatterClasses as f,
|
|
149
139
|
getFormatConcatenated as g
|
|
150
140
|
};
|
|
@@ -2,7 +2,7 @@ import { useModuleDictionary, useModuleSkeleton, useEnvironment } from "@m4l/cor
|
|
|
2
2
|
import { useFormContext, Controller } from "react-hook-form";
|
|
3
3
|
import { Skeleton, generateUtilityClasses, generateUtilityClass, useTheme, Autocomplete, Popper, TextField, CircularProgress } from "@mui/material";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
|
-
import { I as Image } from "../../Image/index.
|
|
5
|
+
import { I as Image } from "../../Image/index.9799dfc0.js";
|
|
6
6
|
import { useMemo, useRef, useState, useEffect } from "react";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
8
8
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
@@ -10,7 +10,7 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
10
10
|
import { T as Typography } from "../../mui_extended/Typography/index.379dd374.js";
|
|
11
11
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
12
12
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
13
|
-
import { I as IconButton } from "../../mui_extended/IconButton/index.
|
|
13
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.5499ffdb.js";
|
|
14
14
|
const AutocompleteRoot = styled("div")(({
|
|
15
15
|
theme
|
|
16
16
|
}) => ({
|
|
@@ -6,7 +6,7 @@ import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
|
-
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.
|
|
9
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.a5f1034a.js";
|
|
10
10
|
styled("div")(() => ({
|
|
11
11
|
display: "flex",
|
|
12
12
|
width: "100%",
|
|
@@ -11,7 +11,7 @@ import clsx from "clsx";
|
|
|
11
11
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
12
12
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
13
13
|
import { T as Typography } from "../../mui_extended/Typography/index.379dd374.js";
|
|
14
|
-
import { I as Icon } from "../../Icon/index.
|
|
14
|
+
import { I as Icon } from "../../Icon/index.11a7a77c.js";
|
|
15
15
|
const SKTRHFWrapperTextField = styled("div")(({
|
|
16
16
|
theme
|
|
17
17
|
}) => ({
|
|
@@ -3,7 +3,7 @@ import { useFormContext, Controller } from "react-hook-form";
|
|
|
3
3
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
import { P as Period } from "../../Period/index.
|
|
6
|
+
import { P as Period } from "../../Period/index.8cccbb4b.js";
|
|
7
7
|
const RHFPeriodRoot = styled("div")(({
|
|
8
8
|
theme
|
|
9
9
|
}) => ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
2
2
|
import { styled, Skeleton, generateUtilityClasses, TextField, InputAdornment, generateUtilityClass } from "@mui/material";
|
|
3
3
|
import { forwardRef, useState, useEffect } from "react";
|
|
4
|
-
import { I as IconButton } from "../../mui_extended/IconButton/index.
|
|
4
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.5499ffdb.js";
|
|
5
5
|
import { useFormContext, Controller } from "react-hook-form";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
@@ -2,7 +2,7 @@ import { useCallback } from "react";
|
|
|
2
2
|
import { useFormContext, Controller } from "react-hook-form";
|
|
3
3
|
import isString from "lodash/isString";
|
|
4
4
|
import { useDropzone } from "react-dropzone";
|
|
5
|
-
import { I as Image } from "../../Image/index.
|
|
5
|
+
import { I as Image } from "../../Image/index.9799dfc0.js";
|
|
6
6
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
7
7
|
import { styled } from "@mui/material/styles";
|
|
8
8
|
import { Skeleton, generateUtilityClasses, generateUtilityClass, styled as styled$1 } from "@mui/material";
|
|
@@ -10,7 +10,7 @@ import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
|
10
10
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
11
11
|
import { unstable_composeClasses } from "@mui/base";
|
|
12
12
|
import { T as Typography } from "../../mui_extended/Typography/index.379dd374.js";
|
|
13
|
-
import { B as Button } from "../../mui_extended/Button/index.
|
|
13
|
+
import { B as Button } from "../../mui_extended/Button/index.857c2dfe.js";
|
|
14
14
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
15
15
|
const UploadImageRoot = styled("div")(({
|
|
16
16
|
theme
|
|
@@ -2,8 +2,8 @@ import { m as modalUtilityClasses } from "./index.61389369.js";
|
|
|
2
2
|
import { useEnvironment } from "@m4l/core";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
6
|
-
import { I as Icon } from "../Icon/index.
|
|
5
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.5499ffdb.js";
|
|
6
|
+
import { I as Icon } from "../Icon/index.11a7a77c.js";
|
|
7
7
|
import { u as useModal } from "../../hooks/useModal/index.05d1821e.js";
|
|
8
8
|
const Header = (props) => {
|
|
9
9
|
const {
|
|
@@ -3,11 +3,11 @@ import { Typography } from "@mui/material";
|
|
|
3
3
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
4
4
|
import { u as useModal } from "../../hooks/useModal/index.05d1821e.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
import { I as Image } from "../Image/index.
|
|
6
|
+
import { I as Image } from "../Image/index.9799dfc0.js";
|
|
7
7
|
import { m as modalUtilityClasses } from "./index.61389369.js";
|
|
8
|
-
import { W as WindowBase } from "./WindowBase.
|
|
9
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
10
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
8
|
+
import { W as WindowBase } from "./WindowBase.beb2fb3e.js";
|
|
9
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.bb383946.js";
|
|
10
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.4bc5780e.js";
|
|
11
11
|
const dictionary = {
|
|
12
12
|
MESSAGE: "common_actions.confirm_quit_msg"
|
|
13
13
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { generateUtilityClasses, generateUtilityClass, styled, Accordion as Accordion$1, AccordionSummary, AccordionDetails } from "@mui/material";
|
|
2
|
-
import { I as IconButton } from "../IconButton/index.
|
|
2
|
+
import { I as IconButton } from "../IconButton/index.5499ffdb.js";
|
|
3
3
|
import { useEnvironment } from "@m4l/core";
|
|
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.6019bf6e.js";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
-
import { I as Icon } from "../../Icon/index.
|
|
9
|
+
import { I as Icon } from "../../Icon/index.11a7a77c.js";
|
|
10
10
|
import { T as Typography } from "../Typography/index.379dd374.js";
|
|
11
11
|
const componentName = "M4LAccordion";
|
|
12
12
|
generateUtilityClasses(componentName, [
|
|
@@ -5,7 +5,7 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import { useMemo } from "react";
|
|
8
|
-
import { I as Image } from "../../Image/index.
|
|
8
|
+
import { I as Image } from "../../Image/index.9799dfc0.js";
|
|
9
9
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
10
10
|
import { LoadingButton as LoadingButton$1 } from "@mui/lab";
|
|
11
11
|
import { T as Typography } from "../Typography/index.379dd374.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useMemo, useState } from "react";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton, styled, generateUtilityClasses, generateUtilityClass, Tooltip, IconButton as IconButton$1 } from "@mui/material";
|
|
4
|
-
import { I as Icon } from "../../Icon/index.
|
|
4
|
+
import { I as Icon } from "../../Icon/index.11a7a77c.js";
|
|
5
5
|
import { jsx, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import clsx from "clsx";
|
|
@@ -3,12 +3,12 @@ import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
|
3
3
|
import { IconButton, generateUtilityClasses, generateUtilityClass, useTheme, MenuItem } from "@mui/material";
|
|
4
4
|
import { P as Popover } from "../Popover/index.b3eca6b1.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
|
-
import { I as Icon } from "../../Icon/index.
|
|
6
|
+
import { I as Icon } from "../../Icon/index.11a7a77c.js";
|
|
7
7
|
import clsx from "clsx";
|
|
8
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
9
9
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
10
10
|
import { B as Badge } from "../Badge/index.09f5aee5.js";
|
|
11
|
-
import { I as IconButton$1 } from "../IconButton/index.
|
|
11
|
+
import { I as IconButton$1 } from "../IconButton/index.5499ffdb.js";
|
|
12
12
|
styled(IconButton)(() => ({}));
|
|
13
13
|
const LabelMemuItem = styled("div")(({
|
|
14
14
|
theme
|
|
@@ -2,7 +2,7 @@ import { useMemo } from "react";
|
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
3
|
import { generateUtilityClasses, generateUtilityClass, useTheme, Select, InputBase, MenuItem } from "@mui/material";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
|
-
import { I as IconButton } from "../IconButton/index.
|
|
5
|
+
import { I as IconButton } from "../IconButton/index.5499ffdb.js";
|
|
6
6
|
import { useEnvironment } from "@m4l/core";
|
|
7
7
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
8
8
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
@@ -5,7 +5,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
5
5
|
import { useModuleSkeleton } from "@m4l/core";
|
|
6
6
|
import { styled as styled$1 } from "@mui/material/styles";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
8
|
-
import { g as getNameDataTestId } from "../../../vendor.
|
|
8
|
+
import { g as getNameDataTestId } from "../../../vendor.6019bf6e.js";
|
|
9
9
|
const componentName$2 = "M4LTabs";
|
|
10
10
|
generateUtilityClasses(componentName$2, [
|
|
11
11
|
"root"
|
|
@@ -3,7 +3,7 @@ export declare const RHFormProviderClasses: RHFormProivderClassesType;
|
|
|
3
3
|
export declare function getRHFormProviderUtilityClass(slot: string): string;
|
|
4
4
|
export declare const RHFormProviderUtilityClasses: () => {
|
|
5
5
|
value: string;
|
|
6
|
-
property: string;
|
|
7
6
|
root: string;
|
|
7
|
+
property: string;
|
|
8
8
|
skeletonProperty: string;
|
|
9
9
|
};
|
|
@@ -2,7 +2,7 @@ import { useNetwork, useFlags, useModuleDictionary } from "@m4l/core";
|
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
3
|
import { u as useModal } from "../useModal/index.05d1821e.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import { W as WindowConfirm } from "../../components/modal/WindowConfirm.
|
|
5
|
+
import { W as WindowConfirm } from "../../components/modal/WindowConfirm.477e6f63.js";
|
|
6
6
|
const useFormAddEdit = (props) => {
|
|
7
7
|
const {
|
|
8
8
|
initialValues,
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { L } from "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import { c, f, i, h, e, g } from "./components/DataGrid/index.
|
|
2
|
+
import { c, f, i, h, e, g } from "./components/DataGrid/index.47a152d0.js";
|
|
3
3
|
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
4
4
|
import { N as N2 } from "./components/NavLink/index.b75c91e1.js";
|
|
5
5
|
import { S } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
@@ -12,26 +12,26 @@ import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
|
12
12
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
13
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
14
14
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
-
import { A as A2 } from "./components/areas/components/AreasAdmin/index.
|
|
16
|
-
import { A as A3 } from "./components/areas/components/AreasViewer/index.
|
|
15
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.3c182644.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.a0a969e7.js";
|
|
17
17
|
import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
18
18
|
import { a as a3, D, M as M3, c as c2 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
19
|
-
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.
|
|
19
|
+
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.d43aceaf.js";
|
|
20
20
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
21
21
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
22
22
|
import { A as A5, D as D2, L as L3, a as a4, g as g2 } from "./components/areas/dictionary.08cfc4c9.js";
|
|
23
|
-
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.
|
|
24
|
-
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
25
|
-
import { R as R3 } from "./components/hook-form/RHFDateTime/index.
|
|
23
|
+
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.a5f1034a.js";
|
|
24
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.047ff594.js";
|
|
25
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.a273293c.js";
|
|
26
26
|
import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
27
27
|
import { R as R5 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
28
28
|
import { R as R6 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
29
|
-
import { R as R7 } from "./components/hook-form/RHFPeriod/index.
|
|
30
|
-
import { P as P2, g as g5 } from "./components/Period/index.
|
|
29
|
+
import { R as R7 } from "./components/hook-form/RHFPeriod/index.53827a17.js";
|
|
30
|
+
import { P as P2, g as g5 } from "./components/Period/index.8cccbb4b.js";
|
|
31
31
|
import { R as R8 } from "./components/hook-form/RHFCheckbox/index.a38715e3.js";
|
|
32
|
-
import { b as b3, c as c3, a as a5, R as R9, d } from "./components/hook-form/RHFTextField/index.
|
|
33
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
34
|
-
import { A as A6 } from "./components/mui_extended/Accordion/index.
|
|
32
|
+
import { b as b3, c as c3, a as a5, R as R9, d } from "./components/hook-form/RHFTextField/index.5801338a.js";
|
|
33
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.f04df1c9.js";
|
|
34
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.08ff7e2f.js";
|
|
35
35
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
36
36
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
37
37
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
@@ -39,62 +39,62 @@ import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js"
|
|
|
39
39
|
import { B as B3 } from "./components/mui_extended/Badge/index.09f5aee5.js";
|
|
40
40
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
41
41
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
42
|
-
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.
|
|
43
|
-
import { M as M4 } from "./components/mui_extended/MenuActions/index.
|
|
44
|
-
import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.
|
|
45
|
-
import { T as T2, b as b4, a as a6 } from "./components/mui_extended/Tab/index.
|
|
42
|
+
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.857c2dfe.js";
|
|
43
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.d8d0c00e.js";
|
|
44
|
+
import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.47343062.js";
|
|
45
|
+
import { T as T2, b as b4, a as a6 } from "./components/mui_extended/Tab/index.2f9a6815.js";
|
|
46
46
|
import { C as C2 } from "./components/mui_extended/CheckBox.e662d20c.js";
|
|
47
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
47
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.5499ffdb.js";
|
|
48
48
|
import { P as P4 } from "./components/mui_extended/Popover/index.b3eca6b1.js";
|
|
49
49
|
import { S as S2 } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
50
50
|
import { T as T3 } from "./components/mui_extended/Tooltip/index.24a2bc3f.js";
|
|
51
51
|
import { T as T4 } from "./components/mui_extended/Typography/index.379dd374.js";
|
|
52
|
-
import { B as B5 } from "./components/formatters/BooleanFormatter/index.
|
|
52
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.00596be3.js";
|
|
53
53
|
import { D as D3, g as g7 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
54
54
|
import { U, g as g8 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
55
55
|
import { P as P5, g as g9 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
56
|
-
import { C as C3,
|
|
56
|
+
import { C as C3, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.1906141f.js";
|
|
57
57
|
import { P as P7, g as g11 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
58
|
-
import { c as
|
|
59
|
-
import { c as
|
|
60
|
-
import { c as
|
|
61
|
-
import { c as
|
|
62
|
-
import { D as D4, g as g12 } from "./components/DynamicFilter/index.
|
|
58
|
+
import { c as c4 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
59
|
+
import { c as c5 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
60
|
+
import { c as c6 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.b63f7246.js";
|
|
61
|
+
import { c as c7 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
62
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.a50a1483.js";
|
|
63
63
|
import { H, e as e2 } from "./components/HelperText/index.7d2afdb3.js";
|
|
64
64
|
import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.ccf731c1.js";
|
|
65
|
-
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.
|
|
66
|
-
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.
|
|
67
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
68
|
-
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
65
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.bb383946.js";
|
|
66
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.4bc5780e.js";
|
|
67
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.97ecdeef.js";
|
|
68
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.3deddb07.js";
|
|
69
69
|
import { D as D5 } from "./components/DraggableWindow/index.8f423ed7.js";
|
|
70
|
-
import { G, S as S3, w, A as A13 } from "./components/GridLayout/index.
|
|
71
|
-
import { R as R11, a as a8, b as b6, c as
|
|
72
|
-
import { P as P8 } from "./components/PrintingSystem/index.
|
|
73
|
-
import { I as I4 } from "./components/Icon/index.
|
|
74
|
-
import { L as L7 } from "./components/LanguagePopover/index.
|
|
70
|
+
import { G, S as S3, w, A as A13 } from "./components/GridLayout/index.4a245d9e.js";
|
|
71
|
+
import { R as R11, a as a8, b as b6, c as c8 } from "./components/GridLayout/subcomponents/Responsive/index.edb59c22.js";
|
|
72
|
+
import { P as P8 } from "./components/PrintingSystem/index.d1fd7818.js";
|
|
73
|
+
import { I as I4 } from "./components/Icon/index.11a7a77c.js";
|
|
74
|
+
import { L as L7 } from "./components/LanguagePopover/index.087b430d.js";
|
|
75
75
|
import { L as L8 } from "./components/LinearProgressIndeterminate/index.c46da124.js";
|
|
76
|
-
import { I as I5 } from "./components/Image/index.
|
|
76
|
+
import { I as I5 } from "./components/Image/index.9799dfc0.js";
|
|
77
77
|
import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
|
|
78
78
|
import { M as M5, d as d3, g as g14 } from "./components/ModalDialog/index.ec55087e.js";
|
|
79
79
|
import { g as g15 } from "./components/modal/index.61389369.js";
|
|
80
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
81
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
82
|
-
import { L as L10, g as g16 } from "./components/LoadingError/index.
|
|
83
|
-
import { M as M6, g as g17 } from "./components/MFLoader/index.
|
|
84
|
-
import { N as N3, d as d4, g as g18 } from "./components/NoItemSelected/index.
|
|
85
|
-
import { O, d as d5, g as g19 } from "./components/ObjectLogs/index.
|
|
86
|
-
import { P as P9 } from "./components/PaperForm/index.
|
|
87
|
-
import { H as H2 } from "./components/Page/index.
|
|
88
|
-
import { P as P10 } from "./components/PropertyValue/index.
|
|
80
|
+
import { W as W2 } from "./components/modal/WindowConfirm.477e6f63.js";
|
|
81
|
+
import { W as W3 } from "./components/modal/WindowBase.beb2fb3e.js";
|
|
82
|
+
import { L as L10, g as g16 } from "./components/LoadingError/index.08cf9728.js";
|
|
83
|
+
import { M as M6, g as g17 } from "./components/MFLoader/index.4b531d2d.js";
|
|
84
|
+
import { N as N3, d as d4, g as g18 } from "./components/NoItemSelected/index.8a2a13f8.js";
|
|
85
|
+
import { O, d as d5, g as g19 } from "./components/ObjectLogs/index.55b5c933.js";
|
|
86
|
+
import { P as P9 } from "./components/PaperForm/index.a2b69977.js";
|
|
87
|
+
import { H as H2 } from "./components/Page/index.49d18c85.js";
|
|
88
|
+
import { P as P10 } from "./components/PropertyValue/index.4ae0bb21.js";
|
|
89
89
|
import { R as R12 } from "./components/Resizeable/index.8c53c1fa.js";
|
|
90
90
|
import { S as S4 } from "./components/ScrollBar/index.65bb2930.js";
|
|
91
91
|
import { S as S5 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
92
|
-
import { S as S6 } from "./components/SideBar/index.
|
|
93
|
-
import { A as A14, g as g20 } from "./components/AppBar/index.
|
|
94
|
-
import { A as A15, g as g21 } from "./components/AccountPopover/index.
|
|
92
|
+
import { S as S6 } from "./components/SideBar/index.ce301edd.js";
|
|
93
|
+
import { A as A14, g as g20 } from "./components/AppBar/index.512042a9.js";
|
|
94
|
+
import { A as A15, g as g21 } from "./components/AccountPopover/index.3711d526.js";
|
|
95
95
|
import { R as R13, g as g22 } from "./contexts/RHFormContext/index.1755b324.js";
|
|
96
96
|
import { M as M7, a as a9 } from "./contexts/ModalContext/index.436c2938.js";
|
|
97
|
-
import { g as g23, u as u3 } from "./hooks/useFormAddEdit/index.
|
|
97
|
+
import { g as g23, u as u3 } from "./hooks/useFormAddEdit/index.b9ccd95f.js";
|
|
98
98
|
import { u as u4 } from "./hooks/useModal/index.05d1821e.js";
|
|
99
99
|
import "react-router-dom";
|
|
100
100
|
import "@mui/material/styles";
|
|
@@ -106,15 +106,15 @@ import "clsx";
|
|
|
106
106
|
import "react-dnd";
|
|
107
107
|
import "react-dnd-html5-backend";
|
|
108
108
|
import "@m4l/core";
|
|
109
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
109
|
+
import "./components/DataGrid/subcomponents/Actions/index.8d9feca6.js";
|
|
110
110
|
import "@m4l/graphics";
|
|
111
111
|
import "@mui/base";
|
|
112
112
|
import "./test/constants_no_mock.86c553a9.js";
|
|
113
|
-
import "./vendor.
|
|
113
|
+
import "./vendor.6019bf6e.js";
|
|
114
114
|
import "framer-motion";
|
|
115
115
|
import "simplebar-react";
|
|
116
116
|
import "./react-spinners.342a6578.js";
|
|
117
|
-
import "./components/areas/hooks/useAreas/index.
|
|
117
|
+
import "./components/areas/hooks/useAreas/index.6a1d525c.js";
|
|
118
118
|
import "zustand";
|
|
119
119
|
import "yup";
|
|
120
120
|
import "./utils/index.6469f148.js";
|
|
@@ -138,8 +138,20 @@ import "react-dropzone";
|
|
|
138
138
|
import "@mui/material/Button";
|
|
139
139
|
import "@mui/lab";
|
|
140
140
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
141
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
142
|
-
import "
|
|
141
|
+
import "./components/GridLayout/subcomponents/Griditem/index.ea745285.js";
|
|
142
|
+
import "fast-equals";
|
|
143
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.dcac3bc0.js";
|
|
144
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.622df623.js";
|
|
145
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.f06ac3d5.js";
|
|
146
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.48e8769c.js";
|
|
147
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.f6410daa.js";
|
|
148
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.dd21921e.js";
|
|
149
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.ccec72dc.js";
|
|
150
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.807e0343.js";
|
|
151
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.eb5ebe06.js";
|
|
152
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.6b30abe0.js";
|
|
153
|
+
import "chart.js";
|
|
154
|
+
import "chartjs-chart-error-bars";
|
|
143
155
|
import "./react-json-view.57125fcf.js";
|
|
144
156
|
import "./commonjs.565e6834.js";
|
|
145
157
|
import "react-helmet-async";
|
|
@@ -177,7 +189,6 @@ export {
|
|
|
177
189
|
D4 as DynamicFilter,
|
|
178
190
|
a3 as DynamicMFParmsContext,
|
|
179
191
|
D as DynamicMFParmsProvider,
|
|
180
|
-
c4 as FORMATTER_DICTIONARY,
|
|
181
192
|
G as GridLayout,
|
|
182
193
|
H2 as HelmetPage,
|
|
183
194
|
H as HelperText,
|
|
@@ -254,14 +265,14 @@ export {
|
|
|
254
265
|
W as WindowToolsMFProvider,
|
|
255
266
|
a8 as addLayoutItemToBreakPointIfNoExists,
|
|
256
267
|
b6 as addLayoutItemToBreakPoints,
|
|
257
|
-
|
|
268
|
+
c8 as cloneLayouts,
|
|
258
269
|
f as columnBooleanFormatter,
|
|
259
270
|
i as columnConcatenatedValuesFormatter,
|
|
260
271
|
h as columnDateFormatter,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
272
|
+
c6 as columnNestedValueFormatter,
|
|
273
|
+
c5 as columnPointsFormatter,
|
|
274
|
+
c7 as columnPriceFormatter,
|
|
275
|
+
c4 as columnUncertaintyFormatter,
|
|
265
276
|
c2 as createDynamicMFStore,
|
|
266
277
|
d2 as defaultCommonActionsDictionary,
|
|
267
278
|
d3 as defaultModalDialogDictionary,
|