@hmcts/ccd-case-ui-toolkit 7.2.41-3044-javascript-void-removal → 7.2.41-remove-ld-feature-flags
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/app.config.mjs +1 -5
- package/esm2022/lib/components/banners/notification-banner/notification-banner.component.mjs +4 -4
- package/esm2022/lib/components/header/header-bar/header-bar.component.mjs +5 -5
- package/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +3 -3
- package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +5 -5
- package/esm2022/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +5 -5
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +5 -9
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +5 -9
- package/esm2022/lib/shared/components/case-timeline/case-timeline.component.mjs +4 -4
- package/esm2022/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.mjs +4 -4
- package/esm2022/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.mjs +4 -4
- package/esm2022/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.mjs +4 -9
- package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +3 -16
- package/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +8 -15
- package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.mjs +9 -13
- package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.mjs +4 -4
- package/esm2022/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.mjs +4 -4
- package/esm2022/lib/shared/components/case-viewer/case-viewer.component.mjs +9 -10
- package/esm2022/lib/shared/components/case-viewer/services/event-trigger.resolver.mjs +2 -4
- package/esm2022/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.mjs +5 -9
- package/esm2022/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.mjs +5 -9
- package/esm2022/lib/shared/components/event-start/components/task-assigned/task-assigned.component.mjs +6 -10
- package/esm2022/lib/shared/components/event-start/components/task-conflict/task-conflict.component.mjs +3 -3
- package/esm2022/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.mjs +5 -9
- package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +3 -3
- package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +6 -6
- package/esm2022/lib/shared/components/palette/address/write-address-field.component.mjs +4 -4
- package/esm2022/lib/shared/components/palette/case-file-view/case-file-view-field.component.mjs +4 -4
- package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.mjs +4 -4
- package/esm2022/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.mjs +9 -9
- package/esm2022/lib/shared/components/palette/complex/read-complex-field-collection-table.component.mjs +4 -5
- package/esm2022/lib/shared/components/palette/document/read-document-field.component.mjs +7 -7
- package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +6 -6
- package/esm2022/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +5 -5
- package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.mjs +12 -12
- package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.mjs +7 -7
- package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +6 -6
- package/esm2022/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.mjs +7 -7
- package/esm2022/lib/shared/components/palette/organisation/write-organisation-field.component.mjs +5 -5
- package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +2 -6
- package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +69 -71
- package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +19 -23
- package/esm2022/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +5 -5
- package/esm2022/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +5 -5
- package/esm2022/lib/shared/components/search-result/search-result.component.mjs +5 -5
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +399 -470
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/lib/app.config.d.ts +0 -2
- package/lib/app.config.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts +0 -2
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts +0 -2
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts +0 -2
- package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +0 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts +0 -2
- package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts.map +1 -1
- package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts +0 -2
- package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts +0 -2
- package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts +0 -2
- package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts +0 -2
- package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +2 -2
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -1
- package/lib/shared/components/event-start/services/event-start-state-machine.service.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts +0 -2
- package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts +0 -2
- package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -37,21 +37,21 @@ function QueryConfirmationComponent_main_0_ng_container_3_Template(rf, ctx) { if
|
|
|
37
37
|
} if (rf & 2) {
|
|
38
38
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
39
39
|
i0.ɵɵadvance(3);
|
|
40
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4,
|
|
40
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 9, "Query submitted"));
|
|
41
41
|
i0.ɵɵadvance(3);
|
|
42
|
-
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(7,
|
|
42
|
+
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(7, 11, ctx_r0.callbackConfirmationMessageText == null ? null : ctx_r0.callbackConfirmationMessageText.header));
|
|
43
43
|
i0.ɵɵadvance(4);
|
|
44
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11,
|
|
44
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 13, "What happens next"));
|
|
45
45
|
i0.ɵɵadvance(2);
|
|
46
|
-
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(13,
|
|
46
|
+
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(13, 15, ctx_r0.callbackConfirmationMessageText == null ? null : ctx_r0.callbackConfirmationMessageText.body));
|
|
47
47
|
i0.ɵɵadvance(3);
|
|
48
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16,
|
|
48
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 17, "When the response is available it will be added to the 'Queries' section."));
|
|
49
49
|
i0.ɵɵadvance(3);
|
|
50
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19,
|
|
50
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 19, "You can"), " ");
|
|
51
51
|
i0.ɵɵadvance(2);
|
|
52
|
-
i0.ɵɵ
|
|
52
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "");
|
|
53
53
|
i0.ɵɵadvance();
|
|
54
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22,
|
|
54
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 21, "Go back to the case"));
|
|
55
55
|
} }
|
|
56
56
|
function QueryConfirmationComponent_main_0_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
57
57
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -79,23 +79,23 @@ function QueryConfirmationComponent_main_0_ng_container_4_Template(rf, ctx) { if
|
|
|
79
79
|
} if (rf & 2) {
|
|
80
80
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
81
81
|
i0.ɵɵadvance(3);
|
|
82
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4,
|
|
82
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 9, "Query response submitted"));
|
|
83
83
|
i0.ɵɵadvance(3);
|
|
84
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7,
|
|
84
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 11, "This query response has been added to the case"));
|
|
85
85
|
i0.ɵɵadvance(3);
|
|
86
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10,
|
|
86
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 13, "You can"), " ");
|
|
87
87
|
i0.ɵɵadvance(2);
|
|
88
|
-
i0.ɵɵ
|
|
88
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "/tasks");
|
|
89
89
|
i0.ɵɵadvance();
|
|
90
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13,
|
|
90
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 15, "return to tasks"));
|
|
91
91
|
i0.ɵɵadvance(3);
|
|
92
|
-
i0.ɵɵ
|
|
92
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "");
|
|
93
93
|
i0.ɵɵadvance();
|
|
94
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17,
|
|
94
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 17, "Go back to the case"));
|
|
95
95
|
} }
|
|
96
96
|
function QueryConfirmationComponent_main_0_Template(rf, ctx) { if (rf & 1) {
|
|
97
97
|
i0.ɵɵelementStart(0, "main", 1)(1, "div", 2)(2, "div", 3);
|
|
98
|
-
i0.ɵɵtemplate(3, QueryConfirmationComponent_main_0_ng_container_3_Template, 23,
|
|
98
|
+
i0.ɵɵtemplate(3, QueryConfirmationComponent_main_0_ng_container_3_Template, 23, 23, "ng-container", 4)(4, QueryConfirmationComponent_main_0_ng_container_4_Template, 18, 19, "ng-container", 4);
|
|
99
99
|
i0.ɵɵelementEnd()()();
|
|
100
100
|
} if (rf & 2) {
|
|
101
101
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -109,19 +109,15 @@ export class QueryConfirmationComponent {
|
|
|
109
109
|
queryCreateContext;
|
|
110
110
|
callbackConfirmationMessageText = {};
|
|
111
111
|
caseId = '';
|
|
112
|
-
jurisdiction = '';
|
|
113
|
-
caseType = '';
|
|
114
112
|
queryCreateContextEnum = QueryCreateContext;
|
|
115
113
|
constructor(route) {
|
|
116
114
|
this.route = route;
|
|
117
115
|
}
|
|
118
116
|
ngOnInit() {
|
|
119
117
|
this.caseId = this.route.snapshot.params.cid;
|
|
120
|
-
this.jurisdiction = this.route.snapshot.params.jurisdiction;
|
|
121
|
-
this.caseType = this.route.snapshot.params.caseType;
|
|
122
118
|
}
|
|
123
119
|
static ɵfac = function QueryConfirmationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryConfirmationComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute)); };
|
|
124
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryConfirmationComponent, selectors: [["ccd-query-confirmation"]], inputs: { queryCreateContext: "queryCreateContext", callbackConfirmationMessageText: "callbackConfirmationMessageText" }, decls: 1, vars: 1, consts: [["class", "govuk-main-wrapper", 4, "ngIf"], [1, "govuk-main-wrapper"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [4, "ngIf"], [1, "govuk-panel", "govuk-panel--confirmation"], [1, "govuk-panel__title"], [1, "qm-confirmation", "govuk-panel__body"], [3, "content"], [1, "govuk-body"], [1, "govuk-heading-s"], [1, "govuk-link", 3, "routerLink"], [1, "govuk-panel__body"], ["id", "tasks-link", 1, "govuk-link", 3, "routerLink"], ["id", "case-link", 1, "govuk-link", 3, "routerLink"]], template: function QueryConfirmationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
120
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryConfirmationComponent, selectors: [["ccd-query-confirmation"]], inputs: { queryCreateContext: "queryCreateContext", callbackConfirmationMessageText: "callbackConfirmationMessageText" }, decls: 1, vars: 1, consts: [["class", "govuk-main-wrapper", 4, "ngIf"], [1, "govuk-main-wrapper"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [4, "ngIf"], [1, "govuk-panel", "govuk-panel--confirmation"], [1, "govuk-panel__title"], [1, "qm-confirmation", "govuk-panel__body"], [3, "content"], [1, "govuk-body"], [1, "govuk-heading-s"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"], [1, "govuk-panel__body"], ["id", "tasks-link", "href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"], ["id", "case-link", "href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"]], template: function QueryConfirmationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
125
121
|
i0.ɵɵtemplate(0, QueryConfirmationComponent_main_0_Template, 5, 2, "main", 0);
|
|
126
122
|
} if (rf & 2) {
|
|
127
123
|
i0.ɵɵproperty("ngIf", ctx.queryCreateContext);
|
|
@@ -129,11 +125,11 @@ export class QueryConfirmationComponent {
|
|
|
129
125
|
}
|
|
130
126
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryConfirmationComponent, [{
|
|
131
127
|
type: Component,
|
|
132
|
-
args: [{ selector: 'ccd-query-confirmation', template: "<main class=\"govuk-main-wrapper\" *ngIf=\"queryCreateContext\">\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <ng-container *ngIf=\"queryCreateContext === queryCreateContextEnum.NEW_QUERY || queryCreateContext === queryCreateContextEnum.FOLLOWUP\">\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">{{'Query submitted' | rpxTranslate}}</h1>\n <div class=\"qm-confirmation govuk-panel__body\">\n <ccd-markdown [content]=\"callbackConfirmationMessageText?.header | rpxTranslate\"></ccd-markdown>\n </div>\n </div>\n <div class=\"govuk-body\">\n <h3 class=\"govuk-heading-s\">{{'What happens next' | rpxTranslate}}</h3>\n <ccd-markdown [content]=\"callbackConfirmationMessageText?.body | rpxTranslate\"></ccd-markdown>\n <p>{{'When the response is available it will be added to the \\'Queries\\' section.' | rpxTranslate}}</p>\n <p>\n {{'You can' | rpxTranslate}}\n <a class=\"govuk-link\" routerLink=\"/cases/case-details/{{
|
|
128
|
+
args: [{ selector: 'ccd-query-confirmation', template: "<main class=\"govuk-main-wrapper\" *ngIf=\"queryCreateContext\">\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <ng-container *ngIf=\"queryCreateContext === queryCreateContextEnum.NEW_QUERY || queryCreateContext === queryCreateContextEnum.FOLLOWUP\">\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">{{'Query submitted' | rpxTranslate}}</h1>\n <div class=\"qm-confirmation govuk-panel__body\">\n <ccd-markdown [content]=\"callbackConfirmationMessageText?.header | rpxTranslate\"></ccd-markdown>\n </div>\n </div>\n <div class=\"govuk-body\">\n <h3 class=\"govuk-heading-s\">{{'What happens next' | rpxTranslate}}</h3>\n <ccd-markdown [content]=\"callbackConfirmationMessageText?.body | rpxTranslate\"></ccd-markdown>\n <p>{{'When the response is available it will be added to the \\'Queries\\' section.' | rpxTranslate}}</p>\n <p>\n {{'You can' | rpxTranslate}}\n <a class=\"govuk-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{caseId}}\">{{'Go back to the case' | rpxTranslate}}</a>\n </p>\n </div>\n </ng-container>\n <ng-container *ngIf=\"queryCreateContext === queryCreateContextEnum.RESPOND\">\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">{{'Query response submitted' | rpxTranslate}}</h1>\n <div class=\"govuk-panel__body\">{{'This query response has been added to the case' | rpxTranslate}}</div>\n </div>\n <div class=\"govuk-body\">\n {{'You can' | rpxTranslate}}\n <a class=\"govuk-link\" id=\"tasks-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{caseId}}/tasks\">{{'return to tasks' | rpxTranslate}}</a> or\n <a class=\"govuk-link\" id=\"case-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{caseId}}\">{{'Go back to the case' | rpxTranslate}}</a>\n </div>\n </ng-container>\n </div>\n </div>\n</main>\n" }]
|
|
133
129
|
}], () => [{ type: i1.ActivatedRoute }], { queryCreateContext: [{
|
|
134
130
|
type: Input
|
|
135
131
|
}], callbackConfirmationMessageText: [{
|
|
136
132
|
type: Input
|
|
137
133
|
}] }); })();
|
|
138
134
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QueryConfirmationComponent, { className: "QueryConfirmationComponent", filePath: "lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.ts", lineNumber: 9 }); })();
|
|
139
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
135
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7Ozs7OztJQ0N0RSw2QkFBd0k7SUFFcEksQUFERiw4QkFBbUQsWUFDbEI7SUFBQSxZQUFvQzs7SUFBQSxpQkFBSztJQUN4RSw4QkFBK0M7SUFDN0Msa0NBQWdHOztJQUVwRyxBQURFLGlCQUFNLEVBQ0Y7SUFFSixBQURGLDhCQUF3QixhQUNNO0lBQUEsYUFBc0M7O0lBQUEsaUJBQUs7SUFDdkUsbUNBQThGOztJQUM5RiwwQkFBRztJQUFBLGFBQWdHOztJQUFBLGlCQUFJO0lBQ3ZHLDBCQUFHO0lBQ0QsYUFDQTs7SUFBQSw4QkFBNEY7SUFBQSxhQUF3Qzs7SUFFeEksQUFERSxBQURzSSxpQkFBSSxFQUN0SSxFQUNBOzs7O0lBYjJCLGVBQW9DO0lBQXBDLDZEQUFvQztJQUVuRCxlQUFrRTtJQUFsRSxzSkFBa0U7SUFJdEQsZUFBc0M7SUFBdEMsaUVBQXNDO0lBQ3BELGVBQWdFO0lBQWhFLHFKQUFnRTtJQUMzRSxlQUFnRztJQUFoRyx5SEFBZ0c7SUFFakcsZUFDQTtJQURBLGtFQUNBO0lBQWdELGVBQTJDO0lBQTNDLGtGQUEyQztJQUFDLGNBQXdDO0lBQXhDLG1FQUF3Qzs7O0lBSTFJLDZCQUE0RTtJQUV4RSxBQURGLDhCQUFtRCxZQUNsQjtJQUFBLFlBQTZDOztJQUFBLGlCQUFLO0lBQ2pGLCtCQUErQjtJQUFBLFlBQW1FOztJQUNwRyxBQURvRyxpQkFBTSxFQUNwRztJQUNOLDhCQUF3QjtJQUN0QixZQUNBOztJQUFBLDhCQUFrSDtJQUFBLGFBQW9DOztJQUFBLGlCQUFJO0lBQUMscUJBQzNKO0lBQUEsOEJBQTJHO0lBQUEsYUFBd0M7O0lBQ3JKLEFBRHFKLGlCQUFJLEVBQ25KOzs7O0lBUDJCLGVBQTZDO0lBQTdDLHNFQUE2QztJQUM3QyxlQUFtRTtJQUFuRSw2RkFBbUU7SUFHbEcsZUFDQTtJQURBLGtFQUNBO0lBQWdFLGVBQWlEO0lBQWpELHdGQUFpRDtJQUFDLGNBQW9DO0lBQXBDLCtEQUFvQztJQUN2RixlQUEyQztJQUEzQyxrRkFBMkM7SUFBQyxjQUF3QztJQUF4QyxtRUFBd0M7OztJQTFCekosQUFERixBQURGLCtCQUE0RCxhQUM5QixhQUNnQjtJQWtCeEMsQUFqQkEsc0dBQXdJLHlGQWlCNUQ7SUFhbEYsQUFERSxBQURFLGlCQUFNLEVBQ0YsRUFDRDs7O0lBOUJjLGVBQXVIO0lBQXZILG9LQUF1SDtJQWlCdkgsY0FBMkQ7SUFBM0QsMEZBQTJEOztBRFpoRixNQUFNLE9BQU8sMEJBQTBCO0lBT1I7SUFOYixrQkFBa0IsQ0FBcUI7SUFDdkMsK0JBQStCLEdBQThCLEVBQUUsQ0FBQztJQUV6RSxNQUFNLEdBQUcsRUFBRSxDQUFDO0lBQ1osc0JBQXNCLEdBQUcsa0JBQWtCLENBQUM7SUFFbkQsWUFBNkIsS0FBcUI7UUFBckIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7SUFDbEQsQ0FBQztJQUVNLFFBQVE7UUFDYixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUM7SUFDL0MsQ0FBQztvSEFaVSwwQkFBMEI7NkRBQTFCLDBCQUEwQjtZQ1J2Qyw2RUFBNEQ7O1lBQTFCLDZDQUF3Qjs7O2lGRFE3QywwQkFBMEI7Y0FKdEMsU0FBUzsyQkFDRSx3QkFBd0I7K0NBSWxCLGtCQUFrQjtrQkFBakMsS0FBSztZQUNVLCtCQUErQjtrQkFBOUMsS0FBSzs7a0ZBRkssMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBRdWVyeUNyZWF0ZUNvbnRleHQgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlcnktY3JlYXRlLWNvbnRleHQuZW51bSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1xdWVyeS1jb25maXJtYXRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBRdWVyeUNvbmZpcm1hdGlvbkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHQ6IFF1ZXJ5Q3JlYXRlQ29udGV4dDtcbiAgQElucHV0KCkgcHVibGljIGNhbGxiYWNrQ29uZmlybWF0aW9uTWVzc2FnZVRleHQ6IHsgW2tleTogc3RyaW5nXTogc3RyaW5nIH0gPSB7fTtcblxuICBwdWJsaWMgY2FzZUlkID0gJyc7XG4gIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHRFbnVtID0gUXVlcnlDcmVhdGVDb250ZXh0O1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcm91dGU6IEFjdGl2YXRlZFJvdXRlKSB7XG4gIH1cblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jYXNlSWQgPSB0aGlzLnJvdXRlLnNuYXBzaG90LnBhcmFtcy5jaWQ7XG4gIH1cbn1cbiIsIjxtYWluIGNsYXNzPVwiZ292dWstbWFpbi13cmFwcGVyXCIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHRcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWdyaWQtcm93XCI+XG4gICAgPGRpdiBjbGFzcz1cImdvdnVrLWdyaWQtY29sdW1uLXR3by10aGlyZHNcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uTkVXX1FVRVJZIHx8IHF1ZXJ5Q3JlYXRlQ29udGV4dCA9PT0gcXVlcnlDcmVhdGVDb250ZXh0RW51bS5GT0xMT1dVUFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcGFuZWwgZ292dWstcGFuZWwtLWNvbmZpcm1hdGlvblwiPlxuICAgICAgICAgIDxoMSBjbGFzcz1cImdvdnVrLXBhbmVsX190aXRsZVwiPnt7J1F1ZXJ5IHN1Ym1pdHRlZCcgfCBycHhUcmFuc2xhdGV9fTwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInFtLWNvbmZpcm1hdGlvbiBnb3Z1ay1wYW5lbF9fYm9keVwiPlxuICAgICAgICAgICAgPGNjZC1tYXJrZG93biBbY29udGVudF09XCJjYWxsYmFja0NvbmZpcm1hdGlvbk1lc3NhZ2VUZXh0Py5oZWFkZXIgfCBycHhUcmFuc2xhdGVcIj48L2NjZC1tYXJrZG93bj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+XG4gICAgICAgICAgPGgzIGNsYXNzPVwiZ292dWstaGVhZGluZy1zXCI+e3snV2hhdCBoYXBwZW5zIG5leHQnIHwgcnB4VHJhbnNsYXRlfX08L2gzPlxuICAgICAgICAgIDxjY2QtbWFya2Rvd24gW2NvbnRlbnRdPVwiY2FsbGJhY2tDb25maXJtYXRpb25NZXNzYWdlVGV4dD8uYm9keSB8IHJweFRyYW5zbGF0ZVwiPjwvY2NkLW1hcmtkb3duPlxuICAgICAgICAgIDxwPnt7J1doZW4gdGhlIHJlc3BvbnNlIGlzIGF2YWlsYWJsZSBpdCB3aWxsIGJlIGFkZGVkIHRvIHRoZSBcXCdRdWVyaWVzXFwnIHNlY3Rpb24uJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAge3snWW91IGNhbicgfCBycHhUcmFuc2xhdGV9fVxuICAgICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7Y2FzZUlkfX1cIj57eydHbyBiYWNrIHRvIHRoZSBjYXNlJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uUkVTUE9ORFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcGFuZWwgZ292dWstcGFuZWwtLWNvbmZpcm1hdGlvblwiPlxuICAgICAgICAgIDxoMSBjbGFzcz1cImdvdnVrLXBhbmVsX190aXRsZVwiPnt7J1F1ZXJ5IHJlc3BvbnNlIHN1Ym1pdHRlZCcgfCBycHhUcmFuc2xhdGV9fTwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLXBhbmVsX19ib2R5XCI+e3snVGhpcyBxdWVyeSByZXNwb25zZSBoYXMgYmVlbiBhZGRlZCB0byB0aGUgY2FzZScgfCBycHhUcmFuc2xhdGV9fTwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLWJvZHlcIj5cbiAgICAgICAgICB7eydZb3UgY2FuJyB8IHJweFRyYW5zbGF0ZX19XG4gICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaWQ9XCJ0YXNrcy1saW5rXCIgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7Y2FzZUlkfX0vdGFza3NcIj57eydyZXR1cm4gdG8gdGFza3MnIHwgcnB4VHJhbnNsYXRlfX08L2E+IG9yXG4gICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaWQ9XCJjYXNlLWxpbmtcIiBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApXCIgcm91dGVyTGluaz1cIi9jYXNlcy9jYXNlLWRldGFpbHMve3tjYXNlSWR9fVwiPnt7J0dvIGJhY2sgdG8gdGhlIGNhc2UnIHwgcnB4VHJhbnNsYXRlfX08L2E+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9tYWluPlxuIl19
|