@hmcts/ccd-case-ui-toolkit 6.10.7-case-flags-align-page-titles-v2 → 6.10.7-case-flags-support-tab-changes-v3
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 +203 -162
- 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/case-flag/components/case-flag-table/case-flag-table.component.js +66 -59
- package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.js +13 -9
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +47 -66
- package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.js +3 -1
- package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +64 -24
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +4 -4
- package/esm2015/lib/shared/components/palette/palette.module.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +191 -156
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +5 -4
- package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +0 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts +2 -0
- package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts +2 -0
- package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -12009,6 +12009,8 @@
|
|
|
12009
12009
|
(function (CaseFlagWizardStepTitle) {
|
|
12010
12010
|
CaseFlagWizardStepTitle["SELECT_FLAG_LOCATION"] = "Where should this flag be added?";
|
|
12011
12011
|
CaseFlagWizardStepTitle["SELECT_CASE_FLAG"] = "Select flag type";
|
|
12012
|
+
CaseFlagWizardStepTitle["SEARCH_LANGUAGE_INTERPRETER"] = "Search for a language interpreter";
|
|
12013
|
+
CaseFlagWizardStepTitle["SEARCH_SIGN_LANGUAGE_INTERPRETER"] = "Search for a sign language interpreter";
|
|
12012
12014
|
CaseFlagWizardStepTitle["ADD_FLAG_COMMENTS"] = "Add comments for this flag";
|
|
12013
12015
|
CaseFlagWizardStepTitle["FLAG_STATUS"] = "Flag status";
|
|
12014
12016
|
CaseFlagWizardStepTitle["MANAGE_CASE_FLAGS"] = "Manage case flags";
|
|
@@ -12096,10 +12098,10 @@
|
|
|
12096
12098
|
|
|
12097
12099
|
function ReadCaseFlagFieldComponent_ng_container_1_Template(rf, ctx) {
|
|
12098
12100
|
if (rf & 1) {
|
|
12099
|
-
var
|
|
12101
|
+
var _r4_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12100
12102
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
12101
12103
|
i0__namespace.ɵɵelementStart(1, "ccd-case-flag-summary-list", 3);
|
|
12102
|
-
i0__namespace.ɵɵlistener("changeButtonEmitter", function ReadCaseFlagFieldComponent_ng_container_1_Template_ccd_case_flag_summary_list_changeButtonEmitter_1_listener($event) { i0__namespace.ɵɵrestoreView(
|
|
12104
|
+
i0__namespace.ɵɵlistener("changeButtonEmitter", function ReadCaseFlagFieldComponent_ng_container_1_Template_ccd_case_flag_summary_list_changeButtonEmitter_1_listener($event) { i0__namespace.ɵɵrestoreView(_r4_1); var ctx_r3 = i0__namespace.ɵɵnextContext(); return ctx_r3.navigateBackToForm($event); });
|
|
12103
12105
|
i0__namespace.ɵɵelementEnd();
|
|
12104
12106
|
i0__namespace.ɵɵelementContainerEnd();
|
|
12105
12107
|
}
|
|
@@ -12109,19 +12111,19 @@
|
|
|
12109
12111
|
i0__namespace.ɵɵproperty("flagForSummaryDisplay", ctx_r0.flagForSummaryDisplay)("summaryListDisplayMode", ctx_r0.summaryListDisplayMode);
|
|
12110
12112
|
}
|
|
12111
12113
|
}
|
|
12112
|
-
function
|
|
12114
|
+
function ReadCaseFlagFieldComponent_ng_container_4_div_3_ccd_case_flag_table_1_Template(rf, ctx) {
|
|
12113
12115
|
if (rf & 1) {
|
|
12114
|
-
i0__namespace.ɵɵelement(0, "ccd-case-flag-table",
|
|
12116
|
+
i0__namespace.ɵɵelement(0, "ccd-case-flag-table", 7);
|
|
12115
12117
|
}
|
|
12116
12118
|
if (rf & 2) {
|
|
12117
12119
|
var flagData_r6 = i0__namespace.ɵɵnextContext().$implicit;
|
|
12118
|
-
i0__namespace.ɵɵproperty("tableCaption",
|
|
12120
|
+
i0__namespace.ɵɵproperty("tableCaption", "")("flagData", flagData_r6)("firstColumnHeader", flagData_r6.flags.partyName);
|
|
12119
12121
|
}
|
|
12120
12122
|
}
|
|
12121
|
-
function
|
|
12123
|
+
function ReadCaseFlagFieldComponent_ng_container_4_div_3_Template(rf, ctx) {
|
|
12122
12124
|
if (rf & 1) {
|
|
12123
12125
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
12124
|
-
i0__namespace.ɵɵtemplate(1,
|
|
12126
|
+
i0__namespace.ɵɵtemplate(1, ReadCaseFlagFieldComponent_ng_container_4_div_3_ccd_case_flag_table_1_Template, 1, 3, "ccd-case-flag-table", 6);
|
|
12125
12127
|
i0__namespace.ɵɵelementEnd();
|
|
12126
12128
|
}
|
|
12127
12129
|
if (rf & 2) {
|
|
@@ -12130,34 +12132,70 @@
|
|
|
12130
12132
|
i0__namespace.ɵɵproperty("ngIf", flagData_r6.flags.partyName);
|
|
12131
12133
|
}
|
|
12132
12134
|
}
|
|
12133
|
-
function
|
|
12135
|
+
function ReadCaseFlagFieldComponent_ng_container_4_Template(rf, ctx) {
|
|
12136
|
+
if (rf & 1) {
|
|
12137
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
12138
|
+
i0__namespace.ɵɵelementStart(1, "h2", 4);
|
|
12139
|
+
i0__namespace.ɵɵtext(2, " Support requested ");
|
|
12140
|
+
i0__namespace.ɵɵelementEnd();
|
|
12141
|
+
i0__namespace.ɵɵtemplate(3, ReadCaseFlagFieldComponent_ng_container_4_div_3_Template, 2, 1, "div", 5);
|
|
12142
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
12143
|
+
}
|
|
12144
|
+
if (rf & 2) {
|
|
12145
|
+
var ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
12146
|
+
i0__namespace.ɵɵadvance(3);
|
|
12147
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r1.partyLevelCaseFlagData);
|
|
12148
|
+
}
|
|
12149
|
+
}
|
|
12150
|
+
function ReadCaseFlagFieldComponent_ng_container_5_div_3_ccd_case_flag_table_1_Template(rf, ctx) {
|
|
12151
|
+
if (rf & 1) {
|
|
12152
|
+
i0__namespace.ɵɵelement(0, "ccd-case-flag-table", 7);
|
|
12153
|
+
}
|
|
12154
|
+
if (rf & 2) {
|
|
12155
|
+
var flagData_r11 = i0__namespace.ɵɵnextContext().$implicit;
|
|
12156
|
+
i0__namespace.ɵɵproperty("tableCaption", flagData_r11.flags.partyName)("flagData", flagData_r11)("firstColumnHeader", "Party level flags");
|
|
12157
|
+
}
|
|
12158
|
+
}
|
|
12159
|
+
function ReadCaseFlagFieldComponent_ng_container_5_div_3_Template(rf, ctx) {
|
|
12134
12160
|
if (rf & 1) {
|
|
12135
12161
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
12136
|
-
i0__namespace.ɵɵ
|
|
12162
|
+
i0__namespace.ɵɵtemplate(1, ReadCaseFlagFieldComponent_ng_container_5_div_3_ccd_case_flag_table_1_Template, 1, 3, "ccd-case-flag-table", 6);
|
|
12137
12163
|
i0__namespace.ɵɵelementEnd();
|
|
12138
12164
|
}
|
|
12139
12165
|
if (rf & 2) {
|
|
12140
|
-
var
|
|
12166
|
+
var flagData_r11 = ctx.$implicit;
|
|
12167
|
+
i0__namespace.ɵɵadvance(1);
|
|
12168
|
+
i0__namespace.ɵɵproperty("ngIf", flagData_r11.flags.partyName);
|
|
12169
|
+
}
|
|
12170
|
+
}
|
|
12171
|
+
function ReadCaseFlagFieldComponent_ng_container_5_div_4_Template(rf, ctx) {
|
|
12172
|
+
if (rf & 1) {
|
|
12173
|
+
i0__namespace.ɵɵelementStart(0, "div");
|
|
12174
|
+
i0__namespace.ɵɵelement(1, "ccd-case-flag-table", 7);
|
|
12175
|
+
i0__namespace.ɵɵelementEnd();
|
|
12176
|
+
}
|
|
12177
|
+
if (rf & 2) {
|
|
12178
|
+
var ctx_r10 = i0__namespace.ɵɵnextContext(2);
|
|
12141
12179
|
i0__namespace.ɵɵadvance(1);
|
|
12142
|
-
i0__namespace.ɵɵproperty("tableCaption", "Case level flags")("flagData",
|
|
12180
|
+
i0__namespace.ɵɵproperty("tableCaption", "Case level flags")("flagData", ctx_r10.caseLevelCaseFlagData)("firstColumnHeader", "Case flags");
|
|
12143
12181
|
}
|
|
12144
12182
|
}
|
|
12145
|
-
function
|
|
12183
|
+
function ReadCaseFlagFieldComponent_ng_container_5_Template(rf, ctx) {
|
|
12146
12184
|
if (rf & 1) {
|
|
12147
12185
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
12148
12186
|
i0__namespace.ɵɵelementStart(1, "h2", 4);
|
|
12149
|
-
i0__namespace.ɵɵtext(2, "Case flags");
|
|
12187
|
+
i0__namespace.ɵɵtext(2, " Case flags ");
|
|
12150
12188
|
i0__namespace.ɵɵelementEnd();
|
|
12151
|
-
i0__namespace.ɵɵtemplate(3,
|
|
12152
|
-
i0__namespace.ɵɵtemplate(4,
|
|
12189
|
+
i0__namespace.ɵɵtemplate(3, ReadCaseFlagFieldComponent_ng_container_5_div_3_Template, 2, 1, "div", 5);
|
|
12190
|
+
i0__namespace.ɵɵtemplate(4, ReadCaseFlagFieldComponent_ng_container_5_div_4_Template, 2, 3, "div", 8);
|
|
12153
12191
|
i0__namespace.ɵɵelementContainerEnd();
|
|
12154
12192
|
}
|
|
12155
12193
|
if (rf & 2) {
|
|
12156
|
-
var
|
|
12194
|
+
var ctx_r2 = i0__namespace.ɵɵnextContext();
|
|
12157
12195
|
i0__namespace.ɵɵadvance(3);
|
|
12158
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
12196
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r2.partyLevelCaseFlagData);
|
|
12159
12197
|
i0__namespace.ɵɵadvance(1);
|
|
12160
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
12198
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r2.caseLevelCaseFlagData);
|
|
12161
12199
|
}
|
|
12162
12200
|
}
|
|
12163
12201
|
var ReadCaseFlagFieldComponent = /** @class */ (function (_super) {
|
|
@@ -12168,14 +12206,20 @@
|
|
|
12168
12206
|
_this.router = router;
|
|
12169
12207
|
_this.caseFlagStateService = caseFlagStateService;
|
|
12170
12208
|
_this.paletteContext = exports.PaletteContext;
|
|
12209
|
+
_this.displayContextParameter = '';
|
|
12171
12210
|
_this.caseLevelCaseFlagsFieldId = 'caseFlags';
|
|
12172
12211
|
_this.caseNameMissing = 'Case name missing';
|
|
12212
|
+
_this.readSupportMode = '#ARGUMENT(READ,EXTERNAL)';
|
|
12173
12213
|
_this.createMode = '#ARGUMENT(CREATE)';
|
|
12174
12214
|
_this.updateMode = '#ARGUMENT(UPDATE)';
|
|
12175
12215
|
return _this;
|
|
12176
12216
|
}
|
|
12177
12217
|
ReadCaseFlagFieldComponent.prototype.ngOnInit = function () {
|
|
12178
12218
|
var _this = this;
|
|
12219
|
+
var _a, _b;
|
|
12220
|
+
var flagLauncherControlName = Object.keys(this.formGroup.controls).find(function (controlName) { return FieldsUtils.isFlagLauncherCaseField(_this.formGroup.get(controlName)['caseField']); });
|
|
12221
|
+
var flagLauncherComponent = (_a = this.formGroup.get(flagLauncherControlName)) === null || _a === void 0 ? void 0 : _a['component'];
|
|
12222
|
+
this.displayContextParameter = (_b = flagLauncherComponent === null || flagLauncherComponent === void 0 ? void 0 : flagLauncherComponent.caseField) === null || _b === void 0 ? void 0 : _b.display_context_parameter;
|
|
12179
12223
|
// If the context is PaletteContext.DEFAULT, the Flags fields need to be located by CaseTab (they won't be present
|
|
12180
12224
|
// in the FormGroup - only the FlagLauncher field is present)
|
|
12181
12225
|
if (this.context === exports.PaletteContext.DEFAULT) {
|
|
@@ -12200,9 +12244,7 @@
|
|
|
12200
12244
|
// The FlagLauncher component, WriteCaseFlagFieldComponent, holds a reference to:
|
|
12201
12245
|
// i) the parent FormGroup for the Flags instance where changes have been made;
|
|
12202
12246
|
// ii) the currently selected flag (selectedFlag) if one exists
|
|
12203
|
-
|
|
12204
|
-
if (flagLauncherControlName && this.formGroup.get(flagLauncherControlName)['component']) {
|
|
12205
|
-
var flagLauncherComponent = this.formGroup.get(flagLauncherControlName)['component'];
|
|
12247
|
+
if (flagLauncherComponent) {
|
|
12206
12248
|
// The FlagLauncher component holds a reference (selectedFlagsLocation) containing the CaseField instance to
|
|
12207
12249
|
// which the new flag has been added
|
|
12208
12250
|
if (flagLauncherComponent.caseField.display_context_parameter === this.createMode &&
|
|
@@ -12254,17 +12296,26 @@
|
|
|
12254
12296
|
return ReadCaseFlagFieldComponent;
|
|
12255
12297
|
}(AbstractFieldReadComponent));
|
|
12256
12298
|
ReadCaseFlagFieldComponent.ɵfac = function ReadCaseFlagFieldComponent_Factory(t) { return new (t || ReadCaseFlagFieldComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$1.ActivatedRoute), i0__namespace.ɵɵdirectiveInject(i1__namespace$1.Router), i0__namespace.ɵɵdirectiveInject(CaseFlagStateService)); };
|
|
12257
|
-
ReadCaseFlagFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: ReadCaseFlagFieldComponent, selectors: [["ccd-read-case-flag-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls:
|
|
12299
|
+
ReadCaseFlagFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: ReadCaseFlagFieldComponent, selectors: [["ccd-read-case-flag-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 6, vars: 4, consts: [[3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], [3, "flagForSummaryDisplay", "summaryListDisplayMode", "changeButtonEmitter"], ["id", "read-case-flag-title", 1, "govuk-heading-l"], [4, "ngFor", "ngForOf"], [3, "tableCaption", "flagData", "firstColumnHeader", 4, "ngIf"], [3, "tableCaption", "flagData", "firstColumnHeader"], [4, "ngIf"]], template: function ReadCaseFlagFieldComponent_Template(rf, ctx) {
|
|
12258
12300
|
if (rf & 1) {
|
|
12259
12301
|
i0__namespace.ɵɵelementContainerStart(0, 0);
|
|
12260
12302
|
i0__namespace.ɵɵtemplate(1, ReadCaseFlagFieldComponent_ng_container_1_Template, 2, 2, "ng-container", 1);
|
|
12261
|
-
i0__namespace.ɵɵ
|
|
12303
|
+
i0__namespace.ɵɵelementContainerStart(2);
|
|
12304
|
+
i0__namespace.ɵɵelementContainerStart(3, 0);
|
|
12305
|
+
i0__namespace.ɵɵtemplate(4, ReadCaseFlagFieldComponent_ng_container_4_Template, 4, 1, "ng-container", 1);
|
|
12306
|
+
i0__namespace.ɵɵtemplate(5, ReadCaseFlagFieldComponent_ng_container_5_Template, 5, 2, "ng-container", 2);
|
|
12307
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
12308
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
12262
12309
|
i0__namespace.ɵɵelementContainerEnd();
|
|
12263
12310
|
}
|
|
12264
12311
|
if (rf & 2) {
|
|
12265
12312
|
i0__namespace.ɵɵproperty("ngSwitch", ctx.context);
|
|
12266
12313
|
i0__namespace.ɵɵadvance(1);
|
|
12267
12314
|
i0__namespace.ɵɵproperty("ngSwitchCase", ctx.paletteContext.CHECK_YOUR_ANSWER);
|
|
12315
|
+
i0__namespace.ɵɵadvance(2);
|
|
12316
|
+
i0__namespace.ɵɵproperty("ngSwitch", ctx.displayContextParameter);
|
|
12317
|
+
i0__namespace.ɵɵadvance(1);
|
|
12318
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", ctx.readSupportMode);
|
|
12268
12319
|
}
|
|
12269
12320
|
}, styles: [".govuk-heading-l[_ngcontent-%COMP%]{margin-top:30px}"] });
|
|
12270
12321
|
(function () {
|
|
@@ -12355,7 +12406,7 @@
|
|
|
12355
12406
|
if (rf & 2) {
|
|
12356
12407
|
var ctx_r9 = i0__namespace.ɵɵnextContext(2);
|
|
12357
12408
|
i0__namespace.ɵɵadvance(1);
|
|
12358
|
-
i0__namespace.ɵɵproperty("formGroup", ctx_r9.caseFlagParentFormGroup)("flagType", ctx_r9.flagType);
|
|
12409
|
+
i0__namespace.ɵɵproperty("formGroup", ctx_r9.caseFlagParentFormGroup)("languages", ctx_r9.flagType.listOfValues)("flagCode", ctx_r9.flagType.flagCode);
|
|
12359
12410
|
}
|
|
12360
12411
|
}
|
|
12361
12412
|
function WriteCaseFlagFieldComponent_div_1_ng_container_7_Template(rf, ctx) {
|
|
@@ -12383,7 +12434,7 @@
|
|
|
12383
12434
|
i0__namespace.ɵɵelementEnd();
|
|
12384
12435
|
i0__namespace.ɵɵtemplate(4, WriteCaseFlagFieldComponent_div_1_ng_container_4_Template, 2, 2, "ng-container", 11);
|
|
12385
12436
|
i0__namespace.ɵɵtemplate(5, WriteCaseFlagFieldComponent_div_1_ng_container_5_Template, 2, 2, "ng-container", 11);
|
|
12386
|
-
i0__namespace.ɵɵtemplate(6, WriteCaseFlagFieldComponent_div_1_ng_container_6_Template, 2,
|
|
12437
|
+
i0__namespace.ɵɵtemplate(6, WriteCaseFlagFieldComponent_div_1_ng_container_6_Template, 2, 3, "ng-container", 11);
|
|
12387
12438
|
i0__namespace.ɵɵtemplate(7, WriteCaseFlagFieldComponent_div_1_ng_container_7_Template, 2, 2, "ng-container", 11);
|
|
12388
12439
|
i0__namespace.ɵɵelementEnd();
|
|
12389
12440
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12745,7 +12796,7 @@
|
|
|
12745
12796
|
return WriteCaseFlagFieldComponent;
|
|
12746
12797
|
}(AbstractFieldWriteComponent));
|
|
12747
12798
|
WriteCaseFlagFieldComponent.ɵfac = function WriteCaseFlagFieldComponent_Factory(t) { return new (t || WriteCaseFlagFieldComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$1.ActivatedRoute), i0__namespace.ɵɵdirectiveInject(CaseEditDataService), i0__namespace.ɵɵdirectiveInject(i1__namespace.Location), i0__namespace.ɵɵdirectiveInject(CaseFlagStateService)); };
|
|
12748
|
-
WriteCaseFlagFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCaseFlagFieldComponent, selectors: [["ccd-write-case-flag-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 3, vars: 3, consts: [["class", "govuk-error-summary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 4, "ngIf"], ["class", "form-group", 3, "formGroup", 4, "ngIf"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], ["class", "govuk-error-summary__body", 4, "ngFor", "ngForOf"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], [1, "validation-error", 3, "click"], [1, "form-group", 3, "formGroup"], [1, "govuk-form-group", 3, "ngSwitch"], ["id", "create-flag-caption", 1, "govuk-caption-l", 3, "ngClass"], [4, "ngSwitchCase"], [3, "formGroup", "flagsData", "caseFlagStateEmitter"], [3, "formGroup", "jurisdiction", "caseFlagStateEmitter", "flagCommentsOptionalEmitter"], [3, "formGroup", "
|
|
12799
|
+
WriteCaseFlagFieldComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: WriteCaseFlagFieldComponent, selectors: [["ccd-write-case-flag-field"]], features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 3, vars: 3, consts: [["class", "govuk-error-summary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 4, "ngIf"], ["class", "form-group", 3, "formGroup", 4, "ngIf"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], ["class", "govuk-error-summary__body", 4, "ngFor", "ngForOf"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], [1, "validation-error", 3, "click"], [1, "form-group", 3, "formGroup"], [1, "govuk-form-group", 3, "ngSwitch"], ["id", "create-flag-caption", 1, "govuk-caption-l", 3, "ngClass"], [4, "ngSwitchCase"], [3, "formGroup", "flagsData", "caseFlagStateEmitter"], [3, "formGroup", "jurisdiction", "caseFlagStateEmitter", "flagCommentsOptionalEmitter"], [3, "formGroup", "languages", "flagCode", "caseFlagStateEmitter"], [3, "formGroup", "optional", "caseFlagStateEmitter"], [3, "formGroup", "flagsData", "caseTitle", "caseFlagStateEmitter"], [3, "formGroup", "selectedFlag", "caseFlagStateEmitter"]], template: function WriteCaseFlagFieldComponent_Template(rf, ctx) {
|
|
12749
12800
|
if (rf & 1) {
|
|
12750
12801
|
i0__namespace.ɵɵtemplate(0, WriteCaseFlagFieldComponent_div_0_Template, 4, 1, "div", 0);
|
|
12751
12802
|
i0__namespace.ɵɵtemplate(1, WriteCaseFlagFieldComponent_div_1_Template, 8, 10, "div", 1);
|
|
@@ -18837,47 +18888,59 @@
|
|
|
18837
18888
|
}] });
|
|
18838
18889
|
})();
|
|
18839
18890
|
|
|
18840
|
-
function
|
|
18891
|
+
function CaseFlagTableComponent_table_0_caption_1_Template(rf, ctx) {
|
|
18892
|
+
if (rf & 1) {
|
|
18893
|
+
i0__namespace.ɵɵelementStart(0, "caption", 13);
|
|
18894
|
+
i0__namespace.ɵɵtext(1);
|
|
18895
|
+
i0__namespace.ɵɵelementEnd();
|
|
18896
|
+
}
|
|
18897
|
+
if (rf & 2) {
|
|
18898
|
+
var ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
18899
|
+
i0__namespace.ɵɵadvance(1);
|
|
18900
|
+
i0__namespace.ɵɵtextInterpolate(ctx_r1.tableCaption);
|
|
18901
|
+
}
|
|
18902
|
+
}
|
|
18903
|
+
function CaseFlagTableComponent_table_0_tr_15_Template(rf, ctx) {
|
|
18841
18904
|
if (rf & 1) {
|
|
18842
18905
|
i0__namespace.ɵɵelementStart(0, "tr");
|
|
18843
|
-
i0__namespace.ɵɵelementStart(1, "td",
|
|
18906
|
+
i0__namespace.ɵɵelementStart(1, "td", 14);
|
|
18844
18907
|
i0__namespace.ɵɵtext(2, "None");
|
|
18845
18908
|
i0__namespace.ɵɵelementEnd();
|
|
18846
18909
|
i0__namespace.ɵɵelementEnd();
|
|
18847
18910
|
}
|
|
18848
18911
|
}
|
|
18849
|
-
function
|
|
18912
|
+
function CaseFlagTableComponent_table_0_tbody_16_tr_1_strong_15_Template(rf, ctx) {
|
|
18850
18913
|
if (rf & 1) {
|
|
18851
|
-
i0__namespace.ɵɵelementStart(0, "strong",
|
|
18914
|
+
i0__namespace.ɵɵelementStart(0, "strong", 21);
|
|
18852
18915
|
i0__namespace.ɵɵtext(1, "Active");
|
|
18853
18916
|
i0__namespace.ɵɵelementEnd();
|
|
18854
18917
|
}
|
|
18855
18918
|
}
|
|
18856
|
-
function
|
|
18919
|
+
function CaseFlagTableComponent_table_0_tbody_16_tr_1_strong_16_Template(rf, ctx) {
|
|
18857
18920
|
if (rf & 1) {
|
|
18858
|
-
i0__namespace.ɵɵelementStart(0, "strong",
|
|
18921
|
+
i0__namespace.ɵɵelementStart(0, "strong", 22);
|
|
18859
18922
|
i0__namespace.ɵɵtext(1, "Inactive");
|
|
18860
18923
|
i0__namespace.ɵɵelementEnd();
|
|
18861
18924
|
}
|
|
18862
18925
|
}
|
|
18863
|
-
function
|
|
18926
|
+
function CaseFlagTableComponent_table_0_tbody_16_tr_1_strong_17_Template(rf, ctx) {
|
|
18864
18927
|
if (rf & 1) {
|
|
18865
|
-
i0__namespace.ɵɵelementStart(0, "strong",
|
|
18928
|
+
i0__namespace.ɵɵelementStart(0, "strong", 22);
|
|
18866
18929
|
i0__namespace.ɵɵtext(1, "Requested");
|
|
18867
18930
|
i0__namespace.ɵɵelementEnd();
|
|
18868
18931
|
}
|
|
18869
18932
|
}
|
|
18870
|
-
function
|
|
18933
|
+
function CaseFlagTableComponent_table_0_tbody_16_tr_1_strong_18_Template(rf, ctx) {
|
|
18871
18934
|
if (rf & 1) {
|
|
18872
|
-
i0__namespace.ɵɵelementStart(0, "strong",
|
|
18935
|
+
i0__namespace.ɵɵelementStart(0, "strong", 23);
|
|
18873
18936
|
i0__namespace.ɵɵtext(1, "Not approved");
|
|
18874
18937
|
i0__namespace.ɵɵelementEnd();
|
|
18875
18938
|
}
|
|
18876
18939
|
}
|
|
18877
|
-
function
|
|
18940
|
+
function CaseFlagTableComponent_table_0_tbody_16_tr_1_Template(rf, ctx) {
|
|
18878
18941
|
if (rf & 1) {
|
|
18879
|
-
i0__namespace.ɵɵelementStart(0, "tr",
|
|
18880
|
-
i0__namespace.ɵɵelementStart(1, "td",
|
|
18942
|
+
i0__namespace.ɵɵelementStart(0, "tr", 16);
|
|
18943
|
+
i0__namespace.ɵɵelementStart(1, "td", 17);
|
|
18881
18944
|
i0__namespace.ɵɵelementStart(2, "div");
|
|
18882
18945
|
i0__namespace.ɵɵtext(3);
|
|
18883
18946
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -18885,95 +18948,93 @@
|
|
|
18885
18948
|
i0__namespace.ɵɵtext(5);
|
|
18886
18949
|
i0__namespace.ɵɵelementEnd();
|
|
18887
18950
|
i0__namespace.ɵɵelementEnd();
|
|
18888
|
-
i0__namespace.ɵɵelementStart(6, "td",
|
|
18951
|
+
i0__namespace.ɵɵelementStart(6, "td", 17);
|
|
18889
18952
|
i0__namespace.ɵɵtext(7);
|
|
18890
18953
|
i0__namespace.ɵɵelementEnd();
|
|
18891
|
-
i0__namespace.ɵɵelementStart(8, "td",
|
|
18954
|
+
i0__namespace.ɵɵelementStart(8, "td", 17);
|
|
18892
18955
|
i0__namespace.ɵɵtext(9);
|
|
18893
18956
|
i0__namespace.ɵɵpipe(10, "date");
|
|
18894
18957
|
i0__namespace.ɵɵelementEnd();
|
|
18895
|
-
i0__namespace.ɵɵelementStart(11, "td",
|
|
18958
|
+
i0__namespace.ɵɵelementStart(11, "td", 17);
|
|
18896
18959
|
i0__namespace.ɵɵtext(12);
|
|
18897
18960
|
i0__namespace.ɵɵpipe(13, "date");
|
|
18898
18961
|
i0__namespace.ɵɵelementEnd();
|
|
18899
|
-
i0__namespace.ɵɵelementStart(14, "td",
|
|
18900
|
-
i0__namespace.ɵɵtemplate(15,
|
|
18901
|
-
i0__namespace.ɵɵtemplate(16,
|
|
18902
|
-
i0__namespace.ɵɵtemplate(17,
|
|
18903
|
-
i0__namespace.ɵɵtemplate(18,
|
|
18962
|
+
i0__namespace.ɵɵelementStart(14, "td", 17);
|
|
18963
|
+
i0__namespace.ɵɵtemplate(15, CaseFlagTableComponent_table_0_tbody_16_tr_1_strong_15_Template, 2, 0, "strong", 18);
|
|
18964
|
+
i0__namespace.ɵɵtemplate(16, CaseFlagTableComponent_table_0_tbody_16_tr_1_strong_16_Template, 2, 0, "strong", 19);
|
|
18965
|
+
i0__namespace.ɵɵtemplate(17, CaseFlagTableComponent_table_0_tbody_16_tr_1_strong_17_Template, 2, 0, "strong", 19);
|
|
18966
|
+
i0__namespace.ɵɵtemplate(18, CaseFlagTableComponent_table_0_tbody_16_tr_1_strong_18_Template, 2, 0, "strong", 20);
|
|
18904
18967
|
i0__namespace.ɵɵelementEnd();
|
|
18905
18968
|
i0__namespace.ɵɵelementEnd();
|
|
18906
18969
|
}
|
|
18907
18970
|
if (rf & 2) {
|
|
18908
|
-
var
|
|
18909
|
-
var
|
|
18971
|
+
var flagDetail_r5 = ctx.$implicit;
|
|
18972
|
+
var ctx_r4 = i0__namespace.ɵɵnextContext(3);
|
|
18910
18973
|
i0__namespace.ɵɵadvance(3);
|
|
18911
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
18974
|
+
i0__namespace.ɵɵtextInterpolate(flagDetail_r5.name);
|
|
18912
18975
|
i0__namespace.ɵɵadvance(2);
|
|
18913
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
18976
|
+
i0__namespace.ɵɵtextInterpolate(flagDetail_r5.otherDescription);
|
|
18914
18977
|
i0__namespace.ɵɵadvance(2);
|
|
18915
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
18978
|
+
i0__namespace.ɵɵtextInterpolate(flagDetail_r5.flagComment);
|
|
18916
18979
|
i0__namespace.ɵɵadvance(2);
|
|
18917
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(10, 9,
|
|
18980
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(10, 9, flagDetail_r5.dateTimeCreated, "dd LLL yyyy"));
|
|
18918
18981
|
i0__namespace.ɵɵadvance(3);
|
|
18919
|
-
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(13, 12,
|
|
18982
|
+
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(13, 12, flagDetail_r5.dateTimeModified, "dd LLL yyyy"));
|
|
18920
18983
|
i0__namespace.ɵɵadvance(3);
|
|
18921
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
18984
|
+
i0__namespace.ɵɵproperty("ngIf", flagDetail_r5.status === ctx_r4.caseFlagStatus.ACTIVE);
|
|
18922
18985
|
i0__namespace.ɵɵadvance(1);
|
|
18923
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
18986
|
+
i0__namespace.ɵɵproperty("ngIf", flagDetail_r5.status === ctx_r4.caseFlagStatus.INACTIVE);
|
|
18924
18987
|
i0__namespace.ɵɵadvance(1);
|
|
18925
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
18988
|
+
i0__namespace.ɵɵproperty("ngIf", flagDetail_r5.status === ctx_r4.caseFlagStatus.REQUESTED);
|
|
18926
18989
|
i0__namespace.ɵɵadvance(1);
|
|
18927
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
18990
|
+
i0__namespace.ɵɵproperty("ngIf", flagDetail_r5.status === ctx_r4.caseFlagStatus.NOT_APPROVED);
|
|
18928
18991
|
}
|
|
18929
18992
|
}
|
|
18930
|
-
function
|
|
18993
|
+
function CaseFlagTableComponent_table_0_tbody_16_Template(rf, ctx) {
|
|
18931
18994
|
if (rf & 1) {
|
|
18932
18995
|
i0__namespace.ɵɵelementStart(0, "tbody", 10);
|
|
18933
|
-
i0__namespace.ɵɵtemplate(1,
|
|
18996
|
+
i0__namespace.ɵɵtemplate(1, CaseFlagTableComponent_table_0_tbody_16_tr_1_Template, 19, 15, "tr", 15);
|
|
18934
18997
|
i0__namespace.ɵɵelementEnd();
|
|
18935
18998
|
}
|
|
18936
18999
|
if (rf & 2) {
|
|
18937
|
-
var
|
|
19000
|
+
var ctx_r3 = i0__namespace.ɵɵnextContext(2);
|
|
18938
19001
|
i0__namespace.ɵɵadvance(1);
|
|
18939
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
19002
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r3.flagData.flags.details);
|
|
18940
19003
|
}
|
|
18941
19004
|
}
|
|
18942
19005
|
function CaseFlagTableComponent_table_0_Template(rf, ctx) {
|
|
18943
19006
|
if (rf & 1) {
|
|
18944
19007
|
i0__namespace.ɵɵelementStart(0, "table", 1);
|
|
18945
|
-
i0__namespace.ɵɵ
|
|
18946
|
-
i0__namespace.ɵɵ
|
|
18947
|
-
i0__namespace.ɵɵ
|
|
18948
|
-
i0__namespace.ɵɵelementStart(
|
|
18949
|
-
i0__namespace.ɵɵ
|
|
18950
|
-
i0__namespace.ɵɵelementStart(5, "th", 5);
|
|
18951
|
-
i0__namespace.ɵɵtext(6);
|
|
19008
|
+
i0__namespace.ɵɵtemplate(1, CaseFlagTableComponent_table_0_caption_1_Template, 2, 1, "caption", 2);
|
|
19009
|
+
i0__namespace.ɵɵelementStart(2, "thead", 3);
|
|
19010
|
+
i0__namespace.ɵɵelementStart(3, "tr", 4);
|
|
19011
|
+
i0__namespace.ɵɵelementStart(4, "th", 5);
|
|
19012
|
+
i0__namespace.ɵɵtext(5);
|
|
18952
19013
|
i0__namespace.ɵɵelementEnd();
|
|
18953
|
-
i0__namespace.ɵɵelementStart(
|
|
18954
|
-
i0__namespace.ɵɵtext(
|
|
19014
|
+
i0__namespace.ɵɵelementStart(6, "th", 6);
|
|
19015
|
+
i0__namespace.ɵɵtext(7, "Comments");
|
|
18955
19016
|
i0__namespace.ɵɵelementEnd();
|
|
18956
|
-
i0__namespace.ɵɵelementStart(
|
|
18957
|
-
i0__namespace.ɵɵtext(
|
|
19017
|
+
i0__namespace.ɵɵelementStart(8, "th", 7);
|
|
19018
|
+
i0__namespace.ɵɵtext(9, "Creation date");
|
|
18958
19019
|
i0__namespace.ɵɵelementEnd();
|
|
18959
|
-
i0__namespace.ɵɵelementStart(
|
|
18960
|
-
i0__namespace.ɵɵtext(
|
|
19020
|
+
i0__namespace.ɵɵelementStart(10, "th", 8);
|
|
19021
|
+
i0__namespace.ɵɵtext(11, "Last modified");
|
|
18961
19022
|
i0__namespace.ɵɵelementEnd();
|
|
18962
|
-
i0__namespace.ɵɵelementStart(
|
|
18963
|
-
i0__namespace.ɵɵtext(
|
|
19023
|
+
i0__namespace.ɵɵelementStart(12, "th", 9);
|
|
19024
|
+
i0__namespace.ɵɵtext(13, "Flag status");
|
|
18964
19025
|
i0__namespace.ɵɵelementEnd();
|
|
18965
19026
|
i0__namespace.ɵɵelementEnd();
|
|
18966
19027
|
i0__namespace.ɵɵelementEnd();
|
|
18967
|
-
i0__namespace.ɵɵelementStart(
|
|
18968
|
-
i0__namespace.ɵɵtemplate(
|
|
19028
|
+
i0__namespace.ɵɵelementStart(14, "tbody", 10);
|
|
19029
|
+
i0__namespace.ɵɵtemplate(15, CaseFlagTableComponent_table_0_tr_15_Template, 3, 0, "tr", 11);
|
|
18969
19030
|
i0__namespace.ɵɵelementEnd();
|
|
18970
|
-
i0__namespace.ɵɵtemplate(
|
|
19031
|
+
i0__namespace.ɵɵtemplate(16, CaseFlagTableComponent_table_0_tbody_16_Template, 2, 1, "tbody", 12);
|
|
18971
19032
|
i0__namespace.ɵɵelementEnd();
|
|
18972
19033
|
}
|
|
18973
19034
|
if (rf & 2) {
|
|
18974
19035
|
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
18975
|
-
i0__namespace.ɵɵadvance(
|
|
18976
|
-
i0__namespace.ɵɵ
|
|
19036
|
+
i0__namespace.ɵɵadvance(1);
|
|
19037
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r0.tableCaption);
|
|
18977
19038
|
i0__namespace.ɵɵadvance(4);
|
|
18978
19039
|
i0__namespace.ɵɵtextInterpolate(ctx_r0.firstColumnHeader);
|
|
18979
19040
|
i0__namespace.ɵɵadvance(10);
|
|
@@ -18995,9 +19056,9 @@
|
|
|
18995
19056
|
return CaseFlagTableComponent;
|
|
18996
19057
|
}());
|
|
18997
19058
|
CaseFlagTableComponent.ɵfac = function CaseFlagTableComponent_Factory(t) { return new (t || CaseFlagTableComponent)(); };
|
|
18998
|
-
CaseFlagTableComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFlagTableComponent, selectors: [["ccd-case-flag-table"]], inputs: { tableCaption: "tableCaption", flagData: "flagData", firstColumnHeader: "firstColumnHeader" }, decls: 1, vars: 1, consts: [["class", "govuk-table", 4, "ngIf"], [1, "govuk-table"], [
|
|
19059
|
+
CaseFlagTableComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: CaseFlagTableComponent, selectors: [["ccd-case-flag-table"]], inputs: { tableCaption: "tableCaption", flagData: "flagData", firstColumnHeader: "firstColumnHeader" }, decls: 1, vars: 1, consts: [["class", "govuk-table", 4, "ngIf"], [1, "govuk-table"], ["class", "govuk-table__caption govuk-table__caption--l", 4, "ngIf"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "col-party-name"], ["scope", "col", 1, "govuk-table__header", "col-comments"], ["scope", "col", 1, "govuk-table__header", "col-creation-date"], ["scope", "col", 1, "govuk-table__header", "col-last-modified"], ["scope", "col", 1, "govuk-table__header", "col-flag-status"], [1, "govuk-table__body"], [4, "ngIf"], ["class", "govuk-table__body", 4, "ngIf"], [1, "govuk-table__caption", "govuk-table__caption--l"], ["colspan", "5"], ["scope", "row", "class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["scope", "row", 1, "govuk-table__row"], [1, "govuk-table__cell"], ["class", "govuk-tag", 4, "ngIf"], ["class", "govuk-tag govuk-tag--grey", 4, "ngIf"], ["class", "govuk-tag govuk-tag--red", 4, "ngIf"], [1, "govuk-tag"], [1, "govuk-tag", "govuk-tag--grey"], [1, "govuk-tag", "govuk-tag--red"]], template: function CaseFlagTableComponent_Template(rf, ctx) {
|
|
18999
19060
|
if (rf & 1) {
|
|
19000
|
-
i0__namespace.ɵɵtemplate(0, CaseFlagTableComponent_table_0_Template,
|
|
19061
|
+
i0__namespace.ɵɵtemplate(0, CaseFlagTableComponent_table_0_Template, 17, 4, "table", 0);
|
|
19001
19062
|
}
|
|
19002
19063
|
if (rf & 2) {
|
|
19003
19064
|
i0__namespace.ɵɵproperty("ngIf", ctx.flagData);
|
|
@@ -19077,109 +19138,88 @@
|
|
|
19077
19138
|
SearchLanguageInterpreterControlNames["MANUAL_LANGUAGE_ENTRY"] = "manualLanguageEntry";
|
|
19078
19139
|
})(SearchLanguageInterpreterControlNames || (SearchLanguageInterpreterControlNames = {}));
|
|
19079
19140
|
|
|
19080
|
-
function
|
|
19081
|
-
if (rf & 1) {
|
|
19082
|
-
i0__namespace.ɵɵelementContainerStart(0);
|
|
19083
|
-
i0__namespace.ɵɵtext(1);
|
|
19084
|
-
i0__namespace.ɵɵelementContainerEnd();
|
|
19085
|
-
}
|
|
19086
|
-
if (rf & 2) {
|
|
19087
|
-
var ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
19088
|
-
i0__namespace.ɵɵadvance(1);
|
|
19089
|
-
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.caseFlagWizardStepTitle.SELECT_CASE_FLAG, " ");
|
|
19090
|
-
}
|
|
19091
|
-
}
|
|
19092
|
-
function SelectFlagTypeComponent_div_0_ng_template_6_Template(rf, ctx) {
|
|
19093
|
-
if (rf & 1) {
|
|
19094
|
-
i0__namespace.ɵɵtext(0);
|
|
19095
|
-
}
|
|
19096
|
-
if (rf & 2) {
|
|
19097
|
-
var ctx_r3 = i0__namespace.ɵɵnextContext(2);
|
|
19098
|
-
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r3.selectionTitle, " ");
|
|
19099
|
-
}
|
|
19100
|
-
}
|
|
19101
|
-
function SelectFlagTypeComponent_div_0_div_8_Template(rf, ctx) {
|
|
19141
|
+
function SelectFlagTypeComponent_div_0_div_6_Template(rf, ctx) {
|
|
19102
19142
|
if (rf & 1) {
|
|
19103
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
19104
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
19143
|
+
i0__namespace.ɵɵelementStart(0, "div", 11);
|
|
19144
|
+
i0__namespace.ɵɵelementStart(1, "span", 12);
|
|
19105
19145
|
i0__namespace.ɵɵtext(2, "Error:");
|
|
19106
19146
|
i0__namespace.ɵɵelementEnd();
|
|
19107
19147
|
i0__namespace.ɵɵtext(3);
|
|
19108
19148
|
i0__namespace.ɵɵelementEnd();
|
|
19109
19149
|
}
|
|
19110
19150
|
if (rf & 2) {
|
|
19111
|
-
var
|
|
19151
|
+
var ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
19112
19152
|
i0__namespace.ɵɵadvance(3);
|
|
19113
|
-
i0__namespace.ɵɵtextInterpolate1(" ",
|
|
19153
|
+
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r1.flagTypeNotSelectedErrorMessage, " ");
|
|
19114
19154
|
}
|
|
19115
19155
|
}
|
|
19116
|
-
function
|
|
19156
|
+
function SelectFlagTypeComponent_div_0_div_8_Template(rf, ctx) {
|
|
19117
19157
|
if (rf & 1) {
|
|
19118
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
19119
|
-
i0__namespace.ɵɵelement(1, "input",
|
|
19120
|
-
i0__namespace.ɵɵelementStart(2, "label",
|
|
19158
|
+
i0__namespace.ɵɵelementStart(0, "div", 13);
|
|
19159
|
+
i0__namespace.ɵɵelement(1, "input", 14);
|
|
19160
|
+
i0__namespace.ɵɵelementStart(2, "label", 15);
|
|
19121
19161
|
i0__namespace.ɵɵtext(3);
|
|
19122
19162
|
i0__namespace.ɵɵelementEnd();
|
|
19123
19163
|
i0__namespace.ɵɵelementEnd();
|
|
19124
19164
|
}
|
|
19125
19165
|
if (rf & 2) {
|
|
19126
|
-
var
|
|
19127
|
-
var
|
|
19128
|
-
var
|
|
19166
|
+
var flagType_r5 = ctx.$implicit;
|
|
19167
|
+
var i_r6 = ctx.index;
|
|
19168
|
+
var ctx_r2 = i0__namespace.ɵɵnextContext(2);
|
|
19129
19169
|
i0__namespace.ɵɵadvance(1);
|
|
19130
|
-
i0__namespace.ɵɵpropertyInterpolate1("id", "flag-type-",
|
|
19131
|
-
i0__namespace.ɵɵproperty("name",
|
|
19170
|
+
i0__namespace.ɵɵpropertyInterpolate1("id", "flag-type-", i_r6, "");
|
|
19171
|
+
i0__namespace.ɵɵproperty("name", ctx_r2.flagTypeControlName)("value", flagType_r5)("formControlName", ctx_r2.flagTypeControlName);
|
|
19132
19172
|
i0__namespace.ɵɵadvance(1);
|
|
19133
|
-
i0__namespace.ɵɵpropertyInterpolate1("for", "flag-type-",
|
|
19173
|
+
i0__namespace.ɵɵpropertyInterpolate1("for", "flag-type-", i_r6, "");
|
|
19134
19174
|
i0__namespace.ɵɵadvance(1);
|
|
19135
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
19175
|
+
i0__namespace.ɵɵtextInterpolate(flagType_r5.name);
|
|
19136
19176
|
}
|
|
19137
19177
|
}
|
|
19138
|
-
function
|
|
19178
|
+
function SelectFlagTypeComponent_div_0_div_9_div_4_Template(rf, ctx) {
|
|
19139
19179
|
if (rf & 1) {
|
|
19140
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
19141
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
19180
|
+
i0__namespace.ɵɵelementStart(0, "div", 20);
|
|
19181
|
+
i0__namespace.ɵɵelementStart(1, "span", 12);
|
|
19142
19182
|
i0__namespace.ɵɵtext(2, "Error:");
|
|
19143
19183
|
i0__namespace.ɵɵelementEnd();
|
|
19144
19184
|
i0__namespace.ɵɵtext(3);
|
|
19145
19185
|
i0__namespace.ɵɵelementEnd();
|
|
19146
19186
|
}
|
|
19147
19187
|
if (rf & 2) {
|
|
19148
|
-
var
|
|
19188
|
+
var ctx_r7 = i0__namespace.ɵɵnextContext(3);
|
|
19149
19189
|
i0__namespace.ɵɵadvance(3);
|
|
19150
|
-
i0__namespace.ɵɵtextInterpolate1(" ",
|
|
19190
|
+
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r7.flagTypeErrorMessage, " ");
|
|
19151
19191
|
}
|
|
19152
19192
|
}
|
|
19153
19193
|
var _c0$q = function (a0) { return { "form-group-error": a0 }; };
|
|
19154
19194
|
var _c1$6 = function (a0) { return { "govuk-input--error": a0 }; };
|
|
19155
|
-
function
|
|
19195
|
+
function SelectFlagTypeComponent_div_0_div_9_Template(rf, ctx) {
|
|
19156
19196
|
if (rf & 1) {
|
|
19157
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
19197
|
+
i0__namespace.ɵɵelementStart(0, "div", 16);
|
|
19158
19198
|
i0__namespace.ɵɵelementStart(1, "div", 2);
|
|
19159
|
-
i0__namespace.ɵɵelementStart(2, "label",
|
|
19199
|
+
i0__namespace.ɵɵelementStart(2, "label", 17);
|
|
19160
19200
|
i0__namespace.ɵɵtext(3, "Enter a flag type");
|
|
19161
19201
|
i0__namespace.ɵɵelementEnd();
|
|
19162
|
-
i0__namespace.ɵɵtemplate(4,
|
|
19163
|
-
i0__namespace.ɵɵelement(5, "input",
|
|
19202
|
+
i0__namespace.ɵɵtemplate(4, SelectFlagTypeComponent_div_0_div_9_div_4_Template, 4, 1, "div", 18);
|
|
19203
|
+
i0__namespace.ɵɵelement(5, "input", 19);
|
|
19164
19204
|
i0__namespace.ɵɵelementEnd();
|
|
19165
19205
|
i0__namespace.ɵɵelementEnd();
|
|
19166
19206
|
}
|
|
19167
19207
|
if (rf & 2) {
|
|
19168
|
-
var
|
|
19208
|
+
var ctx_r3 = i0__namespace.ɵɵnextContext(2);
|
|
19169
19209
|
i0__namespace.ɵɵadvance(1);
|
|
19170
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$q,
|
|
19210
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(5, _c0$q, ctx_r3.flagTypeErrorMessage.length > 0));
|
|
19171
19211
|
i0__namespace.ɵɵadvance(3);
|
|
19172
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
19212
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r3.flagTypeErrorMessage.length > 0);
|
|
19173
19213
|
i0__namespace.ɵɵadvance(1);
|
|
19174
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c1$6,
|
|
19214
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c1$6, ctx_r3.flagTypeErrorMessage.length > 0))("name", ctx_r3.descriptionControlName)("formControlName", ctx_r3.descriptionControlName);
|
|
19175
19215
|
}
|
|
19176
19216
|
}
|
|
19177
|
-
function
|
|
19217
|
+
function SelectFlagTypeComponent_div_0_div_10_Template(rf, ctx) {
|
|
19178
19218
|
if (rf & 1) {
|
|
19179
|
-
var
|
|
19180
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
19181
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
19182
|
-
i0__namespace.ɵɵlistener("click", function
|
|
19219
|
+
var _r9_1 = i0__namespace.ɵɵgetCurrentView();
|
|
19220
|
+
i0__namespace.ɵɵelementStart(0, "div", 21);
|
|
19221
|
+
i0__namespace.ɵɵelementStart(1, "button", 22);
|
|
19222
|
+
i0__namespace.ɵɵlistener("click", function SelectFlagTypeComponent_div_0_div_10_Template_button_click_1_listener() { i0__namespace.ɵɵrestoreView(_r9_1); var ctx_r8 = i0__namespace.ɵɵnextContext(2); return ctx_r8.onNext(); });
|
|
19183
19223
|
i0__namespace.ɵɵtext(2, "Next");
|
|
19184
19224
|
i0__namespace.ɵɵelementEnd();
|
|
19185
19225
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -19192,29 +19232,27 @@
|
|
|
19192
19232
|
i0__namespace.ɵɵelementStart(2, "fieldset", 3);
|
|
19193
19233
|
i0__namespace.ɵɵelementStart(3, "legend", 4);
|
|
19194
19234
|
i0__namespace.ɵɵelementStart(4, "h1", 5);
|
|
19195
|
-
i0__namespace.ɵɵ
|
|
19196
|
-
i0__namespace.ɵɵtemplate(6, SelectFlagTypeComponent_div_0_ng_template_6_Template, 1, 1, "ng-template", null, 7, i0__namespace.ɵɵtemplateRefExtractor);
|
|
19235
|
+
i0__namespace.ɵɵtext(5);
|
|
19197
19236
|
i0__namespace.ɵɵelementEnd();
|
|
19198
19237
|
i0__namespace.ɵɵelementEnd();
|
|
19199
|
-
i0__namespace.ɵɵtemplate(
|
|
19200
|
-
i0__namespace.ɵɵelementStart(
|
|
19201
|
-
i0__namespace.ɵɵtemplate(
|
|
19202
|
-
i0__namespace.ɵɵtemplate(
|
|
19238
|
+
i0__namespace.ɵɵtemplate(6, SelectFlagTypeComponent_div_0_div_6_Template, 4, 1, "div", 6);
|
|
19239
|
+
i0__namespace.ɵɵelementStart(7, "div", 7);
|
|
19240
|
+
i0__namespace.ɵɵtemplate(8, SelectFlagTypeComponent_div_0_div_8_Template, 4, 6, "div", 8);
|
|
19241
|
+
i0__namespace.ɵɵtemplate(9, SelectFlagTypeComponent_div_0_div_9_Template, 6, 9, "div", 9);
|
|
19203
19242
|
i0__namespace.ɵɵelementEnd();
|
|
19204
19243
|
i0__namespace.ɵɵelementEnd();
|
|
19205
19244
|
i0__namespace.ɵɵelementEnd();
|
|
19206
|
-
i0__namespace.ɵɵtemplate(
|
|
19245
|
+
i0__namespace.ɵɵtemplate(10, SelectFlagTypeComponent_div_0_div_10_Template, 3, 0, "div", 10);
|
|
19207
19246
|
i0__namespace.ɵɵelementEnd();
|
|
19208
19247
|
}
|
|
19209
19248
|
if (rf & 2) {
|
|
19210
|
-
var _r2 = i0__namespace.ɵɵreference(7);
|
|
19211
19249
|
var ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
19212
19250
|
i0__namespace.ɵɵproperty("formGroup", ctx_r0.formGroup);
|
|
19213
19251
|
i0__namespace.ɵɵadvance(1);
|
|
19214
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(
|
|
19252
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$q, ctx_r0.flagTypeNotSelectedErrorMessage.length > 0));
|
|
19215
19253
|
i0__namespace.ɵɵadvance(4);
|
|
19216
|
-
i0__namespace.ɵɵ
|
|
19217
|
-
i0__namespace.ɵɵadvance(
|
|
19254
|
+
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r0.caseFlagWizardStepTitle.SELECT_CASE_FLAG, " ");
|
|
19255
|
+
i0__namespace.ɵɵadvance(1);
|
|
19218
19256
|
i0__namespace.ɵɵproperty("ngIf", ctx_r0.flagTypeNotSelectedErrorMessage.length > 0);
|
|
19219
19257
|
i0__namespace.ɵɵadvance(2);
|
|
19220
19258
|
i0__namespace.ɵɵproperty("ngForOf", ctx_r0.flagTypes);
|
|
@@ -19232,7 +19270,6 @@
|
|
|
19232
19270
|
this.flagTypeNotSelectedErrorMessage = '';
|
|
19233
19271
|
this.flagTypeErrorMessage = '';
|
|
19234
19272
|
this.refdataError = false;
|
|
19235
|
-
this.selectionTitle = '';
|
|
19236
19273
|
this.flagTypeControlName = 'flagType';
|
|
19237
19274
|
this.descriptionControlName = 'otherFlagTypeDescription';
|
|
19238
19275
|
this.maxCharactersForOtherFlagType = 80;
|
|
@@ -19340,7 +19377,6 @@
|
|
|
19340
19377
|
}
|
|
19341
19378
|
// If the selected flag type is a parent, load the list of child flag types and reset the current selection
|
|
19342
19379
|
if (this.selectedFlagType && this.selectedFlagType.isParent) {
|
|
19343
|
-
this.selectionTitle = this.selectedFlagType.name;
|
|
19344
19380
|
this.flagTypes = this.selectedFlagType.childFlags;
|
|
19345
19381
|
(_a = this.cachedPath) === null || _a === void 0 ? void 0 : _a.shift();
|
|
19346
19382
|
this.formGroup.get(this.flagTypeControlName).setValue(((_b = this.cachedPath) === null || _b === void 0 ? void 0 : _b.length) ? this.cachedPath[0] : null, { emitEvent: false });
|
|
@@ -19377,9 +19413,9 @@
|
|
|
19377
19413
|
return SelectFlagTypeComponent;
|
|
19378
19414
|
}());
|
|
19379
19415
|
SelectFlagTypeComponent.ɵfac = function SelectFlagTypeComponent_Factory(t) { return new (t || SelectFlagTypeComponent)(i0__namespace.ɵɵdirectiveInject(CaseFlagRefdataService)); };
|
|
19380
|
-
SelectFlagTypeComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: SelectFlagTypeComponent, selectors: [["ccd-select-flag-type"]], inputs: { formGroup: "formGroup", jurisdiction: "jurisdiction" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter", flagCommentsOptionalEmitter: "flagCommentsOptionalEmitter" }, decls: 1, vars: 1, consts: [["class", "form-group", 3, "formGroup", 4, "ngIf"], [1, "form-group", 3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "flag-type-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], ["id", "flag-type-heading", 1, "govuk-fieldset__heading"
|
|
19416
|
+
SelectFlagTypeComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: SelectFlagTypeComponent, selectors: [["ccd-select-flag-type"]], inputs: { formGroup: "formGroup", jurisdiction: "jurisdiction" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter", flagCommentsOptionalEmitter: "flagCommentsOptionalEmitter" }, decls: 1, vars: 1, consts: [["class", "form-group", 3, "formGroup", 4, "ngIf"], [1, "form-group", 3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "flag-type-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], ["id", "flag-type-heading", 1, "govuk-fieldset__heading"], ["id", "flag-type-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["class", "govuk-radios__conditional", "id", "conditional-flagType", 4, "ngIf"], ["class", "govuk-button-group", 4, "ngIf"], ["id", "flag-type-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "id", "name", "value", "formControlName"], [1, "govuk-label", "govuk-radios__label", 3, "for"], ["id", "conditional-flagType", 1, "govuk-radios__conditional"], ["for", "other-flag-type-description", 1, "govuk-label"], ["id", "flag-type-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "other-flag-type-description", "type", "text", 1, "govuk-input", "govuk-!-width-one-half", 3, "ngClass", "name", "formControlName"], ["id", "flag-type-error-message", 1, "govuk-error-message"], [1, "govuk-button-group"], ["type", "button", 1, "button", "button-primary", 3, "click"]], template: function SelectFlagTypeComponent_Template(rf, ctx) {
|
|
19381
19417
|
if (rf & 1) {
|
|
19382
|
-
i0__namespace.ɵɵtemplate(0, SelectFlagTypeComponent_div_0_Template,
|
|
19418
|
+
i0__namespace.ɵɵtemplate(0, SelectFlagTypeComponent_div_0_Template, 11, 9, "div", 0);
|
|
19383
19419
|
}
|
|
19384
19420
|
if (rf & 2) {
|
|
19385
19421
|
i0__namespace.ɵɵproperty("ngIf", ctx.flagTypes == null ? null : ctx.flagTypes.length);
|
|
@@ -19537,7 +19573,10 @@
|
|
|
19537
19573
|
});
|
|
19538
19574
|
SearchLanguageInterpreterComponent.prototype.ngOnInit = function () {
|
|
19539
19575
|
var _this = this;
|
|
19540
|
-
this.
|
|
19576
|
+
this.searchLanguageInterpreterTitle = this.flagCode === this.signLanguageFlagCode
|
|
19577
|
+
? exports.CaseFlagWizardStepTitle.SEARCH_SIGN_LANGUAGE_INTERPRETER
|
|
19578
|
+
: exports.CaseFlagWizardStepTitle.SEARCH_LANGUAGE_INTERPRETER;
|
|
19579
|
+
this.searchLanguageInterpreterHint = this.flagCode === this.signLanguageFlagCode
|
|
19541
19580
|
? exports.SearchLanguageInterpreterStep.SIGN_HINT_TEXT
|
|
19542
19581
|
: exports.SearchLanguageInterpreterStep.HINT_TEXT;
|
|
19543
19582
|
this.formGroup.addControl(SearchLanguageInterpreterControlNames.LANGUAGE_SEARCH_TERM, new i1$2.FormControl());
|
|
@@ -19619,14 +19658,14 @@
|
|
|
19619
19658
|
if (searchTerm.length < this.minSearchCharacters) {
|
|
19620
19659
|
return [];
|
|
19621
19660
|
}
|
|
19622
|
-
return this.
|
|
19623
|
-
? this.
|
|
19661
|
+
return this.languages
|
|
19662
|
+
? this.languages.filter(function (language) { return language.value.toLowerCase().includes(searchTerm.toLowerCase(), 0); })
|
|
19624
19663
|
: [];
|
|
19625
19664
|
};
|
|
19626
19665
|
return SearchLanguageInterpreterComponent;
|
|
19627
19666
|
}());
|
|
19628
19667
|
SearchLanguageInterpreterComponent.ɵfac = function SearchLanguageInterpreterComponent_Factory(t) { return new (t || SearchLanguageInterpreterComponent)(); };
|
|
19629
|
-
SearchLanguageInterpreterComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: SearchLanguageInterpreterComponent, selectors: [["ccd-search-language-interpreter"]], inputs: { formGroup: "formGroup",
|
|
19668
|
+
SearchLanguageInterpreterComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: SearchLanguageInterpreterComponent, selectors: [["ccd-search-language-interpreter"]], inputs: { formGroup: "formGroup", languages: "languages", flagCode: "flagCode" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, decls: 25, vars: 18, consts: [[1, "form-group", 3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], [1, "govuk-label-wrapper"], [1, "govuk-label", "govuk-label--l", 3, "for"], ["id", "language-search-box-hint", 1, "govuk-hint"], [1, "auto-complete-container"], ["id", "language-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "language-entered-in-both-fields-error-message", "class", "govuk-error-message", 4, "ngIf"], ["aria-label", "Language search box", "matInput", "", "type", "text", 1, "govuk-input", "search-language__input", 3, "formControlName", "matAutocomplete"], ["autoActiveFirstOption", "", 1, "mat-autocomplete-panel-extend", 3, "displayWith"], ["autoSearchLanguage", "matAutocomplete"], [3, "value", 4, "ngFor", "ngForOf"], ["disabled", "", 4, "ngIf"], ["data-module", "govuk-checkboxes", 1, "govuk-checkboxes", "govuk-checkboxes--small", "govuk-checkboxes--conditional"], [1, "govuk-radios__item"], ["id", "enter-language-manually", "name", "enter-language-manually", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change"], ["for", "enter-language-manually", 1, "govuk-label", "govuk-checkboxes__label"], ["class", "govuk-radios__conditional", 4, "ngIf"], [1, "govuk-button-group"], ["type", "button", 1, "button", "button-primary", 3, "click"], ["id", "language-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "language-entered-in-both-fields-error-message", 1, "govuk-error-message"], [3, "value"], ["disabled", ""], [1, "govuk-radios__conditional"], ["for", "manual-language-entry", 1, "govuk-label"], ["id", "language-not-entered-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "language-char-limit-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "manual-language-entry", "type", "text", 1, "govuk-input", "govuk-input--width-20", 3, "name", "formControlName"], ["id", "language-not-entered-error-message", 1, "govuk-error-message"], ["id", "language-char-limit-error-message", 1, "govuk-error-message"]], template: function SearchLanguageInterpreterComponent_Template(rf, ctx) {
|
|
19630
19669
|
if (rf & 1) {
|
|
19631
19670
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
19632
19671
|
i0__namespace.ɵɵelementStart(1, "div", 1);
|
|
@@ -19676,7 +19715,7 @@
|
|
|
19676
19715
|
i0__namespace.ɵɵadvance(2);
|
|
19677
19716
|
i0__namespace.ɵɵproperty("for", ctx.SearchLanguageInterpreterControlNames.LANGUAGE_SEARCH_TERM);
|
|
19678
19717
|
i0__namespace.ɵɵadvance(1);
|
|
19679
|
-
i0__namespace.ɵɵtextInterpolate1(" ", ctx.
|
|
19718
|
+
i0__namespace.ɵɵtextInterpolate1(" ", ctx.searchLanguageInterpreterTitle, " ");
|
|
19680
19719
|
i0__namespace.ɵɵadvance(2);
|
|
19681
19720
|
i0__namespace.ɵɵtextInterpolate1(" ", ctx.searchLanguageInterpreterHint, " ");
|
|
19682
19721
|
i0__namespace.ɵɵadvance(2);
|
|
@@ -19707,7 +19746,9 @@
|
|
|
19707
19746
|
}]
|
|
19708
19747
|
}], null, { formGroup: [{
|
|
19709
19748
|
type: i0.Input
|
|
19710
|
-
}],
|
|
19749
|
+
}], languages: [{
|
|
19750
|
+
type: i0.Input
|
|
19751
|
+
}], flagCode: [{
|
|
19711
19752
|
type: i0.Input
|
|
19712
19753
|
}], caseFlagStateEmitter: [{
|
|
19713
19754
|
type: i0.Output
|
|
@@ -23149,7 +23190,7 @@
|
|
|
23149
23190
|
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldTableComponent, [i1__namespace.NgForOf, i1__namespace.NgIf, FieldReadComponent], [ReadFieldsFilterPipe, IsCompoundPipe]);
|
|
23150
23191
|
i0__namespace.ɵɵsetComponentScope(ReadComplexFieldCollectionTableComponent, [i1__namespace.NgForOf, i1__namespace.NgIf, FieldReadComponent,
|
|
23151
23192
|
ReadCaseLinkFieldComponent], [ReadFieldsFilterPipe, CcdCollectionTableCaseFieldsFilterPipe, i1__namespace.KeyValuePipe, IsCompoundPipe]);
|
|
23152
|
-
i0__namespace.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, [i1__namespace.NgSwitch, i1__namespace.NgSwitchCase, CaseFlagSummaryListComponent, i1__namespace.
|
|
23193
|
+
i0__namespace.ɵɵsetComponentScope(ReadCaseFlagFieldComponent, [i1__namespace.NgSwitch, i1__namespace.NgSwitchCase, CaseFlagSummaryListComponent, i1__namespace.NgForOf, i1__namespace.NgIf, CaseFlagTableComponent, i1__namespace.NgSwitchDefault], []);
|
|
23153
23194
|
i0__namespace.ɵɵsetComponentScope(WriteAddressFieldComponent, [i1__namespace.NgIf, i1__namespace.NgClass, i1__namespace$3.DefaultValueAccessor, i1__namespace$3.NgControlStatus, i1__namespace$3.FormControlDirective, i1__namespace$3.SelectControlValueAccessor, i1__namespace.NgForOf, i1__namespace$3.NgSelectOption, i1__namespace$3.ɵangular_packages_forms_forms_z, WriteComplexFieldComponent, i1__namespace$3.NgControlStatusGroup, i1__namespace$3.FormGroupDirective], [FieldLabelPipe]);
|
|
23154
23195
|
i0__namespace.ɵɵsetComponentScope(WriteComplexFieldComponent, [i1__namespace.NgIf, i1__namespace.NgForOf, i1__namespace.NgSwitch, i1__namespace.NgSwitchCase, FieldReadComponent, LabelSubstitutorDirective, i1__namespace$3.NgControlStatusGroup, i1__namespace$3.FormGroupDirective, FieldWriteComponent], [FieldLabelPipe, IsReadOnlyPipe]);
|
|
23155
23196
|
i0__namespace.ɵɵsetComponentScope(WriteDocumentFieldComponent, [i1__namespace.NgClass, i1__namespace.NgIf, ReadDocumentFieldComponent], [FieldLabelPipe]);
|