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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.374",
3
+ "version": "1.4.375",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {