@hmcts/ccd-case-ui-toolkit 6.16.0-EXUI-343 → 6.16.0-ccpay-upgrade
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 +1 -1
- 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-page/case-edit-page.component.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +1 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/package.json +1 -1
|
@@ -10616,7 +10616,6 @@
|
|
|
10616
10616
|
}
|
|
10617
10617
|
_this.hasPreviousPage$.next(_this.caseEdit.hasPrevious((_b = _this.currentPage) === null || _b === void 0 ? void 0 : _b.id));
|
|
10618
10618
|
}
|
|
10619
|
-
_this.triggerText = _this.getTriggerText();
|
|
10620
10619
|
});
|
|
10621
10620
|
CaseEditPageComponent.setFocusToTop();
|
|
10622
10621
|
this.caseEditDataService.caseEditForm$.subscribe({
|
|
@@ -10633,6 +10632,7 @@
|
|
|
10633
10632
|
}
|
|
10634
10633
|
}
|
|
10635
10634
|
});
|
|
10635
|
+
this.triggerText = this.getTriggerText();
|
|
10636
10636
|
};
|
|
10637
10637
|
CaseEditPageComponent.prototype.ngAfterViewChecked = function () {
|
|
10638
10638
|
this.cdRef.detectChanges();
|