simpo-component-library 1.6.92 → 1.6.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ export declare class BackgroundDirective implements OnChanges {
11
11
  constructor(el: ElementRef, eventService: EventsService);
12
12
  ngOnDestroy(): void;
13
13
  ngOnChanges(change: SimpleChanges): void;
14
- getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
14
+ getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundDirective, never>;
16
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundDirective, "[simpoBackground]", never, { "simpoBackground": { "alias": "simpoBackground"; "required": false; }; "scrollValue": { "alias": "scrollValue"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
@@ -15,7 +15,7 @@ export declare class ButtonDirectiveDirective implements OnChanges {
15
15
  applyButtonStyleChanges(): void;
16
16
  applyButtonType(style: ButtonStyleModel, color: string): void;
17
17
  applyButtonShape(style: ButtonStyleModel): void;
18
- getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
18
+ getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
19
19
  buttonStyleSubscription?: Subscription;
20
20
  buttonStyleChangeCheck(): void;
21
21
  changeButtonStyle(id: any, style: ButtonStyleModel, bgColor: string): void;
@@ -12,7 +12,7 @@ export declare class ColorDirective implements OnChanges {
12
12
  ngOnDestroy(): void;
13
13
  applyColor(): void;
14
14
  bgColorChangeCheck(): void;
15
- getTextColor(): "#ffffff" | "#000000" | "#ffffff;";
15
+ getTextColor(): "#000000" | "#ffffff" | "#ffffff;";
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorDirective, never>;
17
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<ColorDirective, "[simpoColor]", never, { "bgColor": { "alias": "simpoColor"; "required": false; }; }, {}, never, never, true, never>;
18
18
  }
@@ -39,9 +39,16 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
39
39
  isLoading: boolean;
40
40
  otpData: undefined[];
41
41
  otpString: string;
42
- screen: 'LOGIN' | 'OTP';
42
+ SignupOtpString: string;
43
+ screen: 'LOGIN' | 'OTP' | 'PASSWORD' | 'CREATEPASSWORD' | 'SIGNUPOTP';
43
44
  mobile: string | null;
45
+ email: string | null;
46
+ mobilenumber: string | null;
47
+ emailentered: string | null;
44
48
  countryCode: string | null;
49
+ Password: string | null;
50
+ confirmPass: string | null;
51
+ newPassword: string | null;
45
52
  buttonLoading: boolean;
46
53
  constructor(matData: any, bottomsheetData: any, restService: RestService, router: Router, matDialog: MatDialog, storageService: StorageServiceService, dialogRef: MatDialogRef<AuthenticateUserComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticateUserComponent>, _eventService: EventsService, messageService: MessageService);
47
54
  styles: any;
@@ -51,7 +58,20 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
51
58
  goBack(): void;
52
59
  private resetValue;
53
60
  generateOTP(): void;
61
+ password: any;
62
+ PasswordHide: boolean;
63
+ newPasswordHide: boolean;
64
+ m_clicked: boolean;
65
+ e_clicked: boolean;
66
+ mobile_click(): void;
67
+ email_click(): void;
54
68
  verifyOTP(): void;
69
+ verifySignupOTP(): void;
70
+ payload: any;
71
+ createPassword(): void;
72
+ passData: any;
73
+ signinPassword(): void;
74
+ validateNumber(event: KeyboardEvent): void;
55
75
  editSection(): void;
56
76
  resendOTP(): void;
57
77
  get isMobileValid(): boolean;
@@ -16,7 +16,7 @@ export declare class PricingSectionComponent extends BaseSection {
16
16
  style?: PricingSectionStylesModel;
17
17
  constructor(_eventService: EventsService);
18
18
  ngOnInit(): void;
19
- getTextColor(): "#ffffff" | "#000000";
19
+ getTextColor(): "#000000" | "#ffffff";
20
20
  get headingSpace(): SPACING;
21
21
  editSection(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
@@ -53,6 +53,9 @@ export declare class RestService implements OnDestroy {
53
53
  getRecentViewProduct(userId: string): Observable<any>;
54
54
  getLocationByPinCode(pincode: string): Observable<PincodeLocation>;
55
55
  getLocationByPinCodeInternational(pincode: string): Observable<Object>;
56
+ createPassword(payload: any): Observable<Object>;
57
+ verifySignupOTP(mobile: string, otp: string, deviceInfo: DeviceInfo): Observable<Object>;
58
+ signinPassword(passData: any): Observable<Object>;
56
59
  static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
57
60
  static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
58
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.92",
3
+ "version": "1.6.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",