@opentiny/tiny-robot 0.4.2-alpha.9 → 0.5.0
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/index.d.ts +370 -92
- package/dist/index2.js +12 -12
- package/dist/index7.js +21 -24
- package/dist/layout/index.js +495 -504
- package/dist/sender/index.js +1031 -1053
- package/dist/sender-compat/index.js +38 -38
- package/dist/style.css +1 -1
- package/dist/suggestion-popover/index.js +2 -4
- package/package.json +3 -3
|
@@ -260,9 +260,7 @@ const yA = /* @__PURE__ */ I(mA, [["render", YA], ["__scopeId", "data-v-e21bfb02
|
|
|
260
260
|
}, {
|
|
261
261
|
default: p(() => [i(A.$slots, "empty", {}, void 0, !0)]),
|
|
262
262
|
_: 3
|
|
263
|
-
})) : i(A.$slots, "body", {
|
|
264
|
-
key: 2
|
|
265
|
-
}, () => [v.value.length > 0 ? (o(), E(c(uA), {
|
|
263
|
+
})) : i(A.$slots, "body", {}, () => [v.value.length > 0 ? (o(), E(c(uA), {
|
|
266
264
|
key: 0,
|
|
267
265
|
class: "tr-question__group",
|
|
268
266
|
items: v.value,
|
|
@@ -287,7 +285,7 @@ const yA = /* @__PURE__ */ I(mA, [["render", YA], ["__scopeId", "data-v-e21bfb02
|
|
|
287
285
|
onMouseleave: (U) => j.value[u] && PA(U)
|
|
288
286
|
}, [i(A.$slots, "item", {
|
|
289
287
|
item: t
|
|
290
|
-
}, () => [r("span", null, X(u + 1) + ". ", 1), sA(X(t.text), 1)], !0)], 40, KA))), 128))], 2)], !0), a(MA, {
|
|
288
|
+
}, () => [r("span", null, X(u + 1) + ". ", 1), sA(X(t.text), 1)], !0)], 40, KA))), 128))], 2)], !0, 2), a(MA, {
|
|
291
289
|
ref_key: "tooltipRef",
|
|
292
290
|
ref: S,
|
|
293
291
|
show: G.value,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-robot",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "TinyRobot 是一个 AI 对话组件库,提供了丰富的 AI 交互组件,助力开发者快速构建企业级 AI 应用;同时也是一个智能助手,支持普通 AI 问答、也支持集成 MCP Server,让 AI 真正帮人“干活”。",
|
|
6
6
|
"homepage": "https://docs.opentiny.design/tiny-robot/",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@floating-ui/dom": "^1.6.0",
|
|
57
|
-
"@opentiny/tiny-robot-svgs": "0.
|
|
57
|
+
"@opentiny/tiny-robot-svgs": "0.5.0",
|
|
58
58
|
"@opentiny/vue": "^3.20.0",
|
|
59
59
|
"@tiptap/core": "3.17.1",
|
|
60
60
|
"@tiptap/extension-character-count": "3.17.1",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"@tiptap/extension-bubble-menu": "3.17.1",
|
|
91
91
|
"@tiptap/extension-floating-menu": "3.17.1"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "59e3e6b055f01a329de47777f19d6f08500911b1"
|
|
94
94
|
}
|