@everymatrix/casino-game-page 1.56.3 → 1.57.0
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/{CasinoGamePage-B43Ogdx8.cjs → CasinoGamePage-Co6TgZc6.cjs} +8 -8
- package/components/{CasinoGamePage-DWfetZTI.js → CasinoGamePage-DmX0diYZ.js} +144 -144
- package/components/{CasinoGamePage-km7bYaee.js → CasinoGamePage-GQN09uP5.js} +148 -148
- package/es2015/casino-game-page.cjs +1 -1
- package/es2015/casino-game-page.js +1 -1
- package/esnext/casino-game-page.js +1 -1
- package/package.json +1 -1
@@ -127,7 +127,7 @@ function te(e, t) {
|
|
127
127
|
function oe(e, t, r, n) {
|
128
128
|
r == null ? e.style.removeProperty(t) : e.style.setProperty(t, r, "");
|
129
129
|
}
|
130
|
-
function
|
130
|
+
function it(e, t, r) {
|
131
131
|
e.classList.toggle(t, !!r);
|
132
132
|
}
|
133
133
|
function Jo(e) {
|
@@ -511,7 +511,7 @@ var Hn = function(e, t) {
|
|
511
511
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
512
512
|
}, Hn(e, t);
|
513
513
|
};
|
514
|
-
function
|
514
|
+
function Ze(e, t) {
|
515
515
|
if (typeof t != "function" && t !== null)
|
516
516
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
517
517
|
Hn(e, t);
|
@@ -577,7 +577,7 @@ function kt(e, t, r) {
|
|
577
577
|
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
578
578
|
return e.concat(s || t);
|
579
579
|
}
|
580
|
-
function
|
580
|
+
function je(e) {
|
581
581
|
return typeof e == "function";
|
582
582
|
}
|
583
583
|
function Os(e) {
|
@@ -630,7 +630,7 @@ var Gr = function() {
|
|
630
630
|
else
|
631
631
|
a.remove(this);
|
632
632
|
var f = this.initialTeardown;
|
633
|
-
if (
|
633
|
+
if (je(f))
|
634
634
|
try {
|
635
635
|
f();
|
636
636
|
} catch (v) {
|
@@ -693,10 +693,10 @@ var Gr = function() {
|
|
693
693
|
}(), e;
|
694
694
|
}(), Ds = Gr.EMPTY;
|
695
695
|
function Fs(e) {
|
696
|
-
return e instanceof Gr || e && "closed" in e &&
|
696
|
+
return e instanceof Gr || e && "closed" in e && je(e.remove) && je(e.add) && je(e.unsubscribe);
|
697
697
|
}
|
698
698
|
function Vi(e) {
|
699
|
-
|
699
|
+
je(e) ? e() : e.unsubscribe();
|
700
700
|
}
|
701
701
|
var Ps = {
|
702
702
|
onUnhandledError: null,
|
@@ -726,7 +726,7 @@ function Tr(e) {
|
|
726
726
|
e();
|
727
727
|
}
|
728
728
|
var Is = function(e) {
|
729
|
-
|
729
|
+
Ze(t, e);
|
730
730
|
function t(r) {
|
731
731
|
var n = e.call(this) || this;
|
732
732
|
return n.isStopped = !1, r ? (n.destination = r, Fs(r) && r.add(n)) : n.destination = bl, n;
|
@@ -792,10 +792,10 @@ var _l = function() {
|
|
792
792
|
}
|
793
793
|
}, e;
|
794
794
|
}(), An = function(e) {
|
795
|
-
|
795
|
+
Ze(t, e);
|
796
796
|
function t(r, n, i) {
|
797
797
|
var s = e.call(this) || this, a;
|
798
|
-
if (
|
798
|
+
if (je(r) || !r)
|
799
799
|
a = {
|
800
800
|
next: r != null ? r : void 0,
|
801
801
|
error: n != null ? n : void 0,
|
@@ -904,7 +904,7 @@ function $i(e) {
|
|
904
904
|
return (t = e != null ? e : Ps.Promise) !== null && t !== void 0 ? t : Promise;
|
905
905
|
}
|
906
906
|
function El(e) {
|
907
|
-
return e &&
|
907
|
+
return e && je(e.next) && je(e.error) && je(e.complete);
|
908
908
|
}
|
909
909
|
function xl(e) {
|
910
910
|
return e && e instanceof Is || El(e) && Fs(e);
|
@@ -914,7 +914,7 @@ var kl = Os(function(e) {
|
|
914
914
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
915
915
|
};
|
916
916
|
}), Ls = function(e) {
|
917
|
-
|
917
|
+
Ze(t, e);
|
918
918
|
function t() {
|
919
919
|
var r = e.call(this) || this;
|
920
920
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
@@ -994,7 +994,7 @@ var kl = Os(function(e) {
|
|
994
994
|
return new Xi(r, n);
|
995
995
|
}, t;
|
996
996
|
}(Zi), Xi = function(e) {
|
997
|
-
|
997
|
+
Ze(t, e);
|
998
998
|
function t(r, n) {
|
999
999
|
var i = e.call(this) || this;
|
1000
1000
|
return i.destination = r, i.source = n, i;
|
@@ -1018,7 +1018,7 @@ var kl = Os(function(e) {
|
|
1018
1018
|
},
|
1019
1019
|
delegate: void 0
|
1020
1020
|
}, Ml = function(e) {
|
1021
|
-
|
1021
|
+
Ze(t, e);
|
1022
1022
|
function t(r, n, i) {
|
1023
1023
|
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Hs);
|
1024
1024
|
var s = e.call(this) || this;
|
@@ -3632,7 +3632,7 @@ var Pt;
|
|
3632
3632
|
var jr = (
|
3633
3633
|
/** @class */
|
3634
3634
|
function(e) {
|
3635
|
-
|
3635
|
+
Ze(t, e);
|
3636
3636
|
function t(r, n, i) {
|
3637
3637
|
var s = e.call(this, r) || this;
|
3638
3638
|
return s.code = n, s.originalMessage = i, s;
|
@@ -3644,7 +3644,7 @@ var jr = (
|
|
3644
3644
|
), as = (
|
3645
3645
|
/** @class */
|
3646
3646
|
function(e) {
|
3647
|
-
|
3647
|
+
Ze(t, e);
|
3648
3648
|
function t(r, n, i, s) {
|
3649
3649
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Pt.INVALID_VALUE, s) || this;
|
3650
3650
|
}
|
@@ -3653,7 +3653,7 @@ var jr = (
|
|
3653
3653
|
), Tu = (
|
3654
3654
|
/** @class */
|
3655
3655
|
function(e) {
|
3656
|
-
|
3656
|
+
Ze(t, e);
|
3657
3657
|
function t(r, n, i) {
|
3658
3658
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Pt.INVALID_VALUE, i) || this;
|
3659
3659
|
}
|
@@ -3662,7 +3662,7 @@ var jr = (
|
|
3662
3662
|
), Ou = (
|
3663
3663
|
/** @class */
|
3664
3664
|
function(e) {
|
3665
|
-
|
3665
|
+
Ze(t, e);
|
3666
3666
|
function t(r, n) {
|
3667
3667
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Pt.MISSING_VALUE, n) || this;
|
3668
3668
|
}
|
@@ -3968,11 +3968,11 @@ function Nu(e, t) {
|
|
3968
3968
|
n = void 0;
|
3969
3969
|
return n;
|
3970
3970
|
}
|
3971
|
-
const
|
3971
|
+
const et = {}, Ru = (e, t, r) => r && (t in et || (et[t] = {}), e in et[t] || (et[t][e] = r), r), Qs = (e, t) => {
|
3972
3972
|
if (t == null)
|
3973
3973
|
return;
|
3974
|
-
if (t in
|
3975
|
-
return
|
3974
|
+
if (t in et && e in et[t])
|
3975
|
+
return et[t][e];
|
3976
3976
|
const r = Vr(t);
|
3977
3977
|
for (let n = 0; n < r.length; n++) {
|
3978
3978
|
const i = r[n], s = Au(i, e);
|
@@ -4005,7 +4005,7 @@ function Bu(e) {
|
|
4005
4005
|
}
|
4006
4006
|
}
|
4007
4007
|
function ea(e, ...t) {
|
4008
|
-
delete
|
4008
|
+
delete et[e], Ht.update((r) => (r[e] = jl.all([r[e] || {}, ...t]), r));
|
4009
4009
|
}
|
4010
4010
|
Lt(
|
4011
4011
|
[Ht],
|
@@ -4131,7 +4131,7 @@ const Ku = (e) => {
|
|
4131
4131
|
});
|
4132
4132
|
}
|
4133
4133
|
return Hr.set(e);
|
4134
|
-
},
|
4134
|
+
}, st = Qu(Ju({}, Hr), {
|
4135
4135
|
set: Ku
|
4136
4136
|
}), zr = (e) => {
|
4137
4137
|
const t = /* @__PURE__ */ Object.create(null);
|
@@ -4242,11 +4242,11 @@ const Qt = (e, t) => {
|
|
4242
4242
|
);
|
4243
4243
|
}
|
4244
4244
|
return m;
|
4245
|
-
}, uh = (e, t) => ah(t).format(e), hh = (e, t) => sh(t).format(e), fh = (e, t) => ih(t).format(e), ch = (e, t = dt()) => Qs(e, t), dh = Lt([
|
4246
|
-
Lt([
|
4247
|
-
Lt([
|
4248
|
-
Lt([
|
4249
|
-
Lt([
|
4245
|
+
}, uh = (e, t) => ah(t).format(e), hh = (e, t) => sh(t).format(e), fh = (e, t) => ih(t).format(e), ch = (e, t = dt()) => Qs(e, t), dh = Lt([st, Ht], () => lh);
|
4246
|
+
Lt([st], () => uh);
|
4247
|
+
Lt([st], () => hh);
|
4248
|
+
Lt([st], () => fh);
|
4249
|
+
Lt([st, Ht], () => ch);
|
4250
4250
|
window.emWidgets = { topic: Tl };
|
4251
4251
|
const bt = (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)), fs = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
4252
4252
|
function mh(e, t) {
|
@@ -4284,15 +4284,15 @@ function _h(e, t, r) {
|
|
4284
4284
|
}
|
4285
4285
|
}
|
4286
4286
|
function yh({ withLocale: e, translations: t }) {
|
4287
|
-
|
4288
|
-
r == null && (Ht.set(t),
|
4287
|
+
st.subscribe((r) => {
|
4288
|
+
r == null && (Ht.set(t), st.set(e));
|
4289
4289
|
});
|
4290
4290
|
}
|
4291
4291
|
function cs(e, t) {
|
4292
4292
|
ea(e, t);
|
4293
4293
|
}
|
4294
4294
|
function bh(e) {
|
4295
|
-
|
4295
|
+
st.set(e);
|
4296
4296
|
}
|
4297
4297
|
const ds = {
|
4298
4298
|
en: {
|
@@ -4495,7 +4495,7 @@ function si(e) {
|
|
4495
4495
|
function ye(e) {
|
4496
4496
|
return e === void 0;
|
4497
4497
|
}
|
4498
|
-
function
|
4498
|
+
function ze(e) {
|
4499
4499
|
return typeof e == "number" || Object.prototype.toString.call(e) === "[object Number]";
|
4500
4500
|
}
|
4501
4501
|
function nr(e) {
|
@@ -4507,7 +4507,7 @@ function aa(e, t) {
|
|
4507
4507
|
r.push(t(e[n], n));
|
4508
4508
|
return r;
|
4509
4509
|
}
|
4510
|
-
function
|
4510
|
+
function tt(e, t) {
|
4511
4511
|
for (var r in t)
|
4512
4512
|
U(t, r) && (e[r] = t[r]);
|
4513
4513
|
return U(t, "toString") && (e.toString = t.toString), U(t, "valueOf") && (e.valueOf = t.valueOf), e;
|
@@ -4560,7 +4560,7 @@ function ai(e) {
|
|
4560
4560
|
}
|
4561
4561
|
function Zr(e) {
|
4562
4562
|
var t = Ne(NaN);
|
4563
|
-
return e != null ?
|
4563
|
+
return e != null ? tt(P(t), e) : P(t).userInvalidated = !0, t;
|
4564
4564
|
}
|
4565
4565
|
var ms = _.momentProperties = [], On = !1;
|
4566
4566
|
function oi(e, t) {
|
@@ -4581,7 +4581,7 @@ function oa(e) {
|
|
4581
4581
|
}
|
4582
4582
|
function ke(e, t) {
|
4583
4583
|
var r = !0;
|
4584
|
-
return
|
4584
|
+
return tt(function() {
|
4585
4585
|
if (_.deprecationHandler != null && _.deprecationHandler(null, e), r) {
|
4586
4586
|
var n = [], i, s, a, o = arguments.length;
|
4587
4587
|
for (s = 0; s < o; s++) {
|
@@ -4622,11 +4622,11 @@ function Eh(e) {
|
|
4622
4622
|
);
|
4623
4623
|
}
|
4624
4624
|
function $n(e, t) {
|
4625
|
-
var r =
|
4625
|
+
var r = tt({}, e), n;
|
4626
4626
|
for (n in t)
|
4627
|
-
U(t, n) && (ct(e[n]) && ct(t[n]) ? (r[n] = {},
|
4627
|
+
U(t, n) && (ct(e[n]) && ct(t[n]) ? (r[n] = {}, tt(r[n], e[n]), tt(r[n], t[n])) : t[n] != null ? r[n] = t[n] : delete r[n]);
|
4628
4628
|
for (n in e)
|
4629
|
-
U(e, n) && !U(t, n) && ct(e[n]) && (r[n] =
|
4629
|
+
U(e, n) && !U(t, n) && ct(e[n]) && (r[n] = tt({}, r[n]));
|
4630
4630
|
return r;
|
4631
4631
|
}
|
4632
4632
|
function li(e) {
|
@@ -4836,7 +4836,7 @@ function be(e) {
|
|
4836
4836
|
var qn = {};
|
4837
4837
|
function Z(e, t) {
|
4838
4838
|
var r, n = t, i;
|
4839
|
-
for (typeof e == "string" && (e = [e]),
|
4839
|
+
for (typeof e == "string" && (e = [e]), ze(t) && (n = function(s, a) {
|
4840
4840
|
a[t] = H(s);
|
4841
4841
|
}), i = e.length, r = 0; r < i; r++)
|
4842
4842
|
qn[e[r]] = n;
|
@@ -4849,7 +4849,7 @@ function ar(e, t) {
|
|
4849
4849
|
function Vh(e, t, r) {
|
4850
4850
|
t != null && U(qn, e) && qn[e](t, r._a, r, e);
|
4851
4851
|
}
|
4852
|
-
var de = 0,
|
4852
|
+
var de = 0, Ge = 1, Ie = 2, le = 3, Te = 4, We = 5, ft = 6, zh = 7, Zh = 8;
|
4853
4853
|
function $h(e, t) {
|
4854
4854
|
return (e % t + t) % t;
|
4855
4855
|
}
|
@@ -4887,11 +4887,11 @@ y("MMMM", function(e, t) {
|
|
4887
4887
|
return t.monthsRegex(e);
|
4888
4888
|
});
|
4889
4889
|
Z(["M", "MM"], function(e, t) {
|
4890
|
-
t[
|
4890
|
+
t[Ge] = H(e) - 1;
|
4891
4891
|
});
|
4892
4892
|
Z(["MMM", "MMMM"], function(e, t, r, n) {
|
4893
4893
|
var i = r._locale.monthsParse(e, n, r._strict);
|
4894
|
-
i != null ? t[
|
4894
|
+
i != null ? t[Ge] = i : P(r).invalidMonth = e;
|
4895
4895
|
});
|
4896
4896
|
var Xh = "January_February_March_April_May_June_July_August_September_October_November_December".split(
|
4897
4897
|
"_"
|
@@ -4938,7 +4938,7 @@ function ya(e, t) {
|
|
4938
4938
|
if (typeof t == "string") {
|
4939
4939
|
if (/^\d+$/.test(t))
|
4940
4940
|
t = H(t);
|
4941
|
-
else if (t = e.localeData().monthsParse(t), !
|
4941
|
+
else if (t = e.localeData().monthsParse(t), !ze(t))
|
4942
4942
|
return e;
|
4943
4943
|
}
|
4944
4944
|
return r = Math.min(e.date(), en(e.year(), t)), e._d["set" + (e._isUTC ? "UTC" : "") + "Month"](t, r), e;
|
@@ -5032,12 +5032,12 @@ function Sa(e, t, r, n, i) {
|
|
5032
5032
|
}
|
5033
5033
|
function er(e, t, r) {
|
5034
5034
|
var n = Ar(e.year(), t, r), i = Math.floor((e.dayOfYear() - n - 1) / 7) + 1, s, a;
|
5035
|
-
return i < 1 ? (a = e.year() - 1, s = i +
|
5035
|
+
return i < 1 ? (a = e.year() - 1, s = i + Ve(a, t, r)) : i > Ve(e.year(), t, r) ? (s = i - Ve(e.year(), t, r), a = e.year() + 1) : (a = e.year(), s = i), {
|
5036
5036
|
week: s,
|
5037
5037
|
year: a
|
5038
5038
|
};
|
5039
5039
|
}
|
5040
|
-
function
|
5040
|
+
function Ve(e, t, r) {
|
5041
5041
|
var n = Ar(e, t, r), i = Ar(e + 1, t, r);
|
5042
5042
|
return (Xt(e) - n + i) / 7;
|
5043
5043
|
}
|
@@ -5288,7 +5288,7 @@ Z("hmm", function(e, t, r) {
|
|
5288
5288
|
});
|
5289
5289
|
Z("hmmss", function(e, t, r) {
|
5290
5290
|
var n = e.length - 4, i = e.length - 2;
|
5291
|
-
t[le] = H(e.substr(0, n)), t[Te] = H(e.substr(n, 2)), t[
|
5291
|
+
t[le] = H(e.substr(0, n)), t[Te] = H(e.substr(n, 2)), t[We] = H(e.substr(i)), P(r).bigHour = !0;
|
5292
5292
|
});
|
5293
5293
|
Z("Hmm", function(e, t, r) {
|
5294
5294
|
var n = e.length - 2;
|
@@ -5296,7 +5296,7 @@ Z("Hmm", function(e, t, r) {
|
|
5296
5296
|
});
|
5297
5297
|
Z("Hmmss", function(e, t, r) {
|
5298
5298
|
var n = e.length - 4, i = e.length - 2;
|
5299
|
-
t[le] = H(e.substr(0, n)), t[Te] = H(e.substr(n, 2)), t[
|
5299
|
+
t[le] = H(e.substr(0, n)), t[Te] = H(e.substr(n, 2)), t[We] = H(e.substr(i));
|
5300
5300
|
});
|
5301
5301
|
function Lf(e) {
|
5302
5302
|
return (e + "").toLowerCase().charAt(0) === "p";
|
@@ -5350,15 +5350,15 @@ function tn(e) {
|
|
5350
5350
|
var t = null, r;
|
5351
5351
|
if (se[e] === void 0 && typeof module != "undefined" && module && module.exports && Bf(e))
|
5352
5352
|
try {
|
5353
|
-
t = tr._abbr, r = vh, r("./locale/" + e),
|
5353
|
+
t = tr._abbr, r = vh, r("./locale/" + e), nt(t);
|
5354
5354
|
} catch (n) {
|
5355
5355
|
se[e] = null;
|
5356
5356
|
}
|
5357
5357
|
return se[e];
|
5358
5358
|
}
|
5359
|
-
function
|
5359
|
+
function nt(e, t) {
|
5360
5360
|
var r;
|
5361
|
-
return e && (ye(t) ? r =
|
5361
|
+
return e && (ye(t) ? r = $e(e) : r = gi(e, t), r ? tr = r : typeof console != "undefined" && console.warn && console.warn(
|
5362
5362
|
"Locale " + e + " not found. Did you forget to load it?"
|
5363
5363
|
)), tr._abbr;
|
5364
5364
|
}
|
@@ -5382,19 +5382,19 @@ function gi(e, t) {
|
|
5382
5382
|
}), null;
|
5383
5383
|
return se[e] = new li($n(n, t)), Vt[e] && Vt[e].forEach(function(i) {
|
5384
5384
|
gi(i.name, i.config);
|
5385
|
-
}),
|
5385
|
+
}), nt(e), se[e];
|
5386
5386
|
} else
|
5387
5387
|
return delete se[e], null;
|
5388
5388
|
}
|
5389
5389
|
function Yf(e, t) {
|
5390
5390
|
if (t != null) {
|
5391
5391
|
var r, n, i = Ma;
|
5392
|
-
se[e] != null && se[e].parentLocale != null ? se[e].set($n(se[e]._config, t)) : (n = tn(e), n != null && (i = n._config), t = $n(i, t), n == null && (t.abbr = e), r = new li(t), r.parentLocale = se[e], se[e] = r),
|
5392
|
+
se[e] != null && se[e].parentLocale != null ? se[e].set($n(se[e]._config, t)) : (n = tn(e), n != null && (i = n._config), t = $n(i, t), n == null && (t.abbr = e), r = new li(t), r.parentLocale = se[e], se[e] = r), nt(e);
|
5393
5393
|
} else
|
5394
|
-
se[e] != null && (se[e].parentLocale != null ? (se[e] = se[e].parentLocale, e ===
|
5394
|
+
se[e] != null && (se[e].parentLocale != null ? (se[e] = se[e].parentLocale, e === nt() && nt(e)) : se[e] != null && delete se[e]);
|
5395
5395
|
return se[e];
|
5396
5396
|
}
|
5397
|
-
function
|
5397
|
+
function $e(e) {
|
5398
5398
|
var t;
|
5399
5399
|
if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e)
|
5400
5400
|
return tr;
|
@@ -5410,7 +5410,7 @@ function Uf() {
|
|
5410
5410
|
}
|
5411
5411
|
function _i(e) {
|
5412
5412
|
var t, r = e._a;
|
5413
|
-
return r && P(e).overflow === -2 && (t = r[
|
5413
|
+
return r && P(e).overflow === -2 && (t = r[Ge] < 0 || r[Ge] > 11 ? Ge : r[Ie] < 1 || r[Ie] > en(r[de], r[Ge]) ? Ie : r[le] < 0 || r[le] > 24 || r[le] === 24 && (r[Te] !== 0 || r[We] !== 0 || r[ft] !== 0) ? le : r[Te] < 0 || r[Te] > 59 ? Te : r[We] < 0 || r[We] > 59 ? We : r[ft] < 0 || r[ft] > 999 ? ft : -1, P(e)._overflowDayOfYear && (t < de || t > Ie) && (t = Ie), P(e)._overflowWeeks && t === -1 && (t = zh), P(e)._overflowWeekday && t === -1 && (t = Zh), P(e).overflow = t), e;
|
5414
5414
|
}
|
5415
5415
|
var Gf = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, Wf = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, jf = /Z|[+-]\d\d(?::?\d\d)?/, kr = [
|
5416
5416
|
["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
|
@@ -5575,11 +5575,11 @@ function ec(e) {
|
|
5575
5575
|
function yi(e) {
|
5576
5576
|
var t, r, n = [], i, s, a;
|
5577
5577
|
if (!e._d) {
|
5578
|
-
for (i = ec(e), e._w && e._a[Ie] == null && e._a[
|
5578
|
+
for (i = ec(e), e._w && e._a[Ie] == null && e._a[Ge] == null && tc(e), e._dayOfYear != null && (a = St(e._a[de], i[de]), (e._dayOfYear > Xt(a) || e._dayOfYear === 0) && (P(e)._overflowDayOfYear = !0), r = Kt(a, 0, e._dayOfYear), e._a[Ge] = r.getUTCMonth(), e._a[Ie] = r.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
|
5579
5579
|
e._a[t] = n[t] = i[t];
|
5580
5580
|
for (; t < 7; t++)
|
5581
5581
|
e._a[t] = n[t] = e._a[t] == null ? t === 2 ? 1 : 0 : e._a[t];
|
5582
|
-
e._a[le] === 24 && e._a[Te] === 0 && e._a[
|
5582
|
+
e._a[le] === 24 && e._a[Te] === 0 && e._a[We] === 0 && e._a[ft] === 0 && (e._nextDay = !0, e._a[le] = 0), e._d = (e._useUTC ? Kt : of).apply(
|
5583
5583
|
null,
|
5584
5584
|
n
|
5585
5585
|
), s = e._useUTC ? e._d.getUTCDay() : e._d.getDay(), e._tzm != null && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), e._nextDay && (e._a[le] = 24), e._w && typeof e._w.d != "undefined" && e._w.d !== s && (P(e).weekdayMismatch = !0);
|
@@ -5591,7 +5591,7 @@ function tc(e) {
|
|
5591
5591
|
t.GG,
|
5592
5592
|
e._a[de],
|
5593
5593
|
er(re(), 1, 4).year
|
5594
|
-
), n = St(t.W, 1), i = St(t.E, 1), (i < 1 || i > 7) && (l = !0)) : (s = e._locale._week.dow, a = e._locale._week.doy, u = er(re(), s, a), r = St(t.gg, e._a[de], u.year), n = St(t.w, u.week), t.d != null ? (i = t.d, (i < 0 || i > 6) && (l = !0)) : t.e != null ? (i = t.e + s, (t.e < 0 || t.e > 6) && (l = !0)) : i = s), n < 1 || n >
|
5594
|
+
), n = St(t.W, 1), i = St(t.E, 1), (i < 1 || i > 7) && (l = !0)) : (s = e._locale._week.dow, a = e._locale._week.doy, u = er(re(), s, a), r = St(t.gg, e._a[de], u.year), n = St(t.w, u.week), t.d != null ? (i = t.d, (i < 0 || i > 6) && (l = !0)) : t.e != null ? (i = t.e + s, (t.e < 0 || t.e > 6) && (l = !0)) : i = s), n < 1 || n > Ve(r, s, a) ? P(e)._overflowWeeks = !0 : l != null ? P(e)._overflowWeekday = !0 : (o = Sa(r, n, i, s, a), e._a[de] = o.year, e._dayOfYear = o.dayOfYear);
|
5595
5595
|
}
|
5596
5596
|
_.ISO_8601 = function() {
|
5597
5597
|
};
|
@@ -5630,7 +5630,7 @@ function nc(e) {
|
|
5630
5630
|
}
|
5631
5631
|
for (i = 0; i < l; i++)
|
5632
5632
|
s = 0, a = !1, t = oi({}, e), e._useUTC != null && (t._useUTC = e._useUTC), t._f = e._f[i], bi(t), ai(t) && (a = !0), s += P(t).charsLeftOver, s += P(t).unusedTokens.length * 10, P(t).score = s, o ? s < n && (n = s, r = t) : (n == null || s < n || a) && (n = s, r = t, a && (o = !0));
|
5633
|
-
|
5633
|
+
tt(e, r || t);
|
5634
5634
|
}
|
5635
5635
|
function ic(e) {
|
5636
5636
|
if (!e._d) {
|
@@ -5649,13 +5649,13 @@ function sc(e) {
|
|
5649
5649
|
}
|
5650
5650
|
function Da(e) {
|
5651
5651
|
var t = e._i, r = e._f;
|
5652
|
-
return e._locale = e._locale ||
|
5652
|
+
return e._locale = e._locale || $e(e._l), t === null || r === void 0 && t === "" ? Zr({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), De(t) ? new ir(_i(t)) : (nr(t) ? e._d = t : Oe(r) ? nc(e) : r ? bi(e) : ac(e), ai(e) || (e._d = null), e));
|
5653
5653
|
}
|
5654
5654
|
function ac(e) {
|
5655
5655
|
var t = e._i;
|
5656
5656
|
ye(t) ? e._d = new Date(_.now()) : nr(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? Kf(e) : Oe(t) ? (e._a = aa(t.slice(0), function(r) {
|
5657
5657
|
return parseInt(r, 10);
|
5658
|
-
}), yi(e)) : ct(t) ? ic(e) :
|
5658
|
+
}), yi(e)) : ct(t) ? ic(e) : ze(t) ? e._d = new Date(t) : _.createFromInputFallback(e);
|
5659
5659
|
}
|
5660
5660
|
function Fa(e, t, r, n, i) {
|
5661
5661
|
var s = {};
|
@@ -5729,7 +5729,7 @@ function rn(e) {
|
|
5729
5729
|
var t = hi(e), r = t.year || 0, n = t.quarter || 0, i = t.month || 0, s = t.week || t.isoWeek || 0, a = t.day || 0, o = t.hour || 0, l = t.minute || 0, u = t.second || 0, f = t.millisecond || 0;
|
5730
5730
|
this._isValid = cc(t), this._milliseconds = +f + u * 1e3 + // 1000
|
5731
5731
|
l * 6e4 + // 1000 * 60
|
5732
|
-
o * 1e3 * 60 * 60, this._days = +a + s * 7, this._months = +i + n * 3 + r * 12, this._data = {}, this._locale =
|
5732
|
+
o * 1e3 * 60 * 60, this._days = +a + s * 7, this._months = +i + n * 3 + r * 12, this._data = {}, this._locale = $e(), this._bubble();
|
5733
5733
|
}
|
5734
5734
|
function Pr(e) {
|
5735
5735
|
return e instanceof rn;
|
@@ -5835,12 +5835,12 @@ function Fe(e, t) {
|
|
5835
5835
|
ms: e._milliseconds,
|
5836
5836
|
d: e._days,
|
5837
5837
|
M: e._months
|
5838
|
-
} :
|
5838
|
+
} : ze(e) || !isNaN(+e) ? (r = {}, t ? r[t] = +e : r.milliseconds = +e) : (n = Tc.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
|
5839
5839
|
y: 0,
|
5840
5840
|
d: H(n[Ie]) * i,
|
5841
5841
|
h: H(n[le]) * i,
|
5842
5842
|
m: H(n[Te]) * i,
|
5843
|
-
s: H(n[
|
5843
|
+
s: H(n[We]) * i,
|
5844
5844
|
ms: H(Jn(n[ft] * 1e3)) * i
|
5845
5845
|
// the millisecond decimal point is included in the match
|
5846
5846
|
}) : (n = Oc.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
|
@@ -5888,7 +5888,7 @@ function Ra(e) {
|
|
5888
5888
|
return typeof e == "string" || e instanceof String;
|
5889
5889
|
}
|
5890
5890
|
function Ic(e) {
|
5891
|
-
return De(e) || nr(e) || Ra(e) ||
|
5891
|
+
return De(e) || nr(e) || Ra(e) || ze(e) || Hc(e) || Lc(e) || e === null || e === void 0;
|
5892
5892
|
}
|
5893
5893
|
function Lc(e) {
|
5894
5894
|
var t = ct(e) && !si(e), r = !1, n = [
|
@@ -5924,7 +5924,7 @@ function Lc(e) {
|
|
5924
5924
|
function Hc(e) {
|
5925
5925
|
var t = Oe(e), r = !1;
|
5926
5926
|
return t && (r = e.filter(function(n) {
|
5927
|
-
return !
|
5927
|
+
return !ze(n) && Ra(e);
|
5928
5928
|
}).length === 0), t && r;
|
5929
5929
|
}
|
5930
5930
|
function Nc(e) {
|
@@ -6060,7 +6060,7 @@ function Kc(e) {
|
|
6060
6060
|
}
|
6061
6061
|
function Ca(e) {
|
6062
6062
|
var t;
|
6063
|
-
return e === void 0 ? this._locale._abbr : (t =
|
6063
|
+
return e === void 0 ? this._locale._abbr : (t = $e(e), t != null && (this._locale = t), this);
|
6064
6064
|
}
|
6065
6065
|
var Aa = ke(
|
6066
6066
|
"moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
|
@@ -6223,7 +6223,7 @@ function ld() {
|
|
6223
6223
|
return ai(this);
|
6224
6224
|
}
|
6225
6225
|
function ud() {
|
6226
|
-
return
|
6226
|
+
return tt({}, P(this));
|
6227
6227
|
}
|
6228
6228
|
function hd() {
|
6229
6229
|
return P(this).overflow;
|
@@ -6269,7 +6269,7 @@ Z(["yo"], function(e, t, r, n) {
|
|
6269
6269
|
r._locale._eraYearOrdinalRegex && (i = e.match(r._locale._eraYearOrdinalRegex)), r._locale.eraYearOrdinalParse ? t[de] = r._locale.eraYearOrdinalParse(e, i) : t[de] = parseInt(e, 10);
|
6270
6270
|
});
|
6271
6271
|
function cd(e, t) {
|
6272
|
-
var r, n, i, s = this._eras ||
|
6272
|
+
var r, n, i, s = this._eras || $e("en")._eras;
|
6273
6273
|
for (r = 0, n = s.length; r < n; ++r) {
|
6274
6274
|
switch (typeof s[r].since) {
|
6275
6275
|
case "string":
|
@@ -6427,22 +6427,22 @@ function Md(e) {
|
|
6427
6427
|
);
|
6428
6428
|
}
|
6429
6429
|
function Td() {
|
6430
|
-
return
|
6430
|
+
return Ve(this.year(), 1, 4);
|
6431
6431
|
}
|
6432
6432
|
function Od() {
|
6433
|
-
return
|
6433
|
+
return Ve(this.isoWeekYear(), 1, 4);
|
6434
6434
|
}
|
6435
6435
|
function Dd() {
|
6436
6436
|
var e = this.localeData()._week;
|
6437
|
-
return
|
6437
|
+
return Ve(this.year(), e.dow, e.doy);
|
6438
6438
|
}
|
6439
6439
|
function Fd() {
|
6440
6440
|
var e = this.localeData()._week;
|
6441
|
-
return
|
6441
|
+
return Ve(this.weekYear(), e.dow, e.doy);
|
6442
6442
|
}
|
6443
6443
|
function Wa(e, t, r, n, i) {
|
6444
6444
|
var s;
|
6445
|
-
return e == null ? er(this, n, i).year : (s =
|
6445
|
+
return e == null ? er(this, n, i).year : (s = Ve(e, n, i), t > s && (t = s), Pd.call(this, e, t, r, n, i));
|
6446
6446
|
}
|
6447
6447
|
function Pd(e, t, r, n, i) {
|
6448
6448
|
var s = Sa(e, t, r, n, i), a = Kt(s.year, 0, s.dayOfYear);
|
@@ -6453,7 +6453,7 @@ me("quarter", "Q");
|
|
6453
6453
|
pe("quarter", 7);
|
6454
6454
|
y("Q", ca);
|
6455
6455
|
Z("Q", function(e, t) {
|
6456
|
-
t[
|
6456
|
+
t[Ge] = (H(e) - 1) * 3;
|
6457
6457
|
});
|
6458
6458
|
function Id(e) {
|
6459
6459
|
return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
|
@@ -6497,7 +6497,7 @@ me("second", "s");
|
|
6497
6497
|
pe("second", 15);
|
6498
6498
|
y("s", ne);
|
6499
6499
|
y("ss", ne, ve);
|
6500
|
-
Z(["s", "ss"],
|
6500
|
+
Z(["s", "ss"], We);
|
6501
6501
|
var Nd = Rt("Seconds", !1);
|
6502
6502
|
x("S", 0, 0, function() {
|
6503
6503
|
return ~~(this.millisecond() / 100);
|
@@ -6529,14 +6529,14 @@ pe("millisecond", 16);
|
|
6529
6529
|
y("S", qr, ca);
|
6530
6530
|
y("SS", qr, ve);
|
6531
6531
|
y("SSS", qr, da);
|
6532
|
-
var
|
6533
|
-
for (
|
6534
|
-
y(
|
6532
|
+
var rt, Va;
|
6533
|
+
for (rt = "SSSS"; rt.length <= 9; rt += "S")
|
6534
|
+
y(rt, Ct);
|
6535
6535
|
function Rd(e, t) {
|
6536
6536
|
t[ft] = H(("0." + e) * 1e3);
|
6537
6537
|
}
|
6538
|
-
for (
|
6539
|
-
Z(
|
6538
|
+
for (rt = "S"; rt.length <= 9; rt += "S")
|
6539
|
+
Z(rt, Rd);
|
6540
6540
|
Va = Rt("Milliseconds", !1);
|
6541
6541
|
x("z", 0, 0, "zoneAbbr");
|
6542
6542
|
x("zz", 0, 0, "zoneName");
|
@@ -6689,11 +6689,11 @@ G.weekdaysMinRegex = Pf;
|
|
6689
6689
|
G.isPM = Lf;
|
6690
6690
|
G.meridiem = Rf;
|
6691
6691
|
function Ur(e, t, r, n) {
|
6692
|
-
var i =
|
6692
|
+
var i = $e(), s = Ne().set(n, t);
|
6693
6693
|
return i[r](s, e);
|
6694
6694
|
}
|
6695
6695
|
function Za(e, t, r) {
|
6696
|
-
if (
|
6696
|
+
if (ze(e) && (t = e, e = void 0), e = e || "", t != null)
|
6697
6697
|
return Ur(e, t, r, "month");
|
6698
6698
|
var n, i = [];
|
6699
6699
|
for (n = 0; n < 12; n++)
|
@@ -6701,8 +6701,8 @@ function Za(e, t, r) {
|
|
6701
6701
|
return i;
|
6702
6702
|
}
|
6703
6703
|
function xi(e, t, r, n) {
|
6704
|
-
typeof e == "boolean" ? (
|
6705
|
-
var i =
|
6704
|
+
typeof e == "boolean" ? (ze(t) && (r = t, t = void 0), t = t || "") : (t = e, r = t, e = !1, ze(t) && (r = t, t = void 0), t = t || "");
|
6705
|
+
var i = $e(), s = e ? i._week.dow : 0, a, o = [];
|
6706
6706
|
if (r != null)
|
6707
6707
|
return Ur(t, (r + s) % 7, n, "day");
|
6708
6708
|
for (a = 0; a < 7; a++)
|
@@ -6724,7 +6724,7 @@ function jd(e, t, r) {
|
|
6724
6724
|
function Vd(e, t, r) {
|
6725
6725
|
return xi(e, t, r, "weekdaysMin");
|
6726
6726
|
}
|
6727
|
-
|
6727
|
+
nt("en", {
|
6728
6728
|
eras: [
|
6729
6729
|
{
|
6730
6730
|
since: "0001-01-01",
|
@@ -6751,16 +6751,16 @@ rt("en", {
|
|
6751
6751
|
});
|
6752
6752
|
_.lang = ke(
|
6753
6753
|
"moment.lang is deprecated. Use moment.locale instead.",
|
6754
|
-
|
6754
|
+
nt
|
6755
6755
|
);
|
6756
6756
|
_.langData = ke(
|
6757
6757
|
"moment.langData is deprecated. Use moment.localeData instead.",
|
6758
|
-
|
6758
|
+
$e
|
6759
6759
|
);
|
6760
|
-
var
|
6760
|
+
var Ye = Math.abs;
|
6761
6761
|
function zd() {
|
6762
6762
|
var e = this._data;
|
6763
|
-
return this._milliseconds =
|
6763
|
+
return this._milliseconds = Ye(this._milliseconds), this._days = Ye(this._days), this._months = Ye(this._months), e.milliseconds = Ye(e.milliseconds), e.seconds = Ye(e.seconds), e.minutes = Ye(e.minutes), e.hours = Ye(e.hours), e.months = Ye(e.months), e.years = Ye(e.years), this;
|
6764
6764
|
}
|
6765
6765
|
function $a(e, t, r, n) {
|
6766
6766
|
var i = Fe(t, r);
|
@@ -6819,12 +6819,12 @@ function qd(e) {
|
|
6819
6819
|
function Jd() {
|
6820
6820
|
return this.isValid() ? this._milliseconds + this._days * 864e5 + this._months % 12 * 2592e6 + H(this._months / 12) * 31536e6 : NaN;
|
6821
6821
|
}
|
6822
|
-
function
|
6822
|
+
function Xe(e) {
|
6823
6823
|
return function() {
|
6824
6824
|
return this.as(e);
|
6825
6825
|
};
|
6826
6826
|
}
|
6827
|
-
var Qd =
|
6827
|
+
var Qd = Xe("ms"), Kd = Xe("s"), em = Xe("m"), tm = Xe("h"), rm = Xe("d"), nm = Xe("w"), im = Xe("M"), sm = Xe("Q"), am = Xe("y");
|
6828
6828
|
function om() {
|
6829
6829
|
return Fe(this);
|
6830
6830
|
}
|
@@ -6840,7 +6840,7 @@ var um = mt("milliseconds"), hm = mt("seconds"), fm = mt("minutes"), cm = mt("ho
|
|
6840
6840
|
function gm() {
|
6841
6841
|
return Ee(this.days() / 7);
|
6842
6842
|
}
|
6843
|
-
var
|
6843
|
+
var Ue = Math.round, Et = {
|
6844
6844
|
ss: 44,
|
6845
6845
|
// a few seconds to seconds
|
6846
6846
|
s: 45,
|
@@ -6860,11 +6860,11 @@ function _m(e, t, r, n, i) {
|
|
6860
6860
|
return i.relativeTime(t || 1, !!r, e, n);
|
6861
6861
|
}
|
6862
6862
|
function ym(e, t, r, n) {
|
6863
|
-
var i = Fe(e).abs(), s =
|
6863
|
+
var i = Fe(e).abs(), s = Ue(i.as("s")), a = Ue(i.as("m")), o = Ue(i.as("h")), l = Ue(i.as("d")), u = Ue(i.as("M")), f = Ue(i.as("w")), m = Ue(i.as("y")), p = s <= r.ss && ["s", s] || s < r.s && ["ss", s] || a <= 1 && ["m"] || a < r.m && ["mm", a] || o <= 1 && ["h"] || o < r.h && ["hh", o] || l <= 1 && ["d"] || l < r.d && ["dd", l];
|
6864
6864
|
return r.w != null && (p = p || f <= 1 && ["w"] || f < r.w && ["ww", f]), p = p || u <= 1 && ["M"] || u < r.M && ["MM", u] || m <= 1 && ["y"] || ["yy", m], p[2] = t, p[3] = +e > 0, p[4] = n, _m.apply(null, p);
|
6865
6865
|
}
|
6866
6866
|
function bm(e) {
|
6867
|
-
return e === void 0 ?
|
6867
|
+
return e === void 0 ? Ue : typeof e == "function" ? (Ue = e, !0) : !1;
|
6868
6868
|
}
|
6869
6869
|
function vm(e, t) {
|
6870
6870
|
return Et[e] === void 0 ? !1 : t === void 0 ? Et[e] : (Et[e] = t, e === "s" && (Et.ss = t - 1), !0);
|
@@ -6944,13 +6944,13 @@ _.utc = Ne;
|
|
6944
6944
|
_.unix = Bd;
|
6945
6945
|
_.months = Ud;
|
6946
6946
|
_.isDate = nr;
|
6947
|
-
_.locale =
|
6947
|
+
_.locale = nt;
|
6948
6948
|
_.invalid = Zr;
|
6949
6949
|
_.duration = Fe;
|
6950
6950
|
_.isMoment = De;
|
6951
6951
|
_.weekdays = Wd;
|
6952
6952
|
_.parseZone = Yd;
|
6953
|
-
_.localeData =
|
6953
|
+
_.localeData = $e;
|
6954
6954
|
_.isDuration = Pr;
|
6955
6955
|
_.monthsShort = Gd;
|
6956
6956
|
_.weekdaysMin = Vd;
|
@@ -7136,7 +7136,7 @@ function Tm(e) {
|
|
7136
7136
|
"style",
|
7137
7137
|
/*gameStyle*/
|
7138
7138
|
e[27]
|
7139
|
-
),
|
7139
|
+
), it(
|
7140
7140
|
r,
|
7141
7141
|
"FullsScreenLayout",
|
7142
7142
|
/*isFullscreen*/
|
@@ -7183,7 +7183,7 @@ function Tm(e) {
|
|
7183
7183
|
/*gameStyle*/
|
7184
7184
|
w[27]
|
7185
7185
|
), M[0] & /*isFullscreen*/
|
7186
|
-
2097152 &&
|
7186
|
+
2097152 && it(
|
7187
7187
|
r,
|
7188
7188
|
"FullsScreenLayout",
|
7189
7189
|
/*isFullscreen*/
|
@@ -7324,7 +7324,7 @@ function Fm(e) {
|
|
7324
7324
|
"style",
|
7325
7325
|
/*gameStyle*/
|
7326
7326
|
e[27]
|
7327
|
-
),
|
7327
|
+
), it(
|
7328
7328
|
r,
|
7329
7329
|
"FullsScreenLayout",
|
7330
7330
|
/*isFullscreen*/
|
@@ -7378,7 +7378,7 @@ function Fm(e) {
|
|
7378
7378
|
/*gameStyle*/
|
7379
7379
|
F[27]
|
7380
7380
|
), O[0] & /*isFullscreen*/
|
7381
|
-
2097152 &&
|
7381
|
+
2097152 && it(
|
7382
7382
|
r,
|
7383
7383
|
"FullsScreenLayout",
|
7384
7384
|
/*isFullscreen*/
|
@@ -7449,7 +7449,7 @@ function vs(e) {
|
|
7449
7449
|
), i;
|
7450
7450
|
return {
|
7451
7451
|
c() {
|
7452
|
-
t = b("div"), r = b("button"), i = q(n), c(r, "class", "Button"),
|
7452
|
+
t = b("div"), r = b("button"), i = q(n), c(r, "class", "Button"), it(
|
7453
7453
|
r,
|
7454
7454
|
"PanicButtonAnimation",
|
7455
7455
|
/*panicLoading*/
|
@@ -7463,7 +7463,7 @@ function vs(e) {
|
|
7463
7463
|
a[0] & /*$_*/
|
7464
7464
|
268435456 && n !== (n = /*$_*/
|
7465
7465
|
s[28]("breakButton") + "") && te(i, n), a[0] & /*panicLoading*/
|
7466
|
-
8192 &&
|
7466
|
+
8192 && it(
|
7467
7467
|
r,
|
7468
7468
|
"PanicButtonAnimation",
|
7469
7469
|
/*panicLoading*/
|
@@ -7838,7 +7838,7 @@ function Ss(e) {
|
|
7838
7838
|
t = b("div"), r = b("button"), i = q(n), c(r, "class", "PanicButton " + (fs(
|
7839
7839
|
/*userAgent*/
|
7840
7840
|
e[29]
|
7841
|
-
) !== "PC" ? "PanicButtonMobile" : "")),
|
7841
|
+
) !== "PC" ? "PanicButtonMobile" : "")), it(
|
7842
7842
|
r,
|
7843
7843
|
"PanicButtonAnimation",
|
7844
7844
|
/*panicLoading*/
|
@@ -7855,7 +7855,7 @@ function Ss(e) {
|
|
7855
7855
|
a[0] & /*$_*/
|
7856
7856
|
268435456 && n !== (n = /*$_*/
|
7857
7857
|
s[28]("breakButton") + "") && te(i, n), a[0] & /*panicLoading*/
|
7858
|
-
8192 &&
|
7858
|
+
8192 && it(
|
7859
7859
|
r,
|
7860
7860
|
"PanicButtonAnimation",
|
7861
7861
|
/*panicLoading*/
|
@@ -7899,7 +7899,7 @@ function Gm(e) {
|
|
7899
7899
|
function Wm(e, t, r) {
|
7900
7900
|
let n, i;
|
7901
7901
|
zo(e, dh, (h) => r(28, i = h));
|
7902
|
-
let { endpoint: s = "" } = t, { lang: a = "" } = t, { session: o = "" } = t, { userid: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: m = "" } = t, { favorites: p = "" } = t, { loginurl: S = "" } = t, { registerurl: E = "" } = t, { depositurl: v = "" } = t, { loginevent: D = "" } = t, { registerevent: W = "" } = t, { depositevent: N = "" } = t, { shortcashierenabled: T = "" } = t, { clockformat: B = "" } = t, { haspanicbutton: j = "false" } = t, { playforfun: k = "true" } = t, { checksession: w = "true" } = t, { integratedgameframedesktop: M = "false" } = t, { integratedgameframemobile: F = "false" } = t, { gameid: O = "" } = t, { mbsource: K } = t, an, At,
|
7902
|
+
let { endpoint: s = "" } = t, { lang: a = "" } = t, { session: o = "" } = t, { userid: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: m = "" } = t, { favorites: p = "" } = t, { loginurl: S = "" } = t, { registerurl: E = "" } = t, { depositurl: v = "" } = t, { loginevent: D = "" } = t, { registerevent: W = "" } = t, { depositevent: N = "" } = t, { shortcashierenabled: T = "" } = t, { clockformat: B = "" } = t, { haspanicbutton: j = "false" } = t, { playforfun: k = "true" } = t, { checksession: w = "true" } = t, { integratedgameframedesktop: M = "false" } = t, { integratedgameframemobile: F = "false" } = t, { gameid: O = "" } = t, { mbsource: K } = t, an, At, at = !1, ki = !1, Bt = !1, Mi = !1, ot = !0, Ce, V, or = !1, lr = 0, on, L, lt = !1, pt = !1, Ti = !1, Oi = !1, ur = !0, ge, he, Yt, Pe = !1, ln, hr, fr, cr, un, hn, ut = window.navigator.userAgent, dr = !1, qe = [], Je = [], Ae, Qe, Ut, fn = "false", mr = 0, Di = "", pr, Fi;
|
7903
7903
|
yh({ withLocale: "en", translations: {} });
|
7904
7904
|
const qa = () => {
|
7905
7905
|
fetch(m).then((I) => I.json()).then((I) => {
|
@@ -7915,12 +7915,12 @@ function Wm(e, t, r) {
|
|
7915
7915
|
});
|
7916
7916
|
const Pi = (h) => {
|
7917
7917
|
let I = new URL(h.launchUrl);
|
7918
|
-
return I.searchParams.append("language", a),
|
7918
|
+
return console.log("--- motherfuckerrr sdljqvdhj", Ce), I.searchParams.append("language", a), Ce && Ce.length > 0 && (console.log("--- motherfuckerrr", Ce), r(8, at = !0), I.searchParams.append("_sid", Ce), I.searchParams.append("funMode", "false")), h.launchUrl = I, h;
|
7919
7919
|
}, Ii = (h, I) => {
|
7920
7920
|
let z = new URL(`${s}/v1/casino/games/${h}`);
|
7921
7921
|
z.searchParams.append("language", a), z.searchParams.append("expand", "vendor"), ur = I, fetch(z.href).then(($) => $.json()).then(
|
7922
7922
|
($) => {
|
7923
|
-
r(14, L = Pi($[0])), r(12,
|
7923
|
+
r(14, L = Pi($[0])), r(12, ot = !1), L.launchUrl && (r(15, lt = Ni(L, L.hasFunMode)), r(10, Bt = !1));
|
7924
7924
|
},
|
7925
7925
|
($) => {
|
7926
7926
|
console.error("There was an error", $), r(11, Mi = !0);
|
@@ -7928,7 +7928,7 @@ function Wm(e, t, r) {
|
|
7928
7928
|
).then(() => {
|
7929
7929
|
ge && (ur ? pn() : mn());
|
7930
7930
|
}).finally(() => {
|
7931
|
-
r(12,
|
7931
|
+
r(12, ot = !1), Ja(o, l);
|
7932
7932
|
}), window.postMessage({ type: "RequestModalSize" }, window.location.href);
|
7933
7933
|
}, Li = () => {
|
7934
7934
|
V == null || V.addEventListener("mousedown", yr, !1), V == null || V.addEventListener("touchstart", yr, !1), V == null || V.addEventListener("mouseup", br, !1), V == null || V.addEventListener("touchend", br, !1);
|
@@ -7936,7 +7936,7 @@ function Wm(e, t, r) {
|
|
7936
7936
|
r(13, or = !1), V == null || V.removeEventListener("mousedown", yr), V == null || V.removeEventListener("touchstart", yr), V == null || V.removeEventListener("mouseup", br), V == null || V.removeEventListener("touchend", br);
|
7937
7937
|
}, cn = (h) => {
|
7938
7938
|
var I;
|
7939
|
-
switch (h.data.type) {
|
7939
|
+
switch (console.log(h.data), h.data.type) {
|
7940
7940
|
case "GameLaunchID":
|
7941
7941
|
Ii(h.data.gameId, !0);
|
7942
7942
|
break;
|
@@ -7957,13 +7957,13 @@ function Wm(e, t, r) {
|
|
7957
7957
|
)) : M === "false" && ((I = h.data) == null ? void 0 : I.closeIntegratedGameFrameDesktop) !== !0 && window.postMessage({ type: "DisableScroll" }, window.location.href);
|
7958
7958
|
break;
|
7959
7959
|
case "UserSessionID":
|
7960
|
-
if (h.data.session.length > 0) {
|
7961
|
-
|
7960
|
+
if (console.log("-hereeeeeeeee", h.data), h.data.session.length > 0) {
|
7961
|
+
Ce = h.data.session, h.data.userID, r(8, at = !0);
|
7962
7962
|
let z = setInterval(
|
7963
7963
|
() => {
|
7964
7964
|
if (L) {
|
7965
7965
|
let $ = new URL(L.launchUrl);
|
7966
|
-
$.searchParams.get("_sid") || $.searchParams.append("_sid",
|
7966
|
+
$.searchParams.get("_sid") || $.searchParams.append("_sid", Ce), $.searchParams.get("funMode") || $.searchParams.append("funMode", !1), $.searchParams.get("_sid") || $.searchParams.append("language", a), r(14, L.launchUrl = $, L), clearInterval(z);
|
7967
7967
|
}
|
7968
7968
|
},
|
7969
7969
|
250
|
@@ -7976,25 +7976,25 @@ function Wm(e, t, r) {
|
|
7976
7976
|
}
|
7977
7977
|
}, Ja = (h, I) => {
|
7978
7978
|
let z = `${s}/v1/player/${I}/favorites/`;
|
7979
|
-
r(12,
|
7979
|
+
r(12, ot = !0);
|
7980
7980
|
let $ = {
|
7981
7981
|
method: "GET",
|
7982
7982
|
headers: { "X-SessionID": h }
|
7983
7983
|
};
|
7984
|
-
return new Promise((we,
|
7985
|
-
fetch(z, $).then((
|
7986
|
-
r(12,
|
7987
|
-
|
7988
|
-
})) :
|
7989
|
-
}).catch((
|
7990
|
-
console.error(
|
7984
|
+
return new Promise((we, Be) => {
|
7985
|
+
fetch(z, $).then((Ke) => Ke.json()).then((Ke) => {
|
7986
|
+
r(12, ot = !1), qe = Ke.items, qe ? (L && L.id && r(15, lt = gr(L.id)), r(10, Bt = !1), qe.forEach((vr) => {
|
7987
|
+
Je.includes(vr.id) || Je.push(vr.id);
|
7988
|
+
})) : qe = [], we(qe);
|
7989
|
+
}).catch((Ke) => {
|
7990
|
+
console.error(Ke), Be(Ke);
|
7991
7991
|
});
|
7992
7992
|
});
|
7993
7993
|
}, dn = (h) => {
|
7994
7994
|
lt ? Ka(`${s}/v1/player/${l}/favorites`, o, L.id) : Qa(`${s}/v1/player/${l}/favorites`, o, L);
|
7995
7995
|
};
|
7996
7996
|
let Qa = (h, I, z) => bn(this, null, function* () {
|
7997
|
-
|
7997
|
+
Je.includes(z.id) || Je.push(z.id);
|
7998
7998
|
let we = {
|
7999
7999
|
method: "POST",
|
8000
8000
|
headers: {
|
@@ -8002,16 +8002,16 @@ function Wm(e, t, r) {
|
|
8002
8002
|
"Content-Type": "application/json",
|
8003
8003
|
Accept: "application/json"
|
8004
8004
|
},
|
8005
|
-
body: JSON.stringify({ items:
|
8005
|
+
body: JSON.stringify({ items: Je })
|
8006
8006
|
};
|
8007
|
-
fetch(h, we).then((
|
8007
|
+
fetch(h, we).then((Be) => Be.json()).then((Be) => {
|
8008
8008
|
window.postMessage({ type: `AddFavoriteThumbnail_${z.id}` }, window.location.href), window.postMessage({
|
8009
8009
|
type: "UpdateFavoredList",
|
8010
8010
|
url: h,
|
8011
8011
|
sessionID: I
|
8012
|
-
}),
|
8013
|
-
}).catch((
|
8014
|
-
console.error("Err",
|
8012
|
+
}), Be.items && (qe = Be.items), r(15, lt = gr(z.id));
|
8013
|
+
}).catch((Be) => {
|
8014
|
+
console.error("Err", Be);
|
8015
8015
|
});
|
8016
8016
|
});
|
8017
8017
|
const Ka = (h, I, z) => {
|
@@ -8029,21 +8029,21 @@ function Wm(e, t, r) {
|
|
8029
8029
|
type: "UpdateFavoredList",
|
8030
8030
|
url: h,
|
8031
8031
|
sessionID: I
|
8032
|
-
}), we.items && (
|
8033
|
-
}),
|
8034
|
-
}, gr = (h) =>
|
8032
|
+
}), we.items && (qe = we.items), r(15, lt = gr(L.id));
|
8033
|
+
}), Je.includes(z) && (Je = Je.filter((we) => we != z));
|
8034
|
+
}, gr = (h) => qe.findIndex((I) => I.id == h) !== -1, Ni = (h, I) => (r(18, Oi = k == "true" ? h.hasAnonymousFunMode : !1), r(17, Ti = k == "true" ? I : !1), r(16, pt = !0), gr(h.id)), eo = (h, I) => {
|
8035
8035
|
let z = new URL(`${s}/v1/casino/games/${h}`);
|
8036
8036
|
z.searchParams.append("language", a), fetch(z.href).then(($) => $.json()).then(($) => {
|
8037
|
-
r(14, L = Pi($[0])), r(12,
|
8037
|
+
r(14, L = Pi($[0])), r(12, ot = !1), L.launchUrl && (r(15, lt = Ni(L, I)), r(10, Bt = !1));
|
8038
8038
|
}).finally(() => {
|
8039
|
-
r(12,
|
8039
|
+
r(12, ot = !1);
|
8040
8040
|
});
|
8041
8041
|
}, to = () => {
|
8042
8042
|
if (Pe)
|
8043
8043
|
return;
|
8044
8044
|
const h = ($, we) => {
|
8045
|
-
const
|
8046
|
-
pr || (pr = Bo * Math.max(
|
8045
|
+
const Ke = $[0].intersectionRatio, vr = $[0].isIntersecting, Bo = parseInt(getComputedStyle(ge).height);
|
8046
|
+
pr || (pr = Bo * Math.max(Ke, 0.5)), r(3, ge.style.height = `${pr}px`, ge), r(19, he.style.height = `${pr}px`, he), vr && r(20, Yt.style.height = `${ge.style.height}px`, Yt), we.unobserve(ge);
|
8047
8047
|
}, I = { threshold: 0 };
|
8048
8048
|
new IntersectionObserver(h, I).observe(ge);
|
8049
8049
|
}, mn = () => {
|
@@ -8051,7 +8051,7 @@ function Wm(e, t, r) {
|
|
8051
8051
|
}, pn = () => {
|
8052
8052
|
var z;
|
8053
8053
|
let h = getComputedStyle(ge);
|
8054
|
-
getComputedStyle(he), parseInt(h.width.slice(0, -2)), parseInt(h.height.slice(0, -2)), r(26, mr = ((z =
|
8054
|
+
getComputedStyle(he), parseInt(h.width.slice(0, -2)), parseInt(h.height.slice(0, -2)), r(26, mr = ((z = Qe == null ? void 0 : Qe.getBoundingClientRect()) == null ? void 0 : z.height) || 100);
|
8055
8055
|
const I = L.width / (L.height + mr);
|
8056
8056
|
fr = parseInt(L.width) * I, cr = parseInt(L.height) + mr, un = fr ? `${Math.floor(fr)}px` : "1280px", hn = cr ? `${Math.floor(cr)}px` : "720px", io();
|
8057
8057
|
}, gn = (h) => {
|
@@ -8108,12 +8108,12 @@ function Wm(e, t, r) {
|
|
8108
8108
|
}, Ai = () => {
|
8109
8109
|
w == "true" ? mh(s, o).then(
|
8110
8110
|
(h) => {
|
8111
|
-
|
8111
|
+
Ce = h.Guid, h.UserID, r(8, at = !0);
|
8112
8112
|
},
|
8113
8113
|
(h) => {
|
8114
|
-
r(8,
|
8114
|
+
r(8, at = !1), console.error("err on session", h);
|
8115
8115
|
}
|
8116
|
-
) : (
|
8116
|
+
) : (Ce = o, r(8, at = !0));
|
8117
8117
|
}, yr = (h) => {
|
8118
8118
|
lr = 0, on = setInterval(
|
8119
8119
|
() => {
|
@@ -8130,7 +8130,7 @@ function Wm(e, t, r) {
|
|
8130
8130
|
document.fullscreenElement || mn();
|
8131
8131
|
};
|
8132
8132
|
Qo(() => {
|
8133
|
-
r(9, ki = (o || l) && !
|
8133
|
+
r(9, ki = (o || l) && !at);
|
8134
8134
|
}), Ko(() => (window.addEventListener("resize", Ci, !1), window.addEventListener("message", cn, !1), document.addEventListener("fullscreenchange", Bi), () => {
|
8135
8135
|
Hi(), window.emMessageBus && Fi && Fi.unsubscribe(), window.removeEventListener("resize", Ci), window.removeEventListener("message", cn), document.removeEventListener("fullscreenchange", Bi);
|
8136
8136
|
}));
|
@@ -8166,7 +8166,7 @@ function Wm(e, t, r) {
|
|
8166
8166
|
const wo = () => gt(), So = () => gt();
|
8167
8167
|
function Eo(h) {
|
8168
8168
|
fe[h ? "unshift" : "push"](() => {
|
8169
|
-
|
8169
|
+
Qe = h, r(24, Qe);
|
8170
8170
|
});
|
8171
8171
|
}
|
8172
8172
|
function xo(h) {
|
@@ -8193,7 +8193,7 @@ function Wm(e, t, r) {
|
|
8193
8193
|
const Fo = () => gt(), Po = () => gt();
|
8194
8194
|
function Io(h) {
|
8195
8195
|
fe[h ? "unshift" : "push"](() => {
|
8196
|
-
|
8196
|
+
Qe = h, r(24, Qe);
|
8197
8197
|
});
|
8198
8198
|
}
|
8199
8199
|
function Lo(h) {
|
@@ -8214,7 +8214,7 @@ function Wm(e, t, r) {
|
|
8214
8214
|
}
|
8215
8215
|
function Ao(h) {
|
8216
8216
|
fe[h ? "unshift" : "push"](() => {
|
8217
|
-
|
8217
|
+
Ae = h, r(5, Ae);
|
8218
8218
|
});
|
8219
8219
|
}
|
8220
8220
|
return e.$$set = (h) => {
|
@@ -8229,11 +8229,11 @@ function Wm(e, t, r) {
|
|
8229
8229
|
2048 && m && qa(), e.$$.dirty[0] & /*favorites*/
|
8230
8230
|
1 && p && so(), e.$$.dirty[0] & /*customStylingContainer*/
|
8231
8231
|
32 | e.$$.dirty[1] & /*clientstyling*/
|
8232
|
-
512 && u &&
|
8232
|
+
512 && u && Ae && ph(Ae, u), e.$$.dirty[0] & /*customStylingContainer*/
|
8233
8233
|
32 | e.$$.dirty[1] & /*clientstylingurl*/
|
8234
|
-
1024 && f &&
|
8234
|
+
1024 && f && Ae && gh(Ae, f), e.$$.dirty[0] & /*customStylingContainer*/
|
8235
8235
|
32 | e.$$.dirty[1] & /*mbsource*/
|
8236
|
-
33554432 && K &&
|
8236
|
+
33554432 && K && Ae && _h(Ae, `${K}.Style`), e.$$.dirty[0] & /*panicButton*/
|
8237
8237
|
4 | e.$$.dirty[1] & /*showModal*/
|
8238
8238
|
67108864 && fn == "true" && V && Li(), e.$$.dirty[0] & /*panicButton*/
|
8239
8239
|
4 && V && Li(), e.$$.dirty[0] & /*gameFrameContainer, modalFrameHeight*/
|
@@ -8244,14 +8244,14 @@ function Wm(e, t, r) {
|
|
8244
8244
|
V,
|
8245
8245
|
ge,
|
8246
8246
|
hr,
|
8247
|
-
|
8247
|
+
Ae,
|
8248
8248
|
an,
|
8249
8249
|
At,
|
8250
|
-
|
8250
|
+
at,
|
8251
8251
|
ki,
|
8252
8252
|
Bt,
|
8253
8253
|
Mi,
|
8254
|
-
|
8254
|
+
ot,
|
8255
8255
|
or,
|
8256
8256
|
L,
|
8257
8257
|
lt,
|
@@ -8263,7 +8263,7 @@ function Wm(e, t, r) {
|
|
8263
8263
|
Pe,
|
8264
8264
|
ln,
|
8265
8265
|
dr,
|
8266
|
-
|
8266
|
+
Qe,
|
8267
8267
|
Ut,
|
8268
8268
|
mr,
|
8269
8269
|
Di,
|