@everymatrix/casino-collections-providers 1.50.0 → 1.50.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/CasinoCollectionsProviders-C2HwcdBd.cjs +5 -0
- package/components/{CasinoCollectionsProviders-Cvg9vRi-.js → CasinoCollectionsProviders-njw0Nulb.js} +405 -399
- package/es2015/casino-collections-providers.cjs +1 -1
- package/es2015/casino-collections-providers.js +1 -1
- package/package.json +1 -1
- package/components/CasinoCollectionsProviders-Bwv25cqv.cjs +0 -5
package/components/{CasinoCollectionsProviders-Cvg9vRi-.js → CasinoCollectionsProviders-njw0Nulb.js}
RENAMED
@@ -1,15 +1,15 @@
|
|
1
|
-
var
|
2
|
-
var
|
1
|
+
var Zr = Object.defineProperty, Qr = Object.defineProperties;
|
2
|
+
var Jr = Object.getOwnPropertyDescriptors;
|
3
3
|
var vt = Object.getOwnPropertySymbols;
|
4
|
-
var Yr = Object.prototype.hasOwnProperty,
|
5
|
-
var Le = (e, t, r) => t in e ?
|
4
|
+
var Yr = Object.prototype.hasOwnProperty, qr = Object.prototype.propertyIsEnumerable;
|
5
|
+
var Le = (e, t, r) => t in e ? Zr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, yt = (e, t) => {
|
6
6
|
for (var r in t || (t = {}))
|
7
7
|
Yr.call(t, r) && Le(e, r, t[r]);
|
8
8
|
if (vt)
|
9
9
|
for (var r of vt(t))
|
10
|
-
|
10
|
+
qr.call(t, r) && Le(e, r, t[r]);
|
11
11
|
return e;
|
12
|
-
}, _t = (e, t) =>
|
12
|
+
}, _t = (e, t) => Qr(e, Jr(t));
|
13
13
|
var M = (e, t, r) => Le(e, typeof t != "symbol" ? t + "" : t, r);
|
14
14
|
var Et = (e, t, r) => new Promise((n, i) => {
|
15
15
|
var o = (l) => {
|
@@ -29,14 +29,14 @@ var Et = (e, t, r) => new Promise((n, i) => {
|
|
29
29
|
});
|
30
30
|
function L() {
|
31
31
|
}
|
32
|
-
function
|
32
|
+
function qt(e) {
|
33
33
|
return e();
|
34
34
|
}
|
35
35
|
function xt() {
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
37
37
|
}
|
38
38
|
function te(e) {
|
39
|
-
e.forEach(
|
39
|
+
e.forEach(qt);
|
40
40
|
}
|
41
41
|
function nt(e) {
|
42
42
|
return typeof e == "function";
|
@@ -48,7 +48,7 @@ let de;
|
|
48
48
|
function Ee(e, t) {
|
49
49
|
return e === t ? !0 : (de || (de = document.createElement("a")), de.href = t, e === de.href);
|
50
50
|
}
|
51
|
-
function
|
51
|
+
function Kr(e) {
|
52
52
|
return Object.keys(e).length === 0;
|
53
53
|
}
|
54
54
|
function er(e, ...t) {
|
@@ -60,20 +60,20 @@ function er(e, ...t) {
|
|
60
60
|
const r = e.subscribe(...t);
|
61
61
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
62
62
|
}
|
63
|
-
function
|
63
|
+
function en(e, t, r) {
|
64
64
|
e.$$.on_destroy.push(er(t, r));
|
65
65
|
}
|
66
|
-
function
|
66
|
+
function H(e, t) {
|
67
67
|
e.appendChild(t);
|
68
68
|
}
|
69
|
-
function
|
70
|
-
const n =
|
69
|
+
function tn(e, t, r) {
|
70
|
+
const n = rn(e);
|
71
71
|
if (!n.getElementById(t)) {
|
72
|
-
const i =
|
73
|
-
i.id = t, i.textContent = r,
|
72
|
+
const i = C("style");
|
73
|
+
i.id = t, i.textContent = r, nn(n, i);
|
74
74
|
}
|
75
75
|
}
|
76
|
-
function
|
76
|
+
function rn(e) {
|
77
77
|
if (!e) return document;
|
78
78
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
79
79
|
return t && /** @type {ShadowRoot} */
|
@@ -82,8 +82,8 @@ function nn(e) {
|
|
82
82
|
t
|
83
83
|
) : e.ownerDocument;
|
84
84
|
}
|
85
|
-
function
|
86
|
-
return
|
85
|
+
function nn(e, t) {
|
86
|
+
return H(
|
87
87
|
/** @type {Document} */
|
88
88
|
e.head || e,
|
89
89
|
t
|
@@ -99,19 +99,19 @@ function tr(e, t) {
|
|
99
99
|
for (let r = 0; r < e.length; r += 1)
|
100
100
|
e[r] && e[r].d(t);
|
101
101
|
}
|
102
|
-
function
|
102
|
+
function C(e) {
|
103
103
|
return document.createElement(e);
|
104
104
|
}
|
105
|
-
function
|
105
|
+
function Ce(e) {
|
106
106
|
return document.createTextNode(e);
|
107
107
|
}
|
108
108
|
function j() {
|
109
|
-
return
|
109
|
+
return Ce(" ");
|
110
110
|
}
|
111
111
|
function J(e, t, r, n) {
|
112
112
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
113
113
|
}
|
114
|
-
function
|
114
|
+
function on(e) {
|
115
115
|
return function(t) {
|
116
116
|
return t.stopPropagation(), e.call(this, t);
|
117
117
|
};
|
@@ -119,7 +119,7 @@ function sn(e) {
|
|
119
119
|
function x(e, t, r) {
|
120
120
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
121
121
|
}
|
122
|
-
function
|
122
|
+
function sn(e) {
|
123
123
|
return Array.from(e.childNodes);
|
124
124
|
}
|
125
125
|
function it(e, t) {
|
@@ -130,7 +130,7 @@ function Ne(e, t, r, n) {
|
|
130
130
|
r == null ? e.style.removeProperty(t) : e.style.setProperty(t, r, "");
|
131
131
|
}
|
132
132
|
let pe;
|
133
|
-
function
|
133
|
+
function an() {
|
134
134
|
if (pe === void 0) {
|
135
135
|
pe = !1;
|
136
136
|
try {
|
@@ -141,14 +141,14 @@ function ln() {
|
|
141
141
|
}
|
142
142
|
return pe;
|
143
143
|
}
|
144
|
-
function
|
144
|
+
function ln(e, t) {
|
145
145
|
getComputedStyle(e).position === "static" && (e.style.position = "relative");
|
146
|
-
const n =
|
146
|
+
const n = C("iframe");
|
147
147
|
n.setAttribute(
|
148
148
|
"style",
|
149
149
|
"display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
|
150
150
|
), n.setAttribute("aria-hidden", "true"), n.tabIndex = -1;
|
151
|
-
const i =
|
151
|
+
const i = an();
|
152
152
|
let o;
|
153
153
|
return i ? (n.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", o = J(
|
154
154
|
window,
|
@@ -159,11 +159,11 @@ function un(e, t) {
|
|
159
159
|
}
|
160
160
|
)) : (n.src = "about:blank", n.onload = () => {
|
161
161
|
o = J(n.contentWindow, "resize", t), t();
|
162
|
-
}),
|
162
|
+
}), H(e, n), () => {
|
163
163
|
(i || o && n.contentWindow) && o(), R(n);
|
164
164
|
};
|
165
165
|
}
|
166
|
-
function
|
166
|
+
function un(e) {
|
167
167
|
const t = {};
|
168
168
|
return e.childNodes.forEach(
|
169
169
|
/** @param {Element} node */
|
@@ -176,19 +176,19 @@ let ue;
|
|
176
176
|
function le(e) {
|
177
177
|
ue = e;
|
178
178
|
}
|
179
|
-
function
|
179
|
+
function hn() {
|
180
180
|
if (!ue) throw new Error("Function called outside component initialization");
|
181
181
|
return ue;
|
182
182
|
}
|
183
|
-
function
|
184
|
-
|
183
|
+
function cn(e) {
|
184
|
+
hn().$$.on_mount.push(e);
|
185
185
|
}
|
186
186
|
const W = [], xe = [];
|
187
187
|
let Z = [];
|
188
|
-
const St = [],
|
188
|
+
const St = [], fn = /* @__PURE__ */ Promise.resolve();
|
189
189
|
let ke = !1;
|
190
|
-
function
|
191
|
-
ke || (ke = !0,
|
190
|
+
function dn() {
|
191
|
+
ke || (ke = !0, fn.then($));
|
192
192
|
}
|
193
193
|
function Se(e) {
|
194
194
|
Z.push(e);
|
@@ -203,7 +203,7 @@ function $() {
|
|
203
203
|
try {
|
204
204
|
for (; X < W.length; ) {
|
205
205
|
const t = W[X];
|
206
|
-
X++, le(t),
|
206
|
+
X++, le(t), pn(t.$$);
|
207
207
|
}
|
208
208
|
} catch (t) {
|
209
209
|
throw W.length = 0, X = 0, t;
|
@@ -219,39 +219,39 @@ function $() {
|
|
219
219
|
St.pop()();
|
220
220
|
ke = !1, Me.clear(), le(e);
|
221
221
|
}
|
222
|
-
function
|
222
|
+
function pn(e) {
|
223
223
|
if (e.fragment !== null) {
|
224
224
|
e.update(), te(e.before_update);
|
225
225
|
const t = e.dirty;
|
226
226
|
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Se);
|
227
227
|
}
|
228
228
|
}
|
229
|
-
function
|
229
|
+
function mn(e) {
|
230
230
|
const t = [], r = [];
|
231
231
|
Z.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Z = t;
|
232
232
|
}
|
233
|
-
const
|
234
|
-
function
|
235
|
-
e && e.i && (
|
233
|
+
const bn = /* @__PURE__ */ new Set();
|
234
|
+
function gn(e, t) {
|
235
|
+
e && e.i && (bn.delete(e), e.i(t));
|
236
236
|
}
|
237
237
|
function we(e) {
|
238
238
|
return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
|
239
239
|
}
|
240
|
-
function
|
240
|
+
function vn(e, t, r) {
|
241
241
|
const { fragment: n, after_update: i } = e.$$;
|
242
242
|
n && n.m(t, r), Se(() => {
|
243
|
-
const o = e.$$.on_mount.map(
|
243
|
+
const o = e.$$.on_mount.map(qt).filter(nt);
|
244
244
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : te(o), e.$$.on_mount = [];
|
245
245
|
}), i.forEach(Se);
|
246
246
|
}
|
247
|
-
function
|
247
|
+
function yn(e, t) {
|
248
248
|
const r = e.$$;
|
249
|
-
r.fragment !== null && (
|
249
|
+
r.fragment !== null && (mn(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
250
250
|
}
|
251
|
-
function
|
252
|
-
e.$$.dirty[0] === -1 && (W.push(e),
|
251
|
+
function _n(e, t) {
|
252
|
+
e.$$.dirty[0] === -1 && (W.push(e), dn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
253
253
|
}
|
254
|
-
function
|
254
|
+
function En(e, t, r, n, i, o, s = null, a = [-1]) {
|
255
255
|
const l = ue;
|
256
256
|
le(e);
|
257
257
|
const u = e.$$ = {
|
@@ -279,14 +279,14 @@ function xn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
279
279
|
let h = !1;
|
280
280
|
if (u.ctx = r ? r(e, t.props || {}, (c, f, ...p) => {
|
281
281
|
const d = p.length ? p[0] : f;
|
282
|
-
return u.ctx && i(u.ctx[c], u.ctx[c] = d) && (!u.skip_bound && u.bound[c] && u.bound[c](d), h &&
|
282
|
+
return u.ctx && i(u.ctx[c], u.ctx[c] = d) && (!u.skip_bound && u.bound[c] && u.bound[c](d), h && _n(e, c)), f;
|
283
283
|
}) : [], u.update(), h = !0, te(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
284
284
|
if (t.hydrate) {
|
285
|
-
const c =
|
285
|
+
const c = sn(t.target);
|
286
286
|
u.fragment && u.fragment.l(c), c.forEach(R);
|
287
287
|
} else
|
288
288
|
u.fragment && u.fragment.c();
|
289
|
-
t.intro &&
|
289
|
+
t.intro && gn(e.$$.fragment), vn(e, t.target, t.anchor), $();
|
290
290
|
}
|
291
291
|
le(l);
|
292
292
|
}
|
@@ -335,7 +335,7 @@ typeof HTMLElement == "function" && (rr = class extends HTMLElement {
|
|
335
335
|
let s;
|
336
336
|
return {
|
337
337
|
c: function() {
|
338
|
-
s =
|
338
|
+
s = C("slot"), o !== "default" && x(s, "name", o);
|
339
339
|
},
|
340
340
|
/**
|
341
341
|
* @param {HTMLElement} target
|
@@ -352,7 +352,7 @@ typeof HTMLElement == "function" && (rr = class extends HTMLElement {
|
|
352
352
|
};
|
353
353
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
354
354
|
return;
|
355
|
-
const r = {}, n =
|
355
|
+
const r = {}, n = un(this);
|
356
356
|
for (const o of this.$$s)
|
357
357
|
o in n && (r[o] = [t(o)]);
|
358
358
|
for (const o of this.attributes) {
|
@@ -441,7 +441,7 @@ function ge(e, t, r, n) {
|
|
441
441
|
return t;
|
442
442
|
}
|
443
443
|
}
|
444
|
-
function
|
444
|
+
function xn(e, t, r, n, i, o) {
|
445
445
|
let s = class extends rr {
|
446
446
|
constructor() {
|
447
447
|
super(e, r, i), this.$$p_d = t;
|
@@ -472,7 +472,7 @@ function Sn(e, t, r, n, i, o) {
|
|
472
472
|
}), e.element = /** @type {any} */
|
473
473
|
s, s;
|
474
474
|
}
|
475
|
-
class
|
475
|
+
class Sn {
|
476
476
|
constructor() {
|
477
477
|
/**
|
478
478
|
* ### PRIVATE API
|
@@ -493,7 +493,7 @@ class wn {
|
|
493
493
|
}
|
494
494
|
/** @returns {void} */
|
495
495
|
$destroy() {
|
496
|
-
|
496
|
+
yn(this, 1), this.$destroy = L;
|
497
497
|
}
|
498
498
|
/**
|
499
499
|
* @template {Extract<keyof Events, string>} K
|
@@ -515,13 +515,13 @@ class wn {
|
|
515
515
|
* @returns {void}
|
516
516
|
*/
|
517
517
|
$set(t) {
|
518
|
-
this.$$set && !
|
518
|
+
this.$$set && !Kr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
519
519
|
}
|
520
520
|
}
|
521
|
-
const
|
522
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
521
|
+
const wn = "4";
|
522
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(wn);
|
523
523
|
const z = [];
|
524
|
-
function
|
524
|
+
function Tn(e, t) {
|
525
525
|
return {
|
526
526
|
subscribe: Pe(e, t).subscribe
|
527
527
|
};
|
@@ -557,7 +557,7 @@ function re(e, t, r) {
|
|
557
557
|
if (!i.every(Boolean))
|
558
558
|
throw new Error("derived() expects stores as input, got a falsy value");
|
559
559
|
const o = t.length < 2;
|
560
|
-
return
|
560
|
+
return Tn(r, (s, a) => {
|
561
561
|
let l = !1;
|
562
562
|
const u = [];
|
563
563
|
let h = 0, c = L;
|
@@ -586,44 +586,44 @@ function re(e, t, r) {
|
|
586
586
|
function Hn(e) {
|
587
587
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
588
588
|
}
|
589
|
-
var
|
590
|
-
return
|
589
|
+
var Cn = function(t) {
|
590
|
+
return Pn(t) && !Bn(t);
|
591
591
|
};
|
592
|
-
function
|
592
|
+
function Pn(e) {
|
593
593
|
return !!e && typeof e == "object";
|
594
594
|
}
|
595
|
-
function
|
595
|
+
function Bn(e) {
|
596
596
|
var t = Object.prototype.toString.call(e);
|
597
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
597
|
+
return t === "[object RegExp]" || t === "[object Date]" || In(e);
|
598
598
|
}
|
599
|
-
var
|
600
|
-
function
|
601
|
-
return e.$$typeof ===
|
599
|
+
var An = typeof Symbol == "function" && Symbol.for, On = An ? Symbol.for("react.element") : 60103;
|
600
|
+
function In(e) {
|
601
|
+
return e.$$typeof === On;
|
602
602
|
}
|
603
|
-
function
|
603
|
+
function Ln(e) {
|
604
604
|
return Array.isArray(e) ? [] : {};
|
605
605
|
}
|
606
606
|
function he(e, t) {
|
607
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
607
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? Y(Ln(e), e, t) : e;
|
608
608
|
}
|
609
|
-
function
|
609
|
+
function Nn(e, t, r) {
|
610
610
|
return e.concat(t).map(function(n) {
|
611
611
|
return he(n, r);
|
612
612
|
});
|
613
613
|
}
|
614
|
-
function
|
614
|
+
function Mn(e, t) {
|
615
615
|
if (!t.customMerge)
|
616
|
-
return
|
616
|
+
return Y;
|
617
617
|
var r = t.customMerge(e);
|
618
|
-
return typeof r == "function" ? r :
|
618
|
+
return typeof r == "function" ? r : Y;
|
619
619
|
}
|
620
|
-
function
|
620
|
+
function Rn(e) {
|
621
621
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
622
622
|
return Object.propertyIsEnumerable.call(e, t);
|
623
623
|
}) : [];
|
624
624
|
}
|
625
625
|
function wt(e) {
|
626
|
-
return Object.keys(e).concat(
|
626
|
+
return Object.keys(e).concat(Rn(e));
|
627
627
|
}
|
628
628
|
function nr(e, t) {
|
629
629
|
try {
|
@@ -632,31 +632,31 @@ function nr(e, t) {
|
|
632
632
|
return !1;
|
633
633
|
}
|
634
634
|
}
|
635
|
-
function
|
635
|
+
function $n(e, t) {
|
636
636
|
return nr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
637
637
|
}
|
638
|
-
function
|
638
|
+
function Gn(e, t, r) {
|
639
639
|
var n = {};
|
640
640
|
return r.isMergeableObject(e) && wt(e).forEach(function(i) {
|
641
641
|
n[i] = he(e[i], r);
|
642
642
|
}), wt(t).forEach(function(i) {
|
643
|
-
|
643
|
+
$n(e, i) || (nr(e, i) && r.isMergeableObject(t[i]) ? n[i] = Mn(i, r)(e[i], t[i], r) : n[i] = he(t[i], r));
|
644
644
|
}), n;
|
645
645
|
}
|
646
|
-
function
|
647
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
646
|
+
function Y(e, t, r) {
|
647
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Nn, r.isMergeableObject = r.isMergeableObject || Cn, r.cloneUnlessOtherwiseSpecified = he;
|
648
648
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
649
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
649
|
+
return o ? n ? r.arrayMerge(e, t, r) : Gn(e, t, r) : he(t, r);
|
650
650
|
}
|
651
|
-
|
651
|
+
Y.all = function(t, r) {
|
652
652
|
if (!Array.isArray(t))
|
653
653
|
throw new Error("first argument should be an array");
|
654
654
|
return t.reduce(function(n, i) {
|
655
|
-
return
|
655
|
+
return Y(n, i, r);
|
656
656
|
}, {});
|
657
657
|
};
|
658
|
-
var
|
659
|
-
const
|
658
|
+
var Un = Y, Dn = Un;
|
659
|
+
const Fn = /* @__PURE__ */ Hn(Dn);
|
660
660
|
var Ve = function(e, t) {
|
661
661
|
return Ve = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
662
662
|
r.__proto__ = n;
|
@@ -682,7 +682,7 @@ var _ = function() {
|
|
682
682
|
return t;
|
683
683
|
}, _.apply(this, arguments);
|
684
684
|
};
|
685
|
-
function
|
685
|
+
function jn(e, t) {
|
686
686
|
var r = {};
|
687
687
|
for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
688
688
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
@@ -722,7 +722,57 @@ function Q(e, t, r) {
|
|
722
722
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
723
723
|
return e.concat(o || Array.prototype.slice.call(t));
|
724
724
|
}
|
725
|
-
|
725
|
+
function Re(e, t) {
|
726
|
+
var r = t && t.cache ? t.cache : Zn, n = t && t.serializer ? t.serializer : Wn, i = t && t.strategy ? t.strategy : Vn;
|
727
|
+
return i(e, {
|
728
|
+
cache: r,
|
729
|
+
serializer: n
|
730
|
+
});
|
731
|
+
}
|
732
|
+
function kn(e) {
|
733
|
+
return e == null || typeof e == "number" || typeof e == "boolean";
|
734
|
+
}
|
735
|
+
function ir(e, t, r, n) {
|
736
|
+
var i = kn(n) ? n : r(n), o = t.get(i);
|
737
|
+
return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
|
738
|
+
}
|
739
|
+
function or(e, t, r) {
|
740
|
+
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
741
|
+
return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
|
742
|
+
}
|
743
|
+
function ot(e, t, r, n, i) {
|
744
|
+
return r.bind(t, e, n, i);
|
745
|
+
}
|
746
|
+
function Vn(e, t) {
|
747
|
+
var r = e.length === 1 ? ir : or;
|
748
|
+
return ot(e, this, r, t.cache.create(), t.serializer);
|
749
|
+
}
|
750
|
+
function Xn(e, t) {
|
751
|
+
return ot(e, this, or, t.cache.create(), t.serializer);
|
752
|
+
}
|
753
|
+
function zn(e, t) {
|
754
|
+
return ot(e, this, ir, t.cache.create(), t.serializer);
|
755
|
+
}
|
756
|
+
var Wn = function() {
|
757
|
+
return JSON.stringify(arguments);
|
758
|
+
};
|
759
|
+
function st() {
|
760
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
761
|
+
}
|
762
|
+
st.prototype.get = function(e) {
|
763
|
+
return this.cache[e];
|
764
|
+
};
|
765
|
+
st.prototype.set = function(e, t) {
|
766
|
+
this.cache[e] = t;
|
767
|
+
};
|
768
|
+
var Zn = {
|
769
|
+
create: function() {
|
770
|
+
return new st();
|
771
|
+
}
|
772
|
+
}, $e = {
|
773
|
+
variadic: Xn,
|
774
|
+
monadic: zn
|
775
|
+
}, v;
|
726
776
|
(function(e) {
|
727
777
|
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";
|
728
778
|
})(v || (v = {}));
|
@@ -730,47 +780,47 @@ var w;
|
|
730
780
|
(function(e) {
|
731
781
|
e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
|
732
782
|
})(w || (w = {}));
|
733
|
-
var
|
783
|
+
var q;
|
734
784
|
(function(e) {
|
735
785
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
736
|
-
})(
|
786
|
+
})(q || (q = {}));
|
737
787
|
function Tt(e) {
|
738
788
|
return e.type === w.literal;
|
739
789
|
}
|
740
|
-
function
|
790
|
+
function Qn(e) {
|
741
791
|
return e.type === w.argument;
|
742
792
|
}
|
743
|
-
function
|
793
|
+
function sr(e) {
|
744
794
|
return e.type === w.number;
|
745
795
|
}
|
746
|
-
function
|
796
|
+
function ar(e) {
|
747
797
|
return e.type === w.date;
|
748
798
|
}
|
749
|
-
function
|
799
|
+
function lr(e) {
|
750
800
|
return e.type === w.time;
|
751
801
|
}
|
752
|
-
function
|
802
|
+
function ur(e) {
|
753
803
|
return e.type === w.select;
|
754
804
|
}
|
755
|
-
function
|
805
|
+
function hr(e) {
|
756
806
|
return e.type === w.plural;
|
757
807
|
}
|
758
|
-
function
|
808
|
+
function Jn(e) {
|
759
809
|
return e.type === w.pound;
|
760
810
|
}
|
761
|
-
function
|
811
|
+
function cr(e) {
|
762
812
|
return e.type === w.tag;
|
763
813
|
}
|
764
|
-
function
|
765
|
-
return !!(e && typeof e == "object" && e.type ===
|
814
|
+
function fr(e) {
|
815
|
+
return !!(e && typeof e == "object" && e.type === q.number);
|
766
816
|
}
|
767
817
|
function We(e) {
|
768
|
-
return !!(e && typeof e == "object" && e.type ===
|
818
|
+
return !!(e && typeof e == "object" && e.type === q.dateTime);
|
769
819
|
}
|
770
|
-
var
|
771
|
-
function
|
820
|
+
var dr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Yn = /(?:[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;
|
821
|
+
function qn(e) {
|
772
822
|
var t = {};
|
773
|
-
return e.replace(
|
823
|
+
return e.replace(Yn, function(r) {
|
774
824
|
var n = r.length;
|
775
825
|
switch (r[0]) {
|
776
826
|
case "G":
|
@@ -859,11 +909,11 @@ function Wn(e) {
|
|
859
909
|
return "";
|
860
910
|
}), t;
|
861
911
|
}
|
862
|
-
var
|
863
|
-
function
|
912
|
+
var Kn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
913
|
+
function ei(e) {
|
864
914
|
if (e.length === 0)
|
865
915
|
throw new Error("Number skeleton cannot be empty");
|
866
|
-
for (var t = e.split(
|
916
|
+
for (var t = e.split(Kn).filter(function(f) {
|
867
917
|
return f.length > 0;
|
868
918
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
869
919
|
var o = i[n], s = o.split("/");
|
@@ -878,17 +928,17 @@ function Qn(e) {
|
|
878
928
|
}
|
879
929
|
return r;
|
880
930
|
}
|
881
|
-
function
|
931
|
+
function ti(e) {
|
882
932
|
return e.replace(/^(.*?)-/, "");
|
883
933
|
}
|
884
|
-
var
|
885
|
-
function
|
934
|
+
var Ht = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, pr = /^(@+)?(\+|#+)?[rs]?$/g, ri = /(\*)(0+)|(#+)(0+)|(0+)/g, mr = /^(0+)$/;
|
935
|
+
function Ct(e) {
|
886
936
|
var t = {};
|
887
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
937
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(pr, function(r, n, i) {
|
888
938
|
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)), "";
|
889
939
|
}), t;
|
890
940
|
}
|
891
|
-
function
|
941
|
+
function br(e) {
|
892
942
|
switch (e) {
|
893
943
|
case "sign-auto":
|
894
944
|
return {
|
@@ -928,7 +978,7 @@ function pr(e) {
|
|
928
978
|
};
|
929
979
|
}
|
930
980
|
}
|
931
|
-
function
|
981
|
+
function ni(e) {
|
932
982
|
var t;
|
933
983
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
934
984
|
notation: "engineering"
|
@@ -936,17 +986,17 @@ function Yn(e) {
|
|
936
986
|
notation: "scientific"
|
937
987
|
}, e = e.slice(1)), t) {
|
938
988
|
var r = e.slice(0, 2);
|
939
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
989
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !mr.test(e))
|
940
990
|
throw new Error("Malformed concise eng/scientific notation");
|
941
991
|
t.minimumIntegerDigits = e.length;
|
942
992
|
}
|
943
993
|
return t;
|
944
994
|
}
|
945
995
|
function Pt(e) {
|
946
|
-
var t = {}, r =
|
996
|
+
var t = {}, r = br(e);
|
947
997
|
return r || t;
|
948
998
|
}
|
949
|
-
function
|
999
|
+
function ii(e) {
|
950
1000
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
951
1001
|
var i = n[r];
|
952
1002
|
switch (i.stem) {
|
@@ -970,7 +1020,7 @@ function Kn(e) {
|
|
970
1020
|
continue;
|
971
1021
|
case "measure-unit":
|
972
1022
|
case "unit":
|
973
|
-
t.style = "unit", t.unit =
|
1023
|
+
t.style = "unit", t.unit = ti(i.options[0]);
|
974
1024
|
continue;
|
975
1025
|
case "compact-short":
|
976
1026
|
case "K":
|
@@ -1032,7 +1082,7 @@ function Kn(e) {
|
|
1032
1082
|
case "integer-width":
|
1033
1083
|
if (i.options.length > 1)
|
1034
1084
|
throw new RangeError("integer-width stems only accept a single optional option");
|
1035
|
-
i.options[0].replace(
|
1085
|
+
i.options[0].replace(ri, function(l, u, h, c, f, p) {
|
1036
1086
|
if (u)
|
1037
1087
|
t.minimumIntegerDigits = h.length;
|
1038
1088
|
else {
|
@@ -1045,27 +1095,27 @@ function Kn(e) {
|
|
1045
1095
|
});
|
1046
1096
|
continue;
|
1047
1097
|
}
|
1048
|
-
if (
|
1098
|
+
if (mr.test(i.stem)) {
|
1049
1099
|
t.minimumIntegerDigits = i.stem.length;
|
1050
1100
|
continue;
|
1051
1101
|
}
|
1052
|
-
if (
|
1102
|
+
if (Ht.test(i.stem)) {
|
1053
1103
|
if (i.options.length > 1)
|
1054
1104
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
1055
|
-
i.stem.replace(
|
1105
|
+
i.stem.replace(Ht, function(l, u, h, c, f, p) {
|
1056
1106
|
return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
1057
1107
|
});
|
1058
1108
|
var o = i.options[0];
|
1059
|
-
o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t),
|
1109
|
+
o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), Ct(o)));
|
1060
1110
|
continue;
|
1061
1111
|
}
|
1062
|
-
if (
|
1063
|
-
t = _(_({}, t),
|
1112
|
+
if (pr.test(i.stem)) {
|
1113
|
+
t = _(_({}, t), Ct(i.stem));
|
1064
1114
|
continue;
|
1065
1115
|
}
|
1066
|
-
var s =
|
1116
|
+
var s = br(i.stem);
|
1067
1117
|
s && (t = _(_({}, t), s));
|
1068
|
-
var a =
|
1118
|
+
var a = ni(i.stem);
|
1069
1119
|
a && (t = _(_({}, t), a));
|
1070
1120
|
}
|
1071
1121
|
return t;
|
@@ -1075,6 +1125,12 @@ var me = {
|
|
1075
1125
|
"H",
|
1076
1126
|
"h"
|
1077
1127
|
],
|
1128
|
+
419: [
|
1129
|
+
"h",
|
1130
|
+
"H",
|
1131
|
+
"hB",
|
1132
|
+
"hb"
|
1133
|
+
],
|
1078
1134
|
AC: [
|
1079
1135
|
"H",
|
1080
1136
|
"h",
|
@@ -1123,8 +1179,8 @@ var me = {
|
|
1123
1179
|
"hB"
|
1124
1180
|
],
|
1125
1181
|
AR: [
|
1126
|
-
"H",
|
1127
1182
|
"h",
|
1183
|
+
"H",
|
1128
1184
|
"hB",
|
1129
1185
|
"hb"
|
1130
1186
|
],
|
@@ -1214,9 +1270,9 @@ var me = {
|
|
1214
1270
|
"H"
|
1215
1271
|
],
|
1216
1272
|
BO: [
|
1273
|
+
"h",
|
1217
1274
|
"H",
|
1218
1275
|
"hB",
|
1219
|
-
"h",
|
1220
1276
|
"hb"
|
1221
1277
|
],
|
1222
1278
|
BQ: [
|
@@ -1293,8 +1349,8 @@ var me = {
|
|
1293
1349
|
"hB"
|
1294
1350
|
],
|
1295
1351
|
CL: [
|
1296
|
-
"H",
|
1297
1352
|
"h",
|
1353
|
+
"H",
|
1298
1354
|
"hB",
|
1299
1355
|
"hb"
|
1300
1356
|
],
|
@@ -1319,14 +1375,14 @@ var me = {
|
|
1319
1375
|
"H"
|
1320
1376
|
],
|
1321
1377
|
CR: [
|
1322
|
-
"H",
|
1323
1378
|
"h",
|
1379
|
+
"H",
|
1324
1380
|
"hB",
|
1325
1381
|
"hb"
|
1326
1382
|
],
|
1327
1383
|
CU: [
|
1328
|
-
"H",
|
1329
1384
|
"h",
|
1385
|
+
"H",
|
1330
1386
|
"hB",
|
1331
1387
|
"hb"
|
1332
1388
|
],
|
@@ -1395,9 +1451,9 @@ var me = {
|
|
1395
1451
|
"hb"
|
1396
1452
|
],
|
1397
1453
|
EC: [
|
1454
|
+
"h",
|
1398
1455
|
"H",
|
1399
1456
|
"hB",
|
1400
|
-
"h",
|
1401
1457
|
"hb"
|
1402
1458
|
],
|
1403
1459
|
EE: [
|
@@ -1533,8 +1589,8 @@ var me = {
|
|
1533
1589
|
"hB"
|
1534
1590
|
],
|
1535
1591
|
GT: [
|
1536
|
-
"H",
|
1537
1592
|
"h",
|
1593
|
+
"H",
|
1538
1594
|
"hB",
|
1539
1595
|
"hb"
|
1540
1596
|
],
|
@@ -1561,8 +1617,8 @@ var me = {
|
|
1561
1617
|
"H"
|
1562
1618
|
],
|
1563
1619
|
HN: [
|
1564
|
-
"H",
|
1565
1620
|
"h",
|
1621
|
+
"H",
|
1566
1622
|
"hB",
|
1567
1623
|
"hb"
|
1568
1624
|
],
|
@@ -1876,8 +1932,8 @@ var me = {
|
|
1876
1932
|
"hB"
|
1877
1933
|
],
|
1878
1934
|
MX: [
|
1879
|
-
"H",
|
1880
1935
|
"h",
|
1936
|
+
"H",
|
1881
1937
|
"hB",
|
1882
1938
|
"hb"
|
1883
1939
|
],
|
@@ -1917,8 +1973,8 @@ var me = {
|
|
1917
1973
|
"hB"
|
1918
1974
|
],
|
1919
1975
|
NI: [
|
1920
|
-
"H",
|
1921
1976
|
"h",
|
1977
|
+
"H",
|
1922
1978
|
"hB",
|
1923
1979
|
"hb"
|
1924
1980
|
],
|
@@ -1966,9 +2022,9 @@ var me = {
|
|
1966
2022
|
"hb"
|
1967
2023
|
],
|
1968
2024
|
PE: [
|
2025
|
+
"h",
|
1969
2026
|
"H",
|
1970
2027
|
"hB",
|
1971
|
-
"h",
|
1972
2028
|
"hb"
|
1973
2029
|
],
|
1974
2030
|
PF: [
|
@@ -2026,8 +2082,8 @@ var me = {
|
|
2026
2082
|
"H"
|
2027
2083
|
],
|
2028
2084
|
PY: [
|
2029
|
-
"H",
|
2030
2085
|
"h",
|
2086
|
+
"H",
|
2031
2087
|
"hB",
|
2032
2088
|
"hb"
|
2033
2089
|
],
|
@@ -2140,8 +2196,8 @@ var me = {
|
|
2140
2196
|
"hB"
|
2141
2197
|
],
|
2142
2198
|
SV: [
|
2143
|
-
"H",
|
2144
2199
|
"h",
|
2200
|
+
"H",
|
2145
2201
|
"hB",
|
2146
2202
|
"hb"
|
2147
2203
|
],
|
@@ -2263,8 +2319,8 @@ var me = {
|
|
2263
2319
|
"hB"
|
2264
2320
|
],
|
2265
2321
|
UY: [
|
2266
|
-
"H",
|
2267
2322
|
"h",
|
2323
|
+
"H",
|
2268
2324
|
"hB",
|
2269
2325
|
"hb"
|
2270
2326
|
],
|
@@ -2372,37 +2428,37 @@ var me = {
|
|
2372
2428
|
"H",
|
2373
2429
|
"hB"
|
2374
2430
|
],
|
2375
|
-
"
|
2376
|
-
"H",
|
2431
|
+
"en-HK": [
|
2377
2432
|
"h",
|
2378
|
-
"
|
2379
|
-
"
|
2433
|
+
"hb",
|
2434
|
+
"H",
|
2435
|
+
"hB"
|
2380
2436
|
],
|
2381
|
-
"
|
2437
|
+
"en-IL": [
|
2382
2438
|
"H",
|
2383
2439
|
"h",
|
2384
|
-
"
|
2385
|
-
"
|
2440
|
+
"hb",
|
2441
|
+
"hB"
|
2386
2442
|
],
|
2387
|
-
"
|
2388
|
-
"H",
|
2443
|
+
"en-MY": [
|
2389
2444
|
"h",
|
2390
|
-
"
|
2391
|
-
"
|
2445
|
+
"hb",
|
2446
|
+
"H",
|
2447
|
+
"hB"
|
2392
2448
|
],
|
2393
|
-
"es-
|
2449
|
+
"es-BR": [
|
2394
2450
|
"H",
|
2395
2451
|
"h",
|
2396
2452
|
"hB",
|
2397
2453
|
"hb"
|
2398
2454
|
],
|
2399
|
-
"es-
|
2455
|
+
"es-ES": [
|
2400
2456
|
"H",
|
2401
2457
|
"h",
|
2402
2458
|
"hB",
|
2403
2459
|
"hb"
|
2404
2460
|
],
|
2405
|
-
"es-
|
2461
|
+
"es-GQ": [
|
2406
2462
|
"H",
|
2407
2463
|
"h",
|
2408
2464
|
"hB",
|
@@ -2479,13 +2535,13 @@ var me = {
|
|
2479
2535
|
"h"
|
2480
2536
|
]
|
2481
2537
|
};
|
2482
|
-
function
|
2538
|
+
function oi(e, t) {
|
2483
2539
|
for (var r = "", n = 0; n < e.length; n++) {
|
2484
2540
|
var i = e.charAt(n);
|
2485
2541
|
if (i === "j") {
|
2486
2542
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
2487
2543
|
o++, n++;
|
2488
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u =
|
2544
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = si(t);
|
2489
2545
|
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
2490
2546
|
r += l;
|
2491
2547
|
for (; s-- > 0; )
|
@@ -2494,7 +2550,7 @@ function ei(e, t) {
|
|
2494
2550
|
}
|
2495
2551
|
return r;
|
2496
2552
|
}
|
2497
|
-
function
|
2553
|
+
function si(e) {
|
2498
2554
|
var t = e.hourCycle;
|
2499
2555
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
2500
2556
|
e.hourCycles && // @ts-ignore
|
@@ -2516,20 +2572,20 @@ function ti(e) {
|
|
2516
2572
|
var i = me[n || ""] || me[r || ""] || me["".concat(r, "-001")] || me["001"];
|
2517
2573
|
return i[0];
|
2518
2574
|
}
|
2519
|
-
var
|
2575
|
+
var Ge, ai = new RegExp("^".concat(dr.source, "*")), li = new RegExp("".concat(dr.source, "*$"));
|
2520
2576
|
function y(e, t) {
|
2521
2577
|
return { start: e, end: t };
|
2522
2578
|
}
|
2523
|
-
var
|
2579
|
+
var ui = !!String.prototype.startsWith && "_a".startsWith("a", 1), hi = !!String.fromCodePoint, ci = !!Object.fromEntries, fi = !!String.prototype.codePointAt, di = !!String.prototype.trimStart, pi = !!String.prototype.trimEnd, mi = !!Number.isSafeInteger, bi = mi ? Number.isSafeInteger : function(e) {
|
2524
2580
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
2525
2581
|
}, Ze = !0;
|
2526
2582
|
try {
|
2527
|
-
var
|
2528
|
-
Ze = ((
|
2583
|
+
var gi = vr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2584
|
+
Ze = ((Ge = gi.exec("a")) === null || Ge === void 0 ? void 0 : Ge[0]) === "a";
|
2529
2585
|
} catch (e) {
|
2530
2586
|
Ze = !1;
|
2531
2587
|
}
|
2532
|
-
var Bt =
|
2588
|
+
var Bt = ui ? (
|
2533
2589
|
// Native
|
2534
2590
|
function(t, r, n) {
|
2535
2591
|
return t.startsWith(r, n);
|
@@ -2539,7 +2595,7 @@ var Bt = ii ? (
|
|
2539
2595
|
function(t, r, n) {
|
2540
2596
|
return t.slice(n, n + r.length) === r;
|
2541
2597
|
}
|
2542
|
-
), Qe =
|
2598
|
+
), Qe = hi ? String.fromCodePoint : (
|
2543
2599
|
// IE11
|
2544
2600
|
function() {
|
2545
2601
|
for (var t = [], r = 0; r < arguments.length; r++)
|
@@ -2553,7 +2609,7 @@ var Bt = ii ? (
|
|
2553
2609
|
}
|
2554
2610
|
), At = (
|
2555
2611
|
// native
|
2556
|
-
|
2612
|
+
ci ? Object.fromEntries : (
|
2557
2613
|
// Ponyfill
|
2558
2614
|
function(t) {
|
2559
2615
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
@@ -2563,7 +2619,7 @@ var Bt = ii ? (
|
|
2563
2619
|
return r;
|
2564
2620
|
}
|
2565
2621
|
)
|
2566
|
-
),
|
2622
|
+
), gr = fi ? (
|
2567
2623
|
// Native
|
2568
2624
|
function(t, r) {
|
2569
2625
|
return t.codePointAt(r);
|
@@ -2577,7 +2633,7 @@ var Bt = ii ? (
|
|
2577
2633
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
2578
2634
|
}
|
2579
2635
|
}
|
2580
|
-
),
|
2636
|
+
), vi = di ? (
|
2581
2637
|
// Native
|
2582
2638
|
function(t) {
|
2583
2639
|
return t.trimStart();
|
@@ -2585,9 +2641,9 @@ var Bt = ii ? (
|
|
2585
2641
|
) : (
|
2586
2642
|
// Ponyfill
|
2587
2643
|
function(t) {
|
2588
|
-
return t.replace(
|
2644
|
+
return t.replace(ai, "");
|
2589
2645
|
}
|
2590
|
-
),
|
2646
|
+
), yi = pi ? (
|
2591
2647
|
// Native
|
2592
2648
|
function(t) {
|
2593
2649
|
return t.trimEnd();
|
@@ -2595,15 +2651,15 @@ var Bt = ii ? (
|
|
2595
2651
|
) : (
|
2596
2652
|
// Ponyfill
|
2597
2653
|
function(t) {
|
2598
|
-
return t.replace(
|
2654
|
+
return t.replace(li, "");
|
2599
2655
|
}
|
2600
2656
|
);
|
2601
|
-
function
|
2657
|
+
function vr(e, t) {
|
2602
2658
|
return new RegExp(e, t);
|
2603
2659
|
}
|
2604
2660
|
var Je;
|
2605
2661
|
if (Ze) {
|
2606
|
-
var Ot =
|
2662
|
+
var Ot = vr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
2607
2663
|
Je = function(t, r) {
|
2608
2664
|
var n;
|
2609
2665
|
Ot.lastIndex = r;
|
@@ -2613,14 +2669,14 @@ if (Ze) {
|
|
2613
2669
|
} else
|
2614
2670
|
Je = function(t, r) {
|
2615
2671
|
for (var n = []; ; ) {
|
2616
|
-
var i =
|
2617
|
-
if (i === void 0 ||
|
2672
|
+
var i = gr(t, r);
|
2673
|
+
if (i === void 0 || yr(i) || Si(i))
|
2618
2674
|
break;
|
2619
2675
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
2620
2676
|
}
|
2621
2677
|
return Qe.apply(void 0, n);
|
2622
2678
|
};
|
2623
|
-
var
|
2679
|
+
var _i = (
|
2624
2680
|
/** @class */
|
2625
2681
|
function() {
|
2626
2682
|
function e(t, r) {
|
@@ -2651,7 +2707,7 @@ var mi = (
|
|
2651
2707
|
if (n)
|
2652
2708
|
break;
|
2653
2709
|
return this.error(v.UNMATCHED_CLOSING_TAG, y(this.clonePosition(), this.clonePosition()));
|
2654
|
-
} else if (o === 60 && !this.ignoreTag &&
|
2710
|
+
} else if (o === 60 && !this.ignoreTag && Ye(this.peek() || 0)) {
|
2655
2711
|
var s = this.parseTag(t, r);
|
2656
2712
|
if (s.err)
|
2657
2713
|
return s;
|
@@ -2684,7 +2740,7 @@ var mi = (
|
|
2684
2740
|
return o;
|
2685
2741
|
var s = o.val, a = this.clonePosition();
|
2686
2742
|
if (this.bumpIf("</")) {
|
2687
|
-
if (this.isEOF() || !
|
2743
|
+
if (this.isEOF() || !Ye(this.char()))
|
2688
2744
|
return this.error(v.INVALID_TAG, y(a, this.clonePosition()));
|
2689
2745
|
var l = this.clonePosition(), u = this.parseTagName();
|
2690
2746
|
return i !== u ? this.error(v.UNMATCHED_CLOSING_TAG, y(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
@@ -2702,7 +2758,7 @@ var mi = (
|
|
2702
2758
|
return this.error(v.INVALID_TAG, y(n, this.clonePosition()));
|
2703
2759
|
}, e.prototype.parseTagName = function() {
|
2704
2760
|
var t = this.offset();
|
2705
|
-
for (this.bump(); !this.isEOF() &&
|
2761
|
+
for (this.bump(); !this.isEOF() && xi(this.char()); )
|
2706
2762
|
this.bump();
|
2707
2763
|
return this.message.slice(t, this.offset());
|
2708
2764
|
}, e.prototype.parseLiteral = function(t, r) {
|
@@ -2731,7 +2787,7 @@ var mi = (
|
|
2731
2787
|
};
|
2732
2788
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
2733
2789
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
2734
|
-
!
|
2790
|
+
!Ei(this.peek() || 0)) ? (this.bump(), "<") : null;
|
2735
2791
|
}, e.prototype.tryParseQuote = function(t) {
|
2736
2792
|
if (this.isEOF() || this.char() !== 39)
|
2737
2793
|
return null;
|
@@ -2818,7 +2874,7 @@ var mi = (
|
|
2818
2874
|
var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
2819
2875
|
if (c.err)
|
2820
2876
|
return c;
|
2821
|
-
var f =
|
2877
|
+
var f = yi(c.val);
|
2822
2878
|
if (f.length === 0)
|
2823
2879
|
return this.error(v.EXPECT_ARGUMENT_STYLE, y(this.clonePosition(), this.clonePosition()));
|
2824
2880
|
var p = y(h, this.clonePosition());
|
@@ -2829,7 +2885,7 @@ var mi = (
|
|
2829
2885
|
return d;
|
2830
2886
|
var g = y(i, this.clonePosition());
|
2831
2887
|
if (u && Bt(u == null ? void 0 : u.style, "::", 0)) {
|
2832
|
-
var m =
|
2888
|
+
var m = vi(u.style.slice(2));
|
2833
2889
|
if (a === "number") {
|
2834
2890
|
var c = this.parseNumberSkeletonFromString(m, u.styleLocation);
|
2835
2891
|
return c.err ? c : {
|
@@ -2840,12 +2896,12 @@ var mi = (
|
|
2840
2896
|
if (m.length === 0)
|
2841
2897
|
return this.error(v.EXPECT_DATE_TIME_SKELETON, g);
|
2842
2898
|
var E = m;
|
2843
|
-
this.locale && (E =
|
2899
|
+
this.locale && (E = oi(m, this.locale));
|
2844
2900
|
var f = {
|
2845
|
-
type:
|
2901
|
+
type: q.dateTime,
|
2846
2902
|
pattern: E,
|
2847
2903
|
location: u.styleLocation,
|
2848
|
-
parsedOptions: this.shouldParseSkeletons ?
|
2904
|
+
parsedOptions: this.shouldParseSkeletons ? qn(E) : {}
|
2849
2905
|
}, S = a === "date" ? w.date : w.time;
|
2850
2906
|
return {
|
2851
2907
|
val: { type: S, value: n, location: g, style: f },
|
@@ -2950,16 +3006,16 @@ var mi = (
|
|
2950
3006
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
2951
3007
|
var n = [];
|
2952
3008
|
try {
|
2953
|
-
n =
|
3009
|
+
n = ei(t);
|
2954
3010
|
} catch (i) {
|
2955
3011
|
return this.error(v.INVALID_NUMBER_SKELETON, r);
|
2956
3012
|
}
|
2957
3013
|
return {
|
2958
3014
|
val: {
|
2959
|
-
type:
|
3015
|
+
type: q.number,
|
2960
3016
|
tokens: n,
|
2961
3017
|
location: r,
|
2962
|
-
parsedOptions: this.shouldParseSkeletons ?
|
3018
|
+
parsedOptions: this.shouldParseSkeletons ? ii(n) : {}
|
2963
3019
|
},
|
2964
3020
|
err: null
|
2965
3021
|
};
|
@@ -3007,7 +3063,7 @@ var mi = (
|
|
3007
3063
|
break;
|
3008
3064
|
}
|
3009
3065
|
var l = y(i, this.clonePosition());
|
3010
|
-
return o ? (s *= n,
|
3066
|
+
return o ? (s *= n, bi(s) ? { val: s, err: null } : this.error(r, l)) : this.error(t, l);
|
3011
3067
|
}, e.prototype.offset = function() {
|
3012
3068
|
return this.position.offset;
|
3013
3069
|
}, e.prototype.isEOF = function() {
|
@@ -3022,7 +3078,7 @@ var mi = (
|
|
3022
3078
|
var t = this.position.offset;
|
3023
3079
|
if (t >= this.message.length)
|
3024
3080
|
throw Error("out of bound");
|
3025
|
-
var r =
|
3081
|
+
var r = gr(this.message, t);
|
3026
3082
|
if (r === void 0)
|
3027
3083
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
3028
3084
|
return r;
|
@@ -3063,7 +3119,7 @@ var mi = (
|
|
3063
3119
|
break;
|
3064
3120
|
}
|
3065
3121
|
}, e.prototype.bumpSpace = function() {
|
3066
|
-
for (; !this.isEOF() &&
|
3122
|
+
for (; !this.isEOF() && yr(this.char()); )
|
3067
3123
|
this.bump();
|
3068
3124
|
}, e.prototype.peek = function() {
|
3069
3125
|
if (this.isEOF())
|
@@ -3073,89 +3129,39 @@ var mi = (
|
|
3073
3129
|
}, e;
|
3074
3130
|
}()
|
3075
3131
|
);
|
3076
|
-
function
|
3132
|
+
function Ye(e) {
|
3077
3133
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
3078
3134
|
}
|
3079
|
-
function
|
3080
|
-
return
|
3135
|
+
function Ei(e) {
|
3136
|
+
return Ye(e) || e === 47;
|
3081
3137
|
}
|
3082
|
-
function
|
3138
|
+
function xi(e) {
|
3083
3139
|
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;
|
3084
3140
|
}
|
3085
|
-
function
|
3141
|
+
function yr(e) {
|
3086
3142
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
3087
3143
|
}
|
3088
|
-
function
|
3144
|
+
function Si(e) {
|
3089
3145
|
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;
|
3090
3146
|
}
|
3091
|
-
function
|
3147
|
+
function qe(e) {
|
3092
3148
|
e.forEach(function(t) {
|
3093
|
-
if (delete t.location,
|
3149
|
+
if (delete t.location, ur(t) || hr(t))
|
3094
3150
|
for (var r in t.options)
|
3095
|
-
delete t.options[r].location,
|
3096
|
-
else
|
3151
|
+
delete t.options[r].location, qe(t.options[r].value);
|
3152
|
+
else sr(t) && fr(t.style) || (ar(t) || lr(t)) && We(t.style) ? delete t.style.location : cr(t) && qe(t.children);
|
3097
3153
|
});
|
3098
3154
|
}
|
3099
|
-
function
|
3155
|
+
function wi(e, t) {
|
3100
3156
|
t === void 0 && (t = {}), t = _({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
3101
|
-
var r = new
|
3157
|
+
var r = new _i(e, t).parse();
|
3102
3158
|
if (r.err) {
|
3103
3159
|
var n = SyntaxError(v[r.err.kind]);
|
3104
3160
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
3105
3161
|
}
|
3106
|
-
return t != null && t.captureLocation ||
|
3107
|
-
}
|
3108
|
-
function $e(e, t) {
|
3109
|
-
var r = t && t.cache ? t.cache : Ti, n = t && t.serializer ? t.serializer : wi, i = t && t.strategy ? t.strategy : Ei;
|
3110
|
-
return i(e, {
|
3111
|
-
cache: r,
|
3112
|
-
serializer: n
|
3113
|
-
});
|
3114
|
-
}
|
3115
|
-
function _i(e) {
|
3116
|
-
return e == null || typeof e == "number" || typeof e == "boolean";
|
3117
|
-
}
|
3118
|
-
function vr(e, t, r, n) {
|
3119
|
-
var i = _i(n) ? n : r(n), o = t.get(i);
|
3120
|
-
return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
|
3121
|
-
}
|
3122
|
-
function yr(e, t, r) {
|
3123
|
-
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
3124
|
-
return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
|
3125
|
-
}
|
3126
|
-
function ot(e, t, r, n, i) {
|
3127
|
-
return r.bind(t, e, n, i);
|
3128
|
-
}
|
3129
|
-
function Ei(e, t) {
|
3130
|
-
var r = e.length === 1 ? vr : yr;
|
3131
|
-
return ot(e, this, r, t.cache.create(), t.serializer);
|
3162
|
+
return t != null && t.captureLocation || qe(r.val), r.val;
|
3132
3163
|
}
|
3133
|
-
|
3134
|
-
return ot(e, this, yr, t.cache.create(), t.serializer);
|
3135
|
-
}
|
3136
|
-
function Si(e, t) {
|
3137
|
-
return ot(e, this, vr, t.cache.create(), t.serializer);
|
3138
|
-
}
|
3139
|
-
var wi = function() {
|
3140
|
-
return JSON.stringify(arguments);
|
3141
|
-
};
|
3142
|
-
function st() {
|
3143
|
-
this.cache = /* @__PURE__ */ Object.create(null);
|
3144
|
-
}
|
3145
|
-
st.prototype.get = function(e) {
|
3146
|
-
return this.cache[e];
|
3147
|
-
};
|
3148
|
-
st.prototype.set = function(e, t) {
|
3149
|
-
this.cache[e] = t;
|
3150
|
-
};
|
3151
|
-
var Ti = {
|
3152
|
-
create: function() {
|
3153
|
-
return new st();
|
3154
|
-
}
|
3155
|
-
}, Ge = {
|
3156
|
-
variadic: xi,
|
3157
|
-
monadic: Si
|
3158
|
-
}, K;
|
3164
|
+
var K;
|
3159
3165
|
(function(e) {
|
3160
3166
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
3161
3167
|
})(K || (K = {}));
|
@@ -3180,7 +3186,7 @@ var Be = (
|
|
3180
3186
|
}
|
3181
3187
|
return t;
|
3182
3188
|
}(Be)
|
3183
|
-
),
|
3189
|
+
), Ti = (
|
3184
3190
|
/** @class */
|
3185
3191
|
function(e) {
|
3186
3192
|
D(t, e);
|
@@ -3202,13 +3208,13 @@ var Be = (
|
|
3202
3208
|
(function(e) {
|
3203
3209
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
3204
3210
|
})(O || (O = {}));
|
3205
|
-
function
|
3211
|
+
function Ci(e) {
|
3206
3212
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
3207
3213
|
var n = t[t.length - 1];
|
3208
3214
|
return !n || n.type !== O.literal || r.type !== O.literal ? t.push(r) : n.value += r.value, t;
|
3209
3215
|
}, []);
|
3210
3216
|
}
|
3211
|
-
function
|
3217
|
+
function Pi(e) {
|
3212
3218
|
return typeof e == "function";
|
3213
3219
|
}
|
3214
3220
|
function ve(e, t, r, n, i, o, s) {
|
@@ -3228,7 +3234,7 @@ function ve(e, t, r, n, i, o, s) {
|
|
3228
3234
|
});
|
3229
3235
|
continue;
|
3230
3236
|
}
|
3231
|
-
if (
|
3237
|
+
if (Jn(h)) {
|
3232
3238
|
typeof o == "number" && a.push({
|
3233
3239
|
type: O.literal,
|
3234
3240
|
value: r.getNumberFormat(t).format(o)
|
@@ -3239,14 +3245,14 @@ function ve(e, t, r, n, i, o, s) {
|
|
3239
3245
|
if (!(i && c in i))
|
3240
3246
|
throw new Hi(c, s);
|
3241
3247
|
var f = i[c];
|
3242
|
-
if (
|
3248
|
+
if (Qn(h)) {
|
3243
3249
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
3244
3250
|
type: typeof f == "string" ? O.literal : O.object,
|
3245
3251
|
value: f
|
3246
3252
|
});
|
3247
3253
|
continue;
|
3248
3254
|
}
|
3249
|
-
if (
|
3255
|
+
if (ar(h)) {
|
3250
3256
|
var p = typeof h.style == "string" ? n.date[h.style] : We(h.style) ? h.style.parsedOptions : void 0;
|
3251
3257
|
a.push({
|
3252
3258
|
type: O.literal,
|
@@ -3254,7 +3260,7 @@ function ve(e, t, r, n, i, o, s) {
|
|
3254
3260
|
});
|
3255
3261
|
continue;
|
3256
3262
|
}
|
3257
|
-
if (
|
3263
|
+
if (lr(h)) {
|
3258
3264
|
var p = typeof h.style == "string" ? n.time[h.style] : We(h.style) ? h.style.parsedOptions : n.time.medium;
|
3259
3265
|
a.push({
|
3260
3266
|
type: O.literal,
|
@@ -3262,18 +3268,18 @@ function ve(e, t, r, n, i, o, s) {
|
|
3262
3268
|
});
|
3263
3269
|
continue;
|
3264
3270
|
}
|
3265
|
-
if (
|
3266
|
-
var p = typeof h.style == "string" ? n.number[h.style] :
|
3271
|
+
if (sr(h)) {
|
3272
|
+
var p = typeof h.style == "string" ? n.number[h.style] : fr(h.style) ? h.style.parsedOptions : void 0;
|
3267
3273
|
p && p.scale && (f = f * (p.scale || 1)), a.push({
|
3268
3274
|
type: O.literal,
|
3269
3275
|
value: r.getNumberFormat(t, p).format(f)
|
3270
3276
|
});
|
3271
3277
|
continue;
|
3272
3278
|
}
|
3273
|
-
if (
|
3279
|
+
if (cr(h)) {
|
3274
3280
|
var d = h.children, g = h.value, m = i[g];
|
3275
|
-
if (!
|
3276
|
-
throw new
|
3281
|
+
if (!Pi(m))
|
3282
|
+
throw new Ti(g, "function", s);
|
3277
3283
|
var E = ve(d, t, r, n, i, o), S = m(E.map(function(P) {
|
3278
3284
|
return P.value;
|
3279
3285
|
}));
|
@@ -3284,14 +3290,14 @@ function ve(e, t, r, n, i, o, s) {
|
|
3284
3290
|
};
|
3285
3291
|
}));
|
3286
3292
|
}
|
3287
|
-
if (
|
3293
|
+
if (ur(h)) {
|
3288
3294
|
var A = h.options[f] || h.options.other;
|
3289
3295
|
if (!A)
|
3290
3296
|
throw new It(h.value, f, Object.keys(h.options), s);
|
3291
3297
|
a.push.apply(a, ve(A.value, t, r, n, i));
|
3292
3298
|
continue;
|
3293
3299
|
}
|
3294
|
-
if (
|
3300
|
+
if (hr(h)) {
|
3295
3301
|
var A = h.options["=".concat(f)];
|
3296
3302
|
if (!A) {
|
3297
3303
|
if (!Intl.PluralRules)
|
@@ -3307,16 +3313,16 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3307
3313
|
continue;
|
3308
3314
|
}
|
3309
3315
|
}
|
3310
|
-
return
|
3316
|
+
return Ci(a);
|
3311
3317
|
}
|
3312
|
-
function
|
3318
|
+
function Bi(e, t) {
|
3313
3319
|
return t ? _(_(_({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
3314
3320
|
return r[n] = _(_({}, e[n]), t[n] || {}), r;
|
3315
3321
|
}, {})) : e;
|
3316
3322
|
}
|
3317
|
-
function
|
3323
|
+
function Ai(e, t) {
|
3318
3324
|
return t ? Object.keys(e).reduce(function(r, n) {
|
3319
|
-
return r[n] =
|
3325
|
+
return r[n] = Bi(e[n], t[n]), r;
|
3320
3326
|
}, _({}, e)) : e;
|
3321
3327
|
}
|
3322
3328
|
function Ue(e) {
|
@@ -3333,44 +3339,45 @@ function Ue(e) {
|
|
3333
3339
|
}
|
3334
3340
|
};
|
3335
3341
|
}
|
3336
|
-
function
|
3342
|
+
function Oi(e) {
|
3337
3343
|
return e === void 0 && (e = {
|
3338
3344
|
number: {},
|
3339
3345
|
dateTime: {},
|
3340
3346
|
pluralRules: {}
|
3341
3347
|
}), {
|
3342
|
-
getNumberFormat:
|
3348
|
+
getNumberFormat: Re(function() {
|
3343
3349
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3344
3350
|
r[n] = arguments[n];
|
3345
3351
|
return new ((t = Intl.NumberFormat).bind.apply(t, Q([void 0], r, !1)))();
|
3346
3352
|
}, {
|
3347
3353
|
cache: Ue(e.number),
|
3348
|
-
strategy:
|
3354
|
+
strategy: $e.variadic
|
3349
3355
|
}),
|
3350
|
-
getDateTimeFormat:
|
3356
|
+
getDateTimeFormat: Re(function() {
|
3351
3357
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3352
3358
|
r[n] = arguments[n];
|
3353
3359
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, Q([void 0], r, !1)))();
|
3354
3360
|
}, {
|
3355
3361
|
cache: Ue(e.dateTime),
|
3356
|
-
strategy:
|
3362
|
+
strategy: $e.variadic
|
3357
3363
|
}),
|
3358
|
-
getPluralRules:
|
3364
|
+
getPluralRules: Re(function() {
|
3359
3365
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
3360
3366
|
r[n] = arguments[n];
|
3361
3367
|
return new ((t = Intl.PluralRules).bind.apply(t, Q([void 0], r, !1)))();
|
3362
3368
|
}, {
|
3363
3369
|
cache: Ue(e.pluralRules),
|
3364
|
-
strategy:
|
3370
|
+
strategy: $e.variadic
|
3365
3371
|
})
|
3366
3372
|
};
|
3367
3373
|
}
|
3368
|
-
var
|
3374
|
+
var Ii = (
|
3369
3375
|
/** @class */
|
3370
3376
|
function() {
|
3371
3377
|
function e(t, r, n, i) {
|
3378
|
+
r === void 0 && (r = e.defaultLocale);
|
3372
3379
|
var o = this;
|
3373
|
-
if (
|
3380
|
+
if (this.formatterCache = {
|
3374
3381
|
number: {},
|
3375
3382
|
dateTime: {},
|
3376
3383
|
pluralRules: {}
|
@@ -3396,13 +3403,13 @@ var Li = (
|
|
3396
3403
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
3397
3404
|
var s = i || {};
|
3398
3405
|
s.formatters;
|
3399
|
-
var a =
|
3406
|
+
var a = jn(s, ["formatters"]);
|
3400
3407
|
this.ast = e.__parse(t, _(_({}, a), { locale: this.resolvedLocale }));
|
3401
3408
|
} else
|
3402
3409
|
this.ast = t;
|
3403
3410
|
if (!Array.isArray(this.ast))
|
3404
3411
|
throw new TypeError("A message must be provided as a String or AST.");
|
3405
|
-
this.formats =
|
3412
|
+
this.formats = Ai(e.formats, n), this.formatters = i && i.formatters || Oi(this.formatterCache);
|
3406
3413
|
}
|
3407
3414
|
return Object.defineProperty(e, "defaultLocale", {
|
3408
3415
|
get: function() {
|
@@ -3415,7 +3422,7 @@ var Li = (
|
|
3415
3422
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
3416
3423
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
3417
3424
|
}
|
3418
|
-
}, e.__parse =
|
3425
|
+
}, e.__parse = wi, e.formats = {
|
3419
3426
|
number: {
|
3420
3427
|
integer: {
|
3421
3428
|
maximumFractionDigits: 0
|
@@ -3476,7 +3483,7 @@ var Li = (
|
|
3476
3483
|
}, e;
|
3477
3484
|
}()
|
3478
3485
|
);
|
3479
|
-
function
|
3486
|
+
function Li(e, t) {
|
3480
3487
|
if (t == null)
|
3481
3488
|
return;
|
3482
3489
|
if (t in e)
|
@@ -3497,33 +3504,33 @@ function Ni(e, t) {
|
|
3497
3504
|
n = void 0;
|
3498
3505
|
return n;
|
3499
3506
|
}
|
3500
|
-
const F = {},
|
3507
|
+
const F = {}, Ni = (e, t, r) => r && (t in F || (F[t] = {}), e in F[t] || (F[t][e] = r), r), _r = (e, t) => {
|
3501
3508
|
if (t == null)
|
3502
3509
|
return;
|
3503
3510
|
if (t in F && e in F[t])
|
3504
3511
|
return F[t][e];
|
3505
3512
|
const r = Ae(t);
|
3506
3513
|
for (let n = 0; n < r.length; n++) {
|
3507
|
-
const i = r[n], o =
|
3514
|
+
const i = r[n], o = Ri(i, e);
|
3508
3515
|
if (o)
|
3509
|
-
return
|
3516
|
+
return Ni(e, t, o);
|
3510
3517
|
}
|
3511
3518
|
};
|
3512
3519
|
let at;
|
3513
3520
|
const fe = Pe({});
|
3514
|
-
function
|
3521
|
+
function Mi(e) {
|
3515
3522
|
return at[e] || null;
|
3516
3523
|
}
|
3517
3524
|
function Er(e) {
|
3518
3525
|
return e in at;
|
3519
3526
|
}
|
3520
|
-
function
|
3527
|
+
function Ri(e, t) {
|
3521
3528
|
if (!Er(e))
|
3522
3529
|
return null;
|
3523
|
-
const r =
|
3524
|
-
return
|
3530
|
+
const r = Mi(e);
|
3531
|
+
return Li(r, t);
|
3525
3532
|
}
|
3526
|
-
function
|
3533
|
+
function $i(e) {
|
3527
3534
|
if (e == null)
|
3528
3535
|
return;
|
3529
3536
|
const t = Ae(e);
|
@@ -3534,7 +3541,7 @@ function Gi(e) {
|
|
3534
3541
|
}
|
3535
3542
|
}
|
3536
3543
|
function xr(e, ...t) {
|
3537
|
-
delete F[e], fe.update((r) => (r[e] =
|
3544
|
+
delete F[e], fe.update((r) => (r[e] = Fn.all([r[e] || {}, ...t]), r));
|
3538
3545
|
}
|
3539
3546
|
re(
|
3540
3547
|
[fe],
|
@@ -3542,13 +3549,13 @@ re(
|
|
3542
3549
|
);
|
3543
3550
|
fe.subscribe((e) => at = e);
|
3544
3551
|
const ye = {};
|
3545
|
-
function
|
3552
|
+
function Gi(e, t) {
|
3546
3553
|
ye[e].delete(t), ye[e].size === 0 && delete ye[e];
|
3547
3554
|
}
|
3548
3555
|
function Sr(e) {
|
3549
3556
|
return ye[e];
|
3550
3557
|
}
|
3551
|
-
function
|
3558
|
+
function Ui(e) {
|
3552
3559
|
return Ae(e).map((t) => {
|
3553
3560
|
const r = Sr(t);
|
3554
3561
|
return [t, r ? [...r] : []];
|
@@ -3562,19 +3569,19 @@ function Ke(e) {
|
|
3562
3569
|
}
|
3563
3570
|
);
|
3564
3571
|
}
|
3565
|
-
function
|
3572
|
+
function Di(e, t) {
|
3566
3573
|
return Promise.all(
|
3567
|
-
t.map((n) => (
|
3574
|
+
t.map((n) => (Gi(e, n), n().then((i) => i.default || i)))
|
3568
3575
|
).then((n) => xr(e, ...n));
|
3569
3576
|
}
|
3570
3577
|
const ae = {};
|
3571
3578
|
function wr(e) {
|
3572
3579
|
if (!Ke(e))
|
3573
3580
|
return e in ae ? ae[e] : Promise.resolve();
|
3574
|
-
const t =
|
3581
|
+
const t = Ui(e);
|
3575
3582
|
return ae[e] = Promise.all(
|
3576
3583
|
t.map(
|
3577
|
-
([r, n]) =>
|
3584
|
+
([r, n]) => Di(r, n)
|
3578
3585
|
)
|
3579
3586
|
).then(() => {
|
3580
3587
|
if (Ke(e))
|
@@ -3582,7 +3589,7 @@ function wr(e) {
|
|
3582
3589
|
delete ae[e];
|
3583
3590
|
}), ae[e];
|
3584
3591
|
}
|
3585
|
-
const
|
3592
|
+
const Fi = {
|
3586
3593
|
number: {
|
3587
3594
|
scientific: { notation: "scientific" },
|
3588
3595
|
engineering: { notation: "engineering" },
|
@@ -3611,26 +3618,26 @@ const ji = {
|
|
3611
3618
|
timeZoneName: "short"
|
3612
3619
|
}
|
3613
3620
|
}
|
3614
|
-
},
|
3621
|
+
}, ji = {
|
3615
3622
|
fallbackLocale: null,
|
3616
3623
|
loadingDelay: 200,
|
3617
|
-
formats:
|
3624
|
+
formats: Fi,
|
3618
3625
|
warnOnMissingMessages: !0,
|
3619
3626
|
handleMissingMessage: void 0,
|
3620
3627
|
ignoreTag: !0
|
3621
|
-
},
|
3628
|
+
}, ki = ji;
|
3622
3629
|
function ee() {
|
3623
|
-
return
|
3630
|
+
return ki;
|
3624
3631
|
}
|
3625
3632
|
const De = Pe(!1);
|
3626
|
-
var
|
3633
|
+
var Vi = Object.defineProperty, Xi = Object.defineProperties, zi = Object.getOwnPropertyDescriptors, Lt = Object.getOwnPropertySymbols, Wi = Object.prototype.hasOwnProperty, Zi = Object.prototype.propertyIsEnumerable, Nt = (e, t, r) => t in e ? Vi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qi = (e, t) => {
|
3627
3634
|
for (var r in t || (t = {}))
|
3628
|
-
|
3635
|
+
Wi.call(t, r) && Nt(e, r, t[r]);
|
3629
3636
|
if (Lt)
|
3630
3637
|
for (var r of Lt(t))
|
3631
|
-
|
3638
|
+
Zi.call(t, r) && Nt(e, r, t[r]);
|
3632
3639
|
return e;
|
3633
|
-
},
|
3640
|
+
}, Ji = (e, t) => Xi(e, zi(t));
|
3634
3641
|
let et;
|
3635
3642
|
const Te = Pe(null);
|
3636
3643
|
function Mt(e) {
|
@@ -3647,7 +3654,7 @@ Te.subscribe((e) => {
|
|
3647
3654
|
et = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
3648
3655
|
});
|
3649
3656
|
const Yi = (e) => {
|
3650
|
-
if (e &&
|
3657
|
+
if (e && $i(e) && Ke(e)) {
|
3651
3658
|
const { loadingDelay: t } = ee();
|
3652
3659
|
let r;
|
3653
3660
|
return typeof window != "undefined" && k() != null && t ? r = window.setTimeout(
|
@@ -3660,7 +3667,7 @@ const Yi = (e) => {
|
|
3660
3667
|
});
|
3661
3668
|
}
|
3662
3669
|
return Te.set(e);
|
3663
|
-
}, ne =
|
3670
|
+
}, ne = Ji(Qi({}, Te), {
|
3664
3671
|
set: Yi
|
3665
3672
|
}), Oe = (e) => {
|
3666
3673
|
const t = /* @__PURE__ */ Object.create(null);
|
@@ -3669,20 +3676,20 @@ const Yi = (e) => {
|
|
3669
3676
|
return i in t ? t[i] : t[i] = e(n);
|
3670
3677
|
};
|
3671
3678
|
};
|
3672
|
-
var
|
3679
|
+
var qi = Object.defineProperty, He = Object.getOwnPropertySymbols, Tr = Object.prototype.hasOwnProperty, Hr = Object.prototype.propertyIsEnumerable, Rt = (e, t, r) => t in e ? qi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, lt = (e, t) => {
|
3673
3680
|
for (var r in t || (t = {}))
|
3674
3681
|
Tr.call(t, r) && Rt(e, r, t[r]);
|
3675
|
-
if (
|
3676
|
-
for (var r of
|
3677
|
-
|
3682
|
+
if (He)
|
3683
|
+
for (var r of He(t))
|
3684
|
+
Hr.call(t, r) && Rt(e, r, t[r]);
|
3678
3685
|
return e;
|
3679
3686
|
}, ie = (e, t) => {
|
3680
3687
|
var r = {};
|
3681
3688
|
for (var n in e)
|
3682
3689
|
Tr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
3683
|
-
if (e != null &&
|
3684
|
-
for (var n of
|
3685
|
-
t.indexOf(n) < 0 &&
|
3690
|
+
if (e != null && He)
|
3691
|
+
for (var n of He(e))
|
3692
|
+
t.indexOf(n) < 0 && Hr.call(e, n) && (r[n] = e[n]);
|
3686
3693
|
return r;
|
3687
3694
|
};
|
3688
3695
|
const ce = (e, t) => {
|
@@ -3690,21 +3697,21 @@ const ce = (e, t) => {
|
|
3690
3697
|
if (e in r && t in r[e])
|
3691
3698
|
return r[e][t];
|
3692
3699
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
3693
|
-
},
|
3700
|
+
}, Ki = Oe(
|
3694
3701
|
(e) => {
|
3695
3702
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
3696
3703
|
if (r == null)
|
3697
3704
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
3698
3705
|
return n && (i = ce("number", n)), new Intl.NumberFormat(r, i);
|
3699
3706
|
}
|
3700
|
-
),
|
3707
|
+
), eo = Oe(
|
3701
3708
|
(e) => {
|
3702
3709
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
3703
3710
|
if (r == null)
|
3704
3711
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
3705
3712
|
return n ? i = ce("date", n) : Object.keys(i).length === 0 && (i = ce("date", "short")), new Intl.DateTimeFormat(r, i);
|
3706
3713
|
}
|
3707
|
-
),
|
3714
|
+
), to = Oe(
|
3708
3715
|
(e) => {
|
3709
3716
|
var t = e, { locale: r, format: n } = t, i = ie(t, ["locale", "format"]);
|
3710
3717
|
if (r == null)
|
@@ -3713,33 +3720,33 @@ const ce = (e, t) => {
|
|
3713
3720
|
);
|
3714
3721
|
return n ? i = ce("time", n) : Object.keys(i).length === 0 && (i = ce("time", "short")), new Intl.DateTimeFormat(r, i);
|
3715
3722
|
}
|
3716
|
-
),
|
3723
|
+
), ro = (e = {}) => {
|
3717
3724
|
var t = e, {
|
3718
3725
|
locale: r = k()
|
3719
3726
|
} = t, n = ie(t, [
|
3720
3727
|
"locale"
|
3721
3728
|
]);
|
3722
|
-
return
|
3723
|
-
},
|
3729
|
+
return Ki(lt({ locale: r }, n));
|
3730
|
+
}, no = (e = {}) => {
|
3724
3731
|
var t = e, {
|
3725
3732
|
locale: r = k()
|
3726
3733
|
} = t, n = ie(t, [
|
3727
3734
|
"locale"
|
3728
3735
|
]);
|
3729
|
-
return
|
3730
|
-
},
|
3736
|
+
return eo(lt({ locale: r }, n));
|
3737
|
+
}, io = (e = {}) => {
|
3731
3738
|
var t = e, {
|
3732
3739
|
locale: r = k()
|
3733
3740
|
} = t, n = ie(t, [
|
3734
3741
|
"locale"
|
3735
3742
|
]);
|
3736
|
-
return
|
3737
|
-
},
|
3743
|
+
return to(lt({ locale: r }, n));
|
3744
|
+
}, oo = Oe(
|
3738
3745
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
3739
|
-
(e, t = k()) => new
|
3746
|
+
(e, t = k()) => new Ii(e, t, ee().formats, {
|
3740
3747
|
ignoreTag: ee().ignoreTag
|
3741
3748
|
})
|
3742
|
-
),
|
3749
|
+
), so = (e, t = {}) => {
|
3743
3750
|
var r, n, i, o;
|
3744
3751
|
let s = t;
|
3745
3752
|
typeof e == "object" && (s = e, e = s.id);
|
@@ -3763,7 +3770,7 @@ const ce = (e, t) => {
|
|
3763
3770
|
return h;
|
3764
3771
|
let c = h;
|
3765
3772
|
try {
|
3766
|
-
c =
|
3773
|
+
c = oo(h, l).format(a);
|
3767
3774
|
} catch (f) {
|
3768
3775
|
f instanceof Error && console.warn(
|
3769
3776
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
@@ -3771,15 +3778,15 @@ const ce = (e, t) => {
|
|
3771
3778
|
);
|
3772
3779
|
}
|
3773
3780
|
return c;
|
3774
|
-
},
|
3781
|
+
}, ao = (e, t) => io(t).format(e), lo = (e, t) => no(t).format(e), uo = (e, t) => ro(t).format(e), ho = (e, t = k()) => _r(e, t), co = re([ne, fe], () => so);
|
3782
|
+
re([ne], () => ao);
|
3775
3783
|
re([ne], () => lo);
|
3776
3784
|
re([ne], () => uo);
|
3777
|
-
re([ne], () => ho);
|
3778
|
-
re([ne, fe], () => co);
|
3785
|
+
re([ne, fe], () => ho);
|
3779
3786
|
function $t(e, t) {
|
3780
3787
|
xr(e, t);
|
3781
3788
|
}
|
3782
|
-
function
|
3789
|
+
function fo(e) {
|
3783
3790
|
ne.set(e);
|
3784
3791
|
}
|
3785
3792
|
const Gt = {
|
@@ -3877,13 +3884,13 @@ const Gt = {
|
|
3877
3884
|
function U(e) {
|
3878
3885
|
return typeof e == "function";
|
3879
3886
|
}
|
3880
|
-
function
|
3887
|
+
function Cr(e) {
|
3881
3888
|
var t = function(n) {
|
3882
3889
|
Error.call(n), n.stack = new Error().stack;
|
3883
3890
|
}, r = e(t);
|
3884
3891
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
3885
3892
|
}
|
3886
|
-
var Fe =
|
3893
|
+
var Fe = Cr(function(e) {
|
3887
3894
|
return function(r) {
|
3888
3895
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
3889
3896
|
` + r.map(function(n, i) {
|
@@ -3999,20 +4006,19 @@ var Ar = {
|
|
3999
4006
|
Promise: void 0,
|
4000
4007
|
useDeprecatedSynchronousErrorHandling: !1,
|
4001
4008
|
useDeprecatedNextContext: !1
|
4002
|
-
},
|
4009
|
+
}, po = {
|
4003
4010
|
setTimeout: function(e, t) {
|
4004
4011
|
for (var r = [], n = 2; n < arguments.length; n++)
|
4005
4012
|
r[n - 2] = arguments[n];
|
4006
4013
|
return setTimeout.apply(void 0, Q([e, t], ze(r)));
|
4007
4014
|
},
|
4008
4015
|
clearTimeout: function(e) {
|
4009
|
-
|
4010
|
-
return ((t == null ? void 0 : t.clearTimeout) || clearTimeout)(e);
|
4016
|
+
return clearTimeout(e);
|
4011
4017
|
},
|
4012
4018
|
delegate: void 0
|
4013
4019
|
};
|
4014
4020
|
function mo(e) {
|
4015
|
-
|
4021
|
+
po.setTimeout(function() {
|
4016
4022
|
throw e;
|
4017
4023
|
});
|
4018
4024
|
}
|
@@ -4021,7 +4027,7 @@ function Dt() {
|
|
4021
4027
|
function _e(e) {
|
4022
4028
|
e();
|
4023
4029
|
}
|
4024
|
-
var
|
4030
|
+
var Or = function(e) {
|
4025
4031
|
D(t, e);
|
4026
4032
|
function t(r) {
|
4027
4033
|
var n = e.call(this) || this;
|
@@ -4110,7 +4116,7 @@ var go = function() {
|
|
4110
4116
|
return o.destination = new go(s), o;
|
4111
4117
|
}
|
4112
4118
|
return t;
|
4113
|
-
}(
|
4119
|
+
}(Or);
|
4114
4120
|
function be(e) {
|
4115
4121
|
mo(e);
|
4116
4122
|
}
|
@@ -4203,13 +4209,13 @@ function So(e) {
|
|
4203
4209
|
return e && U(e.next) && U(e.error) && U(e.complete);
|
4204
4210
|
}
|
4205
4211
|
function wo(e) {
|
4206
|
-
return e && e instanceof
|
4212
|
+
return e && e instanceof Or || So(e) && Br(e);
|
4207
4213
|
}
|
4208
|
-
var To =
|
4214
|
+
var To = Cr(function(e) {
|
4209
4215
|
return function() {
|
4210
4216
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
4211
4217
|
};
|
4212
|
-
}),
|
4218
|
+
}), Ir = function(e) {
|
4213
4219
|
D(t, e);
|
4214
4220
|
function t() {
|
4215
4221
|
var r = e.call(this) || this;
|
@@ -4307,15 +4313,15 @@ var To = Hr(function(e) {
|
|
4307
4313
|
var n, i;
|
4308
4314
|
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Pr;
|
4309
4315
|
}, t;
|
4310
|
-
}(
|
4316
|
+
}(Ir), Lr = {
|
4311
4317
|
now: function() {
|
4312
|
-
return (
|
4318
|
+
return (Lr.delegate || Date).now();
|
4313
4319
|
},
|
4314
4320
|
delegate: void 0
|
4315
|
-
},
|
4321
|
+
}, Ho = function(e) {
|
4316
4322
|
D(t, e);
|
4317
4323
|
function t(r, n, i) {
|
4318
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
4324
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Lr);
|
4319
4325
|
var o = e.call(this) || this;
|
4320
4326
|
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;
|
4321
4327
|
}
|
@@ -4335,18 +4341,18 @@ var To = Hr(function(e) {
|
|
4335
4341
|
u && o.splice(0, u + 1);
|
4336
4342
|
}
|
4337
4343
|
}, t;
|
4338
|
-
}(
|
4339
|
-
const Vt = [], Xt = {},
|
4344
|
+
}(Ir);
|
4345
|
+
const Vt = [], Xt = {}, Co = (e, t = 0) => {
|
4340
4346
|
if (Vt.indexOf(e) == -1) {
|
4341
|
-
const r = new
|
4347
|
+
const r = new Ho(t);
|
4342
4348
|
Xt[e] = r, Vt.push(e);
|
4343
4349
|
}
|
4344
4350
|
return Xt[e];
|
4345
4351
|
};
|
4346
|
-
window.emWidgets = { topic:
|
4352
|
+
window.emWidgets = { topic: Co };
|
4347
4353
|
const Po = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
|
4348
4354
|
function Bo(e) {
|
4349
|
-
|
4355
|
+
tn(e, "svelte-1myc38z", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.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)}}');
|
4350
4356
|
}
|
4351
4357
|
function zt(e, t, r) {
|
4352
4358
|
const n = e.slice();
|
@@ -4375,10 +4381,10 @@ function Ao(e) {
|
|
4375
4381
|
e[3]
|
4376
4382
|
), p = [];
|
4377
4383
|
for (let d = 0; d < f.length; d += 1)
|
4378
|
-
p[d] =
|
4384
|
+
p[d] = Yt(zt(e, f, d));
|
4379
4385
|
return {
|
4380
4386
|
c() {
|
4381
|
-
t =
|
4387
|
+
t = C("div"), r = C("div"), n = C("p"), o = Ce(i), s = j(), c && c.c(), a = j(), l = C("div");
|
4382
4388
|
for (let d = 0; d < p.length; d += 1)
|
4383
4389
|
p[d].c();
|
4384
4390
|
x(n, "class", "Title"), x(r, "class", "CategoriesHeader"), x(l, "class", "CategoriesSlider"), Se(() => (
|
@@ -4389,10 +4395,10 @@ function Ao(e) {
|
|
4389
4395
|
(e[0] === "vendor" ? "Providers" : "Collections"));
|
4390
4396
|
},
|
4391
4397
|
m(d, g) {
|
4392
|
-
G(d, t, g),
|
4398
|
+
G(d, t, g), H(t, r), H(r, n), H(n, o), H(r, s), c && c.m(r, null), H(t, a), H(t, l);
|
4393
4399
|
for (let m = 0; m < p.length; m += 1)
|
4394
4400
|
p[m] && p[m].m(l, null);
|
4395
|
-
e[26](l), u =
|
4401
|
+
e[26](l), u = ln(
|
4396
4402
|
l,
|
4397
4403
|
/*div1_elementresize_handler*/
|
4398
4404
|
e[27].bind(l)
|
@@ -4418,7 +4424,7 @@ function Ao(e) {
|
|
4418
4424
|
let m;
|
4419
4425
|
for (m = 0; m < f.length; m += 1) {
|
4420
4426
|
const E = zt(d, f, m);
|
4421
|
-
p[m] ? p[m].p(E, g) : (p[m] =
|
4427
|
+
p[m] ? p[m].p(E, g) : (p[m] = Yt(E), p[m].c(), p[m].m(l, null));
|
4422
4428
|
}
|
4423
4429
|
for (; m < p.length; m += 1)
|
4424
4430
|
p[m].d(1);
|
@@ -4438,7 +4444,7 @@ function Oo(e) {
|
|
4438
4444
|
let t;
|
4439
4445
|
return {
|
4440
4446
|
c() {
|
4441
|
-
t =
|
4447
|
+
t = C("div"), x(t, "class", "LoadingSpinner");
|
4442
4448
|
},
|
4443
4449
|
m(r, n) {
|
4444
4450
|
G(r, t, n);
|
@@ -4453,10 +4459,10 @@ function Zt(e) {
|
|
4453
4459
|
let t, r, n, i, o, s;
|
4454
4460
|
return {
|
4455
4461
|
c() {
|
4456
|
-
t =
|
4462
|
+
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 = j(), 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>', x(t, "class", "ButtonsContainer");
|
4457
4463
|
},
|
4458
4464
|
m(a, l) {
|
4459
|
-
G(a, t, l),
|
4465
|
+
G(a, t, l), H(t, r), H(t, n), H(t, i), o || (s = [
|
4460
4466
|
J(
|
4461
4467
|
r,
|
4462
4468
|
"click",
|
@@ -4484,10 +4490,10 @@ function Io(e) {
|
|
4484
4490
|
), n;
|
4485
4491
|
return {
|
4486
4492
|
c() {
|
4487
|
-
t =
|
4493
|
+
t = C("p"), n = Ce(r), x(t, "class", "CategorySlideTitle");
|
4488
4494
|
},
|
4489
4495
|
m(i, o) {
|
4490
|
-
G(i, t, o),
|
4496
|
+
G(i, t, o), H(t, n);
|
4491
4497
|
},
|
4492
4498
|
p(i, o) {
|
4493
4499
|
o[0] & /*gameCategories*/
|
@@ -4503,7 +4509,7 @@ function Lo(e) {
|
|
4503
4509
|
let t, r, n;
|
4504
4510
|
return {
|
4505
4511
|
c() {
|
4506
|
-
t =
|
4512
|
+
t = C("img"), x(t, "class", "CategorySlideLogo"), Ee(t.src, r = /*category*/
|
4507
4513
|
e[41].icon) || x(t, "src", r), x(t, "alt", n = /*category*/
|
4508
4514
|
e[41].name + " icon");
|
4509
4515
|
},
|
@@ -4529,11 +4535,11 @@ function Qt(e) {
|
|
4529
4535
|
), n, i;
|
4530
4536
|
return {
|
4531
4537
|
c() {
|
4532
|
-
t =
|
4538
|
+
t = C("p"), n = Ce(r), x(t, "title", i = /*game*/
|
4533
4539
|
e[44].name);
|
4534
4540
|
},
|
4535
4541
|
m(o, s) {
|
4536
|
-
G(o, t, s),
|
4542
|
+
G(o, t, s), H(t, n);
|
4537
4543
|
},
|
4538
4544
|
p(o, s) {
|
4539
4545
|
s[0] & /*gameCategories*/
|
@@ -4564,12 +4570,12 @@ function Jt(e) {
|
|
4564
4570
|
);
|
4565
4571
|
return {
|
4566
4572
|
c() {
|
4567
|
-
t =
|
4573
|
+
t = C("div"), r = C("img"), o = j(), h && h.c(), s = j(), x(r, "class", "CategorySlideGameImage"), Ee(r.src, n = /*game*/
|
4568
4574
|
e[44].defaultThumbnail) || x(r, "src", n), x(r, "alt", i = /*game*/
|
4569
4575
|
e[44].name), x(t, "class", "CategorySlideGames");
|
4570
4576
|
},
|
4571
4577
|
m(c, f) {
|
4572
|
-
G(c, t, f),
|
4578
|
+
G(c, t, f), H(t, r), H(t, o), h && h.m(t, null), H(t, s), a || (l = J(r, "click", on(u)), a = !0);
|
4573
4579
|
},
|
4574
4580
|
p(c, f) {
|
4575
4581
|
e = c, f[0] & /*gameCategories*/
|
@@ -4584,7 +4590,7 @@ function Jt(e) {
|
|
4584
4590
|
}
|
4585
4591
|
};
|
4586
4592
|
}
|
4587
|
-
function
|
4593
|
+
function Yt(e) {
|
4588
4594
|
let t, r, n, i, o, s, a, l, u;
|
4589
4595
|
function h(m, E) {
|
4590
4596
|
if (
|
@@ -4614,7 +4620,7 @@ function qt(e) {
|
|
4614
4620
|
return {
|
4615
4621
|
c() {
|
4616
4622
|
var m, E;
|
4617
|
-
t =
|
4623
|
+
t = C("div"), r = C("div"), n = C("div"), f && f.c(), i = j(), o = C("div");
|
4618
4624
|
for (let S = 0; S < d.length; S += 1)
|
4619
4625
|
d[S].c();
|
4620
4626
|
a = j(), x(n, "class", "CategorySlideTopContainer"), x(o, "class", "CategorySlideGameContainer"), x(r, "class", s = "CategorySlide " + /*category*/
|
@@ -4622,10 +4628,10 @@ function qt(e) {
|
|
4622
4628
|
((E = e[41]) == null ? void 0 : E.background) + ")"), Ne(r, "background-size", "cover"), x(t, "class", "CategoriesSliderWrapper Animation");
|
4623
4629
|
},
|
4624
4630
|
m(m, E) {
|
4625
|
-
G(m, t, E),
|
4631
|
+
G(m, t, E), H(t, r), H(r, n), f && f.m(n, null), H(r, i), H(r, o);
|
4626
4632
|
for (let S = 0; S < d.length; S += 1)
|
4627
4633
|
d[S] && d[S].m(o, null);
|
4628
|
-
|
4634
|
+
H(t, a), l || (u = J(r, "click", g), l = !0);
|
4629
4635
|
},
|
4630
4636
|
p(m, E) {
|
4631
4637
|
var S, A;
|
@@ -4666,7 +4672,7 @@ function No(e) {
|
|
4666
4672
|
let n = r(e), i = n(e);
|
4667
4673
|
return {
|
4668
4674
|
c() {
|
4669
|
-
t =
|
4675
|
+
t = C("div"), i.c();
|
4670
4676
|
},
|
4671
4677
|
m(o, s) {
|
4672
4678
|
G(o, t, s), i.m(t, null), e[28](t);
|
@@ -4683,9 +4689,9 @@ function No(e) {
|
|
4683
4689
|
}
|
4684
4690
|
function Mo(e, t, r) {
|
4685
4691
|
let n;
|
4686
|
-
|
4692
|
+
en(e, co, (b) => r(11, n = b));
|
4687
4693
|
let { endpoint: i = "" } = t, { datasource: o = "" } = t, { lang: s = "" } = t, { type: a = "" } = t, { titletype: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: c = "" } = t, { collectionprovidersgamenames: f = "" } = t, p = [], d = !0, g, m = 0, E = 0, S = 0, A, T, P, V = window.navigator.userAgent, oe, se = 0;
|
4688
|
-
const
|
4694
|
+
const Nr = () => {
|
4689
4695
|
fetch(c).then((B) => B.json()).then((B) => {
|
4690
4696
|
Object.keys(B).forEach((I) => {
|
4691
4697
|
$t(I, B[I]);
|
@@ -4697,7 +4703,7 @@ function Mo(e, t, r) {
|
|
4697
4703
|
Object.keys(Gt).forEach((b) => {
|
4698
4704
|
$t(b, Gt[b]);
|
4699
4705
|
});
|
4700
|
-
const
|
4706
|
+
const Mr = () => {
|
4701
4707
|
const b = new URL(`${i}/v2/casino/groups/${o}`);
|
4702
4708
|
b.searchParams.append("language", s), b.searchParams.append("expand", "games"), fetch(b.href).then((B) => B.json()).then((B) => {
|
4703
4709
|
r(7, d = !1);
|
@@ -4708,7 +4714,7 @@ function Mo(e, t, r) {
|
|
4708
4714
|
id: N.id,
|
4709
4715
|
name: N.name,
|
4710
4716
|
icon: N.icon ? N.icon : (gt = (bt = (mt = N.vendors) == null ? void 0 : mt.items[0]) == null ? void 0 : bt.subVendors[0]) == null ? void 0 : gt.logo,
|
4711
|
-
games: N.games.items.slice(0, 4).map((
|
4717
|
+
games: N.games.items.slice(0, 4).map((Wr) => Wr),
|
4712
4718
|
background: N.background,
|
4713
4719
|
flag: N.flags
|
4714
4720
|
};
|
@@ -4717,8 +4723,8 @@ function Mo(e, t, r) {
|
|
4717
4723
|
}, ut = (b) => {
|
4718
4724
|
T = [...g.children], T.forEach((B, I) => {
|
4719
4725
|
B.style.transform = `translateX(${100 * (b ? I - b : I)}%)`;
|
4720
|
-
}), A = T[0].getBoundingClientRect().width,
|
4721
|
-
},
|
4726
|
+
}), A = T[0].getBoundingClientRect().width, Rr();
|
4727
|
+
}, Rr = () => {
|
4722
4728
|
r(9, S = Math.floor(se / A));
|
4723
4729
|
}, ht = () => {
|
4724
4730
|
ut(m);
|
@@ -4748,12 +4754,12 @@ function Mo(e, t, r) {
|
|
4748
4754
|
},
|
4749
4755
|
window.location.href
|
4750
4756
|
);
|
4757
|
+
}, $r = () => {
|
4758
|
+
fo(s);
|
4751
4759
|
}, Gr = () => {
|
4752
|
-
po(s);
|
4753
|
-
}, Ur = () => {
|
4754
4760
|
let b = document.createElement("style");
|
4755
4761
|
b.innerHTML = u, P.appendChild(b);
|
4756
|
-
},
|
4762
|
+
}, Ur = () => {
|
4757
4763
|
let b = new URL(h), B = document.createElement("style");
|
4758
4764
|
fetch(b.href).then((I) => I.text()).then((I) => {
|
4759
4765
|
B.innerHTML = I, setTimeout(
|
@@ -4764,19 +4770,19 @@ function Mo(e, t, r) {
|
|
4764
4770
|
);
|
4765
4771
|
});
|
4766
4772
|
};
|
4767
|
-
|
4773
|
+
cn(() => {
|
4768
4774
|
r(10, oe = Po(V));
|
4769
4775
|
});
|
4770
|
-
const
|
4771
|
-
function
|
4776
|
+
const Dr = () => ct(), Fr = () => ft(), jr = (b) => dt(b.gameId, b.launchUrl, b.name, b.subVendor), kr = (b) => pt(b.id);
|
4777
|
+
function Vr(b) {
|
4772
4778
|
xe[b ? "unshift" : "push"](() => {
|
4773
4779
|
g = b, r(4, g);
|
4774
4780
|
});
|
4775
4781
|
}
|
4776
|
-
function
|
4782
|
+
function Xr() {
|
4777
4783
|
se = this.clientWidth, r(6, se);
|
4778
4784
|
}
|
4779
|
-
function
|
4785
|
+
function zr(b) {
|
4780
4786
|
xe[b ? "unshift" : "push"](() => {
|
4781
4787
|
P = b, r(5, P);
|
4782
4788
|
});
|
@@ -4785,12 +4791,12 @@ function Mo(e, t, r) {
|
|
4785
4791
|
"endpoint" in b && r(16, i = b.endpoint), "datasource" in b && r(17, o = b.datasource), "lang" in b && r(18, s = b.lang), "type" in b && r(0, a = b.type), "titletype" in b && r(1, l = b.titletype), "clientstyling" in b && r(19, u = b.clientstyling), "clientstylingurl" in b && r(20, h = b.clientstylingurl), "translationurl" in b && r(21, c = b.translationurl), "collectionprovidersgamenames" in b && r(2, f = b.collectionprovidersgamenames);
|
4786
4792
|
}, e.$$.update = () => {
|
4787
4793
|
e.$$.dirty[0] & /*endpoint, datasource, lang*/
|
4788
|
-
458752 && i && o && s &&
|
4794
|
+
458752 && i && o && s && Mr(), e.$$.dirty[0] & /*categoriesSliderWidth, gameCategories, categoriesSlider*/
|
4789
4795
|
88 && se && p && g && ut(), e.$$.dirty[0] & /*lang*/
|
4790
|
-
262144 && s &&
|
4791
|
-
524320 && u && P &&
|
4792
|
-
1048608 && h && P &&
|
4793
|
-
2097152 && c &&
|
4796
|
+
262144 && s && $r(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
4797
|
+
524320 && u && P && Gr(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
4798
|
+
1048608 && h && P && Ur(), e.$$.dirty[0] & /*translationurl*/
|
4799
|
+
2097152 && c && Nr();
|
4794
4800
|
}, [
|
4795
4801
|
a,
|
4796
4802
|
l,
|
@@ -4814,18 +4820,18 @@ function Mo(e, t, r) {
|
|
4814
4820
|
u,
|
4815
4821
|
h,
|
4816
4822
|
c,
|
4823
|
+
Dr,
|
4817
4824
|
Fr,
|
4818
4825
|
jr,
|
4819
4826
|
kr,
|
4820
4827
|
Vr,
|
4821
4828
|
Xr,
|
4822
|
-
zr
|
4823
|
-
Wr
|
4829
|
+
zr
|
4824
4830
|
];
|
4825
4831
|
}
|
4826
|
-
class Ro extends
|
4832
|
+
class Ro extends Sn {
|
4827
4833
|
constructor(t) {
|
4828
|
-
super(),
|
4834
|
+
super(), En(
|
4829
4835
|
this,
|
4830
4836
|
t,
|
4831
4837
|
Mo,
|
@@ -4901,7 +4907,7 @@ class Ro extends wn {
|
|
4901
4907
|
this.$$set({ collectionprovidersgamenames: t }), $();
|
4902
4908
|
}
|
4903
4909
|
}
|
4904
|
-
|
4910
|
+
xn(Ro, { endpoint: {}, datasource: {}, lang: {}, type: {}, titletype: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, collectionprovidersgamenames: {} }, [], [], !0);
|
4905
4911
|
export {
|
4906
4912
|
Ro as default
|
4907
4913
|
};
|