@m4l/components 0.1.80 → 0.1.82
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 +9 -1
- package/components/AccountPopover/AccountPopover.d.ts +21 -0
- package/components/AccountPopover/classes/types.d.ts +1 -1
- package/components/AccountPopover/{index.00d1d15f.js → index.0ba26726.js} +68 -72
- package/components/AccountPopover/subcomponents/MyAvatar/index.d.ts +2 -2
- package/components/AccountPopover/subcomponents/MyAvatar/types.d.ts +7 -0
- package/components/AccountPopover/subcomponents/PopOver/index.d.ts +6 -0
- package/components/AccountPopover/subcomponents/PopOver/types.d.ts +5 -4
- package/components/AccountPopover/types.d.ts +3 -4
- package/components/AppBar/{index.c85b100d.js → index.fadcefc6.js} +7 -7
- package/components/CommonActions/components/ActionCancel/{index.1051a117.js → index.6cf96d04.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.a0d727b2.js → index.a0335cbf.js} +15 -15
- package/components/CommonActions/components/ActionFormIntro/{index.a20dc88d.js → index.273b1b9f.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.bfe3256c.js → index.856df8ef.js} +2 -2
- package/components/CommonActions/components/Actions/{index.19d67bc6.js → index.5abb6ac4.js} +13 -13
- package/components/DataGrid/classes/index.d.ts +1 -0
- package/components/DataGrid/classes/types.d.ts +1 -0
- package/components/DataGrid/constants.d.ts +1 -0
- package/components/DataGrid/{index.2f175eba.js → index.03ad08af.js} +28 -681
- package/components/DataGrid/subcomponents/Actions/index.db54ec98.js +621 -0
- package/components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js +64 -0
- package/components/DynamicFilter/constants.d.ts +1 -1
- package/components/DynamicFilter/{index.c1f9d560.js → index.9b72180b.js} +28 -28
- package/components/GridLayout/GridLayout.d.ts +1 -0
- package/components/GridLayout/classes/index.d.ts +4 -0
- package/components/GridLayout/classes/types.d.ts +17 -0
- package/components/GridLayout/constants.d.ts +26 -0
- package/components/GridLayout/{index.a792aacb.js → index.76bccc4f.js} +322 -575
- package/components/GridLayout/index.d.ts +4 -3
- package/components/GridLayout/subcomponents/Griditem/index.01fc14c3.js +370 -0
- package/components/GridLayout/subcomponents/Griditem/index.d.ts +9 -0
- package/components/GridLayout/subcomponents/Griditem/types.d.ts +103 -0
- package/components/GridLayout/subcomponents/Responsive/helper.d.ts +10 -0
- package/components/GridLayout/subcomponents/Responsive/index.d.ts +15 -2
- package/components/GridLayout/{Responsive/index.1671380a.js → subcomponents/Responsive/index.e589d8bf.js} +95 -139
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.d.ts +3 -6
- package/components/GridLayout/subcomponents/Responsive/types.d.ts +114 -33
- package/components/GridLayout/{WidthProvider/index.9a26dfe4.js → subcomponents/WidthProvider/index.50dafd87.js} +5 -5
- package/components/GridLayout/subcomponents/WidthProvider/index.d.ts +4 -5
- package/components/GridLayout/types.d.ts +83 -18
- package/components/GridLayout/utils.d.ts +15 -12
- package/components/HelperText/{index.6ef76993.js → index.6c3adb40.js} +7 -7
- package/components/Icon/{index.9fcd1476.js → index.2414ff25.js} +1 -1
- package/components/LanguagePopover/{index.1564bd08.js → index.66e11634.js} +7 -7
- package/components/ModalDialog/{index.fbc4cd71.js → index.4dc1c8ed.js} +4 -4
- package/components/NavLink/{index.6c9c2588.js → index.5859e048.js} +7 -7
- package/components/ObjectLogs/{index.eab1c15f.js → index.51de2deb.js} +17 -17
- package/components/PaperForm/{index.ba38a0bd.js → index.f931dc02.js} +1 -1
- package/components/Period/{index.26071a16.js → index.4fd9df2a.js} +14 -14
- package/components/PropertyValue/{index.18d3c0fd.js → index.1b09f426.js} +1 -1
- package/components/ScrollBar/{index.bbe48f4d.js → index.d4410cb5.js} +5 -0
- package/components/SideBar/{index.2f497e6c.js → index.72564ef2.js} +11 -6
- package/components/animate/AnimatedScroll/animatedScroll.d.ts +3 -0
- package/components/animate/AnimatedScroll/index.d.ts +1 -0
- package/components/animate/AnimatedScroll/types.d.ts +5 -0
- package/components/animate/index.4e9774a6.js +150 -0
- package/components/animate/index.d.ts +1 -0
- package/components/areas/components/AreasAdmin/{index.7a0dabbe.js → index.f011d49d.js} +60 -49
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/{index.fd49f06c.js → index.51a52736.js} +41 -153
- package/components/areas/components/{index.7756928a.js → index.f496660b.js} +11 -11
- package/components/areas/contexts/AreasContext/helper.d.ts +2 -2
- package/components/areas/contexts/AreasContext/{index.0a08a08b.js → index.9820bc7f.js} +12 -6
- package/components/areas/contexts/AreasContext/types.d.ts +4 -4
- package/components/areas/contexts/{index.b303b664.js → index.361acb6f.js} +1 -1
- package/components/areas/hooks/useAreas/{index.c6eb2569.js → index.b403f383.js} +1 -1
- package/components/areas/{index.6e67d89a.js → index.eacab372.js} +11 -11
- package/components/formatters/BooleanFormatter/{index.e8de8e4c.js → index.32de0803.js} +1 -1
- package/components/formatters/{index.67aeb049.js → index.d16d2331.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.d1bbb015.js → index.6edb51b1.js} +8 -8
- package/components/hook-form/RHFAutocompleteAsync/{index.f9a9ef48.js → index.c2ca5c66.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.7b4a21d7.js → index.c6c3933b.js} +8 -8
- package/components/hook-form/RHFDateTime/{index.46cf616e.js → index.3add0fa4.js} +8 -8
- package/components/hook-form/RHFPeriod/{index.ce513149.js → index.72edef4d.js} +2 -2
- package/components/hook-form/RHFTextField/{index.f7ee202c.js → index.20daa95e.js} +3 -3
- package/components/hook-form/RHFUpload/{index.1befd5bb.js → index.cc5adc15.js} +8 -8
- package/components/modal/{WindowBase.7e19843e.js → WindowBase.4016485b.js} +9 -9
- package/components/modal/{WindowConfirm.12a9608a.js → WindowConfirm.f148e495.js} +16 -16
- package/components/modal/{index.b0a7236c.js → index.e9fece72.js} +13 -13
- package/components/mui_extended/Accordion/{index.a6447bf8.js → index.42cef1c7.js} +3 -3
- package/components/mui_extended/Avatar/types.d.ts +3 -1
- package/components/mui_extended/Button/classes/types.d.ts +3 -0
- package/components/mui_extended/Button/{index.4288f9fc.js → index.40af964e.js} +8 -3
- package/components/mui_extended/Button/types.d.ts +2 -1
- package/components/mui_extended/IconButton/{index.12f1a3c3.js → index.a318316e.js} +1 -1
- package/components/mui_extended/MenuActions/{index.43a2e1ae.js → index.f6bfdd40.js} +2 -2
- package/components/mui_extended/Pager/classes/index.d.ts +12 -0
- package/components/mui_extended/Pager/classes/types.d.ts +12 -4
- package/components/mui_extended/Pager/{index.82e89328.js → index.da26e9d4.js} +114 -62
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index.d.ts +3 -0
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/types.d.ts +12 -0
- package/components/mui_extended/Pager/{components → subcomponents}/PagerActions/types.d.ts +2 -0
- package/components/mui_extended/Tab/{index.c39a6681.js → index.0d5f96e6.js} +1 -1
- package/components/mui_extended/{index.d78bde19.js → index.f6a356b9.js} +7 -7
- package/contexts/ModalContext/{index.89805978.js → index.efc1135a.js} +1 -1
- package/contexts/RHFormContext/{index.fe175bab.js → index.b9266262.js} +1 -1
- package/hooks/useModal/{index.e1c5c31e.js → index.9b0cc3fe.js} +1 -1
- package/index.js +92 -88
- package/package.json +1 -2
- package/{vendor.f57d47a7.js → vendor.88ed58a5.js} +51 -48
- package/components/AccountPopover/subcomponents/MyAvatar/createAvatar.d.ts +0 -4
- package/components/GridLayout/subcomponents/GridItem/index.d.ts +0 -26
- package/components/GridLayout/subcomponents/GridItem/types.d.ts +0 -78
- package/components/animate/index.1f8eadd4.js +0 -66
- /package/components/mui_extended/Pager/{components → subcomponents}/PagerActions/index.d.ts +0 -0
package/index.js
CHANGED
|
@@ -2,103 +2,105 @@ 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 } from "./components/animate/index.
|
|
5
|
+
import { A, I } from "./components/animate/index.4e9774a6.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.7fab43c8.js";
|
|
10
|
-
import { A } from "./components/areas/components/AreasAdmin/index.
|
|
11
|
-
import { A as
|
|
12
|
-
import { A as
|
|
10
|
+
import { A as A2 } from "./components/areas/components/AreasAdmin/index.f011d49d.js";
|
|
11
|
+
import { A as A3 } from "./components/areas/components/AreasViewer/index.51a52736.js";
|
|
12
|
+
import { A as A4, a as a2 } from "./components/areas/contexts/AreasContext/index.9820bc7f.js";
|
|
13
13
|
import { a as a3, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
14
14
|
import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
|
|
15
15
|
import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
16
|
-
import { A as
|
|
17
|
-
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.
|
|
18
|
-
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.
|
|
19
|
-
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.
|
|
20
|
-
import { R as R4 } from "./components/hook-form/RHFDateTime/index.
|
|
16
|
+
import { A as A5, D, L as L2, a as a4, g } from "./components/areas/dictionary.afb7e3d9.js";
|
|
17
|
+
import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.6edb51b1.js";
|
|
18
|
+
import { R as R2, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.c2ca5c66.js";
|
|
19
|
+
import { R as R3 } from "./components/hook-form/RHFCheckbox/index.c6c3933b.js";
|
|
20
|
+
import { R as R4 } from "./components/hook-form/RHFDateTime/index.3add0fa4.js";
|
|
21
21
|
import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
|
|
22
22
|
import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
|
|
23
|
-
import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.
|
|
23
|
+
import { b as b2, c, a as a5, R as R7, d } from "./components/hook-form/RHFTextField/index.20daa95e.js";
|
|
24
24
|
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 g4 } from "./components/Period/index.
|
|
27
|
-
import { R as R10 } from "./components/hook-form/RHFUpload/index.
|
|
28
|
-
import { A as
|
|
29
|
-
import { A as
|
|
25
|
+
import { R as R9 } from "./components/hook-form/RHFPeriod/index.72edef4d.js";
|
|
26
|
+
import { P as P2, g as g4 } from "./components/Period/index.4fd9df2a.js";
|
|
27
|
+
import { R as R10 } from "./components/hook-form/RHFUpload/index.cc5adc15.js";
|
|
28
|
+
import { A as A6 } from "./components/mui_extended/Accordion/index.42cef1c7.js";
|
|
29
|
+
import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
30
30
|
import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
|
|
31
31
|
import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
32
|
-
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.
|
|
32
|
+
import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.40af964e.js";
|
|
33
33
|
import { C } from "./components/mui_extended/CheckBox.5f6c78b0.js";
|
|
34
34
|
import { C as C2 } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
35
35
|
import { B as B4 } from "./components/mui_extended/Badge/index.cad260fe.js";
|
|
36
|
-
import { I as I3 } from "./components/mui_extended/IconButton/index.
|
|
36
|
+
import { I as I3 } from "./components/mui_extended/IconButton/index.a318316e.js";
|
|
37
37
|
import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
38
38
|
import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
39
|
-
import { M as M3 } from "./components/mui_extended/MenuActions/index.
|
|
39
|
+
import { M as M3 } from "./components/mui_extended/MenuActions/index.f6bfdd40.js";
|
|
40
40
|
import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
41
|
-
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.
|
|
42
|
-
import { T } from "./components/mui_extended/Tab/index.
|
|
41
|
+
import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.da26e9d4.js";
|
|
42
|
+
import { T } from "./components/mui_extended/Tab/index.0d5f96e6.js";
|
|
43
43
|
import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
44
44
|
import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
|
|
45
|
-
import { B as B5 } from "./components/formatters/BooleanFormatter/index.
|
|
45
|
+
import { B as B5 } from "./components/formatters/BooleanFormatter/index.32de0803.js";
|
|
46
46
|
import { D as D2, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
47
47
|
import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
48
48
|
import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
49
|
-
import { C as C3, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.
|
|
49
|
+
import { C as C3, F, P as P6, g as g9, a as a6, b as b3 } from "./components/formatters/index.d16d2331.js";
|
|
50
50
|
import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
51
|
-
import { D as D3,
|
|
51
|
+
import { D as D3, e, h, f, c as c2, g as g11 } from "./components/DataGrid/index.03ad08af.js";
|
|
52
52
|
import { c as c3 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
53
53
|
import { c as c4 } from "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
54
54
|
import { c as c5 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
55
55
|
import { c as c6 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import { A as A8 } from "./components/CommonActions/components/
|
|
60
|
-
import { A as A9 } from "./components/CommonActions/components/
|
|
61
|
-
import { A as A10 } from "./components/CommonActions/components/
|
|
62
|
-
import { A as A11 } from "./components/CommonActions/components/
|
|
56
|
+
import { N, T as T4 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
57
|
+
import { D as D4, g as g12 } from "./components/DynamicFilter/index.9b72180b.js";
|
|
58
|
+
import { H, e as e2 } from "./components/HelperText/index.6c3adb40.js";
|
|
59
|
+
import { A as A8, d as d2, g as g13 } from "./components/CommonActions/components/Actions/index.5abb6ac4.js";
|
|
60
|
+
import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.6cf96d04.js";
|
|
61
|
+
import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.856df8ef.js";
|
|
62
|
+
import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.a0335cbf.js";
|
|
63
|
+
import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.273b1b9f.js";
|
|
63
64
|
import { D as D5 } from "./components/DraggableWindow/index.c702d3f2.js";
|
|
64
|
-
import { G } from "./components/GridLayout/index.
|
|
65
|
-
import { R as R11, a as
|
|
66
|
-
import { W as W2 } from "./components/GridLayout/WidthProvider/index.
|
|
67
|
-
import { I as I4 } from "./components/Icon/index.
|
|
68
|
-
import { L as L6 } from "./components/LanguagePopover/index.
|
|
65
|
+
import { G, w, z } from "./components/GridLayout/index.76bccc4f.js";
|
|
66
|
+
import { R as R11, a as a7, b as b4, c as c7 } from "./components/GridLayout/subcomponents/Responsive/index.e589d8bf.js";
|
|
67
|
+
import { W as W2 } from "./components/GridLayout/subcomponents/WidthProvider/index.50dafd87.js";
|
|
68
|
+
import { I as I4 } from "./components/Icon/index.2414ff25.js";
|
|
69
|
+
import { L as L6 } from "./components/LanguagePopover/index.66e11634.js";
|
|
69
70
|
import { L as L7 } from "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
70
71
|
import { I as I5 } from "./components/Image/index.c18ebf5a.js";
|
|
71
72
|
import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
|
|
72
|
-
import { M as M4, d as
|
|
73
|
-
import { W as W3 } from "./components/modal/WindowConfirm.
|
|
74
|
-
import { W as W4 } from "./components/modal/WindowBase.
|
|
75
|
-
import { N as N2 } from "./components/NavLink/index.
|
|
76
|
-
import { N as N3, d as
|
|
77
|
-
import { O, d as
|
|
78
|
-
import { P as P8 } from "./components/PaperForm/index.
|
|
73
|
+
import { M as M4, d as d3, g as g14 } from "./components/ModalDialog/index.4dc1c8ed.js";
|
|
74
|
+
import { W as W3 } from "./components/modal/WindowConfirm.f148e495.js";
|
|
75
|
+
import { W as W4 } from "./components/modal/WindowBase.4016485b.js";
|
|
76
|
+
import { N as N2 } from "./components/NavLink/index.5859e048.js";
|
|
77
|
+
import { N as N3, d as d4, g as g15 } from "./components/NoItemSelected/index.23dfc897.js";
|
|
78
|
+
import { O, d as d5, g as g16 } from "./components/ObjectLogs/index.51de2deb.js";
|
|
79
|
+
import { P as P8 } from "./components/PaperForm/index.f931dc02.js";
|
|
79
80
|
import { H as H2 } from "./components/Page/index.4237c241.js";
|
|
80
|
-
import { P as P9 } from "./components/PropertyValue/index.
|
|
81
|
+
import { P as P9 } from "./components/PropertyValue/index.1b09f426.js";
|
|
81
82
|
import { R as R12 } from "./components/Resizeable/index.9a9c79a4.js";
|
|
82
|
-
import { S } from "./components/ScrollBar/index.
|
|
83
|
+
import { S } from "./components/ScrollBar/index.d4410cb5.js";
|
|
83
84
|
import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
|
|
84
85
|
import { S as S3 } from "./components/SplitLayout/index.9ef430f6.js";
|
|
85
|
-
import { S as S4 } from "./components/SideBar/index.
|
|
86
|
-
import { A as
|
|
87
|
-
import { A as
|
|
88
|
-
import { a as
|
|
89
|
-
import { M as M6, a as
|
|
90
|
-
import { R as R13 } from "./contexts/RHFormContext/index.
|
|
86
|
+
import { S as S4 } from "./components/SideBar/index.72564ef2.js";
|
|
87
|
+
import { A as A13 } from "./components/AppBar/index.fadcefc6.js";
|
|
88
|
+
import { A as A14 } from "./components/AccountPopover/index.0ba26726.js";
|
|
89
|
+
import { a as a8, D as D6, M as M5 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
90
|
+
import { M as M6, a as a9 } from "./contexts/ModalContext/index.efc1135a.js";
|
|
91
|
+
import { R as R13 } from "./contexts/RHFormContext/index.b9266262.js";
|
|
91
92
|
import { u as u3 } from "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
92
|
-
import { u as u4 } from "./hooks/useModal/index.
|
|
93
|
+
import { u as u4 } from "./hooks/useModal/index.9b0cc3fe.js";
|
|
93
94
|
import { L as L9 } from "./assets/Logo/index.228dcb5a.js";
|
|
94
|
-
import "framer-motion";
|
|
95
95
|
import "react";
|
|
96
|
-
import "@mui/material";
|
|
97
96
|
import "react/jsx-runtime";
|
|
97
|
+
import "framer-motion";
|
|
98
|
+
import "@mui/material";
|
|
98
99
|
import "@mui/material/styles";
|
|
99
100
|
import "react-router-dom";
|
|
101
|
+
import "simplebar-react";
|
|
100
102
|
import "./react-spinners.342a6578.js";
|
|
101
|
-
import "./components/areas/hooks/useAreas/index.
|
|
103
|
+
import "./components/areas/hooks/useAreas/index.b403f383.js";
|
|
102
104
|
import "zustand";
|
|
103
105
|
import "@m4l/core";
|
|
104
106
|
import "yup";
|
|
@@ -116,13 +118,17 @@ import "@mui/x-date-pickers";
|
|
|
116
118
|
import "./react-draggable.7abb5d0a.js";
|
|
117
119
|
import "prop-types";
|
|
118
120
|
import "react-dom";
|
|
119
|
-
import "./components/modal/index.
|
|
121
|
+
import "./components/modal/index.e9fece72.js";
|
|
120
122
|
import "zustand/shallow";
|
|
121
123
|
import "lodash/isString";
|
|
122
124
|
import "react-dropzone";
|
|
123
125
|
import "./react-resizable.ba08699a.js";
|
|
126
|
+
import "./components/GridLayout/subcomponents/Griditem/index.01fc14c3.js";
|
|
127
|
+
import "./node_modules.d73a220d.js";
|
|
124
128
|
import "react-dnd";
|
|
125
129
|
import "react-dnd-html5-backend";
|
|
130
|
+
import "./components/DataGrid/subcomponents/Actions/index.db54ec98.js";
|
|
131
|
+
import "./react-data-grid.d46d625e.js";
|
|
126
132
|
import "lodash";
|
|
127
133
|
import "./react-json-view.57125fcf.js";
|
|
128
134
|
import "./commonjs.565e6834.js";
|
|
@@ -130,29 +136,27 @@ import "./react-splitter-layout.8b1655c8.js";
|
|
|
130
136
|
import "zustand/middleware";
|
|
131
137
|
import "zustand/middleware/immer";
|
|
132
138
|
import "./test/constants_no_mock.86c553a9.js";
|
|
133
|
-
import "./vendor.
|
|
139
|
+
import "./vendor.88ed58a5.js";
|
|
134
140
|
import "./components/WrapperComponent/index.5e872594.js";
|
|
135
|
-
import "./react-data-grid.d46d625e.js";
|
|
136
|
-
import "./node_modules.d73a220d.js";
|
|
137
141
|
import "react-helmet-async";
|
|
138
|
-
import "simplebar-react";
|
|
139
142
|
import "simplebar/dist/simplebar.min.css?used";
|
|
140
143
|
import "@hookform/resolvers/yup";
|
|
141
144
|
export {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
145
|
+
A5 as AREAS_DICTIONARY_ID,
|
|
146
|
+
A6 as Accordion,
|
|
147
|
+
A14 as AccountPopover,
|
|
148
|
+
A9 as ActionCancel,
|
|
149
|
+
A11 as ActionFormCancel,
|
|
150
|
+
A12 as ActionFormIntro,
|
|
151
|
+
A10 as ActionIntro,
|
|
152
|
+
A8 as Actions,
|
|
153
|
+
A as AnimatedScroll,
|
|
154
|
+
A13 as AppBar,
|
|
155
|
+
A2 as AreasAdmin,
|
|
156
|
+
A4 as AreasContext,
|
|
153
157
|
a2 as AreasProvider,
|
|
154
|
-
|
|
155
|
-
|
|
158
|
+
A3 as AreasViewer,
|
|
159
|
+
A7 as Avatar,
|
|
156
160
|
B4 as Badge,
|
|
157
161
|
B5 as BooleanFormatter,
|
|
158
162
|
B as BoxIcon,
|
|
@@ -166,7 +170,7 @@ export {
|
|
|
166
170
|
D2 as DateFormatter,
|
|
167
171
|
D5 as DraggableWindow,
|
|
168
172
|
D4 as DynamicFilter,
|
|
169
|
-
|
|
173
|
+
a8 as DynamicMFParmsContext,
|
|
170
174
|
D6 as DynamicMFParmsProvider,
|
|
171
175
|
F as FORMATTER_DICTIONARY,
|
|
172
176
|
G as GridLayout,
|
|
@@ -190,7 +194,7 @@ export {
|
|
|
190
194
|
M3 as MenuActions,
|
|
191
195
|
M6 as ModalContext,
|
|
192
196
|
M4 as ModalDialog,
|
|
193
|
-
|
|
197
|
+
a9 as ModalProvider,
|
|
194
198
|
M as MotionContainer,
|
|
195
199
|
M2 as MotionLazyContainer,
|
|
196
200
|
N2 as NavLink,
|
|
@@ -237,25 +241,25 @@ export {
|
|
|
237
241
|
W3 as WindowConfirm,
|
|
238
242
|
a3 as WindowToolsMFContext,
|
|
239
243
|
W as WindowToolsMFProvider,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
a7 as addLayoutItemToBreakPointIfNoExists,
|
|
245
|
+
b4 as addLayoutItemToBreakPoints,
|
|
246
|
+
c7 as cloneLayouts,
|
|
247
|
+
e as columnBooleanFormatter,
|
|
248
|
+
h as columnConcatenatedValuesFormatter,
|
|
249
|
+
f as columnDateFormatter,
|
|
246
250
|
c5 as columnNestedValueFormatter,
|
|
247
251
|
c4 as columnPointsFormatter,
|
|
248
252
|
c6 as columnPriceFormatter,
|
|
249
253
|
c3 as columnUncertaintyFormatter,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
254
|
+
d2 as defaultCommonActionsDictionary,
|
|
255
|
+
d3 as defaultModalDialogDictionary,
|
|
256
|
+
d4 as defaultNoItemSelectedDictionary,
|
|
257
|
+
d5 as defaultObjectLogDictionary,
|
|
258
|
+
e2 as errorLabelClasses,
|
|
255
259
|
a4 as getAreasComponentsDictionary,
|
|
256
260
|
g as getAreasDictionary,
|
|
257
261
|
g13 as getCommonActionsDictionary,
|
|
258
|
-
|
|
262
|
+
c2 as getDataGridRowsFromSet,
|
|
259
263
|
g12 as getDynamicFilterComponentsDictionary,
|
|
260
264
|
g9 as getFormatConcatenated,
|
|
261
265
|
g6 as getFormatDate,
|
|
@@ -272,8 +276,8 @@ export {
|
|
|
272
276
|
g3 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
273
277
|
g2 as getRHFAutocompleteComponentsDictionary,
|
|
274
278
|
g7 as getUncertaintyFormat,
|
|
275
|
-
|
|
276
|
-
|
|
279
|
+
w as isEqualLayout,
|
|
280
|
+
z as isEqualLayouts,
|
|
277
281
|
u as useDynamicMFParametersStore,
|
|
278
282
|
u3 as useFormAddEdit,
|
|
279
283
|
u4 as useModal,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.82",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@emotion/react": "^11.9.0",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"npm": "^9.6.2",
|
|
22
22
|
"react-dnd": "^16.0.1",
|
|
23
23
|
"react-dnd-html5-backend": "^16.0.1",
|
|
24
|
-
"react-grid-layout": "1.3.4",
|
|
25
24
|
"react-helmet-async": "^1.3.0",
|
|
26
25
|
"react-hook-form": "^7.33.1",
|
|
27
26
|
"react-router-dom": "6.3.0",
|
|
@@ -1,80 +1,83 @@
|
|
|
1
1
|
import "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
2
|
-
import "./contexts/ModalContext/index.
|
|
3
|
-
import "./contexts/RHFormContext/index.
|
|
2
|
+
import "./contexts/ModalContext/index.efc1135a.js";
|
|
3
|
+
import "./contexts/RHFormContext/index.b9266262.js";
|
|
4
4
|
import "@m4l/core";
|
|
5
5
|
import "react";
|
|
6
6
|
import "react-hook-form";
|
|
7
7
|
import "@mui/material";
|
|
8
|
-
import "./components/hook-form/RHFAutocomplete/index.
|
|
8
|
+
import "./components/hook-form/RHFAutocomplete/index.6edb51b1.js";
|
|
9
9
|
import "./components/Image/index.c18ebf5a.js";
|
|
10
10
|
import "react/jsx-runtime";
|
|
11
11
|
import "clsx";
|
|
12
12
|
import "./components/mui_extended/Typography/index.443590d6.js";
|
|
13
|
-
import "./components/Icon/index.
|
|
14
|
-
import "./components/mui_extended/IconButton/index.
|
|
13
|
+
import "./components/Icon/index.2414ff25.js";
|
|
14
|
+
import "./components/mui_extended/IconButton/index.a318316e.js";
|
|
15
15
|
import "@m4l/graphics";
|
|
16
|
-
import "./components/mui_extended/Accordion/index.
|
|
16
|
+
import "./components/mui_extended/Accordion/index.42cef1c7.js";
|
|
17
17
|
import "./components/mui_extended/Avatar/index.75e6ed57.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
19
|
import "@mui/material/Button";
|
|
20
|
-
import "./components/mui_extended/Button/index.
|
|
20
|
+
import "./components/mui_extended/Button/index.40af964e.js";
|
|
21
21
|
import "./components/mui_extended/CheckBox.5f6c78b0.js";
|
|
22
22
|
import "./components/mui_extended/Badge/index.cad260fe.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "./components/mui_extended/MenuActions/index.
|
|
24
|
+
import "./components/mui_extended/MenuActions/index.f6bfdd40.js";
|
|
25
25
|
import "./components/mui_extended/Popover/index.9f35d0eb.js";
|
|
26
|
-
import "./components/mui_extended/Pager/index.
|
|
27
|
-
import "./components/mui_extended/Tab/index.
|
|
26
|
+
import "./components/mui_extended/Pager/index.da26e9d4.js";
|
|
27
|
+
import "./components/mui_extended/Tab/index.0d5f96e6.js";
|
|
28
28
|
import "./components/mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
|
-
import "./components/HelperText/index.
|
|
29
|
+
import "./components/HelperText/index.6c3adb40.js";
|
|
30
30
|
import "lodash/debounce";
|
|
31
|
-
import "./components/hook-form/RHFAutocompleteAsync/index.
|
|
32
|
-
import "./components/hook-form/RHFCheckbox/index.
|
|
31
|
+
import "./components/hook-form/RHFAutocompleteAsync/index.c2ca5c66.js";
|
|
32
|
+
import "./components/hook-form/RHFCheckbox/index.c6c3933b.js";
|
|
33
33
|
import "@mui/x-date-pickers";
|
|
34
|
-
import "./components/hook-form/RHFDateTime/index.
|
|
35
|
-
import "./components/hook-form/RHFTextField/index.
|
|
36
|
-
import "./components/hook-form/RHFPeriod/index.
|
|
37
|
-
import "./components/Period/index.
|
|
38
|
-
import "./components/CommonActions/components/Actions/index.
|
|
34
|
+
import "./components/hook-form/RHFDateTime/index.3add0fa4.js";
|
|
35
|
+
import "./components/hook-form/RHFTextField/index.20daa95e.js";
|
|
36
|
+
import "./components/hook-form/RHFPeriod/index.72edef4d.js";
|
|
37
|
+
import "./components/Period/index.4fd9df2a.js";
|
|
38
|
+
import "./components/CommonActions/components/Actions/index.5abb6ac4.js";
|
|
39
39
|
import "./react-draggable.7abb5d0a.js";
|
|
40
40
|
import "./components/Resizeable/index.9a9c79a4.js";
|
|
41
|
-
import "./components/modal/index.
|
|
41
|
+
import "./components/modal/index.e9fece72.js";
|
|
42
42
|
import "zustand";
|
|
43
|
-
import "./components/areas/contexts/AreasContext/index.
|
|
44
|
-
import "./components/areas/components/AreasAdmin/index.
|
|
43
|
+
import "./components/areas/contexts/AreasContext/index.9820bc7f.js";
|
|
44
|
+
import "./components/areas/components/AreasAdmin/index.f011d49d.js";
|
|
45
45
|
import "zustand/shallow";
|
|
46
|
-
import "./components/ScrollBar/index.
|
|
47
|
-
import "./components/areas/components/AreasViewer/index.
|
|
46
|
+
import "./components/ScrollBar/index.d4410cb5.js";
|
|
47
|
+
import "./components/areas/components/AreasViewer/index.51a52736.js";
|
|
48
48
|
import "./components/LinearProgressIndeterminate/index.60dabc06.js";
|
|
49
49
|
import "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
50
50
|
import "lodash/isString";
|
|
51
51
|
import "react-dropzone";
|
|
52
|
-
import "./components/hook-form/RHFUpload/index.
|
|
53
|
-
import "./components/animate/index.
|
|
52
|
+
import "./components/hook-form/RHFUpload/index.cc5adc15.js";
|
|
53
|
+
import "./components/animate/index.4e9774a6.js";
|
|
54
54
|
import "framer-motion";
|
|
55
55
|
import "@mui/material/styles";
|
|
56
56
|
import "./components/animate/LoadingScreen/index.1d0c4307.js";
|
|
57
57
|
import "./components/animate/PropagateLoader/index.7fab43c8.js";
|
|
58
|
-
import "./components/DataGrid/index.
|
|
58
|
+
import "./components/DataGrid/index.03ad08af.js";
|
|
59
59
|
import "react-dnd";
|
|
60
60
|
import "react-dnd-html5-backend";
|
|
61
|
-
import "./components/
|
|
61
|
+
import "./components/DataGrid/subcomponents/Actions/index.db54ec98.js";
|
|
62
|
+
import "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
|
|
63
|
+
import "./components/DynamicFilter/index.9b72180b.js";
|
|
62
64
|
import "yup";
|
|
63
|
-
import "./components/GridLayout/index.
|
|
65
|
+
import "./components/GridLayout/subcomponents/Griditem/index.01fc14c3.js";
|
|
66
|
+
import "./components/GridLayout/index.76bccc4f.js";
|
|
64
67
|
import "lodash";
|
|
65
|
-
import "./components/LanguagePopover/index.
|
|
66
|
-
import "./components/NavLink/index.
|
|
68
|
+
import "./components/LanguagePopover/index.66e11634.js";
|
|
69
|
+
import "./components/NavLink/index.5859e048.js";
|
|
67
70
|
import "./components/NoItemSelected/index.23dfc897.js";
|
|
68
|
-
import "./components/ObjectLogs/index.
|
|
71
|
+
import "./components/ObjectLogs/index.51de2deb.js";
|
|
69
72
|
import "./react-json-view.57125fcf.js";
|
|
70
|
-
import "./components/PaperForm/index.
|
|
73
|
+
import "./components/PaperForm/index.f931dc02.js";
|
|
71
74
|
import "./components/Page/index.4237c241.js";
|
|
72
|
-
import "./components/PropertyValue/index.
|
|
75
|
+
import "./components/PropertyValue/index.1b09f426.js";
|
|
73
76
|
import "./components/SplitLayout/index.9ef430f6.js";
|
|
74
77
|
import "./react-splitter-layout.8b1655c8.js";
|
|
75
|
-
import "./components/SideBar/index.
|
|
76
|
-
import "./components/AppBar/index.
|
|
77
|
-
import "./components/AccountPopover/index.
|
|
78
|
+
import "./components/SideBar/index.72564ef2.js";
|
|
79
|
+
import "./components/AppBar/index.fadcefc6.js";
|
|
80
|
+
import "./components/AccountPopover/index.0ba26726.js";
|
|
78
81
|
import "./components/animate/variants/fade.b561c0fc.js";
|
|
79
82
|
import "./components/animate/variants/bounce.784aaaaa.js";
|
|
80
83
|
import "./components/animate/variants/container.11f82b76.js";
|
|
@@ -92,30 +95,30 @@ import "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
|
|
|
92
95
|
import "./components/mui_extended/CircularProgress/index.ad569afd.js";
|
|
93
96
|
import "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
94
97
|
import "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
|
|
95
|
-
import "./components/formatters/BooleanFormatter/index.
|
|
98
|
+
import "./components/formatters/BooleanFormatter/index.32de0803.js";
|
|
96
99
|
import "./components/formatters/DateFormatter/index.578a9f53.js";
|
|
97
100
|
import "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
|
|
98
101
|
import "./components/formatters/PointsFormatter/index.80a4e414.js";
|
|
99
|
-
import "./components/formatters/index.
|
|
102
|
+
import "./components/formatters/index.d16d2331.js";
|
|
100
103
|
import "./components/formatters/PriceFormatter/index.83cbe7be.js";
|
|
101
104
|
import "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
|
|
102
105
|
import "./components/DataGrid/formatters/columnPointsFormatter/index.5e645334.js";
|
|
103
106
|
import "./components/DataGrid/formatters/columnNestedValueFormatter/index.f68ef4e1.js";
|
|
104
107
|
import "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
|
|
105
|
-
import "./components/CommonActions/components/ActionCancel/index.
|
|
106
|
-
import "./components/CommonActions/components/ActionIntro/index.
|
|
107
|
-
import "./components/CommonActions/components/ActionFormCancel/index.
|
|
108
|
-
import "./components/CommonActions/components/ActionFormIntro/index.
|
|
108
|
+
import "./components/CommonActions/components/ActionCancel/index.6cf96d04.js";
|
|
109
|
+
import "./components/CommonActions/components/ActionIntro/index.856df8ef.js";
|
|
110
|
+
import "./components/CommonActions/components/ActionFormCancel/index.a0335cbf.js";
|
|
111
|
+
import "./components/CommonActions/components/ActionFormIntro/index.273b1b9f.js";
|
|
109
112
|
import "./components/DraggableWindow/index.c702d3f2.js";
|
|
110
|
-
import "./components/GridLayout/Responsive/index.
|
|
111
|
-
import "./components/GridLayout/WidthProvider/index.
|
|
113
|
+
import "./components/GridLayout/subcomponents/Responsive/index.e589d8bf.js";
|
|
114
|
+
import "./components/GridLayout/subcomponents/WidthProvider/index.50dafd87.js";
|
|
112
115
|
import "./components/Loadable/index.e994fc3e.js";
|
|
113
|
-
import "./components/ModalDialog/index.
|
|
114
|
-
import "./components/modal/WindowConfirm.
|
|
115
|
-
import "./components/modal/WindowBase.
|
|
116
|
+
import "./components/ModalDialog/index.4dc1c8ed.js";
|
|
117
|
+
import "./components/modal/WindowConfirm.f148e495.js";
|
|
118
|
+
import "./components/modal/WindowBase.4016485b.js";
|
|
116
119
|
import "./components/ScrollToTop/index.e06f98f6.js";
|
|
117
120
|
import "./hooks/useFormAddEdit/index.15de3ba8.js";
|
|
118
|
-
import "./hooks/useModal/index.
|
|
121
|
+
import "./hooks/useModal/index.9b0cc3fe.js";
|
|
119
122
|
import "./assets/Logo/index.228dcb5a.js";
|
|
120
123
|
const getNameDataTestId = (ELEMENT_PREFIX, ELEMENT_KEY, ELEMENT_ID) => {
|
|
121
124
|
return `${ELEMENT_PREFIX}-${[ELEMENT_KEY]}-${ELEMENT_ID}`;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { GridItemProps } from './types';
|
|
3
|
-
export declare type RefProps = {
|
|
4
|
-
cols: number;
|
|
5
|
-
x: number;
|
|
6
|
-
y: number;
|
|
7
|
-
w: number;
|
|
8
|
-
h: number;
|
|
9
|
-
minW: number;
|
|
10
|
-
maxW: number;
|
|
11
|
-
minH: number;
|
|
12
|
-
maxH: number;
|
|
13
|
-
containerWidth: number;
|
|
14
|
-
containerHeight: number;
|
|
15
|
-
margin: [number, number];
|
|
16
|
-
containerPadding: [number, number];
|
|
17
|
-
rowHeight: number;
|
|
18
|
-
maxRows: number;
|
|
19
|
-
colapsed?: boolean;
|
|
20
|
-
visible?: boolean;
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* An individual item within a ReactGridLayout.
|
|
24
|
-
*/
|
|
25
|
-
export declare function GridItem(props: GridItemProps): React.JSX.Element;
|
|
26
|
-
export declare const MemonizedGridItem: React.MemoExoticComponent<typeof GridItem>;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { CSSProperties } from 'react';
|
|
2
|
-
import { DroppingPosition, GridDragEvent, GridResizeEvent, LayoutItemRender, LayoutItemType, ResizeHandle } from '../../types';
|
|
3
|
-
export declare type GridItemState = {
|
|
4
|
-
resizing?: {
|
|
5
|
-
width: number;
|
|
6
|
-
height: number;
|
|
7
|
-
};
|
|
8
|
-
dragging?: {
|
|
9
|
-
top: number;
|
|
10
|
-
left: number;
|
|
11
|
-
};
|
|
12
|
-
className: string;
|
|
13
|
-
};
|
|
14
|
-
export declare type PartialPosition = {
|
|
15
|
-
top: number;
|
|
16
|
-
left: number;
|
|
17
|
-
};
|
|
18
|
-
export interface DraggableData {
|
|
19
|
-
node: HTMLElement;
|
|
20
|
-
x: number;
|
|
21
|
-
y: number;
|
|
22
|
-
deltaX: number;
|
|
23
|
-
deltaY: number;
|
|
24
|
-
lastX: number;
|
|
25
|
-
lastY: number;
|
|
26
|
-
}
|
|
27
|
-
export declare type GridItemCallback<T extends GridDragEvent | GridResizeEvent> = (i: string, w: number, h: number, data: T) => void;
|
|
28
|
-
export declare type Maximize = 'maximize_me' | 'maximize_other' | 'none';
|
|
29
|
-
export declare type GridItemProps = {
|
|
30
|
-
type: LayoutItemType;
|
|
31
|
-
layoutItemRender: LayoutItemRender;
|
|
32
|
-
cols: number;
|
|
33
|
-
containerWidth: number;
|
|
34
|
-
containerHeight: number;
|
|
35
|
-
margin: [number, number];
|
|
36
|
-
containerPadding: [number, number];
|
|
37
|
-
rowHeight: number;
|
|
38
|
-
colapsedHeight?: number;
|
|
39
|
-
maxRows: number;
|
|
40
|
-
isDraggable: boolean;
|
|
41
|
-
isResizable: boolean;
|
|
42
|
-
isBounded: boolean;
|
|
43
|
-
static?: boolean;
|
|
44
|
-
useCSSTransforms?: boolean;
|
|
45
|
-
usePercentages?: boolean;
|
|
46
|
-
droppingPosition?: DroppingPosition;
|
|
47
|
-
style?: CSSProperties;
|
|
48
|
-
cancel?: string;
|
|
49
|
-
handle?: string;
|
|
50
|
-
x: number;
|
|
51
|
-
y: number;
|
|
52
|
-
w: number;
|
|
53
|
-
h: number;
|
|
54
|
-
className?: string;
|
|
55
|
-
minW?: number;
|
|
56
|
-
maxW?: number;
|
|
57
|
-
minH?: number;
|
|
58
|
-
maxH?: number;
|
|
59
|
-
transformScale?: number;
|
|
60
|
-
i: string;
|
|
61
|
-
maximize: Maximize;
|
|
62
|
-
colapsed?: boolean;
|
|
63
|
-
visible?: boolean;
|
|
64
|
-
resizeHandles?: ResizeHandle[];
|
|
65
|
-
/**
|
|
66
|
-
* Defines custom component for resize handle
|
|
67
|
-
*/
|
|
68
|
-
resizeHandle?: React.ReactNode | ((resizeHandle: ResizeHandle) => React.ReactNode);
|
|
69
|
-
onDrag?: (i: string, x: number, y: number, gridDragEvent: GridDragEvent) => void;
|
|
70
|
-
onDragStart?: (i: string, x: number, y: number, gridDragEvent: GridDragEvent) => void;
|
|
71
|
-
onDragStop?: (i: string, x: number, y: number, gridDragEvent: GridDragEvent) => void;
|
|
72
|
-
onResize?: GridItemCallback<GridResizeEvent>;
|
|
73
|
-
onResizeStart?: GridItemCallback<GridResizeEvent>;
|
|
74
|
-
onResizeStop?: GridItemCallback<GridResizeEvent>;
|
|
75
|
-
onFreeMoveClick?: (i: string) => void;
|
|
76
|
-
freeMove?: boolean;
|
|
77
|
-
zIndex?: number;
|
|
78
|
-
};
|