@hmcts/ccd-case-ui-toolkit 6.14.0-restricted-case-access → 6.14.1

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.
Files changed (61) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +392 -189
  2. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
  3. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
  4. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
  5. package/esm2015/lib/app.config.js +1 -1
  6. package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +6 -10
  7. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +2 -2
  8. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
  9. package/esm2015/lib/shared/components/palette/base-field/payment-field.component.js +4 -1
  10. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +12 -5
  11. package/esm2015/lib/shared/components/palette/case-file-view/index.js +1 -2
  12. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +13 -2
  13. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/index.js +3 -0
  14. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +47 -0
  15. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +153 -0
  16. package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +5 -6
  17. package/esm2015/lib/shared/components/palette/index.js +2 -1
  18. package/esm2015/lib/shared/components/palette/palette.module.js +29 -6
  19. package/esm2015/lib/shared/components/palette/palette.service.js +5 -3
  20. package/esm2015/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.js +3 -3
  21. package/esm2015/lib/shared/components/palette/waystopay/waystopay-field.component.js +4 -4
  22. package/esm2015/lib/shared/domain/definition/case-field.model.js +6 -3
  23. package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
  24. package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +14 -11
  25. package/esm2015/lib/shared/services/form/field-type-sanitiser.js +16 -1
  26. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +355 -174
  27. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  28. package/lib/app.config.d.ts +2 -0
  29. package/lib/app.config.d.ts.map +1 -1
  30. package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
  31. package/lib/shared/components/palette/base-field/payment-field.component.d.ts +1 -0
  32. package/lib/shared/components/palette/base-field/payment-field.component.d.ts.map +1 -1
  33. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +5 -2
  34. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
  35. package/lib/shared/components/palette/case-file-view/index.d.ts +0 -1
  36. package/lib/shared/components/palette/case-file-view/index.d.ts.map +1 -1
  37. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
  38. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  39. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
  40. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
  41. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
  42. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  43. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
  44. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  45. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +1 -1
  46. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
  47. package/lib/shared/components/palette/index.d.ts +1 -0
  48. package/lib/shared/components/palette/index.d.ts.map +1 -1
  49. package/lib/shared/components/palette/palette.module.d.ts +60 -59
  50. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  51. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  52. package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
  53. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  54. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  55. package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
  56. package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
  57. package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
  58. package/package.json +1 -1
  59. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +0 -72
  60. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts +0 -8
  61. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map +0 -1
@@ -116,13 +116,13 @@ function FooterComponent_div_3_Template(rf, ctx) { if (rf & 1) {
116
116
  i0.ɵɵadvance(3);
117
117
  i0.ɵɵtextInterpolate(ctx_r1.workhours);
118
118
  } }
119
- const _c0$_ = [[["", "footerSolsNavLinks", ""]], [["", "footerCaseWorkerNavLinks", ""]]];
119
+ const _c0$$ = [[["", "footerSolsNavLinks", ""]], [["", "footerCaseWorkerNavLinks", ""]]];
120
120
  const _c1$s = ["[footerSolsNavLinks]", "[footerCaseWorkerNavLinks]"];
121
121
  class FooterComponent {
122
122
  }
123
123
  FooterComponent.ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(); };
124
124
  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) {
125
- i0.ɵɵprojectionDef(_c0$_);
125
+ i0.ɵɵprojectionDef(_c0$$);
126
126
  i0.ɵɵelementStart(0, "footer", 0);
127
127
  i0.ɵɵelementStart(1, "div", 1);
128
128
  i0.ɵɵtemplate(2, FooterComponent_div_2_Template, 15, 0, "div", 2);
@@ -189,7 +189,7 @@ function HeaderBarComponent_div_9_Template(rf, ctx) { if (rf & 1) {
189
189
  i0.ɵɵadvance(3);
190
190
  i0.ɵɵtextInterpolate(ctx_r2.title);
191
191
  } }
192
- const _c0$Z = [[["", "headerNavigation", ""]]];
192
+ const _c0$_ = [[["", "headerNavigation", ""]]];
193
193
  const _c1$r = ["[headerNavigation]"];
194
194
  class HeaderBarComponent {
195
195
  constructor() {
@@ -201,7 +201,7 @@ class HeaderBarComponent {
201
201
  }
202
202
  HeaderBarComponent.ɵfac = function HeaderBarComponent_Factory(t) { return new (t || HeaderBarComponent)(); };
203
203
  HeaderBarComponent.ɵcmp = i0.ɵɵdefineComponent({ type: HeaderBarComponent, selectors: [["cut-header-bar"]], inputs: { title: "title", isSolicitor: "isSolicitor", username: "username" }, outputs: { signOutRequest: "signOutRequest" }, ngContentSelectors: _c1$r, decls: 15, vars: 8, 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) {
204
- i0.ɵɵprojectionDef(_c0$Z);
204
+ i0.ɵɵprojectionDef(_c0$_);
205
205
  i0.ɵɵelementStart(0, "header", 0);
206
206
  i0.ɵɵelementStart(1, "div", 1);
207
207
  i0.ɵɵelementStart(2, "div", 2);
@@ -258,13 +258,13 @@ HeaderBarComponent.ɵcmp = i0.ɵɵdefineComponent({ type: HeaderBarComponent, se
258
258
  type: Output
259
259
  }] }); })();
260
260
 
261
- const _c0$Y = [[["", "leftNavLinks", ""]], [["", "rightNavLinks", ""]]];
261
+ const _c0$Z = [[["", "leftNavLinks", ""]], [["", "rightNavLinks", ""]]];
262
262
  const _c1$q = ["[leftNavLinks]", "[rightNavLinks]"];
263
263
  class NavigationComponent {
264
264
  }
265
265
  NavigationComponent.ɵfac = function NavigationComponent_Factory(t) { return new (t || NavigationComponent)(); };
266
266
  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) {
267
- i0.ɵɵprojectionDef(_c0$Y);
267
+ i0.ɵɵprojectionDef(_c0$Z);
268
268
  i0.ɵɵelementStart(0, "div");
269
269
  i0.ɵɵelementStart(1, "nav", 0);
270
270
  i0.ɵɵprojection(2);
@@ -381,13 +381,13 @@ HeadersModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[CommonModule, RouterMod
381
381
  }]
382
382
  }], null, null); })();
383
383
 
384
- const _c0$X = [[["", "topBody", ""]], [["", "leftBody", ""]], [["", "rightBody", ""]]];
384
+ const _c0$Y = [[["", "topBody", ""]], [["", "leftBody", ""]], [["", "rightBody", ""]]];
385
385
  const _c1$p = ["[topBody]", "[leftBody]", "[rightBody]"];
386
386
  class BodyComponent {
387
387
  }
388
388
  BodyComponent.ɵfac = function BodyComponent_Factory(t) { return new (t || BodyComponent)(); };
389
389
  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) {
390
- i0.ɵɵprojectionDef(_c0$X);
390
+ i0.ɵɵprojectionDef(_c0$Y);
391
391
  i0.ɵɵelementStart(0, "div", 0);
392
392
  i0.ɵɵprojection(1);
393
393
  i0.ɵɵprojection(2, 1);
@@ -404,7 +404,7 @@ BodyComponent.ɵcmp = i0.ɵɵdefineComponent({ type: BodyComponent, selectors: [
404
404
  }]
405
405
  }], null, null); })();
406
406
 
407
- const _c0$W = function (a0) { return { "govuk-input--error": a0 }; };
407
+ const _c0$X = function (a0) { return { "govuk-input--error": a0 }; };
408
408
  function DateInputComponent_div_16_Template(rf, ctx) { if (rf & 1) {
409
409
  const _r8 = i0.ɵɵgetCurrentView();
410
410
  i0.ɵɵelementStart(0, "div", 12);
@@ -420,7 +420,7 @@ function DateInputComponent_div_16_Template(rf, ctx) { if (rf & 1) {
420
420
  i0.ɵɵadvance(1);
421
421
  i0.ɵɵproperty("for", ctx_r3.hourId());
422
422
  i0.ɵɵadvance(2);
423
- i0.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0.ɵɵpureFunction1(5, _c0$W, ctx_r3.isInvalid));
423
+ i0.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0.ɵɵpureFunction1(5, _c0$X, ctx_r3.isInvalid));
424
424
  } }
425
425
  function DateInputComponent_div_17_Template(rf, ctx) { if (rf & 1) {
426
426
  const _r13 = i0.ɵɵgetCurrentView();
@@ -437,7 +437,7 @@ function DateInputComponent_div_17_Template(rf, ctx) { if (rf & 1) {
437
437
  i0.ɵɵadvance(1);
438
438
  i0.ɵɵproperty("for", ctx_r4.minuteId());
439
439
  i0.ɵɵadvance(2);
440
- i0.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0.ɵɵpureFunction1(5, _c0$W, ctx_r4.isInvalid));
440
+ i0.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0.ɵɵpureFunction1(5, _c0$X, ctx_r4.isInvalid));
441
441
  } }
442
442
  function DateInputComponent_div_18_Template(rf, ctx) { if (rf & 1) {
443
443
  const _r18 = i0.ɵɵgetCurrentView();
@@ -454,7 +454,7 @@ function DateInputComponent_div_18_Template(rf, ctx) { if (rf & 1) {
454
454
  i0.ɵɵadvance(1);
455
455
  i0.ɵɵproperty("for", ctx_r5.secondId());
456
456
  i0.ɵɵadvance(2);
457
- i0.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0.ɵɵpureFunction1(5, _c0$W, ctx_r5.isInvalid));
457
+ i0.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0.ɵɵpureFunction1(5, _c0$X, ctx_r5.isInvalid));
458
458
  } }
459
459
  class DateInputComponent {
460
460
  constructor() {
@@ -683,15 +683,15 @@ DateInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DateInputComponent, se
683
683
  i0.ɵɵadvance(2);
684
684
  i0.ɵɵproperty("for", ctx.dayId());
685
685
  i0.ɵɵadvance(2);
686
- i0.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0.ɵɵpureFunction1(18, _c0$W, ctx.isInvalid));
686
+ i0.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0.ɵɵpureFunction1(18, _c0$X, ctx.isInvalid));
687
687
  i0.ɵɵadvance(3);
688
688
  i0.ɵɵproperty("for", ctx.monthId());
689
689
  i0.ɵɵadvance(2);
690
- i0.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0.ɵɵpureFunction1(20, _c0$W, ctx.isInvalid));
690
+ i0.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0.ɵɵpureFunction1(20, _c0$X, ctx.isInvalid));
691
691
  i0.ɵɵadvance(3);
692
692
  i0.ɵɵproperty("for", ctx.yearId());
693
693
  i0.ɵɵadvance(2);
694
- i0.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0.ɵɵpureFunction1(22, _c0$W, ctx.isInvalid));
694
+ i0.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0.ɵɵpureFunction1(22, _c0$X, ctx.isInvalid));
695
695
  i0.ɵɵadvance(2);
696
696
  i0.ɵɵproperty("ngIf", ctx.isDateTime);
697
697
  i0.ɵɵadvance(1);
@@ -761,7 +761,7 @@ function AlertComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
761
761
  i0.ɵɵelementEnd();
762
762
  i0.ɵɵelementContainerEnd();
763
763
  } }
764
- const _c0$V = ["*"];
764
+ const _c0$W = ["*"];
765
765
  var AlertMessageType;
766
766
  (function (AlertMessageType) {
767
767
  AlertMessageType["WARNING"] = "warning";
@@ -781,7 +781,7 @@ AlertComponent.TYPE_SUCCESS = 'success';
781
781
  AlertComponent.TYPE_ERROR = 'error';
782
782
  AlertComponent.TYPE_INFORMATION = 'information';
783
783
  AlertComponent.ɵfac = function AlertComponent_Factory(t) { return new (t || AlertComponent)(); };
784
- AlertComponent.ɵcmp = i0.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$V, decls: 10, vars: 10, 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) {
784
+ AlertComponent.ɵcmp = i0.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$W, decls: 10, vars: 10, 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) {
785
785
  i0.ɵɵprojectionDef();
786
786
  i0.ɵɵelementStart(0, "div", 0);
787
787
  i0.ɵɵelementContainerStart(1, 1);
@@ -1012,7 +1012,7 @@ NotificationBannerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NotificationB
1012
1012
  type: Output
1013
1013
  }] }); })();
1014
1014
 
1015
- const _c0$U = function (a0) { return { "js-hidden": a0 }; };
1015
+ const _c0$V = function (a0) { return { "js-hidden": a0 }; };
1016
1016
  const _c1$o = ["*"];
1017
1017
  class TabComponent {
1018
1018
  }
@@ -1023,7 +1023,7 @@ TabComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TabComponent, selectors: [["
1023
1023
  i0.ɵɵprojection(1);
1024
1024
  i0.ɵɵelementEnd();
1025
1025
  } if (rf & 2) {
1026
- i0.ɵɵproperty("id", ctx.id)("ngClass", i0.ɵɵpureFunction1(3, _c0$U, !ctx.selected));
1026
+ i0.ɵɵproperty("id", ctx.id)("ngClass", i0.ɵɵpureFunction1(3, _c0$V, !ctx.selected));
1027
1027
  i0.ɵɵattribute("aria-hidden", !ctx.selected);
1028
1028
  } }, directives: [i1.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}}"] });
1029
1029
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TabComponent, [{
@@ -1043,7 +1043,7 @@ TabComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TabComponent, selectors: [["
1043
1043
  type: Input
1044
1044
  }] }); })();
1045
1045
 
1046
- const _c0$T = ["tab"];
1046
+ const _c0$U = ["tab"];
1047
1047
  const _c1$n = function () { return ["."]; };
1048
1048
  const _c2$3 = function (a0) { return { "tabs-toggle-selected": a0 }; };
1049
1049
  function TabsComponent_li_2_Template(rf, ctx) { if (rf & 1) {
@@ -1088,7 +1088,7 @@ TabsComponent.ɵcmp = i0.ɵɵdefineComponent({ type: TabsComponent, selectors: [
1088
1088
  let _t;
1089
1089
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.panels = _t);
1090
1090
  } }, viewQuery: function TabsComponent_Query(rf, ctx) { if (rf & 1) {
1091
- i0.ɵɵviewQuery(_c0$T, 1);
1091
+ i0.ɵɵviewQuery(_c0$U, 1);
1092
1092
  } if (rf & 2) {
1093
1093
  let _t;
1094
1094
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.tabs = _t);
@@ -1153,7 +1153,7 @@ TabsModule.ɵinj = i0.ɵɵdefineInjector({ imports: [[
1153
1153
  }]
1154
1154
  }], null, null); })();
1155
1155
 
1156
- const _c0$S = function (a0, a1) { return { caseLocked: a0, someoneViewing: a1 }; };
1156
+ const _c0$T = function (a0, a1) { return { caseLocked: a0, someoneViewing: a1 }; };
1157
1157
  class ActivityBannerComponent {
1158
1158
  constructor() { }
1159
1159
  ngOnInit() {
@@ -1170,7 +1170,7 @@ ActivityBannerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ActivityBannerCom
1170
1170
  i0.ɵɵelementEnd();
1171
1171
  i0.ɵɵelementEnd();
1172
1172
  } if (rf & 2) {
1173
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(4, _c0$S, ctx.bannerType === "editor", ctx.bannerType === "viewer"));
1173
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(4, _c0$T, ctx.bannerType === "editor", ctx.bannerType === "viewer"));
1174
1174
  i0.ɵɵadvance(2);
1175
1175
  i0.ɵɵpropertyInterpolate("alt", ctx.description);
1176
1176
  i0.ɵɵpropertyInterpolate("src", ctx.imageLink, i0.ɵɵsanitizeUrl);
@@ -2821,9 +2821,12 @@ class CaseField {
2821
2821
  this._list_items = [];
2822
2822
  }
2823
2823
  get value() {
2824
- if (this.isDynamic()) {
2824
+ if (this.field_type && (this.field_type.type === 'DynamicList' || this.field_type.type === 'DynamicRadioList')) {
2825
2825
  return this._value && this._value.value ? this._value.value.code : this._value;
2826
2826
  }
2827
+ else if (this.field_type && this.field_type.type === 'DynamicMultiSelectList') {
2828
+ return this._value && this._value.value ? this._value.value : this._value;
2829
+ }
2827
2830
  else {
2828
2831
  return this._value;
2829
2832
  }
@@ -2897,7 +2900,7 @@ class CaseField {
2897
2900
  return this.field_type && this.field_type.type === 'Complex';
2898
2901
  }
2899
2902
  isDynamic() {
2900
- const dynamicFieldTypes = ['DynamicList', 'DynamicRadioList'];
2903
+ const dynamicFieldTypes = ['DynamicList', 'DynamicRadioList', 'DynamicMultiSelectList'];
2901
2904
  if (!this.field_type) {
2902
2905
  return false;
2903
2906
  }
@@ -4968,6 +4971,9 @@ class FieldTypeSanitiser {
4968
4971
  }
4969
4972
  caseFields.forEach(caseField => {
4970
4973
  switch (caseField.field_type.type) {
4974
+ case FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_MULTISELECT_LIST:
4975
+ this.convertArrayToDynamicListOutput(caseField, data);
4976
+ break;
4971
4977
  case FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_RADIO_LIST:
4972
4978
  case FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_LIST:
4973
4979
  this.convertStringToDynamicListOutput(caseField, data);
@@ -4985,6 +4991,17 @@ class FieldTypeSanitiser {
4985
4991
  }
4986
4992
  });
4987
4993
  }
4994
+ convertArrayToDynamicListOutput(field, data) {
4995
+ const values = data[field.id];
4996
+ if (Array.isArray(values)) {
4997
+ const listItems = this.getListItems(field);
4998
+ const matches = listItems.filter(item => values.map(v => v.code).indexOf(item.code) !== -1);
4999
+ data[field.id] = {
5000
+ value: matches,
5001
+ list_items: listItems
5002
+ };
5003
+ }
5004
+ }
4988
5005
  convertStringToDynamicListOutput(field, data) {
4989
5006
  const stringValue = data[field.id];
4990
5007
  if (typeof stringValue === 'string') {
@@ -5014,6 +5031,7 @@ FieldTypeSanitiser.FIELD_TYPE_COMPLEX = 'Complex';
5014
5031
  FieldTypeSanitiser.FIELD_TYPE_COLLECTION = 'Collection';
5015
5032
  FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_LIST = 'DynamicList';
5016
5033
  FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_RADIO_LIST = 'DynamicRadioList';
5034
+ FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_MULTISELECT_LIST = 'DynamicMultiSelectList';
5017
5035
  FieldTypeSanitiser.ɵfac = function FieldTypeSanitiser_Factory(t) { return new (t || FieldTypeSanitiser)(); };
5018
5036
  FieldTypeSanitiser.ɵprov = i0.ɵɵdefineInjectable({ token: FieldTypeSanitiser, factory: FieldTypeSanitiser.ɵfac });
5019
5037
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FieldTypeSanitiser, [{
@@ -9830,7 +9848,7 @@ WriteComplexFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteComplexFi
9830
9848
  type: Input
9831
9849
  }] }); })();
9832
9850
 
9833
- const _c0$R = ["writeComplexFieldComponent"];
9851
+ const _c0$S = ["writeComplexFieldComponent"];
9834
9852
  function WriteAddressFieldComponent_div_1_div_4_span_4_Template(rf, ctx) { if (rf & 1) {
9835
9853
  i0.ɵɵelementStart(0, "span", 14);
9836
9854
  i0.ɵɵtext(1, "Enter the Postcode");
@@ -10023,7 +10041,7 @@ class WriteAddressFieldComponent extends AbstractFieldWriteComponent {
10023
10041
  }
10024
10042
  WriteAddressFieldComponent.ɵfac = function WriteAddressFieldComponent_Factory(t) { return new (t || WriteAddressFieldComponent)(i0.ɵɵdirectiveInject(AddressesService), i0.ɵɵdirectiveInject(IsCompoundPipe)); };
10025
10043
  WriteAddressFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteAddressFieldComponent, selectors: [["ccd-write-address-field"]], viewQuery: function WriteAddressFieldComponent_Query(rf, ctx) { if (rf & 1) {
10026
- i0.ɵɵviewQuery(_c0$R, 1);
10044
+ i0.ɵɵviewQuery(_c0$S, 1);
10027
10045
  i0.ɵɵviewQuery(FocusElementDirective, 1);
10028
10046
  } if (rf & 2) {
10029
10047
  let _t;
@@ -10149,12 +10167,13 @@ function CaseFileViewFieldComponent_div_1_Template(rf, ctx) { if (rf & 1) {
10149
10167
  i0.ɵɵproperty("ngIf", ctx_r1.currentDocument);
10150
10168
  } }
10151
10169
  class CaseFileViewFieldComponent {
10152
- constructor(elementRef, route, caseFileViewService, documentManagementService, loadingService) {
10170
+ constructor(elementRef, route, caseFileViewService, documentManagementService, loadingService, sessionStorageService) {
10153
10171
  this.elementRef = elementRef;
10154
10172
  this.route = route;
10155
10173
  this.caseFileViewService = caseFileViewService;
10156
10174
  this.documentManagementService = documentManagementService;
10157
10175
  this.loadingService = loadingService;
10176
+ this.sessionStorageService = sessionStorageService;
10158
10177
  this.allowMoving = true;
10159
10178
  this.getCategoriesAndDocumentsError = false;
10160
10179
  }
@@ -10167,6 +10186,12 @@ class CaseFileViewFieldComponent {
10167
10186
  },
10168
10187
  error: _ => this.getCategoriesAndDocumentsError = true
10169
10188
  });
10189
+ // EXUI-8000
10190
+ const userInfo = JSON.parse(this.sessionStorageService.getItem('userDetails'));
10191
+ // Get acls that intersects from acl roles and user roles
10192
+ const acls = this.caseField.acls.filter(acl => userInfo.roles.includes(acl.role));
10193
+ // As there can be more than one intersecting role, if any acls are update: true
10194
+ this.allowMoving = acls.some(acl => acl.update);
10170
10195
  }
10171
10196
  ngAfterViewInit() {
10172
10197
  const slider = this.elementRef.nativeElement.querySelector('.slider');
@@ -10212,7 +10237,7 @@ class CaseFileViewFieldComponent {
10212
10237
  }
10213
10238
  }
10214
10239
  CaseFileViewFieldComponent.PARAM_CASE_ID = 'cid';
10215
- CaseFileViewFieldComponent.ɵfac = function CaseFileViewFieldComponent_Factory(t) { return new (t || CaseFileViewFieldComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseFileViewService), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(LoadingService)); };
10240
+ CaseFileViewFieldComponent.ɵfac = function CaseFileViewFieldComponent_Factory(t) { return new (t || CaseFileViewFieldComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseFileViewService), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(SessionStorageService)); };
10216
10241
  CaseFileViewFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CaseFileViewFieldComponent, selectors: [["ccd-case-file-view-field"]], decls: 2, vars: 2, consts: [["class", "govuk-grid-column-two-thirds", 4, "ngIf"], [4, "ngIf"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-heading-l"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [1, "document-tree-container__tree", 3, "categoriesAndDocuments", "allowMoving", "clickedDocument", "moveDocument"], [1, "slider"], [1, "media-viewer-container"], [3, "url", "downloadFileName", "showToolbar", "contentType", "enableAnnotations", "enableRedactions", "height"]], template: function CaseFileViewFieldComponent_Template(rf, ctx) { if (rf & 1) {
10217
10242
  i0.ɵɵtemplate(0, CaseFileViewFieldComponent_div_0_Template, 5, 0, "div", 0);
10218
10243
  i0.ɵɵtemplate(1, CaseFileViewFieldComponent_div_1_Template, 9, 3, "div", 1);
@@ -10228,76 +10253,7 @@ CaseFileViewFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CaseFileViewFi
10228
10253
  templateUrl: './case-file-view-field.component.html',
10229
10254
  styleUrls: ['./case-file-view-field.component.scss'],
10230
10255
  }]
10231
- }], function () { return [{ type: i0.ElementRef }, { type: i1$1.ActivatedRoute }, { type: CaseFileViewService }, { type: DocumentManagementService }, { type: LoadingService }]; }, null); })();
10232
-
10233
- function CaseFileViewFieldReadComponent_div_0_Template(rf, ctx) { if (rf & 1) {
10234
- i0.ɵɵelementStart(0, "div", 2);
10235
- i0.ɵɵelementStart(1, "h1", 3);
10236
- i0.ɵɵtext(2, "Sorry, there is a problem with the service");
10237
- i0.ɵɵelementEnd();
10238
- i0.ɵɵelementStart(3, "p", 4);
10239
- i0.ɵɵtext(4, "Try again later.");
10240
- i0.ɵɵelementEnd();
10241
- i0.ɵɵelementEnd();
10242
- } }
10243
- function CaseFileViewFieldReadComponent_div_1_ng_container_8_Template(rf, ctx) { if (rf & 1) {
10244
- i0.ɵɵelementContainerStart(0);
10245
- i0.ɵɵelement(1, "mv-media-viewer", 11);
10246
- i0.ɵɵelementContainerEnd();
10247
- } if (rf & 2) {
10248
- const ctx_r2 = i0.ɵɵnextContext(2);
10249
- i0.ɵɵadvance(1);
10250
- i0.ɵɵproperty("url", ctx_r2.currentDocument.document_binary_url)("downloadFileName", ctx_r2.currentDocument.document_filename)("showToolbar", true)("contentType", ctx_r2.currentDocument.content_type)("enableAnnotations", true)("enableRedactions", true)("height", "94.5vh");
10251
- } }
10252
- function CaseFileViewFieldReadComponent_div_1_Template(rf, ctx) { if (rf & 1) {
10253
- const _r4 = i0.ɵɵgetCurrentView();
10254
- i0.ɵɵelementStart(0, "div");
10255
- i0.ɵɵelementStart(1, "h2", 5);
10256
- i0.ɵɵtext(2, "Case file");
10257
- i0.ɵɵelementEnd();
10258
- i0.ɵɵelementStart(3, "div", 6);
10259
- i0.ɵɵelementStart(4, "div", 7);
10260
- i0.ɵɵelementStart(5, "ccd-case-file-view-folder", 8);
10261
- i0.ɵɵlistener("clickedDocument", function CaseFileViewFieldReadComponent_div_1_Template_ccd_case_file_view_folder_clickedDocument_5_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return ctx_r3.setMediaViewerFile($event); })("moveDocument", function CaseFileViewFieldReadComponent_div_1_Template_ccd_case_file_view_folder_moveDocument_5_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.moveDocument($event); });
10262
- i0.ɵɵelementEnd();
10263
- i0.ɵɵelementEnd();
10264
- i0.ɵɵelement(6, "div", 9);
10265
- i0.ɵɵelementStart(7, "div", 10);
10266
- i0.ɵɵtemplate(8, CaseFileViewFieldReadComponent_div_1_ng_container_8_Template, 2, 7, "ng-container", 1);
10267
- i0.ɵɵelementEnd();
10268
- i0.ɵɵelementEnd();
10269
- i0.ɵɵelementEnd();
10270
- } if (rf & 2) {
10271
- const ctx_r1 = i0.ɵɵnextContext();
10272
- i0.ɵɵadvance(5);
10273
- i0.ɵɵproperty("categoriesAndDocuments", ctx_r1.categoriesAndDocuments$)("allowMoving", ctx_r1.allowMoving);
10274
- i0.ɵɵadvance(3);
10275
- i0.ɵɵproperty("ngIf", ctx_r1.currentDocument);
10276
- } }
10277
- class CaseFileViewFieldReadComponent extends CaseFileViewFieldComponent {
10278
- constructor() {
10279
- super(...arguments);
10280
- this.allowMoving = false;
10281
- }
10282
- }
10283
- CaseFileViewFieldReadComponent.ɵfac = function CaseFileViewFieldReadComponent_Factory(t) { return ɵCaseFileViewFieldReadComponent_BaseFactory(t || CaseFileViewFieldReadComponent); };
10284
- CaseFileViewFieldReadComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CaseFileViewFieldReadComponent, selectors: [["ccd-case-file-view-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [["class", "govuk-grid-column-two-thirds", 4, "ngIf"], [4, "ngIf"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-heading-l"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [1, "document-tree-container__tree", 3, "categoriesAndDocuments", "allowMoving", "clickedDocument", "moveDocument"], [1, "slider"], [1, "media-viewer-container"], [3, "url", "downloadFileName", "showToolbar", "contentType", "enableAnnotations", "enableRedactions", "height"]], template: function CaseFileViewFieldReadComponent_Template(rf, ctx) { if (rf & 1) {
10285
- i0.ɵɵtemplate(0, CaseFileViewFieldReadComponent_div_0_Template, 5, 0, "div", 0);
10286
- i0.ɵɵtemplate(1, CaseFileViewFieldReadComponent_div_1_Template, 9, 3, "div", 1);
10287
- } if (rf & 2) {
10288
- i0.ɵɵproperty("ngIf", ctx.getCategoriesAndDocumentsError);
10289
- i0.ɵɵadvance(1);
10290
- i0.ɵɵproperty("ngIf", !ctx.getCategoriesAndDocumentsError);
10291
- } }, styles: ["#case-file-view[_ngcontent-%COMP%]{display:flex;border:2px solid #c9c9c9;height:100vh;position:relative}#case-file-view[_ngcontent-%COMP%] .document-tree-container[_ngcontent-%COMP%]{background-color:#faf8f8;width:30%;min-height:400px;min-width:10%}#case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]{width:.2%;background-color:#6b6b6b}#case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]:focus, #case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]:hover{cursor:col-resize}#case-file-view[_ngcontent-%COMP%] .media-viewer-container[_ngcontent-%COMP%]{background-color:#dee0e2;flex:1 1 0;overflow:hidden}"] });
10292
- const ɵCaseFileViewFieldReadComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(CaseFileViewFieldReadComponent);
10293
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewFieldReadComponent, [{
10294
- type: Component,
10295
- args: [{
10296
- selector: 'ccd-case-file-view-field',
10297
- templateUrl: './case-file-view-field.component.html',
10298
- styleUrls: ['./case-file-view-field.component.scss'],
10299
- }]
10300
- }], null, null); })();
10256
+ }], function () { return [{ type: i0.ElementRef }, { type: i1$1.ActivatedRoute }, { type: CaseFileViewService }, { type: DocumentManagementService }, { type: LoadingService }, { type: SessionStorageService }]; }, null); })();
10301
10257
 
10302
10258
  var AddCommentsErrorMessage;
10303
10259
  (function (AddCommentsErrorMessage) {
@@ -10609,7 +10565,7 @@ function WriteCaseFlagFieldComponent_div_1_ng_container_7_Template(rf, ctx) { if
10609
10565
  i0.ɵɵadvance(1);
10610
10566
  i0.ɵɵproperty("formGroup", ctx_r10.caseFlagParentFormGroup)("optional", ctx_r10.flagCommentsOptional);
10611
10567
  } }
10612
- const _c0$Q = function (a0) { return { "form-group-error": a0 }; };
10568
+ const _c0$R = function (a0) { return { "form-group-error": a0 }; };
10613
10569
  function WriteCaseFlagFieldComponent_div_1_Template(rf, ctx) { if (rf & 1) {
10614
10570
  i0.ɵɵelementStart(0, "div", 8);
10615
10571
  i0.ɵɵelementStart(1, "div", 9);
@@ -10628,7 +10584,7 @@ function WriteCaseFlagFieldComponent_div_1_Template(rf, ctx) { if (rf & 1) {
10628
10584
  i0.ɵɵadvance(1);
10629
10585
  i0.ɵɵproperty("ngSwitch", ctx_r1.fieldState);
10630
10586
  i0.ɵɵadvance(1);
10631
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$Q, ctx_r1.errorMessages.length > 0));
10587
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$R, ctx_r1.errorMessages.length > 0));
10632
10588
  i0.ɵɵadvance(1);
10633
10589
  i0.ɵɵtextInterpolate1(" ", ctx_r1.createFlagCaption, " ");
10634
10590
  i0.ɵɵadvance(1);
@@ -11065,7 +11021,7 @@ const ɵReadCaseLinkFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInherit
11065
11021
  }]
11066
11022
  }], null, null); })();
11067
11023
 
11068
- const _c0$P = ["writeComplexFieldComponent"];
11024
+ const _c0$Q = ["writeComplexFieldComponent"];
11069
11025
  function WriteCaseLinkFieldComponent_span_2_Template(rf, ctx) { if (rf & 1) {
11070
11026
  i0.ɵɵelementStart(0, "span", 6);
11071
11027
  i0.ɵɵtext(1);
@@ -11143,7 +11099,7 @@ class WriteCaseLinkFieldComponent extends AbstractFieldWriteComponent {
11143
11099
  }
11144
11100
  WriteCaseLinkFieldComponent.ɵfac = function WriteCaseLinkFieldComponent_Factory(t) { return ɵWriteCaseLinkFieldComponent_BaseFactory(t || WriteCaseLinkFieldComponent); };
11145
11101
  WriteCaseLinkFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteCaseLinkFieldComponent, selectors: [["ccd-write-case-link-field"]], viewQuery: function WriteCaseLinkFieldComponent_Query(rf, ctx) { if (rf & 1) {
11146
- i0.ɵɵviewQuery(_c0$P, 1);
11102
+ i0.ɵɵviewQuery(_c0$Q, 1);
11147
11103
  } if (rf & 2) {
11148
11104
  let _t;
11149
11105
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.writeComplexFieldComponent = _t.first);
@@ -11181,7 +11137,7 @@ const ɵWriteCaseLinkFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheri
11181
11137
  args: ['writeComplexFieldComponent']
11182
11138
  }] }); })();
11183
11139
 
11184
- const _c0$O = function (a0, a1, a2, a3, a4, a5) { return { id: a0, label: a1, field_type: a2, display_context_parameter: a3, value: a4, hidden: a5 }; };
11140
+ const _c0$P = function (a0, a1, a2, a3, a4, a5) { return { id: a0, label: a1, field_type: a2, display_context_parameter: a3, value: a4, hidden: a5 }; };
11185
11141
  function ReadCollectionFieldComponent_table_0_tbody_2_Template(rf, ctx) { if (rf & 1) {
11186
11142
  i0.ɵɵelementStart(0, "tbody");
11187
11143
  i0.ɵɵelementStart(1, "tr");
@@ -11194,7 +11150,7 @@ function ReadCollectionFieldComponent_table_0_tbody_2_Template(rf, ctx) { if (rf
11194
11150
  } if (rf & 2) {
11195
11151
  const ctx_r1 = i0.ɵɵnextContext(2);
11196
11152
  i0.ɵɵadvance(4);
11197
- i0.ɵɵproperty("caseField", i0.ɵɵpureFunction6(3, _c0$O, 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);
11153
+ i0.ɵɵproperty("caseField", i0.ɵɵpureFunction6(3, _c0$P, 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);
11198
11154
  } }
11199
11155
  const _c1$k = function (a0, a1, a2, a3, a4) { return { id: a0, label: a1, field_type: a2, value: a3, hidden: a4 }; };
11200
11156
  function ReadCollectionFieldComponent_table_0_tbody_3_tr_1_Template(rf, ctx) { if (rf & 1) {
@@ -11322,7 +11278,7 @@ RemoveDialogComponent.ɵcmp = i0.ɵɵdefineComponent({ type: RemoveDialogCompone
11322
11278
  }]
11323
11279
  }], function () { return [{ type: i1$3.MatDialogRef }]; }, null); })();
11324
11280
 
11325
- const _c0$N = ["collectionItem"];
11281
+ const _c0$O = ["collectionItem"];
11326
11282
  function WriteCollectionFieldComponent_h2_7_span_1_Template(rf, ctx) { if (rf & 1) {
11327
11283
  i0.ɵɵelementStart(0, "span", 9);
11328
11284
  i0.ɵɵtext(1);
@@ -11529,7 +11485,12 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
11529
11485
  addItem(doScroll) {
11530
11486
  // Manually resetting errors is required to prevent `ExpressionChangedAfterItHasBeenCheckedError`
11531
11487
  this.formArray.setErrors(null);
11532
- const item = { value: null };
11488
+ let item = { value: null };
11489
+ if (this.isCollectionDynamic()) {
11490
+ item = Object.assign({}, this.caseField.value[this.caseField.value.length - 1]);
11491
+ const key = Number(item['id'][item['id'].length - 1]) + 1;
11492
+ item.id = item['id'].replace(/.$/, key.toString());
11493
+ }
11533
11494
  this.caseField.value.push(item);
11534
11495
  const index = this.caseField.value.length - 1;
11535
11496
  const caseField = this.buildCaseField(item, index, true);
@@ -11552,6 +11513,12 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
11552
11513
  setTimeout(() => this.focusLastItem());
11553
11514
  }
11554
11515
  }
11516
+ isCollectionDynamic() {
11517
+ if (!this.caseField.field_type || !this.caseField.field_type.collection_field_type) {
11518
+ return false;
11519
+ }
11520
+ return this.caseField.field_type.collection_field_type.id === 'DynamicRadioList';
11521
+ }
11555
11522
  newCaseField(id, item, index, isNew = false) {
11556
11523
  const isNotAuthorisedToUpdate = !isNew && this.isNotAuthorisedToUpdate(index);
11557
11524
  const fieldType = plainToClassFromExist(new FieldType(), this.caseField.field_type.collection_field_type);
@@ -11696,7 +11663,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
11696
11663
  }
11697
11664
  WriteCollectionFieldComponent.ɵfac = function WriteCollectionFieldComponent_Factory(t) { return new (t || WriteCollectionFieldComponent)(i0.ɵɵdirectiveInject(i1$3.MatDialog), i0.ɵɵdirectiveInject(i2$1.ScrollToService), i0.ɵɵdirectiveInject(ProfileNotifier)); };
11698
11665
  WriteCollectionFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) { if (rf & 1) {
11699
- i0.ɵɵviewQuery(_c0$N, 1);
11666
+ i0.ɵɵviewQuery(_c0$O, 1);
11700
11667
  } if (rf & 2) {
11701
11668
  let _t;
11702
11669
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.items = _t);
@@ -12016,7 +11983,7 @@ FileUploadStateService.ɵprov = i0.ɵɵdefineInjectable({ token: FileUploadState
12016
11983
  type: Injectable
12017
11984
  }], null, null); })();
12018
11985
 
12019
- const _c0$M = ["fileInput"];
11986
+ const _c0$N = ["fileInput"];
12020
11987
  function WriteDocumentFieldComponent_span_6_Template(rf, ctx) { if (rf & 1) {
12021
11988
  i0.ɵɵelementStart(0, "span", 12);
12022
11989
  i0.ɵɵtext(1);
@@ -12294,7 +12261,7 @@ WriteDocumentFieldComponent.UPLOAD_ERROR_NOT_AVAILABLE = 'Document upload facili
12294
12261
  WriteDocumentFieldComponent.UPLOAD_WAITING_FILE_STATUS = 'Uploading...';
12295
12262
  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)); };
12296
12263
  WriteDocumentFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteDocumentFieldComponent, selectors: [["ccd-write-document-field"]], viewQuery: function WriteDocumentFieldComponent_Query(rf, ctx) { if (rf & 1) {
12297
- i0.ɵɵviewQuery(_c0$M, 1);
12264
+ i0.ɵɵviewQuery(_c0$N, 1);
12298
12265
  } if (rf & 2) {
12299
12266
  let _t;
12300
12267
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.fileInput = _t.first);
@@ -12456,7 +12423,7 @@ function WriteDynamicListFieldComponent_option_9_Template(rf, ctx) { if (rf & 1)
12456
12423
  i0.ɵɵadvance(1);
12457
12424
  i0.ɵɵtextInterpolate(type_r5.label);
12458
12425
  } }
12459
- const _c0$L = function (a0) { return { "form-group-error": a0 }; };
12426
+ const _c0$M = function (a0) { return { "form-group-error": a0 }; };
12460
12427
  class WriteDynamicListFieldComponent extends AbstractFieldWriteComponent {
12461
12428
  ngOnInit() {
12462
12429
  /**
@@ -12498,7 +12465,7 @@ WriteDynamicListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteDynam
12498
12465
  i0.ɵɵelementEnd();
12499
12466
  i0.ɵɵelementEnd();
12500
12467
  } if (rf & 2) {
12501
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$L, !ctx.dynamicListFormControl.valid && (ctx.dynamicListFormControl.dirty || ctx.dynamicListFormControl.touched)));
12468
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$M, !ctx.dynamicListFormControl.valid && (ctx.dynamicListFormControl.dirty || ctx.dynamicListFormControl.touched)));
12502
12469
  i0.ɵɵadvance(1);
12503
12470
  i0.ɵɵproperty("for", ctx.id());
12504
12471
  i0.ɵɵadvance(1);
@@ -12619,7 +12586,7 @@ function WriteDynamicRadioListFieldComponent_span_7_Template(rf, ctx) { if (rf &
12619
12586
  i0.ɵɵadvance(1);
12620
12587
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r3.dynamicRadioListControl.errors));
12621
12588
  } }
12622
- const _c0$K = function (a0) { return { selected: a0 }; };
12589
+ const _c0$L = function (a0) { return { selected: a0 }; };
12623
12590
  function WriteDynamicRadioListFieldComponent_div_9_Template(rf, ctx) { if (rf & 1) {
12624
12591
  i0.ɵɵelementStart(0, "div", 10);
12625
12592
  i0.ɵɵelement(1, "input", 11);
@@ -12630,12 +12597,11 @@ function WriteDynamicRadioListFieldComponent_div_9_Template(rf, ctx) { if (rf &
12630
12597
  } if (rf & 2) {
12631
12598
  const radioButton_r5 = ctx.$implicit;
12632
12599
  const ctx_r4 = i0.ɵɵnextContext();
12633
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$K, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
12600
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$L, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
12634
12601
  i0.ɵɵadvance(1);
12635
- i0.ɵɵpropertyInterpolate("name", ctx_r4.id());
12636
- i0.ɵɵproperty("id", ctx_r4.buildElementId(radioButton_r5.code))("formControl", ctx_r4.dynamicRadioListControl)("value", radioButton_r5.code);
12602
+ i0.ɵɵproperty("id", ctx_r4.createElementId(radioButton_r5.code))("name", ctx_r4.createElementId(radioButton_r5.code))("formControl", ctx_r4.dynamicRadioListControl)("value", radioButton_r5.code);
12637
12603
  i0.ɵɵadvance(1);
12638
- i0.ɵɵproperty("for", ctx_r4.buildElementId(radioButton_r5.code));
12604
+ i0.ɵɵproperty("for", ctx_r4.createElementId(radioButton_r5.code));
12639
12605
  i0.ɵɵadvance(1);
12640
12606
  i0.ɵɵtextInterpolate(radioButton_r5.label);
12641
12607
  } }
@@ -12659,8 +12625,8 @@ class WriteDynamicRadioListFieldComponent extends AbstractFieldWriteComponent {
12659
12625
  this.dynamicRadioListControl = this.registerControl(new FormControl(this.caseField.value));
12660
12626
  this.dynamicRadioListControl.setValue(this.caseField.value);
12661
12627
  }
12662
- buildElementId(name) {
12663
- return `${this.id()}-${name}`;
12628
+ createElementId(name) {
12629
+ return this.parent && this.parent.value ? this.parent.value.id + this.parent.value.value : super.createElementId(name);
12664
12630
  }
12665
12631
  }
12666
12632
  WriteDynamicRadioListFieldComponent.ɵfac = function WriteDynamicRadioListFieldComponent_Factory(t) { return ɵWriteDynamicRadioListFieldComponent_BaseFactory(t || WriteDynamicRadioListFieldComponent); };
@@ -12764,7 +12730,7 @@ function WriteEmailFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
12764
12730
  i0.ɵɵadvance(1);
12765
12731
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 1, ctx_r2.emailControl.errors, ctx_r2.caseField.label));
12766
12732
  } }
12767
- const _c0$J = function (a0) { return { "form-group-error": a0 }; };
12733
+ const _c0$K = function (a0) { return { "form-group-error": a0 }; };
12768
12734
  const _c1$h = function (a0) { return { "govuk-input--error": a0 }; };
12769
12735
  class WriteEmailFieldComponent extends AbstractFieldWriteComponent {
12770
12736
  ngOnInit() {
@@ -12782,7 +12748,7 @@ WriteEmailFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteEmailFieldC
12782
12748
  i0.ɵɵelement(5, "input", 5);
12783
12749
  i0.ɵɵelementEnd();
12784
12750
  } if (rf & 2) {
12785
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$J, !ctx.emailControl.valid && (ctx.emailControl.dirty || ctx.emailControl.touched)));
12751
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$K, !ctx.emailControl.valid && (ctx.emailControl.dirty || ctx.emailControl.touched)));
12786
12752
  i0.ɵɵadvance(1);
12787
12753
  i0.ɵɵproperty("for", ctx.id());
12788
12754
  i0.ɵɵadvance(1);
@@ -12884,7 +12850,7 @@ function WriteFixedListFieldComponent_option_8_Template(rf, ctx) { if (rf & 1) {
12884
12850
  i0.ɵɵadvance(1);
12885
12851
  i0.ɵɵtextInterpolate(type_r4.label);
12886
12852
  } }
12887
- const _c0$I = function (a0) { return { "form-group-error": a0 }; };
12853
+ const _c0$J = function (a0) { return { "form-group-error": a0 }; };
12888
12854
  class WriteFixedListFieldComponent extends AbstractFieldWriteComponent {
12889
12855
  get listItems() {
12890
12856
  if (this.caseField) {
@@ -12922,7 +12888,7 @@ WriteFixedListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteFixedLi
12922
12888
  i0.ɵɵelementEnd();
12923
12889
  i0.ɵɵelementEnd();
12924
12890
  } if (rf & 2) {
12925
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$I, !ctx.fixedListFormControl.valid && (ctx.fixedListFormControl.dirty || ctx.fixedListFormControl.touched)));
12891
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$J, !ctx.fixedListFormControl.valid && (ctx.fixedListFormControl.dirty || ctx.fixedListFormControl.touched)));
12926
12892
  i0.ɵɵadvance(1);
12927
12893
  i0.ɵɵproperty("for", ctx.id());
12928
12894
  i0.ɵɵadvance(1);
@@ -13013,7 +12979,7 @@ function WriteFixedRadioListFieldComponent_span_6_Template(rf, ctx) { if (rf & 1
13013
12979
  i0.ɵɵadvance(1);
13014
12980
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 1, ctx_r2.fixedRadioListControl.errors, ctx_r2.caseField.label));
13015
12981
  } }
13016
- const _c0$H = function (a0) { return { selected: a0 }; };
12982
+ const _c0$I = function (a0) { return { selected: a0 }; };
13017
12983
  function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) { if (rf & 1) {
13018
12984
  i0.ɵɵelementStart(0, "div", 9);
13019
12985
  i0.ɵɵelement(1, "input", 10);
@@ -13024,7 +12990,7 @@ function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) { if (rf & 1)
13024
12990
  } if (rf & 2) {
13025
12991
  const radioButton_r4 = ctx.$implicit;
13026
12992
  const ctx_r3 = i0.ɵɵnextContext();
13027
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$H, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
12993
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$I, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
13028
12994
  i0.ɵɵadvance(1);
13029
12995
  i0.ɵɵproperty("id", ctx_r3.id() + "-" + radioButton_r4.code)("name", ctx_r3.id())("formControl", ctx_r3.fixedRadioListControl)("value", radioButton_r4.code);
13030
12996
  i0.ɵɵadvance(1);
@@ -13155,7 +13121,7 @@ function WriteJudicialUserFieldComponent_span_3_Template(rf, ctx) { if (rf & 1)
13155
13121
  i0.ɵɵadvance(1);
13156
13122
  i0.ɵɵtextInterpolate1(" ", ctx_r1.caseField.hint_text, " ");
13157
13123
  } }
13158
- const _c0$G = function (a0) { return { "hide-autocomplete": a0 }; };
13124
+ const _c0$H = function (a0) { return { "hide-autocomplete": a0 }; };
13159
13125
  function WriteJudicialUserFieldComponent_mat_option_7_Template(rf, ctx) { if (rf & 1) {
13160
13126
  const _r7 = i0.ɵɵgetCurrentView();
13161
13127
  i0.ɵɵelementStart(0, "mat-option", 11);
@@ -13165,7 +13131,7 @@ function WriteJudicialUserFieldComponent_mat_option_7_Template(rf, ctx) { if (rf
13165
13131
  } if (rf & 2) {
13166
13132
  const judicialUser_r5 = ctx.$implicit;
13167
13133
  const ctx_r3 = i0.ɵɵnextContext();
13168
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$G, !ctx_r3.showAutocomplete))("value", judicialUser_r5.idamId);
13134
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$H, !ctx_r3.showAutocomplete))("value", judicialUser_r5.idamId);
13169
13135
  i0.ɵɵadvance(1);
13170
13136
  i0.ɵɵtextInterpolate2(" ", judicialUser_r5.fullName, " (", judicialUser_r5.emailId, ") ");
13171
13137
  } }
@@ -13861,7 +13827,7 @@ function LinkCasesComponent_div_8_div_14_span_3_Template(rf, ctx) { if (rf & 1)
13861
13827
  i0.ɵɵadvance(3);
13862
13828
  i0.ɵɵtextInterpolate1(" ", ctx_r13.caseReasonCommentsError, " ");
13863
13829
  } }
13864
- const _c0$F = function (a0) { return { "govuk-form-group--error": a0 }; };
13830
+ const _c0$G = function (a0) { return { "govuk-form-group--error": a0 }; };
13865
13831
  function LinkCasesComponent_div_8_div_14_Template(rf, ctx) { if (rf & 1) {
13866
13832
  i0.ɵɵelementStart(0, "div", 35);
13867
13833
  i0.ɵɵelementStart(1, "h3", 22);
@@ -13877,7 +13843,7 @@ function LinkCasesComponent_div_8_div_14_Template(rf, ctx) { if (rf & 1) {
13877
13843
  i0.ɵɵelementEnd();
13878
13844
  } if (rf & 2) {
13879
13845
  const ctx_r7 = i0.ɵɵnextContext(2);
13880
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$F, !!ctx_r7.caseReasonCommentsError));
13846
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$G, !!ctx_r7.caseReasonCommentsError));
13881
13847
  i0.ɵɵadvance(3);
13882
13848
  i0.ɵɵproperty("ngIf", ctx_r7.caseReasonCommentsError);
13883
13849
  } }
@@ -13928,11 +13894,11 @@ function LinkCasesComponent_div_8_Template(rf, ctx) { if (rf & 1) {
13928
13894
  const ctx_r0 = i0.ɵɵnextContext();
13929
13895
  i0.ɵɵproperty("formGroup", ctx_r0.linkCaseForm);
13930
13896
  i0.ɵɵadvance(1);
13931
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$F, !!ctx_r0.caseNumberError));
13897
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$G, !!ctx_r0.caseNumberError));
13932
13898
  i0.ɵɵadvance(3);
13933
13899
  i0.ɵɵproperty("ngIf", ctx_r0.caseNumberError);
13934
13900
  i0.ɵɵadvance(2);
13935
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$F, !!ctx_r0.caseReasonError));
13901
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$G, !!ctx_r0.caseReasonError));
13936
13902
  i0.ɵɵadvance(5);
13937
13903
  i0.ɵɵproperty("ngIf", ctx_r0.caseReasonError);
13938
13904
  i0.ɵɵadvance(2);
@@ -14343,7 +14309,7 @@ LinkCasesComponent.ɵcmp = i0.ɵɵdefineComponent({ type: LinkCasesComponent, se
14343
14309
  i0.ɵɵadvance(4);
14344
14310
  i0.ɵɵproperty("ngIf", ctx.linkCaseForm);
14345
14311
  i0.ɵɵadvance(4);
14346
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$F, !!ctx.noSelectedCaseError));
14312
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c0$G, !!ctx.noSelectedCaseError));
14347
14313
  i0.ɵɵadvance(1);
14348
14314
  i0.ɵɵproperty("ngIf", ctx.noSelectedCaseError);
14349
14315
  i0.ɵɵadvance(18);
@@ -14952,7 +14918,7 @@ function UnLinkCasesComponent_div_0_div_4_div_3_Template(rf, ctx) { if (rf & 1)
14952
14918
  i0.ɵɵadvance(1);
14953
14919
  i0.ɵɵtextInterpolate2(" ", case_r4.caseName, " ", i0.ɵɵpipeBind1(4, 6, case_r4.caseReference), " ");
14954
14920
  } }
14955
- const _c0$E = function (a0) { return { "govuk-form-group--error": a0 }; };
14921
+ const _c0$F = function (a0) { return { "govuk-form-group--error": a0 }; };
14956
14922
  function UnLinkCasesComponent_div_0_div_4_Template(rf, ctx) { if (rf & 1) {
14957
14923
  i0.ɵɵelementStart(0, "div", 7);
14958
14924
  i0.ɵɵtemplate(1, UnLinkCasesComponent_div_0_div_4_p_1_Template, 4, 1, "p", 8);
@@ -14962,7 +14928,7 @@ function UnLinkCasesComponent_div_0_div_4_Template(rf, ctx) { if (rf & 1) {
14962
14928
  i0.ɵɵelementEnd();
14963
14929
  } if (rf & 2) {
14964
14930
  const ctx_r1 = i0.ɵɵnextContext(2);
14965
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$E, ctx_r1.unlinkErrorMessage))("formGroup", ctx_r1.unlinkCaseForm);
14931
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$F, ctx_r1.unlinkErrorMessage))("formGroup", ctx_r1.unlinkCaseForm);
14966
14932
  i0.ɵɵadvance(1);
14967
14933
  i0.ɵɵproperty("ngIf", ctx_r1.unlinkErrorMessage);
14968
14934
  i0.ɵɵadvance(2);
@@ -15781,7 +15747,7 @@ function WriteMoneyGbpFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
15781
15747
  i0.ɵɵadvance(1);
15782
15748
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 1, ctx_r2.moneyGbpControl.errors, ctx_r2.caseField.label));
15783
15749
  } }
15784
- const _c0$D = function (a0) { return { "form-group-error": a0 }; };
15750
+ const _c0$E = function (a0) { return { "form-group-error": a0 }; };
15785
15751
  class WriteMoneyGbpFieldComponent extends AbstractFieldWriteComponent {
15786
15752
  ngOnInit() {
15787
15753
  this.moneyGbpControl = this.registerControl(new FormControl(this.caseField.value));
@@ -15804,7 +15770,7 @@ WriteMoneyGbpFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteMoneyGbp
15804
15770
  i0.ɵɵelementEnd();
15805
15771
  i0.ɵɵelementEnd();
15806
15772
  } if (rf & 2) {
15807
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$D, !ctx.moneyGbpControl.valid && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched)));
15773
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$E, !ctx.moneyGbpControl.valid && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched)));
15808
15774
  i0.ɵɵadvance(1);
15809
15775
  i0.ɵɵproperty("for", ctx.id());
15810
15776
  i0.ɵɵadvance(1);
@@ -15921,7 +15887,7 @@ function WriteMultiSelectListFieldComponent_ng_container_6_Template(rf, ctx) { i
15921
15887
  i0.ɵɵadvance(1);
15922
15888
  i0.ɵɵtextInterpolate(checkbox_r4.label);
15923
15889
  } }
15924
- const _c0$C = function (a0) { return { "error": a0 }; };
15890
+ const _c0$D = function (a0) { return { "error": a0 }; };
15925
15891
  class WriteMultiSelectListFieldComponent extends AbstractFieldWriteComponent {
15926
15892
  ngOnInit() {
15927
15893
  this.checkboxes = new FormArray([]);
@@ -15976,7 +15942,7 @@ WriteMultiSelectListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteM
15976
15942
  i0.ɵɵelementEnd();
15977
15943
  i0.ɵɵelementEnd();
15978
15944
  } if (rf & 2) {
15979
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$C, !ctx.checkboxes.valid && (ctx.checkboxes.dirty || ctx.checkboxes.touched)))("id", ctx.id());
15945
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$D, !ctx.checkboxes.valid && (ctx.checkboxes.dirty || ctx.checkboxes.touched)))("id", ctx.id());
15980
15946
  i0.ɵɵadvance(3);
15981
15947
  i0.ɵɵproperty("ngIf", ctx.caseField.label);
15982
15948
  i0.ɵɵadvance(1);
@@ -16045,7 +16011,7 @@ function WriteNumberFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
16045
16011
  i0.ɵɵadvance(1);
16046
16012
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 1, ctx_r2.numberControl.errors, ctx_r2.caseField.label));
16047
16013
  } }
16048
- const _c0$B = function (a0) { return { "form-group-error": a0 }; };
16014
+ const _c0$C = function (a0) { return { "form-group-error": a0 }; };
16049
16015
  const _c1$e = function (a0) { return { "govuk-input--error": a0 }; };
16050
16016
  class WriteNumberFieldComponent extends AbstractFieldWriteComponent {
16051
16017
  ngOnInit() {
@@ -16063,7 +16029,7 @@ WriteNumberFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteNumberFiel
16063
16029
  i0.ɵɵelement(5, "input", 5);
16064
16030
  i0.ɵɵelementEnd();
16065
16031
  } if (rf & 2) {
16066
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$B, !ctx.numberControl.valid && ctx.numberControl.dirty));
16032
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$C, !ctx.numberControl.valid && ctx.numberControl.dirty));
16067
16033
  i0.ɵɵadvance(1);
16068
16034
  i0.ɵɵproperty("for", ctx.id());
16069
16035
  i0.ɵɵadvance(1);
@@ -16313,7 +16279,7 @@ function WriteOrganisationFieldComponent_fieldset_3_div_14_div_4_Template(rf, ct
16313
16279
  i0.ɵɵelementEnd();
16314
16280
  i0.ɵɵelementEnd();
16315
16281
  } }
16316
- const _c0$A = function (a0) { return { "scroll-container ": a0 }; };
16282
+ const _c0$B = function (a0) { return { "scroll-container ": a0 }; };
16317
16283
  function WriteOrganisationFieldComponent_fieldset_3_div_14_Template(rf, ctx) { if (rf & 1) {
16318
16284
  i0.ɵɵelementStart(0, "div", 26);
16319
16285
  i0.ɵɵpipe(1, "async");
@@ -16327,7 +16293,7 @@ function WriteOrganisationFieldComponent_fieldset_3_div_14_Template(rf, ctx) { i
16327
16293
  const ctx_r2 = i0.ɵɵnextContext(2);
16328
16294
  let tmp_0_0 = null;
16329
16295
  let tmp_2_0 = null;
16330
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$A, ((tmp_0_0 = i0.ɵɵpipeBind1(1, 3, ctx_r2.simpleOrganisations$)) == null ? null : tmp_0_0.length) > 10));
16296
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c0$B, ((tmp_0_0 = i0.ɵɵpipeBind1(1, 3, ctx_r2.simpleOrganisations$)) == null ? null : tmp_0_0.length) > 10));
16331
16297
  i0.ɵɵadvance(2);
16332
16298
  i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(3, 5, ctx_r2.simpleOrganisations$));
16333
16299
  i0.ɵɵadvance(2);
@@ -16642,6 +16608,9 @@ class PaymentField extends AbstractFieldReadComponent {
16642
16608
  getRefundsUrl() {
16643
16609
  return this.appConfig.getRefundsUrl();
16644
16610
  }
16611
+ getNotificationUrl() {
16612
+ return this.appConfig.getNotificationUrl();
16613
+ }
16645
16614
  getUserRoles() {
16646
16615
  const userDetails = JSON.parse(this.sessionStorage.getItem('userDetails') || null);
16647
16616
  if (!userDetails || !userDetails.hasOwnProperty('roles')) {
@@ -16664,10 +16633,10 @@ class CasePaymentHistoryViewerFieldComponent extends PaymentField {
16664
16633
  }
16665
16634
  }
16666
16635
  CasePaymentHistoryViewerFieldComponent.ɵfac = function CasePaymentHistoryViewerFieldComponent_Factory(t) { return new (t || CasePaymentHistoryViewerFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(SessionStorageService)); };
16667
- CasePaymentHistoryViewerFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CasePaymentHistoryViewerFieldComponent, selectors: [["ccd-case-payment-history-viewer-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 15, consts: [[3, "API_ROOT", "CCD_CASE_NUMBER", "BULKSCAN_API_ROOT", "SELECTED_OPTION", "ISBSENABLE", "LOGGEDINUSEREMAIL", "LOGGEDINUSERROLES", "REFUNDS_API_ROOT", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "ISPAYMENTSTATUSENABLED"]], template: function CasePaymentHistoryViewerFieldComponent_Template(rf, ctx) { if (rf & 1) {
16636
+ CasePaymentHistoryViewerFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CasePaymentHistoryViewerFieldComponent, selectors: [["ccd-case-payment-history-viewer-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 16, consts: [[3, "API_ROOT", "CCD_CASE_NUMBER", "BULKSCAN_API_ROOT", "SELECTED_OPTION", "ISBSENABLE", "LOGGEDINUSEREMAIL", "LOGGEDINUSERROLES", "REFUNDS_API_ROOT", "NOTIFICATION_API_ROOT", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "ISPAYMENTSTATUSENABLED"]], template: function CasePaymentHistoryViewerFieldComponent_Template(rf, ctx) { if (rf & 1) {
16668
16637
  i0.ɵɵelement(0, "ccpay-payment-lib", 0);
16669
16638
  } if (rf & 2) {
16670
- i0.ɵɵproperty("API_ROOT", ctx.getBaseURL())("CCD_CASE_NUMBER", ctx.caseReference)("BULKSCAN_API_ROOT", ctx.getPayBulkScanBaseURL())("SELECTED_OPTION", "CCDorException")("ISBSENABLE", "true")("LOGGEDINUSEREMAIL", ctx.getUserEmail())("LOGGEDINUSERROLES", ctx.getUserRoles())("REFUNDS_API_ROOT", ctx.getRefundsUrl())("VIEW", "case-transactions")("TAKEPAYMENT", false)("SERVICEREQUEST", false)("PAYMENT_GROUP_REF", null)("EXC_REFERENCE", ctx.caseReference)("DCN_NUMBER", null)("ISPAYMENTSTATUSENABLED", "Enable");
16639
+ i0.ɵɵproperty("API_ROOT", ctx.getBaseURL())("CCD_CASE_NUMBER", ctx.caseReference)("BULKSCAN_API_ROOT", ctx.getPayBulkScanBaseURL())("SELECTED_OPTION", "CCDorException")("ISBSENABLE", "true")("LOGGEDINUSEREMAIL", ctx.getUserEmail())("LOGGEDINUSERROLES", ctx.getUserRoles())("REFUNDS_API_ROOT", ctx.getRefundsUrl())("NOTIFICATION_API_ROOT", ctx.getNotificationUrl())("VIEW", "case-transactions")("TAKEPAYMENT", false)("SERVICEREQUEST", false)("PAYMENT_GROUP_REF", null)("EXC_REFERENCE", ctx.caseReference)("DCN_NUMBER", null)("ISPAYMENTSTATUSENABLED", "Enable");
16671
16640
  } }, directives: [i3.PaymentLibComponent], encapsulation: 2 });
16672
16641
  (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CasePaymentHistoryViewerFieldComponent, [{
16673
16642
  type: Component,
@@ -16677,6 +16646,194 @@ CasePaymentHistoryViewerFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: Ca
16677
16646
  }]
16678
16647
  }], function () { return [{ type: AbstractAppConfig }, { type: SessionStorageService }]; }, null); })();
16679
16648
 
16649
+ function ReadDynamicMultiSelectListFieldComponent_div_0_Template(rf, ctx) { if (rf & 1) {
16650
+ i0.ɵɵelementStart(0, "div");
16651
+ i0.ɵɵtext(1);
16652
+ i0.ɵɵpipe(2, "ccdFixedList");
16653
+ i0.ɵɵelementEnd();
16654
+ } if (rf & 2) {
16655
+ const value_r1 = ctx.$implicit;
16656
+ const ctx_r0 = i0.ɵɵnextContext();
16657
+ i0.ɵɵadvance(1);
16658
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(2, 1, value_r1.code, ctx_r0.caseField.list_items), "\n");
16659
+ } }
16660
+ class ReadDynamicMultiSelectListFieldComponent extends AbstractFieldReadComponent {
16661
+ ngOnInit() {
16662
+ /**
16663
+ *
16664
+ * Reassigning list_items from formatted_list when list_items is empty
16665
+ */
16666
+ if (!this.caseField.list_items && this.caseField.formatted_value && this.caseField.formatted_value.list_items) {
16667
+ this.caseField.list_items = this.caseField.formatted_value.list_items;
16668
+ }
16669
+ if (!this.caseField.value && this.caseField.formatted_value && this.caseField.formatted_value.value) {
16670
+ this.caseField.value = this.caseField.formatted_value.value;
16671
+ }
16672
+ super.ngOnInit();
16673
+ }
16674
+ }
16675
+ ReadDynamicMultiSelectListFieldComponent.ɵfac = function ReadDynamicMultiSelectListFieldComponent_Factory(t) { return ɵReadDynamicMultiSelectListFieldComponent_BaseFactory(t || ReadDynamicMultiSelectListFieldComponent); };
16676
+ ReadDynamicMultiSelectListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ReadDynamicMultiSelectListFieldComponent, selectors: [["ccd-read-dynamic-multi-select-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngFor", "ngForOf"]], template: function ReadDynamicMultiSelectListFieldComponent_Template(rf, ctx) { if (rf & 1) {
16677
+ i0.ɵɵtemplate(0, ReadDynamicMultiSelectListFieldComponent_div_0_Template, 3, 4, "div", 0);
16678
+ } if (rf & 2) {
16679
+ i0.ɵɵproperty("ngForOf", ctx.caseField.value);
16680
+ } }, directives: [i1.NgForOf], pipes: [FixedListPipe], styles: [".multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{padding:5px 0}.multi-select-list-field-table[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%]{border-bottom:none}.multi-select-list-field-table[_ngcontent-%COMP%] td.collection-actions[_ngcontent-%COMP%]{width:1px;white-space:nowrap}"] });
16681
+ const ɵReadDynamicMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(ReadDynamicMultiSelectListFieldComponent);
16682
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadDynamicMultiSelectListFieldComponent, [{
16683
+ type: Component,
16684
+ args: [{
16685
+ selector: 'ccd-read-dynamic-multi-select-list-field',
16686
+ templateUrl: './read-dynamic-multi-select-list-field.html',
16687
+ styleUrls: ['./read-dynamic-multi-select-list-field.component.scss']
16688
+ }]
16689
+ }], null, null); })();
16690
+
16691
+ function WriteDynamicMultiSelectListFieldComponent_span_3_Template(rf, ctx) { if (rf & 1) {
16692
+ i0.ɵɵelementStart(0, "span", 5);
16693
+ i0.ɵɵtext(1);
16694
+ i0.ɵɵpipe(2, "ccdFieldLabel");
16695
+ i0.ɵɵelementEnd();
16696
+ } if (rf & 2) {
16697
+ const ctx_r0 = i0.ɵɵnextContext();
16698
+ i0.ɵɵadvance(1);
16699
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r0.caseField));
16700
+ } }
16701
+ function WriteDynamicMultiSelectListFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
16702
+ i0.ɵɵelementStart(0, "span", 6);
16703
+ i0.ɵɵtext(1);
16704
+ i0.ɵɵelementEnd();
16705
+ } if (rf & 2) {
16706
+ const ctx_r1 = i0.ɵɵnextContext();
16707
+ i0.ɵɵadvance(1);
16708
+ i0.ɵɵtextInterpolate(ctx_r1.caseField.hint_text);
16709
+ } }
16710
+ function WriteDynamicMultiSelectListFieldComponent_span_5_Template(rf, ctx) { if (rf & 1) {
16711
+ i0.ɵɵelementStart(0, "span", 7);
16712
+ i0.ɵɵtext(1);
16713
+ i0.ɵɵpipe(2, "ccdFirstError");
16714
+ i0.ɵɵelementEnd();
16715
+ } if (rf & 2) {
16716
+ const ctx_r2 = i0.ɵɵnextContext();
16717
+ i0.ɵɵadvance(1);
16718
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r2.checkboxes.errors));
16719
+ } }
16720
+ function WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
16721
+ const _r6 = i0.ɵɵgetCurrentView();
16722
+ i0.ɵɵelementContainerStart(0);
16723
+ i0.ɵɵelementStart(1, "div", 8);
16724
+ i0.ɵɵelementStart(2, "input", 9);
16725
+ i0.ɵɵlistener("change", function WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template_input_change_2_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.onCheckChange($event); });
16726
+ i0.ɵɵelementEnd();
16727
+ i0.ɵɵelementStart(3, "label", 10);
16728
+ i0.ɵɵtext(4);
16729
+ i0.ɵɵelementEnd();
16730
+ i0.ɵɵelementEnd();
16731
+ i0.ɵɵelementContainerEnd();
16732
+ } if (rf & 2) {
16733
+ const checkbox_r4 = ctx.$implicit;
16734
+ const ctx_r3 = i0.ɵɵnextContext();
16735
+ i0.ɵɵadvance(2);
16736
+ i0.ɵɵpropertyInterpolate("id", ctx_r3.createElementId(checkbox_r4.code));
16737
+ i0.ɵɵpropertyInterpolate("name", ctx_r3.id());
16738
+ i0.ɵɵproperty("value", checkbox_r4.code)("checked", ctx_r3.isSelected(checkbox_r4.code));
16739
+ i0.ɵɵadvance(1);
16740
+ i0.ɵɵpropertyInterpolate("for", ctx_r3.createElementId(checkbox_r4.code));
16741
+ i0.ɵɵadvance(1);
16742
+ i0.ɵɵtextInterpolate(checkbox_r4.label);
16743
+ } }
16744
+ const _c0$A = function (a0) { return { "error": a0 }; };
16745
+ class WriteDynamicMultiSelectListFieldComponent extends AbstractFieldWriteComponent {
16746
+ ngOnInit() {
16747
+ this.checkboxes = new FormArray([]);
16748
+ this.setInitialCaseList();
16749
+ this.setInitialCaseFieldValue();
16750
+ // Initialise array with existing values
16751
+ if (this.caseField.value && Array.isArray(this.caseField.value)) {
16752
+ const values = this.caseField.value;
16753
+ values.forEach(value => {
16754
+ this.checkboxes.push(new FormControl(value));
16755
+ });
16756
+ }
16757
+ this.dynamicListFormControl = this.registerControl(new FormControl(this.checkboxes.value));
16758
+ this.dynamicListFormControl.setValue(this.checkboxes.value);
16759
+ }
16760
+ onCheckChange(event) {
16761
+ const target = event.target;
16762
+ if (!target || !target.value) {
16763
+ return;
16764
+ }
16765
+ const selectedListItem = this.getValueListItem(target.value);
16766
+ if (!this.isSelected(target.value)) {
16767
+ // Add a new control in the FormArray
16768
+ this.checkboxes.push(new FormControl(selectedListItem));
16769
+ }
16770
+ else {
16771
+ // Remove the control from the FormArray
16772
+ this.checkboxes.controls.forEach((ctrl, i) => {
16773
+ if (ctrl.value.code === target.value) {
16774
+ this.checkboxes.removeAt(i);
16775
+ }
16776
+ });
16777
+ }
16778
+ this.dynamicListFormControl.setValue(this.checkboxes.value);
16779
+ }
16780
+ isSelected(code) {
16781
+ if (this.checkboxes && this.checkboxes.controls) {
16782
+ return this.checkboxes.controls.find(control => control.value.code === code);
16783
+ }
16784
+ }
16785
+ getValueListItem(value) {
16786
+ return this.caseField.list_items.find(i => i.code === value);
16787
+ }
16788
+ setInitialCaseList() {
16789
+ const hasListItems = this.caseField.list_items && this.caseField.list_items.length > 0;
16790
+ const hasFormattedListItems = this.caseField.formatted_value && this.caseField.formatted_value.list_items.length > 0;
16791
+ if (!hasListItems && hasFormattedListItems) {
16792
+ this.caseField.list_items = this.caseField.formatted_value.list_items;
16793
+ }
16794
+ }
16795
+ setInitialCaseFieldValue() {
16796
+ if (!this.caseField.value && this.caseField.formatted_value && this.caseField.formatted_value.value) {
16797
+ this.caseField.value = this.caseField.formatted_value.value;
16798
+ }
16799
+ const isNull = this.caseField.value === undefined || this.caseField.value === '';
16800
+ if (isNull || !Array.isArray(this.caseField.value)) {
16801
+ this.caseField.value = [];
16802
+ }
16803
+ }
16804
+ }
16805
+ WriteDynamicMultiSelectListFieldComponent.ɵfac = function WriteDynamicMultiSelectListFieldComponent_Factory(t) { return ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory(t || WriteDynamicMultiSelectListFieldComponent); };
16806
+ WriteDynamicMultiSelectListFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteDynamicMultiSelectListFieldComponent, selectors: [["ccd-write-dynamic-multi-select-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 8, consts: [[1, "form-group", "bottom-30", 3, "ngClass", "id"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"], [1, "multiple-choice"], ["type", "checkbox", 1, "form-control", 3, "id", "name", "value", "checked", "change"], [1, "form-label", 3, "for"]], template: function WriteDynamicMultiSelectListFieldComponent_Template(rf, ctx) { if (rf & 1) {
16807
+ i0.ɵɵelementStart(0, "div", 0);
16808
+ i0.ɵɵelementStart(1, "fieldset");
16809
+ i0.ɵɵelementStart(2, "legend");
16810
+ i0.ɵɵtemplate(3, WriteDynamicMultiSelectListFieldComponent_span_3_Template, 3, 3, "span", 1);
16811
+ i0.ɵɵtemplate(4, WriteDynamicMultiSelectListFieldComponent_span_4_Template, 2, 1, "span", 2);
16812
+ i0.ɵɵtemplate(5, WriteDynamicMultiSelectListFieldComponent_span_5_Template, 3, 3, "span", 3);
16813
+ i0.ɵɵelementEnd();
16814
+ i0.ɵɵtemplate(6, WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template, 5, 6, "ng-container", 4);
16815
+ i0.ɵɵelementEnd();
16816
+ i0.ɵɵelementEnd();
16817
+ } if (rf & 2) {
16818
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c0$A, !ctx.checkboxes.valid && ctx.checkboxes.touched))("id", ctx.id());
16819
+ i0.ɵɵadvance(3);
16820
+ i0.ɵɵproperty("ngIf", ctx.caseField.label);
16821
+ i0.ɵɵadvance(1);
16822
+ i0.ɵɵproperty("ngIf", ctx.caseField.hint_text);
16823
+ i0.ɵɵadvance(1);
16824
+ i0.ɵɵproperty("ngIf", ctx.checkboxes.errors && ctx.checkboxes.touched);
16825
+ i0.ɵɵadvance(1);
16826
+ i0.ɵɵproperty("ngForOf", ctx.caseField.list_items);
16827
+ } }, directives: [i1.NgClass, i1.NgIf, i1.NgForOf], pipes: [FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
16828
+ const ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(WriteDynamicMultiSelectListFieldComponent);
16829
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteDynamicMultiSelectListFieldComponent, [{
16830
+ type: Component,
16831
+ args: [{
16832
+ selector: 'ccd-write-dynamic-multi-select-list-field',
16833
+ templateUrl: './write-dynamic-multi-select-list-field.html'
16834
+ }]
16835
+ }], null, null); })();
16836
+
16680
16837
  class ReadPhoneUKFieldComponent extends AbstractFieldReadComponent {
16681
16838
  }
16682
16839
  ReadPhoneUKFieldComponent.ɵfac = function ReadPhoneUKFieldComponent_Factory(t) { return ɵReadPhoneUKFieldComponent_BaseFactory(t || ReadPhoneUKFieldComponent); };
@@ -16978,7 +17135,7 @@ function WaysToPayFieldComponent_ccpay_payment_lib_0_Template(rf, ctx) { if (rf
16978
17135
  i0.ɵɵelement(0, "ccpay-payment-lib", 1);
16979
17136
  } if (rf & 2) {
16980
17137
  const ctx_r0 = i0.ɵɵnextContext();
16981
- i0.ɵɵproperty("API_ROOT", ctx_r0.getBaseURL())("BULKSCAN_API_ROOT", ctx_r0.getPayBulkScanBaseURL())("REFUNDS_API_ROOT", ctx_r0.getRefundsUrl())("CCD_CASE_NUMBER", ctx_r0.caseReference)("VIEW", "case-transactions")("TAKEPAYMENT", false)("SERVICEREQUEST", true)("PAYMENT_GROUP_REF", null)("EXC_REFERENCE", ctx_r0.caseReference)("DCN_NUMBER", null)("SELECTED_OPTION", "CCDorException")("LOGGEDINUSERROLES", ctx_r0.getUserRoles())("CARDPAYMENTRETURNURL", ctx_r0.getCardPaymentReturnUrl())("ISPAYMENTSTATUSENABLED", "Enable");
17138
+ i0.ɵɵproperty("API_ROOT", ctx_r0.getBaseURL())("BULKSCAN_API_ROOT", ctx_r0.getPayBulkScanBaseURL())("REFUNDS_API_ROOT", ctx_r0.getRefundsUrl())("NOTIFICATION_API_ROOT", ctx_r0.getNotificationUrl())("CCD_CASE_NUMBER", ctx_r0.caseReference)("VIEW", "case-transactions")("TAKEPAYMENT", false)("SERVICEREQUEST", true)("PAYMENT_GROUP_REF", null)("EXC_REFERENCE", ctx_r0.caseReference)("DCN_NUMBER", null)("SELECTED_OPTION", "CCDorException")("LOGGEDINUSERROLES", ctx_r0.getUserRoles())("CARDPAYMENTRETURNURL", ctx_r0.getCardPaymentReturnUrl())("ISPAYMENTSTATUSENABLED", "Enable");
16982
17139
  } }
16983
17140
  class WaysToPayFieldComponent extends PaymentField {
16984
17141
  constructor(appConfig, sessionStorage) {
@@ -16989,8 +17146,8 @@ class WaysToPayFieldComponent extends PaymentField {
16989
17146
  }
16990
17147
  }
16991
17148
  WaysToPayFieldComponent.ɵfac = function WaysToPayFieldComponent_Factory(t) { return new (t || WaysToPayFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(SessionStorageService)); };
16992
- WaysToPayFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WaysToPayFieldComponent, selectors: [["ccd-ways-to-pay-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "API_ROOT", "BULKSCAN_API_ROOT", "REFUNDS_API_ROOT", "CCD_CASE_NUMBER", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "SELECTED_OPTION", "LOGGEDINUSERROLES", "CARDPAYMENTRETURNURL", "ISPAYMENTSTATUSENABLED", 4, "ngIf"], [3, "API_ROOT", "BULKSCAN_API_ROOT", "REFUNDS_API_ROOT", "CCD_CASE_NUMBER", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "SELECTED_OPTION", "LOGGEDINUSERROLES", "CARDPAYMENTRETURNURL", "ISPAYMENTSTATUSENABLED"]], template: function WaysToPayFieldComponent_Template(rf, ctx) { if (rf & 1) {
16993
- i0.ɵɵtemplate(0, WaysToPayFieldComponent_ccpay_payment_lib_0_Template, 1, 14, "ccpay-payment-lib", 0);
17149
+ WaysToPayFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WaysToPayFieldComponent, selectors: [["ccd-ways-to-pay-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "API_ROOT", "BULKSCAN_API_ROOT", "REFUNDS_API_ROOT", "NOTIFICATION_API_ROOT", "CCD_CASE_NUMBER", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "SELECTED_OPTION", "LOGGEDINUSERROLES", "CARDPAYMENTRETURNURL", "ISPAYMENTSTATUSENABLED", 4, "ngIf"], [3, "API_ROOT", "BULKSCAN_API_ROOT", "REFUNDS_API_ROOT", "NOTIFICATION_API_ROOT", "CCD_CASE_NUMBER", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "SELECTED_OPTION", "LOGGEDINUSERROLES", "CARDPAYMENTRETURNURL", "ISPAYMENTSTATUSENABLED"]], template: function WaysToPayFieldComponent_Template(rf, ctx) { if (rf & 1) {
17150
+ i0.ɵɵtemplate(0, WaysToPayFieldComponent_ccpay_payment_lib_0_Template, 1, 15, "ccpay-payment-lib", 0);
16994
17151
  } if (rf & 2) {
16995
17152
  i0.ɵɵproperty("ngIf", ctx.getUserRoles().length > 0);
16996
17153
  } }, directives: [i1.NgIf, i3.PaymentLibComponent], encapsulation: 2 });
@@ -17173,7 +17330,7 @@ WriteYesNoFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteYesNoFieldC
17173
17330
  class PaletteService {
17174
17331
  constructor() {
17175
17332
  this.componentLauncherRegistry = {
17176
- [DisplayContextCustomParameter.CaseFileView]: [CaseFileViewFieldComponent, CaseFileViewFieldReadComponent],
17333
+ [DisplayContextCustomParameter.CaseFileView]: [CaseFileViewFieldComponent, CaseFileViewFieldComponent],
17177
17334
  [DisplayContextCustomParameter.LinkedCases]: [WriteLinkedCasesFieldComponent, ReadLinkedCasesFieldComponent]
17178
17335
  };
17179
17336
  }
@@ -17203,6 +17360,8 @@ class PaletteService {
17203
17360
  return write ? WriteFixedListFieldComponent : ReadFixedListFieldComponent;
17204
17361
  case 'DynamicRadioList':
17205
17362
  return write ? WriteDynamicRadioListFieldComponent : ReadDynamicRadioListFieldComponent;
17363
+ case 'DynamicMultiSelectList':
17364
+ return write ? WriteDynamicMultiSelectListFieldComponent : ReadDynamicMultiSelectListFieldComponent;
17206
17365
  case 'FixedRadioList':
17207
17366
  return write ? WriteFixedRadioListFieldComponent : ReadFixedRadioListFieldComponent;
17208
17367
  case 'Complex':
@@ -17269,7 +17428,7 @@ PaletteService.ɵprov = i0.ɵɵdefineInjectable({ token: PaletteService, factory
17269
17428
  }], null, null); })();
17270
17429
 
17271
17430
  const _c0$v = ["fieldContainer"];
17272
- const FIX_CASEFIELD_FOR$1 = ['FixedList', 'DynamicList'];
17431
+ const FIX_CASEFIELD_FOR$1 = ['FixedList', 'DynamicList', 'DynamicMultiSelectList'];
17273
17432
  class FieldReadComponent extends AbstractFieldReadComponent {
17274
17433
  constructor(resolver, paletteService) {
17275
17434
  super();
@@ -17347,7 +17506,7 @@ FieldReadComponent.ɵcmp = i0.ɵɵdefineComponent({ type: FieldReadComponent, se
17347
17506
  }] }); })();
17348
17507
 
17349
17508
  const _c0$u = ["fieldContainer"];
17350
- const FIX_CASEFIELD_FOR = ['FixedList', 'DynamicList'];
17509
+ const FIX_CASEFIELD_FOR = ['FixedList', 'DynamicList', 'DynamicMultiSelectList'];
17351
17510
  class FieldWriteComponent extends AbstractFieldWriteComponent {
17352
17511
  constructor(resolver, paletteService) {
17353
17512
  super();
@@ -21692,23 +21851,26 @@ class ReadFieldsFilterPipe {
21692
21851
  || !ReadFieldsFilterPipe.isEmpty(value[field.id]);
21693
21852
  }
21694
21853
  static getValue(field, values, index) {
21695
- let value;
21696
- if (index >= 0) {
21697
- value = values[index].value[field.id];
21698
- }
21699
- else {
21700
- value = values[field.id];
21854
+ if (ReadFieldsFilterPipe.isEmpty(field.value)) {
21855
+ let value;
21856
+ if (index >= 0) {
21857
+ value = values[index].value[field.id];
21858
+ }
21859
+ else {
21860
+ value = values[field.id];
21861
+ }
21862
+ return value;
21701
21863
  }
21702
- return ReadFieldsFilterPipe.isEmpty(field.value) ? value : field.value;
21864
+ return field.value;
21703
21865
  }
21704
- static evaluateConditionalShow(field, formValue, path, formGroupAvaliable, fieldId) {
21866
+ static evaluateConditionalShow(field, formValue, path, formGroupAvailable, fieldId) {
21705
21867
  if (field.display_context === 'HIDDEN') {
21706
21868
  field.hidden = true;
21707
21869
  }
21708
21870
  else if (field.show_condition) {
21709
21871
  let cond;
21710
- if (fieldId && field.show_condition.indexOf(fieldId) > -1 && !formGroupAvaliable && !!Object.keys(formValue).length) {
21711
- const search = fieldId + '.';
21872
+ if (fieldId && field.show_condition.indexOf(`${fieldId}.`) > -1 && !formGroupAvailable && !!Object.keys(formValue).length) {
21873
+ const search = `${fieldId}.`;
21712
21874
  const searchRegExp = new RegExp(search, 'g');
21713
21875
  const replaceWith = '';
21714
21876
  cond = ShowCondition.getInstance(field.show_condition.replace(searchRegExp, replaceWith));
@@ -22078,6 +22240,8 @@ const PALETTE_COMPONENTS = [
22078
22240
  WriteDocumentFieldComponent,
22079
22241
  WriteDynamicListFieldComponent,
22080
22242
  WriteDynamicRadioListFieldComponent,
22243
+ WriteDynamicMultiSelectListFieldComponent,
22244
+ ReadDynamicMultiSelectListFieldComponent,
22081
22245
  WriteTextFieldComponent,
22082
22246
  WriteDateContainerFieldComponent,
22083
22247
  WriteTextAreaFieldComponent,
@@ -22101,12 +22265,18 @@ const PALETTE_COMPONENTS = [
22101
22265
  WriteCollectionFieldComponent,
22102
22266
  // ComponentLauncher web components
22103
22267
  CaseFileViewFieldComponent,
22104
- CaseFileViewFieldReadComponent,
22105
22268
  CaseFileViewFolderComponent,
22106
22269
  CaseFileViewFolderSortComponent,
22107
22270
  CaseFileViewOverlayMenuComponent,
22108
22271
  CaseFileViewFolderDocumentActionsComponent,
22109
22272
  CaseFileViewFolderSelectorComponent,
22273
+ // component for dynamic list
22274
+ WriteDynamicMultiSelectListFieldComponent,
22275
+ WriteDynamicRadioListFieldComponent,
22276
+ WriteDynamicListFieldComponent,
22277
+ ReadDynamicMultiSelectListFieldComponent,
22278
+ ReadDynamicListFieldComponent,
22279
+ ReadDynamicRadioListFieldComponent,
22110
22280
  LinkedCasesToTableComponent,
22111
22281
  LinkedCasesFromTableComponent,
22112
22282
  BeforeYouStartComponent,
@@ -22233,6 +22403,8 @@ PaletteModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
22233
22403
  WriteDocumentFieldComponent,
22234
22404
  WriteDynamicListFieldComponent,
22235
22405
  WriteDynamicRadioListFieldComponent,
22406
+ WriteDynamicMultiSelectListFieldComponent,
22407
+ ReadDynamicMultiSelectListFieldComponent,
22236
22408
  WriteTextFieldComponent,
22237
22409
  WriteDateContainerFieldComponent,
22238
22410
  WriteTextAreaFieldComponent,
@@ -22256,12 +22428,18 @@ PaletteModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
22256
22428
  WriteCollectionFieldComponent,
22257
22429
  // ComponentLauncher web components
22258
22430
  CaseFileViewFieldComponent,
22259
- CaseFileViewFieldReadComponent,
22260
22431
  CaseFileViewFolderComponent,
22261
22432
  CaseFileViewFolderSortComponent,
22262
22433
  CaseFileViewOverlayMenuComponent,
22263
22434
  CaseFileViewFolderDocumentActionsComponent,
22264
22435
  CaseFileViewFolderSelectorComponent,
22436
+ // component for dynamic list
22437
+ WriteDynamicMultiSelectListFieldComponent,
22438
+ WriteDynamicRadioListFieldComponent,
22439
+ WriteDynamicListFieldComponent,
22440
+ ReadDynamicMultiSelectListFieldComponent,
22441
+ ReadDynamicListFieldComponent,
22442
+ ReadDynamicRadioListFieldComponent,
22265
22443
  LinkedCasesToTableComponent,
22266
22444
  LinkedCasesFromTableComponent,
22267
22445
  BeforeYouStartComponent,
@@ -22351,6 +22529,8 @@ PaletteModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
22351
22529
  WriteDocumentFieldComponent,
22352
22530
  WriteDynamicListFieldComponent,
22353
22531
  WriteDynamicRadioListFieldComponent,
22532
+ WriteDynamicMultiSelectListFieldComponent,
22533
+ ReadDynamicMultiSelectListFieldComponent,
22354
22534
  WriteTextFieldComponent,
22355
22535
  WriteDateContainerFieldComponent,
22356
22536
  WriteTextAreaFieldComponent,
@@ -22374,12 +22554,18 @@ PaletteModule.ɵinj = i0.ɵɵdefineInjector({ providers: [
22374
22554
  WriteCollectionFieldComponent,
22375
22555
  // ComponentLauncher web components
22376
22556
  CaseFileViewFieldComponent,
22377
- CaseFileViewFieldReadComponent,
22378
22557
  CaseFileViewFolderComponent,
22379
22558
  CaseFileViewFolderSortComponent,
22380
22559
  CaseFileViewOverlayMenuComponent,
22381
22560
  CaseFileViewFolderDocumentActionsComponent,
22382
22561
  CaseFileViewFolderSelectorComponent,
22562
+ // component for dynamic list
22563
+ WriteDynamicMultiSelectListFieldComponent,
22564
+ WriteDynamicRadioListFieldComponent,
22565
+ WriteDynamicListFieldComponent,
22566
+ ReadDynamicMultiSelectListFieldComponent,
22567
+ ReadDynamicListFieldComponent,
22568
+ ReadDynamicRadioListFieldComponent,
22383
22569
  LinkedCasesToTableComponent,
22384
22570
  LinkedCasesFromTableComponent,
22385
22571
  BeforeYouStartComponent,
@@ -22505,7 +22691,6 @@ i0.ɵɵsetComponentScope(WriteCollectionFieldComponent, [i1.NgIf, i1.NgForOf, Fi
22505
22691
  i0.ɵɵsetComponentScope(
22506
22692
  // ComponentLauncher web components
22507
22693
  CaseFileViewFieldComponent, [i1.NgIf, CaseFileViewFolderComponent, i11.ɵcs], []);
22508
- i0.ɵɵsetComponentScope(CaseFileViewFieldReadComponent, [i1.NgIf, CaseFileViewFolderComponent, i11.ɵcs], []);
22509
22694
  i0.ɵɵsetComponentScope(LinkedCasesToTableComponent, [i1.NgIf, i1.NgForOf], [CaseReferencePipe, LinkCasesReasonValuePipe]);
22510
22695
  i0.ɵɵsetComponentScope(LinkedCasesFromTableComponent, [i1.NgIf, i1.NgForOf], [CaseReferencePipe, LinkCasesFromReasonValuePipe]);
22511
22696
  i0.ɵɵsetComponentScope(LinkCasesComponent, [i1.NgIf, i2.NgControlStatusGroup, i2.FormGroupDirective, i1.NgClass, i2.DefaultValueAccessor, i2.NgControlStatus, i2.FormControlName, i2.FormArrayName, i1.NgForOf, i2.FormGroupName, i2.CheckboxControlValueAccessor], [CaseReferencePipe, LinkCasesReasonValuePipe]);
@@ -25772,7 +25957,7 @@ class CaseResolver {
25772
25957
  }
25773
25958
  else {
25774
25959
  return this.caseNotifier.fetchAndRefresh(cid)
25775
- .pipe(catchError(error => this.checkAuthorizationError(error, cid)))
25960
+ .pipe(catchError(error => this.checkAuthorizationError(error)))
25776
25961
  .toPromise();
25777
25962
  }
25778
25963
  }
@@ -25784,24 +25969,20 @@ class CaseResolver {
25784
25969
  this.caseNotifier.cachedCaseView = plainToClassFromExist(new CaseView(), caseView);
25785
25970
  this.caseNotifier.announceCase(this.caseNotifier.cachedCaseView);
25786
25971
  return this.caseNotifier.cachedCaseView;
25787
- }), catchError(error => this.checkAuthorizationError(error, cid))).toPromise();
25972
+ }), catchError(error => this.checkAuthorizationError(error))).toPromise();
25788
25973
  }
25789
- checkAuthorizationError(error, caseReference) {
25974
+ checkAuthorizationError(error) {
25790
25975
  // TODO Should be logged to remote logging infrastructure
25791
25976
  if (error.status === 400) {
25792
25977
  this.router.navigate(['/search/noresults']);
25793
25978
  return of(null);
25794
25979
  }
25980
+ console.error(error);
25795
25981
  if (CaseResolver.EVENT_REGEX.test(this.previousUrl) && error.status === 404) {
25796
25982
  this.router.navigate(['/list/case']);
25797
25983
  return of(null);
25798
25984
  }
25799
- // Error 403, navigate to restricted case access page
25800
- if (error.status === 403) {
25801
- this.router.navigate([`/cases/restricted-case-access/${caseReference}`]);
25802
- return of(null);
25803
- }
25804
- if (error.status !== 401) {
25985
+ if (error.status !== 401 && error.status !== 403) {
25805
25986
  this.router.navigate(['/error']);
25806
25987
  }
25807
25988
  this.goToDefaultPage();
@@ -31202,5 +31383,5 @@ class TestRouteSnapshotBuilder {
31202
31383
  * Generated bundle index. Do not edit.
31203
31384
  */
31204
31385
 
31205
- 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, CaseFileViewFieldReadComponent, CaseFileViewFolderComponent, CaseFileViewFolderDocumentActionsComponent, CaseFileViewFolderSelectorComponent, CaseFileViewFolderSortComponent, CaseFileViewOverlayMenuComponent, CaseFileViewService, CaseFlagFieldState, 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, 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, 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, FocusElementDirective, FocusElementModule, FooterComponent, FormDocument, FormErrorService, FormValidatorsService, FormValueService, FormatTranslatorService, GreyBarService, HRef, HasLoadingState, HeaderBarComponent, HeadersModule, HttpError, HttpErrorService, HttpService, IsCompoundPipe, IsMandatoryPipe, IsReadOnlyAndNotCollectionPipe, IsReadOnlyPipe, JudicialworkerService, Jurisdiction, JurisdictionService, LabelFieldComponent, LabelSubstitutorDirective, LabelSubstitutorModule, 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, MarkdownComponent, 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, ReadCaseFlagFieldComponent, ReadCaseLinkFieldComponent, ReadCollectionFieldComponent, ReadComplexFieldCollectionTableComponent, ReadComplexFieldComponent, ReadComplexFieldRawComponent, ReadComplexFieldTableComponent, ReadDateFieldComponent, ReadDocumentFieldComponent, ReadDynamicListFieldComponent, ReadDynamicRadioListFieldComponent, ReadEmailFieldComponent, ReadFieldsFilterPipe, ReadFixedListFieldComponent, ReadFixedRadioListFieldComponent, ReadJudicialUserFieldComponent, ReadLinkedCasesFieldComponent, ReadMoneyGbpFieldComponent, ReadMultiSelectListFieldComponent, ReadNumberFieldComponent, ReadOrderSummaryFieldComponent, ReadOrderSummaryRowComponent, ReadOrganisationFieldComponent, ReadOrganisationFieldRawComponent, ReadOrganisationFieldTableComponent, ReadPhoneUKFieldComponent, 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, UpdateFlagComponent, UpdateFlagErrorMessage, UpdateFlagStep, WaysToPayFieldComponent, WindowService, Wizard, WizardFactoryService, WizardPage, WizardPageField, WorkAllocationService, WorkbasketFiltersComponent, WorkbasketFiltersModule, WorkbasketInput, WorkbasketInputFilterService, WorkbasketInputModel, WriteAddressFieldComponent, WriteCaseFlagFieldComponent, WriteCaseLinkFieldComponent, WriteCollectionFieldComponent, WriteComplexFieldComponent, WriteDateContainerFieldComponent, WriteDateFieldComponent, WriteDocumentFieldComponent, WriteDynamicListFieldComponent, WriteDynamicRadioListFieldComponent, WriteEmailFieldComponent, WriteFixedListFieldComponent, WriteFixedRadioListFieldComponent, WriteJudicialUserFieldComponent, WriteLinkedCasesFieldComponent, WriteMoneyGbpFieldComponent, WriteMultiSelectListFieldComponent, WriteNumberFieldComponent, WriteOrderSummaryFieldComponent, WriteOrganisationComplexFieldComponent, WriteOrganisationFieldComponent, WritePhoneUKFieldComponent, WriteTextAreaFieldComponent, WriteTextFieldComponent, WriteYesNoFieldComponent, YesNoService, aCaseField, createACL, createCaseEventTrigger, createCaseField, createComplexFieldOverride, createFieldType, createFixedListFieldType, createHiddenComplexFieldOverride, createMultiSelectListFieldType, createWizardPage, createWizardPageField, editorRouting, initDialog, newCaseField, textFieldType, viewerRouting };
31386
+ 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, CaseFlagFieldState, 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, 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, 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, FocusElementDirective, FocusElementModule, FooterComponent, FormDocument, FormErrorService, FormValidatorsService, FormValueService, FormatTranslatorService, GreyBarService, HRef, HasLoadingState, HeaderBarComponent, HeadersModule, HttpError, HttpErrorService, HttpService, IsCompoundPipe, IsMandatoryPipe, IsReadOnlyAndNotCollectionPipe, IsReadOnlyPipe, JudicialworkerService, Jurisdiction, JurisdictionService, LabelFieldComponent, LabelSubstitutorDirective, LabelSubstitutorModule, 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, MarkdownComponent, 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, 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, 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, UpdateFlagComponent, UpdateFlagErrorMessage, UpdateFlagStep, 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, WriteTextAreaFieldComponent, WriteTextFieldComponent, WriteYesNoFieldComponent, YesNoService, aCaseField, createACL, createCaseEventTrigger, createCaseField, createComplexFieldOverride, createFieldType, createFixedListFieldType, createHiddenComplexFieldOverride, createMultiSelectListFieldType, createWizardPage, createWizardPageField, editorRouting, initDialog, newCaseField, textFieldType, viewerRouting };
31206
31387
  //# sourceMappingURL=hmcts-ccd-case-ui-toolkit.js.map