@m4l/components 0.2.25 → 0.2.26

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.
Files changed (129) hide show
  1. package/@types/export.d.ts +3 -0
  2. package/components/AccountPopover/{index.505e278a.js → index.e31fc908.js} +2 -2
  3. package/components/AppBar/{index.7106417d.js → index.4945897e.js} +3 -4
  4. package/components/CommonActions/components/ActionCancel/{index.de862adf.js → index.33a748be.js} +2 -2
  5. package/components/CommonActions/components/ActionFormCancel/{index.3fd5c858.js → index.9a965204.js} +4 -4
  6. package/components/CommonActions/components/ActionFormIntro/{index.07394f62.js → index.7add0125.js} +2 -2
  7. package/components/CommonActions/components/ActionIntro/{index.79fc2386.js → index.ac7cd0ee.js} +2 -2
  8. package/components/CommonActions/components/Actions/{index.2f6286eb.js → index.389f9b28.js} +1 -2
  9. package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.36270dd1.js → index.f731d23f.js} +1 -1
  10. package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.8b008692.js → index.ad82747c.js} +1 -1
  11. package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.cb308086.js → index.64854fdd.js} +1 -1
  12. package/components/DataGrid/formatters/ColumnPointsFormatter/{index.f3d6036f.js → index.4335c26b.js} +1 -1
  13. package/components/DataGrid/{index.b1eafce1.js → index.1c695ed3.js} +4 -5
  14. package/components/DataGrid/subcomponents/Actions/{index.9af87fa1.js → index.4a402633.js} +11 -12
  15. package/components/DataGrid/subcomponents/editors/TextEditor/{index.91380a55.js → index.eac1749c.js} +12 -1
  16. package/components/DragResizeWindow/{index.051c743d.js → index.f84451f8.js} +2 -3
  17. package/components/DynamicFilter/{index.b93e5649.js → index.22ba3195.js} +16 -16
  18. package/components/FieldLabel/FieldLabel.d.ts +2 -0
  19. package/components/FieldLabel/classes/constants.d.ts +1 -0
  20. package/components/FieldLabel/classes/index.d.ts +10 -0
  21. package/components/FieldLabel/classes/types.d.ts +11 -0
  22. package/components/FieldLabel/index.1da2a28d.js +82 -0
  23. package/components/FieldLabel/index.d.ts +1 -0
  24. package/components/FieldLabel/types.d.ts +8 -0
  25. package/components/HamburgerMenu/{index.25029e23.js → index.1663edef.js} +2 -2
  26. package/components/Icon/{index.b920baf8.js → index.8c744412.js} +1 -1
  27. package/components/Image/{index.d034ca68.js → index.39b3b9d9.js} +3 -4
  28. package/components/LanguagePopover/{index.e54c5cc7.js → index.80896e49.js} +3 -3
  29. package/components/LoadingError/{index.123e16f8.js → index.9c64680a.js} +2 -2
  30. package/components/MFLoader/{index.52096ea5.js → index.7cd7c372.js} +1 -1
  31. package/components/ModalDialog/{index.2e931b5f.js → index.ce0f4d16.js} +3 -3
  32. package/components/NoItemSelected/{index.1024b856.js → index.ffba558b.js} +2 -3
  33. package/components/ObjectLogs/{index.d10f4a2f.js → index.dd6a5009.js} +7 -8
  34. package/components/PDFViewer/{index.98852f91.js → index.093ddd35.js} +1 -1
  35. package/components/Page/{index.def863f2.js → index.1b20a73e.js} +1 -1
  36. package/components/PaperForm/{index.8a617a66.js → index.42e78a24.js} +2 -3
  37. package/components/Period/classes/index.d.ts +3 -1
  38. package/components/Period/classes/types.d.ts +6 -1
  39. package/components/Period/{index.d80dff10.js → index.6e8d92dc.js} +76 -61
  40. package/components/Period/subcomponents/SkeletonPeriod/index.d.ts +2 -0
  41. package/components/Period/subcomponents/SkeletonPeriod/types.d.ts +4 -0
  42. package/components/Period/types.d.ts +4 -1
  43. package/components/PrintingSystem/{index.2e17cae5.js → index.c2d21657.js} +14 -14
  44. package/components/PrintingSystem/subcomponents/BodyNode/{index.c5ffe20a.js → index.c7b59f3f.js} +1 -1
  45. package/components/PrintingSystem/subcomponents/ChartNode/{index.020c037c.js → index.263f02f0.js} +1 -1
  46. package/components/PrintingSystem/subcomponents/DividerNode/{index.78b023bb.js → index.f00c44f3.js} +1 -1
  47. package/components/PrintingSystem/subcomponents/FooterNode/{index.b29fc1e9.js → index.fb323704.js} +1 -1
  48. package/components/PrintingSystem/subcomponents/GridNode/{index.11626284.js → index.1ed935be.js} +1 -1
  49. package/components/PrintingSystem/subcomponents/HeaderNode/{index.ef44c8ab.js → index.5173c74a.js} +1 -1
  50. package/components/PrintingSystem/subcomponents/PaperNode/{index.d72d224b.js → index.fad64696.js} +1 -1
  51. package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.8e53440c.js → index.3a3e5fd0.js} +1 -1
  52. package/components/PrintingSystem/subcomponents/SectionNode/{index.0b66458e.js → index.2890fc12.js} +1 -1
  53. package/components/PrintingSystem/subcomponents/TextBoxNode/{index.b4c72fef.js → index.148708e6.js} +1 -1
  54. package/components/PropertyValue/{index.3b6670d4.js → index.4ea5af0f.js} +2 -3
  55. package/components/Resizeable/{index.0eb66c37.js → index.8db8f77d.js} +1 -1
  56. package/components/ScrollBar/{index.010f1b9d.js → index.7dfc2f29.js} +4 -3
  57. package/components/ScrollBar/index.d.ts +2 -2
  58. package/components/SideBar/classes/index.d.ts +7 -2
  59. package/components/SideBar/classes/types.d.ts +6 -1
  60. package/components/SideBar/constants.d.ts +2 -0
  61. package/components/SideBar/context/sideBarContext/types.d.ts +3 -1
  62. package/components/SideBar/{index.cdb70977.js → index.141dac10.js} +251 -410
  63. package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/index.d.ts +1 -1
  64. package/components/SideBar/subcomponents/ContentDesktop/subcomponents/ContentComponent/index.d.ts +1 -0
  65. package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -1
  66. package/components/SideBar/types.d.ts +1 -4
  67. package/components/SplitLayout/{index.30fd5861.js → index.3856385c.js} +1 -2
  68. package/components/ToastContainer/{index.97fdba82.js → index.98c4873e.js} +2 -2
  69. package/components/areas/components/AreasAdmin/{index.e4f0ccc1.js → index.debe3e3d.js} +13 -14
  70. package/components/areas/components/AreasViewer/{index.f87c63ca.js → index.82a22acb.js} +9 -10
  71. package/components/areas/contexts/AreasContext/{index.3e3d8c62.js → index.0dc69929.js} +2 -2
  72. package/components/areas/hooks/useAreas/{index.b18fe111.js → index.ca15a4b6.js} +1 -1
  73. package/components/commercial/TopBar/{index.8e2163f7.js → index.32a332c4.js} +5 -18
  74. package/components/formatters/BooleanFormatter/{index.b3052107.js → index.0703a256.js} +2 -2
  75. package/components/formatters/PointsFormatter/{index.5c94c5e8.js → index.8a4fa393.js} +4 -4
  76. package/components/formatters/{index.95cc337e.js → index.94be7098.js} +1 -1
  77. package/components/hook-form/RHFAutocomplete/{index.cf399b24.js → index.993794f8.js} +22 -11
  78. package/components/hook-form/RHFAutocomplete/types.d.ts +5 -6
  79. package/components/hook-form/RHFAutocompleteAsync/{index.b2b75475.js → index.924c6473.js} +2 -3
  80. package/components/hook-form/RHFCheckbox/{index.a38715e3.js → index.f1fd5789.js} +18 -8
  81. package/components/hook-form/RHFCheckbox/types.d.ts +2 -1
  82. package/components/hook-form/RHFColorPicker/RFHColorPicker.d.ts +8 -0
  83. package/components/hook-form/RHFColorPicker/classes/index.d.ts +2 -1
  84. package/components/hook-form/RHFColorPicker/classes/types.d.ts +2 -0
  85. package/components/hook-form/RHFColorPicker/dictionary.d.ts +1 -0
  86. package/components/hook-form/RHFColorPicker/index.60b50052.js +188 -0
  87. package/components/hook-form/RHFColorPicker/index.d.ts +2 -8
  88. package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +2 -1
  89. package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/types.d.ts +3 -0
  90. package/components/hook-form/RHFColorPicker/types.d.ts +11 -2
  91. package/components/hook-form/RHFDateTime/classes/types.d.ts +2 -0
  92. package/components/hook-form/RHFDateTime/{index.5a673a96.js → index.2396ea4a.js} +35 -37
  93. package/components/hook-form/RHFDateTime/subcomponents/Skeleton/types.d.ts +3 -2
  94. package/components/hook-form/RHFDateTime/types.d.ts +2 -1
  95. package/components/hook-form/RHFPeriod/{index.4205c8ab.js → index.011965ef.js} +18 -4
  96. package/components/hook-form/RHFPeriod/types.d.ts +3 -1
  97. package/components/hook-form/RHFTextField/{index.fbb29ee1.js → index.fb0d1cac.js} +21 -12
  98. package/components/hook-form/RHFTextField/types.d.ts +2 -2
  99. package/components/hook-form/RHFTextFieldPassword/types.d.ts +0 -1
  100. package/components/hook-form/RHFUpload/{index.05d7e2a7.js → index.e5f734b8.js} +4 -5
  101. package/components/hook-form/index.d.ts +1 -1
  102. package/components/index.d.ts +1 -0
  103. package/components/modal/{WindowBase.998b8a38.js → WindowBase.dd1d2d7b.js} +3 -3
  104. package/components/modal/{WindowConfirm.55ac3c8f.js → WindowConfirm.4501497a.js} +6 -6
  105. package/components/mui_extended/Accordion/{index.fb4eb664.js → index.4393eca9.js} +2 -2
  106. package/components/mui_extended/Button/{index.e520bd15.js → index.93389adb.js} +1 -1
  107. package/components/mui_extended/CheckBox/types.d.ts +2 -1
  108. package/components/mui_extended/{CheckBox.e662d20c.js → CheckBox.840a443f.js} +21 -23
  109. package/components/mui_extended/IconButton/{index.9ea23f87.js → index.383f5496.js} +1 -1
  110. package/components/mui_extended/MenuActions/{index.fa7c26a5.js → index.e6e3aac8.js} +4 -5
  111. package/components/mui_extended/Pager/{index.0c703574.js → index.5791276c.js} +2 -3
  112. package/components/mui_extended/Popover/{index.b3eca6b1.js → index.d85de73b.js} +1 -2
  113. package/components/mui_extended/Tab/{index.409b9c74.js → index.2068925d.js} +2 -3
  114. package/components/mui_extended/ToggleButton/{index.bcaea74b.js → index.4ac1f974.js} +1 -1
  115. package/components/mui_extended/ToggleIconButton/{index.131772d7.js → index.8ca0114f.js} +1 -1
  116. package/contexts/ModalContext/{index.978a412d.js → index.dde4e35a.js} +1 -1
  117. package/contexts/RHFormContext/{index.7769076a.js → index.7b2a8723.js} +1 -2
  118. package/hooks/useFormAddEdit/{index.4caddd24.js → index.7fdad61d.js} +2 -2
  119. package/hooks/useModal/{index.786a4439.js → index.2f1d6a07.js} +1 -1
  120. package/hooks/useTab/{index.eee18a49.js → index.c0564138.js} +1 -1
  121. package/index.js +118 -115
  122. package/{node_modules.71622512.js → node_modules.585eab0e.js} +1 -1
  123. package/package.json +1 -1
  124. package/{vendor.a735310a.js → vendor.173d0b89.js} +68 -67
  125. package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/index.d.ts +0 -1
  126. package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/types.d.ts +0 -3
  127. package/components/SideBar/subcomponents/ContentGroups/type.d.ts +0 -7
  128. package/components/hook-form/RHFColorPicker/index.48a1ee1b.js +0 -153
  129. package/components/mui_extended/Popover/index.d.ts +0 -2
@@ -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.d034ca68.js";
8
+ import { I as Image } from "../../Image/index.39b3b9d9.js";
9
9
  import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
10
10
  import { LoadingButton as LoadingButton$1 } from "@mui/lab";
11
11
  import { T as Typography } from "../Typography/index.379dd374.js";
@@ -1,5 +1,6 @@
1
1
  import { CheckboxProps as MUICheckboxProps } from "@mui/material";
2
+ import { FieldLabelProps } from "../../FieldLabel/types";
2
3
  export declare type OwnerState = Pick<CheckboxProps, 'size' | 'disabled'>;
3
- export interface CheckboxProps extends MUICheckboxProps {
4
+ export interface CheckboxProps extends MUICheckboxProps, Omit<FieldLabelProps, 'label'> {
4
5
  label?: string;
5
6
  }
@@ -1,11 +1,11 @@
1
- import { generateUtilityClasses, generateUtilityClass, styled, Skeleton, Checkbox } from "@mui/material";
1
+ import { generateUtilityClasses, generateUtilityClass, Skeleton, styled, Checkbox } from "@mui/material";
2
2
  import clsx from "clsx";
3
3
  import { useResponsiveDesktop } from "@m4l/graphics";
4
4
  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 { T as Typography } from "./Typography/index.379dd374.js";
8
+ import { F as FieldLabel } from "../FieldLabel/index.1da2a28d.js";
9
9
  const COMPONENT_CLASS_NAME = "M4LCheckBox";
10
10
  generateUtilityClasses(COMPONENT_CLASS_NAME, [
11
11
  "root",
@@ -27,26 +27,12 @@ const useUtilityClasses = (ownerState) => {
27
27
  ...composedClasses
28
28
  };
29
29
  };
30
- const WrapperSkeletonCheckBox = styled("div")(() => ({
31
- display: "flex",
32
- justifyContent: "center",
33
- alignItems: "center",
34
- width: "36px",
35
- height: "36px"
36
- }));
37
- styled("div")(() => ({
38
- display: "flex",
39
- justifyContent: "flex-start",
40
- alignItems: "center",
41
- gap: "8px",
42
- width: "100%"
43
- }));
44
30
  const SkeletonCheckBox = (props) => {
45
31
  const {
46
32
  classes
47
33
  } = props;
48
34
  return /* @__PURE__ */ jsx(Fragment, {
49
- children: /* @__PURE__ */ jsx(WrapperSkeletonCheckBox, {
35
+ children: /* @__PURE__ */ jsx("div", {
50
36
  className: classes.skeleton,
51
37
  children: /* @__PURE__ */ jsx(Skeleton, {
52
38
  variant: "rounded",
@@ -56,12 +42,19 @@ const SkeletonCheckBox = (props) => {
56
42
  })
57
43
  });
58
44
  };
45
+ const CheckBoxRoot = styled("div")(({ theme }) => ({
46
+ ...theme.components?.M4LCheckBox?.styleOverrides
47
+ }));
59
48
  const CheckBox = forwardRef((props, ref) => {
60
49
  const {
61
50
  className,
62
51
  size = "small",
63
52
  disabled,
64
- label
53
+ label,
54
+ mandatory,
55
+ mandatoryMessage,
56
+ helperMessage,
57
+ htmlFor
65
58
  } = props;
66
59
  const isDesktop = useResponsiveDesktop();
67
60
  const isSkeleton = useModuleSkeleton();
@@ -70,17 +63,22 @@ const CheckBox = forwardRef((props, ref) => {
70
63
  disabled
71
64
  };
72
65
  const classes = useUtilityClasses(ownerState);
73
- return /* @__PURE__ */ jsxs("div", {
66
+ console.log("checkbox label props", props);
67
+ return /* @__PURE__ */ jsxs(CheckBoxRoot, {
74
68
  className: clsx(classes.root, className),
75
69
  ref,
76
70
  children: [!isSkeleton ? /* @__PURE__ */ jsx(Checkbox, {
71
+ id: htmlFor,
77
72
  ...props
78
73
  }) : /* @__PURE__ */ jsx(SkeletonCheckBox, {
79
74
  classes
80
- }), label ? /* @__PURE__ */ jsx(Typography, {
81
- skeletonWidth: "80px",
82
- children: label
83
- }) : null]
75
+ }), label && /* @__PURE__ */ jsx(FieldLabel, {
76
+ label,
77
+ mandatory,
78
+ mandatoryMessage,
79
+ helperMessage,
80
+ htmlFor
81
+ })]
84
82
  });
85
83
  });
86
84
  export {
@@ -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.b920baf8.js";
4
+ import { I as Icon } from "../../Icon/index.8c744412.js";
5
5
  import { jsx, Fragment } from "react/jsx-runtime";
6
6
  import { unstable_composeClasses } from "@mui/base";
7
7
  import clsx from "clsx";
@@ -1,14 +1,13 @@
1
1
  import React__default, { useState, useEffect, useMemo } from "react";
2
2
  import { useEnvironment, useModuleDictionary } from "@m4l/core";
3
- import { IconButton, generateUtilityClasses, generateUtilityClass, useTheme, MenuItem } from "@mui/material";
4
- import { P as Popover } from "../Popover/index.b3eca6b1.js";
5
- import { styled } from "@mui/material/styles";
6
- import { I as Icon } from "../../Icon/index.b920baf8.js";
3
+ import { styled, IconButton, generateUtilityClasses, generateUtilityClass, useTheme, MenuItem } from "@mui/material";
4
+ import { P as Popover } from "../Popover/index.d85de73b.js";
5
+ import { I as Icon } from "../../Icon/index.8c744412.js";
7
6
  import clsx from "clsx";
8
7
  import { unstable_composeClasses } from "@mui/base";
9
8
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
10
9
  import { B as Badge } from "../Badge/index.09f5aee5.js";
11
- import { I as IconButton$1 } from "../IconButton/index.9ea23f87.js";
10
+ import { I as IconButton$1 } from "../IconButton/index.383f5496.js";
12
11
  styled(IconButton)(() => ({}));
13
12
  const LabelMemuItem = styled("div")(({
14
13
  theme
@@ -1,8 +1,7 @@
1
1
  import { useMemo } from "react";
2
- import { styled } from "@mui/material/styles";
3
- import { generateUtilityClasses, generateUtilityClass, useTheme, Select, InputBase, MenuItem } from "@mui/material";
2
+ import { styled, generateUtilityClasses, generateUtilityClass, useTheme, Select, InputBase, MenuItem } from "@mui/material";
4
3
  import { unstable_composeClasses } from "@mui/base";
5
- import { I as IconButton } from "../IconButton/index.9ea23f87.js";
4
+ import { I as IconButton } from "../IconButton/index.383f5496.js";
6
5
  import { useEnvironment } from "@m4l/core";
7
6
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
8
7
  import { useResponsiveDesktop } from "@m4l/graphics";
@@ -1,6 +1,5 @@
1
1
  import { styled, Popover as Popover$1, generateUtilityClasses, generateUtilityClass } from "@mui/material";
2
2
  import { unstable_composeClasses } from "@mui/base";
3
- import { styled as styled$1 } from "@mui/material/styles";
4
3
  import clsx from "clsx";
5
4
  import { jsxs, jsx } from "react/jsx-runtime";
6
5
  const PopoverRoot = styled(Popover$1)(({
@@ -38,7 +37,7 @@ const useUtilityClasses = (ownerState) => {
38
37
  ...composedClasses
39
38
  };
40
39
  };
41
- const ArrowStyle = styled$1("span")(({
40
+ const ArrowStyle = styled("span")(({
42
41
  arrowType,
43
42
  theme
44
43
  }) => {
@@ -3,7 +3,6 @@ import { generateUtilityClasses, generateUtilityClass, styled, Tabs as Tabs$1, T
3
3
  import { unstable_composeClasses } from "@mui/base";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import { useModuleSkeleton } from "@m4l/core";
6
- import { styled as styled$1 } from "@mui/material/styles";
7
6
  import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
8
7
  import { g as getNameDataTestId } from "../../../test/getNameDataTestId.14875ec7.js";
9
8
  import { createContext, useState } from "react";
@@ -71,12 +70,12 @@ const TabContent = (props) => {
71
70
  children
72
71
  });
73
72
  };
74
- const TabRoot = styled$1("div")(({
73
+ const TabRoot = styled("div")(({
75
74
  theme
76
75
  }) => ({
77
76
  ...theme.components?.M4LTab?.styleOverrides
78
77
  }));
79
- const SKTTabWrapper = styled$1("div")(({
78
+ const SKTTabWrapper = styled("div")(({
80
79
  theme
81
80
  }) => ({
82
81
  padding: theme.spacing(1.5, 2)
@@ -1,5 +1,5 @@
1
1
  import clsx from "clsx";
2
- import { B as Button, b as buttonClasses } from "../Button/index.e520bd15.js";
2
+ import { B as Button, b as buttonClasses } from "../Button/index.93389adb.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.9ea23f87.js";
2
+ import { I as IconButton, i as iconButtonClasses } from "../IconButton/index.383f5496.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.2e931b5f.js";
2
+ import { M as ModalDialog } from "../../components/ModalDialog/index.ce0f4d16.js";
3
3
  import { jsxs, jsx } from "react/jsx-runtime";
4
4
  const ModalContext = createContext(null);
5
5
  function ModalProvider({
@@ -2,8 +2,7 @@ import { useEffect } from "react";
2
2
  import clsx from "clsx";
3
3
  import { useForm, FormProvider } from "react-hook-form";
4
4
  import { yupResolver } from "@hookform/resolvers/yup";
5
- import { styled } from "@mui/material/styles";
6
- import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
5
+ import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
7
6
  import { unstable_composeClasses } from "@mui/base";
8
7
  import { jsx } from "react/jsx-runtime";
9
8
  const FormProviderRoot = styled("form")(({
@@ -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.786a4439.js";
3
+ import { u as useModal } from "../useModal/index.2f1d6a07.js";
4
4
  import { jsx } from "react/jsx-runtime";
5
- import { W as WindowConfirm } from "../../components/modal/WindowConfirm.55ac3c8f.js";
5
+ import { W as WindowConfirm } from "../../components/modal/WindowConfirm.4501497a.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.978a412d.js";
2
+ import { M as ModalContext } from "../../contexts/ModalContext/index.dde4e35a.js";
3
3
  function useModal() {
4
4
  const context = useContext(ModalContext);
5
5
  if (!context)
@@ -1,5 +1,5 @@
1
1
  import { useContext } from "react";
2
- import { T as TabContext } from "../../components/mui_extended/Tab/index.409b9c74.js";
2
+ import { T as TabContext } from "../../components/mui_extended/Tab/index.2068925d.js";
3
3
  const useTab = () => {
4
4
  const context = useContext(TabContext);
5
5
  if (context === null) {
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { L } from "./assets/Logo/index.228dcb5a.js";
2
- import { c, e, g } from "./components/DataGrid/index.b1eafce1.js";
3
- import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
2
+ import { c, e, g } from "./components/DataGrid/index.1c695ed3.js";
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";
6
6
  import { A, I } from "./components/animate/index.5d4575bc.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.e4f0ccc1.js";
16
- import { A as A3 } from "./components/areas/components/AreasViewer/index.f87c63ca.js";
15
+ import { A as A2 } from "./components/areas/components/AreasAdmin/index.debe3e3d.js";
16
+ import { A as A3 } from "./components/areas/components/AreasViewer/index.82a22acb.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.3e3d8c62.js";
19
+ import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.0dc69929.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.cf399b24.js";
24
- import { R as R2 } from "./components/hook-form/RHFColorPicker/index.48a1ee1b.js";
25
- import { R as R3, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.b2b75475.js";
26
- import { R as R4 } from "./components/hook-form/RHFDateTime/index.5a673a96.js";
27
- import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
28
- import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
29
- import { R as R7 } from "./components/hook-form/RHFPeriod/index.4205c8ab.js";
30
- import { P as P2, g as g5 } from "./components/Period/index.d80dff10.js";
31
- import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.1ddb3d93.js";
32
- import { R as R9 } from "./components/hook-form/RHFCheckbox/index.a38715e3.js";
33
- import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.fbb29ee1.js";
34
- import { R as R11 } from "./components/hook-form/RHFUpload/index.05d7e2a7.js";
35
- import { A as A6 } from "./components/mui_extended/Accordion/index.fb4eb664.js";
23
+ import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.993794f8.js";
24
+ import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.924c6473.js";
25
+ import { R as R3 } from "./components/hook-form/RHFDateTime/index.2396ea4a.js";
26
+ import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
27
+ import { R as R5 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
28
+ import { R as R6 } from "./components/hook-form/RHFPeriod/index.011965ef.js";
29
+ import { P as P2, g as g5 } from "./components/Period/index.6e8d92dc.js";
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.60b50052.js";
32
+ import { R as R9 } from "./components/hook-form/RHFCheckbox/index.f1fd5789.js";
33
+ import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.fb0d1cac.js";
34
+ import { R as R11 } from "./components/hook-form/RHFUpload/index.e5f734b8.js";
35
+ import { A as A6 } from "./components/mui_extended/Accordion/index.4393eca9.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,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.e520bd15.js";
44
- import { M as M4 } from "./components/mui_extended/MenuActions/index.fa7c26a5.js";
45
- import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.0c703574.js";
46
- import { a as a6, c as c4, T as T2, d as d2, b as b4 } from "./components/mui_extended/Tab/index.409b9c74.js";
47
- import { C as C2 } from "./components/mui_extended/CheckBox.e662d20c.js";
48
- import { I as I3 } from "./components/mui_extended/IconButton/index.9ea23f87.js";
49
- import { P as P4 } from "./components/mui_extended/Popover/index.b3eca6b1.js";
43
+ import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.93389adb.js";
44
+ import { M as M4 } from "./components/mui_extended/MenuActions/index.e6e3aac8.js";
45
+ import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.5791276c.js";
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.840a443f.js";
48
+ import { I as I3 } from "./components/mui_extended/IconButton/index.383f5496.js";
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.bcaea74b.js";
54
- import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.131772d7.js";
55
- import { B as B5 } from "./components/formatters/BooleanFormatter/index.b3052107.js";
56
- import { D as D3, g as g7 } from "./components/formatters/DateFormatter/index.578a9f53.js";
57
- import { U, g as g8 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
58
- import { P as P5, g as g9 } from "./components/formatters/PointsFormatter/index.5c94c5e8.js";
59
- import { C as C3, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.95cc337e.js";
60
- import { P as P7, g as g11 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
53
+ import { T as T5 } from "./components/mui_extended/ToggleButton/index.4ac1f974.js";
54
+ import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.8ca0114f.js";
55
+ import { B as B5 } from "./components/formatters/BooleanFormatter/index.0703a256.js";
56
+ import { D as D3, g as g8 } from "./components/formatters/DateFormatter/index.578a9f53.js";
57
+ import { U, g as g9 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
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.94be7098.js";
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
- import { C as C5 } from "./components/DataGrid/formatters/ColumnPointsFormatter/index.f3d6036f.js";
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.36270dd1.js";
64
+ import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.f731d23f.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.8b008692.js";
66
+ import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.ad82747c.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.cb308086.js";
68
+ import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.64854fdd.js";
69
69
  import { C as C12 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.eb406256.js";
70
- import { D as D4, g as g12 } from "./components/DynamicFilter/index.b93e5649.js";
70
+ import { D as D4, g as g13 } from "./components/DynamicFilter/index.22ba3195.js";
71
+ import { F } from "./components/FieldLabel/index.1da2a28d.js";
71
72
  import { H, e as e2 } from "./components/HelperText/index.7d2afdb3.js";
72
- import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.2f6286eb.js";
73
- import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.de862adf.js";
74
- import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.79fc2386.js";
75
- import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.3fd5c858.js";
76
- import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.07394f62.js";
77
- import { D as D5, d as d4 } from "./components/DragResizeWindow/index.051c743d.js";
73
+ import { A as A8, d as d3, g as g14 } from "./components/CommonActions/components/Actions/index.389f9b28.js";
74
+ import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.33a748be.js";
75
+ import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.ac7cd0ee.js";
76
+ import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.9a965204.js";
77
+ import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.7add0125.js";
78
+ import { D as D5, d as d4 } from "./components/DragResizeWindow/index.f84451f8.js";
78
79
  import { G, w, A as A13 } from "./components/GridLayout/index.0996cd19.js";
79
80
  import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.0fd1b7f8.js";
80
81
  import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.7669a2cd.js";
81
- import { P as P8 } from "./components/PrintingSystem/index.2e17cae5.js";
82
- import { I as I4 } from "./components/Icon/index.b920baf8.js";
83
- import { L as L7 } from "./components/LanguagePopover/index.e54c5cc7.js";
82
+ import { P as P8 } from "./components/PrintingSystem/index.c2d21657.js";
83
+ import { I as I4 } from "./components/Icon/index.8c744412.js";
84
+ import { L as L7 } from "./components/LanguagePopover/index.80896e49.js";
84
85
  import { L as L8 } from "./components/LinearProgressIndeterminate/index.a0ad2d9e.js";
85
- import { I as I5 } from "./components/Image/index.d034ca68.js";
86
+ import { I as I5 } from "./components/Image/index.39b3b9d9.js";
86
87
  import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
87
- import { M as M5, d as d5, g as g14 } from "./components/ModalDialog/index.2e931b5f.js";
88
- import { g as g15 } from "./components/modal/index.61389369.js";
89
- import { W as W2 } from "./components/modal/WindowConfirm.55ac3c8f.js";
90
- import { W as W3 } from "./components/modal/WindowBase.998b8a38.js";
91
- import { L as L10, g as g16 } from "./components/LoadingError/index.123e16f8.js";
92
- import { M as M6, g as g17 } from "./components/MFLoader/index.52096ea5.js";
93
- import { N as N3, d as d6, g as g18 } from "./components/NoItemSelected/index.1024b856.js";
94
- import { O, d as d7, g as g19 } from "./components/ObjectLogs/index.d10f4a2f.js";
95
- import { P as P9 } from "./components/PaperForm/index.8a617a66.js";
96
- import { P as P10 } from "./components/PDFViewer/index.98852f91.js";
97
- import { H as H2 } from "./components/Page/index.def863f2.js";
98
- import { P as P11 } from "./components/PropertyValue/index.3b6670d4.js";
99
- import { R as R13 } from "./components/Resizeable/index.0eb66c37.js";
100
- import { S as S3 } from "./components/ScrollBar/index.010f1b9d.js";
101
- import { S as S4 } from "./components/SplitLayout/index.30fd5861.js";
102
- import { T as T7, a as a9 } from "./components/ToastContainer/index.97fdba82.js";
103
- import { S as S5 } from "./components/SideBar/index.cdb70977.js";
104
- import { A as A14, g as g20 } from "./components/AppBar/index.7106417d.js";
105
- import { A as A15, g as g21 } from "./components/AccountPopover/index.505e278a.js";
88
+ import { M as M5, d as d5, g as g15 } from "./components/ModalDialog/index.ce0f4d16.js";
89
+ import { g as g16 } from "./components/modal/index.61389369.js";
90
+ import { W as W2 } from "./components/modal/WindowConfirm.4501497a.js";
91
+ import { W as W3 } from "./components/modal/WindowBase.dd1d2d7b.js";
92
+ import { L as L10, g as g17 } from "./components/LoadingError/index.9c64680a.js";
93
+ import { M as M6, g as g18 } from "./components/MFLoader/index.7cd7c372.js";
94
+ import { N as N3, d as d6, g as g19 } from "./components/NoItemSelected/index.ffba558b.js";
95
+ import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.dd6a5009.js";
96
+ import { P as P9 } from "./components/PaperForm/index.42e78a24.js";
97
+ import { P as P10 } from "./components/PDFViewer/index.093ddd35.js";
98
+ import { H as H2 } from "./components/Page/index.1b20a73e.js";
99
+ import { P as P11 } from "./components/PropertyValue/index.4ea5af0f.js";
100
+ import { R as R13 } from "./components/Resizeable/index.8db8f77d.js";
101
+ import { S as S3 } from "./components/ScrollBar/index.7dfc2f29.js";
102
+ import { S as S4 } from "./components/SplitLayout/index.3856385c.js";
103
+ import { T as T7, a as a9 } from "./components/ToastContainer/index.98c4873e.js";
104
+ import { S as S5 } from "./components/SideBar/index.141dac10.js";
105
+ import { A as A14, g as g21 } from "./components/AppBar/index.4945897e.js";
106
+ import { A as A15, g as g22 } from "./components/AccountPopover/index.e31fc908.js";
106
107
  import { A as A16 } from "./components/commercial/AppBarCommercial/index.c5022fdd.js";
107
- import { H as H3 } from "./components/HamburgerMenu/index.25029e23.js";
108
- import { T as T8 } from "./components/commercial/TopBar/index.8e2163f7.js";
109
- import { S as S6 } from "./vendor.a735310a.js";
110
- import { R as R14, g as g22 } from "./contexts/RHFormContext/index.7769076a.js";
111
- import { M as M7, a as a10 } from "./contexts/ModalContext/index.978a412d.js";
112
- import { g as g23, u as u3 } from "./hooks/useFormAddEdit/index.4caddd24.js";
113
- import { u as u4 } from "./hooks/useModal/index.786a4439.js";
114
- import { u as u5 } from "./hooks/useTab/index.eee18a49.js";
108
+ import { H as H3 } from "./components/HamburgerMenu/index.1663edef.js";
109
+ import { T as T8 } from "./components/commercial/TopBar/index.32a332c4.js";
110
+ import { S as S6 } from "./vendor.173d0b89.js";
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.dde4e35a.js";
113
+ import { g as g24, u as u3 } from "./hooks/useFormAddEdit/index.7fdad61d.js";
114
+ import { u as u4 } from "./hooks/useModal/index.2f1d6a07.js";
115
+ import { u as u5 } from "./hooks/useTab/index.c0564138.js";
115
116
  import "react-router-dom";
116
117
  import "@mui/material/styles";
117
118
  import "@mui/material";
@@ -123,7 +124,7 @@ import "react-dnd";
123
124
  import "react-dnd-html5-backend";
124
125
  import "./components/DataGrid/constants.e334cd50.js";
125
126
  import "@m4l/core";
126
- import "./components/DataGrid/subcomponents/Actions/index.9af87fa1.js";
127
+ import "./components/DataGrid/subcomponents/Actions/index.4a402633.js";
127
128
  import "@m4l/graphics";
128
129
  import "@mui/base";
129
130
  import "./test/constants_no_mock.86c553a9.js";
@@ -131,7 +132,7 @@ import "./test/getNameDataTestId.14875ec7.js";
131
132
  import "framer-motion";
132
133
  import "simplebar-react";
133
134
  import "./react-spinners.342a6578.js";
134
- import "./components/areas/hooks/useAreas/index.b18fe111.js";
135
+ import "./components/areas/hooks/useAreas/index.ca15a4b6.js";
135
136
  import "zustand";
136
137
  import "yup";
137
138
  import "./utils/index.de903261.js";
@@ -148,7 +149,9 @@ import "zustand/middleware/immer";
148
149
  import "zustand/middleware";
149
150
  import "lodash";
150
151
  import "react-hook-form";
151
- import "./node_modules.71622512.js";
152
+ import "lodash/debounce";
153
+ import "@mui/x-date-pickers";
154
+ import "./node_modules.585eab0e.js";
152
155
  import "lodash-es/debounce";
153
156
  import "lodash-es/each";
154
157
  import "lodash/isString";
@@ -160,8 +163,6 @@ import "lodash-es/merge";
160
163
  import "lodash-es/throttle";
161
164
  import "lodash-es/map";
162
165
  import "lodash-es/isUndefined";
163
- import "lodash/debounce";
164
- import "@mui/x-date-pickers";
165
166
  import "react-dropzone";
166
167
  import "@mui/material/Button";
167
168
  import "@mui/lab";
@@ -170,16 +171,16 @@ import "./components/WrapperComponent/index.5e872594.js";
170
171
  import "./components/PopupsProvider/index.3d5ad0ee.js";
171
172
  import "./components/GridLayout/subcomponents/Griditem/index.ded0e80e.js";
172
173
  import "fast-equals";
173
- import "./components/PrintingSystem/subcomponents/DividerNode/index.78b023bb.js";
174
- import "./components/PrintingSystem/subcomponents/SectionNode/index.0b66458e.js";
175
- import "./components/PrintingSystem/subcomponents/TextBoxNode/index.b4c72fef.js";
176
- import "./components/PrintingSystem/subcomponents/HeaderNode/index.ef44c8ab.js";
177
- import "./components/PrintingSystem/subcomponents/BodyNode/index.c5ffe20a.js";
178
- import "./components/PrintingSystem/subcomponents/FooterNode/index.b29fc1e9.js";
179
- import "./components/PrintingSystem/subcomponents/PaperNode/index.d72d224b.js";
180
- import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.8e53440c.js";
181
- import "./components/PrintingSystem/subcomponents/GridNode/index.11626284.js";
182
- import "./components/PrintingSystem/subcomponents/ChartNode/index.020c037c.js";
174
+ import "./components/PrintingSystem/subcomponents/DividerNode/index.f00c44f3.js";
175
+ import "./components/PrintingSystem/subcomponents/SectionNode/index.2890fc12.js";
176
+ import "./components/PrintingSystem/subcomponents/TextBoxNode/index.148708e6.js";
177
+ import "./components/PrintingSystem/subcomponents/HeaderNode/index.5173c74a.js";
178
+ import "./components/PrintingSystem/subcomponents/BodyNode/index.c7b59f3f.js";
179
+ import "./components/PrintingSystem/subcomponents/FooterNode/index.fb323704.js";
180
+ import "./components/PrintingSystem/subcomponents/PaperNode/index.fad64696.js";
181
+ import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.3a3e5fd0.js";
182
+ import "./components/PrintingSystem/subcomponents/GridNode/index.1ed935be.js";
183
+ import "./components/PrintingSystem/subcomponents/ChartNode/index.263f02f0.js";
183
184
  import "chart.js";
184
185
  import "chartjs-chart-error-bars";
185
186
  import "./react-json-view.5636414a.js";
@@ -231,6 +232,7 @@ export {
231
232
  D4 as DynamicFilter,
232
233
  a3 as DynamicMFParmsContext,
233
234
  D as DynamicMFParmsProvider,
235
+ F as FieldLabel,
234
236
  G as GridLayout,
235
237
  H3 as HamburgerMenu,
236
238
  H2 as HelmetPage,
@@ -274,14 +276,14 @@ export {
274
276
  P as PropagateLoader,
275
277
  P11 as PropertyValue,
276
278
  R as RHFAutocomplete,
277
- R3 as RHFAutocompleteAsync,
279
+ R2 as RHFAutocompleteAsync,
278
280
  R9 as RHFCheckbox,
279
- R2 as RHFColorPicker,
280
- R4 as RHFDateTime,
281
- R5 as RHFMultiCheckbox,
282
- R7 as RHFPeriod,
283
- R8 as RHFRadioGroup,
284
- R6 as RHFSelect,
281
+ R8 as RHFColorPicker,
282
+ R3 as RHFDateTime,
283
+ R4 as RHFMultiCheckbox,
284
+ R6 as RHFPeriod,
285
+ R7 as RHFRadioGroup,
286
+ R5 as RHFSelect,
285
287
  b3 as RHFTEXTFIELD_INPUT_TEST_ID,
286
288
  c3 as RHFTEXTFIELD_PREFIX,
287
289
  a5 as RHFTEXTFIELD_ROOT_TEST_ID,
@@ -325,33 +327,34 @@ export {
325
327
  d7 as defaultObjectLogDictionary,
326
328
  d4 as draggableWindowClasses,
327
329
  e2 as errorLabelClasses,
328
- g21 as getAccountPopoverDictionary,
329
- g20 as getAppBarDictionary,
330
+ g22 as getAccountPopoverDictionary,
331
+ g21 as getAppBarDictionary,
330
332
  a4 as getAreasComponentsDictionary,
331
333
  g2 as getAreasDictionary,
332
- g13 as getCommonActionsDictionary,
334
+ g14 as getCommonActionsDictionary,
333
335
  e as getDataGridRowsFromSet,
334
- g12 as getDynamicFilterComponentsDictionary,
335
- g22 as getFormComponentsDictionary,
336
- g10 as getFormatConcatenated,
337
- g7 as getFormatDate,
336
+ g13 as getDynamicFilterComponentsDictionary,
337
+ g23 as getFormComponentsDictionary,
338
+ g11 as getFormatConcatenated,
339
+ g8 as getFormatDate,
338
340
  a7 as getFormatPeriod,
339
- g9 as getFormatPoints,
340
- g11 as getFormatPrice,
341
+ g10 as getFormatPoints,
342
+ g12 as getFormatPrice,
341
343
  b5 as getFormattersComponentsDictionary,
342
344
  g as getGridComponentsDictionary,
343
- g16 as getLoadingErrorComponentsDictionary,
344
- g17 as getMFLoaderComponentsDictionary,
345
- g14 as getModalDialogComponentsDictionary,
346
- g15 as getModalDictionary,
347
- g18 as getNoItemSelectedComponentsDictionary,
348
- g19 as getObjectLogsComponentsDictionary,
349
- g6 as getPagerComponentsDictionary,
345
+ g17 as getLoadingErrorComponentsDictionary,
346
+ g18 as getMFLoaderComponentsDictionary,
347
+ g15 as getModalDialogComponentsDictionary,
348
+ g16 as getModalDictionary,
349
+ g19 as getNoItemSelectedComponentsDictionary,
350
+ g20 as getObjectLogsComponentsDictionary,
351
+ g7 as getPagerComponentsDictionary,
350
352
  g5 as getPeriodComponetsDictionary,
351
353
  g4 as getRHFAutocompleteAsyncComponentsDictionary,
352
354
  g3 as getRHFAutocompleteComponentsDictionary,
353
- g8 as getUncertaintyFormat,
354
- g23 as getformAddEditDictionary,
355
+ g6 as getRHFColorPickerComponentsDictionary,
356
+ g9 as getUncertaintyFormat,
357
+ g24 as getformAddEditDictionary,
355
358
  w as isEqualLayout,
356
359
  A13 as isEqualLayouts,
357
360
  u as useDynamicMFParametersStore,
@@ -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.b920baf8.js";
15
+ import { _ as _default$1, a as _default$2 } from "./components/Icon/index.8c744412.js";
16
16
  import clsx from "clsx";
17
17
  var lib = {};
18
18
  var flattenNames$1 = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "0.2.25",
3
+ "version": "0.2.26",
4
4
  "license": "UNLICENSED",
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.9.0",