info-library 2.10.72 → 2.10.73

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "info-library",
3
- "version": "2.10.72",
3
+ "version": "2.10.73",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^7.0.0",
6
6
  "@angular/core": "^7.0.0",
@@ -5,6 +5,8 @@ import { InfoSessionModel } from '../model/session.model';
5
5
  import { InfoPlatformModel } from '../model/platform.model';
6
6
  import { InfoDataService } from '../service/data.service';
7
7
  import { MatDialog, MatDialogRef } from '@angular/material/dialog';
8
+ import { Title } from '@angular/platform-browser';
9
+ import { InfoTranslateService } from '../service/translate.service';
8
10
  export declare class InfoAuthenticationService implements CanActivate {
9
11
  private _router;
10
12
  private _http;
@@ -12,11 +14,13 @@ export declare class InfoAuthenticationService implements CanActivate {
12
14
  private _plataforma;
13
15
  private _dataService;
14
16
  private _modal;
17
+ private _translate;
18
+ private _title;
15
19
  private _key;
16
20
  private _keySessao;
17
21
  private _sessionTimeInterval;
18
22
  private _sessionActive;
19
- constructor(_router: Router, _http: HttpClient, _sessao: InfoSessionModel, _plataforma: InfoPlatformModel, _dataService: InfoDataService, _modal: MatDialog);
23
+ constructor(_router: Router, _http: HttpClient, _sessao: InfoSessionModel, _plataforma: InfoPlatformModel, _dataService: InfoDataService, _modal: MatDialog, _translate: InfoTranslateService, _title: Title);
20
24
  getSessao(): InfoSessionModel;
21
25
  getPlatform(): InfoPlatformModel;
22
26
  canActivate(activatedRouteSnapshot: ActivatedRouteSnapshot, routerStateSnapshot: RouterStateSnapshot): Observable<boolean> | boolean;
@@ -40,6 +44,7 @@ export declare class InfoAuthenticationService implements CanActivate {
40
44
  getUrlGenerica(url: string): string;
41
45
  private errorHandling;
42
46
  private isGuid;
47
+ private toPascalCase;
43
48
  }
44
49
  export declare class RefreshSessionTimeModalComponent {
45
50
  private _ref;