@m4l/components 0.1.52 → 0.1.53
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/CommonActions/components/ActionFormCancel/{index.bd0d16d6.js → index.8dedf1d5.js} +15 -15
- package/components/CommonActions/components/ActionIntro/{index.d567aebb.js → index.5d5294f2.js} +5 -0
- package/components/CommonActions/components/ActionIntro/test/contants.d.ts +1 -0
- package/components/CommonActions/components/Actions/{index.f0a3167b.js → index.93c9823a.js} +14 -14
- package/components/DataGrid/{index.85390177.js → index.1a6508e2.js} +20 -20
- package/components/DynamicFilter/DynamicFilter.d.ts +9 -0
- package/components/DynamicFilter/classes/index.d.ts +5 -0
- package/components/DynamicFilter/classes/types.d.ts +22 -0
- package/components/DynamicFilter/constants.d.ts +14 -0
- package/components/DynamicFilter/contexts/DynamicFilterContext/helpers.d.ts +24 -0
- package/components/DynamicFilter/contexts/DynamicFilterContext/index.d.ts +18 -0
- package/components/DynamicFilter/contexts/DynamicFilterContext/store.d.ts +213 -0
- package/components/DynamicFilter/contexts/DynamicFilterContext/types.d.ts +5 -0
- package/components/DynamicFilter/dictionary.d.ts +21 -0
- package/components/DynamicFilter/hooks/useDynamicFilter.d.ts +2 -0
- package/components/DynamicFilter/index.2189989e.js +1808 -0
- package/components/DynamicFilter/index.d.ts +4 -6
- package/components/DynamicFilter/subcomponents/ApplyedFilters/subcomponents/ApplyedFilter/index.d.ts +3 -0
- package/components/DynamicFilter/subcomponents/ClearFilters/index.d.ts +1 -1
- package/components/DynamicFilter/subcomponents/FilterButton/index.d.ts +10 -0
- package/components/DynamicFilter/subcomponents/InnerForHooks/index.d.ts +6 -0
- package/components/DynamicFilter/subcomponents/InputFilter/index.d.ts +7 -1
- package/components/DynamicFilter/subcomponents/PopoverFilter/index.d.ts +15 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/index.d.ts +12 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/types.d.ts +6 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/helpers.d.ts +39 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/index.d.ts +4 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/helpers.d.ts +42 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/index.d.ts +4 -3
- package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/helpers.d.ts +36 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/index.d.ts +4 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/helpers.d.ts +39 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/index.d.ts +4 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/factory.d.ts +72 -4
- package/components/DynamicFilter/subcomponents/fieldstypes/validations.d.ts +25 -6
- package/components/DynamicFilter/tests/contants.d.ts +6 -0
- package/components/DynamicFilter/tests/types.d.ts +2 -0
- package/components/DynamicFilter/tests/utils.d.ts +2 -0
- package/components/DynamicFilter/types.d.ts +173 -42
- package/components/ErrorLabel/{index.78553a1e.js → index.12994bff.js} +5 -5
- package/components/Icon/{index.f6e8d810.js → index.b29ff2d9.js} +1 -1
- package/components/LanguagePopover/{index.5047b444.js → index.628fe97f.js} +5 -5
- package/components/ModalDialog/{index.5a307e29.js → index.49c40899.js} +5 -5
- package/components/ObjectLogs/{index.1315af37.js → index.d7c0092a.js} +23 -23
- package/components/PaperForm/{index.0114aa9b.js → index.c04000a9.js} +1 -1
- package/components/Period/{index.85fe764a.js → index.4f6e419d.js} +15 -15
- package/components/Resizeable/{index.8a442a8b.js → index.04fa8de5.js} +1 -1
- package/components/ScrollBar/{index.39eeb2de.js → index.35ebe9a1.js} +8 -3
- package/components/areas/components/AreasAdmin/{index.dbab59f1.js → index.25e50e70.js} +6 -6
- package/components/areas/components/AreasContainer/{index.f3f921b9.js → index.432b9d4c.js} +3 -3
- package/components/areas/components/GridLayout/{index.9953146d.js → index.359e777e.js} +5 -5
- package/components/areas/components/Window/{index.e34225ae.js → index.2b9f12fe.js} +35 -36
- package/components/areas/components/WindowPopUp/{index.90eb0348.js → index.d5fa0d74.js} +36 -37
- package/components/areas/components/{index.6d863764.js → index.912056a0.js} +10 -10
- package/components/areas/contexts/AreaContext/{index.f25f7180.js → index.b1439daf.js} +1 -1
- package/components/areas/contexts/AreasContext/{index.7406c20f.js → index.fb21af84.js} +1 -1
- package/components/areas/contexts/{index.e80d8f0f.js → index.1e46147e.js} +1 -1
- package/components/areas/hooks/{index.0fd57f88.js → index.5feefc73.js} +1 -1
- package/components/areas/hooks/useArea/{index.7bdbbb79.js → index.6f45f930.js} +2 -2
- package/components/areas/index.3df8c6d4.js +21 -0
- package/components/formatters/BooleanFormatter/{index.b3fb8a75.js → index.a50933fb.js} +1 -1
- package/components/formatters/{index.90a19f9f.js → index.7d2ad9ca.js} +2 -1
- package/components/hook-form/RHFAutocomplete/{index.74add0d0.js → index.0ffa2185.js} +69 -59
- package/components/hook-form/RHFAutocomplete/test/contants.d.ts +1 -0
- package/components/hook-form/RHFAutocompleteAsync/{index.0aa3c224.js → index.2dfbe7aa.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.ca94a050.js → index.1fcf42c8.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.7f1cbd85.js → index.6c129ce4.js} +14 -25
- package/components/hook-form/RHFPeriod/{index.5d2a2071.js → index.1f6aa4c6.js} +2 -2
- package/components/hook-form/RHFTextField/classes/index.d.ts +0 -1
- package/components/hook-form/RHFTextField/{index.bef7eced.js → index.a021a2b3.js} +21 -11
- package/components/hook-form/RHFTextField/tests/contants.d.ts +2 -0
- package/components/index.d.ts +1 -3
- package/components/modal/{WindowBase.b5e29758.js → WindowBase.66ef3c9a.js} +3 -3
- package/components/modal/{WindowConfirm.cbc7720c.js → WindowConfirm.b31ed329.js} +16 -16
- package/components/modal/index.6d5b19ef.js +29 -0
- package/components/mui_extended/Accordion/{index.1d513477.js → index.002bad72.js} +2 -2
- package/components/mui_extended/IconButton/{index.1318a283.js → index.460c0476.js} +1 -1
- package/components/mui_extended/MenuActions/{index.1261168c.js → index.aaafafc3.js} +1 -1
- package/components/mui_extended/Pager/{index.984aac44.js → index.458f9f0d.js} +1 -1
- package/components/mui_extended/{index.cb9d48d2.js → index.915e84dc.js} +5 -5
- package/contexts/ModalContext/{index.3d92d9f9.js → index.d1aaddbc.js} +1 -1
- package/contexts/RHFormContext/{index.828b60ad.js → index.3dc6e2f5.js} +1 -0
- package/hooks/useModal/{index.4454145e.js → index.f77ab08b.js} +1 -1
- package/index.js +196 -225
- package/package.json +2 -2
- package/{react-draggable.0eef011c.js → react-draggable.6471b07e.js} +1 -1
- package/{react-resizable.bb58c8fc.js → react-resizable.b620abed.js} +2 -2
- package/test/constants_no_mock.d.ts +1 -0
- package/utils/{index.e882b264.js → index.b6ae791a.js} +12 -3
- package/utils/index.d.ts +2 -0
- package/vendor.d5904857.js +145 -0
- package/components/DynamicFilter/contexts/BaseContext/index.d.ts +0 -5
- package/components/DynamicFilter/contexts/BaseContext/types.d.ts +0 -45
- package/components/DynamicFilter/hooks/useFilter.d.ts +0 -1
- package/components/DynamicFilter/index.cddd7472.js +0 -1756
- package/components/DynamicFilter/subcomponents/ApplyedFilters/components/ApplyedFilter/index.d.ts +0 -3
- package/components/DynamicFilter/subcomponents/PopupEditFilter/index.d.ts +0 -2
- package/components/DynamicFilter/utils/Clases/index.d.ts +0 -20
- package/components/DynamicFilter/utils/Clases/types.d.ts +0 -17
- package/components/areas/index.6f09d168.js +0 -21
- package/components/modal/index.f6de895f.js +0 -29
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { RHFTextFieldClassesType, RHFTextFieldState } from './types';
|
|
2
2
|
export declare const RHFTextFieldClasses: RHFTextFieldClassesType;
|
|
3
|
-
export declare function getRHFTextFieldUtilityClass(slot: string): string;
|
|
4
3
|
export declare const getRHFTextFieldClassesByState: (ownerState: RHFTextFieldState) => {
|
|
5
4
|
root: string;
|
|
6
5
|
skeleton: string;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
2
|
-
import { styled, Skeleton, generateUtilityClasses,
|
|
2
|
+
import { styled, Skeleton, generateUtilityClasses, TextField, generateUtilityClass, InputAdornment } from "@mui/material";
|
|
3
3
|
import { forwardRef, useState } from "react";
|
|
4
|
-
import { I as IconButton } from "../../mui_extended/IconButton/index.
|
|
4
|
+
import { I as IconButton } from "../../mui_extended/IconButton/index.460c0476.js";
|
|
5
5
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
6
|
-
import "../../Icon/index.
|
|
6
|
+
import "../../Icon/index.b29ff2d9.js";
|
|
7
7
|
import { styled as styled$1 } from "@mui/material/styles";
|
|
8
8
|
import { useFormContext, Controller } from "react-hook-form";
|
|
9
9
|
import { unstable_composeClasses } from "@mui/base";
|
|
10
|
+
import { g as getComponentUtilityClass } from "../../../utils/index.b6ae791a.js";
|
|
11
|
+
import { T as TEST_PROP_ID } from "../../../vendor.d5904857.js";
|
|
10
12
|
const WrapperSkeletonRHFTextField = styled("div")(({
|
|
11
13
|
theme
|
|
12
14
|
}) => ({
|
|
@@ -74,26 +76,26 @@ generateUtilityClasses(
|
|
|
74
76
|
"variantPassword"
|
|
75
77
|
]
|
|
76
78
|
);
|
|
77
|
-
function getRHFTextFieldUtilityClass(slot) {
|
|
78
|
-
return generateUtilityClass(componentName, slot);
|
|
79
|
-
}
|
|
80
79
|
const getRHFTextFieldClassesByState = (ownerState) => {
|
|
81
80
|
const slots = {
|
|
82
81
|
root: ["root", ownerState.variant === "password" ? "variantPassword" : "variantText"],
|
|
83
82
|
skeleton: ["skeleton"]
|
|
84
83
|
};
|
|
85
|
-
const composedClasses = unstable_composeClasses(slots,
|
|
84
|
+
const composedClasses = unstable_composeClasses(slots, getComponentUtilityClass(componentName), {});
|
|
86
85
|
return {
|
|
87
86
|
...composedClasses
|
|
88
87
|
};
|
|
89
88
|
};
|
|
90
|
-
const
|
|
89
|
+
const RHFTEXTFIELD_ROOT_TEST_ID = "RHFTextFieldRoot";
|
|
90
|
+
const RHFTEXTFIELD_INPUT_TEST_ID = "RHFTextFieldInput";
|
|
91
|
+
const RHFTextField = forwardRef((props, ref) => {
|
|
91
92
|
const {
|
|
92
93
|
name: nameRHF,
|
|
93
94
|
autoComplete = "off",
|
|
94
95
|
skeletonWidth = "100%",
|
|
95
96
|
skeletonHeight = "18px",
|
|
96
97
|
type,
|
|
98
|
+
inputProps,
|
|
97
99
|
...other
|
|
98
100
|
} = props;
|
|
99
101
|
const ownerState = {
|
|
@@ -107,7 +109,9 @@ const RHFTextField = forwardRef((props, inputRef) => {
|
|
|
107
109
|
return /* @__PURE__ */ jsx(RHFTextFieldRoot, {
|
|
108
110
|
className: classes.root,
|
|
109
111
|
role: "textbox",
|
|
110
|
-
"
|
|
112
|
+
...process.env.NODE_ENV !== "production" ? {
|
|
113
|
+
[TEST_PROP_ID]: `${RHFTEXTFIELD_ROOT_TEST_ID}_${nameRHF}`
|
|
114
|
+
} : {},
|
|
111
115
|
children: !isSkeleton ? /* @__PURE__ */ jsx(Controller, {
|
|
112
116
|
name: nameRHF,
|
|
113
117
|
control,
|
|
@@ -117,7 +121,7 @@ const RHFTextField = forwardRef((props, inputRef) => {
|
|
|
117
121
|
onBlur,
|
|
118
122
|
value,
|
|
119
123
|
name,
|
|
120
|
-
ref
|
|
124
|
+
ref: inputRef
|
|
121
125
|
},
|
|
122
126
|
fieldState: {
|
|
123
127
|
error
|
|
@@ -133,13 +137,19 @@ const RHFTextField = forwardRef((props, inputRef) => {
|
|
|
133
137
|
onChange(event);
|
|
134
138
|
};
|
|
135
139
|
return /* @__PURE__ */ jsx(TextField, {
|
|
140
|
+
ref,
|
|
136
141
|
inputRef,
|
|
137
142
|
autoComplete,
|
|
138
143
|
onChange: onInternalChange,
|
|
139
144
|
onBlur,
|
|
140
145
|
value: value || "",
|
|
141
146
|
name,
|
|
142
|
-
|
|
147
|
+
inputProps: {
|
|
148
|
+
...inputProps,
|
|
149
|
+
...process.env.NODE_ENV !== "production" ? {
|
|
150
|
+
[TEST_PROP_ID]: `${RHFTEXTFIELD_INPUT_TEST_ID}_${name}`
|
|
151
|
+
} : {}
|
|
152
|
+
},
|
|
143
153
|
fullWidth: true,
|
|
144
154
|
error: !!error,
|
|
145
155
|
helperText: error?.message,
|
package/components/index.d.ts
CHANGED
|
@@ -12,10 +12,8 @@ export type { RowKey } from './DataGrid/types';
|
|
|
12
12
|
export { getDataGridComponentsDictionary as getGridComponentsDictionary } from './DataGrid/dictionary';
|
|
13
13
|
export { TextEditor, NumberEditor } from './DataGrid/subcomponents/editors/TextEditor';
|
|
14
14
|
export { getDataGridRowsFromSet } from './DataGrid/utils/getDataGridRowsFromSet';
|
|
15
|
-
export * from './DynamicFilter';
|
|
16
|
-
export * from './DynamicFilter/dictionary';
|
|
15
|
+
export * from './DynamicFilter/index';
|
|
17
16
|
export * from './ErrorLabel';
|
|
18
|
-
export type { FilterFieldApply, RawFilterFieldApply, InitialFilterFieldApply, } from './DynamicFilter/types';
|
|
19
17
|
export * from './CommonActions/';
|
|
20
18
|
export * from './CommonActions/dictionary';
|
|
21
19
|
export * from './DraggableWindow';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useEnvironment } from "@m4l/core";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.f77ab08b.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
|
-
import {
|
|
5
|
+
import { b as getThemeVariantColor } from "../../utils/index.b6ae791a.js";
|
|
6
6
|
import { IconButton } from "@mui/material";
|
|
7
|
-
import { I as Icon } from "../Icon/index.
|
|
7
|
+
import { I as Icon } from "../Icon/index.b29ff2d9.js";
|
|
8
8
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
9
9
|
const WrapperWindowBase = styled("div")(({ theme }) => ({
|
|
10
10
|
display: "flex",
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { useEnvironment } from "@m4l/core";
|
|
2
2
|
import "react";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
-
import { A as Actions } from "../CommonActions/components/Actions/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.f77ab08b.js";
|
|
4
|
+
import { A as Actions } from "../CommonActions/components/Actions/index.93c9823a.js";
|
|
5
5
|
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.a81752ef.js";
|
|
6
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
6
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.5d5294f2.js";
|
|
7
7
|
import "react-hook-form";
|
|
8
8
|
import { Typography } from "@mui/material";
|
|
9
9
|
import "@mui/material/Button";
|
|
10
10
|
import "../mui_extended/Button/index.8406ed5b.js";
|
|
11
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
-
import "../../react-draggable.
|
|
13
|
-
import "../ModalDialog/index.
|
|
14
|
-
import "../Resizeable/index.
|
|
12
|
+
import "../../react-draggable.6471b07e.js";
|
|
13
|
+
import "../ModalDialog/index.49c40899.js";
|
|
14
|
+
import "../Resizeable/index.04fa8de5.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
16
|
import { styled } from "@mui/material/styles";
|
|
17
|
-
import { I as Icon } from "../Icon/index.
|
|
18
|
-
import {
|
|
19
|
-
import { W as WindowBase } from "./WindowBase.
|
|
20
|
-
import "../areas/components/index.
|
|
21
|
-
import "../areas/components/AreasAdmin/index.
|
|
22
|
-
import "../mui_extended/IconButton/index.
|
|
17
|
+
import { I as Icon } from "../Icon/index.b29ff2d9.js";
|
|
18
|
+
import { c as getVariantColor } from "../../utils/index.b6ae791a.js";
|
|
19
|
+
import { W as WindowBase } from "./WindowBase.66ef3c9a.js";
|
|
20
|
+
import "../areas/components/index.912056a0.js";
|
|
21
|
+
import "../areas/components/AreasAdmin/index.25e50e70.js";
|
|
22
|
+
import "../mui_extended/IconButton/index.460c0476.js";
|
|
23
23
|
import "zustand";
|
|
24
|
-
import "../areas/contexts/AreasContext/index.
|
|
24
|
+
import "../areas/contexts/AreasContext/index.fb21af84.js";
|
|
25
25
|
import "zustand/shallow";
|
|
26
|
-
import "../areas/components/AreasContainer/index.
|
|
26
|
+
import "../areas/components/AreasContainer/index.432b9d4c.js";
|
|
27
27
|
import "react-grid-layout/css/styles.css";
|
|
28
|
-
import "../../react-resizable.
|
|
29
|
-
import "../areas/contexts/index.
|
|
28
|
+
import "../../react-resizable.b620abed.js";
|
|
29
|
+
import "../areas/contexts/index.1e46147e.js";
|
|
30
30
|
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
31
31
|
import "@mui/lab";
|
|
32
32
|
const WrapperMessageIlustration = styled("div")(() => ({
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import "@mui/material";
|
|
2
|
+
import "../../react-draggable.6471b07e.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import "../../contexts/ModalContext/index.d1aaddbc.js";
|
|
5
|
+
import "../ModalDialog/index.49c40899.js";
|
|
6
|
+
import "../Resizeable/index.04fa8de5.js";
|
|
7
|
+
import "react/jsx-runtime";
|
|
8
|
+
import "@m4l/graphics";
|
|
9
|
+
import "@m4l/core";
|
|
10
|
+
import "../CommonActions/components/Actions/index.93c9823a.js";
|
|
11
|
+
import "@mui/material/Button";
|
|
12
|
+
import "../mui_extended/Button/index.8406ed5b.js";
|
|
13
|
+
import "react-hook-form";
|
|
14
|
+
import "./WindowBase.66ef3c9a.js";
|
|
15
|
+
import "../Icon/index.b29ff2d9.js";
|
|
16
|
+
import "@mui/material/styles";
|
|
17
|
+
import "../areas/components/index.912056a0.js";
|
|
18
|
+
import "../areas/components/AreasAdmin/index.25e50e70.js";
|
|
19
|
+
import "../mui_extended/IconButton/index.460c0476.js";
|
|
20
|
+
import "zustand";
|
|
21
|
+
import "../areas/contexts/AreasContext/index.fb21af84.js";
|
|
22
|
+
import "zustand/shallow";
|
|
23
|
+
import "../areas/components/AreasContainer/index.432b9d4c.js";
|
|
24
|
+
import "react-grid-layout/css/styles.css";
|
|
25
|
+
import "../../react-resizable.b620abed.js";
|
|
26
|
+
import "../areas/contexts/index.1e46147e.js";
|
|
27
|
+
import "../areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js";
|
|
28
|
+
import "@mui/lab";
|
|
29
|
+
import "./WindowConfirm.b31ed329.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Skeleton, Accordion as Accordion$1, AccordionSummary, AccordionDetails } from "@mui/material";
|
|
2
|
-
import { I as IconButton } from "../IconButton/index.
|
|
2
|
+
import { I as IconButton } from "../IconButton/index.460c0476.js";
|
|
3
3
|
import { useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
4
|
-
import { I as Icon } from "../../Icon/index.
|
|
4
|
+
import { I as Icon } from "../../Icon/index.b29ff2d9.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
styled("div")(({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton, styled, generateUtilityClasses, generateUtilityClass, Tooltip, IconButton as IconButton$1 } from "@mui/material";
|
|
4
|
-
import { I as Icon } from "../../Icon/index.
|
|
4
|
+
import { I as Icon } from "../../Icon/index.b29ff2d9.js";
|
|
5
5
|
import { jsx, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import "@mui/material/styles";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -3,7 +3,7 @@ import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
|
3
3
|
import { IconButton, Tooltip, MenuItem } from "@mui/material";
|
|
4
4
|
import { P as Popover } from "../Popover/index.58c49cc0.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
|
-
import { I as Icon } from "../../Icon/index.
|
|
6
|
+
import { I as Icon } from "../../Icon/index.b29ff2d9.js";
|
|
7
7
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
8
8
|
const WrapperMenuActions = styled(IconButton)(() => ({}));
|
|
9
9
|
const LabelMemuItem = styled("div")(({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
2
|
import { Skeleton, TablePagination } from "@mui/material";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { I as IconButton } from "../IconButton/index.
|
|
4
|
+
import { I as IconButton } from "../IconButton/index.460c0476.js";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
7
7
|
const WrapperPagerActions = styled("div")(({ theme }) => ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "@mui/material";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@m4l/core";
|
|
4
|
-
import "../Icon/index.
|
|
4
|
+
import "../Icon/index.b29ff2d9.js";
|
|
5
5
|
import "@mui/material/styles";
|
|
6
6
|
import "react/jsx-runtime";
|
|
7
|
-
import "./IconButton/index.
|
|
8
|
-
import "./Accordion/index.
|
|
7
|
+
import "./IconButton/index.460c0476.js";
|
|
8
|
+
import "./Accordion/index.002bad72.js";
|
|
9
9
|
import "./Avatar/index.fe06afd7.js";
|
|
10
10
|
import "react-router-dom";
|
|
11
11
|
import "@mui/material/Button";
|
|
@@ -13,7 +13,7 @@ import "./Button/index.8406ed5b.js";
|
|
|
13
13
|
import "../Image/index.aa24e982.js";
|
|
14
14
|
import "@mui/lab";
|
|
15
15
|
import "./Popover/index.58c49cc0.js";
|
|
16
|
-
import "./MenuActions/index.
|
|
17
|
-
import "./Pager/index.
|
|
16
|
+
import "./MenuActions/index.aaafafc3.js";
|
|
17
|
+
import "./Pager/index.458f9f0d.js";
|
|
18
18
|
import "./Tab/index.e0653a0a.js";
|
|
19
19
|
import "./Typography/index.be3a279a.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createContext, useState } from "react";
|
|
2
|
-
import { M as ModalDialog } from "../../components/ModalDialog/index.
|
|
2
|
+
import { M as ModalDialog } from "../../components/ModalDialog/index.49c40899.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import { M as ModalContext } from "../../contexts/ModalContext/index.
|
|
2
|
+
import { M as ModalContext } from "../../contexts/ModalContext/index.d1aaddbc.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|