@everymatrix/casino-tournaments-thumbnail 1.55.0 → 1.56.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/{CasinoTournamentsThumbnail-Bh2ICnOi.js → CasinoTournamentsThumbnail-BrPbQa4n.js} +34 -11
- package/components/{CasinoTournamentsThumbnail-DW8wqw2C.js → CasinoTournamentsThumbnail-CbIyOg-3.js} +35 -12
- package/components/CasinoTournamentsThumbnail-DxmM8pc-.cjs +19 -0
- package/es2015/casino-tournaments-thumbnail.cjs +1 -1
- package/es2015/casino-tournaments-thumbnail.js +1 -1
- package/esnext/casino-tournaments-thumbnail.js +1 -1
- package/package.json +1 -1
- package/components/CasinoTournamentsThumbnail-ByE_cSNI.cjs +0 -6
package/components/{CasinoTournamentsThumbnail-Bh2ICnOi.js → CasinoTournamentsThumbnail-BrPbQa4n.js}
RENAMED
|
@@ -44,7 +44,8 @@ function or(e, t, r) {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
function ur(e) {
|
|
47
|
-
if (!e)
|
|
47
|
+
if (!e)
|
|
48
|
+
return document;
|
|
48
49
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
49
50
|
return t && /** @type {ShadowRoot} */
|
|
50
51
|
t.host ? (
|
|
@@ -107,7 +108,8 @@ function oe(e) {
|
|
|
107
108
|
ue = e;
|
|
108
109
|
}
|
|
109
110
|
function dr() {
|
|
110
|
-
if (!ue)
|
|
111
|
+
if (!ue)
|
|
112
|
+
throw new Error("Function called outside component initialization");
|
|
111
113
|
return ue;
|
|
112
114
|
}
|
|
113
115
|
function br(e) {
|
|
@@ -138,7 +140,8 @@ function N() {
|
|
|
138
140
|
} catch (t) {
|
|
139
141
|
throw Q.length = 0, X = 0, t;
|
|
140
142
|
}
|
|
141
|
-
for (oe(null), Q.length = 0, X = 0; Le.length; )
|
|
143
|
+
for (oe(null), Q.length = 0, X = 0; Le.length; )
|
|
144
|
+
Le.pop()();
|
|
142
145
|
for (let t = 0; t < q.length; t += 1) {
|
|
143
146
|
const r = q[t];
|
|
144
147
|
Be.has(r) || (Be.add(r), r());
|
|
@@ -576,11 +579,26 @@ Y.all = function(t, r) {
|
|
|
576
579
|
};
|
|
577
580
|
var jr = Y, Vr = jr;
|
|
578
581
|
const Jr = /* @__PURE__ */ Pr(Vr);
|
|
582
|
+
/*! *****************************************************************************
|
|
583
|
+
Copyright (c) Microsoft Corporation.
|
|
584
|
+
|
|
585
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
586
|
+
purpose with or without fee is hereby granted.
|
|
587
|
+
|
|
588
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
589
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
590
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
591
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
592
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
593
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
594
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
595
|
+
***************************************************************************** */
|
|
579
596
|
var Ue = function(e, t) {
|
|
580
597
|
return Ue = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
581
598
|
r.__proto__ = n;
|
|
582
599
|
} || function(r, n) {
|
|
583
|
-
for (var i in n)
|
|
600
|
+
for (var i in n)
|
|
601
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
584
602
|
}, Ue(e, t);
|
|
585
603
|
};
|
|
586
604
|
function ve(e, t) {
|
|
@@ -596,23 +614,26 @@ var x = function() {
|
|
|
596
614
|
return x = Object.assign || function(t) {
|
|
597
615
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
598
616
|
r = arguments[n];
|
|
599
|
-
for (var s in r)
|
|
617
|
+
for (var s in r)
|
|
618
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
600
619
|
}
|
|
601
620
|
return t;
|
|
602
621
|
}, x.apply(this, arguments);
|
|
603
622
|
};
|
|
604
623
|
function zr(e, t) {
|
|
605
624
|
var r = {};
|
|
606
|
-
for (var n in e)
|
|
625
|
+
for (var n in e)
|
|
626
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
607
627
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
608
628
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
609
629
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
610
630
|
return r;
|
|
611
631
|
}
|
|
612
632
|
function Ne(e, t, r) {
|
|
613
|
-
if (
|
|
614
|
-
(
|
|
615
|
-
|
|
633
|
+
if (arguments.length === 2)
|
|
634
|
+
for (var n = 0, i = t.length, s; n < i; n++)
|
|
635
|
+
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
636
|
+
return e.concat(s || t);
|
|
616
637
|
}
|
|
617
638
|
function Pe(e, t) {
|
|
618
639
|
var r = t && t.cache ? t.cache : Yr, n = t && t.serializer ? t.serializer : qr, i = t && t.strategy ? t.strategy : Xr;
|
|
@@ -2438,7 +2459,8 @@ function hn(e, t) {
|
|
|
2438
2459
|
r += h;
|
|
2439
2460
|
for (; a-- > 0; )
|
|
2440
2461
|
r = u + r;
|
|
2441
|
-
} else
|
|
2462
|
+
} else
|
|
2463
|
+
i === "J" ? r += "H" : r += i;
|
|
2442
2464
|
}
|
|
2443
2465
|
return r;
|
|
2444
2466
|
}
|
|
@@ -3041,7 +3063,8 @@ function Je(e) {
|
|
|
3041
3063
|
if (delete t.location, wt(t) || Mt(t))
|
|
3042
3064
|
for (var r in t.options)
|
|
3043
3065
|
delete t.options[r].location, Je(t.options[r].value);
|
|
3044
|
-
else
|
|
3066
|
+
else
|
|
3067
|
+
Pt(t) && Lt(t.style) || (It(t) || Ot(t)) && Fe(t.style) ? delete t.style.location : Rt(t) && Je(t.children);
|
|
3045
3068
|
});
|
|
3046
3069
|
}
|
|
3047
3070
|
function Nn(e, t) {
|
package/components/{CasinoTournamentsThumbnail-DW8wqw2C.js → CasinoTournamentsThumbnail-CbIyOg-3.js}
RENAMED
|
@@ -10,7 +10,7 @@ var Ne = (e, t, r) => t in e ? cr(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
10
10
|
br.call(t, r) && Ne(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, st = (e, t) => fr(e, mr(t));
|
|
13
|
-
var D = (e, t, r) => Ne(e, typeof t != "symbol" ? t + "" : t, r);
|
|
13
|
+
var D = (e, t, r) => (Ne(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var at = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var s = (l) => {
|
|
16
16
|
try {
|
|
@@ -73,7 +73,8 @@ function yr(e, t, r) {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
function _r(e) {
|
|
76
|
-
if (!e)
|
|
76
|
+
if (!e)
|
|
77
|
+
return document;
|
|
77
78
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
78
79
|
return t && /** @type {ShadowRoot} */
|
|
79
80
|
t.host ? (
|
|
@@ -136,7 +137,8 @@ function ue(e) {
|
|
|
136
137
|
le = e;
|
|
137
138
|
}
|
|
138
139
|
function Ar() {
|
|
139
|
-
if (!le)
|
|
140
|
+
if (!le)
|
|
141
|
+
throw new Error("Function called outside component initialization");
|
|
140
142
|
return le;
|
|
141
143
|
}
|
|
142
144
|
function Hr(e) {
|
|
@@ -167,7 +169,8 @@ function N() {
|
|
|
167
169
|
} catch (t) {
|
|
168
170
|
throw q.length = 0, Z = 0, t;
|
|
169
171
|
}
|
|
170
|
-
for (ue(null), q.length = 0, Z = 0; ke.length; )
|
|
172
|
+
for (ue(null), q.length = 0, Z = 0; ke.length; )
|
|
173
|
+
ke.pop()();
|
|
171
174
|
for (let t = 0; t < Y.length; t += 1) {
|
|
172
175
|
const r = Y[t];
|
|
173
176
|
Pe.has(r) || (Pe.add(r), r());
|
|
@@ -613,11 +616,26 @@ K.all = function(t, r) {
|
|
|
613
616
|
};
|
|
614
617
|
var en = K, tn = en;
|
|
615
618
|
const rn = /* @__PURE__ */ Gr(tn);
|
|
619
|
+
/*! *****************************************************************************
|
|
620
|
+
Copyright (c) Microsoft Corporation.
|
|
621
|
+
|
|
622
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
623
|
+
purpose with or without fee is hereby granted.
|
|
624
|
+
|
|
625
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
626
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
627
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
628
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
629
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
630
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
631
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
632
|
+
***************************************************************************** */
|
|
616
633
|
var Ge = function(e, t) {
|
|
617
634
|
return Ge = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
618
635
|
r.__proto__ = n;
|
|
619
636
|
} || function(r, n) {
|
|
620
|
-
for (var i in n)
|
|
637
|
+
for (var i in n)
|
|
638
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
621
639
|
}, Ge(e, t);
|
|
622
640
|
};
|
|
623
641
|
function xe(e, t) {
|
|
@@ -633,23 +651,26 @@ var x = function() {
|
|
|
633
651
|
return x = Object.assign || function(t) {
|
|
634
652
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
635
653
|
r = arguments[n];
|
|
636
|
-
for (var s in r)
|
|
654
|
+
for (var s in r)
|
|
655
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
637
656
|
}
|
|
638
657
|
return t;
|
|
639
658
|
}, x.apply(this, arguments);
|
|
640
659
|
};
|
|
641
660
|
function nn(e, t) {
|
|
642
661
|
var r = {};
|
|
643
|
-
for (var n in e)
|
|
662
|
+
for (var n in e)
|
|
663
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
644
664
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
645
665
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
646
666
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
647
667
|
return r;
|
|
648
668
|
}
|
|
649
669
|
function Ie(e, t, r) {
|
|
650
|
-
if (
|
|
651
|
-
(
|
|
652
|
-
|
|
670
|
+
if (arguments.length === 2)
|
|
671
|
+
for (var n = 0, i = t.length, s; n < i; n++)
|
|
672
|
+
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
673
|
+
return e.concat(s || t);
|
|
653
674
|
}
|
|
654
675
|
function Oe(e, t) {
|
|
655
676
|
var r = t && t.cache ? t.cache : hn, n = t && t.serializer ? t.serializer : ln, i = t && t.strategy ? t.strategy : an;
|
|
@@ -2475,7 +2496,8 @@ function vn(e, t) {
|
|
|
2475
2496
|
r += l;
|
|
2476
2497
|
for (; a-- > 0; )
|
|
2477
2498
|
r = u + r;
|
|
2478
|
-
} else
|
|
2499
|
+
} else
|
|
2500
|
+
i === "J" ? r += "H" : r += i;
|
|
2479
2501
|
}
|
|
2480
2502
|
return r;
|
|
2481
2503
|
}
|
|
@@ -3078,7 +3100,8 @@ function We(e) {
|
|
|
3078
3100
|
if (delete t.location, Ut(t) || Ft(t))
|
|
3079
3101
|
for (var r in t.options)
|
|
3080
3102
|
delete t.options[r].location, We(t.options[r].value);
|
|
3081
|
-
else
|
|
3103
|
+
else
|
|
3104
|
+
Lt(t) && $t(t.style) || (Dt(t) || kt(t)) && $e(t.style) ? delete t.style.location : Gt(t) && We(t.children);
|
|
3082
3105
|
});
|
|
3083
3106
|
}
|
|
3084
3107
|
function Fn(e, t) {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";var fr=Object.defineProperty,mr=Object.defineProperties;var dr=Object.getOwnPropertyDescriptors;var nt=Object.getOwnPropertySymbols;var br=Object.prototype.hasOwnProperty,gr=Object.prototype.propertyIsEnumerable;var Ne=(e,t,r)=>t in e?fr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,it=(e,t)=>{for(var r in t||(t={}))br.call(t,r)&&Ne(e,r,t[r]);if(nt)for(var r of nt(t))gr.call(t,r)&&Ne(e,r,t[r]);return e},st=(e,t)=>mr(e,dr(t));var D=(e,t,r)=>(Ne(e,typeof t!="symbol"?t+"":t,r),r);var at=(e,t,r)=>new Promise((n,i)=>{var s=l=>{try{o(r.next(l))}catch(u){i(u)}},a=l=>{try{o(r.throw(l))}catch(u){i(u)}},o=l=>l.done?n(l.value):Promise.resolve(l.value).then(s,a);o((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function k(){}function Nt(e){return e()}function ot(){return Object.create(null)}function ne(e){e.forEach(Nt)}function fe(e){return typeof e=="function"}function Pt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function pr(e){return Object.keys(e).length===0}function It(e,...t){if(e==null){for(const n of t)n(void 0);return k}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function yr(e,t,r){e.$$.on_destroy.push(It(t,r))}function me(e){return e&&fe(e.destroy)?e.destroy:k}function S(e,t){e.appendChild(t)}function _r(e,t,r){const n=Er(e);if(!n.getElementById(t)){const i=I("style");i.id=t,i.textContent=r,vr(n,i)}}function Er(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function vr(e,t){return S(e.head||e,t),t.sheet}function G(e,t,r){e.insertBefore(t,r||null)}function U(e){e.parentNode&&e.parentNode.removeChild(e)}function I(e){return document.createElement(e)}function M(e){return document.createTextNode(e)}function z(){return M(" ")}function xr(){return M("")}function Sr(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function _(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function Tr(e){return Array.from(e.childNodes)}function $(e,t){t=""+t,e.data!==t&&(e.data=t)}function De(e,t,r,n){r==null?e.style.removeProperty(t):e.style.setProperty(t,r,"")}function Ar(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let le;function ue(e){le=e}function Hr(){if(!le)throw new Error("Function called outside component initialization");return le}function Cr(e){Hr().$$.on_mount.push(e)}const q=[],ke=[];let Y=[];const ut=[],Br=Promise.resolve();let Ue=!1;function Nr(){Ue||(Ue=!0,Br.then(N))}function Fe(e){Y.push(e)}const Pe=new Set;let Z=0;function N(){if(Z!==0)return;const e=le;do{try{for(;Z<q.length;){const t=q[Z];Z++,ue(t),Pr(t.$$)}}catch(t){throw q.length=0,Z=0,t}for(ue(null),q.length=0,Z=0;ke.length;)ke.pop()();for(let t=0;t<Y.length;t+=1){const r=Y[t];Pe.has(r)||(Pe.add(r),r())}Y.length=0}while(q.length);for(;ut.length;)ut.pop()();Ue=!1,Pe.clear(),ue(e)}function Pr(e){if(e.fragment!==null){e.update(),ne(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(Fe)}}function Ir(e){const t=[],r=[];Y.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),Y=t}const Or=new Set;function wr(e,t){e&&e.i&&(Or.delete(e),e.i(t))}function Mr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),Fe(()=>{const s=e.$$.on_mount.map(Nt).filter(fe);e.$$.on_destroy?e.$$.on_destroy.push(...s):ne(s),e.$$.on_mount=[]}),i.forEach(Fe)}function Rr(e,t){const r=e.$$;r.fragment!==null&&(Ir(r.after_update),ne(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function Lr(e,t){e.$$.dirty[0]===-1&&(q.push(e),Nr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Dr(e,t,r,n,i,s,a=null,o=[-1]){const l=le;ue(e);const u=e.$$={fragment:null,ctx:[],props:s,update:k,not_equal:i,bound:ot(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(l?l.$$.context:[])),callbacks:ot(),dirty:o,skip_bound:!1,root:t.target||l.$$.root};a&&a(u.root);let h=!1;if(u.ctx=r?r(e,t.props||{},(c,f,...E)=>{const d=E.length?E[0]:f;return u.ctx&&i(u.ctx[c],u.ctx[c]=d)&&(!u.skip_bound&&u.bound[c]&&u.bound[c](d),h&&Lr(e,c)),f}):[],u.update(),h=!0,ne(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const c=Tr(t.target);u.fragment&&u.fragment.l(c),c.forEach(U)}else u.fragment&&u.fragment.c();t.intro&&wr(e.$$.fragment),Mr(e,t.target,t.anchor),N()}ue(l)}let Ot;typeof HTMLElement=="function"&&(Ot=class extends HTMLElement{constructor(t,r,n){super();D(this,"$$ctor");D(this,"$$s");D(this,"$$c");D(this,"$$cn",!1);D(this,"$$d",{});D(this,"$$r",!1);D(this,"$$p_d",{});D(this,"$$l",{});D(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return at(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let a;return{c:function(){a=I("slot"),s!=="default"&&_(a,"name",s)},m:function(u,h){G(u,a,h)},d:function(u){u&&U(a)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=Ar(this);for(const s of this.$$s)s in n&&(r[s]=[t(s)]);for(const s of this.attributes){const a=this.$$g_p(s.name);a in this.$$d||(this.$$d[a]=ge(a,s.value,this.$$p_d,"toProp"))}for(const s in this.$$p_d)!(s in this.$$d)&&this[s]!==void 0&&(this.$$d[s]=this[s],delete this[s]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:st(it({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const s in this.$$p_d)if(this.$$d[s]=this.$$c.$$.ctx[this.$$c.$$.props[s]],this.$$p_d[s].reflect){const a=ge(s,this.$$d[s],this.$$p_d,"toAttribute");a==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,a)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const s in this.$$l)for(const a of this.$$l[s]){const o=this.$$c.$on(s,a);this.$$l_u.set(a,o)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=ge(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function ge(e,t,r,n){var s;const i=(s=r[e])==null?void 0:s.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function kr(e,t,r,n,i,s){let a=class extends Ot{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(o=>(t[o].attribute||o).toLowerCase())}};return Object.keys(t).forEach(o=>{Object.defineProperty(a.prototype,o,{get(){return this.$$c&&o in this.$$c?this.$$c[o]:this.$$d[o]},set(l){var u;l=ge(o,l,t),this.$$d[o]=l,(u=this.$$c)==null||u.$set({[o]:l})}})}),n.forEach(o=>{Object.defineProperty(a.prototype,o,{get(){var l;return(l=this.$$c)==null?void 0:l[o]}})}),e.element=a,a}class Ur{constructor(){D(this,"$$");D(this,"$$set")}$destroy(){Rr(this,1),this.$destroy=k}$on(t,r){if(!fe(r))return k;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!pr(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Fr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Fr);const Q=[];function Gr(e,t){return{subscribe:ve(e,t).subscribe}}function ve(e,t=k){let r;const n=new Set;function i(o){if(Pt(e,o)&&(e=o,r)){const l=!Q.length;for(const u of n)u[1](),Q.push(u,e);if(l){for(let u=0;u<Q.length;u+=2)Q[u][0](Q[u+1]);Q.length=0}}}function s(o){i(o(e))}function a(o,l=k){const u=[o,l];return n.add(u),n.size===1&&(r=t(i,s)||k),o(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:s,subscribe:a}}function ie(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const s=t.length<2;return Gr(r,(a,o)=>{let l=!1;const u=[];let h=0,c=k;const f=()=>{if(h)return;c();const d=t(n?u[0]:u,a,o);s?a(d):c=fe(d)?d:k},E=i.map((d,b)=>It(d,g=>{u[b]=g,h&=~(1<<b),l&&f()},()=>{h|=1<<b}));return l=!0,f(),function(){ne(E),c(),l=!1}})}function $r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var jr=function(t){return Vr(t)&&!Jr(t)};function Vr(e){return!!e&&typeof e=="object"}function Jr(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Xr(e)}var zr=typeof Symbol=="function"&&Symbol.for,Wr=zr?Symbol.for("react.element"):60103;function Xr(e){return e.$$typeof===Wr}function Zr(e){return Array.isArray(e)?[]:{}}function he(e,t){return t.clone!==!1&&t.isMergeableObject(e)?K(Zr(e),e,t):e}function Qr(e,t,r){return e.concat(t).map(function(n){return he(n,r)})}function qr(e,t){if(!t.customMerge)return K;var r=t.customMerge(e);return typeof r=="function"?r:K}function Yr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function lt(e){return Object.keys(e).concat(Yr(e))}function wt(e,t){try{return t in e}catch(r){return!1}}function Kr(e,t){return wt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function en(e,t,r){var n={};return r.isMergeableObject(e)&<(e).forEach(function(i){n[i]=he(e[i],r)}),lt(t).forEach(function(i){Kr(e,i)||(wt(e,i)&&r.isMergeableObject(t[i])?n[i]=qr(i,r)(e[i],t[i],r):n[i]=he(t[i],r))}),n}function K(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Qr,r.isMergeableObject=r.isMergeableObject||jr,r.cloneUnlessOtherwiseSpecified=he;var n=Array.isArray(t),i=Array.isArray(e),s=n===i;return s?n?r.arrayMerge(e,t,r):en(e,t,r):he(t,r)}K.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return K(n,i,r)},{})};var tn=K,rn=tn;const nn=$r(rn);/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation.
|
|
3
|
+
|
|
4
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
+
purpose with or without fee is hereby granted.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
9
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
+
***************************************************************************** */var Ge=function(e,t){return Ge=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},Ge(e,t)};function xe(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ge(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var x=function(){return x=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},x.apply(this,arguments)};function sn(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function Ie(e,t,r){if(arguments.length===2)for(var n=0,i=t.length,s;n<i;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||t)}function Oe(e,t){var r=t&&t.cache?t.cache:cn,n=t&&t.serializer?t.serializer:hn,i=t&&t.strategy?t.strategy:on;return i(e,{cache:r,serializer:n})}function an(e){return e==null||typeof e=="number"||typeof e=="boolean"}function Mt(e,t,r,n){var i=an(n)?n:r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.call(this,n),t.set(i,s)),s}function Rt(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.apply(this,n),t.set(i,s)),s}function Qe(e,t,r,n,i){return r.bind(t,e,n,i)}function on(e,t){var r=e.length===1?Mt:Rt;return Qe(e,this,r,t.cache.create(),t.serializer)}function un(e,t){return Qe(e,this,Rt,t.cache.create(),t.serializer)}function ln(e,t){return Qe(e,this,Mt,t.cache.create(),t.serializer)}var hn=function(){return JSON.stringify(arguments)};function qe(){this.cache=Object.create(null)}qe.prototype.get=function(e){return this.cache[e]};qe.prototype.set=function(e,t){this.cache[e]=t};var cn={create:function(){return new qe}},we={variadic:un,monadic:ln},y;(function(e){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"})(y||(y={}));var A;(function(e){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"})(A||(A={}));var ee;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(ee||(ee={}));function ht(e){return e.type===A.literal}function fn(e){return e.type===A.argument}function Lt(e){return e.type===A.number}function Dt(e){return e.type===A.date}function kt(e){return e.type===A.time}function Ut(e){return e.type===A.select}function Ft(e){return e.type===A.plural}function mn(e){return e.type===A.pound}function Gt(e){return e.type===A.tag}function $t(e){return!!(e&&typeof e=="object"&&e.type===ee.number)}function $e(e){return!!(e&&typeof e=="object"&&e.type===ee.dateTime)}var jt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,dn=/(?:[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;function bn(e){var t={};return e.replace(dn,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var gn=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function pn(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(gn).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var s=i[n],a=s.split("/");if(a.length===0)throw new Error("Invalid number skeleton");for(var o=a[0],l=a.slice(1),u=0,h=l;u<h.length;u++){var c=h[u];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:o,options:l})}return r}function yn(e){return e.replace(/^(.*?)-/,"")}var ct=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Vt=/^(@+)?(\+|#+)?[rs]?$/g,_n=/(\*)(0+)|(#+)(0+)|(0+)/g,Jt=/^(0+)$/;function ft(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Vt,function(r,n,i){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)),""}),t}function zt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function En(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!Jt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function mt(e){var t={},r=zt(e);return r||t}function vn(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=yn(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=x(x(x({},t),{notation:"scientific"}),i.options.reduce(function(l,u){return x(x({},l),mt(u))},{}));continue;case"engineering":t=x(x(x({},t),{notation:"engineering"}),i.options.reduce(function(l,u){return x(x({},l),mt(u))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(_n,function(l,u,h,c,f,E){if(u)t.minimumIntegerDigits=h.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(E)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Jt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(ct.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(ct,function(l,u,h,c,f,E){return h==="*"?t.minimumFractionDigits=u.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&E?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+E.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var s=i.options[0];s==="w"?t=x(x({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=x(x({},t),ft(s)));continue}if(Vt.test(i.stem)){t=x(x({},t),ft(i.stem));continue}var a=zt(i.stem);a&&(t=x(x({},t),a));var o=En(i.stem);o&&(t=x(x({},t),o))}return t}var be={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function xn(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var s=0;n+1<e.length&&e.charAt(n+1)===i;)s++,n++;var a=1+(s&1),o=s<2?1:3+(s>>1),l="a",u=Sn(t);for((u=="H"||u=="k")&&(o=0);o-- >0;)r+=l;for(;a-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function Sn(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=be[n||""]||be[r||""]||be["".concat(r,"-001")]||be["001"];return i[0]}var Me,Tn=new RegExp("^".concat(jt.source,"*")),An=new RegExp("".concat(jt.source,"*$"));function v(e,t){return{start:e,end:t}}var Hn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Cn=!!String.fromCodePoint,Bn=!!Object.fromEntries,Nn=!!String.prototype.codePointAt,Pn=!!String.prototype.trimStart,In=!!String.prototype.trimEnd,On=!!Number.isSafeInteger,wn=On?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},je=!0;try{var Mn=Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");je=((Me=Mn.exec("a"))===null||Me===void 0?void 0:Me[0])==="a"}catch(e){je=!1}var dt=Hn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},Ve=Cn?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,s=0,a;i>s;){if(a=t[s++],a>1114111)throw RangeError(a+" is not a valid code point");n+=a<65536?String.fromCharCode(a):String.fromCharCode(((a-=65536)>>10)+55296,a%1024+56320)}return n},bt=Bn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var s=i[n],a=s[0],o=s[1];r[a]=o}return r},Wt=Nn?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),s;return i<55296||i>56319||r+1===n||(s=t.charCodeAt(r+1))<56320||s>57343?i:(i-55296<<10)+(s-56320)+65536}},Rn=Pn?function(t){return t.trimStart()}:function(t){return t.replace(Tn,"")},Ln=In?function(t){return t.trimEnd()}:function(t){return t.replace(An,"")};function Xt(e,t){return new RegExp(e,t)}var Je;if(je){var gt=Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Je=function(t,r){var n;gt.lastIndex=r;var i=gt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Je=function(t,r){for(var n=[];;){var i=Wt(t,r);if(i===void 0||Zt(i)||Fn(i))break;n.push(i),r+=i>=65536?2:1}return Ve.apply(void 0,n)};var Dn=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var s=this.char();if(s===123){var a=this.parseArgument(t,n);if(a.err)return a;i.push(a.val)}else{if(s===125&&t>0)break;if(s===35&&(r==="plural"||r==="selectordinal")){var o=this.clonePosition();this.bump(),i.push({type:A.pound,location:v(o,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(y.UNMATCHED_CLOSING_TAG,v(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&&ze(this.peek()||0)){var a=this.parseTag(t,r);if(a.err)return a;i.push(a.val)}else{var a=this.parseLiteral(t,r);if(a.err)return a;i.push(a.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:A.literal,value:"<".concat(i,"/>"),location:v(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var a=s.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ze(this.char()))return this.error(y.INVALID_TAG,v(o,this.clonePosition()));var l=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(y.UNMATCHED_CLOSING_TAG,v(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:A.tag,value:i,children:a,location:v(n,this.clonePosition())},err:null}:this.error(y.INVALID_TAG,v(o,this.clonePosition())))}else return this.error(y.UNCLOSED_TAG,v(n,this.clonePosition()))}else return this.error(y.INVALID_TAG,v(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Un(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var s=this.tryParseQuote(r);if(s){i+=s;continue}var a=this.tryParseUnquoted(t,r);if(a){i+=a;continue}var o=this.tryParseLeftAngleBracket();if(o){i+=o;continue}break}var l=v(n,this.clonePosition());return{val:{type:A.literal,value:i,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!kn(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return Ve.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),Ve(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE,v(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(y.EMPTY_ARGUMENT,v(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(y.MALFORMED_ARGUMENT,v(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE,v(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:A.argument,value:i,location:v(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE,v(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(y.MALFORMED_ARGUMENT,v(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Je(this.message,r),i=r+n.length;this.bumpTo(i);var s=this.clonePosition(),a=v(t,s);return{value:n,location:a}},e.prototype.parseArgumentOptions=function(t,r,n,i){var s,a=this.clonePosition(),o=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(o){case"":return this.error(y.EXPECT_ARGUMENT_TYPE,v(a,l));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=Ln(c.val);if(f.length===0)return this.error(y.EXPECT_ARGUMENT_STYLE,v(this.clonePosition(),this.clonePosition()));var E=v(h,this.clonePosition());u={style:f,styleLocation:E}}var d=this.tryParseArgumentClose(i);if(d.err)return d;var b=v(i,this.clonePosition());if(u&&dt(u==null?void 0:u.style,"::",0)){var g=Rn(u.style.slice(2));if(o==="number"){var c=this.parseNumberSkeletonFromString(g,u.styleLocation);return c.err?c:{val:{type:A.number,value:n,location:b,style:c.val},err:null}}else{if(g.length===0)return this.error(y.EXPECT_DATE_TIME_SKELETON,b);var p=g;this.locale&&(p=xn(g,this.locale));var f={type:ee.dateTime,pattern:p,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?bn(p):{}},T=o==="date"?A.date:A.time;return{val:{type:T,value:n,location:b,style:f},err:null}}}return{val:{type:o==="number"?A.number:o==="date"?A.date:A.time,value:n,location:b,style:(s=u==null?void 0:u.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var P=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS,v(P,x({},P)));this.bumpSpace();var H=this.parseIdentifierIfPossible(),C=0;if(o!=="select"&&H.value==="offset"){if(!this.bumpIf(":"))return this.error(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,v(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,y.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),H=this.parseIdentifierIfPossible(),C=c.val}var F=this.tryParsePluralOrSelectOptions(t,o,r,H);if(F.err)return F;var d=this.tryParseArgumentClose(i);if(d.err)return d;var L=v(i,this.clonePosition());return o==="select"?{val:{type:A.select,value:n,options:bt(F.val),location:L},err:null}:{val:{type:A.plural,value:n,options:bt(F.val),offset:C,pluralType:o==="plural"?"cardinal":"ordinal",location:L},err:null}}default:return this.error(y.INVALID_ARGUMENT_TYPE,v(a,l))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE,v(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(y.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,v(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=pn(t)}catch(i){return this.error(y.INVALID_NUMBER_SKELETON,r)}return{val:{type:ee.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?vn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var s,a=!1,o=[],l=new Set,u=i.value,h=i.location;;){if(u.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_SELECTOR,y.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;h=v(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}else break}if(l.has(u))return this.error(r==="select"?y.DUPLICATE_SELECT_ARGUMENT_SELECTOR:y.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);u==="other"&&(a=!0),this.bumpSpace();var E=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?y.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:y.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,v(this.clonePosition(),this.clonePosition()));var d=this.parseMessage(t+1,r,n);if(d.err)return d;var b=this.tryParseArgumentClose(E);if(b.err)return b;o.push([u,{value:d.val,location:v(E,this.clonePosition())}]),l.add(u),this.bumpSpace(),s=this.parseIdentifierIfPossible(),u=s.value,h=s.location}return o.length===0?this.error(r==="select"?y.EXPECT_SELECT_ARGUMENT_SELECTOR:y.EXPECT_PLURAL_ARGUMENT_SELECTOR,v(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!a?this.error(y.MISSING_OTHER_CLAUSE,v(this.clonePosition(),this.clonePosition())):{val:o,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var s=!1,a=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)s=!0,a=a*10+(o-48),this.bump();else break}var l=v(i,this.clonePosition());return s?(a*=n,wn(a)?{val:a,err:null}:this.error(r,l)):this.error(t,l)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=Wt(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();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)}},e.prototype.bumpIf=function(t){if(dt(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Zt(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function ze(e){return e>=97&&e<=122||e>=65&&e<=90}function kn(e){return ze(e)||e===47}function Un(e){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}function Zt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function Fn(e){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}function We(e){e.forEach(function(t){if(delete t.location,Ut(t)||Ft(t))for(var r in t.options)delete t.options[r].location,We(t.options[r].value);else Lt(t)&&$t(t.style)||(Dt(t)||kt(t))&&$e(t.style)?delete t.style.location:Gt(t)&&We(t.children)})}function Gn(e,t){t===void 0&&(t={}),t=x({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Dn(e,t).parse();if(r.err){var n=SyntaxError(y[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||We(r.val),r.val}var te;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(te||(te={}));var Se=function(e){xe(t,e);function t(r,n,i){var s=e.call(this,r)||this;return s.code=n,s.originalMessage=i,s}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),pt=function(e){xe(t,e);function t(r,n,i,s){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),te.INVALID_VALUE,s)||this}return t}(Se),$n=function(e){xe(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),te.INVALID_VALUE,i)||this}return t}(Se),jn=function(e){xe(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),te.MISSING_VALUE,n)||this}return t}(Se),w;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(w||(w={}));function Vn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==w.literal||r.type!==w.literal?t.push(r):n.value+=r.value,t},[])}function Jn(e){return typeof e=="function"}function pe(e,t,r,n,i,s,a){if(e.length===1&&ht(e[0]))return[{type:w.literal,value:e[0].value}];for(var o=[],l=0,u=e;l<u.length;l++){var h=u[l];if(ht(h)){o.push({type:w.literal,value:h.value});continue}if(mn(h)){typeof s=="number"&&o.push({type:w.literal,value:r.getNumberFormat(t).format(s)});continue}var c=h.value;if(!(i&&c in i))throw new jn(c,a);var f=i[c];if(fn(h)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),o.push({type:typeof f=="string"?w.literal:w.object,value:f});continue}if(Dt(h)){var E=typeof h.style=="string"?n.date[h.style]:$e(h.style)?h.style.parsedOptions:void 0;o.push({type:w.literal,value:r.getDateTimeFormat(t,E).format(f)});continue}if(kt(h)){var E=typeof h.style=="string"?n.time[h.style]:$e(h.style)?h.style.parsedOptions:n.time.medium;o.push({type:w.literal,value:r.getDateTimeFormat(t,E).format(f)});continue}if(Lt(h)){var E=typeof h.style=="string"?n.number[h.style]:$t(h.style)?h.style.parsedOptions:void 0;E&&E.scale&&(f=f*(E.scale||1)),o.push({type:w.literal,value:r.getNumberFormat(t,E).format(f)});continue}if(Gt(h)){var d=h.children,b=h.value,g=i[b];if(!Jn(g))throw new $n(b,"function",a);var p=pe(d,t,r,n,i,s),T=g(p.map(function(C){return C.value}));Array.isArray(T)||(T=[T]),o.push.apply(o,T.map(function(C){return{type:typeof C=="string"?w.literal:w.object,value:C}}))}if(Ut(h)){var P=h.options[f]||h.options.other;if(!P)throw new pt(h.value,f,Object.keys(h.options),a);o.push.apply(o,pe(P.value,t,r,n,i));continue}if(Ft(h)){var P=h.options["=".concat(f)];if(!P){if(!Intl.PluralRules)throw new Se(`Intl.PluralRules is not available in this environment.
|
|
15
|
+
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
16
|
+
`,te.MISSING_INTL_API,a);var H=r.getPluralRules(t,{type:h.pluralType}).select(f-(h.offset||0));P=h.options[H]||h.options.other}if(!P)throw new pt(h.value,f,Object.keys(h.options),a);o.push.apply(o,pe(P.value,t,r,n,i,f-(h.offset||0)));continue}}return Vn(o)}function zn(e,t){return t?x(x(x({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=x(x({},e[n]),t[n]||{}),r},{})):e}function Wn(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=zn(e[n],t[n]),r},x({},e)):e}function Re(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Xn(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Oe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Ie([void 0],r,!1)))},{cache:Re(e.number),strategy:we.variadic}),getDateTimeFormat:Oe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Ie([void 0],r,!1)))},{cache:Re(e.dateTime),strategy:we.variadic}),getPluralRules:Oe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Ie([void 0],r,!1)))},{cache:Re(e.pluralRules),strategy:we.variadic})}}var Zn=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var s=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var u=s.formatToParts(l);if(u.length===1)return u[0].value;var h=u.reduce(function(c,f){return!c.length||f.type!==w.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(l){return pe(s.ast,s.locales,s.formatters,s.formats,l,void 0,s.message)},this.resolvedOptions=function(){var l;return{locale:((l=s.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(s.locales)[0]}},this.getAst=function(){return s.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var a=i||{};a.formatters;var o=sn(a,["formatters"]);this.ast=e.__parse(t,x(x({},o),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Wn(e.formats,n),this.formatters=i&&i.formatters||Xn(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=Gn,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function Qn(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const s=r.slice(i,r.length).join(".");if(s in n){n=n[s];break}}n=n[r[i]]}else n=void 0;return n}const W={},qn=(e,t,r)=>r&&(t in W||(W[t]={}),e in W[t]||(W[t][e]=r),r),Qt=(e,t)=>{if(t==null)return;if(t in W&&e in W[t])return W[t][e];const r=Te(t);for(let n=0;n<r.length;n++){const i=r[n],s=Kn(i,e);if(s)return qn(e,t,s)}};let Ye;const de=ve({});function Yn(e){return Ye[e]||null}function qt(e){return e in Ye}function Kn(e,t){if(!qt(e))return null;const r=Yn(e);return Qn(r,t)}function ei(e){if(e==null)return;const t=Te(e);for(let r=0;r<t.length;r++){const n=t[r];if(qt(n))return n}}function Yt(e,...t){delete W[e],de.update(r=>(r[e]=nn.all([r[e]||{},...t]),r))}ie([de],([e])=>Object.keys(e));de.subscribe(e=>Ye=e);const ye={};function ti(e,t){ye[e].delete(t),ye[e].size===0&&delete ye[e]}function Kt(e){return ye[e]}function ri(e){return Te(e).map(t=>{const r=Kt(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Xe(e){return e==null?!1:Te(e).some(t=>{var r;return(r=Kt(t))==null?void 0:r.size})}function ni(e,t){return Promise.all(t.map(n=>(ti(e,n),n().then(i=>i.default||i)))).then(n=>Yt(e,...n))}const oe={};function er(e){if(!Xe(e))return e in oe?oe[e]:Promise.resolve();const t=ri(e);return oe[e]=Promise.all(t.map(([r,n])=>ni(r,n))).then(()=>{if(Xe(e))return er(e);delete oe[e]}),oe[e]}const ii={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},si={fallbackLocale:null,loadingDelay:200,formats:ii,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},ai=si;function re(){return ai}const Le=ve(!1);var oi=Object.defineProperty,ui=Object.defineProperties,li=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,hi=Object.prototype.hasOwnProperty,ci=Object.prototype.propertyIsEnumerable,_t=(e,t,r)=>t in e?oi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,fi=(e,t)=>{for(var r in t||(t={}))hi.call(t,r)&&_t(e,r,t[r]);if(yt)for(var r of yt(t))ci.call(t,r)&&_t(e,r,t[r]);return e},mi=(e,t)=>ui(e,li(t));let Ze;const _e=ve(null);function Et(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Te(e,t=re().fallbackLocale){const r=Et(e);return t?[...new Set([...r,...Et(t)])]:r}function X(){return Ze!=null?Ze:void 0}_e.subscribe(e=>{Ze=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const di=e=>{if(e&&ei(e)&&Xe(e)){const{loadingDelay:t}=re();let r;return typeof window!="undefined"&&X()!=null&&t?r=window.setTimeout(()=>Le.set(!0),t):Le.set(!0),er(e).then(()=>{_e.set(e)}).finally(()=>{clearTimeout(r),Le.set(!1)})}return _e.set(e)},se=mi(fi({},_e),{set:di}),Ae=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var bi=Object.defineProperty,Ee=Object.getOwnPropertySymbols,tr=Object.prototype.hasOwnProperty,rr=Object.prototype.propertyIsEnumerable,vt=(e,t,r)=>t in e?bi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ke=(e,t)=>{for(var r in t||(t={}))tr.call(t,r)&&vt(e,r,t[r]);if(Ee)for(var r of Ee(t))rr.call(t,r)&&vt(e,r,t[r]);return e},ae=(e,t)=>{var r={};for(var n in e)tr.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ee)for(var n of Ee(e))t.indexOf(n)<0&&rr.call(e,n)&&(r[n]=e[n]);return r};const ce=(e,t)=>{const{formats:r}=re();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},gi=Ae(e=>{var t=e,{locale:r,format:n}=t,i=ae(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=ce("number",n)),new Intl.NumberFormat(r,i)}),pi=Ae(e=>{var t=e,{locale:r,format:n}=t,i=ae(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=ce("date",n):Object.keys(i).length===0&&(i=ce("date","short")),new Intl.DateTimeFormat(r,i)}),yi=Ae(e=>{var t=e,{locale:r,format:n}=t,i=ae(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=ce("time",n):Object.keys(i).length===0&&(i=ce("time","short")),new Intl.DateTimeFormat(r,i)}),_i=(e={})=>{var t=e,{locale:r=X()}=t,n=ae(t,["locale"]);return gi(Ke({locale:r},n))},Ei=(e={})=>{var t=e,{locale:r=X()}=t,n=ae(t,["locale"]);return pi(Ke({locale:r},n))},vi=(e={})=>{var t=e,{locale:r=X()}=t,n=ae(t,["locale"]);return yi(Ke({locale:r},n))},xi=Ae((e,t=X())=>new Zn(e,t,re().formats,{ignoreTag:re().ignoreTag})),Si=(e,t={})=>{var r,n,i,s;let a=t;typeof e=="object"&&(a=e,e=a.id);const{values:o,locale:l=X(),default:u}=a;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Qt(e,l);if(!h)h=(s=(i=(n=(r=re()).handleMissingMessage)==null?void 0:n.call(r,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?s:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!o)return h;let c=h;try{c=xi(h,l).format(o)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Ti=(e,t)=>vi(t).format(e),Ai=(e,t)=>Ei(t).format(e),Hi=(e,t)=>_i(t).format(e),Ci=(e,t=X())=>Qt(e,t),Bi=ie([se,de],()=>Si);ie([se],()=>Ti);ie([se],()=>Ai);ie([se],()=>Hi);ie([se,de],()=>Ci);function xt(e,t){Yt(e,t)}function Ni(e){se.set(e)}const St={en:{enrolled:"Enrolled",scoreCriteria:"Score Criteria",minbet:"min bet count",seegames:"You can see the games",here:"here",scheduled:"Scheduled",ongoing:"Ongoing",finished:"Finished",startingAt:"Starting at:",startedAt:"Started at:",startingAtWithTime:"Starts {startTime}",startedAtWithTime:"Started {startTime}",mostRounds:"Most Rounds",betCount:"Number of Bets",maxWinStakeRatio:"Max Win per Stake",winStakeRatio:"Total Win per Stake",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},hr:{enrolled:"Sudjeluje",scoreCriteria:"Kriterij bodovanja",minbet:"Minimalni ulog",seegames:"Vidi igre",here:"ovdje",scheduled:"Zakazano",ongoing:"U tijeku",finished:"Završeno",startingAt:"Počinje u:",startedAt:"Počelo u:",startingAtWithTime:"Počinje {startTime}",startedAtWithTime:"Počelo {startTime}",mostRounds:"Najviše krugova",betCount:"Broj uloga",maxWinStakeRatio:"Maksimalni dobitak po ulogu",winStakeRatio:"Dobitak po ulogu",stake:"Ulog",January:"Siječanj",February:"Veljača",March:"Ožujak",April:"Travanj",May:"Svibanj",June:"Lipanj",July:"Srpanj",August:"Kolovoz",September:"Rujan",October:"Listopad",November:"Studeni",December:"Prosinac"},"zh-hk":{enrolled:"已註冊",scoreCriteria:"評分標準",minbet:"最小投注數:",seegames:"你可以看比賽",here:"這裡",scheduled:"預定的",ongoing:"進行中",finished:"完成的",startingAt:"開始於",startedAt:"大多數回合",mostRounds:"投注數",betCount:"投注计数",maxWinStakeRatio:"最大勝率",winStakeRatio:"勝率",stake:"Turnover",January:"一月",February:"二月",March:"行进",April:"四月",May:"可能",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"},fr:{enrolled:"Inscrits",scoreCriteria:"Critères de notation",minbet:"nombre de paris minimum",seegames:"Vous pouvez voir les jeux",here:"ici",scheduled:"Programmé",ongoing:"En cours",finished:"Fini",startingAt:"À partir de:",startedAt:"Commencé à:",mostRounds:"Le plus grand nombre de tours",betCount:"Nombre de paris",maxWinStakeRatio:"Indice maximum du gain d'une mise",winStakeRatio:"Indice du gain d'une mise",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},ro:{enrolled:"Înscris",scoreCriteria:"Criterii de punctaj",minbet:"număr minim de pariuri",seegames:"Vezi jocurile",here:"aici",scheduled:"Programat",ongoing:"În curs",finished:"Finalizat",startingAt:"Începând de la",startedAt:"A inceput la:",mostRounds:"Cele mai multe runde",betCount:"Număr de pariuri",maxWinStakeRatio:"Pondere maximă a mizei din câștig",winStakeRatio:"Câștig Total per Miză",stake:"Turnover",January:"Ianuarie",February:"Februarie",March:"Martie",April:"Aprilie",May:"Mai",June:"Iunie",July:"Iulie",August:"August",September:"Septembrie",October:"Octombrie",November:"Noiembrie",December:"Decembrie"},tr:{enrolled:"Kayıtlı",scoreCriteria:"Puan Kriterleri",minbet:"minimum bahis sayısı",seegames:"Oyunları görebilirsiniz",here:"Burada",scheduled:"planlanmış",ongoing:"devam ediyor",finished:"Bitti",startingAt:"Buradan başlayarak:",startedAt:"Başlangıç:",mostRounds:"En Çok Tur",betCount:"Bahis Sayısı",maxWinStakeRatio:"Bahis Başına Maksimum Kazanç",winStakeRatio:"Bahis Başına Toplam Kazanç",stake:"Devir",January:"Ocak",February:"Şubat",March:"Mart",April:"Nisan",May:"Mayıs",June:"Haziran",July:"Temmuz",August:"Ağustos",September:"Eylül",October:"Ekim",November:"Kasım",December:"Aralık",startingAtWithTime:"{startTime} başlar",startedAtWithTime:"{startTime} başlatıldı"},el:{enrolled:"Εγγεγραμμένος",scoreCriteria:"Κριτήρια Σκορ",minbet:"Ελάχιστος αριθμός πονταρισμάτων",seegames:"Μπορείς να δεις τα παιχνίδια",here:"εδώ",all:"Όλα",scheduled:"Προγραμματισμένα",ongoing:"Τρέχοντα",finished:"Ολοκληρωμένα",startingAt:"Αρχίζει στις:",startedAt:"Άρχισε στις:",startingAtWithTime:"Αρχίζει στις {startTime}",startedAtWithTime:"Άρχισε στις {startTime}",mostRounds:"Οι περισσότεροι γύροι",betCount:"Οι περισσότεροι γύροι",maxWinStakeRatio:"Μεγαλύτερο Κέρδος άνα Ποντάρισμα",winStakeRatio:"Συνολική Αναλογία Κερδών άνα Ποντάρισμα",stake:"Turnover",January:"Ιανουαρίου",February:"Φεβρουαρίου",March:"Μαρτίου",April:"Απριλίου",May:"Μαΐου",June:"Ιουνίου",July:"Ιουλίου",August:"Αυγούστου",September:"Σεπτεμβρίου",October:"Οκτωβρίου",November:"Νοεμβρίου",December:"Δεκεμβρίου"},es:{enrolled:"Participando",scoreCriteria:"Regla de puntos",minbet:"Apuesta mínima",seegames:"Puede ver los juegos aquí",here:"aquí",scheduled:"Programado",ongoing:"En Vivo",finished:"Finalizado",startingAt:"Iniciando en:",startedAt:"Inicio:",mostRounds:"Más rondas",betCount:"Número de Apuestas",maxWinStakeRatio:"Máxima Ganancia por Apuesta",winStakeRatio:"Total Ganancia por Apuestas",stake:"Turnover",January:"Enero",February:"Febrero",March:"Marzo",April:"April",May:"Mayo",June:"Junio",July:"Julio",August:"Agosto",September:"Septiembre",October:"Octubre",November:"Noviembre",December:"Diciembre"},pt:{enrolled:"Inscrito",scoreCriteria:"Critérios de pontuação",minbet:"Contagens de aposta mínima",seegames:"Você pode ver os jogos",here:"Aqui",scheduled:"Agendado",ongoing:"Em progresso",finished:"Finalizado",startingAt:"Começando às:",startedAt:"Começou às:",mostRounds:"Mais rodadas",betCount:"Contagem de Apostas",maxWinStakeRatio:"Rácio máximo de vitórias",winStakeRatio:"Rácio de Vitórias",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},hu:{enrolled:"Feliratkozott",scoreCriteria:"Pontozási kritériumok",minbet:"Minimális tét",seegames:"Játékok megnézése",here:"itt",scheduled:"Ütemezés",ongoing:"Folyamatban lévő",finished:"Befejezett",startingAt:"Kezdődik",startedAt:"Started at:",mostRounds:"Legtöbb kör",betCount:"Számított tét",maxWinStakeRatio:"Maximális nyeremény tétenként",winStakeRatio:"Összes nyeremény tétenként",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},"en-us":{enrolled:"Enrolled",scoreCriteria:"Score Criteria",minbet:"min bet count",seegames:"You can see the games",here:"here",scheduled:"Scheduled",ongoing:"Ongoing",finished:"Finished",startingAt:"Starting at:",startedAt:"Started at:",startingAtWithTime:"Starts {startTime}",startedAtWithTime:"Started {startTime}",mostRounds:"Most Rounds",betCount:"Number of Bets",maxWinStakeRatio:"Max Win per Stake",winStakeRatio:"Total Win per Stake",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"}};function Pi(e){_r(e,"svelte-1gxooas",':host{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:"Roboto"}a{color:var(--emw--color-green, #48952a);text-decoration:underline;cursor:pointer}.Thumbnail{position:relative}.Thumbnail .CardImg{height:300px;width:100%;background-image:url("https://breakthrough.org/wp-content/uploads/2018/10/default-placeholder-image.png");background-repeat:no-repeat;background-position:center;background-size:cover}.Thumbnail .CardImg.CardImgFinished{filter:grayscale(1)}.Thumbnail .Status{background:var(--emw--color-black, #000000);display:flex;justify-content:center;align-items:center;position:absolute;top:20px;right:20px;min-height:30px;padding:0 10px;font-size:12px;text-transform:uppercase;z-index:1}.Thumbnail .Enrolled{background:var(--emw--color-contrast, #07072A);color:var(--emw--color-gray-150, #828282);display:flex;justify-content:center;align-items:center;position:absolute;top:20px;left:20px;min-height:30px;padding:0 10px;font-size:12px;text-transform:uppercase;z-index:1}.Thumbnail .Details{padding:10px 20px 0}.Thumbnail .Details .Title{font-size:18px;padding-bottom:10px}.Thumbnail .Details .Date{text-transform:uppercase;font-size:12px;padding-bottom:4px}.Thumbnail .Details .ScoreCriteria{font-size:12px;padding-bottom:4px}.Thumbnail .Details .Games{font-size:12px}')}function Tt(e){let t,r,n,i,s,a;return{c(){t=I("div"),r=M(e[13]),_(t,"class",n="Status "+e[15]),_(t,"part",i="Status "+e[15])},m(o,l){G(o,t,l),S(t,r),s||(a=me(e[18].call(null,t)),s=!0)},p(o,l){l[0]&8192&&$(r,o[13]),l[0]&32768&&n!==(n="Status "+o[15])&&_(t,"class",n),l[0]&32768&&i!==(i="Status "+o[15])&&_(t,"part",i)},d(o){o&&U(t),s=!1,a()}}}function At(e){let t,r=e[5]&&Ht(e);return{c(){r&&r.c(),t=xr()},m(n,i){r&&r.m(n,i),G(n,t,i)},p(n,i){n[5]?r?r.p(n,i):(r=Ht(n),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(n){n&&U(t),r&&r.d(n)}}}function Ht(e){let t,r=e[16]("enrolled")+"",n;return{c(){t=I("div"),n=M(r),_(t,"class","Enrolled"),_(t,"part","Enrolled")},m(i,s){G(i,t,s),S(t,n)},p(i,s){s[0]&65536&&r!==(r=i[16]("enrolled")+"")&&$(n,r)},d(i){i&&U(t)}}}function Ii(e){let t,r,n,i,s;return{c(){t=I("div"),_(t,"class",r="CardImg "+(e[0]=="Closing"||e[0]=="Closed"?"CardImgFinished":"")),_(t,"part",n="CardImg "+(e[0]=="Closing"||e[0]=="Closed"?"CardImgFinished":"")),De(t,"background-image","url('https://i.stack.imgur.com/y9DpT.jpg')")},m(a,o){G(a,t,o),i||(s=me(e[18].call(null,t)),i=!0)},p(a,o){o[0]&1&&r!==(r="CardImg "+(a[0]=="Closing"||a[0]=="Closed"?"CardImgFinished":""))&&_(t,"class",r),o[0]&1&&n!==(n="CardImg "+(a[0]=="Closing"||a[0]=="Closed"?"CardImgFinished":""))&&_(t,"part",n)},d(a){a&&U(t),i=!1,s()}}}function Oi(e){let t,r,n,i,s;return{c(){t=I("div"),_(t,"class",r="CardImg "+(e[0]=="Closing"||e[0]=="Closed"?"CardImgFinished":"")),_(t,"part",n="CardImg "+(e[0]=="Closing"||e[0]=="Closed"?"CardImgFinished":"")),De(t,"background-image","url('"+e[4]+"')")},m(a,o){G(a,t,o),i||(s=me(e[18].call(null,t)),i=!0)},p(a,o){o[0]&1&&r!==(r="CardImg "+(a[0]=="Closing"||a[0]=="Closed"?"CardImgFinished":""))&&_(t,"class",r),o[0]&1&&n!==(n="CardImg "+(a[0]=="Closing"||a[0]=="Closed"?"CardImgFinished":""))&&_(t,"part",n),o[0]&16&&De(t,"background-image","url('"+a[4]+"')")},d(a){a&&U(t),i=!1,s()}}}function Ct(e){let t,r,n,i,s;return{c(){t=I("div"),r=M(e[11]),_(t,"class","Date"),_(t,"part","Date")},m(a,o){G(a,t,o),S(t,r),i||(s=me(n=e[17].call(null,t,e[2])),i=!0)},p(a,o){o[0]&2048&&$(r,a[11]),n&&fe(n.update)&&o[0]&4&&n.update.call(null,a[2])},d(a){a&&U(t),i=!1,s()}}}function Bt(e){let t,r,n=e[16]("scoreCriteria")+"",i,s,a,o,l,u=e[16]("minbet")+"",h,c,f,E,d,b,g,p=e[16]("seegames")+"",T,P,H,C=e[16]("here")+"",F,L,j,V;return{c(){t=I("div"),r=I("p"),i=M(n),s=M(`:
|
|
17
|
+
|
|
18
|
+
`),a=I("span"),o=M(e[14]),l=M(`
|
|
19
|
+
(`),h=M(u),c=z(),f=M(e[6]),E=M(")"),d=z(),b=I("div"),g=I("p"),T=M(p),P=z(),H=I("a"),F=M(C),_(a,"part","ScoreCriteriaSpan"),_(r,"part","ScoreCriteriaP"),_(t,"class","ScoreCriteria"),_(t,"part","ScoreCriteria"),_(H,"part","GamesAnchor"),_(H,"href",e[8]),_(H,"target",L=e[9]==="true"?"_self":"_blank"),_(g,"part","GamesP"),_(b,"class","Games"),_(b,"part","Games")},m(B,R){G(B,t,R),S(t,r),S(r,i),S(r,s),S(r,a),S(a,o),S(r,l),S(r,h),S(r,c),S(r,f),S(r,E),G(B,d,R),G(B,b,R),S(b,g),S(g,T),S(g,P),S(g,H),S(H,F),j||(V=[me(e[19].call(null,a)),Sr(H,"click",e[28])],j=!0)},p(B,R){R[0]&65536&&n!==(n=B[16]("scoreCriteria")+"")&&$(i,n),R[0]&16384&&$(o,B[14]),R[0]&65536&&u!==(u=B[16]("minbet")+"")&&$(h,u),R[0]&64&&$(f,B[6]),R[0]&65536&&p!==(p=B[16]("seegames")+"")&&$(T,p),R[0]&65536&&C!==(C=B[16]("here")+"")&&$(F,C),R[0]&256&&_(H,"href",B[8]),R[0]&512&&L!==(L=B[9]==="true"?"_self":"_blank")&&_(H,"target",L)},d(B){B&&(U(t),U(d),U(b)),j=!1,ne(V)}}}function wi(e){let t,r,n,i,s,a,o,l,u,h=e[0]&&Tt(e),c=e[7]=="true"&&At(e);function f(p,T){return p[4]?Oi:Ii}let E=f(e),d=E(e),b=e[2]&&Ct(e),g=e[12]&&Bt(e);return{c(){t=I("div"),h&&h.c(),r=z(),c&&c.c(),n=z(),d.c(),i=z(),s=I("div"),a=I("div"),o=M(e[1]),l=z(),b&&b.c(),u=z(),g&&g.c(),_(a,"class","Title"),_(a,"part","Title"),_(s,"class","Details"),_(s,"part","Details"),_(t,"class","Thumbnail"),_(t,"part","Thumbnail")},m(p,T){G(p,t,T),h&&h.m(t,null),S(t,r),c&&c.m(t,null),S(t,n),d.m(t,null),S(t,i),S(t,s),S(s,a),S(a,o),S(s,l),b&&b.m(s,null),S(s,u),g&&g.m(s,null),e[29](t)},p(p,T){p[0]?h?h.p(p,T):(h=Tt(p),h.c(),h.m(t,r)):h&&(h.d(1),h=null),p[7]=="true"?c?c.p(p,T):(c=At(p),c.c(),c.m(t,n)):c&&(c.d(1),c=null),E===(E=f(p))&&d?d.p(p,T):(d.d(1),d=E(p),d&&(d.c(),d.m(t,i))),T[0]&2&&$(o,p[1]),p[2]?b?b.p(p,T):(b=Ct(p),b.c(),b.m(s,u)):b&&(b.d(1),b=null),p[12]?g?g.p(p,T):(g=Bt(p),g.c(),g.m(s,null)):g&&(g.d(1),g=null)},i:k,o:k,d(p){p&&U(t),h&&h.d(),c&&c.d(),d.d(),b&&b.d(),g&&g.d(),e[29](null)}}}function Mi(e,t,r){let n;yr(e,Bi,m=>r(16,n=m));let{session:i=""}=t,{userid:s=""}=t,{title:a=""}=t,{startdate:o=""}=t,{status:l=""}=t,{tourid:u=""}=t,{thumbnail:h=""}=t,{userenrolled:c=""}=t,{scorecriteria:f=""}=t,{minbetcount:E=""}=t,{showenrolled:d="false"}=t,{gameurl:b=""}=t,{lang:g="en"}=t,{keepbrowsercontext:p="false"}=t,{clientstyling:T=""}=t,{clientstylingurl:P=""}=t,{translationurl:H=""}=t,C,F="",L=!1,j="",V="",B="";const R=()=>{fetch(H).then(O=>O.json()).then(O=>{Object.keys(O).forEach(J=>{xt(J,O[J])})}).catch(O=>{console.log(O)})};Object.keys(St).forEach(m=>{xt(m,St[m])});const et=m=>{m.data&&(m.data&&m.data.type=="SessionID"&&r(12,L=!0),m.data.type==`TournamentStatus_${u}`&&r(0,l=m.data.status))},He=()=>{const m={month:"long"};let O=new Date(o),J=new Intl.DateTimeFormat("en",m).format(O),lr=O.getDate(),hr=O.toLocaleString("en-GB",{hour:"numeric",minute:"numeric",hour12:!1});const cr=()=>n(l==="Running"?"startedAt":"startingAt");r(11,F=`${lr} `+n(`${J}`)+", "+cr()+` ${hr}`)},Ce=()=>{l=="Unstarted"&&(r(13,j=n("scheduled")),r(15,B="StatusUnstarted")),l=="Running"&&(r(13,j=n("ongoing")),r(15,B="StatusRunning")),(l=="Closed"||l=="Closing")&&r(13,j=n("finished")),l=="Closed"&&r(15,B="StatusClosed"),l=="Closing"&&r(15,B="StatusClosing")},Be=()=>{f=="BetCount"&&r(14,V=n("betCount")),f=="MaxWinStakeRatio"&&r(14,V=n("maxWinStakeRatio")),f=="WinStakeRatio"&&r(14,V=n("winStakeRatio")),f=="Stake"&&r(14,V=n("stake"))},tt=(m,O)=>{window.postMessage({type:"tournamentGamesClicked",tourId:O},window.location.href)},ir=()=>{i.length>0&&i!="false"?r(12,L=!0):r(12,L=!1)},sr=()=>{let m=document.createElement("style");m.innerHTML=T,C.appendChild(m)},ar=()=>{let m=new URL(P),O=document.createElement("style");fetch(m.href).then(J=>J.text()).then(J=>{O.innerHTML=J,setTimeout(()=>{C.appendChild(O)},1),setTimeout(()=>{},500)})};Cr(()=>(setTimeout(()=>rt(),1),window.postMessage({type:"TournamentThumbnailMounted"},window.location.href),window.addEventListener("message",et,!1),()=>{window.removeEventListener("message",et)}));const rt=()=>{Ni(g),Be(),Ce(),o&&He()},or=()=>tt();function ur(m){ke[m?"unshift":"push"](()=>{C=m,r(10,C)})}return e.$$set=m=>{"session"in m&&r(21,i=m.session),"userid"in m&&r(22,s=m.userid),"title"in m&&r(1,a=m.title),"startdate"in m&&r(2,o=m.startdate),"status"in m&&r(0,l=m.status),"tourid"in m&&r(3,u=m.tourid),"thumbnail"in m&&r(4,h=m.thumbnail),"userenrolled"in m&&r(5,c=m.userenrolled),"scorecriteria"in m&&r(23,f=m.scorecriteria),"minbetcount"in m&&r(6,E=m.minbetcount),"showenrolled"in m&&r(7,d=m.showenrolled),"gameurl"in m&&r(8,b=m.gameurl),"lang"in m&&r(24,g=m.lang),"keepbrowsercontext"in m&&r(9,p=m.keepbrowsercontext),"clientstyling"in m&&r(25,T=m.clientstyling),"clientstylingurl"in m&&r(26,P=m.clientstylingurl),"translationurl"in m&&r(27,H=m.translationurl)},e.$$.update=()=>{e.$$.dirty[0]&33555456&&C&&T&&sr(),e.$$.dirty[0]&67109888&&C&&P&&ar(),e.$$.dirty[0]&134217728&&H&&R(),e.$$.dirty[0]&2097152&&i&&ir(),e.$$.dirty[0]&1&&l&&Ce(),e.$$.dirty[0]&16777218&&a&&g&&rt(),e.$$.dirty[0]&4&&o&&He(),e.$$.dirty[0]&8388608&&f&&Be()},[l,a,o,u,h,c,E,d,b,p,C,F,L,j,V,B,n,He,Ce,Be,tt,i,s,f,g,T,P,H,or,ur]}class nr extends Ur{constructor(t){super(),Dr(this,t,Mi,wi,Pt,{session:21,userid:22,title:1,startdate:2,status:0,tourid:3,thumbnail:4,userenrolled:5,scorecriteria:23,minbetcount:6,showenrolled:7,gameurl:8,lang:24,keepbrowsercontext:9,clientstyling:25,clientstylingurl:26,translationurl:27},Pi,[-1,-1])}get session(){return this.$$.ctx[21]}set session(t){this.$$set({session:t}),N()}get userid(){return this.$$.ctx[22]}set userid(t){this.$$set({userid:t}),N()}get title(){return this.$$.ctx[1]}set title(t){this.$$set({title:t}),N()}get startdate(){return this.$$.ctx[2]}set startdate(t){this.$$set({startdate:t}),N()}get status(){return this.$$.ctx[0]}set status(t){this.$$set({status:t}),N()}get tourid(){return this.$$.ctx[3]}set tourid(t){this.$$set({tourid:t}),N()}get thumbnail(){return this.$$.ctx[4]}set thumbnail(t){this.$$set({thumbnail:t}),N()}get userenrolled(){return this.$$.ctx[5]}set userenrolled(t){this.$$set({userenrolled:t}),N()}get scorecriteria(){return this.$$.ctx[23]}set scorecriteria(t){this.$$set({scorecriteria:t}),N()}get minbetcount(){return this.$$.ctx[6]}set minbetcount(t){this.$$set({minbetcount:t}),N()}get showenrolled(){return this.$$.ctx[7]}set showenrolled(t){this.$$set({showenrolled:t}),N()}get gameurl(){return this.$$.ctx[8]}set gameurl(t){this.$$set({gameurl:t}),N()}get lang(){return this.$$.ctx[24]}set lang(t){this.$$set({lang:t}),N()}get keepbrowsercontext(){return this.$$.ctx[9]}set keepbrowsercontext(t){this.$$set({keepbrowsercontext:t}),N()}get clientstyling(){return this.$$.ctx[25]}set clientstyling(t){this.$$set({clientstyling:t}),N()}get clientstylingurl(){return this.$$.ctx[26]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),N()}get translationurl(){return this.$$.ctx[27]}set translationurl(t){this.$$set({translationurl:t}),N()}}kr(nr,{session:{},userid:{},title:{},startdate:{},status:{},tourid:{},thumbnail:{},userenrolled:{},scorecriteria:{},minbetcount:{},showenrolled:{},gameurl:{},lang:{},keepbrowsercontext:{},clientstyling:{},clientstylingurl:{},translationurl:{}},[],[],!0);exports.default=nr;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoTournamentsThumbnail-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoTournamentsThumbnail-DxmM8pc-.cjs")).then(({default:t})=>{!customElements.get("casino-tournaments-thumbnail")&&customElements.define("casino-tournaments-thumbnail",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/CasinoTournamentsThumbnail-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CasinoTournamentsThumbnail-CbIyOg-3.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("casino-tournaments-thumbnail") && customElements.define("casino-tournaments-thumbnail", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";var fr=Object.defineProperty,mr=Object.defineProperties;var dr=Object.getOwnPropertyDescriptors;var nt=Object.getOwnPropertySymbols;var br=Object.prototype.hasOwnProperty,gr=Object.prototype.propertyIsEnumerable;var Ne=(e,t,r)=>t in e?fr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,it=(e,t)=>{for(var r in t||(t={}))br.call(t,r)&&Ne(e,r,t[r]);if(nt)for(var r of nt(t))gr.call(t,r)&&Ne(e,r,t[r]);return e},st=(e,t)=>mr(e,dr(t));var D=(e,t,r)=>Ne(e,typeof t!="symbol"?t+"":t,r);var at=(e,t,r)=>new Promise((n,i)=>{var s=l=>{try{o(r.next(l))}catch(u){i(u)}},a=l=>{try{o(r.throw(l))}catch(u){i(u)}},o=l=>l.done?n(l.value):Promise.resolve(l.value).then(s,a);o((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function k(){}function Nt(e){return e()}function ot(){return Object.create(null)}function ne(e){e.forEach(Nt)}function fe(e){return typeof e=="function"}function Pt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function pr(e){return Object.keys(e).length===0}function It(e,...t){if(e==null){for(const n of t)n(void 0);return k}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function yr(e,t,r){e.$$.on_destroy.push(It(t,r))}function me(e){return e&&fe(e.destroy)?e.destroy:k}function S(e,t){e.appendChild(t)}function _r(e,t,r){const n=Er(e);if(!n.getElementById(t)){const i=I("style");i.id=t,i.textContent=r,vr(n,i)}}function Er(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function vr(e,t){return S(e.head||e,t),t.sheet}function G(e,t,r){e.insertBefore(t,r||null)}function U(e){e.parentNode&&e.parentNode.removeChild(e)}function I(e){return document.createElement(e)}function M(e){return document.createTextNode(e)}function z(){return M(" ")}function xr(){return M("")}function Sr(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function _(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function Tr(e){return Array.from(e.childNodes)}function $(e,t){t=""+t,e.data!==t&&(e.data=t)}function De(e,t,r,n){r==null?e.style.removeProperty(t):e.style.setProperty(t,r,"")}function Ar(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let le;function ue(e){le=e}function Hr(){if(!le)throw new Error("Function called outside component initialization");return le}function Cr(e){Hr().$$.on_mount.push(e)}const q=[],ke=[];let Y=[];const ut=[],Br=Promise.resolve();let Ue=!1;function Nr(){Ue||(Ue=!0,Br.then(N))}function Fe(e){Y.push(e)}const Pe=new Set;let Z=0;function N(){if(Z!==0)return;const e=le;do{try{for(;Z<q.length;){const t=q[Z];Z++,ue(t),Pr(t.$$)}}catch(t){throw q.length=0,Z=0,t}for(ue(null),q.length=0,Z=0;ke.length;)ke.pop()();for(let t=0;t<Y.length;t+=1){const r=Y[t];Pe.has(r)||(Pe.add(r),r())}Y.length=0}while(q.length);for(;ut.length;)ut.pop()();Ue=!1,Pe.clear(),ue(e)}function Pr(e){if(e.fragment!==null){e.update(),ne(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(Fe)}}function Ir(e){const t=[],r=[];Y.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),Y=t}const Or=new Set;function wr(e,t){e&&e.i&&(Or.delete(e),e.i(t))}function Mr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),Fe(()=>{const s=e.$$.on_mount.map(Nt).filter(fe);e.$$.on_destroy?e.$$.on_destroy.push(...s):ne(s),e.$$.on_mount=[]}),i.forEach(Fe)}function Rr(e,t){const r=e.$$;r.fragment!==null&&(Ir(r.after_update),ne(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function Lr(e,t){e.$$.dirty[0]===-1&&(q.push(e),Nr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function Dr(e,t,r,n,i,s,a=null,o=[-1]){const l=le;ue(e);const u=e.$$={fragment:null,ctx:[],props:s,update:k,not_equal:i,bound:ot(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(l?l.$$.context:[])),callbacks:ot(),dirty:o,skip_bound:!1,root:t.target||l.$$.root};a&&a(u.root);let h=!1;if(u.ctx=r?r(e,t.props||{},(c,f,...E)=>{const d=E.length?E[0]:f;return u.ctx&&i(u.ctx[c],u.ctx[c]=d)&&(!u.skip_bound&&u.bound[c]&&u.bound[c](d),h&&Lr(e,c)),f}):[],u.update(),h=!0,ne(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const c=Tr(t.target);u.fragment&&u.fragment.l(c),c.forEach(U)}else u.fragment&&u.fragment.c();t.intro&&wr(e.$$.fragment),Mr(e,t.target,t.anchor),N()}ue(l)}let Ot;typeof HTMLElement=="function"&&(Ot=class extends HTMLElement{constructor(t,r,n){super();D(this,"$$ctor");D(this,"$$s");D(this,"$$c");D(this,"$$cn",!1);D(this,"$$d",{});D(this,"$$r",!1);D(this,"$$p_d",{});D(this,"$$l",{});D(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return at(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let a;return{c:function(){a=I("slot"),s!=="default"&&_(a,"name",s)},m:function(u,h){G(u,a,h)},d:function(u){u&&U(a)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=Ar(this);for(const s of this.$$s)s in n&&(r[s]=[t(s)]);for(const s of this.attributes){const a=this.$$g_p(s.name);a in this.$$d||(this.$$d[a]=ge(a,s.value,this.$$p_d,"toProp"))}for(const s in this.$$p_d)!(s in this.$$d)&&this[s]!==void 0&&(this.$$d[s]=this[s],delete this[s]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:st(it({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const s in this.$$p_d)if(this.$$d[s]=this.$$c.$$.ctx[this.$$c.$$.props[s]],this.$$p_d[s].reflect){const a=ge(s,this.$$d[s],this.$$p_d,"toAttribute");a==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,a)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const s in this.$$l)for(const a of this.$$l[s]){const o=this.$$c.$on(s,a);this.$$l_u.set(a,o)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=ge(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function ge(e,t,r,n){var s;const i=(s=r[e])==null?void 0:s.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function kr(e,t,r,n,i,s){let a=class extends Ot{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(o=>(t[o].attribute||o).toLowerCase())}};return Object.keys(t).forEach(o=>{Object.defineProperty(a.prototype,o,{get(){return this.$$c&&o in this.$$c?this.$$c[o]:this.$$d[o]},set(l){var u;l=ge(o,l,t),this.$$d[o]=l,(u=this.$$c)==null||u.$set({[o]:l})}})}),n.forEach(o=>{Object.defineProperty(a.prototype,o,{get(){var l;return(l=this.$$c)==null?void 0:l[o]}})}),e.element=a,a}class Ur{constructor(){D(this,"$$");D(this,"$$set")}$destroy(){Rr(this,1),this.$destroy=k}$on(t,r){if(!fe(r))return k;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!pr(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const Fr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Fr);const Q=[];function Gr(e,t){return{subscribe:ve(e,t).subscribe}}function ve(e,t=k){let r;const n=new Set;function i(o){if(Pt(e,o)&&(e=o,r)){const l=!Q.length;for(const u of n)u[1](),Q.push(u,e);if(l){for(let u=0;u<Q.length;u+=2)Q[u][0](Q[u+1]);Q.length=0}}}function s(o){i(o(e))}function a(o,l=k){const u=[o,l];return n.add(u),n.size===1&&(r=t(i,s)||k),o(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:s,subscribe:a}}function ie(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const s=t.length<2;return Gr(r,(a,o)=>{let l=!1;const u=[];let h=0,c=k;const f=()=>{if(h)return;c();const d=t(n?u[0]:u,a,o);s?a(d):c=fe(d)?d:k},E=i.map((d,b)=>It(d,g=>{u[b]=g,h&=~(1<<b),l&&f()},()=>{h|=1<<b}));return l=!0,f(),function(){ne(E),c(),l=!1}})}function $r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var jr=function(t){return Vr(t)&&!Jr(t)};function Vr(e){return!!e&&typeof e=="object"}function Jr(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Xr(e)}var zr=typeof Symbol=="function"&&Symbol.for,Wr=zr?Symbol.for("react.element"):60103;function Xr(e){return e.$$typeof===Wr}function Zr(e){return Array.isArray(e)?[]:{}}function he(e,t){return t.clone!==!1&&t.isMergeableObject(e)?K(Zr(e),e,t):e}function Qr(e,t,r){return e.concat(t).map(function(n){return he(n,r)})}function qr(e,t){if(!t.customMerge)return K;var r=t.customMerge(e);return typeof r=="function"?r:K}function Yr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function lt(e){return Object.keys(e).concat(Yr(e))}function wt(e,t){try{return t in e}catch(r){return!1}}function Kr(e,t){return wt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function en(e,t,r){var n={};return r.isMergeableObject(e)&<(e).forEach(function(i){n[i]=he(e[i],r)}),lt(t).forEach(function(i){Kr(e,i)||(wt(e,i)&&r.isMergeableObject(t[i])?n[i]=qr(i,r)(e[i],t[i],r):n[i]=he(t[i],r))}),n}function K(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Qr,r.isMergeableObject=r.isMergeableObject||jr,r.cloneUnlessOtherwiseSpecified=he;var n=Array.isArray(t),i=Array.isArray(e),s=n===i;return s?n?r.arrayMerge(e,t,r):en(e,t,r):he(t,r)}K.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return K(n,i,r)},{})};var tn=K,rn=tn;const nn=$r(rn);var Ge=function(e,t){return Ge=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},Ge(e,t)};function xe(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ge(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var x=function(){return x=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},x.apply(this,arguments)};function sn(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function Ie(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,s;n<i;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))}function Oe(e,t){var r=t&&t.cache?t.cache:cn,n=t&&t.serializer?t.serializer:hn,i=t&&t.strategy?t.strategy:on;return i(e,{cache:r,serializer:n})}function an(e){return e==null||typeof e=="number"||typeof e=="boolean"}function Mt(e,t,r,n){var i=an(n)?n:r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.call(this,n),t.set(i,s)),s}function Rt(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.apply(this,n),t.set(i,s)),s}function Qe(e,t,r,n,i){return r.bind(t,e,n,i)}function on(e,t){var r=e.length===1?Mt:Rt;return Qe(e,this,r,t.cache.create(),t.serializer)}function un(e,t){return Qe(e,this,Rt,t.cache.create(),t.serializer)}function ln(e,t){return Qe(e,this,Mt,t.cache.create(),t.serializer)}var hn=function(){return JSON.stringify(arguments)};function qe(){this.cache=Object.create(null)}qe.prototype.get=function(e){return this.cache[e]};qe.prototype.set=function(e,t){this.cache[e]=t};var cn={create:function(){return new qe}},we={variadic:un,monadic:ln},y;(function(e){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"})(y||(y={}));var A;(function(e){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"})(A||(A={}));var ee;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(ee||(ee={}));function ht(e){return e.type===A.literal}function fn(e){return e.type===A.argument}function Lt(e){return e.type===A.number}function Dt(e){return e.type===A.date}function kt(e){return e.type===A.time}function Ut(e){return e.type===A.select}function Ft(e){return e.type===A.plural}function mn(e){return e.type===A.pound}function Gt(e){return e.type===A.tag}function $t(e){return!!(e&&typeof e=="object"&&e.type===ee.number)}function $e(e){return!!(e&&typeof e=="object"&&e.type===ee.dateTime)}var jt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,dn=/(?:[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;function bn(e){var t={};return e.replace(dn,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var gn=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function pn(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(gn).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var s=i[n],a=s.split("/");if(a.length===0)throw new Error("Invalid number skeleton");for(var o=a[0],l=a.slice(1),u=0,h=l;u<h.length;u++){var c=h[u];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:o,options:l})}return r}function yn(e){return e.replace(/^(.*?)-/,"")}var ct=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Vt=/^(@+)?(\+|#+)?[rs]?$/g,_n=/(\*)(0+)|(#+)(0+)|(0+)/g,Jt=/^(0+)$/;function ft(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Vt,function(r,n,i){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)),""}),t}function zt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function En(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!Jt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function mt(e){var t={},r=zt(e);return r||t}function vn(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=yn(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=x(x(x({},t),{notation:"scientific"}),i.options.reduce(function(l,u){return x(x({},l),mt(u))},{}));continue;case"engineering":t=x(x(x({},t),{notation:"engineering"}),i.options.reduce(function(l,u){return x(x({},l),mt(u))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(_n,function(l,u,h,c,f,E){if(u)t.minimumIntegerDigits=h.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(E)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Jt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(ct.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(ct,function(l,u,h,c,f,E){return h==="*"?t.minimumFractionDigits=u.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&E?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+E.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var s=i.options[0];s==="w"?t=x(x({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=x(x({},t),ft(s)));continue}if(Vt.test(i.stem)){t=x(x({},t),ft(i.stem));continue}var a=zt(i.stem);a&&(t=x(x({},t),a));var o=En(i.stem);o&&(t=x(x({},t),o))}return t}var be={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function xn(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var s=0;n+1<e.length&&e.charAt(n+1)===i;)s++,n++;var a=1+(s&1),o=s<2?1:3+(s>>1),l="a",u=Sn(t);for((u=="H"||u=="k")&&(o=0);o-- >0;)r+=l;for(;a-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function Sn(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=be[n||""]||be[r||""]||be["".concat(r,"-001")]||be["001"];return i[0]}var Me,Tn=new RegExp("^".concat(jt.source,"*")),An=new RegExp("".concat(jt.source,"*$"));function v(e,t){return{start:e,end:t}}var Hn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Cn=!!String.fromCodePoint,Bn=!!Object.fromEntries,Nn=!!String.prototype.codePointAt,Pn=!!String.prototype.trimStart,In=!!String.prototype.trimEnd,On=!!Number.isSafeInteger,wn=On?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},je=!0;try{var Mn=Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");je=((Me=Mn.exec("a"))===null||Me===void 0?void 0:Me[0])==="a"}catch(e){je=!1}var dt=Hn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},Ve=Cn?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,s=0,a;i>s;){if(a=t[s++],a>1114111)throw RangeError(a+" is not a valid code point");n+=a<65536?String.fromCharCode(a):String.fromCharCode(((a-=65536)>>10)+55296,a%1024+56320)}return n},bt=Bn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var s=i[n],a=s[0],o=s[1];r[a]=o}return r},Wt=Nn?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),s;return i<55296||i>56319||r+1===n||(s=t.charCodeAt(r+1))<56320||s>57343?i:(i-55296<<10)+(s-56320)+65536}},Rn=Pn?function(t){return t.trimStart()}:function(t){return t.replace(Tn,"")},Ln=In?function(t){return t.trimEnd()}:function(t){return t.replace(An,"")};function Xt(e,t){return new RegExp(e,t)}var Je;if(je){var gt=Xt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Je=function(t,r){var n;gt.lastIndex=r;var i=gt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Je=function(t,r){for(var n=[];;){var i=Wt(t,r);if(i===void 0||Zt(i)||Fn(i))break;n.push(i),r+=i>=65536?2:1}return Ve.apply(void 0,n)};var Dn=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var s=this.char();if(s===123){var a=this.parseArgument(t,n);if(a.err)return a;i.push(a.val)}else{if(s===125&&t>0)break;if(s===35&&(r==="plural"||r==="selectordinal")){var o=this.clonePosition();this.bump(),i.push({type:A.pound,location:v(o,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(y.UNMATCHED_CLOSING_TAG,v(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&&ze(this.peek()||0)){var a=this.parseTag(t,r);if(a.err)return a;i.push(a.val)}else{var a=this.parseLiteral(t,r);if(a.err)return a;i.push(a.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:A.literal,value:"<".concat(i,"/>"),location:v(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var a=s.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ze(this.char()))return this.error(y.INVALID_TAG,v(o,this.clonePosition()));var l=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(y.UNMATCHED_CLOSING_TAG,v(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:A.tag,value:i,children:a,location:v(n,this.clonePosition())},err:null}:this.error(y.INVALID_TAG,v(o,this.clonePosition())))}else return this.error(y.UNCLOSED_TAG,v(n,this.clonePosition()))}else return this.error(y.INVALID_TAG,v(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Un(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var s=this.tryParseQuote(r);if(s){i+=s;continue}var a=this.tryParseUnquoted(t,r);if(a){i+=a;continue}var o=this.tryParseLeftAngleBracket();if(o){i+=o;continue}break}var l=v(n,this.clonePosition());return{val:{type:A.literal,value:i,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!kn(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return Ve.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),Ve(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE,v(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(y.EMPTY_ARGUMENT,v(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(y.MALFORMED_ARGUMENT,v(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE,v(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:A.argument,value:i,location:v(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE,v(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(y.MALFORMED_ARGUMENT,v(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Je(this.message,r),i=r+n.length;this.bumpTo(i);var s=this.clonePosition(),a=v(t,s);return{value:n,location:a}},e.prototype.parseArgumentOptions=function(t,r,n,i){var s,a=this.clonePosition(),o=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(o){case"":return this.error(y.EXPECT_ARGUMENT_TYPE,v(a,l));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=Ln(c.val);if(f.length===0)return this.error(y.EXPECT_ARGUMENT_STYLE,v(this.clonePosition(),this.clonePosition()));var E=v(h,this.clonePosition());u={style:f,styleLocation:E}}var d=this.tryParseArgumentClose(i);if(d.err)return d;var b=v(i,this.clonePosition());if(u&&dt(u==null?void 0:u.style,"::",0)){var g=Rn(u.style.slice(2));if(o==="number"){var c=this.parseNumberSkeletonFromString(g,u.styleLocation);return c.err?c:{val:{type:A.number,value:n,location:b,style:c.val},err:null}}else{if(g.length===0)return this.error(y.EXPECT_DATE_TIME_SKELETON,b);var p=g;this.locale&&(p=xn(g,this.locale));var f={type:ee.dateTime,pattern:p,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?bn(p):{}},T=o==="date"?A.date:A.time;return{val:{type:T,value:n,location:b,style:f},err:null}}}return{val:{type:o==="number"?A.number:o==="date"?A.date:A.time,value:n,location:b,style:(s=u==null?void 0:u.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var P=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS,v(P,x({},P)));this.bumpSpace();var H=this.parseIdentifierIfPossible(),C=0;if(o!=="select"&&H.value==="offset"){if(!this.bumpIf(":"))return this.error(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,v(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,y.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),H=this.parseIdentifierIfPossible(),C=c.val}var F=this.tryParsePluralOrSelectOptions(t,o,r,H);if(F.err)return F;var d=this.tryParseArgumentClose(i);if(d.err)return d;var L=v(i,this.clonePosition());return o==="select"?{val:{type:A.select,value:n,options:bt(F.val),location:L},err:null}:{val:{type:A.plural,value:n,options:bt(F.val),offset:C,pluralType:o==="plural"?"cardinal":"ordinal",location:L},err:null}}default:return this.error(y.INVALID_ARGUMENT_TYPE,v(a,l))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE,v(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(y.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,v(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=pn(t)}catch(i){return this.error(y.INVALID_NUMBER_SKELETON,r)}return{val:{type:ee.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?vn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var s,a=!1,o=[],l=new Set,u=i.value,h=i.location;;){if(u.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_SELECTOR,y.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;h=v(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}else break}if(l.has(u))return this.error(r==="select"?y.DUPLICATE_SELECT_ARGUMENT_SELECTOR:y.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);u==="other"&&(a=!0),this.bumpSpace();var E=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?y.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:y.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,v(this.clonePosition(),this.clonePosition()));var d=this.parseMessage(t+1,r,n);if(d.err)return d;var b=this.tryParseArgumentClose(E);if(b.err)return b;o.push([u,{value:d.val,location:v(E,this.clonePosition())}]),l.add(u),this.bumpSpace(),s=this.parseIdentifierIfPossible(),u=s.value,h=s.location}return o.length===0?this.error(r==="select"?y.EXPECT_SELECT_ARGUMENT_SELECTOR:y.EXPECT_PLURAL_ARGUMENT_SELECTOR,v(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!a?this.error(y.MISSING_OTHER_CLAUSE,v(this.clonePosition(),this.clonePosition())):{val:o,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var s=!1,a=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)s=!0,a=a*10+(o-48),this.bump();else break}var l=v(i,this.clonePosition());return s?(a*=n,wn(a)?{val:a,err:null}:this.error(r,l)):this.error(t,l)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=Wt(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();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)}},e.prototype.bumpIf=function(t){if(dt(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Zt(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function ze(e){return e>=97&&e<=122||e>=65&&e<=90}function kn(e){return ze(e)||e===47}function Un(e){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}function Zt(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function Fn(e){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}function We(e){e.forEach(function(t){if(delete t.location,Ut(t)||Ft(t))for(var r in t.options)delete t.options[r].location,We(t.options[r].value);else Lt(t)&&$t(t.style)||(Dt(t)||kt(t))&&$e(t.style)?delete t.style.location:Gt(t)&&We(t.children)})}function Gn(e,t){t===void 0&&(t={}),t=x({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Dn(e,t).parse();if(r.err){var n=SyntaxError(y[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||We(r.val),r.val}var te;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(te||(te={}));var Se=function(e){xe(t,e);function t(r,n,i){var s=e.call(this,r)||this;return s.code=n,s.originalMessage=i,s}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),pt=function(e){xe(t,e);function t(r,n,i,s){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),te.INVALID_VALUE,s)||this}return t}(Se),$n=function(e){xe(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),te.INVALID_VALUE,i)||this}return t}(Se),jn=function(e){xe(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),te.MISSING_VALUE,n)||this}return t}(Se),w;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(w||(w={}));function Vn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==w.literal||r.type!==w.literal?t.push(r):n.value+=r.value,t},[])}function Jn(e){return typeof e=="function"}function pe(e,t,r,n,i,s,a){if(e.length===1&&ht(e[0]))return[{type:w.literal,value:e[0].value}];for(var o=[],l=0,u=e;l<u.length;l++){var h=u[l];if(ht(h)){o.push({type:w.literal,value:h.value});continue}if(mn(h)){typeof s=="number"&&o.push({type:w.literal,value:r.getNumberFormat(t).format(s)});continue}var c=h.value;if(!(i&&c in i))throw new jn(c,a);var f=i[c];if(fn(h)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),o.push({type:typeof f=="string"?w.literal:w.object,value:f});continue}if(Dt(h)){var E=typeof h.style=="string"?n.date[h.style]:$e(h.style)?h.style.parsedOptions:void 0;o.push({type:w.literal,value:r.getDateTimeFormat(t,E).format(f)});continue}if(kt(h)){var E=typeof h.style=="string"?n.time[h.style]:$e(h.style)?h.style.parsedOptions:n.time.medium;o.push({type:w.literal,value:r.getDateTimeFormat(t,E).format(f)});continue}if(Lt(h)){var E=typeof h.style=="string"?n.number[h.style]:$t(h.style)?h.style.parsedOptions:void 0;E&&E.scale&&(f=f*(E.scale||1)),o.push({type:w.literal,value:r.getNumberFormat(t,E).format(f)});continue}if(Gt(h)){var d=h.children,b=h.value,g=i[b];if(!Jn(g))throw new $n(b,"function",a);var p=pe(d,t,r,n,i,s),T=g(p.map(function(C){return C.value}));Array.isArray(T)||(T=[T]),o.push.apply(o,T.map(function(C){return{type:typeof C=="string"?w.literal:w.object,value:C}}))}if(Ut(h)){var P=h.options[f]||h.options.other;if(!P)throw new pt(h.value,f,Object.keys(h.options),a);o.push.apply(o,pe(P.value,t,r,n,i));continue}if(Ft(h)){var P=h.options["=".concat(f)];if(!P){if(!Intl.PluralRules)throw new Se(`Intl.PluralRules is not available in this environment.
|
|
2
|
-
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3
|
-
`,te.MISSING_INTL_API,a);var H=r.getPluralRules(t,{type:h.pluralType}).select(f-(h.offset||0));P=h.options[H]||h.options.other}if(!P)throw new pt(h.value,f,Object.keys(h.options),a);o.push.apply(o,pe(P.value,t,r,n,i,f-(h.offset||0)));continue}}return Vn(o)}function zn(e,t){return t?x(x(x({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=x(x({},e[n]),t[n]||{}),r},{})):e}function Wn(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=zn(e[n],t[n]),r},x({},e)):e}function Re(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Xn(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Oe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Ie([void 0],r,!1)))},{cache:Re(e.number),strategy:we.variadic}),getDateTimeFormat:Oe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Ie([void 0],r,!1)))},{cache:Re(e.dateTime),strategy:we.variadic}),getPluralRules:Oe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Ie([void 0],r,!1)))},{cache:Re(e.pluralRules),strategy:we.variadic})}}var Zn=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var s=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var u=s.formatToParts(l);if(u.length===1)return u[0].value;var h=u.reduce(function(c,f){return!c.length||f.type!==w.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(l){return pe(s.ast,s.locales,s.formatters,s.formats,l,void 0,s.message)},this.resolvedOptions=function(){var l;return{locale:((l=s.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(s.locales)[0]}},this.getAst=function(){return s.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var a=i||{};a.formatters;var o=sn(a,["formatters"]);this.ast=e.__parse(t,x(x({},o),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Wn(e.formats,n),this.formatters=i&&i.formatters||Xn(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=Gn,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function Qn(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const s=r.slice(i,r.length).join(".");if(s in n){n=n[s];break}}n=n[r[i]]}else n=void 0;return n}const W={},qn=(e,t,r)=>r&&(t in W||(W[t]={}),e in W[t]||(W[t][e]=r),r),Qt=(e,t)=>{if(t==null)return;if(t in W&&e in W[t])return W[t][e];const r=Te(t);for(let n=0;n<r.length;n++){const i=r[n],s=Kn(i,e);if(s)return qn(e,t,s)}};let Ye;const de=ve({});function Yn(e){return Ye[e]||null}function qt(e){return e in Ye}function Kn(e,t){if(!qt(e))return null;const r=Yn(e);return Qn(r,t)}function ei(e){if(e==null)return;const t=Te(e);for(let r=0;r<t.length;r++){const n=t[r];if(qt(n))return n}}function Yt(e,...t){delete W[e],de.update(r=>(r[e]=nn.all([r[e]||{},...t]),r))}ie([de],([e])=>Object.keys(e));de.subscribe(e=>Ye=e);const ye={};function ti(e,t){ye[e].delete(t),ye[e].size===0&&delete ye[e]}function Kt(e){return ye[e]}function ri(e){return Te(e).map(t=>{const r=Kt(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Xe(e){return e==null?!1:Te(e).some(t=>{var r;return(r=Kt(t))==null?void 0:r.size})}function ni(e,t){return Promise.all(t.map(n=>(ti(e,n),n().then(i=>i.default||i)))).then(n=>Yt(e,...n))}const oe={};function er(e){if(!Xe(e))return e in oe?oe[e]:Promise.resolve();const t=ri(e);return oe[e]=Promise.all(t.map(([r,n])=>ni(r,n))).then(()=>{if(Xe(e))return er(e);delete oe[e]}),oe[e]}const ii={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},si={fallbackLocale:null,loadingDelay:200,formats:ii,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},ai=si;function re(){return ai}const Le=ve(!1);var oi=Object.defineProperty,ui=Object.defineProperties,li=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,hi=Object.prototype.hasOwnProperty,ci=Object.prototype.propertyIsEnumerable,_t=(e,t,r)=>t in e?oi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,fi=(e,t)=>{for(var r in t||(t={}))hi.call(t,r)&&_t(e,r,t[r]);if(yt)for(var r of yt(t))ci.call(t,r)&&_t(e,r,t[r]);return e},mi=(e,t)=>ui(e,li(t));let Ze;const _e=ve(null);function Et(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Te(e,t=re().fallbackLocale){const r=Et(e);return t?[...new Set([...r,...Et(t)])]:r}function X(){return Ze!=null?Ze:void 0}_e.subscribe(e=>{Ze=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const di=e=>{if(e&&ei(e)&&Xe(e)){const{loadingDelay:t}=re();let r;return typeof window!="undefined"&&X()!=null&&t?r=window.setTimeout(()=>Le.set(!0),t):Le.set(!0),er(e).then(()=>{_e.set(e)}).finally(()=>{clearTimeout(r),Le.set(!1)})}return _e.set(e)},se=mi(fi({},_e),{set:di}),Ae=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var bi=Object.defineProperty,Ee=Object.getOwnPropertySymbols,tr=Object.prototype.hasOwnProperty,rr=Object.prototype.propertyIsEnumerable,vt=(e,t,r)=>t in e?bi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ke=(e,t)=>{for(var r in t||(t={}))tr.call(t,r)&&vt(e,r,t[r]);if(Ee)for(var r of Ee(t))rr.call(t,r)&&vt(e,r,t[r]);return e},ae=(e,t)=>{var r={};for(var n in e)tr.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ee)for(var n of Ee(e))t.indexOf(n)<0&&rr.call(e,n)&&(r[n]=e[n]);return r};const ce=(e,t)=>{const{formats:r}=re();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},gi=Ae(e=>{var t=e,{locale:r,format:n}=t,i=ae(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=ce("number",n)),new Intl.NumberFormat(r,i)}),pi=Ae(e=>{var t=e,{locale:r,format:n}=t,i=ae(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=ce("date",n):Object.keys(i).length===0&&(i=ce("date","short")),new Intl.DateTimeFormat(r,i)}),yi=Ae(e=>{var t=e,{locale:r,format:n}=t,i=ae(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=ce("time",n):Object.keys(i).length===0&&(i=ce("time","short")),new Intl.DateTimeFormat(r,i)}),_i=(e={})=>{var t=e,{locale:r=X()}=t,n=ae(t,["locale"]);return gi(Ke({locale:r},n))},Ei=(e={})=>{var t=e,{locale:r=X()}=t,n=ae(t,["locale"]);return pi(Ke({locale:r},n))},vi=(e={})=>{var t=e,{locale:r=X()}=t,n=ae(t,["locale"]);return yi(Ke({locale:r},n))},xi=Ae((e,t=X())=>new Zn(e,t,re().formats,{ignoreTag:re().ignoreTag})),Si=(e,t={})=>{var r,n,i,s;let a=t;typeof e=="object"&&(a=e,e=a.id);const{values:o,locale:l=X(),default:u}=a;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Qt(e,l);if(!h)h=(s=(i=(n=(r=re()).handleMissingMessage)==null?void 0:n.call(r,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?s:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!o)return h;let c=h;try{c=xi(h,l).format(o)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Ti=(e,t)=>vi(t).format(e),Ai=(e,t)=>Ei(t).format(e),Hi=(e,t)=>_i(t).format(e),Ci=(e,t=X())=>Qt(e,t),Bi=ie([se,de],()=>Si);ie([se],()=>Ti);ie([se],()=>Ai);ie([se],()=>Hi);ie([se,de],()=>Ci);function xt(e,t){Yt(e,t)}function Ni(e){se.set(e)}const St={en:{enrolled:"Enrolled",scoreCriteria:"Score Criteria",minbet:"min bet count",seegames:"You can see the games",here:"here",scheduled:"Scheduled",ongoing:"Ongoing",finished:"Finished",startingAt:"Starting at:",startedAt:"Started at:",startingAtWithTime:"Starts {startTime}",startedAtWithTime:"Started {startTime}",mostRounds:"Most Rounds",betCount:"Number of Bets",maxWinStakeRatio:"Max Win per Stake",winStakeRatio:"Total Win per Stake",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},hr:{enrolled:"Sudjeluje",scoreCriteria:"Kriterij bodovanja",minbet:"Minimalni ulog",seegames:"Vidi igre",here:"ovdje",scheduled:"Zakazano",ongoing:"U tijeku",finished:"Završeno",startingAt:"Počinje u:",startedAt:"Počelo u:",startingAtWithTime:"Počinje {startTime}",startedAtWithTime:"Počelo {startTime}",mostRounds:"Najviše krugova",betCount:"Broj uloga",maxWinStakeRatio:"Maksimalni dobitak po ulogu",winStakeRatio:"Dobitak po ulogu",stake:"Ulog",January:"Siječanj",February:"Veljača",March:"Ožujak",April:"Travanj",May:"Svibanj",June:"Lipanj",July:"Srpanj",August:"Kolovoz",September:"Rujan",October:"Listopad",November:"Studeni",December:"Prosinac"},"zh-hk":{enrolled:"已註冊",scoreCriteria:"評分標準",minbet:"最小投注數:",seegames:"你可以看比賽",here:"這裡",scheduled:"預定的",ongoing:"進行中",finished:"完成的",startingAt:"開始於",startedAt:"大多數回合",mostRounds:"投注數",betCount:"投注计数",maxWinStakeRatio:"最大勝率",winStakeRatio:"勝率",stake:"Turnover",January:"一月",February:"二月",March:"行进",April:"四月",May:"可能",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月"},fr:{enrolled:"Inscrits",scoreCriteria:"Critères de notation",minbet:"nombre de paris minimum",seegames:"Vous pouvez voir les jeux",here:"ici",scheduled:"Programmé",ongoing:"En cours",finished:"Fini",startingAt:"À partir de:",startedAt:"Commencé à:",mostRounds:"Le plus grand nombre de tours",betCount:"Nombre de paris",maxWinStakeRatio:"Indice maximum du gain d'une mise",winStakeRatio:"Indice du gain d'une mise",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},ro:{enrolled:"Înscris",scoreCriteria:"Criterii de punctaj",minbet:"număr minim de pariuri",seegames:"Vezi jocurile",here:"aici",scheduled:"Programat",ongoing:"În curs",finished:"Finalizat",startingAt:"Începând de la",startedAt:"A inceput la:",mostRounds:"Cele mai multe runde",betCount:"Număr de pariuri",maxWinStakeRatio:"Pondere maximă a mizei din câștig",winStakeRatio:"Câștig Total per Miză",stake:"Turnover",January:"Ianuarie",February:"Februarie",March:"Martie",April:"Aprilie",May:"Mai",June:"Iunie",July:"Iulie",August:"August",September:"Septembrie",October:"Octombrie",November:"Noiembrie",December:"Decembrie"},tr:{enrolled:"Kayıtlı",scoreCriteria:"Puan Kriterleri",minbet:"minimum bahis sayısı",seegames:"Oyunları görebilirsiniz",here:"Burada",scheduled:"planlanmış",ongoing:"devam ediyor",finished:"Bitti",startingAt:"Buradan başlayarak:",startedAt:"Başlangıç:",mostRounds:"En Çok Tur",betCount:"Bahis Sayısı",maxWinStakeRatio:"Bahis Başına Maksimum Kazanç",winStakeRatio:"Bahis Başına Toplam Kazanç",stake:"Devir",January:"Ocak",February:"Şubat",March:"Mart",April:"Nisan",May:"Mayıs",June:"Haziran",July:"Temmuz",August:"Ağustos",September:"Eylül",October:"Ekim",November:"Kasım",December:"Aralık",startingAtWithTime:"{startTime} başlar",startedAtWithTime:"{startTime} başlatıldı"},el:{enrolled:"Εγγεγραμμένος",scoreCriteria:"Κριτήρια Σκορ",minbet:"Ελάχιστος αριθμός πονταρισμάτων",seegames:"Μπορείς να δεις τα παιχνίδια",here:"εδώ",all:"Όλα",scheduled:"Προγραμματισμένα",ongoing:"Τρέχοντα",finished:"Ολοκληρωμένα",startingAt:"Αρχίζει στις:",startedAt:"Άρχισε στις:",startingAtWithTime:"Αρχίζει στις {startTime}",startedAtWithTime:"Άρχισε στις {startTime}",mostRounds:"Οι περισσότεροι γύροι",betCount:"Οι περισσότεροι γύροι",maxWinStakeRatio:"Μεγαλύτερο Κέρδος άνα Ποντάρισμα",winStakeRatio:"Συνολική Αναλογία Κερδών άνα Ποντάρισμα",stake:"Turnover",January:"Ιανουαρίου",February:"Φεβρουαρίου",March:"Μαρτίου",April:"Απριλίου",May:"Μαΐου",June:"Ιουνίου",July:"Ιουλίου",August:"Αυγούστου",September:"Σεπτεμβρίου",October:"Οκτωβρίου",November:"Νοεμβρίου",December:"Δεκεμβρίου"},es:{enrolled:"Participando",scoreCriteria:"Regla de puntos",minbet:"Apuesta mínima",seegames:"Puede ver los juegos aquí",here:"aquí",scheduled:"Programado",ongoing:"En Vivo",finished:"Finalizado",startingAt:"Iniciando en:",startedAt:"Inicio:",mostRounds:"Más rondas",betCount:"Número de Apuestas",maxWinStakeRatio:"Máxima Ganancia por Apuesta",winStakeRatio:"Total Ganancia por Apuestas",stake:"Turnover",January:"Enero",February:"Febrero",March:"Marzo",April:"April",May:"Mayo",June:"Junio",July:"Julio",August:"Agosto",September:"Septiembre",October:"Octubre",November:"Noviembre",December:"Diciembre"},pt:{enrolled:"Inscrito",scoreCriteria:"Critérios de pontuação",minbet:"Contagens de aposta mínima",seegames:"Você pode ver os jogos",here:"Aqui",scheduled:"Agendado",ongoing:"Em progresso",finished:"Finalizado",startingAt:"Começando às:",startedAt:"Começou às:",mostRounds:"Mais rodadas",betCount:"Contagem de Apostas",maxWinStakeRatio:"Rácio máximo de vitórias",winStakeRatio:"Rácio de Vitórias",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},hu:{enrolled:"Feliratkozott",scoreCriteria:"Pontozási kritériumok",minbet:"Minimális tét",seegames:"Játékok megnézése",here:"itt",scheduled:"Ütemezés",ongoing:"Folyamatban lévő",finished:"Befejezett",startingAt:"Kezdődik",startedAt:"Started at:",mostRounds:"Legtöbb kör",betCount:"Számított tét",maxWinStakeRatio:"Maximális nyeremény tétenként",winStakeRatio:"Összes nyeremény tétenként",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"},"en-us":{enrolled:"Enrolled",scoreCriteria:"Score Criteria",minbet:"min bet count",seegames:"You can see the games",here:"here",scheduled:"Scheduled",ongoing:"Ongoing",finished:"Finished",startingAt:"Starting at:",startedAt:"Started at:",startingAtWithTime:"Starts {startTime}",startedAtWithTime:"Started {startTime}",mostRounds:"Most Rounds",betCount:"Number of Bets",maxWinStakeRatio:"Max Win per Stake",winStakeRatio:"Total Win per Stake",stake:"Turnover",January:"January",February:"February",March:"March",April:"April",May:"May",June:"June",July:"July",August:"August",September:"September",October:"October",November:"November",December:"December"}};function Pi(e){_r(e,"svelte-1gxooas",':host{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:"Roboto"}a{color:var(--emw--color-green, #48952a);text-decoration:underline;cursor:pointer}.Thumbnail{position:relative}.Thumbnail .CardImg{height:300px;width:100%;background-image:url("https://breakthrough.org/wp-content/uploads/2018/10/default-placeholder-image.png");background-repeat:no-repeat;background-position:center;background-size:cover}.Thumbnail .CardImg.CardImgFinished{filter:grayscale(1)}.Thumbnail .Status{background:var(--emw--color-black, #000000);display:flex;justify-content:center;align-items:center;position:absolute;top:20px;right:20px;min-height:30px;padding:0 10px;font-size:12px;text-transform:uppercase;z-index:1}.Thumbnail .Enrolled{background:var(--emw--color-contrast, #07072A);color:var(--emw--color-gray-150, #828282);display:flex;justify-content:center;align-items:center;position:absolute;top:20px;left:20px;min-height:30px;padding:0 10px;font-size:12px;text-transform:uppercase;z-index:1}.Thumbnail .Details{padding:10px 20px 0}.Thumbnail .Details .Title{font-size:18px;padding-bottom:10px}.Thumbnail .Details .Date{text-transform:uppercase;font-size:12px;padding-bottom:4px}.Thumbnail .Details .ScoreCriteria{font-size:12px;padding-bottom:4px}.Thumbnail .Details .Games{font-size:12px}')}function Tt(e){let t,r,n,i,s,a;return{c(){t=I("div"),r=M(e[13]),_(t,"class",n="Status "+e[15]),_(t,"part",i="Status "+e[15])},m(o,l){G(o,t,l),S(t,r),s||(a=me(e[18].call(null,t)),s=!0)},p(o,l){l[0]&8192&&$(r,o[13]),l[0]&32768&&n!==(n="Status "+o[15])&&_(t,"class",n),l[0]&32768&&i!==(i="Status "+o[15])&&_(t,"part",i)},d(o){o&&U(t),s=!1,a()}}}function At(e){let t,r=e[5]&&Ht(e);return{c(){r&&r.c(),t=xr()},m(n,i){r&&r.m(n,i),G(n,t,i)},p(n,i){n[5]?r?r.p(n,i):(r=Ht(n),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(n){n&&U(t),r&&r.d(n)}}}function Ht(e){let t,r=e[16]("enrolled")+"",n;return{c(){t=I("div"),n=M(r),_(t,"class","Enrolled"),_(t,"part","Enrolled")},m(i,s){G(i,t,s),S(t,n)},p(i,s){s[0]&65536&&r!==(r=i[16]("enrolled")+"")&&$(n,r)},d(i){i&&U(t)}}}function Ii(e){let t,r,n,i,s;return{c(){t=I("div"),_(t,"class",r="CardImg "+(e[0]=="Closing"||e[0]=="Closed"?"CardImgFinished":"")),_(t,"part",n="CardImg "+(e[0]=="Closing"||e[0]=="Closed"?"CardImgFinished":"")),De(t,"background-image","url('https://i.stack.imgur.com/y9DpT.jpg')")},m(a,o){G(a,t,o),i||(s=me(e[18].call(null,t)),i=!0)},p(a,o){o[0]&1&&r!==(r="CardImg "+(a[0]=="Closing"||a[0]=="Closed"?"CardImgFinished":""))&&_(t,"class",r),o[0]&1&&n!==(n="CardImg "+(a[0]=="Closing"||a[0]=="Closed"?"CardImgFinished":""))&&_(t,"part",n)},d(a){a&&U(t),i=!1,s()}}}function Oi(e){let t,r,n,i,s;return{c(){t=I("div"),_(t,"class",r="CardImg "+(e[0]=="Closing"||e[0]=="Closed"?"CardImgFinished":"")),_(t,"part",n="CardImg "+(e[0]=="Closing"||e[0]=="Closed"?"CardImgFinished":"")),De(t,"background-image","url('"+e[4]+"')")},m(a,o){G(a,t,o),i||(s=me(e[18].call(null,t)),i=!0)},p(a,o){o[0]&1&&r!==(r="CardImg "+(a[0]=="Closing"||a[0]=="Closed"?"CardImgFinished":""))&&_(t,"class",r),o[0]&1&&n!==(n="CardImg "+(a[0]=="Closing"||a[0]=="Closed"?"CardImgFinished":""))&&_(t,"part",n),o[0]&16&&De(t,"background-image","url('"+a[4]+"')")},d(a){a&&U(t),i=!1,s()}}}function Ct(e){let t,r,n,i,s;return{c(){t=I("div"),r=M(e[11]),_(t,"class","Date"),_(t,"part","Date")},m(a,o){G(a,t,o),S(t,r),i||(s=me(n=e[17].call(null,t,e[2])),i=!0)},p(a,o){o[0]&2048&&$(r,a[11]),n&&fe(n.update)&&o[0]&4&&n.update.call(null,a[2])},d(a){a&&U(t),i=!1,s()}}}function Bt(e){let t,r,n=e[16]("scoreCriteria")+"",i,s,a,o,l,u=e[16]("minbet")+"",h,c,f,E,d,b,g,p=e[16]("seegames")+"",T,P,H,C=e[16]("here")+"",F,L,j,V;return{c(){t=I("div"),r=I("p"),i=M(n),s=M(`:
|
|
4
|
-
|
|
5
|
-
`),a=I("span"),o=M(e[14]),l=M(`
|
|
6
|
-
(`),h=M(u),c=z(),f=M(e[6]),E=M(")"),d=z(),b=I("div"),g=I("p"),T=M(p),P=z(),H=I("a"),F=M(C),_(a,"part","ScoreCriteriaSpan"),_(r,"part","ScoreCriteriaP"),_(t,"class","ScoreCriteria"),_(t,"part","ScoreCriteria"),_(H,"part","GamesAnchor"),_(H,"href",e[8]),_(H,"target",L=e[9]==="true"?"_self":"_blank"),_(g,"part","GamesP"),_(b,"class","Games"),_(b,"part","Games")},m(B,R){G(B,t,R),S(t,r),S(r,i),S(r,s),S(r,a),S(a,o),S(r,l),S(r,h),S(r,c),S(r,f),S(r,E),G(B,d,R),G(B,b,R),S(b,g),S(g,T),S(g,P),S(g,H),S(H,F),j||(V=[me(e[19].call(null,a)),Sr(H,"click",e[28])],j=!0)},p(B,R){R[0]&65536&&n!==(n=B[16]("scoreCriteria")+"")&&$(i,n),R[0]&16384&&$(o,B[14]),R[0]&65536&&u!==(u=B[16]("minbet")+"")&&$(h,u),R[0]&64&&$(f,B[6]),R[0]&65536&&p!==(p=B[16]("seegames")+"")&&$(T,p),R[0]&65536&&C!==(C=B[16]("here")+"")&&$(F,C),R[0]&256&&_(H,"href",B[8]),R[0]&512&&L!==(L=B[9]==="true"?"_self":"_blank")&&_(H,"target",L)},d(B){B&&(U(t),U(d),U(b)),j=!1,ne(V)}}}function wi(e){let t,r,n,i,s,a,o,l,u,h=e[0]&&Tt(e),c=e[7]=="true"&&At(e);function f(p,T){return p[4]?Oi:Ii}let E=f(e),d=E(e),b=e[2]&&Ct(e),g=e[12]&&Bt(e);return{c(){t=I("div"),h&&h.c(),r=z(),c&&c.c(),n=z(),d.c(),i=z(),s=I("div"),a=I("div"),o=M(e[1]),l=z(),b&&b.c(),u=z(),g&&g.c(),_(a,"class","Title"),_(a,"part","Title"),_(s,"class","Details"),_(s,"part","Details"),_(t,"class","Thumbnail"),_(t,"part","Thumbnail")},m(p,T){G(p,t,T),h&&h.m(t,null),S(t,r),c&&c.m(t,null),S(t,n),d.m(t,null),S(t,i),S(t,s),S(s,a),S(a,o),S(s,l),b&&b.m(s,null),S(s,u),g&&g.m(s,null),e[29](t)},p(p,T){p[0]?h?h.p(p,T):(h=Tt(p),h.c(),h.m(t,r)):h&&(h.d(1),h=null),p[7]=="true"?c?c.p(p,T):(c=At(p),c.c(),c.m(t,n)):c&&(c.d(1),c=null),E===(E=f(p))&&d?d.p(p,T):(d.d(1),d=E(p),d&&(d.c(),d.m(t,i))),T[0]&2&&$(o,p[1]),p[2]?b?b.p(p,T):(b=Ct(p),b.c(),b.m(s,u)):b&&(b.d(1),b=null),p[12]?g?g.p(p,T):(g=Bt(p),g.c(),g.m(s,null)):g&&(g.d(1),g=null)},i:k,o:k,d(p){p&&U(t),h&&h.d(),c&&c.d(),d.d(),b&&b.d(),g&&g.d(),e[29](null)}}}function Mi(e,t,r){let n;yr(e,Bi,m=>r(16,n=m));let{session:i=""}=t,{userid:s=""}=t,{title:a=""}=t,{startdate:o=""}=t,{status:l=""}=t,{tourid:u=""}=t,{thumbnail:h=""}=t,{userenrolled:c=""}=t,{scorecriteria:f=""}=t,{minbetcount:E=""}=t,{showenrolled:d="false"}=t,{gameurl:b=""}=t,{lang:g="en"}=t,{keepbrowsercontext:p="false"}=t,{clientstyling:T=""}=t,{clientstylingurl:P=""}=t,{translationurl:H=""}=t,C,F="",L=!1,j="",V="",B="";const R=()=>{fetch(H).then(O=>O.json()).then(O=>{Object.keys(O).forEach(J=>{xt(J,O[J])})}).catch(O=>{console.log(O)})};Object.keys(St).forEach(m=>{xt(m,St[m])});const et=m=>{m.data&&(m.data&&m.data.type=="SessionID"&&r(12,L=!0),m.data.type==`TournamentStatus_${u}`&&r(0,l=m.data.status))},He=()=>{const m={month:"long"};let O=new Date(o),J=new Intl.DateTimeFormat("en",m).format(O),lr=O.getDate(),hr=O.toLocaleString("en-GB",{hour:"numeric",minute:"numeric",hour12:!1});const cr=()=>n(l==="Running"?"startedAt":"startingAt");r(11,F=`${lr} `+n(`${J}`)+", "+cr()+` ${hr}`)},Ce=()=>{l=="Unstarted"&&(r(13,j=n("scheduled")),r(15,B="StatusUnstarted")),l=="Running"&&(r(13,j=n("ongoing")),r(15,B="StatusRunning")),(l=="Closed"||l=="Closing")&&r(13,j=n("finished")),l=="Closed"&&r(15,B="StatusClosed"),l=="Closing"&&r(15,B="StatusClosing")},Be=()=>{f=="BetCount"&&r(14,V=n("betCount")),f=="MaxWinStakeRatio"&&r(14,V=n("maxWinStakeRatio")),f=="WinStakeRatio"&&r(14,V=n("winStakeRatio")),f=="Stake"&&r(14,V=n("stake"))},tt=(m,O)=>{window.postMessage({type:"tournamentGamesClicked",tourId:O},window.location.href)},ir=()=>{i.length>0&&i!="false"?r(12,L=!0):r(12,L=!1)},sr=()=>{let m=document.createElement("style");m.innerHTML=T,C.appendChild(m)},ar=()=>{let m=new URL(P),O=document.createElement("style");fetch(m.href).then(J=>J.text()).then(J=>{O.innerHTML=J,setTimeout(()=>{C.appendChild(O)},1),setTimeout(()=>{},500)})};Cr(()=>(setTimeout(()=>rt(),1),window.postMessage({type:"TournamentThumbnailMounted"},window.location.href),window.addEventListener("message",et,!1),()=>{window.removeEventListener("message",et)}));const rt=()=>{Ni(g),Be(),Ce(),o&&He()},or=()=>tt();function ur(m){ke[m?"unshift":"push"](()=>{C=m,r(10,C)})}return e.$$set=m=>{"session"in m&&r(21,i=m.session),"userid"in m&&r(22,s=m.userid),"title"in m&&r(1,a=m.title),"startdate"in m&&r(2,o=m.startdate),"status"in m&&r(0,l=m.status),"tourid"in m&&r(3,u=m.tourid),"thumbnail"in m&&r(4,h=m.thumbnail),"userenrolled"in m&&r(5,c=m.userenrolled),"scorecriteria"in m&&r(23,f=m.scorecriteria),"minbetcount"in m&&r(6,E=m.minbetcount),"showenrolled"in m&&r(7,d=m.showenrolled),"gameurl"in m&&r(8,b=m.gameurl),"lang"in m&&r(24,g=m.lang),"keepbrowsercontext"in m&&r(9,p=m.keepbrowsercontext),"clientstyling"in m&&r(25,T=m.clientstyling),"clientstylingurl"in m&&r(26,P=m.clientstylingurl),"translationurl"in m&&r(27,H=m.translationurl)},e.$$.update=()=>{e.$$.dirty[0]&33555456&&C&&T&&sr(),e.$$.dirty[0]&67109888&&C&&P&&ar(),e.$$.dirty[0]&134217728&&H&&R(),e.$$.dirty[0]&2097152&&i&&ir(),e.$$.dirty[0]&1&&l&&Ce(),e.$$.dirty[0]&16777218&&a&&g&&rt(),e.$$.dirty[0]&4&&o&&He(),e.$$.dirty[0]&8388608&&f&&Be()},[l,a,o,u,h,c,E,d,b,p,C,F,L,j,V,B,n,He,Ce,Be,tt,i,s,f,g,T,P,H,or,ur]}class nr extends Ur{constructor(t){super(),Dr(this,t,Mi,wi,Pt,{session:21,userid:22,title:1,startdate:2,status:0,tourid:3,thumbnail:4,userenrolled:5,scorecriteria:23,minbetcount:6,showenrolled:7,gameurl:8,lang:24,keepbrowsercontext:9,clientstyling:25,clientstylingurl:26,translationurl:27},Pi,[-1,-1])}get session(){return this.$$.ctx[21]}set session(t){this.$$set({session:t}),N()}get userid(){return this.$$.ctx[22]}set userid(t){this.$$set({userid:t}),N()}get title(){return this.$$.ctx[1]}set title(t){this.$$set({title:t}),N()}get startdate(){return this.$$.ctx[2]}set startdate(t){this.$$set({startdate:t}),N()}get status(){return this.$$.ctx[0]}set status(t){this.$$set({status:t}),N()}get tourid(){return this.$$.ctx[3]}set tourid(t){this.$$set({tourid:t}),N()}get thumbnail(){return this.$$.ctx[4]}set thumbnail(t){this.$$set({thumbnail:t}),N()}get userenrolled(){return this.$$.ctx[5]}set userenrolled(t){this.$$set({userenrolled:t}),N()}get scorecriteria(){return this.$$.ctx[23]}set scorecriteria(t){this.$$set({scorecriteria:t}),N()}get minbetcount(){return this.$$.ctx[6]}set minbetcount(t){this.$$set({minbetcount:t}),N()}get showenrolled(){return this.$$.ctx[7]}set showenrolled(t){this.$$set({showenrolled:t}),N()}get gameurl(){return this.$$.ctx[8]}set gameurl(t){this.$$set({gameurl:t}),N()}get lang(){return this.$$.ctx[24]}set lang(t){this.$$set({lang:t}),N()}get keepbrowsercontext(){return this.$$.ctx[9]}set keepbrowsercontext(t){this.$$set({keepbrowsercontext:t}),N()}get clientstyling(){return this.$$.ctx[25]}set clientstyling(t){this.$$set({clientstyling:t}),N()}get clientstylingurl(){return this.$$.ctx[26]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),N()}get translationurl(){return this.$$.ctx[27]}set translationurl(t){this.$$set({translationurl:t}),N()}}kr(nr,{session:{},userid:{},title:{},startdate:{},status:{},tourid:{},thumbnail:{},userenrolled:{},scorecriteria:{},minbetcount:{},showenrolled:{},gameurl:{},lang:{},keepbrowsercontext:{},clientstyling:{},clientstylingurl:{},translationurl:{}},[],[],!0);exports.default=nr;
|