@hmcts/ccpay-web-component 4.0.0-beta540 → 4.0.0-beta541
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-ccpay-web-component.umd.js +11 -5
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/case-transactions/case-transactions.component.js +12 -6
- package/esm5/lib/components/case-transactions/case-transactions.component.js +13 -6
- package/fesm2015/hmcts-ccpay-web-component.js +11 -5
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +12 -5
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/lib/components/case-transactions/case-transactions.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2855,10 +2855,13 @@
|
|
|
2855
2855
|
_this.setDefaults();
|
|
2856
2856
|
}));
|
|
2857
2857
|
}
|
|
2858
|
-
this.checkForExceptionRecord();
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2858
|
+
this.checkForExceptionRecord(Event);
|
|
2859
|
+
if (this.OrderslistService.getisFromServiceRequestPages() !== null) {
|
|
2860
|
+
this.OrderslistService.getisFromServiceRequestPages().subscribe(( /**
|
|
2861
|
+
* @param {?} data
|
|
2862
|
+
* @return {?}
|
|
2863
|
+
*/function (data) { return _this.isFromServiceRequestPage = data; }));
|
|
2864
|
+
}
|
|
2862
2865
|
};
|
|
2863
2866
|
/**
|
|
2864
2867
|
* @return {?}
|
|
@@ -2889,13 +2892,16 @@
|
|
|
2889
2892
|
//return "-";
|
|
2890
2893
|
};
|
|
2891
2894
|
/**
|
|
2895
|
+
* @param {?} event
|
|
2892
2896
|
* @return {?}
|
|
2893
2897
|
*/
|
|
2894
2898
|
CaseTransactionsComponent.prototype.checkForExceptionRecord = /**
|
|
2899
|
+
* @param {?} event
|
|
2895
2900
|
* @return {?}
|
|
2896
2901
|
*/
|
|
2897
|
-
function () {
|
|
2902
|
+
function (event) {
|
|
2898
2903
|
var _this = this;
|
|
2904
|
+
event.preventDefault();
|
|
2899
2905
|
if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {
|
|
2900
2906
|
this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(( /**
|
|
2901
2907
|
* @param {?} recordData
|