@opentiny/tiny-robot 0.3.0-alpha.21 → 0.3.0-alpha.23
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/flow-layout-buttons/index.js +1 -1
- package/dist/history/index.js +261 -201
- package/dist/index.d.ts +95 -99
- package/dist/index2.js +2 -2
- package/dist/index3.js +1 -1
- package/dist/mcp-add-form/index.js +23 -23
- package/dist/mcp-server-picker/index.js +172 -167
- package/dist/sender/index.js +640 -641
- package/dist/style.css +1 -1
- package/dist/suggestion-pills/index.js +1 -1
- package/dist/suggestion-popover/index.js +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as q, mergeModels as E, useModel as G, watch as g, ref as i, computed as $, createElementBlock as a, openBlock as l, createElementVNode as I, Fragment as C, renderList as D, createCommentVNode as _, normalizeClass as x, createBlock as B, resolveDynamicComponent as b, toDisplayString as S, nextTick as H } from "vue";
|
|
2
2
|
import { IconArrowDown as X } from "@opentiny/tiny-robot-svgs";
|
|
3
|
-
import {
|
|
3
|
+
import { d as j, o as J } from "../index2.js";
|
|
4
4
|
import { _ as K } from "../_plugin-vue_export-helper.js";
|
|
5
5
|
const P = ["onClick"], Q = {
|
|
6
6
|
key: 0,
|
package/dist/history/index.js
CHANGED
|
@@ -1,226 +1,286 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IconEmptySearch as
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
import { ref as g, onMounted as Z, onBeforeUnmount as ee, defineComponent as P, createElementBlock as a, openBlock as l, createElementVNode as w, createVNode as T, unref as n, toDisplayString as D, mergeModels as te, useModel as W, computed as L, normalizeStyle as ne, Fragment as B, renderList as H, createBlock as J, resolveDynamicComponent as oe, nextTick as ie, normalizeClass as U, withDirectives as j, createCommentVNode as V, withKeys as q, withModifiers as A, isRef as se, vModelText as le, vShow as re } from "vue";
|
|
2
|
+
import { IconEmptySearch as ae, IconEditPen as ue, IconDelete as ce, IconCheck as de, IconClose as me, IconMenu2 as fe } from "@opentiny/tiny-robot-svgs";
|
|
3
|
+
import { _ as z } from "../_plugin-vue_export-helper.js";
|
|
4
|
+
import { o as Q, a as ve, d as pe, c as _e } from "../index2.js";
|
|
5
|
+
import { t as O } from "../utils.js";
|
|
6
|
+
const S = g(!1);
|
|
7
|
+
let b = 0, $;
|
|
8
|
+
function ye() {
|
|
9
|
+
const s = window.matchMedia("(hover: none) and (pointer: coarse)"), m = () => {
|
|
10
|
+
S.value = s.matches;
|
|
11
|
+
};
|
|
12
|
+
m(), s.addEventListener("change", m);
|
|
13
|
+
const t = (c) => {
|
|
14
|
+
S.value = c.pointerType !== "mouse";
|
|
15
|
+
};
|
|
16
|
+
return window.addEventListener("pointerdown", t, !0), () => {
|
|
17
|
+
s.removeEventListener("change", m), window.removeEventListener("pointerdown", t, !0);
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
function ge() {
|
|
21
|
+
$ == null || $(), $ = void 0;
|
|
22
|
+
}
|
|
23
|
+
function he() {
|
|
24
|
+
return typeof window > "u" ? {
|
|
25
|
+
isTouchDevice: S
|
|
26
|
+
} : (Z(() => {
|
|
27
|
+
b++, b === 1 && ($ = ye());
|
|
28
|
+
}), ee(() => {
|
|
29
|
+
b = Math.max(0, b - 1), b === 0 && ge();
|
|
30
|
+
}), {
|
|
31
|
+
isTouchDevice: S
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
const Ce = { class: "tr-history__empty" }, ke = { class: "tr-history__empty-icon" }, Ee = { class: "tr-history__empty-text" }, we = /* @__PURE__ */ P({
|
|
35
|
+
__name: "Empty",
|
|
25
36
|
props: {
|
|
26
37
|
text: { default: "暂无内容" }
|
|
27
38
|
},
|
|
28
|
-
setup(
|
|
29
|
-
const
|
|
30
|
-
return (
|
|
31
|
-
|
|
32
|
-
|
|
39
|
+
setup(s) {
|
|
40
|
+
const m = s;
|
|
41
|
+
return (t, c) => (l(), a("div", Ce, [
|
|
42
|
+
w("span", ke, [
|
|
43
|
+
T(n(ae))
|
|
33
44
|
]),
|
|
34
|
-
|
|
45
|
+
w("span", Ee, D(m.text), 1)
|
|
35
46
|
]));
|
|
36
47
|
}
|
|
37
|
-
}),
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
48
|
+
}), xe = /* @__PURE__ */ z(we, [["__scopeId", "data-v-d0340c39"]]), Re = ["onClick"], Le = 12, G = 4, Ie = /* @__PURE__ */ P({
|
|
49
|
+
__name: "MenuList",
|
|
50
|
+
props: {
|
|
51
|
+
trigger: { default: null },
|
|
52
|
+
triggerModifiers: {},
|
|
53
|
+
data: { default: null },
|
|
54
|
+
dataModifiers: {}
|
|
55
|
+
},
|
|
56
|
+
emits: /* @__PURE__ */ te(["item-click"], ["update:trigger", "update:data"]),
|
|
57
|
+
setup(s, { emit: m }) {
|
|
58
|
+
const t = W(s, "trigger"), c = W(s, "data"), x = m, h = [
|
|
59
|
+
{ id: "rename", text: "重命名", icon: ue },
|
|
60
|
+
{ id: "delete", text: "删除", icon: ce }
|
|
61
|
+
], E = g(null);
|
|
62
|
+
Q(
|
|
63
|
+
E,
|
|
64
|
+
() => {
|
|
65
|
+
t.value = null, c.value = null;
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
ignore: [t]
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
const { top: v, bottom: I, left: y } = ve(t), { width: M, height: C } = pe(E, void 0, { box: "border-box" }), { height: R } = _e(), o = L(() => {
|
|
72
|
+
const k = {
|
|
73
|
+
left: `min(${O(y.value)}, calc(100% - ${O(M.value + G)}))`
|
|
74
|
+
}, _ = I.value + Le;
|
|
75
|
+
return _ + C.value + G > R.value ? k.bottom = `calc(100% - ${O(v.value - G)})` : k.top = O(_), k;
|
|
76
|
+
}), p = (k) => {
|
|
77
|
+
x("item-click", k), t.value = null, c.value = null;
|
|
43
78
|
};
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
79
|
+
return (k, _) => (l(), a("ul", {
|
|
80
|
+
class: "tr-history__menu-list",
|
|
81
|
+
ref_key: "menuRef",
|
|
82
|
+
ref: E,
|
|
83
|
+
style: ne(o.value)
|
|
84
|
+
}, [
|
|
85
|
+
(l(), a(B, null, H(h, (r) => w("li", {
|
|
86
|
+
class: "tr-history__menu-list__item",
|
|
87
|
+
key: r.id,
|
|
88
|
+
onClick: (K) => p(r)
|
|
89
|
+
}, [
|
|
90
|
+
(l(), J(oe(r.icon))),
|
|
91
|
+
w("span", null, D(r.text), 1)
|
|
92
|
+
], 8, Re)), 64))
|
|
93
|
+
], 4));
|
|
94
|
+
}
|
|
95
|
+
}), Me = /* @__PURE__ */ z(Ie, [["__scopeId", "data-v-67ba5dd7"]]), be = ({
|
|
96
|
+
renameControlOnClickOutside: s,
|
|
97
|
+
onItemTitleChange: m
|
|
98
|
+
}) => {
|
|
99
|
+
const t = g(void 0), c = g(null), x = L(() => {
|
|
100
|
+
var o;
|
|
101
|
+
return (o = c.value) == null ? void 0 : o.at(0);
|
|
102
|
+
}), h = g(null), E = L(() => {
|
|
103
|
+
var o;
|
|
104
|
+
return (o = h.value) == null ? void 0 : o.at(0);
|
|
105
|
+
}), v = g(null), I = L(() => {
|
|
106
|
+
var o;
|
|
107
|
+
return (o = v.value) == null ? void 0 : o.at(0);
|
|
108
|
+
}), y = g(""), M = (o) => {
|
|
109
|
+
t.value = o, y.value = o.title, ie(() => {
|
|
110
|
+
const p = x.value;
|
|
111
|
+
p && (p.focus(), p.select());
|
|
47
112
|
});
|
|
113
|
+
}, C = () => {
|
|
114
|
+
t.value = void 0, y.value = "";
|
|
115
|
+
}, R = () => {
|
|
116
|
+
t.value && m(y.value, t.value), t.value = void 0, y.value = "";
|
|
48
117
|
};
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
t.value = void 0;
|
|
57
|
-
}
|
|
58
|
-
r == null || r(), r = void 0;
|
|
59
|
-
}, g = () => {
|
|
60
|
-
t.value = void 0, r == null || r(), r = void 0;
|
|
61
|
-
}, b = (l) => {
|
|
62
|
-
l.key === "Enter" ? v() : l.key === "Escape" && g();
|
|
63
|
-
};
|
|
64
|
-
return Y(() => {
|
|
65
|
-
_.value && (r == null || r(), r = ce(_, () => {
|
|
66
|
-
v();
|
|
67
|
-
}));
|
|
68
|
-
}), {
|
|
118
|
+
return (s === "confirm" || s === "cancel") && Q(
|
|
119
|
+
x,
|
|
120
|
+
() => {
|
|
121
|
+
s === "confirm" ? R() : C();
|
|
122
|
+
},
|
|
123
|
+
{ ignore: [E, I] }
|
|
124
|
+
), {
|
|
69
125
|
editingItem: t,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
126
|
+
editorRefList: c,
|
|
127
|
+
editorConfirmRefList: h,
|
|
128
|
+
editorCancelRefList: v,
|
|
129
|
+
editorValue: y,
|
|
130
|
+
handleEdit: M,
|
|
131
|
+
handleEditCancel: C,
|
|
132
|
+
handleEditConfirm: R
|
|
73
133
|
};
|
|
74
|
-
},
|
|
75
|
-
key: 0,
|
|
76
|
-
class: "tr-history__search"
|
|
77
|
-
}, Ce = { class: "tr-history__content" }, xe = {
|
|
134
|
+
}, F = Symbol("NO_GROUP"), Te = {
|
|
78
135
|
key: 0,
|
|
79
136
|
class: "tr-history__group-title"
|
|
80
|
-
},
|
|
137
|
+
}, $e = { class: "tr-history__group-items" }, Oe = ["onClick"], Be = ["title"], De = ["onClick"], Se = /* @__PURE__ */ P({
|
|
81
138
|
__name: "index",
|
|
82
|
-
props:
|
|
83
|
-
tabTitle: {},
|
|
139
|
+
props: {
|
|
84
140
|
data: {},
|
|
85
|
-
activeTab: {},
|
|
86
|
-
searchBar: { type: Boolean },
|
|
87
|
-
searchQuery: {},
|
|
88
|
-
searchPlaceholder: {},
|
|
89
|
-
searchFn: { type: Function, default: (i, { title: t }) => i ? t.toLowerCase().includes(i.toLowerCase()) : !0 },
|
|
90
141
|
selected: {},
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}))
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
},
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
clearable: ""
|
|
137
|
-
}, null, 8, ["modelValue", "placeholder", "prefix-icon"])
|
|
138
|
-
])) : w("", !0),
|
|
139
|
-
p("div", Ce, [
|
|
140
|
-
L.value ? (a(!0), u(T, { key: 0 }, $(C.value, (s) => (a(), u("div", {
|
|
141
|
-
key: s.group,
|
|
142
|
-
class: "tr-history__group"
|
|
142
|
+
showRenameControls: { type: Boolean, default: !1 },
|
|
143
|
+
renameControlOnClickOutside: { default: "confirm" }
|
|
144
|
+
},
|
|
145
|
+
emits: ["item-click", "item-title-change", "item-action"],
|
|
146
|
+
setup(s, { emit: m }) {
|
|
147
|
+
const t = s, c = m, x = (i) => {
|
|
148
|
+
var f;
|
|
149
|
+
const e = typeof ((f = i[0]) == null ? void 0 : f.group);
|
|
150
|
+
return e === "string" || e === "symbol";
|
|
151
|
+
}, h = L(() => {
|
|
152
|
+
const i = t.data;
|
|
153
|
+
return x(i) ? i : [{ group: F, items: i }];
|
|
154
|
+
}), E = L(() => h.value.length === 0 || h.value.every((i) => i.items.length === 0)), {
|
|
155
|
+
editingItem: v,
|
|
156
|
+
editorRefList: I,
|
|
157
|
+
editorConfirmRefList: y,
|
|
158
|
+
editorCancelRefList: M,
|
|
159
|
+
editorValue: C,
|
|
160
|
+
handleEdit: R,
|
|
161
|
+
handleEditCancel: o,
|
|
162
|
+
handleEditConfirm: p
|
|
163
|
+
} = be({
|
|
164
|
+
renameControlOnClickOutside: t.renameControlOnClickOutside,
|
|
165
|
+
onItemTitleChange: (i, e) => {
|
|
166
|
+
c("item-title-change", i, e);
|
|
167
|
+
}
|
|
168
|
+
}), { isTouchDevice: k } = he(), _ = g(null), r = g(null), K = (i, e) => {
|
|
169
|
+
if (i.currentTarget instanceof HTMLButtonElement) {
|
|
170
|
+
if (r.value === e) {
|
|
171
|
+
_.value = null, r.value = null;
|
|
172
|
+
return;
|
|
173
|
+
}
|
|
174
|
+
_.value = i.currentTarget, r.value = e;
|
|
175
|
+
} else
|
|
176
|
+
_.value = null, r.value = null;
|
|
177
|
+
}, X = (i) => {
|
|
178
|
+
i.id === "rename" && r.value && R(r.value), c("item-action", { id: i.id, text: i.text });
|
|
179
|
+
};
|
|
180
|
+
return (i, e) => (l(), a("div", {
|
|
181
|
+
class: U(["tr-history", { "touch-device": n(k) }])
|
|
182
|
+
}, [
|
|
183
|
+
E.value ? (l(), J(xe, { key: 1 })) : (l(), a(B, { key: 0 }, [
|
|
184
|
+
(l(!0), a(B, null, H(h.value, (f) => (l(), a("div", {
|
|
185
|
+
class: "tr-history__group",
|
|
186
|
+
key: f.group
|
|
143
187
|
}, [
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
188
|
+
f.group !== n(F) ? (l(), a("div", Te, D(f.group), 1)) : V("", !0),
|
|
189
|
+
w("div", $e, [
|
|
190
|
+
(l(!0), a(B, null, H(f.items, (u, Y) => (l(), a("div", {
|
|
191
|
+
class: U(["tr-history__item", {
|
|
192
|
+
selected: u.id && u.id === t.selected,
|
|
193
|
+
editing: n(v) === u,
|
|
194
|
+
active: r.value === u
|
|
195
|
+
}]),
|
|
196
|
+
key: u.id || Y,
|
|
197
|
+
onClick: (d) => c("item-click", u)
|
|
153
198
|
}, [
|
|
154
|
-
(
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
},
|
|
160
|
-
p("div", Ee, [
|
|
161
|
-
y(e(U), {
|
|
162
|
-
content: "编辑",
|
|
163
|
-
effect: "dark",
|
|
164
|
-
placement: "top",
|
|
165
|
-
"open-delay": 500
|
|
166
|
-
}, {
|
|
167
|
-
default: R(() => [
|
|
168
|
-
y(e(B), {
|
|
169
|
-
icon: e(ne),
|
|
170
|
-
onClick: H((f) => e(j)(d), ["stop"])
|
|
171
|
-
}, null, 8, ["icon", "onClick"])
|
|
172
|
-
]),
|
|
173
|
-
_: 2
|
|
174
|
-
}, 1024),
|
|
175
|
-
y(e(U), {
|
|
176
|
-
content: "删除",
|
|
177
|
-
effect: "dark",
|
|
178
|
-
placement: "top",
|
|
179
|
-
"open-delay": 500
|
|
180
|
-
}, {
|
|
181
|
-
default: R(() => [
|
|
182
|
-
y(e(B), {
|
|
183
|
-
icon: e(ae),
|
|
184
|
-
onClick: H((f) => F(d), ["stop"])
|
|
185
|
-
}, null, 8, ["icon", "onClick"])
|
|
186
|
-
]),
|
|
187
|
-
_: 2
|
|
188
|
-
}, 1024)
|
|
189
|
-
])
|
|
190
|
-
], 64)) : ee((a(), u("input", {
|
|
191
|
-
key: 1,
|
|
192
|
-
"onUpdate:modelValue": o[1] || (o[1] = (f) => e(x).title = f),
|
|
193
|
-
class: "tr-history__item-edit",
|
|
199
|
+
n(v) === u ? j((l(), a("input", {
|
|
200
|
+
key: 0,
|
|
201
|
+
class: "tr-history__item-editor",
|
|
202
|
+
type: "text",
|
|
203
|
+
onClick: e[0] || (e[0] = A(() => {
|
|
204
|
+
}, ["stop"])),
|
|
194
205
|
ref_for: !0,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
(
|
|
206
|
+
ref_key: "editorRefList",
|
|
207
|
+
ref: I,
|
|
208
|
+
"onUpdate:modelValue": e[1] || (e[1] = (d) => se(C) ? C.value = d : null),
|
|
209
|
+
onKeydown: [
|
|
210
|
+
e[2] || (e[2] = q(
|
|
211
|
+
//@ts-ignore
|
|
212
|
+
(...d) => n(p) && n(p)(...d),
|
|
213
|
+
["enter"]
|
|
214
|
+
)),
|
|
215
|
+
e[3] || (e[3] = q(
|
|
216
|
+
//@ts-ignore
|
|
217
|
+
(...d) => n(o) && n(o)(...d),
|
|
218
|
+
["escape"]
|
|
219
|
+
))
|
|
220
|
+
]
|
|
198
221
|
}, null, 544)), [
|
|
199
|
-
[
|
|
222
|
+
[le, n(C)]
|
|
223
|
+
]) : (l(), a("span", {
|
|
224
|
+
key: 1,
|
|
225
|
+
class: "text",
|
|
226
|
+
title: u.title
|
|
227
|
+
}, D(u.title), 9, Be)),
|
|
228
|
+
w("span", {
|
|
229
|
+
class: "tr-history__item-actions",
|
|
230
|
+
onClick: e[6] || (e[6] = A(() => {
|
|
231
|
+
}, ["stop"]))
|
|
232
|
+
}, [
|
|
233
|
+
t.showRenameControls && n(v) === u ? (l(), a("button", {
|
|
234
|
+
key: 0,
|
|
235
|
+
class: "editor-confirm",
|
|
236
|
+
ref_for: !0,
|
|
237
|
+
ref_key: "editorConfirmRefList",
|
|
238
|
+
ref: y,
|
|
239
|
+
onClick: e[4] || (e[4] = //@ts-ignore
|
|
240
|
+
(...d) => n(p) && n(p)(...d))
|
|
241
|
+
}, [
|
|
242
|
+
T(n(de))
|
|
243
|
+
], 512)) : V("", !0),
|
|
244
|
+
t.showRenameControls && n(v) === u ? (l(), a("button", {
|
|
245
|
+
key: 1,
|
|
246
|
+
class: "editor-cancel",
|
|
247
|
+
ref_for: !0,
|
|
248
|
+
ref_key: "editorCancelRefList",
|
|
249
|
+
ref: M,
|
|
250
|
+
onClick: e[5] || (e[5] = //@ts-ignore
|
|
251
|
+
(...d) => n(o) && n(o)(...d))
|
|
252
|
+
}, [
|
|
253
|
+
T(n(me))
|
|
254
|
+
], 512)) : V("", !0),
|
|
255
|
+
w("button", {
|
|
256
|
+
class: U(["menu", { hidden: n(v) === u }]),
|
|
257
|
+
onClick: (d) => K(d, u)
|
|
258
|
+
}, [
|
|
259
|
+
T(n(fe))
|
|
260
|
+
], 10, De)
|
|
200
261
|
])
|
|
201
|
-
], 10,
|
|
202
|
-
|
|
203
|
-
]))), 128))
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
]));
|
|
262
|
+
], 10, Oe))), 128))
|
|
263
|
+
])
|
|
264
|
+
]))), 128)),
|
|
265
|
+
j(T(Me, {
|
|
266
|
+
trigger: _.value,
|
|
267
|
+
"onUpdate:trigger": e[7] || (e[7] = (f) => _.value = f),
|
|
268
|
+
data: r.value,
|
|
269
|
+
"onUpdate:data": e[8] || (e[8] = (f) => r.value = f),
|
|
270
|
+
onItemClick: X
|
|
271
|
+
}, null, 8, ["trigger", "data"]), [
|
|
272
|
+
[re, _.value]
|
|
273
|
+
])
|
|
274
|
+
], 64))
|
|
275
|
+
], 2));
|
|
216
276
|
}
|
|
217
|
-
}),
|
|
218
|
-
|
|
219
|
-
}, Se = {
|
|
220
|
-
...K,
|
|
221
|
-
install: Be,
|
|
222
|
-
name: "TrHistory"
|
|
277
|
+
}), N = /* @__PURE__ */ z(Se, [["__scopeId", "data-v-f245b590"]]), Ue = function(s) {
|
|
278
|
+
s.component(N.name, N);
|
|
223
279
|
};
|
|
280
|
+
Object.assign(N, {
|
|
281
|
+
name: "TrHistory",
|
|
282
|
+
install: Ue
|
|
283
|
+
});
|
|
224
284
|
export {
|
|
225
|
-
|
|
285
|
+
N as default
|
|
226
286
|
};
|