@everymatrix/casino-collections-providers 1.60.0 → 1.60.2
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/{CasinoCollectionsProviders-Dn7FC6Kf.js → CasinoCollectionsProviders-DzoJQIXN.js} +551 -573
- package/components/CasinoCollectionsProviders-JQuofl74.cjs +18 -0
- package/components/{CasinoCollectionsProviders-k8QCmH9I.js → CasinoCollectionsProviders-N7f3lcMy.js} +635 -656
- package/es2015/casino-collections-providers.cjs +1 -1
- package/es2015/casino-collections-providers.js +1 -1
- package/esnext/casino-collections-providers.js +1 -1
- package/package.json +1 -1
- package/components/CasinoCollectionsProviders-CDaQa5AB.cjs +0 -18
package/components/{CasinoCollectionsProviders-Dn7FC6Kf.js → CasinoCollectionsProviders-DzoJQIXN.js}
RENAMED
@@ -1,28 +1,28 @@
|
|
1
1
|
function A() {
|
2
2
|
}
|
3
|
-
function
|
3
|
+
function Dt(e) {
|
4
4
|
return e();
|
5
5
|
}
|
6
|
-
function
|
6
|
+
function ht() {
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
8
8
|
}
|
9
9
|
function te(e) {
|
10
|
-
e.forEach(
|
10
|
+
e.forEach(Dt);
|
11
11
|
}
|
12
|
-
function
|
12
|
+
function et(e) {
|
13
13
|
return typeof e == "function";
|
14
14
|
}
|
15
|
-
function
|
15
|
+
function Ft(e, t) {
|
16
16
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
17
17
|
}
|
18
18
|
let ce;
|
19
19
|
function ve(e, t) {
|
20
20
|
return e === t ? !0 : (ce || (ce = document.createElement("a")), ce.href = t, e === ce.href);
|
21
21
|
}
|
22
|
-
function
|
22
|
+
function Ir(e) {
|
23
23
|
return Object.keys(e).length === 0;
|
24
24
|
}
|
25
|
-
function
|
25
|
+
function jt(e, ...t) {
|
26
26
|
if (e == null) {
|
27
27
|
for (const n of t)
|
28
28
|
n(void 0);
|
@@ -31,20 +31,20 @@ function Xt(e, ...t) {
|
|
31
31
|
const r = e.subscribe(...t);
|
32
32
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
33
33
|
}
|
34
|
-
function
|
35
|
-
e.$$.on_destroy.push(
|
34
|
+
function Nr(e, t, r) {
|
35
|
+
e.$$.on_destroy.push(jt(t, r));
|
36
36
|
}
|
37
37
|
function H(e, t) {
|
38
38
|
e.appendChild(t);
|
39
39
|
}
|
40
|
-
function
|
41
|
-
const n =
|
40
|
+
function Mr(e, t, r) {
|
41
|
+
const n = Rr(e);
|
42
42
|
if (!n.getElementById(t)) {
|
43
43
|
const i = C("style");
|
44
|
-
i.id = t, i.textContent = r,
|
44
|
+
i.id = t, i.textContent = r, $r(n, i);
|
45
45
|
}
|
46
46
|
}
|
47
|
-
function
|
47
|
+
function Rr(e) {
|
48
48
|
if (!e)
|
49
49
|
return document;
|
50
50
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
@@ -54,7 +54,7 @@ function Dr(e) {
|
|
54
54
|
t
|
55
55
|
) : e.ownerDocument;
|
56
56
|
}
|
57
|
-
function
|
57
|
+
function $r(e, t) {
|
58
58
|
return H(
|
59
59
|
/** @type {Document} */
|
60
60
|
e.head || e,
|
@@ -67,7 +67,7 @@ function $(e, t, r) {
|
|
67
67
|
function I(e) {
|
68
68
|
e.parentNode && e.parentNode.removeChild(e);
|
69
69
|
}
|
70
|
-
function
|
70
|
+
function kt(e, t) {
|
71
71
|
for (let r = 0; r < e.length; r += 1)
|
72
72
|
e[r] && e[r].d(t);
|
73
73
|
}
|
@@ -83,25 +83,25 @@ function k() {
|
|
83
83
|
function ye(e, t, r, n) {
|
84
84
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
85
85
|
}
|
86
|
-
function
|
86
|
+
function Gr(e) {
|
87
87
|
return function(t) {
|
88
88
|
return t.stopPropagation(), e.call(this, t);
|
89
89
|
};
|
90
90
|
}
|
91
|
-
function
|
91
|
+
function E(e, t, r) {
|
92
92
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
93
93
|
}
|
94
|
-
function
|
94
|
+
function Ur(e) {
|
95
95
|
return Array.from(e.childNodes);
|
96
96
|
}
|
97
|
-
function
|
97
|
+
function tt(e, t) {
|
98
98
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
99
99
|
t);
|
100
100
|
}
|
101
101
|
function Oe(e, t, r, n) {
|
102
102
|
r == null ? e.style.removeProperty(t) : e.style.setProperty(t, r, "");
|
103
103
|
}
|
104
|
-
function
|
104
|
+
function Dr(e) {
|
105
105
|
const t = {};
|
106
106
|
return e.childNodes.forEach(
|
107
107
|
/** @param {Element} node */
|
@@ -114,22 +114,22 @@ let ae;
|
|
114
114
|
function se(e) {
|
115
115
|
ae = e;
|
116
116
|
}
|
117
|
-
function
|
117
|
+
function Fr() {
|
118
118
|
if (!ae)
|
119
119
|
throw new Error("Function called outside component initialization");
|
120
120
|
return ae;
|
121
121
|
}
|
122
|
-
function
|
123
|
-
|
122
|
+
function jr(e) {
|
123
|
+
Fr().$$.on_mount.push(e);
|
124
124
|
}
|
125
125
|
const Z = [], _e = [];
|
126
126
|
let Q = [];
|
127
|
-
const
|
128
|
-
let
|
129
|
-
function
|
130
|
-
|
127
|
+
const ct = [], kr = /* @__PURE__ */ Promise.resolve();
|
128
|
+
let Ue = !1;
|
129
|
+
function Vr() {
|
130
|
+
Ue || (Ue = !0, kr.then(O));
|
131
131
|
}
|
132
|
-
function
|
132
|
+
function De(e) {
|
133
133
|
Q.push(e);
|
134
134
|
}
|
135
135
|
const Le = /* @__PURE__ */ new Set();
|
@@ -142,7 +142,7 @@ function O() {
|
|
142
142
|
try {
|
143
143
|
for (; W < Z.length; ) {
|
144
144
|
const t = Z[W];
|
145
|
-
W++, se(t),
|
145
|
+
W++, se(t), Xr(t.$$);
|
146
146
|
}
|
147
147
|
} catch (t) {
|
148
148
|
throw Z.length = 0, W = 0, t;
|
@@ -155,43 +155,43 @@ function O() {
|
|
155
155
|
}
|
156
156
|
Q.length = 0;
|
157
157
|
} while (Z.length);
|
158
|
-
for (;
|
159
|
-
|
160
|
-
|
158
|
+
for (; ct.length; )
|
159
|
+
ct.pop()();
|
160
|
+
Ue = !1, Le.clear(), se(e);
|
161
161
|
}
|
162
|
-
function
|
162
|
+
function Xr(e) {
|
163
163
|
if (e.fragment !== null) {
|
164
164
|
e.update(), te(e.before_update);
|
165
165
|
const t = e.dirty;
|
166
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
166
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(De);
|
167
167
|
}
|
168
168
|
}
|
169
|
-
function
|
169
|
+
function Wr(e) {
|
170
170
|
const t = [], r = [];
|
171
171
|
Q.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Q = t;
|
172
172
|
}
|
173
|
-
const
|
174
|
-
function
|
175
|
-
e && e.i && (
|
173
|
+
const zr = /* @__PURE__ */ new Set();
|
174
|
+
function Zr(e, t) {
|
175
|
+
e && e.i && (zr.delete(e), e.i(t));
|
176
176
|
}
|
177
|
-
function
|
177
|
+
function xe(e) {
|
178
178
|
return e?.length !== void 0 ? e : Array.from(e);
|
179
179
|
}
|
180
|
-
function
|
180
|
+
function Qr(e, t, r) {
|
181
181
|
const { fragment: n, after_update: i } = e.$$;
|
182
|
-
n && n.m(t, r),
|
183
|
-
const o = e.$$.on_mount.map(
|
182
|
+
n && n.m(t, r), De(() => {
|
183
|
+
const o = e.$$.on_mount.map(Dt).filter(et);
|
184
184
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : te(o), e.$$.on_mount = [];
|
185
|
-
}), i.forEach(
|
185
|
+
}), i.forEach(De);
|
186
186
|
}
|
187
|
-
function
|
187
|
+
function qr(e, t) {
|
188
188
|
const r = e.$$;
|
189
|
-
r.fragment !== null && (
|
189
|
+
r.fragment !== null && (Wr(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
190
190
|
}
|
191
|
-
function
|
192
|
-
e.$$.dirty[0] === -1 && (Z.push(e),
|
191
|
+
function Jr(e, t) {
|
192
|
+
e.$$.dirty[0] === -1 && (Z.push(e), Vr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
193
193
|
}
|
194
|
-
function
|
194
|
+
function Yr(e, t, r, n, i, o, s = null, a = [-1]) {
|
195
195
|
const h = ae;
|
196
196
|
se(e);
|
197
197
|
const u = e.$$ = {
|
@@ -201,7 +201,7 @@ function rn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
201
201
|
props: o,
|
202
202
|
update: A,
|
203
203
|
not_equal: i,
|
204
|
-
bound:
|
204
|
+
bound: ht(),
|
205
205
|
// lifecycle
|
206
206
|
on_mount: [],
|
207
207
|
on_destroy: [],
|
@@ -210,7 +210,7 @@ function rn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
210
210
|
after_update: [],
|
211
211
|
context: new Map(t.context || (h ? h.$$.context : [])),
|
212
212
|
// everything else
|
213
|
-
callbacks:
|
213
|
+
callbacks: ht(),
|
214
214
|
dirty: a,
|
215
215
|
skip_bound: !1,
|
216
216
|
root: t.target || h.$$.root
|
@@ -219,19 +219,19 @@ function rn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
219
219
|
let l = !1;
|
220
220
|
if (u.ctx = r ? r(e, t.props || {}, (f, c, ...d) => {
|
221
221
|
const m = d.length ? d[0] : c;
|
222
|
-
return u.ctx && i(u.ctx[f], u.ctx[f] = m) && (!u.skip_bound && u.bound[f] && u.bound[f](m), l &&
|
222
|
+
return u.ctx && i(u.ctx[f], u.ctx[f] = m) && (!u.skip_bound && u.bound[f] && u.bound[f](m), l && Jr(e, f)), c;
|
223
223
|
}) : [], u.update(), l = !0, te(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
224
224
|
if (t.hydrate) {
|
225
|
-
const f =
|
225
|
+
const f = Ur(t.target);
|
226
226
|
u.fragment && u.fragment.l(f), f.forEach(I);
|
227
227
|
} else
|
228
228
|
u.fragment && u.fragment.c();
|
229
|
-
t.intro &&
|
229
|
+
t.intro && Zr(e.$$.fragment), Qr(e, t.target, t.anchor), O();
|
230
230
|
}
|
231
231
|
se(h);
|
232
232
|
}
|
233
|
-
let
|
234
|
-
typeof HTMLElement == "function" && (
|
233
|
+
let Vt;
|
234
|
+
typeof HTMLElement == "function" && (Vt = class extends HTMLElement {
|
235
235
|
/** The Svelte component constructor */
|
236
236
|
$$ctor;
|
237
237
|
/** Slots */
|
@@ -273,7 +273,7 @@ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
|
|
273
273
|
let o;
|
274
274
|
return {
|
275
275
|
c: function() {
|
276
|
-
o = C("slot"), i !== "default" &&
|
276
|
+
o = C("slot"), i !== "default" && E(o, "name", i);
|
277
277
|
},
|
278
278
|
/**
|
279
279
|
* @param {HTMLElement} target
|
@@ -290,7 +290,7 @@ typeof HTMLElement == "function" && (zt = class extends HTMLElement {
|
|
290
290
|
};
|
291
291
|
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
292
292
|
return;
|
293
|
-
const t = {}, r =
|
293
|
+
const t = {}, r = Dr(this);
|
294
294
|
for (const i of this.$$s)
|
295
295
|
i in r && (t[i] = [e(i)]);
|
296
296
|
for (const i of this.attributes) {
|
@@ -377,8 +377,8 @@ function pe(e, t, r, n) {
|
|
377
377
|
return t;
|
378
378
|
}
|
379
379
|
}
|
380
|
-
function
|
381
|
-
let s = class extends
|
380
|
+
function Kr(e, t, r, n, i, o) {
|
381
|
+
let s = class extends Vt {
|
382
382
|
constructor() {
|
383
383
|
super(e, r, i), this.$$p_d = t;
|
384
384
|
}
|
@@ -406,7 +406,7 @@ function nn(e, t, r, n, i, o) {
|
|
406
406
|
}), e.element = /** @type {any} */
|
407
407
|
s, s;
|
408
408
|
}
|
409
|
-
class
|
409
|
+
class en {
|
410
410
|
/**
|
411
411
|
* ### PRIVATE API
|
412
412
|
*
|
@@ -425,7 +425,7 @@ class on {
|
|
425
425
|
$$set = void 0;
|
426
426
|
/** @returns {void} */
|
427
427
|
$destroy() {
|
428
|
-
|
428
|
+
qr(this, 1), this.$destroy = A;
|
429
429
|
}
|
430
430
|
/**
|
431
431
|
* @template {Extract<keyof Events, string>} K
|
@@ -434,7 +434,7 @@ class on {
|
|
434
434
|
* @returns {() => void}
|
435
435
|
*/
|
436
436
|
$on(t, r) {
|
437
|
-
if (!
|
437
|
+
if (!et(r))
|
438
438
|
return A;
|
439
439
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
440
440
|
return n.push(r), () => {
|
@@ -447,13 +447,13 @@ class on {
|
|
447
447
|
* @returns {void}
|
448
448
|
*/
|
449
449
|
$set(t) {
|
450
|
-
this.$$set &&
|
450
|
+
this.$$set && !Ir(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
451
451
|
}
|
452
452
|
}
|
453
|
-
const
|
454
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
453
|
+
const tn = "4";
|
454
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(tn);
|
455
455
|
const z = [];
|
456
|
-
function
|
456
|
+
function rn(e, t) {
|
457
457
|
return {
|
458
458
|
subscribe: Te(e, t).subscribe
|
459
459
|
};
|
@@ -462,7 +462,7 @@ function Te(e, t = A) {
|
|
462
462
|
let r;
|
463
463
|
const n = /* @__PURE__ */ new Set();
|
464
464
|
function i(a) {
|
465
|
-
if (
|
465
|
+
if (Ft(e, a) && (e = a, r)) {
|
466
466
|
const h = !z.length;
|
467
467
|
for (const u of n)
|
468
468
|
u[1](), z.push(u, e);
|
@@ -489,7 +489,7 @@ function re(e, t, r) {
|
|
489
489
|
if (!i.every(Boolean))
|
490
490
|
throw new Error("derived() expects stores as input, got a falsy value");
|
491
491
|
const o = t.length < 2;
|
492
|
-
return
|
492
|
+
return rn(r, (s, a) => {
|
493
493
|
let h = !1;
|
494
494
|
const u = [];
|
495
495
|
let l = 0, f = A;
|
@@ -498,9 +498,9 @@ function re(e, t, r) {
|
|
498
498
|
return;
|
499
499
|
f();
|
500
500
|
const m = t(n ? u[0] : u, s, a);
|
501
|
-
o ? s(m) : f =
|
501
|
+
o ? s(m) : f = et(m) ? m : A;
|
502
502
|
}, d = i.map(
|
503
|
-
(m, b) =>
|
503
|
+
(m, b) => jt(
|
504
504
|
m,
|
505
505
|
(g) => {
|
506
506
|
u[b] = g, l &= ~(1 << b), h && c();
|
@@ -515,70 +515,70 @@ function re(e, t, r) {
|
|
515
515
|
};
|
516
516
|
});
|
517
517
|
}
|
518
|
-
function
|
518
|
+
function nn(e) {
|
519
519
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
520
520
|
}
|
521
|
-
var
|
522
|
-
return
|
521
|
+
var on = function(t) {
|
522
|
+
return sn(t) && !an(t);
|
523
523
|
};
|
524
|
-
function
|
524
|
+
function sn(e) {
|
525
525
|
return !!e && typeof e == "object";
|
526
526
|
}
|
527
|
-
function
|
527
|
+
function an(e) {
|
528
528
|
var t = Object.prototype.toString.call(e);
|
529
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
529
|
+
return t === "[object RegExp]" || t === "[object Date]" || hn(e);
|
530
530
|
}
|
531
|
-
var
|
532
|
-
function
|
533
|
-
return e.$$typeof ===
|
531
|
+
var ln = typeof Symbol == "function" && Symbol.for, un = ln ? Symbol.for("react.element") : 60103;
|
532
|
+
function hn(e) {
|
533
|
+
return e.$$typeof === un;
|
534
534
|
}
|
535
|
-
function
|
535
|
+
function cn(e) {
|
536
536
|
return Array.isArray(e) ? [] : {};
|
537
537
|
}
|
538
538
|
function le(e, t) {
|
539
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? J(
|
539
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? J(cn(e), e, t) : e;
|
540
540
|
}
|
541
|
-
function
|
541
|
+
function fn(e, t, r) {
|
542
542
|
return e.concat(t).map(function(n) {
|
543
543
|
return le(n, r);
|
544
544
|
});
|
545
545
|
}
|
546
|
-
function
|
546
|
+
function dn(e, t) {
|
547
547
|
if (!t.customMerge)
|
548
548
|
return J;
|
549
549
|
var r = t.customMerge(e);
|
550
550
|
return typeof r == "function" ? r : J;
|
551
551
|
}
|
552
|
-
function
|
552
|
+
function pn(e) {
|
553
553
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
554
554
|
return Object.propertyIsEnumerable.call(e, t);
|
555
555
|
}) : [];
|
556
556
|
}
|
557
|
-
function
|
558
|
-
return Object.keys(e).concat(
|
557
|
+
function ft(e) {
|
558
|
+
return Object.keys(e).concat(pn(e));
|
559
559
|
}
|
560
|
-
function
|
560
|
+
function Xt(e, t) {
|
561
561
|
try {
|
562
562
|
return t in e;
|
563
563
|
} catch {
|
564
564
|
return !1;
|
565
565
|
}
|
566
566
|
}
|
567
|
-
function
|
568
|
-
return
|
567
|
+
function mn(e, t) {
|
568
|
+
return Xt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
569
569
|
}
|
570
|
-
function
|
570
|
+
function bn(e, t, r) {
|
571
571
|
var n = {};
|
572
|
-
return r.isMergeableObject(e) &&
|
572
|
+
return r.isMergeableObject(e) && ft(e).forEach(function(i) {
|
573
573
|
n[i] = le(e[i], r);
|
574
|
-
}),
|
575
|
-
|
574
|
+
}), ft(t).forEach(function(i) {
|
575
|
+
mn(e, i) || (Xt(e, i) && r.isMergeableObject(t[i]) ? n[i] = dn(i, r)(e[i], t[i], r) : n[i] = le(t[i], r));
|
576
576
|
}), n;
|
577
577
|
}
|
578
578
|
function J(e, t, r) {
|
579
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
579
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || fn, r.isMergeableObject = r.isMergeableObject || on, r.cloneUnlessOtherwiseSpecified = le;
|
580
580
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
581
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
581
|
+
return o ? n ? r.arrayMerge(e, t, r) : bn(e, t, r) : le(t, r);
|
582
582
|
}
|
583
583
|
J.all = function(t, r) {
|
584
584
|
if (!Array.isArray(t))
|
@@ -587,8 +587,8 @@ J.all = function(t, r) {
|
|
587
587
|
return J(n, i, r);
|
588
588
|
}, {});
|
589
589
|
};
|
590
|
-
var
|
591
|
-
const
|
590
|
+
var gn = J, vn = gn;
|
591
|
+
const yn = /* @__PURE__ */ nn(vn);
|
592
592
|
/*! *****************************************************************************
|
593
593
|
Copyright (c) Microsoft Corporation.
|
594
594
|
|
@@ -603,18 +603,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
603
603
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
604
604
|
PERFORMANCE OF THIS SOFTWARE.
|
605
605
|
***************************************************************************** */
|
606
|
-
var
|
607
|
-
return
|
606
|
+
var Fe = function(e, t) {
|
607
|
+
return Fe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
608
608
|
r.__proto__ = n;
|
609
609
|
} || function(r, n) {
|
610
610
|
for (var i in n)
|
611
611
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
612
|
-
},
|
612
|
+
}, Fe(e, t);
|
613
613
|
};
|
614
614
|
function U(e, t) {
|
615
615
|
if (typeof t != "function" && t !== null)
|
616
616
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
617
|
-
|
617
|
+
Fe(e, t);
|
618
618
|
function r() {
|
619
619
|
this.constructor = e;
|
620
620
|
}
|
@@ -630,7 +630,7 @@ var _ = function() {
|
|
630
630
|
return t;
|
631
631
|
}, _.apply(this, arguments);
|
632
632
|
};
|
633
|
-
function
|
633
|
+
function _n(e, t) {
|
634
634
|
var r = {};
|
635
635
|
for (var n in e)
|
636
636
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
@@ -639,7 +639,7 @@ function wn(e, t) {
|
|
639
639
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
640
640
|
return r;
|
641
641
|
}
|
642
|
-
function
|
642
|
+
function je(e) {
|
643
643
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
644
644
|
if (r)
|
645
645
|
return r.call(e);
|
@@ -651,7 +651,7 @@ function ke(e) {
|
|
651
651
|
};
|
652
652
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
653
653
|
}
|
654
|
-
function
|
654
|
+
function ke(e, t) {
|
655
655
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
656
656
|
if (!r)
|
657
657
|
return e;
|
@@ -678,55 +678,53 @@ function q(e, t, r) {
|
|
678
678
|
return e.concat(o || t);
|
679
679
|
}
|
680
680
|
function Ie(e, t) {
|
681
|
-
var r = t && t.cache ? t.cache :
|
681
|
+
var r = t && t.cache ? t.cache : Cn, n = t && t.serializer ? t.serializer : Tn, i = t && t.strategy ? t.strategy : Sn;
|
682
682
|
return i(e, {
|
683
683
|
cache: r,
|
684
684
|
serializer: n
|
685
685
|
});
|
686
686
|
}
|
687
|
-
function
|
687
|
+
function xn(e) {
|
688
688
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
689
689
|
}
|
690
|
-
function
|
691
|
-
var i =
|
690
|
+
function En(e, t, r, n) {
|
691
|
+
var i = xn(n) ? n : r(n), o = t.get(i);
|
692
692
|
return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
|
693
693
|
}
|
694
|
-
function
|
694
|
+
function Wt(e, t, r) {
|
695
695
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
696
696
|
return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
|
697
697
|
}
|
698
|
-
function
|
698
|
+
function zt(e, t, r, n, i) {
|
699
699
|
return r.bind(t, e, n, i);
|
700
700
|
}
|
701
|
-
function
|
702
|
-
var r = e.length === 1 ?
|
703
|
-
return
|
701
|
+
function Sn(e, t) {
|
702
|
+
var r = e.length === 1 ? En : Wt;
|
703
|
+
return zt(e, this, r, t.cache.create(), t.serializer);
|
704
704
|
}
|
705
|
-
function
|
706
|
-
return
|
707
|
-
}
|
708
|
-
function Pn(e, t) {
|
709
|
-
return nt(e, this, Qt, t.cache.create(), t.serializer);
|
705
|
+
function wn(e, t) {
|
706
|
+
return zt(e, this, Wt, t.cache.create(), t.serializer);
|
710
707
|
}
|
711
|
-
var
|
708
|
+
var Tn = function() {
|
712
709
|
return JSON.stringify(arguments);
|
713
|
-
}
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
710
|
+
}, Hn = (
|
711
|
+
/** @class */
|
712
|
+
function() {
|
713
|
+
function e() {
|
714
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
715
|
+
}
|
716
|
+
return e.prototype.get = function(t) {
|
717
|
+
return this.cache[t];
|
718
|
+
}, e.prototype.set = function(t, r) {
|
719
|
+
this.cache[t] = r;
|
720
|
+
}, e;
|
721
|
+
}()
|
722
|
+
), Cn = {
|
724
723
|
create: function() {
|
725
|
-
return new
|
724
|
+
return new Hn();
|
726
725
|
}
|
727
726
|
}, Ne = {
|
728
|
-
variadic:
|
729
|
-
monadic: Pn
|
727
|
+
variadic: wn
|
730
728
|
}, v;
|
731
729
|
(function(e) {
|
732
730
|
e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
|
@@ -739,43 +737,43 @@ var Y;
|
|
739
737
|
(function(e) {
|
740
738
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
741
739
|
})(Y || (Y = {}));
|
742
|
-
function
|
740
|
+
function dt(e) {
|
743
741
|
return e.type === w.literal;
|
744
742
|
}
|
745
|
-
function
|
743
|
+
function Pn(e) {
|
746
744
|
return e.type === w.argument;
|
747
745
|
}
|
748
|
-
function
|
746
|
+
function Zt(e) {
|
749
747
|
return e.type === w.number;
|
750
748
|
}
|
751
|
-
function
|
749
|
+
function Qt(e) {
|
752
750
|
return e.type === w.date;
|
753
751
|
}
|
754
|
-
function
|
752
|
+
function qt(e) {
|
755
753
|
return e.type === w.time;
|
756
754
|
}
|
757
|
-
function
|
755
|
+
function Jt(e) {
|
758
756
|
return e.type === w.select;
|
759
757
|
}
|
760
|
-
function
|
758
|
+
function Yt(e) {
|
761
759
|
return e.type === w.plural;
|
762
760
|
}
|
763
|
-
function
|
761
|
+
function Bn(e) {
|
764
762
|
return e.type === w.pound;
|
765
763
|
}
|
766
|
-
function
|
764
|
+
function Kt(e) {
|
767
765
|
return e.type === w.tag;
|
768
766
|
}
|
769
|
-
function
|
767
|
+
function er(e) {
|
770
768
|
return !!(e && typeof e == "object" && e.type === Y.number);
|
771
769
|
}
|
772
|
-
function
|
770
|
+
function Ve(e) {
|
773
771
|
return !!(e && typeof e == "object" && e.type === Y.dateTime);
|
774
772
|
}
|
775
|
-
var
|
776
|
-
function
|
773
|
+
var tr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, An = /(?:[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;
|
774
|
+
function On(e) {
|
777
775
|
var t = {};
|
778
|
-
return e.replace(
|
776
|
+
return e.replace(An, function(r) {
|
779
777
|
var n = r.length;
|
780
778
|
switch (r[0]) {
|
781
779
|
case "G":
|
@@ -864,11 +862,11 @@ function Nn(e) {
|
|
864
862
|
return "";
|
865
863
|
}), t;
|
866
864
|
}
|
867
|
-
var
|
868
|
-
function
|
865
|
+
var Ln = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
866
|
+
function In(e) {
|
869
867
|
if (e.length === 0)
|
870
868
|
throw new Error("Number skeleton cannot be empty");
|
871
|
-
for (var t = e.split(
|
869
|
+
for (var t = e.split(Ln).filter(function(c) {
|
872
870
|
return c.length > 0;
|
873
871
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
874
872
|
var o = i[n], s = o.split("/");
|
@@ -883,17 +881,17 @@ function Rn(e) {
|
|
883
881
|
}
|
884
882
|
return r;
|
885
883
|
}
|
886
|
-
function
|
884
|
+
function Nn(e) {
|
887
885
|
return e.replace(/^(.*?)-/, "");
|
888
886
|
}
|
889
|
-
var
|
890
|
-
function
|
887
|
+
var pt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, rr = /^(@+)?(\+|#+)?[rs]?$/g, Mn = /(\*)(0+)|(#+)(0+)|(0+)/g, nr = /^(0+)$/;
|
888
|
+
function mt(e) {
|
891
889
|
var t = {};
|
892
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
890
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(rr, function(r, n, i) {
|
893
891
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
894
892
|
}), t;
|
895
893
|
}
|
896
|
-
function
|
894
|
+
function ir(e) {
|
897
895
|
switch (e) {
|
898
896
|
case "sign-auto":
|
899
897
|
return {
|
@@ -933,7 +931,7 @@ function ar(e) {
|
|
933
931
|
};
|
934
932
|
}
|
935
933
|
}
|
936
|
-
function
|
934
|
+
function Rn(e) {
|
937
935
|
var t;
|
938
936
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
939
937
|
notation: "engineering"
|
@@ -941,17 +939,17 @@ function Un(e) {
|
|
941
939
|
notation: "scientific"
|
942
940
|
}, e = e.slice(1)), t) {
|
943
941
|
var r = e.slice(0, 2);
|
944
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
942
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !nr.test(e))
|
945
943
|
throw new Error("Malformed concise eng/scientific notation");
|
946
944
|
t.minimumIntegerDigits = e.length;
|
947
945
|
}
|
948
946
|
return t;
|
949
947
|
}
|
950
|
-
function
|
951
|
-
var t = {}, r =
|
948
|
+
function bt(e) {
|
949
|
+
var t = {}, r = ir(e);
|
952
950
|
return r || t;
|
953
951
|
}
|
954
|
-
function
|
952
|
+
function $n(e) {
|
955
953
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
956
954
|
var i = n[r];
|
957
955
|
switch (i.stem) {
|
@@ -975,7 +973,7 @@ function Dn(e) {
|
|
975
973
|
continue;
|
976
974
|
case "measure-unit":
|
977
975
|
case "unit":
|
978
|
-
t.style = "unit", t.unit =
|
976
|
+
t.style = "unit", t.unit = Nn(i.options[0]);
|
979
977
|
continue;
|
980
978
|
case "compact-short":
|
981
979
|
case "K":
|
@@ -987,12 +985,12 @@ function Dn(e) {
|
|
987
985
|
continue;
|
988
986
|
case "scientific":
|
989
987
|
t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
990
|
-
return _(_({}, h),
|
988
|
+
return _(_({}, h), bt(u));
|
991
989
|
}, {}));
|
992
990
|
continue;
|
993
991
|
case "engineering":
|
994
992
|
t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
995
|
-
return _(_({}, h),
|
993
|
+
return _(_({}, h), bt(u));
|
996
994
|
}, {}));
|
997
995
|
continue;
|
998
996
|
case "notation-simple":
|
@@ -1037,7 +1035,7 @@ function Dn(e) {
|
|
1037
1035
|
case "integer-width":
|
1038
1036
|
if (i.options.length > 1)
|
1039
1037
|
throw new RangeError("integer-width stems only accept a single optional option");
|
1040
|
-
i.options[0].replace(
|
1038
|
+
i.options[0].replace(Mn, function(h, u, l, f, c, d) {
|
1041
1039
|
if (u)
|
1042
1040
|
t.minimumIntegerDigits = l.length;
|
1043
1041
|
else {
|
@@ -1050,27 +1048,27 @@ function Dn(e) {
|
|
1050
1048
|
});
|
1051
1049
|
continue;
|
1052
1050
|
}
|
1053
|
-
if (
|
1051
|
+
if (nr.test(i.stem)) {
|
1054
1052
|
t.minimumIntegerDigits = i.stem.length;
|
1055
1053
|
continue;
|
1056
1054
|
}
|
1057
|
-
if (
|
1055
|
+
if (pt.test(i.stem)) {
|
1058
1056
|
if (i.options.length > 1)
|
1059
1057
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
1060
|
-
i.stem.replace(
|
1058
|
+
i.stem.replace(pt, function(h, u, l, f, c, d) {
|
1061
1059
|
return l === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && d ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + d.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
1062
1060
|
});
|
1063
1061
|
var o = i.options[0];
|
1064
|
-
o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t),
|
1062
|
+
o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), mt(o)));
|
1065
1063
|
continue;
|
1066
1064
|
}
|
1067
|
-
if (
|
1068
|
-
t = _(_({}, t),
|
1065
|
+
if (rr.test(i.stem)) {
|
1066
|
+
t = _(_({}, t), mt(i.stem));
|
1069
1067
|
continue;
|
1070
1068
|
}
|
1071
|
-
var s =
|
1069
|
+
var s = ir(i.stem);
|
1072
1070
|
s && (t = _(_({}, t), s));
|
1073
|
-
var a =
|
1071
|
+
var a = Rn(i.stem);
|
1074
1072
|
a && (t = _(_({}, t), a));
|
1075
1073
|
}
|
1076
1074
|
return t;
|
@@ -2490,13 +2488,13 @@ var fe = {
|
|
2490
2488
|
"h"
|
2491
2489
|
]
|
2492
2490
|
};
|
2493
|
-
function
|
2491
|
+
function Gn(e, t) {
|
2494
2492
|
for (var r = "", n = 0; n < e.length; n++) {
|
2495
2493
|
var i = e.charAt(n);
|
2496
2494
|
if (i === "j") {
|
2497
2495
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
2498
2496
|
o++, n++;
|
2499
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u =
|
2497
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Un(t);
|
2500
2498
|
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
2501
2499
|
r += h;
|
2502
2500
|
for (; s-- > 0; )
|
@@ -2506,7 +2504,7 @@ function Fn(e, t) {
|
|
2506
2504
|
}
|
2507
2505
|
return r;
|
2508
2506
|
}
|
2509
|
-
function
|
2507
|
+
function Un(e) {
|
2510
2508
|
var t = e.hourCycle;
|
2511
2509
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
2512
2510
|
e.hourCycles && // @ts-ignore
|
@@ -2528,20 +2526,20 @@ function jn(e) {
|
|
2528
2526
|
var i = fe[n || ""] || fe[r || ""] || fe["".concat(r, "-001")] || fe["001"];
|
2529
2527
|
return i[0];
|
2530
2528
|
}
|
2531
|
-
var Me,
|
2529
|
+
var Me, Dn = new RegExp("^".concat(tr.source, "*")), Fn = new RegExp("".concat(tr.source, "*$"));
|
2532
2530
|
function y(e, t) {
|
2533
2531
|
return { start: e, end: t };
|
2534
2532
|
}
|
2535
|
-
var
|
2533
|
+
var jn = !!String.prototype.startsWith && "_a".startsWith("a", 1), kn = !!String.fromCodePoint, Vn = !!Object.fromEntries, Xn = !!String.prototype.codePointAt, Wn = !!String.prototype.trimStart, zn = !!String.prototype.trimEnd, Zn = !!Number.isSafeInteger, Qn = Zn ? Number.isSafeInteger : function(e) {
|
2536
2534
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
2537
|
-
},
|
2535
|
+
}, Xe = !0;
|
2538
2536
|
try {
|
2539
|
-
var
|
2540
|
-
|
2537
|
+
var qn = sr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2538
|
+
Xe = ((Me = qn.exec("a")) === null || Me === void 0 ? void 0 : Me[0]) === "a";
|
2541
2539
|
} catch {
|
2542
|
-
|
2540
|
+
Xe = !1;
|
2543
2541
|
}
|
2544
|
-
var
|
2542
|
+
var gt = jn ? (
|
2545
2543
|
// Native
|
2546
2544
|
function(t, r, n) {
|
2547
2545
|
return t.startsWith(r, n);
|
@@ -2551,7 +2549,7 @@ var _t = Xn ? (
|
|
2551
2549
|
function(t, r, n) {
|
2552
2550
|
return t.slice(n, n + r.length) === r;
|
2553
2551
|
}
|
2554
|
-
),
|
2552
|
+
), We = kn ? String.fromCodePoint : (
|
2555
2553
|
// IE11
|
2556
2554
|
function() {
|
2557
2555
|
for (var t = [], r = 0; r < arguments.length; r++)
|
@@ -2563,9 +2561,9 @@ var _t = Xn ? (
|
|
2563
2561
|
}
|
2564
2562
|
return n;
|
2565
2563
|
}
|
2566
|
-
),
|
2564
|
+
), vt = (
|
2567
2565
|
// native
|
2568
|
-
|
2566
|
+
Vn ? Object.fromEntries : (
|
2569
2567
|
// Ponyfill
|
2570
2568
|
function(t) {
|
2571
2569
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
@@ -2575,7 +2573,7 @@ var _t = Xn ? (
|
|
2575
2573
|
return r;
|
2576
2574
|
}
|
2577
2575
|
)
|
2578
|
-
),
|
2576
|
+
), or = Xn ? (
|
2579
2577
|
// Native
|
2580
2578
|
function(t, r) {
|
2581
2579
|
return t.codePointAt(r);
|
@@ -2589,7 +2587,7 @@ var _t = Xn ? (
|
|
2589
2587
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
2590
2588
|
}
|
2591
2589
|
}
|
2592
|
-
),
|
2590
|
+
), Jn = Wn ? (
|
2593
2591
|
// Native
|
2594
2592
|
function(t) {
|
2595
2593
|
return t.trimStart();
|
@@ -2597,9 +2595,9 @@ var _t = Xn ? (
|
|
2597
2595
|
) : (
|
2598
2596
|
// Ponyfill
|
2599
2597
|
function(t) {
|
2600
|
-
return t.replace(
|
2598
|
+
return t.replace(Dn, "");
|
2601
2599
|
}
|
2602
|
-
),
|
2600
|
+
), Yn = zn ? (
|
2603
2601
|
// Native
|
2604
2602
|
function(t) {
|
2605
2603
|
return t.trimEnd();
|
@@ -2607,32 +2605,32 @@ var _t = Xn ? (
|
|
2607
2605
|
) : (
|
2608
2606
|
// Ponyfill
|
2609
2607
|
function(t) {
|
2610
|
-
return t.replace(
|
2608
|
+
return t.replace(Fn, "");
|
2611
2609
|
}
|
2612
2610
|
);
|
2613
|
-
function
|
2611
|
+
function sr(e, t) {
|
2614
2612
|
return new RegExp(e, t);
|
2615
2613
|
}
|
2616
|
-
var
|
2617
|
-
if (
|
2618
|
-
var
|
2619
|
-
|
2614
|
+
var ze;
|
2615
|
+
if (Xe) {
|
2616
|
+
var yt = sr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2617
|
+
ze = function(t, r) {
|
2620
2618
|
var n;
|
2621
|
-
|
2622
|
-
var i =
|
2619
|
+
yt.lastIndex = r;
|
2620
|
+
var i = yt.exec(t);
|
2623
2621
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
2624
2622
|
};
|
2625
2623
|
} else
|
2626
|
-
|
2624
|
+
ze = function(t, r) {
|
2627
2625
|
for (var n = []; ; ) {
|
2628
|
-
var i =
|
2629
|
-
if (i === void 0 ||
|
2626
|
+
var i = or(t, r);
|
2627
|
+
if (i === void 0 || ar(i) || ri(i))
|
2630
2628
|
break;
|
2631
2629
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
2632
2630
|
}
|
2633
|
-
return
|
2631
|
+
return We.apply(void 0, n);
|
2634
2632
|
};
|
2635
|
-
var
|
2633
|
+
var Kn = (
|
2636
2634
|
/** @class */
|
2637
2635
|
function() {
|
2638
2636
|
function e(t, r) {
|
@@ -2663,7 +2661,7 @@ var ri = (
|
|
2663
2661
|
if (n)
|
2664
2662
|
break;
|
2665
2663
|
return this.error(v.UNMATCHED_CLOSING_TAG, y(this.clonePosition(), this.clonePosition()));
|
2666
|
-
} else if (o === 60 && !this.ignoreTag &&
|
2664
|
+
} else if (o === 60 && !this.ignoreTag && Ze(this.peek() || 0)) {
|
2667
2665
|
var s = this.parseTag(t, r);
|
2668
2666
|
if (s.err)
|
2669
2667
|
return s;
|
@@ -2696,7 +2694,7 @@ var ri = (
|
|
2696
2694
|
return o;
|
2697
2695
|
var s = o.val, a = this.clonePosition();
|
2698
2696
|
if (this.bumpIf("</")) {
|
2699
|
-
if (this.isEOF() || !
|
2697
|
+
if (this.isEOF() || !Ze(this.char()))
|
2700
2698
|
return this.error(v.INVALID_TAG, y(a, this.clonePosition()));
|
2701
2699
|
var h = this.clonePosition(), u = this.parseTagName();
|
2702
2700
|
return i !== u ? this.error(v.UNMATCHED_CLOSING_TAG, y(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
@@ -2714,7 +2712,7 @@ var ri = (
|
|
2714
2712
|
return this.error(v.INVALID_TAG, y(n, this.clonePosition()));
|
2715
2713
|
}, e.prototype.parseTagName = function() {
|
2716
2714
|
var t = this.offset();
|
2717
|
-
for (this.bump(); !this.isEOF() &&
|
2715
|
+
for (this.bump(); !this.isEOF() && ti(this.char()); )
|
2718
2716
|
this.bump();
|
2719
2717
|
return this.message.slice(t, this.offset());
|
2720
2718
|
}, e.prototype.parseLiteral = function(t, r) {
|
@@ -2743,7 +2741,7 @@ var ri = (
|
|
2743
2741
|
};
|
2744
2742
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
2745
2743
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
2746
|
-
!
|
2744
|
+
!ei(this.peek() || 0)) ? (this.bump(), "<") : null;
|
2747
2745
|
}, e.prototype.tryParseQuote = function(t) {
|
2748
2746
|
if (this.isEOF() || this.char() !== 39)
|
2749
2747
|
return null;
|
@@ -2777,12 +2775,12 @@ var ri = (
|
|
2777
2775
|
r.push(n);
|
2778
2776
|
this.bump();
|
2779
2777
|
}
|
2780
|
-
return
|
2778
|
+
return We.apply(void 0, r);
|
2781
2779
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
2782
2780
|
if (this.isEOF())
|
2783
2781
|
return null;
|
2784
2782
|
var n = this.char();
|
2785
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
2783
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), We(n));
|
2786
2784
|
}, e.prototype.parseArgument = function(t, r) {
|
2787
2785
|
var n = this.clonePosition();
|
2788
2786
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
@@ -2811,7 +2809,7 @@ var ri = (
|
|
2811
2809
|
return this.error(v.MALFORMED_ARGUMENT, y(n, this.clonePosition()));
|
2812
2810
|
}
|
2813
2811
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
2814
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
2812
|
+
var t = this.clonePosition(), r = this.offset(), n = ze(this.message, r), i = r + n.length;
|
2815
2813
|
this.bumpTo(i);
|
2816
2814
|
var o = this.clonePosition(), s = y(t, o);
|
2817
2815
|
return { value: n, location: s };
|
@@ -2830,7 +2828,7 @@ var ri = (
|
|
2830
2828
|
var l = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
|
2831
2829
|
if (f.err)
|
2832
2830
|
return f;
|
2833
|
-
var c =
|
2831
|
+
var c = Yn(f.val);
|
2834
2832
|
if (c.length === 0)
|
2835
2833
|
return this.error(v.EXPECT_ARGUMENT_STYLE, y(this.clonePosition(), this.clonePosition()));
|
2836
2834
|
var d = y(l, this.clonePosition());
|
@@ -2840,8 +2838,8 @@ var ri = (
|
|
2840
2838
|
if (m.err)
|
2841
2839
|
return m;
|
2842
2840
|
var b = y(i, this.clonePosition());
|
2843
|
-
if (u &&
|
2844
|
-
var g =
|
2841
|
+
if (u && gt(u?.style, "::", 0)) {
|
2842
|
+
var g = Jn(u.style.slice(2));
|
2845
2843
|
if (a === "number") {
|
2846
2844
|
var f = this.parseNumberSkeletonFromString(g, u.styleLocation);
|
2847
2845
|
return f.err ? f : {
|
@@ -2852,15 +2850,15 @@ var ri = (
|
|
2852
2850
|
if (g.length === 0)
|
2853
2851
|
return this.error(v.EXPECT_DATE_TIME_SKELETON, b);
|
2854
2852
|
var S = g;
|
2855
|
-
this.locale && (S =
|
2853
|
+
this.locale && (S = Gn(g, this.locale));
|
2856
2854
|
var c = {
|
2857
2855
|
type: Y.dateTime,
|
2858
2856
|
pattern: S,
|
2859
2857
|
location: u.styleLocation,
|
2860
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2861
|
-
},
|
2858
|
+
parsedOptions: this.shouldParseSkeletons ? On(S) : {}
|
2859
|
+
}, x = a === "date" ? w.date : w.time;
|
2862
2860
|
return {
|
2863
|
-
val: { type:
|
2861
|
+
val: { type: x, value: n, location: b, style: c },
|
2864
2862
|
err: null
|
2865
2863
|
};
|
2866
2864
|
}
|
@@ -2903,7 +2901,7 @@ var ri = (
|
|
2903
2901
|
val: {
|
2904
2902
|
type: w.select,
|
2905
2903
|
value: n,
|
2906
|
-
options:
|
2904
|
+
options: vt(j.val),
|
2907
2905
|
location: X
|
2908
2906
|
},
|
2909
2907
|
err: null
|
@@ -2911,7 +2909,7 @@ var ri = (
|
|
2911
2909
|
val: {
|
2912
2910
|
type: w.plural,
|
2913
2911
|
value: n,
|
2914
|
-
options:
|
2912
|
+
options: vt(j.val),
|
2915
2913
|
offset: L,
|
2916
2914
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
2917
2915
|
location: X
|
@@ -2962,7 +2960,7 @@ var ri = (
|
|
2962
2960
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
2963
2961
|
var n = [];
|
2964
2962
|
try {
|
2965
|
-
n =
|
2963
|
+
n = In(t);
|
2966
2964
|
} catch {
|
2967
2965
|
return this.error(v.INVALID_NUMBER_SKELETON, r);
|
2968
2966
|
}
|
@@ -2971,7 +2969,7 @@ var ri = (
|
|
2971
2969
|
type: Y.number,
|
2972
2970
|
tokens: n,
|
2973
2971
|
location: r,
|
2974
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2972
|
+
parsedOptions: this.shouldParseSkeletons ? $n(n) : {}
|
2975
2973
|
},
|
2976
2974
|
err: null
|
2977
2975
|
};
|
@@ -3019,7 +3017,7 @@ var ri = (
|
|
3019
3017
|
break;
|
3020
3018
|
}
|
3021
3019
|
var h = y(i, this.clonePosition());
|
3022
|
-
return o ? (s *= n,
|
3020
|
+
return o ? (s *= n, Qn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
|
3023
3021
|
}, e.prototype.offset = function() {
|
3024
3022
|
return this.position.offset;
|
3025
3023
|
}, e.prototype.isEOF = function() {
|
@@ -3034,7 +3032,7 @@ var ri = (
|
|
3034
3032
|
var t = this.position.offset;
|
3035
3033
|
if (t >= this.message.length)
|
3036
3034
|
throw Error("out of bound");
|
3037
|
-
var r =
|
3035
|
+
var r = or(this.message, t);
|
3038
3036
|
if (r === void 0)
|
3039
3037
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
3040
3038
|
return r;
|
@@ -3053,7 +3051,7 @@ var ri = (
|
|
3053
3051
|
t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
|
3054
3052
|
}
|
3055
3053
|
}, e.prototype.bumpIf = function(t) {
|
3056
|
-
if (
|
3054
|
+
if (gt(this.message, t, this.offset())) {
|
3057
3055
|
for (var r = 0; r < t.length; r++)
|
3058
3056
|
this.bump();
|
3059
3057
|
return !0;
|
@@ -3075,7 +3073,7 @@ var ri = (
|
|
3075
3073
|
break;
|
3076
3074
|
}
|
3077
3075
|
}, e.prototype.bumpSpace = function() {
|
3078
|
-
for (; !this.isEOF() &&
|
3076
|
+
for (; !this.isEOF() && ar(this.char()); )
|
3079
3077
|
this.bump();
|
3080
3078
|
}, e.prototype.peek = function() {
|
3081
3079
|
if (this.isEOF())
|
@@ -3085,38 +3083,38 @@ var ri = (
|
|
3085
3083
|
}, e;
|
3086
3084
|
}()
|
3087
3085
|
);
|
3088
|
-
function
|
3086
|
+
function Ze(e) {
|
3089
3087
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
3090
3088
|
}
|
3091
|
-
function
|
3092
|
-
return
|
3089
|
+
function ei(e) {
|
3090
|
+
return Ze(e) || e === 47;
|
3093
3091
|
}
|
3094
|
-
function
|
3092
|
+
function ti(e) {
|
3095
3093
|
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;
|
3096
3094
|
}
|
3097
|
-
function
|
3095
|
+
function ar(e) {
|
3098
3096
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
3099
3097
|
}
|
3100
|
-
function
|
3098
|
+
function ri(e) {
|
3101
3099
|
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;
|
3102
3100
|
}
|
3103
|
-
function
|
3101
|
+
function Qe(e) {
|
3104
3102
|
e.forEach(function(t) {
|
3105
|
-
if (delete t.location,
|
3103
|
+
if (delete t.location, Jt(t) || Yt(t))
|
3106
3104
|
for (var r in t.options)
|
3107
|
-
delete t.options[r].location,
|
3105
|
+
delete t.options[r].location, Qe(t.options[r].value);
|
3108
3106
|
else
|
3109
|
-
|
3107
|
+
Zt(t) && er(t.style) || (Qt(t) || qt(t)) && Ve(t.style) ? delete t.style.location : Kt(t) && Qe(t.children);
|
3110
3108
|
});
|
3111
3109
|
}
|
3112
|
-
function
|
3110
|
+
function ni(e, t) {
|
3113
3111
|
t === void 0 && (t = {}), t = _({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
3114
|
-
var r = new
|
3112
|
+
var r = new Kn(e, t).parse();
|
3115
3113
|
if (r.err) {
|
3116
3114
|
var n = SyntaxError(v[r.err.kind]);
|
3117
3115
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
3118
3116
|
}
|
3119
|
-
return t?.captureLocation ||
|
3117
|
+
return t?.captureLocation || Qe(r.val), r.val;
|
3120
3118
|
}
|
3121
3119
|
var K;
|
3122
3120
|
(function(e) {
|
@@ -3134,7 +3132,7 @@ var He = (
|
|
3134
3132
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
3135
3133
|
}, t;
|
3136
3134
|
}(Error)
|
3137
|
-
),
|
3135
|
+
), _t = (
|
3138
3136
|
/** @class */
|
3139
3137
|
function(e) {
|
3140
3138
|
U(t, e);
|
@@ -3143,7 +3141,7 @@ var He = (
|
|
3143
3141
|
}
|
3144
3142
|
return t;
|
3145
3143
|
}(He)
|
3146
|
-
),
|
3144
|
+
), ii = (
|
3147
3145
|
/** @class */
|
3148
3146
|
function(e) {
|
3149
3147
|
U(t, e);
|
@@ -3152,7 +3150,7 @@ var He = (
|
|
3152
3150
|
}
|
3153
3151
|
return t;
|
3154
3152
|
}(He)
|
3155
|
-
),
|
3153
|
+
), oi = (
|
3156
3154
|
/** @class */
|
3157
3155
|
function(e) {
|
3158
3156
|
U(t, e);
|
@@ -3165,17 +3163,17 @@ var He = (
|
|
3165
3163
|
(function(e) {
|
3166
3164
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
3167
3165
|
})(B || (B = {}));
|
3168
|
-
function
|
3166
|
+
function si(e) {
|
3169
3167
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
3170
3168
|
var n = t[t.length - 1];
|
3171
3169
|
return !n || n.type !== B.literal || r.type !== B.literal ? t.push(r) : n.value += r.value, t;
|
3172
3170
|
}, []);
|
3173
3171
|
}
|
3174
|
-
function
|
3172
|
+
function ai(e) {
|
3175
3173
|
return typeof e == "function";
|
3176
3174
|
}
|
3177
3175
|
function me(e, t, r, n, i, o, s) {
|
3178
|
-
if (e.length === 1 &&
|
3176
|
+
if (e.length === 1 && dt(e[0]))
|
3179
3177
|
return [
|
3180
3178
|
{
|
3181
3179
|
type: B.literal,
|
@@ -3184,14 +3182,14 @@ function me(e, t, r, n, i, o, s) {
|
|
3184
3182
|
];
|
3185
3183
|
for (var a = [], h = 0, u = e; h < u.length; h++) {
|
3186
3184
|
var l = u[h];
|
3187
|
-
if (
|
3185
|
+
if (dt(l)) {
|
3188
3186
|
a.push({
|
3189
3187
|
type: B.literal,
|
3190
3188
|
value: l.value
|
3191
3189
|
});
|
3192
3190
|
continue;
|
3193
3191
|
}
|
3194
|
-
if (
|
3192
|
+
if (Bn(l)) {
|
3195
3193
|
typeof o == "number" && a.push({
|
3196
3194
|
type: B.literal,
|
3197
3195
|
value: r.getNumberFormat(t).format(o)
|
@@ -3200,61 +3198,61 @@ function me(e, t, r, n, i, o, s) {
|
|
3200
3198
|
}
|
3201
3199
|
var f = l.value;
|
3202
3200
|
if (!(i && f in i))
|
3203
|
-
throw new
|
3201
|
+
throw new oi(f, s);
|
3204
3202
|
var c = i[f];
|
3205
|
-
if (
|
3203
|
+
if (Pn(l)) {
|
3206
3204
|
(!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
|
3207
3205
|
type: typeof c == "string" ? B.literal : B.object,
|
3208
3206
|
value: c
|
3209
3207
|
});
|
3210
3208
|
continue;
|
3211
3209
|
}
|
3212
|
-
if (
|
3213
|
-
var d = typeof l.style == "string" ? n.date[l.style] :
|
3210
|
+
if (Qt(l)) {
|
3211
|
+
var d = typeof l.style == "string" ? n.date[l.style] : Ve(l.style) ? l.style.parsedOptions : void 0;
|
3214
3212
|
a.push({
|
3215
3213
|
type: B.literal,
|
3216
3214
|
value: r.getDateTimeFormat(t, d).format(c)
|
3217
3215
|
});
|
3218
3216
|
continue;
|
3219
3217
|
}
|
3220
|
-
if (
|
3221
|
-
var d = typeof l.style == "string" ? n.time[l.style] :
|
3218
|
+
if (qt(l)) {
|
3219
|
+
var d = typeof l.style == "string" ? n.time[l.style] : Ve(l.style) ? l.style.parsedOptions : n.time.medium;
|
3222
3220
|
a.push({
|
3223
3221
|
type: B.literal,
|
3224
3222
|
value: r.getDateTimeFormat(t, d).format(c)
|
3225
3223
|
});
|
3226
3224
|
continue;
|
3227
3225
|
}
|
3228
|
-
if (
|
3229
|
-
var d = typeof l.style == "string" ? n.number[l.style] :
|
3226
|
+
if (Zt(l)) {
|
3227
|
+
var d = typeof l.style == "string" ? n.number[l.style] : er(l.style) ? l.style.parsedOptions : void 0;
|
3230
3228
|
d && d.scale && (c = c * (d.scale || 1)), a.push({
|
3231
3229
|
type: B.literal,
|
3232
3230
|
value: r.getNumberFormat(t, d).format(c)
|
3233
3231
|
});
|
3234
3232
|
continue;
|
3235
3233
|
}
|
3236
|
-
if (
|
3234
|
+
if (Kt(l)) {
|
3237
3235
|
var m = l.children, b = l.value, g = i[b];
|
3238
|
-
if (!
|
3239
|
-
throw new
|
3240
|
-
var S = me(m, t, r, n, i, o),
|
3236
|
+
if (!ai(g))
|
3237
|
+
throw new ii(b, "function", s);
|
3238
|
+
var S = me(m, t, r, n, i, o), x = g(S.map(function(L) {
|
3241
3239
|
return L.value;
|
3242
3240
|
}));
|
3243
|
-
Array.isArray(
|
3241
|
+
Array.isArray(x) || (x = [x]), a.push.apply(a, x.map(function(L) {
|
3244
3242
|
return {
|
3245
3243
|
type: typeof L == "string" ? B.literal : B.object,
|
3246
3244
|
value: L
|
3247
3245
|
};
|
3248
3246
|
}));
|
3249
3247
|
}
|
3250
|
-
if (
|
3248
|
+
if (Jt(l)) {
|
3251
3249
|
var T = l.options[c] || l.options.other;
|
3252
3250
|
if (!T)
|
3253
|
-
throw new
|
3251
|
+
throw new _t(l.value, c, Object.keys(l.options), s);
|
3254
3252
|
a.push.apply(a, me(T.value, t, r, n, i));
|
3255
3253
|
continue;
|
3256
3254
|
}
|
3257
|
-
if (
|
3255
|
+
if (Yt(l)) {
|
3258
3256
|
var T = l.options["=".concat(c)];
|
3259
3257
|
if (!T) {
|
3260
3258
|
if (!Intl.PluralRules)
|
@@ -3265,21 +3263,21 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3265
3263
|
T = l.options[D] || l.options.other;
|
3266
3264
|
}
|
3267
3265
|
if (!T)
|
3268
|
-
throw new
|
3266
|
+
throw new _t(l.value, c, Object.keys(l.options), s);
|
3269
3267
|
a.push.apply(a, me(T.value, t, r, n, i, c - (l.offset || 0)));
|
3270
3268
|
continue;
|
3271
3269
|
}
|
3272
3270
|
}
|
3273
|
-
return
|
3271
|
+
return si(a);
|
3274
3272
|
}
|
3275
|
-
function
|
3273
|
+
function li(e, t) {
|
3276
3274
|
return t ? _(_(_({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
3277
3275
|
return r[n] = _(_({}, e[n]), t[n] || {}), r;
|
3278
3276
|
}, {})) : e;
|
3279
3277
|
}
|
3280
|
-
function
|
3278
|
+
function ui(e, t) {
|
3281
3279
|
return t ? Object.keys(e).reduce(function(r, n) {
|
3282
|
-
return r[n] =
|
3280
|
+
return r[n] = li(e[n], t[n]), r;
|
3283
3281
|
}, _({}, e)) : e;
|
3284
3282
|
}
|
3285
3283
|
function Re(e) {
|
@@ -3296,7 +3294,7 @@ function Re(e) {
|
|
3296
3294
|
}
|
3297
3295
|
};
|
3298
3296
|
}
|
3299
|
-
function
|
3297
|
+
function hi(e) {
|
3300
3298
|
return e === void 0 && (e = {
|
3301
3299
|
number: {},
|
3302
3300
|
dateTime: {},
|
@@ -3328,7 +3326,7 @@ function di(e) {
|
|
3328
3326
|
})
|
3329
3327
|
};
|
3330
3328
|
}
|
3331
|
-
var
|
3329
|
+
var ci = (
|
3332
3330
|
/** @class */
|
3333
3331
|
function() {
|
3334
3332
|
function e(t, r, n, i) {
|
@@ -3360,13 +3358,13 @@ var pi = (
|
|
3360
3358
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
3361
3359
|
var s = i || {};
|
3362
3360
|
s.formatters;
|
3363
|
-
var a =
|
3361
|
+
var a = _n(s, ["formatters"]);
|
3364
3362
|
this.ast = e.__parse(t, _(_({}, a), { locale: this.resolvedLocale }));
|
3365
3363
|
} else
|
3366
3364
|
this.ast = t;
|
3367
3365
|
if (!Array.isArray(this.ast))
|
3368
3366
|
throw new TypeError("A message must be provided as a String or AST.");
|
3369
|
-
this.formats =
|
3367
|
+
this.formats = ui(e.formats, n), this.formatters = i && i.formatters || hi(this.formatterCache);
|
3370
3368
|
}
|
3371
3369
|
return Object.defineProperty(e, "defaultLocale", {
|
3372
3370
|
get: function() {
|
@@ -3379,7 +3377,7 @@ var pi = (
|
|
3379
3377
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
3380
3378
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
3381
3379
|
}
|
3382
|
-
}, e.__parse =
|
3380
|
+
}, e.__parse = ni, e.formats = {
|
3383
3381
|
number: {
|
3384
3382
|
integer: {
|
3385
3383
|
maximumFractionDigits: 0
|
@@ -3440,7 +3438,7 @@ var pi = (
|
|
3440
3438
|
}, e;
|
3441
3439
|
}()
|
3442
3440
|
);
|
3443
|
-
function
|
3441
|
+
function fi(e, t) {
|
3444
3442
|
if (t == null)
|
3445
3443
|
return;
|
3446
3444
|
if (t in e)
|
@@ -3461,92 +3459,92 @@ function mi(e, t) {
|
|
3461
3459
|
n = void 0;
|
3462
3460
|
return n;
|
3463
3461
|
}
|
3464
|
-
const F = {},
|
3462
|
+
const F = {}, di = (e, t, r) => r && (t in F || (F[t] = {}), e in F[t] || (F[t][e] = r), r), lr = (e, t) => {
|
3465
3463
|
if (t == null)
|
3466
3464
|
return;
|
3467
3465
|
if (t in F && e in F[t])
|
3468
3466
|
return F[t][e];
|
3469
3467
|
const r = Ce(t);
|
3470
3468
|
for (let n = 0; n < r.length; n++) {
|
3471
|
-
const i = r[n], o =
|
3469
|
+
const i = r[n], o = mi(i, e);
|
3472
3470
|
if (o)
|
3473
|
-
return
|
3471
|
+
return di(e, t, o);
|
3474
3472
|
}
|
3475
3473
|
};
|
3476
|
-
let
|
3474
|
+
let rt;
|
3477
3475
|
const he = Te({});
|
3478
|
-
function
|
3479
|
-
return
|
3476
|
+
function pi(e) {
|
3477
|
+
return rt[e] || null;
|
3480
3478
|
}
|
3481
|
-
function
|
3482
|
-
return e in
|
3479
|
+
function ur(e) {
|
3480
|
+
return e in rt;
|
3483
3481
|
}
|
3484
|
-
function
|
3485
|
-
if (!
|
3482
|
+
function mi(e, t) {
|
3483
|
+
if (!ur(e))
|
3486
3484
|
return null;
|
3487
|
-
const r =
|
3488
|
-
return
|
3485
|
+
const r = pi(e);
|
3486
|
+
return fi(r, t);
|
3489
3487
|
}
|
3490
|
-
function
|
3488
|
+
function bi(e) {
|
3491
3489
|
if (e == null)
|
3492
3490
|
return;
|
3493
3491
|
const t = Ce(e);
|
3494
3492
|
for (let r = 0; r < t.length; r++) {
|
3495
3493
|
const n = t[r];
|
3496
|
-
if (
|
3494
|
+
if (ur(n))
|
3497
3495
|
return n;
|
3498
3496
|
}
|
3499
3497
|
}
|
3500
|
-
function
|
3501
|
-
delete F[e], he.update((r) => (r[e] =
|
3498
|
+
function hr(e, ...t) {
|
3499
|
+
delete F[e], he.update((r) => (r[e] = yn.all([r[e] || {}, ...t]), r));
|
3502
3500
|
}
|
3503
3501
|
re(
|
3504
3502
|
[he],
|
3505
3503
|
([e]) => Object.keys(e)
|
3506
3504
|
);
|
3507
|
-
he.subscribe((e) =>
|
3505
|
+
he.subscribe((e) => rt = e);
|
3508
3506
|
const be = {};
|
3509
|
-
function
|
3507
|
+
function gi(e, t) {
|
3510
3508
|
be[e].delete(t), be[e].size === 0 && delete be[e];
|
3511
3509
|
}
|
3512
|
-
function
|
3510
|
+
function cr(e) {
|
3513
3511
|
return be[e];
|
3514
3512
|
}
|
3515
|
-
function
|
3513
|
+
function vi(e) {
|
3516
3514
|
return Ce(e).map((t) => {
|
3517
|
-
const r =
|
3515
|
+
const r = cr(t);
|
3518
3516
|
return [t, r ? [...r] : []];
|
3519
3517
|
}).filter(([, t]) => t.length > 0);
|
3520
3518
|
}
|
3521
|
-
function
|
3519
|
+
function qe(e) {
|
3522
3520
|
return e == null ? !1 : Ce(e).some(
|
3523
3521
|
(t) => {
|
3524
3522
|
var r;
|
3525
|
-
return (r =
|
3523
|
+
return (r = cr(t)) == null ? void 0 : r.size;
|
3526
3524
|
}
|
3527
3525
|
);
|
3528
3526
|
}
|
3529
|
-
function
|
3527
|
+
function yi(e, t) {
|
3530
3528
|
return Promise.all(
|
3531
|
-
t.map((n) => (
|
3532
|
-
).then((n) =>
|
3529
|
+
t.map((n) => (gi(e, n), n().then((i) => i.default || i)))
|
3530
|
+
).then((n) => hr(e, ...n));
|
3533
3531
|
}
|
3534
3532
|
const oe = {};
|
3535
|
-
function
|
3536
|
-
if (!
|
3533
|
+
function fr(e) {
|
3534
|
+
if (!qe(e))
|
3537
3535
|
return e in oe ? oe[e] : Promise.resolve();
|
3538
|
-
const t =
|
3536
|
+
const t = vi(e);
|
3539
3537
|
return oe[e] = Promise.all(
|
3540
3538
|
t.map(
|
3541
|
-
([r, n]) =>
|
3539
|
+
([r, n]) => yi(r, n)
|
3542
3540
|
)
|
3543
3541
|
).then(() => {
|
3544
|
-
if (
|
3545
|
-
return
|
3542
|
+
if (qe(e))
|
3543
|
+
return fr(e);
|
3546
3544
|
delete oe[e];
|
3547
3545
|
}), oe[e];
|
3548
3546
|
}
|
3549
|
-
const
|
3547
|
+
const _i = {
|
3550
3548
|
number: {
|
3551
3549
|
scientific: { notation: "scientific" },
|
3552
3550
|
engineering: { notation: "engineering" },
|
@@ -3575,57 +3573,57 @@ const Si = {
|
|
3575
3573
|
timeZoneName: "short"
|
3576
3574
|
}
|
3577
3575
|
}
|
3578
|
-
},
|
3576
|
+
}, xi = {
|
3579
3577
|
fallbackLocale: null,
|
3580
3578
|
loadingDelay: 200,
|
3581
|
-
formats:
|
3579
|
+
formats: _i,
|
3582
3580
|
warnOnMissingMessages: !0,
|
3583
3581
|
handleMissingMessage: void 0,
|
3584
3582
|
ignoreTag: !0
|
3585
|
-
},
|
3583
|
+
}, Ei = xi;
|
3586
3584
|
function ee() {
|
3587
|
-
return
|
3585
|
+
return Ei;
|
3588
3586
|
}
|
3589
3587
|
const $e = Te(!1);
|
3590
|
-
var
|
3588
|
+
var Si = Object.defineProperty, wi = Object.defineProperties, Ti = Object.getOwnPropertyDescriptors, xt = Object.getOwnPropertySymbols, Hi = Object.prototype.hasOwnProperty, Ci = Object.prototype.propertyIsEnumerable, Et = (e, t, r) => t in e ? Si(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Pi = (e, t) => {
|
3591
3589
|
for (var r in t || (t = {}))
|
3592
|
-
|
3593
|
-
if (
|
3594
|
-
for (var r of
|
3595
|
-
|
3590
|
+
Hi.call(t, r) && Et(e, r, t[r]);
|
3591
|
+
if (xt)
|
3592
|
+
for (var r of xt(t))
|
3593
|
+
Ci.call(t, r) && Et(e, r, t[r]);
|
3596
3594
|
return e;
|
3597
|
-
},
|
3598
|
-
let
|
3599
|
-
const
|
3600
|
-
function
|
3595
|
+
}, Bi = (e, t) => wi(e, Ti(t));
|
3596
|
+
let Je;
|
3597
|
+
const Ee = Te(null);
|
3598
|
+
function St(e) {
|
3601
3599
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
3602
3600
|
}
|
3603
3601
|
function Ce(e, t = ee().fallbackLocale) {
|
3604
|
-
const r =
|
3605
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
3602
|
+
const r = St(e);
|
3603
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...St(t)])] : r;
|
3606
3604
|
}
|
3607
3605
|
function V() {
|
3608
|
-
return
|
3606
|
+
return Je ?? void 0;
|
3609
3607
|
}
|
3610
|
-
|
3611
|
-
|
3608
|
+
Ee.subscribe((e) => {
|
3609
|
+
Je = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
3612
3610
|
});
|
3613
|
-
const
|
3614
|
-
if (e &&
|
3611
|
+
const Ai = (e) => {
|
3612
|
+
if (e && bi(e) && qe(e)) {
|
3615
3613
|
const { loadingDelay: t } = ee();
|
3616
3614
|
let r;
|
3617
3615
|
return typeof window < "u" && V() != null && t ? r = window.setTimeout(
|
3618
3616
|
() => $e.set(!0),
|
3619
3617
|
t
|
3620
|
-
) : $e.set(!0),
|
3621
|
-
|
3618
|
+
) : $e.set(!0), fr(e).then(() => {
|
3619
|
+
Ee.set(e);
|
3622
3620
|
}).finally(() => {
|
3623
3621
|
clearTimeout(r), $e.set(!1);
|
3624
3622
|
});
|
3625
3623
|
}
|
3626
|
-
return
|
3627
|
-
}, ne =
|
3628
|
-
set:
|
3624
|
+
return Ee.set(e);
|
3625
|
+
}, ne = Bi(Pi({}, Ee), {
|
3626
|
+
set: Ai
|
3629
3627
|
}), Pe = (e) => {
|
3630
3628
|
const t = /* @__PURE__ */ Object.create(null);
|
3631
3629
|
return (n) => {
|
@@ -3633,20 +3631,20 @@ const Ii = (e) => {
|
|
3633
3631
|
return i in t ? t[i] : t[i] = e(n);
|
3634
3632
|
};
|
3635
3633
|
};
|
3636
|
-
var
|
3634
|
+
var Oi = Object.defineProperty, Se = Object.getOwnPropertySymbols, dr = Object.prototype.hasOwnProperty, pr = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? Oi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, nt = (e, t) => {
|
3637
3635
|
for (var r in t || (t = {}))
|
3638
|
-
|
3636
|
+
dr.call(t, r) && wt(e, r, t[r]);
|
3639
3637
|
if (Se)
|
3640
3638
|
for (var r of Se(t))
|
3641
|
-
|
3639
|
+
pr.call(t, r) && wt(e, r, t[r]);
|
3642
3640
|
return e;
|
3643
3641
|
}, ie = (e, t) => {
|
3644
3642
|
var r = {};
|
3645
3643
|
for (var n in e)
|
3646
|
-
|
3644
|
+
dr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
3647
3645
|
if (e != null && Se)
|
3648
3646
|
for (var n of Se(e))
|
3649
|
-
t.indexOf(n) < 0 &&
|
3647
|
+
t.indexOf(n) < 0 && pr.call(e, n) && (r[n] = e[n]);
|
3650
3648
|
return r;
|
3651
3649
|
};
|
3652
3650
|
const ue = (e, t) => {
|
@@ -3654,21 +3652,21 @@ const ue = (e, t) => {
|
|
3654
3652
|
if (e in r && t in r[e])
|
3655
3653
|
return r[e][t];
|
3656
3654
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
3657
|
-
},
|
3655
|
+
}, Li = Pe(
|
3658
3656
|
(e) => {
|
3659
3657
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
3660
3658
|
if (r == null)
|
3661
3659
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
3662
3660
|
return n && (i = ue("number", n)), new Intl.NumberFormat(r, i);
|
3663
3661
|
}
|
3664
|
-
),
|
3662
|
+
), Ii = Pe(
|
3665
3663
|
(e) => {
|
3666
3664
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
3667
3665
|
if (r == null)
|
3668
3666
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
3669
3667
|
return n ? i = ue("date", n) : Object.keys(i).length === 0 && (i = ue("date", "short")), new Intl.DateTimeFormat(r, i);
|
3670
3668
|
}
|
3671
|
-
),
|
3669
|
+
), Ni = Pe(
|
3672
3670
|
(e) => {
|
3673
3671
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
3674
3672
|
if (r == null)
|
@@ -3677,33 +3675,33 @@ const ue = (e, t) => {
|
|
3677
3675
|
);
|
3678
3676
|
return n ? i = ue("time", n) : Object.keys(i).length === 0 && (i = ue("time", "short")), new Intl.DateTimeFormat(r, i);
|
3679
3677
|
}
|
3680
|
-
),
|
3678
|
+
), Mi = (e = {}) => {
|
3681
3679
|
var t = e, {
|
3682
3680
|
locale: r = V()
|
3683
3681
|
} = t, n = ie(t, [
|
3684
3682
|
"locale"
|
3685
3683
|
]);
|
3686
|
-
return
|
3687
|
-
},
|
3684
|
+
return Li(nt({ locale: r }, n));
|
3685
|
+
}, Ri = (e = {}) => {
|
3688
3686
|
var t = e, {
|
3689
3687
|
locale: r = V()
|
3690
3688
|
} = t, n = ie(t, [
|
3691
3689
|
"locale"
|
3692
3690
|
]);
|
3693
|
-
return
|
3694
|
-
},
|
3691
|
+
return Ii(nt({ locale: r }, n));
|
3692
|
+
}, $i = (e = {}) => {
|
3695
3693
|
var t = e, {
|
3696
3694
|
locale: r = V()
|
3697
3695
|
} = t, n = ie(t, [
|
3698
3696
|
"locale"
|
3699
3697
|
]);
|
3700
|
-
return
|
3701
|
-
},
|
3698
|
+
return Ni(nt({ locale: r }, n));
|
3699
|
+
}, Gi = Pe(
|
3702
3700
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
3703
|
-
(e, t = V()) => new
|
3701
|
+
(e, t = V()) => new ci(e, t, ee().formats, {
|
3704
3702
|
ignoreTag: ee().ignoreTag
|
3705
3703
|
})
|
3706
|
-
),
|
3704
|
+
), Ui = (e, t = {}) => {
|
3707
3705
|
var r, n, i, o;
|
3708
3706
|
let s = t;
|
3709
3707
|
typeof e == "object" && (s = e, e = s.id);
|
@@ -3716,7 +3714,7 @@ const ue = (e, t) => {
|
|
3716
3714
|
throw new Error(
|
3717
3715
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
3718
3716
|
);
|
3719
|
-
let l =
|
3717
|
+
let l = lr(e, h);
|
3720
3718
|
if (!l)
|
3721
3719
|
l = (o = (i = (n = (r = ee()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
3722
3720
|
else if (typeof l != "string")
|
@@ -3727,7 +3725,7 @@ const ue = (e, t) => {
|
|
3727
3725
|
return l;
|
3728
3726
|
let f = l;
|
3729
3727
|
try {
|
3730
|
-
f =
|
3728
|
+
f = Gi(l, h).format(a);
|
3731
3729
|
} catch (c) {
|
3732
3730
|
c instanceof Error && console.warn(
|
3733
3731
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
@@ -3735,18 +3733,18 @@ const ue = (e, t) => {
|
|
3735
3733
|
);
|
3736
3734
|
}
|
3737
3735
|
return f;
|
3738
|
-
},
|
3739
|
-
re([ne], () =>
|
3740
|
-
re([ne], () =>
|
3741
|
-
re([ne], () =>
|
3742
|
-
re([ne, he], () =>
|
3743
|
-
function
|
3744
|
-
|
3745
|
-
}
|
3746
|
-
function
|
3736
|
+
}, Di = (e, t) => $i(t).format(e), Fi = (e, t) => Ri(t).format(e), ji = (e, t) => Mi(t).format(e), ki = (e, t = V()) => lr(e, t), Vi = re([ne, he], () => Ui);
|
3737
|
+
re([ne], () => Di);
|
3738
|
+
re([ne], () => Fi);
|
3739
|
+
re([ne], () => ji);
|
3740
|
+
re([ne, he], () => ki);
|
3741
|
+
function Tt(e, t) {
|
3742
|
+
hr(e, t);
|
3743
|
+
}
|
3744
|
+
function Xi(e) {
|
3747
3745
|
ne.set(e);
|
3748
3746
|
}
|
3749
|
-
const
|
3747
|
+
const Ht = {
|
3750
3748
|
en: {
|
3751
3749
|
collections: "Game Collections",
|
3752
3750
|
providers: "Game Providers",
|
@@ -3846,13 +3844,13 @@ const Bt = {
|
|
3846
3844
|
function G(e) {
|
3847
3845
|
return typeof e == "function";
|
3848
3846
|
}
|
3849
|
-
function
|
3847
|
+
function mr(e) {
|
3850
3848
|
var t = function(n) {
|
3851
3849
|
Error.call(n), n.stack = new Error().stack;
|
3852
3850
|
}, r = e(t);
|
3853
3851
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
3854
3852
|
}
|
3855
|
-
var Ge =
|
3853
|
+
var Ge = mr(function(e) {
|
3856
3854
|
return function(r) {
|
3857
3855
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
3858
3856
|
` + r.map(function(n, i) {
|
@@ -3861,7 +3859,7 @@ var Ge = vr(function(e) {
|
|
3861
3859
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
3862
3860
|
};
|
3863
3861
|
});
|
3864
|
-
function
|
3862
|
+
function Ye(e, t) {
|
3865
3863
|
if (e) {
|
3866
3864
|
var r = e.indexOf(t);
|
3867
3865
|
0 <= r && e.splice(r, 1);
|
@@ -3879,7 +3877,7 @@ var Be = function() {
|
|
3879
3877
|
if (s)
|
3880
3878
|
if (this._parentage = null, Array.isArray(s))
|
3881
3879
|
try {
|
3882
|
-
for (var a =
|
3880
|
+
for (var a = je(s), h = a.next(); !h.done; h = a.next()) {
|
3883
3881
|
var u = h.value;
|
3884
3882
|
u.remove(this);
|
3885
3883
|
}
|
@@ -3906,12 +3904,12 @@ var Be = function() {
|
|
3906
3904
|
if (f) {
|
3907
3905
|
this._finalizers = null;
|
3908
3906
|
try {
|
3909
|
-
for (var c =
|
3907
|
+
for (var c = je(f), d = c.next(); !d.done; d = c.next()) {
|
3910
3908
|
var m = d.value;
|
3911
3909
|
try {
|
3912
|
-
|
3910
|
+
Ct(m);
|
3913
3911
|
} catch (b) {
|
3914
|
-
o = o ?? [], b instanceof Ge ? o = q(q([],
|
3912
|
+
o = o ?? [], b instanceof Ge ? o = q(q([], ke(o)), ke(b.errors)) : o.push(b);
|
3915
3913
|
}
|
3916
3914
|
}
|
3917
3915
|
} catch (b) {
|
@@ -3932,7 +3930,7 @@ var Be = function() {
|
|
3932
3930
|
var r;
|
3933
3931
|
if (t && t !== this)
|
3934
3932
|
if (this.closed)
|
3935
|
-
|
3933
|
+
Ct(t);
|
3936
3934
|
else {
|
3937
3935
|
if (t instanceof e) {
|
3938
3936
|
if (t.closed || t._hasParent(this))
|
@@ -3949,56 +3947,52 @@ var Be = function() {
|
|
3949
3947
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
3950
3948
|
}, e.prototype._removeParent = function(t) {
|
3951
3949
|
var r = this._parentage;
|
3952
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
3950
|
+
r === t ? this._parentage = null : Array.isArray(r) && Ye(r, t);
|
3953
3951
|
}, e.prototype.remove = function(t) {
|
3954
3952
|
var r = this._finalizers;
|
3955
|
-
r &&
|
3953
|
+
r && Ye(r, t), t instanceof e && t._removeParent(this);
|
3956
3954
|
}, e.EMPTY = function() {
|
3957
3955
|
var t = new e();
|
3958
3956
|
return t.closed = !0, t;
|
3959
3957
|
}(), e;
|
3960
|
-
}(),
|
3961
|
-
function
|
3958
|
+
}(), br = Be.EMPTY;
|
3959
|
+
function gr(e) {
|
3962
3960
|
return e instanceof Be || e && "closed" in e && G(e.remove) && G(e.add) && G(e.unsubscribe);
|
3963
3961
|
}
|
3964
|
-
function
|
3962
|
+
function Ct(e) {
|
3965
3963
|
G(e) ? e() : e.unsubscribe();
|
3966
3964
|
}
|
3967
|
-
var
|
3968
|
-
|
3969
|
-
|
3970
|
-
Promise: void 0,
|
3971
|
-
useDeprecatedSynchronousErrorHandling: !1,
|
3972
|
-
useDeprecatedNextContext: !1
|
3973
|
-
}, Qi = {
|
3965
|
+
var Wi = {
|
3966
|
+
Promise: void 0
|
3967
|
+
}, zi = {
|
3974
3968
|
setTimeout: function(e, t) {
|
3975
3969
|
for (var r = [], n = 2; n < arguments.length; n++)
|
3976
3970
|
r[n - 2] = arguments[n];
|
3977
|
-
return setTimeout.apply(void 0, q([e, t],
|
3971
|
+
return setTimeout.apply(void 0, q([e, t], ke(r)));
|
3978
3972
|
},
|
3979
3973
|
clearTimeout: function(e) {
|
3980
3974
|
return clearTimeout(e);
|
3981
3975
|
},
|
3982
3976
|
delegate: void 0
|
3983
3977
|
};
|
3984
|
-
function
|
3985
|
-
|
3978
|
+
function Zi(e) {
|
3979
|
+
zi.setTimeout(function() {
|
3986
3980
|
throw e;
|
3987
3981
|
});
|
3988
3982
|
}
|
3989
|
-
function
|
3983
|
+
function Pt() {
|
3990
3984
|
}
|
3991
3985
|
function ge(e) {
|
3992
3986
|
e();
|
3993
3987
|
}
|
3994
|
-
var
|
3988
|
+
var vr = function(e) {
|
3995
3989
|
U(t, e);
|
3996
3990
|
function t(r) {
|
3997
3991
|
var n = e.call(this) || this;
|
3998
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
3992
|
+
return n.isStopped = !1, r ? (n.destination = r, gr(r) && r.add(n)) : n.destination = Ji, n;
|
3999
3993
|
}
|
4000
3994
|
return t.create = function(r, n, i) {
|
4001
|
-
return new
|
3995
|
+
return new Ke(r, n, i);
|
4002
3996
|
}, t.prototype.next = function(r) {
|
4003
3997
|
this.isStopped || this._next(r);
|
4004
3998
|
}, t.prototype.error = function(r) {
|
@@ -4022,11 +4016,7 @@ var xr = function(e) {
|
|
4022
4016
|
this.unsubscribe();
|
4023
4017
|
}
|
4024
4018
|
}, t;
|
4025
|
-
}(Be),
|
4026
|
-
function Ue(e, t) {
|
4027
|
-
return Ji.call(e, t);
|
4028
|
-
}
|
4029
|
-
var Yi = function() {
|
4019
|
+
}(Be), Qi = function() {
|
4030
4020
|
function e(t) {
|
4031
4021
|
this.partialObserver = t;
|
4032
4022
|
}
|
@@ -4057,55 +4047,43 @@ var Yi = function() {
|
|
4057
4047
|
de(r);
|
4058
4048
|
}
|
4059
4049
|
}, e;
|
4060
|
-
}(),
|
4050
|
+
}(), Ke = function(e) {
|
4061
4051
|
U(t, e);
|
4062
4052
|
function t(r, n, i) {
|
4063
4053
|
var o = e.call(this) || this, s;
|
4064
|
-
|
4065
|
-
|
4066
|
-
|
4067
|
-
|
4068
|
-
|
4069
|
-
};
|
4070
|
-
else {
|
4071
|
-
var a;
|
4072
|
-
o && Er.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
|
4073
|
-
return o.unsubscribe();
|
4074
|
-
}, s = {
|
4075
|
-
next: r.next && Ue(r.next, a),
|
4076
|
-
error: r.error && Ue(r.error, a),
|
4077
|
-
complete: r.complete && Ue(r.complete, a)
|
4078
|
-
}) : s = r;
|
4079
|
-
}
|
4080
|
-
return o.destination = new Yi(s), o;
|
4054
|
+
return G(r) || !r ? s = {
|
4055
|
+
next: r ?? void 0,
|
4056
|
+
error: n ?? void 0,
|
4057
|
+
complete: i ?? void 0
|
4058
|
+
} : s = r, o.destination = new Qi(s), o;
|
4081
4059
|
}
|
4082
4060
|
return t;
|
4083
|
-
}(
|
4061
|
+
}(vr);
|
4084
4062
|
function de(e) {
|
4085
|
-
|
4063
|
+
Zi(e);
|
4086
4064
|
}
|
4087
|
-
function
|
4065
|
+
function qi(e) {
|
4088
4066
|
throw e;
|
4089
4067
|
}
|
4090
|
-
var
|
4068
|
+
var Ji = {
|
4091
4069
|
closed: !0,
|
4092
|
-
next:
|
4093
|
-
error:
|
4094
|
-
complete:
|
4095
|
-
},
|
4070
|
+
next: Pt,
|
4071
|
+
error: qi,
|
4072
|
+
complete: Pt
|
4073
|
+
}, Yi = function() {
|
4096
4074
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
4097
4075
|
}();
|
4098
|
-
function
|
4076
|
+
function Ki(e) {
|
4099
4077
|
return e;
|
4100
4078
|
}
|
4101
|
-
function
|
4102
|
-
return e.length === 0 ?
|
4079
|
+
function eo(e) {
|
4080
|
+
return e.length === 0 ? Ki : e.length === 1 ? e[0] : function(r) {
|
4103
4081
|
return e.reduce(function(n, i) {
|
4104
4082
|
return i(n);
|
4105
4083
|
}, r);
|
4106
4084
|
};
|
4107
4085
|
}
|
4108
|
-
var
|
4086
|
+
var Bt = function() {
|
4109
4087
|
function e(t) {
|
4110
4088
|
t && (this._subscribe = t);
|
4111
4089
|
}
|
@@ -4113,7 +4091,7 @@ var Lt = function() {
|
|
4113
4091
|
var r = new e();
|
4114
4092
|
return r.source = this, r.operator = t, r;
|
4115
4093
|
}, e.prototype.subscribe = function(t, r, n) {
|
4116
|
-
var i = this, o =
|
4094
|
+
var i = this, o = ro(t) ? t : new Ke(t, r, n);
|
4117
4095
|
return ge(function() {
|
4118
4096
|
var s = i, a = s.operator, h = s.source;
|
4119
4097
|
o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
|
@@ -4126,8 +4104,8 @@ var Lt = function() {
|
|
4126
4104
|
}
|
4127
4105
|
}, e.prototype.forEach = function(t, r) {
|
4128
4106
|
var n = this;
|
4129
|
-
return r =
|
4130
|
-
var s = new
|
4107
|
+
return r = At(r), new r(function(i, o) {
|
4108
|
+
var s = new Ke({
|
4131
4109
|
next: function(a) {
|
4132
4110
|
try {
|
4133
4111
|
t(a);
|
@@ -4143,15 +4121,15 @@ var Lt = function() {
|
|
4143
4121
|
}, e.prototype._subscribe = function(t) {
|
4144
4122
|
var r;
|
4145
4123
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
4146
|
-
}, e.prototype[
|
4124
|
+
}, e.prototype[Yi] = function() {
|
4147
4125
|
return this;
|
4148
4126
|
}, e.prototype.pipe = function() {
|
4149
4127
|
for (var t = [], r = 0; r < arguments.length; r++)
|
4150
4128
|
t[r] = arguments[r];
|
4151
|
-
return
|
4129
|
+
return eo(t)(this);
|
4152
4130
|
}, e.prototype.toPromise = function(t) {
|
4153
4131
|
var r = this;
|
4154
|
-
return t =
|
4132
|
+
return t = At(t), new t(function(n, i) {
|
4155
4133
|
var o;
|
4156
4134
|
r.subscribe(function(s) {
|
4157
4135
|
return o = s;
|
@@ -4165,32 +4143,32 @@ var Lt = function() {
|
|
4165
4143
|
return new e(t);
|
4166
4144
|
}, e;
|
4167
4145
|
}();
|
4168
|
-
function
|
4146
|
+
function At(e) {
|
4169
4147
|
var t;
|
4170
|
-
return (t = e ??
|
4148
|
+
return (t = e ?? Wi.Promise) !== null && t !== void 0 ? t : Promise;
|
4171
4149
|
}
|
4172
|
-
function
|
4150
|
+
function to(e) {
|
4173
4151
|
return e && G(e.next) && G(e.error) && G(e.complete);
|
4174
4152
|
}
|
4175
|
-
function
|
4176
|
-
return e && e instanceof
|
4153
|
+
function ro(e) {
|
4154
|
+
return e && e instanceof vr || to(e) && gr(e);
|
4177
4155
|
}
|
4178
|
-
var
|
4156
|
+
var no = mr(function(e) {
|
4179
4157
|
return function() {
|
4180
4158
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
4181
4159
|
};
|
4182
|
-
}),
|
4160
|
+
}), yr = function(e) {
|
4183
4161
|
U(t, e);
|
4184
4162
|
function t() {
|
4185
4163
|
var r = e.call(this) || this;
|
4186
4164
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
4187
4165
|
}
|
4188
4166
|
return t.prototype.lift = function(r) {
|
4189
|
-
var n = new
|
4167
|
+
var n = new Ot(this, this);
|
4190
4168
|
return n.operator = r, n;
|
4191
4169
|
}, t.prototype._throwIfClosed = function() {
|
4192
4170
|
if (this.closed)
|
4193
|
-
throw new
|
4171
|
+
throw new no();
|
4194
4172
|
}, t.prototype.next = function(r) {
|
4195
4173
|
var n = this;
|
4196
4174
|
ge(function() {
|
@@ -4198,7 +4176,7 @@ var so = vr(function(e) {
|
|
4198
4176
|
if (n._throwIfClosed(), !n.isStopped) {
|
4199
4177
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
4200
4178
|
try {
|
4201
|
-
for (var s =
|
4179
|
+
for (var s = je(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
4202
4180
|
var h = a.value;
|
4203
4181
|
h.next(r);
|
4204
4182
|
}
|
@@ -4247,19 +4225,19 @@ var so = vr(function(e) {
|
|
4247
4225
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
4248
4226
|
}, t.prototype._innerSubscribe = function(r) {
|
4249
4227
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
4250
|
-
return o || s ?
|
4251
|
-
n.currentObservers = null,
|
4228
|
+
return o || s ? br : (this.currentObservers = null, a.push(r), new Be(function() {
|
4229
|
+
n.currentObservers = null, Ye(a, r);
|
4252
4230
|
}));
|
4253
4231
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
4254
4232
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
4255
4233
|
i ? r.error(o) : s && r.complete();
|
4256
4234
|
}, t.prototype.asObservable = function() {
|
4257
|
-
var r = new
|
4235
|
+
var r = new Bt();
|
4258
4236
|
return r.source = this, r;
|
4259
4237
|
}, t.create = function(r, n) {
|
4260
|
-
return new
|
4238
|
+
return new Ot(r, n);
|
4261
4239
|
}, t;
|
4262
|
-
}(
|
4240
|
+
}(Bt), Ot = function(e) {
|
4263
4241
|
U(t, e);
|
4264
4242
|
function t(r, n) {
|
4265
4243
|
var i = e.call(this) || this;
|
@@ -4276,17 +4254,17 @@ var so = vr(function(e) {
|
|
4276
4254
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
4277
4255
|
}, t.prototype._subscribe = function(r) {
|
4278
4256
|
var n, i;
|
4279
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
4257
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : br;
|
4280
4258
|
}, t;
|
4281
|
-
}(
|
4259
|
+
}(yr), _r = {
|
4282
4260
|
now: function() {
|
4283
|
-
return (
|
4261
|
+
return (_r.delegate || Date).now();
|
4284
4262
|
},
|
4285
4263
|
delegate: void 0
|
4286
|
-
},
|
4264
|
+
}, io = function(e) {
|
4287
4265
|
U(t, e);
|
4288
4266
|
function t(r, n, i) {
|
4289
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
4267
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = _r);
|
4290
4268
|
var o = e.call(this) || this;
|
4291
4269
|
return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
|
4292
4270
|
}
|
@@ -4306,23 +4284,23 @@ var so = vr(function(e) {
|
|
4306
4284
|
u && o.splice(0, u + 1);
|
4307
4285
|
}
|
4308
4286
|
}, t;
|
4309
|
-
}(
|
4310
|
-
const
|
4311
|
-
if (
|
4312
|
-
const r = new
|
4313
|
-
|
4287
|
+
}(yr);
|
4288
|
+
const Lt = [], It = {}, oo = (e, t = 0) => {
|
4289
|
+
if (Lt.indexOf(e) == -1) {
|
4290
|
+
const r = new io(t);
|
4291
|
+
It[e] = r, Lt.push(e);
|
4314
4292
|
}
|
4315
|
-
return
|
4293
|
+
return It[e];
|
4316
4294
|
};
|
4317
|
-
window.emWidgets = { topic:
|
4318
|
-
const
|
4319
|
-
function
|
4295
|
+
window.emWidgets = { topic: oo };
|
4296
|
+
const so = (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));
|
4297
|
+
function ao(e, t) {
|
4320
4298
|
if (e) {
|
4321
4299
|
const r = document.createElement("style");
|
4322
4300
|
r.innerHTML = t, e.appendChild(r);
|
4323
4301
|
}
|
4324
4302
|
}
|
4325
|
-
function
|
4303
|
+
function lo(e, t) {
|
4326
4304
|
const r = new URL(t);
|
4327
4305
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
4328
4306
|
const i = document.createElement("style");
|
@@ -4331,7 +4309,7 @@ function co(e, t) {
|
|
4331
4309
|
console.error("There was an error while trying to load client styling from URL", n);
|
4332
4310
|
});
|
4333
4311
|
}
|
4334
|
-
function
|
4312
|
+
function uo(e, t, r) {
|
4335
4313
|
if (window.emMessageBus) {
|
4336
4314
|
const n = document.createElement("style");
|
4337
4315
|
window.emMessageBus.subscribe(t, (i) => {
|
@@ -4339,18 +4317,18 @@ function fo(e, t, r) {
|
|
4339
4317
|
});
|
4340
4318
|
}
|
4341
4319
|
}
|
4342
|
-
function
|
4343
|
-
|
4320
|
+
function ho(e) {
|
4321
|
+
Mr(e, "svelte-3oqkg3", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.CasinoCollectionsProviders{background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));width:100%;height:330px;margin:0 auto;margin-top:24px}.CategoriesHeader{display:flex;justify-content:space-between;height:70px}.CategoriesHeader .Title{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));font-size:22px;font-weight:500}.CategoriesHeader .ButtonsContainer button{border:1px solid rgba(255, 255, 255, 0.2);border-radius:5px;background-color:rgba(0, 0, 25, 0.2);height:40px;width:40px;cursor:pointer}.CategoriesHeader .ButtonsContainer button:active{opacity:0.7}.CategoriesSlider{position:relative;height:230px;overflow:hidden;cursor:pointer}.CategoriesSliderWrapper{position:absolute;top:0;left:0}.CategoriesSlider .Animation{transition:transform 0.8s}.CategoriesSlider .CategorySlide{border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:200px;width:400px;margin-right:15px;background-size:cover}.CategoriesSlider .CategorySlide:not(.CategorySlideNoHighlight){background-color:#808080;background-blend-mode:multiply}.CategoriesSlider .CategorySlideTopContainer{height:100px;display:flex;align-items:center}.CategoriesSlider .CategorySlideLogo{transform:translate(-50%, -50%);max-width:175px;top:30%;max-height:100%;position:absolute}.CategoriesSlider .CategorySlideTitle{color:var(--emw--casino-typography, var(--emw--color-constrast, #FFFFFF));font-size:18px;letter-spacing:1px}.CategoriesSlider .CategorySlideGameContainer{display:flex;width:40px;justify-content:center;gap:10%;min-height:85px}.CategoriesSlider .CategorySlideGameImage{border-radius:10px;width:auto;height:55px;object-fit:cover}.CategoriesSlider .CategorySlideGames{color:white;text-align:center}.CategoriesSlider .CategorySlideGames p{font-size:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.Mobile.Providers{padding:25px 10px}.Mobile.Collections{padding:25px 10px}.Mobile.CasinoCollectionsProviders{padding:25px 10px}.Mobile .CategoriesSlider{overflow:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.Mobile .CategoriesSlider::-webkit-scrollbar{display:none}.Mobile .CategorySlide{width:80vw;scroll-snap-align:start}.Mobile .ButtonsContainer{display:none}.Mobile .CategorySlideGameImage{border-radius:10px;width:auto;height:40px;object-fit:cover}.LoadingSpinner{display:block;width:80px;height:80px;margin:0 auto}.LoadingSpinner:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C)) transparent var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C)) transparent;animation:LoadingSpinner 1.2s linear infinite}@keyframes LoadingSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
|
4344
4322
|
}
|
4345
|
-
function
|
4323
|
+
function Nt(e, t, r) {
|
4346
4324
|
const n = e.slice();
|
4347
4325
|
return n[41] = t[r], n;
|
4348
4326
|
}
|
4349
|
-
function
|
4327
|
+
function Mt(e, t, r) {
|
4350
4328
|
const n = e.slice();
|
4351
4329
|
return n[44] = t[r], n;
|
4352
4330
|
}
|
4353
|
-
function
|
4331
|
+
function co(e) {
|
4354
4332
|
let t, r, n, i = (
|
4355
4333
|
/*type*/
|
4356
4334
|
(e[0] === "vendor" ? (
|
@@ -4363,19 +4341,19 @@ function mo(e) {
|
|
4363
4341
|
), o, s, a, h, u, l = (
|
4364
4342
|
/*numberOfSlides*/
|
4365
4343
|
e[7] > /*numberOfVisibleSlides*/
|
4366
|
-
e[8] &&
|
4367
|
-
), f =
|
4344
|
+
e[8] && Rt(e)
|
4345
|
+
), f = xe(
|
4368
4346
|
/*gameCategories*/
|
4369
4347
|
e[3]
|
4370
4348
|
), c = [];
|
4371
4349
|
for (let d = 0; d < f.length; d += 1)
|
4372
|
-
c[d] =
|
4350
|
+
c[d] = Ut(Nt(e, f, d));
|
4373
4351
|
return {
|
4374
4352
|
c() {
|
4375
4353
|
t = C("div"), r = C("div"), n = C("p"), o = we(i), s = k(), l && l.c(), a = k(), h = C("div");
|
4376
4354
|
for (let d = 0; d < c.length; d += 1)
|
4377
4355
|
c[d].c();
|
4378
|
-
|
4356
|
+
E(n, "class", "Title"), E(r, "class", "CategoriesHeader"), E(h, "class", "CategoriesSlider"), E(t, "class", u = "CasinoCollectionsProviders " + /*mobile*/
|
4379
4357
|
(e[9] ? "Mobile" : "") + " " + /*type*/
|
4380
4358
|
(e[0] === "vendor" ? "Providers" : "Collections"));
|
4381
4359
|
},
|
@@ -4394,18 +4372,18 @@ function mo(e) {
|
|
4394
4372
|
) : (
|
4395
4373
|
/*$_*/
|
4396
4374
|
d[10]("collections")
|
4397
|
-
)) + "") &&
|
4375
|
+
)) + "") && tt(o, i), /*numberOfSlides*/
|
4398
4376
|
d[7] > /*numberOfVisibleSlides*/
|
4399
|
-
d[8] ? l ? l.p(d, m) : (l =
|
4377
|
+
d[8] ? l ? l.p(d, m) : (l = Rt(d), l.c(), l.m(r, null)) : l && (l.d(1), l = null), m[0] & /*gameCategories, openCategory, collectionprovidersgamenames, openGame, titletype*/
|
4400
4378
|
24590) {
|
4401
|
-
f =
|
4379
|
+
f = xe(
|
4402
4380
|
/*gameCategories*/
|
4403
4381
|
d[3]
|
4404
4382
|
);
|
4405
4383
|
let b;
|
4406
4384
|
for (b = 0; b < f.length; b += 1) {
|
4407
|
-
const g =
|
4408
|
-
c[b] ? c[b].p(g, m) : (c[b] =
|
4385
|
+
const g = Nt(d, f, b);
|
4386
|
+
c[b] ? c[b].p(g, m) : (c[b] = Ut(g), c[b].c(), c[b].m(h, null));
|
4409
4387
|
}
|
4410
4388
|
for (; b < c.length; b += 1)
|
4411
4389
|
c[b].d(1);
|
@@ -4414,18 +4392,18 @@ function mo(e) {
|
|
4414
4392
|
m[0] & /*mobile, type*/
|
4415
4393
|
513 && u !== (u = "CasinoCollectionsProviders " + /*mobile*/
|
4416
4394
|
(d[9] ? "Mobile" : "") + " " + /*type*/
|
4417
|
-
(d[0] === "vendor" ? "Providers" : "Collections")) &&
|
4395
|
+
(d[0] === "vendor" ? "Providers" : "Collections")) && E(t, "class", u);
|
4418
4396
|
},
|
4419
4397
|
d(d) {
|
4420
|
-
d && I(t), l && l.d(),
|
4398
|
+
d && I(t), l && l.d(), kt(c, d), e[25](null);
|
4421
4399
|
}
|
4422
4400
|
};
|
4423
4401
|
}
|
4424
|
-
function
|
4402
|
+
function fo(e) {
|
4425
4403
|
let t;
|
4426
4404
|
return {
|
4427
4405
|
c() {
|
4428
|
-
t = C("div"),
|
4406
|
+
t = C("div"), E(t, "class", "LoadingSpinner");
|
4429
4407
|
},
|
4430
4408
|
m(r, n) {
|
4431
4409
|
$(r, t, n);
|
@@ -4436,11 +4414,11 @@ function bo(e) {
|
|
4436
4414
|
}
|
4437
4415
|
};
|
4438
4416
|
}
|
4439
|
-
function
|
4417
|
+
function Rt(e) {
|
4440
4418
|
let t, r, n, i, o, s;
|
4441
4419
|
return {
|
4442
4420
|
c() {
|
4443
|
-
t = C("div"), r = C("button"), r.innerHTML = '<svg id="Component_46_2" data-name="Component 46 – 2" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 24.656"><path id="Path_36" data-name="Path 36" d="M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z" transform="translate(14.656 0) rotate(90)" fill="#fff"></path></svg>', n = k(), i = C("button"), i.innerHTML = '<svg id="Component_46_2" data-name="Component 46 – 2" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 24.656"><path id="Path_36" data-name="Path 36" d="M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z" transform="translate(0 24.656) rotate(-90)" fill="#fff"></path></svg>',
|
4421
|
+
t = C("div"), r = C("button"), r.innerHTML = '<svg id="Component_46_2" data-name="Component 46 – 2" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 24.656"><path id="Path_36" data-name="Path 36" d="M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z" transform="translate(14.656 0) rotate(90)" fill="#fff"></path></svg>', n = k(), i = C("button"), i.innerHTML = '<svg id="Component_46_2" data-name="Component 46 – 2" xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 24.656"><path id="Path_36" data-name="Path 36" d="M12.328,16,0,3.672,3.672,0l8.656,8.656L20.984,0l3.672,3.672Z" transform="translate(0 24.656) rotate(-90)" fill="#fff"></path></svg>', E(t, "class", "ButtonsContainer");
|
4444
4422
|
},
|
4445
4423
|
m(a, h) {
|
4446
4424
|
$(a, t, h), H(t, r), H(t, n), H(t, i), o || (s = [
|
@@ -4464,14 +4442,14 @@ function Ut(e) {
|
|
4464
4442
|
}
|
4465
4443
|
};
|
4466
4444
|
}
|
4467
|
-
function
|
4445
|
+
function po(e) {
|
4468
4446
|
let t, r = (
|
4469
4447
|
/*category*/
|
4470
4448
|
e[41].name + ""
|
4471
4449
|
), n;
|
4472
4450
|
return {
|
4473
4451
|
c() {
|
4474
|
-
t = C("p"), n = we(r),
|
4452
|
+
t = C("p"), n = we(r), E(t, "class", "CategorySlideTitle");
|
4475
4453
|
},
|
4476
4454
|
m(i, o) {
|
4477
4455
|
$(i, t, o), H(t, n);
|
@@ -4479,19 +4457,19 @@ function go(e) {
|
|
4479
4457
|
p(i, o) {
|
4480
4458
|
o[0] & /*gameCategories*/
|
4481
4459
|
8 && r !== (r = /*category*/
|
4482
|
-
i[41].name + "") &&
|
4460
|
+
i[41].name + "") && tt(n, r);
|
4483
4461
|
},
|
4484
4462
|
d(i) {
|
4485
4463
|
i && I(t);
|
4486
4464
|
}
|
4487
4465
|
};
|
4488
4466
|
}
|
4489
|
-
function
|
4467
|
+
function mo(e) {
|
4490
4468
|
let t, r, n;
|
4491
4469
|
return {
|
4492
4470
|
c() {
|
4493
|
-
t = C("img"),
|
4494
|
-
e[41].icon) ||
|
4471
|
+
t = C("img"), E(t, "class", "CategorySlideLogo"), ve(t.src, r = /*category*/
|
4472
|
+
e[41].icon) || E(t, "src", r), E(t, "alt", n = /*category*/
|
4495
4473
|
e[41].name + " icon");
|
4496
4474
|
},
|
4497
4475
|
m(i, o) {
|
@@ -4500,23 +4478,23 @@ function vo(e) {
|
|
4500
4478
|
p(i, o) {
|
4501
4479
|
o[0] & /*gameCategories*/
|
4502
4480
|
8 && !ve(t.src, r = /*category*/
|
4503
|
-
i[41].icon) &&
|
4481
|
+
i[41].icon) && E(t, "src", r), o[0] & /*gameCategories*/
|
4504
4482
|
8 && n !== (n = /*category*/
|
4505
|
-
i[41].name + " icon") &&
|
4483
|
+
i[41].name + " icon") && E(t, "alt", n);
|
4506
4484
|
},
|
4507
4485
|
d(i) {
|
4508
4486
|
i && I(t);
|
4509
4487
|
}
|
4510
4488
|
};
|
4511
4489
|
}
|
4512
|
-
function
|
4490
|
+
function $t(e) {
|
4513
4491
|
let t, r = (
|
4514
4492
|
/*game*/
|
4515
4493
|
e[44].name + ""
|
4516
4494
|
), n, i;
|
4517
4495
|
return {
|
4518
4496
|
c() {
|
4519
|
-
t = C("p"), n = we(r),
|
4497
|
+
t = C("p"), n = we(r), E(t, "title", i = /*game*/
|
4520
4498
|
e[44].name);
|
4521
4499
|
},
|
4522
4500
|
m(o, s) {
|
@@ -4525,16 +4503,16 @@ function Dt(e) {
|
|
4525
4503
|
p(o, s) {
|
4526
4504
|
s[0] & /*gameCategories*/
|
4527
4505
|
8 && r !== (r = /*game*/
|
4528
|
-
o[44].name + "") &&
|
4506
|
+
o[44].name + "") && tt(n, r), s[0] & /*gameCategories*/
|
4529
4507
|
8 && i !== (i = /*game*/
|
4530
|
-
o[44].name) &&
|
4508
|
+
o[44].name) && E(t, "title", i);
|
4531
4509
|
},
|
4532
4510
|
d(o) {
|
4533
4511
|
o && I(t);
|
4534
4512
|
}
|
4535
4513
|
};
|
4536
4514
|
}
|
4537
|
-
function
|
4515
|
+
function Gt(e) {
|
4538
4516
|
let t, r, n, i, o, s, a, h;
|
4539
4517
|
function u() {
|
4540
4518
|
return (
|
@@ -4547,50 +4525,50 @@ function Ft(e) {
|
|
4547
4525
|
}
|
4548
4526
|
let l = (
|
4549
4527
|
/*collectionprovidersgamenames*/
|
4550
|
-
e[2] == "true" &&
|
4528
|
+
e[2] == "true" && $t(e)
|
4551
4529
|
);
|
4552
4530
|
return {
|
4553
4531
|
c() {
|
4554
|
-
t = C("div"), r = C("img"), o = k(), l && l.c(), s = k(),
|
4555
|
-
e[44].defaultThumbnail) ||
|
4556
|
-
e[44].name),
|
4532
|
+
t = C("div"), r = C("img"), o = k(), l && l.c(), s = k(), E(r, "class", "CategorySlideGameImage"), ve(r.src, n = /*game*/
|
4533
|
+
e[44].defaultThumbnail) || E(r, "src", n), E(r, "alt", i = /*game*/
|
4534
|
+
e[44].name), E(t, "class", "CategorySlideGames");
|
4557
4535
|
},
|
4558
4536
|
m(f, c) {
|
4559
|
-
$(f, t, c), H(t, r), H(t, o), l && l.m(t, null), H(t, s), a || (h = ye(r, "click",
|
4537
|
+
$(f, t, c), H(t, r), H(t, o), l && l.m(t, null), H(t, s), a || (h = ye(r, "click", Gr(u)), a = !0);
|
4560
4538
|
},
|
4561
4539
|
p(f, c) {
|
4562
4540
|
e = f, c[0] & /*gameCategories*/
|
4563
4541
|
8 && !ve(r.src, n = /*game*/
|
4564
|
-
e[44].defaultThumbnail) &&
|
4542
|
+
e[44].defaultThumbnail) && E(r, "src", n), c[0] & /*gameCategories*/
|
4565
4543
|
8 && i !== (i = /*game*/
|
4566
|
-
e[44].name) &&
|
4567
|
-
e[2] == "true" ? l ? l.p(e, c) : (l =
|
4544
|
+
e[44].name) && E(r, "alt", i), /*collectionprovidersgamenames*/
|
4545
|
+
e[2] == "true" ? l ? l.p(e, c) : (l = $t(e), l.c(), l.m(t, s)) : l && (l.d(1), l = null);
|
4568
4546
|
},
|
4569
4547
|
d(f) {
|
4570
4548
|
f && I(t), l && l.d(), a = !1, h();
|
4571
4549
|
}
|
4572
4550
|
};
|
4573
4551
|
}
|
4574
|
-
function
|
4552
|
+
function Ut(e) {
|
4575
4553
|
let t, r, n, i, o, s, a, h, u;
|
4576
4554
|
function l(g, S) {
|
4577
4555
|
if (
|
4578
4556
|
/*titletype*/
|
4579
4557
|
g[1] === "logo"
|
4580
4558
|
)
|
4581
|
-
return
|
4559
|
+
return mo;
|
4582
4560
|
if (
|
4583
4561
|
/*titletype*/
|
4584
4562
|
g[1] === "title"
|
4585
4563
|
)
|
4586
|
-
return
|
4564
|
+
return po;
|
4587
4565
|
}
|
4588
|
-
let f = l(e), c = f && f(e), d =
|
4566
|
+
let f = l(e), c = f && f(e), d = xe(
|
4589
4567
|
/*category*/
|
4590
4568
|
e[41].games
|
4591
4569
|
), m = [];
|
4592
4570
|
for (let g = 0; g < d.length; g += 1)
|
4593
|
-
m[g] =
|
4571
|
+
m[g] = Gt(Mt(e, d, g));
|
4594
4572
|
function b() {
|
4595
4573
|
return (
|
4596
4574
|
/*click_handler_1*/
|
@@ -4605,49 +4583,49 @@ function jt(e) {
|
|
4605
4583
|
t = C("div"), r = C("div"), n = C("div"), c && c.c(), i = k(), o = C("div");
|
4606
4584
|
for (let g = 0; g < m.length; g += 1)
|
4607
4585
|
m[g].c();
|
4608
|
-
a = k(),
|
4586
|
+
a = k(), E(n, "class", "CategorySlideTopContainer"), E(o, "class", "CategorySlideGameContainer"), E(r, "class", s = "CategorySlide " + /*category*/
|
4609
4587
|
(e[41]?.flag[0] === "vendor" ? "CategorySlideNoHighlight" : "")), Oe(r, "background-image", "url(" + /*category*/
|
4610
|
-
e[41]?.background + ")"), Oe(r, "background-size", "cover"),
|
4588
|
+
e[41]?.background + ")"), Oe(r, "background-size", "cover"), E(t, "class", "CategoriesSliderWrapper Animation");
|
4611
4589
|
},
|
4612
4590
|
m(g, S) {
|
4613
4591
|
$(g, t, S), H(t, r), H(r, n), c && c.m(n, null), H(r, i), H(r, o);
|
4614
|
-
for (let
|
4615
|
-
m[
|
4592
|
+
for (let x = 0; x < m.length; x += 1)
|
4593
|
+
m[x] && m[x].m(o, null);
|
4616
4594
|
H(t, a), h || (u = ye(r, "click", b), h = !0);
|
4617
4595
|
},
|
4618
4596
|
p(g, S) {
|
4619
4597
|
if (e = g, f === (f = l(e)) && c ? c.p(e, S) : (c && c.d(1), c = f && f(e), c && (c.c(), c.m(n, null))), S[0] & /*gameCategories, collectionprovidersgamenames, openGame*/
|
4620
4598
|
8204) {
|
4621
|
-
d =
|
4599
|
+
d = xe(
|
4622
4600
|
/*category*/
|
4623
4601
|
e[41].games
|
4624
4602
|
);
|
4625
|
-
let
|
4626
|
-
for (
|
4627
|
-
const T =
|
4628
|
-
m[
|
4603
|
+
let x;
|
4604
|
+
for (x = 0; x < d.length; x += 1) {
|
4605
|
+
const T = Mt(e, d, x);
|
4606
|
+
m[x] ? m[x].p(T, S) : (m[x] = Gt(T), m[x].c(), m[x].m(o, null));
|
4629
4607
|
}
|
4630
|
-
for (;
|
4631
|
-
m[
|
4608
|
+
for (; x < m.length; x += 1)
|
4609
|
+
m[x].d(1);
|
4632
4610
|
m.length = d.length;
|
4633
4611
|
}
|
4634
4612
|
S[0] & /*gameCategories*/
|
4635
4613
|
8 && s !== (s = "CategorySlide " + /*category*/
|
4636
|
-
(e[41]?.flag[0] === "vendor" ? "CategorySlideNoHighlight" : "")) &&
|
4614
|
+
(e[41]?.flag[0] === "vendor" ? "CategorySlideNoHighlight" : "")) && E(r, "class", s), S[0] & /*gameCategories*/
|
4637
4615
|
8 && Oe(r, "background-image", "url(" + /*category*/
|
4638
4616
|
e[41]?.background + ")");
|
4639
4617
|
},
|
4640
4618
|
d(g) {
|
4641
|
-
g && I(t), c && c.d(),
|
4619
|
+
g && I(t), c && c.d(), kt(m, g), h = !1, u();
|
4642
4620
|
}
|
4643
4621
|
};
|
4644
4622
|
}
|
4645
|
-
function
|
4623
|
+
function bo(e) {
|
4646
4624
|
let t;
|
4647
4625
|
function r(o, s) {
|
4648
4626
|
return (
|
4649
4627
|
/*isLoading*/
|
4650
|
-
o[6] ?
|
4628
|
+
o[6] ? fo : co
|
4651
4629
|
);
|
4652
4630
|
}
|
4653
4631
|
let n = r(e), i = n(e);
|
@@ -4668,23 +4646,23 @@ function yo(e) {
|
|
4668
4646
|
}
|
4669
4647
|
};
|
4670
4648
|
}
|
4671
|
-
function
|
4649
|
+
function go(e, t, r) {
|
4672
4650
|
let n;
|
4673
|
-
|
4674
|
-
let { endpoint: i = "" } = t, { datasource: o = "" } = t, { lang: s = "" } = t, { type: a = "" } = t, { titletype: h = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: f = "" } = t, { collectionprovidersgamenames: c = "" } = t, { mbsource: d } = t, m = [], b = !0, g, S = 0,
|
4675
|
-
const
|
4651
|
+
Nr(e, Vi, (p) => r(10, n = p));
|
4652
|
+
let { endpoint: i = "" } = t, { datasource: o = "" } = t, { lang: s = "" } = t, { type: a = "" } = t, { titletype: h = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: f = "" } = t, { collectionprovidersgamenames: c = "" } = t, { mbsource: d } = t, m = [], b = !0, g, S = 0, x = 0, T = 0, D, L, j = 0, X = 50, Ae = !1, N, xr = window.navigator.userAgent, it;
|
4653
|
+
const Er = () => {
|
4676
4654
|
fetch(f).then((P) => P.json()).then((P) => {
|
4677
4655
|
Object.keys(P).forEach((M) => {
|
4678
|
-
|
4656
|
+
Tt(M, P[M]);
|
4679
4657
|
});
|
4680
4658
|
}).catch((P) => {
|
4681
4659
|
console.log(P);
|
4682
4660
|
});
|
4683
4661
|
};
|
4684
|
-
Object.keys(
|
4685
|
-
|
4662
|
+
Object.keys(Ht).forEach((p) => {
|
4663
|
+
Tt(p, Ht[p]);
|
4686
4664
|
});
|
4687
|
-
const
|
4665
|
+
const ot = () => {
|
4688
4666
|
const p = new URL(`${i}/v2/casino/groups/${o}`);
|
4689
4667
|
p.searchParams.append("language", s), p.searchParams.append("expand", "games"), p.searchParams.append("filter", `$and(flags=${a})`), p.searchParams.append("pagination", `offset=${j},limit=${X}`), fetch(p.href).then((P) => P.json()).then((P) => {
|
4690
4668
|
r(6, b = !1), P.total > X && (j += 50, X += 50, r(22, Ae = !0));
|
@@ -4692,28 +4670,28 @@ function _o(e, t, r) {
|
|
4692
4670
|
id: R.id,
|
4693
4671
|
name: R.name,
|
4694
4672
|
icon: R.icon ? R.icon : R.vendors?.items[0]?.subVendors[0]?.logo,
|
4695
|
-
games: R.games.items.slice(0, 4).map((
|
4673
|
+
games: R.games.items.slice(0, 4).map((Lr) => Lr),
|
4696
4674
|
background: R.background,
|
4697
4675
|
flag: R.flags
|
4698
4676
|
}));
|
4699
|
-
r(3, m = [...m, ...M]), r(7,
|
4677
|
+
r(3, m = [...m, ...M]), r(7, x = m.length), Sr();
|
4700
4678
|
});
|
4701
|
-
},
|
4679
|
+
}, Sr = () => {
|
4702
4680
|
const p = N.getRootNode().host;
|
4703
4681
|
p.dispatchEvent(new CustomEvent("data-loaded", { bubbles: !0, detail: { target: p } }));
|
4704
|
-
},
|
4682
|
+
}, st = (p) => {
|
4705
4683
|
L = [...g.children], L.forEach((P, M) => {
|
4706
4684
|
P.style.transform = `translateX(${100 * (p ? M - p : M)}%)`;
|
4707
|
-
}), D = L[0]
|
4708
|
-
},
|
4685
|
+
}), D = L[0]?.getBoundingClientRect().width, wr();
|
4686
|
+
}, wr = () => {
|
4709
4687
|
r(8, T = Math.floor(g.clientWidth / D));
|
4710
|
-
},
|
4711
|
-
|
4712
|
-
},
|
4713
|
-
S === 0 ? S =
|
4714
|
-
},
|
4715
|
-
S ===
|
4716
|
-
},
|
4688
|
+
}, at = () => {
|
4689
|
+
st(S);
|
4690
|
+
}, Tr = () => {
|
4691
|
+
S === 0 ? S = x - T : S - T < -1 ? S = 0 : S--, at();
|
4692
|
+
}, Hr = () => {
|
4693
|
+
S === x - T ? S = 0 : x - T < S + 1 ? S = x - T : S++, at();
|
4694
|
+
}, lt = (p, P, M, R) => {
|
4717
4695
|
window.postMessage(
|
4718
4696
|
{
|
4719
4697
|
type: "OpenCollectionsProvidersGame",
|
@@ -4727,7 +4705,7 @@ function _o(e, t, r) {
|
|
4727
4705
|
context: "CollectionsProviders",
|
4728
4706
|
gameName: `${M}`
|
4729
4707
|
});
|
4730
|
-
},
|
4708
|
+
}, ut = (p) => {
|
4731
4709
|
window.postMessage(
|
4732
4710
|
{
|
4733
4711
|
type: "OpenCollectionsProvidersCategory",
|
@@ -4735,18 +4713,18 @@ function _o(e, t, r) {
|
|
4735
4713
|
},
|
4736
4714
|
window.location.href
|
4737
4715
|
);
|
4738
|
-
},
|
4739
|
-
|
4716
|
+
}, Cr = () => {
|
4717
|
+
Xi(s);
|
4740
4718
|
};
|
4741
|
-
|
4719
|
+
jr(() => (r(9, it = so(xr)), () => {
|
4742
4720
|
}));
|
4743
|
-
const
|
4744
|
-
function
|
4721
|
+
const Pr = (p) => lt(p.gameId, p.launchUrl, p.name, p.subVendor), Br = (p) => ut(p.id);
|
4722
|
+
function Ar(p) {
|
4745
4723
|
_e[p ? "unshift" : "push"](() => {
|
4746
4724
|
g = p, r(4, g);
|
4747
4725
|
});
|
4748
4726
|
}
|
4749
|
-
function
|
4727
|
+
function Or(p) {
|
4750
4728
|
_e[p ? "unshift" : "push"](() => {
|
4751
4729
|
N = p, r(5, N);
|
4752
4730
|
});
|
@@ -4755,14 +4733,14 @@ function _o(e, t, r) {
|
|
4755
4733
|
"endpoint" in p && r(15, i = p.endpoint), "datasource" in p && r(16, o = p.datasource), "lang" in p && r(17, s = p.lang), "type" in p && r(0, a = p.type), "titletype" in p && r(1, h = p.titletype), "clientstyling" in p && r(18, u = p.clientstyling), "clientstylingurl" in p && r(19, l = p.clientstylingurl), "translationurl" in p && r(20, f = p.translationurl), "collectionprovidersgamenames" in p && r(2, c = p.collectionprovidersgamenames), "mbsource" in p && r(21, d = p.mbsource);
|
4756
4734
|
}, e.$$.update = () => {
|
4757
4735
|
e.$$.dirty[0] & /*endpoint, datasource, lang*/
|
4758
|
-
229376 && i && o && s &&
|
4759
|
-
24 && m && g &&
|
4760
|
-
131072 && s &&
|
4761
|
-
262176 && u && N &&
|
4762
|
-
524320 && l && N &&
|
4763
|
-
2097184 && N &&
|
4764
|
-
1048576 && f &&
|
4765
|
-
4194304 && Ae &&
|
4736
|
+
229376 && i && o && s && ot(), e.$$.dirty[0] & /*gameCategories, categoriesSlider*/
|
4737
|
+
24 && m && g && st(), e.$$.dirty[0] & /*lang*/
|
4738
|
+
131072 && s && Cr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
4739
|
+
262176 && u && N && ao(N, u), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
4740
|
+
524320 && l && N && lo(N, l), e.$$.dirty[0] & /*customStylingContainer, mbsource*/
|
4741
|
+
2097184 && N && uo(N, `${d}.Style`), e.$$.dirty[0] & /*translationurl*/
|
4742
|
+
1048576 && f && Er(), e.$$.dirty[0] & /*paginationrequired*/
|
4743
|
+
4194304 && Ae && ot();
|
4766
4744
|
}, [
|
4767
4745
|
a,
|
4768
4746
|
h,
|
@@ -4771,14 +4749,14 @@ function _o(e, t, r) {
|
|
4771
4749
|
g,
|
4772
4750
|
N,
|
4773
4751
|
b,
|
4774
|
-
|
4752
|
+
x,
|
4775
4753
|
T,
|
4776
|
-
|
4754
|
+
it,
|
4777
4755
|
n,
|
4778
|
-
|
4779
|
-
|
4780
|
-
|
4781
|
-
|
4756
|
+
Tr,
|
4757
|
+
Hr,
|
4758
|
+
lt,
|
4759
|
+
ut,
|
4782
4760
|
i,
|
4783
4761
|
o,
|
4784
4762
|
s,
|
@@ -4787,20 +4765,20 @@ function _o(e, t, r) {
|
|
4787
4765
|
f,
|
4788
4766
|
d,
|
4789
4767
|
Ae,
|
4790
|
-
|
4791
|
-
|
4792
|
-
|
4793
|
-
|
4768
|
+
Pr,
|
4769
|
+
Br,
|
4770
|
+
Ar,
|
4771
|
+
Or
|
4794
4772
|
];
|
4795
4773
|
}
|
4796
|
-
class
|
4774
|
+
class vo extends en {
|
4797
4775
|
constructor(t) {
|
4798
|
-
super(),
|
4776
|
+
super(), Yr(
|
4799
4777
|
this,
|
4800
4778
|
t,
|
4801
|
-
|
4802
|
-
|
4803
|
-
|
4779
|
+
go,
|
4780
|
+
bo,
|
4781
|
+
Ft,
|
4804
4782
|
{
|
4805
4783
|
endpoint: 15,
|
4806
4784
|
datasource: 16,
|
@@ -4813,7 +4791,7 @@ class Eo extends on {
|
|
4813
4791
|
collectionprovidersgamenames: 2,
|
4814
4792
|
mbsource: 21
|
4815
4793
|
},
|
4816
|
-
|
4794
|
+
ho,
|
4817
4795
|
[-1, -1]
|
4818
4796
|
);
|
4819
4797
|
}
|
@@ -4878,7 +4856,7 @@ class Eo extends on {
|
|
4878
4856
|
this.$$set({ mbsource: t }), O();
|
4879
4857
|
}
|
4880
4858
|
}
|
4881
|
-
|
4859
|
+
Kr(vo, { endpoint: {}, datasource: {}, lang: {}, type: {}, titletype: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, collectionprovidersgamenames: {}, mbsource: {} }, [], [], !0);
|
4882
4860
|
export {
|
4883
|
-
|
4861
|
+
vo as C
|
4884
4862
|
};
|