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.
- package/dist/bt-core-app.js +2 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -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<
|
|
1546
|
+
iterateThrough: <T>(doOptions: IterateThroughOptions<T>) => Promise<boolean>;
|
|
1547
1547
|
loadingMsg: Ref<string | undefined>;
|
|
1548
1548
|
};
|
|
1549
1549
|
|
package/package.json
CHANGED