@progressio_resources/gravity-design-system 3.3.43 → 3.4.1
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/components/gravity-data-views-v2/gravity-data-views-v2.component.mjs +48 -0
- package/esm2022/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.mjs +3 -3
- package/esm2022/lib/components/gravity-tables-v2/gravity-tables-v2.component.mjs +18 -0
- package/esm2022/lib/gravity-design-system.module.mjs +11 -1
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/progressio_resources-gravity-design-system.mjs +71 -3
- package/fesm2022/progressio_resources-gravity-design-system.mjs.map +1 -1
- package/lib/components/gravity-data-views-v2/gravity-data-views-v2.component.d.ts +22 -0
- package/lib/components/gravity-tables-v2/gravity-tables-v2.component.d.ts +7 -0
- package/lib/gravity-design-system.module.d.ts +67 -65
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Component, EventEmitter, HostListener, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "../gravity-status-indicator/gravity-status-indicator.component";
|
|
5
|
+
export class GravityDataViewsV2Component {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.disabled = false;
|
|
8
|
+
this.clickEmitter = new EventEmitter();
|
|
9
|
+
this.hasClickListener = false;
|
|
10
|
+
this.checkResolution();
|
|
11
|
+
}
|
|
12
|
+
ngAfterViewInit() {
|
|
13
|
+
setTimeout(() => {
|
|
14
|
+
this.hasClickListener = this.clickEmitter.observers.length > 0;
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
onResize() {
|
|
18
|
+
this.checkResolution();
|
|
19
|
+
}
|
|
20
|
+
checkResolution() {
|
|
21
|
+
const width = window.innerWidth;
|
|
22
|
+
this.isMd = width >= 577;
|
|
23
|
+
}
|
|
24
|
+
onClick() {
|
|
25
|
+
if (this.disabled || !this.hasClickListener) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
this.clickEmitter.emit();
|
|
29
|
+
}
|
|
30
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GravityDataViewsV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
31
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GravityDataViewsV2Component, selector: "gravity-data-views-v2", inputs: { type: "type", disabled: "disabled", statusIndicator: "statusIndicator" }, outputs: { clickEmitter: "clickEmitter" }, host: { listeners: { "window:resize": "onResize($event)" } }, ngImport: i0, template: "<main class=\"{{type}}\" [class.disabled]=\"hasClickListener && disabled\" [class.clickable]=\"hasClickListener && !disabled\" [style.width]=\"isMd ? '545px' : '100%'\" (click)=\"onClick()\">\n\n <div *ngIf=\"statusIndicator && type === 'custom-view'\" class=\"status-wrapper\" [ngClass]=\"statusIndicator.position || 'left'\">\n <gravity-status-indicator [size]=\"'sm'\" [type]=\"'primary'\" [icon]=\"statusIndicator.icon\"\n [text]=\"statusIndicator.text\"\n [status]=\"statusIndicator.status\"/>\n </div>\n\n <ng-content/>\n</main>\n", styles: [":root{--gravity-spacing-none: 0;--gravity-spacing-xxxs: .125rem;--gravity-spacing-xxs: .25rem;--gravity-spacing-xs: .5rem;--gravity-spacing-sm: 1rem;--gravity-spacing-md: 1.5rem;--gravity-spacing-lg: 2rem;--gravity-spacing-xl: 2.5rem;--gravity-spacing-xxl: 3rem;--gravity-spacing-xxxl: 4rem;--gravity-spacing-xxxxl: 6rem;--gravity-spacing-xxxxxl: 12rem}.gravity-padding-none{padding:0!important}.gravity-padding-top-none{padding-top:0!important}.gravity-padding-bottom-none{padding-bottom:0!important}.gravity-padding-left-none{padding-left:0!important}.gravity-padding-right-none{padding-right:0!important}.gravity-padding-block-none{padding-block:0!important}.gravity-padding-inline-none{padding-inline:0!important}.gravity-padding-xxs{padding:.25rem!important}.gravity-padding-top-xxs{padding-top:.25rem!important}.gravity-padding-bottom-xxs{padding-bottom:.25rem!important}.gravity-padding-left-xxs{padding-left:.25rem!important}.gravity-padding-right-xxs{padding-right:.25rem!important}.gravity-padding-block-xxs{padding-block:.25rem!important}.gravity-padding-inline-xxs{padding-inline:.25rem!important}.gravity-padding-xs{padding:.5rem!important}.gravity-padding-top-xs{padding-top:.5rem!important}.gravity-padding-bottom-xs{padding-bottom:.5rem!important}.gravity-padding-left-xs{padding-left:.5rem!important}.gravity-padding-right-xs{padding-right:.5rem!important}.gravity-padding-block-xs{padding-block:.5rem!important}.gravity-padding-inline-xs{padding-inline:.5rem!important}.gravity-padding-sm{padding:1rem!important}.gravity-padding-top-sm{padding-top:1rem!important}.gravity-padding-bottom-sm{padding-bottom:1rem!important}.gravity-padding-left-sm{padding-left:1rem!important}.gravity-padding-right-sm{padding-right:1rem!important}.gravity-padding-block-sm{padding-block:1rem!important}.gravity-padding-inline-sm{padding-inline:1rem!important}.gravity-padding-md{padding:1.5rem!important}.gravity-padding-top-md{padding-top:1.5rem!important}.gravity-padding-bottom-md{padding-bottom:1.5rem!important}.gravity-padding-left-md{padding-left:1.5rem!important}.gravity-padding-right-md{padding-right:1.5rem!important}.gravity-padding-block-md{padding-block:1.5rem!important}.gravity-padding-inline-md{padding-inline:1.5rem!important}.gravity-padding-lg{padding:2rem!important}.gravity-padding-top-lg{padding-top:2rem!important}.gravity-padding-bottom-lg{padding-bottom:2rem!important}.gravity-padding-left-lg{padding-left:2rem!important}.gravity-padding-right-lg{padding-right:2rem!important}.gravity-padding-block-lg{padding-block:2rem!important}.gravity-padding-inline-lg{padding-inline:2rem!important}.gravity-padding-xl{padding:2.5rem!important}.gravity-padding-top-xl{padding-top:2.5rem!important}.gravity-padding-bottom-xl{padding-bottom:2.5rem!important}.gravity-padding-left-xl{padding-left:2.5rem!important}.gravity-padding-right-xl{padding-right:2.5rem!important}.gravity-padding-block-xl{padding-block:2.5rem!important}.gravity-padding-inline-xl{padding-inline:2.5rem!important}.gravity-padding-xxl{padding:3rem!important}.gravity-padding-top-xxl{padding-top:3rem!important}.gravity-padding-bottom-xxl{padding-bottom:3rem!important}.gravity-padding-left-xxl{padding-left:3rem!important}.gravity-padding-right-xxl{padding-right:3rem!important}.gravity-padding-block-xxl{padding-block:3rem!important}.gravity-padding-inline-xxl{padding-inline:3rem!important}.gravity-padding-xxxl{padding:4rem!important}.gravity-padding-top-xxxl{padding-top:4rem!important}.gravity-padding-bottom-xxxl{padding-bottom:4rem!important}.gravity-padding-left-xxxl{padding-left:4rem!important}.gravity-padding-right-xxxl{padding-right:4rem!important}.gravity-padding-block-xxxl{padding-block:4rem!important}.gravity-padding-inline-xxxl{padding-inline:4rem!important}.gravity-padding-xxxxl{padding:6rem!important}.gravity-padding-top-xxxxl{padding-top:6rem!important}.gravity-padding-bottom-xxxxl{padding-bottom:6rem!important}.gravity-padding-left-xxxxl{padding-left:6rem!important}.gravity-padding-right-xxxxl{padding-right:6rem!important}.gravity-padding-block-xxxxl{padding-block:6rem!important}.gravity-padding-inline-xxxxl{padding-inline:6rem!important}.gravity-padding-xxxxxl{padding:12rem!important}.gravity-padding-top-xxxxxl{padding-top:12rem!important}.gravity-padding-bottom-xxxxxl{padding-bottom:12rem!important}.gravity-padding-left-xxxxxl{padding-left:12rem!important}.gravity-padding-right-xxxxxl{padding-right:12rem!important}.gravity-padding-block-xxxxxl{padding-block:12rem!important}.gravity-padding-inline-xxxxxl{padding-inline:12rem!important}.gravity-margin-none{margin:0!important}.gravity-margin-top-none{margin-top:0!important}.gravity-margin-bottom-none{margin-bottom:0!important}.gravity-margin-left-none{margin-left:0!important}.gravity-margin-right-none{margin-right:0!important}.gravity-margin-block-none{margin-block:0!important}.gravity-margin-inline-none{margin-inline:0!important}.gravity-margin-xxs{margin:.25rem!important}.gravity-margin-top-xxs{margin-top:.25rem!important}.gravity-margin-bottom-xxs{margin-bottom:.25rem!important}.gravity-margin-left-xxs{margin-left:.25rem!important}.gravity-margin-right-xxs{margin-right:.25rem!important}.gravity-margin-block-xxs{margin-block:.25rem!important}.gravity-margin-inline-xxs{margin-inline:.25rem!important}.gravity-margin-xs{margin:.5rem!important}.gravity-margin-top-xs{margin-top:.5rem!important}.gravity-margin-bottom-xs{margin-bottom:.5rem!important}.gravity-margin-left-xs{margin-left:.5rem!important}.gravity-margin-right-xs{margin-right:.5rem!important}.gravity-margin-block-xs{margin-block:.5rem!important}.gravity-margin-inline-xs{margin-inline:.5rem!important}.gravity-margin-sm{margin:1rem!important}.gravity-margin-top-sm{margin-top:1rem!important}.gravity-margin-bottom-sm{margin-bottom:1rem!important}.gravity-margin-left-sm{margin-left:1rem!important}.gravity-margin-right-sm{margin-right:1rem!important}.gravity-margin-block-sm{margin-block:1rem!important}.gravity-margin-inline-sm{margin-inline:1rem!important}.gravity-margin-md{margin:1.5rem!important}.gravity-margin-top-md{margin-top:1.5rem!important}.gravity-margin-bottom-md{margin-bottom:1.5rem!important}.gravity-margin-left-md{margin-left:1.5rem!important}.gravity-margin-right-md{margin-right:1.5rem!important}.gravity-margin-block-md{margin-block:1.5rem!important}.gravity-margin-inline-md{margin-inline:1.5rem!important}.gravity-margin-lg{margin:2rem!important}.gravity-margin-top-lg{margin-top:2rem!important}.gravity-margin-bottom-lg{margin-bottom:2rem!important}.gravity-margin-left-lg{margin-left:2rem!important}.gravity-margin-right-lg{margin-right:2rem!important}.gravity-margin-block-lg{margin-block:2rem!important}.gravity-margin-inline-lg{margin-inline:2rem!important}.gravity-margin-xl{margin:2.5rem!important}.gravity-margin-top-xl{margin-top:2.5rem!important}.gravity-margin-bottom-xl{margin-bottom:2.5rem!important}.gravity-margin-left-xl{margin-left:2.5rem!important}.gravity-margin-right-xl{margin-right:2.5rem!important}.gravity-margin-block-xl{margin-block:2.5rem!important}.gravity-margin-inline-xl{margin-inline:2.5rem!important}.gravity-margin-xxl{margin:3rem!important}.gravity-margin-top-xxl{margin-top:3rem!important}.gravity-margin-bottom-xxl{margin-bottom:3rem!important}.gravity-margin-left-xxl{margin-left:3rem!important}.gravity-margin-right-xxl{margin-right:3rem!important}.gravity-margin-block-xxl{margin-block:3rem!important}.gravity-margin-inline-xxl{margin-inline:3rem!important}.gravity-margin-xxxl{margin:4rem!important}.gravity-margin-top-xxxl{margin-top:4rem!important}.gravity-margin-bottom-xxxl{margin-bottom:4rem!important}.gravity-margin-left-xxxl{margin-left:4rem!important}.gravity-margin-right-xxxl{margin-right:4rem!important}.gravity-margin-block-xxxl{margin-block:4rem!important}.gravity-margin-inline-xxxl{margin-inline:4rem!important}.gravity-margin-xxxxl{margin:6rem!important}.gravity-margin-top-xxxxl{margin-top:6rem!important}.gravity-margin-bottom-xxxxl{margin-bottom:6rem!important}.gravity-margin-left-xxxxl{margin-left:6rem!important}.gravity-margin-right-xxxxl{margin-right:6rem!important}.gravity-margin-block-xxxxl{margin-block:6rem!important}.gravity-margin-inline-xxxxl{margin-inline:6rem!important}.gravity-margin-xxxxxl{margin:12rem!important}.gravity-margin-top-xxxxxl{margin-top:12rem!important}.gravity-margin-bottom-xxxxxl{margin-bottom:12rem!important}.gravity-margin-left-xxxxxl{margin-left:12rem!important}.gravity-margin-right-xxxxxl{margin-right:12rem!important}.gravity-margin-block-xxxxxl{margin-block:12rem!important}.gravity-margin-inline-xxxxxl{margin-inline:12rem!important}.border-radius-none{border-radius:0}.border-radius-xs{border-radius:.0625rem}.border-radius-sm{border-radius:.3125rem}.border-radius-md{border-radius:.625rem}.border-radius-lg{border-radius:.9375rem}.border-radius-xl{border-radius:1.25rem}.border-radius-xxl{border-radius:2rem}.border-radius-rounded{border-radius:6.25rem}body{font-style:normal;line-height:normal;font-optical-sizing:auto;color:var(--text-primary);font-family:Roboto Flex,sans-serif}.hr-body,:host ::ng-deep main.list-view article p:last-of-type,:host ::ng-deep main.list-view article p:first-of-type,:host ::ng-deep main.custom-view article div p:last-of-type,:host ::ng-deep main.custom-view article div p:first-of-type{font-family:Roboto Flex,sans-serif}.hr-body.sm-regular,:host ::ng-deep main.list-view article p.hr-body:last-of-type,:host ::ng-deep main.list-view article p.sm-regular:last-of-type,:host ::ng-deep main.list-view article p:last-of-type,:host ::ng-deep main.list-view article p.sm-regular:first-of-type,:host ::ng-deep main.list-view article p:first-of-type:last-of-type,:host ::ng-deep main.custom-view article div p:last-of-type,:host ::ng-deep main.custom-view article div p.sm-regular:first-of-type{font-weight:400;line-height:1.17525rem;letter-spacing:.01875rem;font-size:.75rem}.hr-body.sm-bold,:host ::ng-deep main.list-view article p.sm-bold:last-of-type,:host ::ng-deep main.list-view article p.hr-body:first-of-type,:host ::ng-deep main.list-view article p:first-of-type:last-of-type,:host ::ng-deep main.list-view article p.sm-bold:first-of-type,:host ::ng-deep main.list-view article p:first-of-type,:host ::ng-deep main.custom-view article div p.sm-bold:last-of-type,:host ::ng-deep main.custom-view article div p:first-of-type{font-weight:650;line-height:1.17525rem;letter-spacing:.01875rem;font-size:.75rem}.hr-body.md-regular,:host ::ng-deep main.list-view article p.md-regular:last-of-type,:host ::ng-deep main.list-view article p.md-regular:first-of-type,:host ::ng-deep main.custom-view article div p.md-regular:last-of-type,:host ::ng-deep main.custom-view article div p.md-regular:first-of-type{font-weight:380;line-height:1.567rem;letter-spacing:.03rem;font-size:1rem}.hr-body.md-bold,:host ::ng-deep main.list-view article p.md-bold:last-of-type,:host ::ng-deep main.list-view article p.md-bold:first-of-type,:host ::ng-deep main.custom-view article div p.md-bold:last-of-type,:host ::ng-deep main.custom-view article div p.md-bold:first-of-type{font-weight:700;line-height:1.567rem;letter-spacing:.025rem;font-size:1rem}.hr-body.lg-regular,:host ::ng-deep main.list-view article p.lg-regular:last-of-type,:host ::ng-deep main.list-view article p.lg-regular:first-of-type,:host ::ng-deep main.custom-view article div p.lg-regular:last-of-type,:host ::ng-deep main.custom-view article div p.lg-regular:first-of-type{font-weight:400;line-height:2.05669rem;letter-spacing:.02625rem;font-size:1.3325rem}.hr-body.lg-bold,:host ::ng-deep main.list-view article p.lg-bold:last-of-type,:host ::ng-deep main.list-view article p.lg-bold:first-of-type,:host ::ng-deep main.custom-view article div p.lg-bold:last-of-type,:host ::ng-deep main.custom-view article div p.lg-bold:first-of-type{font-weight:700;line-height:1.99106rem;letter-spacing:.02625rem;font-size:1.3325rem}.hr-title{font-family:Roboto Flex,sans-serif}.hr-title.sm-regular,:host ::ng-deep main.list-view article p.hr-title:last-of-type,:host ::ng-deep main.custom-view article div p.hr-title:last-of-type{font-weight:420;letter-spacing:.02rem;font-size:1rem}.hr-title.sm-bold,:host ::ng-deep main.list-view article p.hr-title:first-of-type,:host ::ng-deep main.custom-view article div p.hr-title:first-of-type{font-weight:731;letter-spacing:.02rem;font-size:1rem}.hr-title.md-bold{font-weight:745;letter-spacing:.03938rem;font-size:1.3325rem}.hr-title.lg-regular{font-weight:480;letter-spacing:.02625rem;font-size:1.75rem}.hr-title.lg-bold{font-weight:700;font-size:1.75rem}.hr-label{font-family:Roboto Flex,sans-serif}.hr-label.sm-regular,:host ::ng-deep main.list-view article p.hr-label:last-of-type,:host ::ng-deep main.custom-view article div p.hr-label:last-of-type{font-weight:343;letter-spacing:.01875rem;font-size:.75rem}.hr-label.sm-bold,:host ::ng-deep main.list-view article p.hr-label:first-of-type,:host ::ng-deep main.custom-view article div p.hr-label:first-of-type{font-weight:560;letter-spacing:.0225rem;font-size:.75rem}.hr-label.md-regular{font-weight:343;letter-spacing:.03rem;font-size:1rem}.hr-label.md-bold{font-weight:600;letter-spacing:.03rem;font-size:1rem}.hr-label.lg-regular{font-weight:343;letter-spacing:.0525rem;font-size:1.75rem}.hr-label.lg-bold{font-weight:600;letter-spacing:.0525rem;font-size:1.75rem}.hr-headline{font-family:Roboto Flex,sans-serif}.hr-headline.sm-bold,:host ::ng-deep main.list-view article p.hr-headline:first-of-type,:host ::ng-deep main.custom-view article div p.hr-headline:first-of-type{font-weight:700;letter-spacing:.02rem;font-size:2rem}.hr-headline.md-bold{font-weight:674;letter-spacing:.02375rem;font-size:2.375rem}.hr-headline.lg-bold{font-weight:700;letter-spacing:.02875rem;font-size:2.875rem}.hr-display{font-family:Roboto Flex,sans-serif}.hr-display.sm-bold,:host ::ng-deep main.list-view article p.hr-display:first-of-type,:host ::ng-deep main.custom-view article div p.hr-display:first-of-type{font-weight:700;letter-spacing:.03125rem;font-size:3.125rem}.hr-display.md-bold{font-weight:700;letter-spacing:.04188rem;font-size:4.1875rem}.hr-display.lg-bold{font-weight:700;letter-spacing:.05625rem;font-size:5.625rem}.align-text-center{text-align:center}:host ::ng-deep main.custom-view article,:host ::ng-deep main.list-view article{width:100%;display:flex;align-items:center;flex-wrap:wrap}:host ::ng-deep main.custom-view div,:host ::ng-deep main.list-view div{display:flex;align-items:center;gap:.25rem}:host ::ng-deep main.custom-view{padding:1rem;border-radius:.625rem;border:2px solid var(--surface-primary);position:relative}:host ::ng-deep main.custom-view.clickable{cursor:pointer;border:1px solid var(--cta-primary)}:host ::ng-deep main.custom-view.clickable:hover{background-color:var(--bg-button-active-tertiary)}:host ::ng-deep main.custom-view.disabled{border:1px solid var(--on-bg-disabled)}:host ::ng-deep main.custom-view.disabled p{color:var(--on-bg-disabled)}:host ::ng-deep main.custom-view .status-wrapper{position:absolute;top:-.5rem}:host ::ng-deep main.custom-view .status-wrapper.left{left:1rem}:host ::ng-deep main.custom-view .status-wrapper.right{right:1rem}:host ::ng-deep main.custom-view article.highlight-row{background:var(--surface-primary);border-radius:.3125rem}:host ::ng-deep main.custom-view article.actions-row{padding-top:1rem;padding-bottom:.5rem;margin-top:.5rem;border-top:1px solid var(--surface-primary);gap:.5rem}:host ::ng-deep main.custom-view article.actions.disabled{border-top:1px solid var(--on-bg-disabled)}:host ::ng-deep main.custom-view article.row-size-sm{padding-inline:.5rem}:host ::ng-deep main.custom-view article.row-size-md{padding:.25rem .5rem}:host ::ng-deep main.custom-view article.row-size-lg{padding:.5rem}:host ::ng-deep main.custom-view article.row-size-xl{padding:1rem .5rem}:host ::ng-deep main.custom-view article.row-align-centered{justify-content:center}:host ::ng-deep main.custom-view article.row-align-default{justify-content:space-between}:host ::ng-deep main.custom-view article.row-align-right{justify-content:flex-end}:host ::ng-deep main.custom-view hr{border:0;background:var(--surface-primary);height:1.8px;margin-block:.5rem}:host ::ng-deep main.custom-view .divider-top{border-top:1px solid var(--surface-primary)}:host ::ng-deep main.custom-view .divider-bottom{border-bottom:1px solid var(--surface-primary)}:host ::ng-deep main.list-view{border:2px solid var(--surface-primary);padding:1rem;border-radius:.625rem;display:flex;align-items:center;flex-direction:column;justify-content:center}:host ::ng-deep main.list-view article{border-bottom:1px solid var(--surface-primary);padding-block:1rem;justify-content:space-between}:host ::ng-deep main.list-view:active,:host ::ng-deep main.list-view .selected{background:var(--surface-primary)}:host ::ng-deep main.list-view:active article,:host ::ng-deep main.list-view .selected article{border-bottom:1px solid var(--surface-secondary)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.GravityStatusIndicatorComponent, selector: "gravity-status-indicator", inputs: ["icon", "text", "cypressTag", "size", "type", "status"] }] }); }
|
|
32
|
+
}
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GravityDataViewsV2Component, decorators: [{
|
|
34
|
+
type: Component,
|
|
35
|
+
args: [{ selector: 'gravity-data-views-v2', template: "<main class=\"{{type}}\" [class.disabled]=\"hasClickListener && disabled\" [class.clickable]=\"hasClickListener && !disabled\" [style.width]=\"isMd ? '545px' : '100%'\" (click)=\"onClick()\">\n\n <div *ngIf=\"statusIndicator && type === 'custom-view'\" class=\"status-wrapper\" [ngClass]=\"statusIndicator.position || 'left'\">\n <gravity-status-indicator [size]=\"'sm'\" [type]=\"'primary'\" [icon]=\"statusIndicator.icon\"\n [text]=\"statusIndicator.text\"\n [status]=\"statusIndicator.status\"/>\n </div>\n\n <ng-content/>\n</main>\n", styles: [":root{--gravity-spacing-none: 0;--gravity-spacing-xxxs: .125rem;--gravity-spacing-xxs: .25rem;--gravity-spacing-xs: .5rem;--gravity-spacing-sm: 1rem;--gravity-spacing-md: 1.5rem;--gravity-spacing-lg: 2rem;--gravity-spacing-xl: 2.5rem;--gravity-spacing-xxl: 3rem;--gravity-spacing-xxxl: 4rem;--gravity-spacing-xxxxl: 6rem;--gravity-spacing-xxxxxl: 12rem}.gravity-padding-none{padding:0!important}.gravity-padding-top-none{padding-top:0!important}.gravity-padding-bottom-none{padding-bottom:0!important}.gravity-padding-left-none{padding-left:0!important}.gravity-padding-right-none{padding-right:0!important}.gravity-padding-block-none{padding-block:0!important}.gravity-padding-inline-none{padding-inline:0!important}.gravity-padding-xxs{padding:.25rem!important}.gravity-padding-top-xxs{padding-top:.25rem!important}.gravity-padding-bottom-xxs{padding-bottom:.25rem!important}.gravity-padding-left-xxs{padding-left:.25rem!important}.gravity-padding-right-xxs{padding-right:.25rem!important}.gravity-padding-block-xxs{padding-block:.25rem!important}.gravity-padding-inline-xxs{padding-inline:.25rem!important}.gravity-padding-xs{padding:.5rem!important}.gravity-padding-top-xs{padding-top:.5rem!important}.gravity-padding-bottom-xs{padding-bottom:.5rem!important}.gravity-padding-left-xs{padding-left:.5rem!important}.gravity-padding-right-xs{padding-right:.5rem!important}.gravity-padding-block-xs{padding-block:.5rem!important}.gravity-padding-inline-xs{padding-inline:.5rem!important}.gravity-padding-sm{padding:1rem!important}.gravity-padding-top-sm{padding-top:1rem!important}.gravity-padding-bottom-sm{padding-bottom:1rem!important}.gravity-padding-left-sm{padding-left:1rem!important}.gravity-padding-right-sm{padding-right:1rem!important}.gravity-padding-block-sm{padding-block:1rem!important}.gravity-padding-inline-sm{padding-inline:1rem!important}.gravity-padding-md{padding:1.5rem!important}.gravity-padding-top-md{padding-top:1.5rem!important}.gravity-padding-bottom-md{padding-bottom:1.5rem!important}.gravity-padding-left-md{padding-left:1.5rem!important}.gravity-padding-right-md{padding-right:1.5rem!important}.gravity-padding-block-md{padding-block:1.5rem!important}.gravity-padding-inline-md{padding-inline:1.5rem!important}.gravity-padding-lg{padding:2rem!important}.gravity-padding-top-lg{padding-top:2rem!important}.gravity-padding-bottom-lg{padding-bottom:2rem!important}.gravity-padding-left-lg{padding-left:2rem!important}.gravity-padding-right-lg{padding-right:2rem!important}.gravity-padding-block-lg{padding-block:2rem!important}.gravity-padding-inline-lg{padding-inline:2rem!important}.gravity-padding-xl{padding:2.5rem!important}.gravity-padding-top-xl{padding-top:2.5rem!important}.gravity-padding-bottom-xl{padding-bottom:2.5rem!important}.gravity-padding-left-xl{padding-left:2.5rem!important}.gravity-padding-right-xl{padding-right:2.5rem!important}.gravity-padding-block-xl{padding-block:2.5rem!important}.gravity-padding-inline-xl{padding-inline:2.5rem!important}.gravity-padding-xxl{padding:3rem!important}.gravity-padding-top-xxl{padding-top:3rem!important}.gravity-padding-bottom-xxl{padding-bottom:3rem!important}.gravity-padding-left-xxl{padding-left:3rem!important}.gravity-padding-right-xxl{padding-right:3rem!important}.gravity-padding-block-xxl{padding-block:3rem!important}.gravity-padding-inline-xxl{padding-inline:3rem!important}.gravity-padding-xxxl{padding:4rem!important}.gravity-padding-top-xxxl{padding-top:4rem!important}.gravity-padding-bottom-xxxl{padding-bottom:4rem!important}.gravity-padding-left-xxxl{padding-left:4rem!important}.gravity-padding-right-xxxl{padding-right:4rem!important}.gravity-padding-block-xxxl{padding-block:4rem!important}.gravity-padding-inline-xxxl{padding-inline:4rem!important}.gravity-padding-xxxxl{padding:6rem!important}.gravity-padding-top-xxxxl{padding-top:6rem!important}.gravity-padding-bottom-xxxxl{padding-bottom:6rem!important}.gravity-padding-left-xxxxl{padding-left:6rem!important}.gravity-padding-right-xxxxl{padding-right:6rem!important}.gravity-padding-block-xxxxl{padding-block:6rem!important}.gravity-padding-inline-xxxxl{padding-inline:6rem!important}.gravity-padding-xxxxxl{padding:12rem!important}.gravity-padding-top-xxxxxl{padding-top:12rem!important}.gravity-padding-bottom-xxxxxl{padding-bottom:12rem!important}.gravity-padding-left-xxxxxl{padding-left:12rem!important}.gravity-padding-right-xxxxxl{padding-right:12rem!important}.gravity-padding-block-xxxxxl{padding-block:12rem!important}.gravity-padding-inline-xxxxxl{padding-inline:12rem!important}.gravity-margin-none{margin:0!important}.gravity-margin-top-none{margin-top:0!important}.gravity-margin-bottom-none{margin-bottom:0!important}.gravity-margin-left-none{margin-left:0!important}.gravity-margin-right-none{margin-right:0!important}.gravity-margin-block-none{margin-block:0!important}.gravity-margin-inline-none{margin-inline:0!important}.gravity-margin-xxs{margin:.25rem!important}.gravity-margin-top-xxs{margin-top:.25rem!important}.gravity-margin-bottom-xxs{margin-bottom:.25rem!important}.gravity-margin-left-xxs{margin-left:.25rem!important}.gravity-margin-right-xxs{margin-right:.25rem!important}.gravity-margin-block-xxs{margin-block:.25rem!important}.gravity-margin-inline-xxs{margin-inline:.25rem!important}.gravity-margin-xs{margin:.5rem!important}.gravity-margin-top-xs{margin-top:.5rem!important}.gravity-margin-bottom-xs{margin-bottom:.5rem!important}.gravity-margin-left-xs{margin-left:.5rem!important}.gravity-margin-right-xs{margin-right:.5rem!important}.gravity-margin-block-xs{margin-block:.5rem!important}.gravity-margin-inline-xs{margin-inline:.5rem!important}.gravity-margin-sm{margin:1rem!important}.gravity-margin-top-sm{margin-top:1rem!important}.gravity-margin-bottom-sm{margin-bottom:1rem!important}.gravity-margin-left-sm{margin-left:1rem!important}.gravity-margin-right-sm{margin-right:1rem!important}.gravity-margin-block-sm{margin-block:1rem!important}.gravity-margin-inline-sm{margin-inline:1rem!important}.gravity-margin-md{margin:1.5rem!important}.gravity-margin-top-md{margin-top:1.5rem!important}.gravity-margin-bottom-md{margin-bottom:1.5rem!important}.gravity-margin-left-md{margin-left:1.5rem!important}.gravity-margin-right-md{margin-right:1.5rem!important}.gravity-margin-block-md{margin-block:1.5rem!important}.gravity-margin-inline-md{margin-inline:1.5rem!important}.gravity-margin-lg{margin:2rem!important}.gravity-margin-top-lg{margin-top:2rem!important}.gravity-margin-bottom-lg{margin-bottom:2rem!important}.gravity-margin-left-lg{margin-left:2rem!important}.gravity-margin-right-lg{margin-right:2rem!important}.gravity-margin-block-lg{margin-block:2rem!important}.gravity-margin-inline-lg{margin-inline:2rem!important}.gravity-margin-xl{margin:2.5rem!important}.gravity-margin-top-xl{margin-top:2.5rem!important}.gravity-margin-bottom-xl{margin-bottom:2.5rem!important}.gravity-margin-left-xl{margin-left:2.5rem!important}.gravity-margin-right-xl{margin-right:2.5rem!important}.gravity-margin-block-xl{margin-block:2.5rem!important}.gravity-margin-inline-xl{margin-inline:2.5rem!important}.gravity-margin-xxl{margin:3rem!important}.gravity-margin-top-xxl{margin-top:3rem!important}.gravity-margin-bottom-xxl{margin-bottom:3rem!important}.gravity-margin-left-xxl{margin-left:3rem!important}.gravity-margin-right-xxl{margin-right:3rem!important}.gravity-margin-block-xxl{margin-block:3rem!important}.gravity-margin-inline-xxl{margin-inline:3rem!important}.gravity-margin-xxxl{margin:4rem!important}.gravity-margin-top-xxxl{margin-top:4rem!important}.gravity-margin-bottom-xxxl{margin-bottom:4rem!important}.gravity-margin-left-xxxl{margin-left:4rem!important}.gravity-margin-right-xxxl{margin-right:4rem!important}.gravity-margin-block-xxxl{margin-block:4rem!important}.gravity-margin-inline-xxxl{margin-inline:4rem!important}.gravity-margin-xxxxl{margin:6rem!important}.gravity-margin-top-xxxxl{margin-top:6rem!important}.gravity-margin-bottom-xxxxl{margin-bottom:6rem!important}.gravity-margin-left-xxxxl{margin-left:6rem!important}.gravity-margin-right-xxxxl{margin-right:6rem!important}.gravity-margin-block-xxxxl{margin-block:6rem!important}.gravity-margin-inline-xxxxl{margin-inline:6rem!important}.gravity-margin-xxxxxl{margin:12rem!important}.gravity-margin-top-xxxxxl{margin-top:12rem!important}.gravity-margin-bottom-xxxxxl{margin-bottom:12rem!important}.gravity-margin-left-xxxxxl{margin-left:12rem!important}.gravity-margin-right-xxxxxl{margin-right:12rem!important}.gravity-margin-block-xxxxxl{margin-block:12rem!important}.gravity-margin-inline-xxxxxl{margin-inline:12rem!important}.border-radius-none{border-radius:0}.border-radius-xs{border-radius:.0625rem}.border-radius-sm{border-radius:.3125rem}.border-radius-md{border-radius:.625rem}.border-radius-lg{border-radius:.9375rem}.border-radius-xl{border-radius:1.25rem}.border-radius-xxl{border-radius:2rem}.border-radius-rounded{border-radius:6.25rem}body{font-style:normal;line-height:normal;font-optical-sizing:auto;color:var(--text-primary);font-family:Roboto Flex,sans-serif}.hr-body,:host ::ng-deep main.list-view article p:last-of-type,:host ::ng-deep main.list-view article p:first-of-type,:host ::ng-deep main.custom-view article div p:last-of-type,:host ::ng-deep main.custom-view article div p:first-of-type{font-family:Roboto Flex,sans-serif}.hr-body.sm-regular,:host ::ng-deep main.list-view article p.hr-body:last-of-type,:host ::ng-deep main.list-view article p.sm-regular:last-of-type,:host ::ng-deep main.list-view article p:last-of-type,:host ::ng-deep main.list-view article p.sm-regular:first-of-type,:host ::ng-deep main.list-view article p:first-of-type:last-of-type,:host ::ng-deep main.custom-view article div p:last-of-type,:host ::ng-deep main.custom-view article div p.sm-regular:first-of-type{font-weight:400;line-height:1.17525rem;letter-spacing:.01875rem;font-size:.75rem}.hr-body.sm-bold,:host ::ng-deep main.list-view article p.sm-bold:last-of-type,:host ::ng-deep main.list-view article p.hr-body:first-of-type,:host ::ng-deep main.list-view article p:first-of-type:last-of-type,:host ::ng-deep main.list-view article p.sm-bold:first-of-type,:host ::ng-deep main.list-view article p:first-of-type,:host ::ng-deep main.custom-view article div p.sm-bold:last-of-type,:host ::ng-deep main.custom-view article div p:first-of-type{font-weight:650;line-height:1.17525rem;letter-spacing:.01875rem;font-size:.75rem}.hr-body.md-regular,:host ::ng-deep main.list-view article p.md-regular:last-of-type,:host ::ng-deep main.list-view article p.md-regular:first-of-type,:host ::ng-deep main.custom-view article div p.md-regular:last-of-type,:host ::ng-deep main.custom-view article div p.md-regular:first-of-type{font-weight:380;line-height:1.567rem;letter-spacing:.03rem;font-size:1rem}.hr-body.md-bold,:host ::ng-deep main.list-view article p.md-bold:last-of-type,:host ::ng-deep main.list-view article p.md-bold:first-of-type,:host ::ng-deep main.custom-view article div p.md-bold:last-of-type,:host ::ng-deep main.custom-view article div p.md-bold:first-of-type{font-weight:700;line-height:1.567rem;letter-spacing:.025rem;font-size:1rem}.hr-body.lg-regular,:host ::ng-deep main.list-view article p.lg-regular:last-of-type,:host ::ng-deep main.list-view article p.lg-regular:first-of-type,:host ::ng-deep main.custom-view article div p.lg-regular:last-of-type,:host ::ng-deep main.custom-view article div p.lg-regular:first-of-type{font-weight:400;line-height:2.05669rem;letter-spacing:.02625rem;font-size:1.3325rem}.hr-body.lg-bold,:host ::ng-deep main.list-view article p.lg-bold:last-of-type,:host ::ng-deep main.list-view article p.lg-bold:first-of-type,:host ::ng-deep main.custom-view article div p.lg-bold:last-of-type,:host ::ng-deep main.custom-view article div p.lg-bold:first-of-type{font-weight:700;line-height:1.99106rem;letter-spacing:.02625rem;font-size:1.3325rem}.hr-title{font-family:Roboto Flex,sans-serif}.hr-title.sm-regular,:host ::ng-deep main.list-view article p.hr-title:last-of-type,:host ::ng-deep main.custom-view article div p.hr-title:last-of-type{font-weight:420;letter-spacing:.02rem;font-size:1rem}.hr-title.sm-bold,:host ::ng-deep main.list-view article p.hr-title:first-of-type,:host ::ng-deep main.custom-view article div p.hr-title:first-of-type{font-weight:731;letter-spacing:.02rem;font-size:1rem}.hr-title.md-bold{font-weight:745;letter-spacing:.03938rem;font-size:1.3325rem}.hr-title.lg-regular{font-weight:480;letter-spacing:.02625rem;font-size:1.75rem}.hr-title.lg-bold{font-weight:700;font-size:1.75rem}.hr-label{font-family:Roboto Flex,sans-serif}.hr-label.sm-regular,:host ::ng-deep main.list-view article p.hr-label:last-of-type,:host ::ng-deep main.custom-view article div p.hr-label:last-of-type{font-weight:343;letter-spacing:.01875rem;font-size:.75rem}.hr-label.sm-bold,:host ::ng-deep main.list-view article p.hr-label:first-of-type,:host ::ng-deep main.custom-view article div p.hr-label:first-of-type{font-weight:560;letter-spacing:.0225rem;font-size:.75rem}.hr-label.md-regular{font-weight:343;letter-spacing:.03rem;font-size:1rem}.hr-label.md-bold{font-weight:600;letter-spacing:.03rem;font-size:1rem}.hr-label.lg-regular{font-weight:343;letter-spacing:.0525rem;font-size:1.75rem}.hr-label.lg-bold{font-weight:600;letter-spacing:.0525rem;font-size:1.75rem}.hr-headline{font-family:Roboto Flex,sans-serif}.hr-headline.sm-bold,:host ::ng-deep main.list-view article p.hr-headline:first-of-type,:host ::ng-deep main.custom-view article div p.hr-headline:first-of-type{font-weight:700;letter-spacing:.02rem;font-size:2rem}.hr-headline.md-bold{font-weight:674;letter-spacing:.02375rem;font-size:2.375rem}.hr-headline.lg-bold{font-weight:700;letter-spacing:.02875rem;font-size:2.875rem}.hr-display{font-family:Roboto Flex,sans-serif}.hr-display.sm-bold,:host ::ng-deep main.list-view article p.hr-display:first-of-type,:host ::ng-deep main.custom-view article div p.hr-display:first-of-type{font-weight:700;letter-spacing:.03125rem;font-size:3.125rem}.hr-display.md-bold{font-weight:700;letter-spacing:.04188rem;font-size:4.1875rem}.hr-display.lg-bold{font-weight:700;letter-spacing:.05625rem;font-size:5.625rem}.align-text-center{text-align:center}:host ::ng-deep main.custom-view article,:host ::ng-deep main.list-view article{width:100%;display:flex;align-items:center;flex-wrap:wrap}:host ::ng-deep main.custom-view div,:host ::ng-deep main.list-view div{display:flex;align-items:center;gap:.25rem}:host ::ng-deep main.custom-view{padding:1rem;border-radius:.625rem;border:2px solid var(--surface-primary);position:relative}:host ::ng-deep main.custom-view.clickable{cursor:pointer;border:1px solid var(--cta-primary)}:host ::ng-deep main.custom-view.clickable:hover{background-color:var(--bg-button-active-tertiary)}:host ::ng-deep main.custom-view.disabled{border:1px solid var(--on-bg-disabled)}:host ::ng-deep main.custom-view.disabled p{color:var(--on-bg-disabled)}:host ::ng-deep main.custom-view .status-wrapper{position:absolute;top:-.5rem}:host ::ng-deep main.custom-view .status-wrapper.left{left:1rem}:host ::ng-deep main.custom-view .status-wrapper.right{right:1rem}:host ::ng-deep main.custom-view article.highlight-row{background:var(--surface-primary);border-radius:.3125rem}:host ::ng-deep main.custom-view article.actions-row{padding-top:1rem;padding-bottom:.5rem;margin-top:.5rem;border-top:1px solid var(--surface-primary);gap:.5rem}:host ::ng-deep main.custom-view article.actions.disabled{border-top:1px solid var(--on-bg-disabled)}:host ::ng-deep main.custom-view article.row-size-sm{padding-inline:.5rem}:host ::ng-deep main.custom-view article.row-size-md{padding:.25rem .5rem}:host ::ng-deep main.custom-view article.row-size-lg{padding:.5rem}:host ::ng-deep main.custom-view article.row-size-xl{padding:1rem .5rem}:host ::ng-deep main.custom-view article.row-align-centered{justify-content:center}:host ::ng-deep main.custom-view article.row-align-default{justify-content:space-between}:host ::ng-deep main.custom-view article.row-align-right{justify-content:flex-end}:host ::ng-deep main.custom-view hr{border:0;background:var(--surface-primary);height:1.8px;margin-block:.5rem}:host ::ng-deep main.custom-view .divider-top{border-top:1px solid var(--surface-primary)}:host ::ng-deep main.custom-view .divider-bottom{border-bottom:1px solid var(--surface-primary)}:host ::ng-deep main.list-view{border:2px solid var(--surface-primary);padding:1rem;border-radius:.625rem;display:flex;align-items:center;flex-direction:column;justify-content:center}:host ::ng-deep main.list-view article{border-bottom:1px solid var(--surface-primary);padding-block:1rem;justify-content:space-between}:host ::ng-deep main.list-view:active,:host ::ng-deep main.list-view .selected{background:var(--surface-primary)}:host ::ng-deep main.list-view:active article,:host ::ng-deep main.list-view .selected article{border-bottom:1px solid var(--surface-secondary)}\n"] }]
|
|
36
|
+
}], ctorParameters: function () { return []; }, propDecorators: { type: [{
|
|
37
|
+
type: Input
|
|
38
|
+
}], disabled: [{
|
|
39
|
+
type: Input
|
|
40
|
+
}], statusIndicator: [{
|
|
41
|
+
type: Input
|
|
42
|
+
}], clickEmitter: [{
|
|
43
|
+
type: Output
|
|
44
|
+
}], onResize: [{
|
|
45
|
+
type: HostListener,
|
|
46
|
+
args: ['window:resize', ['$event']]
|
|
47
|
+
}] } });
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3Jhdml0eS1kYXRhLXZpZXdzLXYyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2dyYXZpdHktZGVzaWduLXN5c3RlbS9zcmMvbGliL2NvbXBvbmVudHMvZ3Jhdml0eS1kYXRhLXZpZXdzLXYyL2dyYXZpdHktZGF0YS12aWV3cy12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ncmF2aXR5LWRlc2lnbi1zeXN0ZW0vc3JjL2xpYi9jb21wb25lbnRzL2dyYXZpdHktZGF0YS12aWV3cy12Mi9ncmF2aXR5LWRhdGEtdmlld3MtdjIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFnQixTQUFTLEVBQUUsWUFBWSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFDLE1BQU0sZUFBZSxDQUFDOzs7O0FBT2xHLE1BQU0sT0FBTywyQkFBMkI7SUFldEM7UUFiUyxhQUFRLEdBQVksS0FBSyxDQUFDO1FBUXhCLGlCQUFZLEdBQXdCLElBQUksWUFBWSxFQUFPLENBQUM7UUFFaEUscUJBQWdCLEdBQUcsS0FBSyxDQUFDO1FBSTlCLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsZUFBZTtRQUNiLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQztRQUNqRSxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFHRCxRQUFRO1FBQ04sSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFTyxlQUFlO1FBQ3JCLE1BQU0sS0FBSyxHQUFHLE1BQU0sQ0FBQyxVQUFVLENBQUM7UUFDaEMsSUFBSSxDQUFDLElBQUksR0FBRyxLQUFLLElBQUksR0FBRyxDQUFDO0lBQzNCLENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxJQUFJLENBQUMsUUFBUSxJQUFJLENBQUMsSUFBSSxDQUFDLGdCQUFnQixFQUFFO1lBQzNDLE9BQU87U0FDUjtRQUVELElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDM0IsQ0FBQzsrR0F6Q1UsMkJBQTJCO21HQUEzQiwyQkFBMkIsMFBDUHhDLDBsQkFVQTs7NEZESGEsMkJBQTJCO2tCQUx2QyxTQUFTOytCQUNFLHVCQUF1QjswRUFLakIsSUFBSTtzQkFBbkIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBT0ssWUFBWTtzQkFBdEIsTUFBTTtnQkFnQlAsUUFBUTtzQkFEUCxZQUFZO3VCQUFDLGVBQWUsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7QWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIEhvc3RMaXN0ZW5lciwgSW5wdXQsIE91dHB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2dyYXZpdHktZGF0YS12aWV3cy12MicsXG4gIHRlbXBsYXRlVXJsOiAnLi9ncmF2aXR5LWRhdGEtdmlld3MtdjIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9ncmF2aXR5LWRhdGEtdmlld3MtdjIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBHcmF2aXR5RGF0YVZpZXdzVjJDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0e1xuICBASW5wdXQoKSBwdWJsaWMgdHlwZTogJ2N1c3RvbS12aWV3JyB8ICdsaXN0LXZpZXcnXG4gIEBJbnB1dCgpIGRpc2FibGVkOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIHN0YXR1c0luZGljYXRvcjoge1xuICAgIGljb246IHN0cmluZztcbiAgICB0ZXh0OiBzdHJpbmcsXG4gICAgc3RhdHVzOiAncG9zaXRpdmUnIHwgJ25lZ2F0aXZlJyB8ICdhdHRlbnRpb24nIHwgJ25ldXRybycgfCAnZGlzYWJsZWQnXG4gICAgcG9zaXRpb24/OiAnbGVmdCcgfCAncmlnaHQnXG4gIH07XG5cbiAgQE91dHB1dCgpICBjbGlja0VtaXR0ZXI6IEV2ZW50RW1pdHRlcjxhbnlbXT4gPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcblxuICBwdWJsaWMgaGFzQ2xpY2tMaXN0ZW5lciA9IGZhbHNlO1xuICBwdWJsaWMgaXNNZDogYm9vbGVhbjtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmNoZWNrUmVzb2x1dGlvbigpO1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgdGhpcy5oYXNDbGlja0xpc3RlbmVyID0gdGhpcy5jbGlja0VtaXR0ZXIub2JzZXJ2ZXJzLmxlbmd0aCA+IDA7XG4gICAgfSk7XG4gIH1cblxuICBASG9zdExpc3RlbmVyKCd3aW5kb3c6cmVzaXplJywgWyckZXZlbnQnXSlcbiAgb25SZXNpemUoKTogdm9pZCB7XG4gICAgdGhpcy5jaGVja1Jlc29sdXRpb24oKTtcbiAgfVxuXG4gIHByaXZhdGUgY2hlY2tSZXNvbHV0aW9uKCk6IHZvaWQge1xuICAgIGNvbnN0IHdpZHRoID0gd2luZG93LmlubmVyV2lkdGg7XG4gICAgdGhpcy5pc01kID0gd2lkdGggPj0gNTc3O1xuICB9XG5cbiAgcHVibGljIG9uQ2xpY2soKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuZGlzYWJsZWQgfHwgIXRoaXMuaGFzQ2xpY2tMaXN0ZW5lcikge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIHRoaXMuY2xpY2tFbWl0dGVyLmVtaXQoKTtcbiAgfVxufVxuIiwiPG1haW4gY2xhc3M9XCJ7e3R5cGV9fVwiIFtjbGFzcy5kaXNhYmxlZF09XCJoYXNDbGlja0xpc3RlbmVyICYmIGRpc2FibGVkXCIgW2NsYXNzLmNsaWNrYWJsZV09XCJoYXNDbGlja0xpc3RlbmVyICYmICFkaXNhYmxlZFwiIFtzdHlsZS53aWR0aF09XCJpc01kID8gJzU0NXB4JyA6ICcxMDAlJ1wiIChjbGljayk9XCJvbkNsaWNrKClcIj5cblxuICA8ZGl2ICpuZ0lmPVwic3RhdHVzSW5kaWNhdG9yICYmIHR5cGUgPT09ICdjdXN0b20tdmlldydcIiBjbGFzcz1cInN0YXR1cy13cmFwcGVyXCIgW25nQ2xhc3NdPVwic3RhdHVzSW5kaWNhdG9yLnBvc2l0aW9uIHx8ICdsZWZ0J1wiPlxuICAgIDxncmF2aXR5LXN0YXR1cy1pbmRpY2F0b3IgW3NpemVdPVwiJ3NtJ1wiIFt0eXBlXT1cIidwcmltYXJ5J1wiIFtpY29uXT1cInN0YXR1c0luZGljYXRvci5pY29uXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0ZXh0XT1cInN0YXR1c0luZGljYXRvci50ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzdGF0dXNdPVwic3RhdHVzSW5kaWNhdG9yLnN0YXR1c1wiLz5cbiAgPC9kaXY+XG5cbiAgPG5nLWNvbnRlbnQvPlxuPC9tYWluPlxuIl19
|