@m4l/components 0.2.15 → 0.2.16
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/@types/export.d.ts +16 -4
- package/{commonjs.565e6834.js → commonjs.333e55c7.js} +5 -0
- package/components/AccountPopover/{index.da84c424.js → index.34362031.js} +2 -4
- package/components/AccountPopover/index.d.ts +1 -0
- package/components/AppBar/AppBar.d.ts +24 -0
- package/components/AppBar/classes/index.d.ts +2 -0
- package/components/AppBar/classes/types.d.ts +2 -0
- package/components/AppBar/{index.46f2db0a.js → index.c64b66ee.js} +26 -5
- package/components/AppBar/types.d.ts +14 -0
- package/components/CommonActions/components/ActionCancel/{index.06365996.js → index.106c5327.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.2c1fff45.js → index.6d00f737.js} +4 -13
- package/components/CommonActions/components/ActionFormIntro/{index.885f49af.js → index.9ee7df17.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.b97cfeec.js → index.bd2a14b2.js} +1 -1
- package/components/DataGrid/formatters/columnPointsFormatter/{index.5e645334.js → index.a19b7b90.js} +1 -1
- package/components/DataGrid/{index.e127cac8.js → index.e5b552a2.js} +7 -7
- package/components/DataGrid/subcomponents/Actions/{index.5947f820.js → index.2f58e034.js} +8 -8
- package/components/DragResizeWindow/{index.67aa1e22.js → index.b5206081.js} +4 -4
- package/components/DynamicFilter/classes/index.d.ts +1 -1
- package/components/DynamicFilter/classes/types.d.ts +1 -0
- package/components/DynamicFilter/{index.068ca09c.js → index.73258cb8.js} +14 -10
- package/components/GridLayout/{index.367e44f9.js → index.4d26c328.js} +2 -2
- package/components/GridLayout/subcomponents/Griditem/{index.b3c79b77.js → index.25e9f332.js} +3 -3
- package/components/GridLayout/subcomponents/Responsive/{index.4234d9f3.js → index.3839890b.js} +1 -1
- package/components/GridLayout/subcomponents/SizeProvider/{index.0676f896.js → index.a751962f.js} +1 -1
- package/components/Icon/index.282c5b58.js +248 -0
- package/components/Icon/types.d.ts +1 -0
- package/components/Image/{index.d5fed0ab.js → index.8915f577.js} +46 -4
- package/components/Image/types.d.ts +2 -2
- package/components/LanguagePopover/{index.02987c68.js → index.5e1d85a9.js} +2 -2
- package/components/LoadingError/{index.991393ca.js → index.d95e6efb.js} +2 -2
- package/components/MFLoader/{index.b928e361.js → index.cc563716.js} +1 -1
- package/components/ModalDialog/{index.a30831c9.js → index.690c82a4.js} +3 -3
- package/components/NoItemSelected/{index.1ddc6a38.js → index.5246b204.js} +1 -1
- package/components/ObjectLogs/{index.546bf5bf.js → index.f2b5f7d9.js} +7 -7
- package/components/PDFViewer/PDFViewer.d.ts +2 -0
- package/components/PDFViewer/classes/constants.d.ts +1 -0
- package/components/PDFViewer/classes/index.d.ts +7 -0
- package/components/PDFViewer/classes/types.d.ts +7 -0
- package/components/PDFViewer/index.51e4f1b2.js +63 -0
- package/components/PDFViewer/index.d.ts +1 -0
- package/components/PDFViewer/types.d.ts +3 -0
- package/components/Page/{index.c3767243.js → index.f4aedd2d.js} +1 -1
- package/components/PaperForm/{index.27dafbcc.js → index.30f68f0f.js} +1 -1
- package/components/Period/{index.288a0ec2.js → index.8e118051.js} +1 -1
- package/components/PopupsProvider/{index.ae1bd010.js → index.c9400f03.js} +1 -1
- package/components/PrintingSystem/{index.b69edc07.js → index.9dc25af9.js} +14 -42
- package/components/PrintingSystem/subcomponents/BodyNode/{index.81da2c9c.js → index.6c1cf8f5.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.1863bcf1.js → index.fdb01c74.js} +4 -4
- package/components/PrintingSystem/subcomponents/DividerNode/{index.0e6e76ad.js → index.46c5eb9e.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.5af68fd5.js → index.18aa1ddd.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.07d4f9a4.js → index.f4b4ffca.js} +4 -4
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.dbf08ab4.js → index.9afcd686.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.d81d2f30.js → index.a3967d23.js} +4 -4
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.4c20215d.js → index.e1c05641.js} +1 -1
- package/components/PrintingSystem/subcomponents/QRImageNode/index.d.ts +2 -0
- package/components/PrintingSystem/subcomponents/QRImageNode/types.d.ts +3 -0
- package/components/PrintingSystem/subcomponents/SectionNode/{index.72cb64b8.js → index.c5588090.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.41c261f4.js → index.7792384b.js} +3 -3
- package/components/PrintingSystem/types.d.ts +10 -1
- package/components/PropertyValue/classes/index.d.ts +1 -1
- package/components/PropertyValue/classes/types.d.ts +4 -1
- package/components/PropertyValue/index.d61c943c.js +206 -0
- package/components/PropertyValue/types.d.ts +5 -7
- package/components/Resizeable/{index.e4f47710.js → index.18c86aff.js} +1 -1
- package/components/ScrollBar/{index.65bb2930.js → index.010f1b9d.js} +5 -1
- package/components/SideBar/classes/index.d.ts +1 -1
- package/components/SideBar/{index.e4d2ee53.js → index.f5aecd41.js} +11 -11
- package/components/SideBar/types.d.ts +3 -3
- package/components/SplitLayout/{index.9ef430f6.js → index.30fd5861.js} +1 -1
- package/components/ToastContainer/ToastContainer.d.ts +2 -0
- package/components/ToastContainer/classes/constants.d.ts +1 -0
- package/components/ToastContainer/classes/index.d.ts +8 -0
- package/components/ToastContainer/classes/types.d.ts +9 -0
- package/components/ToastContainer/index.83304f62.js +87 -0
- package/components/ToastContainer/index.d.ts +2 -0
- package/components/ToastContainer/subcomponents/ToastMessage/index.d.ts +2 -0
- package/components/ToastContainer/subcomponents/ToastMessage/types.d.ts +5 -0
- package/components/ToastContainer/types.d.ts +4 -0
- package/components/areas/components/AreasAdmin/{index.8426755c.js → index.c55d5c24.js} +10 -10
- package/components/areas/components/AreasViewer/{index.6b310068.js → index.2bec316e.js} +12 -12
- package/components/areas/contexts/AreasContext/{index.1e3974e1.js → index.827ee1e5.js} +4 -4
- package/components/areas/hooks/useAreas/{index.21fa4ab1.js → index.71bc8f19.js} +1 -1
- package/components/formatters/BooleanFormatter/{index.fcc47dfd.js → index.b21353a5.js} +2 -2
- package/components/formatters/PointsFormatter/{index.80a4e414.js → index.5c94c5e8.js} +2 -2
- package/components/formatters/PointsFormatter/index.d.ts +1 -1
- package/components/formatters/{index.7d5cbac9.js → index.7b216229.js} +1 -1
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +2 -0
- package/components/hook-form/RHFAutocomplete/{index.ea720b8f.js → index.210ee73f.js} +26 -35
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/index.d.ts +1 -1
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/types.d.ts +1 -2
- package/components/hook-form/RHFAutocomplete/types.d.ts +8 -3
- package/components/hook-form/RHFAutocompleteAsync/{index.1609eaf0.js → index.e5935f63.js} +1 -1
- package/components/hook-form/RHFColorPicker/classes/constants.d.ts +1 -0
- package/components/hook-form/RHFColorPicker/classes/index.d.ts +11 -0
- package/components/hook-form/RHFColorPicker/classes/types.d.ts +11 -0
- package/components/hook-form/RHFColorPicker/index.bcc1eced.js +150 -0
- package/components/hook-form/RHFColorPicker/index.d.ts +6 -0
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +1 -0
- package/components/hook-form/RHFColorPicker/types.d.ts +5 -0
- package/components/hook-form/RHFDateTime/{index.8bd9e41e.js → index.fa80a8cb.js} +1 -1
- package/components/hook-form/RHFDateTime/types.d.ts +0 -1
- package/components/hook-form/RHFPeriod/{index.89bebd60.js → index.d320e56f.js} +1 -1
- package/components/hook-form/RHFTextField/{index.2c8d4613.js → index.ab689d7d.js} +1 -1
- package/components/hook-form/RHFUpload/{index.55e495bb.js → index.e251c9b6.js} +4 -4
- package/components/index.d.ts +2 -0
- package/components/maps/components/GpsTools/{index.1b6d82bc.js → index.03998a42.js} +14 -14
- package/components/maps/components/Map/{index.f38df83e.js → index.b79ceae4.js} +3 -3
- package/components/modal/{WindowBase.a4534b0b.js → WindowBase.779aa7a5.js} +3 -3
- package/components/modal/{WindowConfirm.7a79bfa5.js → WindowConfirm.ec73ba4f.js} +5 -5
- package/components/mui_extended/Accordion/{index.f1289de0.js → index.e15e10d9.js} +2 -2
- package/components/mui_extended/Button/classes/types.d.ts +2 -0
- package/components/mui_extended/Button/{index.007f5a6e.js → index.5c68764a.js} +3 -3
- package/components/mui_extended/IconButton/{index.b705c196.js → index.a719445f.js} +1 -1
- package/components/mui_extended/LoadingButton/classes/constants.d.ts +1 -1
- package/components/mui_extended/MenuActions/{index.aa43c4f2.js → index.62359120.js} +2 -2
- package/components/mui_extended/Pager/{index.9928807e.js → index.fa5f5ded.js} +1 -1
- package/components/mui_extended/ToggleButton/{index.b053aa70.js → index.5aa6ea58.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.80d38bf4.js → index.47ddefd4.js} +1 -1
- package/contexts/ModalContext/{index.054af5d8.js → index.6085b148.js} +1 -1
- package/hooks/useFormAddEdit/{index.b4348b6a.js → index.59821a33.js} +2 -2
- package/hooks/useModal/{index.acc61361.js → index.1c88654a.js} +1 -1
- package/index.js +95 -80
- package/node_modules.bb836860.js +6921 -0
- package/package.json +5 -1
- package/{react-draggable.2bc0e647.js → react-draggable.312ab17d.js} +3 -3
- package/{react-json-view.57125fcf.js → react-json-view.5636414a.js} +1 -1
- package/{react-resizable.53094455.js → react-resizable.f2c58a4c.js} +4 -4
- package/{react-splitter-layout.8b1655c8.js → react-splitter-layout.c5d98bf7.js} +3 -3
- package/components/Icon/index.aa9949f0.js +0 -147
- package/components/PrintingSystem/utils/getEvalValue/index.d.ts +0 -1
- package/components/PropertyValue/index.92ccdf7a.js +0 -220
- package/components/PropertyValue/skeleton.d.ts +0 -2
- package/components/hook-form/RHFColorPicker/index.259b6f38.js +0 -61
package/@types/export.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ declare module '@mui/material/styles' {
|
|
|
83
83
|
M4LErrorLabel: HelperTextProps;
|
|
84
84
|
M4LTypography: TypographyProps;
|
|
85
85
|
M4LButton: ExtendButtonProps;
|
|
86
|
-
|
|
86
|
+
M4LLoadingButton: MuiLabLoadingButtonProps;
|
|
87
87
|
M4LNavLink: NavLinkProps;
|
|
88
88
|
M4LSideBar: SideBarProps;
|
|
89
89
|
M4LAppBar: AppBarProps;
|
|
@@ -118,7 +118,7 @@ declare module '@mui/material/styles' {
|
|
|
118
118
|
// M4LErrorLabel: ErrorLabelClassesKey;
|
|
119
119
|
// M4LTypography: TypographyClassesKey;
|
|
120
120
|
// M4LButton: ButtonBaseClassKey;
|
|
121
|
-
//
|
|
121
|
+
// M4LLoadingButton: LoadingbuttonClassesKey;
|
|
122
122
|
// M4LNavLink: ButtonBaseClassKey;
|
|
123
123
|
// M4LSideBar: SideBarClassesKey;
|
|
124
124
|
// M4LAppBar: AppBarClassesKey;
|
|
@@ -224,6 +224,12 @@ declare module '@mui/material/styles' {
|
|
|
224
224
|
M4LRHFCheckbox?: {
|
|
225
225
|
styleOverrides?: ComponentsOverrides<Theme>['M4LRHFCheckbox'];
|
|
226
226
|
};
|
|
227
|
+
M4LRHFColorPicker?: {
|
|
228
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LRHFColorPicker'];
|
|
229
|
+
};
|
|
230
|
+
M4LRHFColorPickerPopoverRoot?: {
|
|
231
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LRHFColorPickerPopoverRoot'];
|
|
232
|
+
};
|
|
227
233
|
M4LCheckBox?: {
|
|
228
234
|
styleOverrides?: ComponentsOverrides<Theme>['M4LCheckBox'];
|
|
229
235
|
};
|
|
@@ -245,8 +251,8 @@ declare module '@mui/material/styles' {
|
|
|
245
251
|
M4LButton?: {
|
|
246
252
|
styleOverrides?: ComponentsOverrides<Theme>['M4LButton'];
|
|
247
253
|
};
|
|
248
|
-
|
|
249
|
-
styleOverrides?: ComponentsOverrides<Theme>['
|
|
254
|
+
M4LLoadingButton?: {
|
|
255
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LLoadingButton'];
|
|
250
256
|
};
|
|
251
257
|
M4LNavLink?: {
|
|
252
258
|
styleOverrides?: ComponentsOverrides<Theme>['M4LNavLink'];
|
|
@@ -379,6 +385,12 @@ declare module '@mui/material/styles' {
|
|
|
379
385
|
M4LMFLoader?: {
|
|
380
386
|
styleOverrides?: ComponentsOverrides<Theme>['M4LMFLoader'];
|
|
381
387
|
};
|
|
388
|
+
M4LToastContainer?: {
|
|
389
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LToastContainer'];
|
|
390
|
+
};
|
|
391
|
+
M4LPDFViewer?: {
|
|
392
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LPDFViewer'];
|
|
393
|
+
};
|
|
382
394
|
|
|
383
395
|
}
|
|
384
396
|
}
|
|
@@ -2,6 +2,11 @@ import "react";
|
|
|
2
2
|
import "prop-types";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
import "clsx";
|
|
5
|
+
import "lodash/isString";
|
|
6
|
+
import "lodash/forOwn";
|
|
7
|
+
import "lodash/isPlainObject";
|
|
8
|
+
import "lodash/map";
|
|
9
|
+
import "lodash/cloneDeep";
|
|
5
10
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
6
11
|
function getDefaultExportFromCjs(x) {
|
|
7
12
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
@@ -7,7 +7,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
7
7
|
import { A as Avatar } from "../mui_extended/Avatar/index.75e6ed57.js";
|
|
8
8
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
9
9
|
import { P as Popover } from "../mui_extended/Popover/index.b3eca6b1.js";
|
|
10
|
-
import { I as Icon } from "../Icon/index.
|
|
10
|
+
import { I as Icon } from "../Icon/index.282c5b58.js";
|
|
11
11
|
import clsx from "clsx";
|
|
12
12
|
const componentName = "M4LAccountPopover";
|
|
13
13
|
generateUtilityClasses(componentName, [
|
|
@@ -57,9 +57,7 @@ const useAccountPopoverUtilityClasses = () => {
|
|
|
57
57
|
...composedClasses
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
const AcountPopOverRoot = styled("div")(({
|
|
61
|
-
theme
|
|
62
|
-
}) => ({
|
|
60
|
+
const AcountPopOverRoot = styled("div")(({ theme }) => ({
|
|
63
61
|
...theme.components?.M4LAccountPopover?.styleOverrides
|
|
64
62
|
}));
|
|
65
63
|
function MyAvatar(props) {
|
|
@@ -1,2 +1,26 @@
|
|
|
1
1
|
import { AppBarProps } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Componente de la interfaz de usuario que se encuentra en la parte superior de una aplicación móvil o de escritorio. Por lo general, contiene elementos de navegación, como botones para ir hacia atrás o hacia adelante, un botón de menú para acceder a opciones adicionales y un campo de búsqueda. También puede mostrar información relevante, como el título de la página actual o el nombre del usuario conectado.
|
|
4
|
+
*
|
|
5
|
+
* @param {AppBarProps} props - Propiedades del componente.
|
|
6
|
+
* @returns {JSX.Element} Elemento que se retorna.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
*
|
|
10
|
+
* // Ejemplo de uso:
|
|
11
|
+
*
|
|
12
|
+
* <AppBar onToggleVisible={onToggleVisible}>
|
|
13
|
+
<AreasAdmin />
|
|
14
|
+
<div style={{display: 'flex', gap: '10px', alignItems: 'center'}}>
|
|
15
|
+
<LanguagePopover />
|
|
16
|
+
<AccountPopover
|
|
17
|
+
itemHandleClick={itemHandleClick}
|
|
18
|
+
handleLogOut={handleLogOut}
|
|
19
|
+
version={APP_VERSION}
|
|
20
|
+
userData={user}
|
|
21
|
+
settingsHandleOpen={handleOpen}
|
|
22
|
+
/>
|
|
23
|
+
</div>
|
|
24
|
+
</AppBar>
|
|
25
|
+
*/
|
|
2
26
|
export declare const AppBar: (props: AppBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -4,6 +4,8 @@ export interface AppBarClassesType {
|
|
|
4
4
|
containerChilds: string;
|
|
5
5
|
containerIconMenuToggle: string;
|
|
6
6
|
iconMenuToggle: string;
|
|
7
|
+
containerLogo: string;
|
|
8
|
+
containerImageTypography: string;
|
|
7
9
|
}
|
|
8
10
|
export declare type AppBarClassesKey = keyof AppBarClassesType;
|
|
9
11
|
export declare type Classes = ReturnType<typeof useAppBarUtilityClasses>;
|
|
@@ -5,7 +5,9 @@ import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
|
5
5
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
8
|
-
import { I as
|
|
8
|
+
import { I as Image } from "../Image/index.8915f577.js";
|
|
9
|
+
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
10
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.a719445f.js";
|
|
9
11
|
const AppBarRoot = styled("header")(({
|
|
10
12
|
theme
|
|
11
13
|
}) => ({
|
|
@@ -20,7 +22,9 @@ generateUtilityClasses(componentName, [
|
|
|
20
22
|
"root",
|
|
21
23
|
"containerChilds",
|
|
22
24
|
"containerIconMenuToggle",
|
|
23
|
-
"iconMenuToggle"
|
|
25
|
+
"iconMenuToggle",
|
|
26
|
+
"containerLogo",
|
|
27
|
+
"containerImageTypography"
|
|
24
28
|
]);
|
|
25
29
|
function getAppBarClassesUtilityClass(slot) {
|
|
26
30
|
return generateUtilityClass(componentName, slot);
|
|
@@ -30,7 +34,9 @@ const useAppBarUtilityClasses = () => {
|
|
|
30
34
|
root: ["root"],
|
|
31
35
|
containerChilds: ["containerChilds"],
|
|
32
36
|
containerIconMenuToggle: ["containerIconMenuToggle"],
|
|
33
|
-
iconMenuToggle: ["iconMenuToggle"]
|
|
37
|
+
iconMenuToggle: ["iconMenuToggle"],
|
|
38
|
+
containerLogo: ["containerLogo"],
|
|
39
|
+
containerImageTypography: ["containerImageTypography"]
|
|
34
40
|
};
|
|
35
41
|
const composedClasses = unstable_composeClasses(slots, getAppBarClassesUtilityClass, {});
|
|
36
42
|
return {
|
|
@@ -40,7 +46,9 @@ const useAppBarUtilityClasses = () => {
|
|
|
40
46
|
const AppBar = (props) => {
|
|
41
47
|
const {
|
|
42
48
|
onToggleVisible,
|
|
43
|
-
children
|
|
49
|
+
children,
|
|
50
|
+
companyLogo,
|
|
51
|
+
companyName
|
|
44
52
|
} = props;
|
|
45
53
|
const isDesktop = useResponsiveDesktop();
|
|
46
54
|
const {
|
|
@@ -56,7 +64,20 @@ const AppBar = (props) => {
|
|
|
56
64
|
...process.env.NODE_ENV !== "production" ? {
|
|
57
65
|
[TEST_PROP_ID]: getNameDataTestId("root")
|
|
58
66
|
} : {},
|
|
59
|
-
children: [
|
|
67
|
+
children: [companyLogo && isDesktop ? /* @__PURE__ */ jsx("div", {
|
|
68
|
+
className: classes.containerLogo,
|
|
69
|
+
children: /* @__PURE__ */ jsxs("div", {
|
|
70
|
+
className: classes.containerImageTypography,
|
|
71
|
+
children: [/* @__PURE__ */ jsx(Image, {
|
|
72
|
+
src: companyLogo,
|
|
73
|
+
alt: "logo"
|
|
74
|
+
}, "Logo"), /* @__PURE__ */ jsx(Typography, {
|
|
75
|
+
variant: "bodyDens",
|
|
76
|
+
skeletonWidth: "100px",
|
|
77
|
+
children: companyName
|
|
78
|
+
})]
|
|
79
|
+
})
|
|
80
|
+
}) : null, !isDesktop ? /* @__PURE__ */ jsx("div", {
|
|
60
81
|
className: classes.containerIconMenuToggle,
|
|
61
82
|
...process.env.NODE_ENV !== "production" ? {
|
|
62
83
|
[TEST_PROP_ID]: getNameDataTestId("containerIconMenuToggle")
|
|
@@ -5,6 +5,20 @@ export declare type RootStyleProps = {
|
|
|
5
5
|
isSideBarVisible: boolean;
|
|
6
6
|
};
|
|
7
7
|
export interface AppBarProps {
|
|
8
|
+
/**
|
|
9
|
+
* Función que activa la visualización del menú de la aplicación en la vista móvil.
|
|
10
|
+
*/
|
|
8
11
|
onToggleVisible: VoidFunction;
|
|
12
|
+
/**
|
|
13
|
+
* Puede ser cualquier cosa, desde un solo elemento hasta un array de elementos. Los elementos secundarios pueden ser componentes de React, elementos HTML, o incluso otros tipos de datos, como cadenas o números.
|
|
14
|
+
*/
|
|
9
15
|
children: ReactNode;
|
|
16
|
+
/**
|
|
17
|
+
* companyLogo: Enlace de acceso para el recurso gráfico de logo.
|
|
18
|
+
*/
|
|
19
|
+
companyLogo?: string;
|
|
20
|
+
/**
|
|
21
|
+
* companyName: Nombre de la compañía
|
|
22
|
+
*/
|
|
23
|
+
companyName?: string;
|
|
10
24
|
}
|
package/components/CommonActions/components/ActionCancel/{index.06365996.js → index.106c5327.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.5c68764a.js";
|
|
3
3
|
import { u as useCommonActionsUtilityClasses } from "../Actions/index.8368ac0f.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
package/components/CommonActions/components/ActionFormCancel/{index.2c1fff45.js → index.6d00f737.js}
RENAMED
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
|
-
import { useModuleDictionary
|
|
3
|
-
import {
|
|
4
|
-
import { B as Button } from "../../../mui_extended/Button/index.007f5a6e.js";
|
|
2
|
+
import { useModuleDictionary } from "@m4l/core";
|
|
3
|
+
import { B as Button } from "../../../mui_extended/Button/index.5c68764a.js";
|
|
5
4
|
import { useCallback, useEffect } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
5
|
+
import { u as useModal } from "../../../../hooks/useModal/index.1c88654a.js";
|
|
7
6
|
import { u as useCommonActionsUtilityClasses } from "../Actions/index.8368ac0f.js";
|
|
8
7
|
import { jsx } from "react/jsx-runtime";
|
|
9
8
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
10
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
9
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.ec73ba4f.js";
|
|
11
10
|
function ActionFormCancel() {
|
|
12
11
|
const {
|
|
13
12
|
getLabel
|
|
14
13
|
} = useModuleDictionary();
|
|
15
|
-
const isSkeleton = useModuleSkeleton();
|
|
16
14
|
const {
|
|
17
15
|
openModal
|
|
18
16
|
} = useModal();
|
|
@@ -50,13 +48,6 @@ function ActionFormCancel() {
|
|
|
50
48
|
setQueryClose(onClickCancel);
|
|
51
49
|
}, [onClickCancel]);
|
|
52
50
|
const classes = useCommonActionsUtilityClasses();
|
|
53
|
-
if (isSkeleton) {
|
|
54
|
-
return /* @__PURE__ */ jsx(Skeleton, {
|
|
55
|
-
variant: "text",
|
|
56
|
-
width: 57,
|
|
57
|
-
height: 30
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
51
|
return /* @__PURE__ */ jsx(Button, {
|
|
61
52
|
variant: "outlined",
|
|
62
53
|
color: "inherit",
|
package/components/CommonActions/components/ActionFormIntro/{index.885f49af.js → index.9ee7df17.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { L as LoadingButton } from "../../../mui_extended/Button/index.
|
|
4
|
+
import { L as LoadingButton } from "../../../mui_extended/Button/index.5c68764a.js";
|
|
5
5
|
import { u as useCommonActionsUtilityClasses } from "../Actions/index.8368ac0f.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
package/components/CommonActions/components/ActionIntro/{index.b97cfeec.js → index.bd2a14b2.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.5c68764a.js";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { u as useCommonActionsUtilityClasses } from "../Actions/index.8368ac0f.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
package/components/DataGrid/formatters/columnPointsFormatter/{index.5e645334.js → index.a19b7b90.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PointsFormatter } from "../../../formatters/PointsFormatter/index.
|
|
1
|
+
import { P as PointsFormatter } from "../../../formatters/PointsFormatter/index.5c94c5e8.js";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
function columnPointsFormatter(props) {
|
|
4
4
|
return (obProps) => {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { SvgIcon, Checkbox, InputBase, Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
4
|
-
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.
|
|
3
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.690c82a4.js";
|
|
4
|
+
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.fa5f5ded.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
6
|
import { forwardRef, createContext, useState, useMemo, useEffect, useCallback, useContext, useRef, useLayoutEffect } from "react";
|
|
7
7
|
import { u as useRowSelection, S as SelectCellFormatter, H as HeaderRenderer, D as DataGrid$1 } from "../../react-data-grid.c5377916.js";
|
|
8
8
|
import { useDrag, useDrop, DndProvider } from "react-dnd";
|
|
9
9
|
import { HTML5Backend } from "react-dnd-html5-backend";
|
|
10
10
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString } from "@m4l/core";
|
|
11
|
-
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.
|
|
11
|
+
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.2f58e034.js";
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
13
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
14
14
|
import { g as getNameDataTestId } from "../../test/getNameDataTestId.14875ec7.js";
|
|
15
|
-
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.
|
|
15
|
+
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.b21353a5.js";
|
|
16
16
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
17
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
17
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.7b216229.js";
|
|
18
18
|
const DataGridRoot = styled("div")(({
|
|
19
19
|
theme
|
|
20
20
|
}) => ({
|
|
@@ -162,8 +162,8 @@ function DataGridProvider(props) {
|
|
|
162
162
|
rows,
|
|
163
163
|
rowsCount,
|
|
164
164
|
rowActionsGetter,
|
|
165
|
-
rowHeights = [
|
|
166
|
-
rowHeaderHeights = [
|
|
165
|
+
rowHeights = [28, 32, 36],
|
|
166
|
+
rowHeaderHeights = [28, 32, 36],
|
|
167
167
|
initialRowHeightVariant = "compact",
|
|
168
168
|
checkedRows,
|
|
169
169
|
onCheckedRowsChange,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.
|
|
2
|
-
import { D as DATAGRID_ACTIONS_COLUMN_KEY, u as useDataGrid, a as useFilters, C as ColumnInteractiveCheckFormatterColumn, b as DataGridRoot, d as dictionary } from "../../index.
|
|
1
|
+
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.62359120.js";
|
|
2
|
+
import { D as DATAGRID_ACTIONS_COLUMN_KEY, u as useDataGrid, a as useFilters, C as ColumnInteractiveCheckFormatterColumn, b as DataGridRoot, d as dictionary } from "../../index.e5b552a2.js";
|
|
3
3
|
import { useTheme, Skeleton } from "@mui/material";
|
|
4
4
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
5
|
-
import { P as Pager } from "../../../mui_extended/Pager/index.
|
|
6
|
-
import { I as IconButton } from "../../../mui_extended/IconButton/index.
|
|
5
|
+
import { P as Pager } from "../../../mui_extended/Pager/index.fa5f5ded.js";
|
|
6
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.a719445f.js";
|
|
7
7
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
8
8
|
import { forwardRef, useRef, useState, useImperativeHandle, useMemo, useEffect, useCallback } from "react";
|
|
9
9
|
import { D as DataGrid$1 } from "../../../../react-data-grid.c5377916.js";
|
|
10
10
|
import { styled } from "@mui/material/styles";
|
|
11
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
12
|
-
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.
|
|
13
|
-
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.
|
|
11
|
+
import { u as useModal } from "../../../../hooks/useModal/index.1c88654a.js";
|
|
12
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.106c5327.js";
|
|
13
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.bd2a14b2.js";
|
|
14
14
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
15
|
-
import { W as WindowBase } from "../../../modal/WindowBase.
|
|
15
|
+
import { W as WindowBase } from "../../../modal/WindowBase.779aa7a5.js";
|
|
16
16
|
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.8368ac0f.js";
|
|
17
17
|
function ActionsFormatter(props) {
|
|
18
18
|
const {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useCallback, useEffect, useMemo } from "react";
|
|
2
|
-
import { D as DraggableCore_1 } from "../../react-draggable.
|
|
2
|
+
import { D as DraggableCore_1 } from "../../react-draggable.312ab17d.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
|
-
import { M as MAP_ZINDEX_OVER_MAP } from "../maps/components/Map/index.
|
|
5
|
+
import { M as MAP_ZINDEX_OVER_MAP } from "../maps/components/Map/index.b79ceae4.js";
|
|
6
6
|
import { generateUtilityClasses } from "@mui/material";
|
|
7
7
|
import "@mui/base";
|
|
8
|
-
import { M as MAP_ZINDEX_OVER_MAP$1 } from "../PopupsProvider/index.
|
|
9
|
-
import { R as Resizable } from "../../react-resizable.
|
|
8
|
+
import { M as MAP_ZINDEX_OVER_MAP$1 } from "../PopupsProvider/index.c9400f03.js";
|
|
9
|
+
import { R as Resizable } from "../../react-resizable.f2c58a4c.js";
|
|
10
10
|
import { jsx } from "react/jsx-runtime";
|
|
11
11
|
const DraggeableWindowRoot = styled("div")`
|
|
12
12
|
position: absolute;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DynamicFilterClasses } from './types';
|
|
2
2
|
import { OwnerState } from '../contexts/DynamicFilterContext/store';
|
|
3
3
|
export declare const dynamicFilterClasses: DynamicFilterClasses;
|
|
4
|
-
export declare const useUtilityClasses: (ownerState: OwnerState) => Record<"root" | "containerFistRow" | "filterButton" | "containerInputFilter" | "wrapperApplyedFilters" | "containerApplyedFilters" | "containerClearFilter" | "applyedFilter" | "clearFiltersButton" | "popoverMenuFields" | "popoverMenuFieldsPaper" | "popoverMenuFieldsItem" | "classesFilterButton" | "popoverFilter" | "popoverFilterPaper" | "popoverFilterHeader" | "popoverHeaderTitle" | "containerBooleanFilter" | "containerDateTimeFilter" | "containerNumberFilter" | "containerStringFilter" | "classespopoverLabelMemuItem" | "popoverContainerFields", string>;
|
|
4
|
+
export declare const useUtilityClasses: (ownerState: OwnerState) => Record<"root" | "containerFistRow" | "filterButton" | "containerInputFilter" | "wrapperApplyedFilters" | "containerApplyedFilters" | "containerClearFilter" | "applyedFilter" | "clearFiltersButton" | "popoverMenuFields" | "popoverMenuFieldsPaper" | "popoverMenuFieldsItem" | "classesFilterButton" | "popoverFilter" | "popoverFilterPaper" | "popoverFilterHeader" | "popoverHeaderTitle" | "containerBooleanFilter" | "containerDateTimeFilter" | "containerNumberFilter" | "containerStringFilter" | "classespopoverLabelMemuItem" | "popoverContainerFields" | "inputFilter", string>;
|
|
5
5
|
export declare type Classes = ReturnType<typeof useUtilityClasses>;
|
|
@@ -8,25 +8,25 @@ import { devtools } from "zustand/middleware";
|
|
|
8
8
|
import { immer } from "zustand/middleware/immer";
|
|
9
9
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
10
10
|
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.8368ac0f.js";
|
|
11
|
-
import { g as getRHFAutocompleteComponentsDictionary, R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
11
|
+
import { g as getRHFAutocompleteComponentsDictionary, R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.210ee73f.js";
|
|
12
12
|
import { g as getNameDataTestId } from "../../test/getNameDataTestId.14875ec7.js";
|
|
13
13
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
14
14
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
15
15
|
import { shallow } from "zustand/shallow";
|
|
16
|
-
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.
|
|
17
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
16
|
+
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.fa80a8cb.js";
|
|
17
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.ab689d7d.js";
|
|
18
18
|
import * as Yup from "yup";
|
|
19
19
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
20
20
|
import { styled, useTheme } from "@mui/material/styles";
|
|
21
|
-
import { S as ScrollBar } from "../ScrollBar/index.
|
|
21
|
+
import { S as ScrollBar } from "../ScrollBar/index.010f1b9d.js";
|
|
22
22
|
import clsx from "clsx";
|
|
23
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
24
|
-
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.
|
|
23
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.a719445f.js";
|
|
24
|
+
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.62359120.js";
|
|
25
25
|
import { P as Popover } from "../mui_extended/Popover/index.b3eca6b1.js";
|
|
26
|
-
import { I as Icon } from "../Icon/index.
|
|
26
|
+
import { I as Icon } from "../Icon/index.282c5b58.js";
|
|
27
27
|
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.7769076a.js";
|
|
28
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
29
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
28
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.106c5327.js";
|
|
29
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.bd2a14b2.js";
|
|
30
30
|
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
31
31
|
const COMPONENT_PREFIX = "M4LDynamicFilter";
|
|
32
32
|
const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
@@ -79,6 +79,7 @@ const dynamicFilterClasses = generateUtilityClasses(COMPONENT_CLASS_NAME, [
|
|
|
79
79
|
"classespopoverLabelMemuItem",
|
|
80
80
|
"popoverContainerFields",
|
|
81
81
|
"classesFilterButton",
|
|
82
|
+
"inputFilter",
|
|
82
83
|
"isSkeleton",
|
|
83
84
|
"isMobile",
|
|
84
85
|
"inEdition",
|
|
@@ -111,7 +112,8 @@ const useUtilityClasses = (ownerState) => {
|
|
|
111
112
|
containerBooleanFilter: ["containerBooleanFilter"],
|
|
112
113
|
containerDateTimeFilter: ["containerDateTimeFilter"],
|
|
113
114
|
containerNumberFilter: ["containerNumberFilter"],
|
|
114
|
-
containerStringFilter: ["containerStringFilter"]
|
|
115
|
+
containerStringFilter: ["containerStringFilter"],
|
|
116
|
+
inputFilter: ["inputFilter"]
|
|
115
117
|
};
|
|
116
118
|
return unstable_composeClasses(slots, getComponentUtilityClass(COMPONENT_CLASS_NAME), {});
|
|
117
119
|
};
|
|
@@ -1461,6 +1463,7 @@ function InputFilter() {
|
|
|
1461
1463
|
const availableFields = useDynamicFilter((state) => state.availableFields, shallow);
|
|
1462
1464
|
const dataTestId = useDynamicFilter((state) => state.dataTestId, shallow);
|
|
1463
1465
|
const classesContainerInputFilter = useDynamicFilter((state) => state.classes.containerInputFilter, shallow);
|
|
1466
|
+
const classesInputFilter = useDynamicFilter((state) => state.classes.inputFilter, shallow);
|
|
1464
1467
|
const isSkeleton = useDynamicFilter((state) => state.ownerState.isSkeleton, shallow);
|
|
1465
1468
|
const {
|
|
1466
1469
|
showPopoverFilterForAdd,
|
|
@@ -1571,6 +1574,7 @@ function InputFilter() {
|
|
|
1571
1574
|
value: inputData,
|
|
1572
1575
|
placeholder: getLabel(getDynamicFilterDictionary(DICCTIONARY.input_placeholder)),
|
|
1573
1576
|
onFocus: onFocusInputFilter,
|
|
1577
|
+
className: classesInputFilter,
|
|
1574
1578
|
onChange: onChangeInputFilter,
|
|
1575
1579
|
onKeyDown: handleKeyDown
|
|
1576
1580
|
})]
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useState, useRef, useEffect, useCallback } from "react";
|
|
2
2
|
import clsx from "clsx";
|
|
3
|
-
import { M as MemonizedGridItem } from "./subcomponents/Griditem/index.
|
|
3
|
+
import { M as MemonizedGridItem } from "./subcomponents/Griditem/index.25e9f332.js";
|
|
4
4
|
import { styled, alpha } from "@mui/material/styles";
|
|
5
|
-
import { r as react_resizable_css } from "../../react-resizable.
|
|
5
|
+
import { r as react_resizable_css } from "../../react-resizable.f2c58a4c.js";
|
|
6
6
|
import { generateUtilityClasses } from "@mui/material";
|
|
7
7
|
import "@mui/base";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
package/components/GridLayout/subcomponents/Griditem/{index.b3c79b77.js → index.25e9f332.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useRef, useEffect, useState, useCallback, useMemo } from "react";
|
|
2
|
-
import { D as DraggableCore_1 } from "../../../../react-draggable.
|
|
3
|
-
import { R as Resizable } from "../../../../react-resizable.
|
|
4
|
-
import { g as getH, c as calcXY, a as calcGridItemWHPx, b as calcGridColWidth, d as calcWH, e as clamp, f as calcGridItemPosition, h as gridLayoutClasses, D as DEFAULT_COLS, i as DEFAULT_ROW_HEIGHT, j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, l as DEFAULT_MARGIN, m as DEFAULT_CONTAINER_PADDING, n as DEFAULT_TRANSFORM_SCALE, o as DEFAULT_COLAPSED_HEIGHT, p as perc, s as setTransform, q as setTopLeft } from "../../index.
|
|
2
|
+
import { D as DraggableCore_1 } from "../../../../react-draggable.312ab17d.js";
|
|
3
|
+
import { R as Resizable } from "../../../../react-resizable.f2c58a4c.js";
|
|
4
|
+
import { g as getH, c as calcXY, a as calcGridItemWHPx, b as calcGridColWidth, d as calcWH, e as clamp, f as calcGridItemPosition, h as gridLayoutClasses, D as DEFAULT_COLS, i as DEFAULT_ROW_HEIGHT, j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, l as DEFAULT_MARGIN, m as DEFAULT_CONTAINER_PADDING, n as DEFAULT_TRANSFORM_SCALE, o as DEFAULT_COLAPSED_HEIGHT, p as perc, s as setTransform, q as setTopLeft } from "../../index.4d26c328.js";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { deepEqual } from "fast-equals";
|
|
7
7
|
import { jsx, Fragment } from "react/jsx-runtime";
|
package/components/GridLayout/subcomponents/Responsive/{index.4234d9f3.js → index.3839890b.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as cloneLayoutItem, t as cloneLayout, u as compact, v as correctBounds, w as isEqualLayout, o as DEFAULT_COLAPSED_HEIGHT, x as DEFAULT_RESPONSIVE_BREAKPOINTS, m as DEFAULT_CONTAINER_PADDING, l as DEFAULT_MARGIN, y as DEFAULT_RESPONSIVE_COLS, i as DEFAULT_ROW_HEIGHT, z as noop, A as isEqualLayouts, G as GridLayout } from "../../index.
|
|
1
|
+
import { r as cloneLayoutItem, t as cloneLayout, u as compact, v as correctBounds, w as isEqualLayout, o as DEFAULT_COLAPSED_HEIGHT, x as DEFAULT_RESPONSIVE_BREAKPOINTS, m as DEFAULT_CONTAINER_PADDING, l as DEFAULT_MARGIN, y as DEFAULT_RESPONSIVE_COLS, i as DEFAULT_ROW_HEIGHT, z as noop, A as isEqualLayouts, G as GridLayout } from "../../index.4d26c328.js";
|
|
2
2
|
import { useState, useRef, useEffect, useCallback } from "react";
|
|
3
3
|
import { useFirstRender } from "@m4l/graphics";
|
|
4
4
|
import { deepEqual } from "fast-equals";
|
package/components/GridLayout/subcomponents/SizeProvider/{index.0676f896.js → index.a751962f.js}
RENAMED
|
@@ -2,7 +2,7 @@ import { useRef, useState, useMemo, useCallback, useEffect } from "react";
|
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { throttle } from "lodash";
|
|
4
4
|
import { useResizeObserver } from "@m4l/graphics";
|
|
5
|
-
import { j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, T as THROTTLE_RESIZE_TIMEOUT, C as COMPONENT_CLASS_NAME } from "../../index.
|
|
5
|
+
import { j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, T as THROTTLE_RESIZE_TIMEOUT, C as COMPONENT_CLASS_NAME } from "../../index.4d26c328.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function withSizeProvider(ComposedComponent) {
|
|
8
8
|
return (props) => {
|