mediacube-ui-v2 0.0.114 → 0.0.115
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/mediacube-ui-v2.js
CHANGED
|
@@ -18915,7 +18915,7 @@ function cg() {
|
|
|
18915
18915
|
return je(() => {
|
|
18916
18916
|
t.value = !1;
|
|
18917
18917
|
}), {
|
|
18918
|
-
isServer: t.value
|
|
18918
|
+
isServer: g(() => t.value)
|
|
18919
18919
|
};
|
|
18920
18920
|
}
|
|
18921
18921
|
const ou = /* @__PURE__ */ xe({
|
|
@@ -18957,10 +18957,10 @@ const ou = /* @__PURE__ */ xe({
|
|
|
18957
18957
|
},
|
|
18958
18958
|
emits: ["slide-open-start", "slide-close-start", "slide-open-end", "slide-close-end"],
|
|
18959
18959
|
setup(t, { emit: e }) {
|
|
18960
|
-
const a = e, n = t, r = L(n.active), l = L(!1), s = L(null), i = L(), o = cg(), p = g(() => ({
|
|
18960
|
+
const a = e, n = t, r = L(n.active), l = L(!1), s = L(null), i = L(), { isServer: o } = cg(), p = g(() => ({
|
|
18961
18961
|
"mc-slide-up-down": !0,
|
|
18962
|
-
"mc-slide-up-down--server-open": o.
|
|
18963
|
-
"mc-slide-up-down--server-close": o.
|
|
18962
|
+
"mc-slide-up-down--server-open": o.value && r.value,
|
|
18963
|
+
"mc-slide-up-down--server-close": o.value && !r.value
|
|
18964
18964
|
})), u = () => {
|
|
18965
18965
|
i.value && !r.value && (i.value.style.height = "0");
|
|
18966
18966
|
}, d = () => {
|