@everymatrix/cashier-error 1.92.1 → 1.92.3
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/components/{CashierError-CYR_xAUh.cjs → CashierError-BO6tukN9.cjs} +3 -3
- package/components/{CashierError-DcaLEArf.js → CashierError-BSaEmMwj.js} +100 -84
- package/components/{CashierError-C0hL9h3N.js → CashierError-BXTCkMqv.js} +99 -83
- package/es2015/cashier-error.cjs +1 -1
- package/es2015/cashier-error.js +1 -1
- package/esnext/cashier-error.js +1 -1
- package/package.json +1 -1
|
@@ -2,15 +2,15 @@ var sr = Object.defineProperty, ur = Object.defineProperties;
|
|
|
2
2
|
var lr = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var tt = Object.getOwnPropertySymbols;
|
|
4
4
|
var hr = Object.prototype.hasOwnProperty, cr = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var
|
|
5
|
+
var Ce = (e, t, r) => t in e ? sr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, rt = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
hr.call(t, r) &&
|
|
7
|
+
hr.call(t, r) && Ce(e, r, t[r]);
|
|
8
8
|
if (tt)
|
|
9
9
|
for (var r of tt(t))
|
|
10
|
-
cr.call(t, r) &&
|
|
10
|
+
cr.call(t, r) && Ce(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, nt = (e, t) => ur(e, lr(t));
|
|
13
|
-
var B = (e, t, r) => (
|
|
13
|
+
var B = (e, t, r) => (Ce(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var it = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var a = (l) => {
|
|
16
16
|
try {
|
|
@@ -38,19 +38,19 @@ function fr(e, t) {
|
|
|
38
38
|
e
|
|
39
39
|
);
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function Ct(e) {
|
|
42
42
|
return e();
|
|
43
43
|
}
|
|
44
44
|
function at() {
|
|
45
45
|
return /* @__PURE__ */ Object.create(null);
|
|
46
46
|
}
|
|
47
47
|
function ue(e) {
|
|
48
|
-
e.forEach(
|
|
48
|
+
e.forEach(Ct);
|
|
49
49
|
}
|
|
50
50
|
function Ze(e) {
|
|
51
51
|
return typeof e == "function";
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function Ot(e, t) {
|
|
54
54
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
55
55
|
}
|
|
56
56
|
let ce;
|
|
@@ -147,14 +147,14 @@ function A(e) {
|
|
|
147
147
|
function P(e) {
|
|
148
148
|
return document.createElement(e);
|
|
149
149
|
}
|
|
150
|
-
function
|
|
150
|
+
function $(e) {
|
|
151
151
|
return document.createTextNode(e);
|
|
152
152
|
}
|
|
153
153
|
function W() {
|
|
154
|
-
return
|
|
154
|
+
return $(" ");
|
|
155
155
|
}
|
|
156
156
|
function Ye() {
|
|
157
|
-
return
|
|
157
|
+
return $("");
|
|
158
158
|
}
|
|
159
159
|
function yr(e, t, r, n) {
|
|
160
160
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
@@ -194,7 +194,7 @@ function Er() {
|
|
|
194
194
|
function xr(e) {
|
|
195
195
|
Er().$$.on_mount.push(e);
|
|
196
196
|
}
|
|
197
|
-
const j = [],
|
|
197
|
+
const j = [], $e = [];
|
|
198
198
|
let X = [];
|
|
199
199
|
const st = [], Tr = /* @__PURE__ */ Promise.resolve();
|
|
200
200
|
let Ue = !1;
|
|
@@ -204,7 +204,7 @@ function wr() {
|
|
|
204
204
|
function Ge(e) {
|
|
205
205
|
X.push(e);
|
|
206
206
|
}
|
|
207
|
-
const
|
|
207
|
+
const Oe = /* @__PURE__ */ new Set();
|
|
208
208
|
let F = 0;
|
|
209
209
|
function M() {
|
|
210
210
|
if (F !== 0)
|
|
@@ -219,17 +219,17 @@ function M() {
|
|
|
219
219
|
} catch (t) {
|
|
220
220
|
throw j.length = 0, F = 0, t;
|
|
221
221
|
}
|
|
222
|
-
for (ie(null), j.length = 0, F = 0;
|
|
223
|
-
|
|
222
|
+
for (ie(null), j.length = 0, F = 0; $e.length; )
|
|
223
|
+
$e.pop()();
|
|
224
224
|
for (let t = 0; t < X.length; t += 1) {
|
|
225
225
|
const r = X[t];
|
|
226
|
-
|
|
226
|
+
Oe.has(r) || (Oe.add(r), r());
|
|
227
227
|
}
|
|
228
228
|
X.length = 0;
|
|
229
229
|
} while (j.length);
|
|
230
230
|
for (; st.length; )
|
|
231
231
|
st.pop()();
|
|
232
|
-
Ue = !1,
|
|
232
|
+
Ue = !1, Oe.clear(), ie(e);
|
|
233
233
|
}
|
|
234
234
|
function Hr(e) {
|
|
235
235
|
if (e.fragment !== null) {
|
|
@@ -259,7 +259,7 @@ function be(e, t, r, n) {
|
|
|
259
259
|
function Br(e, t, r) {
|
|
260
260
|
const { fragment: n, after_update: i } = e.$$;
|
|
261
261
|
n && n.m(t, r), Ge(() => {
|
|
262
|
-
const a = e.$$.on_mount.map(
|
|
262
|
+
const a = e.$$.on_mount.map(Ct).filter(Ze);
|
|
263
263
|
e.$$.on_destroy ? e.$$.on_destroy.push(...a) : ue(a), e.$$.on_mount = [];
|
|
264
264
|
}), i.forEach(Ge);
|
|
265
265
|
}
|
|
@@ -270,7 +270,7 @@ function Lr(e, t) {
|
|
|
270
270
|
function Pr(e, t) {
|
|
271
271
|
e.$$.dirty[0] === -1 && (j.push(e), wr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
272
272
|
}
|
|
273
|
-
function
|
|
273
|
+
function Cr(e, t, r, n, i, a, o = null, s = [-1]) {
|
|
274
274
|
const l = ae;
|
|
275
275
|
ie(e);
|
|
276
276
|
const u = e.$$ = {
|
|
@@ -460,7 +460,7 @@ function _e(e, t, r, n) {
|
|
|
460
460
|
return t;
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
function
|
|
463
|
+
function Or(e, t, r, n, i, a) {
|
|
464
464
|
let o = class extends Nt {
|
|
465
465
|
constructor() {
|
|
466
466
|
super(e, r, i), this.$$p_d = t;
|
|
@@ -561,8 +561,8 @@ function Dr(e, t, r, n = !1) {
|
|
|
561
561
|
if (!window.emMessageBus)
|
|
562
562
|
return;
|
|
563
563
|
if (!("adoptedStyleSheets" in Document.prototype) || !n)
|
|
564
|
-
return r =
|
|
565
|
-
window[V] || (window[V] = {}), r =
|
|
564
|
+
return r = kr(e, t), r;
|
|
565
|
+
window[V] || (window[V] = {}), r = $r(e, t);
|
|
566
566
|
const a = r.unsubscribe.bind(r), o = () => {
|
|
567
567
|
if (window[V][t]) {
|
|
568
568
|
const s = window[V][t];
|
|
@@ -572,13 +572,13 @@ function Dr(e, t, r, n = !1) {
|
|
|
572
572
|
};
|
|
573
573
|
return r.unsubscribe = o, r;
|
|
574
574
|
}
|
|
575
|
-
function
|
|
575
|
+
function kr(e, t) {
|
|
576
576
|
const r = document.createElement("style");
|
|
577
577
|
return window.emMessageBus.subscribe(t, (n) => {
|
|
578
578
|
e && (r.innerHTML = n, e.appendChild(r));
|
|
579
579
|
});
|
|
580
580
|
}
|
|
581
|
-
function
|
|
581
|
+
function $r(e, t) {
|
|
582
582
|
return window.emMessageBus.subscribe(t, (r) => {
|
|
583
583
|
if (!e)
|
|
584
584
|
return;
|
|
@@ -602,7 +602,7 @@ function Se(e, t = N) {
|
|
|
602
602
|
let r;
|
|
603
603
|
const n = /* @__PURE__ */ new Set();
|
|
604
604
|
function i(s) {
|
|
605
|
-
if (
|
|
605
|
+
if (Ot(e, s) && (e = s, r)) {
|
|
606
606
|
const l = !z.length;
|
|
607
607
|
for (const u of n)
|
|
608
608
|
u[1](), z.push(u, e);
|
|
@@ -746,15 +746,15 @@ function Be(e, t) {
|
|
|
746
746
|
}
|
|
747
747
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
748
748
|
}
|
|
749
|
-
var
|
|
750
|
-
return
|
|
749
|
+
var C = function() {
|
|
750
|
+
return C = Object.assign || function(t) {
|
|
751
751
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
752
752
|
r = arguments[n];
|
|
753
753
|
for (var a in r)
|
|
754
754
|
Object.prototype.hasOwnProperty.call(r, a) && (t[a] = r[a]);
|
|
755
755
|
}
|
|
756
756
|
return t;
|
|
757
|
-
},
|
|
757
|
+
}, C.apply(this, arguments);
|
|
758
758
|
};
|
|
759
759
|
function nn(e, t) {
|
|
760
760
|
var r = {};
|
|
@@ -789,15 +789,15 @@ function Dt(e, t, r) {
|
|
|
789
789
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), a = t.get(i);
|
|
790
790
|
return typeof a == "undefined" && (a = e.apply(this, n), t.set(i, a)), a;
|
|
791
791
|
}
|
|
792
|
-
function
|
|
792
|
+
function kt(e, t, r, n, i) {
|
|
793
793
|
return r.bind(t, e, n, i);
|
|
794
794
|
}
|
|
795
795
|
function sn(e, t) {
|
|
796
796
|
var r = e.length === 1 ? on : Dt;
|
|
797
|
-
return
|
|
797
|
+
return kt(e, this, r, t.cache.create(), t.serializer);
|
|
798
798
|
}
|
|
799
799
|
function un(e, t) {
|
|
800
|
-
return
|
|
800
|
+
return kt(e, this, Dt, t.cache.create(), t.serializer);
|
|
801
801
|
}
|
|
802
802
|
var ln = function() {
|
|
803
803
|
return JSON.stringify(arguments);
|
|
@@ -847,7 +847,7 @@ function lt(e) {
|
|
|
847
847
|
function fn(e) {
|
|
848
848
|
return e.type === _.argument;
|
|
849
849
|
}
|
|
850
|
-
function
|
|
850
|
+
function $t(e) {
|
|
851
851
|
return e.type === _.number;
|
|
852
852
|
}
|
|
853
853
|
function Ut(e) {
|
|
@@ -2644,7 +2644,7 @@ var Re, wn = new RegExp("^".concat(Wt.source, "*")), Hn = new RegExp("".concat(W
|
|
|
2644
2644
|
function y(e, t) {
|
|
2645
2645
|
return { start: e, end: t };
|
|
2646
2646
|
}
|
|
2647
|
-
var An = !!String.prototype.startsWith && "_a".startsWith("a", 1), Sn = !!String.fromCodePoint, Bn = !!Object.fromEntries, Ln = !!String.prototype.codePointAt, Pn = !!String.prototype.trimStart,
|
|
2647
|
+
var An = !!String.prototype.startsWith && "_a".startsWith("a", 1), Sn = !!String.fromCodePoint, Bn = !!Object.fromEntries, Ln = !!String.prototype.codePointAt, Pn = !!String.prototype.trimStart, Cn = !!String.prototype.trimEnd, On = !!Number.isSafeInteger, In = On ? Number.isSafeInteger : function(e) {
|
|
2648
2648
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2649
2649
|
}, je = !0;
|
|
2650
2650
|
try {
|
|
@@ -2711,7 +2711,7 @@ var mt = An ? (
|
|
|
2711
2711
|
function(t) {
|
|
2712
2712
|
return t.replace(wn, "");
|
|
2713
2713
|
}
|
|
2714
|
-
), Rn =
|
|
2714
|
+
), Rn = Cn ? (
|
|
2715
2715
|
// Native
|
|
2716
2716
|
function(t) {
|
|
2717
2717
|
return t.trimEnd();
|
|
@@ -2826,7 +2826,7 @@ var Dn = (
|
|
|
2826
2826
|
return this.error(b.INVALID_TAG, y(n, this.clonePosition()));
|
|
2827
2827
|
}, e.prototype.parseTagName = function() {
|
|
2828
2828
|
var t = this.offset();
|
|
2829
|
-
for (this.bump(); !this.isEOF() &&
|
|
2829
|
+
for (this.bump(); !this.isEOF() && $n(this.char()); )
|
|
2830
2830
|
this.bump();
|
|
2831
2831
|
return this.message.slice(t, this.offset());
|
|
2832
2832
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -2855,7 +2855,7 @@ var Dn = (
|
|
|
2855
2855
|
};
|
|
2856
2856
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2857
2857
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2858
|
-
|
|
2858
|
+
!kn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2859
2859
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2860
2860
|
if (this.isEOF() || this.char() !== 39)
|
|
2861
2861
|
return null;
|
|
@@ -2994,7 +2994,7 @@ var Dn = (
|
|
|
2994
2994
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2995
2995
|
return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, y(v, Te({}, v)));
|
|
2996
2996
|
this.bumpSpace();
|
|
2997
|
-
var D = this.parseIdentifierIfPossible(),
|
|
2997
|
+
var D = this.parseIdentifierIfPossible(), O = 0;
|
|
2998
2998
|
if (s !== "select" && D.value === "offset") {
|
|
2999
2999
|
if (!this.bumpIf(":"))
|
|
3000
3000
|
return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y(this.clonePosition(), this.clonePosition()));
|
|
@@ -3002,7 +3002,7 @@ var Dn = (
|
|
|
3002
3002
|
var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3003
3003
|
if (c.err)
|
|
3004
3004
|
return c;
|
|
3005
|
-
this.bumpSpace(), D = this.parseIdentifierIfPossible(),
|
|
3005
|
+
this.bumpSpace(), D = this.parseIdentifierIfPossible(), O = c.val;
|
|
3006
3006
|
}
|
|
3007
3007
|
var p = this.tryParsePluralOrSelectOptions(t, s, r, D);
|
|
3008
3008
|
if (p.err)
|
|
@@ -3024,7 +3024,7 @@ var Dn = (
|
|
|
3024
3024
|
type: _.plural,
|
|
3025
3025
|
value: n,
|
|
3026
3026
|
options: dt(p.val),
|
|
3027
|
-
offset:
|
|
3027
|
+
offset: O,
|
|
3028
3028
|
pluralType: s === "plural" ? "cardinal" : "ordinal",
|
|
3029
3029
|
location: I
|
|
3030
3030
|
},
|
|
@@ -3200,10 +3200,10 @@ var Dn = (
|
|
|
3200
3200
|
function Xe(e) {
|
|
3201
3201
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3202
3202
|
}
|
|
3203
|
-
function
|
|
3203
|
+
function kn(e) {
|
|
3204
3204
|
return Xe(e) || e === 47;
|
|
3205
3205
|
}
|
|
3206
|
-
function
|
|
3206
|
+
function $n(e) {
|
|
3207
3207
|
return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
|
|
3208
3208
|
}
|
|
3209
3209
|
function Qt(e) {
|
|
@@ -3218,7 +3218,7 @@ function qe(e) {
|
|
|
3218
3218
|
for (var r in t.options)
|
|
3219
3219
|
delete t.options[r].location, qe(t.options[r].value);
|
|
3220
3220
|
else
|
|
3221
|
-
|
|
3221
|
+
$t(t) && Vt(t.style) || (Ut(t) || Gt(t)) && ze(t.style) ? delete t.style.location : jt(t) && qe(t.children);
|
|
3222
3222
|
});
|
|
3223
3223
|
}
|
|
3224
3224
|
function Gn(e, t) {
|
|
@@ -3337,7 +3337,7 @@ function Ee(e, t, r, n, i, a, o) {
|
|
|
3337
3337
|
});
|
|
3338
3338
|
continue;
|
|
3339
3339
|
}
|
|
3340
|
-
if (
|
|
3340
|
+
if ($t(h)) {
|
|
3341
3341
|
var d = typeof h.style == "string" ? n.number[h.style] : Vt(h.style) ? h.style.parsedOptions : void 0;
|
|
3342
3342
|
d && d.scale && (f = f * (d.scale || 1)), s.push({
|
|
3343
3343
|
type: H.literal,
|
|
@@ -3349,13 +3349,13 @@ function Ee(e, t, r, n, i, a, o) {
|
|
|
3349
3349
|
var g = h.children, x = h.value, w = i[x];
|
|
3350
3350
|
if (!Vn(w))
|
|
3351
3351
|
throw new Fn(x, "function", o);
|
|
3352
|
-
var T = Ee(g, t, r, n, i, a), m = w(T.map(function(
|
|
3353
|
-
return
|
|
3352
|
+
var T = Ee(g, t, r, n, i, a), m = w(T.map(function(O) {
|
|
3353
|
+
return O.value;
|
|
3354
3354
|
}));
|
|
3355
|
-
Array.isArray(m) || (m = [m]), s.push.apply(s, m.map(function(
|
|
3355
|
+
Array.isArray(m) || (m = [m]), s.push.apply(s, m.map(function(O) {
|
|
3356
3356
|
return {
|
|
3357
|
-
type: typeof
|
|
3358
|
-
value:
|
|
3357
|
+
type: typeof O == "string" ? H.literal : H.object,
|
|
3358
|
+
value: O
|
|
3359
3359
|
};
|
|
3360
3360
|
}));
|
|
3361
3361
|
}
|
|
@@ -3385,14 +3385,14 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3385
3385
|
return jn(s);
|
|
3386
3386
|
}
|
|
3387
3387
|
function Wn(e, t) {
|
|
3388
|
-
return t ?
|
|
3389
|
-
return r[n] =
|
|
3388
|
+
return t ? C(C(C({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3389
|
+
return r[n] = C(C({}, e[n]), t[n] || {}), r;
|
|
3390
3390
|
}, {})) : e;
|
|
3391
3391
|
}
|
|
3392
3392
|
function Xn(e, t) {
|
|
3393
3393
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3394
3394
|
return r[n] = Wn(e[n], t[n]), r;
|
|
3395
|
-
},
|
|
3395
|
+
}, C({}, e)) : e;
|
|
3396
3396
|
}
|
|
3397
3397
|
function De(e) {
|
|
3398
3398
|
return {
|
|
@@ -3473,7 +3473,7 @@ var Kt = (
|
|
|
3473
3473
|
var o = i || {};
|
|
3474
3474
|
o.formatters;
|
|
3475
3475
|
var s = nn(o, ["formatters"]);
|
|
3476
|
-
this.ast = e.__parse(t,
|
|
3476
|
+
this.ast = e.__parse(t, C(C({}, s), { locale: this.resolvedLocale }));
|
|
3477
3477
|
} else
|
|
3478
3478
|
this.ast = t;
|
|
3479
3479
|
if (!Array.isArray(this.ast))
|
|
@@ -3573,11 +3573,11 @@ function Jn(e, t) {
|
|
|
3573
3573
|
n = void 0;
|
|
3574
3574
|
return n;
|
|
3575
3575
|
}
|
|
3576
|
-
const
|
|
3576
|
+
const k = {}, Zn = (e, t, r) => r && (t in k || (k[t] = {}), e in k[t] || (k[t][e] = r), r), er = (e, t) => {
|
|
3577
3577
|
if (t == null)
|
|
3578
3578
|
return;
|
|
3579
|
-
if (t in
|
|
3580
|
-
return
|
|
3579
|
+
if (t in k && e in k[t])
|
|
3580
|
+
return k[t][e];
|
|
3581
3581
|
const r = he(t);
|
|
3582
3582
|
for (let n = 0; n < r.length; n++) {
|
|
3583
3583
|
const i = r[n], a = Qn(i, e);
|
|
@@ -3610,7 +3610,7 @@ function Kn(e) {
|
|
|
3610
3610
|
}
|
|
3611
3611
|
}
|
|
3612
3612
|
function rr(e, ...t) {
|
|
3613
|
-
delete
|
|
3613
|
+
delete k[e], le.update((r) => (r[e] = rn.all([r[e] || {}, ...t]), r));
|
|
3614
3614
|
}
|
|
3615
3615
|
K(
|
|
3616
3616
|
[le],
|
|
@@ -3732,7 +3732,7 @@ function li(e) {
|
|
|
3732
3732
|
'[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
|
|
3733
3733
|
)), Object.assign(ne, n, { initialLocale: i }), r && ("number" in r && Object.assign(ne.formats.number, r.number), "date" in r && Object.assign(ne.formats.date, r.date), "time" in r && Object.assign(ne.formats.time, r.time)), G.set(i);
|
|
3734
3734
|
}
|
|
3735
|
-
const
|
|
3735
|
+
const ke = Se(!1);
|
|
3736
3736
|
var hi = Object.defineProperty, ci = Object.defineProperties, fi = Object.getOwnPropertyDescriptors, yt = Object.getOwnPropertySymbols, mi = Object.prototype.hasOwnProperty, di = Object.prototype.propertyIsEnumerable, vt = (e, t, r) => t in e ? hi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, pi = (e, t) => {
|
|
3737
3737
|
for (var r in t || (t = {}))
|
|
3738
3738
|
mi.call(t, r) && vt(e, r, t[r]);
|
|
@@ -3761,12 +3761,12 @@ const bi = (e) => {
|
|
|
3761
3761
|
const { loadingDelay: t } = Q();
|
|
3762
3762
|
let r;
|
|
3763
3763
|
return typeof window != "undefined" && U() != null && t ? r = window.setTimeout(
|
|
3764
|
-
() =>
|
|
3764
|
+
() => ke.set(!0),
|
|
3765
3765
|
t
|
|
3766
|
-
) :
|
|
3766
|
+
) : ke.set(!0), ir(e).then(() => {
|
|
3767
3767
|
He.set(e);
|
|
3768
3768
|
}).finally(() => {
|
|
3769
|
-
clearTimeout(r),
|
|
3769
|
+
clearTimeout(r), ke.set(!1);
|
|
3770
3770
|
});
|
|
3771
3771
|
}
|
|
3772
3772
|
return He.set(e);
|
|
@@ -3881,7 +3881,7 @@ const se = (e, t) => {
|
|
|
3881
3881
|
);
|
|
3882
3882
|
}
|
|
3883
3883
|
return c;
|
|
3884
|
-
}, Si = (e, t) => wi(t).format(e), Bi = (e, t) => Ti(t).format(e), Li = (e, t) => xi(t).format(e), Pi = (e, t = U()) => er(e, t),
|
|
3884
|
+
}, Si = (e, t) => wi(t).format(e), Bi = (e, t) => Ti(t).format(e), Li = (e, t) => xi(t).format(e), Pi = (e, t = U()) => er(e, t), Ci = K([G, le], () => Ai);
|
|
3885
3885
|
K([G], () => Si);
|
|
3886
3886
|
K([G], () => Bi);
|
|
3887
3887
|
K([G], () => Li);
|
|
@@ -3889,18 +3889,22 @@ K([G, le], () => Pi);
|
|
|
3889
3889
|
function xt(e, t) {
|
|
3890
3890
|
rr(e, t);
|
|
3891
3891
|
}
|
|
3892
|
-
function
|
|
3892
|
+
function Oi(e) {
|
|
3893
3893
|
li({
|
|
3894
3894
|
fallbackLocale: "en"
|
|
3895
3895
|
}), G.set(e);
|
|
3896
3896
|
}
|
|
3897
3897
|
const Tt = {
|
|
3898
3898
|
en: {
|
|
3899
|
+
VendorMicroserviceCommunicationError: "We apologise, but your payment provider has declined to process due to a microservice communication error. Please try again later.",
|
|
3900
|
+
CustomerDocumentIdMissing: "The document ID is missing",
|
|
3901
|
+
InvalidTransactionStatus: "The transaction status is invalid",
|
|
3902
|
+
UndefinedTechnicalError: "Something went wrong",
|
|
3899
3903
|
errorGeneralTitle: "Error Occurred",
|
|
3900
3904
|
errorGeneralText: "Something went wrong",
|
|
3901
3905
|
errorGeneralButton: "CLOSE",
|
|
3902
3906
|
PlayerSessionIsNotValid: "Player session is not valid",
|
|
3903
|
-
VendorCommunicationError: "We apologise, but your payment provider has declined to process due to technical error. Please try later or contact your payment solution provider for further assistance. Error Code 21297",
|
|
3907
|
+
VendorCommunicationError: "We apologise, but your payment provider has declined to process due to a technical error. Please try later or contact your payment solution provider for further assistance. Error Code 21297",
|
|
3904
3908
|
PaymentMethodNotAllowed: "We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",
|
|
3905
3909
|
InvalidPaymentDetails: "We apologise, but you payment details are not valid. Please make sure you entered all payment details correctly and try again or contact Customer Support for further assistance. Error Code 13555",
|
|
3906
3910
|
MerchantUserHasWithdrawBlockRole: "Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",
|
|
@@ -3936,9 +3940,15 @@ const Tt = {
|
|
|
3936
3940
|
AuthenticationFailed: "Authentication failed",
|
|
3937
3941
|
CommunicationTimeoutError: "Communication timeout",
|
|
3938
3942
|
MissingPaymentDetails: "Missing payment details",
|
|
3939
|
-
InvalidAccount: "Invalid account"
|
|
3943
|
+
InvalidAccount: "Invalid account",
|
|
3944
|
+
DuplicatePaymentAccount: "The account you used to request a withdrawal has been deemed suspicious, and your transaction has been canceled for security reasons. Please contact our live support for more details."
|
|
3940
3945
|
},
|
|
3941
3946
|
tr: {
|
|
3947
|
+
VendorMicroserviceCommunicationError: "Özür dileriz, ancak ödeme sağlayıcınız bir mikroservis iletişim hatası nedeniyle işlemi gerçekleştiremedi. Lütfen daha sonra tekrar deneyin.",
|
|
3948
|
+
CustomerDocumentIdMissing: "Belge kimliği eksik",
|
|
3949
|
+
InvalidTransactionStatus: "İşlem durumu geçersiz",
|
|
3950
|
+
UndefinedTechnicalError: "Bir şeyler ters gitti",
|
|
3951
|
+
VendorTimeoutError: "Görünüşe göre ödeme sağlayıcısında bazı sorunlar var. Sunucu yanıt vermek için çok uzun süre alıyor. Lütfen biraz bekleyip daha sonra tekrar deneyin. Hata Kodu 21292",
|
|
3942
3952
|
errorGeneralTitle: "Hata oluştu",
|
|
3943
3953
|
errorGeneralText: "Bir şeyler ters gitti",
|
|
3944
3954
|
errorGeneralButton: "KAPALI",
|
|
@@ -3979,9 +3989,14 @@ const Tt = {
|
|
|
3979
3989
|
AuthenticationFailed: "Kimlik doğrulama başarısız",
|
|
3980
3990
|
CommunicationTimeoutError: "İletişim zaman aşımı",
|
|
3981
3991
|
MissingPaymentDetails: "Eksik ödeme bilgileri",
|
|
3982
|
-
InvalidAccount: "Geçersiz hesap"
|
|
3992
|
+
InvalidAccount: "Geçersiz hesap",
|
|
3993
|
+
DuplicatePaymentAccount: "Çekim talebinde bulunduğunuz hesap şüpheli olarak değerlendirilmiş ve işleminiz güvenlik nedeniyle iptal edilmiştir. Detaylı bilgi almak için lütfen canlı destek hattımızla iletişime geçiniz."
|
|
3983
3994
|
},
|
|
3984
3995
|
fr: {
|
|
3996
|
+
VendorMicroserviceCommunicationError: "Nous sommes désolés, mais votre prestataire de paiement a refusé de traiter en raison d’une erreur de communication de microservice. Veuillez réessayer plus tard.",
|
|
3997
|
+
CustomerDocumentIdMissing: "L’identifiant du document est manquant",
|
|
3998
|
+
InvalidTransactionStatus: "Le statut de la transaction est invalide",
|
|
3999
|
+
UndefinedTechnicalError: "Une erreur s’est produite",
|
|
3985
4000
|
errorGeneralTitle: "Une erreur s’est produite",
|
|
3986
4001
|
errorGeneralText: "Une erreur est survenue",
|
|
3987
4002
|
errorGeneralButton: "FERMER",
|
|
@@ -4022,7 +4037,8 @@ const Tt = {
|
|
|
4022
4037
|
AuthenticationFailed: "Échec de l'authentification",
|
|
4023
4038
|
CommunicationTimeoutError: "Délai de communication dépassé",
|
|
4024
4039
|
MissingPaymentDetails: "Détails de paiement manquants",
|
|
4025
|
-
InvalidAccount: "Compte invalide"
|
|
4040
|
+
InvalidAccount: "Compte invalide",
|
|
4041
|
+
DuplicatePaymentAccount: "Le compte que vous avez utilisé pour demander un retrait a été jugé suspect, et votre transaction a été annulée pour des raisons de sécurité. Veuillez contacter notre support en direct pour plus de détails."
|
|
4026
4042
|
}
|
|
4027
4043
|
};
|
|
4028
4044
|
function Ii(e) {
|
|
@@ -4049,7 +4065,7 @@ function Bt(e) {
|
|
|
4049
4065
|
}
|
|
4050
4066
|
};
|
|
4051
4067
|
}
|
|
4052
|
-
function
|
|
4068
|
+
function ki(e) {
|
|
4053
4069
|
let t, r = (
|
|
4054
4070
|
/*assetsurl*/
|
|
4055
4071
|
e[0] && Bt(e)
|
|
@@ -4075,7 +4091,7 @@ function Lt(e) {
|
|
|
4075
4091
|
function r(a, o) {
|
|
4076
4092
|
return (
|
|
4077
4093
|
/*depositWageringAmount*/
|
|
4078
|
-
a[3] < 0 ? Ui :
|
|
4094
|
+
a[3] < 0 ? Ui : $i
|
|
4079
4095
|
);
|
|
4080
4096
|
}
|
|
4081
4097
|
let n = r(e), i = n(e);
|
|
@@ -4094,7 +4110,7 @@ function Lt(e) {
|
|
|
4094
4110
|
}
|
|
4095
4111
|
};
|
|
4096
4112
|
}
|
|
4097
|
-
function
|
|
4113
|
+
function $i(e) {
|
|
4098
4114
|
let t, r = (
|
|
4099
4115
|
/*$_*/
|
|
4100
4116
|
e[5]("DepositWageringLimitText") + ""
|
|
@@ -4104,7 +4120,7 @@ function ki(e) {
|
|
|
4104
4120
|
);
|
|
4105
4121
|
return {
|
|
4106
4122
|
c() {
|
|
4107
|
-
t = P("span"), n =
|
|
4123
|
+
t = P("span"), n = $(r), i = W(), a && a.c(), R(t, "class", "CashierErrorText");
|
|
4108
4124
|
},
|
|
4109
4125
|
m(o, s) {
|
|
4110
4126
|
S(o, t, s), L(t, n), L(t, i), a && a.m(t, null);
|
|
@@ -4127,7 +4143,7 @@ function Ui(e) {
|
|
|
4127
4143
|
), i;
|
|
4128
4144
|
return {
|
|
4129
4145
|
c() {
|
|
4130
|
-
t = P("div"), r = P("span"), i =
|
|
4146
|
+
t = P("div"), r = P("span"), i = $(n), R(r, "class", "CashierErrorText LoadingText"), R(t, "class", "WageringFetch");
|
|
4131
4147
|
},
|
|
4132
4148
|
m(a, o) {
|
|
4133
4149
|
S(a, t, o), L(t, r), L(r, i);
|
|
@@ -4146,10 +4162,10 @@ function Pt(e) {
|
|
|
4146
4162
|
let t, r, n;
|
|
4147
4163
|
return {
|
|
4148
4164
|
c() {
|
|
4149
|
-
t =
|
|
4165
|
+
t = $(
|
|
4150
4166
|
/*depositWageringAmount*/
|
|
4151
4167
|
e[3]
|
|
4152
|
-
), r = W(), n =
|
|
4168
|
+
), r = W(), n = $(
|
|
4153
4169
|
/*depositWageringCurrency*/
|
|
4154
4170
|
e[4]
|
|
4155
4171
|
);
|
|
@@ -4186,7 +4202,7 @@ function Gi(e) {
|
|
|
4186
4202
|
);
|
|
4187
4203
|
return {
|
|
4188
4204
|
c() {
|
|
4189
|
-
t = P("span"), n =
|
|
4205
|
+
t = P("span"), n = $(r), i = W(), o && o.c(), a = Ye(), R(t, "class", "CashierErrorText");
|
|
4190
4206
|
},
|
|
4191
4207
|
m(s, l) {
|
|
4192
4208
|
S(s, t, l), L(t, n), S(s, i, l), o && o.m(s, l), S(s, a, l);
|
|
@@ -4210,7 +4226,7 @@ function Fi(e) {
|
|
|
4210
4226
|
), i, a, o;
|
|
4211
4227
|
return {
|
|
4212
4228
|
c() {
|
|
4213
|
-
t = P("button"), r = P("span"), i =
|
|
4229
|
+
t = P("button"), r = P("span"), i = $(n), R(t, "class", "CashierErrorButton");
|
|
4214
4230
|
},
|
|
4215
4231
|
m(s, l) {
|
|
4216
4232
|
S(s, t, l), L(t, r), L(r, i), a || (o = yr(
|
|
@@ -4241,7 +4257,7 @@ function zi(e) {
|
|
|
4241
4257
|
/*$$scope*/
|
|
4242
4258
|
e[12],
|
|
4243
4259
|
St
|
|
4244
|
-
), u = l ||
|
|
4260
|
+
), u = l || ki(e), h = (
|
|
4245
4261
|
/*#slots*/
|
|
4246
4262
|
e[13].title
|
|
4247
4263
|
), c = fe(
|
|
@@ -4367,10 +4383,10 @@ function zi(e) {
|
|
|
4367
4383
|
}
|
|
4368
4384
|
function ji(e, t, r) {
|
|
4369
4385
|
let n;
|
|
4370
|
-
dr(e,
|
|
4386
|
+
dr(e, Ci, (p) => r(5, n = p));
|
|
4371
4387
|
let { $$slots: i = {}, $$scope: a } = t, { assetsurl: o = "" } = t, { lang: s = "en" } = t, { errorcode: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: c = "" } = t, { mbsource: f = "" } = t, d, g, x = -1, w;
|
|
4372
4388
|
const T = () => {
|
|
4373
|
-
|
|
4389
|
+
Oi(s);
|
|
4374
4390
|
}, m = () => {
|
|
4375
4391
|
let p = new URL(c);
|
|
4376
4392
|
fetch(p).then((I) => I.json()).then((I) => {
|
|
@@ -4397,8 +4413,8 @@ function ji(e, t, r) {
|
|
|
4397
4413
|
xr(() => (window.addEventListener("message", D, !1), () => {
|
|
4398
4414
|
window.removeEventListener("message", D);
|
|
4399
4415
|
}));
|
|
4400
|
-
function
|
|
4401
|
-
|
|
4416
|
+
function O(p) {
|
|
4417
|
+
$e[p ? "unshift" : "push"](() => {
|
|
4402
4418
|
d = p, r(2, d);
|
|
4403
4419
|
});
|
|
4404
4420
|
}
|
|
@@ -4426,17 +4442,17 @@ function ji(e, t, r) {
|
|
|
4426
4442
|
f,
|
|
4427
4443
|
a,
|
|
4428
4444
|
i,
|
|
4429
|
-
|
|
4445
|
+
O
|
|
4430
4446
|
];
|
|
4431
4447
|
}
|
|
4432
4448
|
class Vi extends Ir {
|
|
4433
4449
|
constructor(t) {
|
|
4434
|
-
super(),
|
|
4450
|
+
super(), Cr(
|
|
4435
4451
|
this,
|
|
4436
4452
|
t,
|
|
4437
4453
|
ji,
|
|
4438
4454
|
zi,
|
|
4439
|
-
|
|
4455
|
+
Ot,
|
|
4440
4456
|
{
|
|
4441
4457
|
assetsurl: 0,
|
|
4442
4458
|
lang: 7,
|
|
@@ -4492,7 +4508,7 @@ class Vi extends Ir {
|
|
|
4492
4508
|
this.$$set({ mbsource: t }), M();
|
|
4493
4509
|
}
|
|
4494
4510
|
}
|
|
4495
|
-
|
|
4511
|
+
Or(Vi, { assetsurl: {}, lang: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
|
|
4496
4512
|
export {
|
|
4497
4513
|
Vi as default
|
|
4498
4514
|
};
|
package/es2015/cashier-error.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CashierError-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CashierError-BO6tukN9.cjs")).then(({default:t})=>{!customElements.get("cashier-error")&&customElements.define("cashier-error",t.element)})}
|
package/es2015/cashier-error.js
CHANGED
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/CashierError-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CashierError-BXTCkMqv.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("cashier-error") && customElements.define("cashier-error", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|
package/esnext/cashier-error.js
CHANGED