@m4l/components 0.2.25 → 0.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/export.d.ts +3 -0
- package/components/AccountPopover/{index.505e278a.js → index.e31fc908.js} +2 -2
- package/components/AppBar/{index.7106417d.js → index.4945897e.js} +3 -4
- package/components/CommonActions/components/ActionCancel/{index.de862adf.js → index.33a748be.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.3fd5c858.js → index.9a965204.js} +4 -4
- package/components/CommonActions/components/ActionFormIntro/{index.07394f62.js → index.7add0125.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.79fc2386.js → index.ac7cd0ee.js} +2 -2
- package/components/CommonActions/components/Actions/{index.2f6286eb.js → index.389f9b28.js} +1 -2
- package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.36270dd1.js → index.f731d23f.js} +1 -1
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.8b008692.js → index.ad82747c.js} +1 -1
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.cb308086.js → index.64854fdd.js} +1 -1
- package/components/DataGrid/formatters/ColumnPointsFormatter/{index.f3d6036f.js → index.4335c26b.js} +1 -1
- package/components/DataGrid/{index.b1eafce1.js → index.1c695ed3.js} +4 -5
- package/components/DataGrid/subcomponents/Actions/{index.9af87fa1.js → index.4a402633.js} +11 -12
- package/components/DataGrid/subcomponents/editors/TextEditor/{index.91380a55.js → index.eac1749c.js} +12 -1
- package/components/DragResizeWindow/{index.051c743d.js → index.f84451f8.js} +2 -3
- package/components/DynamicFilter/{index.b93e5649.js → index.22ba3195.js} +16 -16
- package/components/FieldLabel/FieldLabel.d.ts +2 -0
- package/components/FieldLabel/classes/constants.d.ts +1 -0
- package/components/FieldLabel/classes/index.d.ts +10 -0
- package/components/FieldLabel/classes/types.d.ts +11 -0
- package/components/FieldLabel/index.1da2a28d.js +82 -0
- package/components/FieldLabel/index.d.ts +1 -0
- package/components/FieldLabel/types.d.ts +8 -0
- package/components/HamburgerMenu/{index.25029e23.js → index.1663edef.js} +2 -2
- package/components/Icon/{index.b920baf8.js → index.8c744412.js} +1 -1
- package/components/Image/{index.d034ca68.js → index.39b3b9d9.js} +3 -4
- package/components/LanguagePopover/{index.e54c5cc7.js → index.80896e49.js} +3 -3
- package/components/LoadingError/{index.123e16f8.js → index.9c64680a.js} +2 -2
- package/components/MFLoader/{index.52096ea5.js → index.7cd7c372.js} +1 -1
- package/components/ModalDialog/{index.2e931b5f.js → index.ce0f4d16.js} +3 -3
- package/components/NoItemSelected/{index.1024b856.js → index.ffba558b.js} +2 -3
- package/components/ObjectLogs/{index.d10f4a2f.js → index.dd6a5009.js} +7 -8
- package/components/PDFViewer/{index.98852f91.js → index.093ddd35.js} +1 -1
- package/components/Page/{index.def863f2.js → index.1b20a73e.js} +1 -1
- package/components/PaperForm/{index.8a617a66.js → index.42e78a24.js} +2 -3
- package/components/Period/classes/index.d.ts +3 -1
- package/components/Period/classes/types.d.ts +6 -1
- package/components/Period/{index.d80dff10.js → index.6e8d92dc.js} +76 -61
- package/components/Period/subcomponents/SkeletonPeriod/index.d.ts +2 -0
- package/components/Period/subcomponents/SkeletonPeriod/types.d.ts +4 -0
- package/components/Period/types.d.ts +4 -1
- package/components/PrintingSystem/{index.2e17cae5.js → index.c2d21657.js} +14 -14
- package/components/PrintingSystem/subcomponents/BodyNode/{index.c5ffe20a.js → index.c7b59f3f.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.020c037c.js → index.263f02f0.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.78b023bb.js → index.f00c44f3.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.b29fc1e9.js → index.fb323704.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.11626284.js → index.1ed935be.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.ef44c8ab.js → index.5173c74a.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.d72d224b.js → index.fad64696.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.8e53440c.js → index.3a3e5fd0.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.0b66458e.js → index.2890fc12.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.b4c72fef.js → index.148708e6.js} +1 -1
- package/components/PropertyValue/{index.3b6670d4.js → index.4ea5af0f.js} +2 -3
- package/components/Resizeable/{index.0eb66c37.js → index.8db8f77d.js} +1 -1
- package/components/ScrollBar/{index.010f1b9d.js → index.7dfc2f29.js} +4 -3
- package/components/ScrollBar/index.d.ts +2 -2
- package/components/SideBar/classes/index.d.ts +7 -2
- package/components/SideBar/classes/types.d.ts +6 -1
- package/components/SideBar/constants.d.ts +2 -0
- package/components/SideBar/context/sideBarContext/types.d.ts +3 -1
- package/components/SideBar/{index.cdb70977.js → index.141dac10.js} +251 -410
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/index.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/ContentComponent/index.d.ts +1 -0
- package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -1
- package/components/SideBar/types.d.ts +1 -4
- package/components/SplitLayout/{index.30fd5861.js → index.3856385c.js} +1 -2
- package/components/ToastContainer/{index.97fdba82.js → index.98c4873e.js} +2 -2
- package/components/areas/components/AreasAdmin/{index.e4f0ccc1.js → index.debe3e3d.js} +13 -14
- package/components/areas/components/AreasViewer/{index.f87c63ca.js → index.82a22acb.js} +9 -10
- package/components/areas/contexts/AreasContext/{index.3e3d8c62.js → index.0dc69929.js} +2 -2
- package/components/areas/hooks/useAreas/{index.b18fe111.js → index.ca15a4b6.js} +1 -1
- package/components/commercial/TopBar/{index.8e2163f7.js → index.32a332c4.js} +5 -18
- package/components/formatters/BooleanFormatter/{index.b3052107.js → index.0703a256.js} +2 -2
- package/components/formatters/PointsFormatter/{index.5c94c5e8.js → index.8a4fa393.js} +4 -4
- package/components/formatters/{index.95cc337e.js → index.94be7098.js} +1 -1
- package/components/hook-form/RHFAutocomplete/{index.cf399b24.js → index.993794f8.js} +22 -11
- package/components/hook-form/RHFAutocomplete/types.d.ts +5 -6
- package/components/hook-form/RHFAutocompleteAsync/{index.b2b75475.js → index.924c6473.js} +2 -3
- package/components/hook-form/RHFCheckbox/{index.a38715e3.js → index.f1fd5789.js} +18 -8
- package/components/hook-form/RHFCheckbox/types.d.ts +2 -1
- package/components/hook-form/RHFColorPicker/RFHColorPicker.d.ts +8 -0
- package/components/hook-form/RHFColorPicker/classes/index.d.ts +2 -1
- package/components/hook-form/RHFColorPicker/classes/types.d.ts +2 -0
- package/components/hook-form/RHFColorPicker/dictionary.d.ts +1 -0
- package/components/hook-form/RHFColorPicker/index.60b50052.js +188 -0
- package/components/hook-form/RHFColorPicker/index.d.ts +2 -8
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +2 -1
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/types.d.ts +3 -0
- package/components/hook-form/RHFColorPicker/types.d.ts +11 -2
- package/components/hook-form/RHFDateTime/classes/types.d.ts +2 -0
- package/components/hook-form/RHFDateTime/{index.5a673a96.js → index.2396ea4a.js} +35 -37
- package/components/hook-form/RHFDateTime/subcomponents/Skeleton/types.d.ts +3 -2
- package/components/hook-form/RHFDateTime/types.d.ts +2 -1
- package/components/hook-form/RHFPeriod/{index.4205c8ab.js → index.011965ef.js} +18 -4
- package/components/hook-form/RHFPeriod/types.d.ts +3 -1
- package/components/hook-form/RHFTextField/{index.fbb29ee1.js → index.fb0d1cac.js} +21 -12
- package/components/hook-form/RHFTextField/types.d.ts +2 -2
- package/components/hook-form/RHFTextFieldPassword/types.d.ts +0 -1
- package/components/hook-form/RHFUpload/{index.05d7e2a7.js → index.e5f734b8.js} +4 -5
- package/components/hook-form/index.d.ts +1 -1
- package/components/index.d.ts +1 -0
- package/components/modal/{WindowBase.998b8a38.js → WindowBase.dd1d2d7b.js} +3 -3
- package/components/modal/{WindowConfirm.55ac3c8f.js → WindowConfirm.4501497a.js} +6 -6
- package/components/mui_extended/Accordion/{index.fb4eb664.js → index.4393eca9.js} +2 -2
- package/components/mui_extended/Button/{index.e520bd15.js → index.93389adb.js} +1 -1
- package/components/mui_extended/CheckBox/types.d.ts +2 -1
- package/components/mui_extended/{CheckBox.e662d20c.js → CheckBox.840a443f.js} +21 -23
- package/components/mui_extended/IconButton/{index.9ea23f87.js → index.383f5496.js} +1 -1
- package/components/mui_extended/MenuActions/{index.fa7c26a5.js → index.e6e3aac8.js} +4 -5
- package/components/mui_extended/Pager/{index.0c703574.js → index.5791276c.js} +2 -3
- package/components/mui_extended/Popover/{index.b3eca6b1.js → index.d85de73b.js} +1 -2
- package/components/mui_extended/Tab/{index.409b9c74.js → index.2068925d.js} +2 -3
- package/components/mui_extended/ToggleButton/{index.bcaea74b.js → index.4ac1f974.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.131772d7.js → index.8ca0114f.js} +1 -1
- package/contexts/ModalContext/{index.978a412d.js → index.dde4e35a.js} +1 -1
- package/contexts/RHFormContext/{index.7769076a.js → index.7b2a8723.js} +1 -2
- package/hooks/useFormAddEdit/{index.4caddd24.js → index.7fdad61d.js} +2 -2
- package/hooks/useModal/{index.786a4439.js → index.2f1d6a07.js} +1 -1
- package/hooks/useTab/{index.eee18a49.js → index.c0564138.js} +1 -1
- package/index.js +118 -115
- package/{node_modules.71622512.js → node_modules.585eab0e.js} +1 -1
- package/package.json +1 -1
- package/{vendor.a735310a.js → vendor.173d0b89.js} +68 -67
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/index.d.ts +0 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/types.d.ts +0 -3
- package/components/SideBar/subcomponents/ContentGroups/type.d.ts +0 -7
- package/components/hook-form/RHFColorPicker/index.48a1ee1b.js +0 -153
- package/components/mui_extended/Popover/index.d.ts +0 -2
package/@types/export.d.ts
CHANGED
|
@@ -406,5 +406,8 @@ declare module '@mui/material/styles' {
|
|
|
406
406
|
M4LSectionCommercial?: {
|
|
407
407
|
styleOverrides?: ComponentsOverrides<Theme>['M4LSectionComercial'];
|
|
408
408
|
};
|
|
409
|
+
M4LFieldLabel?: {
|
|
410
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LFieldLabel'];
|
|
411
|
+
};
|
|
409
412
|
}
|
|
410
413
|
}
|
|
@@ -6,8 +6,8 @@ import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
|
6
6
|
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
|
-
import { P as Popover } from "../mui_extended/Popover/index.
|
|
10
|
-
import { I as Icon } from "../Icon/index.
|
|
9
|
+
import { P as Popover } from "../mui_extended/Popover/index.d85de73b.js";
|
|
10
|
+
import { I as Icon } from "../Icon/index.8c744412.js";
|
|
11
11
|
import clsx from "clsx";
|
|
12
12
|
const componentName = "M4LAccountPopover";
|
|
13
13
|
generateUtilityClasses(componentName, [
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { styled } from "@mui/material
|
|
1
|
+
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
3
3
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
4
4
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
5
|
-
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
6
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
8
|
-
import { I as Image } from "../Image/index.
|
|
7
|
+
import { I as Image } from "../Image/index.39b3b9d9.js";
|
|
9
8
|
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
10
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
9
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.383f5496.js";
|
|
11
10
|
const AppBarRoot = styled("header")(({
|
|
12
11
|
theme
|
|
13
12
|
}) => ({
|
package/components/CommonActions/components/ActionCancel/{index.de862adf.js → index.33a748be.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.93389adb.js";
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.389f9b28.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.3fd5c858.js → index.9a965204.js}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary } from "@m4l/core";
|
|
3
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
+
import { B as Button } from "../../../mui_extended/Button/index.93389adb.js";
|
|
4
4
|
import { useCallback, useEffect } from "react";
|
|
5
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
6
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
5
|
+
import { u as useModal } from "../../../../hooks/useModal/index.2f1d6a07.js";
|
|
6
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.389f9b28.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.4501497a.js";
|
|
10
10
|
function ActionFormCancel() {
|
|
11
11
|
const {
|
|
12
12
|
getLabel
|
package/components/CommonActions/components/ActionFormIntro/{index.07394f62.js → index.7add0125.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
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.
|
|
5
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { L as LoadingButton } from "../../../mui_extended/Button/index.93389adb.js";
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.389f9b28.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.79fc2386.js → index.ac7cd0ee.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
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.93389adb.js";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
4
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.389f9b28.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
2
|
-
import { generateUtilityClasses } from "@mui/material";
|
|
2
|
+
import { generateUtilityClasses, styled } from "@mui/material";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
4
|
import { g as getComponentUtilityClass } from "../../../../utils/index.de903261.js";
|
|
5
|
-
import { styled } from "@mui/material/styles";
|
|
6
5
|
import { jsx } from "react/jsx-runtime";
|
|
7
6
|
const componentName = "M4LCommonActions";
|
|
8
7
|
generateUtilityClasses(componentName, [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getPropertyByString } from "@m4l/core";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { B as BooleanFormatter } from "../../../formatters/BooleanFormatter/index.
|
|
3
|
+
import { B as BooleanFormatter } from "../../../formatters/BooleanFormatter/index.0703a256.js";
|
|
4
4
|
function ColumnBooleanFormatter(props) {
|
|
5
5
|
const {
|
|
6
6
|
fieldValue,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getPropertyByString } from "@m4l/core";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { C as ConcatenatedFormatter } from "../../../formatters/index.
|
|
3
|
+
import { C as ConcatenatedFormatter } from "../../../formatters/index.94be7098.js";
|
|
4
4
|
function ColumnConcatenatedValueFormatter(props) {
|
|
5
5
|
const {
|
|
6
6
|
fieldValue,
|
|
@@ -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.1c695ed3.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
function ColumnInteractiveCheckFormatter(props) {
|
|
5
5
|
const {
|
package/components/DataGrid/formatters/ColumnPointsFormatter/{index.f3d6036f.js → index.4335c26b.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PointsFormatter } from "../../../formatters/PointsFormatter/index.
|
|
1
|
+
import { P as PointsFormatter } from "../../../formatters/PointsFormatter/index.8a4fa393.js";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
function ColumnPointsFormatter(props) {
|
|
4
4
|
return (obProps) => {
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
2
|
-
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.
|
|
3
|
-
import { styled } from "@mui/material
|
|
1
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.ce0f4d16.js";
|
|
2
|
+
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.5791276c.js";
|
|
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";
|
|
6
6
|
import { useDrag, useDrop, DndProvider } from "react-dnd";
|
|
7
7
|
import { HTML5Backend } from "react-dnd-html5-backend";
|
|
8
|
-
import { SvgIcon, Checkbox, InputBase, Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
9
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
9
|
import { D as DATAGRID_SELECT_COLUMN_KEY, c as componentName, a as DATAGRID_PREFIX_NAME } from "./constants.e334cd50.js";
|
|
11
10
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString } from "@m4l/core";
|
|
12
|
-
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.
|
|
11
|
+
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.4a402633.js";
|
|
13
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
14
13
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
15
14
|
import { g as getNameDataTestId } from "../../test/getNameDataTestId.14875ec7.js";
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.
|
|
2
|
-
import { u as useDataGrid, a as useFilters, D as DataGridRoot, b as dictionary } from "../../index.
|
|
3
|
-
import { useTheme, Skeleton } from "@mui/material";
|
|
1
|
+
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.e6e3aac8.js";
|
|
2
|
+
import { u as useDataGrid, a as useFilters, D as DataGridRoot, b as dictionary } from "../../index.1c695ed3.js";
|
|
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.
|
|
7
|
-
import { I as IconButton } from "../../../mui_extended/IconButton/index.
|
|
6
|
+
import { P as Pager } from "../../../mui_extended/Pager/index.5791276c.js";
|
|
7
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.383f5496.js";
|
|
8
8
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
9
9
|
import { forwardRef, useRef, useState, useImperativeHandle, useMemo, useEffect, useCallback } from "react";
|
|
10
10
|
import { D as DataGrid$1 } from "../../../../react-data-grid.c5377916.js";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { A as
|
|
15
|
-
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.79fc2386.js";
|
|
11
|
+
import { C as ColumnInteractiveCheckFormatter } from "../../formatters/ColumnInteractiveCheckFormatter/index.64854fdd.js";
|
|
12
|
+
import { u as useModal } from "../../../../hooks/useModal/index.2f1d6a07.js";
|
|
13
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.33a748be.js";
|
|
14
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.ac7cd0ee.js";
|
|
16
15
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
17
|
-
import { W as WindowBase } from "../../../modal/WindowBase.
|
|
18
|
-
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.
|
|
16
|
+
import { W as WindowBase } from "../../../modal/WindowBase.dd1d2d7b.js";
|
|
17
|
+
import { A as Actions$1 } from "../../../CommonActions/components/Actions/index.389f9b28.js";
|
|
19
18
|
function ActionsFormatter(props) {
|
|
20
19
|
const {
|
|
21
20
|
rowActionsGetter,
|
package/components/DataGrid/subcomponents/editors/TextEditor/{index.91380a55.js → index.eac1749c.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { styled } from "@mui/material
|
|
1
|
+
import { styled } from "@mui/material";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
const Input = styled("input")(() => ({
|
|
4
4
|
appearance: "none",
|
|
@@ -46,11 +46,22 @@ function NumberEditor({
|
|
|
46
46
|
onRowChange,
|
|
47
47
|
onClose
|
|
48
48
|
}) {
|
|
49
|
+
console.log("number editor");
|
|
50
|
+
const handleKeyDown = (event) => {
|
|
51
|
+
console.log("number editor key", event.key);
|
|
52
|
+
if (event.key === "ArrowUp" || event.key === "ArrowDown") {
|
|
53
|
+
onClose(true);
|
|
54
|
+
}
|
|
55
|
+
if (event.key === "Enter") {
|
|
56
|
+
onClose(true);
|
|
57
|
+
}
|
|
58
|
+
};
|
|
49
59
|
return /* @__PURE__ */ jsx(Input, {
|
|
50
60
|
className: "rdg-text-editor",
|
|
51
61
|
ref: autoFocusAndSelect,
|
|
52
62
|
type: "number",
|
|
53
63
|
value: row[column.key],
|
|
64
|
+
onKeyDown: handleKeyDown,
|
|
54
65
|
onChange: (event) => onRowChange({
|
|
55
66
|
...row,
|
|
56
67
|
[column.key]: event.target.value !== "" ? Number(event.target.value) : ""
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useCallback, useEffect, useMemo } from "react";
|
|
2
2
|
import { D as DraggableCore_1 } from "../../react-draggable.ee21cb7e.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import { styled } from "@mui/material
|
|
5
|
-
import { M as MAP_ZINDEX_OVER_MAP } from "../../vendor.
|
|
6
|
-
import { generateUtilityClasses } from "@mui/material";
|
|
4
|
+
import { styled, generateUtilityClasses } from "@mui/material";
|
|
5
|
+
import { M as MAP_ZINDEX_OVER_MAP } from "../../vendor.173d0b89.js";
|
|
7
6
|
import "@mui/base";
|
|
8
7
|
import { M as MAP_ZINDEX_OVER_MAP$1 } from "../PopupsProvider/index.3d5ad0ee.js";
|
|
9
8
|
import { R as Resizable } from "../../react-resizable.ee028152.js";
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { useContext, useMemo, useEffect, createContext, useRef, createElement, useState, useCallback } from "react";
|
|
2
2
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton, useFlagsPresent, CommonFlags } from "@m4l/core";
|
|
3
3
|
import { useStore, createStore } from "zustand";
|
|
4
|
-
import { generateUtilityClasses,
|
|
4
|
+
import { generateUtilityClasses, styled, alpha, Skeleton, MenuItem } from "@mui/material";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.de903261.js";
|
|
7
7
|
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
|
-
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.
|
|
11
|
-
import { g as getRHFAutocompleteComponentsDictionary, R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
10
|
+
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.389f9b28.js";
|
|
11
|
+
import { g as getRHFAutocompleteComponentsDictionary, R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.993794f8.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.2396ea4a.js";
|
|
17
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.fb0d1cac.js";
|
|
18
18
|
import * as Yup from "yup";
|
|
19
19
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
20
|
-
import {
|
|
21
|
-
import { S as ScrollBar } from "../ScrollBar/index.010f1b9d.js";
|
|
20
|
+
import { S as ScrollBar } from "../ScrollBar/index.7dfc2f29.js";
|
|
22
21
|
import clsx from "clsx";
|
|
23
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
24
|
-
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.
|
|
25
|
-
import { P as Popover } from "../mui_extended/Popover/index.
|
|
26
|
-
import { I as Icon } from "../Icon/index.
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import { A as
|
|
22
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.383f5496.js";
|
|
23
|
+
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.e6e3aac8.js";
|
|
24
|
+
import { P as Popover } from "../mui_extended/Popover/index.d85de73b.js";
|
|
25
|
+
import { I as Icon } from "../Icon/index.8c744412.js";
|
|
26
|
+
import { useTheme } from "@mui/material/styles";
|
|
27
|
+
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.7b2a8723.js";
|
|
28
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.33a748be.js";
|
|
29
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.ac7cd0ee.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";
|
|
@@ -1293,14 +1293,14 @@ function ApplyedFilters() {
|
|
|
1293
1293
|
})
|
|
1294
1294
|
});
|
|
1295
1295
|
}
|
|
1296
|
-
const SKTClearFilters = styled
|
|
1296
|
+
const SKTClearFilters = styled("div")(() => ({
|
|
1297
1297
|
display: "flex",
|
|
1298
1298
|
justifyContent: "center",
|
|
1299
1299
|
alignItems: "center",
|
|
1300
1300
|
width: "24px",
|
|
1301
1301
|
height: "24px"
|
|
1302
1302
|
}));
|
|
1303
|
-
styled
|
|
1303
|
+
styled("div")(({
|
|
1304
1304
|
theme
|
|
1305
1305
|
}) => ({
|
|
1306
1306
|
paddingLeft: theme.spacing(0.5),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const componentName = "M4LFieldLabel";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FieldLabelClassesType } from './types';
|
|
2
|
+
export declare const languagePopoverClasses: FieldLabelClassesType;
|
|
3
|
+
export declare const useUtilityClasses: () => {
|
|
4
|
+
label: string;
|
|
5
|
+
root: string;
|
|
6
|
+
tooltip: string;
|
|
7
|
+
mandatory: string;
|
|
8
|
+
tooltipIcon: string;
|
|
9
|
+
containerIcon: string;
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { useUtilityClasses } from ".";
|
|
2
|
+
export interface FieldLabelClassesType {
|
|
3
|
+
root: string;
|
|
4
|
+
label: string;
|
|
5
|
+
tooltip: string;
|
|
6
|
+
tooltipIcon: string;
|
|
7
|
+
containerIcon: string;
|
|
8
|
+
mandatory: string;
|
|
9
|
+
}
|
|
10
|
+
export declare type FieldLabelClassesKey = keyof FieldLabelClassesType;
|
|
11
|
+
export declare type ClassesFieldLabel = ReturnType<typeof useUtilityClasses>;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
2
|
+
import { styled, generateUtilityClasses, Tooltip, Skeleton } from "@mui/material";
|
|
3
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../utils/index.de903261.js";
|
|
5
|
+
import clsx from "clsx";
|
|
6
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
7
|
+
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
8
|
+
import { I as Icon } from "../Icon/index.8c744412.js";
|
|
9
|
+
const FieldLabelRoot = styled("label")(({ theme }) => ({
|
|
10
|
+
...theme.components?.M4LFieldLabel?.styleOverrides
|
|
11
|
+
}));
|
|
12
|
+
const componentName = "M4LFieldLabel";
|
|
13
|
+
generateUtilityClasses(componentName, [
|
|
14
|
+
"root",
|
|
15
|
+
"label",
|
|
16
|
+
"tooltip",
|
|
17
|
+
"tooltipIcon",
|
|
18
|
+
"containerIcon",
|
|
19
|
+
"mandatory"
|
|
20
|
+
]);
|
|
21
|
+
const useUtilityClasses = () => {
|
|
22
|
+
const slots = {
|
|
23
|
+
root: ["root"],
|
|
24
|
+
label: ["label"],
|
|
25
|
+
tooltip: ["tooltip"],
|
|
26
|
+
tooltipIcon: ["tooltipIcon"],
|
|
27
|
+
containerIcon: ["containerIcon"],
|
|
28
|
+
mandatory: ["mandatory"]
|
|
29
|
+
};
|
|
30
|
+
const composedClasses = unstable_composeClasses(slots, getComponentUtilityClass(componentName), {});
|
|
31
|
+
return {
|
|
32
|
+
...composedClasses
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
const FieldLabel = (props) => {
|
|
36
|
+
const {
|
|
37
|
+
helperMessage: message,
|
|
38
|
+
label,
|
|
39
|
+
mandatory,
|
|
40
|
+
mandatoryMessage,
|
|
41
|
+
htmlFor,
|
|
42
|
+
className
|
|
43
|
+
} = props;
|
|
44
|
+
const {
|
|
45
|
+
host_static_assets,
|
|
46
|
+
environment_assets
|
|
47
|
+
} = useEnvironment();
|
|
48
|
+
const classes = useUtilityClasses();
|
|
49
|
+
const isSkeleton = useModuleSkeleton();
|
|
50
|
+
return /* @__PURE__ */ jsx(FieldLabelRoot, {
|
|
51
|
+
htmlFor,
|
|
52
|
+
className: clsx(classes.root, className),
|
|
53
|
+
children: !isSkeleton ? /* @__PURE__ */ jsxs(Fragment, {
|
|
54
|
+
children: [/* @__PURE__ */ jsx(Typography, {
|
|
55
|
+
variant: "body",
|
|
56
|
+
className: classes.label,
|
|
57
|
+
children: label
|
|
58
|
+
}), mandatory && /* @__PURE__ */ jsx(Typography, {
|
|
59
|
+
variant: "body",
|
|
60
|
+
className: classes.mandatory,
|
|
61
|
+
children: mandatoryMessage ? `(${mandatoryMessage})` : "*"
|
|
62
|
+
}), message && /* @__PURE__ */ jsx(Tooltip, {
|
|
63
|
+
title: message,
|
|
64
|
+
className: classes.tooltip,
|
|
65
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
66
|
+
className: classes.containerIcon,
|
|
67
|
+
children: /* @__PURE__ */ jsx(Icon, {
|
|
68
|
+
className: classes.tooltipIcon,
|
|
69
|
+
src: `${host_static_assets}/${environment_assets}/frontend/components/LabelMessage/assets/icons/information.svg`
|
|
70
|
+
})
|
|
71
|
+
})
|
|
72
|
+
})]
|
|
73
|
+
}) : /* @__PURE__ */ jsx(Skeleton, {
|
|
74
|
+
variant: "text",
|
|
75
|
+
width: "30%",
|
|
76
|
+
height: "14px"
|
|
77
|
+
})
|
|
78
|
+
});
|
|
79
|
+
};
|
|
80
|
+
export {
|
|
81
|
+
FieldLabel as F
|
|
82
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FieldLabel } from './FieldLabel';
|
|
@@ -5,8 +5,8 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
6
6
|
import { useEnvironment } from "@m4l/core";
|
|
7
7
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
8
|
-
import { S as SideBar } from "../SideBar/index.
|
|
9
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
8
|
+
import { S as SideBar } from "../SideBar/index.141dac10.js";
|
|
9
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.383f5496.js";
|
|
10
10
|
const HamburgerMenuRoot = styled("header")(({
|
|
11
11
|
theme
|
|
12
12
|
}) => ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from "react";
|
|
2
2
|
import { useEnvironment } from "@m4l/core";
|
|
3
3
|
import { styled, generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
4
|
-
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.
|
|
4
|
+
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.141dac10.js";
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -5,8 +5,8 @@ import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
|
5
5
|
import { styled, Skeleton as Skeleton$1, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import clsx from "clsx";
|
|
8
|
-
import { c as classes, g as getSize } from "../PrintingSystem/index.
|
|
9
|
-
import { Q as QRCode } from "../../node_modules.
|
|
8
|
+
import { c as classes, g as getSize } from "../PrintingSystem/index.c2d21657.js";
|
|
9
|
+
import { Q as QRCode } from "../../node_modules.585eab0e.js";
|
|
10
10
|
function isIntersectionObserverAvailable() {
|
|
11
11
|
return typeof window !== "undefined" && "IntersectionObserver" in window && "IntersectionObserverEntry" in window;
|
|
12
12
|
}
|
|
@@ -72,7 +72,6 @@ const BasicIntersectComponent = forwardRef((props, ref) => {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
BasicIntersectComponent.displayName = "IntersectComponent";
|
|
75
|
-
const WrapperLazyLoadComponent = styled("div")(() => ({}));
|
|
76
75
|
function LazyLoadComponent(props) {
|
|
77
76
|
const {
|
|
78
77
|
children,
|
|
@@ -84,7 +83,7 @@ function LazyLoadComponent(props) {
|
|
|
84
83
|
const {
|
|
85
84
|
classes: classes2
|
|
86
85
|
} = useBase();
|
|
87
|
-
return /* @__PURE__ */ jsx(
|
|
86
|
+
return /* @__PURE__ */ jsx("div", {
|
|
88
87
|
className: classes2.lazyLoad,
|
|
89
88
|
...process.env.NODE_ENV !== "production" ? {
|
|
90
89
|
[TEST_PROP_ID]: getNameDataTestId("lazyLoad")
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { useState, useEffect } from "react";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Stack, MenuItem } from "@mui/material";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.39b3b9d9.js";
|
|
4
4
|
import { useLocales } from "@m4l/graphics";
|
|
5
|
-
import { I as ImageButton } from "../mui_extended/Button/index.
|
|
5
|
+
import { I as ImageButton } from "../mui_extended/Button/index.93389adb.js";
|
|
6
6
|
import { useEnvironment, useNetwork } from "@m4l/core";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
8
8
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
9
9
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
10
10
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
11
|
-
import { P as Popover } from "../mui_extended/Popover/index.
|
|
11
|
+
import { P as Popover } from "../mui_extended/Popover/index.d85de73b.js";
|
|
12
12
|
const LanguagePopoverRoot = styled("div")(({
|
|
13
13
|
theme
|
|
14
14
|
}) => ({
|
|
@@ -4,9 +4,9 @@ import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/mater
|
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { L as LinearProgressIndeterminate } from "../LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
7
|
-
import { I as Icon } from "../Icon/index.
|
|
7
|
+
import { I as Icon } from "../Icon/index.8c744412.js";
|
|
8
8
|
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
9
|
-
import { B as Button } from "../mui_extended/Button/index.
|
|
9
|
+
import { B as Button } from "../mui_extended/Button/index.93389adb.js";
|
|
10
10
|
const componentName = "M4LoadingError";
|
|
11
11
|
generateUtilityClasses(componentName, [
|
|
12
12
|
"root",
|
|
@@ -12,7 +12,7 @@ import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/mater
|
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
13
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
14
14
|
import { L as LinearProgress } from "../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
15
|
-
import { L as LoadingError } from "../LoadingError/index.
|
|
15
|
+
import { L as LoadingError } from "../LoadingError/index.9c64680a.js";
|
|
16
16
|
const componentName = "M4LMFLoader";
|
|
17
17
|
const mfLoaderClasses = generateUtilityClasses(componentName, [
|
|
18
18
|
"root",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useTheme, Dialog, Paper } from "@mui/material";
|
|
2
2
|
import { c as cjs } from "../../react-draggable.ee21cb7e.js";
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
-
import { R as ResizeableWindow } from "../Resizeable/index.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.2f1d6a07.js";
|
|
4
|
+
import { R as ResizeableWindow } from "../Resizeable/index.8db8f77d.js";
|
|
5
5
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
6
6
|
import { m as modalUtilityClasses } from "../modal/index.61389369.js";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
8
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.389f9b28.js";
|
|
9
9
|
const DragabblePaperComponent = (props) => {
|
|
10
10
|
return /* @__PURE__ */ jsx(cjs.exports, {
|
|
11
11
|
handle: ".m4l_draggable_handle",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
2
|
-
import { styled } from "@mui/material
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
4
|
-
import { generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
2
|
+
import { styled, generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
3
|
+
import { I as Image } from "../Image/index.39b3b9d9.js";
|
|
5
4
|
import { useMemo } from "react";
|
|
6
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
6
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { useState, useEffect, useCallback, useMemo } from "react";
|
|
2
2
|
import { useNetwork, useModuleDictionary, useEnvironment, usePaginate } from "@m4l/core";
|
|
3
|
-
import { styled } from "@mui/material
|
|
4
|
-
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.
|
|
3
|
+
import { styled, Tooltip, IconButton } from "@mui/material";
|
|
4
|
+
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.1c695ed3.js";
|
|
5
5
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
6
|
-
import { Tooltip, IconButton } from "@mui/material";
|
|
7
6
|
import { useHostTheme, useResponsiveDesktop } from "@m4l/graphics";
|
|
8
7
|
import { R as ReactJson } from "../../react-json-view.5636414a.js";
|
|
9
|
-
import { S as ScrollBar } from "../ScrollBar/index.
|
|
8
|
+
import { S as ScrollBar } from "../ScrollBar/index.7dfc2f29.js";
|
|
10
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
12
|
-
import { I as Icon } from "../Icon/index.
|
|
10
|
+
import { u as useModal } from "../../hooks/useModal/index.2f1d6a07.js";
|
|
11
|
+
import { I as Icon } from "../Icon/index.8c744412.js";
|
|
13
12
|
import { S as Stack } from "../mui_extended/Stack/index.0e53197c.js";
|
|
14
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
15
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
13
|
+
import { W as WindowBase } from "../modal/WindowBase.dd1d2d7b.js";
|
|
14
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.22ba3195.js";
|
|
16
15
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
17
16
|
const Container = styled("div")(() => ({
|
|
18
17
|
height: "100%",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { unstable_composeClasses } from "@mui/base";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
|
-
import { B as Button } from "../mui_extended/Button/index.
|
|
4
|
+
import { B as Button } from "../mui_extended/Button/index.93389adb.js";
|
|
5
5
|
const PDFVeiwerRoot = styled("div")(({ theme }) => ({
|
|
6
6
|
...theme.components?.M4LPDFViewer?.styleOverrides
|
|
7
7
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, BaseProvider, useModuleSkeleton } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize, F as FactoryRender } from "../PrintingSystem/index.
|
|
2
|
+
import { c as classes, g as getSize, F as FactoryRender } from "../PrintingSystem/index.c2d21657.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
5
5
|
import React__default from "react";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { styled } from "@mui/material
|
|
1
|
+
import { styled, Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { useModuleSkeleton } from "@m4l/core";
|
|
3
|
-
import {
|
|
4
|
-
import { I as Icon } from "../Icon/index.b920baf8.js";
|
|
3
|
+
import { I as Icon } from "../Icon/index.8c744412.js";
|
|
5
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
6
|
const PaperFormRoot = styled("div")(({
|