bt-core-app 2.0.122 → 2.0.124
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 +2429 -2427
- package/dist/index.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare interface AFormSlide {
|
|
|
100
100
|
|
|
101
101
|
export declare type AFormVariant = 'basic' | 'half-and-half' | 'single-page';
|
|
102
102
|
|
|
103
|
-
declare interface ApiActionOptions extends StorePathOptions, DoActionOptions {
|
|
103
|
+
export declare interface ApiActionOptions extends StorePathOptions, DoActionOptions {
|
|
104
104
|
api?: BTApi;
|
|
105
105
|
}
|
|
106
106
|
|
|
@@ -906,7 +906,7 @@ export declare interface GeoCoordinate {
|
|
|
906
906
|
lng?: number;
|
|
907
907
|
}
|
|
908
908
|
|
|
909
|
-
declare interface GetAllOptions<T, TReturn> extends StoreAction, StorePathOptions, DoActionOptions {
|
|
909
|
+
export declare interface GetAllOptions<T, TReturn> extends StoreAction, StorePathOptions, DoActionOptions {
|
|
910
910
|
/**returns an error msg if failed */
|
|
911
911
|
onGetAsync?: OnGetAllAsync<T>;
|
|
912
912
|
/**called after get occurs successfully */
|