@everchron/ec-shards 9.22.8 → 9.22.10
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/ec-shards.js +9 -7
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -5292,14 +5292,16 @@ const c_ = /* @__PURE__ */ y(Ql, [["render", tr], ["__scopeId", "data-v-9641c46a
|
|
|
5292
5292
|
busy: {
|
|
5293
5293
|
type: Boolean,
|
|
5294
5294
|
default: !1
|
|
5295
|
+
},
|
|
5296
|
+
/** Text to display when the message is busy. */
|
|
5297
|
+
busyText: {
|
|
5298
|
+
type: String,
|
|
5299
|
+
default: "Thinking..."
|
|
5295
5300
|
}
|
|
5296
5301
|
},
|
|
5297
5302
|
computed: {
|
|
5298
5303
|
bubbleColor() {
|
|
5299
5304
|
return this.type === "assistant" ? "var(--color-blue-2)" : this.type === "bookmarked" ? "var(--color-yellow-3)" : (this.type === "default", "var(--color-gray-2)");
|
|
5300
|
-
},
|
|
5301
|
-
busyText() {
|
|
5302
|
-
return this.type === "assistant" ? "Thinking..." : "Writing...";
|
|
5303
5305
|
}
|
|
5304
5306
|
}
|
|
5305
5307
|
}, ir = ["aria-busy"], nr = { class: "ecs-chat-message-content" }, ar = {
|
|
@@ -5343,7 +5345,7 @@ function dr(e, s, t, a, n, i) {
|
|
|
5343
5345
|
fill: i.bubbleColor
|
|
5344
5346
|
}, null, 8, lr)
|
|
5345
5347
|
])),
|
|
5346
|
-
t.busy ? (o(), r("span", rr, C(
|
|
5348
|
+
t.busy ? (o(), r("span", rr, C(t.busyText), 1)) : p(e.$slots, "default", { key: 1 }, void 0, !0)
|
|
5347
5349
|
], 4)
|
|
5348
5350
|
]),
|
|
5349
5351
|
e.$slots.actions ? (o(), r("div", cr, [
|
|
@@ -5351,7 +5353,7 @@ function dr(e, s, t, a, n, i) {
|
|
|
5351
5353
|
])) : u("", !0)
|
|
5352
5354
|
], 10, ir);
|
|
5353
5355
|
}
|
|
5354
|
-
const d_ = /* @__PURE__ */ y(sr, [["render", dr], ["__scopeId", "data-v-
|
|
5356
|
+
const d_ = /* @__PURE__ */ y(sr, [["render", dr], ["__scopeId", "data-v-47e7d97a"]]);
|
|
5355
5357
|
var Yt = {};
|
|
5356
5358
|
Object.defineProperty(Yt, "__esModule", {
|
|
5357
5359
|
value: !0
|
|
@@ -9618,7 +9620,7 @@ const M_ = /* @__PURE__ */ y(_g, [["render", Vg], ["__scopeId", "data-v-91c51200
|
|
|
9618
9620
|
};
|
|
9619
9621
|
}
|
|
9620
9622
|
}
|
|
9621
|
-
}, Rg = /* @__PURE__ */ _i('<span class="border-gradient" data-v-
|
|
9623
|
+
}, Rg = /* @__PURE__ */ _i('<span class="border-gradient" data-v-356578f2></span><div class="ecai-background" data-v-356578f2><span class="bg-circle bg-circle-1" data-v-356578f2></span><span class="bg-circle bg-circle-2" data-v-356578f2></span><span class="bg-circle bg-circle-3" data-v-356578f2></span></div>', 2);
|
|
9622
9624
|
function Fg(e, s, t, a, n, i) {
|
|
9623
9625
|
const l = g("ecs-icon");
|
|
9624
9626
|
return o(), r("div", {
|
|
@@ -9635,7 +9637,7 @@ function Fg(e, s, t, a, n, i) {
|
|
|
9635
9637
|
p(e.$slots, "default", {}, void 0, !0)
|
|
9636
9638
|
], 6);
|
|
9637
9639
|
}
|
|
9638
|
-
const $_ = /* @__PURE__ */ y(Hg, [["render", Fg], ["__scopeId", "data-v-
|
|
9640
|
+
const $_ = /* @__PURE__ */ y(Hg, [["render", Fg], ["__scopeId", "data-v-356578f2"]]), qg = {
|
|
9639
9641
|
name: "ecs-entry-link",
|
|
9640
9642
|
emits: ["linkClick", "linkClickExternal", "moreClick"],
|
|
9641
9643
|
components: {
|