@hmcts/ccd-case-ui-toolkit 6.16.0-query-details-navigation → 6.16.0-query-management-raise-query-function-v7
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 +434 -581
- 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 +15 -12
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +1 -45
- package/esm2015/lib/shared/components/palette/query-management/components/index.js +3 -3
- package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +20 -17
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +3 -2
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.js +125 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +41 -20
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +33 -94
- package/esm2015/lib/shared/components/palette/query-management/index.js +2 -2
- package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.js +6 -7
- package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +3 -18
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +383 -525
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +3 -3
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts +0 -2
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/index.d.ts +2 -2
- package/lib/shared/components/palette/query-management/components/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts +1 -5
- 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.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.d.ts +20 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +3 -11
- 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/index.d.ts +1 -1
- package/lib/shared/components/palette/query-management/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts +2 -3
- 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/write-query-management-field.component.d.ts +1 -5
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.js +0 -171
- package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.js +0 -2
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +0 -18
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts +0 -5
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts.map +0 -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$11 = [[["", "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$11);
|
|
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$10 = [[["", "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$10);
|
|
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$$ = [[["", "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$$);
|
|
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$Z = 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$Z, 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$Z, 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$Z, 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$Z, 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$Z, 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$Z, 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$Y = ["*"];
|
|
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$Y, 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$X = 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$X, !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$W = ["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$W, 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$V = 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$V, 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$U = ["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$U, 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$T = 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$T, 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$S = ["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$S, 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$R = 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$R, 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$Q = ["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$Q, 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$P = ["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$P, 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$O = 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$O, !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$N = 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$N, !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$M = 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$M, 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$L = 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$L, !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$K = 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$K, !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$J = 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$J, 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$I = 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$I, !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$H = 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$H, !!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$H, !!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$H, !!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$H, !!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$G = 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$G, 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$F = 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$F, !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$E = 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$E, !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$D = 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$D, !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$C = 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$C, ((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$B = 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$B, !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);
|
|
@@ -17611,49 +17611,64 @@ const partyMessagesMockData = [
|
|
|
17611
17611
|
]
|
|
17612
17612
|
}
|
|
17613
17613
|
];
|
|
17614
|
-
|
|
17615
|
-
|
|
17616
|
-
|
|
17617
|
-
|
|
17618
|
-
|
|
17619
|
-
|
|
17620
|
-
|
|
17621
|
-
|
|
17622
|
-
|
|
17623
|
-
|
|
17624
|
-
|
|
17625
|
-
|
|
17626
|
-
|
|
17627
|
-
|
|
17628
|
-
|
|
17629
|
-
min: null,
|
|
17630
|
-
max: null,
|
|
17631
|
-
regular_expression: null,
|
|
17632
|
-
fixed_list_items: [],
|
|
17633
|
-
complex_fields: [],
|
|
17634
|
-
collection_field_type: null
|
|
17635
|
-
})
|
|
17636
|
-
}),
|
|
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'
|
|
17614
|
+
|
|
17615
|
+
class QueryListItem {
|
|
17616
|
+
constructor() {
|
|
17617
|
+
this.children = [];
|
|
17618
|
+
}
|
|
17619
|
+
get lastSubmittedMessage() {
|
|
17620
|
+
const getLastSubmittedMessage = (item) => {
|
|
17621
|
+
let lastSubmittedMessage = item;
|
|
17622
|
+
if (item.children && item.children.length > 0) {
|
|
17623
|
+
for (const child of item.children) {
|
|
17624
|
+
const childLastSubmittedMessage = getLastSubmittedMessage(child);
|
|
17625
|
+
if (childLastSubmittedMessage.createdOn > lastSubmittedMessage.createdOn) {
|
|
17626
|
+
lastSubmittedMessage = childLastSubmittedMessage;
|
|
17627
|
+
}
|
|
17628
|
+
}
|
|
17653
17629
|
}
|
|
17654
|
-
|
|
17655
|
-
|
|
17656
|
-
|
|
17630
|
+
return lastSubmittedMessage;
|
|
17631
|
+
};
|
|
17632
|
+
return getLastSubmittedMessage(this);
|
|
17633
|
+
}
|
|
17634
|
+
get lastSubmittedBy() {
|
|
17635
|
+
return this.lastSubmittedMessage.name;
|
|
17636
|
+
}
|
|
17637
|
+
get lastSubmittedDate() {
|
|
17638
|
+
return new Date(this.lastSubmittedMessage.createdOn);
|
|
17639
|
+
}
|
|
17640
|
+
get lastResponseBy() {
|
|
17641
|
+
var _a;
|
|
17642
|
+
return ((_a = this.children) === null || _a === void 0 ? void 0 : _a.length) > 0 ? this.lastSubmittedMessage.name : '';
|
|
17643
|
+
}
|
|
17644
|
+
get lastResponseDate() {
|
|
17645
|
+
var _a;
|
|
17646
|
+
return ((_a = this.children) === null || _a === void 0 ? void 0 : _a.length) > 0 ? new Date(this.lastSubmittedMessage.createdOn) : null;
|
|
17647
|
+
}
|
|
17648
|
+
}
|
|
17649
|
+
|
|
17650
|
+
class QueryListData {
|
|
17651
|
+
constructor(partyMessagesGroup) {
|
|
17652
|
+
this.partyName = partyMessagesGroup.partyName;
|
|
17653
|
+
this.roleOnCase = partyMessagesGroup.roleOnCase;
|
|
17654
|
+
// get the parent messages (messages without parentId) and add the children to them
|
|
17655
|
+
const parentMessages = partyMessagesGroup.partyMessages.filter((message) => !message.parentId);
|
|
17656
|
+
this.partyMessages = parentMessages.map((message) => this.buildQueryListItem(message, partyMessagesGroup.partyMessages));
|
|
17657
|
+
}
|
|
17658
|
+
buildQueryListItem(message, allMessages) {
|
|
17659
|
+
const queryListItem = new QueryListItem();
|
|
17660
|
+
Object.assign(queryListItem, Object.assign(Object.assign({}, message), { children: allMessages
|
|
17661
|
+
.filter((childMessage) => childMessage.parentId === message.id)
|
|
17662
|
+
.map((childMessage) => this.buildQueryListItem(childMessage, allMessages)) }));
|
|
17663
|
+
return queryListItem;
|
|
17664
|
+
}
|
|
17665
|
+
}
|
|
17666
|
+
|
|
17667
|
+
var QueryListResponseStatus;
|
|
17668
|
+
(function (QueryListResponseStatus) {
|
|
17669
|
+
QueryListResponseStatus["NEW"] = "New";
|
|
17670
|
+
QueryListResponseStatus["RESPONDED"] = "Responded";
|
|
17671
|
+
})(QueryListResponseStatus || (QueryListResponseStatus = {}));
|
|
17657
17672
|
|
|
17658
17673
|
class MarkdownComponent {
|
|
17659
17674
|
constructor() { }
|
|
@@ -17751,247 +17766,75 @@ QueryCaseDetailsHeaderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryCase
|
|
|
17751
17766
|
}]
|
|
17752
17767
|
}], function () { return [{ type: i1$1.ActivatedRoute }]; }, null); })();
|
|
17753
17768
|
|
|
17754
|
-
class
|
|
17769
|
+
class QueryCreateComponent {
|
|
17755
17770
|
constructor() {
|
|
17756
|
-
this.children = [];
|
|
17757
17771
|
}
|
|
17758
|
-
|
|
17759
|
-
const getLastSubmittedMessage = (item) => {
|
|
17760
|
-
let lastSubmittedMessage = item;
|
|
17761
|
-
if (item.children && item.children.length > 0) {
|
|
17762
|
-
for (const child of item.children) {
|
|
17763
|
-
const childLastSubmittedMessage = getLastSubmittedMessage(child);
|
|
17764
|
-
if (childLastSubmittedMessage.createdOn > lastSubmittedMessage.createdOn) {
|
|
17765
|
-
lastSubmittedMessage = childLastSubmittedMessage;
|
|
17766
|
-
}
|
|
17767
|
-
}
|
|
17768
|
-
}
|
|
17769
|
-
return lastSubmittedMessage;
|
|
17770
|
-
};
|
|
17771
|
-
return getLastSubmittedMessage(this);
|
|
17772
|
-
}
|
|
17773
|
-
get lastSubmittedBy() {
|
|
17774
|
-
return this.lastSubmittedMessage.name;
|
|
17775
|
-
}
|
|
17776
|
-
get lastSubmittedDate() {
|
|
17777
|
-
return new Date(this.lastSubmittedMessage.createdOn);
|
|
17778
|
-
}
|
|
17779
|
-
get lastResponseBy() {
|
|
17780
|
-
var _a;
|
|
17781
|
-
return ((_a = this.children) === null || _a === void 0 ? void 0 : _a.length) > 0 ? this.lastSubmittedMessage.name : '';
|
|
17782
|
-
}
|
|
17783
|
-
get lastResponseDate() {
|
|
17784
|
-
var _a;
|
|
17785
|
-
return ((_a = this.children) === null || _a === void 0 ? void 0 : _a.length) > 0 ? new Date(this.lastSubmittedMessage.createdOn) : null;
|
|
17786
|
-
}
|
|
17787
|
-
}
|
|
17788
|
-
|
|
17789
|
-
class QueryListData {
|
|
17790
|
-
constructor(partyMessagesGroup) {
|
|
17791
|
-
this.partyName = partyMessagesGroup.partyName;
|
|
17792
|
-
this.roleOnCase = partyMessagesGroup.roleOnCase;
|
|
17793
|
-
// get the parent messages (messages without parentId) and add the children to them
|
|
17794
|
-
const parentMessages = partyMessagesGroup.partyMessages.filter((message) => !message.parentId);
|
|
17795
|
-
this.partyMessages = parentMessages.map((message) => this.buildQueryListItem(message, partyMessagesGroup.partyMessages));
|
|
17796
|
-
}
|
|
17797
|
-
buildQueryListItem(message, allMessages) {
|
|
17798
|
-
const queryListItem = new QueryListItem();
|
|
17799
|
-
Object.assign(queryListItem, Object.assign(Object.assign({}, message), { children: allMessages
|
|
17800
|
-
.filter((childMessage) => childMessage.parentId === message.id)
|
|
17801
|
-
.map((childMessage) => this.buildQueryListItem(childMessage, allMessages)) }));
|
|
17802
|
-
return queryListItem;
|
|
17772
|
+
ngOnInit() {
|
|
17803
17773
|
}
|
|
17804
17774
|
}
|
|
17775
|
+
QueryCreateComponent.ɵfac = function QueryCreateComponent_Factory(t) { return new (t || QueryCreateComponent)(); };
|
|
17776
|
+
QueryCreateComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryCreateComponent, selectors: [["ccd-query-create"]], decls: 0, vars: 0, template: function QueryCreateComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
17777
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryCreateComponent, [{
|
|
17778
|
+
type: Component,
|
|
17779
|
+
args: [{
|
|
17780
|
+
selector: 'ccd-query-create',
|
|
17781
|
+
templateUrl: './query-create.component.html',
|
|
17782
|
+
}]
|
|
17783
|
+
}], function () { return []; }, null); })();
|
|
17805
17784
|
|
|
17806
|
-
|
|
17807
|
-
|
|
17808
|
-
|
|
17809
|
-
|
|
17810
|
-
|
|
17811
|
-
|
|
17812
|
-
|
|
17813
|
-
|
|
17814
|
-
i0.ɵɵ
|
|
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);
|
|
17785
|
+
function QueryDetailsComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
17786
|
+
const _r2 = i0.ɵɵgetCurrentView();
|
|
17787
|
+
i0.ɵɵelementContainerStart(0);
|
|
17788
|
+
i0.ɵɵelementStart(1, "p");
|
|
17789
|
+
i0.ɵɵelement(2, "br");
|
|
17790
|
+
i0.ɵɵelementStart(3, "a", 1);
|
|
17791
|
+
i0.ɵɵlistener("click", function QueryDetailsComponent_ng_container_0_Template_a_click_3_listener() { i0.ɵɵrestoreView(_r2); const ctx_r1 = i0.ɵɵnextContext(); return ctx_r1.onBack(); });
|
|
17792
|
+
i0.ɵɵtext(4);
|
|
17793
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
17822
17794
|
i0.ɵɵelementEnd();
|
|
17823
17795
|
i0.ɵɵelementEnd();
|
|
17796
|
+
i0.ɵɵelementStart(6, "div", 2);
|
|
17797
|
+
i0.ɵɵtext(7);
|
|
17798
|
+
i0.ɵɵpipe(8, "rpxTranslate");
|
|
17824
17799
|
i0.ɵɵelementEnd();
|
|
17800
|
+
i0.ɵɵelement(9, "ccd-query-details-table", 3);
|
|
17801
|
+
i0.ɵɵelementContainerEnd();
|
|
17825
17802
|
} if (rf & 2) {
|
|
17826
17803
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
17804
|
+
i0.ɵɵadvance(4);
|
|
17805
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 3, "Back to queries"));
|
|
17827
17806
|
i0.ɵɵadvance(3);
|
|
17828
|
-
i0.ɵɵ
|
|
17829
|
-
i0.ɵɵadvance(
|
|
17830
|
-
i0.ɵɵ
|
|
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);
|
|
17807
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 5, "Query details"));
|
|
17808
|
+
i0.ɵɵadvance(2);
|
|
17809
|
+
i0.ɵɵproperty("queryItem", ctx_r0.query);
|
|
17837
17810
|
} }
|
|
17838
|
-
class
|
|
17811
|
+
class QueryDetailsComponent {
|
|
17839
17812
|
constructor() {
|
|
17840
17813
|
this.backClicked = new EventEmitter();
|
|
17841
|
-
this.queryItemTypeEnum = QueryItemType;
|
|
17842
17814
|
}
|
|
17843
|
-
|
|
17844
|
-
// Set default value as false for testing follow up EUI-8387
|
|
17845
|
-
this.QueryCreateContext = QueryItemType.FOLLOWUP;
|
|
17846
|
-
// Mock object
|
|
17847
|
-
this.caseField = caseFieldMockData;
|
|
17848
|
-
}
|
|
17849
|
-
goBack() {
|
|
17815
|
+
onBack() {
|
|
17850
17816
|
this.backClicked.emit(true);
|
|
17851
17817
|
}
|
|
17852
17818
|
}
|
|
17853
|
-
|
|
17854
|
-
|
|
17855
|
-
i0.ɵɵ
|
|
17856
|
-
i0.ɵɵelementStart(1, "div", 1);
|
|
17857
|
-
i0.ɵɵelementStart(2, "h1", 2);
|
|
17858
|
-
i0.ɵɵtext(3);
|
|
17859
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
17860
|
-
i0.ɵɵelementEnd();
|
|
17861
|
-
i0.ɵɵelementStart(5, "div", 3);
|
|
17862
|
-
i0.ɵɵelement(6, "ccd-query-case-details-header");
|
|
17863
|
-
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");
|
|
17870
|
-
i0.ɵɵelementEnd();
|
|
17871
|
-
i0.ɵɵelementStart(13, "dd", 8);
|
|
17872
|
-
i0.ɵɵtext(14);
|
|
17873
|
-
i0.ɵɵelementEnd();
|
|
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(); });
|
|
17877
|
-
i0.ɵɵtext(17);
|
|
17878
|
-
i0.ɵɵpipe(18, "rpxTranslate");
|
|
17879
|
-
i0.ɵɵelementEnd();
|
|
17880
|
-
i0.ɵɵelementEnd();
|
|
17881
|
-
i0.ɵɵelementEnd();
|
|
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");
|
|
17888
|
-
i0.ɵɵelementEnd();
|
|
17889
|
-
i0.ɵɵelementStart(24, "dd", 8);
|
|
17890
|
-
i0.ɵɵtext(25);
|
|
17891
|
-
i0.ɵɵelementEnd();
|
|
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(); });
|
|
17895
|
-
i0.ɵɵtext(28);
|
|
17896
|
-
i0.ɵɵpipe(29, "rpxTranslate");
|
|
17897
|
-
i0.ɵɵelementEnd();
|
|
17898
|
-
i0.ɵɵelementEnd();
|
|
17899
|
-
i0.ɵɵelementEnd();
|
|
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");
|
|
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);
|
|
17909
|
-
i0.ɵɵelementEnd();
|
|
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(); });
|
|
17913
|
-
i0.ɵɵtext(39);
|
|
17914
|
-
i0.ɵɵpipe(40, "rpxTranslate");
|
|
17915
|
-
i0.ɵɵelementEnd();
|
|
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");
|
|
17929
|
-
i0.ɵɵelementEnd();
|
|
17930
|
-
i0.ɵɵelementEnd();
|
|
17931
|
-
i0.ɵɵelementEnd();
|
|
17932
|
-
i0.ɵɵelementEnd();
|
|
17819
|
+
QueryDetailsComponent.ɵfac = function QueryDetailsComponent_Factory(t) { return new (t || QueryDetailsComponent)(); };
|
|
17820
|
+
QueryDetailsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryDetailsComponent, selectors: [["ccd-query-details"]], inputs: { query: "query" }, outputs: { backClicked: "backClicked" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], [1, "query_details_caption"], [3, "queryItem"]], template: function QueryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
17821
|
+
i0.ɵɵtemplate(0, QueryDetailsComponent_ng_container_0_Template, 10, 7, "ng-container", 0);
|
|
17933
17822
|
} if (rf & 2) {
|
|
17934
|
-
i0.ɵɵ
|
|
17935
|
-
|
|
17936
|
-
|
|
17937
|
-
i0.ɵɵproperty("ngIf", ctx.QueryCreateContext === ctx.queryItemTypeEnum.RESPOND);
|
|
17938
|
-
i0.ɵɵadvance(4);
|
|
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"), " ");
|
|
17946
|
-
i0.ɵɵadvance(3);
|
|
17947
|
-
i0.ɵɵtextInterpolate1(" ", ctx.formGroup.controls["body"].value, " ");
|
|
17948
|
-
i0.ɵɵadvance(3);
|
|
17949
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(29, 21, "Change"), " ");
|
|
17950
|
-
i0.ɵɵadvance(5);
|
|
17951
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(34, 23, "Document attached"), " ");
|
|
17952
|
-
i0.ɵɵadvance(3);
|
|
17953
|
-
i0.ɵɵproperty("ngIf", ctx.caseField);
|
|
17954
|
-
i0.ɵɵadvance(3);
|
|
17955
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(40, 25, "Change"), " ");
|
|
17956
|
-
i0.ɵɵadvance(5);
|
|
17957
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(45, 27, "Previous"), " ");
|
|
17958
|
-
i0.ɵɵadvance(3);
|
|
17959
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(48, 29, "Submit"), " ");
|
|
17960
|
-
} }, styles: [".collection-field-table tr>td{border-bottom:none}"], encapsulation: 2 });
|
|
17961
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryCheckYourAnswersComponent, [{
|
|
17823
|
+
i0.ɵɵproperty("ngIf", ctx.query);
|
|
17824
|
+
} }, styles: [".query_details_caption[_ngcontent-%COMP%]{background:#f3f2f1;padding:10px;font-size:x-large;font-weight:700}"] });
|
|
17825
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryDetailsComponent, [{
|
|
17962
17826
|
type: Component,
|
|
17963
17827
|
args: [{
|
|
17964
|
-
selector: 'ccd-query-
|
|
17965
|
-
templateUrl: './query-
|
|
17966
|
-
styleUrls: ['./query-
|
|
17967
|
-
encapsulation: ViewEncapsulation.None
|
|
17828
|
+
selector: 'ccd-query-details',
|
|
17829
|
+
templateUrl: './query-details.component.html',
|
|
17830
|
+
styleUrls: ['./query-details.component.scss']
|
|
17968
17831
|
}]
|
|
17969
|
-
}], null, {
|
|
17970
|
-
type: Input
|
|
17971
|
-
}], queryItem: [{
|
|
17972
|
-
type: Input
|
|
17973
|
-
}], QueryCreateContext: [{
|
|
17832
|
+
}], null, { query: [{
|
|
17974
17833
|
type: Input
|
|
17975
17834
|
}], backClicked: [{
|
|
17976
17835
|
type: Output
|
|
17977
17836
|
}] }); })();
|
|
17978
17837
|
|
|
17979
|
-
class QueryCreateComponent {
|
|
17980
|
-
constructor() {
|
|
17981
|
-
}
|
|
17982
|
-
ngOnInit() {
|
|
17983
|
-
}
|
|
17984
|
-
}
|
|
17985
|
-
QueryCreateComponent.ɵfac = function QueryCreateComponent_Factory(t) { return new (t || QueryCreateComponent)(); };
|
|
17986
|
-
QueryCreateComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryCreateComponent, selectors: [["ccd-query-create"]], decls: 0, vars: 0, template: function QueryCreateComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
17987
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryCreateComponent, [{
|
|
17988
|
-
type: Component,
|
|
17989
|
-
args: [{
|
|
17990
|
-
selector: 'ccd-query-create',
|
|
17991
|
-
templateUrl: './query-create.component.html',
|
|
17992
|
-
}]
|
|
17993
|
-
}], function () { return []; }, null); })();
|
|
17994
|
-
|
|
17995
17838
|
function QueryDetailsTableComponent_ng_container_0_tr_35_Template(rf, ctx) { if (rf & 1) {
|
|
17996
17839
|
i0.ɵɵelementStart(0, "tr", 3);
|
|
17997
17840
|
i0.ɵɵelementStart(1, "th", 4);
|
|
@@ -18010,11 +17853,18 @@ function QueryDetailsTableComponent_ng_container_0_tr_35_Template(rf, ctx) { if
|
|
|
18010
17853
|
i0.ɵɵadvance(3);
|
|
18011
17854
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(6, 4, ctx_r1.queryItem.hearingDate, "dd MMM yyyy"));
|
|
18012
17855
|
} }
|
|
18013
|
-
function
|
|
18014
|
-
i0.ɵɵ
|
|
17856
|
+
function QueryDetailsTableComponent_ng_container_0_div_41_Template(rf, ctx) { if (rf & 1) {
|
|
17857
|
+
i0.ɵɵelementStart(0, "div");
|
|
17858
|
+
i0.ɵɵelementStart(1, "a", 8);
|
|
17859
|
+
i0.ɵɵtext(2);
|
|
17860
|
+
i0.ɵɵelementEnd();
|
|
17861
|
+
i0.ɵɵelementEnd();
|
|
18015
17862
|
} if (rf & 2) {
|
|
18016
|
-
const
|
|
18017
|
-
i0.ɵɵ
|
|
17863
|
+
const attachment_r3 = ctx.$implicit;
|
|
17864
|
+
i0.ɵɵadvance(1);
|
|
17865
|
+
i0.ɵɵproperty("href", attachment_r3._links.self.href, i0.ɵɵsanitizeUrl);
|
|
17866
|
+
i0.ɵɵadvance(1);
|
|
17867
|
+
i0.ɵɵtextInterpolate(attachment_r3.originalDocumentName);
|
|
18018
17868
|
} }
|
|
18019
17869
|
function QueryDetailsTableComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
18020
17870
|
i0.ɵɵelementContainerStart(0);
|
|
@@ -18074,7 +17924,7 @@ function QueryDetailsTableComponent_ng_container_0_Template(rf, ctx) { if (rf &
|
|
|
18074
17924
|
i0.ɵɵpipe(39, "rpxTranslate");
|
|
18075
17925
|
i0.ɵɵelementEnd();
|
|
18076
17926
|
i0.ɵɵelementStart(40, "td", 5);
|
|
18077
|
-
i0.ɵɵtemplate(41,
|
|
17927
|
+
i0.ɵɵtemplate(41, QueryDetailsTableComponent_ng_container_0_div_41_Template, 3, 2, "div", 7);
|
|
18078
17928
|
i0.ɵɵelementEnd();
|
|
18079
17929
|
i0.ɵɵelementEnd();
|
|
18080
17930
|
i0.ɵɵelementEnd();
|
|
@@ -18109,85 +17959,27 @@ function QueryDetailsTableComponent_ng_container_0_Template(rf, ctx) { if (rf &
|
|
|
18109
17959
|
i0.ɵɵadvance(3);
|
|
18110
17960
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(39, 29, "Attachments"));
|
|
18111
17961
|
i0.ɵɵadvance(3);
|
|
18112
|
-
i0.ɵɵproperty("
|
|
17962
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.queryItem.attachments);
|
|
18113
17963
|
} }
|
|
18114
17964
|
class QueryDetailsTableComponent {
|
|
18115
|
-
ngOnInit() {
|
|
18116
|
-
// Mock object
|
|
18117
|
-
this.caseField = caseFieldMockData;
|
|
18118
|
-
}
|
|
18119
17965
|
}
|
|
18120
17966
|
QueryDetailsTableComponent.ɵfac = function QueryDetailsTableComponent_Factory(t) { return new (t || QueryDetailsTableComponent)(); };
|
|
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"], [
|
|
17967
|
+
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"], [4, "ngFor", "ngForOf"], ["target", "_blank", 3, "href"]], template: function QueryDetailsTableComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18122
17968
|
i0.ɵɵtemplate(0, QueryDetailsTableComponent_ng_container_0_Template, 42, 31, "ng-container", 0);
|
|
18123
17969
|
} if (rf & 2) {
|
|
18124
17970
|
i0.ɵɵproperty("ngIf", ctx.queryItem);
|
|
18125
|
-
} }, styles: [".query-details-table
|
|
17971
|
+
} }, directives: [i5.NgIf, i5.NgForOf], pipes: [i1.RpxTranslatePipe, i5.DatePipe], styles: [".query-details-table[_ngcontent-%COMP%] .govuk-table__header[_ngcontent-%COMP%]{width:330px}"] });
|
|
18126
17972
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryDetailsTableComponent, [{
|
|
18127
17973
|
type: Component,
|
|
18128
17974
|
args: [{
|
|
18129
17975
|
selector: 'ccd-query-details-table',
|
|
18130
17976
|
templateUrl: './query-details-table.component.html',
|
|
18131
|
-
styleUrls: ['./query-details-table.component.scss']
|
|
18132
|
-
encapsulation: ViewEncapsulation.None
|
|
17977
|
+
styleUrls: ['./query-details-table.component.scss']
|
|
18133
17978
|
}]
|
|
18134
17979
|
}], null, { queryItem: [{
|
|
18135
17980
|
type: Input
|
|
18136
17981
|
}] }); })();
|
|
18137
17982
|
|
|
18138
|
-
function QueryDetailsComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
18139
|
-
const _r2 = i0.ɵɵgetCurrentView();
|
|
18140
|
-
i0.ɵɵelementContainerStart(0);
|
|
18141
|
-
i0.ɵɵelementStart(1, "p");
|
|
18142
|
-
i0.ɵɵelement(2, "br");
|
|
18143
|
-
i0.ɵɵelementStart(3, "a", 1);
|
|
18144
|
-
i0.ɵɵlistener("click", function QueryDetailsComponent_ng_container_0_Template_a_click_3_listener() { i0.ɵɵrestoreView(_r2); const ctx_r1 = i0.ɵɵnextContext(); return ctx_r1.onBack(); });
|
|
18145
|
-
i0.ɵɵtext(4);
|
|
18146
|
-
i0.ɵɵpipe(5, "rpxTranslate");
|
|
18147
|
-
i0.ɵɵelementEnd();
|
|
18148
|
-
i0.ɵɵelementEnd();
|
|
18149
|
-
i0.ɵɵelementStart(6, "div", 2);
|
|
18150
|
-
i0.ɵɵtext(7);
|
|
18151
|
-
i0.ɵɵpipe(8, "rpxTranslate");
|
|
18152
|
-
i0.ɵɵelementEnd();
|
|
18153
|
-
i0.ɵɵelement(9, "ccd-query-details-table", 3);
|
|
18154
|
-
i0.ɵɵelementContainerEnd();
|
|
18155
|
-
} if (rf & 2) {
|
|
18156
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
18157
|
-
i0.ɵɵadvance(4);
|
|
18158
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 3, "Back to queries"));
|
|
18159
|
-
i0.ɵɵadvance(3);
|
|
18160
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 5, "Query details"));
|
|
18161
|
-
i0.ɵɵadvance(2);
|
|
18162
|
-
i0.ɵɵproperty("queryItem", ctx_r0.query);
|
|
18163
|
-
} }
|
|
18164
|
-
class QueryDetailsComponent {
|
|
18165
|
-
constructor() {
|
|
18166
|
-
this.backClicked = new EventEmitter();
|
|
18167
|
-
}
|
|
18168
|
-
onBack() {
|
|
18169
|
-
this.backClicked.emit(true);
|
|
18170
|
-
}
|
|
18171
|
-
}
|
|
18172
|
-
QueryDetailsComponent.ɵfac = function QueryDetailsComponent_Factory(t) { return new (t || QueryDetailsComponent)(); };
|
|
18173
|
-
QueryDetailsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryDetailsComponent, selectors: [["ccd-query-details"]], inputs: { query: "query" }, outputs: { backClicked: "backClicked" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], [1, "query_details_caption"], [3, "queryItem"]], template: function QueryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18174
|
-
i0.ɵɵtemplate(0, QueryDetailsComponent_ng_container_0_Template, 10, 7, "ng-container", 0);
|
|
18175
|
-
} if (rf & 2) {
|
|
18176
|
-
i0.ɵɵproperty("ngIf", ctx.query);
|
|
18177
|
-
} }, styles: [".query_details_caption[_ngcontent-%COMP%]{background:#f3f2f1;padding:10px;font-size:x-large;font-weight:700}"] });
|
|
18178
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryDetailsComponent, [{
|
|
18179
|
-
type: Component,
|
|
18180
|
-
args: [{
|
|
18181
|
-
selector: 'ccd-query-details',
|
|
18182
|
-
templateUrl: './query-details.component.html',
|
|
18183
|
-
styleUrls: ['./query-details.component.scss']
|
|
18184
|
-
}]
|
|
18185
|
-
}], null, { query: [{
|
|
18186
|
-
type: Input
|
|
18187
|
-
}], backClicked: [{
|
|
18188
|
-
type: Output
|
|
18189
|
-
}] }); })();
|
|
18190
|
-
|
|
18191
17983
|
var SortOrder;
|
|
18192
17984
|
(function (SortOrder) {
|
|
18193
17985
|
SortOrder[SortOrder["ASCENDING"] = 0] = "ASCENDING";
|
|
@@ -18364,6 +18156,126 @@ QueryListComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryListComponent, se
|
|
|
18364
18156
|
type: Output
|
|
18365
18157
|
}] }); })();
|
|
18366
18158
|
|
|
18159
|
+
class QueryWriteDateInputComponent {
|
|
18160
|
+
constructor() {
|
|
18161
|
+
this.disabled = false;
|
|
18162
|
+
}
|
|
18163
|
+
writeValue(date) {
|
|
18164
|
+
if (date instanceof Date && !isNaN(date.getTime())) {
|
|
18165
|
+
this.day = date.getDate();
|
|
18166
|
+
this.month = date.getMonth() + 1; // Months are zero-based
|
|
18167
|
+
this.year = date.getFullYear();
|
|
18168
|
+
}
|
|
18169
|
+
else {
|
|
18170
|
+
this.day = null;
|
|
18171
|
+
this.month = null;
|
|
18172
|
+
this.year = null;
|
|
18173
|
+
}
|
|
18174
|
+
}
|
|
18175
|
+
registerOnChange(fn) {
|
|
18176
|
+
this.onChange = fn;
|
|
18177
|
+
}
|
|
18178
|
+
registerOnTouched(fn) {
|
|
18179
|
+
this.onTouched = fn;
|
|
18180
|
+
}
|
|
18181
|
+
setDisabledState(isDisabled) {
|
|
18182
|
+
this.disabled = isDisabled;
|
|
18183
|
+
}
|
|
18184
|
+
updateDate() {
|
|
18185
|
+
const updatedValue = this.onChange && this.isValidDateInput() ?
|
|
18186
|
+
new Date(this.year, this.month - 1, this.day)
|
|
18187
|
+
: null;
|
|
18188
|
+
this.onChange(updatedValue);
|
|
18189
|
+
this.onTouched();
|
|
18190
|
+
}
|
|
18191
|
+
isValidDateInput() {
|
|
18192
|
+
const isValidDay = this.day >= 1 && this.day <= 31;
|
|
18193
|
+
const isValidMonth = this.month >= 1 && this.month <= 12;
|
|
18194
|
+
const isValidYear = this.year >= 0;
|
|
18195
|
+
return isValidDay && isValidMonth && isValidYear;
|
|
18196
|
+
}
|
|
18197
|
+
}
|
|
18198
|
+
QueryWriteDateInputComponent.ɵfac = function QueryWriteDateInputComponent_Factory(t) { return new (t || QueryWriteDateInputComponent)(); };
|
|
18199
|
+
QueryWriteDateInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteDateInputComponent, selectors: [["ccd-query-write-date-input"]], inputs: { formControlName: "formControlName" }, features: [i0.ɵɵProvidersFeature([
|
|
18200
|
+
{
|
|
18201
|
+
provide: NG_VALUE_ACCESSOR,
|
|
18202
|
+
useExisting: forwardRef(() => QueryWriteDateInputComponent),
|
|
18203
|
+
multi: true
|
|
18204
|
+
}
|
|
18205
|
+
])], decls: 19, vars: 24, consts: [[1, "govuk-date-input", 3, "id"], [1, "govuk-date-input__item"], [1, "govuk-form-group"], [1, "govuk-label", "govuk-date-input__label", 3, "for"], ["type", "text", "inputmode", "numeric", 1, "govuk-input", "govuk-date-input__input", "govuk-input--width-2", 3, "id", "name", "ngModel", "disabled", "ngModelChange", "input"], ["id", "formControlName + '-year'", "type", "text", "inputmode", "numeric", 1, "govuk-input", "govuk-date-input__input", "govuk-input--width-4", 3, "name", "ngModel", "disabled", "ngModelChange", "input"]], template: function QueryWriteDateInputComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18206
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
18207
|
+
i0.ɵɵelementStart(1, "div", 1);
|
|
18208
|
+
i0.ɵɵelementStart(2, "div", 2);
|
|
18209
|
+
i0.ɵɵelementStart(3, "label", 3);
|
|
18210
|
+
i0.ɵɵtext(4);
|
|
18211
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
18212
|
+
i0.ɵɵelementEnd();
|
|
18213
|
+
i0.ɵɵelementStart(6, "input", 4);
|
|
18214
|
+
i0.ɵɵlistener("ngModelChange", function QueryWriteDateInputComponent_Template_input_ngModelChange_6_listener($event) { return ctx.day = $event; })("input", function QueryWriteDateInputComponent_Template_input_input_6_listener() { return ctx.updateDate(); });
|
|
18215
|
+
i0.ɵɵelementEnd();
|
|
18216
|
+
i0.ɵɵelementEnd();
|
|
18217
|
+
i0.ɵɵelementEnd();
|
|
18218
|
+
i0.ɵɵelementStart(7, "div", 1);
|
|
18219
|
+
i0.ɵɵelementStart(8, "div", 2);
|
|
18220
|
+
i0.ɵɵelementStart(9, "label", 3);
|
|
18221
|
+
i0.ɵɵtext(10);
|
|
18222
|
+
i0.ɵɵpipe(11, "rpxTranslate");
|
|
18223
|
+
i0.ɵɵelementEnd();
|
|
18224
|
+
i0.ɵɵelementStart(12, "input", 4);
|
|
18225
|
+
i0.ɵɵlistener("ngModelChange", function QueryWriteDateInputComponent_Template_input_ngModelChange_12_listener($event) { return ctx.month = $event; })("input", function QueryWriteDateInputComponent_Template_input_input_12_listener() { return ctx.updateDate(); });
|
|
18226
|
+
i0.ɵɵelementEnd();
|
|
18227
|
+
i0.ɵɵelementEnd();
|
|
18228
|
+
i0.ɵɵelementEnd();
|
|
18229
|
+
i0.ɵɵelementStart(13, "div", 1);
|
|
18230
|
+
i0.ɵɵelementStart(14, "div", 2);
|
|
18231
|
+
i0.ɵɵelementStart(15, "label", 3);
|
|
18232
|
+
i0.ɵɵtext(16);
|
|
18233
|
+
i0.ɵɵpipe(17, "rpxTranslate");
|
|
18234
|
+
i0.ɵɵelementEnd();
|
|
18235
|
+
i0.ɵɵelementStart(18, "input", 5);
|
|
18236
|
+
i0.ɵɵlistener("ngModelChange", function QueryWriteDateInputComponent_Template_input_ngModelChange_18_listener($event) { return ctx.year = $event; })("input", function QueryWriteDateInputComponent_Template_input_input_18_listener() { return ctx.updateDate(); });
|
|
18237
|
+
i0.ɵɵelementEnd();
|
|
18238
|
+
i0.ɵɵelementEnd();
|
|
18239
|
+
i0.ɵɵelementEnd();
|
|
18240
|
+
i0.ɵɵelementEnd();
|
|
18241
|
+
} if (rf & 2) {
|
|
18242
|
+
i0.ɵɵproperty("id", ctx.formControlName);
|
|
18243
|
+
i0.ɵɵadvance(3);
|
|
18244
|
+
i0.ɵɵproperty("for", ctx.formControlName + "-day");
|
|
18245
|
+
i0.ɵɵadvance(1);
|
|
18246
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 18, "Day"), " ");
|
|
18247
|
+
i0.ɵɵadvance(2);
|
|
18248
|
+
i0.ɵɵproperty("id", ctx.formControlName + "-day")("name", ctx.formControlName + "-day")("ngModel", ctx.day)("disabled", ctx.disabled);
|
|
18249
|
+
i0.ɵɵadvance(3);
|
|
18250
|
+
i0.ɵɵproperty("for", ctx.formControlName + "-month");
|
|
18251
|
+
i0.ɵɵadvance(1);
|
|
18252
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 20, "Month"), " ");
|
|
18253
|
+
i0.ɵɵadvance(2);
|
|
18254
|
+
i0.ɵɵproperty("id", ctx.formControlName + "-month")("name", ctx.formControlName + "-month")("ngModel", ctx.month)("disabled", ctx.disabled);
|
|
18255
|
+
i0.ɵɵadvance(3);
|
|
18256
|
+
i0.ɵɵproperty("for", ctx.formControlName + "-year");
|
|
18257
|
+
i0.ɵɵadvance(1);
|
|
18258
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(17, 22, "Year"), " ");
|
|
18259
|
+
i0.ɵɵadvance(2);
|
|
18260
|
+
i0.ɵɵproperty("name", ctx.formControlName + "-year")("ngModel", ctx.year)("disabled", ctx.disabled);
|
|
18261
|
+
} }, directives: [i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgModel], pipes: [i1.RpxTranslatePipe], encapsulation: 2 });
|
|
18262
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryWriteDateInputComponent, [{
|
|
18263
|
+
type: Component,
|
|
18264
|
+
args: [{
|
|
18265
|
+
selector: 'ccd-query-write-date-input',
|
|
18266
|
+
templateUrl: './query-write-date-input.component.html',
|
|
18267
|
+
providers: [
|
|
18268
|
+
{
|
|
18269
|
+
provide: NG_VALUE_ACCESSOR,
|
|
18270
|
+
useExisting: forwardRef(() => QueryWriteDateInputComponent),
|
|
18271
|
+
multi: true
|
|
18272
|
+
}
|
|
18273
|
+
]
|
|
18274
|
+
}]
|
|
18275
|
+
}], null, { formControlName: [{
|
|
18276
|
+
type: Input
|
|
18277
|
+
}] }); })();
|
|
18278
|
+
|
|
18367
18279
|
class QueryWriteAddDocumentsComponent {
|
|
18368
18280
|
constructor() {
|
|
18369
18281
|
this.documentFormGroup = new FormGroup({});
|
|
@@ -18371,8 +18283,9 @@ class QueryWriteAddDocumentsComponent {
|
|
|
18371
18283
|
// This field is mocked to allow the document component to be used in isolation
|
|
18372
18284
|
this.mockDocumentCaseField = Object.assign(new CaseField(), {
|
|
18373
18285
|
id: QueryWriteAddDocumentsComponent.DOCUMENTS_FORM_CONTROL_NAME,
|
|
18374
|
-
label: 'Add document
|
|
18286
|
+
label: 'Add document',
|
|
18375
18287
|
hint_text: 'Attach a document to this message',
|
|
18288
|
+
display_context: 'OPTIONAL',
|
|
18376
18289
|
display_context_parameter: '#COLLECTION(allowInsert,allowUpdate)',
|
|
18377
18290
|
field_type: Object.assign(new FieldType(), {
|
|
18378
18291
|
id: 'queryDocuments',
|
|
@@ -18426,8 +18339,8 @@ QueryWriteAddDocumentsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWrit
|
|
|
18426
18339
|
}] }); })();
|
|
18427
18340
|
|
|
18428
18341
|
function QueryWriteRaiseQueryComponent_p_22_Template(rf, ctx) { if (rf & 1) {
|
|
18429
|
-
i0.ɵɵelementStart(0, "p",
|
|
18430
|
-
i0.ɵɵelementStart(1, "span",
|
|
18342
|
+
i0.ɵɵelementStart(0, "p", 28);
|
|
18343
|
+
i0.ɵɵelementStart(1, "span", 29);
|
|
18431
18344
|
i0.ɵɵtext(2);
|
|
18432
18345
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
18433
18346
|
i0.ɵɵelementEnd();
|
|
@@ -18441,8 +18354,8 @@ function QueryWriteRaiseQueryComponent_p_22_Template(rf, ctx) { if (rf & 1) {
|
|
|
18441
18354
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "Enter a message"), " ");
|
|
18442
18355
|
} }
|
|
18443
18356
|
function QueryWriteRaiseQueryComponent_p_32_Template(rf, ctx) { if (rf & 1) {
|
|
18444
|
-
i0.ɵɵelementStart(0, "p",
|
|
18445
|
-
i0.ɵɵelementStart(1, "span",
|
|
18357
|
+
i0.ɵɵelementStart(0, "p", 30);
|
|
18358
|
+
i0.ɵɵelementStart(1, "span", 29);
|
|
18446
18359
|
i0.ɵɵtext(2);
|
|
18447
18360
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
18448
18361
|
i0.ɵɵelementEnd();
|
|
@@ -18456,8 +18369,8 @@ function QueryWriteRaiseQueryComponent_p_32_Template(rf, ctx) { if (rf & 1) {
|
|
|
18456
18369
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "Enter a subject"), " ");
|
|
18457
18370
|
} }
|
|
18458
18371
|
function QueryWriteRaiseQueryComponent_p_42_Template(rf, ctx) { if (rf & 1) {
|
|
18459
|
-
i0.ɵɵelementStart(0, "p",
|
|
18460
|
-
i0.ɵɵelementStart(1, "span",
|
|
18372
|
+
i0.ɵɵelementStart(0, "p", 31);
|
|
18373
|
+
i0.ɵɵelementStart(1, "span", 29);
|
|
18461
18374
|
i0.ɵɵtext(2);
|
|
18462
18375
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
18463
18376
|
i0.ɵɵelementEnd();
|
|
@@ -18468,12 +18381,30 @@ function QueryWriteRaiseQueryComponent_p_42_Template(rf, ctx) { if (rf & 1) {
|
|
|
18468
18381
|
i0.ɵɵadvance(2);
|
|
18469
18382
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "Error:"));
|
|
18470
18383
|
i0.ɵɵadvance(2);
|
|
18471
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "Enter a body"), " ");
|
|
18384
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "Enter a query body"), " ");
|
|
18385
|
+
} }
|
|
18386
|
+
function QueryWriteRaiseQueryComponent_ng_container_62_Template(rf, ctx) { if (rf & 1) {
|
|
18387
|
+
i0.ɵɵelementContainerStart(0);
|
|
18388
|
+
i0.ɵɵelementStart(1, "div", 32);
|
|
18389
|
+
i0.ɵɵelementStart(2, "fieldset", 33);
|
|
18390
|
+
i0.ɵɵelementStart(3, "legend");
|
|
18391
|
+
i0.ɵɵelementStart(4, "label", 34);
|
|
18392
|
+
i0.ɵɵtext(5);
|
|
18393
|
+
i0.ɵɵpipe(6, "rpxTranslate");
|
|
18394
|
+
i0.ɵɵelementEnd();
|
|
18395
|
+
i0.ɵɵelementEnd();
|
|
18396
|
+
i0.ɵɵelement(7, "ccd-query-write-date-input", 35);
|
|
18397
|
+
i0.ɵɵelementEnd();
|
|
18398
|
+
i0.ɵɵelementEnd();
|
|
18399
|
+
i0.ɵɵelementContainerEnd();
|
|
18400
|
+
} if (rf & 2) {
|
|
18401
|
+
i0.ɵɵadvance(5);
|
|
18402
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 1, "Hearing date"), " ");
|
|
18472
18403
|
} }
|
|
18473
18404
|
class QueryWriteRaiseQueryComponent {
|
|
18474
18405
|
}
|
|
18475
18406
|
QueryWriteRaiseQueryComponent.ɵfac = function QueryWriteRaiseQueryComponent_Factory(t) { return new (t || QueryWriteRaiseQueryComponent)(); };
|
|
18476
|
-
QueryWriteRaiseQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteRaiseQueryComponent, selectors: [["ccd-query-write-raise-query"]], inputs: { formGroup: "formGroup" }, decls:
|
|
18407
|
+
QueryWriteRaiseQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteRaiseQueryComponent, selectors: [["ccd-query-write-raise-query"]], inputs: { formGroup: "formGroup" }, decls: 63, vars: 61, consts: [[1, "govuk-!-margin-bottom-6"], [1, "govuk-caption-l"], [1, "govuk-heading-l", "govuk-!-margin-bottom-4"], [1, "govuk-!-margin-bottom-4"], [3, "formGroup"], [1, "govuk-form-group"], [1, "govuk-label-wrapper"], ["for", "query-raise-fullName", 1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["id", "query-raise-fullName-hint", 1, "govuk-hint"], ["id", "query-raise-fullName-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "query-raise-fullName", "name", "query-raise-fullName", "type", "text", 1, "govuk-input", 3, "formControlName"], ["for", "query-raise-subject", 1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["id", "query-raise-subject-hint", 1, "govuk-hint"], ["id", "query-raise-subject-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "query-raise-subject", "name", "query-raise-subject", "type", "text", 1, "govuk-input", 3, "formControlName"], ["for", "query-raise-body", 1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["id", "query-raise-body-hint", 1, "govuk-hint"], ["id", "query-raise-body-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "query-raise-body", "name", "query-body", "rows", "5", "aria-describedby", "query-body-hint query-body-error", 1, "govuk-textarea", 3, "formControlName"], [1, "govuk-fieldset"], [1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["data-module", "govuk-radios", 1, "govuk-radios", "govuk-radios--inline"], [1, "govuk-radios__item"], ["id", "query-raise-isHearingRelated-yes", "name", "query-raise-isHearingRelated-yes", "type", "radio", 1, "govuk-radios__input", 3, "checked", "value"], ["for", "query-raise-isHearingRelated-yes", 1, "govuk-label", "govuk-radios__label"], ["id", "query-raise-isHearingRelated-no", "name", "query-raise-isHearingRelated-no", "type", "radio", 1, "govuk-radios__input", 3, "checked", "value"], ["for", "query-raise-isHearingRelated-no", 1, "govuk-label", "govuk-radios__label"], [4, "ngIf"], ["id", "query-raise-fullName-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "query-raise-subject-error", 1, "govuk-error-message"], ["id", "query-raise-body-error", 1, "govuk-error-message"], [1, "govuk-!-margin-top-1"], ["role", "group", 1, "govuk-fieldset"], [1, "govuk-label", "govuk-label--s"], ["formControlName", "hearingDate"]], template: function QueryWriteRaiseQueryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18477
18408
|
i0.ɵɵelementStart(0, "div");
|
|
18478
18409
|
i0.ɵɵelementStart(1, "div", 0);
|
|
18479
18410
|
i0.ɵɵelementStart(2, "div", 1);
|
|
@@ -18561,6 +18492,7 @@ QueryWriteRaiseQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteR
|
|
|
18561
18492
|
i0.ɵɵelementEnd();
|
|
18562
18493
|
i0.ɵɵelementEnd();
|
|
18563
18494
|
i0.ɵɵelementEnd();
|
|
18495
|
+
i0.ɵɵtemplate(62, QueryWriteRaiseQueryComponent_ng_container_62_Template, 8, 3, "ng-container", 27);
|
|
18564
18496
|
i0.ɵɵelementEnd();
|
|
18565
18497
|
i0.ɵɵelementEnd();
|
|
18566
18498
|
i0.ɵɵelementEnd();
|
|
@@ -18577,17 +18509,17 @@ QueryWriteRaiseQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteR
|
|
|
18577
18509
|
let tmp_18_0 = null;
|
|
18578
18510
|
let tmp_19_0 = null;
|
|
18579
18511
|
i0.ɵɵadvance(3);
|
|
18580
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4,
|
|
18512
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 35, "Raise a query"));
|
|
18581
18513
|
i0.ɵɵadvance(3);
|
|
18582
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7,
|
|
18514
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 37, "Enter query details"));
|
|
18583
18515
|
i0.ɵɵadvance(6);
|
|
18584
18516
|
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
18585
18517
|
i0.ɵɵadvance(2);
|
|
18586
18518
|
i0.ɵɵclassProp("govuk-form-group--error", (tmp_3_0 = ctx.formGroup.get("fullName")) == null ? null : tmp_3_0.errors == null ? null : tmp_3_0.errors.length);
|
|
18587
18519
|
i0.ɵɵadvance(3);
|
|
18588
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18,
|
|
18520
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 39, "Full name"), " ");
|
|
18589
18521
|
i0.ɵɵadvance(3);
|
|
18590
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(21,
|
|
18522
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(21, 41, "Your full name must be included here"), " ");
|
|
18591
18523
|
i0.ɵɵadvance(2);
|
|
18592
18524
|
i0.ɵɵproperty("ngIf", (tmp_6_0 = ctx.formGroup.get("body")) == null ? null : tmp_6_0.errors == null ? null : tmp_6_0.errors.length);
|
|
18593
18525
|
i0.ɵɵadvance(1);
|
|
@@ -18596,9 +18528,9 @@ QueryWriteRaiseQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteR
|
|
|
18596
18528
|
i0.ɵɵadvance(1);
|
|
18597
18529
|
i0.ɵɵclassProp("govuk-form-group--error", (tmp_9_0 = ctx.formGroup.get("subject")) == null ? null : tmp_9_0.errors == null ? null : tmp_9_0.errors.length);
|
|
18598
18530
|
i0.ɵɵadvance(3);
|
|
18599
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(28,
|
|
18531
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(28, 43, "Query subject"), " ");
|
|
18600
18532
|
i0.ɵɵadvance(3);
|
|
18601
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(31,
|
|
18533
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(31, 45, "The subject should be a summary of your query"), " ");
|
|
18602
18534
|
i0.ɵɵadvance(2);
|
|
18603
18535
|
i0.ɵɵproperty("ngIf", (tmp_12_0 = ctx.formGroup.get("body")) == null ? null : tmp_12_0.errors == null ? null : tmp_12_0.errors.length);
|
|
18604
18536
|
i0.ɵɵadvance(1);
|
|
@@ -18607,24 +18539,26 @@ QueryWriteRaiseQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteR
|
|
|
18607
18539
|
i0.ɵɵadvance(1);
|
|
18608
18540
|
i0.ɵɵclassProp("govuk-form-group--error", (tmp_15_0 = ctx.formGroup.get("body")) == null ? null : tmp_15_0.errors == null ? null : tmp_15_0.errors.length);
|
|
18609
18541
|
i0.ɵɵadvance(3);
|
|
18610
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(38,
|
|
18542
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(38, 47, "Query body"), " ");
|
|
18611
18543
|
i0.ɵɵadvance(3);
|
|
18612
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(41,
|
|
18544
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(41, 49, "Include as many details as possible so case workers can respond to your query"), " ");
|
|
18613
18545
|
i0.ɵɵadvance(2);
|
|
18614
18546
|
i0.ɵɵproperty("ngIf", (tmp_18_0 = ctx.formGroup.get("body")) == null ? null : tmp_18_0.errors == null ? null : tmp_18_0.errors.length);
|
|
18615
18547
|
i0.ɵɵadvance(1);
|
|
18616
18548
|
i0.ɵɵclassProp("govuk-textarea--error", (tmp_19_0 = ctx.formGroup.get("body")) == null ? null : tmp_19_0.errors == null ? null : tmp_19_0.errors.length);
|
|
18617
18549
|
i0.ɵɵproperty("formControlName", "body");
|
|
18618
18550
|
i0.ɵɵadvance(6);
|
|
18619
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(50,
|
|
18551
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(50, 51, "Is the query hearing related?"), " ");
|
|
18620
18552
|
i0.ɵɵadvance(4);
|
|
18621
18553
|
i0.ɵɵproperty("checked", ctx.formGroup.get("isHearingRelated").value === true)("value", true);
|
|
18622
18554
|
i0.ɵɵadvance(2);
|
|
18623
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind3(56,
|
|
18555
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind3(56, 53, "Is the query hearing related?", null, "Yes"), " ");
|
|
18624
18556
|
i0.ɵɵadvance(3);
|
|
18625
18557
|
i0.ɵɵproperty("checked", ctx.formGroup.get("isHearingRelated").value === false)("value", false);
|
|
18626
18558
|
i0.ɵɵadvance(2);
|
|
18627
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind3(61,
|
|
18559
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind3(61, 57, "Is the query hearing related?", null, "No"), " ");
|
|
18560
|
+
i0.ɵɵadvance(2);
|
|
18561
|
+
i0.ɵɵproperty("ngIf", ctx.formGroup.get("isHearingRelated").value);
|
|
18628
18562
|
} }, encapsulation: 2 });
|
|
18629
18563
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryWriteRaiseQueryComponent, [{
|
|
18630
18564
|
type: Component,
|
|
@@ -18636,24 +18570,9 @@ QueryWriteRaiseQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteR
|
|
|
18636
18570
|
type: Input
|
|
18637
18571
|
}] }); })();
|
|
18638
18572
|
|
|
18639
|
-
function
|
|
18640
|
-
i0.ɵɵelementStart(0, "p",
|
|
18641
|
-
i0.ɵɵelementStart(1, "span",
|
|
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);
|
|
18573
|
+
function QueryWriteRespondToQueryComponent_p_26_Template(rf, ctx) { if (rf & 1) {
|
|
18574
|
+
i0.ɵɵelementStart(0, "p", 15);
|
|
18575
|
+
i0.ɵɵelementStart(1, "span", 16);
|
|
18657
18576
|
i0.ɵɵtext(2);
|
|
18658
18577
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
18659
18578
|
i0.ɵɵelementEnd();
|
|
@@ -18666,20 +18585,10 @@ function QueryWriteRespondToQueryComponent_p_37_Template(rf, ctx) { if (rf & 1)
|
|
|
18666
18585
|
i0.ɵɵadvance(2);
|
|
18667
18586
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 4, "Enter a response message"), " ");
|
|
18668
18587
|
} }
|
|
18669
|
-
const _c0$B = function (a3) { return ["/", "cases", "case-details", a3, "tasks"]; };
|
|
18670
18588
|
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
|
-
}
|
|
18680
18589
|
}
|
|
18681
|
-
QueryWriteRespondToQueryComponent.ɵfac = function QueryWriteRespondToQueryComponent_Factory(t) { return new (t || QueryWriteRespondToQueryComponent)(
|
|
18682
|
-
QueryWriteRespondToQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteRespondToQueryComponent, selectors: [["ccd-query-write-respond-to-query"]], inputs: { queryItem: "queryItem", formGroup: "formGroup"
|
|
18590
|
+
QueryWriteRespondToQueryComponent.ɵfac = function QueryWriteRespondToQueryComponent_Factory(t) { return new (t || QueryWriteRespondToQueryComponent)(); };
|
|
18591
|
+
QueryWriteRespondToQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWriteRespondToQueryComponent, selectors: [["ccd-query-write-respond-to-query"]], inputs: { queryItem: "queryItem", formGroup: "formGroup" }, decls: 29, vars: 23, consts: [[1, "govuk-!-margin-bottom-2"], ["href", "javascript:void(0)", 1, "govuk-back-link", "govuk-!-margin-top-0"], [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", "body-textarea"], [1, "govuk-label-wrapper"], ["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-body-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"]], template: function QueryWriteRespondToQueryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
18683
18592
|
i0.ɵɵelementStart(0, "div", 0);
|
|
18684
18593
|
i0.ɵɵelementStart(1, "a", 1);
|
|
18685
18594
|
i0.ɵɵtext(2);
|
|
@@ -18705,81 +18614,49 @@ QueryWriteRespondToQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWr
|
|
|
18705
18614
|
i0.ɵɵelementEnd();
|
|
18706
18615
|
i0.ɵɵelementEnd();
|
|
18707
18616
|
i0.ɵɵelementStart(16, "div", 7);
|
|
18708
|
-
i0.ɵɵelementStart(17, "
|
|
18709
|
-
i0.ɵɵ
|
|
18710
|
-
i0.ɵɵ
|
|
18711
|
-
i0.ɵɵpipe(20, "rpxTranslate");
|
|
18712
|
-
i0.ɵɵelementEnd();
|
|
18713
|
-
i0.ɵɵelementStart(21, "div", 9);
|
|
18714
|
-
i0.ɵɵelementStart(22, "div", 10);
|
|
18715
|
-
i0.ɵɵelementStart(23, "div", 11);
|
|
18716
|
-
i0.ɵɵelementStart(24, "label", 12);
|
|
18717
|
-
i0.ɵɵtext(25);
|
|
18718
|
-
i0.ɵɵpipe(26, "rpxTranslate");
|
|
18719
|
-
i0.ɵɵelementEnd();
|
|
18720
|
-
i0.ɵɵelementEnd();
|
|
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");
|
|
18617
|
+
i0.ɵɵelementStart(17, "h1", 8);
|
|
18618
|
+
i0.ɵɵtext(18);
|
|
18619
|
+
i0.ɵɵpipe(19, "rpxTranslate");
|
|
18733
18620
|
i0.ɵɵelementEnd();
|
|
18621
|
+
i0.ɵɵelementStart(20, "div", 9);
|
|
18622
|
+
i0.ɵɵelementStart(21, "div", 10);
|
|
18623
|
+
i0.ɵɵelementStart(22, "div", 11);
|
|
18624
|
+
i0.ɵɵelementStart(23, "label", 12);
|
|
18625
|
+
i0.ɵɵtext(24);
|
|
18626
|
+
i0.ɵɵpipe(25, "rpxTranslate");
|
|
18734
18627
|
i0.ɵɵelementEnd();
|
|
18735
|
-
i0.ɵɵtemplate(37, QueryWriteRespondToQueryComponent_p_37_Template, 6, 6, "p", 18);
|
|
18736
|
-
i0.ɵɵelementStart(38, "textarea", 19);
|
|
18737
|
-
i0.ɵɵtext(39, " ");
|
|
18738
18628
|
i0.ɵɵelementEnd();
|
|
18629
|
+
i0.ɵɵtemplate(26, QueryWriteRespondToQueryComponent_p_26_Template, 6, 6, "p", 13);
|
|
18630
|
+
i0.ɵɵelementStart(27, "textarea", 14);
|
|
18631
|
+
i0.ɵɵtext(28, " ");
|
|
18739
18632
|
i0.ɵɵelementEnd();
|
|
18740
18633
|
i0.ɵɵelementEnd();
|
|
18741
18634
|
i0.ɵɵelementEnd();
|
|
18742
18635
|
i0.ɵɵelementEnd();
|
|
18743
18636
|
} if (rf & 2) {
|
|
18744
|
-
let
|
|
18745
|
-
let
|
|
18746
|
-
let
|
|
18747
|
-
|
|
18748
|
-
|
|
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"));
|
|
18637
|
+
let tmp_6_0 = null;
|
|
18638
|
+
let tmp_8_0 = null;
|
|
18639
|
+
let tmp_9_0 = null;
|
|
18640
|
+
i0.ɵɵadvance(2);
|
|
18641
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 13, "Back to tasks"));
|
|
18754
18642
|
i0.ɵɵadvance(5);
|
|
18755
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8,
|
|
18643
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 15, "Respond to query"));
|
|
18756
18644
|
i0.ɵɵadvance(3);
|
|
18757
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11,
|
|
18645
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 17, "Query details"));
|
|
18758
18646
|
i0.ɵɵadvance(5);
|
|
18759
18647
|
i0.ɵɵproperty("queryItem", ctx.queryItem);
|
|
18760
|
-
i0.ɵɵadvance(4);
|
|
18761
|
-
i0.ɵɵtextInterpolate1(" ", ctx.QueryCreateContext === ctx.queryItemTypeEnum.RESPOND ? "Respond to a query" : i0.ɵɵpipeBind1(20, 28, "Ask a follow-up question"), " ");
|
|
18762
|
-
i0.ɵɵadvance(2);
|
|
18763
|
-
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
18764
|
-
i0.ɵɵadvance(1);
|
|
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
18648
|
i0.ɵɵadvance(3);
|
|
18769
|
-
i0.ɵɵ
|
|
18649
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(19, 19, "Respond to a query"));
|
|
18770
18650
|
i0.ɵɵadvance(2);
|
|
18771
|
-
i0.ɵɵproperty("
|
|
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");
|
|
18651
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
18775
18652
|
i0.ɵɵadvance(1);
|
|
18776
|
-
i0.ɵɵclassProp("govuk-form-group--error", (
|
|
18653
|
+
i0.ɵɵclassProp("govuk-form-group--error", (tmp_6_0 = ctx.formGroup.get("body")) == null ? null : tmp_6_0.errors == null ? null : tmp_6_0.errors.length);
|
|
18777
18654
|
i0.ɵɵadvance(3);
|
|
18778
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
18655
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(25, 21, "Response message"), " ");
|
|
18779
18656
|
i0.ɵɵadvance(2);
|
|
18780
|
-
i0.ɵɵproperty("ngIf", (
|
|
18657
|
+
i0.ɵɵproperty("ngIf", (tmp_8_0 = ctx.formGroup.get("body")) == null ? null : tmp_8_0.errors == null ? null : tmp_8_0.errors.length);
|
|
18781
18658
|
i0.ɵɵadvance(1);
|
|
18782
|
-
i0.ɵɵclassProp("govuk-textarea--error", (
|
|
18659
|
+
i0.ɵɵclassProp("govuk-textarea--error", (tmp_9_0 = ctx.formGroup.get("body")) == null ? null : tmp_9_0.errors == null ? null : tmp_9_0.errors.length);
|
|
18783
18660
|
i0.ɵɵproperty("formControlName", "body");
|
|
18784
18661
|
} }, styles: [".query-respond[_ngcontent-%COMP%]{width:100%;max-width:720px}"] });
|
|
18785
18662
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryWriteRespondToQueryComponent, [{
|
|
@@ -18789,12 +18666,10 @@ QueryWriteRespondToQueryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryWr
|
|
|
18789
18666
|
templateUrl: './query-write-respond-to-query.component.html',
|
|
18790
18667
|
styleUrls: ['./query-write-respond-to-query.component.scss']
|
|
18791
18668
|
}]
|
|
18792
|
-
}],
|
|
18669
|
+
}], null, { queryItem: [{
|
|
18793
18670
|
type: Input
|
|
18794
18671
|
}], formGroup: [{
|
|
18795
18672
|
type: Input
|
|
18796
|
-
}], QueryCreateContext: [{
|
|
18797
|
-
type: Input
|
|
18798
18673
|
}] }); })();
|
|
18799
18674
|
|
|
18800
18675
|
class QueryManagementUtils {
|
|
@@ -18900,22 +18775,7 @@ function WriteQueryManagementFieldComponent_ng_template_2_Template(rf, ctx) { if
|
|
|
18900
18775
|
class WriteQueryManagementFieldComponent extends AbstractFieldReadComponent {
|
|
18901
18776
|
constructor() {
|
|
18902
18777
|
super();
|
|
18903
|
-
this.
|
|
18904
|
-
response: new FormControl('', [Validators.required]),
|
|
18905
|
-
documents: new FormControl([])
|
|
18906
|
-
});
|
|
18907
|
-
this.errorMessages = [];
|
|
18908
|
-
this.submitted = false;
|
|
18909
|
-
}
|
|
18910
|
-
submitForm() {
|
|
18911
|
-
this.submitted = true;
|
|
18912
|
-
this.errorMessages = [];
|
|
18913
|
-
window.scrollTo(0, 0);
|
|
18914
|
-
if (!this.responseFormGroup.valid) {
|
|
18915
|
-
if (this.responseFormGroup.controls.response.hasError('required')) {
|
|
18916
|
-
this.errorMessages.push({ controlName: 'response', message: 'Add a response before continue' });
|
|
18917
|
-
}
|
|
18918
|
-
}
|
|
18778
|
+
this.formGroup = new FormGroup({});
|
|
18919
18779
|
}
|
|
18920
18780
|
}
|
|
18921
18781
|
WriteQueryManagementFieldComponent.ɵfac = function WriteQueryManagementFieldComponent_Factory(t) { return new (t || WriteQueryManagementFieldComponent)(); };
|
|
@@ -25771,8 +25631,8 @@ const PALETTE_COMPONENTS = [
|
|
|
25771
25631
|
QueryWriteRespondToQueryComponent,
|
|
25772
25632
|
QueryWriteRaiseQueryComponent,
|
|
25773
25633
|
QueryCaseDetailsHeaderComponent,
|
|
25774
|
-
QueryCheckYourAnswersComponent,
|
|
25775
25634
|
QueryWriteAddDocumentsComponent,
|
|
25635
|
+
QueryWriteDateInputComponent
|
|
25776
25636
|
];
|
|
25777
25637
|
class PaletteModule {
|
|
25778
25638
|
}
|
|
@@ -25954,8 +25814,8 @@ PaletteModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
|
|
|
25954
25814
|
QueryWriteRespondToQueryComponent,
|
|
25955
25815
|
QueryWriteRaiseQueryComponent,
|
|
25956
25816
|
QueryCaseDetailsHeaderComponent,
|
|
25957
|
-
|
|
25958
|
-
|
|
25817
|
+
QueryWriteAddDocumentsComponent,
|
|
25818
|
+
QueryWriteDateInputComponent], imports: [CommonModule,
|
|
25959
25819
|
RouterModule,
|
|
25960
25820
|
FormsModule,
|
|
25961
25821
|
ReactiveFormsModule,
|
|
@@ -26102,8 +25962,8 @@ PaletteModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
|
|
|
26102
25962
|
QueryWriteRespondToQueryComponent,
|
|
26103
25963
|
QueryWriteRaiseQueryComponent,
|
|
26104
25964
|
QueryCaseDetailsHeaderComponent,
|
|
26105
|
-
|
|
26106
|
-
|
|
25965
|
+
QueryWriteAddDocumentsComponent,
|
|
25966
|
+
QueryWriteDateInputComponent] }); })();
|
|
26107
25967
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaletteModule, [{
|
|
26108
25968
|
type: NgModule,
|
|
26109
25969
|
args: [{
|
|
@@ -26245,11 +26105,9 @@ ReadQueryManagementFieldComponent, [i5.NgForOf, i5.NgIf, QueryListComponent,
|
|
|
26245
26105
|
QueryDetailsComponent], []);
|
|
26246
26106
|
i0.ɵɵsetComponentScope(WriteQueryManagementFieldComponent, [i5.NgIf, QueryWriteRespondToQueryComponent, i3.NgControlStatusGroup, i3.FormGroupDirective, QueryWriteRaiseQueryComponent], []);
|
|
26247
26107
|
i0.ɵɵsetComponentScope(QueryDetailsComponent, [i5.NgIf, QueryDetailsTableComponent], [i1.RpxTranslatePipe]);
|
|
26248
|
-
i0.ɵɵsetComponentScope(
|
|
26249
|
-
i0.ɵɵsetComponentScope(QueryWriteRespondToQueryComponent, [i1$1.RouterLinkWithHref, QueryCaseDetailsHeaderComponent,
|
|
26108
|
+
i0.ɵɵsetComponentScope(QueryWriteRespondToQueryComponent, [QueryCaseDetailsHeaderComponent,
|
|
26250
26109
|
QueryDetailsTableComponent, i3.NgControlStatusGroup, i3.FormGroupDirective, i5.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlName], [i1.RpxTranslatePipe]);
|
|
26251
|
-
i0.ɵɵsetComponentScope(QueryWriteRaiseQueryComponent, [QueryCaseDetailsHeaderComponent, i3.NgControlStatusGroup, i3.FormGroupDirective, i5.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlName], [i1.RpxTranslatePipe]);
|
|
26252
|
-
i0.ɵɵsetComponentScope(QueryCheckYourAnswersComponent, [QueryCaseDetailsHeaderComponent, i5.NgIf, ReadCollectionFieldComponent], [i1.RpxTranslatePipe]);
|
|
26110
|
+
i0.ɵɵsetComponentScope(QueryWriteRaiseQueryComponent, [QueryCaseDetailsHeaderComponent, i3.NgControlStatusGroup, i3.FormGroupDirective, i5.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlName, QueryWriteDateInputComponent], [i1.RpxTranslatePipe]);
|
|
26253
26111
|
i0.ɵɵsetComponentScope(QueryWriteAddDocumentsComponent, [WriteCollectionFieldComponent, i3.NgControlStatusGroup, i3.FormGroupDirective], []);
|
|
26254
26112
|
|
|
26255
26113
|
class Confirmation {
|
|
@@ -35604,5 +35462,5 @@ class TestRouteSnapshotBuilder {
|
|
|
35604
35462
|
* Generated bundle index. Do not edit.
|
|
35605
35463
|
*/
|
|
35606
35464
|
|
|
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,
|
|
35465
|
+
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, QueryCreateComponent, QueryDetailsComponent, QueryDetailsTableComponent, QueryListComponent, QueryListData, QueryListItem, QueryListResponseStatus, QueryWriteAddDocumentsComponent, QueryWriteDateInputComponent, 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, createACL, createCaseEventTrigger, createCaseField, createComplexFieldOverride, createFieldType, createFixedListFieldType, createHiddenComplexFieldOverride, createMultiSelectListFieldType, createWizardPage, createWizardPageField, editorRouting, initDialog, newCaseField, partyMessagesMockData, textFieldType, viewerRouting };
|
|
35608
35466
|
//# sourceMappingURL=hmcts-ccd-case-ui-toolkit.js.map
|