ngx-sp-auth 3.2.6 → 3.2.8

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.
@@ -1,21 +1,23 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { ActivatedRoute, Router } from '@angular/router';
3
- import { ProjectUtilservice } from '../../project/project-utils.service';
3
+ import { MessageService } from 'ngx-sp-infra';
4
4
  import { AuthService } from '../../auth.service';
5
+ import { ProjectUtilservice } from '../../project/project-utils.service';
5
6
  import { AuthStorageService } from '../../storage/auth-storage.service';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class LoginOSComponent implements OnInit, OnDestroy {
8
9
  private _authService;
9
- private _projectUtilservice;
10
+ private _projectUtilService;
10
11
  private _route;
11
12
  private _router;
12
13
  private _storageService;
14
+ private _messageService;
13
15
  private _parmsLogin;
14
16
  private _loginOSModel?;
15
17
  private _timerSubscription;
16
18
  loginStatus: "loading" | "success" | "error" | "updated";
17
19
  timer: number;
18
- constructor(_authService: AuthService, _projectUtilservice: ProjectUtilservice, _route: ActivatedRoute, _router: Router, _storageService: AuthStorageService);
20
+ constructor(_authService: AuthService, _projectUtilService: ProjectUtilservice, _route: ActivatedRoute, _router: Router, _storageService: AuthStorageService, _messageService: MessageService);
19
21
  ngOnInit(): void;
20
22
  logOn(): void;
21
23
  redirect(): void;
@@ -1,7 +1,7 @@
1
1
  import { Router } from '@angular/router';
2
2
  import { CheckUrlAndMethodService, MessageService } from 'ngx-sp-infra';
3
- import { AuthStorageService } from '../storage/auth-storage.service';
4
3
  import { LibCustomEnvironmentService } from '../custom/lib-custom-environment.service';
4
+ import { AuthStorageService } from '../storage/auth-storage.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ProjectUtilservice {
7
7
  private router;
@@ -11,6 +11,7 @@ export declare class ProjectUtilservice {
11
11
  private _customEnvironmentService;
12
12
  constructor(router: Router, authStorageService: AuthStorageService, checkUrlAndMethodService: CheckUrlAndMethodService, messageService: MessageService, _customEnvironmentService: LibCustomEnvironmentService);
13
13
  showHttpError(error: any): void;
14
+ showHTTPErrorOS(error: any): void;
14
15
  private showExpiredAccess;
15
16
  getHostName(): string;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ProjectUtilservice, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-sp-auth",
3
- "version": "3.2.6",
3
+ "version": "3.2.8",
4
4
  "description": "Biblioteca de utilitários da Infra.",
5
5
  "author": "P&D",
6
6
  "keywords": [