@m4l/components 0.2.26 → 0.2.27
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.e31fc908.js → index.3994a80b.js} +1 -1
- package/components/AppBar/{index.4945897e.js → index.23323f96.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.33a748be.js → index.bd767c14.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.9a965204.js → index.d737bddc.js} +4 -4
- package/components/CommonActions/components/ActionFormIntro/{index.7add0125.js → index.d5b80747.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.ac7cd0ee.js → index.9bd56cd0.js} +2 -2
- package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.f731d23f.js → index.29cf6542.js} +1 -1
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.ad82747c.js → index.2c4fd22e.js} +1 -1
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.64854fdd.js → index.e30c976f.js} +1 -1
- package/components/DataGrid/{index.1c695ed3.js → index.a3792770.js} +3 -3
- package/components/DataGrid/subcomponents/Actions/{index.4a402633.js → index.a317b384.js} +10 -10
- package/components/DragResizeWindow/{index.f84451f8.js → index.bf1a4a47.js} +1 -1
- package/components/DynamicFilter/{index.22ba3195.js → index.cce92677.js} +12 -10
- package/components/FieldLabel/{index.1da2a28d.js → index.8d3d6bb4.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.0fd1b7f8.js → index.d2ec9ddb.js} +1 -0
- package/components/GridLayout/subcomponents/SizeProvider/{index.7669a2cd.js → index.06986ab4.js} +9 -5
- package/components/HamburgerMenu/{index.1663edef.js → index.06905db3.js} +2 -2
- package/components/Icon/{index.8c744412.js → index.58eaf354.js} +8 -48
- package/components/Icon/types.d.ts +0 -5
- package/components/Image/classes/index.d.ts +7 -0
- package/components/Image/{utils/classes → classes}/types.d.ts +0 -5
- package/components/Image/index.fa98eb78.js +203 -0
- package/components/Image/tests/utils.d.ts +1 -1
- package/components/Image/types.d.ts +3 -43
- package/components/LanguagePopover/{index.80896e49.js → index.2740fb8e.js} +2 -3
- package/components/LoadingError/{index.9c64680a.js → index.4f4724c4.js} +2 -2
- package/components/MFLoader/{index.7cd7c372.js → index.f6a46c70.js} +1 -1
- package/components/ModalDialog/{index.ce0f4d16.js → index.86de725b.js} +2 -2
- package/components/NoItemSelected/{index.ffba558b.js → index.aa3679f1.js} +1 -1
- package/components/ObjectLogs/{index.dd6a5009.js → index.0e365006.js} +5 -5
- package/components/PDFViewer/{index.093ddd35.js → index.85d4e010.js} +1 -1
- package/components/Page/{index.1b20a73e.js → index.aa33f20b.js} +1 -1
- package/components/PaperForm/{index.42e78a24.js → index.b6811634.js} +1 -1
- package/components/Period/{index.6e8d92dc.js → index.ba79014c.js} +2 -2
- package/components/PrintingSystem/{index.c2d21657.js → index.b3ed9375.js} +12 -12
- package/components/PrintingSystem/subcomponents/BodyNode/{index.c7b59f3f.js → index.7a5c7bdd.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.263f02f0.js → index.85914c4b.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.f00c44f3.js → index.45284722.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.fb323704.js → index.a83e65dc.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.1ed935be.js → index.cb7d0af9.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.5173c74a.js → index.d67484e5.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.fad64696.js → index.ab17815a.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.3a3e5fd0.js → index.8a2617ae.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.2890fc12.js → index.2c52ee12.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.148708e6.js → index.f0ac0243.js} +1 -1
- package/components/PropertyValue/{index.4ea5af0f.js → index.a3527d10.js} +1 -1
- package/components/SideBar/{index.141dac10.js → index.0d49daff.js} +10 -23
- package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -1
- package/components/ToastContainer/{index.98c4873e.js → index.b42aca02.js} +2 -2
- package/components/areas/components/AreasAdmin/{index.debe3e3d.js → index.6d902d47.js} +13 -13
- package/components/areas/components/AreasViewer/{index.82a22acb.js → index.2a286dfa.js} +118 -218
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowHeaderSkeleton/index.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowHeaderSkeleton/types.d.ts +3 -0
- package/components/areas/contexts/AreasContext/helper.d.ts +2 -2
- package/components/areas/contexts/AreasContext/{index.0dc69929.js → index.3eb6b2a4.js} +5 -5
- package/components/areas/hooks/useAreas/{index.ca15a4b6.js → index.febe901b.js} +1 -1
- package/components/commercial/TopBar/{index.32a332c4.js → index.08853566.js} +3 -3
- package/components/formatters/BooleanFormatter/{index.0703a256.js → index.4bb3d2f9.js} +2 -2
- package/components/formatters/{index.94be7098.js → index.3e9e2305.js} +1 -1
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +1 -0
- package/components/hook-form/RHFAutocomplete/{index.993794f8.js → index.f9be5465.js} +22 -15
- package/components/hook-form/RHFAutocomplete/types.d.ts +2 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.924c6473.js → index.c01fd38a.js} +1 -1
- package/components/hook-form/RHFCheckbox/classes/types.d.ts +2 -0
- package/components/hook-form/RHFCheckbox/{index.f1fd5789.js → index.4f650b78.js} +20 -3
- package/components/hook-form/RHFCheckbox/types.d.ts +2 -0
- package/components/hook-form/RHFColorPicker/classes/types.d.ts +2 -0
- package/components/hook-form/RHFColorPicker/{index.60b50052.js → index.5be9e237.js} +24 -6
- package/components/hook-form/RHFColorPicker/types.d.ts +2 -0
- package/components/hook-form/RHFDateTime/classes/types.d.ts +1 -0
- package/components/hook-form/RHFDateTime/{index.2396ea4a.js → index.ace3f52e.js} +19 -12
- package/components/hook-form/RHFDateTime/types.d.ts +2 -1
- package/components/hook-form/RHFPeriod/classes/index.d.ts +2 -1
- package/components/hook-form/RHFPeriod/classes/types.d.ts +2 -0
- package/components/hook-form/RHFPeriod/index.88812636.js +112 -0
- package/components/hook-form/RHFPeriod/types.d.ts +4 -0
- package/components/hook-form/RHFTextField/classes/types.d.ts +1 -0
- package/components/hook-form/RHFTextField/{index.fb0d1cac.js → index.d4192912.js} +21 -15
- package/components/hook-form/RHFTextField/types.d.ts +2 -1
- package/components/hook-form/RHFUpload/{index.e5f734b8.js → index.f7efd0e2.js} +2 -2
- package/components/modal/{WindowBase.dd1d2d7b.js → WindowBase.4881da1f.js} +3 -3
- package/components/modal/{WindowConfirm.4501497a.js → WindowConfirm.3b0e842b.js} +6 -6
- package/components/mui_extended/Accordion/{index.4393eca9.js → index.a32a5761.js} +2 -2
- package/components/mui_extended/Button/{index.93389adb.js → index.81367a73.js} +3 -7
- package/components/mui_extended/{CheckBox.840a443f.js → CheckBox.b3c0f2ad.js} +1 -1
- package/components/mui_extended/IconButton/classes/types.d.ts +0 -1
- package/components/mui_extended/IconButton/{index.383f5496.js → index.32fc9419.js} +2 -5
- package/components/mui_extended/IconButton/types.d.ts +1 -1
- package/components/mui_extended/ImageButton/ImageButton.d.ts +1 -1
- package/components/mui_extended/MenuActions/{index.e6e3aac8.js → index.fdea20e7.js} +2 -2
- package/components/mui_extended/Pager/{index.5791276c.js → index.c843dde3.js} +1 -1
- package/components/mui_extended/ToggleButton/{index.4ac1f974.js → index.3d71f374.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.8ca0114f.js → index.1cff26af.js} +1 -1
- package/contexts/ModalContext/{index.dde4e35a.js → index.e748f329.js} +1 -1
- package/hooks/index.d.ts +1 -0
- package/hooks/useFormAddEdit/{index.7fdad61d.js → index.5c3d8e48.js} +2 -2
- package/hooks/useFormFocus/index.d.ts +7 -0
- package/hooks/useFormFocus/types.d.ts +8 -0
- package/hooks/useModal/{index.2f1d6a07.js → index.66a0c82e.js} +1 -1
- package/index.js +79 -78
- package/{node_modules.585eab0e.js → node_modules.47f7709b.js} +1 -1
- package/package.json +1 -1
- package/{vendor.173d0b89.js → vendor.47f1f3d4.js} +80 -61
- package/components/Image/index.39b3b9d9.js +0 -387
- package/components/Image/subcomponents/BasicIntersectComponent/index.d.ts +0 -3
- package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +0 -7
- package/components/Image/subcomponents/Skeleton/index.d.ts +0 -2
- package/components/Image/subcomponents/Skeleton/types.d.ts +0 -6
- package/components/Image/utils/classes/index.d.ts +0 -12
- package/components/Image/utils/isIntersectionObserverAvailable.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/skeleton.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/types.d.ts +0 -2
- package/components/hook-form/RHFPeriod/index.011965ef.js +0 -90
- package/components/CommonActions/components/Actions/{index.389f9b28.js → index.16946bfd.js} +11 -11
- /package/components/Image/{utils/classes → classes}/constant.d.ts +0 -0
|
@@ -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.58eaf354.js";
|
|
5
5
|
import { jsx, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import clsx from "clsx";
|
|
@@ -12,8 +12,6 @@ const SkeletonIconButton = (props) => {
|
|
|
12
12
|
} = props;
|
|
13
13
|
return /* @__PURE__ */ jsx(Skeleton, {
|
|
14
14
|
variant: "rectangular",
|
|
15
|
-
width: "100%",
|
|
16
|
-
height: "100%",
|
|
17
15
|
className: classes.skeleton,
|
|
18
16
|
"data-testid": "SkeletonIconButton"
|
|
19
17
|
});
|
|
@@ -27,7 +25,6 @@ const componentName = "M4LIconButton";
|
|
|
27
25
|
const iconButtonClasses = generateUtilityClasses(componentName, [
|
|
28
26
|
"root",
|
|
29
27
|
"skeleton",
|
|
30
|
-
"sizeExtraSmall",
|
|
31
28
|
"sizemSall",
|
|
32
29
|
"sizeMedium",
|
|
33
30
|
"variantPrimary",
|
|
@@ -43,7 +40,7 @@ function getIconButtonUtilityClass(slot) {
|
|
|
43
40
|
}
|
|
44
41
|
const useUtilityClasses = (ownerState) => {
|
|
45
42
|
const slots = {
|
|
46
|
-
root: ["root", ownerState.size === "
|
|
43
|
+
root: ["root", ownerState.size === "small" && "sizeSmall", ownerState.size === "medium" && "sizeMedium", ownerState.variant === "primary" && ownerState.isSkeleton !== true && "variantPrimary", ownerState.variant === "secondary" && ownerState.isSkeleton !== true && "variantSecondary", ownerState.variant === "line" && ownerState.isSkeleton !== true && "variantLine", ownerState.isFocus && !ownerState.isDisabled && "isFocus", ownerState.isDisabled && "isDisabled"],
|
|
47
44
|
skeleton: ["skeleton"]
|
|
48
45
|
};
|
|
49
46
|
const composedClasses = unstable_composeClasses(slots, getIconButtonUtilityClass, {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconProps } from '../../Icon/types';
|
|
2
2
|
import { IconButtonProps as MUIIconButtonProps } from '@mui/material';
|
|
3
3
|
export declare type IconButtonVariants = 'primary' | 'secondary' | 'line';
|
|
4
|
-
export declare type IconButtonSize = '
|
|
4
|
+
export declare type IconButtonSize = 'small' | 'medium';
|
|
5
5
|
export interface IconButtonProps extends Omit<IconProps, 'size'>, Omit<MUIIconButtonProps, 'size'> {
|
|
6
6
|
tooltip?: string;
|
|
7
7
|
dictionaryTooltipId?: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ImageButtonProps } from './types';
|
|
2
|
-
export declare function ImageButton({ src, width, height,
|
|
2
|
+
export declare function ImageButton({ src, width, height, tooltip, sx, ...other }: ImageButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -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.58eaf354.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.32fc9419.js";
|
|
11
11
|
styled(IconButton)(() => ({}));
|
|
12
12
|
const LabelMemuItem = styled("div")(({
|
|
13
13
|
theme
|
|
@@ -1,7 +1,7 @@
|
|
|
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.32fc9419.js";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
@@ -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.81367a73.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 = ({
|
|
@@ -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.32fc9419.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.86de725b.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
package/hooks/index.d.ts
CHANGED
|
@@ -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.66a0c82e.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.3b0e842b.js";
|
|
6
6
|
function useFormAddEdit(props) {
|
|
7
7
|
const {
|
|
8
8
|
initialValues,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FormFocusHookReturnType } from "./types";
|
|
2
|
+
/**
|
|
3
|
+
* useFormFocus: Custom hook creado para facilitar el manejo de estado de interacción de usuario para los
|
|
4
|
+
* componentes de formulario. Aporta los estados Focus, TabSelected y
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export declare const useFormFocus: <ElmentType extends HTMLElement>() => FormFocusHookReturnType<ElmentType>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { KeyboardEvent } from "react";
|
|
2
|
+
export interface FormFocusHookReturnType<ElementType extends HTMLElement> {
|
|
3
|
+
isFocus: boolean;
|
|
4
|
+
isTabSelected: boolean;
|
|
5
|
+
handlerFocus: () => void;
|
|
6
|
+
handlerOnKeyUp: (event: KeyboardEvent<ElementType>) => void;
|
|
7
|
+
handlerOnBlur: () => void;
|
|
8
|
+
}
|
|
@@ -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.e748f329.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.a3792770.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.6d902d47.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.2a286dfa.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.3eb6b2a4.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.f9be5465.js";
|
|
24
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.c01fd38a.js";
|
|
25
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.ace3f52e.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.88812636.js";
|
|
29
|
+
import { P as P2, g as g5 } from "./components/Period/index.ba79014c.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.5be9e237.js";
|
|
32
|
+
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.4f650b78.js";
|
|
33
|
+
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.d4192912.js";
|
|
34
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/index.f7efd0e2.js";
|
|
35
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.a32a5761.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,79 +40,79 @@ 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.81367a73.js";
|
|
44
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.fdea20e7.js";
|
|
45
|
+
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.c843dde3.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.b3c0f2ad.js";
|
|
48
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.32fc9419.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.3d71f374.js";
|
|
54
|
+
import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.1cff26af.js";
|
|
55
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.4bb3d2f9.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.3e9e2305.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.29cf6542.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.2c4fd22e.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.e30c976f.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.cce92677.js";
|
|
71
|
+
import { F } from "./components/FieldLabel/index.8d3d6bb4.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.
|
|
73
|
+
import { A as A8, d as d3, g as g14 } from "./components/CommonActions/components/Actions/index.16946bfd.js";
|
|
74
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.bd767c14.js";
|
|
75
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.9bd56cd0.js";
|
|
76
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.d737bddc.js";
|
|
77
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.d5b80747.js";
|
|
78
|
+
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.bf1a4a47.js";
|
|
79
79
|
import { G, w, A as A13 } from "./components/GridLayout/index.0996cd19.js";
|
|
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.
|
|
80
|
+
import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.d2ec9ddb.js";
|
|
81
|
+
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.06986ab4.js";
|
|
82
|
+
import { P as P8 } from "./components/PrintingSystem/index.b3ed9375.js";
|
|
83
|
+
import { I as I4 } from "./components/Icon/index.58eaf354.js";
|
|
84
|
+
import { L as L7 } from "./components/LanguagePopover/index.2740fb8e.js";
|
|
85
85
|
import { L as L8 } from "./components/LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
86
|
-
import { I as I5 } from "./components/Image/index.
|
|
86
|
+
import { I as I5 } from "./components/Image/index.fa98eb78.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.86de725b.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.
|
|
90
|
+
import { W as W2 } from "./components/modal/WindowConfirm.3b0e842b.js";
|
|
91
|
+
import { W as W3 } from "./components/modal/WindowBase.4881da1f.js";
|
|
92
|
+
import { L as L10, g as g17 } from "./components/LoadingError/index.4f4724c4.js";
|
|
93
|
+
import { M as M6, g as g18 } from "./components/MFLoader/index.f6a46c70.js";
|
|
94
|
+
import { N as N3, d as d6, g as g19 } from "./components/NoItemSelected/index.aa3679f1.js";
|
|
95
|
+
import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.0e365006.js";
|
|
96
|
+
import { P as P9 } from "./components/PaperForm/index.b6811634.js";
|
|
97
|
+
import { P as P10 } from "./components/PDFViewer/index.85d4e010.js";
|
|
98
|
+
import { H as H2 } from "./components/Page/index.aa33f20b.js";
|
|
99
|
+
import { P as P11 } from "./components/PropertyValue/index.a3527d10.js";
|
|
100
100
|
import { R as R13 } from "./components/Resizeable/index.8db8f77d.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.
|
|
103
|
+
import { T as T7, a as a9 } from "./components/ToastContainer/index.b42aca02.js";
|
|
104
|
+
import { S as S5 } from "./components/SideBar/index.0d49daff.js";
|
|
105
|
+
import { A as A14, g as g21 } from "./components/AppBar/index.23323f96.js";
|
|
106
|
+
import { A as A15, g as g22 } from "./components/AccountPopover/index.3994a80b.js";
|
|
107
107
|
import { A as A16 } from "./components/commercial/AppBarCommercial/index.c5022fdd.js";
|
|
108
|
-
import { H as H3 } from "./components/HamburgerMenu/index.
|
|
109
|
-
import { T as T8 } from "./components/commercial/TopBar/index.
|
|
110
|
-
import { S as S6 } from "./vendor.
|
|
108
|
+
import { H as H3 } from "./components/HamburgerMenu/index.06905db3.js";
|
|
109
|
+
import { T as T8 } from "./components/commercial/TopBar/index.08853566.js";
|
|
110
|
+
import { S as S6, u as u3 } from "./vendor.47f1f3d4.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
|
|
114
|
-
import { u as
|
|
115
|
-
import { u as
|
|
112
|
+
import { M as M7, a as a10 } from "./contexts/ModalContext/index.e748f329.js";
|
|
113
|
+
import { g as g24, u as u4 } from "./hooks/useFormAddEdit/index.5c3d8e48.js";
|
|
114
|
+
import { u as u5 } from "./hooks/useModal/index.66a0c82e.js";
|
|
115
|
+
import { u as u6 } from "./hooks/useTab/index.c0564138.js";
|
|
116
116
|
import "react-router-dom";
|
|
117
117
|
import "@mui/material/styles";
|
|
118
118
|
import "@mui/material";
|
|
@@ -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.a317b384.js";
|
|
128
128
|
import "@m4l/graphics";
|
|
129
129
|
import "@mui/base";
|
|
130
130
|
import "./test/constants_no_mock.86c553a9.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.febe901b.js";
|
|
136
136
|
import "zustand";
|
|
137
137
|
import "yup";
|
|
138
138
|
import "./utils/index.de903261.js";
|
|
@@ -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.47f7709b.js";
|
|
155
155
|
import "lodash-es/debounce";
|
|
156
156
|
import "lodash-es/each";
|
|
157
157
|
import "lodash/isString";
|
|
@@ -171,16 +171,16 @@ import "./components/WrapperComponent/index.5e872594.js";
|
|
|
171
171
|
import "./components/PopupsProvider/index.3d5ad0ee.js";
|
|
172
172
|
import "./components/GridLayout/subcomponents/Griditem/index.ded0e80e.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.45284722.js";
|
|
175
|
+
import "./components/PrintingSystem/subcomponents/SectionNode/index.2c52ee12.js";
|
|
176
|
+
import "./components/PrintingSystem/subcomponents/TextBoxNode/index.f0ac0243.js";
|
|
177
|
+
import "./components/PrintingSystem/subcomponents/HeaderNode/index.d67484e5.js";
|
|
178
|
+
import "./components/PrintingSystem/subcomponents/BodyNode/index.7a5c7bdd.js";
|
|
179
|
+
import "./components/PrintingSystem/subcomponents/FooterNode/index.a83e65dc.js";
|
|
180
|
+
import "./components/PrintingSystem/subcomponents/PaperNode/index.ab17815a.js";
|
|
181
|
+
import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.8a2617ae.js";
|
|
182
|
+
import "./components/PrintingSystem/subcomponents/GridNode/index.cb7d0af9.js";
|
|
183
|
+
import "./components/PrintingSystem/subcomponents/ChartNode/index.85914c4b.js";
|
|
184
184
|
import "chart.js";
|
|
185
185
|
import "chartjs-chart-error-bars";
|
|
186
186
|
import "./react-json-view.5636414a.js";
|
|
@@ -358,9 +358,10 @@ export {
|
|
|
358
358
|
w as isEqualLayout,
|
|
359
359
|
A13 as isEqualLayouts,
|
|
360
360
|
u as useDynamicMFParametersStore,
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
u5 as
|
|
361
|
+
u4 as useFormAddEdit,
|
|
362
|
+
u3 as useFormFocus,
|
|
363
|
+
u5 as useModal,
|
|
364
|
+
u6 as useTab,
|
|
364
365
|
u2 as useWindowToolsMF,
|
|
365
366
|
v2 as varBounce,
|
|
366
367
|
v3 as varContainer,
|
|
@@ -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.58eaf354.js";
|
|
16
16
|
import clsx from "clsx";
|
|
17
17
|
var lib = {};
|
|
18
18
|
var flattenNames$1 = {};
|