mis-crystal-design-system 18.0.20 → 18.0.21-test-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/button/button.component.d.ts +2 -1
- package/esm2022/button/button.component.mjs +32 -18
- package/esm2022/table/actions-cell/actions-cell.component.mjs +143 -120
- package/esm2022/table/table.component.mjs +63 -44
- package/fesm2022/mis-crystal-design-system-button.mjs +31 -17
- package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-table.mjs +204 -162
- package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
- package/package.json +7 -7
- package/table/actions-cell/actions-cell.component.d.ts +9 -10
- package/table/filter/filter.component.d.ts +1 -1
- package/table/table.component.d.ts +13 -4
- package/button/button.directive.scss +0 -69
- package/drawer/drawer.scss +0 -20
- package/input/mis-input.component.scss +0 -180
- package/modal/modal.scss +0 -9
- package/styles/fonts/icomoon.eot +0 -0
- package/styles/fonts/icomoon.svg +0 -315
- package/styles/fonts/icomoon.ttf +0 -0
- package/styles/fonts/icomoon.woff +0 -0
- package/styles/mis-borders-backgrounds.scss +0 -764
- package/styles/mis-color-constants.scss +0 -149
- package/styles/mis-flex.scss +0 -321
- package/styles/mis-fonts.scss +0 -124
- package/styles/mis-icons.scss +0 -1054
- package/styles/mis-mixins.scss +0 -46
- package/styles/mis-old-icon-styles.scss +0 -498
- package/styles/mis-spacing-sizing.scss +0 -2590
- package/styles/mis-typography.scss +0 -462
|
@@ -11,11 +11,12 @@ export declare class ButtonComponent implements OnInit {
|
|
|
11
11
|
disabled: boolean;
|
|
12
12
|
disableLeftBorderRadius: boolean;
|
|
13
13
|
disableRightBorderRadius: boolean;
|
|
14
|
+
showLoader: boolean;
|
|
14
15
|
/** Emits event when button is clicked */
|
|
15
16
|
click: EventEmitter<any>;
|
|
16
17
|
constructor();
|
|
17
18
|
ngOnInit(): void;
|
|
18
19
|
onClick(event: any): void;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mis-button", never, { "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "iconUrl": { "alias": "iconUrl"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableLeftBorderRadius": { "alias": "disableLeftBorderRadius"; "required": false; }; "disableRightBorderRadius": { "alias": "disableRightBorderRadius"; "required": false; }; }, { "click": "click"; }, never, never, false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mis-button", never, { "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "iconUrl": { "alias": "iconUrl"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableLeftBorderRadius": { "alias": "disableLeftBorderRadius"; "required": false; }; "disableRightBorderRadius": { "alias": "disableRightBorderRadius"; "required": false; }; "showLoader": { "alias": "showLoader"; "required": false; }; }, { "click": "click"; }, never, never, false, never>;
|
|
21
22
|
}
|
|
@@ -1,20 +1,25 @@
|
|
|
1
1
|
import { Component, Input, Output, EventEmitter } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
|
-
const _c0 = (a0, a1, a2, a3, a4, a5, a6, a7) => ({ solid: a0, outline: a1, text: a2, large: a3, medium: a4, small: a5, "large-mobile": a6, "small-mobile": a7 });
|
|
4
|
+
const _c0 = (a0, a1, a2, a3, a4, a5, a6, a7, a8) => ({ solid: a0, outline: a1, text: a2, large: a3, medium: a4, small: a5, "large-mobile": a6, "small-mobile": a7, loading: a8 });
|
|
5
5
|
const _c1 = (a0, a1, a2, a3, a4) => ({ "border-top-left-radius": a0, "border-bottom-left-radius": a1, "border-top-right-radius": a2, "border-bottom-right-radius": a3, width: a4 });
|
|
6
|
-
function
|
|
7
|
-
i0.ɵɵelementStart(0, "
|
|
8
|
-
i0.ɵɵelement(1, "
|
|
6
|
+
function ButtonComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
+
i0.ɵɵelementStart(0, "div", 5);
|
|
8
|
+
i0.ɵɵelement(1, "div", 6);
|
|
9
|
+
i0.ɵɵelementEnd();
|
|
10
|
+
} }
|
|
11
|
+
function ButtonComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
12
|
+
i0.ɵɵelementStart(0, "span", 7);
|
|
13
|
+
i0.ɵɵelement(1, "img", 8);
|
|
9
14
|
i0.ɵɵelementEnd();
|
|
10
15
|
} if (rf & 2) {
|
|
11
16
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
12
17
|
i0.ɵɵadvance();
|
|
13
18
|
i0.ɵɵproperty("src", ctx_r0.iconUrl, i0.ɵɵsanitizeUrl);
|
|
14
19
|
} }
|
|
15
|
-
function
|
|
16
|
-
i0.ɵɵelementStart(0, "span",
|
|
17
|
-
i0.ɵɵelement(1, "img",
|
|
20
|
+
function ButtonComponent_span_5_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
+
i0.ɵɵelementStart(0, "span", 9);
|
|
22
|
+
i0.ɵɵelement(1, "img", 8);
|
|
18
23
|
i0.ɵɵelementEnd();
|
|
19
24
|
} if (rf & 2) {
|
|
20
25
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -33,34 +38,41 @@ export class ButtonComponent {
|
|
|
33
38
|
this.disabled = false;
|
|
34
39
|
this.disableLeftBorderRadius = false;
|
|
35
40
|
this.disableRightBorderRadius = false;
|
|
41
|
+
this.showLoader = false;
|
|
36
42
|
/** Emits event when button is clicked */
|
|
37
43
|
this.click = new EventEmitter();
|
|
38
44
|
}
|
|
39
45
|
ngOnInit() { }
|
|
40
46
|
onClick(event) {
|
|
41
|
-
this.
|
|
47
|
+
if (!this.showLoader && !this.disabled) {
|
|
48
|
+
this.click.emit(event);
|
|
49
|
+
}
|
|
42
50
|
}
|
|
43
51
|
static { this.ɵfac = function ButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ButtonComponent)(); }; }
|
|
44
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ButtonComponent, selectors: [["mis-button"]], inputs: { name: "name", type: "type", size: "size", width: "width", showIcon: "showIcon", iconUrl: "iconUrl", iconPosition: "iconPosition", disabled: "disabled", disableLeftBorderRadius: "disableLeftBorderRadius", disableRightBorderRadius: "disableRightBorderRadius" }, outputs: { click: "click" }, decls:
|
|
52
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ButtonComponent, selectors: [["mis-button"]], inputs: { name: "name", type: "type", size: "size", width: "width", showIcon: "showIcon", iconUrl: "iconUrl", iconPosition: "iconPosition", disabled: "disabled", disableLeftBorderRadius: "disableLeftBorderRadius", disableRightBorderRadius: "disableRightBorderRadius", showLoader: "showLoader" }, outputs: { click: "click" }, decls: 6, vars: 23, consts: [[3, "click", "disabled", "ngClass", "ngStyle"], ["class", "loader", 4, "ngIf"], ["id", "left-icon", 4, "ngIf"], [1, "button-text"], ["id", "right-icon", 4, "ngIf"], [1, "loader"], [1, "spinner"], ["id", "left-icon"], ["alt", "", 3, "src"], ["id", "right-icon"]], template: function ButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
45
53
|
i0.ɵɵelementStart(0, "button", 0);
|
|
46
54
|
i0.ɵɵlistener("click", function ButtonComponent_Template_button_click_0_listener($event) { return ctx.onClick($event); });
|
|
47
|
-
i0.ɵɵtemplate(1,
|
|
48
|
-
i0.ɵɵ
|
|
49
|
-
i0.ɵɵ
|
|
55
|
+
i0.ɵɵtemplate(1, ButtonComponent_div_1_Template, 2, 0, "div", 1)(2, ButtonComponent_span_2_Template, 2, 1, "span", 2);
|
|
56
|
+
i0.ɵɵelementStart(3, "span", 3);
|
|
57
|
+
i0.ɵɵtext(4);
|
|
58
|
+
i0.ɵɵelementEnd();
|
|
59
|
+
i0.ɵɵtemplate(5, ButtonComponent_span_5_Template, 2, 1, "span", 4);
|
|
50
60
|
i0.ɵɵelementEnd();
|
|
51
61
|
} if (rf & 2) {
|
|
52
|
-
i0.ɵɵproperty("disabled", ctx.disabled)("ngClass", i0.ɵɵ
|
|
62
|
+
i0.ɵɵproperty("disabled", ctx.disabled || ctx.showLoader)("ngClass", i0.ɵɵpureFunctionV(7, _c0, [ctx.type === "Solid", ctx.type === "Outline", ctx.type === "Text", ctx.size === "Large", ctx.size === "Medium", ctx.size === "Small", ctx.size === "Large-M", ctx.size === "Small-M", ctx.showLoader]))("ngStyle", i0.ɵɵpureFunction5(17, _c1, ctx.disableLeftBorderRadius ? "0px" : "", ctx.disableLeftBorderRadius ? "0px" : "", ctx.disableRightBorderRadius ? "0px" : "", ctx.disableRightBorderRadius ? "0px" : "", ctx.width));
|
|
53
63
|
i0.ɵɵadvance();
|
|
54
|
-
i0.ɵɵproperty("ngIf", ctx.
|
|
64
|
+
i0.ɵɵproperty("ngIf", ctx.showLoader);
|
|
55
65
|
i0.ɵɵadvance();
|
|
56
|
-
i0.ɵɵ
|
|
66
|
+
i0.ɵɵproperty("ngIf", ctx.showIcon && ctx.iconPosition === "Left");
|
|
67
|
+
i0.ɵɵadvance(2);
|
|
68
|
+
i0.ɵɵtextInterpolate(ctx.name);
|
|
57
69
|
i0.ɵɵadvance();
|
|
58
70
|
i0.ɵɵproperty("ngIf", ctx.showIcon && ctx.iconPosition === "Right");
|
|
59
|
-
} }, dependencies: [i1.NgClass, i1.NgIf, i1.NgStyle], styles: ["button[_ngcontent-%COMP%]{font-family:Lato,sans-serif!important;border:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#181f33;background-color:#fff}.solid[_ngcontent-%COMP%]{color:#fff;background:#0937b2}.solid[_ngcontent-%COMP%]:hover:enabled{background:#062a99}.solid[_ngcontent-%COMP%]:active:enabled{background:#041f80}.solid[_ngcontent-%COMP%]:disabled{color:#929dab;background:#f5f5f5}.outline[_ngcontent-%COMP%]{border:1px solid #0937b2;color:#0937b2;background:#fff}.outline[_ngcontent-%COMP%]:hover:enabled{background:#f0f3fa}.outline[_ngcontent-%COMP%]:active:enabled{background:#dae1f3}.outline[_ngcontent-%COMP%]:disabled{color:#929dab;border:1px solid #929dab}.text[_ngcontent-%COMP%]{color:#181f33;background:#fff}.text[_ngcontent-%COMP%]:hover:enabled{background:#f0f3fa}.text[_ngcontent-%COMP%]:active:enabled{background:#dae1f3}.text[_ngcontent-%COMP%]:disabled{color:#929dab}.large[_ngcontent-%COMP%]{height:56px;padding:16px;border-radius:10px;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px}.medium[_ngcontent-%COMP%]{height:44px;padding:10px 16px;border-radius:8px;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.2px}.small[_ngcontent-%COMP%]{height:32px;padding:6px 16px;border-radius:6px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px}.large-mobile[_ngcontent-%COMP%]{height:44px;padding:12px;border-radius:8px;font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:.1px}.small-mobile[_ngcontent-%COMP%]{height:32px;padding:6px 12px;border-radius:8px;font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:.1px}span[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}#left-icon[_ngcontent-%COMP%]{margin-right:8px}#right-icon[_ngcontent-%COMP%]{margin-left:8px}"] }); }
|
|
71
|
+
} }, dependencies: [i1.NgClass, i1.NgIf, i1.NgStyle], styles: ["button[_ngcontent-%COMP%]{font-family:Lato,sans-serif!important;border:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#181f33;background-color:#fff}.solid[_ngcontent-%COMP%]{color:#fff;background:#0937b2}.solid[_ngcontent-%COMP%]:hover:enabled{background:#062a99}.solid[_ngcontent-%COMP%]:active:enabled{background:#041f80}.solid[_ngcontent-%COMP%]:disabled{color:#929dab;background:#f5f5f5}.outline[_ngcontent-%COMP%]{border:1px solid #0937b2;color:#0937b2;background:#fff}.outline[_ngcontent-%COMP%]:hover:enabled{background:#f0f3fa}.outline[_ngcontent-%COMP%]:active:enabled{background:#dae1f3}.outline[_ngcontent-%COMP%]:disabled{color:#929dab;border:1px solid #929dab}.text[_ngcontent-%COMP%]{color:#181f33;background:#fff}.text[_ngcontent-%COMP%]:hover:enabled{background:#f0f3fa}.text[_ngcontent-%COMP%]:active:enabled{background:#dae1f3}.text[_ngcontent-%COMP%]:disabled{color:#929dab}.large[_ngcontent-%COMP%]{height:56px;padding:16px;border-radius:10px;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px}.medium[_ngcontent-%COMP%]{height:44px;padding:10px 16px;border-radius:8px;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.2px}.small[_ngcontent-%COMP%]{height:32px;padding:6px 16px;border-radius:6px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px}.large-mobile[_ngcontent-%COMP%]{height:44px;padding:12px;border-radius:8px;font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:.1px}.small-mobile[_ngcontent-%COMP%]{height:32px;padding:6px 12px;border-radius:8px;font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:.1px}span[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}#left-icon[_ngcontent-%COMP%]{margin-right:8px}#right-icon[_ngcontent-%COMP%]{margin-left:8px}.loader[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center}.spinner[_ngcontent-%COMP%]{width:16px;height:16px;border:2px solid transparent;color:#0937b2;border-top:2px solid currentColor;border-radius:50%;animation:_ngcontent-%COMP%_spin 1s linear infinite}button.loading[_ngcontent-%COMP%] .button-text[_ngcontent-%COMP%], button.loading[_ngcontent-%COMP%] #left-icon[_ngcontent-%COMP%], button.loading[_ngcontent-%COMP%] #right-icon[_ngcontent-%COMP%]{visibility:hidden}button.loading[_ngcontent-%COMP%] .loader[_ngcontent-%COMP%]{visibility:visible;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}button.loading[_ngcontent-%COMP%]{position:relative}@keyframes _ngcontent-%COMP%_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}"] }); }
|
|
60
72
|
}
|
|
61
73
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ButtonComponent, [{
|
|
62
74
|
type: Component,
|
|
63
|
-
args: [{ selector: "mis-button", template: "<button\n (click)=\"onClick($event)\"\n [disabled]=\"disabled\"\n [ngClass]=\"{\n solid: type === 'Solid',\n outline: type === 'Outline',\n text: type === 'Text',\n large: size === 'Large',\n medium: size === 'Medium',\n small: size === 'Small',\n 'large-mobile': size === 'Large-M',\n 'small-mobile': size === 'Small-M'\n }\"\n [ngStyle]=\"{\n 'border-top-left-radius': disableLeftBorderRadius ? '0px' : '',\n 'border-bottom-left-radius': disableLeftBorderRadius ? '0px' : '',\n 'border-top-right-radius': disableRightBorderRadius ? '0px' : '',\n 'border-bottom-right-radius': disableRightBorderRadius ? '0px' : '',\n width: width\n }\"\n>\n <span id=\"left-icon\" *ngIf=\"showIcon && iconPosition === 'Left'\">\n <img [src]=\"iconUrl\" alt=\"\" />\n </span>\n {{ name }}
|
|
75
|
+
args: [{ selector: "mis-button", template: "<button\n (click)=\"onClick($event)\"\n [disabled]=\"disabled || showLoader\"\n [ngClass]=\"{\n solid: type === 'Solid',\n outline: type === 'Outline',\n text: type === 'Text',\n large: size === 'Large',\n medium: size === 'Medium',\n small: size === 'Small',\n 'large-mobile': size === 'Large-M',\n 'small-mobile': size === 'Small-M',\n loading: showLoader\n }\"\n [ngStyle]=\"{\n 'border-top-left-radius': disableLeftBorderRadius ? '0px' : '',\n 'border-bottom-left-radius': disableLeftBorderRadius ? '0px' : '',\n 'border-top-right-radius': disableRightBorderRadius ? '0px' : '',\n 'border-bottom-right-radius': disableRightBorderRadius ? '0px' : '',\n width: width\n }\"\n>\n <div class=\"loader\" *ngIf=\"showLoader\">\n <div class=\"spinner\"></div>\n </div>\n <span id=\"left-icon\" *ngIf=\"showIcon && iconPosition === 'Left'\">\n <img [src]=\"iconUrl\" alt=\"\" />\n </span>\n <span class=\"button-text\">{{ name }}</span>\n <span id=\"right-icon\" *ngIf=\"showIcon && iconPosition === 'Right'\">\n <img [src]=\"iconUrl\" alt=\"\" />\n </span>\n</button>\n", styles: ["button{font-family:Lato,sans-serif!important;border:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#181f33;background-color:#fff}.solid{color:#fff;background:#0937b2}.solid:hover:enabled{background:#062a99}.solid:active:enabled{background:#041f80}.solid:disabled{color:#929dab;background:#f5f5f5}.outline{border:1px solid #0937b2;color:#0937b2;background:#fff}.outline:hover:enabled{background:#f0f3fa}.outline:active:enabled{background:#dae1f3}.outline:disabled{color:#929dab;border:1px solid #929dab}.text{color:#181f33;background:#fff}.text:hover:enabled{background:#f0f3fa}.text:active:enabled{background:#dae1f3}.text:disabled{color:#929dab}.large{height:56px;padding:16px;border-radius:10px;font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px}.medium{height:44px;padding:10px 16px;border-radius:8px;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.2px}.small{height:32px;padding:6px 16px;border-radius:6px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px}.large-mobile{height:44px;padding:12px;border-radius:8px;font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:.1px}.small-mobile{height:32px;padding:6px 12px;border-radius:8px;font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:.1px}span{display:flex;justify-content:center;align-items:center}#left-icon{margin-right:8px}#right-icon{margin-left:8px}.loader{display:flex;justify-content:center;align-items:center}.spinner{width:16px;height:16px;border:2px solid transparent;color:#0937b2;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}button.loading .button-text,button.loading #left-icon,button.loading #right-icon{visibility:hidden}button.loading .loader{visibility:visible;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}button.loading{position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}\n"] }]
|
|
64
76
|
}], () => [], { name: [{
|
|
65
77
|
type: Input
|
|
66
78
|
}], type: [{
|
|
@@ -81,8 +93,10 @@ export class ButtonComponent {
|
|
|
81
93
|
type: Input
|
|
82
94
|
}], disableRightBorderRadius: [{
|
|
83
95
|
type: Input
|
|
96
|
+
}], showLoader: [{
|
|
97
|
+
type: Input
|
|
84
98
|
}], click: [{
|
|
85
99
|
type: Output
|
|
86
100
|
}] }); })();
|
|
87
101
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ButtonComponent, { className: "ButtonComponent" }); })();
|
|
88
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
102
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL21pcy1jb21wb25lbnRzL2J1dHRvbi9idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvbWlzLWNvbXBvbmVudHMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsWUFBWSxFQUE2QixNQUFNLGVBQWUsQ0FBQzs7Ozs7O0lDc0J4Ryw4QkFBdUM7SUFDckMseUJBQTJCO0lBQzdCLGlCQUFNOzs7SUFDTiwrQkFBaUU7SUFDL0QseUJBQThCO0lBQ2hDLGlCQUFPOzs7SUFEQSxjQUFlO0lBQWYsc0RBQWU7OztJQUd0QiwrQkFBbUU7SUFDakUseUJBQThCO0lBQ2hDLGlCQUFPOzs7SUFEQSxjQUFlO0lBQWYsc0RBQWU7O0FEdkJ4QixNQUFNLE9BQU8sZUFBZTtJQWtCMUI7UUFqQlMsU0FBSSxHQUFXLFNBQVMsQ0FBQztRQUN6QixTQUFJLEdBQWlDLE9BQU8sQ0FBQztRQUM3QyxTQUFJLEdBQXlELFFBQVEsQ0FBQztRQUN0RSxVQUFLLEdBQVcsRUFBRSxDQUFDO1FBRW5CLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFDMUIsWUFBTyxHQUFXLEVBQUUsQ0FBQztRQUNyQixpQkFBWSxHQUFxQixNQUFNLENBQUM7UUFFeEMsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUMxQiw0QkFBdUIsR0FBWSxLQUFLLENBQUM7UUFDekMsNkJBQXdCLEdBQVksS0FBSyxDQUFDO1FBQzFDLGVBQVUsR0FBWSxLQUFLLENBQUM7UUFFckMseUNBQXlDO1FBQy9CLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBRTNCLENBQUM7SUFFaEIsUUFBUSxLQUFJLENBQUM7SUFFYixPQUFPLENBQUMsS0FBSztRQUNYLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ3ZDLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3pCLENBQUM7SUFDSCxDQUFDO2dIQTFCVSxlQUFlO29FQUFmLGVBQWU7WUNQNUIsaUNBcUJDO1lBcEJDLGtHQUFTLG1CQUFlLElBQUM7WUF3QnpCLEFBSEEsZ0VBQXVDLHFEQUcwQjtZQUdqRSwrQkFBMEI7WUFBQSxZQUFVO1lBQUEsaUJBQU87WUFDM0Msa0VBQW1FO1lBR3JFLGlCQUFTOztZQWxCUCxBQVhBLEFBREEseURBQW1DLCtPQVdqQyw2TkFPQTtZQUVtQixjQUFnQjtZQUFoQixxQ0FBZ0I7WUFHZixjQUF5QztZQUF6QyxrRUFBeUM7WUFHckMsZUFBVTtZQUFWLDhCQUFVO1lBQ2IsY0FBMEM7WUFBMUMsbUVBQTBDOzs7aUZEdEJ0RCxlQUFlO2NBTDNCLFNBQVM7MkJBQ0UsWUFBWTtvQkFLYixJQUFJO2tCQUFaLEtBQUs7WUFDRyxJQUFJO2tCQUFaLEtBQUs7WUFDRyxJQUFJO2tCQUFaLEtBQUs7WUFDRyxLQUFLO2tCQUFiLEtBQUs7WUFFRyxRQUFRO2tCQUFoQixLQUFLO1lBQ0csT0FBTztrQkFBZixLQUFLO1lBQ0csWUFBWTtrQkFBcEIsS0FBSztZQUVHLFFBQVE7a0JBQWhCLEtBQUs7WUFDRyx1QkFBdUI7a0JBQS9CLEtBQUs7WUFDRyx3QkFBd0I7a0JBQWhDLEtBQUs7WUFDRyxVQUFVO2tCQUFsQixLQUFLO1lBR0ksS0FBSztrQkFBZCxNQUFNOztrRkFoQkksZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsIENvbnRlbnRDaGlsZCwgVGVtcGxhdGVSZWYgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwibWlzLWJ1dHRvblwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2J1dHRvbi5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZVVybHM6IFtcIi4vYnV0dG9uLmNvbXBvbmVudC5zY3NzXCJdXG59KVxuZXhwb3J0IGNsYXNzIEJ1dHRvbkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIG5hbWU6IHN0cmluZyA9IFwiRW5hYmxlZFwiO1xuICBASW5wdXQoKSB0eXBlOiBcIlNvbGlkXCIgfCBcIk91dGxpbmVcIiB8IFwiVGV4dFwiID0gXCJTb2xpZFwiO1xuICBASW5wdXQoKSBzaXplOiBcIlNtYWxsXCIgfCBcIk1lZGl1bVwiIHwgXCJMYXJnZVwiIHwgXCJTbWFsbC1NXCIgfCBcIkxhcmdlLU1cIiA9IFwiTWVkaXVtXCI7XG4gIEBJbnB1dCgpIHdpZHRoOiBzdHJpbmcgPSBcIlwiO1xuXG4gIEBJbnB1dCgpIHNob3dJY29uOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGljb25Vcmw6IHN0cmluZyA9IFwiXCI7XG4gIEBJbnB1dCgpIGljb25Qb3NpdGlvbjogXCJMZWZ0XCIgfCBcIlJpZ2h0XCIgPSBcIkxlZnRcIjtcblxuICBASW5wdXQoKSBkaXNhYmxlZDogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSBkaXNhYmxlTGVmdEJvcmRlclJhZGl1czogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSBkaXNhYmxlUmlnaHRCb3JkZXJSYWRpdXM6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgc2hvd0xvYWRlcjogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIC8qKiBFbWl0cyBldmVudCB3aGVuIGJ1dHRvbiBpcyBjbGlja2VkICovXG4gIEBPdXRwdXQoKSBjbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBuZ09uSW5pdCgpIHt9XG5cbiAgb25DbGljayhldmVudCkge1xuICAgIGlmICghdGhpcy5zaG93TG9hZGVyICYmICF0aGlzLmRpc2FibGVkKSB7XG4gICAgICB0aGlzLmNsaWNrLmVtaXQoZXZlbnQpO1xuICAgIH1cbiAgfVxufVxuIiwiPGJ1dHRvblxuICAoY2xpY2spPVwib25DbGljaygkZXZlbnQpXCJcbiAgW2Rpc2FibGVkXT1cImRpc2FibGVkIHx8IHNob3dMb2FkZXJcIlxuICBbbmdDbGFzc109XCJ7XG4gICAgc29saWQ6IHR5cGUgPT09ICdTb2xpZCcsXG4gICAgb3V0bGluZTogdHlwZSA9PT0gJ091dGxpbmUnLFxuICAgIHRleHQ6IHR5cGUgPT09ICdUZXh0JyxcbiAgICBsYXJnZTogc2l6ZSA9PT0gJ0xhcmdlJyxcbiAgICBtZWRpdW06IHNpemUgPT09ICdNZWRpdW0nLFxuICAgIHNtYWxsOiBzaXplID09PSAnU21hbGwnLFxuICAgICdsYXJnZS1tb2JpbGUnOiBzaXplID09PSAnTGFyZ2UtTScsXG4gICAgJ3NtYWxsLW1vYmlsZSc6IHNpemUgPT09ICdTbWFsbC1NJyxcbiAgICBsb2FkaW5nOiBzaG93TG9hZGVyXG4gIH1cIlxuICBbbmdTdHlsZV09XCJ7XG4gICAgJ2JvcmRlci10b3AtbGVmdC1yYWRpdXMnOiBkaXNhYmxlTGVmdEJvcmRlclJhZGl1cyA/ICcwcHgnIDogJycsXG4gICAgJ2JvcmRlci1ib3R0b20tbGVmdC1yYWRpdXMnOiBkaXNhYmxlTGVmdEJvcmRlclJhZGl1cyA/ICcwcHgnIDogJycsXG4gICAgJ2JvcmRlci10b3AtcmlnaHQtcmFkaXVzJzogZGlzYWJsZVJpZ2h0Qm9yZGVyUmFkaXVzID8gJzBweCcgOiAnJyxcbiAgICAnYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXMnOiBkaXNhYmxlUmlnaHRCb3JkZXJSYWRpdXMgPyAnMHB4JyA6ICcnLFxuICAgIHdpZHRoOiB3aWR0aFxuICB9XCJcbj5cbiAgPGRpdiBjbGFzcz1cImxvYWRlclwiICpuZ0lmPVwic2hvd0xvYWRlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJzcGlubmVyXCI+PC9kaXY+XG4gIDwvZGl2PlxuICA8c3BhbiBpZD1cImxlZnQtaWNvblwiICpuZ0lmPVwic2hvd0ljb24gJiYgaWNvblBvc2l0aW9uID09PSAnTGVmdCdcIj5cbiAgICA8aW1nIFtzcmNdPVwiaWNvblVybFwiIGFsdD1cIlwiIC8+XG4gIDwvc3Bhbj5cbiAgPHNwYW4gY2xhc3M9XCJidXR0b24tdGV4dFwiPnt7IG5hbWUgfX08L3NwYW4+XG4gIDxzcGFuIGlkPVwicmlnaHQtaWNvblwiICpuZ0lmPVwic2hvd0ljb24gJiYgaWNvblBvc2l0aW9uID09PSAnUmlnaHQnXCI+XG4gICAgPGltZyBbc3JjXT1cImljb25VcmxcIiBhbHQ9XCJcIiAvPlxuICA8L3NwYW4+XG48L2J1dHRvbj5cbiJdfQ==
|