@lucca-front/ng 17.4.0-rc.1 → 17.4.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/callout/callout/callout.component.mjs +3 -3
- package/esm2022/form-field/form-field.component.mjs +3 -3
- package/fesm2022/lucca-front-ng-callout.mjs +2 -2
- package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +2 -2
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/package.json +21 -21
- package/src/components/_picker.scss +2 -2
|
@@ -25,11 +25,11 @@ export class CalloutComponent {
|
|
|
25
25
|
return this.removed ? 'hidden' : null;
|
|
26
26
|
}
|
|
27
27
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: CalloutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
28
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.2", type: CalloutComponent, isStandalone: true, selector: "lu-callout", inputs: { heading: "heading", palette: "palette", size: "size", removable: ["removable", "removable", booleanAttribute], icon: "icon", state: "state", removed: ["removed", "removed", booleanAttribute] }, outputs: { removedChange: "removedChange" }, host: { properties: { "attr.hidden": "this.hiddenAttr" } }, ngImport: i0, template: "<div class=\"callout palette-{{palette}} mod-{{size}}\" *ngIf=\"!removed\">\n\t<div class=\"callout-icon\" *ngIf=\"icon\">\n\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}}\"></span>\n\t</div>\n\t<div class=\"callout-content\">\n\t\t<strong class=\"callout-content-title\" *ngIf=\"heading\">\n\t\t\t<ng-container *luPortal=\"heading\"></ng-container>\n\t\t</strong>\n\t\t<div class=\"callout-content-description\">\n\t\t\t<ng-content></ng-content>\n\t\t</div>\n\t</div>\n\t<button *ngIf=\"removable\" type=\"button\" class=\"callout-kill\" (click)=\"removed = true; removedChange.emit(true)\">\n\t\t<span class=\"u-mask\">{{ intl.close }}</span>\n\t</button>\n</div>\n", styles: ["@charset \"UTF-8\";.callout{--components-callout-gap: var(--pr-t-spacings-150);--components-callout-display: flex;--components-callout-padding: var(--spacings-
|
|
28
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.2", type: CalloutComponent, isStandalone: true, selector: "lu-callout", inputs: { heading: "heading", palette: "palette", size: "size", removable: ["removable", "removable", booleanAttribute], icon: "icon", state: "state", removed: ["removed", "removed", booleanAttribute] }, outputs: { removedChange: "removedChange" }, host: { properties: { "attr.hidden": "this.hiddenAttr" } }, ngImport: i0, template: "<div class=\"callout palette-{{palette}} mod-{{size}}\" *ngIf=\"!removed\">\n\t<div class=\"callout-icon\" *ngIf=\"icon\">\n\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}}\"></span>\n\t</div>\n\t<div class=\"callout-content\">\n\t\t<strong class=\"callout-content-title\" *ngIf=\"heading\">\n\t\t\t<ng-container *luPortal=\"heading\"></ng-container>\n\t\t</strong>\n\t\t<div class=\"callout-content-description\">\n\t\t\t<ng-content></ng-content>\n\t\t</div>\n\t</div>\n\t<button *ngIf=\"removable\" type=\"button\" class=\"callout-kill\" (click)=\"removed = true; removedChange.emit(true)\">\n\t\t<span class=\"u-mask\">{{ intl.close }}</span>\n\t</button>\n</div>\n", styles: ["@charset \"UTF-8\";.callout{--components-callout-gap: var(--pr-t-spacings-150);--components-callout-display: flex;--components-callout-padding: var(--pr-t-spacings-100) var(--pr-t-spacings-150);--components-callout-fontSize: inherit;--components-callout-lineHeight: inherit;align-items:flex-start;position:relative;border-radius:var(--commons-borderRadius-L);background-color:var(--palettes-50, var(--palettes-neutral-50));color:var(--palettes-neutral-800);box-shadow:0 0 0 var(--commons-divider-width) var(--palettes-300, var(--palettes-neutral-300));gap:var(--components-callout-gap);padding:var(--components-callout-padding);font-size:var(--components-callout-fontSize);line-height:var(--components-callout-lineHeight)}.callout:not([hidden]){display:var(--components-callout-display)}.callout a,.callout .link{--commons-text-link-color: var(--palettes-neutral-800);--commons-text-link-hover: var(--palettes-neutral-700)}.callout-content{flex:1;display:flex;flex-direction:column;gap:var(--pr-t-spacings-50)}.callout-content-title{font-weight:600}.callout-icon{display:inline-flex;color:var(--palettes-700, var(--palettes-neutral-700))}.callout-kill{padding:0;border:0;width:100%;background-color:transparent;color:inherit;text-align:left;display:block;font:inherit;cursor:pointer;color:currentColor;transition-duration:var(--commons-animations-durations-fast);transition-property:background-color;width:auto}.callout-kill:focus-visible{outline:2px solid var(--palettes-product-700);outline-offset:2px;border-radius:var(--commons-borderRadius-M)}.callout-kill:before{--icon-content: \"\\e9bf\";display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);font-size:var(--sizes-S-lineHeight)}.callout.mod-S{--components-callout-gap: var(--pr-t-spacings-100);--components-callout-fontSize: var(--sizes-S-fontSize);--components-callout-lineHeight: var(--sizes-S-lineHeight)}.callout.mod-S .callout-icon{--icon-size: 1.25rem}.callout.mod-tiny{--components-callout-gap: var(--pr-t-spacings-75);--components-callout-display: inline-flex;--components-callout-padding: var(--pr-t-spacings-100)}lu-callout{display:block}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: PortalDirective, selector: "[luPortal]", inputs: ["luPortal", "luPortalContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
29
29
|
}
|
|
30
30
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: CalloutComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
|
-
args: [{ selector: 'lu-callout', standalone: true, imports: [NgIf, PortalDirective], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"callout palette-{{palette}} mod-{{size}}\" *ngIf=\"!removed\">\n\t<div class=\"callout-icon\" *ngIf=\"icon\">\n\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}}\"></span>\n\t</div>\n\t<div class=\"callout-content\">\n\t\t<strong class=\"callout-content-title\" *ngIf=\"heading\">\n\t\t\t<ng-container *luPortal=\"heading\"></ng-container>\n\t\t</strong>\n\t\t<div class=\"callout-content-description\">\n\t\t\t<ng-content></ng-content>\n\t\t</div>\n\t</div>\n\t<button *ngIf=\"removable\" type=\"button\" class=\"callout-kill\" (click)=\"removed = true; removedChange.emit(true)\">\n\t\t<span class=\"u-mask\">{{ intl.close }}</span>\n\t</button>\n</div>\n", styles: ["@charset \"UTF-8\";.callout{--components-callout-gap: var(--pr-t-spacings-150);--components-callout-display: flex;--components-callout-padding: var(--spacings-
|
|
32
|
+
args: [{ selector: 'lu-callout', standalone: true, imports: [NgIf, PortalDirective], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"callout palette-{{palette}} mod-{{size}}\" *ngIf=\"!removed\">\n\t<div class=\"callout-icon\" *ngIf=\"icon\">\n\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}}\"></span>\n\t</div>\n\t<div class=\"callout-content\">\n\t\t<strong class=\"callout-content-title\" *ngIf=\"heading\">\n\t\t\t<ng-container *luPortal=\"heading\"></ng-container>\n\t\t</strong>\n\t\t<div class=\"callout-content-description\">\n\t\t\t<ng-content></ng-content>\n\t\t</div>\n\t</div>\n\t<button *ngIf=\"removable\" type=\"button\" class=\"callout-kill\" (click)=\"removed = true; removedChange.emit(true)\">\n\t\t<span class=\"u-mask\">{{ intl.close }}</span>\n\t</button>\n</div>\n", styles: ["@charset \"UTF-8\";.callout{--components-callout-gap: var(--pr-t-spacings-150);--components-callout-display: flex;--components-callout-padding: var(--pr-t-spacings-100) var(--pr-t-spacings-150);--components-callout-fontSize: inherit;--components-callout-lineHeight: inherit;align-items:flex-start;position:relative;border-radius:var(--commons-borderRadius-L);background-color:var(--palettes-50, var(--palettes-neutral-50));color:var(--palettes-neutral-800);box-shadow:0 0 0 var(--commons-divider-width) var(--palettes-300, var(--palettes-neutral-300));gap:var(--components-callout-gap);padding:var(--components-callout-padding);font-size:var(--components-callout-fontSize);line-height:var(--components-callout-lineHeight)}.callout:not([hidden]){display:var(--components-callout-display)}.callout a,.callout .link{--commons-text-link-color: var(--palettes-neutral-800);--commons-text-link-hover: var(--palettes-neutral-700)}.callout-content{flex:1;display:flex;flex-direction:column;gap:var(--pr-t-spacings-50)}.callout-content-title{font-weight:600}.callout-icon{display:inline-flex;color:var(--palettes-700, var(--palettes-neutral-700))}.callout-kill{padding:0;border:0;width:100%;background-color:transparent;color:inherit;text-align:left;display:block;font:inherit;cursor:pointer;color:currentColor;transition-duration:var(--commons-animations-durations-fast);transition-property:background-color;width:auto}.callout-kill:focus-visible{outline:2px solid var(--palettes-product-700);outline-offset:2px;border-radius:var(--commons-borderRadius-M)}.callout-kill:before{--icon-content: \"\\e9bf\";display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;content:var(--icon-content);font-size:var(--sizes-S-lineHeight)}.callout.mod-S{--components-callout-gap: var(--pr-t-spacings-100);--components-callout-fontSize: var(--sizes-S-fontSize);--components-callout-lineHeight: var(--sizes-S-lineHeight)}.callout.mod-S .callout-icon{--icon-size: 1.25rem}.callout.mod-tiny{--components-callout-gap: var(--pr-t-spacings-75);--components-callout-display: inline-flex;--components-callout-padding: var(--pr-t-spacings-100)}lu-callout{display:block}\n"] }]
|
|
33
33
|
}], propDecorators: {
|
|
34
34
|
/**
|
|
35
35
|
* The title of the callout
|
|
@@ -78,4 +78,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImpor
|
|
|
78
78
|
}], removedChange: [{
|
|
79
79
|
type: Output
|
|
80
80
|
}] } });
|
|
81
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
81
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsbG91dC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9jYWxsb3V0L2NhbGxvdXQvY2FsbG91dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9jYWxsb3V0L2NhbGxvdXQvY2FsbG91dC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNsSixPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDdkMsT0FBTyxFQUFFLE9BQU8sRUFBMEIsZUFBZSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEYsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFFL0QsT0FBTyxFQUFnQixlQUFlLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7QUFXakUsTUFBTSxPQUFPLGdCQUFnQjtJQVQ3QjtRQXFCQyxZQUFPLEdBQVksTUFBTSxDQUFDO1FBWTFCLGNBQVMsR0FBRyxLQUFLLENBQUM7UUErQmxCLFlBQU8sR0FBRyxLQUFLLENBQUM7UUFRaEIsa0JBQWEsR0FBMEIsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUU1RCxTQUFJLEdBQUcsT0FBTyxDQUFDLHVCQUF1QixDQUFDLENBQUM7S0FDL0M7SUFqQ0EsSUFRSSxLQUFLLENBQUMsS0FBbUI7UUFDNUIsTUFBTSxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUUsR0FBRyxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDakQsSUFBSSxJQUFJLENBQUMsT0FBTyxLQUFLLE1BQU0sRUFBRTtZQUM1QixJQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQztTQUN2QjtRQUNELElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFO1lBQ2YsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7U0FDakI7SUFDRixDQUFDO0lBUUQsSUFDSSxVQUFVO1FBQ2IsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztJQUN2QyxDQUFDOzhHQTVEVyxnQkFBZ0I7a0dBQWhCLGdCQUFnQixvSkFvQlIsZ0JBQWdCLGlFQStCaEIsZ0JBQWdCLHNJQ25FckMsNnFCQWdCQSxzckVETlcsSUFBSSw2RkFBRSxlQUFlOzsyRkFNbkIsZ0JBQWdCO2tCQVQ1QixTQUFTOytCQUNDLFlBQVksY0FDVixJQUFJLFdBQ1AsQ0FBQyxJQUFJLEVBQUUsZUFBZSxDQUFDLG1CQUdmLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUk7O1FBSXJDOztXQUVHO1FBQ0gsT0FBTztzQkFKTixLQUFLOztRQU9OOzs7V0FHRztRQUNILE9BQU87c0JBTE4sS0FBSzs7UUFRTjs7V0FFRztRQUNILElBQUk7c0JBSkgsS0FBSzs7UUFPTjs7V0FFRztRQUNILFNBQVM7c0JBSlIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTs7UUFPdEM7OztXQUdHO1FBQ0gsSUFBSTtzQkFMSCxLQUFLO2dCQWVGLEtBQUs7c0JBUlIsS0FBSzs7UUFtQk47O1dBRUc7UUFDSCxPQUFPO3NCQUpOLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBT2xDLFVBQVU7c0JBRGIsV0FBVzt1QkFBQyxhQUFhO2dCQU0xQixhQUFhO3NCQURaLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBib29sZWFuQXR0cmlidXRlLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmdJZiB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBnZXRJbnRsLCBQYWxldHRlLCBQb3J0YWxDb250ZW50LCBQb3J0YWxEaXJlY3RpdmUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvY29yZSc7XG5pbXBvcnQgeyBMVV9DQUxMT1VUX1RSQU5TTEFUSU9OUyB9IGZyb20gJy4uL2NhbGxvdXQudHJhbnNsYXRlJztcbmltcG9ydCB7IEx1Y2NhSWNvbiB9IGZyb20gJ0BsdWNjYS1mcm9udC9pY29ucyc7XG5pbXBvcnQgeyBDYWxsb3V0U3RhdGUsIENhbGxvdXRTdGF0ZU1hcCB9IGZyb20gJy4uL2NhbGxvdXQtc3RhdGUnO1xuXG5AQ29tcG9uZW50KHtcblx0c2VsZWN0b3I6ICdsdS1jYWxsb3V0Jyxcblx0c3RhbmRhbG9uZTogdHJ1ZSxcblx0aW1wb3J0czogW05nSWYsIFBvcnRhbERpcmVjdGl2ZV0sXG5cdHRlbXBsYXRlVXJsOiAnLi9jYWxsb3V0LmNvbXBvbmVudC5odG1sJyxcblx0c3R5bGVVcmxzOiBbJy4vY2FsbG91dC5jb21wb25lbnQuc2NzcyddLFxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcblx0ZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FsbG91dENvbXBvbmVudCB7XG5cdEBJbnB1dCgpXG5cdC8qKlxuXHQgKiBUaGUgdGl0bGUgb2YgdGhlIGNhbGxvdXRcblx0ICovXG5cdGhlYWRpbmc6IFBvcnRhbENvbnRlbnQ7XG5cblx0QElucHV0KClcblx0LyoqXG5cdCAqIFdoaWNoIHBhbGV0dGUgc2hvdWxkIGJlIHVzZWQgZm9yIHRoZSBlbnRpcmUgY2FsbG91dC5cblx0ICogRGVmYXVsdHMgdG8gbm9uZSAoaW5oZXJpdHMgcGFyZW50IHBhbGV0dGUpXG5cdCAqL1xuXHRwYWxldHRlOiBQYWxldHRlID0gJ25vbmUnO1xuXG5cdEBJbnB1dCgpXG5cdC8qKlxuXHQgKiBXaGljaCBzaXplIHNob3VsZCB0aGUgY2FsbG91dCBiZT8gRGVmYXVsdHMgdG8gbWVkaXVtXG5cdCAqL1xuXHRzaXplOiAnTScgfCAnUyc7XG5cblx0QElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG5cdC8qKlxuXHQgKiBTaG91bGQgd2UgZGlzcGxheSB0aGUgcmVtb3ZlIGljb24/XG5cdCAqL1xuXHRyZW1vdmFibGUgPSBmYWxzZTtcblxuXHRASW5wdXQoKVxuXHQvKipcblx0ICogV2hpY2ggaWNvbiBzaG91bGQgd2UgZGlzcGxheSBpbiB0aGUgY2FsbG91dCBpZiBhbnk/XG5cdCAqIERlZmF1bHRzIHRvIG5vIGljb24uXG5cdCAqL1xuXHRpY29uOiBMdWNjYUljb247XG5cblx0QElucHV0KClcblx0LyoqXG5cdCAqIFN0YXRlIGlzIGEgc2hvcnRoYW5kIHRvIHNldCB0aGUgaWNvbiBhbmQgdGhlIHBhbGV0dGUgdG8gdGhlIHJlY29tbWVuZGVkIHZhbHVlcyBmb3IgdGhlIGljb24gYW5kIHBhbGV0dGUgYmFzZWQgb25cblx0ICogdGhlIHByb3ZpZGVkIHN0YXRlLlxuXHQgKlxuXHQgKiBJZiBvbmUgb2YgdGhlIGljb24gb3IgcGFsZXR0ZSBpbnB1dHMgYXJlIGZpbGxlZCBhbG9uZyB3aXRoIHRoZSBzdGF0ZSBpbnB1dCwgdGhlaXIgdmFsdWVzIHdpbGwgaGF2ZSB0aGUgcHJpb3JpdHkgb3ZlclxuXHQgKiBzdGF0ZSAoc28gc2V0dGluZyBzdGF0ZSB0byBzdWNjZXNzIGFuZCBwYWxldHRlIHRvIHdhcm5pbmcgd2lsbCBtYWtlIHRoZSBwYWxldHRlIHdhcm5pbmcpXG5cdCAqL1xuXHRzZXQgc3RhdGUoc3RhdGU6IENhbGxvdXRTdGF0ZSkge1xuXHRcdGNvbnN0IHsgaWNvbiwgcGFsZXR0ZSB9ID0gQ2FsbG91dFN0YXRlTWFwW3N0YXRlXTtcblx0XHRpZiAodGhpcy5wYWxldHRlID09PSAnbm9uZScpIHtcblx0XHRcdHRoaXMucGFsZXR0ZSA9IHBhbGV0dGU7XG5cdFx0fVxuXHRcdGlmICghdGhpcy5pY29uKSB7XG5cdFx0XHR0aGlzLmljb24gPSBpY29uO1xuXHRcdH1cblx0fVxuXG5cdEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuXHQvKipcblx0ICogSXMgdGhlIGNhbGxvdXQgcmVtb3ZlZD8gV29ya3Mgd2l0aCB0d28gd2F5IGJpbmRpbmcgdG9vLlxuXHQgKi9cblx0cmVtb3ZlZCA9IGZhbHNlO1xuXG5cdEBIb3N0QmluZGluZygnYXR0ci5oaWRkZW4nKVxuXHRnZXQgaGlkZGVuQXR0cigpOiAnaGlkZGVuJyB8IG51bGwge1xuXHRcdHJldHVybiB0aGlzLnJlbW92ZWQgPyAnaGlkZGVuJyA6IG51bGw7XG5cdH1cblxuXHRAT3V0cHV0KClcblx0cmVtb3ZlZENoYW5nZTogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xuXG5cdHB1YmxpYyBpbnRsID0gZ2V0SW50bChMVV9DQUxMT1VUX1RSQU5TTEFUSU9OUyk7XG59XG4iLCI8ZGl2IGNsYXNzPVwiY2FsbG91dCBwYWxldHRlLXt7cGFsZXR0ZX19IG1vZC17e3NpemV9fVwiICpuZ0lmPVwiIXJlbW92ZWRcIj5cblx0PGRpdiBjbGFzcz1cImNhbGxvdXQtaWNvblwiICpuZ0lmPVwiaWNvblwiPlxuXHRcdDxzcGFuIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzPVwibHVjY2EtaWNvbiBpY29uLXt7aWNvbn19XCI+PC9zcGFuPlxuXHQ8L2Rpdj5cblx0PGRpdiBjbGFzcz1cImNhbGxvdXQtY29udGVudFwiPlxuXHRcdDxzdHJvbmcgY2xhc3M9XCJjYWxsb3V0LWNvbnRlbnQtdGl0bGVcIiAqbmdJZj1cImhlYWRpbmdcIj5cblx0XHRcdDxuZy1jb250YWluZXIgKmx1UG9ydGFsPVwiaGVhZGluZ1wiPjwvbmctY29udGFpbmVyPlxuXHRcdDwvc3Ryb25nPlxuXHRcdDxkaXYgY2xhc3M9XCJjYWxsb3V0LWNvbnRlbnQtZGVzY3JpcHRpb25cIj5cblx0XHRcdDxuZy1jb250ZW50PjwvbmctY29udGVudD5cblx0XHQ8L2Rpdj5cblx0PC9kaXY+XG5cdDxidXR0b24gKm5nSWY9XCJyZW1vdmFibGVcIiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJjYWxsb3V0LWtpbGxcIiAoY2xpY2spPVwicmVtb3ZlZCA9IHRydWU7IHJlbW92ZWRDaGFuZ2UuZW1pdCh0cnVlKVwiPlxuXHRcdDxzcGFuIGNsYXNzPVwidS1tYXNrXCI+e3sgaW50bC5jbG9zZSB9fTwvc3Bhbj5cblx0PC9idXR0b24+XG48L2Rpdj5cbiJdfQ==
|