@m4l/components 0.1.84 → 0.1.85

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 (91) hide show
  1. package/@types/export.d.ts +25 -4
  2. package/components/AccountPopover/{index.bbeb9142.js → index.35c29a55.js} +23 -19
  3. package/components/AppBar/{index.43f8b54f.js → index.291da9fd.js} +8 -7
  4. package/components/CommonActions/components/ActionCancel/{index.29517521.js → index.67b91376.js} +1 -1
  5. package/components/CommonActions/components/ActionFormCancel/{index.89f1ac8e.js → index.d4503410.js} +16 -15
  6. package/components/CommonActions/components/ActionFormIntro/{index.bbc35e74.js → index.01ed67de.js} +1 -1
  7. package/components/CommonActions/components/ActionIntro/{index.a9420126.js → index.53e7fe2b.js} +1 -1
  8. package/components/CommonActions/components/Actions/{index.e70e8779.js → index.c91c27f9.js} +14 -13
  9. package/components/DataGrid/{index.1d0a3dec.js → index.37e14e83.js} +8 -7
  10. package/components/DataGrid/subcomponents/Actions/{index.a8fc9f6a.js → index.155c63af.js} +19 -18
  11. package/components/DynamicFilter/{index.912679cc.js → index.a8c2609c.js} +28 -27
  12. package/components/GridLayout/{index.c55f16eb.js → index.2383aaf9.js} +69 -10
  13. package/components/GridLayout/index.d.ts +1 -1
  14. package/components/GridLayout/subcomponents/Griditem/{index.6c68811f.js → index.58168132.js} +1 -1
  15. package/components/GridLayout/subcomponents/Responsive/{index.a6e33b8d.js → index.a6642437.js} +1 -1
  16. package/components/HelperText/{index.a47ff233.js → index.8b5911d1.js} +8 -7
  17. package/components/Icon/{index.d1402200.js → index.c3a579e7.js} +1 -1
  18. package/components/LanguagePopover/{index.807f5272.js → index.7681b08e.js} +8 -7
  19. package/components/ModalDialog/{index.42e804cf.js → index.b85ee3cb.js} +4 -4
  20. package/components/NavLink/{index.ff5a939c.js → index.bb879650.js} +8 -7
  21. package/components/NoItemSelected/classes/constants.d.ts +1 -0
  22. package/components/NoItemSelected/classes/index.d.ts +6 -0
  23. package/components/NoItemSelected/classes/types.d.ts +6 -0
  24. package/components/NoItemSelected/{index.23dfc897.js → index.a2807715.js} +46 -31
  25. package/components/NoItemSelected/index.d.ts +2 -1
  26. package/components/NoItemSelected/types.d.ts +4 -0
  27. package/components/ObjectLogs/{index.dc02715d.js → index.2ed38a84.js} +21 -18
  28. package/components/PaperForm/{index.249c2404.js → index.989377a5.js} +1 -1
  29. package/components/Period/{index.e129cdec.js → index.061c9b2f.js} +15 -14
  30. package/components/PropertyValue/{index.93e40532.js → index.ac46f441.js} +1 -1
  31. package/components/ScrollBar/{index.d4410cb5.js → index.1247c1c5.js} +38 -9
  32. package/components/SideBar/{index.327679a6.js → index.e0587639.js} +111 -50
  33. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/type.d.ts +5 -0
  34. package/components/areas/components/AreasAdmin/classes/index.d.ts +1 -1
  35. package/components/areas/components/AreasAdmin/classes/types.d.ts +2 -0
  36. package/components/areas/components/AreasAdmin/{index.8ab71eb9.js → index.f505897a.js} +102 -53
  37. package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
  38. package/components/areas/components/AreasViewer/classes/types.d.ts +1 -1
  39. package/components/areas/components/AreasViewer/{index.933e506b.js → index.cacec884.js} +71 -125
  40. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/subcomponents/ResizeHandle/index.d.ts +4 -0
  41. package/components/areas/components/{index.9e48d8ff.js → index.6d5dfeec.js} +12 -11
  42. package/components/areas/contexts/AreasContext/helper.d.ts +3 -3
  43. package/components/areas/contexts/AreasContext/{index.230d1584.js → index.6f56b1da.js} +91 -78
  44. package/components/areas/contexts/AreasContext/types.d.ts +20 -8
  45. package/components/areas/contexts/{index.f494e241.js → index.999e8b1e.js} +1 -1
  46. package/components/areas/hooks/useAreas/{index.b8449343.js → index.4baec91c.js} +1 -1
  47. package/components/areas/{index.32db4fa7.js → index.3088f99e.js} +12 -11
  48. package/components/formatters/BooleanFormatter/{index.b2f02bc4.js → index.e7f0b76a.js} +1 -1
  49. package/components/formatters/{index.f9ad88b4.js → index.d911949d.js} +2 -2
  50. package/components/hook-form/RHFAutocomplete/{index.d5afb409.js → index.aca6984f.js} +9 -8
  51. package/components/hook-form/RHFAutocompleteAsync/{index.a4f00088.js → index.8511bcf8.js} +1 -1
  52. package/components/hook-form/RHFCheckbox/{index.9bf6edb0.js → index.0f45e6b0.js} +9 -8
  53. package/components/hook-form/RHFDateTime/{index.a2c1ed2c.js → index.07412ef0.js} +9 -8
  54. package/components/hook-form/RHFPeriod/{index.b5204ce2.js → index.15b8f11e.js} +2 -2
  55. package/components/hook-form/RHFTextField/{index.5a0fa776.js → index.94c8c59b.js} +3 -3
  56. package/components/hook-form/RHFUpload/{index.b36539d6.js → index.7ef1e124.js} +9 -8
  57. package/components/modal/{WindowBase.37158e8d.js → WindowBase.d485315d.js} +10 -9
  58. package/components/modal/{WindowConfirm.a68aa0f1.js → WindowConfirm.3d9cd6e1.js} +17 -16
  59. package/components/modal/{index.6f281ef8.js → index.c7e4beba.js} +14 -13
  60. package/components/mui_extended/Accordion/{index.46771196.js → index.854f4c90.js} +3 -3
  61. package/components/mui_extended/Badge/classes/constants.d.ts +1 -1
  62. package/components/mui_extended/Badge/{index.cad260fe.js → index.8c2b8b66.js} +1 -1
  63. package/components/mui_extended/IconButton/{index.62aea582.js → index.be111a34.js} +1 -1
  64. package/components/mui_extended/MenuActions/{index.2493b1b1.js → index.b16e84c1.js} +7 -4
  65. package/components/mui_extended/MenuActions/types.d.ts +1 -0
  66. package/components/mui_extended/Pager/{index.a7f87c96.js → index.5b77fa4c.js} +1 -1
  67. package/components/mui_extended/Stack/Stack.d.ts +3 -0
  68. package/components/mui_extended/Stack/classes/constants.d.ts +1 -0
  69. package/components/mui_extended/Stack/classes/index.d.ts +6 -0
  70. package/components/mui_extended/Stack/classes/types.d.ts +6 -0
  71. package/components/mui_extended/Stack/index.0e53197c.js +39 -0
  72. package/components/mui_extended/Stack/index.d.ts +2 -0
  73. package/components/mui_extended/Stack/types.d.ts +2 -0
  74. package/components/mui_extended/Tab/{index.756fe693.js → index.c1dc7bbf.js} +42 -9
  75. package/components/mui_extended/Tabs/Tabs.d.ts +3 -0
  76. package/components/mui_extended/Tabs/classes/constants.d.ts +1 -0
  77. package/components/mui_extended/Tabs/classes/index.d.ts +6 -0
  78. package/components/mui_extended/Tabs/classes/types.d.ts +6 -0
  79. package/components/mui_extended/Tabs/index.d.ts +1 -0
  80. package/components/mui_extended/index.d.ts +2 -0
  81. package/components/mui_extended/{index.ba27649e.js → index.d1ee9a6a.js} +8 -7
  82. package/contexts/ModalContext/{index.51da83de.js → index.1ea79d7e.js} +1 -1
  83. package/contexts/RHFormContext/{index.b9266262.js → index.e019f87d.js} +1 -1
  84. package/hooks/useModal/{index.7611bf21.js → index.c906706c.js} +1 -1
  85. package/index.js +67 -65
  86. package/package.json +1 -1
  87. package/{vendor.1af105d6.js → vendor.f27b86c9.js} +50 -50
  88. package/components/GridLayout/subcomponents/SizeProvider/index.bfa05dfa.js +0 -62
  89. /package/components/GridLayout/subcomponents/{SizeProvider → WidthProvider}/index.d.ts +0 -0
  90. /package/components/areas/components/{AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header → AreasAdmin}/subcomponents/PanelWindowPopUp/index.d.ts +0 -0
  91. /package/components/areas/components/{AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header → AreasAdmin}/subcomponents/PanelWindowPopUp/types.d.ts +0 -0
@@ -0,0 +1,6 @@
1
+ import { StackClassesType } from './types';
2
+ export declare const stackClasses: StackClassesType;
3
+ export declare function getStackUtilityClass(slot: string): string;
4
+ export declare const useStackUtilityClasses: () => {
5
+ root: string;
6
+ };
@@ -0,0 +1,6 @@
1
+ import { useStackUtilityClasses } from ".";
2
+ export interface StackClassesType {
3
+ root: string;
4
+ }
5
+ export declare type StackClassesKey = keyof StackClassesType;
6
+ export declare type Classes = ReturnType<typeof useStackUtilityClasses>;
@@ -0,0 +1,39 @@
1
+ import { generateUtilityClasses, generateUtilityClass, styled, Stack as Stack$1 } from "@mui/material";
2
+ import { unstable_composeClasses } from "@mui/base";
3
+ import clsx from "clsx";
4
+ import { jsx } from "react/jsx-runtime";
5
+ const componentName = "M4LStack";
6
+ generateUtilityClasses(componentName, [
7
+ "root"
8
+ ]);
9
+ function getStackUtilityClass(slot) {
10
+ return generateUtilityClass(componentName, slot);
11
+ }
12
+ const useStackUtilityClasses = () => {
13
+ const slots = {
14
+ root: ["root"]
15
+ };
16
+ const composedClasses = unstable_composeClasses(slots, getStackUtilityClass, {});
17
+ return {
18
+ ...composedClasses
19
+ };
20
+ };
21
+ const MUISTack = styled(Stack$1)(({ theme }) => ({
22
+ ...theme.components?.M4LStack?.styleOverrides
23
+ }));
24
+ const classes = useStackUtilityClasses();
25
+ const Stack = (props) => {
26
+ const {
27
+ children,
28
+ className,
29
+ ...others
30
+ } = props;
31
+ return /* @__PURE__ */ jsx(MUISTack, {
32
+ ...others,
33
+ className: clsx(classes.root, className),
34
+ children
35
+ });
36
+ };
37
+ export {
38
+ Stack as S
39
+ };
@@ -0,0 +1,2 @@
1
+ export { Stack } from './Stack';
2
+ export type { StackProps } from './types';
@@ -0,0 +1,2 @@
1
+ import { StackProps as MUIStackProps } from "@mui/material";
2
+ export declare type StackProps = MUIStackProps;
@@ -1,17 +1,49 @@
1
- import { useModuleSkeleton } from "@m4l/core";
2
- import { generateUtilityClasses, generateUtilityClass, Tab as Tab$1, Skeleton } from "@mui/material";
3
- import { styled } from "@mui/material/styles";
4
- import { unstable_composeClasses } from "@mui/base";
5
1
  import clsx from "clsx";
6
- import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
7
- import { g as getNameDataTestId } from "../../../vendor.1af105d6.js";
8
2
  import { jsx } from "react/jsx-runtime";
9
- const TabRoot = styled("div")(({
3
+ import { generateUtilityClasses, generateUtilityClass, styled, Tabs as Tabs$1, Tab as Tab$1, Skeleton } from "@mui/material";
4
+ import { unstable_composeClasses } from "@mui/base";
5
+ import { useModuleSkeleton } from "@m4l/core";
6
+ import { styled as styled$1 } from "@mui/material/styles";
7
+ import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
8
+ import { g as getNameDataTestId } from "../../../vendor.f27b86c9.js";
9
+ const componentName$1 = "M4LTabs";
10
+ generateUtilityClasses(componentName$1, [
11
+ "root"
12
+ ]);
13
+ function getTabsUtilityClass(slot) {
14
+ return generateUtilityClass(componentName$1, slot);
15
+ }
16
+ const useTabsUtilityClasses = () => {
17
+ const slots = {
18
+ root: ["root"]
19
+ };
20
+ const composedClasses = unstable_composeClasses(slots, getTabsUtilityClass, {});
21
+ return {
22
+ ...composedClasses
23
+ };
24
+ };
25
+ const MUITabs = styled(Tabs$1)(({ theme }) => ({
26
+ ...theme.components?.M4LTabs?.styleOverrides
27
+ }));
28
+ const Tabs = (props) => {
29
+ const {
30
+ children,
31
+ className,
32
+ ...others
33
+ } = props;
34
+ const classes = useTabsUtilityClasses();
35
+ return /* @__PURE__ */ jsx(MUITabs, {
36
+ className: clsx(classes.root, className),
37
+ ...others,
38
+ children
39
+ });
40
+ };
41
+ const TabRoot = styled$1("div")(({
10
42
  theme
11
43
  }) => ({
12
44
  ...theme.components?.M4LTab?.styleOverrides
13
45
  }));
14
- const SKTTabWrapper = styled("div")(({
46
+ const SKTTabWrapper = styled$1("div")(({
15
47
  theme
16
48
  }) => ({
17
49
  padding: theme.spacing(1.5, 2)
@@ -66,5 +98,6 @@ function Tab(props) {
66
98
  });
67
99
  }
68
100
  export {
69
- Tab as T
101
+ Tab as T,
102
+ Tabs as a
70
103
  };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { TabsProps } from '@mui/material';
3
+ export declare const Tabs: (props: TabsProps) => import("react").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const componentName = "M4LTabs";
@@ -0,0 +1,6 @@
1
+ import { TabsClassesType } from './types';
2
+ export declare const tabsClasses: TabsClassesType;
3
+ export declare function getTabsUtilityClass(slot: string): string;
4
+ export declare const useTabsUtilityClasses: () => {
5
+ root: string;
6
+ };
@@ -0,0 +1,6 @@
1
+ import { useTabsUtilityClasses } from ".";
2
+ export interface TabsClassesType {
3
+ root: string;
4
+ }
5
+ export declare type TabsClassesKey = keyof TabsClassesType;
6
+ export declare type Classes = ReturnType<typeof useTabsUtilityClasses>;
@@ -0,0 +1 @@
1
+ export { Tabs } from './Tabs';
@@ -16,6 +16,8 @@ export { LoadingButton } from './LoadingButton';
16
16
  export { MenuActions } from './MenuActions';
17
17
  export type { MenuAction, ComponentActionProps } from './MenuActions/types';
18
18
  export * from './Popover/Popover';
19
+ export * from './Stack';
20
+ export * from './Tabs';
19
21
  export { Pager } from './Pager';
20
22
  export type { PagerProps } from './Pager/types';
21
23
  export { getPagerComponentsDictionary } from './Pager/dicctionary';
@@ -1,23 +1,24 @@
1
1
  import "@mui/material";
2
2
  import "react";
3
3
  import "@m4l/core";
4
- import "../Icon/index.d1402200.js";
4
+ import "../Icon/index.c3a579e7.js";
5
5
  import "clsx";
6
6
  import "react/jsx-runtime";
7
- import "./IconButton/index.62aea582.js";
7
+ import "./IconButton/index.be111a34.js";
8
8
  import "@m4l/graphics";
9
- import "./Accordion/index.46771196.js";
9
+ import "./Accordion/index.854f4c90.js";
10
10
  import "./Typography/index.443590d6.js";
11
11
  import "./Avatar/index.75e6ed57.js";
12
12
  import "react-router-dom";
13
13
  import "@mui/material/Button";
14
14
  import "./Button/index.40af964e.js";
15
15
  import "./CheckBox.38abccd8.js";
16
- import "./Badge/index.cad260fe.js";
16
+ import "./Badge/index.8c2b8b66.js";
17
17
  import "../Image/index.c18ebf5a.js";
18
18
  import "@mui/lab";
19
- import "./MenuActions/index.2493b1b1.js";
19
+ import "./MenuActions/index.b16e84c1.js";
20
20
  import "./Popover/index.9f35d0eb.js";
21
- import "./Pager/index.a7f87c96.js";
22
- import "./Tab/index.756fe693.js";
21
+ import "./Stack/index.0e53197c.js";
22
+ import "./Tab/index.c1dc7bbf.js";
23
+ import "./Pager/index.5b77fa4c.js";
23
24
  import "./Tooltip/index.5a795dcd.js";
@@ -1,5 +1,5 @@
1
1
  import { createContext, useState } from "react";
2
- import { M as ModalDialog } from "../../components/ModalDialog/index.42e804cf.js";
2
+ import { M as ModalDialog } from "../../components/ModalDialog/index.b85ee3cb.js";
3
3
  import { jsxs, jsx } from "react/jsx-runtime";
4
4
  const ModalContext = createContext(null);
5
5
  function ModalProvider({
@@ -2,7 +2,7 @@ import { useEffect } from "react";
2
2
  import { useForm, FormProvider } from "react-hook-form";
3
3
  import { yupResolver } from "@hookform/resolvers/yup";
4
4
  import { styled } from "@mui/material/styles";
5
- import { S as ScrollBar } from "../../components/ScrollBar/index.d4410cb5.js";
5
+ import { S as ScrollBar } from "../../components/ScrollBar/index.1247c1c5.js";
6
6
  import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
7
7
  import { unstable_composeClasses } from "@mui/base";
8
8
  import { jsx } from "react/jsx-runtime";
@@ -1,5 +1,5 @@
1
1
  import { useContext } from "react";
2
- import { M as ModalContext } from "../../contexts/ModalContext/index.51da83de.js";
2
+ import { M as ModalContext } from "../../contexts/ModalContext/index.1ea79d7e.js";
3
3
  function useModal() {
4
4
  const context = useContext(ModalContext);
5
5
  if (!context)
package/index.js CHANGED
@@ -7,90 +7,90 @@ import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
7
7
  import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
8
8
  import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
9
9
  import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
10
- import { A as A2 } from "./components/areas/components/AreasAdmin/index.8ab71eb9.js";
11
- import { A as A3 } from "./components/areas/components/AreasViewer/index.933e506b.js";
12
- import { A as A4, a as a2 } from "./components/areas/contexts/AreasContext/index.230d1584.js";
10
+ import { A as A2 } from "./components/areas/components/AreasAdmin/index.f505897a.js";
11
+ import { A as A3 } from "./components/areas/components/AreasViewer/index.cacec884.js";
12
+ import { A as A4, a as a2 } from "./components/areas/contexts/AreasContext/index.6f56b1da.js";
13
13
  import { a as a3, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
14
14
  import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
15
15
  import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
16
16
  import { A as A5, D, L as L2, a as a4, g } from "./components/areas/dictionary.afb7e3d9.js";
17
- import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.d5afb409.js";
18
- import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.a4f00088.js";
19
- import { R as R3 } from "./components/hook-form/RHFCheckbox/index.9bf6edb0.js";
20
- import { R as R4 } from "./components/hook-form/RHFDateTime/index.a2c1ed2c.js";
17
+ import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.aca6984f.js";
18
+ import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.8511bcf8.js";
19
+ import { R as R3 } from "./components/hook-form/RHFCheckbox/index.0f45e6b0.js";
20
+ import { R as R4 } from "./components/hook-form/RHFDateTime/index.07412ef0.js";
21
21
  import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
22
22
  import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
23
- import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.5a0fa776.js";
23
+ import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.94c8c59b.js";
24
24
  import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
25
- import { R as R9 } from "./components/hook-form/RHFPeriod/index.b5204ce2.js";
26
- import { P as P2, g as g4 } from "./components/Period/index.e129cdec.js";
27
- import { R as R10 } from "./components/hook-form/RHFUpload/index.b36539d6.js";
28
- import { A as A6 } from "./components/mui_extended/Accordion/index.46771196.js";
25
+ import { R as R9 } from "./components/hook-form/RHFPeriod/index.15b8f11e.js";
26
+ import { P as P2, g as g4 } from "./components/Period/index.061c9b2f.js";
27
+ import { R as R10 } from "./components/hook-form/RHFUpload/index.7ef1e124.js";
28
+ import { A as A6 } from "./components/mui_extended/Accordion/index.854f4c90.js";
29
29
  import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
30
30
  import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
31
31
  import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
32
32
  import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.40af964e.js";
33
33
  import { C } from "./components/mui_extended/CheckBox.38abccd8.js";
34
34
  import { C as C2 } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
35
- import { B as B4 } from "./components/mui_extended/Badge/index.cad260fe.js";
36
- import { I as I3 } from "./components/mui_extended/IconButton/index.62aea582.js";
35
+ import { B as B4 } from "./components/mui_extended/Badge/index.8c2b8b66.js";
36
+ import { I as I3 } from "./components/mui_extended/IconButton/index.be111a34.js";
37
37
  import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
38
38
  import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
39
- import { M as M3 } from "./components/mui_extended/MenuActions/index.2493b1b1.js";
39
+ import { M as M3 } from "./components/mui_extended/MenuActions/index.b16e84c1.js";
40
40
  import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
41
- import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.a7f87c96.js";
42
- import { T } from "./components/mui_extended/Tab/index.756fe693.js";
41
+ import { S } from "./components/mui_extended/Stack/index.0e53197c.js";
42
+ import { T, a as a6 } from "./components/mui_extended/Tab/index.c1dc7bbf.js";
43
+ import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.5b77fa4c.js";
43
44
  import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
44
45
  import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
45
- import { B as B5 } from "./components/formatters/BooleanFormatter/index.b2f02bc4.js";
46
+ import { B as B5 } from "./components/formatters/BooleanFormatter/index.e7f0b76a.js";
46
47
  import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
47
48
  import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
48
49
  import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
49
- import { C as C3, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.f9ad88b4.js";
50
+ import { C as C3, F, P as P6, g as g9, a as a7, b as b3 } from "./components/formatters/index.d911949d.js";
50
51
  import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
51
- import { c as c2, f, i, h, e, g as g11 } from "./components/DataGrid/index.1d0a3dec.js";
52
+ import { c as c2, f, i, h, e, g as g11 } from "./components/DataGrid/index.37e14e83.js";
52
53
  import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
53
54
  import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
54
55
  import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
55
56
  import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
56
57
  import { N, T as T4 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
57
- import { D as D3, g as g12 } from "./components/DynamicFilter/index.912679cc.js";
58
- import { H, e as e2 } from "./components/HelperText/index.a47ff233.js";
59
- import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.e70e8779.js";
60
- import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.29517521.js";
61
- import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.a9420126.js";
62
- import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.89f1ac8e.js";
63
- import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.bbc35e74.js";
58
+ import { D as D3, g as g12 } from "./components/DynamicFilter/index.a8c2609c.js";
59
+ import { H, e as e2 } from "./components/HelperText/index.8b5911d1.js";
60
+ import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.c91c27f9.js";
61
+ import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.67b91376.js";
62
+ import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.53e7fe2b.js";
63
+ import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.d4503410.js";
64
+ import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.01ed67de.js";
64
65
  import { D as D4 } from "./components/DraggableWindow/index.c702d3f2.js";
65
- import { G, w, z } from "./components/GridLayout/index.c55f16eb.js";
66
- import { R as R11, a as a7, b as b4, c as c7 } from "./components/GridLayout/subcomponents/Responsive/index.a6e33b8d.js";
67
- import { S } from "./components/GridLayout/subcomponents/SizeProvider/index.bfa05dfa.js";
68
- import { I as I4 } from "./components/Icon/index.d1402200.js";
69
- import { L as L6 } from "./components/LanguagePopover/index.807f5272.js";
66
+ import { G, S as S2, w, z } from "./components/GridLayout/index.2383aaf9.js";
67
+ import { R as R11, a as a8, b as b4, c as c7 } from "./components/GridLayout/subcomponents/Responsive/index.a6642437.js";
68
+ import { I as I4 } from "./components/Icon/index.c3a579e7.js";
69
+ import { L as L6 } from "./components/LanguagePopover/index.7681b08e.js";
70
70
  import { L as L7 } from "./components/LinearProgressIndeterminate/index.60dabc06.js";
71
71
  import { I as I5 } from "./components/Image/index.c18ebf5a.js";
72
72
  import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
73
- import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.42e804cf.js";
74
- import { W as W2 } from "./components/modal/WindowConfirm.a68aa0f1.js";
75
- import { W as W3 } from "./components/modal/WindowBase.37158e8d.js";
76
- import { N as N2 } from "./components/NavLink/index.ff5a939c.js";
77
- import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.23dfc897.js";
78
- import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.dc02715d.js";
79
- import { P as P8 } from "./components/PaperForm/index.249c2404.js";
73
+ import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.b85ee3cb.js";
74
+ import { W as W2 } from "./components/modal/WindowConfirm.3d9cd6e1.js";
75
+ import { W as W3 } from "./components/modal/WindowBase.d485315d.js";
76
+ import { N as N2 } from "./components/NavLink/index.bb879650.js";
77
+ import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.a2807715.js";
78
+ import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.2ed38a84.js";
79
+ import { P as P8 } from "./components/PaperForm/index.989377a5.js";
80
80
  import { H as H2 } from "./components/Page/index.4237c241.js";
81
- import { P as P9 } from "./components/PropertyValue/index.93e40532.js";
81
+ import { P as P9 } from "./components/PropertyValue/index.ac46f441.js";
82
82
  import { R as R12 } from "./components/Resizeable/index.9a9c79a4.js";
83
- import { S as S2 } from "./components/ScrollBar/index.d4410cb5.js";
84
- import { S as S3 } from "./components/ScrollToTop/index.e06f98f6.js";
85
- import { S as S4 } from "./components/SplitLayout/index.9ef430f6.js";
86
- import { S as S5 } from "./components/SideBar/index.327679a6.js";
87
- import { A as A13, g as g17 } from "./components/AppBar/index.43f8b54f.js";
88
- import { A as A14, g as g18 } from "./components/AccountPopover/index.bbeb9142.js";
89
- import { a as a8, D as D5, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
90
- import { M as M6, a as a9 } from "./contexts/ModalContext/index.51da83de.js";
91
- import { R as R13 } from "./contexts/RHFormContext/index.b9266262.js";
83
+ import { S as S3 } from "./components/ScrollBar/index.1247c1c5.js";
84
+ import { S as S4 } from "./components/ScrollToTop/index.e06f98f6.js";
85
+ import { S as S5 } from "./components/SplitLayout/index.9ef430f6.js";
86
+ import { S as S6 } from "./components/SideBar/index.e0587639.js";
87
+ import { A as A13, g as g17 } from "./components/AppBar/index.291da9fd.js";
88
+ import { A as A14, g as g18 } from "./components/AccountPopover/index.35c29a55.js";
89
+ import { a as a9, D as D5, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
90
+ import { M as M6, a as a10 } from "./contexts/ModalContext/index.1ea79d7e.js";
91
+ import { R as R13 } from "./contexts/RHFormContext/index.e019f87d.js";
92
92
  import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
93
- import { u as u4 } from "./hooks/useModal/index.7611bf21.js";
93
+ import { u as u4 } from "./hooks/useModal/index.c906706c.js";
94
94
  import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
95
95
  import "react";
96
96
  import "react/jsx-runtime";
@@ -100,7 +100,7 @@ import "@mui/material/styles";
100
100
  import "react-router-dom";
101
101
  import "simplebar-react";
102
102
  import "./react-spinners.342a6578.js";
103
- import "./components/areas/hooks/useAreas/index.b8449343.js";
103
+ import "./components/areas/hooks/useAreas/index.4baec91c.js";
104
104
  import "zustand";
105
105
  import "@m4l/core";
106
106
  import "yup";
@@ -118,18 +118,18 @@ import "@mui/x-date-pickers";
118
118
  import "./react-draggable.7abb5d0a.js";
119
119
  import "prop-types";
120
120
  import "react-dom";
121
- import "./components/modal/index.6f281ef8.js";
121
+ import "./components/modal/index.c7e4beba.js";
122
122
  import "zustand/shallow";
123
123
  import "@mui/material/ButtonBase/TouchRipple";
124
124
  import "lodash/isString";
125
125
  import "react-dropzone";
126
- import "./components/areas/index.32db4fa7.js";
126
+ import "./components/areas/index.3088f99e.js";
127
127
  import "./react-resizable.ba08699a.js";
128
- import "./components/GridLayout/subcomponents/Griditem/index.6c68811f.js";
128
+ import "./components/GridLayout/subcomponents/Griditem/index.58168132.js";
129
129
  import "./node_modules.d73a220d.js";
130
130
  import "react-dnd";
131
131
  import "react-dnd-html5-backend";
132
- import "./components/DataGrid/subcomponents/Actions/index.a8fc9f6a.js";
132
+ import "./components/DataGrid/subcomponents/Actions/index.155c63af.js";
133
133
  import "./react-data-grid.d46d625e.js";
134
134
  import "lodash";
135
135
  import "./react-json-view.57125fcf.js";
@@ -138,7 +138,7 @@ import "./react-splitter-layout.8b1655c8.js";
138
138
  import "zustand/middleware";
139
139
  import "zustand/middleware/immer";
140
140
  import "./test/constants_no_mock.86c553a9.js";
141
- import "./vendor.1af105d6.js";
141
+ import "./vendor.f27b86c9.js";
142
142
  import "./components/WrapperComponent/index.5e872594.js";
143
143
  import "react-helmet-async";
144
144
  import "simplebar/dist/simplebar.min.css?used";
@@ -172,7 +172,7 @@ export {
172
172
  D2 as DateFormatter,
173
173
  D4 as DraggableWindow,
174
174
  D3 as DynamicFilter,
175
- a8 as DynamicMFParmsContext,
175
+ a9 as DynamicMFParmsContext,
176
176
  D5 as DynamicMFParmsProvider,
177
177
  F as FORMATTER_DICTIONARY,
178
178
  G as GridLayout,
@@ -196,7 +196,7 @@ export {
196
196
  M3 as MenuActions,
197
197
  M6 as ModalContext,
198
198
  M4 as ModalDialog,
199
- a9 as ModalProvider,
199
+ a10 as ModalProvider,
200
200
  M as MotionContainer,
201
201
  M2 as MotionLazyContainer,
202
202
  N2 as NavLink,
@@ -229,12 +229,14 @@ export {
229
229
  R13 as RHFormProvider,
230
230
  R12 as ResizeableWindow,
231
231
  R11 as Responsive,
232
- S2 as ScrollBar,
233
- S3 as ScrollToTop,
234
- S5 as SideBar,
235
- S as SizeProvider,
236
- S4 as SplitLayout,
232
+ S3 as ScrollBar,
233
+ S4 as ScrollToTop,
234
+ S6 as SideBar,
235
+ S2 as SizeProvider,
236
+ S5 as SplitLayout,
237
+ S as Stack,
237
238
  T as Tab,
239
+ a6 as Tabs,
238
240
  T4 as TextEditor,
239
241
  T2 as Tooltip,
240
242
  T3 as Typography,
@@ -243,7 +245,7 @@ export {
243
245
  W2 as WindowConfirm,
244
246
  a3 as WindowToolsMFContext,
245
247
  W as WindowToolsMFProvider,
246
- a7 as addLayoutItemToBreakPointIfNoExists,
248
+ a8 as addLayoutItemToBreakPointIfNoExists,
247
249
  b4 as addLayoutItemToBreakPoints,
248
250
  c7 as cloneLayouts,
249
251
  f as columnBooleanFormatter,
@@ -267,7 +269,7 @@ export {
267
269
  g12 as getDynamicFilterComponentsDictionary,
268
270
  g9 as getFormatConcatenated,
269
271
  g6 as getFormatDate,
270
- a6 as getFormatPeriod,
272
+ a7 as getFormatPeriod,
271
273
  g8 as getFormatPoints,
272
274
  g10 as getFormatPrice,
273
275
  b3 as getFormattersComponentsDictionary,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "0.1.84",
3
+ "version": "0.1.85",
4
4
  "license": "UNLICENSED",
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.9.0",