@m4l/components 0.2.31 → 0.2.32
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.674a0faa.js → index.08fe4e27.js} +2 -2
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.c2a8a7d0.js → index.4089f91b.js} +1 -1
- package/components/DataGrid/{index.ca78a0a9.js → index.c283b50b.js} +3 -3
- package/components/DataGrid/subcomponents/Actions/{index.6cfca40a.js → index.d945647f.js} +84 -15
- package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index.d.ts +1 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index.d.ts +2 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/types.d.ts +4 -0
- package/components/DragResizeWindow/{index.ff74eed8.js → index.82cf6408.js} +1 -1
- package/components/DynamicFilter/{index.740ab57c.js → index.75c66024.js} +3 -3
- package/components/GridLayout/{index.e005b65b.js → index.00740f82.js} +5 -8
- package/components/GridLayout/subcomponents/Griditem/{index.ee5c31cd.js → index.3d479abb.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.69e13d04.js → index.733e8ba6.js} +1 -1
- package/components/GridLayout/subcomponents/SizeProvider/{index.607d8861.js → index.247cc027.js} +1 -1
- package/components/ModalDialog/{index.7b85f8b0.js → index.f27b7c2d.js} +15 -9
- package/components/ObjectLogs/{index.c0a6ebab.js → index.32ddae31.js} +4 -4
- package/components/areas/components/AreasAdmin/{index.c116bd31.js → index.922cdb11.js} +2 -2
- package/components/areas/components/AreasViewer/{index.88cb57e4.js → index.f7126815.js} +4 -4
- package/components/areas/contexts/AreasContext/helper.d.ts +2 -2
- package/components/areas/contexts/AreasContext/{index.7d883aa4.js → index.37be3e4e.js} +6 -6
- package/components/areas/hooks/useAreas/{index.01011617.js → index.e3971ffa.js} +1 -1
- package/components/hook-form/RHFAutocomplete/{index.4b666e32.js → index.3592430b.js} +1 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.0536f712.js → index.dfbaece5.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.4942ed5e.js → index.251a36b5.js} +1 -1
- package/components/hook-form/RHFColorPicker/{index.b2d1edf3.js → index.e7d27ca0.js} +1 -1
- package/components/hook-form/RHFDateTime/{index.59623e57.js → index.fc474c35.js} +1 -1
- package/components/hook-form/RHFPeriod/{index.d3960c8c.js → index.2bf650c4.js} +1 -1
- package/components/hook-form/RHFTextField/{index.ad830000.js → index.db56e769.js} +1 -1
- package/components/modal/{WindowBase.ab22627c.js → WindowBase.2e5506d7.js} +1 -1
- package/components/modal/{WindowConfirm.0aae86b3.js → WindowConfirm.ce47a48a.js} +2 -2
- package/components/mui_extended/Pager/{index.91696066.js → index.da7ea851.js} +12 -1
- package/contexts/ModalContext/{index.f9da6aa8.js → index.3d48d675.js} +3 -1
- package/hooks/useFormAddEdit/{index.8127dd88.js → index.07e5258d.js} +2 -2
- package/hooks/useModal/{index.b64e2ea0.js → index.cb1d6a37.js} +1 -1
- package/index.js +30 -30
- package/package.json +1 -1
- package/{vendor.1c5be0ff.js → vendor.55925cb3.js} +26 -26
package/components/CommonActions/components/ActionFormCancel/{index.674a0faa.js → index.08fe4e27.js}
RENAMED
|
@@ -2,11 +2,11 @@ import { useFormContext, useFormState } from "react-hook-form";
|
|
|
2
2
|
import { useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { B as Button } from "../../../mui_extended/Button/index.d5a031be.js";
|
|
4
4
|
import { useCallback, useEffect } from "react";
|
|
5
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
5
|
+
import { u as useModal } from "../../../../hooks/useModal/index.cb1d6a37.js";
|
|
6
6
|
import { u as useCommonActionsUtilityClasses } from "../Actions/index.23bfc86b.js";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
9
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
9
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.ce47a48a.js";
|
|
10
10
|
function ActionFormCancel() {
|
|
11
11
|
const {
|
|
12
12
|
getLabel
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Checkbox } from "@mui/material";
|
|
2
|
-
import { d as dataGridClasses } from "../../index.
|
|
2
|
+
import { d as dataGridClasses } from "../../index.c283b50b.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
function ColumnInteractiveCheckFormatter(props) {
|
|
5
5
|
const {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
2
|
-
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.
|
|
1
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.f27b7c2d.js";
|
|
2
|
+
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.da7ea851.js";
|
|
3
3
|
import { styled, SvgIcon, Checkbox, InputBase, Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
4
4
|
import { forwardRef, createContext, useState, useMemo, useEffect, useCallback, useContext, useRef, useLayoutEffect } from "react";
|
|
5
5
|
import { u as useRowSelection, S as SelectCellFormatter, H as HeaderRenderer, D as DataGrid$1 } from "../../react-data-grid.c5377916.js";
|
|
@@ -8,7 +8,7 @@ import { HTML5Backend } from "react-dnd-html5-backend";
|
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
import { D as DATAGRID_SELECT_COLUMN_KEY, c as componentName, a as DATAGRID_PREFIX_NAME } from "./constants.e334cd50.js";
|
|
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.d945647f.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";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.154d57f0.js";
|
|
2
|
-
import { u as useDataGrid, a as useFilters, D as DataGridRoot, b as dictionary } from "../../index.
|
|
2
|
+
import { u as useDataGrid, a as useFilters, D as DataGridRoot, b as dictionary } from "../../index.c283b50b.js";
|
|
3
3
|
import { useTheme, styled, Skeleton } from "@mui/material";
|
|
4
4
|
import { b as DATAGRID_ACTIONS_COLUMN_KEY } from "../../constants.e334cd50.js";
|
|
5
5
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
6
|
-
import { P as Pager } from "../../../mui_extended/Pager/index.
|
|
6
|
+
import { P as Pager } from "../../../mui_extended/Pager/index.da7ea851.js";
|
|
7
7
|
import { I as IconButton } from "../../../mui_extended/IconButton/index.d8bdadaa.js";
|
|
8
8
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
9
|
+
import { useIsMobile, useResponsiveContainerStore } from "@m4l/graphics";
|
|
9
10
|
import { forwardRef, useRef, useState, useImperativeHandle, useMemo, useEffect, useCallback } from "react";
|
|
10
11
|
import { D as DataGrid$1 } from "../../../../react-data-grid.c5377916.js";
|
|
11
|
-
import { C as ColumnInteractiveCheckFormatter } from "../../formatters/ColumnInteractiveCheckFormatter/index.
|
|
12
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
12
|
+
import { C as ColumnInteractiveCheckFormatter } from "../../formatters/ColumnInteractiveCheckFormatter/index.4089f91b.js";
|
|
13
|
+
import { u as useModal } from "../../../../hooks/useModal/index.cb1d6a37.js";
|
|
14
|
+
import { W as WindowBase } from "../../../modal/WindowBase.2e5506d7.js";
|
|
15
|
+
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.23bfc86b.js";
|
|
13
16
|
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.f00f026d.js";
|
|
14
17
|
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.574967a0.js";
|
|
15
|
-
import { useResponsiveDesktop, useResponsiveContainerStore } from "@m4l/graphics";
|
|
16
|
-
import { W as WindowBase } from "../../../modal/WindowBase.ab22627c.js";
|
|
17
|
-
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.23bfc86b.js";
|
|
18
18
|
import { shallow } from "zustand/shallow";
|
|
19
19
|
function ActionsFormatter(props) {
|
|
20
20
|
const {
|
|
@@ -376,7 +376,7 @@ const ColumnsConfig = forwardRef((props, ref) => {
|
|
|
376
376
|
});
|
|
377
377
|
});
|
|
378
378
|
ColumnsConfig.displayName = "ColumnsConfig";
|
|
379
|
-
|
|
379
|
+
const useModalSettings = () => {
|
|
380
380
|
const {
|
|
381
381
|
openModal,
|
|
382
382
|
closeModal
|
|
@@ -392,7 +392,8 @@ function Settings() {
|
|
|
392
392
|
host_static_assets,
|
|
393
393
|
environment_assets
|
|
394
394
|
} = useEnvironment();
|
|
395
|
-
const
|
|
395
|
+
const isMobile = useIsMobile();
|
|
396
|
+
console.log("isMobile", isMobile);
|
|
396
397
|
const {
|
|
397
398
|
classes
|
|
398
399
|
} = useDataGrid();
|
|
@@ -402,14 +403,14 @@ function Settings() {
|
|
|
402
403
|
}, [closeModal]);
|
|
403
404
|
const onClickIntro = useCallback(() => {
|
|
404
405
|
if (ref.current?.onClickIntro) {
|
|
405
|
-
ref.current
|
|
406
|
+
ref.current.onClickIntro();
|
|
406
407
|
}
|
|
407
408
|
}, []);
|
|
408
|
-
const onClickSettings =
|
|
409
|
+
const onClickSettings = () => {
|
|
409
410
|
openModal({
|
|
410
411
|
initialWidth: 500,
|
|
411
412
|
initialHeigth: 680,
|
|
412
|
-
fullScreen:
|
|
413
|
+
fullScreen: isMobile,
|
|
413
414
|
window: /* @__PURE__ */ jsxs(WindowBase, {
|
|
414
415
|
title: getLabel("data_grid.settings_title"),
|
|
415
416
|
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/configuration.svg`,
|
|
@@ -440,11 +441,23 @@ function Settings() {
|
|
|
440
441
|
})]
|
|
441
442
|
})
|
|
442
443
|
});
|
|
443
|
-
}
|
|
444
|
+
};
|
|
445
|
+
return onClickSettings;
|
|
446
|
+
};
|
|
447
|
+
const useModalSettings$1 = useModalSettings;
|
|
448
|
+
function Settings() {
|
|
449
|
+
const {
|
|
450
|
+
host_static_assets,
|
|
451
|
+
environment_assets
|
|
452
|
+
} = useEnvironment();
|
|
453
|
+
const {
|
|
454
|
+
classes
|
|
455
|
+
} = useDataGrid();
|
|
456
|
+
const modalSettings = useModalSettings$1();
|
|
444
457
|
return /* @__PURE__ */ jsx(IconButton, {
|
|
445
458
|
className: classes.actionSettings,
|
|
446
459
|
dictionaryTooltipId: "data_grid.tooltip_settings",
|
|
447
|
-
onClick:
|
|
460
|
+
onClick: modalSettings,
|
|
448
461
|
"aria-label": "settings",
|
|
449
462
|
src: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/configuration.svg`
|
|
450
463
|
});
|
|
@@ -552,6 +565,62 @@ function Density() {
|
|
|
552
565
|
toolTip: getLabel("data_grid.tooltip_density")
|
|
553
566
|
});
|
|
554
567
|
}
|
|
568
|
+
const MobileMenuActions = () => {
|
|
569
|
+
const {
|
|
570
|
+
host_static_assets,
|
|
571
|
+
environment_assets
|
|
572
|
+
} = useEnvironment();
|
|
573
|
+
const {
|
|
574
|
+
currentRowHeightVariant,
|
|
575
|
+
setRowHeightVariant
|
|
576
|
+
} = useDataGrid();
|
|
577
|
+
const {
|
|
578
|
+
activeFilters,
|
|
579
|
+
setActiveFilters
|
|
580
|
+
} = useFilters();
|
|
581
|
+
const modalSettings = useModalSettings$1();
|
|
582
|
+
const toggleIcon = () => {
|
|
583
|
+
setActiveFilters(!activeFilters);
|
|
584
|
+
};
|
|
585
|
+
const menuActions = [{
|
|
586
|
+
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/compact.svg`,
|
|
587
|
+
onClick: () => setRowHeightVariant("compact"),
|
|
588
|
+
disabled: currentRowHeightVariant === "compact",
|
|
589
|
+
dictionaryId: "data_grid.density_compact"
|
|
590
|
+
}, {
|
|
591
|
+
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/standard.svg`,
|
|
592
|
+
onClick: () => setRowHeightVariant("standard"),
|
|
593
|
+
disabled: currentRowHeightVariant === "standard",
|
|
594
|
+
dictionaryId: "data_grid.density_standard"
|
|
595
|
+
}, {
|
|
596
|
+
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/confortable.svg`,
|
|
597
|
+
onClick: () => setRowHeightVariant("confortable"),
|
|
598
|
+
disabled: currentRowHeightVariant === "confortable",
|
|
599
|
+
dictionaryId: "data_grid.density_confortable"
|
|
600
|
+
}, {
|
|
601
|
+
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/filter.svg`,
|
|
602
|
+
onClick: () => toggleIcon(),
|
|
603
|
+
dictionaryId: activeFilters ? "data_grid.tooltip_filter_hide" : "data_grid.tooltip_filter_show"
|
|
604
|
+
}, {
|
|
605
|
+
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/configuration.svg`,
|
|
606
|
+
onClick: () => modalSettings(),
|
|
607
|
+
dictionaryId: "data_grid.tooltip_settings"
|
|
608
|
+
}];
|
|
609
|
+
return /* @__PURE__ */ jsx(MenuActions, {
|
|
610
|
+
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/menu.svg`,
|
|
611
|
+
arrowType: "no-arrow",
|
|
612
|
+
marginTop: "12px",
|
|
613
|
+
anchorOrigin: {
|
|
614
|
+
vertical: "bottom",
|
|
615
|
+
horizontal: "right"
|
|
616
|
+
},
|
|
617
|
+
transformOrigin: {
|
|
618
|
+
vertical: "top",
|
|
619
|
+
horizontal: "right"
|
|
620
|
+
},
|
|
621
|
+
menuActions
|
|
622
|
+
});
|
|
623
|
+
};
|
|
555
624
|
function Actions(props) {
|
|
556
625
|
const isXs = useResponsiveContainerStore((state) => state.isXs, shallow);
|
|
557
626
|
const {
|
|
@@ -579,7 +648,7 @@ function Actions(props) {
|
|
|
579
648
|
isXs,
|
|
580
649
|
labelRows: getLabel(dictionary.LABEL_ROWS_PER_PAGE),
|
|
581
650
|
labelOf: getLabel(dictionary.LABEL_OF)
|
|
582
|
-
}), /* @__PURE__ */ jsxs("div", {
|
|
651
|
+
}), isXs ? /* @__PURE__ */ jsx(MobileMenuActions, {}) : /* @__PURE__ */ jsxs("div", {
|
|
583
652
|
className: classes.actionsConfigContainer,
|
|
584
653
|
children: [typeof rowHeights !== "number" && /* @__PURE__ */ jsx(Density, {}), withLocalFilters && /* @__PURE__ */ jsx(Filter, {}), withSettings && /* @__PURE__ */ jsx(Settings, {
|
|
585
654
|
...settingsProps
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MobileMenuActions: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,7 +2,7 @@ import React__default, { useState, useRef, useCallback, useEffect, useMemo } fro
|
|
|
2
2
|
import { D as DraggableCore_1 } from "../../react-draggable.6cf19cba.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { styled, generateUtilityClasses } from "@mui/material";
|
|
5
|
-
import { M as MAP_ZINDEX_OVER_MAP } from "../../vendor.
|
|
5
|
+
import { M as MAP_ZINDEX_OVER_MAP } from "../../vendor.55925cb3.js";
|
|
6
6
|
import "@mui/base";
|
|
7
7
|
import { M as MAP_ZINDEX_OVER_MAP$1 } from "../PopupsProvider/index.3d5ad0ee.js";
|
|
8
8
|
import { R as Resizable } from "../../react-resizable.0ebffd82.js";
|
|
@@ -8,13 +8,13 @@ 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.23bfc86b.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.3592430b.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.fc474c35.js";
|
|
17
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.db56e769.js";
|
|
18
18
|
import * as Yup from "yup";
|
|
19
19
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
20
20
|
import { S as ScrollBar } from "../ScrollBar/index.7dfc2f29.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
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.3d479abb.js";
|
|
4
4
|
import { styled, alpha } from "@mui/material/styles";
|
|
5
5
|
import { r as react_resizable_css } from "../../react-resizable.0ebffd82.js";
|
|
6
6
|
import { generateUtilityClasses } from "@mui/material";
|
|
@@ -305,16 +305,12 @@ function resolveCompactionCollision(layout, item, moveToCoord, axis, colapsedHei
|
|
|
305
305
|
item[axis] = moveToCoord;
|
|
306
306
|
}
|
|
307
307
|
function setTransform({ top, left, width, height }) {
|
|
308
|
-
const translate = `translate(${left}px,${top}px)`;
|
|
309
308
|
return {
|
|
310
|
-
transform: translate,
|
|
311
|
-
WebkitTransform: translate,
|
|
312
|
-
MozTransform: translate,
|
|
313
|
-
msTransform: translate,
|
|
314
|
-
OTransform: translate,
|
|
315
309
|
width: `${width}px`,
|
|
316
310
|
height: `${height}px`,
|
|
317
|
-
position: "absolute"
|
|
311
|
+
position: "absolute",
|
|
312
|
+
left,
|
|
313
|
+
top
|
|
318
314
|
};
|
|
319
315
|
}
|
|
320
316
|
function setTopLeft({ top, left, width, height }) {
|
|
@@ -524,6 +520,7 @@ const GridLayoutRoot = styled("div")`
|
|
|
524
520
|
}
|
|
525
521
|
.${gridLayoutClasses.gridItemRoot}.${gridLayoutClasses.cssTransforms} {
|
|
526
522
|
transition-property: transform;
|
|
523
|
+
transition: left 0.1s ease, top 0.1s ease;
|
|
527
524
|
}
|
|
528
525
|
.${gridLayoutClasses.gridItemRoot}.${gridLayoutClasses.maximizeOther} {
|
|
529
526
|
display: none;
|
package/components/GridLayout/subcomponents/Griditem/{index.ee5c31cd.js → index.3d479abb.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useRef, useEffect, useState, useCallback, useMemo } from "react";
|
|
2
2
|
import { D as DraggableCore_1 } from "../../../../react-draggable.6cf19cba.js";
|
|
3
3
|
import { R as Resizable } from "../../../../react-resizable.0ebffd82.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.
|
|
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.00740f82.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.69e13d04.js → index.733e8ba6.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.00740f82.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.607d8861.js → index.247cc027.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.00740f82.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function withSizeProvider(ComposedComponent) {
|
|
8
8
|
return (props) => {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { useTheme, Dialog, Paper } from "@mui/material";
|
|
2
2
|
import { c as cjs } from "../../react-draggable.6cf19cba.js";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.cb1d6a37.js";
|
|
4
4
|
import { R as ResizeableWindow } from "../Resizeable/index.eba4fda9.js";
|
|
5
|
-
import {
|
|
5
|
+
import { useIsMobile } from "@m4l/graphics";
|
|
6
6
|
import { m as modalUtilityClasses } from "../modal/index.61389369.js";
|
|
7
|
-
import {
|
|
7
|
+
import { useState, useEffect } from "react";
|
|
8
|
+
import { jsx } from "react/jsx-runtime";
|
|
8
9
|
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.23bfc86b.js";
|
|
9
10
|
const DragabblePaperComponent = (props) => {
|
|
10
11
|
return /* @__PURE__ */ jsx(cjs.exports, {
|
|
@@ -40,7 +41,11 @@ const ModalDialog = () => {
|
|
|
40
41
|
fullScreen,
|
|
41
42
|
variant
|
|
42
43
|
} = useModal();
|
|
43
|
-
const
|
|
44
|
+
const isMobile = useIsMobile();
|
|
45
|
+
const [fullScreenState, setFullScreenState] = useState(fullScreen);
|
|
46
|
+
useEffect(() => {
|
|
47
|
+
setFullScreenState(isMobile);
|
|
48
|
+
}, [isMobile]);
|
|
44
49
|
const theme = useTheme();
|
|
45
50
|
const classes = modalUtilityClasses({
|
|
46
51
|
variant
|
|
@@ -49,7 +54,8 @@ const ModalDialog = () => {
|
|
|
49
54
|
className: classes.containerWindow,
|
|
50
55
|
children: typeof window === "function" ? window() : window
|
|
51
56
|
});
|
|
52
|
-
|
|
57
|
+
console.log("fullScreen test", fullScreen);
|
|
58
|
+
return /* @__PURE__ */ jsx(Dialog, {
|
|
53
59
|
open,
|
|
54
60
|
className: classes.root,
|
|
55
61
|
sx: {
|
|
@@ -57,10 +63,10 @@ const ModalDialog = () => {
|
|
|
57
63
|
},
|
|
58
64
|
"aria-labelledby": "child-modal-title",
|
|
59
65
|
"aria-describedby": "child-modal-description",
|
|
60
|
-
PaperComponent:
|
|
61
|
-
fullScreen,
|
|
66
|
+
PaperComponent: !isMobile ? DragabblePaperComponent : PaperComponent,
|
|
67
|
+
fullScreen: fullScreenState,
|
|
62
68
|
disableEnforceFocus: true,
|
|
63
|
-
children:
|
|
69
|
+
children: !isMobile ? /* @__PURE__ */ jsx(ResizeableWindow, {
|
|
64
70
|
width: initialWidth,
|
|
65
71
|
height: initialHeigth,
|
|
66
72
|
maxWidth,
|
|
@@ -70,7 +76,7 @@ const ModalDialog = () => {
|
|
|
70
76
|
className: `custom-handle custom-handle-${resizeHandle}`
|
|
71
77
|
}, resizeHandle),
|
|
72
78
|
children: contentComnponent
|
|
73
|
-
})
|
|
79
|
+
}) : contentComnponent
|
|
74
80
|
});
|
|
75
81
|
};
|
|
76
82
|
function getModalDialogComponentsDictionary() {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { useState, useEffect, useCallback, useMemo } from "react";
|
|
2
2
|
import { useNetwork, useModuleDictionary, useEnvironment, usePaginate } from "@m4l/core";
|
|
3
3
|
import { styled, Tooltip, IconButton } from "@mui/material";
|
|
4
|
-
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.
|
|
4
|
+
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.c283b50b.js";
|
|
5
5
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
6
6
|
import { useHostTheme, useResponsiveDesktop } from "@m4l/graphics";
|
|
7
7
|
import { R as ReactJson } from "../../react-json-view.5636414a.js";
|
|
8
8
|
import { S as ScrollBar } from "../ScrollBar/index.7dfc2f29.js";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
10
|
+
import { u as useModal } from "../../hooks/useModal/index.cb1d6a37.js";
|
|
11
11
|
import { I as Icon } from "../Icon/index.14670a00.js";
|
|
12
12
|
import { S as Stack } from "../mui_extended/Stack/index.0e53197c.js";
|
|
13
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
14
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
13
|
+
import { W as WindowBase } from "../modal/WindowBase.2e5506d7.js";
|
|
14
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.75c66024.js";
|
|
15
15
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
16
16
|
const Container = styled("div")(() => ({
|
|
17
17
|
height: "100%",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
1
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.e3971ffa.js";
|
|
2
2
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { useState, useRef, useMemo } from "react";
|
|
4
4
|
import * as Yup from "yup";
|
|
@@ -14,7 +14,7 @@ import { shallow } from "zustand/shallow";
|
|
|
14
14
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
15
15
|
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.154d57f0.js";
|
|
16
16
|
import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.7b2a8723.js";
|
|
17
|
-
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.
|
|
17
|
+
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.db56e769.js";
|
|
18
18
|
import { A as Actions } from "../../../CommonActions/components/Actions/index.23bfc86b.js";
|
|
19
19
|
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.f00f026d.js";
|
|
20
20
|
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.574967a0.js";
|
|
@@ -6,7 +6,7 @@ import { a as AREAS_VIEWER_CLASS_NAME } from "../../constants.66529246.js";
|
|
|
6
6
|
import { shallow } from "zustand/shallow";
|
|
7
7
|
import React__default, { useMemo, useEffect } from "react";
|
|
8
8
|
import clsx from "clsx";
|
|
9
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
9
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.e3971ffa.js";
|
|
10
10
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
11
11
|
import { a as MemonizedMenuActions } from "../../../mui_extended/MenuActions/index.154d57f0.js";
|
|
12
12
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
@@ -23,9 +23,9 @@ import { D as DynamicMFParmsProvider } from "../../contexts/DynamicMFParmsContex
|
|
|
23
23
|
import { L as LinearProgress } from "../../../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
24
24
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
25
25
|
import { g as getNameDataTestId } from "../../../../test/getNameDataTestId.14875ec7.js";
|
|
26
|
-
import { R as RESPONSIVE_COLAPSED_HEIGHTS, a as RESPONSIVE_ROW_HEIGHTS, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.
|
|
27
|
-
import { w as withSizeProvider } from "../../../GridLayout/subcomponents/SizeProvider/index.
|
|
28
|
-
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.
|
|
26
|
+
import { R as RESPONSIVE_COLAPSED_HEIGHTS, a as RESPONSIVE_ROW_HEIGHTS, M as MARGIN_GRIDLAYOUT, P as PADDING_GRIDLAYOUT } from "../../contexts/AreasContext/index.37be3e4e.js";
|
|
27
|
+
import { w as withSizeProvider } from "../../../GridLayout/subcomponents/SizeProvider/index.247cc027.js";
|
|
28
|
+
import { R as Responsive } from "../../../GridLayout/subcomponents/Responsive/index.733e8ba6.js";
|
|
29
29
|
import { useLocation } from "react-router-dom";
|
|
30
30
|
import { L as LoadingError } from "../../../LoadingError/index.1ec78dd5.js";
|
|
31
31
|
import { c as cjs } from "../../../../react-draggable.6cf19cba.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { WritableDraft } from 'immer/dist/internal';
|
|
2
2
|
import type { Area, AreasStateWithActions } from './types';
|
|
3
3
|
import type { WindowState, WindowStateProps } from '../../types';
|
|
4
|
-
export declare const PADDING_GRIDLAYOUT =
|
|
5
|
-
export declare const MARGIN_GRIDLAYOUT =
|
|
4
|
+
export declare const PADDING_GRIDLAYOUT = 11;
|
|
5
|
+
export declare const MARGIN_GRIDLAYOUT = 11;
|
|
6
6
|
export declare const DEBOUCED_SAVE_TIME = 500;
|
|
7
7
|
export declare const THROTTLE_RESIZE_TIME = 300;
|
|
8
8
|
export declare const COOKIE_BREAKPOINT_LAYOUTS = "layoutPros";
|
|
@@ -5,17 +5,17 @@ import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
|
|
|
5
5
|
import { useHostTools, useModuleDictionary, useNetwork, useModuleSkeleton, EmitEvents } from "@m4l/core";
|
|
6
6
|
import { devtools } from "zustand/middleware";
|
|
7
7
|
import { immer } from "zustand/middleware/immer";
|
|
8
|
-
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.
|
|
9
|
-
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.
|
|
8
|
+
import { u as useAreasViewerUtilityClasses } from "../../components/AreasViewer/index.f7126815.js";
|
|
9
|
+
import { u as useAreasAdminUtilityClasses } from "../../components/AreasAdmin/index.922cdb11.js";
|
|
10
10
|
import { c as createDynamicMFStore } from "../DynamicMFParmsContext/index.1607c78e.js";
|
|
11
11
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
|
|
12
|
-
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.
|
|
12
|
+
import { a as addLayoutItemToBreakPointIfNoExists, b as addLayoutItemToBreakPoints, c as cloneLayouts } from "../../../GridLayout/subcomponents/Responsive/index.733e8ba6.js";
|
|
13
13
|
import { debounce, cloneDeep } from "lodash";
|
|
14
|
-
import { A as isEqualLayouts } from "../../../GridLayout/index.
|
|
14
|
+
import { A as isEqualLayouts } from "../../../GridLayout/index.00740f82.js";
|
|
15
15
|
import { useNavigate } from "react-router-dom";
|
|
16
16
|
import { jsx } from "react/jsx-runtime";
|
|
17
|
-
const PADDING_GRIDLAYOUT =
|
|
18
|
-
const MARGIN_GRIDLAYOUT =
|
|
17
|
+
const PADDING_GRIDLAYOUT = 11;
|
|
18
|
+
const MARGIN_GRIDLAYOUT = 11;
|
|
19
19
|
const DEBOUCED_SAVE_TIME = 500;
|
|
20
20
|
const COOKIE_BREAKPOINT_LAYOUTS = "layoutPros";
|
|
21
21
|
const COOKIE_WINDOWS = "windows";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
2
|
import { useStore } from "zustand";
|
|
3
|
-
import { A as AreasContext } from "../../contexts/AreasContext/index.
|
|
3
|
+
import { A as AreasContext } from "../../contexts/AreasContext/index.37be3e4e.js";
|
|
4
4
|
function useAreasStore(selector, equalityFn) {
|
|
5
5
|
const context = useContext(AreasContext);
|
|
6
6
|
if (!context)
|
|
@@ -9,7 +9,7 @@ import { T as Typography } from "../../mui_extended/Typography/index.379dd374.js
|
|
|
9
9
|
import { unstable_composeClasses } from "@mui/base";
|
|
10
10
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
11
11
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
12
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
12
|
+
import { u as useFormFocus } from "../../../vendor.55925cb3.js";
|
|
13
13
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
14
14
|
import { I as IconButton } from "../../mui_extended/IconButton/index.d8bdadaa.js";
|
|
15
15
|
const AutocompleteRoot = styled("div")(({
|
|
@@ -5,7 +5,7 @@ import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/mater
|
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
|
-
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.
|
|
8
|
+
import { R as RHFAutocomplete, g as getRHFAutocompleteComponentsDictionary } from "../RHFAutocomplete/index.3592430b.js";
|
|
9
9
|
styled("div")(() => ({
|
|
10
10
|
display: "flex",
|
|
11
11
|
width: "100%",
|
|
@@ -6,7 +6,7 @@ import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
|
6
6
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
7
7
|
import { useModuleSkeleton } from "@m4l/core";
|
|
8
8
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
9
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
9
|
+
import { u as useFormFocus } from "../../../vendor.55925cb3.js";
|
|
10
10
|
import { C as CheckBox } from "../../mui_extended/CheckBox.0dcf39ae.js";
|
|
11
11
|
const RHFCheckboxRoot = styled("div")(({
|
|
12
12
|
theme
|
|
@@ -10,7 +10,7 @@ import { generateUtilityClasses, generateUtilityClass, styled, Skeleton } from "
|
|
|
10
10
|
import { unstable_composeClasses } from "@mui/base";
|
|
11
11
|
import { useTheme } from "@mui/material/styles";
|
|
12
12
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
13
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
13
|
+
import { u as useFormFocus } from "../../../vendor.55925cb3.js";
|
|
14
14
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
15
15
|
import { P as Popover } from "../../mui_extended/Popover/index.d85de73b.js";
|
|
16
16
|
import { I as Icon } from "../../Icon/index.14670a00.js";
|
|
@@ -9,7 +9,7 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
9
9
|
import clsx from "clsx";
|
|
10
10
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
11
11
|
import { T as TEST_PROP_ID } from "../../../test/constants_no_mock.86c553a9.js";
|
|
12
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
12
|
+
import { u as useFormFocus } from "../../../vendor.55925cb3.js";
|
|
13
13
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
14
14
|
import { I as Icon } from "../../Icon/index.14670a00.js";
|
|
15
15
|
const SkeletonRHFDateTime = (props) => {
|
|
@@ -4,7 +4,7 @@ import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import { useModuleSkeleton } from "@m4l/core";
|
|
6
6
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
7
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
7
|
+
import { u as useFormFocus } from "../../../vendor.55925cb3.js";
|
|
8
8
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
9
9
|
import { P as Period } from "../../Period/index.ddf8716c.js";
|
|
10
10
|
const RHFPeriodRoot = styled("div")(({
|
|
@@ -9,7 +9,7 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
9
9
|
import { g as getComponentUtilityClass } from "../../../utils/index.24b5284a.js";
|
|
10
10
|
import { H as HelperText } from "../../HelperText/index.7d2afdb3.js";
|
|
11
11
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
12
|
-
import { u as useFormFocus } from "../../../vendor.
|
|
12
|
+
import { u as useFormFocus } from "../../../vendor.55925cb3.js";
|
|
13
13
|
import { F as FieldLabel } from "../../FieldLabel/index.75e89ace.js";
|
|
14
14
|
const SkeletonTextFieldRoot = styled("div")(() => ({
|
|
15
15
|
display: "flex",
|
|
@@ -4,7 +4,7 @@ import clsx from "clsx";
|
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
5
|
import { I as IconButton } from "../mui_extended/IconButton/index.d8bdadaa.js";
|
|
6
6
|
import { I as Icon } from "../Icon/index.14670a00.js";
|
|
7
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
7
|
+
import { u as useModal } from "../../hooks/useModal/index.cb1d6a37.js";
|
|
8
8
|
const Header = (props) => {
|
|
9
9
|
const {
|
|
10
10
|
title,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { A as Actions } from "../CommonActions/components/Actions/index.23bfc86b.js";
|
|
2
2
|
import { Typography } from "@mui/material";
|
|
3
3
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
4
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
+
import { u as useModal } from "../../hooks/useModal/index.cb1d6a37.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { I as Image } from "../Image/index.6aa1ae49.js";
|
|
7
7
|
import { m as modalUtilityClasses } from "./index.61389369.js";
|
|
8
|
-
import { W as WindowBase } from "./WindowBase.
|
|
8
|
+
import { W as WindowBase } from "./WindowBase.2e5506d7.js";
|
|
9
9
|
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.f00f026d.js";
|
|
10
10
|
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.574967a0.js";
|
|
11
11
|
const dictionary = {
|
|
@@ -5,7 +5,9 @@ import { I as IconButton } from "../IconButton/index.d8bdadaa.js";
|
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
7
7
|
import { useResponsiveContainerStore } from "@m4l/graphics";
|
|
8
|
+
import { shallow } from "zustand/shallow";
|
|
8
9
|
import { T as Typography } from "../Typography/index.379dd374.js";
|
|
10
|
+
import { I as Icon } from "../../Icon/index.14670a00.js";
|
|
9
11
|
const PagerRoot = styled("div")(({ theme }) => ({
|
|
10
12
|
...theme.components?.M4LPager?.styleOverrides
|
|
11
13
|
}));
|
|
@@ -127,7 +129,11 @@ const CustomTablePagination = (props) => {
|
|
|
127
129
|
SelectProps,
|
|
128
130
|
labelDisplayedRows = defaultLabelDisplayedRows
|
|
129
131
|
} = props;
|
|
130
|
-
const
|
|
132
|
+
const {
|
|
133
|
+
host_static_assets,
|
|
134
|
+
environment_assets
|
|
135
|
+
} = useEnvironment();
|
|
136
|
+
const isUpSm = useResponsiveContainerStore((state) => state.isUpSm, shallow);
|
|
131
137
|
const theme = useTheme();
|
|
132
138
|
function defaultLabelDisplayedRows({
|
|
133
139
|
from,
|
|
@@ -142,6 +148,10 @@ const CustomTablePagination = (props) => {
|
|
|
142
148
|
}
|
|
143
149
|
return rowsPerPage === -1 ? count : Math.min(count, (page + 1) * rowsPerPage);
|
|
144
150
|
};
|
|
151
|
+
const CustomIconComponent = (props2) => /* @__PURE__ */ jsx(Icon, {
|
|
152
|
+
src: `${host_static_assets}/${environment_assets}/frontend/components/pager/assets/icons/chevronDown.svg`,
|
|
153
|
+
...props2
|
|
154
|
+
});
|
|
145
155
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
146
156
|
children: [rowsPerPageOptions?.length > 1 ? /* @__PURE__ */ jsxs("div", {
|
|
147
157
|
className: classes.labelRowsPerPageContainer,
|
|
@@ -164,6 +174,7 @@ const CustomTablePagination = (props) => {
|
|
|
164
174
|
...theme.components?.M4LPagerMenuPopover?.styleOverrides
|
|
165
175
|
}
|
|
166
176
|
},
|
|
177
|
+
IconComponent: CustomIconComponent,
|
|
167
178
|
...SelectProps,
|
|
168
179
|
children: rowsPerPageOptions.map((item, idx) => /* @__PURE__ */ jsx(MenuItem, {
|
|
169
180
|
className: classes.selectMenuItem,
|
|
@@ -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.f27b7c2d.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
|
@@ -9,7 +9,9 @@ function ModalProvider({
|
|
|
9
9
|
open: false,
|
|
10
10
|
fullScreen: false
|
|
11
11
|
});
|
|
12
|
+
console.log("modalOptions", modalOptions);
|
|
12
13
|
const openModal = (modalOpenProps) => {
|
|
14
|
+
console.log("Value modal props", modalOpenProps);
|
|
13
15
|
setModalOptions({
|
|
14
16
|
open: true,
|
|
15
17
|
initialWidth: 300,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useNetwork, useFlags, useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
|
-
import { u as useModal } from "../useModal/index.
|
|
3
|
+
import { u as useModal } from "../useModal/index.cb1d6a37.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import { W as WindowConfirm } from "../../components/modal/WindowConfirm.
|
|
5
|
+
import { W as WindowConfirm } from "../../components/modal/WindowConfirm.ce47a48a.js";
|
|
6
6
|
function useFormAddEdit(props) {
|
|
7
7
|
const {
|
|
8
8
|
initialValues,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import { M as ModalContext } from "../../contexts/ModalContext/index.
|
|
2
|
+
import { M as ModalContext } from "../../contexts/ModalContext/index.3d48d675.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { L } from "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import { c, e, g } from "./components/DataGrid/index.
|
|
2
|
+
import { c, e, g } from "./components/DataGrid/index.c283b50b.js";
|
|
3
3
|
import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.eac1749c.js";
|
|
4
4
|
import { N as N2 } from "./components/NavLink/index.b75c91e1.js";
|
|
5
5
|
import { S } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
@@ -12,25 +12,25 @@ import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
|
12
12
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
13
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
14
14
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
-
import { A as A2 } from "./components/areas/components/AreasAdmin/index.
|
|
16
|
-
import { A as A3 } from "./components/areas/components/AreasViewer/index.
|
|
15
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.922cdb11.js";
|
|
16
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.f7126815.js";
|
|
17
17
|
import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
18
18
|
import { a as a3, D, M as M3, c as c2 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
19
|
-
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.
|
|
19
|
+
import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.37be3e4e.js";
|
|
20
20
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
21
21
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
22
22
|
import { A as A5, D as D2, L as L3, a as a4, g as g2 } from "./components/areas/dictionary.08cfc4c9.js";
|
|
23
|
-
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.
|
|
24
|
-
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
25
|
-
import { R as R3 } from "./components/hook-form/RHFDateTime/index.
|
|
23
|
+
import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.3592430b.js";
|
|
24
|
+
import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.dfbaece5.js";
|
|
25
|
+
import { R as R3 } from "./components/hook-form/RHFDateTime/index.fc474c35.js";
|
|
26
26
|
import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
27
27
|
import { R as R5 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
28
|
-
import { R as R6 } from "./components/hook-form/RHFPeriod/index.
|
|
28
|
+
import { R as R6 } from "./components/hook-form/RHFPeriod/index.2bf650c4.js";
|
|
29
29
|
import { P as P2, g as g5 } from "./components/Period/index.ddf8716c.js";
|
|
30
30
|
import { R as R7 } from "./components/hook-form/RHFRadioGroup/index.1ddb3d93.js";
|
|
31
|
-
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.
|
|
32
|
-
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.
|
|
33
|
-
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.
|
|
31
|
+
import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.e7d27ca0.js";
|
|
32
|
+
import { R as R9 } from "./components/hook-form/RHFCheckbox/index.251a36b5.js";
|
|
33
|
+
import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.db56e769.js";
|
|
34
34
|
import { R as R11 } from "./components/hook-form/RHFUpload/index.9d4d4460.js";
|
|
35
35
|
import { A as A6 } from "./components/mui_extended/Accordion/index.f9042228.js";
|
|
36
36
|
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
@@ -42,7 +42,7 @@ import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9
|
|
|
42
42
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
43
43
|
import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.d5a031be.js";
|
|
44
44
|
import { M as M4 } from "./components/mui_extended/MenuActions/index.154d57f0.js";
|
|
45
|
-
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.
|
|
45
|
+
import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.da7ea851.js";
|
|
46
46
|
import { a as a6, c as c4, T as T2, d as d2, b as b4 } from "./components/mui_extended/Tab/index.2068925d.js";
|
|
47
47
|
import { C as C2 } from "./components/mui_extended/CheckBox.0dcf39ae.js";
|
|
48
48
|
import { I as I3 } from "./components/mui_extended/IconButton/index.d8bdadaa.js";
|
|
@@ -65,34 +65,34 @@ import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter
|
|
|
65
65
|
import { C as C8 } from "./components/DataGrid/formatters/ColumnDateFormatter/index.704db1ca.js";
|
|
66
66
|
import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.00f9ed87.js";
|
|
67
67
|
import { C as C10 } from "./components/DataGrid/formatters/ColumnPriceFormatter/index.d717405e.js";
|
|
68
|
-
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.
|
|
68
|
+
import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.4089f91b.js";
|
|
69
69
|
import { C as C12 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.eb406256.js";
|
|
70
|
-
import { D as D4, g as g13 } from "./components/DynamicFilter/index.
|
|
70
|
+
import { D as D4, g as g13 } from "./components/DynamicFilter/index.75c66024.js";
|
|
71
71
|
import { F } from "./components/FieldLabel/index.75e89ace.js";
|
|
72
72
|
import { H, e as e2 } from "./components/HelperText/index.7d2afdb3.js";
|
|
73
73
|
import { A as A8, d as d3, g as g14 } from "./components/CommonActions/components/Actions/index.23bfc86b.js";
|
|
74
74
|
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.f00f026d.js";
|
|
75
75
|
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.574967a0.js";
|
|
76
|
-
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.
|
|
76
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.08fe4e27.js";
|
|
77
77
|
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.b5a5c4b4.js";
|
|
78
|
-
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.
|
|
79
|
-
import { G, w, A as A13 } from "./components/GridLayout/index.
|
|
80
|
-
import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.
|
|
81
|
-
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.
|
|
78
|
+
import { D as D5, d as d4 } from "./components/DragResizeWindow/index.82cf6408.js";
|
|
79
|
+
import { G, w, A as A13 } from "./components/GridLayout/index.00740f82.js";
|
|
80
|
+
import { R as R12, a as a8, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.733e8ba6.js";
|
|
81
|
+
import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.247cc027.js";
|
|
82
82
|
import { P as P8 } from "./components/PrintingSystem/index.bcef9a6f.js";
|
|
83
83
|
import { I as I4 } from "./components/Icon/index.14670a00.js";
|
|
84
84
|
import { L as L7 } from "./components/LanguagePopover/index.4149a8da.js";
|
|
85
85
|
import { L as L8 } from "./components/LinearProgressIndeterminate/index.6e5db737.js";
|
|
86
86
|
import { I as I5 } from "./components/Image/index.6aa1ae49.js";
|
|
87
87
|
import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
|
|
88
|
-
import { M as M5, d as d5, g as g15 } from "./components/ModalDialog/index.
|
|
88
|
+
import { M as M5, d as d5, g as g15 } from "./components/ModalDialog/index.f27b7c2d.js";
|
|
89
89
|
import { g as g16 } from "./components/modal/index.61389369.js";
|
|
90
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
91
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
90
|
+
import { W as W2 } from "./components/modal/WindowConfirm.ce47a48a.js";
|
|
91
|
+
import { W as W3 } from "./components/modal/WindowBase.2e5506d7.js";
|
|
92
92
|
import { L as L10, g as g17 } from "./components/LoadingError/index.1ec78dd5.js";
|
|
93
93
|
import { M as M6, g as g18 } from "./components/MFLoader/index.6037f834.js";
|
|
94
94
|
import { N as N3, d as d6, g as g19 } from "./components/NoItemSelected/index.54023226.js";
|
|
95
|
-
import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.
|
|
95
|
+
import { O, d as d7, g as g20 } from "./components/ObjectLogs/index.32ddae31.js";
|
|
96
96
|
import { P as P9 } from "./components/PaperForm/index.63dc4b29.js";
|
|
97
97
|
import { P as P10 } from "./components/PDFViewer/index.d185afd0.js";
|
|
98
98
|
import { H as H2 } from "./components/Page/index.2c550c91.js";
|
|
@@ -107,11 +107,11 @@ import { A as A15, g as g22 } from "./components/AccountPopover/index.69cda48b.j
|
|
|
107
107
|
import { A as A16 } from "./components/commercial/AppBarCommercial/index.3e0ad6ef.js";
|
|
108
108
|
import { H as H3 } from "./components/HamburgerMenu/index.fb1a3aae.js";
|
|
109
109
|
import { T as T8 } from "./components/commercial/TopBar/index.7b22d97b.js";
|
|
110
|
-
import { S as S6, u as u3 } from "./vendor.
|
|
110
|
+
import { S as S6, u as u3 } from "./vendor.55925cb3.js";
|
|
111
111
|
import { R as R14, g as g23 } from "./contexts/RHFormContext/index.7b2a8723.js";
|
|
112
|
-
import { M as M7, a as a10 } from "./contexts/ModalContext/index.
|
|
113
|
-
import { g as g24, u as u4 } from "./hooks/useFormAddEdit/index.
|
|
114
|
-
import { u as u5 } from "./hooks/useModal/index.
|
|
112
|
+
import { M as M7, a as a10 } from "./contexts/ModalContext/index.3d48d675.js";
|
|
113
|
+
import { g as g24, u as u4 } from "./hooks/useFormAddEdit/index.07e5258d.js";
|
|
114
|
+
import { u as u5 } from "./hooks/useModal/index.cb1d6a37.js";
|
|
115
115
|
import { u as u6 } from "./hooks/useTab/index.c0564138.js";
|
|
116
116
|
import "react-router-dom";
|
|
117
117
|
import "@mui/material/styles";
|
|
@@ -124,7 +124,7 @@ import "react-dnd";
|
|
|
124
124
|
import "react-dnd-html5-backend";
|
|
125
125
|
import "./components/DataGrid/constants.e334cd50.js";
|
|
126
126
|
import "@m4l/core";
|
|
127
|
-
import "./components/DataGrid/subcomponents/Actions/index.
|
|
127
|
+
import "./components/DataGrid/subcomponents/Actions/index.d945647f.js";
|
|
128
128
|
import "@m4l/graphics";
|
|
129
129
|
import "zustand/shallow";
|
|
130
130
|
import "@mui/base";
|
|
@@ -133,7 +133,7 @@ import "./test/getNameDataTestId.14875ec7.js";
|
|
|
133
133
|
import "framer-motion";
|
|
134
134
|
import "simplebar-react";
|
|
135
135
|
import "./react-spinners.342a6578.js";
|
|
136
|
-
import "./components/areas/hooks/useAreas/index.
|
|
136
|
+
import "./components/areas/hooks/useAreas/index.e3971ffa.js";
|
|
137
137
|
import "zustand";
|
|
138
138
|
import "yup";
|
|
139
139
|
import "./utils/index.24b5284a.js";
|
|
@@ -169,7 +169,7 @@ import "@mui/lab";
|
|
|
169
169
|
import "./hocs/withToggle/index.e44eb0da.js";
|
|
170
170
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
171
171
|
import "./components/PopupsProvider/index.3d5ad0ee.js";
|
|
172
|
-
import "./components/GridLayout/subcomponents/Griditem/index.
|
|
172
|
+
import "./components/GridLayout/subcomponents/Griditem/index.3d479abb.js";
|
|
173
173
|
import "fast-equals";
|
|
174
174
|
import "./components/PrintingSystem/subcomponents/DividerNode/index.ce81726b.js";
|
|
175
175
|
import "./components/PrintingSystem/subcomponents/SectionNode/index.d6344807.js";
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./assets/Logo/index.228dcb5a.js";
|
|
2
|
-
import "./components/DataGrid/index.
|
|
2
|
+
import "./components/DataGrid/index.c283b50b.js";
|
|
3
3
|
import "./components/DataGrid/subcomponents/editors/TextEditor/index.eac1749c.js";
|
|
4
4
|
import "./components/NavLink/index.b75c91e1.js";
|
|
5
5
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
@@ -12,25 +12,25 @@ import "./components/animate/variants/fade.b561c0fc.js";
|
|
|
12
12
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
13
13
|
import "./components/animate/variants/container.11f82b76.js";
|
|
14
14
|
import "./components/animate/variants/transition.bd46b9ce.js";
|
|
15
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
16
|
-
import "./components/areas/components/AreasViewer/index.
|
|
15
|
+
import "./components/areas/components/AreasAdmin/index.922cdb11.js";
|
|
16
|
+
import "./components/areas/components/AreasViewer/index.f7126815.js";
|
|
17
17
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
18
18
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
19
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
19
|
+
import "./components/areas/contexts/AreasContext/index.37be3e4e.js";
|
|
20
20
|
import "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
21
21
|
import "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
22
22
|
import "./components/areas/dictionary.08cfc4c9.js";
|
|
23
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
24
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
25
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
23
|
+
import "./components/hook-form/RHFAutocomplete/index.3592430b.js";
|
|
24
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.dfbaece5.js";
|
|
25
|
+
import "./components/hook-form/RHFDateTime/index.fc474c35.js";
|
|
26
26
|
import "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
27
27
|
import "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
28
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
28
|
+
import "./components/hook-form/RHFPeriod/index.2bf650c4.js";
|
|
29
29
|
import "./components/Period/index.ddf8716c.js";
|
|
30
30
|
import "./components/hook-form/RHFRadioGroup/index.1ddb3d93.js";
|
|
31
|
-
import "./components/hook-form/RHFColorPicker/index.
|
|
32
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
33
|
-
import "./components/hook-form/RHFTextField/index.
|
|
31
|
+
import "./components/hook-form/RHFColorPicker/index.e7d27ca0.js";
|
|
32
|
+
import "./components/hook-form/RHFCheckbox/index.251a36b5.js";
|
|
33
|
+
import "./components/hook-form/RHFTextField/index.db56e769.js";
|
|
34
34
|
import "./components/hook-form/RHFUpload/index.9d4d4460.js";
|
|
35
35
|
import "./components/mui_extended/Accordion/index.f9042228.js";
|
|
36
36
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
@@ -42,7 +42,7 @@ import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
|
42
42
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
43
43
|
import "./components/mui_extended/Button/index.d5a031be.js";
|
|
44
44
|
import "./components/mui_extended/MenuActions/index.154d57f0.js";
|
|
45
|
-
import "./components/mui_extended/Pager/index.
|
|
45
|
+
import "./components/mui_extended/Pager/index.da7ea851.js";
|
|
46
46
|
import "./components/mui_extended/Tab/index.2068925d.js";
|
|
47
47
|
import "./components/mui_extended/CheckBox.0dcf39ae.js";
|
|
48
48
|
import "./components/mui_extended/IconButton/index.d8bdadaa.js";
|
|
@@ -65,34 +65,34 @@ import "./components/DataGrid/formatters/ColumnBooleanFormatter/index.cf410875.j
|
|
|
65
65
|
import "./components/DataGrid/formatters/ColumnDateFormatter/index.704db1ca.js";
|
|
66
66
|
import "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.00f9ed87.js";
|
|
67
67
|
import "./components/DataGrid/formatters/ColumnPriceFormatter/index.d717405e.js";
|
|
68
|
-
import "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.
|
|
68
|
+
import "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.4089f91b.js";
|
|
69
69
|
import "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.eb406256.js";
|
|
70
|
-
import "./components/DynamicFilter/index.
|
|
70
|
+
import "./components/DynamicFilter/index.75c66024.js";
|
|
71
71
|
import "./components/FieldLabel/index.75e89ace.js";
|
|
72
72
|
import "./components/HelperText/index.7d2afdb3.js";
|
|
73
73
|
import "./components/CommonActions/components/Actions/index.23bfc86b.js";
|
|
74
74
|
import "./components/CommonActions/components/ActionCancel/index.f00f026d.js";
|
|
75
75
|
import "./components/CommonActions/components/ActionIntro/index.574967a0.js";
|
|
76
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
76
|
+
import "./components/CommonActions/components/ActionFormCancel/index.08fe4e27.js";
|
|
77
77
|
import "./components/CommonActions/components/ActionFormIntro/index.b5a5c4b4.js";
|
|
78
|
-
import "./components/DragResizeWindow/index.
|
|
79
|
-
import "./components/GridLayout/index.
|
|
80
|
-
import "./components/GridLayout/subcomponents/Responsive/index.
|
|
81
|
-
import "./components/GridLayout/subcomponents/SizeProvider/index.
|
|
78
|
+
import "./components/DragResizeWindow/index.82cf6408.js";
|
|
79
|
+
import "./components/GridLayout/index.00740f82.js";
|
|
80
|
+
import "./components/GridLayout/subcomponents/Responsive/index.733e8ba6.js";
|
|
81
|
+
import "./components/GridLayout/subcomponents/SizeProvider/index.247cc027.js";
|
|
82
82
|
import "./components/PrintingSystem/index.bcef9a6f.js";
|
|
83
83
|
import "./components/Icon/index.14670a00.js";
|
|
84
84
|
import "./components/LanguagePopover/index.4149a8da.js";
|
|
85
85
|
import "./components/LinearProgressIndeterminate/index.6e5db737.js";
|
|
86
86
|
import "./components/Image/index.6aa1ae49.js";
|
|
87
87
|
import "./components/Loadable/index.e994fc3e.js";
|
|
88
|
-
import "./components/ModalDialog/index.
|
|
88
|
+
import "./components/ModalDialog/index.f27b7c2d.js";
|
|
89
89
|
import "./components/modal/index.61389369.js";
|
|
90
|
-
import "./components/modal/WindowConfirm.
|
|
91
|
-
import "./components/modal/WindowBase.
|
|
90
|
+
import "./components/modal/WindowConfirm.ce47a48a.js";
|
|
91
|
+
import "./components/modal/WindowBase.2e5506d7.js";
|
|
92
92
|
import "./components/LoadingError/index.1ec78dd5.js";
|
|
93
93
|
import "./components/MFLoader/index.6037f834.js";
|
|
94
94
|
import "./components/NoItemSelected/index.54023226.js";
|
|
95
|
-
import "./components/ObjectLogs/index.
|
|
95
|
+
import "./components/ObjectLogs/index.32ddae31.js";
|
|
96
96
|
import "./components/PaperForm/index.63dc4b29.js";
|
|
97
97
|
import "./components/PDFViewer/index.d185afd0.js";
|
|
98
98
|
import "./components/Page/index.2c550c91.js";
|
|
@@ -112,9 +112,9 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
112
112
|
import { g as getComponentUtilityClass } from "./utils/index.24b5284a.js";
|
|
113
113
|
import { jsx } from "react/jsx-runtime";
|
|
114
114
|
import "./contexts/RHFormContext/index.7b2a8723.js";
|
|
115
|
-
import "./contexts/ModalContext/index.
|
|
116
|
-
import "./hooks/useFormAddEdit/index.
|
|
117
|
-
import "./hooks/useModal/index.
|
|
115
|
+
import "./contexts/ModalContext/index.3d48d675.js";
|
|
116
|
+
import "./hooks/useFormAddEdit/index.07e5258d.js";
|
|
117
|
+
import "./hooks/useModal/index.cb1d6a37.js";
|
|
118
118
|
import "./hooks/useTab/index.c0564138.js";
|
|
119
119
|
import { useState } from "react";
|
|
120
120
|
const useFormFocus = () => {
|