@volo/ngx-lepton-x.core 5.3.0 → 5.4.0-rc.2
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
|
@@ -6,7 +6,7 @@ import * as rxjs from 'rxjs';
|
|
|
6
6
|
import { Subscription, Observable, BehaviorSubject } from 'rxjs';
|
|
7
7
|
import * as i1$1 from '@angular/router';
|
|
8
8
|
import { Router, NavigationEnd } from '@angular/router';
|
|
9
|
-
import { Environment, RoutesService as RoutesService$1, LocalizationService } from '@abp/ng.core';
|
|
9
|
+
import { Environment, RouteBasedCultureUrlService, RoutesService as RoutesService$1, LocalizationService } from '@abp/ng.core';
|
|
10
10
|
import * as i2 from '@angular/forms';
|
|
11
11
|
import * as _volo_ngx_lepton_x_core from '@volo/ngx-lepton-x.core';
|
|
12
12
|
|
|
@@ -337,6 +337,7 @@ type NavBarPropPredicate$1<T> = (prop?: T, injector?: Injector) => boolean | Pro
|
|
|
337
337
|
declare class NavbarService {
|
|
338
338
|
protected readonly router: Router;
|
|
339
339
|
menuItems: LpxNavbarItem[];
|
|
340
|
+
protected readonly routeCultureUrl: RouteBasedCultureUrlService;
|
|
340
341
|
private store;
|
|
341
342
|
navbarItems$: rxjs.Observable<LpxNavbarItem[]>;
|
|
342
343
|
sourceNavbarItems$: rxjs.Observable<LpxNavbarItem[]>;
|
|
@@ -374,6 +375,7 @@ declare class BreadcrumbRouteListenerService {
|
|
|
374
375
|
protected readonly routes: RoutesService$1;
|
|
375
376
|
protected readonly breadcrumbService: BreadcrumbService;
|
|
376
377
|
protected readonly localizationService: LocalizationService;
|
|
378
|
+
protected readonly routeCultureUrl: RouteBasedCultureUrlService;
|
|
377
379
|
subscribeRoute(): void;
|
|
378
380
|
private mapNavbarItemToBreadcrumbItem;
|
|
379
381
|
private findItemByTreeNode;
|
|
@@ -432,6 +434,7 @@ type NavbarGroupItemsType = GroupedNavbarItems[] | null | undefined;
|
|
|
432
434
|
declare class NavbarRoutesComponent {
|
|
433
435
|
protected readonly injector: Injector;
|
|
434
436
|
protected readonly routesService: RoutesService;
|
|
437
|
+
protected readonly routeCultureUrl: RouteBasedCultureUrlService;
|
|
435
438
|
private readonly _sourceItems;
|
|
436
439
|
set navbarItems(value: NavbarItemsType);
|
|
437
440
|
get navbarItems(): NavbarItemsType;
|