@sysvale/cuida 3.19.2 → 3.20.0
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.
|
@@ -18126,7 +18126,7 @@ const eR = {
|
|
|
18126
18126
|
},
|
|
18127
18127
|
watch: {
|
|
18128
18128
|
modelValue(t, e) {
|
|
18129
|
-
t !== e && (this.internalModelValue = t);
|
|
18129
|
+
t !== e && (this.mustDisableExternalScrolls(t), this.internalModelValue = t);
|
|
18130
18130
|
}
|
|
18131
18131
|
},
|
|
18132
18132
|
methods: {
|
|
@@ -18134,9 +18134,12 @@ const eR = {
|
|
|
18134
18134
|
this.toggleAnimationClass = !1, setTimeout(() => {
|
|
18135
18135
|
this.internalModelValue = !1, this.toggleAnimationClass = !0, this.$emit("update:model-value", !1), this.$emit("close", !0);
|
|
18136
18136
|
}, 300);
|
|
18137
|
+
},
|
|
18138
|
+
mustDisableExternalScrolls(t) {
|
|
18139
|
+
document.body.style.overflow = t ? "hidden" : "auto";
|
|
18137
18140
|
}
|
|
18138
18141
|
}
|
|
18139
|
-
}, tR = (t) => (La("data-v-
|
|
18142
|
+
}, tR = (t) => (La("data-v-542609ac"), t = t(), za(), t), nR = { key: 0 }, iR = /* @__PURE__ */ tR(() => /* @__PURE__ */ A("div", { class: "bottom-sheet__header-border" }, [
|
|
18140
18143
|
/* @__PURE__ */ A("div", { class: "bottom-sheet__header-border-line" })
|
|
18141
18144
|
], -1)), sR = { class: "bottom-sheet__header" }, rR = { class: "bottom-sheet__title" }, aR = { class: "bottom-sheet__content" };
|
|
18142
18145
|
function oR(t, e, n, i, s, r) {
|
|
@@ -18172,7 +18175,7 @@ function oR(t, e, n, i, s, r) {
|
|
|
18172
18175
|
], 2)
|
|
18173
18176
|
])) : Z("", !0);
|
|
18174
18177
|
}
|
|
18175
|
-
const lR = /* @__PURE__ */ me(eR, [["render", oR], ["__scopeId", "data-v-
|
|
18178
|
+
const lR = /* @__PURE__ */ me(eR, [["render", oR], ["__scopeId", "data-v-542609ac"]]);
|
|
18176
18179
|
var Zh = { exports: {} };
|
|
18177
18180
|
(function(t, e) {
|
|
18178
18181
|
var n = 9007199254740991, i = "[object Arguments]", s = "[object Function]", r = "[object GeneratorFunction]", a = "[object Map]", l = "[object Object]", c = "[object Promise]", d = "[object Set]", h = "[object WeakMap]", p = "[object DataView]", g = /[\\^$.*+?()[\]{}|]/g, v = /^\[object .+?Constructor\]$/, y = typeof Ln == "object" && Ln && Ln.Object === Object && Ln, x = typeof self == "object" && self && self.Object === Object && self, S = y || x || Function("return this")(), M = e && !e.nodeType && e, I = M && !0 && t && !t.nodeType && t, z = I && I.exports === M;
|