tango-app-ui-auth 3.5.0-beta.8-prod-dev3 → 3.5.0-beta.8-prod-dev5

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,11 +1,11 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, OnDestroy } from '@angular/core';
2
2
  import { AbstractControl, FormBuilder, FormControl, FormGroup } from '@angular/forms';
3
3
  import { ToastService } from 'tango-app-ui-shared';
4
4
  import { AuthService } from '../../services/auth.service';
5
5
  import { ActivatedRoute, Router } from '@angular/router';
6
6
  import { GlobalStateService, PageInfoService } from 'tango-app-ui-global';
7
7
  import * as i0 from "@angular/core";
8
- export declare class TangoAuthForgotPasswordComponent implements OnInit, OnDestroy {
8
+ export declare class TangoAuthForgotPasswordComponent implements OnDestroy {
9
9
  private toast;
10
10
  private authService;
11
11
  private activatedRoute;
@@ -13,6 +13,7 @@ export declare class TangoAuthForgotPasswordComponent implements OnInit, OnDestr
13
13
  gs: GlobalStateService;
14
14
  private router;
15
15
  private pageInfo;
16
+ private cd;
16
17
  emailEnable: boolean;
17
18
  OTP: any;
18
19
  passwordEnable: boolean;
@@ -24,10 +25,9 @@ export declare class TangoAuthForgotPasswordComponent implements OnInit, OnDestr
24
25
  private secretKey;
25
26
  recaptchaSiteKey: any;
26
27
  private readonly destroy$;
27
- constructor(toast: ToastService, authService: AuthService, activatedRoute: ActivatedRoute, fb: FormBuilder, gs: GlobalStateService, router: Router, pageInfo: PageInfoService);
28
+ constructor(toast: ToastService, authService: AuthService, activatedRoute: ActivatedRoute, fb: FormBuilder, gs: GlobalStateService, router: Router, pageInfo: PageInfoService, cd: ChangeDetectorRef);
28
29
  captchaToken: string | null;
29
- ngOnInit(): void;
30
- captchaResolved(token: string): void;
30
+ onCaptchaResolved(token: string | null): void;
31
31
  ngOnDestroy(): void;
32
32
  noSpaceValidator(control: AbstractControl): {
33
33
  [key: string]: any;
@@ -46,8 +46,9 @@ export declare class TangoAuthLoginComponent implements OnInit, OnDestroy {
46
46
  recaptchaSiteKey: any;
47
47
  constructor(router: Router, route: ActivatedRoute, fb: FormBuilder, service: AuthService, gs: GlobalStateService, cd: ChangeDetectorRef, toastService: ToastService, pageInfo: PageInfoService, modalService: NgbModal);
48
48
  captchaToken: string | null;
49
+ showCaptcha: boolean;
49
50
  ngOnInit(): void;
50
- captchaResolved(token: string): void;
51
+ onCaptchaResolved(token: string | null): void;
51
52
  ngOnDestroy(): void;
52
53
  initForm(): void;
53
54
  loginAttemptCount: number;
@@ -14,8 +14,9 @@ import * as i12 from "@angular/common";
14
14
  import * as i13 from "./tango-auth-routing.module";
15
15
  import * as i14 from "ng-otp-input";
16
16
  import * as i15 from "@angular/forms";
17
+ import * as i16 from "ng-recaptcha";
17
18
  export declare class TangoAuthModule {
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TangoAuthModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<TangoAuthModule, [typeof i1.TangoAuthComponent, typeof i2.TangoAuthLoginComponent, typeof i3.TangoAuthSignupComponent, typeof i4.TangoAuthForgotPasswordComponent, typeof i5.Step1Component, typeof i6.Step2Component, typeof i7.Step3Component, typeof i8.VerticalComponent, typeof i9.ModalContentComponent, typeof i10.CalendlyModalComponent, typeof i11.TermsconditionsComponent], [typeof i12.CommonModule, typeof i13.TangoAuthRoutingModule, typeof i14.NgOtpInputModule, typeof i15.ReactiveFormsModule, typeof i15.FormsModule], never>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TangoAuthModule, [typeof i1.TangoAuthComponent, typeof i2.TangoAuthLoginComponent, typeof i3.TangoAuthSignupComponent, typeof i4.TangoAuthForgotPasswordComponent, typeof i5.Step1Component, typeof i6.Step2Component, typeof i7.Step3Component, typeof i8.VerticalComponent, typeof i9.ModalContentComponent, typeof i10.CalendlyModalComponent, typeof i11.TermsconditionsComponent], [typeof i12.CommonModule, typeof i13.TangoAuthRoutingModule, typeof i14.NgOtpInputModule, typeof i15.ReactiveFormsModule, typeof i15.FormsModule, typeof i16.RecaptchaModule], never>;
20
21
  static ɵinj: i0.ɵɵInjectorDeclaration<TangoAuthModule>;
21
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-auth",
3
- "version": "3.5.0-beta.8-prod-dev3",
3
+ "version": "3.5.0-beta.8-prod-dev5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"