@opentiny/tiny-robot 0.2.1 → 0.2.3
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/action-group/index.js +1 -1
- package/dist/bubble/index.js +2 -3
- package/dist/close.js +1 -1
- package/dist/dropdown-menu/index.js +41 -40
- package/dist/feedback/index.js +2 -1
- package/dist/flow-layout-buttons/index.js +22 -22
- package/dist/history/index.js +2 -3
- package/dist/index.d.ts +58 -12
- package/dist/index2.js +37 -37
- package/dist/index3.js +129 -3717
- package/dist/index4.js +7 -7
- package/dist/index5.js +931 -2011
- package/dist/index6.js +1001 -875
- package/dist/prompts/index.js +2 -3
- package/dist/sender/index.js +696 -688
- package/dist/style.css +1 -1
- package/dist/suggestion-pills/index.js +125 -104
- package/dist/suggestion-popover/index.js +247 -122
- package/dist/tiny-robot-svgs.js +11 -11
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as $, useSlots as H, computed as i, ref as f, watch as N, nextTick as W, createElementBlock as _, openBlock as n, createBlock as v, createCommentVNode as R, Fragment as G, renderList as I, unref as h, withCtx as S, createElementVNode as w, resolveDynamicComponent as x, renderSlot as L, createVNode as E, Transition as j, withDirectives as q, normalizeClass as J, withModifiers as K, toDisplayString as Q, vShow as U } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { c as Y } from "../tiny-robot-svgs.js";
|
|
3
3
|
import { T as M } from "../index4.js";
|
|
4
4
|
import { o as Z, a as ee } from "../index2.js";
|
|
5
5
|
import te from "../icon-button/index.js";
|
package/dist/bubble/index.js
CHANGED
|
@@ -3182,9 +3182,8 @@ const Ir = {
|
|
|
3182
3182
|
ref: t
|
|
3183
3183
|
}, [
|
|
3184
3184
|
(S(!0), L(U0, null, Ou(e.items, (s, f) => (S(), yu(J, Nu({
|
|
3185
|
-
key: s.id || f
|
|
3186
|
-
|
|
3187
|
-
}, c(s)), Z0({ _: 2 }, [
|
|
3185
|
+
key: s.id || f
|
|
3186
|
+
}, { ref_for: !0 }, c(s)), Z0({ _: 2 }, [
|
|
3188
3187
|
Ou(o(s), (d, h) => ({
|
|
3189
3188
|
name: h,
|
|
3190
3189
|
fn: H0((b) => [
|
package/dist/close.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { c as
|
|
1
|
+
import { defineComponent as B, useCssVars as E, unref as f, useAttrs as N, computed as _, ref as m, watch as O, createElementBlock as o, openBlock as s, Fragment as w, createElementVNode as h, createVNode as W, normalizeStyle as v, normalizeClass as z, renderSlot as I, Transition as A, withCtx as F, createCommentVNode as H, renderList as L, toDisplayString as P } from "vue";
|
|
2
|
+
import { c as g, o as U } from "../index2.js";
|
|
3
3
|
import { t as n } from "../utils.js";
|
|
4
|
-
import { _ as
|
|
5
|
-
const
|
|
4
|
+
import { _ as b } from "../_plugin-vue_export-helper.js";
|
|
5
|
+
const j = { class: "tr-dropdown-menu__list" }, q = ["onClick"], G = /* @__PURE__ */ B({
|
|
6
6
|
__name: "index",
|
|
7
7
|
props: {
|
|
8
8
|
items: {},
|
|
@@ -10,62 +10,63 @@ const L = { class: "tr-dropdown-menu__list" }, P = ["onClick"], U = /* @__PURE__
|
|
|
10
10
|
topOffset: { default: 0 }
|
|
11
11
|
},
|
|
12
12
|
emits: ["item-click"],
|
|
13
|
-
setup(l, { emit:
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
setup(l, { emit: k }) {
|
|
14
|
+
E((e) => ({
|
|
15
|
+
d82a8430: f(n)(a.minWidth)
|
|
16
16
|
}));
|
|
17
|
-
const a = l, t = m(!1),
|
|
18
|
-
left: `min(${n(
|
|
19
|
-
top: `max(${n(
|
|
17
|
+
const a = l, p = N(), y = _(() => p.style), t = m(!1), C = k, i = m(null), d = m(null), { x, y: $, update: S } = g(i), { width: D, height: T } = g(d), M = _(() => ({
|
|
18
|
+
left: `min(${n(x.value)}, 100% - ${n(D.value)})`,
|
|
19
|
+
top: `max(${n($.value)} - ${n(T.value)} + ${n(a.topOffset)} - 8px, 0px)`
|
|
20
20
|
}));
|
|
21
|
-
|
|
22
|
-
var
|
|
23
|
-
(
|
|
24
|
-
}),
|
|
25
|
-
e &&
|
|
21
|
+
U(d, (e) => {
|
|
22
|
+
var u;
|
|
23
|
+
(u = i.value) != null && u.contains(e.target) && e.stopPropagation(), t.value = !1;
|
|
24
|
+
}), O(t, (e) => {
|
|
25
|
+
e && S();
|
|
26
26
|
});
|
|
27
|
-
const
|
|
27
|
+
const R = () => {
|
|
28
28
|
t.value = !t.value;
|
|
29
|
-
},
|
|
30
|
-
t.value = !1,
|
|
29
|
+
}, V = (e) => {
|
|
30
|
+
t.value = !1, C("item-click", e);
|
|
31
31
|
};
|
|
32
|
-
return (e,
|
|
33
|
-
|
|
34
|
-
class: "tr-dropdown-menu__wrapper",
|
|
32
|
+
return (e, u) => (s(), o(w, null, [
|
|
33
|
+
h("div", {
|
|
34
|
+
class: z(["tr-dropdown-menu__wrapper", f(p).class]),
|
|
35
|
+
style: v(y.value),
|
|
35
36
|
ref_key: "dropDownTriggerRef",
|
|
36
37
|
ref: i,
|
|
37
|
-
onClick:
|
|
38
|
+
onClick: R
|
|
38
39
|
}, [
|
|
39
|
-
|
|
40
|
-
],
|
|
41
|
-
|
|
42
|
-
default:
|
|
43
|
-
t.value ? (
|
|
40
|
+
I(e.$slots, "default", {}, void 0, !0)
|
|
41
|
+
], 6),
|
|
42
|
+
W(A, { name: "tr-dropdown-menu" }, {
|
|
43
|
+
default: F(() => [
|
|
44
|
+
t.value ? (s(), o("div", {
|
|
44
45
|
key: 0,
|
|
45
46
|
class: "tr-dropdown-menu",
|
|
46
|
-
style:
|
|
47
|
+
style: v(M.value),
|
|
47
48
|
ref_key: "dropdownMenuRef",
|
|
48
49
|
ref: d
|
|
49
50
|
}, [
|
|
50
|
-
|
|
51
|
-
(
|
|
51
|
+
h("ul", j, [
|
|
52
|
+
(s(!0), o(w, null, L(a.items, (c) => (s(), o("li", {
|
|
52
53
|
class: "tr-dropdown-menu__list-item",
|
|
53
|
-
key:
|
|
54
|
-
onClick: (
|
|
55
|
-
},
|
|
54
|
+
key: c.id,
|
|
55
|
+
onClick: (K) => V(c)
|
|
56
|
+
}, P(c.text), 9, q))), 128))
|
|
56
57
|
])
|
|
57
|
-
], 4)) :
|
|
58
|
+
], 4)) : H("", !0)
|
|
58
59
|
]),
|
|
59
60
|
_: 1
|
|
60
61
|
})
|
|
61
62
|
], 64));
|
|
62
63
|
}
|
|
63
|
-
}),
|
|
64
|
-
|
|
65
|
-
const
|
|
66
|
-
l.component(
|
|
64
|
+
}), r = /* @__PURE__ */ b(G, [["__scopeId", "data-v-620f91f9"]]);
|
|
65
|
+
r.name = "TrDropdownMenu";
|
|
66
|
+
const J = function(l) {
|
|
67
|
+
l.component(r.name, r);
|
|
67
68
|
};
|
|
68
|
-
|
|
69
|
+
r.install = J;
|
|
69
70
|
export {
|
|
70
|
-
|
|
71
|
+
r as default
|
|
71
72
|
};
|
package/dist/feedback/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as V, mergeModels as E, useModel as
|
|
2
|
-
import { U as
|
|
3
|
-
import { b as
|
|
1
|
+
import { defineComponent as V, mergeModels as E, useModel as j, watch as g, ref as i, computed as $, createElementBlock as a, openBlock as l, createElementVNode as b, Fragment as C, renderList as F, createCommentVNode as _, normalizeClass as I, createBlock as x, resolveDynamicComponent as B, toDisplayString as S, nextTick as q } from "vue";
|
|
2
|
+
import { U as G } from "../tiny-robot-svgs.js";
|
|
3
|
+
import { b as H, o as X } from "../index2.js";
|
|
4
4
|
import { _ as J } from "../_plugin-vue_export-helper.js";
|
|
5
5
|
const K = ["onClick"], P = {
|
|
6
6
|
key: 0,
|
|
@@ -11,15 +11,15 @@ const K = ["onClick"], P = {
|
|
|
11
11
|
items: {},
|
|
12
12
|
selected: {},
|
|
13
13
|
linesLimit: { default: Number.MAX_SAFE_INTEGER },
|
|
14
|
-
moreIcon: { default:
|
|
14
|
+
moreIcon: { type: [Object, Function], default: G },
|
|
15
15
|
showMoreTrigger: { default: "click" }
|
|
16
16
|
}, {
|
|
17
17
|
selected: {},
|
|
18
18
|
selectedModifiers: {}
|
|
19
19
|
}),
|
|
20
20
|
emits: /* @__PURE__ */ E(["item-click"], ["update:selected"]),
|
|
21
|
-
setup(d, { emit:
|
|
22
|
-
const n = d, u =
|
|
21
|
+
setup(d, { emit: D }) {
|
|
22
|
+
const n = d, u = j(d, "selected");
|
|
23
23
|
g(
|
|
24
24
|
() => n.items,
|
|
25
25
|
(t) => {
|
|
@@ -27,10 +27,10 @@ const K = ["onClick"], P = {
|
|
|
27
27
|
},
|
|
28
28
|
{ immediate: !0 }
|
|
29
29
|
);
|
|
30
|
-
const N =
|
|
30
|
+
const N = D, y = i(null), w = i(null), k = i(null), M = i([]), s = i(null), m = i(!1), c = i(!1), A = (t, o) => {
|
|
31
31
|
t && (M.value[o] = t);
|
|
32
32
|
}, L = () => {
|
|
33
|
-
s.value = null, m.value = !1,
|
|
33
|
+
s.value = null, m.value = !1, q(() => {
|
|
34
34
|
const t = y.value, o = w.value;
|
|
35
35
|
if (!t || !o)
|
|
36
36
|
return;
|
|
@@ -43,18 +43,18 @@ const K = ["onClick"], P = {
|
|
|
43
43
|
});
|
|
44
44
|
};
|
|
45
45
|
g(() => n.items, L);
|
|
46
|
-
const { width:
|
|
47
|
-
g(
|
|
46
|
+
const { width: O } = H(y);
|
|
47
|
+
g(O, (t) => {
|
|
48
48
|
t > 0 && L();
|
|
49
49
|
});
|
|
50
|
-
const
|
|
50
|
+
const W = $(() => s.value !== null ? n.items.slice(s.value) : []), z = $(() => s.value === null ? !1 : n.items.findIndex((o) => o.id === u.value) >= s.value), R = (t) => {
|
|
51
51
|
u.value = t, c.value = !1, N("item-click", t);
|
|
52
52
|
}, U = () => {
|
|
53
53
|
n.showMoreTrigger === "click" && (c.value = !c.value);
|
|
54
54
|
}, v = (t) => {
|
|
55
55
|
n.showMoreTrigger === "hover" && (c.value = t);
|
|
56
56
|
};
|
|
57
|
-
return
|
|
57
|
+
return X(k, (t) => {
|
|
58
58
|
var o, e;
|
|
59
59
|
(o = k.value) != null && o.contains(t.target) || (e = w.value) != null && e.contains(t.target) || (c.value = !1);
|
|
60
60
|
}), (t, o) => (l(), a("div", {
|
|
@@ -62,24 +62,24 @@ const K = ["onClick"], P = {
|
|
|
62
62
|
ref_key: "containerRef",
|
|
63
63
|
ref: y
|
|
64
64
|
}, [
|
|
65
|
-
(l(!0), a(
|
|
65
|
+
(l(!0), a(C, null, F(n.items, (e, f) => (l(), a(C, {
|
|
66
66
|
key: e.id
|
|
67
67
|
}, [
|
|
68
68
|
s.value === null || f < s.value ? (l(), a("button", {
|
|
69
69
|
key: 0,
|
|
70
|
-
class:
|
|
70
|
+
class: I(["tr-flow-layout__item", { "icon-only": !e.label }, { selected: e.id === u.value }]),
|
|
71
71
|
ref_for: !0,
|
|
72
72
|
ref: (r) => A(r, f),
|
|
73
73
|
onClick: (r) => R(e.id)
|
|
74
74
|
}, [
|
|
75
75
|
(l(), x(B(e.icon), { class: "tr-flow-layout__item-icon" })),
|
|
76
|
-
e.label ? (l(), a("span", P,
|
|
76
|
+
e.label ? (l(), a("span", P, S(e.label), 1)) : _("", !0)
|
|
77
77
|
], 10, K)) : _("", !0)
|
|
78
78
|
], 64))), 128)),
|
|
79
|
-
|
|
79
|
+
b("div", Q, [
|
|
80
80
|
m.value ? _("", !0) : (l(), a("button", {
|
|
81
81
|
key: 0,
|
|
82
|
-
class:
|
|
82
|
+
class: I(["tr-flow-layout__item", "icon-only", { selected: z.value }]),
|
|
83
83
|
ref_key: "moreButtonRef",
|
|
84
84
|
ref: w,
|
|
85
85
|
onClick: U,
|
|
@@ -88,7 +88,7 @@ const K = ["onClick"], P = {
|
|
|
88
88
|
}, [
|
|
89
89
|
(l(), x(B(n.moreIcon), { class: "tr-flow-layout__item-icon" }))
|
|
90
90
|
], 34)),
|
|
91
|
-
|
|
91
|
+
b("div", {
|
|
92
92
|
class: "tr-flow-layout__dropdown-container",
|
|
93
93
|
onMouseenter: o[2] || (o[2] = (e) => v(!0)),
|
|
94
94
|
onMouseleave: o[3] || (o[3] = (e) => v(!1))
|
|
@@ -99,20 +99,20 @@ const K = ["onClick"], P = {
|
|
|
99
99
|
ref_key: "dropDownRef",
|
|
100
100
|
ref: k
|
|
101
101
|
}, [
|
|
102
|
-
(l(!0), a(
|
|
103
|
-
class:
|
|
102
|
+
(l(!0), a(C, null, F(W.value, (e) => (l(), a("button", {
|
|
103
|
+
class: I(["tr-flow-layout__dropdown_item", { selected: e.id === u.value }]),
|
|
104
104
|
key: e.id,
|
|
105
105
|
onClick: (f) => R(e.id)
|
|
106
106
|
}, [
|
|
107
107
|
(l(), x(B(e.icon), { class: "tr-flow-layout__item-icon" })),
|
|
108
|
-
|
|
108
|
+
b("span", Z, S(e.label), 1)
|
|
109
109
|
], 10, Y))), 128))
|
|
110
110
|
], 512)) : _("", !0)
|
|
111
111
|
], 32)
|
|
112
112
|
])
|
|
113
113
|
], 512));
|
|
114
114
|
}
|
|
115
|
-
}), p = /* @__PURE__ */ J(ee, [["__scopeId", "data-v-
|
|
115
|
+
}), p = /* @__PURE__ */ J(ee, [["__scopeId", "data-v-8d510691"]]);
|
|
116
116
|
p.name = "TrFlowLayout";
|
|
117
117
|
const te = function(d) {
|
|
118
118
|
d.component(p.name, p);
|
package/dist/history/index.js
CHANGED
|
@@ -156,9 +156,8 @@ const ue = /* @__PURE__ */ V({
|
|
|
156
156
|
p("span", Ie, k(d.title), 1),
|
|
157
157
|
d.tag ? (n(), R(e(de), te({
|
|
158
158
|
key: 0,
|
|
159
|
-
class: "tr-history__item-tag"
|
|
160
|
-
|
|
161
|
-
}, d.tag), null, 16)) : E("", !0),
|
|
159
|
+
class: "tr-history__item-tag"
|
|
160
|
+
}, { ref_for: !0 }, d.tag), null, 16)) : E("", !0),
|
|
162
161
|
p("div", we, [
|
|
163
162
|
m(e(S), {
|
|
164
163
|
content: "编辑",
|
package/dist/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ import { Slot } from 'vue';
|
|
|
32
32
|
import { SubmitTrigger as SubmitTrigger_2 } from './index.type';
|
|
33
33
|
import { TemplateEditorProps as TemplateEditorProps_2 } from './index.type';
|
|
34
34
|
import { ThemeType as ThemeType_2 } from './index.type';
|
|
35
|
+
import { TooltipContentProps } from './components/Tooltip.vue';
|
|
35
36
|
import { VNode } from 'vue';
|
|
36
37
|
import { VNodeProps } from 'vue';
|
|
37
38
|
import { WatchOptions } from 'vue';
|
|
@@ -89,6 +90,25 @@ popoverHeight: string | number;
|
|
|
89
90
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
90
91
|
popoverTriggerRef: HTMLDivElement;
|
|
91
92
|
popoverRef: HTMLDivElement;
|
|
93
|
+
listRef: HTMLUListElement;
|
|
94
|
+
tooltipRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
95
|
+
show?: TooltipContentProps["show"];
|
|
96
|
+
} & TooltipContentProps> & Readonly<{
|
|
97
|
+
"onUpdate:show"?: ((value: boolean | undefined) => any) | undefined;
|
|
98
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
99
|
+
"update:show": (value: boolean | undefined) => any;
|
|
100
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
101
|
+
P: {};
|
|
102
|
+
B: {};
|
|
103
|
+
D: {};
|
|
104
|
+
C: {};
|
|
105
|
+
M: {};
|
|
106
|
+
Defaults: {};
|
|
107
|
+
}, Readonly<{
|
|
108
|
+
show?: TooltipContentProps["show"];
|
|
109
|
+
} & TooltipContentProps> & Readonly<{
|
|
110
|
+
"onUpdate:show"?: ((value: boolean | undefined) => any) | undefined;
|
|
111
|
+
}>, {}, {}, {}, {}, {}> | null;
|
|
92
112
|
}, any>;
|
|
93
113
|
|
|
94
114
|
declare const __VLS_component_2: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -150,6 +170,7 @@ submitType: SubmitTrigger_2;
|
|
|
150
170
|
autoSize: AutoSize_2;
|
|
151
171
|
maxLength: number;
|
|
152
172
|
suggestions: string[];
|
|
173
|
+
suggestionPopupWidth: string | number;
|
|
153
174
|
templateInitialValues: Record<string, string>;
|
|
154
175
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
155
176
|
senderRef: HTMLDivElement;
|
|
@@ -394,20 +415,20 @@ disabled: boolean;
|
|
|
394
415
|
type: string;
|
|
395
416
|
ellipsis: boolean;
|
|
396
417
|
mask: boolean;
|
|
418
|
+
vertical: boolean;
|
|
419
|
+
customClass: string;
|
|
397
420
|
tiny_mode_root: boolean;
|
|
398
421
|
_constants: Record<string, any>;
|
|
399
422
|
tabindex: string;
|
|
400
|
-
contentStyle: Record<string, any>;
|
|
401
|
-
customClass: string;
|
|
402
423
|
showTitle: boolean;
|
|
403
424
|
readonly: boolean;
|
|
404
425
|
hoverExpand: boolean;
|
|
405
426
|
memorySpace: number;
|
|
406
|
-
vertical: boolean;
|
|
407
427
|
selectMenu: {
|
|
408
428
|
id: string;
|
|
409
429
|
label: string;
|
|
410
430
|
}[];
|
|
431
|
+
contentStyle: Record<string, any>;
|
|
411
432
|
isSelect: boolean;
|
|
412
433
|
counter: boolean;
|
|
413
434
|
autosize: boolean | Record<string, any>;
|
|
@@ -621,20 +642,20 @@ disabled: boolean;
|
|
|
621
642
|
type: string;
|
|
622
643
|
ellipsis: boolean;
|
|
623
644
|
mask: boolean;
|
|
645
|
+
vertical: boolean;
|
|
646
|
+
customClass: string;
|
|
624
647
|
tiny_mode_root: boolean;
|
|
625
648
|
_constants: Record<string, any>;
|
|
626
649
|
tabindex: string;
|
|
627
|
-
contentStyle: Record<string, any>;
|
|
628
|
-
customClass: string;
|
|
629
650
|
showTitle: boolean;
|
|
630
651
|
readonly: boolean;
|
|
631
652
|
hoverExpand: boolean;
|
|
632
653
|
memorySpace: number;
|
|
633
|
-
vertical: boolean;
|
|
634
654
|
selectMenu: {
|
|
635
655
|
id: string;
|
|
636
656
|
label: string;
|
|
637
657
|
}[];
|
|
658
|
+
contentStyle: Record<string, any>;
|
|
638
659
|
isSelect: boolean;
|
|
639
660
|
counter: boolean;
|
|
640
661
|
autosize: boolean | Record<string, any>;
|
|
@@ -838,10 +859,13 @@ declare const __VLS_component_8: DefineComponent<__VLS_PublicProps_2, {}, {}, {}
|
|
|
838
859
|
"update:showAll": (value: boolean | undefined) => any;
|
|
839
860
|
} & {
|
|
840
861
|
"item-click": (item: SuggestionPillItem<Record<string, unknown>>) => any;
|
|
862
|
+
"click-outside": () => any;
|
|
841
863
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
842
864
|
"onItem-click"?: ((item: SuggestionPillItem<Record<string, unknown>>) => any) | undefined;
|
|
865
|
+
"onClick-outside"?: (() => any) | undefined;
|
|
843
866
|
"onUpdate:showAll"?: ((value: boolean | undefined) => any) | undefined;
|
|
844
867
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
868
|
+
containerWrapperRef: HTMLDivElement;
|
|
845
869
|
containerRef: HTMLDivElement;
|
|
846
870
|
}, HTMLDivElement>;
|
|
847
871
|
|
|
@@ -894,6 +918,25 @@ declare function __VLS_template_11(): {
|
|
|
894
918
|
refs: {
|
|
895
919
|
popoverTriggerRef: HTMLDivElement;
|
|
896
920
|
popoverRef: HTMLDivElement;
|
|
921
|
+
listRef: HTMLUListElement;
|
|
922
|
+
tooltipRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
923
|
+
show?: TooltipContentProps["show"];
|
|
924
|
+
} & TooltipContentProps> & Readonly<{
|
|
925
|
+
"onUpdate:show"?: ((value: boolean | undefined) => any) | undefined;
|
|
926
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
927
|
+
"update:show": (value: boolean | undefined) => any;
|
|
928
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
929
|
+
P: {};
|
|
930
|
+
B: {};
|
|
931
|
+
D: {};
|
|
932
|
+
C: {};
|
|
933
|
+
M: {};
|
|
934
|
+
Defaults: {};
|
|
935
|
+
}, Readonly<{
|
|
936
|
+
show?: TooltipContentProps["show"];
|
|
937
|
+
} & TooltipContentProps> & Readonly<{
|
|
938
|
+
"onUpdate:show"?: ((value: boolean | undefined) => any) | undefined;
|
|
939
|
+
}>, {}, {}, {}, {}, {}> | null;
|
|
897
940
|
};
|
|
898
941
|
rootEl: any;
|
|
899
942
|
};
|
|
@@ -1176,20 +1219,20 @@ declare function __VLS_template_5(): {
|
|
|
1176
1219
|
type: string;
|
|
1177
1220
|
ellipsis: boolean;
|
|
1178
1221
|
mask: boolean;
|
|
1222
|
+
vertical: boolean;
|
|
1223
|
+
customClass: string;
|
|
1179
1224
|
tiny_mode_root: boolean;
|
|
1180
1225
|
_constants: Record<string, any>;
|
|
1181
1226
|
tabindex: string;
|
|
1182
|
-
contentStyle: Record<string, any>;
|
|
1183
|
-
customClass: string;
|
|
1184
1227
|
showTitle: boolean;
|
|
1185
1228
|
readonly: boolean;
|
|
1186
1229
|
hoverExpand: boolean;
|
|
1187
1230
|
memorySpace: number;
|
|
1188
|
-
vertical: boolean;
|
|
1189
1231
|
selectMenu: {
|
|
1190
1232
|
id: string;
|
|
1191
1233
|
label: string;
|
|
1192
1234
|
}[];
|
|
1235
|
+
contentStyle: Record<string, any>;
|
|
1193
1236
|
isSelect: boolean;
|
|
1194
1237
|
counter: boolean;
|
|
1195
1238
|
autosize: boolean | Record<string, any>;
|
|
@@ -1403,20 +1446,20 @@ declare function __VLS_template_5(): {
|
|
|
1403
1446
|
type: string;
|
|
1404
1447
|
ellipsis: boolean;
|
|
1405
1448
|
mask: boolean;
|
|
1449
|
+
vertical: boolean;
|
|
1450
|
+
customClass: string;
|
|
1406
1451
|
tiny_mode_root: boolean;
|
|
1407
1452
|
_constants: Record<string, any>;
|
|
1408
1453
|
tabindex: string;
|
|
1409
|
-
contentStyle: Record<string, any>;
|
|
1410
|
-
customClass: string;
|
|
1411
1454
|
showTitle: boolean;
|
|
1412
1455
|
readonly: boolean;
|
|
1413
1456
|
hoverExpand: boolean;
|
|
1414
1457
|
memorySpace: number;
|
|
1415
|
-
vertical: boolean;
|
|
1416
1458
|
selectMenu: {
|
|
1417
1459
|
id: string;
|
|
1418
1460
|
label: string;
|
|
1419
1461
|
}[];
|
|
1462
|
+
contentStyle: Record<string, any>;
|
|
1420
1463
|
isSelect: boolean;
|
|
1421
1464
|
counter: boolean;
|
|
1422
1465
|
autosize: boolean | Record<string, any>;
|
|
@@ -1615,6 +1658,7 @@ declare function __VLS_template_8(): {
|
|
|
1615
1658
|
attrs: Partial<{}>;
|
|
1616
1659
|
slots: Readonly<SuggestionPillsSlots> & SuggestionPillsSlots;
|
|
1617
1660
|
refs: {
|
|
1661
|
+
containerWrapperRef: HTMLDivElement;
|
|
1618
1662
|
containerRef: HTMLDivElement;
|
|
1619
1663
|
};
|
|
1620
1664
|
rootEl: HTMLDivElement;
|
|
@@ -2263,6 +2307,7 @@ export declare interface SenderProps {
|
|
|
2263
2307
|
placeholder?: string;
|
|
2264
2308
|
showWordLimit?: boolean;
|
|
2265
2309
|
suggestions?: string[];
|
|
2310
|
+
suggestionPopupWidth?: string | number;
|
|
2266
2311
|
theme?: ThemeType;
|
|
2267
2312
|
template?: string;
|
|
2268
2313
|
hasContent?: boolean;
|
|
@@ -2412,6 +2457,7 @@ export declare type SuggestionPillItem<T = Record<string, unknown>> = Suggestion
|
|
|
2412
2457
|
|
|
2413
2458
|
export declare interface SuggestionPillsEmits {
|
|
2414
2459
|
(e: 'item-click', item: SuggestionPillItem): void;
|
|
2460
|
+
(e: 'click-outside'): void;
|
|
2415
2461
|
}
|
|
2416
2462
|
|
|
2417
2463
|
export declare interface SuggestionPillsProps {
|