simpo-component-library 3.0.1 → 3.0.3

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 (206) hide show
  1. package/README.md +24 -24
  2. package/esm2022/lib/components/delete-hover-element/delete-hover-element.component.mjs +3 -3
  3. package/esm2022/lib/components/document/document.component.mjs +3 -3
  4. package/esm2022/lib/components/image-loading/image-loading.component.mjs +3 -3
  5. package/esm2022/lib/components/payment-details/payment-details.component.mjs +3 -3
  6. package/esm2022/lib/constants/business.constant.mjs +1 -1
  7. package/esm2022/lib/directive/blur-content.directive.mjs +1 -1
  8. package/esm2022/lib/directive/borderlessImage.directive.mjs +1 -1
  9. package/esm2022/lib/directive/button-directive.directive.mjs +1 -1
  10. package/esm2022/lib/directive/color.directive.mjs +1 -1
  11. package/esm2022/lib/directive/column-directive.directive.mjs +1 -1
  12. package/esm2022/lib/directive/container-alignment.directive.mjs +1 -1
  13. package/esm2022/lib/directive/container-fir.directive.mjs +1 -1
  14. package/esm2022/lib/directive/content-title-spacing.directive.mjs +1 -1
  15. package/esm2022/lib/directive/corner-directive.mjs +1 -1
  16. package/esm2022/lib/directive/hoverborder.directive.mjs +1 -1
  17. package/esm2022/lib/directive/image-container.directive.mjs +1 -1
  18. package/esm2022/lib/directive/image-directive.directive.mjs +1 -1
  19. package/esm2022/lib/directive/image-position.directive.mjs +1 -1
  20. package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
  21. package/esm2022/lib/directive/spacing-around.directive.mjs +1 -1
  22. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +1 -1
  23. package/esm2022/lib/directive/sticky-directive.mjs +1 -1
  24. package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
  25. package/esm2022/lib/directive/text-size.directive.mjs +1 -1
  26. package/esm2022/lib/directive/wrap-containers.directive.mjs +1 -1
  27. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +3 -3
  28. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -3
  29. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +3 -3
  30. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
  31. package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +1 -1
  32. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
  33. package/esm2022/lib/ecommerce/sections/category-product/category-product.model.mjs +1 -1
  34. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +3 -3
  35. package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +1 -1
  36. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +3 -3
  37. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.model.mjs +1 -1
  38. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +3 -3
  39. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  40. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +3 -3
  41. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
  42. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  43. package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +3 -3
  44. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
  45. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +3 -3
  46. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +3 -3
  47. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  48. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
  49. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  50. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
  51. package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +1 -1
  52. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +3 -3
  53. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +3 -3
  54. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
  55. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.modal.mjs +1 -1
  56. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +3 -3
  57. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.model.mjs +1 -1
  58. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +3 -3
  59. package/esm2022/lib/ecommerce/styles/BaseCollection.modal.mjs +1 -1
  60. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +1 -1
  61. package/esm2022/lib/ecommerce/styles/OrderedItems.modal.mjs +1 -1
  62. package/esm2022/lib/ecommerce/styles/PincodeLocation.model.mjs +1 -1
  63. package/esm2022/lib/ecommerce/styles/PincodeLocationInter.model.mjs +1 -1
  64. package/esm2022/lib/ecommerce/styles/cart.modal.mjs +1 -1
  65. package/esm2022/lib/ecommerce/styles/category.modal.mjs +1 -1
  66. package/esm2022/lib/ecommerce/styles/order.modal.mjs +1 -1
  67. package/esm2022/lib/ecommerce/styles/product.modal.mjs +1 -1
  68. package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
  69. package/esm2022/lib/ecommerce/styles/user.modal.mjs +1 -1
  70. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  71. package/esm2022/lib/elements/button/button.component.mjs +3 -3
  72. package/esm2022/lib/elements/button/button.model.mjs +1 -1
  73. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +3 -3
  74. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  75. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
  76. package/esm2022/lib/elements/index.mjs +6 -7
  77. package/esm2022/lib/elements/my-documents/my-documents.component.mjs +11 -0
  78. package/esm2022/lib/elements/my-orders/my-orders.component.mjs +64 -0
  79. package/esm2022/lib/elements/my-statement/my-statement.component.mjs +26 -0
  80. package/esm2022/lib/elements/need-help/need-help.component.mjs +11 -0
  81. package/esm2022/lib/elements/payment-confirmation/payment-confirmation.component.mjs +90 -0
  82. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +32 -45
  83. package/esm2022/lib/elements/properties/properties.component.mjs +40 -0
  84. package/esm2022/lib/elements/property-view/property-view.component.mjs +84 -0
  85. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  86. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +3 -3
  87. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  88. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  89. package/esm2022/lib/pipes/amount.pipe.mjs +1 -1
  90. package/esm2022/lib/pipes/gender.pipe.mjs +1 -1
  91. package/esm2022/lib/sections/BaseSection.mjs +1 -1
  92. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
  93. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +3 -3
  94. package/esm2022/lib/sections/appointment-form/appointment-form.model.mjs +1 -1
  95. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  96. package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
  97. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
  98. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -3
  99. package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
  100. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -3
  101. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  102. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  103. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  104. package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -3
  105. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  106. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  107. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  108. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  109. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  110. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  111. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  112. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
  113. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  114. package/esm2022/lib/sections/kyc-details/kyc-details.component.mjs +163 -0
  115. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
  116. package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
  117. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  118. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  119. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +41 -12
  120. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
  121. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  122. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  123. package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
  124. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  125. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  126. package/esm2022/lib/sections/profile-section/profile-section.component.mjs +52 -0
  127. package/esm2022/lib/sections/profile-section/profile-section.modal.mjs +2 -0
  128. package/esm2022/lib/sections/property-component/property-component.component.mjs +84 -7
  129. package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
  130. package/esm2022/lib/sections/property-detail/property-detail.component.mjs +149 -0
  131. package/esm2022/lib/sections/property-detail/property-detail.model.mjs +2 -0
  132. package/esm2022/lib/sections/property-list/property-list.component.mjs +29 -57
  133. package/esm2022/lib/sections/property-list/property-list.modal.mjs +1 -1
  134. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  135. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  136. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +3 -3
  137. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +1 -1
  138. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  139. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  140. package/esm2022/lib/sections/signup-signin/signup-signin.component.mjs +407 -0
  141. package/esm2022/lib/sections/signup-signin/signup-signin.model.mjs +2 -0
  142. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +3 -3
  143. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  144. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  145. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  146. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
  147. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  148. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  149. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +3 -3
  150. package/esm2022/lib/sections/testimonial-video/testimonial-video.model.mjs +1 -1
  151. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  152. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +3 -3
  153. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +1 -1
  154. package/esm2022/lib/sections/verify-property-payment/verify-property-payment.component.mjs +55 -0
  155. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
  156. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  157. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +3 -3
  158. package/esm2022/lib/services/cart.service.mjs +1 -1
  159. package/esm2022/lib/services/endUser.service.mjs +1 -1
  160. package/esm2022/lib/services/events.service.mjs +2 -1
  161. package/esm2022/lib/services/image-upload-service.service.mjs +1 -1
  162. package/esm2022/lib/services/rest.service.mjs +106 -9
  163. package/esm2022/lib/services/sanitizeHtml.mjs +1 -1
  164. package/esm2022/lib/services/storage.service.mjs +1 -1
  165. package/esm2022/lib/styles/index.mjs +6 -1
  166. package/esm2022/lib/styles/style.model.mjs +1 -1
  167. package/esm2022/lib/styles/types.mjs +1 -1
  168. package/esm2022/public-api.mjs +5 -1
  169. package/fesm2022/simpo-component-library.mjs +3407 -2284
  170. package/fesm2022/simpo-component-library.mjs.map +1 -1
  171. package/lib/directive/background-directive.d.ts +1 -1
  172. package/lib/directive/button-directive.directive.d.ts +1 -1
  173. package/lib/directive/color.directive.d.ts +1 -1
  174. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  175. package/lib/elements/index.d.ts +2 -3
  176. package/lib/elements/my-documents/my-documents.component.d.ts +5 -0
  177. package/lib/elements/my-orders/my-orders.component.d.ts +10 -0
  178. package/lib/elements/my-statement/my-statement.component.d.ts +8 -0
  179. package/lib/elements/need-help/need-help.component.d.ts +5 -0
  180. package/lib/elements/payment-confirmation/payment-confirmation.component.d.ts +25 -0
  181. package/lib/elements/portfolio/portfolio.component.d.ts +11 -12
  182. package/lib/elements/properties/properties.component.d.ts +16 -0
  183. package/lib/elements/property-view/property-view.component.d.ts +16 -0
  184. package/lib/sections/kyc-details/kyc-details.component.d.ts +38 -0
  185. package/lib/sections/navbar-section/navbar-section.component.d.ts +9 -1
  186. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  187. package/lib/sections/profile-section/profile-section.component.d.ts +16 -0
  188. package/lib/sections/profile-section/profile-section.modal.d.ts +5 -0
  189. package/lib/sections/property-component/property-component.component.d.ts +25 -4
  190. package/lib/sections/property-component/property-component.modal.d.ts +11 -18
  191. package/lib/sections/property-detail/property-detail.component.d.ts +38 -0
  192. package/lib/sections/property-detail/property-detail.model.d.ts +5 -0
  193. package/lib/sections/property-list/property-list.component.d.ts +9 -2
  194. package/lib/sections/signup-signin/signup-signin.component.d.ts +65 -0
  195. package/lib/sections/signup-signin/signup-signin.model.d.ts +10 -0
  196. package/lib/sections/verify-property-payment/verify-property-payment.component.d.ts +16 -0
  197. package/lib/services/events.service.d.ts +1 -0
  198. package/lib/services/rest.service.d.ts +26 -0
  199. package/lib/styles/index.d.ts +4 -0
  200. package/package.json +1 -1
  201. package/public-api.d.ts +4 -0
  202. package/simpo-component-library-3.0.3.tgz +0 -0
  203. package/src/lib/styles/global-styles.css +86 -86
  204. package/esm2022/lib/elements/property/property.component.mjs +0 -41
  205. package/lib/elements/property/property.component.d.ts +0 -8
  206. package/simpo-component-library-3.0.1.tgz +0 -0
@@ -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
  }
@@ -45,7 +45,7 @@ export declare class AuthenticationRequiredComponent {
45
45
  validateNumber(event: KeyboardEvent): void;
46
46
  validateOTP(event: KeyboardEvent): void;
47
47
  checkStrength(): void;
48
- getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
48
+ getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
49
49
  get isEmailValid(): boolean;
50
50
  get isPasswordValid(): boolean;
51
51
  get isMobile(): boolean;
@@ -9,10 +9,9 @@ import * as i7 from "./simpo-button/simpo-button.component";
9
9
  import * as i8 from "./socia-icons/socia-icons.component";
10
10
  import * as i9 from "./card-skeleton-loader/card-skeleton-loader.component";
11
11
  import * as i10 from "./svg-divider/svg-divider.component";
12
- import * as i11 from "./property/property.component";
13
- import * as i12 from "./portfolio/portfolio.component";
12
+ import * as i11 from "./payment-confirmation/payment-confirmation.component";
14
13
  export declare class SimpoElementsModule {
15
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SimpoElementsModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.PropertyComponent, typeof i12.PortfolioComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.PropertyComponent, typeof i12.PortfolioComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.PaymentConfirmationComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent, typeof i10.SvgDividerComponent, typeof i11.PaymentConfirmationComponent]>;
17
16
  static ɵinj: i0.ɵɵInjectorDeclaration<SimpoElementsModule>;
18
17
  }
@@ -0,0 +1,5 @@
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
+ }
@@ -0,0 +1,10 @@
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
+ }
@@ -0,0 +1,8 @@
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
+ }
@@ -0,0 +1,5 @@
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
+ }
@@ -0,0 +1,25 @@
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
+ static ɵfac: i0.ɵɵFactoryDeclaration<PaymentConfirmationComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaymentConfirmationComponent, "simpo-payment-confirmation", never, {}, {}, never, never, true, never>;
25
+ }
@@ -1,17 +1,16 @@
1
+ import { RestService } from './../../services/rest.service';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class PortfolioComponent {
3
- property_list: {
4
- name: string;
5
- sq_ft: string;
6
- price: string;
7
- color: string;
8
- }[];
9
- dropDownValues: string[];
10
- topCards: {
11
- icon: string;
12
- text: string;
13
- count: string;
14
- }[];
4
+ private restService;
5
+ constructor(restService: RestService);
6
+ growthAmount: number;
7
+ growthPercentage: number;
8
+ portFolioData: any;
9
+ ngOnInit(): void;
10
+ pageLoader: boolean;
11
+ getPortfolioDetails(): void;
12
+ propertyDetails: any;
13
+ getPropertyDetails(): void;
15
14
  static ɵfac: i0.ɵɵFactoryDeclaration<PortfolioComponent, never>;
16
15
  static ɵcmp: i0.ɵɵComponentDeclaration<PortfolioComponent, "simpo-portfolio", never, {}, {}, never, never, true, never>;
17
16
  }
@@ -0,0 +1,16 @@
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
+ }
@@ -0,0 +1,16 @@
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
+ }
@@ -0,0 +1,38 @@
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
+ }
@@ -9,6 +9,7 @@ import { StorageServiceService } from '../../services/storage.service';
9
9
  import { MatBottomSheet } from '@angular/material/bottom-sheet';
10
10
  import { HEADER_STYLING, ProductCardTheme } from '../../styles/index';
11
11
  import { RestService } from '../../services/rest.service';
12
+ import { MessageService } from 'primeng/api';
12
13
  import * as i0 from "@angular/core";
13
14
  export declare class NavbarSectionComponent implements OnInit {
14
15
  private readonly _eventService;
@@ -19,6 +20,7 @@ export declare class NavbarSectionComponent implements OnInit {
19
20
  private readonly cookieService;
20
21
  private readonly storageService;
21
22
  private readonly restService;
23
+ private readonly messageService;
22
24
  data?: HeaderSectionModel;
23
25
  nextComponent: any;
24
26
  index?: number;
@@ -33,7 +35,8 @@ export declare class NavbarSectionComponent implements OnInit {
33
35
  searchText: string;
34
36
  theme: typeof ProductCardTheme;
35
37
  HeaderStyling: typeof HEADER_STYLING;
36
- constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService, restService: RestService);
38
+ realEstateMobileMenu: boolean;
39
+ constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService, restService: RestService, messageService: MessageService);
37
40
  searchProducts(): void;
38
41
  goToFav(): void;
39
42
  get stylesLayout(): LayOutModel;
@@ -49,6 +52,7 @@ export declare class NavbarSectionComponent implements OnInit {
49
52
  get getParentHeight(): any;
50
53
  get getDropdownLinks(): string[];
51
54
  get isEcommerceWebsite(): boolean;
55
+ get isRealEstateWebsite(): boolean;
52
56
  close(): void;
53
57
  showEditors: boolean;
54
58
  showEditTabs(isShow: boolean): void;
@@ -68,9 +72,13 @@ export declare class NavbarSectionComponent implements OnInit {
68
72
  get getHeaderStyling(): HEADER_STYLING | undefined;
69
73
  get isMobile(): boolean;
70
74
  getKeys(object: any): string[];
75
+ get isLoggedIn(): boolean;
71
76
  getValues(object: any): unknown[];
72
77
  get userGender(): import("../../ecommerce/styles/user.modal").GENDER | null;
73
78
  get getNavbarButton(): any[];
79
+ redirectToProfile(): void;
80
+ logout(): void;
81
+ closeMobileMenu(): void;
74
82
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
75
83
  static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
76
84
  }
@@ -17,7 +17,7 @@ export declare class PricingSectionComponent extends BaseSection {
17
17
  style?: PricingSectionStylesModel;
18
18
  constructor(_eventService: EventsService);
19
19
  ngOnInit(): void;
20
- getTextColor(): "#ffffff" | "#000000";
20
+ getTextColor(): "#000000" | "#ffffff";
21
21
  get headingSpace(): SPACING;
22
22
  editSection(): void;
23
23
  redirectTo(): void;
@@ -0,0 +1,16 @@
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
+ sidePanelTabs: any[];
11
+ investorDetails: any;
12
+ getInvestorDetails(): void;
13
+ getInitials(): string;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProfileSectionComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProfileSectionComponent, "simpo-profile-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
16
+ }
@@ -0,0 +1,5 @@
1
+ export interface ProfileSectionModel {
2
+ id: string;
3
+ sectionType: string;
4
+ sectionName: string;
5
+ }
@@ -1,10 +1,31 @@
1
- import { PropertyContentModel, PropertySectionModel } from './property-component.modal';
1
+ import { PropertyContentModel, PropertySectionModel, PropertyStylesModel } from './property-component.modal';
2
+ import BaseSection from '../BaseSection';
3
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
4
+ import { RestService } from '../../services/rest.service';
5
+ import { Router } from '@angular/router';
6
+ import { EventsService } from '../../services/events.service';
7
+ import { Subscription } from 'rxjs';
2
8
  import * as i0 from "@angular/core";
3
- export declare class PropertyComponentComponent {
9
+ export declare class PropertyComponentComponent extends BaseSection {
10
+ private restService;
11
+ private router;
12
+ private eventsService;
13
+ constructor(restService: RestService, router: Router, eventsService: EventsService);
4
14
  data?: PropertySectionModel;
5
- content?: PropertyContentModel;
6
15
  index?: number;
16
+ edit?: boolean;
17
+ delete?: boolean;
18
+ nextComponentColor?: BackgroundModel;
19
+ content?: PropertyContentModel;
20
+ styles?: PropertyStylesModel;
21
+ propertyListEventSubscription?: Subscription;
22
+ skelLoader: boolean;
7
23
  ngOnInit(): void;
24
+ ngOnDestroy(): void;
25
+ getPropertyList(): void;
26
+ propertyList: any[];
27
+ get stylesLayout(): LayOutModel;
28
+ redirectToPropertyDetails(propertyId: string): void;
8
29
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyComponentComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponentComponent, "simpo-property-component", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponentComponent, "simpo-property-component", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
10
31
  }
@@ -1,28 +1,21 @@
1
- import { InputTextModel, ListItemModal } from './../../styles/style.model';
1
+ import { Corners } from './../../styles/index';
2
+ import { AnimationModel, BackgroundModel, BorderModel, DeviderModel, InputTextModel, LayOutModel } from './../../styles/style.model';
2
3
  export interface PropertySectionModel {
3
4
  id: string;
4
5
  sectionType: string;
5
6
  sectionName: string;
6
7
  content: PropertyContentModel;
8
+ styles: PropertyStylesModel;
7
9
  }
8
10
  export interface PropertyContentModel {
9
11
  inputText: InputTextModel[];
10
- listItem: ListItemModal<Property>;
12
+ propertyIds: number[];
11
13
  }
12
- export interface Location {
13
- city: string;
14
- state: string;
15
- }
16
- export interface Feature {
17
- key: string;
18
- value: string;
19
- }
20
- export interface Property {
21
- heading: string;
22
- location: Location;
23
- latitude: string;
24
- longitude: string;
25
- minInvestment: string;
26
- features: Feature[];
27
- backgroundImageUrl: string;
14
+ export interface PropertyStylesModel {
15
+ layout: LayOutModel;
16
+ background: BackgroundModel;
17
+ animation: AnimationModel;
18
+ border: BorderModel;
19
+ devider: DeviderModel;
20
+ corners: Corners;
28
21
  }
@@ -0,0 +1,38 @@
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
+ propertyId: string;
17
+ propertyDetails: any;
18
+ kycDetailsSubscription?: Subscription;
19
+ ngOnInit(): void;
20
+ skelLoader: boolean;
21
+ skelArray: any[];
22
+ ngOnDestroy(): void;
23
+ getPropertyDetails(): void;
24
+ index: number;
25
+ propertyNumbers: any;
26
+ aboutText: string;
27
+ keyValue: any;
28
+ investmentCards: any;
29
+ pdfCards: any;
30
+ sqft: number;
31
+ noOfSqft: number;
32
+ purchaseProperty(): void;
33
+ checkMinInvestment(): boolean;
34
+ getKycDetails(): void;
35
+ get isMobile(): boolean;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<PropertyDetailComponent, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyDetailComponent, "simpo-property-detail", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
38
+ }
@@ -0,0 +1,5 @@
1
+ export interface PropertyDetailModel {
2
+ id: string;
3
+ sectionType: string;
4
+ sectionName: string;
5
+ }
@@ -3,20 +3,27 @@ import { PropertyListContentModal, PropertyListModal, PropertyListStylesModal }
3
3
  import { LayOutModel } from '../../styles/style.model';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { SPACING } from '../../styles/index';
6
+ import { RestService } from '../../services/rest.service';
7
+ import { Router } from '@angular/router';
6
8
  import * as i0 from "@angular/core";
7
9
  export declare class PropertyListComponent extends BaseSection implements OnInit {
10
+ private restService;
11
+ private router;
8
12
  data?: PropertyListModal;
9
13
  index?: number;
10
14
  edit?: boolean;
11
15
  delete?: boolean;
12
16
  customClass?: string;
13
- constructor();
17
+ constructor(restService: RestService, router: Router);
14
18
  styles?: PropertyListStylesModal;
15
19
  content?: PropertyListContentModal;
16
20
  ngOnInit(): void;
17
- propertyList: any[];
21
+ skelLoader: boolean;
22
+ getPropertyList(): void;
23
+ propertyList: any;
18
24
  get stylesLayout(): LayOutModel;
19
25
  get headingSpace(): SPACING;
26
+ redirectToPropertyDetails(propertyId: string): void;
20
27
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyListComponent, never>;
21
28
  static ɵcmp: i0.ɵɵComponentDeclaration<PropertyListComponent, "simpo-property-list", 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>;
22
29
  }
@@ -0,0 +1,65 @@
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
+ kycDetailsSubscription?: Subscription;
26
+ ngOnInit(): void;
27
+ ngOnDestroy(): void;
28
+ currentPage: 'LOGIN' | 'SIGN_UP' | 'OTP' | 'FORGOT_PASSWORD' | 'OTP_VERIFY';
29
+ kycDetailsSubscripition?: Subscription;
30
+ backgroundImage: any;
31
+ editSection(): void;
32
+ otpArray: any[];
33
+ move(event: any, idx: number): void;
34
+ loginOtpArray: any[];
35
+ moveLoginOtpCursor(event: any, idx: number): void;
36
+ loginEmail: string;
37
+ investor: any;
38
+ otpSent: boolean;
39
+ buttonClickedEvent(): void;
40
+ showWarning: boolean;
41
+ invalidEmail: boolean;
42
+ invalidPhone: boolean;
43
+ verifyPhoneEmail(): void;
44
+ validEmail(): void;
45
+ validPhone(): void;
46
+ signUp(): void;
47
+ sendOtp(): void;
48
+ loginWithPassword(): void;
49
+ isSignUp: boolean;
50
+ resend: boolean;
51
+ sendOtpForLogin(): void;
52
+ showForgotFields: boolean;
53
+ logInOtp: string;
54
+ verifyOtp(): void;
55
+ isValidEmail(email: string): boolean;
56
+ getKycDetails(): void;
57
+ get isMobile(): boolean;
58
+ reEnteredPassword: string;
59
+ newPassword: string;
60
+ fOtpSent: boolean;
61
+ checkPasswordMatch(password: string, reEnteredPassword: string): boolean;
62
+ forgotPassword(): void;
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<SignupSigninComponent, never>;
64
+ 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>;
65
+ }
@@ -0,0 +1,10 @@
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
+ }
@@ -0,0 +1,16 @@
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
+ }
@@ -43,6 +43,7 @@ export declare class EventsService implements OnInit {
43
43
  environmentType: EventEmitter<string>;
44
44
  categoryProductList: EventEmitter<string>;
45
45
  collectionsListEvent: EventEmitter<string[]>;
46
+ propertyListEvent: EventEmitter<string>;
46
47
  categoryListEvent: EventEmitter<string>;
47
48
  showLoadingScreen: EventEmitter<boolean>;
48
49
  cashFreeEvent: EventEmitter<unknown>;
@@ -11,8 +11,13 @@ export declare class RestService implements OnDestroy {
11
11
  private readonly eventService;
12
12
  private BASE_URL;
13
13
  private ECOMMERCE_URL;
14
+ private PAYMENT_URL;
15
+ private INVESTOR_URL;
14
16
  private CMIS_URL;
15
17
  private environmentTypeSubscriber;
18
+ kycDetails: any;
19
+ investorDetail: any;
20
+ portfolioDetails: any;
16
21
  constructor(http: HttpClient, eventService: EventsService);
17
22
  ngOnDestroy(): void;
18
23
  getFeaturedProduct(collectionId: string | undefined | null): Observable<any>;
@@ -79,6 +84,27 @@ export declare class RestService implements OnDestroy {
79
84
  getAllDocument(payload: any): Observable<Object>;
80
85
  getLeadById(leadId: any): Observable<Object>;
81
86
  getRegistrationList(payload: any): Observable<Object>;
87
+ getFeaturedProperty(propertyIds: number[]): Observable<Object>;
88
+ getPropertyList(): Observable<Object>;
89
+ getPropertyDetails(propertyId: string): Observable<Object>;
90
+ signUp(investor: any): Observable<Object>;
91
+ sendOtp(email: any): Observable<Object>;
92
+ login(payload: any): Observable<Object>;
93
+ verifyOtp(email: string, otp: string): Observable<Object>;
94
+ logout(): Observable<Object>;
95
+ verifyPan(request: any): Observable<Object>;
96
+ sendAadharOtp(request: any): Observable<Object>;
97
+ verifyAadharOtp(request: any): Observable<Object>;
98
+ getInvesterById(): Observable<any>;
99
+ createPropertyPaymentToken(payload: any): Observable<Object>;
100
+ verifyPropertyPaymentStatus(): Observable<Object>;
101
+ getKycDetails(): Observable<any>;
102
+ getPortfolioDetails(): Observable<any>;
103
+ propertyDetails: any;
104
+ getMyPropertyDetails(): Observable<any>;
105
+ getPropertyById(propertyId: any): Observable<Object>;
106
+ verifyEmailPhone(phoneNumber: any, email: any): Observable<Object>;
107
+ forgotPassword(payload: any): Observable<Object>;
82
108
  getFieldsToDisplay(fieldsList: any[]): any;
83
109
  static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
84
110
  static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
@@ -221,3 +221,7 @@ export declare const svgData: {
221
221
  rotateY: boolean;
222
222
  };
223
223
  };
224
+ export declare enum StorageKeys {
225
+ INVESTOR_ID = "investorId",
226
+ ORDER_ID = "orderId"
227
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -36,6 +36,10 @@ export * from './lib/sections/registration-form/registration-form.component';
36
36
  export * from './lib/sections/property-component/property-component.component';
37
37
  export * from './lib/sections/usp-video-section/usp-video-section.component';
38
38
  export * from './lib/sections/property-list/property-list.component';
39
+ export * from './lib/sections/property-detail/property-detail.component';
40
+ export * from './lib/sections/signup-signin/signup-signin.component';
41
+ export * from './lib/sections/profile-section/profile-section.component';
42
+ export * from './lib/sections/verify-property-payment/verify-property-payment.component';
39
43
  export * from './lib/ecommerce/sections/featured-products/featured-products.component';
40
44
  export * from './lib/ecommerce/sections/featured-category/featured-category.component';
41
45
  export * from './lib/ecommerce/sections/product-desc/product-desc.component';