@hestia-earth/ui-components 0.33.6 → 0.33.8
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.
|
@@ -43,22 +43,20 @@ export declare class NavigationMenuComponent {
|
|
|
43
43
|
protected readonly links: import("@angular/core").InputSignal<INavigationMenuLink[]>;
|
|
44
44
|
protected readonly sticky: import("@angular/core").InputSignal<boolean>;
|
|
45
45
|
protected readonly collapsible: import("@angular/core").InputSignal<boolean>;
|
|
46
|
-
protected readonly singlePrimaryLinkActive: import("@angular/core").InputSignal<boolean>;
|
|
47
46
|
protected readonly routerLinkMatchOptions: import("@angular/core").InputSignal<IsActiveMatchOptions>;
|
|
48
47
|
protected readonly isCollapsible: (link: INavigationMenuLink) => boolean;
|
|
49
48
|
protected readonly primaryLinkExpandable: (link: INavigationMenuLink) => boolean;
|
|
50
49
|
protected readonly toggleLink: ($event: Event, link: INavigationMenuLink) => boolean;
|
|
51
|
-
protected readonly
|
|
50
|
+
protected readonly linksActiveChange: (item: INavigationMenuLink, parentItems?: INavigationMenuLink[]) => void;
|
|
52
51
|
protected readonly concatLinks: (link: INavigationMenuLink, links: INavigationMenuLink[]) => INavigationMenuLink[];
|
|
52
|
+
protected readonly hasPrimaryIcons: import("@angular/core").Signal<boolean>;
|
|
53
53
|
protected readonly closed: import("@angular/core").OutputEmitterRef<void>;
|
|
54
54
|
protected trackByLink({ title, url, queryParams, fragment }: INavigationMenuLink): string;
|
|
55
|
-
protected
|
|
56
|
-
protected primaryLinkActiveChange(item: INavigationMenuLink): void;
|
|
57
|
-
protected primaryLinkActiveOptions(link: INavigationMenuLink): IsActiveMatchOptions | {
|
|
55
|
+
protected linkActiveOptions(link: INavigationMenuLink, level?: number): IsActiveMatchOptions | {
|
|
58
56
|
exact: boolean;
|
|
59
57
|
};
|
|
60
58
|
protected close(): void;
|
|
61
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationMenuComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuComponent, "he-navigation-menu", never, { "links": { "alias": "links"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationMenuComponent, "he-navigation-menu", never, { "links": { "alias": "links"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "routerLinkMatchOptions": { "alias": "routerLinkMatchOptions"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, ["[header]"], true, never>;
|
|
63
61
|
}
|
|
64
62
|
export {};
|