@opentiny/tiny-robot 0.2.0-alpha.6 → 0.2.0-alpha.7
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/bubble/index.js +256 -255
- package/dist/dropdown-menu/index.js +37 -36
- package/dist/feedback/index.js +44 -44
- package/dist/index.d.ts +204 -131
- package/dist/index3.js +233 -202
- package/dist/sender/index.js +898 -712
- package/dist/style.css +1 -1
- package/dist/suggestion-pills/index.js +156 -99
- package/dist/suggestion-popover/index.js +34 -33
- package/package.json +3 -3
|
@@ -1,120 +1,177 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
1
|
+
import { defineComponent as b, useSlots as R, computed as k, createElementBlock as f, openBlock as n, normalizeClass as U, renderSlot as B, createBlock as u, resolveDynamicComponent as G, createCommentVNode as S, toDisplayString as F, unref as _, mergeProps as D, createSlots as H, withCtx as y, createVNode as $, renderList as P, mergeModels as V, useCssVars as j, ref as E, useModel as q, watch as J, createElementVNode as N, Fragment as W, Transition as O, nextTick as Q } from "vue";
|
|
2
|
+
import { K as X, U as Y } from "../tiny-robot-svgs.js";
|
|
3
|
+
import { a as Z, d as x, w as ee } from "../index3.js";
|
|
4
|
+
import te from "../dropdown-menu/index.js";
|
|
5
|
+
import ne from "../suggestion-popover/index.js";
|
|
6
|
+
import { _ as K } from "../_plugin-vue_export-helper.js";
|
|
7
|
+
const oe = { key: 0 }, ie = /* @__PURE__ */ b({
|
|
7
8
|
__name: "PillButton",
|
|
8
9
|
props: {
|
|
9
10
|
item: {}
|
|
10
11
|
},
|
|
11
|
-
setup(
|
|
12
|
-
const
|
|
13
|
-
var
|
|
14
|
-
return !!(
|
|
15
|
-
}),
|
|
16
|
-
var
|
|
17
|
-
return !!(
|
|
18
|
-
}),
|
|
19
|
-
return (
|
|
20
|
-
class:
|
|
12
|
+
setup(a) {
|
|
13
|
+
const v = a, s = R(), e = k(() => {
|
|
14
|
+
var t;
|
|
15
|
+
return !!(s.icon || (t = v.item) != null && t.icon);
|
|
16
|
+
}), o = k(() => {
|
|
17
|
+
var t;
|
|
18
|
+
return !!(s.default || (t = v.item) != null && t.text);
|
|
19
|
+
}), g = k(() => e.value && !o.value);
|
|
20
|
+
return (t, c) => (n(), f("button", {
|
|
21
|
+
class: U(["tr-suggestion-pills__item", { "only-icon": g.value }])
|
|
21
22
|
}, [
|
|
22
|
-
|
|
23
|
-
var
|
|
23
|
+
B(t.$slots, "icon", {}, () => {
|
|
24
|
+
var i;
|
|
24
25
|
return [
|
|
25
|
-
(n(),
|
|
26
|
+
(n(), u(G((i = t.item) == null ? void 0 : i.icon), { class: "tr-suggestion-pills__item_icon" }))
|
|
26
27
|
];
|
|
27
28
|
}, !0),
|
|
28
|
-
|
|
29
|
-
var
|
|
29
|
+
B(t.$slots, "default", {}, () => {
|
|
30
|
+
var i;
|
|
30
31
|
return [
|
|
31
|
-
(
|
|
32
|
+
(i = t.item) != null && i.text ? (n(), f("span", oe, F(t.item.text), 1)) : S("", !0)
|
|
32
33
|
];
|
|
33
34
|
}, !0)
|
|
34
35
|
], 2));
|
|
35
36
|
}
|
|
36
|
-
}),
|
|
37
|
-
__name: "
|
|
37
|
+
}), p = /* @__PURE__ */ K(ie, [["__scopeId", "data-v-bb357728"]]), z = /* @__PURE__ */ b({
|
|
38
|
+
__name: "PillButtonWrapper",
|
|
38
39
|
props: {
|
|
39
|
-
|
|
40
|
+
item: {}
|
|
40
41
|
},
|
|
41
|
-
emits: ["
|
|
42
|
-
setup(
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
emits: ["click"],
|
|
43
|
+
setup(a, { emit: v }) {
|
|
44
|
+
const s = v;
|
|
45
|
+
return (e, o) => {
|
|
46
|
+
var g, t, c, i, m, C;
|
|
47
|
+
return ((g = e.item.action) == null ? void 0 : g.type) === "popover" ? (n(), u(_(ne), D({ key: 0 }, e.item.action.props, {
|
|
48
|
+
onItemClick: (t = e.item.action.events) == null ? void 0 : t.itemClick,
|
|
49
|
+
onGroupClick: (c = e.item.action.events) == null ? void 0 : c.groupClick,
|
|
50
|
+
onClose: (i = e.item.action.events) == null ? void 0 : i.close
|
|
51
|
+
}), H({
|
|
52
|
+
default: y(() => [
|
|
53
|
+
$(p, {
|
|
54
|
+
item: e.item,
|
|
55
|
+
onClick: o[0] || (o[0] = (d) => s("click", e.item))
|
|
56
|
+
}, null, 8, ["item"])
|
|
57
|
+
]),
|
|
58
|
+
_: 2
|
|
59
|
+
}, [
|
|
60
|
+
P(e.item.action.slots, (d, I) => ({
|
|
61
|
+
name: I,
|
|
62
|
+
fn: y(() => [
|
|
63
|
+
(n(), u(G(d)))
|
|
64
|
+
])
|
|
65
|
+
}))
|
|
66
|
+
]), 1040, ["onItemClick", "onGroupClick", "onClose"])) : ((m = e.item.action) == null ? void 0 : m.type) === "menu" ? (n(), u(_(te), D({ key: 1 }, e.item.action.props, {
|
|
67
|
+
onItemClick: (C = e.item.action.events) == null ? void 0 : C.itemClick
|
|
68
|
+
}), {
|
|
69
|
+
default: y(() => [
|
|
70
|
+
$(p, {
|
|
71
|
+
item: e.item,
|
|
72
|
+
onClick: o[1] || (o[1] = (d) => s("click", e.item))
|
|
73
|
+
}, null, 8, ["item"])
|
|
74
|
+
]),
|
|
75
|
+
_: 1
|
|
76
|
+
}, 16, ["onItemClick"])) : (n(), u(p, {
|
|
77
|
+
key: 2,
|
|
78
|
+
item: e.item,
|
|
79
|
+
onClick: o[2] || (o[2] = (d) => s("click", e.item))
|
|
80
|
+
}, null, 8, ["item"]));
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
}), se = { class: "tr-suggestion-pills__wrapper" }, le = { class: "tr-suggestion-pills__more-wrapper" }, re = {
|
|
84
|
+
key: 0,
|
|
85
|
+
class: "tr-suggestion-pills__more"
|
|
86
|
+
}, ae = /* @__PURE__ */ b({
|
|
87
|
+
__name: "index",
|
|
88
|
+
props: /* @__PURE__ */ V({
|
|
89
|
+
items: {},
|
|
90
|
+
showAll: { type: Boolean }
|
|
91
|
+
}, {
|
|
92
|
+
showAll: { type: Boolean, default: !1 },
|
|
93
|
+
showAllModifiers: {}
|
|
94
|
+
}),
|
|
95
|
+
emits: /* @__PURE__ */ V(["item-click"], ["update:showAll"]),
|
|
96
|
+
setup(a, { emit: v }) {
|
|
97
|
+
j((l) => ({
|
|
98
|
+
"2bdfa5e6": I.value
|
|
45
99
|
}));
|
|
46
|
-
const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
]),
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
const s = a, e = v, o = E(null), { width: g } = Z(o), { arrivedState: t } = x(o), c = E(-1), i = k(() => c.value !== -1), m = q(a, "showAll"), C = k(() => !i.value || !m.value ? s.items || [] : (s.items || []).slice(0, c.value)), d = k(() => !i.value || !m.value ? [] : (s.items || []).slice(c.value)), I = k(() => t.left ? "linear-gradient(to right, black 90%, transparent)" : "unset"), A = () => {
|
|
101
|
+
Q(() => {
|
|
102
|
+
const l = o.value;
|
|
103
|
+
if (!l)
|
|
104
|
+
return;
|
|
105
|
+
const h = Array.from(l.children);
|
|
106
|
+
c.value = h.findIndex((r) => r.offsetLeft + r.offsetWidth > l.clientWidth);
|
|
107
|
+
});
|
|
108
|
+
};
|
|
109
|
+
J(() => s.items, A), ee(
|
|
110
|
+
g,
|
|
111
|
+
(l) => {
|
|
112
|
+
l > 0 && A();
|
|
113
|
+
},
|
|
114
|
+
{ debounce: 100 }
|
|
115
|
+
);
|
|
116
|
+
const L = (l, h) => {
|
|
117
|
+
if (i.value && h >= c.value) {
|
|
118
|
+
M();
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
e("item-click", l);
|
|
122
|
+
}, M = () => {
|
|
123
|
+
m.value = !m.value;
|
|
124
|
+
};
|
|
125
|
+
return (l, h) => (n(), f("div", se, [
|
|
126
|
+
N("div", {
|
|
127
|
+
class: "tr-suggestion-pills__container",
|
|
128
|
+
ref_key: "containerRef",
|
|
129
|
+
ref: o
|
|
130
|
+
}, [
|
|
131
|
+
B(l.$slots, "default", {}, () => [
|
|
132
|
+
(n(!0), f(W, null, P(C.value, (r, T) => (n(), u(_(z), {
|
|
133
|
+
key: r.id,
|
|
134
|
+
item: r,
|
|
135
|
+
onClick: (me) => L(r, T)
|
|
136
|
+
}, null, 8, ["item", "onClick"]))), 128))
|
|
137
|
+
], !0)
|
|
138
|
+
], 512),
|
|
139
|
+
N("div", le, [
|
|
140
|
+
$(O, { name: "tr-suggestion-pills__more" }, {
|
|
141
|
+
default: y(() => [
|
|
142
|
+
d.value.length ? (n(), f("div", re, [
|
|
143
|
+
(n(!0), f(W, null, P(d.value, (r) => (n(), u(_(z), {
|
|
144
|
+
key: r.id,
|
|
145
|
+
item: r,
|
|
146
|
+
onClick: (T) => e("item-click", r)
|
|
147
|
+
}, null, 8, ["item", "onClick"]))), 128))
|
|
148
|
+
])) : S("", !0)
|
|
149
|
+
]),
|
|
150
|
+
_: 1
|
|
151
|
+
})
|
|
152
|
+
]),
|
|
153
|
+
i.value ? (n(), f("button", {
|
|
154
|
+
key: 0,
|
|
155
|
+
class: "tr-suggestion-pills__expand",
|
|
156
|
+
onClick: M
|
|
157
|
+
}, [
|
|
158
|
+
m.value ? (n(), u(_(Y), { key: 1 })) : (n(), u(_(X), { key: 0 }))
|
|
159
|
+
])) : S("", !0)
|
|
160
|
+
]));
|
|
104
161
|
}
|
|
105
|
-
}),
|
|
106
|
-
|
|
107
|
-
const
|
|
108
|
-
|
|
162
|
+
}), w = /* @__PURE__ */ K(ae, [["__scopeId", "data-v-74f54ee4"]]);
|
|
163
|
+
w.name = "TrSuggestionPills";
|
|
164
|
+
const ce = function(a) {
|
|
165
|
+
a.component(w.name, w);
|
|
109
166
|
};
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
const
|
|
113
|
-
|
|
167
|
+
w.install = ce;
|
|
168
|
+
p.name = "TrSuggestionPillButton";
|
|
169
|
+
const ue = function(a) {
|
|
170
|
+
a.component(p.name, p);
|
|
114
171
|
};
|
|
115
|
-
|
|
116
|
-
const
|
|
172
|
+
p.install = ue;
|
|
173
|
+
const _e = p;
|
|
117
174
|
export {
|
|
118
|
-
|
|
119
|
-
|
|
175
|
+
_e as SuggestionPillButton,
|
|
176
|
+
w as default
|
|
120
177
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as b, mergeModels as
|
|
1
|
+
import { defineComponent as b, mergeModels as a, useCssVars as z, unref as B, ref as k, computed as C, useModel as V, watch as W, createElementBlock as Q, openBlock as D, renderSlot as c, createBlock as n, createCommentVNode as I, createVNode as s, Teleport as J, createElementVNode as o, Transition as x, withCtx as M, normalizeStyle as S, resolveDynamicComponent as L, toDisplayString as d, Fragment as u, renderList as Z, createTextVNode as K } from "vue";
|
|
2
2
|
import { a as N, t as _ } from "../tiny-robot-svgs.js";
|
|
3
3
|
import { c as $, u as AA, o as gA } from "../index3.js";
|
|
4
4
|
import fA from "../flow-layout-buttons/index.js";
|
|
@@ -16,7 +16,7 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
16
16
|
class: "tr-question__no-data-wrapper"
|
|
17
17
|
}, CA = { class: "tr-question__list" }, vA = ["onClick"], FA = { class: "tr-question__list-item-text" }, nA = /* @__PURE__ */ b({
|
|
18
18
|
__name: "index",
|
|
19
|
-
props: /* @__PURE__ */
|
|
19
|
+
props: /* @__PURE__ */ a({
|
|
20
20
|
data: {},
|
|
21
21
|
title: { default: "热门问题" },
|
|
22
22
|
icon: {},
|
|
@@ -32,20 +32,20 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
32
32
|
selectedGroup: {},
|
|
33
33
|
selectedGroupModifiers: {}
|
|
34
34
|
}),
|
|
35
|
-
emits: /* @__PURE__ */
|
|
35
|
+
emits: /* @__PURE__ */ a(["item-click", "group-click", "open", "close"], ["update:selectedGroup"]),
|
|
36
36
|
setup(v, { emit: p }) {
|
|
37
37
|
z((A) => ({
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
38
|
+
"6e5ea44c": B(t)(g.popoverHeight),
|
|
39
|
+
"69dc9068": B(w) ? "0" : "24px",
|
|
40
|
+
e5614476: B(w) ? "unset" : "0",
|
|
41
|
+
"8245b0f6": B(w) ? "translateY(100%)" : "unset",
|
|
42
|
+
e5614438: B(w) ? "unset" : "1",
|
|
43
|
+
dfab780e: B(w) ? "translateY(0)" : "unset"
|
|
44
44
|
}));
|
|
45
|
-
const g = v,
|
|
46
|
-
get: () => g.trigger === "manual" ? g.show :
|
|
45
|
+
const g = v, r = k(!1), P = C({
|
|
46
|
+
get: () => g.trigger === "manual" ? g.show : r.value,
|
|
47
47
|
set: (A) => {
|
|
48
|
-
g.trigger !== "manual" && (
|
|
48
|
+
g.trigger !== "manual" && (r.value = A);
|
|
49
49
|
}
|
|
50
50
|
}), F = p, l = V(v, "selectedGroup"), H = C(() => {
|
|
51
51
|
var A;
|
|
@@ -55,10 +55,10 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
55
55
|
const O = C(() => {
|
|
56
56
|
var A;
|
|
57
57
|
return H.value ? ((A = g.data.find((f) => f.group === l.value)) == null ? void 0 : A.items) || [] : g.data;
|
|
58
|
-
}),
|
|
58
|
+
}), U = C(() => H.value ? g.data.map((A) => ({
|
|
59
59
|
...A,
|
|
60
60
|
id: A.group
|
|
61
|
-
})) : []),
|
|
61
|
+
})) : []), E = k(null), h = k(null), { x: G, y: X, update: R } = AA(E), w = $("(max-width: 767px)"), q = C(() => w.value ? {
|
|
62
62
|
left: 0,
|
|
63
63
|
right: 0,
|
|
64
64
|
bottom: 0
|
|
@@ -68,7 +68,8 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
68
68
|
width: t(g.popoverWidth)
|
|
69
69
|
});
|
|
70
70
|
g.trigger === "click" && gA(h, (A) => {
|
|
71
|
-
|
|
71
|
+
var f;
|
|
72
|
+
(f = E.value) != null && f.contains(A.target) && A.stopPropagation(), P.value = !1;
|
|
72
73
|
}), W(P, (A) => {
|
|
73
74
|
A && R();
|
|
74
75
|
});
|
|
@@ -85,19 +86,19 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
85
86
|
return (A, f) => (D(), Q("div", {
|
|
86
87
|
class: "tr-question-popover__wrapper",
|
|
87
88
|
ref_key: "popoverTriggerRef",
|
|
88
|
-
ref:
|
|
89
|
+
ref: E,
|
|
89
90
|
onClick: j
|
|
90
91
|
}, [
|
|
91
|
-
|
|
92
|
-
P.value && B(w) ? (D(), n(
|
|
92
|
+
c(A.$slots, "default", {}, void 0, !0),
|
|
93
|
+
P.value && B(w) ? (D(), n(J, {
|
|
93
94
|
key: 0,
|
|
94
95
|
to: "body"
|
|
95
96
|
}, [
|
|
96
97
|
f[1] || (f[1] = o("div", { class: "tr-question-popover__backdrop" }, null, -1))
|
|
97
|
-
])) :
|
|
98
|
-
|
|
98
|
+
])) : I("", !0),
|
|
99
|
+
s(x, { name: "tr-question-popover" }, {
|
|
99
100
|
default: M(() => [
|
|
100
|
-
P.value ? (D(), n(
|
|
101
|
+
P.value ? (D(), n(J, {
|
|
101
102
|
key: 0,
|
|
102
103
|
to: "body"
|
|
103
104
|
}, [
|
|
@@ -109,10 +110,10 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
109
110
|
}, [
|
|
110
111
|
o("div", wA, [
|
|
111
112
|
g.icon ? (D(), n(L(g.icon), { key: 0 })) : (D(), Q("span", eA, [
|
|
112
|
-
|
|
113
|
+
s(B(N), { style: { color: "#1476ff" } })
|
|
113
114
|
])),
|
|
114
|
-
o("h3", QA,
|
|
115
|
-
|
|
115
|
+
o("h3", QA, d(g.title), 1),
|
|
116
|
+
s(B(BA), {
|
|
116
117
|
class: "tr-question-popover__close",
|
|
117
118
|
icon: B(_),
|
|
118
119
|
size: "24",
|
|
@@ -121,7 +122,7 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
121
122
|
}, null, 8, ["icon"])
|
|
122
123
|
]),
|
|
123
124
|
g.loading ? (D(), Q("div", tA, [
|
|
124
|
-
|
|
125
|
+
c(A.$slots, "loading", {}, () => [
|
|
125
126
|
f[2] || (f[2] = o("img", {
|
|
126
127
|
class: "tr-question__loading",
|
|
127
128
|
src: oA
|
|
@@ -129,7 +130,7 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
129
130
|
f[3] || (f[3] = o("span", { class: "tr-question__loading-text" }, "正在加载", -1))
|
|
130
131
|
], !0)
|
|
131
132
|
])) : g.data.length === 0 ? (D(), Q("div", lA, [
|
|
132
|
-
|
|
133
|
+
c(A.$slots, "empty", {}, () => [
|
|
133
134
|
f[4] || (f[4] = o("img", {
|
|
134
135
|
class: "tr-question__no-data",
|
|
135
136
|
src: PA
|
|
@@ -137,16 +138,16 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
137
138
|
f[5] || (f[5] = o("span", { class: "tr-question__no-data-text" }, "暂时没有内容", -1))
|
|
138
139
|
], !0)
|
|
139
140
|
])) : (D(), Q(u, { key: 2 }, [
|
|
140
|
-
|
|
141
|
+
U.value.length > 0 ? (D(), n(B(fA), {
|
|
141
142
|
key: 0,
|
|
142
143
|
class: "tr-question__group",
|
|
143
|
-
items:
|
|
144
|
+
items: U.value,
|
|
144
145
|
selected: l.value,
|
|
145
146
|
"onUpdate:selected": f[0] || (f[0] = (e) => l.value = e),
|
|
146
147
|
"lines-limit": 2,
|
|
147
148
|
"show-more-trigger": g.groupShowMoreTrigger,
|
|
148
149
|
onItemClick: y
|
|
149
|
-
}, null, 8, ["items", "selected", "show-more-trigger"])) :
|
|
150
|
+
}, null, 8, ["items", "selected", "show-more-trigger"])) : I("", !0),
|
|
150
151
|
o("ul", CA, [
|
|
151
152
|
(D(!0), Q(u, null, Z(O.value, (e, m) => (D(), Q("li", {
|
|
152
153
|
class: "tr-question__list-item",
|
|
@@ -154,20 +155,20 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
|
|
|
154
155
|
onClick: (HA) => T(e)
|
|
155
156
|
}, [
|
|
156
157
|
o("span", FA, [
|
|
157
|
-
o("span", null,
|
|
158
|
-
K(
|
|
158
|
+
o("span", null, d(m + 1) + ". ", 1),
|
|
159
|
+
K(d(e.text), 1)
|
|
159
160
|
])
|
|
160
161
|
], 8, vA))), 128))
|
|
161
162
|
])
|
|
162
163
|
], 64))
|
|
163
164
|
], 4)
|
|
164
|
-
])) :
|
|
165
|
+
])) : I("", !0)
|
|
165
166
|
]),
|
|
166
167
|
_: 3
|
|
167
168
|
})
|
|
168
169
|
], 512));
|
|
169
170
|
}
|
|
170
|
-
}), i = /* @__PURE__ */ DA(nA, [["__scopeId", "data-v-
|
|
171
|
+
}), i = /* @__PURE__ */ DA(nA, [["__scopeId", "data-v-f8e2a4fa"]]);
|
|
171
172
|
i.name = "TrSuggestionPopover";
|
|
172
173
|
const iA = function(v) {
|
|
173
174
|
v.component(i.name, i);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-robot",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue": "^3.3.11"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@opentiny/tiny-robot-svgs": "0.2.0-alpha.
|
|
23
|
+
"@opentiny/tiny-robot-svgs": "0.2.0-alpha.7",
|
|
24
24
|
"@opentiny/vue": "^3.21.0",
|
|
25
25
|
"@opentiny/vue-button": "^3.21.0",
|
|
26
26
|
"@opentiny/vue-icon": "^3.22.0",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"vue": "^3.3.11",
|
|
45
45
|
"vue-tsc": "^2.2.8"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "85e914dd3979e17d4c64018a02091fafd0d5d185"
|
|
48
48
|
}
|