@opentiny/tiny-robot 0.3.0-alpha.14 → 0.3.0-alpha.16
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 +41 -44
- package/dist/bubble/index.js +1163 -1112
- package/dist/close.js +1 -1
- package/dist/container/index.js +30 -30
- package/dist/dropdown-menu/index.js +64 -151
- package/dist/feedback/index.js +52 -52
- package/dist/flow-layout-buttons/index.js +14 -17
- package/dist/history/index.js +49 -49
- package/dist/icon-button/index.js +19 -18
- package/dist/index.d.ts +911 -1152
- package/dist/index.js +77 -206
- package/dist/index2.js +530 -610
- package/dist/index3.js +297 -678
- package/dist/index4.js +622 -146
- package/dist/index5.js +2067 -227
- package/dist/index6.js +4653 -2256
- package/dist/question/index.js +35 -35
- package/dist/sender/index.js +1189 -1094
- package/dist/style.css +1 -1
- package/dist/suggestion/index.js +61 -61
- package/dist/suggestion-pills/index.js +155 -131
- package/dist/suggestion-popover/index.js +219 -250
- package/dist/tiny-robot-svgs.js +180 -679
- package/dist/utils.js +13 -8
- package/package.json +3 -10
- package/dist/attachments/index.js +0 -526
- package/dist/base-popper/index.js +0 -4
- package/dist/drag-overlay/index.js +0 -57
- package/dist/index7.js +0 -6654
- package/dist/mcp-server-picker/index.js +0 -29972
- package/dist/useSlotRefs.js +0 -36
package/dist/suggestion/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as U, ref as p, computed as
|
|
2
|
-
import {
|
|
1
|
+
import { defineComponent as U, ref as p, computed as q, watch as K, watchEffect as ne, onMounted as Y, onBeforeUnmount as Z, createElementBlock as v, openBlock as g, normalizeClass as j, createElementVNode as u, withDirectives as oe, Fragment as z, renderList as M, createVNode as E, unref as w, toDisplayString as T, vShow as le, nextTick as ie, renderSlot as $, createCommentVNode as N, createBlock as P, normalizeStyle as ae, resolveComponent as ce, withCtx as O } from "vue";
|
|
2
|
+
import { L as Q, P as G, f as re, l as ue, n as ge } from "../tiny-robot-svgs.js";
|
|
3
3
|
function de(l, c = "") {
|
|
4
4
|
const s = document.createElement("div");
|
|
5
5
|
c && (s.className = c), s.style.visibility = "hidden", s.style.position = "absolute", s.style.whiteSpace = "nowrap", s.textContent = l, document.body.appendChild(s);
|
|
@@ -14,7 +14,7 @@ function X(l, c = "") {
|
|
|
14
14
|
const o = de(l, c);
|
|
15
15
|
return F.set(s, o), o;
|
|
16
16
|
}
|
|
17
|
-
const ve = { class: "tr-common-suggestions_content" }, me = { class: "tr-common-suggestions_expanded-wrapper" }, pe = { class: "tr-common-suggestions_expanded-area" },
|
|
17
|
+
const ve = { class: "tr-common-suggestions_content" }, me = { class: "tr-common-suggestions_expanded-wrapper" }, pe = { class: "tr-common-suggestions_expanded-area" }, fe = ["onClick"], he = { class: "tr-common-suggestions_item_icon" }, ye = { class: "tr-common-suggestions_item_text" }, _e = { class: "tr-common-suggestions_container" }, ke = ["onClick"], Ce = { class: "tr-common-suggestions_item_icon" }, $e = { class: "tr-common-suggestions_item_text" }, xe = /* @__PURE__ */ U({
|
|
18
18
|
__name: "SuggestionCapsule",
|
|
19
19
|
props: {
|
|
20
20
|
suggestions: {
|
|
@@ -28,15 +28,15 @@ const ve = { class: "tr-common-suggestions_content" }, me = { class: "tr-common-
|
|
|
28
28
|
},
|
|
29
29
|
emits: ["suggestion-click", "show-expand-button"],
|
|
30
30
|
setup(l, { emit: c }) {
|
|
31
|
-
const s = l, o = c, n = p(null),
|
|
32
|
-
if (
|
|
31
|
+
const s = l, o = c, n = p(null), h = p(!1), t = p(!1), m = p([]), a = p([]), f = p(0), S = p(null), R = q(() => {
|
|
32
|
+
if (f.value <= 0 || a.value.length === 0) return [];
|
|
33
33
|
const i = [], d = [...a.value];
|
|
34
34
|
for (; d.length > 0; )
|
|
35
|
-
i.push(d.splice(0,
|
|
35
|
+
i.push(d.splice(0, f.value));
|
|
36
36
|
return i.reverse();
|
|
37
37
|
}), b = async () => {
|
|
38
38
|
if (await ie(), !n.value || s.suggestions.length === 0) {
|
|
39
|
-
|
|
39
|
+
h.value = !1, o("show-expand-button", !1);
|
|
40
40
|
return;
|
|
41
41
|
}
|
|
42
42
|
const d = n.value.clientWidth;
|
|
@@ -49,13 +49,13 @@ const ve = { class: "tr-common-suggestions_content" }, me = { class: "tr-common-
|
|
|
49
49
|
const I = X(s.suggestions[C].text, "tr-common-suggestions_item") + _;
|
|
50
50
|
k += I;
|
|
51
51
|
}
|
|
52
|
-
const
|
|
53
|
-
|
|
52
|
+
const L = k / B;
|
|
53
|
+
f.value = Math.max(1, Math.floor(d / L));
|
|
54
54
|
for (let C = 0; C < s.suggestions.length; C++) {
|
|
55
55
|
const I = s.suggestions[C], V = X(I.text, "tr-common-suggestions_item") + _;
|
|
56
56
|
r + V <= d ? (r += V, m.value.push(I)) : a.value.push(I);
|
|
57
57
|
}
|
|
58
|
-
|
|
58
|
+
h.value = a.value.length > 0, o("show-expand-button", h.value);
|
|
59
59
|
}, y = (i) => {
|
|
60
60
|
o("suggestion-click", i);
|
|
61
61
|
};
|
|
@@ -87,13 +87,13 @@ const ve = { class: "tr-common-suggestions_content" }, me = { class: "tr-common-
|
|
|
87
87
|
(g(!0), v(z, null, M(r, (k, B) => (g(), v("div", {
|
|
88
88
|
key: `hidden-${k.id}-${B}`,
|
|
89
89
|
class: "tr-common-suggestions_item",
|
|
90
|
-
onClick: (
|
|
90
|
+
onClick: (L) => y(k)
|
|
91
91
|
}, [
|
|
92
|
-
u("div",
|
|
92
|
+
u("div", he, [
|
|
93
93
|
E(w(Q))
|
|
94
94
|
]),
|
|
95
95
|
u("div", ye, T(k.text), 1)
|
|
96
|
-
], 8,
|
|
96
|
+
], 8, fe))), 128))
|
|
97
97
|
]))), 128))
|
|
98
98
|
], 512), [
|
|
99
99
|
[le, t.value && a.value.length > 0]
|
|
@@ -108,7 +108,7 @@ const ve = { class: "tr-common-suggestions_content" }, me = { class: "tr-common-
|
|
|
108
108
|
u("div", Ce, [
|
|
109
109
|
E(w(Q))
|
|
110
110
|
]),
|
|
111
|
-
u("div",
|
|
111
|
+
u("div", $e, T(r.text), 1)
|
|
112
112
|
], 8, ke))), 128))
|
|
113
113
|
])
|
|
114
114
|
])
|
|
@@ -134,13 +134,13 @@ const ve = { class: "tr-common-suggestions_content" }, me = { class: "tr-common-
|
|
|
134
134
|
const s = c, o = (n) => {
|
|
135
135
|
s("category-select", n);
|
|
136
136
|
};
|
|
137
|
-
return (n,
|
|
137
|
+
return (n, h) => (g(), v("div", be, [
|
|
138
138
|
(g(!0), v(z, null, M(l.categories, (t) => (g(), v("div", {
|
|
139
139
|
key: t.id,
|
|
140
140
|
class: j(["tr-suggestion-categories-item", { active: l.activeCategory === t.id }]),
|
|
141
141
|
onClick: (m) => o(t.id)
|
|
142
142
|
}, [
|
|
143
|
-
|
|
143
|
+
$(n.$slots, "category-label", { category: t }, () => [
|
|
144
144
|
t.icon ? (g(), v("div", Se, T(t.icon), 1)) : N("", !0),
|
|
145
145
|
u("span", null, T(t.label), 1)
|
|
146
146
|
])
|
|
@@ -175,8 +175,8 @@ function Ee(l, c = {}) {
|
|
|
175
175
|
setTimeout(() => {
|
|
176
176
|
const t = document.querySelector(`.tr-suggestion-list-item:nth-child(${s.value + 1})`), m = t == null ? void 0 : t.closest(".tr-suggestion-content");
|
|
177
177
|
if (t && m) {
|
|
178
|
-
const a = m.getBoundingClientRect(),
|
|
179
|
-
|
|
178
|
+
const a = m.getBoundingClientRect(), f = t.getBoundingClientRect();
|
|
179
|
+
f.bottom > a.bottom ? m.scrollTop += f.bottom - a.bottom : f.top < a.top && (m.scrollTop -= a.top - f.top);
|
|
180
180
|
}
|
|
181
181
|
}, 0);
|
|
182
182
|
};
|
|
@@ -195,10 +195,10 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
195
195
|
}, Ae = { key: 1 }, Ke = ["onClick", "onMouseenter"], ze = { class: "item-content" }, Me = { class: "item-label" }, Ne = {
|
|
196
196
|
key: 0,
|
|
197
197
|
class: "item-description"
|
|
198
|
-
},
|
|
198
|
+
}, Le = {
|
|
199
199
|
key: 2,
|
|
200
200
|
class: "tr-suggestion-empty"
|
|
201
|
-
},
|
|
201
|
+
}, Pe = /* @__PURE__ */ U({
|
|
202
202
|
__name: "SuggestionPanel",
|
|
203
203
|
props: {
|
|
204
204
|
items: {
|
|
@@ -224,11 +224,11 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
224
224
|
},
|
|
225
225
|
emits: ["close", "select", "category-select", "item-hover"],
|
|
226
226
|
setup(l, { expose: c, emit: s }) {
|
|
227
|
-
const o = l, n = s,
|
|
227
|
+
const o = l, n = s, h = p(o.items), { handleKeyDown: t, activeIndex: m } = Ee(h, {
|
|
228
228
|
initialIndex: 0,
|
|
229
229
|
onClose: () => n("close"),
|
|
230
230
|
onSelect: (i) => n("select", i)
|
|
231
|
-
}), a = p(o.categories.length > 0 ? o.categories[0].id : ""),
|
|
231
|
+
}), a = p(o.categories.length > 0 ? o.categories[0].id : ""), f = q(() => {
|
|
232
232
|
if (o.categories.length === 0 || !a.value)
|
|
233
233
|
return o.items;
|
|
234
234
|
const i = o.categories.find((d) => d.id === a.value);
|
|
@@ -250,7 +250,7 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
250
250
|
u("div", Be, [
|
|
251
251
|
u("div", De, [
|
|
252
252
|
u("div", Oe, [
|
|
253
|
-
|
|
253
|
+
$(i.$slots, "title-icon", {}, () => [
|
|
254
254
|
E(w(G), { style: { color: "#1476ff", "font-size": "24px" } })
|
|
255
255
|
])
|
|
256
256
|
]),
|
|
@@ -265,7 +265,7 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
265
265
|
])
|
|
266
266
|
])
|
|
267
267
|
]),
|
|
268
|
-
l.categories.length > 0 ? (g(),
|
|
268
|
+
l.categories.length > 0 ? (g(), P(Ie, {
|
|
269
269
|
key: 0,
|
|
270
270
|
categories: l.categories,
|
|
271
271
|
"active-category": a.value,
|
|
@@ -273,20 +273,20 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
273
273
|
}, null, 8, ["categories", "active-category"])) : N("", !0),
|
|
274
274
|
u("div", {
|
|
275
275
|
class: "tr-suggestion-content",
|
|
276
|
-
style: ae({ "max-height":
|
|
276
|
+
style: ae({ "max-height": f.value.length > l.maxVisibleItems ? `${l.maxVisibleItems * 56}px` : "auto" })
|
|
277
277
|
}, [
|
|
278
278
|
l.loading ? (g(), v("div", We, [
|
|
279
|
-
|
|
279
|
+
$(i.$slots, "loading-indicator", {}, () => [
|
|
280
280
|
d[0] || (d[0] = u("div", { class: "tr-suggestion-loading-spinner" }, null, -1))
|
|
281
281
|
])
|
|
282
|
-
])) :
|
|
283
|
-
(g(!0), v(z, null, M(
|
|
282
|
+
])) : f.value.length > 0 ? (g(), v("ul", Ae, [
|
|
283
|
+
(g(!0), v(z, null, M(f.value, (r, _) => (g(), v("li", {
|
|
284
284
|
key: r.id,
|
|
285
285
|
class: j(["tr-suggestion-list-item", { "tr-suggestion-item-active": _ === w(m) }]),
|
|
286
286
|
onClick: (k) => R(r),
|
|
287
287
|
onMouseenter: (k) => y(_)
|
|
288
288
|
}, [
|
|
289
|
-
|
|
289
|
+
$(i.$slots, "item", {
|
|
290
290
|
item: r,
|
|
291
291
|
active: _ === w(m)
|
|
292
292
|
}, () => [
|
|
@@ -296,15 +296,15 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
296
296
|
])
|
|
297
297
|
])
|
|
298
298
|
], 42, Ke))), 128))
|
|
299
|
-
])) : (g(), v("div",
|
|
300
|
-
|
|
299
|
+
])) : (g(), v("div", Le, [
|
|
300
|
+
$(i.$slots, "empty", {}, () => [
|
|
301
301
|
d[1] || (d[1] = u("p", null, "无匹配结果", -1))
|
|
302
302
|
])
|
|
303
303
|
]))
|
|
304
304
|
], 4)
|
|
305
305
|
]));
|
|
306
306
|
}
|
|
307
|
-
}),
|
|
307
|
+
}), qe = (l) => {
|
|
308
308
|
const c = (o) => l.triggerKeys.includes(o);
|
|
309
309
|
return {
|
|
310
310
|
isTriggerKey: c,
|
|
@@ -334,17 +334,17 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
334
334
|
},
|
|
335
335
|
emits: ["update:open", "select", "close", "trigger", "category-select", "suggestion-select", "update:expanded", "fill-template"],
|
|
336
336
|
setup(l, { expose: c, emit: s }) {
|
|
337
|
-
const o = l, n = s,
|
|
337
|
+
const o = l, n = s, h = p(!1), t = p([]), m = p({
|
|
338
338
|
text: "",
|
|
339
339
|
position: 0
|
|
340
|
-
}), a = p(o.defaultExpanded),
|
|
340
|
+
}), a = p(o.defaultExpanded), f = p(!1), S = () => {
|
|
341
341
|
a.value = !a.value, n("update:expanded", a.value);
|
|
342
342
|
}, R = (e) => {
|
|
343
|
-
|
|
344
|
-
}, b = p(""), y = p(-1), i = p(null), d = p(null), r =
|
|
343
|
+
f.value = e;
|
|
344
|
+
}, b = p(""), y = p(-1), i = p(null), d = p(null), r = q(() => o.open !== void 0 ? o.open : h.value), _ = q(() => {
|
|
345
345
|
if (o.categories.length === 0 || !b.value)
|
|
346
346
|
return t.value;
|
|
347
|
-
const e = o.categories.find((
|
|
347
|
+
const e = o.categories.find((x) => x.id === b.value);
|
|
348
348
|
return e ? e.items : [];
|
|
349
349
|
});
|
|
350
350
|
K(r, (e) => {
|
|
@@ -360,7 +360,7 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
360
360
|
);
|
|
361
361
|
const k = () => {
|
|
362
362
|
t.value = [...o.items];
|
|
363
|
-
}, { detectTrigger: B } =
|
|
363
|
+
}, { detectTrigger: B } = qe(o), L = (e) => {
|
|
364
364
|
n("suggestion-select", e), n("select", e.value, {
|
|
365
365
|
text: "",
|
|
366
366
|
position: 0
|
|
@@ -369,25 +369,25 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
369
369
|
e === !1 ? W() : (typeof e == "object" && e !== null && (m.value = {
|
|
370
370
|
text: e.text || "",
|
|
371
371
|
position: e.position || 0
|
|
372
|
-
}), k(),
|
|
373
|
-
}, I = (e,
|
|
374
|
-
const A = B(e,
|
|
375
|
-
return A ? (m.value = A, C(A), !0) : r.value &&
|
|
372
|
+
}), k(), h.value = !0, n("update:open", !0));
|
|
373
|
+
}, I = (e, x) => {
|
|
374
|
+
const A = B(e, x);
|
|
375
|
+
return A ? (m.value = A, C(A), !0) : r.value && x === "" ? (C(!1), !0) : !1;
|
|
376
376
|
}, V = (e) => {
|
|
377
377
|
if (r.value && d.value) {
|
|
378
378
|
d.value.handleKeyDown(e);
|
|
379
379
|
return;
|
|
380
380
|
}
|
|
381
381
|
}, W = () => {
|
|
382
|
-
o.open === void 0 && (
|
|
382
|
+
o.open === void 0 && (h.value = !1), n("update:open", !1), n("close");
|
|
383
383
|
}, ee = (e) => {
|
|
384
384
|
b.value = e.id, y.value = 0, n("category-select", e);
|
|
385
|
-
}, te = (e,
|
|
386
|
-
n("select", e.text,
|
|
385
|
+
}, te = (e, x) => {
|
|
386
|
+
n("select", e.text, x), e.template && n("fill-template", e.template), W();
|
|
387
387
|
}, J = (e) => {
|
|
388
388
|
o.closeOnOutsideClick && r.value && i.value && !i.value.contains(e.target) && W();
|
|
389
389
|
}, se = () => {
|
|
390
|
-
r.value ? W() : (k(),
|
|
390
|
+
r.value ? W() : (k(), h.value = !0, n("update:open", !0));
|
|
391
391
|
};
|
|
392
392
|
return Y(() => {
|
|
393
393
|
o.closeOnOutsideClick && document.addEventListener("click", J);
|
|
@@ -398,7 +398,7 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
398
398
|
keyDown: V,
|
|
399
399
|
input: I,
|
|
400
400
|
toggleExpand: S
|
|
401
|
-
}), (e,
|
|
401
|
+
}), (e, x) => {
|
|
402
402
|
const A = ce("IconEdit");
|
|
403
403
|
return g(), v("div", {
|
|
404
404
|
ref_key: "rootRef",
|
|
@@ -412,14 +412,14 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
412
412
|
}, [
|
|
413
413
|
E(w(G), { style: { color: "#1476ff" } })
|
|
414
414
|
]),
|
|
415
|
-
E(
|
|
415
|
+
E(xe, {
|
|
416
416
|
suggestions: e.items,
|
|
417
417
|
isExpanded: a.value,
|
|
418
|
-
onSuggestionClick:
|
|
418
|
+
onSuggestionClick: L,
|
|
419
419
|
onShowExpandButton: R
|
|
420
420
|
}, {
|
|
421
421
|
"suggestion-icon": O((D) => [
|
|
422
|
-
|
|
422
|
+
$(e.$slots, "capsule-icon", {
|
|
423
423
|
suggestion: D.suggestion
|
|
424
424
|
}, () => [
|
|
425
425
|
E(A)
|
|
@@ -427,20 +427,20 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
427
427
|
]),
|
|
428
428
|
_: 3
|
|
429
429
|
}, 8, ["suggestions", "isExpanded"]),
|
|
430
|
-
|
|
430
|
+
f.value ? (g(), v("div", {
|
|
431
431
|
key: 0,
|
|
432
432
|
class: "tr-suggestion__expand-button",
|
|
433
433
|
onClick: S
|
|
434
434
|
}, [
|
|
435
|
-
a.value ? (g(),
|
|
435
|
+
a.value ? (g(), P(w(ge), { key: 1 })) : (g(), P(w(ue), { key: 0 }))
|
|
436
436
|
])) : N("", !0)
|
|
437
437
|
]),
|
|
438
|
-
|
|
438
|
+
$(e.$slots, "trigger", {
|
|
439
439
|
onTrigger: C,
|
|
440
440
|
onKeyDown: V,
|
|
441
441
|
onInput: I
|
|
442
442
|
}),
|
|
443
|
-
r.value ? (g(),
|
|
443
|
+
r.value ? (g(), P(Pe, {
|
|
444
444
|
key: 0,
|
|
445
445
|
ref_key: "panelRef",
|
|
446
446
|
ref: d,
|
|
@@ -456,29 +456,29 @@ const Te = { class: "tr-suggestion-panel" }, Be = { class: "tr-suggestion-header
|
|
|
456
456
|
onCategorySelect: ee
|
|
457
457
|
}, {
|
|
458
458
|
"title-icon": O(() => [
|
|
459
|
-
|
|
459
|
+
$(e.$slots, "title-icon", {}, () => [
|
|
460
460
|
E(w(G), { style: { "font-size": "24px", color: "#1476ff" } })
|
|
461
461
|
])
|
|
462
462
|
]),
|
|
463
463
|
"category-label": O((D) => [
|
|
464
|
-
|
|
464
|
+
$(e.$slots, "category-label", {
|
|
465
465
|
category: D.category
|
|
466
466
|
})
|
|
467
467
|
]),
|
|
468
468
|
item: O((D) => [
|
|
469
|
-
|
|
469
|
+
$(e.$slots, "item", {
|
|
470
470
|
item: D.item,
|
|
471
471
|
active: D.active
|
|
472
472
|
})
|
|
473
473
|
]),
|
|
474
474
|
"loading-indicator": O(() => [
|
|
475
|
-
|
|
476
|
-
|
|
475
|
+
$(e.$slots, "loading-indicator", {}, () => [
|
|
476
|
+
x[0] || (x[0] = u("div", { class: "tr-suggestion__loading-spinner" }, null, -1))
|
|
477
477
|
])
|
|
478
478
|
]),
|
|
479
479
|
empty: O(() => [
|
|
480
|
-
|
|
481
|
-
|
|
480
|
+
$(e.$slots, "empty", {}, () => [
|
|
481
|
+
x[1] || (x[1] = u("p", null, "无匹配结果", -1))
|
|
482
482
|
])
|
|
483
483
|
]),
|
|
484
484
|
_: 3
|