bt-core-app 2.0.127 → 2.0.129
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 +4600 -4594
- package/dist/index.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1106,7 +1106,7 @@ export declare interface ItemRefreshOptions {
|
|
|
1106
1106
|
resetMode?: boolean;
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
|
-
declare interface IterateThroughOptions<T> {
|
|
1109
|
+
export declare interface IterateThroughOptions<T> {
|
|
1110
1110
|
eachList?: (list: T[]) => Promise<any>;
|
|
1111
1111
|
eachItem?: (item: T) => Promise<any>;
|
|
1112
1112
|
errorMsg?: string;
|