@m4l/components 1.0.22 → 1.1.0
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.f8453a39.js → index.789ca5b9.js} +3 -3
- package/components/AppBar/{index.48d5220c.js → index.a1734c3b.js} +4 -4
- package/components/BaseModule/BaseModule.d.ts +2 -0
- package/components/BaseModule/index.d.ts +2 -0
- package/components/BaseModule/index.db78c929.js +30 -0
- package/components/BaseModule/types.d.ts +10 -0
- package/components/CommonActions/components/ActionCancel/{index.5dc2a47d.js → index.a44544d1.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.2a421fd5.js → index.1b921390.js} +4 -4
- package/components/CommonActions/components/ActionFormIntro/{index.dfab71be.js → index.624a468b.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.3f96d6dc.js → index.63222f6a.js} +2 -2
- package/components/CommonActions/components/Actions/{index.2569b4df.js → index.46d6c3d1.js} +2 -2
- package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.f29b245f.js → index.8ba7afb9.js} +1 -1
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.e54fd4db.js → index.5a93dc9b.js} +1 -1
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.3424cf67.js → index.35597c7f.js} +1 -1
- package/components/DataGrid/formatters/{index.59c6d2a6.js → index.4a07af63.js} +2 -2
- package/components/DataGrid/{index.79892601.js → index.65f1da52.js} +4 -4
- package/components/DataGrid/subcomponents/Actions/{index.6d5cb1d7.js → index.1fed83ce.js} +11 -11
- package/components/DragResizeWindow/{index.be8a40b2.js → index.ad0da648.js} +3 -3
- package/components/DynamicFilter/{dictionary.d15d08fc.js → dictionary.7aeaab97.js} +2 -2
- package/components/DynamicFilter/{index.900abf99.js → index.895da58e.js} +4 -4
- package/components/DynamicFilter/slots/{dynamicFilterSlots.95aa2fd6.js → dynamicFilterSlots.84150a22.js} +6 -6
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
- package/components/DynamicFilter/store/{index.13e44665.js → index.6ec4c67c.js} +1 -1
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/{index.11860dc2.js → index.42446f8e.js} +3 -3
- package/components/DynamicFilter/subcomponents/AppliedFilters/{index.1c74b0a2.js → index.621ca411.js} +4 -4
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/{index.11e8fb88.js → index.0c3af964.js} +6 -6
- package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/{index.2c973bfc.js → index.f92d2a9c.js} +2 -2
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/{index.254058ff.js → index.aad7a12c.js} +4 -4
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/{index.2b0a8737.js → index.852c4c73.js} +3 -3
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/{index.42cb7301.js → index.4beced1d.js} +4 -4
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/{index.88923c45.js → index.17191093.js} +3 -3
- package/components/DynamicFilter/subcomponents/FieldTypes/{index.1f7bcb48.js → index.10c9c338.js} +5 -5
- package/components/DynamicFilter/subcomponents/FilterActions/{index.5820ac71.js → index.7bee6c25.js} +3 -3
- package/components/DynamicFilter/subcomponents/InputFilter/{index.b9a06165.js → index.85d720be.js} +4 -4
- package/components/DynamicFilter/subcomponents/PopoverFilter/{index.86a867ab.js → index.0fdc8a51.js} +6 -6
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/{index.4cd0d771.js → index.3674da6c.js} +2 -2
- package/components/FieldLabel/{index.9b515e11.js → index.523aaa62.js} +4 -4
- package/components/GridLayout/{index.2a975f9d.js → index.3b90ce9b.js} +2 -2
- package/components/GridLayout/subcomponents/Griditem/{index.d1d38e7a.js → index.83d54714.js} +3 -3
- package/components/GridLayout/subcomponents/Responsive/{index.84c3e0eb.js → index.f06bbf5e.js} +1 -1
- package/components/GridLayout/subcomponents/SizeProvider/{index.28155002.js → index.72bfaedb.js} +1 -1
- package/components/HelperText/{index.985f65b9.js → index.af402ba9.js} +2 -2
- package/components/Icon/{index.735ed5af.js → index.ab280d41.js} +3 -3
- package/components/Image/{index.31093474.js → index.ec13c4a1.js} +2 -2
- package/components/LanguagePopover/{index.a7ec1033.js → index.6af275d0.js} +4 -4
- package/components/LinearProgressIndeterminate/{index.af8809c0.js → index.6739ff49.js} +2 -2
- package/components/LoadingError/{index.1b480949.js → index.cfdfb380.js} +5 -5
- package/components/MFIsolationApp/MFIsolationApp.d.ts +2 -0
- package/components/MFIsolationApp/index.96eb2a32.js +167 -0
- package/components/MFIsolationApp/index.d.ts +1 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/MFAuthApp.d.ts +2 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/index.d.ts +1 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/types.d.ts +6 -0
- package/components/MFIsolationApp/types.d.ts +14 -0
- package/components/MFLoader/{index.c65e5b0f.js → index.9f542136.js} +2 -2
- package/components/ModalDialog/{index.52db045e.js → index.b975fc7b.js} +4 -4
- package/components/NavLink/{index.01b82b32.js → index.9cc3caf4.js} +2 -2
- package/components/NoItemSelected/{index.55fc2872.js → index.4ea373aa.js} +1 -1
- package/components/ObjectLogs/{index.22344399.js → index.55d93ddb.js} +9 -9
- package/components/PDFViewer/{index.a8751ff9.js → index.8d8c9d39.js} +2 -2
- package/components/Page/{index.bea04867.js → index.eb107182.js} +1 -1
- package/components/PaperForm/{index.b76ee2b3.js → index.37170e07.js} +2 -2
- package/components/Period/{index.3731b3c5.js → index.2a193da0.js} +4 -4
- package/components/PrintingSystem/{index.5941d5ea.js → index.6d6cd410.js} +14 -14
- package/components/PrintingSystem/subcomponents/BodyNode/{index.f63e9cca.js → index.2f4b2285.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.4b32dbc2.js → index.0e11ce1a.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.2ac056f3.js → index.774c0eb8.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.dbda1218.js → index.23fb8a3e.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.0770d62f.js → index.9cd30c38.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.f01a96bc.js → index.9f4f2196.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.76ad4b49.js → index.7b78e756.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.8dc2d646.js → index.6c924beb.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.f5e3019c.js → index.2da2a062.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.86ad2bd4.js → index.334ff3ef.js} +1 -1
- package/components/PropertyValue/{index.b8350841.js → index.cec68741.js} +3 -3
- package/components/Resizeable/{index.031731ec.js → index.a27cb569.js} +1 -1
- package/components/ScrollBar/{index.f59feb47.js → index.4e447b30.js} +1 -1
- package/components/SideBar/{index.6b59320a.js → index.902789b8.js} +6 -6
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
- package/components/SplitLayout/{index.3e816b39.js → index.e048f8c4.js} +1 -1
- package/components/ToastContainer/{index.bb85cf2c.js → index.319037c5.js} +3 -3
- package/components/animate/LoadingScreen/{index.614abae2.js → index.d22d67a3.js} +1 -1
- package/components/animate/{index.34175ff1.js → index.271410bf.js} +1 -1
- package/components/areas/components/AreasAdmin/{index.92015229.js → index.f3a211a4.js} +15 -15
- package/components/areas/components/AreasViewer/{index.5613b04c.js → index.8e9d24c2.js} +15 -15
- package/components/areas/contexts/AreasContext/{index.ab6739b8.js → index.b29fb29f.js} +6 -6
- package/components/areas/hooks/useAreas/{index.fb7026bb.js → index.5f7f615d.js} +1 -1
- package/components/commercial/AppBarCommercial/{index.84ddbcf1.js → index.8b27200f.js} +2 -2
- package/components/commercial/SectionCommercial/{index.b0416595.js → index.6ffe7283.js} +2 -2
- package/components/commercial/TopBar/{index.fefacbbb.js → index.67ee203b.js} +6 -6
- package/components/commercial/{index.e852decf.js → index.196f2f16.js} +3 -3
- package/components/formatters/BooleanFormatter/{index.bab92b54.js → index.71e5727f.js} +2 -2
- package/components/formatters/{index.54397ac7.js → index.6c7fdd6c.js} +2 -2
- package/components/hook-form/HelperError/{index.f3c76460.js → index.af99c705.js} +1 -1
- package/components/hook-form/RHFAutocomplete/{index.6e22b0e5.js → index.b295a0b4.js} +6 -6
- package/components/hook-form/RHFAutocompleteAsync/{index.027097e2.js → index.ad51f3e2.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.f55b8014.js → index.4aa49169.js} +3 -3
- package/components/hook-form/RHFColorPicker/{index.b3921a34.js → index.6e788803.js} +6 -6
- package/components/hook-form/RHFDateTime/{index.d017e3ea.js → index.4c686856.js} +4 -4
- package/components/hook-form/RHFPeriod/{index.f76251fc.js → index.7bd17690.js} +4 -4
- package/components/hook-form/RHFTextField/{index.d982607c.js → index.ec3f5dd5.js} +5 -5
- package/components/hook-form/RHFUpload/{index.5fa39ab0.js → index.1275836a.js} +5 -5
- package/components/index.d.ts +2 -0
- package/components/maps/components/GpsTools/{index.3e432a7d.js → index.44b82290.js} +23 -23
- package/components/maps/components/Map/{index.92f8d4f5.js → index.7cb66143.js} +14 -14
- package/components/modal/{WindowBase.62dc9432.js → WindowBase.e663941b.js} +3 -3
- package/components/modal/{WindowConfirm.af2047ad.js → WindowConfirm.abcfd142.js} +6 -6
- package/components/mui_extended/Accordion/{index.2c184653.js → index.1d692b19.js} +4 -4
- package/components/mui_extended/Avatar/{index.b4817d98.js → index.561ed0f7.js} +1 -1
- package/components/mui_extended/Badge/{index.40d1aa2c.js → index.abad2c28.js} +1 -1
- package/components/mui_extended/Button/{index.3f98a33c.js → index.8afd5131.js} +3 -3
- package/components/mui_extended/{CheckBox.d1a186d8.js → CheckBox.d84658da.js} +2 -2
- package/components/mui_extended/IconButton/{index.6e1e7606.js → index.cb274bbe.js} +2 -2
- package/components/mui_extended/MenuActions/{index.e40047bd.js → index.8168ad20.js} +5 -5
- package/components/mui_extended/Pager/{index.3d387e89.js → index.9184e616.js} +4 -4
- package/components/mui_extended/Popover/{index.2dc9ded4.js → index.594e3587.js} +1 -1
- package/components/mui_extended/Stack/{index.5ffdbe1b.js → index.6516b2b5.js} +1 -1
- package/components/mui_extended/Tab/{index.aa10efd0.js → index.2ac4a667.js} +1 -1
- package/components/mui_extended/ToggleButton/{index.82878215.js → index.94cd32f3.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.ce4374ba.js → index.3cb364d1.js} +1 -1
- package/components/mui_extended/Typography/{index.5bd73114.js → index.71fbb5c4.js} +1 -1
- package/components/popups/PopupsProvider/{index.67239cbd.js → index.07940e4f.js} +1 -1
- package/components/popups/PopupsViewer/{index.4b9f2606.js → index.d8b9a059.js} +4 -4
- package/contexts/ModalContext/{index.ca0f8525.js → index.dd147fa6.js} +3 -3
- package/contexts/RHFormContext/{index.b08da209.js → index.cedd3482.js} +1 -1
- package/hooks/useFormAddEdit/{index.a5612e31.js → index.00c86b5b.js} +2 -2
- package/hooks/useModal/{index.f2579c58.js → index.84233480.js} +1 -1
- package/hooks/useTab/{index.36300b7b.js → index.74399f56.js} +1 -1
- package/index.js +131 -123
- package/package.json +4 -1
- package/{react-draggable.310e3387.js → react-draggable.079122b0.js} +1 -1
- package/{react-resizable.3755959b.js → react-resizable.330f1499.js} +2 -2
- package/styles/{DynamicFilter.c33860d6.js → DynamicFilter.0713a406.js} +49 -35
- package/styles/DynamicFilter.styles.d.ts +1 -1
- package/styles/{index.2129f144.js → index.1735a866.js} +8 -8
- /package/utils/{index.78d1638f.js → index.f77cc2ab.js} +0 -0
package/components/PrintingSystem/subcomponents/SectionNode/{index.f5e3019c.js → index.2da2a062.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useBase } from "@m4l/core";
|
|
3
|
-
import { c as classes, g as getSize } from "../../index.
|
|
3
|
+
import { c as classes, g as getSize } from "../../index.6d6cd410.js";
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
const SectionNode = (props) => {
|
|
6
6
|
const {
|
package/components/PrintingSystem/subcomponents/TextBoxNode/{index.86ad2bd4.js → index.334ff3ef.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useBase, evaluateWithContext } from "@m4l/core";
|
|
3
|
-
import { c as classes } from "../../index.
|
|
3
|
+
import { c as classes } from "../../index.6d6cd410.js";
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
const TextBoxNode = (props) => {
|
|
6
6
|
const { variant = "body", style, className, textAlign = "start", children } = props;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { E as PropertyValueRoot } from "../../styles/index.
|
|
2
|
+
import { E as PropertyValueRoot } from "../../styles/index.1735a866.js";
|
|
3
3
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -7,8 +7,8 @@ import clsx from "clsx";
|
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
8
8
|
import { g as getNameDataTestId } from "../../test/getNameDataTestId.0faeade8.js";
|
|
9
9
|
import { useState } from "react";
|
|
10
|
-
import { F as FieldLabel } from "../FieldLabel/index.
|
|
11
|
-
import { I as Icon } from "../Icon/index.
|
|
10
|
+
import { F as FieldLabel } from "../FieldLabel/index.523aaa62.js";
|
|
11
|
+
import { I as Icon } from "../Icon/index.ab280d41.js";
|
|
12
12
|
const componentName = "M4LPropertyValue";
|
|
13
13
|
generateUtilityClasses(
|
|
14
14
|
componentName,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { J as WrapperResizeable } from "../../styles/index.
|
|
2
|
+
import { J as WrapperResizeable } from "../../styles/index.1735a866.js";
|
|
3
3
|
function ResizeableWindow(props) {
|
|
4
4
|
const { children, width = 600, height = 400, maxHeigth, onResize, maxWidth, ...other } = props;
|
|
5
5
|
return /* @__PURE__ */ jsx(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { generateUtilityClasses, generateUtilityClass, Box } from "@mui/material";
|
|
3
|
-
import { R as RootStyle, K as SimpleBarStyle } from "../../styles/index.
|
|
3
|
+
import { R as RootStyle, K as SimpleBarStyle } from "../../styles/index.1735a866.js";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
const componentName = "M4LScrollBar";
|
|
6
6
|
generateUtilityClasses(componentName, [
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { O as NavItemMainRoot, Q as NavSubItemContentRoot, T as NavListSubItemRoot, U as ContainerListSubItem, V as ContentGroupsRoot, X as WrapperGroup, Y as WrapperGroupTitle, Z as CollapseButtonRoot, _ as WrapperContentMobile, $ as SideBarRoot } from "../../styles/index.
|
|
2
|
+
import { O as NavItemMainRoot, Q as NavSubItemContentRoot, T as NavListSubItemRoot, U as ContainerListSubItem, V as ContentGroupsRoot, X as WrapperGroup, Y as WrapperGroupTitle, Z as CollapseButtonRoot, _ as WrapperContentMobile, $ as SideBarRoot } from "../../styles/index.1735a866.js";
|
|
3
3
|
import { createContext, useState, useContext, useEffect } from "react";
|
|
4
4
|
import { generateUtilityClasses, Collapse, Drawer as Drawer$1, useTheme } from "@mui/material";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
|
-
import { g as getComponentUtilityClass } from "../../utils/index.
|
|
6
|
+
import { g as getComponentUtilityClass } from "../../utils/index.f77cc2ab.js";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
8
8
|
import { useEnvironment, useBase, BaseProvider } from "@m4l/core";
|
|
9
9
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
10
|
-
import { I as Icon, A as ArrowIcon } from "../Icon/index.
|
|
11
|
-
import { T as Typography } from "../mui_extended/Typography/index.
|
|
10
|
+
import { I as Icon, A as ArrowIcon } from "../Icon/index.ab280d41.js";
|
|
11
|
+
import { T as Typography } from "../mui_extended/Typography/index.71fbb5c4.js";
|
|
12
12
|
import clsx from "clsx";
|
|
13
13
|
import { useLocation } from "react-router-dom";
|
|
14
|
-
import { I as Image } from "../Image/index.
|
|
15
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
14
|
+
import { I as Image } from "../Image/index.ec13c4a1.js";
|
|
15
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.cb274bbe.js";
|
|
16
16
|
import { useResponsive } from "@m4l/styles";
|
|
17
17
|
const componentName = "M4LSideBar";
|
|
18
18
|
generateUtilityClasses(
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
import { DotIconProps } from './types';
|
|
3
3
|
export declare const NavSubItemContentRoot: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
4
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "style" | "disabled" | "children" | "tabIndex" | "className" | "action" | "alignItems" | "
|
|
5
|
+
}, "style" | "disabled" | "children" | "tabIndex" | "className" | "action" | "alignItems" | "divider" | "dense" | "sx" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "selected" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
6
6
|
export declare const DotIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & DotIconProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { a0 as SplitLayoutRoot, a1 as SplitMaster, a2 as SplitDetail } from "../../styles/index.
|
|
2
|
+
import { a0 as SplitLayoutRoot, a1 as SplitMaster, a2 as SplitDetail } from "../../styles/index.1735a866.js";
|
|
3
3
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import clsx from "clsx";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { a3 as ToastContainerRoot } from "../../styles/index.
|
|
2
|
+
import { a3 as ToastContainerRoot } from "../../styles/index.1735a866.js";
|
|
3
3
|
import { ToastContainer as ToastContainer$1 } from "react-toastify";
|
|
4
4
|
import { generateUtilityClasses } from "@mui/material";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
|
-
import { g as getComponentUtilityClass } from "../../utils/index.
|
|
6
|
+
import { g as getComponentUtilityClass } from "../../utils/index.f77cc2ab.js";
|
|
7
7
|
import { useEnvironment } from "@m4l/core";
|
|
8
8
|
import { useMemo } from "react";
|
|
9
|
-
import { I as Icon } from "../Icon/index.
|
|
9
|
+
import { I as Icon } from "../Icon/index.ab280d41.js";
|
|
10
10
|
const componentName = "M4LToastContainer";
|
|
11
11
|
const toastClasses = generateUtilityClasses(
|
|
12
12
|
componentName,
|
|
@@ -2,7 +2,7 @@ import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { m } from "framer-motion";
|
|
3
3
|
import { alpha } from "@mui/material/styles";
|
|
4
4
|
import { Box } from "@mui/material";
|
|
5
|
-
import { a4 as RootStyle } from "../../../styles/index.
|
|
5
|
+
import { a4 as RootStyle } from "../../../styles/index.1735a866.js";
|
|
6
6
|
function LoadingScreen(props) {
|
|
7
7
|
const { isDashboard, variant = "fullpage", ...other } = props;
|
|
8
8
|
return /* @__PURE__ */ jsx(Fragment, { children: !isDashboard && /* @__PURE__ */ jsxs(RootStyle, { variant, ...other, children: [
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { m } from "framer-motion";
|
|
3
3
|
import { forwardRef, useRef } from "react";
|
|
4
4
|
import { IconButton, Box } from "@mui/material";
|
|
5
|
-
import { a5 as AnimatedScrollRoot } from "../../styles/index.
|
|
5
|
+
import { a5 as AnimatedScrollRoot } from "../../styles/index.1735a866.js";
|
|
6
6
|
const varSmall = {
|
|
7
7
|
hover: { scale: 1.1 },
|
|
8
8
|
tap: { scale: 0.95 }
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
2
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.5f7f615d.js";
|
|
3
3
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
4
4
|
import { useState, useRef, useMemo } from "react";
|
|
5
5
|
import * as Yup from "yup";
|
|
6
6
|
import clsx from "clsx";
|
|
7
7
|
import { generateUtilityClasses, useTheme } from "@mui/material";
|
|
8
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
9
|
-
import { g as getComponentUtilityClass } from "../../../../utils/index.
|
|
9
|
+
import { g as getComponentUtilityClass } from "../../../../utils/index.f77cc2ab.js";
|
|
10
10
|
import { A as AREAS_ADMIN_CLASS_NAME } from "../../constants.66529246.js";
|
|
11
11
|
import { I as ICONS } from "../../icons.8266ccc8.js";
|
|
12
12
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
|
|
13
|
-
import { a6 as EditAreaHeader, a7 as AreasAdminRoot } from "../../../../styles/index.
|
|
13
|
+
import { a6 as EditAreaHeader, a7 as AreasAdminRoot } from "../../../../styles/index.1735a866.js";
|
|
14
14
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
15
15
|
import { shallow } from "zustand/shallow";
|
|
16
|
-
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.
|
|
17
|
-
import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.
|
|
18
|
-
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.
|
|
19
|
-
import { A as Actions } from "../../../CommonActions/components/Actions/index.
|
|
20
|
-
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.
|
|
21
|
-
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.
|
|
22
|
-
import { I as IconButton } from "../../../mui_extended/IconButton/index.
|
|
23
|
-
import { P as Popover } from "../../../mui_extended/Popover/index.
|
|
24
|
-
import { T as Typography } from "../../../mui_extended/Typography/index.
|
|
25
|
-
import { S as ScrollBar } from "../../../ScrollBar/index.
|
|
16
|
+
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.8168ad20.js";
|
|
17
|
+
import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.cedd3482.js";
|
|
18
|
+
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.ec3f5dd5.js";
|
|
19
|
+
import { A as Actions } from "../../../CommonActions/components/Actions/index.46d6c3d1.js";
|
|
20
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.a44544d1.js";
|
|
21
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.63222f6a.js";
|
|
22
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.cb274bbe.js";
|
|
23
|
+
import { P as Popover } from "../../../mui_extended/Popover/index.594e3587.js";
|
|
24
|
+
import { T as Typography } from "../../../mui_extended/Typography/index.71fbb5c4.js";
|
|
25
|
+
import { S as ScrollBar } from "../../../ScrollBar/index.4e447b30.js";
|
|
26
26
|
import TouchRipple from "@mui/material/ButtonBase/TouchRipple";
|
|
27
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
28
|
-
import { I as Icon } from "../../../Icon/index.
|
|
27
|
+
import { B as Button } from "../../../mui_extended/Button/index.8afd5131.js";
|
|
28
|
+
import { I as Icon } from "../../../Icon/index.ab280d41.js";
|
|
29
29
|
import { u as useOnClickOutside } from "../../index.4cc6a221.js";
|
|
30
30
|
const areasAdminClasses = generateUtilityClasses(
|
|
31
31
|
AREAS_ADMIN_CLASS_NAME,
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { a8 as WindowRoot, a9 as WrapperWindowModal, aa as AreasViewerRoot } from "../../../../styles/index.
|
|
2
|
+
import { a8 as WindowRoot, a9 as WrapperWindowModal, aa as AreasViewerRoot } from "../../../../styles/index.1735a866.js";
|
|
3
3
|
import { shallow } from "zustand/shallow";
|
|
4
4
|
import React__default, { useMemo, useEffect } from "react";
|
|
5
5
|
import clsx from "clsx";
|
|
6
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
6
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.5f7f615d.js";
|
|
7
7
|
import { generateUtilityClasses, Skeleton } from "@mui/material";
|
|
8
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
9
|
-
import { g as getComponentUtilityClass } from "../../../../utils/index.
|
|
9
|
+
import { g as getComponentUtilityClass } from "../../../../utils/index.f77cc2ab.js";
|
|
10
10
|
import { a as AREAS_VIEWER_CLASS_NAME } from "../../constants.66529246.js";
|
|
11
11
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
12
|
-
import { a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.
|
|
12
|
+
import { a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.8168ad20.js";
|
|
13
13
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
14
14
|
import { I as ICONS } from "../../icons.8266ccc8.js";
|
|
15
15
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
|
|
16
|
-
import { I as IconButton } from "../../../mui_extended/IconButton/index.
|
|
17
|
-
import { L as LinearProgressIndeterminate } from "../../../LinearProgressIndeterminate/index.
|
|
18
|
-
import { I as Icon } from "../../../Icon/index.
|
|
19
|
-
import { T as Typography } from "../../../mui_extended/Typography/index.
|
|
20
|
-
import { M as MFLoader } from "../../../MFLoader/index.
|
|
16
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.cb274bbe.js";
|
|
17
|
+
import { L as LinearProgressIndeterminate } from "../../../LinearProgressIndeterminate/index.6739ff49.js";
|
|
18
|
+
import { I as Icon } from "../../../Icon/index.ab280d41.js";
|
|
19
|
+
import { T as Typography } from "../../../mui_extended/Typography/index.71fbb5c4.js";
|
|
20
|
+
import { M as MFLoader } from "../../../MFLoader/index.9f542136.js";
|
|
21
21
|
import { W as WindowToolsMFProvider } from "../../contexts/WindowToolsMFContext/index.992ae7a3.js";
|
|
22
22
|
import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContext/index.3d9ad0ad.js";
|
|
23
23
|
import { L as LinearProgress } from "../../../mui_extended/LinearProgress/index.4092bb69.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.0faeade8.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.
|
|
27
|
-
import { w as withSizeProvider } from "../../../GridLayout/subcomponents/SizeProvider/index.
|
|
28
|
-
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/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.b29fb29f.js";
|
|
27
|
+
import { w as withSizeProvider } from "../../../GridLayout/subcomponents/SizeProvider/index.72bfaedb.js";
|
|
28
|
+
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.f06bbf5e.js";
|
|
29
29
|
import { useLocation } from "react-router-dom";
|
|
30
|
-
import { L as LoadingError } from "../../../LoadingError/index.
|
|
31
|
-
import { c as cjs } from "../../../../react-draggable.
|
|
32
|
-
import { R as ResizeableWindow } from "../../../Resizeable/index.
|
|
30
|
+
import { L as LoadingError } from "../../../LoadingError/index.cfdfb380.js";
|
|
31
|
+
import { c as cjs } from "../../../../react-draggable.079122b0.js";
|
|
32
|
+
import { R as ResizeableWindow } from "../../../Resizeable/index.a27cb569.js";
|
|
33
33
|
const areasViewerClasses = generateUtilityClasses(
|
|
34
34
|
AREAS_VIEWER_CLASS_NAME,
|
|
35
35
|
[
|
|
@@ -6,13 +6,13 @@ import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
|
|
|
6
6
|
import { useHostTools, useModuleDictionary, useNetwork, useModuleSkeleton, EmitEvents } from "@m4l/core";
|
|
7
7
|
import { devtools } from "zustand/middleware";
|
|
8
8
|
import { immer } from "zustand/middleware/immer";
|
|
9
|
-
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.
|
|
10
|
-
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.
|
|
9
|
+
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.8e9d24c2.js";
|
|
10
|
+
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.f3a211a4.js";
|
|
11
11
|
import { c as createDynamicMFStore } from "../DynamicMFParmsContext/index.3d9ad0ad.js";
|
|
12
12
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
|
|
13
|
-
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.
|
|
13
|
+
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.f06bbf5e.js";
|
|
14
14
|
import { debounce, cloneDeep } from "lodash";
|
|
15
|
-
import { A as isEqualLayouts } from "../../../GridLayout/index.
|
|
15
|
+
import { A as isEqualLayouts } from "../../../GridLayout/index.3b90ce9b.js";
|
|
16
16
|
import { useNavigate } from "react-router-dom";
|
|
17
17
|
const PADDING_GRIDLAYOUT = 11;
|
|
18
18
|
const MARGIN_GRIDLAYOUT = 11;
|
|
@@ -1060,10 +1060,10 @@ function AreasProvider(props) {
|
|
|
1060
1060
|
return /* @__PURE__ */ jsx(AreasContext.Provider, { value: areasStoreRef.current, children });
|
|
1061
1061
|
}
|
|
1062
1062
|
export {
|
|
1063
|
-
|
|
1063
|
+
AreasProvider as A,
|
|
1064
1064
|
MARGIN_GRIDLAYOUT as M,
|
|
1065
1065
|
PADDING_GRIDLAYOUT as P,
|
|
1066
1066
|
RESPONSIVE_COLAPSED_HEIGHTS as R,
|
|
1067
1067
|
RESPONSIVE_ROW_HEIGHTS as a,
|
|
1068
|
-
|
|
1068
|
+
AreasContext as b
|
|
1069
1069
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import {
|
|
3
|
+
import { b as AreasContext } from "../../contexts/AreasContext/index.b29fb29f.js";
|
|
4
4
|
function useAreasStore(selector, equalityFn) {
|
|
5
5
|
const context = useContext(AreasContext);
|
|
6
6
|
if (!context)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { generateUtilityClasses } from "@mui/material";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { g as getComponentUtilityClass } from "../../../utils/index.
|
|
5
|
-
import { ab as AppBarComercialRoot } from "../../../styles/index.
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.f77cc2ab.js";
|
|
5
|
+
import { ab as AppBarComercialRoot } from "../../../styles/index.1735a866.js";
|
|
6
6
|
const componentName = "M4LAppBarCommercial";
|
|
7
7
|
generateUtilityClasses(
|
|
8
8
|
componentName,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { generateUtilityClasses } from "@mui/material";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { g as getComponentUtilityClass } from "../../../utils/index.
|
|
5
|
-
import { ac as SectionCommercialRoot } from "../../../styles/index.
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.f77cc2ab.js";
|
|
5
|
+
import { ac as SectionCommercialRoot } from "../../../styles/index.1735a866.js";
|
|
6
6
|
const componentName = "M4LSectionCommercial";
|
|
7
7
|
generateUtilityClasses(
|
|
8
8
|
componentName,
|
|
@@ -2,16 +2,16 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
3
3
|
import { generateUtilityClasses, useTheme, Box, Grid, styled } from "@mui/material";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
|
-
import { g as getComponentUtilityClass } from "../../../utils/index.
|
|
5
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.f77cc2ab.js";
|
|
6
6
|
import { createContext, useContext, useState } from "react";
|
|
7
7
|
import { useEnvironment } from "@m4l/core";
|
|
8
|
-
import { ad as ArrowIconRoot } from "../../../styles/index.
|
|
9
|
-
import { I as Icon } from "../../Icon/index.
|
|
8
|
+
import { ad as ArrowIconRoot } from "../../../styles/index.1735a866.js";
|
|
9
|
+
import { I as Icon } from "../../Icon/index.ab280d41.js";
|
|
10
10
|
import clsx from "clsx";
|
|
11
11
|
import { g as getNameDataTestId } from "../../../test/getNameDataTestId.0faeade8.js";
|
|
12
|
-
import { A as Accordion } from "../../mui_extended/Accordion/index.
|
|
13
|
-
import { B as Button } from "../../mui_extended/Button/index.
|
|
14
|
-
import { P as Popover } from "../../mui_extended/Popover/index.
|
|
12
|
+
import { A as Accordion } from "../../mui_extended/Accordion/index.1d692b19.js";
|
|
13
|
+
import { B as Button } from "../../mui_extended/Button/index.8afd5131.js";
|
|
14
|
+
import { P as Popover } from "../../mui_extended/Popover/index.594e3587.js";
|
|
15
15
|
const componentName = "M4LTopBar";
|
|
16
16
|
const TopBarClasses = generateUtilityClasses(componentName, [
|
|
17
17
|
"root",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from "react";
|
|
3
|
-
import { ae as HamburgerMenuRoot } from "../../styles/index.
|
|
3
|
+
import { ae as HamburgerMenuRoot } from "../../styles/index.1735a866.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
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 { useEnvironment } from "@m4l/core";
|
|
8
|
-
import { S as SideBar } from "../SideBar/index.
|
|
9
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
8
|
+
import { S as SideBar } from "../SideBar/index.902789b8.js";
|
|
9
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.cb274bbe.js";
|
|
10
10
|
const componentName = "M4LHamburgerMenuCommercial";
|
|
11
11
|
generateUtilityClasses(componentName, ["root", "ImageLogo"]);
|
|
12
12
|
function getHamburgerMenuComercialClassesUtilityClass(slot) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo } from "react";
|
|
3
3
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
4
|
-
import { I as Icon } from "../../Icon/index.
|
|
4
|
+
import { I as Icon } from "../../Icon/index.ab280d41.js";
|
|
5
5
|
import { W as WrapperComponent } from "../../WrapperComponent/index.57964195.js";
|
|
6
|
-
import { F as FormatterRoot, f as formatterClasses } from "../index.
|
|
6
|
+
import { F as FormatterRoot, f as formatterClasses } from "../index.6c7fdd6c.js";
|
|
7
7
|
import clsx from "clsx";
|
|
8
8
|
const BOOLEAN_FORMATTER_DICTIONARY_KEY = `boolean_formatter`;
|
|
9
9
|
const LABEL_BOOLEAN_YES = `${BOOLEAN_FORMATTER_DICTIONARY_KEY}.boolean_yes`;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { generateUtilityClasses } from "@mui/material";
|
|
3
3
|
import "@mui/base";
|
|
4
|
-
import { af as FormatterRootContainer } from "../../styles/index.
|
|
4
|
+
import { af as FormatterRootContainer } from "../../styles/index.1735a866.js";
|
|
5
5
|
import { W as WrapperComponent } from "../WrapperComponent/index.57964195.js";
|
|
6
6
|
import { useModuleDictionary } from "@m4l/core";
|
|
7
|
-
import { a as BOOLEAN_FORMATTER_DICTIONARY_KEY } from "./BooleanFormatter/index.
|
|
7
|
+
import { a as BOOLEAN_FORMATTER_DICTIONARY_KEY } from "./BooleanFormatter/index.71e5727f.js";
|
|
8
8
|
const COMPONENT_CLASS_NAME = "M4LFormatter";
|
|
9
9
|
const formatterClasses = generateUtilityClasses(COMPONENT_CLASS_NAME, [
|
|
10
10
|
"root",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useFormContext, useController } from "react-hook-form";
|
|
3
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
3
|
+
import { H as HelperText } from "../../HelperText/index.af402ba9.js";
|
|
4
4
|
function HelperError(props) {
|
|
5
5
|
const { name } = props;
|
|
6
6
|
const { control } = useFormContext();
|
|
@@ -3,17 +3,17 @@ import { useMemo, useRef, useState, useEffect, createElement } from "react";
|
|
|
3
3
|
import { useModuleDictionary, useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
4
4
|
import { useFormContext, Controller } from "react-hook-form";
|
|
5
5
|
import { Skeleton, generateUtilityClasses, generateUtilityClass, useTheme, Autocomplete, Popper, TextField, Chip } from "@mui/material";
|
|
6
|
-
import { ag as WrapperOption, ah as AutocompleteRoot } from "../../../styles/index.
|
|
7
|
-
import { I as Image } from "../../Image/index.
|
|
6
|
+
import { ag as WrapperOption, ah as AutocompleteRoot } from "../../../styles/index.1735a866.js";
|
|
7
|
+
import { I as Image } from "../../Image/index.ec13c4a1.js";
|
|
8
8
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
9
|
-
import { T as Typography } from "../../mui_extended/Typography/index.
|
|
9
|
+
import { T as Typography } from "../../mui_extended/Typography/index.71fbb5c4.js";
|
|
10
10
|
import { unstable_composeClasses } from "@mui/base";
|
|
11
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
11
|
+
import { H as HelperText } from "../../HelperText/index.af402ba9.js";
|
|
12
12
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
13
13
|
import { useFormFocus } from "../../../index.js";
|
|
14
|
-
import { F as FieldLabel } from "../../FieldLabel/index.
|
|
14
|
+
import { F as FieldLabel } from "../../FieldLabel/index.523aaa62.js";
|
|
15
15
|
import { C as CircularProgress } from "../../mui_extended/CircularProgress/index.967e70b7.js";
|
|
16
|
-
import { I as IconButton } from "../../mui_extended/IconButton/index.
|
|
16
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.cb274bbe.js";
|
|
17
17
|
const RHFAUTOCOMPLETE_PREFIX = "RHFAutocomplete";
|
|
18
18
|
const RHFTAUTOCOMPLET_ROOT_TEST_ID = "RHFAutocomplete";
|
|
19
19
|
const getNameDataTestId = (KEY) => {
|
|
@@ -2,11 +2,11 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState, useCallback, useEffect } from "react";
|
|
3
3
|
import { useNetwork, getPropertyByString } from "@m4l/core";
|
|
4
4
|
import debounce from "lodash/debounce";
|
|
5
|
-
import { ai as RHFAutocompleteAsyncRoot } from "../../../styles/index.
|
|
5
|
+
import { ai as RHFAutocompleteAsyncRoot } from "../../../styles/index.1735a866.js";
|
|
6
6
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
8
8
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
9
|
-
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.
|
|
9
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.b295a0b4.js";
|
|
10
10
|
const componentName = "M4LRHFAutocompleteAsync";
|
|
11
11
|
generateUtilityClasses(
|
|
12
12
|
componentName,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { useFormContext, Controller } from "react-hook-form";
|
|
3
|
-
import { aj as RHFCheckboxRoot, ak as ContainerCheckTypography } from "../../../styles/index.
|
|
3
|
+
import { aj as RHFCheckboxRoot, ak as ContainerCheckTypography } from "../../../styles/index.1735a866.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
6
|
+
import { H as HelperText } from "../../HelperText/index.af402ba9.js";
|
|
7
7
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
8
8
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
9
9
|
import { useModuleSkeleton } from "@m4l/core";
|
|
10
10
|
import { useFormFocus } from "../../../index.js";
|
|
11
|
-
import { C as CheckBox } from "../../mui_extended/CheckBox.
|
|
11
|
+
import { C as CheckBox } from "../../mui_extended/CheckBox.d84658da.js";
|
|
12
12
|
generateUtilityClasses("M4LRHFCheckbox", [
|
|
13
13
|
"root",
|
|
14
14
|
"checkTypography",
|
|
@@ -3,17 +3,17 @@ import { useState } from "react";
|
|
|
3
3
|
import { useFormContext, useWatch, Controller } from "react-hook-form";
|
|
4
4
|
import { useModuleSkeleton, useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
5
5
|
import { SketchPicker } from "react-color";
|
|
6
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
6
|
+
import { H as HelperText } from "../../HelperText/index.af402ba9.js";
|
|
7
7
|
import { generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
8
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
9
|
-
import { al as RHFColorPickerRoot } from "../../../styles/index.
|
|
9
|
+
import { al as RHFColorPickerRoot } from "../../../styles/index.1735a866.js";
|
|
10
10
|
import { useTheme } from "@mui/material/styles";
|
|
11
11
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
12
12
|
import { useFormFocus } from "../../../index.js";
|
|
13
|
-
import { F as FieldLabel } from "../../FieldLabel/index.
|
|
14
|
-
import { P as Popover } from "../../mui_extended/Popover/index.
|
|
15
|
-
import { I as Icon } from "../../Icon/index.
|
|
16
|
-
import { B as Button } from "../../mui_extended/Button/index.
|
|
13
|
+
import { F as FieldLabel } from "../../FieldLabel/index.523aaa62.js";
|
|
14
|
+
import { P as Popover } from "../../mui_extended/Popover/index.594e3587.js";
|
|
15
|
+
import { I as Icon } from "../../Icon/index.ab280d41.js";
|
|
16
|
+
import { B as Button } from "../../mui_extended/Button/index.8afd5131.js";
|
|
17
17
|
const componentName = "M4LRHFColorPicker";
|
|
18
18
|
const colorPickerClasses = generateUtilityClasses(componentName, [
|
|
19
19
|
"root",
|
|
@@ -7,12 +7,12 @@ import { useFormatter, useResponsiveDesktop } from "@m4l/graphics";
|
|
|
7
7
|
import { useState, useEffect } from "react";
|
|
8
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
9
9
|
import clsx from "clsx";
|
|
10
|
-
import { am as RHFDateTimeRoot } from "../../../styles/index.
|
|
11
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
10
|
+
import { am as RHFDateTimeRoot } from "../../../styles/index.1735a866.js";
|
|
11
|
+
import { H as HelperText } from "../../HelperText/index.af402ba9.js";
|
|
12
12
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
13
13
|
import { useFormFocus } from "../../../index.js";
|
|
14
|
-
import { F as FieldLabel } from "../../FieldLabel/index.
|
|
15
|
-
import { I as Icon } from "../../Icon/index.
|
|
14
|
+
import { F as FieldLabel } from "../../FieldLabel/index.523aaa62.js";
|
|
15
|
+
import { I as Icon } from "../../Icon/index.ab280d41.js";
|
|
16
16
|
const SkeletonRHFDateTime = (props) => {
|
|
17
17
|
const { skeletonWidth, skeletonHeight, className, label } = props;
|
|
18
18
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { an as RHFPeriodRoot } from "../../../styles/index.
|
|
2
|
+
import { an as RHFPeriodRoot } from "../../../styles/index.1735a866.js";
|
|
3
3
|
import { useFormContext, Controller } from "react-hook-form";
|
|
4
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
4
|
+
import { H as HelperText } from "../../HelperText/index.af402ba9.js";
|
|
5
5
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import { useModuleSkeleton } from "@m4l/core";
|
|
8
8
|
import { useFormFocus } from "../../../index.js";
|
|
9
|
-
import { F as FieldLabel } from "../../FieldLabel/index.
|
|
10
|
-
import { P as Period } from "../../Period/index.
|
|
9
|
+
import { F as FieldLabel } from "../../FieldLabel/index.523aaa62.js";
|
|
10
|
+
import { P as Period } from "../../Period/index.2a193da0.js";
|
|
11
11
|
const componentName = "M4LRHFPeriod";
|
|
12
12
|
generateUtilityClasses(componentName, [
|
|
13
13
|
"root",
|
|
@@ -2,16 +2,16 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import { useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
3
3
|
import { Skeleton, generateUtilityClasses, TextField, InputAdornment, generateUtilityClass } from "@mui/material";
|
|
4
4
|
import { forwardRef, useState, useEffect } from "react";
|
|
5
|
-
import { I as IconButton } from "../../mui_extended/IconButton/index.
|
|
5
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.cb274bbe.js";
|
|
6
6
|
import { useFormContext, Controller } from "react-hook-form";
|
|
7
|
-
import { ao as SkeletonTextFieldRoot, ap as WrapperSkeletonRHFTextField, aq as RHFTextFieldRoot, ar as RHFTextFieldPasswordRoot } from "../../../styles/index.
|
|
7
|
+
import { ao as SkeletonTextFieldRoot, ap as WrapperSkeletonRHFTextField, aq as RHFTextFieldRoot, ar as RHFTextFieldPasswordRoot } from "../../../styles/index.1735a866.js";
|
|
8
8
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
9
9
|
import { unstable_composeClasses } from "@mui/base";
|
|
10
|
-
import { g as getComponentUtilityClass } from "../../../utils/index.
|
|
11
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
10
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.f77cc2ab.js";
|
|
11
|
+
import { H as HelperText } from "../../HelperText/index.af402ba9.js";
|
|
12
12
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
13
13
|
import { useFormFocus } from "../../../index.js";
|
|
14
|
-
import { F as FieldLabel } from "../../FieldLabel/index.
|
|
14
|
+
import { F as FieldLabel } from "../../FieldLabel/index.523aaa62.js";
|
|
15
15
|
const RHFTEXTFIELD_ROOT_TEST_ID = "RHFTextFieldRoot";
|
|
16
16
|
const RHFTEXTFIELD_INPUT_TEST_ID = "RHFTextFieldInput";
|
|
17
17
|
const RHFTEXTFIELD_PREFIX = "RHFTextField";
|
|
@@ -3,15 +3,15 @@ import { useCallback } from "react";
|
|
|
3
3
|
import { useFormContext, Controller } from "react-hook-form";
|
|
4
4
|
import isString from "lodash/isString";
|
|
5
5
|
import { useDropzone } from "react-dropzone";
|
|
6
|
-
import { I as Image } from "../../Image/index.
|
|
6
|
+
import { I as Image } from "../../Image/index.ec13c4a1.js";
|
|
7
7
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
8
|
-
import { as as UploadImageRoot, at as WrapperRHFUploadImage } from "../../../styles/index.
|
|
8
|
+
import { as as UploadImageRoot, at as WrapperRHFUploadImage } from "../../../styles/index.1735a866.js";
|
|
9
9
|
import { Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
10
10
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
11
11
|
import { unstable_composeClasses } from "@mui/base";
|
|
12
|
-
import { T as Typography } from "../../mui_extended/Typography/index.
|
|
13
|
-
import { B as Button } from "../../mui_extended/Button/index.
|
|
14
|
-
import { H as HelperText } from "../../HelperText/index.
|
|
12
|
+
import { T as Typography } from "../../mui_extended/Typography/index.71fbb5c4.js";
|
|
13
|
+
import { B as Button } from "../../mui_extended/Button/index.8afd5131.js";
|
|
14
|
+
import { H as HelperText } from "../../HelperText/index.af402ba9.js";
|
|
15
15
|
const ICON_PREFIX = "M4LRHFUploadImage";
|
|
16
16
|
const getNameRHFUploadImageDataTestId = (KEY) => {
|
|
17
17
|
return `${ICON_PREFIX}-${KEY}`;
|
package/components/index.d.ts
CHANGED