simpo-component-library 1.6.125 → 1.6.127

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,4 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import { FormBuilder, FormGroup } from '@angular/forms';
2
3
  import { MatDialog, MatDialogRef } from '@angular/material/dialog';
3
4
  import { RestService } from '../../../services/rest.service';
4
5
  import { Router } from '@angular/router';
@@ -31,6 +32,7 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
31
32
  private readonly bottomsheetRef;
32
33
  private readonly _eventService;
33
34
  private readonly messageService;
35
+ private fb;
34
36
  data?: AuthenticateSectionModel;
35
37
  index?: number;
36
38
  edit?: boolean;
@@ -51,16 +53,20 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
51
53
  newPassword: string | null;
52
54
  businessId: string | null;
53
55
  buttonLoading: boolean;
54
- constructor(matData: any, bottomsheetData: any, restService: RestService, router: Router, matDialog: MatDialog, storageService: StorageServiceService, dialogRef: MatDialogRef<AuthenticateUserComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticateUserComponent>, _eventService: EventsService, messageService: MessageService);
56
+ constructor(matData: any, bottomsheetData: any, restService: RestService, router: Router, matDialog: MatDialog, storageService: StorageServiceService, dialogRef: MatDialogRef<AuthenticateUserComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticateUserComponent>, _eventService: EventsService, messageService: MessageService, fb: FormBuilder);
57
+ get passwordValid(): import("@angular/forms").AbstractControl<any, any> | null;
55
58
  styles: any;
56
59
  ngOnInit(): void;
60
+ passwordValidation: FormGroup;
57
61
  login: boolean;
58
62
  signup: boolean;
59
63
  openSignup(): void;
60
64
  openLogin(): void;
61
65
  passScreen(): void;
62
66
  emailValid: boolean;
67
+ confirm: boolean;
63
68
  isEmailValid(email: string | null): void;
69
+ isConfirmPAsswordValid(confirmpass: string | null): void;
64
70
  move(event: any, idx: number): void;
65
71
  close(): void;
66
72
  goBack(): void;
@@ -84,7 +90,7 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
84
90
  resendOTP(): void;
85
91
  get isMobileValid(): boolean;
86
92
  get isMobile(): boolean;
87
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticateUserComponent, [{ optional: true; }, { optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, null, null]>;
93
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticateUserComponent, [{ optional: true; }, { optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, null, null, null]>;
88
94
  static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticateUserComponent, "simpo-authenticate-user", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
89
95
  }
90
96
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.125",
3
+ "version": "1.6.127",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file
Binary file
Binary file