@hmcts/ccpay-web-component 5.0.8-beta05 → 5.0.8-beta11
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 +972 -7133
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +2 -2
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/hmcts-ccpay-web-component.js +2 -7
- package/esm2015/lib/components/add-remission/add-remission.component.js +43 -408
- package/esm2015/lib/components/allocate-payments/allocate-payments.component.js +46 -349
- package/esm2015/lib/components/card-details/card-details.component.js +7 -47
- package/esm2015/lib/components/case-transactions/case-transactions.component.js +112 -687
- package/esm2015/lib/components/error-banner/error-banner.component.js +2 -15
- package/esm2015/lib/components/fee-summary/fee-summary.component.js +36 -255
- package/esm2015/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +29 -182
- package/esm2015/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +33 -226
- package/esm2015/lib/components/page-not-found.component.js +2 -7
- package/esm2015/lib/components/payment-list/payment-list.component.js +7 -48
- package/esm2015/lib/components/payment-view/payment-view.component.js +44 -336
- package/esm2015/lib/components/pba-details/pba-details.component.js +2 -15
- package/esm2015/lib/components/pba-payment/pba-payment.component.js +15 -119
- package/esm2015/lib/components/process-refund/process-refund.component.js +23 -178
- package/esm2015/lib/components/processed-payments/processed-payments.component.js +6 -41
- package/esm2015/lib/components/refund-list/refund-list.component.js +12 -78
- package/esm2015/lib/components/refund-status/refund-status.component.js +30 -255
- package/esm2015/lib/components/reports/reports.component.js +28 -213
- package/esm2015/lib/components/service-request/service-request.component.js +40 -369
- package/esm2015/lib/components/status-history/status-history.component.js +7 -44
- package/esm2015/lib/components/table/table.component.js +13 -107
- package/esm2015/lib/components/unprocessed-payments/unprocessed-payments.component.js +18 -184
- package/esm2015/lib/interfaces/AddRemissionRequest.js +1 -29
- package/esm2015/lib/interfaces/AddRetroRemissionRequest.js +1 -16
- package/esm2015/lib/interfaces/AllocatePaymentRequest.js +1 -43
- package/esm2015/lib/interfaces/IAllocationPaymentsRequest.js +1 -27
- package/esm2015/lib/interfaces/IBSPayments.js +1 -46
- package/esm2015/lib/interfaces/ICardDetails.js +1 -22
- package/esm2015/lib/interfaces/IFee.js +1 -54
- package/esm2015/lib/interfaces/IOrderReferenceFee.js +1 -26
- package/esm2015/lib/interfaces/IPatchRefundAction.js +1 -16
- package/esm2015/lib/interfaces/IPayment.js +1 -66
- package/esm2015/lib/interfaces/IPaymentFailure.js +1 -34
- package/esm2015/lib/interfaces/IPaymentGroup.js +1 -20
- package/esm2015/lib/interfaces/IPaymentStatus.js +1 -26
- package/esm2015/lib/interfaces/IPaymentView.js +1 -18
- package/esm2015/lib/interfaces/IPayments.js +1 -14
- package/esm2015/lib/interfaces/IRefundAction.js +1 -16
- package/esm2015/lib/interfaces/IRefundList.js +1 -30
- package/esm2015/lib/interfaces/IRefundReasons.js +1 -20
- package/esm2015/lib/interfaces/IRefundRejectReason.js +1 -16
- package/esm2015/lib/interfaces/IRefundStatus.js +1 -24
- package/esm2015/lib/interfaces/IRefundStatusHistory.js +1 -16
- package/esm2015/lib/interfaces/IRemission.js +1 -26
- package/esm2015/lib/interfaces/IResubmitRefundRequest.js +1 -16
- package/esm2015/lib/interfaces/IStatusHistories.js +1 -20
- package/esm2015/lib/interfaces/IStatusHistory.js +1 -22
- package/esm2015/lib/interfaces/IserviceRequestCardPayment.js +1 -17
- package/esm2015/lib/interfaces/IserviceRequestPbaPayment.js +1 -24
- package/esm2015/lib/interfaces/IssueRefundRequest.js +1 -19
- package/esm2015/lib/interfaces/PayhubAntennaRequest.js +2 -22
- package/esm2015/lib/interfaces/PaymentToPayhubRequest.js +2 -28
- package/esm2015/lib/interfaces/PostIssueRefundRetroRemission.js +1 -13
- package/esm2015/lib/interfaces/PostRefundRetroRemission.js +1 -16
- package/esm2015/lib/interfaces/RefundsRequest.js +1 -16
- package/esm2015/lib/interfaces/UnidentifiedPaymentsRequest.js +1 -21
- package/esm2015/lib/interfaces/UnsolicitedPaymentsRequest.js +1 -30
- package/esm2015/lib/payment-lib.component.js +8 -149
- package/esm2015/lib/payment-lib.module.js +1 -6
- package/esm2015/lib/payment-lib.service.js +2 -46
- package/esm2015/lib/pipes/capitalize.pipe.js +1 -12
- package/esm2015/lib/pipes/ccd-hyphens.pipe.js +1 -13
- package/esm2015/lib/pipes/key-value.pipe.js +1 -12
- package/esm2015/lib/pipes/sanitize-html.pipe.js +5 -22
- package/esm2015/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +15 -103
- package/esm2015/lib/services/card-details/card-details.service.js +8 -40
- package/esm2015/lib/services/case-transactions/case-transactions.service.js +8 -40
- package/esm2015/lib/services/orderslist.service.js +2 -252
- package/esm2015/lib/services/payment-list/payment-list.service.js +8 -43
- package/esm2015/lib/services/payment-view/payment-view.service.js +11 -170
- package/esm2015/lib/services/refunds/refunds.service.js +14 -110
- package/esm2015/lib/services/shared/error-handler.service.js +2 -20
- package/esm2015/lib/services/shared/httpclient/webcomponent.http.client.js +10 -83
- package/esm2015/lib/services/shared/logger/console-logger.service.js +3 -28
- package/esm2015/lib/services/shared/logger/logger.service.js +3 -36
- package/esm2015/lib/services/status-history/status-history.service.js +8 -41
- package/esm2015/lib/services/xl-file/xl-file.service.js +2 -61
- package/esm2015/public_api.js +4 -9
- package/esm5/hmcts-ccpay-web-component.js +2 -7
- package/esm5/lib/components/add-remission/add-remission.component.js +65 -506
- package/esm5/lib/components/allocate-payments/allocate-payments.component.js +63 -411
- package/esm5/lib/components/card-details/card-details.component.js +10 -49
- package/esm5/lib/components/case-transactions/case-transactions.component.js +149 -842
- package/esm5/lib/components/error-banner/error-banner.component.js +3 -19
- package/esm5/lib/components/fee-summary/fee-summary.component.js +51 -310
- package/esm5/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +38 -216
- package/esm5/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +44 -270
- package/esm5/lib/components/page-not-found.component.js +2 -7
- package/esm5/lib/components/payment-list/payment-list.component.js +9 -55
- package/esm5/lib/components/payment-view/payment-view.component.js +69 -419
- package/esm5/lib/components/pba-details/pba-details.component.js +3 -19
- package/esm5/lib/components/pba-payment/pba-payment.component.js +21 -141
- package/esm5/lib/components/process-refund/process-refund.component.js +32 -262
- package/esm5/lib/components/processed-payments/processed-payments.component.js +9 -53
- package/esm5/lib/components/refund-list/refund-list.component.js +13 -79
- package/esm5/lib/components/refund-status/refund-status.component.js +46 -322
- package/esm5/lib/components/reports/reports.component.js +41 -268
- package/esm5/lib/components/service-request/service-request.component.js +58 -439
- package/esm5/lib/components/status-history/status-history.component.js +8 -44
- package/esm5/lib/components/table/table.component.js +21 -143
- package/esm5/lib/components/unprocessed-payments/unprocessed-payments.component.js +31 -242
- package/esm5/lib/interfaces/AddRemissionRequest.js +1 -22
- package/esm5/lib/interfaces/AddRetroRemissionRequest.js +1 -12
- package/esm5/lib/interfaces/AllocatePaymentRequest.js +1 -36
- package/esm5/lib/interfaces/IAllocationPaymentsRequest.js +1 -20
- package/esm5/lib/interfaces/IBSPayments.js +1 -46
- package/esm5/lib/interfaces/ICardDetails.js +1 -22
- package/esm5/lib/interfaces/IFee.js +1 -54
- package/esm5/lib/interfaces/IOrderReferenceFee.js +1 -26
- package/esm5/lib/interfaces/IPatchRefundAction.js +1 -16
- package/esm5/lib/interfaces/IPayment.js +1 -66
- package/esm5/lib/interfaces/IPaymentFailure.js +1 -34
- package/esm5/lib/interfaces/IPaymentGroup.js +1 -20
- package/esm5/lib/interfaces/IPaymentStatus.js +1 -26
- package/esm5/lib/interfaces/IPaymentView.js +1 -18
- package/esm5/lib/interfaces/IPayments.js +1 -14
- package/esm5/lib/interfaces/IRefundAction.js +1 -16
- package/esm5/lib/interfaces/IRefundList.js +1 -30
- package/esm5/lib/interfaces/IRefundReasons.js +1 -20
- package/esm5/lib/interfaces/IRefundRejectReason.js +1 -16
- package/esm5/lib/interfaces/IRefundStatus.js +1 -24
- package/esm5/lib/interfaces/IRefundStatusHistory.js +1 -16
- package/esm5/lib/interfaces/IRemission.js +1 -26
- package/esm5/lib/interfaces/IResubmitRefundRequest.js +1 -12
- package/esm5/lib/interfaces/IStatusHistories.js +1 -20
- package/esm5/lib/interfaces/IStatusHistory.js +1 -22
- package/esm5/lib/interfaces/IserviceRequestCardPayment.js +1 -14
- package/esm5/lib/interfaces/IserviceRequestPbaPayment.js +1 -18
- package/esm5/lib/interfaces/IssueRefundRequest.js +1 -14
- package/esm5/lib/interfaces/PayhubAntennaRequest.js +2 -17
- package/esm5/lib/interfaces/PaymentToPayhubRequest.js +2 -23
- package/esm5/lib/interfaces/PostIssueRefundRetroRemission.js +1 -10
- package/esm5/lib/interfaces/PostRefundRetroRemission.js +1 -12
- package/esm5/lib/interfaces/RefundsRequest.js +1 -12
- package/esm5/lib/interfaces/UnidentifiedPaymentsRequest.js +1 -16
- package/esm5/lib/interfaces/UnsolicitedPaymentsRequest.js +1 -22
- package/esm5/lib/payment-lib.component.js +10 -152
- package/esm5/lib/payment-lib.module.js +1 -6
- package/esm5/lib/payment-lib.service.js +10 -82
- package/esm5/lib/pipes/capitalize.pipe.js +2 -18
- package/esm5/lib/pipes/ccd-hyphens.pipe.js +2 -19
- package/esm5/lib/pipes/key-value.pipe.js +2 -17
- package/esm5/lib/pipes/sanitize-html.pipe.js +6 -24
- package/esm5/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +24 -148
- package/esm5/lib/services/card-details/card-details.service.js +9 -39
- package/esm5/lib/services/case-transactions/case-transactions.service.js +9 -39
- package/esm5/lib/services/orderslist.service.js +38 -414
- package/esm5/lib/services/payment-list/payment-list.service.js +9 -43
- package/esm5/lib/services/payment-view/payment-view.service.js +36 -302
- package/esm5/lib/services/refunds/refunds.service.js +25 -159
- package/esm5/lib/services/shared/error-handler.service.js +4 -32
- package/esm5/lib/services/shared/httpclient/webcomponent.http.client.js +16 -117
- package/esm5/lib/services/shared/logger/console-logger.service.js +10 -40
- package/esm5/lib/services/shared/logger/logger.service.js +5 -49
- package/esm5/lib/services/status-history/status-history.service.js +9 -41
- package/esm5/lib/services/xl-file/xl-file.service.js +10 -111
- package/esm5/public_api.js +4 -9
- package/fesm2015/hmcts-ccpay-web-component.js +626 -5699
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +972 -7137
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/hmcts-ccpay-web-component.metadata.json +1 -1
- package/lib/components/card-details/card-details.component.d.ts +1 -1
- package/lib/components/payment-view/payment-view.component.d.ts +2 -2
- package/lib/services/shared/logger/console-logger.service.d.ts +3 -3
- package/package.json +2 -2
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/components/payment-list/payment-list.component.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
1
|
import { Component } from '@angular/core';
|
|
7
2
|
import { PaymentListService } from '../../services/payment-list/payment-list.service';
|
|
8
3
|
import { PaymentLibComponent } from '../../payment-lib.component';
|
|
@@ -11,51 +6,28 @@ var PaymentListComponent = /** @class */ (function () {
|
|
|
11
6
|
this.paymentListService = paymentListService;
|
|
12
7
|
this.paymentLibComponent = paymentLibComponent;
|
|
13
8
|
}
|
|
14
|
-
|
|
15
|
-
* @return {?}
|
|
16
|
-
*/
|
|
17
|
-
PaymentListComponent.prototype.ngOnInit = /**
|
|
18
|
-
* @return {?}
|
|
19
|
-
*/
|
|
20
|
-
function () {
|
|
9
|
+
PaymentListComponent.prototype.ngOnInit = function () {
|
|
21
10
|
var _this = this;
|
|
22
11
|
this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)
|
|
23
|
-
.subscribe((
|
|
24
|
-
* @param {?} payments
|
|
25
|
-
* @return {?}
|
|
26
|
-
*/
|
|
27
|
-
function (payments) { return _this.payments = payments; }), (/**
|
|
28
|
-
* @param {?} error
|
|
29
|
-
* @return {?}
|
|
30
|
-
*/
|
|
31
|
-
function (error) { return _this.errorMessage = (/** @type {?} */ (error)); }));
|
|
12
|
+
.subscribe(function (payments) { return _this.payments = payments; }, function (error) { return _this.errorMessage = error; });
|
|
32
13
|
};
|
|
33
|
-
|
|
34
|
-
* @param {?} paymentGroupReference
|
|
35
|
-
* @param {?} paymentReference
|
|
36
|
-
* @param {?} paymentMethod
|
|
37
|
-
* @return {?}
|
|
38
|
-
*/
|
|
39
|
-
PaymentListComponent.prototype.loadPaymentViewComponent = /**
|
|
40
|
-
* @param {?} paymentGroupReference
|
|
41
|
-
* @param {?} paymentReference
|
|
42
|
-
* @param {?} paymentMethod
|
|
43
|
-
* @return {?}
|
|
44
|
-
*/
|
|
45
|
-
function (paymentGroupReference, paymentReference, paymentMethod) {
|
|
14
|
+
PaymentListComponent.prototype.loadPaymentViewComponent = function (paymentGroupReference, paymentReference, paymentMethod) {
|
|
46
15
|
this.paymentLibComponent.paymentMethod = paymentMethod;
|
|
47
16
|
this.paymentLibComponent.paymentGroupReference = paymentGroupReference;
|
|
48
17
|
this.paymentLibComponent.paymentReference = paymentReference;
|
|
49
18
|
this.paymentLibComponent.viewName = 'payment-view';
|
|
50
19
|
};
|
|
20
|
+
PaymentListComponent.ctorParameters = function () { return [
|
|
21
|
+
{ type: PaymentListService },
|
|
22
|
+
{ type: PaymentLibComponent }
|
|
23
|
+
]; };
|
|
51
24
|
PaymentListComponent.decorators = [
|
|
52
25
|
{ type: Component, args: [{
|
|
53
26
|
selector: 'ccpay-payment-list',
|
|
54
27
|
template: "<div class=\"govuk-width-container\">\n\n <div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Payments list could not be retrieved\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n </div>\n\n <div *ngIf=\"!errorMessage && payments\">\n\n <table class=\"table\">\n <tr>\n <th class=\"bold font-xsmall\">Payment group reference</th>\n <th class=\"bold font-xsmall\">Payment reference</th>\n <th class=\"bold font-xsmall\">Date created</th>\n <th class=\"bold font-xsmall\">Channel</th>\n <th class=\"bold font-xsmall\">Method</th>\n <th class=\"bold font-xsmall\">Amount</th>\n <th class=\"bold font-xsmall\">Status</th>\n </tr>\n <tr *ngFor=\"let payment of payments.payments\">\n <td class=\"font-xsmall\">\n <a href=\"javascript:void(0)\" (click)=\"loadPaymentViewComponent(payment.payment_group_reference, payment.payment_reference, payment.method)\">{{ payment.payment_group_reference }}</a>\n <td class=\"font-xsmall\">{{ payment.payment_reference }}</td>\n <td class=\"font-xsmall\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"font-xsmall\">{{ payment.channel | titlecase }}</td>\n <td class=\"font-xsmall\">{{ payment.method | titlecase }}</td>\n <td class=\"font-xsmall\">\u00A3{{ payment.amount | number:'.2' }}</td>\n <td *ngIf=\"payment.method === 'card' && payment.channel === 'online'\">\n <details>\n <summary><span class=\"summary font-xsmall\">{{ payment.status }}</span></summary>\n <div class=\"panel panel-border-narrow\" *ngIf=\"payment.status === 'Failed'\">\n <div *ngFor=\"let statusHistory of payment.status_histories\">\n <p class=\"font-xsmall\" *ngIf=\"statusHistory.error_code === 'P0010'\">\n Payment rejected due to payment method selected or payment information entered, for example, failed fraud check, a 3D Secure authentication failure, or the user does not have enough money in account\n </p>\n <p class=\"font-xsmall\" *ngIf=\"statusHistory.error_code === 'P0020'\">\n Payment was not confirmed and completed within 90 minutes of being created\n </p>\n <p class=\"font-xsmall\" *ngIf=\"statusHistory.error_code === 'P0030'\">\n User clicked on the \u201CCancel payment\u201D button during the payment journey\n </p>\n <p class=\"font-xsmall\" *ngIf=\"statusHistory.error_code === 'P0050'\">\n Multiple possible causes, for example a configuration problem with the payment provider, or incorrect login credentials\n </p>\n </div>\n </div>\n </details>\n </td>\n <td *ngIf=\"payment.method === 'card' && payment.channel === 'telephony'\" class=\"font-xsmall\">\n {{ payment.status}}\n </td>\n <td *ngIf=\"payment.method === 'payment by account'\">\n <details>\n <summary><span class=\"summary font-xsmall\">{{ payment.status }}</span></summary>\n <div class=\"panel panel-border-narrow\" *ngIf=\"payment.status === 'Pending'\">\n <p class=\"font-xsmall\">This means the transaction is being processed by Liberata.</p>\n </div>\n </details>\n </td>\n </tr>\n </table>\n\n </div>\n\n</div>\n",
|
|
55
28
|
styles: [""]
|
|
56
|
-
}] }
|
|
29
|
+
},] }
|
|
57
30
|
];
|
|
58
|
-
/** @nocollapse */
|
|
59
31
|
PaymentListComponent.ctorParameters = function () { return [
|
|
60
32
|
{ type: PaymentListService },
|
|
61
33
|
{ type: PaymentLibComponent }
|
|
@@ -63,22 +35,4 @@ var PaymentListComponent = /** @class */ (function () {
|
|
|
63
35
|
return PaymentListComponent;
|
|
64
36
|
}());
|
|
65
37
|
export { PaymentListComponent };
|
|
66
|
-
|
|
67
|
-
/** @type {?} */
|
|
68
|
-
PaymentListComponent.prototype.payments;
|
|
69
|
-
/** @type {?} */
|
|
70
|
-
PaymentListComponent.prototype.errorMessage;
|
|
71
|
-
/** @type {?} */
|
|
72
|
-
PaymentListComponent.prototype.code;
|
|
73
|
-
/**
|
|
74
|
-
* @type {?}
|
|
75
|
-
* @private
|
|
76
|
-
*/
|
|
77
|
-
PaymentListComponent.prototype.paymentListService;
|
|
78
|
-
/**
|
|
79
|
-
* @type {?}
|
|
80
|
-
* @private
|
|
81
|
-
*/
|
|
82
|
-
PaymentListComponent.prototype.paymentLibComponent;
|
|
83
|
-
}
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudC1saXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BobWN0cy9jY3BheS13ZWItY29tcG9uZW50LyIsInNvdXJjZXMiOlsibGliL2NvbXBvbmVudHMvcGF5bWVudC1saXN0L3BheW1lbnQtbGlzdC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFTLE1BQU0sZUFBZSxDQUFDO0FBRWhELE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLGtEQUFrRCxDQUFDO0FBRXBGLE9BQU8sRUFBQyxtQkFBbUIsRUFBQyxNQUFNLDZCQUE2QixDQUFDO0FBR2hFO0lBVUUsOEJBQW9CLGtCQUFzQyxFQUN0QyxtQkFBd0M7UUFEeEMsdUJBQWtCLEdBQWxCLGtCQUFrQixDQUFvQjtRQUN0Qyx3QkFBbUIsR0FBbkIsbUJBQW1CLENBQXFCO0lBQzVELENBQUM7Ozs7SUFFRCx1Q0FBUTs7O0lBQVI7UUFBQSxpQkFNQztRQUxDLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyx5QkFBeUIsQ0FBQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsZUFBZSxFQUFFLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxjQUFjLENBQUM7YUFDakksU0FBUzs7OztRQUNSLFVBQUEsUUFBUSxJQUFJLE9BQUEsS0FBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLEVBQXhCLENBQXdCOzs7O1FBQ3BDLFVBQUMsS0FBVSxJQUFLLE9BQUEsS0FBSSxDQUFDLFlBQVksR0FBRyxtQkFBSyxLQUFLLEVBQUEsRUFBOUIsQ0FBOEIsRUFDL0MsQ0FBQztJQUNOLENBQUM7Ozs7Ozs7SUFFRCx1REFBd0I7Ozs7OztJQUF4QixVQUF5QixxQkFBNkIsRUFBRSxnQkFBd0IsRUFBRSxhQUFxQjtRQUNyRyxJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxHQUFHLGFBQWEsQ0FBQztRQUN2RCxJQUFJLENBQUMsbUJBQW1CLENBQUMscUJBQXFCLEdBQUcscUJBQXFCLENBQUM7UUFDdkUsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGdCQUFnQixHQUFHLGdCQUFnQixDQUFDO1FBQzdELElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRLEdBQUcsY0FBYyxDQUFDO0lBQ3JELENBQUM7O2dCQTNCRixTQUFTLFNBQUM7b0JBQ1QsUUFBUSxFQUFFLG9CQUFvQjtvQkFDOUIscXBIQUE0Qzs7aUJBRTdDOzs7O2dCQVRPLGtCQUFrQjtnQkFFbEIsbUJBQW1COztJQStCM0IsMkJBQUM7Q0FBQSxBQTVCRCxJQTRCQztTQXZCWSxvQkFBb0I7OztJQUMvQix3Q0FBb0I7O0lBQ3BCLDRDQUFxQjs7SUFDckIsb0NBQWE7Ozs7O0lBRUQsa0RBQThDOzs7OztJQUM5QyxtREFBZ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgT25Jbml0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtQYXltZW50TGlzdFNlcnZpY2V9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3BheW1lbnQtbGlzdC9wYXltZW50LWxpc3Quc2VydmljZSc7XG5pbXBvcnQge0lQYXltZW50c30gZnJvbSAnLi4vLi4vaW50ZXJmYWNlcy9JUGF5bWVudHMnO1xuaW1wb3J0IHtQYXltZW50TGliQ29tcG9uZW50fSBmcm9tICcuLi8uLi9wYXltZW50LWxpYi5jb21wb25lbnQnO1xuaW1wb3J0IHtJU3RhdHVzSGlzdG9yeX0gZnJvbSAnLi4vLi4vaW50ZXJmYWNlcy9JU3RhdHVzSGlzdG9yeSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjcGF5LXBheW1lbnQtbGlzdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYXltZW50LWxpc3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYXltZW50LWxpc3QuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIFBheW1lbnRMaXN0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgcGF5bWVudHM6IElQYXltZW50cztcbiAgZXJyb3JNZXNzYWdlOiBzdHJpbmc7XG4gIGNvZGU6IHN0cmluZztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHBheW1lbnRMaXN0U2VydmljZTogUGF5bWVudExpc3RTZXJ2aWNlLFxuICAgICAgICAgICAgICBwcml2YXRlIHBheW1lbnRMaWJDb21wb25lbnQ6IFBheW1lbnRMaWJDb21wb25lbnQpIHtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMucGF5bWVudExpc3RTZXJ2aWNlLmdldFBheW1lbnRCeUNjZENhc2VOdW1iZXIodGhpcy5wYXltZW50TGliQ29tcG9uZW50LkNDRF9DQVNFX05VTUJFUiwgdGhpcy5wYXltZW50TGliQ29tcG9uZW50LlBBWU1FTlRfTUVUSE9EKVxuICAgICAgLnN1YnNjcmliZShcbiAgICAgICAgcGF5bWVudHMgPT4gdGhpcy5wYXltZW50cyA9IHBheW1lbnRzLFxuICAgICAgICAoZXJyb3I6IGFueSkgPT4gdGhpcy5lcnJvck1lc3NhZ2UgPSA8YW55PmVycm9yXG4gICAgICApO1xuICB9XG5cbiAgbG9hZFBheW1lbnRWaWV3Q29tcG9uZW50KHBheW1lbnRHcm91cFJlZmVyZW5jZTogc3RyaW5nLCBwYXltZW50UmVmZXJlbmNlOiBzdHJpbmcsIHBheW1lbnRNZXRob2Q6IHN0cmluZykge1xuICAgIHRoaXMucGF5bWVudExpYkNvbXBvbmVudC5wYXltZW50TWV0aG9kID0gcGF5bWVudE1ldGhvZDtcbiAgICB0aGlzLnBheW1lbnRMaWJDb21wb25lbnQucGF5bWVudEdyb3VwUmVmZXJlbmNlID0gcGF5bWVudEdyb3VwUmVmZXJlbmNlO1xuICAgIHRoaXMucGF5bWVudExpYkNvbXBvbmVudC5wYXltZW50UmVmZXJlbmNlID0gcGF5bWVudFJlZmVyZW5jZTtcbiAgICB0aGlzLnBheW1lbnRMaWJDb21wb25lbnQudmlld05hbWUgPSAncGF5bWVudC12aWV3JztcbiAgfVxufVxuIl19
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudC1saXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BobWN0cy9jY3BheS13ZWItY29tcG9uZW50LyIsInNvdXJjZXMiOlsibGliL2NvbXBvbmVudHMvcGF5bWVudC1saXN0L3BheW1lbnQtbGlzdC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBUyxNQUFNLGVBQWUsQ0FBQztBQUVoRCxPQUFPLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxrREFBa0QsQ0FBQztBQUVwRixPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSw2QkFBNkIsQ0FBQztBQUdoRTtJQVVFLDhCQUFvQixrQkFBc0MsRUFDdEMsbUJBQXdDO1FBRHhDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBb0I7UUFDdEMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtJQUM1RCxDQUFDO0lBRUQsdUNBQVEsR0FBUjtRQUFBLGlCQU1DO1FBTEMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLHlCQUF5QixDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxlQUFlLEVBQUUsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGNBQWMsQ0FBQzthQUNqSSxTQUFTLENBQ1IsVUFBQSxRQUFRLElBQUksT0FBQSxLQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsRUFBeEIsQ0FBd0IsRUFDcEMsVUFBQyxLQUFVLElBQUssT0FBQSxLQUFJLENBQUMsWUFBWSxHQUFRLEtBQUssRUFBOUIsQ0FBOEIsQ0FDL0MsQ0FBQztJQUNOLENBQUM7SUFFRCx1REFBd0IsR0FBeEIsVUFBeUIscUJBQTZCLEVBQUUsZ0JBQXdCLEVBQUUsYUFBcUI7UUFDckcsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGFBQWEsR0FBRyxhQUFhLENBQUM7UUFDdkQsSUFBSSxDQUFDLG1CQUFtQixDQUFDLHFCQUFxQixHQUFHLHFCQUFxQixDQUFDO1FBQ3ZFLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxnQkFBZ0IsR0FBRyxnQkFBZ0IsQ0FBQztRQUM3RCxJQUFJLENBQUMsbUJBQW1CLENBQUMsUUFBUSxHQUFHLGNBQWMsQ0FBQztJQUNyRCxDQUFDOztnQkFqQnVDLGtCQUFrQjtnQkFDakIsbUJBQW1COzs7Z0JBWDdELFNBQVMsU0FBQztvQkFDVCxRQUFRLEVBQUUsb0JBQW9CO29CQUM5QixxcEhBQTRDOztpQkFFN0M7OztnQkFUTyxrQkFBa0I7Z0JBRWxCLG1CQUFtQjs7SUErQjNCLDJCQUFDO0NBQUEsQUE1QkQsSUE0QkM7U0F2Qlksb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIE9uSW5pdH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7UGF5bWVudExpc3RTZXJ2aWNlfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9wYXltZW50LWxpc3QvcGF5bWVudC1saXN0LnNlcnZpY2UnO1xuaW1wb3J0IHtJUGF5bWVudHN9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMvSVBheW1lbnRzJztcbmltcG9ydCB7UGF5bWVudExpYkNvbXBvbmVudH0gZnJvbSAnLi4vLi4vcGF5bWVudC1saWIuY29tcG9uZW50JztcbmltcG9ydCB7SVN0YXR1c0hpc3Rvcnl9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMvSVN0YXR1c0hpc3RvcnknO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY3BheS1wYXltZW50LWxpc3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vcGF5bWVudC1saXN0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcGF5bWVudC1saXN0LmNvbXBvbmVudC5jc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBQYXltZW50TGlzdENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIHBheW1lbnRzOiBJUGF5bWVudHM7XG4gIGVycm9yTWVzc2FnZTogc3RyaW5nO1xuICBjb2RlOiBzdHJpbmc7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBwYXltZW50TGlzdFNlcnZpY2U6IFBheW1lbnRMaXN0U2VydmljZSxcbiAgICAgICAgICAgICAgcHJpdmF0ZSBwYXltZW50TGliQ29tcG9uZW50OiBQYXltZW50TGliQ29tcG9uZW50KSB7XG4gIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLnBheW1lbnRMaXN0U2VydmljZS5nZXRQYXltZW50QnlDY2RDYXNlTnVtYmVyKHRoaXMucGF5bWVudExpYkNvbXBvbmVudC5DQ0RfQ0FTRV9OVU1CRVIsIHRoaXMucGF5bWVudExpYkNvbXBvbmVudC5QQVlNRU5UX01FVEhPRClcbiAgICAgIC5zdWJzY3JpYmUoXG4gICAgICAgIHBheW1lbnRzID0+IHRoaXMucGF5bWVudHMgPSBwYXltZW50cyxcbiAgICAgICAgKGVycm9yOiBhbnkpID0+IHRoaXMuZXJyb3JNZXNzYWdlID0gPGFueT5lcnJvclxuICAgICAgKTtcbiAgfVxuXG4gIGxvYWRQYXltZW50Vmlld0NvbXBvbmVudChwYXltZW50R3JvdXBSZWZlcmVuY2U6IHN0cmluZywgcGF5bWVudFJlZmVyZW5jZTogc3RyaW5nLCBwYXltZW50TWV0aG9kOiBzdHJpbmcpIHtcbiAgICB0aGlzLnBheW1lbnRMaWJDb21wb25lbnQucGF5bWVudE1ldGhvZCA9IHBheW1lbnRNZXRob2Q7XG4gICAgdGhpcy5wYXltZW50TGliQ29tcG9uZW50LnBheW1lbnRHcm91cFJlZmVyZW5jZSA9IHBheW1lbnRHcm91cFJlZmVyZW5jZTtcbiAgICB0aGlzLnBheW1lbnRMaWJDb21wb25lbnQucGF5bWVudFJlZmVyZW5jZSA9IHBheW1lbnRSZWZlcmVuY2U7XG4gICAgdGhpcy5wYXltZW50TGliQ29tcG9uZW50LnZpZXdOYW1lID0gJ3BheW1lbnQtdmlldyc7XG4gIH1cbn1cbiJdfQ==
|