@hmcts/ccd-case-ui-toolkit 6.13.10-b → 6.13.10-dl-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +365 -84
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +2 -2
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +13 -2
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/index.js +3 -0
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +47 -0
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +153 -0
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +5 -6
- package/esm2015/lib/shared/components/palette/index.js +2 -1
- package/esm2015/lib/shared/components/palette/palette.module.js +29 -1
- package/esm2015/lib/shared/components/palette/palette.service.js +4 -1
- package/esm2015/lib/shared/domain/definition/case-field.model.js +6 -3
- package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +11 -14
- package/esm2015/lib/shared/services/form/field-type-sanitiser.js +16 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +328 -86
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +1 -1
- package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +1 -0
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +61 -59
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
- package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
- package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
- package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
i0__namespace.ɵɵtextInterpolate(ctx_r1.workhours);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
var _c0
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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.
|
|
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$
|
|
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$
|
|
11247
|
+
i0__namespace.ɵɵviewQuery(_c0$S, 1);
|
|
11230
11248
|
i0__namespace.ɵɵviewQuery(FocusElementDirective, 1);
|
|
11231
11249
|
}
|
|
11232
11250
|
if (rf & 2) {
|
|
@@ -11898,7 +11916,7 @@
|
|
|
11898
11916
|
i0__namespace.ɵɵproperty("formGroup", ctx_r10.caseFlagParentFormGroup)("optional", ctx_r10.flagCommentsOptional);
|
|
11899
11917
|
}
|
|
11900
11918
|
}
|
|
11901
|
-
var _c0$
|
|
11919
|
+
var _c0$R = function (a0) { return { "form-group-error": a0 }; };
|
|
11902
11920
|
function WriteCaseFlagFieldComponent_div_1_Template(rf, ctx) {
|
|
11903
11921
|
if (rf & 1) {
|
|
11904
11922
|
i0__namespace.ɵɵelementStart(0, "div", 8);
|
|
@@ -11919,7 +11937,7 @@
|
|
|
11919
11937
|
i0__namespace.ɵɵadvance(1);
|
|
11920
11938
|
i0__namespace.ɵɵproperty("ngSwitch", ctx_r1.fieldState);
|
|
11921
11939
|
i0__namespace.ɵɵadvance(1);
|
|
11922
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$
|
|
11940
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$R, ctx_r1.errorMessages.length > 0));
|
|
11923
11941
|
i0__namespace.ɵɵadvance(1);
|
|
11924
11942
|
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.createFlagCaption, " ");
|
|
11925
11943
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -12395,7 +12413,7 @@
|
|
|
12395
12413
|
}], null, null);
|
|
12396
12414
|
})();
|
|
12397
12415
|
|
|
12398
|
-
var _c0$
|
|
12416
|
+
var _c0$Q = ["writeComplexFieldComponent"];
|
|
12399
12417
|
function WriteCaseLinkFieldComponent_span_2_Template(rf, ctx) {
|
|
12400
12418
|
if (rf & 1) {
|
|
12401
12419
|
i0__namespace.ɵɵelementStart(0, "span", 6);
|
|
@@ -12500,7 +12518,7 @@
|
|
|
12500
12518
|
WriteCaseLinkFieldComponent.ɵfac = function WriteCaseLinkFieldComponent_Factory(t) { return ɵWriteCaseLinkFieldComponent_BaseFactory(t || WriteCaseLinkFieldComponent); };
|
|
12501
12519
|
WriteCaseLinkFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCaseLinkFieldComponent, selectors: [["ccd-write-case-link-field"]], viewQuery: function WriteCaseLinkFieldComponent_Query(rf, ctx) {
|
|
12502
12520
|
if (rf & 1) {
|
|
12503
|
-
i0__namespace.ɵɵviewQuery(_c0$
|
|
12521
|
+
i0__namespace.ɵɵviewQuery(_c0$Q, 1);
|
|
12504
12522
|
}
|
|
12505
12523
|
if (rf & 2) {
|
|
12506
12524
|
var _t = void 0;
|
|
@@ -12545,7 +12563,7 @@
|
|
|
12545
12563
|
}] });
|
|
12546
12564
|
})();
|
|
12547
12565
|
|
|
12548
|
-
var _c0$
|
|
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 }; };
|
|
12549
12567
|
function ReadCollectionFieldComponent_table_0_tbody_2_Template(rf, ctx) {
|
|
12550
12568
|
if (rf & 1) {
|
|
12551
12569
|
i0__namespace.ɵɵelementStart(0, "tbody");
|
|
@@ -12560,7 +12578,7 @@
|
|
|
12560
12578
|
if (rf & 2) {
|
|
12561
12579
|
var ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
12562
12580
|
i0__namespace.ɵɵadvance(4);
|
|
12563
|
-
i0__namespace.ɵɵproperty("caseField", i0__namespace.ɵɵpureFunction6(3, _c0$
|
|
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);
|
|
12564
12582
|
}
|
|
12565
12583
|
}
|
|
12566
12584
|
var _c1$k = function (a0, a1, a2, a3, a4) { return { id: a0, label: a1, field_type: a2, value: a3, hidden: a4 }; };
|
|
@@ -12711,7 +12729,7 @@
|
|
|
12711
12729
|
}], function () { return [{ type: i1__namespace$3.MatDialogRef }]; }, null);
|
|
12712
12730
|
})();
|
|
12713
12731
|
|
|
12714
|
-
var _c0$
|
|
12732
|
+
var _c0$O = ["collectionItem"];
|
|
12715
12733
|
function WriteCollectionFieldComponent_h2_7_span_1_Template(rf, ctx) {
|
|
12716
12734
|
if (rf & 1) {
|
|
12717
12735
|
i0__namespace.ɵɵelementStart(0, "span", 9);
|
|
@@ -12953,6 +12971,11 @@
|
|
|
12953
12971
|
// Manually resetting errors is required to prevent `ExpressionChangedAfterItHasBeenCheckedError`
|
|
12954
12972
|
this.formArray.setErrors(null);
|
|
12955
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
|
+
}
|
|
12956
12979
|
this.caseField.value.push(item);
|
|
12957
12980
|
var index = this.caseField.value.length - 1;
|
|
12958
12981
|
var caseField = this.buildCaseField(item, index, true);
|
|
@@ -12975,6 +12998,12 @@
|
|
|
12975
12998
|
setTimeout(function () { return _this.focusLastItem(); });
|
|
12976
12999
|
}
|
|
12977
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
|
+
};
|
|
12978
13007
|
WriteCollectionFieldComponent.prototype.newCaseField = function (id, item, index, isNew) {
|
|
12979
13008
|
if (isNew === void 0) { isNew = false; }
|
|
12980
13009
|
var isNotAuthorisedToUpdate = !isNew && this.isNotAuthorisedToUpdate(index);
|
|
@@ -13124,7 +13153,7 @@
|
|
|
13124
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)); };
|
|
13125
13154
|
WriteCollectionFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) {
|
|
13126
13155
|
if (rf & 1) {
|
|
13127
|
-
i0__namespace.ɵɵviewQuery(_c0$
|
|
13156
|
+
i0__namespace.ɵɵviewQuery(_c0$O, 1);
|
|
13128
13157
|
}
|
|
13129
13158
|
if (rf & 2) {
|
|
13130
13159
|
var _t = void 0;
|
|
@@ -13818,7 +13847,7 @@
|
|
|
13818
13847
|
}], null, null);
|
|
13819
13848
|
})();
|
|
13820
13849
|
|
|
13821
|
-
var _c0$
|
|
13850
|
+
var _c0$N = ["fileInput"];
|
|
13822
13851
|
function WriteDocumentFieldComponent_span_6_Template(rf, ctx) {
|
|
13823
13852
|
if (rf & 1) {
|
|
13824
13853
|
i0__namespace.ɵɵelementStart(0, "span", 12);
|
|
@@ -14112,7 +14141,7 @@
|
|
|
14112
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)); };
|
|
14113
14142
|
WriteDocumentFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteDocumentFieldComponent, selectors: [["ccd-write-document-field"]], viewQuery: function WriteDocumentFieldComponent_Query(rf, ctx) {
|
|
14114
14143
|
if (rf & 1) {
|
|
14115
|
-
i0__namespace.ɵɵviewQuery(_c0$
|
|
14144
|
+
i0__namespace.ɵɵviewQuery(_c0$N, 1);
|
|
14116
14145
|
}
|
|
14117
14146
|
if (rf & 2) {
|
|
14118
14147
|
var _t = void 0;
|
|
@@ -14312,7 +14341,7 @@
|
|
|
14312
14341
|
i0__namespace.ɵɵtextInterpolate(type_r5.label);
|
|
14313
14342
|
}
|
|
14314
14343
|
}
|
|
14315
|
-
var _c0$
|
|
14344
|
+
var _c0$M = function (a0) { return { "form-group-error": a0 }; };
|
|
14316
14345
|
var WriteDynamicListFieldComponent = /** @class */ (function (_super) {
|
|
14317
14346
|
__extends(WriteDynamicListFieldComponent, _super);
|
|
14318
14347
|
function WriteDynamicListFieldComponent() {
|
|
@@ -14361,7 +14390,7 @@
|
|
|
14361
14390
|
i0__namespace.ɵɵelementEnd();
|
|
14362
14391
|
}
|
|
14363
14392
|
if (rf & 2) {
|
|
14364
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$
|
|
14393
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$M, !ctx.dynamicListFormControl.valid && (ctx.dynamicListFormControl.dirty || ctx.dynamicListFormControl.touched)));
|
|
14365
14394
|
i0__namespace.ɵɵadvance(1);
|
|
14366
14395
|
i0__namespace.ɵɵproperty("for", ctx.id());
|
|
14367
14396
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -14511,7 +14540,7 @@
|
|
|
14511
14540
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, ctx_r3.dynamicRadioListControl.errors));
|
|
14512
14541
|
}
|
|
14513
14542
|
}
|
|
14514
|
-
var _c0$
|
|
14543
|
+
var _c0$L = function (a0) { return { selected: a0 }; };
|
|
14515
14544
|
function WriteDynamicRadioListFieldComponent_div_9_Template(rf, ctx) {
|
|
14516
14545
|
if (rf & 1) {
|
|
14517
14546
|
i0__namespace.ɵɵelementStart(0, "div", 10);
|
|
@@ -14524,12 +14553,11 @@
|
|
|
14524
14553
|
if (rf & 2) {
|
|
14525
14554
|
var radioButton_r5 = ctx.$implicit;
|
|
14526
14555
|
var ctx_r4 = i0__namespace.ɵɵnextContext();
|
|
14527
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$
|
|
14556
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$L, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
|
|
14528
14557
|
i0__namespace.ɵɵadvance(1);
|
|
14529
|
-
i0__namespace.ɵɵ
|
|
14530
|
-
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);
|
|
14531
14559
|
i0__namespace.ɵɵadvance(1);
|
|
14532
|
-
i0__namespace.ɵɵproperty("for", ctx_r4.
|
|
14560
|
+
i0__namespace.ɵɵproperty("for", ctx_r4.createElementId(radioButton_r5.code));
|
|
14533
14561
|
i0__namespace.ɵɵadvance(1);
|
|
14534
14562
|
i0__namespace.ɵɵtextInterpolate(radioButton_r5.label);
|
|
14535
14563
|
}
|
|
@@ -14558,8 +14586,8 @@
|
|
|
14558
14586
|
this.dynamicRadioListControl = this.registerControl(new i2.FormControl(this.caseField.value));
|
|
14559
14587
|
this.dynamicRadioListControl.setValue(this.caseField.value);
|
|
14560
14588
|
};
|
|
14561
|
-
WriteDynamicRadioListFieldComponent.prototype.
|
|
14562
|
-
return this.id
|
|
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);
|
|
14563
14591
|
};
|
|
14564
14592
|
return WriteDynamicRadioListFieldComponent;
|
|
14565
14593
|
}(AbstractFieldWriteComponent));
|
|
@@ -14689,7 +14717,7 @@
|
|
|
14689
14717
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.emailControl.errors, ctx_r2.caseField.label));
|
|
14690
14718
|
}
|
|
14691
14719
|
}
|
|
14692
|
-
var _c0$
|
|
14720
|
+
var _c0$K = function (a0) { return { "form-group-error": a0 }; };
|
|
14693
14721
|
var _c1$h = function (a0) { return { "govuk-input--error": a0 }; };
|
|
14694
14722
|
var WriteEmailFieldComponent = /** @class */ (function (_super) {
|
|
14695
14723
|
__extends(WriteEmailFieldComponent, _super);
|
|
@@ -14714,7 +14742,7 @@
|
|
|
14714
14742
|
i0__namespace.ɵɵelementEnd();
|
|
14715
14743
|
}
|
|
14716
14744
|
if (rf & 2) {
|
|
14717
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$
|
|
14745
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$K, !ctx.emailControl.valid && (ctx.emailControl.dirty || ctx.emailControl.touched)));
|
|
14718
14746
|
i0__namespace.ɵɵadvance(1);
|
|
14719
14747
|
i0__namespace.ɵɵproperty("for", ctx.id());
|
|
14720
14748
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -14846,7 +14874,7 @@
|
|
|
14846
14874
|
i0__namespace.ɵɵtextInterpolate(type_r4.label);
|
|
14847
14875
|
}
|
|
14848
14876
|
}
|
|
14849
|
-
var _c0$
|
|
14877
|
+
var _c0$J = function (a0) { return { "form-group-error": a0 }; };
|
|
14850
14878
|
var WriteFixedListFieldComponent = /** @class */ (function (_super) {
|
|
14851
14879
|
__extends(WriteFixedListFieldComponent, _super);
|
|
14852
14880
|
function WriteFixedListFieldComponent() {
|
|
@@ -14895,7 +14923,7 @@
|
|
|
14895
14923
|
i0__namespace.ɵɵelementEnd();
|
|
14896
14924
|
}
|
|
14897
14925
|
if (rf & 2) {
|
|
14898
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$
|
|
14926
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$J, !ctx.fixedListFormControl.valid && (ctx.fixedListFormControl.dirty || ctx.fixedListFormControl.touched)));
|
|
14899
14927
|
i0__namespace.ɵɵadvance(1);
|
|
14900
14928
|
i0__namespace.ɵɵproperty("for", ctx.id());
|
|
14901
14929
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -15013,7 +15041,7 @@
|
|
|
15013
15041
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.fixedRadioListControl.errors, ctx_r2.caseField.label));
|
|
15014
15042
|
}
|
|
15015
15043
|
}
|
|
15016
|
-
var _c0$
|
|
15044
|
+
var _c0$I = function (a0) { return { selected: a0 }; };
|
|
15017
15045
|
function WriteFixedRadioListFieldComponent_div_8_Template(rf, ctx) {
|
|
15018
15046
|
if (rf & 1) {
|
|
15019
15047
|
i0__namespace.ɵɵelementStart(0, "div", 9);
|
|
@@ -15026,7 +15054,7 @@
|
|
|
15026
15054
|
if (rf & 2) {
|
|
15027
15055
|
var radioButton_r4 = ctx.$implicit;
|
|
15028
15056
|
var ctx_r3 = i0__namespace.ɵɵnextContext();
|
|
15029
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$
|
|
15057
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$I, ctx_r3.fixedRadioListControl.value === radioButton_r4.code));
|
|
15030
15058
|
i0__namespace.ɵɵadvance(1);
|
|
15031
15059
|
i0__namespace.ɵɵproperty("id", ctx_r3.id() + "-" + radioButton_r4.code)("name", ctx_r3.id())("formControl", ctx_r3.fixedRadioListControl)("value", radioButton_r4.code);
|
|
15032
15060
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -15196,7 +15224,7 @@
|
|
|
15196
15224
|
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.caseField.hint_text, " ");
|
|
15197
15225
|
}
|
|
15198
15226
|
}
|
|
15199
|
-
var _c0$
|
|
15227
|
+
var _c0$H = function (a0) { return { "hide-autocomplete": a0 }; };
|
|
15200
15228
|
function WriteJudicialUserFieldComponent_mat_option_7_Template(rf, ctx) {
|
|
15201
15229
|
if (rf & 1) {
|
|
15202
15230
|
var _r7_1 = i0__namespace.ɵɵgetCurrentView();
|
|
@@ -15208,7 +15236,7 @@
|
|
|
15208
15236
|
if (rf & 2) {
|
|
15209
15237
|
var judicialUser_r5 = ctx.$implicit;
|
|
15210
15238
|
var ctx_r3 = i0__namespace.ɵɵnextContext();
|
|
15211
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$
|
|
15239
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$H, !ctx_r3.showAutocomplete))("value", judicialUser_r5.idamId);
|
|
15212
15240
|
i0__namespace.ɵɵadvance(1);
|
|
15213
15241
|
i0__namespace.ɵɵtextInterpolate2(" ", judicialUser_r5.fullName, " (", judicialUser_r5.emailId, ") ");
|
|
15214
15242
|
}
|
|
@@ -15998,7 +16026,7 @@
|
|
|
15998
16026
|
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r13.caseReasonCommentsError, " ");
|
|
15999
16027
|
}
|
|
16000
16028
|
}
|
|
16001
|
-
var _c0$
|
|
16029
|
+
var _c0$G = function (a0) { return { "govuk-form-group--error": a0 }; };
|
|
16002
16030
|
function LinkCasesComponent_div_8_div_14_Template(rf, ctx) {
|
|
16003
16031
|
if (rf & 1) {
|
|
16004
16032
|
i0__namespace.ɵɵelementStart(0, "div", 35);
|
|
@@ -16016,7 +16044,7 @@
|
|
|
16016
16044
|
}
|
|
16017
16045
|
if (rf & 2) {
|
|
16018
16046
|
var ctx_r7 = i0__namespace.ɵɵnextContext(2);
|
|
16019
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(2, _c0$
|
|
16047
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(2, _c0$G, !!ctx_r7.caseReasonCommentsError));
|
|
16020
16048
|
i0__namespace.ɵɵadvance(3);
|
|
16021
16049
|
i0__namespace.ɵɵproperty("ngIf", ctx_r7.caseReasonCommentsError);
|
|
16022
16050
|
}
|
|
@@ -16073,11 +16101,11 @@
|
|
|
16073
16101
|
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
16074
16102
|
i0__namespace.ɵɵproperty("formGroup", ctx_r0.linkCaseForm);
|
|
16075
16103
|
i0__namespace.ɵɵadvance(1);
|
|
16076
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$
|
|
16104
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$G, !!ctx_r0.caseNumberError));
|
|
16077
16105
|
i0__namespace.ɵɵadvance(3);
|
|
16078
16106
|
i0__namespace.ɵɵproperty("ngIf", ctx_r0.caseNumberError);
|
|
16079
16107
|
i0__namespace.ɵɵadvance(2);
|
|
16080
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$
|
|
16108
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c0$G, !!ctx_r0.caseReasonError));
|
|
16081
16109
|
i0__namespace.ɵɵadvance(5);
|
|
16082
16110
|
i0__namespace.ɵɵproperty("ngIf", ctx_r0.caseReasonError);
|
|
16083
16111
|
i0__namespace.ɵɵadvance(2);
|
|
@@ -16511,7 +16539,7 @@
|
|
|
16511
16539
|
i0__namespace.ɵɵadvance(4);
|
|
16512
16540
|
i0__namespace.ɵɵproperty("ngIf", ctx.linkCaseForm);
|
|
16513
16541
|
i0__namespace.ɵɵadvance(4);
|
|
16514
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$
|
|
16542
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c0$G, !!ctx.noSelectedCaseError));
|
|
16515
16543
|
i0__namespace.ɵɵadvance(1);
|
|
16516
16544
|
i0__namespace.ɵɵproperty("ngIf", ctx.noSelectedCaseError);
|
|
16517
16545
|
i0__namespace.ɵɵadvance(18);
|
|
@@ -17195,7 +17223,7 @@
|
|
|
17195
17223
|
i0__namespace.ɵɵtextInterpolate2(" ", case_r4.caseName, " ", i0__namespace.ɵɵpipeBind1(4, 6, case_r4.caseReference), " ");
|
|
17196
17224
|
}
|
|
17197
17225
|
}
|
|
17198
|
-
var _c0$
|
|
17226
|
+
var _c0$F = function (a0) { return { "govuk-form-group--error": a0 }; };
|
|
17199
17227
|
function UnLinkCasesComponent_div_0_div_4_Template(rf, ctx) {
|
|
17200
17228
|
if (rf & 1) {
|
|
17201
17229
|
i0__namespace.ɵɵelementStart(0, "div", 7);
|
|
@@ -17207,7 +17235,7 @@
|
|
|
17207
17235
|
}
|
|
17208
17236
|
if (rf & 2) {
|
|
17209
17237
|
var ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
17210
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$
|
|
17238
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$F, ctx_r1.unlinkErrorMessage))("formGroup", ctx_r1.unlinkCaseForm);
|
|
17211
17239
|
i0__namespace.ɵɵadvance(1);
|
|
17212
17240
|
i0__namespace.ɵɵproperty("ngIf", ctx_r1.unlinkErrorMessage);
|
|
17213
17241
|
i0__namespace.ɵɵadvance(2);
|
|
@@ -18149,7 +18177,7 @@
|
|
|
18149
18177
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.moneyGbpControl.errors, ctx_r2.caseField.label));
|
|
18150
18178
|
}
|
|
18151
18179
|
}
|
|
18152
|
-
var _c0$
|
|
18180
|
+
var _c0$E = function (a0) { return { "form-group-error": a0 }; };
|
|
18153
18181
|
var WriteMoneyGbpFieldComponent = /** @class */ (function (_super) {
|
|
18154
18182
|
__extends(WriteMoneyGbpFieldComponent, _super);
|
|
18155
18183
|
function WriteMoneyGbpFieldComponent() {
|
|
@@ -18179,7 +18207,7 @@
|
|
|
18179
18207
|
i0__namespace.ɵɵelementEnd();
|
|
18180
18208
|
}
|
|
18181
18209
|
if (rf & 2) {
|
|
18182
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$
|
|
18210
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$E, !ctx.moneyGbpControl.valid && (ctx.moneyGbpControl.dirty || ctx.moneyGbpControl.touched)));
|
|
18183
18211
|
i0__namespace.ɵɵadvance(1);
|
|
18184
18212
|
i0__namespace.ɵɵproperty("for", ctx.id());
|
|
18185
18213
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -18327,7 +18355,7 @@
|
|
|
18327
18355
|
i0__namespace.ɵɵtextInterpolate(checkbox_r4.label);
|
|
18328
18356
|
}
|
|
18329
18357
|
}
|
|
18330
|
-
var _c0$
|
|
18358
|
+
var _c0$D = function (a0) { return { "error": a0 }; };
|
|
18331
18359
|
var WriteMultiSelectListFieldComponent = /** @class */ (function (_super) {
|
|
18332
18360
|
__extends(WriteMultiSelectListFieldComponent, _super);
|
|
18333
18361
|
function WriteMultiSelectListFieldComponent() {
|
|
@@ -18391,7 +18419,7 @@
|
|
|
18391
18419
|
i0__namespace.ɵɵelementEnd();
|
|
18392
18420
|
}
|
|
18393
18421
|
if (rf & 2) {
|
|
18394
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(6, _c0$
|
|
18422
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(6, _c0$D, !ctx.checkboxes.valid && (ctx.checkboxes.dirty || ctx.checkboxes.touched)))("id", ctx.id());
|
|
18395
18423
|
i0__namespace.ɵɵadvance(3);
|
|
18396
18424
|
i0__namespace.ɵɵproperty("ngIf", ctx.caseField.label);
|
|
18397
18425
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -18482,7 +18510,7 @@
|
|
|
18482
18510
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ctx_r2.numberControl.errors, ctx_r2.caseField.label));
|
|
18483
18511
|
}
|
|
18484
18512
|
}
|
|
18485
|
-
var _c0$
|
|
18513
|
+
var _c0$C = function (a0) { return { "form-group-error": a0 }; };
|
|
18486
18514
|
var _c1$e = function (a0) { return { "govuk-input--error": a0 }; };
|
|
18487
18515
|
var WriteNumberFieldComponent = /** @class */ (function (_super) {
|
|
18488
18516
|
__extends(WriteNumberFieldComponent, _super);
|
|
@@ -18507,7 +18535,7 @@
|
|
|
18507
18535
|
i0__namespace.ɵɵelementEnd();
|
|
18508
18536
|
}
|
|
18509
18537
|
if (rf & 2) {
|
|
18510
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$
|
|
18538
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c0$C, !ctx.numberControl.valid && ctx.numberControl.dirty));
|
|
18511
18539
|
i0__namespace.ɵɵadvance(1);
|
|
18512
18540
|
i0__namespace.ɵɵproperty("for", ctx.id());
|
|
18513
18541
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -18808,7 +18836,7 @@
|
|
|
18808
18836
|
i0__namespace.ɵɵelementEnd();
|
|
18809
18837
|
}
|
|
18810
18838
|
}
|
|
18811
|
-
var _c0$
|
|
18839
|
+
var _c0$B = function (a0) { return { "scroll-container ": a0 }; };
|
|
18812
18840
|
function WriteOrganisationFieldComponent_fieldset_3_div_14_Template(rf, ctx) {
|
|
18813
18841
|
if (rf & 1) {
|
|
18814
18842
|
i0__namespace.ɵɵelementStart(0, "div", 26);
|
|
@@ -18824,7 +18852,7 @@
|
|
|
18824
18852
|
var ctx_r2 = i0__namespace.ɵɵnextContext(2);
|
|
18825
18853
|
var tmp_0_0 = null;
|
|
18826
18854
|
var tmp_2_0 = null;
|
|
18827
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c0$
|
|
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));
|
|
18828
18856
|
i0__namespace.ɵɵadvance(2);
|
|
18829
18857
|
i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(3, 5, ctx_r2.simpleOrganisations$));
|
|
18830
18858
|
i0__namespace.ɵɵadvance(2);
|
|
@@ -19228,6 +19256,231 @@
|
|
|
19228
19256
|
}], function () { return [{ type: AbstractAppConfig }, { type: SessionStorageService }]; }, null);
|
|
19229
19257
|
})();
|
|
19230
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
|
+
|
|
19231
19484
|
var ReadPhoneUKFieldComponent = /** @class */ (function (_super) {
|
|
19232
19485
|
__extends(ReadPhoneUKFieldComponent, _super);
|
|
19233
19486
|
function ReadPhoneUKFieldComponent() {
|
|
@@ -19890,6 +20143,8 @@
|
|
|
19890
20143
|
return write ? WriteFixedListFieldComponent : ReadFixedListFieldComponent;
|
|
19891
20144
|
case 'DynamicRadioList':
|
|
19892
20145
|
return write ? WriteDynamicRadioListFieldComponent : ReadDynamicRadioListFieldComponent;
|
|
20146
|
+
case 'DynamicMultiSelectList':
|
|
20147
|
+
return write ? WriteDynamicMultiSelectListFieldComponent : ReadDynamicMultiSelectListFieldComponent;
|
|
19893
20148
|
case 'FixedRadioList':
|
|
19894
20149
|
return write ? WriteFixedRadioListFieldComponent : ReadFixedRadioListFieldComponent;
|
|
19895
20150
|
case 'Complex':
|
|
@@ -19959,7 +20214,7 @@
|
|
|
19959
20214
|
})();
|
|
19960
20215
|
|
|
19961
20216
|
var _c0$v = ["fieldContainer"];
|
|
19962
|
-
var FIX_CASEFIELD_FOR$1 = ['FixedList', 'DynamicList'];
|
|
20217
|
+
var FIX_CASEFIELD_FOR$1 = ['FixedList', 'DynamicList', 'DynamicMultiSelectList'];
|
|
19963
20218
|
var FieldReadComponent = /** @class */ (function (_super) {
|
|
19964
20219
|
__extends(FieldReadComponent, _super);
|
|
19965
20220
|
function FieldReadComponent(resolver, paletteService) {
|
|
@@ -20049,7 +20304,7 @@
|
|
|
20049
20304
|
})();
|
|
20050
20305
|
|
|
20051
20306
|
var _c0$u = ["fieldContainer"];
|
|
20052
|
-
var FIX_CASEFIELD_FOR = ['FixedList', 'DynamicList'];
|
|
20307
|
+
var FIX_CASEFIELD_FOR = ['FixedList', 'DynamicList', 'DynamicMultiSelectList'];
|
|
20053
20308
|
var FieldWriteComponent = /** @class */ (function (_super) {
|
|
20054
20309
|
__extends(FieldWriteComponent, _super);
|
|
20055
20310
|
function FieldWriteComponent(resolver, paletteService) {
|
|
@@ -25009,26 +25264,23 @@
|
|
|
25009
25264
|
|| !ReadFieldsFilterPipe.isEmpty(value[field.id]);
|
|
25010
25265
|
};
|
|
25011
25266
|
ReadFieldsFilterPipe.getValue = function (field, values, index) {
|
|
25012
|
-
|
|
25013
|
-
|
|
25014
|
-
|
|
25015
|
-
|
|
25016
|
-
|
|
25017
|
-
|
|
25018
|
-
value = values[field.id];
|
|
25019
|
-
}
|
|
25020
|
-
return value;
|
|
25267
|
+
var value;
|
|
25268
|
+
if (index >= 0) {
|
|
25269
|
+
value = values[index].value[field.id];
|
|
25270
|
+
}
|
|
25271
|
+
else {
|
|
25272
|
+
value = values[field.id];
|
|
25021
25273
|
}
|
|
25022
|
-
return field.value;
|
|
25274
|
+
return ReadFieldsFilterPipe.isEmpty(field.value) ? value : field.value;
|
|
25023
25275
|
};
|
|
25024
|
-
ReadFieldsFilterPipe.evaluateConditionalShow = function (field, formValue, path,
|
|
25276
|
+
ReadFieldsFilterPipe.evaluateConditionalShow = function (field, formValue, path, formGroupAvaliable, fieldId) {
|
|
25025
25277
|
if (field.display_context === 'HIDDEN') {
|
|
25026
25278
|
field.hidden = true;
|
|
25027
25279
|
}
|
|
25028
25280
|
else if (field.show_condition) {
|
|
25029
25281
|
var cond = void 0;
|
|
25030
|
-
if (fieldId && field.show_condition.indexOf(fieldId
|
|
25031
|
-
var search = fieldId +
|
|
25282
|
+
if (fieldId && field.show_condition.indexOf(fieldId) > -1 && !formGroupAvaliable && !!Object.keys(formValue).length) {
|
|
25283
|
+
var search = fieldId + '.';
|
|
25032
25284
|
var searchRegExp = new RegExp(search, 'g');
|
|
25033
25285
|
var replaceWith = '';
|
|
25034
25286
|
cond = ShowCondition.getInstance(field.show_condition.replace(searchRegExp, replaceWith));
|
|
@@ -25437,6 +25689,8 @@
|
|
|
25437
25689
|
WriteDocumentFieldComponent,
|
|
25438
25690
|
WriteDynamicListFieldComponent,
|
|
25439
25691
|
WriteDynamicRadioListFieldComponent,
|
|
25692
|
+
WriteDynamicMultiSelectListFieldComponent,
|
|
25693
|
+
ReadDynamicMultiSelectListFieldComponent,
|
|
25440
25694
|
WriteTextFieldComponent,
|
|
25441
25695
|
WriteDateContainerFieldComponent,
|
|
25442
25696
|
WriteTextAreaFieldComponent,
|
|
@@ -25466,6 +25720,13 @@
|
|
|
25466
25720
|
CaseFileViewOverlayMenuComponent,
|
|
25467
25721
|
CaseFileViewFolderDocumentActionsComponent,
|
|
25468
25722
|
CaseFileViewFolderSelectorComponent,
|
|
25723
|
+
// component for dynamic list
|
|
25724
|
+
WriteDynamicMultiSelectListFieldComponent,
|
|
25725
|
+
WriteDynamicRadioListFieldComponent,
|
|
25726
|
+
WriteDynamicListFieldComponent,
|
|
25727
|
+
ReadDynamicMultiSelectListFieldComponent,
|
|
25728
|
+
ReadDynamicListFieldComponent,
|
|
25729
|
+
ReadDynamicRadioListFieldComponent,
|
|
25469
25730
|
LinkedCasesToTableComponent,
|
|
25470
25731
|
LinkedCasesFromTableComponent,
|
|
25471
25732
|
BeforeYouStartComponent,
|
|
@@ -25596,6 +25857,8 @@
|
|
|
25596
25857
|
WriteDocumentFieldComponent,
|
|
25597
25858
|
WriteDynamicListFieldComponent,
|
|
25598
25859
|
WriteDynamicRadioListFieldComponent,
|
|
25860
|
+
WriteDynamicMultiSelectListFieldComponent,
|
|
25861
|
+
ReadDynamicMultiSelectListFieldComponent,
|
|
25599
25862
|
WriteTextFieldComponent,
|
|
25600
25863
|
WriteDateContainerFieldComponent,
|
|
25601
25864
|
WriteTextAreaFieldComponent,
|
|
@@ -25625,6 +25888,13 @@
|
|
|
25625
25888
|
CaseFileViewOverlayMenuComponent,
|
|
25626
25889
|
CaseFileViewFolderDocumentActionsComponent,
|
|
25627
25890
|
CaseFileViewFolderSelectorComponent,
|
|
25891
|
+
// component for dynamic list
|
|
25892
|
+
WriteDynamicMultiSelectListFieldComponent,
|
|
25893
|
+
WriteDynamicRadioListFieldComponent,
|
|
25894
|
+
WriteDynamicListFieldComponent,
|
|
25895
|
+
ReadDynamicMultiSelectListFieldComponent,
|
|
25896
|
+
ReadDynamicListFieldComponent,
|
|
25897
|
+
ReadDynamicRadioListFieldComponent,
|
|
25628
25898
|
LinkedCasesToTableComponent,
|
|
25629
25899
|
LinkedCasesFromTableComponent,
|
|
25630
25900
|
BeforeYouStartComponent,
|
|
@@ -25714,6 +25984,8 @@
|
|
|
25714
25984
|
WriteDocumentFieldComponent,
|
|
25715
25985
|
WriteDynamicListFieldComponent,
|
|
25716
25986
|
WriteDynamicRadioListFieldComponent,
|
|
25987
|
+
WriteDynamicMultiSelectListFieldComponent,
|
|
25988
|
+
ReadDynamicMultiSelectListFieldComponent,
|
|
25717
25989
|
WriteTextFieldComponent,
|
|
25718
25990
|
WriteDateContainerFieldComponent,
|
|
25719
25991
|
WriteTextAreaFieldComponent,
|
|
@@ -25743,6 +26015,13 @@
|
|
|
25743
26015
|
CaseFileViewOverlayMenuComponent,
|
|
25744
26016
|
CaseFileViewFolderDocumentActionsComponent,
|
|
25745
26017
|
CaseFileViewFolderSelectorComponent,
|
|
26018
|
+
// component for dynamic list
|
|
26019
|
+
WriteDynamicMultiSelectListFieldComponent,
|
|
26020
|
+
WriteDynamicRadioListFieldComponent,
|
|
26021
|
+
WriteDynamicListFieldComponent,
|
|
26022
|
+
ReadDynamicMultiSelectListFieldComponent,
|
|
26023
|
+
ReadDynamicListFieldComponent,
|
|
26024
|
+
ReadDynamicRadioListFieldComponent,
|
|
25746
26025
|
LinkedCasesToTableComponent,
|
|
25747
26026
|
LinkedCasesFromTableComponent,
|
|
25748
26027
|
BeforeYouStartComponent,
|
|
@@ -35809,6 +36088,7 @@
|
|
|
35809
36088
|
exports.ReadDateFieldComponent = ReadDateFieldComponent;
|
|
35810
36089
|
exports.ReadDocumentFieldComponent = ReadDocumentFieldComponent;
|
|
35811
36090
|
exports.ReadDynamicListFieldComponent = ReadDynamicListFieldComponent;
|
|
36091
|
+
exports.ReadDynamicMultiSelectListFieldComponent = ReadDynamicMultiSelectListFieldComponent;
|
|
35812
36092
|
exports.ReadDynamicRadioListFieldComponent = ReadDynamicRadioListFieldComponent;
|
|
35813
36093
|
exports.ReadEmailFieldComponent = ReadEmailFieldComponent;
|
|
35814
36094
|
exports.ReadFieldsFilterPipe = ReadFieldsFilterPipe;
|
|
@@ -35885,6 +36165,7 @@
|
|
|
35885
36165
|
exports.WriteDateFieldComponent = WriteDateFieldComponent;
|
|
35886
36166
|
exports.WriteDocumentFieldComponent = WriteDocumentFieldComponent;
|
|
35887
36167
|
exports.WriteDynamicListFieldComponent = WriteDynamicListFieldComponent;
|
|
36168
|
+
exports.WriteDynamicMultiSelectListFieldComponent = WriteDynamicMultiSelectListFieldComponent;
|
|
35888
36169
|
exports.WriteDynamicRadioListFieldComponent = WriteDynamicRadioListFieldComponent;
|
|
35889
36170
|
exports.WriteEmailFieldComponent = WriteEmailFieldComponent;
|
|
35890
36171
|
exports.WriteFixedListFieldComponent = WriteFixedListFieldComponent;
|