bt-core-app 1.4.809 → 1.4.810
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 +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -23042,7 +23042,7 @@ const nF = ch("v-alert-title"), lF = ["success", "info", "warning", "error"], rF
|
|
|
23042
23042
|
i.value || (d.value != null && (o = parseInt(window.getComputedStyle(d.value.$el).getPropertyValue("width"))), (l.value == "auto" || l.value == "percent") && (s.width = o), u.value = !0, i.value = !0, s.width = 0);
|
|
23043
23043
|
},
|
|
23044
23044
|
onUpdate: () => {
|
|
23045
|
-
s.width == 0 && (o > 0 ? s.width = o : s.width = r.value, u.value = !0, i.value = !1);
|
|
23045
|
+
s.width == 0 && (o > 0 ? s.width = o : typeof a.width == "number" ? s.width = a.width : s.width = r.value, u.value = !0, i.value = !1);
|
|
23046
23046
|
}
|
|
23047
23047
|
}), { editVariant: m, viewVariant: b } = tF();
|
|
23048
23048
|
Kt("isMobile", h.isMobile), Kt("editVariant", a.editVariant ?? m ?? "outlined"), Kt("viewVariant", a.viewVariant ?? b ?? "list-item");
|
package/package.json
CHANGED