@osovitny/anatoly 3.16.55 → 3.16.57

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.
@@ -16,6 +16,10 @@ export declare class AuthService extends ApiServiceBase implements OnDestroy {
16
16
  private msalBroadcastService;
17
17
  private readonly msalDestroying$;
18
18
  private initialized;
19
+ private signUpSignInPolicy;
20
+ private signUpPolicy;
21
+ private editProfilePolicy;
22
+ private resetPasswordPolicy;
19
23
  constructor(http: HttpClient, router: Router, appContext: AppContextService, msalGuardConfig: MsalGuardConfiguration, msalService: MsalService, msalBroadcastService: MsalBroadcastService);
20
24
  ngOnDestroy(): void;
21
25
  private init;
@@ -34,6 +38,9 @@ export declare class AuthService extends ApiServiceBase implements OnDestroy {
34
38
  isUserAuthenticated(): boolean;
35
39
  isUserSignedIn(): boolean;
36
40
  isUserAdmin(): boolean;
41
+ signUp(): void;
42
+ editProfile(): void;
43
+ resetPassword(): void;
37
44
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthService, never>;
38
45
  static ɵprov: i0.ɵɵInjectableDeclaration<AuthService>;
39
46
  }
@@ -1,7 +1,7 @@
1
+ import { BaseComponent } from "../base/base.component";
1
2
  import * as i0 from "@angular/core";
2
- export declare class SignInButtonComponent {
3
- classbtn: string;
3
+ export declare class SignInButtonComponent extends BaseComponent {
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SignInButtonComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, { "classbtn": { "alias": "classbtn"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, {}, {}, never, never, false, never>;
7
7
  }
@@ -1,7 +1,7 @@
1
+ import { BaseComponent } from "../base/base.component";
1
2
  import * as i0 from "@angular/core";
2
- export declare class SignOutButtonComponent {
3
- classbtn: string;
3
+ export declare class SignOutButtonComponent extends BaseComponent {
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SignOutButtonComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, { "classbtn": { "alias": "classbtn"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, {}, {}, never, never, false, never>;
7
7
  }
@@ -1,6 +1,7 @@
1
+ import { BaseComponent } from "../base/base.component";
1
2
  import * as i0 from "@angular/core";
2
- export declare class SignUpButtonComponent {
3
- classbtn: string;
3
+ export declare class SignUpButtonComponent extends BaseComponent {
4
+ constructor();
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SignUpButtonComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, { "classbtn": { "alias": "classbtn"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, {}, {}, never, never, false, never>;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.55",
3
+ "version": "3.16.57",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",