@everymatrix/casino-my-games 1.58.1 → 1.59.1
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/{CasinoFavoritesSection-VGZXmQoJ.js → CasinoFavoritesSection-CEtAVuos.js} +143 -139
- package/components/{CasinoFavoritesSection-xs6CB--g.js → CasinoFavoritesSection-DCZIGeMC.js} +147 -143
- package/components/{CasinoFavoritesSection-cQ2QdAEz.cjs → CasinoFavoritesSection-Dc44Xjgd.cjs} +3 -3
- package/components/{CasinoFilter-bmnehLwZ.js → CasinoFilter-BCOoGCst.js} +3 -3
- package/components/{CasinoFilter-CM_hmPaR.cjs → CasinoFilter-D4sHNd-k.cjs} +2 -2
- package/components/{CasinoFilter-DkPoi43o.js → CasinoFilter-FR2j_0qW.js} +3 -3
- package/components/{CasinoGameThumbnail-DXDDwA--.js → CasinoGameThumbnail-BS5H_F6a.js} +1450 -1434
- package/components/CasinoGameThumbnail-CKYRm-TU.cjs +47 -0
- package/components/{CasinoGameThumbnail-D3uCidn9.js → CasinoGameThumbnail-MTHNr1VP.js} +1517 -1501
- package/components/{CasinoGamesCategorySection-BbMPDI1O.js → CasinoGamesCategorySection-BIe5htrk.js} +328 -323
- package/components/{CasinoGamesCategorySection-DoaruoW4.cjs → CasinoGamesCategorySection-CUssOb8o.cjs} +1 -1
- package/components/{CasinoGamesCategorySection-dxSy4KIJ.js → CasinoGamesCategorySection-MBg2lQfe.js} +297 -292
- package/components/{CasinoLastPlayedSection-CjoY4D-6.cjs → CasinoLastPlayedSection-D7gOhZ25.cjs} +1 -1
- package/components/{CasinoLastPlayedSection-Cm6YIE4g.js → CasinoLastPlayedSection-DaMfEGKB.js} +12 -12
- package/components/{CasinoLastPlayedSection-D_qb-xMq.js → CasinoLastPlayedSection-DmnCtWIk.js} +12 -12
- package/components/{CasinoMostPlayedSection-CLtKYO0V.cjs → CasinoMostPlayedSection-Cs4VK9jJ.cjs} +1 -1
- package/components/{CasinoMostPlayedSection-x7768nTe.js → CasinoMostPlayedSection-F00FlW06.js} +8 -8
- package/components/{CasinoMostPlayedSection-RzQHUnIH.js → CasinoMostPlayedSection-NKO-t0R2.js} +8 -8
- package/components/{CasinoMyGames-DwgOJP5P.cjs → CasinoMyGames-C3cjwpVm.cjs} +1 -1
- package/components/{CasinoMyGames-e16YWqeC.js → CasinoMyGames-CV85O67m.js} +19 -19
- package/components/{CasinoMyGames-BDEQfLwt.js → CasinoMyGames-D7E6KfQt.js} +20 -20
- package/components/{CasinoSort-BmpySokn.js → CasinoSort-CEpFhJP-.js} +1 -1
- package/components/{CasinoSort-U7s4_Vcv.js → CasinoSort-CMBL7FdY.js} +1 -1
- package/components/{CasinoSort-BlQ48TmE.cjs → CasinoSort-wlwN0pga.cjs} +1 -1
- package/es2015/casino-my-games.cjs +1 -1
- package/es2015/casino-my-games.js +1 -1
- package/esnext/casino-my-games.js +1 -1
- package/package.json +1 -1
- package/stencil/app-globals-0f993ce5-D-kw1sls.js +5 -0
- package/stencil/app-globals-0f993ce5-sCt45RkC.cjs +1 -0
- package/stencil/index-ae04a8b1-BxaX26xW.js +516 -0
- package/stencil/index-ae04a8b1-D7qYBP-T.js +532 -0
- package/stencil/index-ae04a8b1-Dk7mk6oB.cjs +1 -0
- package/stencil/ui-skeleton-DFpfaKvi.js +11 -0
- package/stencil/ui-skeleton-IHMCRYEX.cjs +1 -0
- package/stencil/ui-skeleton-UUT_AJxa.js +29 -0
- package/stencil/ui-skeleton-a642cced-5nW6b8_l.cjs +1 -0
- package/stencil/ui-skeleton-a642cced-BNXFvvk_.js +122 -0
- package/stencil/ui-skeleton-a642cced-DdY2eEM0.js +122 -0
- package/components/CasinoGameThumbnail-BJuIg5Qg.cjs +0 -47
package/components/{CasinoFavoritesSection-VGZXmQoJ.js → CasinoFavoritesSection-CEtAVuos.js}
RENAMED
|
@@ -9,7 +9,7 @@ function De() {
|
|
|
9
9
|
function X(e) {
|
|
10
10
|
e.forEach(tt);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function le(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
15
|
function rt(e, t) {
|
|
@@ -34,6 +34,9 @@ function nt(e, ...t) {
|
|
|
34
34
|
function qn(e, t, r) {
|
|
35
35
|
e.$$.on_destroy.push(nt(t, r));
|
|
36
36
|
}
|
|
37
|
+
function Jn(e) {
|
|
38
|
+
return e && le(e.destroy) ? e.destroy : N;
|
|
39
|
+
}
|
|
37
40
|
function Ct(e, t) {
|
|
38
41
|
e.appendChild(t);
|
|
39
42
|
}
|
|
@@ -61,13 +64,13 @@ function $t(e, t) {
|
|
|
61
64
|
t
|
|
62
65
|
), t.sheet;
|
|
63
66
|
}
|
|
64
|
-
function
|
|
67
|
+
function fe(e, t, r) {
|
|
65
68
|
e.insertBefore(t, r || null);
|
|
66
69
|
}
|
|
67
70
|
function ee(e) {
|
|
68
71
|
e.parentNode && e.parentNode.removeChild(e);
|
|
69
72
|
}
|
|
70
|
-
function
|
|
73
|
+
function Yn(e, t) {
|
|
71
74
|
for (let r = 0; r < e.length; r += 1)
|
|
72
75
|
e[r] && e[r].d(t);
|
|
73
76
|
}
|
|
@@ -80,13 +83,13 @@ function Ut(e) {
|
|
|
80
83
|
function it(e) {
|
|
81
84
|
return document.createTextNode(e);
|
|
82
85
|
}
|
|
83
|
-
function
|
|
86
|
+
function Kn() {
|
|
84
87
|
return it(" ");
|
|
85
88
|
}
|
|
86
|
-
function
|
|
89
|
+
function ei() {
|
|
87
90
|
return it("");
|
|
88
91
|
}
|
|
89
|
-
function
|
|
92
|
+
function ti(e, t, r, n) {
|
|
90
93
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
91
94
|
}
|
|
92
95
|
function Re(e, t, r) {
|
|
@@ -99,17 +102,17 @@ function g(e, t, r) {
|
|
|
99
102
|
function Dt(e) {
|
|
100
103
|
return Array.from(e.childNodes);
|
|
101
104
|
}
|
|
102
|
-
function
|
|
105
|
+
function ri(e, t) {
|
|
103
106
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
104
107
|
t);
|
|
105
108
|
}
|
|
106
|
-
function
|
|
109
|
+
function ni(e, t) {
|
|
107
110
|
e.value = t ?? "";
|
|
108
111
|
}
|
|
109
|
-
function
|
|
112
|
+
function ii(e, t, r) {
|
|
110
113
|
e.classList.toggle(t, !!r);
|
|
111
114
|
}
|
|
112
|
-
class
|
|
115
|
+
class si {
|
|
113
116
|
/**
|
|
114
117
|
* @private
|
|
115
118
|
* @default false
|
|
@@ -164,7 +167,7 @@ class ii {
|
|
|
164
167
|
* @returns {void} */
|
|
165
168
|
i(t) {
|
|
166
169
|
for (let r = 0; r < this.n.length; r += 1)
|
|
167
|
-
|
|
170
|
+
fe(this.t, this.n[r], t);
|
|
168
171
|
}
|
|
169
172
|
/**
|
|
170
173
|
* @param {string} html
|
|
@@ -200,20 +203,20 @@ function Ft() {
|
|
|
200
203
|
function jt(e) {
|
|
201
204
|
Ft().$$.on_mount.push(e);
|
|
202
205
|
}
|
|
203
|
-
const D = [],
|
|
206
|
+
const D = [], Te = [];
|
|
204
207
|
let G = [];
|
|
205
208
|
const Ge = [], st = /* @__PURE__ */ Promise.resolve();
|
|
206
|
-
let
|
|
209
|
+
let Se = !1;
|
|
207
210
|
function at() {
|
|
208
|
-
|
|
211
|
+
Se || (Se = !0, st.then(H));
|
|
209
212
|
}
|
|
210
|
-
function
|
|
213
|
+
function ai() {
|
|
211
214
|
return at(), st;
|
|
212
215
|
}
|
|
213
|
-
function
|
|
216
|
+
function Be(e) {
|
|
214
217
|
G.push(e);
|
|
215
218
|
}
|
|
216
|
-
const
|
|
219
|
+
const pe = /* @__PURE__ */ new Set();
|
|
217
220
|
let $ = 0;
|
|
218
221
|
function H() {
|
|
219
222
|
if ($ !== 0)
|
|
@@ -228,23 +231,23 @@ function H() {
|
|
|
228
231
|
} catch (t) {
|
|
229
232
|
throw D.length = 0, $ = 0, t;
|
|
230
233
|
}
|
|
231
|
-
for (q(null), D.length = 0, $ = 0;
|
|
232
|
-
|
|
234
|
+
for (q(null), D.length = 0, $ = 0; Te.length; )
|
|
235
|
+
Te.pop()();
|
|
233
236
|
for (let t = 0; t < G.length; t += 1) {
|
|
234
237
|
const r = G[t];
|
|
235
|
-
|
|
238
|
+
pe.has(r) || (pe.add(r), r());
|
|
236
239
|
}
|
|
237
240
|
G.length = 0;
|
|
238
241
|
} while (D.length);
|
|
239
242
|
for (; Ge.length; )
|
|
240
243
|
Ge.pop()();
|
|
241
|
-
|
|
244
|
+
Se = !1, pe.clear(), q(e);
|
|
242
245
|
}
|
|
243
246
|
function kt(e) {
|
|
244
247
|
if (e.fragment !== null) {
|
|
245
248
|
e.update(), X(e.before_update);
|
|
246
249
|
const t = e.dirty;
|
|
247
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
250
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Be);
|
|
248
251
|
}
|
|
249
252
|
}
|
|
250
253
|
function Vt(e) {
|
|
@@ -255,13 +258,13 @@ const Xt = /* @__PURE__ */ new Set();
|
|
|
255
258
|
function ot(e, t) {
|
|
256
259
|
e && e.i && (Xt.delete(e), e.i(t));
|
|
257
260
|
}
|
|
258
|
-
function
|
|
261
|
+
function oi(e) {
|
|
259
262
|
return e?.length !== void 0 ? e : Array.from(e);
|
|
260
263
|
}
|
|
261
|
-
function
|
|
264
|
+
function ui(e, t) {
|
|
262
265
|
e.d(1), t.delete(e.key);
|
|
263
266
|
}
|
|
264
|
-
function
|
|
267
|
+
function hi(e, t, r, n, i, s, a, o, l, u, h, m) {
|
|
265
268
|
let f = e.length, b = s.length, y = f;
|
|
266
269
|
const _ = {};
|
|
267
270
|
for (; y--; )
|
|
@@ -290,10 +293,10 @@ function ui(e, t, r, n, i, s, a, o, l, u, h, m) {
|
|
|
290
293
|
}
|
|
291
294
|
function zt(e, t, r) {
|
|
292
295
|
const { fragment: n, after_update: i } = e.$$;
|
|
293
|
-
n && n.m(t, r),
|
|
294
|
-
const s = e.$$.on_mount.map(tt).filter(
|
|
296
|
+
n && n.m(t, r), Be(() => {
|
|
297
|
+
const s = e.$$.on_mount.map(tt).filter(le);
|
|
295
298
|
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : X(s), e.$$.on_mount = [];
|
|
296
|
-
}), i.forEach(
|
|
299
|
+
}), i.forEach(Be);
|
|
297
300
|
}
|
|
298
301
|
function Wt(e, t) {
|
|
299
302
|
const r = e.$$;
|
|
@@ -391,7 +394,7 @@ typeof HTMLElement == "function" && (ut = class extends HTMLElement {
|
|
|
391
394
|
* @param {HTMLElement} [anchor]
|
|
392
395
|
*/
|
|
393
396
|
m: function(l, u) {
|
|
394
|
-
|
|
397
|
+
fe(l, s, u);
|
|
395
398
|
},
|
|
396
399
|
d: function(l) {
|
|
397
400
|
l && ee(s);
|
|
@@ -545,7 +548,7 @@ class Jt {
|
|
|
545
548
|
* @returns {() => void}
|
|
546
549
|
*/
|
|
547
550
|
$on(t, r) {
|
|
548
|
-
if (!
|
|
551
|
+
if (!le(r))
|
|
549
552
|
return N;
|
|
550
553
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
551
554
|
return n.push(r), () => {
|
|
@@ -577,18 +580,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
577
580
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
578
581
|
PERFORMANCE OF THIS SOFTWARE.
|
|
579
582
|
***************************************************************************** */
|
|
580
|
-
var
|
|
581
|
-
return
|
|
583
|
+
var Ae = function(e, t) {
|
|
584
|
+
return Ae = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
582
585
|
r.__proto__ = n;
|
|
583
586
|
} || function(r, n) {
|
|
584
587
|
for (var i in n)
|
|
585
588
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
586
|
-
},
|
|
589
|
+
}, Ae(e, t);
|
|
587
590
|
};
|
|
588
|
-
function
|
|
591
|
+
function ce(e, t) {
|
|
589
592
|
if (typeof t != "function" && t !== null)
|
|
590
593
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
591
|
-
|
|
594
|
+
Ae(e, t);
|
|
592
595
|
function r() {
|
|
593
596
|
this.constructor = e;
|
|
594
597
|
}
|
|
@@ -613,7 +616,7 @@ function Kt(e, t) {
|
|
|
613
616
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
614
617
|
return r;
|
|
615
618
|
}
|
|
616
|
-
function
|
|
619
|
+
function li(e) {
|
|
617
620
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
618
621
|
if (r)
|
|
619
622
|
return r.call(e);
|
|
@@ -625,7 +628,7 @@ function hi(e) {
|
|
|
625
628
|
};
|
|
626
629
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
627
630
|
}
|
|
628
|
-
function
|
|
631
|
+
function fi(e, t) {
|
|
629
632
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
630
633
|
if (!r)
|
|
631
634
|
return e;
|
|
@@ -645,7 +648,7 @@ function li(e, t) {
|
|
|
645
648
|
}
|
|
646
649
|
return s;
|
|
647
650
|
}
|
|
648
|
-
function
|
|
651
|
+
function ye(e, t, r) {
|
|
649
652
|
if (r || arguments.length === 2)
|
|
650
653
|
for (var n = 0, i = t.length, s; n < i; n++)
|
|
651
654
|
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
@@ -654,10 +657,10 @@ function pe(e, t, r) {
|
|
|
654
657
|
const U = [];
|
|
655
658
|
function er(e, t) {
|
|
656
659
|
return {
|
|
657
|
-
subscribe:
|
|
660
|
+
subscribe: me(e, t).subscribe
|
|
658
661
|
};
|
|
659
662
|
}
|
|
660
|
-
function
|
|
663
|
+
function me(e, t = N) {
|
|
661
664
|
let r;
|
|
662
665
|
const n = /* @__PURE__ */ new Set();
|
|
663
666
|
function i(o) {
|
|
@@ -697,7 +700,7 @@ function z(e, t, r) {
|
|
|
697
700
|
return;
|
|
698
701
|
m();
|
|
699
702
|
const y = t(n ? u[0] : u, a, o);
|
|
700
|
-
s ? a(y) : m =
|
|
703
|
+
s ? a(y) : m = le(y) ? y : N;
|
|
701
704
|
}, b = i.map(
|
|
702
705
|
(y, _) => nt(
|
|
703
706
|
y,
|
|
@@ -788,7 +791,7 @@ F.all = function(t, r) {
|
|
|
788
791
|
};
|
|
789
792
|
var gr = F, dr = gr;
|
|
790
793
|
const br = /* @__PURE__ */ tr(dr);
|
|
791
|
-
function
|
|
794
|
+
function Ee(e, t) {
|
|
792
795
|
var r = t && t.cache ? t.cache : Hr, n = t && t.serializer ? t.serializer : _r, i = t && t.strategy ? t.strategy : Er;
|
|
793
796
|
return i(e, {
|
|
794
797
|
cache: r,
|
|
@@ -834,7 +837,7 @@ var _r = function() {
|
|
|
834
837
|
create: function() {
|
|
835
838
|
return new xr();
|
|
836
839
|
}
|
|
837
|
-
},
|
|
840
|
+
}, ve = {
|
|
838
841
|
variadic: vr
|
|
839
842
|
}, d;
|
|
840
843
|
(function(e) {
|
|
@@ -878,7 +881,7 @@ function pt(e) {
|
|
|
878
881
|
function yt(e) {
|
|
879
882
|
return !!(e && typeof e == "object" && e.type === j.number);
|
|
880
883
|
}
|
|
881
|
-
function
|
|
884
|
+
function we(e) {
|
|
882
885
|
return !!(e && typeof e == "object" && e.type === j.dateTime);
|
|
883
886
|
}
|
|
884
887
|
var Et = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Br = /(?:[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;
|
|
@@ -2637,18 +2640,18 @@ function Mr(e) {
|
|
|
2637
2640
|
var i = ie[n || ""] || ie[r || ""] || ie["".concat(r, "-001")] || ie["001"];
|
|
2638
2641
|
return i[0];
|
|
2639
2642
|
}
|
|
2640
|
-
var
|
|
2643
|
+
var _e, Rr = new RegExp("^".concat(Et.source, "*")), $r = new RegExp("".concat(Et.source, "*$"));
|
|
2641
2644
|
function p(e, t) {
|
|
2642
2645
|
return { start: e, end: t };
|
|
2643
2646
|
}
|
|
2644
2647
|
var Ur = !!String.prototype.startsWith && "_a".startsWith("a", 1), Dr = !!String.fromCodePoint, Gr = !!Object.fromEntries, Fr = !!String.prototype.codePointAt, jr = !!String.prototype.trimStart, kr = !!String.prototype.trimEnd, Vr = !!Number.isSafeInteger, Xr = Vr ? Number.isSafeInteger : function(e) {
|
|
2645
2648
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2646
|
-
},
|
|
2649
|
+
}, Pe = !0;
|
|
2647
2650
|
try {
|
|
2648
2651
|
var zr = Tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2649
|
-
|
|
2652
|
+
Pe = ((_e = zr.exec("a")) === null || _e === void 0 ? void 0 : _e[0]) === "a";
|
|
2650
2653
|
} catch {
|
|
2651
|
-
|
|
2654
|
+
Pe = !1;
|
|
2652
2655
|
}
|
|
2653
2656
|
var ze = Ur ? (
|
|
2654
2657
|
// Native
|
|
@@ -2660,7 +2663,7 @@ var ze = Ur ? (
|
|
|
2660
2663
|
function(t, r, n) {
|
|
2661
2664
|
return t.slice(n, n + r.length) === r;
|
|
2662
2665
|
}
|
|
2663
|
-
),
|
|
2666
|
+
), Ne = Dr ? String.fromCodePoint : (
|
|
2664
2667
|
// IE11
|
|
2665
2668
|
function() {
|
|
2666
2669
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2722,24 +2725,24 @@ var ze = Ur ? (
|
|
|
2722
2725
|
function Tt(e, t) {
|
|
2723
2726
|
return new RegExp(e, t);
|
|
2724
2727
|
}
|
|
2725
|
-
var
|
|
2726
|
-
if (
|
|
2728
|
+
var Oe;
|
|
2729
|
+
if (Pe) {
|
|
2727
2730
|
var Ze = Tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2728
|
-
|
|
2731
|
+
Oe = function(t, r) {
|
|
2729
2732
|
var n;
|
|
2730
2733
|
Ze.lastIndex = r;
|
|
2731
2734
|
var i = Ze.exec(t);
|
|
2732
2735
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
2733
2736
|
};
|
|
2734
2737
|
} else
|
|
2735
|
-
|
|
2738
|
+
Oe = function(t, r) {
|
|
2736
2739
|
for (var n = []; ; ) {
|
|
2737
2740
|
var i = Ht(t, r);
|
|
2738
2741
|
if (i === void 0 || St(i) || Yr(i))
|
|
2739
2742
|
break;
|
|
2740
2743
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
2741
2744
|
}
|
|
2742
|
-
return
|
|
2745
|
+
return Ne.apply(void 0, n);
|
|
2743
2746
|
};
|
|
2744
2747
|
var Qr = (
|
|
2745
2748
|
/** @class */
|
|
@@ -2772,7 +2775,7 @@ var Qr = (
|
|
|
2772
2775
|
if (n)
|
|
2773
2776
|
break;
|
|
2774
2777
|
return this.error(d.UNMATCHED_CLOSING_TAG, p(this.clonePosition(), this.clonePosition()));
|
|
2775
|
-
} else if (s === 60 && !this.ignoreTag &&
|
|
2778
|
+
} else if (s === 60 && !this.ignoreTag && Ie(this.peek() || 0)) {
|
|
2776
2779
|
var a = this.parseTag(t, r);
|
|
2777
2780
|
if (a.err)
|
|
2778
2781
|
return a;
|
|
@@ -2805,7 +2808,7 @@ var Qr = (
|
|
|
2805
2808
|
return s;
|
|
2806
2809
|
var a = s.val, o = this.clonePosition();
|
|
2807
2810
|
if (this.bumpIf("</")) {
|
|
2808
|
-
if (this.isEOF() || !
|
|
2811
|
+
if (this.isEOF() || !Ie(this.char()))
|
|
2809
2812
|
return this.error(d.INVALID_TAG, p(o, this.clonePosition()));
|
|
2810
2813
|
var l = this.clonePosition(), u = this.parseTagName();
|
|
2811
2814
|
return i !== u ? this.error(d.UNMATCHED_CLOSING_TAG, p(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
@@ -2886,12 +2889,12 @@ var Qr = (
|
|
|
2886
2889
|
r.push(n);
|
|
2887
2890
|
this.bump();
|
|
2888
2891
|
}
|
|
2889
|
-
return
|
|
2892
|
+
return Ne.apply(void 0, r);
|
|
2890
2893
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
2891
2894
|
if (this.isEOF())
|
|
2892
2895
|
return null;
|
|
2893
2896
|
var n = this.char();
|
|
2894
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
2897
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ne(n));
|
|
2895
2898
|
}, e.prototype.parseArgument = function(t, r) {
|
|
2896
2899
|
var n = this.clonePosition();
|
|
2897
2900
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -2920,7 +2923,7 @@ var Qr = (
|
|
|
2920
2923
|
return this.error(d.MALFORMED_ARGUMENT, p(n, this.clonePosition()));
|
|
2921
2924
|
}
|
|
2922
2925
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
2923
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
2926
|
+
var t = this.clonePosition(), r = this.offset(), n = Oe(this.message, r), i = r + n.length;
|
|
2924
2927
|
this.bumpTo(i);
|
|
2925
2928
|
var s = this.clonePosition(), a = p(t, s);
|
|
2926
2929
|
return { value: n, location: a };
|
|
@@ -3194,11 +3197,11 @@ var Qr = (
|
|
|
3194
3197
|
}, e;
|
|
3195
3198
|
}()
|
|
3196
3199
|
);
|
|
3197
|
-
function
|
|
3200
|
+
function Ie(e) {
|
|
3198
3201
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3199
3202
|
}
|
|
3200
3203
|
function qr(e) {
|
|
3201
|
-
return
|
|
3204
|
+
return Ie(e) || e === 47;
|
|
3202
3205
|
}
|
|
3203
3206
|
function Jr(e) {
|
|
3204
3207
|
return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
|
|
@@ -3209,13 +3212,13 @@ function St(e) {
|
|
|
3209
3212
|
function Yr(e) {
|
|
3210
3213
|
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;
|
|
3211
3214
|
}
|
|
3212
|
-
function
|
|
3215
|
+
function Le(e) {
|
|
3213
3216
|
e.forEach(function(t) {
|
|
3214
3217
|
if (delete t.location, dt(t) || bt(t))
|
|
3215
3218
|
for (var r in t.options)
|
|
3216
|
-
delete t.options[r].location,
|
|
3219
|
+
delete t.options[r].location, Le(t.options[r].value);
|
|
3217
3220
|
else
|
|
3218
|
-
ct(t) && yt(t.style) || (mt(t) || gt(t)) &&
|
|
3221
|
+
ct(t) && yt(t.style) || (mt(t) || gt(t)) && we(t.style) ? delete t.style.location : pt(t) && Le(t.children);
|
|
3219
3222
|
});
|
|
3220
3223
|
}
|
|
3221
3224
|
function Kr(e, t) {
|
|
@@ -3225,16 +3228,16 @@ function Kr(e, t) {
|
|
|
3225
3228
|
var n = SyntaxError(d[r.err.kind]);
|
|
3226
3229
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3227
3230
|
}
|
|
3228
|
-
return t?.captureLocation ||
|
|
3231
|
+
return t?.captureLocation || Le(r.val), r.val;
|
|
3229
3232
|
}
|
|
3230
3233
|
var k;
|
|
3231
3234
|
(function(e) {
|
|
3232
3235
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3233
3236
|
})(k || (k = {}));
|
|
3234
|
-
var
|
|
3237
|
+
var ge = (
|
|
3235
3238
|
/** @class */
|
|
3236
3239
|
function(e) {
|
|
3237
|
-
|
|
3240
|
+
ce(t, e);
|
|
3238
3241
|
function t(r, n, i) {
|
|
3239
3242
|
var s = e.call(this, r) || this;
|
|
3240
3243
|
return s.code = n, s.originalMessage = i, s;
|
|
@@ -3246,30 +3249,30 @@ var me = (
|
|
|
3246
3249
|
), Qe = (
|
|
3247
3250
|
/** @class */
|
|
3248
3251
|
function(e) {
|
|
3249
|
-
|
|
3252
|
+
ce(t, e);
|
|
3250
3253
|
function t(r, n, i, s) {
|
|
3251
3254
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, s) || this;
|
|
3252
3255
|
}
|
|
3253
3256
|
return t;
|
|
3254
|
-
}(
|
|
3257
|
+
}(ge)
|
|
3255
3258
|
), en = (
|
|
3256
3259
|
/** @class */
|
|
3257
3260
|
function(e) {
|
|
3258
|
-
|
|
3261
|
+
ce(t, e);
|
|
3259
3262
|
function t(r, n, i) {
|
|
3260
3263
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
|
|
3261
3264
|
}
|
|
3262
3265
|
return t;
|
|
3263
|
-
}(
|
|
3266
|
+
}(ge)
|
|
3264
3267
|
), tn = (
|
|
3265
3268
|
/** @class */
|
|
3266
3269
|
function(e) {
|
|
3267
|
-
|
|
3270
|
+
ce(t, e);
|
|
3268
3271
|
function t(r, n) {
|
|
3269
3272
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
|
|
3270
3273
|
}
|
|
3271
3274
|
return t;
|
|
3272
|
-
}(
|
|
3275
|
+
}(ge)
|
|
3273
3276
|
), B;
|
|
3274
3277
|
(function(e) {
|
|
3275
3278
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
@@ -3319,7 +3322,7 @@ function ae(e, t, r, n, i, s, a) {
|
|
|
3319
3322
|
continue;
|
|
3320
3323
|
}
|
|
3321
3324
|
if (mt(h)) {
|
|
3322
|
-
var b = typeof h.style == "string" ? n.date[h.style] :
|
|
3325
|
+
var b = typeof h.style == "string" ? n.date[h.style] : we(h.style) ? h.style.parsedOptions : void 0;
|
|
3323
3326
|
o.push({
|
|
3324
3327
|
type: B.literal,
|
|
3325
3328
|
value: r.getDateTimeFormat(t, b).format(f)
|
|
@@ -3327,7 +3330,7 @@ function ae(e, t, r, n, i, s, a) {
|
|
|
3327
3330
|
continue;
|
|
3328
3331
|
}
|
|
3329
3332
|
if (gt(h)) {
|
|
3330
|
-
var b = typeof h.style == "string" ? n.time[h.style] :
|
|
3333
|
+
var b = typeof h.style == "string" ? n.time[h.style] : we(h.style) ? h.style.parsedOptions : n.time.medium;
|
|
3331
3334
|
o.push({
|
|
3332
3335
|
type: B.literal,
|
|
3333
3336
|
value: r.getDateTimeFormat(t, b).format(f)
|
|
@@ -3367,7 +3370,7 @@ function ae(e, t, r, n, i, s, a) {
|
|
|
3367
3370
|
var S = h.options["=".concat(f)];
|
|
3368
3371
|
if (!S) {
|
|
3369
3372
|
if (!Intl.PluralRules)
|
|
3370
|
-
throw new
|
|
3373
|
+
throw new ge(`Intl.PluralRules is not available in this environment.
|
|
3371
3374
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3372
3375
|
`, k.MISSING_INTL_API, a);
|
|
3373
3376
|
var P = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
|
|
@@ -3391,7 +3394,7 @@ function an(e, t) {
|
|
|
3391
3394
|
return r[n] = sn(e[n], t[n]), r;
|
|
3392
3395
|
}, E({}, e)) : e;
|
|
3393
3396
|
}
|
|
3394
|
-
function
|
|
3397
|
+
function xe(e) {
|
|
3395
3398
|
return {
|
|
3396
3399
|
create: function() {
|
|
3397
3400
|
return {
|
|
@@ -3411,29 +3414,29 @@ function on(e) {
|
|
|
3411
3414
|
dateTime: {},
|
|
3412
3415
|
pluralRules: {}
|
|
3413
3416
|
}), {
|
|
3414
|
-
getNumberFormat:
|
|
3417
|
+
getNumberFormat: Ee(function() {
|
|
3415
3418
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3416
3419
|
r[n] = arguments[n];
|
|
3417
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3420
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, ye([void 0], r, !1)))();
|
|
3418
3421
|
}, {
|
|
3419
|
-
cache:
|
|
3420
|
-
strategy:
|
|
3422
|
+
cache: xe(e.number),
|
|
3423
|
+
strategy: ve.variadic
|
|
3421
3424
|
}),
|
|
3422
|
-
getDateTimeFormat:
|
|
3425
|
+
getDateTimeFormat: Ee(function() {
|
|
3423
3426
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3424
3427
|
r[n] = arguments[n];
|
|
3425
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3428
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, ye([void 0], r, !1)))();
|
|
3426
3429
|
}, {
|
|
3427
|
-
cache:
|
|
3428
|
-
strategy:
|
|
3430
|
+
cache: xe(e.dateTime),
|
|
3431
|
+
strategy: ve.variadic
|
|
3429
3432
|
}),
|
|
3430
|
-
getPluralRules:
|
|
3433
|
+
getPluralRules: Ee(function() {
|
|
3431
3434
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3432
3435
|
r[n] = arguments[n];
|
|
3433
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3436
|
+
return new ((t = Intl.PluralRules).bind.apply(t, ye([void 0], r, !1)))();
|
|
3434
3437
|
}, {
|
|
3435
|
-
cache:
|
|
3436
|
-
strategy:
|
|
3438
|
+
cache: xe(e.pluralRules),
|
|
3439
|
+
strategy: ve.variadic
|
|
3437
3440
|
})
|
|
3438
3441
|
};
|
|
3439
3442
|
}
|
|
@@ -3575,7 +3578,7 @@ const C = {}, ln = (e, t, r) => r && (t in C || (C[t] = {}), e in C[t] || (C[t][
|
|
|
3575
3578
|
return;
|
|
3576
3579
|
if (t in C && e in C[t])
|
|
3577
3580
|
return C[t][e];
|
|
3578
|
-
const r =
|
|
3581
|
+
const r = de(t);
|
|
3579
3582
|
for (let n = 0; n < r.length; n++) {
|
|
3580
3583
|
const i = r[n], s = cn(i, e);
|
|
3581
3584
|
if (s)
|
|
@@ -3583,7 +3586,7 @@ const C = {}, ln = (e, t, r) => r && (t in C || (C[t] = {}), e in C[t] || (C[t][
|
|
|
3583
3586
|
}
|
|
3584
3587
|
};
|
|
3585
3588
|
let $e;
|
|
3586
|
-
const W =
|
|
3589
|
+
const W = me({});
|
|
3587
3590
|
function fn(e) {
|
|
3588
3591
|
return $e[e] || null;
|
|
3589
3592
|
}
|
|
@@ -3599,7 +3602,7 @@ function cn(e, t) {
|
|
|
3599
3602
|
function mn(e) {
|
|
3600
3603
|
if (e == null)
|
|
3601
3604
|
return;
|
|
3602
|
-
const t =
|
|
3605
|
+
const t = de(e);
|
|
3603
3606
|
for (let r = 0; r < t.length; r++) {
|
|
3604
3607
|
const n = t[r];
|
|
3605
3608
|
if (At(n))
|
|
@@ -3622,13 +3625,13 @@ function wt(e) {
|
|
|
3622
3625
|
return oe[e];
|
|
3623
3626
|
}
|
|
3624
3627
|
function bn(e) {
|
|
3625
|
-
return
|
|
3628
|
+
return de(e).map((t) => {
|
|
3626
3629
|
const r = wt(t);
|
|
3627
3630
|
return [t, r ? [...r] : []];
|
|
3628
3631
|
}).filter(([, t]) => t.length > 0);
|
|
3629
3632
|
}
|
|
3630
|
-
function
|
|
3631
|
-
return e == null ? !1 :
|
|
3633
|
+
function Ce(e) {
|
|
3634
|
+
return e == null ? !1 : de(e).some(
|
|
3632
3635
|
(t) => {
|
|
3633
3636
|
var r;
|
|
3634
3637
|
return (r = wt(t)) == null ? void 0 : r.size;
|
|
@@ -3642,7 +3645,7 @@ function pn(e, t) {
|
|
|
3642
3645
|
}
|
|
3643
3646
|
const Q = {};
|
|
3644
3647
|
function Pt(e) {
|
|
3645
|
-
if (!
|
|
3648
|
+
if (!Ce(e))
|
|
3646
3649
|
return e in Q ? Q[e] : Promise.resolve();
|
|
3647
3650
|
const t = bn(e);
|
|
3648
3651
|
return Q[e] = Promise.all(
|
|
@@ -3650,7 +3653,7 @@ function Pt(e) {
|
|
|
3650
3653
|
([r, n]) => pn(r, n)
|
|
3651
3654
|
)
|
|
3652
3655
|
).then(() => {
|
|
3653
|
-
if (
|
|
3656
|
+
if (Ce(e))
|
|
3654
3657
|
return Pt(e);
|
|
3655
3658
|
delete Q[e];
|
|
3656
3659
|
}), Q[e];
|
|
@@ -3695,7 +3698,7 @@ const yn = {
|
|
|
3695
3698
|
function V() {
|
|
3696
3699
|
return vn;
|
|
3697
3700
|
}
|
|
3698
|
-
const
|
|
3701
|
+
const He = me(!1);
|
|
3699
3702
|
var _n = Object.defineProperty, xn = Object.defineProperties, Hn = Object.getOwnPropertyDescriptors, qe = Object.getOwnPropertySymbols, Tn = Object.prototype.hasOwnProperty, Sn = Object.prototype.propertyIsEnumerable, Je = (e, t, r) => t in e ? _n(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Bn = (e, t) => {
|
|
3700
3703
|
for (var r in t || (t = {}))
|
|
3701
3704
|
Tn.call(t, r) && Je(e, r, t[r]);
|
|
@@ -3704,38 +3707,38 @@ var _n = Object.defineProperty, xn = Object.defineProperties, Hn = Object.getOwn
|
|
|
3704
3707
|
Sn.call(t, r) && Je(e, r, t[r]);
|
|
3705
3708
|
return e;
|
|
3706
3709
|
}, An = (e, t) => xn(e, Hn(t));
|
|
3707
|
-
let
|
|
3708
|
-
const ue =
|
|
3710
|
+
let Me;
|
|
3711
|
+
const ue = me(null);
|
|
3709
3712
|
function Ye(e) {
|
|
3710
3713
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
3711
3714
|
}
|
|
3712
|
-
function
|
|
3715
|
+
function de(e, t = V().fallbackLocale) {
|
|
3713
3716
|
const r = Ye(e);
|
|
3714
3717
|
return t ? [.../* @__PURE__ */ new Set([...r, ...Ye(t)])] : r;
|
|
3715
3718
|
}
|
|
3716
3719
|
function R() {
|
|
3717
|
-
return
|
|
3720
|
+
return Me ?? void 0;
|
|
3718
3721
|
}
|
|
3719
3722
|
ue.subscribe((e) => {
|
|
3720
|
-
|
|
3723
|
+
Me = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3721
3724
|
});
|
|
3722
3725
|
const wn = (e) => {
|
|
3723
|
-
if (e && mn(e) &&
|
|
3726
|
+
if (e && mn(e) && Ce(e)) {
|
|
3724
3727
|
const { loadingDelay: t } = V();
|
|
3725
3728
|
let r;
|
|
3726
3729
|
return typeof window < "u" && R() != null && t ? r = window.setTimeout(
|
|
3727
|
-
() =>
|
|
3730
|
+
() => He.set(!0),
|
|
3728
3731
|
t
|
|
3729
|
-
) :
|
|
3732
|
+
) : He.set(!0), Pt(e).then(() => {
|
|
3730
3733
|
ue.set(e);
|
|
3731
3734
|
}).finally(() => {
|
|
3732
|
-
clearTimeout(r),
|
|
3735
|
+
clearTimeout(r), He.set(!1);
|
|
3733
3736
|
});
|
|
3734
3737
|
}
|
|
3735
3738
|
return ue.set(e);
|
|
3736
3739
|
}, M = An(Bn({}, ue), {
|
|
3737
3740
|
set: wn
|
|
3738
|
-
}),
|
|
3741
|
+
}), be = (e) => {
|
|
3739
3742
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3740
3743
|
return (n) => {
|
|
3741
3744
|
const i = JSON.stringify(n);
|
|
@@ -3763,21 +3766,21 @@ const K = (e, t) => {
|
|
|
3763
3766
|
if (e in r && t in r[e])
|
|
3764
3767
|
return r[e][t];
|
|
3765
3768
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3766
|
-
}, Nn =
|
|
3769
|
+
}, Nn = be(
|
|
3767
3770
|
(e) => {
|
|
3768
3771
|
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
|
3769
3772
|
if (r == null)
|
|
3770
3773
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3771
3774
|
return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
|
|
3772
3775
|
}
|
|
3773
|
-
), On =
|
|
3776
|
+
), On = be(
|
|
3774
3777
|
(e) => {
|
|
3775
3778
|
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
|
3776
3779
|
if (r == null)
|
|
3777
3780
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3778
3781
|
return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
3779
3782
|
}
|
|
3780
|
-
), In =
|
|
3783
|
+
), In = be(
|
|
3781
3784
|
(e) => {
|
|
3782
3785
|
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
|
3783
3786
|
if (r == null)
|
|
@@ -3807,7 +3810,7 @@ const K = (e, t) => {
|
|
|
3807
3810
|
"locale"
|
|
3808
3811
|
]);
|
|
3809
3812
|
return In(Ue({ locale: r }, n));
|
|
3810
|
-
}, Rn =
|
|
3813
|
+
}, Rn = be(
|
|
3811
3814
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3812
3815
|
(e, t = R()) => new un(e, t, V().formats, {
|
|
3813
3816
|
ignoreTag: V().ignoreTag
|
|
@@ -3844,7 +3847,7 @@ const K = (e, t) => {
|
|
|
3844
3847
|
);
|
|
3845
3848
|
}
|
|
3846
3849
|
return m;
|
|
3847
|
-
}, Un = (e, t) => Mn(t).format(e), Dn = (e, t) => Cn(t).format(e), Gn = (e, t) => Ln(t).format(e), Fn = (e, t = R()) => Bt(e, t),
|
|
3850
|
+
}, Un = (e, t) => Mn(t).format(e), Dn = (e, t) => Cn(t).format(e), Gn = (e, t) => Ln(t).format(e), Fn = (e, t = R()) => Bt(e, t), ci = z([M, W], () => $n);
|
|
3848
3851
|
z([M], () => Un);
|
|
3849
3852
|
z([M], () => Dn);
|
|
3850
3853
|
z([M], () => Gn);
|
|
@@ -3889,7 +3892,7 @@ if (typeof window < "u") {
|
|
|
3889
3892
|
}
|
|
3890
3893
|
};
|
|
3891
3894
|
};
|
|
3892
|
-
customElements.define = e(customElements.define), import("./CasinoGamesCategorySection-
|
|
3895
|
+
customElements.define = e(customElements.define), import("./CasinoGamesCategorySection-MBg2lQfe.js").then(({ default: t }) => {
|
|
3893
3896
|
!customElements.get("casino-games-category-section") && customElements.define("casino-games-category-section", t.element);
|
|
3894
3897
|
});
|
|
3895
3898
|
}
|
|
@@ -3993,7 +3996,7 @@ function et(e) {
|
|
|
3993
3996
|
);
|
|
3994
3997
|
},
|
|
3995
3998
|
m(r, n) {
|
|
3996
|
-
|
|
3999
|
+
fe(r, t, n);
|
|
3997
4000
|
},
|
|
3998
4001
|
p(r, n) {
|
|
3999
4002
|
n & /*session*/
|
|
@@ -4121,7 +4124,7 @@ function Wn(e) {
|
|
|
4121
4124
|
t = te("div"), r && r.c(), Re(t, "class", "CasinoFavoritesSectionContainer");
|
|
4122
4125
|
},
|
|
4123
4126
|
m(n, i) {
|
|
4124
|
-
|
|
4127
|
+
fe(n, t, i), r && r.m(t, null), e[19](t);
|
|
4125
4128
|
},
|
|
4126
4129
|
p(n, [i]) {
|
|
4127
4130
|
/*session*/
|
|
@@ -4139,7 +4142,7 @@ function Zn(e, t, r) {
|
|
|
4139
4142
|
Xn({ withLocale: "en", translations: {} }), jt(() => () => {
|
|
4140
4143
|
});
|
|
4141
4144
|
function O(c) {
|
|
4142
|
-
|
|
4145
|
+
Te[c ? "unshift" : "push"](() => {
|
|
4143
4146
|
x = c, r(18, x);
|
|
4144
4147
|
});
|
|
4145
4148
|
}
|
|
@@ -4314,53 +4317,54 @@ class It extends Jt {
|
|
|
4314
4317
|
}
|
|
4315
4318
|
}
|
|
4316
4319
|
qt(It, { endpoint: {}, datasource: {}, currency: {}, lang: {}, session: {}, userid: {}, clientstyling: {}, clientstylingurl: {}, livecasino: {}, integratedgameframemobile: {}, integratedgameframedesktop: {}, showgamename: {}, gamepagemodalurl: {}, visiblegames: {}, favorites: {}, casinomygames: {}, fetchviaevent: {}, mbsource: {} }, [], [], !0);
|
|
4317
|
-
const
|
|
4320
|
+
const mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4318
4321
|
__proto__: null,
|
|
4319
4322
|
default: It
|
|
4320
4323
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4321
4324
|
export {
|
|
4322
4325
|
M as $,
|
|
4323
|
-
|
|
4326
|
+
ni as A,
|
|
4324
4327
|
Qn as B,
|
|
4325
4328
|
jn as C,
|
|
4326
4329
|
kn as D,
|
|
4327
4330
|
Vn as E,
|
|
4328
4331
|
qt as F,
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4332
|
+
ci as G,
|
|
4333
|
+
ii as H,
|
|
4334
|
+
Jn as I,
|
|
4335
|
+
g as J,
|
|
4336
|
+
ei as K,
|
|
4337
|
+
si as L,
|
|
4338
|
+
ai as M,
|
|
4339
|
+
hi as N,
|
|
4340
|
+
ui as O,
|
|
4341
|
+
mi as P,
|
|
4338
4342
|
Jt as S,
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
+
li as _,
|
|
4344
|
+
ye as a,
|
|
4345
|
+
fi as b,
|
|
4346
|
+
ce as c,
|
|
4343
4347
|
W as d,
|
|
4344
4348
|
gn as e,
|
|
4345
4349
|
H as f,
|
|
4346
4350
|
Mt as g,
|
|
4347
4351
|
ee as h,
|
|
4348
4352
|
Qt as i,
|
|
4349
|
-
|
|
4353
|
+
fe as j,
|
|
4350
4354
|
te as k,
|
|
4351
4355
|
qn as l,
|
|
4352
|
-
|
|
4356
|
+
Te as m,
|
|
4353
4357
|
N as n,
|
|
4354
4358
|
jt as o,
|
|
4355
|
-
|
|
4359
|
+
ri as p,
|
|
4356
4360
|
Ct as q,
|
|
4357
4361
|
Re as r,
|
|
4358
4362
|
rt as s,
|
|
4359
4363
|
it as t,
|
|
4360
|
-
|
|
4361
|
-
|
|
4364
|
+
oi as u,
|
|
4365
|
+
Yn as v,
|
|
4362
4366
|
X as w,
|
|
4363
|
-
|
|
4367
|
+
ti as x,
|
|
4364
4368
|
Ut as y,
|
|
4365
|
-
|
|
4369
|
+
Kn as z
|
|
4366
4370
|
};
|