@everymatrix/casino-coinroyale-details 1.85.17 → 1.85.19
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/{CasinoCoinroyaleDetails-8OQgX4gx.js → CasinoCoinroyaleDetails-B_vdR3PL.js} +59 -56
- package/components/{CasinoCoinroyaleDetails-C0U_TP1S.cjs → CasinoCoinroyaleDetails-Csc83kOV.cjs} +5 -5
- package/components/{CasinoCoinroyaleDetails-t7eOgmJ6.js → CasinoCoinroyaleDetails-vwyYWv3p.js} +56 -53
- package/es2015/casino-coinroyale-details.cjs +1 -1
- package/es2015/casino-coinroyale-details.js +1 -1
- package/esnext/casino-coinroyale-details.js +1 -1
- package/package.json +1 -1
package/components/{CasinoCoinroyaleDetails-8OQgX4gx.js → CasinoCoinroyaleDetails-B_vdR3PL.js}
RENAMED
|
@@ -591,7 +591,7 @@ function In(e) {
|
|
|
591
591
|
return Object.propertyIsEnumerable.call(e, t);
|
|
592
592
|
}) : [];
|
|
593
593
|
}
|
|
594
|
-
function
|
|
594
|
+
function Nt(e) {
|
|
595
595
|
return Object.keys(e).concat(In(e));
|
|
596
596
|
}
|
|
597
597
|
function ur(e, t) {
|
|
@@ -606,9 +606,9 @@ function Bn(e, t) {
|
|
|
606
606
|
}
|
|
607
607
|
function Pn(e, t, r) {
|
|
608
608
|
var n = {};
|
|
609
|
-
return r.isMergeableObject(e) &&
|
|
609
|
+
return r.isMergeableObject(e) && Nt(e).forEach(function(i) {
|
|
610
610
|
n[i] = ve(e[i], r);
|
|
611
|
-
}),
|
|
611
|
+
}), Nt(t).forEach(function(i) {
|
|
612
612
|
Bn(e, i) || (ur(e, i) && r.isMergeableObject(t[i]) ? n[i] = Hn(i, r)(e[i], t[i], r) : n[i] = ve(t[i], r));
|
|
613
613
|
}), n;
|
|
614
614
|
}
|
|
@@ -624,8 +624,8 @@ ie.all = function(t, r) {
|
|
|
624
624
|
return ie(n, i, r);
|
|
625
625
|
}, {});
|
|
626
626
|
};
|
|
627
|
-
var On = ie,
|
|
628
|
-
const
|
|
627
|
+
var On = ie, Nn = On;
|
|
628
|
+
const Cn = /* @__PURE__ */ gn(Nn);
|
|
629
629
|
var nt = function(e, t) {
|
|
630
630
|
return nt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
631
631
|
r.__proto__ = n;
|
|
@@ -738,7 +738,7 @@ var oe;
|
|
|
738
738
|
(function(e) {
|
|
739
739
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
740
740
|
})(oe || (oe = {}));
|
|
741
|
-
function
|
|
741
|
+
function Ct(e) {
|
|
742
742
|
return e.type === S.literal;
|
|
743
743
|
}
|
|
744
744
|
function Qn(e) {
|
|
@@ -2860,13 +2860,13 @@ var fi = (
|
|
|
2860
2860
|
} else {
|
|
2861
2861
|
if (w.length === 0)
|
|
2862
2862
|
return this.error(b.EXPECT_DATE_TIME_SKELETON, m);
|
|
2863
|
-
var
|
|
2864
|
-
this.locale && (
|
|
2863
|
+
var C = w;
|
|
2864
|
+
this.locale && (C = Yn(w, this.locale));
|
|
2865
2865
|
var f = {
|
|
2866
2866
|
type: oe.dateTime,
|
|
2867
|
-
pattern:
|
|
2867
|
+
pattern: C,
|
|
2868
2868
|
location: u.styleLocation,
|
|
2869
|
-
parsedOptions: this.shouldParseSkeletons ? Vn(
|
|
2869
|
+
parsedOptions: this.shouldParseSkeletons ? Vn(C) : {}
|
|
2870
2870
|
}, x = a === "date" ? S.date : S.time;
|
|
2871
2871
|
return {
|
|
2872
2872
|
val: { type: x, value: n, location: m, style: f },
|
|
@@ -2891,7 +2891,7 @@ var fi = (
|
|
|
2891
2891
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2892
2892
|
return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, y(E, Le({}, E)));
|
|
2893
2893
|
this.bumpSpace();
|
|
2894
|
-
var O = this.parseIdentifierIfPossible(),
|
|
2894
|
+
var O = this.parseIdentifierIfPossible(), N = 0;
|
|
2895
2895
|
if (a !== "select" && O.value === "offset") {
|
|
2896
2896
|
if (!this.bumpIf(":"))
|
|
2897
2897
|
return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y(this.clonePosition(), this.clonePosition()));
|
|
@@ -2899,7 +2899,7 @@ var fi = (
|
|
|
2899
2899
|
var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
2900
2900
|
if (c.err)
|
|
2901
2901
|
return c;
|
|
2902
|
-
this.bumpSpace(), O = this.parseIdentifierIfPossible(),
|
|
2902
|
+
this.bumpSpace(), O = this.parseIdentifierIfPossible(), N = c.val;
|
|
2903
2903
|
}
|
|
2904
2904
|
var B = this.tryParsePluralOrSelectOptions(t, a, r, O);
|
|
2905
2905
|
if (B.err)
|
|
@@ -2921,7 +2921,7 @@ var fi = (
|
|
|
2921
2921
|
type: S.plural,
|
|
2922
2922
|
value: n,
|
|
2923
2923
|
options: jt(B.val),
|
|
2924
|
-
offset:
|
|
2924
|
+
offset: N,
|
|
2925
2925
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
2926
2926
|
location: U
|
|
2927
2927
|
},
|
|
@@ -3183,8 +3183,8 @@ function vi(e) {
|
|
|
3183
3183
|
function Ai(e) {
|
|
3184
3184
|
return typeof e == "function";
|
|
3185
3185
|
}
|
|
3186
|
-
function
|
|
3187
|
-
if (e.length === 1 &&
|
|
3186
|
+
function Ne(e, t, r, n, i, o, s) {
|
|
3187
|
+
if (e.length === 1 && Ct(e[0]))
|
|
3188
3188
|
return [
|
|
3189
3189
|
{
|
|
3190
3190
|
type: R.literal,
|
|
@@ -3193,7 +3193,7 @@ function Ce(e, t, r, n, i, o, s) {
|
|
|
3193
3193
|
];
|
|
3194
3194
|
for (var a = [], l = 0, u = e; l < u.length; l++) {
|
|
3195
3195
|
var h = u[l];
|
|
3196
|
-
if (
|
|
3196
|
+
if (Ct(h)) {
|
|
3197
3197
|
a.push({
|
|
3198
3198
|
type: R.literal,
|
|
3199
3199
|
value: h.value
|
|
@@ -3246,13 +3246,13 @@ function Ce(e, t, r, n, i, o, s) {
|
|
|
3246
3246
|
var p = h.children, m = h.value, w = i[m];
|
|
3247
3247
|
if (!Ai(w))
|
|
3248
3248
|
throw new gi(m, "function", s);
|
|
3249
|
-
var
|
|
3250
|
-
return
|
|
3249
|
+
var C = Ne(p, t, r, n, i, o), x = w(C.map(function(N) {
|
|
3250
|
+
return N.value;
|
|
3251
3251
|
}));
|
|
3252
|
-
Array.isArray(x) || (x = [x]), a.push.apply(a, x.map(function(
|
|
3252
|
+
Array.isArray(x) || (x = [x]), a.push.apply(a, x.map(function(N) {
|
|
3253
3253
|
return {
|
|
3254
|
-
type: typeof
|
|
3255
|
-
value:
|
|
3254
|
+
type: typeof N == "string" ? R.literal : R.object,
|
|
3255
|
+
value: N
|
|
3256
3256
|
};
|
|
3257
3257
|
}));
|
|
3258
3258
|
}
|
|
@@ -3260,7 +3260,7 @@ function Ce(e, t, r, n, i, o, s) {
|
|
|
3260
3260
|
var E = h.options[f] || h.options.other;
|
|
3261
3261
|
if (!E)
|
|
3262
3262
|
throw new Ut(h.value, f, Object.keys(h.options), s);
|
|
3263
|
-
a.push.apply(a,
|
|
3263
|
+
a.push.apply(a, Ne(E.value, t, r, n, i));
|
|
3264
3264
|
continue;
|
|
3265
3265
|
}
|
|
3266
3266
|
if (mr(h)) {
|
|
@@ -3275,7 +3275,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3275
3275
|
}
|
|
3276
3276
|
if (!E)
|
|
3277
3277
|
throw new Ut(h.value, f, Object.keys(h.options), s);
|
|
3278
|
-
a.push.apply(a,
|
|
3278
|
+
a.push.apply(a, Ne(E.value, t, r, n, i, f - (h.offset || 0)));
|
|
3279
3279
|
continue;
|
|
3280
3280
|
}
|
|
3281
3281
|
}
|
|
@@ -3356,7 +3356,7 @@ var Si = (
|
|
|
3356
3356
|
}, []);
|
|
3357
3357
|
return h.length <= 1 ? h[0] || "" : h;
|
|
3358
3358
|
}, this.formatToParts = function(l) {
|
|
3359
|
-
return
|
|
3359
|
+
return Ne(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
|
|
3360
3360
|
}, this.resolvedOptions = function() {
|
|
3361
3361
|
var l;
|
|
3362
3362
|
return {
|
|
@@ -3507,21 +3507,21 @@ function Pi(e) {
|
|
|
3507
3507
|
}
|
|
3508
3508
|
}
|
|
3509
3509
|
function Ir(e, ...t) {
|
|
3510
|
-
delete W[e], Ee.update((r) => (r[e] =
|
|
3510
|
+
delete W[e], Ee.update((r) => (r[e] = Cn.all([r[e] || {}, ...t]), r));
|
|
3511
3511
|
}
|
|
3512
3512
|
le(
|
|
3513
3513
|
[Ee],
|
|
3514
3514
|
([e]) => Object.keys(e)
|
|
3515
3515
|
);
|
|
3516
3516
|
Ee.subscribe((e) => vt = e);
|
|
3517
|
-
const
|
|
3517
|
+
const Ce = {};
|
|
3518
3518
|
function Oi(e, t) {
|
|
3519
|
-
|
|
3519
|
+
Ce[e].delete(t), Ce[e].size === 0 && delete Ce[e];
|
|
3520
3520
|
}
|
|
3521
3521
|
function Br(e) {
|
|
3522
|
-
return
|
|
3522
|
+
return Ce[e];
|
|
3523
3523
|
}
|
|
3524
|
-
function
|
|
3524
|
+
function Ni(e) {
|
|
3525
3525
|
return De(e).map((t) => {
|
|
3526
3526
|
const r = Br(t);
|
|
3527
3527
|
return [t, r ? [...r] : []];
|
|
@@ -3535,7 +3535,7 @@ function ht(e) {
|
|
|
3535
3535
|
}
|
|
3536
3536
|
);
|
|
3537
3537
|
}
|
|
3538
|
-
function
|
|
3538
|
+
function Ci(e, t) {
|
|
3539
3539
|
return Promise.all(
|
|
3540
3540
|
t.map((n) => (Oi(e, n), n().then((i) => i.default || i)))
|
|
3541
3541
|
).then((n) => Ir(e, ...n));
|
|
@@ -3544,10 +3544,10 @@ const pe = {};
|
|
|
3544
3544
|
function Pr(e) {
|
|
3545
3545
|
if (!ht(e))
|
|
3546
3546
|
return e in pe ? pe[e] : Promise.resolve();
|
|
3547
|
-
const t =
|
|
3547
|
+
const t = Ni(e);
|
|
3548
3548
|
return pe[e] = Promise.all(
|
|
3549
3549
|
t.map(
|
|
3550
|
-
([r, n]) =>
|
|
3550
|
+
([r, n]) => Ci(r, n)
|
|
3551
3551
|
)
|
|
3552
3552
|
).then(() => {
|
|
3553
3553
|
if (ht(e))
|
|
@@ -3642,12 +3642,12 @@ const ki = (e) => {
|
|
|
3642
3642
|
return i in t ? t[i] : t[i] = e(n);
|
|
3643
3643
|
};
|
|
3644
3644
|
};
|
|
3645
|
-
var Vi = Object.defineProperty, Fe = Object.getOwnPropertySymbols, Or = Object.prototype.hasOwnProperty,
|
|
3645
|
+
var Vi = Object.defineProperty, Fe = Object.getOwnPropertySymbols, Or = Object.prototype.hasOwnProperty, Nr = Object.prototype.propertyIsEnumerable, kt = (e, t, r) => t in e ? Vi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, At = (e, t) => {
|
|
3646
3646
|
for (var r in t || (t = {}))
|
|
3647
3647
|
Or.call(t, r) && kt(e, r, t[r]);
|
|
3648
3648
|
if (Fe)
|
|
3649
3649
|
for (var r of Fe(t))
|
|
3650
|
-
|
|
3650
|
+
Nr.call(t, r) && kt(e, r, t[r]);
|
|
3651
3651
|
return e;
|
|
3652
3652
|
}, ce = (e, t) => {
|
|
3653
3653
|
var r = {};
|
|
@@ -3655,7 +3655,7 @@ var Vi = Object.defineProperty, Fe = Object.getOwnPropertySymbols, Or = Object.p
|
|
|
3655
3655
|
Or.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
3656
3656
|
if (e != null && Fe)
|
|
3657
3657
|
for (var n of Fe(e))
|
|
3658
|
-
t.indexOf(n) < 0 &&
|
|
3658
|
+
t.indexOf(n) < 0 && Nr.call(e, n) && (r[n] = e[n]);
|
|
3659
3659
|
return r;
|
|
3660
3660
|
};
|
|
3661
3661
|
const Ae = (e, t) => {
|
|
@@ -3906,13 +3906,13 @@ function mt(e, t, r) {
|
|
|
3906
3906
|
function X(e) {
|
|
3907
3907
|
return typeof e == "function";
|
|
3908
3908
|
}
|
|
3909
|
-
function
|
|
3909
|
+
function Cr(e) {
|
|
3910
3910
|
var t = function(n) {
|
|
3911
3911
|
Error.call(n), n.stack = new Error().stack;
|
|
3912
3912
|
}, r = e(t);
|
|
3913
3913
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
3914
3914
|
}
|
|
3915
|
-
var $e =
|
|
3915
|
+
var $e = Cr(function(e) {
|
|
3916
3916
|
return function(r) {
|
|
3917
3917
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
3918
3918
|
` + r.map(function(n, i) {
|
|
@@ -4215,7 +4215,7 @@ function So(e) {
|
|
|
4215
4215
|
function To(e) {
|
|
4216
4216
|
return e && e instanceof Mr || So(e) && Lr(e);
|
|
4217
4217
|
}
|
|
4218
|
-
var Ho =
|
|
4218
|
+
var Ho = Cr(function(e) {
|
|
4219
4219
|
return function() {
|
|
4220
4220
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
4221
4221
|
};
|
|
@@ -4356,13 +4356,16 @@ const $t = [], er = {}, Bo = (e, t = 0) => {
|
|
|
4356
4356
|
};
|
|
4357
4357
|
window.emWidgets = { topic: Bo };
|
|
4358
4358
|
const Po = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
|
|
4359
|
+
String(Number.MAX_SAFE_INTEGER).length;
|
|
4359
4360
|
function Oo(e, t) {
|
|
4360
4361
|
if (e) {
|
|
4361
4362
|
const r = document.createElement("style");
|
|
4362
4363
|
r.innerHTML = t, e.appendChild(r);
|
|
4363
4364
|
}
|
|
4364
4365
|
}
|
|
4365
|
-
function
|
|
4366
|
+
function No(e, t) {
|
|
4367
|
+
if (!e || !t)
|
|
4368
|
+
return;
|
|
4366
4369
|
const r = new URL(t);
|
|
4367
4370
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4368
4371
|
const i = document.createElement("style");
|
|
@@ -4371,7 +4374,7 @@ function Co(e, t) {
|
|
|
4371
4374
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
4372
4375
|
});
|
|
4373
4376
|
}
|
|
4374
|
-
function
|
|
4377
|
+
function Co(e, t, r) {
|
|
4375
4378
|
if (window.emMessageBus) {
|
|
4376
4379
|
const n = document.createElement("style");
|
|
4377
4380
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4477,7 +4480,7 @@ function Do(e) {
|
|
|
4477
4480
|
), a, l, u, h, c, f, d, p = (
|
|
4478
4481
|
/*activeCoin*/
|
|
4479
4482
|
e[0].current.remainingTimes + ""
|
|
4480
|
-
), m, w,
|
|
4483
|
+
), m, w, C;
|
|
4481
4484
|
return {
|
|
4482
4485
|
c() {
|
|
4483
4486
|
t = T("button"), n = Z(r), i = q(), o = T("p"), a = Z(s), l = Z(`:
|
|
@@ -4485,7 +4488,7 @@ function Do(e) {
|
|
|
4485
4488
|
e[3], ge(h.src, c = lo) || v(h, "src", c), v(h, "alt", "Key"), v(u, "class", "coin-footer__keys"), v(o, "class", "coin-footer__text");
|
|
4486
4489
|
},
|
|
4487
4490
|
m(x, E) {
|
|
4488
|
-
k(x, t, E), A(t, n), k(x, i, E), k(x, o, E), A(o, a), A(o, l), A(o, u), A(u, h), A(u, f), A(u, d), A(d, m), w || (
|
|
4491
|
+
k(x, t, E), A(t, n), k(x, i, E), k(x, o, E), A(o, a), A(o, l), A(o, u), A(u, h), A(u, f), A(u, d), A(d, m), w || (C = me(
|
|
4489
4492
|
t,
|
|
4490
4493
|
"click",
|
|
4491
4494
|
/*flipCoin*/
|
|
@@ -4504,7 +4507,7 @@ function Do(e) {
|
|
|
4504
4507
|
x[0].current.remainingTimes + "") && re(m, p);
|
|
4505
4508
|
},
|
|
4506
4509
|
d(x) {
|
|
4507
|
-
x && (G(t), G(i), G(o)), w = !1,
|
|
4510
|
+
x && (G(t), G(i), G(o)), w = !1, C();
|
|
4508
4511
|
}
|
|
4509
4512
|
};
|
|
4510
4513
|
}
|
|
@@ -4516,14 +4519,14 @@ function Qo(e) {
|
|
|
4516
4519
|
e[1]
|
|
4517
4520
|
] || /*activeCoin*/
|
|
4518
4521
|
e[0].program.name[J.default]) + ""
|
|
4519
|
-
), h, c, f, d, p, m, w,
|
|
4522
|
+
), h, c, f, d, p, m, w, C, x, E;
|
|
4520
4523
|
function O(I, D) {
|
|
4521
4524
|
return (
|
|
4522
4525
|
/*opening*/
|
|
4523
4526
|
I[3] ? Go : jo
|
|
4524
4527
|
);
|
|
4525
4528
|
}
|
|
4526
|
-
let
|
|
4529
|
+
let N = O(e), B = N(e);
|
|
4527
4530
|
function U(I, D) {
|
|
4528
4531
|
return (
|
|
4529
4532
|
/*activeCoin*/
|
|
@@ -4533,7 +4536,7 @@ function Qo(e) {
|
|
|
4533
4536
|
let Y = U(e), L = Y(e);
|
|
4534
4537
|
return {
|
|
4535
4538
|
c() {
|
|
4536
|
-
t = T("div"), r = T("button"), n = q(), i = T("div"), o = T("div"), s = T("button"), a = q(), l = T("div"), h = Z(u), c = q(), f = T("button"), d = q(), p = T("div"), B.c(), m = q(), w = T("div"), L.c(), v(r, "class", "overlay"), v(s, "class", "icon-button back"), v(l, "class", "coin-header__title"), v(f, "class", "icon-button close"), v(o, "class", "coin-header"), v(p, "class", "coin-icon__container"), v(w, "class",
|
|
4539
|
+
t = T("div"), r = T("button"), n = q(), i = T("div"), o = T("div"), s = T("button"), a = q(), l = T("div"), h = Z(u), c = q(), f = T("button"), d = q(), p = T("div"), B.c(), m = q(), w = T("div"), L.c(), v(r, "class", "overlay"), v(s, "class", "icon-button back"), v(l, "class", "coin-header__title"), v(f, "class", "icon-button close"), v(o, "class", "coin-header"), v(p, "class", "coin-icon__container"), v(w, "class", C = "coin-footer " + /*opening*/
|
|
4537
4540
|
(e[3] ? "disabled" : "")), v(i, "class", "drawer " + /*mobileView*/
|
|
4538
4541
|
(e[7] ? "mobile" : "")), v(t, "part", "CustomStylingContainer");
|
|
4539
4542
|
},
|
|
@@ -4566,9 +4569,9 @@ function Qo(e) {
|
|
|
4566
4569
|
/*lang*/
|
|
4567
4570
|
I[1]
|
|
4568
4571
|
] || /*activeCoin*/
|
|
4569
|
-
I[0].program.name[J.default]) + "") && re(h, u),
|
|
4570
|
-
8 &&
|
|
4571
|
-
(I[3] ? "disabled" : "")) && v(w, "class",
|
|
4572
|
+
I[0].program.name[J.default]) + "") && re(h, u), N === (N = O(I)) && B ? B.p(I, D) : (B.d(1), B = N(I), B && (B.c(), B.m(p, null))), Y === (Y = U(I)) && L ? L.p(I, D) : (L.d(1), L = Y(I), L && (L.c(), L.m(w, null))), D[0] & /*opening*/
|
|
4573
|
+
8 && C !== (C = "coin-footer " + /*opening*/
|
|
4574
|
+
(I[3] ? "disabled" : "")) && v(w, "class", C);
|
|
4572
4575
|
},
|
|
4573
4576
|
i: j,
|
|
4574
4577
|
o: j,
|
|
@@ -4580,7 +4583,7 @@ function Qo(e) {
|
|
|
4580
4583
|
function zo(e, t, r) {
|
|
4581
4584
|
let n;
|
|
4582
4585
|
Jr(e, no, (g) => r(6, n = g));
|
|
4583
|
-
let { lang: i = J.en } = t, { endpoint: o = "" } = t, { session: s = "" } = t, { clientstyling: a = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: u = "" } = t, { activeCoin: h } = t, { mbsource: c } = t, f = window.navigator.userAgent, d = Po(f), p, m = !1, w = !1,
|
|
4586
|
+
let { lang: i = J.en } = t, { endpoint: o = "" } = t, { session: s = "" } = t, { clientstyling: a = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: u = "" } = t, { activeCoin: h } = t, { mbsource: c } = t, f = window.navigator.userAgent, d = Po(f), p, m = !1, w = !1, C = de, x = !0, E, O = 0, N = 0, B = !1, U = 0;
|
|
4584
4587
|
const Y = () => {
|
|
4585
4588
|
fetch(u).then((F) => F.json()).then((F) => {
|
|
4586
4589
|
Object.keys(F).forEach((_) => {
|
|
@@ -4602,18 +4605,18 @@ function zo(e, t, r) {
|
|
|
4602
4605
|
for (const g of Mo) {
|
|
4603
4606
|
if (!x)
|
|
4604
4607
|
return;
|
|
4605
|
-
r(4,
|
|
4608
|
+
r(4, C = g.frame), yield new Promise((F) => {
|
|
4606
4609
|
E = setTimeout(F, g.delay);
|
|
4607
4610
|
});
|
|
4608
4611
|
}
|
|
4609
4612
|
}), ke = () => {
|
|
4610
|
-
B ? U - O > tr ? (r(5, O += tr), requestAnimationFrame(ke)) : (r(5, O = U), w = !1) : (
|
|
4613
|
+
B ? U - O > tr ? (r(5, O += tr), requestAnimationFrame(ke)) : (r(5, O = U), w = !1) : (N = Math.min(N + Lo, Ro), r(5, O += N), requestAnimationFrame(ke));
|
|
4611
4614
|
}, xt = (g, F) => {
|
|
4612
4615
|
setTimeout(() => _e(g), F);
|
|
4613
4616
|
}, Ur = () => V(this, null, function* () {
|
|
4614
4617
|
var g, F;
|
|
4615
4618
|
if (r(3, m = !0), !w && h) {
|
|
4616
|
-
w = !0, r(5, O = 0),
|
|
4619
|
+
w = !0, r(5, O = 0), N = 0, B = !1, requestAnimationFrame(ke);
|
|
4617
4620
|
const _ = yield Xt.draw(o, s, h.program.id);
|
|
4618
4621
|
if (B = !0, ((g = _.item) == null ? void 0 : g.state) === "fulfilled") {
|
|
4619
4622
|
U = Math.ceil(O / 360) * 360 + 180;
|
|
@@ -4669,15 +4672,15 @@ function zo(e, t, r) {
|
|
|
4669
4672
|
e.$$.dirty[0] & /*lang*/
|
|
4670
4673
|
2 && i && L(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
4671
4674
|
8196 && a && p && Oo(p, a), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
4672
|
-
16388 && l && p &&
|
|
4675
|
+
16388 && l && p && No(p, l), e.$$.dirty[0] & /*translationurl*/
|
|
4673
4676
|
32768 && u && Y(), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
4674
|
-
65540 && c && p &&
|
|
4677
|
+
65540 && c && p && Co(p, `${c}.Style`);
|
|
4675
4678
|
}, [
|
|
4676
4679
|
h,
|
|
4677
4680
|
i,
|
|
4678
4681
|
p,
|
|
4679
4682
|
m,
|
|
4680
|
-
|
|
4683
|
+
C,
|
|
4681
4684
|
O,
|
|
4682
4685
|
n,
|
|
4683
4686
|
d,
|