@everchron/ec-shards 19.11.0 → 19.11.1
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 +7 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -5745,6 +5745,10 @@ var mo = /*#__PURE__*/ V(fo, [["render", po], ["__scopeId", "data-v-88f797a6"]])
|
|
|
5745
5745
|
type: Boolean,
|
|
5746
5746
|
default: !1
|
|
5747
5747
|
},
|
|
5748
|
+
stopped: {
|
|
5749
|
+
type: Boolean,
|
|
5750
|
+
default: !1
|
|
5751
|
+
},
|
|
5748
5752
|
escaped: {
|
|
5749
5753
|
type: Boolean,
|
|
5750
5754
|
default: !1
|
|
@@ -5776,7 +5780,8 @@ function So(t, n, r, i, a, u) {
|
|
|
5776
5780
|
received: r.direction === "received",
|
|
5777
5781
|
[r.variant]: r.variant,
|
|
5778
5782
|
hover: r.hover,
|
|
5779
|
-
sticky: r.sticky
|
|
5783
|
+
sticky: r.sticky,
|
|
5784
|
+
stopped: r.stopped
|
|
5780
5785
|
}]),
|
|
5781
5786
|
"aria-busy": r.busy
|
|
5782
5787
|
}, [l("div", _o, [r.variant === "bubble" ? (T(), c(e, { key: 0 }, [r.type === "assistant" ? (T(), c("div", vo, [f(p, {
|
|
@@ -5801,7 +5806,7 @@ function So(t, n, r, i, a, u) {
|
|
|
5801
5806
|
speed: 1200
|
|
5802
5807
|
}, null, 8, ["text"])) : k(t.$slots, "default", { key: 2 }, void 0, !0)], 6)]), t.$slots.actions ? (T(), c("div", xo, [k(t.$slots, "actions", {}, void 0, !0)])) : s("", !0)], 10, go);
|
|
5803
5808
|
}
|
|
5804
|
-
var Co = /*#__PURE__*/ V(ho, [["render", So], ["__scopeId", "data-v-
|
|
5809
|
+
var Co = /*#__PURE__*/ V(ho, [["render", So], ["__scopeId", "data-v-3710f16a"]]), wo = /* @__PURE__ */ me((/* @__PURE__ */ z(((e) => {
|
|
5805
5810
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = e.clickOutSide = {
|
|
5806
5811
|
mounted: function(e, t, n) {
|
|
5807
5812
|
e.clickOutsideEvent = function(n) {
|