bt-core-app 2.0.126 → 2.0.127

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.
@@ -9622,6 +9622,13 @@ function gP(e) {
9622
9622
  data: { id: o },
9623
9623
  nav: e.nav,
9624
9624
  ...s
9625
+ });
9626
+ var c = a.value.find((u) => u.actionName == o);
9627
+ c != null ? c.isFinished = !1 : a.value.push({
9628
+ actionName: o,
9629
+ progress: 0,
9630
+ isFinished: !1,
9631
+ version: n
9625
9632
  }), await r();
9626
9633
  }
9627
9634
  async function r() {
@@ -16817,7 +16824,11 @@ const Na = dr("slide-x-transition"), Yf = dr("slide-x-reverse-transition"), Hn =
16817
16824
  });
16818
16825
  let c = !1;
16819
16826
  async function u(d) {
16820
- n.value = !0, await i.startTask(y_({
16827
+ n.value = !0, setTimeout(() => {
16828
+ a.value = !0, n.value = !1;
16829
+ }, 2e3), setTimeout(() => {
16830
+ a.value = !1;
16831
+ }, 4e3), await i.startTask(y_({
16821
16832
  additionalUrl: t.additionalUrl,
16822
16833
  data: t.data,
16823
16834
  id: t.id,
@@ -16825,11 +16836,7 @@ const Na = dr("slide-x-transition"), Yf = dr("slide-x-reverse-transition"), Hn =
16825
16836
  params: t.params,
16826
16837
  proxyID: t.proxyID,
16827
16838
  refresh: t.refresh
16828
- }, d, [], "all-obj2-props")), setTimeout(() => {
16829
- a.value = !0, n.value = !1;
16830
- }, 2e3), setTimeout(() => {
16831
- a.value = !1;
16832
- }, 4e3);
16839
+ }, d, [], "all-obj2-props"));
16833
16840
  }
16834
16841
  return De(s, (d) => {
16835
16842
  d ? c = !0 : c && (t.onFinish != null && t.onFinish(), c = !1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.126",
3
+ "version": "2.0.127",
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": {