@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-CYA-continue → 6.16.0-query-details-navigation
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/bundles/hmcts-ccd-case-ui-toolkit.umd.js +384 -286
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/palette/palette.module.js +4 -2
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +20 -2
- package/esm2015/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.js +91 -57
- package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +17 -20
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +7 -14
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +82 -23
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.js +7 -6
- package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +1 -11
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +290 -196
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/query-management/__mocks__/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 +4 -2
- 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/components/query-details-table/query-details-table.component.d.ts +5 -1
- package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +4 -5
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +11 -3
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts +3 -2
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +0 -5
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -142,13 +142,13 @@ function FooterComponent_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
142
142
|
i0.ɵɵadvance(4);
|
|
143
143
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 13, ctx_r1.workhours));
|
|
144
144
|
} }
|
|
145
|
-
const _c0$
|
|
145
|
+
const _c0$12 = [[["", "footerSolsNavLinks", ""]], [["", "footerCaseWorkerNavLinks", ""]]];
|
|
146
146
|
const _c1$s = ["[footerSolsNavLinks]", "[footerCaseWorkerNavLinks]"];
|
|
147
147
|
class FooterComponent {
|
|
148
148
|
}
|
|
149
149
|
FooterComponent.ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(); };
|
|
150
150
|
FooterComponent.ɵcmp = i0.ɵɵdefineComponent({ type: FooterComponent, selectors: [["cut-footer-bar"]], inputs: { email: "email", isSolicitor: "isSolicitor", phone: "phone", workhours: "workhours" }, ngContentSelectors: _c1$s, decls: 4, vars: 4, consts: [["id", "footer", "role", "footer", 1, "group", "js-footer"], [1, "footer-wrapper"], ["class", "footer-meta", 4, "ngIf"], [1, "footer-meta"], [1, "footer-meta-inner"], [1, "open-government-licence"], [1, "logo"], ["href", "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "rel", "license"], [1, "copyright"], ["href", "https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/"], [1, "title"], [1, "footer-text"], [1, "email"], [3, "href"], [1, "phone"], [1, "work-hours"]], template: function FooterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
151
|
-
i0.ɵɵprojectionDef(_c0$
|
|
151
|
+
i0.ɵɵprojectionDef(_c0$12);
|
|
152
152
|
i0.ɵɵelementStart(0, "footer", 0);
|
|
153
153
|
i0.ɵɵelementStart(1, "div", 1);
|
|
154
154
|
i0.ɵɵtemplate(2, FooterComponent_div_2_Template, 20, 15, "div", 2);
|
|
@@ -221,7 +221,7 @@ function HeaderBarComponent_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
|
221
221
|
i0.ɵɵadvance(3);
|
|
222
222
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 1, ctx_r2.title));
|
|
223
223
|
} }
|
|
224
|
-
const _c0$
|
|
224
|
+
const _c0$11 = [[["", "headerNavigation", ""]]];
|
|
225
225
|
const _c1$r = ["[headerNavigation]"];
|
|
226
226
|
class HeaderBarComponent {
|
|
227
227
|
constructor() {
|
|
@@ -233,7 +233,7 @@ class HeaderBarComponent {
|
|
|
233
233
|
}
|
|
234
234
|
HeaderBarComponent.ɵfac = function HeaderBarComponent_Factory(t) { return new (t || HeaderBarComponent)(); };
|
|
235
235
|
HeaderBarComponent.ɵcmp = i0.ɵɵdefineComponent({ type: HeaderBarComponent, selectors: [["cut-header-bar"]], inputs: { title: "title", isSolicitor: "isSolicitor", username: "username" }, outputs: { signOutRequest: "signOutRequest" }, ngContentSelectors: _c1$r, decls: 17, vars: 14, consts: [["role", "banner", "id", "global-header", 1, "with-proposition"], [1, "header-wrapper"], [1, "header-global"], [4, "ngIf"], ["class", "global-header", 4, "ngIf"], [1, "header-proposition"], [1, "content"], ["href", "#proposition-links", 1, "js-header-toggle", "menu"], ["id", "proposition-menu", 4, "ngIf"], [1, "proposition-right"], ["id", "user-name"], ["id", "sign-out", "href", "javascript:void(0)", 3, "click"], ["href", "https://www.gov.uk", "title", "Go to the GOV.UK homepage", "id", "logo", 1, "content", 2, "margin-left", "0px"], ["src", "/img/gov.uk_logotype_crown_invert_trans.png?0.23.0", "width", "36", "height", "32", "alt", ""], [1, "global-header"], [1, "title"], ["id", "proposition-menu"], [1, "title-solicitor"], ["id", "proposition-name"]], template: function HeaderBarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
236
|
-
i0.ɵɵprojectionDef(_c0$
|
|
236
|
+
i0.ɵɵprojectionDef(_c0$11);
|
|
237
237
|
i0.ɵɵelementStart(0, "header", 0);
|
|
238
238
|
i0.ɵɵelementStart(1, "div", 1);
|
|
239
239
|
i0.ɵɵelementStart(2, "div", 2);
|
|
@@ -296,13 +296,13 @@ HeaderBarComponent.ɵcmp = i0.ɵɵdefineComponent({ type: HeaderBarComponent, se
|
|
|
296
296
|
type: Output
|
|
297
297
|
}] }); })();
|
|
298
298
|
|
|
299
|
-
const _c0
|
|
299
|
+
const _c0$10 = [[["", "leftNavLinks", ""]], [["", "rightNavLinks", ""]]];
|
|
300
300
|
const _c1$q = ["[leftNavLinks]", "[rightNavLinks]"];
|
|
301
301
|
class NavigationComponent {
|
|
302
302
|
}
|
|
303
303
|
NavigationComponent.ɵfac = function NavigationComponent_Factory(t) { return new (t || NavigationComponent)(); };
|
|
304
304
|
NavigationComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NavigationComponent, selectors: [["cut-nav-bar"]], inputs: { isSolicitor: "isSolicitor" }, ngContentSelectors: _c1$q, decls: 4, vars: 2, consts: [[1, "cut-nav-bar"]], template: function NavigationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
305
|
-
i0.ɵɵprojectionDef(_c0
|
|
305
|
+
i0.ɵɵprojectionDef(_c0$10);
|
|
306
306
|
i0.ɵɵelementStart(0, "div");
|
|
307
307
|
i0.ɵɵelementStart(1, "nav", 0);
|
|
308
308
|
i0.ɵɵprojection(2);
|
|
@@ -430,13 +430,13 @@ HeadersModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[CommonModule, RouterMod
|
|
|
430
430
|
}]
|
|
431
431
|
}], null, null); })();
|
|
432
432
|
|
|
433
|
-
const _c0
|
|
433
|
+
const _c0$$ = [[["", "topBody", ""]], [["", "leftBody", ""]], [["", "rightBody", ""]]];
|
|
434
434
|
const _c1$p = ["[topBody]", "[leftBody]", "[rightBody]"];
|
|
435
435
|
class BodyComponent {
|
|
436
436
|
}
|
|
437
437
|
BodyComponent.ɵfac = function BodyComponent_Factory(t) { return new (t || BodyComponent)(); };
|
|
438
438
|
BodyComponent.ɵcmp = i0.ɵɵdefineComponent({ type: BodyComponent, selectors: [["cut-body"]], ngContentSelectors: _c1$p, decls: 4, vars: 0, consts: [[1, "global-display"]], template: function BodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
439
|
-
i0.ɵɵprojectionDef(_c0
|
|
439
|
+
i0.ɵɵprojectionDef(_c0$$);
|
|
440
440
|
i0.ɵɵelementStart(0, "div", 0);
|
|
441
441
|
i0.ɵɵprojection(1);
|
|
442
442
|
i0.ɵɵprojection(2, 1);
|
|
@@ -453,7 +453,7 @@ BodyComponent.ɵcmp = i0.ɵɵdefineComponent({ type: BodyComponent, selectors: [
|
|
|
453
453
|
}]
|
|
454
454
|
}], null, null); })();
|
|
455
455
|
|
|
456
|
-
const _c0$
|
|
456
|
+
const _c0$_ = function (a0) { return { "govuk-input--error": a0 }; };
|
|
457
457
|
function DateInputComponent_div_19_Template(rf, ctx) { if (rf & 1) {
|
|
458
458
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
459
459
|
i0.ɵɵelementStart(0, "div", 12);
|
|
@@ -472,7 +472,7 @@ function DateInputComponent_div_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
472
472
|
i0.ɵɵadvance(1);
|
|
473
473
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 6, "Hour"));
|
|
474
474
|
i0.ɵɵadvance(2);
|
|
475
|
-
i0.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0.ɵɵpureFunction1(8, _c0$
|
|
475
|
+
i0.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0.ɵɵpureFunction1(8, _c0$_, ctx_r3.isInvalid));
|
|
476
476
|
} }
|
|
477
477
|
function DateInputComponent_div_20_Template(rf, ctx) { if (rf & 1) {
|
|
478
478
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
@@ -492,7 +492,7 @@ function DateInputComponent_div_20_Template(rf, ctx) { if (rf & 1) {
|
|
|
492
492
|
i0.ɵɵadvance(1);
|
|
493
493
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 6, "Minute"));
|
|
494
494
|
i0.ɵɵadvance(2);
|
|
495
|
-
i0.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0.ɵɵpureFunction1(8, _c0$
|
|
495
|
+
i0.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0.ɵɵpureFunction1(8, _c0$_, ctx_r4.isInvalid));
|
|
496
496
|
} }
|
|
497
497
|
function DateInputComponent_div_21_Template(rf, ctx) { if (rf & 1) {
|
|
498
498
|
const _r18 = i0.ɵɵgetCurrentView();
|
|
@@ -512,7 +512,7 @@ function DateInputComponent_div_21_Template(rf, ctx) { if (rf & 1) {
|
|
|
512
512
|
i0.ɵɵadvance(1);
|
|
513
513
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 6, "Second"));
|
|
514
514
|
i0.ɵɵadvance(2);
|
|
515
|
-
i0.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0.ɵɵpureFunction1(8, _c0$
|
|
515
|
+
i0.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0.ɵɵpureFunction1(8, _c0$_, ctx_r5.isInvalid));
|
|
516
516
|
} }
|
|
517
517
|
class DateInputComponent {
|
|
518
518
|
constructor() {
|
|
@@ -746,19 +746,19 @@ DateInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DateInputComponent, se
|
|
|
746
746
|
i0.ɵɵadvance(1);
|
|
747
747
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 21, "Day"));
|
|
748
748
|
i0.ɵɵadvance(2);
|
|
749
|
-
i0.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0.ɵɵpureFunction1(27, _c0$
|
|
749
|
+
i0.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0.ɵɵpureFunction1(27, _c0$_, ctx.isInvalid));
|
|
750
750
|
i0.ɵɵadvance(3);
|
|
751
751
|
i0.ɵɵproperty("for", ctx.monthId());
|
|
752
752
|
i0.ɵɵadvance(1);
|
|
753
753
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 23, "Month"));
|
|
754
754
|
i0.ɵɵadvance(2);
|
|
755
|
-
i0.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0.ɵɵpureFunction1(29, _c0$
|
|
755
|
+
i0.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0.ɵɵpureFunction1(29, _c0$_, ctx.isInvalid));
|
|
756
756
|
i0.ɵɵadvance(3);
|
|
757
757
|
i0.ɵɵproperty("for", ctx.yearId());
|
|
758
758
|
i0.ɵɵadvance(1);
|
|
759
759
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 25, "Year"));
|
|
760
760
|
i0.ɵɵadvance(2);
|
|
761
|
-
i0.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0.ɵɵpureFunction1(31, _c0$
|
|
761
|
+
i0.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0.ɵɵpureFunction1(31, _c0$_, ctx.isInvalid));
|
|
762
762
|
i0.ɵɵadvance(2);
|
|
763
763
|
i0.ɵɵproperty("ngIf", ctx.isDateTime);
|
|
764
764
|
i0.ɵɵadvance(1);
|
|
@@ -828,7 +828,7 @@ function AlertComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
828
828
|
i0.ɵɵelementEnd();
|
|
829
829
|
i0.ɵɵelementContainerEnd();
|
|
830
830
|
} }
|
|
831
|
-
const _c0$
|
|
831
|
+
const _c0$Z = ["*"];
|
|
832
832
|
var AlertMessageType;
|
|
833
833
|
(function (AlertMessageType) {
|
|
834
834
|
AlertMessageType["WARNING"] = "warning";
|
|
@@ -848,7 +848,7 @@ AlertComponent.TYPE_SUCCESS = 'success';
|
|
|
848
848
|
AlertComponent.TYPE_ERROR = 'error';
|
|
849
849
|
AlertComponent.TYPE_INFORMATION = 'information';
|
|
850
850
|
AlertComponent.ɵfac = function AlertComponent_Factory(t) { return new (t || AlertComponent)(); };
|
|
851
|
-
AlertComponent.ɵcmp = i0.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$
|
|
851
|
+
AlertComponent.ɵcmp = i0.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$Z, decls: 11, vars: 12, consts: [[1, "hmcts-banner"], [3, "ngSwitch"], [4, "ngSwitchCase"], [1, "hmcts-banner__message"], [1, "hmcts-banner__assistive"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon"], ["d", "M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z"], ["d", "M25,6.2L8.7,23.2L0,14.1l4-4.2l4.7,4.9L21,2L25,6.2z"], ["d", "M13.7,18.5h-2.4v-2.4h2.4V18.5z M12.5,13.7c-0.7,0-1.2-0.5-1.2-1.2V7.7c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v4.8\n C13.7,13.2,13.2,13.7,12.5,13.7z M12.5,0.5c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S19.1,0.5,12.5,0.5z"]], template: function AlertComponent_Template(rf, ctx) { if (rf & 1) {
|
|
852
852
|
i0.ɵɵprojectionDef();
|
|
853
853
|
i0.ɵɵelementStart(0, "div", 0);
|
|
854
854
|
i0.ɵɵelementContainerStart(1, 1);
|
|
@@ -1086,7 +1086,7 @@ NotificationBannerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NotificationB
|
|
|
1086
1086
|
type: Output
|
|
1087
1087
|
}] }); })();
|
|
1088
1088
|
|
|
1089
|
-
const _c0$
|
|
1089
|
+
const _c0$Y = function (a0) { return { "js-hidden": a0 }; };
|
|
1090
1090
|
const _c1$o = ["*"];
|
|
1091
1091
|
class TabComponent {
|
|
1092
1092
|
}
|
|
@@ -1097,7 +1097,7 @@ TabComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TabComponent, selectors: [["
|
|
|
1097
1097
|
i0.ɵɵprojection(1);
|
|
1098
1098
|
i0.ɵɵelementEnd();
|
|
1099
1099
|
} if (rf & 2) {
|
|
1100
|
-
i0.ɵɵproperty("id", ctx.id)("ngClass", i0.ɵɵpureFunction1(3, _c0$
|
|
1100
|
+
i0.ɵɵproperty("id", ctx.id)("ngClass", i0.ɵɵpureFunction1(3, _c0$Y, !ctx.selected));
|
|
1101
1101
|
i0.ɵɵattribute("aria-hidden", !ctx.selected);
|
|
1102
1102
|
} }, directives: [i5.NgClass], styles: [".tabs-toggle[_ngcontent-%COMP%]{display:block;padding:10px 15px 3px;margin-bottom:8px}.tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{color:#0b0c0c;text-decoration:none;border-bottom:none}.tabs-toggle[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#005ea5}@media (max-width:640px){.tabs-list[_ngcontent-%COMP%]{border-bottom:1px solid #bfc1c3;margin-left:-15px;margin-right:-15px}.tabs-toggle[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3}.tabs-toggle[_ngcontent-%COMP%]:focus{color:#0b0c0c;outline:none}}@media (min-width:641px){.tabs-panel[_ngcontent-%COMP%]{border-top:1px solid #bfc1c3;clear:both;overflow:hidden}.tabs-list[_ngcontent-%COMP%]{float:left}.tabs-list-item[_ngcontent-%COMP%]{float:left;position:relative;bottom:-1px;padding-top:10px}.tabs-toggle[_ngcontent-%COMP%]{background-color:#dee0e2;border:1px solid transparent;float:left;margin:0 6px 0 0;text-decoration:none}.tabs-toggle[_ngcontent-%COMP%]:visited{color:#005ea5}.tabs-toggle-selected[_ngcontent-%COMP%], .tabs-toggle[aria-selected=true][_ngcontent-%COMP%]{background-color:#fff;border-bottom:0;border-color:#bfc1c3;padding-bottom:11px;margin-bottom:0;color:#0b0c0c}}"] });
|
|
1103
1103
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TabComponent, [{
|
|
@@ -1117,7 +1117,7 @@ TabComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TabComponent, selectors: [["
|
|
|
1117
1117
|
type: Input
|
|
1118
1118
|
}] }); })();
|
|
1119
1119
|
|
|
1120
|
-
const _c0$
|
|
1120
|
+
const _c0$X = ["tab"];
|
|
1121
1121
|
const _c1$n = function () { return ["."]; };
|
|
1122
1122
|
const _c2$3 = function (a0) { return { "tabs-toggle-selected": a0 }; };
|
|
1123
1123
|
function TabsComponent_li_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -1164,7 +1164,7 @@ TabsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TabsComponent, selectors: [
|
|
|
1164
1164
|
let _t;
|
|
1165
1165
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.panels = _t);
|
|
1166
1166
|
} }, viewQuery: function TabsComponent_Query(rf, ctx) { if (rf & 1) {
|
|
1167
|
-
i0.ɵɵviewQuery(_c0$
|
|
1167
|
+
i0.ɵɵviewQuery(_c0$X, 1);
|
|
1168
1168
|
} if (rf & 2) {
|
|
1169
1169
|
let _t;
|
|
1170
1170
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.tabs = _t);
|
|
@@ -1231,7 +1231,7 @@ TabsModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
|
|
|
1231
1231
|
}]
|
|
1232
1232
|
}], null, null); })();
|
|
1233
1233
|
|
|
1234
|
-
const _c0$
|
|
1234
|
+
const _c0$W = function (a0, a1) { return { caseLocked: a0, someoneViewing: a1 }; };
|
|
1235
1235
|
class ActivityBannerComponent {
|
|
1236
1236
|
constructor() { }
|
|
1237
1237
|
ngOnInit() {
|
|
@@ -1250,7 +1250,7 @@ ActivityBannerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ActivityBannerCom
|
|
|
1250
1250
|
i0.ɵɵelementEnd();
|
|
1251
1251
|
i0.ɵɵelementEnd();
|
|
1252
1252
|
} if (rf & 2) {
|
|
1253
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(8, _c0$
|
|
1253
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(8, _c0$W, ctx.bannerType === "editor", ctx.bannerType === "viewer"));
|
|
1254
1254
|
i0.ɵɵadvance(2);
|
|
1255
1255
|
i0.ɵɵpropertyInterpolate("alt", i0.ɵɵpipeBind1(3, 4, ctx.description));
|
|
1256
1256
|
i0.ɵɵpropertyInterpolate("src", ctx.imageLink, i0.ɵɵsanitizeUrl);
|
|
@@ -10004,7 +10004,7 @@ WriteComplexFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteComplexFi
|
|
|
10004
10004
|
type: Input
|
|
10005
10005
|
}] }); })();
|
|
10006
10006
|
|
|
10007
|
-
const _c0$
|
|
10007
|
+
const _c0$V = ["writeComplexFieldComponent"];
|
|
10008
10008
|
function WriteAddressFieldComponent_div_1_div_5_span_5_Template(rf, ctx) { if (rf & 1) {
|
|
10009
10009
|
i0.ɵɵelementStart(0, "span", 14);
|
|
10010
10010
|
i0.ɵɵtext(1);
|
|
@@ -10216,7 +10216,7 @@ class WriteAddressFieldComponent extends AbstractFieldWriteComponent {
|
|
|
10216
10216
|
}
|
|
10217
10217
|
WriteAddressFieldComponent.ɵfac = function WriteAddressFieldComponent_Factory(t) { return new (t || WriteAddressFieldComponent)(i0.ɵɵdirectiveInject(AddressesService), i0.ɵɵdirectiveInject(IsCompoundPipe)); };
|
|
10218
10218
|
WriteAddressFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteAddressFieldComponent, selectors: [["ccd-write-address-field"]], viewQuery: function WriteAddressFieldComponent_Query(rf, ctx) { if (rf & 1) {
|
|
10219
|
-
i0.ɵɵviewQuery(_c0$
|
|
10219
|
+
i0.ɵɵviewQuery(_c0$V, 1);
|
|
10220
10220
|
i0.ɵɵviewQuery(FocusElementDirective, 1);
|
|
10221
10221
|
} if (rf & 2) {
|
|
10222
10222
|
let _t;
|
|
@@ -10902,7 +10902,7 @@ function WriteCaseFlagFieldComponent_div_1_ng_container_9_Template(rf, ctx) { if
|
|
|
10902
10902
|
i0.ɵɵadvance(1);
|
|
10903
10903
|
i0.ɵɵproperty("formGroup", ctx_r11.caseFlagParentFormGroup)("defaultStatus", ctx_r11.flagType.defaultStatus);
|
|
10904
10904
|
} }
|
|
10905
|
-
const _c0$
|
|
10905
|
+
const _c0$U = function (a0) { return { "form-group-error": a0 }; };
|
|
10906
10906
|
function WriteCaseFlagFieldComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
10907
10907
|
i0.ɵɵelementStart(0, "div", 8);
|
|
10908
10908
|
i0.ɵɵelementStart(1, "div", 9);
|
|
@@ -10923,7 +10923,7 @@ function WriteCaseFlagFieldComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
10923
10923
|
i0.ɵɵadvance(1);
|
|
10924
10924
|
i0.ɵɵproperty("ngSwitch", ctx_r1.fieldState);
|
|
10925
10925
|
i0.ɵɵadvance(1);
|
|
10926
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$
|
|
10926
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$U, ctx_r1.errorMessages.length > 0));
|
|
10927
10927
|
i0.ɵɵadvance(1);
|
|
10928
10928
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 9, ctx_r1.createFlagCaption), " ");
|
|
10929
10929
|
i0.ɵɵadvance(2);
|
|
@@ -11447,7 +11447,7 @@ const ɵReadCaseLinkFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInherit
|
|
|
11447
11447
|
}]
|
|
11448
11448
|
}], null, null); })();
|
|
11449
11449
|
|
|
11450
|
-
const _c0$
|
|
11450
|
+
const _c0$T = ["writeComplexFieldComponent"];
|
|
11451
11451
|
function WriteCaseLinkFieldComponent_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
11452
11452
|
i0.ɵɵelementStart(0, "span", 6);
|
|
11453
11453
|
i0.ɵɵtext(1);
|
|
@@ -11528,7 +11528,7 @@ class WriteCaseLinkFieldComponent extends AbstractFieldWriteComponent {
|
|
|
11528
11528
|
}
|
|
11529
11529
|
WriteCaseLinkFieldComponent.ɵfac = function WriteCaseLinkFieldComponent_Factory(t) { return ɵWriteCaseLinkFieldComponent_BaseFactory(t || WriteCaseLinkFieldComponent); };
|
|
11530
11530
|
WriteCaseLinkFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteCaseLinkFieldComponent, selectors: [["ccd-write-case-link-field"]], viewQuery: function WriteCaseLinkFieldComponent_Query(rf, ctx) { if (rf & 1) {
|
|
11531
|
-
i0.ɵɵviewQuery(_c0$
|
|
11531
|
+
i0.ɵɵviewQuery(_c0$T, 1);
|
|
11532
11532
|
} if (rf & 2) {
|
|
11533
11533
|
let _t;
|
|
11534
11534
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.writeComplexFieldComponent = _t.first);
|
|
@@ -11566,7 +11566,7 @@ const ɵWriteCaseLinkFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheri
|
|
|
11566
11566
|
args: ['writeComplexFieldComponent']
|
|
11567
11567
|
}] }); })();
|
|
11568
11568
|
|
|
11569
|
-
const _c0$
|
|
11569
|
+
const _c0$S = function (a0, a1, a2, a3, a4, a5) { return { id: a0, label: a1, field_type: a2, display_context_parameter: a3, value: a4, hidden: a5 }; };
|
|
11570
11570
|
function ReadCollectionFieldComponent_table_0_tbody_2_Template(rf, ctx) { if (rf & 1) {
|
|
11571
11571
|
i0.ɵɵelementStart(0, "tbody");
|
|
11572
11572
|
i0.ɵɵelementStart(1, "tr");
|
|
@@ -11579,7 +11579,7 @@ function ReadCollectionFieldComponent_table_0_tbody_2_Template(rf, ctx) { if (rf
|
|
|
11579
11579
|
} if (rf & 2) {
|
|
11580
11580
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
11581
11581
|
i0.ɵɵadvance(4);
|
|
11582
|
-
i0.ɵɵproperty("caseField", i0.ɵɵpureFunction6(3, _c0$
|
|
11582
|
+
i0.ɵɵproperty("caseField", i0.ɵɵpureFunction6(3, _c0$S, ctx_r1.caseField.label, ctx_r1.caseField.label, ctx_r1.caseField.field_type.collection_field_type, ctx_r1.caseField.display_context_parameter, ctx_r1.caseField.value, ctx_r1.caseField.hidden))("context", ctx_r1.context)("topLevelFormGroup", ctx_r1.topLevelFormGroup);
|
|
11583
11583
|
} }
|
|
11584
11584
|
const _c1$k = function (a0, a1, a2, a3, a4) { return { id: a0, label: a1, field_type: a2, value: a3, hidden: a4 }; };
|
|
11585
11585
|
function ReadCollectionFieldComponent_table_0_tbody_3_tr_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -11720,7 +11720,7 @@ RemoveDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: RemoveDialogCompone
|
|
|
11720
11720
|
}]
|
|
11721
11721
|
}], function () { return [{ type: i1$3.MatDialogRef }]; }, null); })();
|
|
11722
11722
|
|
|
11723
|
-
const _c0$
|
|
11723
|
+
const _c0$R = ["collectionItem"];
|
|
11724
11724
|
function WriteCollectionFieldComponent_h2_9_span_1_Template(rf, ctx) { if (rf & 1) {
|
|
11725
11725
|
i0.ɵɵelementStart(0, "span", 9);
|
|
11726
11726
|
i0.ɵɵtext(1);
|
|
@@ -12113,7 +12113,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
|
|
|
12113
12113
|
}
|
|
12114
12114
|
WriteCollectionFieldComponent.ɵfac = function WriteCollectionFieldComponent_Factory(t) { return new (t || WriteCollectionFieldComponent)(i0.ɵɵdirectiveInject(i1$3.MatDialog), i0.ɵɵdirectiveInject(i2.ScrollToService), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
12115
12115
|
WriteCollectionFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) { if (rf & 1) {
|
|
12116
|
-
i0.ɵɵviewQuery(_c0$
|
|
12116
|
+
i0.ɵɵviewQuery(_c0$R, 1);
|
|
12117
12117
|
} if (rf & 2) {
|
|
12118
12118
|
let _t;
|
|
12119
12119
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.items = _t);
|
|
@@ -12450,7 +12450,7 @@ FileUploadStateService.ɵprov = i0.ɵɵdefineInjectable({ token: FileUploadState
|
|
|
12450
12450
|
type: Injectable
|
|
12451
12451
|
}], null, null); })();
|
|
12452
12452
|
|
|
12453
|
-
const _c0$
|
|
12453
|
+
const _c0$Q = ["fileInput"];
|
|
12454
12454
|
function WriteDocumentFieldComponent_span_7_Template(rf, ctx) { if (rf & 1) {
|
|
12455
12455
|
i0.ɵɵelementStart(0, "span", 12);
|
|
12456
12456
|
i0.ɵɵtext(1);
|
|
@@ -12730,7 +12730,7 @@ WriteDocumentFieldComponent.UPLOAD_ERROR_NOT_AVAILABLE = 'Document upload facili
|
|
|
12730
12730
|
WriteDocumentFieldComponent.UPLOAD_WAITING_FILE_STATUS = 'Uploading...';
|
|
12731
12731
|
WriteDocumentFieldComponent.ɵfac = function WriteDocumentFieldComponent_Factory(t) { return new (t || WriteDocumentFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(i1$3.MatDialog), i0.ɵɵdirectiveInject(FileUploadStateService)); };
|
|
12732
12732
|
WriteDocumentFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteDocumentFieldComponent, selectors: [["ccd-write-document-field"]], viewQuery: function WriteDocumentFieldComponent_Query(rf, ctx) { if (rf & 1) {
|
|
12733
|
-
i0.ɵɵviewQuery(_c0$
|
|
12733
|
+
i0.ɵɵviewQuery(_c0$Q, 1);
|
|
12734
12734
|
} if (rf & 2) {
|
|
12735
12735
|
let _t;
|
|
12736
12736
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.fileInput = _t.first);
|
|
@@ -12905,7 +12905,7 @@ function WriteDynamicListFieldComponent_option_10_Template(rf, ctx) { if (rf & 1
|
|
|
12905
12905
|
i0.ɵɵadvance(1);
|
|
12906
12906
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 2, type_r5.label));
|
|
12907
12907
|
} }
|
|
12908
|
-
const _c0$
|
|
12908
|
+
const _c0$P = function (a0) { return { "form-group-error": a0 }; };
|
|
12909
12909
|
class WriteDynamicListFieldComponent extends AbstractFieldWriteComponent {
|
|
12910
12910
|
ngOnInit() {
|
|
12911
12911
|
/**
|
|
@@ -12948,7 +12948,7 @@ WriteDynamicListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteDynam
|
|
|
12948
12948
|
i0.ɵɵelementEnd();
|
|
12949
12949
|
i0.ɵɵelementEnd();
|
|
12950
12950
|
} if (rf & 2) {
|
|
12951
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(13, _c0$
|
|
12951
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(13, _c0$P, !ctx.dynamicListFormControl.valid && (ctx.dynamicListFormControl.dirty || ctx.dynamicListFormControl.touched)));
|
|
12952
12952
|
i0.ɵɵadvance(1);
|
|
12953
12953
|
i0.ɵɵproperty("for", ctx.id());
|
|
12954
12954
|
i0.ɵɵadvance(1);
|
|
@@ -13093,7 +13093,7 @@ function WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template(rf, c
|
|
|
13093
13093
|
i0.ɵɵadvance(1);
|
|
13094
13094
|
i0.ɵɵtextInterpolate(checkbox_r4.label);
|
|
13095
13095
|
} }
|
|
13096
|
-
const _c0$
|
|
13096
|
+
const _c0$O = function (a0) { return { "error": a0 }; };
|
|
13097
13097
|
class WriteDynamicMultiSelectListFieldComponent extends AbstractFieldWriteComponent {
|
|
13098
13098
|
ngOnInit() {
|
|
13099
13099
|
this.checkboxes = new FormArray([]);
|
|
@@ -13167,7 +13167,7 @@ WriteDynamicMultiSelectListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type:
|
|
|
13167
13167
|
i0.ɵɵelementEnd();
|
|
13168
13168
|
i0.ɵɵelementEnd();
|
|
13169
13169
|
} if (rf & 2) {
|
|
13170
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$
|
|
13170
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$O, !ctx.checkboxes.valid && ctx.checkboxes.touched))("id", ctx.id());
|
|
13171
13171
|
i0.ɵɵadvance(3);
|
|
13172
13172
|
i0.ɵɵproperty("ngIf", ctx.caseField.label);
|
|
13173
13173
|
i0.ɵɵadvance(1);
|
|
@@ -13288,7 +13288,7 @@ function WriteDynamicRadioListFieldComponent_span_7_Template(rf, ctx) { if (rf &
|
|
|
13288
13288
|
i0.ɵɵadvance(1);
|
|
13289
13289
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind1(3, 3, ctx_r3.dynamicRadioListControl.errors)));
|
|
13290
13290
|
} }
|
|
13291
|
-
const _c0$
|
|
13291
|
+
const _c0$N = function (a0) { return { selected: a0 }; };
|
|
13292
13292
|
function WriteDynamicRadioListFieldComponent_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
13293
13293
|
i0.ɵɵelementStart(0, "div", 10);
|
|
13294
13294
|
i0.ɵɵelement(1, "input", 11);
|
|
@@ -13299,7 +13299,7 @@ function WriteDynamicRadioListFieldComponent_div_9_Template(rf, ctx) { if (rf &
|
|
|
13299
13299
|
} if (rf & 2) {
|
|
13300
13300
|
const radioButton_r5 = ctx.$implicit;
|
|
13301
13301
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
13302
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$
|
|
13302
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$N, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
|
|
13303
13303
|
i0.ɵɵadvance(1);
|
|
13304
13304
|
i0.ɵɵproperty("id", ctx_r4.createElementId(radioButton_r5.code))("name", ctx_r4.createElementId(radioButton_r5.code))("formControl", ctx_r4.dynamicRadioListControl)("value", radioButton_r5.code);
|
|
13305
13305
|
i0.ɵɵadvance(1);
|
|
@@ -13435,7 +13435,7 @@ function WriteEmailFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
13435
13435
|
i0.ɵɵadvance(1);
|
|
13436
13436
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind2(3, 3, ctx_r2.emailControl.errors, ctx_r2.caseField.label)));
|
|
13437
13437
|
} }
|
|
13438
|
-
const _c0$
|
|
13438
|
+
const _c0$M = function (a0) { return { "form-group-error": a0 }; };
|
|
13439
13439
|
const _c1$h = function (a0) { return { "govuk-input--error": a0 }; };
|
|
13440
13440
|
class WriteEmailFieldComponent extends AbstractFieldWriteComponent {
|
|
13441
13441
|
ngOnInit() {
|
|
@@ -13453,7 +13453,7 @@ WriteEmailFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteEmailFieldC
|
|
|
13453
13453
|
i0.ɵɵelement(5, "input", 5);
|
|
13454
13454
|
i0.ɵɵelementEnd();
|
|
13455
13455
|
} if (rf & 2) {
|
|
13456
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$
|
|
13456
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$M, !ctx.emailControl.valid && (ctx.emailControl.dirty || ctx.emailControl.touched)));
|
|
13457
13457
|
i0.ɵɵadvance(1);
|
|
13458
13458
|
i0.ɵɵproperty("for", ctx.id());
|
|
13459
13459
|
i0.ɵɵadvance(1);
|
|
@@ -13539,7 +13539,7 @@ function WriteFixedListFieldComponent_option_8_Template(rf, ctx) { if (rf & 1) {
|
|
|
13539
13539
|
i0.ɵɵadvance(1);
|
|
13540
13540
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 2, type_r4.label));
|
|
13541
13541
|
} }
|
|
13542
|
-
const _c0$
|
|
13542
|
+
const _c0$L = function (a0) { return { "form-group-error": a0 }; };
|
|
13543
13543
|
class WriteFixedListFieldComponent extends AbstractFieldWriteComponent {
|
|
13544
13544
|
get listItems() {
|
|
13545
13545
|
if (this.caseField) {
|
|
@@ -13577,7 +13577,7 @@ WriteFixedListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteFixedLi
|
|
|
13577
13577
|
i0.ɵɵelementEnd();
|
|
13578
13578
|
i0.ɵɵelementEnd();
|
|
13579
13579
|
} if (rf & 2) {
|
|
13580
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$
|
|
13580
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$L, !ctx.fixedListFormControl.valid && (ctx.fixedListFormControl.dirty || ctx.fixedListFormControl.touched)));
|
|
13581
13581
|
i0.ɵɵadvance(1);
|
|
13582
13582
|
i0.ɵɵproperty("for", ctx.id());
|
|
13583
13583
|
i0.ɵɵadvance(1);
|
|
@@ -13672,7 +13672,7 @@ function WriteFixedRadioListFieldComponent_span_6_Template(rf, ctx) { if (rf & 1
|
|
|
13672
13672
|
i0.ɵɵadvance(1);
|
|
13673
13673
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind2(3, 3, ctx_r2.fixedRadioListControl.errors, ctx_r2.caseField.label)));
|
|
13674
13674
|
} }
|
|
13675
|
-
const _c0$
|
|
13675
|
+
const _c0$K = function (a0) { return { selected: a0 }; };
|
|
13676
13676
|
function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
13677
13677
|
i0.ɵɵelementStart(0, "div", 9);
|
|
13678
13678
|
i0.ɵɵelement(1, "input", 10);
|
|
@@ -13684,7 +13684,7 @@ function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) { if (rf & 1)
|
|
|
13684
13684
|
} if (rf & 2) {
|
|
13685
13685
|
const radioButton_r4 = ctx.$implicit;
|
|
13686
13686
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
13687
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$
|
|
13687
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$K, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
|
|
13688
13688
|
i0.ɵɵadvance(1);
|
|
13689
13689
|
i0.ɵɵproperty("id", ctx_r3.id() + "-" + radioButton_r4.code)("name", ctx_r3.id())("formControl", ctx_r3.fixedRadioListControl)("value", radioButton_r4.code);
|
|
13690
13690
|
i0.ɵɵadvance(1);
|
|
@@ -13815,7 +13815,7 @@ function WriteJudicialUserFieldComponent_span_3_Template(rf, ctx) { if (rf & 1)
|
|
|
13815
13815
|
i0.ɵɵadvance(1);
|
|
13816
13816
|
i0.ɵɵtextInterpolate1(" ", ctx_r1.caseField.hint_text, " ");
|
|
13817
13817
|
} }
|
|
13818
|
-
const _c0$
|
|
13818
|
+
const _c0$J = function (a0) { return { "hide-autocomplete": a0 }; };
|
|
13819
13819
|
function WriteJudicialUserFieldComponent_mat_option_7_Template(rf, ctx) { if (rf & 1) {
|
|
13820
13820
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
13821
13821
|
i0.ɵɵelementStart(0, "mat-option", 11);
|
|
@@ -13825,7 +13825,7 @@ function WriteJudicialUserFieldComponent_mat_option_7_Template(rf, ctx) { if (rf
|
|
|
13825
13825
|
} if (rf & 2) {
|
|
13826
13826
|
const judicialUser_r5 = ctx.$implicit;
|
|
13827
13827
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
13828
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$
|
|
13828
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$J, !ctx_r3.showAutocomplete))("value", judicialUser_r5.idamId);
|
|
13829
13829
|
i0.ɵɵadvance(1);
|
|
13830
13830
|
i0.ɵɵtextInterpolate2(" ", judicialUser_r5.fullName, " (", judicialUser_r5.emailId, ") ");
|
|
13831
13831
|
} }
|
|
@@ -14539,7 +14539,7 @@ function LinkCasesComponent_div_8_div_14_span_3_Template(rf, ctx) { if (rf & 1)
|
|
|
14539
14539
|
i0.ɵɵadvance(3);
|
|
14540
14540
|
i0.ɵɵtextInterpolate1(" ", ctx_r13.caseReasonCommentsError, " ");
|
|
14541
14541
|
} }
|
|
14542
|
-
const _c0$
|
|
14542
|
+
const _c0$I = function (a0) { return { "govuk-form-group--error": a0 }; };
|
|
14543
14543
|
function LinkCasesComponent_div_8_div_14_Template(rf, ctx) { if (rf & 1) {
|
|
14544
14544
|
i0.ɵɵelementStart(0, "div", 35);
|
|
14545
14545
|
i0.ɵɵelementStart(1, "h3", 22);
|
|
@@ -14555,7 +14555,7 @@ function LinkCasesComponent_div_8_div_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
14555
14555
|
i0.ɵɵelementEnd();
|
|
14556
14556
|
} if (rf & 2) {
|
|
14557
14557
|
const ctx_r7 = i0.ɵɵnextContext(2);
|
|
14558
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$
|
|
14558
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$I, !!ctx_r7.caseReasonCommentsError));
|
|
14559
14559
|
i0.ɵɵadvance(3);
|
|
14560
14560
|
i0.ɵɵproperty("ngIf", ctx_r7.caseReasonCommentsError);
|
|
14561
14561
|
} }
|
|
@@ -14606,11 +14606,11 @@ function LinkCasesComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
|
14606
14606
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
14607
14607
|
i0.ɵɵproperty("formGroup", ctx_r0.linkCaseForm);
|
|
14608
14608
|
i0.ɵɵadvance(1);
|
|
14609
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$
|
|
14609
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$I, !!ctx_r0.caseNumberError));
|
|
14610
14610
|
i0.ɵɵadvance(3);
|
|
14611
14611
|
i0.ɵɵproperty("ngIf", ctx_r0.caseNumberError);
|
|
14612
14612
|
i0.ɵɵadvance(2);
|
|
14613
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
14613
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$I, !!ctx_r0.caseReasonError));
|
|
14614
14614
|
i0.ɵɵadvance(5);
|
|
14615
14615
|
i0.ɵɵproperty("ngIf", ctx_r0.caseReasonError);
|
|
14616
14616
|
i0.ɵɵadvance(2);
|
|
@@ -15021,7 +15021,7 @@ LinkCasesComponent.ɵcmp = i0.ɵɵdefineComponent({ type: LinkCasesComponent, se
|
|
|
15021
15021
|
i0.ɵɵadvance(4);
|
|
15022
15022
|
i0.ɵɵproperty("ngIf", ctx.linkCaseForm);
|
|
15023
15023
|
i0.ɵɵadvance(4);
|
|
15024
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$
|
|
15024
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$I, !!ctx.noSelectedCaseError));
|
|
15025
15025
|
i0.ɵɵadvance(1);
|
|
15026
15026
|
i0.ɵɵproperty("ngIf", ctx.noSelectedCaseError);
|
|
15027
15027
|
i0.ɵɵadvance(18);
|
|
@@ -15654,7 +15654,7 @@ function UnLinkCasesComponent_div_0_div_4_div_3_Template(rf, ctx) { if (rf & 1)
|
|
|
15654
15654
|
i0.ɵɵadvance(1);
|
|
15655
15655
|
i0.ɵɵtextInterpolate2(" ", case_r4.caseName, " ", i0.ɵɵpipeBind1(4, 6, case_r4.caseReference), " ");
|
|
15656
15656
|
} }
|
|
15657
|
-
const _c0$
|
|
15657
|
+
const _c0$H = function (a0) { return { "govuk-form-group--error": a0 }; };
|
|
15658
15658
|
function UnLinkCasesComponent_div_0_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
15659
15659
|
i0.ɵɵelementStart(0, "div", 7);
|
|
15660
15660
|
i0.ɵɵtemplate(1, UnLinkCasesComponent_div_0_div_4_p_1_Template, 4, 1, "p", 8);
|
|
@@ -15664,7 +15664,7 @@ function UnLinkCasesComponent_div_0_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
15664
15664
|
i0.ɵɵelementEnd();
|
|
15665
15665
|
} if (rf & 2) {
|
|
15666
15666
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
15667
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$
|
|
15667
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$H, ctx_r1.unlinkErrorMessage))("formGroup", ctx_r1.unlinkCaseForm);
|
|
15668
15668
|
i0.ɵɵadvance(1);
|
|
15669
15669
|
i0.ɵɵproperty("ngIf", ctx_r1.unlinkErrorMessage);
|
|
15670
15670
|
i0.ɵɵadvance(2);
|
|
@@ -16436,7 +16436,7 @@ function WriteMoneyGbpFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
16436
16436
|
i0.ɵɵadvance(1);
|
|
16437
16437
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind2(3, 3, ctx_r2.moneyGbpControl.errors, ctx_r2.caseField.label)));
|
|
16438
16438
|
} }
|
|
16439
|
-
const _c0$
|
|
16439
|
+
const _c0$G = function (a0) { return { "form-group-error": a0 }; };
|
|
16440
16440
|
class WriteMoneyGbpFieldComponent extends AbstractFieldWriteComponent {
|
|
16441
16441
|
ngOnInit() {
|
|
16442
16442
|
this.moneyGbpControl = this.registerControl(new FormControl(this.caseField.value));
|
|
@@ -16459,7 +16459,7 @@ WriteMoneyGbpFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteMoneyGbp
|
|
|
16459
16459
|
i0.ɵɵelementEnd();
|
|
16460
16460
|
i0.ɵɵelementEnd();
|
|
16461
16461
|
} if (rf & 2) {
|
|
16462
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$
|
|
16462
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$G, !ctx.moneyGbpControl.valid && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched)));
|
|
16463
16463
|
i0.ɵɵadvance(1);
|
|
16464
16464
|
i0.ɵɵproperty("for", ctx.id());
|
|
16465
16465
|
i0.ɵɵadvance(1);
|
|
@@ -16583,7 +16583,7 @@ function WriteMultiSelectListFieldComponent_ng_container_6_Template(rf, ctx) { i
|
|
|
16583
16583
|
i0.ɵɵadvance(1);
|
|
16584
16584
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 6, checkbox_r4.label));
|
|
16585
16585
|
} }
|
|
16586
|
-
const _c0$
|
|
16586
|
+
const _c0$F = function (a0) { return { "error": a0 }; };
|
|
16587
16587
|
class WriteMultiSelectListFieldComponent extends AbstractFieldWriteComponent {
|
|
16588
16588
|
ngOnInit() {
|
|
16589
16589
|
this.checkboxes = new FormArray([]);
|
|
@@ -16638,7 +16638,7 @@ WriteMultiSelectListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteM
|
|
|
16638
16638
|
i0.ɵɵelementEnd();
|
|
16639
16639
|
i0.ɵɵelementEnd();
|
|
16640
16640
|
} if (rf & 2) {
|
|
16641
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$
|
|
16641
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$F, !ctx.checkboxes.valid && (ctx.checkboxes.dirty || ctx.checkboxes.touched)))("id", ctx.id());
|
|
16642
16642
|
i0.ɵɵadvance(3);
|
|
16643
16643
|
i0.ɵɵproperty("ngIf", ctx.caseField.label);
|
|
16644
16644
|
i0.ɵɵadvance(1);
|
|
@@ -16710,7 +16710,7 @@ function WriteNumberFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
16710
16710
|
i0.ɵɵadvance(1);
|
|
16711
16711
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind2(3, 3, ctx_r2.numberControl.errors, ctx_r2.caseField.label)));
|
|
16712
16712
|
} }
|
|
16713
|
-
const _c0$
|
|
16713
|
+
const _c0$E = function (a0) { return { "form-group-error": a0 }; };
|
|
16714
16714
|
const _c1$e = function (a0) { return { "govuk-input--error": a0 }; };
|
|
16715
16715
|
class WriteNumberFieldComponent extends AbstractFieldWriteComponent {
|
|
16716
16716
|
ngOnInit() {
|
|
@@ -16728,7 +16728,7 @@ WriteNumberFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteNumberFiel
|
|
|
16728
16728
|
i0.ɵɵelement(5, "input", 5);
|
|
16729
16729
|
i0.ɵɵelementEnd();
|
|
16730
16730
|
} if (rf & 2) {
|
|
16731
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$
|
|
16731
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$E, !ctx.numberControl.valid && ctx.numberControl.dirty));
|
|
16732
16732
|
i0.ɵɵadvance(1);
|
|
16733
16733
|
i0.ɵɵproperty("for", ctx.id());
|
|
16734
16734
|
i0.ɵɵadvance(1);
|
|
@@ -17014,7 +17014,7 @@ function WriteOrganisationFieldComponent_fieldset_3_div_17_div_4_Template(rf, ct
|
|
|
17014
17014
|
i0.ɵɵadvance(2);
|
|
17015
17015
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 1, "No results found."), " ");
|
|
17016
17016
|
} }
|
|
17017
|
-
const _c0$
|
|
17017
|
+
const _c0$D = function (a0) { return { "scroll-container ": a0 }; };
|
|
17018
17018
|
function WriteOrganisationFieldComponent_fieldset_3_div_17_Template(rf, ctx) { if (rf & 1) {
|
|
17019
17019
|
i0.ɵɵelementStart(0, "div", 26);
|
|
17020
17020
|
i0.ɵɵpipe(1, "async");
|
|
@@ -17028,7 +17028,7 @@ function WriteOrganisationFieldComponent_fieldset_3_div_17_Template(rf, ctx) { i
|
|
|
17028
17028
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
17029
17029
|
let tmp_0_0 = null;
|
|
17030
17030
|
let tmp_2_0 = null;
|
|
17031
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$
|
|
17031
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$D, ((tmp_0_0 = i0.ɵɵpipeBind1(1, 3, ctx_r2.simpleOrganisations$)) == null ? null : tmp_0_0.length) > 10));
|
|
17032
17032
|
i0.ɵɵadvance(2);
|
|
17033
17033
|
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(3, 5, ctx_r2.simpleOrganisations$));
|
|
17034
17034
|
i0.ɵɵadvance(2);
|
|
@@ -17453,7 +17453,7 @@ function WritePhoneUKFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
17453
17453
|
i0.ɵɵadvance(1);
|
|
17454
17454
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, i0.ɵɵpipeBind2(3, 3, ctx_r2.phoneUkControl.errors, ctx_r2.caseField.label)), " ");
|
|
17455
17455
|
} }
|
|
17456
|
-
const _c0$
|
|
17456
|
+
const _c0$C = function (a0) { return { "form-group-error": a0 }; };
|
|
17457
17457
|
const _c1$d = function (a0) { return { "govuk-input--error": a0 }; };
|
|
17458
17458
|
class WritePhoneUKFieldComponent extends AbstractFieldWriteComponent {
|
|
17459
17459
|
ngOnInit() {
|
|
@@ -17471,7 +17471,7 @@ WritePhoneUKFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WritePhoneUKFi
|
|
|
17471
17471
|
i0.ɵɵelement(5, "input", 5);
|
|
17472
17472
|
i0.ɵɵelementEnd();
|
|
17473
17473
|
} if (rf & 2) {
|
|
17474
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$
|
|
17474
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$C, !ctx.phoneUkControl.valid && (ctx.phoneUkControl.dirty || ctx.phoneUkControl.touched)));
|
|
17475
17475
|
i0.ɵɵadvance(1);
|
|
17476
17476
|
i0.ɵɵproperty("for", ctx.id());
|
|
17477
17477
|
i0.ɵɵadvance(1);
|
|
@@ -17634,7 +17634,25 @@ const caseFieldMockData = Object.assign(new CaseField(), {
|
|
|
17634
17634
|
collection_field_type: null
|
|
17635
17635
|
})
|
|
17636
17636
|
}),
|
|
17637
|
-
display_context_parameter: '#COLLECTION(allowInsert,allowUpdate)'
|
|
17637
|
+
display_context_parameter: '#COLLECTION(allowInsert,allowUpdate)',
|
|
17638
|
+
value: [
|
|
17639
|
+
{
|
|
17640
|
+
id: '725bf4a7-9e4c-4132-b5c1-f8028cb83459',
|
|
17641
|
+
value: {
|
|
17642
|
+
document_url: 'https://dm-store-aat.service.core-compute-aat.internal/documents/e5366837-b3f6-492d-acbf-548730625e8f',
|
|
17643
|
+
document_filename: 'Screenshot 2023-06-01 at 16.07.06.png',
|
|
17644
|
+
document_binary_url: 'https://dm-store-aat.service.core-compute-aat.internal/documents/e5366837-b3f6-492d-acbf-548730625e8f/binary'
|
|
17645
|
+
}
|
|
17646
|
+
},
|
|
17647
|
+
{
|
|
17648
|
+
id: '725bf4a7-9e4c-4132-b5c1-f8028cb83459',
|
|
17649
|
+
value: {
|
|
17650
|
+
document_url: 'https://dm-store-aat.service.core-compute-aat.internal/documents/f50ccd7a-7f28-40f3-b5f9-7ad2f6425506',
|
|
17651
|
+
document_filename: 'dummy.pdf',
|
|
17652
|
+
document_binary_url: 'https://dm-store-aat.service.core-compute-aat.internal/documents/f50ccd7a-7f28-40f3-b5f9-7ad2f6425506/binary'
|
|
17653
|
+
}
|
|
17654
|
+
}
|
|
17655
|
+
]
|
|
17638
17656
|
});
|
|
17639
17657
|
|
|
17640
17658
|
class MarkdownComponent {
|
|
@@ -17785,53 +17803,55 @@ class QueryListData {
|
|
|
17785
17803
|
}
|
|
17786
17804
|
}
|
|
17787
17805
|
|
|
17788
|
-
var
|
|
17789
|
-
(function (
|
|
17790
|
-
|
|
17791
|
-
|
|
17792
|
-
|
|
17806
|
+
var QueryItemType;
|
|
17807
|
+
(function (QueryItemType) {
|
|
17808
|
+
QueryItemType["NEW"] = "New";
|
|
17809
|
+
QueryItemType["RESPOND"] = "Respond";
|
|
17810
|
+
QueryItemType["FOLLOWUP"] = "Followup";
|
|
17811
|
+
})(QueryItemType || (QueryItemType = {}));
|
|
17793
17812
|
|
|
17794
|
-
|
|
17795
|
-
|
|
17796
|
-
|
|
17797
|
-
|
|
17798
|
-
|
|
17799
|
-
|
|
17800
|
-
|
|
17801
|
-
|
|
17802
|
-
|
|
17803
|
-
|
|
17804
|
-
|
|
17805
|
-
|
|
17806
|
-
}
|
|
17807
|
-
}
|
|
17808
|
-
QueryManagementUtils.ɵfac = function QueryManagementUtils_Factory(t) { return new (t || QueryManagementUtils)(); };
|
|
17809
|
-
QueryManagementUtils.ɵprov = i0.ɵɵdefineInjectable({ token: QueryManagementUtils, factory: QueryManagementUtils.ɵfac });
|
|
17810
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryManagementUtils, [{
|
|
17811
|
-
type: Injectable
|
|
17812
|
-
}], null, null); })();
|
|
17813
|
-
|
|
17814
|
-
function QueryCheckYourAnswersComponent_ccd_read_collection_field_31_Template(rf, ctx) { if (rf & 1) {
|
|
17815
|
-
i0.ɵɵelement(0, "ccd-read-collection-field", 14);
|
|
17813
|
+
function QueryCheckYourAnswersComponent_dl_7_Template(rf, ctx) { if (rf & 1) {
|
|
17814
|
+
i0.ɵɵelementStart(0, "dl", 5);
|
|
17815
|
+
i0.ɵɵelementStart(1, "div", 6);
|
|
17816
|
+
i0.ɵɵelementStart(2, "dt", 7);
|
|
17817
|
+
i0.ɵɵtext(3);
|
|
17818
|
+
i0.ɵɵpipe(4, "rpxTranslate");
|
|
17819
|
+
i0.ɵɵelementEnd();
|
|
17820
|
+
i0.ɵɵelementStart(5, "dd", 8);
|
|
17821
|
+
i0.ɵɵtext(6);
|
|
17822
|
+
i0.ɵɵelementEnd();
|
|
17823
|
+
i0.ɵɵelementEnd();
|
|
17824
|
+
i0.ɵɵelementEnd();
|
|
17816
17825
|
} if (rf & 2) {
|
|
17817
17826
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
17818
|
-
i0.ɵɵ
|
|
17827
|
+
i0.ɵɵadvance(3);
|
|
17828
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 2, "Submitted query"), " ");
|
|
17829
|
+
i0.ɵɵadvance(3);
|
|
17830
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.queryItem.subject, " ");
|
|
17831
|
+
} }
|
|
17832
|
+
function QueryCheckYourAnswersComponent_ccd_read_collection_field_36_Template(rf, ctx) { if (rf & 1) {
|
|
17833
|
+
i0.ɵɵelement(0, "ccd-read-collection-field", 14);
|
|
17834
|
+
} if (rf & 2) {
|
|
17835
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
17836
|
+
i0.ɵɵproperty("caseField", ctx_r1.caseField);
|
|
17819
17837
|
} }
|
|
17820
17838
|
class QueryCheckYourAnswersComponent {
|
|
17821
17839
|
constructor() {
|
|
17822
17840
|
this.backClicked = new EventEmitter();
|
|
17841
|
+
this.queryItemTypeEnum = QueryItemType;
|
|
17823
17842
|
}
|
|
17824
17843
|
ngOnInit() {
|
|
17844
|
+
// Set default value as false for testing follow up EUI-8387
|
|
17845
|
+
this.QueryCreateContext = QueryItemType.FOLLOWUP;
|
|
17846
|
+
// Mock object
|
|
17825
17847
|
this.caseField = caseFieldMockData;
|
|
17826
|
-
this.caseField.value = this.formGroup.get('attachments').value
|
|
17827
|
-
.map(QueryManagementUtils.documentToCollectionFormDocument);
|
|
17828
17848
|
}
|
|
17829
17849
|
goBack() {
|
|
17830
17850
|
this.backClicked.emit(true);
|
|
17831
17851
|
}
|
|
17832
17852
|
}
|
|
17833
17853
|
QueryCheckYourAnswersComponent.ɵfac = function QueryCheckYourAnswersComponent_Factory(t) { return new (t || QueryCheckYourAnswersComponent)(); };
|
|
17834
|
-
QueryCheckYourAnswersComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryCheckYourAnswersComponent, selectors: [["ccd-query-check-your-answers"]], inputs: { formGroup: "formGroup", queryItem: "queryItem" }, outputs: { backClicked: "backClicked" }, decls:
|
|
17854
|
+
QueryCheckYourAnswersComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryCheckYourAnswersComponent, selectors: [["ccd-query-check-your-answers"]], inputs: { formGroup: "formGroup", queryItem: "queryItem", QueryCreateContext: "QueryCreateContext" }, outputs: { backClicked: "backClicked" }, decls: 49, vars: 31, consts: [[1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds-from-desktop"], [1, "govuk-heading-l"], [1, "govuk-!-margin-bottom-4"], ["class", "govuk-summary-list govuk-!-margin-bottom-0", 4, "ngIf"], [1, "govuk-summary-list", "govuk-!-margin-bottom-0"], [1, "govuk-summary-list__row"], [1, "govuk-summary-list__key"], [1, "govuk-summary-list__value"], [1, "govuk-summary-list__actions"], [1, "govuk-link", 3, "click"], [3, "caseField", 4, "ngIf"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", "govuk-!-margin-right-3", 3, "click"], ["data-module", "govuk-button", 1, "govuk-button"], [3, "caseField"]], template: function QueryCheckYourAnswersComponent_Template(rf, ctx) { if (rf & 1) {
|
|
17835
17855
|
i0.ɵɵelementStart(0, "div", 0);
|
|
17836
17856
|
i0.ɵɵelementStart(1, "div", 1);
|
|
17837
17857
|
i0.ɵɵelementStart(2, "h1", 2);
|
|
@@ -17841,91 +17861,103 @@ QueryCheckYourAnswersComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryCheck
|
|
|
17841
17861
|
i0.ɵɵelementStart(5, "div", 3);
|
|
17842
17862
|
i0.ɵɵelement(6, "ccd-query-case-details-header");
|
|
17843
17863
|
i0.ɵɵelementEnd();
|
|
17844
|
-
i0.ɵɵ
|
|
17845
|
-
i0.ɵɵelementStart(8, "
|
|
17846
|
-
i0.ɵɵelementStart(9, "
|
|
17847
|
-
i0.ɵɵ
|
|
17848
|
-
i0.ɵɵ
|
|
17849
|
-
i0.ɵɵ
|
|
17850
|
-
i0.ɵɵelementStart(12, "dd", 7);
|
|
17851
|
-
i0.ɵɵtext(13);
|
|
17852
|
-
i0.ɵɵelementEnd();
|
|
17864
|
+
i0.ɵɵtemplate(7, QueryCheckYourAnswersComponent_dl_7_Template, 7, 4, "dl", 4);
|
|
17865
|
+
i0.ɵɵelementStart(8, "dl", 5);
|
|
17866
|
+
i0.ɵɵelementStart(9, "div", 6);
|
|
17867
|
+
i0.ɵɵelementStart(10, "dt", 7);
|
|
17868
|
+
i0.ɵɵtext(11);
|
|
17869
|
+
i0.ɵɵpipe(12, "rpxTranslate");
|
|
17853
17870
|
i0.ɵɵelementEnd();
|
|
17871
|
+
i0.ɵɵelementStart(13, "dd", 8);
|
|
17872
|
+
i0.ɵɵtext(14);
|
|
17854
17873
|
i0.ɵɵelementEnd();
|
|
17855
|
-
i0.ɵɵelementStart(
|
|
17856
|
-
i0.ɵɵelementStart(
|
|
17857
|
-
i0.ɵɵ
|
|
17874
|
+
i0.ɵɵelementStart(15, "dd", 9);
|
|
17875
|
+
i0.ɵɵelementStart(16, "a", 10);
|
|
17876
|
+
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_a_click_16_listener() { return ctx.goBack(); });
|
|
17858
17877
|
i0.ɵɵtext(17);
|
|
17859
17878
|
i0.ɵɵpipe(18, "rpxTranslate");
|
|
17860
17879
|
i0.ɵɵelementEnd();
|
|
17861
|
-
i0.ɵɵelementStart(19, "dd", 7);
|
|
17862
|
-
i0.ɵɵtext(20);
|
|
17863
17880
|
i0.ɵɵelementEnd();
|
|
17864
|
-
i0.ɵɵelementStart(21, "dd", 8);
|
|
17865
|
-
i0.ɵɵelementStart(22, "a", 9);
|
|
17866
|
-
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_a_click_22_listener() { return ctx.goBack(); });
|
|
17867
|
-
i0.ɵɵtext(23);
|
|
17868
|
-
i0.ɵɵpipe(24, "rpxTranslate");
|
|
17869
17881
|
i0.ɵɵelementEnd();
|
|
17870
17882
|
i0.ɵɵelementEnd();
|
|
17883
|
+
i0.ɵɵelementStart(19, "dl", 5);
|
|
17884
|
+
i0.ɵɵelementStart(20, "div", 6);
|
|
17885
|
+
i0.ɵɵelementStart(21, "dt", 7);
|
|
17886
|
+
i0.ɵɵtext(22);
|
|
17887
|
+
i0.ɵɵpipe(23, "rpxTranslate");
|
|
17871
17888
|
i0.ɵɵelementEnd();
|
|
17889
|
+
i0.ɵɵelementStart(24, "dd", 8);
|
|
17890
|
+
i0.ɵɵtext(25);
|
|
17872
17891
|
i0.ɵɵelementEnd();
|
|
17873
|
-
i0.ɵɵelementStart(
|
|
17874
|
-
i0.ɵɵelementStart(
|
|
17875
|
-
i0.ɵɵ
|
|
17892
|
+
i0.ɵɵelementStart(26, "dd", 9);
|
|
17893
|
+
i0.ɵɵelementStart(27, "a", 10);
|
|
17894
|
+
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_a_click_27_listener() { return ctx.goBack(); });
|
|
17876
17895
|
i0.ɵɵtext(28);
|
|
17877
17896
|
i0.ɵɵpipe(29, "rpxTranslate");
|
|
17878
17897
|
i0.ɵɵelementEnd();
|
|
17879
|
-
i0.ɵɵelementStart(30, "dd", 10);
|
|
17880
|
-
i0.ɵɵtemplate(31, QueryCheckYourAnswersComponent_ccd_read_collection_field_31_Template, 1, 1, "ccd-read-collection-field", 11);
|
|
17881
17898
|
i0.ɵɵelementEnd();
|
|
17882
|
-
i0.ɵɵelementStart(32, "dd", 8);
|
|
17883
|
-
i0.ɵɵelementStart(33, "a", 9);
|
|
17884
|
-
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_a_click_33_listener() { return ctx.goBack(); });
|
|
17885
|
-
i0.ɵɵtext(34);
|
|
17886
|
-
i0.ɵɵpipe(35, "rpxTranslate");
|
|
17887
17899
|
i0.ɵɵelementEnd();
|
|
17888
17900
|
i0.ɵɵelementEnd();
|
|
17901
|
+
i0.ɵɵelementStart(30, "dl", 5);
|
|
17902
|
+
i0.ɵɵelementStart(31, "div", 6);
|
|
17903
|
+
i0.ɵɵelementStart(32, "dt", 7);
|
|
17904
|
+
i0.ɵɵtext(33);
|
|
17905
|
+
i0.ɵɵpipe(34, "rpxTranslate");
|
|
17889
17906
|
i0.ɵɵelementEnd();
|
|
17907
|
+
i0.ɵɵelementStart(35, "dd", 8);
|
|
17908
|
+
i0.ɵɵtemplate(36, QueryCheckYourAnswersComponent_ccd_read_collection_field_36_Template, 1, 1, "ccd-read-collection-field", 11);
|
|
17890
17909
|
i0.ɵɵelementEnd();
|
|
17891
|
-
i0.ɵɵ
|
|
17892
|
-
i0.ɵɵelementStart(
|
|
17893
|
-
i0.ɵɵ
|
|
17894
|
-
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_button_click_38_listener() { return ctx.goBack(); });
|
|
17910
|
+
i0.ɵɵelementStart(37, "dd", 9);
|
|
17911
|
+
i0.ɵɵelementStart(38, "a", 10);
|
|
17912
|
+
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_a_click_38_listener() { return ctx.goBack(); });
|
|
17895
17913
|
i0.ɵɵtext(39);
|
|
17896
17914
|
i0.ɵɵpipe(40, "rpxTranslate");
|
|
17897
17915
|
i0.ɵɵelementEnd();
|
|
17898
|
-
i0.ɵɵ
|
|
17899
|
-
i0.ɵɵ
|
|
17900
|
-
i0.ɵɵ
|
|
17916
|
+
i0.ɵɵelementEnd();
|
|
17917
|
+
i0.ɵɵelementEnd();
|
|
17918
|
+
i0.ɵɵelementEnd();
|
|
17919
|
+
i0.ɵɵelement(41, "br");
|
|
17920
|
+
i0.ɵɵelementStart(42, "div");
|
|
17921
|
+
i0.ɵɵelementStart(43, "button", 12);
|
|
17922
|
+
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_button_click_43_listener() { return ctx.goBack(); });
|
|
17923
|
+
i0.ɵɵtext(44);
|
|
17924
|
+
i0.ɵɵpipe(45, "rpxTranslate");
|
|
17925
|
+
i0.ɵɵelementEnd();
|
|
17926
|
+
i0.ɵɵelementStart(46, "button", 13);
|
|
17927
|
+
i0.ɵɵtext(47);
|
|
17928
|
+
i0.ɵɵpipe(48, "rpxTranslate");
|
|
17901
17929
|
i0.ɵɵelementEnd();
|
|
17902
17930
|
i0.ɵɵelementEnd();
|
|
17903
17931
|
i0.ɵɵelementEnd();
|
|
17904
17932
|
i0.ɵɵelementEnd();
|
|
17905
17933
|
} if (rf & 2) {
|
|
17906
17934
|
i0.ɵɵadvance(3);
|
|
17907
|
-
i0.ɵɵ
|
|
17908
|
-
i0.ɵɵadvance(
|
|
17909
|
-
i0.ɵɵ
|
|
17910
|
-
i0.ɵɵadvance(3);
|
|
17911
|
-
i0.ɵɵtextInterpolate1(" ", ctx.queryItem.subject, " ");
|
|
17935
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 13, "Review query details"), " ");
|
|
17936
|
+
i0.ɵɵadvance(4);
|
|
17937
|
+
i0.ɵɵproperty("ngIf", ctx.QueryCreateContext === ctx.queryItemTypeEnum.RESPOND);
|
|
17912
17938
|
i0.ɵɵadvance(4);
|
|
17913
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
17939
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(12, 15, "Full name"), " ");
|
|
17940
|
+
i0.ɵɵadvance(3);
|
|
17941
|
+
i0.ɵɵtextInterpolate1(" ", ctx.formGroup.controls["fullName"].value, " ");
|
|
17942
|
+
i0.ɵɵadvance(3);
|
|
17943
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 17, "Change"), " ");
|
|
17944
|
+
i0.ɵɵadvance(5);
|
|
17945
|
+
i0.ɵɵtextInterpolate1(" ", ctx.QueryCreateContext === ctx.queryItemTypeEnum.RESPOND ? "Response message" : i0.ɵɵpipeBind1(23, 19, "Query body"), " ");
|
|
17914
17946
|
i0.ɵɵadvance(3);
|
|
17915
17947
|
i0.ɵɵtextInterpolate1(" ", ctx.formGroup.controls["body"].value, " ");
|
|
17916
17948
|
i0.ɵɵadvance(3);
|
|
17917
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
17949
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(29, 21, "Change"), " ");
|
|
17918
17950
|
i0.ɵɵadvance(5);
|
|
17919
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
17951
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(34, 23, "Document attached"), " ");
|
|
17920
17952
|
i0.ɵɵadvance(3);
|
|
17921
17953
|
i0.ɵɵproperty("ngIf", ctx.caseField);
|
|
17922
17954
|
i0.ɵɵadvance(3);
|
|
17923
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
17955
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(40, 25, "Change"), " ");
|
|
17924
17956
|
i0.ɵɵadvance(5);
|
|
17925
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
17957
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(45, 27, "Previous"), " ");
|
|
17926
17958
|
i0.ɵɵadvance(3);
|
|
17927
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
17928
|
-
} }, styles: ["
|
|
17959
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(48, 29, "Submit"), " ");
|
|
17960
|
+
} }, styles: [".collection-field-table tr>td{border-bottom:none}"], encapsulation: 2 });
|
|
17929
17961
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryCheckYourAnswersComponent, [{
|
|
17930
17962
|
type: Component,
|
|
17931
17963
|
args: [{
|
|
@@ -17938,6 +17970,8 @@ QueryCheckYourAnswersComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryCheck
|
|
|
17938
17970
|
type: Input
|
|
17939
17971
|
}], queryItem: [{
|
|
17940
17972
|
type: Input
|
|
17973
|
+
}], QueryCreateContext: [{
|
|
17974
|
+
type: Input
|
|
17941
17975
|
}], backClicked: [{
|
|
17942
17976
|
type: Output
|
|
17943
17977
|
}] }); })();
|
|
@@ -17976,18 +18010,11 @@ function QueryDetailsTableComponent_ng_container_0_tr_35_Template(rf, ctx) { if
|
|
|
17976
18010
|
i0.ɵɵadvance(3);
|
|
17977
18011
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(6, 4, ctx_r1.queryItem.hearingDate, "dd MMM yyyy"));
|
|
17978
18012
|
} }
|
|
17979
|
-
function
|
|
17980
|
-
i0.ɵɵ
|
|
17981
|
-
i0.ɵɵelementStart(1, "a", 8);
|
|
17982
|
-
i0.ɵɵtext(2);
|
|
17983
|
-
i0.ɵɵelementEnd();
|
|
17984
|
-
i0.ɵɵelementEnd();
|
|
18013
|
+
function QueryDetailsTableComponent_ng_container_0_ccd_read_collection_field_41_Template(rf, ctx) { if (rf & 1) {
|
|
18014
|
+
i0.ɵɵelement(0, "ccd-read-collection-field", 8);
|
|
17985
18015
|
} if (rf & 2) {
|
|
17986
|
-
const
|
|
17987
|
-
i0.ɵɵ
|
|
17988
|
-
i0.ɵɵproperty("href", attachment_r3._links.self.href, i0.ɵɵsanitizeUrl);
|
|
17989
|
-
i0.ɵɵadvance(1);
|
|
17990
|
-
i0.ɵɵtextInterpolate(attachment_r3.originalDocumentName);
|
|
18016
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
18017
|
+
i0.ɵɵproperty("caseField", ctx_r2.caseField);
|
|
17991
18018
|
} }
|
|
17992
18019
|
function QueryDetailsTableComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
17993
18020
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -18047,7 +18074,7 @@ function QueryDetailsTableComponent_ng_container_0_Template(rf, ctx) { if (rf &
|
|
|
18047
18074
|
i0.ɵɵpipe(39, "rpxTranslate");
|
|
18048
18075
|
i0.ɵɵelementEnd();
|
|
18049
18076
|
i0.ɵɵelementStart(40, "td", 5);
|
|
18050
|
-
i0.ɵɵtemplate(41,
|
|
18077
|
+
i0.ɵɵtemplate(41, QueryDetailsTableComponent_ng_container_0_ccd_read_collection_field_41_Template, 1, 1, "ccd-read-collection-field", 7);
|
|
18051
18078
|
i0.ɵɵelementEnd();
|
|
18052
18079
|
i0.ɵɵelementEnd();
|
|
18053
18080
|
i0.ɵɵelementEnd();
|
|
@@ -18082,22 +18109,27 @@ function QueryDetailsTableComponent_ng_container_0_Template(rf, ctx) { if (rf &
|
|
|
18082
18109
|
i0.ɵɵadvance(3);
|
|
18083
18110
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(39, 29, "Attachments"));
|
|
18084
18111
|
i0.ɵɵadvance(3);
|
|
18085
|
-
i0.ɵɵproperty("
|
|
18112
|
+
i0.ɵɵproperty("ngIf", ctx_r0.caseField);
|
|
18086
18113
|
} }
|
|
18087
18114
|
class QueryDetailsTableComponent {
|
|
18115
|
+
ngOnInit() {
|
|
18116
|
+
// Mock object
|
|
18117
|
+
this.caseField = caseFieldMockData;
|
|
18118
|
+
}
|
|
18088
18119
|
}
|
|
18089
18120
|
QueryDetailsTableComponent.ɵfac = function QueryDetailsTableComponent_Factory(t) { return new (t || QueryDetailsTableComponent)(); };
|
|
18090
|
-
QueryDetailsTableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryDetailsTableComponent, selectors: [["ccd-query-details-table"]], inputs: { queryItem: "queryItem" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-table", "query-details-table"], [1, "govuk-table__body"], [1, "govuk-table__row"], ["scope", "row", 1, "govuk-table__header"], [1, "govuk-table__cell"], ["class", "govuk-table__row", 4, "ngIf"], [
|
|
18121
|
+
QueryDetailsTableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryDetailsTableComponent, selectors: [["ccd-query-details-table"]], inputs: { queryItem: "queryItem" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-table", "query-details-table"], [1, "govuk-table__body"], [1, "govuk-table__row"], ["scope", "row", 1, "govuk-table__header"], [1, "govuk-table__cell"], ["class", "govuk-table__row", 4, "ngIf"], [3, "caseField", 4, "ngIf"], [3, "caseField"]], template: function QueryDetailsTableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18091
18122
|
i0.ɵɵtemplate(0, QueryDetailsTableComponent_ng_container_0_Template, 42, 31, "ng-container", 0);
|
|
18092
18123
|
} if (rf & 2) {
|
|
18093
18124
|
i0.ɵɵproperty("ngIf", ctx.queryItem);
|
|
18094
|
-
} },
|
|
18125
|
+
} }, styles: [".query-details-table .govuk-table__header{width:330px}.query-details-table .collection-field-table tr>td{border-bottom:none}"], encapsulation: 2 });
|
|
18095
18126
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryDetailsTableComponent, [{
|
|
18096
18127
|
type: Component,
|
|
18097
18128
|
args: [{
|
|
18098
18129
|
selector: 'ccd-query-details-table',
|
|
18099
18130
|
templateUrl: './query-details-table.component.html',
|
|
18100
|
-
styleUrls: ['./query-details-table.component.scss']
|
|
18131
|
+
styleUrls: ['./query-details-table.component.scss'],
|
|
18132
|
+
encapsulation: ViewEncapsulation.None
|
|
18101
18133
|
}]
|
|
18102
18134
|
}], null, { queryItem: [{
|
|
18103
18135
|
type: Input
|
|
@@ -18336,9 +18368,6 @@ class QueryWriteAddDocumentsComponent {
|
|
|
18336
18368
|
constructor() {
|
|
18337
18369
|
this.documentFormGroup = new FormGroup({});
|
|
18338
18370
|
this.documentCollectionUpdate = new EventEmitter();
|
|
18339
|
-
}
|
|
18340
|
-
ngOnInit() {
|
|
18341
|
-
var _a;
|
|
18342
18371
|
// This field is mocked to allow the document component to be used in isolation
|
|
18343
18372
|
this.mockDocumentCaseField = Object.assign(new CaseField(), {
|
|
18344
18373
|
id: QueryWriteAddDocumentsComponent.DOCUMENTS_FORM_CONTROL_NAME,
|
|
@@ -18365,12 +18394,11 @@ class QueryWriteAddDocumentsComponent {
|
|
|
18365
18394
|
})
|
|
18366
18395
|
}),
|
|
18367
18396
|
});
|
|
18368
|
-
this.mockDocumentCaseField.value = (_a = this.formGroup.get('attachments')) === null || _a === void 0 ? void 0 : _a.value.map(QueryManagementUtils.documentToCollectionFormDocument);
|
|
18369
18397
|
}
|
|
18370
18398
|
ngAfterViewInit() {
|
|
18371
|
-
const
|
|
18372
|
-
if (
|
|
18373
|
-
this.documentFormControlSubscription =
|
|
18399
|
+
const formControl = this.documentFormGroup.get(QueryWriteAddDocumentsComponent.DOCUMENTS_FORM_CONTROL_NAME);
|
|
18400
|
+
if (formControl) {
|
|
18401
|
+
this.documentFormControlSubscription = formControl.valueChanges
|
|
18374
18402
|
.pipe(map(documents => (documents.filter((document) => { var _a; return !!((_a = document === null || document === void 0 ? void 0 : document.value) === null || _a === void 0 ? void 0 : _a.document_url); }))), map(documents => documents.map(document => document === null || document === void 0 ? void 0 : document.value)), tap(documents => this.documentCollectionUpdate.emit(documents)))
|
|
18375
18403
|
.subscribe();
|
|
18376
18404
|
}
|
|
@@ -18382,7 +18410,7 @@ class QueryWriteAddDocumentsComponent {
|
|
|
18382
18410
|
}
|
|
18383
18411
|
QueryWriteAddDocumentsComponent.DOCUMENTS_FORM_CONTROL_NAME = 'documentCollection';
|
|
18384
18412
|
QueryWriteAddDocumentsComponent.ɵfac = function QueryWriteAddDocumentsComponent_Factory(t) { return new (t || QueryWriteAddDocumentsComponent)(); };
|
|
18385
|
-
QueryWriteAddDocumentsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteAddDocumentsComponent, selectors: [["ccd-query-write-add-documents"]],
|
|
18413
|
+
QueryWriteAddDocumentsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteAddDocumentsComponent, selectors: [["ccd-query-write-add-documents"]], outputs: { documentCollectionUpdate: "documentCollectionUpdate" }, decls: 1, vars: 2, consts: [[3, "formGroup", "caseField"]], template: function QueryWriteAddDocumentsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18386
18414
|
i0.ɵɵelement(0, "ccd-write-collection-field", 0);
|
|
18387
18415
|
} if (rf & 2) {
|
|
18388
18416
|
i0.ɵɵproperty("formGroup", ctx.documentFormGroup)("caseField", ctx.mockDocumentCaseField);
|
|
@@ -18393,9 +18421,7 @@ QueryWriteAddDocumentsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWrit
|
|
|
18393
18421
|
selector: 'ccd-query-write-add-documents',
|
|
18394
18422
|
templateUrl: './query-write-add-documents.component.html'
|
|
18395
18423
|
}]
|
|
18396
|
-
}],
|
|
18397
|
-
type: Input
|
|
18398
|
-
}], documentCollectionUpdate: [{
|
|
18424
|
+
}], function () { return []; }, { documentCollectionUpdate: [{
|
|
18399
18425
|
type: Output
|
|
18400
18426
|
}] }); })();
|
|
18401
18427
|
|
|
@@ -18610,9 +18636,24 @@ QueryWriteRaiseQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteR
|
|
|
18610
18636
|
type: Input
|
|
18611
18637
|
}] }); })();
|
|
18612
18638
|
|
|
18613
|
-
function
|
|
18614
|
-
i0.ɵɵelementStart(0, "p",
|
|
18615
|
-
i0.ɵɵelementStart(1, "span",
|
|
18639
|
+
function QueryWriteRespondToQueryComponent_p_30_Template(rf, ctx) { if (rf & 1) {
|
|
18640
|
+
i0.ɵɵelementStart(0, "p", 20);
|
|
18641
|
+
i0.ɵɵelementStart(1, "span", 21);
|
|
18642
|
+
i0.ɵɵtext(2);
|
|
18643
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
18644
|
+
i0.ɵɵelementEnd();
|
|
18645
|
+
i0.ɵɵtext(4);
|
|
18646
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
18647
|
+
i0.ɵɵelementEnd();
|
|
18648
|
+
} if (rf & 2) {
|
|
18649
|
+
i0.ɵɵadvance(2);
|
|
18650
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "Error:"));
|
|
18651
|
+
i0.ɵɵadvance(2);
|
|
18652
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "Enter your full name"), " ");
|
|
18653
|
+
} }
|
|
18654
|
+
function QueryWriteRespondToQueryComponent_p_37_Template(rf, ctx) { if (rf & 1) {
|
|
18655
|
+
i0.ɵɵelementStart(0, "p", 22);
|
|
18656
|
+
i0.ɵɵelementStart(1, "span", 21);
|
|
18616
18657
|
i0.ɵɵtext(2);
|
|
18617
18658
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
18618
18659
|
i0.ɵɵelementEnd();
|
|
@@ -18625,10 +18666,20 @@ function QueryWriteRespondToQueryComponent_p_27_Template(rf, ctx) { if (rf & 1)
|
|
|
18625
18666
|
i0.ɵɵadvance(2);
|
|
18626
18667
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "Enter a response message"), " ");
|
|
18627
18668
|
} }
|
|
18669
|
+
const _c0$B = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
18628
18670
|
class QueryWriteRespondToQueryComponent {
|
|
18671
|
+
constructor(route) {
|
|
18672
|
+
this.route = route;
|
|
18673
|
+
// Set default value as false for testing follow up EUI-8454
|
|
18674
|
+
this.QueryCreateContext = QueryItemType.FOLLOWUP;
|
|
18675
|
+
this.queryItemTypeEnum = QueryItemType;
|
|
18676
|
+
}
|
|
18677
|
+
ngOnInit() {
|
|
18678
|
+
this.caseId = this.route.snapshot.params.cid;
|
|
18679
|
+
}
|
|
18629
18680
|
}
|
|
18630
|
-
QueryWriteRespondToQueryComponent.ɵfac = function QueryWriteRespondToQueryComponent_Factory(t) { return new (t || QueryWriteRespondToQueryComponent)(); };
|
|
18631
|
-
QueryWriteRespondToQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteRespondToQueryComponent, selectors: [["ccd-query-write-respond-to-query"]], inputs: { queryItem: "queryItem", formGroup: "formGroup" }, decls:
|
|
18681
|
+
QueryWriteRespondToQueryComponent.ɵfac = function QueryWriteRespondToQueryComponent_Factory(t) { return new (t || QueryWriteRespondToQueryComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
|
|
18682
|
+
QueryWriteRespondToQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteRespondToQueryComponent, selectors: [["ccd-query-write-respond-to-query"]], inputs: { queryItem: "queryItem", formGroup: "formGroup", QueryCreateContext: "QueryCreateContext" }, decls: 40, vars: 38, consts: [[1, "govuk-!-margin-bottom-2"], ["href", "javascript:void(0)", 1, "govuk-back-link", "govuk-!-margin-top-0", 3, "routerLink"], [1, "govuk-!-margin-bottom-6"], [1, "govuk-caption-l"], [1, "govuk-heading-l", "govuk-!-margin-bottom-0"], [1, "govuk-!-margin-bottom-4"], [3, "queryItem"], [1, "query-respond"], [1, "govuk-heading-m"], [3, "formGroup"], [1, "govuk-form-group"], [1, "govuk-label-wrapper"], ["for", "query-respond-fullName", 1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["id", "query-respond-fullName-hint", 1, "govuk-hint"], ["id", "query-respond-fullName-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "query-respond-fullName", "name", "query-respond-fullName", "type", "text", 1, "govuk-input", 3, "formControlName"], [1, "govuk-form-group", "body-textarea"], ["for", "query-body", 1, "govuk-label", "govuk-!-font-weight-bold"], ["id", "query-body-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "query-body", "name", "query-body", "rows", "5", "aria-describedby", "query-body-hint query-body-error", 1, "govuk-textarea", 3, "formControlName"], ["id", "query-respond-fullName-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "query-body-error", 1, "govuk-error-message"]], template: function QueryWriteRespondToQueryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18632
18683
|
i0.ɵɵelementStart(0, "div", 0);
|
|
18633
18684
|
i0.ɵɵelementStart(1, "a", 1);
|
|
18634
18685
|
i0.ɵɵtext(2);
|
|
@@ -18667,38 +18718,68 @@ QueryWriteRespondToQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWr
|
|
|
18667
18718
|
i0.ɵɵpipe(26, "rpxTranslate");
|
|
18668
18719
|
i0.ɵɵelementEnd();
|
|
18669
18720
|
i0.ɵɵelementEnd();
|
|
18670
|
-
i0.ɵɵ
|
|
18671
|
-
i0.ɵɵ
|
|
18672
|
-
i0.ɵɵ
|
|
18721
|
+
i0.ɵɵelementStart(27, "div", 13);
|
|
18722
|
+
i0.ɵɵtext(28);
|
|
18723
|
+
i0.ɵɵpipe(29, "rpxTranslate");
|
|
18724
|
+
i0.ɵɵelementEnd();
|
|
18725
|
+
i0.ɵɵtemplate(30, QueryWriteRespondToQueryComponent_p_30_Template, 6, 6, "p", 14);
|
|
18726
|
+
i0.ɵɵelement(31, "input", 15);
|
|
18727
|
+
i0.ɵɵelementEnd();
|
|
18728
|
+
i0.ɵɵelementStart(32, "div", 16);
|
|
18729
|
+
i0.ɵɵelementStart(33, "div", 11);
|
|
18730
|
+
i0.ɵɵelementStart(34, "label", 17);
|
|
18731
|
+
i0.ɵɵtext(35);
|
|
18732
|
+
i0.ɵɵpipe(36, "rpxTranslate");
|
|
18733
|
+
i0.ɵɵelementEnd();
|
|
18734
|
+
i0.ɵɵelementEnd();
|
|
18735
|
+
i0.ɵɵtemplate(37, QueryWriteRespondToQueryComponent_p_37_Template, 6, 6, "p", 18);
|
|
18736
|
+
i0.ɵɵelementStart(38, "textarea", 19);
|
|
18737
|
+
i0.ɵɵtext(39, " ");
|
|
18673
18738
|
i0.ɵɵelementEnd();
|
|
18674
18739
|
i0.ɵɵelementEnd();
|
|
18675
18740
|
i0.ɵɵelementEnd();
|
|
18676
18741
|
i0.ɵɵelementEnd();
|
|
18677
18742
|
i0.ɵɵelementEnd();
|
|
18678
18743
|
} if (rf & 2) {
|
|
18679
|
-
let
|
|
18680
|
-
let
|
|
18681
|
-
let
|
|
18682
|
-
|
|
18683
|
-
|
|
18744
|
+
let tmp_7_0 = null;
|
|
18745
|
+
let tmp_10_0 = null;
|
|
18746
|
+
let tmp_11_0 = null;
|
|
18747
|
+
let tmp_13_0 = null;
|
|
18748
|
+
let tmp_15_0 = null;
|
|
18749
|
+
let tmp_16_0 = null;
|
|
18750
|
+
i0.ɵɵadvance(1);
|
|
18751
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(36, _c0$B, ctx.caseId));
|
|
18752
|
+
i0.ɵɵadvance(1);
|
|
18753
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 22, "Back to tasks"));
|
|
18684
18754
|
i0.ɵɵadvance(5);
|
|
18685
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8,
|
|
18755
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 24, "Respond to query"));
|
|
18686
18756
|
i0.ɵɵadvance(3);
|
|
18687
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11,
|
|
18757
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 26, "Query details"));
|
|
18688
18758
|
i0.ɵɵadvance(5);
|
|
18689
18759
|
i0.ɵɵproperty("queryItem", ctx.queryItem);
|
|
18690
18760
|
i0.ɵɵadvance(4);
|
|
18691
|
-
i0.ɵɵ
|
|
18761
|
+
i0.ɵɵtextInterpolate1(" ", ctx.QueryCreateContext === ctx.queryItemTypeEnum.RESPOND ? "Respond to a query" : i0.ɵɵpipeBind1(20, 28, "Ask a follow-up question"), " ");
|
|
18692
18762
|
i0.ɵɵadvance(2);
|
|
18693
18763
|
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
18694
18764
|
i0.ɵɵadvance(1);
|
|
18695
|
-
i0.ɵɵclassProp("govuk-form-group--error", (
|
|
18765
|
+
i0.ɵɵclassProp("govuk-form-group--error", (tmp_7_0 = ctx.formGroup.get("fullName")) == null ? null : tmp_7_0.errors == null ? null : tmp_7_0.errors.length);
|
|
18766
|
+
i0.ɵɵadvance(3);
|
|
18767
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(26, 30, "Full name"), " ");
|
|
18768
|
+
i0.ɵɵadvance(3);
|
|
18769
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(29, 32, "Your full name must be included here"), " ");
|
|
18770
|
+
i0.ɵɵadvance(2);
|
|
18771
|
+
i0.ɵɵproperty("ngIf", (tmp_10_0 = ctx.formGroup.get("fullName")) == null ? null : tmp_10_0.errors == null ? null : tmp_10_0.errors.length);
|
|
18772
|
+
i0.ɵɵadvance(1);
|
|
18773
|
+
i0.ɵɵclassProp("govuk-input--error", (tmp_11_0 = ctx.formGroup.get("fullName")) == null ? null : tmp_11_0.errors == null ? null : tmp_11_0.errors.length);
|
|
18774
|
+
i0.ɵɵproperty("formControlName", "fullName");
|
|
18775
|
+
i0.ɵɵadvance(1);
|
|
18776
|
+
i0.ɵɵclassProp("govuk-form-group--error", (tmp_13_0 = ctx.formGroup.get("body")) == null ? null : tmp_13_0.errors == null ? null : tmp_13_0.errors.length);
|
|
18696
18777
|
i0.ɵɵadvance(3);
|
|
18697
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
18778
|
+
i0.ɵɵtextInterpolate1(" ", ctx.QueryCreateContext === ctx.queryItemTypeEnum.RESPOND ? "Response message" : i0.ɵɵpipeBind1(36, 34, "Query Body"), " ");
|
|
18698
18779
|
i0.ɵɵadvance(2);
|
|
18699
|
-
i0.ɵɵproperty("ngIf", (
|
|
18780
|
+
i0.ɵɵproperty("ngIf", (tmp_15_0 = ctx.formGroup.get("body")) == null ? null : tmp_15_0.errors == null ? null : tmp_15_0.errors.length);
|
|
18700
18781
|
i0.ɵɵadvance(1);
|
|
18701
|
-
i0.ɵɵclassProp("govuk-textarea--error", (
|
|
18782
|
+
i0.ɵɵclassProp("govuk-textarea--error", (tmp_16_0 = ctx.formGroup.get("body")) == null ? null : tmp_16_0.errors == null ? null : tmp_16_0.errors.length);
|
|
18702
18783
|
i0.ɵɵproperty("formControlName", "body");
|
|
18703
18784
|
} }, styles: [".query-respond[_ngcontent-%COMP%]{width:100%;max-width:720px}"] });
|
|
18704
18785
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryWriteRespondToQueryComponent, [{
|
|
@@ -18708,12 +18789,24 @@ QueryWriteRespondToQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWr
|
|
|
18708
18789
|
templateUrl: './query-write-respond-to-query.component.html',
|
|
18709
18790
|
styleUrls: ['./query-write-respond-to-query.component.scss']
|
|
18710
18791
|
}]
|
|
18711
|
-
}],
|
|
18792
|
+
}], function () { return [{ type: i1$1.ActivatedRoute }]; }, { queryItem: [{
|
|
18712
18793
|
type: Input
|
|
18713
18794
|
}], formGroup: [{
|
|
18714
18795
|
type: Input
|
|
18796
|
+
}], QueryCreateContext: [{
|
|
18797
|
+
type: Input
|
|
18715
18798
|
}] }); })();
|
|
18716
18799
|
|
|
18800
|
+
class QueryManagementUtils {
|
|
18801
|
+
static extractCaseQueriesFromCaseField() {
|
|
18802
|
+
}
|
|
18803
|
+
}
|
|
18804
|
+
QueryManagementUtils.ɵfac = function QueryManagementUtils_Factory(t) { return new (t || QueryManagementUtils)(); };
|
|
18805
|
+
QueryManagementUtils.ɵprov = i0.ɵɵdefineInjectable({ token: QueryManagementUtils, factory: QueryManagementUtils.ɵfac });
|
|
18806
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryManagementUtils, [{
|
|
18807
|
+
type: Injectable
|
|
18808
|
+
}], null, null); })();
|
|
18809
|
+
|
|
18717
18810
|
function ReadQueryManagementFieldComponent_ng_container_1_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
18718
18811
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
18719
18812
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -26152,7 +26245,8 @@ ReadQueryManagementFieldComponent, [i5.NgForOf, i5.NgIf, QueryListComponent,
|
|
|
26152
26245
|
QueryDetailsComponent], []);
|
|
26153
26246
|
i0.ɵɵsetComponentScope(WriteQueryManagementFieldComponent, [i5.NgIf, QueryWriteRespondToQueryComponent, i3.NgControlStatusGroup, i3.FormGroupDirective, QueryWriteRaiseQueryComponent], []);
|
|
26154
26247
|
i0.ɵɵsetComponentScope(QueryDetailsComponent, [i5.NgIf, QueryDetailsTableComponent], [i1.RpxTranslatePipe]);
|
|
26155
|
-
i0.ɵɵsetComponentScope(
|
|
26248
|
+
i0.ɵɵsetComponentScope(QueryDetailsTableComponent, [i5.NgIf, ReadCollectionFieldComponent], [i1.RpxTranslatePipe, i5.DatePipe]);
|
|
26249
|
+
i0.ɵɵsetComponentScope(QueryWriteRespondToQueryComponent, [i1$1.RouterLinkWithHref, QueryCaseDetailsHeaderComponent,
|
|
26156
26250
|
QueryDetailsTableComponent, i3.NgControlStatusGroup, i3.FormGroupDirective, i5.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlName], [i1.RpxTranslatePipe]);
|
|
26157
26251
|
i0.ɵɵsetComponentScope(QueryWriteRaiseQueryComponent, [QueryCaseDetailsHeaderComponent, i3.NgControlStatusGroup, i3.FormGroupDirective, i5.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlName], [i1.RpxTranslatePipe]);
|
|
26158
26252
|
i0.ɵɵsetComponentScope(QueryCheckYourAnswersComponent, [QueryCaseDetailsHeaderComponent, i5.NgIf, ReadCollectionFieldComponent], [i1.RpxTranslatePipe]);
|
|
@@ -35510,5 +35604,5 @@ class TestRouteSnapshotBuilder {
|
|
|
35510
35604
|
* Generated bundle index. Do not edit.
|
|
35511
35605
|
*/
|
|
35512
35606
|
|
|
35513
|
-
export { AbstractAppConfig, AbstractFieldReadComponent, AbstractFieldWriteComponent, Activity, ActivityBannerComponent, ActivityComponent, ActivityIconComponent, ActivityInfo, ActivityModule, ActivityPollingService, ActivityService, AddCommentsComponent, AddCommentsErrorMessage, AddCommentsStep, AddressModel, AddressOption, AddressesService, Alert, AlertComponent, AlertIconClassPipe, AlertMessageType, AlertModule, AlertService, AuthService, Banner, BannersService, BeforeYouStartComponent, BodyComponent, BrowserService, CCDCaseLinkType, CallbackErrorsComponent, CallbackErrorsContext, CaseAccessUtils, CaseBasicAccessViewComponent, CaseChallengedAccessRequestComponent, CaseChallengedAccessSuccessComponent, CaseCreateComponent, CaseDetails, CaseEditComponent, CaseEditConfirmComponent, CaseEditDataModule, CaseEditDataService, CaseEditFormComponent, CaseEditPageComponent, CaseEditSubmitComponent, CaseEditWizardGuard, CaseEditorConfig, CaseEditorModule, CaseEvent, CaseEventData, CaseEventTrigger, CaseEventTriggerComponent, CaseField, CaseFieldService, CaseFileViewFieldComponent, CaseFileViewFolderComponent, CaseFileViewFolderDocumentActionsComponent, CaseFileViewFolderSelectorComponent, CaseFileViewFolderSortComponent, CaseFileViewOverlayMenuComponent, CaseFileViewService, CaseFlagDisplayContextParameter, CaseFlagFieldState, CaseFlagFormFields, CaseFlagRefdataService, CaseFlagStatus, CaseFlagSummaryListComponent, CaseFlagSummaryListDisplayMode, CaseFlagTableComponent, CaseFlagText, CaseFlagWizardStepTitle, CaseFullAccessViewComponent, CaseHeaderComponent, CaseHeaderModule, CaseHistoryViewerFieldComponent, CaseLink, CaseLinkResponse, CaseListComponent, CaseListFiltersComponent, CaseListFiltersModule, CaseListModule, CaseNotifier, CasePaymentHistoryViewerFieldComponent, CasePrintDocument, CasePrinterComponent, CaseProgressComponent, CaseReferencePipe, CaseResolver, CaseSpecificAccessRequestComponent, CaseSpecificAccessSuccessComponent, CaseState, CaseTab, CaseTimelineComponent, CaseTimelineDisplayMode, CaseTimelineModule, CaseType, CaseTypeLite, CaseView, CaseViewComponent, CaseViewEvent, CaseViewTrigger, CaseViewerComponent, CaseViewerModule, CasesService, CaseworkerService, CcdCYAPageLabelFilterPipe, CcdCaseTitlePipe, CcdCollectionTableCaseFieldsFilterPipe, CcdPageFieldsPipe, CcdTabFieldsPipe, CheckYourAnswersComponent, ConditionalShowFormDirective, ConditionalShowModule, ConditionalShowRegistrarService, ConfirmFlagStatusComponent, ConfirmStatusErrorMessage, ConfirmStatusStep, Confirmation, ConvertHrefToRouterService, CreateCaseFiltersComponent, CreateCaseFiltersModule, CreateCaseFiltersSelection, DRAFT_PREFIX, DRAFT_QUERY_PARAM, DashPipe, DateInputComponent, DatePipe, DateTimeFormatUtils, DatetimePickerComponent, DefinitionsModule, DefinitionsService, DeleteOrCancelDialogComponent, DialogsModule, DisplayMode, Document, DocumentData, DocumentDialogComponent, DocumentLinks, DocumentManagementService, DocumentUrlPipe, Draft, DraftService, DynamicListPipe, DynamicRadioListPipe, ESQueryType, Embedded, EnumDisplayDescriptionPipe, ErrorMessageComponent, ErrorNotifierService, EventCaseField, EventCompletionReturnStates, EventCompletionStateMachineService, EventCompletionStates, EventLogComponent, EventLogDetailsComponent, EventLogTableComponent, EventMessageModule, EventStartComponent, EventStartModule, EventStartStateMachineService, EventStatusService, EventTriggerResolver, EventTriggerService, Fee, FeeValue, Field, FieldLabelPipe, FieldReadComponent, FieldReadLabelComponent, FieldType, FieldTypeSanitiser, FieldWriteComponent, FieldsFilterPipe, FieldsPurger, FieldsUtils, FirstErrorPipe, FixedListItem, FixedListPipe, FixedRadioListPipe, FlagFieldDisplayPipe, FocusElementDirective, FocusElementModule, FooterComponent, FormDocument, FormErrorService, FormValidatorsService, FormValueService, FormatTranslatorService, GreyBarService, HRef, HeaderBarComponent, HeadersModule, HttpError, HttpErrorService, HttpService, IsCompoundPipe, IsMandatoryPipe, IsReadOnlyAndNotCollectionPipe, IsReadOnlyPipe, JudicialworkerService, Jurisdiction, JurisdictionService, LabelFieldComponent, LabelSubstitutorDirective, LabelSubstitutorModule, LanguageInterpreterDisplayPipe, LinkCaseReason, LinkCasesComponent, LinkCasesFromReasonValuePipe, LinkCasesReasonValuePipe, LinkDetails, LinkFromReason, LinkReason, LinkedCasesErrorMessages, LinkedCasesEventTriggers, LinkedCasesFromTableComponent, LinkedCasesPages, LinkedCasesResponse, LinkedCasesToTableComponent, LoadingModule, LoadingService, LoadingSpinnerComponent, LoadingSpinnerModule, MEDIA_VIEWER_LOCALSTORAGE_KEY, MULTIPLE_TASKS_FOUND, ManageCaseFlagsComponent, ManageCaseFlagsLabelDisplayPipe, MarkdownComponent, MarkdownComponentModule, MoneyGbpInputComponent, MultipleTasksExistComponent, NavigationComponent, NavigationItemComponent, NavigationNotifierService, NavigationOrigin, NoLinkedCasesComponent, NoTasksAvailableComponent, NotificationBannerComponent, NotificationBannerHeaderClass, NotificationBannerType, OrderService, OrderSummary, OrganisationConverter, OrganisationService, PageValidationService, PaginationComponent, PaginationMetadata, PaginationModule, PaletteContext, PaletteModule, PaletteService, PaletteUtilsModule, Patterns, PaymentField, PhaseComponent, PipesModule, PlaceholderService, PrintUrlPipe, Profile, ProfileNotifier, ProfileService, QueryCaseDetailsHeaderComponent, QueryCheckYourAnswersComponent, QueryCreateComponent, QueryDetailsComponent, QueryDetailsTableComponent, QueryListComponent, QueryListData, QueryListItem,
|
|
35607
|
+
export { AbstractAppConfig, AbstractFieldReadComponent, AbstractFieldWriteComponent, Activity, ActivityBannerComponent, ActivityComponent, ActivityIconComponent, ActivityInfo, ActivityModule, ActivityPollingService, ActivityService, AddCommentsComponent, AddCommentsErrorMessage, AddCommentsStep, AddressModel, AddressOption, AddressesService, Alert, AlertComponent, AlertIconClassPipe, AlertMessageType, AlertModule, AlertService, AuthService, Banner, BannersService, BeforeYouStartComponent, BodyComponent, BrowserService, CCDCaseLinkType, CallbackErrorsComponent, CallbackErrorsContext, CaseAccessUtils, CaseBasicAccessViewComponent, CaseChallengedAccessRequestComponent, CaseChallengedAccessSuccessComponent, CaseCreateComponent, CaseDetails, CaseEditComponent, CaseEditConfirmComponent, CaseEditDataModule, CaseEditDataService, CaseEditFormComponent, CaseEditPageComponent, CaseEditSubmitComponent, CaseEditWizardGuard, CaseEditorConfig, CaseEditorModule, CaseEvent, CaseEventData, CaseEventTrigger, CaseEventTriggerComponent, CaseField, CaseFieldService, CaseFileViewFieldComponent, CaseFileViewFolderComponent, CaseFileViewFolderDocumentActionsComponent, CaseFileViewFolderSelectorComponent, CaseFileViewFolderSortComponent, CaseFileViewOverlayMenuComponent, CaseFileViewService, CaseFlagDisplayContextParameter, CaseFlagFieldState, CaseFlagFormFields, CaseFlagRefdataService, CaseFlagStatus, CaseFlagSummaryListComponent, CaseFlagSummaryListDisplayMode, CaseFlagTableComponent, CaseFlagText, CaseFlagWizardStepTitle, CaseFullAccessViewComponent, CaseHeaderComponent, CaseHeaderModule, CaseHistoryViewerFieldComponent, CaseLink, CaseLinkResponse, CaseListComponent, CaseListFiltersComponent, CaseListFiltersModule, CaseListModule, CaseNotifier, CasePaymentHistoryViewerFieldComponent, CasePrintDocument, CasePrinterComponent, CaseProgressComponent, CaseReferencePipe, CaseResolver, CaseSpecificAccessRequestComponent, CaseSpecificAccessSuccessComponent, CaseState, CaseTab, CaseTimelineComponent, CaseTimelineDisplayMode, CaseTimelineModule, CaseType, CaseTypeLite, CaseView, CaseViewComponent, CaseViewEvent, CaseViewTrigger, CaseViewerComponent, CaseViewerModule, CasesService, CaseworkerService, CcdCYAPageLabelFilterPipe, CcdCaseTitlePipe, CcdCollectionTableCaseFieldsFilterPipe, CcdPageFieldsPipe, CcdTabFieldsPipe, CheckYourAnswersComponent, ConditionalShowFormDirective, ConditionalShowModule, ConditionalShowRegistrarService, ConfirmFlagStatusComponent, ConfirmStatusErrorMessage, ConfirmStatusStep, Confirmation, ConvertHrefToRouterService, CreateCaseFiltersComponent, CreateCaseFiltersModule, CreateCaseFiltersSelection, DRAFT_PREFIX, DRAFT_QUERY_PARAM, DashPipe, DateInputComponent, DatePipe, DateTimeFormatUtils, DatetimePickerComponent, DefinitionsModule, DefinitionsService, DeleteOrCancelDialogComponent, DialogsModule, DisplayMode, Document, DocumentData, DocumentDialogComponent, DocumentLinks, DocumentManagementService, DocumentUrlPipe, Draft, DraftService, DynamicListPipe, DynamicRadioListPipe, ESQueryType, Embedded, EnumDisplayDescriptionPipe, ErrorMessageComponent, ErrorNotifierService, EventCaseField, EventCompletionReturnStates, EventCompletionStateMachineService, EventCompletionStates, EventLogComponent, EventLogDetailsComponent, EventLogTableComponent, EventMessageModule, EventStartComponent, EventStartModule, EventStartStateMachineService, EventStatusService, EventTriggerResolver, EventTriggerService, Fee, FeeValue, Field, FieldLabelPipe, FieldReadComponent, FieldReadLabelComponent, FieldType, FieldTypeSanitiser, FieldWriteComponent, FieldsFilterPipe, FieldsPurger, FieldsUtils, FirstErrorPipe, FixedListItem, FixedListPipe, FixedRadioListPipe, FlagFieldDisplayPipe, FocusElementDirective, FocusElementModule, FooterComponent, FormDocument, FormErrorService, FormValidatorsService, FormValueService, FormatTranslatorService, GreyBarService, HRef, HeaderBarComponent, HeadersModule, HttpError, HttpErrorService, HttpService, IsCompoundPipe, IsMandatoryPipe, IsReadOnlyAndNotCollectionPipe, IsReadOnlyPipe, JudicialworkerService, Jurisdiction, JurisdictionService, LabelFieldComponent, LabelSubstitutorDirective, LabelSubstitutorModule, LanguageInterpreterDisplayPipe, LinkCaseReason, LinkCasesComponent, LinkCasesFromReasonValuePipe, LinkCasesReasonValuePipe, LinkDetails, LinkFromReason, LinkReason, LinkedCasesErrorMessages, LinkedCasesEventTriggers, LinkedCasesFromTableComponent, LinkedCasesPages, LinkedCasesResponse, LinkedCasesToTableComponent, LoadingModule, LoadingService, LoadingSpinnerComponent, LoadingSpinnerModule, MEDIA_VIEWER_LOCALSTORAGE_KEY, MULTIPLE_TASKS_FOUND, ManageCaseFlagsComponent, ManageCaseFlagsLabelDisplayPipe, MarkdownComponent, MarkdownComponentModule, MoneyGbpInputComponent, MultipleTasksExistComponent, NavigationComponent, NavigationItemComponent, NavigationNotifierService, NavigationOrigin, NoLinkedCasesComponent, NoTasksAvailableComponent, NotificationBannerComponent, NotificationBannerHeaderClass, NotificationBannerType, OrderService, OrderSummary, OrganisationConverter, OrganisationService, PageValidationService, PaginationComponent, PaginationMetadata, PaginationModule, PaletteContext, PaletteModule, PaletteService, PaletteUtilsModule, Patterns, PaymentField, PhaseComponent, PipesModule, PlaceholderService, PrintUrlPipe, Profile, ProfileNotifier, ProfileService, QueryCaseDetailsHeaderComponent, QueryCheckYourAnswersComponent, QueryCreateComponent, QueryDetailsComponent, QueryDetailsTableComponent, QueryItemType, QueryListComponent, QueryListData, QueryListItem, QueryWriteAddDocumentsComponent, QueryWriteRaiseQueryComponent, QueryWriteRespondToQueryComponent, ReadCaseFlagFieldComponent, ReadCaseLinkFieldComponent, ReadCollectionFieldComponent, ReadComplexFieldCollectionTableComponent, ReadComplexFieldComponent, ReadComplexFieldRawComponent, ReadComplexFieldTableComponent, ReadDateFieldComponent, ReadDocumentFieldComponent, ReadDynamicListFieldComponent, ReadDynamicMultiSelectListFieldComponent, ReadDynamicRadioListFieldComponent, ReadEmailFieldComponent, ReadFieldsFilterPipe, ReadFixedListFieldComponent, ReadFixedRadioListFieldComponent, ReadJudicialUserFieldComponent, ReadLinkedCasesFieldComponent, ReadMoneyGbpFieldComponent, ReadMultiSelectListFieldComponent, ReadNumberFieldComponent, ReadOrderSummaryFieldComponent, ReadOrderSummaryRowComponent, ReadOrganisationFieldComponent, ReadOrganisationFieldRawComponent, ReadOrganisationFieldTableComponent, ReadPhoneUKFieldComponent, ReadQueryManagementFieldComponent, ReadTextAreaFieldComponent, ReadTextFieldComponent, ReadYesNoFieldComponent, RefdataCaseFlagType, RemoveDialogComponent, RequestOptionsBuilder, RouterHelperService, SaveOrDiscardDialogComponent, SearchFiltersComponent, SearchFiltersModule, SearchFiltersWrapperComponent, SearchInput, SearchLanguageInterpreterComponent, SearchLanguageInterpreterErrorMessage, SearchLanguageInterpreterStep, SearchResultComponent, SearchResultModule, SearchResultView, SearchResultViewColumn, SearchResultViewItem, SearchResultViewItemComparatorFactory, SearchService, SelectFlagErrorMessage, SelectFlagLocationComponent, SelectFlagLocationErrorMessage, SelectFlagTypeComponent, SelectFlagTypeErrorMessage, SessionStorageService, ShowCondition, SortOrder$1 as SortOrder, SortParameters, SortSearchResultPipe, TabComponent, TableColumnConfig, TableConfig, TabsComponent, TabsModule, TaskAssignedComponent, TaskCancelledComponent, TaskConflictComponent, TaskUnassignedComponent, Terms, TestRouteSnapshotBuilder, UnLinkCasesComponent, UnsupportedFieldComponent, UpdateFlagAddTranslationErrorMessage, UpdateFlagAddTranslationFormComponent, UpdateFlagAddTranslationStep, UpdateFlagComponent, UpdateFlagErrorMessage, UpdateFlagStep, UpdateFlagTitleDisplayPipe, WaysToPayFieldComponent, WindowService, Wizard, WizardFactoryService, WizardPage, WizardPageField, WorkAllocationService, WorkbasketFiltersComponent, WorkbasketFiltersModule, WorkbasketInput, WorkbasketInputFilterService, WorkbasketInputModel, WriteAddressFieldComponent, WriteCaseFlagFieldComponent, WriteCaseLinkFieldComponent, WriteCollectionFieldComponent, WriteComplexFieldComponent, WriteDateContainerFieldComponent, WriteDateFieldComponent, WriteDocumentFieldComponent, WriteDynamicListFieldComponent, WriteDynamicMultiSelectListFieldComponent, WriteDynamicRadioListFieldComponent, WriteEmailFieldComponent, WriteFixedListFieldComponent, WriteFixedRadioListFieldComponent, WriteJudicialUserFieldComponent, WriteLinkedCasesFieldComponent, WriteMoneyGbpFieldComponent, WriteMultiSelectListFieldComponent, WriteNumberFieldComponent, WriteOrderSummaryFieldComponent, WriteOrganisationComplexFieldComponent, WriteOrganisationFieldComponent, WritePhoneUKFieldComponent, WriteQueryManagementFieldComponent, WriteTextAreaFieldComponent, WriteTextFieldComponent, WriteYesNoFieldComponent, YesNoService, aCaseField, caseFieldMockData, createACL, createCaseEventTrigger, createCaseField, createComplexFieldOverride, createFieldType, createFixedListFieldType, createHiddenComplexFieldOverride, createMultiSelectListFieldType, createWizardPage, createWizardPageField, editorRouting, initDialog, newCaseField, partyMessagesMockData, textFieldType, viewerRouting };
|
|
35514
35608
|
//# sourceMappingURL=hmcts-ccd-case-ui-toolkit.js.map
|