simpo-component-library 2.2.226 → 3.0.0

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 (200) 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 -6
  77. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +3 -3
  78. package/esm2022/lib/elements/property/property.component.mjs +41 -0
  79. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  80. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +3 -3
  81. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  82. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  83. package/esm2022/lib/pipes/amount.pipe.mjs +1 -1
  84. package/esm2022/lib/pipes/gender.pipe.mjs +1 -1
  85. package/esm2022/lib/sections/BaseSection.mjs +1 -1
  86. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
  87. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +3 -3
  88. package/esm2022/lib/sections/appointment-form/appointment-form.model.mjs +1 -1
  89. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  90. package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
  91. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
  92. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -3
  93. package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
  94. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -3
  95. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  96. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  97. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  98. package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -3
  99. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  100. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  101. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  102. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  103. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  104. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  105. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  106. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
  107. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  108. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
  109. package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
  110. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  111. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  112. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +12 -41
  113. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
  114. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  115. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  116. package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
  117. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  118. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  119. package/esm2022/lib/sections/property-component/property-component.component.mjs +7 -78
  120. package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
  121. package/esm2022/lib/sections/property-list/property-list.component.mjs +48 -101
  122. package/esm2022/lib/sections/property-list/property-list.modal.mjs +1 -1
  123. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  124. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  125. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +3 -3
  126. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +1 -1
  127. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  128. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  129. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +3 -3
  130. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  131. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  132. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  133. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
  134. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  135. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  136. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +3 -3
  137. package/esm2022/lib/sections/testimonial-video/testimonial-video.model.mjs +1 -1
  138. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  139. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +3 -3
  140. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +1 -1
  141. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
  142. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  143. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +3 -3
  144. package/esm2022/lib/services/cart.service.mjs +1 -1
  145. package/esm2022/lib/services/endUser.service.mjs +1 -1
  146. package/esm2022/lib/services/events.service.mjs +1 -2
  147. package/esm2022/lib/services/image-upload-service.service.mjs +1 -1
  148. package/esm2022/lib/services/rest.service.mjs +3 -71
  149. package/esm2022/lib/services/sanitizeHtml.mjs +1 -1
  150. package/esm2022/lib/services/storage.service.mjs +1 -1
  151. package/esm2022/lib/styles/index.mjs +1 -6
  152. package/esm2022/lib/styles/style.model.mjs +1 -1
  153. package/esm2022/lib/styles/types.mjs +1 -1
  154. package/esm2022/public-api.mjs +1 -5
  155. package/fesm2022/simpo-component-library.mjs +1480 -2514
  156. package/fesm2022/simpo-component-library.mjs.map +1 -1
  157. package/lib/elements/index.d.ts +3 -3
  158. package/lib/elements/property/property.component.d.ts +8 -0
  159. package/lib/sections/navbar-section/navbar-section.component.d.ts +1 -9
  160. package/lib/sections/property-component/property-component.component.d.ts +4 -24
  161. package/lib/sections/property-component/property-component.modal.d.ts +18 -11
  162. package/lib/sections/property-list/property-list.component.d.ts +1 -7
  163. package/lib/services/events.service.d.ts +0 -1
  164. package/lib/services/rest.service.d.ts +0 -18
  165. package/lib/styles/index.d.ts +0 -4
  166. package/package.json +1 -1
  167. package/public-api.d.ts +0 -4
  168. package/simpo-component-library-3.0.0.tgz +0 -0
  169. package/src/lib/styles/global-styles.css +86 -86
  170. package/esm2022/lib/elements/my-documents/my-documents.component.mjs +0 -11
  171. package/esm2022/lib/elements/my-orders/my-orders.component.mjs +0 -64
  172. package/esm2022/lib/elements/my-statement/my-statement.component.mjs +0 -26
  173. package/esm2022/lib/elements/need-help/need-help.component.mjs +0 -11
  174. package/esm2022/lib/elements/payment-confirmation/payment-confirmation.component.mjs +0 -90
  175. package/esm2022/lib/elements/properties/properties.component.mjs +0 -70
  176. package/esm2022/lib/elements/property-view/property-view.component.mjs +0 -42
  177. package/esm2022/lib/sections/kyc-details/kyc-details.component.mjs +0 -163
  178. package/esm2022/lib/sections/profile-section/profile-section.component.mjs +0 -52
  179. package/esm2022/lib/sections/profile-section/profile-section.modal.mjs +0 -2
  180. package/esm2022/lib/sections/property-detail/property-detail.component.mjs +0 -121
  181. package/esm2022/lib/sections/property-detail/property-detail.model.mjs +0 -2
  182. package/esm2022/lib/sections/signup-signin/signup-signin.component.mjs +0 -278
  183. package/esm2022/lib/sections/signup-signin/signup-signin.model.mjs +0 -2
  184. package/esm2022/lib/sections/verify-property-payment/verify-property-payment.component.mjs +0 -55
  185. package/lib/elements/my-documents/my-documents.component.d.ts +0 -5
  186. package/lib/elements/my-orders/my-orders.component.d.ts +0 -10
  187. package/lib/elements/my-statement/my-statement.component.d.ts +0 -8
  188. package/lib/elements/need-help/need-help.component.d.ts +0 -5
  189. package/lib/elements/payment-confirmation/payment-confirmation.component.d.ts +0 -25
  190. package/lib/elements/properties/properties.component.d.ts +0 -12
  191. package/lib/elements/property-view/property-view.component.d.ts +0 -8
  192. package/lib/sections/kyc-details/kyc-details.component.d.ts +0 -38
  193. package/lib/sections/profile-section/profile-section.component.d.ts +0 -16
  194. package/lib/sections/profile-section/profile-section.modal.d.ts +0 -5
  195. package/lib/sections/property-detail/property-detail.component.d.ts +0 -32
  196. package/lib/sections/property-detail/property-detail.model.d.ts +0 -5
  197. package/lib/sections/signup-signin/signup-signin.component.d.ts +0 -49
  198. package/lib/sections/signup-signin/signup-signin.model.d.ts +0 -10
  199. package/lib/sections/verify-property-payment/verify-property-payment.component.d.ts +0 -16
  200. package/simpo-component-library-2.2.226.tgz +0 -0
@@ -9,10 +9,10 @@ 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 "./portfolio/portfolio.component";
13
- import * as i12 from "./payment-confirmation/payment-confirmation.component";
12
+ import * as i11 from "./property/property.component";
13
+ import * as i12 from "./portfolio/portfolio.component";
14
14
  export declare class SimpoElementsModule {
15
15
  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.PortfolioComponent, typeof i12.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.PortfolioComponent, typeof i12.PaymentConfirmationComponent]>;
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]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<SimpoElementsModule>;
18
18
  }
@@ -0,0 +1,8 @@
1
+ import { Property } from '@simpo-ui/sections/property-component/property-component.modal';
2
+ import * as i0 from "@angular/core";
3
+ export declare class PropertyComponent {
4
+ element?: Property;
5
+ obj: any;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<PropertyComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponent, "simpo-property", never, { "element": { "alias": "element"; "required": false; }; }, {}, never, never, true, never>;
8
+ }
@@ -9,7 +9,6 @@ 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';
13
12
  import * as i0 from "@angular/core";
14
13
  export declare class NavbarSectionComponent implements OnInit {
15
14
  private readonly _eventService;
@@ -20,7 +19,6 @@ export declare class NavbarSectionComponent implements OnInit {
20
19
  private readonly cookieService;
21
20
  private readonly storageService;
22
21
  private readonly restService;
23
- private readonly messageService;
24
22
  data?: HeaderSectionModel;
25
23
  nextComponent: any;
26
24
  index?: number;
@@ -35,8 +33,7 @@ export declare class NavbarSectionComponent implements OnInit {
35
33
  searchText: string;
36
34
  theme: typeof ProductCardTheme;
37
35
  HeaderStyling: typeof HEADER_STYLING;
38
- realEstateMobileMenu: boolean;
39
- constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService, restService: RestService, messageService: MessageService);
36
+ constructor(_eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, matDialog: MatDialog, bottomSheet: MatBottomSheet, cookieService: CookieService, storageService: StorageServiceService, restService: RestService);
40
37
  searchProducts(): void;
41
38
  goToFav(): void;
42
39
  get stylesLayout(): LayOutModel;
@@ -52,7 +49,6 @@ export declare class NavbarSectionComponent implements OnInit {
52
49
  get getParentHeight(): any;
53
50
  get getDropdownLinks(): string[];
54
51
  get isEcommerceWebsite(): boolean;
55
- get isRealEstateWebsite(): boolean;
56
52
  close(): void;
57
53
  showEditors: boolean;
58
54
  showEditTabs(isShow: boolean): void;
@@ -72,13 +68,9 @@ export declare class NavbarSectionComponent implements OnInit {
72
68
  get getHeaderStyling(): HEADER_STYLING | undefined;
73
69
  get isMobile(): boolean;
74
70
  getKeys(object: any): string[];
75
- get isLoggedIn(): boolean;
76
71
  getValues(object: any): unknown[];
77
72
  get userGender(): import("../../ecommerce/styles/user.modal").GENDER | null;
78
73
  get getNavbarButton(): any[];
79
- redirectToProfile(): void;
80
- logout(): void;
81
- closeMobileMenu(): void;
82
74
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
83
75
  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>;
84
76
  }
@@ -1,30 +1,10 @@
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';
1
+ import { PropertyContentModel, PropertySectionModel } from './property-component.modal';
8
2
  import * as i0 from "@angular/core";
9
- export declare class PropertyComponentComponent extends BaseSection {
10
- private restService;
11
- private router;
12
- private eventsService;
13
- constructor(restService: RestService, router: Router, eventsService: EventsService);
3
+ export declare class PropertyComponentComponent {
14
4
  data?: PropertySectionModel;
15
- index?: number;
16
- edit?: boolean;
17
- delete?: boolean;
18
- nextComponentColor?: BackgroundModel;
19
5
  content?: PropertyContentModel;
20
- styles?: PropertyStylesModel;
21
- propertyListEventSubscription?: Subscription;
6
+ index?: number;
22
7
  ngOnInit(): void;
23
- ngOnDestroy(): void;
24
- getPropertyList(): void;
25
- propertyList: any[];
26
- get stylesLayout(): LayOutModel;
27
- redirectToPropertyDetails(propertyId: string): void;
28
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyComponentComponent, never>;
29
- 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>;
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
10
  }
@@ -1,21 +1,28 @@
1
- import { Corners } from './../../styles/index';
2
- import { AnimationModel, BackgroundModel, BorderModel, DeviderModel, InputTextModel, LayOutModel } from './../../styles/style.model';
1
+ import { InputTextModel, ListItemModal } from './../../styles/style.model';
3
2
  export interface PropertySectionModel {
4
3
  id: string;
5
4
  sectionType: string;
6
5
  sectionName: string;
7
6
  content: PropertyContentModel;
8
- styles: PropertyStylesModel;
9
7
  }
10
8
  export interface PropertyContentModel {
11
9
  inputText: InputTextModel[];
12
- propertyIds: number[];
10
+ listItem: ListItemModal<Property>;
13
11
  }
14
- export interface PropertyStylesModel {
15
- layout: LayOutModel;
16
- background: BackgroundModel;
17
- animation: AnimationModel;
18
- border: BorderModel;
19
- devider: DeviderModel;
20
- corners: Corners;
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;
21
28
  }
@@ -3,26 +3,20 @@ 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';
8
6
  import * as i0 from "@angular/core";
9
7
  export declare class PropertyListComponent extends BaseSection implements OnInit {
10
- private restService;
11
- private router;
12
8
  data?: PropertyListModal;
13
9
  index?: number;
14
10
  edit?: boolean;
15
11
  delete?: boolean;
16
12
  customClass?: string;
17
- constructor(restService: RestService, router: Router);
13
+ constructor();
18
14
  styles?: PropertyListStylesModal;
19
15
  content?: PropertyListContentModal;
20
16
  ngOnInit(): void;
21
- getPropertyList(): void;
22
17
  propertyList: any[];
23
18
  get stylesLayout(): LayOutModel;
24
19
  get headingSpace(): SPACING;
25
- redirectToPropertyDetails(propertyId: string): void;
26
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyListComponent, never>;
27
21
  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>;
28
22
  }
@@ -43,7 +43,6 @@ 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>;
47
46
  categoryListEvent: EventEmitter<string>;
48
47
  showLoadingScreen: EventEmitter<boolean>;
49
48
  cashFreeEvent: EventEmitter<unknown>;
@@ -11,11 +11,8 @@ 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
14
  private CMIS_URL;
16
15
  private environmentTypeSubscriber;
17
- kycDetails: any;
18
- investorDetail: any;
19
16
  constructor(http: HttpClient, eventService: EventsService);
20
17
  ngOnDestroy(): void;
21
18
  getFeaturedProduct(collectionId: string | undefined | null): Observable<any>;
@@ -82,21 +79,6 @@ export declare class RestService implements OnDestroy {
82
79
  getAllDocument(payload: any): Observable<Object>;
83
80
  getLeadById(leadId: any): Observable<Object>;
84
81
  getRegistrationList(payload: any): Observable<Object>;
85
- getFeaturedProperty(propertyIds: number[]): Observable<Object>;
86
- getPropertyList(): Observable<Object>;
87
- getPropertyDetails(propertyId: string): Observable<Object>;
88
- signUp(investor: any): Observable<Object>;
89
- sendOtp(email: any): Observable<Object>;
90
- login(payload: any): Observable<Object>;
91
- verifyOtp(email: string, otp: string): Observable<Object>;
92
- logout(): Observable<Object>;
93
- verifyPan(request: any): Observable<Object>;
94
- sendAadharOtp(request: any): Observable<Object>;
95
- verifyAadharOtp(request: any): Observable<Object>;
96
- getInvesterById(): Observable<any>;
97
- createPropertyPaymentToken(payload: any): Observable<Object>;
98
- verifyPropertyPaymentStatus(): Observable<Object>;
99
- getKycDetails(): Observable<any>;
100
82
  getFieldsToDisplay(fieldsList: any[]): any;
101
83
  static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
102
84
  static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
@@ -221,7 +221,3 @@ 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": "2.2.226",
3
+ "version": "3.0.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -36,10 +36,6 @@ 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';
43
39
  export * from './lib/ecommerce/sections/featured-products/featured-products.component';
44
40
  export * from './lib/ecommerce/sections/featured-category/featured-category.component';
45
41
  export * from './lib/ecommerce/sections/product-desc/product-desc.component';
@@ -1,86 +1,86 @@
1
- @media screen and (min-width: 1280px) {
2
- .content-side {
3
- h1 {
4
- font-size: 72px!important;
5
- line-height: 80px!important;
6
- }
7
- h2 {
8
- font-size: 48px!important;
9
- line-height: 56px!important;
10
- }
11
- h3 {
12
- font-size: 32px!important;
13
- line-height: 40px!important;
14
- }
15
- h4 {
16
- font-size: 24px!important;
17
- line-height: 36px!important;
18
- }
19
- h5 {
20
- font-size: 18px!important;
21
- line-height: 28px!important;
22
- }
23
- p{
24
- font-size: 16px!important;
25
- line-height: 21px!important;
26
- }
27
- }
28
-
29
- }
30
-
31
- @media screen and (min-width: 768px) {
32
- .content-side {
33
- h1 {
34
- font-size: 46px;
35
- line-height: 54px;
36
- }
37
- h2 {
38
- font-size: 35px;
39
- line-height: 42px;
40
- }
41
- h3 {
42
- font-size: 28px;
43
- line-height: 36px;
44
- }
45
- h4 {
46
- font-size: 18px;
47
- line-height: 26px;
48
- }
49
- h5 {
50
- font-size: 16px;
51
- line-height: 24px;
52
- }
53
- p{
54
- font-size: 14px;
55
- line-height: 21px;
56
- }
57
- }
58
-
59
- }
60
-
61
- .content-side {
62
- h1 {
63
- font-size: 36px;
64
- line-height: 42px;
65
- }
66
- h2 {
67
- font-size: 30px;
68
- line-height: 36px;
69
- }
70
- h3 {
71
- font-size: 24px;
72
- line-height: 32px;
73
- }
74
- h4 {
75
- font-size: 18px;
76
- line-height: 26px;
77
- }
78
- h5 {
79
- font-size: 16px;
80
- line-height: 24px;
81
- }
82
- p{
83
- font-size: 14px;
84
- line-height: 21px;
85
- }
86
- }
1
+ @media screen and (min-width: 1280px) {
2
+ .content-side {
3
+ h1 {
4
+ font-size: 72px!important;
5
+ line-height: 80px!important;
6
+ }
7
+ h2 {
8
+ font-size: 48px!important;
9
+ line-height: 56px!important;
10
+ }
11
+ h3 {
12
+ font-size: 32px!important;
13
+ line-height: 40px!important;
14
+ }
15
+ h4 {
16
+ font-size: 24px!important;
17
+ line-height: 36px!important;
18
+ }
19
+ h5 {
20
+ font-size: 18px!important;
21
+ line-height: 28px!important;
22
+ }
23
+ p{
24
+ font-size: 16px!important;
25
+ line-height: 21px!important;
26
+ }
27
+ }
28
+
29
+ }
30
+
31
+ @media screen and (min-width: 768px) {
32
+ .content-side {
33
+ h1 {
34
+ font-size: 46px;
35
+ line-height: 54px;
36
+ }
37
+ h2 {
38
+ font-size: 35px;
39
+ line-height: 42px;
40
+ }
41
+ h3 {
42
+ font-size: 28px;
43
+ line-height: 36px;
44
+ }
45
+ h4 {
46
+ font-size: 18px;
47
+ line-height: 26px;
48
+ }
49
+ h5 {
50
+ font-size: 16px;
51
+ line-height: 24px;
52
+ }
53
+ p{
54
+ font-size: 14px;
55
+ line-height: 21px;
56
+ }
57
+ }
58
+
59
+ }
60
+
61
+ .content-side {
62
+ h1 {
63
+ font-size: 36px;
64
+ line-height: 42px;
65
+ }
66
+ h2 {
67
+ font-size: 30px;
68
+ line-height: 36px;
69
+ }
70
+ h3 {
71
+ font-size: 24px;
72
+ line-height: 32px;
73
+ }
74
+ h4 {
75
+ font-size: 18px;
76
+ line-height: 26px;
77
+ }
78
+ h5 {
79
+ font-size: 16px;
80
+ line-height: 24px;
81
+ }
82
+ p{
83
+ font-size: 14px;
84
+ line-height: 21px;
85
+ }
86
+ }
@@ -1,11 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class MyDocumentsComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MyDocumentsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: MyDocumentsComponent, isStandalone: true, selector: "simpo-my-documents", ngImport: i0, template: "<p>my-documents works!</p>\r\n", styles: [""] }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MyDocumentsComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'simpo-my-documents', standalone: true, imports: [], template: "<p>my-documents works!</p>\r\n" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXktZG9jdW1lbnRzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NpbXBvLXVpL3NyYy9saWIvZWxlbWVudHMvbXktZG9jdW1lbnRzL215LWRvY3VtZW50cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL215LWRvY3VtZW50cy9teS1kb2N1bWVudHMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLG9CQUFvQjs4R0FBcEIsb0JBQW9CO2tHQUFwQixvQkFBb0IsOEVDVGpDLGdDQUNBOzsyRkRRYSxvQkFBb0I7a0JBUGhDLFNBQVM7K0JBQ0Usb0JBQW9CLGNBQ2xCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3NpbXBvLW15LWRvY3VtZW50cycsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vbXktZG9jdW1lbnRzLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vbXktZG9jdW1lbnRzLmNvbXBvbmVudC5jc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNeURvY3VtZW50c0NvbXBvbmVudCB7XHJcblxyXG59XHJcbiIsIjxwPm15LWRvY3VtZW50cyB3b3JrcyE8L3A+XHJcbiJdfQ==
@@ -1,64 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component } from '@angular/core';
3
- import { MatIcon } from '@angular/material/icon';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- export class MyOrdersComponent {
7
- constructor() {
8
- this.activeTab = "ALL_ORDERS";
9
- this.tabs = [
10
- { viewValue: "All Orders", value: "ALL_ORDERS" },
11
- { viewValue: "Open Orders", value: "ORDERS" },
12
- { viewValue: "Successful Orders", value: "SUCCESS" },
13
- { viewValue: "Unsuccessful Orders", value: "UNSUCCESS" },
14
- { viewValue: "Sell Orders", value: "SELL" },
15
- ];
16
- this.properties = [
17
- {
18
- imgUrl: "https://prod-simpo.s3.ap-south-1.amazonaws.com/prod-images/815921c1739254843186image%20%285%29.png",
19
- status: "SUCCESS",
20
- investedOn: "10th May 2023",
21
- sqft: "450 Sq ft",
22
- investedAmount: "₹4.1 L",
23
- orderType: "Sell Order",
24
- orderPlacedOn: "10th May 2023",
25
- orderExecutedOn: "12th May 2023",
26
- propertyName: "Real Estate Debt Investment - Blue Moon",
27
- propertyLocation: "RRR Hyderabad, Telangana",
28
- },
29
- {
30
- imgUrl: "https://prod-simpo.s3.ap-south-1.amazonaws.com/prod-images/815921c1739254843186image%20%285%29.png",
31
- status: "PENDING",
32
- investedOn: "10th May 2023",
33
- sqft: "450 Sq ft",
34
- investedAmount: "₹4.1 L",
35
- orderType: "Buy Order",
36
- orderPlacedOn: "10th May 2023",
37
- orderExecutedOn: "12th May 2023",
38
- propertyName: "Real Estate Debt Investment - Blue Moon",
39
- propertyLocation: "RRR Hyderabad, Telangana",
40
- },
41
- {
42
- imgUrl: "https://prod-simpo.s3.ap-south-1.amazonaws.com/prod-images/815921c1739254843186image%20%285%29.png",
43
- status: "CANCELLED",
44
- investedOn: "10th May 2023",
45
- sqft: "450 Sq ft",
46
- investedAmount: "₹4.1 L",
47
- orderType: "Buy Order",
48
- orderPlacedOn: "10th May 2023",
49
- orderExecutedOn: "12th May 2023",
50
- propertyName: "Real Estate Debt Investment - Blue Moon",
51
- propertyLocation: "RRR Hyderabad, Telangana",
52
- }
53
- ];
54
- }
55
- ngOnInit() {
56
- }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MyOrdersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
58
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: MyOrdersComponent, isStandalone: true, selector: "simpo-my-orders", ngImport: i0, template: "<div class=\"main-container\">\r\n <div class=\"property-tabs d-flex gap-10 mt-3 mb-3\">\r\n <div class=\"tab\" *ngFor=\"let ele of tabs\" (click)=\"activeTab = ele.value\"\r\n [class.tabActive]=\"activeTab == ele.value\">{{ele.viewValue}}</div>\r\n </div>\r\n <div class=\"cards-container\">\r\n <div class=\"property-card mb-3\" *ngFor=\"let ele of properties\">\r\n <div class=\"card-top d-flex justify-content-between\">\r\n <div class=\"card-left d-flex p-10 align-items-center\">\r\n <div class=\"br-1 p-0-10\">\r\n <div class=\"status\" [class.success]=\"ele.status == 'SUCCESS'\" [class.cancelled]=\"ele.status == 'CANCELLED'\">\r\n &#x2022;&nbsp;{{ele.status | titlecase}}\r\n </div>\r\n </div>\r\n <div class=\"investedOn p-10\">\r\n {{ele.investedOn}}\r\n </div>\r\n </div>\r\n <div class=\"card-right d-flex align-items-center\" [class.buy]=\"ele.orderType == 'Buy Order' \">\r\n {{ele.orderType}}\r\n </div>\r\n </div>\r\n <div class=\"card-middle d-flex justify-content-between p-15\">\r\n <div class=\"middle-1 d-flex gap-10\">\r\n <div class=\"image-container\">\r\n <img [src]=\"ele.imgUrl\" alt=\"property image\" class=\"property-img\">\r\n </div>\r\n <div class=\"property-details\">\r\n <div class=\"property-name\">{{ele.propertyName}}</div>\r\n <div class=\"property-location\">{{ele.propertyLocation}}</div>\r\n </div>\r\n </div>\r\n <div class=\"middle-2\">\r\n {{ele.sqft}}\r\n </div>\r\n <div class=\"middle-3\">\r\n {{ele.investedAmount}}\r\n </div>\r\n </div>\r\n <div class=\"card-bottom d-flex align-items-center\">\r\n <div class=\"round-container\">\r\n <div class=\"round-1 d-flex align-items-center justify-content-center round-1-active\"><mat-icon class=\"d-flex align-items-center justify-content-center f-16\">check</mat-icon></div>\r\n </div>\r\n <div class=\"line\"></div>\r\n <div class=\"round-container\">\r\n <div class=\"round-2 d-flex align-items-center justify-content-center\" [class.round-1-active]=\"ele.status == 'SUCCESS'\" [class.round-cancelled]=\"ele.status == 'CANCELLED'\"><mat-icon *ngIf=\"ele.status == 'CANCELLED'\" class=\"d-flex align-items-center justify-content-center f-16\">close</mat-icon><mat-icon class=\"d-flex align-items-center justify-content-center f-16\" *ngIf=\"ele.status == 'SUCCESS'\">check</mat-icon></div>\r\n </div>\r\n </div>\r\n <div class=\"card-bottom d-flex justify-content-between\">\r\n <div class=\"placed\">\r\n <p class=\"placed-text mb-0\">Order Placed</p><span class=\"date\">{{ele.orderPlacedOn}}</span>\r\n </div>\r\n <div class=\"placed\">\r\n <p class=\"placed-text mb-0\">Order {{ele.status == 'CANCELLED' ? \"Cancelled\" : \"Executed\"}}</p><span class=\"date\">{{ele.orderExecutedOn}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["*{font-family:DM Sans!important}mat-icon{font-family:Material Icons!important}.tab{padding:10px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:8px;font-size:16px;line-height:24px;font-weight:500;color:#01161e;cursor:pointer}.tabActive{color:#f8a938!important;border:1px solid rgba(248,169,56,1)!important}.gap-10{gap:10px}.cards-container{height:70vh;overflow-y:scroll}.property-card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:10px}.p-10{padding:10px}.p-15{padding:15px}.status{background:#ffd84b1a;border-radius:10px;font-size:14px;font-weight:600;line-height:21px;color:#f3be00;padding:5px}.success{background-color:#09b6000f!important;color:#09b600!important}.cancelled{background-color:#9017150d!important;color:#e43d11!important}.br-1{border-right:2px solid rgba(0,0,0,.2)}.card-bottom{width:70%;margin:0 auto}.round-1,.round-2{height:3vh;width:20px;background:#e1e1e1;border-radius:50%}.round-1-active{background:#f8a938!important;color:#fff}.f-18{font-size:18px}.line{background:#e1e1e1;height:2px;width:80%}.card-bottom-1{width:70%;margin:0 auto}.investedOn{font-size:16px;line-height:21px;font-weight:600;color:#000000b3}.card-right{background:#f86e38;border-radius:8px 0 0 8px;font-size:14px;line-height:24px;padding:5px;font-weight:600;color:#fff;margin:15px 0}.buy{background:#077b01!important}.property-name{font-size:16px;line-height:21px;font-weight:600;color:#0009}.property-location{font-size:14px;line-height:44px;font-weight:500;color:#0000004d}.middle-2{font-size:16px;line-height:21px;color:#000000b3;font-weight:600}.middle-3{font-size:26px;line-height:33px;font-weight:700;color:#000000b3}.placed-text{font-size:16px;font-weight:600;line-height:21px;color:#000000b3}.date{font-size:14px;line-height:44px;font-weight:500;color:#0000004d}.property-img{height:8vh;width:80px;border-radius:10px}.f-16{font-size:16px}.p-0-10{padding:0 10px}.round-cancelled{background-color:#fd3516!important;color:#fff!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.TitleCasePipe, name: "titlecase" }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
59
- }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MyOrdersComponent, decorators: [{
61
- type: Component,
62
- args: [{ selector: 'simpo-my-orders', standalone: true, imports: [CommonModule, MatIcon], template: "<div class=\"main-container\">\r\n <div class=\"property-tabs d-flex gap-10 mt-3 mb-3\">\r\n <div class=\"tab\" *ngFor=\"let ele of tabs\" (click)=\"activeTab = ele.value\"\r\n [class.tabActive]=\"activeTab == ele.value\">{{ele.viewValue}}</div>\r\n </div>\r\n <div class=\"cards-container\">\r\n <div class=\"property-card mb-3\" *ngFor=\"let ele of properties\">\r\n <div class=\"card-top d-flex justify-content-between\">\r\n <div class=\"card-left d-flex p-10 align-items-center\">\r\n <div class=\"br-1 p-0-10\">\r\n <div class=\"status\" [class.success]=\"ele.status == 'SUCCESS'\" [class.cancelled]=\"ele.status == 'CANCELLED'\">\r\n &#x2022;&nbsp;{{ele.status | titlecase}}\r\n </div>\r\n </div>\r\n <div class=\"investedOn p-10\">\r\n {{ele.investedOn}}\r\n </div>\r\n </div>\r\n <div class=\"card-right d-flex align-items-center\" [class.buy]=\"ele.orderType == 'Buy Order' \">\r\n {{ele.orderType}}\r\n </div>\r\n </div>\r\n <div class=\"card-middle d-flex justify-content-between p-15\">\r\n <div class=\"middle-1 d-flex gap-10\">\r\n <div class=\"image-container\">\r\n <img [src]=\"ele.imgUrl\" alt=\"property image\" class=\"property-img\">\r\n </div>\r\n <div class=\"property-details\">\r\n <div class=\"property-name\">{{ele.propertyName}}</div>\r\n <div class=\"property-location\">{{ele.propertyLocation}}</div>\r\n </div>\r\n </div>\r\n <div class=\"middle-2\">\r\n {{ele.sqft}}\r\n </div>\r\n <div class=\"middle-3\">\r\n {{ele.investedAmount}}\r\n </div>\r\n </div>\r\n <div class=\"card-bottom d-flex align-items-center\">\r\n <div class=\"round-container\">\r\n <div class=\"round-1 d-flex align-items-center justify-content-center round-1-active\"><mat-icon class=\"d-flex align-items-center justify-content-center f-16\">check</mat-icon></div>\r\n </div>\r\n <div class=\"line\"></div>\r\n <div class=\"round-container\">\r\n <div class=\"round-2 d-flex align-items-center justify-content-center\" [class.round-1-active]=\"ele.status == 'SUCCESS'\" [class.round-cancelled]=\"ele.status == 'CANCELLED'\"><mat-icon *ngIf=\"ele.status == 'CANCELLED'\" class=\"d-flex align-items-center justify-content-center f-16\">close</mat-icon><mat-icon class=\"d-flex align-items-center justify-content-center f-16\" *ngIf=\"ele.status == 'SUCCESS'\">check</mat-icon></div>\r\n </div>\r\n </div>\r\n <div class=\"card-bottom d-flex justify-content-between\">\r\n <div class=\"placed\">\r\n <p class=\"placed-text mb-0\">Order Placed</p><span class=\"date\">{{ele.orderPlacedOn}}</span>\r\n </div>\r\n <div class=\"placed\">\r\n <p class=\"placed-text mb-0\">Order {{ele.status == 'CANCELLED' ? \"Cancelled\" : \"Executed\"}}</p><span class=\"date\">{{ele.orderExecutedOn}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>", styles: ["*{font-family:DM Sans!important}mat-icon{font-family:Material Icons!important}.tab{padding:10px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:8px;font-size:16px;line-height:24px;font-weight:500;color:#01161e;cursor:pointer}.tabActive{color:#f8a938!important;border:1px solid rgba(248,169,56,1)!important}.gap-10{gap:10px}.cards-container{height:70vh;overflow-y:scroll}.property-card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:10px}.p-10{padding:10px}.p-15{padding:15px}.status{background:#ffd84b1a;border-radius:10px;font-size:14px;font-weight:600;line-height:21px;color:#f3be00;padding:5px}.success{background-color:#09b6000f!important;color:#09b600!important}.cancelled{background-color:#9017150d!important;color:#e43d11!important}.br-1{border-right:2px solid rgba(0,0,0,.2)}.card-bottom{width:70%;margin:0 auto}.round-1,.round-2{height:3vh;width:20px;background:#e1e1e1;border-radius:50%}.round-1-active{background:#f8a938!important;color:#fff}.f-18{font-size:18px}.line{background:#e1e1e1;height:2px;width:80%}.card-bottom-1{width:70%;margin:0 auto}.investedOn{font-size:16px;line-height:21px;font-weight:600;color:#000000b3}.card-right{background:#f86e38;border-radius:8px 0 0 8px;font-size:14px;line-height:24px;padding:5px;font-weight:600;color:#fff;margin:15px 0}.buy{background:#077b01!important}.property-name{font-size:16px;line-height:21px;font-weight:600;color:#0009}.property-location{font-size:14px;line-height:44px;font-weight:500;color:#0000004d}.middle-2{font-size:16px;line-height:21px;color:#000000b3;font-weight:600}.middle-3{font-size:26px;line-height:33px;font-weight:700;color:#000000b3}.placed-text{font-size:16px;font-weight:600;line-height:21px;color:#000000b3}.date{font-size:14px;line-height:44px;font-weight:500;color:#0000004d}.property-img{height:8vh;width:80px;border-radius:10px}.f-16{font-size:16px}.p-0-10{padding:0 10px}.round-cancelled{background-color:#fd3516!important;color:#fff!important}\n"] }]
63
- }], ctorParameters: () => [] });
64
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXktb3JkZXJzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NpbXBvLXVpL3NyYy9saWIvZWxlbWVudHMvbXktb3JkZXJzL215LW9yZGVycy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL215LW9yZGVycy9teS1vcmRlcnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLHdCQUF3QixDQUFDOzs7QUFTakQsTUFBTSxPQUFPLGlCQUFpQjtJQUU1QjtRQVFBLGNBQVMsR0FBUyxZQUFZLENBQUE7UUFDOUIsU0FBSSxHQUFTO1lBQ1gsRUFBQyxTQUFTLEVBQUcsWUFBWSxFQUFHLEtBQUssRUFBRyxZQUFZLEVBQUM7WUFDakQsRUFBQyxTQUFTLEVBQUcsYUFBYSxFQUFHLEtBQUssRUFBRyxRQUFRLEVBQUM7WUFDOUMsRUFBQyxTQUFTLEVBQUcsbUJBQW1CLEVBQUcsS0FBSyxFQUFHLFNBQVMsRUFBQztZQUNyRCxFQUFDLFNBQVMsRUFBRyxxQkFBcUIsRUFBRyxLQUFLLEVBQUcsV0FBVyxFQUFDO1lBQ3pELEVBQUMsU0FBUyxFQUFHLGFBQWEsRUFBRyxLQUFLLEVBQUcsTUFBTSxFQUFDO1NBQzdDLENBQUE7UUFFRCxlQUFVLEdBQVM7WUFDakI7Z0JBQ0UsTUFBTSxFQUFHLG9HQUFvRztnQkFDN0csTUFBTSxFQUFHLFNBQVM7Z0JBQ2xCLFVBQVUsRUFBRyxlQUFlO2dCQUM1QixJQUFJLEVBQUcsV0FBVztnQkFDbEIsY0FBYyxFQUFHLFFBQVE7Z0JBQ3pCLFNBQVMsRUFBRyxZQUFZO2dCQUN4QixhQUFhLEVBQUcsZUFBZTtnQkFDL0IsZUFBZSxFQUFHLGVBQWU7Z0JBQ2pDLFlBQVksRUFBRyx5Q0FBeUM7Z0JBQ3hELGdCQUFnQixFQUFHLDBCQUEwQjthQUM5QztZQUNEO2dCQUNFLE1BQU0sRUFBRyxvR0FBb0c7Z0JBQzdHLE1BQU0sRUFBRyxTQUFTO2dCQUNsQixVQUFVLEVBQUcsZUFBZTtnQkFDNUIsSUFBSSxFQUFHLFdBQVc7Z0JBQ2xCLGNBQWMsRUFBRyxRQUFRO2dCQUN6QixTQUFTLEVBQUcsV0FBVztnQkFDdkIsYUFBYSxFQUFHLGVBQWU7Z0JBQy9CLGVBQWUsRUFBRyxlQUFlO2dCQUNqQyxZQUFZLEVBQUcseUNBQXlDO2dCQUN4RCxnQkFBZ0IsRUFBRywwQkFBMEI7YUFDOUM7WUFDRDtnQkFDRSxNQUFNLEVBQUcsb0dBQW9HO2dCQUM3RyxNQUFNLEVBQUcsV0FBVztnQkFDcEIsVUFBVSxFQUFHLGVBQWU7Z0JBQzVCLElBQUksRUFBRyxXQUFXO2dCQUNsQixjQUFjLEVBQUcsUUFBUTtnQkFDekIsU0FBUyxFQUFHLFdBQVc7Z0JBQ3ZCLGFBQWEsRUFBRyxlQUFlO2dCQUMvQixlQUFlLEVBQUcsZUFBZTtnQkFDakMsWUFBWSxFQUFHLHlDQUF5QztnQkFDeEQsZ0JBQWdCLEVBQUcsMEJBQTBCO2FBQzlDO1NBQ0YsQ0FBQTtJQXBERCxDQUFDO0lBRUQsUUFBUTtJQUVSLENBQUM7OEdBUlUsaUJBQWlCO2tHQUFqQixpQkFBaUIsMkVDWDlCLCtoSEEwRE0sMCtERG5ETSxZQUFZLDZUQUFDLE9BQU87OzJGQUluQixpQkFBaUI7a0JBUDdCLFNBQVM7K0JBQ0UsaUJBQWlCLGNBQ2YsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFDLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXRJY29uIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3NpbXBvLW15LW9yZGVycycsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLE1hdEljb25dLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9teS1vcmRlcnMuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9teS1vcmRlcnMuY29tcG9uZW50LmNzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIE15T3JkZXJzQ29tcG9uZW50IHtcclxuXHJcbiAgY29uc3RydWN0b3IoKXtcclxuXHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpe1xyXG5cclxuICB9XHJcblxyXG4gIGFjdGl2ZVRhYiA6IGFueSA9IFwiQUxMX09SREVSU1wiXHJcbiAgdGFicyA6IGFueSA9IFtcclxuICAgIHt2aWV3VmFsdWUgOiBcIkFsbCBPcmRlcnNcIiAsIHZhbHVlIDogXCJBTExfT1JERVJTXCJ9LFxyXG4gICAge3ZpZXdWYWx1ZSA6IFwiT3BlbiBPcmRlcnNcIiAsIHZhbHVlIDogXCJPUkRFUlNcIn0sXHJcbiAgICB7dmlld1ZhbHVlIDogXCJTdWNjZXNzZnVsIE9yZGVyc1wiICwgdmFsdWUgOiBcIlNVQ0NFU1NcIn0sICAgIFxyXG4gICAge3ZpZXdWYWx1ZSA6IFwiVW5zdWNjZXNzZnVsIE9yZGVyc1wiICwgdmFsdWUgOiBcIlVOU1VDQ0VTU1wifSxcclxuICAgIHt2aWV3VmFsdWUgOiBcIlNlbGwgT3JkZXJzXCIgLCB2YWx1ZSA6IFwiU0VMTFwifSwgICBcclxuICBdXHJcblxyXG4gIHByb3BlcnRpZXMgOiBhbnkgPSBbXHJcbiAgICB7XHJcbiAgICAgIGltZ1VybCA6IFwiaHR0cHM6Ly9wcm9kLXNpbXBvLnMzLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbS9wcm9kLWltYWdlcy84MTU5MjFjMTczOTI1NDg0MzE4NmltYWdlJTIwJTI4NSUyOS5wbmdcIixcclxuICAgICAgc3RhdHVzIDogXCJTVUNDRVNTXCIsXHJcbiAgICAgIGludmVzdGVkT24gOiBcIjEwdGggTWF5IDIwMjNcIixcclxuICAgICAgc3FmdCA6IFwiNDUwIFNxIGZ0XCIsXHJcbiAgICAgIGludmVzdGVkQW1vdW50IDogXCLigrk0LjEgTFwiLFxyXG4gICAgICBvcmRlclR5cGUgOiBcIlNlbGwgT3JkZXJcIixcclxuICAgICAgb3JkZXJQbGFjZWRPbiA6IFwiMTB0aCBNYXkgMjAyM1wiLFxyXG4gICAgICBvcmRlckV4ZWN1dGVkT24gOiBcIjEydGggTWF5IDIwMjNcIixcclxuICAgICAgcHJvcGVydHlOYW1lIDogXCJSZWFsIEVzdGF0ZSBEZWJ0IEludmVzdG1lbnQgLSBCbHVlIE1vb25cIixcclxuICAgICAgcHJvcGVydHlMb2NhdGlvbiA6IFwiUlJSIEh5ZGVyYWJhZCwgVGVsYW5nYW5hXCIsXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICBpbWdVcmwgOiBcImh0dHBzOi8vcHJvZC1zaW1wby5zMy5hcC1zb3V0aC0xLmFtYXpvbmF3cy5jb20vcHJvZC1pbWFnZXMvODE1OTIxYzE3MzkyNTQ4NDMxODZpbWFnZSUyMCUyODUlMjkucG5nXCIsXHJcbiAgICAgIHN0YXR1cyA6IFwiUEVORElOR1wiLFxyXG4gICAgICBpbnZlc3RlZE9uIDogXCIxMHRoIE1heSAyMDIzXCIsXHJcbiAgICAgIHNxZnQgOiBcIjQ1MCBTcSBmdFwiLFxyXG4gICAgICBpbnZlc3RlZEFtb3VudCA6IFwi4oK5NC4xIExcIixcclxuICAgICAgb3JkZXJUeXBlIDogXCJCdXkgT3JkZXJcIixcclxuICAgICAgb3JkZXJQbGFjZWRPbiA6IFwiMTB0aCBNYXkgMjAyM1wiLFxyXG4gICAgICBvcmRlckV4ZWN1dGVkT24gOiBcIjEydGggTWF5IDIwMjNcIixcclxuICAgICAgcHJvcGVydHlOYW1lIDogXCJSZWFsIEVzdGF0ZSBEZWJ0IEludmVzdG1lbnQgLSBCbHVlIE1vb25cIixcclxuICAgICAgcHJvcGVydHlMb2NhdGlvbiA6IFwiUlJSIEh5ZGVyYWJhZCwgVGVsYW5nYW5hXCIsXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICBpbWdVcmwgOiBcImh0dHBzOi8vcHJvZC1zaW1wby5zMy5hcC1zb3V0aC0xLmFtYXpvbmF3cy5jb20vcHJvZC1pbWFnZXMvODE1OTIxYzE3MzkyNTQ4NDMxODZpbWFnZSUyMCUyODUlMjkucG5nXCIsXHJcbiAgICAgIHN0YXR1cyA6IFwiQ0FOQ0VMTEVEXCIsXHJcbiAgICAgIGludmVzdGVkT24gOiBcIjEwdGggTWF5IDIwMjNcIixcclxuICAgICAgc3FmdCA6IFwiNDUwIFNxIGZ0XCIsXHJcbiAgICAgIGludmVzdGVkQW1vdW50IDogXCLigrk0LjEgTFwiLFxyXG4gICAgICBvcmRlclR5cGUgOiBcIkJ1eSBPcmRlclwiLFxyXG4gICAgICBvcmRlclBsYWNlZE9uIDogXCIxMHRoIE1heSAyMDIzXCIsXHJcbiAgICAgIG9yZGVyRXhlY3V0ZWRPbiA6IFwiMTJ0aCBNYXkgMjAyM1wiLFxyXG4gICAgICBwcm9wZXJ0eU5hbWUgOiBcIlJlYWwgRXN0YXRlIERlYnQgSW52ZXN0bWVudCAtIEJsdWUgTW9vblwiLFxyXG4gICAgICBwcm9wZXJ0eUxvY2F0aW9uIDogXCJSUlIgSHlkZXJhYmFkLCBUZWxhbmdhbmFcIixcclxuICAgIH1cclxuICBdXHJcblxyXG5cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwibWFpbi1jb250YWluZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJwcm9wZXJ0eS10YWJzIGQtZmxleCBnYXAtMTAgbXQtMyBtYi0zXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInRhYlwiICpuZ0Zvcj1cImxldCBlbGUgb2YgdGFic1wiIChjbGljayk9XCJhY3RpdmVUYWIgPSBlbGUudmFsdWVcIlxyXG4gICAgICAgICAgICBbY2xhc3MudGFiQWN0aXZlXT1cImFjdGl2ZVRhYiA9PSBlbGUudmFsdWVcIj57e2VsZS52aWV3VmFsdWV9fTwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY2FyZHMtY29udGFpbmVyXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInByb3BlcnR5LWNhcmQgbWItM1wiICpuZ0Zvcj1cImxldCBlbGUgb2YgcHJvcGVydGllc1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC10b3AgZC1mbGV4IGp1c3RpZnktY29udGVudC1iZXR3ZWVuXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1sZWZ0IGQtZmxleCBwLTEwIGFsaWduLWl0ZW1zLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJici0xIHAtMC0xMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3RhdHVzXCIgW2NsYXNzLnN1Y2Nlc3NdPVwiZWxlLnN0YXR1cyA9PSAnU1VDQ0VTUydcIiBbY2xhc3MuY2FuY2VsbGVkXT1cImVsZS5zdGF0dXMgPT0gJ0NBTkNFTExFRCdcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICYjeDIwMjI7Jm5ic3A7e3tlbGUuc3RhdHVzIHwgdGl0bGVjYXNlfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludmVzdGVkT24gcC0xMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e2VsZS5pbnZlc3RlZE9ufX1cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmQtcmlnaHQgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiIFtjbGFzcy5idXldPVwiZWxlLm9yZGVyVHlwZSA9PSAnQnV5IE9yZGVyJyBcIj5cclxuICAgICAgICAgICAgICAgICAgICB7e2VsZS5vcmRlclR5cGV9fVxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1taWRkbGUgZC1mbGV4IGp1c3RpZnktY29udGVudC1iZXR3ZWVuIHAtMTVcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtaWRkbGUtMSBkLWZsZXggZ2FwLTEwXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImltYWdlLWNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nIFtzcmNdPVwiZWxlLmltZ1VybFwiIGFsdD1cInByb3BlcnR5IGltYWdlXCIgY2xhc3M9XCJwcm9wZXJ0eS1pbWdcIj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicHJvcGVydHktZGV0YWlsc1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicHJvcGVydHktbmFtZVwiPnt7ZWxlLnByb3BlcnR5TmFtZX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwcm9wZXJ0eS1sb2NhdGlvblwiPnt7ZWxlLnByb3BlcnR5TG9jYXRpb259fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWlkZGxlLTJcIj5cclxuICAgICAgICAgICAgICAgICAgICB7e2VsZS5zcWZ0fX1cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1pZGRsZS0zXCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3tlbGUuaW52ZXN0ZWRBbW91bnR9fVxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1ib3R0b20gZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdW5kLWNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3VuZC0xIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlciByb3VuZC0xLWFjdGl2ZVwiPjxtYXQtaWNvbiBjbGFzcz1cImQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlciBmLTE2XCI+Y2hlY2s8L21hdC1pY29uPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibGluZVwiPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdW5kLWNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3VuZC0yIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlclwiIFtjbGFzcy5yb3VuZC0xLWFjdGl2ZV09XCJlbGUuc3RhdHVzID09ICdTVUNDRVNTJ1wiIFtjbGFzcy5yb3VuZC1jYW5jZWxsZWRdPVwiZWxlLnN0YXR1cyA9PSAnQ0FOQ0VMTEVEJ1wiPjxtYXQtaWNvbiAqbmdJZj1cImVsZS5zdGF0dXMgPT0gJ0NBTkNFTExFRCdcIiBjbGFzcz1cImQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlciBmLTE2XCI+Y2xvc2U8L21hdC1pY29uPjxtYXQtaWNvbiBjbGFzcz1cImQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlciBmLTE2XCIgKm5nSWY9XCJlbGUuc3RhdHVzID09ICdTVUNDRVNTJ1wiPmNoZWNrPC9tYXQtaWNvbj48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmQtYm90dG9tIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlblwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInBsYWNlZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwicGxhY2VkLXRleHQgbWItMFwiPk9yZGVyIFBsYWNlZDwvcD48c3BhbiBjbGFzcz1cImRhdGVcIj57e2VsZS5vcmRlclBsYWNlZE9ufX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwbGFjZWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInBsYWNlZC10ZXh0IG1iLTBcIj5PcmRlciB7e2VsZS5zdGF0dXMgPT0gJ0NBTkNFTExFRCcgPyBcIkNhbmNlbGxlZFwiIDogXCJFeGVjdXRlZFwifX08L3A+PHNwYW4gY2xhc3M9XCJkYXRlXCI+e3tlbGUub3JkZXJFeGVjdXRlZE9ufX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
@@ -1,26 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- export class MyStatementComponent {
6
- constructor() {
7
- this.tableHeaders = ["Amount", "Status", "Payment Method", "Remarks"];
8
- this.tableData = [
9
- { amount: 12000, status: "SUCCESS", method: "Credit Card", remarks: "Property Purchased" },
10
- { amount: 12000, status: "SUCCESS", method: "UPI", remarks: "Property Purchased" },
11
- { amount: 12000, status: "PENDING", method: "Credit Card", remarks: "Property Purchased" },
12
- { amount: 12000, status: "SUCCESS", method: "Credit Card", remarks: "Property Purchased" },
13
- { amount: 12000, status: "SUCCESS", method: "Credit Card", remarks: "Property Purchased" },
14
- { amount: 12000, status: "FAILED", method: "UPI", remarks: "Property Purchased" },
15
- { amount: 12000, status: "SUCCESS", method: "UPI", remarks: "Property Purchased" },
16
- { amount: 12000, status: "FAILED", method: "Credit Card", remarks: "Property Purchased" },
17
- ];
18
- }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MyStatementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
20
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: MyStatementComponent, isStandalone: true, selector: "simpo-my-statement", ngImport: i0, template: "<div class=\"main-container\">\r\n <div class=\"header\">Transaction History</div>\r\n <div class=\"table-container\">\r\n <table class=\"w-100\">\r\n <thead>\r\n <th *ngFor=\"let head of tableHeaders\">{{head}}</th>\r\n </thead>\r\n <tbody>\r\n <tr *ngFor=\"let data of tableData\">\r\n <td>{{data.amount}}</td>\r\n <td><div [class.success]=\"data.status == 'SUCCESS'\" [class.pending]=\"data.status == 'PENDING'\" [class.failed]=\"data.status == 'FAILED'\" class=\"common-style\"> &#x2022;&nbsp;{{data.status | titlecase}}</div></td>\r\n <td>{{data.method}}</td>\r\n <td>{{data.remarks.length > 15 ? data.remarks.substring(0,15)+\"...\" : data.remarks}}</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>", styles: ["*{font-family:DM Sans!important}mat-icon{font-family:Material Icons!important}.main-container{background:#fff;border:2px solid rgba(0,0,0,.06);border-radius:10px;padding:50px}.header{font-size:16px;font-weight:700;line-height:24px;color:#01161e;margin-bottom:20px}.table-container{overflow-y:scroll;height:60vh}.table-container thead{background:#f6f6f6}.table-container th{padding:10px;position:sticky}.table-container tr{background:#fdfdfd;border-bottom:1px solid rgba(0,0,0,.05)}.table-container td{padding:10px;font-weight:500;font-size:16px;line-height:24px;color:#3e3e3e}.success{background:#3bb6101a;color:#2f9335}.pending{background:#f8a9381a;color:#f8a938}.failed{background:#9017151a;color:#901715}.common-style{width:65%;padding:5px;border-radius:10px;text-align:center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: i1.TitleCasePipe, name: "titlecase" }] }); }
21
- }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MyStatementComponent, decorators: [{
23
- type: Component,
24
- args: [{ selector: 'simpo-my-statement', standalone: true, imports: [CommonModule], template: "<div class=\"main-container\">\r\n <div class=\"header\">Transaction History</div>\r\n <div class=\"table-container\">\r\n <table class=\"w-100\">\r\n <thead>\r\n <th *ngFor=\"let head of tableHeaders\">{{head}}</th>\r\n </thead>\r\n <tbody>\r\n <tr *ngFor=\"let data of tableData\">\r\n <td>{{data.amount}}</td>\r\n <td><div [class.success]=\"data.status == 'SUCCESS'\" [class.pending]=\"data.status == 'PENDING'\" [class.failed]=\"data.status == 'FAILED'\" class=\"common-style\"> &#x2022;&nbsp;{{data.status | titlecase}}</div></td>\r\n <td>{{data.method}}</td>\r\n <td>{{data.remarks.length > 15 ? data.remarks.substring(0,15)+\"...\" : data.remarks}}</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>", styles: ["*{font-family:DM Sans!important}mat-icon{font-family:Material Icons!important}.main-container{background:#fff;border:2px solid rgba(0,0,0,.06);border-radius:10px;padding:50px}.header{font-size:16px;font-weight:700;line-height:24px;color:#01161e;margin-bottom:20px}.table-container{overflow-y:scroll;height:60vh}.table-container thead{background:#f6f6f6}.table-container th{padding:10px;position:sticky}.table-container tr{background:#fdfdfd;border-bottom:1px solid rgba(0,0,0,.05)}.table-container td{padding:10px;font-weight:500;font-size:16px;line-height:24px;color:#3e3e3e}.success{background:#3bb6101a;color:#2f9335}.pending{background:#f8a9381a;color:#f8a938}.failed{background:#9017151a;color:#901715}.common-style{width:65%;padding:5px;border-radius:10px;text-align:center}\n"] }]
25
- }], ctorParameters: () => [] });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXktc3RhdGVtZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NpbXBvLXVpL3NyYy9saWIvZWxlbWVudHMvbXktc3RhdGVtZW50L215LXN0YXRlbWVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL215LXN0YXRlbWVudC9teS1zdGF0ZW1lbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVMxQyxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CO1FBSUEsaUJBQVksR0FBUyxDQUFDLFFBQVEsRUFBQyxRQUFRLEVBQUMsZ0JBQWdCLEVBQUMsU0FBUyxDQUFDLENBQUE7UUFFbkUsY0FBUyxHQUFTO1lBQ2hCLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBRyxNQUFNLEVBQUcsU0FBUyxFQUFDLE1BQU0sRUFBRyxhQUFhLEVBQUMsT0FBTyxFQUFHLG9CQUFvQixFQUFDO1lBQzNGLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBRyxNQUFNLEVBQUcsU0FBUyxFQUFDLE1BQU0sRUFBRyxLQUFLLEVBQUMsT0FBTyxFQUFHLG9CQUFvQixFQUFDO1lBQ25GLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBRyxNQUFNLEVBQUcsU0FBUyxFQUFDLE1BQU0sRUFBRyxhQUFhLEVBQUMsT0FBTyxFQUFHLG9CQUFvQixFQUFDO1lBQzNGLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBRyxNQUFNLEVBQUcsU0FBUyxFQUFDLE1BQU0sRUFBRyxhQUFhLEVBQUMsT0FBTyxFQUFHLG9CQUFvQixFQUFDO1lBQzNGLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBRyxNQUFNLEVBQUcsU0FBUyxFQUFDLE1BQU0sRUFBRyxhQUFhLEVBQUMsT0FBTyxFQUFHLG9CQUFvQixFQUFDO1lBQzNGLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBRyxNQUFNLEVBQUcsUUFBUSxFQUFDLE1BQU0sRUFBRyxLQUFLLEVBQUMsT0FBTyxFQUFHLG9CQUFvQixFQUFDO1lBQ2xGLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBRyxNQUFNLEVBQUcsU0FBUyxFQUFDLE1BQU0sRUFBRyxLQUFLLEVBQUMsT0FBTyxFQUFHLG9CQUFvQixFQUFDO1lBQ25GLEVBQUMsTUFBTSxFQUFHLEtBQUssRUFBRyxNQUFNLEVBQUcsUUFBUSxFQUFDLE1BQU0sRUFBRyxhQUFhLEVBQUMsT0FBTyxFQUFHLG9CQUFvQixFQUFDO1NBQzNGLENBQUE7SUFiRCxDQUFDOzhHQUpVLG9CQUFvQjtrR0FBcEIsb0JBQW9CLDhFQ1ZqQywyNEJBaUJNLHUwQkRYTSxZQUFZOzsyRkFJWCxvQkFBb0I7a0JBUGhDLFNBQVM7K0JBQ0Usb0JBQW9CLGNBQ2xCLElBQUksV0FDUCxDQUFDLFlBQVksQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdzaW1wby1teS1zdGF0ZW1lbnQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL215LXN0YXRlbWVudC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL215LXN0YXRlbWVudC5jb21wb25lbnQuY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgTXlTdGF0ZW1lbnRDb21wb25lbnQge1xyXG5cclxuICBjb25zdHJ1Y3Rvcigpe1xyXG5cclxuICB9XHJcblxyXG4gIHRhYmxlSGVhZGVycyA6IGFueSA9IFtcIkFtb3VudFwiLFwiU3RhdHVzXCIsXCJQYXltZW50IE1ldGhvZFwiLFwiUmVtYXJrc1wiXVxyXG5cclxuICB0YWJsZURhdGEgOiBhbnkgPSBbXHJcbiAgICB7YW1vdW50IDogMTIwMDAgLCBzdGF0dXMgOiBcIlNVQ0NFU1NcIixtZXRob2QgOiBcIkNyZWRpdCBDYXJkXCIscmVtYXJrcyA6IFwiUHJvcGVydHkgUHVyY2hhc2VkXCJ9LFxyXG4gICAge2Ftb3VudCA6IDEyMDAwICwgc3RhdHVzIDogXCJTVUNDRVNTXCIsbWV0aG9kIDogXCJVUElcIixyZW1hcmtzIDogXCJQcm9wZXJ0eSBQdXJjaGFzZWRcIn0sXHJcbiAgICB7YW1vdW50IDogMTIwMDAgLCBzdGF0dXMgOiBcIlBFTkRJTkdcIixtZXRob2QgOiBcIkNyZWRpdCBDYXJkXCIscmVtYXJrcyA6IFwiUHJvcGVydHkgUHVyY2hhc2VkXCJ9LFxyXG4gICAge2Ftb3VudCA6IDEyMDAwICwgc3RhdHVzIDogXCJTVUNDRVNTXCIsbWV0aG9kIDogXCJDcmVkaXQgQ2FyZFwiLHJlbWFya3MgOiBcIlByb3BlcnR5IFB1cmNoYXNlZFwifSxcclxuICAgIHthbW91bnQgOiAxMjAwMCAsIHN0YXR1cyA6IFwiU1VDQ0VTU1wiLG1ldGhvZCA6IFwiQ3JlZGl0IENhcmRcIixyZW1hcmtzIDogXCJQcm9wZXJ0eSBQdXJjaGFzZWRcIn0sXHJcbiAgICB7YW1vdW50IDogMTIwMDAgLCBzdGF0dXMgOiBcIkZBSUxFRFwiLG1ldGhvZCA6IFwiVVBJXCIscmVtYXJrcyA6IFwiUHJvcGVydHkgUHVyY2hhc2VkXCJ9LFxyXG4gICAge2Ftb3VudCA6IDEyMDAwICwgc3RhdHVzIDogXCJTVUNDRVNTXCIsbWV0aG9kIDogXCJVUElcIixyZW1hcmtzIDogXCJQcm9wZXJ0eSBQdXJjaGFzZWRcIn0sXHJcbiAgICB7YW1vdW50IDogMTIwMDAgLCBzdGF0dXMgOiBcIkZBSUxFRFwiLG1ldGhvZCA6IFwiQ3JlZGl0IENhcmRcIixyZW1hcmtzIDogXCJQcm9wZXJ0eSBQdXJjaGFzZWRcIn0sXHJcbiAgXVxyXG5cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwibWFpbi1jb250YWluZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJcIj5UcmFuc2FjdGlvbiBIaXN0b3J5PC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29udGFpbmVyXCI+XHJcbiAgICAgICAgPHRhYmxlIGNsYXNzPVwidy0xMDBcIj5cclxuICAgICAgICAgICAgPHRoZWFkPlxyXG4gICAgICAgICAgICAgICAgPHRoICpuZ0Zvcj1cImxldCBoZWFkIG9mIHRhYmxlSGVhZGVyc1wiPnt7aGVhZH19PC90aD5cclxuICAgICAgICAgICAgPC90aGVhZD5cclxuICAgICAgICAgICAgPHRib2R5PlxyXG4gICAgICAgICAgICAgICAgPHRyICpuZ0Zvcj1cImxldCBkYXRhIG9mIHRhYmxlRGF0YVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDx0ZD57e2RhdGEuYW1vdW50fX08L3RkPlxyXG4gICAgICAgICAgICAgICAgICAgIDx0ZD48ZGl2IFtjbGFzcy5zdWNjZXNzXT1cImRhdGEuc3RhdHVzID09ICdTVUNDRVNTJ1wiIFtjbGFzcy5wZW5kaW5nXT1cImRhdGEuc3RhdHVzID09ICdQRU5ESU5HJ1wiIFtjbGFzcy5mYWlsZWRdPVwiZGF0YS5zdGF0dXMgPT0gJ0ZBSUxFRCdcIiBjbGFzcz1cImNvbW1vbi1zdHlsZVwiPiAmI3gyMDIyOyZuYnNwO3t7ZGF0YS5zdGF0dXMgfCB0aXRsZWNhc2V9fTwvZGl2PjwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHRkPnt7ZGF0YS5tZXRob2R9fTwvdGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPHRkPnt7ZGF0YS5yZW1hcmtzLmxlbmd0aCA+IDE1ID8gZGF0YS5yZW1hcmtzLnN1YnN0cmluZygwLDE1KStcIi4uLlwiIDogZGF0YS5yZW1hcmtzfX08L3RkPlxyXG4gICAgICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgICAgPC90Ym9keT5cclxuICAgICAgICA8L3RhYmxlPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
@@ -1,11 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class NeedHelpComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: NeedHelpComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: NeedHelpComponent, isStandalone: true, selector: "simpo-need-help", ngImport: i0, template: "<p>need-help works!</p>\r\n", styles: [""] }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: NeedHelpComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'simpo-need-help', standalone: true, imports: [], template: "<p>need-help works!</p>\r\n" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmVlZC1oZWxwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NpbXBvLXVpL3NyYy9saWIvZWxlbWVudHMvbmVlZC1oZWxwL25lZWQtaGVscC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2VsZW1lbnRzL25lZWQtaGVscC9uZWVkLWhlbHAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLGlCQUFpQjs4R0FBakIsaUJBQWlCO2tHQUFqQixpQkFBaUIsMkVDVDlCLDZCQUNBOzsyRkRRYSxpQkFBaUI7a0JBUDdCLFNBQVM7K0JBQ0UsaUJBQWlCLGNBQ2YsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc2ltcG8tbmVlZC1oZWxwJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9uZWVkLWhlbHAuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9uZWVkLWhlbHAuY29tcG9uZW50LmNzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIE5lZWRIZWxwQ29tcG9uZW50IHtcclxuXHJcbn1cclxuIiwiPHA+bmVlZC1oZWxwIHdvcmtzITwvcD5cclxuIl19