@softheon/armature 17.15.23 → 17.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/base-components/base-component-api.mjs +5 -3
- package/esm2022/lib/base-components/base-component.module.mjs +16 -8
- package/esm2022/lib/base-components/confirm-address/sof-confirm-address/compare-address-pipe/compare-address.pipe.mjs +20 -0
- package/esm2022/lib/base-components/confirm-address/sof-confirm-address/sof-confirm-address.component.mjs +60 -0
- package/esm2022/lib/base-components/confirm-address/sof-confirm-address-county-change/sof-confirm-address-county-change.component.mjs +58 -0
- package/esm2022/lib/base-components/sof-links/sof-link.component.mjs +2 -1
- package/fesm2022/softheon-armature.mjs +144 -72
- package/fesm2022/softheon-armature.mjs.map +1 -1
- package/lib/base-components/base-component-api.d.ts +4 -2
- package/lib/base-components/base-component.module.d.ts +29 -27
- package/lib/base-components/confirm-address/sof-confirm-address/compare-address-pipe/compare-address.pipe.d.ts +11 -0
- package/lib/base-components/{sof-confirm-address → confirm-address/sof-confirm-address}/sof-confirm-address.component.d.ts +4 -3
- package/lib/base-components/confirm-address/sof-confirm-address-county-change/sof-confirm-address-county-change.component.d.ts +41 -0
- package/package.json +1 -1
- package/ag-grid-components/package.json +0 -3
- package/esm2022/lib/base-components/sof-confirm-address/sof-confirm-address.component.mjs +0 -59
|
@@ -9,9 +9,11 @@ export * from './sof-star-rating/sof-star-rating.component';
|
|
|
9
9
|
export * from './sof-badge/sof-badge.component';
|
|
10
10
|
export * from './sof-image-checkbox/sof-image-checkbox.component';
|
|
11
11
|
export * from './sof-simple-alert/sof-simple-alert.component';
|
|
12
|
-
export * from './sof-confirm-address/sof-confirm-address.component';
|
|
12
|
+
export * from './confirm-address/sof-confirm-address/sof-confirm-address.component';
|
|
13
|
+
export * from './confirm-address/sof-confirm-address-county-change/sof-confirm-address-county-change.component';
|
|
13
14
|
export * from './sof-radio-card/sof-radio-card.component';
|
|
14
15
|
export * from './sof-input-stepper/sof-input-stepper.component';
|
|
15
16
|
export * from './sof-links/sof-link.component';
|
|
16
17
|
export * from './sof-handle/sof-handle.component';
|
|
17
|
-
export * from
|
|
18
|
+
export * from './sof-utility-button/sof-utility-button.component';
|
|
19
|
+
export * from './confirm-address/sof-confirm-address/compare-address-pipe/compare-address.pipe';
|
|
@@ -10,35 +10,37 @@ import * as i8 from "./sof-badge/sof-badge.component";
|
|
|
10
10
|
import * as i9 from "./sof-utility-button/sof-utility-button.component";
|
|
11
11
|
import * as i10 from "./sof-image-checkbox/sof-image-checkbox.component";
|
|
12
12
|
import * as i11 from "./sof-simple-alert/sof-simple-alert.component";
|
|
13
|
-
import * as i12 from "./sof-confirm-address/sof-confirm-address.component";
|
|
14
|
-
import * as i13 from "./sof-
|
|
15
|
-
import * as i14 from "./sof-
|
|
16
|
-
import * as i15 from "./sof-
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "@
|
|
20
|
-
import * as i19 from "@angular/
|
|
21
|
-
import * as i20 from "@ngx-
|
|
22
|
-
import * as i21 from "@angular/
|
|
23
|
-
import * as i22 from "@
|
|
24
|
-
import * as i23 from "@angular/material/
|
|
25
|
-
import * as i24 from "@angular/material/
|
|
26
|
-
import * as i25 from "@angular/material/
|
|
27
|
-
import * as i26 from "@angular/material/
|
|
28
|
-
import * as i27 from "@angular/material/
|
|
29
|
-
import * as i28 from "@angular/material/
|
|
30
|
-
import * as i29 from "@angular/material/
|
|
31
|
-
import * as i30 from "@angular/material/
|
|
32
|
-
import * as i31 from "@angular/material/
|
|
33
|
-
import * as i32 from "@angular/material/
|
|
34
|
-
import * as i33 from "@angular/material/
|
|
35
|
-
import * as i34 from "@angular/material/
|
|
36
|
-
import * as i35 from "@angular/material/
|
|
37
|
-
import * as i36 from "@angular/material/
|
|
38
|
-
import * as i37 from "@angular/
|
|
13
|
+
import * as i12 from "./confirm-address/sof-confirm-address/sof-confirm-address.component";
|
|
14
|
+
import * as i13 from "./confirm-address/sof-confirm-address-county-change/sof-confirm-address-county-change.component";
|
|
15
|
+
import * as i14 from "./sof-input-stepper/sof-input-stepper.component";
|
|
16
|
+
import * as i15 from "./sof-links/sof-link.component";
|
|
17
|
+
import * as i16 from "./sof-handle/sof-handle.component";
|
|
18
|
+
import * as i17 from "./confirm-address/sof-confirm-address/compare-address-pipe/compare-address.pipe";
|
|
19
|
+
import * as i18 from "@angular/router";
|
|
20
|
+
import * as i19 from "@angular/common";
|
|
21
|
+
import * as i20 from "@ngbracket/ngx-layout";
|
|
22
|
+
import * as i21 from "@angular/forms";
|
|
23
|
+
import * as i22 from "@ngx-translate/core";
|
|
24
|
+
import * as i23 from "@angular/material/select";
|
|
25
|
+
import * as i24 from "@angular/material/core";
|
|
26
|
+
import * as i25 from "@angular/material/checkbox";
|
|
27
|
+
import * as i26 from "@angular/material/icon";
|
|
28
|
+
import * as i27 from "@angular/material/dialog";
|
|
29
|
+
import * as i28 from "@angular/material/button";
|
|
30
|
+
import * as i29 from "@angular/material/form-field";
|
|
31
|
+
import * as i30 from "@angular/material/toolbar";
|
|
32
|
+
import * as i31 from "@angular/material/tooltip";
|
|
33
|
+
import * as i32 from "@angular/material/button-toggle";
|
|
34
|
+
import * as i33 from "@angular/material/card";
|
|
35
|
+
import * as i34 from "@angular/material/radio";
|
|
36
|
+
import * as i35 from "@angular/material/paginator";
|
|
37
|
+
import * as i36 from "@angular/material/menu";
|
|
38
|
+
import * as i37 from "@angular/material/input";
|
|
39
|
+
import * as i38 from "@angular/material/list";
|
|
40
|
+
import * as i39 from "@angular/cdk/drag-drop";
|
|
39
41
|
/** The BaseComponentModule Module */
|
|
40
42
|
export declare class BaseComponentModule {
|
|
41
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentModule, never>;
|
|
42
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseComponentModule, [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofUtilityButtonComponent, typeof i10.SofImageCheckboxComponent, typeof i11.SofSimpleAlertComponent, typeof i12.SofConfirmAddressComponent, typeof i13.
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseComponentModule, [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofUtilityButtonComponent, typeof i10.SofImageCheckboxComponent, typeof i11.SofSimpleAlertComponent, typeof i12.SofConfirmAddressComponent, typeof i13.SofConfirmAddressCountyChangeComponent, typeof i14.SofInputStepperComponent, typeof i15.SofLinkComponent, typeof i16.SofHandleComponent, typeof i17.SofCompareAddressPipe], [typeof i18.RouterModule, typeof i19.CommonModule, typeof i20.FlexLayoutModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.TranslateModule, typeof i23.MatSelectModule, typeof i24.MatOptionModule, typeof i25.MatCheckboxModule, typeof i26.MatIconModule, typeof i27.MatDialogModule, typeof i28.MatButtonModule, typeof i29.MatFormFieldModule, typeof i30.MatToolbarModule, typeof i31.MatTooltipModule, typeof i32.MatButtonToggleModule, typeof i33.MatCardModule, typeof i34.MatRadioModule, typeof i35.MatPaginator, typeof i36.MatMenu, typeof i36.MatMenuModule, typeof i37.MatInputModule, typeof i28.MatIconButton, typeof i38.MatListModule, typeof i39.CdkDropList, typeof i39.CdkDrag, typeof i39.CdkDragPlaceholder, typeof i39.CdkDragHandle], [typeof i1.SofProgressBarComponent, typeof i2.SofRadioCardComponent, typeof i3.SofBannerComponent, typeof i4.SofAlertComponent, typeof i5.SofModalComponent, typeof i6.SofButtonToggleGroupComponent, typeof i7.SofStarRatingComponent, typeof i8.SofBadgeComponent, typeof i9.SofUtilityButtonComponent, typeof i10.SofImageCheckboxComponent, typeof i11.SofSimpleAlertComponent, typeof i12.SofConfirmAddressComponent, typeof i13.SofConfirmAddressCountyChangeComponent, typeof i14.SofInputStepperComponent, typeof i15.SofLinkComponent, typeof i16.SofHandleComponent, typeof i17.SofCompareAddressPipe]>;
|
|
43
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<BaseComponentModule>;
|
|
44
46
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Compares 2 address fields, returns true if different.
|
|
5
|
+
* Used in the 'SofConfirmAddressComponent' to add a class to highlight any differences in address.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SofCompareAddressPipe implements PipeTransform {
|
|
8
|
+
transform(givenAddressField: string, recommendAddressField: string): boolean;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SofCompareAddressPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SofCompareAddressPipe, "compareAddress", false>;
|
|
11
|
+
}
|
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
3
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/** The ConfirmAddress Component shown on the dialog */
|
|
5
6
|
export declare class SofConfirmAddressComponent implements OnInit {
|
|
6
7
|
dialogRef: MatDialogRef<any>;
|
|
7
8
|
data: ConfirmAddressData;
|
|
@@ -11,13 +12,13 @@ export declare class SofConfirmAddressComponent implements OnInit {
|
|
|
11
12
|
confirmedAddressForm: FormGroup;
|
|
12
13
|
/** Confirmed Address Form Control */
|
|
13
14
|
confirmedAddress: FormControl;
|
|
14
|
-
/** Recommend address not found indicator*/
|
|
15
|
+
/** Recommend address not found indicator */
|
|
15
16
|
recommendAddressNotFound: boolean;
|
|
16
17
|
/**
|
|
17
18
|
* class constructor
|
|
18
19
|
* @param dialogRef the reference of the mat dialog
|
|
19
20
|
* @param data injected data to the mat dialog data token
|
|
20
|
-
|
|
21
|
+
*/
|
|
21
22
|
constructor(dialogRef: MatDialogRef<any>, data: ConfirmAddressData);
|
|
22
23
|
/** Life cycle hook on component init */
|
|
23
24
|
ngOnInit(): void;
|
|
@@ -30,7 +31,7 @@ export declare class SofConfirmAddressComponent implements OnInit {
|
|
|
30
31
|
}
|
|
31
32
|
/**
|
|
32
33
|
* The confirm address data class
|
|
33
|
-
|
|
34
|
+
*/
|
|
34
35
|
export declare class ConfirmAddressData {
|
|
35
36
|
/** The address type */
|
|
36
37
|
addressType?: string;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { MatSelectChange } from '@angular/material/select';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* The SofConfirmAddressCountyChangeComponent Component shown on the dialog
|
|
7
|
+
* @description This component takes a list of counties and outputs the selected county
|
|
8
|
+
* @note If there is only one county, can either confirm this county or go back to form
|
|
9
|
+
*/
|
|
10
|
+
export declare class SofConfirmAddressCountyChangeComponent implements OnInit {
|
|
11
|
+
dialogRef: MatDialogRef<any>;
|
|
12
|
+
data: ConfirmAddressCountyChangeData;
|
|
13
|
+
/** The selected county to emit on close */
|
|
14
|
+
selectedCounty: string;
|
|
15
|
+
/**
|
|
16
|
+
* class constructor
|
|
17
|
+
* @param dialogRef the reference of the mat dialog
|
|
18
|
+
* @param data injected data to the mat dialog data token
|
|
19
|
+
*/
|
|
20
|
+
constructor(dialogRef: MatDialogRef<any>, data: ConfirmAddressCountyChangeData);
|
|
21
|
+
/** Life cycle hook on component init */
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
/**
|
|
24
|
+
* Selects the county
|
|
25
|
+
* @param county the select the county
|
|
26
|
+
*/
|
|
27
|
+
selectCounty(county: MatSelectChange): void;
|
|
28
|
+
/** On click of the 'continue' || 'confirm' button */
|
|
29
|
+
confirmCounty(): void;
|
|
30
|
+
/** Go back to form / close dialog */
|
|
31
|
+
goBack(): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SofConfirmAddressCountyChangeComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SofConfirmAddressCountyChangeComponent, "sof-confirm-address-county-change", never, {}, {}, never, never, false, never>;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* The confirm address county update data class
|
|
37
|
+
*/
|
|
38
|
+
export interface ConfirmAddressCountyChangeData {
|
|
39
|
+
/** The corrected county / counties to display */
|
|
40
|
+
counties?: Array<string>;
|
|
41
|
+
}
|
package/package.json
CHANGED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Component, Inject } from '@angular/core';
|
|
2
|
-
import { FormControl, FormGroup, Validators } from '@angular/forms';
|
|
3
|
-
import { MAT_DIALOG_DATA } from '@angular/material/dialog';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/material/dialog";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "@ngbracket/ngx-layout/flex";
|
|
8
|
-
import * as i4 from "@angular/forms";
|
|
9
|
-
import * as i5 from "@angular/material/button";
|
|
10
|
-
import * as i6 from "@angular/material/card";
|
|
11
|
-
import * as i7 from "@angular/material/radio";
|
|
12
|
-
/*The ConfirmAddress Component shown on the dialog*/
|
|
13
|
-
export class SofConfirmAddressComponent {
|
|
14
|
-
/**
|
|
15
|
-
* class constructor
|
|
16
|
-
* @param dialogRef the reference of the mat dialog
|
|
17
|
-
* @param data injected data to the mat dialog data token
|
|
18
|
-
*/
|
|
19
|
-
constructor(dialogRef, data) {
|
|
20
|
-
this.dialogRef = dialogRef;
|
|
21
|
-
this.data = data;
|
|
22
|
-
/** The selected option */
|
|
23
|
-
this.selectedOption = '';
|
|
24
|
-
}
|
|
25
|
-
/** Life cycle hook on component init */
|
|
26
|
-
ngOnInit() {
|
|
27
|
-
this.confirmedAddress = new FormControl("", [Validators.required]);
|
|
28
|
-
if (!this.data.recommendAddress || JSON.stringify(this.data.recommendAddress) === "{}") {
|
|
29
|
-
this.recommendAddressNotFound = true;
|
|
30
|
-
this.confirmedAddress.setValue("entered");
|
|
31
|
-
}
|
|
32
|
-
this.confirmedAddressForm = new FormGroup({
|
|
33
|
-
confirmedAddress: this.confirmedAddress
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
/** On click of the cancel btn this function gets fired */
|
|
37
|
-
onNoClick() {
|
|
38
|
-
this.dialogRef.close();
|
|
39
|
-
}
|
|
40
|
-
/** On click of the use address btn this function gets fired */
|
|
41
|
-
confirmAddr() {
|
|
42
|
-
this.dialogRef.close(this.confirmedAddress.value);
|
|
43
|
-
}
|
|
44
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofConfirmAddressComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
45
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: SofConfirmAddressComponent, selector: "sof-confirm-address", ngImport: i0, template: "<div fxLayout=\"column\" fxLayoutGap=\"24px\" p-a-40>\r\n <ng-container *ngIf=\"recommendAddressNotFound\">\r\n <h2 fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"merriweather\">\r\n <i class=\"ph-duotone ph-warning alert-icon\"></i>\r\n <span>{{data?.headerTextRecommendAddressNotFound}}</span>\r\n </h2>\r\n <p class=\"body1\" m-t-0>{{data?.contentTextRecommendAddressNotFound}}</p>\r\n </ng-container>\r\n <ng-container *ngIf=\"!recommendAddressNotFound\">\r\n <h2 class=\"merriweather\">{{data?.headerText}}</h2>\r\n <p class=\"body1\" m-t-0>{{data?.contentText}}</p>\r\n </ng-container>\r\n <div>\r\n <form [formGroup]=\"confirmedAddressForm\" autocomplete=\"off\">\r\n <mat-radio-group formControlName=\"confirmedAddress\" fxLayout=\"row\" fxLayoutGap=\"24px\">\r\n <div fxLayout=\"column\" fxLayoutGap=\"2px\" fxFlex=\"48%\">\r\n <p class=\"body2 text-to-upper-case text-grey fw-500\" m-t-0>{{data?.givenAddressSubtitle}}</p>\r\n <mat-card appearance=\"outlined\" fxLayout=\"row\" class=\"radio-box-grey text-grey\">\r\n <mat-radio-button *ngIf=\"!recommendAddressNotFound\" value=\"entered\" color=\"primary\">\r\n <span [hidden]=\"true\">{{data?.givenAddressSubtitle}}</span>\r\n </mat-radio-button>\r\n <div fxLayout=\"column\" fxLayoutgap=\"4px\">\r\n <h4>{{data?.givenAddress?.address1}}</h4>\r\n <h4>{{data?.givenAddress?.address2}}</h4>\r\n <h4>{{data?.givenAddress?.city}}, {{data?.givenAddress?.state}}</h4>\r\n <h4>{{data?.givenAddress?.zip5}}</h4>\r\n </div>\r\n </mat-card>\r\n </div>\r\n <div *ngIf=\"!recommendAddressNotFound\" fxLayout=\"column\" fxLayoutGap=\"2px\" fxFlex>\r\n <p class=\"body2 text-to-upper-case text-grey fw-500\" m-t-0>{{data?.recommendAddressSubtitle}}</p>\r\n <mat-card *ngIf=\"!recommendAddressNotFound\" appearance=\"outlined\" fxLayout=\"row\" class=\"radio-box\">\r\n <mat-radio-button value=\"recommended\" color=\"primary\">\r\n <span [hidden]=\"true\">{{data?.recommendAddressSubtitle}}</span>\r\n </mat-radio-button>\r\n <div>\r\n <h4>{{data?.recommendAddress?.address1}}</h4>\r\n <h4>{{data?.recommendAddress?.address2}}</h4>\r\n <h4>{{data?.recommendAddress?.city}}, {{data?.recommendAddress?.state}}</h4>\r\n <h4>{{data?.recommendAddress?.zip5}}-{{data?.recommendAddress?.zip4}}</h4>\r\n </div>\r\n </mat-card>\r\n </div>\r\n </mat-radio-group>\r\n </form>\r\n </div>\r\n\r\n\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between center\">\r\n <button id=\"cancelAddressSelection\" mat-button class=\"sof-button text-to-upper-case btn-min-width\" \r\n color=\"primary\" (click)=\"onNoClick()\">\r\n {{data?.cancelButtonText}}\r\n </button>\r\n <button *ngIf=\"confirmedAddress.value === 'entered' && !recommendAddressNotFound\" id=\"btnUseAddress\" \r\n class=\"sof-stroked-button text-to-upper-case btn-min-width\" mat-stroked-button color=\"primary\" (click)=\"confirmAddr()\">\r\n {{data?.confirmButtonTextGivenAddress}}\r\n </button>\r\n <button *ngIf=\"confirmedAddress.value === 'recommended'\" id=\"btnUseAddress\" class=\"sof-flat-button text-to-upper-case btn-min-width\"\r\n mat-flat-button color=\"primary\" (click)=\"confirmAddr()\">\r\n {{data?.confirmButtonTextRecommendAddress}}\r\n <span >\r\n </span>\r\n </button>\r\n <button *ngIf=\"recommendAddressNotFound\" id=\"btnUseAddress\" class=\"sof-stroked-button text-to-upper-case btn-min-width\"\r\n mat-stroked-button color=\"primary\" (click)=\"confirmAddr()\">\r\n {{data?.confirmButtonTextRecommendAddressNotFound}}\r\n </button>\r\n </div>\r\n</div>\r\n", styles: [":root{--primary-color-50-parts: #edf4ff;--primary-color-100-parts: #b9d4fc;--primary-color-200-parts: #8ab7fb;--primary-color-300-parts: #5b9af9;--primary-color-400-parts: #3784f7;--primary-color-500-parts: #146ef6;--primary-color-600-parts: #1266f5;--primary-color-700-parts: #0e5bf3;--primary-color-800-parts: #0b51f2;--primary-color-900-parts: #063fef;--primary-color-A100-parts: rgba(20, 110, 246, .04);--primary-color-A200-parts: rgba(20, 110, 246, .08);--primary-color-A300-parts: rgba(20, 110, 246, .16);--primary-color-A400-parts: rgba(20, 110, 246, .24);--primary-color-A500-parts: rgba(20, 110, 246, .32);--primary-color-contrast-50-parts: rgba(0, 0, 0, .87);--primary-color-contrast-100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-400-parts: rgba(255, 255, 255, 1);--primary-color-contrast-500-parts: rgba(255, 255, 255, 1);--primary-color-contrast-600-parts: rgba(255, 255, 255, 1);--primary-color-contrast-700-parts: rgba(255, 255, 255, 1);--primary-color-contrast-800-parts: rgba(255, 255, 255, 1);--primary-color-contrast-900-parts: rgba(255, 255, 255, 1);--primary-color-contrast-A100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A400-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A500-parts: rgba(0, 0, 0, .87);--primary-color-50-parts-rgb: 237, 244, 255;--primary-color-100-parts-rgb: 185, 212, 252;--primary-color-200-parts-rgb: 138, 183, 251;--primary-color-300-parts-rgb: 91, 154, 249;--primary-color-400-parts-rgb: 55, 132, 247;--primary-color-500-parts-rgb: 20, 110, 246;--primary-color-600-parts-rgb: 18, 102, 245;--primary-color-700-parts-rgb: 14, 91, 243;--primary-color-800-parts-rgb: 11, 81, 242;--primary-color-900-parts-rgb: 6, 63, 239;--primary-color-A100-parts-rgb: 20, 110, 246, .04;--primary-color-A200-parts-rgb: 20, 110, 246, .08;--primary-color-A300-parts-rgb: 20, 110, 246, .16;--primary-color-A400-parts-rgb: 20, 110, 246, .24;--primary-color-A500-parts-rgb: 20, 110, 246, .32;--accent-color-50-parts: #e0f2f1;--accent-color-100-parts: #b2dfdb;--accent-color-200-parts: #80cbc4;--accent-color-300-parts: #4db6ac;--accent-color-400-parts: #26a69a;--accent-color-500-parts: #009688;--accent-color-600-parts: #00897b;--accent-color-700-parts: #00796b;--accent-color-800-parts: #00695c;--accent-color-900-parts: #004d40;--accent-color-A100-parts: rgba(0, 150, 136, .04);--accent-color-A200-parts: rgba(0, 150, 136, .08);--accent-color-A300-parts: rgba(0, 150, 136, .16);--accent-color-A400-parts: rgba(0, 150, 136, .24);--accent-color-A500-parts: rgba(0, 150, 136, .32);--accent-color-contrast-50-parts: rgba(0, 0, 0, .87);--accent-color-contrast-100-parts: rgba(0, 0, 0, .87);--accent-color-contrast-200-parts: rgba(0, 0, 0, .87);--accent-color-contrast-300-parts: rgba(0, 0, 0, .87);--accent-color-contrast-400-parts: rgba(0, 0, 0, .87);--accent-color-contrast-500-parts: rgba(255, 255, 255, 1);--accent-color-contrast-600-parts: rgba(255, 255, 255, 1);--accent-color-contrast-700-parts: rgba(255, 255, 255, 1);--accent-color-contrast-800-parts: rgba(255, 255, 255, 1);--accent-color-contrast-900-parts: rgba(255, 255, 255, 1);--accent-color-contrast-A100-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A200-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A300-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A400-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A500-parts: rgba(0, 0, 0, .87);--accent-color-50-parts-rgb: 224, 242, 241;--accent-color-100-parts-rgb: 178, 223, 219;--accent-color-200-parts-rgb: 128, 203, 196;--accent-color-300-parts-rgb: 77, 182, 172;--accent-color-400-parts-rgb: 38, 166, 154;--accent-color-500-parts-rgb: 0, 150, 136;--accent-color-600-parts-rgb: 0, 137, 123;--accent-color-700-parts-rgb: 0, 121, 107;--accent-color-800-parts-rgb: 0, 105, 92;--accent-color-900-parts-rgb: 0, 77, 64;--accent-color-A100-parts-rgb: 0, 150, 136, .04;--accent-color-A200-parts-rgb: 0, 150, 136, .08;--accent-color-A300-parts-rgb: 0, 150, 136, .16;--accent-color-A400-parts-rgb: 0, 150, 136, .24;--accent-color-A500-parts-rgb: 0, 150, 136, .32;--warn-color-50-parts: #fceee3;--warn-color-100-parts: #f8d4b9;--warn-color-200-parts: #f4b78b;--warn-color-300-parts: #ef9a5d;--warn-color-400-parts: #eb843a;--warn-color-500-parts: #e86e17;--warn-color-600-parts: #e56614;--warn-color-700-parts: #e25b11;--warn-color-800-parts: #de510d;--warn-color-900-parts: #d83f07;--warn-color-A100-parts: rgba(232, 110, 23, .04);--warn-color-A200-parts: rgba(232, 110, 23, .08);--warn-color-A300-parts: rgba(232, 110, 23, .16);--warn-color-A400-parts: rgba(232, 110, 23, .24);--warn-color-A500-parts: rgba(232, 110, 23, .32);--warn-color-contrast-50-parts: rgba(0, 0, 0, .87);--warn-color-contrast-100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-500-parts: rgba(0, 0, 0, .87);--warn-color-contrast-600-parts: rgba(0, 0, 0, .87);--warn-color-contrast-700-parts: rgba(0, 0, 0, .87);--warn-color-contrast-800-parts: rgba(0, 0, 0, .87);--warn-color-contrast-900-parts: rgba(255, 255, 255, 1);--warn-color-contrast-A100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A500-parts: rgba(0, 0, 0, .87);--warn-color-50-parts-rgb: 252, 238, 227;--warn-color-100-parts-rgb: 248, 212, 185;--warn-color-200-parts-rgb: 244, 183, 139;--warn-color-300-parts-rgb: 239, 154, 93;--warn-color-400-parts-rgb: 235, 132, 58;--warn-color-500-parts-rgb: 232, 110, 23;--warn-color-600-parts-rgb: 229, 102, 20;--warn-color-700-parts-rgb: 226, 91, 17;--warn-color-800-parts-rgb: 222, 81, 13;--warn-color-900-parts-rgb: 216, 63, 7;--warn-color-A100-parts-rgb: 232, 110, 23, .04;--warn-color-A200-parts-rgb: 232, 110, 23, .08;--warn-color-A300-parts-rgb: 232, 110, 23, .16;--warn-color-A400-parts-rgb: 232, 110, 23, .24;--warn-color-A500-parts-rgb: 232, 110, 23, .32;--info-color-50-parts: #edf4ff;--info-color-100-parts: #b9d4fc;--info-color-200-parts: #8ab7fb;--info-color-300-parts: #5b9af9;--info-color-400-parts: #3784f7;--info-color-500-parts: #146ef6;--info-color-600-parts: #1266f5;--info-color-700-parts: #0e5bf3;--info-color-800-parts: #0b51f2;--info-color-900-parts: #063fef;--info-color-A100-parts: rgba(20, 110, 246, .04);--info-color-A200-parts: rgba(20, 110, 246, .08);--info-color-A300-parts: rgba(20, 110, 246, .16);--info-color-A400-parts: rgba(20, 110, 246, .24);--info-color-A500-parts: rgba(20, 110, 246, .32);--info-color-contrast-50-parts: rgba(0, 0, 0, .87);--info-color-contrast-100-parts: rgba(0, 0, 0, .87);--info-color-contrast-200-parts: rgba(0, 0, 0, .87);--info-color-contrast-300-parts: rgba(0, 0, 0, .87);--info-color-contrast-400-parts: rgba(255, 255, 255, 1);--info-color-contrast-500-parts: rgba(255, 255, 255, 1);--info-color-contrast-600-parts: rgba(255, 255, 255, 1);--info-color-contrast-700-parts: rgba(255, 255, 255, 1);--info-color-contrast-800-parts: rgba(255, 255, 255, 1);--info-color-contrast-900-parts: rgba(255, 255, 255, 1);--info-color-contrast-A100-parts: rgba(0, 0, 0, .87);--info-color-contrast-A200-parts: rgba(0, 0, 0, .87);--info-color-contrast-A300-parts: rgba(0, 0, 0, .87);--info-color-contrast-A400-parts: rgba(0, 0, 0, .87);--info-color-contrast-A500-parts: rgba(0, 0, 0, .87);--info-color-50-parts-rgb: 237, 244, 255;--info-color-100-parts-rgb: 185, 212, 252;--info-color-200-parts-rgb: 138, 183, 251;--info-color-300-parts-rgb: 91, 154, 249;--info-color-400-parts-rgb: 55, 132, 247;--info-color-500-parts-rgb: 20, 110, 246;--info-color-600-parts-rgb: 18, 102, 245;--info-color-700-parts-rgb: 14, 91, 243;--info-color-800-parts-rgb: 11, 81, 242;--info-color-900-parts-rgb: 6, 63, 239;--info-color-A100-parts-rgb: 20, 110, 246, .04;--info-color-A200-parts-rgb: 20, 110, 246, .08;--info-color-A300-parts-rgb: 20, 110, 246, .16;--info-color-A400-parts-rgb: 20, 110, 246, .24;--info-color-A500-parts-rgb: 20, 110, 246, .32;--success-color-50-parts: #e7f0e6;--success-color-100-parts: #c4dac1;--success-color-200-parts: #9cc198;--success-color-300-parts: #74a86e;--success-color-400-parts: #57954f;--success-color-500-parts: #398230;--success-color-600-parts: #337a2b;--success-color-700-parts: #2c6f24;--success-color-800-parts: #24651e;--success-color-900-parts: #175213;--success-color-A100-parts: rgba(57, 130, 48, .04);--success-color-A200-parts: rgba(57, 130, 48, .08);--success-color-A300-parts: rgba(57, 130, 48, .16);--success-color-A400-parts: rgba(57, 130, 48, .24);--success-color-A500-parts: rgba(57, 130, 48, .32);--success-color-contrast-50-parts: rgba(0, 0, 0, .87);--success-color-contrast-100-parts: rgba(0, 0, 0, .87);--success-color-contrast-200-parts: rgba(0, 0, 0, .87);--success-color-contrast-300-parts: rgba(0, 0, 0, .87);--success-color-contrast-400-parts: rgba(0, 0, 0, .87);--success-color-contrast-500-parts: rgba(255, 255, 255, 1);--success-color-contrast-600-parts: rgba(255, 255, 255, 1);--success-color-contrast-700-parts: rgba(255, 255, 255, 1);--success-color-contrast-800-parts: rgba(255, 255, 255, 1);--success-color-contrast-900-parts: rgba(255, 255, 255, 1);--success-color-contrast-A100-parts: rgba(0, 0, 0, .87);--success-color-contrast-A200-parts: rgba(0, 0, 0, .87);--success-color-contrast-A300-parts: rgba(0, 0, 0, .87);--success-color-contrast-A400-parts: rgba(0, 0, 0, .87);--success-color-contrast-A500-parts: rgba(0, 0, 0, .87);--success-color-50-parts-rgb: 231, 240, 230;--success-color-100-parts-rgb: 196, 218, 193;--success-color-200-parts-rgb: 156, 193, 152;--success-color-300-parts-rgb: 116, 168, 110;--success-color-400-parts-rgb: 87, 149, 79;--success-color-500-parts-rgb: 57, 130, 48;--success-color-600-parts-rgb: 51, 122, 43;--success-color-700-parts-rgb: 44, 111, 36;--success-color-800-parts-rgb: 36, 101, 30;--success-color-900-parts-rgb: 23, 82, 19;--success-color-A100-parts-rgb: 57, 130, 48, .04;--success-color-A200-parts-rgb: 57, 130, 48, .08;--success-color-A300-parts-rgb: 57, 130, 48, .16;--success-color-A400-parts-rgb: 57, 130, 48, .24;--success-color-A500-parts-rgb: 57, 130, 48, .32;--error-color-50-parts: #fae5e4;--error-color-100-parts: #f3bdba;--error-color-200-parts: #eb928d;--error-color-300-parts: #e3665f;--error-color-400-parts: #dd453c;--error-color-500-parts: #d7241a;--error-color-600-parts: #d32017;--error-color-700-parts: #cd1b13;--error-color-800-parts: #c7160f;--error-color-900-parts: #be0d08;--error-color-A100-parts: rgba(215, 36, 26, .04);--error-color-A200-parts: rgba(215, 36, 26, .08);--error-color-A300-parts: rgba(215, 36, 26, .16);--error-color-A400-parts: rgba(215, 36, 26, .24);--error-color-A500-parts: rgba(215, 36, 26, .32);--error-color-contrast-50-parts: rgba(0, 0, 0, .87);--error-color-contrast-100-parts: rgba(0, 0, 0, .87);--error-color-contrast-200-parts: rgba(0, 0, 0, .87);--error-color-contrast-300-parts: rgba(0, 0, 0, .87);--error-color-contrast-400-parts: rgba(0, 0, 0, .87);--error-color-contrast-500-parts: rgba(255, 255, 255, 1);--error-color-contrast-600-parts: rgba(255, 255, 255, 1);--error-color-contrast-700-parts: rgba(255, 255, 255, 1);--error-color-contrast-800-parts: rgba(255, 255, 255, 1);--error-color-contrast-900-parts: rgba(255, 255, 255, 1);--error-color-contrast-A100-parts: rgba(0, 0, 0, .87);--error-color-contrast-A200-parts: rgba(0, 0, 0, .87);--error-color-contrast-A300-parts: rgba(0, 0, 0, .87);--error-color-contrast-A400-parts: rgba(0, 0, 0, .87);--error-color-contrast-A500-parts: rgba(0, 0, 0, .87);--error-color-50-parts-rgb: 250, 229, 228;--error-color-100-parts-rgb: 243, 189, 186;--error-color-200-parts-rgb: 235, 146, 141;--error-color-300-parts-rgb: 227, 102, 95;--error-color-400-parts-rgb: 221, 69, 60;--error-color-500-parts-rgb: 215, 36, 26;--error-color-600-parts-rgb: 211, 32, 23;--error-color-700-parts-rgb: 205, 27, 19;--error-color-800-parts-rgb: 199, 22, 15;--error-color-900-parts-rgb: 190, 13, 8;--error-color-A100-parts-rgb: 215, 36, 26, .04;--error-color-A200-parts-rgb: 215, 36, 26, .08;--error-color-A300-parts-rgb: 215, 36, 26, .16;--error-color-A400-parts-rgb: 215, 36, 26, .24;--error-color-A500-parts-rgb: 215, 36, 26, .32;--neutral-color-50-parts: #e9e9e9;--neutral-color-100-parts: #dddddd;--neutral-color-200-parts: #cccccc;--neutral-color-300-parts: #b0b0b0;--neutral-color-400-parts: #909090;--neutral-color-500-parts: #515151;--neutral-color-600-parts: #424242;--neutral-color-700-parts: #333333;--neutral-color-800-parts: #212121;--neutral-color-900-parts: #141414;--neutral-color-A100-parts: rgba(81, 81, 81, .04);--neutral-color-A200-parts: rgba(81, 81, 81, .08);--neutral-color-A300-parts: rgba(81, 81, 81, .16);--neutral-color-A400-parts: rgba(81, 81, 81, .24);--neutral-color-A500-parts: rgba(81, 81, 81, .32);--neutral-color-contrast-50-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-400-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-500-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-600-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-700-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-800-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-900-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-A100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A400-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A500-parts: rgba(0, 0, 0, .87);--neutral-color-50-parts-rgb: 233, 233, 233;--neutral-color-100-parts-rgb: 221, 221, 221;--neutral-color-200-parts-rgb: 204, 204, 204;--neutral-color-300-parts-rgb: 176, 176, 176;--neutral-color-400-parts-rgb: 144, 144, 144;--neutral-color-500-parts-rgb: 81, 81, 81;--neutral-color-600-parts-rgb: 66, 66, 66;--neutral-color-700-parts-rgb: 51, 51, 51;--neutral-color-800-parts-rgb: 33, 33, 33;--neutral-color-900-parts-rgb: 20, 20, 20;--neutral-color-A100-parts-rgb: 81, 81, 81, .04;--neutral-color-A200-parts-rgb: 81, 81, 81, .08;--neutral-color-A300-parts-rgb: 81, 81, 81, .16;--neutral-color-A400-parts-rgb: 81, 81, 81, .24;--neutral-color-A500-parts-rgb: 81, 81, 81, .32}.radio-box{background:#fff;border-radius:10px;padding:16px;min-height:152px}.radio-box-grey{background-color:var(--neutral-color-50-parts);border-radius:10px;padding:16px;min-height:152px}.text-grey{color:#0009}.text-to-upper-case{text-transform:uppercase}.btn-min-width{min-width:117px}.alert-icon{color:var(--warn-color-900-parts)}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i3.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { kind: "directive", type: i3.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "directive", type: i3.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i5.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i6.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i7.MatRadioGroup, selector: "mat-radio-group", inputs: ["color", "name", "labelPosition", "value", "selected", "disabled", "required"], outputs: ["change"], exportAs: ["matRadioGroup"] }, { kind: "component", type: i7.MatRadioButton, selector: "mat-radio-button", inputs: ["id", "name", "aria-label", "aria-labelledby", "aria-describedby", "disableRipple", "tabIndex", "checked", "value", "labelPosition", "disabled", "required", "color"], outputs: ["change"], exportAs: ["matRadioButton"] }] }); }
|
|
46
|
-
}
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofConfirmAddressComponent, decorators: [{
|
|
48
|
-
type: Component,
|
|
49
|
-
args: [{ selector: 'sof-confirm-address', template: "<div fxLayout=\"column\" fxLayoutGap=\"24px\" p-a-40>\r\n <ng-container *ngIf=\"recommendAddressNotFound\">\r\n <h2 fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"merriweather\">\r\n <i class=\"ph-duotone ph-warning alert-icon\"></i>\r\n <span>{{data?.headerTextRecommendAddressNotFound}}</span>\r\n </h2>\r\n <p class=\"body1\" m-t-0>{{data?.contentTextRecommendAddressNotFound}}</p>\r\n </ng-container>\r\n <ng-container *ngIf=\"!recommendAddressNotFound\">\r\n <h2 class=\"merriweather\">{{data?.headerText}}</h2>\r\n <p class=\"body1\" m-t-0>{{data?.contentText}}</p>\r\n </ng-container>\r\n <div>\r\n <form [formGroup]=\"confirmedAddressForm\" autocomplete=\"off\">\r\n <mat-radio-group formControlName=\"confirmedAddress\" fxLayout=\"row\" fxLayoutGap=\"24px\">\r\n <div fxLayout=\"column\" fxLayoutGap=\"2px\" fxFlex=\"48%\">\r\n <p class=\"body2 text-to-upper-case text-grey fw-500\" m-t-0>{{data?.givenAddressSubtitle}}</p>\r\n <mat-card appearance=\"outlined\" fxLayout=\"row\" class=\"radio-box-grey text-grey\">\r\n <mat-radio-button *ngIf=\"!recommendAddressNotFound\" value=\"entered\" color=\"primary\">\r\n <span [hidden]=\"true\">{{data?.givenAddressSubtitle}}</span>\r\n </mat-radio-button>\r\n <div fxLayout=\"column\" fxLayoutgap=\"4px\">\r\n <h4>{{data?.givenAddress?.address1}}</h4>\r\n <h4>{{data?.givenAddress?.address2}}</h4>\r\n <h4>{{data?.givenAddress?.city}}, {{data?.givenAddress?.state}}</h4>\r\n <h4>{{data?.givenAddress?.zip5}}</h4>\r\n </div>\r\n </mat-card>\r\n </div>\r\n <div *ngIf=\"!recommendAddressNotFound\" fxLayout=\"column\" fxLayoutGap=\"2px\" fxFlex>\r\n <p class=\"body2 text-to-upper-case text-grey fw-500\" m-t-0>{{data?.recommendAddressSubtitle}}</p>\r\n <mat-card *ngIf=\"!recommendAddressNotFound\" appearance=\"outlined\" fxLayout=\"row\" class=\"radio-box\">\r\n <mat-radio-button value=\"recommended\" color=\"primary\">\r\n <span [hidden]=\"true\">{{data?.recommendAddressSubtitle}}</span>\r\n </mat-radio-button>\r\n <div>\r\n <h4>{{data?.recommendAddress?.address1}}</h4>\r\n <h4>{{data?.recommendAddress?.address2}}</h4>\r\n <h4>{{data?.recommendAddress?.city}}, {{data?.recommendAddress?.state}}</h4>\r\n <h4>{{data?.recommendAddress?.zip5}}-{{data?.recommendAddress?.zip4}}</h4>\r\n </div>\r\n </mat-card>\r\n </div>\r\n </mat-radio-group>\r\n </form>\r\n </div>\r\n\r\n\r\n <div fxLayout=\"row\" fxLayoutAlign=\"space-between center\">\r\n <button id=\"cancelAddressSelection\" mat-button class=\"sof-button text-to-upper-case btn-min-width\" \r\n color=\"primary\" (click)=\"onNoClick()\">\r\n {{data?.cancelButtonText}}\r\n </button>\r\n <button *ngIf=\"confirmedAddress.value === 'entered' && !recommendAddressNotFound\" id=\"btnUseAddress\" \r\n class=\"sof-stroked-button text-to-upper-case btn-min-width\" mat-stroked-button color=\"primary\" (click)=\"confirmAddr()\">\r\n {{data?.confirmButtonTextGivenAddress}}\r\n </button>\r\n <button *ngIf=\"confirmedAddress.value === 'recommended'\" id=\"btnUseAddress\" class=\"sof-flat-button text-to-upper-case btn-min-width\"\r\n mat-flat-button color=\"primary\" (click)=\"confirmAddr()\">\r\n {{data?.confirmButtonTextRecommendAddress}}\r\n <span >\r\n </span>\r\n </button>\r\n <button *ngIf=\"recommendAddressNotFound\" id=\"btnUseAddress\" class=\"sof-stroked-button text-to-upper-case btn-min-width\"\r\n mat-stroked-button color=\"primary\" (click)=\"confirmAddr()\">\r\n {{data?.confirmButtonTextRecommendAddressNotFound}}\r\n </button>\r\n </div>\r\n</div>\r\n", styles: [":root{--primary-color-50-parts: #edf4ff;--primary-color-100-parts: #b9d4fc;--primary-color-200-parts: #8ab7fb;--primary-color-300-parts: #5b9af9;--primary-color-400-parts: #3784f7;--primary-color-500-parts: #146ef6;--primary-color-600-parts: #1266f5;--primary-color-700-parts: #0e5bf3;--primary-color-800-parts: #0b51f2;--primary-color-900-parts: #063fef;--primary-color-A100-parts: rgba(20, 110, 246, .04);--primary-color-A200-parts: rgba(20, 110, 246, .08);--primary-color-A300-parts: rgba(20, 110, 246, .16);--primary-color-A400-parts: rgba(20, 110, 246, .24);--primary-color-A500-parts: rgba(20, 110, 246, .32);--primary-color-contrast-50-parts: rgba(0, 0, 0, .87);--primary-color-contrast-100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-400-parts: rgba(255, 255, 255, 1);--primary-color-contrast-500-parts: rgba(255, 255, 255, 1);--primary-color-contrast-600-parts: rgba(255, 255, 255, 1);--primary-color-contrast-700-parts: rgba(255, 255, 255, 1);--primary-color-contrast-800-parts: rgba(255, 255, 255, 1);--primary-color-contrast-900-parts: rgba(255, 255, 255, 1);--primary-color-contrast-A100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A400-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A500-parts: rgba(0, 0, 0, .87);--primary-color-50-parts-rgb: 237, 244, 255;--primary-color-100-parts-rgb: 185, 212, 252;--primary-color-200-parts-rgb: 138, 183, 251;--primary-color-300-parts-rgb: 91, 154, 249;--primary-color-400-parts-rgb: 55, 132, 247;--primary-color-500-parts-rgb: 20, 110, 246;--primary-color-600-parts-rgb: 18, 102, 245;--primary-color-700-parts-rgb: 14, 91, 243;--primary-color-800-parts-rgb: 11, 81, 242;--primary-color-900-parts-rgb: 6, 63, 239;--primary-color-A100-parts-rgb: 20, 110, 246, .04;--primary-color-A200-parts-rgb: 20, 110, 246, .08;--primary-color-A300-parts-rgb: 20, 110, 246, .16;--primary-color-A400-parts-rgb: 20, 110, 246, .24;--primary-color-A500-parts-rgb: 20, 110, 246, .32;--accent-color-50-parts: #e0f2f1;--accent-color-100-parts: #b2dfdb;--accent-color-200-parts: #80cbc4;--accent-color-300-parts: #4db6ac;--accent-color-400-parts: #26a69a;--accent-color-500-parts: #009688;--accent-color-600-parts: #00897b;--accent-color-700-parts: #00796b;--accent-color-800-parts: #00695c;--accent-color-900-parts: #004d40;--accent-color-A100-parts: rgba(0, 150, 136, .04);--accent-color-A200-parts: rgba(0, 150, 136, .08);--accent-color-A300-parts: rgba(0, 150, 136, .16);--accent-color-A400-parts: rgba(0, 150, 136, .24);--accent-color-A500-parts: rgba(0, 150, 136, .32);--accent-color-contrast-50-parts: rgba(0, 0, 0, .87);--accent-color-contrast-100-parts: rgba(0, 0, 0, .87);--accent-color-contrast-200-parts: rgba(0, 0, 0, .87);--accent-color-contrast-300-parts: rgba(0, 0, 0, .87);--accent-color-contrast-400-parts: rgba(0, 0, 0, .87);--accent-color-contrast-500-parts: rgba(255, 255, 255, 1);--accent-color-contrast-600-parts: rgba(255, 255, 255, 1);--accent-color-contrast-700-parts: rgba(255, 255, 255, 1);--accent-color-contrast-800-parts: rgba(255, 255, 255, 1);--accent-color-contrast-900-parts: rgba(255, 255, 255, 1);--accent-color-contrast-A100-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A200-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A300-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A400-parts: rgba(0, 0, 0, .87);--accent-color-contrast-A500-parts: rgba(0, 0, 0, .87);--accent-color-50-parts-rgb: 224, 242, 241;--accent-color-100-parts-rgb: 178, 223, 219;--accent-color-200-parts-rgb: 128, 203, 196;--accent-color-300-parts-rgb: 77, 182, 172;--accent-color-400-parts-rgb: 38, 166, 154;--accent-color-500-parts-rgb: 0, 150, 136;--accent-color-600-parts-rgb: 0, 137, 123;--accent-color-700-parts-rgb: 0, 121, 107;--accent-color-800-parts-rgb: 0, 105, 92;--accent-color-900-parts-rgb: 0, 77, 64;--accent-color-A100-parts-rgb: 0, 150, 136, .04;--accent-color-A200-parts-rgb: 0, 150, 136, .08;--accent-color-A300-parts-rgb: 0, 150, 136, .16;--accent-color-A400-parts-rgb: 0, 150, 136, .24;--accent-color-A500-parts-rgb: 0, 150, 136, .32;--warn-color-50-parts: #fceee3;--warn-color-100-parts: #f8d4b9;--warn-color-200-parts: #f4b78b;--warn-color-300-parts: #ef9a5d;--warn-color-400-parts: #eb843a;--warn-color-500-parts: #e86e17;--warn-color-600-parts: #e56614;--warn-color-700-parts: #e25b11;--warn-color-800-parts: #de510d;--warn-color-900-parts: #d83f07;--warn-color-A100-parts: rgba(232, 110, 23, .04);--warn-color-A200-parts: rgba(232, 110, 23, .08);--warn-color-A300-parts: rgba(232, 110, 23, .16);--warn-color-A400-parts: rgba(232, 110, 23, .24);--warn-color-A500-parts: rgba(232, 110, 23, .32);--warn-color-contrast-50-parts: rgba(0, 0, 0, .87);--warn-color-contrast-100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-500-parts: rgba(0, 0, 0, .87);--warn-color-contrast-600-parts: rgba(0, 0, 0, .87);--warn-color-contrast-700-parts: rgba(0, 0, 0, .87);--warn-color-contrast-800-parts: rgba(0, 0, 0, .87);--warn-color-contrast-900-parts: rgba(255, 255, 255, 1);--warn-color-contrast-A100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A500-parts: rgba(0, 0, 0, .87);--warn-color-50-parts-rgb: 252, 238, 227;--warn-color-100-parts-rgb: 248, 212, 185;--warn-color-200-parts-rgb: 244, 183, 139;--warn-color-300-parts-rgb: 239, 154, 93;--warn-color-400-parts-rgb: 235, 132, 58;--warn-color-500-parts-rgb: 232, 110, 23;--warn-color-600-parts-rgb: 229, 102, 20;--warn-color-700-parts-rgb: 226, 91, 17;--warn-color-800-parts-rgb: 222, 81, 13;--warn-color-900-parts-rgb: 216, 63, 7;--warn-color-A100-parts-rgb: 232, 110, 23, .04;--warn-color-A200-parts-rgb: 232, 110, 23, .08;--warn-color-A300-parts-rgb: 232, 110, 23, .16;--warn-color-A400-parts-rgb: 232, 110, 23, .24;--warn-color-A500-parts-rgb: 232, 110, 23, .32;--info-color-50-parts: #edf4ff;--info-color-100-parts: #b9d4fc;--info-color-200-parts: #8ab7fb;--info-color-300-parts: #5b9af9;--info-color-400-parts: #3784f7;--info-color-500-parts: #146ef6;--info-color-600-parts: #1266f5;--info-color-700-parts: #0e5bf3;--info-color-800-parts: #0b51f2;--info-color-900-parts: #063fef;--info-color-A100-parts: rgba(20, 110, 246, .04);--info-color-A200-parts: rgba(20, 110, 246, .08);--info-color-A300-parts: rgba(20, 110, 246, .16);--info-color-A400-parts: rgba(20, 110, 246, .24);--info-color-A500-parts: rgba(20, 110, 246, .32);--info-color-contrast-50-parts: rgba(0, 0, 0, .87);--info-color-contrast-100-parts: rgba(0, 0, 0, .87);--info-color-contrast-200-parts: rgba(0, 0, 0, .87);--info-color-contrast-300-parts: rgba(0, 0, 0, .87);--info-color-contrast-400-parts: rgba(255, 255, 255, 1);--info-color-contrast-500-parts: rgba(255, 255, 255, 1);--info-color-contrast-600-parts: rgba(255, 255, 255, 1);--info-color-contrast-700-parts: rgba(255, 255, 255, 1);--info-color-contrast-800-parts: rgba(255, 255, 255, 1);--info-color-contrast-900-parts: rgba(255, 255, 255, 1);--info-color-contrast-A100-parts: rgba(0, 0, 0, .87);--info-color-contrast-A200-parts: rgba(0, 0, 0, .87);--info-color-contrast-A300-parts: rgba(0, 0, 0, .87);--info-color-contrast-A400-parts: rgba(0, 0, 0, .87);--info-color-contrast-A500-parts: rgba(0, 0, 0, .87);--info-color-50-parts-rgb: 237, 244, 255;--info-color-100-parts-rgb: 185, 212, 252;--info-color-200-parts-rgb: 138, 183, 251;--info-color-300-parts-rgb: 91, 154, 249;--info-color-400-parts-rgb: 55, 132, 247;--info-color-500-parts-rgb: 20, 110, 246;--info-color-600-parts-rgb: 18, 102, 245;--info-color-700-parts-rgb: 14, 91, 243;--info-color-800-parts-rgb: 11, 81, 242;--info-color-900-parts-rgb: 6, 63, 239;--info-color-A100-parts-rgb: 20, 110, 246, .04;--info-color-A200-parts-rgb: 20, 110, 246, .08;--info-color-A300-parts-rgb: 20, 110, 246, .16;--info-color-A400-parts-rgb: 20, 110, 246, .24;--info-color-A500-parts-rgb: 20, 110, 246, .32;--success-color-50-parts: #e7f0e6;--success-color-100-parts: #c4dac1;--success-color-200-parts: #9cc198;--success-color-300-parts: #74a86e;--success-color-400-parts: #57954f;--success-color-500-parts: #398230;--success-color-600-parts: #337a2b;--success-color-700-parts: #2c6f24;--success-color-800-parts: #24651e;--success-color-900-parts: #175213;--success-color-A100-parts: rgba(57, 130, 48, .04);--success-color-A200-parts: rgba(57, 130, 48, .08);--success-color-A300-parts: rgba(57, 130, 48, .16);--success-color-A400-parts: rgba(57, 130, 48, .24);--success-color-A500-parts: rgba(57, 130, 48, .32);--success-color-contrast-50-parts: rgba(0, 0, 0, .87);--success-color-contrast-100-parts: rgba(0, 0, 0, .87);--success-color-contrast-200-parts: rgba(0, 0, 0, .87);--success-color-contrast-300-parts: rgba(0, 0, 0, .87);--success-color-contrast-400-parts: rgba(0, 0, 0, .87);--success-color-contrast-500-parts: rgba(255, 255, 255, 1);--success-color-contrast-600-parts: rgba(255, 255, 255, 1);--success-color-contrast-700-parts: rgba(255, 255, 255, 1);--success-color-contrast-800-parts: rgba(255, 255, 255, 1);--success-color-contrast-900-parts: rgba(255, 255, 255, 1);--success-color-contrast-A100-parts: rgba(0, 0, 0, .87);--success-color-contrast-A200-parts: rgba(0, 0, 0, .87);--success-color-contrast-A300-parts: rgba(0, 0, 0, .87);--success-color-contrast-A400-parts: rgba(0, 0, 0, .87);--success-color-contrast-A500-parts: rgba(0, 0, 0, .87);--success-color-50-parts-rgb: 231, 240, 230;--success-color-100-parts-rgb: 196, 218, 193;--success-color-200-parts-rgb: 156, 193, 152;--success-color-300-parts-rgb: 116, 168, 110;--success-color-400-parts-rgb: 87, 149, 79;--success-color-500-parts-rgb: 57, 130, 48;--success-color-600-parts-rgb: 51, 122, 43;--success-color-700-parts-rgb: 44, 111, 36;--success-color-800-parts-rgb: 36, 101, 30;--success-color-900-parts-rgb: 23, 82, 19;--success-color-A100-parts-rgb: 57, 130, 48, .04;--success-color-A200-parts-rgb: 57, 130, 48, .08;--success-color-A300-parts-rgb: 57, 130, 48, .16;--success-color-A400-parts-rgb: 57, 130, 48, .24;--success-color-A500-parts-rgb: 57, 130, 48, .32;--error-color-50-parts: #fae5e4;--error-color-100-parts: #f3bdba;--error-color-200-parts: #eb928d;--error-color-300-parts: #e3665f;--error-color-400-parts: #dd453c;--error-color-500-parts: #d7241a;--error-color-600-parts: #d32017;--error-color-700-parts: #cd1b13;--error-color-800-parts: #c7160f;--error-color-900-parts: #be0d08;--error-color-A100-parts: rgba(215, 36, 26, .04);--error-color-A200-parts: rgba(215, 36, 26, .08);--error-color-A300-parts: rgba(215, 36, 26, .16);--error-color-A400-parts: rgba(215, 36, 26, .24);--error-color-A500-parts: rgba(215, 36, 26, .32);--error-color-contrast-50-parts: rgba(0, 0, 0, .87);--error-color-contrast-100-parts: rgba(0, 0, 0, .87);--error-color-contrast-200-parts: rgba(0, 0, 0, .87);--error-color-contrast-300-parts: rgba(0, 0, 0, .87);--error-color-contrast-400-parts: rgba(0, 0, 0, .87);--error-color-contrast-500-parts: rgba(255, 255, 255, 1);--error-color-contrast-600-parts: rgba(255, 255, 255, 1);--error-color-contrast-700-parts: rgba(255, 255, 255, 1);--error-color-contrast-800-parts: rgba(255, 255, 255, 1);--error-color-contrast-900-parts: rgba(255, 255, 255, 1);--error-color-contrast-A100-parts: rgba(0, 0, 0, .87);--error-color-contrast-A200-parts: rgba(0, 0, 0, .87);--error-color-contrast-A300-parts: rgba(0, 0, 0, .87);--error-color-contrast-A400-parts: rgba(0, 0, 0, .87);--error-color-contrast-A500-parts: rgba(0, 0, 0, .87);--error-color-50-parts-rgb: 250, 229, 228;--error-color-100-parts-rgb: 243, 189, 186;--error-color-200-parts-rgb: 235, 146, 141;--error-color-300-parts-rgb: 227, 102, 95;--error-color-400-parts-rgb: 221, 69, 60;--error-color-500-parts-rgb: 215, 36, 26;--error-color-600-parts-rgb: 211, 32, 23;--error-color-700-parts-rgb: 205, 27, 19;--error-color-800-parts-rgb: 199, 22, 15;--error-color-900-parts-rgb: 190, 13, 8;--error-color-A100-parts-rgb: 215, 36, 26, .04;--error-color-A200-parts-rgb: 215, 36, 26, .08;--error-color-A300-parts-rgb: 215, 36, 26, .16;--error-color-A400-parts-rgb: 215, 36, 26, .24;--error-color-A500-parts-rgb: 215, 36, 26, .32;--neutral-color-50-parts: #e9e9e9;--neutral-color-100-parts: #dddddd;--neutral-color-200-parts: #cccccc;--neutral-color-300-parts: #b0b0b0;--neutral-color-400-parts: #909090;--neutral-color-500-parts: #515151;--neutral-color-600-parts: #424242;--neutral-color-700-parts: #333333;--neutral-color-800-parts: #212121;--neutral-color-900-parts: #141414;--neutral-color-A100-parts: rgba(81, 81, 81, .04);--neutral-color-A200-parts: rgba(81, 81, 81, .08);--neutral-color-A300-parts: rgba(81, 81, 81, .16);--neutral-color-A400-parts: rgba(81, 81, 81, .24);--neutral-color-A500-parts: rgba(81, 81, 81, .32);--neutral-color-contrast-50-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-400-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-500-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-600-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-700-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-800-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-900-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-A100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A400-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A500-parts: rgba(0, 0, 0, .87);--neutral-color-50-parts-rgb: 233, 233, 233;--neutral-color-100-parts-rgb: 221, 221, 221;--neutral-color-200-parts-rgb: 204, 204, 204;--neutral-color-300-parts-rgb: 176, 176, 176;--neutral-color-400-parts-rgb: 144, 144, 144;--neutral-color-500-parts-rgb: 81, 81, 81;--neutral-color-600-parts-rgb: 66, 66, 66;--neutral-color-700-parts-rgb: 51, 51, 51;--neutral-color-800-parts-rgb: 33, 33, 33;--neutral-color-900-parts-rgb: 20, 20, 20;--neutral-color-A100-parts-rgb: 81, 81, 81, .04;--neutral-color-A200-parts-rgb: 81, 81, 81, .08;--neutral-color-A300-parts-rgb: 81, 81, 81, .16;--neutral-color-A400-parts-rgb: 81, 81, 81, .24;--neutral-color-A500-parts-rgb: 81, 81, 81, .32}.radio-box{background:#fff;border-radius:10px;padding:16px;min-height:152px}.radio-box-grey{background-color:var(--neutral-color-50-parts);border-radius:10px;padding:16px;min-height:152px}.text-grey{color:#0009}.text-to-upper-case{text-transform:uppercase}.btn-min-width{min-width:117px}.alert-icon{color:var(--warn-color-900-parts)}\n"] }]
|
|
50
|
-
}], ctorParameters: () => [{ type: i1.MatDialogRef }, { type: ConfirmAddressData, decorators: [{
|
|
51
|
-
type: Inject,
|
|
52
|
-
args: [MAT_DIALOG_DATA]
|
|
53
|
-
}] }] });
|
|
54
|
-
/**
|
|
55
|
-
* The confirm address data class
|
|
56
|
-
*/
|
|
57
|
-
export class ConfirmAddressData {
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic29mLWNvbmZpcm0tYWRkcmVzcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcm1hdHVyZS9zcmMvbGliL2Jhc2UtY29tcG9uZW50cy9zb2YtY29uZmlybS1hZGRyZXNzL3NvZi1jb25maXJtLWFkZHJlc3MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJtYXR1cmUvc3JjL2xpYi9iYXNlLWNvbXBvbmVudHMvc29mLWNvbmZpcm0tYWRkcmVzcy9zb2YtY29uZmlybS1hZGRyZXNzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzFELE9BQU8sRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3BFLE9BQU8sRUFBZ0IsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7Ozs7OztBQUV6RSxvREFBb0Q7QUFNcEQsTUFBTSxPQUFPLDBCQUEwQjtJQWFyQzs7OztPQUlHO0lBQ0gsWUFBbUIsU0FBNEIsRUFBa0MsSUFBd0I7UUFBdEYsY0FBUyxHQUFULFNBQVMsQ0FBbUI7UUFBa0MsU0FBSSxHQUFKLElBQUksQ0FBb0I7UUFqQnpHLDBCQUEwQjtRQUNuQixtQkFBYyxHQUFHLEVBQUUsQ0FBQztJQWdCa0YsQ0FBQztJQUU5Ryx3Q0FBd0M7SUFDakMsUUFBUTtRQUNiLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLFdBQVcsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQztRQUNuRSxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxJQUFJLEVBQUU7WUFDdEYsSUFBSSxDQUFDLHdCQUF3QixHQUFHLElBQUksQ0FBQztZQUNyQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1NBQzNDO1FBQ0QsSUFBSSxDQUFDLG9CQUFvQixHQUFHLElBQUksU0FBUyxDQUFDO1lBQ3hDLGdCQUFnQixFQUFFLElBQUksQ0FBQyxnQkFBZ0I7U0FDeEMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELDBEQUEwRDtJQUNuRCxTQUFTO1FBQ2QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsK0RBQStEO0lBQ3hELFdBQVc7UUFDaEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3BELENBQUM7OEdBeENVLDBCQUEwQiw4Q0FrQm9CLGVBQWU7a0dBbEI3RCwwQkFBMEIsMkRDVnZDLG96SUFxRUE7OzJGRDNEYSwwQkFBMEI7a0JBTHRDLFNBQVM7K0JBQ0UscUJBQXFCOzswQkFzQm1CLE1BQU07MkJBQUMsZUFBZTs7QUF5QjFFOztHQUVHO0FBQ0gsTUFBTSxPQUFPLGtCQUFrQjtDQTJCOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZvcm1Db250cm9sLCBGb3JtR3JvdXAsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IE1hdERpYWxvZ1JlZiwgTUFUX0RJQUxPR19EQVRBIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcclxuXHJcbi8qVGhlIENvbmZpcm1BZGRyZXNzIENvbXBvbmVudCBzaG93biBvbiB0aGUgZGlhbG9nKi9cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdzb2YtY29uZmlybS1hZGRyZXNzJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vc29mLWNvbmZpcm0tYWRkcmVzcy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vc29mLWNvbmZpcm0tYWRkcmVzcy5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTb2ZDb25maXJtQWRkcmVzc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgLyoqIFRoZSBzZWxlY3RlZCBvcHRpb24gKi9cclxuICBwdWJsaWMgc2VsZWN0ZWRPcHRpb24gPSAnJztcclxuXHJcbiAgLyoqIFRoZSBjb25maXJtZWQgYWRkcmVzcyBmb3JtICovXHJcbiAgcHVibGljIGNvbmZpcm1lZEFkZHJlc3NGb3JtOiBGb3JtR3JvdXA7XHJcblxyXG4gIC8qKiBDb25maXJtZWQgQWRkcmVzcyBGb3JtIENvbnRyb2wgKi9cclxuICBwdWJsaWMgY29uZmlybWVkQWRkcmVzczogRm9ybUNvbnRyb2w7XHJcblxyXG4gIC8qKiBSZWNvbW1lbmQgYWRkcmVzcyBub3QgZm91bmQgaW5kaWNhdG9yKi9cclxuICBwdWJsaWMgcmVjb21tZW5kQWRkcmVzc05vdEZvdW5kOiBib29sZWFuO1xyXG5cclxuICAvKipcclxuICAgKiBjbGFzcyBjb25zdHJ1Y3RvclxyXG4gICAqIEBwYXJhbSBkaWFsb2dSZWYgdGhlIHJlZmVyZW5jZSBvZiB0aGUgbWF0IGRpYWxvZ1xyXG4gICAqIEBwYXJhbSBkYXRhIGluamVjdGVkIGRhdGEgdG8gdGhlIG1hdCBkaWFsb2cgZGF0YSB0b2tlblxyXG4gICAqL1xyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBkaWFsb2dSZWY6IE1hdERpYWxvZ1JlZjxhbnk+LCBASW5qZWN0KE1BVF9ESUFMT0dfREFUQSkgcHVibGljIGRhdGE6IENvbmZpcm1BZGRyZXNzRGF0YSkgeyB9XHJcblxyXG4gIC8qKiBMaWZlIGN5Y2xlIGhvb2sgb24gY29tcG9uZW50IGluaXQgKi9cclxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLmNvbmZpcm1lZEFkZHJlc3MgPSBuZXcgRm9ybUNvbnRyb2woXCJcIiwgW1ZhbGlkYXRvcnMucmVxdWlyZWRdKTtcclxuICAgIGlmICghdGhpcy5kYXRhLnJlY29tbWVuZEFkZHJlc3MgfHwgSlNPTi5zdHJpbmdpZnkodGhpcy5kYXRhLnJlY29tbWVuZEFkZHJlc3MpID09PSBcInt9XCIpIHtcclxuICAgICAgdGhpcy5yZWNvbW1lbmRBZGRyZXNzTm90Rm91bmQgPSB0cnVlO1xyXG4gICAgICB0aGlzLmNvbmZpcm1lZEFkZHJlc3Muc2V0VmFsdWUoXCJlbnRlcmVkXCIpOyBcclxuICAgIH1cclxuICAgIHRoaXMuY29uZmlybWVkQWRkcmVzc0Zvcm0gPSBuZXcgRm9ybUdyb3VwKHtcclxuICAgICAgY29uZmlybWVkQWRkcmVzczogdGhpcy5jb25maXJtZWRBZGRyZXNzXHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIC8qKiBPbiBjbGljayBvZiB0aGUgY2FuY2VsIGJ0biB0aGlzIGZ1bmN0aW9uIGdldHMgZmlyZWQgKi9cclxuICBwdWJsaWMgb25Ob0NsaWNrKCk6IHZvaWQge1xyXG4gICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UoKTtcclxuICB9XHJcblxyXG4gIC8qKiBPbiBjbGljayBvZiB0aGUgdXNlIGFkZHJlc3MgYnRuIHRoaXMgZnVuY3Rpb24gZ2V0cyBmaXJlZCAqL1xyXG4gIHB1YmxpYyBjb25maXJtQWRkcigpOiB2b2lkIHtcclxuICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKHRoaXMuY29uZmlybWVkQWRkcmVzcy52YWx1ZSk7XHJcbiAgfVxyXG59XHJcblxyXG4vKipcclxuICogVGhlIGNvbmZpcm0gYWRkcmVzcyBkYXRhIGNsYXNzXHJcbiAqL1xyXG5leHBvcnQgY2xhc3MgQ29uZmlybUFkZHJlc3NEYXRhIHtcclxuICAvKiogVGhlIGFkZHJlc3MgdHlwZSAqL1xyXG4gIHB1YmxpYyBhZGRyZXNzVHlwZT86IHN0cmluZztcclxuICAvKiogVGhlIGhlYWRlciB0ZXh0ICovXHJcbiAgcHVibGljIGhlYWRlclRleHQ/OiBzdHJpbmc7XHJcbiAgLyoqIFRoZSBoZWFkZXIgdGV4dCBmb3IgcmVjb21tZW5kIGFkZHJlc3Mgbm90IGZvdW5kICovXHJcbiAgcHVibGljIGhlYWRlclRleHRSZWNvbW1lbmRBZGRyZXNzTm90Rm91bmQ/OiBzdHJpbmc7XHJcbiAgLyoqIFRoZSBjb250ZW50IHRleHQgKi9cclxuICBwdWJsaWMgY29udGVudFRleHQ/OiBzdHJpbmc7XHJcbiAgLyoqIFRoZSBjb250ZW50IHRleHQgZm9yIHJlY29tbWVuZCBhZGRyZXNzIG5vdCBmb3VuZCAqL1xyXG4gIHB1YmxpYyBjb250ZW50VGV4dFJlY29tbWVuZEFkZHJlc3NOb3RGb3VuZD86IHN0cmluZztcclxuICAvKiogVGhlIGdpdmVuIGFkZHJlc3Mgc3VidGl0bGUqL1xyXG4gIHB1YmxpYyBnaXZlbkFkZHJlc3NTdWJ0aXRsZT86IHN0cmluZztcclxuICAvKiogVGhlIGdpdmVuIGFkZHJlc3MgKi9cclxuICBwdWJsaWMgZ2l2ZW5BZGRyZXNzPzogYW55O1xyXG4gIC8qKiBUaGUgcmVjb21tZW5kIGFkZHJlc3Mgc3VidGl0bGUqL1xyXG4gIHB1YmxpYyByZWNvbW1lbmRBZGRyZXNzU3VidGl0bGU/OiBzdHJpbmc7XHJcbiAgLyoqIFRoZSByZWNvbW1lbmQgYWRkcmVzcyAqL1xyXG4gIHB1YmxpYyByZWNvbW1lbmRBZGRyZXNzPzogYW55O1xyXG4gIC8qKiBUaGUgY2FuY2VsIGJ1dHRvbiB0ZXh0ICovXHJcbiAgcHVibGljIGNhbmNlbEJ1dHRvblRleHQ/OiBzdHJpbmc7XHJcbiAgLyoqIFRoZSBjb25maXJtIGJ1dHRvbiB0ZXh0IGZvciBzZWxlY3QgZ2l2ZW4gYWRkcmVzcyovXHJcbiAgcHVibGljIGNvbmZpcm1CdXR0b25UZXh0R2l2ZW5BZGRyZXNzPzogc3RyaW5nO1xyXG4gIC8qKiBUaGUgY29uZmlybSBidXR0b24gdGV4dCBmb3Igc2VsZWN0IHJlY29tbWVuZCBhZGRyZXNzKi9cclxuICBwdWJsaWMgY29uZmlybUJ1dHRvblRleHRSZWNvbW1lbmRBZGRyZXNzPzogc3RyaW5nO1xyXG4gIC8qKiBUaGUgY29uZmlybSBidXR0b24gdGV4dCBmb3IgcmVjb21tZW5kIGFkZHJlc3Mgbm90IGZvdW5kKi9cclxuICBwdWJsaWMgY29uZmlybUJ1dHRvblRleHRSZWNvbW1lbmRBZGRyZXNzTm90Rm91bmQ/OiBzdHJpbmc7XHJcbn1cclxuIiwiPGRpdiBmeExheW91dD1cImNvbHVtblwiIGZ4TGF5b3V0R2FwPVwiMjRweFwiIHAtYS00MD5cclxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJyZWNvbW1lbmRBZGRyZXNzTm90Rm91bmRcIj5cclxuICAgICAgICA8aDIgZnhMYXlvdXQ9XCJyb3dcIiBmeExheW91dEFsaWduPVwic3RhcnQgY2VudGVyXCIgY2xhc3M9XCJtZXJyaXdlYXRoZXJcIj5cclxuICAgICAgICAgICAgPGkgY2xhc3M9XCJwaC1kdW90b25lIHBoLXdhcm5pbmcgYWxlcnQtaWNvblwiPjwvaT5cclxuICAgICAgICAgICAgPHNwYW4+e3tkYXRhPy5oZWFkZXJUZXh0UmVjb21tZW5kQWRkcmVzc05vdEZvdW5kfX08L3NwYW4+XHJcbiAgICAgICAgPC9oMj5cclxuICAgICAgICA8cCBjbGFzcz1cImJvZHkxXCIgbS10LTA+e3tkYXRhPy5jb250ZW50VGV4dFJlY29tbWVuZEFkZHJlc3NOb3RGb3VuZH19PC9wPlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcbiAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIXJlY29tbWVuZEFkZHJlc3NOb3RGb3VuZFwiPlxyXG4gICAgICAgIDxoMiBjbGFzcz1cIm1lcnJpd2VhdGhlclwiPnt7ZGF0YT8uaGVhZGVyVGV4dH19PC9oMj5cclxuICAgICAgICA8cCBjbGFzcz1cImJvZHkxXCIgbS10LTA+e3tkYXRhPy5jb250ZW50VGV4dH19PC9wPlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcbiAgICA8ZGl2PlxyXG4gICAgICAgIDxmb3JtIFtmb3JtR3JvdXBdPVwiY29uZmlybWVkQWRkcmVzc0Zvcm1cIiBhdXRvY29tcGxldGU9XCJvZmZcIj5cclxuICAgICAgICAgICAgPG1hdC1yYWRpby1ncm91cCBmb3JtQ29udHJvbE5hbWU9XCJjb25maXJtZWRBZGRyZXNzXCIgZnhMYXlvdXQ9XCJyb3dcIiBmeExheW91dEdhcD1cIjI0cHhcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgZnhMYXlvdXQ9XCJjb2x1bW5cIiBmeExheW91dEdhcD1cIjJweFwiIGZ4RmxleD1cIjQ4JVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwiYm9keTIgdGV4dC10by11cHBlci1jYXNlIHRleHQtZ3JleSBmdy01MDBcIiBtLXQtMD57e2RhdGE/LmdpdmVuQWRkcmVzc1N1YnRpdGxlfX08L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgPG1hdC1jYXJkIGFwcGVhcmFuY2U9XCJvdXRsaW5lZFwiIGZ4TGF5b3V0PVwicm93XCIgY2xhc3M9XCJyYWRpby1ib3gtZ3JleSB0ZXh0LWdyZXlcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1yYWRpby1idXR0b24gKm5nSWY9XCIhcmVjb21tZW5kQWRkcmVzc05vdEZvdW5kXCIgdmFsdWU9XCJlbnRlcmVkXCIgY29sb3I9XCJwcmltYXJ5XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBbaGlkZGVuXT1cInRydWVcIj57e2RhdGE/LmdpdmVuQWRkcmVzc1N1YnRpdGxlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWF0LXJhZGlvLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBmeExheW91dD1cImNvbHVtblwiIGZ4TGF5b3V0Z2FwPVwiNHB4XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDQ+e3tkYXRhPy5naXZlbkFkZHJlc3M/LmFkZHJlc3MxfX08L2g0PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGg0Pnt7ZGF0YT8uZ2l2ZW5BZGRyZXNzPy5hZGRyZXNzMn19PC9oND5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoND57e2RhdGE/LmdpdmVuQWRkcmVzcz8uY2l0eX19LCB7e2RhdGE/LmdpdmVuQWRkcmVzcz8uc3RhdGV9fTwvaDQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDQ+e3tkYXRhPy5naXZlbkFkZHJlc3M/LnppcDV9fTwvaDQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbWF0LWNhcmQ+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCIhcmVjb21tZW5kQWRkcmVzc05vdEZvdW5kXCIgZnhMYXlvdXQ9XCJjb2x1bW5cIiBmeExheW91dEdhcD1cIjJweFwiIGZ4RmxleD5cclxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cImJvZHkyIHRleHQtdG8tdXBwZXItY2FzZSB0ZXh0LWdyZXkgZnctNTAwXCIgbS10LTA+e3tkYXRhPy5yZWNvbW1lbmRBZGRyZXNzU3VidGl0bGV9fTwvcD5cclxuICAgICAgICAgICAgICAgICAgICA8bWF0LWNhcmQgKm5nSWY9XCIhcmVjb21tZW5kQWRkcmVzc05vdEZvdW5kXCIgYXBwZWFyYW5jZT1cIm91dGxpbmVkXCIgZnhMYXlvdXQ9XCJyb3dcIiBjbGFzcz1cInJhZGlvLWJveFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bWF0LXJhZGlvLWJ1dHRvbiB2YWx1ZT1cInJlY29tbWVuZGVkXCIgY29sb3I9XCJwcmltYXJ5XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBbaGlkZGVuXT1cInRydWVcIj57e2RhdGE/LnJlY29tbWVuZEFkZHJlc3NTdWJ0aXRsZX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L21hdC1yYWRpby1idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDQ+e3tkYXRhPy5yZWNvbW1lbmRBZGRyZXNzPy5hZGRyZXNzMX19PC9oND5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoND57e2RhdGE/LnJlY29tbWVuZEFkZHJlc3M/LmFkZHJlc3MyfX08L2g0PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGg0Pnt7ZGF0YT8ucmVjb21tZW5kQWRkcmVzcz8uY2l0eX19LCB7e2RhdGE/LnJlY29tbWVuZEFkZHJlc3M/LnN0YXRlfX08L2g0PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGg0Pnt7ZGF0YT8ucmVjb21tZW5kQWRkcmVzcz8uemlwNX19LXt7ZGF0YT8ucmVjb21tZW5kQWRkcmVzcz8uemlwNH19PC9oND5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9tYXQtY2FyZD5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L21hdC1yYWRpby1ncm91cD5cclxuICAgICAgICA8L2Zvcm0+XHJcbiAgICA8L2Rpdj5cclxuXHJcblxyXG4gICAgPGRpdiBmeExheW91dD1cInJvd1wiIGZ4TGF5b3V0QWxpZ249XCJzcGFjZS1iZXR3ZWVuIGNlbnRlclwiPlxyXG4gICAgICAgIDxidXR0b24gaWQ9XCJjYW5jZWxBZGRyZXNzU2VsZWN0aW9uXCIgbWF0LWJ1dHRvbiBjbGFzcz1cInNvZi1idXR0b24gdGV4dC10by11cHBlci1jYXNlIGJ0bi1taW4td2lkdGhcIiBcclxuICAgICAgICAgICAgY29sb3I9XCJwcmltYXJ5XCIgKGNsaWNrKT1cIm9uTm9DbGljaygpXCI+XHJcbiAgICAgICAgICAgIHt7ZGF0YT8uY2FuY2VsQnV0dG9uVGV4dH19XHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgPGJ1dHRvbiAqbmdJZj1cImNvbmZpcm1lZEFkZHJlc3MudmFsdWUgPT09ICdlbnRlcmVkJyAmJiAhcmVjb21tZW5kQWRkcmVzc05vdEZvdW5kXCIgaWQ9XCJidG5Vc2VBZGRyZXNzXCIgXHJcbiAgICAgICAgICAgIGNsYXNzPVwic29mLXN0cm9rZWQtYnV0dG9uIHRleHQtdG8tdXBwZXItY2FzZSBidG4tbWluLXdpZHRoXCIgbWF0LXN0cm9rZWQtYnV0dG9uIGNvbG9yPVwicHJpbWFyeVwiIChjbGljayk9XCJjb25maXJtQWRkcigpXCI+XHJcbiAgICAgICAgICAgIHt7ZGF0YT8uY29uZmlybUJ1dHRvblRleHRHaXZlbkFkZHJlc3N9fVxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDxidXR0b24gKm5nSWY9XCJjb25maXJtZWRBZGRyZXNzLnZhbHVlID09PSAncmVjb21tZW5kZWQnXCIgaWQ9XCJidG5Vc2VBZGRyZXNzXCIgY2xhc3M9XCJzb2YtZmxhdC1idXR0b24gdGV4dC10by11cHBlci1jYXNlIGJ0bi1taW4td2lkdGhcIlxyXG4gICAgICAgICAgICBtYXQtZmxhdC1idXR0b24gY29sb3I9XCJwcmltYXJ5XCIgKGNsaWNrKT1cImNvbmZpcm1BZGRyKClcIj5cclxuICAgICAgICAgICAge3tkYXRhPy5jb25maXJtQnV0dG9uVGV4dFJlY29tbWVuZEFkZHJlc3N9fVxyXG4gICAgICAgICAgICA8c3BhbiA+XHJcbiAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICA8YnV0dG9uICpuZ0lmPVwicmVjb21tZW5kQWRkcmVzc05vdEZvdW5kXCIgaWQ9XCJidG5Vc2VBZGRyZXNzXCIgY2xhc3M9XCJzb2Ytc3Ryb2tlZC1idXR0b24gdGV4dC10by11cHBlci1jYXNlIGJ0bi1taW4td2lkdGhcIlxyXG4gICAgICAgICAgICBtYXQtc3Ryb2tlZC1idXR0b24gY29sb3I9XCJwcmltYXJ5XCIgKGNsaWNrKT1cImNvbmZpcm1BZGRyKClcIj5cclxuICAgICAgICAgICAge3tkYXRhPy5jb25maXJtQnV0dG9uVGV4dFJlY29tbWVuZEFkZHJlc3NOb3RGb3VuZH19XHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+XHJcbiJdfQ==
|