@volo/ngx-lepton-x.core 4.3.4 → 4.3.6
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/index.d.ts
CHANGED
|
@@ -470,6 +470,7 @@ declare class NavbarRoutesComponent {
|
|
|
470
470
|
checkChildrenIncludesItem(item: LpxNavbarItem, menuItem: LpxNavbarItem): boolean;
|
|
471
471
|
flatChildren(menuItems: NavbarItemsType): LpxNavbarItem[];
|
|
472
472
|
private fixNavbarItems;
|
|
473
|
+
private hasActiveDescendant;
|
|
473
474
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarRoutesComponent, never>;
|
|
474
475
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarRoutesComponent, "lpx-navbar-routes", never, { "navbarItems": { "alias": "navbarItems"; "required": false; }; "groupedItems": { "alias": "groupedItems"; "required": false; }; "routerItem": { "alias": "routerItem"; "required": false; "isSignal": true; }; }, { "routeClick": "routeClick"; }, never, never, true, never>;
|
|
475
476
|
}
|