@paynext/sdk 0.0.32 → 0.0.34
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/README.md +105 -47
- package/dist/index.d.ts +52 -1
- package/dist/index.es.js +403 -327
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +44 -44
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2,7 +2,7 @@ var ks = Object.defineProperty, Es = Object.defineProperties;
|
|
|
2
2
|
var Ls = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var pt = Object.getOwnPropertySymbols;
|
|
4
4
|
var wr = Object.prototype.hasOwnProperty, kr = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var Lt = (t, e, n) => e in t ? ks(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n,
|
|
5
|
+
var Lt = (t, e, n) => e in t ? ks(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, T = (t, e) => {
|
|
6
6
|
for (var n in e || (e = {}))
|
|
7
7
|
wr.call(e, n) && Lt(t, n, e[n]);
|
|
8
8
|
if (pt)
|
|
@@ -20,7 +20,7 @@ var te = (t, e) => {
|
|
|
20
20
|
return n;
|
|
21
21
|
};
|
|
22
22
|
var l = (t, e, n) => Lt(t, typeof e != "symbol" ? e + "" : e, n);
|
|
23
|
-
var
|
|
23
|
+
var C = (t, e, n) => new Promise((r, i) => {
|
|
24
24
|
var s = (c) => {
|
|
25
25
|
try {
|
|
26
26
|
o(n.next(c));
|
|
@@ -38,7 +38,7 @@ var v = (t, e, n) => new Promise((r, i) => {
|
|
|
38
38
|
});
|
|
39
39
|
let ht = null;
|
|
40
40
|
function Ts() {
|
|
41
|
-
return
|
|
41
|
+
return C(this, null, function* () {
|
|
42
42
|
return ht || (ht = new Promise((t, e) => {
|
|
43
43
|
const n = document.createElement("script");
|
|
44
44
|
if (n.src = "https://js.evervault.com/v2", n.onload = () => t(), n.onerror = () => {
|
|
@@ -52,7 +52,7 @@ function Ts() {
|
|
|
52
52
|
});
|
|
53
53
|
}
|
|
54
54
|
function di() {
|
|
55
|
-
return
|
|
55
|
+
return C(this, null, function* () {
|
|
56
56
|
if (window.Evervault)
|
|
57
57
|
return window.Evervault;
|
|
58
58
|
try {
|
|
@@ -63,7 +63,7 @@ function di() {
|
|
|
63
63
|
});
|
|
64
64
|
}
|
|
65
65
|
function As(t, e, n) {
|
|
66
|
-
return
|
|
66
|
+
return C(this, null, function* () {
|
|
67
67
|
const r = yield di();
|
|
68
68
|
return new r(t, e, n);
|
|
69
69
|
});
|
|
@@ -71,7 +71,7 @@ function As(t, e, n) {
|
|
|
71
71
|
Promise.resolve().then(() => {
|
|
72
72
|
di();
|
|
73
73
|
});
|
|
74
|
-
let
|
|
74
|
+
let Is = class {
|
|
75
75
|
constructor(e) {
|
|
76
76
|
l(this, "apple", null);
|
|
77
77
|
l(this, "isAvailable", !1);
|
|
@@ -79,7 +79,7 @@ let Vs = class {
|
|
|
79
79
|
this.ev = e;
|
|
80
80
|
}
|
|
81
81
|
init(c) {
|
|
82
|
-
return
|
|
82
|
+
return C(this, arguments, function* ({ transaction: e, locale: n, supportedCardTypes: r, onReady: i, onError: s, onSuccess: a, onCancel: o }) {
|
|
83
83
|
const u = this.ev.transactions.create(e);
|
|
84
84
|
this.apple = this.ev.ui.applePay(u, {
|
|
85
85
|
locale: n,
|
|
@@ -91,7 +91,7 @@ let Vs = class {
|
|
|
91
91
|
allowedCardNetworks: r,
|
|
92
92
|
requestBillingAddress: !0,
|
|
93
93
|
requestPayerDetails: ["name", "email", "phone"],
|
|
94
|
-
process: (f, h) =>
|
|
94
|
+
process: (f, h) => C(this, [f, h], function* (p, { fail: m }) {
|
|
95
95
|
try {
|
|
96
96
|
a == null || a(p);
|
|
97
97
|
} catch (g) {
|
|
@@ -106,18 +106,18 @@ let Vs = class {
|
|
|
106
106
|
});
|
|
107
107
|
}
|
|
108
108
|
render(e) {
|
|
109
|
-
return
|
|
109
|
+
return C(this, null, function* () {
|
|
110
110
|
var n;
|
|
111
111
|
!this.apple || !this.isAvailable || (e.innerHTML = "", yield this.apple.mount(e), (n = this.onReady) == null || n.call(this));
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
|
-
},
|
|
114
|
+
}, Vs = class {
|
|
115
115
|
constructor(e) {
|
|
116
116
|
l(this, "google", null);
|
|
117
117
|
this.ev = e;
|
|
118
118
|
}
|
|
119
119
|
init(o) {
|
|
120
|
-
return
|
|
120
|
+
return C(this, arguments, function* ({ transaction: e, locale: n, onReady: r, onError: i, onSuccess: s, onCancel: a }) {
|
|
121
121
|
const c = this.ev.transactions.create(e);
|
|
122
122
|
this.google = this.ev.ui.googlePay(c, {
|
|
123
123
|
locale: n,
|
|
@@ -129,7 +129,7 @@ let Vs = class {
|
|
|
129
129
|
billingAddress: {
|
|
130
130
|
phoneNumber: !0
|
|
131
131
|
},
|
|
132
|
-
process: (p, m) =>
|
|
132
|
+
process: (p, m) => C(this, [p, m], function* (u, { fail: d }) {
|
|
133
133
|
try {
|
|
134
134
|
s == null || s(u);
|
|
135
135
|
} catch (f) {
|
|
@@ -142,7 +142,7 @@ let Vs = class {
|
|
|
142
142
|
});
|
|
143
143
|
}
|
|
144
144
|
render(e) {
|
|
145
|
-
return
|
|
145
|
+
return C(this, null, function* () {
|
|
146
146
|
this.google && (e.innerHTML = "", this.google.mount(e));
|
|
147
147
|
});
|
|
148
148
|
}
|
|
@@ -171,12 +171,12 @@ class Ss {
|
|
|
171
171
|
this.ev = e;
|
|
172
172
|
}
|
|
173
173
|
init(s) {
|
|
174
|
-
return
|
|
174
|
+
return C(this, arguments, function* ({ threeDsId: e, onReady: n, onSuccess: r, onError: i }) {
|
|
175
175
|
this.threeDs = this.ev.ui.threeDSecure(e), this.threeDs.on("ready", () => n == null ? void 0 : n()), this.threeDs.on("success", () => r == null ? void 0 : r()), this.threeDs.on("failure", () => i == null ? void 0 : i()), this.threeDs.on("error", () => i == null ? void 0 : i());
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
178
|
render(e) {
|
|
179
|
-
return
|
|
179
|
+
return C(this, null, function* () {
|
|
180
180
|
this.threeDs && this.threeDs.mount(e);
|
|
181
181
|
});
|
|
182
182
|
}
|
|
@@ -199,27 +199,27 @@ class Ms {
|
|
|
199
199
|
}
|
|
200
200
|
// init ev
|
|
201
201
|
initEv(e) {
|
|
202
|
-
return
|
|
203
|
-
this.isShouldLoad(e) && (this.isReady = !1, this.ev = yield As(e.teamId, e.appId), this.apple = new
|
|
202
|
+
return C(this, null, function* () {
|
|
203
|
+
this.isShouldLoad(e) && (this.isReady = !1, this.ev = yield As(e.teamId, e.appId), this.apple = new Is(this.ev), this.google = new Vs(this.ev), this.events.ready.emit(), this.isReady = !0);
|
|
204
204
|
});
|
|
205
205
|
}
|
|
206
206
|
// init three ds
|
|
207
207
|
initThreeDs(e) {
|
|
208
|
-
return
|
|
208
|
+
return C(this, null, function* () {
|
|
209
209
|
if (!this.ev) throw new Error("Evervault should be init before using Three DS Secure");
|
|
210
210
|
this.threeDs = new Ss(this.ev), yield this.threeDs.init(e), yield this.threeDs.render();
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
213
|
// init apple
|
|
214
214
|
initApple(e) {
|
|
215
|
-
return
|
|
215
|
+
return C(this, null, function* () {
|
|
216
216
|
if (!this.apple) throw new Error("Evervault should be init before using Apple Pay");
|
|
217
217
|
yield this.apple.init(e);
|
|
218
218
|
});
|
|
219
219
|
}
|
|
220
220
|
// init google
|
|
221
221
|
initGoogle(e) {
|
|
222
|
-
return
|
|
222
|
+
return C(this, null, function* () {
|
|
223
223
|
if (!this.google) throw new Error("Evervault should be init before using Google Pay");
|
|
224
224
|
yield this.google.init(e);
|
|
225
225
|
});
|
|
@@ -235,14 +235,14 @@ class Ms {
|
|
|
235
235
|
}
|
|
236
236
|
// render apple
|
|
237
237
|
renderApple(e) {
|
|
238
|
-
return
|
|
238
|
+
return C(this, null, function* () {
|
|
239
239
|
var n;
|
|
240
240
|
return yield (n = this.apple) == null ? void 0 : n.render(e);
|
|
241
241
|
});
|
|
242
242
|
}
|
|
243
243
|
// render google
|
|
244
244
|
renderGoogle(e) {
|
|
245
|
-
return
|
|
245
|
+
return C(this, null, function* () {
|
|
246
246
|
var n;
|
|
247
247
|
return yield (n = this.google) == null ? void 0 : n.render(e);
|
|
248
248
|
});
|
|
@@ -343,7 +343,7 @@ function en(t) {
|
|
|
343
343
|
}
|
|
344
344
|
const ne = /* @__NO_SIDE_EFFECTS__ */ (t) => t * 1e3, le = /* @__NO_SIDE_EFFECTS__ */ (t) => t / 1e3;
|
|
345
345
|
function yi(t, e = 100, n) {
|
|
346
|
-
const r = n(M(
|
|
346
|
+
const r = n(M(T({}, t), { keyframes: [0, e] })), i = Math.min(en(r), Ct);
|
|
347
347
|
return {
|
|
348
348
|
type: "keyframes",
|
|
349
349
|
ease: (s) => r.next(i * s).value / e,
|
|
@@ -365,19 +365,19 @@ function Fs(t, s = {}, r, i) {
|
|
|
365
365
|
const o = e.duration || 0.3, c = /* @__PURE__ */ new Map(), u = /* @__PURE__ */ new Map(), d = {}, p = /* @__PURE__ */ new Map();
|
|
366
366
|
let m = 0, f = 0, h = 0;
|
|
367
367
|
for (let g = 0; g < t.length; g++) {
|
|
368
|
-
const
|
|
369
|
-
if (typeof
|
|
370
|
-
p.set(
|
|
368
|
+
const v = t[g];
|
|
369
|
+
if (typeof v == "string") {
|
|
370
|
+
p.set(v, f);
|
|
371
371
|
continue;
|
|
372
|
-
} else if (!Array.isArray(
|
|
373
|
-
p.set(
|
|
372
|
+
} else if (!Array.isArray(v)) {
|
|
373
|
+
p.set(v.name, Er(f, v.at, m, p));
|
|
374
374
|
continue;
|
|
375
375
|
}
|
|
376
|
-
let [b,
|
|
377
|
-
|
|
378
|
-
let
|
|
379
|
-
const
|
|
380
|
-
const N = zs(
|
|
376
|
+
let [b, L, y = {}] = v;
|
|
377
|
+
y.at !== void 0 && (f = Er(f, y.at, m, p));
|
|
378
|
+
let I = 0;
|
|
379
|
+
const x = (V, S, w, P = 0, R = 0) => {
|
|
380
|
+
const N = zs(V), ve = S, { delay: ae = 0, times: G = gi(N), type: oe = "keyframes", repeat: J, repeatType: Te, repeatDelay: Ae = 0 } = ve, Ce = te(ve, ["delay", "times", "type", "repeat", "repeatType", "repeatDelay"]);
|
|
381
381
|
let { ease: Z = e.ease || "easeOut", duration: K } = S;
|
|
382
382
|
const pe = typeof ae == "function" ? ae(P, R) : ae, he = N.length, me = Qt(oe) ? oe : i == null ? void 0 : i[oe];
|
|
383
383
|
if (he <= 2 && me) {
|
|
@@ -386,7 +386,7 @@ function Fs(t, s = {}, r, i) {
|
|
|
386
386
|
const Q = N[1] - N[0];
|
|
387
387
|
X = Math.abs(Q);
|
|
388
388
|
}
|
|
389
|
-
const re =
|
|
389
|
+
const re = T({}, Ce);
|
|
390
390
|
K !== void 0 && (re.duration = /* @__PURE__ */ ne(K));
|
|
391
391
|
const ie = yi(re, X, me);
|
|
392
392
|
Z = ie.ease, K = ie.duration;
|
|
@@ -408,40 +408,40 @@ function Fs(t, s = {}, r, i) {
|
|
|
408
408
|
js(G, J);
|
|
409
409
|
}
|
|
410
410
|
const ye = fe + K;
|
|
411
|
-
Os(
|
|
411
|
+
Os(w, N, Z, G, fe, ye), I = Math.max(pe + K, I), h = Math.max(ye, h);
|
|
412
412
|
};
|
|
413
413
|
if (H(b)) {
|
|
414
|
-
const
|
|
415
|
-
|
|
414
|
+
const V = Lr(b, u);
|
|
415
|
+
x(L, y, Tr("default", V));
|
|
416
416
|
} else {
|
|
417
|
-
const
|
|
418
|
-
for (let
|
|
419
|
-
|
|
420
|
-
const P =
|
|
421
|
-
for (const N in
|
|
422
|
-
|
|
417
|
+
const V = ui(b, L, r, d), S = V.length;
|
|
418
|
+
for (let w = 0; w < S; w++) {
|
|
419
|
+
L = L, y = y;
|
|
420
|
+
const P = V[w], R = Lr(P, u);
|
|
421
|
+
for (const N in L)
|
|
422
|
+
x(L[N], $s(y, N), Tr(N, R), w, S);
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
|
-
m = f, f +=
|
|
425
|
+
m = f, f += I;
|
|
426
426
|
}
|
|
427
|
-
return u.forEach((g,
|
|
427
|
+
return u.forEach((g, v) => {
|
|
428
428
|
for (const b in g) {
|
|
429
|
-
const
|
|
430
|
-
|
|
431
|
-
const
|
|
432
|
-
for (let S = 0; S <
|
|
433
|
-
const { at:
|
|
434
|
-
|
|
435
|
-
}
|
|
436
|
-
|
|
429
|
+
const L = g[b];
|
|
430
|
+
L.sort(qs);
|
|
431
|
+
const y = [], I = [], x = [];
|
|
432
|
+
for (let S = 0; S < L.length; S++) {
|
|
433
|
+
const { at: w, value: P, easing: R } = L[S];
|
|
434
|
+
y.push(P), I.push(/* @__PURE__ */ Xt(0, h, w)), x.push(R || "easeOut");
|
|
435
|
+
}
|
|
436
|
+
I[0] !== 0 && (I.unshift(0), y.unshift(y[0]), x.unshift(Ks)), I[I.length - 1] !== 1 && (I.push(1), y.push(null)), c.has(v) || c.set(v, {
|
|
437
437
|
keyframes: {},
|
|
438
438
|
transition: {}
|
|
439
439
|
});
|
|
440
|
-
const
|
|
441
|
-
|
|
440
|
+
const V = c.get(v);
|
|
441
|
+
V.keyframes[b] = y, V.transition[b] = T(M(T({}, e), {
|
|
442
442
|
duration: h,
|
|
443
|
-
ease:
|
|
444
|
-
times:
|
|
443
|
+
ease: x,
|
|
444
|
+
times: I
|
|
445
445
|
}), n);
|
|
446
446
|
}
|
|
447
447
|
}), c;
|
|
@@ -456,7 +456,7 @@ function zs(t) {
|
|
|
456
456
|
return Array.isArray(t) ? t : [t];
|
|
457
457
|
}
|
|
458
458
|
function $s(t, e) {
|
|
459
|
-
return t && t[e] ?
|
|
459
|
+
return t && t[e] ? T(T({}, t), t[e]) : T({}, t);
|
|
460
460
|
}
|
|
461
461
|
const Gs = (t) => typeof t == "number", Us = (t) => t.every(Gs), rt = /* @__PURE__ */ new WeakMap(), Hs = (t) => Array.isArray(t);
|
|
462
462
|
function Ar(t) {
|
|
@@ -543,18 +543,18 @@ function Js(t, e) {
|
|
|
543
543
|
delta: 0,
|
|
544
544
|
timestamp: 0,
|
|
545
545
|
isProcessing: !1
|
|
546
|
-
}, s = () => n = !0, a = mt.reduce((
|
|
547
|
-
const
|
|
548
|
-
n = !1, de.useManualTiming || (i.delta = r ? 1e3 / 60 : Math.max(Math.min(
|
|
549
|
-
},
|
|
546
|
+
}, s = () => n = !0, a = mt.reduce((y, I) => (y[I] = Ys(s), y), {}), { setup: o, read: c, resolveKeyframes: u, preUpdate: d, update: p, preRender: m, render: f, postRender: h } = a, g = () => {
|
|
547
|
+
const y = de.useManualTiming ? i.timestamp : performance.now();
|
|
548
|
+
n = !1, de.useManualTiming || (i.delta = r ? 1e3 / 60 : Math.max(Math.min(y - i.timestamp, Ws), 1)), i.timestamp = y, i.isProcessing = !0, o.process(i), c.process(i), u.process(i), d.process(i), p.process(i), m.process(i), f.process(i), h.process(i), i.isProcessing = !1, n && e && (r = !1, t(g));
|
|
549
|
+
}, v = () => {
|
|
550
550
|
n = !0, r = !0, i.isProcessing || t(g);
|
|
551
551
|
};
|
|
552
|
-
return { schedule: mt.reduce((
|
|
553
|
-
const
|
|
554
|
-
return
|
|
555
|
-
}, {}), cancel: (
|
|
556
|
-
for (let
|
|
557
|
-
a[mt[
|
|
552
|
+
return { schedule: mt.reduce((y, I) => {
|
|
553
|
+
const x = a[I];
|
|
554
|
+
return y[I] = (V, S = !1, w = !1) => (n || v(), x.schedule(V, S, w)), y;
|
|
555
|
+
}, {}), cancel: (y) => {
|
|
556
|
+
for (let I = 0; I < mt.length; I++)
|
|
557
|
+
a[mt[I]].cancel(y);
|
|
558
558
|
}, state: i, steps: a };
|
|
559
559
|
}
|
|
560
560
|
const Pe = /* @__NO_SIDE_EFFECTS__ */ (t) => t, { schedule: ue, cancel: Dt, state: xt } = /* @__PURE__ */ Js(typeof requestAnimationFrame != "undefined" ? requestAnimationFrame : Pe, !0);
|
|
@@ -567,9 +567,9 @@ const W = {
|
|
|
567
567
|
set: (t) => {
|
|
568
568
|
bt = t, queueMicrotask(Xs);
|
|
569
569
|
}
|
|
570
|
-
},
|
|
570
|
+
}, Ir = /* @__PURE__ */ new Set();
|
|
571
571
|
function bi(t, e, n) {
|
|
572
|
-
t ||
|
|
572
|
+
t || Ir.has(e) || (console.warn(e), Ir.add(e));
|
|
573
573
|
}
|
|
574
574
|
class Ci {
|
|
575
575
|
constructor() {
|
|
@@ -599,7 +599,7 @@ class Ci {
|
|
|
599
599
|
function xi(t, e) {
|
|
600
600
|
return e ? t * (1e3 / e) : 0;
|
|
601
601
|
}
|
|
602
|
-
const
|
|
602
|
+
const Vr = 30, Qs = (t) => !isNaN(parseFloat(t));
|
|
603
603
|
class ea {
|
|
604
604
|
/**
|
|
605
605
|
* @param init - The initiating value
|
|
@@ -748,9 +748,9 @@ class ea {
|
|
|
748
748
|
*/
|
|
749
749
|
getVelocity() {
|
|
750
750
|
const e = W.now();
|
|
751
|
-
if (!this.canTrackVelocity || this.prevFrameValue === void 0 || e - this.updatedAt >
|
|
751
|
+
if (!this.canTrackVelocity || this.prevFrameValue === void 0 || e - this.updatedAt > Vr)
|
|
752
752
|
return 0;
|
|
753
|
-
const n = Math.min(this.updatedAt - this.prevUpdatedAt,
|
|
753
|
+
const n = Math.min(this.updatedAt - this.prevUpdatedAt, Vr);
|
|
754
754
|
return xi(parseFloat(this.current) - parseFloat(this.prevFrameValue), n);
|
|
755
755
|
}
|
|
756
756
|
/**
|
|
@@ -814,7 +814,7 @@ function na(t) {
|
|
|
814
814
|
}
|
|
815
815
|
function ra(t, e) {
|
|
816
816
|
let a = Zs(t, e) || {}, { transitionEnd: r = {}, transition: i = {} } = a, s = te(a, ["transitionEnd", "transition"]);
|
|
817
|
-
s =
|
|
817
|
+
s = T(T({}, s), r);
|
|
818
818
|
for (const o in s) {
|
|
819
819
|
const c = na(s[o]);
|
|
820
820
|
ta(t, o, c);
|
|
@@ -889,9 +889,9 @@ const ki = (t) => (e) => typeof e == "string" && e.startsWith(t), Ei = /* @__PUR
|
|
|
889
889
|
test: (t) => typeof t == "number",
|
|
890
890
|
parse: parseFloat,
|
|
891
891
|
transform: (t) => t
|
|
892
|
-
}, st = M(
|
|
892
|
+
}, st = M(T({}, Re), {
|
|
893
893
|
transform: (t) => Le(0, 1, t)
|
|
894
|
-
}), ft = M(
|
|
894
|
+
}), ft = M(T({}, Re), {
|
|
895
895
|
default: 1
|
|
896
896
|
}), nt = (t) => Math.round(t * 1e5) / 1e5, rn = /-?(?:\d+(?:\.\d+)?|\.\d+)/gu;
|
|
897
897
|
function ba(t) {
|
|
@@ -907,7 +907,7 @@ const Ca = /^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s
|
|
|
907
907
|
[n]: parseFloat(a),
|
|
908
908
|
alpha: o !== void 0 ? parseFloat(o) : 1
|
|
909
909
|
};
|
|
910
|
-
}, xa = (t) => Le(0, 255, t), Tt = M(
|
|
910
|
+
}, xa = (t) => Le(0, 255, t), Tt = M(T({}, Re), {
|
|
911
911
|
transform: (t) => Math.round(xa(t))
|
|
912
912
|
}), xe = {
|
|
913
913
|
test: /* @__PURE__ */ sn("rgb", "red"),
|
|
@@ -931,23 +931,23 @@ const Nt = {
|
|
|
931
931
|
test: (e) => typeof e == "string" && e.endsWith(t) && e.split(" ").length === 1,
|
|
932
932
|
parse: parseFloat,
|
|
933
933
|
transform: (e) => `${e}${t}`
|
|
934
|
-
}), be = /* @__PURE__ */ dt("deg"), Me = /* @__PURE__ */ dt("%"), E = /* @__PURE__ */ dt("px"), ka = /* @__PURE__ */ dt("vh"), Ea = /* @__PURE__ */ dt("vw"), Sr = M(
|
|
934
|
+
}), be = /* @__PURE__ */ dt("deg"), Me = /* @__PURE__ */ dt("%"), E = /* @__PURE__ */ dt("px"), ka = /* @__PURE__ */ dt("vh"), Ea = /* @__PURE__ */ dt("vw"), Sr = M(T({}, Me), {
|
|
935
935
|
parse: (t) => Me.parse(t) / 100,
|
|
936
936
|
transform: (t) => Me.transform(t * 100)
|
|
937
|
-
}),
|
|
937
|
+
}), Ve = {
|
|
938
938
|
test: /* @__PURE__ */ sn("hsl", "hue"),
|
|
939
939
|
parse: /* @__PURE__ */ Li("hue", "saturation", "lightness"),
|
|
940
940
|
transform: ({ hue: t, saturation: e, lightness: n, alpha: r = 1 }) => "hsla(" + Math.round(t) + ", " + Me.transform(nt(e)) + ", " + Me.transform(nt(n)) + ", " + nt(st.transform(r)) + ")"
|
|
941
941
|
}, F = {
|
|
942
|
-
test: (t) => xe.test(t) || Nt.test(t) ||
|
|
943
|
-
parse: (t) => xe.test(t) ? xe.parse(t) :
|
|
944
|
-
transform: (t) => typeof t == "string" ? t : t.hasOwnProperty("red") ? xe.transform(t) :
|
|
942
|
+
test: (t) => xe.test(t) || Nt.test(t) || Ve.test(t),
|
|
943
|
+
parse: (t) => xe.test(t) ? xe.parse(t) : Ve.test(t) ? Ve.parse(t) : Nt.parse(t),
|
|
944
|
+
transform: (t) => typeof t == "string" ? t : t.hasOwnProperty("red") ? xe.transform(t) : Ve.transform(t)
|
|
945
945
|
}, La = /(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;
|
|
946
946
|
function Ta(t) {
|
|
947
947
|
var e, n;
|
|
948
948
|
return isNaN(t) && typeof t == "string" && (((e = t.match(rn)) == null ? void 0 : e.length) || 0) + (((n = t.match(La)) == null ? void 0 : n.length) || 0) > 0;
|
|
949
949
|
}
|
|
950
|
-
const Ti = "number", Ai = "color", Aa = "var",
|
|
950
|
+
const Ti = "number", Ai = "color", Aa = "var", Ia = "var(", Mr = "${}", Va = /var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;
|
|
951
951
|
function at(t) {
|
|
952
952
|
const e = t.toString(), n = [], r = {
|
|
953
953
|
color: [],
|
|
@@ -955,13 +955,13 @@ function at(t) {
|
|
|
955
955
|
var: []
|
|
956
956
|
}, i = [];
|
|
957
957
|
let s = 0;
|
|
958
|
-
const o = e.replace(
|
|
958
|
+
const o = e.replace(Va, (c) => (F.test(c) ? (r.color.push(s), i.push(Ai), n.push(F.parse(c))) : c.startsWith(Ia) ? (r.var.push(s), i.push(Aa), n.push(c)) : (r.number.push(s), i.push(Ti), n.push(parseFloat(c))), ++s, Mr)).split(Mr);
|
|
959
959
|
return { values: n, split: o, indexes: r, types: i };
|
|
960
960
|
}
|
|
961
|
-
function
|
|
961
|
+
function Ii(t) {
|
|
962
962
|
return at(t).values;
|
|
963
963
|
}
|
|
964
|
-
function
|
|
964
|
+
function Vi(t) {
|
|
965
965
|
const { split: e, types: n } = at(t), r = e.length;
|
|
966
966
|
return (i) => {
|
|
967
967
|
let s = "";
|
|
@@ -975,13 +975,13 @@ function Ii(t) {
|
|
|
975
975
|
}
|
|
976
976
|
const Sa = (t) => typeof t == "number" ? 0 : t;
|
|
977
977
|
function Ma(t) {
|
|
978
|
-
const e =
|
|
979
|
-
return
|
|
978
|
+
const e = Ii(t);
|
|
979
|
+
return Vi(t)(e.map(Sa));
|
|
980
980
|
}
|
|
981
981
|
const Oe = {
|
|
982
982
|
test: Ta,
|
|
983
|
-
parse:
|
|
984
|
-
createTransformer:
|
|
983
|
+
parse: Ii,
|
|
984
|
+
createTransformer: Vi,
|
|
985
985
|
getAnimatableNone: Ma
|
|
986
986
|
};
|
|
987
987
|
function At(t, e, n) {
|
|
@@ -1006,23 +1006,23 @@ function _a({ hue: t, saturation: e, lightness: n, alpha: r }) {
|
|
|
1006
1006
|
function wt(t, e) {
|
|
1007
1007
|
return (n) => n > 0 ? e : t;
|
|
1008
1008
|
}
|
|
1009
|
-
const
|
|
1009
|
+
const It = (t, e, n) => {
|
|
1010
1010
|
const r = t * t, i = n * (e * e - r) + r;
|
|
1011
1011
|
return i < 0 ? 0 : Math.sqrt(i);
|
|
1012
|
-
}, Pa = [Nt, xe,
|
|
1012
|
+
}, Pa = [Nt, xe, Ve], Da = (t) => Pa.find((e) => e.test(t));
|
|
1013
1013
|
function _r(t) {
|
|
1014
1014
|
const e = Da(t);
|
|
1015
1015
|
if (ct(!!e, `'${t}' is not an animatable color. Use the equivalent color code instead.`), !e)
|
|
1016
1016
|
return !1;
|
|
1017
1017
|
let n = e.parse(t);
|
|
1018
|
-
return e ===
|
|
1018
|
+
return e === Ve && (n = _a(n)), n;
|
|
1019
1019
|
}
|
|
1020
1020
|
const Pr = (t, e) => {
|
|
1021
1021
|
const n = _r(t), r = _r(e);
|
|
1022
1022
|
if (!n || !r)
|
|
1023
1023
|
return wt(t, e);
|
|
1024
|
-
const i =
|
|
1025
|
-
return (s) => (i.red =
|
|
1024
|
+
const i = T({}, n);
|
|
1025
|
+
return (s) => (i.red = It(n.red, r.red, s), i.green = It(n.green, r.green, s), i.blue = It(n.blue, r.blue, s), i.alpha = lt(n.alpha, r.alpha, s), xe.transform(i));
|
|
1026
1026
|
}, Rt = /* @__PURE__ */ new Set(["none", "hidden"]);
|
|
1027
1027
|
function Na(t, e) {
|
|
1028
1028
|
return Rt.has(t) ? (n) => n <= 0 ? t : e : (n) => n >= 1 ? e : t;
|
|
@@ -1043,7 +1043,7 @@ function Si(t, e) {
|
|
|
1043
1043
|
};
|
|
1044
1044
|
}
|
|
1045
1045
|
function ja(t, e) {
|
|
1046
|
-
const n =
|
|
1046
|
+
const n = T(T({}, t), e), r = {};
|
|
1047
1047
|
for (const i in n)
|
|
1048
1048
|
t[i] !== void 0 && e[i] !== void 0 && (r[i] = on(t[i])(t[i], e[i]));
|
|
1049
1049
|
return (i) => {
|
|
@@ -1167,7 +1167,7 @@ function Nr(t, e) {
|
|
|
1167
1167
|
return e.some((n) => t[n] !== void 0);
|
|
1168
1168
|
}
|
|
1169
1169
|
function Za(t) {
|
|
1170
|
-
let e =
|
|
1170
|
+
let e = T({
|
|
1171
1171
|
velocity: D.velocity,
|
|
1172
1172
|
stiffness: D.stiffness,
|
|
1173
1173
|
damping: D.damping,
|
|
@@ -1177,14 +1177,14 @@ function Za(t) {
|
|
|
1177
1177
|
if (!Nr(t, Ha) && Nr(t, Ua))
|
|
1178
1178
|
if (t.visualDuration) {
|
|
1179
1179
|
const n = t.visualDuration, r = 2 * Math.PI / (n * 1.2), i = r * r, s = 2 * Le(0.05, 1, 1 - (t.bounce || 0)) * Math.sqrt(i);
|
|
1180
|
-
e = M(
|
|
1180
|
+
e = M(T({}, e), {
|
|
1181
1181
|
mass: D.mass,
|
|
1182
1182
|
stiffness: i,
|
|
1183
1183
|
damping: s
|
|
1184
1184
|
});
|
|
1185
1185
|
} else {
|
|
1186
1186
|
const n = za(t);
|
|
1187
|
-
e = M(
|
|
1187
|
+
e = M(T(T({}, e), n), {
|
|
1188
1188
|
mass: D.mass
|
|
1189
1189
|
}), e.isResolvedFromDuration = !0;
|
|
1190
1190
|
}
|
|
@@ -1197,48 +1197,48 @@ function ot(t = D.visualDuration, e = D.bounce) {
|
|
|
1197
1197
|
bounce: e
|
|
1198
1198
|
} : t;
|
|
1199
1199
|
let { restSpeed: r, restDelta: i } = n;
|
|
1200
|
-
const s = n.keyframes[0], a = n.keyframes[n.keyframes.length - 1], o = { done: !1, value: s }, { stiffness: c, damping: u, mass: d, duration: p, velocity: m, isResolvedFromDuration: f } = Za(M(
|
|
1200
|
+
const s = n.keyframes[0], a = n.keyframes[n.keyframes.length - 1], o = { done: !1, value: s }, { stiffness: c, damping: u, mass: d, duration: p, velocity: m, isResolvedFromDuration: f } = Za(M(T({}, n), {
|
|
1201
1201
|
velocity: -/* @__PURE__ */ le(n.velocity || 0)
|
|
1202
|
-
})), h = m || 0, g = u / (2 * Math.sqrt(c * d)),
|
|
1203
|
-
r || (r =
|
|
1204
|
-
let
|
|
1202
|
+
})), h = m || 0, g = u / (2 * Math.sqrt(c * d)), v = a - s, b = /* @__PURE__ */ le(Math.sqrt(c / d)), L = Math.abs(v) < 5;
|
|
1203
|
+
r || (r = L ? D.restSpeed.granular : D.restSpeed.default), i || (i = L ? D.restDelta.granular : D.restDelta.default);
|
|
1204
|
+
let y;
|
|
1205
1205
|
if (g < 1) {
|
|
1206
|
-
const
|
|
1207
|
-
|
|
1208
|
-
const S = Math.exp(-g * b *
|
|
1209
|
-
return a - S * ((h + g * b *
|
|
1206
|
+
const x = Ot(b, g);
|
|
1207
|
+
y = (V) => {
|
|
1208
|
+
const S = Math.exp(-g * b * V);
|
|
1209
|
+
return a - S * ((h + g * b * v) / x * Math.sin(x * V) + v * Math.cos(x * V));
|
|
1210
1210
|
};
|
|
1211
1211
|
} else if (g === 1)
|
|
1212
|
-
|
|
1212
|
+
y = (x) => a - Math.exp(-b * x) * (v + (h + b * v) * x);
|
|
1213
1213
|
else {
|
|
1214
|
-
const
|
|
1215
|
-
|
|
1216
|
-
const S = Math.exp(-g * b *
|
|
1217
|
-
return a - S * ((h + g * b *
|
|
1214
|
+
const x = b * Math.sqrt(g * g - 1);
|
|
1215
|
+
y = (V) => {
|
|
1216
|
+
const S = Math.exp(-g * b * V), w = Math.min(x * V, 300);
|
|
1217
|
+
return a - S * ((h + g * b * v) * Math.sinh(w) + x * v * Math.cosh(w)) / x;
|
|
1218
1218
|
};
|
|
1219
1219
|
}
|
|
1220
|
-
const
|
|
1220
|
+
const I = {
|
|
1221
1221
|
calculatedDuration: f && p || null,
|
|
1222
|
-
next: (
|
|
1223
|
-
const
|
|
1222
|
+
next: (x) => {
|
|
1223
|
+
const V = y(x);
|
|
1224
1224
|
if (f)
|
|
1225
|
-
o.done =
|
|
1225
|
+
o.done = x >= p;
|
|
1226
1226
|
else {
|
|
1227
|
-
let S =
|
|
1228
|
-
g < 1 && (S =
|
|
1229
|
-
const
|
|
1230
|
-
o.done =
|
|
1227
|
+
let S = x === 0 ? h : 0;
|
|
1228
|
+
g < 1 && (S = x === 0 ? /* @__PURE__ */ ne(h) : Pi(y, x, V));
|
|
1229
|
+
const w = Math.abs(S) <= r, P = Math.abs(a - V) <= i;
|
|
1230
|
+
o.done = w && P;
|
|
1231
1231
|
}
|
|
1232
|
-
return o.value = o.done ? a :
|
|
1232
|
+
return o.value = o.done ? a : V, o;
|
|
1233
1233
|
},
|
|
1234
1234
|
toString: () => {
|
|
1235
|
-
const
|
|
1236
|
-
return
|
|
1235
|
+
const x = Math.min(en(I), Ct), V = _i((S) => I.next(x * S).value, x, 30);
|
|
1236
|
+
return x + "ms " + V;
|
|
1237
1237
|
},
|
|
1238
1238
|
toTransition: () => {
|
|
1239
1239
|
}
|
|
1240
1240
|
};
|
|
1241
|
-
return
|
|
1241
|
+
return I;
|
|
1242
1242
|
}
|
|
1243
1243
|
ot.applyToOptions = (t) => {
|
|
1244
1244
|
const e = yi(t, 100, ot);
|
|
@@ -1248,19 +1248,19 @@ function jt({ keyframes: t, velocity: e = 0, power: n = 0.8, timeConstant: r = 3
|
|
|
1248
1248
|
const p = t[0], m = {
|
|
1249
1249
|
done: !1,
|
|
1250
1250
|
value: p
|
|
1251
|
-
}, f = (
|
|
1251
|
+
}, f = (w) => o !== void 0 && w < o || c !== void 0 && w > c, h = (w) => o === void 0 ? c : c === void 0 || Math.abs(o - w) < Math.abs(c - w) ? o : c;
|
|
1252
1252
|
let g = n * e;
|
|
1253
|
-
const
|
|
1254
|
-
b !==
|
|
1255
|
-
const
|
|
1256
|
-
const P =
|
|
1253
|
+
const v = p + g, b = a === void 0 ? v : a(v);
|
|
1254
|
+
b !== v && (g = b - p);
|
|
1255
|
+
const L = (w) => -g * Math.exp(-w / r), y = (w) => b + L(w), I = (w) => {
|
|
1256
|
+
const P = L(w), R = y(w);
|
|
1257
1257
|
m.done = Math.abs(P) <= u, m.value = m.done ? b : R;
|
|
1258
1258
|
};
|
|
1259
|
-
let
|
|
1260
|
-
const S = (
|
|
1261
|
-
f(m.value) && (
|
|
1259
|
+
let x, V;
|
|
1260
|
+
const S = (w) => {
|
|
1261
|
+
f(m.value) && (x = w, V = ot({
|
|
1262
1262
|
keyframes: [m.value, h(m.value)],
|
|
1263
|
-
velocity: Pi(
|
|
1263
|
+
velocity: Pi(y, w, m.value),
|
|
1264
1264
|
// TODO: This should be passing * 1000
|
|
1265
1265
|
damping: i,
|
|
1266
1266
|
stiffness: s,
|
|
@@ -1270,9 +1270,9 @@ function jt({ keyframes: t, velocity: e = 0, power: n = 0.8, timeConstant: r = 3
|
|
|
1270
1270
|
};
|
|
1271
1271
|
return S(0), {
|
|
1272
1272
|
calculatedDuration: null,
|
|
1273
|
-
next: (
|
|
1273
|
+
next: (w) => {
|
|
1274
1274
|
let P = !1;
|
|
1275
|
-
return !
|
|
1275
|
+
return !V && x === void 0 && (P = !0, I(w), S(w)), x !== void 0 && w >= x ? V.next(w - x) : (!P && I(w), m);
|
|
1276
1276
|
}
|
|
1277
1277
|
};
|
|
1278
1278
|
}
|
|
@@ -1421,8 +1421,8 @@ class pn extends un {
|
|
|
1421
1421
|
let { keyframes: o } = e;
|
|
1422
1422
|
const c = n || Se;
|
|
1423
1423
|
process.env.NODE_ENV !== "production" && c !== Se && ce(o.length <= 2, `Only two keyframes currently supported with spring and inertia animations. Trying to animate ${o}`), c !== Se && typeof o[0] != "number" && (this.mixKeyframes = an(lo, Mi(o[0], o[1])), o = [0, 100]);
|
|
1424
|
-
const u = c(M(
|
|
1425
|
-
s === "mirror" && (this.mirroredGenerator = c(M(
|
|
1424
|
+
const u = c(M(T({}, e), { keyframes: o }));
|
|
1425
|
+
s === "mirror" && (this.mirroredGenerator = c(M(T({}, e), {
|
|
1426
1426
|
keyframes: [...o].reverse(),
|
|
1427
1427
|
velocity: -a
|
|
1428
1428
|
}))), u.calculatedDuration === null && (u.calculatedDuration = en(u));
|
|
@@ -1437,22 +1437,22 @@ class pn extends un {
|
|
|
1437
1437
|
const { generator: r, totalDuration: i, mixKeyframes: s, mirroredGenerator: a, resolvedDuration: o, calculatedDuration: c } = this;
|
|
1438
1438
|
if (this.startTime === null)
|
|
1439
1439
|
return r.next(0);
|
|
1440
|
-
const { delay: u = 0, keyframes: d, repeat: p, repeatType: m, repeatDelay: f, type: h, onUpdate: g, finalKeyframe:
|
|
1440
|
+
const { delay: u = 0, keyframes: d, repeat: p, repeatType: m, repeatDelay: f, type: h, onUpdate: g, finalKeyframe: v } = this.options;
|
|
1441
1441
|
this.speed > 0 ? this.startTime = Math.min(this.startTime, e) : this.speed < 0 && (this.startTime = Math.min(e - i / this.speed, this.startTime)), n ? this.currentTime = e : this.updateTime(e);
|
|
1442
|
-
const b = this.currentTime - u * (this.playbackSpeed >= 0 ? 1 : -1),
|
|
1442
|
+
const b = this.currentTime - u * (this.playbackSpeed >= 0 ? 1 : -1), L = this.playbackSpeed >= 0 ? b < 0 : b > i;
|
|
1443
1443
|
this.currentTime = Math.max(b, 0), this.state === "finished" && this.holdTime === null && (this.currentTime = i);
|
|
1444
|
-
let
|
|
1444
|
+
let y = this.currentTime, I = r;
|
|
1445
1445
|
if (p) {
|
|
1446
|
-
const
|
|
1447
|
-
let P = Math.floor(
|
|
1448
|
-
!R &&
|
|
1446
|
+
const w = Math.min(this.currentTime, i) / o;
|
|
1447
|
+
let P = Math.floor(w), R = w % 1;
|
|
1448
|
+
!R && w >= 1 && (R = 1), R === 1 && P--, P = Math.min(P, p + 1), !!(P % 2) && (m === "reverse" ? (R = 1 - R, f && (R -= f / o)) : m === "mirror" && (I = a)), y = Le(0, 1, R) * o;
|
|
1449
1449
|
}
|
|
1450
|
-
const
|
|
1451
|
-
s && (
|
|
1452
|
-
let { done:
|
|
1453
|
-
!
|
|
1454
|
-
const S = this.holdTime === null && (this.state === "finished" || this.state === "running" &&
|
|
1455
|
-
return S && h !== jt && (
|
|
1450
|
+
const x = L ? { done: !1, value: d[0] } : I.next(y);
|
|
1451
|
+
s && (x.value = s(x.value));
|
|
1452
|
+
let { done: V } = x;
|
|
1453
|
+
!L && c !== null && (V = this.playbackSpeed >= 0 ? this.currentTime >= i : this.currentTime <= 0);
|
|
1454
|
+
const S = this.holdTime === null && (this.state === "finished" || this.state === "running" && V);
|
|
1455
|
+
return S && h !== jt && (x.value = dn(d, this.options, v, this.speed)), g && g(x.value), S && this.finish(), x;
|
|
1456
1456
|
}
|
|
1457
1457
|
/**
|
|
1458
1458
|
* Allows the returned animation to be awaited or promise-chained. Currently
|
|
@@ -1833,13 +1833,13 @@ const Zi = {
|
|
|
1833
1833
|
function Ao(t) {
|
|
1834
1834
|
return t in Zi;
|
|
1835
1835
|
}
|
|
1836
|
-
function
|
|
1836
|
+
function Io(t) {
|
|
1837
1837
|
typeof t.ease == "string" && Ao(t.ease) && (t.ease = Zi[t.ease]);
|
|
1838
1838
|
}
|
|
1839
1839
|
const zr = 10;
|
|
1840
|
-
class
|
|
1840
|
+
class Vo extends To {
|
|
1841
1841
|
constructor(e) {
|
|
1842
|
-
|
|
1842
|
+
Io(e), zi(e), super(e), e.startTime && (this.startTime = e.startTime), this.options = e;
|
|
1843
1843
|
}
|
|
1844
1844
|
/**
|
|
1845
1845
|
* WAAPI doesn't natively have any interruption capabilities.
|
|
@@ -1858,7 +1858,7 @@ class Io extends To {
|
|
|
1858
1858
|
n.set(e);
|
|
1859
1859
|
return;
|
|
1860
1860
|
}
|
|
1861
|
-
const o = new pn(M(
|
|
1861
|
+
const o = new pn(M(T({}, a), {
|
|
1862
1862
|
autoplay: !1
|
|
1863
1863
|
})), c = /* @__PURE__ */ ne((d = this.finishedTime) != null ? d : this.time);
|
|
1864
1864
|
n.setWithVelocity(o.sample(c - zr).value, o.sample(c).value, zr), o.stop();
|
|
@@ -1914,12 +1914,12 @@ const Ro = 40;
|
|
|
1914
1914
|
class Oo extends un {
|
|
1915
1915
|
constructor(m) {
|
|
1916
1916
|
var f = m, { autoplay: e = !0, delay: n = 0, type: r = "keyframes", repeat: i = 0, repeatDelay: s = 0, repeatType: a = "loop", keyframes: o, name: c, motionValue: u, element: d } = f, p = te(f, ["autoplay", "delay", "type", "repeat", "repeatDelay", "repeatType", "keyframes", "name", "motionValue", "element"]);
|
|
1917
|
-
var
|
|
1917
|
+
var v;
|
|
1918
1918
|
super(), this.stop = () => {
|
|
1919
|
-
var b,
|
|
1920
|
-
this._animation && (this._animation.stop(), (b = this.stopTimeline) == null || b.call(this)), (
|
|
1919
|
+
var b, L;
|
|
1920
|
+
this._animation && (this._animation.stop(), (b = this.stopTimeline) == null || b.call(this)), (L = this.keyframeResolver) == null || L.cancel();
|
|
1921
1921
|
}, this.createdAt = W.now();
|
|
1922
|
-
const h =
|
|
1922
|
+
const h = T({
|
|
1923
1923
|
autoplay: e,
|
|
1924
1924
|
delay: n,
|
|
1925
1925
|
type: r,
|
|
@@ -1930,18 +1930,18 @@ class Oo extends un {
|
|
|
1930
1930
|
motionValue: u,
|
|
1931
1931
|
element: d
|
|
1932
1932
|
}, p), g = (d == null ? void 0 : d.KeyframeResolver) || hn;
|
|
1933
|
-
this.keyframeResolver = new g(o, (b,
|
|
1933
|
+
this.keyframeResolver = new g(o, (b, L, y) => this.onKeyframesResolved(b, L, h, !y), c, u, d), (v = this.keyframeResolver) == null || v.scheduleResolve();
|
|
1934
1934
|
}
|
|
1935
1935
|
onKeyframesResolved(e, n, r, i) {
|
|
1936
1936
|
this.keyframeResolver = void 0;
|
|
1937
1937
|
const { name: s, type: a, velocity: o, delay: c, isHandoff: u, onUpdate: d } = r;
|
|
1938
1938
|
this.resolvedAt = W.now(), Mo(e, s, a, o) || ((de.instantAnimations || !c) && (d == null || d(dn(e, r, n))), e[0] = e[e.length - 1], r.duration = 0, r.repeat = 0);
|
|
1939
|
-
const p = i ? this.resolvedAt ? this.resolvedAt - this.createdAt > Ro ? this.resolvedAt : this.createdAt : this.createdAt : void 0, m = M(
|
|
1939
|
+
const p = i ? this.resolvedAt ? this.resolvedAt - this.createdAt > Ro ? this.resolvedAt : this.createdAt : this.createdAt : void 0, m = M(T({
|
|
1940
1940
|
startTime: p,
|
|
1941
1941
|
finalKeyframe: n
|
|
1942
1942
|
}, r), {
|
|
1943
1943
|
keyframes: e
|
|
1944
|
-
}), f = !u && No(m) ? new
|
|
1944
|
+
}), f = !u && No(m) ? new Vo(M(T({}, m), {
|
|
1945
1945
|
element: m.motionValue.owner.current
|
|
1946
1946
|
})) : new pn(m);
|
|
1947
1947
|
f.finished.then(() => this.notifyFinished()).catch(Pe), this.pendingTimeline && (this.stopTimeline = f.attachTimeline(this.pendingTimeline), this.pendingTimeline = void 0), this._animation = f;
|
|
@@ -1999,7 +1999,7 @@ const Wi = (t, e, n, r = {}, i, s) => (a) => {
|
|
|
1999
1999
|
const o = wi(r, t) || {}, c = o.delay || r.delay || 0;
|
|
2000
2000
|
let { elapsed: u = 0 } = r;
|
|
2001
2001
|
u = u - /* @__PURE__ */ ne(c);
|
|
2002
|
-
const d = M(
|
|
2002
|
+
const d = M(T({
|
|
2003
2003
|
keyframes: Array.isArray(n) ? n : [null, n],
|
|
2004
2004
|
ease: "easeOut",
|
|
2005
2005
|
velocity: e.getVelocity()
|
|
@@ -2049,22 +2049,22 @@ function qo(t, e, { delay: n = 0, transitionOverride: r, type: i } = {}) {
|
|
|
2049
2049
|
const f = t.getValue(m, (p = t.latestValues[m]) != null ? p : null), h = o[m];
|
|
2050
2050
|
if (h === void 0 || u && jo(u, m))
|
|
2051
2051
|
continue;
|
|
2052
|
-
const g =
|
|
2052
|
+
const g = T({
|
|
2053
2053
|
delay: n
|
|
2054
|
-
}, wi(s || {}, m)),
|
|
2055
|
-
if (
|
|
2054
|
+
}, wi(s || {}, m)), v = f.get();
|
|
2055
|
+
if (v !== void 0 && !f.isAnimating && !Array.isArray(h) && h === v && !g.velocity)
|
|
2056
2056
|
continue;
|
|
2057
2057
|
let b = !1;
|
|
2058
2058
|
if (window.MotionHandoffAnimation) {
|
|
2059
|
-
const
|
|
2060
|
-
if (
|
|
2061
|
-
const
|
|
2062
|
-
|
|
2059
|
+
const y = la(t);
|
|
2060
|
+
if (y) {
|
|
2061
|
+
const I = window.MotionHandoffAnimation(y, m, ue);
|
|
2062
|
+
I !== null && (g.startTime = I, b = !0);
|
|
2063
2063
|
}
|
|
2064
2064
|
}
|
|
2065
2065
|
sa(t, m), f.start(Wi(m, f, h, t.shouldReduceMotion && Ji.has(m) ? { type: !1 } : g, t, b));
|
|
2066
|
-
const
|
|
2067
|
-
|
|
2066
|
+
const L = f.animation;
|
|
2067
|
+
L && c.push(L);
|
|
2068
2068
|
}
|
|
2069
2069
|
return a && Promise.all(c).then(() => {
|
|
2070
2070
|
ue.update(() => {
|
|
@@ -2184,12 +2184,12 @@ function tl(t) {
|
|
|
2184
2184
|
let s = el.has(e) ? 1 : 0;
|
|
2185
2185
|
return r !== n && (s *= 100), e + "(" + s + i + ")";
|
|
2186
2186
|
}
|
|
2187
|
-
const nl = /\b([a-z-]*)\(.*?\)/gu, Zt = M(
|
|
2187
|
+
const nl = /\b([a-z-]*)\(.*?\)/gu, Zt = M(T({}, Oe), {
|
|
2188
2188
|
getAnimatableNone: (t) => {
|
|
2189
2189
|
const e = t.match(nl);
|
|
2190
2190
|
return e ? e.map(tl).join(" ") : t;
|
|
2191
2191
|
}
|
|
2192
|
-
}), Zr = M(
|
|
2192
|
+
}), Zr = M(T({}, Re), {
|
|
2193
2193
|
transform: Math.round
|
|
2194
2194
|
}), rl = {
|
|
2195
2195
|
rotate: be,
|
|
@@ -2216,7 +2216,7 @@ const nl = /\b([a-z-]*)\(.*?\)/gu, Zt = M(L({}, Oe), {
|
|
|
2216
2216
|
originX: Sr,
|
|
2217
2217
|
originY: Sr,
|
|
2218
2218
|
originZ: E
|
|
2219
|
-
}, gn = M(
|
|
2219
|
+
}, gn = M(T({
|
|
2220
2220
|
// Border props
|
|
2221
2221
|
borderWidth: E,
|
|
2222
2222
|
borderTopWidth: E,
|
|
@@ -2258,7 +2258,7 @@ const nl = /\b([a-z-]*)\(.*?\)/gu, Zt = M(L({}, Oe), {
|
|
|
2258
2258
|
fillOpacity: st,
|
|
2259
2259
|
strokeOpacity: st,
|
|
2260
2260
|
numOctaves: Zr
|
|
2261
|
-
}), il = M(
|
|
2261
|
+
}), il = M(T({}, gn), {
|
|
2262
2262
|
// Color props
|
|
2263
2263
|
color: F,
|
|
2264
2264
|
backgroundColor: F,
|
|
@@ -2306,7 +2306,7 @@ class as {
|
|
|
2306
2306
|
this.renderScheduledAt < f && (this.renderScheduledAt = f, ue.render(this.render, !1, !0));
|
|
2307
2307
|
};
|
|
2308
2308
|
const { latestValues: c, renderState: u } = a;
|
|
2309
|
-
this.latestValues = c, this.baseTarget =
|
|
2309
|
+
this.latestValues = c, this.baseTarget = T({}, c), this.initialValues = n.initial ? T({}, c) : {}, this.renderState = u, this.parent = e, this.props = n, this.presenceContext = r, this.depth = e ? e.depth + 1 : 0, this.reducedMotionConfig = i, this.options = o, this.blockInitialAnimation = !!s, this.isControllingVariants = Qi(n), this.isVariantNode = Yo(n), this.isVariantNode && (this.variantChildren = /* @__PURE__ */ new Set()), this.manuallyAnimateOnMount = !!(e && e.current);
|
|
2310
2310
|
const m = this.scrapeMotionValuesFromProps(n, {}, this), { willChange: d } = m, p = te(m, ["willChange"]);
|
|
2311
2311
|
for (const f in p) {
|
|
2312
2312
|
const h = p[f];
|
|
@@ -2745,14 +2745,14 @@ function El(t, p, c, u, d) {
|
|
|
2745
2745
|
"pathSpacing",
|
|
2746
2746
|
"pathOffset"
|
|
2747
2747
|
]);
|
|
2748
|
-
var g,
|
|
2748
|
+
var g, v;
|
|
2749
2749
|
if (ds(t, o, u), c) {
|
|
2750
2750
|
t.style.viewBox && (t.attrs.viewBox = t.style.viewBox);
|
|
2751
2751
|
return;
|
|
2752
2752
|
}
|
|
2753
2753
|
t.attrs = t.style, t.style = {};
|
|
2754
2754
|
const { attrs: f, style: h } = t;
|
|
2755
|
-
f.transform && (h.transform = f.transform, delete f.transform), (h.transform || f.transformOrigin) && (h.transformOrigin = (g = f.transformOrigin) != null ? g : "50% 50%", delete f.transformOrigin), h.transform && (h.transformBox = (
|
|
2755
|
+
f.transform && (h.transform = f.transform, delete f.transform), (h.transform || f.transformOrigin) && (h.transformOrigin = (g = f.transformOrigin) != null ? g : "50% 50%", delete f.transformOrigin), h.transform && (h.transformBox = (v = d == null ? void 0 : d.transformBox) != null ? v : "fill-box", delete f.transformBox), e !== void 0 && (f.x = e), n !== void 0 && (f.y = n), r !== void 0 && (f.scale = r), i !== void 0 && kl(f, i, s, a, !1);
|
|
2756
2756
|
}
|
|
2757
2757
|
const hs = /* @__PURE__ */ new Set([
|
|
2758
2758
|
"baseFrequency",
|
|
@@ -2793,7 +2793,7 @@ function Al(t, e, n) {
|
|
|
2793
2793
|
}
|
|
2794
2794
|
return r;
|
|
2795
2795
|
}
|
|
2796
|
-
class
|
|
2796
|
+
class Il extends ls {
|
|
2797
2797
|
constructor() {
|
|
2798
2798
|
super(...arguments), this.type = "svg", this.isSVGTag = !1, this.measureInstanceViewportBox = fn;
|
|
2799
2799
|
}
|
|
@@ -2823,7 +2823,7 @@ class Vl extends ls {
|
|
|
2823
2823
|
function ms(t) {
|
|
2824
2824
|
return Yi(t) && "ownerSVGElement" in t;
|
|
2825
2825
|
}
|
|
2826
|
-
function
|
|
2826
|
+
function Vl(t) {
|
|
2827
2827
|
return ms(t) && t.tagName === "svg";
|
|
2828
2828
|
}
|
|
2829
2829
|
function Sl(t) {
|
|
@@ -2840,7 +2840,7 @@ function Sl(t) {
|
|
|
2840
2840
|
},
|
|
2841
2841
|
latestValues: {}
|
|
2842
2842
|
}
|
|
2843
|
-
}, n = ms(t) && !
|
|
2843
|
+
}, n = ms(t) && !Vl(t) ? new Il(e) : new vl(e);
|
|
2844
2844
|
n.mount(t), rt.set(t, n);
|
|
2845
2845
|
}
|
|
2846
2846
|
function Ml(t) {
|
|
@@ -2873,8 +2873,8 @@ function fs(t, e, n, r) {
|
|
|
2873
2873
|
for (let o = 0; o < a; o++) {
|
|
2874
2874
|
const c = s[o], u = c instanceof Element ? Sl : Ml;
|
|
2875
2875
|
rt.has(c) || u(c);
|
|
2876
|
-
const d = rt.get(c), p =
|
|
2877
|
-
"delay" in p && typeof p.delay == "function" && (p.delay = p.delay(o, a)), i.push(...qo(d, M(
|
|
2876
|
+
const d = rt.get(c), p = T({}, n);
|
|
2877
|
+
"delay" in p && typeof p.delay == "function" && (p.delay = p.delay(o, a)), i.push(...qo(d, M(T({}, e), { transition: p }), {}));
|
|
2878
2878
|
}
|
|
2879
2879
|
}
|
|
2880
2880
|
return i;
|
|
@@ -2966,7 +2966,7 @@ function jl(t) {
|
|
|
2966
2966
|
}
|
|
2967
2967
|
return e;
|
|
2968
2968
|
}
|
|
2969
|
-
const j = jl(), ql = "_spinner_1waxg_1", Kl = "_spinnerContainer_1waxg_5", Bl = "_success_1waxg_9", Fl = "_successContainer_1waxg_13", zl = "_container_1waxg_17", $l = "_card_1waxg_26", Gl = "_warning_1waxg_35", Ul = "_svg_1waxg_43", Hl = "_srOnly_1waxg_48",
|
|
2969
|
+
const j = jl(), ql = "_spinner_1waxg_1", Kl = "_spinnerContainer_1waxg_5", Bl = "_success_1waxg_9", Fl = "_successContainer_1waxg_13", zl = "_container_1waxg_17", $l = "_card_1waxg_26", Gl = "_warning_1waxg_35", Ul = "_svg_1waxg_43", Hl = "_srOnly_1waxg_48", A = {
|
|
2970
2970
|
spinner: ql,
|
|
2971
2971
|
spinnerContainer: Kl,
|
|
2972
2972
|
success: Bl,
|
|
@@ -2980,14 +2980,14 @@ const j = jl(), ql = "_spinner_1waxg_1", Kl = "_spinnerContainer_1waxg_5", Bl =
|
|
|
2980
2980
|
class gs {
|
|
2981
2981
|
constructor() {
|
|
2982
2982
|
l(this, "template", `
|
|
2983
|
-
<svg aria-hidden="true" class="${
|
|
2983
|
+
<svg aria-hidden="true" class="${A.spinner}" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2984
2984
|
<path d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z" fill="currentColor"/>
|
|
2985
2985
|
<path d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z" fill="currentFill"/>
|
|
2986
2986
|
</svg>
|
|
2987
|
-
<span class="${
|
|
2987
|
+
<span class="${A.srOnly}">Loading...</span>
|
|
2988
2988
|
`);
|
|
2989
2989
|
l(this, "spinner", document.createElement("div"));
|
|
2990
|
-
this.spinner.setAttribute("role", "status"), this.spinner.classList.add(
|
|
2990
|
+
this.spinner.setAttribute("role", "status"), this.spinner.classList.add(A.spinnerContainer), this.spinner.innerHTML = this.template;
|
|
2991
2991
|
}
|
|
2992
2992
|
addClass(e) {
|
|
2993
2993
|
this.spinner.classList.add(e);
|
|
@@ -3019,7 +3019,7 @@ const Wl = "_checkout_5sq3n_1", Jl = "_hidden_5sq3n_7", Xl = "_formInitial_5sq3n
|
|
|
3019
3019
|
hidden: Jl,
|
|
3020
3020
|
formInitial: Xl,
|
|
3021
3021
|
btnsInitial: Ql
|
|
3022
|
-
}, ec = "_buttons_1i8cu_1", tc = "_hidden_1i8cu_5",
|
|
3022
|
+
}, ec = "_buttons_1i8cu_1", tc = "_hidden_1i8cu_5", Vt = {
|
|
3023
3023
|
buttons: ec,
|
|
3024
3024
|
hidden: tc
|
|
3025
3025
|
}, nc = "_applePay_1m9xd_1", rc = "_hidden_1m9xd_22", St = {
|
|
@@ -3035,7 +3035,7 @@ class ic {
|
|
|
3035
3035
|
this.ev = e, this.element = document.createElement("div"), this.element.classList.add(St.applePay, St.hidden);
|
|
3036
3036
|
}
|
|
3037
3037
|
init(e) {
|
|
3038
|
-
return
|
|
3038
|
+
return C(this, null, function* () {
|
|
3039
3039
|
e && (yield this.ev.initApple(e), this.ev.isAppleAvailable() && (yield this.ev.renderApple(this.element), this.element.classList.remove(St.hidden), this.events.ready.emit()));
|
|
3040
3040
|
});
|
|
3041
3041
|
}
|
|
@@ -3051,7 +3051,7 @@ const sc = [
|
|
|
3051
3051
|
{ type: "apple-pay", is_active: !0, order: 2 },
|
|
3052
3052
|
{ type: "google-pay", is_active: !0, order: 3 },
|
|
3053
3053
|
{ type: "card", is_active: !0, order: 4 }
|
|
3054
|
-
],
|
|
3054
|
+
], Ie = {
|
|
3055
3055
|
open: { y: 0, opacity: 1 },
|
|
3056
3056
|
close: { y: 100, opacity: 0 },
|
|
3057
3057
|
transition: { duration: 0.5, type: "spring", bounce: 0 }
|
|
@@ -3341,9 +3341,9 @@ function uc() {
|
|
|
3341
3341
|
ri = 1;
|
|
3342
3342
|
var t = et && et.__assign || function() {
|
|
3343
3343
|
return t = Object.assign || function(h) {
|
|
3344
|
-
for (var g,
|
|
3345
|
-
g = arguments[
|
|
3346
|
-
for (var
|
|
3344
|
+
for (var g, v = 1, b = arguments.length; v < b; v++) {
|
|
3345
|
+
g = arguments[v];
|
|
3346
|
+
for (var L in g) Object.prototype.hasOwnProperty.call(g, L) && (h[L] = g[L]);
|
|
3347
3347
|
}
|
|
3348
3348
|
return h;
|
|
3349
3349
|
}, t.apply(this, arguments);
|
|
@@ -3384,10 +3384,10 @@ function uc() {
|
|
|
3384
3384
|
}
|
|
3385
3385
|
function m(h, g) {
|
|
3386
3386
|
g === void 0 && (g = !1);
|
|
3387
|
-
var
|
|
3388
|
-
if (!g &&
|
|
3387
|
+
var v = u.indexOf(h);
|
|
3388
|
+
if (!g && v === -1)
|
|
3389
3389
|
throw new Error('"' + h + '" is not a supported card type.');
|
|
3390
|
-
return
|
|
3390
|
+
return v;
|
|
3391
3391
|
}
|
|
3392
3392
|
function f(h) {
|
|
3393
3393
|
var g = [];
|
|
@@ -3396,11 +3396,11 @@ function uc() {
|
|
|
3396
3396
|
if (h.length === 0)
|
|
3397
3397
|
return p();
|
|
3398
3398
|
u.forEach(function(b) {
|
|
3399
|
-
var
|
|
3400
|
-
(0, n.addMatchingCardsToResults)(h,
|
|
3399
|
+
var L = d(b);
|
|
3400
|
+
(0, n.addMatchingCardsToResults)(h, L, g);
|
|
3401
3401
|
});
|
|
3402
|
-
var
|
|
3403
|
-
return
|
|
3402
|
+
var v = (0, i.findBestMatch)(g);
|
|
3403
|
+
return v ? [v] : g;
|
|
3404
3404
|
}
|
|
3405
3405
|
return f.getTypeInfo = function(h) {
|
|
3406
3406
|
return (0, s.clone)(d(h));
|
|
@@ -3411,16 +3411,16 @@ function uc() {
|
|
|
3411
3411
|
var g = m(h.type, !0);
|
|
3412
3412
|
a[h.type] = h, g === -1 && u.push(h.type);
|
|
3413
3413
|
}, f.updateCard = function(h, g) {
|
|
3414
|
-
var
|
|
3415
|
-
if (!
|
|
3414
|
+
var v = a[h] || e[h];
|
|
3415
|
+
if (!v)
|
|
3416
3416
|
throw new Error('"'.concat(h, "\" is not a recognized type. Use `addCard` instead.'"));
|
|
3417
|
-
if (g.type &&
|
|
3417
|
+
if (g.type && v.type !== g.type)
|
|
3418
3418
|
throw new Error("Cannot overwrite type parameter.");
|
|
3419
|
-
var b = (0, s.clone)(
|
|
3419
|
+
var b = (0, s.clone)(v);
|
|
3420
3420
|
b = t(t({}, b), g), a[b.type] = b;
|
|
3421
3421
|
}, f.changeOrder = function(h, g) {
|
|
3422
|
-
var
|
|
3423
|
-
u.splice(
|
|
3422
|
+
var v = m(h);
|
|
3423
|
+
u.splice(v, 1), u.splice(g, 0, h);
|
|
3424
3424
|
}, f.resetModifications = function() {
|
|
3425
3425
|
u = (0, s.clone)(c), a = {};
|
|
3426
3426
|
}, f.types = o, et = f, et;
|
|
@@ -3598,7 +3598,7 @@ class xc {
|
|
|
3598
3598
|
this.ev = e, this.element = document.createElement("div"), this.element.classList.add(_t.googlePay, _t.hidden);
|
|
3599
3599
|
}
|
|
3600
3600
|
init(e) {
|
|
3601
|
-
return
|
|
3601
|
+
return C(this, null, function* () {
|
|
3602
3602
|
e && (yield this.ev.initGoogle(e), yield this.ev.renderGoogle(this.element), this.element.classList.remove(_t.hidden), this.events.ready.emit());
|
|
3603
3603
|
});
|
|
3604
3604
|
}
|
|
@@ -3623,12 +3623,12 @@ class Ec {
|
|
|
3623
3623
|
}
|
|
3624
3624
|
// init
|
|
3625
3625
|
init(e) {
|
|
3626
|
-
return
|
|
3626
|
+
return C(this, null, function* () {
|
|
3627
3627
|
e && (yield this.paypal.init({
|
|
3628
3628
|
clientId: e.clientId,
|
|
3629
3629
|
vault: !0
|
|
3630
|
-
}), yield this.paypal.render(this.element, M(
|
|
3631
|
-
onApprove: (r) =>
|
|
3630
|
+
}), yield this.paypal.render(this.element, M(T({}, e), {
|
|
3631
|
+
onApprove: (r) => C(this, [r], function* ({ billingToken: n }) {
|
|
3632
3632
|
var i;
|
|
3633
3633
|
(i = e.onSuccess) == null || i.call(e, n || "");
|
|
3634
3634
|
}),
|
|
@@ -3711,23 +3711,23 @@ class Ac {
|
|
|
3711
3711
|
stroke-linecap='round'
|
|
3712
3712
|
stroke-linejoin='round'
|
|
3713
3713
|
viewBox='0 0 30 20'
|
|
3714
|
-
class='${
|
|
3714
|
+
class='${A.svg}'
|
|
3715
3715
|
>
|
|
3716
3716
|
<rect x='1' y='1' width='28' height='18' rx='2' ry='2'></rect>
|
|
3717
3717
|
<line x1='1' y1='8' x2='27' y2='8'></line>
|
|
3718
3718
|
</svg>
|
|
3719
|
-
<span class="${
|
|
3719
|
+
<span class="${A.srOnly}">Pay with</span>
|
|
3720
3720
|
`);
|
|
3721
3721
|
l(this, "element", document.createElement("div"));
|
|
3722
|
-
this.element.classList.add(
|
|
3722
|
+
this.element.classList.add(A.card), this.element.innerHTML = this.template;
|
|
3723
3723
|
}
|
|
3724
3724
|
render() {
|
|
3725
3725
|
return this.element;
|
|
3726
3726
|
}
|
|
3727
3727
|
}
|
|
3728
|
-
const
|
|
3729
|
-
button:
|
|
3730
|
-
press:
|
|
3728
|
+
const Ic = "_button_1br9w_1", Vc = "_press_1br9w_21", yt = {
|
|
3729
|
+
button: Ic,
|
|
3730
|
+
press: Vc
|
|
3731
3731
|
};
|
|
3732
3732
|
class Sc {
|
|
3733
3733
|
constructor(e) {
|
|
@@ -3769,8 +3769,8 @@ const Mc = (t, e, n) => e.concat(t.filter((r) => e.every((i) => !n(r, i)))), yn
|
|
|
3769
3769
|
order: 4,
|
|
3770
3770
|
is_active: !0
|
|
3771
3771
|
}
|
|
3772
|
-
], Pc = (t) =>
|
|
3773
|
-
var s, a, o, c, u, d, p, m, f, h, g,
|
|
3772
|
+
], Pc = (t) => C(void 0, null, function* () {
|
|
3773
|
+
var s, a, o, c, u, d, p, m, f, h, g, v, b, L, y, I, x, V, S, w, P, R, N, ae, G, oe, J, Te, Ae, Ce, Z, K, pe, he, me, fe, ge, ye, ve, X, re, ie, Q, ee, je, qe, Ke, Be, Fe, ze, $e, Ge, Ue, He, Ze, bn, Cn, xn, wn, kn, En, Ln, Tn, An, In, Vn, Sn, Mn, _n, Pn, Dn, Nn, Rn, On, jn, qn, Kn, Bn, Fn, zn, $n, Gn, Un, Hn, Zn, Yn, Wn, Jn, Xn, Qn, er, tr, nr, rr, ir, sr, ar, or, lr, cr, dr, ur, pr, hr, mr, fr, gr, yr, vr, br, Cr, xr;
|
|
3774
3774
|
const e = `${yn.apiBase}/payments/create`, n = new Headers();
|
|
3775
3775
|
return n.append("Content-Type", "application/json"), console.log("----- payment data: ", t), yield (yield fetch(e, {
|
|
3776
3776
|
method: "POST",
|
|
@@ -3782,9 +3782,9 @@ const Mc = (t, e, n) => e.concat(t.filter((r) => e.every((i) => !n(r, i)))), yn
|
|
|
3782
3782
|
name: (a = (s = t.applePay) == null ? void 0 : s.billingContact) != null && a.givenName ? ((d = (u = t.applePay) == null ? void 0 : u.billingContact) == null ? void 0 : d.givenName) + " " + ((m = (p = t.applePay) == null ? void 0 : p.billingContact) == null ? void 0 : m.familyName) : (c = (o = t.card) == null ? void 0 : o.metadata) == null ? void 0 : c.name,
|
|
3783
3783
|
phone: (h = (f = t.applePay) == null ? void 0 : f.shippingContact) == null ? void 0 : h.phoneNumber,
|
|
3784
3784
|
billing_address: t.applePay || t.googlePay ? {
|
|
3785
|
-
city: ((
|
|
3786
|
-
country: ((
|
|
3787
|
-
line1: ((P = (
|
|
3785
|
+
city: ((v = (g = t.applePay) == null ? void 0 : g.billingContact) == null ? void 0 : v.locality) || ((L = (b = t == null ? void 0 : t.googlePay) == null ? void 0 : b.billingAddress) == null ? void 0 : L.locality),
|
|
3786
|
+
country: ((I = (y = t.applePay) == null ? void 0 : y.billingContact) == null ? void 0 : I.countryCode) || ((V = (x = t == null ? void 0 : t.googlePay) == null ? void 0 : x.billingAddress) == null ? void 0 : V.countryCode),
|
|
3787
|
+
line1: ((P = (w = (S = t.applePay) == null ? void 0 : S.billingContact) == null ? void 0 : w.addressLines) == null ? void 0 : P.at(0)) || ((N = (R = t == null ? void 0 : t.googlePay) == null ? void 0 : R.billingAddress) == null ? void 0 : N.address1),
|
|
3788
3788
|
line2: ((oe = (G = (ae = t.applePay) == null ? void 0 : ae.billingContact) == null ? void 0 : G.addressLines) == null ? void 0 : oe.at(1)) || ((Te = (J = t == null ? void 0 : t.googlePay) == null ? void 0 : J.billingAddress) == null ? void 0 : Te.address2),
|
|
3789
3789
|
postal_code: ((Ce = (Ae = t.applePay) == null ? void 0 : Ae.billingContact) == null ? void 0 : Ce.postalCode) || ((K = (Z = t == null ? void 0 : t.googlePay) == null ? void 0 : Z.billingAddress) == null ? void 0 : K.postalCode),
|
|
3790
3790
|
state: ((he = (pe = t.applePay) == null ? void 0 : pe.billingContact) == null ? void 0 : he.administrativeArea) || ((fe = (me = t == null ? void 0 : t.googlePay) == null ? void 0 : me.billingAddress) == null ? void 0 : fe.administrativeArea)
|
|
@@ -3797,7 +3797,7 @@ const Mc = (t, e, n) => e.concat(t.filter((r) => e.every((i) => !n(r, i)))), yn
|
|
|
3797
3797
|
currency_code: ((ze = t.card) == null ? void 0 : ze.currency) || ((Ge = ($e = t.googlePay) == null ? void 0 : $e.card) == null ? void 0 : Ge.currency) || ((He = (Ue = t.applePay) == null ? void 0 : Ue.card) == null ? void 0 : He.currency),
|
|
3798
3798
|
funding: ((Ze = t.card) == null ? void 0 : Ze.funding) || ((Cn = (bn = t.googlePay) == null ? void 0 : bn.card) == null ? void 0 : Cn.funding) || ((wn = (xn = t.applePay) == null ? void 0 : xn.card) == null ? void 0 : wn.funding),
|
|
3799
3799
|
issuer: ((kn = t.card) == null ? void 0 : kn.issuer) || ((Ln = (En = t.googlePay) == null ? void 0 : En.card) == null ? void 0 : Ln.issuer) || ((An = (Tn = t.applePay) == null ? void 0 : Tn.card) == null ? void 0 : An.issuer),
|
|
3800
|
-
type: ((
|
|
3800
|
+
type: ((In = t.card) == null ? void 0 : In.type) || ((Sn = (Vn = t.googlePay) == null ? void 0 : Vn.card) == null ? void 0 : Sn.segment) || ((_n = (Mn = t.applePay) == null ? void 0 : Mn.card) == null ? void 0 : _n.segment)
|
|
3801
3801
|
},
|
|
3802
3802
|
cvc: (Pn = t.card) == null ? void 0 : Pn.cvc,
|
|
3803
3803
|
exp_month: (Dn = t.card) != null && Dn.expMonth || (Rn = (Nn = t.googlePay) == null ? void 0 : Nn.card) != null && Rn.expiry.month ? Number(((On = t.card) == null ? void 0 : On.expMonth) || ((qn = (jn = t.googlePay) == null ? void 0 : jn.card) == null ? void 0 : qn.expiry.month)) : void 0,
|
|
@@ -3824,14 +3824,14 @@ const Mc = (t, e, n) => e.concat(t.filter((r) => e.every((i) => !n(r, i)))), yn
|
|
|
3824
3824
|
} : void 0
|
|
3825
3825
|
})
|
|
3826
3826
|
})).json();
|
|
3827
|
-
}), Dc = (t) =>
|
|
3827
|
+
}), Dc = (t) => C(void 0, null, function* () {
|
|
3828
3828
|
const e = `${yn.apiBase}/payments/create/billing/agreement`, n = new Headers();
|
|
3829
3829
|
return n.append("Content-Type", "application/json"), (yield (yield fetch(e, {
|
|
3830
3830
|
method: "POST",
|
|
3831
3831
|
headers: n,
|
|
3832
3832
|
body: JSON.stringify({ client_session: t })
|
|
3833
3833
|
})).json()).paypal_agreement_token_response.token_id || "";
|
|
3834
|
-
}), Nc = (t) =>
|
|
3834
|
+
}), Nc = (t) => C(void 0, null, function* () {
|
|
3835
3835
|
const e = `${yn.apiBase}/payments/config?client_session_id=${t}`, r = yield (yield fetch(e)).json();
|
|
3836
3836
|
return r.checkout_config || (r.checkout_config = _c), r;
|
|
3837
3837
|
});
|
|
@@ -3853,10 +3853,10 @@ class Rc {
|
|
|
3853
3853
|
cancel: new $(),
|
|
3854
3854
|
success: new $()
|
|
3855
3855
|
});
|
|
3856
|
-
this.config = e, this.applePay = new ic(e.service.ev), this.paypal = new Ec(e.service.paypal), this.googlePay = new xc(e.service.ev), this.card = new Sc(e.state.translate), this.buttons = document.createElement("div"), this.buttons.classList.add(
|
|
3856
|
+
this.config = e, this.applePay = new ic(e.service.ev), this.paypal = new Ec(e.service.paypal), this.googlePay = new xc(e.service.ev), this.card = new Sc(e.state.translate), this.buttons = document.createElement("div"), this.buttons.classList.add(Vt.buttons, Vt.hidden);
|
|
3857
3857
|
}
|
|
3858
3858
|
init() {
|
|
3859
|
-
return
|
|
3859
|
+
return C(this, null, function* () {
|
|
3860
3860
|
this.config.state.transaction.subscribe(() => {
|
|
3861
3861
|
this.config.service.ev.isReady && this.initPaymentMethods().catch(console.error);
|
|
3862
3862
|
}), this.config.state.checkout.subscribe(() => {
|
|
@@ -3867,7 +3867,7 @@ class Rc {
|
|
|
3867
3867
|
});
|
|
3868
3868
|
}
|
|
3869
3869
|
initApple() {
|
|
3870
|
-
return
|
|
3870
|
+
return C(this, null, function* () {
|
|
3871
3871
|
this.isAppleReady = !1, this.buttons.appendChild(this.applePay.render());
|
|
3872
3872
|
const e = this.config.state.transaction.getState(), { locale: n, supportedCardTypes: r } = this.config.state.checkout.getState(), i = yc(e);
|
|
3873
3873
|
try {
|
|
@@ -3878,7 +3878,7 @@ class Rc {
|
|
|
3878
3878
|
locale: Lc(n || "en"),
|
|
3879
3879
|
onError: () => this.events.error.emit(),
|
|
3880
3880
|
onCancel: () => this.events.cancel.emit(),
|
|
3881
|
-
onSuccess: (s) => this.events.success.emit(M(
|
|
3881
|
+
onSuccess: (s) => this.events.success.emit(M(T({}, s), { type: "apple" }))
|
|
3882
3882
|
});
|
|
3883
3883
|
} catch (s) {
|
|
3884
3884
|
console.error(s);
|
|
@@ -3888,7 +3888,7 @@ class Rc {
|
|
|
3888
3888
|
});
|
|
3889
3889
|
}
|
|
3890
3890
|
initGoogle() {
|
|
3891
|
-
return
|
|
3891
|
+
return C(this, null, function* () {
|
|
3892
3892
|
this.isGoogleReady = !1, this.buttons.appendChild(this.googlePay.render());
|
|
3893
3893
|
const e = this.config.state.transaction.getState(), { locale: n } = this.config.state.checkout.getState(), r = gc(e);
|
|
3894
3894
|
try {
|
|
@@ -3898,7 +3898,7 @@ class Rc {
|
|
|
3898
3898
|
locale: Tc(n || "en"),
|
|
3899
3899
|
onError: () => this.events.error.emit(),
|
|
3900
3900
|
onCancel: () => this.events.cancel.emit(),
|
|
3901
|
-
onSuccess: (i) => this.events.success.emit(M(
|
|
3901
|
+
onSuccess: (i) => this.events.success.emit(M(T({}, i), { type: "google" }))
|
|
3902
3902
|
});
|
|
3903
3903
|
} catch (i) {
|
|
3904
3904
|
console.error(i);
|
|
@@ -3908,10 +3908,10 @@ class Rc {
|
|
|
3908
3908
|
});
|
|
3909
3909
|
}
|
|
3910
3910
|
initPayPal() {
|
|
3911
|
-
return
|
|
3911
|
+
return C(this, null, function* () {
|
|
3912
3912
|
var i, s;
|
|
3913
3913
|
this.isPayPalReady = !1, this.buttons.appendChild(this.paypal.render());
|
|
3914
|
-
const e = this.config.state.transaction.getState(), n = this.config.state.checkout.getState().clientToken, r = () =>
|
|
3914
|
+
const e = this.config.state.transaction.getState(), n = this.config.state.checkout.getState().clientToken, r = () => C(this, null, function* () {
|
|
3915
3915
|
return yield Dc(n);
|
|
3916
3916
|
});
|
|
3917
3917
|
try {
|
|
@@ -3933,12 +3933,12 @@ class Rc {
|
|
|
3933
3933
|
});
|
|
3934
3934
|
}
|
|
3935
3935
|
initCard() {
|
|
3936
|
-
return
|
|
3936
|
+
return C(this, null, function* () {
|
|
3937
3937
|
this.buttons.appendChild(this.card.render());
|
|
3938
3938
|
});
|
|
3939
3939
|
}
|
|
3940
3940
|
initPaymentMethods() {
|
|
3941
|
-
return
|
|
3941
|
+
return C(this, null, function* () {
|
|
3942
3942
|
const e = this.config.state.transaction.getState(), r = Mc(sc, (e == null ? void 0 : e.checkout_config) || [], (i, s) => i.type === s.type).filter(({ is_active: i }) => i).sort((i, s) => i.order - s.order).map(({ type: i }) => {
|
|
3943
3943
|
switch (i) {
|
|
3944
3944
|
case "apple-pay":
|
|
@@ -3963,7 +3963,7 @@ class Rc {
|
|
|
3963
3963
|
return this.events[e].addListener(n);
|
|
3964
3964
|
}
|
|
3965
3965
|
showButton() {
|
|
3966
|
-
this.buttons.classList.remove(
|
|
3966
|
+
this.buttons.classList.remove(Vt.hidden);
|
|
3967
3967
|
}
|
|
3968
3968
|
render() {
|
|
3969
3969
|
return this.buttons;
|
|
@@ -3982,14 +3982,14 @@ class Oc {
|
|
|
3982
3982
|
stroke-width='2'
|
|
3983
3983
|
stroke-linecap='round'
|
|
3984
3984
|
stroke-linejoin='round'
|
|
3985
|
-
class='${
|
|
3985
|
+
class='${A.back}'
|
|
3986
3986
|
>
|
|
3987
3987
|
<polyline points='15 18 9 12 15 6'></polyline>
|
|
3988
3988
|
</svg>
|
|
3989
|
-
<span class="${
|
|
3989
|
+
<span class="${A.srOnly}">Back</span>
|
|
3990
3990
|
`);
|
|
3991
3991
|
l(this, "element", document.createElement("div"));
|
|
3992
|
-
this.element.classList.add(
|
|
3992
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
3993
3993
|
}
|
|
3994
3994
|
render() {
|
|
3995
3995
|
return this.element;
|
|
@@ -4063,10 +4063,10 @@ class vn {
|
|
|
4063
4063
|
</g>
|
|
4064
4064
|
</g>
|
|
4065
4065
|
</svg>
|
|
4066
|
-
<span class="${
|
|
4066
|
+
<span class="${A.srOnly}">Warning</span>
|
|
4067
4067
|
`);
|
|
4068
4068
|
l(this, "element", document.createElement("div"));
|
|
4069
|
-
this.element.classList.add(
|
|
4069
|
+
this.element.classList.add(A.warning), this.element.innerHTML = this.template;
|
|
4070
4070
|
}
|
|
4071
4071
|
render() {
|
|
4072
4072
|
return this.element;
|
|
@@ -4105,7 +4105,7 @@ class id {
|
|
|
4105
4105
|
}), this.render());
|
|
4106
4106
|
}
|
|
4107
4107
|
toggleLabelError(e) {
|
|
4108
|
-
return
|
|
4108
|
+
return C(this, null, function* () {
|
|
4109
4109
|
if (e) {
|
|
4110
4110
|
this.inputContainer.classList.add(O.errorInput), this.endContent.classList.remove(O.hidden), this.labelError.classList.remove(O.hidden), yield j(this.labelError, z.open, z.transition);
|
|
4111
4111
|
return;
|
|
@@ -4157,7 +4157,7 @@ class gd {
|
|
|
4157
4157
|
fill='rgb(220 38 38)'
|
|
4158
4158
|
role='presentation'
|
|
4159
4159
|
viewBox='0 0 30 20'
|
|
4160
|
-
class='${
|
|
4160
|
+
class='${A.svg}'
|
|
4161
4161
|
>
|
|
4162
4162
|
<g clip-path='url(#clip0_184_11820)'>
|
|
4163
4163
|
<path
|
|
@@ -4176,10 +4176,10 @@ class gd {
|
|
|
4176
4176
|
</clip-path>
|
|
4177
4177
|
</defs>
|
|
4178
4178
|
</svg>
|
|
4179
|
-
<span class="${
|
|
4179
|
+
<span class="${A.srOnly}">Unknown card</span>
|
|
4180
4180
|
`);
|
|
4181
4181
|
l(this, "element", document.createElement("div"));
|
|
4182
|
-
this.element.classList.add(
|
|
4182
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4183
4183
|
}
|
|
4184
4184
|
render() {
|
|
4185
4185
|
return this.element;
|
|
@@ -4188,7 +4188,7 @@ class gd {
|
|
|
4188
4188
|
class yd {
|
|
4189
4189
|
constructor() {
|
|
4190
4190
|
l(this, "template", `
|
|
4191
|
-
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16' class='${
|
|
4191
|
+
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16' class='${A.svg}'>
|
|
4192
4192
|
<g fill='none' fill-rule='evenodd'>
|
|
4193
4193
|
<rect fill='#016fd0' height='16' rx='2' width='24' />
|
|
4194
4194
|
<path
|
|
@@ -4213,10 +4213,10 @@ class yd {
|
|
|
4213
4213
|
</g>
|
|
4214
4214
|
</g>
|
|
4215
4215
|
</svg>
|
|
4216
|
-
<span class="${
|
|
4216
|
+
<span class="${A.srOnly}">Amex</span>
|
|
4217
4217
|
`);
|
|
4218
4218
|
l(this, "element", document.createElement("div"));
|
|
4219
|
-
this.element.classList.add(
|
|
4219
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4220
4220
|
}
|
|
4221
4221
|
render() {
|
|
4222
4222
|
return this.element;
|
|
@@ -4232,7 +4232,7 @@ class vd {
|
|
|
4232
4232
|
height='16px'
|
|
4233
4233
|
viewBox='0 0 24 16'
|
|
4234
4234
|
version='1.1'
|
|
4235
|
-
class='${
|
|
4235
|
+
class='${A.svg}'
|
|
4236
4236
|
>
|
|
4237
4237
|
<g id='319' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'>
|
|
4238
4238
|
<g id='New-Icons' transform='translate(-320.000000, -280.000000)' fill-rule='nonzero'>
|
|
@@ -4263,10 +4263,10 @@ class vd {
|
|
|
4263
4263
|
</g>
|
|
4264
4264
|
</g>
|
|
4265
4265
|
</svg>
|
|
4266
|
-
<span class="${
|
|
4266
|
+
<span class="${A.srOnly}">Diners Club</span>
|
|
4267
4267
|
`);
|
|
4268
4268
|
l(this, "element", document.createElement("div"));
|
|
4269
|
-
this.element.classList.add(
|
|
4269
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4270
4270
|
}
|
|
4271
4271
|
render() {
|
|
4272
4272
|
return this.element;
|
|
@@ -4282,7 +4282,7 @@ class bd {
|
|
|
4282
4282
|
height='16px'
|
|
4283
4283
|
viewBox='0 0 24 16'
|
|
4284
4284
|
version='1.1'
|
|
4285
|
-
class='${
|
|
4285
|
+
class='${A.svg}'
|
|
4286
4286
|
>
|
|
4287
4287
|
<g id='319' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'>
|
|
4288
4288
|
<g id='New-Icons' transform='translate(-280.000000, -280.000000)' fill-rule='nonzero'>
|
|
@@ -4318,10 +4318,10 @@ class bd {
|
|
|
4318
4318
|
</g>
|
|
4319
4319
|
</g>
|
|
4320
4320
|
</svg>
|
|
4321
|
-
<span class="${
|
|
4321
|
+
<span class="${A.srOnly}">Discover</span>
|
|
4322
4322
|
`);
|
|
4323
4323
|
l(this, "element", document.createElement("div"));
|
|
4324
|
-
this.element.classList.add(
|
|
4324
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4325
4325
|
}
|
|
4326
4326
|
render() {
|
|
4327
4327
|
return this.element;
|
|
@@ -4330,7 +4330,7 @@ class bd {
|
|
|
4330
4330
|
class Cd {
|
|
4331
4331
|
constructor() {
|
|
4332
4332
|
l(this, "template", `
|
|
4333
|
-
<svg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 23 16' width='23' class='${
|
|
4333
|
+
<svg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 23 16' width='23' class='${A.svg}'>
|
|
4334
4334
|
<g fill='none'>
|
|
4335
4335
|
<path
|
|
4336
4336
|
d='m.20535714 16h4.51785715c1.0278125 0 2.25892857-1.1946667 2.25892857-2.1333333v-13.8666667h-4.51785715c-1.0278125 0-2.25892857 1.19466667-2.25892857 3.2z'
|
|
@@ -4358,10 +4358,10 @@ class Cd {
|
|
|
4358
4358
|
/>
|
|
4359
4359
|
</g>
|
|
4360
4360
|
</svg>
|
|
4361
|
-
<span class="${
|
|
4361
|
+
<span class="${A.srOnly}">JCB</span>
|
|
4362
4362
|
`);
|
|
4363
4363
|
l(this, "element", document.createElement("div"));
|
|
4364
|
-
this.element.classList.add(
|
|
4364
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4365
4365
|
}
|
|
4366
4366
|
render() {
|
|
4367
4367
|
return this.element;
|
|
@@ -4370,7 +4370,7 @@ class Cd {
|
|
|
4370
4370
|
class xd {
|
|
4371
4371
|
constructor() {
|
|
4372
4372
|
l(this, "template", `
|
|
4373
|
-
<svg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 24 16' width='24' class='${
|
|
4373
|
+
<svg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 24 16' width='24' class='${A.svg}'>
|
|
4374
4374
|
<g fill='none' fill-rule='evenodd'>
|
|
4375
4375
|
<rect fill='#252525' height='16' rx='2' width='24' />
|
|
4376
4376
|
<circle cx='9' cy='8' fill='#eb001b' r='5' />
|
|
@@ -4381,10 +4381,10 @@ class xd {
|
|
|
4381
4381
|
/>
|
|
4382
4382
|
</g>
|
|
4383
4383
|
</svg>
|
|
4384
|
-
<span class="${
|
|
4384
|
+
<span class="${A.srOnly}">MasterCard</span>
|
|
4385
4385
|
`);
|
|
4386
4386
|
l(this, "element", document.createElement("div"));
|
|
4387
|
-
this.element.classList.add(
|
|
4387
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4388
4388
|
}
|
|
4389
4389
|
render() {
|
|
4390
4390
|
return this.element;
|
|
@@ -4393,7 +4393,7 @@ class xd {
|
|
|
4393
4393
|
class wd {
|
|
4394
4394
|
constructor() {
|
|
4395
4395
|
l(this, "template", `
|
|
4396
|
-
<svg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 24 16' width='24' class='${
|
|
4396
|
+
<svg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 24 16' width='24' class='${A.svg}'>
|
|
4397
4397
|
<g fill='none'>
|
|
4398
4398
|
<path
|
|
4399
4399
|
d='m4.54588254.00006676h5.79377466c.8087588 0 1.3117793.72566459 1.1231113 1.61890981l-2.69741608 12.74856503c-.19036262.8901361-1.00010994 1.6164225-1.80943362 1.6164225h-5.79320976c-.80762905 0-1.31177937-.7262864-1.12311135-1.6164225l2.69854581-12.74856503c.18866803-.89324522.9979917-1.61890981 1.80773904-1.61890981'
|
|
@@ -4413,10 +4413,10 @@ class wd {
|
|
|
4413
4413
|
/>
|
|
4414
4414
|
</g>
|
|
4415
4415
|
</svg>
|
|
4416
|
-
<span class="${
|
|
4416
|
+
<span class="${A.srOnly}">Union Pay</span>
|
|
4417
4417
|
`);
|
|
4418
4418
|
l(this, "element", document.createElement("div"));
|
|
4419
|
-
this.element.classList.add(
|
|
4419
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4420
4420
|
}
|
|
4421
4421
|
render() {
|
|
4422
4422
|
return this.element;
|
|
@@ -4432,7 +4432,7 @@ class kd {
|
|
|
4432
4432
|
height='16px'
|
|
4433
4433
|
viewBox='0 0 24 16'
|
|
4434
4434
|
version='1.1'
|
|
4435
|
-
class='${
|
|
4435
|
+
class='${A.svg}'
|
|
4436
4436
|
>
|
|
4437
4437
|
<g id='319' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'>
|
|
4438
4438
|
<g id='New-Icons' transform='translate(-80.000000, -280.000000)' fill-rule='nonzero'>
|
|
@@ -4462,10 +4462,10 @@ class kd {
|
|
|
4462
4462
|
</g>
|
|
4463
4463
|
</g>
|
|
4464
4464
|
</svg>
|
|
4465
|
-
<span class="${
|
|
4465
|
+
<span class="${A.srOnly}">Visa</span>
|
|
4466
4466
|
`);
|
|
4467
4467
|
l(this, "element", document.createElement("div"));
|
|
4468
|
-
this.element.classList.add(
|
|
4468
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4469
4469
|
}
|
|
4470
4470
|
render() {
|
|
4471
4471
|
return this.element;
|
|
@@ -4523,7 +4523,7 @@ class Ed {
|
|
|
4523
4523
|
}), this.render();
|
|
4524
4524
|
}
|
|
4525
4525
|
toggleLabelError(e) {
|
|
4526
|
-
return
|
|
4526
|
+
return C(this, null, function* () {
|
|
4527
4527
|
if (e) {
|
|
4528
4528
|
this.inputContainer.classList.add(_.errorInput), this.labelError.classList.remove(_.hidden), yield j(this.labelError, z.open, z.transition);
|
|
4529
4529
|
return;
|
|
@@ -4532,7 +4532,7 @@ class Ed {
|
|
|
4532
4532
|
});
|
|
4533
4533
|
}
|
|
4534
4534
|
toggleErrorMessage(e) {
|
|
4535
|
-
return
|
|
4535
|
+
return C(this, null, function* () {
|
|
4536
4536
|
if (e) {
|
|
4537
4537
|
this.inputContainer.classList.add(_.errorInput), this.error.textContent = this.errorMessage, this.error.classList.remove(_.hidden), yield j(this.error, Y.open, Y.transition);
|
|
4538
4538
|
return;
|
|
@@ -4586,12 +4586,12 @@ class Ed {
|
|
|
4586
4586
|
return this.toggleLabelError(n), this.toggleErrorMessage(r), !n && !r ? (this.inputContainer.classList.remove(_.errorInput), this.endContent.innerHTML = "", this.endContent.append(...this.getCardIcons())) : (this.endContent.innerHTML = "", this.endContent.appendChild(this.unknownCard.render())), this.isDisabled ? (this.inputContainer.classList.add(_.disabled), this.input.classList.add(_.disabledInput)) : (this.inputContainer.classList.remove(_.disabled), this.input.classList.remove(_.disabledInput)), this.element;
|
|
4587
4587
|
}
|
|
4588
4588
|
}
|
|
4589
|
-
const Ld = "_inputContainer_1xdj3_5", Td = "_input_1xdj3_5", Ad = "_endContent_1xdj3_20",
|
|
4589
|
+
const Ld = "_inputContainer_1xdj3_5", Td = "_input_1xdj3_5", Ad = "_endContent_1xdj3_20", Id = "_errorInput_1xdj3_24", Vd = "_error_1xdj3_24", Sd = "_label_1xdj3_32", Md = "_labelError_1xdj3_36", _d = "_disabled_1xdj3_40", Pd = "_disabledInput_1xdj3_44", Dd = "_hidden_1xdj3_51", Nd = "_securityContent_1xdj3_55", k = {
|
|
4590
4590
|
inputContainer: Ld,
|
|
4591
4591
|
input: Td,
|
|
4592
4592
|
endContent: Ad,
|
|
4593
|
-
errorInput:
|
|
4594
|
-
error:
|
|
4593
|
+
errorInput: Id,
|
|
4594
|
+
error: Vd,
|
|
4595
4595
|
label: Sd,
|
|
4596
4596
|
labelError: Md,
|
|
4597
4597
|
disabled: _d,
|
|
@@ -4602,7 +4602,7 @@ const Ld = "_inputContainer_1xdj3_5", Td = "_input_1xdj3_5", Ad = "_endContent_1
|
|
|
4602
4602
|
class Rd {
|
|
4603
4603
|
constructor() {
|
|
4604
4604
|
l(this, "template", `
|
|
4605
|
-
<svg class='${
|
|
4605
|
+
<svg class='${A.svg}' focusable='false' viewBox='0 0 32 21' role='img' aria-label='CVC'>
|
|
4606
4606
|
<title>CVC</title>
|
|
4607
4607
|
<g fill='none' fill-rule='evenodd'>
|
|
4608
4608
|
<g fill='#565656'>
|
|
@@ -4619,10 +4619,10 @@ class Rd {
|
|
|
4619
4619
|
</g>
|
|
4620
4620
|
</g>
|
|
4621
4621
|
</svg>
|
|
4622
|
-
<span class="${
|
|
4622
|
+
<span class="${A.srOnly}">Card CVC</span>
|
|
4623
4623
|
`);
|
|
4624
4624
|
l(this, "element", document.createElement("div"));
|
|
4625
|
-
this.element.classList.add(
|
|
4625
|
+
this.element.classList.add(A.container), this.element.innerHTML = this.template;
|
|
4626
4626
|
}
|
|
4627
4627
|
render() {
|
|
4628
4628
|
return this.element;
|
|
@@ -4665,9 +4665,9 @@ class Od {
|
|
|
4665
4665
|
});
|
|
4666
4666
|
this.translate = e;
|
|
4667
4667
|
const n = e.messages();
|
|
4668
|
-
this.element = document.createElement("div"), this.element.classList.add(
|
|
4668
|
+
this.element = document.createElement("div"), this.element.classList.add(k.securityContent), this.expiryInputContainer.classList.add(k.inputContainer), this.expiryInput.setAttribute("id", this.expiryId), this.expiryInput.setAttribute("auto-complete", "cc-expiry"), this.expiryInput.setAttribute("placeholder", n.card.expiry.placeholder), this.expiryInput.classList.add(k.input), this.expiryEndContent.classList.add(k.endContent), this.expiryEndContent.appendChild(this.warning.render()), this.expiryInputContainer.append(this.expiryInput, this.expiryEndContent), this.expiryLabel.setAttribute("for", this.expiryId), this.expiryLabel.classList.add(k.label), this.expiryLabelText.textContent = n.card.expiry.label, this.expiryLabelError.textContent = n.card.expiry.error.required, this.expiryLabelError.classList.add(k.labelError, k.hidden), this.expiryLabel.append(this.expiryLabelText, this.expiryLabelError), this.expiryError.classList.add(k.error, k.hidden);
|
|
4669
4669
|
const r = document.createElement("div");
|
|
4670
|
-
r.appendChild(this.cvcError), this.cvcInputContainer.classList.add(
|
|
4670
|
+
r.appendChild(this.cvcError), this.cvcInputContainer.classList.add(k.inputContainer), this.cvcInput.setAttribute("id", this.cvcId), this.cvcInput.setAttribute("auto-complete", "cc-cvc"), this.cvcInput.setAttribute("placeholder", n.card.cvc.placeholder), this.cvcInput.classList.add(k.input), this.cvcEndContent.classList.add(k.endContent), this.cvcEndContent.appendChild(this.cardCvc.render()), this.cvcInputContainer.append(this.cvcInput, this.cvcEndContent), this.cvcLabel.setAttribute("for", this.cvcId), this.cvcLabel.classList.add(k.label), this.cvcLabelText.textContent = n.card.cvc.label, this.cvcLabelError.textContent = n.card.cvc.error.required, this.cvcLabelError.classList.add(k.labelError, k.hidden), this.cvcLabel.append(this.cvcLabelText, this.cvcLabelError), this.cvcError.classList.add(k.error, k.hidden);
|
|
4671
4671
|
const i = document.createElement("div");
|
|
4672
4672
|
i.appendChild(this.cvcError), this.element.append(
|
|
4673
4673
|
this.expiryLabel,
|
|
@@ -4717,18 +4717,18 @@ class Od {
|
|
|
4717
4717
|
}), this.cvcInput.value = n, this.render();
|
|
4718
4718
|
}
|
|
4719
4719
|
toggleCvcLabelError(e) {
|
|
4720
|
-
return
|
|
4720
|
+
return C(this, null, function* () {
|
|
4721
4721
|
if (e) {
|
|
4722
|
-
this.cvcInputContainer.classList.add(
|
|
4722
|
+
this.cvcInputContainer.classList.add(k.errorInput), this.cvcLabelError.classList.remove(k.hidden), yield j(this.cvcLabelError, z.open, z.transition);
|
|
4723
4723
|
return;
|
|
4724
4724
|
}
|
|
4725
4725
|
yield j(this.cvcLabelError, z.close, z.transition);
|
|
4726
4726
|
});
|
|
4727
4727
|
}
|
|
4728
4728
|
toggleCvcErrorMessage(e) {
|
|
4729
|
-
return
|
|
4729
|
+
return C(this, null, function* () {
|
|
4730
4730
|
if (e) {
|
|
4731
|
-
this.cvcInputContainer.classList.add(
|
|
4731
|
+
this.cvcInputContainer.classList.add(k.errorInput), this.cvcError.textContent = this.cvcErrorMessage, this.cvcError.classList.remove(k.hidden), yield j(this.cvcError, Y.open, Y.transition);
|
|
4732
4732
|
return;
|
|
4733
4733
|
}
|
|
4734
4734
|
yield j(this.cvcError, Y.close, Y.transition);
|
|
@@ -4764,28 +4764,28 @@ class Od {
|
|
|
4764
4764
|
}), this.expiryPrevValue = n, this.expiryInput.value = n, this.render();
|
|
4765
4765
|
}
|
|
4766
4766
|
toggleExpiryLabelError(e) {
|
|
4767
|
-
return
|
|
4767
|
+
return C(this, null, function* () {
|
|
4768
4768
|
if (e) {
|
|
4769
|
-
this.expiryInputContainer.classList.add(
|
|
4769
|
+
this.expiryInputContainer.classList.add(k.errorInput), this.expiryLabelError.classList.remove(k.hidden), yield j(this.expiryLabelError, z.open, z.transition);
|
|
4770
4770
|
return;
|
|
4771
4771
|
}
|
|
4772
|
-
yield j(this.expiryLabelError, z.close, z.transition), this.expiryLabelError.classList.add(
|
|
4772
|
+
yield j(this.expiryLabelError, z.close, z.transition), this.expiryLabelError.classList.add(k.hidden);
|
|
4773
4773
|
});
|
|
4774
4774
|
}
|
|
4775
4775
|
toggleExpiryErrorMessage(e) {
|
|
4776
|
-
return
|
|
4776
|
+
return C(this, null, function* () {
|
|
4777
4777
|
if (e) {
|
|
4778
|
-
this.expiryInputContainer.classList.add(
|
|
4778
|
+
this.expiryInputContainer.classList.add(k.errorInput), this.expiryError.textContent = this.expiryErrorMessage, this.expiryError.classList.remove(k.hidden), yield j(this.expiryError, Y.open, Y.transition);
|
|
4779
4779
|
return;
|
|
4780
4780
|
}
|
|
4781
|
-
yield j(this.expiryError, Y.close, Y.transition), this.expiryError.classList.add(
|
|
4781
|
+
yield j(this.expiryError, Y.close, Y.transition), this.expiryError.classList.add(k.hidden);
|
|
4782
4782
|
});
|
|
4783
4783
|
}
|
|
4784
4784
|
addEventListener(e, n) {
|
|
4785
4785
|
return this.events[e].addListener(n);
|
|
4786
4786
|
}
|
|
4787
4787
|
disable(e) {
|
|
4788
|
-
e ? (this.expiryInput.setAttribute("disabled", "true"), this.expiryInput.classList.add(
|
|
4788
|
+
e ? (this.expiryInput.setAttribute("disabled", "true"), this.expiryInput.classList.add(k.disabledInput), this.expiryInputContainer.classList.add(k.disabled), this.cvcInput.setAttribute("disabled", "true"), this.cvcInput.classList.add(k.disabledInput), this.cvcInputContainer.classList.add(k.disabled)) : (this.expiryInput.removeAttribute("disabled"), this.expiryInput.classList.remove(k.disabledInput), this.expiryInputContainer.classList.remove(k.disabled), this.cvcInput.removeAttribute("disabled"), this.cvcInput.classList.remove(k.disabledInput), this.cvcInputContainer.classList.remove(k.disabled));
|
|
4789
4789
|
}
|
|
4790
4790
|
touchSubmit() {
|
|
4791
4791
|
this.isTouchSubmit = !0, this.render();
|
|
@@ -4805,9 +4805,9 @@ class Od {
|
|
|
4805
4805
|
}
|
|
4806
4806
|
render() {
|
|
4807
4807
|
const e = this.isTouchSubmit || this.isExpiryChanged, n = e && !this.isDisabled && this.isExpiryRequired, r = e && !this.isDisabled && !!this.expiryErrorMessage;
|
|
4808
|
-
this.toggleExpiryLabelError(n), this.toggleExpiryErrorMessage(r), !n && !r ? (this.expiryInputContainer.classList.remove(
|
|
4808
|
+
this.toggleExpiryLabelError(n), this.toggleExpiryErrorMessage(r), !n && !r ? (this.expiryInputContainer.classList.remove(k.errorInput), this.expiryEndContent.classList.add(k.hidden)) : this.expiryEndContent.classList.remove(k.hidden);
|
|
4809
4809
|
const i = this.isTouchSubmit || this.isCvcChanged, s = i && !this.isDisabled && this.isCvcRequired, a = i && !this.isDisabled && !!this.cvcErrorMessage;
|
|
4810
|
-
return this.toggleCvcLabelError(s), this.toggleCvcErrorMessage(a), !s && !a ? (this.cvcInputContainer.classList.remove(
|
|
4810
|
+
return this.toggleCvcLabelError(s), this.toggleCvcErrorMessage(a), !s && !a ? (this.cvcInputContainer.classList.remove(k.errorInput), this.cvcEndContent.innerHTML = "", this.cvcEndContent.appendChild(this.cardCvc.render())) : (this.cvcEndContent.innerHTML = "", this.cvcEndContent.appendChild(this.warning.render())), this.isDisabled ? (this.expiryInputContainer.classList.add(k.disabled), this.expiryInput.classList.add(k.disabledInput), this.cvcInputContainer.classList.add(k.disabled), this.cvcInput.classList.add(k.disabledInput)) : (this.expiryInputContainer.classList.remove(k.disabled), this.expiryInput.classList.remove(k.disabledInput), this.cvcInputContainer.classList.remove(k.disabled), this.cvcInput.classList.remove(k.disabledInput)), this.element;
|
|
4811
4811
|
}
|
|
4812
4812
|
}
|
|
4813
4813
|
const jd = "_container_94v1h_1", qd = "_title_94v1h_10", ai = {
|
|
@@ -4897,7 +4897,7 @@ class Bd {
|
|
|
4897
4897
|
viewBox='0 0 24 24'
|
|
4898
4898
|
width='24'
|
|
4899
4899
|
xmlns='http://www.w3.org/2000/svg'
|
|
4900
|
-
class=${
|
|
4900
|
+
class=${A.success}
|
|
4901
4901
|
>
|
|
4902
4902
|
<path d='
|
|
4903
4903
|
M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2Z
|
|
@@ -4906,10 +4906,10 @@ class Bd {
|
|
|
4906
4906
|
C16.01 8.35 16.49 8.35 16.78 8.64C17.07 8.93 17.07 9.4 16.78 9.7Z
|
|
4907
4907
|
'></path>
|
|
4908
4908
|
</svg>
|
|
4909
|
-
<span class="${
|
|
4909
|
+
<span class="${A.srOnly}">Success</span>
|
|
4910
4910
|
`);
|
|
4911
4911
|
l(this, "element", document.createElement("div"));
|
|
4912
|
-
this.element.classList.add(
|
|
4912
|
+
this.element.classList.add(A.successContainer), this.element.innerHTML = this.template;
|
|
4913
4913
|
}
|
|
4914
4914
|
render() {
|
|
4915
4915
|
return this.element;
|
|
@@ -4953,11 +4953,11 @@ class Gd {
|
|
|
4953
4953
|
}
|
|
4954
4954
|
// init
|
|
4955
4955
|
init() {
|
|
4956
|
-
return
|
|
4956
|
+
return C(this, null, function* () {
|
|
4957
4957
|
console.time("PayNext TS"), this.buttons.addEventListener("ready", () => {
|
|
4958
4958
|
this.loader.setClassName(B.hidden), this.buttons.showButton(), console.timeEnd("PayNext TS");
|
|
4959
|
-
}), this.buttons.addEventListener("open", () =>
|
|
4960
|
-
this.isLoading || (this.hideError(), yield j(this.buttons.buttons, gt.close, gt.transition), this.buttons.buttons.classList.add(B.hidden), this.form.element.classList.add(B.formInitial), this.form.element.classList.remove(B.hidden), yield j(this.form.element,
|
|
4959
|
+
}), this.buttons.addEventListener("open", () => C(this, null, function* () {
|
|
4960
|
+
this.isLoading || (this.hideError(), yield j(this.buttons.buttons, gt.close, gt.transition), this.buttons.buttons.classList.add(B.hidden), this.form.element.classList.add(B.formInitial), this.form.element.classList.remove(B.hidden), yield j(this.form.element, Ie.open, Ie.transition), this.isFormOpen = !0);
|
|
4961
4961
|
})), this.buttons.addEventListener("error", () => {
|
|
4962
4962
|
const { onCheckoutFail: e } = this.config.state.checkout.getState(), n = this.config.state.translate.messages();
|
|
4963
4963
|
e == null || e(new Error(n.status.error));
|
|
@@ -4971,9 +4971,9 @@ class Gd {
|
|
|
4971
4971
|
case "paypal":
|
|
4972
4972
|
return this.handleSuccess({ clientSession: n, paypal: { billing_agreement_token: e } });
|
|
4973
4973
|
}
|
|
4974
|
-
}), this.form.addEventListener("close", () =>
|
|
4975
|
-
this.isLoading || (this.hideError(), yield j(this.form.element,
|
|
4976
|
-
})), this.form.addEventListener("submit", (e) =>
|
|
4974
|
+
}), this.form.addEventListener("close", () => C(this, null, function* () {
|
|
4975
|
+
this.isLoading || (this.hideError(), yield j(this.form.element, Ie.close, Ie.transition), this.form.element.classList.add(B.hidden), this.buttons.buttons.classList.add(B.btnsInitial), this.buttons.buttons.classList.remove(B.hidden), yield j(this.buttons.buttons, gt.open, gt.transition), this.isFormOpen = !1);
|
|
4976
|
+
})), this.form.addEventListener("submit", (e) => C(this, null, function* () {
|
|
4977
4977
|
if (this.isLoading || (this.form.touchSubmit(), !this.form.validate())) return;
|
|
4978
4978
|
const r = e.number.replace(/\D/g, ""), i = this.config.state.checkout.getState(), s = this.config.service.ev.getEv(), [a, o] = yield Promise.all([s.encrypt(r), s.encrypt(e.cvc)]), [c, u] = e.expiry.split("/");
|
|
4979
4979
|
yield this.handleSuccess({
|
|
@@ -5004,20 +5004,20 @@ class Gd {
|
|
|
5004
5004
|
}
|
|
5005
5005
|
// handle success
|
|
5006
5006
|
handleSuccess(e) {
|
|
5007
|
-
return
|
|
5008
|
-
var
|
|
5007
|
+
return C(this, null, function* () {
|
|
5008
|
+
var s;
|
|
5009
5009
|
if (this.isLoading) return;
|
|
5010
5010
|
this.hideError(), this.setLoading(!0);
|
|
5011
|
-
const n = this.config.state.checkout.getState(), r = this.config.state.translate.messages();
|
|
5011
|
+
const n = this.config.state.checkout.getState(), r = this.config.state.transaction.getState(), i = this.config.state.translate.messages();
|
|
5012
5012
|
try {
|
|
5013
|
-
const
|
|
5014
|
-
if (
|
|
5015
|
-
throw new Error(
|
|
5016
|
-
if (
|
|
5013
|
+
const a = yield Pc(e);
|
|
5014
|
+
if (a.error)
|
|
5015
|
+
throw new Error(i.status.error);
|
|
5016
|
+
if (a.three_ds_session_id) {
|
|
5017
5017
|
yield this.config.service.ev.initThreeDs({
|
|
5018
|
-
threeDsId:
|
|
5018
|
+
threeDsId: a.three_ds_session_id,
|
|
5019
5019
|
onSuccess: () => {
|
|
5020
|
-
this.setLoading(!1), this.handleSuccess(M(
|
|
5020
|
+
this.setLoading(!1), this.handleSuccess(M(T({}, e), { threeDsSessionId: a.three_ds_session_id }));
|
|
5021
5021
|
},
|
|
5022
5022
|
onError: () => {
|
|
5023
5023
|
this.handleError("Three DS Error");
|
|
@@ -5025,16 +5025,92 @@ class Gd {
|
|
|
5025
5025
|
});
|
|
5026
5026
|
return;
|
|
5027
5027
|
}
|
|
5028
|
-
this.showSuccess()
|
|
5029
|
-
|
|
5030
|
-
this.
|
|
5028
|
+
this.showSuccess();
|
|
5029
|
+
const o = this.createPaymentResult(e, a, r);
|
|
5030
|
+
(s = n.onCheckoutComplete) == null || s.call(n, o), this.setLoading(!1);
|
|
5031
|
+
} catch (a) {
|
|
5032
|
+
this.handleError(a);
|
|
5031
5033
|
}
|
|
5032
5034
|
});
|
|
5033
5035
|
}
|
|
5036
|
+
// Create payment result object from checkout data and response
|
|
5037
|
+
createPaymentResult(e, n, r) {
|
|
5038
|
+
var c, u, d, p, m, f, h, g, v, b, L;
|
|
5039
|
+
const i = this.config.state.translate.locale(), s = (/* @__PURE__ */ new Date()).toISOString();
|
|
5040
|
+
let a = "card";
|
|
5041
|
+
e.applePay ? a = "apple_pay" : e.googlePay ? a = "google_pay" : e.paypal && (a = "paypal");
|
|
5042
|
+
const o = {
|
|
5043
|
+
paymentMethod: a,
|
|
5044
|
+
clientSession: e.clientSession,
|
|
5045
|
+
transactionId: n.data,
|
|
5046
|
+
metadata: {
|
|
5047
|
+
timestamp: s,
|
|
5048
|
+
userAgent: navigator == null ? void 0 : navigator.userAgent,
|
|
5049
|
+
locale: i
|
|
5050
|
+
}
|
|
5051
|
+
};
|
|
5052
|
+
if (r != null && r.amount && (r != null && r.currency) && (o.amount = {
|
|
5053
|
+
value: r.amount,
|
|
5054
|
+
currency: r.currency
|
|
5055
|
+
}), e.card && (o.paymentDetails = {
|
|
5056
|
+
card: {
|
|
5057
|
+
brand: e.card.cardBrand,
|
|
5058
|
+
lastFour: e.card.lastFourDigits,
|
|
5059
|
+
expMonth: e.card.expMonth,
|
|
5060
|
+
expYear: e.card.expYear,
|
|
5061
|
+
funding: e.card.funding,
|
|
5062
|
+
country: e.card.country
|
|
5063
|
+
}
|
|
5064
|
+
}, (c = e.card.metadata) != null && c.name && (o.billingAddress = {
|
|
5065
|
+
name: e.card.metadata.name
|
|
5066
|
+
})), e.applePay && (o.paymentDetails = {
|
|
5067
|
+
applePay: {
|
|
5068
|
+
network: ((u = e.applePay.card) == null ? void 0 : u.brand) || "unknown",
|
|
5069
|
+
lastFour: (d = e.applePay.card) == null ? void 0 : d.lastFour
|
|
5070
|
+
}
|
|
5071
|
+
}, e.applePay.billingContact)) {
|
|
5072
|
+
const y = e.applePay.billingContact;
|
|
5073
|
+
o.billingAddress = {
|
|
5074
|
+
name: y.givenName && y.familyName ? `${y.givenName} ${y.familyName}` : y.givenName || y.familyName,
|
|
5075
|
+
line1: (p = y.addressLines) == null ? void 0 : p[0],
|
|
5076
|
+
line2: (m = y.addressLines) == null ? void 0 : m[1],
|
|
5077
|
+
city: y.locality,
|
|
5078
|
+
state: y.administrativeArea,
|
|
5079
|
+
postalCode: y.postalCode,
|
|
5080
|
+
country: y.countryCode
|
|
5081
|
+
}, (f = o.paymentDetails) != null && f.applePay && (o.paymentDetails.applePay.billingContact = {
|
|
5082
|
+
name: o.billingAddress.name,
|
|
5083
|
+
email: (h = e.applePay.shippingContact) == null ? void 0 : h.emailAddress,
|
|
5084
|
+
phone: (g = e.applePay.shippingContact) == null ? void 0 : g.phoneNumber
|
|
5085
|
+
});
|
|
5086
|
+
}
|
|
5087
|
+
if (e.googlePay && (o.paymentDetails = {
|
|
5088
|
+
googlePay: {
|
|
5089
|
+
network: ((v = e.googlePay.card) == null ? void 0 : v.brand) || "unknown",
|
|
5090
|
+
lastFour: (b = e.googlePay.card) == null ? void 0 : b.lastFour
|
|
5091
|
+
}
|
|
5092
|
+
}, e.googlePay.billingAddress)) {
|
|
5093
|
+
const y = e.googlePay.billingAddress;
|
|
5094
|
+
o.billingAddress = {
|
|
5095
|
+
name: y.name,
|
|
5096
|
+
line1: y.address1,
|
|
5097
|
+
line2: y.address2,
|
|
5098
|
+
city: y.locality,
|
|
5099
|
+
state: y.administrativeArea,
|
|
5100
|
+
postalCode: y.postalCode,
|
|
5101
|
+
country: y.countryCode
|
|
5102
|
+
};
|
|
5103
|
+
}
|
|
5104
|
+
return e.paypal && (o.paymentDetails = {
|
|
5105
|
+
paypal: {
|
|
5106
|
+
payerId: (L = e.paypal.billing_agreement_token) == null ? void 0 : L.paypalId
|
|
5107
|
+
}
|
|
5108
|
+
}), o;
|
|
5109
|
+
}
|
|
5034
5110
|
// show success
|
|
5035
5111
|
showSuccess() {
|
|
5036
|
-
return
|
|
5037
|
-
this.container.classList.add(B.hidden), this.error.addClassName(B.hidden), this.success.removeClassName(B.hidden), yield j(this.success.element,
|
|
5112
|
+
return C(this, null, function* () {
|
|
5113
|
+
this.container.classList.add(B.hidden), this.error.addClassName(B.hidden), this.success.removeClassName(B.hidden), yield j(this.success.element, Ie.open, Ie.transition);
|
|
5038
5114
|
});
|
|
5039
5115
|
}
|
|
5040
5116
|
// hide error
|
|
@@ -5061,7 +5137,7 @@ class Ud {
|
|
|
5061
5137
|
}
|
|
5062
5138
|
// init
|
|
5063
5139
|
init() {
|
|
5064
|
-
return
|
|
5140
|
+
return C(this, null, function* () {
|
|
5065
5141
|
const { checkout: e, transaction: n, translate: r, styles: i } = this.config.state;
|
|
5066
5142
|
e.subscribe(({ clientToken: s, locale: a, translate: o, styles: c }) => {
|
|
5067
5143
|
a && r.locale() !== a && r.setLocale(a), o && r.overrides() !== o && r.setMessages(o), c && i.setState(c), n.updateTransaction(s).then((u) => {
|
|
@@ -5077,7 +5153,7 @@ class Ud {
|
|
|
5077
5153
|
}
|
|
5078
5154
|
// mount
|
|
5079
5155
|
mount() {
|
|
5080
|
-
return
|
|
5156
|
+
return C(this, null, function* () {
|
|
5081
5157
|
return yield this.init(), yield this.component.init(), this.component.render();
|
|
5082
5158
|
});
|
|
5083
5159
|
}
|
|
@@ -5122,7 +5198,7 @@ class Jd extends Et {
|
|
|
5122
5198
|
l(this, "clientToken", "");
|
|
5123
5199
|
}
|
|
5124
5200
|
updateTransaction(n) {
|
|
5125
|
-
return
|
|
5201
|
+
return C(this, null, function* () {
|
|
5126
5202
|
if (this.clientToken === n) return this.getState();
|
|
5127
5203
|
this.clientToken = n;
|
|
5128
5204
|
const r = yield Nc(n);
|
|
@@ -6630,7 +6706,7 @@ const Xd = {
|
|
|
6630
6706
|
success: "Uspeh",
|
|
6631
6707
|
error: "Vašega načina plačila ne moremo preveriti. Izberite drug način plačila in poskusite znova."
|
|
6632
6708
|
}
|
|
6633
|
-
},
|
|
6709
|
+
}, Iu = {
|
|
6634
6710
|
card: {
|
|
6635
6711
|
title: "Betalningsmetod",
|
|
6636
6712
|
number: {
|
|
@@ -6680,7 +6756,7 @@ const Xd = {
|
|
|
6680
6756
|
success: "Framgång",
|
|
6681
6757
|
error: "Vi kan inte verifiera din betalningsmetod. Vänligen välj en annan betalningsmetod och försök igen."
|
|
6682
6758
|
}
|
|
6683
|
-
},
|
|
6759
|
+
}, Vu = {
|
|
6684
6760
|
card: {
|
|
6685
6761
|
title: "วิธีการชำระเงิน",
|
|
6686
6762
|
number: {
|
|
@@ -6911,8 +6987,8 @@ const Xd = {
|
|
|
6911
6987
|
ro: Eu,
|
|
6912
6988
|
sk: Tu,
|
|
6913
6989
|
sl: Au,
|
|
6914
|
-
sv:
|
|
6915
|
-
th:
|
|
6990
|
+
sv: Iu,
|
|
6991
|
+
th: Vu,
|
|
6916
6992
|
tr: Su,
|
|
6917
6993
|
vi: Mu,
|
|
6918
6994
|
zh: _u
|
|
@@ -6920,7 +6996,7 @@ const Xd = {
|
|
|
6920
6996
|
const t = navigator == null ? void 0 : navigator.language.split("-")[0];
|
|
6921
6997
|
return Yt[t] || Yt.en;
|
|
6922
6998
|
}, li = (t, e = {}) => {
|
|
6923
|
-
var r, i, s, a, o, c, u, d, p, m, f, h, g,
|
|
6999
|
+
var r, i, s, a, o, c, u, d, p, m, f, h, g, v, b, L, y, I, x, V, S, w, P, R, N, ae, G, oe, J, Te, Ae, Ce, Z, K, pe, he, me, fe, ge, ye, ve, X, re, ie, Q, ee, je, qe, Ke, Be, Fe, ze, $e, Ge, Ue, He, Ze;
|
|
6924
7000
|
if (!t) return Wt();
|
|
6925
7001
|
const n = Yt[t] || Wt();
|
|
6926
7002
|
return {
|
|
@@ -6932,14 +7008,14 @@ const Xd = {
|
|
|
6932
7008
|
required: ((c = (o = (a = e == null ? void 0 : e.card) == null ? void 0 : a.number) == null ? void 0 : o.error) == null ? void 0 : c.required) || n.card.number.error.required,
|
|
6933
7009
|
invalid: ((p = (d = (u = e == null ? void 0 : e.card) == null ? void 0 : u.number) == null ? void 0 : d.error) == null ? void 0 : p.invalid) || n.card.number.error.invalid,
|
|
6934
7010
|
incomplete: ((h = (f = (m = e == null ? void 0 : e.card) == null ? void 0 : m.number) == null ? void 0 : f.error) == null ? void 0 : h.incomplete) || n.card.number.error.incomplete,
|
|
6935
|
-
unsupported: ((b = (
|
|
7011
|
+
unsupported: ((b = (v = (g = e == null ? void 0 : e.card) == null ? void 0 : g.number) == null ? void 0 : v.error) == null ? void 0 : b.unsupported) || n.card.number.error.unsupported
|
|
6936
7012
|
}
|
|
6937
7013
|
},
|
|
6938
7014
|
expiry: {
|
|
6939
|
-
label: ((
|
|
6940
|
-
placeholder: ((
|
|
7015
|
+
label: ((y = (L = e == null ? void 0 : e.card) == null ? void 0 : L.expiry) == null ? void 0 : y.label) || n.card.expiry.label,
|
|
7016
|
+
placeholder: ((x = (I = e == null ? void 0 : e.card) == null ? void 0 : I.expiry) == null ? void 0 : x.placeholder) || n.card.expiry.placeholder,
|
|
6941
7017
|
error: {
|
|
6942
|
-
required: ((
|
|
7018
|
+
required: ((w = (S = (V = e == null ? void 0 : e.card) == null ? void 0 : V.expiry) == null ? void 0 : S.error) == null ? void 0 : w.required) || n.card.expiry.error.required,
|
|
6943
7019
|
invalid: ((N = (R = (P = e == null ? void 0 : e.card) == null ? void 0 : P.expiry) == null ? void 0 : R.error) == null ? void 0 : N.invalid) || n.card.expiry.error.invalid,
|
|
6944
7020
|
incomplete: ((oe = (G = (ae = e == null ? void 0 : e.card) == null ? void 0 : ae.expiry) == null ? void 0 : G.error) == null ? void 0 : oe.incomplete) || n.card.expiry.error.incomplete,
|
|
6945
7021
|
expired: ((Ae = (Te = (J = e == null ? void 0 : e.card) == null ? void 0 : J.expiry) == null ? void 0 : Te.error) == null ? void 0 : Ae.expired) || n.card.expiry.error.expired
|
|
@@ -7144,7 +7220,7 @@ class $u {
|
|
|
7144
7220
|
}
|
|
7145
7221
|
// init
|
|
7146
7222
|
init(e) {
|
|
7147
|
-
return
|
|
7223
|
+
return C(this, null, function* () {
|
|
7148
7224
|
try {
|
|
7149
7225
|
this.paypal = yield Bu(e);
|
|
7150
7226
|
} catch (n) {
|
|
@@ -7154,9 +7230,9 @@ class $u {
|
|
|
7154
7230
|
}
|
|
7155
7231
|
// render
|
|
7156
7232
|
render(e, n) {
|
|
7157
|
-
return
|
|
7233
|
+
return C(this, null, function* () {
|
|
7158
7234
|
var r, i;
|
|
7159
|
-
this.paypal && (yield (i = (r = this.paypal).Buttons) == null ? void 0 : i.call(r,
|
|
7235
|
+
this.paypal && (yield (i = (r = this.paypal).Buttons) == null ? void 0 : i.call(r, T({
|
|
7160
7236
|
fundingSource: "paypal",
|
|
7161
7237
|
style: zu
|
|
7162
7238
|
}, n)).render(e));
|
|
@@ -7189,13 +7265,13 @@ class Yu {
|
|
|
7189
7265
|
this.parent = e;
|
|
7190
7266
|
}
|
|
7191
7267
|
mount(e) {
|
|
7192
|
-
return
|
|
7268
|
+
return C(this, null, function* () {
|
|
7193
7269
|
const n = yield this.core.checkout.mount();
|
|
7194
7270
|
this.parent.innerHTML = "", this.parent.appendChild(n), this.core.state.checkout.setState(e);
|
|
7195
7271
|
});
|
|
7196
7272
|
}
|
|
7197
7273
|
unmount() {
|
|
7198
|
-
return
|
|
7274
|
+
return C(this, null, function* () {
|
|
7199
7275
|
this.parent.innerHTML = "", this.core.clearState();
|
|
7200
7276
|
});
|
|
7201
7277
|
}
|