ngx-sp-auth 3.2.6 → 3.2.7

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;
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.7",
4
4
  "description": "Biblioteca de utilitários da Infra.",
5
5
  "author": "P&D",
6
6
  "keywords": [