simpo-component-library 3.6.320 → 3.6.324

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 (232) 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/alignment.directive.mjs +1 -1
  8. package/esm2022/lib/directive/blur-content.directive.mjs +1 -1
  9. package/esm2022/lib/directive/borderlessImage.directive.mjs +1 -1
  10. package/esm2022/lib/directive/button-directive.directive.mjs +1 -1
  11. package/esm2022/lib/directive/button-editor.directive.mjs +1 -1
  12. package/esm2022/lib/directive/color.directive.mjs +1 -1
  13. package/esm2022/lib/directive/column-directive.directive.mjs +1 -1
  14. package/esm2022/lib/directive/container-alignment.directive.mjs +1 -1
  15. package/esm2022/lib/directive/container-fir.directive.mjs +1 -1
  16. package/esm2022/lib/directive/content-title-spacing.directive.mjs +1 -1
  17. package/esm2022/lib/directive/contenteditable.directive.mjs +1 -1
  18. package/esm2022/lib/directive/corner-directive.mjs +1 -1
  19. package/esm2022/lib/directive/height.directive.mjs +1 -1
  20. package/esm2022/lib/directive/hover-animation.directive.mjs +1 -1
  21. package/esm2022/lib/directive/hoverborder.directive.mjs +1 -1
  22. package/esm2022/lib/directive/icon-directive.directive.mjs +2 -1
  23. package/esm2022/lib/directive/image-container.directive.mjs +1 -1
  24. package/esm2022/lib/directive/image-directive.directive.mjs +2 -2
  25. package/esm2022/lib/directive/image-editor.directive.mjs +1 -1
  26. package/esm2022/lib/directive/image-position.directive.mjs +1 -1
  27. package/esm2022/lib/directive/merge-header.directive.mjs +1 -1
  28. package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
  29. package/esm2022/lib/directive/set-dynamic-background.directive.mjs +4 -7
  30. package/esm2022/lib/directive/spacing-around.directive.mjs +2 -2
  31. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +1 -1
  32. package/esm2022/lib/directive/spacing.directive.mjs +1 -1
  33. package/esm2022/lib/directive/sticky-directive.mjs +1 -1
  34. package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
  35. package/esm2022/lib/directive/text-size.directive.mjs +1 -1
  36. package/esm2022/lib/directive/translate-onhover.directive.mjs +1 -1
  37. package/esm2022/lib/directive/wrap-containers.directive.mjs +1 -1
  38. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +3 -3
  39. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -3
  40. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +3 -19
  41. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.model.mjs +1 -1
  42. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.component.mjs +3 -3
  43. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.model.mjs +1 -1
  44. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +4 -4
  45. package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +1 -1
  46. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
  47. package/esm2022/lib/ecommerce/sections/category-product/category-product.model.mjs +1 -1
  48. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +3 -3
  49. package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +1 -1
  50. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +3 -3
  51. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.model.mjs +1 -1
  52. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.component.mjs +3 -3
  53. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.model.mjs +1 -1
  54. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +3 -3
  55. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  56. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +3 -3
  57. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
  58. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  59. package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +3 -3
  60. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +3 -3
  61. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.modal.mjs +1 -1
  62. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
  63. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +3 -3
  64. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +3 -3
  65. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  66. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
  67. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  68. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
  69. package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +1 -1
  70. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +18 -227
  71. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.model.mjs +1 -1
  72. package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +14 -193
  73. package/esm2022/lib/ecommerce/sections/scheme-selection/scheme-selection.component.mjs +3 -3
  74. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +3 -3
  75. package/esm2022/lib/ecommerce/sections/store-list/store-list.component.mjs +3 -3
  76. package/esm2022/lib/ecommerce/sections/store-list/store-list.modal.mjs +1 -1
  77. package/esm2022/lib/ecommerce/sections/store-page/store-page.component.mjs +3 -3
  78. package/esm2022/lib/ecommerce/sections/store-page/store-page.model.mjs +1 -1
  79. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +3 -3
  80. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +22 -179
  81. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.modal.mjs +1 -1
  82. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +31 -90
  83. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.model.mjs +1 -1
  84. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +3 -3
  85. package/esm2022/lib/ecommerce/styles/BaseCollection.modal.mjs +1 -1
  86. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +1 -1
  87. package/esm2022/lib/ecommerce/styles/OrderedItems.modal.mjs +1 -1
  88. package/esm2022/lib/ecommerce/styles/PincodeLocation.model.mjs +1 -1
  89. package/esm2022/lib/ecommerce/styles/PincodeLocationInter.model.mjs +1 -1
  90. package/esm2022/lib/ecommerce/styles/cart.modal.mjs +1 -1
  91. package/esm2022/lib/ecommerce/styles/category.modal.mjs +1 -1
  92. package/esm2022/lib/ecommerce/styles/order.modal.mjs +1 -1
  93. package/esm2022/lib/ecommerce/styles/product.modal.mjs +1 -1
  94. package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
  95. package/esm2022/lib/ecommerce/styles/user.modal.mjs +1 -1
  96. package/esm2022/lib/elements/add-section/add-section.component.mjs +3 -3
  97. package/esm2022/lib/elements/address-list/address-list.component.mjs +3 -3
  98. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  99. package/esm2022/lib/elements/button/button.component.mjs +3 -3
  100. package/esm2022/lib/elements/button/button.model.mjs +1 -1
  101. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +3 -3
  102. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  103. package/esm2022/lib/elements/editor-service.service.mjs +1 -1
  104. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
  105. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +4 -3
  106. package/esm2022/lib/elements/index.mjs +1 -1
  107. package/esm2022/lib/elements/link-editor/link-editor.component.mjs +3 -3
  108. package/esm2022/lib/elements/list-home-appointment/list-home-appointment.component.mjs +3 -3
  109. package/esm2022/lib/elements/media-selector/media-selector.component.mjs +3 -3
  110. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +3 -3
  111. package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +3 -3
  112. package/esm2022/lib/elements/property/property.component.mjs +3 -3
  113. package/esm2022/lib/elements/schedule-video-call/schedule-video-call.component.mjs +3 -3
  114. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  115. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +3 -3
  116. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  117. package/esm2022/lib/elements/text-editor/text-editor.component.mjs +3 -3
  118. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  119. package/esm2022/lib/pipes/amount.pipe.mjs +1 -1
  120. package/esm2022/lib/pipes/gender.pipe.mjs +1 -1
  121. package/esm2022/lib/sections/BaseSection.mjs +1 -1
  122. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
  123. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +3 -3
  124. package/esm2022/lib/sections/appointment-form/appointment-form.model.mjs +1 -1
  125. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  126. package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
  127. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
  128. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -3
  129. package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
  130. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -3
  131. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  132. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  133. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  134. package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -3
  135. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  136. package/esm2022/lib/sections/footer/footer.component.mjs +3 -3
  137. package/esm2022/lib/sections/footer/footer.modal.mjs +1 -1
  138. package/esm2022/lib/sections/header-section/header-section.component.mjs +12 -46
  139. package/esm2022/lib/sections/header-section/header-section.model.mjs +1 -1
  140. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  141. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  142. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  143. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  144. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  145. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  146. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
  147. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  148. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
  149. package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
  150. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  151. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  152. package/esm2022/lib/sections/moving-text/moving-text.component.mjs +3 -3
  153. package/esm2022/lib/sections/moving-text/moving-text.modal.mjs +1 -1
  154. package/esm2022/lib/sections/new-services/new-services.component.mjs +3 -3
  155. package/esm2022/lib/sections/new-services/new-services.model.mjs +1 -1
  156. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +3 -3
  157. package/esm2022/lib/sections/new-testimonials/new-testimonials.model.mjs +1 -1
  158. package/esm2022/lib/sections/news-letter-component/news-letter-component.component.mjs +3 -3
  159. package/esm2022/lib/sections/news-letter-component/news-letter.modal.mjs +1 -1
  160. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
  161. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  162. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  163. package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
  164. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  165. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  166. package/esm2022/lib/sections/property-component/property-component.component.mjs +3 -3
  167. package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
  168. package/esm2022/lib/sections/property-list/property-list.component.mjs +3 -3
  169. package/esm2022/lib/sections/property-list/property-list.modal.mjs +1 -1
  170. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  171. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  172. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +3 -3
  173. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +1 -1
  174. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  175. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  176. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +3 -3
  177. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  178. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  179. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  180. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
  181. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  182. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  183. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +3 -3
  184. package/esm2022/lib/sections/testimonial-video/testimonial-video.model.mjs +1 -1
  185. package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -3
  186. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  187. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +3 -3
  188. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +1 -1
  189. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
  190. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  191. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +3 -3
  192. package/esm2022/lib/services/cart.service.mjs +1 -1
  193. package/esm2022/lib/services/endUser.service.mjs +1 -1
  194. package/esm2022/lib/services/image-upload-service.service.mjs +1 -1
  195. package/esm2022/lib/services/rest.service.mjs +8 -81
  196. package/esm2022/lib/services/sanitizeHtml.mjs +1 -1
  197. package/esm2022/lib/services/storage.service.mjs +1 -8
  198. package/esm2022/lib/styles/index.mjs +1 -2
  199. package/esm2022/lib/styles/style.model.mjs +1 -1
  200. package/esm2022/lib/styles/types.mjs +1 -1
  201. package/esm2022/lib/tokens/api-token.mjs +1 -1
  202. package/esm2022/public-api.mjs +1 -3
  203. package/fesm2022/simpo-component-library.mjs +308 -1372
  204. package/fesm2022/simpo-component-library.mjs.map +1 -1
  205. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -2
  206. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
  207. package/lib/ecommerce/sections/returns-calculator/returns-calculator.component.d.ts +3 -41
  208. package/lib/ecommerce/sections/scheme-details/scheme-details.component.d.ts +3 -35
  209. package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +2 -19
  210. package/lib/ecommerce/sections/verify-payment/verify-payment.component.d.ts +0 -4
  211. package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
  212. package/lib/elements/pricing-s1/pricing-s1.component.d.ts +1 -1
  213. package/lib/sections/header-section/header-section.component.d.ts +1 -3
  214. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  215. package/lib/services/rest.service.d.ts +2 -18
  216. package/lib/services/storage.service.d.ts +0 -2
  217. package/lib/styles/index.d.ts +1 -2
  218. package/package.json +1 -1
  219. package/public-api.d.ts +0 -2
  220. package/simpo-component-library-3.6.324.tgz +0 -0
  221. package/src/lib/styles/global-styles.css +263 -272
  222. package/esm2022/lib/ecommerce/sections/passbook-transactions/passbook-transactions.component.mjs +0 -37
  223. package/esm2022/lib/ecommerce/sections/schemes/schemes.component.mjs +0 -108
  224. package/esm2022/lib/ecommerce/sections/schemes/schemes.component.model.mjs +0 -2
  225. package/esm2022/lib/sections/scheme-detail/scheme-detail.component.mjs +0 -265
  226. package/esm2022/lib/sections/scheme-detail/scheme-detail.modal.mjs +0 -2
  227. package/lib/ecommerce/sections/passbook-transactions/passbook-transactions.component.d.ts +0 -14
  228. package/lib/ecommerce/sections/schemes/schemes.component.d.ts +0 -28
  229. package/lib/ecommerce/sections/schemes/schemes.component.model.d.ts +0 -21
  230. package/lib/sections/scheme-detail/scheme-detail.component.d.ts +0 -68
  231. package/lib/sections/scheme-detail/scheme-detail.modal.d.ts +0 -17
  232. package/simpo-component-library-3.6.320.tgz +0 -0
@@ -1,108 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import BaseSection from '../../../sections/BaseSection';
3
- import { CommonModule, NgFor, NgIf } from '@angular/common';
4
- import { HoverDirective } from '../../../directive/hover-element-directive';
5
- import { SimpoComponentModule } from '../../../components';
6
- import { TextEditorComponent } from '../../../elements/text-editor/text-editor.component';
7
- import { SpacingHorizontalDirective } from '../../../directive/spacing-horizontal.directive';
8
- import { BackgroundDirective } from '../../../directive/background-directive';
9
- import { SpacingDirective } from '../../../directive/spacing.directive';
10
- import { SpacingAroundDirective } from '../../../directive/spacing-around.directive';
11
- import { AnimationDirective } from '../../../directive/animation-directive';
12
- import { CornerDirective } from '../../../directive/corner-directive';
13
- import { ImageDirectiveDirective } from '../../../directive/image-directive.directive';
14
- import { ContentFitDirective } from '../../../directive/content-fit-directive';
15
- import { ColorDirective } from '../../../directive/color.directive';
16
- import * as i0 from "@angular/core";
17
- import * as i1 from "../../../services/rest.service";
18
- import * as i2 from "@angular/router";
19
- import * as i3 from "@angular/common";
20
- import * as i4 from "../../../components/hover-elements/hover-elements.component";
21
- import * as i5 from "../../../components/delete-hover-element/delete-hover-element.component";
22
- export class SchemesComponent extends BaseSection {
23
- constructor(restService, router) {
24
- super();
25
- this.restService = restService;
26
- this.router = router;
27
- }
28
- ngOnInit() {
29
- this.getAllSchemes();
30
- this.content = this.data?.content;
31
- this.styles = this.data?.styles;
32
- }
33
- getAllSchemes() {
34
- const payload = {
35
- businessIds: [
36
- localStorage.getItem('businessId') ?? ""
37
- ]
38
- };
39
- this.restService.getAllEnrolledSchemes(payload).subscribe((response) => {
40
- this.schemes = response?.data?.data;
41
- }, (error) => {
42
- console.error('Error fetching schemes:', error);
43
- });
44
- }
45
- get getInputText() {
46
- return this.content?.inputText[0]?.value ?? "";
47
- }
48
- get stylesLayout() {
49
- return { ...this.styles?.layout };
50
- }
51
- get spacingLayout() {
52
- return { ...this.styles?.layout?.spacing };
53
- }
54
- getParentClass() {
55
- if (this.styles?.direction == 'ROW')
56
- return 'overflow-scroll flex-nowrap';
57
- else
58
- return '';
59
- }
60
- getClass(index) {
61
- if (window.innerWidth < 475) {
62
- return 'col-12';
63
- }
64
- if (this.styles?.direction == 'ROW') {
65
- return 'col-6 mb-2';
66
- }
67
- else {
68
- if (this.schemes?.length % 2 != 0 && index == this.schemes?.length - 1)
69
- return 'col-12 mb-2';
70
- return 'col-6';
71
- }
72
- }
73
- showSchemeDetails(scheme) {
74
- console.log(scheme.id);
75
- this.router.navigate(['/scheme-detail'], { queryParams: { schemeId: scheme?.id } });
76
- }
77
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SchemesComponent, deps: [{ token: i1.RestService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component }); }
78
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SchemesComponent, isStandalone: true, selector: "simpo-schemes", inputs: { data: "data", edit: "edit", delete: "delete", index: "index" }, usesInheritance: true, ngImport: i0, template: "<div class=\"total-container\" simpoHover (hovering)=\"showEditTabs($event)\">\r\n <div [id]=\"data?.id\" [spacingAround]=\"stylesLayout\">\r\n <div class=\"d-flex flex-column\" [simpoBackground]=\"styles?.background\" [spacingHorizontal]=\"stylesLayout\"\r\n [id]=\"data?.id\" [simpoSpacing]=\"spacingLayout\">\r\n <simpo-text-editor [(value)]=\"getInputText\" [editable]=\"edit || false\"></simpo-text-editor>\r\n <div class=\"row mt-2\" [simpoAnimation]=\"styles?.animation\" [class]=\"getParentClass()\" [id]=\"data?.id\" [simpoLayout]=\"stylesLayout\">\r\n <ng-container *ngFor=\"let scheme of schemes; let i = index\">\r\n <div class=\"d-flex flex-column\" [class]=\"getClass(i)\" (click)=\"showSchemeDetails(scheme)\">\r\n <img [src]=\"scheme?.imgUrls[0]\" [id]=\"data?.id\" alt=\"Scheme Image\" [simpoCorner]=\"styles?.corners\" [simpoImageDirective]=\"styles?.image\">\r\n <ng-container *ngIf=\"content?.display?.showText\">\r\n <div class=\"scheme-text mt-2 fw-bold fs-18\" [style.color]=\"styles?.background?.accentColor\">{{scheme?.schemeName ?? \"\"}}</div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n <div *ngIf=\"showDelete\" [ngClass]=\"{'hover_effect': delete}\">\r\n <simpo-delete-hover-element [data]=\"data\" [index]=\"index\"></simpo-delete-hover-element>\r\n </div>\r\n</div>", styles: [".hover_effect{position:unset;width:100%;height:100%}.total-container{position:relative}.flex-nowrap{flex-wrap:nowrap!important}.fs-18{font-size:18px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: HoverDirective, selector: "[simpoHover]", outputs: ["hovering"] }, { kind: "ngmodule", type: SimpoComponentModule }, { kind: "component", type: i4.HoverElementsComponent, selector: "simpo-hover-elements", inputs: ["data", "index", "editOptions", "isMerged", "isEcommerce"], outputs: ["edit"] }, { kind: "component", type: i5.DeleteHoverElementComponent, selector: "simpo-delete-hover-element", inputs: ["index", "data"], outputs: ["edit"] }, { kind: "component", type: TextEditorComponent, selector: "simpo-text-editor", inputs: ["value", "editable", "sectionId", "label"], outputs: ["valueChange"] }, { kind: "directive", type: SpacingHorizontalDirective, selector: "[spacingHorizontal]", inputs: ["spacingHorizontal", "isHeader"] }, { kind: "directive", type: BackgroundDirective, selector: "[simpoBackground]", inputs: ["simpoBackground", "scrollValue"] }, { kind: "directive", type: SpacingDirective, selector: "[simpoSpacing]", inputs: ["simpoSpacing"] }, { kind: "directive", type: SpacingAroundDirective, selector: "[spacingAround]", inputs: ["spacingAround", "backgroundInfo"] }, { kind: "directive", type: AnimationDirective, selector: "[simpoAnimation]", inputs: ["simpoAnimation"] }, { kind: "directive", type: CornerDirective, selector: "[simpoCorner]", inputs: ["simpoCorner"] }, { kind: "directive", type: ImageDirectiveDirective, selector: "[simpoImageDirective]", inputs: ["simpoImageDirective"] }, { kind: "directive", type: ContentFitDirective, selector: "[simpoLayout]", inputs: ["simpoLayout"] }] }); }
79
- }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SchemesComponent, decorators: [{
81
- type: Component,
82
- args: [{ selector: 'simpo-schemes', standalone: true, imports: [
83
- CommonModule,
84
- NgFor,
85
- NgIf,
86
- HoverDirective,
87
- SimpoComponentModule,
88
- TextEditorComponent,
89
- SpacingHorizontalDirective,
90
- BackgroundDirective,
91
- SpacingDirective,
92
- SpacingAroundDirective,
93
- AnimationDirective,
94
- CornerDirective,
95
- ImageDirectiveDirective,
96
- ContentFitDirective,
97
- ColorDirective
98
- ], template: "<div class=\"total-container\" simpoHover (hovering)=\"showEditTabs($event)\">\r\n <div [id]=\"data?.id\" [spacingAround]=\"stylesLayout\">\r\n <div class=\"d-flex flex-column\" [simpoBackground]=\"styles?.background\" [spacingHorizontal]=\"stylesLayout\"\r\n [id]=\"data?.id\" [simpoSpacing]=\"spacingLayout\">\r\n <simpo-text-editor [(value)]=\"getInputText\" [editable]=\"edit || false\"></simpo-text-editor>\r\n <div class=\"row mt-2\" [simpoAnimation]=\"styles?.animation\" [class]=\"getParentClass()\" [id]=\"data?.id\" [simpoLayout]=\"stylesLayout\">\r\n <ng-container *ngFor=\"let scheme of schemes; let i = index\">\r\n <div class=\"d-flex flex-column\" [class]=\"getClass(i)\" (click)=\"showSchemeDetails(scheme)\">\r\n <img [src]=\"scheme?.imgUrls[0]\" [id]=\"data?.id\" alt=\"Scheme Image\" [simpoCorner]=\"styles?.corners\" [simpoImageDirective]=\"styles?.image\">\r\n <ng-container *ngIf=\"content?.display?.showText\">\r\n <div class=\"scheme-text mt-2 fw-bold fs-18\" [style.color]=\"styles?.background?.accentColor\">{{scheme?.schemeName ?? \"\"}}</div>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n <div *ngIf=\"showDelete\" [ngClass]=\"{'hover_effect': delete}\">\r\n <simpo-delete-hover-element [data]=\"data\" [index]=\"index\"></simpo-delete-hover-element>\r\n </div>\r\n</div>", styles: [".hover_effect{position:unset;width:100%;height:100%}.total-container{position:relative}.flex-nowrap{flex-wrap:nowrap!important}.fs-18{font-size:18px}\n"] }]
99
- }], ctorParameters: () => [{ type: i1.RestService }, { type: i2.Router }], propDecorators: { data: [{
100
- type: Input
101
- }], edit: [{
102
- type: Input
103
- }], delete: [{
104
- type: Input
105
- }], index: [{
106
- type: Input
107
- }] } });
108
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1lcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2Vjb21tZXJjZS9zZWN0aW9ucy9zY2hlbWVzL3NjaGVtZXMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lY29tbWVyY2Uvc2VjdGlvbnMvc2NoZW1lcy9zY2hlbWVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBRTNELE9BQU8sV0FBVyxNQUFNLCtCQUErQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLElBQUksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzVELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUM1RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUUzRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUUxRixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUM3RixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUM5RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUN4RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUNyRixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM1RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDdEUsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDdkYsT0FBTyxFQUFFLG1C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SUFFbkIsMEJBQTBCLDJHQUMxQixtQkFBbUIsMEdBQ25CLGdCQUFnQixxRkFDaEIsc0JBQXNCLHlHQUN0QixrQkFBa0IseUZBQ2xCLGVBQWUsbUZBQ2YsdUJBQXVCLG1HQUN2QixtQkFBbUI7OzRGQU1WLGdCQUFnQjtrQkF4QjVCLFNBQVM7K0JBQ0UsZUFBZSxjQUNiLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLEtBQUs7d0JBQ0wsSUFBSTt3QkFDSixjQUFjO3dCQUNkLG9CQUFvQjt3QkFDcEIsbUJBQW1CO3dCQUVuQiwwQkFBMEI7d0JBQzFCLG1CQUFtQjt3QkFDbkIsZ0JBQWdCO3dCQUNoQixzQkFBc0I7d0JBQ3RCLGtCQUFrQjt3QkFDbEIsZUFBZTt3QkFDZix1QkFBdUI7d0JBQ3ZCLG1CQUFtQjt3QkFDbkIsY0FBYztxQkFDZjtxR0FNUSxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBTY2hlbWVzQ29tcG9uZW50TW9kZWwsIFNjaGVtZXNDb250ZW50TW9kZWwsIFNjaGVtZXNTdHlsZXNNb2RlbCB9IGZyb20gJy4vc2NoZW1lcy5jb21wb25lbnQubW9kZWwnO1xyXG5pbXBvcnQgQmFzZVNlY3Rpb24gZnJvbSAnLi4vLi4vLi4vc2VjdGlvbnMvQmFzZVNlY3Rpb24nO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUsIE5nRm9yLCBOZ0lmIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgSG92ZXJEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvaG92ZXItZWxlbWVudC1kaXJlY3RpdmUnO1xyXG5pbXBvcnQgeyBTaW1wb0NvbXBvbmVudE1vZHVsZSB9IGZyb20gJy4uLy4uLy4uL2NvbXBvbmVudHMnO1xyXG5pbXBvcnQgeyBSZXN0U2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3Jlc3Quc2VydmljZSc7XHJcbmltcG9ydCB7IFRleHRFZGl0b3JDb21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi9lbGVtZW50cy90ZXh0LWVkaXRvci90ZXh0LWVkaXRvci5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBMYXlPdXRNb2RlbCwgU3BhY2luZ01vZGVsIH0gZnJvbSAnLi4vLi4vLi4vc3R5bGVzL3N0eWxlLm1vZGVsJztcclxuaW1wb3J0IHsgU3BhY2luZ0hvcml6b250YWxEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvc3BhY2luZy1ob3Jpem9udGFsLmRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IEJhY2tncm91bmREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvYmFja2dyb3VuZC1kaXJlY3RpdmUnO1xyXG5pbXBvcnQgeyBTcGFjaW5nRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlL3NwYWNpbmcuZGlyZWN0aXZlJztcclxuaW1wb3J0IHsgU3BhY2luZ0Fyb3VuZERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZS9zcGFjaW5nLWFyb3VuZC5kaXJlY3RpdmUnO1xyXG5pbXBvcnQgeyBBbmltYXRpb25EaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvYW5pbWF0aW9uLWRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IENvcm5lckRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZS9jb3JuZXItZGlyZWN0aXZlJztcclxuaW1wb3J0IHsgSW1hZ2VEaXJlY3RpdmVEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvaW1hZ2UtZGlyZWN0aXZlLmRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IENvbnRlbnRGaXREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvY29udGVudC1maXQtZGlyZWN0aXZlJztcclxuaW1wb3J0IHsgQ29sb3JEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvY29sb3IuZGlyZWN0aXZlJztcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc2ltcG8tc2NoZW1lcycsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBOZ0ZvcixcclxuICAgIE5nSWYsXHJcbiAgICBIb3ZlckRpcmVjdGl2ZSxcclxuICAgIFNpbXBvQ29tcG9uZW50TW9kdWxlLFxyXG4gICAgVGV4dEVkaXRvckNvbXBvbmVudCxcclxuXHJcbiAgICBTcGFjaW5nSG9yaXpvbnRhbERpcmVjdGl2ZSxcclxuICAgIEJhY2tncm91bmREaXJlY3RpdmUsXHJcbiAgICBTcGFjaW5nRGlyZWN0aXZlLFxyXG4gICAgU3BhY2luZ0Fyb3VuZERpcmVjdGl2ZSxcclxuICAgIEFuaW1hdGlvbkRpcmVjdGl2ZSxcclxuICAgIENvcm5lckRpcmVjdGl2ZSxcclxuICAgIEltYWdlRGlyZWN0aXZlRGlyZWN0aXZlLFxyXG4gICAgQ29udGVudEZpdERpcmVjdGl2ZSxcclxuICAgIENvbG9yRGlyZWN0aXZlXHJcbiAgXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vc2NoZW1lcy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3NjaGVtZXMuY29tcG9uZW50LmNzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIFNjaGVtZXNDb21wb25lbnQgZXh0ZW5kcyBCYXNlU2VjdGlvbiB7XHJcblxyXG4gIEBJbnB1dCgpIGRhdGE/OiBTY2hlbWVzQ29tcG9uZW50TW9kZWw7XHJcbiAgQElucHV0KCkgZWRpdD86IGJvb2xlYW47XHJcbiAgQElucHV0KCkgZGVsZXRlPzogYm9vbGVhbjtcclxuICBASW5wdXQoKSBpbmRleD86IG51bWJlcjtcclxuICBjb250ZW50PzogU2NoZW1lc0NvbnRlbnRNb2RlbFxyXG4gIHN0eWxlcz86IFNjaGVtZXNTdHlsZXNNb2RlbFxyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlc3RTZXJ2aWNlOiBSZXN0U2VydmljZSxcclxuICAgIHByaXZhdGUgcm91dGVyOiBSb3V0ZXJcclxuICApIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpIHtcclxuICAgIHRoaXMuZ2V0QWxsU2NoZW1lcygpO1xyXG4gICAgdGhpcy5jb250ZW50ID0gdGhpcy5kYXRhPy5jb250ZW50O1xyXG4gICAgdGhpcy5zdHlsZXMgPSB0aGlzLmRhdGE/LnN0eWxlcztcclxuICB9XHJcbiAgc2NoZW1lczogYW55XHJcbiAgZ2V0QWxsU2NoZW1lcygpIHtcclxuICAgIGNvbnN0IHBheWxvYWQgPSB7XHJcbiAgICAgIGJ1c2luZXNzSWRzOiBbXHJcbiAgICAgICAgbG9jYWxTdG9yYWdlLmdldEl0ZW0oJ2J1c2luZXNzSWQnKSA/PyBcIlwiXHJcbiAgICAgIF1cclxuICAgIH1cclxuICAgIHRoaXMucmVzdFNlcnZpY2UuZ2V0QWxsRW5yb2xsZWRTY2hlbWVzKHBheWxvYWQpLnN1YnNjcmliZSgocmVzcG9uc2U6IGFueSkgPT4ge1xyXG4gICAgICB0aGlzLnNjaGVtZXMgPSByZXNwb25zZT8uZGF0YT8uZGF0YVxyXG4gICAgfSxcclxuICAgICAgKGVycm9yKSA9PiB7XHJcbiAgICAgICAgY29uc29sZS5lcnJvcignRXJyb3IgZmV0Y2hpbmcgc2NoZW1lczonLCBlcnJvcik7XHJcbiAgICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgZ2V0IGdldElucHV0VGV4dCgpIHtcclxuICAgIHJldHVybiB0aGlzLmNvbnRlbnQ/LmlucHV0VGV4dFswXT8udmFsdWUgPz8gXCJcIlxyXG4gIH1cclxuICBnZXQgc3R5bGVzTGF5b3V0KCkge1xyXG4gICAgcmV0dXJuIHsgLi4udGhpcy5zdHlsZXM/LmxheW91dCB9IGFzIExheU91dE1vZGVsO1xyXG4gIH1cclxuICBnZXQgc3BhY2luZ0xheW91dCgpIHtcclxuICAgIHJldHVybiB7IC4uLnRoaXMuc3R5bGVzPy5sYXlvdXQ/LnNwYWNpbmcgfSBhcyBTcGFjaW5nTW9kZWxcclxuICB9XHJcblxyXG4gIGdldFBhcmVudENsYXNzKCkge1xyXG4gICAgaWYgKHRoaXMuc3R5bGVzPy5kaXJlY3Rpb24gPT0gJ1JPVycpXHJcbiAgICAgIHJldHVybiAnb3ZlcmZsb3ctc2Nyb2xsIGZsZXgtbm93cmFwJ1xyXG4gICAgZWxzZVxyXG4gICAgICByZXR1cm4gJydcclxuICB9XHJcbiAgZ2V0Q2xhc3MoaW5kZXg6IG51bWJlcikge1xyXG4gICAgaWYgKHdpbmRvdy5pbm5lcldpZHRoIDwgNDc1KSB7XHJcbiAgICAgIHJldHVybiAnY29sLTEyJ1xyXG4gICAgfVxyXG4gICAgaWYgKHRoaXMuc3R5bGVzPy5kaXJlY3Rpb24gPT0gJ1JPVycpIHtcclxuICAgICAgcmV0dXJuICdjb2wtNiBtYi0yJ1xyXG4gICAgfVxyXG4gICAgZWxzZSB7XHJcbiAgICAgIGlmICh0aGlzLnNjaGVtZXM/Lmxlbmd0aCAlIDIgIT0gMCAmJiBpbmRleCA9PSB0aGlzLnNjaGVtZXM/Lmxlbmd0aCAtIDEpXHJcbiAgICAgICAgcmV0dXJuICdjb2wtMTIgbWItMidcclxuICAgICAgcmV0dXJuICdjb2wtNidcclxuICAgIH1cclxuICB9XHJcbiAgc2hvd1NjaGVtZURldGFpbHMoc2NoZW1lOiBhbnkpIHtcclxuICAgIGNvbnNvbGUubG9nKHNjaGVtZS5pZClcclxuICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnL3NjaGVtZS1kZXRhaWwnXSwgeyBxdWVyeVBhcmFtczogeyBzY2hlbWVJZDogc2NoZW1lPy5pZCB9IH0pXHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJ0b3RhbC1jb250YWluZXJcIiBzaW1wb0hvdmVyIChob3ZlcmluZyk9XCJzaG93RWRpdFRhYnMoJGV2ZW50KVwiPlxyXG4gICAgPGRpdiBbaWRdPVwiZGF0YT8uaWRcIiBbc3BhY2luZ0Fyb3VuZF09XCJzdHlsZXNMYXlvdXRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZC1mbGV4IGZsZXgtY29sdW1uXCIgW3NpbXBvQmFja2dyb3VuZF09XCJzdHlsZXM/LmJhY2tncm91bmRcIiBbc3BhY2luZ0hvcml6b250YWxdPVwic3R5bGVzTGF5b3V0XCJcclxuICAgICAgICAgICAgW2lkXT1cImRhdGE/LmlkXCIgW3NpbXBvU3BhY2luZ109XCJzcGFjaW5nTGF5b3V0XCI+XHJcbiAgICAgICAgICAgIDxzaW1wby10ZXh0LWVkaXRvciBbKHZhbHVlKV09XCJnZXRJbnB1dFRleHRcIiBbZWRpdGFibGVdPVwiZWRpdCB8fCBmYWxzZVwiPjwvc2ltcG8tdGV4dC1lZGl0b3I+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3cgbXQtMlwiIFtzaW1wb0FuaW1hdGlvbl09XCJzdHlsZXM/LmFuaW1hdGlvblwiIFtjbGFzc109XCJnZXRQYXJlbnRDbGFzcygpXCIgW2lkXT1cImRhdGE/LmlkXCIgW3NpbXBvTGF5b3V0XT1cInN0eWxlc0xheW91dFwiPlxyXG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgc2NoZW1lIG9mIHNjaGVtZXM7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZC1mbGV4IGZsZXgtY29sdW1uXCIgW2NsYXNzXT1cImdldENsYXNzKGkpXCIgKGNsaWNrKT1cInNob3dTY2hlbWVEZXRhaWxzKHNjaGVtZSlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBbc3JjXT1cInNjaGVtZT8uaW1nVXJsc1swXVwiIFtpZF09XCJkYXRhPy5pZFwiIGFsdD1cIlNjaGVtZSBJbWFnZVwiIFtzaW1wb0Nvcm5lcl09XCJzdHlsZXM/LmNvcm5lcnNcIiBbc2ltcG9JbWFnZURpcmVjdGl2ZV09XCJzdHlsZXM/LmltYWdlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJjb250ZW50Py5kaXNwbGF5Py5zaG93VGV4dFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNjaGVtZS10ZXh0IG10LTIgZnctYm9sZCBmcy0xOFwiIFtzdHlsZS5jb2xvcl09XCJzdHlsZXM/LmJhY2tncm91bmQ/LmFjY2VudENvbG9yXCI+e3tzY2hlbWU/LnNjaGVtZU5hbWUgPz8gXCJcIn19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IFtuZ0NsYXNzXT1cInsnaG92ZXJfZWZmZWN0JzogZWRpdH1cIiAqbmdJZj1cInNob3dFZGl0b3JzXCI+XHJcbiAgICAgICAgPHNpbXBvLWhvdmVyLWVsZW1lbnRzIFtkYXRhXT1cImRhdGFcIiBbaW5kZXhdPVwiaW5kZXhcIiBbZWRpdE9wdGlvbnNdPVwiZWRpdFwiPjwvc2ltcG8taG92ZXItZWxlbWVudHM+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgKm5nSWY9XCJzaG93RGVsZXRlXCIgW25nQ2xhc3NdPVwieydob3Zlcl9lZmZlY3QnOiBkZWxldGV9XCI+XHJcbiAgICAgICAgPHNpbXBvLWRlbGV0ZS1ob3Zlci1lbGVtZW50IFtkYXRhXT1cImRhdGFcIiBbaW5kZXhdPVwiaW5kZXhcIj48L3NpbXBvLWRlbGV0ZS1ob3Zlci1lbGVtZW50PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1lcy5jb21wb25lbnQubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2Vjb21tZXJjZS9zZWN0aW9ucy9zY2hlbWVzL3NjaGVtZXMuY29tcG9uZW50Lm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb3JuZXJzIH0gZnJvbSBcIi4uLy4uLy4uL3N0eWxlc1wiXHJcbmltcG9ydCB7IEFuaW1hdGlvbk1vZGVsLCBCYWNrZ3JvdW5kTW9kZWwsIERpc3BsYXlTZWN0aW9uLCBJbWFnZVN0eWxlLCBJbnB1dFRleHRNb2RlbCwgTGF5T3V0TW9kZWwgfSBmcm9tIFwiLi4vLi4vLi4vc3R5bGVzL3N0eWxlLm1vZGVsXCJcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgU2NoZW1lc0NvbXBvbmVudE1vZGVsIHtcclxuICAgIGlkOiBzdHJpbmdcclxuICAgIHNlY3Rpb25UeXBlOiBzdHJpbmdcclxuICAgIHNlY3Rpb25OYW1lOiBzdHJpbmdcclxuICAgIGNvbnRlbnQ6IFNjaGVtZXNDb250ZW50TW9kZWxcclxuICAgIHN0eWxlczogU2NoZW1lc1N0eWxlc01vZGVsXHJcbn1cclxuZXhwb3J0IGludGVyZmFjZSBTY2hlbWVzQ29udGVudE1vZGVsIHtcclxuICAgIGRpc3BsYXk6IERpc3BsYXlTZWN0aW9uXHJcbiAgICBpbnB1dFRleHQ6IElucHV0VGV4dE1vZGVsW11cclxufVxyXG5leHBvcnQgaW50ZXJmYWNlIFNjaGVtZXNTdHlsZXNNb2RlbCB7XHJcbiAgICBsYXlvdXQgOiBMYXlPdXRNb2RlbFxyXG4gICAgYmFja2dyb3VuZDogQmFja2dyb3VuZE1vZGVsLFxyXG4gICAgZGlyZWN0aW9uOiBcIlJPV1wiIHwgXCJDT0xVTU5cIixcclxuICAgIGNvcm5lcnMgOiBDb3JuZXJzLFxyXG4gICAgaW1hZ2UgOiBJbWFnZVN0eWxlLFxyXG4gICAgYW5pbWF0aW9uIDogQW5pbWF0aW9uTW9kZWxcclxufSJdfQ==