simpo-component-library 3.5.46 → 3.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/esm2022/lib/components/delete-hover-element/delete-hover-element.component.mjs +4 -4
  2. package/esm2022/lib/components/document/document.component.mjs +4 -4
  3. package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +5 -5
  4. package/esm2022/lib/components/image-loading/image-loading.component.mjs +5 -5
  5. package/esm2022/lib/components/index.mjs +5 -5
  6. package/esm2022/lib/components/input-fields/input-fields.component.mjs +4 -4
  7. package/esm2022/lib/components/payment-details/payment-details.component.mjs +103 -18
  8. package/esm2022/lib/components/trasport-availability/trasport-availability.component.mjs +36 -0
  9. package/esm2022/lib/directive/alignment.directive.mjs +23 -0
  10. package/esm2022/lib/directive/animation-directive.mjs +4 -4
  11. package/esm2022/lib/directive/background-directive.mjs +133 -8
  12. package/esm2022/lib/directive/banner-content-fit-directive.mjs +4 -4
  13. package/esm2022/lib/directive/blur-content.directive.mjs +4 -4
  14. package/esm2022/lib/directive/border-directive.mjs +5 -5
  15. package/esm2022/lib/directive/borderlessImage.directive.mjs +7 -4
  16. package/esm2022/lib/directive/button-directive.directive.mjs +74 -19
  17. package/esm2022/lib/directive/button-editor.directive.mjs +24 -6
  18. package/esm2022/lib/directive/color.directive.mjs +4 -4
  19. package/esm2022/lib/directive/column-directive.directive.mjs +4 -4
  20. package/esm2022/lib/directive/container-alignment.directive.mjs +4 -4
  21. package/esm2022/lib/directive/container-fir.directive.mjs +4 -4
  22. package/esm2022/lib/directive/content-alignment-directive.mjs +4 -4
  23. package/esm2022/lib/directive/content-fit-directive.mjs +4 -4
  24. package/esm2022/lib/directive/content-title-spacing.directive.mjs +7 -7
  25. package/esm2022/lib/directive/contenteditable.directive.mjs +4 -4
  26. package/esm2022/lib/directive/corner-directive.mjs +4 -4
  27. package/esm2022/lib/directive/footer-layout-directive.mjs +4 -4
  28. package/esm2022/lib/directive/height.directive.mjs +29 -0
  29. package/esm2022/lib/directive/hover-animation.directive.mjs +14 -5
  30. package/esm2022/lib/directive/hover-element-directive.mjs +4 -4
  31. package/esm2022/lib/directive/hoverborder.directive.mjs +4 -4
  32. package/esm2022/lib/directive/image-container.directive.mjs +4 -4
  33. package/esm2022/lib/directive/image-directive.directive.mjs +4 -4
  34. package/esm2022/lib/directive/image-editor.directive.mjs +27 -7
  35. package/esm2022/lib/directive/image-position.directive.mjs +4 -4
  36. package/esm2022/lib/directive/overlay-directive.mjs +4 -4
  37. package/esm2022/lib/directive/position-layout-directive.directive.mjs +4 -4
  38. package/esm2022/lib/directive/removeCarousel-directive.mjs +4 -4
  39. package/esm2022/lib/directive/set-dynamic-background.directive.mjs +66 -0
  40. package/esm2022/lib/directive/spacing-around.directive.mjs +42 -5
  41. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +8 -4
  42. package/esm2022/lib/directive/spacing.directive.mjs +29 -0
  43. package/esm2022/lib/directive/sticky-directive.mjs +5 -5
  44. package/esm2022/lib/directive/text-background-directive.directive.mjs +4 -4
  45. package/esm2022/lib/directive/text-size.directive.mjs +4 -4
  46. package/esm2022/lib/directive/translate-onhover.directive.mjs +47 -0
  47. package/esm2022/lib/directive/wrap-containers.directive.mjs +4 -4
  48. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +97 -60
  49. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +5 -5
  50. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +129 -15
  51. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.component.mjs +199 -0
  52. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.model.mjs +2 -0
  53. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +216 -40
  54. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +5 -5
  55. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +5 -5
  56. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +5 -5
  57. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.component.mjs +405 -0
  58. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.model.mjs +2 -0
  59. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +8 -6
  60. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  61. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +9 -7
  62. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +44 -9
  63. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  64. package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +4 -4
  65. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +144 -0
  66. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.modal.mjs +2 -0
  67. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +100 -12
  68. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +4 -4
  69. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +4 -4
  70. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +390 -17
  71. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  72. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +627 -143
  73. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +95 -0
  74. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.model.mjs +2 -0
  75. package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +57 -0
  76. package/esm2022/lib/ecommerce/sections/scheme-selection/scheme-selection.component.mjs +36 -0
  77. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +51 -6
  78. package/esm2022/lib/ecommerce/sections/store-list/store-list.component.mjs +157 -0
  79. package/esm2022/lib/ecommerce/sections/store-list/store-list.modal.mjs +2 -0
  80. package/esm2022/lib/ecommerce/sections/store-page/store-page.component.mjs +120 -0
  81. package/esm2022/lib/ecommerce/sections/store-page/store-page.model.mjs +2 -0
  82. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +7 -6
  83. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +67 -17
  84. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +4 -4
  85. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +18 -13
  86. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +5 -3
  87. package/esm2022/lib/ecommerce/styles/product.modal.mjs +22 -1
  88. package/esm2022/lib/ecommerce/styles/user.modal.mjs +3 -1
  89. package/esm2022/lib/elements/add-section/add-section.component.mjs +5 -6
  90. package/esm2022/lib/elements/address-list/address-list.component.mjs +98 -0
  91. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +15 -10
  92. package/esm2022/lib/elements/button/button.component.mjs +4 -4
  93. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +5 -5
  94. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +10 -6
  95. package/esm2022/lib/elements/editor-service.service.mjs +34 -5
  96. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +4 -4
  97. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +148 -16
  98. package/esm2022/lib/elements/index.mjs +5 -5
  99. package/esm2022/lib/elements/link-editor/link-editor.component.mjs +109 -11
  100. package/esm2022/lib/elements/list-home-appointment/list-home-appointment.component.mjs +94 -0
  101. package/esm2022/lib/elements/media-selector/media-selector.component.mjs +4 -4
  102. package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +4 -5
  103. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +4 -4
  104. package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +80 -0
  105. package/esm2022/lib/elements/property/property.component.mjs +4 -4
  106. package/esm2022/lib/elements/schedule-video-call/schedule-video-call.component.mjs +187 -0
  107. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +5 -5
  108. package/esm2022/lib/elements/socia-icons/socia-icons.component.mjs +4 -4
  109. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +4 -4
  110. package/esm2022/lib/elements/text/text.component.mjs +4 -4
  111. package/esm2022/lib/elements/text-editor/text-editor.component.mjs +74 -29
  112. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +5 -5
  113. package/esm2022/lib/pipes/amount.pipe.mjs +4 -4
  114. package/esm2022/lib/pipes/gender.pipe.mjs +8 -4
  115. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +5 -5
  116. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +166 -100
  117. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +8 -34
  118. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +54 -19
  119. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +8 -27
  120. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +4 -4
  121. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +10 -9
  122. package/esm2022/lib/sections/carousel-banner/carousel-banner.model.mjs +1 -1
  123. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +8 -6
  124. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +39 -9
  125. package/esm2022/lib/sections/contact-us/contact-us.modal.mjs +1 -1
  126. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +6 -6
  127. package/esm2022/lib/sections/features-section/features-section.component.mjs +8 -6
  128. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  129. package/esm2022/lib/sections/footer/footer.component.mjs +8 -11
  130. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +4 -4
  131. package/esm2022/lib/sections/header-section/header-section.component.mjs +93 -14
  132. package/esm2022/lib/sections/header-section/header-section.model.mjs +1 -1
  133. package/esm2022/lib/sections/header-text/header-text.component.mjs +5 -5
  134. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  135. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +14 -24
  136. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +11 -6
  137. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  138. package/esm2022/lib/sections/image-section/image-section.component.mjs +14 -7
  139. package/esm2022/lib/sections/location-section/location-section.component.mjs +4 -4
  140. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +11 -6
  141. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +11 -5
  142. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  143. package/esm2022/lib/sections/moving-text/moving-text.component.mjs +61 -52
  144. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +4 -4
  145. package/esm2022/lib/sections/new-services/new-services.component.mjs +6 -6
  146. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +14 -8
  147. package/esm2022/lib/sections/news-letter-component/news-letter-component.component.mjs +108 -0
  148. package/esm2022/lib/sections/news-letter-component/news-letter.modal.mjs +2 -0
  149. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +30 -6
  150. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  151. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +14 -6
  152. package/esm2022/lib/sections/process-section/process-section.component.mjs +8 -5
  153. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  154. package/esm2022/lib/sections/property-component/property-component.component.mjs +4 -4
  155. package/esm2022/lib/sections/property-list/property-list.component.mjs +4 -4
  156. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +8 -6
  157. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +27 -12
  158. package/esm2022/lib/sections/service-section/service-section.component.mjs +6 -6
  159. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  160. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +4 -4
  161. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +4 -4
  162. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +8 -5
  163. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +20 -5
  164. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +4 -4
  165. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +5 -19
  166. package/esm2022/lib/sections/text-section/text-section.component.mjs +5 -23
  167. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +4 -4
  168. package/esm2022/lib/sections/video-section/video-section.component.mjs +18 -18
  169. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  170. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +4 -4
  171. package/esm2022/lib/services/cart.service.mjs +41 -38
  172. package/esm2022/lib/services/endUser.service.mjs +4 -4
  173. package/esm2022/lib/services/events.service.mjs +5 -11
  174. package/esm2022/lib/services/image-upload-service.service.mjs +10 -7
  175. package/esm2022/lib/services/rest.service.mjs +127 -70
  176. package/esm2022/lib/services/sanitizeHtml.mjs +4 -4
  177. package/esm2022/lib/services/storage.service.mjs +30 -47
  178. package/esm2022/lib/styles/index.mjs +2 -1
  179. package/esm2022/lib/styles/style.model.mjs +3 -2
  180. package/esm2022/lib/styles/types.mjs +1 -1
  181. package/esm2022/public-api.mjs +12 -1
  182. package/fesm2022/simpo-component-library.mjs +6122 -2119
  183. package/fesm2022/simpo-component-library.mjs.map +1 -1
  184. package/lib/components/payment-details/payment-details.component.d.ts +6 -0
  185. package/lib/components/trasport-availability/trasport-availability.component.d.ts +14 -0
  186. package/lib/directive/alignment.directive.d.ts +11 -0
  187. package/lib/directive/background-directive.d.ts +1 -1
  188. package/lib/directive/button-directive.directive.d.ts +3 -1
  189. package/lib/directive/button-editor.directive.d.ts +6 -2
  190. package/lib/directive/color.directive.d.ts +1 -1
  191. package/lib/directive/height.directive.d.ts +11 -0
  192. package/lib/directive/image-editor.directive.d.ts +6 -1
  193. package/lib/directive/set-dynamic-background.directive.d.ts +14 -0
  194. package/lib/directive/spacing-around.directive.d.ts +7 -2
  195. package/lib/directive/spacing.directive.d.ts +12 -0
  196. package/lib/directive/translate-onhover.directive.d.ts +11 -0
  197. package/lib/ecommerce/sections/address/address.component.d.ts +11 -3
  198. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +23 -5
  199. package/lib/ecommerce/sections/book-appointment/book-appointment.component.d.ts +70 -0
  200. package/lib/ecommerce/sections/book-appointment/book-appointment.model.d.ts +14 -0
  201. package/lib/ecommerce/sections/cart/cart.component.d.ts +35 -3
  202. package/lib/ecommerce/sections/enrollment-form/enrollment-form.component.d.ts +54 -0
  203. package/lib/ecommerce/sections/enrollment-form/enrollment-form.model.d.ts +29 -0
  204. package/lib/ecommerce/sections/featured-category/featured-category.modal.d.ts +2 -0
  205. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +6 -1
  206. package/lib/ecommerce/sections/featured-products/featured-products.modal.d.ts +6 -2
  207. package/lib/ecommerce/sections/new-collection/new-collection.component.d.ts +36 -0
  208. package/lib/ecommerce/sections/new-collection/new-collection.modal.d.ts +23 -0
  209. package/lib/ecommerce/sections/order-details/order-details.component.d.ts +18 -1
  210. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +61 -2
  211. package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +5 -0
  212. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +110 -17
  213. package/lib/ecommerce/sections/returns-calculator/returns-calculator.component.d.ts +31 -0
  214. package/lib/ecommerce/sections/returns-calculator/returns-calculator.model.d.ts +14 -0
  215. package/lib/ecommerce/sections/scheme-details/scheme-details.component.d.ts +16 -0
  216. package/lib/ecommerce/sections/scheme-selection/scheme-selection.component.d.ts +18 -0
  217. package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +6 -1
  218. package/lib/ecommerce/sections/store-list/store-list.component.d.ts +43 -0
  219. package/lib/ecommerce/sections/store-list/store-list.modal.d.ts +11 -0
  220. package/lib/ecommerce/sections/store-page/store-page.component.d.ts +27 -0
  221. package/lib/ecommerce/sections/store-page/store-page.model.d.ts +11 -0
  222. package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +10 -1
  223. package/lib/ecommerce/sections/whislist/whislist.component.d.ts +4 -1
  224. package/lib/ecommerce/styles/Collection.modal.d.ts +1 -0
  225. package/lib/ecommerce/styles/product.modal.d.ts +19 -0
  226. package/lib/ecommerce/styles/user.modal.d.ts +3 -0
  227. package/lib/elements/address-list/address-list.component.d.ts +27 -0
  228. package/lib/elements/below-image-card/below-image-card.component.d.ts +3 -0
  229. package/lib/elements/covering-image-card/covering-image-card.component.d.ts +3 -0
  230. package/lib/elements/editor-service.service.d.ts +4 -0
  231. package/lib/elements/image-editor/image-editor.component.d.ts +29 -3
  232. package/lib/elements/link-editor/link-editor.component.d.ts +13 -1
  233. package/lib/elements/list-home-appointment/list-home-appointment.component.d.ts +27 -0
  234. package/lib/elements/pricing-s1/pricing-s1.component.d.ts +21 -0
  235. package/lib/elements/schedule-video-call/schedule-video-call.component.d.ts +33 -0
  236. package/lib/elements/text-editor/text-editor.component.d.ts +3 -0
  237. package/lib/sections/appointment-form/appointment-form.component.d.ts +11 -4
  238. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +8 -1
  239. package/lib/sections/carousel-banner/carousel-banner.model.d.ts +1 -0
  240. package/lib/sections/contact-us/contact-us.component.d.ts +2 -1
  241. package/lib/sections/contact-us/contact-us.modal.d.ts +5 -1
  242. package/lib/sections/features-section/features-section.model.d.ts +2 -0
  243. package/lib/sections/header-section/header-section.component.d.ts +27 -2
  244. package/lib/sections/header-section/header-section.model.d.ts +5 -1
  245. package/lib/sections/header-text/header-text.model.d.ts +2 -1
  246. package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +2 -1
  247. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -0
  248. package/lib/sections/image-grid-section/image-grid-section.model.d.ts +3 -1
  249. package/lib/sections/image-section/image-section.component.d.ts +2 -1
  250. package/lib/sections/logo-gallery/logo-gallery.component.d.ts +2 -1
  251. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +3 -1
  252. package/lib/sections/logo-showcase/logo-showcase.modal.d.ts +11 -2
  253. package/lib/sections/moving-text/moving-text.component.d.ts +11 -9
  254. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +2 -1
  255. package/lib/sections/news-letter-component/news-letter-component.component.d.ts +26 -0
  256. package/lib/sections/news-letter-component/news-letter.modal.d.ts +19 -0
  257. package/lib/sections/pricing-section/pricing-section.component.d.ts +3 -1
  258. package/lib/sections/pricing-section/pricing-section.modal.d.ts +3 -0
  259. package/lib/sections/process-modern/process-modern.component.d.ts +2 -0
  260. package/lib/sections/process-section/process-section.component.d.ts +1 -0
  261. package/lib/sections/process-section/process-section.modal.d.ts +2 -0
  262. package/lib/sections/service-section/service-section.model.d.ts +2 -0
  263. package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +1 -0
  264. package/lib/sections/testimonial-section/testimonial-section.component.d.ts +1 -0
  265. package/lib/sections/video-section/video-section.component.d.ts +4 -3
  266. package/lib/sections/video-section/video-section.model.d.ts +1 -1
  267. package/lib/services/cart.service.d.ts +1 -6
  268. package/lib/services/events.service.d.ts +1 -6
  269. package/lib/services/rest.service.d.ts +29 -18
  270. package/lib/services/storage.service.d.ts +6 -5
  271. package/lib/styles/index.d.ts +2 -1
  272. package/lib/styles/style.model.d.ts +11 -1
  273. package/lib/styles/types.d.ts +10 -3
  274. package/package.json +1 -1
  275. package/public-api.d.ts +11 -0
  276. package/simpo-component-library-3.6.2.tgz +0 -0
  277. package/src/lib/styles/global-styles.css +61 -1
  278. package/simpo-component-library-3.5.46.tgz +0 -0
@@ -1,4 +1,4 @@
1
- import { InputTextModel, StylesModel, ImageStyle, ActionModel } from "../../../styles/style.model";
1
+ import { InputTextModel, StylesModel, ImageStyle, ActionModel, Image, BannerStylesModel } from "../../../styles/style.model";
2
2
  import { Corners, ProductCardTheme } from "../../.././styles/index";
3
3
  export declare class FeaturedProductModal {
4
4
  id: string;
@@ -13,16 +13,20 @@ export declare class FeaturedProductModal {
13
13
  }
14
14
  export interface FeaturedProductContentModal {
15
15
  inputText: InputTextModel[];
16
+ image: ImageModel;
16
17
  display: Display;
17
18
  button: string;
18
19
  collectionId: string;
19
20
  }
21
+ export interface ImageModel extends Image {
22
+ showImage: boolean;
23
+ }
20
24
  export interface Display {
21
25
  showHeading: boolean;
22
26
  showContent: boolean;
23
27
  showButton: boolean;
24
28
  }
25
- export interface FeaturedProductStylesModel extends StylesModel {
29
+ export interface FeaturedProductStylesModel extends StylesModel, BannerStylesModel {
26
30
  image: ImageStyle;
27
31
  corners: Corners;
28
32
  maximumProduct: number;
@@ -0,0 +1,36 @@
1
+ import { EventsService } from '.././../../services/events.service';
2
+ import BaseSection from '../../../sections/BaseSection';
3
+ import { RestService } from '../../../services/rest.service';
4
+ import { Router } from '@angular/router';
5
+ import { Collection } from '../../styles/Collection.modal';
6
+ import { BackgroundModel, LayOutModel } from '../../../styles/style.model';
7
+ import { NewCollectionContentModal, NewCollectionModal, NewCollectionStyleModal } from './new-collection.modal';
8
+ import * as i0 from "@angular/core";
9
+ export declare class NewCollectionComponent extends BaseSection {
10
+ private readonly router;
11
+ private readonly restService;
12
+ private readonly _eventService;
13
+ data?: NewCollectionModal;
14
+ responseData?: Collection[];
15
+ index?: number;
16
+ edit?: boolean;
17
+ delete?: boolean;
18
+ customClass?: string;
19
+ nextComponentColor?: BackgroundModel;
20
+ isLoading: boolean;
21
+ content?: NewCollectionContentModal;
22
+ styles?: NewCollectionStyleModal;
23
+ constructor(router: Router, restService: RestService, _eventService: EventsService);
24
+ ngOnInit(): void;
25
+ getSliceParameters(): number[];
26
+ getCollectionsIds(): void;
27
+ dropCollection(startIdx: number, endIdx: number): void;
28
+ redirectToListPage(collection: any): void;
29
+ get stylesLayout(): LayOutModel;
30
+ get getDirection(): "ROW" | "COLUMN" | undefined;
31
+ get isMobile(): boolean;
32
+ editSection(): void;
33
+ getColor(color: any): "#000000" | "#ffffff";
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<NewCollectionComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<NewCollectionComponent, "simpo-new-collection", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
36
+ }
@@ -0,0 +1,23 @@
1
+ import { InputTextModel, StylesModel } from "../../../styles/style.model";
2
+ import { Corners } from "../../.././styles/index";
3
+ import { Display } from "../featured-products/featured-products.modal";
4
+ export interface NewCollectionModal {
5
+ id: string;
6
+ sectionType: string;
7
+ sectionName: string;
8
+ content: NewCollectionContentModal;
9
+ styles: NewCollectionStyleModal;
10
+ }
11
+ export interface NewCollectionContentModal {
12
+ inputText: InputTextModel[];
13
+ collectionId?: string;
14
+ collectionIds?: string[];
15
+ display: Display;
16
+ }
17
+ export interface NewCollectionStyleModal extends StylesModel {
18
+ maximumProduct: number;
19
+ direction: "ROW" | "COLUMN";
20
+ containerHeight: number;
21
+ containerWidth: number;
22
+ corners: Corners;
23
+ }
@@ -1,9 +1,17 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { EventsService } from '../../../services/events.service';
3
3
  import { ProfileStylesModal } from '../user-profile/user-profile.modal';
4
+ import { StorageServiceService } from '../../../services/storage.service';
5
+ import { RestService } from '../../../services/rest.service';
6
+ import { MessageService } from 'primeng/api';
7
+ import { ImageUplaodService } from '../../../services/image-upload-service.service';
4
8
  import * as i0 from "@angular/core";
5
9
  export declare class OrderDetailsComponent implements OnInit {
6
10
  private readonly _eventService;
11
+ private storageService;
12
+ private restService;
13
+ private messageService;
14
+ private imageUploadService;
7
15
  responseData?: any;
8
16
  data?: any;
9
17
  index?: number;
@@ -14,7 +22,7 @@ export declare class OrderDetailsComponent implements OnInit {
14
22
  goBackEmitter: EventEmitter<void>;
15
23
  isLoading: boolean;
16
24
  styles?: ProfileStylesModal;
17
- constructor(_eventService: EventsService);
25
+ constructor(_eventService: EventsService, storageService: StorageServiceService, restService: RestService, messageService: MessageService, imageUploadService: ImageUplaodService);
18
26
  orderTimiline: any;
19
27
  ngOnInit(): void;
20
28
  private getIcon;
@@ -28,6 +36,15 @@ export declare class OrderDetailsComponent implements OnInit {
28
36
  get canCancelOrder(): boolean;
29
37
  get orderAddress(): string;
30
38
  trackOrder(): void;
39
+ productReview: number;
40
+ submitReview(item: any): Promise<void>;
41
+ sectionsVisible: {
42
+ billDetails: boolean;
43
+ deliveryDetails: boolean;
44
+ timeline: boolean;
45
+ };
46
+ toggleSection(section: keyof typeof this.sectionsVisible): void;
47
+ uploadImage(ev: any, item: any): void;
31
48
  static ɵfac: i0.ɵɵFactoryDeclaration<OrderDetailsComponent, never>;
32
49
  static ɵcmp: i0.ɵɵComponentDeclaration<OrderDetailsComponent, "simpo-order-details", never, { "responseData": { "alias": "responseData"; "required": false; }; "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; }; "orderDetailData": { "alias": "orderDetailData"; "required": false; }; }, { "goBackEmitter": "goBackEmitter"; }, never, never, true, never>;
33
50
  }
@@ -1,3 +1,4 @@
1
+ import { ElementRef, Renderer2, TemplateRef } from '@angular/core';
1
2
  import { ProductDescModal, ProductDescStylesModal } from './product-desc.modal';
2
3
  import { ItemImage, ItemVariant, Product } from '../../styles/product.modal';
3
4
  import { BackgroundModel, ButtonModel } from '../../../styles/style.model';
@@ -10,6 +11,7 @@ import { FeaturedProductModal } from '../featured-products/featured-products.mod
10
11
  import { StorageServiceService } from '../../../services/storage.service';
11
12
  import { MenuItem, MessageService } from 'primeng/api';
12
13
  import { Meta, Title } from '@angular/platform-browser';
14
+ import { MatDialog } from '@angular/material/dialog';
13
15
  import { MatBottomSheet } from '@angular/material/bottom-sheet';
14
16
  import { CustomerReviewComponent } from '../../sections/customer-review/customer-review.component';
15
17
  import * as i0 from "@angular/core";
@@ -25,7 +27,10 @@ export declare class ProductDescComponent extends BaseSection {
25
27
  private readonly metaTagService;
26
28
  private readonly titleService;
27
29
  private readonly bottomSheet;
30
+ private renderer;
31
+ private matDialog;
28
32
  reviewComponent: CustomerReviewComponent;
33
+ d2: ElementRef;
29
34
  data?: ProductDescModal;
30
35
  responseData: Product;
31
36
  index?: number;
@@ -42,27 +47,35 @@ export declare class ProductDescComponent extends BaseSection {
42
47
  productReview: number;
43
48
  totalReview: number;
44
49
  showReview: boolean;
45
- constructor(platformId: Object, _eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, restService: RestService, cartService: CartService, storageService: StorageServiceService, messageService: MessageService, metaTagService: Meta, titleService: Title, bottomSheet: MatBottomSheet);
50
+ selectedReview: any;
51
+ currentImageIndex: number;
52
+ constructor(platformId: Object, _eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, restService: RestService, cartService: CartService, storageService: StorageServiceService, messageService: MessageService, metaTagService: Meta, titleService: Title, bottomSheet: MatBottomSheet, renderer: Renderer2, matDialog: MatDialog);
46
53
  buttonId?: string;
47
54
  button?: ButtonModel;
48
55
  styles?: ProductDescStylesModal;
49
56
  subIndustryName: string;
50
57
  isItemAsFavorite: boolean;
58
+ isItemAddedAsTrial: boolean;
51
59
  private USER_CART;
52
60
  private USER_WISHLIST;
53
61
  itemImages: ItemImage[];
54
62
  items: MenuItem[] | null;
55
63
  businessDetails: any;
64
+ trialCartItem: any[];
65
+ isPinCode: boolean;
56
66
  ngOnInit(): void;
57
67
  varientLoading: boolean;
58
68
  recentViewItemList: Product[];
59
69
  getRelatedProducts(): void;
60
70
  selectVarient(key: string, value: string): void;
61
71
  getItemVarient(): ItemVariant | null;
72
+ checkItemAlreadyAddedInTrial(): void;
73
+ getTrialCartIndexDBData(): void;
62
74
  shareProduct(): void;
63
75
  routeToHome(): void;
64
76
  screenWidth: any;
65
77
  getScreenSize(): void;
78
+ scroll(e: WheelEvent): void;
66
79
  currentImg: any;
67
80
  changeImg(url: any): void;
68
81
  getKeys(varient: Object): string[];
@@ -86,8 +99,54 @@ export declare class ProductDescComponent extends BaseSection {
86
99
  get currency(): string;
87
100
  get isItemLowStock(): boolean;
88
101
  get isMobile(): boolean;
89
- getCarat(carat: any): "24 Carats" | "22 Carats" | "18 Carats" | "14 Carats" | "10 Carats";
102
+ getCarat(carat: any): "24 Carats" | "22 Carats" | "18 Carats" | "14 Carats" | "10 Carats" | "99.9% Pure" | "92.5% Pure" | "90% Pure" | "Very Slightly Included" | "Slightly Included";
90
103
  getPricePerGram(weight: any, price: any): string | 0;
104
+ isDescriptionCollapsed: boolean;
105
+ toggleDescription(): void;
106
+ isPriceBreakup: boolean;
107
+ togglePriceBreakDown(): void;
108
+ getDifference(sellingPrice: any, mrp: any): number;
109
+ getBackgroundColor(type: string): string;
110
+ getHeaderColor(type: string): string;
111
+ getTextColor(color: any): "#000000" | "#ffffff";
112
+ languages: string[];
113
+ selectedLang: string;
114
+ getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
115
+ onFindInStore(id: string): void;
116
+ onBookAppointment(): void;
117
+ isDetails: boolean;
118
+ pincode: any;
119
+ storeDetails: any;
120
+ getStoreDetails(): void;
121
+ brandPromises: any[];
122
+ ecomConfigs: any;
123
+ getEcommerceConfigs(): void;
124
+ locate: boolean;
125
+ otherLanguage: string;
126
+ videoCallPayload: any;
127
+ validationErrors: any;
128
+ isSubmitting: boolean;
129
+ scheduled: boolean;
130
+ scheduleVideoCall(): void;
131
+ resetValidationErrors(): void;
132
+ resetForm(): void;
133
+ onInputChange(field: any): void;
134
+ closeModal(): void;
135
+ getButtonId(index: number): string;
136
+ getButtonStyle(index: number): import("../../../styles/style.model").ButtonStyleModel | undefined;
137
+ openDialogBox(template: TemplateRef<HTMLDivElement>): void;
138
+ matCloseDialog(): void;
139
+ closeDialog(): void;
140
+ getRatings(noofratings: any): any;
141
+ addToTrialCart(): void;
142
+ reviewsData: any[];
143
+ ratingCounts: any;
144
+ pageNumber: number;
145
+ loadMoreReviews(): void;
146
+ getReviews(productId: string): void;
147
+ getPercentage(rating: number): string;
148
+ getRGBA(bgColor: any, opacity: number): any;
149
+ showDetailReview(review: any): void;
91
150
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductDescComponent, never>;
92
151
  static ɵcmp: i0.ɵɵComponentDeclaration<ProductDescComponent, "simpo-product-desc", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
93
152
  }
@@ -1,6 +1,8 @@
1
1
  import { FooterSocialLinkModel } from "../../../sections/footer-section/footer-section.modal";
2
2
  import { AnimationModel, BackgroundModel, DeviderModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
3
3
  import { ActionModel } from '../../../styles/style.model';
4
+ import { Corners } from "../../.././styles/index";
5
+ import { GRID_STYLE } from "../../../styles/types";
4
6
  export interface ProductDescModal {
5
7
  id: string;
6
8
  sectionType: string;
@@ -16,6 +18,9 @@ export interface ProductDescStylesModal {
16
18
  maximumProduct: number;
17
19
  direction: "ROW" | "COLUMN";
18
20
  devider: DeviderModel;
21
+ corners: Corners;
22
+ gridStyle: GRID_STYLE;
23
+ customization: GRID_STYLE;
19
24
  }
20
25
  export interface ProductDescContentModal {
21
26
  button: string;
@@ -1,9 +1,10 @@
1
+ import { ElementRef, TemplateRef, Renderer2 } from '@angular/core';
1
2
  import { ItemVariant, Product } from '../../styles/product.modal';
2
3
  import BaseSection from '../../../sections/BaseSection';
3
4
  import { ProductListContentModal, ProductListModal, ProductListStylesModal } from './product-list.modal';
4
- import { EventsService } from '.././../../services/events.service';
5
- import { RestService } from '.././../../services/rest.service';
6
- import { BackgroundModel, ButtonModel } from '../../../styles/style.model';
5
+ import { EventsService } from '../../../services/events.service';
6
+ import { RestService } from '../../../services/rest.service';
7
+ import { BackgroundModel, ButtonModel, LayOutModel } from '../../../styles/style.model';
7
8
  import { ActivatedRoute, Router } from '@angular/router';
8
9
  import { StorageServiceService } from '../../../services/storage.service';
9
10
  import { MatBottomSheet } from '@angular/material/bottom-sheet';
@@ -29,6 +30,7 @@ export declare class ProductListComponent extends BaseSection {
29
30
  private readonly matDialog;
30
31
  private readonly cartService;
31
32
  private readonly messageService;
33
+ private renderer;
32
34
  responseData?: Product[];
33
35
  data?: ProductListModal;
34
36
  index?: number;
@@ -38,18 +40,15 @@ export declare class ProductListComponent extends BaseSection {
38
40
  nextComponentColor?: BackgroundModel;
39
41
  isLoading: boolean;
40
42
  apiLoading: boolean;
43
+ isListLoading: boolean;
44
+ isAllListLoaded: boolean;
41
45
  content?: ProductListContentModal;
42
46
  button?: ButtonModel;
43
47
  totalPages: number;
44
48
  scrollingValue: number;
45
- onWindowScroll(event: Event): void;
46
- constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, activatedRoute: ActivatedRoute, storageService: StorageServiceService, matBottomSheet: MatBottomSheet, matDialog: MatDialog, cartService: CartService, messageService: MessageService);
47
- items: MenuItem[] | null;
48
- private filterBottomSheetRef;
49
- private sortingDialogRef;
50
49
  pricingMin: number;
51
50
  pricingMax: number;
52
- sortBy: string | null;
51
+ sortBy: string;
53
52
  searchText: string;
54
53
  private USER_CART;
55
54
  private USER_WISHLIST;
@@ -60,7 +59,6 @@ export declare class ProductListComponent extends BaseSection {
60
59
  value: string;
61
60
  }[];
62
61
  screenWidth: number;
63
- getScreenSize(): void;
64
62
  filterList: any[];
65
63
  styles?: ProductListStylesModal;
66
64
  totalCount: number;
@@ -68,37 +66,132 @@ export declare class ProductListComponent extends BaseSection {
68
66
  size: number;
69
67
  searchTxt: string;
70
68
  theme: typeof ProductCardTheme;
69
+ items: MenuItem[] | null;
70
+ private filterBottomSheetRef;
71
+ private sortingDialogRef;
72
+ categories: BaseModel[];
73
+ collections: BaseModel[];
74
+ imageIndex: number;
75
+ listScrollContainer: ElementRef<HTMLDivElement>;
76
+ getScreenSize(): void;
77
+ onWindowScroll(event: Event): void;
78
+ constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, activatedRoute: ActivatedRoute, storageService: StorageServiceService, matBottomSheet: MatBottomSheet, matDialog: MatDialog, cartService: CartService, messageService: MessageService, renderer: Renderer2);
79
+ get stylesLayout(): LayOutModel;
80
+ isOpen: boolean;
81
+ toggleDropdown(): void;
82
+ closeDropdown(): void;
83
+ priceRanges: {
84
+ label: string;
85
+ min: number;
86
+ max: number;
87
+ selected: boolean;
88
+ }[];
89
+ onPriceRangeChange(): void;
90
+ applyFilter(category?: any, type?: 'SORT' | 'FILTER'): void;
91
+ filterItemList(): void;
92
+ selectOption(filter: any, event: MouseEvent): void;
93
+ getSelectedName(): string;
94
+ handleProductListScroll(): void;
95
+ loadMoreProductsToList(): void;
96
+ ecomConfigs: any;
97
+ getEcommerceConfigs(): void;
71
98
  ngOnInit(): void;
72
- filterByCategoryCollectionParam(qCategories: any, qCollections: any): void;
99
+ get selectedCategoryCollectionChips(): {
100
+ id: string;
101
+ name: string;
102
+ }[];
103
+ get selectedPriceRangeChips(): {
104
+ id: string;
105
+ name: string;
106
+ type: string;
107
+ }[];
108
+ get allActiveChips(): {
109
+ id: string;
110
+ name: string;
111
+ type: string;
112
+ }[];
73
113
  getAllCategories(): void;
74
114
  getAllCollections(): void;
115
+ updateProductCartWishlistProperties(): void;
116
+ filterByCategoryCollectionParam(qCategories: any, qCollections: any): void;
75
117
  removeFilter(filter: any): void;
76
118
  applyProductWidth(): boolean;
77
119
  getProductWidth(): string;
78
120
  proceedToProductDesc(productId: any): void;
121
+ ringSizes: {
122
+ size: string;
123
+ status: boolean;
124
+ }[];
125
+ productTypesData: {
126
+ size: string;
127
+ status: boolean;
128
+ }[];
129
+ shopForData: {
130
+ size: string;
131
+ status: boolean;
132
+ }[];
133
+ materialSizeData: {
134
+ size: string;
135
+ status: boolean;
136
+ }[];
137
+ metalSizeData: {
138
+ size: string;
139
+ status: boolean;
140
+ }[];
141
+ toggleMetalSize(size: any): void;
142
+ toggleShopSize(size: any): void;
143
+ toggleSize(size: any): void;
144
+ toggleProductSize(size: any): void;
145
+ toggleMaterialSize(size: any): void;
79
146
  clearFilter(): void;
147
+ filterScroll: ElementRef;
148
+ isSyncing: boolean;
149
+ ngAfterViewInit(): void;
150
+ handleSyncScroll(): void;
80
151
  toggleItemToFav(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'REMOVE'): void;
81
152
  addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
82
153
  searchProduct(): void;
83
154
  selectVarient(product: Product, varient: ItemVariant): void;
84
155
  private getVarientQuantity;
85
156
  private isVarientPresentInWishtlist;
86
- goToHome(): void;
87
- categories: BaseModel[];
88
- collections: BaseModel[];
89
- applyFilter(category?: any, type?: 'SORT' | 'FILTER'): void;
90
157
  navigateFilter(sorting: string): void;
91
- filterItemList(): void;
92
158
  openFilter(FilterSection: any): void;
93
159
  openSorting(SortingSection: any): void;
94
160
  paginationChange(page: number): void;
95
161
  closeDialog(): void;
96
162
  isItemOutOfStock(product: Product): boolean;
97
163
  getItemVarient(product: Product, varientId: string): ItemVariant | null;
98
- editSection(): void;
99
164
  get isMobile(): boolean;
100
165
  get currency(): string;
101
166
  get minSize(): number;
167
+ getProductImages(product: any): any;
168
+ changeImage(product: any, action: 'PREV' | 'NEXT', index: number): Promise<void>;
169
+ getButtonId(index: number): string;
170
+ getButtonStyle(index: number): import("../../../styles/style.model").ButtonStyleModel | undefined;
171
+ getElementRow(): number;
172
+ showAllCategories: boolean;
173
+ get displayedCategories(): BaseModel[];
174
+ toggleCategories(): void;
175
+ showAllCollections: boolean;
176
+ get displayedCollections(): BaseModel[];
177
+ toggleCollections(): void;
178
+ addToTrialCart(product: Product): Promise<void>;
179
+ productName: string;
180
+ openDialogBox(template: TemplateRef<HTMLDivElement>, productName: any): void;
181
+ matCloseDialog(): void;
182
+ otherLanguage: string;
183
+ videoCallPayload: any;
184
+ validationErrors: any;
185
+ isSubmitting: boolean;
186
+ scheduled: boolean;
187
+ scheduleVideoCall(): void;
188
+ resetValidationErrors(): void;
189
+ resetForm(): void;
190
+ onInputChange(field: any): void;
191
+ closeModal(): void;
192
+ languages: string[];
193
+ selectedLang: string;
194
+ getTextColor(color: any): "#000000" | "#ffffff";
102
195
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductListComponent, never>;
103
196
  static ɵcmp: i0.ɵɵComponentDeclaration<ProductListComponent, "simpo-product-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
104
197
  }
@@ -0,0 +1,31 @@
1
+ import BaseSection from '../../../sections/BaseSection';
2
+ import { ReturnsCalculatorModel, ReturnsCalculatorStyleModel } from './returns-calculator.model';
3
+ import { LayOutModel } from '../../../styles/style.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ReturnsCalculatorComponent extends BaseSection {
6
+ data?: ReturnsCalculatorModel;
7
+ edit?: boolean;
8
+ customClass?: string;
9
+ delete?: boolean;
10
+ index?: number;
11
+ styles?: ReturnsCalculatorStyleModel;
12
+ selectedScheme: string;
13
+ monthlyAmount: number;
14
+ maxAmount: number;
15
+ minAmount: number;
16
+ constructor();
17
+ ngOnInit(): void;
18
+ onSchemeChange(): void;
19
+ onAmountChange(): void;
20
+ get individualContribution(): number;
21
+ get orraBonus(): number;
22
+ get totalRedemptionValue(): number;
23
+ get groupContribution(): number;
24
+ get luckyDrawAmount(): number;
25
+ get stylesLayout(): LayOutModel;
26
+ getButtonId(index: number): string;
27
+ getButtonStyle(index: number): import("../../../styles/style.model").ButtonStyleModel | undefined;
28
+ getButtonData(index: number): import("../../../styles/style.model").Button | undefined;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReturnsCalculatorComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReturnsCalculatorComponent, "simpo-returns-calculator", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
31
+ }
@@ -0,0 +1,14 @@
1
+ import { BannerStylesModel, ActionModel, InputTextModel } from "../../../styles/style.model";
2
+ export interface ReturnsCalculatorModel {
3
+ id: string;
4
+ sectionType: string;
5
+ sectionName: string;
6
+ content: ReturnsCalculatorContentModel;
7
+ styles: ReturnsCalculatorStyleModel;
8
+ action: ActionModel;
9
+ }
10
+ export interface ReturnsCalculatorStyleModel extends BannerStylesModel {
11
+ }
12
+ export interface ReturnsCalculatorContentModel {
13
+ inputText: InputTextModel[];
14
+ }
@@ -0,0 +1,16 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SchemeDetailsComponent implements OnInit {
4
+ schemeDetails: any;
5
+ gotoSchemeOverview: EventEmitter<void>;
6
+ constructor();
7
+ ngOnInit(): void;
8
+ screenWidth: any;
9
+ getScreenSize(event?: any): void;
10
+ paymentData: any[];
11
+ getPaymentScheme(): void;
12
+ getDueDate(paymentDate: string | Date): number | null;
13
+ goBack(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<SchemeDetailsComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SchemeDetailsComponent, "simpo-scheme-details", never, { "schemeDetails": { "alias": "schemeDetails"; "required": false; }; }, { "gotoSchemeOverview": "gotoSchemeOverview"; }, never, never, true, never>;
16
+ }
@@ -0,0 +1,18 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { MatDialogRef } from '@angular/material/dialog';
3
+ import { RestService } from '../../../services/rest.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SchemeSelectionComponent implements OnInit {
6
+ dialogRef: MatDialogRef<SchemeSelectionComponent>;
7
+ private readonly restService;
8
+ constructor(dialogRef: MatDialogRef<SchemeSelectionComponent>, restService: RestService);
9
+ ngOnInit(): void;
10
+ goBack(): void;
11
+ redemptionData: any;
12
+ selectedAmount: any;
13
+ getAllRedemptionSchemes(): void;
14
+ onRadioChange(): void;
15
+ applyRedmption(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<SchemeSelectionComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SchemeSelectionComponent, "simpo-scheme-selection", never, {}, {}, never, never, true, never>;
18
+ }
@@ -13,6 +13,7 @@ export declare class SmallProductListingComponent implements OnInit {
13
13
  isScrollable?: boolean;
14
14
  isCategoryProductList: boolean;
15
15
  customClass?: string;
16
+ index: number;
16
17
  ngOnInit(): void;
17
18
  addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
18
19
  removeDefault(event: PointerEvent | MouseEvent): void;
@@ -21,6 +22,10 @@ export declare class SmallProductListingComponent implements OnInit {
21
22
  goToProductDetail(product: Product): void;
22
23
  getSupportingColor(color: string): string;
23
24
  get currency(): string;
25
+ getProductImages(product: any): any;
26
+ imageIndex: number;
27
+ changeImage(product: any, action: 'PREV' | 'NEXT'): Promise<void>;
28
+ getRatings(noofratings: any): any;
24
29
  static ɵfac: i0.ɵɵFactoryDeclaration<SmallProductListingComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<SmallProductListingComponent, "simpo-small-product-listing", never, { "product": { "alias": "product"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isScrollable": { "alias": "isScrollable"; "required": false; }; "isCategoryProductList": { "alias": "isCategoryProductList"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmallProductListingComponent, "simpo-small-product-listing", never, { "product": { "alias": "product"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isScrollable": { "alias": "isScrollable"; "required": false; }; "isCategoryProductList": { "alias": "isCategoryProductList"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
26
31
  }
@@ -0,0 +1,43 @@
1
+ import BaseSection from '../../../sections/BaseSection';
2
+ import { StoreListModal, StoreListStyleModel } from './store-list.modal';
3
+ import { RestService } from '../../../services/rest.service';
4
+ import { Router } from '@angular/router';
5
+ import { ButtonModel } from '../../../styles/style.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class StoreListComponent extends BaseSection {
8
+ private restService;
9
+ private router;
10
+ data?: StoreListModal;
11
+ edit?: boolean;
12
+ customClass?: string;
13
+ delete?: boolean;
14
+ index?: number;
15
+ pageNo: number;
16
+ isLoading: boolean;
17
+ cardSize: number;
18
+ styles?: StoreListStyleModel;
19
+ button?: ButtonModel;
20
+ constructor(restService: RestService, router: Router);
21
+ ngOnInit(): void;
22
+ storesList: any;
23
+ pincode: any;
24
+ storePayload: any;
25
+ getDataWithPincode(): void;
26
+ showMessage: boolean;
27
+ totalCount: number;
28
+ submit: boolean;
29
+ loader: boolean;
30
+ error: boolean;
31
+ stateList: any;
32
+ getStoreDetails(): void;
33
+ showState: boolean;
34
+ selectedState: string;
35
+ setStateData(stateData: any): void;
36
+ getTextColor(bgColor: any): "#000000" | "#ffffff" | "#ffffff;";
37
+ openWhatsapp(phone: string): void;
38
+ viewStore(storeId: string): void;
39
+ getTime(storeHours: any, type: string): any;
40
+ getRGBA(bgColor: any, opacity: number): any;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<StoreListComponent, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<StoreListComponent, "simpo-store-list", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
43
+ }
@@ -0,0 +1,11 @@
1
+ import { ActionModel, BannerStylesModel } from "../../../styles/style.model";
2
+ export interface StoreListModal {
3
+ id: string;
4
+ sectionType: string;
5
+ sectionName: string;
6
+ content: {};
7
+ styles: StoreListStyleModel;
8
+ action: ActionModel;
9
+ }
10
+ export interface StoreListStyleModel extends BannerStylesModel {
11
+ }
@@ -0,0 +1,27 @@
1
+ import BaseSection from '../../../sections/BaseSection';
2
+ import { StorePageStyleModel, StorePageModal } from './store-page.model';
3
+ import { RestService } from '../../../services/rest.service';
4
+ import { ActivatedRoute } from '@angular/router';
5
+ import * as i0 from "@angular/core";
6
+ export declare class StorePageComponent extends BaseSection {
7
+ private restService;
8
+ private activeRoute;
9
+ data?: StorePageModal;
10
+ edit?: boolean;
11
+ customClass?: string;
12
+ delete?: boolean;
13
+ index?: number;
14
+ styles?: StorePageStyleModel;
15
+ constructor(restService: RestService, activeRoute: ActivatedRoute);
16
+ ngOnInit(): void;
17
+ storeData: any;
18
+ loading: boolean;
19
+ getStoreDetails(storeId: string): void;
20
+ getTextColor(bgColor: any): "#000000" | "#ffffff" | "#ffffff;";
21
+ getTime(storeHours: any): string | undefined;
22
+ removeUnderScore(text: string): string;
23
+ openWhatsapp(phone: string): void;
24
+ dialNumber(phone: string): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<StorePageComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<StorePageComponent, "simpo-store-page", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
27
+ }