bt-core-app 1.4.158 → 1.4.159
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/index.d.ts +1 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -304,12 +304,10 @@ export declare interface CreateAuthOptions {
|
|
|
304
304
|
|
|
305
305
|
export declare function createCore(options: CreateCoreOptions): CoreApp;
|
|
306
306
|
|
|
307
|
-
export declare interface CreateCoreOptions extends UseCosmeticsOptions<BaseCosmeticTheme
|
|
307
|
+
export declare interface CreateCoreOptions extends UseCosmeticsOptions<BaseCosmeticTheme>, UseNavigationOptions {
|
|
308
308
|
auth: CreateAuthOptions;
|
|
309
|
-
defaultCacheExpiryHours?: number;
|
|
310
309
|
includeComponents?: boolean;
|
|
311
310
|
menu?: CreateMenuOptions;
|
|
312
|
-
navItems?: NavigationItem[];
|
|
313
311
|
presets: any;
|
|
314
312
|
/**suboptions */
|
|
315
313
|
subscriptionOptions?: AuthSubscription[];
|
package/package.json
CHANGED