@dsivd/prestations-ng 14.5.15 → 14.5.17-beta2

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
@@ -36,7 +36,7 @@
36
36
  "ng-update": {
37
37
  "migrations": "./schematics/migration-collection.json"
38
38
  },
39
- "version": "14.5.15",
39
+ "version": "14.5.17-beta2",
40
40
  "main": "bundles/dsivd-prestations-ng.umd.js",
41
41
  "module": "fesm2015/dsivd-prestations-ng.js",
42
42
  "es2015": "fesm2015/dsivd-prestations-ng.js",
@@ -2,9 +2,11 @@ import { OnDestroy } from '@angular/core';
2
2
  import { SupportAlert } from './support-alert.model';
3
3
  import { Observable } from 'rxjs';
4
4
  import { HttpClient } from '@angular/common/http';
5
+ import { Router } from '@angular/router';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class SupportAlertService implements OnDestroy {
7
8
  private http;
9
+ private router;
8
10
  private readonly allAlerts;
9
11
  private readonly displayableAlerts;
10
12
  private readonly hasAlerts;
@@ -13,9 +15,8 @@ export declare class SupportAlertService implements OnDestroy {
13
15
  private readonly hiddenAlertIds;
14
16
  private readonly hiddenAlertIdsSubscriptions;
15
17
  private readonly refreshTrigger;
16
- private readonly refreshInterval;
17
18
  private supportAlertUrl;
18
- constructor(http: HttpClient);
19
+ constructor(http: HttpClient, router: Router);
19
20
  ngOnDestroy(): void;
20
21
  setSupportAlertUrl(supportAlertUrl: string): void;
21
22
  hideAlert(alert: SupportAlert): void;
Binary file