@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.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +2 -3
- 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/case-editor/case-edit-submit/case-edit-submit.component.js +2 -3
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +2 -3
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +0 -1
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -25664,7 +25664,7 @@
|
|
|
25664
25664
|
var checkConditionalShowAgainst = values;
|
|
25665
25665
|
var formGroupAvailable = false;
|
|
25666
25666
|
if (formGroup) {
|
|
25667
|
-
checkConditionalShowAgainst = formGroup.value
|
|
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.
|
|
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 */
|