@m4l/components 0.1.64 → 0.1.66
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 +8 -0
- package/components/CommonActions/components/ActionCancel/{index.2eb2c1e1.js → index.4d0333c0.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.2864d574.js → index.298e0109.js} +11 -18
- package/components/CommonActions/components/ActionFormIntro/{index.e7f83ddd.js → index.b45922ff.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.0d138cb3.js → index.138101aa.js} +2 -2
- package/components/CommonActions/components/Actions/{index.433cd345.js → index.77574633.js} +11 -18
- package/components/DataGrid/{index.42521a55.js → index.ef23d0a9.js} +28 -35
- package/components/DynamicFilter/{index.442bda79.js → index.04ed3d58.js} +34 -46
- package/components/DynamicFilter/index.d.ts +1 -1
- package/components/HelperText/{index.3c07ca2a.js → index.c35dcb93.js} +10 -10
- package/components/Icon/{index.0f9b360e.js → index.fbeeacc8.js} +2 -2
- package/components/Icon/tests/utils.d.ts +1 -1
- package/components/Image/{index.1a9c0327.js → index.77396f79.js} +1 -1
- package/components/LanguagePopover/{index.68de7176.js → index.c0fc94c7.js} +11 -11
- package/components/ModalDialog/{index.3efe049b.js → index.e600b43a.js} +5 -5
- package/components/NavLink/{index.ae9f1cc9.js → index.3f4e2417.js} +11 -11
- package/components/NoItemSelected/{index.7cfd7613.js → index.609c3c20.js} +1 -1
- package/components/ObjectLogs/{index.b50726fb.js → index.7f93ba51.js} +14 -21
- package/components/PaperForm/{index.44bf4469.js → index.fb4fa784.js} +1 -1
- package/components/Period/{index.99feb99e.js → index.0c5bf66f.js} +12 -19
- package/components/Resizeable/{index.b5d42efb.js → index.4545dd6a.js} +3 -3
- package/components/SideBar/{index.011880b6.js → index.7d970041.js} +7 -7
- package/components/areas/components/AreasAdmin/classes/index.d.ts +5 -0
- package/components/areas/components/AreasAdmin/classes/types.d.ts +11 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/index.d.ts +5 -0
- package/components/areas/components/AreasViewer/classes/types.d.ts +19 -0
- package/components/areas/components/AreasViewer/index.d.ts +7 -0
- package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/contexts}/AreaContext/helper.d.ts +2 -2
- package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/contexts}/AreaContext/index.d.ts +3 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/store.d.ts +11 -0
- package/components/areas/{contexts/AreaContext/store.d.ts → components/AreasViewer/subcomponents/Area/contexts/AreaContext/types.d.ts} +29 -16
- package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +12 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/index.d.ts +5 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +6 -0
- package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/store.d.ts +8 -3
- package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/types.d.ts +1 -1
- package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/index.d.ts +1 -1
- package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/index.d.ts +1 -1
- package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Component/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/helper.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/subcomponents/MainActions/index.d.ts +1 -0
- package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +8 -0
- package/components/areas/components/{WindowModal → AreasViewer/subcomponents/Area/subcomponents/WindowModal}/index.d.ts +1 -1
- package/components/areas/components/{WindowPopUp → AreasViewer/subcomponents/Area/subcomponents/WindowPopUp}/index.d.ts +1 -1
- package/components/areas/components/{Area → AreasViewer/subcomponents/Area}/types.d.ts +6 -11
- package/components/areas/components/index.d.ts +3 -4
- package/components/areas/constants.d.ts +3 -0
- package/components/areas/contexts/AreasContext/index.d.ts +10 -4
- package/components/areas/contexts/AreasContext/store.d.ts +8 -29
- package/components/areas/contexts/AreasContext/types.d.ts +119 -0
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +3 -2
- package/components/areas/dictionary.d.ts +9 -14
- package/components/areas/hooks/useArea/index.d.ts +1 -1
- package/components/areas/hooks/useAreas/index.d.ts +1 -1
- package/components/areas/hooks/useWindow/index.d.ts +1 -1
- package/components/areas/icons.d.ts +8 -0
- package/components/areas/index.d.ts +1 -0
- package/components/areas/index.d7519516.js +2416 -0
- package/components/formatters/BooleanFormatter/{index.cd00c8e1.js → index.0edacc9b.js} +1 -1
- package/components/formatters/{index.deae4701.js → index.879170b2.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.083e23c1.js → index.5f27e28c.js} +13 -12
- package/components/hook-form/RHFAutocomplete/test/constants.d.ts +1 -0
- package/components/hook-form/RHFAutocomplete/test/utils.d.ts +1 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.ba751be9.js → index.35e17cd6.js} +2 -2
- package/components/hook-form/RHFCheckbox/{index.c19393b1.js → index.4f134f09.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.c0a80aeb.js → index.dcaa0c87.js} +2 -2
- package/components/hook-form/RHFTextField/{index.97485ff2.js → index.fc90a570.js} +13 -13
- package/components/hook-form/RHFUpload/{index.798eb11d.js → index.654ad316.js} +1 -1
- package/components/index.d.ts +1 -3
- package/components/modal/{WindowBase.59f50553.js → WindowBase.230a498f.js} +3 -3
- package/components/modal/{WindowConfirm.c1339cf8.js → WindowConfirm.575b4d41.js} +14 -21
- package/components/modal/index.237881ea.js +23 -0
- package/components/mui_extended/Accordion/{index.b7487e37.js → index.0b15f939.js} +2 -2
- package/components/mui_extended/Button/{index.d9e0ae2e.js → index.b7b70e5f.js} +3 -3
- package/components/mui_extended/IconButton/{index.be9c2ce5.js → index.a5072cd3.js} +15 -11
- package/components/mui_extended/IconButton/types.d.ts +1 -1
- package/components/mui_extended/MenuActions/icons.d.ts +3 -0
- package/components/mui_extended/MenuActions/{index.ec654122.js → index.3a275abb.js} +21 -20
- package/components/mui_extended/MenuActions/types.d.ts +5 -6
- package/components/mui_extended/Pager/{index.9e123670.js → index.5a69ab10.js} +5 -5
- package/components/mui_extended/Popover/{index.260aae81.js → index.e271e4f0.js} +1 -0
- package/components/mui_extended/Typography/{index.41b60a6b.js → index.eab3d85c.js} +1 -1
- package/components/mui_extended/index.35f74599.js +19 -0
- package/contexts/ModalContext/{index.ae8041f3.js → index.de0a3457.js} +1 -1
- package/hooks/useModal/{index.5c159ed2.js → index.e103db09.js} +1 -1
- package/index.js +118 -132
- package/package.json +2 -3
- package/{react-draggable.1aa81436.js → react-draggable.4d08d714.js} +1 -1
- package/{react-resizable.e86cb01e.js → react-resizable.23b980cb.js} +5 -4
- package/utils/{index.e199226a.js → index.c2e62d8f.js} +32 -32
- package/{vendor.a15d263e.js → vendor.be57c149.js} +43 -52
- package/components/areas/components/Area/index.d.ts +0 -5
- package/components/areas/components/AreasAdmin/index.51e28f63.js +0 -120
- package/components/areas/components/AreasContainer/index.1e5e6e91.js +0 -37
- package/components/areas/components/AreasContainer/index.d.ts +0 -1
- package/components/areas/components/GridLayout/index.5bf8d5e4.js +0 -103
- package/components/areas/components/GridLayout/index.d.ts +0 -1
- package/components/areas/components/Window/icons.d.ts +0 -3
- package/components/areas/components/Window/index.416a874f.js +0 -855
- package/components/areas/components/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +0 -8
- package/components/areas/components/WindowPopUp/index.f053fca7.js +0 -118
- package/components/areas/components/WindowsPanel/index.d.ts +0 -1
- package/components/areas/components/index.eace295a.js +0 -77
- package/components/areas/contexts/AreaContext/index.7890e58d.js +0 -509
- package/components/areas/contexts/AreaContext/types.d.ts +0 -20
- package/components/areas/contexts/AreasContext/index.0792a8d1.js +0 -197
- package/components/areas/contexts/DynamicMFParmsContext/index.c19cb8cc.js +0 -43
- package/components/areas/contexts/index.2a915acf.js +0 -198
- package/components/areas/hooks/index.f4d78492.js +0 -27
- package/components/areas/hooks/useArea/index.d6263051.js +0 -20
- package/components/areas/hooks/useDynamicMFParameters/index.041a666b.js +0 -14
- package/components/areas/index.8fca0f8f.js +0 -20
- package/components/modal/index.7a84f64d.js +0 -30
- package/components/mui_extended/index.459cbd6c.js +0 -19
- /package/components/areas/components/{Area → AreasViewer/subcomponents/Area}/subcomponents/InnerForHooks/index.d.ts +0 -0
- /package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/helper.d.ts +0 -0
- /package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Header/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Header/skeleton.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/index.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/types.d.ts +0 -0
- /package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/types.d.ts +0 -0
|
@@ -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.e600b43a.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
const ModalContext = createContext(null);
|
|
5
5
|
function ModalProvider({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useContext } from "react";
|
|
2
|
-
import { M as ModalContext } from "../../contexts/ModalContext/index.
|
|
2
|
+
import { M as ModalContext } from "../../contexts/ModalContext/index.de0a3457.js";
|
|
3
3
|
function useModal() {
|
|
4
4
|
const context = useContext(ModalContext);
|
|
5
5
|
if (!context)
|
package/index.js
CHANGED
|
@@ -2,84 +2,77 @@ import { v } from "./components/animate/variants/fade.b561c0fc.js";
|
|
|
2
2
|
import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
|
|
3
3
|
import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
|
|
4
4
|
import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
|
|
5
|
-
import { I, a as a2 } from "./components/Icon/index.
|
|
5
|
+
import { I, a as a2 } from "./components/Icon/index.fbeeacc8.js";
|
|
6
6
|
import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
|
|
7
7
|
import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
|
|
8
8
|
import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
9
9
|
import { P } from "./components/animate/PropagateLoader/index.be5b02c3.js";
|
|
10
|
-
import { A } from "./components/areas/
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { c, W } from "./components/areas/contexts/index.2a915acf.js";
|
|
15
|
-
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.041a666b.js";
|
|
16
|
-
import { u as u2 } from "./components/areas/hooks/index.f4d78492.js";
|
|
17
|
-
import { R, g } from "./components/hook-form/RHFAutocomplete/index.083e23c1.js";
|
|
18
|
-
import { R as R2, g as g2 } from "./components/hook-form/RHFAutocompleteAsync/index.ba751be9.js";
|
|
19
|
-
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.c19393b1.js";
|
|
10
|
+
import { f, A, d, c, a as a3, D, j, i, L as L2, M as M3, b as b2, W, g, h, e, u } from "./components/areas/index.d7519516.js";
|
|
11
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.5f27e28c.js";
|
|
12
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.35e17cd6.js";
|
|
13
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.4f134f09.js";
|
|
20
14
|
import { R as R4 } from "./components/hook-form/RHFDateTime/index.6c129ce4.js";
|
|
21
15
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
22
16
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
23
|
-
import { R as R7, a as a4 } from "./components/hook-form/RHFTextField/index.
|
|
17
|
+
import { R as R7, a as a4 } from "./components/hook-form/RHFTextField/index.fc90a570.js";
|
|
24
18
|
import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.b3335e13.js";
|
|
25
|
-
import { R as R9 } from "./components/hook-form/RHFPeriod/index.
|
|
26
|
-
import { P as P2, g as
|
|
27
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
28
|
-
import { A as
|
|
29
|
-
import { A as
|
|
19
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.dcaa0c87.js";
|
|
20
|
+
import { P as P2, g as g4 } from "./components/Period/index.0c5bf66f.js";
|
|
21
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.654ad316.js";
|
|
22
|
+
import { A as A2 } from "./components/mui_extended/Accordion/index.0b15f939.js";
|
|
23
|
+
import { A as A3 } from "./components/mui_extended/Avatar/index.fe06afd7.js";
|
|
30
24
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
31
25
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
32
|
-
import { B as B3, I as I2, L as
|
|
26
|
+
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.b7b70e5f.js";
|
|
33
27
|
import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
34
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
35
|
-
import { L as
|
|
36
|
-
import { L as
|
|
37
|
-
import { M as
|
|
38
|
-
import { P as P3 } from "./components/mui_extended/Popover/index.
|
|
39
|
-
import { P as P4, g as
|
|
28
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.a5072cd3.js";
|
|
29
|
+
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
30
|
+
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
31
|
+
import { M as M4 } from "./components/mui_extended/MenuActions/index.3a275abb.js";
|
|
32
|
+
import { P as P3 } from "./components/mui_extended/Popover/index.e271e4f0.js";
|
|
33
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.5a69ab10.js";
|
|
40
34
|
import { T } from "./components/mui_extended/Tab/index.e0653a0a.js";
|
|
41
|
-
import { T as T2 } from "./components/mui_extended/Typography/index.
|
|
42
|
-
import { B as B4 } from "./components/formatters/BooleanFormatter/index.
|
|
43
|
-
import { D, g as
|
|
44
|
-
import { U, g as
|
|
45
|
-
import { P as P5, g as
|
|
46
|
-
import { C as C2, F, P as P6, g as
|
|
47
|
-
import { P as P7, g as
|
|
48
|
-
import { D as
|
|
35
|
+
import { T as T2 } from "./components/mui_extended/Typography/index.eab3d85c.js";
|
|
36
|
+
import { B as B4 } from "./components/formatters/BooleanFormatter/index.0edacc9b.js";
|
|
37
|
+
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
38
|
+
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
39
|
+
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
40
|
+
import { C as C2, F, P as P6, g as g9, a as a5, b as b3 } from "./components/formatters/index.879170b2.js";
|
|
41
|
+
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
42
|
+
import { D as D3, N, T as T3, c as c2, d as d2, b as b4, a as a6, g as g11 } from "./components/DataGrid/index.ef23d0a9.js";
|
|
49
43
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
50
44
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
51
45
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
52
46
|
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
53
|
-
import {
|
|
54
|
-
import { H, e } from "./components/HelperText/index.
|
|
55
|
-
import { A as
|
|
56
|
-
import { A as
|
|
57
|
-
import { A as
|
|
58
|
-
import { A as
|
|
59
|
-
import { A as
|
|
60
|
-
import { a as
|
|
61
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
62
|
-
import { I as I4 } from "./components/Image/index.
|
|
47
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.04ed3d58.js";
|
|
48
|
+
import { H, e as e2 } from "./components/HelperText/index.c35dcb93.js";
|
|
49
|
+
import { A as A4, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.77574633.js";
|
|
50
|
+
import { A as A5 } from "./components/CommonActions/components/ActionCancel/index.4d0333c0.js";
|
|
51
|
+
import { A as A6 } from "./components/CommonActions/components/ActionIntro/index.138101aa.js";
|
|
52
|
+
import { A as A7 } from "./components/CommonActions/components/ActionFormCancel/index.298e0109.js";
|
|
53
|
+
import { A as A8 } from "./components/CommonActions/components/ActionFormIntro/index.b45922ff.js";
|
|
54
|
+
import { a as a7, A as A9, D as D5 } from "./vendor.be57c149.js";
|
|
55
|
+
import { L as L6 } from "./components/LanguagePopover/index.c0fc94c7.js";
|
|
56
|
+
import { I as I4 } from "./components/Image/index.77396f79.js";
|
|
63
57
|
import { L as L7 } from "./components/Loadable/index.117eaced.js";
|
|
64
|
-
import { M as
|
|
65
|
-
import { W as W2 } from "./components/modal/WindowConfirm.
|
|
66
|
-
import { W as W3 } from "./components/modal/WindowBase.
|
|
67
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
68
|
-
import { N as N3, d as
|
|
69
|
-
import { O, d as
|
|
70
|
-
import { P as P8 } from "./components/PaperForm/index.
|
|
58
|
+
import { M as M5, d as d4, g as g14 } from "./components/ModalDialog/index.e600b43a.js";
|
|
59
|
+
import { W as W2 } from "./components/modal/WindowConfirm.575b4d41.js";
|
|
60
|
+
import { W as W3 } from "./components/modal/WindowBase.230a498f.js";
|
|
61
|
+
import { N as N2 } from "./components/NavLink/index.3f4e2417.js";
|
|
62
|
+
import { N as N3, d as d5, g as g15 } from "./components/NoItemSelected/index.609c3c20.js";
|
|
63
|
+
import { O, d as d6, g as g16 } from "./components/ObjectLogs/index.7f93ba51.js";
|
|
64
|
+
import { P as P8 } from "./components/PaperForm/index.fb4fa784.js";
|
|
71
65
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
72
66
|
import { P as P9 } from "./components/PropertyValue/index.dfcfe1ba.js";
|
|
73
|
-
import { R as R11 } from "./components/Resizeable/index.
|
|
67
|
+
import { R as R11 } from "./components/Resizeable/index.4545dd6a.js";
|
|
74
68
|
import { S } from "./components/ScrollBar/index.bbe48f4d.js";
|
|
75
69
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
76
70
|
import { S as S3 } from "./components/SplitLayout/index.5a8355d8.js";
|
|
77
|
-
import { S as S4 } from "./components/SideBar/index.
|
|
78
|
-
import {
|
|
79
|
-
import { M as M6, a as a10 } from "./contexts/ModalContext/index.ae8041f3.js";
|
|
71
|
+
import { S as S4 } from "./components/SideBar/index.7d970041.js";
|
|
72
|
+
import { M as M6, a as a8 } from "./contexts/ModalContext/index.de0a3457.js";
|
|
80
73
|
import { R as R12 } from "./contexts/RHFormContext/index.a7511399.js";
|
|
81
|
-
import { u as
|
|
82
|
-
import { u as
|
|
74
|
+
import { u as u2 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
75
|
+
import { u as u3 } from "./hooks/useModal/index.e103db09.js";
|
|
83
76
|
import { L as L8 } from "./assets/Logo/index.228dcb5a.js";
|
|
84
77
|
import "framer-motion";
|
|
85
78
|
import "react";
|
|
@@ -89,29 +82,24 @@ import "@m4l/core";
|
|
|
89
82
|
import "@mui/base";
|
|
90
83
|
import "@mui/material/styles";
|
|
91
84
|
import "./node_modules.416f1da3.js";
|
|
92
|
-
import "./components/areas/contexts/AreaContext/index.7890e58d.js";
|
|
93
85
|
import "zustand/shallow";
|
|
86
|
+
import "clsx";
|
|
94
87
|
import "zustand";
|
|
95
|
-
import "zustand/middleware/immer";
|
|
96
|
-
import "zustand/middleware";
|
|
97
|
-
import "lodash/debounce";
|
|
98
|
-
import "lodash.clonedeep";
|
|
99
|
-
import "./components/areas/hooks/useArea/index.d6263051.js";
|
|
100
88
|
import "@m4l/graphics";
|
|
101
|
-
import "
|
|
102
|
-
import "
|
|
103
|
-
import "./
|
|
89
|
+
import "zustand/middleware";
|
|
90
|
+
import "zustand/middleware/immer";
|
|
91
|
+
import "./utils/index.c2e62d8f.js";
|
|
104
92
|
import "react-router-dom";
|
|
105
|
-
import "
|
|
106
|
-
import "
|
|
107
|
-
import "./react-
|
|
93
|
+
import "@mui/material/Button";
|
|
94
|
+
import "@mui/lab";
|
|
95
|
+
import "./react-resizable.23b980cb.js";
|
|
96
|
+
import "./react-draggable.4d08d714.js";
|
|
108
97
|
import "prop-types";
|
|
109
98
|
import "react-dom";
|
|
110
|
-
import "
|
|
111
|
-
import "
|
|
99
|
+
import "lodash/debounce";
|
|
100
|
+
import "lodash.clonedeep";
|
|
101
|
+
import "react-grid-layout";
|
|
112
102
|
import "react-hook-form";
|
|
113
|
-
import "@mui/material/Button";
|
|
114
|
-
import "@mui/lab";
|
|
115
103
|
import "@mui/x-date-pickers";
|
|
116
104
|
import "lodash/isString";
|
|
117
105
|
import "react-dropzone";
|
|
@@ -122,42 +110,39 @@ import "@hookform/resolvers/yup";
|
|
|
122
110
|
import "./react-json-view.57125fcf.js";
|
|
123
111
|
import "./commonjs.565e6834.js";
|
|
124
112
|
import "./react-splitter-layout.8b1655c8.js";
|
|
125
|
-
import "./components/areas/components/Window/index.416a874f.js";
|
|
126
|
-
import "./components/areas/index.8fca0f8f.js";
|
|
127
113
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
128
114
|
import "./react-data-grid.d46d625e.js";
|
|
129
115
|
import "react-helmet-async";
|
|
130
116
|
import "simplebar-react";
|
|
131
117
|
import "simplebar/dist/simplebar.min.css?used";
|
|
132
118
|
export {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
a3 as
|
|
146
|
-
|
|
119
|
+
f as AREAS_DICTIONARY_ID,
|
|
120
|
+
A2 as Accordion,
|
|
121
|
+
a7 as AccountPopover,
|
|
122
|
+
A5 as ActionCancel,
|
|
123
|
+
A7 as ActionFormCancel,
|
|
124
|
+
A8 as ActionFormIntro,
|
|
125
|
+
A6 as ActionIntro,
|
|
126
|
+
A4 as Actions,
|
|
127
|
+
A9 as AppBar,
|
|
128
|
+
A as AreasAdmin,
|
|
129
|
+
d as AreasContext,
|
|
130
|
+
c as AreasProvider,
|
|
131
|
+
a3 as AreasViewer,
|
|
132
|
+
A3 as Avatar,
|
|
147
133
|
B4 as BooleanFormatter,
|
|
148
134
|
B as BoxIcon,
|
|
149
135
|
B2 as Breadcrumbs,
|
|
150
136
|
B3 as Button,
|
|
151
137
|
C as CircularProgress,
|
|
152
138
|
C2 as ConcatenatedFormatter,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
D2 as
|
|
156
|
-
|
|
157
|
-
D4 as
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
D5 as DynamicMFParmsProvider,
|
|
139
|
+
D as DICCTIONARY,
|
|
140
|
+
D3 as DataGrid,
|
|
141
|
+
D2 as DateFormatter,
|
|
142
|
+
D5 as DraggableWindow,
|
|
143
|
+
D4 as DynamicFilter,
|
|
144
|
+
j as DynamicMFParmsContext,
|
|
145
|
+
i as DynamicMFParmsProvider,
|
|
161
146
|
F as FORMATTER_DICTIONARY,
|
|
162
147
|
H2 as HelmetPage,
|
|
163
148
|
H as HelperText,
|
|
@@ -166,19 +151,19 @@ export {
|
|
|
166
151
|
a2 as IconButtonAnimate,
|
|
167
152
|
I4 as Image,
|
|
168
153
|
I2 as ImageButton,
|
|
169
|
-
|
|
154
|
+
L2 as LABEL_FILTER_BUTTON,
|
|
170
155
|
L6 as LanguagePopover,
|
|
171
|
-
|
|
172
|
-
|
|
156
|
+
L4 as LinearProgress,
|
|
157
|
+
L5 as LinkWithRoute,
|
|
173
158
|
L7 as Loadable,
|
|
174
|
-
|
|
159
|
+
L3 as LoadingButton,
|
|
175
160
|
L as LoadingScreen,
|
|
176
161
|
L8 as Logo,
|
|
177
|
-
|
|
178
|
-
|
|
162
|
+
M3 as MemonizedDynamicMFParmsProvider,
|
|
163
|
+
M4 as MenuActions,
|
|
179
164
|
M6 as ModalContext,
|
|
180
|
-
|
|
181
|
-
|
|
165
|
+
M5 as ModalDialog,
|
|
166
|
+
a8 as ModalProvider,
|
|
182
167
|
M as MotionContainer,
|
|
183
168
|
M2 as MotionLazyContainer,
|
|
184
169
|
N2 as NavLink,
|
|
@@ -217,43 +202,44 @@ export {
|
|
|
217
202
|
U as UncertaintyFormatter,
|
|
218
203
|
W3 as WindowBase,
|
|
219
204
|
W2 as WindowConfirm,
|
|
220
|
-
|
|
205
|
+
b2 as WindowToolsMFContext,
|
|
221
206
|
W as WindowToolsMFProvider,
|
|
222
207
|
c2 as columnBooleanFormatter,
|
|
223
|
-
|
|
224
|
-
|
|
208
|
+
d2 as columnConcatenatedValuesFormatter,
|
|
209
|
+
b4 as columnDateFormatter,
|
|
225
210
|
c5 as columnNestedValueFormatter,
|
|
226
211
|
c4 as columnPointsFormatter,
|
|
227
212
|
c6 as columnPriceFormatter,
|
|
228
213
|
c3 as columnUncertaintyFormatter,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
214
|
+
d3 as defaultCommonActionsDictionary,
|
|
215
|
+
d4 as defaultModalDialogDictionary,
|
|
216
|
+
d5 as defaultNoItemSelectedDictionary,
|
|
217
|
+
d6 as defaultObjectLogDictionary,
|
|
218
|
+
e2 as errorLabelClasses,
|
|
219
|
+
g as getAreasComponentsDictionary,
|
|
220
|
+
h as getAreasDictionary,
|
|
221
|
+
g13 as getCommonActionsDictionary,
|
|
235
222
|
a6 as getDataGridRowsFromSet,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
g5 as getFormatDate,
|
|
223
|
+
g12 as getDynamicFilterComponentsDictionary,
|
|
224
|
+
g9 as getFormatConcatenated,
|
|
225
|
+
g6 as getFormatDate,
|
|
240
226
|
a5 as getFormatPeriod,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
227
|
+
g8 as getFormatPoints,
|
|
228
|
+
g10 as getFormatPrice,
|
|
229
|
+
b3 as getFormattersComponentsDictionary,
|
|
230
|
+
g11 as getGridComponentsDictionary,
|
|
231
|
+
g14 as getModalDialogComponentsDictionary,
|
|
232
|
+
g15 as getNoItemSelectedComponentsDictionary,
|
|
233
|
+
g16 as getObjectLogsComponentsDictionary,
|
|
234
|
+
g5 as getPagerComponentsDictionary,
|
|
235
|
+
g4 as getPeriodComponetsDictionary,
|
|
236
|
+
g3 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
237
|
+
g2 as getRHFAutocompleteComponentsDictionary,
|
|
238
|
+
g7 as getUncertaintyFormat,
|
|
239
|
+
e as useDynamicMFParametersStore,
|
|
240
|
+
u2 as useFormAddEdit,
|
|
241
|
+
u3 as useModal,
|
|
242
|
+
u as useWindowToolsMF,
|
|
257
243
|
v2 as varBounce,
|
|
258
244
|
v3 as varContainer,
|
|
259
245
|
v as varFade,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.66",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@hookform/resolvers": "^2.9.5",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"npm": "^9.6.2",
|
|
20
20
|
"react-dnd": "^16.0.1",
|
|
21
21
|
"react-dnd-html5-backend": "^16.0.1",
|
|
22
|
-
"react-grid-layout": "
|
|
22
|
+
"react-grid-layout": "1.3.4",
|
|
23
23
|
"react-helmet-async": "^1.3.0",
|
|
24
24
|
"react-hook-form": "^7.33.1",
|
|
25
25
|
"react-router-dom": "6.3.0",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
33
33
|
"@types/react-dom": "^17.0.0 || ^18.0.0",
|
|
34
|
-
"@types/react-grid-layout": "^1.3.2",
|
|
35
34
|
"framer-motion": "^6.5.0",
|
|
36
35
|
"react-data-grid": "7.0.0-beta.13",
|
|
37
36
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
@@ -2,7 +2,7 @@ import React__default from "react";
|
|
|
2
2
|
import require$$1 from "prop-types";
|
|
3
3
|
import require$$2 from "react-dom";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import { s as shims, l as log, d as domFns, p as positionFns } from "./utils/index.
|
|
5
|
+
import { s as shims, l as log, d as domFns, p as positionFns } from "./utils/index.c2e62d8f.js";
|
|
6
6
|
var cjs = { exports: {} };
|
|
7
7
|
var Draggable$1 = {};
|
|
8
8
|
var DraggableCore$2 = {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React__default from "react";
|
|
2
|
-
import { c as cjs } from "./react-draggable.
|
|
3
|
-
import { u as utils } from "./utils/index.
|
|
2
|
+
import { c as cjs } from "./react-draggable.4d08d714.js";
|
|
3
|
+
import { u as utils } from "./utils/index.c2e62d8f.js";
|
|
4
4
|
import require$$1 from "prop-types";
|
|
5
|
+
const react_resizable_css = ".react-resizable {\n position: relative;\n}\n.react-resizable-handle {\n position: absolute;\n width: 20px;\n height: 20px;\n background-repeat: no-repeat;\n background-origin: content-box;\n box-sizing: border-box;\n background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n background-position: bottom right;\n padding: 0 3px 3px 0;\n}\n.react-resizable-handle-sw {\n bottom: 0;\n left: 0;\n cursor: sw-resize;\n transform: rotate(90deg);\n}\n.react-resizable-handle-se {\n bottom: 0;\n right: 0;\n cursor: se-resize;\n}\n.react-resizable-handle-nw {\n top: 0;\n left: 0;\n cursor: nw-resize;\n transform: rotate(180deg);\n}\n.react-resizable-handle-ne {\n top: 0;\n right: 0;\n cursor: ne-resize;\n transform: rotate(270deg);\n}\n.react-resizable-handle-w,\n.react-resizable-handle-e {\n top: 50%;\n margin-top: -10px;\n cursor: ew-resize;\n}\n.react-resizable-handle-w {\n left: 0;\n transform: rotate(135deg);\n}\n.react-resizable-handle-e {\n right: 0;\n transform: rotate(315deg);\n}\n.react-resizable-handle-n,\n.react-resizable-handle-s {\n left: 50%;\n margin-left: -10px;\n cursor: ns-resize;\n}\n.react-resizable-handle-n {\n top: 0;\n transform: rotate(225deg);\n}\n.react-resizable-handle-s {\n bottom: 0;\n transform: rotate(45deg);\n}";
|
|
5
6
|
var reactResizable = { exports: {} };
|
|
6
7
|
var Resizable$1 = {};
|
|
7
8
|
var propTypes = {};
|
|
@@ -574,7 +575,7 @@ reactResizable.exports = function() {
|
|
|
574
575
|
};
|
|
575
576
|
reactResizable.exports.Resizable = Resizable$1.default;
|
|
576
577
|
var ResizableBox = reactResizable.exports.ResizableBox = ResizableBox$2.default;
|
|
577
|
-
const styles = "";
|
|
578
578
|
export {
|
|
579
|
-
ResizableBox as R
|
|
579
|
+
ResizableBox as R,
|
|
580
|
+
react_resizable_css as r
|
|
580
581
|
};
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
import { generateUtilityClass } from "@mui/material";
|
|
2
2
|
import React__default from "react";
|
|
3
|
-
import { I as ICON_PREFIX } from "../vendor.
|
|
3
|
+
import { I as ICON_PREFIX } from "../vendor.be57c149.js";
|
|
4
|
+
function isValidDate(d) {
|
|
5
|
+
return d && d instanceof Date && !isNaN(d.getTime());
|
|
6
|
+
}
|
|
7
|
+
const getVariantColor = (variant) => {
|
|
8
|
+
switch (variant) {
|
|
9
|
+
case "warning":
|
|
10
|
+
return "warning";
|
|
11
|
+
case "delete":
|
|
12
|
+
return "error";
|
|
13
|
+
case "info":
|
|
14
|
+
return "info";
|
|
15
|
+
}
|
|
16
|
+
return "primary";
|
|
17
|
+
};
|
|
18
|
+
const getThemeVariantColor = (theme, variant) => {
|
|
19
|
+
switch (variant) {
|
|
20
|
+
case "warning":
|
|
21
|
+
theme.palette.warning.main;
|
|
22
|
+
break;
|
|
23
|
+
case "delete":
|
|
24
|
+
theme.palette.error.main;
|
|
25
|
+
break;
|
|
26
|
+
case "info":
|
|
27
|
+
theme.palette.info.main;
|
|
28
|
+
break;
|
|
29
|
+
}
|
|
30
|
+
return theme.palette.text.primary;
|
|
31
|
+
};
|
|
32
|
+
function getComponentUtilityClass(componentName) {
|
|
33
|
+
return (slot) => generateUtilityClass(componentName, slot);
|
|
34
|
+
}
|
|
4
35
|
var domFns = {};
|
|
5
36
|
var shims = {};
|
|
6
37
|
Object.defineProperty(shims, "__esModule", {
|
|
@@ -477,37 +508,6 @@ Object.defineProperty(log$1, "__esModule", {
|
|
|
477
508
|
log$1.default = log;
|
|
478
509
|
function log() {
|
|
479
510
|
}
|
|
480
|
-
function isValidDate(d) {
|
|
481
|
-
return d && d instanceof Date && !isNaN(d.getTime());
|
|
482
|
-
}
|
|
483
|
-
const getVariantColor = (variant) => {
|
|
484
|
-
switch (variant) {
|
|
485
|
-
case "warning":
|
|
486
|
-
return "warning";
|
|
487
|
-
case "delete":
|
|
488
|
-
return "error";
|
|
489
|
-
case "info":
|
|
490
|
-
return "info";
|
|
491
|
-
}
|
|
492
|
-
return "primary";
|
|
493
|
-
};
|
|
494
|
-
const getThemeVariantColor = (theme, variant) => {
|
|
495
|
-
switch (variant) {
|
|
496
|
-
case "warning":
|
|
497
|
-
theme.palette.warning.main;
|
|
498
|
-
break;
|
|
499
|
-
case "delete":
|
|
500
|
-
theme.palette.error.main;
|
|
501
|
-
break;
|
|
502
|
-
case "info":
|
|
503
|
-
theme.palette.info.main;
|
|
504
|
-
break;
|
|
505
|
-
}
|
|
506
|
-
return theme.palette.text.primary;
|
|
507
|
-
};
|
|
508
|
-
function getComponentUtilityClass(componentName) {
|
|
509
|
-
return (slot) => generateUtilityClass(componentName, slot);
|
|
510
|
-
}
|
|
511
511
|
var utils = {};
|
|
512
512
|
utils.__esModule = true;
|
|
513
513
|
utils.cloneElement = cloneElement;
|