@opentiny/tiny-robot 0.3.0-alpha.17 → 0.3.0-alpha.19
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 +12 -12
- package/dist/attachments/index.js +221 -221
- package/dist/base-popper/index.js +1 -1
- package/dist/bubble/index.js +2 -2
- package/dist/container/index.js +27 -27
- package/dist/drag-overlay/index.js +1 -1
- package/dist/dropdown-menu/index.js +2 -2
- package/dist/feedback/index.js +75 -75
- package/dist/flow-layout-buttons/index.js +18 -18
- package/dist/history/index.js +76 -77
- package/dist/index2.js +680 -608
- package/dist/index3.js +148 -697
- package/dist/mcp-server-picker/index.js +377 -29675
- package/dist/sender/index.js +745 -728
- package/dist/style.css +1 -1
- package/dist/suggestion-pills/index.js +19 -19
- package/dist/suggestion-popover/index.js +31 -31
- package/dist/useSlotRefs.js +1 -1
- package/dist/utils.js +1 -1
- package/package.json +3 -15
- package/dist/close.js +0 -29
- package/dist/index4.js +0 -161
- package/dist/index5.js +0 -316
- package/dist/index6.js +0 -2352
- package/dist/index7.js +0 -6654
- package/dist/question/index.js +0 -429
- package/dist/suggestion/index.js +0 -497
- package/dist/tiny-robot-svgs.js +0 -1142
package/dist/index3.js
CHANGED
|
@@ -1,710 +1,161 @@
|
|
|
1
|
-
import { onMounted as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
off: a
|
|
16
|
-
};
|
|
17
|
-
},
|
|
18
|
-
off: t,
|
|
19
|
-
trigger: (...i) => Promise.all(Array.from(e).map((a) => a(...i))),
|
|
20
|
-
clear: () => {
|
|
21
|
-
e.clear();
|
|
22
|
-
}
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
const B = /* @__PURE__ */ new WeakMap(), Ee = /* @__NO_SIDE_EFFECTS__ */ (...e) => {
|
|
26
|
-
var t;
|
|
27
|
-
const o = e[0], n = (t = j()) == null ? void 0 : t.proxy;
|
|
28
|
-
if (n == null && !le())
|
|
29
|
-
throw new Error("injectLocal must be called in setup");
|
|
30
|
-
return n && B.has(n) && o in B.get(n) ? B.get(n)[o] : be(...e);
|
|
31
|
-
}, $ = typeof window < "u" && typeof document < "u";
|
|
32
|
-
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
33
|
-
const xe = (e) => e != null, We = Object.prototype.toString, Me = (e) => We.call(e) === "[object Object]", W = () => {
|
|
34
|
-
}, Ie = (e, t) => Object.prototype.hasOwnProperty.call(e, t), Pe = /* @__PURE__ */ Ae();
|
|
35
|
-
function Ae() {
|
|
36
|
-
var e, t;
|
|
37
|
-
return $ && ((e = window == null ? void 0 : window.navigator) == null ? void 0 : e.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((t = window == null ? void 0 : window.navigator) == null ? void 0 : t.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));
|
|
38
|
-
}
|
|
39
|
-
function Y(e, t) {
|
|
40
|
-
function o(...n) {
|
|
41
|
-
return new Promise((u, i) => {
|
|
42
|
-
Promise.resolve(e(() => t.apply(this, n), { fn: t, thisArg: this, args: n })).then(u).catch(i);
|
|
1
|
+
import { onMounted as U, nextTick as B, h as C, defineComponent as g, render as R, onBeforeUnmount as D, Teleport as W, computed as h, ref as E, createBlock as F, openBlock as _, Transition as j, normalizeProps as q, guardReactiveProps as L, withCtx as Z, createElementBlock as G, createCommentVNode as J, renderSlot as K, useSlots as Q, watch as X, useAttrs as Y, resolveDynamicComponent as ee, unref as S, mergeProps as k, createVNode as te } from "vue";
|
|
2
|
+
import { b as oe, a as re, e as ne } from "./index2.js";
|
|
3
|
+
import { t as u } from "./utils.js";
|
|
4
|
+
import { _ as N } from "./_plugin-vue_export-helper.js";
|
|
5
|
+
import { u as se } from "./useSlotRefs.js";
|
|
6
|
+
const pe = g({
|
|
7
|
+
setup: (r) => () => C(W, r.propsFactory(), r.vnodeFactory()),
|
|
8
|
+
props: ["propsFactory", "vnodeFactory"]
|
|
9
|
+
});
|
|
10
|
+
function ae(r, n) {
|
|
11
|
+
let e = null, t = null, s = !1;
|
|
12
|
+
U(() => {
|
|
13
|
+
B(() => {
|
|
14
|
+
s || (t = document.createElement("div"), e = C(pe, { propsFactory: r, vnodeFactory: n }), R(e, t));
|
|
43
15
|
});
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
const Fe = (e) => e();
|
|
48
|
-
function ce(e, t = {}) {
|
|
49
|
-
let o, n, u = W;
|
|
50
|
-
const i = (s) => {
|
|
51
|
-
clearTimeout(s), u(), u = W;
|
|
52
|
-
};
|
|
53
|
-
let a;
|
|
54
|
-
return (s) => {
|
|
55
|
-
const d = w(e), v = w(t.maxWait);
|
|
56
|
-
return o && i(o), d <= 0 || v !== void 0 && v <= 0 ? (n && (i(n), n = void 0), Promise.resolve(s())) : new Promise((l, c) => {
|
|
57
|
-
u = t.rejectOnCancel ? c : l, a = s, v && !n && (n = setTimeout(() => {
|
|
58
|
-
o && i(o), n = void 0, l(a());
|
|
59
|
-
}, v)), o = setTimeout(() => {
|
|
60
|
-
n && i(n), n = void 0, l(s());
|
|
61
|
-
}, d);
|
|
16
|
+
}), D(() => {
|
|
17
|
+
s = !0, B(() => {
|
|
18
|
+
t && (R(null, t), t.remove(), e = null, t = null);
|
|
62
19
|
});
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
function ae(...e) {
|
|
66
|
-
let t = 0, o, n = !0, u = W, i, a, r, s, d;
|
|
67
|
-
!ie(e[0]) && typeof e[0] == "object" ? { delay: a, trailing: r = !0, leading: s = !0, rejectOnCancel: d = !1 } = e[0] : [a, r = !0, s = !0, d = !1] = e;
|
|
68
|
-
const v = () => {
|
|
69
|
-
o && (clearTimeout(o), o = void 0, u(), u = W);
|
|
70
|
-
};
|
|
71
|
-
return (c) => {
|
|
72
|
-
const p = w(a), h = Date.now() - t, O = () => i = c();
|
|
73
|
-
return v(), p <= 0 ? (t = Date.now(), O()) : (h > p && (s || !n) ? (t = Date.now(), O()) : r && (i = new Promise((f, m) => {
|
|
74
|
-
u = d ? m : f, o = setTimeout(() => {
|
|
75
|
-
t = Date.now(), n = !0, f(O()), v();
|
|
76
|
-
}, Math.max(0, p - h));
|
|
77
|
-
})), !s && !o && (o = setTimeout(() => n = !0, p)), n = !1, i);
|
|
78
|
-
};
|
|
79
|
-
}
|
|
80
|
-
function te(e) {
|
|
81
|
-
return e.endsWith("rem") ? Number.parseFloat(e) * 16 : Number.parseFloat(e);
|
|
82
|
-
}
|
|
83
|
-
function _e(e, t, o = !1) {
|
|
84
|
-
return t.reduce((n, u) => (u in e && (!o || e[u] !== void 0) && (n[u] = e[u]), n), {});
|
|
85
|
-
}
|
|
86
|
-
function C(e) {
|
|
87
|
-
return Array.isArray(e) ? e : [e];
|
|
88
|
-
}
|
|
89
|
-
function Le(e) {
|
|
90
|
-
return j();
|
|
91
|
-
}
|
|
92
|
-
// @__NO_SIDE_EFFECTS__
|
|
93
|
-
function ke(e, t = 200, o = {}) {
|
|
94
|
-
return Y(
|
|
95
|
-
ce(t, o),
|
|
96
|
-
e
|
|
97
|
-
);
|
|
98
|
-
}
|
|
99
|
-
// @__NO_SIDE_EFFECTS__
|
|
100
|
-
function De(e, t = 200, o = !1, n = !0, u = !1) {
|
|
101
|
-
return Y(
|
|
102
|
-
ae(t, o, n, u),
|
|
103
|
-
e
|
|
104
|
-
);
|
|
105
|
-
}
|
|
106
|
-
function fe(e, t, o = {}) {
|
|
107
|
-
const {
|
|
108
|
-
eventFilter: n = Fe,
|
|
109
|
-
...u
|
|
110
|
-
} = o;
|
|
111
|
-
return k(
|
|
112
|
-
e,
|
|
113
|
-
Y(
|
|
114
|
-
n,
|
|
115
|
-
t
|
|
116
|
-
),
|
|
117
|
-
u
|
|
118
|
-
);
|
|
119
|
-
}
|
|
120
|
-
function Re(e, t = {}) {
|
|
121
|
-
if (!ie(e))
|
|
122
|
-
return ye(e);
|
|
123
|
-
const o = Array.isArray(e.value) ? Array.from({ length: e.value.length }) : {};
|
|
124
|
-
for (const n in e.value)
|
|
125
|
-
o[n] = Oe(() => ({
|
|
126
|
-
get() {
|
|
127
|
-
return e.value[n];
|
|
128
|
-
},
|
|
129
|
-
set(u) {
|
|
130
|
-
var i;
|
|
131
|
-
if ((i = w(t.replaceRef)) != null ? i : !0)
|
|
132
|
-
if (Array.isArray(e.value)) {
|
|
133
|
-
const r = [...e.value];
|
|
134
|
-
r[n] = u, e.value = r;
|
|
135
|
-
} else {
|
|
136
|
-
const r = { ...e.value, [n]: u };
|
|
137
|
-
Object.setPrototypeOf(r, Object.getPrototypeOf(e.value)), e.value = r;
|
|
138
|
-
}
|
|
139
|
-
else
|
|
140
|
-
e.value[n] = u;
|
|
141
|
-
}
|
|
142
|
-
}));
|
|
143
|
-
return o;
|
|
144
|
-
}
|
|
145
|
-
function N(e, t = !0, o) {
|
|
146
|
-
Le() ? re(e, o) : t ? e() : me(e);
|
|
147
|
-
}
|
|
148
|
-
function Xe(e, t, o = {}) {
|
|
149
|
-
const {
|
|
150
|
-
debounce: n = 0,
|
|
151
|
-
maxWait: u = void 0,
|
|
152
|
-
...i
|
|
153
|
-
} = o;
|
|
154
|
-
return fe(
|
|
155
|
-
e,
|
|
156
|
-
t,
|
|
157
|
-
{
|
|
158
|
-
...i,
|
|
159
|
-
eventFilter: ce(n, { maxWait: u })
|
|
160
|
-
}
|
|
161
|
-
);
|
|
162
|
-
}
|
|
163
|
-
function Ce(e, t, o) {
|
|
164
|
-
return k(
|
|
165
|
-
e,
|
|
166
|
-
t,
|
|
167
|
-
{
|
|
168
|
-
...o,
|
|
169
|
-
immediate: !0
|
|
170
|
-
}
|
|
171
|
-
);
|
|
172
|
-
}
|
|
173
|
-
function Qe(e, t, o = {}) {
|
|
174
|
-
const {
|
|
175
|
-
throttle: n = 0,
|
|
176
|
-
trailing: u = !0,
|
|
177
|
-
leading: i = !0,
|
|
178
|
-
...a
|
|
179
|
-
} = o;
|
|
180
|
-
return fe(
|
|
181
|
-
e,
|
|
182
|
-
t,
|
|
183
|
-
{
|
|
184
|
-
...a,
|
|
185
|
-
eventFilter: ae(n, u, i)
|
|
186
|
-
}
|
|
187
|
-
);
|
|
188
|
-
}
|
|
189
|
-
const A = $ ? window : void 0, Ve = $ ? window.document : void 0;
|
|
190
|
-
function S(e) {
|
|
191
|
-
var t;
|
|
192
|
-
const o = w(e);
|
|
193
|
-
return (t = o == null ? void 0 : o.$el) != null ? t : o;
|
|
194
|
-
}
|
|
195
|
-
function M(...e) {
|
|
196
|
-
const t = [], o = () => {
|
|
197
|
-
t.forEach((r) => r()), t.length = 0;
|
|
198
|
-
}, n = (r, s, d, v) => (r.addEventListener(s, d, v), () => r.removeEventListener(s, d, v)), u = P(() => {
|
|
199
|
-
const r = C(w(e[0])).filter((s) => s != null);
|
|
200
|
-
return r.every((s) => typeof s != "string") ? r : void 0;
|
|
201
|
-
}), i = Ce(
|
|
202
|
-
() => {
|
|
203
|
-
var r, s;
|
|
204
|
-
return [
|
|
205
|
-
(s = (r = u.value) == null ? void 0 : r.map((d) => S(d))) != null ? s : [A].filter((d) => d != null),
|
|
206
|
-
C(w(u.value ? e[1] : e[0])),
|
|
207
|
-
C(Se(u.value ? e[2] : e[1])),
|
|
208
|
-
// @ts-expect-error - TypeScript gets the correct types, but somehow still complains
|
|
209
|
-
w(u.value ? e[3] : e[2])
|
|
210
|
-
];
|
|
211
|
-
},
|
|
212
|
-
([r, s, d, v]) => {
|
|
213
|
-
if (o(), !(r != null && r.length) || !(s != null && s.length) || !(d != null && d.length))
|
|
214
|
-
return;
|
|
215
|
-
const l = Me(v) ? { ...v } : v;
|
|
216
|
-
t.push(
|
|
217
|
-
...r.flatMap(
|
|
218
|
-
(c) => s.flatMap(
|
|
219
|
-
(p) => d.map((h) => n(c, p, h, l))
|
|
220
|
-
)
|
|
221
|
-
)
|
|
222
|
-
);
|
|
223
|
-
},
|
|
224
|
-
{ flush: "post" }
|
|
225
|
-
), a = () => {
|
|
226
|
-
i(), o();
|
|
227
|
-
};
|
|
228
|
-
return z(o), a;
|
|
229
|
-
}
|
|
230
|
-
let ne = !1;
|
|
231
|
-
function Ue(e, t, o = {}) {
|
|
232
|
-
const { window: n = A, ignore: u = [], capture: i = !0, detectIframe: a = !1, controls: r = !1 } = o;
|
|
233
|
-
if (!n)
|
|
234
|
-
return r ? { stop: W, cancel: W, trigger: W } : W;
|
|
235
|
-
if (Pe && !ne) {
|
|
236
|
-
ne = !0;
|
|
237
|
-
const f = { passive: !0 };
|
|
238
|
-
Array.from(n.document.body.children).forEach((m) => m.addEventListener("click", W, f)), n.document.documentElement.addEventListener("click", W, f);
|
|
239
|
-
}
|
|
240
|
-
let s = !0;
|
|
241
|
-
const d = (f) => w(u).some((m) => {
|
|
242
|
-
if (typeof m == "string")
|
|
243
|
-
return Array.from(n.document.querySelectorAll(m)).some((b) => b === f.target || f.composedPath().includes(b));
|
|
244
|
-
{
|
|
245
|
-
const b = S(m);
|
|
246
|
-
return b && (f.target === b || f.composedPath().includes(b));
|
|
247
|
-
}
|
|
248
20
|
});
|
|
249
|
-
function v(f) {
|
|
250
|
-
const m = w(f);
|
|
251
|
-
return m && m.$.subTree.shapeFlag === 16;
|
|
252
|
-
}
|
|
253
|
-
function l(f, m) {
|
|
254
|
-
const b = w(f), T = b.$.subTree && b.$.subTree.children;
|
|
255
|
-
return T == null || !Array.isArray(T) ? !1 : T.some((E) => E.el === m.target || m.composedPath().includes(E.el));
|
|
256
|
-
}
|
|
257
|
-
const c = (f) => {
|
|
258
|
-
const m = S(e);
|
|
259
|
-
if (f.target != null && !(!(m instanceof Element) && v(e) && l(e, f)) && !(!m || m === f.target || f.composedPath().includes(m))) {
|
|
260
|
-
if ("detail" in f && f.detail === 0 && (s = !d(f)), !s) {
|
|
261
|
-
s = !0;
|
|
262
|
-
return;
|
|
263
|
-
}
|
|
264
|
-
t(f);
|
|
265
|
-
}
|
|
266
|
-
};
|
|
267
|
-
let p = !1;
|
|
268
|
-
const h = [
|
|
269
|
-
M(n, "click", (f) => {
|
|
270
|
-
p || (p = !0, setTimeout(() => {
|
|
271
|
-
p = !1;
|
|
272
|
-
}, 0), c(f));
|
|
273
|
-
}, { passive: !0, capture: i }),
|
|
274
|
-
M(n, "pointerdown", (f) => {
|
|
275
|
-
const m = S(e);
|
|
276
|
-
s = !d(f) && !!(m && !f.composedPath().includes(m));
|
|
277
|
-
}, { passive: !0 }),
|
|
278
|
-
a && M(n, "blur", (f) => {
|
|
279
|
-
setTimeout(() => {
|
|
280
|
-
var m;
|
|
281
|
-
const b = S(e);
|
|
282
|
-
((m = n.document.activeElement) == null ? void 0 : m.tagName) === "IFRAME" && !(b != null && b.contains(n.document.activeElement)) && t(f);
|
|
283
|
-
}, 0);
|
|
284
|
-
}, { passive: !0 })
|
|
285
|
-
].filter(Boolean), O = () => h.forEach((f) => f());
|
|
286
|
-
return r ? {
|
|
287
|
-
stop: O,
|
|
288
|
-
cancel: () => {
|
|
289
|
-
s = !1;
|
|
290
|
-
},
|
|
291
|
-
trigger: (f) => {
|
|
292
|
-
s = !0, c(f), s = !1;
|
|
293
|
-
}
|
|
294
|
-
} : O;
|
|
295
|
-
}
|
|
296
|
-
// @__NO_SIDE_EFFECTS__
|
|
297
|
-
function He() {
|
|
298
|
-
const e = y(!1), t = j();
|
|
299
|
-
return t && re(() => {
|
|
300
|
-
e.value = !0;
|
|
301
|
-
}, t), e;
|
|
302
|
-
}
|
|
303
|
-
// @__NO_SIDE_EFFECTS__
|
|
304
|
-
function G(e) {
|
|
305
|
-
const t = /* @__PURE__ */ He();
|
|
306
|
-
return P(() => (t.value, !!e()));
|
|
307
21
|
}
|
|
308
|
-
function
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
{ immediate: !0, flush: "post" }
|
|
322
|
-
), v = () => i == null ? void 0 : i.takeRecords(), l = () => {
|
|
323
|
-
d(), r();
|
|
324
|
-
};
|
|
325
|
-
return z(l), {
|
|
326
|
-
isSupported: a,
|
|
327
|
-
stop: l,
|
|
328
|
-
takeRecords: v
|
|
329
|
-
};
|
|
330
|
-
}
|
|
331
|
-
const ze = Symbol("vueuse-ssr-width");
|
|
332
|
-
// @__NO_SIDE_EFFECTS__
|
|
333
|
-
function Ne() {
|
|
334
|
-
const e = le() ? /* @__PURE__ */ Ee(ze, null) : null;
|
|
335
|
-
return typeof e == "number" ? e : void 0;
|
|
336
|
-
}
|
|
337
|
-
function Be(e, t = {}) {
|
|
338
|
-
const { window: o = A, ssrWidth: n = /* @__PURE__ */ Ne() } = t, u = /* @__PURE__ */ G(() => o && "matchMedia" in o && typeof o.matchMedia == "function"), i = y(typeof n == "number"), a = y(), r = y(!1), s = (d) => {
|
|
339
|
-
r.value = d.matches;
|
|
340
|
-
};
|
|
341
|
-
return se(() => {
|
|
342
|
-
if (i.value) {
|
|
343
|
-
i.value = !u.value;
|
|
344
|
-
const d = w(e).split(",");
|
|
345
|
-
r.value = d.some((v) => {
|
|
346
|
-
const l = v.includes("not all"), c = v.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), p = v.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);
|
|
347
|
-
let h = !!(c || p);
|
|
348
|
-
return c && h && (h = n >= te(c[1])), p && h && (h = n <= te(p[1])), l ? !h : h;
|
|
349
|
-
});
|
|
350
|
-
return;
|
|
351
|
-
}
|
|
352
|
-
u.value && (a.value = o.matchMedia(w(e)), r.value = a.value.matches);
|
|
353
|
-
}), M(a, "change", s, { passive: !0 }), P(() => r.value);
|
|
354
|
-
}
|
|
355
|
-
function ve(e, t, o = {}) {
|
|
356
|
-
const { window: n = A, ...u } = o;
|
|
357
|
-
let i;
|
|
358
|
-
const a = /* @__PURE__ */ G(() => n && "ResizeObserver" in n), r = () => {
|
|
359
|
-
i && (i.disconnect(), i = void 0);
|
|
360
|
-
}, s = P(() => {
|
|
361
|
-
const l = w(e);
|
|
362
|
-
return Array.isArray(l) ? l.map((c) => S(c)) : [S(l)];
|
|
363
|
-
}), d = k(
|
|
364
|
-
s,
|
|
365
|
-
(l) => {
|
|
366
|
-
if (r(), a.value && n) {
|
|
367
|
-
i = new ResizeObserver(t);
|
|
368
|
-
for (const c of l)
|
|
369
|
-
c && i.observe(c, u);
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
{ immediate: !0, flush: "post" }
|
|
373
|
-
), v = () => {
|
|
374
|
-
r(), d();
|
|
375
|
-
};
|
|
376
|
-
return z(v), {
|
|
377
|
-
isSupported: a,
|
|
378
|
-
stop: v
|
|
379
|
-
};
|
|
380
|
-
}
|
|
381
|
-
function qe(e, t = {}) {
|
|
382
|
-
const {
|
|
383
|
-
reset: o = !0,
|
|
384
|
-
windowResize: n = !0,
|
|
385
|
-
windowScroll: u = !0,
|
|
386
|
-
immediate: i = !0,
|
|
387
|
-
updateTiming: a = "sync"
|
|
388
|
-
} = t, r = y(0), s = y(0), d = y(0), v = y(0), l = y(0), c = y(0), p = y(0), h = y(0);
|
|
389
|
-
function O() {
|
|
390
|
-
const m = S(e);
|
|
391
|
-
if (!m) {
|
|
392
|
-
o && (r.value = 0, s.value = 0, d.value = 0, v.value = 0, l.value = 0, c.value = 0, p.value = 0, h.value = 0);
|
|
393
|
-
return;
|
|
394
|
-
}
|
|
395
|
-
const b = m.getBoundingClientRect();
|
|
396
|
-
r.value = b.height, s.value = b.bottom, d.value = b.left, v.value = b.right, l.value = b.top, c.value = b.width, p.value = b.x, h.value = b.y;
|
|
397
|
-
}
|
|
398
|
-
function f() {
|
|
399
|
-
a === "sync" ? O() : a === "next-frame" && requestAnimationFrame(() => O());
|
|
400
|
-
}
|
|
401
|
-
return ve(e, f), k(() => S(e), (m) => !m && f()), de(e, f, {
|
|
402
|
-
attributeFilter: ["style", "class"]
|
|
403
|
-
}), u && M("scroll", f, { capture: !0, passive: !0 }), n && M("resize", f, { passive: !0 }), N(() => {
|
|
404
|
-
i && f();
|
|
405
|
-
}), {
|
|
406
|
-
height: r,
|
|
407
|
-
bottom: s,
|
|
408
|
-
left: d,
|
|
409
|
-
right: v,
|
|
410
|
-
top: l,
|
|
411
|
-
width: c,
|
|
412
|
-
x: p,
|
|
413
|
-
y: h,
|
|
414
|
-
update: f
|
|
415
|
-
};
|
|
416
|
-
}
|
|
417
|
-
function Je(e, t = { width: 0, height: 0 }, o = {}) {
|
|
418
|
-
const { window: n = A, box: u = "content-box" } = o, i = P(() => {
|
|
419
|
-
var l, c;
|
|
420
|
-
return (c = (l = S(e)) == null ? void 0 : l.namespaceURI) == null ? void 0 : c.includes("svg");
|
|
421
|
-
}), a = y(t.width), r = y(t.height), { stop: s } = ve(
|
|
422
|
-
e,
|
|
423
|
-
([l]) => {
|
|
424
|
-
const c = u === "border-box" ? l.borderBoxSize : u === "content-box" ? l.contentBoxSize : l.devicePixelContentBoxSize;
|
|
425
|
-
if (n && i.value) {
|
|
426
|
-
const p = S(e);
|
|
427
|
-
if (p) {
|
|
428
|
-
const h = p.getBoundingClientRect();
|
|
429
|
-
a.value = h.width, r.value = h.height;
|
|
430
|
-
}
|
|
431
|
-
} else if (c) {
|
|
432
|
-
const p = C(c);
|
|
433
|
-
a.value = p.reduce((h, { inlineSize: O }) => h + O, 0), r.value = p.reduce((h, { blockSize: O }) => h + O, 0);
|
|
434
|
-
} else
|
|
435
|
-
a.value = l.contentRect.width, r.value = l.contentRect.height;
|
|
436
|
-
},
|
|
437
|
-
o
|
|
438
|
-
);
|
|
439
|
-
N(() => {
|
|
440
|
-
const l = S(e);
|
|
441
|
-
l && (a.value = "offsetWidth" in l ? l.offsetWidth : t.width, r.value = "offsetHeight" in l ? l.offsetHeight : t.height);
|
|
22
|
+
function ce(r, n) {
|
|
23
|
+
return h(() => {
|
|
24
|
+
var v;
|
|
25
|
+
if (n instanceof HTMLElement)
|
|
26
|
+
return n;
|
|
27
|
+
const e = n, t = oe(r), s = (v = t == null ? void 0 : t.getRootNode) == null ? void 0 : v.call(t), i = s instanceof ShadowRoot, d = i ? s : document.body;
|
|
28
|
+
if (e) {
|
|
29
|
+
if (!i && e === "body")
|
|
30
|
+
return document.body;
|
|
31
|
+
const f = d.querySelector(e);
|
|
32
|
+
if (f instanceof Node) return f;
|
|
33
|
+
}
|
|
34
|
+
return d;
|
|
442
35
|
});
|
|
443
|
-
const d = k(
|
|
444
|
-
() => S(e),
|
|
445
|
-
(l) => {
|
|
446
|
-
a.value = l ? t.width : 0, r.value = l ? t.height : 0;
|
|
447
|
-
}
|
|
448
|
-
);
|
|
449
|
-
function v() {
|
|
450
|
-
s(), d();
|
|
451
|
-
}
|
|
452
|
-
return {
|
|
453
|
-
width: a,
|
|
454
|
-
height: r,
|
|
455
|
-
stop: v
|
|
456
|
-
};
|
|
457
|
-
}
|
|
458
|
-
const je = {
|
|
459
|
-
multiple: !0,
|
|
460
|
-
accept: "*",
|
|
461
|
-
reset: !1,
|
|
462
|
-
directory: !1
|
|
463
|
-
};
|
|
464
|
-
function $e(e) {
|
|
465
|
-
if (!e)
|
|
466
|
-
return null;
|
|
467
|
-
if (e instanceof FileList)
|
|
468
|
-
return e;
|
|
469
|
-
const t = new DataTransfer();
|
|
470
|
-
for (const o of e)
|
|
471
|
-
t.items.add(o);
|
|
472
|
-
return t.files;
|
|
473
36
|
}
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
open: v,
|
|
507
|
-
reset: s,
|
|
508
|
-
onCancel: i,
|
|
509
|
-
onChange: n
|
|
510
|
-
};
|
|
511
|
-
}
|
|
512
|
-
const oe = 1;
|
|
513
|
-
function Ze(e, t = {}) {
|
|
514
|
-
const {
|
|
515
|
-
throttle: o = 0,
|
|
516
|
-
idle: n = 200,
|
|
517
|
-
onStop: u = W,
|
|
518
|
-
onScroll: i = W,
|
|
519
|
-
offset: a = {
|
|
520
|
-
left: 0,
|
|
521
|
-
right: 0,
|
|
522
|
-
top: 0,
|
|
523
|
-
bottom: 0
|
|
524
|
-
},
|
|
525
|
-
observe: r = {
|
|
526
|
-
mutation: !1
|
|
37
|
+
const ie = /* @__PURE__ */ g({
|
|
38
|
+
__name: "Popper",
|
|
39
|
+
props: {
|
|
40
|
+
show: { type: Boolean },
|
|
41
|
+
transitionProps: {}
|
|
42
|
+
},
|
|
43
|
+
setup(r, { expose: n }) {
|
|
44
|
+
const e = E(null);
|
|
45
|
+
return n({
|
|
46
|
+
popperRef: e
|
|
47
|
+
}), (t, s) => (_(), F(j, q(L(t.transitionProps)), {
|
|
48
|
+
default: Z(() => [
|
|
49
|
+
t.show ? (_(), G("div", {
|
|
50
|
+
key: 0,
|
|
51
|
+
class: "tr-base-popper",
|
|
52
|
+
ref_key: "popperRef",
|
|
53
|
+
ref: e
|
|
54
|
+
}, [
|
|
55
|
+
K(t.$slots, "default", {}, void 0, !0)
|
|
56
|
+
], 512)) : J("", !0)
|
|
57
|
+
]),
|
|
58
|
+
_: 3
|
|
59
|
+
}, 16));
|
|
60
|
+
}
|
|
61
|
+
}), le = /* @__PURE__ */ N(ie, [["__scopeId", "data-v-25c13ab7"]]), ue = /* @__PURE__ */ g({
|
|
62
|
+
inheritAttrs: !1,
|
|
63
|
+
__name: "index",
|
|
64
|
+
props: {
|
|
65
|
+
appendTo: {},
|
|
66
|
+
offset: {},
|
|
67
|
+
placement: {
|
|
68
|
+
default: "top-center"
|
|
527
69
|
},
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
passive: !0
|
|
70
|
+
preventOverflow: {
|
|
71
|
+
type: Boolean
|
|
531
72
|
},
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
onError: l = (g) => {
|
|
535
|
-
console.error(g);
|
|
536
|
-
}
|
|
537
|
-
} = t, c = typeof r == "boolean" ? {
|
|
538
|
-
mutation: r
|
|
539
|
-
} : r, p = y(0), h = y(0), O = P({
|
|
540
|
-
get() {
|
|
541
|
-
return p.value;
|
|
73
|
+
show: {
|
|
74
|
+
type: Boolean
|
|
542
75
|
},
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
return;
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
return;
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
76
|
+
transitionProps: {},
|
|
77
|
+
triggerEvents: {}
|
|
78
|
+
},
|
|
79
|
+
setup(r, {
|
|
80
|
+
expose: n
|
|
81
|
+
}) {
|
|
82
|
+
const e = r, t = Q(), {
|
|
83
|
+
vnodes: s,
|
|
84
|
+
ref: i,
|
|
85
|
+
setRef: d
|
|
86
|
+
} = se(t.trigger), v = (o = {}) => {
|
|
87
|
+
const p = {};
|
|
88
|
+
for (const [c, a] of Object.entries(o))
|
|
89
|
+
/^on[A-Z]/.test(c) && typeof a == "function" && (p[c] = a);
|
|
90
|
+
return p;
|
|
91
|
+
}, f = E(null), b = h(() => {
|
|
92
|
+
var o;
|
|
93
|
+
return ((o = f.value) == null ? void 0 : o.popperRef) || null;
|
|
94
|
+
}), m = h(() => {
|
|
95
|
+
var o, p;
|
|
96
|
+
return typeof e.offset == "number" ? {
|
|
97
|
+
mainAxis: e.offset,
|
|
98
|
+
crossAxis: 0
|
|
99
|
+
} : {
|
|
100
|
+
mainAxis: ((o = e.offset) == null ? void 0 : o.mainAxis) ?? 0,
|
|
101
|
+
crossAxis: ((p = e.offset) == null ? void 0 : p.crossAxis) ?? 0
|
|
102
|
+
};
|
|
103
|
+
}), {
|
|
104
|
+
top: $,
|
|
105
|
+
bottom: O,
|
|
106
|
+
left: w,
|
|
107
|
+
right: V,
|
|
108
|
+
width: z,
|
|
109
|
+
update: A
|
|
110
|
+
} = re(i), {
|
|
111
|
+
width: y,
|
|
112
|
+
height: P
|
|
113
|
+
} = ne(b, void 0, {
|
|
114
|
+
box: "border-box"
|
|
115
|
+
}), H = h(() => {
|
|
116
|
+
const {
|
|
117
|
+
placement: o,
|
|
118
|
+
preventOverflow: p
|
|
119
|
+
} = e, c = {}, a = (l, x) => {
|
|
120
|
+
if (!p) {
|
|
121
|
+
c[l] = x;
|
|
122
|
+
return;
|
|
123
|
+
}
|
|
124
|
+
const T = u(l === "top" ? P.value : y.value);
|
|
125
|
+
l === "top" ? c[l] = `clamp(var(--tr-base-popper-min-top), ${x}, calc(var(--tr-base-popper-max-bottom) - ${T}))` : l === "left" && (c[l] = `clamp(var(--tr-base-popper-min-left), ${x}, calc(var(--tr-base-popper-max-right) - ${T}))`);
|
|
126
|
+
};
|
|
127
|
+
return o.includes("top") && a("top", u($.value - P.value - m.value.mainAxis)), o.includes("bottom") && a("top", u(O.value + m.value.mainAxis)), o.includes("left") && a("left", u(w.value + m.value.crossAxis)), o.includes("right") && a("left", u(V.value - y.value + m.value.crossAxis)), o.includes("center") && a("left", u(w.value + z.value / 2 - y.value / 2 + m.value.crossAxis)), c;
|
|
565
128
|
});
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
const J = Math.abs(L) <= (a.top || 0), K = Math.abs(L) + x.clientHeight >= x.scrollHeight - (a.bottom || 0) - oe;
|
|
592
|
-
D === "flex" && R === "column-reverse" ? (T.top = K, T.bottom = J) : (T.top = J, T.bottom = K), h.value = L;
|
|
593
|
-
}, Q = (g) => {
|
|
594
|
-
var _;
|
|
595
|
-
if (!v)
|
|
596
|
-
return;
|
|
597
|
-
const x = (_ = g.target.documentElement) != null ? _ : g.target;
|
|
598
|
-
V(x), b.value = !0, he(g), i(g);
|
|
599
|
-
};
|
|
600
|
-
return M(
|
|
601
|
-
e,
|
|
602
|
-
"scroll",
|
|
603
|
-
o ? /* @__PURE__ */ De(Q, o, !0, !1) : Q,
|
|
604
|
-
s
|
|
605
|
-
), N(() => {
|
|
606
|
-
try {
|
|
607
|
-
const g = w(e);
|
|
608
|
-
if (!g)
|
|
609
|
-
return;
|
|
610
|
-
V(g);
|
|
611
|
-
} catch (g) {
|
|
612
|
-
l(g);
|
|
613
|
-
}
|
|
614
|
-
}), c != null && c.mutation && e != null && e !== v && e !== document && de(
|
|
615
|
-
e,
|
|
616
|
-
() => {
|
|
617
|
-
const g = w(e);
|
|
618
|
-
g && V(g);
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
attributes: !0,
|
|
622
|
-
childList: !0,
|
|
623
|
-
subtree: !0
|
|
624
|
-
}
|
|
625
|
-
), M(
|
|
626
|
-
e,
|
|
627
|
-
"scrollend",
|
|
628
|
-
X,
|
|
629
|
-
s
|
|
630
|
-
), {
|
|
631
|
-
x: O,
|
|
632
|
-
y: f,
|
|
633
|
-
isScrolling: b,
|
|
634
|
-
arrivedState: T,
|
|
635
|
-
directions: E,
|
|
636
|
-
measure() {
|
|
637
|
-
const g = w(e);
|
|
638
|
-
v && g && V(g);
|
|
639
|
-
}
|
|
640
|
-
};
|
|
641
|
-
}
|
|
642
|
-
const pe = {
|
|
643
|
-
x: 0,
|
|
644
|
-
y: 0,
|
|
645
|
-
pointerId: 0,
|
|
646
|
-
pressure: 0,
|
|
647
|
-
tiltX: 0,
|
|
648
|
-
tiltY: 0,
|
|
649
|
-
width: 0,
|
|
650
|
-
height: 0,
|
|
651
|
-
twist: 0,
|
|
652
|
-
pointerType: null
|
|
653
|
-
}, Ye = /* @__PURE__ */ Object.keys(pe);
|
|
654
|
-
function et(e = {}) {
|
|
655
|
-
const {
|
|
656
|
-
target: t = A
|
|
657
|
-
} = e, o = y(!1), n = ue(e.initialValue || {});
|
|
658
|
-
Object.assign(n.value, pe, n.value);
|
|
659
|
-
const u = (i) => {
|
|
660
|
-
o.value = !0, !(e.pointerTypes && !e.pointerTypes.includes(i.pointerType)) && (n.value = _e(i, Ye, !1));
|
|
661
|
-
};
|
|
662
|
-
if (t) {
|
|
663
|
-
const i = { passive: !0 };
|
|
664
|
-
M(t, ["pointerdown", "pointermove", "pointerup"], u, i), M(t, "pointerleave", () => o.value = !1, i);
|
|
665
|
-
}
|
|
666
|
-
return {
|
|
667
|
-
...Re(n),
|
|
668
|
-
isInside: o
|
|
669
|
-
};
|
|
670
|
-
}
|
|
671
|
-
// @__NO_SIDE_EFFECTS__
|
|
672
|
-
function tt(e = {}) {
|
|
673
|
-
const {
|
|
674
|
-
window: t = A,
|
|
675
|
-
initialWidth: o = Number.POSITIVE_INFINITY,
|
|
676
|
-
initialHeight: n = Number.POSITIVE_INFINITY,
|
|
677
|
-
listenOrientation: u = !0,
|
|
678
|
-
includeScrollbar: i = !0,
|
|
679
|
-
type: a = "inner"
|
|
680
|
-
} = e, r = y(o), s = y(n), d = () => {
|
|
681
|
-
if (t)
|
|
682
|
-
if (a === "outer")
|
|
683
|
-
r.value = t.outerWidth, s.value = t.outerHeight;
|
|
684
|
-
else if (a === "visual" && t.visualViewport) {
|
|
685
|
-
const { width: l, height: c, scale: p } = t.visualViewport;
|
|
686
|
-
r.value = Math.round(l * p), s.value = Math.round(c * p);
|
|
687
|
-
} else i ? (r.value = t.innerWidth, s.value = t.innerHeight) : (r.value = t.document.documentElement.clientWidth, s.value = t.document.documentElement.clientHeight);
|
|
688
|
-
};
|
|
689
|
-
d(), N(d);
|
|
690
|
-
const v = { passive: !0 };
|
|
691
|
-
if (M("resize", d, v), t && a === "visual" && t.visualViewport && M(t.visualViewport, "resize", d, v), u) {
|
|
692
|
-
const l = Be("(orientation: portrait)");
|
|
693
|
-
k(l, () => d());
|
|
129
|
+
X(() => e.show, (o) => {
|
|
130
|
+
o && A();
|
|
131
|
+
}, {
|
|
132
|
+
flush: "post"
|
|
133
|
+
});
|
|
134
|
+
const I = ce(i, e.appendTo), M = Y();
|
|
135
|
+
return ae(() => ({
|
|
136
|
+
to: I.value
|
|
137
|
+
}), () => te(le, k({
|
|
138
|
+
ref: f,
|
|
139
|
+
show: e.show,
|
|
140
|
+
transitionProps: e.transitionProps,
|
|
141
|
+
style: H.value
|
|
142
|
+
}, M), {
|
|
143
|
+
default: () => {
|
|
144
|
+
var o;
|
|
145
|
+
return [(o = t.content) == null ? void 0 : o.call(t)];
|
|
146
|
+
}
|
|
147
|
+
})), n({
|
|
148
|
+
triggerRef: i,
|
|
149
|
+
popperRef: b,
|
|
150
|
+
update: A
|
|
151
|
+
}), (o, p) => (_(), F(ee(S(s)[0]), k({
|
|
152
|
+
ref: S(d)
|
|
153
|
+
}, v(e.triggerEvents)), null, 16));
|
|
694
154
|
}
|
|
695
|
-
|
|
696
|
-
|
|
155
|
+
}), fe = /* @__PURE__ */ N(ue, [["__scopeId", "data-v-f1e25842"]]);
|
|
156
|
+
fe.name = "TrBasePopper";
|
|
697
157
|
export {
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
Ke as d,
|
|
702
|
-
Je as e,
|
|
703
|
-
Xe as f,
|
|
704
|
-
M as g,
|
|
705
|
-
Be as h,
|
|
706
|
-
et as i,
|
|
707
|
-
Ue as o,
|
|
708
|
-
Ze as u,
|
|
709
|
-
Qe as w
|
|
158
|
+
fe as B,
|
|
159
|
+
ae as c,
|
|
160
|
+
ce as u
|
|
710
161
|
};
|