@ranty/ranty-sdk 2.17.0-beta.0 → 2.17.0-beta.2
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.
|
@@ -916,7 +916,7 @@ function oe(t) {
|
|
|
916
916
|
*/
|
|
917
917
|
var K0;
|
|
918
918
|
((K0 = window.HTMLSlotElement) === null || K0 === void 0 ? void 0 : K0.prototype.assignedElements) != null;
|
|
919
|
-
const aE = "@ranty/ranty-sdk", lE = "2.17.0-beta.
|
|
919
|
+
const aE = "@ranty/ranty-sdk", lE = "2.17.0-beta.2", dE = "Ranty sdk", cE = "dist/index.js", AE = {
|
|
920
920
|
".": "./dist/index.js"
|
|
921
921
|
}, uE = "types/index.d.ts", pE = [
|
|
922
922
|
"dist",
|
|
@@ -5632,9 +5632,7 @@ class e7 {
|
|
|
5632
5632
|
this.settings = this.getDefaultSettings();
|
|
5633
5633
|
}
|
|
5634
5634
|
initializeSettings(e) {
|
|
5635
|
-
|
|
5636
|
-
e && e.customerProperties ? this.settings.customerProperties = e.customerProperties : this.settings = this.getDefaultSettings();
|
|
5637
|
-
});
|
|
5635
|
+
e && e.customerProperties ? this.settings.customerProperties = e.customerProperties : this.settings = this.getDefaultSettings();
|
|
5638
5636
|
}
|
|
5639
5637
|
getDefaultSettings() {
|
|
5640
5638
|
return {
|
|
@@ -5651,7 +5649,8 @@ class e7 {
|
|
|
5651
5649
|
show_title: !0,
|
|
5652
5650
|
show_subtitle: !0,
|
|
5653
5651
|
show_order_detail: !0,
|
|
5654
|
-
enable_auto_redirect: !0
|
|
5652
|
+
enable_auto_redirect: !0,
|
|
5653
|
+
hide_footer: !1
|
|
5655
5654
|
}
|
|
5656
5655
|
};
|
|
5657
5656
|
}
|
|
@@ -9358,10 +9357,10 @@ function mU(t, e, r, s) {
|
|
|
9358
9357
|
}
|
|
9359
9358
|
var Nu = MF(mU);
|
|
9360
9359
|
gI(gl(), "DD_LOGS", Nu);
|
|
9361
|
-
const fU = "@ranty/ranty-sdk", yU = "2.17.0-beta.
|
|
9360
|
+
const fU = "@ranty/ranty-sdk", yU = "2.17.0-beta.1", vU = 2, bU = !0, wU = {
|
|
9362
9361
|
"": {
|
|
9363
9362
|
name: "@ranty/ranty-sdk",
|
|
9364
|
-
version: "2.17.0-beta.
|
|
9363
|
+
version: "2.17.0-beta.1",
|
|
9365
9364
|
license: "ISC",
|
|
9366
9365
|
dependencies: {
|
|
9367
9366
|
"@datadog/browser-logs": "^5.7.0",
|
|
@@ -56017,7 +56016,7 @@ const cv = Tc, fi = class extends EventTarget {
|
|
|
56017
56016
|
return this.endTime || void 0;
|
|
56018
56017
|
}
|
|
56019
56018
|
static setEndPaymentTime() {
|
|
56020
|
-
this.endTime = void 0;
|
|
56019
|
+
this.endTime = void 0, this.startTime = void 0;
|
|
56021
56020
|
}
|
|
56022
56021
|
};
|
|
56023
56022
|
fi.socket = null;
|
|
@@ -56029,7 +56028,7 @@ fi.isExtended = !1;
|
|
|
56029
56028
|
fi.connectionAttemptCount = 0;
|
|
56030
56029
|
fi.isRunning = !1;
|
|
56031
56030
|
fi.webSocketServiceInstance = new fi();
|
|
56032
|
-
let
|
|
56031
|
+
let Qt = fi;
|
|
56033
56032
|
function YB(t, e, r) {
|
|
56034
56033
|
t && t.readyState === 1 && setTimeout(() => {
|
|
56035
56034
|
const s = {
|
|
@@ -57677,7 +57676,7 @@ let Pr = class t extends qe {
|
|
|
57677
57676
|
}), this._triggerCheckoutTask = new ab(this, {
|
|
57678
57677
|
task: () => we(this, null, function* () {
|
|
57679
57678
|
var l;
|
|
57680
|
-
he.info("_triggerCheckoutTask", { tag: "TRIGGER_CHECKOUT_TASK" }), this._setTimer(
|
|
57679
|
+
he.info("_triggerCheckoutTask", { tag: "TRIGGER_CHECKOUT_TASK" }), this._setTimer(3e4);
|
|
57681
57680
|
const { id: e, additional_info: r, external_payment_id: s, buyer: n, transactions: i } = this.contextData.paymentRequest, o = "click_to_pay", a = {
|
|
57682
57681
|
xFlowId: this._checkoutResponse.headers["x-src-cx-flow-id"],
|
|
57683
57682
|
cardBrand: this.contextData.cardBrand,
|
|
@@ -57752,7 +57751,7 @@ let Pr = class t extends qe {
|
|
|
57752
57751
|
_setTimer(e) {
|
|
57753
57752
|
hv(e).then(() => we(this, null, function* () {
|
|
57754
57753
|
const s = (yield Zo(this.paymentRequestId)).response;
|
|
57755
|
-
|
|
57754
|
+
he.error("c2p timeout error", { tag: "C2P_TIMEOUT_ERROR" }, { status: s.status }), this.contextData.hasPayError = !0, this._handlePaymentRequestStatus(s.status);
|
|
57756
57755
|
}));
|
|
57757
57756
|
}
|
|
57758
57757
|
_handlePaymentRequestStatus(e) {
|
|
@@ -57824,8 +57823,7 @@ let Pr = class t extends qe {
|
|
|
57824
57823
|
const d = b2(
|
|
57825
57824
|
this.contextData.paymentRequest,
|
|
57826
57825
|
this.contextData.directPaymentData.formData,
|
|
57827
|
-
this.contextData.selectedInstallment
|
|
57828
|
-
!1
|
|
57826
|
+
this.contextData.selectedInstallment
|
|
57829
57827
|
), l = yield v2(d);
|
|
57830
57828
|
(r = l.response) != null && r.success && (this.contextData.componentsVisibility.showOrderCompleted = !0, this._isLoading = !0), (s = l.response) != null && s.success && ((n = l.response) != null && n.approved) && (this._isLoading = !1, this.contextData.hasError = !0, this.contextData.hasDuplicateApprovedError = !0), ((i = l.response) == null ? void 0 : i.success) === !1 && ((o = l.response) == null ? void 0 : o.pending) === !0 && (this._isLoading = !1, this.contextData.hasError = !0, this.contextData.hasDuplicatePendingError = !0), this.contextData.componentsVisibility.showOrderCompleted = !0;
|
|
57831
57829
|
}
|
|
@@ -61064,7 +61062,7 @@ let wi = class t extends qe {
|
|
|
61064
61062
|
contextObject: {
|
|
61065
61063
|
payment_request_id: this.stateScofProps.paymentRequestId
|
|
61066
61064
|
}
|
|
61067
|
-
}), this.stateScof.isExtendedWs && (yield this.extendedWs()), !(cr.isPollingRunning() && !
|
|
61065
|
+
}), this.stateScof.isExtendedWs && (yield this.extendedWs()), !(cr.isPollingRunning() && !Qt.getEndPaymentTime()) && Qt.wsConnectionAttemptCount() > 0 && this.createEvent("button-pushed", it.MAIN);
|
|
61068
61066
|
});
|
|
61069
61067
|
}
|
|
61070
61068
|
getPaymentRequest() {
|
|
@@ -63255,7 +63253,7 @@ let bs = class extends qe {
|
|
|
63255
63253
|
}
|
|
63256
63254
|
this._validator = t;
|
|
63257
63255
|
}, this._renderInitialFlow = () => {
|
|
63258
|
-
switch (
|
|
63256
|
+
switch (this.mode) {
|
|
63259
63257
|
case "card_on_file":
|
|
63260
63258
|
return P` <scof-context
|
|
63261
63259
|
publicKey="${this.publicKey}"
|
|
@@ -63302,9 +63300,11 @@ let bs = class extends qe {
|
|
|
63302
63300
|
};
|
|
63303
63301
|
}
|
|
63304
63302
|
firstUpdated() {
|
|
63305
|
-
|
|
63306
|
-
|
|
63307
|
-
|
|
63303
|
+
vA.initializeSettings(this.settings);
|
|
63304
|
+
}
|
|
63305
|
+
get isHideFooter() {
|
|
63306
|
+
var t, e;
|
|
63307
|
+
return ((e = (t = this.settings) == null ? void 0 : t.customerProperties) == null ? void 0 : e.hide_footer) || this.mode === "click_to_pay";
|
|
63308
63308
|
}
|
|
63309
63309
|
connectedCallback() {
|
|
63310
63310
|
super.connectedCallback(), this.addEventListener("payfac-context-set", () => {
|
|
@@ -63314,32 +63314,31 @@ let bs = class extends qe {
|
|
|
63314
63314
|
willUpdate(t) {
|
|
63315
63315
|
super.willUpdate(t), this._validatePayfacProperties();
|
|
63316
63316
|
}
|
|
63317
|
+
renderPayfacContext() {
|
|
63318
|
+
return this.isHideFooter ? P`<payfac-context
|
|
63319
|
+
publicKey="${this.publicKey}"
|
|
63320
|
+
mode="${this.mode}"
|
|
63321
|
+
env="${this.env}"
|
|
63322
|
+
paymentRequestId="${this.paymentRequestId}"
|
|
63323
|
+
isEmbedded="${this.isEmbedded}"
|
|
63324
|
+
>
|
|
63325
|
+
${this._isPayfacContextReady && this._renderInitialFlow()}
|
|
63326
|
+
</payfac-context>` : P`<div class="content-wrapper">
|
|
63327
|
+
<payfac-context
|
|
63328
|
+
publicKey="${this.publicKey}"
|
|
63329
|
+
mode="${this.mode}"
|
|
63330
|
+
env="${this.env}"
|
|
63331
|
+
paymentRequestId="${this.paymentRequestId}"
|
|
63332
|
+
isEmbedded="${this.isEmbedded}"
|
|
63333
|
+
>
|
|
63334
|
+
${this._isPayfacContextReady && this._renderInitialFlow()}
|
|
63335
|
+
</payfac-context>
|
|
63336
|
+
<footer-component></footer-component>
|
|
63337
|
+
</div>`;
|
|
63338
|
+
}
|
|
63317
63339
|
render() {
|
|
63318
63340
|
return P`
|
|
63319
|
-
${this._validator.isValid ? P`
|
|
63320
|
-
${this.mode !== "click_to_pay" ? P`
|
|
63321
|
-
<div class="content-wrapper">
|
|
63322
|
-
<payfac-context
|
|
63323
|
-
publicKey="${this.publicKey}"
|
|
63324
|
-
mode="${this.mode}"
|
|
63325
|
-
env="${this.env}"
|
|
63326
|
-
paymentRequestId="${this.paymentRequestId}"
|
|
63327
|
-
isEmbedded="${this.isEmbedded}"
|
|
63328
|
-
>
|
|
63329
|
-
${this._isPayfacContextReady && this._renderInitialFlow()}
|
|
63330
|
-
</payfac-context>
|
|
63331
|
-
<footer-component></footer-component>
|
|
63332
|
-
</div>
|
|
63333
|
-
` : P`<payfac-context
|
|
63334
|
-
publicKey="${this.publicKey}"
|
|
63335
|
-
mode="${this.mode}"
|
|
63336
|
-
env="${this.env}"
|
|
63337
|
-
paymentRequestId="${this.paymentRequestId}"
|
|
63338
|
-
isEmbedded="${this.isEmbedded}"
|
|
63339
|
-
>
|
|
63340
|
-
${this._isPayfacContextReady && this._renderInitialFlow()}
|
|
63341
|
-
</payfac-context>`}
|
|
63342
|
-
` : P` <errors-panel .validator="${this._validator}"></errors-panel>`}
|
|
63341
|
+
${this._validator.isValid ? P`${this.renderPayfacContext()}` : P` <errors-panel .validator="${this._validator}"></errors-panel>`}
|
|
63343
63342
|
`;
|
|
63344
63343
|
}
|
|
63345
63344
|
};
|
|
@@ -63442,9 +63441,9 @@ let xi = class extends qe {
|
|
|
63442
63441
|
const r = t.detail.data, { payment_request: s } = r;
|
|
63443
63442
|
if (cr.ignoreStatusPayment(s.status) || s.payment_id === ((i = this.stateScof.statePaymentRequest) == null ? void 0 : i.payment_id) && s.status === ((o = this.stateScof.statePaymentRequest) == null ? void 0 : o.status))
|
|
63444
63443
|
return;
|
|
63445
|
-
this.statusMessage = s.status, this.stateScof.statePaymentRequest = s,
|
|
63444
|
+
this.statusMessage = s.status, this.stateScof.statePaymentRequest = s, Qt.wsIsRunning() && Qt.cleanup(), cr.stopPolling("manual");
|
|
63446
63445
|
const n = this.setMessagePaymentStatus(s);
|
|
63447
|
-
n && (this.stateScofStatus.title = n.title, this.stateScofStatus.subtitle = n.subtitle, this.stateScofStatus.icon = n.icon, this.stateScofStatus.status = n.status, this.stateScofStatus.name = n.name, this.stateScofStatus.returnButton = n.returnButton, this.stateScofStatus.nameReturnButton = n.nameReturnButton, this.stateScof.page = it.STATUS, this.setDurationPayment(s), this.requestUpdate(), this.routerState(), this.stateScof.isActiveWs =
|
|
63446
|
+
n && (this.stateScofStatus.title = n.title, this.stateScofStatus.subtitle = n.subtitle, this.stateScofStatus.icon = n.icon, this.stateScofStatus.status = n.status, this.stateScofStatus.name = n.name, this.stateScofStatus.returnButton = n.returnButton, this.stateScofStatus.nameReturnButton = n.nameReturnButton, this.stateScof.page = it.STATUS, this.setDurationPayment(s), this.requestUpdate(), this.routerState(), this.stateScof.isActiveWs = Qt.wsIsRunning());
|
|
63448
63447
|
}), cr.pollingServiceInstance.addEventListener("polling-stopped", (t) => {
|
|
63449
63448
|
const e = t, r = fr.messages.find((s) => s.status === e.detail.reason);
|
|
63450
63449
|
r && (this.stateScofStatus.title = r.title, this.stateScofStatus.subtitle = r.subtitle, this.stateScofStatus.icon = r.icon, this.stateScofStatus.status = r.status, this.stateScofStatus.name = r.name, this.stateScofStatus.returnButton = r.returnButton, this.stateScofStatus.nameReturnButton = r.nameReturnButton), this.stateScof.page = it.STATUS, this.requestUpdate(), this.routerState();
|
|
@@ -63458,10 +63457,10 @@ let xi = class extends qe {
|
|
|
63458
63457
|
}
|
|
63459
63458
|
webSocket() {
|
|
63460
63459
|
return we(this, null, function* () {
|
|
63461
|
-
if (!(
|
|
63460
|
+
if (!(Qt.wsConnectionAttemptCount() > 0)) {
|
|
63462
63461
|
this.stateScof.isActiveWs = !0;
|
|
63463
63462
|
try {
|
|
63464
|
-
if ((yield
|
|
63463
|
+
if ((yield Qt.connect(this.stateScof.statePaymentRequest.id)).status === "WS_DISCONNECTED") {
|
|
63465
63464
|
this.statusMessage = "WS_DISCONNECTED", this.isShowCardPayment = !1;
|
|
63466
63465
|
return;
|
|
63467
63466
|
}
|
|
@@ -63481,20 +63480,20 @@ let xi = class extends qe {
|
|
|
63481
63480
|
}
|
|
63482
63481
|
setDurationPayment(t) {
|
|
63483
63482
|
var e;
|
|
63484
|
-
he.info("paymentDuration", {
|
|
63483
|
+
Qt.getStartPaymentTime() && (he.info("paymentDuration", {
|
|
63485
63484
|
context: Me.CARD_ON_FILE,
|
|
63486
63485
|
origin_sdk: Ff,
|
|
63487
63486
|
tag: "PAYMENT_DURATION",
|
|
63488
63487
|
is_embedded: this.payfacContext.isEmbedded,
|
|
63489
63488
|
contextObject: {
|
|
63490
|
-
duration_context:
|
|
63489
|
+
duration_context: Qt.endPayment(),
|
|
63491
63490
|
payment_request_id: (e = this.stateScof.statePaymentRequest) == null ? void 0 : e.id,
|
|
63492
63491
|
payment_request_status: this.statusMessage,
|
|
63493
63492
|
card_name: t.transactions[0].payment_method ? t.transactions[0].payment_method.name : "no_card_name",
|
|
63494
63493
|
card_type: t.transactions[0].payment_method.card_type ? t.transactions[0].payment_method.card_type : "no_card_type",
|
|
63495
63494
|
payment_type: t.payment_type
|
|
63496
63495
|
}
|
|
63497
|
-
}),
|
|
63496
|
+
}), Qt.setEndPaymentTime());
|
|
63498
63497
|
}
|
|
63499
63498
|
getPaymentRequestAndRedirectToStatus() {
|
|
63500
63499
|
return we(this, null, function* () {
|
|
@@ -65151,7 +65150,7 @@ let tl = class extends qe {
|
|
|
65151
65150
|
}
|
|
65152
65151
|
submit() {
|
|
65153
65152
|
var t;
|
|
65154
|
-
this.isClickSubmit || (this.isLoading = !0, this.isClickSubmit = !0, this.stateScofStatus.isStart = !0, this.createEvent("button-pushed", it.LOADING),
|
|
65153
|
+
this.isClickSubmit || (this.isLoading = !0, this.isClickSubmit = !0, this.stateScofStatus.isStart = !0, this.createEvent("button-pushed", it.LOADING), Qt.startPayment(), he.info("submit", {
|
|
65155
65154
|
context: Me.CARD_ON_FILE,
|
|
65156
65155
|
tag: "SUMMARY",
|
|
65157
65156
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -65282,7 +65281,7 @@ let rl = class extends qe {
|
|
|
65282
65281
|
this.createEvent("button-pushed", t), this.showInitialPanel = !1, this.showQr = !1;
|
|
65283
65282
|
}
|
|
65284
65283
|
startPolling() {
|
|
65285
|
-
!
|
|
65284
|
+
!Qt.wsIsRunning() && Qt.wsConnectionAttemptCount() > 0 && (cr.isPollingRunning() && cr.extendTime(), cr.isPollingRunning() || cr.startPolling(this.stateScof.statePaymentRequest.id, this.payfacContext.context));
|
|
65286
65285
|
}
|
|
65287
65286
|
createEvent(t, e) {
|
|
65288
65287
|
const r = new CustomEvent(t, {
|
|
@@ -65598,9 +65597,9 @@ let Ho = class extends qe {
|
|
|
65598
65597
|
const r = t.detail.data.response;
|
|
65599
65598
|
if (cr.ignoreStatusPayment(r.status) || ((n = this._statePaymentManualInput.statePaymentRequest) == null ? void 0 : n.payment_id) === r.payment_id && ((i = this._statePaymentManualInput.statePaymentRequest) == null ? void 0 : i.status) === r.status)
|
|
65600
65599
|
return;
|
|
65601
|
-
this.statusMessage = r.status, this._statePaymentManualInput.statePaymentRequest = r,
|
|
65600
|
+
this.statusMessage = r.status, this._statePaymentManualInput.statePaymentRequest = r, Qt.wsIsRunning() && Qt.cleanup(), cr.stopPolling("manual");
|
|
65602
65601
|
const s = this.setMessagePaymentStatus(r);
|
|
65603
|
-
s && (this.stateStatus.title = s.title, this.stateStatus.subtitle = s.subtitle, this.stateStatus.icon = s.icon, this.stateStatus.status = s.status, this.stateStatus.name = s.name, this.stateStatus.returnButton = s.returnButton, this.stateStatus.nameReturnButton = s.nameReturnButton, this._statePaymentManualInput.page = It.STATUS,
|
|
65602
|
+
s && (this.stateStatus.title = s.title, this.stateStatus.subtitle = s.subtitle, this.stateStatus.icon = s.icon, this.stateStatus.status = s.status, this.stateStatus.name = s.name, this.stateStatus.returnButton = s.returnButton, this.stateStatus.nameReturnButton = s.nameReturnButton, this._statePaymentManualInput.page = It.STATUS, Qt.getStartPaymentTime() && this.setDurationPayment(r), this.requestUpdate(), this.routerState(), this._statePaymentManualInput.isActiveWs = Qt.wsIsRunning());
|
|
65604
65603
|
}), cr.pollingServiceInstance.addEventListener("polling-stopped", (t) => {
|
|
65605
65604
|
const e = t, r = fr.messages.find((s) => s.status === e.detail.reason);
|
|
65606
65605
|
r && (this.stateStatus.title = r.title, this.stateStatus.subtitle = r.subtitle, this.stateStatus.icon = r.icon, this.stateStatus.status = r.status, this.stateStatus.name = r.name, this.stateStatus.returnButton = r.returnButton, this.stateStatus.nameReturnButton = r.nameReturnButton), this._statePaymentManualInput.page = It.STATUS, this.requestUpdate(), this.routerState();
|
|
@@ -65614,10 +65613,10 @@ let Ho = class extends qe {
|
|
|
65614
65613
|
}
|
|
65615
65614
|
webSocket() {
|
|
65616
65615
|
return we(this, null, function* () {
|
|
65617
|
-
if (!(
|
|
65616
|
+
if (!(Qt.wsConnectionAttemptCount() > 0))
|
|
65618
65617
|
try {
|
|
65619
|
-
const t = yield
|
|
65620
|
-
if (this._statePaymentManualInput.isActiveWs =
|
|
65618
|
+
const t = yield Qt.connect(this._statePaymentManualInput.statePaymentRequest.id);
|
|
65619
|
+
if (this._statePaymentManualInput.isActiveWs = Qt.wsIsRunning(), t.status === "WS_DISCONNECTED") {
|
|
65621
65620
|
this.statusMessage = "WS_DISCONNECTED", this.isShowCardPayment = !1;
|
|
65622
65621
|
return;
|
|
65623
65622
|
}
|
|
@@ -65630,26 +65629,26 @@ let Ho = class extends qe {
|
|
|
65630
65629
|
const e = this._statePaymentManualInput.statePaymentRequest;
|
|
65631
65630
|
cr.stopPolling("manual"), t = this.setMessagePaymentStatus(e);
|
|
65632
65631
|
}
|
|
65633
|
-
t && (this.stateStatus.title = t.title, this.stateStatus.subtitle = t.subtitle, this.stateStatus.icon = t.icon, this.stateStatus.status = t.status, this.stateStatus.name = t.name, this.stateStatus.returnButton = t.returnButton, this.stateStatus.nameReturnButton = t.nameReturnButton, this._statePaymentManualInput.page = It.STATUS, this.requestUpdate(), this.routerState(), this._statePaymentManualInput.isActiveWs =
|
|
65632
|
+
t && (this.stateStatus.title = t.title, this.stateStatus.subtitle = t.subtitle, this.stateStatus.icon = t.icon, this.stateStatus.status = t.status, this.stateStatus.name = t.name, this.stateStatus.returnButton = t.returnButton, this.stateStatus.nameReturnButton = t.nameReturnButton, this._statePaymentManualInput.page = It.STATUS, this.requestUpdate(), this.routerState(), this._statePaymentManualInput.isActiveWs = Qt.wsIsRunning());
|
|
65634
65633
|
}
|
|
65635
65634
|
});
|
|
65636
65635
|
}
|
|
65637
65636
|
setDurationPayment(t) {
|
|
65638
65637
|
var e;
|
|
65639
|
-
he.info("paymentDuration", {
|
|
65638
|
+
Qt.getStartPaymentTime() && (he.info("paymentDuration", {
|
|
65640
65639
|
context: Me.DEFAULT,
|
|
65641
65640
|
origin_sdk: th,
|
|
65642
65641
|
tag: "PAYMENT_DURATION",
|
|
65643
65642
|
is_embedded: this.payfacContext.isEmbedded,
|
|
65644
65643
|
contextObject: {
|
|
65645
|
-
duration_context:
|
|
65644
|
+
duration_context: Qt.endPayment(),
|
|
65646
65645
|
payment_request_id: (e = this._statePaymentManualInput.statePaymentRequest) == null ? void 0 : e.id,
|
|
65647
65646
|
payment_request_status: this.statusMessage,
|
|
65648
65647
|
card_name: t.transactions[0].payment_method ? t.transactions[0].payment_method.name : "no_card_name",
|
|
65649
65648
|
card_type: t.transactions[0].payment_method.card_type ? t.transactions[0].payment_method.card_type : "no_card_type",
|
|
65650
65649
|
payment_type: t.payment_type
|
|
65651
65650
|
}
|
|
65652
|
-
}),
|
|
65651
|
+
}), Qt.setEndPaymentTime());
|
|
65653
65652
|
}
|
|
65654
65653
|
getPaymentRequestAndRedirectToStatus() {
|
|
65655
65654
|
return we(this, null, function* () {
|
|
@@ -66577,11 +66576,11 @@ let xs = class t extends qe {
|
|
|
66577
66576
|
return we(this, null, function* () {
|
|
66578
66577
|
var e;
|
|
66579
66578
|
try {
|
|
66580
|
-
if (
|
|
66579
|
+
if (Qt.wsConnectionAttemptCount() > 0) {
|
|
66581
66580
|
this._statePaymentManualInput.isExtendedWs = !1, this._stateStatus.isStart = !1, this.createEvent("button-pushed", It.LOADING);
|
|
66582
66581
|
return;
|
|
66583
66582
|
}
|
|
66584
|
-
|
|
66583
|
+
Qt.extendHeartbeat(this._statePaymentManualInput.statePaymentRequest.id), this._statePaymentManualInput.isExtendedWs = !0, this._stateStatus.isStart = !1, this.createEvent("button-pushed", It.LOADING), he.info("extendHeartBeat", {
|
|
66585
66584
|
context: Me.DEFAULT,
|
|
66586
66585
|
origin_sdk: Df,
|
|
66587
66586
|
tag: "EXTEND_HEART_BEAT",
|
|
@@ -66737,7 +66736,7 @@ let nl = class extends qe {
|
|
|
66737
66736
|
}
|
|
66738
66737
|
submit() {
|
|
66739
66738
|
var t;
|
|
66740
|
-
this.isLoading = !0, this._stateStatus.isStart = !0,
|
|
66739
|
+
this.isLoading = !0, this._stateStatus.isStart = !0, Qt.startPayment(), Qt.wsIsRunning() && Qt.extendConnectionOnPayment(), this.createEvent("button-pushed", It.LOADING), he.info("submit", {
|
|
66741
66740
|
context: Me.DEFAULT,
|
|
66742
66741
|
origin_sdk: mL,
|
|
66743
66742
|
tag: "PAYMENT_SUBMITTED",
|
|
@@ -66862,7 +66861,7 @@ let Vo = class extends qe {
|
|
|
66862
66861
|
this.createEvent("button-pushed", It.HOLDER_FORM), this.showInitialPanel = !1, this.showQr = !1;
|
|
66863
66862
|
}
|
|
66864
66863
|
startPolling() {
|
|
66865
|
-
!
|
|
66864
|
+
!Qt.wsIsRunning() && Qt.wsConnectionAttemptCount() > 0 && (cr.isPollingRunning() && cr.extendTime(), cr.isPollingRunning() || cr.startPolling(
|
|
66866
66865
|
this._statePaymentManualInput.statePaymentRequest.id,
|
|
66867
66866
|
this.payfacContext.context
|
|
66868
66867
|
));
|
|
@@ -67053,7 +67052,7 @@ let ki = class t extends qe {
|
|
|
67053
67052
|
}
|
|
67054
67053
|
firstUpdated(e) {
|
|
67055
67054
|
return we(this, null, function* () {
|
|
67056
|
-
ur(t.prototype, this, "firstUpdated").call(this, e), this.stateStatus.isRetry && (yield this.loadData(), this.stateStatus.isRetry = !1), this.stateStatus.isStart && (this.title = "Estamos procesando el pago", this.subtitle = "Puede tardar unos segundos.", yield this.directPaymentTransparent()), this._statePaymentManualInput.isExtendedWs && (yield this.extendedWs()), !(cr.isPollingRunning() && !
|
|
67055
|
+
ur(t.prototype, this, "firstUpdated").call(this, e), this.stateStatus.isRetry && (yield this.loadData(), this.stateStatus.isRetry = !1), this.stateStatus.isStart && (this.title = "Estamos procesando el pago", this.subtitle = "Puede tardar unos segundos.", yield this.directPaymentTransparent()), this._statePaymentManualInput.isExtendedWs && (yield this.extendedWs()), !(cr.isPollingRunning() && !Qt.getEndPaymentTime()) && Qt.wsConnectionAttemptCount() > 0 && this.createEvent("button-pushed", It.MANUAL_INPUT);
|
|
67057
67056
|
});
|
|
67058
67057
|
}
|
|
67059
67058
|
loadData() {
|
|
@@ -73332,11 +73331,11 @@ function pt(t) {
|
|
|
73332
73331
|
kt.push({ key: "Filter", value: bt });
|
|
73333
73332
|
else {
|
|
73334
73333
|
kt.push({ key: "Filter", value: "[" + bt + "]" });
|
|
73335
|
-
for (var
|
|
73336
|
-
if (kt[
|
|
73334
|
+
for (var Nt = 0; Nt < kt.length; Nt += 1)
|
|
73335
|
+
if (kt[Nt].key === "DecodeParms") {
|
|
73337
73336
|
for (var mr = [], br = 0; br < lt.reverseChain.split("/").length - 1; br += 1)
|
|
73338
73337
|
mr.push("null");
|
|
73339
|
-
mr.push(kt[
|
|
73338
|
+
mr.push(kt[Nt].value), kt[Nt].value = "[" + mr.join(" ") + "]";
|
|
73340
73339
|
}
|
|
73341
73340
|
}
|
|
73342
73341
|
X("<<");
|
|
@@ -73391,8 +73390,8 @@ Q`), dn(Ae, !0), jn({ data: _e, filters: Oi(), objectId: Ae }), X("endobj"), te;
|
|
|
73391
73390
|
for (var Je = "", lt = 0, kt = 0; kt < te.length; kt++) {
|
|
73392
73391
|
for (Y = te[kt]; Y > m[lt + 1].offset; )
|
|
73393
73392
|
lt++;
|
|
73394
|
-
var bt = m[lt].offset,
|
|
73395
|
-
Je += ee(Math.round((1 -
|
|
73393
|
+
var bt = m[lt].offset, Nt = (Y - bt) / (m[lt + 1].offset - bt), mr = m[lt].color, br = m[lt + 1].color;
|
|
73394
|
+
Je += ee(Math.round((1 - Nt) * mr[0] + Nt * br[0]).toString(16)) + ee(Math.round((1 - Nt) * mr[1] + Nt * br[1]).toString(16)) + ee(Math.round((1 - Nt) * mr[2] + Nt * br[2]).toString(16));
|
|
73396
73395
|
}
|
|
73397
73396
|
return Je.trim();
|
|
73398
73397
|
}, Ym = function(m, S) {
|
|
@@ -73639,8 +73638,8 @@ Q`), dn(Ae, !0), jn({ data: _e, filters: Oi(), objectId: Ae }), X("endobj"), te;
|
|
|
73639
73638
|
case "dataurlnewwindow":
|
|
73640
73639
|
if (Object.prototype.toString.call(gt) !== "[object Window]")
|
|
73641
73640
|
throw new Error("The option dataurlnewwindow just works in a browser-environment.");
|
|
73642
|
-
var
|
|
73643
|
-
if (mr !== null && (mr.document.write(
|
|
73641
|
+
var Nt = '<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><iframe src="' + this.output("datauristring", S) + '"></iframe></body></html>', mr = gt.open();
|
|
73642
|
+
if (mr !== null && (mr.document.write(Nt), mr.document.title = S.filename), mr || typeof safari == "undefined")
|
|
73644
73643
|
return mr;
|
|
73645
73644
|
break;
|
|
73646
73645
|
case "datauri":
|
|
@@ -73723,18 +73722,18 @@ Q`), dn(Ae, !0), jn({ data: _e, filters: Oi(), objectId: Ae }), X("endobj"), te;
|
|
|
73723
73722
|
}, p.deletePage = function() {
|
|
73724
73723
|
return t0.apply(this, arguments), this;
|
|
73725
73724
|
}, p.__private__.text = p.text = function(m, S, Y, te, Ae) {
|
|
73726
|
-
var _e, Re, Je, lt, kt, bt,
|
|
73725
|
+
var _e, Re, Je, lt, kt, bt, Nt, mr, br, Nr = (te = te || {}).scope || this;
|
|
73727
73726
|
if (typeof m == "number" && typeof S == "number" && (typeof Y == "string" || Array.isArray(Y))) {
|
|
73728
73727
|
var Cs = Y;
|
|
73729
73728
|
Y = S, S = m, m = Cs;
|
|
73730
73729
|
}
|
|
73731
|
-
if (arguments[3] instanceof ut ? (L("The transform parameter of text() with a Matrix value"), br = Ae) : (Je = arguments[4], lt = arguments[5], Zt(
|
|
73730
|
+
if (arguments[3] instanceof ut ? (L("The transform parameter of text() with a Matrix value"), br = Ae) : (Je = arguments[4], lt = arguments[5], Zt(Nt = arguments[3]) === "object" && Nt !== null || (typeof Je == "string" && (lt = Je, Je = null), typeof Nt == "string" && (lt = Nt, Nt = null), typeof Nt == "number" && (Je = Nt, Nt = null), te = { flags: Nt, angle: Je, align: lt })), isNaN(S) || isNaN(Y) || m == null)
|
|
73732
73731
|
throw new Error("Invalid arguments passed to jsPDF.text");
|
|
73733
73732
|
if (m.length === 0)
|
|
73734
73733
|
return Nr;
|
|
73735
73734
|
var ts = "", ri = !1, cn = typeof te.lineHeightFactor == "number" ? te.lineHeightFactor : El, Hi = Nr.internal.scaleFactor;
|
|
73736
73735
|
function ag(ar) {
|
|
73737
|
-
return ar = ar.split(" ").join(Array(te.TabLen || 9).join(" ")), Xs(ar,
|
|
73736
|
+
return ar = ar.split(" ").join(Array(te.TabLen || 9).join(" ")), Xs(ar, Nt);
|
|
73738
73737
|
}
|
|
73739
73738
|
function JA(ar) {
|
|
73740
73739
|
for (var lr, _r = ar.concat(), Wr = [], bo = _r.length; bo--; )
|
|
@@ -73831,7 +73830,7 @@ Q`), dn(Ae, !0), jn({ data: _e, filters: Oi(), objectId: Ae }), X("endobj"), te;
|
|
|
73831
73830
|
` : lg !== -1 && (ts += `0 Tr
|
|
73832
73831
|
`), Zs !== -1 && (tu.usedRenderingMode = Zs), lt = te.align || "left";
|
|
73833
73832
|
var Sn, oc = x * cn, dg = Nr.internal.pageSize.getWidth(), cg = sr[Bt];
|
|
73834
|
-
kt = te.charSpace || Zd, bt = te.maxWidth || 0,
|
|
73833
|
+
kt = te.charSpace || Zd, bt = te.maxWidth || 0, Nt = Object.assign({ autoencode: !0, noBOM: !0 }, te.flags);
|
|
73835
73834
|
var Aa = [], _l = function(ar) {
|
|
73836
73835
|
return Nr.getStringUnitWidth(ar, { font: cg, charSpace: kt, fontSize: x, doKerning: !1 }) * x / Hi;
|
|
73837
73836
|
};
|
|
@@ -74003,11 +74002,11 @@ T* `) : m.join(` Tj
|
|
|
74003
74002
|
throw new Error("Invalid arguments passed to jsPDF.line");
|
|
74004
74003
|
return _ === k.COMPAT ? this.lines([[Y - m, te - S]], m, S, [1, 1], Ae || "S") : this.lines([[Y - m, te - S]], m, S, [1, 1]).stroke();
|
|
74005
74004
|
}, p.__private__.lines = p.lines = function(m, S, Y, te, Ae, _e) {
|
|
74006
|
-
var Re, Je, lt, kt, bt,
|
|
74005
|
+
var Re, Je, lt, kt, bt, Nt, mr, br, Nr, Cs, ts, ri;
|
|
74007
74006
|
if (typeof m == "number" && (ri = Y, Y = S, S = m, m = ri), te = te || [1, 1], _e = _e || !1, isNaN(S) || isNaN(Y) || !Array.isArray(m) || !Array.isArray(te) || !Mi(Ae) || typeof _e != "boolean")
|
|
74008
74007
|
throw new Error("Invalid arguments passed to jsPDF.lines");
|
|
74009
74008
|
for (LA(S, Y), Re = te[0], Je = te[1], kt = m.length, Cs = S, ts = Y, lt = 0; lt < kt; lt++)
|
|
74010
|
-
(bt = m[lt]).length === 2 ? (Cs = bt[0] * Re + Cs, ts = bt[1] * Je + ts, Cl(Cs, ts)) : (
|
|
74009
|
+
(bt = m[lt]).length === 2 ? (Cs = bt[0] * Re + Cs, ts = bt[1] * Je + ts, Cl(Cs, ts)) : (Nt = bt[0] * Re + Cs, mr = bt[1] * Je + ts, br = bt[2] * Re + Cs, Nr = bt[3] * Je + ts, Cs = bt[4] * Re + Cs, ts = bt[5] * Je + ts, la(Nt, mr, br, Nr, Cs, ts));
|
|
74011
74010
|
return _e && eg(), OA(Ae), this;
|
|
74012
74011
|
}, p.path = function(m) {
|
|
74013
74012
|
for (var S = 0; S < m.length; S++) {
|
|
@@ -77999,10 +77998,10 @@ function sx(t) {
|
|
|
77999
77998
|
var je = se, ne = me, ie = R, Ie = z, Pe = (Ke = V).Ea;
|
|
78000
77999
|
je == 0 && (y0(fe, le, null, null, 1, ie, Ie), rt(fe, le + 1, 0, 0, Pe - 1, ie, Ie + 1), le += Pe, Ie += Pe, ++je);
|
|
78001
78000
|
for (var Fe = 1 << Ke.b, Ze = Fe - 1, He = D(Pe, Ke.b), At = Ke.K, Ke = Ke.w + (je >> Ke.b) * He; je < ne; ) {
|
|
78002
|
-
var Ht = At, Wt = Ke,
|
|
78003
|
-
for (tu(fe, le, ie, Ie - Pe, 1, ie, Ie);
|
|
78004
|
-
var Tt = (
|
|
78005
|
-
Tt > Pe && (Tt = Pe), (0, Aa[Ht[Wt++] >> 8 & 15])(fe, le + +
|
|
78001
|
+
var Ht = At, Wt = Ke, Ot = 1;
|
|
78002
|
+
for (tu(fe, le, ie, Ie - Pe, 1, ie, Ie); Ot < Pe; ) {
|
|
78003
|
+
var Tt = (Ot & ~Ze) + Fe;
|
|
78004
|
+
Tt > Pe && (Tt = Pe), (0, Aa[Ht[Wt++] >> 8 & 15])(fe, le + +Ot, ie, Ie + Ot - Pe, Tt - Ot, ie, Ie + Ot), Ot = Tt;
|
|
78006
78005
|
}
|
|
78007
78006
|
le += Pe, Ie += Pe, ++je & Ze || (Ke += He);
|
|
78008
78007
|
}
|
|
@@ -78214,9 +78213,9 @@ function sx(t) {
|
|
|
78214
78213
|
if (Wt == null)
|
|
78215
78214
|
Pe = 0;
|
|
78216
78215
|
else {
|
|
78217
|
-
var
|
|
78216
|
+
var Ot = Ke.K[0], Tt = Ke.w;
|
|
78218
78217
|
for (Wt[0] = Ke.K[0][0], He = 1; He < 1 * At; ++He)
|
|
78219
|
-
Wt[He] = w(
|
|
78218
|
+
Wt[He] = w(Ot[Tt + He], Wt[He - 1]);
|
|
78220
78219
|
for (; He < 4 * Ht; ++He)
|
|
78221
78220
|
Wt[He] = 0;
|
|
78222
78221
|
Ke.K[0] = null, Ke.K[0] = Wt, Pe = 1;
|
|
@@ -78630,12 +78629,12 @@ function sx(t) {
|
|
|
78630
78629
|
if (Fe.Qa.Bb ? Ke.$b = ve(Pe, Fe.Pa.jb[0]) ? 2 + ve(Pe, Fe.Pa.jb[2]) : ve(Pe, Fe.Pa.jb[1]) : Ke.$b = 0, Fe.kc && (Ke.Ad = ve(Pe, Fe.Bd)), Ke.Za = !ve(Pe, 145) + 0, Ke.Za) {
|
|
78631
78630
|
var Ht = Ke.Ob, Wt = 0;
|
|
78632
78631
|
for (Fe = 0; 4 > Fe; ++Fe) {
|
|
78633
|
-
var
|
|
78634
|
-
for (
|
|
78635
|
-
Tt = l8[Ze[He +
|
|
78632
|
+
var Ot, Tt = At[0 + Fe];
|
|
78633
|
+
for (Ot = 0; 4 > Ot; ++Ot) {
|
|
78634
|
+
Tt = l8[Ze[He + Ot]][Tt];
|
|
78636
78635
|
for (var nr = Jb[ve(Pe, Tt[0])]; 0 < nr; )
|
|
78637
78636
|
nr = Jb[2 * nr + ve(Pe, Tt[nr])];
|
|
78638
|
-
Tt = -nr, Ze[He +
|
|
78637
|
+
Tt = -nr, Ze[He + Ot] = Tt;
|
|
78639
78638
|
}
|
|
78640
78639
|
s(Ht, Wt, Ze, He, 4), Wt += 4, At[0 + Fe] = Tt;
|
|
78641
78640
|
}
|
|
@@ -78650,7 +78649,7 @@ function sx(t) {
|
|
|
78650
78649
|
Pe.la = Ze.la = 0, je.Za || (Pe.Na = Ze.Na = 0), je.Hc = 0, je.Gc = 0, je.ia = 0;
|
|
78651
78650
|
else {
|
|
78652
78651
|
var $t, Ct;
|
|
78653
|
-
if (Pe = Ze, Ze = Ie, He = ie.Pa.Xc, At = ie.ya[ie.aa + ie.ja], Ke = ie.pb[At.$b], Fe = At.ad, Ht = 0, Wt = ie.rb[ie.sb - 1], Tt =
|
|
78652
|
+
if (Pe = Ze, Ze = Ie, He = ie.Pa.Xc, At = ie.ya[ie.aa + ie.ja], Ke = ie.pb[At.$b], Fe = At.ad, Ht = 0, Wt = ie.rb[ie.sb - 1], Tt = Ot = 0, n(Fe, Ht, 0, 384), At.Za)
|
|
78654
78653
|
var Or = 0, en = He[3];
|
|
78655
78654
|
else {
|
|
78656
78655
|
nr = i(16);
|
|
@@ -78669,7 +78668,7 @@ function sx(t) {
|
|
|
78669
78668
|
var pn = 1 & un;
|
|
78670
78669
|
for (tn = Ct = 0; 4 > tn; ++tn)
|
|
78671
78670
|
Jt = Jt >> 1 | (pn = (Lr = ou(Ze, en, Lr = pn + (1 & Jt), Ke.Sc, Or, Fe, Ht)) > Or) << 7, Ct = Ct << 2 | (3 < Lr ? 3 : 1 < Lr ? 2 : Fe[Ht + 0] != 0), Ht += 16;
|
|
78672
|
-
Jt >>= 4, un = un >> 1 | pn << 7,
|
|
78671
|
+
Jt >>= 4, un = un >> 1 | pn << 7, Ot = (Ot << 8 | Ct) >>> 0;
|
|
78673
78672
|
}
|
|
78674
78673
|
for (en = Jt, Or = un >> 4, $t = 0; 4 > $t; $t += 2) {
|
|
78675
78674
|
for (Ct = 0, Jt = Pe.la >> 4 + $t, un = Wt.la >> 4 + $t, nr = 0; 2 > nr; ++nr) {
|
|
@@ -78679,14 +78678,14 @@ function sx(t) {
|
|
|
78679
78678
|
}
|
|
78680
78679
|
Tt |= Ct << 4 * $t, en |= Jt << 4 << $t, Or |= (240 & un) << $t;
|
|
78681
78680
|
}
|
|
78682
|
-
Pe.la = en, Wt.la = Or, At.Hc =
|
|
78681
|
+
Pe.la = en, Wt.la = Or, At.Hc = Ot, At.Gc = Tt, At.ia = 43690 & Tt ? 0 : Ke.ia, He = !(Ot | Tt);
|
|
78683
78682
|
}
|
|
78684
78683
|
if (0 < ie.L && (ie.wa[ie.Y + ie.ja] = ie.gd[je.$b][je.Za], ie.wa[ie.Y + ie.ja].La |= !He), Ie.Ka)
|
|
78685
78684
|
return jr(le, 7, "Premature end-of-file encountered.");
|
|
78686
78685
|
}
|
|
78687
78686
|
if (RA(le), ie = Ue, Ie = 1, je = (ne = le).D, Pe = 0 < ne.L && ne.M >= ne.zb && ne.M <= ne.Va, ne.Aa == 0)
|
|
78688
78687
|
e: {
|
|
78689
|
-
if (je.M = ne.M, je.uc = Pe, XA(ne, je), Ie = 1, je = (Ct = ne.D).Nb, Pe = (Tt = wg[ne.L]) * ne.R, Ze = Tt / 2 * ne.B, nr = 16 * je * ne.R, tn = 8 * je * ne.B, He = ne.sa, At = ne.ta - Pe + nr, Ke = ne.qa, Fe = ne.ra - Ze + tn, Ht = ne.Ha, Wt = ne.Ia - Ze + tn, un = (Jt = Ct.M) == 0,
|
|
78688
|
+
if (je.M = ne.M, je.uc = Pe, XA(ne, je), Ie = 1, je = (Ct = ne.D).Nb, Pe = (Tt = wg[ne.L]) * ne.R, Ze = Tt / 2 * ne.B, nr = 16 * je * ne.R, tn = 8 * je * ne.B, He = ne.sa, At = ne.ta - Pe + nr, Ke = ne.qa, Fe = ne.ra - Ze + tn, Ht = ne.Ha, Wt = ne.Ia - Ze + tn, un = (Jt = Ct.M) == 0, Ot = Jt >= ne.Va - 1, ne.Aa == 2 && XA(ne, Ct), Ct.uc)
|
|
78690
78689
|
for (pn = (Lr = ne).D.M, e(Lr.D.uc), Ct = Lr.yb; Ct < Lr.Hb; ++Ct) {
|
|
78691
78690
|
Or = Ct, en = pn;
|
|
78692
78691
|
var rs = (As = (wr = Lr).D).Nb;
|
|
@@ -78701,13 +78700,13 @@ function sx(t) {
|
|
|
78701
78700
|
}
|
|
78702
78701
|
}
|
|
78703
78702
|
if (ne.ia && alert("todo:DitherRow"), ie.put != null) {
|
|
78704
|
-
if (Ct = 16 * Jt, Jt = 16 * (Jt + 1), un ? (ie.y = ne.sa, ie.O = ne.ta + nr, ie.f = ne.qa, ie.N = ne.ra + tn, ie.ea = ne.Ha, ie.W = ne.Ia + tn) : (Ct -= Tt, ie.y = He, ie.O = At, ie.f = Ke, ie.N = Fe, ie.ea = Ht, ie.W = Wt),
|
|
78703
|
+
if (Ct = 16 * Jt, Jt = 16 * (Jt + 1), un ? (ie.y = ne.sa, ie.O = ne.ta + nr, ie.f = ne.qa, ie.N = ne.ra + tn, ie.ea = ne.Ha, ie.W = ne.Ia + tn) : (Ct -= Tt, ie.y = He, ie.O = At, ie.f = Ke, ie.N = Fe, ie.ea = Ht, ie.W = Wt), Ot || (Jt -= Tt), Jt > ie.o && (Jt = ie.o), ie.F = null, ie.J = null, ne.Fa != null && 0 < ne.Fa.length && Ct < Jt && (ie.J = WA(ne, ie, Ct, Jt - Ct), ie.F = ne.mb, ie.F == null && ie.F.length == 0)) {
|
|
78705
78704
|
Ie = jr(ne, 3, "Could not decode alpha data.");
|
|
78706
78705
|
break e;
|
|
78707
78706
|
}
|
|
78708
78707
|
Ct < ie.j && (Tt = ie.j - Ct, Ct = ie.j, e(!(1 & Tt)), ie.O += ne.R * Tt, ie.N += ne.B * (Tt >> 1), ie.W += ne.B * (Tt >> 1), ie.F != null && (ie.J += ie.width * Tt)), Ct < Jt && (ie.O += ie.v, ie.N += ie.v >> 1, ie.W += ie.v >> 1, ie.F != null && (ie.J += ie.v), ie.ka = Ct - ie.j, ie.U = ie.va - ie.v, ie.T = Jt - Ct, Ie = ie.put(ie));
|
|
78709
78708
|
}
|
|
78710
|
-
je + 1 != ne.Ic ||
|
|
78709
|
+
je + 1 != ne.Ic || Ot || (s(ne.sa, ne.ta - Pe, He, At + 16 * ne.R, Pe), s(ne.qa, ne.ra - Ze, Ke, Fe + 8 * ne.B, Ze), s(ne.Ha, ne.Ia - Ze, Ht, Wt + 8 * ne.B, Ze));
|
|
78711
78710
|
}
|
|
78712
78711
|
if (!Ie)
|
|
78713
78712
|
return jr(le, 6, "Output aborted.");
|
|
@@ -79166,8 +79165,8 @@ function sx(t) {
|
|
|
79166
79165
|
e(B != null);
|
|
79167
79166
|
var Ke = 3 * He + At + 131074 >> 2;
|
|
79168
79167
|
for (g(B[j + 0], 255 & Ke, Ke >> 16, je, ne), I != null && (Ke = 3 * At + He + 131074 >> 2, g(I[U + 0], 255 & Ke, Ke >> 16, ie, Ie)), Fe = 1; Fe <= Ze; ++Fe) {
|
|
79169
|
-
var Ht = z[R + Fe] | V[se + Fe] << 16, Wt = me[fe + Fe] | le[Ue + Fe] << 16,
|
|
79170
|
-
Ke = Tt + He >> 1, He = (
|
|
79168
|
+
var Ht = z[R + Fe] | V[se + Fe] << 16, Wt = me[fe + Fe] | le[Ue + Fe] << 16, Ot = He + Ht + At + Wt + 524296, Tt = Ot + 2 * (Ht + At) >> 3;
|
|
79169
|
+
Ke = Tt + He >> 1, He = (Ot = Ot + 2 * (He + Wt) >> 3) + Ht >> 1, g(B[j + 2 * Fe - 1], 255 & Ke, Ke >> 16, je, ne + (2 * Fe - 1) * v), g(B[j + 2 * Fe - 0], 255 & He, He >> 16, je, ne + (2 * Fe - 0) * v), I != null && (Ke = Ot + At >> 1, He = Tt + Wt >> 1, g(I[U + 2 * Fe - 1], 255 & Ke, Ke >> 16, ie, Ie + (2 * Fe - 1) * v), g(I[U + 2 * Fe + 0], 255 & He, He >> 16, ie, Ie + (2 * Fe + 0) * v)), He = Ht, At = Wt;
|
|
79171
79170
|
}
|
|
79172
79171
|
1 & Pe || (Ke = 3 * He + At + 131074 >> 2, g(B[j + Pe - 1], 255 & Ke, Ke >> 16, je, ne + (Pe - 1) * v), I != null && (Ke = 3 * At + He + 131074 >> 2, g(I[U + Pe - 1], 255 & Ke, Ke >> 16, ie, Ie + (Pe - 1) * v)));
|
|
79173
79172
|
};
|
|
@@ -79187,7 +79186,7 @@ function sx(t) {
|
|
|
79187
79186
|
function bt(A, g) {
|
|
79188
79187
|
return Je((19077 * A >> 8) + (33050 * g >> 8) - 17685);
|
|
79189
79188
|
}
|
|
79190
|
-
function
|
|
79189
|
+
function Nt(A, g, v, B, j) {
|
|
79191
79190
|
B[j + 0] = lt(A, v), B[j + 1] = kt(A, g, v), B[j + 2] = bt(A, g);
|
|
79192
79191
|
}
|
|
79193
79192
|
function mr(A, g, v, B, j) {
|
|
@@ -79202,13 +79201,13 @@ function sx(t) {
|
|
|
79202
79201
|
B[j + 0] = 240 & lt(A, v) | kt(A, g, v) >> 4, B[j + 1] = I;
|
|
79203
79202
|
}
|
|
79204
79203
|
function Cs(A, g, v, B, j) {
|
|
79205
|
-
B[j + 0] = 255,
|
|
79204
|
+
B[j + 0] = 255, Nt(A, g, v, B, j + 1);
|
|
79206
79205
|
}
|
|
79207
79206
|
function ts(A, g, v, B, j) {
|
|
79208
79207
|
mr(A, g, v, B, j), B[j + 3] = 255;
|
|
79209
79208
|
}
|
|
79210
79209
|
function ri(A, g, v, B, j) {
|
|
79211
|
-
|
|
79210
|
+
Nt(A, g, v, B, j), B[j + 3] = 255;
|
|
79212
79211
|
}
|
|
79213
79212
|
function cn(A, g) {
|
|
79214
79213
|
return 0 > A ? 0 : A > g ? g : A;
|
|
@@ -79348,8 +79347,8 @@ function sx(t) {
|
|
|
79348
79347
|
ne = 3;
|
|
79349
79348
|
break e;
|
|
79350
79349
|
}
|
|
79351
|
-
var
|
|
79352
|
-
if (At +=
|
|
79350
|
+
var Ot = 8 + Wt + 1 & -2;
|
|
79351
|
+
if (At += Ot, 0 < Ke && At > Ke) {
|
|
79353
79352
|
ne = 3;
|
|
79354
79353
|
break e;
|
|
79355
79354
|
}
|
|
@@ -79357,11 +79356,11 @@ function sx(t) {
|
|
|
79357
79356
|
ne = 0;
|
|
79358
79357
|
break e;
|
|
79359
79358
|
}
|
|
79360
|
-
if (Ht[0] <
|
|
79359
|
+
if (Ht[0] < Ot) {
|
|
79361
79360
|
ne = 7;
|
|
79362
79361
|
break e;
|
|
79363
79362
|
}
|
|
79364
|
-
r(He, Ie, "ALPH") || (Pe[0] = He, Fe[0] = Ie + 8, Ze[0] = Wt), Ie +=
|
|
79363
|
+
r(He, Ie, "ALPH") || (Pe[0] = He, Fe[0] = Ie + 8, Ze[0] = Wt), Ie += Ot, Ht -= Ot;
|
|
79365
79364
|
}
|
|
79366
79365
|
}
|
|
79367
79366
|
if (v = v[0], le.na = le.na[0], le.P = le.P[0], le.Sa = le.Sa[0], ne != 0)
|
|
@@ -79525,9 +79524,9 @@ function sx(t) {
|
|
|
79525
79524
|
var lg, Sn = L.ColorIndexInverseTransform, oc = L.MapARGB, dg = L.VP8LColorIndexInverseTransformAlpha, cg = L.MapAlpha, Aa = L.VP8LPredictorsAdd = [];
|
|
79526
79525
|
Aa.length = 16, (L.VP8LPredictors = []).length = 16, (L.VP8LPredictorsAdd_C = []).length = 16, (L.VP8LPredictors_C = []).length = 16;
|
|
79527
79526
|
var _l, $s, Ds, ua, fo, yo, ac, vo, Sr, ru, Rs, _n, lc, Ag, su, Il, Fl, pa, Ul, dc, zl, ga, nu, In, Fn, ar, lr, _r, Wr = i(511), bo = i(2041), iu = i(225), cc = i(767), ug = 0, v0 = bo, pg = iu, An = cc, Un = Wr, gg = 0, hg = 1, Gb = 2, mg = 3, fg = 4, b0 = 5, Yb = 6, w0 = 7, x0 = 8, yg = 9, k0 = 10, ZC = [2, 3, 7], $C = [3, 3, 11], Wb = [280, 256, 256, 256, 40], e8 = [0, 1, 1, 1, 0], t8 = [17, 18, 0, 1, 2, 3, 4, 5, 16, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], r8 = [24, 7, 23, 25, 40, 6, 39, 41, 22, 26, 38, 42, 56, 5, 55, 57, 21, 27, 54, 58, 37, 43, 72, 4, 71, 73, 20, 28, 53, 59, 70, 74, 36, 44, 88, 69, 75, 52, 60, 3, 87, 89, 19, 29, 86, 90, 35, 45, 68, 76, 85, 91, 51, 61, 104, 2, 103, 105, 18, 30, 102, 106, 34, 46, 84, 92, 67, 77, 101, 107, 50, 62, 120, 1, 119, 121, 83, 93, 17, 31, 100, 108, 66, 78, 118, 122, 33, 47, 117, 123, 49, 63, 99, 109, 82, 94, 0, 116, 124, 65, 79, 16, 32, 98, 110, 48, 115, 125, 81, 95, 64, 114, 126, 97, 111, 80, 113, 127, 96, 112], s8 = [2954, 2956, 2958, 2962, 2970, 2986, 3018, 3082, 3212, 3468, 3980, 5004], n8 = 8, B0 = [4, 5, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 17, 18, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 25, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 110, 112, 114, 116, 118, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 143, 145, 148, 151, 154, 157], C0 = [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 167, 170, 173, 177, 181, 185, 189, 193, 197, 201, 205, 209, 213, 217, 221, 225, 229, 234, 239, 245, 249, 254, 259, 264, 269, 274, 279, 284], ou = null, i8 = [[173, 148, 140, 0], [176, 155, 140, 135, 0], [180, 157, 141, 134, 130, 0], [254, 254, 243, 230, 196, 177, 153, 140, 133, 130, 129, 0]], o8 = [0, 1, 4, 8, 5, 2, 3, 6, 9, 12, 13, 10, 7, 11, 14, 15], Jb = [-0, 1, -1, 2, -2, 3, 4, 6, -3, 5, -4, -5, -6, 7, -7, 8, -8, -9], a8 = [[[[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]], [[253, 136, 254, 255, 228, 219, 128, 128, 128, 128, 128], [189, 129, 242, 255, 227, 213, 255, 219, 128, 128, 128], [106, 126, 227, 252, 214, 209, 255, 255, 128, 128, 128]], [[1, 98, 248, 255, 236, 226, 255, 255, 128, 128, 128], [181, 133, 238, 254, 221, 234, 255, 154, 128, 128, 128], [78, 134, 202, 247, 198, 180, 255, 219, 128, 128, 128]], [[1, 185, 249, 255, 243, 255, 128, 128, 128, 128, 128], [184, 150, 247, 255, 236, 224, 128, 128, 128, 128, 128], [77, 110, 216, 255, 236, 230, 128, 128, 128, 128, 128]], [[1, 101, 251, 255, 241, 255, 128, 128, 128, 128, 128], [170, 139, 241, 252, 236, 209, 255, 255, 128, 128, 128], [37, 116, 196, 243, 228, 255, 255, 255, 128, 128, 128]], [[1, 204, 254, 255, 245, 255, 128, 128, 128, 128, 128], [207, 160, 250, 255, 238, 128, 128, 128, 128, 128, 128], [102, 103, 231, 255, 211, 171, 128, 128, 128, 128, 128]], [[1, 152, 252, 255, 240, 255, 128, 128, 128, 128, 128], [177, 135, 243, 255, 234, 225, 128, 128, 128, 128, 128], [80, 129, 211, 255, 194, 224, 128, 128, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [246, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [255, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[198, 35, 237, 223, 193, 187, 162, 160, 145, 155, 62], [131, 45, 198, 221, 172, 176, 220, 157, 252, 221, 1], [68, 47, 146, 208, 149, 167, 221, 162, 255, 223, 128]], [[1, 149, 241, 255, 221, 224, 255, 255, 128, 128, 128], [184, 141, 234, 253, 222, 220, 255, 199, 128, 128, 128], [81, 99, 181, 242, 176, 190, 249, 202, 255, 255, 128]], [[1, 129, 232, 253, 214, 197, 242, 196, 255, 255, 128], [99, 121, 210, 250, 201, 198, 255, 202, 128, 128, 128], [23, 91, 163, 242, 170, 187, 247, 210, 255, 255, 128]], [[1, 200, 246, 255, 234, 255, 128, 128, 128, 128, 128], [109, 178, 241, 255, 231, 245, 255, 255, 128, 128, 128], [44, 130, 201, 253, 205, 192, 255, 255, 128, 128, 128]], [[1, 132, 239, 251, 219, 209, 255, 165, 128, 128, 128], [94, 136, 225, 251, 218, 190, 255, 255, 128, 128, 128], [22, 100, 174, 245, 186, 161, 255, 199, 128, 128, 128]], [[1, 182, 249, 255, 232, 235, 128, 128, 128, 128, 128], [124, 143, 241, 255, 227, 234, 128, 128, 128, 128, 128], [35, 77, 181, 251, 193, 211, 255, 205, 128, 128, 128]], [[1, 157, 247, 255, 236, 231, 255, 255, 128, 128, 128], [121, 141, 235, 255, 225, 227, 255, 255, 128, 128, 128], [45, 99, 188, 251, 195, 217, 255, 224, 128, 128, 128]], [[1, 1, 251, 255, 213, 255, 128, 128, 128, 128, 128], [203, 1, 248, 255, 255, 128, 128, 128, 128, 128, 128], [137, 1, 177, 255, 224, 255, 128, 128, 128, 128, 128]]], [[[253, 9, 248, 251, 207, 208, 255, 192, 128, 128, 128], [175, 13, 224, 243, 193, 185, 249, 198, 255, 255, 128], [73, 17, 171, 221, 161, 179, 236, 167, 255, 234, 128]], [[1, 95, 247, 253, 212, 183, 255, 255, 128, 128, 128], [239, 90, 244, 250, 211, 209, 255, 255, 128, 128, 128], [155, 77, 195, 248, 188, 195, 255, 255, 128, 128, 128]], [[1, 24, 239, 251, 218, 219, 255, 205, 128, 128, 128], [201, 51, 219, 255, 196, 186, 128, 128, 128, 128, 128], [69, 46, 190, 239, 201, 218, 255, 228, 128, 128, 128]], [[1, 191, 251, 255, 255, 128, 128, 128, 128, 128, 128], [223, 165, 249, 255, 213, 255, 128, 128, 128, 128, 128], [141, 124, 248, 255, 255, 128, 128, 128, 128, 128, 128]], [[1, 16, 248, 255, 255, 128, 128, 128, 128, 128, 128], [190, 36, 230, 255, 236, 255, 128, 128, 128, 128, 128], [149, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 226, 255, 128, 128, 128, 128, 128, 128, 128, 128], [247, 192, 255, 128, 128, 128, 128, 128, 128, 128, 128], [240, 128, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[1, 134, 252, 255, 255, 128, 128, 128, 128, 128, 128], [213, 62, 250, 255, 255, 128, 128, 128, 128, 128, 128], [55, 93, 255, 128, 128, 128, 128, 128, 128, 128, 128]], [[128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128]]], [[[202, 24, 213, 235, 186, 191, 220, 160, 240, 175, 255], [126, 38, 182, 232, 169, 184, 228, 174, 255, 187, 128], [61, 46, 138, 219, 151, 178, 240, 170, 255, 216, 128]], [[1, 112, 230, 250, 199, 191, 247, 159, 255, 255, 128], [166, 109, 228, 252, 211, 215, 255, 174, 128, 128, 128], [39, 77, 162, 232, 172, 180, 245, 178, 255, 255, 128]], [[1, 52, 220, 246, 198, 199, 249, 220, 255, 255, 128], [124, 74, 191, 243, 183, 193, 250, 221, 255, 255, 128], [24, 71, 130, 219, 154, 170, 243, 182, 255, 255, 128]], [[1, 182, 225, 249, 219, 240, 255, 224, 128, 128, 128], [149, 150, 226, 252, 216, 205, 255, 171, 128, 128, 128], [28, 108, 170, 242, 183, 194, 254, 223, 255, 255, 128]], [[1, 81, 230, 252, 204, 203, 255, 192, 128, 128, 128], [123, 102, 209, 247, 188, 196, 255, 233, 128, 128, 128], [20, 95, 153, 243, 164, 173, 255, 203, 128, 128, 128]], [[1, 222, 248, 255, 216, 213, 128, 128, 128, 128, 128], [168, 175, 246, 252, 235, 205, 255, 255, 128, 128, 128], [47, 116, 215, 255, 211, 212, 255, 255, 128, 128, 128]], [[1, 121, 236, 253, 212, 214, 255, 255, 128, 128, 128], [141, 84, 213, 252, 201, 202, 255, 219, 128, 128, 128], [42, 80, 160, 240, 162, 185, 255, 205, 128, 128, 128]], [[1, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [244, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128], [238, 1, 255, 128, 128, 128, 128, 128, 128, 128, 128]]]], l8 = [[[231, 120, 48, 89, 115, 113, 120, 152, 112], [152, 179, 64, 126, 170, 118, 46, 70, 95], [175, 69, 143, 80, 85, 82, 72, 155, 103], [56, 58, 10, 171, 218, 189, 17, 13, 152], [114, 26, 17, 163, 44, 195, 21, 10, 173], [121, 24, 80, 195, 26, 62, 44, 64, 85], [144, 71, 10, 38, 171, 213, 144, 34, 26], [170, 46, 55, 19, 136, 160, 33, 206, 71], [63, 20, 8, 114, 114, 208, 12, 9, 226], [81, 40, 11, 96, 182, 84, 29, 16, 36]], [[134, 183, 89, 137, 98, 101, 106, 165, 148], [72, 187, 100, 130, 157, 111, 32, 75, 80], [66, 102, 167, 99, 74, 62, 40, 234, 128], [41, 53, 9, 178, 241, 141, 26, 8, 107], [74, 43, 26, 146, 73, 166, 49, 23, 157], [65, 38, 105, 160, 51, 52, 31, 115, 128], [104, 79, 12, 27, 217, 255, 87, 17, 7], [87, 68, 71, 44, 114, 51, 15, 186, 23], [47, 41, 14, 110, 182, 183, 21, 17, 194], [66, 45, 25, 102, 197, 189, 23, 18, 22]], [[88, 88, 147, 150, 42, 46, 45, 196, 205], [43, 97, 183, 117, 85, 38, 35, 179, 61], [39, 53, 200, 87, 26, 21, 43, 232, 171], [56, 34, 51, 104, 114, 102, 29, 93, 77], [39, 28, 85, 171, 58, 165, 90, 98, 64], [34, 22, 116, 206, 23, 34, 43, 166, 73], [107, 54, 32, 26, 51, 1, 81, 43, 31], [68, 25, 106, 22, 64, 171, 36, 225, 114], [34, 19, 21, 102, 132, 188, 16, 76, 124], [62, 18, 78, 95, 85, 57, 50, 48, 51]], [[193, 101, 35, 159, 215, 111, 89, 46, 111], [60, 148, 31, 172, 219, 228, 21, 18, 111], [112, 113, 77, 85, 179, 255, 38, 120, 114], [40, 42, 1, 196, 245, 209, 10, 25, 109], [88, 43, 29, 140, 166, 213, 37, 43, 154], [61, 63, 30, 155, 67, 45, 68, 1, 209], [100, 80, 8, 43, 154, 1, 51, 26, 71], [142, 78, 78, 16, 255, 128, 34, 197, 171], [41, 40, 5, 102, 211, 183, 4, 1, 221], [51, 50, 17, 168, 209, 192, 23, 25, 82]], [[138, 31, 36, 171, 27, 166, 38, 44, 229], [67, 87, 58, 169, 82, 115, 26, 59, 179], [63, 59, 90, 180, 59, 166, 93, 73, 154], [40, 40, 21, 116, 143, 209, 34, 39, 175], [47, 15, 16, 183, 34, 223, 49, 45, 183], [46, 17, 33, 183, 6, 98, 15, 32, 183], [57, 46, 22, 24, 128, 1, 54, 17, 37], [65, 32, 73, 115, 28, 128, 23, 128, 205], [40, 3, 9, 115, 51, 192, 18, 6, 223], [87, 37, 9, 115, 59, 77, 64, 21, 47]], [[104, 55, 44, 218, 9, 54, 53, 130, 226], [64, 90, 70, 205, 40, 41, 23, 26, 57], [54, 57, 112, 184, 5, 41, 38, 166, 213], [30, 34, 26, 133, 152, 116, 10, 32, 134], [39, 19, 53, 221, 26, 114, 32, 73, 255], [31, 9, 65, 234, 2, 15, 1, 118, 73], [75, 32, 12, 51, 192, 255, 160, 43, 51], [88, 31, 35, 67, 102, 85, 55, 186, 85], [56, 21, 23, 111, 59, 205, 45, 37, 192], [55, 38, 70, 124, 73, 102, 1, 34, 98]], [[125, 98, 42, 88, 104, 85, 117, 175, 82], [95, 84, 53, 89, 128, 100, 113, 101, 45], [75, 79, 123, 47, 51, 128, 81, 171, 1], [57, 17, 5, 71, 102, 57, 53, 41, 49], [38, 33, 13, 121, 57, 73, 26, 1, 85], [41, 10, 67, 138, 77, 110, 90, 47, 114], [115, 21, 2, 10, 102, 255, 166, 23, 6], [101, 29, 16, 10, 85, 128, 101, 196, 26], [57, 18, 10, 102, 102, 213, 34, 20, 43], [117, 20, 15, 36, 163, 128, 68, 1, 26]], [[102, 61, 71, 37, 34, 53, 31, 243, 192], [69, 60, 71, 38, 73, 119, 28, 222, 37], [68, 45, 128, 34, 1, 47, 11, 245, 171], [62, 17, 19, 70, 146, 85, 55, 62, 70], [37, 43, 37, 154, 100, 163, 85, 160, 1], [63, 9, 92, 136, 28, 64, 32, 201, 85], [75, 15, 9, 9, 64, 255, 184, 119, 16], [86, 6, 28, 5, 64, 255, 25, 248, 1], [56, 8, 17, 132, 137, 255, 55, 116, 128], [58, 15, 20, 82, 135, 57, 26, 121, 40]], [[164, 50, 31, 137, 154, 133, 25, 35, 218], [51, 103, 44, 131, 131, 123, 31, 6, 158], [86, 40, 64, 135, 148, 224, 45, 183, 128], [22, 26, 17, 131, 240, 154, 14, 1, 209], [45, 16, 21, 91, 64, 222, 7, 1, 197], [56, 21, 39, 155, 60, 138, 23, 102, 213], [83, 12, 13, 54, 192, 255, 68, 47, 28], [85, 26, 85, 85, 128, 128, 32, 146, 171], [18, 11, 7, 63, 144, 171, 4, 4, 246], [35, 27, 10, 146, 174, 171, 12, 26, 128]], [[190, 80, 35, 99, 180, 80, 126, 54, 45], [85, 126, 47, 87, 176, 51, 41, 20, 32], [101, 75, 128, 139, 118, 146, 116, 128, 85], [56, 41, 15, 176, 236, 85, 37, 9, 62], [71, 30, 17, 119, 118, 255, 17, 18, 138], [101, 38, 60, 138, 55, 70, 43, 26, 142], [146, 36, 19, 30, 171, 255, 97, 27, 20], [138, 45, 61, 62, 219, 1, 81, 188, 64], [32, 41, 20, 117, 151, 142, 20, 21, 163], [112, 19, 12, 61, 195, 128, 48, 4, 24]]], d8 = [[[[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[176, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 241, 252, 255, 255, 255, 255, 255, 255, 255, 255], [249, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 244, 252, 255, 255, 255, 255, 255, 255, 255, 255], [234, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 246, 254, 255, 255, 255, 255, 255, 255, 255, 255], [239, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 254, 255, 255, 255, 255, 255, 255], [250, 255, 254, 255, 254, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[217, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [225, 252, 241, 253, 255, 255, 254, 255, 255, 255, 255], [234, 250, 241, 250, 253, 255, 253, 254, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [223, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [238, 253, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 248, 254, 255, 255, 255, 255, 255, 255, 255, 255], [249, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255], [247, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[186, 251, 250, 255, 255, 255, 255, 255, 255, 255, 255], [234, 251, 244, 254, 255, 255, 255, 255, 255, 255, 255], [251, 251, 243, 253, 254, 255, 254, 255, 255, 255, 255]], [[255, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [236, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [251, 253, 253, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]], [[[248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [250, 254, 252, 254, 255, 255, 255, 255, 255, 255, 255], [248, 254, 249, 253, 255, 255, 255, 255, 255, 255, 255]], [[255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [246, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 254, 251, 254, 254, 255, 255, 255, 255, 255, 255]], [[255, 254, 252, 255, 255, 255, 255, 255, 255, 255, 255], [248, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255], [253, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [245, 251, 254, 255, 255, 255, 255, 255, 255, 255, 255], [253, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255], [252, 253, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255], [249, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 255], [250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]], [[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]]]], c8 = [0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 0], ha = [], si = [], wo = [], A8 = 1, Xb = 2, ma = [], zn = [];
|
|
79528
|
-
_e("UpsampleRgbLinePair",
|
|
79527
|
+
_e("UpsampleRgbLinePair", Nt, 3), _e("UpsampleBgrLinePair", mr, 3), _e("UpsampleRgbaLinePair", ri, 4), _e("UpsampleBgraLinePair", ts, 4), _e("UpsampleArgbLinePair", Cs, 4), _e("UpsampleRgba4444LinePair", Nr, 2), _e("UpsampleRgb565LinePair", br, 2);
|
|
79529
79528
|
var u8 = L.UpsampleRgbLinePair, p8 = L.UpsampleBgrLinePair, Zb = L.UpsampleRgbaLinePair, $b = L.UpsampleBgraLinePair, ew = L.UpsampleArgbLinePair, tw = L.UpsampleRgba4444LinePair, g8 = L.UpsampleRgb565LinePair, vg = 16, bg = 1 << vg - 1, au = -227, E0 = 482, rw = 6, h8 = (256 << rw) - 1, sw = 0, m8 = i(256), f8 = i(256), y8 = i(256), v8 = i(256), b8 = i(E0 - au), w8 = i(E0 - au);
|
|
79530
|
-
Hi("YuvToRgbRow",
|
|
79529
|
+
Hi("YuvToRgbRow", Nt, 3), Hi("YuvToBgrRow", mr, 3), Hi("YuvToRgbaRow", ri, 4), Hi("YuvToBgraRow", ts, 4), Hi("YuvToArgbRow", Cs, 4), Hi("YuvToRgba4444Row", Nr, 2), Hi("YuvToRgb565Row", br, 2);
|
|
79531
79530
|
var nw = [0, 4, 8, 12, 128, 132, 136, 140, 256, 260, 264, 268, 384, 388, 392, 396], wg = [0, 2, 8], x8 = [8, 7, 6, 4, 4, 2, 2, 2, 1, 1, 1, 1], k8 = 1;
|
|
79532
79531
|
this.WebPDecodeRGBA = function(A, g, v, B, j) {
|
|
79533
79532
|
var I = hg, U = new $d(), z = new Wn();
|
|
@@ -80103,7 +80102,7 @@ function(t) {
|
|
|
80103
80102
|
*/
|
|
80104
80103
|
function(t) {
|
|
80105
80104
|
function e() {
|
|
80106
|
-
return (gt.canvg ? Promise.resolve(gt.canvg) : import("./index.es-
|
|
80105
|
+
return (gt.canvg ? Promise.resolve(gt.canvg) : import("./index.es-f2c46072.js")).catch(function(r) {
|
|
80107
80106
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
80108
80107
|
}).then(function(r) {
|
|
80109
80108
|
return r.default ? r.default : r;
|
|
@@ -81445,7 +81444,7 @@ let Yo = class extends qe {
|
|
|
81445
81444
|
var t;
|
|
81446
81445
|
this.state.isActiveWs = !0;
|
|
81447
81446
|
try {
|
|
81448
|
-
if ((yield
|
|
81447
|
+
if ((yield Qt.connect(this.state.statePaymentRequest.id)).status === "WS_DISCONNECTED") {
|
|
81449
81448
|
this.statusMessage = "WS_DISCONNECTED", this.isShowCardPayment = !1;
|
|
81450
81449
|
return;
|
|
81451
81450
|
}
|
|
@@ -82429,7 +82428,7 @@ let Ps = class t extends qe {
|
|
|
82429
82428
|
extendHeartBeat() {
|
|
82430
82429
|
return we(this, null, function* () {
|
|
82431
82430
|
try {
|
|
82432
|
-
|
|
82431
|
+
Qt.extendHeartbeat(this.state.statePaymentRequest.id), this.state.isExtendedWs = !0, this.createEvent("button-pushed", Ft.LOADING);
|
|
82433
82432
|
} catch (e) {
|
|
82434
82433
|
console.error(e), dt("EXTEND_HEART_BEAT_ERROR", "Extend heart beat failed.");
|
|
82435
82434
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ad as n, ac as e, a5 as t, ag as o, ae as r, af as C, a6 as m, a3 as p, ab as A, aa as d, a4 as i, a7 as l, a8 as u, a9 as y, A as c, w as F, f as S, e as P, n as M, p as O, Q as k, o as I, q as H, m as f, r as x, C as L, u as g, T as v, j as D, a as b, d as E, D as w, l as Q, E as h, v as B, b as N, F as R, k as j, $ as q, a1 as z, N as G, P as J, M as K, x as T, V as U, W as V, U as W, a2 as X, X as Y, Y as Z, Z as $, i as _, h as aa, a0 as sa, S as na, y as ea, t as ta, z as oa, B as ra, G as Ca, s as ma, K as pa, H as Aa, I as da, J as ia, O as la, R as ua, L as ya } from "./index-
|
|
1
|
+
import { ad as n, ac as e, a5 as t, ag as o, ae as r, af as C, a6 as m, a3 as p, ab as A, aa as d, a4 as i, a7 as l, a8 as u, a9 as y, A as c, w as F, f as S, e as P, n as M, p as O, Q as k, o as I, q as H, m as f, r as x, C as L, u as g, T as v, j as D, a as b, d as E, D as w, l as Q, E as h, v as B, b as N, F as R, k as j, $ as q, a1 as z, N as G, P as J, M as K, x as T, V as U, W as V, U as W, a2 as X, X as Y, Y as Z, Z as $, i as _, h as aa, a0 as sa, S as na, y as ea, t as ta, z as oa, B as ra, G as Ca, s as ma, K as pa, H as Aa, I as da, J as ia, O as la, R as ua, L as ya } from "./index-b27e8fbd.js";
|
|
2
2
|
export {
|
|
3
3
|
n as A2AAccountDetails,
|
|
4
4
|
e as A2AAccountList,
|
package/package.json
CHANGED
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"normalize.css";:host .content-wrapper{display:flex;flex-direction:column;width:100%;height:100%;justify-content:space-between;background:rgb(244,244,244)}form{margin:inherit}.clickeable{cursor:pointer}:host .container{display:flex;flex-direction:column;gap:16px}:host .clickeable{display:block;transition:transform .3s ease}:host .clickeable:hover{transform:translate(3px)}
|