@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
|
@@ -2862,10 +2862,14 @@ var CaseTransactionsComponent = /** @class */ (function () {
|
|
|
2862
2862
|
_this.setDefaults();
|
|
2863
2863
|
}));
|
|
2864
2864
|
}
|
|
2865
|
-
this.checkForExceptionRecord();
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2865
|
+
this.checkForExceptionRecord(Event);
|
|
2866
|
+
if (this.OrderslistService.getisFromServiceRequestPages() !== null) {
|
|
2867
|
+
this.OrderslistService.getisFromServiceRequestPages().subscribe((/**
|
|
2868
|
+
* @param {?} data
|
|
2869
|
+
* @return {?}
|
|
2870
|
+
*/
|
|
2871
|
+
function (data) { return _this.isFromServiceRequestPage = data; }));
|
|
2872
|
+
}
|
|
2869
2873
|
};
|
|
2870
2874
|
/**
|
|
2871
2875
|
* @return {?}
|
|
@@ -2896,13 +2900,16 @@ var CaseTransactionsComponent = /** @class */ (function () {
|
|
|
2896
2900
|
//return "-";
|
|
2897
2901
|
};
|
|
2898
2902
|
/**
|
|
2903
|
+
* @param {?} event
|
|
2899
2904
|
* @return {?}
|
|
2900
2905
|
*/
|
|
2901
2906
|
CaseTransactionsComponent.prototype.checkForExceptionRecord = /**
|
|
2907
|
+
* @param {?} event
|
|
2902
2908
|
* @return {?}
|
|
2903
2909
|
*/
|
|
2904
|
-
function () {
|
|
2910
|
+
function (event) {
|
|
2905
2911
|
var _this = this;
|
|
2912
|
+
event.preventDefault();
|
|
2906
2913
|
if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {
|
|
2907
2914
|
this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe((/**
|
|
2908
2915
|
* @param {?} recordData
|