@m4l/components 0.2.29 → 0.2.30
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/DragResizeWindow/{index.1c6d51f9.js → index.6c2e763b.js} +1 -1
- package/components/DynamicFilter/{index.04cc1034.js → index.3e45fa12.js} +3 -3
- package/components/ObjectLogs/{index.edc0fecc.js → index.d0aa563e.js} +1 -1
- package/components/PropertyValue/{index.3e240f9d.js → index.1dbf6ef8.js} +5 -5
- package/components/areas/components/AreasAdmin/{index.be0ad2f1.js → index.f7194012.js} +2 -2
- package/components/areas/components/AreasViewer/{index.4d7caeeb.js → index.32960256.js} +2 -2
- package/components/areas/contexts/AreasContext/{index.ef8e9ef3.js → index.8f0ba01f.js} +2 -2
- package/components/areas/hooks/useAreas/{index.33fe5c67.js → index.0e9185fd.js} +1 -1
- package/components/hook-form/RHFAutocomplete/{index.42ec23c5.js → index.253f47ce.js} +1 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.91ad29a5.js → index.ba3ab09b.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.f890d98f.js → index.3f4a0890.js} +1 -1
- package/components/hook-form/RHFColorPicker/{index.25a0318a.js → index.e1bd5645.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.1d21546f.js → index.b1e5bd93.js} +1 -1
- package/components/hook-form/RHFPeriod/{index.d30e8d8c.js → index.b92c344d.js} +1 -1
- package/components/hook-form/RHFTextField/{index.2c2dcc64.js → index.e01f32f2.js} +1 -1
- package/index.js +16 -16
- package/package.json +1 -1
- package/{vendor.e5e34bad.js → vendor.4bb30ea4.js} +14 -14
|
@@ -2,7 +2,7 @@ import React__default, { useState, useRef, useCallback, useEffect, useMemo } fro
|
|
|
2
2
|
import { D as DraggableCore_1 } from "../../react-draggable.6cf19cba.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { styled, generateUtilityClasses } from "@mui/material";
|
|
5
|
-
import { M as MAP_ZINDEX_OVER_MAP } from "../../vendor.
|
|
5
|
+
import { M as MAP_ZINDEX_OVER_MAP } from "../../vendor.4bb30ea4.js";
|
|
6
6
|
import "@mui/base";
|
|
7
7
|
import { M as MAP_ZINDEX_OVER_MAP$1 } from "../PopupsProvider/index.3d5ad0ee.js";
|
|
8
8
|
import { R as Resizable } from "../../react-resizable.0ebffd82.js";
|
|
@@ -8,13 +8,13 @@ import { devtools } from "zustand/middleware";
|
|
|
8
8
|
import { immer } from "zustand/middleware/immer";
|
|
9
9
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
10
10
|
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.23bfc86b.js";
|
|
11
|
-
import { g as getRHFAutocompleteComponentsDictionary, R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
11
|
+
import { g as getRHFAutocompleteComponentsDictionary, R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.253f47ce.js";
|
|
12
12
|
import { g as getNameDataTestId } from "../../test/getNameDataTestId.14875ec7.js";
|
|
13
13
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
14
14
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
15
15
|
import { shallow } from "zustand/shallow";
|
|
16
|
-
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.
|
|
17
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
16
|
+
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.b1e5bd93.js";
|
|
17
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.e01f32f2.js";
|
|
18
18
|
import * as Yup from "yup";
|
|
19
19
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
20
20
|
import { S as ScrollBar } from "../ScrollBar/index.7dfc2f29.js";
|
|
@@ -11,7 +11,7 @@ import { u as useModal } from "../../hooks/useModal/index.b64e2ea0.js";
|
|
|
11
11
|
import { I as Icon } from "../Icon/index.14670a00.js";
|
|
12
12
|
import { S as Stack } from "../mui_extended/Stack/index.0e53197c.js";
|
|
13
13
|
import { W as WindowBase } from "../modal/WindowBase.ab22627c.js";
|
|
14
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
14
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.3e45fa12.js";
|
|
15
15
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
16
16
|
const Container = styled("div")(() => ({
|
|
17
17
|
height: "100%",
|
|
@@ -8,7 +8,6 @@ import { useState } from "react";
|
|
|
8
8
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
9
9
|
import { F as FieldLabel } from "../FieldLabel/index.75e89ace.js";
|
|
10
10
|
import { I as Icon } from "../Icon/index.14670a00.js";
|
|
11
|
-
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
12
11
|
const PropertyValueRoot = styled("div")(({
|
|
13
12
|
theme
|
|
14
13
|
}) => ({
|
|
@@ -185,10 +184,11 @@ function PropertyValue(props) {
|
|
|
185
184
|
children: [iconProperty ? /* @__PURE__ */ jsx(Icon, {
|
|
186
185
|
src: iconProperty,
|
|
187
186
|
className: classes.iconProperty
|
|
188
|
-
}) : null, /* @__PURE__ */ jsx(
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
187
|
+
}) : null, /* @__PURE__ */ jsx(FieldLabel, {
|
|
188
|
+
label: property,
|
|
189
|
+
mandatory,
|
|
190
|
+
mandatoryMessage,
|
|
191
|
+
helperMessage
|
|
192
192
|
})]
|
|
193
193
|
}), /* @__PURE__ */ jsx("div", {
|
|
194
194
|
className: classes.value,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
1
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.0e9185fd.js";
|
|
2
2
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { useState, useRef, useMemo } from "react";
|
|
4
4
|
import * as Yup from "yup";
|
|
@@ -14,7 +14,7 @@ import { shallow } from "zustand/shallow";
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
15
15
|
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.154d57f0.js";
|
|
16
16
|
import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.7b2a8723.js";
|
|
17
|
-
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.
|
|
17
|
+
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.e01f32f2.js";
|
|
18
18
|
import { A as Actions } from "../../../CommonActions/components/Actions/index.23bfc86b.js";
|
|
19
19
|
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.f00f026d.js";
|
|
20
20
|
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.574967a0.js";
|
|
@@ -6,7 +6,7 @@ import { a as AREAS_VIEWER_CLASS_NAME } from "../../constants.66529246.js";
|
|
|
6
6
|
import { shallow } from "zustand/shallow";
|
|
7
7
|
import React__default, { useMemo, useEffect } from "react";
|
|
8
8
|
import clsx from "clsx";
|
|
9
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
9
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.0e9185fd.js";
|
|
10
10
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
11
11
|
import { a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.154d57f0.js";
|
|
12
12
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
@@ -23,7 +23,7 @@ import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContex
|
|
|
23
23
|
import { L as LinearProgress } from "../../../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
24
24
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
25
25
|
import { g as getNameDataTestId } from "../../../../test/getNameDataTestId.14875ec7.js";
|
|
26
|
-
import { R as RESPONSIVE_COLAPSED_HEIGHTS, a as RESPONSIVE_ROW_HEIGHTS, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.
|
|
26
|
+
import { R as RESPONSIVE_COLAPSED_HEIGHTS, a as RESPONSIVE_ROW_HEIGHTS, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.8f0ba01f.js";
|
|
27
27
|
import { w as withSizeProvider } from "../../../GridLayout/subcomponents/SizeProvider/index.607d8861.js";
|
|
28
28
|
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.69e13d04.js";
|
|
29
29
|
import { useLocation } from "react-router-dom";
|
|
@@ -5,8 +5,8 @@ import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
|
|
|
5
5
|
import { useHostTools, useModuleDictionary, useNetwork, useModuleSkeleton, EmitEvents } from "@m4l/core";
|
|
6
6
|
import { devtools } from "zustand/middleware";
|
|
7
7
|
import { immer } from "zustand/middleware/immer";
|
|
8
|
-
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.
|
|
9
|
-
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.
|
|
8
|
+
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.32960256.js";
|
|
9
|
+
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.f7194012.js";
|
|
10
10
|
import { c as createDynamicMFStore } from "../DynamicMFParmsContext/index.1607c78e.js";
|
|
11
11
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
|
|
12
12
|
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.69e13d04.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { A as AreasContext } from "../../contexts/AreasContext/index.
|
|
3
|
+
import { A as AreasContext } from "../../contexts/AreasContext/index.8f0ba01f.js";
|
|
4
4
|
function useAreasStore(selector, equalityFn) {
|
|
5
5
|
const context = useContext(AreasContext);
|
|
6
6
|
if (!context)
|
|
@@ -9,7 +9,7 @@ import { T as Typography } from "../../mui_extended/Typography/index.379dd374.js
|
|
|
9
9
|
import { unstable_composeClasses } from "@mui/base";
|
|
10
10
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
11
11
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
12
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
12
|
+
import { u as useFormFocus } from "../../../vendor.4bb30ea4.js";
|
|
13
13
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
14
14
|
import { I as IconButton } from "../../mui_extended/IconButton/index.d8bdadaa.js";
|
|
15
15
|
const AutocompleteRoot = styled("div")(({
|
|
@@ -5,7 +5,7 @@ import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/mater
|
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
|
-
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.
|
|
8
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.253f47ce.js";
|
|
9
9
|
styled("div")(() => ({
|
|
10
10
|
display: "flex",
|
|
11
11
|
width: "100%",
|
|
@@ -6,7 +6,7 @@ import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
|
6
6
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
7
7
|
import { useModuleSkeleton } from "@m4l/core";
|
|
8
8
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
9
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
9
|
+
import { u as useFormFocus } from "../../../vendor.4bb30ea4.js";
|
|
10
10
|
import { C as CheckBox } from "../../mui_extended/CheckBox.0dcf39ae.js";
|
|
11
11
|
const RHFCheckboxRoot = styled("div")(({
|
|
12
12
|
theme
|
|
@@ -10,7 +10,7 @@ import { generateUtilityClasses, generateUtilityClass, styled, Skeleton } from "
|
|
|
10
10
|
import { unstable_composeClasses } from "@mui/base";
|
|
11
11
|
import { useTheme } from "@mui/material/styles";
|
|
12
12
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
13
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
13
|
+
import { u as useFormFocus } from "../../../vendor.4bb30ea4.js";
|
|
14
14
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
15
15
|
import { P as Popover } from "../../mui_extended/Popover/index.d85de73b.js";
|
|
16
16
|
import { I as Icon } from "../../Icon/index.14670a00.js";
|
|
@@ -9,7 +9,7 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
9
9
|
import clsx from "clsx";
|
|
10
10
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
11
11
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
12
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
12
|
+
import { u as useFormFocus } from "../../../vendor.4bb30ea4.js";
|
|
13
13
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
14
14
|
import { I as Icon } from "../../Icon/index.14670a00.js";
|
|
15
15
|
const SkeletonRHFDateTime = (props) => {
|
|
@@ -4,7 +4,7 @@ import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import { useModuleSkeleton } from "@m4l/core";
|
|
6
6
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
7
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
7
|
+
import { u as useFormFocus } from "../../../vendor.4bb30ea4.js";
|
|
8
8
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
9
9
|
import { P as Period } from "../../Period/index.ddf8716c.js";
|
|
10
10
|
const RHFPeriodRoot = styled("div")(({
|
|
@@ -9,7 +9,7 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
9
9
|
import { g as getComponentUtilityClass } from "../../../utils/index.24b5284a.js";
|
|
10
10
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
11
11
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
12
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
12
|
+
import { u as useFormFocus } from "../../../vendor.4bb30ea4.js";
|
|
13
13
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
14
14
|
const SkeletonTextFieldRoot = styled("div")(() => ({
|
|
15
15
|
display: "flex",
|
package/index.js
CHANGED
|
@@ -12,25 +12,25 @@ 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.f7194012.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.32960256.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.8f0ba01f.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.253f47ce.js";
|
|
24
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.ba3ab09b.js";
|
|
25
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.b1e5bd93.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
|
-
import { R as R6 } from "./components/hook-form/RHFPeriod/index.
|
|
28
|
+
import { R as R6 } from "./components/hook-form/RHFPeriod/index.b92c344d.js";
|
|
29
29
|
import { P as P2, g as g5 } from "./components/Period/index.ddf8716c.js";
|
|
30
30
|
import { R as R7 } from "./components/hook-form/RHFRadioGroup/index.1ddb3d93.js";
|
|
31
|
-
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.
|
|
32
|
-
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.
|
|
33
|
-
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.
|
|
31
|
+
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.e1bd5645.js";
|
|
32
|
+
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.3f4a0890.js";
|
|
33
|
+
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.e01f32f2.js";
|
|
34
34
|
import { R as R11 } from "./components/hook-form/RHFUpload/index.9d4d4460.js";
|
|
35
35
|
import { A as A6 } from "./components/mui_extended/Accordion/index.f9042228.js";
|
|
36
36
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
@@ -67,7 +67,7 @@ import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValu
|
|
|
67
67
|
import { C as C10 } from "./components/DataGrid/formatters/ColumnPriceFormatter/index.d717405e.js";
|
|
68
68
|
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.c097ac25.js";
|
|
69
69
|
import { C as C12 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.eb406256.js";
|
|
70
|
-
import { D as D4, g as g13 } from "./components/DynamicFilter/index.
|
|
70
|
+
import { D as D4, g as g13 } from "./components/DynamicFilter/index.3e45fa12.js";
|
|
71
71
|
import { F } from "./components/FieldLabel/index.75e89ace.js";
|
|
72
72
|
import { H, e as e2 } from "./components/HelperText/index.7d2afdb3.js";
|
|
73
73
|
import { A as A8, d as d3, g as g14 } from "./components/CommonActions/components/Actions/index.23bfc86b.js";
|
|
@@ -75,7 +75,7 @@ import { A as A9 } from "./components/CommonActions/components/ActionCancel/inde
|
|
|
75
75
|
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.574967a0.js";
|
|
76
76
|
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.674a0faa.js";
|
|
77
77
|
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.b5a5c4b4.js";
|
|
78
|
-
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.
|
|
78
|
+
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.6c2e763b.js";
|
|
79
79
|
import { G, w, A as A13 } from "./components/GridLayout/index.e005b65b.js";
|
|
80
80
|
import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.69e13d04.js";
|
|
81
81
|
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.607d8861.js";
|
|
@@ -92,11 +92,11 @@ import { W as W3 } from "./components/modal/WindowBase.ab22627c.js";
|
|
|
92
92
|
import { L as L10, g as g17 } from "./components/LoadingError/index.1ec78dd5.js";
|
|
93
93
|
import { M as M6, g as g18 } from "./components/MFLoader/index.6037f834.js";
|
|
94
94
|
import { N as N3, d as d6, g as g19 } from "./components/NoItemSelected/index.54023226.js";
|
|
95
|
-
import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.
|
|
95
|
+
import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.d0aa563e.js";
|
|
96
96
|
import { P as P9 } from "./components/PaperForm/index.63dc4b29.js";
|
|
97
97
|
import { P as P10 } from "./components/PDFViewer/index.d185afd0.js";
|
|
98
98
|
import { H as H2 } from "./components/Page/index.2c550c91.js";
|
|
99
|
-
import { P as P11 } from "./components/PropertyValue/index.
|
|
99
|
+
import { P as P11 } from "./components/PropertyValue/index.1dbf6ef8.js";
|
|
100
100
|
import { R as R13 } from "./components/Resizeable/index.eba4fda9.js";
|
|
101
101
|
import { S as S3 } from "./components/ScrollBar/index.7dfc2f29.js";
|
|
102
102
|
import { S as S4 } from "./components/SplitLayout/index.3856385c.js";
|
|
@@ -107,7 +107,7 @@ import { A as A15, g as g22 } from "./components/AccountPopover/index.69cda48b.j
|
|
|
107
107
|
import { A as A16 } from "./components/commercial/AppBarCommercial/index.3e0ad6ef.js";
|
|
108
108
|
import { H as H3 } from "./components/HamburgerMenu/index.fb1a3aae.js";
|
|
109
109
|
import { T as T8 } from "./components/commercial/TopBar/index.7b22d97b.js";
|
|
110
|
-
import { S as S6, u as u3 } from "./vendor.
|
|
110
|
+
import { S as S6, u as u3 } from "./vendor.4bb30ea4.js";
|
|
111
111
|
import { R as R14, g as g23 } from "./contexts/RHFormContext/index.7b2a8723.js";
|
|
112
112
|
import { M as M7, a as a10 } from "./contexts/ModalContext/index.f9da6aa8.js";
|
|
113
113
|
import { g as g24, u as u4 } from "./hooks/useFormAddEdit/index.8127dd88.js";
|
|
@@ -132,7 +132,7 @@ import "./test/getNameDataTestId.14875ec7.js";
|
|
|
132
132
|
import "framer-motion";
|
|
133
133
|
import "simplebar-react";
|
|
134
134
|
import "./react-spinners.342a6578.js";
|
|
135
|
-
import "./components/areas/hooks/useAreas/index.
|
|
135
|
+
import "./components/areas/hooks/useAreas/index.0e9185fd.js";
|
|
136
136
|
import "zustand";
|
|
137
137
|
import "yup";
|
|
138
138
|
import "./utils/index.24b5284a.js";
|
package/package.json
CHANGED
|
@@ -12,25 +12,25 @@ import "./components/animate/variants/fade.b561c0fc.js";
|
|
|
12
12
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
13
|
import "./components/animate/variants/container.11f82b76.js";
|
|
14
14
|
import "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
16
|
-
import "./components/areas/components/AreasViewer/index.
|
|
15
|
+
import "./components/areas/components/AreasAdmin/index.f7194012.js";
|
|
16
|
+
import "./components/areas/components/AreasViewer/index.32960256.js";
|
|
17
17
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
18
18
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
19
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
19
|
+
import "./components/areas/contexts/AreasContext/index.8f0ba01f.js";
|
|
20
20
|
import "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
21
21
|
import "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
22
22
|
import "./components/areas/dictionary.08cfc4c9.js";
|
|
23
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
24
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
25
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
23
|
+
import "./components/hook-form/RHFAutocomplete/index.253f47ce.js";
|
|
24
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.ba3ab09b.js";
|
|
25
|
+
import "./components/hook-form/RHFDateTime/index.b1e5bd93.js";
|
|
26
26
|
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
27
27
|
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
28
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
28
|
+
import "./components/hook-form/RHFPeriod/index.b92c344d.js";
|
|
29
29
|
import "./components/Period/index.ddf8716c.js";
|
|
30
30
|
import "./components/hook-form/RHFRadioGroup/index.1ddb3d93.js";
|
|
31
|
-
import "./components/hook-form/RHFColorPicker/index.
|
|
32
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
33
|
-
import "./components/hook-form/RHFTextField/index.
|
|
31
|
+
import "./components/hook-form/RHFColorPicker/index.e1bd5645.js";
|
|
32
|
+
import "./components/hook-form/RHFCheckbox/index.3f4a0890.js";
|
|
33
|
+
import "./components/hook-form/RHFTextField/index.e01f32f2.js";
|
|
34
34
|
import "./components/hook-form/RHFUpload/index.9d4d4460.js";
|
|
35
35
|
import "./components/mui_extended/Accordion/index.f9042228.js";
|
|
36
36
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
@@ -67,7 +67,7 @@ import "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.
|
|
|
67
67
|
import "./components/DataGrid/formatters/ColumnPriceFormatter/index.d717405e.js";
|
|
68
68
|
import "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.c097ac25.js";
|
|
69
69
|
import "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.eb406256.js";
|
|
70
|
-
import "./components/DynamicFilter/index.
|
|
70
|
+
import "./components/DynamicFilter/index.3e45fa12.js";
|
|
71
71
|
import "./components/FieldLabel/index.75e89ace.js";
|
|
72
72
|
import "./components/HelperText/index.7d2afdb3.js";
|
|
73
73
|
import "./components/CommonActions/components/Actions/index.23bfc86b.js";
|
|
@@ -75,7 +75,7 @@ import "./components/CommonActions/components/ActionCancel/index.f00f026d.js";
|
|
|
75
75
|
import "./components/CommonActions/components/ActionIntro/index.574967a0.js";
|
|
76
76
|
import "./components/CommonActions/components/ActionFormCancel/index.674a0faa.js";
|
|
77
77
|
import "./components/CommonActions/components/ActionFormIntro/index.b5a5c4b4.js";
|
|
78
|
-
import "./components/DragResizeWindow/index.
|
|
78
|
+
import "./components/DragResizeWindow/index.6c2e763b.js";
|
|
79
79
|
import "./components/GridLayout/index.e005b65b.js";
|
|
80
80
|
import "./components/GridLayout/subcomponents/Responsive/index.69e13d04.js";
|
|
81
81
|
import "./components/GridLayout/subcomponents/SizeProvider/index.607d8861.js";
|
|
@@ -92,11 +92,11 @@ import "./components/modal/WindowBase.ab22627c.js";
|
|
|
92
92
|
import "./components/LoadingError/index.1ec78dd5.js";
|
|
93
93
|
import "./components/MFLoader/index.6037f834.js";
|
|
94
94
|
import "./components/NoItemSelected/index.54023226.js";
|
|
95
|
-
import "./components/ObjectLogs/index.
|
|
95
|
+
import "./components/ObjectLogs/index.d0aa563e.js";
|
|
96
96
|
import "./components/PaperForm/index.63dc4b29.js";
|
|
97
97
|
import "./components/PDFViewer/index.d185afd0.js";
|
|
98
98
|
import "./components/Page/index.2c550c91.js";
|
|
99
|
-
import "./components/PropertyValue/index.
|
|
99
|
+
import "./components/PropertyValue/index.1dbf6ef8.js";
|
|
100
100
|
import "./components/Resizeable/index.eba4fda9.js";
|
|
101
101
|
import "./components/ScrollBar/index.7dfc2f29.js";
|
|
102
102
|
import "./components/SplitLayout/index.3856385c.js";
|