bt-core-app 1.4.834 → 1.4.835

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.
Files changed (2) hide show
  1. package/dist/bt-core-app.js +13 -12
  2. package/package.json +1 -1
@@ -14373,22 +14373,23 @@ const Y6 = je({
14373
14373
  },
14374
14374
  setup(e) {
14375
14375
  const t = e;
14376
- function a(i) {
14377
- return n.startTask({
14376
+ function a(o) {
14377
+ return l.startTask({
14378
14378
  ...t,
14379
- ...i
14379
+ ...o
14380
14380
  });
14381
14381
  }
14382
- const n = q_(t.actionName), l = T(() => {
14383
- var i;
14384
- return ((i = n.task.value) == null ? void 0 : i.progress) ?? 0;
14385
- }), r = T(() => {
14386
- var i;
14387
- return n.task.value != null && !((i = n.task.value) != null && i.isFinished);
14382
+ const n = T(() => l.task.value != null && l.task.value.isFinished), l = q_(t.actionName), r = T(() => {
14383
+ var o;
14384
+ return ((o = l.task.value) == null ? void 0 : o.progress) ?? 0;
14385
+ }), i = T(() => {
14386
+ var o;
14387
+ return l.task.value != null && !((o = l.task.value) != null && o.isFinished);
14388
14388
  });
14389
- return (i, o) => he(i.$slots, "default", {
14390
- isLoading: r.value,
14391
- progress: l.value,
14389
+ return (o, s) => he(o.$slots, "default", {
14390
+ isDone: n.value,
14391
+ isLoading: i.value,
14392
+ progress: r.value,
14392
14393
  startTask: a
14393
14394
  });
14394
14395
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.834",
3
+ "version": "1.4.835",
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": {