@hmcts/ccd-case-ui-toolkit 7.2.24 → 7.2.25-welsh-interp
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/esm2022/lib/shared/components/case-header/case-header.component.mjs +5 -5
- package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-raw.component.mjs +21 -25
- package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-table.component.mjs +21 -25
- package/esm2022/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.mjs +2 -9
- package/esm2022/lib/shared/components/palette/utils/field-label.pipe.mjs +11 -3
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +55 -62
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/field-label.pipe.d.ts +1 -0
- package/lib/shared/components/palette/utils/field-label.pipe.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2924,11 +2924,19 @@ class FieldLabelPipe {
|
|
|
2924
2924
|
return '';
|
|
2925
2925
|
}
|
|
2926
2926
|
else if (!field.display_context) {
|
|
2927
|
-
return this.
|
|
2927
|
+
return this.getTranslatedLabel(field);
|
|
2928
2928
|
}
|
|
2929
|
-
return this.
|
|
2929
|
+
return this.getTranslatedLabel(field) + (field.display_context.toUpperCase() === 'OPTIONAL' ?
|
|
2930
2930
|
' (' + this.rpxTranslationPipe.transform('Optional') + ')' : '');
|
|
2931
2931
|
}
|
|
2932
|
+
getTranslatedLabel(field) {
|
|
2933
|
+
if (!field.isTranslated) {
|
|
2934
|
+
return this.rpxTranslationPipe.transform(field.label);
|
|
2935
|
+
}
|
|
2936
|
+
else {
|
|
2937
|
+
return field.label;
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2932
2940
|
static ɵfac = function FieldLabelPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldLabelPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslatePipe, 16)); };
|
|
2933
2941
|
static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdFieldLabel", type: FieldLabelPipe, pure: false });
|
|
2934
2942
|
}
|
|
@@ -20926,14 +20934,7 @@ class QueryListItem {
|
|
|
20926
20934
|
if (childrenCount === 0) {
|
|
20927
20935
|
return this.lastSubmittedMessage.name;
|
|
20928
20936
|
}
|
|
20929
|
-
|
|
20930
|
-
if (childrenCount === 1) {
|
|
20931
|
-
index = 0;
|
|
20932
|
-
}
|
|
20933
|
-
else {
|
|
20934
|
-
index = childrenCount % 2 === 1 ? childrenCount - 1 : childrenCount - 2;
|
|
20935
|
-
}
|
|
20936
|
-
return this.children[index].name;
|
|
20937
|
+
return this.children[childrenCount - 1].name;
|
|
20937
20938
|
}
|
|
20938
20939
|
get lastSubmittedDate() {
|
|
20939
20940
|
const childrenCount = this.children.length;
|
|
@@ -30094,36 +30095,32 @@ class ReadOrderSummaryRowComponent extends AbstractFieldReadComponent {
|
|
|
30094
30095
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadOrderSummaryRowComponent, { className: "ReadOrderSummaryRowComponent", filePath: "lib/shared/components/palette/order-summary/read-order-summary-row.component.ts", lineNumber: 13 }); })();
|
|
30095
30096
|
|
|
30096
30097
|
function ReadOrganisationFieldRawComponent_table_7_Template(rf, ctx) { if (rf & 1) {
|
|
30097
|
-
i0.ɵɵelementStart(0, "table", 1);
|
|
30098
|
-
i0.ɵɵ
|
|
30099
|
-
i0.ɵɵelementStart(
|
|
30100
|
-
i0.ɵɵ
|
|
30101
|
-
i0.ɵɵelementStart(4, "td", 5)(5, "span", 6);
|
|
30102
|
-
i0.ɵɵtext(6);
|
|
30103
|
-
i0.ɵɵpipe(7, "rpxTranslate");
|
|
30098
|
+
i0.ɵɵelementStart(0, "table", 1)(1, "tr", 4);
|
|
30099
|
+
i0.ɵɵelement(2, "th", 2);
|
|
30100
|
+
i0.ɵɵelementStart(3, "td", 5)(4, "span", 6);
|
|
30101
|
+
i0.ɵɵtext(5);
|
|
30104
30102
|
i0.ɵɵelementEnd()();
|
|
30105
|
-
i0.ɵɵelementStart(
|
|
30106
|
-
i0.ɵɵtext(
|
|
30103
|
+
i0.ɵɵelementStart(6, "td")(7, "span", 6);
|
|
30104
|
+
i0.ɵɵtext(8);
|
|
30107
30105
|
i0.ɵɵelementEnd()()();
|
|
30108
|
-
i0.ɵɵelementStart(
|
|
30109
|
-
i0.ɵɵelement(
|
|
30110
|
-
i0.ɵɵelementStart(
|
|
30111
|
-
i0.ɵɵtext(
|
|
30112
|
-
i0.ɵɵpipe(16, "rpxTranslate");
|
|
30106
|
+
i0.ɵɵelementStart(9, "tr", 4);
|
|
30107
|
+
i0.ɵɵelement(10, "th", 2);
|
|
30108
|
+
i0.ɵɵelementStart(11, "td", 5)(12, "span", 6);
|
|
30109
|
+
i0.ɵɵtext(13);
|
|
30113
30110
|
i0.ɵɵelementEnd()();
|
|
30114
|
-
i0.ɵɵelementStart(
|
|
30115
|
-
i0.ɵɵelement(
|
|
30111
|
+
i0.ɵɵelementStart(14, "td");
|
|
30112
|
+
i0.ɵɵelement(15, "ccd-markdown", 7);
|
|
30116
30113
|
i0.ɵɵelementEnd()()();
|
|
30117
30114
|
} if (rf & 2) {
|
|
30118
30115
|
const selectedOrg_r1 = ctx.ngIf;
|
|
30119
|
-
i0.ɵɵattribute("aria-describedby",
|
|
30120
|
-
i0.ɵɵadvance(6);
|
|
30121
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 7, "Name:"));
|
|
30122
|
-
i0.ɵɵadvance(4);
|
|
30123
|
-
i0.ɵɵtextInterpolate(selectedOrg_r1.name);
|
|
30116
|
+
i0.ɵɵattribute("aria-describedby", "selected organisation field table");
|
|
30124
30117
|
i0.ɵɵadvance(5);
|
|
30125
|
-
i0.ɵɵtextInterpolate(
|
|
30118
|
+
i0.ɵɵtextInterpolate("Name:");
|
|
30126
30119
|
i0.ɵɵadvance(3);
|
|
30120
|
+
i0.ɵɵtextInterpolate(selectedOrg_r1.name);
|
|
30121
|
+
i0.ɵɵadvance(5);
|
|
30122
|
+
i0.ɵɵtextInterpolate("Address:");
|
|
30123
|
+
i0.ɵɵadvance(2);
|
|
30127
30124
|
i0.ɵɵproperty("content", selectedOrg_r1.address);
|
|
30128
30125
|
} }
|
|
30129
30126
|
class ReadOrganisationFieldRawComponent extends AbstractFieldReadComponent {
|
|
@@ -30151,7 +30148,7 @@ class ReadOrganisationFieldRawComponent extends AbstractFieldReadComponent {
|
|
|
30151
30148
|
i0.ɵɵelementStart(3, "tbody")(4, "tr");
|
|
30152
30149
|
i0.ɵɵelement(5, "th", 2);
|
|
30153
30150
|
i0.ɵɵelementStart(6, "td");
|
|
30154
|
-
i0.ɵɵtemplate(7, ReadOrganisationFieldRawComponent_table_7_Template,
|
|
30151
|
+
i0.ɵɵtemplate(7, ReadOrganisationFieldRawComponent_table_7_Template, 16, 5, "table", 3);
|
|
30155
30152
|
i0.ɵɵpipe(8, "async");
|
|
30156
30153
|
i0.ɵɵelementEnd()()()()();
|
|
30157
30154
|
} if (rf & 2) {
|
|
@@ -30163,43 +30160,39 @@ class ReadOrganisationFieldRawComponent extends AbstractFieldReadComponent {
|
|
|
30163
30160
|
}
|
|
30164
30161
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrganisationFieldRawComponent, [{
|
|
30165
30162
|
type: Component,
|
|
30166
|
-
args: [{ selector: 'ccd-read-organisation-field-raw', template: "<div class=\"complex-panel\">\n <table class=\"complex-field-table\" [attr.aria-describedby]=\"'complex organisation field table' | rpxTranslate\">\n <tbody>\n <tr>\n <th style=\"display: none;\"></th>\n <td>\n <table class=\"complex-field-table\" *ngIf=\"(selectedOrg$ | async) as selectedOrg\"\n [attr.aria-describedby]=\"'
|
|
30163
|
+
args: [{ selector: 'ccd-read-organisation-field-raw', template: "<div class=\"complex-panel\">\n <table class=\"complex-field-table\" [attr.aria-describedby]=\"'complex organisation field table' | rpxTranslate\">\n <tbody>\n <tr>\n <th style=\"display: none;\"></th>\n <td>\n <table class=\"complex-field-table\" *ngIf=\"(selectedOrg$ | async) as selectedOrg\"\n [attr.aria-describedby]=\"'selected organisation field table'\">\n <tr class=\"complex-panel-compound-field\">\n <th style=\"display: none;\"></th>\n <td class=\"label-width-small\"><span class=\"text-16\">{{'Name:'}}</span></td>\n <td><span class=\"text-16\">{{selectedOrg.name}}</span></td>\n </tr>\n <tr class=\"complex-panel-compound-field\">\n <th style=\"display: none;\"></th>\n <td class=\"label-width-small\"><span class=\"text-16\">{{'Address:'}}</span></td>\n <td>\n <ccd-markdown [content]=\"selectedOrg.address\"></ccd-markdown>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n</div>\n", styles: [".hmcts-banner{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner .warning-message{font-weight:700}.govuk-hint{font-size:1.1rem}.name-header{font-weight:700;margin-top:10px;font-size:18px}.td-address{width:90%;padding-top:2px}.td-select{width:10%}.warning-panel{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel .warning-message{padding-left:15px}.complex-field-table>tbody>tr>th{border:none}.complex-field-table>tbody>tr:last-child>th,.complex-field-table>tbody>tr:last-child>td{border-bottom:none}.complex-field-title{width:300px}.label-width-small{width:100px}.label-width-medium{width:150px}.scroll-container{height:600px;overflow-y:scroll}.no-result-message{margin-top:15px}\n"] }]
|
|
30167
30164
|
}], () => [{ type: OrganisationService }, { type: OrganisationConverter }], { caseFields: [{
|
|
30168
30165
|
type: Input
|
|
30169
30166
|
}] }); })();
|
|
30170
30167
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadOrganisationFieldRawComponent, { className: "ReadOrganisationFieldRawComponent", filePath: "lib/shared/components/palette/organisation/read-organisation-field-raw.component.ts", lineNumber: 15 }); })();
|
|
30171
30168
|
|
|
30172
30169
|
function ReadOrganisationFieldTableComponent_table_12_Template(rf, ctx) { if (rf & 1) {
|
|
30173
|
-
i0.ɵɵelementStart(0, "table", 1);
|
|
30174
|
-
i0.ɵɵ
|
|
30175
|
-
i0.ɵɵelementStart(
|
|
30176
|
-
i0.ɵɵ
|
|
30177
|
-
i0.ɵɵelementStart(4, "td", 8)(5, "span", 4);
|
|
30178
|
-
i0.ɵɵtext(6);
|
|
30179
|
-
i0.ɵɵpipe(7, "rpxTranslate");
|
|
30170
|
+
i0.ɵɵelementStart(0, "table", 1)(1, "tr", 6);
|
|
30171
|
+
i0.ɵɵelement(2, "th", 7);
|
|
30172
|
+
i0.ɵɵelementStart(3, "td", 8)(4, "span", 4);
|
|
30173
|
+
i0.ɵɵtext(5);
|
|
30180
30174
|
i0.ɵɵelementEnd()();
|
|
30181
|
-
i0.ɵɵelementStart(
|
|
30182
|
-
i0.ɵɵtext(
|
|
30175
|
+
i0.ɵɵelementStart(6, "td")(7, "span", 4);
|
|
30176
|
+
i0.ɵɵtext(8);
|
|
30183
30177
|
i0.ɵɵelementEnd()()();
|
|
30184
|
-
i0.ɵɵelementStart(
|
|
30185
|
-
i0.ɵɵelement(
|
|
30186
|
-
i0.ɵɵelementStart(
|
|
30187
|
-
i0.ɵɵtext(
|
|
30188
|
-
i0.ɵɵpipe(16, "rpxTranslate");
|
|
30178
|
+
i0.ɵɵelementStart(9, "tr", 6);
|
|
30179
|
+
i0.ɵɵelement(10, "th", 7);
|
|
30180
|
+
i0.ɵɵelementStart(11, "td", 8)(12, "span", 4);
|
|
30181
|
+
i0.ɵɵtext(13);
|
|
30189
30182
|
i0.ɵɵelementEnd()();
|
|
30190
|
-
i0.ɵɵelementStart(
|
|
30191
|
-
i0.ɵɵelement(
|
|
30183
|
+
i0.ɵɵelementStart(14, "td");
|
|
30184
|
+
i0.ɵɵelement(15, "ccd-markdown", 9);
|
|
30192
30185
|
i0.ɵɵelementEnd()()();
|
|
30193
30186
|
} if (rf & 2) {
|
|
30194
30187
|
const selectedOrg_r1 = ctx.ngIf;
|
|
30195
|
-
i0.ɵɵattribute("aria-describedby",
|
|
30196
|
-
i0.ɵɵadvance(6);
|
|
30197
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 7, "Name:"));
|
|
30198
|
-
i0.ɵɵadvance(4);
|
|
30199
|
-
i0.ɵɵtextInterpolate(selectedOrg_r1.name);
|
|
30188
|
+
i0.ɵɵattribute("aria-describedby", "selected organisation field table");
|
|
30200
30189
|
i0.ɵɵadvance(5);
|
|
30201
|
-
i0.ɵɵtextInterpolate(
|
|
30190
|
+
i0.ɵɵtextInterpolate("Name:");
|
|
30202
30191
|
i0.ɵɵadvance(3);
|
|
30192
|
+
i0.ɵɵtextInterpolate(selectedOrg_r1.name);
|
|
30193
|
+
i0.ɵɵadvance(5);
|
|
30194
|
+
i0.ɵɵtextInterpolate("Address:");
|
|
30195
|
+
i0.ɵɵadvance(2);
|
|
30203
30196
|
i0.ɵɵproperty("content", selectedOrg_r1.address);
|
|
30204
30197
|
} }
|
|
30205
30198
|
class ReadOrganisationFieldTableComponent extends AbstractFieldReadComponent {
|
|
@@ -30229,7 +30222,7 @@ class ReadOrganisationFieldTableComponent extends AbstractFieldReadComponent {
|
|
|
30229
30222
|
i0.ɵɵpipe(10, "rpxTranslate");
|
|
30230
30223
|
i0.ɵɵelementEnd()()()();
|
|
30231
30224
|
i0.ɵɵelementStart(11, "td");
|
|
30232
|
-
i0.ɵɵtemplate(12, ReadOrganisationFieldTableComponent_table_12_Template,
|
|
30225
|
+
i0.ɵɵtemplate(12, ReadOrganisationFieldTableComponent_table_12_Template, 16, 5, "table", 5);
|
|
30233
30226
|
i0.ɵɵpipe(13, "async");
|
|
30234
30227
|
i0.ɵɵelementEnd()()()()();
|
|
30235
30228
|
} if (rf & 2) {
|
|
@@ -30243,7 +30236,7 @@ class ReadOrganisationFieldTableComponent extends AbstractFieldReadComponent {
|
|
|
30243
30236
|
}
|
|
30244
30237
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrganisationFieldTableComponent, [{
|
|
30245
30238
|
type: Component,
|
|
30246
|
-
args: [{ selector: 'ccd-read-organisation-field-table', template: "<div class=\"complex-panel\">\n <table class=\"complex-field-table\" [attr.aria-describedby]=\"'complex organisation field table' | rpxTranslate\">\n <tbody>\n <tr>\n <th class=\"complex-field-title\">\n <dl class=\"complex-panel-title\">\n <dt><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></dt>\n </dl>\n </th>\n <td>\n <table class=\"complex-field-table\" *ngIf=\"(selectedOrg$ | async) as selectedOrg\"\n [attr.aria-describedby]=\"'
|
|
30239
|
+
args: [{ selector: 'ccd-read-organisation-field-table', template: "<div class=\"complex-panel\">\n <table class=\"complex-field-table\" [attr.aria-describedby]=\"'complex organisation field table' | rpxTranslate\">\n <tbody>\n <tr>\n <th class=\"complex-field-title\">\n <dl class=\"complex-panel-title\">\n <dt><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></dt>\n </dl>\n </th>\n <td>\n <table class=\"complex-field-table\" *ngIf=\"(selectedOrg$ | async) as selectedOrg\"\n [attr.aria-describedby]=\"'selected organisation field table'\">\n <tr class=\"complex-panel-compound-field\">\n <th style=\"display: none;\"></th>\n <td class=\"label-width-medium\"><span class=\"text-16\">{{'Name:'}}</span></td>\n <td><span class=\"text-16\">{{selectedOrg.name}}</span></td>\n </tr>\n <tr class=\"complex-panel-compound-field\">\n <th style=\"display: none;\"></th>\n <td class=\"label-width-medium\"><span class=\"text-16\">{{'Address:'}}</span></td>\n <td>\n <ccd-markdown [content]=\"selectedOrg.address\"></ccd-markdown>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n</div>\n", styles: [".hmcts-banner{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner .warning-message{font-weight:700}.govuk-hint{font-size:1.1rem}.name-header{font-weight:700;margin-top:10px;font-size:18px}.td-address{width:90%;padding-top:2px}.td-select{width:10%}.warning-panel{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel .warning-message{padding-left:15px}.complex-field-table>tbody>tr>th{border:none}.complex-field-table>tbody>tr:last-child>th,.complex-field-table>tbody>tr:last-child>td{border-bottom:none}.complex-field-title{width:300px}.label-width-small{width:100px}.label-width-medium{width:150px}.scroll-container{height:600px;overflow-y:scroll}.no-result-message{margin-top:15px}\n"] }]
|
|
30247
30240
|
}], () => [{ type: OrganisationService }, { type: OrganisationConverter }], { caseFields: [{
|
|
30248
30241
|
type: Input
|
|
30249
30242
|
}] }); })();
|
|
@@ -32161,7 +32154,7 @@ function CaseHeaderComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
32161
32154
|
} if (rf & 2) {
|
|
32162
32155
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
32163
32156
|
i0.ɵɵadvance();
|
|
32164
|
-
i0.ɵɵproperty("caseField", ctx_r0.caseTitle)("caseFields", ctx_r0.caseFields);
|
|
32157
|
+
i0.ɵɵproperty("caseField", ctx_r0.caseTitle)("labelCanBeTranslated", false)("caseFields", ctx_r0.caseFields);
|
|
32165
32158
|
} }
|
|
32166
32159
|
class CaseHeaderComponent {
|
|
32167
32160
|
caseDetails;
|
|
@@ -32184,8 +32177,8 @@ class CaseHeaderComponent {
|
|
|
32184
32177
|
return caseDataFields.concat(this.caseDetails.metadataFields);
|
|
32185
32178
|
}
|
|
32186
32179
|
static ɵfac = function CaseHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseHeaderComponent)(); };
|
|
32187
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseHeaderComponent, selectors: [["ccd-case-header"]], inputs: { caseDetails: "caseDetails" }, decls: 2, vars: 2, consts: [["class", "heading-h1", 4, "ngIf"], ["class", "case-title", 4, "ngIf"], [1, "heading-h1"], [1, "case-title"], [3, "caseField", "caseFields"]], template: function CaseHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
32188
|
-
i0.ɵɵtemplate(0, CaseHeaderComponent_h1_0_Template, 3, 3, "h1", 0)(1, CaseHeaderComponent_div_1_Template, 2,
|
|
32180
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseHeaderComponent, selectors: [["ccd-case-header"]], inputs: { caseDetails: "caseDetails" }, decls: 2, vars: 2, consts: [["class", "heading-h1", 4, "ngIf"], ["class", "case-title", 4, "ngIf"], [1, "heading-h1"], [1, "case-title"], [3, "caseField", "labelCanBeTranslated", "caseFields"]], template: function CaseHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
32181
|
+
i0.ɵɵtemplate(0, CaseHeaderComponent_h1_0_Template, 3, 3, "h1", 0)(1, CaseHeaderComponent_div_1_Template, 2, 3, "div", 1);
|
|
32189
32182
|
} if (rf & 2) {
|
|
32190
32183
|
i0.ɵɵproperty("ngIf", !ctx.caseTitle.label);
|
|
32191
32184
|
i0.ɵɵadvance();
|
|
@@ -32194,7 +32187,7 @@ class CaseHeaderComponent {
|
|
|
32194
32187
|
}
|
|
32195
32188
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseHeaderComponent, [{
|
|
32196
32189
|
type: Component,
|
|
32197
|
-
args: [{ selector: 'ccd-case-header', template: "<h1 *ngIf=\"!caseTitle.label\" class=\"heading-h1\">#{{ caseDetails.case_id | ccdCaseReference}}</h1>\n\n<div *ngIf=\"caseTitle.label\" class=\"case-title\">\n <ccd-label-field [caseField]=\"caseTitle\" [caseFields]=\"caseFields\"></ccd-label-field>\n</div>\n", styles: [".case-title{margin-top:47px;margin-bottom:10px}.heading-h1{margin-top:40px}\n"] }]
|
|
32190
|
+
args: [{ selector: 'ccd-case-header', template: "<h1 *ngIf=\"!caseTitle.label\" class=\"heading-h1\">#{{ caseDetails.case_id | ccdCaseReference}}</h1>\n\n<div *ngIf=\"caseTitle.label\" class=\"case-title\">\n <ccd-label-field [caseField]=\"caseTitle\" [labelCanBeTranslated]=\"false\" [caseFields]=\"caseFields\"></ccd-label-field>\n</div>\n", styles: [".case-title{margin-top:47px;margin-bottom:10px}.heading-h1{margin-top:40px}\n"] }]
|
|
32198
32191
|
}], null, { caseDetails: [{
|
|
32199
32192
|
type: Input
|
|
32200
32193
|
}] }); })();
|