simpo-component-library 3.0.36 → 3.0.37

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.
Files changed (59) hide show
  1. package/esm2022/lib/elements/index.mjs +7 -6
  2. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +45 -37
  3. package/esm2022/lib/elements/property/property.component.mjs +41 -0
  4. package/esm2022/lib/pipes/amount.pipe.mjs +2 -2
  5. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +12 -41
  6. package/esm2022/lib/sections/property-component/property-component.component.mjs +7 -84
  7. package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
  8. package/esm2022/lib/sections/property-list/property-list.component.mjs +57 -29
  9. package/esm2022/lib/services/events.service.mjs +1 -2
  10. package/esm2022/lib/services/rest.service.mjs +3 -104
  11. package/esm2022/lib/styles/index.mjs +1 -6
  12. package/esm2022/public-api.mjs +1 -5
  13. package/fesm2022/simpo-component-library.mjs +1534 -2711
  14. package/fesm2022/simpo-component-library.mjs.map +1 -1
  15. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  16. package/lib/elements/index.d.ts +3 -2
  17. package/lib/elements/portfolio/portfolio.component.d.ts +12 -13
  18. package/lib/elements/property/property.component.d.ts +8 -0
  19. package/lib/sections/navbar-section/navbar-section.component.d.ts +1 -9
  20. package/lib/sections/property-component/property-component.component.d.ts +4 -25
  21. package/lib/sections/property-component/property-component.modal.d.ts +18 -11
  22. package/lib/sections/property-list/property-list.component.d.ts +2 -9
  23. package/lib/services/events.service.d.ts +0 -1
  24. package/lib/services/rest.service.d.ts +0 -26
  25. package/lib/styles/index.d.ts +0 -4
  26. package/package.json +1 -1
  27. package/public-api.d.ts +0 -4
  28. package/simpo-component-library-3.0.37.tgz +0 -0
  29. package/esm2022/lib/elements/my-documents/my-documents.component.mjs +0 -11
  30. package/esm2022/lib/elements/my-orders/my-orders.component.mjs +0 -64
  31. package/esm2022/lib/elements/my-statement/my-statement.component.mjs +0 -26
  32. package/esm2022/lib/elements/need-help/need-help.component.mjs +0 -11
  33. package/esm2022/lib/elements/payment-confirmation/payment-confirmation.component.mjs +0 -98
  34. package/esm2022/lib/elements/properties/properties.component.mjs +0 -41
  35. package/esm2022/lib/elements/property-view/property-view.component.mjs +0 -64
  36. package/esm2022/lib/sections/kyc-details/kyc-details.component.mjs +0 -163
  37. package/esm2022/lib/sections/profile-section/profile-section.component.mjs +0 -58
  38. package/esm2022/lib/sections/profile-section/profile-section.modal.mjs +0 -2
  39. package/esm2022/lib/sections/property-detail/property-detail.component.mjs +0 -169
  40. package/esm2022/lib/sections/property-detail/property-detail.model.mjs +0 -2
  41. package/esm2022/lib/sections/signup-signin/signup-signin.component.mjs +0 -441
  42. package/esm2022/lib/sections/signup-signin/signup-signin.model.mjs +0 -2
  43. package/esm2022/lib/sections/verify-property-payment/verify-property-payment.component.mjs +0 -55
  44. package/lib/elements/my-documents/my-documents.component.d.ts +0 -5
  45. package/lib/elements/my-orders/my-orders.component.d.ts +0 -10
  46. package/lib/elements/my-statement/my-statement.component.d.ts +0 -8
  47. package/lib/elements/need-help/need-help.component.d.ts +0 -5
  48. package/lib/elements/payment-confirmation/payment-confirmation.component.d.ts +0 -26
  49. package/lib/elements/properties/properties.component.d.ts +0 -16
  50. package/lib/elements/property-view/property-view.component.d.ts +0 -16
  51. package/lib/sections/kyc-details/kyc-details.component.d.ts +0 -38
  52. package/lib/sections/profile-section/profile-section.component.d.ts +0 -18
  53. package/lib/sections/profile-section/profile-section.modal.d.ts +0 -5
  54. package/lib/sections/property-detail/property-detail.component.d.ts +0 -40
  55. package/lib/sections/property-detail/property-detail.model.d.ts +0 -5
  56. package/lib/sections/signup-signin/signup-signin.component.d.ts +0 -67
  57. package/lib/sections/signup-signin/signup-signin.model.d.ts +0 -10
  58. package/lib/sections/verify-property-payment/verify-property-payment.component.d.ts +0 -16
  59. package/simpo-component-library-3.0.36.tgz +0 -0
@@ -1,55 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component } from '@angular/core';
3
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "../../services/rest.service";
6
- import * as i2 from "@angular/router";
7
- import * as i3 from "@angular/material/progress-spinner";
8
- import * as i4 from "@angular/common";
9
- export class VerifyPropertyPaymentComponent {
10
- constructor(restService, router) {
11
- this.restService = restService;
12
- this.router = router;
13
- this.paymentStatus = 'ONGOING';
14
- this.API_COUNT = 0;
15
- this.MAX_API_COUNT = 20;
16
- }
17
- ngOnInit() {
18
- this.checkPaymentStatus();
19
- }
20
- checkPaymentStatus() {
21
- this.API_COUNT++;
22
- this.restService.verifyPropertyPaymentStatus().subscribe((res) => {
23
- if (res.status === 'PURCHASED')
24
- this.paymentStatus = 'SUCCESS';
25
- else
26
- this.paymentStatus = 'FAILED';
27
- this.redirectToPage('profile');
28
- }, (error) => {
29
- if (error.message == 'Payment Failed') {
30
- this.paymentStatus = 'FAILED';
31
- this.redirectToPage('property-list');
32
- return;
33
- }
34
- if (this.API_COUNT >= this.MAX_API_COUNT) {
35
- this.paymentStatus = 'FAILED';
36
- this.redirectToPage('property-list');
37
- }
38
- else {
39
- this.checkPaymentStatus();
40
- }
41
- });
42
- }
43
- redirectToPage(pageUrl) {
44
- setTimeout(() => {
45
- this.router.navigate([`${pageUrl}`]);
46
- }, 5000);
47
- }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: VerifyPropertyPaymentComponent, deps: [{ token: i1.RestService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component }); }
49
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: VerifyPropertyPaymentComponent, isStandalone: true, selector: "simpo-verify-property-payment", ngImport: i0, template: "<section class=\"main-section spinner\" *ngIf=\"paymentStatus === 'ONGOING'\">\r\n <div>\r\n <mat-spinner></mat-spinner>\r\n <p>Please Wait...</p>\r\n </div>\r\n</section>\r\n\r\n<section class=\"main-section spinner\" *ngIf=\"paymentStatus === 'SUCCESS'\">\r\n <div>\r\n <div class=\"image_section\">\r\n <img src=\"https://dev-beeos.s3.amazonaws.com/product_image/452801c1736315910620sucess.gif\" alt=\"loader\">\r\n </div>\r\n <div class=\"success_heading\">\r\n Payment Successfull\r\n </div>\r\n </div>\r\n\r\n</section>\r\n\r\n<section class=\"main-section spinner\" *ngIf=\"paymentStatus === 'FAILED'\">\r\n <div>\r\n <div class=\"image_section\">\r\n <img src=\"https://dev-beeos.s3.amazonaws.com/product_image/812371c1736315916840fail.jpg\" alt=\"loader\">\r\n </div>\r\n <div class=\"success_heading\">\r\n Payment Failed\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".main-section{height:calc(100vh + -0px);z-index:2;position:absolute;top:0;left:0;background:#fff;width:100%;overflow-y:hidden}.spinner{display:flex;align-items:center;justify-content:center}.spinner p{margin-top:22px;font-size:18px;font-weight:500}.success_heading{color:#000;margin-top:10px}.image_section{text-align:center}.image_section img{width:100px}.plan_description{margin-top:10px!important;box-shadow:0 0 1px #28293d14,0 .5px 2px #60617029;border-radius:10px;width:30%;margin:0 auto;padding:40px}.title_value{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}@media only screen and (max-width:475px){.payment_sub_text{width:80%}.plan_description{width:80%;height:auto}}.main_section{gap:15px;height:100%;width:100%}.success_failed_images{width:12%}.success_failed_images img{width:100%}.title{font-size:18px;font-weight:600;color:#344054;font-family:interMedium}.message{font-size:14px;font-weight:500;color:#00000080;font-family:interMedium}.buttons button{border:none;background-color:#f6c318;padding:2px 8px;color:#000;border-radius:6px;font-size:x-large;font-weight:500;line-height:initial}.create-btn{font-weight:500;color:#000;border:none;padding:10px 16px;border-radius:8px;font-size:15px;line-height:20px;display:flex;align-items:center;gap:5px;background-color:#f6c318}.create-btn .mat-icon{font-size:24px}\n"], dependencies: [{ kind: "ngmodule", type: MatProgressSpinnerModule }, { kind: "component", type: i3.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
50
- }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: VerifyPropertyPaymentComponent, decorators: [{
52
- type: Component,
53
- args: [{ selector: 'simpo-verify-property-payment', standalone: true, imports: [MatProgressSpinnerModule, CommonModule], template: "<section class=\"main-section spinner\" *ngIf=\"paymentStatus === 'ONGOING'\">\r\n <div>\r\n <mat-spinner></mat-spinner>\r\n <p>Please Wait...</p>\r\n </div>\r\n</section>\r\n\r\n<section class=\"main-section spinner\" *ngIf=\"paymentStatus === 'SUCCESS'\">\r\n <div>\r\n <div class=\"image_section\">\r\n <img src=\"https://dev-beeos.s3.amazonaws.com/product_image/452801c1736315910620sucess.gif\" alt=\"loader\">\r\n </div>\r\n <div class=\"success_heading\">\r\n Payment Successfull\r\n </div>\r\n </div>\r\n\r\n</section>\r\n\r\n<section class=\"main-section spinner\" *ngIf=\"paymentStatus === 'FAILED'\">\r\n <div>\r\n <div class=\"image_section\">\r\n <img src=\"https://dev-beeos.s3.amazonaws.com/product_image/812371c1736315916840fail.jpg\" alt=\"loader\">\r\n </div>\r\n <div class=\"success_heading\">\r\n Payment Failed\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".main-section{height:calc(100vh + -0px);z-index:2;position:absolute;top:0;left:0;background:#fff;width:100%;overflow-y:hidden}.spinner{display:flex;align-items:center;justify-content:center}.spinner p{margin-top:22px;font-size:18px;font-weight:500}.success_heading{color:#000;margin-top:10px}.image_section{text-align:center}.image_section img{width:100px}.plan_description{margin-top:10px!important;box-shadow:0 0 1px #28293d14,0 .5px 2px #60617029;border-radius:10px;width:30%;margin:0 auto;padding:40px}.title_value{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}@media only screen and (max-width:475px){.payment_sub_text{width:80%}.plan_description{width:80%;height:auto}}.main_section{gap:15px;height:100%;width:100%}.success_failed_images{width:12%}.success_failed_images img{width:100%}.title{font-size:18px;font-weight:600;color:#344054;font-family:interMedium}.message{font-size:14px;font-weight:500;color:#00000080;font-family:interMedium}.buttons button{border:none;background-color:#f6c318;padding:2px 8px;color:#000;border-radius:6px;font-size:x-large;font-weight:500;line-height:initial}.create-btn{font-weight:500;color:#000;border:none;padding:10px 16px;border-radius:8px;font-size:15px;line-height:20px;display:flex;align-items:center;gap:5px;background-color:#f6c318}.create-btn .mat-icon{font-size:24px}\n"] }]
54
- }], ctorParameters: () => [{ type: i1.RestService }, { type: i2.Router }] });
55
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyaWZ5LXByb3BlcnR5LXBheW1lbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9zZWN0aW9ucy92ZXJpZnktcHJvcGVydHktcGF5bWVudC92ZXJpZnktcHJvcGVydHktcGF5bWVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL3NlY3Rpb25zL3ZlcmlmeS1wcm9wZXJ0eS1wYXltZW50L3ZlcmlmeS1wcm9wZXJ0eS1wYXltZW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOzs7Ozs7QUFXOUUsTUFBTSxPQUFPLDhCQUE4QjtJQU16QyxZQUFvQixXQUF3QixFQUNsQyxNQUFjO1FBREosZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFDbEMsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQU54QixrQkFBYSxHQUFxQyxTQUFTLENBQUE7UUFFbkQsY0FBUyxHQUFXLENBQUMsQ0FBQztRQUN0QixrQkFBYSxHQUFXLEVBQUUsQ0FBQztJQUkvQixDQUFDO0lBRUwsUUFBUTtRQUNOLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRCxrQkFBa0I7UUFDaEIsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxXQUFXLENBQUMsMkJBQTJCLEVBQUUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxHQUFRLEVBQUUsRUFBRTtZQUVwRSxJQUFHLEdBQUcsQ0FBQyxNQUFNLEtBQUssV0FBVztnQkFDM0IsSUFBSSxDQUFDLGFBQWEsR0FBRyxTQUFTLENBQUM7O2dCQUUvQixJQUFJLENBQUMsYUFBYSxHQUFHLFFBQVEsQ0FBQztZQUVoQyxJQUFJLENBQUMsY0FBYyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBRWpDLENBQUMsRUFBRSxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ1gsSUFBRyxLQUFLLENBQUMsT0FBTyxJQUFJLGdCQUFnQixFQUFDLENBQUM7Z0JBQ3BDLElBQUksQ0FBQyxhQUFhLEdBQUcsUUFBUSxDQUFDO2dCQUM5QixJQUFJLENBQUMsY0FBYyxDQUFDLGVBQWUsQ0FBQyxDQUFDO2dCQUNyQyxPQUFPO1lBQ1QsQ0FBQztZQUVELElBQUksSUFBSSxDQUFDLFNBQVMsSUFBSSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7Z0JBQ3pDLElBQUksQ0FBQyxhQUFhLEdBQUcsUUFBUSxDQUFDO2dCQUM5QixJQUFJLENBQUMsY0FBYyxDQUFDLGVBQWUsQ0FBQyxDQUFDO1lBQ3ZDLENBQUM7aUJBQU0sQ0FBQztnQkFDTixJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztZQUM1QixDQUFDO1FBQ0gsQ0FBQyxDQUFDLENBQUE7SUFDSixDQUFDO0lBRUQsY0FBYyxDQUFDLE9BQWU7UUFDNUIsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsR0FBRyxPQUFPLEVBQUUsQ0FBQyxDQUFDLENBQUE7UUFDdEMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFBO0lBQ1YsQ0FBQzs4R0E3Q1UsOEJBQThCO2tHQUE5Qiw4QkFBOEIseUZDYjNDLHE2QkE2QkEsdzRDRHBCWSx3QkFBd0Isa09BQUUsWUFBWTs7MkZBSXJDLDhCQUE4QjtrQkFQMUMsU0FBUzsrQkFDRSwrQkFBK0IsY0FDN0IsSUFBSSxXQUNQLENBQUMsd0JBQXdCLEVBQUUsWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1hdFByb2dyZXNzU3Bpbm5lck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3Byb2dyZXNzLXNwaW5uZXInO1xyXG5pbXBvcnQgeyBSZXN0U2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3Jlc3Quc2VydmljZSc7XHJcbmltcG9ydCB7IFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3NpbXBvLXZlcmlmeS1wcm9wZXJ0eS1wYXltZW50JyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGUsIENvbW1vbk1vZHVsZV0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3ZlcmlmeS1wcm9wZXJ0eS1wYXltZW50LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vdmVyaWZ5LXByb3BlcnR5LXBheW1lbnQuY29tcG9uZW50LmNzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIFZlcmlmeVByb3BlcnR5UGF5bWVudENvbXBvbmVudCB7XHJcbiAgcGF5bWVudFN0YXR1czogJ09OR09JTkcnIHwgJ1NVQ0NFU1MnIHwgJ0ZBSUxFRCcgPSAnT05HT0lORydcclxuXHJcbiAgcHJpdmF0ZSBBUElfQ09VTlQ6IG51bWJlciA9IDA7XHJcbiAgcHJpdmF0ZSBNQVhfQVBJX0NPVU5UOiBudW1iZXIgPSAyMDtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZXN0U2VydmljZTogUmVzdFNlcnZpY2UsXHJcbiAgICBwcml2YXRlIHJvdXRlcjogUm91dGVyXHJcbiAgKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICB0aGlzLmNoZWNrUGF5bWVudFN0YXR1cygpO1xyXG4gIH1cclxuXHJcbiAgY2hlY2tQYXltZW50U3RhdHVzKCkge1xyXG4gICAgdGhpcy5BUElfQ09VTlQrKztcclxuICAgIHRoaXMucmVzdFNlcnZpY2UudmVyaWZ5UHJvcGVydHlQYXltZW50U3RhdHVzKCkuc3Vic2NyaWJlKChyZXM6IGFueSkgPT4ge1xyXG5cclxuICAgICAgaWYocmVzLnN0YXR1cyA9PT0gJ1BVUkNIQVNFRCcpXHJcbiAgICAgICAgdGhpcy5wYXltZW50U3RhdHVzID0gJ1NVQ0NFU1MnO1xyXG4gICAgICBlbHNlXHJcbiAgICAgICAgdGhpcy5wYXltZW50U3RhdHVzID0gJ0ZBSUxFRCc7XHJcblxyXG4gICAgICB0aGlzLnJlZGlyZWN0VG9QYWdlKCdwcm9maWxlJyk7XHJcblxyXG4gICAgfSwgKGVycm9yKSA9PiB7XHJcbiAgICAgIGlmKGVycm9yLm1lc3NhZ2UgPT0gJ1BheW1lbnQgRmFpbGVkJyl7XHJcbiAgICAgICAgdGhpcy5wYXltZW50U3RhdHVzID0gJ0ZBSUxFRCc7XHJcbiAgICAgICAgdGhpcy5yZWRpcmVjdFRvUGFnZSgncHJvcGVydHktbGlzdCcpO1xyXG4gICAgICAgIHJldHVybjtcclxuICAgICAgfVxyXG5cclxuICAgICAgaWYgKHRoaXMuQVBJX0NPVU5UID49IHRoaXMuTUFYX0FQSV9DT1VOVCkge1xyXG4gICAgICAgIHRoaXMucGF5bWVudFN0YXR1cyA9ICdGQUlMRUQnO1xyXG4gICAgICAgIHRoaXMucmVkaXJlY3RUb1BhZ2UoJ3Byb3BlcnR5LWxpc3QnKTtcclxuICAgICAgfSBlbHNlIHtcclxuICAgICAgICB0aGlzLmNoZWNrUGF5bWVudFN0YXR1cygpO1xyXG4gICAgICB9XHJcbiAgICB9KVxyXG4gIH1cclxuXHJcbiAgcmVkaXJlY3RUb1BhZ2UocGFnZVVybDogc3RyaW5nKSB7XHJcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcclxuICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUoW2Ake3BhZ2VVcmx9YF0pXHJcbiAgICB9LCA1MDAwKVxyXG4gIH1cclxufVxyXG4iLCI8c2VjdGlvbiBjbGFzcz1cIm1haW4tc2VjdGlvbiBzcGlubmVyXCIgKm5nSWY9XCJwYXltZW50U3RhdHVzID09PSAnT05HT0lORydcIj5cclxuICA8ZGl2PlxyXG4gICAgPG1hdC1zcGlubmVyPjwvbWF0LXNwaW5uZXI+XHJcbiAgICA8cD5QbGVhc2UgV2FpdC4uLjwvcD5cclxuICA8L2Rpdj5cclxuPC9zZWN0aW9uPlxyXG5cclxuPHNlY3Rpb24gY2xhc3M9XCJtYWluLXNlY3Rpb24gc3Bpbm5lclwiICpuZ0lmPVwicGF5bWVudFN0YXR1cyA9PT0gJ1NVQ0NFU1MnXCI+XHJcbiAgPGRpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJpbWFnZV9zZWN0aW9uXCI+XHJcbiAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9kZXYtYmVlb3MuczMuYW1hem9uYXdzLmNvbS9wcm9kdWN0X2ltYWdlLzQ1MjgwMWMxNzM2MzE1OTEwNjIwc3VjZXNzLmdpZlwiIGFsdD1cImxvYWRlclwiPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwic3VjY2Vzc19oZWFkaW5nXCI+XHJcbiAgICAgICAgUGF5bWVudCBTdWNjZXNzZnVsbFxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcblxyXG48L3NlY3Rpb24+XHJcblxyXG48c2VjdGlvbiBjbGFzcz1cIm1haW4tc2VjdGlvbiBzcGlubmVyXCIgKm5nSWY9XCJwYXltZW50U3RhdHVzID09PSAnRkFJTEVEJ1wiPlxyXG4gIDxkaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaW1hZ2Vfc2VjdGlvblwiPlxyXG4gICAgICA8aW1nIHNyYz1cImh0dHBzOi8vZGV2LWJlZW9zLnMzLmFtYXpvbmF3cy5jb20vcHJvZHVjdF9pbWFnZS84MTIzNzFjMTczNjMxNTkxNjg0MGZhaWwuanBnXCIgYWx0PVwibG9hZGVyXCI+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJzdWNjZXNzX2hlYWRpbmdcIj5cclxuICAgICAgICBQYXltZW50IEZhaWxlZFxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvc2VjdGlvbj5cclxuIl19
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MyDocumentsComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<MyDocumentsComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<MyDocumentsComponent, "simpo-my-documents", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MyOrdersComponent {
3
- constructor();
4
- ngOnInit(): void;
5
- activeTab: any;
6
- tabs: any;
7
- properties: any;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MyOrdersComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<MyOrdersComponent, "simpo-my-orders", never, {}, {}, never, never, true, never>;
10
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MyStatementComponent {
3
- constructor();
4
- tableHeaders: any;
5
- tableData: any;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MyStatementComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<MyStatementComponent, "simpo-my-statement", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class NeedHelpComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<NeedHelpComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<NeedHelpComponent, "simpo-need-help", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,26 +0,0 @@
1
- import { MatDialogRef } from '@angular/material/dialog';
2
- import { RestService } from '../../services/rest.service';
3
- import { EventsService } from '../../services/events.service';
4
- import * as i0 from "@angular/core";
5
- export declare class PaymentConfirmationComponent {
6
- dialogRef: MatDialogRef<PaymentConfirmationComponent>;
7
- data: any;
8
- private restService;
9
- private _eventService;
10
- constructor(dialogRef: MatDialogRef<PaymentConfirmationComponent>, data: any, restService: RestService, _eventService: EventsService);
11
- propertyDetails: any;
12
- sqFeetArea: number;
13
- payload: any;
14
- investorDetails: any;
15
- tokenRequest: any;
16
- ngOnInit(): void;
17
- close(): void;
18
- addOrRemoveProperty(): void;
19
- addSqFeet(): void;
20
- removeSqFeet(): void;
21
- purchaseProperty(): void;
22
- getInvestorDetails(): void;
23
- preventMinus(event: KeyboardEvent): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<PaymentConfirmationComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<PaymentConfirmationComponent, "simpo-payment-confirmation", never, {}, {}, never, never, true, never>;
26
- }
@@ -1,16 +0,0 @@
1
- import { RestService } from './../../services/rest.service';
2
- import * as i0 from "@angular/core";
3
- export declare class PropertiesComponent {
4
- private restService;
5
- constructor(restService: RestService);
6
- ngOnInit(): void;
7
- propertyDetails: any;
8
- selectedId: any;
9
- pageLoader: boolean;
10
- getPropertyDetails(): void;
11
- screenWidth: any;
12
- getScreenSize(): void;
13
- viewTab: boolean;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertiesComponent, "simpo-properties", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,16 +0,0 @@
1
- import { RestService } from './../../services/rest.service';
2
- import * as i0 from "@angular/core";
3
- export declare class PropertyViewComponent {
4
- private restService;
5
- id: any;
6
- constructor(restService: RestService);
7
- ngOnInit(): void;
8
- propertyDetails: any;
9
- srcHeight: any;
10
- srcWidth: any;
11
- getScreenSize(event?: any): void;
12
- pageLoader: boolean;
13
- getPropertyDetails(id: any): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<PropertyViewComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyViewComponent, "simpo-property-view", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
16
- }
@@ -1,38 +0,0 @@
1
- import { RestService } from '../../services/rest.service';
2
- import { MessageService } from 'primeng/api';
3
- import { Subscription } from 'rxjs';
4
- import { Router } from '@angular/router';
5
- import { MatDialogRef } from '@angular/material/dialog';
6
- import * as i0 from "@angular/core";
7
- export declare class KycDetailsComponent {
8
- private restService;
9
- private readonly messageService;
10
- private router;
11
- private readonly dialogRef;
12
- constructor(restService: RestService, messageService: MessageService, router: Router, dialogRef: MatDialogRef<KycDetailsComponent>);
13
- panRequest: any;
14
- aadharRequest: any;
15
- verifyAadharRequest: any;
16
- aadharOtpArray: any[];
17
- isPanVerified: boolean;
18
- isAadharverified: boolean;
19
- aadharOtpSent: boolean;
20
- panVerifyLoader: boolean;
21
- aadharVerifyLoader: boolean;
22
- kycDetailsSubscription?: Subscription;
23
- ngOnInit(): void;
24
- ngOnDestroy(): void;
25
- getKycDetails(): void;
26
- verifyPanNumber(): void;
27
- validatePan(): boolean;
28
- sendAadharOtp(): void;
29
- verifyAadharOtp(): void;
30
- validateAadhaar(): boolean;
31
- moveAadharOtpCursor(event: any, idx: number): void;
32
- checkKycVerification(): void;
33
- closeDialog(): void;
34
- redirectToProductList(): void;
35
- get isMobile(): boolean;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<KycDetailsComponent, [null, null, null, { optional: true; }]>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<KycDetailsComponent, "simpo-kyc-details", never, {}, {}, never, never, true, never>;
38
- }
@@ -1,18 +0,0 @@
1
- import { ProfileSectionModel } from './profile-section.modal';
2
- import { RestService } from '../../services/rest.service';
3
- import * as i0 from "@angular/core";
4
- export declare class ProfileSectionComponent {
5
- private restService;
6
- data?: ProfileSectionModel;
7
- constructor(restService: RestService);
8
- ngOnInit(): void;
9
- selectedPanel: string;
10
- skelLoader: boolean;
11
- skelArray: any[];
12
- sidePanelTabs: any[];
13
- investorDetails: any;
14
- getInvestorDetails(): void;
15
- getInitials(): string;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<ProfileSectionComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ProfileSectionComponent, "simpo-profile-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
18
- }
@@ -1,5 +0,0 @@
1
- export interface ProfileSectionModel {
2
- id: string;
3
- sectionType: string;
4
- sectionName: string;
5
- }
@@ -1,40 +0,0 @@
1
- import { PropertyDetailModel } from './property-detail.model';
2
- import { RestService } from '../../services/rest.service';
3
- import { ActivatedRoute, Router } from '@angular/router';
4
- import { MatDialog } from '@angular/material/dialog';
5
- import { Subscription } from 'rxjs';
6
- import { MessageService } from 'primeng/api';
7
- import * as i0 from "@angular/core";
8
- export declare class PropertyDetailComponent {
9
- private restService;
10
- private activatedRoute;
11
- private router;
12
- private readonly matDialog;
13
- private readonly messageService;
14
- data?: PropertyDetailModel;
15
- constructor(restService: RestService, activatedRoute: ActivatedRoute, router: Router, matDialog: MatDialog, messageService: MessageService);
16
- buttonLoader: boolean;
17
- propertyId: string;
18
- propertyDetails: any;
19
- kycDetailsSubscription?: Subscription;
20
- ngOnInit(): void;
21
- skelLoader: boolean;
22
- skelArray: any[];
23
- ngOnDestroy(): void;
24
- getPropertyDetails(): void;
25
- index: number;
26
- propertyNumbers: any;
27
- aboutText: string;
28
- keyValue: any;
29
- investmentCards: any;
30
- pdfCards: any;
31
- sqft: number;
32
- noOfSqft: number;
33
- purchaseProperty(): void;
34
- checkMinInvestment(): boolean;
35
- getKycDetails(): void;
36
- get isMobile(): boolean;
37
- preventMinus(event: KeyboardEvent): void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<PropertyDetailComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyDetailComponent, "simpo-property-detail", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
40
- }
@@ -1,5 +0,0 @@
1
- export interface PropertyDetailModel {
2
- id: string;
3
- sectionType: string;
4
- sectionName: string;
5
- }
@@ -1,67 +0,0 @@
1
- import { SignUpSignInModel } from './signup-signin.model';
2
- import BaseSection from '../BaseSection';
3
- import { EventsService } from './../../services/events.service';
4
- import { RestService } from '../../services/rest.service';
5
- import { ActivatedRoute, Router } from '@angular/router';
6
- import { MessageService } from 'primeng/api';
7
- import { MatDialog } from '@angular/material/dialog';
8
- import { Subscription } from 'rxjs';
9
- import * as i0 from "@angular/core";
10
- export declare class SignupSigninComponent extends BaseSection {
11
- private _eventService;
12
- private restService;
13
- private router;
14
- private activatedRoute;
15
- private readonly messageService;
16
- private matDialog;
17
- data?: SignUpSignInModel;
18
- index?: number;
19
- edit?: boolean;
20
- delete?: boolean;
21
- constructor(_eventService: EventsService, restService: RestService, router: Router, activatedRoute: ActivatedRoute, messageService: MessageService, matDialog: MatDialog);
22
- propertyId?: number;
23
- buttonLoader: boolean;
24
- textType: string;
25
- textType1: string;
26
- kycDetailsSubscription?: Subscription;
27
- ngOnInit(): void;
28
- ngOnDestroy(): void;
29
- currentPage: 'LOGIN' | 'SIGN_UP' | 'OTP' | 'FORGOT_PASSWORD' | 'OTP_VERIFY';
30
- kycDetailsSubscripition?: Subscription;
31
- backgroundImage: any;
32
- editSection(): void;
33
- otpArray: any[];
34
- move(event: any, idx: number): void;
35
- loginOtpArray: any[];
36
- moveLoginOtpCursor(event: any, idx: number): void;
37
- loginEmail: string;
38
- investor: any;
39
- otpSent: boolean;
40
- buttonClickedEvent(): void;
41
- showWarning: boolean;
42
- invalidEmail: boolean;
43
- invalidPhone: boolean;
44
- verifyPhoneEmail(): void;
45
- validEmail(): void;
46
- validPhone(): void;
47
- signUp(): void;
48
- sendOtp(): void;
49
- loginWithPassword(): void;
50
- isSignUp: boolean;
51
- resend: boolean;
52
- sendOtpForLogin(): void;
53
- showForgotFields: boolean;
54
- logInOtp: string;
55
- verifyOtp(): void;
56
- isValidEmail(email: string): boolean;
57
- isValidPhone(phno: string): boolean;
58
- getKycDetails(): void;
59
- get isMobile(): boolean;
60
- reEnteredPassword: string;
61
- newPassword: string;
62
- fOtpSent: boolean;
63
- checkPasswordMatch(password: string, reEnteredPassword: string): boolean;
64
- forgotPassword(): void;
65
- static ɵfac: i0.ɵɵFactoryDeclaration<SignupSigninComponent, never>;
66
- 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>;
67
- }
@@ -1,10 +0,0 @@
1
- import { CardStyles, StylesModel } from "./../../styles/style.model";
2
- export interface SignUpSignInModel {
3
- id: string;
4
- sectionType: string;
5
- sectionName: string;
6
- content: {};
7
- styles: SignInSignUpStylesModel;
8
- }
9
- export interface SignInSignUpStylesModel extends StylesModel, CardStyles {
10
- }
@@ -1,16 +0,0 @@
1
- import { RestService } from '../../services/rest.service';
2
- import { Router } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class VerifyPropertyPaymentComponent {
5
- private restService;
6
- private router;
7
- paymentStatus: 'ONGOING' | 'SUCCESS' | 'FAILED';
8
- private API_COUNT;
9
- private MAX_API_COUNT;
10
- constructor(restService: RestService, router: Router);
11
- ngOnInit(): void;
12
- checkPaymentStatus(): void;
13
- redirectToPage(pageUrl: string): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<VerifyPropertyPaymentComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<VerifyPropertyPaymentComponent, "simpo-verify-property-payment", never, {}, {}, never, never, true, never>;
16
- }
Binary file