@m4l/components 0.2.32 → 0.2.33
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 +416 -413
- package/components/AccountPopover/{index.69cda48b.js → index.e0f283a2.js} +1 -1
- package/components/AppBar/{index.0cc0bd40.js → index.a93fc76c.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.f00f026d.js → index.6a991836.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.08fe4e27.js → index.9801982c.js} +4 -4
- package/components/CommonActions/components/ActionFormIntro/{index.b5a5c4b4.js → index.f7ee99e7.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.574967a0.js → index.7d321553.js} +2 -2
- package/components/CommonActions/components/Actions/{index.23bfc86b.js → index.5ebb95fe.js} +1 -1
- package/components/DataGrid/assets/icons/datagrid.svg +4 -4
- package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.cf410875.js → index.de8a24bb.js} +1 -1
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.00f9ed87.js → index.220dc8f0.js} +1 -1
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.4089f91b.js → index.fef17717.js} +1 -1
- package/components/DataGrid/{index.c283b50b.js → index.27810831.js} +3 -3
- package/components/DataGrid/subcomponents/Actions/{index.d945647f.js → index.810ec53e.js} +10 -10
- package/components/DragResizeWindow/{index.82cf6408.js → index.1091606d.js} +3 -3
- package/components/DynamicFilter/DynamicFilter.d.ts +2 -2
- package/components/DynamicFilter/classes/index.d.ts +1 -1
- package/components/DynamicFilter/classes/types.d.ts +1 -0
- package/components/DynamicFilter/constants.d.ts +2 -1
- package/components/DynamicFilter/contexts/DynamicFilterContext/helpers.d.ts +2 -3
- package/components/DynamicFilter/contexts/DynamicFilterContext/store.d.ts +3 -2
- package/components/DynamicFilter/dictionary.d.ts +4 -0
- package/components/DynamicFilter/{index.75c66024.js → index.781f1212.js} +189 -35
- package/components/DynamicFilter/subcomponents/fieldstypes/SelectFilter/helpers.d.ts +51 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/SelectFilter/index.d.ts +5 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/factory.d.ts +12 -4
- package/components/DynamicFilter/subcomponents/fieldstypes/validations.d.ts +8 -1
- package/components/DynamicFilter/types.d.ts +40 -19
- package/components/FieldLabel/{index.75e89ace.js → index.6127de0c.js} +2 -2
- package/components/GridLayout/{index.00740f82.js → index.cd9b0723.js} +2 -2
- package/components/GridLayout/subcomponents/Griditem/{index.3d479abb.js → index.9d65edbc.js} +3 -3
- package/components/GridLayout/subcomponents/Responsive/{index.733e8ba6.js → index.26128960.js} +1 -1
- package/components/GridLayout/subcomponents/SizeProvider/{index.247cc027.js → index.003027c6.js} +1 -1
- package/components/HamburgerMenu/{index.fb1a3aae.js → index.35df83ad.js} +2 -2
- package/components/Icon/{index.14670a00.js → index.d34ed400.js} +1 -1
- package/components/Image/{index.6aa1ae49.js → index.7ca22fd5.js} +2 -2
- package/components/LanguagePopover/{index.4149a8da.js → index.47796ed9.js} +2 -2
- package/components/LinearProgressIndeterminate/{index.6e5db737.js → index.7349e210.js} +1 -1
- package/components/LoadingError/{index.1ec78dd5.js → index.423d70c8.js} +3 -3
- package/components/MFLoader/{index.6037f834.js → index.9bf3be25.js} +1 -1
- package/components/ModalDialog/{index.f27b7c2d.js → index.17a7be82.js} +4 -4
- package/components/NoItemSelected/{index.54023226.js → index.16500ea3.js} +1 -1
- package/components/ObjectLogs/{index.32ddae31.js → index.c33d046a.js} +5 -5
- package/components/PDFViewer/{index.d185afd0.js → index.195bf4c3.js} +1 -1
- package/components/Page/{index.2c550c91.js → index.f4ce7c75.js} +1 -1
- package/components/PaperForm/{index.63dc4b29.js → index.243b20bd.js} +1 -1
- package/components/Period/{index.ddf8716c.js → index.0e647446.js} +2 -2
- package/components/PrintingSystem/{index.bcef9a6f.js → index.7aff86a4.js} +13 -13
- package/components/PrintingSystem/subcomponents/BodyNode/{index.14ecdd97.js → index.e7c04442.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.aa2b8706.js → index.7bfbe141.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.ce81726b.js → index.2e68dba0.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.7fc8c316.js → index.bb2a7dcb.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.88fcc856.js → index.53d82ef7.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.d3f4e000.js → index.3630fe0c.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.30cbab70.js → index.a7086296.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.05a3579e.js → index.633304a0.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.d6344807.js → index.40da2bf8.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.79d2e283.js → index.0c9719ce.js} +1 -1
- package/components/PropertyValue/{index.1dbf6ef8.js → index.1b45d87a.js} +2 -2
- package/components/Resizeable/{index.eba4fda9.js → index.e663ca86.js} +1 -1
- package/components/SideBar/{index.b1455bd0.js → index.31e9929f.js} +4 -4
- package/components/ToastContainer/{index.a33ebb52.js → index.3c3c05b2.js} +3 -3
- package/components/areas/components/AreasAdmin/{index.922cdb11.js → index.971a3f2d.js} +10 -10
- package/components/areas/components/AreasViewer/{index.f7126815.js → index.dfa954fe.js} +14 -14
- package/components/areas/contexts/AreasContext/{index.37be3e4e.js → index.732db5ce.js} +4 -4
- package/components/areas/hooks/useAreas/{index.e3971ffa.js → index.2b111188.js} +1 -1
- package/components/areas/types.d.ts +1 -1
- package/components/commercial/AppBarCommercial/{index.3e0ad6ef.js → index.d9adaa14.js} +1 -1
- package/components/commercial/TopBar/{index.7b22d97b.js → index.5fe97d82.js} +4 -4
- package/components/formatters/BooleanFormatter/{index.fb44d69d.js → index.96191097.js} +2 -2
- package/components/formatters/{index.05c4e1a4.js → index.3166cf12.js} +1 -1
- package/components/hook-form/RHFAutocomplete/classes/index.d.ts +1 -0
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +2 -1
- package/components/hook-form/RHFAutocomplete/{index.3592430b.js → index.48f7b38f.js} +75 -42
- package/components/hook-form/RHFAutocomplete/types.d.ts +4 -2
- package/components/hook-form/RHFAutocompleteAsync/{index.dfbaece5.js → index.e5aa7194.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.251a36b5.js → index.2a9f91d2.js} +2 -2
- package/components/hook-form/RHFColorPicker/{index.e7d27ca0.js → index.b9ce28a2.js} +5 -5
- package/components/hook-form/RHFDateTime/{index.fc474c35.js → index.d4644a5b.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.2bf650c4.js → index.2550b309.js} +3 -3
- package/components/hook-form/RHFTextField/{index.db56e769.js → index.01d225ef.js} +4 -4
- package/components/hook-form/RHFUpload/{index.9d4d4460.js → index.e4cdfb40.js} +2 -2
- package/components/maps/leaflet-geoman.d.ts +1633 -1633
- package/components/modal/{WindowBase.2e5506d7.js → WindowBase.1cb35b2d.js} +3 -3
- package/components/modal/{WindowConfirm.ce47a48a.js → WindowConfirm.8feb23c6.js} +6 -6
- package/components/mui_extended/Accordion/{index.f9042228.js → index.32ebf85f.js} +2 -2
- package/components/mui_extended/Button/{index.d5a031be.js → index.7265987f.js} +1 -1
- package/components/mui_extended/{CheckBox.0dcf39ae.js → CheckBox.4e2fa17c.js} +1 -1
- package/components/mui_extended/IconButton/{index.d8bdadaa.js → index.21215143.js} +1 -1
- package/components/mui_extended/MenuActions/{index.154d57f0.js → index.40352568.js} +2 -2
- package/components/mui_extended/Pager/{index.da7ea851.js → index.0d7d95be.js} +2 -2
- package/components/mui_extended/ToggleButton/{index.595ea955.js → index.aa37e2cb.js} +1 -1
- package/components/mui_extended/ToggleIconButton/ToggleIconButton.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/{index.c588d5e1.js → index.827d5856.js} +1 -1
- package/contexts/ModalContext/{index.3d48d675.js → index.365ae264.js} +1 -1
- package/hooks/useFormAddEdit/{index.07e5258d.js → index.7f3162c9.js} +2 -2
- package/hooks/useModal/{index.cb1d6a37.js → index.5a463055.js} +1 -1
- package/index.js +82 -82
- package/{node_modules.98455a76.js → node_modules.0fb6293f.js} +1 -1
- package/package.json +1 -1
- package/{react-draggable.6cf19cba.js → react-draggable.483e2eaa.js} +1 -1
- package/{react-resizable.0ebffd82.js → react-resizable.059cf55c.js} +2 -2
- package/{vendor.55925cb3.js → vendor.52f0234f.js} +65 -65
- package/vite-env.d.ts +3 -3
- /package/utils/{index.24b5284a.js → index.d2e8f376.js} +0 -0
|
@@ -2,9 +2,9 @@ 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.
|
|
7
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
5
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.21215143.js";
|
|
6
|
+
import { I as Icon } from "../Icon/index.d34ed400.js";
|
|
7
|
+
import { u as useModal } from "../../hooks/useModal/index.5a463055.js";
|
|
8
8
|
const Header = (props) => {
|
|
9
9
|
const {
|
|
10
10
|
title,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { A as Actions } from "../CommonActions/components/Actions/index.
|
|
1
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.5ebb95fe.js";
|
|
2
2
|
import { Typography } from "@mui/material";
|
|
3
3
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
4
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
+
import { u as useModal } from "../../hooks/useModal/index.5a463055.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.7ca22fd5.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.1cb35b2d.js";
|
|
9
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.6a991836.js";
|
|
10
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.7d321553.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.21215143.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
7
|
import { g as getNameDataTestId } from "../../../test/getNameDataTestId.14875ec7.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.d34ed400.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.7ca22fd5.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";
|
|
@@ -5,7 +5,7 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
5
5
|
import { useModuleSkeleton } from "@m4l/core";
|
|
6
6
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import { forwardRef } from "react";
|
|
8
|
-
import { F as FieldLabel } from "../FieldLabel/index.
|
|
8
|
+
import { F as FieldLabel } from "../FieldLabel/index.6127de0c.js";
|
|
9
9
|
const COMPONENT_CLASS_NAME = "M4LCheckBox";
|
|
10
10
|
generateUtilityClasses(COMPONENT_CLASS_NAME, [
|
|
11
11
|
"root",
|
|
@@ -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.d34ed400.js";
|
|
5
5
|
import { jsx, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import clsx from "clsx";
|
|
@@ -2,12 +2,12 @@ import React__default, { useState, useEffect, useMemo } from "react";
|
|
|
2
2
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { styled, IconButton, generateUtilityClasses, generateUtilityClass, useTheme, MenuItem } from "@mui/material";
|
|
4
4
|
import { P as Popover } from "../Popover/index.d85de73b.js";
|
|
5
|
-
import { I as Icon } from "../../Icon/index.
|
|
5
|
+
import { I as Icon } from "../../Icon/index.d34ed400.js";
|
|
6
6
|
import clsx from "clsx";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
8
8
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
9
9
|
import { B as Badge } from "../Badge/index.09f5aee5.js";
|
|
10
|
-
import { I as IconButton$1 } from "../IconButton/index.
|
|
10
|
+
import { I as IconButton$1 } from "../IconButton/index.21215143.js";
|
|
11
11
|
styled(IconButton)(() => ({}));
|
|
12
12
|
const LabelMemuItem = styled("div")(({
|
|
13
13
|
theme
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, useTheme, Select, InputBase, MenuItem } from "@mui/material";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { I as IconButton } from "../IconButton/index.
|
|
4
|
+
import { I as IconButton } from "../IconButton/index.21215143.js";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
7
7
|
import { useResponsiveContainerStore } from "@m4l/graphics";
|
|
8
8
|
import { shallow } from "zustand/shallow";
|
|
9
9
|
import { T as Typography } from "../Typography/index.379dd374.js";
|
|
10
|
-
import { I as Icon } from "../../Icon/index.
|
|
10
|
+
import { I as Icon } from "../../Icon/index.d34ed400.js";
|
|
11
11
|
const PagerRoot = styled("div")(({ theme }) => ({
|
|
12
12
|
...theme.components?.M4LPager?.styleOverrides
|
|
13
13
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import clsx from "clsx";
|
|
2
|
-
import { B as Button, b as buttonClasses } from "../Button/index.
|
|
2
|
+
import { B as Button, b as buttonClasses } from "../Button/index.7265987f.js";
|
|
3
3
|
import { w as withToggle } from "../../../hocs/withToggle/index.e44eb0da.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ToggleAbleButton = ({
|
|
@@ -7,7 +7,7 @@ interface ToggleIconButtonWrapperProps extends Omit<ToggleIconButtonProps, 'isPr
|
|
|
7
7
|
* Para no tener que poner src en ComponentWithToggleProps, dejando de ser generico
|
|
8
8
|
* se crea wrapper que recibe src a traves de ToggleIconButtonWrapperProps el cual extiende ComponentWithToggleProps
|
|
9
9
|
* por lo tanto es aceptado withToggle.
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
**/
|
|
12
12
|
export declare const ToggleIconButton: React.FC<ToggleIconButtonWrapperProps>;
|
|
13
13
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import clsx from "clsx";
|
|
2
|
-
import { I as IconButton, i as iconButtonClasses } from "../IconButton/index.
|
|
2
|
+
import { I as IconButton, i as iconButtonClasses } from "../IconButton/index.21215143.js";
|
|
3
3
|
import { w as withToggle } from "../../../hocs/withToggle/index.e44eb0da.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ToggleAbleIconButton = ({
|
|
@@ -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.17a7be82.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useNetwork, useFlags, useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
|
-
import { u as useModal } from "../useModal/index.
|
|
3
|
+
import { u as useModal } from "../useModal/index.5a463055.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.8feb23c6.js";
|
|
6
6
|
function useFormAddEdit(props) {
|
|
7
7
|
const {
|
|
8
8
|
initialValues,
|
|
@@ -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.365ae264.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { L } from "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import { c, e, g } from "./components/DataGrid/index.
|
|
2
|
+
import { c, e, g } from "./components/DataGrid/index.27810831.js";
|
|
3
3
|
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.eac1749c.js";
|
|
4
4
|
import { N as N2 } from "./components/NavLink/index.b75c91e1.js";
|
|
5
5
|
import { S } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
@@ -12,27 +12,27 @@ 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.971a3f2d.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.dfa954fe.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.732db5ce.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.48f7b38f.js";
|
|
24
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.e5aa7194.js";
|
|
25
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.d4644a5b.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.
|
|
29
|
-
import { P as P2, g as g5 } from "./components/Period/index.
|
|
28
|
+
import { R as R6 } from "./components/hook-form/RHFPeriod/index.2550b309.js";
|
|
29
|
+
import { P as P2, g as g5 } from "./components/Period/index.0e647446.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.
|
|
34
|
-
import { R as R11 } from "./components/hook-form/RHFUpload/index.
|
|
35
|
-
import { A as A6 } from "./components/mui_extended/Accordion/index.
|
|
31
|
+
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.b9ce28a2.js";
|
|
32
|
+
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.2a9f91d2.js";
|
|
33
|
+
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.01d225ef.js";
|
|
34
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.e4cdfb40.js";
|
|
35
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.32ebf85f.js";
|
|
36
36
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
37
37
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
38
38
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
@@ -40,78 +40,78 @@ import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js"
|
|
|
40
40
|
import { B as B3 } from "./components/mui_extended/Badge/index.09f5aee5.js";
|
|
41
41
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
42
42
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
43
|
-
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.
|
|
44
|
-
import { M as M4 } from "./components/mui_extended/MenuActions/index.
|
|
45
|
-
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.
|
|
43
|
+
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.7265987f.js";
|
|
44
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.40352568.js";
|
|
45
|
+
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.0d7d95be.js";
|
|
46
46
|
import { a as a6, c as c4, T as T2, d as d2, b as b4 } from "./components/mui_extended/Tab/index.2068925d.js";
|
|
47
|
-
import { C as C2 } from "./components/mui_extended/CheckBox.
|
|
48
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
47
|
+
import { C as C2 } from "./components/mui_extended/CheckBox.4e2fa17c.js";
|
|
48
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.21215143.js";
|
|
49
49
|
import { P as P4 } from "./components/mui_extended/Popover/index.d85de73b.js";
|
|
50
50
|
import { S as S2 } from "./components/mui_extended/Stack/index.0e53197c.js";
|
|
51
51
|
import { T as T3 } from "./components/mui_extended/Tooltip/index.24a2bc3f.js";
|
|
52
52
|
import { T as T4 } from "./components/mui_extended/Typography/index.379dd374.js";
|
|
53
|
-
import { T as T5 } from "./components/mui_extended/ToggleButton/index.
|
|
54
|
-
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.
|
|
55
|
-
import { B as B5 } from "./components/formatters/BooleanFormatter/index.
|
|
53
|
+
import { T as T5 } from "./components/mui_extended/ToggleButton/index.aa37e2cb.js";
|
|
54
|
+
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.827d5856.js";
|
|
55
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.96191097.js";
|
|
56
56
|
import { D as D3, g as g8 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
57
57
|
import { U, g as g9 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
58
58
|
import { P as P5, g as g10 } from "./components/formatters/PointsFormatter/index.8a4fa393.js";
|
|
59
|
-
import { C as C3, P as P6, g as g11, a as a7, b as b5 } from "./components/formatters/index.
|
|
59
|
+
import { C as C3, P as P6, g as g11, a as a7, b as b5 } from "./components/formatters/index.3166cf12.js";
|
|
60
60
|
import { P as P7, g as g12 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
61
61
|
import { C as C4 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/index.aeea65aa.js";
|
|
62
62
|
import { C as C5 } from "./components/DataGrid/formatters/ColumnPointsFormatter/index.4335c26b.js";
|
|
63
63
|
import { C as C6 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/index.925387d2.js";
|
|
64
|
-
import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.
|
|
64
|
+
import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.de8a24bb.js";
|
|
65
65
|
import { C as C8 } from "./components/DataGrid/formatters/ColumnDateFormatter/index.704db1ca.js";
|
|
66
|
-
import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.
|
|
66
|
+
import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.220dc8f0.js";
|
|
67
67
|
import { C as C10 } from "./components/DataGrid/formatters/ColumnPriceFormatter/index.d717405e.js";
|
|
68
|
-
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.
|
|
68
|
+
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.fef17717.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.
|
|
71
|
-
import { F } from "./components/FieldLabel/index.
|
|
70
|
+
import { D as D4, g as g13 } from "./components/DynamicFilter/index.781f1212.js";
|
|
71
|
+
import { F } from "./components/FieldLabel/index.6127de0c.js";
|
|
72
72
|
import { H, e as e2 } from "./components/HelperText/index.7d2afdb3.js";
|
|
73
|
-
import { A as A8, d as d3, g as g14 } from "./components/CommonActions/components/Actions/index.
|
|
74
|
-
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.
|
|
75
|
-
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.
|
|
76
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
77
|
-
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.
|
|
78
|
-
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.
|
|
79
|
-
import { G, w, A as A13 } from "./components/GridLayout/index.
|
|
80
|
-
import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.
|
|
81
|
-
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.
|
|
82
|
-
import { P as P8 } from "./components/PrintingSystem/index.
|
|
83
|
-
import { I as I4 } from "./components/Icon/index.
|
|
84
|
-
import { L as L7 } from "./components/LanguagePopover/index.
|
|
85
|
-
import { L as L8 } from "./components/LinearProgressIndeterminate/index.
|
|
86
|
-
import { I as I5 } from "./components/Image/index.
|
|
73
|
+
import { A as A8, d as d3, g as g14 } from "./components/CommonActions/components/Actions/index.5ebb95fe.js";
|
|
74
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.6a991836.js";
|
|
75
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.7d321553.js";
|
|
76
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.9801982c.js";
|
|
77
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.f7ee99e7.js";
|
|
78
|
+
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.1091606d.js";
|
|
79
|
+
import { G, w, A as A13 } from "./components/GridLayout/index.cd9b0723.js";
|
|
80
|
+
import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.26128960.js";
|
|
81
|
+
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.003027c6.js";
|
|
82
|
+
import { P as P8 } from "./components/PrintingSystem/index.7aff86a4.js";
|
|
83
|
+
import { I as I4 } from "./components/Icon/index.d34ed400.js";
|
|
84
|
+
import { L as L7 } from "./components/LanguagePopover/index.47796ed9.js";
|
|
85
|
+
import { L as L8 } from "./components/LinearProgressIndeterminate/index.7349e210.js";
|
|
86
|
+
import { I as I5 } from "./components/Image/index.7ca22fd5.js";
|
|
87
87
|
import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
|
|
88
|
-
import { M as M5, d as d5, g as g15 } from "./components/ModalDialog/index.
|
|
88
|
+
import { M as M5, d as d5, g as g15 } from "./components/ModalDialog/index.17a7be82.js";
|
|
89
89
|
import { g as g16 } from "./components/modal/index.61389369.js";
|
|
90
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
91
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
92
|
-
import { L as L10, g as g17 } from "./components/LoadingError/index.
|
|
93
|
-
import { M as M6, g as g18 } from "./components/MFLoader/index.
|
|
94
|
-
import { N as N3, d as d6, g as g19 } from "./components/NoItemSelected/index.
|
|
95
|
-
import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.
|
|
96
|
-
import { P as P9 } from "./components/PaperForm/index.
|
|
97
|
-
import { P as P10 } from "./components/PDFViewer/index.
|
|
98
|
-
import { H as H2 } from "./components/Page/index.
|
|
99
|
-
import { P as P11 } from "./components/PropertyValue/index.
|
|
100
|
-
import { R as R13 } from "./components/Resizeable/index.
|
|
90
|
+
import { W as W2 } from "./components/modal/WindowConfirm.8feb23c6.js";
|
|
91
|
+
import { W as W3 } from "./components/modal/WindowBase.1cb35b2d.js";
|
|
92
|
+
import { L as L10, g as g17 } from "./components/LoadingError/index.423d70c8.js";
|
|
93
|
+
import { M as M6, g as g18 } from "./components/MFLoader/index.9bf3be25.js";
|
|
94
|
+
import { N as N3, d as d6, g as g19 } from "./components/NoItemSelected/index.16500ea3.js";
|
|
95
|
+
import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.c33d046a.js";
|
|
96
|
+
import { P as P9 } from "./components/PaperForm/index.243b20bd.js";
|
|
97
|
+
import { P as P10 } from "./components/PDFViewer/index.195bf4c3.js";
|
|
98
|
+
import { H as H2 } from "./components/Page/index.f4ce7c75.js";
|
|
99
|
+
import { P as P11 } from "./components/PropertyValue/index.1b45d87a.js";
|
|
100
|
+
import { R as R13 } from "./components/Resizeable/index.e663ca86.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";
|
|
103
|
-
import { T as T7, a as a9 } from "./components/ToastContainer/index.
|
|
104
|
-
import { S as S5 } from "./components/SideBar/index.
|
|
105
|
-
import { A as A14, g as g21 } from "./components/AppBar/index.
|
|
106
|
-
import { A as A15, g as g22 } from "./components/AccountPopover/index.
|
|
107
|
-
import { A as A16 } from "./components/commercial/AppBarCommercial/index.
|
|
108
|
-
import { H as H3 } from "./components/HamburgerMenu/index.
|
|
109
|
-
import { T as T8 } from "./components/commercial/TopBar/index.
|
|
110
|
-
import { S as S6, u as u3 } from "./vendor.
|
|
103
|
+
import { T as T7, a as a9 } from "./components/ToastContainer/index.3c3c05b2.js";
|
|
104
|
+
import { S as S5 } from "./components/SideBar/index.31e9929f.js";
|
|
105
|
+
import { A as A14, g as g21 } from "./components/AppBar/index.a93fc76c.js";
|
|
106
|
+
import { A as A15, g as g22 } from "./components/AccountPopover/index.e0f283a2.js";
|
|
107
|
+
import { A as A16 } from "./components/commercial/AppBarCommercial/index.d9adaa14.js";
|
|
108
|
+
import { H as H3 } from "./components/HamburgerMenu/index.35df83ad.js";
|
|
109
|
+
import { T as T8 } from "./components/commercial/TopBar/index.5fe97d82.js";
|
|
110
|
+
import { S as S6, u as u3 } from "./vendor.52f0234f.js";
|
|
111
111
|
import { R as R14, g as g23 } from "./contexts/RHFormContext/index.7b2a8723.js";
|
|
112
|
-
import { M as M7, a as a10 } from "./contexts/ModalContext/index.
|
|
113
|
-
import { g as g24, u as u4 } from "./hooks/useFormAddEdit/index.
|
|
114
|
-
import { u as u5 } from "./hooks/useModal/index.
|
|
112
|
+
import { M as M7, a as a10 } from "./contexts/ModalContext/index.365ae264.js";
|
|
113
|
+
import { g as g24, u as u4 } from "./hooks/useFormAddEdit/index.7f3162c9.js";
|
|
114
|
+
import { u as u5 } from "./hooks/useModal/index.5a463055.js";
|
|
115
115
|
import { u as u6 } from "./hooks/useTab/index.c0564138.js";
|
|
116
116
|
import "react-router-dom";
|
|
117
117
|
import "@mui/material/styles";
|
|
@@ -124,7 +124,7 @@ import "react-dnd";
|
|
|
124
124
|
import "react-dnd-html5-backend";
|
|
125
125
|
import "./components/DataGrid/constants.e334cd50.js";
|
|
126
126
|
import "@m4l/core";
|
|
127
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
127
|
+
import "./components/DataGrid/subcomponents/Actions/index.810ec53e.js";
|
|
128
128
|
import "@m4l/graphics";
|
|
129
129
|
import "zustand/shallow";
|
|
130
130
|
import "@mui/base";
|
|
@@ -133,16 +133,16 @@ import "./test/getNameDataTestId.14875ec7.js";
|
|
|
133
133
|
import "framer-motion";
|
|
134
134
|
import "simplebar-react";
|
|
135
135
|
import "./react-spinners.342a6578.js";
|
|
136
|
-
import "./components/areas/hooks/useAreas/index.
|
|
136
|
+
import "./components/areas/hooks/useAreas/index.2b111188.js";
|
|
137
137
|
import "zustand";
|
|
138
138
|
import "yup";
|
|
139
|
-
import "./utils/index.
|
|
139
|
+
import "./utils/index.d2e8f376.js";
|
|
140
140
|
import "./components/areas/constants.66529246.js";
|
|
141
141
|
import "./components/areas/icons.8266ccc8.js";
|
|
142
142
|
import "@mui/material/ButtonBase/TouchRipple";
|
|
143
143
|
import "./components/areas/index.4cc6a221.js";
|
|
144
|
-
import "./react-resizable.
|
|
145
|
-
import "./react-draggable.
|
|
144
|
+
import "./react-resizable.059cf55c.js";
|
|
145
|
+
import "./react-draggable.483e2eaa.js";
|
|
146
146
|
import "prop-types";
|
|
147
147
|
import "react-dom";
|
|
148
148
|
import "zustand/middleware/immer";
|
|
@@ -151,7 +151,7 @@ import "lodash";
|
|
|
151
151
|
import "react-hook-form";
|
|
152
152
|
import "lodash/debounce";
|
|
153
153
|
import "@mui/x-date-pickers";
|
|
154
|
-
import "./node_modules.
|
|
154
|
+
import "./node_modules.0fb6293f.js";
|
|
155
155
|
import "lodash-es/debounce";
|
|
156
156
|
import "lodash-es/each";
|
|
157
157
|
import "lodash/isString";
|
|
@@ -169,18 +169,18 @@ import "@mui/lab";
|
|
|
169
169
|
import "./hocs/withToggle/index.e44eb0da.js";
|
|
170
170
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
171
171
|
import "./components/PopupsProvider/index.3d5ad0ee.js";
|
|
172
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
172
|
+
import "./components/GridLayout/subcomponents/Griditem/index.9d65edbc.js";
|
|
173
173
|
import "fast-equals";
|
|
174
|
-
import "./components/PrintingSystem/subcomponents/DividerNode/index.
|
|
175
|
-
import "./components/PrintingSystem/subcomponents/SectionNode/index.
|
|
176
|
-
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.
|
|
177
|
-
import "./components/PrintingSystem/subcomponents/HeaderNode/index.
|
|
178
|
-
import "./components/PrintingSystem/subcomponents/BodyNode/index.
|
|
179
|
-
import "./components/PrintingSystem/subcomponents/FooterNode/index.
|
|
180
|
-
import "./components/PrintingSystem/subcomponents/PaperNode/index.
|
|
181
|
-
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.
|
|
182
|
-
import "./components/PrintingSystem/subcomponents/GridNode/index.
|
|
183
|
-
import "./components/PrintingSystem/subcomponents/ChartNode/index.
|
|
174
|
+
import "./components/PrintingSystem/subcomponents/DividerNode/index.2e68dba0.js";
|
|
175
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.40da2bf8.js";
|
|
176
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.0c9719ce.js";
|
|
177
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.3630fe0c.js";
|
|
178
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.e7c04442.js";
|
|
179
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.bb2a7dcb.js";
|
|
180
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.a7086296.js";
|
|
181
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.633304a0.js";
|
|
182
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.53d82ef7.js";
|
|
183
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.7bfbe141.js";
|
|
184
184
|
import "chart.js";
|
|
185
185
|
import "chartjs-chart-error-bars";
|
|
186
186
|
import "./react-json-view.5636414a.js";
|
|
@@ -12,7 +12,7 @@ import merge from "lodash-es/merge";
|
|
|
12
12
|
import throttle from "lodash-es/throttle";
|
|
13
13
|
import map from "lodash-es/map";
|
|
14
14
|
import isUndefined from "lodash-es/isUndefined";
|
|
15
|
-
import { _ as _default$1, a as _default$2 } from "./components/Icon/index.
|
|
15
|
+
import { _ as _default$1, a as _default$2 } from "./components/Icon/index.d34ed400.js";
|
|
16
16
|
import clsx from "clsx";
|
|
17
17
|
var lib = {};
|
|
18
18
|
var flattenNames$1 = {};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@ import React__default from "react";
|
|
|
2
2
|
import PropTypes from "prop-types";
|
|
3
3
|
import require$$2 from "react-dom";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import { d as domFns, s as shims, l as log, p as positionFns } from "./utils/index.
|
|
5
|
+
import { d as domFns, s as shims, l as log, p as positionFns } from "./utils/index.d2e8f376.js";
|
|
6
6
|
var cjs = { exports: {} };
|
|
7
7
|
var Draggable$1 = {};
|
|
8
8
|
var DraggableCore$2 = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default from "react";
|
|
2
|
-
import { c as cjs } from "./react-draggable.
|
|
3
|
-
import { u as utils } from "./utils/index.
|
|
2
|
+
import { c as cjs } from "./react-draggable.483e2eaa.js";
|
|
3
|
+
import { u as utils } from "./utils/index.d2e8f376.js";
|
|
4
4
|
import PropTypes from "prop-types";
|
|
5
5
|
var reactResizable = { exports: {} };
|
|
6
6
|
var Resizable$2 = {};
|