bt-core-app 1.4.355 → 1.4.356

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.
@@ -33644,8 +33644,9 @@ function hP(e) {
33644
33644
  let m = d.slice(c, v);
33645
33645
  s += m.length, n.value = i(s, f), c += m.length, await r.eachIteration(m);
33646
33646
  }
33647
+ return !0;
33647
33648
  } catch (i) {
33648
- a(i);
33649
+ return a(i), !1;
33649
33650
  } finally {
33650
33651
  n.value = void 0;
33651
33652
  }
package/dist/index.d.ts CHANGED
@@ -1543,7 +1543,7 @@ export declare interface UseItemOptions {
1543
1543
  }
1544
1544
 
1545
1545
  export declare function useIterating(options?: UseIteratingOptions): {
1546
- iterateThrough: <T>(doOptions: IterateThroughOptions<T>) => Promise<void>;
1546
+ iterateThrough: <T>(doOptions: IterateThroughOptions<T>) => Promise<boolean>;
1547
1547
  loadingMsg: Ref<string | undefined>;
1548
1548
  };
1549
1549
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.355",
3
+ "version": "1.4.356",
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": {