@hmcts/ccd-case-ui-toolkit 6.18.2-hotfix-EUI-8601 → 6.18.2-hotfix-EUI-8601-2
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 +4 -4
- 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/judicial-user/write-judicial-user-field.component.js +5 -5
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +4 -4
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/package.json +1 -1
|
@@ -15861,9 +15861,9 @@
|
|
|
15861
15861
|
if (rf & 2) {
|
|
15862
15862
|
var judicialUser_r5 = ctx.$implicit;
|
|
15863
15863
|
var ctx_r3 = i0__namespace.ɵɵnextContext();
|
|
15864
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(
|
|
15864
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c0$G, !ctx_r3.showAutocomplete))("value", judicialUser_r5);
|
|
15865
15865
|
i0__namespace.ɵɵadvance(1);
|
|
15866
|
-
i0__namespace.ɵɵ
|
|
15866
|
+
i0__namespace.ɵɵtextInterpolate2(" ", judicialUser_r5.fullName, " (", judicialUser_r5.emailId, ") ");
|
|
15867
15867
|
}
|
|
15868
15868
|
}
|
|
15869
15869
|
function WriteJudicialUserFieldComponent_mat_option_9_Template(rf, ctx) {
|
|
@@ -15934,7 +15934,7 @@
|
|
|
15934
15934
|
}
|
|
15935
15935
|
};
|
|
15936
15936
|
WriteJudicialUserFieldComponent.prototype.displayJudicialUser = function (judicialUser) {
|
|
15937
|
-
return judicialUser ? judicialUser.fullName : undefined;
|
|
15937
|
+
return judicialUser ? judicialUser.fullName + " (" + judicialUser.emailId + ")" : undefined;
|
|
15938
15938
|
};
|
|
15939
15939
|
WriteJudicialUserFieldComponent.prototype.onSelectionChange = function (event) {
|
|
15940
15940
|
var _a, _b;
|
|
@@ -15960,7 +15960,7 @@
|
|
|
15960
15960
|
i0__namespace.ɵɵtemplate(3, WriteJudicialUserFieldComponent_span_3_Template, 2, 1, "span", 3);
|
|
15961
15961
|
i0__namespace.ɵɵelement(4, "input", 4);
|
|
15962
15962
|
i0__namespace.ɵɵelementStart(5, "mat-autocomplete", 5, 6);
|
|
15963
|
-
i0__namespace.ɵɵtemplate(7, WriteJudicialUserFieldComponent_mat_option_7_Template, 2,
|
|
15963
|
+
i0__namespace.ɵɵtemplate(7, WriteJudicialUserFieldComponent_mat_option_7_Template, 2, 6, "mat-option", 7);
|
|
15964
15964
|
i0__namespace.ɵɵpipe(8, "async");
|
|
15965
15965
|
i0__namespace.ɵɵtemplate(9, WriteJudicialUserFieldComponent_mat_option_9_Template, 2, 0, "mat-option", 8);
|
|
15966
15966
|
i0__namespace.ɵɵelementEnd();
|