oasys-lib 1.88.0-rc.0 → 1.88.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/components/alert/alert-cancel.directive.mjs +5 -4
- package/esm2022/lib/components/alert/alert-confirm.directive.mjs +5 -4
- package/esm2022/lib/components/alert/alert-content.directive.mjs +3 -3
- package/esm2022/lib/components/alert/alert-title.directive.mjs +3 -3
- package/esm2022/lib/components/alert/alert.component.mjs +16 -11
- package/esm2022/lib/components/alert/alert.module.mjs +9 -9
- package/esm2022/lib/components/banner/banner.component.mjs +14 -5
- package/esm2022/lib/components/banner/banner.module.mjs +22 -5
- package/esm2022/lib/components/banner/index.mjs +1 -1
- package/esm2022/lib/components/button/button.component.mjs +52 -48
- package/esm2022/lib/components/button/button.module.mjs +4 -4
- package/esm2022/lib/components/button-group/button-group.component.mjs +18 -14
- package/esm2022/lib/components/button-group/button-group.module.mjs +4 -4
- package/esm2022/lib/components/card/card.component.mjs +20 -5
- package/esm2022/lib/components/card/card.mjs +1 -1
- package/esm2022/lib/components/card/card.module.mjs +4 -4
- package/esm2022/lib/components/carousel/carousel.component.mjs +60 -47
- package/esm2022/lib/components/carousel/carousel.module.mjs +5 -5
- package/esm2022/lib/components/divider/divider.component.mjs +7 -7
- package/esm2022/lib/components/divider/divider.mjs +1 -1
- package/esm2022/lib/components/divider/divider.module.mjs +4 -4
- package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +17 -10
- package/esm2022/lib/components/form/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/lib/components/form/chip/chip.component.mjs +16 -10
- package/esm2022/lib/components/form/chip/chip.module.mjs +6 -6
- package/esm2022/lib/components/form/combobox/combobox.component.mjs +43 -24
- package/esm2022/lib/components/form/combobox/combobox.mjs +1 -1
- package/esm2022/lib/components/form/combobox/combobox.module.mjs +6 -6
- package/esm2022/lib/components/form/errors/form-errors.component.mjs +15 -17
- package/esm2022/lib/components/form/errors/form-errors.module.mjs +6 -20
- package/esm2022/lib/components/form/form-group/form-group.component.mjs +16 -13
- package/esm2022/lib/components/form/form-group/form-group.module.mjs +8 -8
- package/esm2022/lib/components/form/forms.mjs +1 -1
- package/esm2022/lib/components/form/radio/radio.component.mjs +19 -12
- package/esm2022/lib/components/form/radio/radio.module.mjs +4 -4
- package/esm2022/lib/components/form/text-input/text-input.component.mjs +37 -27
- package/esm2022/lib/components/form/text-input/text-input.mjs +1 -1
- package/esm2022/lib/components/form/text-input/text-input.module.mjs +8 -8
- package/esm2022/lib/components/heading/heading.component.mjs +19 -8
- package/esm2022/lib/components/heading/heading.mjs +1 -1
- package/esm2022/lib/components/heading/heading.module.mjs +4 -4
- package/esm2022/lib/components/hero/hero.component.mjs +29 -10
- package/esm2022/lib/components/hero/hero.module.mjs +22 -5
- package/esm2022/lib/components/icon/icon.component.mjs +17 -9
- package/esm2022/lib/components/icon/icon.mjs +1 -1
- package/esm2022/lib/components/icon/icon.module.mjs +4 -4
- package/esm2022/lib/components/image/image.component.mjs +20 -21
- package/esm2022/lib/components/image/image.mjs +1 -1
- package/esm2022/lib/components/image/image.module.mjs +8 -8
- package/esm2022/lib/components/label/label.component.mjs +19 -18
- package/esm2022/lib/components/label/label.module.mjs +5 -16
- package/esm2022/lib/components/layout/Layout.mjs +1 -1
- package/esm2022/lib/components/layout/box/box.component.mjs +31 -28
- package/esm2022/lib/components/layout/box/box.mjs +1 -1
- package/esm2022/lib/components/layout/container/container.component.mjs +20 -15
- package/esm2022/lib/components/layout/grid/grid-column.component.mjs +17 -14
- package/esm2022/lib/components/layout/grid/grid.component.mjs +14 -12
- package/esm2022/lib/components/layout/layout.module.mjs +5 -5
- package/esm2022/lib/components/layout/stack/stack.component.mjs +16 -14
- package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.component.mjs +5 -3
- package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.module.mjs +8 -8
- package/esm2022/lib/components/navigation/tabs/tab/tab.component.mjs +9 -10
- package/esm2022/lib/components/navigation/tabs/tab-active/tab-active.component.mjs +5 -7
- package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.component.mjs +9 -16
- package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.module.mjs +8 -8
- package/esm2022/lib/components/navigation/tabs/tab-header/tab-header.component.mjs +10 -8
- package/esm2022/lib/components/pill/pill.component.mjs +5 -7
- package/esm2022/lib/components/pill/pill.mjs +1 -1
- package/esm2022/lib/components/pill/pill.module.mjs +5 -5
- package/esm2022/lib/components/pill-group/pill-group.component.mjs +13 -9
- package/esm2022/lib/components/pill-group/pill-group.module.mjs +4 -4
- package/esm2022/lib/components/price/price.component.mjs +6 -6
- package/esm2022/lib/components/price/price.module.mjs +5 -5
- package/esm2022/lib/components/promo-card/promo-card.component.mjs +25 -11
- package/esm2022/lib/components/promo-card/promo-card.module.mjs +28 -5
- package/esm2022/lib/components/section/index.mjs +1 -1
- package/esm2022/lib/components/section/section.component.mjs +30 -11
- package/esm2022/lib/components/section/section.module.mjs +20 -6
- package/esm2022/lib/components/select-card/select-card.component.mjs +19 -6
- package/esm2022/lib/components/select-card/select-card.module.mjs +34 -5
- package/esm2022/lib/components/seo-block/seo-block.component.mjs +17 -7
- package/esm2022/lib/components/seo-block/seo-block.module.mjs +7 -7
- package/esm2022/lib/components/text/text.component.mjs +9 -9
- package/esm2022/lib/components/text/text.mjs +1 -1
- package/esm2022/lib/components/text/text.module.mjs +4 -4
- package/esm2022/lib/directives/autofocus/autofocus.directive.mjs +5 -3
- package/esm2022/lib/directives/directives.module.mjs +4 -4
- package/esm2022/lib/directives/emphasis/emphasis.directive.mjs +8 -7
- package/esm2022/lib/directives/href/href.directive.mjs +6 -5
- package/esm2022/lib/services/breakpoint.service.mjs +13 -12
- package/esm2022/lib/services/href.service.mjs +3 -3
- package/esm2022/lib/services/image.service.mjs +12 -13
- package/esm2022/lib/services/token.service.mjs +8 -10
- package/fesm2022/oasys-lib.mjs +959 -675
- package/fesm2022/oasys-lib.mjs.map +1 -1
- package/lib/components/alert/alert.component.d.ts.map +1 -1
- package/lib/components/banner/banner.component.d.ts.map +1 -1
- package/lib/components/banner/banner.module.d.ts.map +1 -1
- package/lib/components/button/button.component.d.ts +4 -4
- package/lib/components/button/button.component.d.ts.map +1 -1
- package/lib/components/button-group/button-group.component.d.ts.map +1 -1
- package/lib/components/card/card.component.d.ts.map +1 -1
- package/lib/components/card/card.d.ts.map +1 -1
- package/lib/components/carousel/carousel.component.d.ts.map +1 -1
- package/lib/components/carousel/carousel.module.d.ts.map +1 -1
- package/lib/components/divider/divider.component.d.ts.map +1 -1
- package/lib/components/divider/divider.d.ts.map +1 -1
- package/lib/components/form/combobox/combobox.component.d.ts.map +1 -1
- package/lib/components/form/combobox/combobox.d.ts.map +1 -1
- package/lib/components/form/errors/form-errors.module.d.ts.map +1 -1
- package/lib/components/form/text-input/text-input.component.d.ts.map +1 -1
- package/lib/components/form/text-input/text-input.d.ts.map +1 -1
- package/lib/components/heading/heading.component.d.ts.map +1 -1
- package/lib/components/heading/heading.d.ts.map +1 -1
- package/lib/components/hero/hero.component.d.ts.map +1 -1
- package/lib/components/hero/hero.module.d.ts.map +1 -1
- package/lib/components/icon/icon.component.d.ts.map +1 -1
- package/lib/components/icon/icon.d.ts +1 -1
- package/lib/components/icon/icon.d.ts.map +1 -1
- package/lib/components/image/image.component.d.ts.map +1 -1
- package/lib/components/image/image.d.ts.map +1 -1
- package/lib/components/image/image.module.d.ts.map +1 -1
- package/lib/components/label/label.component.d.ts.map +1 -1
- package/lib/components/label/label.module.d.ts.map +1 -1
- package/lib/components/layout/Layout.d.ts.map +1 -1
- package/lib/components/layout/box/box.component.d.ts.map +1 -1
- package/lib/components/layout/box/box.d.ts.map +1 -1
- package/lib/components/layout/container/container.component.d.ts.map +1 -1
- package/lib/components/layout/grid/grid-column.component.d.ts.map +1 -1
- package/lib/components/layout/stack/stack.component.d.ts.map +1 -1
- package/lib/components/navigation/tabs/tab-group/tab-group.component.d.ts.map +1 -1
- package/lib/components/navigation/tabs/tab-header/tab-header.component.d.ts.map +1 -1
- package/lib/components/pill/pill.component.d.ts.map +1 -1
- package/lib/components/pill/pill.module.d.ts.map +1 -1
- package/lib/components/pill-group/pill-group.component.d.ts.map +1 -1
- package/lib/components/price/price.component.d.ts.map +1 -1
- package/lib/components/price/price.module.d.ts.map +1 -1
- package/lib/components/promo-card/promo-card.component.d.ts.map +1 -1
- package/lib/components/promo-card/promo-card.module.d.ts.map +1 -1
- package/lib/components/section/index.d.ts.map +1 -1
- package/lib/components/section/section.component.d.ts.map +1 -1
- package/lib/components/section/section.module.d.ts.map +1 -1
- package/lib/components/select-card/select-card.component.d.ts.map +1 -1
- package/lib/components/select-card/select-card.module.d.ts.map +1 -1
- package/lib/components/text/text.component.d.ts.map +1 -1
- package/lib/directives/autofocus/autofocus.directive.d.ts.map +1 -1
- package/lib/directives/emphasis/emphasis.directive.d.ts.map +1 -1
- package/lib/directives/href/href.directive.d.ts.map +1 -1
- package/lib/services/breakpoint.service.d.ts.map +1 -1
- package/lib/services/image.service.d.ts.map +1 -1
- package/lib/services/token.service.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/assets/bloomandwild/icons/icons.svg +1 -1
- package/src/assets/bloomandwild/variables.css +1 -1
- package/src/assets/bloomon/icons/icons.svg +1 -1
- package/src/assets/bloomon/variables.css +1 -1
- package/src/assets/global/scss-breakpoints.scss +1 -1
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Input } from '@angular/core';
|
|
1
|
+
import { ChangeDetectionStrategy, Input, } from '@angular/core';
|
|
2
2
|
import { Component } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class LayoutContainerComponent {
|
|
5
|
+
changes;
|
|
6
|
+
container_fluid = false;
|
|
7
|
+
container_gutter = true;
|
|
8
|
+
prefix = 'ui-layout-container';
|
|
9
|
+
containerLayoutClasses;
|
|
10
|
+
containerGutterNameLarge;
|
|
11
|
+
containerGutterNameSmall;
|
|
12
|
+
containerHorizontalSizes;
|
|
5
13
|
constructor(changes) {
|
|
6
14
|
this.changes = changes;
|
|
7
|
-
this.container_fluid = false;
|
|
8
|
-
this.container_gutter = true;
|
|
9
|
-
this.prefix = 'ui-layout-container';
|
|
10
15
|
}
|
|
11
16
|
ngOnChanges() {
|
|
12
17
|
this.ngOnInit();
|
|
@@ -16,24 +21,24 @@ export class LayoutContainerComponent {
|
|
|
16
21
|
this.containerLayoutClasses = [
|
|
17
22
|
this.prefix,
|
|
18
23
|
this.container_fluid ? `${this.prefix}-fluid` : '',
|
|
19
|
-
this.container_gutter === true || this.container_gutter === 'true'
|
|
20
|
-
|
|
24
|
+
this.container_gutter === true || this.container_gutter === 'true'
|
|
25
|
+
? ''
|
|
26
|
+
: `${this.prefix}-no-gutter`,
|
|
27
|
+
]
|
|
28
|
+
.flat(10)
|
|
29
|
+
.filter(Boolean);
|
|
21
30
|
}
|
|
22
|
-
static
|
|
23
|
-
static
|
|
24
|
-
<ng-content></ng-content>
|
|
25
|
-
`, isInline: true, styles: [":host{--_container-component-gutter-size: var(--oasys-gutter-small);display:block;width:100%;max-width:1440px;margin:0 auto;padding:0 var(--_container-component-gutter-size)}@media only screen and (max-width: 767px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 768px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 1080px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (min-width: 1440px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (max-width: 767px){:host{max-width:100%}}@media only screen and (min-width: 768px){:host{max-width:767px}}@media only screen and (min-width: 1080px){:host{max-width:1080px}}@media only screen and (min-width: 1440px){:host{max-width:1440px}}:host.ui-layout-container-no-gutter{padding:0}:host.ui-layout-container-fluid{max-width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
31
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
32
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LayoutContainerComponent, selector: "ui-container", inputs: { container_fluid: "container_fluid", container_gutter: "container_gutter" }, host: { properties: { "class": "containerLayoutClasses" } }, usesOnChanges: true, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, styles: [":host{--_container-component-gutter-size: var(--oasys-gutter-small);display:block;width:100%;max-width:1440px;margin:0 auto;padding:0 var(--_container-component-gutter-size)}@media only screen and (max-width: 767px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 768px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 1080px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (min-width: 1440px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (max-width: 767px){:host{max-width:100%}}@media only screen and (min-width: 768px){:host{max-width:767px}}@media only screen and (min-width: 1080px){:host{max-width:1080px}}@media only screen and (min-width: 1440px){:host{max-width:1440px}}:host.ui-layout-container-no-gutter{padding:0}:host.ui-layout-container-fluid{max-width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
26
33
|
}
|
|
27
34
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutContainerComponent, decorators: [{
|
|
28
35
|
type: Component,
|
|
29
|
-
args: [{ selector: 'ui-container', template: `
|
|
30
|
-
|
|
31
|
-
`, host: {
|
|
32
|
-
'[class]': 'containerLayoutClasses'
|
|
36
|
+
args: [{ selector: 'ui-container', template: ` <ng-content></ng-content> `, host: {
|
|
37
|
+
'[class]': 'containerLayoutClasses',
|
|
33
38
|
}, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{--_container-component-gutter-size: var(--oasys-gutter-small);display:block;width:100%;max-width:1440px;margin:0 auto;padding:0 var(--_container-component-gutter-size)}@media only screen and (max-width: 767px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 768px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 1080px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (min-width: 1440px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (max-width: 767px){:host{max-width:100%}}@media only screen and (min-width: 768px){:host{max-width:767px}}@media only screen and (min-width: 1080px){:host{max-width:1080px}}@media only screen and (min-width: 1440px){:host{max-width:1440px}}:host.ui-layout-container-no-gutter{padding:0}:host.ui-layout-container-fluid{max-width:100%}\n"] }]
|
|
34
39
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { container_fluid: [{
|
|
35
40
|
type: Input
|
|
36
41
|
}], container_gutter: [{
|
|
37
42
|
type: Input
|
|
38
43
|
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL29hc3lzLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbGF5b3V0L2NvbnRhaW5lci9jb250YWluZXIuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFFdkIsS0FBSyxHQUlOLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBYTFDLE1BQU0sT0FBTyx3QkFBd0I7SUFVZjtJQVRYLGVBQWUsR0FBWSxLQUFLLENBQUM7SUFDakMsZ0JBQWdCLEdBQW9DLElBQUksQ0FBQztJQUNsRSxNQUFNLEdBQUcscUJBQXFCLENBQUM7SUFDL0Isc0JBQXNCLENBQVk7SUFFbEMsd0JBQXdCLENBQVM7SUFDakMsd0JBQXdCLENBQVM7SUFDakMsd0JBQXdCLENBQXVCO0lBRS9DLFlBQW9CLE9BQTBCO1FBQTFCLFlBQU8sR0FBUCxPQUFPLENBQW1CO0lBQUcsQ0FBQztJQUVsRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1FBQ2hCLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDOUIsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsc0JBQXNCLEdBQUc7WUFDNUIsSUFBSSxDQUFDLE1BQU07WUFDWCxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxNQUFNLFFBQVEsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUNsRCxJQUFJLENBQUMsZ0JBQWdCLEtBQUssSUFBSSxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsS0FBSyxNQUFNO2dCQUNoRSxDQUFDLENBQUMsRUFBRTtnQkFDSixDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsTUFBTSxZQUFZO1NBQy9CO2FBQ0UsSUFBSSxDQUFDLEVBQUUsQ0FBQzthQUNSLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUNyQixDQUFDO3dHQTNCVSx3QkFBd0I7NEZBQXhCLHdCQUF3Qiw0TkFSekIsNkJBQTZCOzs0RkFRNUIsd0JBQXdCO2tCQVZwQyxTQUFTOytCQUNFLGNBQWMsWUFDZCw2QkFBNkIsUUFDakM7d0JBQ0osU0FBUyxFQUFFLHdCQUF3QjtxQkFDcEMsbUJBR2dCLHVCQUF1QixDQUFDLE1BQU07c0ZBR3RDLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csZ0JBQWdCO3NCQUF4QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPbkluaXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVG9rZW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdG9rZW4uc2VydmljZSc7XG5pbXBvcnQgeyBMYXlvdXRDb250YWluZXJTaXplcyB9IGZyb20gJy4uL0xheW91dCc7XG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd1aS1jb250YWluZXInLFxuICB0ZW1wbGF0ZTogYCA8bmctY29udGVudD48L25nLWNvbnRlbnQ+IGAsXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzXSc6ICdjb250YWluZXJMYXlvdXRDbGFzc2VzJyxcbiAgfSxcbiAgc3R5bGVVcmxzOiBbJy4vY29udGFpbmVyLmNvbXBvbmVudC5zY3NzJ10sXG5cbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIExheW91dENvbnRhaW5lckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcbiAgQElucHV0KCkgY29udGFpbmVyX2ZsdWlkOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGNvbnRhaW5lcl9ndXR0ZXI6IHRydWUgfCBmYWxzZSB8ICd0cnVlJyB8ICdmYWxzZScgPSB0cnVlO1xuICBwcmVmaXggPSAndWktbGF5b3V0LWNvbnRhaW5lcic7XG4gIGNvbnRhaW5lckxheW91dENsYXNzZXM/OiBzdHJpbmdbXTtcblxuICBjb250YWluZXJHdXR0ZXJOYW1lTGFyZ2U6IHN0cmluZztcbiAgY29udGFpbmVyR3V0dGVyTmFtZVNtYWxsOiBzdHJpbmc7XG4gIGNvbnRhaW5lckhvcml6b250YWxTaXplczogTGF5b3V0Q29udGFpbmVyU2l6ZXM7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBjaGFuZ2VzOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBuZ09uQ2hhbmdlcygpOiB2b2lkIHtcbiAgICB0aGlzLm5nT25Jbml0KCk7XG4gICAgdGhpcy5jaGFuZ2VzLm1hcmtGb3JDaGVjaygpO1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jb250YWluZXJMYXlvdXRDbGFzc2VzID0gW1xuICAgICAgdGhpcy5wcmVmaXgsXG4gICAgICB0aGlzLmNvbnRhaW5lcl9mbHVpZCA/IGAke3RoaXMucHJlZml4fS1mbHVpZGAgOiAnJyxcbiAgICAgIHRoaXMuY29udGFpbmVyX2d1dHRlciA9PT0gdHJ1ZSB8fCB0aGlzLmNvbnRhaW5lcl9ndXR0ZXIgPT09ICd0cnVlJ1xuICAgICAgICA/ICcnXG4gICAgICAgIDogYCR7dGhpcy5wcmVmaXh9LW5vLWd1dHRlcmAsXG4gICAgXVxuICAgICAgLmZsYXQoMTApXG4gICAgICAuZmlsdGVyKEJvb2xlYW4pO1xuICB9XG59XG4iXX0=
|