bt-core-app 1.4.374 → 1.4.375
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 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -34546,8 +34546,8 @@ const vE = /* @__PURE__ */ Qe({
|
|
|
34546
34546
|
emits: ["cancel", "change", "close", "open", "update:modelValue"],
|
|
34547
34547
|
setup(e, { emit: t }) {
|
|
34548
34548
|
const n = t, a = e, l = O(null), r = O("environment"), i = O(!0), o = O(), s = O(null), d = O([]), f = _(() => a.fullscreen == !0 ? `height: calc(100vh - ${a.usedHeight}px); width: 100%;` : ""), c = O(), v = O(!1), m = _(() => i.value ? !0 : c.value == null ? o.value == null : i.value);
|
|
34549
|
-
ke(() => a.openToggle, () => {
|
|
34550
|
-
k();
|
|
34549
|
+
ke(() => a.openToggle, async () => {
|
|
34550
|
+
await k();
|
|
34551
34551
|
});
|
|
34552
34552
|
function h() {
|
|
34553
34553
|
var b;
|
package/package.json
CHANGED