@hmcts/ccd-case-ui-toolkit 7.0.56-query-management → 7.0.56-task-event-completion-info
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 -2
- package/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +56 -17
- package/esm2022/lib/shared/components/case-editor/services/event-completion-state-machine.service.mjs +2 -2
- package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +18 -3
- package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +14 -1
- package/esm2022/lib/shared/components/event-trigger/event-trigger.component.mjs +13 -19
- package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.mjs +1 -15
- package/esm2022/lib/shared/components/palette/case-flag/enums/index.mjs +1 -2
- package/esm2022/lib/shared/components/palette/case-flag/write-case-flag-field.component.mjs +3 -5
- package/esm2022/lib/shared/components/palette/palette.module.mjs +1 -5
- package/esm2022/lib/shared/components/palette/query-management/components/index.mjs +1 -2
- package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +2 -2
- package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +20 -96
- package/esm2022/lib/shared/components/palette/query-management/models/case-queries-collection.model.mjs +1 -1
- package/esm2022/lib/shared/components/palette/query-management/read-query-management-field.component.mjs +13 -24
- package/esm2022/lib/shared/components/palette/query-management/utils/query-management.utils.mjs +1 -42
- package/esm2022/lib/shared/domain/user/user-info.model.mjs +1 -1
- package/esm2022/lib/shared/domain/work-allocation/Task.mjs +1 -1
- package/esm2022/lib/shared/services/jurisdiction/jurisdiction.service.mjs +1 -2
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +125 -334
- 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-edit/case-edit.component.d.ts +4 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- 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/event-trigger/event-trigger.component.d.ts +1 -3
- package/lib/shared/components/event-trigger/event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/index.d.ts +0 -1
- package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +32 -33
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/index.d.ts +0 -1
- package/lib/shared/components/palette/query-management/components/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +8 -20
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts +0 -3
- package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +0 -1
- package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +0 -4
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -1
- package/lib/shared/domain/user/user-info.model.d.ts.map +1 -1
- package/lib/shared/domain/work-allocation/Task.d.ts +10 -1
- package/lib/shared/domain/work-allocation/Task.d.ts.map +1 -1
- package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +0 -133
- package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts +0 -15
- package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts.map +0 -1
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute } from '@angular/router';
|
|
3
|
-
import { QueryCreateContext } from '../../models/query-create-context.enum';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/router";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "rpx-xui-translation";
|
|
8
|
-
function QueryConfirmationComponent_main_0_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
-
i0.ɵɵelementContainerStart(0);
|
|
10
|
-
i0.ɵɵelementStart(1, "div", 5)(2, "h1", 6);
|
|
11
|
-
i0.ɵɵtext(3);
|
|
12
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
13
|
-
i0.ɵɵelementEnd();
|
|
14
|
-
i0.ɵɵelementStart(5, "div", 7);
|
|
15
|
-
i0.ɵɵtext(6);
|
|
16
|
-
i0.ɵɵpipe(7, "rpxTranslate");
|
|
17
|
-
i0.ɵɵelementEnd()();
|
|
18
|
-
i0.ɵɵelementStart(8, "div", 8)(9, "h3", 9);
|
|
19
|
-
i0.ɵɵtext(10);
|
|
20
|
-
i0.ɵɵpipe(11, "rpxTranslate");
|
|
21
|
-
i0.ɵɵelementEnd();
|
|
22
|
-
i0.ɵɵelementStart(12, "p");
|
|
23
|
-
i0.ɵɵtext(13);
|
|
24
|
-
i0.ɵɵpipe(14, "rpxTranslate");
|
|
25
|
-
i0.ɵɵelementEnd();
|
|
26
|
-
i0.ɵɵelementStart(15, "p");
|
|
27
|
-
i0.ɵɵtext(16);
|
|
28
|
-
i0.ɵɵpipe(17, "rpxTranslate");
|
|
29
|
-
i0.ɵɵelementEnd();
|
|
30
|
-
i0.ɵɵelementStart(18, "p");
|
|
31
|
-
i0.ɵɵtext(19);
|
|
32
|
-
i0.ɵɵpipe(20, "rpxTranslate");
|
|
33
|
-
i0.ɵɵelementStart(21, "a", 10);
|
|
34
|
-
i0.ɵɵtext(22);
|
|
35
|
-
i0.ɵɵpipe(23, "rpxTranslate");
|
|
36
|
-
i0.ɵɵelementEnd()()();
|
|
37
|
-
i0.ɵɵelementContainerEnd();
|
|
38
|
-
} if (rf & 2) {
|
|
39
|
-
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
40
|
-
i0.ɵɵadvance(3);
|
|
41
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 9, "Query submitted"));
|
|
42
|
-
i0.ɵɵadvance(3);
|
|
43
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 11, "Your query has been sent to HMCTS"));
|
|
44
|
-
i0.ɵɵadvance(4);
|
|
45
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 13, "What happens next"));
|
|
46
|
-
i0.ɵɵadvance(3);
|
|
47
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 15, "Our team will read your query and will respond"));
|
|
48
|
-
i0.ɵɵadvance(3);
|
|
49
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 17, "When the response is available it will be added to the 'Queries' section."));
|
|
50
|
-
i0.ɵɵadvance(3);
|
|
51
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(20, 19, "You can"), " ");
|
|
52
|
-
i0.ɵɵadvance(2);
|
|
53
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "");
|
|
54
|
-
i0.ɵɵadvance();
|
|
55
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(23, 21, "Go back to the case"));
|
|
56
|
-
} }
|
|
57
|
-
function QueryConfirmationComponent_main_0_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
58
|
-
i0.ɵɵelementContainerStart(0);
|
|
59
|
-
i0.ɵɵelementStart(1, "div", 5)(2, "h1", 6);
|
|
60
|
-
i0.ɵɵtext(3);
|
|
61
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
62
|
-
i0.ɵɵelementEnd();
|
|
63
|
-
i0.ɵɵelementStart(5, "div", 7);
|
|
64
|
-
i0.ɵɵtext(6);
|
|
65
|
-
i0.ɵɵpipe(7, "rpxTranslate");
|
|
66
|
-
i0.ɵɵelementEnd()();
|
|
67
|
-
i0.ɵɵelementStart(8, "div", 8);
|
|
68
|
-
i0.ɵɵtext(9);
|
|
69
|
-
i0.ɵɵpipe(10, "rpxTranslate");
|
|
70
|
-
i0.ɵɵelementStart(11, "a", 11);
|
|
71
|
-
i0.ɵɵtext(12);
|
|
72
|
-
i0.ɵɵpipe(13, "rpxTranslate");
|
|
73
|
-
i0.ɵɵelementEnd();
|
|
74
|
-
i0.ɵɵtext(14, " or ");
|
|
75
|
-
i0.ɵɵelementStart(15, "a", 12);
|
|
76
|
-
i0.ɵɵtext(16);
|
|
77
|
-
i0.ɵɵpipe(17, "rpxTranslate");
|
|
78
|
-
i0.ɵɵelementEnd()();
|
|
79
|
-
i0.ɵɵelementContainerEnd();
|
|
80
|
-
} if (rf & 2) {
|
|
81
|
-
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
82
|
-
i0.ɵɵadvance(3);
|
|
83
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 9, "Query response submitted"));
|
|
84
|
-
i0.ɵɵadvance(3);
|
|
85
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 11, "This query response has been added to the case"));
|
|
86
|
-
i0.ɵɵadvance(3);
|
|
87
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 13, "You can"), " ");
|
|
88
|
-
i0.ɵɵadvance(2);
|
|
89
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "/tasks");
|
|
90
|
-
i0.ɵɵadvance();
|
|
91
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 15, "return to tasks"));
|
|
92
|
-
i0.ɵɵadvance(3);
|
|
93
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "");
|
|
94
|
-
i0.ɵɵadvance();
|
|
95
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 17, "Go back to the case"));
|
|
96
|
-
} }
|
|
97
|
-
function QueryConfirmationComponent_main_0_Template(rf, ctx) { if (rf & 1) {
|
|
98
|
-
i0.ɵɵelementStart(0, "main", 1)(1, "div", 2)(2, "div", 3);
|
|
99
|
-
i0.ɵɵtemplate(3, QueryConfirmationComponent_main_0_ng_container_3_Template, 24, 23, "ng-container", 4)(4, QueryConfirmationComponent_main_0_ng_container_4_Template, 18, 19, "ng-container", 4);
|
|
100
|
-
i0.ɵɵelementEnd()()();
|
|
101
|
-
} if (rf & 2) {
|
|
102
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
103
|
-
i0.ɵɵadvance(3);
|
|
104
|
-
i0.ɵɵproperty("ngIf", ctx_r0.queryCreateContext === ctx_r0.queryCreateContextEnum.NEW_QUERY || ctx_r0.queryCreateContext === ctx_r0.queryCreateContextEnum.FOLLOWUP);
|
|
105
|
-
i0.ɵɵadvance();
|
|
106
|
-
i0.ɵɵproperty("ngIf", ctx_r0.queryCreateContext === ctx_r0.queryCreateContextEnum.RESPOND);
|
|
107
|
-
} }
|
|
108
|
-
export class QueryConfirmationComponent {
|
|
109
|
-
route;
|
|
110
|
-
queryCreateContext;
|
|
111
|
-
caseId = '';
|
|
112
|
-
queryCreateContextEnum = QueryCreateContext;
|
|
113
|
-
constructor(route) {
|
|
114
|
-
this.route = route;
|
|
115
|
-
}
|
|
116
|
-
ngOnInit() {
|
|
117
|
-
this.caseId = this.route.snapshot.params.cid;
|
|
118
|
-
}
|
|
119
|
-
static ɵfac = function QueryConfirmationComponent_Factory(t) { return new (t || QueryConfirmationComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute)); };
|
|
120
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryConfirmationComponent, selectors: [["ccd-query-confirmation"]], inputs: { queryCreateContext: "queryCreateContext" }, 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, "govuk-panel__body"], [1, "govuk-body"], [1, "govuk-heading-s"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"], ["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) {
|
|
121
|
-
i0.ɵɵtemplate(0, QueryConfirmationComponent_main_0_Template, 5, 2, "main", 0);
|
|
122
|
-
} if (rf & 2) {
|
|
123
|
-
i0.ɵɵproperty("ngIf", ctx.queryCreateContext);
|
|
124
|
-
} }, dependencies: [i2.NgIf, i1.RouterLink, i3.RpxTranslatePipe], encapsulation: 2 });
|
|
125
|
-
}
|
|
126
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryConfirmationComponent, [{
|
|
127
|
-
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=\"govuk-panel__body\">{{'Your query has been sent to HMCTS' | rpxTranslate}}</div>\n </div>\n <div class=\"govuk-body\">\n <h3 class=\"govuk-heading-s\">{{'What happens next' | rpxTranslate}}</h3>\n <p>{{'Our team will read your query and will respond' | rpxTranslate}}</p>\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" }]
|
|
129
|
-
}], () => [{ type: i1.ActivatedRoute }], { queryCreateContext: [{
|
|
130
|
-
type: Input
|
|
131
|
-
}] }); })();
|
|
132
|
-
(() => { (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 }); })();
|
|
133
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7Ozs7O0lDQ3RFLDZCQUF3STtJQUVwSSxBQURGLDhCQUFtRCxZQUNsQjtJQUFBLFlBQW9DOztJQUFBLGlCQUFLO0lBQ3hFLDhCQUErQjtJQUFBLFlBQXNEOztJQUN2RixBQUR1RixpQkFBTSxFQUN2RjtJQUVKLEFBREYsOEJBQXdCLFlBQ007SUFBQSxhQUFzQzs7SUFBQSxpQkFBSztJQUN2RSwwQkFBRztJQUFBLGFBQW1FOztJQUFBLGlCQUFJO0lBQzFFLDBCQUFHO0lBQUEsYUFBZ0c7O0lBQUEsaUJBQUk7SUFDdkcsMEJBQUc7SUFDRCxhQUNBOztJQUFBLDhCQUE0RjtJQUFBLGFBQXdDOztJQUV4SSxBQURFLEFBRHNJLGlCQUFJLEVBQ3RJLEVBQ0E7Ozs7SUFYMkIsZUFBb0M7SUFBcEMsNkRBQW9DO0lBQ3BDLGVBQXNEO0lBQXRELGdGQUFzRDtJQUd6RCxlQUFzQztJQUF0QyxpRUFBc0M7SUFDL0QsZUFBbUU7SUFBbkUsOEZBQW1FO0lBQ25FLGVBQWdHO0lBQWhHLHlIQUFnRztJQUVqRyxlQUNBO0lBREEsa0VBQ0E7SUFBZ0QsZUFBMkM7SUFBM0Msa0ZBQTJDO0lBQUMsY0FBd0M7SUFBeEMsbUVBQXdDOzs7SUFJMUksNkJBQTRFO0lBRXhFLEFBREYsOEJBQW1ELFlBQ2xCO0lBQUEsWUFBNkM7O0lBQUEsaUJBQUs7SUFDakYsOEJBQStCO0lBQUEsWUFBbUU7O0lBQ3BHLEFBRG9HLGlCQUFNLEVBQ3BHO0lBQ04sOEJBQXdCO0lBQ3RCLFlBQ0E7O0lBQUEsOEJBQWtIO0lBQUEsYUFBb0M7O0lBQUEsaUJBQUk7SUFBQyxxQkFDM0o7SUFBQSw4QkFBMkc7SUFBQSxhQUF3Qzs7SUFDckosQUFEcUosaUJBQUksRUFDbko7Ozs7SUFQMkIsZUFBNkM7SUFBN0Msc0VBQTZDO0lBQzdDLGVBQW1FO0lBQW5FLDZGQUFtRTtJQUdsRyxlQUNBO0lBREEsa0VBQ0E7SUFBZ0UsZUFBaUQ7SUFBakQsd0ZBQWlEO0lBQUMsY0FBb0M7SUFBcEMsK0RBQW9DO0lBQ3ZGLGVBQTJDO0lBQTNDLGtGQUEyQztJQUFDLGNBQXdDO0lBQXhDLG1FQUF3Qzs7O0lBeEJ6SixBQURGLEFBREYsK0JBQTRELGFBQzlCLGFBQ2dCO0lBZ0J4QyxBQWZBLHNHQUF3SSx5RkFlNUQ7SUFhbEYsQUFERSxBQURFLGlCQUFNLEVBQ0YsRUFDRDs7O0lBNUJjLGVBQXVIO0lBQXZILG9LQUF1SDtJQWV2SCxjQUEyRDtJQUEzRCwwRkFBMkQ7O0FEVmhGLE1BQU0sT0FBTywwQkFBMEI7SUFNUjtJQUxiLGtCQUFrQixDQUFxQjtJQUVoRCxNQUFNLEdBQUcsRUFBRSxDQUFDO0lBQ1osc0JBQXNCLEdBQUcsa0JBQWtCLENBQUM7SUFFbkQsWUFBNkIsS0FBcUI7UUFBckIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7SUFDbEQsQ0FBQztJQUVNLFFBQVE7UUFDYixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUM7SUFDL0MsQ0FBQztvRkFYVSwwQkFBMEI7NkRBQTFCLDBCQUEwQjtZQ1J2Qyw2RUFBNEQ7O1lBQTFCLDZDQUF3Qjs7O2lGRFE3QywwQkFBMEI7Y0FKdEMsU0FBUzsyQkFDRSx3QkFBd0I7K0NBSWxCLGtCQUFrQjtrQkFBakMsS0FBSzs7a0ZBREssMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBRdWVyeUNyZWF0ZUNvbnRleHQgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlcnktY3JlYXRlLWNvbnRleHQuZW51bSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1xdWVyeS1jb25maXJtYXRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBRdWVyeUNvbmZpcm1hdGlvbkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHQ6IFF1ZXJ5Q3JlYXRlQ29udGV4dDtcblxuICBwdWJsaWMgY2FzZUlkID0gJyc7XG4gIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHRFbnVtID0gUXVlcnlDcmVhdGVDb250ZXh0O1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcm91dGU6IEFjdGl2YXRlZFJvdXRlKSB7XG4gIH1cblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jYXNlSWQgPSB0aGlzLnJvdXRlLnNuYXBzaG90LnBhcmFtcy5jaWQ7XG4gIH1cbn1cbiIsIjxtYWluIGNsYXNzPVwiZ292dWstbWFpbi13cmFwcGVyXCIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHRcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWdyaWQtcm93XCI+XG4gICAgPGRpdiBjbGFzcz1cImdvdnVrLWdyaWQtY29sdW1uLXR3by10aGlyZHNcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uTkVXX1FVRVJZIHx8IHF1ZXJ5Q3JlYXRlQ29udGV4dCA9PT0gcXVlcnlDcmVhdGVDb250ZXh0RW51bS5GT0xMT1dVUFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcGFuZWwgZ292dWstcGFuZWwtLWNvbmZpcm1hdGlvblwiPlxuICAgICAgICAgIDxoMSBjbGFzcz1cImdvdnVrLXBhbmVsX190aXRsZVwiPnt7J1F1ZXJ5IHN1Ym1pdHRlZCcgfCBycHhUcmFuc2xhdGV9fTwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLXBhbmVsX19ib2R5XCI+e3snWW91ciBxdWVyeSBoYXMgYmVlbiBzZW50IHRvIEhNQ1RTJyB8IHJweFRyYW5zbGF0ZX19PC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstYm9keVwiPlxuICAgICAgICAgIDxoMyBjbGFzcz1cImdvdnVrLWhlYWRpbmctc1wiPnt7J1doYXQgaGFwcGVucyBuZXh0JyB8IHJweFRyYW5zbGF0ZX19PC9oMz5cbiAgICAgICAgICA8cD57eydPdXIgdGVhbSB3aWxsIHJlYWQgeW91ciBxdWVyeSBhbmQgd2lsbCByZXNwb25kJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuICAgICAgICAgIDxwPnt7J1doZW4gdGhlIHJlc3BvbnNlIGlzIGF2YWlsYWJsZSBpdCB3aWxsIGJlIGFkZGVkIHRvIHRoZSBcXCdRdWVyaWVzXFwnIHNlY3Rpb24uJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAge3snWW91IGNhbicgfCBycHhUcmFuc2xhdGV9fVxuICAgICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7Y2FzZUlkfX1cIj57eydHbyBiYWNrIHRvIHRoZSBjYXNlJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uUkVTUE9ORFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcGFuZWwgZ292dWstcGFuZWwtLWNvbmZpcm1hdGlvblwiPlxuICAgICAgICAgIDxoMSBjbGFzcz1cImdvdnVrLXBhbmVsX190aXRsZVwiPnt7J1F1ZXJ5IHJlc3BvbnNlIHN1Ym1pdHRlZCcgfCBycHhUcmFuc2xhdGV9fTwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLXBhbmVsX19ib2R5XCI+e3snVGhpcyBxdWVyeSByZXNwb25zZSBoYXMgYmVlbiBhZGRlZCB0byB0aGUgY2FzZScgfCBycHhUcmFuc2xhdGV9fTwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLWJvZHlcIj5cbiAgICAgICAgICB7eydZb3UgY2FuJyB8IHJweFRyYW5zbGF0ZX19XG4gICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaWQ9XCJ0YXNrcy1saW5rXCIgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7Y2FzZUlkfX0vdGFza3NcIj57eydyZXR1cm4gdG8gdGFza3MnIHwgcnB4VHJhbnNsYXRlfX08L2E+IG9yXG4gICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaWQ9XCJjYXNlLWxpbmtcIiBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApXCIgcm91dGVyTGluaz1cIi9jYXNlcy9jYXNlLWRldGFpbHMve3tjYXNlSWR9fVwiPnt7J0dvIGJhY2sgdG8gdGhlIGNhc2UnIHwgcnB4VHJhbnNsYXRlfX08L2E+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9tYWluPlxuIl19
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute } from '@angular/router';
|
|
3
|
-
import { QueryCreateContext } from '../../models/query-create-context.enum';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class QueryConfirmationComponent implements OnInit {
|
|
6
|
-
private readonly route;
|
|
7
|
-
queryCreateContext: QueryCreateContext;
|
|
8
|
-
caseId: string;
|
|
9
|
-
queryCreateContextEnum: typeof QueryCreateContext;
|
|
10
|
-
constructor(route: ActivatedRoute);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QueryConfirmationComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QueryConfirmationComponent, "ccd-query-confirmation", never, { "queryCreateContext": { "alias": "queryCreateContext"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=query-confirmation.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query-confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;;AAE5E,qBAIa,0BAA2B,YAAW,MAAM;IAM3C,OAAO,CAAC,QAAQ,CAAC,KAAK;IALlB,kBAAkB,EAAE,kBAAkB,CAAC;IAEhD,MAAM,SAAM;IACZ,sBAAsB,4BAAsB;gBAEtB,KAAK,EAAE,cAAc;IAG3C,QAAQ,IAAI,IAAI;yCATZ,0BAA0B;2CAA1B,0BAA0B;CAYtC"}
|