@m4l/components 0.2.7 → 0.2.9
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/AccountPopover/{index.2604c389.js → index.8a11a7b6.js} +21 -9
- package/components/AppBar/{index.9522f237.js → index.966d5162.js} +22 -5
- package/components/CommonActions/components/ActionCancel/{index.06539086.js → index.68bf349a.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/index.728bb37d.js +146 -0
- package/components/CommonActions/components/ActionFormIntro/{index.5a719043.js → index.a7e8711b.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.3e8a2e60.js → index.7cc0a393.js} +2 -2
- package/components/CommonActions/components/Actions/index.b61826a4.js +163 -0
- package/components/DataGrid/constants.d.ts +2 -0
- package/components/DataGrid/{index.84a4843c.js → index.3a2e683c.js} +92 -92
- package/components/DataGrid/subcomponents/Actions/{index.dbcbee6d.js → index.063a0197.js} +89 -9
- package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.d.ts +0 -1
- package/components/DynamicFilter/{index.39033eb7.js → index.a5197d85.js} +92 -23
- package/components/GridLayout/{index.e8c04242.js → index.68093cfb.js} +7 -6
- package/components/GridLayout/subcomponents/Griditem/{index.4d38f12e.js → index.8e4af155.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/{index.e25df1dc.js → index.c32210fc.js} +1 -1
- package/components/HelperText/{index.7d2afdb3.js → index.a6a02c79.js} +23 -2
- package/components/Icon/{index.05984e7f.js → index.29065051.js} +5 -5
- package/components/Image/{index.bf37e923.js → index.cf640615.js} +3 -3
- package/components/LanguagePopover/{index.5ff37dbf.js → index.0319d6a8.js} +20 -4
- package/components/LoadingError/{index.fabad214.js → index.1426339a.js} +23 -5
- package/components/MFLoader/{index.7b4ee2a4.js → index.cbd2e5af.js} +21 -5
- package/components/ModalDialog/{index.89e26413.js → index.82ccabcc.js} +3 -3
- package/components/NavLink/{index.b75c91e1.js → index.618dabfb.js} +22 -2
- package/components/NoItemSelected/{index.7db73e77.js → index.50d06852.js} +1 -1
- package/components/ObjectLogs/{index.aeb2540f.js → index.fb34f372.js} +84 -5
- package/components/PDFViewer/{index.5c2db67a.js → index.ec8d0f79.js} +23 -3
- package/components/Page/{index.710cb16f.js → index.5aefe8f7.js} +1 -1
- package/components/PaperForm/classes/index.d.ts +2 -1
- package/components/PaperForm/classes/types.d.ts +1 -0
- package/components/PaperForm/{index.7ea3883f.js → index.6859d4e8.js} +11 -6
- package/components/PaperForm/types.d.ts +4 -1
- package/components/Period/{index.0aa8e507.js → index.df612223.js} +90 -5
- package/components/PrintingSystem/{index.ed3b22b7.js → index.73dd98b3.js} +12 -12
- package/components/PrintingSystem/subcomponents/BodyNode/{index.7acc6016.js → index.d70a5d24.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.e4a23bdd.js → index.4cd7f6d8.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.16fff262.js → index.56efaa0c.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.6c67dec0.js → index.4320bb03.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.f466062b.js → index.6cabbf31.js} +1 -5
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.77d3d39a.js → index.0e23ffd4.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.2a3d54a3.js → index.f97e7aa6.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.e71ad971.js → index.7d3a3c8f.js} +1 -2
- package/components/PrintingSystem/subcomponents/SectionNode/{index.ce4f6d16.js → index.05d1fcf7.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.850d20a1.js → index.3894059c.js} +1 -1
- package/components/PropertyValue/{index.43ac2a71.js → index.df683b35.js} +20 -4
- package/components/SideBar/{index.58d29b84.js → index.f322ee0b.js} +22 -23
- package/components/ToastContainer/{index.ed440301.js → index.f67795cb.js} +7 -5
- package/components/animate/{index.5d4575bc.js → index.4e9774a6.js} +6 -2
- package/components/areas/components/AreasAdmin/{index.d2ce1682.js → index.6024578a.js} +98 -27
- package/components/areas/components/AreasViewer/{index.977d2804.js → index.41e89676.js} +84 -18
- package/components/areas/components/index.198e8954.js +32 -0
- package/components/areas/contexts/AreasContext/helper.d.ts +2 -2
- package/components/areas/contexts/AreasContext/{index.79ec57d5.js → index.9c8e3b41.js} +10 -17
- package/components/areas/contexts/index.eba30173.js +4 -0
- package/components/areas/hooks/index.0184c6f7.js +4 -0
- package/components/areas/hooks/useAreas/{index.de0591fe.js → index.fb721543.js} +1 -1
- package/components/areas/index.abedae6a.js +56 -0
- package/components/formatters/BooleanFormatter/{index.4f3cbdce.js → index.64ed2d71.js} +2 -3
- package/components/formatters/{index.4ca6946d.js → index.57f0da1b.js} +7 -3
- package/components/hook-form/RHFAutocomplete/{index.0ce87ac3.js → index.e830f749.js} +22 -7
- package/components/hook-form/RHFAutocompleteAsync/{index.57789d3a.js → index.12580722.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.a38715e3.js → index.938321c1.js} +22 -2
- package/components/hook-form/RHFColorPicker/{index.d00a2b53.js → index.e292aa86.js} +21 -5
- package/components/hook-form/RHFDateTime/{index.ae5d3a39.js → index.321e4b87.js} +21 -5
- package/components/hook-form/RHFPeriod/{index.ae9bcf41.js → index.98b2667a.js} +2 -3
- package/components/hook-form/RHFTextField/{index.80cc07e0.js → index.d08c142b.js} +7 -5
- package/components/hook-form/RHFUpload/{index.587aac00.js → index.cdb2e584.js} +22 -5
- package/components/modal/WindowBase.4fe313e7.js +160 -0
- package/components/modal/WindowConfirm.355df4de.js +188 -0
- package/components/modal/index.ea3a21cb.js +148 -0
- package/components/mui_extended/Accordion/{index.eddcfe40.js → index.3e247bd4.js} +4 -4
- package/components/mui_extended/Button/{index.570fd3a4.js → index.f538e360.js} +3 -3
- package/components/mui_extended/{CheckBox.e662d20c.js → CheckBox.38abccd8.js} +1 -1
- package/components/mui_extended/IconButton/{index.26de70bd.js → index.e295aa1f.js} +2 -2
- package/components/mui_extended/MenuActions/{index.8c02ff61.js → index.9b37fadc.js} +19 -5
- package/components/mui_extended/Pager/{index.5629e82b.js → index.78dea971.js} +2 -3
- package/components/mui_extended/Tab/{index.f8795137.js → index.4c797c00.js} +2 -2
- package/components/mui_extended/ToggleButton/{index.21a1f8e5.js → index.43140642.js} +5 -1
- package/components/mui_extended/ToggleIconButton/{index.00f13c40.js → index.3d725376.js} +6 -1
- package/components/mui_extended/index.1da3a53e.js +24 -0
- package/contexts/ModalContext/{index.b39d303d.js → index.6d2dda38.js} +1 -1
- package/hooks/useFormAddEdit/index.0d294209.js +183 -0
- package/hooks/useModal/{index.abdc0962.js → index.97742698.js} +1 -1
- package/hooks/useTab/index.cb48ec45.js +103 -0
- package/index.js +176 -176
- package/{node_modules.8f15d11f.js → node_modules.56dca1cf.js} +1 -1
- package/package.json +1 -1
- package/vendor.3c20510a.js +142 -0
- package/components/CommonActions/components/ActionFormCancel/index.33fc6c79.js +0 -61
- package/components/CommonActions/components/Actions/index.2f6286eb.js +0 -74
- package/components/DataGrid/subcomponents/Table/subcomponents/constants.d.ts +0 -1
- package/components/areas/components/index.558684b3.js +0 -1
- package/components/areas/contexts/index.24025b97.js +0 -1
- package/components/areas/hooks/index.d9dc1e21.js +0 -1
- package/components/areas/index.4cc6a221.js +0 -22
- package/components/modal/WindowBase.ea17cf20.js +0 -74
- package/components/modal/WindowConfirm.19ddbd5d.js +0 -102
- package/components/modal/index.61389369.js +0 -57
- package/components/mui_extended/index.b606cd9d.js +0 -1
- package/hooks/useFormAddEdit/index.32aa4f64.js +0 -96
- package/hooks/useTab/index.9c611b31.js +0 -12
- package/vendor.75facc5e.js +0 -110
- package/components/mui_extended/Badge/{index.09f5aee5.js → index.b09524fe.js} +1 -1
- package/components/mui_extended/Popover/{index.b3eca6b1.js → index.9f35d0eb.js} +2 -2
- package/components/mui_extended/Tooltip/{index.24a2bc3f.js → index.5a795dcd.js} +1 -1
- package/components/mui_extended/Typography/{index.379dd374.js → index.443590d6.js} +1 -1
|
@@ -1,12 +1,30 @@
|
|
|
1
|
+
import { L as LinearProgressIndeterminate } from "../LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
2
|
+
import { I as Icon } from "../Icon/index.29065051.js";
|
|
1
3
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
2
4
|
import { I as ICONS } from "../areas/icons.8266ccc8.js";
|
|
3
5
|
import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/material";
|
|
4
|
-
import
|
|
6
|
+
import "react";
|
|
5
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
8
|
+
import "../mui_extended/IconButton/index.e295aa1f.js";
|
|
9
|
+
import "clsx";
|
|
10
|
+
import "@m4l/graphics";
|
|
11
|
+
import "../mui_extended/Accordion/index.3e247bd4.js";
|
|
12
|
+
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
13
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
14
|
+
import "react-router-dom";
|
|
15
|
+
import { B as Button } from "../mui_extended/Button/index.f538e360.js";
|
|
16
|
+
import "../mui_extended/CheckBox.38abccd8.js";
|
|
17
|
+
import "../mui_extended/Badge/index.b09524fe.js";
|
|
18
|
+
import "../Image/index.cf640615.js";
|
|
19
|
+
import "@mui/lab";
|
|
20
|
+
import "../mui_extended/MenuActions/index.9b37fadc.js";
|
|
21
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
|
+
import "../mui_extended/Stack/index.0e53197c.js";
|
|
23
|
+
import "../mui_extended/Tab/index.4c797c00.js";
|
|
24
|
+
import "../mui_extended/Pager/index.78dea971.js";
|
|
25
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
|
+
import "@mui/material/Button";
|
|
27
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
10
28
|
const componentName = "M4LoadingError";
|
|
11
29
|
generateUtilityClasses(componentName, [
|
|
12
30
|
"root",
|
|
@@ -9,10 +9,29 @@ import { useNetwork, useEnvironment, useHostTools, axiosOperation } from "@m4l/c
|
|
|
9
9
|
import { useHostTheme, useFormatter, useLocales, useFirstRender } from "@m4l/graphics";
|
|
10
10
|
import debounce from "lodash/debounce";
|
|
11
11
|
import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/material";
|
|
12
|
-
import
|
|
12
|
+
import "../Icon/index.29065051.js";
|
|
13
|
+
import "clsx";
|
|
13
14
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
15
|
+
import "../mui_extended/IconButton/index.e295aa1f.js";
|
|
16
|
+
import "../mui_extended/Accordion/index.3e247bd4.js";
|
|
17
|
+
import "../mui_extended/Typography/index.443590d6.js";
|
|
18
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
19
|
+
import "react-router-dom";
|
|
20
|
+
import "@mui/material/Button";
|
|
21
|
+
import "../mui_extended/Button/index.f538e360.js";
|
|
22
|
+
import "../mui_extended/CheckBox.38abccd8.js";
|
|
23
|
+
import "../mui_extended/Badge/index.b09524fe.js";
|
|
24
|
+
import "../Image/index.cf640615.js";
|
|
14
25
|
import { L as LinearProgress } from "../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
15
|
-
import
|
|
26
|
+
import "@mui/lab";
|
|
27
|
+
import "../mui_extended/MenuActions/index.9b37fadc.js";
|
|
28
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
29
|
+
import "../mui_extended/Stack/index.0e53197c.js";
|
|
30
|
+
import "../mui_extended/Tab/index.4c797c00.js";
|
|
31
|
+
import "../mui_extended/Pager/index.78dea971.js";
|
|
32
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
33
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
34
|
+
import { L as LoadingError } from "../LoadingError/index.1426339a.js";
|
|
16
35
|
const componentName = "M4LMFLoader";
|
|
17
36
|
const mfLoaderClasses = generateUtilityClasses(componentName, [
|
|
18
37
|
"root",
|
|
@@ -140,7 +159,6 @@ class ObservableLoaderMF {
|
|
|
140
159
|
this.tryAgain();
|
|
141
160
|
}
|
|
142
161
|
unsubscribe(subscriber) {
|
|
143
|
-
console.log("unsubscribe", subscriber);
|
|
144
162
|
const index = this.subscribers.indexOf(subscriber);
|
|
145
163
|
if (index !== -1) {
|
|
146
164
|
this.subscribers.splice(index, 1);
|
|
@@ -189,7 +207,6 @@ function MFLoader(props) {
|
|
|
189
207
|
const {
|
|
190
208
|
currentLocale
|
|
191
209
|
} = useLocales();
|
|
192
|
-
console.log("divScript", divScript);
|
|
193
210
|
const classes = mfLoaderUtilityClasses();
|
|
194
211
|
const isFirstRender = useFirstRender([moduleId]);
|
|
195
212
|
const final_host = environment.isLocalhost ? `https://localhost:${debug_port}` : `https://${window.location.host}/mf/${moduleId}`;
|
|
@@ -213,7 +230,6 @@ function MFLoader(props) {
|
|
|
213
230
|
}
|
|
214
231
|
}
|
|
215
232
|
const renderMicroFrontend = useCallback((newDScript) => {
|
|
216
|
-
console.log("`render_${prefix}_${newDScript.moduleId}`", `render_${prefix}_${newDScript.moduleId}`);
|
|
217
233
|
try {
|
|
218
234
|
window[`render_${prefix}_${newDScript.moduleId}`](newDScript.divContainerId, environment, hostTools, currentLocale, {
|
|
219
235
|
hostThemeOptions,
|
|
@@ -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.
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.97742698.js";
|
|
4
4
|
import { R as ResizeableWindow } from "../Resizeable/index.6478d7d8.js";
|
|
5
5
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
6
|
-
import { m as modalUtilityClasses } from "../modal/index.
|
|
6
|
+
import { m as modalUtilityClasses } from "../modal/index.ea3a21cb.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.b61826a4.js";
|
|
9
9
|
const DragabblePaperComponent = (props) => {
|
|
10
10
|
return /* @__PURE__ */ jsx(cjs.exports, {
|
|
11
11
|
handle: ".m4l_draggable_handle",
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
import { NavLink as NavLink$1 } from "react-router-dom";
|
|
2
2
|
import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/material";
|
|
3
|
-
import
|
|
3
|
+
import "react";
|
|
4
|
+
import "@m4l/core";
|
|
5
|
+
import "../Icon/index.29065051.js";
|
|
4
6
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
7
|
+
import "clsx";
|
|
8
|
+
import "@m4l/graphics";
|
|
5
9
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
6
|
-
import
|
|
10
|
+
import "../mui_extended/IconButton/index.e295aa1f.js";
|
|
11
|
+
import "../mui_extended/Accordion/index.3e247bd4.js";
|
|
12
|
+
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
13
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
14
|
+
import "@mui/material/Button";
|
|
15
|
+
import "../mui_extended/Button/index.f538e360.js";
|
|
16
|
+
import "../mui_extended/CheckBox.38abccd8.js";
|
|
17
|
+
import "../mui_extended/Badge/index.b09524fe.js";
|
|
18
|
+
import "../Image/index.cf640615.js";
|
|
19
|
+
import "@mui/lab";
|
|
20
|
+
import "../mui_extended/MenuActions/index.9b37fadc.js";
|
|
21
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
|
+
import "../mui_extended/Stack/index.0e53197c.js";
|
|
23
|
+
import "../mui_extended/Tab/index.4c797c00.js";
|
|
24
|
+
import "../mui_extended/Pager/index.78dea971.js";
|
|
25
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
7
27
|
const componentName = "M4LNavLink";
|
|
8
28
|
generateUtilityClasses(componentName, [
|
|
9
29
|
"root"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.cf640615.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
5
5
|
import { useMemo } from "react";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -1,18 +1,97 @@
|
|
|
1
1
|
import { useState, useEffect, useCallback, useMemo } from "react";
|
|
2
2
|
import { useNetwork, useModuleDictionary, useEnvironment, usePaginate } from "@m4l/core";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.
|
|
4
|
+
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.3a2e683c.js";
|
|
5
5
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
6
6
|
import { Tooltip, IconButton } from "@mui/material";
|
|
7
7
|
import { useHostTheme, useResponsiveDesktop } from "@m4l/graphics";
|
|
8
8
|
import { R as ReactJson } from "../../react-json-view.5636414a.js";
|
|
9
9
|
import { S as ScrollBar } from "../ScrollBar/index.010f1b9d.js";
|
|
10
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
12
|
-
import { I as Icon } from "../Icon/index.
|
|
11
|
+
import { u as useModal } from "../../hooks/useModal/index.97742698.js";
|
|
12
|
+
import { I as Icon } from "../Icon/index.29065051.js";
|
|
13
|
+
import "../../react-draggable.ee21cb7e.js";
|
|
14
|
+
import "../Resizeable/index.6478d7d8.js";
|
|
15
|
+
import "../modal/index.ea3a21cb.js";
|
|
16
|
+
import "../animate/index.4e9774a6.js";
|
|
17
|
+
import "framer-motion";
|
|
18
|
+
import "react-router-dom";
|
|
19
|
+
import "../animate/LoadingScreen/index.1d0c4307.js";
|
|
20
|
+
import "../animate/PropagateLoader/index.7fab43c8.js";
|
|
21
|
+
import "../mui_extended/IconButton/index.e295aa1f.js";
|
|
22
|
+
import "clsx";
|
|
23
|
+
import "zustand";
|
|
24
|
+
import "../areas/contexts/AreasContext/index.9c8e3b41.js";
|
|
25
|
+
import "../areas/components/AreasAdmin/index.6024578a.js";
|
|
26
|
+
import "zustand/shallow";
|
|
27
|
+
import "../mui_extended/Accordion/index.3e247bd4.js";
|
|
28
|
+
import "../mui_extended/Typography/index.443590d6.js";
|
|
29
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
30
|
+
import "@mui/material/Button";
|
|
31
|
+
import "../mui_extended/Button/index.f538e360.js";
|
|
32
|
+
import "../mui_extended/CheckBox.38abccd8.js";
|
|
33
|
+
import "../mui_extended/Badge/index.b09524fe.js";
|
|
34
|
+
import "../Image/index.cf640615.js";
|
|
35
|
+
import "@mui/lab";
|
|
36
|
+
import "../mui_extended/MenuActions/index.9b37fadc.js";
|
|
37
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
13
38
|
import { S as Stack } from "../mui_extended/Stack/index.0e53197c.js";
|
|
14
|
-
import
|
|
15
|
-
import
|
|
39
|
+
import "../mui_extended/Tab/index.4c797c00.js";
|
|
40
|
+
import "../mui_extended/Pager/index.78dea971.js";
|
|
41
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
42
|
+
import "../areas/components/AreasViewer/index.41e89676.js";
|
|
43
|
+
import "../LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
44
|
+
import "../LoadingError/index.1426339a.js";
|
|
45
|
+
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
46
|
+
import "zustand/middleware/immer";
|
|
47
|
+
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
48
|
+
import "react-hook-form";
|
|
49
|
+
import "../hook-form/RHFAutocomplete/index.e830f749.js";
|
|
50
|
+
import "../HelperText/index.a6a02c79.js";
|
|
51
|
+
import "../../node_modules.56dca1cf.js";
|
|
52
|
+
import "lodash-es/debounce";
|
|
53
|
+
import "lodash-es/each";
|
|
54
|
+
import "../hook-form/RHFColorPicker/index.e292aa86.js";
|
|
55
|
+
import "lodash/debounce";
|
|
56
|
+
import "../hook-form/RHFAutocompleteAsync/index.12580722.js";
|
|
57
|
+
import "../hook-form/RHFCheckbox/index.938321c1.js";
|
|
58
|
+
import "@mui/x-date-pickers";
|
|
59
|
+
import "../hook-form/RHFDateTime/index.321e4b87.js";
|
|
60
|
+
import "../hook-form/RHFTextField/index.d08c142b.js";
|
|
61
|
+
import "../hook-form/RHFPeriod/index.98b2667a.js";
|
|
62
|
+
import "../Period/index.df612223.js";
|
|
63
|
+
import "../CommonActions/components/Actions/index.b61826a4.js";
|
|
64
|
+
import "lodash/isString";
|
|
65
|
+
import "react-dropzone";
|
|
66
|
+
import "../hook-form/RHFUpload/index.cdb2e584.js";
|
|
67
|
+
import "../formatters/index.57f0da1b.js";
|
|
68
|
+
import "react-dnd";
|
|
69
|
+
import "react-dnd-html5-backend";
|
|
70
|
+
import "../DataGrid/subcomponents/Actions/index.063a0197.js";
|
|
71
|
+
import "../DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
72
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.a5197d85.js";
|
|
73
|
+
import "yup";
|
|
74
|
+
import "../../contexts/RHFormContext/index.7769076a.js";
|
|
75
|
+
import "../GridLayout/subcomponents/Griditem/index.8e4af155.js";
|
|
76
|
+
import "../GridLayout/index.68093cfb.js";
|
|
77
|
+
import "fast-equals";
|
|
78
|
+
import "lodash";
|
|
79
|
+
import "../PrintingSystem/index.73dd98b3.js";
|
|
80
|
+
import "../LanguagePopover/index.0319d6a8.js";
|
|
81
|
+
import "../MFLoader/index.cbd2e5af.js";
|
|
82
|
+
import "../NavLink/index.618dabfb.js";
|
|
83
|
+
import "../NoItemSelected/index.50d06852.js";
|
|
84
|
+
import "../PaperForm/index.6859d4e8.js";
|
|
85
|
+
import "../PDFViewer/index.ec8d0f79.js";
|
|
86
|
+
import "../Page/index.5aefe8f7.js";
|
|
87
|
+
import "../PropertyValue/index.df683b35.js";
|
|
88
|
+
import "../SplitLayout/index.30fd5861.js";
|
|
89
|
+
import "../../react-splitter-layout.c5d98bf7.js";
|
|
90
|
+
import "../ToastContainer/index.f67795cb.js";
|
|
91
|
+
import "../SideBar/index.f322ee0b.js";
|
|
92
|
+
import "../AppBar/index.966d5162.js";
|
|
93
|
+
import "../AccountPopover/index.8a11a7b6.js";
|
|
94
|
+
import { W as WindowBase } from "../modal/WindowBase.4fe313e7.js";
|
|
16
95
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
17
96
|
const Container = styled("div")(() => ({
|
|
18
97
|
height: "100%",
|
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
|
-
import
|
|
2
|
+
import "react";
|
|
3
|
+
import "@m4l/core";
|
|
4
|
+
import "../Icon/index.29065051.js";
|
|
5
|
+
import "clsx";
|
|
6
|
+
import "@m4l/graphics";
|
|
3
7
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
|
-
import
|
|
8
|
+
import "../mui_extended/IconButton/index.e295aa1f.js";
|
|
9
|
+
import "../mui_extended/Accordion/index.3e247bd4.js";
|
|
10
|
+
import "../mui_extended/Typography/index.443590d6.js";
|
|
11
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
12
|
+
import "react-router-dom";
|
|
13
|
+
import { B as Button } from "../mui_extended/Button/index.f538e360.js";
|
|
14
|
+
import "../mui_extended/CheckBox.38abccd8.js";
|
|
15
|
+
import "../mui_extended/Badge/index.b09524fe.js";
|
|
16
|
+
import "../Image/index.cf640615.js";
|
|
17
|
+
import "@mui/lab";
|
|
18
|
+
import "../mui_extended/MenuActions/index.9b37fadc.js";
|
|
19
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
20
|
+
import "../mui_extended/Stack/index.0e53197c.js";
|
|
21
|
+
import "../mui_extended/Tab/index.4c797c00.js";
|
|
22
|
+
import "../mui_extended/Pager/index.78dea971.js";
|
|
23
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
24
|
+
import "@mui/material/Button";
|
|
25
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
5
26
|
const PDFVeiwerRoot = styled("div")(({ theme }) => ({
|
|
6
27
|
...theme.components?.M4LPDFViewer?.styleOverrides
|
|
7
28
|
}));
|
|
@@ -27,7 +48,6 @@ const PDFViewer = (props) => {
|
|
|
27
48
|
const {
|
|
28
49
|
pdfUrl
|
|
29
50
|
} = props;
|
|
30
|
-
console.log("pdfUrl", pdfUrl);
|
|
31
51
|
const handleDownload = async () => {
|
|
32
52
|
try {
|
|
33
53
|
const response = await fetch(pdfUrl);
|
|
@@ -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.73dd98b3.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,8 @@
|
|
|
1
1
|
import { PaperFormClassesType } from './types';
|
|
2
|
+
import { OwnerState } from '../types';
|
|
2
3
|
export declare const periodClasses: PaperFormClassesType;
|
|
3
4
|
export declare function getPaperFormUtilityClass(slot: string): string;
|
|
4
|
-
export declare const paperFormUtilityClasses: () => {
|
|
5
|
+
export declare const paperFormUtilityClasses: (ownerState: OwnerState) => {
|
|
5
6
|
root: string;
|
|
6
7
|
content: string;
|
|
7
8
|
headerContainer: string;
|
|
@@ -5,6 +5,7 @@ export interface PaperFormClassesType {
|
|
|
5
5
|
iconTitleContainer: string;
|
|
6
6
|
iconHeaderContainer: string;
|
|
7
7
|
skeletonContainer: string;
|
|
8
|
+
isForm: string;
|
|
8
9
|
}
|
|
9
10
|
export declare type PaperFormClassesKey = keyof PaperFormClassesType;
|
|
10
11
|
export declare type Classes = ReturnType<typeof paperFormUtilityClasses>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
4
|
-
import { I as Icon } from "../Icon/index.
|
|
4
|
+
import { I as Icon } from "../Icon/index.29065051.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
const PaperFormRoot = styled("div")(({
|
|
@@ -91,14 +91,15 @@ generateUtilityClasses(componentName, [
|
|
|
91
91
|
"headerContainer",
|
|
92
92
|
"iconTitleContainer",
|
|
93
93
|
"iconHeaderContainer",
|
|
94
|
-
"skeletonContainer"
|
|
94
|
+
"skeletonContainer",
|
|
95
|
+
"isForm"
|
|
95
96
|
]);
|
|
96
97
|
function getPaperFormUtilityClass(slot) {
|
|
97
98
|
return generateUtilityClass(componentName, slot);
|
|
98
99
|
}
|
|
99
|
-
const paperFormUtilityClasses = () => {
|
|
100
|
+
const paperFormUtilityClasses = (ownerState) => {
|
|
100
101
|
const slots = {
|
|
101
|
-
root: ["root"],
|
|
102
|
+
root: ["root", ownerState.isForm && "isForm"],
|
|
102
103
|
headerContainer: ["headerContainer"],
|
|
103
104
|
iconTitleContainer: ["iconTitleContainer"],
|
|
104
105
|
iconHeaderContainer: ["iconHeaderContainer"],
|
|
@@ -114,9 +115,13 @@ function PaperForm(props) {
|
|
|
114
115
|
const {
|
|
115
116
|
urlIcon,
|
|
116
117
|
title,
|
|
117
|
-
children
|
|
118
|
+
children,
|
|
119
|
+
isForm = false
|
|
118
120
|
} = props;
|
|
119
|
-
const
|
|
121
|
+
const ownerState = {
|
|
122
|
+
isForm
|
|
123
|
+
};
|
|
124
|
+
const classes = paperFormUtilityClasses(ownerState);
|
|
120
125
|
return /* @__PURE__ */ jsxs(PaperFormRoot, {
|
|
121
126
|
className: classes.root,
|
|
122
127
|
children: [/* @__PURE__ */ jsx(Header, {
|
|
@@ -4,7 +4,10 @@ export interface PaperFormProps {
|
|
|
4
4
|
urlIcon?: string;
|
|
5
5
|
title: string;
|
|
6
6
|
children: ReactNode;
|
|
7
|
+
isForm?: boolean;
|
|
7
8
|
}
|
|
8
|
-
export interface HeaderProps extends Omit<PaperFormProps, 'children'> {
|
|
9
|
+
export interface HeaderProps extends Omit<PaperFormProps, 'children' | 'isForm'> {
|
|
9
10
|
classes: Classes;
|
|
10
11
|
}
|
|
12
|
+
export interface OwnerState extends Pick<PaperFormProps, 'isForm'> {
|
|
13
|
+
}
|
|
@@ -1,12 +1,97 @@
|
|
|
1
1
|
import { useModuleDictionary, useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Autocomplete, TextField, Skeleton } from "@mui/material";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
|
-
import { I as Icon } from "../Icon/index.
|
|
5
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
6
|
-
import { unstable_composeClasses } from "@mui/base";
|
|
7
|
-
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
|
+
import { I as Icon } from "../Icon/index.29065051.js";
|
|
5
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.b61826a4.js";
|
|
8
6
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
9
|
-
import
|
|
7
|
+
import "@mui/material/Button";
|
|
8
|
+
import "../mui_extended/Button/index.f538e360.js";
|
|
9
|
+
import "clsx";
|
|
10
|
+
import "react-hook-form";
|
|
11
|
+
import "../../contexts/ModalContext/index.6d2dda38.js";
|
|
12
|
+
import "../../react-draggable.ee21cb7e.js";
|
|
13
|
+
import "../Resizeable/index.6478d7d8.js";
|
|
14
|
+
import "@m4l/graphics";
|
|
15
|
+
import "../modal/index.ea3a21cb.js";
|
|
16
|
+
import "../animate/index.4e9774a6.js";
|
|
17
|
+
import "framer-motion";
|
|
18
|
+
import "@mui/material/styles";
|
|
19
|
+
import "react-router-dom";
|
|
20
|
+
import "../animate/LoadingScreen/index.1d0c4307.js";
|
|
21
|
+
import "../animate/PropagateLoader/index.7fab43c8.js";
|
|
22
|
+
import "../mui_extended/IconButton/index.e295aa1f.js";
|
|
23
|
+
import "zustand";
|
|
24
|
+
import "../areas/contexts/AreasContext/index.9c8e3b41.js";
|
|
25
|
+
import "../areas/components/AreasAdmin/index.6024578a.js";
|
|
26
|
+
import "zustand/shallow";
|
|
27
|
+
import "../ScrollBar/index.010f1b9d.js";
|
|
28
|
+
import "../mui_extended/Accordion/index.3e247bd4.js";
|
|
29
|
+
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
30
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
31
|
+
import "../mui_extended/CheckBox.38abccd8.js";
|
|
32
|
+
import "../mui_extended/Badge/index.b09524fe.js";
|
|
33
|
+
import "../Image/index.cf640615.js";
|
|
34
|
+
import "@mui/lab";
|
|
35
|
+
import "../mui_extended/MenuActions/index.9b37fadc.js";
|
|
36
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
37
|
+
import "../mui_extended/Stack/index.0e53197c.js";
|
|
38
|
+
import "../mui_extended/Tab/index.4c797c00.js";
|
|
39
|
+
import "../mui_extended/Pager/index.78dea971.js";
|
|
40
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
41
|
+
import "../areas/components/AreasViewer/index.41e89676.js";
|
|
42
|
+
import "../LinearProgressIndeterminate/index.a0ad2d9e.js";
|
|
43
|
+
import "../LoadingError/index.1426339a.js";
|
|
44
|
+
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
45
|
+
import "zustand/middleware/immer";
|
|
46
|
+
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
47
|
+
import "../hook-form/RHFAutocomplete/index.e830f749.js";
|
|
48
|
+
import "../HelperText/index.a6a02c79.js";
|
|
49
|
+
import "../../node_modules.56dca1cf.js";
|
|
50
|
+
import "lodash-es/debounce";
|
|
51
|
+
import "lodash-es/each";
|
|
52
|
+
import "../hook-form/RHFColorPicker/index.e292aa86.js";
|
|
53
|
+
import "lodash/debounce";
|
|
54
|
+
import "../hook-form/RHFAutocompleteAsync/index.12580722.js";
|
|
55
|
+
import "../hook-form/RHFCheckbox/index.938321c1.js";
|
|
56
|
+
import "@mui/x-date-pickers";
|
|
57
|
+
import "../hook-form/RHFDateTime/index.321e4b87.js";
|
|
58
|
+
import "../hook-form/RHFTextField/index.d08c142b.js";
|
|
59
|
+
import "../hook-form/RHFPeriod/index.98b2667a.js";
|
|
60
|
+
import "lodash/isString";
|
|
61
|
+
import "react-dropzone";
|
|
62
|
+
import "../hook-form/RHFUpload/index.cdb2e584.js";
|
|
63
|
+
import "../formatters/index.57f0da1b.js";
|
|
64
|
+
import "../DataGrid/index.3a2e683c.js";
|
|
65
|
+
import "react-dnd";
|
|
66
|
+
import "react-dnd-html5-backend";
|
|
67
|
+
import "../DataGrid/subcomponents/Actions/index.063a0197.js";
|
|
68
|
+
import "../DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
69
|
+
import "../DynamicFilter/index.a5197d85.js";
|
|
70
|
+
import "yup";
|
|
71
|
+
import "../../contexts/RHFormContext/index.7769076a.js";
|
|
72
|
+
import "../GridLayout/subcomponents/Griditem/index.8e4af155.js";
|
|
73
|
+
import "../GridLayout/index.68093cfb.js";
|
|
74
|
+
import "fast-equals";
|
|
75
|
+
import "lodash";
|
|
76
|
+
import "../PrintingSystem/index.73dd98b3.js";
|
|
77
|
+
import "../LanguagePopover/index.0319d6a8.js";
|
|
78
|
+
import "../MFLoader/index.cbd2e5af.js";
|
|
79
|
+
import "../NavLink/index.618dabfb.js";
|
|
80
|
+
import "../NoItemSelected/index.50d06852.js";
|
|
81
|
+
import "../ObjectLogs/index.fb34f372.js";
|
|
82
|
+
import "../../react-json-view.5636414a.js";
|
|
83
|
+
import "../PaperForm/index.6859d4e8.js";
|
|
84
|
+
import "../PDFViewer/index.ec8d0f79.js";
|
|
85
|
+
import "../Page/index.5aefe8f7.js";
|
|
86
|
+
import "../PropertyValue/index.df683b35.js";
|
|
87
|
+
import "../SplitLayout/index.30fd5861.js";
|
|
88
|
+
import "../../react-splitter-layout.c5d98bf7.js";
|
|
89
|
+
import "../ToastContainer/index.f67795cb.js";
|
|
90
|
+
import "../SideBar/index.f322ee0b.js";
|
|
91
|
+
import "../AppBar/index.966d5162.js";
|
|
92
|
+
import "../AccountPopover/index.8a11a7b6.js";
|
|
93
|
+
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
94
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
10
95
|
const ContainerPeriod = styled("div")(({
|
|
11
96
|
theme
|
|
12
97
|
}) => ({
|
|
@@ -3,18 +3,18 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
3
3
|
import { g as getComponentUtilityClass } from "../../utils/index.de903261.js";
|
|
4
4
|
import { styled, useTheme } from "@mui/material/styles";
|
|
5
5
|
import clsx from "clsx";
|
|
6
|
-
import { D as DividerNode } from "./subcomponents/DividerNode/index.
|
|
7
|
-
import { S as SectionNode } from "./subcomponents/SectionNode/index.
|
|
8
|
-
import { T as TextBoxNode } from "./subcomponents/TextBoxNode/index.
|
|
9
|
-
import { H as HeaderNode } from "./subcomponents/HeaderNode/index.
|
|
10
|
-
import { a as ImageNode, Q as QRImageNode } from "../Image/index.
|
|
11
|
-
import { B as BodyNode } from "./subcomponents/BodyNode/index.
|
|
12
|
-
import { F as FooterNode } from "./subcomponents/FooterNode/index.
|
|
13
|
-
import { P as PaperNode } from "./subcomponents/PaperNode/index.
|
|
14
|
-
import { P as PropertyValueNode } from "./subcomponents/PropertyValueNode/index.
|
|
15
|
-
import { G as GridNode } from "./subcomponents/GridNode/index.
|
|
16
|
-
import { C as ChartNode } from "./subcomponents/ChartNode/index.
|
|
17
|
-
import { P as PagerNode, a as PageRender } from "../Page/index.
|
|
6
|
+
import { D as DividerNode } from "./subcomponents/DividerNode/index.56efaa0c.js";
|
|
7
|
+
import { S as SectionNode } from "./subcomponents/SectionNode/index.05d1fcf7.js";
|
|
8
|
+
import { T as TextBoxNode } from "./subcomponents/TextBoxNode/index.3894059c.js";
|
|
9
|
+
import { H as HeaderNode } from "./subcomponents/HeaderNode/index.0e23ffd4.js";
|
|
10
|
+
import { a as ImageNode, Q as QRImageNode } from "../Image/index.cf640615.js";
|
|
11
|
+
import { B as BodyNode } from "./subcomponents/BodyNode/index.d70a5d24.js";
|
|
12
|
+
import { F as FooterNode } from "./subcomponents/FooterNode/index.4320bb03.js";
|
|
13
|
+
import { P as PaperNode } from "./subcomponents/PaperNode/index.f97e7aa6.js";
|
|
14
|
+
import { P as PropertyValueNode } from "./subcomponents/PropertyValueNode/index.7d3a3c8f.js";
|
|
15
|
+
import { G as GridNode } from "./subcomponents/GridNode/index.6cabbf31.js";
|
|
16
|
+
import { C as ChartNode } from "./subcomponents/ChartNode/index.4cd7f6d8.js";
|
|
17
|
+
import { P as PagerNode, a as PageRender } from "../Page/index.5aefe8f7.js";
|
|
18
18
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
19
19
|
import { forwardRef, useRef, useImperativeHandle } from "react";
|
|
20
20
|
const componentName = "M4LPrintingSystem";
|
package/components/PrintingSystem/subcomponents/BodyNode/{index.7acc6016.js → index.d70a5d24.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.73dd98b3.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const BodyNode = (props) => {
|
package/components/PrintingSystem/subcomponents/FooterNode/{index.6c67dec0.js → index.4320bb03.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.73dd98b3.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const FooterNode = (props) => {
|
package/components/PrintingSystem/subcomponents/GridNode/{index.f466062b.js → index.6cabbf31.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, getPropertyByString, evaluateWithContext } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.73dd98b3.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
5
|
const GridNode = (props) => {
|
|
@@ -17,13 +17,9 @@ const GridNode = (props) => {
|
|
|
17
17
|
sourceData
|
|
18
18
|
} = useBase();
|
|
19
19
|
const result = getPropertyByString(sourceData, typeof rows === "string" ? rowMaybeString[1] : "");
|
|
20
|
-
console.log("rows", rows);
|
|
21
|
-
console.log("result", result);
|
|
22
20
|
const rowEval = Array.isArray(result) ? result : typeof result === "object" ? [{
|
|
23
21
|
...result
|
|
24
22
|
}] : [];
|
|
25
|
-
console.log("rows", rows);
|
|
26
|
-
console.log("rowEval", rowEval);
|
|
27
23
|
const rowsFormated = typeof rows === "string" ? rowEval : rows;
|
|
28
24
|
if (dataColumns.length > 0) {
|
|
29
25
|
return /* @__PURE__ */ jsxs("table", {
|
package/components/PrintingSystem/subcomponents/HeaderNode/{index.77d3d39a.js → index.0e23ffd4.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.73dd98b3.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const HeaderNode = (props) => {
|
package/components/PrintingSystem/subcomponents/PaperNode/{index.2a3d54a3.js → index.f97e7aa6.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, evaluateWithContext } from "@m4l/core";
|
|
2
|
-
import { c as classes } from "../../index.
|
|
2
|
+
import { c as classes } from "../../index.73dd98b3.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
5
|
const PaperNode = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, evaluateWithContext } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.73dd98b3.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
5
|
const PropertyValueNode = (props) => {
|
|
@@ -11,7 +11,6 @@ const PropertyValueNode = (props) => {
|
|
|
11
11
|
direction,
|
|
12
12
|
propertyWidth = "auto"
|
|
13
13
|
} = props;
|
|
14
|
-
console.log();
|
|
15
14
|
const {
|
|
16
15
|
unitSize,
|
|
17
16
|
mainColor,
|
package/components/PrintingSystem/subcomponents/SectionNode/{index.ce4f6d16.js → index.05d1fcf7.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.73dd98b3.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const SectionNode = (props) => {
|
package/components/PrintingSystem/subcomponents/TextBoxNode/{index.850d20a1.js → index.3894059c.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, evaluateWithContext } from "@m4l/core";
|
|
2
|
-
import { c as classes } from "../../index.
|
|
2
|
+
import { c as classes } from "../../index.73dd98b3.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const TextBoxNode = (props) => {
|