bt-core-app 1.4.188 → 1.4.189

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.
@@ -29837,12 +29837,11 @@ function oy(e, t) {
29837
29837
  });
29838
29838
  }
29839
29839
  async function Q(L) {
29840
- if (E.value = !1, console.log("a"), console.log(v.bladeData.data), e.item != null)
29840
+ if (E.value = !1, e.item != null)
29841
29841
  h.value = e.item;
29842
29842
  else if (e.variant == "blade" && m.value !== "new" && v.bladeData.data.data != null)
29843
- console.log("b"), h.value = v.bladeData.data.data;
29843
+ h.value = v.bladeData.data.data;
29844
29844
  else {
29845
- console.log("c");
29846
29845
  const D = {
29847
29846
  additionalUrl: e.additionalUrl,
29848
29847
  id: m.value,
@@ -29856,8 +29855,8 @@ function oy(e, t) {
29856
29855
  onGetSuccessAsync: e.onGetSuccessAsync
29857
29856
  };
29858
29857
  if (e.isSingle === !0)
29859
- D.id === "new" ? h.value = e.onGetNew ? e.onGetNew(D) : {} : h.value = await g(D);
29860
- else {
29858
+ D.id === "new" ? h.value = e.onGetNew ? e.onGetNew(D) : {} : s != null && (h.value = await g(D));
29859
+ else if (s != null) {
29861
29860
  const I = await w(D);
29862
29861
  h.value = I.data;
29863
29862
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.188",
3
+ "version": "1.4.189",
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": {