bt-core-app 2.0.65 → 2.0.67
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 +2754 -2754
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2544,11 +2544,10 @@ export declare interface UseNavigationOptions {
|
|
|
2544
2544
|
/**returns potential a default company id for background image */
|
|
2545
2545
|
getDefaultBackgroundID?: () => string | undefined;
|
|
2546
2546
|
/**formulate the background url - whether external or internal */
|
|
2547
|
-
getBackgroundURL?: (backgroundID?: string, backgroundName?: string
|
|
2547
|
+
getBackgroundURL?: (backgroundID?: string, backgroundName?: string) => string | undefined;
|
|
2548
2548
|
menu?: BTCreateMenu;
|
|
2549
2549
|
navItems?: NavigationItem[];
|
|
2550
2550
|
updateNavItems?: boolean;
|
|
2551
|
-
urls?: CreateUrlOptions;
|
|
2552
2551
|
}
|
|
2553
2552
|
|
|
2554
2553
|
export declare function useNested(): {
|
package/package.json
CHANGED