@open-rlb/ng-app 3.1.0 → 3.1.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/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { Store } from '@ngrx/store';
|
|
|
9
9
|
import * as rxjs from 'rxjs';
|
|
10
10
|
import { Observable, OperatorFunction } from 'rxjs';
|
|
11
11
|
import * as _open_rlb_ng_bootstrap from '@open-rlb/ng-bootstrap';
|
|
12
|
-
import { SidebarNavigableItem, BreadcrumbItem, ModalService, ToastService, ModalType, IModal, ModalData, NavigableItem, IToast, ToastData } from '@open-rlb/ng-bootstrap';
|
|
12
|
+
import { SidebarNavigableItem, BreadcrumbItem, UniqueIdService, ModalService, ToastService, ModalType, IModal, ModalData, NavigableItem, IToast, ToastData } from '@open-rlb/ng-bootstrap';
|
|
13
13
|
import { HttpClient, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
14
14
|
import * as i20 from '@ngx-translate/core';
|
|
15
15
|
import { TranslateService, TranslateLoader } from '@ngx-translate/core';
|
|
@@ -403,10 +403,11 @@ declare class AppBreadcrumbService {
|
|
|
403
403
|
private route;
|
|
404
404
|
private loggerService;
|
|
405
405
|
private languageService;
|
|
406
|
+
private idService;
|
|
406
407
|
private readonly _breadcrumbs$;
|
|
407
408
|
readonly breadcrumbs$: rxjs.Observable<BreadcrumbItem[]>;
|
|
408
409
|
private logger;
|
|
409
|
-
constructor(router: Router, route: ActivatedRoute, loggerService: AppLoggerService, languageService: LanguageService);
|
|
410
|
+
constructor(router: Router, route: ActivatedRoute, loggerService: AppLoggerService, languageService: LanguageService, idService: UniqueIdService);
|
|
410
411
|
private updateBreadcrumbs;
|
|
411
412
|
private buildBreadcrumbFromRoot;
|
|
412
413
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppBreadcrumbService, never>;
|