bt-core-app 2.1.8 → 2.1.10
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 +5441 -5426
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1548,6 +1548,8 @@ export declare interface NavigationItem extends AuthItem {
|
|
|
1548
1548
|
storeMode?: StoreMode;
|
|
1549
1549
|
/**what kind of storage mode is needed for this api item */
|
|
1550
1550
|
storageMode?: StorageMode;
|
|
1551
|
+
/**name of local store */
|
|
1552
|
+
storeName?: string;
|
|
1551
1553
|
/**this nav item is restricted to these subscriptions. So the user needs to have at least one of these subscription codes. */
|
|
1552
1554
|
subscriptions?: string[];
|
|
1553
1555
|
/**this nav item is preferred in this subscription codes. */
|
package/package.json
CHANGED