@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
|
@@ -118,14 +118,14 @@ function A(e) {
|
|
|
118
118
|
function L(e) {
|
|
119
119
|
return document.createElement(e);
|
|
120
120
|
}
|
|
121
|
-
function
|
|
121
|
+
function k(e) {
|
|
122
122
|
return document.createTextNode(e);
|
|
123
123
|
}
|
|
124
124
|
function V() {
|
|
125
|
-
return
|
|
125
|
+
return k(" ");
|
|
126
126
|
}
|
|
127
127
|
function Je() {
|
|
128
|
-
return
|
|
128
|
+
return k("");
|
|
129
129
|
}
|
|
130
130
|
function sr(e, t, r, n) {
|
|
131
131
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
@@ -168,11 +168,11 @@ function cr(e) {
|
|
|
168
168
|
const z = [], De = [];
|
|
169
169
|
let W = [];
|
|
170
170
|
const tt = [], fr = /* @__PURE__ */ Promise.resolve();
|
|
171
|
-
let
|
|
171
|
+
let ke = !1;
|
|
172
172
|
function mr() {
|
|
173
|
-
|
|
173
|
+
ke || (ke = !0, fr.then(I));
|
|
174
174
|
}
|
|
175
|
-
function
|
|
175
|
+
function $e(e) {
|
|
176
176
|
W.push(e);
|
|
177
177
|
}
|
|
178
178
|
const Pe = /* @__PURE__ */ new Set();
|
|
@@ -200,13 +200,13 @@ function I() {
|
|
|
200
200
|
} while (z.length);
|
|
201
201
|
for (; tt.length; )
|
|
202
202
|
tt.pop()();
|
|
203
|
-
|
|
203
|
+
ke = !1, Pe.clear(), ne(e);
|
|
204
204
|
}
|
|
205
205
|
function dr(e) {
|
|
206
206
|
if (e.fragment !== null) {
|
|
207
207
|
e.update(), se(e.before_update);
|
|
208
208
|
const t = e.dirty;
|
|
209
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
209
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach($e);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
function pr(e) {
|
|
@@ -229,10 +229,10 @@ function ge(e, t, r, n) {
|
|
|
229
229
|
}
|
|
230
230
|
function br(e, t, r) {
|
|
231
231
|
const { fragment: n, after_update: i } = e.$$;
|
|
232
|
-
n && n.m(t, r),
|
|
232
|
+
n && n.m(t, r), $e(() => {
|
|
233
233
|
const a = e.$$.on_mount.map(Ht).filter(qe);
|
|
234
234
|
e.$$.on_destroy ? e.$$.on_destroy.push(...a) : se(a), e.$$.on_mount = [];
|
|
235
|
-
}), i.forEach(
|
|
235
|
+
}), i.forEach($e);
|
|
236
236
|
}
|
|
237
237
|
function yr(e, t) {
|
|
238
238
|
const r = e.$$;
|
|
@@ -621,10 +621,10 @@ function Q(e, t, r) {
|
|
|
621
621
|
function Pr(e) {
|
|
622
622
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
623
623
|
}
|
|
624
|
-
var
|
|
625
|
-
return
|
|
624
|
+
var Cr = function(t) {
|
|
625
|
+
return Or(t) && !Ir(t);
|
|
626
626
|
};
|
|
627
|
-
function
|
|
627
|
+
function Or(e) {
|
|
628
628
|
return !!e && typeof e == "object";
|
|
629
629
|
}
|
|
630
630
|
function Ir(e) {
|
|
@@ -641,12 +641,12 @@ function Dr(e) {
|
|
|
641
641
|
function ae(e, t) {
|
|
642
642
|
return t.clone !== !1 && t.isMergeableObject(e) ? q(Dr(e), e, t) : e;
|
|
643
643
|
}
|
|
644
|
-
function
|
|
644
|
+
function kr(e, t, r) {
|
|
645
645
|
return e.concat(t).map(function(n) {
|
|
646
646
|
return ae(n, r);
|
|
647
647
|
});
|
|
648
648
|
}
|
|
649
|
-
function
|
|
649
|
+
function $r(e, t) {
|
|
650
650
|
if (!t.customMerge)
|
|
651
651
|
return q;
|
|
652
652
|
var r = t.customMerge(e);
|
|
@@ -675,11 +675,11 @@ function Fr(e, t, r) {
|
|
|
675
675
|
return r.isMergeableObject(e) && rt(e).forEach(function(i) {
|
|
676
676
|
n[i] = ae(e[i], r);
|
|
677
677
|
}), rt(t).forEach(function(i) {
|
|
678
|
-
Gr(e, i) || (Pt(e, i) && r.isMergeableObject(t[i]) ? n[i] =
|
|
678
|
+
Gr(e, i) || (Pt(e, i) && r.isMergeableObject(t[i]) ? n[i] = $r(i, r)(e[i], t[i], r) : n[i] = ae(t[i], r));
|
|
679
679
|
}), n;
|
|
680
680
|
}
|
|
681
681
|
function q(e, t, r) {
|
|
682
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
682
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || kr, r.isMergeableObject = r.isMergeableObject || Cr, r.cloneUnlessOtherwiseSpecified = ae;
|
|
683
683
|
var n = Array.isArray(t), i = Array.isArray(e), a = n === i;
|
|
684
684
|
return a ? n ? r.arrayMerge(e, t, r) : Fr(e, t, r) : ae(t, r);
|
|
685
685
|
}
|
|
@@ -728,13 +728,13 @@ function Wr(e, t) {
|
|
|
728
728
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
729
729
|
return r;
|
|
730
730
|
}
|
|
731
|
-
function
|
|
731
|
+
function Ce(e, t, r) {
|
|
732
732
|
if (r || arguments.length === 2)
|
|
733
733
|
for (var n = 0, i = t.length, a; n < i; n++)
|
|
734
734
|
(a || !(n in t)) && (a || (a = Array.prototype.slice.call(t, 0, n)), a[n] = t[n]);
|
|
735
735
|
return e.concat(a || Array.prototype.slice.call(t));
|
|
736
736
|
}
|
|
737
|
-
function
|
|
737
|
+
function Oe(e, t) {
|
|
738
738
|
var r = t && t.cache ? t.cache : Kr, n = t && t.serializer ? t.serializer : Yr, i = t && t.strategy ? t.strategy : Jr;
|
|
739
739
|
return i(e, {
|
|
740
740
|
cache: r,
|
|
@@ -748,19 +748,19 @@ function qr(e, t, r, n) {
|
|
|
748
748
|
var i = Xr(n) ? n : r(n), a = t.get(i);
|
|
749
749
|
return typeof a > "u" && (a = e.call(this, n), t.set(i, a)), a;
|
|
750
750
|
}
|
|
751
|
-
function
|
|
751
|
+
function Ct(e, t, r) {
|
|
752
752
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), a = t.get(i);
|
|
753
753
|
return typeof a > "u" && (a = e.apply(this, n), t.set(i, a)), a;
|
|
754
754
|
}
|
|
755
|
-
function
|
|
755
|
+
function Ot(e, t, r, n, i) {
|
|
756
756
|
return r.bind(t, e, n, i);
|
|
757
757
|
}
|
|
758
758
|
function Jr(e, t) {
|
|
759
|
-
var r = e.length === 1 ? qr :
|
|
760
|
-
return
|
|
759
|
+
var r = e.length === 1 ? qr : Ct;
|
|
760
|
+
return Ot(e, this, r, t.cache.create(), t.serializer);
|
|
761
761
|
}
|
|
762
762
|
function Zr(e, t) {
|
|
763
|
-
return
|
|
763
|
+
return Ot(e, this, Ct, t.cache.create(), t.serializer);
|
|
764
764
|
}
|
|
765
765
|
var Yr = function() {
|
|
766
766
|
return JSON.stringify(arguments);
|
|
@@ -828,10 +828,10 @@ function Dt(e) {
|
|
|
828
828
|
function tn(e) {
|
|
829
829
|
return e.type === _.pound;
|
|
830
830
|
}
|
|
831
|
-
function
|
|
831
|
+
function kt(e) {
|
|
832
832
|
return e.type === _.tag;
|
|
833
833
|
}
|
|
834
|
-
function
|
|
834
|
+
function $t(e) {
|
|
835
835
|
return !!(e && typeof e == "object" && e.type === J.number);
|
|
836
836
|
}
|
|
837
837
|
function Ge(e) {
|
|
@@ -2957,7 +2957,7 @@ var An = (
|
|
|
2957
2957
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2958
2958
|
return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, y(v, xe({}, v)));
|
|
2959
2959
|
this.bumpSpace();
|
|
2960
|
-
var R = this.parseIdentifierIfPossible(),
|
|
2960
|
+
var R = this.parseIdentifierIfPossible(), C = 0;
|
|
2961
2961
|
if (s !== "select" && R.value === "offset") {
|
|
2962
2962
|
if (!this.bumpIf(":"))
|
|
2963
2963
|
return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y(this.clonePosition(), this.clonePosition()));
|
|
@@ -2965,7 +2965,7 @@ var An = (
|
|
|
2965
2965
|
var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
2966
2966
|
if (c.err)
|
|
2967
2967
|
return c;
|
|
2968
|
-
this.bumpSpace(), R = this.parseIdentifierIfPossible(),
|
|
2968
|
+
this.bumpSpace(), R = this.parseIdentifierIfPossible(), C = c.val;
|
|
2969
2969
|
}
|
|
2970
2970
|
var p = this.tryParsePluralOrSelectOptions(t, s, r, R);
|
|
2971
2971
|
if (p.err)
|
|
@@ -2973,13 +2973,13 @@ var An = (
|
|
|
2973
2973
|
var g = this.tryParseArgumentClose(i);
|
|
2974
2974
|
if (g.err)
|
|
2975
2975
|
return g;
|
|
2976
|
-
var
|
|
2976
|
+
var O = y(i, this.clonePosition());
|
|
2977
2977
|
return s === "select" ? {
|
|
2978
2978
|
val: {
|
|
2979
2979
|
type: _.select,
|
|
2980
2980
|
value: n,
|
|
2981
2981
|
options: ut(p.val),
|
|
2982
|
-
location:
|
|
2982
|
+
location: O
|
|
2983
2983
|
},
|
|
2984
2984
|
err: null
|
|
2985
2985
|
} : {
|
|
@@ -2987,9 +2987,9 @@ var An = (
|
|
|
2987
2987
|
type: _.plural,
|
|
2988
2988
|
value: n,
|
|
2989
2989
|
options: ut(p.val),
|
|
2990
|
-
offset:
|
|
2990
|
+
offset: C,
|
|
2991
2991
|
pluralType: s === "plural" ? "cardinal" : "ordinal",
|
|
2992
|
-
location:
|
|
2992
|
+
location: O
|
|
2993
2993
|
},
|
|
2994
2994
|
err: null
|
|
2995
2995
|
};
|
|
@@ -3181,7 +3181,7 @@ function We(e) {
|
|
|
3181
3181
|
for (var r in t.options)
|
|
3182
3182
|
delete t.options[r].location, We(t.options[r].value);
|
|
3183
3183
|
else
|
|
3184
|
-
It(t) &&
|
|
3184
|
+
It(t) && $t(t.style) || (Mt(t) || Nt(t)) && Ge(t.style) ? delete t.style.location : kt(t) && We(t.children);
|
|
3185
3185
|
});
|
|
3186
3186
|
}
|
|
3187
3187
|
function Pn(e, t) {
|
|
@@ -3218,7 +3218,7 @@ var Be = (
|
|
|
3218
3218
|
}
|
|
3219
3219
|
return t;
|
|
3220
3220
|
}(Be)
|
|
3221
|
-
),
|
|
3221
|
+
), Cn = (
|
|
3222
3222
|
/** @class */
|
|
3223
3223
|
function(e) {
|
|
3224
3224
|
Se(t, e);
|
|
@@ -3227,7 +3227,7 @@ var Be = (
|
|
|
3227
3227
|
}
|
|
3228
3228
|
return t;
|
|
3229
3229
|
}(Be)
|
|
3230
|
-
),
|
|
3230
|
+
), On = (
|
|
3231
3231
|
/** @class */
|
|
3232
3232
|
function(e) {
|
|
3233
3233
|
Se(t, e);
|
|
@@ -3275,7 +3275,7 @@ function _e(e, t, r, n, i, a, o) {
|
|
|
3275
3275
|
}
|
|
3276
3276
|
var c = h.value;
|
|
3277
3277
|
if (!(i && c in i))
|
|
3278
|
-
throw new
|
|
3278
|
+
throw new On(c, o);
|
|
3279
3279
|
var f = i[c];
|
|
3280
3280
|
if (en(h)) {
|
|
3281
3281
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
|
|
@@ -3301,24 +3301,24 @@ function _e(e, t, r, n, i, a, o) {
|
|
|
3301
3301
|
continue;
|
|
3302
3302
|
}
|
|
3303
3303
|
if (It(h)) {
|
|
3304
|
-
var d = typeof h.style == "string" ? n.number[h.style] :
|
|
3304
|
+
var d = typeof h.style == "string" ? n.number[h.style] : $t(h.style) ? h.style.parsedOptions : void 0;
|
|
3305
3305
|
d && d.scale && (f = f * (d.scale || 1)), s.push({
|
|
3306
3306
|
type: H.literal,
|
|
3307
3307
|
value: r.getNumberFormat(t, d).format(f)
|
|
3308
3308
|
});
|
|
3309
3309
|
continue;
|
|
3310
3310
|
}
|
|
3311
|
-
if (
|
|
3311
|
+
if (kt(h)) {
|
|
3312
3312
|
var g = h.children, x = h.value, w = i[x];
|
|
3313
3313
|
if (!Mn(w))
|
|
3314
|
-
throw new
|
|
3315
|
-
var T = _e(g, t, r, n, i, a), m = w(T.map(function(
|
|
3316
|
-
return
|
|
3314
|
+
throw new Cn(x, "function", o);
|
|
3315
|
+
var T = _e(g, t, r, n, i, a), m = w(T.map(function(C) {
|
|
3316
|
+
return C.value;
|
|
3317
3317
|
}));
|
|
3318
|
-
Array.isArray(m) || (m = [m]), s.push.apply(s, m.map(function(
|
|
3318
|
+
Array.isArray(m) || (m = [m]), s.push.apply(s, m.map(function(C) {
|
|
3319
3319
|
return {
|
|
3320
|
-
type: typeof
|
|
3321
|
-
value:
|
|
3320
|
+
type: typeof C == "string" ? H.literal : H.object,
|
|
3321
|
+
value: C
|
|
3322
3322
|
};
|
|
3323
3323
|
}));
|
|
3324
3324
|
}
|
|
@@ -3377,26 +3377,26 @@ function Dn(e) {
|
|
|
3377
3377
|
dateTime: {},
|
|
3378
3378
|
pluralRules: {}
|
|
3379
3379
|
}), {
|
|
3380
|
-
getNumberFormat:
|
|
3380
|
+
getNumberFormat: Oe(function() {
|
|
3381
3381
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3382
3382
|
r[n] = arguments[n];
|
|
3383
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3383
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, Ce([void 0], r, !1)))();
|
|
3384
3384
|
}, {
|
|
3385
3385
|
cache: Ne(e.number),
|
|
3386
3386
|
strategy: Ie.variadic
|
|
3387
3387
|
}),
|
|
3388
|
-
getDateTimeFormat:
|
|
3388
|
+
getDateTimeFormat: Oe(function() {
|
|
3389
3389
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3390
3390
|
r[n] = arguments[n];
|
|
3391
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3391
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, Ce([void 0], r, !1)))();
|
|
3392
3392
|
}, {
|
|
3393
3393
|
cache: Ne(e.dateTime),
|
|
3394
3394
|
strategy: Ie.variadic
|
|
3395
3395
|
}),
|
|
3396
|
-
getPluralRules:
|
|
3396
|
+
getPluralRules: Oe(function() {
|
|
3397
3397
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3398
3398
|
r[n] = arguments[n];
|
|
3399
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3399
|
+
return new ((t = Intl.PluralRules).bind.apply(t, Ce([void 0], r, !1)))();
|
|
3400
3400
|
}, {
|
|
3401
3401
|
cache: Ne(e.pluralRules),
|
|
3402
3402
|
strategy: Ie.variadic
|
|
@@ -3515,7 +3515,7 @@ var Xt = (
|
|
|
3515
3515
|
}, e;
|
|
3516
3516
|
}()
|
|
3517
3517
|
);
|
|
3518
|
-
function
|
|
3518
|
+
function kn(e, t) {
|
|
3519
3519
|
if (t == null)
|
|
3520
3520
|
return;
|
|
3521
3521
|
if (t in e)
|
|
@@ -3536,7 +3536,7 @@ function $n(e, t) {
|
|
|
3536
3536
|
n = void 0;
|
|
3537
3537
|
return n;
|
|
3538
3538
|
}
|
|
3539
|
-
const D = {},
|
|
3539
|
+
const D = {}, $n = (e, t, r) => r && (t in D || (D[t] = {}), e in D[t] || (D[t][e] = r), r), qt = (e, t) => {
|
|
3540
3540
|
if (t == null)
|
|
3541
3541
|
return;
|
|
3542
3542
|
if (t in D && e in D[t])
|
|
@@ -3545,7 +3545,7 @@ const D = {}, kn = (e, t, r) => r && (t in D || (D[t] = {}), e in D[t] || (D[t][
|
|
|
3545
3545
|
for (let n = 0; n < r.length; n++) {
|
|
3546
3546
|
const i = r[n], a = Gn(i, e);
|
|
3547
3547
|
if (a)
|
|
3548
|
-
return
|
|
3548
|
+
return $n(e, t, a);
|
|
3549
3549
|
}
|
|
3550
3550
|
};
|
|
3551
3551
|
let Ze;
|
|
@@ -3560,7 +3560,7 @@ function Gn(e, t) {
|
|
|
3560
3560
|
if (!Jt(e))
|
|
3561
3561
|
return null;
|
|
3562
3562
|
const r = Un(e);
|
|
3563
|
-
return
|
|
3563
|
+
return kn(r, t);
|
|
3564
3564
|
}
|
|
3565
3565
|
function Fn(e) {
|
|
3566
3566
|
if (e == null)
|
|
@@ -3664,7 +3664,7 @@ function Zn({ locale: e, id: t }) {
|
|
|
3664
3664
|
console.warn(
|
|
3665
3665
|
`[svelte-i18n] The message "${t}" was not found in "${le(
|
|
3666
3666
|
e
|
|
3667
|
-
).join('", "')}".${Te(
|
|
3667
|
+
).join('", "')}".${Te($()) ? `
|
|
3668
3668
|
|
|
3669
3669
|
Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
|
|
3670
3670
|
);
|
|
@@ -3713,7 +3713,7 @@ function le(e, t = Y().fallbackLocale) {
|
|
|
3713
3713
|
const r = dt(e);
|
|
3714
3714
|
return t ? [.../* @__PURE__ */ new Set([...r, ...dt(t)])] : r;
|
|
3715
3715
|
}
|
|
3716
|
-
function
|
|
3716
|
+
function $() {
|
|
3717
3717
|
return Xe ?? void 0;
|
|
3718
3718
|
}
|
|
3719
3719
|
we.subscribe((e) => {
|
|
@@ -3723,7 +3723,7 @@ const oi = (e) => {
|
|
|
3723
3723
|
if (e && Fn(e) && Te(e)) {
|
|
3724
3724
|
const { loadingDelay: t } = Y();
|
|
3725
3725
|
let r;
|
|
3726
|
-
return typeof window < "u" &&
|
|
3726
|
+
return typeof window < "u" && $() != null && t ? r = window.setTimeout(
|
|
3727
3727
|
() => Re.set(!0),
|
|
3728
3728
|
t
|
|
3729
3729
|
) : Re.set(!0), Qt(e).then(() => {
|
|
@@ -3788,28 +3788,28 @@ const oe = (e, t) => {
|
|
|
3788
3788
|
}
|
|
3789
3789
|
), ci = (e = {}) => {
|
|
3790
3790
|
var t = e, {
|
|
3791
|
-
locale: r =
|
|
3791
|
+
locale: r = $()
|
|
3792
3792
|
} = t, n = K(t, [
|
|
3793
3793
|
"locale"
|
|
3794
3794
|
]);
|
|
3795
3795
|
return ui(Ye({ locale: r }, n));
|
|
3796
3796
|
}, fi = (e = {}) => {
|
|
3797
3797
|
var t = e, {
|
|
3798
|
-
locale: r =
|
|
3798
|
+
locale: r = $()
|
|
3799
3799
|
} = t, n = K(t, [
|
|
3800
3800
|
"locale"
|
|
3801
3801
|
]);
|
|
3802
3802
|
return li(Ye({ locale: r }, n));
|
|
3803
3803
|
}, mi = (e = {}) => {
|
|
3804
3804
|
var t = e, {
|
|
3805
|
-
locale: r =
|
|
3805
|
+
locale: r = $()
|
|
3806
3806
|
} = t, n = K(t, [
|
|
3807
3807
|
"locale"
|
|
3808
3808
|
]);
|
|
3809
3809
|
return hi(Ye({ locale: r }, n));
|
|
3810
3810
|
}, di = Le(
|
|
3811
3811
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3812
|
-
(e, t =
|
|
3812
|
+
(e, t = $()) => new Xt(e, t, Y().formats, {
|
|
3813
3813
|
ignoreTag: Y().ignoreTag
|
|
3814
3814
|
})
|
|
3815
3815
|
), pi = (e, t = {}) => {
|
|
@@ -3818,7 +3818,7 @@ const oe = (e, t) => {
|
|
|
3818
3818
|
typeof e == "object" && (o = e, e = o.id);
|
|
3819
3819
|
const {
|
|
3820
3820
|
values: s,
|
|
3821
|
-
locale: l =
|
|
3821
|
+
locale: l = $(),
|
|
3822
3822
|
default: u
|
|
3823
3823
|
} = o;
|
|
3824
3824
|
if (l == null)
|
|
@@ -3844,7 +3844,7 @@ const oe = (e, t) => {
|
|
|
3844
3844
|
);
|
|
3845
3845
|
}
|
|
3846
3846
|
return c;
|
|
3847
|
-
}, gi = (e, t) => mi(t).format(e), bi = (e, t) => fi(t).format(e), yi = (e, t) => ci(t).format(e), vi = (e, t =
|
|
3847
|
+
}, gi = (e, t) => mi(t).format(e), bi = (e, t) => fi(t).format(e), yi = (e, t) => ci(t).format(e), vi = (e, t = $()) => qt(e, t), _i = Q([U, ue], () => pi);
|
|
3848
3848
|
Q([U], () => gi);
|
|
3849
3849
|
Q([U], () => bi);
|
|
3850
3850
|
Q([U], () => yi);
|
|
@@ -3859,11 +3859,15 @@ function Ei(e) {
|
|
|
3859
3859
|
}
|
|
3860
3860
|
const bt = {
|
|
3861
3861
|
en: {
|
|
3862
|
+
VendorMicroserviceCommunicationError: "We apologise, but your payment provider has declined to process due to a microservice communication error. Please try again later.",
|
|
3863
|
+
CustomerDocumentIdMissing: "The document ID is missing",
|
|
3864
|
+
InvalidTransactionStatus: "The transaction status is invalid",
|
|
3865
|
+
UndefinedTechnicalError: "Something went wrong",
|
|
3862
3866
|
errorGeneralTitle: "Error Occurred",
|
|
3863
3867
|
errorGeneralText: "Something went wrong",
|
|
3864
3868
|
errorGeneralButton: "CLOSE",
|
|
3865
3869
|
PlayerSessionIsNotValid: "Player session is not valid",
|
|
3866
|
-
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",
|
|
3870
|
+
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",
|
|
3867
3871
|
PaymentMethodNotAllowed: "We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",
|
|
3868
3872
|
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",
|
|
3869
3873
|
MerchantUserHasWithdrawBlockRole: "Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",
|
|
@@ -3899,9 +3903,15 @@ const bt = {
|
|
|
3899
3903
|
AuthenticationFailed: "Authentication failed",
|
|
3900
3904
|
CommunicationTimeoutError: "Communication timeout",
|
|
3901
3905
|
MissingPaymentDetails: "Missing payment details",
|
|
3902
|
-
InvalidAccount: "Invalid account"
|
|
3906
|
+
InvalidAccount: "Invalid account",
|
|
3907
|
+
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."
|
|
3903
3908
|
},
|
|
3904
3909
|
tr: {
|
|
3910
|
+
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.",
|
|
3911
|
+
CustomerDocumentIdMissing: "Belge kimliği eksik",
|
|
3912
|
+
InvalidTransactionStatus: "İşlem durumu geçersiz",
|
|
3913
|
+
UndefinedTechnicalError: "Bir şeyler ters gitti",
|
|
3914
|
+
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",
|
|
3905
3915
|
errorGeneralTitle: "Hata oluştu",
|
|
3906
3916
|
errorGeneralText: "Bir şeyler ters gitti",
|
|
3907
3917
|
errorGeneralButton: "KAPALI",
|
|
@@ -3942,9 +3952,14 @@ const bt = {
|
|
|
3942
3952
|
AuthenticationFailed: "Kimlik doğrulama başarısız",
|
|
3943
3953
|
CommunicationTimeoutError: "İletişim zaman aşımı",
|
|
3944
3954
|
MissingPaymentDetails: "Eksik ödeme bilgileri",
|
|
3945
|
-
InvalidAccount: "Geçersiz hesap"
|
|
3955
|
+
InvalidAccount: "Geçersiz hesap",
|
|
3956
|
+
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."
|
|
3946
3957
|
},
|
|
3947
3958
|
fr: {
|
|
3959
|
+
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.",
|
|
3960
|
+
CustomerDocumentIdMissing: "L’identifiant du document est manquant",
|
|
3961
|
+
InvalidTransactionStatus: "Le statut de la transaction est invalide",
|
|
3962
|
+
UndefinedTechnicalError: "Une erreur s’est produite",
|
|
3948
3963
|
errorGeneralTitle: "Une erreur s’est produite",
|
|
3949
3964
|
errorGeneralText: "Une erreur est survenue",
|
|
3950
3965
|
errorGeneralButton: "FERMER",
|
|
@@ -3985,7 +4000,8 @@ const bt = {
|
|
|
3985
4000
|
AuthenticationFailed: "Échec de l'authentification",
|
|
3986
4001
|
CommunicationTimeoutError: "Délai de communication dépassé",
|
|
3987
4002
|
MissingPaymentDetails: "Détails de paiement manquants",
|
|
3988
|
-
InvalidAccount: "Compte invalide"
|
|
4003
|
+
InvalidAccount: "Compte invalide",
|
|
4004
|
+
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."
|
|
3989
4005
|
}
|
|
3990
4006
|
};
|
|
3991
4007
|
function xi(e) {
|
|
@@ -4067,7 +4083,7 @@ function Bi(e) {
|
|
|
4067
4083
|
);
|
|
4068
4084
|
return {
|
|
4069
4085
|
c() {
|
|
4070
|
-
t = L("span"), n =
|
|
4086
|
+
t = L("span"), n = k(r), i = V(), a && a.c(), N(t, "class", "CashierErrorText");
|
|
4071
4087
|
},
|
|
4072
4088
|
m(o, s) {
|
|
4073
4089
|
S(o, t, s), B(t, n), B(t, i), a && a.m(t, null);
|
|
@@ -4090,7 +4106,7 @@ function Li(e) {
|
|
|
4090
4106
|
), i;
|
|
4091
4107
|
return {
|
|
4092
4108
|
c() {
|
|
4093
|
-
t = L("div"), r = L("span"), i =
|
|
4109
|
+
t = L("div"), r = L("span"), i = k(n), N(r, "class", "CashierErrorText LoadingText"), N(t, "class", "WageringFetch");
|
|
4094
4110
|
},
|
|
4095
4111
|
m(a, o) {
|
|
4096
4112
|
S(a, t, o), B(t, r), B(r, i);
|
|
@@ -4109,10 +4125,10 @@ function wt(e) {
|
|
|
4109
4125
|
let t, r, n;
|
|
4110
4126
|
return {
|
|
4111
4127
|
c() {
|
|
4112
|
-
t =
|
|
4128
|
+
t = k(
|
|
4113
4129
|
/*depositWageringAmount*/
|
|
4114
4130
|
e[3]
|
|
4115
|
-
), r = V(), n =
|
|
4131
|
+
), r = V(), n = k(
|
|
4116
4132
|
/*depositWageringCurrency*/
|
|
4117
4133
|
e[4]
|
|
4118
4134
|
);
|
|
@@ -4149,7 +4165,7 @@ function Pi(e) {
|
|
|
4149
4165
|
);
|
|
4150
4166
|
return {
|
|
4151
4167
|
c() {
|
|
4152
|
-
t = L("span"), n =
|
|
4168
|
+
t = L("span"), n = k(r), i = V(), o && o.c(), a = Je(), N(t, "class", "CashierErrorText");
|
|
4153
4169
|
},
|
|
4154
4170
|
m(s, l) {
|
|
4155
4171
|
S(s, t, l), B(t, n), S(s, i, l), o && o.m(s, l), S(s, a, l);
|
|
@@ -4166,14 +4182,14 @@ function Pi(e) {
|
|
|
4166
4182
|
}
|
|
4167
4183
|
};
|
|
4168
4184
|
}
|
|
4169
|
-
function
|
|
4185
|
+
function Ci(e) {
|
|
4170
4186
|
let t, r, n = (
|
|
4171
4187
|
/*$_*/
|
|
4172
4188
|
e[5]("errorGeneralButton") + ""
|
|
4173
4189
|
), i, a, o;
|
|
4174
4190
|
return {
|
|
4175
4191
|
c() {
|
|
4176
|
-
t = L("button"), r = L("span"), i =
|
|
4192
|
+
t = L("button"), r = L("span"), i = k(n), N(t, "class", "CashierErrorButton");
|
|
4177
4193
|
},
|
|
4178
4194
|
m(s, l) {
|
|
4179
4195
|
S(s, t, l), B(t, r), B(r, i), a || (o = sr(
|
|
@@ -4193,7 +4209,7 @@ function Oi(e) {
|
|
|
4193
4209
|
}
|
|
4194
4210
|
};
|
|
4195
4211
|
}
|
|
4196
|
-
function
|
|
4212
|
+
function Oi(e) {
|
|
4197
4213
|
let t, r, n, i, a, o;
|
|
4198
4214
|
const s = (
|
|
4199
4215
|
/*#slots*/
|
|
@@ -4231,7 +4247,7 @@ function Ci(e) {
|
|
|
4231
4247
|
/*$$scope*/
|
|
4232
4248
|
e[12],
|
|
4233
4249
|
yt
|
|
4234
|
-
), T = w ||
|
|
4250
|
+
), T = w || Ci(e);
|
|
4235
4251
|
return {
|
|
4236
4252
|
c() {
|
|
4237
4253
|
t = L("div"), r = L("div"), u && u.c(), n = V(), c && c.c(), i = V(), g && g.c(), a = V(), T && T.c(), N(r, "class", "CashierErrorContent"), N(t, "class", "CashierError");
|
|
@@ -4336,12 +4352,12 @@ function Ii(e, t, r) {
|
|
|
4336
4352
|
Ei(s);
|
|
4337
4353
|
}, m = () => {
|
|
4338
4354
|
let p = new URL(c);
|
|
4339
|
-
fetch(p).then((
|
|
4340
|
-
Object.keys(
|
|
4341
|
-
gt(Qe,
|
|
4355
|
+
fetch(p).then((O) => O.json()).then((O) => {
|
|
4356
|
+
Object.keys(O).forEach((Qe) => {
|
|
4357
|
+
gt(Qe, O[Qe]);
|
|
4342
4358
|
});
|
|
4343
|
-
}).catch((
|
|
4344
|
-
console.error(
|
|
4359
|
+
}).catch((O) => {
|
|
4360
|
+
console.error(O);
|
|
4345
4361
|
});
|
|
4346
4362
|
};
|
|
4347
4363
|
Object.keys(bt).forEach((p) => {
|
|
@@ -4360,7 +4376,7 @@ function Ii(e, t, r) {
|
|
|
4360
4376
|
cr(() => (window.addEventListener("message", R, !1), () => {
|
|
4361
4377
|
window.removeEventListener("message", R);
|
|
4362
4378
|
}));
|
|
4363
|
-
function
|
|
4379
|
+
function C(p) {
|
|
4364
4380
|
De[p ? "unshift" : "push"](() => {
|
|
4365
4381
|
d = p, r(2, d);
|
|
4366
4382
|
});
|
|
@@ -4389,7 +4405,7 @@ function Ii(e, t, r) {
|
|
|
4389
4405
|
f,
|
|
4390
4406
|
a,
|
|
4391
4407
|
i,
|
|
4392
|
-
|
|
4408
|
+
C
|
|
4393
4409
|
];
|
|
4394
4410
|
}
|
|
4395
4411
|
class Mi extends xr {
|
|
@@ -4398,7 +4414,7 @@ class Mi extends xr {
|
|
|
4398
4414
|
this,
|
|
4399
4415
|
t,
|
|
4400
4416
|
Ii,
|
|
4401
|
-
|
|
4417
|
+
Oi,
|
|
4402
4418
|
At,
|
|
4403
4419
|
{
|
|
4404
4420
|
assetsurl: 0,
|