@kommo-crm/crm-react-ui-kit 1.1.1-beta.6 → 1.1.1-beta.8
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/dist/components/ContextMenu/ContextMenu.context.d.ts +4 -2
- package/dist/components/ContextMenu/ContextMenu.context.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.context.js +7 -4
- package/dist/components/ContextMenu/ContextMenu.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.js +102 -90
- package/dist/components/ContextMenu/ContextMenu.props.d.ts +22 -0
- package/dist/components/ContextMenu/ContextMenu.props.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/Arrow/Arrow.js +1 -1
- package/dist/components/ContextMenu/components/CheckboxItem/CheckboxItem.d.ts +1 -0
- package/dist/components/ContextMenu/components/CheckboxItem/CheckboxItem.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/CheckboxItem/CheckboxItem.js +45 -40
- package/dist/components/ContextMenu/components/CheckboxItem/CheckboxItem.props.d.ts +4 -0
- package/dist/components/ContextMenu/components/CheckboxItem/CheckboxItem.props.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/Content/Content.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/Content/Content.js +2 -2
- package/dist/components/ContextMenu/components/Content/index.js +1 -1
- package/dist/components/ContextMenu/components/Group/Group.js +1 -1
- package/dist/components/ContextMenu/components/Item/Item.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/Item/Item.js +80 -75
- package/dist/components/ContextMenu/components/Item/Item.props.d.ts +6 -0
- package/dist/components/ContextMenu/components/Item/Item.props.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/ItemIndicator/ItemIndicator.js +1 -1
- package/dist/components/ContextMenu/components/Label/Label.js +1 -1
- package/dist/components/ContextMenu/components/Portal/Portal.js +1 -1
- package/dist/components/ContextMenu/components/RadioGroup/RadioGroup.js +1 -1
- package/dist/components/ContextMenu/components/RadioItem/RadioItem.d.ts +1 -0
- package/dist/components/ContextMenu/components/RadioItem/RadioItem.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/RadioItem/RadioItem.js +50 -45
- package/dist/components/ContextMenu/components/RadioItem/RadioItem.props.d.ts +4 -0
- package/dist/components/ContextMenu/components/RadioItem/RadioItem.props.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/Separator/Separator.js +1 -1
- package/dist/components/ContextMenu/components/Sub/Sub.d.ts +5 -5
- package/dist/components/ContextMenu/components/Sub/Sub.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/Sub/Sub.js +54 -55
- package/dist/components/ContextMenu/components/Sub/Sub.types.d.ts +7 -0
- package/dist/components/ContextMenu/components/Sub/Sub.types.d.ts.map +1 -0
- package/dist/components/ContextMenu/components/Sub/Sub.types.js +1 -0
- package/dist/components/ContextMenu/components/Sub/index.d.ts +1 -0
- package/dist/components/ContextMenu/components/Sub/index.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/SubContent/SubContent.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/SubContent/SubContent.js +26 -25
- package/dist/components/ContextMenu/components/SubRoot/SubRoot.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/SubRoot/SubRoot.js +71 -66
- package/dist/components/ContextMenu/components/SubRoot/SubRoot.props.d.ts +8 -0
- package/dist/components/ContextMenu/components/SubRoot/SubRoot.props.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/SubRoot/components/Content/Content.js +2 -2
- package/dist/components/ContextMenu/components/SubRoot/components/Trigger/Trigger.d.ts.map +1 -1
- package/dist/components/ContextMenu/components/SubRoot/components/Trigger/Trigger.js +38 -40
- package/dist/components/ContextMenu/components/SubTrigger/SubTrigger.js +3 -3
- package/dist/components/ContextMenu/components/Trigger/Trigger.js +1 -1
- package/dist/components/ContextMenu/hooks/index.js +1 -1
- package/dist/components/ContextMenu/hooks/useContentPositioning/useContentPositioning.js +1 -1
- package/dist/components/ContextMenu/hooks/useContextMenu/useContextMenu.d.ts +2 -1
- package/dist/components/ContextMenu/hooks/useContextMenu/useContextMenu.d.ts.map +1 -1
- package/dist/components/ContextMenu/hooks/useContextMenu/useContextMenu.js +72 -61
- package/dist/components/ContextMenu/hooks/useContextMenu/useContextMenu.types.d.ts +4 -0
- package/dist/components/ContextMenu/hooks/useContextMenu/useContextMenu.types.d.ts.map +1 -1
- package/dist/components/ContextMenu/hooks/useContextMenuSub/useContextMenuSub.d.ts.map +1 -1
- package/dist/components/ContextMenu/hooks/useContextMenuSub/useContextMenuSub.js +51 -49
- package/dist/components/ContextMenu/hooks/useContextMenuSubMenu/useContextMenuSubMenu.d.ts +1 -1
- package/dist/components/ContextMenu/hooks/useContextMenuSubMenu/useContextMenuSubMenu.d.ts.map +1 -1
- package/dist/components/ContextMenu/hooks/useContextMenuSubMenu/useContextMenuSubMenu.js +71 -63
- package/dist/components/ContextMenu/hooks/useContextMenuSubMenu/useContextMenuSubMenu.types.d.ts +4 -0
- package/dist/components/ContextMenu/hooks/useContextMenuSubMenu/useContextMenuSubMenu.types.d.ts.map +1 -1
- package/dist/components/ContextMenu/index.d.ts +1 -0
- package/dist/components/ContextMenu/index.d.ts.map +1 -1
- package/dist/components/ContextMenu/index.js +1 -1
- package/dist/{index-BA3njR2k.mjs → index-CYWNqEqR.mjs} +1 -1
- package/dist/{useContentPositioning-DO7ZotnD.mjs → useContentPositioning-BLEFxO0N.mjs} +66 -65
- package/package.json +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
4
|
-
import { u as
|
|
5
|
-
import { c as
|
|
6
|
-
import { LevelProvider as
|
|
7
|
-
import { useContextMenuSubContext as
|
|
8
|
-
import { useContextMenuContext as
|
|
9
|
-
import '../../../../assets/SubContent.css';const
|
|
10
|
-
sub_content:
|
|
11
|
-
}, m = "ContextMenu.SubContent",
|
|
2
|
+
import { forwardRef as P, useState as c, useLayoutEffect as f } from "react";
|
|
3
|
+
import { c as F } from "../../../../index-CYWNqEqR.mjs";
|
|
4
|
+
import { u as O, e as w, a as D } from "../../../../react-spring_web.modern-Dnq1lqN5.mjs";
|
|
5
|
+
import { c as E } from "../../../../index-L8X2o7IH.mjs";
|
|
6
|
+
import { LevelProvider as R } from "../../providers/LevelProvider/LevelProvider.js";
|
|
7
|
+
import { useContextMenuSubContext as W } from "../Sub/Sub.context.js";
|
|
8
|
+
import { useContextMenuContext as j } from "../../ContextMenu.context.js";
|
|
9
|
+
import '../../../../assets/SubContent.css';const q = "_sub_content_y6v65_1", z = {
|
|
10
|
+
sub_content: q
|
|
11
|
+
}, m = "ContextMenu.SubContent", G = P(
|
|
12
12
|
({
|
|
13
13
|
className: d,
|
|
14
14
|
children: p,
|
|
@@ -23,8 +23,9 @@ import '../../../../assets/SubContent.css';const j = "_sub_content_y6v65_1", q =
|
|
|
23
23
|
startAnimation: A,
|
|
24
24
|
onMouseEnter: o,
|
|
25
25
|
onMouseLeave: s,
|
|
26
|
-
defaultOpen: u
|
|
27
|
-
|
|
26
|
+
defaultOpen: u,
|
|
27
|
+
open: C
|
|
28
|
+
} = W(m), { animationDuration: y } = j(m), [g, h] = c(!1), [v, a] = c(!1);
|
|
28
29
|
f(() => {
|
|
29
30
|
A();
|
|
30
31
|
}, []), f(() => {
|
|
@@ -35,24 +36,24 @@ import '../../../../assets/SubContent.css';const j = "_sub_content_y6v65_1", q =
|
|
|
35
36
|
t && cancelAnimationFrame(t);
|
|
36
37
|
};
|
|
37
38
|
}, [i]);
|
|
38
|
-
const
|
|
39
|
-
opacity:
|
|
40
|
-
config: u === void 0 ? { duration:
|
|
39
|
+
const N = O({
|
|
40
|
+
opacity: v && i || u !== void 0 ? 1 : 0,
|
|
41
|
+
config: u === void 0 ? { duration: y, easing: w.easeInOutCubic } : { duration: 0 }
|
|
41
42
|
});
|
|
42
43
|
return /* @__PURE__ */ r(
|
|
43
|
-
|
|
44
|
+
R,
|
|
44
45
|
{
|
|
45
|
-
hasItemWithIcon:
|
|
46
|
-
setHasItemWithIcon:
|
|
46
|
+
hasItemWithIcon: g,
|
|
47
|
+
setHasItemWithIcon: h,
|
|
47
48
|
activeItemId: S,
|
|
48
49
|
setActiveItemId: x,
|
|
49
|
-
children: /* @__PURE__ */ r(
|
|
50
|
-
|
|
50
|
+
children: C && /* @__PURE__ */ r(
|
|
51
|
+
D.div,
|
|
51
52
|
{
|
|
52
53
|
style: {
|
|
53
54
|
position: "fixed",
|
|
54
55
|
zIndex: Number.MAX_SAFE_INTEGER - 10,
|
|
55
|
-
...
|
|
56
|
+
...N
|
|
56
57
|
},
|
|
57
58
|
onMouseEnter: (t) => {
|
|
58
59
|
o == null || o(t), e == null || e(t);
|
|
@@ -62,10 +63,10 @@ import '../../../../assets/SubContent.css';const j = "_sub_content_y6v65_1", q =
|
|
|
62
63
|
},
|
|
63
64
|
"data-content-wrapper": !0,
|
|
64
65
|
children: /* @__PURE__ */ r(
|
|
65
|
-
|
|
66
|
+
F,
|
|
66
67
|
{
|
|
67
68
|
ref: _,
|
|
68
|
-
className:
|
|
69
|
+
className: E(z.sub_content, d),
|
|
69
70
|
sideOffset: l,
|
|
70
71
|
collisionPadding: I,
|
|
71
72
|
...b,
|
|
@@ -78,7 +79,7 @@ import '../../../../assets/SubContent.css';const j = "_sub_content_y6v65_1", q =
|
|
|
78
79
|
);
|
|
79
80
|
}
|
|
80
81
|
);
|
|
81
|
-
|
|
82
|
+
G.displayName = m;
|
|
82
83
|
export {
|
|
83
|
-
|
|
84
|
+
G as SubContent
|
|
84
85
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubRoot.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContextMenu/components/SubRoot/SubRoot.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAIzD,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"SubRoot.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContextMenu/components/SubRoot/SubRoot.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAIzD,eAAO,MAAM,OAAO,EA+Ff,sBAAsB,CAAC"}
|
|
@@ -1,94 +1,99 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { R as
|
|
4
|
-
import { useContextMenuContext as
|
|
5
|
-
import { ContextMenuMode as
|
|
6
|
-
import { useContextMenuSubMenu as
|
|
7
|
-
import "../../../../useContentPositioning-
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as T, useImperativeHandle as w } from "react";
|
|
3
|
+
import { R as L } from "../../../../index-CYWNqEqR.mjs";
|
|
4
|
+
import { useContextMenuContext as P, ContextMenuProvider as j } from "../../ContextMenu.context.js";
|
|
5
|
+
import { ContextMenuMode as B } from "../../ContextMenu.enums.js";
|
|
6
|
+
import { useContextMenuSubMenu as K } from "../../hooks/useContextMenuSubMenu/useContextMenuSubMenu.js";
|
|
7
|
+
import "../../../../useContentPositioning-BLEFxO0N.mjs";
|
|
8
8
|
import "../Content/Content.utils.js";
|
|
9
9
|
import "../../providers/LevelProvider/LevelProvider.js";
|
|
10
|
-
import { useContextMenuItemContext as
|
|
11
|
-
import { Trigger as
|
|
12
|
-
import { Content as
|
|
13
|
-
const
|
|
10
|
+
import { useContextMenuItemContext as V } from "../Item/Item.context.js";
|
|
11
|
+
import { Trigger as Y } from "./components/Trigger/Trigger.js";
|
|
12
|
+
import { Content as _ } from "./components/Content/Content.js";
|
|
13
|
+
const o = "ContextMenu.SubRoot", t = T(
|
|
14
14
|
({
|
|
15
|
-
children:
|
|
16
|
-
mode:
|
|
17
|
-
onOpen:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
children: l,
|
|
16
|
+
mode: M = B.HOVER,
|
|
17
|
+
onOpen: d,
|
|
18
|
+
onAnimatedOpen: C,
|
|
19
|
+
defaultOpen: f,
|
|
20
|
+
isCloseWithRootMenu: c = !1,
|
|
21
|
+
isCloseOnClick: x = !0,
|
|
22
|
+
...y
|
|
23
|
+
}, O) => {
|
|
22
24
|
const {
|
|
23
25
|
animationDuration: n,
|
|
24
26
|
hoverCloseDelay: r,
|
|
25
|
-
closeMenuImmediately:
|
|
26
|
-
} =
|
|
27
|
-
mode:
|
|
28
|
-
open:
|
|
29
|
-
onOpenChange:
|
|
30
|
-
triggerRef:
|
|
31
|
-
contentRef:
|
|
32
|
-
inheritedArrowColor:
|
|
33
|
-
animatedOpen:
|
|
34
|
-
temporaryHoverClose:
|
|
35
|
-
closeMenuImmediately:
|
|
36
|
-
onMouseEnter:
|
|
37
|
-
onMouseLeave:
|
|
27
|
+
closeMenuImmediately: b
|
|
28
|
+
} = P(o), { subMenuOpen: e, setSubMenuOpen: m } = V(o), R = c ? b : void 0, {
|
|
29
|
+
mode: g,
|
|
30
|
+
open: i,
|
|
31
|
+
onOpenChange: I,
|
|
32
|
+
triggerRef: v,
|
|
33
|
+
contentRef: S,
|
|
34
|
+
inheritedArrowColor: h,
|
|
35
|
+
animatedOpen: H,
|
|
36
|
+
temporaryHoverClose: A,
|
|
37
|
+
closeMenuImmediately: s,
|
|
38
|
+
onMouseEnter: D,
|
|
39
|
+
onMouseLeave: E,
|
|
38
40
|
enableTemporaryHoverClose: u,
|
|
39
|
-
triggerId:
|
|
40
|
-
onOpenByKeyboard:
|
|
41
|
-
} =
|
|
42
|
-
displayName:
|
|
43
|
-
mode:
|
|
44
|
-
defaultOpen:
|
|
45
|
-
onOpen:
|
|
41
|
+
triggerId: N,
|
|
42
|
+
onOpenByKeyboard: p
|
|
43
|
+
} = K({
|
|
44
|
+
displayName: o,
|
|
45
|
+
mode: M,
|
|
46
|
+
defaultOpen: f,
|
|
47
|
+
onOpen: d,
|
|
48
|
+
onAnimatedOpen: C,
|
|
46
49
|
animationDuration: n,
|
|
47
|
-
subMenuOpen:
|
|
50
|
+
subMenuOpen: e,
|
|
48
51
|
setSubMenuOpen: m,
|
|
49
52
|
hoverCloseDelay: r,
|
|
50
|
-
closeRootMenuImmediately:
|
|
53
|
+
closeRootMenuImmediately: R
|
|
51
54
|
});
|
|
52
|
-
return
|
|
53
|
-
closeMenuImmediately:
|
|
55
|
+
return w(O, () => ({
|
|
56
|
+
closeMenuImmediately: s,
|
|
54
57
|
enableTemporaryHoverClose: u,
|
|
55
|
-
onOpenByKeyboard:
|
|
56
|
-
})), /* @__PURE__ */
|
|
57
|
-
|
|
58
|
+
onOpenByKeyboard: p
|
|
59
|
+
})), /* @__PURE__ */ a(
|
|
60
|
+
j,
|
|
58
61
|
{
|
|
59
|
-
mode:
|
|
60
|
-
triggerRef:
|
|
61
|
-
contentRef:
|
|
62
|
-
inheritedArrowColor:
|
|
63
|
-
animatedOpen:
|
|
62
|
+
mode: g,
|
|
63
|
+
triggerRef: v,
|
|
64
|
+
contentRef: S,
|
|
65
|
+
inheritedArrowColor: h,
|
|
66
|
+
animatedOpen: H,
|
|
64
67
|
animationDuration: n,
|
|
65
68
|
hoverCloseDelay: r,
|
|
66
|
-
temporaryHoverClose:
|
|
67
|
-
closeMenuImmediately:
|
|
68
|
-
onMouseEnter:
|
|
69
|
-
onMouseLeave:
|
|
69
|
+
temporaryHoverClose: A,
|
|
70
|
+
closeMenuImmediately: s,
|
|
71
|
+
onMouseEnter: D,
|
|
72
|
+
onMouseLeave: E,
|
|
70
73
|
enableTemporaryHoverClose: u,
|
|
71
|
-
subMenuOpen:
|
|
74
|
+
subMenuOpen: e,
|
|
72
75
|
setSubMenuOpen: m,
|
|
73
|
-
triggerId:
|
|
74
|
-
onOpenByKeyboard:
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
triggerId: N,
|
|
77
|
+
onOpenByKeyboard: p,
|
|
78
|
+
isCloseOnClick: x,
|
|
79
|
+
isOpen: e || i,
|
|
80
|
+
children: /* @__PURE__ */ a(
|
|
81
|
+
L,
|
|
77
82
|
{
|
|
78
|
-
open:
|
|
79
|
-
onOpenChange:
|
|
83
|
+
open: i || e,
|
|
84
|
+
onOpenChange: I,
|
|
80
85
|
modal: !1,
|
|
81
|
-
...
|
|
82
|
-
children:
|
|
86
|
+
...y,
|
|
87
|
+
children: l
|
|
83
88
|
}
|
|
84
89
|
)
|
|
85
90
|
}
|
|
86
91
|
);
|
|
87
92
|
}
|
|
88
93
|
);
|
|
89
|
-
t.displayName =
|
|
90
|
-
t.Trigger =
|
|
91
|
-
t.Content =
|
|
94
|
+
t.displayName = o;
|
|
95
|
+
t.Trigger = Y;
|
|
96
|
+
t.Content = _;
|
|
92
97
|
export {
|
|
93
98
|
t as SubRoot
|
|
94
99
|
};
|
|
@@ -5,6 +5,10 @@ export type ContextMenuSubRootProps = Omit<RadixDropdownMenuRootProps, 'onOpenCh
|
|
|
5
5
|
* Called whenever the open state of the menu changes.
|
|
6
6
|
*/
|
|
7
7
|
onOpen?: (open: boolean) => void;
|
|
8
|
+
/**
|
|
9
|
+
* Called whenever the animated open state of the menu changes.
|
|
10
|
+
*/
|
|
11
|
+
onAnimatedOpen?: (open: boolean) => void;
|
|
8
12
|
/**
|
|
9
13
|
* Defines how the menu is triggered.
|
|
10
14
|
*
|
|
@@ -27,5 +31,9 @@ export type ContextMenuSubRootProps = Omit<RadixDropdownMenuRootProps, 'onOpenCh
|
|
|
27
31
|
* Whether the submenu should close when the root menu is closed.
|
|
28
32
|
*/
|
|
29
33
|
isCloseWithRootMenu?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Whether the menu should close when clicked.
|
|
36
|
+
*/
|
|
37
|
+
isCloseOnClick?: boolean;
|
|
30
38
|
};
|
|
31
39
|
//# sourceMappingURL=SubRoot.props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubRoot.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContextMenu/components/SubRoot/SubRoot.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,IAAI,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAErG,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,0BAA0B,EAC1B,cAAc,GAAG,OAAO,CACzB,GAAG;IACF;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SubRoot.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContextMenu/components/SubRoot/SubRoot.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,IAAI,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAErG,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,0BAA0B,EAC1B,cAAc,GAAG,OAAO,CACzB,GAAG;IACF;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as L, useState as C } from "react";
|
|
3
|
-
import { C as j } from "../../../../../../index-
|
|
3
|
+
import { C as j } from "../../../../../../index-CYWNqEqR.mjs";
|
|
4
4
|
import { c as k } from "../../../../../../index-L8X2o7IH.mjs";
|
|
5
5
|
import { u as w, e as z, a as F } from "../../../../../../react-spring_web.modern-Dnq1lqN5.mjs";
|
|
6
6
|
import { mergeRefs as M } from "../../../../../../lib/utils.js";
|
|
@@ -8,7 +8,7 @@ import { LevelProvider as X } from "../../../../providers/LevelProvider/LevelPro
|
|
|
8
8
|
import { useContextMenuContext as Y } from "../../../../ContextMenu.context.js";
|
|
9
9
|
import { ContextMenuMode as g } from "../../../../ContextMenu.enums.js";
|
|
10
10
|
import { focusParentItem as q } from "../../../../utils/focusParentItem/focusParentItem.js";
|
|
11
|
-
import { u as J, s as K } from "../../../../../../useContentPositioning-
|
|
11
|
+
import { u as J, s as K } from "../../../../../../useContentPositioning-BLEFxO0N.mjs";
|
|
12
12
|
import { Direction as Q } from "../../../Content/Content.enums.js";
|
|
13
13
|
import { directionToSide as U } from "../../../Content/Content.utils.js";
|
|
14
14
|
const x = "ContextMenu.Content", V = L(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Trigger.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/ContextMenu/components/SubRoot/components/Trigger/Trigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAe1C,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"Trigger.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/ContextMenu/components/SubRoot/components/Trigger/Trigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAe1C,eAAO,MAAM,OAAO,kMA6EnB,CAAC"}
|
|
@@ -1,72 +1,70 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { T as
|
|
4
|
-
import { mergeRefs as
|
|
5
|
-
import { useContextMenuContext as
|
|
6
|
-
import { ContextMenuMode as
|
|
1
|
+
import { jsx as b } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as c } from "react";
|
|
3
|
+
import { T as v } from "../../../../../../index-CYWNqEqR.mjs";
|
|
4
|
+
import { mergeRefs as y } from "../../../../../../lib/utils.js";
|
|
5
|
+
import { useContextMenuContext as A } from "../../../../ContextMenu.context.js";
|
|
6
|
+
import { ContextMenuMode as E } from "../../../../ContextMenu.enums.js";
|
|
7
7
|
import "../../../../providers/LevelProvider/LevelProvider.js";
|
|
8
|
-
import "../../../../../../useContentPositioning-
|
|
8
|
+
import "../../../../../../useContentPositioning-BLEFxO0N.mjs";
|
|
9
9
|
import "../../../Content/Content.utils.js";
|
|
10
|
-
import { useContextMenuItemFocus as
|
|
11
|
-
const
|
|
10
|
+
import { useContextMenuItemFocus as j } from "../../../../hooks/useContextMenuItemFocus/useContextMenuItemFocus.js";
|
|
11
|
+
const a = "ContextMenu.Trigger", D = c(
|
|
12
12
|
({
|
|
13
|
-
className:
|
|
14
|
-
children:
|
|
13
|
+
className: x,
|
|
14
|
+
children: u,
|
|
15
15
|
onFocus: r,
|
|
16
16
|
onBlur: e,
|
|
17
|
-
onMouseEnter:
|
|
18
|
-
onMouseLeave:
|
|
19
|
-
onPointerDown:
|
|
20
|
-
...
|
|
21
|
-
},
|
|
17
|
+
onMouseEnter: o,
|
|
18
|
+
onMouseLeave: i,
|
|
19
|
+
onPointerDown: m,
|
|
20
|
+
...C
|
|
21
|
+
}, n) => {
|
|
22
22
|
const {
|
|
23
|
-
triggerRef:
|
|
24
|
-
mode:
|
|
23
|
+
triggerRef: M,
|
|
24
|
+
mode: d,
|
|
25
25
|
onMouseEnter: R,
|
|
26
26
|
onMouseLeave: T,
|
|
27
27
|
triggerId: N
|
|
28
|
-
} =
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
displayName: s,
|
|
28
|
+
} = A(a), {
|
|
29
|
+
onFocus: p,
|
|
30
|
+
onMouseEnter: f,
|
|
31
|
+
onBlur: g,
|
|
32
|
+
onMouseLeave: s
|
|
33
|
+
} = j({
|
|
34
|
+
displayName: a,
|
|
36
35
|
id: N || "",
|
|
37
36
|
isDisabled: !1,
|
|
38
37
|
onMouseEnter: R,
|
|
39
38
|
onMouseLeave: T
|
|
40
39
|
});
|
|
41
|
-
return /* @__PURE__ */
|
|
42
|
-
|
|
40
|
+
return /* @__PURE__ */ b(
|
|
41
|
+
v,
|
|
43
42
|
{
|
|
44
|
-
ref:
|
|
45
|
-
className:
|
|
46
|
-
"data-highlighted": b,
|
|
43
|
+
ref: y(M, n),
|
|
44
|
+
className: x,
|
|
47
45
|
onPointerDown: (t) => {
|
|
48
|
-
|
|
46
|
+
d === E.HOVER && t.preventDefault(), t.stopPropagation(), m == null || m(t);
|
|
49
47
|
},
|
|
50
48
|
onMouseEnter: (t) => {
|
|
51
|
-
|
|
49
|
+
f == null || f(t), o == null || o(t);
|
|
52
50
|
},
|
|
53
51
|
onMouseLeave: (t) => {
|
|
54
|
-
|
|
52
|
+
s == null || s(t), i == null || i(t);
|
|
55
53
|
},
|
|
56
54
|
onFocus: (t) => {
|
|
57
|
-
t.preventDefault(), t.stopPropagation(),
|
|
55
|
+
t.preventDefault(), t.stopPropagation(), p == null || p(), r == null || r(t);
|
|
58
56
|
},
|
|
59
57
|
onBlur: (t) => {
|
|
60
|
-
|
|
58
|
+
g == null || g(), e == null || e(t);
|
|
61
59
|
},
|
|
62
60
|
"data-submenu-trigger": !0,
|
|
63
|
-
...
|
|
64
|
-
children:
|
|
61
|
+
...C,
|
|
62
|
+
children: u
|
|
65
63
|
}
|
|
66
64
|
);
|
|
67
65
|
}
|
|
68
66
|
);
|
|
69
|
-
|
|
67
|
+
D.displayName = a;
|
|
70
68
|
export {
|
|
71
|
-
|
|
69
|
+
D as Trigger
|
|
72
70
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as R } from "react";
|
|
3
|
-
import { b as H } from "../../../../index-
|
|
3
|
+
import { b as H } from "../../../../index-CYWNqEqR.mjs";
|
|
4
4
|
import { c as j } from "../../../../index-L8X2o7IH.mjs";
|
|
5
5
|
import { useLevelContext as q } from "../../providers/LevelProvider/LevelProvider.js";
|
|
6
6
|
import { useContextMenuSubContext as D } from "../Sub/Sub.context.js";
|
|
7
7
|
import { hasItemIcon as V } from "../../utils/hasItemIcon/hasItemIcon.js";
|
|
8
8
|
import { ContextMenuMode as i } from "../../ContextMenu.enums.js";
|
|
9
|
-
import "../../../../useContentPositioning-DO7ZotnD.mjs";
|
|
10
|
-
import "../Content/Content.utils.js";
|
|
11
9
|
import "../../ContextMenu.context.js";
|
|
10
|
+
import "../../../../useContentPositioning-BLEFxO0N.mjs";
|
|
11
|
+
import "../Content/Content.utils.js";
|
|
12
12
|
import { useContextMenuItemFocus as W } from "../../hooks/useContextMenuItemFocus/useContextMenuItemFocus.js";
|
|
13
13
|
import '../../../../assets/SubTrigger.css';const Y = "_sub_trigger_ip3hq_1", w = {
|
|
14
14
|
sub_trigger: Y
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as C } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as R } from "react";
|
|
3
|
-
import { T as E } from "../../../../index-
|
|
3
|
+
import { T as E } from "../../../../index-CYWNqEqR.mjs";
|
|
4
4
|
import { c as T } from "../../../../index-L8X2o7IH.mjs";
|
|
5
5
|
import { mergeRefs as n } from "../../../../lib/utils.js";
|
|
6
6
|
import { useContextMenuContext as A } from "../../ContextMenu.context.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useContextMenu as t } from "./useContextMenu/useContextMenu.js";
|
|
2
2
|
import { useContextMenuSubMenu as u } from "./useContextMenuSubMenu/useContextMenuSubMenu.js";
|
|
3
3
|
import { useInheritedArrowColor as s } from "./useInheritedArrowColor/useInheritedArrowColor.js";
|
|
4
|
-
import { u as m } from "../../../useContentPositioning-
|
|
4
|
+
import { u as m } from "../../../useContentPositioning-BLEFxO0N.mjs";
|
|
5
5
|
import { useContextMenuSub as p } from "./useContextMenuSub/useContextMenuSub.js";
|
|
6
6
|
import { useContextMenuItemFocus as i } from "./useContextMenuItemFocus/useContextMenuItemFocus.js";
|
|
7
7
|
import { useIsTouchDevice as c } from "./useIsTouchDevice/useIsTouchDevice.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react";
|
|
2
|
-
import { u as n } from "../../../../useContentPositioning-
|
|
2
|
+
import { u as n } from "../../../../useContentPositioning-BLEFxO0N.mjs";
|
|
3
3
|
import "../../components/Content/Content.enums.js";
|
|
4
4
|
import "../../components/Content/Content.utils.js";
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ContextMenuMode } from '../../ContextMenu.enums';
|
|
2
2
|
import { UseContextMenuOptions } from './useContextMenu.types';
|
|
3
|
-
export declare const useContextMenu: ({ mode: rootMode, defaultOpen, animationDuration, hoverCloseDelay, onOpen, }: UseContextMenuOptions) => {
|
|
3
|
+
export declare const useContextMenu: ({ mode: rootMode, defaultOpen, animationDuration, hoverCloseDelay, onOpen, onAnimatedOpen, }: UseContextMenuOptions) => {
|
|
4
4
|
open: boolean;
|
|
5
5
|
mode: ContextMenuMode;
|
|
6
6
|
onOpenChange: (value: boolean) => void;
|
|
@@ -16,5 +16,6 @@ export declare const useContextMenu: ({ mode: rootMode, defaultOpen, animationDu
|
|
|
16
16
|
onMouseEnter: () => void;
|
|
17
17
|
onMouseLeave: () => void;
|
|
18
18
|
enableTemporaryHoverClose: () => void;
|
|
19
|
+
onChildClickOpen: (value: boolean) => void;
|
|
19
20
|
};
|
|
20
21
|
//# sourceMappingURL=useContextMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContextMenu/hooks/useContextMenu/useContextMenu.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAI1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"useContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContextMenu/hooks/useContextMenu/useContextMenu.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAI1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,eAAO,MAAM,cAAc,iGAOxB,qBAAqB;;;0BAmFW,OAAO;8BA2BP,OAAO;;;;;;;;;;;;8BAmEH,OAAO;CA8E7C,CAAC"}
|