@hmcts/ccd-case-ui-toolkit 6.18.3-ConsoleLogs.1 → 6.18.4-EXUI-433-pass-all-fields-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 +3 -2
- 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 +3 -2
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +3 -2
- 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 +1 -0
- package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -26311,7 +26311,7 @@
|
|
|
26311
26311
|
var checkConditionalShowAgainst = values;
|
|
26312
26312
|
var formGroupAvailable = false;
|
|
26313
26313
|
if (formGroup) {
|
|
26314
|
-
checkConditionalShowAgainst = formGroup.value;
|
|
26314
|
+
checkConditionalShowAgainst = formGroup.value ? formGroup.value : formGroup;
|
|
26315
26315
|
formGroupAvailable = true;
|
|
26316
26316
|
}
|
|
26317
26317
|
return fields
|
|
@@ -27317,7 +27317,7 @@
|
|
|
27317
27317
|
var page_r13 = i0__namespace.ɵɵnextContext().$implicit;
|
|
27318
27318
|
var ctx_r14 = i0__namespace.ɵɵnextContext(3);
|
|
27319
27319
|
i0__namespace.ɵɵadvance(1);
|
|
27320
|
-
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.
|
|
27320
|
+
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))));
|
|
27321
27321
|
}
|
|
27322
27322
|
}
|
|
27323
27323
|
function CaseEditSubmitComponent_div_0_ng_container_11_ng_container_7_Template(rf, ctx) {
|
|
@@ -27585,6 +27585,7 @@
|
|
|
27585
27585
|
this.caseEdit.isLinkedCasesSubmission =
|
|
27586
27586
|
this.eventTrigger.case_fields.some(function (caseField) { return FieldsUtils.isCaseFieldOfType(caseField, ['ComponentLauncher']); });
|
|
27587
27587
|
this.pageTitle = this.caseEdit.isCaseFlagSubmission ? 'Review flag details' : 'Check your answers';
|
|
27588
|
+
this.allFieldsValues = this.editForm.getRawValue().data;
|
|
27588
27589
|
};
|
|
27589
27590
|
CaseEditSubmitComponent.prototype.ngOnDestroy = function () {
|
|
27590
27591
|
/* istanbul ignore else */
|