@hmcts/ccd-case-ui-toolkit 7.2.51-test-log-errors → 7.2.51
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/banners/notification-banner/notification-banner.component.mjs +4 -4
- package/esm2022/lib/components/form/date-input/date-input.component.mjs +1 -1
- package/esm2022/lib/components/header/header-bar/header-bar.component.mjs +5 -5
- package/esm2022/lib/shared/components/activity/activity.component.mjs +3 -3
- package/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +3 -3
- package/esm2022/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.mjs +1 -1
- 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 +9 -20
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +9 -5
- package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +9 -5
- 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 +9 -4
- package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +16 -3
- package/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +28 -8
- package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.mjs +13 -9
- 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/services/event-trigger.resolver.mjs +41 -6
- package/esm2022/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.mjs +9 -5
- package/esm2022/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.mjs +9 -5
- package/esm2022/lib/shared/components/event-start/components/task-assigned/task-assigned.component.mjs +10 -6
- 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 +9 -5
- 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 +8 -7
- package/esm2022/lib/shared/components/palette/datetime-picker/datetime-picker.component.mjs +1 -1
- 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 +6 -2
- package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +71 -69
- package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +23 -19
- 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/esm2022/lib/shared/directives/substitutor/label-substitutor.directive.mjs +5 -2
- package/esm2022/lib/shared/services/form/field-type-sanitiser.mjs +1 -1
- package/esm2022/lib/shared/services/form/form-value.service.mjs +1 -101
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +519 -514
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +1 -4
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.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 +2 -0
- 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 +2 -0
- 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 +2 -0
- 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 +1 -0
- 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 +1 -0
- 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 +2 -0
- 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/services/event-trigger.resolver.d.ts +3 -2
- 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 +2 -0
- 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 +2 -0
- 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 +2 -0
- 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 +2 -0
- 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 +2 -0
- 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 +2 -0
- package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts.map +1 -1
- package/lib/shared/directives/substitutor/label-substitutor.directive.d.ts.map +1 -1
- package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
- package/lib/shared/services/form/form-value.service.d.ts +0 -100
- package/lib/shared/services/form/form-value.service.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, 11, "Query submitted"));
|
|
41
41
|
i0.ɵɵadvance(3);
|
|
42
|
-
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(7,
|
|
42
|
+
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(7, 13, 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, 15, "What happens next"));
|
|
45
45
|
i0.ɵɵadvance(2);
|
|
46
|
-
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(13,
|
|
46
|
+
i0.ɵɵproperty("content", i0.ɵɵpipeBind1(13, 17, 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, 19, "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, 21, "You can"), " ");
|
|
51
51
|
i0.ɵɵadvance(2);
|
|
52
|
-
i0.ɵɵ
|
|
52
|
+
i0.ɵɵpropertyInterpolate3("routerLink", "/cases/case-details/", ctx_r0.jurisdiction, "/", ctx_r0.caseType, "/", ctx_r0.caseId, "");
|
|
53
53
|
i0.ɵɵadvance();
|
|
54
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22,
|
|
54
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 23, "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, 13, "Query response submitted"));
|
|
83
83
|
i0.ɵɵadvance(3);
|
|
84
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7,
|
|
84
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 15, "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, 17, "You can"), " ");
|
|
87
87
|
i0.ɵɵadvance(2);
|
|
88
|
-
i0.ɵɵ
|
|
88
|
+
i0.ɵɵpropertyInterpolate3("routerLink", "/cases/case-details/", ctx_r0.jurisdiction, "/", ctx_r0.caseType, "/", ctx_r0.caseId, "/tasks");
|
|
89
89
|
i0.ɵɵadvance();
|
|
90
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13,
|
|
90
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 19, "return to tasks"));
|
|
91
91
|
i0.ɵɵadvance(3);
|
|
92
|
-
i0.ɵɵ
|
|
92
|
+
i0.ɵɵpropertyInterpolate3("routerLink", "/cases/case-details/", ctx_r0.jurisdiction, "/", ctx_r0.caseType, "/", ctx_r0.caseId, "");
|
|
93
93
|
i0.ɵɵadvance();
|
|
94
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17,
|
|
94
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 21, "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, 25, "ng-container", 4)(4, QueryConfirmationComponent_main_0_ng_container_4_Template, 18, 23, "ng-container", 4);
|
|
99
99
|
i0.ɵɵelementEnd()()();
|
|
100
100
|
} if (rf & 2) {
|
|
101
101
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -109,15 +109,19 @@ export class QueryConfirmationComponent {
|
|
|
109
109
|
queryCreateContext;
|
|
110
110
|
callbackConfirmationMessageText = {};
|
|
111
111
|
caseId = '';
|
|
112
|
+
jurisdiction = '';
|
|
113
|
+
caseType = '';
|
|
112
114
|
queryCreateContextEnum = QueryCreateContext;
|
|
113
115
|
constructor(route) {
|
|
114
116
|
this.route = route;
|
|
115
117
|
}
|
|
116
118
|
ngOnInit() {
|
|
117
119
|
this.caseId = this.route.snapshot.params.cid;
|
|
120
|
+
this.jurisdiction = this.route.snapshot.params.jurisdiction;
|
|
121
|
+
this.caseType = this.route.snapshot.params.caseType;
|
|
118
122
|
}
|
|
119
123
|
static ɵfac = function QueryConfirmationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryConfirmationComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute)); };
|
|
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"], [
|
|
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) {
|
|
121
125
|
i0.ɵɵtemplate(0, QueryConfirmationComponent_main_0_Template, 5, 2, "main", 0);
|
|
122
126
|
} if (rf & 2) {
|
|
123
127
|
i0.ɵɵproperty("ngIf", ctx.queryCreateContext);
|
|
@@ -125,11 +129,11 @@ export class QueryConfirmationComponent {
|
|
|
125
129
|
}
|
|
126
130
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryConfirmationComponent, [{
|
|
127
131
|
type: Component,
|
|
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\"
|
|
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/{{jurisdiction}}/{{caseType}}/{{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\" routerLink=\"/cases/case-details/{{jurisdiction}}/{{caseType}}/{{caseId}}/tasks\">{{'return to tasks' | rpxTranslate}}</a> or\n <a class=\"govuk-link\" id=\"case-link\" routerLink=\"/cases/case-details/{{jurisdiction}}/{{caseType}}/{{caseId}}\">{{'Go back to the case' | rpxTranslate}}</a>\n </div>\n </ng-container>\n </div>\n </div>\n</main>\n" }]
|
|
129
133
|
}], () => [{ type: i1.ActivatedRoute }], { queryCreateContext: [{
|
|
130
134
|
type: Input
|
|
131
135
|
}], callbackConfirmationMessageText: [{
|
|
132
136
|
type: Input
|
|
133
137
|
}] }); })();
|
|
134
138
|
(() => { (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 }); })();
|
|
135
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
139
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7Ozs7OztJQ0N0RSw2QkFBd0k7SUFFcEksQUFERiw4QkFBbUQsWUFDbEI7SUFBQSxZQUFvQzs7SUFBQSxpQkFBSztJQUN4RSw4QkFBK0M7SUFDN0Msa0NBQWdHOztJQUVwRyxBQURFLGlCQUFNLEVBQ0Y7SUFFSixBQURGLDhCQUF3QixhQUNNO0lBQUEsYUFBc0M7O0lBQUEsaUJBQUs7SUFDdkUsbUNBQThGOztJQUM5RiwwQkFBRztJQUFBLGFBQWdHOztJQUFBLGlCQUFJO0lBQ3ZHLDBCQUFHO0lBQ0QsYUFDQTs7SUFBQSw4QkFBZ0c7SUFBQSxhQUF3Qzs7SUFFNUksQUFERSxBQUQwSSxpQkFBSSxFQUMxSSxFQUNBOzs7O0lBYjJCLGVBQW9DO0lBQXBDLDhEQUFvQztJQUVuRCxlQUFrRTtJQUFsRSxzSkFBa0U7SUFJdEQsZUFBc0M7SUFBdEMsaUVBQXNDO0lBQ3BELGVBQWdFO0lBQWhFLHFKQUFnRTtJQUMzRSxlQUFnRztJQUFoRyx5SEFBZ0c7SUFFakcsZUFDQTtJQURBLGtFQUNBO0lBQXNCLGVBQXlFO0lBQXpFLGtJQUF5RTtJQUFDLGNBQXdDO0lBQXhDLG1FQUF3Qzs7O0lBSTlJLDZCQUE0RTtJQUV4RSxBQURGLDhCQUFtRCxZQUNsQjtJQUFBLFlBQTZDOztJQUFBLGlCQUFLO0lBQ2pGLCtCQUErQjtJQUFBLFlBQW1FOztJQUNwRyxBQURvRyxpQkFBTSxFQUNwRztJQUNOLDhCQUF3QjtJQUN0QixZQUNBOztJQUFBLDhCQUFzSDtJQUFBLGFBQW9DOztJQUFBLGlCQUFJO0lBQUMscUJBQy9KO0lBQUEsOEJBQStHO0lBQUEsYUFBd0M7O0lBQ3pKLEFBRHlKLGlCQUFJLEVBQ3ZKOzs7O0lBUDJCLGVBQTZDO0lBQTdDLHVFQUE2QztJQUM3QyxlQUFtRTtJQUFuRSw2RkFBbUU7SUFHbEcsZUFDQTtJQURBLGtFQUNBO0lBQXNDLGVBQStFO0lBQS9FLHdJQUErRTtJQUFDLGNBQW9DO0lBQXBDLCtEQUFvQztJQUNySCxlQUF5RTtJQUF6RSxrSUFBeUU7SUFBQyxjQUF3QztJQUF4QyxtRUFBd0M7OztJQTFCN0osQUFERixBQURGLCtCQUE0RCxhQUM5QixhQUNnQjtJQWtCeEMsQUFqQkEsc0dBQXdJLHlGQWlCNUQ7SUFhbEYsQUFERSxBQURFLGlCQUFNLEVBQ0YsRUFDRDs7O0lBOUJjLGVBQXVIO0lBQXZILG9LQUF1SDtJQWlCdkgsY0FBMkQ7SUFBM0QsMEZBQTJEOztBRFpoRixNQUFNLE9BQU8sMEJBQTBCO0lBU1I7SUFSYixrQkFBa0IsQ0FBcUI7SUFDdkMsK0JBQStCLEdBQThCLEVBQUUsQ0FBQztJQUV6RSxNQUFNLEdBQUcsRUFBRSxDQUFDO0lBQ1osWUFBWSxHQUFHLEVBQUUsQ0FBQztJQUNsQixRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ2Qsc0JBQXNCLEdBQUcsa0JBQWtCLENBQUM7SUFFbkQsWUFBNkIsS0FBcUI7UUFBckIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7SUFDbEQsQ0FBQztJQUVNLFFBQVE7UUFDYixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUM7UUFDN0MsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsWUFBWSxDQUFDO1FBQzVELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQztJQUN0RCxDQUFDO29IQWhCVSwwQkFBMEI7NkRBQTFCLDBCQUEwQjtZQ1J2Qyw2RUFBNEQ7O1lBQTFCLDZDQUF3Qjs7O2lGRFE3QywwQkFBMEI7Y0FKdEMsU0FBUzsyQkFDRSx3QkFBd0I7K0NBSWxCLGtCQUFrQjtrQkFBakMsS0FBSztZQUNVLCtCQUErQjtrQkFBOUMsS0FBSzs7a0ZBRkssMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBRdWVyeUNyZWF0ZUNvbnRleHQgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlcnktY3JlYXRlLWNvbnRleHQuZW51bSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1xdWVyeS1jb25maXJtYXRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBRdWVyeUNvbmZpcm1hdGlvbkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHQ6IFF1ZXJ5Q3JlYXRlQ29udGV4dDtcbiAgQElucHV0KCkgcHVibGljIGNhbGxiYWNrQ29uZmlybWF0aW9uTWVzc2FnZVRleHQ6IHsgW2tleTogc3RyaW5nXTogc3RyaW5nIH0gPSB7fTtcblxuICBwdWJsaWMgY2FzZUlkID0gJyc7XG4gIHB1YmxpYyBqdXJpc2RpY3Rpb24gPSAnJztcbiAgcHVibGljIGNhc2VUeXBlID0gJyc7XG4gIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHRFbnVtID0gUXVlcnlDcmVhdGVDb250ZXh0O1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcm91dGU6IEFjdGl2YXRlZFJvdXRlKSB7XG4gIH1cblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jYXNlSWQgPSB0aGlzLnJvdXRlLnNuYXBzaG90LnBhcmFtcy5jaWQ7XG4gICAgdGhpcy5qdXJpc2RpY3Rpb24gPSB0aGlzLnJvdXRlLnNuYXBzaG90LnBhcmFtcy5qdXJpc2RpY3Rpb247XG4gICAgdGhpcy5jYXNlVHlwZSA9IHRoaXMucm91dGUuc25hcHNob3QucGFyYW1zLmNhc2VUeXBlO1xuICB9XG59XG4iLCI8bWFpbiBjbGFzcz1cImdvdnVrLW1haW4td3JhcHBlclwiICpuZ0lmPVwicXVlcnlDcmVhdGVDb250ZXh0XCI+XG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1ncmlkLXJvd1wiPlxuICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1ncmlkLWNvbHVtbi10d28tdGhpcmRzXCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwicXVlcnlDcmVhdGVDb250ZXh0ID09PSBxdWVyeUNyZWF0ZUNvbnRleHRFbnVtLk5FV19RVUVSWSB8fCBxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uRk9MTE9XVVBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLXBhbmVsIGdvdnVrLXBhbmVsLS1jb25maXJtYXRpb25cIj5cbiAgICAgICAgICA8aDEgY2xhc3M9XCJnb3Z1ay1wYW5lbF9fdGl0bGVcIj57eydRdWVyeSBzdWJtaXR0ZWQnIHwgcnB4VHJhbnNsYXRlfX08L2gxPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJxbS1jb25maXJtYXRpb24gZ292dWstcGFuZWxfX2JvZHlcIj5cbiAgICAgICAgICAgIDxjY2QtbWFya2Rvd24gW2NvbnRlbnRdPVwiY2FsbGJhY2tDb25maXJtYXRpb25NZXNzYWdlVGV4dD8uaGVhZGVyIHwgcnB4VHJhbnNsYXRlXCI+PC9jY2QtbWFya2Rvd24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstYm9keVwiPlxuICAgICAgICAgIDxoMyBjbGFzcz1cImdvdnVrLWhlYWRpbmctc1wiPnt7J1doYXQgaGFwcGVucyBuZXh0JyB8IHJweFRyYW5zbGF0ZX19PC9oMz5cbiAgICAgICAgICA8Y2NkLW1hcmtkb3duIFtjb250ZW50XT1cImNhbGxiYWNrQ29uZmlybWF0aW9uTWVzc2FnZVRleHQ/LmJvZHkgfCBycHhUcmFuc2xhdGVcIj48L2NjZC1tYXJrZG93bj5cbiAgICAgICAgICA8cD57eydXaGVuIHRoZSByZXNwb25zZSBpcyBhdmFpbGFibGUgaXQgd2lsbCBiZSBhZGRlZCB0byB0aGUgXFwnUXVlcmllc1xcJyBzZWN0aW9uLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIHt7J1lvdSBjYW4nIHwgcnB4VHJhbnNsYXRlfX1cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiZ292dWstbGlua1wiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7anVyaXNkaWN0aW9ufX0ve3tjYXNlVHlwZX19L3t7Y2FzZUlkfX1cIj57eydHbyBiYWNrIHRvIHRoZSBjYXNlJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uUkVTUE9ORFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcGFuZWwgZ292dWstcGFuZWwtLWNvbmZpcm1hdGlvblwiPlxuICAgICAgICAgIDxoMSBjbGFzcz1cImdvdnVrLXBhbmVsX190aXRsZVwiPnt7J1F1ZXJ5IHJlc3BvbnNlIHN1Ym1pdHRlZCcgfCBycHhUcmFuc2xhdGV9fTwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLXBhbmVsX19ib2R5XCI+e3snVGhpcyBxdWVyeSByZXNwb25zZSBoYXMgYmVlbiBhZGRlZCB0byB0aGUgY2FzZScgfCBycHhUcmFuc2xhdGV9fTwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLWJvZHlcIj5cbiAgICAgICAgICB7eydZb3UgY2FuJyB8IHJweFRyYW5zbGF0ZX19XG4gICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaWQ9XCJ0YXNrcy1saW5rXCIgcm91dGVyTGluaz1cIi9jYXNlcy9jYXNlLWRldGFpbHMve3tqdXJpc2RpY3Rpb259fS97e2Nhc2VUeXBlfX0ve3tjYXNlSWR9fS90YXNrc1wiPnt7J3JldHVybiB0byB0YXNrcycgfCBycHhUcmFuc2xhdGV9fTwvYT4gb3JcbiAgICAgICAgICA8YSBjbGFzcz1cImdvdnVrLWxpbmtcIiBpZD1cImNhc2UtbGlua1wiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7anVyaXNkaWN0aW9ufX0ve3tjYXNlVHlwZX19L3t7Y2FzZUlkfX1cIj57eydHbyBiYWNrIHRvIHRoZSBjYXNlJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvbWFpbj5cbiJdfQ==
|