simpo-component-library 3.6.543 → 3.6.545

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.
@@ -52,6 +52,14 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
52
52
  ngOnInit(): void;
53
53
  ngAfterViewInit(): void;
54
54
  loginType: "PASSWORD" | "OTP";
55
+ generateOtp: boolean;
56
+ loginAuthentication(loginType: "PASSWORD" | "OTP"): void;
57
+ generatedOtp: any;
58
+ oneTimePassword: string;
59
+ otpPayload: any;
60
+ getOTP(): void;
61
+ regenerateOtp(payload: any): void;
62
+ resendOtp(): void;
55
63
  close(): void;
56
64
  login(): void;
57
65
  verifyPassword(): void;
@@ -30,7 +30,10 @@ export declare class ProductDescComponent extends BaseSection {
30
30
  private renderer;
31
31
  private matDialog;
32
32
  reviewComponent: CustomerReviewComponent;
33
- d2: ElementRef;
33
+ aboveHeight: ElementRef<HTMLDivElement>;
34
+ container: ElementRef<HTMLDivElement>;
35
+ imageSection: ElementRef<HTMLDivElement>;
36
+ detailSection: ElementRef<HTMLDivElement>;
34
37
  data?: ProductDescModal;
35
38
  responseData: Product;
36
39
  index?: number;
@@ -66,6 +69,7 @@ export declare class ProductDescComponent extends BaseSection {
66
69
  toShowInJewellery: boolean;
67
70
  IsEcommerce: boolean;
68
71
  ngOnInit(): void;
72
+ ngAfterViewInit(): void;
69
73
  varientLoading: boolean;
70
74
  recentViewItemList: Product[];
71
75
  getRelatedProducts(): void;
@@ -78,7 +82,6 @@ export declare class ProductDescComponent extends BaseSection {
78
82
  routeToHome(): void;
79
83
  screenWidth: any;
80
84
  getScreenSize(): void;
81
- scroll(e: WheelEvent): void;
82
85
  currentImg: any;
83
86
  changeImg(url: any): void;
84
87
  getKeys(varient: Object): string[];
@@ -133,6 +133,7 @@ export declare class RestService implements OnDestroy {
133
133
  getMetalPrice(storeId: any): Observable<Object>;
134
134
  createLead(payload: any): Observable<Object>;
135
135
  getAppointmentPaymentStatus(orderId: any): Observable<Object>;
136
+ getOtpForLogin(payload: any): Observable<Object>;
136
137
  static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
137
138
  static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
138
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.543",
3
+ "version": "3.6.545",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file