simpo-component-library 3.6.92 → 3.6.94

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 (201) 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 +23 -0
  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 +19 -3
  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 +29 -0
  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/image-container.directive.mjs +1 -1
  23. package/esm2022/lib/directive/image-directive.directive.mjs +1 -1
  24. package/esm2022/lib/directive/image-editor.directive.mjs +1 -1
  25. package/esm2022/lib/directive/image-position.directive.mjs +1 -1
  26. package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
  27. package/esm2022/lib/directive/set-dynamic-background.directive.mjs +66 -0
  28. package/esm2022/lib/directive/spacing-around.directive.mjs +2 -2
  29. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +1 -1
  30. package/esm2022/lib/directive/spacing.directive.mjs +29 -0
  31. package/esm2022/lib/directive/sticky-directive.mjs +1 -1
  32. package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
  33. package/esm2022/lib/directive/text-size.directive.mjs +1 -1
  34. package/esm2022/lib/directive/translate-onhover.directive.mjs +41 -0
  35. package/esm2022/lib/directive/wrap-containers.directive.mjs +1 -1
  36. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +3 -3
  37. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -3
  38. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +3 -3
  39. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.model.mjs +1 -1
  40. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
  41. package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +1 -1
  42. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
  43. package/esm2022/lib/ecommerce/sections/category-product/category-product.model.mjs +1 -1
  44. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +3 -3
  45. package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +1 -1
  46. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +3 -3
  47. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.model.mjs +1 -1
  48. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +3 -3
  49. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  50. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +3 -3
  51. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
  52. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  53. package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +3 -3
  54. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
  55. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +3 -3
  56. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +3 -3
  57. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  58. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
  59. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  60. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
  61. package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +1 -1
  62. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +3 -3
  63. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +3 -3
  64. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
  65. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.modal.mjs +1 -1
  66. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +3 -3
  67. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.model.mjs +1 -1
  68. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +3 -3
  69. package/esm2022/lib/ecommerce/styles/BaseCollection.modal.mjs +1 -1
  70. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +1 -1
  71. package/esm2022/lib/ecommerce/styles/OrderedItems.modal.mjs +1 -1
  72. package/esm2022/lib/ecommerce/styles/PincodeLocation.model.mjs +1 -1
  73. package/esm2022/lib/ecommerce/styles/PincodeLocationInter.model.mjs +1 -1
  74. package/esm2022/lib/ecommerce/styles/cart.modal.mjs +1 -1
  75. package/esm2022/lib/ecommerce/styles/category.modal.mjs +1 -1
  76. package/esm2022/lib/ecommerce/styles/order.modal.mjs +1 -1
  77. package/esm2022/lib/ecommerce/styles/product.modal.mjs +1 -1
  78. package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
  79. package/esm2022/lib/ecommerce/styles/user.modal.mjs +1 -1
  80. package/esm2022/lib/elements/add-section/add-section.component.mjs +3 -3
  81. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +12 -4
  82. package/esm2022/lib/elements/button/button.component.mjs +3 -3
  83. package/esm2022/lib/elements/button/button.model.mjs +1 -1
  84. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +3 -3
  85. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  86. package/esm2022/lib/elements/editor-service.service.mjs +1 -1
  87. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
  88. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +3 -3
  89. package/esm2022/lib/elements/index.mjs +1 -1
  90. package/esm2022/lib/elements/link-editor/link-editor.component.mjs +3 -3
  91. package/esm2022/lib/elements/media-selector/media-selector.component.mjs +3 -3
  92. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +3 -3
  93. package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +6 -4
  94. package/esm2022/lib/elements/property/property.component.mjs +3 -3
  95. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  96. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +3 -3
  97. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  98. package/esm2022/lib/elements/text-editor/text-editor.component.mjs +3 -3
  99. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  100. package/esm2022/lib/pipes/amount.pipe.mjs +1 -1
  101. package/esm2022/lib/pipes/gender.pipe.mjs +1 -1
  102. package/esm2022/lib/sections/BaseSection.mjs +1 -1
  103. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
  104. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +5 -3
  105. package/esm2022/lib/sections/appointment-form/appointment-form.model.mjs +1 -1
  106. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  107. package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
  108. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +41 -6
  109. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +3 -3
  110. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -3
  111. package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
  112. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +3 -3
  113. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -3
  114. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  115. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  116. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  117. package/esm2022/lib/sections/features-section/features-section.component.mjs +6 -4
  118. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  119. package/esm2022/lib/sections/footer/footer.component.mjs +3 -3
  120. package/esm2022/lib/sections/footer/footer.modal.mjs +1 -1
  121. package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
  122. package/esm2022/lib/sections/header-section/header-section.model.mjs +1 -1
  123. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  124. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  125. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  126. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  127. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  128. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  129. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
  130. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  131. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
  132. package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
  133. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +3 -3
  134. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  135. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  136. package/esm2022/lib/sections/moving-text/moving-text.component.mjs +3 -3
  137. package/esm2022/lib/sections/moving-text/moving-text.modal.mjs +1 -1
  138. package/esm2022/lib/sections/new-services/new-services.component.mjs +3 -3
  139. package/esm2022/lib/sections/new-services/new-services.model.mjs +1 -1
  140. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +3 -3
  141. package/esm2022/lib/sections/new-testimonials/new-testimonials.model.mjs +1 -1
  142. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
  143. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  144. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +12 -4
  145. package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
  146. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  147. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  148. package/esm2022/lib/sections/property-component/property-component.component.mjs +3 -3
  149. package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
  150. package/esm2022/lib/sections/property-list/property-list.component.mjs +3 -3
  151. package/esm2022/lib/sections/property-list/property-list.modal.mjs +1 -1
  152. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  153. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  154. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +3 -3
  155. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +1 -1
  156. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  157. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  158. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +3 -3
  159. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  160. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  161. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  162. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
  163. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  164. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  165. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +3 -3
  166. package/esm2022/lib/sections/testimonial-video/testimonial-video.model.mjs +1 -1
  167. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  168. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +3 -3
  169. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +1 -1
  170. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
  171. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  172. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +3 -3
  173. package/esm2022/lib/services/cart.service.mjs +1 -1
  174. package/esm2022/lib/services/endUser.service.mjs +1 -1
  175. package/esm2022/lib/services/image-upload-service.service.mjs +1 -1
  176. package/esm2022/lib/services/rest.service.mjs +1 -1
  177. package/esm2022/lib/services/sanitizeHtml.mjs +1 -1
  178. package/esm2022/lib/services/storage.service.mjs +1 -1
  179. package/esm2022/lib/styles/index.mjs +1 -1
  180. package/esm2022/lib/styles/style.model.mjs +1 -1
  181. package/esm2022/lib/styles/types.mjs +1 -1
  182. package/esm2022/lib/tokens/api-token.mjs +1 -1
  183. package/esm2022/public-api.mjs +5 -1
  184. package/fesm2022/simpo-component-library.mjs +439 -198
  185. package/fesm2022/simpo-component-library.mjs.map +1 -1
  186. package/lib/directive/alignment.directive.d.ts +11 -0
  187. package/lib/directive/button-directive.directive.d.ts +2 -0
  188. package/lib/directive/height.directive.d.ts +11 -0
  189. package/lib/directive/set-dynamic-background.directive.d.ts +14 -0
  190. package/lib/directive/spacing.directive.d.ts +12 -0
  191. package/lib/directive/translate-onhover.directive.d.ts +11 -0
  192. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +7 -1
  193. package/lib/sections/logo-showcase/logo-showcase.modal.d.ts +7 -1
  194. package/lib/sections/pricing-section/pricing-section.modal.d.ts +1 -0
  195. package/lib/sections/process-modern/process-modern.component.d.ts +2 -0
  196. package/lib/sections/service-section/service-section.model.d.ts +2 -0
  197. package/package.json +1 -1
  198. package/public-api.d.ts +4 -0
  199. package/simpo-component-library-3.6.94.tgz +0 -0
  200. package/src/lib/styles/global-styles.css +199 -191
  201. package/simpo-component-library-3.6.92.tgz +0 -0
@@ -13,12 +13,12 @@ export class AddNewSectionComponent {
13
13
  let dialog = this.dialog.open(AddSectionComponent, { panelClass: "add-section", data: { status: true, index: this.index, position: "ABOVE" } });
14
14
  }
15
15
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AddNewSectionComponent, deps: [{ token: i1.EventsService }, { token: i2.MatDialog }], target: i0.ɵɵFactoryTarget.Component }); }
16
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AddNewSectionComponent, isStandalone: true, selector: "simpo-add-new-section", inputs: { index: "index" }, ngImport: i0, template: "<section class=\"main_section\">\n <div>\n <div #displayElements></div>\n </div>\n <section class=\"add_btn\" (click)=\"addSection()\">\n <mat-icon>add</mat-icon>\n <span style=\"margin-left: 5px;\">Add Section</span>\n </section>\n</section>\n", styles: [".main_section{width:100%;padding:2% 0;overflow-y:scroll}.main_section:hover{border:3px solid #025eb0!important}.add_btn{font-family:lexandReg;font-size:14px;color:#3f3b3b;font-style:normal;font-weight:400;display:flex;justify-content:center;align-items:center;height:150px;width:100%;cursor:pointer;font-size:20px;font-weight:600;color:#09c}.add_btn img{width:2%}\n"], dependencies: [{ kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
16
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AddNewSectionComponent, isStandalone: true, selector: "simpo-add-new-section", inputs: { index: "index" }, ngImport: i0, template: "<section class=\"main_section\">\r\n <div>\r\n <div #displayElements></div>\r\n </div>\r\n <section class=\"add_btn\" (click)=\"addSection()\">\r\n <mat-icon>add</mat-icon>\r\n <span style=\"margin-left: 5px;\">Add Section</span>\r\n </section>\r\n</section>\r\n", styles: [".main_section{width:100%;padding:2% 0;overflow-y:scroll}.main_section:hover{border:3px solid #025eb0!important}.add_btn{font-family:lexandReg;font-size:14px;color:#3f3b3b;font-style:normal;font-weight:400;display:flex;justify-content:center;align-items:center;height:150px;width:100%;cursor:pointer;font-size:20px;font-weight:600;color:#09c}.add_btn img{width:2%}\n"], dependencies: [{ kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
17
17
  }
18
18
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AddNewSectionComponent, decorators: [{
19
19
  type: Component,
20
- args: [{ selector: 'simpo-add-new-section', standalone: true, imports: [MatIcon, AddNewSectionComponent], template: "<section class=\"main_section\">\n <div>\n <div #displayElements></div>\n </div>\n <section class=\"add_btn\" (click)=\"addSection()\">\n <mat-icon>add</mat-icon>\n <span style=\"margin-left: 5px;\">Add Section</span>\n </section>\n</section>\n", styles: [".main_section{width:100%;padding:2% 0;overflow-y:scroll}.main_section:hover{border:3px solid #025eb0!important}.add_btn{font-family:lexandReg;font-size:14px;color:#3f3b3b;font-style:normal;font-weight:400;display:flex;justify-content:center;align-items:center;height:150px;width:100%;cursor:pointer;font-size:20px;font-weight:600;color:#09c}.add_btn img{width:2%}\n"] }]
20
+ args: [{ selector: 'simpo-add-new-section', standalone: true, imports: [MatIcon], template: "<section class=\"main_section\">\r\n <div>\r\n <div #displayElements></div>\r\n </div>\r\n <section class=\"add_btn\" (click)=\"addSection()\">\r\n <mat-icon>add</mat-icon>\r\n <span style=\"margin-left: 5px;\">Add Section</span>\r\n </section>\r\n</section>\r\n", styles: [".main_section{width:100%;padding:2% 0;overflow-y:scroll}.main_section:hover{border:3px solid #025eb0!important}.add_btn{font-family:lexandReg;font-size:14px;color:#3f3b3b;font-style:normal;font-weight:400;display:flex;justify-content:center;align-items:center;height:150px;width:100%;cursor:pointer;font-size:20px;font-weight:600;color:#09c}.add_btn img{width:2%}\n"] }]
21
21
  }], ctorParameters: () => [{ type: i1.EventsService }, { type: i2.MatDialog }], propDecorators: { index: [{
22
22
  type: Input
23
23
  }] } });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLW5ldy1zZWN0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NpbXBvLXVpL3NyYy9saWIvc2VjdGlvbnMvYWRkLW5ldy1zZWN0aW9uL2FkZC1uZXctc2VjdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL3NlY3Rpb25zL2FkZC1uZXctc2VjdGlvbi9hZGQtbmV3LXNlY3Rpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBR2pELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDOzs7O0FBU3ZGLE1BQU0sT0FBTyxzQkFBc0I7SUFDakMsWUFBb0IsYUFBNEIsRUFDdEMsTUFBa0I7UUFEUixrQkFBYSxHQUFiLGFBQWEsQ0FBZTtRQUN0QyxXQUFNLEdBQU4sTUFBTSxDQUFZO0lBQzFCLENBQUM7SUFHSCxVQUFVO1FBQ1IsSUFBSSxNQUFNLEdBQVMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsbUJBQW1CLEVBQUMsRUFBQyxVQUFVLEVBQUcsYUFBYSxFQUFFLElBQUksRUFBRyxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLEVBQUUsUUFBUSxFQUFFLE9BQU8sRUFBQyxFQUFFLENBQUMsQ0FBQTtJQUN0SixDQUFDOytHQVJVLHNCQUFzQjttR0FBdEIsc0JBQXNCLDZHQ2JuQyx5UUFTQSx1YURBWSxPQUFPOzs0RkFJTixzQkFBc0I7a0JBUGxDLFNBQVM7K0JBQ0UsdUJBQXVCLGNBQ3JCLElBQUksV0FDUCxDQUFDLE9BQU8seUJBQXdCOzBHQVFoQyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRJY29uIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBFdmVudHNTZXJ2aWNlIH0gZnJvbSAnLi8uLi8uLi9zZXJ2aWNlcy9ldmVudHMuc2VydmljZSc7XG5pbXBvcnQgeyBNYXREaWFsb2cgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuaW1wb3J0IHsgQWRkU2VjdGlvbkNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2VsZW1lbnRzL2FkZC1zZWN0aW9uL2FkZC1zZWN0aW9uLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NpbXBvLWFkZC1uZXctc2VjdGlvbicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtNYXRJY29uLEFkZE5ld1NlY3Rpb25Db21wb25lbnRdLFxuICB0ZW1wbGF0ZVVybDogJy4vYWRkLW5ldy1zZWN0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2FkZC1uZXctc2VjdGlvbi5jb21wb25lbnQuY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBBZGROZXdTZWN0aW9uQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBfZXZlbnRTZXJ2aWNlOiBFdmVudHNTZXJ2aWNlLFxuICAgIHByaXZhdGUgZGlhbG9nIDogTWF0RGlhbG9nXG4gICl7fVxuICBASW5wdXQoKSBpbmRleD8gOiBudW1iZXI7XG5cbiAgYWRkU2VjdGlvbigpe1xuICAgIGxldCBkaWFsb2cgOiBhbnkgPSB0aGlzLmRpYWxvZy5vcGVuKEFkZFNlY3Rpb25Db21wb25lbnQse3BhbmVsQ2xhc3MgOiBcImFkZC1zZWN0aW9uXCIsIGRhdGEgOiB7IHN0YXR1czogdHJ1ZSwgaW5kZXg6IHRoaXMuaW5kZXgsIHBvc2l0aW9uOiBcIkFCT1ZFXCJ9IH0pXG4gIH1cbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwibWFpbl9zZWN0aW9uXCI+XG4gIDxkaXY+XG4gICAgICA8ZGl2ICNkaXNwbGF5RWxlbWVudHM+PC9kaXY+XG4gIDwvZGl2PlxuICA8c2VjdGlvbiBjbGFzcz1cImFkZF9idG5cIiAoY2xpY2spPVwiYWRkU2VjdGlvbigpXCI+XG4gICAgICA8bWF0LWljb24+YWRkPC9tYXQtaWNvbj5cbiAgICAgIDxzcGFuIHN0eWxlPVwibWFyZ2luLWxlZnQ6IDVweDtcIj5BZGQgU2VjdGlvbjwvc3Bhbj5cbiAgPC9zZWN0aW9uPlxuPC9zZWN0aW9uPlxuIl19
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLW5ldy1zZWN0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NpbXBvLXVpL3NyYy9saWIvc2VjdGlvbnMvYWRkLW5ldy1zZWN0aW9uL2FkZC1uZXctc2VjdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL3NlY3Rpb25zL2FkZC1uZXctc2VjdGlvbi9hZGQtbmV3LXNlY3Rpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBR2pELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDOzs7O0FBU3ZGLE1BQU0sT0FBTyxzQkFBc0I7SUFDakMsWUFBb0IsYUFBNEIsRUFDdEMsTUFBa0I7UUFEUixrQkFBYSxHQUFiLGFBQWEsQ0FBZTtRQUN0QyxXQUFNLEdBQU4sTUFBTSxDQUFZO0lBQzFCLENBQUM7SUFHSCxVQUFVO1FBQ1IsSUFBSSxNQUFNLEdBQVMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsbUJBQW1CLEVBQUMsRUFBQyxVQUFVLEVBQUcsYUFBYSxFQUFFLElBQUksRUFBRyxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLElBQUksQ0FBQyxLQUFLLEVBQUUsUUFBUSxFQUFFLE9BQU8sRUFBQyxFQUFFLENBQUMsQ0FBQTtJQUN0SixDQUFDOytHQVJVLHNCQUFzQjttR0FBdEIsc0JBQXNCLDZHQ2JuQywyUkFTQSx1YURBWSxPQUFPOzs0RkFJTixzQkFBc0I7a0JBUGxDLFNBQVM7K0JBQ0UsdUJBQXVCLGNBQ3JCLElBQUksV0FDUCxDQUFDLE9BQU8sQ0FBQzswR0FRVCxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1hdEljb24gfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcclxuaW1wb3J0IHsgRXZlbnRzU2VydmljZSB9IGZyb20gJy4vLi4vLi4vc2VydmljZXMvZXZlbnRzLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBNYXREaWFsb2cgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xyXG5pbXBvcnQgeyBBZGRTZWN0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vZWxlbWVudHMvYWRkLXNlY3Rpb24vYWRkLXNlY3Rpb24uY29tcG9uZW50JztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc2ltcG8tYWRkLW5ldy1zZWN0aW9uJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtNYXRJY29uXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vYWRkLW5ldy1zZWN0aW9uLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vYWRkLW5ldy1zZWN0aW9uLmNvbXBvbmVudC5jc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZGROZXdTZWN0aW9uQ29tcG9uZW50IHtcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIF9ldmVudFNlcnZpY2U6IEV2ZW50c1NlcnZpY2UsXHJcbiAgICBwcml2YXRlIGRpYWxvZyA6IE1hdERpYWxvZ1xyXG4gICl7fVxyXG4gIEBJbnB1dCgpIGluZGV4PyA6IG51bWJlcjtcclxuXHJcbiAgYWRkU2VjdGlvbigpe1xyXG4gICAgbGV0IGRpYWxvZyA6IGFueSA9IHRoaXMuZGlhbG9nLm9wZW4oQWRkU2VjdGlvbkNvbXBvbmVudCx7cGFuZWxDbGFzcyA6IFwiYWRkLXNlY3Rpb25cIiwgZGF0YSA6IHsgc3RhdHVzOiB0cnVlLCBpbmRleDogdGhpcy5pbmRleCwgcG9zaXRpb246IFwiQUJPVkVcIn0gfSlcclxuICB9XHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJtYWluX3NlY3Rpb25cIj5cclxuICA8ZGl2PlxyXG4gICAgICA8ZGl2ICNkaXNwbGF5RWxlbWVudHM+PC9kaXY+XHJcbiAgPC9kaXY+XHJcbiAgPHNlY3Rpb24gY2xhc3M9XCJhZGRfYnRuXCIgKGNsaWNrKT1cImFkZFNlY3Rpb24oKVwiPlxyXG4gICAgICA8bWF0LWljb24+YWRkPC9tYXQtaWNvbj5cclxuICAgICAgPHNwYW4gc3R5bGU9XCJtYXJnaW4tbGVmdDogNXB4O1wiPkFkZCBTZWN0aW9uPC9zcGFuPlxyXG4gIDwvc2VjdGlvbj5cclxuPC9zZWN0aW9uPlxyXG4iXX0=