@blueking/chat-x 0.0.47-beta.2 → 0.0.47-beta.3
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.js
CHANGED
|
@@ -7621,17 +7621,17 @@ var Bd = ["src"], Vd = {
|
|
|
7621
7621
|
}, a = () => {
|
|
7622
7622
|
n.sendDisabledTip || n.messageState === J.Disabled || n.messageState === J.Pending || n.messageState === J.Streaming || r("sendMessage");
|
|
7623
7623
|
};
|
|
7624
|
-
return (t, r) => (k(), c("div", Tf, [P(t.$slots, "default"), P(t.$slots, "send-icon", {}, () => [l("div", {
|
|
7624
|
+
return (t, r) => (k(), c("div", Tf, [P(t.$slots, "default"), P(t.$slots, "send-icon", {}, () => [l("div", {
|
|
7625
|
+
class: S(["send-message-icon", [e.messageState && `send-message-icon__${e.messageState}`, { "send-message-icon__disabled": e.sendDisabledTip }]]),
|
|
7626
|
+
onClick: a
|
|
7627
|
+
}, [e.messageState === z(J).Streaming || e.messageState === z(J).Pending || e.messageState === z(J).Fetching ? U((k(), o(z(Mn), {
|
|
7625
7628
|
key: 0,
|
|
7626
7629
|
onClick: i
|
|
7627
7630
|
}, null, 512)), [[z(Se), X(X({}, e.tippyOptions), {}, {
|
|
7628
7631
|
content: z(G)("停止"),
|
|
7629
7632
|
theme: "ai-chat-box",
|
|
7630
7633
|
offset: [0, 16]
|
|
7631
|
-
})]]) : U((k(), o(z(jn), {
|
|
7632
|
-
key: 1,
|
|
7633
|
-
onClick: a
|
|
7634
|
-
}, null, 512)), [[z(Se), X(X({}, e.tippyOptions), {}, {
|
|
7634
|
+
})]]) : U((k(), o(z(jn), { key: 1 }, null, 512)), [[z(Se), X(X({}, e.tippyOptions), {}, {
|
|
7635
7635
|
content: e.sendDisabledTip || (n.messageState === z(J).Disabled ? void 0 : z(G)("发送")),
|
|
7636
7636
|
theme: "ai-chat-box",
|
|
7637
7637
|
offset: [0, 16]
|