awf-test-lib 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,20 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import { Router } from '@angular/router';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class MenuGePortalComponent {
5
+ private readonly router;
4
6
  logOutClick: EventEmitter<any>;
5
7
  translate: any;
6
8
  isAdmin: boolean;
7
9
  hideMenu: EventEmitter<any>;
8
- constructor();
10
+ displayViewAs: boolean;
11
+ constructor(router: Router);
9
12
  logout(): void;
10
- hideMenuMethode(): void;
13
+ menuMethode(path?: string): void;
14
+ isTokenExpired(): boolean;
15
+ redirectByPath(path?: string): void;
16
+ deleteConnexionInfo(): void;
17
+ navigate(route: string): void;
11
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuGePortalComponent, never>;
12
19
  static ɵcmp: i0.ɵɵComponentDeclaration<MenuGePortalComponent, "awf-menu-ge-portal", never, { "translate": "translate"; "isAdmin": "isAdmin"; }, { "logOutClick": "logOutClick"; "hideMenu": "hideMenu"; }, never, never, false>;
13
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awf-test-lib",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"