@hmcts/ccd-case-ui-toolkit 6.14.0 → 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 (49) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +366 -165
  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/palette/base-field/field-read.component.js +2 -2
  6. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
  7. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +12 -5
  8. package/esm2015/lib/shared/components/palette/case-file-view/index.js +1 -2
  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 -6
  16. package/esm2015/lib/shared/components/palette/palette.service.js +5 -3
  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/services/form/field-type-sanitiser.js +16 -1
  20. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +329 -150
  21. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  22. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +5 -2
  23. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
  24. package/lib/shared/components/palette/case-file-view/index.d.ts +0 -1
  25. package/lib/shared/components/palette/case-file-view/index.d.ts.map +1 -1
  26. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
  27. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  28. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
  29. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
  30. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
  31. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  32. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
  33. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  34. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +1 -1
  35. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
  36. package/lib/shared/components/palette/index.d.ts +1 -0
  37. package/lib/shared/components/palette/index.d.ts.map +1 -1
  38. package/lib/shared/components/palette/palette.module.d.ts +60 -59
  39. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  40. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  41. package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
  42. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  43. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  44. package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
  45. package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
  46. package/package.json +1 -1
  47. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +0 -72
  48. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts +0 -8
  49. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map +0 -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) {
@@ -11372,12 +11390,13 @@
11372
11390
  }
11373
11391
  }
11374
11392
  var CaseFileViewFieldComponent = /** @class */ (function () {
11375
- function CaseFileViewFieldComponent(elementRef, route, caseFileViewService, documentManagementService, loadingService) {
11393
+ function CaseFileViewFieldComponent(elementRef, route, caseFileViewService, documentManagementService, loadingService, sessionStorageService) {
11376
11394
  this.elementRef = elementRef;
11377
11395
  this.route = route;
11378
11396
  this.caseFileViewService = caseFileViewService;
11379
11397
  this.documentManagementService = documentManagementService;
11380
11398
  this.loadingService = loadingService;
11399
+ this.sessionStorageService = sessionStorageService;
11381
11400
  this.allowMoving = true;
11382
11401
  this.getCategoriesAndDocumentsError = false;
11383
11402
  }
@@ -11391,6 +11410,12 @@
11391
11410
  },
11392
11411
  error: function (_) { return _this.getCategoriesAndDocumentsError = true; }
11393
11412
  });
11413
+ // EXUI-8000
11414
+ var userInfo = JSON.parse(this.sessionStorageService.getItem('userDetails'));
11415
+ // Get acls that intersects from acl roles and user roles
11416
+ var acls = this.caseField.acls.filter(function (acl) { return userInfo.roles.includes(acl.role); });
11417
+ // As there can be more than one intersecting role, if any acls are update: true
11418
+ this.allowMoving = acls.some(function (acl) { return acl.update; });
11394
11419
  };
11395
11420
  CaseFileViewFieldComponent.prototype.ngAfterViewInit = function () {
11396
11421
  var slider = this.elementRef.nativeElement.querySelector('.slider');
@@ -11438,7 +11463,7 @@
11438
11463
  return CaseFileViewFieldComponent;
11439
11464
  }());
11440
11465
  CaseFileViewFieldComponent.PARAM_CASE_ID = 'cid';
11441
- CaseFileViewFieldComponent.ɵfac = function CaseFileViewFieldComponent_Factory(t) { return new (t || CaseFileViewFieldComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.ActivatedRoute), i0__namespace.ɵɵdirectiveInject(CaseFileViewService), i0__namespace.ɵɵdirectiveInject(DocumentManagementService), i0__namespace.ɵɵdirectiveInject(LoadingService)); };
11466
+ CaseFileViewFieldComponent.ɵfac = function CaseFileViewFieldComponent_Factory(t) { return new (t || CaseFileViewFieldComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.ActivatedRoute), i0__namespace.ɵɵdirectiveInject(CaseFileViewService), i0__namespace.ɵɵdirectiveInject(DocumentManagementService), i0__namespace.ɵɵdirectiveInject(LoadingService), i0__namespace.ɵɵdirectiveInject(SessionStorageService)); };
11442
11467
  CaseFileViewFieldComponent.ɵcmp = i0__namespace.ɵɵ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) {
11443
11468
  if (rf & 1) {
11444
11469
  i0__namespace.ɵɵtemplate(0, CaseFileViewFieldComponent_div_0_Template, 5, 0, "div", 0);
@@ -11458,92 +11483,7 @@
11458
11483
  templateUrl: './case-file-view-field.component.html',
11459
11484
  styleUrls: ['./case-file-view-field.component.scss'],
11460
11485
  }]
11461
- }], function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$1.ActivatedRoute }, { type: CaseFileViewService }, { type: DocumentManagementService }, { type: LoadingService }]; }, null);
11462
- })();
11463
-
11464
- function CaseFileViewFieldReadComponent_div_0_Template(rf, ctx) {
11465
- if (rf & 1) {
11466
- i0__namespace.ɵɵelementStart(0, "div", 2);
11467
- i0__namespace.ɵɵelementStart(1, "h1", 3);
11468
- i0__namespace.ɵɵtext(2, "Sorry, there is a problem with the service");
11469
- i0__namespace.ɵɵelementEnd();
11470
- i0__namespace.ɵɵelementStart(3, "p", 4);
11471
- i0__namespace.ɵɵtext(4, "Try again later.");
11472
- i0__namespace.ɵɵelementEnd();
11473
- i0__namespace.ɵɵelementEnd();
11474
- }
11475
- }
11476
- function CaseFileViewFieldReadComponent_div_1_ng_container_8_Template(rf, ctx) {
11477
- if (rf & 1) {
11478
- i0__namespace.ɵɵelementContainerStart(0);
11479
- i0__namespace.ɵɵelement(1, "mv-media-viewer", 11);
11480
- i0__namespace.ɵɵelementContainerEnd();
11481
- }
11482
- if (rf & 2) {
11483
- var ctx_r2 = i0__namespace.ɵɵnextContext(2);
11484
- i0__namespace.ɵɵadvance(1);
11485
- i0__namespace.ɵɵ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");
11486
- }
11487
- }
11488
- function CaseFileViewFieldReadComponent_div_1_Template(rf, ctx) {
11489
- if (rf & 1) {
11490
- var _r4_1 = i0__namespace.ɵɵgetCurrentView();
11491
- i0__namespace.ɵɵelementStart(0, "div");
11492
- i0__namespace.ɵɵelementStart(1, "h2", 5);
11493
- i0__namespace.ɵɵtext(2, "Case file");
11494
- i0__namespace.ɵɵelementEnd();
11495
- i0__namespace.ɵɵelementStart(3, "div", 6);
11496
- i0__namespace.ɵɵelementStart(4, "div", 7);
11497
- i0__namespace.ɵɵelementStart(5, "ccd-case-file-view-folder", 8);
11498
- i0__namespace.ɵɵlistener("clickedDocument", function CaseFileViewFieldReadComponent_div_1_Template_ccd_case_file_view_folder_clickedDocument_5_listener($event) { i0__namespace.ɵɵrestoreView(_r4_1); var ctx_r3 = i0__namespace.ɵɵnextContext(); return ctx_r3.setMediaViewerFile($event); })("moveDocument", function CaseFileViewFieldReadComponent_div_1_Template_ccd_case_file_view_folder_moveDocument_5_listener($event) { i0__namespace.ɵɵrestoreView(_r4_1); var ctx_r5 = i0__namespace.ɵɵnextContext(); return ctx_r5.moveDocument($event); });
11499
- i0__namespace.ɵɵelementEnd();
11500
- i0__namespace.ɵɵelementEnd();
11501
- i0__namespace.ɵɵelement(6, "div", 9);
11502
- i0__namespace.ɵɵelementStart(7, "div", 10);
11503
- i0__namespace.ɵɵtemplate(8, CaseFileViewFieldReadComponent_div_1_ng_container_8_Template, 2, 7, "ng-container", 1);
11504
- i0__namespace.ɵɵelementEnd();
11505
- i0__namespace.ɵɵelementEnd();
11506
- i0__namespace.ɵɵelementEnd();
11507
- }
11508
- if (rf & 2) {
11509
- var ctx_r1 = i0__namespace.ɵɵnextContext();
11510
- i0__namespace.ɵɵadvance(5);
11511
- i0__namespace.ɵɵproperty("categoriesAndDocuments", ctx_r1.categoriesAndDocuments$)("allowMoving", ctx_r1.allowMoving);
11512
- i0__namespace.ɵɵadvance(3);
11513
- i0__namespace.ɵɵproperty("ngIf", ctx_r1.currentDocument);
11514
- }
11515
- }
11516
- var CaseFileViewFieldReadComponent = /** @class */ (function (_super) {
11517
- __extends(CaseFileViewFieldReadComponent, _super);
11518
- function CaseFileViewFieldReadComponent() {
11519
- var _this = _super.apply(this, __spread(arguments)) || this;
11520
- _this.allowMoving = false;
11521
- return _this;
11522
- }
11523
- return CaseFileViewFieldReadComponent;
11524
- }(CaseFileViewFieldComponent));
11525
- CaseFileViewFieldReadComponent.ɵfac = function CaseFileViewFieldReadComponent_Factory(t) { return ɵCaseFileViewFieldReadComponent_BaseFactory(t || CaseFileViewFieldReadComponent); };
11526
- CaseFileViewFieldReadComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFileViewFieldReadComponent, selectors: [["ccd-case-file-view-field"]], features: [i0__namespace.ɵɵ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) {
11527
- if (rf & 1) {
11528
- i0__namespace.ɵɵtemplate(0, CaseFileViewFieldReadComponent_div_0_Template, 5, 0, "div", 0);
11529
- i0__namespace.ɵɵtemplate(1, CaseFileViewFieldReadComponent_div_1_Template, 9, 3, "div", 1);
11530
- }
11531
- if (rf & 2) {
11532
- i0__namespace.ɵɵproperty("ngIf", ctx.getCategoriesAndDocumentsError);
11533
- i0__namespace.ɵɵadvance(1);
11534
- i0__namespace.ɵɵproperty("ngIf", !ctx.getCategoriesAndDocumentsError);
11535
- }
11536
- }, 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}"] });
11537
- var ɵCaseFileViewFieldReadComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(CaseFileViewFieldReadComponent);
11538
- (function () {
11539
- (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaseFileViewFieldReadComponent, [{
11540
- type: i0.Component,
11541
- args: [{
11542
- selector: 'ccd-case-file-view-field',
11543
- templateUrl: './case-file-view-field.component.html',
11544
- styleUrls: ['./case-file-view-field.component.scss'],
11545
- }]
11546
- }], null, null);
11486
+ }], function () { return [{ type: i0__namespace.ElementRef }, { type: i1__namespace$1.ActivatedRoute }, { type: CaseFileViewService }, { type: DocumentManagementService }, { type: LoadingService }, { type: SessionStorageService }]; }, null);
11547
11487
  })();
11548
11488
 
11549
11489
  exports.AddCommentsErrorMessage = void 0;
@@ -11898,7 +11838,7 @@
11898
11838
  i0__namespace.ɵɵproperty("formGroup", ctx_r10.caseFlagParentFormGroup)("optional", ctx_r10.flagCommentsOptional);
11899
11839
  }
11900
11840
  }
11901
- var _c0$Q = function (a0) { return { "form-group-error": a0 }; };
11841
+ var _c0$R = function (a0) { return { "form-group-error": a0 }; };
11902
11842
  function WriteCaseFlagFieldComponent_div_1_Template(rf, ctx) {
11903
11843
  if (rf & 1) {
11904
11844
  i0__namespace.ɵɵelementStart(0, "div", 8);
@@ -11919,7 +11859,7 @@
11919
11859
  i0__namespace.ɵɵadvance(1);
11920
11860
  i0__namespace.ɵɵproperty("ngSwitch", ctx_r1.fieldState);
11921
11861
  i0__namespace.ɵɵadvance(1);
11922
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$Q, ctx_r1.errorMessages.length > 0));
11862
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$R, ctx_r1.errorMessages.length > 0));
11923
11863
  i0__namespace.ɵɵadvance(1);
11924
11864
  i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.createFlagCaption, " ");
11925
11865
  i0__namespace.ɵɵadvance(1);
@@ -12395,7 +12335,7 @@
12395
12335
  }], null, null);
12396
12336
  })();
12397
12337
 
12398
- var _c0$P = ["writeComplexFieldComponent"];
12338
+ var _c0$Q = ["writeComplexFieldComponent"];
12399
12339
  function WriteCaseLinkFieldComponent_span_2_Template(rf, ctx) {
12400
12340
  if (rf & 1) {
12401
12341
  i0__namespace.ɵɵelementStart(0, "span", 6);
@@ -12500,7 +12440,7 @@
12500
12440
  WriteCaseLinkFieldComponent.ɵfac = function WriteCaseLinkFieldComponent_Factory(t) { return ɵWriteCaseLinkFieldComponent_BaseFactory(t || WriteCaseLinkFieldComponent); };
12501
12441
  WriteCaseLinkFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCaseLinkFieldComponent, selectors: [["ccd-write-case-link-field"]], viewQuery: function WriteCaseLinkFieldComponent_Query(rf, ctx) {
12502
12442
  if (rf & 1) {
12503
- i0__namespace.ɵɵviewQuery(_c0$P, 1);
12443
+ i0__namespace.ɵɵviewQuery(_c0$Q, 1);
12504
12444
  }
12505
12445
  if (rf & 2) {
12506
12446
  var _t = void 0;
@@ -12545,7 +12485,7 @@
12545
12485
  }] });
12546
12486
  })();
12547
12487
 
12548
- 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 }; };
12488
+ 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 }; };
12549
12489
  function ReadCollectionFieldComponent_table_0_tbody_2_Template(rf, ctx) {
12550
12490
  if (rf & 1) {
12551
12491
  i0__namespace.ɵɵelementStart(0, "tbody");
@@ -12560,7 +12500,7 @@
12560
12500
  if (rf & 2) {
12561
12501
  var ctx_r1 = i0__namespace.ɵɵnextContext(2);
12562
12502
  i0__namespace.ɵɵadvance(4);
12563
- 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);
12503
+ 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);
12564
12504
  }
12565
12505
  }
12566
12506
  var _c1$k = function (a0, a1, a2, a3, a4) { return { id: a0, label: a1, field_type: a2, value: a3, hidden: a4 }; };
@@ -12711,7 +12651,7 @@
12711
12651
  }], function () { return [{ type: i1__namespace$3.MatDialogRef }]; }, null);
12712
12652
  })();
12713
12653
 
12714
- var _c0$N = ["collectionItem"];
12654
+ var _c0$O = ["collectionItem"];
12715
12655
  function WriteCollectionFieldComponent_h2_7_span_1_Template(rf, ctx) {
12716
12656
  if (rf & 1) {
12717
12657
  i0__namespace.ɵɵelementStart(0, "span", 9);
@@ -12953,6 +12893,11 @@
12953
12893
  // Manually resetting errors is required to prevent `ExpressionChangedAfterItHasBeenCheckedError`
12954
12894
  this.formArray.setErrors(null);
12955
12895
  var item = { value: null };
12896
+ if (this.isCollectionDynamic()) {
12897
+ item = Object.assign({}, this.caseField.value[this.caseField.value.length - 1]);
12898
+ var key = Number(item['id'][item['id'].length - 1]) + 1;
12899
+ item.id = item['id'].replace(/.$/, key.toString());
12900
+ }
12956
12901
  this.caseField.value.push(item);
12957
12902
  var index = this.caseField.value.length - 1;
12958
12903
  var caseField = this.buildCaseField(item, index, true);
@@ -12975,6 +12920,12 @@
12975
12920
  setTimeout(function () { return _this.focusLastItem(); });
12976
12921
  }
12977
12922
  };
12923
+ WriteCollectionFieldComponent.prototype.isCollectionDynamic = function () {
12924
+ if (!this.caseField.field_type || !this.caseField.field_type.collection_field_type) {
12925
+ return false;
12926
+ }
12927
+ return this.caseField.field_type.collection_field_type.id === 'DynamicRadioList';
12928
+ };
12978
12929
  WriteCollectionFieldComponent.prototype.newCaseField = function (id, item, index, isNew) {
12979
12930
  if (isNew === void 0) { isNew = false; }
12980
12931
  var isNotAuthorisedToUpdate = !isNew && this.isNotAuthorisedToUpdate(index);
@@ -13124,7 +13075,7 @@
13124
13075
  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)); };
13125
13076
  WriteCollectionFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) {
13126
13077
  if (rf & 1) {
13127
- i0__namespace.ɵɵviewQuery(_c0$N, 1);
13078
+ i0__namespace.ɵɵviewQuery(_c0$O, 1);
13128
13079
  }
13129
13080
  if (rf & 2) {
13130
13081
  var _t = void 0;
@@ -13818,7 +13769,7 @@
13818
13769
  }], null, null);
13819
13770
  })();
13820
13771
 
13821
- var _c0$M = ["fileInput"];
13772
+ var _c0$N = ["fileInput"];
13822
13773
  function WriteDocumentFieldComponent_span_6_Template(rf, ctx) {
13823
13774
  if (rf & 1) {
13824
13775
  i0__namespace.ɵɵelementStart(0, "span", 12);
@@ -14112,7 +14063,7 @@
14112
14063
  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)); };
14113
14064
  WriteDocumentFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteDocumentFieldComponent, selectors: [["ccd-write-document-field"]], viewQuery: function WriteDocumentFieldComponent_Query(rf, ctx) {
14114
14065
  if (rf & 1) {
14115
- i0__namespace.ɵɵviewQuery(_c0$M, 1);
14066
+ i0__namespace.ɵɵviewQuery(_c0$N, 1);
14116
14067
  }
14117
14068
  if (rf & 2) {
14118
14069
  var _t = void 0;
@@ -14312,7 +14263,7 @@
14312
14263
  i0__namespace.ɵɵtextInterpolate(type_r5.label);
14313
14264
  }
14314
14265
  }
14315
- var _c0$L = function (a0) { return { "form-group-error": a0 }; };
14266
+ var _c0$M = function (a0) { return { "form-group-error": a0 }; };
14316
14267
  var WriteDynamicListFieldComponent = /** @class */ (function (_super) {
14317
14268
  __extends(WriteDynamicListFieldComponent, _super);
14318
14269
  function WriteDynamicListFieldComponent() {
@@ -14361,7 +14312,7 @@
14361
14312
  i0__namespace.ɵɵelementEnd();
14362
14313
  }
14363
14314
  if (rf & 2) {
14364
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$L, !ctx.dynamicListFormControl.valid && (ctx.dynamicListFormControl.dirty || ctx.dynamicListFormControl.touched)));
14315
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$M, !ctx.dynamicListFormControl.valid && (ctx.dynamicListFormControl.dirty || ctx.dynamicListFormControl.touched)));
14365
14316
  i0__namespace.ɵɵadvance(1);
14366
14317
  i0__namespace.ɵɵproperty("for", ctx.id());
14367
14318
  i0__namespace.ɵɵadvance(1);
@@ -14511,7 +14462,7 @@
14511
14462
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, ctx_r3.dynamicRadioListControl.errors));
14512
14463
  }
14513
14464
  }
14514
- var _c0$K = function (a0) { return { selected: a0 }; };
14465
+ var _c0$L = function (a0) { return { selected: a0 }; };
14515
14466
  function WriteDynamicRadioListFieldComponent_div_9_Template(rf, ctx) {
14516
14467
  if (rf & 1) {
14517
14468
  i0__namespace.ɵɵelementStart(0, "div", 10);
@@ -14524,12 +14475,11 @@
14524
14475
  if (rf & 2) {
14525
14476
  var radioButton_r5 = ctx.$implicit;
14526
14477
  var ctx_r4 = i0__namespace.ɵɵnextContext();
14527
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$K, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
14478
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$L, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
14528
14479
  i0__namespace.ɵɵadvance(1);
14529
- i0__namespace.ɵɵpropertyInterpolate("name", ctx_r4.id());
14530
- i0__namespace.ɵɵproperty("id", ctx_r4.buildElementId(radioButton_r5.code))("formControl", ctx_r4.dynamicRadioListControl)("value", radioButton_r5.code);
14480
+ 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);
14531
14481
  i0__namespace.ɵɵadvance(1);
14532
- i0__namespace.ɵɵproperty("for", ctx_r4.buildElementId(radioButton_r5.code));
14482
+ i0__namespace.ɵɵproperty("for", ctx_r4.createElementId(radioButton_r5.code));
14533
14483
  i0__namespace.ɵɵadvance(1);
14534
14484
  i0__namespace.ɵɵtextInterpolate(radioButton_r5.label);
14535
14485
  }
@@ -14558,8 +14508,8 @@
14558
14508
  this.dynamicRadioListControl = this.registerControl(new i2.FormControl(this.caseField.value));
14559
14509
  this.dynamicRadioListControl.setValue(this.caseField.value);
14560
14510
  };
14561
- WriteDynamicRadioListFieldComponent.prototype.buildElementId = function (name) {
14562
- return this.id() + "-" + name;
14511
+ WriteDynamicRadioListFieldComponent.prototype.createElementId = function (name) {
14512
+ return this.parent && this.parent.value ? this.parent.value.id + this.parent.value.value : _super.prototype.createElementId.call(this, name);
14563
14513
  };
14564
14514
  return WriteDynamicRadioListFieldComponent;
14565
14515
  }(AbstractFieldWriteComponent));
@@ -14689,7 +14639,7 @@
14689
14639
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.emailControl.errors, ctx_r2.caseField.label));
14690
14640
  }
14691
14641
  }
14692
- var _c0$J = function (a0) { return { "form-group-error": a0 }; };
14642
+ var _c0$K = function (a0) { return { "form-group-error": a0 }; };
14693
14643
  var _c1$h = function (a0) { return { "govuk-input--error": a0 }; };
14694
14644
  var WriteEmailFieldComponent = /** @class */ (function (_super) {
14695
14645
  __extends(WriteEmailFieldComponent, _super);
@@ -14714,7 +14664,7 @@
14714
14664
  i0__namespace.ɵɵelementEnd();
14715
14665
  }
14716
14666
  if (rf & 2) {
14717
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$J, !ctx.emailControl.valid && (ctx.emailControl.dirty || ctx.emailControl.touched)));
14667
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$K, !ctx.emailControl.valid && (ctx.emailControl.dirty || ctx.emailControl.touched)));
14718
14668
  i0__namespace.ɵɵadvance(1);
14719
14669
  i0__namespace.ɵɵproperty("for", ctx.id());
14720
14670
  i0__namespace.ɵɵadvance(1);
@@ -14846,7 +14796,7 @@
14846
14796
  i0__namespace.ɵɵtextInterpolate(type_r4.label);
14847
14797
  }
14848
14798
  }
14849
- var _c0$I = function (a0) { return { "form-group-error": a0 }; };
14799
+ var _c0$J = function (a0) { return { "form-group-error": a0 }; };
14850
14800
  var WriteFixedListFieldComponent = /** @class */ (function (_super) {
14851
14801
  __extends(WriteFixedListFieldComponent, _super);
14852
14802
  function WriteFixedListFieldComponent() {
@@ -14895,7 +14845,7 @@
14895
14845
  i0__namespace.ɵɵelementEnd();
14896
14846
  }
14897
14847
  if (rf & 2) {
14898
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$I, !ctx.fixedListFormControl.valid && (ctx.fixedListFormControl.dirty || ctx.fixedListFormControl.touched)));
14848
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$J, !ctx.fixedListFormControl.valid && (ctx.fixedListFormControl.dirty || ctx.fixedListFormControl.touched)));
14899
14849
  i0__namespace.ɵɵadvance(1);
14900
14850
  i0__namespace.ɵɵproperty("for", ctx.id());
14901
14851
  i0__namespace.ɵɵadvance(1);
@@ -15013,7 +14963,7 @@
15013
14963
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.fixedRadioListControl.errors, ctx_r2.caseField.label));
15014
14964
  }
15015
14965
  }
15016
- var _c0$H = function (a0) { return { selected: a0 }; };
14966
+ var _c0$I = function (a0) { return { selected: a0 }; };
15017
14967
  function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) {
15018
14968
  if (rf & 1) {
15019
14969
  i0__namespace.ɵɵelementStart(0, "div", 9);
@@ -15026,7 +14976,7 @@
15026
14976
  if (rf & 2) {
15027
14977
  var radioButton_r4 = ctx.$implicit;
15028
14978
  var ctx_r3 = i0__namespace.ɵɵnextContext();
15029
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$H, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
14979
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$I, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
15030
14980
  i0__namespace.ɵɵadvance(1);
15031
14981
  i0__namespace.ɵɵproperty("id", ctx_r3.id() + "-" + radioButton_r4.code)("name", ctx_r3.id())("formControl", ctx_r3.fixedRadioListControl)("value", radioButton_r4.code);
15032
14982
  i0__namespace.ɵɵadvance(1);
@@ -15196,7 +15146,7 @@
15196
15146
  i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.caseField.hint_text, " ");
15197
15147
  }
15198
15148
  }
15199
- var _c0$G = function (a0) { return { "hide-autocomplete": a0 }; };
15149
+ var _c0$H = function (a0) { return { "hide-autocomplete": a0 }; };
15200
15150
  function WriteJudicialUserFieldComponent_mat_option_7_Template(rf, ctx) {
15201
15151
  if (rf & 1) {
15202
15152
  var _r7_1 = i0__namespace.ɵɵgetCurrentView();
@@ -15208,7 +15158,7 @@
15208
15158
  if (rf & 2) {
15209
15159
  var judicialUser_r5 = ctx.$implicit;
15210
15160
  var ctx_r3 = i0__namespace.ɵɵnextContext();
15211
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$G, !ctx_r3.showAutocomplete))("value", judicialUser_r5.idamId);
15161
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$H, !ctx_r3.showAutocomplete))("value", judicialUser_r5.idamId);
15212
15162
  i0__namespace.ɵɵadvance(1);
15213
15163
  i0__namespace.ɵɵtextInterpolate2(" ", judicialUser_r5.fullName, " (", judicialUser_r5.emailId, ") ");
15214
15164
  }
@@ -15998,7 +15948,7 @@
15998
15948
  i0__namespace.ɵɵtextInterpolate1(" ", ctx_r13.caseReasonCommentsError, " ");
15999
15949
  }
16000
15950
  }
16001
- var _c0$F = function (a0) { return { "govuk-form-group--error": a0 }; };
15951
+ var _c0$G = function (a0) { return { "govuk-form-group--error": a0 }; };
16002
15952
  function LinkCasesComponent_div_8_div_14_Template(rf, ctx) {
16003
15953
  if (rf & 1) {
16004
15954
  i0__namespace.ɵɵelementStart(0, "div", 35);
@@ -16016,7 +15966,7 @@
16016
15966
  }
16017
15967
  if (rf & 2) {
16018
15968
  var ctx_r7 = i0__namespace.ɵɵnextContext(2);
16019
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(2, _c0$F, !!ctx_r7.caseReasonCommentsError));
15969
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(2, _c0$G, !!ctx_r7.caseReasonCommentsError));
16020
15970
  i0__namespace.ɵɵadvance(3);
16021
15971
  i0__namespace.ɵɵproperty("ngIf", ctx_r7.caseReasonCommentsError);
16022
15972
  }
@@ -16073,11 +16023,11 @@
16073
16023
  var ctx_r0 = i0__namespace.ɵɵnextContext();
16074
16024
  i0__namespace.ɵɵproperty("formGroup", ctx_r0.linkCaseForm);
16075
16025
  i0__namespace.ɵɵadvance(1);
16076
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$F, !!ctx_r0.caseNumberError));
16026
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$G, !!ctx_r0.caseNumberError));
16077
16027
  i0__namespace.ɵɵadvance(3);
16078
16028
  i0__namespace.ɵɵproperty("ngIf", ctx_r0.caseNumberError);
16079
16029
  i0__namespace.ɵɵadvance(2);
16080
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$F, !!ctx_r0.caseReasonError));
16030
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$G, !!ctx_r0.caseReasonError));
16081
16031
  i0__namespace.ɵɵadvance(5);
16082
16032
  i0__namespace.ɵɵproperty("ngIf", ctx_r0.caseReasonError);
16083
16033
  i0__namespace.ɵɵadvance(2);
@@ -16511,7 +16461,7 @@
16511
16461
  i0__namespace.ɵɵadvance(4);
16512
16462
  i0__namespace.ɵɵproperty("ngIf", ctx.linkCaseForm);
16513
16463
  i0__namespace.ɵɵadvance(4);
16514
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$F, !!ctx.noSelectedCaseError));
16464
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$G, !!ctx.noSelectedCaseError));
16515
16465
  i0__namespace.ɵɵadvance(1);
16516
16466
  i0__namespace.ɵɵproperty("ngIf", ctx.noSelectedCaseError);
16517
16467
  i0__namespace.ɵɵadvance(18);
@@ -17195,7 +17145,7 @@
17195
17145
  i0__namespace.ɵɵtextInterpolate2(" ", case_r4.caseName, " ", i0__namespace.ɵɵpipeBind1(4, 6, case_r4.caseReference), " ");
17196
17146
  }
17197
17147
  }
17198
- var _c0$E = function (a0) { return { "govuk-form-group--error": a0 }; };
17148
+ var _c0$F = function (a0) { return { "govuk-form-group--error": a0 }; };
17199
17149
  function UnLinkCasesComponent_div_0_div_4_Template(rf, ctx) {
17200
17150
  if (rf & 1) {
17201
17151
  i0__namespace.ɵɵelementStart(0, "div", 7);
@@ -17207,7 +17157,7 @@
17207
17157
  }
17208
17158
  if (rf & 2) {
17209
17159
  var ctx_r1 = i0__namespace.ɵɵnextContext(2);
17210
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$E, ctx_r1.unlinkErrorMessage))("formGroup", ctx_r1.unlinkCaseForm);
17160
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$F, ctx_r1.unlinkErrorMessage))("formGroup", ctx_r1.unlinkCaseForm);
17211
17161
  i0__namespace.ɵɵadvance(1);
17212
17162
  i0__namespace.ɵɵproperty("ngIf", ctx_r1.unlinkErrorMessage);
17213
17163
  i0__namespace.ɵɵadvance(2);
@@ -18149,7 +18099,7 @@
18149
18099
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.moneyGbpControl.errors, ctx_r2.caseField.label));
18150
18100
  }
18151
18101
  }
18152
- var _c0$D = function (a0) { return { "form-group-error": a0 }; };
18102
+ var _c0$E = function (a0) { return { "form-group-error": a0 }; };
18153
18103
  var WriteMoneyGbpFieldComponent = /** @class */ (function (_super) {
18154
18104
  __extends(WriteMoneyGbpFieldComponent, _super);
18155
18105
  function WriteMoneyGbpFieldComponent() {
@@ -18179,7 +18129,7 @@
18179
18129
  i0__namespace.ɵɵelementEnd();
18180
18130
  }
18181
18131
  if (rf & 2) {
18182
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$D, !ctx.moneyGbpControl.valid && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched)));
18132
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$E, !ctx.moneyGbpControl.valid && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched)));
18183
18133
  i0__namespace.ɵɵadvance(1);
18184
18134
  i0__namespace.ɵɵproperty("for", ctx.id());
18185
18135
  i0__namespace.ɵɵadvance(1);
@@ -18327,7 +18277,7 @@
18327
18277
  i0__namespace.ɵɵtextInterpolate(checkbox_r4.label);
18328
18278
  }
18329
18279
  }
18330
- var _c0$C = function (a0) { return { "error": a0 }; };
18280
+ var _c0$D = function (a0) { return { "error": a0 }; };
18331
18281
  var WriteMultiSelectListFieldComponent = /** @class */ (function (_super) {
18332
18282
  __extends(WriteMultiSelectListFieldComponent, _super);
18333
18283
  function WriteMultiSelectListFieldComponent() {
@@ -18391,7 +18341,7 @@
18391
18341
  i0__namespace.ɵɵelementEnd();
18392
18342
  }
18393
18343
  if (rf & 2) {
18394
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(6, _c0$C, !ctx.checkboxes.valid && (ctx.checkboxes.dirty || ctx.checkboxes.touched)))("id", ctx.id());
18344
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(6, _c0$D, !ctx.checkboxes.valid && (ctx.checkboxes.dirty || ctx.checkboxes.touched)))("id", ctx.id());
18395
18345
  i0__namespace.ɵɵadvance(3);
18396
18346
  i0__namespace.ɵɵproperty("ngIf", ctx.caseField.label);
18397
18347
  i0__namespace.ɵɵadvance(1);
@@ -18482,7 +18432,7 @@
18482
18432
  i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.numberControl.errors, ctx_r2.caseField.label));
18483
18433
  }
18484
18434
  }
18485
- var _c0$B = function (a0) { return { "form-group-error": a0 }; };
18435
+ var _c0$C = function (a0) { return { "form-group-error": a0 }; };
18486
18436
  var _c1$e = function (a0) { return { "govuk-input--error": a0 }; };
18487
18437
  var WriteNumberFieldComponent = /** @class */ (function (_super) {
18488
18438
  __extends(WriteNumberFieldComponent, _super);
@@ -18507,7 +18457,7 @@
18507
18457
  i0__namespace.ɵɵelementEnd();
18508
18458
  }
18509
18459
  if (rf & 2) {
18510
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$B, !ctx.numberControl.valid && ctx.numberControl.dirty));
18460
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$C, !ctx.numberControl.valid && ctx.numberControl.dirty));
18511
18461
  i0__namespace.ɵɵadvance(1);
18512
18462
  i0__namespace.ɵɵproperty("for", ctx.id());
18513
18463
  i0__namespace.ɵɵadvance(1);
@@ -18808,7 +18758,7 @@
18808
18758
  i0__namespace.ɵɵelementEnd();
18809
18759
  }
18810
18760
  }
18811
- var _c0$A = function (a0) { return { "scroll-container ": a0 }; };
18761
+ var _c0$B = function (a0) { return { "scroll-container ": a0 }; };
18812
18762
  function WriteOrganisationFieldComponent_fieldset_3_div_14_Template(rf, ctx) {
18813
18763
  if (rf & 1) {
18814
18764
  i0__namespace.ɵɵelementStart(0, "div", 26);
@@ -18824,7 +18774,7 @@
18824
18774
  var ctx_r2 = i0__namespace.ɵɵnextContext(2);
18825
18775
  var tmp_0_0 = null;
18826
18776
  var tmp_2_0 = null;
18827
- 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));
18777
+ 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));
18828
18778
  i0__namespace.ɵɵadvance(2);
18829
18779
  i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(3, 5, ctx_r2.simpleOrganisations$));
18830
18780
  i0__namespace.ɵɵadvance(2);
@@ -19231,6 +19181,231 @@
19231
19181
  }], function () { return [{ type: AbstractAppConfig }, { type: SessionStorageService }]; }, null);
19232
19182
  })();
19233
19183
 
19184
+ function ReadDynamicMultiSelectListFieldComponent_div_0_Template(rf, ctx) {
19185
+ if (rf & 1) {
19186
+ i0__namespace.ɵɵelementStart(0, "div");
19187
+ i0__namespace.ɵɵtext(1);
19188
+ i0__namespace.ɵɵpipe(2, "ccdFixedList");
19189
+ i0__namespace.ɵɵelementEnd();
19190
+ }
19191
+ if (rf & 2) {
19192
+ var value_r1 = ctx.$implicit;
19193
+ var ctx_r0 = i0__namespace.ɵɵnextContext();
19194
+ i0__namespace.ɵɵadvance(1);
19195
+ i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind2(2, 1, value_r1.code, ctx_r0.caseField.list_items), "\n");
19196
+ }
19197
+ }
19198
+ var ReadDynamicMultiSelectListFieldComponent = /** @class */ (function (_super) {
19199
+ __extends(ReadDynamicMultiSelectListFieldComponent, _super);
19200
+ function ReadDynamicMultiSelectListFieldComponent() {
19201
+ return _super !== null && _super.apply(this, arguments) || this;
19202
+ }
19203
+ ReadDynamicMultiSelectListFieldComponent.prototype.ngOnInit = function () {
19204
+ /**
19205
+ *
19206
+ * Reassigning list_items from formatted_list when list_items is empty
19207
+ */
19208
+ if (!this.caseField.list_items && this.caseField.formatted_value && this.caseField.formatted_value.list_items) {
19209
+ this.caseField.list_items = this.caseField.formatted_value.list_items;
19210
+ }
19211
+ if (!this.caseField.value && this.caseField.formatted_value && this.caseField.formatted_value.value) {
19212
+ this.caseField.value = this.caseField.formatted_value.value;
19213
+ }
19214
+ _super.prototype.ngOnInit.call(this);
19215
+ };
19216
+ return ReadDynamicMultiSelectListFieldComponent;
19217
+ }(AbstractFieldReadComponent));
19218
+ ReadDynamicMultiSelectListFieldComponent.ɵfac = function ReadDynamicMultiSelectListFieldComponent_Factory(t) { return ɵReadDynamicMultiSelectListFieldComponent_BaseFactory(t || ReadDynamicMultiSelectListFieldComponent); };
19219
+ 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) {
19220
+ if (rf & 1) {
19221
+ i0__namespace.ɵɵtemplate(0, ReadDynamicMultiSelectListFieldComponent_div_0_Template, 3, 4, "div", 0);
19222
+ }
19223
+ if (rf & 2) {
19224
+ i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.value);
19225
+ }
19226
+ }, 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}"] });
19227
+ var ɵReadDynamicMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(ReadDynamicMultiSelectListFieldComponent);
19228
+ (function () {
19229
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ReadDynamicMultiSelectListFieldComponent, [{
19230
+ type: i0.Component,
19231
+ args: [{
19232
+ selector: 'ccd-read-dynamic-multi-select-list-field',
19233
+ templateUrl: './read-dynamic-multi-select-list-field.html',
19234
+ styleUrls: ['./read-dynamic-multi-select-list-field.component.scss']
19235
+ }]
19236
+ }], null, null);
19237
+ })();
19238
+
19239
+ function WriteDynamicMultiSelectListFieldComponent_span_3_Template(rf, ctx) {
19240
+ if (rf & 1) {
19241
+ i0__namespace.ɵɵelementStart(0, "span", 5);
19242
+ i0__namespace.ɵɵtext(1);
19243
+ i0__namespace.ɵɵpipe(2, "ccdFieldLabel");
19244
+ i0__namespace.ɵɵelementEnd();
19245
+ }
19246
+ if (rf & 2) {
19247
+ var ctx_r0 = i0__namespace.ɵɵnextContext();
19248
+ i0__namespace.ɵɵadvance(1);
19249
+ i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, ctx_r0.caseField));
19250
+ }
19251
+ }
19252
+ function WriteDynamicMultiSelectListFieldComponent_span_4_Template(rf, ctx) {
19253
+ if (rf & 1) {
19254
+ i0__namespace.ɵɵelementStart(0, "span", 6);
19255
+ i0__namespace.ɵɵtext(1);
19256
+ i0__namespace.ɵɵelementEnd();
19257
+ }
19258
+ if (rf & 2) {
19259
+ var ctx_r1 = i0__namespace.ɵɵnextContext();
19260
+ i0__namespace.ɵɵadvance(1);
19261
+ i0__namespace.ɵɵtextInterpolate(ctx_r1.caseField.hint_text);
19262
+ }
19263
+ }
19264
+ function WriteDynamicMultiSelectListFieldComponent_span_5_Template(rf, ctx) {
19265
+ if (rf & 1) {
19266
+ i0__namespace.ɵɵelementStart(0, "span", 7);
19267
+ i0__namespace.ɵɵtext(1);
19268
+ i0__namespace.ɵɵpipe(2, "ccdFirstError");
19269
+ i0__namespace.ɵɵelementEnd();
19270
+ }
19271
+ if (rf & 2) {
19272
+ var ctx_r2 = i0__namespace.ɵɵnextContext();
19273
+ i0__namespace.ɵɵadvance(1);
19274
+ i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, ctx_r2.checkboxes.errors));
19275
+ }
19276
+ }
19277
+ function WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template(rf, ctx) {
19278
+ if (rf & 1) {
19279
+ var _r6_1 = i0__namespace.ɵɵgetCurrentView();
19280
+ i0__namespace.ɵɵelementContainerStart(0);
19281
+ i0__namespace.ɵɵelementStart(1, "div", 8);
19282
+ i0__namespace.ɵɵelementStart(2, "input", 9);
19283
+ 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); });
19284
+ i0__namespace.ɵɵelementEnd();
19285
+ i0__namespace.ɵɵelementStart(3, "label", 10);
19286
+ i0__namespace.ɵɵtext(4);
19287
+ i0__namespace.ɵɵelementEnd();
19288
+ i0__namespace.ɵɵelementEnd();
19289
+ i0__namespace.ɵɵelementContainerEnd();
19290
+ }
19291
+ if (rf & 2) {
19292
+ var checkbox_r4 = ctx.$implicit;
19293
+ var ctx_r3 = i0__namespace.ɵɵnextContext();
19294
+ i0__namespace.ɵɵadvance(2);
19295
+ i0__namespace.ɵɵpropertyInterpolate("id", ctx_r3.createElementId(checkbox_r4.code));
19296
+ i0__namespace.ɵɵpropertyInterpolate("name", ctx_r3.id());
19297
+ i0__namespace.ɵɵproperty("value", checkbox_r4.code)("checked", ctx_r3.isSelected(checkbox_r4.code));
19298
+ i0__namespace.ɵɵadvance(1);
19299
+ i0__namespace.ɵɵpropertyInterpolate("for", ctx_r3.createElementId(checkbox_r4.code));
19300
+ i0__namespace.ɵɵadvance(1);
19301
+ i0__namespace.ɵɵtextInterpolate(checkbox_r4.label);
19302
+ }
19303
+ }
19304
+ var _c0$A = function (a0) { return { "error": a0 }; };
19305
+ var WriteDynamicMultiSelectListFieldComponent = /** @class */ (function (_super) {
19306
+ __extends(WriteDynamicMultiSelectListFieldComponent, _super);
19307
+ function WriteDynamicMultiSelectListFieldComponent() {
19308
+ return _super !== null && _super.apply(this, arguments) || this;
19309
+ }
19310
+ WriteDynamicMultiSelectListFieldComponent.prototype.ngOnInit = function () {
19311
+ var _this = this;
19312
+ this.checkboxes = new i2.FormArray([]);
19313
+ this.setInitialCaseList();
19314
+ this.setInitialCaseFieldValue();
19315
+ // Initialise array with existing values
19316
+ if (this.caseField.value && Array.isArray(this.caseField.value)) {
19317
+ var values = this.caseField.value;
19318
+ values.forEach(function (value) {
19319
+ _this.checkboxes.push(new i2.FormControl(value));
19320
+ });
19321
+ }
19322
+ this.dynamicListFormControl = this.registerControl(new i2.FormControl(this.checkboxes.value));
19323
+ this.dynamicListFormControl.setValue(this.checkboxes.value);
19324
+ };
19325
+ WriteDynamicMultiSelectListFieldComponent.prototype.onCheckChange = function (event) {
19326
+ var _this = this;
19327
+ var target = event.target;
19328
+ if (!target || !target.value) {
19329
+ return;
19330
+ }
19331
+ var selectedListItem = this.getValueListItem(target.value);
19332
+ if (!this.isSelected(target.value)) {
19333
+ // Add a new control in the FormArray
19334
+ this.checkboxes.push(new i2.FormControl(selectedListItem));
19335
+ }
19336
+ else {
19337
+ // Remove the control from the FormArray
19338
+ this.checkboxes.controls.forEach(function (ctrl, i) {
19339
+ if (ctrl.value.code === target.value) {
19340
+ _this.checkboxes.removeAt(i);
19341
+ }
19342
+ });
19343
+ }
19344
+ this.dynamicListFormControl.setValue(this.checkboxes.value);
19345
+ };
19346
+ WriteDynamicMultiSelectListFieldComponent.prototype.isSelected = function (code) {
19347
+ if (this.checkboxes && this.checkboxes.controls) {
19348
+ return this.checkboxes.controls.find(function (control) { return control.value.code === code; });
19349
+ }
19350
+ };
19351
+ WriteDynamicMultiSelectListFieldComponent.prototype.getValueListItem = function (value) {
19352
+ return this.caseField.list_items.find(function (i) { return i.code === value; });
19353
+ };
19354
+ WriteDynamicMultiSelectListFieldComponent.prototype.setInitialCaseList = function () {
19355
+ var hasListItems = this.caseField.list_items && this.caseField.list_items.length > 0;
19356
+ var hasFormattedListItems = this.caseField.formatted_value && this.caseField.formatted_value.list_items.length > 0;
19357
+ if (!hasListItems && hasFormattedListItems) {
19358
+ this.caseField.list_items = this.caseField.formatted_value.list_items;
19359
+ }
19360
+ };
19361
+ WriteDynamicMultiSelectListFieldComponent.prototype.setInitialCaseFieldValue = function () {
19362
+ if (!this.caseField.value && this.caseField.formatted_value && this.caseField.formatted_value.value) {
19363
+ this.caseField.value = this.caseField.formatted_value.value;
19364
+ }
19365
+ var isNull = this.caseField.value === undefined || this.caseField.value === '';
19366
+ if (isNull || !Array.isArray(this.caseField.value)) {
19367
+ this.caseField.value = [];
19368
+ }
19369
+ };
19370
+ return WriteDynamicMultiSelectListFieldComponent;
19371
+ }(AbstractFieldWriteComponent));
19372
+ WriteDynamicMultiSelectListFieldComponent.ɵfac = function WriteDynamicMultiSelectListFieldComponent_Factory(t) { return ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory(t || WriteDynamicMultiSelectListFieldComponent); };
19373
+ 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) {
19374
+ if (rf & 1) {
19375
+ i0__namespace.ɵɵelementStart(0, "div", 0);
19376
+ i0__namespace.ɵɵelementStart(1, "fieldset");
19377
+ i0__namespace.ɵɵelementStart(2, "legend");
19378
+ i0__namespace.ɵɵtemplate(3, WriteDynamicMultiSelectListFieldComponent_span_3_Template, 3, 3, "span", 1);
19379
+ i0__namespace.ɵɵtemplate(4, WriteDynamicMultiSelectListFieldComponent_span_4_Template, 2, 1, "span", 2);
19380
+ i0__namespace.ɵɵtemplate(5, WriteDynamicMultiSelectListFieldComponent_span_5_Template, 3, 3, "span", 3);
19381
+ i0__namespace.ɵɵelementEnd();
19382
+ i0__namespace.ɵɵtemplate(6, WriteDynamicMultiSelectListFieldComponent_ng_container_6_Template, 5, 6, "ng-container", 4);
19383
+ i0__namespace.ɵɵelementEnd();
19384
+ i0__namespace.ɵɵelementEnd();
19385
+ }
19386
+ if (rf & 2) {
19387
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(6, _c0$A, !ctx.checkboxes.valid && ctx.checkboxes.touched))("id", ctx.id());
19388
+ i0__namespace.ɵɵadvance(3);
19389
+ i0__namespace.ɵɵproperty("ngIf", ctx.caseField.label);
19390
+ i0__namespace.ɵɵadvance(1);
19391
+ i0__namespace.ɵɵproperty("ngIf", ctx.caseField.hint_text);
19392
+ i0__namespace.ɵɵadvance(1);
19393
+ i0__namespace.ɵɵproperty("ngIf", ctx.checkboxes.errors && ctx.checkboxes.touched);
19394
+ i0__namespace.ɵɵadvance(1);
19395
+ i0__namespace.ɵɵproperty("ngForOf", ctx.caseField.list_items);
19396
+ }
19397
+ }, directives: [i1__namespace.NgClass, i1__namespace.NgIf, i1__namespace.NgForOf], pipes: [FieldLabelPipe, FirstErrorPipe], encapsulation: 2 });
19398
+ var ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(WriteDynamicMultiSelectListFieldComponent);
19399
+ (function () {
19400
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WriteDynamicMultiSelectListFieldComponent, [{
19401
+ type: i0.Component,
19402
+ args: [{
19403
+ selector: 'ccd-write-dynamic-multi-select-list-field',
19404
+ templateUrl: './write-dynamic-multi-select-list-field.html'
19405
+ }]
19406
+ }], null, null);
19407
+ })();
19408
+
19234
19409
  var ReadPhoneUKFieldComponent = /** @class */ (function (_super) {
19235
19410
  __extends(ReadPhoneUKFieldComponent, _super);
19236
19411
  function ReadPhoneUKFieldComponent() {
@@ -19863,7 +20038,7 @@
19863
20038
  function PaletteService() {
19864
20039
  var _b;
19865
20040
  this.componentLauncherRegistry = (_b = {},
19866
- _b[DisplayContextCustomParameter.CaseFileView] = [CaseFileViewFieldComponent, CaseFileViewFieldReadComponent],
20041
+ _b[DisplayContextCustomParameter.CaseFileView] = [CaseFileViewFieldComponent, CaseFileViewFieldComponent],
19867
20042
  _b[DisplayContextCustomParameter.LinkedCases] = [WriteLinkedCasesFieldComponent, ReadLinkedCasesFieldComponent],
19868
20043
  _b);
19869
20044
  }
@@ -19893,6 +20068,8 @@
19893
20068
  return write ? WriteFixedListFieldComponent : ReadFixedListFieldComponent;
19894
20069
  case 'DynamicRadioList':
19895
20070
  return write ? WriteDynamicRadioListFieldComponent : ReadDynamicRadioListFieldComponent;
20071
+ case 'DynamicMultiSelectList':
20072
+ return write ? WriteDynamicMultiSelectListFieldComponent : ReadDynamicMultiSelectListFieldComponent;
19896
20073
  case 'FixedRadioList':
19897
20074
  return write ? WriteFixedRadioListFieldComponent : ReadFixedRadioListFieldComponent;
19898
20075
  case 'Complex':
@@ -19962,7 +20139,7 @@
19962
20139
  })();
19963
20140
 
19964
20141
  var _c0$v = ["fieldContainer"];
19965
- var FIX_CASEFIELD_FOR$1 = ['FixedList', 'DynamicList'];
20142
+ var FIX_CASEFIELD_FOR$1 = ['FixedList', 'DynamicList', 'DynamicMultiSelectList'];
19966
20143
  var FieldReadComponent = /** @class */ (function (_super) {
19967
20144
  __extends(FieldReadComponent, _super);
19968
20145
  function FieldReadComponent(resolver, paletteService) {
@@ -20052,7 +20229,7 @@
20052
20229
  })();
20053
20230
 
20054
20231
  var _c0$u = ["fieldContainer"];
20055
- var FIX_CASEFIELD_FOR = ['FixedList', 'DynamicList'];
20232
+ var FIX_CASEFIELD_FOR = ['FixedList', 'DynamicList', 'DynamicMultiSelectList'];
20056
20233
  var FieldWriteComponent = /** @class */ (function (_super) {
20057
20234
  __extends(FieldWriteComponent, _super);
20058
20235
  function FieldWriteComponent(resolver, paletteService) {
@@ -25440,6 +25617,8 @@
25440
25617
  WriteDocumentFieldComponent,
25441
25618
  WriteDynamicListFieldComponent,
25442
25619
  WriteDynamicRadioListFieldComponent,
25620
+ WriteDynamicMultiSelectListFieldComponent,
25621
+ ReadDynamicMultiSelectListFieldComponent,
25443
25622
  WriteTextFieldComponent,
25444
25623
  WriteDateContainerFieldComponent,
25445
25624
  WriteTextAreaFieldComponent,
@@ -25463,12 +25642,18 @@
25463
25642
  WriteCollectionFieldComponent,
25464
25643
  // ComponentLauncher web components
25465
25644
  CaseFileViewFieldComponent,
25466
- CaseFileViewFieldReadComponent,
25467
25645
  CaseFileViewFolderComponent,
25468
25646
  CaseFileViewFolderSortComponent,
25469
25647
  CaseFileViewOverlayMenuComponent,
25470
25648
  CaseFileViewFolderDocumentActionsComponent,
25471
25649
  CaseFileViewFolderSelectorComponent,
25650
+ // component for dynamic list
25651
+ WriteDynamicMultiSelectListFieldComponent,
25652
+ WriteDynamicRadioListFieldComponent,
25653
+ WriteDynamicListFieldComponent,
25654
+ ReadDynamicMultiSelectListFieldComponent,
25655
+ ReadDynamicListFieldComponent,
25656
+ ReadDynamicRadioListFieldComponent,
25472
25657
  LinkedCasesToTableComponent,
25473
25658
  LinkedCasesFromTableComponent,
25474
25659
  BeforeYouStartComponent,
@@ -25599,6 +25784,8 @@
25599
25784
  WriteDocumentFieldComponent,
25600
25785
  WriteDynamicListFieldComponent,
25601
25786
  WriteDynamicRadioListFieldComponent,
25787
+ WriteDynamicMultiSelectListFieldComponent,
25788
+ ReadDynamicMultiSelectListFieldComponent,
25602
25789
  WriteTextFieldComponent,
25603
25790
  WriteDateContainerFieldComponent,
25604
25791
  WriteTextAreaFieldComponent,
@@ -25622,12 +25809,18 @@
25622
25809
  WriteCollectionFieldComponent,
25623
25810
  // ComponentLauncher web components
25624
25811
  CaseFileViewFieldComponent,
25625
- CaseFileViewFieldReadComponent,
25626
25812
  CaseFileViewFolderComponent,
25627
25813
  CaseFileViewFolderSortComponent,
25628
25814
  CaseFileViewOverlayMenuComponent,
25629
25815
  CaseFileViewFolderDocumentActionsComponent,
25630
25816
  CaseFileViewFolderSelectorComponent,
25817
+ // component for dynamic list
25818
+ WriteDynamicMultiSelectListFieldComponent,
25819
+ WriteDynamicRadioListFieldComponent,
25820
+ WriteDynamicListFieldComponent,
25821
+ ReadDynamicMultiSelectListFieldComponent,
25822
+ ReadDynamicListFieldComponent,
25823
+ ReadDynamicRadioListFieldComponent,
25631
25824
  LinkedCasesToTableComponent,
25632
25825
  LinkedCasesFromTableComponent,
25633
25826
  BeforeYouStartComponent,
@@ -25717,6 +25910,8 @@
25717
25910
  WriteDocumentFieldComponent,
25718
25911
  WriteDynamicListFieldComponent,
25719
25912
  WriteDynamicRadioListFieldComponent,
25913
+ WriteDynamicMultiSelectListFieldComponent,
25914
+ ReadDynamicMultiSelectListFieldComponent,
25720
25915
  WriteTextFieldComponent,
25721
25916
  WriteDateContainerFieldComponent,
25722
25917
  WriteTextAreaFieldComponent,
@@ -25740,12 +25935,18 @@
25740
25935
  WriteCollectionFieldComponent,
25741
25936
  // ComponentLauncher web components
25742
25937
  CaseFileViewFieldComponent,
25743
- CaseFileViewFieldReadComponent,
25744
25938
  CaseFileViewFolderComponent,
25745
25939
  CaseFileViewFolderSortComponent,
25746
25940
  CaseFileViewOverlayMenuComponent,
25747
25941
  CaseFileViewFolderDocumentActionsComponent,
25748
25942
  CaseFileViewFolderSelectorComponent,
25943
+ // component for dynamic list
25944
+ WriteDynamicMultiSelectListFieldComponent,
25945
+ WriteDynamicRadioListFieldComponent,
25946
+ WriteDynamicListFieldComponent,
25947
+ ReadDynamicMultiSelectListFieldComponent,
25948
+ ReadDynamicListFieldComponent,
25949
+ ReadDynamicRadioListFieldComponent,
25749
25950
  LinkedCasesToTableComponent,
25750
25951
  LinkedCasesFromTableComponent,
25751
25952
  BeforeYouStartComponent,
@@ -25872,7 +26073,6 @@
25872
26073
  i0__namespace.ɵɵsetComponentScope(
25873
26074
  // ComponentLauncher web components
25874
26075
  CaseFileViewFieldComponent, [i1__namespace.NgIf, CaseFileViewFolderComponent, i11__namespace.ɵcs], []);
25875
- i0__namespace.ɵɵsetComponentScope(CaseFileViewFieldReadComponent, [i1__namespace.NgIf, CaseFileViewFolderComponent, i11__namespace.ɵcs], []);
25876
26076
  i0__namespace.ɵɵsetComponentScope(LinkedCasesToTableComponent, [i1__namespace.NgIf, i1__namespace.NgForOf], [CaseReferencePipe, LinkCasesReasonValuePipe]);
25877
26077
  i0__namespace.ɵɵsetComponentScope(LinkedCasesFromTableComponent, [i1__namespace.NgIf, i1__namespace.NgForOf], [CaseReferencePipe, LinkCasesFromReasonValuePipe]);
25878
26078
  i0__namespace.ɵɵsetComponentScope(LinkCasesComponent, [i1__namespace.NgIf, i2__namespace.NgControlStatusGroup, i2__namespace.FormGroupDirective, i1__namespace.NgClass, i2__namespace.DefaultValueAccessor, i2__namespace.NgControlStatus, i2__namespace.FormControlName, i2__namespace.FormArrayName, i1__namespace.NgForOf, i2__namespace.FormGroupName, i2__namespace.CheckboxControlValueAccessor], [CaseReferencePipe, LinkCasesReasonValuePipe]);
@@ -35622,7 +35822,6 @@
35622
35822
  exports.CaseField = CaseField;
35623
35823
  exports.CaseFieldService = CaseFieldService;
35624
35824
  exports.CaseFileViewFieldComponent = CaseFileViewFieldComponent;
35625
- exports.CaseFileViewFieldReadComponent = CaseFileViewFieldReadComponent;
35626
35825
  exports.CaseFileViewFolderComponent = CaseFileViewFolderComponent;
35627
35826
  exports.CaseFileViewFolderDocumentActionsComponent = CaseFileViewFolderDocumentActionsComponent;
35628
35827
  exports.CaseFileViewFolderSelectorComponent = CaseFileViewFolderSelectorComponent;
@@ -35812,6 +36011,7 @@
35812
36011
  exports.ReadDateFieldComponent = ReadDateFieldComponent;
35813
36012
  exports.ReadDocumentFieldComponent = ReadDocumentFieldComponent;
35814
36013
  exports.ReadDynamicListFieldComponent = ReadDynamicListFieldComponent;
36014
+ exports.ReadDynamicMultiSelectListFieldComponent = ReadDynamicMultiSelectListFieldComponent;
35815
36015
  exports.ReadDynamicRadioListFieldComponent = ReadDynamicRadioListFieldComponent;
35816
36016
  exports.ReadEmailFieldComponent = ReadEmailFieldComponent;
35817
36017
  exports.ReadFieldsFilterPipe = ReadFieldsFilterPipe;
@@ -35888,6 +36088,7 @@
35888
36088
  exports.WriteDateFieldComponent = WriteDateFieldComponent;
35889
36089
  exports.WriteDocumentFieldComponent = WriteDocumentFieldComponent;
35890
36090
  exports.WriteDynamicListFieldComponent = WriteDynamicListFieldComponent;
36091
+ exports.WriteDynamicMultiSelectListFieldComponent = WriteDynamicMultiSelectListFieldComponent;
35891
36092
  exports.WriteDynamicRadioListFieldComponent = WriteDynamicRadioListFieldComponent;
35892
36093
  exports.WriteEmailFieldComponent = WriteEmailFieldComponent;
35893
36094
  exports.WriteFixedListFieldComponent = WriteFixedListFieldComponent;