@hmcts/ccd-case-ui-toolkit 6.18.2-EXUI-433-pass-all-fields-rc1 → 6.18.2-rc2

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.
@@ -25664,7 +25664,7 @@
25664
25664
  var checkConditionalShowAgainst = values;
25665
25665
  var formGroupAvailable = false;
25666
25666
  if (formGroup) {
25667
- checkConditionalShowAgainst = formGroup.value ? formGroup.value : formGroup;
25667
+ checkConditionalShowAgainst = formGroup.value;
25668
25668
  formGroupAvailable = true;
25669
25669
  }
25670
25670
  return fields
@@ -26636,7 +26636,7 @@
26636
26636
  var page_r13 = i0__namespace.ɵɵnextContext().$implicit;
26637
26637
  var ctx_r14 = i0__namespace.ɵɵnextContext(3);
26638
26638
  i0__namespace.ɵɵadvance(1);
26639
- i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(2, 1, i0__namespace.ɵɵpipeBindV(3, 3, i0__namespace.ɵɵpureFunction2(12, _c0$f, i0__namespace.ɵɵpipeBind2(4, 9, page_r13, ctx_r14.editForm), ctx_r14.allFieldsValues))));
26639
+ i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(2, 1, i0__namespace.ɵɵpipeBindV(3, 3, i0__namespace.ɵɵpureFunction2(12, _c0$f, i0__namespace.ɵɵpipeBind2(4, 9, page_r13, ctx_r14.editForm), ctx_r14.editForm.controls["data"]))));
26640
26640
  }
26641
26641
  }
26642
26642
  function CaseEditSubmitComponent_div_0_ng_container_11_ng_container_6_Template(rf, ctx) {
@@ -26903,7 +26903,6 @@
26903
26903
  this.caseEdit.isLinkedCasesSubmission =
26904
26904
  this.eventTrigger.case_fields.some(function (caseField) { return FieldsUtils.isCaseFieldOfType(caseField, ['ComponentLauncher']); });
26905
26905
  this.pageTitle = this.caseEdit.isCaseFlagSubmission ? 'Review flag details' : 'Check your answers';
26906
- this.allFieldsValues = this.editForm.getRawValue().data;
26907
26906
  };
26908
26907
  CaseEditSubmitComponent.prototype.ngOnDestroy = function () {
26909
26908
  /* istanbul ignore else */