@hmcts/ccd-case-ui-toolkit 7.0.43-markdown → 7.0.44-manage-doc-error-msg

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.
@@ -4944,13 +4944,10 @@ class FormValidatorsService {
4944
4944
  return validator;
4945
4945
  }
4946
4946
  static markDownPatternValidator() {
4947
- const markdownPattern = /(\[[^\]]{0,500}\]\([^)]{0,500}\)|!\[[^\]]{0,500}\]\([^)]{0,500}\)|<img[^>]{0,500}>|<a[^>]{0,500}>.*?<\/a>)/;
4948
- const scriptPattern = /<script\b[^>]*>([\s\S]*?)<\/script>/;
4947
+ const pattern = /(\[[^\]]{0,500}\]\([^)]{0,500}\)|!\[[^\]]{0,500}\]\([^)]{0,500}\)|<img[^>]{0,500}>|<a[^>]{0,500}>.*?<\/a>)/;
4949
4948
  return (control) => {
4950
4949
  const value = control?.value?.toString().trim();
4951
- const markdownPatternMatch = value && markdownPattern.test(value);
4952
- const scriptPatternMatch = value && scriptPattern.test(value);
4953
- return (markdownPatternMatch || scriptPatternMatch) ? { markDownPattern: {} } : null;
4950
+ return (value && pattern.test(value)) ? { markDownPattern: {} } : null;
4954
4951
  };
4955
4952
  }
4956
4953
  // TODO: Strip this out as it's only here for the moment because
@@ -10376,6 +10373,8 @@ class CaseEditPageComponent {
10376
10373
  id = `${fieldArray['component']['collItems'][0].prefix}`;
10377
10374
  }
10378
10375
  fieldArray.controls.forEach((c) => {
10376
+ const idPrefix = c.get('value')['component'].idPrefix;
10377
+ id = idPrefix !== id ? idPrefix : id;
10379
10378
  errorPresent = this.generateErrorMessage(casefield.field_type.collection_field_type.complex_fields, c.get('value'), id);
10380
10379
  });
10381
10380
  }
@@ -22476,6 +22475,7 @@ class CaseFileViewFolderComponent {
22476
22475
  // Initialise cdk tree with generated data
22477
22476
  this.nestedDataSource = this.documentTreeData;
22478
22477
  this.nestedTreeControl.dataNodes = this.documentTreeData;
22478
+ this.sortDataSourceDescending(CaseFileViewSortColumns.DOCUMENT_UPLOAD_TIMESTAMP);
22479
22479
  });
22480
22480
  }
22481
22481
  generateTreeData(categories) {
@@ -22664,7 +22664,7 @@ class CaseFileViewFolderComponent {
22664
22664
  }], moveDocument: [{
22665
22665
  type: Output
22666
22666
  }] }); })();
22667
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseFileViewFolderComponent, { className: "CaseFileViewFolderComponent", filePath: "lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts", lineNumber: 27 }); })();
22667
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseFileViewFolderComponent, { className: "CaseFileViewFolderComponent", filePath: "lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts", lineNumber: 28 }); })();
22668
22668
 
22669
22669
  const _c0$s = a0 => ({ "form-group-error": a0 });
22670
22670
  function AddCommentsComponent_span_7_Template(rf, ctx) { if (rf & 1) {
@@ -28461,33 +28461,33 @@ var CaseEditSubmitTitles;
28461
28461
  const _c0$d = (a0, a1) => [a0, false, undefined, true, a1];
28462
28462
  const _c1$4 = a0 => ({ "form-group-error": a0 });
28463
28463
  const _c2$1 = a0 => ({ "govuk-input--error": a0 });
28464
- function CaseEditSubmitComponent_div_0_div_4_Template(rf, ctx) { if (rf & 1) {
28464
+ function CaseEditSubmitComponent_div_4_Template(rf, ctx) { if (rf & 1) {
28465
28465
  i0.ɵɵelement(0, "div");
28466
28466
  } }
28467
- function CaseEditSubmitComponent_div_0_ng_template_5_Template(rf, ctx) { if (rf & 1) {
28467
+ function CaseEditSubmitComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
28468
28468
  i0.ɵɵelement(0, "ccd-markdown", 14);
28469
28469
  i0.ɵɵpipe(1, "ccdCaseTitle");
28470
28470
  } if (rf & 2) {
28471
- const ctx_r1 = i0.ɵɵnextContext(2);
28471
+ const ctx_r1 = i0.ɵɵnextContext();
28472
28472
  i0.ɵɵproperty("content", i0.ɵɵpipeBind3(1, 1, ctx_r1.getCaseTitle(), ctx_r1.contextFields, ctx_r1.editForm.controls["data"]));
28473
28473
  } }
28474
- function CaseEditSubmitComponent_div_0_ng_template_7_h2_0_Template(rf, ctx) { if (rf & 1) {
28474
+ function CaseEditSubmitComponent_ng_template_7_h2_0_Template(rf, ctx) { if (rf & 1) {
28475
28475
  i0.ɵɵelementStart(0, "h2", 16);
28476
28476
  i0.ɵɵtext(1);
28477
28477
  i0.ɵɵpipe(2, "ccdCaseReference");
28478
28478
  i0.ɵɵelementEnd();
28479
28479
  } if (rf & 2) {
28480
- const ctx_r1 = i0.ɵɵnextContext(3);
28480
+ const ctx_r1 = i0.ɵɵnextContext(2);
28481
28481
  i0.ɵɵadvance();
28482
28482
  i0.ɵɵtextInterpolate1("#", i0.ɵɵpipeBind1(2, 1, ctx_r1.getCaseId()), "");
28483
28483
  } }
28484
- function CaseEditSubmitComponent_div_0_ng_template_7_Template(rf, ctx) { if (rf & 1) {
28485
- i0.ɵɵtemplate(0, CaseEditSubmitComponent_div_0_ng_template_7_h2_0_Template, 3, 3, "h2", 15);
28484
+ function CaseEditSubmitComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
28485
+ i0.ɵɵtemplate(0, CaseEditSubmitComponent_ng_template_7_h2_0_Template, 3, 3, "h2", 15);
28486
28486
  } if (rf & 2) {
28487
- const ctx_r1 = i0.ɵɵnextContext(2);
28487
+ const ctx_r1 = i0.ɵɵnextContext();
28488
28488
  i0.ɵɵproperty("ngIf", ctx_r1.getCaseId());
28489
28489
  } }
28490
- function CaseEditSubmitComponent_div_0_ng_container_12_span_4_Template(rf, ctx) { if (rf & 1) {
28490
+ function CaseEditSubmitComponent_div_12_ng_container_1_span_4_Template(rf, ctx) { if (rf & 1) {
28491
28491
  i0.ɵɵelementStart(0, "span", 20);
28492
28492
  i0.ɵɵtext(1);
28493
28493
  i0.ɵɵpipe(2, "rpxTranslate");
@@ -28496,7 +28496,7 @@ function CaseEditSubmitComponent_div_0_ng_container_12_span_4_Template(rf, ctx)
28496
28496
  i0.ɵɵadvance();
28497
28497
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Check the information below carefully."));
28498
28498
  } }
28499
- function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_th_2_Template(rf, ctx) { if (rf & 1) {
28499
+ function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_th_2_Template(rf, ctx) { if (rf & 1) {
28500
28500
  i0.ɵɵelementStart(0, "th", 25)(1, "span", 20);
28501
28501
  i0.ɵɵtext(2);
28502
28502
  i0.ɵɵpipe(3, "rpxTranslate");
@@ -28506,10 +28506,10 @@ function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_contain
28506
28506
  i0.ɵɵadvance(2);
28507
28507
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 1, field_r3.label));
28508
28508
  } }
28509
- function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_a_2_Template(rf, ctx) { if (rf & 1) {
28509
+ function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_a_2_Template(rf, ctx) { if (rf & 1) {
28510
28510
  const _r4 = i0.ɵɵgetCurrentView();
28511
28511
  i0.ɵɵelementStart(0, "a", 13);
28512
- i0.ɵɵlistener("click", function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_a_2_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r4); const page_r5 = i0.ɵɵnextContext(5).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.navigateToPage(page_r5.id)); });
28512
+ i0.ɵɵlistener("click", function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_a_2_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r4); const page_r5 = i0.ɵɵnextContext(5).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.navigateToPage(page_r5.id)); });
28513
28513
  i0.ɵɵelementStart(1, "span", 20);
28514
28514
  i0.ɵɵpipe(2, "rpxTranslate");
28515
28515
  i0.ɵɵpipe(3, "rpxTranslate");
@@ -28523,10 +28523,10 @@ function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_contain
28523
28523
  i0.ɵɵadvance(3);
28524
28524
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 8, "Change"), " ");
28525
28525
  } }
28526
- function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_Template(rf, ctx) { if (rf & 1) {
28526
+ function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_Template(rf, ctx) { if (rf & 1) {
28527
28527
  i0.ɵɵelementContainerStart(0);
28528
28528
  i0.ɵɵelementStart(1, "td", 26);
28529
- i0.ɵɵtemplate(2, CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_a_2_Template, 6, 10, "a", 27);
28529
+ i0.ɵɵtemplate(2, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_a_2_Template, 6, 10, "a", 27);
28530
28530
  i0.ɵɵelementEnd();
28531
28531
  i0.ɵɵelementContainerEnd();
28532
28532
  } if (rf & 2) {
@@ -28535,14 +28535,14 @@ function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_contain
28535
28535
  i0.ɵɵadvance(2);
28536
28536
  i0.ɵɵproperty("ngIf", ctx_r1.isChangeAllowed(field_r3));
28537
28537
  } }
28538
- function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
28538
+ function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
28539
28539
  i0.ɵɵelementContainerStart(0);
28540
28540
  i0.ɵɵelementStart(1, "tr", 21);
28541
- i0.ɵɵtemplate(2, CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_th_2_Template, 4, 3, "th", 22);
28541
+ i0.ɵɵtemplate(2, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_th_2_Template, 4, 3, "th", 22);
28542
28542
  i0.ɵɵelementStart(3, "td", 23);
28543
28543
  i0.ɵɵelement(4, "ccd-field-read", 24);
28544
28544
  i0.ɵɵelementEnd();
28545
- i0.ɵɵtemplate(5, CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_Template, 3, 1, "ng-container", 2);
28545
+ i0.ɵɵtemplate(5, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_ng_container_5_Template, 3, 1, "ng-container", 7);
28546
28546
  i0.ɵɵelementEnd();
28547
28547
  i0.ɵɵelementContainerEnd();
28548
28548
  } if (rf & 2) {
@@ -28559,9 +28559,9 @@ function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_contain
28559
28559
  i0.ɵɵadvance();
28560
28560
  i0.ɵɵproperty("ngIf", !ctx_r1.caseEdit.isCaseFlagSubmission);
28561
28561
  } }
28562
- function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
28562
+ function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
28563
28563
  i0.ɵɵelementContainerStart(0);
28564
- i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_ng_container_1_Template, 6, 12, "ng-container", 2);
28564
+ i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_ng_container_1_Template, 6, 12, "ng-container", 7);
28565
28565
  i0.ɵɵelementContainerEnd();
28566
28566
  } if (rf & 2) {
28567
28567
  const field_r3 = ctx.$implicit;
@@ -28569,9 +28569,9 @@ function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_contain
28569
28569
  i0.ɵɵadvance();
28570
28570
  i0.ɵɵproperty("ngIf", ctx_r1.canShowFieldInCYA(field_r3));
28571
28571
  } }
28572
- function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
28572
+ function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
28573
28573
  i0.ɵɵelementContainerStart(0);
28574
- i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_ng_container_1_Template, 2, 1, "ng-container", 19);
28574
+ i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_ng_container_1_Template, 2, 1, "ng-container", 19);
28575
28575
  i0.ɵɵpipe(2, "ccdPageFields");
28576
28576
  i0.ɵɵpipe(3, "ccdReadFieldsFilter");
28577
28577
  i0.ɵɵpipe(4, "ccdCYAPageLabelFilter");
@@ -28582,9 +28582,9 @@ function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_contain
28582
28582
  i0.ɵɵadvance();
28583
28583
  i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(4, 10, i0.ɵɵpipeBindV(3, 4, i0.ɵɵpureFunction2(12, _c0$d, i0.ɵɵpipeBind2(2, 1, page_r5, ctx_r1.editForm), ctx_r1.allFieldsValues))));
28584
28584
  } }
28585
- function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_Template(rf, ctx) { if (rf & 1) {
28585
+ function CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_Template(rf, ctx) { if (rf & 1) {
28586
28586
  i0.ɵɵelementContainerStart(0);
28587
- i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_ng_container_1_Template, 5, 15, "ng-container", 2);
28587
+ i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_ng_container_1_Template, 5, 15, "ng-container", 7);
28588
28588
  i0.ɵɵelementContainerEnd();
28589
28589
  } if (rf & 2) {
28590
28590
  const page_r5 = ctx.$implicit;
@@ -28592,15 +28592,15 @@ function CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_Template(r
28592
28592
  i0.ɵɵadvance();
28593
28593
  i0.ɵɵproperty("ngIf", ctx_r1.isShown(page_r5));
28594
28594
  } }
28595
- function CaseEditSubmitComponent_div_0_ng_container_12_Template(rf, ctx) { if (rf & 1) {
28595
+ function CaseEditSubmitComponent_div_12_ng_container_1_Template(rf, ctx) { if (rf & 1) {
28596
28596
  i0.ɵɵelementContainerStart(0);
28597
28597
  i0.ɵɵelementStart(1, "h2", 16);
28598
28598
  i0.ɵɵtext(2);
28599
28599
  i0.ɵɵpipe(3, "rpxTranslate");
28600
28600
  i0.ɵɵelementEnd();
28601
- i0.ɵɵtemplate(4, CaseEditSubmitComponent_div_0_ng_container_12_span_4_Template, 3, 3, "span", 17);
28601
+ i0.ɵɵtemplate(4, CaseEditSubmitComponent_div_12_ng_container_1_span_4_Template, 3, 3, "span", 17);
28602
28602
  i0.ɵɵelementStart(5, "table", 18)(6, "tbody");
28603
- i0.ɵɵtemplate(7, CaseEditSubmitComponent_div_0_ng_container_12_ng_container_7_Template, 2, 1, "ng-container", 19);
28603
+ i0.ɵɵtemplate(7, CaseEditSubmitComponent_div_12_ng_container_1_ng_container_7_Template, 2, 1, "ng-container", 19);
28604
28604
  i0.ɵɵelementEnd()();
28605
28605
  i0.ɵɵelementContainerEnd();
28606
28606
  } if (rf & 2) {
@@ -28612,7 +28612,7 @@ function CaseEditSubmitComponent_div_0_ng_container_12_Template(rf, ctx) { if (r
28612
28612
  i0.ɵɵadvance(3);
28613
28613
  i0.ɵɵproperty("ngForOf", ctx_r1.wizard.pages);
28614
28614
  } }
28615
- function CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_tr_3_Template(rf, ctx) { if (rf & 1) {
28615
+ function CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_3_Template(rf, ctx) { if (rf & 1) {
28616
28616
  i0.ɵɵelementStart(0, "tr", 32)(1, "th", 33);
28617
28617
  i0.ɵɵtext(2);
28618
28618
  i0.ɵɵelementEnd();
@@ -28628,7 +28628,7 @@ function CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_tr_3_Templ
28628
28628
  i0.ɵɵadvance(2);
28629
28629
  i0.ɵɵproperty("formGroup", ctx_r1.editForm.controls["data"])("caseField", ctx_r1.summaryCaseField(field_r6));
28630
28630
  } }
28631
- function CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_tr_4_Template(rf, ctx) { if (rf & 1) {
28631
+ function CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_4_Template(rf, ctx) { if (rf & 1) {
28632
28632
  i0.ɵɵelementStart(0, "tr", 36)(1, "td", 37);
28633
28633
  i0.ɵɵelement(2, "ccd-field-read", 38);
28634
28634
  i0.ɵɵelementEnd()();
@@ -28639,10 +28639,10 @@ function CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_tr_4_Templ
28639
28639
  i0.ɵɵadvance(2);
28640
28640
  i0.ɵɵproperty("formGroup", ctx_r1.editForm.controls["data"])("caseField", ctx_r1.summaryCaseField(field_r6))("caseFields", ctx_r1.contextFields);
28641
28641
  } }
28642
- function CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_Template(rf, ctx) { if (rf & 1) {
28642
+ function CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_Template(rf, ctx) { if (rf & 1) {
28643
28643
  i0.ɵɵelementContainerStart(0)(1, 29);
28644
28644
  i0.ɵɵpipe(2, "ccdIsCompound");
28645
- i0.ɵɵtemplate(3, CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_tr_3_Template, 5, 6, "tr", 30)(4, CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_tr_4_Template, 3, 6, "tr", 31);
28645
+ i0.ɵɵtemplate(3, CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_3_Template, 5, 6, "tr", 30)(4, CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_tr_4_Template, 3, 6, "tr", 31);
28646
28646
  i0.ɵɵelementContainerEnd()();
28647
28647
  } if (rf & 2) {
28648
28648
  const field_r6 = ctx.$implicit;
@@ -28653,10 +28653,10 @@ function CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_Template(r
28653
28653
  i0.ɵɵadvance();
28654
28654
  i0.ɵɵproperty("ngSwitchCase", false);
28655
28655
  } }
28656
- function CaseEditSubmitComponent_div_0_ng_container_13_Template(rf, ctx) { if (rf & 1) {
28656
+ function CaseEditSubmitComponent_div_12_ng_container_2_Template(rf, ctx) { if (rf & 1) {
28657
28657
  i0.ɵɵelementContainerStart(0);
28658
28658
  i0.ɵɵelementStart(1, "table", 28)(2, "tbody");
28659
- i0.ɵɵtemplate(3, CaseEditSubmitComponent_div_0_ng_container_13_ng_container_3_Template, 5, 5, "ng-container", 19);
28659
+ i0.ɵɵtemplate(3, CaseEditSubmitComponent_div_12_ng_container_2_ng_container_3_Template, 5, 5, "ng-container", 19);
28660
28660
  i0.ɵɵelementEnd()();
28661
28661
  i0.ɵɵelementContainerEnd();
28662
28662
  } if (rf & 2) {
@@ -28664,7 +28664,7 @@ function CaseEditSubmitComponent_div_0_ng_container_13_Template(rf, ctx) { if (r
28664
28664
  i0.ɵɵadvance(3);
28665
28665
  i0.ɵɵproperty("ngForOf", ctx_r1.showSummaryFields);
28666
28666
  } }
28667
- function CaseEditSubmitComponent_div_0_ng_container_14_span_8_Template(rf, ctx) { if (rf & 1) {
28667
+ function CaseEditSubmitComponent_div_12_ng_container_3_span_8_Template(rf, ctx) { if (rf & 1) {
28668
28668
  i0.ɵɵelementStart(0, "span", 48);
28669
28669
  i0.ɵɵtext(1);
28670
28670
  i0.ɵɵpipe(2, "ccdFirstError");
@@ -28675,7 +28675,7 @@ function CaseEditSubmitComponent_div_0_ng_container_14_span_8_Template(rf, ctx)
28675
28675
  i0.ɵɵadvance();
28676
28676
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 4, i0.ɵɵpipeBind2(2, 1, ctx_r1.summary.errors, ctx_r1.eventSummaryLabel)), " ");
28677
28677
  } }
28678
- function CaseEditSubmitComponent_div_0_ng_container_14_span_13_Template(rf, ctx) { if (rf & 1) {
28678
+ function CaseEditSubmitComponent_div_12_ng_container_3_span_13_Template(rf, ctx) { if (rf & 1) {
28679
28679
  i0.ɵɵelementStart(0, "span", 48);
28680
28680
  i0.ɵɵtext(1);
28681
28681
  i0.ɵɵpipe(2, "ccdFirstError");
@@ -28686,7 +28686,7 @@ function CaseEditSubmitComponent_div_0_ng_container_14_span_13_Template(rf, ctx)
28686
28686
  i0.ɵɵadvance();
28687
28687
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 4, i0.ɵɵpipeBind2(2, 1, ctx_r1.description.errors, ctx_r1.eventDescriptionLabel)), " ");
28688
28688
  } }
28689
- function CaseEditSubmitComponent_div_0_ng_container_14_Template(rf, ctx) { if (rf & 1) {
28689
+ function CaseEditSubmitComponent_div_12_ng_container_3_Template(rf, ctx) { if (rf & 1) {
28690
28690
  i0.ɵɵelementContainerStart(0);
28691
28691
  i0.ɵɵelementStart(1, "fieldset", 39);
28692
28692
  i0.ɵɵelement(2, "legend", 40);
@@ -28695,13 +28695,13 @@ function CaseEditSubmitComponent_div_0_ng_container_14_Template(rf, ctx) { if (r
28695
28695
  i0.ɵɵelementStart(6, "span", 43);
28696
28696
  i0.ɵɵtext(7, "A few words describing the purpose of the event.");
28697
28697
  i0.ɵɵelementEnd()();
28698
- i0.ɵɵtemplate(8, CaseEditSubmitComponent_div_0_ng_container_14_span_8_Template, 4, 6, "span", 44);
28698
+ i0.ɵɵtemplate(8, CaseEditSubmitComponent_div_12_ng_container_3_span_8_Template, 4, 6, "span", 44);
28699
28699
  i0.ɵɵelement(9, "input", 45);
28700
28700
  i0.ɵɵelementEnd();
28701
28701
  i0.ɵɵelementStart(10, "div", 41)(11, "label", 46);
28702
28702
  i0.ɵɵtext(12, "Event description (optional)");
28703
28703
  i0.ɵɵelementEnd();
28704
- i0.ɵɵtemplate(13, CaseEditSubmitComponent_div_0_ng_container_14_span_13_Template, 4, 6, "span", 44);
28704
+ i0.ɵɵtemplate(13, CaseEditSubmitComponent_div_12_ng_container_3_span_13_Template, 4, 6, "span", 44);
28705
28705
  i0.ɵɵelement(14, "textarea", 47);
28706
28706
  i0.ɵɵelementEnd()();
28707
28707
  i0.ɵɵelementContainerEnd();
@@ -28720,84 +28720,41 @@ function CaseEditSubmitComponent_div_0_ng_container_14_Template(rf, ctx) { if (r
28720
28720
  i0.ɵɵadvance();
28721
28721
  i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c2$1, (ctx_r1.description == null ? null : ctx_r1.description.errors) && (ctx_r1.description.dirty || ctx_r1.description.touched)));
28722
28722
  } }
28723
- function CaseEditSubmitComponent_div_0_button_16_Template(rf, ctx) { if (rf & 1) {
28724
- const _r7 = i0.ɵɵgetCurrentView();
28725
- i0.ɵɵelementStart(0, "button", 49);
28726
- i0.ɵɵlistener("click", function CaseEditSubmitComponent_div_0_button_16_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.previous()); });
28727
- i0.ɵɵtext(1);
28728
- i0.ɵɵpipe(2, "rpxTranslate");
28729
- i0.ɵɵelementEnd();
28730
- } if (rf & 2) {
28731
- const ctx_r1 = i0.ɵɵnextContext(2);
28732
- i0.ɵɵproperty("disabled", !ctx_r1.hasPrevious() || ctx_r1.caseEdit.isSubmitting);
28733
- i0.ɵɵadvance();
28734
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "Previous"), " ");
28735
- } }
28736
- function CaseEditSubmitComponent_div_0_Template(rf, ctx) { if (rf & 1) {
28737
- const _r1 = i0.ɵɵgetCurrentView();
28738
- i0.ɵɵelementStart(0, "div")(1, "h1", 4);
28739
- i0.ɵɵtext(2);
28740
- i0.ɵɵpipe(3, "rpxTranslate");
28723
+ function CaseEditSubmitComponent_div_12_Template(rf, ctx) { if (rf & 1) {
28724
+ i0.ɵɵelementStart(0, "div");
28725
+ i0.ɵɵtemplate(1, CaseEditSubmitComponent_div_12_ng_container_1_Template, 8, 5, "ng-container", 7)(2, CaseEditSubmitComponent_div_12_ng_container_2_Template, 4, 1, "ng-container", 7)(3, CaseEditSubmitComponent_div_12_ng_container_3_Template, 15, 14, "ng-container", 7);
28741
28726
  i0.ɵɵelementEnd();
28742
- i0.ɵɵtemplate(4, CaseEditSubmitComponent_div_0_div_4_Template, 1, 0, "div", 5)(5, CaseEditSubmitComponent_div_0_ng_template_5_Template, 2, 5, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(7, CaseEditSubmitComponent_div_0_ng_template_7_Template, 1, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
28743
- i0.ɵɵelement(9, "ccd-case-edit-generic-errors", 6);
28744
- i0.ɵɵelementStart(10, "ccd-callback-errors", 7);
28745
- i0.ɵɵlistener("callbackErrorsContext", function CaseEditSubmitComponent_div_0_Template_ccd_callback_errors_callbackErrorsContext_10_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.callbackErrorsNotify($event)); });
28746
- i0.ɵɵelementEnd();
28747
- i0.ɵɵelementStart(11, "form", 8);
28748
- i0.ɵɵlistener("submit", function CaseEditSubmitComponent_div_0_Template_form_submit_11_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.submit()); });
28749
- i0.ɵɵtemplate(12, CaseEditSubmitComponent_div_0_ng_container_12_Template, 8, 5, "ng-container", 2)(13, CaseEditSubmitComponent_div_0_ng_container_13_Template, 4, 1, "ng-container", 2)(14, CaseEditSubmitComponent_div_0_ng_container_14_Template, 15, 14, "ng-container", 2);
28750
- i0.ɵɵelementStart(15, "div", 9);
28751
- i0.ɵɵtemplate(16, CaseEditSubmitComponent_div_0_button_16_Template, 3, 4, "button", 10);
28752
- i0.ɵɵelementStart(17, "button", 11);
28753
- i0.ɵɵtext(18);
28754
- i0.ɵɵpipe(19, "rpxTranslate");
28755
- i0.ɵɵelementEnd()();
28756
- i0.ɵɵelementStart(20, "p", 12)(21, "a", 13);
28757
- i0.ɵɵlistener("click", function CaseEditSubmitComponent_div_0_Template_a_click_21_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.cancel()); });
28758
- i0.ɵɵtext(22);
28759
- i0.ɵɵpipe(23, "rpxTranslate");
28760
- i0.ɵɵelementEnd()()()();
28761
28727
  } if (rf & 2) {
28762
- const titleBlock_r8 = i0.ɵɵreference(6);
28763
- const idBlock_r9 = i0.ɵɵreference(8);
28764
28728
  const ctx_r1 = i0.ɵɵnextContext();
28765
- i0.ɵɵadvance(2);
28766
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 16, ctx_r1.eventTrigger.name));
28767
- i0.ɵɵadvance(2);
28768
- i0.ɵɵproperty("ngIf", ctx_r1.getCaseTitle())("ngIfThen", titleBlock_r8)("ngIfElse", idBlock_r9);
28769
- i0.ɵɵadvance(5);
28770
- i0.ɵɵproperty("error", ctx_r1.caseEdit.error);
28771
- i0.ɵɵadvance();
28772
- i0.ɵɵproperty("callbackErrorsSubject", ctx_r1.caseEdit.callbackErrorsSubject);
28773
- i0.ɵɵadvance();
28774
- i0.ɵɵproperty("formGroup", ctx_r1.editForm);
28775
28729
  i0.ɵɵadvance();
28776
28730
  i0.ɵɵproperty("ngIf", ctx_r1.checkYourAnswerFieldsToDisplayExists());
28777
28731
  i0.ɵɵadvance();
28778
28732
  i0.ɵɵproperty("ngIf", ctx_r1.readOnlySummaryFieldsToDisplayExists());
28779
28733
  i0.ɵɵadvance();
28780
28734
  i0.ɵɵproperty("ngIf", ctx_r1.showEventNotes());
28781
- i0.ɵɵadvance(2);
28782
- i0.ɵɵproperty("ngIf", !ctx_r1.caseEdit.isCaseFlagSubmission);
28783
- i0.ɵɵadvance();
28784
- i0.ɵɵproperty("disabled", ctx_r1.isDisabled);
28785
- i0.ɵɵadvance();
28786
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 18, ctx_r1.triggerText), " ");
28787
- i0.ɵɵadvance(3);
28788
- i0.ɵɵclassProp("disabled", ctx_r1.caseEdit.isSubmitting);
28789
- i0.ɵɵadvance();
28790
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(23, 20, ctx_r1.getCancelText()));
28791
28735
  } }
28792
- function CaseEditSubmitComponent_ccd_case_event_completion_1_Template(rf, ctx) { if (rf & 1) {
28793
- const _r10 = i0.ɵɵgetCurrentView();
28794
- i0.ɵɵelementStart(0, "ccd-case-event-completion", 50);
28795
- i0.ɵɵlistener("eventCanBeCompleted", function CaseEditSubmitComponent_ccd_case_event_completion_1_Template_ccd_case_event_completion_eventCanBeCompleted_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onEventCanBeCompleted($event)); });
28736
+ function CaseEditSubmitComponent_ccd_case_event_completion_13_Template(rf, ctx) { if (rf & 1) {
28737
+ const _r7 = i0.ɵɵgetCurrentView();
28738
+ i0.ɵɵelementStart(0, "ccd-case-event-completion", 49);
28739
+ i0.ɵɵlistener("eventCanBeCompleted", function CaseEditSubmitComponent_ccd_case_event_completion_13_Template_ccd_case_event_completion_eventCanBeCompleted_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onEventCanBeCompleted($event)); });
28796
28740
  i0.ɵɵelementEnd();
28797
28741
  } if (rf & 2) {
28798
28742
  const ctx_r1 = i0.ɵɵnextContext();
28799
28743
  i0.ɵɵproperty("eventCompletionParams", ctx_r1.caseEdit.eventCompletionParams);
28800
28744
  } }
28745
+ function CaseEditSubmitComponent_button_15_Template(rf, ctx) { if (rf & 1) {
28746
+ const _r8 = i0.ɵɵgetCurrentView();
28747
+ i0.ɵɵelementStart(0, "button", 50);
28748
+ i0.ɵɵlistener("click", function CaseEditSubmitComponent_button_15_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.previous()); });
28749
+ i0.ɵɵtext(1);
28750
+ i0.ɵɵpipe(2, "rpxTranslate");
28751
+ i0.ɵɵelementEnd();
28752
+ } if (rf & 2) {
28753
+ const ctx_r1 = i0.ɵɵnextContext();
28754
+ i0.ɵɵproperty("disabled", !ctx_r1.hasPrevious() || ctx_r1.caseEdit.isSubmitting);
28755
+ i0.ɵɵadvance();
28756
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "Previous"), " ");
28757
+ } }
28801
28758
  // @dynamic
28802
28759
  class CaseEditSubmitComponent {
28803
28760
  caseEdit;
@@ -29035,17 +28992,63 @@ class CaseEditSubmitComponent {
29035
28992
  return 'Cancel';
29036
28993
  }
29037
28994
  static ɵfac = function CaseEditSubmitComponent_Factory(t) { return new (t || CaseEditSubmitComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(CaseFieldService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(FormValidatorsService)); };
29038
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditSubmitComponent, selectors: [["ccd-case-edit-submit"]], decls: 2, vars: 2, consts: [["titleBlock", ""], ["idBlock", ""], [4, "ngIf"], [3, "eventCompletionParams", "eventCanBeCompleted", 4, "ngIf"], [1, "govuk-heading-l"], [4, "ngIf", "ngIfThen", "ngIfElse"], [3, "error"], [3, "callbackErrorsContext", "callbackErrorsSubject"], [1, "check-your-answers", 3, "submit", "formGroup"], [1, "form-group", "form-group-related"], ["class", "button button-secondary", "type", "button", 3, "disabled", "click", 4, "ngIf"], ["type", "submit", 1, "button", 3, "disabled"], [1, "cancel"], ["href", "javascript:void(0)", 3, "click"], [3, "content"], ["class", "heading-h2", 4, "ngIf"], [1, "heading-h2"], ["class", "text-16", 4, "ngIf"], ["aria-describedby", "check your answers table", 1, "form-table"], [4, "ngFor", "ngForOf"], [1, "text-16"], ["ccdLabelSubstitutor", "", 3, "caseField", "hidden", "formGroup", "contextFields"], ["class", "valign-top case-field-label", 4, "ngIf"], [1, "form-cell", "case-field-content"], [3, "formGroup", "topLevelFormGroup", "caseField", "context", "caseFields"], [1, "valign-top", "case-field-label"], [1, "valign-top", "check-your-answers__change", "case-field-change"], ["href", "javascript:void(0)", 3, "click", 4, "ngIf"], ["aria-describedby", "summary fields table", 1, "summary-fields"], [3, "ngSwitch"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["class", "compound-field", "ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields"], ["id", "summary-field-label"], [1, "form-cell"], [3, "formGroup", "caseField"], ["ccdLabelSubstitutor", "", 1, "compound-field", 3, "caseField", "formGroup", "contextFields"], ["colspan", "2"], [3, "formGroup", "caseField", "caseFields"], ["id", "fieldset-event", "formGroupName", "event"], [2, "display", "none"], [1, "form-group", 3, "ngClass"], ["for", "field-trigger-summary", 1, "form-label"], [1, "form-hint"], ["class", "error-message", 4, "ngIf"], ["type", "text", "id", "field-trigger-summary", "formControlName", "summary", "maxlength", "1024", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], ["for", "field-trigger-description", 1, "form-label"], ["id", "field-trigger-description", "formControlName", "description", "maxlength", "65536", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], [1, "error-message"], ["type", "button", 1, "button", "button-secondary", 3, "click", "disabled"], [3, "eventCanBeCompleted", "eventCompletionParams"]], template: function CaseEditSubmitComponent_Template(rf, ctx) { if (rf & 1) {
29039
- i0.ɵɵtemplate(0, CaseEditSubmitComponent_div_0_Template, 24, 22, "div", 2)(1, CaseEditSubmitComponent_ccd_case_event_completion_1_Template, 1, 1, "ccd-case-event-completion", 3);
28995
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditSubmitComponent, selectors: [["ccd-case-edit-submit"]], decls: 23, vars: 21, consts: [["titleBlock", ""], ["idBlock", ""], [1, "govuk-heading-l"], [4, "ngIf", "ngIfThen", "ngIfElse"], [3, "error"], [3, "callbackErrorsContext", "callbackErrorsSubject"], [1, "check-your-answers", 3, "submit", "formGroup"], [4, "ngIf"], [3, "eventCompletionParams", "eventCanBeCompleted", 4, "ngIf"], [1, "form-group", "form-group-related"], ["class", "button button-secondary", "type", "button", 3, "disabled", "click", 4, "ngIf"], ["type", "submit", 1, "button", 3, "disabled"], [1, "cancel"], ["href", "javascript:void(0)", 3, "click"], [3, "content"], ["class", "heading-h2", 4, "ngIf"], [1, "heading-h2"], ["class", "text-16", 4, "ngIf"], ["aria-describedby", "check your answers table", 1, "form-table"], [4, "ngFor", "ngForOf"], [1, "text-16"], ["ccdLabelSubstitutor", "", 3, "caseField", "hidden", "formGroup", "contextFields"], ["class", "valign-top case-field-label", 4, "ngIf"], [1, "form-cell", "case-field-content"], [3, "formGroup", "topLevelFormGroup", "caseField", "context", "caseFields"], [1, "valign-top", "case-field-label"], [1, "valign-top", "check-your-answers__change", "case-field-change"], ["href", "javascript:void(0)", 3, "click", 4, "ngIf"], ["aria-describedby", "summary fields table", 1, "summary-fields"], [3, "ngSwitch"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["class", "compound-field", "ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields"], ["id", "summary-field-label"], [1, "form-cell"], [3, "formGroup", "caseField"], ["ccdLabelSubstitutor", "", 1, "compound-field", 3, "caseField", "formGroup", "contextFields"], ["colspan", "2"], [3, "formGroup", "caseField", "caseFields"], ["id", "fieldset-event", "formGroupName", "event"], [2, "display", "none"], [1, "form-group", 3, "ngClass"], ["for", "field-trigger-summary", 1, "form-label"], [1, "form-hint"], ["class", "error-message", 4, "ngIf"], ["type", "text", "id", "field-trigger-summary", "formControlName", "summary", "maxlength", "1024", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], ["for", "field-trigger-description", 1, "form-label"], ["id", "field-trigger-description", "formControlName", "description", "maxlength", "65536", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], [1, "error-message"], [3, "eventCanBeCompleted", "eventCompletionParams"], ["type", "button", 1, "button", "button-secondary", 3, "click", "disabled"]], template: function CaseEditSubmitComponent_Template(rf, ctx) { if (rf & 1) {
28996
+ const _r1 = i0.ɵɵgetCurrentView();
28997
+ i0.ɵɵelementStart(0, "div")(1, "h1", 2);
28998
+ i0.ɵɵtext(2);
28999
+ i0.ɵɵpipe(3, "rpxTranslate");
29000
+ i0.ɵɵelementEnd();
29001
+ i0.ɵɵtemplate(4, CaseEditSubmitComponent_div_4_Template, 1, 0, "div", 3)(5, CaseEditSubmitComponent_ng_template_5_Template, 2, 5, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(7, CaseEditSubmitComponent_ng_template_7_Template, 1, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
29002
+ i0.ɵɵelement(9, "ccd-case-edit-generic-errors", 4);
29003
+ i0.ɵɵelementStart(10, "ccd-callback-errors", 5);
29004
+ i0.ɵɵlistener("callbackErrorsContext", function CaseEditSubmitComponent_Template_ccd_callback_errors_callbackErrorsContext_10_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.callbackErrorsNotify($event)); });
29005
+ i0.ɵɵelementEnd();
29006
+ i0.ɵɵelementStart(11, "form", 6);
29007
+ i0.ɵɵlistener("submit", function CaseEditSubmitComponent_Template_form_submit_11_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.submit()); });
29008
+ i0.ɵɵtemplate(12, CaseEditSubmitComponent_div_12_Template, 4, 3, "div", 7)(13, CaseEditSubmitComponent_ccd_case_event_completion_13_Template, 1, 1, "ccd-case-event-completion", 8);
29009
+ i0.ɵɵelementStart(14, "div", 9);
29010
+ i0.ɵɵtemplate(15, CaseEditSubmitComponent_button_15_Template, 3, 4, "button", 10);
29011
+ i0.ɵɵelementStart(16, "button", 11);
29012
+ i0.ɵɵtext(17);
29013
+ i0.ɵɵpipe(18, "rpxTranslate");
29014
+ i0.ɵɵelementEnd()();
29015
+ i0.ɵɵelementStart(19, "p", 12)(20, "a", 13);
29016
+ i0.ɵɵlistener("click", function CaseEditSubmitComponent_Template_a_click_20_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.cancel()); });
29017
+ i0.ɵɵtext(21);
29018
+ i0.ɵɵpipe(22, "rpxTranslate");
29019
+ i0.ɵɵelementEnd()()()();
29040
29020
  } if (rf & 2) {
29021
+ const titleBlock_r9 = i0.ɵɵreference(6);
29022
+ const idBlock_r10 = i0.ɵɵreference(8);
29023
+ i0.ɵɵadvance(2);
29024
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 15, ctx.eventTrigger.name));
29025
+ i0.ɵɵadvance(2);
29026
+ i0.ɵɵproperty("ngIf", ctx.getCaseTitle())("ngIfThen", titleBlock_r9)("ngIfElse", idBlock_r10);
29027
+ i0.ɵɵadvance(5);
29028
+ i0.ɵɵproperty("error", ctx.caseEdit.error);
29029
+ i0.ɵɵadvance();
29030
+ i0.ɵɵproperty("callbackErrorsSubject", ctx.caseEdit.callbackErrorsSubject);
29031
+ i0.ɵɵadvance();
29032
+ i0.ɵɵproperty("formGroup", ctx.editForm);
29033
+ i0.ɵɵadvance();
29041
29034
  i0.ɵɵproperty("ngIf", !ctx.caseEdit.isEventCompletionChecksRequired);
29042
29035
  i0.ɵɵadvance();
29043
29036
  i0.ɵɵproperty("ngIf", ctx.caseEdit.isEventCompletionChecksRequired);
29037
+ i0.ɵɵadvance(2);
29038
+ i0.ɵɵproperty("ngIf", !ctx.caseEdit.isCaseFlagSubmission);
29039
+ i0.ɵɵadvance();
29040
+ i0.ɵɵproperty("disabled", ctx.isDisabled);
29041
+ i0.ɵɵadvance();
29042
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 17, ctx.triggerText), " ");
29043
+ i0.ɵɵadvance(3);
29044
+ i0.ɵɵclassProp("disabled", ctx.caseEdit.isSubmitting);
29045
+ i0.ɵɵadvance();
29046
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 19, ctx.getCancelText()));
29044
29047
  } }, styles: ["#fieldset-case-data[_ngcontent-%COMP%]{margin-bottom:30px}#fieldset-case-data[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{width:1%;white-space:nowrap;vertical-align:top}.compound-field[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:0}#confirmation-header[_ngcontent-%COMP%]{width:630px;background-color:#17958b;border:solid 1px #979797;color:#fff;text-align:center}#confirmation-body[_ngcontent-%COMP%]{width:630px;background-color:#fff}.valign-top[_ngcontent-%COMP%]{vertical-align:top}.summary-fields[_ngcontent-%COMP%]{margin-bottom:30px}.summary-fields[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] th[_ngcontent-%COMP%], .summary-fields[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border-bottom:0px}a.disabled[_ngcontent-%COMP%]{pointer-events:none;cursor:default}.case-field-label[_ngcontent-%COMP%]{width:45%}.case-field-content[_ngcontent-%COMP%]{width:50%}.no-bottom-border[_ngcontent-%COMP%]{border-bottom:none}.case-field-change[_ngcontent-%COMP%]{width:5%}"] });
29045
29048
  }
29046
29049
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditSubmitComponent, [{
29047
29050
  type: Component,
29048
- args: [{ selector: 'ccd-case-edit-submit', template: "<div *ngIf=\"!caseEdit.isEventCompletionChecksRequired\">\n <!-- Event trigger name -->\n <h1 class=\"govuk-heading-l\">{{eventTrigger.name | rpxTranslate}}</h1>\n\n <!--Case ID or Title -->\n <div *ngIf=\"getCaseTitle(); then titleBlock; else idBlock\"></div>\n <ng-template #titleBlock>\n <ccd-markdown [content]=\"getCaseTitle() | ccdCaseTitle: contextFields : editForm.controls['data']\"></ccd-markdown>\n </ng-template>\n <ng-template #idBlock>\n <h2 *ngIf=\"getCaseId()\" class=\"heading-h2\">#{{ getCaseId() | ccdCaseReference }}</h2>\n </ng-template>\n\n <ccd-case-edit-generic-errors [error]=\"caseEdit.error\"></ccd-case-edit-generic-errors>\n\n <ccd-callback-errors [callbackErrorsSubject]=\"caseEdit.callbackErrorsSubject\"\n (callbackErrorsContext)=\"callbackErrorsNotify($event)\"></ccd-callback-errors>\n\n <form class=\"check-your-answers\" [formGroup]=\"editForm\" (submit)=\"submit()\">\n <ng-container *ngIf=\"checkYourAnswerFieldsToDisplayExists()\">\n\n <h2 class=\"heading-h2\">{{pageTitle | rpxTranslate }}</h2>\n <span class=\"text-16\" *ngIf=\"!caseEdit.isCaseFlagSubmission\">{{'Check the information below carefully.' | rpxTranslate}}</span>\n\n <table class=\"form-table\" aria-describedby=\"check your answers table\">\n <tbody>\n <ng-container *ngFor=\"let page of wizard.pages\">\n <ng-container *ngIf=\"isShown(page)\">\n <ng-container *ngFor=\"let field of page\n | ccdPageFields: editForm\n | ccdReadFieldsFilter: false :undefined :true :allFieldsValues\n | ccdCYAPageLabelFilter\">\n <ng-container *ngIf=\"canShowFieldInCYA(field)\">\n <tr ccdLabelSubstitutor [caseField]=\"field\" [hidden]=\"field.hidden\"\n [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th *ngIf=\"!isLabel(field) && !caseEdit.isCaseFlagSubmission\" class=\"valign-top case-field-label\">\n <span class=\"text-16\">{{field.label | rpxTranslate}}</span>\n </th>\n <td class=\"form-cell case-field-content\" [attr.colspan]=\"isLabel(field) ? '2' : '1'\">\n <ccd-field-read\n [formGroup]=\"editForm.controls['data']\" [topLevelFormGroup]=\"editForm.controls['data']\"\n [caseField]=\"summaryCaseField(field)\" [context]=\"paletteContext\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n <ng-container *ngIf=\"!caseEdit.isCaseFlagSubmission\">\n <td class=\"valign-top check-your-answers__change case-field-change\">\n <a *ngIf=\"isChangeAllowed(field)\" (click)=\"navigateToPage(page.id)\"\n href=\"javascript:void(0)\">\n <span class=\"text-16\" attr.aria-label=\"{{'Change' | rpxTranslate}} {{ field.label | rpxTranslate }}\">\n {{'Change' | rpxTranslate}}\n </span>\n </a>\n </td>\n </ng-container>\n </tr>\n </ng-container>\n </ng-container>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"readOnlySummaryFieldsToDisplayExists()\">\n\n <table class=\"summary-fields\" aria-describedby=\"summary fields table\">\n <tbody>\n <ng-container *ngFor=\"let field of showSummaryFields\">\n <ng-container [ngSwitch]=\"!(field | ccdIsCompound)\">\n <tr *ngSwitchCase=\"true\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th id=\"summary-field-label\">{{field.label}}</th>\n <td class=\"form-cell\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\"></ccd-field-read>\n </td>\n </tr>\n <tr *ngSwitchCase=\"false\" class=\"compound-field\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <td colspan=\"2\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n </tr>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"showEventNotes()\">\n <fieldset id=\"fieldset-event\" formGroupName=\"event\">\n <legend style=\"display: none;\"></legend>\n <div class=\"form-group\" [ngClass]=\"{'form-group-error': !!summary && !summary.valid && (summary.dirty || summary.touched)}\">\n <label for=\"field-trigger-summary\" class=\"form-label\">\n Event summary (optional)\n <span class=\"form-hint\">A few words describing the purpose of the event.</span>\n </label>\n <span class=\"error-message\" *ngIf=\"summary?.errors && (summary.dirty || summary.touched)\">\n {{summary.errors | ccdFirstError: eventSummaryLabel | rpxTranslate}}\n </span>\n <input type=\"text\" id=\"field-trigger-summary\" class=\"form-control bottom-30 width-50\"\n [ngClass]=\"{'govuk-input--error': summary?.errors && (summary.dirty || summary.touched)}\" formControlName=\"summary\" maxlength=\"1024\">\n </div>\n <div class=\"form-group\" [ngClass]=\"{'form-group-error': !!description && !description.valid && (description.dirty || description.touched)}\">\n <label for=\"field-trigger-description\" class=\"form-label\">Event description (optional)</label>\n <span class=\"error-message\" *ngIf=\"description?.errors && (description.dirty || description.touched)\">\n {{description.errors | ccdFirstError: eventDescriptionLabel | rpxTranslate}}\n </span>\n <textarea id=\"field-trigger-description\" class=\"form-control bottom-30 width-50\" formControlName=\"description\"\n [ngClass]=\"{'govuk-input--error': description?.errors && (description.dirty || description.touched)}\" maxlength=\"65536\"></textarea>\n </div>\n </fieldset>\n </ng-container>\n <div class=\"form-group form-group-related\">\n <button *ngIf=\"!caseEdit.isCaseFlagSubmission\" class=\"button button-secondary\" type=\"button\" [disabled]=\"!hasPrevious() || caseEdit.isSubmitting\" (click)=\"previous()\">\n {{'Previous' | rpxTranslate}}\n </button>\n <button type=\"submit\" [disabled]=\"isDisabled\" class=\"button\">\n {{triggerText | rpxTranslate}}\n </button>\n </div>\n <p class=\"cancel\">\n <a (click)=\"cancel()\" href=\"javascript:void(0)\" [class.disabled]=\"caseEdit.isSubmitting\">{{getCancelText() | rpxTranslate}}</a>\n </p>\n </form>\n</div>\n<ccd-case-event-completion *ngIf=\"caseEdit.isEventCompletionChecksRequired\"\n [eventCompletionParams]=\"caseEdit.eventCompletionParams\"\n (eventCanBeCompleted)=\"onEventCanBeCompleted($event)\">\n</ccd-case-event-completion>\n", styles: ["#fieldset-case-data{margin-bottom:30px}#fieldset-case-data th{width:1%;white-space:nowrap;vertical-align:top}.compound-field td{padding:0}#confirmation-header{width:630px;background-color:#17958b;border:solid 1px #979797;color:#fff;text-align:center}#confirmation-body{width:630px;background-color:#fff}.valign-top{vertical-align:top}.summary-fields{margin-bottom:30px}.summary-fields tbody tr th,.summary-fields tbody tr td{border-bottom:0px}a.disabled{pointer-events:none;cursor:default}.case-field-label{width:45%}.case-field-content{width:50%}.no-bottom-border{border-bottom:none}.case-field-change{width:5%}\n"] }]
29051
+ args: [{ selector: 'ccd-case-edit-submit', template: "<div>\n <!-- Event trigger name -->\n <h1 class=\"govuk-heading-l\">{{eventTrigger.name | rpxTranslate}}</h1>\n\n <!--Case ID or Title -->\n <div *ngIf=\"getCaseTitle(); then titleBlock; else idBlock\"></div>\n <ng-template #titleBlock>\n <ccd-markdown [content]=\"getCaseTitle() | ccdCaseTitle: contextFields : editForm.controls['data']\"></ccd-markdown>\n </ng-template>\n <ng-template #idBlock>\n <h2 *ngIf=\"getCaseId()\" class=\"heading-h2\">#{{ getCaseId() | ccdCaseReference }}</h2>\n </ng-template>\n\n <ccd-case-edit-generic-errors [error]=\"caseEdit.error\"></ccd-case-edit-generic-errors>\n\n <ccd-callback-errors [callbackErrorsSubject]=\"caseEdit.callbackErrorsSubject\"\n (callbackErrorsContext)=\"callbackErrorsNotify($event)\"></ccd-callback-errors>\n\n <form class=\"check-your-answers\" [formGroup]=\"editForm\" (submit)=\"submit()\">\n <div *ngIf=\"!caseEdit.isEventCompletionChecksRequired\">\n <ng-container *ngIf=\"checkYourAnswerFieldsToDisplayExists()\">\n <h2 class=\"heading-h2\">{{pageTitle | rpxTranslate }}</h2>\n <span class=\"text-16\" *ngIf=\"!caseEdit.isCaseFlagSubmission\">{{'Check the information below carefully.' | rpxTranslate}}</span>\n\n <table class=\"form-table\" aria-describedby=\"check your answers table\">\n <tbody>\n <ng-container *ngFor=\"let page of wizard.pages\">\n <ng-container *ngIf=\"isShown(page)\">\n <ng-container *ngFor=\"let field of page\n | ccdPageFields: editForm\n | ccdReadFieldsFilter: false :undefined :true :allFieldsValues\n | ccdCYAPageLabelFilter\">\n <ng-container *ngIf=\"canShowFieldInCYA(field)\">\n <tr ccdLabelSubstitutor [caseField]=\"field\" [hidden]=\"field.hidden\"\n [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th *ngIf=\"!isLabel(field) && !caseEdit.isCaseFlagSubmission\" class=\"valign-top case-field-label\">\n <span class=\"text-16\">{{field.label | rpxTranslate}}</span>\n </th>\n <td class=\"form-cell case-field-content\" [attr.colspan]=\"isLabel(field) ? '2' : '1'\">\n <ccd-field-read\n [formGroup]=\"editForm.controls['data']\" [topLevelFormGroup]=\"editForm.controls['data']\"\n [caseField]=\"summaryCaseField(field)\" [context]=\"paletteContext\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n <ng-container *ngIf=\"!caseEdit.isCaseFlagSubmission\">\n <td class=\"valign-top check-your-answers__change case-field-change\">\n <a *ngIf=\"isChangeAllowed(field)\" (click)=\"navigateToPage(page.id)\"\n href=\"javascript:void(0)\">\n <span class=\"text-16\" attr.aria-label=\"{{'Change' | rpxTranslate}} {{ field.label | rpxTranslate }}\">\n {{'Change' | rpxTranslate}}\n </span>\n </a>\n </td>\n </ng-container>\n </tr>\n </ng-container>\n </ng-container>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"readOnlySummaryFieldsToDisplayExists()\">\n\n <table class=\"summary-fields\" aria-describedby=\"summary fields table\">\n <tbody>\n <ng-container *ngFor=\"let field of showSummaryFields\">\n <ng-container [ngSwitch]=\"!(field | ccdIsCompound)\">\n <tr *ngSwitchCase=\"true\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th id=\"summary-field-label\">{{field.label}}</th>\n <td class=\"form-cell\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\"></ccd-field-read>\n </td>\n </tr>\n <tr *ngSwitchCase=\"false\" class=\"compound-field\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <td colspan=\"2\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n </tr>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"showEventNotes()\">\n <fieldset id=\"fieldset-event\" formGroupName=\"event\">\n <legend style=\"display: none;\"></legend>\n <div class=\"form-group\" [ngClass]=\"{'form-group-error': !!summary && !summary.valid && (summary.dirty || summary.touched)}\">\n <label for=\"field-trigger-summary\" class=\"form-label\">\n Event summary (optional)\n <span class=\"form-hint\">A few words describing the purpose of the event.</span>\n </label>\n <span class=\"error-message\" *ngIf=\"summary?.errors && (summary.dirty || summary.touched)\">\n {{summary.errors | ccdFirstError: eventSummaryLabel | rpxTranslate}}\n </span>\n <input type=\"text\" id=\"field-trigger-summary\" class=\"form-control bottom-30 width-50\"\n [ngClass]=\"{'govuk-input--error': summary?.errors && (summary.dirty || summary.touched)}\" formControlName=\"summary\" maxlength=\"1024\">\n </div>\n <div class=\"form-group\" [ngClass]=\"{'form-group-error': !!description && !description.valid && (description.dirty || description.touched)}\">\n <label for=\"field-trigger-description\" class=\"form-label\">Event description (optional)</label>\n <span class=\"error-message\" *ngIf=\"description?.errors && (description.dirty || description.touched)\">\n {{description.errors | ccdFirstError: eventDescriptionLabel | rpxTranslate}}\n </span>\n <textarea id=\"field-trigger-description\" class=\"form-control bottom-30 width-50\" formControlName=\"description\"\n [ngClass]=\"{'govuk-input--error': description?.errors && (description.dirty || description.touched)}\" maxlength=\"65536\"></textarea>\n </div>\n </fieldset>\n </ng-container>\n </div>\n <ccd-case-event-completion *ngIf=\"caseEdit.isEventCompletionChecksRequired\"\n [eventCompletionParams]=\"caseEdit.eventCompletionParams\"\n (eventCanBeCompleted)=\"onEventCanBeCompleted($event)\">\n </ccd-case-event-completion>\n <div class=\"form-group form-group-related\">\n <button *ngIf=\"!caseEdit.isCaseFlagSubmission\" class=\"button button-secondary\" type=\"button\" [disabled]=\"!hasPrevious() || caseEdit.isSubmitting\" (click)=\"previous()\">\n {{'Previous' | rpxTranslate}}\n </button>\n <button type=\"submit\" [disabled]=\"isDisabled\" class=\"button\">\n {{triggerText | rpxTranslate}}\n </button>\n </div>\n <p class=\"cancel\">\n <a (click)=\"cancel()\" href=\"javascript:void(0)\" [class.disabled]=\"caseEdit.isSubmitting\">{{getCancelText() | rpxTranslate}}</a>\n </p>\n </form>\n</div>\n\n", styles: ["#fieldset-case-data{margin-bottom:30px}#fieldset-case-data th{width:1%;white-space:nowrap;vertical-align:top}.compound-field td{padding:0}#confirmation-header{width:630px;background-color:#17958b;border:solid 1px #979797;color:#fff;text-align:center}#confirmation-body{width:630px;background-color:#fff}.valign-top{vertical-align:top}.summary-fields{margin-bottom:30px}.summary-fields tbody tr th,.summary-fields tbody tr td{border-bottom:0px}a.disabled{pointer-events:none;cursor:default}.case-field-label{width:45%}.case-field-content{width:50%}.no-bottom-border{border-bottom:none}.case-field-change{width:5%}\n"] }]
29049
29052
  }], () => [{ type: CaseEditComponent }, { type: FieldsUtils }, { type: CaseFieldService }, { type: i1$1.ActivatedRoute }, { type: OrderService }, { type: ProfileNotifier }, { type: FormValidatorsService }], null); })();
29050
29053
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseEditSubmitComponent, { className: "CaseEditSubmitComponent", filePath: "lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.ts", lineNumber: 27 }); })();
29051
29054