@hmcts/ccpay-web-component 6.0.18-beta1 → 6.0.18-beta3
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/esm2022/lib/components/add-remission/add-remission.component.mjs +25 -5
- package/esm2022/lib/components/allocate-payments/allocate-payments.component.mjs +4 -4
- package/esm2022/lib/components/card-details/card-details.component.mjs +4 -4
- package/esm2022/lib/components/case-transactions/case-transactions.component.mjs +4 -4
- package/esm2022/lib/components/contact-details/contact-details.component.mjs +4 -4
- package/esm2022/lib/components/error-banner/error-banner.component.mjs +4 -4
- package/esm2022/lib/components/fee-summary/fee-summary.component.mjs +4 -4
- package/esm2022/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.mjs +4 -4
- package/esm2022/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.mjs +5 -5
- package/esm2022/lib/components/notification-preview/notification-preview.component.mjs +4 -4
- package/esm2022/lib/components/page-not-found.component.mjs +4 -4
- package/esm2022/lib/components/payment-list/payment-list.component.mjs +4 -4
- package/esm2022/lib/components/payment-view/payment-view.component.mjs +5 -5
- package/esm2022/lib/components/pba-details/pba-details.component.mjs +4 -4
- package/esm2022/lib/components/pba-payment/pba-payment.component.mjs +4 -4
- package/esm2022/lib/components/process-refund/process-refund.component.mjs +4 -4
- package/esm2022/lib/components/processed-payments/processed-payments.component.mjs +4 -4
- package/esm2022/lib/components/refund-list/refund-list.component.mjs +4 -4
- package/esm2022/lib/components/refund-status/refund-status.component.mjs +5 -5
- package/esm2022/lib/components/reports/reports.component.mjs +4 -4
- package/esm2022/lib/components/service-request/service-request.component.mjs +5 -5
- package/esm2022/lib/components/status-history/status-history.component.mjs +4 -4
- package/esm2022/lib/components/table/table.component.mjs +4 -4
- package/esm2022/lib/components/unprocessed-payments/unprocessed-payments.component.mjs +4 -4
- package/esm2022/lib/interfaces/IRemission.mjs +1 -1
- package/esm2022/lib/payment-lib.component.mjs +4 -4
- package/esm2022/lib/payment-lib.module.mjs +5 -5
- package/esm2022/lib/payment-lib.service.mjs +4 -4
- package/esm2022/lib/pipes/capitalize.pipe.mjs +4 -4
- package/esm2022/lib/pipes/ccd-hyphens.pipe.mjs +4 -4
- package/esm2022/lib/pipes/key-value.pipe.mjs +4 -4
- package/esm2022/lib/pipes/sanitize-html.pipe.mjs +4 -4
- package/esm2022/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.mjs +4 -4
- package/esm2022/lib/services/card-details/card-details.service.mjs +4 -4
- package/esm2022/lib/services/case-transactions/case-transactions.service.mjs +4 -4
- package/esm2022/lib/services/notification/notification.service.mjs +4 -4
- package/esm2022/lib/services/orderslist.service.mjs +4 -4
- package/esm2022/lib/services/payment-list/payment-list.service.mjs +4 -4
- package/esm2022/lib/services/payment-view/payment-view.service.mjs +4 -4
- package/esm2022/lib/services/refunds/refunds.service.mjs +4 -4
- package/esm2022/lib/services/shared/error-handler.service.mjs +4 -4
- package/esm2022/lib/services/shared/httpclient/webcomponent.http.client.mjs +4 -4
- package/esm2022/lib/services/shared/logger/console-logger.service.mjs +4 -4
- package/esm2022/lib/services/shared/logger/logger.service.mjs +4 -4
- package/esm2022/lib/services/status-history/status-history.service.mjs +4 -4
- package/esm2022/lib/services/xl-file/xl-file.service.mjs +4 -4
- package/fesm2022/hmcts-ccpay-web-component.mjs +161 -141
- package/fesm2022/hmcts-ccpay-web-component.mjs.map +1 -1
- package/lib/components/add-remission/add-remission.component.d.ts +2 -0
- package/lib/interfaces/IRemission.d.ts +1 -0
- package/package.json +1 -1
|
@@ -185,12 +185,14 @@ export declare class AddRemissionComponent implements OnInit {
|
|
|
185
185
|
gotoRemissionSuccess(event: Event): void;
|
|
186
186
|
gotoCasetransationPage(): void;
|
|
187
187
|
gotoCasetransationPageCancelBtnClicked(event: Event): void;
|
|
188
|
+
canRefundBeApplied(): boolean;
|
|
188
189
|
resetOrderData(): void;
|
|
189
190
|
changeRefundAmount(): void;
|
|
190
191
|
getFormattedCurrency(currency: number): string | number;
|
|
191
192
|
showNotificationPreview(): void;
|
|
192
193
|
hideNotificationPreview(): void;
|
|
193
194
|
getTemplateInstructionType(paymentReference: string, payment?: IPayment): void;
|
|
195
|
+
getRefundAmountToBeDisplayed(remission: IRemission): string;
|
|
194
196
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddRemissionComponent, never>;
|
|
195
197
|
static ɵcmp: i0.ɵɵComponentDeclaration<AddRemissionComponent, "ccpay-add-remission", never, { "fee": { "alias": "fee"; "required": false; }; "fees": { "alias": "fees"; "required": false; }; "payment": { "alias": "payment"; "required": false; }; "remission": { "alias": "remission"; "required": false; }; "ccdCaseNumber": { "alias": "ccdCaseNumber"; "required": false; }; "caseType": { "alias": "caseType"; "required": false; }; "viewCompStatus": { "alias": "viewCompStatus"; "required": false; }; "paymentGroupRef": { "alias": "paymentGroupRef"; "required": false; }; "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "isRefundRemission": { "alias": "isRefundRemission"; "required": false; }; "isStrategicFixEnable": { "alias": "isStrategicFixEnable"; "required": false; }; "paidAmount": { "alias": "paidAmount"; "required": false; }; "isFromRefundListPage": { "alias": "isFromRefundListPage"; "required": false; }; "isFromPaymentDetailPage": { "alias": "isFromPaymentDetailPage"; "required": false; }; "isFromServiceRequestPage": { "alias": "isFromServiceRequestPage"; "required": false; }; "isFullyRefund": { "alias": "isFullyRefund"; "required": false; }; "feeamount": { "alias": "feeamount"; "required": false; }; "refundPaymentReference": { "alias": "refundPaymentReference"; "required": false; }; "isFromRefundStatusPage": { "alias": "isFromRefundStatusPage"; "required": false; }; "changeRefundReason": { "alias": "changeRefundReason"; "required": false; }; "isServiceRequest": { "alias": "isServiceRequest"; "required": false; }; "LOGGEDINUSERROLES": { "alias": "LOGGEDINUSERROLES"; "required": false; }; "orderDetail": { "alias": "orderDetail"; "required": false; }; "orderRef": { "alias": "orderRef"; "required": false; }; "orderStatus": { "alias": "orderStatus"; "required": false; }; "orderParty": { "alias": "orderParty"; "required": false; }; "orderCreated": { "alias": "orderCreated"; "required": false; }; "orderCCDEvent": { "alias": "orderCCDEvent"; "required": false; }; "takePayment": { "alias": "takepayment"; "required": false; }; "orderFeesTotal": { "alias": "orderFeesTotal"; "required": false; }; "orderTotalPayments": { "alias": "orderTotalPayments"; "required": false; }; "orderRemissionTotal": { "alias": "orderRemissionTotal"; "required": false; }; }, { "cancelRemission": "cancelRemission"; "refundListReason": "refundListReason"; "refundListAmount": "refundListAmount"; "refundFees": "refundFees"; }, never, never, true, never>;
|
|
196
198
|
}
|