simpo-component-library 3.6.726 → 3.6.727
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.
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +10 -208
- package/esm2022/lib/ecommerce/sections/categories-with-image-background-columns/categories-with-image-background-columns.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/refer-earn/refer-earn.component.mjs +4 -13
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -10
- package/esm2022/lib/sections/faq-columns-cards/faq-columns-cards.component.mjs +80 -0
- package/esm2022/lib/sections/faq-columns-cards/faq-columns-cards.modal.mjs +2 -0
- package/esm2022/lib/services/rest.service.mjs +1 -7
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/simpo-component-library.mjs +83 -242
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/input-fields/input-fields.component.d.ts +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +0 -28
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
- package/lib/ecommerce/sections/refer-earn/refer-earn.component.d.ts +2 -6
- package/lib/ecommerce/sections/schemes/schemes.component.d.ts +1 -1
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +0 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +1 -1
- package/lib/sections/faq-columns-cards/faq-columns-cards.component.d.ts +23 -0
- package/lib/sections/faq-columns-cards/faq-columns-cards.modal.d.ts +16 -0
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/services/rest.service.d.ts +0 -2
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/simpo-component-library-3.6.727.tgz +0 -0
- package/simpo-component-library-3.6.726.tgz +0 -0
|
@@ -11,15 +11,12 @@ import { RatingModule } from 'primeng/rating';
|
|
|
11
11
|
import { SpeedDialModule } from 'primeng/speeddial';
|
|
12
12
|
import { PanelModule } from 'primeng/panel';
|
|
13
13
|
import { SpacingHorizontalDirective } from '../../../directive/spacing-horizontal.directive';
|
|
14
|
-
import BaseSection from '../../../sections/BaseSection';
|
|
15
14
|
import * as i0 from "@angular/core";
|
|
16
15
|
import * as i1 from "../../../services/storage.service";
|
|
17
16
|
import * as i2 from "@angular/router";
|
|
18
17
|
import * as i3 from "@angular/common";
|
|
19
|
-
|
|
20
|
-
export class ReferEarnComponent extends BaseSection {
|
|
18
|
+
export class ReferEarnComponent {
|
|
21
19
|
constructor(storageService, router) {
|
|
22
|
-
super();
|
|
23
20
|
this.storageService = storageService;
|
|
24
21
|
this.router = router;
|
|
25
22
|
this.userDetail = this.storageService.getUser();
|
|
@@ -52,7 +49,7 @@ export class ReferEarnComponent extends BaseSection {
|
|
|
52
49
|
return window.location.href;
|
|
53
50
|
}
|
|
54
51
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReferEarnComponent, deps: [{ token: i1.StorageServiceService }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
55
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ReferEarnComponent, isStandalone: true, selector: "simpo-refer-earn", inputs: { data: "data"
|
|
52
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ReferEarnComponent, isStandalone: true, selector: "simpo-refer-earn", inputs: { data: "data" }, ngImport: i0, template: "<section class=\"total-container d-flex justify-content-center align-items-center\" [id]=\"data?.id\" simpoHover>\r\n <section class=\"container h-100\" [id]=\"data?.id\" #container [spacingHorizontal]=\"stylesLayout\"\r\n [simpoLayout]=\"styles?.layout\" style=\"max-height: 86%;\">\r\n <div class=\"row h-100 w-100 h-100\" #aboveHeight class=\"above-height\"\r\n [ngStyle]=\"{'min-height: 95vh': isMobile, 'max-width: 95vh': !isMobile}\" style=\"height: 100%;\">\r\n <div data-simpo-refer-card [attr.data-business]=\"getBusinessId\" [attr.data-mobile]=\"getMobile\"\r\n [attr.data-email]=\"getEmail\" [attr.data-name]=\"getName\" [attr.data-webUrl]=\"getWebUrl\"\r\n [attr.data-userId]=\"getUserId\" style=\"height: 100%;\">\r\n </div>\r\n </div>\r\n </section>\r\n</section>", styles: ["*{font-family:var(--website-font-family)}mat-icon{font-family:Material Icons!important}.total-container{height:calc(84vh - 180px);overflow:scroll}@media (max-width: 475px){.total-container{height:auto}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: SimpoComponentModule }, { kind: "directive", type:
|
|
56
53
|
//DIRECTIVE
|
|
57
54
|
ContentFitDirective, selector: "[simpoLayout]", inputs: ["simpoLayout"] }, { kind: "directive", type: HoverDirective, selector: "[simpoHover]", outputs: ["hovering"] }, { kind: "ngmodule", type: NgxImageZoomModule }, { kind: "ngmodule", type: MatBottomSheetModule }, { kind: "ngmodule", type: RatingModule }, { kind: "ngmodule", type: SpeedDialModule }, { kind: "ngmodule", type: ToastModule }, { kind: "ngmodule", type: PanelModule }, { kind: "directive", type: SpacingHorizontalDirective, selector: "[spacingHorizontal]", inputs: ["spacingHorizontal", "isHeader"] }] }); }
|
|
58
55
|
}
|
|
@@ -72,14 +69,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
72
69
|
ToastModule,
|
|
73
70
|
PanelModule,
|
|
74
71
|
SpacingHorizontalDirective
|
|
75
|
-
], template: "<section class=\"total-container d-flex justify-content-center align-items-center\" [id]=\"data?.id\" simpoHover>\r\n <section class=\"container h-100\" [id]=\"data?.id\" #container [spacingHorizontal]=\"stylesLayout\"\r\n [simpoLayout]=\"styles?.layout\" style=\"max-height: 86%;\">\r\n <div class=\"row h-100 w-100 h-100\" #aboveHeight class=\"above-height\"\r\n [ngStyle]=\"{'min-height: 95vh': isMobile, 'max-width: 95vh': !isMobile}\" style=\"height: 100%;\">\r\n <div data-simpo-refer-card [attr.data-business]=\"getBusinessId\" [attr.data-mobile]=\"getMobile\"\r\n [attr.data-email]=\"getEmail\" [attr.data-name]=\"getName\" [attr.data-webUrl]=\"getWebUrl\"\r\n [attr.data-userId]=\"getUserId\" style=\"height: 100%;\">\r\n </div>\r\n </div>\r\n
|
|
72
|
+
], template: "<section class=\"total-container d-flex justify-content-center align-items-center\" [id]=\"data?.id\" simpoHover>\r\n <section class=\"container h-100\" [id]=\"data?.id\" #container [spacingHorizontal]=\"stylesLayout\"\r\n [simpoLayout]=\"styles?.layout\" style=\"max-height: 86%;\">\r\n <div class=\"row h-100 w-100 h-100\" #aboveHeight class=\"above-height\"\r\n [ngStyle]=\"{'min-height: 95vh': isMobile, 'max-width: 95vh': !isMobile}\" style=\"height: 100%;\">\r\n <div data-simpo-refer-card [attr.data-business]=\"getBusinessId\" [attr.data-mobile]=\"getMobile\"\r\n [attr.data-email]=\"getEmail\" [attr.data-name]=\"getName\" [attr.data-webUrl]=\"getWebUrl\"\r\n [attr.data-userId]=\"getUserId\" style=\"height: 100%;\">\r\n </div>\r\n </div>\r\n </section>\r\n</section>", styles: ["*{font-family:var(--website-font-family)}mat-icon{font-family:Material Icons!important}.total-container{height:calc(84vh - 180px);overflow:scroll}@media (max-width: 475px){.total-container{height:auto}}\n"] }]
|
|
76
73
|
}], ctorParameters: () => [{ type: i1.StorageServiceService }, { type: i2.Router }], propDecorators: { data: [{
|
|
77
74
|
type: Input
|
|
78
|
-
}], edit: [{
|
|
79
|
-
type: Input
|
|
80
|
-
}], delete: [{
|
|
81
|
-
type: Input
|
|
82
|
-
}], index: [{
|
|
83
|
-
type: Input
|
|
84
75
|
}] } });
|
|
85
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVmZXItZWFybi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL2Vjb21tZXJjZS9zZWN0aW9ucy9yZWZlci1lYXJuL3JlZmVyLWVhcm4uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lY29tbWVyY2Uvc2VjdGlvbnMvcmVmZXItZWFybi9yZWZlci1lYXJuLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFN0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDNUMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDdEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzlDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzVDLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLGlEQUFpRCxDQUFDOzs7OztBQTJCN0YsTUFBTSxPQUFPLGtCQUFrQjtJQU03QixZQUNtQixjQUFxQyxFQUNyQyxNQUFjO1FBRGQsbUJBQWMsR0FBZCxjQUFjLENBQXVCO1FBQ3JDLFdBQU0sR0FBTixNQUFNLENBQVE7UUFFL0IsSUFBSSxDQUFDLFVBQVUsR0FBSSxJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sRUFBVyxDQUFDO0lBQzVELENBQUM7SUFFRCxRQUFRO1FBQ04sOENBQThDO0lBQ2hELENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDZCxPQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxFQUFFLE1BQU0sRUFBaUIsQ0FBQztJQUNuRCxDQUFDO0lBRUQsSUFBSSxRQUFRO1FBQ1YsT0FBTyxNQUFNLENBQUMsVUFBVSxJQUFJLEdBQUcsQ0FBQztJQUNsQyxDQUFDO0lBRUQsSUFBSSxhQUFhO1FBQ2YsT0FBTyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLElBQUksTUFBTSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLElBQUksTUFBTSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQTtJQUN6SCxDQUFDO0lBRUQsSUFBSSxTQUFTO1FBQ1gsT0FBTyxJQUFJLENBQUMsVUFBVSxFQUFFLE1BQU0sQ0FBQztJQUNqQyxDQUFDO0lBRUQsSUFBSSxRQUFRO1FBQ1YsT0FBTyxJQUFJLENBQUMsVUFBVSxFQUFFLE9BQU8sRUFBRSxLQUFLLENBQUM7SUFDekMsQ0FBQztJQUVELElBQUksU0FBUztRQUNYLE9BQU8sSUFBSSxDQUFDLFVBQVUsRUFBRSxPQUFPLEVBQUUsTUFBTSxDQUFDO0lBQzFDLENBQUM7SUFFRCxJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxVQUFVLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQztJQUN4QyxDQUFDO0lBRUQsSUFBSSxTQUFTO1FBQ1gsT0FBTyxNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQztJQUM5QixDQUFDOytHQS9DVSxrQkFBa0I7bUdBQWxCLGtCQUFrQixzR0N4Qy9CLHEyQkFXVSxxUURZTixZQUFZLG1IQUNaLFdBQVcsOEJBQ1gsb0JBQW9CO2dCQUNwQixXQUFXO2dCQUNYLG1CQUFtQixtRkFDbkIsY0FBYywrRUFDZCxrQkFBa0IsOEJBQ2xCLG9CQUFvQiw4QkFDcEIsWUFBWSw4QkFDWixlQUFlLDhCQUNmLFdBQVcsOEJBQ1gsV0FBVywrQkFDWCwwQkFBMEI7OzRGQUtqQixrQkFBa0I7a0JBckI5QixTQUFTOytCQUNFLGtCQUFrQixjQUNoQixJQUFJLFdBQ1A7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLG9CQUFvQjt3QkFDcEIsV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLGNBQWM7d0JBQ2Qsa0JBQWtCO3dCQUNsQixvQkFBb0I7d0JBQ3BCLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixXQUFXO3dCQUNYLFdBQVc7d0JBQ1gsMEJBQTBCO3FCQUMzQjsrR0FNUSxJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IExheU91dE1vZGVsIH0gZnJvbSAnLi4vLi4vLi4vc3R5bGVzL3N0eWxlLm1vZGVsJztcclxuaW1wb3J0IHsgSG92ZXJEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvaG92ZXItZWxlbWVudC1kaXJlY3RpdmUnO1xyXG5pbXBvcnQgeyBDb250ZW50Rml0RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlL2NvbnRlbnQtZml0LWRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IFNpbXBvQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnLi4vLi4vLi4vY29tcG9uZW50cy9pbmRleCc7XHJcbmltcG9ydCB7IE5neEltYWdlWm9vbU1vZHVsZSB9IGZyb20gJ25neC1pbWFnZS16b29tJztcclxuaW1wb3J0IHsgVG9hc3RNb2R1bGUgfSBmcm9tICdwcmltZW5nL3RvYXN0JztcclxuaW1wb3J0IHsgTWF0Qm90dG9tU2hlZXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9ib3R0b20tc2hlZXQnO1xyXG5pbXBvcnQgeyBSYXRpbmdNb2R1bGUgfSBmcm9tICdwcmltZW5nL3JhdGluZyc7XHJcbmltcG9ydCB7IFNwZWVkRGlhbE1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvc3BlZWRkaWFsJztcclxuaW1wb3J0IHsgUGFuZWxNb2R1bGUgfSBmcm9tICdwcmltZW5nL3BhbmVsJztcclxuaW1wb3J0IHsgU3BhY2luZ0hvcml6b250YWxEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvc3BhY2luZy1ob3Jpem9udGFsLmRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IFByb2R1Y3REZXNjU3R5bGVzTW9kYWwgfSBmcm9tICcuL3JlZmVyLWVhcm4ubW9kYWwnO1xyXG5pbXBvcnQgeyBTdG9yYWdlU2VydmljZVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9zdG9yYWdlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBVc2VyIH0gZnJvbSAnLi4vLi4vc3R5bGVzL3VzZXIubW9kYWwnO1xyXG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdzaW1wby1yZWZlci1lYXJuJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgU2ltcG9Db21wb25lbnRNb2R1bGUsXHJcbiAgICAvL0RJUkVDVElWRVxyXG4gICAgQ29udGVudEZpdERpcmVjdGl2ZSxcclxuICAgIEhvdmVyRGlyZWN0aXZlLFxyXG4gICAgTmd4SW1hZ2Vab29tTW9kdWxlLFxyXG4gICAgTWF0Qm90dG9tU2hlZXRNb2R1bGUsXHJcbiAgICBSYXRpbmdNb2R1bGUsXHJcbiAgICBTcGVlZERpYWxNb2R1bGUsXHJcbiAgICBUb2FzdE1vZHVsZSxcclxuICAgIFBhbmVsTW9kdWxlLFxyXG4gICAgU3BhY2luZ0hvcml6b250YWxEaXJlY3RpdmVcclxuICBdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9yZWZlci1lYXJuLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vcmVmZXItZWFybi5jb21wb25lbnQuY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgUmVmZXJFYXJuQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgQElucHV0KCkgZGF0YT86IGFueTtcclxuICBzdHlsZXM/OiBQcm9kdWN0RGVzY1N0eWxlc01vZGFsO1xyXG4gIHVzZXJEZXRhaWw6IGFueTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcml2YXRlIHJlYWRvbmx5IHN0b3JhZ2VTZXJ2aWNlOiBTdG9yYWdlU2VydmljZVNlcnZpY2UsXHJcbiAgICBwcml2YXRlIHJlYWRvbmx5IHJvdXRlcjogUm91dGVyXHJcbiAgKSB7XHJcbiAgICB0aGlzLnVzZXJEZXRhaWwgPSAodGhpcy5zdG9yYWdlU2VydmljZS5nZXRVc2VyKCkgYXMgVXNlcik7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIC8vIHRocm93IG5ldyBFcnJvcignTWV0aG9kIG5vdCBpbXBsZW1lbnRlZC4nKTtcclxuICB9XHJcblxyXG4gIGdldCBzdHlsZXNMYXlvdXQoKSB7XHJcbiAgICByZXR1cm4geyAuLi50aGlzLnN0eWxlcz8ubGF5b3V0IH0gYXMgTGF5T3V0TW9kZWw7XHJcbiAgfVxyXG5cclxuICBnZXQgaXNNb2JpbGUoKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gd2luZG93LmlubmVyV2lkdGggPD0gNDc1O1xyXG4gIH1cclxuXHJcbiAgZ2V0IGdldEJ1c2luZXNzSWQoKSB7XHJcbiAgICByZXR1cm4gKGxvY2FsU3RvcmFnZS5nZXRJdGVtKCdiSWQnKSB8fCB3aW5kb3cubG9jYWxTdG9yYWdlLmdldEl0ZW0oJ2J1c2luZXNzSWQnKSB8fCB3aW5kb3cubG9jYWxTdG9yYWdlLmdldEl0ZW0oJ2JJZCcpKVxyXG4gIH1cclxuXHJcbiAgZ2V0IGdldFVzZXJJZCgpIHtcclxuICAgIHJldHVybiB0aGlzLnVzZXJEZXRhaWw/LnVzZXJJZDtcclxuICB9XHJcblxyXG4gIGdldCBnZXRFbWFpbCgpIHtcclxuICAgIHJldHVybiB0aGlzLnVzZXJEZXRhaWw/LmNvbnRhY3Q/LmVtYWlsO1xyXG4gIH1cclxuXHJcbiAgZ2V0IGdldE1vYmlsZSgpIHtcclxuICAgIHJldHVybiB0aGlzLnVzZXJEZXRhaWw/LmNvbnRhY3Q/Lm1vYmlsZTtcclxuICB9XHJcblxyXG4gIGdldCBnZXROYW1lKCkge1xyXG4gICAgcmV0dXJuIHRoaXMudXNlckRldGFpbD8uY29udGFjdD8ubmFtZTtcclxuICB9XHJcblxyXG4gIGdldCBnZXRXZWJVcmwoKSB7XHJcbiAgICByZXR1cm4gd2luZG93LmxvY2F0aW9uLmhyZWY7XHJcbiAgfVxyXG59IiwiPHNlY3Rpb24gY2xhc3M9XCJ0b3RhbC1jb250YWluZXIgZC1mbGV4IGp1c3RpZnktY29udGVudC1jZW50ZXIgYWxpZ24taXRlbXMtY2VudGVyXCIgW2lkXT1cImRhdGE/LmlkXCIgc2ltcG9Ib3Zlcj5cclxuICAgIDxzZWN0aW9uIGNsYXNzPVwiY29udGFpbmVyIGgtMTAwXCIgW2lkXT1cImRhdGE/LmlkXCIgI2NvbnRhaW5lciBbc3BhY2luZ0hvcml6b250YWxdPVwic3R5bGVzTGF5b3V0XCJcclxuICAgICAgICBbc2ltcG9MYXlvdXRdPVwic3R5bGVzPy5sYXlvdXRcIiBzdHlsZT1cIm1heC1oZWlnaHQ6IDg2JTtcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwicm93IGgtMTAwIHctMTAwIGgtMTAwXCIgI2Fib3ZlSGVpZ2h0IGNsYXNzPVwiYWJvdmUtaGVpZ2h0XCJcclxuICAgICAgICAgICAgW25nU3R5bGVdPVwieydtaW4taGVpZ2h0OiA5NXZoJzogaXNNb2JpbGUsICdtYXgtd2lkdGg6IDk1dmgnOiAhaXNNb2JpbGV9XCIgc3R5bGU9XCJoZWlnaHQ6IDEwMCU7XCI+XHJcbiAgICAgICAgICAgIDxkaXYgZGF0YS1zaW1wby1yZWZlci1jYXJkIFthdHRyLmRhdGEtYnVzaW5lc3NdPVwiZ2V0QnVzaW5lc3NJZFwiIFthdHRyLmRhdGEtbW9iaWxlXT1cImdldE1vYmlsZVwiXHJcbiAgICAgICAgICAgICAgICBbYXR0ci5kYXRhLWVtYWlsXT1cImdldEVtYWlsXCIgW2F0dHIuZGF0YS1uYW1lXT1cImdldE5hbWVcIiBbYXR0ci5kYXRhLXdlYlVybF09XCJnZXRXZWJVcmxcIlxyXG4gICAgICAgICAgICAgICAgW2F0dHIuZGF0YS11c2VySWRdPVwiZ2V0VXNlcklkXCIgc3R5bGU9XCJoZWlnaHQ6IDEwMCU7XCI+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9zZWN0aW9uPlxyXG48L3NlY3Rpb24+Il19
|