@hmcts/ccd-case-ui-toolkit 6.13.10-eui-8000 → 6.13.10-exui-110

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 (48) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +381 -109
  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/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +11 -24
  6. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +2 -2
  7. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
  8. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +4 -4
  9. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +13 -2
  10. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/index.js +3 -0
  11. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +47 -0
  12. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +153 -0
  13. package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +5 -6
  14. package/esm2015/lib/shared/components/palette/index.js +2 -1
  15. package/esm2015/lib/shared/components/palette/palette.module.js +29 -1
  16. package/esm2015/lib/shared/components/palette/palette.service.js +4 -1
  17. package/esm2015/lib/shared/domain/definition/case-field.model.js +6 -3
  18. package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
  19. package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +14 -11
  20. package/esm2015/lib/shared/services/form/field-type-sanitiser.js +16 -1
  21. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +344 -109
  22. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  23. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +2 -2
  24. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
  25. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts +2 -5
  26. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map +1 -1
  27. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
  28. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  29. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
  30. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
  31. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
  32. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  33. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
  34. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  35. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +1 -1
  36. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
  37. package/lib/shared/components/palette/index.d.ts +1 -0
  38. package/lib/shared/components/palette/index.d.ts.map +1 -1
  39. package/lib/shared/components/palette/palette.module.d.ts +61 -59
  40. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  41. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  42. package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
  43. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  44. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  45. package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
  46. package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
  47. package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
  48. package/package.json +1 -1
@@ -118,7 +118,7 @@
118
118
  i0__namespace.ɵɵtextInterpolate(ctx_r1.workhours);
119
119
  }
120
120
  }
121
- var _c0$_ = [[["", "footerSolsNavLinks", ""]], [["", "footerCaseWorkerNavLinks", ""]]];
121
+ var _c0$$ = [[["", "footerSolsNavLinks", ""]], [["", "footerCaseWorkerNavLinks", ""]]];
122
122
  var _c1$s = ["[footerSolsNavLinks]", "[footerCaseWorkerNavLinks]"];
123
123
  var FooterComponent = /** @class */ (function () {
124
124
  function FooterComponent() {
@@ -128,7 +128,7 @@
128
128
  FooterComponent.ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(); };
129
129
  FooterComponent.ɵcmp = i0__namespace.ɵɵ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) {
130
130
  if (rf & 1) {
131
- i0__namespace.ɵɵprojectionDef(_c0$_);
131
+ i0__namespace.ɵɵprojectionDef(_c0$$);
132
132
  i0__namespace.ɵɵelementStart(0, "footer", 0);
133
133
  i0__namespace.ɵɵelementStart(1, "div", 1);
134
134
  i0__namespace.ɵɵtemplate(2, FooterComponent_div_2_Template, 15, 0, "div", 2);
@@ -207,7 +207,7 @@
207
207
  i0__namespace.ɵɵtextInterpolate(ctx_r2.title);
208
208
  }
209
209
  }
210
- var _c0$Z = [[["", "headerNavigation", ""]]];
210
+ var _c0$_ = [[["", "headerNavigation", ""]]];
211
211
  var _c1$r = ["[headerNavigation]"];
212
212
  var HeaderBarComponent = /** @class */ (function () {
213
213
  function HeaderBarComponent() {
@@ -221,7 +221,7 @@
221
221
  HeaderBarComponent.ɵfac = function HeaderBarComponent_Factory(t) { return new (t || HeaderBarComponent)(); };
222
222
  HeaderBarComponent.ɵcmp = i0__namespace.ɵɵ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) {
223
223
  if (rf & 1) {
224
- i0__namespace.ɵɵprojectionDef(_c0$Z);
224
+ i0__namespace.ɵɵprojectionDef(_c0$_);
225
225
  i0__namespace.ɵɵelementStart(0, "header", 0);
226
226
  i0__namespace.ɵɵelementStart(1, "div", 1);
227
227
  i0__namespace.ɵɵelementStart(2, "div", 2);
@@ -282,7 +282,7 @@
282
282
  }] });
283
283
  })();
284
284
 
285
- var _c0$Y = [[["", "leftNavLinks", ""]], [["", "rightNavLinks", ""]]];
285
+ var _c0$Z = [[["", "leftNavLinks", ""]], [["", "rightNavLinks", ""]]];
286
286
  var _c1$q = ["[leftNavLinks]", "[rightNavLinks]"];
287
287
  var NavigationComponent = /** @class */ (function () {
288
288
  function NavigationComponent() {
@@ -292,7 +292,7 @@
292
292
  NavigationComponent.ɵfac = function NavigationComponent_Factory(t) { return new (t || NavigationComponent)(); };
293
293
  NavigationComponent.ɵcmp = i0__namespace.ɵɵ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) {
294
294
  if (rf & 1) {
295
- i0__namespace.ɵɵprojectionDef(_c0$Y);
295
+ i0__namespace.ɵɵprojectionDef(_c0$Z);
296
296
  i0__namespace.ɵɵelementStart(0, "div");
297
297
  i0__namespace.ɵɵelementStart(1, "nav", 0);
298
298
  i0__namespace.ɵɵprojection(2);
@@ -437,7 +437,7 @@
437
437
  }], null, null);
438
438
  })();
439
439
 
440
- var _c0$X = [[["", "topBody", ""]], [["", "leftBody", ""]], [["", "rightBody", ""]]];
440
+ var _c0$Y = [[["", "topBody", ""]], [["", "leftBody", ""]], [["", "rightBody", ""]]];
441
441
  var _c1$p = ["[topBody]", "[leftBody]", "[rightBody]"];
442
442
  var BodyComponent = /** @class */ (function () {
443
443
  function BodyComponent() {
@@ -447,7 +447,7 @@
447
447
  BodyComponent.ɵfac = function BodyComponent_Factory(t) { return new (t || BodyComponent)(); };
448
448
  BodyComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: BodyComponent, selectors: [["cut-body"]], ngContentSelectors: _c1$p, decls: 4, vars: 0, consts: [[1, "global-display"]], template: function BodyComponent_Template(rf, ctx) {
449
449
  if (rf & 1) {
450
- i0__namespace.ɵɵprojectionDef(_c0$X);
450
+ i0__namespace.ɵɵprojectionDef(_c0$Y);
451
451
  i0__namespace.ɵɵelementStart(0, "div", 0);
452
452
  i0__namespace.ɵɵprojection(1);
453
453
  i0__namespace.ɵɵprojection(2, 1);
@@ -852,7 +852,7 @@
852
852
  return typeof state === "function" ? receiver === state : state.has(receiver);
853
853
  }
854
854
 
855
- var _c0$W = function (a0) { return { "govuk-input--error": a0 }; };
855
+ var _c0$X = function (a0) { return { "govuk-input--error": a0 }; };
856
856
  function DateInputComponent_div_16_Template(rf, ctx) {
857
857
  if (rf & 1) {
858
858
  var _r8_1 = i0__namespace.ɵɵgetCurrentView();
@@ -870,7 +870,7 @@
870
870
  i0__namespace.ɵɵadvance(1);
871
871
  i0__namespace.ɵɵproperty("for", ctx_r3.hourId());
872
872
  i0__namespace.ɵɵadvance(2);
873
- i0__namespace.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$W, ctx_r3.isInvalid));
873
+ i0__namespace.ɵɵproperty("id", ctx_r3.hourId())("name", ctx_r3.hourId())("value", ctx_r3.displayHour)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$X, ctx_r3.isInvalid));
874
874
  }
875
875
  }
876
876
  function DateInputComponent_div_17_Template(rf, ctx) {
@@ -890,7 +890,7 @@
890
890
  i0__namespace.ɵɵadvance(1);
891
891
  i0__namespace.ɵɵproperty("for", ctx_r4.minuteId());
892
892
  i0__namespace.ɵɵadvance(2);
893
- i0__namespace.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$W, ctx_r4.isInvalid));
893
+ i0__namespace.ɵɵproperty("id", ctx_r4.minuteId())("name", ctx_r4.minuteId())("value", ctx_r4.displayMinute)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$X, ctx_r4.isInvalid));
894
894
  }
895
895
  }
896
896
  function DateInputComponent_div_18_Template(rf, ctx) {
@@ -910,7 +910,7 @@
910
910
  i0__namespace.ɵɵadvance(1);
911
911
  i0__namespace.ɵɵproperty("for", ctx_r5.secondId());
912
912
  i0__namespace.ɵɵadvance(2);
913
- i0__namespace.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$W, ctx_r5.isInvalid));
913
+ i0__namespace.ɵɵproperty("id", ctx_r5.secondId())("name", ctx_r5.secondId())("value", ctx_r5.displaySecond)("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$X, ctx_r5.isInvalid));
914
914
  }
915
915
  }
916
916
  var DateInputComponent = /** @class */ (function () {
@@ -1144,15 +1144,15 @@
1144
1144
  i0__namespace.ɵɵadvance(2);
1145
1145
  i0__namespace.ɵɵproperty("for", ctx.dayId());
1146
1146
  i0__namespace.ɵɵadvance(2);
1147
- i0__namespace.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0__namespace.ɵɵpureFunction1(18, _c0$W, ctx.isInvalid));
1147
+ i0__namespace.ɵɵproperty("id", ctx.dayId())("name", ctx.dayId())("value", ctx.displayDay)("ngClass", i0__namespace.ɵɵpureFunction1(18, _c0$X, ctx.isInvalid));
1148
1148
  i0__namespace.ɵɵadvance(3);
1149
1149
  i0__namespace.ɵɵproperty("for", ctx.monthId());
1150
1150
  i0__namespace.ɵɵadvance(2);
1151
- i0__namespace.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0__namespace.ɵɵpureFunction1(20, _c0$W, ctx.isInvalid));
1151
+ i0__namespace.ɵɵproperty("id", ctx.monthId())("name", ctx.monthId())("value", ctx.displayMonth)("ngClass", i0__namespace.ɵɵpureFunction1(20, _c0$X, ctx.isInvalid));
1152
1152
  i0__namespace.ɵɵadvance(3);
1153
1153
  i0__namespace.ɵɵproperty("for", ctx.yearId());
1154
1154
  i0__namespace.ɵɵadvance(2);
1155
- i0__namespace.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0__namespace.ɵɵpureFunction1(22, _c0$W, ctx.isInvalid));
1155
+ i0__namespace.ɵɵproperty("id", ctx.yearId())("name", ctx.yearId())("value", ctx.displayYear)("ngClass", i0__namespace.ɵɵpureFunction1(22, _c0$X, ctx.isInvalid));
1156
1156
  i0__namespace.ɵɵadvance(2);
1157
1157
  i0__namespace.ɵɵproperty("ngIf", ctx.isDateTime);
1158
1158
  i0__namespace.ɵɵadvance(1);
@@ -1233,7 +1233,7 @@
1233
1233
  i0__namespace.ɵɵelementContainerEnd();
1234
1234
  }
1235
1235
  }
1236
- var _c0$V = ["*"];
1236
+ var _c0$W = ["*"];
1237
1237
  exports.AlertMessageType = void 0;
1238
1238
  (function (AlertMessageType) {
1239
1239
  AlertMessageType["WARNING"] = "warning";
@@ -1254,7 +1254,7 @@
1254
1254
  AlertComponent.TYPE_ERROR = 'error';
1255
1255
  AlertComponent.TYPE_INFORMATION = 'information';
1256
1256
  AlertComponent.ɵfac = function AlertComponent_Factory(t) { return new (t || AlertComponent)(); };
1257
- AlertComponent.ɵcmp = i0__namespace.ɵɵ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) {
1257
+ AlertComponent.ɵcmp = i0__namespace.ɵɵ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) {
1258
1258
  if (rf & 1) {
1259
1259
  i0__namespace.ɵɵprojectionDef();
1260
1260
  i0__namespace.ɵɵelementStart(0, "div", 0);
@@ -1529,7 +1529,7 @@
1529
1529
  }] });
1530
1530
  })();
1531
1531
 
1532
- var _c0$U = function (a0) { return { "js-hidden": a0 }; };
1532
+ var _c0$V = function (a0) { return { "js-hidden": a0 }; };
1533
1533
  var _c1$o = ["*"];
1534
1534
  var TabComponent = /** @class */ (function () {
1535
1535
  function TabComponent() {
@@ -1545,7 +1545,7 @@
1545
1545
  i0__namespace.ɵɵelementEnd();
1546
1546
  }
1547
1547
  if (rf & 2) {
1548
- i0__namespace.ɵɵproperty("id", ctx.id)("ngClass", i0__namespace.ɵɵpureFunction1(3, _c0$U, !ctx.selected));
1548
+ i0__namespace.ɵɵproperty("id", ctx.id)("ngClass", i0__namespace.ɵɵpureFunction1(3, _c0$V, !ctx.selected));
1549
1549
  i0__namespace.ɵɵattribute("aria-hidden", !ctx.selected);
1550
1550
  }
1551
1551
  }, directives: [i1__namespace.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}}"] });
@@ -1568,7 +1568,7 @@
1568
1568
  }] });
1569
1569
  })();
1570
1570
 
1571
- var _c0$T = ["tab"];
1571
+ var _c0$U = ["tab"];
1572
1572
  var _c1$n = function () { return ["."]; };
1573
1573
  var _c2$3 = function (a0) { return { "tabs-toggle-selected": a0 }; };
1574
1574
  function TabsComponent_li_2_Template(rf, ctx) {
@@ -1622,7 +1622,7 @@
1622
1622
  }
1623
1623
  }, viewQuery: function TabsComponent_Query(rf, ctx) {
1624
1624
  if (rf & 1) {
1625
- i0__namespace.ɵɵviewQuery(_c0$T, 1);
1625
+ i0__namespace.ɵɵviewQuery(_c0$U, 1);
1626
1626
  }
1627
1627
  if (rf & 2) {
1628
1628
  var _t = void 0;
@@ -1701,7 +1701,7 @@
1701
1701
  }], null, null);
1702
1702
  })();
1703
1703
 
1704
- var _c0$S = function (a0, a1) { return { caseLocked: a0, someoneViewing: a1 }; };
1704
+ var _c0$T = function (a0, a1) { return { caseLocked: a0, someoneViewing: a1 }; };
1705
1705
  var ActivityBannerComponent = /** @class */ (function () {
1706
1706
  function ActivityBannerComponent() {
1707
1707
  }
@@ -1722,7 +1722,7 @@
1722
1722
  i0__namespace.ɵɵelementEnd();
1723
1723
  }
1724
1724
  if (rf & 2) {
1725
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(4, _c0$S, ctx.bannerType === "editor", ctx.bannerType === "viewer"));
1725
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(4, _c0$T, ctx.bannerType === "editor", ctx.bannerType === "viewer"));
1726
1726
  i0__namespace.ɵɵadvance(2);
1727
1727
  i0__namespace.ɵɵpropertyInterpolate("alt", ctx.description);
1728
1728
  i0__namespace.ɵɵpropertyInterpolate("src", ctx.imageLink, i0__namespace.ɵɵsanitizeUrl);
@@ -3360,9 +3360,12 @@
3360
3360
  }
3361
3361
  Object.defineProperty(CaseField.prototype, "value", {
3362
3362
  get: function () {
3363
- if (this.isDynamic()) {
3363
+ if (this.field_type && (this.field_type.type === 'DynamicList' || this.field_type.type === 'DynamicRadioList')) {
3364
3364
  return this._value && this._value.value ? this._value.value.code : this._value;
3365
3365
  }
3366
+ else if (this.field_type && this.field_type.type === 'DynamicMultiSelectList') {
3367
+ return this._value && this._value.value ? this._value.value : this._value;
3368
+ }
3366
3369
  else {
3367
3370
  return this._value;
3368
3371
  }
@@ -3452,7 +3455,7 @@
3452
3455
  };
3453
3456
  CaseField.prototype.isDynamic = function () {
3454
3457
  var _this = this;
3455
- var dynamicFieldTypes = ['DynamicList', 'DynamicRadioList'];
3458
+ var dynamicFieldTypes = ['DynamicList', 'DynamicRadioList', 'DynamicMultiSelectList'];
3456
3459
  if (!this.field_type) {
3457
3460
  return false;
3458
3461
  }
@@ -5653,6 +5656,9 @@
5653
5656
  }
5654
5657
  caseFields.forEach(function (caseField) {
5655
5658
  switch (caseField.field_type.type) {
5659
+ case FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_MULTISELECT_LIST:
5660
+ _this.convertArrayToDynamicListOutput(caseField, data);
5661
+ break;
5656
5662
  case FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_RADIO_LIST:
5657
5663
  case FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_LIST:
5658
5664
  _this.convertStringToDynamicListOutput(caseField, data);
@@ -5670,6 +5676,17 @@
5670
5676
  }
5671
5677
  });
5672
5678
  };
5679
+ FieldTypeSanitiser.prototype.convertArrayToDynamicListOutput = function (field, data) {
5680
+ var values = data[field.id];
5681
+ if (Array.isArray(values)) {
5682
+ var listItems = this.getListItems(field);
5683
+ var matches = listItems.filter(function (item) { return values.map(function (v) { return v.code; }).indexOf(item.code) !== -1; });
5684
+ data[field.id] = {
5685
+ value: matches,
5686
+ list_items: listItems
5687
+ };
5688
+ }
5689
+ };
5673
5690
  FieldTypeSanitiser.prototype.convertStringToDynamicListOutput = function (field, data) {
5674
5691
  var stringValue = data[field.id];
5675
5692
  if (typeof stringValue === 'string') {
@@ -5700,6 +5717,7 @@
5700
5717
  FieldTypeSanitiser.FIELD_TYPE_COLLECTION = 'Collection';
5701
5718
  FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_LIST = 'DynamicList';
5702
5719
  FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_RADIO_LIST = 'DynamicRadioList';
5720
+ FieldTypeSanitiser.FIELD_TYPE_DYNAMIC_MULTISELECT_LIST = 'DynamicMultiSelectList';
5703
5721
  FieldTypeSanitiser.ɵfac = function FieldTypeSanitiser_Factory(t) { return new (t || FieldTypeSanitiser)(); };
5704
5722
  FieldTypeSanitiser.ɵprov = i0__namespace.ɵɵdefineInjectable({ token: FieldTypeSanitiser, factory: FieldTypeSanitiser.ɵfac });
5705
5723
  (function () {
@@ -11012,7 +11030,7 @@
11012
11030
  return AddressOption;
11013
11031
  }());
11014
11032
 
11015
- var _c0$R = ["writeComplexFieldComponent"];
11033
+ var _c0$S = ["writeComplexFieldComponent"];
11016
11034
  function WriteAddressFieldComponent_div_1_div_4_span_4_Template(rf, ctx) {
11017
11035
  if (rf & 1) {
11018
11036
  i0__namespace.ɵɵelementStart(0, "span", 14);
@@ -11226,7 +11244,7 @@
11226
11244
  WriteAddressFieldComponent.ɵfac = function WriteAddressFieldComponent_Factory(t) { return new (t || WriteAddressFieldComponent)(i0__namespace.ɵɵdirectiveInject(AddressesService), i0__namespace.ɵɵdirectiveInject(IsCompoundPipe)); };
11227
11245
  WriteAddressFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteAddressFieldComponent, selectors: [["ccd-write-address-field"]], viewQuery: function WriteAddressFieldComponent_Query(rf, ctx) {
11228
11246
  if (rf & 1) {
11229
- i0__namespace.ɵɵviewQuery(_c0$R, 1);
11247
+ i0__namespace.ɵɵviewQuery(_c0$S, 1);
11230
11248
  i0__namespace.ɵɵviewQuery(FocusElementDirective, 1);
11231
11249
  }
11232
11250
  if (rf & 2) {
@@ -11516,12 +11534,10 @@
11516
11534
  var CaseFileViewFieldReadComponent = /** @class */ (function (_super) {
11517
11535
  __extends(CaseFileViewFieldReadComponent, _super);
11518
11536
  function CaseFileViewFieldReadComponent() {
11519
- return _super !== null && _super.apply(this, arguments) || this;
11537
+ var _this = _super.apply(this, __spread(arguments)) || this;
11538
+ _this.allowMoving = false;
11539
+ return _this;
11520
11540
  }
11521
- CaseFileViewFieldReadComponent.prototype.ngOnInit = function () {
11522
- _super.prototype.ngOnInit.call(this);
11523
- this.allowMoving = this.caseField.acls.some(function (acl) { return acl.update; });
11524
- };
11525
11541
  return CaseFileViewFieldReadComponent;
11526
11542
  }(CaseFileViewFieldComponent));
11527
11543
  CaseFileViewFieldReadComponent.ɵfac = function CaseFileViewFieldReadComponent_Factory(t) { return ɵCaseFileViewFieldReadComponent_BaseFactory(t || CaseFileViewFieldReadComponent); };
@@ -11900,7 +11916,7 @@
11900
11916
  i0__namespace.ɵɵproperty("formGroup", ctx_r10.caseFlagParentFormGroup)("optional", ctx_r10.flagCommentsOptional);
11901
11917
  }
11902
11918
  }
11903
- var _c0$Q = function (a0) { return { "form-group-error": a0 }; };
11919
+ var _c0$R = function (a0) { return { "form-group-error": a0 }; };
11904
11920
  function WriteCaseFlagFieldComponent_div_1_Template(rf, ctx) {
11905
11921
  if (rf & 1) {
11906
11922
  i0__namespace.ɵɵelementStart(0, "div", 8);
@@ -11921,7 +11937,7 @@
11921
11937
  i0__namespace.ɵɵadvance(1);
11922
11938
  i0__namespace.ɵɵproperty("ngSwitch", ctx_r1.fieldState);
11923
11939
  i0__namespace.ɵɵadvance(1);
11924
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$Q, ctx_r1.errorMessages.length > 0));
11940
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$R, ctx_r1.errorMessages.length > 0));
11925
11941
  i0__namespace.ɵɵadvance(1);
11926
11942
  i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.createFlagCaption, " ");
11927
11943
  i0__namespace.ɵɵadvance(1);
@@ -12397,7 +12413,7 @@
12397
12413
  }], null, null);
12398
12414
  })();
12399
12415
 
12400
- var _c0$P = ["writeComplexFieldComponent"];
12416
+ var _c0$Q = ["writeComplexFieldComponent"];
12401
12417
  function WriteCaseLinkFieldComponent_span_2_Template(rf, ctx) {
12402
12418
  if (rf & 1) {
12403
12419
  i0__namespace.ɵɵelementStart(0, "span", 6);
@@ -12502,7 +12518,7 @@
12502
12518
  WriteCaseLinkFieldComponent.ɵfac = function WriteCaseLinkFieldComponent_Factory(t) { return ɵWriteCaseLinkFieldComponent_BaseFactory(t || WriteCaseLinkFieldComponent); };
12503
12519
  WriteCaseLinkFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCaseLinkFieldComponent, selectors: [["ccd-write-case-link-field"]], viewQuery: function WriteCaseLinkFieldComponent_Query(rf, ctx) {
12504
12520
  if (rf & 1) {
12505
- i0__namespace.ɵɵviewQuery(_c0$P, 1);
12521
+ i0__namespace.ɵɵviewQuery(_c0$Q, 1);
12506
12522
  }
12507
12523
  if (rf & 2) {
12508
12524
  var _t = void 0;
@@ -12547,7 +12563,7 @@
12547
12563
  }] });
12548
12564
  })();
12549
12565
 
12550
- var _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 }; };
12566
+ var _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 }; };
12551
12567
  function ReadCollectionFieldComponent_table_0_tbody_2_Template(rf, ctx) {
12552
12568
  if (rf & 1) {
12553
12569
  i0__namespace.ɵɵelementStart(0, "tbody");
@@ -12562,7 +12578,7 @@
12562
12578
  if (rf & 2) {
12563
12579
  var ctx_r1 = i0__namespace.ɵɵnextContext(2);
12564
12580
  i0__namespace.ɵɵadvance(4);
12565
- i0__namespace.ɵɵproperty("caseField", i0__namespace.ɵɵ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);
12581
+ i0__namespace.ɵɵproperty("caseField", i0__namespace.ɵɵ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);
12566
12582
  }
12567
12583
  }
12568
12584
  var _c1$k = function (a0, a1, a2, a3, a4) { return { id: a0, label: a1, field_type: a2, value: a3, hidden: a4 }; };
@@ -12713,7 +12729,7 @@
12713
12729
  }], function () { return [{ type: i1__namespace$3.MatDialogRef }]; }, null);
12714
12730
  })();
12715
12731
 
12716
- var _c0$N = ["collectionItem"];
12732
+ var _c0$O = ["collectionItem"];
12717
12733
  function WriteCollectionFieldComponent_h2_7_span_1_Template(rf, ctx) {
12718
12734
  if (rf & 1) {
12719
12735
  i0__namespace.ɵɵelementStart(0, "span", 9);
@@ -12955,6 +12971,11 @@
12955
12971
  // Manually resetting errors is required to prevent `ExpressionChangedAfterItHasBeenCheckedError`
12956
12972
  this.formArray.setErrors(null);
12957
12973
  var item = { value: null };
12974
+ if (this.isCollectionDynamic()) {
12975
+ item = Object.assign({}, this.caseField.value[this.caseField.value.length - 1]);
12976
+ var key = Number(item['id'][item['id'].length - 1]) + 1;
12977
+ item.id = item['id'].replace(/.$/, key.toString());
12978
+ }
12958
12979
  this.caseField.value.push(item);
12959
12980
  var index = this.caseField.value.length - 1;
12960
12981
  var caseField = this.buildCaseField(item, index, true);
@@ -12977,6 +12998,12 @@
12977
12998
  setTimeout(function () { return _this.focusLastItem(); });
12978
12999
  }
12979
13000
  };
13001
+ WriteCollectionFieldComponent.prototype.isCollectionDynamic = function () {
13002
+ if (!this.caseField.field_type || !this.caseField.field_type.collection_field_type) {
13003
+ return false;
13004
+ }
13005
+ return this.caseField.field_type.collection_field_type.id === 'DynamicRadioList';
13006
+ };
12980
13007
  WriteCollectionFieldComponent.prototype.newCaseField = function (id, item, index, isNew) {
12981
13008
  if (isNew === void 0) { isNew = false; }
12982
13009
  var isNotAuthorisedToUpdate = !isNew && this.isNotAuthorisedToUpdate(index);
@@ -13126,7 +13153,7 @@
13126
13153
  WriteCollectionFieldComponent.ɵfac = function WriteCollectionFieldComponent_Factory(t) { return new (t || WriteCollectionFieldComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialog), i0__namespace.ɵɵdirectiveInject(i2__namespace$1.ScrollToService), i0__namespace.ɵɵdirectiveInject(ProfileNotifier)); };
13127
13154
  WriteCollectionFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) {
13128
13155
  if (rf & 1) {
13129
- i0__namespace.ɵɵviewQuery(_c0$N, 1);
13156
+ i0__namespace.ɵɵviewQuery(_c0$O, 1);
13130
13157
  }
13131
13158
  if (rf & 2) {
13132
13159
  var _t = void 0;
@@ -13820,7 +13847,7 @@
13820
13847
  }], null, null);
13821
13848
  })();
13822
13849
 
13823
- var _c0$M = ["fileInput"];
13850
+ var _c0$N = ["fileInput"];
13824
13851
  function WriteDocumentFieldComponent_span_6_Template(rf, ctx) {
13825
13852
  if (rf & 1) {
13826
13853
  i0__namespace.ɵɵelementStart(0, "span", 12);
@@ -14114,7 +14141,7 @@
14114
14141
  WriteDocumentFieldComponent.ɵfac = function WriteDocumentFieldComponent_Factory(t) { return new (t || WriteDocumentFieldComponent)(i0__namespace.ɵɵdirectiveInject(AbstractAppConfig), i0__namespace.ɵɵdirectiveInject(CaseNotifier), i0__namespace.ɵɵdirectiveInject(DocumentManagementService), i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialog), i0__namespace.ɵɵdirectiveInject(FileUploadStateService)); };
14115
14142
  WriteDocumentFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteDocumentFieldComponent, selectors: [["ccd-write-document-field"]], viewQuery: function WriteDocumentFieldComponent_Query(rf, ctx) {
14116
14143
  if (rf & 1) {
14117
- i0__namespace.ɵɵviewQuery(_c0$M, 1);
14144
+ i0__namespace.ɵɵviewQuery(_c0$N, 1);
14118
14145
  }
14119
14146
  if (rf & 2) {
14120
14147
  var _t = void 0;
@@ -14314,7 +14341,7 @@
14314
14341
  i0__namespace.ɵɵtextInterpolate(type_r5.label);
14315
14342
  }
14316
14343
  }
14317
- var _c0$L = function (a0) { return { "form-group-error": a0 }; };
14344
+ var _c0$M = function (a0) { return { "form-group-error": a0 }; };
14318
14345
  var WriteDynamicListFieldComponent = /** @class */ (function (_super) {
14319
14346
  __extends(WriteDynamicListFieldComponent, _super);
14320
14347
  function WriteDynamicListFieldComponent() {
@@ -14363,7 +14390,7 @@
14363
14390
  i0__namespace.ɵɵelementEnd();
14364
14391
  }
14365
14392
  if (rf & 2) {
14366
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$L, !ctx.dynamicListFormControl.valid && (ctx.dynamicListFormControl.dirty || ctx.dynamicListFormControl.touched)));
14393
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$M, !ctx.dynamicListFormControl.valid && (ctx.dynamicListFormControl.dirty || ctx.dynamicListFormControl.touched)));
14367
14394
  i0__namespace.ɵɵadvance(1);
14368
14395
  i0__namespace.ɵɵproperty("for", ctx.id());
14369
14396
  i0__namespace.ɵɵadvance(1);
@@ -14513,7 +14540,7 @@
14513
14540
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, ctx_r3.dynamicRadioListControl.errors));
14514
14541
  }
14515
14542
  }
14516
- var _c0$K = function (a0) { return { selected: a0 }; };
14543
+ var _c0$L = function (a0) { return { selected: a0 }; };
14517
14544
  function WriteDynamicRadioListFieldComponent_div_9_Template(rf, ctx) {
14518
14545
  if (rf & 1) {
14519
14546
  i0__namespace.ɵɵelementStart(0, "div", 10);
@@ -14526,12 +14553,11 @@
14526
14553
  if (rf & 2) {
14527
14554
  var radioButton_r5 = ctx.$implicit;
14528
14555
  var ctx_r4 = i0__namespace.ɵɵnextContext();
14529
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$K, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
14556
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$L, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
14530
14557
  i0__namespace.ɵɵadvance(1);
14531
- i0__namespace.ɵɵpropertyInterpolate("name", ctx_r4.id());
14532
- i0__namespace.ɵɵproperty("id", ctx_r4.buildElementId(radioButton_r5.code))("formControl", ctx_r4.dynamicRadioListControl)("value", radioButton_r5.code);
14558
+ i0__namespace.ɵɵproperty("id", ctx_r4.createElementId(radioButton_r5.code))("name", ctx_r4.createElementId(radioButton_r5.code))("formControl", ctx_r4.dynamicRadioListControl)("value", radioButton_r5.code);
14533
14559
  i0__namespace.ɵɵadvance(1);
14534
- i0__namespace.ɵɵproperty("for", ctx_r4.buildElementId(radioButton_r5.code));
14560
+ i0__namespace.ɵɵproperty("for", ctx_r4.createElementId(radioButton_r5.code));
14535
14561
  i0__namespace.ɵɵadvance(1);
14536
14562
  i0__namespace.ɵɵtextInterpolate(radioButton_r5.label);
14537
14563
  }
@@ -14560,8 +14586,8 @@
14560
14586
  this.dynamicRadioListControl = this.registerControl(new i2.FormControl(this.caseField.value));
14561
14587
  this.dynamicRadioListControl.setValue(this.caseField.value);
14562
14588
  };
14563
- WriteDynamicRadioListFieldComponent.prototype.buildElementId = function (name) {
14564
- return this.id() + "-" + name;
14589
+ WriteDynamicRadioListFieldComponent.prototype.createElementId = function (name) {
14590
+ return this.parent && this.parent.value ? this.parent.value.id + this.parent.value.value : _super.prototype.createElementId.call(this, name);
14565
14591
  };
14566
14592
  return WriteDynamicRadioListFieldComponent;
14567
14593
  }(AbstractFieldWriteComponent));
@@ -14691,7 +14717,7 @@
14691
14717
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.emailControl.errors, ctx_r2.caseField.label));
14692
14718
  }
14693
14719
  }
14694
- var _c0$J = function (a0) { return { "form-group-error": a0 }; };
14720
+ var _c0$K = function (a0) { return { "form-group-error": a0 }; };
14695
14721
  var _c1$h = function (a0) { return { "govuk-input--error": a0 }; };
14696
14722
  var WriteEmailFieldComponent = /** @class */ (function (_super) {
14697
14723
  __extends(WriteEmailFieldComponent, _super);
@@ -14716,7 +14742,7 @@
14716
14742
  i0__namespace.ɵɵelementEnd();
14717
14743
  }
14718
14744
  if (rf & 2) {
14719
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$J, !ctx.emailControl.valid && (ctx.emailControl.dirty || ctx.emailControl.touched)));
14745
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$K, !ctx.emailControl.valid && (ctx.emailControl.dirty || ctx.emailControl.touched)));
14720
14746
  i0__namespace.ɵɵadvance(1);
14721
14747
  i0__namespace.ɵɵproperty("for", ctx.id());
14722
14748
  i0__namespace.ɵɵadvance(1);
@@ -14848,7 +14874,7 @@
14848
14874
  i0__namespace.ɵɵtextInterpolate(type_r4.label);
14849
14875
  }
14850
14876
  }
14851
- var _c0$I = function (a0) { return { "form-group-error": a0 }; };
14877
+ var _c0$J = function (a0) { return { "form-group-error": a0 }; };
14852
14878
  var WriteFixedListFieldComponent = /** @class */ (function (_super) {
14853
14879
  __extends(WriteFixedListFieldComponent, _super);
14854
14880
  function WriteFixedListFieldComponent() {
@@ -14897,7 +14923,7 @@
14897
14923
  i0__namespace.ɵɵelementEnd();
14898
14924
  }
14899
14925
  if (rf & 2) {
14900
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$I, !ctx.fixedListFormControl.valid && (ctx.fixedListFormControl.dirty || ctx.fixedListFormControl.touched)));
14926
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$J, !ctx.fixedListFormControl.valid && (ctx.fixedListFormControl.dirty || ctx.fixedListFormControl.touched)));
14901
14927
  i0__namespace.ɵɵadvance(1);
14902
14928
  i0__namespace.ɵɵproperty("for", ctx.id());
14903
14929
  i0__namespace.ɵɵadvance(1);
@@ -15015,7 +15041,7 @@
15015
15041
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.fixedRadioListControl.errors, ctx_r2.caseField.label));
15016
15042
  }
15017
15043
  }
15018
- var _c0$H = function (a0) { return { selected: a0 }; };
15044
+ var _c0$I = function (a0) { return { selected: a0 }; };
15019
15045
  function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) {
15020
15046
  if (rf & 1) {
15021
15047
  i0__namespace.ɵɵelementStart(0, "div", 9);
@@ -15028,7 +15054,7 @@
15028
15054
  if (rf & 2) {
15029
15055
  var radioButton_r4 = ctx.$implicit;
15030
15056
  var ctx_r3 = i0__namespace.ɵɵnextContext();
15031
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$H, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
15057
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$I, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
15032
15058
  i0__namespace.ɵɵadvance(1);
15033
15059
  i0__namespace.ɵɵproperty("id", ctx_r3.id() + "-" + radioButton_r4.code)("name", ctx_r3.id())("formControl", ctx_r3.fixedRadioListControl)("value", radioButton_r4.code);
15034
15060
  i0__namespace.ɵɵadvance(1);
@@ -15198,7 +15224,7 @@
15198
15224
  i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.caseField.hint_text, " ");
15199
15225
  }
15200
15226
  }
15201
- var _c0$G = function (a0) { return { "hide-autocomplete": a0 }; };
15227
+ var _c0$H = function (a0) { return { "hide-autocomplete": a0 }; };
15202
15228
  function WriteJudicialUserFieldComponent_mat_option_7_Template(rf, ctx) {
15203
15229
  if (rf & 1) {
15204
15230
  var _r7_1 = i0__namespace.ɵɵgetCurrentView();
@@ -15210,7 +15236,7 @@
15210
15236
  if (rf & 2) {
15211
15237
  var judicialUser_r5 = ctx.$implicit;
15212
15238
  var ctx_r3 = i0__namespace.ɵɵnextContext();
15213
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$G, !ctx_r3.showAutocomplete))("value", judicialUser_r5.idamId);
15239
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$H, !ctx_r3.showAutocomplete))("value", judicialUser_r5.idamId);
15214
15240
  i0__namespace.ɵɵadvance(1);
15215
15241
  i0__namespace.ɵɵtextInterpolate2(" ", judicialUser_r5.fullName, " (", judicialUser_r5.emailId, ") ");
15216
15242
  }
@@ -16000,7 +16026,7 @@
16000
16026
  i0__namespace.ɵɵtextInterpolate1(" ", ctx_r13.caseReasonCommentsError, " ");
16001
16027
  }
16002
16028
  }
16003
- var _c0$F = function (a0) { return { "govuk-form-group--error": a0 }; };
16029
+ var _c0$G = function (a0) { return { "govuk-form-group--error": a0 }; };
16004
16030
  function LinkCasesComponent_div_8_div_14_Template(rf, ctx) {
16005
16031
  if (rf & 1) {
16006
16032
  i0__namespace.ɵɵelementStart(0, "div", 35);
@@ -16018,7 +16044,7 @@
16018
16044
  }
16019
16045
  if (rf & 2) {
16020
16046
  var ctx_r7 = i0__namespace.ɵɵnextContext(2);
16021
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(2, _c0$F, !!ctx_r7.caseReasonCommentsError));
16047
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(2, _c0$G, !!ctx_r7.caseReasonCommentsError));
16022
16048
  i0__namespace.ɵɵadvance(3);
16023
16049
  i0__namespace.ɵɵproperty("ngIf", ctx_r7.caseReasonCommentsError);
16024
16050
  }
@@ -16075,11 +16101,11 @@
16075
16101
  var ctx_r0 = i0__namespace.ɵɵnextContext();
16076
16102
  i0__namespace.ɵɵproperty("formGroup", ctx_r0.linkCaseForm);
16077
16103
  i0__namespace.ɵɵadvance(1);
16078
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$F, !!ctx_r0.caseNumberError));
16104
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$G, !!ctx_r0.caseNumberError));
16079
16105
  i0__namespace.ɵɵadvance(3);
16080
16106
  i0__namespace.ɵɵproperty("ngIf", ctx_r0.caseNumberError);
16081
16107
  i0__namespace.ɵɵadvance(2);
16082
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$F, !!ctx_r0.caseReasonError));
16108
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$G, !!ctx_r0.caseReasonError));
16083
16109
  i0__namespace.ɵɵadvance(5);
16084
16110
  i0__namespace.ɵɵproperty("ngIf", ctx_r0.caseReasonError);
16085
16111
  i0__namespace.ɵɵadvance(2);
@@ -16513,7 +16539,7 @@
16513
16539
  i0__namespace.ɵɵadvance(4);
16514
16540
  i0__namespace.ɵɵproperty("ngIf", ctx.linkCaseForm);
16515
16541
  i0__namespace.ɵɵadvance(4);
16516
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$F, !!ctx.noSelectedCaseError));
16542
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$G, !!ctx.noSelectedCaseError));
16517
16543
  i0__namespace.ɵɵadvance(1);
16518
16544
  i0__namespace.ɵɵproperty("ngIf", ctx.noSelectedCaseError);
16519
16545
  i0__namespace.ɵɵadvance(18);
@@ -17197,7 +17223,7 @@
17197
17223
  i0__namespace.ɵɵtextInterpolate2(" ", case_r4.caseName, " ", i0__namespace.ɵɵpipeBind1(4, 6, case_r4.caseReference), " ");
17198
17224
  }
17199
17225
  }
17200
- var _c0$E = function (a0) { return { "govuk-form-group--error": a0 }; };
17226
+ var _c0$F = function (a0) { return { "govuk-form-group--error": a0 }; };
17201
17227
  function UnLinkCasesComponent_div_0_div_4_Template(rf, ctx) {
17202
17228
  if (rf & 1) {
17203
17229
  i0__namespace.ɵɵelementStart(0, "div", 7);
@@ -17209,7 +17235,7 @@
17209
17235
  }
17210
17236
  if (rf & 2) {
17211
17237
  var ctx_r1 = i0__namespace.ɵɵnextContext(2);
17212
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$E, ctx_r1.unlinkErrorMessage))("formGroup", ctx_r1.unlinkCaseForm);
17238
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$F, ctx_r1.unlinkErrorMessage))("formGroup", ctx_r1.unlinkCaseForm);
17213
17239
  i0__namespace.ɵɵadvance(1);
17214
17240
  i0__namespace.ɵɵproperty("ngIf", ctx_r1.unlinkErrorMessage);
17215
17241
  i0__namespace.ɵɵadvance(2);
@@ -18151,7 +18177,7 @@
18151
18177
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.moneyGbpControl.errors, ctx_r2.caseField.label));
18152
18178
  }
18153
18179
  }
18154
- var _c0$D = function (a0) { return { "form-group-error": a0 }; };
18180
+ var _c0$E = function (a0) { return { "form-group-error": a0 }; };
18155
18181
  var WriteMoneyGbpFieldComponent = /** @class */ (function (_super) {
18156
18182
  __extends(WriteMoneyGbpFieldComponent, _super);
18157
18183
  function WriteMoneyGbpFieldComponent() {
@@ -18181,7 +18207,7 @@
18181
18207
  i0__namespace.ɵɵelementEnd();
18182
18208
  }
18183
18209
  if (rf & 2) {
18184
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$D, !ctx.moneyGbpControl.valid && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched)));
18210
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$E, !ctx.moneyGbpControl.valid && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched)));
18185
18211
  i0__namespace.ɵɵadvance(1);
18186
18212
  i0__namespace.ɵɵproperty("for", ctx.id());
18187
18213
  i0__namespace.ɵɵadvance(1);
@@ -18329,7 +18355,7 @@
18329
18355
  i0__namespace.ɵɵtextInterpolate(checkbox_r4.label);
18330
18356
  }
18331
18357
  }
18332
- var _c0$C = function (a0) { return { "error": a0 }; };
18358
+ var _c0$D = function (a0) { return { "error": a0 }; };
18333
18359
  var WriteMultiSelectListFieldComponent = /** @class */ (function (_super) {
18334
18360
  __extends(WriteMultiSelectListFieldComponent, _super);
18335
18361
  function WriteMultiSelectListFieldComponent() {
@@ -18393,7 +18419,7 @@
18393
18419
  i0__namespace.ɵɵelementEnd();
18394
18420
  }
18395
18421
  if (rf & 2) {
18396
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(6, _c0$C, !ctx.checkboxes.valid && (ctx.checkboxes.dirty || ctx.checkboxes.touched)))("id", ctx.id());
18422
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(6, _c0$D, !ctx.checkboxes.valid && (ctx.checkboxes.dirty || ctx.checkboxes.touched)))("id", ctx.id());
18397
18423
  i0__namespace.ɵɵadvance(3);
18398
18424
  i0__namespace.ɵɵproperty("ngIf", ctx.caseField.label);
18399
18425
  i0__namespace.ɵɵadvance(1);
@@ -18484,7 +18510,7 @@
18484
18510
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.numberControl.errors, ctx_r2.caseField.label));
18485
18511
  }
18486
18512
  }
18487
- var _c0$B = function (a0) { return { "form-group-error": a0 }; };
18513
+ var _c0$C = function (a0) { return { "form-group-error": a0 }; };
18488
18514
  var _c1$e = function (a0) { return { "govuk-input--error": a0 }; };
18489
18515
  var WriteNumberFieldComponent = /** @class */ (function (_super) {
18490
18516
  __extends(WriteNumberFieldComponent, _super);
@@ -18509,7 +18535,7 @@
18509
18535
  i0__namespace.ɵɵelementEnd();
18510
18536
  }
18511
18537
  if (rf & 2) {
18512
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$B, !ctx.numberControl.valid && ctx.numberControl.dirty));
18538
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$C, !ctx.numberControl.valid && ctx.numberControl.dirty));
18513
18539
  i0__namespace.ɵɵadvance(1);
18514
18540
  i0__namespace.ɵɵproperty("for", ctx.id());
18515
18541
  i0__namespace.ɵɵadvance(1);
@@ -18810,7 +18836,7 @@
18810
18836
  i0__namespace.ɵɵelementEnd();
18811
18837
  }
18812
18838
  }
18813
- var _c0$A = function (a0) { return { "scroll-container ": a0 }; };
18839
+ var _c0$B = function (a0) { return { "scroll-container ": a0 }; };
18814
18840
  function WriteOrganisationFieldComponent_fieldset_3_div_14_Template(rf, ctx) {
18815
18841
  if (rf & 1) {
18816
18842
  i0__namespace.ɵɵelementStart(0, "div", 26);
@@ -18826,7 +18852,7 @@
18826
18852
  var ctx_r2 = i0__namespace.ɵɵnextContext(2);
18827
18853
  var tmp_0_0 = null;
18828
18854
  var tmp_2_0 = null;
18829
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$A, ((tmp_0_0 = i0__namespace.ɵɵpipeBind1(1, 3, ctx_r2.simpleOrganisations$)) == null ? null : tmp_0_0.length) > 10));
18855
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$B, ((tmp_0_0 = i0__namespace.ɵɵpipeBind1(1, 3, ctx_r2.simpleOrganisations$)) == null ? null : tmp_0_0.length) > 10));
18830
18856
  i0__namespace.ɵɵadvance(2);
18831
18857
  i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(3, 5, ctx_r2.simpleOrganisations$));
18832
18858
  i0__namespace.ɵɵadvance(2);
@@ -19230,6 +19256,231 @@
19230
19256
  }], function () { return [{ type: AbstractAppConfig }, { type: SessionStorageService }]; }, null);
19231
19257
  })();
19232
19258
 
19259
+ function ReadDynamicMultiSelectListFieldComponent_div_0_Template(rf, ctx) {
19260
+ if (rf & 1) {
19261
+ i0__namespace.ɵɵelementStart(0, "div");
19262
+ i0__namespace.ɵɵtext(1);
19263
+ i0__namespace.ɵɵpipe(2, "ccdFixedList");
19264
+ i0__namespace.ɵɵelementEnd();
19265
+ }
19266
+ if (rf & 2) {
19267
+ var value_r1 = ctx.$implicit;
19268
+ var ctx_r0 = i0__namespace.ɵɵnextContext();
19269
+ i0__namespace.ɵɵadvance(1);
19270
+ i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind2(2, 1, value_r1.code, ctx_r0.caseField.list_items), "\n");
19271
+ }
19272
+ }
19273
+ var ReadDynamicMultiSelectListFieldComponent = /** @class */ (function (_super) {
19274
+ __extends(ReadDynamicMultiSelectListFieldComponent, _super);
19275
+ function ReadDynamicMultiSelectListFieldComponent() {
19276
+ return _super !== null && _super.apply(this, arguments) || this;
19277
+ }
19278
+ ReadDynamicMultiSelectListFieldComponent.prototype.ngOnInit = function () {
19279
+ /**
19280
+ *
19281
+ * Reassigning list_items from formatted_list when list_items is empty
19282
+ */
19283
+ if (!this.caseField.list_items && this.caseField.formatted_value && this.caseField.formatted_value.list_items) {
19284
+ this.caseField.list_items = this.caseField.formatted_value.list_items;
19285
+ }
19286
+ if (!this.caseField.value && this.caseField.formatted_value && this.caseField.formatted_value.value) {
19287
+ this.caseField.value = this.caseField.formatted_value.value;
19288
+ }
19289
+ _super.prototype.ngOnInit.call(this);
19290
+ };
19291
+ return ReadDynamicMultiSelectListFieldComponent;
19292
+ }(AbstractFieldReadComponent));
19293
+ ReadDynamicMultiSelectListFieldComponent.ɵfac = function ReadDynamicMultiSelectListFieldComponent_Factory(t) { return ɵReadDynamicMultiSelectListFieldComponent_BaseFactory(t || ReadDynamicMultiSelectListFieldComponent); };
19294
+ ReadDynamicMultiSelectListFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: ReadDynamicMultiSelectListFieldComponent, selectors: [["ccd-read-dynamic-multi-select-list-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngFor", "ngForOf"]], template: function ReadDynamicMultiSelectListFieldComponent_Template(rf, ctx) {
19295
+ if (rf & 1) {
19296
+ i0__namespace.ɵɵtemplate(0, ReadDynamicMultiSelectListFieldComponent_div_0_Template, 3, 4, "div", 0);
19297
+ }
19298
+ if (rf & 2) {
19299
+ i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.value);
19300
+ }
19301
+ }, directives: [i1__namespace.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}"] });
19302
+ var ɵReadDynamicMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(ReadDynamicMultiSelectListFieldComponent);
19303
+ (function () {
19304
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadDynamicMultiSelectListFieldComponent, [{
19305
+ type: i0.Component,
19306
+ args: [{
19307
+ selector: 'ccd-read-dynamic-multi-select-list-field',
19308
+ templateUrl: './read-dynamic-multi-select-list-field.html',
19309
+ styleUrls: ['./read-dynamic-multi-select-list-field.component.scss']
19310
+ }]
19311
+ }], null, null);
19312
+ })();
19313
+
19314
+ function WriteDynamicMultiSelectListFieldComponent_span_3_Template(rf, ctx) {
19315
+ if (rf & 1) {
19316
+ i0__namespace.ɵɵelementStart(0, "span", 5);
19317
+ i0__namespace.ɵɵtext(1);
19318
+ i0__namespace.ɵɵpipe(2, "ccdFieldLabel");
19319
+ i0__namespace.ɵɵelementEnd();
19320
+ }
19321
+ if (rf & 2) {
19322
+ var ctx_r0 = i0__namespace.ɵɵnextContext();
19323
+ i0__namespace.ɵɵadvance(1);
19324
+ i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, ctx_r0.caseField));
19325
+ }
19326
+ }
19327
+ function WriteDynamicMultiSelectListFieldComponent_span_4_Template(rf, ctx) {
19328
+ if (rf & 1) {
19329
+ i0__namespace.ɵɵelementStart(0, "span", 6);
19330
+ i0__namespace.ɵɵtext(1);
19331
+ i0__namespace.ɵɵelementEnd();
19332
+ }
19333
+ if (rf & 2) {
19334
+ var ctx_r1 = i0__namespace.ɵɵnextContext();
19335
+ i0__namespace.ɵɵadvance(1);
19336
+ i0__namespace.ɵɵtextInterpolate(ctx_r1.caseField.hint_text);
19337
+ }
19338
+ }
19339
+ function WriteDynamicMultiSelectListFieldComponent_span_5_Template(rf, ctx) {
19340
+ if (rf & 1) {
19341
+ i0__namespace.ɵɵelementStart(0, "span", 7);
19342
+ i0__namespace.ɵɵtext(1);
19343
+ i0__namespace.ɵɵpipe(2, "ccdFirstError");
19344
+ i0__namespace.ɵɵelementEnd();
19345
+ }
19346
+ if (rf & 2) {
19347
+ var ctx_r2 = i0__namespace.ɵɵnextContext();
19348
+ i0__namespace.ɵɵadvance(1);
19349
+ i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, ctx_r2.checkboxes.errors));
19350
+ }
19351
+ }
19352
+ function WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template(rf, ctx) {
19353
+ if (rf & 1) {
19354
+ var _r6_1 = i0__namespace.ɵɵgetCurrentView();
19355
+ i0__namespace.ɵɵelementContainerStart(0);
19356
+ i0__namespace.ɵɵelementStart(1, "div", 8);
19357
+ i0__namespace.ɵɵelementStart(2, "input", 9);
19358
+ i0__namespace.ɵɵlistener("change", function WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template_input_change_2_listener($event) { i0__namespace.ɵɵrestoreView(_r6_1); var ctx_r5 = i0__namespace.ɵɵnextContext(); return ctx_r5.onCheckChange($event); });
19359
+ i0__namespace.ɵɵelementEnd();
19360
+ i0__namespace.ɵɵelementStart(3, "label", 10);
19361
+ i0__namespace.ɵɵtext(4);
19362
+ i0__namespace.ɵɵelementEnd();
19363
+ i0__namespace.ɵɵelementEnd();
19364
+ i0__namespace.ɵɵelementContainerEnd();
19365
+ }
19366
+ if (rf & 2) {
19367
+ var checkbox_r4 = ctx.$implicit;
19368
+ var ctx_r3 = i0__namespace.ɵɵnextContext();
19369
+ i0__namespace.ɵɵadvance(2);
19370
+ i0__namespace.ɵɵpropertyInterpolate("id", ctx_r3.createElementId(checkbox_r4.code));
19371
+ i0__namespace.ɵɵpropertyInterpolate("name", ctx_r3.id());
19372
+ i0__namespace.ɵɵproperty("value", checkbox_r4.code)("checked", ctx_r3.isSelected(checkbox_r4.code));
19373
+ i0__namespace.ɵɵadvance(1);
19374
+ i0__namespace.ɵɵpropertyInterpolate("for", ctx_r3.createElementId(checkbox_r4.code));
19375
+ i0__namespace.ɵɵadvance(1);
19376
+ i0__namespace.ɵɵtextInterpolate(checkbox_r4.label);
19377
+ }
19378
+ }
19379
+ var _c0$A = function (a0) { return { "error": a0 }; };
19380
+ var WriteDynamicMultiSelectListFieldComponent = /** @class */ (function (_super) {
19381
+ __extends(WriteDynamicMultiSelectListFieldComponent, _super);
19382
+ function WriteDynamicMultiSelectListFieldComponent() {
19383
+ return _super !== null && _super.apply(this, arguments) || this;
19384
+ }
19385
+ WriteDynamicMultiSelectListFieldComponent.prototype.ngOnInit = function () {
19386
+ var _this = this;
19387
+ this.checkboxes = new i2.FormArray([]);
19388
+ this.setInitialCaseList();
19389
+ this.setInitialCaseFieldValue();
19390
+ // Initialise array with existing values
19391
+ if (this.caseField.value && Array.isArray(this.caseField.value)) {
19392
+ var values = this.caseField.value;
19393
+ values.forEach(function (value) {
19394
+ _this.checkboxes.push(new i2.FormControl(value));
19395
+ });
19396
+ }
19397
+ this.dynamicListFormControl = this.registerControl(new i2.FormControl(this.checkboxes.value));
19398
+ this.dynamicListFormControl.setValue(this.checkboxes.value);
19399
+ };
19400
+ WriteDynamicMultiSelectListFieldComponent.prototype.onCheckChange = function (event) {
19401
+ var _this = this;
19402
+ var target = event.target;
19403
+ if (!target || !target.value) {
19404
+ return;
19405
+ }
19406
+ var selectedListItem = this.getValueListItem(target.value);
19407
+ if (!this.isSelected(target.value)) {
19408
+ // Add a new control in the FormArray
19409
+ this.checkboxes.push(new i2.FormControl(selectedListItem));
19410
+ }
19411
+ else {
19412
+ // Remove the control from the FormArray
19413
+ this.checkboxes.controls.forEach(function (ctrl, i) {
19414
+ if (ctrl.value.code === target.value) {
19415
+ _this.checkboxes.removeAt(i);
19416
+ }
19417
+ });
19418
+ }
19419
+ this.dynamicListFormControl.setValue(this.checkboxes.value);
19420
+ };
19421
+ WriteDynamicMultiSelectListFieldComponent.prototype.isSelected = function (code) {
19422
+ if (this.checkboxes && this.checkboxes.controls) {
19423
+ return this.checkboxes.controls.find(function (control) { return control.value.code === code; });
19424
+ }
19425
+ };
19426
+ WriteDynamicMultiSelectListFieldComponent.prototype.getValueListItem = function (value) {
19427
+ return this.caseField.list_items.find(function (i) { return i.code === value; });
19428
+ };
19429
+ WriteDynamicMultiSelectListFieldComponent.prototype.setInitialCaseList = function () {
19430
+ var hasListItems = this.caseField.list_items && this.caseField.list_items.length > 0;
19431
+ var hasFormattedListItems = this.caseField.formatted_value && this.caseField.formatted_value.list_items.length > 0;
19432
+ if (!hasListItems && hasFormattedListItems) {
19433
+ this.caseField.list_items = this.caseField.formatted_value.list_items;
19434
+ }
19435
+ };
19436
+ WriteDynamicMultiSelectListFieldComponent.prototype.setInitialCaseFieldValue = function () {
19437
+ if (!this.caseField.value && this.caseField.formatted_value && this.caseField.formatted_value.value) {
19438
+ this.caseField.value = this.caseField.formatted_value.value;
19439
+ }
19440
+ var isNull = this.caseField.value === undefined || this.caseField.value === '';
19441
+ if (isNull || !Array.isArray(this.caseField.value)) {
19442
+ this.caseField.value = [];
19443
+ }
19444
+ };
19445
+ return WriteDynamicMultiSelectListFieldComponent;
19446
+ }(AbstractFieldWriteComponent));
19447
+ WriteDynamicMultiSelectListFieldComponent.ɵfac = function WriteDynamicMultiSelectListFieldComponent_Factory(t) { return ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory(t || WriteDynamicMultiSelectListFieldComponent); };
19448
+ WriteDynamicMultiSelectListFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteDynamicMultiSelectListFieldComponent, selectors: [["ccd-write-dynamic-multi-select-list-field"]], features: [i0__namespace.ɵɵ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) {
19449
+ if (rf & 1) {
19450
+ i0__namespace.ɵɵelementStart(0, "div", 0);
19451
+ i0__namespace.ɵɵelementStart(1, "fieldset");
19452
+ i0__namespace.ɵɵelementStart(2, "legend");
19453
+ i0__namespace.ɵɵtemplate(3, WriteDynamicMultiSelectListFieldComponent_span_3_Template, 3, 3, "span", 1);
19454
+ i0__namespace.ɵɵtemplate(4, WriteDynamicMultiSelectListFieldComponent_span_4_Template, 2, 1, "span", 2);
19455
+ i0__namespace.ɵɵtemplate(5, WriteDynamicMultiSelectListFieldComponent_span_5_Template, 3, 3, "span", 3);
19456
+ i0__namespace.ɵɵelementEnd();
19457
+ i0__namespace.ɵɵtemplate(6, WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template, 5, 6, "ng-container", 4);
19458
+ i0__namespace.ɵɵelementEnd();
19459
+ i0__namespace.ɵɵelementEnd();
19460
+ }
19461
+ if (rf & 2) {
19462
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(6, _c0$A, !ctx.checkboxes.valid && ctx.checkboxes.touched))("id", ctx.id());
19463
+ i0__namespace.ɵɵadvance(3);
19464
+ i0__namespace.ɵɵproperty("ngIf", ctx.caseField.label);
19465
+ i0__namespace.ɵɵadvance(1);
19466
+ i0__namespace.ɵɵproperty("ngIf", ctx.caseField.hint_text);
19467
+ i0__namespace.ɵɵadvance(1);
19468
+ i0__namespace.ɵɵproperty("ngIf", ctx.checkboxes.errors && ctx.checkboxes.touched);
19469
+ i0__namespace.ɵɵadvance(1);
19470
+ i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.list_items);
19471
+ }
19472
+ }, directives: [i1__namespace.NgClass, i1__namespace.NgIf, i1__namespace.NgForOf], pipes: [FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
19473
+ var ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteDynamicMultiSelectListFieldComponent);
19474
+ (function () {
19475
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteDynamicMultiSelectListFieldComponent, [{
19476
+ type: i0.Component,
19477
+ args: [{
19478
+ selector: 'ccd-write-dynamic-multi-select-list-field',
19479
+ templateUrl: './write-dynamic-multi-select-list-field.html'
19480
+ }]
19481
+ }], null, null);
19482
+ })();
19483
+
19233
19484
  var ReadPhoneUKFieldComponent = /** @class */ (function (_super) {
19234
19485
  __extends(ReadPhoneUKFieldComponent, _super);
19235
19486
  function ReadPhoneUKFieldComponent() {
@@ -19892,6 +20143,8 @@
19892
20143
  return write ? WriteFixedListFieldComponent : ReadFixedListFieldComponent;
19893
20144
  case 'DynamicRadioList':
19894
20145
  return write ? WriteDynamicRadioListFieldComponent : ReadDynamicRadioListFieldComponent;
20146
+ case 'DynamicMultiSelectList':
20147
+ return write ? WriteDynamicMultiSelectListFieldComponent : ReadDynamicMultiSelectListFieldComponent;
19895
20148
  case 'FixedRadioList':
19896
20149
  return write ? WriteFixedRadioListFieldComponent : ReadFixedRadioListFieldComponent;
19897
20150
  case 'Complex':
@@ -19961,7 +20214,7 @@
19961
20214
  })();
19962
20215
 
19963
20216
  var _c0$v = ["fieldContainer"];
19964
- var FIX_CASEFIELD_FOR$1 = ['FixedList', 'DynamicList'];
20217
+ var FIX_CASEFIELD_FOR$1 = ['FixedList', 'DynamicList', 'DynamicMultiSelectList'];
19965
20218
  var FieldReadComponent = /** @class */ (function (_super) {
19966
20219
  __extends(FieldReadComponent, _super);
19967
20220
  function FieldReadComponent(resolver, paletteService) {
@@ -20051,7 +20304,7 @@
20051
20304
  })();
20052
20305
 
20053
20306
  var _c0$u = ["fieldContainer"];
20054
- var FIX_CASEFIELD_FOR = ['FixedList', 'DynamicList'];
20307
+ var FIX_CASEFIELD_FOR = ['FixedList', 'DynamicList', 'DynamicMultiSelectList'];
20055
20308
  var FieldWriteComponent = /** @class */ (function (_super) {
20056
20309
  __extends(FieldWriteComponent, _super);
20057
20310
  function FieldWriteComponent(resolver, paletteService) {
@@ -25011,23 +25264,26 @@
25011
25264
  || !ReadFieldsFilterPipe.isEmpty(value[field.id]);
25012
25265
  };
25013
25266
  ReadFieldsFilterPipe.getValue = function (field, values, index) {
25014
- var value;
25015
- if (index >= 0) {
25016
- value = values[index].value[field.id];
25017
- }
25018
- else {
25019
- value = values[field.id];
25267
+ if (ReadFieldsFilterPipe.isEmpty(field.value)) {
25268
+ var value = void 0;
25269
+ if (index >= 0) {
25270
+ value = values[index].value[field.id];
25271
+ }
25272
+ else {
25273
+ value = values[field.id];
25274
+ }
25275
+ return value;
25020
25276
  }
25021
- return ReadFieldsFilterPipe.isEmpty(field.value) ? value : field.value;
25277
+ return field.value;
25022
25278
  };
25023
- ReadFieldsFilterPipe.evaluateConditionalShow = function (field, formValue, path, formGroupAvaliable, fieldId) {
25279
+ ReadFieldsFilterPipe.evaluateConditionalShow = function (field, formValue, path, formGroupAvailable, fieldId) {
25024
25280
  if (field.display_context === 'HIDDEN') {
25025
25281
  field.hidden = true;
25026
25282
  }
25027
25283
  else if (field.show_condition) {
25028
25284
  var cond = void 0;
25029
- if (fieldId && field.show_condition.indexOf(fieldId) > -1 && !formGroupAvaliable && !!Object.keys(formValue).length) {
25030
- var search = fieldId + '.';
25285
+ if (fieldId && field.show_condition.indexOf(fieldId + ".") > -1 && !formGroupAvailable && !!Object.keys(formValue).length) {
25286
+ var search = fieldId + ".";
25031
25287
  var searchRegExp = new RegExp(search, 'g');
25032
25288
  var replaceWith = '';
25033
25289
  cond = ShowCondition.getInstance(field.show_condition.replace(searchRegExp, replaceWith));
@@ -25436,6 +25692,8 @@
25436
25692
  WriteDocumentFieldComponent,
25437
25693
  WriteDynamicListFieldComponent,
25438
25694
  WriteDynamicRadioListFieldComponent,
25695
+ WriteDynamicMultiSelectListFieldComponent,
25696
+ ReadDynamicMultiSelectListFieldComponent,
25439
25697
  WriteTextFieldComponent,
25440
25698
  WriteDateContainerFieldComponent,
25441
25699
  WriteTextAreaFieldComponent,
@@ -25465,6 +25723,13 @@
25465
25723
  CaseFileViewOverlayMenuComponent,
25466
25724
  CaseFileViewFolderDocumentActionsComponent,
25467
25725
  CaseFileViewFolderSelectorComponent,
25726
+ // component for dynamic list
25727
+ WriteDynamicMultiSelectListFieldComponent,
25728
+ WriteDynamicRadioListFieldComponent,
25729
+ WriteDynamicListFieldComponent,
25730
+ ReadDynamicMultiSelectListFieldComponent,
25731
+ ReadDynamicListFieldComponent,
25732
+ ReadDynamicRadioListFieldComponent,
25468
25733
  LinkedCasesToTableComponent,
25469
25734
  LinkedCasesFromTableComponent,
25470
25735
  BeforeYouStartComponent,
@@ -25595,6 +25860,8 @@
25595
25860
  WriteDocumentFieldComponent,
25596
25861
  WriteDynamicListFieldComponent,
25597
25862
  WriteDynamicRadioListFieldComponent,
25863
+ WriteDynamicMultiSelectListFieldComponent,
25864
+ ReadDynamicMultiSelectListFieldComponent,
25598
25865
  WriteTextFieldComponent,
25599
25866
  WriteDateContainerFieldComponent,
25600
25867
  WriteTextAreaFieldComponent,
@@ -25624,6 +25891,13 @@
25624
25891
  CaseFileViewOverlayMenuComponent,
25625
25892
  CaseFileViewFolderDocumentActionsComponent,
25626
25893
  CaseFileViewFolderSelectorComponent,
25894
+ // component for dynamic list
25895
+ WriteDynamicMultiSelectListFieldComponent,
25896
+ WriteDynamicRadioListFieldComponent,
25897
+ WriteDynamicListFieldComponent,
25898
+ ReadDynamicMultiSelectListFieldComponent,
25899
+ ReadDynamicListFieldComponent,
25900
+ ReadDynamicRadioListFieldComponent,
25627
25901
  LinkedCasesToTableComponent,
25628
25902
  LinkedCasesFromTableComponent,
25629
25903
  BeforeYouStartComponent,
@@ -25713,6 +25987,8 @@
25713
25987
  WriteDocumentFieldComponent,
25714
25988
  WriteDynamicListFieldComponent,
25715
25989
  WriteDynamicRadioListFieldComponent,
25990
+ WriteDynamicMultiSelectListFieldComponent,
25991
+ ReadDynamicMultiSelectListFieldComponent,
25716
25992
  WriteTextFieldComponent,
25717
25993
  WriteDateContainerFieldComponent,
25718
25994
  WriteTextAreaFieldComponent,
@@ -25742,6 +26018,13 @@
25742
26018
  CaseFileViewOverlayMenuComponent,
25743
26019
  CaseFileViewFolderDocumentActionsComponent,
25744
26020
  CaseFileViewFolderSelectorComponent,
26021
+ // component for dynamic list
26022
+ WriteDynamicMultiSelectListFieldComponent,
26023
+ WriteDynamicRadioListFieldComponent,
26024
+ WriteDynamicListFieldComponent,
26025
+ ReadDynamicMultiSelectListFieldComponent,
26026
+ ReadDynamicListFieldComponent,
26027
+ ReadDynamicRadioListFieldComponent,
25745
26028
  LinkedCasesToTableComponent,
25746
26029
  LinkedCasesFromTableComponent,
25747
26030
  BeforeYouStartComponent,
@@ -30526,7 +30809,7 @@
30526
30809
  var _r34_1 = i0__namespace.ɵɵgetCurrentView();
30527
30810
  i0__namespace.ɵɵelementContainerStart(0);
30528
30811
  i0__namespace.ɵɵelementStart(1, "mat-tab-group", 23, 24);
30529
- i0__namespace.ɵɵlistener("selectedTabChange", function CaseFullAccessViewComponent_ng_container_12_Template_mat_tab_group_selectedTabChange_1_listener($event) { i0__namespace.ɵɵrestoreView(_r34_1); var ctx_r33 = i0__namespace.ɵɵnextContext(); return ctx_r33.tabChanged($event); });
30812
+ i0__namespace.ɵɵlistener("selectedIndexChange", function CaseFullAccessViewComponent_ng_container_12_Template_mat_tab_group_selectedIndexChange_1_listener($event) { i0__namespace.ɵɵrestoreView(_r34_1); var ctx_r33 = i0__namespace.ɵɵnextContext(); return ctx_r33.tabChanged($event); });
30530
30813
  i0__namespace.ɵɵtemplate(3, CaseFullAccessViewComponent_ng_container_12_mat_tab_3_Template, 1, 2, "mat-tab", 25);
30531
30814
  i0__namespace.ɵɵtemplate(4, CaseFullAccessViewComponent_ng_container_12_mat_tab_4_Template, 2, 2, "mat-tab", 25);
30532
30815
  i0__namespace.ɵɵtemplate(5, CaseFullAccessViewComponent_ng_container_12_mat_tab_5_Template, 1, 2, "mat-tab", 25);
@@ -30642,10 +30925,9 @@
30642
30925
  if (url) {
30643
30926
  var tabUrl = url ? url.split('#') : null;
30644
30927
  var tab_1 = tabUrl && tabUrl.length > 1 ? tabUrl[tabUrl.length - 1].replaceAll('%20', ' ') : '';
30645
- var matTab = _this.tabGroup._tabs.find(function (x) { return x.textLabel.toLowerCase() === tab_1.toLowerCase(); });
30646
- if (matTab && matTab.position) {
30647
- _this.tabGroup.selectedIndex = matTab.position;
30648
- }
30928
+ // Refactored under EXUI-110 to address infinite tab loop
30929
+ var tabIndex = _this.tabGroup._tabs.toArray().findIndex(function (t) { return t.textLabel.toLowerCase() === tab_1.toLowerCase(); });
30930
+ _this.selectedTabIndex = tabIndex || 0;
30649
30931
  }
30650
30932
  });
30651
30933
  };
@@ -30771,23 +31053,11 @@
30771
31053
  }
30772
31054
  }
30773
31055
  };
30774
- CaseFullAccessViewComponent.prototype.tabChanged = function (tabChangeEvent) {
30775
- // Update selected tab index
30776
- this.selectedTabIndex = tabChangeEvent.index;
30777
- var tab = tabChangeEvent.tab['_viewContainerRef'];
30778
- var id = tab.element.nativeElement.id;
30779
- // due to some edge case like hidden tab we can't calculate the last index of existing tabs,
30780
- // so have to hard code the hearings id here
30781
- if ((tabChangeEvent.index <= 1 && this.prependedTabs && this.prependedTabs.length) ||
30782
- (this.appendedTabs && this.appendedTabs.length && id === 'hearings')) {
30783
- this.router.navigate([id], { relativeTo: this.route });
30784
- }
30785
- else {
30786
- var label_1 = tabChangeEvent.tab.textLabel;
30787
- this.router.navigate(['cases', 'case-details', this.caseDetails.case_id]).then(function () {
30788
- window.location.hash = label_1;
30789
- });
30790
- }
31056
+ CaseFullAccessViewComponent.prototype.tabChanged = function (tabIndexChanged) {
31057
+ // Refactored under EXUI-110 to address infinite tab loop
31058
+ var matTab = this.tabGroup._tabs.find(function (tab) { return tab.isActive; });
31059
+ var tabLabel = matTab.textLabel;
31060
+ this.router.navigate(['cases', 'case-details', this.caseDetails.case_id], { fragment: tabLabel });
30791
31061
  };
30792
31062
  CaseFullAccessViewComponent.prototype.onLinkClicked = function (triggerOutputEventText) {
30793
31063
  // Get the *absolute* (not relative) index of the target tab and set as the active tab, using the selectedIndex input
@@ -30900,7 +31170,7 @@
30900
31170
  var _t = void 0;
30901
31171
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.tabGroup = _t.first);
30902
31172
  }
30903
- }, inputs: { hasPrint: "hasPrint", hasEventSelector: "hasEventSelector", caseDetails: "caseDetails", prependedTabs: "prependedTabs", appendedTabs: "appendedTabs" }, features: [i0__namespace.ɵɵNgOnChangesFeature], decls: 13, vars: 12, consts: [["class", "error-summary", "role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 4, "ngIf"], [3, "triggerTextContinue", "triggerTextIgnore", "callbackErrorsSubject", "callbackErrorsContext"], [3, "caseId", "displayMode"], [1, "grid-row"], [1, "column-one-half"], [3, "caseDetails"], ["class", "case-viewer-controls", 4, "ngIf"], ["class", "column-one-half", 4, "ngIf"], ["class", "grid-row", 4, "ngIf"], [1, "column-full"], [4, "ngIf"], ["role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 1, "error-summary"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h1", "error-summary-heading"], ["id", "edit-case-event_error-summary-body", 1, "govuk-error-summary__body"], ["href", "get-help", "target", "_blank"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h2", "error-summary-heading"], ["class", "error-summary-list", 4, "ngIf"], [1, "error-summary-list"], [4, "ngFor", "ngForOf"], [1, "case-viewer-controls"], ["id", "case-viewer-control-print", "routerLink", "print", 1, "button", "button-secondary"], [3, "isDisabled", "triggers", "triggerText", "onTriggerChange", "onTriggerSubmit"], [3, "notificationBannerConfig", "linkClicked"], ["animationDuration", "0ms", 3, "disableRipple", "selectedIndex", "selectedTabChange"], ["tabGroup", ""], [3, "id", "label", 4, "ngFor", "ngForOf"], [3, "id", "label"], ["matTabContent", ""], ["aria-describedby", "case viewer table"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "hidden"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["class", "compound-field", 4, "ngSwitchCase"], ["id", "case-viewer-field-label", 4, "ngIf"], ["scope", "col", 3, "id"], [1, "text-16"], [3, "topLevelFormGroup", "caseField", "caseReference", "markdownUseHrefAsRouterLink"], ["id", "case-viewer-field-label"], [1, "case-viewer-label", "text-16"], [1, "compound-field"]], template: function CaseFullAccessViewComponent_Template(rf, ctx) {
31173
+ }, inputs: { hasPrint: "hasPrint", hasEventSelector: "hasEventSelector", caseDetails: "caseDetails", prependedTabs: "prependedTabs", appendedTabs: "appendedTabs" }, features: [i0__namespace.ɵɵNgOnChangesFeature], decls: 13, vars: 12, consts: [["class", "error-summary", "role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 4, "ngIf"], [3, "triggerTextContinue", "triggerTextIgnore", "callbackErrorsSubject", "callbackErrorsContext"], [3, "caseId", "displayMode"], [1, "grid-row"], [1, "column-one-half"], [3, "caseDetails"], ["class", "case-viewer-controls", 4, "ngIf"], ["class", "column-one-half", 4, "ngIf"], ["class", "grid-row", 4, "ngIf"], [1, "column-full"], [4, "ngIf"], ["role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 1, "error-summary"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h1", "error-summary-heading"], ["id", "edit-case-event_error-summary-body", 1, "govuk-error-summary__body"], ["href", "get-help", "target", "_blank"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h2", "error-summary-heading"], ["class", "error-summary-list", 4, "ngIf"], [1, "error-summary-list"], [4, "ngFor", "ngForOf"], [1, "case-viewer-controls"], ["id", "case-viewer-control-print", "routerLink", "print", 1, "button", "button-secondary"], [3, "isDisabled", "triggers", "triggerText", "onTriggerChange", "onTriggerSubmit"], [3, "notificationBannerConfig", "linkClicked"], ["animationDuration", "0ms", 3, "disableRipple", "selectedIndex", "selectedIndexChange"], ["tabGroup", ""], [3, "id", "label", 4, "ngFor", "ngForOf"], [3, "id", "label"], ["matTabContent", ""], ["aria-describedby", "case viewer table"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "hidden"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["class", "compound-field", 4, "ngSwitchCase"], ["id", "case-viewer-field-label", 4, "ngIf"], ["scope", "col", 3, "id"], [1, "text-16"], [3, "topLevelFormGroup", "caseField", "caseReference", "markdownUseHrefAsRouterLink"], ["id", "case-viewer-field-label"], [1, "case-viewer-label", "text-16"], [1, "compound-field"]], template: function CaseFullAccessViewComponent_Template(rf, ctx) {
30904
31174
  if (rf & 1) {
30905
31175
  i0__namespace.ɵɵtemplate(0, CaseFullAccessViewComponent_div_0_Template, 10, 0, "div", 0);
30906
31176
  i0__namespace.ɵɵtemplate(1, CaseFullAccessViewComponent_div_1_Template, 6, 2, "div", 0);
@@ -35808,6 +36078,7 @@
35808
36078
  exports.ReadDateFieldComponent = ReadDateFieldComponent;
35809
36079
  exports.ReadDocumentFieldComponent = ReadDocumentFieldComponent;
35810
36080
  exports.ReadDynamicListFieldComponent = ReadDynamicListFieldComponent;
36081
+ exports.ReadDynamicMultiSelectListFieldComponent = ReadDynamicMultiSelectListFieldComponent;
35811
36082
  exports.ReadDynamicRadioListFieldComponent = ReadDynamicRadioListFieldComponent;
35812
36083
  exports.ReadEmailFieldComponent = ReadEmailFieldComponent;
35813
36084
  exports.ReadFieldsFilterPipe = ReadFieldsFilterPipe;
@@ -35884,6 +36155,7 @@
35884
36155
  exports.WriteDateFieldComponent = WriteDateFieldComponent;
35885
36156
  exports.WriteDocumentFieldComponent = WriteDocumentFieldComponent;
35886
36157
  exports.WriteDynamicListFieldComponent = WriteDynamicListFieldComponent;
36158
+ exports.WriteDynamicMultiSelectListFieldComponent = WriteDynamicMultiSelectListFieldComponent;
35887
36159
  exports.WriteDynamicRadioListFieldComponent = WriteDynamicRadioListFieldComponent;
35888
36160
  exports.WriteEmailFieldComponent = WriteEmailFieldComponent;
35889
36161
  exports.WriteFixedListFieldComponent = WriteFixedListFieldComponent;