@everymatrix/cashier-error 1.93.7 → 1.93.9
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-C_8CWLBb.js → CashierError-BPnTLNxO.js} +49 -47
- package/components/{CashierError-CV7FQUz7.js → CashierError-D_Xh3zbl.js} +46 -44
- package/components/{CashierError-BDpxK42o.cjs → CashierError-_3sf3GlB.cjs} +2 -2
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../stencil/ui-image-Ch-GHki1.js";
|
|
2
|
-
function
|
|
2
|
+
function O() {
|
|
3
3
|
}
|
|
4
4
|
function rr(e, t) {
|
|
5
5
|
for (const r in t)
|
|
@@ -35,7 +35,7 @@ function At(e, ...t) {
|
|
|
35
35
|
if (e == null) {
|
|
36
36
|
for (const n of t)
|
|
37
37
|
n(void 0);
|
|
38
|
-
return
|
|
38
|
+
return O;
|
|
39
39
|
}
|
|
40
40
|
const r = e.subscribe(...t);
|
|
41
41
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
@@ -170,14 +170,14 @@ let V = [];
|
|
|
170
170
|
const et = [], dr = /* @__PURE__ */ Promise.resolve();
|
|
171
171
|
let ke = !1;
|
|
172
172
|
function mr() {
|
|
173
|
-
ke || (ke = !0, dr.then(
|
|
173
|
+
ke || (ke = !0, dr.then(I));
|
|
174
174
|
}
|
|
175
175
|
function $e(e) {
|
|
176
176
|
V.push(e);
|
|
177
177
|
}
|
|
178
178
|
const Le = /* @__PURE__ */ new Set();
|
|
179
179
|
let U = 0;
|
|
180
|
-
function
|
|
180
|
+
function I() {
|
|
181
181
|
if (U !== 0)
|
|
182
182
|
return;
|
|
183
183
|
const e = ne;
|
|
@@ -249,7 +249,7 @@ function Er(e, t, r, n, i, a, o = null, s = [-1]) {
|
|
|
249
249
|
ctx: [],
|
|
250
250
|
// state
|
|
251
251
|
props: a,
|
|
252
|
-
update:
|
|
252
|
+
update: O,
|
|
253
253
|
not_equal: i,
|
|
254
254
|
bound: Qe(),
|
|
255
255
|
// lifecycle
|
|
@@ -276,7 +276,7 @@ function Er(e, t, r, n, i, a, o = null, s = [-1]) {
|
|
|
276
276
|
u.fragment && u.fragment.l(c), c.forEach(A);
|
|
277
277
|
} else
|
|
278
278
|
u.fragment && u.fragment.c();
|
|
279
|
-
t.intro && ee(e.$$.fragment), yr(e, t.target, t.anchor),
|
|
279
|
+
t.intro && ee(e.$$.fragment), yr(e, t.target, t.anchor), I();
|
|
280
280
|
}
|
|
281
281
|
re(l);
|
|
282
282
|
}
|
|
@@ -475,7 +475,7 @@ class Tr {
|
|
|
475
475
|
$$set = void 0;
|
|
476
476
|
/** @returns {void} */
|
|
477
477
|
$destroy() {
|
|
478
|
-
vr(this, 1), this.$destroy =
|
|
478
|
+
vr(this, 1), this.$destroy = O;
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
481
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -485,7 +485,7 @@ class Tr {
|
|
|
485
485
|
*/
|
|
486
486
|
$on(t, r) {
|
|
487
487
|
if (!qe(r))
|
|
488
|
-
return
|
|
488
|
+
return O;
|
|
489
489
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
490
490
|
return n.push(r), () => {
|
|
491
491
|
const i = n.indexOf(r);
|
|
@@ -561,7 +561,7 @@ function Lr(e, t) {
|
|
|
561
561
|
subscribe: Ae(e, t).subscribe
|
|
562
562
|
};
|
|
563
563
|
}
|
|
564
|
-
function Ae(e, t =
|
|
564
|
+
function Ae(e, t = O) {
|
|
565
565
|
let r;
|
|
566
566
|
const n = /* @__PURE__ */ new Set();
|
|
567
567
|
function i(s) {
|
|
@@ -579,9 +579,9 @@ function Ae(e, t = I) {
|
|
|
579
579
|
function a(s) {
|
|
580
580
|
i(s(e));
|
|
581
581
|
}
|
|
582
|
-
function o(s, l =
|
|
582
|
+
function o(s, l = O) {
|
|
583
583
|
const u = [s, l];
|
|
584
|
-
return n.add(u), n.size === 1 && (r = t(i, a) ||
|
|
584
|
+
return n.add(u), n.size === 1 && (r = t(i, a) || O), s(e), () => {
|
|
585
585
|
n.delete(u), n.size === 0 && r && (r(), r = null);
|
|
586
586
|
};
|
|
587
587
|
}
|
|
@@ -595,13 +595,13 @@ function Y(e, t, r) {
|
|
|
595
595
|
return Lr(r, (o, s) => {
|
|
596
596
|
let l = !1;
|
|
597
597
|
const u = [];
|
|
598
|
-
let h = 0, c =
|
|
598
|
+
let h = 0, c = O;
|
|
599
599
|
const f = () => {
|
|
600
600
|
if (h)
|
|
601
601
|
return;
|
|
602
602
|
c();
|
|
603
603
|
const g = t(n ? u[0] : u, o, s);
|
|
604
|
-
a ? o(g) : c = qe(g) ? g :
|
|
604
|
+
a ? o(g) : c = qe(g) ? g : O;
|
|
605
605
|
}, p = i.map(
|
|
606
606
|
(g, x) => At(
|
|
607
607
|
g,
|
|
@@ -621,10 +621,10 @@ function Y(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 Ir = function(t) {
|
|
625
|
+
return Or(t) && !Mr(t);
|
|
626
626
|
};
|
|
627
|
-
function
|
|
627
|
+
function Or(e) {
|
|
628
628
|
return !!e && typeof e == "object";
|
|
629
629
|
}
|
|
630
630
|
function Mr(e) {
|
|
@@ -679,7 +679,7 @@ function Fr(e, t, r) {
|
|
|
679
679
|
}), n;
|
|
680
680
|
}
|
|
681
681
|
function X(e, t, r) {
|
|
682
|
-
r = r || {}, r.arrayMerge = r.arrayMerge || $r, r.isMergeableObject = r.isMergeableObject ||
|
|
682
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || $r, r.isMergeableObject = r.isMergeableObject || Ir, r.cloneUnlessOtherwiseSpecified = ie;
|
|
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) : ie(t, r);
|
|
685
685
|
}
|
|
@@ -734,7 +734,7 @@ function Pe(e, t, r) {
|
|
|
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 Ie(e, t) {
|
|
738
738
|
var r = t && t.cache ? t.cache : en, n = t && t.serializer ? t.serializer : Qr, i = t && t.strategy ? t.strategy : Zr;
|
|
739
739
|
return i(e, {
|
|
740
740
|
cache: r,
|
|
@@ -780,7 +780,7 @@ var Qr = function() {
|
|
|
780
780
|
create: function() {
|
|
781
781
|
return new Kr();
|
|
782
782
|
}
|
|
783
|
-
},
|
|
783
|
+
}, Oe = {
|
|
784
784
|
variadic: Yr
|
|
785
785
|
}, xe = function() {
|
|
786
786
|
return xe = Object.assign || function(t) {
|
|
@@ -810,10 +810,10 @@ function rt(e) {
|
|
|
810
810
|
function tn(e) {
|
|
811
811
|
return e.type === _.argument;
|
|
812
812
|
}
|
|
813
|
-
function
|
|
813
|
+
function It(e) {
|
|
814
814
|
return e.type === _.number;
|
|
815
815
|
}
|
|
816
|
-
function
|
|
816
|
+
function Ot(e) {
|
|
817
817
|
return e.type === _.date;
|
|
818
818
|
}
|
|
819
819
|
function Mt(e) {
|
|
@@ -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
|
-
|
|
3184
|
+
It(t) && kt(t.style) || (Ot(t) || Mt(t)) && Ge(t.style) ? delete t.style.location : Dt(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
|
+
), In = (
|
|
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 (tn(h)) {
|
|
3281
3281
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
|
|
@@ -3284,7 +3284,7 @@ function _e(e, t, r, n, i, a, o) {
|
|
|
3284
3284
|
});
|
|
3285
3285
|
continue;
|
|
3286
3286
|
}
|
|
3287
|
-
if (
|
|
3287
|
+
if (Ot(h)) {
|
|
3288
3288
|
var p = typeof h.style == "string" ? n.date[h.style] : Ge(h.style) ? h.style.parsedOptions : void 0;
|
|
3289
3289
|
s.push({
|
|
3290
3290
|
type: H.literal,
|
|
@@ -3300,7 +3300,7 @@ function _e(e, t, r, n, i, a, o) {
|
|
|
3300
3300
|
});
|
|
3301
3301
|
continue;
|
|
3302
3302
|
}
|
|
3303
|
-
if (
|
|
3303
|
+
if (It(h)) {
|
|
3304
3304
|
var p = typeof h.style == "string" ? n.number[h.style] : kt(h.style) ? h.style.parsedOptions : void 0;
|
|
3305
3305
|
p && p.scale && (f = f * (p.scale || 1)), s.push({
|
|
3306
3306
|
type: H.literal,
|
|
@@ -3311,7 +3311,7 @@ function _e(e, t, r, n, i, a, o) {
|
|
|
3311
3311
|
if (Dt(h)) {
|
|
3312
3312
|
var g = h.children, x = h.value, w = i[x];
|
|
3313
3313
|
if (!Nn(w))
|
|
3314
|
-
throw new
|
|
3314
|
+
throw new In(x, "function", o);
|
|
3315
3315
|
var T = _e(g, t, r, n, i, a), d = w(T.map(function(P) {
|
|
3316
3316
|
return P.value;
|
|
3317
3317
|
}));
|
|
@@ -3377,29 +3377,29 @@ function kn(e) {
|
|
|
3377
3377
|
dateTime: {},
|
|
3378
3378
|
pluralRules: {}
|
|
3379
3379
|
}), {
|
|
3380
|
-
getNumberFormat:
|
|
3380
|
+
getNumberFormat: Ie(function() {
|
|
3381
3381
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3382
3382
|
r[n] = arguments[n];
|
|
3383
3383
|
return new ((t = Intl.NumberFormat).bind.apply(t, Pe([void 0], r, !1)))();
|
|
3384
3384
|
}, {
|
|
3385
3385
|
cache: Ne(e.number),
|
|
3386
|
-
strategy:
|
|
3386
|
+
strategy: Oe.variadic
|
|
3387
3387
|
}),
|
|
3388
|
-
getDateTimeFormat:
|
|
3388
|
+
getDateTimeFormat: Ie(function() {
|
|
3389
3389
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3390
3390
|
r[n] = arguments[n];
|
|
3391
3391
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, Pe([void 0], r, !1)))();
|
|
3392
3392
|
}, {
|
|
3393
3393
|
cache: Ne(e.dateTime),
|
|
3394
|
-
strategy:
|
|
3394
|
+
strategy: Oe.variadic
|
|
3395
3395
|
}),
|
|
3396
|
-
getPluralRules:
|
|
3396
|
+
getPluralRules: Ie(function() {
|
|
3397
3397
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3398
3398
|
r[n] = arguments[n];
|
|
3399
3399
|
return new ((t = Intl.PluralRules).bind.apply(t, Pe([void 0], r, !1)))();
|
|
3400
3400
|
}, {
|
|
3401
3401
|
cache: Ne(e.pluralRules),
|
|
3402
|
-
strategy:
|
|
3402
|
+
strategy: Oe.variadic
|
|
3403
3403
|
})
|
|
3404
3404
|
};
|
|
3405
3405
|
}
|
|
@@ -3906,7 +3906,8 @@ const gt = {
|
|
|
3906
3906
|
InvalidAccount: "Invalid account",
|
|
3907
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.",
|
|
3908
3908
|
InvalidCardHolder: "Invalid card holder",
|
|
3909
|
-
VendorInvalidCard: "Vendor invalid card"
|
|
3909
|
+
VendorInvalidCard: "Vendor invalid card",
|
|
3910
|
+
CardTokenIsBlocked: "Card token is blocked"
|
|
3910
3911
|
},
|
|
3911
3912
|
tr: {
|
|
3912
3913
|
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.",
|
|
@@ -3957,7 +3958,8 @@ const gt = {
|
|
|
3957
3958
|
InvalidAccount: "Geçersiz hesap",
|
|
3958
3959
|
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.",
|
|
3959
3960
|
InvalidCardHolder: "Geçersiz kart sahibi",
|
|
3960
|
-
VendorInvalidCard: "Özür dileriz, fakat sağlayıcınız hatalı kart bilgileri nedeniyle işleminizi reddetti. Lütfen kart bilgilerinizi yeniden girin veya Destek ekibimizle iletişime geçin. Hata kodu 13500"
|
|
3961
|
+
VendorInvalidCard: "Özür dileriz, fakat sağlayıcınız hatalı kart bilgileri nedeniyle işleminizi reddetti. Lütfen kart bilgilerinizi yeniden girin veya Destek ekibimizle iletişime geçin. Hata kodu 13500",
|
|
3962
|
+
CardTokenIsBlocked: "Kart jetonu engellendi"
|
|
3961
3963
|
},
|
|
3962
3964
|
fr: {
|
|
3963
3965
|
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.",
|
|
@@ -4186,7 +4188,7 @@ function Pi(e) {
|
|
|
4186
4188
|
}
|
|
4187
4189
|
};
|
|
4188
4190
|
}
|
|
4189
|
-
function
|
|
4191
|
+
function Ii(e) {
|
|
4190
4192
|
let t, r, n = (
|
|
4191
4193
|
/*$_*/
|
|
4192
4194
|
e[5]("errorGeneralButton") + ""
|
|
@@ -4213,7 +4215,7 @@ function Oi(e) {
|
|
|
4213
4215
|
}
|
|
4214
4216
|
};
|
|
4215
4217
|
}
|
|
4216
|
-
function
|
|
4218
|
+
function Oi(e) {
|
|
4217
4219
|
let t, r, n, i, a, o;
|
|
4218
4220
|
const s = (
|
|
4219
4221
|
/*#slots*/
|
|
@@ -4251,7 +4253,7 @@ function Ii(e) {
|
|
|
4251
4253
|
/*$$scope*/
|
|
4252
4254
|
e[12],
|
|
4253
4255
|
bt
|
|
4254
|
-
), T = w ||
|
|
4256
|
+
), T = w || Ii(e);
|
|
4255
4257
|
return {
|
|
4256
4258
|
c() {
|
|
4257
4259
|
t = C("div"), r = C("div"), u && u.c(), n = j(), c && c.c(), i = j(), g && g.c(), a = j(), T && T.c(), M(r, "class", "CashierErrorContent"), M(t, "class", "CashierError");
|
|
@@ -4422,7 +4424,7 @@ class Ni extends Tr {
|
|
|
4422
4424
|
this,
|
|
4423
4425
|
t,
|
|
4424
4426
|
Mi,
|
|
4425
|
-
|
|
4427
|
+
Oi,
|
|
4426
4428
|
Ht,
|
|
4427
4429
|
{
|
|
4428
4430
|
assetsurl: 0,
|
|
@@ -4440,43 +4442,43 @@ class Ni extends Tr {
|
|
|
4440
4442
|
return this.$$.ctx[0];
|
|
4441
4443
|
}
|
|
4442
4444
|
set assetsurl(t) {
|
|
4443
|
-
this.$$set({ assetsurl: t }),
|
|
4445
|
+
this.$$set({ assetsurl: t }), I();
|
|
4444
4446
|
}
|
|
4445
4447
|
get lang() {
|
|
4446
4448
|
return this.$$.ctx[7];
|
|
4447
4449
|
}
|
|
4448
4450
|
set lang(t) {
|
|
4449
|
-
this.$$set({ lang: t }),
|
|
4451
|
+
this.$$set({ lang: t }), I();
|
|
4450
4452
|
}
|
|
4451
4453
|
get errorcode() {
|
|
4452
4454
|
return this.$$.ctx[1];
|
|
4453
4455
|
}
|
|
4454
4456
|
set errorcode(t) {
|
|
4455
|
-
this.$$set({ errorcode: t }),
|
|
4457
|
+
this.$$set({ errorcode: t }), I();
|
|
4456
4458
|
}
|
|
4457
4459
|
get clientstyling() {
|
|
4458
4460
|
return this.$$.ctx[8];
|
|
4459
4461
|
}
|
|
4460
4462
|
set clientstyling(t) {
|
|
4461
|
-
this.$$set({ clientstyling: t }),
|
|
4463
|
+
this.$$set({ clientstyling: t }), I();
|
|
4462
4464
|
}
|
|
4463
4465
|
get clientstylingurl() {
|
|
4464
4466
|
return this.$$.ctx[9];
|
|
4465
4467
|
}
|
|
4466
4468
|
set clientstylingurl(t) {
|
|
4467
|
-
this.$$set({ clientstylingurl: t }),
|
|
4469
|
+
this.$$set({ clientstylingurl: t }), I();
|
|
4468
4470
|
}
|
|
4469
4471
|
get translationurl() {
|
|
4470
4472
|
return this.$$.ctx[10];
|
|
4471
4473
|
}
|
|
4472
4474
|
set translationurl(t) {
|
|
4473
|
-
this.$$set({ translationurl: t }),
|
|
4475
|
+
this.$$set({ translationurl: t }), I();
|
|
4474
4476
|
}
|
|
4475
4477
|
get mbsource() {
|
|
4476
4478
|
return this.$$.ctx[11];
|
|
4477
4479
|
}
|
|
4478
4480
|
set mbsource(t) {
|
|
4479
|
-
this.$$set({ mbsource: t }),
|
|
4481
|
+
this.$$set({ mbsource: t }), I();
|
|
4480
4482
|
}
|
|
4481
4483
|
}
|
|
4482
4484
|
xr(Ni, { assetsurl: {}, lang: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
|
|
@@ -11,7 +11,7 @@ var Pe = (e, t, r) => t in e ? ur(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
11
11
|
return e;
|
|
12
12
|
}, nt = (e, t) => lr(e, hr(t));
|
|
13
13
|
var B = (e, t, r) => (Pe(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
|
-
var
|
|
14
|
+
var Ie = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var a = (l) => {
|
|
16
16
|
try {
|
|
17
17
|
s(r.next(l));
|
|
@@ -60,7 +60,7 @@ function at(e, t) {
|
|
|
60
60
|
function mr(e) {
|
|
61
61
|
return Object.keys(e).length === 0;
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function It(e, ...t) {
|
|
64
64
|
if (e == null) {
|
|
65
65
|
for (const n of t)
|
|
66
66
|
n(void 0);
|
|
@@ -70,15 +70,15 @@ function Ot(e, ...t) {
|
|
|
70
70
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
71
71
|
}
|
|
72
72
|
function pr(e, t, r) {
|
|
73
|
-
e.$$.on_destroy.push(
|
|
73
|
+
e.$$.on_destroy.push(It(t, r));
|
|
74
74
|
}
|
|
75
75
|
function fe(e, t, r, n) {
|
|
76
76
|
if (e) {
|
|
77
|
-
const i =
|
|
77
|
+
const i = Ot(e, t, r, n);
|
|
78
78
|
return e[0](i);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function Ot(e, t, r, n) {
|
|
82
82
|
return e[1] && n ? dr(r.ctx.slice(), e[1](n(t))) : r.ctx;
|
|
83
83
|
}
|
|
84
84
|
function de(e, t, r, n) {
|
|
@@ -98,7 +98,7 @@ function de(e, t, r, n) {
|
|
|
98
98
|
}
|
|
99
99
|
function me(e, t, r, n, i, a) {
|
|
100
100
|
if (i) {
|
|
101
|
-
const o =
|
|
101
|
+
const o = Ot(t, r, n, a);
|
|
102
102
|
e.p(o, i);
|
|
103
103
|
}
|
|
104
104
|
}
|
|
@@ -199,14 +199,14 @@ let W = [];
|
|
|
199
199
|
const ot = [], wr = /* @__PURE__ */ Promise.resolve();
|
|
200
200
|
let Ge = !1;
|
|
201
201
|
function Hr() {
|
|
202
|
-
Ge || (Ge = !0, wr.then(
|
|
202
|
+
Ge || (Ge = !0, wr.then(O));
|
|
203
203
|
}
|
|
204
204
|
function ze(e) {
|
|
205
205
|
W.push(e);
|
|
206
206
|
}
|
|
207
|
-
const
|
|
207
|
+
const Oe = /* @__PURE__ */ new Set();
|
|
208
208
|
let G = 0;
|
|
209
|
-
function
|
|
209
|
+
function O() {
|
|
210
210
|
if (G !== 0)
|
|
211
211
|
return;
|
|
212
212
|
const e = ie;
|
|
@@ -223,13 +223,13 @@ function I() {
|
|
|
223
223
|
Ue.pop()();
|
|
224
224
|
for (let t = 0; t < W.length; t += 1) {
|
|
225
225
|
const r = W[t];
|
|
226
|
-
|
|
226
|
+
Oe.has(r) || (Oe.add(r), r());
|
|
227
227
|
}
|
|
228
228
|
W.length = 0;
|
|
229
229
|
} while (F.length);
|
|
230
230
|
for (; ot.length; )
|
|
231
231
|
ot.pop()();
|
|
232
|
-
Ge = !1,
|
|
232
|
+
Ge = !1, Oe.clear(), ne(e);
|
|
233
233
|
}
|
|
234
234
|
function Ar(e) {
|
|
235
235
|
if (e.fragment !== null) {
|
|
@@ -270,7 +270,7 @@ function Lr(e, t) {
|
|
|
270
270
|
function Pr(e, t) {
|
|
271
271
|
e.$$.dirty[0] === -1 && (F.push(e), Hr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
272
272
|
}
|
|
273
|
-
function
|
|
273
|
+
function Ir(e, t, r, n, i, a, o = null, s = [-1]) {
|
|
274
274
|
const l = ie;
|
|
275
275
|
ne(e);
|
|
276
276
|
const u = e.$$ = {
|
|
@@ -305,7 +305,7 @@ function Or(e, t, r, n, i, a, o = null, s = [-1]) {
|
|
|
305
305
|
u.fragment && u.fragment.l(c), c.forEach(A);
|
|
306
306
|
} else
|
|
307
307
|
u.fragment && u.fragment.c();
|
|
308
|
-
t.intro && te(e.$$.fragment), Cr(e, t.target, t.anchor),
|
|
308
|
+
t.intro && te(e.$$.fragment), Cr(e, t.target, t.anchor), O();
|
|
309
309
|
}
|
|
310
310
|
ne(l);
|
|
311
311
|
}
|
|
@@ -347,7 +347,7 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
|
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
connectedCallback() {
|
|
350
|
-
return
|
|
350
|
+
return Ie(this, null, function* () {
|
|
351
351
|
if (this.$$cn = !0, !this.$$c) {
|
|
352
352
|
let t = function(a) {
|
|
353
353
|
return () => {
|
|
@@ -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 Mt {
|
|
465
465
|
constructor() {
|
|
466
466
|
super(e, r, i), this.$$p_d = t;
|
|
@@ -640,7 +640,7 @@ function Q(e, t, r) {
|
|
|
640
640
|
const g = t(n ? u[0] : u, o, s);
|
|
641
641
|
a ? o(g) : c = Ye(g) ? g : M;
|
|
642
642
|
}, p = i.map(
|
|
643
|
-
(g, x) =>
|
|
643
|
+
(g, x) => It(
|
|
644
644
|
g,
|
|
645
645
|
(w) => {
|
|
646
646
|
u[x] = w, h &= ~(1 << x), l && f();
|
|
@@ -2644,7 +2644,7 @@ var De, Hn = new RegExp("^".concat(Vt.source, "*")), An = new RegExp("".concat(V
|
|
|
2644
2644
|
function y(e, t) {
|
|
2645
2645
|
return { start: e, end: t };
|
|
2646
2646
|
}
|
|
2647
|
-
var Sn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Bn = !!String.fromCodePoint, Cn = !!Object.fromEntries, Ln = !!String.prototype.codePointAt, Pn = !!String.prototype.trimStart,
|
|
2647
|
+
var Sn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Bn = !!String.fromCodePoint, Cn = !!Object.fromEntries, Ln = !!String.prototype.codePointAt, Pn = !!String.prototype.trimStart, In = !!String.prototype.trimEnd, On = !!Number.isSafeInteger, Mn = On ? Number.isSafeInteger : function(e) {
|
|
2648
2648
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2649
2649
|
}, Ve = !0;
|
|
2650
2650
|
try {
|
|
@@ -2711,7 +2711,7 @@ var ft = Sn ? (
|
|
|
2711
2711
|
function(t) {
|
|
2712
2712
|
return t.replace(Hn, "");
|
|
2713
2713
|
}
|
|
2714
|
-
), Dn =
|
|
2714
|
+
), Dn = In ? (
|
|
2715
2715
|
// Native
|
|
2716
2716
|
function(t) {
|
|
2717
2717
|
return t.trimEnd();
|
|
@@ -2994,7 +2994,7 @@ var kn = (
|
|
|
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 R = this.parseIdentifierIfPossible(),
|
|
2997
|
+
var R = this.parseIdentifierIfPossible(), I = 0;
|
|
2998
2998
|
if (s !== "select" && R.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 kn = (
|
|
|
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(), R = this.parseIdentifierIfPossible(),
|
|
3005
|
+
this.bumpSpace(), R = this.parseIdentifierIfPossible(), I = c.val;
|
|
3006
3006
|
}
|
|
3007
3007
|
var m = this.tryParsePluralOrSelectOptions(t, s, r, R);
|
|
3008
3008
|
if (m.err)
|
|
@@ -3024,7 +3024,7 @@ var kn = (
|
|
|
3024
3024
|
type: _.plural,
|
|
3025
3025
|
value: n,
|
|
3026
3026
|
options: dt(m.val),
|
|
3027
|
-
offset:
|
|
3027
|
+
offset: I,
|
|
3028
3028
|
pluralType: s === "plural" ? "cardinal" : "ordinal",
|
|
3029
3029
|
location: he
|
|
3030
3030
|
},
|
|
@@ -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 (!Wn(w))
|
|
3351
3351
|
throw new Fn(x, "function", o);
|
|
3352
|
-
var T = Ee(g, t, r, n, i, a), d = w(T.map(function(
|
|
3353
|
-
return
|
|
3352
|
+
var T = Ee(g, t, r, n, i, a), d = w(T.map(function(I) {
|
|
3353
|
+
return I.value;
|
|
3354
3354
|
}));
|
|
3355
|
-
Array.isArray(d) || (d = [d]), s.push.apply(s, d.map(function(
|
|
3355
|
+
Array.isArray(d) || (d = [d]), s.push.apply(s, d.map(function(I) {
|
|
3356
3356
|
return {
|
|
3357
|
-
type: typeof
|
|
3358
|
-
value:
|
|
3357
|
+
type: typeof I == "string" ? H.literal : H.object,
|
|
3358
|
+
value: I
|
|
3359
3359
|
};
|
|
3360
3360
|
}));
|
|
3361
3361
|
}
|
|
@@ -3881,7 +3881,7 @@ const oe = (e, t) => {
|
|
|
3881
3881
|
);
|
|
3882
3882
|
}
|
|
3883
3883
|
return c;
|
|
3884
|
-
}, Bi = (e, t) => Hi(t).format(e), Ci = (e, t) => wi(t).format(e), Li = (e, t) => Ti(t).format(e), Pi = (e, t = $()) => Kt(e, t),
|
|
3884
|
+
}, Bi = (e, t) => Hi(t).format(e), Ci = (e, t) => wi(t).format(e), Li = (e, t) => Ti(t).format(e), Pi = (e, t = $()) => Kt(e, t), Ii = Q([U, ue], () => Si);
|
|
3885
3885
|
Q([U], () => Bi);
|
|
3886
3886
|
Q([U], () => Ci);
|
|
3887
3887
|
Q([U], () => Li);
|
|
@@ -3889,7 +3889,7 @@ Q([U, ue], () => Pi);
|
|
|
3889
3889
|
function Et(e, t) {
|
|
3890
3890
|
tr(e, t);
|
|
3891
3891
|
}
|
|
3892
|
-
function
|
|
3892
|
+
function Oi(e) {
|
|
3893
3893
|
hi({
|
|
3894
3894
|
fallbackLocale: "en"
|
|
3895
3895
|
}), U.set(e);
|
|
@@ -3943,7 +3943,8 @@ const xt = {
|
|
|
3943
3943
|
InvalidAccount: "Invalid account",
|
|
3944
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.",
|
|
3945
3945
|
InvalidCardHolder: "Invalid card holder",
|
|
3946
|
-
VendorInvalidCard: "Vendor invalid card"
|
|
3946
|
+
VendorInvalidCard: "Vendor invalid card",
|
|
3947
|
+
CardTokenIsBlocked: "Card token is blocked"
|
|
3947
3948
|
},
|
|
3948
3949
|
tr: {
|
|
3949
3950
|
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.",
|
|
@@ -3994,7 +3995,8 @@ const xt = {
|
|
|
3994
3995
|
InvalidAccount: "Geçersiz hesap",
|
|
3995
3996
|
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.",
|
|
3996
3997
|
InvalidCardHolder: "Geçersiz kart sahibi",
|
|
3997
|
-
VendorInvalidCard: "Özür dileriz, fakat sağlayıcınız hatalı kart bilgileri nedeniyle işleminizi reddetti. Lütfen kart bilgilerinizi yeniden girin veya Destek ekibimizle iletişime geçin. Hata kodu 13500"
|
|
3998
|
+
VendorInvalidCard: "Özür dileriz, fakat sağlayıcınız hatalı kart bilgileri nedeniyle işleminizi reddetti. Lütfen kart bilgilerinizi yeniden girin veya Destek ekibimizle iletişime geçin. Hata kodu 13500",
|
|
3999
|
+
CardTokenIsBlocked: "Kart jetonu engellendi"
|
|
3998
4000
|
},
|
|
3999
4001
|
fr: {
|
|
4000
4002
|
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.",
|
|
@@ -4387,11 +4389,11 @@ function ji(e) {
|
|
|
4387
4389
|
}
|
|
4388
4390
|
function Vi(e, t, r) {
|
|
4389
4391
|
let n;
|
|
4390
|
-
pr(e,
|
|
4392
|
+
pr(e, Ii, (m) => r(5, n = m));
|
|
4391
4393
|
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, p, g, x = -1, w;
|
|
4392
4394
|
const T = () => {
|
|
4393
|
-
|
|
4394
|
-
}, d = () =>
|
|
4395
|
+
Oi(s);
|
|
4396
|
+
}, d = () => Ie(this, null, function* () {
|
|
4395
4397
|
if (c)
|
|
4396
4398
|
try {
|
|
4397
4399
|
const m = yield fetch(c);
|
|
@@ -4421,7 +4423,7 @@ function Vi(e, t, r) {
|
|
|
4421
4423
|
Tr(() => (window.addEventListener("message", R, !1), () => {
|
|
4422
4424
|
window.removeEventListener("message", R);
|
|
4423
4425
|
}));
|
|
4424
|
-
function
|
|
4426
|
+
function I(m) {
|
|
4425
4427
|
Ue[m ? "unshift" : "push"](() => {
|
|
4426
4428
|
p = m, r(2, p);
|
|
4427
4429
|
});
|
|
@@ -4450,12 +4452,12 @@ function Vi(e, t, r) {
|
|
|
4450
4452
|
f,
|
|
4451
4453
|
a,
|
|
4452
4454
|
i,
|
|
4453
|
-
|
|
4455
|
+
I
|
|
4454
4456
|
];
|
|
4455
4457
|
}
|
|
4456
4458
|
class Wi extends Mr {
|
|
4457
4459
|
constructor(t) {
|
|
4458
|
-
super(),
|
|
4460
|
+
super(), Ir(
|
|
4459
4461
|
this,
|
|
4460
4462
|
t,
|
|
4461
4463
|
Vi,
|
|
@@ -4477,46 +4479,46 @@ class Wi extends Mr {
|
|
|
4477
4479
|
return this.$$.ctx[0];
|
|
4478
4480
|
}
|
|
4479
4481
|
set assetsurl(t) {
|
|
4480
|
-
this.$$set({ assetsurl: t }),
|
|
4482
|
+
this.$$set({ assetsurl: t }), O();
|
|
4481
4483
|
}
|
|
4482
4484
|
get lang() {
|
|
4483
4485
|
return this.$$.ctx[7];
|
|
4484
4486
|
}
|
|
4485
4487
|
set lang(t) {
|
|
4486
|
-
this.$$set({ lang: t }),
|
|
4488
|
+
this.$$set({ lang: t }), O();
|
|
4487
4489
|
}
|
|
4488
4490
|
get errorcode() {
|
|
4489
4491
|
return this.$$.ctx[1];
|
|
4490
4492
|
}
|
|
4491
4493
|
set errorcode(t) {
|
|
4492
|
-
this.$$set({ errorcode: t }),
|
|
4494
|
+
this.$$set({ errorcode: t }), O();
|
|
4493
4495
|
}
|
|
4494
4496
|
get clientstyling() {
|
|
4495
4497
|
return this.$$.ctx[8];
|
|
4496
4498
|
}
|
|
4497
4499
|
set clientstyling(t) {
|
|
4498
|
-
this.$$set({ clientstyling: t }),
|
|
4500
|
+
this.$$set({ clientstyling: t }), O();
|
|
4499
4501
|
}
|
|
4500
4502
|
get clientstylingurl() {
|
|
4501
4503
|
return this.$$.ctx[9];
|
|
4502
4504
|
}
|
|
4503
4505
|
set clientstylingurl(t) {
|
|
4504
|
-
this.$$set({ clientstylingurl: t }),
|
|
4506
|
+
this.$$set({ clientstylingurl: t }), O();
|
|
4505
4507
|
}
|
|
4506
4508
|
get translationurl() {
|
|
4507
4509
|
return this.$$.ctx[10];
|
|
4508
4510
|
}
|
|
4509
4511
|
set translationurl(t) {
|
|
4510
|
-
this.$$set({ translationurl: t }),
|
|
4512
|
+
this.$$set({ translationurl: t }), O();
|
|
4511
4513
|
}
|
|
4512
4514
|
get mbsource() {
|
|
4513
4515
|
return this.$$.ctx[11];
|
|
4514
4516
|
}
|
|
4515
4517
|
set mbsource(t) {
|
|
4516
|
-
this.$$set({ mbsource: t }),
|
|
4518
|
+
this.$$set({ mbsource: t }), O();
|
|
4517
4519
|
}
|
|
4518
4520
|
}
|
|
4519
|
-
|
|
4521
|
+
Or(Wi, { assetsurl: {}, lang: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
|
|
4520
4522
|
export {
|
|
4521
4523
|
Wi as default
|
|
4522
4524
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";var lr=Object.defineProperty,hr=Object.defineProperties;var cr=Object.getOwnPropertyDescriptors;var tt=Object.getOwnPropertySymbols;var fr=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable;var Le=(e,t,r)=>t in e?lr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,rt=(e,t)=>{for(var r in t||(t={}))fr.call(t,r)&&Le(e,r,t[r]);if(tt)for(var r of tt(t))dr.call(t,r)&&Le(e,r,t[r]);return e},nt=(e,t)=>hr(e,cr(t));var B=(e,t,r)=>(Le(e,typeof t!="symbol"?t+"":t,r),r);var Oe=(e,t,r)=>new Promise((n,i)=>{var a=l=>{try{s(r.next(l))}catch(u){i(u)}},o=l=>{try{s(r.throw(l))}catch(u){i(u)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(a,o);s((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("../stencil/ui-image-BX-FBhad.cjs");function M(){}function mr(e,t){for(const r in t)e[r]=t[r];return e}function Ct(e){return e()}function it(){return Object.create(null)}function se(e){e.forEach(Ct)}function Ye(e){return typeof e=="function"}function Lt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}let ce;function at(e,t){return e===t?!0:(ce||(ce=document.createElement("a")),ce.href=t,e===ce.href)}function pr(e){return Object.keys(e).length===0}function Ot(e,...t){if(e==null){for(const n of t)n(void 0);return M}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function gr(e,t,r){e.$$.on_destroy.push(Ot(t,r))}function fe(e,t,r,n){if(e){const i=It(e,t,r,n);return e[0](i)}}function It(e,t,r,n){return e[1]&&n?mr(r.ctx.slice(),e[1](n(t))):r.ctx}function de(e,t,r,n){if(e[2]&&n){const i=e[2](n(r));if(t.dirty===void 0)return i;if(typeof i=="object"){const a=[],o=Math.max(t.dirty.length,i.length);for(let s=0;s<o;s+=1)a[s]=t.dirty[s]|i[s];return a}return t.dirty|i}return t.dirty}function me(e,t,r,n,i,a){if(i){const o=It(t,r,n,a);e.p(o,i)}}function pe(e){if(e.ctx.length>32){const t=[],r=e.ctx.length/32;for(let n=0;n<r;n++)t[n]=-1;return t}return-1}function P(e,t){e.appendChild(t)}function br(e,t,r){const n=yr(e);if(!n.getElementById(t)){const i=C("style");i.id=t,i.textContent=r,vr(n,i)}}function yr(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function vr(e,t){return P(e.head||e,t),t.sheet}function A(e,t,r){e.insertBefore(t,r||null)}function S(e){e.parentNode&&e.parentNode.removeChild(e)}function C(e){return document.createElement(e)}function k(e){return document.createTextNode(e)}function V(){return k(" ")}function Qe(){return k("")}function _r(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function N(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function ge(e,t,r){const n=t.toLowerCase();n in e?e[n]=typeof e[n]=="boolean"&&r===""?!0:r:t in e?e[t]=typeof e[t]=="boolean"&&r===""?!0:r:N(e,t,r)}function Er(e){return Array.from(e.childNodes)}function X(e,t){t=""+t,e.data!==t&&(e.data=t)}function xr(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let ie;function ne(e){ie=e}function Tr(){if(!ie)throw new Error("Function called outside component initialization");return ie}function wr(e){Tr().$$.on_mount.push(e)}const F=[],Ue=[];let W=[];const ot=[],Hr=Promise.resolve();let Ge=!1;function Sr(){Ge||(Ge=!0,Hr.then(I))}function ze(e){W.push(e)}const Ie=new Set;let G=0;function I(){if(G!==0)return;const e=ie;do{try{for(;G<F.length;){const t=F[G];G++,ne(t),Ar(t.$$)}}catch(t){throw F.length=0,G=0,t}for(ne(null),F.length=0,G=0;Ue.length;)Ue.pop()();for(let t=0;t<W.length;t+=1){const r=W[t];Ie.has(r)||(Ie.add(r),r())}W.length=0}while(F.length);for(;ot.length;)ot.pop()();Ge=!1,Ie.clear(),ne(e)}function Ar(e){if(e.fragment!==null){e.update(),se(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(ze)}}function Br(e){const t=[],r=[];W.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),W=t}const ve=new Set;let Pr;function te(e,t){e&&e.i&&(ve.delete(e),e.i(t))}function be(e,t,r,n){if(e&&e.o){if(ve.has(e))return;ve.add(e),Pr.c.push(()=>{ve.delete(e)}),e.o(t)}}function Cr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),ze(()=>{const a=e.$$.on_mount.map(Ct).filter(Ye);e.$$.on_destroy?e.$$.on_destroy.push(...a):se(a),e.$$.on_mount=[]}),i.forEach(ze)}function Lr(e,t){const r=e.$$;r.fragment!==null&&(Br(r.after_update),se(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function Or(e,t){e.$$.dirty[0]===-1&&(F.push(e),Sr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Ir(e,t,r,n,i,a,o=null,s=[-1]){const l=ie;ne(e);const u=e.$$={fragment:null,ctx:[],props:a,update:M,not_equal:i,bound:it(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(l?l.$$.context:[])),callbacks:it(),dirty:s,skip_bound:!1,root:t.target||l.$$.root};o&&o(u.root);let h=!1;if(u.ctx=r?r(e,t.props||{},(c,f,...p)=>{const g=p.length?p[0]:f;return u.ctx&&i(u.ctx[c],u.ctx[c]=g)&&(!u.skip_bound&&u.bound[c]&&u.bound[c](g),h&&Or(e,c)),f}):[],u.update(),h=!0,se(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const c=Er(t.target);u.fragment&&u.fragment.l(c),c.forEach(S)}else u.fragment&&u.fragment.c();t.intro&&te(e.$$.fragment),Cr(e,t.target,t.anchor),I()}ne(l)}let Mt;typeof HTMLElement=="function"&&(Mt=class extends HTMLElement{constructor(t,r,n){super();B(this,"$$ctor");B(this,"$$s");B(this,"$$c");B(this,"$$cn",!1);B(this,"$$d",{});B(this,"$$r",!1);B(this,"$$p_d",{});B(this,"$$l",{});B(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return Oe(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(a){return()=>{let o;return{c:function(){o=C("slot"),a!=="default"&&N(o,"name",a)},m:function(u,h){A(u,o,h)},d:function(u){u&&S(o)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=xr(this);for(const a of this.$$s)a in n&&(r[a]=[t(a)]);for(const a of this.attributes){const o=this.$$g_p(a.name);o in this.$$d||(this.$$d[o]=_e(o,a.value,this.$$p_d,"toProp"))}for(const a in this.$$p_d)!(a in this.$$d)&&this[a]!==void 0&&(this.$$d[a]=this[a],delete this[a]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:nt(rt({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const a in this.$$p_d)if(this.$$d[a]=this.$$c.$$.ctx[this.$$c.$$.props[a]],this.$$p_d[a].reflect){const o=_e(a,this.$$d[a],this.$$p_d,"toAttribute");o==null?this.removeAttribute(this.$$p_d[a].attribute||a):this.setAttribute(this.$$p_d[a].attribute||a,o)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const a in this.$$l)for(const o of this.$$l[a]){const s=this.$$c.$on(a,o);this.$$l_u.set(o,s)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=_e(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function _e(e,t,r,n){var a;const i=(a=r[e])==null?void 0:a.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function Mr(e,t,r,n,i,a){let o=class extends Mt{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(s=>(t[s].attribute||s).toLowerCase())}};return Object.keys(t).forEach(s=>{Object.defineProperty(o.prototype,s,{get(){return this.$$c&&s in this.$$c?this.$$c[s]:this.$$d[s]},set(l){var u;l=_e(s,l,t),this.$$d[s]=l,(u=this.$$c)==null||u.$set({[s]:l})}})}),n.forEach(s=>{Object.defineProperty(o.prototype,s,{get(){var l;return(l=this.$$c)==null?void 0:l[s]}})}),e.element=o,o}class Nr{constructor(){B(this,"$$");B(this,"$$set")}$destroy(){Lr(this,1),this.$destroy=M}$on(t,r){if(!Ye(r))return M;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!pr(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Rr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Rr);const j="__WIDGET_GLOBAL_STYLE_CACHE__";function Dr(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function kr(e,t){if(!e||!t)return;const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function $r(e,t,r,n=!1){if(!window.emMessageBus)return;if(!("adoptedStyleSheets"in Document.prototype)||!n)return r=Ur(e,t),r;window[j]||(window[j]={}),r=Gr(e,t);const a=r.unsubscribe.bind(r),o=()=>{if(window[j][t]){const s=window[j][t];s.refCount>1?s.refCount=s.refCount-1:delete window[j][t]}a()};return r.unsubscribe=o,r}function Ur(e,t){const r=document.createElement("style");return window.emMessageBus.subscribe(t,n=>{e&&(r.innerHTML=n,e.appendChild(r))})}function Gr(e,t){return window.emMessageBus.subscribe(t,r=>{if(!e)return;const n=e.getRootNode(),i=window[j];let a=i[t]&&i[t].sheet;a?i[t].refCount=i[t].refCount+1:(a=new CSSStyleSheet,a.replaceSync(r),i[t]={sheet:a,refCount:1});const o=n.adoptedStyleSheets||[];o.includes(a)||(n.adoptedStyleSheets=[...o,a])})}const z=[];function zr(e,t){return{subscribe:Ae(e,t).subscribe}}function Ae(e,t=M){let r;const n=new Set;function i(s){if(Lt(e,s)&&(e=s,r)){const l=!z.length;for(const u of n)u[1](),z.push(u,e);if(l){for(let u=0;u<z.length;u+=2)z[u][0](z[u+1]);z.length=0}}}function a(s){i(s(e))}function o(s,l=M){const u=[s,l];return n.add(u),n.size===1&&(r=t(i,a)||M),s(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:a,subscribe:o}}function Q(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const a=t.length<2;return zr(r,(o,s)=>{let l=!1;const u=[];let h=0,c=M;const f=()=>{if(h)return;c();const g=t(n?u[0]:u,o,s);a?o(g):c=Ye(g)?g:M},p=i.map((g,x)=>Ot(g,w=>{u[x]=w,h&=~(1<<x),l&&f()},()=>{h|=1<<x}));return l=!0,f(),function(){se(p),c(),l=!1}})}function Fr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var jr=function(t){return Vr(t)&&!Wr(t)};function Vr(e){return!!e&&typeof e=="object"}function Wr(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Jr(e)}var Xr=typeof Symbol=="function"&&Symbol.for,qr=Xr?Symbol.for("react.element"):60103;function Jr(e){return e.$$typeof===qr}function Zr(e){return Array.isArray(e)?[]:{}}function ae(e,t){return t.clone!==!1&&t.isMergeableObject(e)?q(Zr(e),e,t):e}function Yr(e,t,r){return e.concat(t).map(function(n){return ae(n,r)})}function Qr(e,t){if(!t.customMerge)return q;var r=t.customMerge(e);return typeof r=="function"?r:q}function Kr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function st(e){return Object.keys(e).concat(Kr(e))}function Nt(e,t){try{return t in e}catch(r){return!1}}function en(e,t){return Nt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function tn(e,t,r){var n={};return r.isMergeableObject(e)&&st(e).forEach(function(i){n[i]=ae(e[i],r)}),st(t).forEach(function(i){en(e,i)||(Nt(e,i)&&r.isMergeableObject(t[i])?n[i]=Qr(i,r)(e[i],t[i],r):n[i]=ae(t[i],r))}),n}function q(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Yr,r.isMergeableObject=r.isMergeableObject||jr,r.cloneUnlessOtherwiseSpecified=ae;var n=Array.isArray(t),i=Array.isArray(e),a=n===i;return a?n?r.arrayMerge(e,t,r):tn(e,t,r):ae(t,r)}q.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return q(n,i,r)},{})};var rn=q,nn=rn;const an=Fr(nn);var Fe=function(e,t){return Fe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},Fe(e,t)};function Be(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Fe(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var L=function(){return L=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a])}return t},L.apply(this,arguments)};function on(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function Me(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,a;n<i;n++)(a||!(n in t))&&(a||(a=Array.prototype.slice.call(t,0,n)),a[n]=t[n]);return e.concat(a||Array.prototype.slice.call(t))}function Ne(e,t){var r=t&&t.cache?t.cache:dn,n=t&&t.serializer?t.serializer:cn,i=t&&t.strategy?t.strategy:ln;return i(e,{cache:r,serializer:n})}function sn(e){return e==null||typeof e=="number"||typeof e=="boolean"}function un(e,t,r,n){var i=sn(n)?n:r(n),a=t.get(i);return typeof a=="undefined"&&(a=e.call(this,n),t.set(i,a)),a}function Rt(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),a=t.get(i);return typeof a=="undefined"&&(a=e.apply(this,n),t.set(i,a)),a}function Dt(e,t,r,n,i){return r.bind(t,e,n,i)}function ln(e,t){var r=e.length===1?un:Rt;return Dt(e,this,r,t.cache.create(),t.serializer)}function hn(e,t){return Dt(e,this,Rt,t.cache.create(),t.serializer)}var cn=function(){return JSON.stringify(arguments)},fn=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(t){return this.cache[t]},e.prototype.set=function(t,r){this.cache[t]=r},e}(),dn={create:function(){return new fn}},Re={variadic:hn},Te=function(){return Te=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a])}return t},Te.apply(this,arguments)};var b;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(b||(b={}));var _;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(_||(_={}));var J;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(J||(J={}));function ut(e){return e.type===_.literal}function mn(e){return e.type===_.argument}function kt(e){return e.type===_.number}function $t(e){return e.type===_.date}function Ut(e){return e.type===_.time}function Gt(e){return e.type===_.select}function zt(e){return e.type===_.plural}function pn(e){return e.type===_.pound}function Ft(e){return e.type===_.tag}function jt(e){return!!(e&&typeof e=="object"&&e.type===J.number)}function je(e){return!!(e&&typeof e=="object"&&e.type===J.dateTime)}var Vt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,gn=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function bn(e){var t={};return e.replace(gn,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var E=function(){return E=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a])}return t},E.apply(this,arguments)};var yn=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function vn(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(yn).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var a=i[n],o=a.split("/");if(o.length===0)throw new Error("Invalid number skeleton");for(var s=o[0],l=o.slice(1),u=0,h=l;u<h.length;u++){var c=h[u];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:s,options:l})}return r}function _n(e){return e.replace(/^(.*?)-/,"")}var lt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Wt=/^(@+)?(\+|#+)?[rs]?$/g,En=/(\*)(0+)|(#+)(0+)|(0+)/g,Xt=/^(0+)$/;function ht(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Wt,function(r,n,i){return typeof i!="string"?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):i==="+"?t.minimumSignificantDigits=n.length:n[0]==="#"?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof i=="string"?i.length:0)),""}),t}function qt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function xn(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!Xt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function ct(e){var t={},r=qt(e);return r||t}function Tn(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=_n(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=E(E(E({},t),{notation:"scientific"}),i.options.reduce(function(l,u){return E(E({},l),ct(u))},{}));continue;case"engineering":t=E(E(E({},t),{notation:"engineering"}),i.options.reduce(function(l,u){return E(E({},l),ct(u))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(En,function(l,u,h,c,f,p){if(u)t.minimumIntegerDigits=h.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Xt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(lt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(lt,function(l,u,h,c,f,p){return h==="*"?t.minimumFractionDigits=u.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&p?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+p.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var a=i.options[0];a==="w"?t=E(E({},t),{trailingZeroDisplay:"stripIfInteger"}):a&&(t=E(E({},t),ht(a)));continue}if(Wt.test(i.stem)){t=E(E({},t),ht(i.stem));continue}var o=qt(i.stem);o&&(t=E(E({},t),o));var s=xn(i.stem);s&&(t=E(E({},t),s))}return t}var ye={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function wn(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var a=0;n+1<e.length&&e.charAt(n+1)===i;)a++,n++;var o=1+(a&1),s=a<2?1:3+(a>>1),l="a",u=Hn(t);for((u=="H"||u=="k")&&(s=0);s-- >0;)r+=l;for(;o-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function Hn(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=ye[n||""]||ye[r||""]||ye["".concat(r,"-001")]||ye["001"];return i[0]}var De,Sn=new RegExp("^".concat(Vt.source,"*")),An=new RegExp("".concat(Vt.source,"*$"));function y(e,t){return{start:e,end:t}}var Bn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Pn=!!String.fromCodePoint,Cn=!!Object.fromEntries,Ln=!!String.prototype.codePointAt,On=!!String.prototype.trimStart,In=!!String.prototype.trimEnd,Mn=!!Number.isSafeInteger,Nn=Mn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Ve=!0;try{var Rn=Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ve=((De=Rn.exec("a"))===null||De===void 0?void 0:De[0])==="a"}catch(e){Ve=!1}var ft=Bn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},We=Pn?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,a=0,o;i>a;){if(o=t[a++],o>1114111)throw RangeError(o+" is not a valid code point");n+=o<65536?String.fromCharCode(o):String.fromCharCode(((o-=65536)>>10)+55296,o%1024+56320)}return n},dt=Cn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var a=i[n],o=a[0],s=a[1];r[o]=s}return r},Jt=Ln?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),a;return i<55296||i>56319||r+1===n||(a=t.charCodeAt(r+1))<56320||a>57343?i:(i-55296<<10)+(a-56320)+65536}},Dn=On?function(t){return t.trimStart()}:function(t){return t.replace(Sn,"")},kn=In?function(t){return t.trimEnd()}:function(t){return t.replace(An,"")};function Zt(e,t){return new RegExp(e,t)}var Xe;if(Ve){var mt=Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Xe=function(t,r){var n;mt.lastIndex=r;var i=mt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Xe=function(t,r){for(var n=[];;){var i=Jt(t,r);if(i===void 0||Yt(i)||zn(i))break;n.push(i),r+=i>=65536?2:1}return We.apply(void 0,n)};var $n=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var a=this.char();if(a===123){var o=this.parseArgument(t,n);if(o.err)return o;i.push(o.val)}else{if(a===125&&t>0)break;if(a===35&&(r==="plural"||r==="selectordinal")){var s=this.clonePosition();this.bump(),i.push({type:_.pound,location:y(s,this.clonePosition())})}else if(a===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(b.UNMATCHED_CLOSING_TAG,y(this.clonePosition(),this.clonePosition()))}else if(a===60&&!this.ignoreTag&&qe(this.peek()||0)){var o=this.parseTag(t,r);if(o.err)return o;i.push(o.val)}else{var o=this.parseLiteral(t,r);if(o.err)return o;i.push(o.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:_.literal,value:"<".concat(i,"/>"),location:y(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var a=this.parseMessage(t+1,r,!0);if(a.err)return a;var o=a.val,s=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!qe(this.char()))return this.error(b.INVALID_TAG,y(s,this.clonePosition()));var l=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(b.UNMATCHED_CLOSING_TAG,y(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:_.tag,value:i,children:o,location:y(n,this.clonePosition())},err:null}:this.error(b.INVALID_TAG,y(s,this.clonePosition())))}else return this.error(b.UNCLOSED_TAG,y(n,this.clonePosition()))}else return this.error(b.INVALID_TAG,y(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Gn(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var a=this.tryParseQuote(r);if(a){i+=a;continue}var o=this.tryParseUnquoted(t,r);if(o){i+=o;continue}var s=this.tryParseLeftAngleBracket();if(s){i+=s;continue}break}var l=y(n,this.clonePosition());return{val:{type:_.literal,value:i,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Un(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return We.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),We(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(b.EMPTY_ARGUMENT,y(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(b.MALFORMED_ARGUMENT,y(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:_.argument,value:i,location:y(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(b.MALFORMED_ARGUMENT,y(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Xe(this.message,r),i=r+n.length;this.bumpTo(i);var a=this.clonePosition(),o=y(t,a);return{value:n,location:o}},e.prototype.parseArgumentOptions=function(t,r,n,i){var a,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(s){case"":return this.error(b.EXPECT_ARGUMENT_TYPE,y(o,l));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=kn(c.val);if(f.length===0)return this.error(b.EXPECT_ARGUMENT_STYLE,y(this.clonePosition(),this.clonePosition()));var p=y(h,this.clonePosition());u={style:f,styleLocation:p}}var g=this.tryParseArgumentClose(i);if(g.err)return g;var x=y(i,this.clonePosition());if(u&&ft(u==null?void 0:u.style,"::",0)){var w=Dn(u.style.slice(2));if(s==="number"){var c=this.parseNumberSkeletonFromString(w,u.styleLocation);return c.err?c:{val:{type:_.number,value:n,location:x,style:c.val},err:null}}else{if(w.length===0)return this.error(b.EXPECT_DATE_TIME_SKELETON,x);var T=w;this.locale&&(T=wn(w,this.locale));var f={type:J.dateTime,pattern:T,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?bn(T):{}},d=s==="date"?_.date:_.time;return{val:{type:d,value:n,location:x,style:f},err:null}}}return{val:{type:s==="number"?_.number:s==="date"?_.date:_.time,value:n,location:x,style:(a=u==null?void 0:u.style)!==null&&a!==void 0?a:null},err:null}}case"plural":case"selectordinal":case"select":{var v=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS,y(v,Te({},v)));this.bumpSpace();var R=this.parseIdentifierIfPossible(),O=0;if(s!=="select"&&R.value==="offset"){if(!this.bumpIf(":"))return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,y(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),R=this.parseIdentifierIfPossible(),O=c.val}var m=this.tryParsePluralOrSelectOptions(t,s,r,R);if(m.err)return m;var g=this.tryParseArgumentClose(i);if(g.err)return g;var he=y(i,this.clonePosition());return s==="select"?{val:{type:_.select,value:n,options:dt(m.val),location:he},err:null}:{val:{type:_.plural,value:n,options:dt(m.val),offset:O,pluralType:s==="plural"?"cardinal":"ordinal",location:he},err:null}}default:return this.error(b.INVALID_ARGUMENT_TYPE,y(o,l))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,y(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=vn(t)}catch(i){return this.error(b.INVALID_NUMBER_SKELETON,r)}return{val:{type:J.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Tn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var a,o=!1,s=[],l=new Set,u=i.value,h=i.location;;){if(u.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR,b.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;h=y(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}else break}if(l.has(u))return this.error(r==="select"?b.DUPLICATE_SELECT_ARGUMENT_SELECTOR:b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);u==="other"&&(o=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,y(this.clonePosition(),this.clonePosition()));var g=this.parseMessage(t+1,r,n);if(g.err)return g;var x=this.tryParseArgumentClose(p);if(x.err)return x;s.push([u,{value:g.val,location:y(p,this.clonePosition())}]),l.add(u),this.bumpSpace(),a=this.parseIdentifierIfPossible(),u=a.value,h=a.location}return s.length===0?this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR:b.EXPECT_PLURAL_ARGUMENT_SELECTOR,y(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(b.MISSING_OTHER_CLAUSE,y(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var a=!1,o=0;!this.isEOF();){var s=this.char();if(s>=48&&s<=57)a=!0,o=o*10+(s-48),this.bump();else break}var l=y(i,this.clonePosition());return a?(o*=n,Nn(o)?{val:o,err:null}:this.error(r,l)):this.error(t,l)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=Jt(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(ft(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Yt(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function qe(e){return e>=97&&e<=122||e>=65&&e<=90}function Un(e){return qe(e)||e===47}function Gn(e){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}function Yt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function zn(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function Je(e){e.forEach(function(t){if(delete t.location,Gt(t)||zt(t))for(var r in t.options)delete t.options[r].location,Je(t.options[r].value);else kt(t)&&jt(t.style)||($t(t)||Ut(t))&&je(t.style)?delete t.style.location:Ft(t)&&Je(t.children)})}function Fn(e,t){t===void 0&&(t={}),t=Te({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new $n(e,t).parse();if(r.err){var n=SyntaxError(b[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||Je(r.val),r.val}var Z;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(Z||(Z={}));var Pe=function(e){Be(t,e);function t(r,n,i){var a=e.call(this,r)||this;return a.code=n,a.originalMessage=i,a}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),pt=function(e){Be(t,e);function t(r,n,i,a){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),Z.INVALID_VALUE,a)||this}return t}(Pe),jn=function(e){Be(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),Z.INVALID_VALUE,i)||this}return t}(Pe),Vn=function(e){Be(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),Z.MISSING_VALUE,n)||this}return t}(Pe),H;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(H||(H={}));function Wn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==H.literal||r.type!==H.literal?t.push(r):n.value+=r.value,t},[])}function Xn(e){return typeof e=="function"}function Ee(e,t,r,n,i,a,o){if(e.length===1&&ut(e[0]))return[{type:H.literal,value:e[0].value}];for(var s=[],l=0,u=e;l<u.length;l++){var h=u[l];if(ut(h)){s.push({type:H.literal,value:h.value});continue}if(pn(h)){typeof a=="number"&&s.push({type:H.literal,value:r.getNumberFormat(t).format(a)});continue}var c=h.value;if(!(i&&c in i))throw new Vn(c,o);var f=i[c];if(mn(h)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),s.push({type:typeof f=="string"?H.literal:H.object,value:f});continue}if($t(h)){var p=typeof h.style=="string"?n.date[h.style]:je(h.style)?h.style.parsedOptions:void 0;s.push({type:H.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Ut(h)){var p=typeof h.style=="string"?n.time[h.style]:je(h.style)?h.style.parsedOptions:n.time.medium;s.push({type:H.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(kt(h)){var p=typeof h.style=="string"?n.number[h.style]:jt(h.style)?h.style.parsedOptions:void 0;p&&p.scale&&(f=f*(p.scale||1)),s.push({type:H.literal,value:r.getNumberFormat(t,p).format(f)});continue}if(Ft(h)){var g=h.children,x=h.value,w=i[x];if(!Xn(w))throw new jn(x,"function",o);var T=Ee(g,t,r,n,i,a),d=w(T.map(function(O){return O.value}));Array.isArray(d)||(d=[d]),s.push.apply(s,d.map(function(O){return{type:typeof O=="string"?H.literal:H.object,value:O}}))}if(Gt(h)){var v=h.options[f]||h.options.other;if(!v)throw new pt(h.value,f,Object.keys(h.options),o);s.push.apply(s,Ee(v.value,t,r,n,i));continue}if(zt(h)){var v=h.options["=".concat(f)];if(!v){if(!Intl.PluralRules)throw new Pe(`Intl.PluralRules is not available in this environment.
|
|
1
|
+
"use strict";var lr=Object.defineProperty,hr=Object.defineProperties;var cr=Object.getOwnPropertyDescriptors;var tt=Object.getOwnPropertySymbols;var fr=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable;var Le=(e,t,r)=>t in e?lr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,rt=(e,t)=>{for(var r in t||(t={}))fr.call(t,r)&&Le(e,r,t[r]);if(tt)for(var r of tt(t))dr.call(t,r)&&Le(e,r,t[r]);return e},nt=(e,t)=>hr(e,cr(t));var B=(e,t,r)=>(Le(e,typeof t!="symbol"?t+"":t,r),r);var Oe=(e,t,r)=>new Promise((n,i)=>{var a=l=>{try{s(r.next(l))}catch(u){i(u)}},o=l=>{try{s(r.throw(l))}catch(u){i(u)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(a,o);s((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("../stencil/ui-image-BX-FBhad.cjs");function M(){}function mr(e,t){for(const r in t)e[r]=t[r];return e}function Pt(e){return e()}function it(){return Object.create(null)}function se(e){e.forEach(Pt)}function Ye(e){return typeof e=="function"}function Lt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}let ce;function at(e,t){return e===t?!0:(ce||(ce=document.createElement("a")),ce.href=t,e===ce.href)}function pr(e){return Object.keys(e).length===0}function Ot(e,...t){if(e==null){for(const n of t)n(void 0);return M}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function gr(e,t,r){e.$$.on_destroy.push(Ot(t,r))}function fe(e,t,r,n){if(e){const i=It(e,t,r,n);return e[0](i)}}function It(e,t,r,n){return e[1]&&n?mr(r.ctx.slice(),e[1](n(t))):r.ctx}function de(e,t,r,n){if(e[2]&&n){const i=e[2](n(r));if(t.dirty===void 0)return i;if(typeof i=="object"){const a=[],o=Math.max(t.dirty.length,i.length);for(let s=0;s<o;s+=1)a[s]=t.dirty[s]|i[s];return a}return t.dirty|i}return t.dirty}function me(e,t,r,n,i,a){if(i){const o=It(t,r,n,a);e.p(o,i)}}function pe(e){if(e.ctx.length>32){const t=[],r=e.ctx.length/32;for(let n=0;n<r;n++)t[n]=-1;return t}return-1}function C(e,t){e.appendChild(t)}function br(e,t,r){const n=yr(e);if(!n.getElementById(t)){const i=P("style");i.id=t,i.textContent=r,vr(n,i)}}function yr(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function vr(e,t){return C(e.head||e,t),t.sheet}function A(e,t,r){e.insertBefore(t,r||null)}function S(e){e.parentNode&&e.parentNode.removeChild(e)}function P(e){return document.createElement(e)}function k(e){return document.createTextNode(e)}function V(){return k(" ")}function Qe(){return k("")}function _r(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function N(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function ge(e,t,r){const n=t.toLowerCase();n in e?e[n]=typeof e[n]=="boolean"&&r===""?!0:r:t in e?e[t]=typeof e[t]=="boolean"&&r===""?!0:r:N(e,t,r)}function Er(e){return Array.from(e.childNodes)}function X(e,t){t=""+t,e.data!==t&&(e.data=t)}function xr(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let ie;function ne(e){ie=e}function Tr(){if(!ie)throw new Error("Function called outside component initialization");return ie}function wr(e){Tr().$$.on_mount.push(e)}const F=[],Ue=[];let W=[];const ot=[],Hr=Promise.resolve();let Ge=!1;function Sr(){Ge||(Ge=!0,Hr.then(I))}function ze(e){W.push(e)}const Ie=new Set;let G=0;function I(){if(G!==0)return;const e=ie;do{try{for(;G<F.length;){const t=F[G];G++,ne(t),Ar(t.$$)}}catch(t){throw F.length=0,G=0,t}for(ne(null),F.length=0,G=0;Ue.length;)Ue.pop()();for(let t=0;t<W.length;t+=1){const r=W[t];Ie.has(r)||(Ie.add(r),r())}W.length=0}while(F.length);for(;ot.length;)ot.pop()();Ge=!1,Ie.clear(),ne(e)}function Ar(e){if(e.fragment!==null){e.update(),se(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(ze)}}function Br(e){const t=[],r=[];W.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),W=t}const ve=new Set;let Cr;function te(e,t){e&&e.i&&(ve.delete(e),e.i(t))}function be(e,t,r,n){if(e&&e.o){if(ve.has(e))return;ve.add(e),Cr.c.push(()=>{ve.delete(e)}),e.o(t)}}function Pr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),ze(()=>{const a=e.$$.on_mount.map(Pt).filter(Ye);e.$$.on_destroy?e.$$.on_destroy.push(...a):se(a),e.$$.on_mount=[]}),i.forEach(ze)}function Lr(e,t){const r=e.$$;r.fragment!==null&&(Br(r.after_update),se(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function Or(e,t){e.$$.dirty[0]===-1&&(F.push(e),Sr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Ir(e,t,r,n,i,a,o=null,s=[-1]){const l=ie;ne(e);const u=e.$$={fragment:null,ctx:[],props:a,update:M,not_equal:i,bound:it(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(l?l.$$.context:[])),callbacks:it(),dirty:s,skip_bound:!1,root:t.target||l.$$.root};o&&o(u.root);let h=!1;if(u.ctx=r?r(e,t.props||{},(c,f,...p)=>{const g=p.length?p[0]:f;return u.ctx&&i(u.ctx[c],u.ctx[c]=g)&&(!u.skip_bound&&u.bound[c]&&u.bound[c](g),h&&Or(e,c)),f}):[],u.update(),h=!0,se(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const c=Er(t.target);u.fragment&&u.fragment.l(c),c.forEach(S)}else u.fragment&&u.fragment.c();t.intro&&te(e.$$.fragment),Pr(e,t.target,t.anchor),I()}ne(l)}let Mt;typeof HTMLElement=="function"&&(Mt=class extends HTMLElement{constructor(t,r,n){super();B(this,"$$ctor");B(this,"$$s");B(this,"$$c");B(this,"$$cn",!1);B(this,"$$d",{});B(this,"$$r",!1);B(this,"$$p_d",{});B(this,"$$l",{});B(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return Oe(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(a){return()=>{let o;return{c:function(){o=P("slot"),a!=="default"&&N(o,"name",a)},m:function(u,h){A(u,o,h)},d:function(u){u&&S(o)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=xr(this);for(const a of this.$$s)a in n&&(r[a]=[t(a)]);for(const a of this.attributes){const o=this.$$g_p(a.name);o in this.$$d||(this.$$d[o]=_e(o,a.value,this.$$p_d,"toProp"))}for(const a in this.$$p_d)!(a in this.$$d)&&this[a]!==void 0&&(this.$$d[a]=this[a],delete this[a]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:nt(rt({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const a in this.$$p_d)if(this.$$d[a]=this.$$c.$$.ctx[this.$$c.$$.props[a]],this.$$p_d[a].reflect){const o=_e(a,this.$$d[a],this.$$p_d,"toAttribute");o==null?this.removeAttribute(this.$$p_d[a].attribute||a):this.setAttribute(this.$$p_d[a].attribute||a,o)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const a in this.$$l)for(const o of this.$$l[a]){const s=this.$$c.$on(a,o);this.$$l_u.set(o,s)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=_e(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function _e(e,t,r,n){var a;const i=(a=r[e])==null?void 0:a.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function Mr(e,t,r,n,i,a){let o=class extends Mt{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(s=>(t[s].attribute||s).toLowerCase())}};return Object.keys(t).forEach(s=>{Object.defineProperty(o.prototype,s,{get(){return this.$$c&&s in this.$$c?this.$$c[s]:this.$$d[s]},set(l){var u;l=_e(s,l,t),this.$$d[s]=l,(u=this.$$c)==null||u.$set({[s]:l})}})}),n.forEach(s=>{Object.defineProperty(o.prototype,s,{get(){var l;return(l=this.$$c)==null?void 0:l[s]}})}),e.element=o,o}class Nr{constructor(){B(this,"$$");B(this,"$$set")}$destroy(){Lr(this,1),this.$destroy=M}$on(t,r){if(!Ye(r))return M;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!pr(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Rr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Rr);const j="__WIDGET_GLOBAL_STYLE_CACHE__";function Dr(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function kr(e,t){if(!e||!t)return;const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function $r(e,t,r,n=!1){if(!window.emMessageBus)return;if(!("adoptedStyleSheets"in Document.prototype)||!n)return r=Ur(e,t),r;window[j]||(window[j]={}),r=Gr(e,t);const a=r.unsubscribe.bind(r),o=()=>{if(window[j][t]){const s=window[j][t];s.refCount>1?s.refCount=s.refCount-1:delete window[j][t]}a()};return r.unsubscribe=o,r}function Ur(e,t){const r=document.createElement("style");return window.emMessageBus.subscribe(t,n=>{e&&(r.innerHTML=n,e.appendChild(r))})}function Gr(e,t){return window.emMessageBus.subscribe(t,r=>{if(!e)return;const n=e.getRootNode(),i=window[j];let a=i[t]&&i[t].sheet;a?i[t].refCount=i[t].refCount+1:(a=new CSSStyleSheet,a.replaceSync(r),i[t]={sheet:a,refCount:1});const o=n.adoptedStyleSheets||[];o.includes(a)||(n.adoptedStyleSheets=[...o,a])})}const z=[];function zr(e,t){return{subscribe:Ae(e,t).subscribe}}function Ae(e,t=M){let r;const n=new Set;function i(s){if(Lt(e,s)&&(e=s,r)){const l=!z.length;for(const u of n)u[1](),z.push(u,e);if(l){for(let u=0;u<z.length;u+=2)z[u][0](z[u+1]);z.length=0}}}function a(s){i(s(e))}function o(s,l=M){const u=[s,l];return n.add(u),n.size===1&&(r=t(i,a)||M),s(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:a,subscribe:o}}function Q(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const a=t.length<2;return zr(r,(o,s)=>{let l=!1;const u=[];let h=0,c=M;const f=()=>{if(h)return;c();const g=t(n?u[0]:u,o,s);a?o(g):c=Ye(g)?g:M},p=i.map((g,x)=>Ot(g,w=>{u[x]=w,h&=~(1<<x),l&&f()},()=>{h|=1<<x}));return l=!0,f(),function(){se(p),c(),l=!1}})}function Fr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var jr=function(t){return Vr(t)&&!Wr(t)};function Vr(e){return!!e&&typeof e=="object"}function Wr(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Jr(e)}var Xr=typeof Symbol=="function"&&Symbol.for,qr=Xr?Symbol.for("react.element"):60103;function Jr(e){return e.$$typeof===qr}function Zr(e){return Array.isArray(e)?[]:{}}function ae(e,t){return t.clone!==!1&&t.isMergeableObject(e)?q(Zr(e),e,t):e}function Yr(e,t,r){return e.concat(t).map(function(n){return ae(n,r)})}function Qr(e,t){if(!t.customMerge)return q;var r=t.customMerge(e);return typeof r=="function"?r:q}function Kr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function st(e){return Object.keys(e).concat(Kr(e))}function Nt(e,t){try{return t in e}catch(r){return!1}}function en(e,t){return Nt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function tn(e,t,r){var n={};return r.isMergeableObject(e)&&st(e).forEach(function(i){n[i]=ae(e[i],r)}),st(t).forEach(function(i){en(e,i)||(Nt(e,i)&&r.isMergeableObject(t[i])?n[i]=Qr(i,r)(e[i],t[i],r):n[i]=ae(t[i],r))}),n}function q(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Yr,r.isMergeableObject=r.isMergeableObject||jr,r.cloneUnlessOtherwiseSpecified=ae;var n=Array.isArray(t),i=Array.isArray(e),a=n===i;return a?n?r.arrayMerge(e,t,r):tn(e,t,r):ae(t,r)}q.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return q(n,i,r)},{})};var rn=q,nn=rn;const an=Fr(nn);var Fe=function(e,t){return Fe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},Fe(e,t)};function Be(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Fe(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var L=function(){return L=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a])}return t},L.apply(this,arguments)};function on(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function Me(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,a;n<i;n++)(a||!(n in t))&&(a||(a=Array.prototype.slice.call(t,0,n)),a[n]=t[n]);return e.concat(a||Array.prototype.slice.call(t))}function Ne(e,t){var r=t&&t.cache?t.cache:dn,n=t&&t.serializer?t.serializer:cn,i=t&&t.strategy?t.strategy:ln;return i(e,{cache:r,serializer:n})}function sn(e){return e==null||typeof e=="number"||typeof e=="boolean"}function un(e,t,r,n){var i=sn(n)?n:r(n),a=t.get(i);return typeof a=="undefined"&&(a=e.call(this,n),t.set(i,a)),a}function Rt(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),a=t.get(i);return typeof a=="undefined"&&(a=e.apply(this,n),t.set(i,a)),a}function Dt(e,t,r,n,i){return r.bind(t,e,n,i)}function ln(e,t){var r=e.length===1?un:Rt;return Dt(e,this,r,t.cache.create(),t.serializer)}function hn(e,t){return Dt(e,this,Rt,t.cache.create(),t.serializer)}var cn=function(){return JSON.stringify(arguments)},fn=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(t){return this.cache[t]},e.prototype.set=function(t,r){this.cache[t]=r},e}(),dn={create:function(){return new fn}},Re={variadic:hn},Te=function(){return Te=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a])}return t},Te.apply(this,arguments)};var b;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(b||(b={}));var _;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(_||(_={}));var J;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(J||(J={}));function ut(e){return e.type===_.literal}function mn(e){return e.type===_.argument}function kt(e){return e.type===_.number}function $t(e){return e.type===_.date}function Ut(e){return e.type===_.time}function Gt(e){return e.type===_.select}function zt(e){return e.type===_.plural}function pn(e){return e.type===_.pound}function Ft(e){return e.type===_.tag}function jt(e){return!!(e&&typeof e=="object"&&e.type===J.number)}function je(e){return!!(e&&typeof e=="object"&&e.type===J.dateTime)}var Vt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,gn=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function bn(e){var t={};return e.replace(gn,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var E=function(){return E=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a])}return t},E.apply(this,arguments)};var yn=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function vn(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(yn).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var a=i[n],o=a.split("/");if(o.length===0)throw new Error("Invalid number skeleton");for(var s=o[0],l=o.slice(1),u=0,h=l;u<h.length;u++){var c=h[u];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:s,options:l})}return r}function _n(e){return e.replace(/^(.*?)-/,"")}var lt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Wt=/^(@+)?(\+|#+)?[rs]?$/g,En=/(\*)(0+)|(#+)(0+)|(0+)/g,Xt=/^(0+)$/;function ht(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Wt,function(r,n,i){return typeof i!="string"?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):i==="+"?t.minimumSignificantDigits=n.length:n[0]==="#"?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof i=="string"?i.length:0)),""}),t}function qt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function xn(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!Xt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function ct(e){var t={},r=qt(e);return r||t}function Tn(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=_n(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=E(E(E({},t),{notation:"scientific"}),i.options.reduce(function(l,u){return E(E({},l),ct(u))},{}));continue;case"engineering":t=E(E(E({},t),{notation:"engineering"}),i.options.reduce(function(l,u){return E(E({},l),ct(u))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(En,function(l,u,h,c,f,p){if(u)t.minimumIntegerDigits=h.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Xt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(lt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(lt,function(l,u,h,c,f,p){return h==="*"?t.minimumFractionDigits=u.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&p?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+p.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var a=i.options[0];a==="w"?t=E(E({},t),{trailingZeroDisplay:"stripIfInteger"}):a&&(t=E(E({},t),ht(a)));continue}if(Wt.test(i.stem)){t=E(E({},t),ht(i.stem));continue}var o=qt(i.stem);o&&(t=E(E({},t),o));var s=xn(i.stem);s&&(t=E(E({},t),s))}return t}var ye={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function wn(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var a=0;n+1<e.length&&e.charAt(n+1)===i;)a++,n++;var o=1+(a&1),s=a<2?1:3+(a>>1),l="a",u=Hn(t);for((u=="H"||u=="k")&&(s=0);s-- >0;)r+=l;for(;o-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function Hn(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=ye[n||""]||ye[r||""]||ye["".concat(r,"-001")]||ye["001"];return i[0]}var De,Sn=new RegExp("^".concat(Vt.source,"*")),An=new RegExp("".concat(Vt.source,"*$"));function y(e,t){return{start:e,end:t}}var Bn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Cn=!!String.fromCodePoint,Pn=!!Object.fromEntries,Ln=!!String.prototype.codePointAt,On=!!String.prototype.trimStart,In=!!String.prototype.trimEnd,Mn=!!Number.isSafeInteger,Nn=Mn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Ve=!0;try{var Rn=Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ve=((De=Rn.exec("a"))===null||De===void 0?void 0:De[0])==="a"}catch(e){Ve=!1}var ft=Bn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},We=Cn?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,a=0,o;i>a;){if(o=t[a++],o>1114111)throw RangeError(o+" is not a valid code point");n+=o<65536?String.fromCharCode(o):String.fromCharCode(((o-=65536)>>10)+55296,o%1024+56320)}return n},dt=Pn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var a=i[n],o=a[0],s=a[1];r[o]=s}return r},Jt=Ln?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),a;return i<55296||i>56319||r+1===n||(a=t.charCodeAt(r+1))<56320||a>57343?i:(i-55296<<10)+(a-56320)+65536}},Dn=On?function(t){return t.trimStart()}:function(t){return t.replace(Sn,"")},kn=In?function(t){return t.trimEnd()}:function(t){return t.replace(An,"")};function Zt(e,t){return new RegExp(e,t)}var Xe;if(Ve){var mt=Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Xe=function(t,r){var n;mt.lastIndex=r;var i=mt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Xe=function(t,r){for(var n=[];;){var i=Jt(t,r);if(i===void 0||Yt(i)||zn(i))break;n.push(i),r+=i>=65536?2:1}return We.apply(void 0,n)};var $n=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var a=this.char();if(a===123){var o=this.parseArgument(t,n);if(o.err)return o;i.push(o.val)}else{if(a===125&&t>0)break;if(a===35&&(r==="plural"||r==="selectordinal")){var s=this.clonePosition();this.bump(),i.push({type:_.pound,location:y(s,this.clonePosition())})}else if(a===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(b.UNMATCHED_CLOSING_TAG,y(this.clonePosition(),this.clonePosition()))}else if(a===60&&!this.ignoreTag&&qe(this.peek()||0)){var o=this.parseTag(t,r);if(o.err)return o;i.push(o.val)}else{var o=this.parseLiteral(t,r);if(o.err)return o;i.push(o.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:_.literal,value:"<".concat(i,"/>"),location:y(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var a=this.parseMessage(t+1,r,!0);if(a.err)return a;var o=a.val,s=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!qe(this.char()))return this.error(b.INVALID_TAG,y(s,this.clonePosition()));var l=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(b.UNMATCHED_CLOSING_TAG,y(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:_.tag,value:i,children:o,location:y(n,this.clonePosition())},err:null}:this.error(b.INVALID_TAG,y(s,this.clonePosition())))}else return this.error(b.UNCLOSED_TAG,y(n,this.clonePosition()))}else return this.error(b.INVALID_TAG,y(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Gn(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var a=this.tryParseQuote(r);if(a){i+=a;continue}var o=this.tryParseUnquoted(t,r);if(o){i+=o;continue}var s=this.tryParseLeftAngleBracket();if(s){i+=s;continue}break}var l=y(n,this.clonePosition());return{val:{type:_.literal,value:i,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Un(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return We.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),We(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(b.EMPTY_ARGUMENT,y(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(b.MALFORMED_ARGUMENT,y(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:_.argument,value:i,location:y(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(b.MALFORMED_ARGUMENT,y(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Xe(this.message,r),i=r+n.length;this.bumpTo(i);var a=this.clonePosition(),o=y(t,a);return{value:n,location:o}},e.prototype.parseArgumentOptions=function(t,r,n,i){var a,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(s){case"":return this.error(b.EXPECT_ARGUMENT_TYPE,y(o,l));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=kn(c.val);if(f.length===0)return this.error(b.EXPECT_ARGUMENT_STYLE,y(this.clonePosition(),this.clonePosition()));var p=y(h,this.clonePosition());u={style:f,styleLocation:p}}var g=this.tryParseArgumentClose(i);if(g.err)return g;var x=y(i,this.clonePosition());if(u&&ft(u==null?void 0:u.style,"::",0)){var w=Dn(u.style.slice(2));if(s==="number"){var c=this.parseNumberSkeletonFromString(w,u.styleLocation);return c.err?c:{val:{type:_.number,value:n,location:x,style:c.val},err:null}}else{if(w.length===0)return this.error(b.EXPECT_DATE_TIME_SKELETON,x);var T=w;this.locale&&(T=wn(w,this.locale));var f={type:J.dateTime,pattern:T,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?bn(T):{}},d=s==="date"?_.date:_.time;return{val:{type:d,value:n,location:x,style:f},err:null}}}return{val:{type:s==="number"?_.number:s==="date"?_.date:_.time,value:n,location:x,style:(a=u==null?void 0:u.style)!==null&&a!==void 0?a:null},err:null}}case"plural":case"selectordinal":case"select":{var v=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS,y(v,Te({},v)));this.bumpSpace();var R=this.parseIdentifierIfPossible(),O=0;if(s!=="select"&&R.value==="offset"){if(!this.bumpIf(":"))return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,y(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),R=this.parseIdentifierIfPossible(),O=c.val}var m=this.tryParsePluralOrSelectOptions(t,s,r,R);if(m.err)return m;var g=this.tryParseArgumentClose(i);if(g.err)return g;var he=y(i,this.clonePosition());return s==="select"?{val:{type:_.select,value:n,options:dt(m.val),location:he},err:null}:{val:{type:_.plural,value:n,options:dt(m.val),offset:O,pluralType:s==="plural"?"cardinal":"ordinal",location:he},err:null}}default:return this.error(b.INVALID_ARGUMENT_TYPE,y(o,l))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,y(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,y(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=vn(t)}catch(i){return this.error(b.INVALID_NUMBER_SKELETON,r)}return{val:{type:J.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Tn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var a,o=!1,s=[],l=new Set,u=i.value,h=i.location;;){if(u.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR,b.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;h=y(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}else break}if(l.has(u))return this.error(r==="select"?b.DUPLICATE_SELECT_ARGUMENT_SELECTOR:b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);u==="other"&&(o=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,y(this.clonePosition(),this.clonePosition()));var g=this.parseMessage(t+1,r,n);if(g.err)return g;var x=this.tryParseArgumentClose(p);if(x.err)return x;s.push([u,{value:g.val,location:y(p,this.clonePosition())}]),l.add(u),this.bumpSpace(),a=this.parseIdentifierIfPossible(),u=a.value,h=a.location}return s.length===0?this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR:b.EXPECT_PLURAL_ARGUMENT_SELECTOR,y(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(b.MISSING_OTHER_CLAUSE,y(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var a=!1,o=0;!this.isEOF();){var s=this.char();if(s>=48&&s<=57)a=!0,o=o*10+(s-48),this.bump();else break}var l=y(i,this.clonePosition());return a?(o*=n,Nn(o)?{val:o,err:null}:this.error(r,l)):this.error(t,l)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=Jt(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(ft(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Yt(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function qe(e){return e>=97&&e<=122||e>=65&&e<=90}function Un(e){return qe(e)||e===47}function Gn(e){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}function Yt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function zn(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function Je(e){e.forEach(function(t){if(delete t.location,Gt(t)||zt(t))for(var r in t.options)delete t.options[r].location,Je(t.options[r].value);else kt(t)&&jt(t.style)||($t(t)||Ut(t))&&je(t.style)?delete t.style.location:Ft(t)&&Je(t.children)})}function Fn(e,t){t===void 0&&(t={}),t=Te({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new $n(e,t).parse();if(r.err){var n=SyntaxError(b[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||Je(r.val),r.val}var Z;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(Z||(Z={}));var Ce=function(e){Be(t,e);function t(r,n,i){var a=e.call(this,r)||this;return a.code=n,a.originalMessage=i,a}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),pt=function(e){Be(t,e);function t(r,n,i,a){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),Z.INVALID_VALUE,a)||this}return t}(Ce),jn=function(e){Be(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),Z.INVALID_VALUE,i)||this}return t}(Ce),Vn=function(e){Be(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),Z.MISSING_VALUE,n)||this}return t}(Ce),H;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(H||(H={}));function Wn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==H.literal||r.type!==H.literal?t.push(r):n.value+=r.value,t},[])}function Xn(e){return typeof e=="function"}function Ee(e,t,r,n,i,a,o){if(e.length===1&&ut(e[0]))return[{type:H.literal,value:e[0].value}];for(var s=[],l=0,u=e;l<u.length;l++){var h=u[l];if(ut(h)){s.push({type:H.literal,value:h.value});continue}if(pn(h)){typeof a=="number"&&s.push({type:H.literal,value:r.getNumberFormat(t).format(a)});continue}var c=h.value;if(!(i&&c in i))throw new Vn(c,o);var f=i[c];if(mn(h)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),s.push({type:typeof f=="string"?H.literal:H.object,value:f});continue}if($t(h)){var p=typeof h.style=="string"?n.date[h.style]:je(h.style)?h.style.parsedOptions:void 0;s.push({type:H.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Ut(h)){var p=typeof h.style=="string"?n.time[h.style]:je(h.style)?h.style.parsedOptions:n.time.medium;s.push({type:H.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(kt(h)){var p=typeof h.style=="string"?n.number[h.style]:jt(h.style)?h.style.parsedOptions:void 0;p&&p.scale&&(f=f*(p.scale||1)),s.push({type:H.literal,value:r.getNumberFormat(t,p).format(f)});continue}if(Ft(h)){var g=h.children,x=h.value,w=i[x];if(!Xn(w))throw new jn(x,"function",o);var T=Ee(g,t,r,n,i,a),d=w(T.map(function(O){return O.value}));Array.isArray(d)||(d=[d]),s.push.apply(s,d.map(function(O){return{type:typeof O=="string"?H.literal:H.object,value:O}}))}if(Gt(h)){var v=h.options[f]||h.options.other;if(!v)throw new pt(h.value,f,Object.keys(h.options),o);s.push.apply(s,Ee(v.value,t,r,n,i));continue}if(zt(h)){var v=h.options["=".concat(f)];if(!v){if(!Intl.PluralRules)throw new Ce(`Intl.PluralRules is not available in this environment.
|
|
2
2
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3
3
|
`,Z.MISSING_INTL_API,o);var R=r.getPluralRules(t,{type:h.pluralType}).select(f-(h.offset||0));v=h.options[R]||h.options.other}if(!v)throw new pt(h.value,f,Object.keys(h.options),o);s.push.apply(s,Ee(v.value,t,r,n,i,f-(h.offset||0)));continue}}return Wn(s)}function qn(e,t){return t?L(L(L({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=L(L({},e[n]),t[n]||{}),r},{})):e}function Jn(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=qn(e[n],t[n]),r},L({},e)):e}function ke(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Zn(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Me([void 0],r,!1)))},{cache:ke(e.number),strategy:Re.variadic}),getDateTimeFormat:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Me([void 0],r,!1)))},{cache:ke(e.dateTime),strategy:Re.variadic}),getPluralRules:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Me([void 0],r,!1)))},{cache:ke(e.pluralRules),strategy:Re.variadic})}}var Qt=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var a=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var u=a.formatToParts(l);if(u.length===1)return u[0].value;var h=u.reduce(function(c,f){return!c.length||f.type!==H.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(l){return Ee(a.ast,a.locales,a.formatters,a.formats,l,void 0,a.message)},this.resolvedOptions=function(){var l;return{locale:((l=a.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(a.locales)[0]}},this.getAst=function(){return a.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var o=i||{};o.formatters;var s=on(o,["formatters"]);this.ast=e.__parse(t,L(L({},s),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Jn(e.formats,n),this.formatters=i&&i.formatters||Zn(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=Fn,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function Yn(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const a=r.slice(i,r.length).join(".");if(a in n){n=n[a];break}}n=n[r[i]]}else n=void 0;return n}const D={},Qn=(e,t,r)=>r&&(t in D||(D[t]={}),e in D[t]||(D[t][e]=r),r),Kt=(e,t)=>{if(t==null)return;if(t in D&&e in D[t])return D[t][e];const r=le(t);for(let n=0;n<r.length;n++){const i=r[n],a=ei(i,e);if(a)return Qn(e,t,a)}};let Ke;const ue=Ae({});function Kn(e){return Ke[e]||null}function er(e){return e in Ke}function ei(e,t){if(!er(e))return null;const r=Kn(e);return Yn(r,t)}function ti(e){if(e==null)return;const t=le(e);for(let r=0;r<t.length;r++){const n=t[r];if(er(n))return n}}function tr(e,...t){delete D[e],ue.update(r=>(r[e]=an.all([r[e]||{},...t]),r))}Q([ue],([e])=>Object.keys(e));ue.subscribe(e=>Ke=e);const xe={};function ri(e,t){xe[e].delete(t),xe[e].size===0&&delete xe[e]}function rr(e){return xe[e]}function ni(e){return le(e).map(t=>{const r=rr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function we(e){return e==null?!1:le(e).some(t=>{var r;return(r=rr(t))==null?void 0:r.size})}function ii(e,t){return Promise.all(t.map(n=>(ri(e,n),n().then(i=>i.default||i)))).then(n=>tr(e,...n))}const ee={};function nr(e){if(!we(e))return e in ee?ee[e]:Promise.resolve();const t=ni(e);return ee[e]=Promise.all(t.map(([r,n])=>ii(r,n))).then(()=>{if(we(e))return nr(e);delete ee[e]}),ee[e]}var gt=Object.getOwnPropertySymbols,ai=Object.prototype.hasOwnProperty,oi=Object.prototype.propertyIsEnumerable,si=(e,t)=>{var r={};for(var n in e)ai.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&>)for(var n of gt(e))t.indexOf(n)<0&&oi.call(e,n)&&(r[n]=e[n]);return r};const ui={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}};function li({locale:e,id:t}){console.warn(`[svelte-i18n] The message "${t}" was not found in "${le(e).join('", "')}".${we($())?`
|
|
4
4
|
|
|
5
|
-
Note: there are at least one loader still registered to this locale that wasn't executed.`:""}`)}const hi={fallbackLocale:null,loadingDelay:200,formats:ui,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},re=hi;function Y(){return re}function ci(e){const t=e,{formats:r}=t,n=si(t,["formats"]);let i=e.fallbackLocale;if(e.initialLocale)try{Qt.resolveLocale(e.initialLocale)&&(i=e.initialLocale)}catch(a){console.warn(`[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`)}return n.warnOnMissingMessages&&(delete n.warnOnMissingMessages,n.handleMissingMessage==null?n.handleMissingMessage=li:console.warn('[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.')),Object.assign(re,n,{initialLocale:i}),r&&("number"in r&&Object.assign(re.formats.number,r.number),"date"in r&&Object.assign(re.formats.date,r.date),"time"in r&&Object.assign(re.formats.time,r.time)),U.set(i)}const $e=Ae(!1);var fi=Object.defineProperty,di=Object.defineProperties,mi=Object.getOwnPropertyDescriptors,bt=Object.getOwnPropertySymbols,pi=Object.prototype.hasOwnProperty,gi=Object.prototype.propertyIsEnumerable,yt=(e,t,r)=>t in e?fi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,bi=(e,t)=>{for(var r in t||(t={}))pi.call(t,r)&&yt(e,r,t[r]);if(bt)for(var r of bt(t))gi.call(t,r)&&yt(e,r,t[r]);return e},yi=(e,t)=>di(e,mi(t));let Ze;const He=Ae(null);function vt(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function le(e,t=Y().fallbackLocale){const r=vt(e);return t?[...new Set([...r,...vt(t)])]:r}function $(){return Ze!=null?Ze:void 0}He.subscribe(e=>{Ze=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const vi=e=>{if(e&&ti(e)&&we(e)){const{loadingDelay:t}=Y();let r;return typeof window!="undefined"&&$()!=null&&t?r=window.setTimeout(()=>$e.set(!0),t):$e.set(!0),nr(e).then(()=>{He.set(e)}).finally(()=>{clearTimeout(r),$e.set(!1)})}return He.set(e)},U=yi(bi({},He),{set:vi}),Ce=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var _i=Object.defineProperty,Se=Object.getOwnPropertySymbols,ir=Object.prototype.hasOwnProperty,ar=Object.prototype.propertyIsEnumerable,_t=(e,t,r)=>t in e?_i(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,et=(e,t)=>{for(var r in t||(t={}))ir.call(t,r)&&_t(e,r,t[r]);if(Se)for(var r of Se(t))ar.call(t,r)&&_t(e,r,t[r]);return e},K=(e,t)=>{var r={};for(var n in e)ir.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Se)for(var n of Se(e))t.indexOf(n)<0&&ar.call(e,n)&&(r[n]=e[n]);return r};const oe=(e,t)=>{const{formats:r}=Y();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Ei=Ce(e=>{var t=e,{locale:r,format:n}=t,i=K(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=oe("number",n)),new Intl.NumberFormat(r,i)}),xi=Ce(e=>{var t=e,{locale:r,format:n}=t,i=K(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=oe("date",n):Object.keys(i).length===0&&(i=oe("date","short")),new Intl.DateTimeFormat(r,i)}),Ti=Ce(e=>{var t=e,{locale:r,format:n}=t,i=K(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=oe("time",n):Object.keys(i).length===0&&(i=oe("time","short")),new Intl.DateTimeFormat(r,i)}),wi=(e={})=>{var t=e,{locale:r=$()}=t,n=K(t,["locale"]);return Ei(et({locale:r},n))},Hi=(e={})=>{var t=e,{locale:r=$()}=t,n=K(t,["locale"]);return xi(et({locale:r},n))},Si=(e={})=>{var t=e,{locale:r=$()}=t,n=K(t,["locale"]);return Ti(et({locale:r},n))},Ai=Ce((e,t=$())=>new Qt(e,t,Y().formats,{ignoreTag:Y().ignoreTag})),Bi=(e,t={})=>{var r,n,i,a;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:s,locale:l=$(),default:u}=o;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Kt(e,l);if(!h)h=(a=(i=(n=(r=Y()).handleMissingMessage)==null?void 0:n.call(r,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?a:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!s)return h;let c=h;try{c=Ai(h,l).format(s)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Pi=(e,t)=>Si(t).format(e),Ci=(e,t)=>Hi(t).format(e),Li=(e,t)=>wi(t).format(e),Oi=(e,t=$())=>Kt(e,t),Ii=Q([U,ue],()=>Bi);Q([U],()=>Pi);Q([U],()=>Ci);Q([U],()=>Li);Q([U,ue],()=>Oi);function Et(e,t){tr(e,t)}function Mi(e){ci({fallbackLocale:"en"}),U.set(e)}const xt={en:{VendorMicroserviceCommunicationError:"We apologise, but your payment provider has declined to process due to a microservice communication error. Please try again later.",CustomerDocumentIdMissing:"The document ID is missing",InvalidTransactionStatus:"The transaction status is invalid",UndefinedTechnicalError:"Something went wrong",errorGeneralTitle:"Error Occurred",errorGeneralText:"Something went wrong",errorGeneralButton:"CLOSE",PlayerSessionIsNotValid:"Player session is not valid",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",PaymentMethodNotAllowed:"We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",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",MerchantUserHasWithdrawBlockRole:"Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",MerchantUserHasDepositBlockRole:"Dear Player! Please be informed that currently you are not allowed to initiate deposit transactions from your player account. Error Code: 21123",JwtTokenError:"IDX12741: JWT must have three segments (JWS) or five segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"We apologise, but we cannot process the transaction because you haven't completed KYC. Please verify your identity or contact Customer Support for further assistance. Error Code 23601",InsufficientCasinoFunds:" Your withdrawal is over your available balance. Please check your available balance to adjust your withdrawal amount",DepositWageringLimit:"Attention! Your winnings balance has less than the amount you want to withdraw.",DepositWageringFetching:"Data fetching",DepositWageringLimitText:"Deposit wagering: ",AmountMinLimitExceeded:"Amount is smaller than PaymentMethod minimum limit",AmountMaxLimitExceeded:"Amount is bigger than PaymentMethod maximum limit",AmountIsMissing:"Amount is missing",MaxCustomerTransactionsCountReached:"Looks like you have reached the frequency limit of the transaction attempts per minute. The server is taking too long to respond. Please wait a bit and try again in a while",VendorTimeoutError:"Looks like the payment vendor has some issues. The server is taking too long to respond. Please wait a bit and try again in a while. Error Code 21292",MerchantUserAccountIsInactive:"Declined by merchant user account is inactive",MerchantUserHasDepositDenyRole:"Declined by merchant user has deposit deny role",TransactionCodeIsInvalid:"Transaction code is invalid",InvalidSession:"Your session has expired. Please try again",TwoFactorAuthRequired:"Two-factor authentication is required",DeclinedByMerchant:"We apologise, but transaction has been closed by merchant. Please contact Customer Support for further assistance.",FraudSuspectedError:"We apologise, but we are unable to process your transaction at this time, please try later or contact Customer Support for further assistance. Error Code 22020",OnlyOnePendingTransactionPerUserlsAllowed:"Only one pending transaction per user is allowed",TransactionFrequencyLimitReached:"Transaction frequency limit reached",NotMappedVendorError:"Your balance is insufficient or you may have reached your transaction limit. Please contact your Telecommunication service provider",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Your balance is insufficient or you may have reached your transaction limit. Please contact your Telecommunication service provider",CumulativeLimitExceeded:"Monetary limit exceeded",CumulativeLimitExceededException:"Monetary limit exceeded",InsufficientFunds:"Insufficient funds",DeclinedByBank:"Transaction declined by bank",MaxNumberOfTransactionsReached:"Maximum number of transactions reached",OnlyOnePendingTransactionPerUserIsAllowed:"Only one pending transaction is allowed per user",AuthenticationFailed:"Authentication failed",CommunicationTimeoutError:"Communication timeout",MissingPaymentDetails:"Missing payment details",InvalidAccount:"Invalid account",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.",InvalidCardHolder:"Invalid card holder",VendorInvalidCard:"Vendor invalid card"},tr:{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.",CustomerDocumentIdMissing:"Belge kimliği eksik",InvalidTransactionStatus:"İşlem durumu geçersiz",UndefinedTechnicalError:"Bir şeyler ters gitti",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",errorGeneralTitle:"Hata oluştu",errorGeneralText:"Bir şeyler ters gitti",errorGeneralButton:"KAPALI",PlayerSessionIsNotValid:"Hesabınızla ilgili oturum geçersiz veya süresi dolmuş görünüyor. Lütfen tekrar giriş yapınız",VendorCommunicationError:"Özür dileriz, ancak ödeme sağlayıcınız teknik hata nedeniyle işlemi yapmayı reddetti. Lütfen daha sonra deneyin veya daha fazla yardım için ödeme çözümü sağlayıcınızla iletişime geçin. Hata Kodu 21297",PaymentMethodNotAllowed:"Özür dileriz, ancak bu ödeme yöntemi şu anda kullanılamıyor. Daha fazla yardım için lütfen Müşteri Desteğiyle iletişime geçin. Hata Kodu 11402",InvalidPaymentDetails:"Özür dileriz, ancak ödeme bilgileriniz geçerli değil. Lütfen tüm ödeme ayrıntılarını doğru girdiğinizden emin olun ve tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 13555",MerchantUserHasWithdrawBlockRole:"Sevgili Oyuncu! Şu anda oyuncu hesabınızdan para çekme işlemi başlatmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21122",MerchantUserHasDepositBlockRole:"Değerli Oyuncumuz, Şu anda hesabınız üzerinden para yatırma işlemi yapmanıza izin verilmemektedir. Hata Kodu: 21123",JwtTokenError:"IDX12741: JWT must have three segments (JWS) or five segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"İşlemi gerçekleştirmek için kullanıcı doğrulamasını geçmeniz gerekmektedir. ",InsufficientCasinoFunds:"Çekmek istediğiniz tutar, mevcut bakiyenizin üzerindedir. Lütfen çekim tutarınızı belirlemek için bakiyenizi kontrol ediniz",DepositWageringLimit:"Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz.",DepositWageringFetching:"Veri yükleniyor",DepositWageringLimitText:"Kalan Çevrim:",AmountMinLimitExceeded:"Tutar, Ödeme Yöntemi minimum sınırından daha küçük",AmountMaxLimitExceeded:"Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",AmountIsMissing:"Tutar eksik",MaxCustomerTransactionsCountReached:"İşlem denemelerinin sıklık sınırına ulaştınız. Sunucunun yanıt vermesi çok uzun sürüyor. Lütfen biraz bekleyin ve bir süre sonra tekrar deneyin.",VendorTechnicalError:"Özür dileriz, fakat bir teknik hata nedeniyle işleminiz sağlayıcı tarafından reddedildi. Lütfen daha sonra tekrar deneyin veya servis sağlayıcınızla iletişime geçin. Hata kodu 21298",MerchantUserAccountIsInactive:"Tüccar tarafından reddedildi kullanıcı hesabı etkin değil",MerchantUserHasDepositDenyRole:"Sevgili Oyuncu! Şu anda hesabınıza para yatırmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21123",TransactionCodeIsInvalid:"Transaction code is invalid",InvalidSession:"Beklenmedik bir hata oluştu, lütfen tekrar deneyin.",TwoFactorAuthRequired:"İki faktörlü kimlik doğrulama gereklidi",DeclinedByMerchant:"Özür dileriz, ancak işlem satıcı tarafından kapatıldı. Daha fazla yardım için lütfen Müşteri Desteği ile iletişime geçin.",FraudSuspectedError:"Üzgünüz, ancak işleminizi şu anda gerçekleştiremiyoruz. Lütfen daha sonra tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 22020.",OnlyOnePendingTransactionPerUserlsAllowed:"Devam eden bir talebiniz olduğu için șu anda yeni bir işlem başlatılamaz.",TransactionFrequencyLimitReached:"İşlem sıklığı limiti aşıldı",NotMappedVendorError:"Bakiyeniz yetersiz veya işlem limitinize ulaşmış olabilirsiniz. Lütfen Telekom servis sağlayıcınızla iletişime geçin",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Bakiyeniz yetersiz veya işlem limitinize ulaşmış olabilirsiniz. Lütfen Telekom servis sağlayıcınızla iletişime geçin",CumulativeLimitExceeded:"Parasal limit aşıldı",CumulativeLimitExceededException:"Parasal limit aşıldı",InsufficientFunds:"Yetersiz bakiye",DeclinedByBank:"İşlem banka tarafından reddedildi",MaxNumberOfTransactionsReached:"Maksimum işlem sayısına ulaşıldı",OnlyOnePendingTransactionPerUserIsAllowed:"Kullanıcı başına yalnızca bir bekleyen işleme izin verilir",AuthenticationFailed:"Kimlik doğrulama başarısız",CommunicationTimeoutError:"İletişim zaman aşımı",MissingPaymentDetails:"Eksik ödeme bilgileri",InvalidAccount:"Geçersiz hesap",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.",InvalidCardHolder:"Geçersiz kart sahibi",VendorInvalidCard:"Özür dileriz, fakat sağlayıcınız hatalı kart bilgileri nedeniyle işleminizi reddetti. Lütfen kart bilgilerinizi yeniden girin veya Destek ekibimizle iletişime geçin. Hata kodu 13500"},fr:{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.",CustomerDocumentIdMissing:"L’identifiant du document est manquant",InvalidTransactionStatus:"Le statut de la transaction est invalide",UndefinedTechnicalError:"Une erreur s’est produite",errorGeneralTitle:"Une erreur s’est produite",errorGeneralText:"Une erreur est survenue",errorGeneralButton:"FERMER",PlayerSessionIsNotValid:"La session du joueur n’est pas valide",VendorCommunicationError:"Nous sommes désolés, mais votre prestataire de paiement a refusé de traiter la demande en raison d’une erreur technique. Veuillez réessayer plus tard ou contacter votre prestataire de paiement pour obtenir de l’aide. Code d’erreur 21297",PaymentMethodNotAllowed:"Nous sommes désolés, mais ce moyen de paiement n’est pas disponible pour le moment. Veuillez contacter le service client pour obtenir de l’aide. Code d’erreur 11402",InvalidPaymentDetails:"Nous sommes désolés, mais vos informations de paiement ne sont pas valides. Veuillez vérifier que vous avez correctement saisi toutes les informations de paiement et réessayer, ou contacter le service client pour obtenir de l’aide. Code d’erreur 13555",MerchantUserHasWithdrawBlockRole:"Cher joueur ! Veuillez noter que vous n’êtes actuellement pas autorisé à initier des opérations de retrait depuis votre compte joueur. Code d’erreur : 21122",MerchantUserHasDepositBlockRole:"Cher joueur ! Veuillez noter que vous n’êtes actuellement pas autorisé à initier des opérations de dépôt depuis votre compte joueur. Code d’erreur : 21123",JwtTokenError:"IDX12741 : le JWT doit comporter trois segments (JWS) ou cinq segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"Nous sommes désolés, mais nous ne pouvons pas traiter la transaction car vous n’avez pas complété le KYC. Veuillez vérifier votre identité ou contacter le service client pour obtenir de l’aide. Code d’erreur 23601",InsufficientCasinoFunds:"Votre retrait dépasse votre solde disponible. Veuillez vérifier votre solde disponible afin d’ajuster le montant du retrait",DepositWageringLimit:"Attention ! Le solde de vos gains est inférieur au montant que vous souhaitez retirer.",DepositWageringLimitText:"Mise de dépôt:",DepositWageringFetching:"Chargement des données",AmountMinLimitExceeded:"Le montant est inférieur à la limite minimale du moyen de paiement",AmountMaxLimitExceeded:"Le montant est supérieur à la limite maximale du moyen de paiement",AmountIsMissing:"Le montant est manquant",MaxCustomerTransactionsCountReached:"Il semble que vous ayez atteint la limite de fréquence des tentatives de transaction par minute. Le serveur met trop de temps à répondre. Veuillez patienter un moment et réessayer plus tard",VendorTimeoutError:"Il semble que le prestataire de paiement rencontre des problèmes. Le serveur met trop de temps à répondre. Veuillez patienter un moment et réessayer plus tard. Code d’erreur 21292",MerchantUserAccountIsInactive:"Refusé : le compte utilisateur marchand est inactif",MerchantUserHasDepositDenyRole:"Refusé : l’utilisateur marchand a un rôle interdisant les dépôts",TransactionCodeIsInvalid:"Le code de transaction n’est pas valide",InvalidSession:"Votre session a expiré. Veuillez réessayer",TwoFactorAuthRequired:"L’authentification à deux facteurs est requise",DeclinedByMerchant:"Nous sommes désolés, mais la transaction a été clôturée par le marchand. Veuillez contacter le service client pour obtenir de l’aide.",FraudSuspectedError:"Nous sommes désolés, mais nous ne pouvons pas traiter votre transaction pour le moment. Veuillez réessayer plus tard ou contacter le service client pour obtenir de l’aide. Code d’erreur 22020",OnlyOnePendingTransactionPerUserlsAllowed:"Une seule transaction en attente par utilisateur est autorisée",TransactionFrequencyLimitReached:"Limite de fréquence des transactions atteinte",NotMappedVendorError:"Votre solde est insuffisant ou vous avez peut-être atteint votre limite de transaction. Veuillez contacter votre fournisseur de services de télécommunication",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Votre solde est insuffisant ou vous avez peut-être atteint votre limite de transaction. Veuillez contacter votre fournisseur de services de télécommunication",CumulativeLimitExceeded:"Limite monétaire dépassée",CumulativeLimitExceededException:"Limite monétaire dépassée",InsufficientFunds:"Fonds insuffisants",DeclinedByBank:"Transaction refusée par la banque",MaxNumberOfTransactionsReached:"Nombre maximum de transactions atteint",OnlyOnePendingTransactionPerUserIsAllowed:"Une seule transaction en attente est autorisée par utilisateur",AuthenticationFailed:"Échec de l'authentification",CommunicationTimeoutError:"Délai de communication dépassé",MissingPaymentDetails:"Détails de paiement manquants",InvalidAccount:"Compte invalide",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."}};function Ni(e){br(e,"svelte-y815d8",'.WageringFetch{margin:10px}.LoadingText::after{content:"";animation:dots 1.5s steps(4, end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.CashierError{display:flex;width:100%;justify-content:center;align-items:center;overflow:hidden auto;background-color:transparent;padding:15px 0}.CashierErrorContent{display:flex;flex-direction:column;width:100%;max-width:300px;align-items:center;gap:var(--emw--spacing-large, 20px);box-sizing:border-box;padding:1px var(--emw--spacing-medium, 15px);height:inherit}.CashierErrorTitle{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-medium, 16px);line-height:125%;text-align:center}.CashierErrorText{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:125%;text-align:center}.CashierErrorButton{width:100%;height:36px;color:var(--emw--color-typography-button, var(--emw--color-black, #000000));text-align:center;cursor:pointer;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);font-family:inherit;line-height:36px;border:none;border-radius:var(--emw--border-radius-medium, 10px);background:var(--emw--color-primary, #F9C405)}.CashierErrorButton:hover{background:var(--emw--color-hover, #dbac03)}.CashierErrorButton:active{background:var(--emw--color-active, #fecd1c)}.CashierErrorContent ui-image img{width:300px}')}const Ri=e=>({}),Tt=e=>({}),Di=e=>({}),wt=e=>({}),ki=e=>({}),Ht=e=>({}),$i=e=>({}),St=e=>({class:"CashierErrorIcon"});function At(e){let t,r;return{c(){t=C("ui-image"),at(t.src,r=`${e[0]}/error-general-icon.png`)||ge(t,"src",r),ge(t,"width","300px"),ge(t,"alt","error")},m(n,i){A(n,t,i)},p(n,i){i&1&&!at(t.src,r=`${n[0]}/error-general-icon.png`)&&ge(t,"src",r)},d(n){n&&S(t)}}}function Ui(e){let t,r=e[0]&&At(e);return{c(){r&&r.c(),t=Qe()},m(n,i){r&&r.m(n,i),A(n,t,i)},p(n,i){n[0]?r?r.p(n,i):(r=At(n),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(n){n&&S(t),r&&r.d(n)}}}function Bt(e){let t;function r(a,o){return a[3]<0?zi:Gi}let n=r(e),i=n(e);return{c(){i.c(),t=Qe()},m(a,o){i.m(a,o),A(a,t,o)},p(a,o){n===(n=r(a))&&i?i.p(a,o):(i.d(1),i=n(a),i&&(i.c(),i.m(t.parentNode,t)))},d(a){a&&S(t),i.d(a)}}}function Gi(e){let t,r=e[5]("DepositWageringLimitText")+"",n,i,a=e[3]>0&&Pt(e);return{c(){t=C("span"),n=k(r),i=V(),a&&a.c(),N(t,"class","CashierErrorText")},m(o,s){A(o,t,s),P(t,n),P(t,i),a&&a.m(t,null)},p(o,s){s&32&&r!==(r=o[5]("DepositWageringLimitText")+"")&&X(n,r),o[3]>0?a?a.p(o,s):(a=Pt(o),a.c(),a.m(t,null)):a&&(a.d(1),a=null)},d(o){o&&S(t),a&&a.d()}}}function zi(e){let t,r,n=e[5]("DepositWageringFetching")+"",i;return{c(){t=C("div"),r=C("span"),i=k(n),N(r,"class","CashierErrorText LoadingText"),N(t,"class","WageringFetch")},m(a,o){A(a,t,o),P(t,r),P(r,i)},p(a,o){o&32&&n!==(n=a[5]("DepositWageringFetching")+"")&&X(i,n)},d(a){a&&S(t)}}}function Pt(e){let t,r,n;return{c(){t=k(e[3]),r=V(),n=k(e[4])},m(i,a){A(i,t,a),A(i,r,a),A(i,n,a)},p(i,a){a&8&&X(t,i[3]),a&16&&X(n,i[4])},d(i){i&&(S(t),S(r),S(n))}}}function Fi(e){let t,r=e[5](`${e[1]||"errorGeneralText"}`)+"",n,i,a,o=e[1]=="DepositWageringLimit"&&Bt(e);return{c(){t=C("span"),n=k(r),i=V(),o&&o.c(),a=Qe(),N(t,"class","CashierErrorText")},m(s,l){A(s,t,l),P(t,n),A(s,i,l),o&&o.m(s,l),A(s,a,l)},p(s,l){l&34&&r!==(r=s[5](`${s[1]||"errorGeneralText"}`)+"")&&X(n,r),s[1]=="DepositWageringLimit"?o?o.p(s,l):(o=Bt(s),o.c(),o.m(a.parentNode,a)):o&&(o.d(1),o=null)},d(s){s&&(S(t),S(i),S(a)),o&&o.d(s)}}}function ji(e){let t,r,n=e[5]("errorGeneralButton")+"",i,a,o;return{c(){t=C("button"),r=C("span"),i=k(n),N(t,"class","CashierErrorButton")},m(s,l){A(s,t,l),P(t,r),P(r,i),a||(o=_r(t,"click",e[6]),a=!0)},p(s,l){l&32&&n!==(n=s[5]("errorGeneralButton")+"")&&X(i,n)},d(s){s&&S(t),a=!1,o()}}}function Vi(e){let t,r,n,i,a,o;const s=e[13].icon,l=fe(s,e,e[12],St),u=l||Ui(e),h=e[13].title,c=fe(h,e,e[12],Ht),f=e[13].text,p=fe(f,e,e[12],wt),g=p||Fi(e),x=e[13].button,w=fe(x,e,e[12],Tt),T=w||ji(e);return{c(){t=C("div"),r=C("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")},m(d,v){A(d,t,v),P(t,r),u&&u.m(r,null),P(r,n),c&&c.m(r,null),P(r,i),g&&g.m(r,null),P(r,a),T&&T.m(r,null),e[14](t),o=!0},p(d,[v]){l?l.p&&(!o||v&4096)&&me(l,s,d,d[12],o?de(s,d[12],v,$i):pe(d[12]),St):u&&u.p&&(!o||v&1)&&u.p(d,o?v:-1),c&&c.p&&(!o||v&4096)&&me(c,h,d,d[12],o?de(h,d[12],v,ki):pe(d[12]),Ht),p?p.p&&(!o||v&4096)&&me(p,f,d,d[12],o?de(f,d[12],v,Di):pe(d[12]),wt):g&&g.p&&(!o||v&58)&&g.p(d,o?v:-1),w?w.p&&(!o||v&4096)&&me(w,x,d,d[12],o?de(x,d[12],v,Ri):pe(d[12]),Tt):T&&T.p&&(!o||v&32)&&T.p(d,o?v:-1)},i(d){o||(te(u,d),te(c,d),te(g,d),te(T,d),o=!0)},o(d){be(u,d),be(c,d),be(g,d),be(T,d),o=!1},d(d){d&&S(t),u&&u.d(d),c&&c.d(d),g&&g.d(d),T&&T.d(d),e[14](null)}}}function Wi(e,t,r){let n;gr(e,Ii,m=>r(5,n=m));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,p,g,x=-1,w;const T=()=>{Mi(s)},d=()=>Oe(this,null,function*(){if(c)try{const m=yield fetch(c);if(!m.ok)throw new Error(`HTTP error! status: ${m.status}`);const he=yield m.json();Object.entries(he).forEach(([sr,ur])=>{Et(sr,ur)})}catch(m){console.error(m)}});Object.keys(xt).forEach(m=>{Et(m,xt[m])});const v=()=>{window.postMessage({type:"ErrorClose"},window.location.href)},R=m=>{if(m.data)switch(m.data.type){case"DepositWageringAmount":r(3,x=m.data.amount),r(4,w=m.data.currency);break}};wr(()=>(window.addEventListener("message",R,!1),()=>{window.removeEventListener("message",R)}));function O(m){Ue[m?"unshift":"push"](()=>{p=m,r(2,p)})}return e.$$set=m=>{"assetsurl"in m&&r(0,o=m.assetsurl),"lang"in m&&r(7,s=m.lang),"errorcode"in m&&r(1,l=m.errorcode),"clientstyling"in m&&r(8,u=m.clientstyling),"clientstylingurl"in m&&r(9,h=m.clientstylingurl),"translationurl"in m&&r(10,c=m.translationurl),"mbsource"in m&&r(11,f=m.mbsource),"$$scope"in m&&r(12,a=m.$$scope)},e.$$.update=()=>{e.$$.dirty&128&&s&&T(),e.$$.dirty&260&&u&&p&&Dr(p,u),e.$$.dirty&516&&h&&p&&kr(p,h),e.$$.dirty&2052&&f&&p&&$r(p,`${f}.Style`,g),e.$$.dirty&1024&&c&&d()},[o,l,p,x,w,n,v,s,u,h,c,f,a,i,O]}class or extends Nr{constructor(t){super(),Ir(this,t,Wi,Vi,Lt,{assetsurl:0,lang:7,errorcode:1,clientstyling:8,clientstylingurl:9,translationurl:10,mbsource:11},Ni)}get assetsurl(){return this.$$.ctx[0]}set assetsurl(t){this.$$set({assetsurl:t}),I()}get lang(){return this.$$.ctx[7]}set lang(t){this.$$set({lang:t}),I()}get errorcode(){return this.$$.ctx[1]}set errorcode(t){this.$$set({errorcode:t}),I()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(t){this.$$set({clientstyling:t}),I()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),I()}get translationurl(){return this.$$.ctx[10]}set translationurl(t){this.$$set({translationurl:t}),I()}get mbsource(){return this.$$.ctx[11]}set mbsource(t){this.$$set({mbsource:t}),I()}}Mr(or,{assetsurl:{},lang:{},errorcode:{},clientstyling:{},clientstylingurl:{},translationurl:{},mbsource:{}},["icon","title","text","button"],[],!0);exports.default=or;
|
|
5
|
+
Note: there are at least one loader still registered to this locale that wasn't executed.`:""}`)}const hi={fallbackLocale:null,loadingDelay:200,formats:ui,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},re=hi;function Y(){return re}function ci(e){const t=e,{formats:r}=t,n=si(t,["formats"]);let i=e.fallbackLocale;if(e.initialLocale)try{Qt.resolveLocale(e.initialLocale)&&(i=e.initialLocale)}catch(a){console.warn(`[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`)}return n.warnOnMissingMessages&&(delete n.warnOnMissingMessages,n.handleMissingMessage==null?n.handleMissingMessage=li:console.warn('[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.')),Object.assign(re,n,{initialLocale:i}),r&&("number"in r&&Object.assign(re.formats.number,r.number),"date"in r&&Object.assign(re.formats.date,r.date),"time"in r&&Object.assign(re.formats.time,r.time)),U.set(i)}const $e=Ae(!1);var fi=Object.defineProperty,di=Object.defineProperties,mi=Object.getOwnPropertyDescriptors,bt=Object.getOwnPropertySymbols,pi=Object.prototype.hasOwnProperty,gi=Object.prototype.propertyIsEnumerable,yt=(e,t,r)=>t in e?fi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,bi=(e,t)=>{for(var r in t||(t={}))pi.call(t,r)&&yt(e,r,t[r]);if(bt)for(var r of bt(t))gi.call(t,r)&&yt(e,r,t[r]);return e},yi=(e,t)=>di(e,mi(t));let Ze;const He=Ae(null);function vt(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function le(e,t=Y().fallbackLocale){const r=vt(e);return t?[...new Set([...r,...vt(t)])]:r}function $(){return Ze!=null?Ze:void 0}He.subscribe(e=>{Ze=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const vi=e=>{if(e&&ti(e)&&we(e)){const{loadingDelay:t}=Y();let r;return typeof window!="undefined"&&$()!=null&&t?r=window.setTimeout(()=>$e.set(!0),t):$e.set(!0),nr(e).then(()=>{He.set(e)}).finally(()=>{clearTimeout(r),$e.set(!1)})}return He.set(e)},U=yi(bi({},He),{set:vi}),Pe=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var _i=Object.defineProperty,Se=Object.getOwnPropertySymbols,ir=Object.prototype.hasOwnProperty,ar=Object.prototype.propertyIsEnumerable,_t=(e,t,r)=>t in e?_i(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,et=(e,t)=>{for(var r in t||(t={}))ir.call(t,r)&&_t(e,r,t[r]);if(Se)for(var r of Se(t))ar.call(t,r)&&_t(e,r,t[r]);return e},K=(e,t)=>{var r={};for(var n in e)ir.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Se)for(var n of Se(e))t.indexOf(n)<0&&ar.call(e,n)&&(r[n]=e[n]);return r};const oe=(e,t)=>{const{formats:r}=Y();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Ei=Pe(e=>{var t=e,{locale:r,format:n}=t,i=K(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=oe("number",n)),new Intl.NumberFormat(r,i)}),xi=Pe(e=>{var t=e,{locale:r,format:n}=t,i=K(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=oe("date",n):Object.keys(i).length===0&&(i=oe("date","short")),new Intl.DateTimeFormat(r,i)}),Ti=Pe(e=>{var t=e,{locale:r,format:n}=t,i=K(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=oe("time",n):Object.keys(i).length===0&&(i=oe("time","short")),new Intl.DateTimeFormat(r,i)}),wi=(e={})=>{var t=e,{locale:r=$()}=t,n=K(t,["locale"]);return Ei(et({locale:r},n))},Hi=(e={})=>{var t=e,{locale:r=$()}=t,n=K(t,["locale"]);return xi(et({locale:r},n))},Si=(e={})=>{var t=e,{locale:r=$()}=t,n=K(t,["locale"]);return Ti(et({locale:r},n))},Ai=Pe((e,t=$())=>new Qt(e,t,Y().formats,{ignoreTag:Y().ignoreTag})),Bi=(e,t={})=>{var r,n,i,a;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:s,locale:l=$(),default:u}=o;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Kt(e,l);if(!h)h=(a=(i=(n=(r=Y()).handleMissingMessage)==null?void 0:n.call(r,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?a:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!s)return h;let c=h;try{c=Ai(h,l).format(s)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Ci=(e,t)=>Si(t).format(e),Pi=(e,t)=>Hi(t).format(e),Li=(e,t)=>wi(t).format(e),Oi=(e,t=$())=>Kt(e,t),Ii=Q([U,ue],()=>Bi);Q([U],()=>Ci);Q([U],()=>Pi);Q([U],()=>Li);Q([U,ue],()=>Oi);function Et(e,t){tr(e,t)}function Mi(e){ci({fallbackLocale:"en"}),U.set(e)}const xt={en:{VendorMicroserviceCommunicationError:"We apologise, but your payment provider has declined to process due to a microservice communication error. Please try again later.",CustomerDocumentIdMissing:"The document ID is missing",InvalidTransactionStatus:"The transaction status is invalid",UndefinedTechnicalError:"Something went wrong",errorGeneralTitle:"Error Occurred",errorGeneralText:"Something went wrong",errorGeneralButton:"CLOSE",PlayerSessionIsNotValid:"Player session is not valid",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",PaymentMethodNotAllowed:"We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",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",MerchantUserHasWithdrawBlockRole:"Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",MerchantUserHasDepositBlockRole:"Dear Player! Please be informed that currently you are not allowed to initiate deposit transactions from your player account. Error Code: 21123",JwtTokenError:"IDX12741: JWT must have three segments (JWS) or five segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"We apologise, but we cannot process the transaction because you haven't completed KYC. Please verify your identity or contact Customer Support for further assistance. Error Code 23601",InsufficientCasinoFunds:" Your withdrawal is over your available balance. Please check your available balance to adjust your withdrawal amount",DepositWageringLimit:"Attention! Your winnings balance has less than the amount you want to withdraw.",DepositWageringFetching:"Data fetching",DepositWageringLimitText:"Deposit wagering: ",AmountMinLimitExceeded:"Amount is smaller than PaymentMethod minimum limit",AmountMaxLimitExceeded:"Amount is bigger than PaymentMethod maximum limit",AmountIsMissing:"Amount is missing",MaxCustomerTransactionsCountReached:"Looks like you have reached the frequency limit of the transaction attempts per minute. The server is taking too long to respond. Please wait a bit and try again in a while",VendorTimeoutError:"Looks like the payment vendor has some issues. The server is taking too long to respond. Please wait a bit and try again in a while. Error Code 21292",MerchantUserAccountIsInactive:"Declined by merchant user account is inactive",MerchantUserHasDepositDenyRole:"Declined by merchant user has deposit deny role",TransactionCodeIsInvalid:"Transaction code is invalid",InvalidSession:"Your session has expired. Please try again",TwoFactorAuthRequired:"Two-factor authentication is required",DeclinedByMerchant:"We apologise, but transaction has been closed by merchant. Please contact Customer Support for further assistance.",FraudSuspectedError:"We apologise, but we are unable to process your transaction at this time, please try later or contact Customer Support for further assistance. Error Code 22020",OnlyOnePendingTransactionPerUserlsAllowed:"Only one pending transaction per user is allowed",TransactionFrequencyLimitReached:"Transaction frequency limit reached",NotMappedVendorError:"Your balance is insufficient or you may have reached your transaction limit. Please contact your Telecommunication service provider",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Your balance is insufficient or you may have reached your transaction limit. Please contact your Telecommunication service provider",CumulativeLimitExceeded:"Monetary limit exceeded",CumulativeLimitExceededException:"Monetary limit exceeded",InsufficientFunds:"Insufficient funds",DeclinedByBank:"Transaction declined by bank",MaxNumberOfTransactionsReached:"Maximum number of transactions reached",OnlyOnePendingTransactionPerUserIsAllowed:"Only one pending transaction is allowed per user",AuthenticationFailed:"Authentication failed",CommunicationTimeoutError:"Communication timeout",MissingPaymentDetails:"Missing payment details",InvalidAccount:"Invalid account",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.",InvalidCardHolder:"Invalid card holder",VendorInvalidCard:"Vendor invalid card",CardTokenIsBlocked:"Card token is blocked"},tr:{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.",CustomerDocumentIdMissing:"Belge kimliği eksik",InvalidTransactionStatus:"İşlem durumu geçersiz",UndefinedTechnicalError:"Bir şeyler ters gitti",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",errorGeneralTitle:"Hata oluştu",errorGeneralText:"Bir şeyler ters gitti",errorGeneralButton:"KAPALI",PlayerSessionIsNotValid:"Hesabınızla ilgili oturum geçersiz veya süresi dolmuş görünüyor. Lütfen tekrar giriş yapınız",VendorCommunicationError:"Özür dileriz, ancak ödeme sağlayıcınız teknik hata nedeniyle işlemi yapmayı reddetti. Lütfen daha sonra deneyin veya daha fazla yardım için ödeme çözümü sağlayıcınızla iletişime geçin. Hata Kodu 21297",PaymentMethodNotAllowed:"Özür dileriz, ancak bu ödeme yöntemi şu anda kullanılamıyor. Daha fazla yardım için lütfen Müşteri Desteğiyle iletişime geçin. Hata Kodu 11402",InvalidPaymentDetails:"Özür dileriz, ancak ödeme bilgileriniz geçerli değil. Lütfen tüm ödeme ayrıntılarını doğru girdiğinizden emin olun ve tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 13555",MerchantUserHasWithdrawBlockRole:"Sevgili Oyuncu! Şu anda oyuncu hesabınızdan para çekme işlemi başlatmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21122",MerchantUserHasDepositBlockRole:"Değerli Oyuncumuz, Şu anda hesabınız üzerinden para yatırma işlemi yapmanıza izin verilmemektedir. Hata Kodu: 21123",JwtTokenError:"IDX12741: JWT must have three segments (JWS) or five segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"İşlemi gerçekleştirmek için kullanıcı doğrulamasını geçmeniz gerekmektedir. ",InsufficientCasinoFunds:"Çekmek istediğiniz tutar, mevcut bakiyenizin üzerindedir. Lütfen çekim tutarınızı belirlemek için bakiyenizi kontrol ediniz",DepositWageringLimit:"Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz.",DepositWageringFetching:"Veri yükleniyor",DepositWageringLimitText:"Kalan Çevrim:",AmountMinLimitExceeded:"Tutar, Ödeme Yöntemi minimum sınırından daha küçük",AmountMaxLimitExceeded:"Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",AmountIsMissing:"Tutar eksik",MaxCustomerTransactionsCountReached:"İşlem denemelerinin sıklık sınırına ulaştınız. Sunucunun yanıt vermesi çok uzun sürüyor. Lütfen biraz bekleyin ve bir süre sonra tekrar deneyin.",VendorTechnicalError:"Özür dileriz, fakat bir teknik hata nedeniyle işleminiz sağlayıcı tarafından reddedildi. Lütfen daha sonra tekrar deneyin veya servis sağlayıcınızla iletişime geçin. Hata kodu 21298",MerchantUserAccountIsInactive:"Tüccar tarafından reddedildi kullanıcı hesabı etkin değil",MerchantUserHasDepositDenyRole:"Sevgili Oyuncu! Şu anda hesabınıza para yatırmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21123",TransactionCodeIsInvalid:"Transaction code is invalid",InvalidSession:"Beklenmedik bir hata oluştu, lütfen tekrar deneyin.",TwoFactorAuthRequired:"İki faktörlü kimlik doğrulama gereklidi",DeclinedByMerchant:"Özür dileriz, ancak işlem satıcı tarafından kapatıldı. Daha fazla yardım için lütfen Müşteri Desteği ile iletişime geçin.",FraudSuspectedError:"Üzgünüz, ancak işleminizi şu anda gerçekleştiremiyoruz. Lütfen daha sonra tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 22020.",OnlyOnePendingTransactionPerUserlsAllowed:"Devam eden bir talebiniz olduğu için șu anda yeni bir işlem başlatılamaz.",TransactionFrequencyLimitReached:"İşlem sıklığı limiti aşıldı",NotMappedVendorError:"Bakiyeniz yetersiz veya işlem limitinize ulaşmış olabilirsiniz. Lütfen Telekom servis sağlayıcınızla iletişime geçin",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Bakiyeniz yetersiz veya işlem limitinize ulaşmış olabilirsiniz. Lütfen Telekom servis sağlayıcınızla iletişime geçin",CumulativeLimitExceeded:"Parasal limit aşıldı",CumulativeLimitExceededException:"Parasal limit aşıldı",InsufficientFunds:"Yetersiz bakiye",DeclinedByBank:"İşlem banka tarafından reddedildi",MaxNumberOfTransactionsReached:"Maksimum işlem sayısına ulaşıldı",OnlyOnePendingTransactionPerUserIsAllowed:"Kullanıcı başına yalnızca bir bekleyen işleme izin verilir",AuthenticationFailed:"Kimlik doğrulama başarısız",CommunicationTimeoutError:"İletişim zaman aşımı",MissingPaymentDetails:"Eksik ödeme bilgileri",InvalidAccount:"Geçersiz hesap",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.",InvalidCardHolder:"Geçersiz kart sahibi",VendorInvalidCard:"Özür dileriz, fakat sağlayıcınız hatalı kart bilgileri nedeniyle işleminizi reddetti. Lütfen kart bilgilerinizi yeniden girin veya Destek ekibimizle iletişime geçin. Hata kodu 13500",CardTokenIsBlocked:"Kart jetonu engellendi"},fr:{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.",CustomerDocumentIdMissing:"L’identifiant du document est manquant",InvalidTransactionStatus:"Le statut de la transaction est invalide",UndefinedTechnicalError:"Une erreur s’est produite",errorGeneralTitle:"Une erreur s’est produite",errorGeneralText:"Une erreur est survenue",errorGeneralButton:"FERMER",PlayerSessionIsNotValid:"La session du joueur n’est pas valide",VendorCommunicationError:"Nous sommes désolés, mais votre prestataire de paiement a refusé de traiter la demande en raison d’une erreur technique. Veuillez réessayer plus tard ou contacter votre prestataire de paiement pour obtenir de l’aide. Code d’erreur 21297",PaymentMethodNotAllowed:"Nous sommes désolés, mais ce moyen de paiement n’est pas disponible pour le moment. Veuillez contacter le service client pour obtenir de l’aide. Code d’erreur 11402",InvalidPaymentDetails:"Nous sommes désolés, mais vos informations de paiement ne sont pas valides. Veuillez vérifier que vous avez correctement saisi toutes les informations de paiement et réessayer, ou contacter le service client pour obtenir de l’aide. Code d’erreur 13555",MerchantUserHasWithdrawBlockRole:"Cher joueur ! Veuillez noter que vous n’êtes actuellement pas autorisé à initier des opérations de retrait depuis votre compte joueur. Code d’erreur : 21122",MerchantUserHasDepositBlockRole:"Cher joueur ! Veuillez noter que vous n’êtes actuellement pas autorisé à initier des opérations de dépôt depuis votre compte joueur. Code d’erreur : 21123",JwtTokenError:"IDX12741 : le JWT doit comporter trois segments (JWS) ou cinq segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"Nous sommes désolés, mais nous ne pouvons pas traiter la transaction car vous n’avez pas complété le KYC. Veuillez vérifier votre identité ou contacter le service client pour obtenir de l’aide. Code d’erreur 23601",InsufficientCasinoFunds:"Votre retrait dépasse votre solde disponible. Veuillez vérifier votre solde disponible afin d’ajuster le montant du retrait",DepositWageringLimit:"Attention ! Le solde de vos gains est inférieur au montant que vous souhaitez retirer.",DepositWageringLimitText:"Mise de dépôt:",DepositWageringFetching:"Chargement des données",AmountMinLimitExceeded:"Le montant est inférieur à la limite minimale du moyen de paiement",AmountMaxLimitExceeded:"Le montant est supérieur à la limite maximale du moyen de paiement",AmountIsMissing:"Le montant est manquant",MaxCustomerTransactionsCountReached:"Il semble que vous ayez atteint la limite de fréquence des tentatives de transaction par minute. Le serveur met trop de temps à répondre. Veuillez patienter un moment et réessayer plus tard",VendorTimeoutError:"Il semble que le prestataire de paiement rencontre des problèmes. Le serveur met trop de temps à répondre. Veuillez patienter un moment et réessayer plus tard. Code d’erreur 21292",MerchantUserAccountIsInactive:"Refusé : le compte utilisateur marchand est inactif",MerchantUserHasDepositDenyRole:"Refusé : l’utilisateur marchand a un rôle interdisant les dépôts",TransactionCodeIsInvalid:"Le code de transaction n’est pas valide",InvalidSession:"Votre session a expiré. Veuillez réessayer",TwoFactorAuthRequired:"L’authentification à deux facteurs est requise",DeclinedByMerchant:"Nous sommes désolés, mais la transaction a été clôturée par le marchand. Veuillez contacter le service client pour obtenir de l’aide.",FraudSuspectedError:"Nous sommes désolés, mais nous ne pouvons pas traiter votre transaction pour le moment. Veuillez réessayer plus tard ou contacter le service client pour obtenir de l’aide. Code d’erreur 22020",OnlyOnePendingTransactionPerUserlsAllowed:"Une seule transaction en attente par utilisateur est autorisée",TransactionFrequencyLimitReached:"Limite de fréquence des transactions atteinte",NotMappedVendorError:"Votre solde est insuffisant ou vous avez peut-être atteint votre limite de transaction. Veuillez contacter votre fournisseur de services de télécommunication",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Votre solde est insuffisant ou vous avez peut-être atteint votre limite de transaction. Veuillez contacter votre fournisseur de services de télécommunication",CumulativeLimitExceeded:"Limite monétaire dépassée",CumulativeLimitExceededException:"Limite monétaire dépassée",InsufficientFunds:"Fonds insuffisants",DeclinedByBank:"Transaction refusée par la banque",MaxNumberOfTransactionsReached:"Nombre maximum de transactions atteint",OnlyOnePendingTransactionPerUserIsAllowed:"Une seule transaction en attente est autorisée par utilisateur",AuthenticationFailed:"Échec de l'authentification",CommunicationTimeoutError:"Délai de communication dépassé",MissingPaymentDetails:"Détails de paiement manquants",InvalidAccount:"Compte invalide",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."}};function Ni(e){br(e,"svelte-y815d8",'.WageringFetch{margin:10px}.LoadingText::after{content:"";animation:dots 1.5s steps(4, end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.CashierError{display:flex;width:100%;justify-content:center;align-items:center;overflow:hidden auto;background-color:transparent;padding:15px 0}.CashierErrorContent{display:flex;flex-direction:column;width:100%;max-width:300px;align-items:center;gap:var(--emw--spacing-large, 20px);box-sizing:border-box;padding:1px var(--emw--spacing-medium, 15px);height:inherit}.CashierErrorTitle{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-medium, 16px);line-height:125%;text-align:center}.CashierErrorText{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:125%;text-align:center}.CashierErrorButton{width:100%;height:36px;color:var(--emw--color-typography-button, var(--emw--color-black, #000000));text-align:center;cursor:pointer;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);font-family:inherit;line-height:36px;border:none;border-radius:var(--emw--border-radius-medium, 10px);background:var(--emw--color-primary, #F9C405)}.CashierErrorButton:hover{background:var(--emw--color-hover, #dbac03)}.CashierErrorButton:active{background:var(--emw--color-active, #fecd1c)}.CashierErrorContent ui-image img{width:300px}')}const Ri=e=>({}),Tt=e=>({}),Di=e=>({}),wt=e=>({}),ki=e=>({}),Ht=e=>({}),$i=e=>({}),St=e=>({class:"CashierErrorIcon"});function At(e){let t,r;return{c(){t=P("ui-image"),at(t.src,r=`${e[0]}/error-general-icon.png`)||ge(t,"src",r),ge(t,"width","300px"),ge(t,"alt","error")},m(n,i){A(n,t,i)},p(n,i){i&1&&!at(t.src,r=`${n[0]}/error-general-icon.png`)&&ge(t,"src",r)},d(n){n&&S(t)}}}function Ui(e){let t,r=e[0]&&At(e);return{c(){r&&r.c(),t=Qe()},m(n,i){r&&r.m(n,i),A(n,t,i)},p(n,i){n[0]?r?r.p(n,i):(r=At(n),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(n){n&&S(t),r&&r.d(n)}}}function Bt(e){let t;function r(a,o){return a[3]<0?zi:Gi}let n=r(e),i=n(e);return{c(){i.c(),t=Qe()},m(a,o){i.m(a,o),A(a,t,o)},p(a,o){n===(n=r(a))&&i?i.p(a,o):(i.d(1),i=n(a),i&&(i.c(),i.m(t.parentNode,t)))},d(a){a&&S(t),i.d(a)}}}function Gi(e){let t,r=e[5]("DepositWageringLimitText")+"",n,i,a=e[3]>0&&Ct(e);return{c(){t=P("span"),n=k(r),i=V(),a&&a.c(),N(t,"class","CashierErrorText")},m(o,s){A(o,t,s),C(t,n),C(t,i),a&&a.m(t,null)},p(o,s){s&32&&r!==(r=o[5]("DepositWageringLimitText")+"")&&X(n,r),o[3]>0?a?a.p(o,s):(a=Ct(o),a.c(),a.m(t,null)):a&&(a.d(1),a=null)},d(o){o&&S(t),a&&a.d()}}}function zi(e){let t,r,n=e[5]("DepositWageringFetching")+"",i;return{c(){t=P("div"),r=P("span"),i=k(n),N(r,"class","CashierErrorText LoadingText"),N(t,"class","WageringFetch")},m(a,o){A(a,t,o),C(t,r),C(r,i)},p(a,o){o&32&&n!==(n=a[5]("DepositWageringFetching")+"")&&X(i,n)},d(a){a&&S(t)}}}function Ct(e){let t,r,n;return{c(){t=k(e[3]),r=V(),n=k(e[4])},m(i,a){A(i,t,a),A(i,r,a),A(i,n,a)},p(i,a){a&8&&X(t,i[3]),a&16&&X(n,i[4])},d(i){i&&(S(t),S(r),S(n))}}}function Fi(e){let t,r=e[5](`${e[1]||"errorGeneralText"}`)+"",n,i,a,o=e[1]=="DepositWageringLimit"&&Bt(e);return{c(){t=P("span"),n=k(r),i=V(),o&&o.c(),a=Qe(),N(t,"class","CashierErrorText")},m(s,l){A(s,t,l),C(t,n),A(s,i,l),o&&o.m(s,l),A(s,a,l)},p(s,l){l&34&&r!==(r=s[5](`${s[1]||"errorGeneralText"}`)+"")&&X(n,r),s[1]=="DepositWageringLimit"?o?o.p(s,l):(o=Bt(s),o.c(),o.m(a.parentNode,a)):o&&(o.d(1),o=null)},d(s){s&&(S(t),S(i),S(a)),o&&o.d(s)}}}function ji(e){let t,r,n=e[5]("errorGeneralButton")+"",i,a,o;return{c(){t=P("button"),r=P("span"),i=k(n),N(t,"class","CashierErrorButton")},m(s,l){A(s,t,l),C(t,r),C(r,i),a||(o=_r(t,"click",e[6]),a=!0)},p(s,l){l&32&&n!==(n=s[5]("errorGeneralButton")+"")&&X(i,n)},d(s){s&&S(t),a=!1,o()}}}function Vi(e){let t,r,n,i,a,o;const s=e[13].icon,l=fe(s,e,e[12],St),u=l||Ui(e),h=e[13].title,c=fe(h,e,e[12],Ht),f=e[13].text,p=fe(f,e,e[12],wt),g=p||Fi(e),x=e[13].button,w=fe(x,e,e[12],Tt),T=w||ji(e);return{c(){t=P("div"),r=P("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")},m(d,v){A(d,t,v),C(t,r),u&&u.m(r,null),C(r,n),c&&c.m(r,null),C(r,i),g&&g.m(r,null),C(r,a),T&&T.m(r,null),e[14](t),o=!0},p(d,[v]){l?l.p&&(!o||v&4096)&&me(l,s,d,d[12],o?de(s,d[12],v,$i):pe(d[12]),St):u&&u.p&&(!o||v&1)&&u.p(d,o?v:-1),c&&c.p&&(!o||v&4096)&&me(c,h,d,d[12],o?de(h,d[12],v,ki):pe(d[12]),Ht),p?p.p&&(!o||v&4096)&&me(p,f,d,d[12],o?de(f,d[12],v,Di):pe(d[12]),wt):g&&g.p&&(!o||v&58)&&g.p(d,o?v:-1),w?w.p&&(!o||v&4096)&&me(w,x,d,d[12],o?de(x,d[12],v,Ri):pe(d[12]),Tt):T&&T.p&&(!o||v&32)&&T.p(d,o?v:-1)},i(d){o||(te(u,d),te(c,d),te(g,d),te(T,d),o=!0)},o(d){be(u,d),be(c,d),be(g,d),be(T,d),o=!1},d(d){d&&S(t),u&&u.d(d),c&&c.d(d),g&&g.d(d),T&&T.d(d),e[14](null)}}}function Wi(e,t,r){let n;gr(e,Ii,m=>r(5,n=m));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,p,g,x=-1,w;const T=()=>{Mi(s)},d=()=>Oe(this,null,function*(){if(c)try{const m=yield fetch(c);if(!m.ok)throw new Error(`HTTP error! status: ${m.status}`);const he=yield m.json();Object.entries(he).forEach(([sr,ur])=>{Et(sr,ur)})}catch(m){console.error(m)}});Object.keys(xt).forEach(m=>{Et(m,xt[m])});const v=()=>{window.postMessage({type:"ErrorClose"},window.location.href)},R=m=>{if(m.data)switch(m.data.type){case"DepositWageringAmount":r(3,x=m.data.amount),r(4,w=m.data.currency);break}};wr(()=>(window.addEventListener("message",R,!1),()=>{window.removeEventListener("message",R)}));function O(m){Ue[m?"unshift":"push"](()=>{p=m,r(2,p)})}return e.$$set=m=>{"assetsurl"in m&&r(0,o=m.assetsurl),"lang"in m&&r(7,s=m.lang),"errorcode"in m&&r(1,l=m.errorcode),"clientstyling"in m&&r(8,u=m.clientstyling),"clientstylingurl"in m&&r(9,h=m.clientstylingurl),"translationurl"in m&&r(10,c=m.translationurl),"mbsource"in m&&r(11,f=m.mbsource),"$$scope"in m&&r(12,a=m.$$scope)},e.$$.update=()=>{e.$$.dirty&128&&s&&T(),e.$$.dirty&260&&u&&p&&Dr(p,u),e.$$.dirty&516&&h&&p&&kr(p,h),e.$$.dirty&2052&&f&&p&&$r(p,`${f}.Style`,g),e.$$.dirty&1024&&c&&d()},[o,l,p,x,w,n,v,s,u,h,c,f,a,i,O]}class or extends Nr{constructor(t){super(),Ir(this,t,Wi,Vi,Lt,{assetsurl:0,lang:7,errorcode:1,clientstyling:8,clientstylingurl:9,translationurl:10,mbsource:11},Ni)}get assetsurl(){return this.$$.ctx[0]}set assetsurl(t){this.$$set({assetsurl:t}),I()}get lang(){return this.$$.ctx[7]}set lang(t){this.$$set({lang:t}),I()}get errorcode(){return this.$$.ctx[1]}set errorcode(t){this.$$set({errorcode:t}),I()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(t){this.$$set({clientstyling:t}),I()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),I()}get translationurl(){return this.$$.ctx[10]}set translationurl(t){this.$$set({translationurl:t}),I()}get mbsource(){return this.$$.ctx[11]}set mbsource(t){this.$$set({mbsource:t}),I()}}Mr(or,{assetsurl:{},lang:{},errorcode:{},clientstyling:{},clientstylingurl:{},translationurl:{},mbsource:{}},["icon","title","text","button"],[],!0);exports.default=or;
|
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-_3sf3GlB.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-D_Xh3zbl.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