bt-core-app 1.4.872 → 1.4.874
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/bt-core-app.js +2 -4
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -11367,7 +11367,7 @@ function sh(e) {
|
|
|
11367
11367
|
function AP(e) {
|
|
11368
11368
|
return {
|
|
11369
11369
|
style: T(() => {
|
|
11370
|
-
var t = e.overflow
|
|
11370
|
+
var t = !!e.overflow;
|
|
11371
11371
|
return _s == null ? "" : t ? `height: calc(100vh - ${e.getUsedHeight(Xl == null ? void 0 : Xl.display, Xl == null ? void 0 : Xl.navigation)}px); overflow-y: auto;` : `height: calc(100vh - ${e.getUsedHeight(Xl == null ? void 0 : Xl.display, Xl == null ? void 0 : Xl.navigation)}px);`;
|
|
11372
11372
|
})
|
|
11373
11373
|
};
|
|
@@ -36621,9 +36621,7 @@ const xm = lt()({
|
|
|
36621
36621
|
set(g) {
|
|
36622
36622
|
n("update:modelValue", g), n("select", g);
|
|
36623
36623
|
}
|
|
36624
|
-
}), r = Qe("isEditing", () => G(!1), !0), i = T(() => a.isEditing ?? r.value), o = Qe("isMobile", () => G(!1), !0), s = Qe("viewVariant", "underlined"), c =
|
|
36625
|
-
s.value == "list-item" && (c.value = "underlined");
|
|
36626
|
-
const u = Qe("editVariant", "outlined"), d = T(() => a.isMobile ?? o.value ? !1 : a.lg), v = T(() => a.isMobile ?? o.value ? !1 : a.md), f = T(() => a.isMobile ?? o.value ? !1 : a.sm);
|
|
36624
|
+
}), r = Qe("isEditing", () => G(!1), !0), i = T(() => a.isEditing ?? r.value), o = Qe("isMobile", () => G(!1), !0), s = Qe("viewVariant", "underlined"), c = T(() => s.value == "list-item" ? "underlined" : s), u = Qe("editVariant", "outlined"), d = T(() => a.isMobile ?? o.value ? !1 : a.lg), v = T(() => a.isMobile ?? o.value ? !1 : a.md), f = T(() => a.isMobile ?? o.value ? !1 : a.sm);
|
|
36627
36625
|
return (g, h) => {
|
|
36628
36626
|
const m = gn("bt-select");
|
|
36629
36627
|
return N(), ue(Tt, {
|
package/package.json
CHANGED