@osovitny/anatoly 3.16.33 → 3.16.35

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.
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
3
  import * as i2 from "./core/core.module";
4
4
  import * as i3 from "./data/data.module";
5
- import * as i4 from "./ui/ui.module";
5
+ import * as i4 from "./iam/iam.module";
6
+ import * as i5 from "./ui/ui.module";
6
7
  export declare class AnatolyModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AnatolyModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyModule, never, [typeof i1.CommonModule, typeof i2.AnatolyCoreModule, typeof i3.AnatolyDataModule, typeof i4.AnatolyUIModule], [typeof i2.AnatolyCoreModule, typeof i3.AnatolyDataModule, typeof i4.AnatolyUIModule]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnatolyModule, never, [typeof i1.CommonModule, typeof i2.AnatolyCoreModule, typeof i3.AnatolyDataModule, typeof i4.AnatolyIAMModule, typeof i5.AnatolyUIModule], [typeof i2.AnatolyCoreModule, typeof i3.AnatolyDataModule, typeof i4.AnatolyIAMModule, typeof i5.AnatolyUIModule]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<AnatolyModule>;
10
11
  }
@@ -3,4 +3,4 @@ import { SignInPage } from "./pages/signin.page";
3
3
  import { SignOutPage } from "./pages/signout.page";
4
4
  import { SignUpPage } from "./pages/signup.page";
5
5
  export declare const IAMRouterModule: import("@angular/core").ModuleWithProviders<RouterModule>;
6
- export declare const PAGES: (typeof SignInPage | typeof SignOutPage | typeof SignUpPage)[];
6
+ export declare const PAGES: (typeof SignUpPage | typeof SignOutPage | typeof SignInPage)[];
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { OnDestroy } from '@angular/core';
3
- import { Router, RouterStateSnapshot } from '@angular/router';
3
+ import { Router } from '@angular/router';
4
4
  import { Observable } from 'rxjs';
5
5
  import { MsalBroadcastService, MsalGuardConfiguration, MsalService } from '@azure/msal-angular';
6
6
  import { ApiServiceBase } from '../../data/base/api.service';
@@ -9,14 +9,13 @@ import * as i0 from "@angular/core";
9
9
  export declare class AuthService extends ApiServiceBase implements OnDestroy {
10
10
  protected http: HttpClient;
11
11
  private router;
12
- private routerState;
13
12
  private appContext;
14
13
  private msalGuardConfig;
15
14
  private msalService;
16
15
  private msalBroadcastService;
17
16
  private readonly msalDestroying$;
18
17
  private initialized;
19
- constructor(http: HttpClient, router: Router, routerState: RouterStateSnapshot, appContext: AppContextService, msalGuardConfig: MsalGuardConfiguration, msalService: MsalService, msalBroadcastService: MsalBroadcastService);
18
+ constructor(http: HttpClient, router: Router, appContext: AppContextService, msalGuardConfig: MsalGuardConfiguration, msalService: MsalService, msalBroadcastService: MsalBroadcastService);
20
19
  ngOnDestroy(): void;
21
20
  private init;
22
21
  private setDefaults;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.33",
3
+ "version": "3.16.35",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",