@everchron/ec-shards 14.27.2 → 14.27.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/ec-shards.css +1 -1
- package/dist/ec-shards.js +8 -3
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -5979,7 +5979,7 @@ var ro = /* @__PURE__ */ z(eo, [["render", no], ["__scopeId", "data-v-cfd8e718"]
|
|
|
5979
5979
|
function oo(e, t, n, r, i, a) {
|
|
5980
5980
|
return w(), s("div", ao, [O(e.$slots, "default", {}, void 0, !0)], 512);
|
|
5981
5981
|
}
|
|
5982
|
-
var so = /* @__PURE__ */ z(io, [["render", oo], ["__scopeId", "data-v-
|
|
5982
|
+
var so = /* @__PURE__ */ z(io, [["render", oo], ["__scopeId", "data-v-8bbc21b8"]]), co = {
|
|
5983
5983
|
name: "ecs-chat-message",
|
|
5984
5984
|
components: {
|
|
5985
5985
|
EcsAvatar: Ge,
|
|
@@ -6021,6 +6021,10 @@ var so = /* @__PURE__ */ z(io, [["render", oo], ["__scopeId", "data-v-3181dbaf"]
|
|
|
6021
6021
|
hover: {
|
|
6022
6022
|
type: Boolean,
|
|
6023
6023
|
default: !1
|
|
6024
|
+
},
|
|
6025
|
+
sticky: {
|
|
6026
|
+
type: Boolean,
|
|
6027
|
+
default: !1
|
|
6024
6028
|
}
|
|
6025
6029
|
},
|
|
6026
6030
|
computed: { bubbleColor() {
|
|
@@ -6051,7 +6055,8 @@ function _o(t, n, r, i, l, u) {
|
|
|
6051
6055
|
sent: r.direction === "sent",
|
|
6052
6056
|
received: r.direction === "received",
|
|
6053
6057
|
[r.variant]: r.variant,
|
|
6054
|
-
hover: r.hover
|
|
6058
|
+
hover: r.hover,
|
|
6059
|
+
sticky: r.sticky
|
|
6055
6060
|
}]),
|
|
6056
6061
|
"aria-busy": r.busy
|
|
6057
6062
|
}, [c("div", uo, [r.variant === "bubble" ? (w(), s(e, { key: 0 }, [r.type === "assistant" ? (w(), s("div", fo, [d(p, {
|
|
@@ -6066,7 +6071,7 @@ function _o(t, n, r, i, l, u) {
|
|
|
6066
6071
|
fill: u.bubbleColor
|
|
6067
6072
|
}, null, 8, mo)])) : o("", !0), r.busy ? (w(), s("span", ho, j(r.busyText), 1)) : O(t.$slots, "default", { key: 2 }, void 0, !0)], 4)]), t.$slots.actions ? (w(), s("div", go, [O(t.$slots, "actions", {}, void 0, !0)])) : o("", !0)], 10, lo);
|
|
6068
6073
|
}
|
|
6069
|
-
var vo = /* @__PURE__ */ z(co, [["render", _o], ["__scopeId", "data-v-
|
|
6074
|
+
var vo = /* @__PURE__ */ z(co, [["render", _o], ["__scopeId", "data-v-4e453b0c"]]), yo = /* @__PURE__ */ he((/* @__PURE__ */ L(((e) => {
|
|
6070
6075
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = e.clickOutSide = {
|
|
6071
6076
|
mounted: function(e, t, n) {
|
|
6072
6077
|
e.clickOutsideEvent = function(n) {
|