@volo/ngx-lepton-x.core 4.3.5 → 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volo/ngx-lepton-x.core",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "ts-toolbelt": "^9.0.0"