@ngx-smz/core 21.1.6 → 21.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/package.json
CHANGED
package/types/ngx-smz-core.d.ts
CHANGED
|
@@ -9661,6 +9661,7 @@ declare class MenuHelperService {
|
|
|
9661
9661
|
private profileCreationData;
|
|
9662
9662
|
private accessMenuBehavior;
|
|
9663
9663
|
private accessProfileBehavior;
|
|
9664
|
+
private readonly sidebarNavigationTargets;
|
|
9664
9665
|
constructor(actions$: Actions, store: Store);
|
|
9665
9666
|
rebuild(): void;
|
|
9666
9667
|
setMenuBuild(callback: () => MenuCreation[]): void;
|
|
@@ -9669,6 +9670,11 @@ declare class MenuHelperService {
|
|
|
9669
9670
|
setProfile(data: MenuCreation[], accessBehavior?: 'hide' | 'disable'): void;
|
|
9670
9671
|
setNotifications(data: SmzNotification[]): void;
|
|
9671
9672
|
clearNotifications(): void;
|
|
9673
|
+
bindNavigationMenuToSidebar(sidebar: WritableSignal<MenuItem[]>): void;
|
|
9674
|
+
private refreshSidebarNavigationBindings;
|
|
9675
|
+
private stripAuthorizationNavigationMenuFromMenuItems;
|
|
9676
|
+
private mergeNavigationMenuIntoMenuItems;
|
|
9677
|
+
private applyAuthorizationNavigationMenuToMenuCreations;
|
|
9672
9678
|
private setupMenu;
|
|
9673
9679
|
private setupProfile;
|
|
9674
9680
|
private addMenuItemRecursive;
|