@hmcts/ccpay-web-component 5.0.1-beta15 → 5.0.1-beta16
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 +1 -19
- 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/refund-status/refund-status.component.js +2 -20
- package/esm5/lib/components/refund-status/refund-status.component.js +2 -21
- package/fesm2015/hmcts-ccpay-web-component.js +1 -21
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -22
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -7953,8 +7953,6 @@
|
|
|
7953
7953
|
* @fileoverview added by tsickle
|
|
7954
7954
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7955
7955
|
*/
|
|
7956
|
-
/** @type {?} */
|
|
7957
|
-
var BS_ENABLE_FLAG$4 = 'bulk-scan-enabling-fe';
|
|
7958
7956
|
var RefundStatusComponent = /** @class */ (function () {
|
|
7959
7957
|
// allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];
|
|
7960
7958
|
function RefundStatusComponent(formBuilder, refundService, paymentLibComponent, paymentViewService, router$$1, OrderslistService$$1) {
|
|
@@ -8116,26 +8114,10 @@
|
|
|
8116
8114
|
* @return {?}
|
|
8117
8115
|
*/
|
|
8118
8116
|
function () {
|
|
8119
|
-
var _this = this;
|
|
8120
8117
|
this.paymentLibComponent.isRefundStatusView = false;
|
|
8121
8118
|
//this.paymentLibComponent.TAKEPAYMENT = true;
|
|
8122
8119
|
this.paymentLibComponent.viewName = 'case-transactions';
|
|
8123
|
-
this.
|
|
8124
|
-
* @param {?} features
|
|
8125
|
-
* @return {?}
|
|
8126
|
-
*/function (features) {
|
|
8127
|
-
/** @type {?} */
|
|
8128
|
-
var result = JSON.parse(features).filter(( /**
|
|
8129
|
-
* @param {?} feature
|
|
8130
|
-
* @return {?}
|
|
8131
|
-
*/function (feature) { return feature.uid === BS_ENABLE_FLAG$4; }));
|
|
8132
|
-
_this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;
|
|
8133
|
-
}), ( /**
|
|
8134
|
-
* @param {?} err
|
|
8135
|
-
* @return {?}
|
|
8136
|
-
*/function (err) {
|
|
8137
|
-
_this.paymentLibComponent.ISBSENABLE = false;
|
|
8138
|
-
}));
|
|
8120
|
+
this.paymentLibComponent.ISBSENABLE = true;
|
|
8139
8121
|
/** @type {?} */
|
|
8140
8122
|
var partUrl = "selectedOption=" + this.paymentLibComponent.SELECTED_OPTION;
|
|
8141
8123
|
partUrl += this.bsPaymentDcnNumber ? "&dcn=" + this.bsPaymentDcnNumber : '';
|