simpo-component-library 2.2.0 → 2.2.2

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,15 @@
1
1
  import { RestService } from '../../services/rest.service';
2
2
  import { MessageService } from 'primeng/api';
3
3
  import { Subscription } from 'rxjs';
4
+ import { Router } from '@angular/router';
5
+ import { MatDialogRef } from '@angular/material/dialog';
4
6
  import * as i0 from "@angular/core";
5
7
  export declare class KycDetailsComponent {
6
8
  private restService;
7
9
  private readonly messageService;
8
- constructor(restService: RestService, messageService: MessageService);
10
+ private router;
11
+ private readonly dialogRef;
12
+ constructor(restService: RestService, messageService: MessageService, router: Router, dialogRef: MatDialogRef<KycDetailsComponent>);
9
13
  panRequest: any;
10
14
  aadharRequest: any;
11
15
  verifyAadharRequest: any;
@@ -13,6 +17,8 @@ export declare class KycDetailsComponent {
13
17
  isPanVerified: boolean;
14
18
  isAadharverified: boolean;
15
19
  aadharOtpSent: boolean;
20
+ panVerifyLoader: boolean;
21
+ aadharVerifyLoader: boolean;
16
22
  kycDetailsSubscription?: Subscription;
17
23
  ngOnInit(): void;
18
24
  ngOnDestroy(): void;
@@ -24,6 +30,9 @@ export declare class KycDetailsComponent {
24
30
  validateAadhaar(): boolean;
25
31
  moveAadharOtpCursor(event: any, idx: number): void;
26
32
  checkKycVerification(): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<KycDetailsComponent, never>;
33
+ closeDialog(): void;
34
+ redirectToProductList(): void;
35
+ get isMobile(): boolean;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<KycDetailsComponent, [null, null, null, { optional: true; }]>;
28
37
  static ɵcmp: i0.ɵɵComponentDeclaration<KycDetailsComponent, "simpo-kyc-details", never, {}, {}, never, never, true, never>;
29
38
  }
@@ -10,6 +10,7 @@ export declare class ProfileSectionComponent {
10
10
  sidePanelTabs: any[];
11
11
  investorDetails: any;
12
12
  getInvestorDetails(): void;
13
+ getInitials(): string;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ProfileSectionComponent, never>;
14
15
  static ɵcmp: i0.ɵɵComponentDeclaration<ProfileSectionComponent, "simpo-profile-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
15
16
  }
@@ -43,6 +43,7 @@ export declare class SignupSigninComponent extends BaseSection {
43
43
  verifyOtp(): void;
44
44
  isValidEmail(email: string): boolean;
45
45
  getKycDetails(): void;
46
+ get isMobile(): boolean;
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<SignupSigninComponent, never>;
47
48
  static ɵcmp: i0.ɵɵComponentDeclaration<SignupSigninComponent, "simpo-signup-signin", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
48
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file