@everymatrix/casino-tournaments-thumbnail-duration 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/{CasinoTournamentsThumbnailDuration-BwMabUXC.js → CasinoTournamentsThumbnailDuration-6l1nej4L.js} +43 -16
- package/components/CasinoTournamentsThumbnailDuration-D0HB4CR5.cjs +16 -0
- package/components/{CasinoTournamentsThumbnailDuration-D164mTaW.js → CasinoTournamentsThumbnailDuration-DICQG_Cu.js} +42 -15
- package/es2015/casino-tournaments-thumbnail-duration.cjs +1 -1
- package/es2015/casino-tournaments-thumbnail-duration.js +1 -1
- package/esnext/casino-tournaments-thumbnail-duration.js +1 -1
- package/package.json +1 -1
- package/components/CasinoTournamentsThumbnailDuration-Db35J2Z_.cjs +0 -3
|
@@ -10,7 +10,7 @@ var He = (e, t, r) => t in e ? Wt(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
10
10
|
qt.call(t, r) && He(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, Qe = (e, t) => Zt(e, Qt(t));
|
|
13
|
-
var M = (e, t, r) => He(e, typeof t != "symbol" ? t + "" : t, r);
|
|
13
|
+
var M = (e, t, r) => (He(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
14
14
|
var Je = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var s = (h) => {
|
|
16
16
|
try {
|
|
@@ -73,7 +73,8 @@ function tr(e, t, r) {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
function rr(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 ? (
|
|
@@ -130,7 +131,8 @@ function ne(e) {
|
|
|
130
131
|
ie = e;
|
|
131
132
|
}
|
|
132
133
|
function or() {
|
|
133
|
-
if (!ie)
|
|
134
|
+
if (!ie)
|
|
135
|
+
throw new Error("Function called outside component initialization");
|
|
134
136
|
return ie;
|
|
135
137
|
}
|
|
136
138
|
function ar(e) {
|
|
@@ -161,7 +163,8 @@ function U() {
|
|
|
161
163
|
} catch (t) {
|
|
162
164
|
throw W.length = 0, X = 0, t;
|
|
163
165
|
}
|
|
164
|
-
for (ne(null), W.length = 0, X = 0; Ie.length; )
|
|
166
|
+
for (ne(null), W.length = 0, X = 0; Ie.length; )
|
|
167
|
+
Ie.pop()();
|
|
165
168
|
for (let t = 0; t < Z.length; t += 1) {
|
|
166
169
|
const r = Z[t];
|
|
167
170
|
Te.has(r) || (Te.add(r), r());
|
|
@@ -607,11 +610,26 @@ Q.all = function(t, r) {
|
|
|
607
610
|
};
|
|
608
611
|
var Mr = Q, $r = Mr;
|
|
609
612
|
const Rr = /* @__PURE__ */ vr($r);
|
|
613
|
+
/*! *****************************************************************************
|
|
614
|
+
Copyright (c) Microsoft Corporation.
|
|
615
|
+
|
|
616
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
617
|
+
purpose with or without fee is hereby granted.
|
|
618
|
+
|
|
619
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
620
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
621
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
622
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
623
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
624
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
625
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
626
|
+
***************************************************************************** */
|
|
610
627
|
var Ce = function(e, t) {
|
|
611
628
|
return Ce = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
612
629
|
r.__proto__ = n;
|
|
613
630
|
} || function(r, n) {
|
|
614
|
-
for (var i in n)
|
|
631
|
+
for (var i in n)
|
|
632
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
615
633
|
}, Ce(e, t);
|
|
616
634
|
};
|
|
617
635
|
function Ee(e, t) {
|
|
@@ -627,23 +645,26 @@ var y = function() {
|
|
|
627
645
|
return y = Object.assign || function(t) {
|
|
628
646
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
629
647
|
r = arguments[n];
|
|
630
|
-
for (var s in r)
|
|
648
|
+
for (var s in r)
|
|
649
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
631
650
|
}
|
|
632
651
|
return t;
|
|
633
652
|
}, y.apply(this, arguments);
|
|
634
653
|
};
|
|
635
654
|
function Dr(e, t) {
|
|
636
655
|
var r = {};
|
|
637
|
-
for (var n in e)
|
|
656
|
+
for (var n in e)
|
|
657
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
638
658
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
639
659
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
640
660
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
641
661
|
return r;
|
|
642
662
|
}
|
|
643
663
|
function Be(e, t, r) {
|
|
644
|
-
if (
|
|
645
|
-
(
|
|
646
|
-
|
|
664
|
+
if (arguments.length === 2)
|
|
665
|
+
for (var n = 0, i = t.length, s; n < i; n++)
|
|
666
|
+
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
667
|
+
return e.concat(s || t);
|
|
647
668
|
}
|
|
648
669
|
function Se(e, t) {
|
|
649
670
|
var r = t && t.cache ? t.cache : Vr, n = t && t.serializer ? t.serializer : kr, i = t && t.strategy ? t.strategy : Fr;
|
|
@@ -2469,7 +2490,8 @@ function tn(e, t) {
|
|
|
2469
2490
|
r += h;
|
|
2470
2491
|
for (; o-- > 0; )
|
|
2471
2492
|
r = u + r;
|
|
2472
|
-
} else
|
|
2493
|
+
} else
|
|
2494
|
+
i === "J" ? r += "H" : r += i;
|
|
2473
2495
|
}
|
|
2474
2496
|
return r;
|
|
2475
2497
|
}
|
|
@@ -3072,7 +3094,8 @@ function Fe(e) {
|
|
|
3072
3094
|
if (delete t.location, St(t) || At(t))
|
|
3073
3095
|
for (var r in t.options)
|
|
3074
3096
|
delete t.options[r].location, Fe(t.options[r].value);
|
|
3075
|
-
else
|
|
3097
|
+
else
|
|
3098
|
+
Ht(t) && Nt(t.style) || (Tt(t) || Bt(t)) && Me(t.style) ? delete t.style.location : Pt(t) && Fe(t.children);
|
|
3076
3099
|
});
|
|
3077
3100
|
}
|
|
3078
3101
|
function xn(e, t) {
|
|
@@ -3834,15 +3857,18 @@ function pt(e) {
|
|
|
3834
3857
|
d[2] == "Finished" || /*status*/
|
|
3835
3858
|
d[2] == "Closing" || /*status*/
|
|
3836
3859
|
d[2] == "Closed"
|
|
3837
|
-
)
|
|
3860
|
+
)
|
|
3861
|
+
return pi;
|
|
3838
3862
|
if (
|
|
3839
3863
|
/*tournamentUntilStartDays*/
|
|
3840
3864
|
d[5] > 0
|
|
3841
|
-
)
|
|
3865
|
+
)
|
|
3866
|
+
return di;
|
|
3842
3867
|
if (
|
|
3843
3868
|
/*tournamentLeftDays*/
|
|
3844
3869
|
d[4] > 0
|
|
3845
|
-
)
|
|
3870
|
+
)
|
|
3871
|
+
return mi;
|
|
3846
3872
|
}
|
|
3847
3873
|
let v = L(e), H = v && v(e);
|
|
3848
3874
|
return {
|
|
@@ -4112,7 +4138,8 @@ function bi(e, t, r) {
|
|
|
4112
4138
|
}, e.$$.update = () => {
|
|
4113
4139
|
e.$$.dirty & /*tournamentLeftDays, startdate, enddate*/
|
|
4114
4140
|
19 && r(7, n = () => {
|
|
4115
|
-
if (p <= 0)
|
|
4141
|
+
if (p <= 0)
|
|
4142
|
+
return 100;
|
|
4116
4143
|
const m = L(s, o), A = 100 / m;
|
|
4117
4144
|
return Math.floor((m - p) * A);
|
|
4118
4145
|
}), e.$$.dirty & /*startdate, enddate, tournamentLeftDays*/
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";var Zt=Object.defineProperty,Qt=Object.defineProperties;var Jt=Object.getOwnPropertyDescriptors;var We=Object.getOwnPropertySymbols;var qt=Object.prototype.hasOwnProperty,Yt=Object.prototype.propertyIsEnumerable;var Te=(e,t,r)=>t in e?Zt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ze=(e,t)=>{for(var r in t||(t={}))qt.call(t,r)&&Te(e,r,t[r]);if(We)for(var r of We(t))Yt.call(t,r)&&Te(e,r,t[r]);return e},Qe=(e,t)=>Qt(e,Jt(t));var M=(e,t,r)=>(Te(e,typeof t!="symbol"?t+"":t,r),r);var Je=(e,t,r)=>new Promise((n,i)=>{var s=h=>{try{a(r.next(h))}catch(u){i(u)}},o=h=>{try{a(r.throw(h))}catch(u){i(u)}},a=h=>h.done?n(h.value):Promise.resolve(h.value).then(s,o);a((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function w(){}function gt(e){return e()}function qe(){return Object.create(null)}function ae(e){e.forEach(gt)}function be(e){return typeof e=="function"}function bt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function Kt(e){return Object.keys(e).length===0}function yt(e,...t){if(e==null){for(const n of t)n(void 0);return w}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function er(e,t,r){e.$$.on_destroy.push(yt(t,r))}function tr(e){return e&&be(e.destroy)?e.destroy:w}function O(e,t){e.appendChild(t)}function rr(e,t,r){const n=nr(e);if(!n.getElementById(t)){const i=I("style");i.id=t,i.textContent=r,ir(n,i)}}function nr(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function ir(e,t){return O(e.head||e,t),t.sheet}function R(e,t,r){e.insertBefore(t,r||null)}function $(e){e.parentNode&&e.parentNode.removeChild(e)}function I(e){return document.createElement(e)}function G(e){return document.createTextNode(e)}function re(){return G(" ")}function _(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function sr(e){return Array.from(e.childNodes)}function k(e,t){t=""+t,e.data!==t&&(e.data=t)}function Ye(e,t,r,n){r==null?e.style.removeProperty(t):e.style.setProperty(t,r,"")}function or(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let ie;function ne(e){ie=e}function ar(){if(!ie)throw new Error("Function called outside component initialization");return ie}function ur(e){ar().$$.on_mount.push(e)}const W=[],Ie=[];let Z=[];const Ke=[],hr=Promise.resolve();let we=!1;function lr(){we||(we=!0,hr.then(U))}function Le(e){Z.push(e)}const He=new Set;let X=0;function U(){if(X!==0)return;const e=ie;do{try{for(;X<W.length;){const t=W[X];X++,ne(t),fr(t.$$)}}catch(t){throw W.length=0,X=0,t}for(ne(null),W.length=0,X=0;Ie.length;)Ie.pop()();for(let t=0;t<Z.length;t+=1){const r=Z[t];He.has(r)||(He.add(r),r())}Z.length=0}while(W.length);for(;Ke.length;)Ke.pop()();we=!1,He.clear(),ne(e)}function fr(e){if(e.fragment!==null){e.update(),ae(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(Le)}}function cr(e){const t=[],r=[];Z.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),Z=t}const mr=new Set;function dr(e,t){e&&e.i&&(mr.delete(e),e.i(t))}function pr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),Le(()=>{const s=e.$$.on_mount.map(gt).filter(be);e.$$.on_destroy?e.$$.on_destroy.push(...s):ae(s),e.$$.on_mount=[]}),i.forEach(Le)}function gr(e,t){const r=e.$$;r.fragment!==null&&(cr(r.after_update),ae(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function br(e,t){e.$$.dirty[0]===-1&&(W.push(e),lr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function yr(e,t,r,n,i,s,o=null,a=[-1]){const h=ie;ne(e);const u=e.$$={fragment:null,ctx:[],props:s,update:w,not_equal:i,bound:qe(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(h?h.$$.context:[])),callbacks:qe(),dirty:a,skip_bound:!1,root:t.target||h.$$.root};o&&o(u.root);let l=!1;if(u.ctx=r?r(e,t.props||{},(f,c,...p)=>{const E=p.length?p[0]:c;return u.ctx&&i(u.ctx[f],u.ctx[f]=E)&&(!u.skip_bound&&u.bound[f]&&u.bound[f](E),l&&br(e,f)),c}):[],u.update(),l=!0,ae(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const f=sr(t.target);u.fragment&&u.fragment.l(f),f.forEach($)}else u.fragment&&u.fragment.c();t.intro&&dr(e.$$.fragment),pr(e,t.target,t.anchor),U()}ne(h)}let Et;typeof HTMLElement=="function"&&(Et=class extends HTMLElement{constructor(t,r,n){super();M(this,"$$ctor");M(this,"$$s");M(this,"$$c");M(this,"$$cn",!1);M(this,"$$d",{});M(this,"$$r",!1);M(this,"$$p_d",{});M(this,"$$l",{});M(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 Je(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let o;return{c:function(){o=I("slot"),s!=="default"&&_(o,"name",s)},m:function(u,l){R(u,o,l)},d:function(u){u&&$(o)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=or(this);for(const s of this.$$s)s in n&&(r[s]=[t(s)]);for(const s of this.attributes){const o=this.$$g_p(s.name);o in this.$$d||(this.$$d[o]=ce(o,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:Qe(Ze({},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 o=ce(s,this.$$d[s],this.$$p_d,"toAttribute");o==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,o)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const s in this.$$l)for(const o of this.$$l[s]){const a=this.$$c.$on(s,o);this.$$l_u.set(o,a)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=ce(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 ce(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 Er(e,t,r,n,i,s){let o=class extends Et{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(a=>(t[a].attribute||a).toLowerCase())}};return Object.keys(t).forEach(a=>{Object.defineProperty(o.prototype,a,{get(){return this.$$c&&a in this.$$c?this.$$c[a]:this.$$d[a]},set(h){var u;h=ce(a,h,t),this.$$d[a]=h,(u=this.$$c)==null||u.$set({[a]:h})}})}),n.forEach(a=>{Object.defineProperty(o.prototype,a,{get(){var h;return(h=this.$$c)==null?void 0:h[a]}})}),e.element=o,o}class _r{constructor(){M(this,"$$");M(this,"$$set")}$destroy(){gr(this,1),this.$destroy=w}$on(t,r){if(!be(r))return w;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&&!Kt(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const xr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(xr);const z=[];function vr(e,t){return{subscribe:ye(e,t).subscribe}}function ye(e,t=w){let r;const n=new Set;function i(a){if(bt(e,a)&&(e=a,r)){const h=!z.length;for(const u of n)u[1](),z.push(u,e);if(h){for(let u=0;u<z.length;u+=2)z[u][0](z[u+1]);z.length=0}}}function s(a){i(a(e))}function o(a,h=w){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,s)||w),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:s,subscribe:o}}function K(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 vr(r,(o,a)=>{let h=!1;const u=[];let l=0,f=w;const c=()=>{if(l)return;f();const E=t(n?u[0]:u,o,a);s?o(E):f=be(E)?E:w},p=i.map((E,H)=>yt(E,P=>{u[H]=P,l&=~(1<<H),h&&c()},()=>{l|=1<<H}));return h=!0,c(),function(){ae(p),f(),h=!1}})}function Tr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Hr=function(t){return Br(t)&&!Sr(t)};function Br(e){return!!e&&typeof e=="object"}function Sr(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Nr(e)}var Ar=typeof Symbol=="function"&&Symbol.for,Pr=Ar?Symbol.for("react.element"):60103;function Nr(e){return e.$$typeof===Pr}function Or(e){return Array.isArray(e)?[]:{}}function se(e,t){return t.clone!==!1&&t.isMergeableObject(e)?Q(Or(e),e,t):e}function Ir(e,t,r){return e.concat(t).map(function(n){return se(n,r)})}function wr(e,t){if(!t.customMerge)return Q;var r=t.customMerge(e);return typeof r=="function"?r:Q}function Lr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function et(e){return Object.keys(e).concat(Lr(e))}function _t(e,t){try{return t in e}catch(r){return!1}}function Cr(e,t){return _t(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Mr(e,t,r){var n={};return r.isMergeableObject(e)&&et(e).forEach(function(i){n[i]=se(e[i],r)}),et(t).forEach(function(i){Cr(e,i)||(_t(e,i)&&r.isMergeableObject(t[i])?n[i]=wr(i,r)(e[i],t[i],r):n[i]=se(t[i],r))}),n}function Q(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Ir,r.isMergeableObject=r.isMergeableObject||Hr,r.cloneUnlessOtherwiseSpecified=se;var n=Array.isArray(t),i=Array.isArray(e),s=n===i;return s?n?r.arrayMerge(e,t,r):Mr(e,t,r):se(t,r)}Q.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return Q(n,i,r)},{})};var $r=Q,Rr=$r;const Dr=Tr(Rr);/*! *****************************************************************************
|
|
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 Ce=function(e,t){return Ce=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])},Ce(e,t)};function Ee(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ce(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var y=function(){return y=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},y.apply(this,arguments)};function Ur(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 Be(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 Se(e,t){var r=t&&t.cache?t.cache:Xr,n=t&&t.serializer?t.serializer:Vr,i=t&&t.strategy?t.strategy:Gr;return i(e,{cache:r,serializer:n})}function Fr(e){return e==null||typeof e=="number"||typeof e=="boolean"}function xt(e,t,r,n){var i=Fr(n)?n:r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.call(this,n),t.set(i,s)),s}function vt(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 ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Gr(e,t){var r=e.length===1?xt:vt;return ke(e,this,r,t.cache.create(),t.serializer)}function jr(e,t){return ke(e,this,vt,t.cache.create(),t.serializer)}function kr(e,t){return ke(e,this,xt,t.cache.create(),t.serializer)}var Vr=function(){return JSON.stringify(arguments)};function Ve(){this.cache=Object.create(null)}Ve.prototype.get=function(e){return this.cache[e]};Ve.prototype.set=function(e,t){this.cache[e]=t};var Xr={create:function(){return new Ve}},Ae={variadic:jr,monadic:kr},g;(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"})(g||(g={}));var x;(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"})(x||(x={}));var J;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(J||(J={}));function tt(e){return e.type===x.literal}function zr(e){return e.type===x.argument}function Tt(e){return e.type===x.number}function Ht(e){return e.type===x.date}function Bt(e){return e.type===x.time}function St(e){return e.type===x.select}function At(e){return e.type===x.plural}function Wr(e){return e.type===x.pound}function Pt(e){return e.type===x.tag}function Nt(e){return!!(e&&typeof e=="object"&&e.type===J.number)}function Me(e){return!!(e&&typeof e=="object"&&e.type===J.dateTime)}var Ot=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Zr=/(?:[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 Qr(e){var t={};return e.replace(Zr,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 Jr=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function qr(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Jr).filter(function(c){return c.length>0}),r=[],n=0,i=t;n<i.length;n++){var s=i[n],o=s.split("/");if(o.length===0)throw new Error("Invalid number skeleton");for(var a=o[0],h=o.slice(1),u=0,l=h;u<l.length;u++){var f=l[u];if(f.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Yr(e){return e.replace(/^(.*?)-/,"")}var rt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,It=/^(@+)?(\+|#+)?[rs]?$/g,Kr=/(\*)(0+)|(#+)(0+)|(0+)/g,wt=/^(0+)$/;function nt(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(It,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 Lt(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)),!wt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function it(e){var t={},r=Lt(e);return r||t}function tn(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=Yr(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=y(y(y({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return y(y({},h),it(u))},{}));continue;case"engineering":t=y(y(y({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return y(y({},h),it(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(Kr,function(h,u,l,f,c,p){if(u)t.minimumIntegerDigits=l.length;else{if(f&&c)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(wt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(rt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(rt,function(h,u,l,f,c,p){return l==="*"?t.minimumFractionDigits=u.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:c&&p?(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length+p.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var s=i.options[0];s==="w"?t=y(y({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=y(y({},t),nt(s)));continue}if(It.test(i.stem)){t=y(y({},t),nt(i.stem));continue}var o=Lt(i.stem);o&&(t=y(y({},t),o));var a=en(i.stem);a&&(t=y(y({},t),a))}return t}var fe={"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 rn(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 o=1+(s&1),a=s<2?1:3+(s>>1),h="a",u=nn(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=h;for(;o-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function nn(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=fe[n||""]||fe[r||""]||fe["".concat(r,"-001")]||fe["001"];return i[0]}var Pe,sn=new RegExp("^".concat(Ot.source,"*")),on=new RegExp("".concat(Ot.source,"*$"));function b(e,t){return{start:e,end:t}}var an=!!String.prototype.startsWith&&"_a".startsWith("a",1),un=!!String.fromCodePoint,hn=!!Object.fromEntries,ln=!!String.prototype.codePointAt,fn=!!String.prototype.trimStart,cn=!!String.prototype.trimEnd,mn=!!Number.isSafeInteger,dn=mn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},$e=!0;try{var pn=Mt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");$e=((Pe=pn.exec("a"))===null||Pe===void 0?void 0:Pe[0])==="a"}catch(e){$e=!1}var st=an?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},Re=un?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,s=0,o;i>s;){if(o=t[s++],o>1114111)throw RangeError(o+" is not a valid code point");n+=o<65536?String.fromCharCode(o):String.fromCharCode(((o-=65536)>>10)+55296,o%1024+56320)}return n},ot=hn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var s=i[n],o=s[0],a=s[1];r[o]=a}return r},Ct=ln?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}},gn=fn?function(t){return t.trimStart()}:function(t){return t.replace(sn,"")},bn=cn?function(t){return t.trimEnd()}:function(t){return t.replace(on,"")};function Mt(e,t){return new RegExp(e,t)}var De;if($e){var at=Mt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");De=function(t,r){var n;at.lastIndex=r;var i=at.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else De=function(t,r){for(var n=[];;){var i=Ct(t,r);if(i===void 0||$t(i)||xn(i))break;n.push(i),r+=i>=65536?2:1}return Re.apply(void 0,n)};var yn=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 o=this.parseArgument(t,n);if(o.err)return o;i.push(o.val)}else{if(s===125&&t>0)break;if(s===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:x.pound,location:b(a,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(g.UNMATCHED_CLOSING_TAG,b(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&&Ue(this.peek()||0)){var o=this.parseTag(t,r);if(o.err)return o;i.push(o.val)}else{var o=this.parseLiteral(t,r);if(o.err)return o;i.push(o.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:x.literal,value:"<".concat(i,"/>"),location:b(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var o=s.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Ue(this.char()))return this.error(g.INVALID_TAG,b(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(g.UNMATCHED_CLOSING_TAG,b(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:x.tag,value:i,children:o,location:b(n,this.clonePosition())},err:null}:this.error(g.INVALID_TAG,b(a,this.clonePosition())))}else return this.error(g.UNCLOSED_TAG,b(n,this.clonePosition()))}else return this.error(g.INVALID_TAG,b(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&_n(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 o=this.tryParseUnquoted(t,r);if(o){i+=o;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var h=b(n,this.clonePosition());return{val:{type:x.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!En(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 Re.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(),Re(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(g.EMPTY_ARGUMENT,b(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(g.MALFORMED_ARGUMENT,b(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:x.argument,value:i,location:b(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(g.MALFORMED_ARGUMENT,b(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=De(this.message,r),i=r+n.length;this.bumpTo(i);var s=this.clonePosition(),o=b(t,s);return{value:n,location:o}},e.prototype.parseArgumentOptions=function(t,r,n,i){var s,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,h=this.clonePosition();switch(a){case"":return this.error(g.EXPECT_ARGUMENT_TYPE,b(o,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var c=bn(f.val);if(c.length===0)return this.error(g.EXPECT_ARGUMENT_STYLE,b(this.clonePosition(),this.clonePosition()));var p=b(l,this.clonePosition());u={style:c,styleLocation:p}}var E=this.tryParseArgumentClose(i);if(E.err)return E;var H=b(i,this.clonePosition());if(u&&st(u==null?void 0:u.style,"::",0)){var P=gn(u.style.slice(2));if(a==="number"){var f=this.parseNumberSkeletonFromString(P,u.styleLocation);return f.err?f:{val:{type:x.number,value:n,location:H,style:f.val},err:null}}else{if(P.length===0)return this.error(g.EXPECT_DATE_TIME_SKELETON,H);var B=P;this.locale&&(B=rn(P,this.locale));var c={type:J.dateTime,pattern:B,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?Qr(B):{}},L=a==="date"?x.date:x.time;return{val:{type:L,value:n,location:H,style:c},err:null}}}return{val:{type:a==="number"?x.number:a==="date"?x.date:x.time,value:n,location:H,style:(s=u==null?void 0:u.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var v=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(g.EXPECT_SELECT_ARGUMENT_OPTIONS,b(v,y({},v)));this.bumpSpace();var T=this.parseIdentifierIfPossible(),d=0;if(a!=="select"&&T.value==="offset"){if(!this.bumpIf(":"))return this.error(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,g.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),T=this.parseIdentifierIfPossible(),d=f.val}var S=this.tryParsePluralOrSelectOptions(t,a,r,T);if(S.err)return S;var E=this.tryParseArgumentClose(i);if(E.err)return E;var le=b(i,this.clonePosition());return a==="select"?{val:{type:x.select,value:n,options:ot(S.val),location:le},err:null}:{val:{type:x.plural,value:n,options:ot(S.val),offset:d,pluralType:a==="plural"?"cardinal":"ordinal",location:le},err:null}}default:return this.error(g.INVALID_ARGUMENT_TYPE,b(o,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(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(g.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,b(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=qr(t)}catch(i){return this.error(g.INVALID_NUMBER_SKELETON,r)}return{val:{type:J.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?tn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var s,o=!1,a=[],h=new Set,u=i.value,l=i.location;;){if(u.length===0){var f=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var c=this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_SELECTOR,g.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;l=b(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?g.DUPLICATE_SELECT_ARGUMENT_SELECTOR:g.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);u==="other"&&(o=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?g.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:g.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,b(this.clonePosition(),this.clonePosition()));var E=this.parseMessage(t+1,r,n);if(E.err)return E;var H=this.tryParseArgumentClose(p);if(H.err)return H;a.push([u,{value:E.val,location:b(p,this.clonePosition())}]),h.add(u),this.bumpSpace(),s=this.parseIdentifierIfPossible(),u=s.value,l=s.location}return a.length===0?this.error(r==="select"?g.EXPECT_SELECT_ARGUMENT_SELECTOR:g.EXPECT_PLURAL_ARGUMENT_SELECTOR,b(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(g.MISSING_OTHER_CLAUSE,b(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var s=!1,o=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)s=!0,o=o*10+(a-48),this.bump();else break}var h=b(i,this.clonePosition());return s?(o*=n,dn(o)?{val:o,err:null}:this.error(r,h)):this.error(t,h)},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=Ct(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(st(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()&&$t(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 Ue(e){return e>=97&&e<=122||e>=65&&e<=90}function En(e){return Ue(e)||e===47}function _n(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 $t(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function xn(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 Fe(e){e.forEach(function(t){if(delete t.location,St(t)||At(t))for(var r in t.options)delete t.options[r].location,Fe(t.options[r].value);else Tt(t)&&Nt(t.style)||(Ht(t)||Bt(t))&&Me(t.style)?delete t.style.location:Pt(t)&&Fe(t.children)})}function vn(e,t){t===void 0&&(t={}),t=y({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new yn(e,t).parse();if(r.err){var n=SyntaxError(g[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||Fe(r.val),r.val}var q;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(q||(q={}));var _e=function(e){Ee(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),ut=function(e){Ee(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('", "'),'"'),q.INVALID_VALUE,s)||this}return t}(_e),Tn=function(e){Ee(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),q.INVALID_VALUE,i)||this}return t}(_e),Hn=function(e){Ee(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,'"'),q.MISSING_VALUE,n)||this}return t}(_e),N;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(N||(N={}));function Bn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==N.literal||r.type!==N.literal?t.push(r):n.value+=r.value,t},[])}function Sn(e){return typeof e=="function"}function me(e,t,r,n,i,s,o){if(e.length===1&&tt(e[0]))return[{type:N.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var l=u[h];if(tt(l)){a.push({type:N.literal,value:l.value});continue}if(Wr(l)){typeof s=="number"&&a.push({type:N.literal,value:r.getNumberFormat(t).format(s)});continue}var f=l.value;if(!(i&&f in i))throw new Hn(f,o);var c=i[f];if(zr(l)){(!c||typeof c=="string"||typeof c=="number")&&(c=typeof c=="string"||typeof c=="number"?String(c):""),a.push({type:typeof c=="string"?N.literal:N.object,value:c});continue}if(Ht(l)){var p=typeof l.style=="string"?n.date[l.style]:Me(l.style)?l.style.parsedOptions:void 0;a.push({type:N.literal,value:r.getDateTimeFormat(t,p).format(c)});continue}if(Bt(l)){var p=typeof l.style=="string"?n.time[l.style]:Me(l.style)?l.style.parsedOptions:n.time.medium;a.push({type:N.literal,value:r.getDateTimeFormat(t,p).format(c)});continue}if(Tt(l)){var p=typeof l.style=="string"?n.number[l.style]:Nt(l.style)?l.style.parsedOptions:void 0;p&&p.scale&&(c=c*(p.scale||1)),a.push({type:N.literal,value:r.getNumberFormat(t,p).format(c)});continue}if(Pt(l)){var E=l.children,H=l.value,P=i[H];if(!Sn(P))throw new Tn(H,"function",o);var B=me(E,t,r,n,i,s),L=P(B.map(function(d){return d.value}));Array.isArray(L)||(L=[L]),a.push.apply(a,L.map(function(d){return{type:typeof d=="string"?N.literal:N.object,value:d}}))}if(St(l)){var v=l.options[c]||l.options.other;if(!v)throw new ut(l.value,c,Object.keys(l.options),o);a.push.apply(a,me(v.value,t,r,n,i));continue}if(At(l)){var v=l.options["=".concat(c)];if(!v){if(!Intl.PluralRules)throw new _e(`Intl.PluralRules is not available in this environment.
|
|
15
|
+
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
16
|
+
`,q.MISSING_INTL_API,o);var T=r.getPluralRules(t,{type:l.pluralType}).select(c-(l.offset||0));v=l.options[T]||l.options.other}if(!v)throw new ut(l.value,c,Object.keys(l.options),o);a.push.apply(a,me(v.value,t,r,n,i,c-(l.offset||0)));continue}}return Bn(a)}function An(e,t){return t?y(y(y({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=y(y({},e[n]),t[n]||{}),r},{})):e}function Pn(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=An(e[n],t[n]),r},y({},e)):e}function Ne(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Nn(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Se(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Be([void 0],r,!1)))},{cache:Ne(e.number),strategy:Ae.variadic}),getDateTimeFormat:Se(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Be([void 0],r,!1)))},{cache:Ne(e.dateTime),strategy:Ae.variadic}),getPluralRules:Se(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Be([void 0],r,!1)))},{cache:Ne(e.pluralRules),strategy:Ae.variadic})}}var On=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(h){var u=s.formatToParts(h);if(u.length===1)return u[0].value;var l=u.reduce(function(f,c){return!f.length||c.type!==N.literal||typeof f[f.length-1]!="string"?f.push(c.value):f[f.length-1]+=c.value,f},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(h){return me(s.ast,s.locales,s.formatters,s.formats,h,void 0,s.message)},this.resolvedOptions=function(){var h;return{locale:((h=s.resolvedLocale)===null||h===void 0?void 0:h.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 o=i||{};o.formatters;var a=Ur(o,["formatters"]);this.ast=e.__parse(t,y(y({},a),{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=Pn(e.formats,n),this.formatters=i&&i.formatters||Nn(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=vn,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 In(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 F={},wn=(e,t,r)=>r&&(t in F||(F[t]={}),e in F[t]||(F[t][e]=r),r),Rt=(e,t)=>{if(t==null)return;if(t in F&&e in F[t])return F[t][e];const r=xe(t);for(let n=0;n<r.length;n++){const i=r[n],s=Cn(i,e);if(s)return wn(e,t,s)}};let Xe;const ue=ye({});function Ln(e){return Xe[e]||null}function Dt(e){return e in Xe}function Cn(e,t){if(!Dt(e))return null;const r=Ln(e);return In(r,t)}function Mn(e){if(e==null)return;const t=xe(e);for(let r=0;r<t.length;r++){const n=t[r];if(Dt(n))return n}}function Ut(e,...t){delete F[e],ue.update(r=>(r[e]=Dr.all([r[e]||{},...t]),r))}K([ue],([e])=>Object.keys(e));ue.subscribe(e=>Xe=e);const de={};function $n(e,t){de[e].delete(t),de[e].size===0&&delete de[e]}function Ft(e){return de[e]}function Rn(e){return xe(e).map(t=>{const r=Ft(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Ge(e){return e==null?!1:xe(e).some(t=>{var r;return(r=Ft(t))==null?void 0:r.size})}function Dn(e,t){return Promise.all(t.map(n=>($n(e,n),n().then(i=>i.default||i)))).then(n=>Ut(e,...n))}const te={};function Gt(e){if(!Ge(e))return e in te?te[e]:Promise.resolve();const t=Rn(e);return te[e]=Promise.all(t.map(([r,n])=>Dn(r,n))).then(()=>{if(Ge(e))return Gt(e);delete te[e]}),te[e]}const Un={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"}}},Fn={fallbackLocale:null,loadingDelay:200,formats:Un,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Gn=Fn;function Y(){return Gn}const Oe=ye(!1);var jn=Object.defineProperty,kn=Object.defineProperties,Vn=Object.getOwnPropertyDescriptors,ht=Object.getOwnPropertySymbols,Xn=Object.prototype.hasOwnProperty,zn=Object.prototype.propertyIsEnumerable,lt=(e,t,r)=>t in e?jn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Wn=(e,t)=>{for(var r in t||(t={}))Xn.call(t,r)&<(e,r,t[r]);if(ht)for(var r of ht(t))zn.call(t,r)&<(e,r,t[r]);return e},Zn=(e,t)=>kn(e,Vn(t));let je;const pe=ye(null);function ft(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function xe(e,t=Y().fallbackLocale){const r=ft(e);return t?[...new Set([...r,...ft(t)])]:r}function V(){return je!=null?je:void 0}pe.subscribe(e=>{je=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Qn=e=>{if(e&&Mn(e)&&Ge(e)){const{loadingDelay:t}=Y();let r;return typeof window!="undefined"&&V()!=null&&t?r=window.setTimeout(()=>Oe.set(!0),t):Oe.set(!0),Gt(e).then(()=>{pe.set(e)}).finally(()=>{clearTimeout(r),Oe.set(!1)})}return pe.set(e)},he=Zn(Wn({},pe),{set:Qn}),ve=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Jn=Object.defineProperty,ge=Object.getOwnPropertySymbols,jt=Object.prototype.hasOwnProperty,kt=Object.prototype.propertyIsEnumerable,ct=(e,t,r)=>t in e?Jn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ze=(e,t)=>{for(var r in t||(t={}))jt.call(t,r)&&ct(e,r,t[r]);if(ge)for(var r of ge(t))kt.call(t,r)&&ct(e,r,t[r]);return e},ee=(e,t)=>{var r={};for(var n in e)jt.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ge)for(var n of ge(e))t.indexOf(n)<0&&kt.call(e,n)&&(r[n]=e[n]);return r};const oe=(e,t)=>{const{formats:r}=Y();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},qn=ve(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=oe("number",n)),new Intl.NumberFormat(r,i)}),Yn=ve(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=oe("date",n):Object.keys(i).length===0&&(i=oe("date","short")),new Intl.DateTimeFormat(r,i)}),Kn=ve(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=oe("time",n):Object.keys(i).length===0&&(i=oe("time","short")),new Intl.DateTimeFormat(r,i)}),ei=(e={})=>{var t=e,{locale:r=V()}=t,n=ee(t,["locale"]);return qn(ze({locale:r},n))},ti=(e={})=>{var t=e,{locale:r=V()}=t,n=ee(t,["locale"]);return Yn(ze({locale:r},n))},ri=(e={})=>{var t=e,{locale:r=V()}=t,n=ee(t,["locale"]);return Kn(ze({locale:r},n))},ni=ve((e,t=V())=>new On(e,t,Y().formats,{ignoreTag:Y().ignoreTag})),ii=(e,t={})=>{var r,n,i,s;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:a,locale:h=V(),default:u}=o;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=Rt(e,h);if(!l)l=(s=(i=(n=(r=Y()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?s:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!a)return l;let f=l;try{f=ni(l,h).format(a)}catch(c){c instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,c.message)}return f},si=(e,t)=>ri(t).format(e),oi=(e,t)=>ti(t).format(e),ai=(e,t)=>ei(t).format(e),ui=(e,t=V())=>Rt(e,t),hi=K([he,ue],()=>ii);K([he],()=>si);K([he],()=>oi);K([he],()=>ai);K([he,ue],()=>ui);function mt(e,t){Ut(e,t)}const dt={en:{finished:"Finished",starting:"Starting in ",left:"left",minutes:"minutes",hours:"hours",days:"days"},hr:{finished:"Završeno",starting:"Starting in ",left:"preostalo",minutes:"minute",hours:"sati",days:"dana"},"zh-hk":{finished:"完成的",starting:"開始於",left:"剩下",minutes:"分鐘",hours:"小時",days:"天"},fr:{finished:"Fini",starting:"Début dans ",left:"restant",minutes:"minutes",hours:"heures",days:"jours"},ro:{finished:"Finalizat",starting:"Începe în",left:"rămase",minutes:"minute",hours:"ore",days:"zile"},tr:{finished:"Bitti",starting:"İçinde başlayan",left:"sol",minutes:"dakika",hours:"saat",days:"günler"},el:{finished:"Ολοκληρωμένα",starting:"Αρχίζει σε ",left:"απομένουν",minutes:"λεπτά",hours:"ώρες",days:"ημέρες"},es:{finished:"Finalizado",starting:"Iniciando en ",left:"queda",minutes:"minutos",hours:"horas",days:"días"},hu:{finished:"Befejezve",starting:"Kezdésig",left:"bal",minutes:"perc",hours:"óra",days:"nap"},pt:{finished:"Finalizado",starting:"Começando em",left:"Abandonou",minutes:"Minutos",hours:"Horas",days:"Dias"},"en-us":{finished:"Finished",starting:"Starting in ",left:"left",minutes:"minutes",hours:"hours",days:"days"}};function li(e){rr(e,"svelte-6h4bfy","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.TournamentDates{margin-left:20px;margin-right:20px;display:flex;justify-content:space-between}.StartDate{font-size:11px;color:var(--emw--color-gray-300, #58586B)}.EndDate{font-size:11px;align-content:flex-end;color:var(--emw--color-gray-300, #58586B)}.ProgressBar{margin:5px 20px;height:8px;background:var(--emw--color-white, #FFFFFF)}.ProgressBarInactive{margin:5px 20px 10px 20px;height:8px;background:var(--emw--color-gray-100, #E6E6E6)}.ProgressBarFill{background-color:var(--emw--color-green, #48952a);height:8px}.ProgressBarFillEnd{background-color:var(--emw--color-green, #48952a);height:8px}.ProgressBarFillStarting{background-color:var(--emw--color-gray-300, #58586B);height:8px}.Remaining,.Finished{font-size:10px;padding-top:5px;text-align:right;text-transform:uppercase}.Finished{color:var(--emw--color-green, #48952a)}")}function pt(e){let t,r,n=e[10](e[0])+"",i,s,o,a=e[10](e[1])+"",h,u,l,f,c,p,E;function H(d,S){return d[2]=="Finished"||d[2]=="Closing"||d[2]=="Closed"?mi:d[5]>0?ci:fi}let P=H(e),B=P(e);function L(d,S){if(d[2]=="Finished"||d[2]=="Closing"||d[2]=="Closed")return gi;if(d[5]>0)return pi;if(d[4]>0)return di}let v=L(e),T=v&&v(e);return{c(){t=I("div"),r=I("div"),i=G(n),s=re(),o=I("div"),h=G(a),u=re(),l=I("div"),f=I("div"),B.c(),c=re(),T&&T.c(),_(r,"class","StartDate"),_(r,"part","StartDate"),_(o,"class","EndDate"),_(o,"part","EndDate"),_(t,"class","TournamentDates"),_(t,"part","TournamentDates"),_(f,"class","ProgressBar"),_(f,"part","ProgressBar"),_(l,"class","ProgressBarWrapper"),_(l,"part","ProgressBarWrapper")},m(d,S){R(d,t,S),O(t,r),O(r,i),O(t,s),O(t,o),O(o,h),R(d,u,S),R(d,l,S),O(l,f),B.m(f,null),O(f,c),T&&T.m(f,null),p||(E=tr(e[9].call(null,l)),p=!0)},p(d,S){S&1&&n!==(n=d[10](d[0])+"")&&k(i,n),S&2&&a!==(a=d[10](d[1])+"")&&k(h,a),P===(P=H(d))&&B?B.p(d,S):(B.d(1),B=P(d),B&&(B.c(),B.m(f,c))),v===(v=L(d))&&T?T.p(d,S):(T&&T.d(1),T=v&&v(d),T&&(T.c(),T.m(f,null)))},d(d){d&&($(t),$(u),$(l)),B.d(),T&&T.d(),p=!1,E()}}}function fi(e){let t;return{c(){t=I("div"),_(t,"class","ProgressBarFill"),_(t,"part","ProgressBarFill"),Ye(t,"width",e[7]()+"%")},m(r,n){R(r,t,n)},p(r,n){n&128&&Ye(t,"width",r[7]()+"%")},d(r){r&&$(t)}}}function ci(e){let t;return{c(){t=I("div"),_(t,"class","ProgressBarFillStarting"),_(t,"part","ProgressBarFillStarting")},m(r,n){R(r,t,n)},p:w,d(r){r&&$(t)}}}function mi(e){let t;return{c(){t=I("div"),_(t,"class","ProgressBarFillEnd"),_(t,"part","ProgressBarFillEnd")},m(r,n){R(r,t,n)},p:w,d(r){r&&$(t)}}}function di(e){let t,r,n,i=e[8]("left")+"",s;return{c(){t=I("div"),r=G(e[6]),n=re(),s=G(i),_(t,"class","Remaining"),_(t,"part","Remaining")},m(o,a){R(o,t,a),O(t,r),O(t,n),O(t,s)},p(o,a){a&64&&k(r,o[6]),a&256&&i!==(i=o[8]("left")+"")&&k(s,i)},d(o){o&&$(t)}}}function pi(e){let t,r=e[8]("starting")+"",n,i,s=e[11](e[5])+"",o;return{c(){t=I("div"),n=G(r),i=re(),o=G(s),_(t,"class","Remaining"),_(t,"part","Remaining")},m(a,h){R(a,t,h),O(t,n),O(t,i),O(t,o)},p(a,h){h&256&&r!==(r=a[8]("starting")+"")&&k(n,r),h&32&&s!==(s=a[11](a[5])+"")&&k(o,s)},d(a){a&&$(t)}}}function gi(e){let t,r=e[8]("finished")+"",n;return{c(){t=I("div"),n=G(r),_(t,"class","Finished"),_(t,"part","Finished")},m(i,s){R(i,t,s),O(t,n)},p(i,s){s&256&&r!==(r=i[8]("finished")+"")&&k(n,r)},d(i){i&&$(t)}}}function bi(e){let t,r=e[0]&&e[1]&&pt(e);return{c(){t=I("div"),r&&r.c(),_(t,"class","TournamentDuration"),_(t,"part","TournamentDuration")},m(n,i){R(n,t,i),r&&r.m(t,null),e[16](t)},p(n,[i]){n[0]&&n[1]?r?r.p(n,i):(r=pt(n),r.c(),r.m(t,null)):r&&(r.d(1),r=null)},i:w,o:w,d(n){n&&$(t),r&&r.d(),e[16](null)}}}function yi(e,t,r){let n,i;er(e,hi,m=>r(8,i=m));let{startdate:s=""}=t,{enddate:o=""}=t,{status:a=""}=t,{lang:h="en"}=t,{clientstyling:u=""}=t,{clientstylingurl:l=""}=t,{translationurl:f=""}=t,c,p="",E="",H="";const P=()=>{fetch(f).then(A=>A.json()).then(A=>{Object.keys(A).forEach(C=>{mt(C,A[C])})}).catch(A=>{console.log(A)})};Object.keys(dt).forEach(m=>{mt(m,dt[m])});const B=m=>new Date(m).getTime(),L=(m,A)=>(B(A)-B(m))/(1e3*60),v=()=>{const m=new Date;r(4,p=L(m,o)),r(5,E=L(m,s)),r(6,H=d(p))},T=m=>{const A={month:"long"};let C=new Date(m),j=new Intl.DateTimeFormat(h,A).format(C);return`${C.getDate()} ${j}, ${C.toLocaleString("en-GB",{hour:"numeric",minute:"numeric"})}, ${C.getUTCFullYear()}`},d=m=>{const A=(j,D)=>j+" "+i(D),C=j=>{const D=Math.floor(j);return D<10?`0${D}`:`${D}`};if(m<1440){const j=m/60,D=m%60,zt=(D-Math.floor(D))*60;return[j,D,zt].map(Wt=>C(Wt)).join(":")}return A(Math.ceil(m/(60*24)),"days")},S=()=>{let m=document.createElement("style");m.innerHTML=u,c.appendChild(m)},le=()=>{let m=new URL(l),A=document.createElement("style");fetch(m.href).then(C=>C.text()).then(C=>{A.innerHTML=C,setTimeout(()=>{c.appendChild(A)},1),setTimeout(()=>{},500)})};ur(()=>{window.postMessage({type:"TournamentThumbnailMounted"},window.location.href);const m=setInterval(()=>{s&&o&&v()},1e3);return()=>clearInterval(m)});function Xt(m){Ie[m?"unshift":"push"](()=>{c=m,r(3,c)})}return e.$$set=m=>{"startdate"in m&&r(0,s=m.startdate),"enddate"in m&&r(1,o=m.enddate),"status"in m&&r(2,a=m.status),"lang"in m&&r(12,h=m.lang),"clientstyling"in m&&r(13,u=m.clientstyling),"clientstylingurl"in m&&r(14,l=m.clientstylingurl),"translationurl"in m&&r(15,f=m.translationurl)},e.$$.update=()=>{e.$$.dirty&19&&r(7,n=()=>{if(p<=0)return 100;const m=L(s,o),A=100/m;return Math.floor((m-p)*A)}),e.$$.dirty&19&&s&&o&&v()&&d(p),e.$$.dirty&4096&&h&&v(),e.$$.dirty&4112&&h&&d(p),e.$$.dirty&32768&&f&&P(),e.$$.dirty&8200&&c&&u&&S(),e.$$.dirty&16392&&c&&l&&le()},[s,o,a,c,p,E,H,n,i,v,T,d,h,u,l,f,Xt]}class Vt extends _r{constructor(t){super(),yr(this,t,yi,bi,bt,{startdate:0,enddate:1,status:2,lang:12,clientstyling:13,clientstylingurl:14,translationurl:15},li)}get startdate(){return this.$$.ctx[0]}set startdate(t){this.$$set({startdate:t}),U()}get enddate(){return this.$$.ctx[1]}set enddate(t){this.$$set({enddate:t}),U()}get status(){return this.$$.ctx[2]}set status(t){this.$$set({status:t}),U()}get lang(){return this.$$.ctx[12]}set lang(t){this.$$set({lang:t}),U()}get clientstyling(){return this.$$.ctx[13]}set clientstyling(t){this.$$set({clientstyling:t}),U()}get clientstylingurl(){return this.$$.ctx[14]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),U()}get translationurl(){return this.$$.ctx[15]}set translationurl(t){this.$$set({translationurl:t}),U()}}Er(Vt,{startdate:{},enddate:{},status:{},lang:{},clientstyling:{},clientstylingurl:{},translationurl:{}},[],[],!0);exports.default=Vt;
|
|
@@ -44,7 +44,8 @@ function Vt(e, t, r) {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
function Xt(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 ? (
|
|
@@ -101,7 +102,8 @@ function re(e) {
|
|
|
101
102
|
ne = e;
|
|
102
103
|
}
|
|
103
104
|
function Qt() {
|
|
104
|
-
if (!ne)
|
|
105
|
+
if (!ne)
|
|
106
|
+
throw new Error("Function called outside component initialization");
|
|
105
107
|
return ne;
|
|
106
108
|
}
|
|
107
109
|
function Jt(e) {
|
|
@@ -132,7 +134,8 @@ function D() {
|
|
|
132
134
|
} catch (t) {
|
|
133
135
|
throw z.length = 0, V = 0, t;
|
|
134
136
|
}
|
|
135
|
-
for (re(null), z.length = 0, V = 0; Ne.length; )
|
|
137
|
+
for (re(null), z.length = 0, V = 0; Ne.length; )
|
|
138
|
+
Ne.pop()();
|
|
136
139
|
for (let t = 0; t < W.length; t += 1) {
|
|
137
140
|
const r = W[t];
|
|
138
141
|
ve.has(r) || (ve.add(r), r());
|
|
@@ -570,11 +573,26 @@ Z.all = function(t, r) {
|
|
|
570
573
|
};
|
|
571
574
|
var Tr = Z, Br = Tr;
|
|
572
575
|
const Sr = /* @__PURE__ */ fr(Br);
|
|
576
|
+
/*! *****************************************************************************
|
|
577
|
+
Copyright (c) Microsoft Corporation.
|
|
578
|
+
|
|
579
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
580
|
+
purpose with or without fee is hereby granted.
|
|
581
|
+
|
|
582
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
583
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
584
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
585
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
586
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
587
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
588
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
589
|
+
***************************************************************************** */
|
|
573
590
|
var we = function(e, t) {
|
|
574
591
|
return we = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
575
592
|
r.__proto__ = n;
|
|
576
593
|
} || function(r, n) {
|
|
577
|
-
for (var i in n)
|
|
594
|
+
for (var i in n)
|
|
595
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
578
596
|
}, we(e, t);
|
|
579
597
|
};
|
|
580
598
|
function ye(e, t) {
|
|
@@ -590,23 +608,26 @@ var y = function() {
|
|
|
590
608
|
return y = Object.assign || function(t) {
|
|
591
609
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
592
610
|
r = arguments[n];
|
|
593
|
-
for (var s in r)
|
|
611
|
+
for (var s in r)
|
|
612
|
+
Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
|
|
594
613
|
}
|
|
595
614
|
return t;
|
|
596
615
|
}, y.apply(this, arguments);
|
|
597
616
|
};
|
|
598
617
|
function Ar(e, t) {
|
|
599
618
|
var r = {};
|
|
600
|
-
for (var n in e)
|
|
619
|
+
for (var n in e)
|
|
620
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
601
621
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
602
622
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
603
623
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
604
624
|
return r;
|
|
605
625
|
}
|
|
606
626
|
function He(e, t, r) {
|
|
607
|
-
if (
|
|
608
|
-
(
|
|
609
|
-
|
|
627
|
+
if (arguments.length === 2)
|
|
628
|
+
for (var n = 0, i = t.length, s; n < i; n++)
|
|
629
|
+
(s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
|
|
630
|
+
return e.concat(s || t);
|
|
610
631
|
}
|
|
611
632
|
function Te(e, t) {
|
|
612
633
|
var r = t && t.cache ? t.cache : Lr, n = t && t.serializer ? t.serializer : wr, i = t && t.strategy ? t.strategy : Nr;
|
|
@@ -2432,7 +2453,8 @@ function Vr(e, t) {
|
|
|
2432
2453
|
r += l;
|
|
2433
2454
|
for (; a-- > 0; )
|
|
2434
2455
|
r = u + r;
|
|
2435
|
-
} else
|
|
2456
|
+
} else
|
|
2457
|
+
i === "J" ? r += "H" : r += i;
|
|
2436
2458
|
}
|
|
2437
2459
|
return r;
|
|
2438
2460
|
}
|
|
@@ -3035,7 +3057,8 @@ function De(e) {
|
|
|
3035
3057
|
if (delete t.location, _t(t) || xt(t))
|
|
3036
3058
|
for (var r in t.options)
|
|
3037
3059
|
delete t.options[r].location, De(t.options[r].value);
|
|
3038
|
-
else
|
|
3060
|
+
else
|
|
3061
|
+
bt(t) && Ht(t.style) || (yt(t) || Et(t)) && Le(t.style) ? delete t.style.location : vt(t) && De(t.children);
|
|
3039
3062
|
});
|
|
3040
3063
|
}
|
|
3041
3064
|
function ln(e, t) {
|
|
@@ -3797,15 +3820,18 @@ function ht(e) {
|
|
|
3797
3820
|
d[2] == "Finished" || /*status*/
|
|
3798
3821
|
d[2] == "Closing" || /*status*/
|
|
3799
3822
|
d[2] == "Closed"
|
|
3800
|
-
)
|
|
3823
|
+
)
|
|
3824
|
+
return ii;
|
|
3801
3825
|
if (
|
|
3802
3826
|
/*tournamentUntilStartDays*/
|
|
3803
3827
|
d[5] > 0
|
|
3804
|
-
)
|
|
3828
|
+
)
|
|
3829
|
+
return ni;
|
|
3805
3830
|
if (
|
|
3806
3831
|
/*tournamentLeftDays*/
|
|
3807
3832
|
d[4] > 0
|
|
3808
|
-
)
|
|
3833
|
+
)
|
|
3834
|
+
return ri;
|
|
3809
3835
|
}
|
|
3810
3836
|
let v = L(e), H = v && v(e);
|
|
3811
3837
|
return {
|
|
@@ -4075,7 +4101,8 @@ function oi(e, t, r) {
|
|
|
4075
4101
|
}, e.$$.update = () => {
|
|
4076
4102
|
e.$$.dirty & /*tournamentLeftDays, startdate, enddate*/
|
|
4077
4103
|
19 && r(7, n = () => {
|
|
4078
|
-
if (p <= 0)
|
|
4104
|
+
if (p <= 0)
|
|
4105
|
+
return 100;
|
|
4079
4106
|
const m = L(s, a), A = 100 / m;
|
|
4080
4107
|
return Math.floor((m - p) * A);
|
|
4081
4108
|
}), e.$$.dirty & /*startdate, enddate, tournamentLeftDays*/
|
|
@@ -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/CasinoTournamentsThumbnailDuration-
|
|
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/CasinoTournamentsThumbnailDuration-D0HB4CR5.cjs")).then(({default:t})=>{!customElements.get("casino-tournaments-thumbnail-duration")&&customElements.define("casino-tournaments-thumbnail-duration",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/CasinoTournamentsThumbnailDuration-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CasinoTournamentsThumbnailDuration-6l1nej4L.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("casino-tournaments-thumbnail-duration") && customElements.define(
|
|
15
15
|
"casino-tournaments-thumbnail-duration",
|
|
16
16
|
t.element
|
package/package.json
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";var Zt=Object.defineProperty,Qt=Object.defineProperties;var Jt=Object.getOwnPropertyDescriptors;var We=Object.getOwnPropertySymbols;var qt=Object.prototype.hasOwnProperty,Yt=Object.prototype.propertyIsEnumerable;var Te=(e,t,r)=>t in e?Zt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ze=(e,t)=>{for(var r in t||(t={}))qt.call(t,r)&&Te(e,r,t[r]);if(We)for(var r of We(t))Yt.call(t,r)&&Te(e,r,t[r]);return e},Qe=(e,t)=>Qt(e,Jt(t));var M=(e,t,r)=>Te(e,typeof t!="symbol"?t+"":t,r);var Je=(e,t,r)=>new Promise((n,i)=>{var s=h=>{try{a(r.next(h))}catch(u){i(u)}},o=h=>{try{a(r.throw(h))}catch(u){i(u)}},a=h=>h.done?n(h.value):Promise.resolve(h.value).then(s,o);a((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function w(){}function gt(e){return e()}function qe(){return Object.create(null)}function ae(e){e.forEach(gt)}function be(e){return typeof e=="function"}function bt(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function Kt(e){return Object.keys(e).length===0}function yt(e,...t){if(e==null){for(const n of t)n(void 0);return w}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function er(e,t,r){e.$$.on_destroy.push(yt(t,r))}function tr(e){return e&&be(e.destroy)?e.destroy:w}function O(e,t){e.appendChild(t)}function rr(e,t,r){const n=nr(e);if(!n.getElementById(t)){const i=I("style");i.id=t,i.textContent=r,ir(n,i)}}function nr(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function ir(e,t){return O(e.head||e,t),t.sheet}function R(e,t,r){e.insertBefore(t,r||null)}function $(e){e.parentNode&&e.parentNode.removeChild(e)}function I(e){return document.createElement(e)}function G(e){return document.createTextNode(e)}function re(){return G(" ")}function _(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function sr(e){return Array.from(e.childNodes)}function k(e,t){t=""+t,e.data!==t&&(e.data=t)}function Ye(e,t,r,n){r==null?e.style.removeProperty(t):e.style.setProperty(t,r,"")}function or(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}let ie;function ne(e){ie=e}function ar(){if(!ie)throw new Error("Function called outside component initialization");return ie}function ur(e){ar().$$.on_mount.push(e)}const W=[],Ie=[];let Z=[];const Ke=[],hr=Promise.resolve();let we=!1;function lr(){we||(we=!0,hr.then(U))}function Le(e){Z.push(e)}const He=new Set;let X=0;function U(){if(X!==0)return;const e=ie;do{try{for(;X<W.length;){const t=W[X];X++,ne(t),fr(t.$$)}}catch(t){throw W.length=0,X=0,t}for(ne(null),W.length=0,X=0;Ie.length;)Ie.pop()();for(let t=0;t<Z.length;t+=1){const r=Z[t];He.has(r)||(He.add(r),r())}Z.length=0}while(W.length);for(;Ke.length;)Ke.pop()();we=!1,He.clear(),ne(e)}function fr(e){if(e.fragment!==null){e.update(),ae(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(Le)}}function cr(e){const t=[],r=[];Z.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),Z=t}const mr=new Set;function dr(e,t){e&&e.i&&(mr.delete(e),e.i(t))}function pr(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),Le(()=>{const s=e.$$.on_mount.map(gt).filter(be);e.$$.on_destroy?e.$$.on_destroy.push(...s):ae(s),e.$$.on_mount=[]}),i.forEach(Le)}function gr(e,t){const r=e.$$;r.fragment!==null&&(cr(r.after_update),ae(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function br(e,t){e.$$.dirty[0]===-1&&(W.push(e),lr(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function yr(e,t,r,n,i,s,o=null,a=[-1]){const h=ie;ne(e);const u=e.$$={fragment:null,ctx:[],props:s,update:w,not_equal:i,bound:qe(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(h?h.$$.context:[])),callbacks:qe(),dirty:a,skip_bound:!1,root:t.target||h.$$.root};o&&o(u.root);let l=!1;if(u.ctx=r?r(e,t.props||{},(f,c,...p)=>{const E=p.length?p[0]:c;return u.ctx&&i(u.ctx[f],u.ctx[f]=E)&&(!u.skip_bound&&u.bound[f]&&u.bound[f](E),l&&br(e,f)),c}):[],u.update(),l=!0,ae(u.before_update),u.fragment=n?n(u.ctx):!1,t.target){if(t.hydrate){const f=sr(t.target);u.fragment&&u.fragment.l(f),f.forEach($)}else u.fragment&&u.fragment.c();t.intro&&dr(e.$$.fragment),pr(e,t.target,t.anchor),U()}ne(h)}let Et;typeof HTMLElement=="function"&&(Et=class extends HTMLElement{constructor(t,r,n){super();M(this,"$$ctor");M(this,"$$s");M(this,"$$c");M(this,"$$cn",!1);M(this,"$$d",{});M(this,"$$r",!1);M(this,"$$p_d",{});M(this,"$$l",{});M(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 Je(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let o;return{c:function(){o=I("slot"),s!=="default"&&_(o,"name",s)},m:function(u,l){R(u,o,l)},d:function(u){u&&$(o)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=or(this);for(const s of this.$$s)s in n&&(r[s]=[t(s)]);for(const s of this.attributes){const o=this.$$g_p(s.name);o in this.$$d||(this.$$d[o]=ce(o,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:Qe(Ze({},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 o=ce(s,this.$$d[s],this.$$p_d,"toAttribute");o==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,o)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const s in this.$$l)for(const o of this.$$l[s]){const a=this.$$c.$on(s,o);this.$$l_u.set(o,a)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=ce(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 ce(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 Er(e,t,r,n,i,s){let o=class extends Et{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(a=>(t[a].attribute||a).toLowerCase())}};return Object.keys(t).forEach(a=>{Object.defineProperty(o.prototype,a,{get(){return this.$$c&&a in this.$$c?this.$$c[a]:this.$$d[a]},set(h){var u;h=ce(a,h,t),this.$$d[a]=h,(u=this.$$c)==null||u.$set({[a]:h})}})}),n.forEach(a=>{Object.defineProperty(o.prototype,a,{get(){var h;return(h=this.$$c)==null?void 0:h[a]}})}),e.element=o,o}class _r{constructor(){M(this,"$$");M(this,"$$set")}$destroy(){gr(this,1),this.$destroy=w}$on(t,r){if(!be(r))return w;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&&!Kt(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const xr="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(xr);const z=[];function vr(e,t){return{subscribe:ye(e,t).subscribe}}function ye(e,t=w){let r;const n=new Set;function i(a){if(bt(e,a)&&(e=a,r)){const h=!z.length;for(const u of n)u[1](),z.push(u,e);if(h){for(let u=0;u<z.length;u+=2)z[u][0](z[u+1]);z.length=0}}}function s(a){i(a(e))}function o(a,h=w){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,s)||w),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:s,subscribe:o}}function K(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 vr(r,(o,a)=>{let h=!1;const u=[];let l=0,f=w;const c=()=>{if(l)return;f();const E=t(n?u[0]:u,o,a);s?o(E):f=be(E)?E:w},p=i.map((E,H)=>yt(E,P=>{u[H]=P,l&=~(1<<H),h&&c()},()=>{l|=1<<H}));return h=!0,c(),function(){ae(p),f(),h=!1}})}function Tr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Hr=function(t){return Br(t)&&!Sr(t)};function Br(e){return!!e&&typeof e=="object"}function Sr(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Nr(e)}var Ar=typeof Symbol=="function"&&Symbol.for,Pr=Ar?Symbol.for("react.element"):60103;function Nr(e){return e.$$typeof===Pr}function Or(e){return Array.isArray(e)?[]:{}}function se(e,t){return t.clone!==!1&&t.isMergeableObject(e)?Q(Or(e),e,t):e}function Ir(e,t,r){return e.concat(t).map(function(n){return se(n,r)})}function wr(e,t){if(!t.customMerge)return Q;var r=t.customMerge(e);return typeof r=="function"?r:Q}function Lr(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function et(e){return Object.keys(e).concat(Lr(e))}function _t(e,t){try{return t in e}catch(r){return!1}}function Cr(e,t){return _t(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Mr(e,t,r){var n={};return r.isMergeableObject(e)&&et(e).forEach(function(i){n[i]=se(e[i],r)}),et(t).forEach(function(i){Cr(e,i)||(_t(e,i)&&r.isMergeableObject(t[i])?n[i]=wr(i,r)(e[i],t[i],r):n[i]=se(t[i],r))}),n}function Q(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Ir,r.isMergeableObject=r.isMergeableObject||Hr,r.cloneUnlessOtherwiseSpecified=se;var n=Array.isArray(t),i=Array.isArray(e),s=n===i;return s?n?r.arrayMerge(e,t,r):Mr(e,t,r):se(t,r)}Q.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return Q(n,i,r)},{})};var $r=Q,Rr=$r;const Dr=Tr(Rr);var Ce=function(e,t){return Ce=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])},Ce(e,t)};function Ee(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ce(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var y=function(){return y=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},y.apply(this,arguments)};function Ur(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 Be(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 Se(e,t){var r=t&&t.cache?t.cache:Xr,n=t&&t.serializer?t.serializer:Vr,i=t&&t.strategy?t.strategy:Gr;return i(e,{cache:r,serializer:n})}function Fr(e){return e==null||typeof e=="number"||typeof e=="boolean"}function xt(e,t,r,n){var i=Fr(n)?n:r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.call(this,n),t.set(i,s)),s}function vt(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 ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Gr(e,t){var r=e.length===1?xt:vt;return ke(e,this,r,t.cache.create(),t.serializer)}function jr(e,t){return ke(e,this,vt,t.cache.create(),t.serializer)}function kr(e,t){return ke(e,this,xt,t.cache.create(),t.serializer)}var Vr=function(){return JSON.stringify(arguments)};function Ve(){this.cache=Object.create(null)}Ve.prototype.get=function(e){return this.cache[e]};Ve.prototype.set=function(e,t){this.cache[e]=t};var Xr={create:function(){return new Ve}},Ae={variadic:jr,monadic:kr},g;(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"})(g||(g={}));var x;(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"})(x||(x={}));var J;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(J||(J={}));function tt(e){return e.type===x.literal}function zr(e){return e.type===x.argument}function Tt(e){return e.type===x.number}function Ht(e){return e.type===x.date}function Bt(e){return e.type===x.time}function St(e){return e.type===x.select}function At(e){return e.type===x.plural}function Wr(e){return e.type===x.pound}function Pt(e){return e.type===x.tag}function Nt(e){return!!(e&&typeof e=="object"&&e.type===J.number)}function Me(e){return!!(e&&typeof e=="object"&&e.type===J.dateTime)}var Ot=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Zr=/(?:[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 Qr(e){var t={};return e.replace(Zr,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 Jr=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function qr(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Jr).filter(function(c){return c.length>0}),r=[],n=0,i=t;n<i.length;n++){var s=i[n],o=s.split("/");if(o.length===0)throw new Error("Invalid number skeleton");for(var a=o[0],h=o.slice(1),u=0,l=h;u<l.length;u++){var f=l[u];if(f.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Yr(e){return e.replace(/^(.*?)-/,"")}var rt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,It=/^(@+)?(\+|#+)?[rs]?$/g,Kr=/(\*)(0+)|(#+)(0+)|(0+)/g,wt=/^(0+)$/;function nt(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(It,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 Lt(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)),!wt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function it(e){var t={},r=Lt(e);return r||t}function tn(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=Yr(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=y(y(y({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return y(y({},h),it(u))},{}));continue;case"engineering":t=y(y(y({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return y(y({},h),it(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(Kr,function(h,u,l,f,c,p){if(u)t.minimumIntegerDigits=l.length;else{if(f&&c)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(wt.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(rt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(rt,function(h,u,l,f,c,p){return l==="*"?t.minimumFractionDigits=u.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:c&&p?(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length+p.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var s=i.options[0];s==="w"?t=y(y({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=y(y({},t),nt(s)));continue}if(It.test(i.stem)){t=y(y({},t),nt(i.stem));continue}var o=Lt(i.stem);o&&(t=y(y({},t),o));var a=en(i.stem);a&&(t=y(y({},t),a))}return t}var fe={"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 rn(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 o=1+(s&1),a=s<2?1:3+(s>>1),h="a",u=nn(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=h;for(;o-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function nn(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=fe[n||""]||fe[r||""]||fe["".concat(r,"-001")]||fe["001"];return i[0]}var Pe,sn=new RegExp("^".concat(Ot.source,"*")),on=new RegExp("".concat(Ot.source,"*$"));function b(e,t){return{start:e,end:t}}var an=!!String.prototype.startsWith&&"_a".startsWith("a",1),un=!!String.fromCodePoint,hn=!!Object.fromEntries,ln=!!String.prototype.codePointAt,fn=!!String.prototype.trimStart,cn=!!String.prototype.trimEnd,mn=!!Number.isSafeInteger,dn=mn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},$e=!0;try{var pn=Mt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");$e=((Pe=pn.exec("a"))===null||Pe===void 0?void 0:Pe[0])==="a"}catch(e){$e=!1}var st=an?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},Re=un?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,s=0,o;i>s;){if(o=t[s++],o>1114111)throw RangeError(o+" is not a valid code point");n+=o<65536?String.fromCharCode(o):String.fromCharCode(((o-=65536)>>10)+55296,o%1024+56320)}return n},ot=hn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var s=i[n],o=s[0],a=s[1];r[o]=a}return r},Ct=ln?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}},gn=fn?function(t){return t.trimStart()}:function(t){return t.replace(sn,"")},bn=cn?function(t){return t.trimEnd()}:function(t){return t.replace(on,"")};function Mt(e,t){return new RegExp(e,t)}var De;if($e){var at=Mt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");De=function(t,r){var n;at.lastIndex=r;var i=at.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else De=function(t,r){for(var n=[];;){var i=Ct(t,r);if(i===void 0||$t(i)||xn(i))break;n.push(i),r+=i>=65536?2:1}return Re.apply(void 0,n)};var yn=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 o=this.parseArgument(t,n);if(o.err)return o;i.push(o.val)}else{if(s===125&&t>0)break;if(s===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:x.pound,location:b(a,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(g.UNMATCHED_CLOSING_TAG,b(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&&Ue(this.peek()||0)){var o=this.parseTag(t,r);if(o.err)return o;i.push(o.val)}else{var o=this.parseLiteral(t,r);if(o.err)return o;i.push(o.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:x.literal,value:"<".concat(i,"/>"),location:b(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var o=s.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Ue(this.char()))return this.error(g.INVALID_TAG,b(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(g.UNMATCHED_CLOSING_TAG,b(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:x.tag,value:i,children:o,location:b(n,this.clonePosition())},err:null}:this.error(g.INVALID_TAG,b(a,this.clonePosition())))}else return this.error(g.UNCLOSED_TAG,b(n,this.clonePosition()))}else return this.error(g.INVALID_TAG,b(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&_n(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 o=this.tryParseUnquoted(t,r);if(o){i+=o;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var h=b(n,this.clonePosition());return{val:{type:x.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!En(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 Re.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(),Re(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(g.EMPTY_ARGUMENT,b(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(g.MALFORMED_ARGUMENT,b(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:x.argument,value:i,location:b(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(g.MALFORMED_ARGUMENT,b(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=De(this.message,r),i=r+n.length;this.bumpTo(i);var s=this.clonePosition(),o=b(t,s);return{value:n,location:o}},e.prototype.parseArgumentOptions=function(t,r,n,i){var s,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,h=this.clonePosition();switch(a){case"":return this.error(g.EXPECT_ARGUMENT_TYPE,b(o,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var c=bn(f.val);if(c.length===0)return this.error(g.EXPECT_ARGUMENT_STYLE,b(this.clonePosition(),this.clonePosition()));var p=b(l,this.clonePosition());u={style:c,styleLocation:p}}var E=this.tryParseArgumentClose(i);if(E.err)return E;var H=b(i,this.clonePosition());if(u&&st(u==null?void 0:u.style,"::",0)){var P=gn(u.style.slice(2));if(a==="number"){var f=this.parseNumberSkeletonFromString(P,u.styleLocation);return f.err?f:{val:{type:x.number,value:n,location:H,style:f.val},err:null}}else{if(P.length===0)return this.error(g.EXPECT_DATE_TIME_SKELETON,H);var B=P;this.locale&&(B=rn(P,this.locale));var c={type:J.dateTime,pattern:B,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?Qr(B):{}},L=a==="date"?x.date:x.time;return{val:{type:L,value:n,location:H,style:c},err:null}}}return{val:{type:a==="number"?x.number:a==="date"?x.date:x.time,value:n,location:H,style:(s=u==null?void 0:u.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var v=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(g.EXPECT_SELECT_ARGUMENT_OPTIONS,b(v,y({},v)));this.bumpSpace();var T=this.parseIdentifierIfPossible(),d=0;if(a!=="select"&&T.value==="offset"){if(!this.bumpIf(":"))return this.error(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,g.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),T=this.parseIdentifierIfPossible(),d=f.val}var S=this.tryParsePluralOrSelectOptions(t,a,r,T);if(S.err)return S;var E=this.tryParseArgumentClose(i);if(E.err)return E;var le=b(i,this.clonePosition());return a==="select"?{val:{type:x.select,value:n,options:ot(S.val),location:le},err:null}:{val:{type:x.plural,value:n,options:ot(S.val),offset:d,pluralType:a==="plural"?"cardinal":"ordinal",location:le},err:null}}default:return this.error(g.INVALID_ARGUMENT_TYPE,b(o,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(g.EXPECT_ARGUMENT_CLOSING_BRACE,b(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(g.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,b(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=qr(t)}catch(i){return this.error(g.INVALID_NUMBER_SKELETON,r)}return{val:{type:J.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?tn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var s,o=!1,a=[],h=new Set,u=i.value,l=i.location;;){if(u.length===0){var f=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var c=this.tryParseDecimalInteger(g.EXPECT_PLURAL_ARGUMENT_SELECTOR,g.INVALID_PLURAL_ARGUMENT_SELECTOR);if(c.err)return c;l=b(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?g.DUPLICATE_SELECT_ARGUMENT_SELECTOR:g.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);u==="other"&&(o=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?g.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:g.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,b(this.clonePosition(),this.clonePosition()));var E=this.parseMessage(t+1,r,n);if(E.err)return E;var H=this.tryParseArgumentClose(p);if(H.err)return H;a.push([u,{value:E.val,location:b(p,this.clonePosition())}]),h.add(u),this.bumpSpace(),s=this.parseIdentifierIfPossible(),u=s.value,l=s.location}return a.length===0?this.error(r==="select"?g.EXPECT_SELECT_ARGUMENT_SELECTOR:g.EXPECT_PLURAL_ARGUMENT_SELECTOR,b(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(g.MISSING_OTHER_CLAUSE,b(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var s=!1,o=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)s=!0,o=o*10+(a-48),this.bump();else break}var h=b(i,this.clonePosition());return s?(o*=n,dn(o)?{val:o,err:null}:this.error(r,h)):this.error(t,h)},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=Ct(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(st(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()&&$t(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 Ue(e){return e>=97&&e<=122||e>=65&&e<=90}function En(e){return Ue(e)||e===47}function _n(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 $t(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function xn(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 Fe(e){e.forEach(function(t){if(delete t.location,St(t)||At(t))for(var r in t.options)delete t.options[r].location,Fe(t.options[r].value);else Tt(t)&&Nt(t.style)||(Ht(t)||Bt(t))&&Me(t.style)?delete t.style.location:Pt(t)&&Fe(t.children)})}function vn(e,t){t===void 0&&(t={}),t=y({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new yn(e,t).parse();if(r.err){var n=SyntaxError(g[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||Fe(r.val),r.val}var q;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(q||(q={}));var _e=function(e){Ee(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),ut=function(e){Ee(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('", "'),'"'),q.INVALID_VALUE,s)||this}return t}(_e),Tn=function(e){Ee(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),q.INVALID_VALUE,i)||this}return t}(_e),Hn=function(e){Ee(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,'"'),q.MISSING_VALUE,n)||this}return t}(_e),N;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(N||(N={}));function Bn(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==N.literal||r.type!==N.literal?t.push(r):n.value+=r.value,t},[])}function Sn(e){return typeof e=="function"}function me(e,t,r,n,i,s,o){if(e.length===1&&tt(e[0]))return[{type:N.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var l=u[h];if(tt(l)){a.push({type:N.literal,value:l.value});continue}if(Wr(l)){typeof s=="number"&&a.push({type:N.literal,value:r.getNumberFormat(t).format(s)});continue}var f=l.value;if(!(i&&f in i))throw new Hn(f,o);var c=i[f];if(zr(l)){(!c||typeof c=="string"||typeof c=="number")&&(c=typeof c=="string"||typeof c=="number"?String(c):""),a.push({type:typeof c=="string"?N.literal:N.object,value:c});continue}if(Ht(l)){var p=typeof l.style=="string"?n.date[l.style]:Me(l.style)?l.style.parsedOptions:void 0;a.push({type:N.literal,value:r.getDateTimeFormat(t,p).format(c)});continue}if(Bt(l)){var p=typeof l.style=="string"?n.time[l.style]:Me(l.style)?l.style.parsedOptions:n.time.medium;a.push({type:N.literal,value:r.getDateTimeFormat(t,p).format(c)});continue}if(Tt(l)){var p=typeof l.style=="string"?n.number[l.style]:Nt(l.style)?l.style.parsedOptions:void 0;p&&p.scale&&(c=c*(p.scale||1)),a.push({type:N.literal,value:r.getNumberFormat(t,p).format(c)});continue}if(Pt(l)){var E=l.children,H=l.value,P=i[H];if(!Sn(P))throw new Tn(H,"function",o);var B=me(E,t,r,n,i,s),L=P(B.map(function(d){return d.value}));Array.isArray(L)||(L=[L]),a.push.apply(a,L.map(function(d){return{type:typeof d=="string"?N.literal:N.object,value:d}}))}if(St(l)){var v=l.options[c]||l.options.other;if(!v)throw new ut(l.value,c,Object.keys(l.options),o);a.push.apply(a,me(v.value,t,r,n,i));continue}if(At(l)){var v=l.options["=".concat(c)];if(!v){if(!Intl.PluralRules)throw new _e(`Intl.PluralRules is not available in this environment.
|
|
2
|
-
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3
|
-
`,q.MISSING_INTL_API,o);var T=r.getPluralRules(t,{type:l.pluralType}).select(c-(l.offset||0));v=l.options[T]||l.options.other}if(!v)throw new ut(l.value,c,Object.keys(l.options),o);a.push.apply(a,me(v.value,t,r,n,i,c-(l.offset||0)));continue}}return Bn(a)}function An(e,t){return t?y(y(y({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=y(y({},e[n]),t[n]||{}),r},{})):e}function Pn(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=An(e[n],t[n]),r},y({},e)):e}function Ne(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Nn(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Se(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Be([void 0],r,!1)))},{cache:Ne(e.number),strategy:Ae.variadic}),getDateTimeFormat:Se(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Be([void 0],r,!1)))},{cache:Ne(e.dateTime),strategy:Ae.variadic}),getPluralRules:Se(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Be([void 0],r,!1)))},{cache:Ne(e.pluralRules),strategy:Ae.variadic})}}var On=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(h){var u=s.formatToParts(h);if(u.length===1)return u[0].value;var l=u.reduce(function(f,c){return!f.length||c.type!==N.literal||typeof f[f.length-1]!="string"?f.push(c.value):f[f.length-1]+=c.value,f},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(h){return me(s.ast,s.locales,s.formatters,s.formats,h,void 0,s.message)},this.resolvedOptions=function(){var h;return{locale:((h=s.resolvedLocale)===null||h===void 0?void 0:h.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 o=i||{};o.formatters;var a=Ur(o,["formatters"]);this.ast=e.__parse(t,y(y({},a),{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=Pn(e.formats,n),this.formatters=i&&i.formatters||Nn(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=vn,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 In(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 F={},wn=(e,t,r)=>r&&(t in F||(F[t]={}),e in F[t]||(F[t][e]=r),r),Rt=(e,t)=>{if(t==null)return;if(t in F&&e in F[t])return F[t][e];const r=xe(t);for(let n=0;n<r.length;n++){const i=r[n],s=Cn(i,e);if(s)return wn(e,t,s)}};let Xe;const ue=ye({});function Ln(e){return Xe[e]||null}function Dt(e){return e in Xe}function Cn(e,t){if(!Dt(e))return null;const r=Ln(e);return In(r,t)}function Mn(e){if(e==null)return;const t=xe(e);for(let r=0;r<t.length;r++){const n=t[r];if(Dt(n))return n}}function Ut(e,...t){delete F[e],ue.update(r=>(r[e]=Dr.all([r[e]||{},...t]),r))}K([ue],([e])=>Object.keys(e));ue.subscribe(e=>Xe=e);const de={};function $n(e,t){de[e].delete(t),de[e].size===0&&delete de[e]}function Ft(e){return de[e]}function Rn(e){return xe(e).map(t=>{const r=Ft(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Ge(e){return e==null?!1:xe(e).some(t=>{var r;return(r=Ft(t))==null?void 0:r.size})}function Dn(e,t){return Promise.all(t.map(n=>($n(e,n),n().then(i=>i.default||i)))).then(n=>Ut(e,...n))}const te={};function Gt(e){if(!Ge(e))return e in te?te[e]:Promise.resolve();const t=Rn(e);return te[e]=Promise.all(t.map(([r,n])=>Dn(r,n))).then(()=>{if(Ge(e))return Gt(e);delete te[e]}),te[e]}const Un={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"}}},Fn={fallbackLocale:null,loadingDelay:200,formats:Un,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Gn=Fn;function Y(){return Gn}const Oe=ye(!1);var jn=Object.defineProperty,kn=Object.defineProperties,Vn=Object.getOwnPropertyDescriptors,ht=Object.getOwnPropertySymbols,Xn=Object.prototype.hasOwnProperty,zn=Object.prototype.propertyIsEnumerable,lt=(e,t,r)=>t in e?jn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Wn=(e,t)=>{for(var r in t||(t={}))Xn.call(t,r)&<(e,r,t[r]);if(ht)for(var r of ht(t))zn.call(t,r)&<(e,r,t[r]);return e},Zn=(e,t)=>kn(e,Vn(t));let je;const pe=ye(null);function ft(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function xe(e,t=Y().fallbackLocale){const r=ft(e);return t?[...new Set([...r,...ft(t)])]:r}function V(){return je!=null?je:void 0}pe.subscribe(e=>{je=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Qn=e=>{if(e&&Mn(e)&&Ge(e)){const{loadingDelay:t}=Y();let r;return typeof window!="undefined"&&V()!=null&&t?r=window.setTimeout(()=>Oe.set(!0),t):Oe.set(!0),Gt(e).then(()=>{pe.set(e)}).finally(()=>{clearTimeout(r),Oe.set(!1)})}return pe.set(e)},he=Zn(Wn({},pe),{set:Qn}),ve=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Jn=Object.defineProperty,ge=Object.getOwnPropertySymbols,jt=Object.prototype.hasOwnProperty,kt=Object.prototype.propertyIsEnumerable,ct=(e,t,r)=>t in e?Jn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ze=(e,t)=>{for(var r in t||(t={}))jt.call(t,r)&&ct(e,r,t[r]);if(ge)for(var r of ge(t))kt.call(t,r)&&ct(e,r,t[r]);return e},ee=(e,t)=>{var r={};for(var n in e)jt.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ge)for(var n of ge(e))t.indexOf(n)<0&&kt.call(e,n)&&(r[n]=e[n]);return r};const oe=(e,t)=>{const{formats:r}=Y();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},qn=ve(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=oe("number",n)),new Intl.NumberFormat(r,i)}),Yn=ve(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=oe("date",n):Object.keys(i).length===0&&(i=oe("date","short")),new Intl.DateTimeFormat(r,i)}),Kn=ve(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=oe("time",n):Object.keys(i).length===0&&(i=oe("time","short")),new Intl.DateTimeFormat(r,i)}),ei=(e={})=>{var t=e,{locale:r=V()}=t,n=ee(t,["locale"]);return qn(ze({locale:r},n))},ti=(e={})=>{var t=e,{locale:r=V()}=t,n=ee(t,["locale"]);return Yn(ze({locale:r},n))},ri=(e={})=>{var t=e,{locale:r=V()}=t,n=ee(t,["locale"]);return Kn(ze({locale:r},n))},ni=ve((e,t=V())=>new On(e,t,Y().formats,{ignoreTag:Y().ignoreTag})),ii=(e,t={})=>{var r,n,i,s;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:a,locale:h=V(),default:u}=o;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=Rt(e,h);if(!l)l=(s=(i=(n=(r=Y()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?s:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!a)return l;let f=l;try{f=ni(l,h).format(a)}catch(c){c instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,c.message)}return f},si=(e,t)=>ri(t).format(e),oi=(e,t)=>ti(t).format(e),ai=(e,t)=>ei(t).format(e),ui=(e,t=V())=>Rt(e,t),hi=K([he,ue],()=>ii);K([he],()=>si);K([he],()=>oi);K([he],()=>ai);K([he,ue],()=>ui);function mt(e,t){Ut(e,t)}const dt={en:{finished:"Finished",starting:"Starting in ",left:"left",minutes:"minutes",hours:"hours",days:"days"},hr:{finished:"Završeno",starting:"Starting in ",left:"preostalo",minutes:"minute",hours:"sati",days:"dana"},"zh-hk":{finished:"完成的",starting:"開始於",left:"剩下",minutes:"分鐘",hours:"小時",days:"天"},fr:{finished:"Fini",starting:"Début dans ",left:"restant",minutes:"minutes",hours:"heures",days:"jours"},ro:{finished:"Finalizat",starting:"Începe în",left:"rămase",minutes:"minute",hours:"ore",days:"zile"},tr:{finished:"Bitti",starting:"İçinde başlayan",left:"sol",minutes:"dakika",hours:"saat",days:"günler"},el:{finished:"Ολοκληρωμένα",starting:"Αρχίζει σε ",left:"απομένουν",minutes:"λεπτά",hours:"ώρες",days:"ημέρες"},es:{finished:"Finalizado",starting:"Iniciando en ",left:"queda",minutes:"minutos",hours:"horas",days:"días"},hu:{finished:"Befejezve",starting:"Kezdésig",left:"bal",minutes:"perc",hours:"óra",days:"nap"},pt:{finished:"Finalizado",starting:"Começando em",left:"Abandonou",minutes:"Minutos",hours:"Horas",days:"Dias"},"en-us":{finished:"Finished",starting:"Starting in ",left:"left",minutes:"minutes",hours:"hours",days:"days"}};function li(e){rr(e,"svelte-6h4bfy","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.TournamentDates{margin-left:20px;margin-right:20px;display:flex;justify-content:space-between}.StartDate{font-size:11px;color:var(--emw--color-gray-300, #58586B)}.EndDate{font-size:11px;align-content:flex-end;color:var(--emw--color-gray-300, #58586B)}.ProgressBar{margin:5px 20px;height:8px;background:var(--emw--color-white, #FFFFFF)}.ProgressBarInactive{margin:5px 20px 10px 20px;height:8px;background:var(--emw--color-gray-100, #E6E6E6)}.ProgressBarFill{background-color:var(--emw--color-green, #48952a);height:8px}.ProgressBarFillEnd{background-color:var(--emw--color-green, #48952a);height:8px}.ProgressBarFillStarting{background-color:var(--emw--color-gray-300, #58586B);height:8px}.Remaining,.Finished{font-size:10px;padding-top:5px;text-align:right;text-transform:uppercase}.Finished{color:var(--emw--color-green, #48952a)}")}function pt(e){let t,r,n=e[10](e[0])+"",i,s,o,a=e[10](e[1])+"",h,u,l,f,c,p,E;function H(d,S){return d[2]=="Finished"||d[2]=="Closing"||d[2]=="Closed"?mi:d[5]>0?ci:fi}let P=H(e),B=P(e);function L(d,S){if(d[2]=="Finished"||d[2]=="Closing"||d[2]=="Closed")return gi;if(d[5]>0)return pi;if(d[4]>0)return di}let v=L(e),T=v&&v(e);return{c(){t=I("div"),r=I("div"),i=G(n),s=re(),o=I("div"),h=G(a),u=re(),l=I("div"),f=I("div"),B.c(),c=re(),T&&T.c(),_(r,"class","StartDate"),_(r,"part","StartDate"),_(o,"class","EndDate"),_(o,"part","EndDate"),_(t,"class","TournamentDates"),_(t,"part","TournamentDates"),_(f,"class","ProgressBar"),_(f,"part","ProgressBar"),_(l,"class","ProgressBarWrapper"),_(l,"part","ProgressBarWrapper")},m(d,S){R(d,t,S),O(t,r),O(r,i),O(t,s),O(t,o),O(o,h),R(d,u,S),R(d,l,S),O(l,f),B.m(f,null),O(f,c),T&&T.m(f,null),p||(E=tr(e[9].call(null,l)),p=!0)},p(d,S){S&1&&n!==(n=d[10](d[0])+"")&&k(i,n),S&2&&a!==(a=d[10](d[1])+"")&&k(h,a),P===(P=H(d))&&B?B.p(d,S):(B.d(1),B=P(d),B&&(B.c(),B.m(f,c))),v===(v=L(d))&&T?T.p(d,S):(T&&T.d(1),T=v&&v(d),T&&(T.c(),T.m(f,null)))},d(d){d&&($(t),$(u),$(l)),B.d(),T&&T.d(),p=!1,E()}}}function fi(e){let t;return{c(){t=I("div"),_(t,"class","ProgressBarFill"),_(t,"part","ProgressBarFill"),Ye(t,"width",e[7]()+"%")},m(r,n){R(r,t,n)},p(r,n){n&128&&Ye(t,"width",r[7]()+"%")},d(r){r&&$(t)}}}function ci(e){let t;return{c(){t=I("div"),_(t,"class","ProgressBarFillStarting"),_(t,"part","ProgressBarFillStarting")},m(r,n){R(r,t,n)},p:w,d(r){r&&$(t)}}}function mi(e){let t;return{c(){t=I("div"),_(t,"class","ProgressBarFillEnd"),_(t,"part","ProgressBarFillEnd")},m(r,n){R(r,t,n)},p:w,d(r){r&&$(t)}}}function di(e){let t,r,n,i=e[8]("left")+"",s;return{c(){t=I("div"),r=G(e[6]),n=re(),s=G(i),_(t,"class","Remaining"),_(t,"part","Remaining")},m(o,a){R(o,t,a),O(t,r),O(t,n),O(t,s)},p(o,a){a&64&&k(r,o[6]),a&256&&i!==(i=o[8]("left")+"")&&k(s,i)},d(o){o&&$(t)}}}function pi(e){let t,r=e[8]("starting")+"",n,i,s=e[11](e[5])+"",o;return{c(){t=I("div"),n=G(r),i=re(),o=G(s),_(t,"class","Remaining"),_(t,"part","Remaining")},m(a,h){R(a,t,h),O(t,n),O(t,i),O(t,o)},p(a,h){h&256&&r!==(r=a[8]("starting")+"")&&k(n,r),h&32&&s!==(s=a[11](a[5])+"")&&k(o,s)},d(a){a&&$(t)}}}function gi(e){let t,r=e[8]("finished")+"",n;return{c(){t=I("div"),n=G(r),_(t,"class","Finished"),_(t,"part","Finished")},m(i,s){R(i,t,s),O(t,n)},p(i,s){s&256&&r!==(r=i[8]("finished")+"")&&k(n,r)},d(i){i&&$(t)}}}function bi(e){let t,r=e[0]&&e[1]&&pt(e);return{c(){t=I("div"),r&&r.c(),_(t,"class","TournamentDuration"),_(t,"part","TournamentDuration")},m(n,i){R(n,t,i),r&&r.m(t,null),e[16](t)},p(n,[i]){n[0]&&n[1]?r?r.p(n,i):(r=pt(n),r.c(),r.m(t,null)):r&&(r.d(1),r=null)},i:w,o:w,d(n){n&&$(t),r&&r.d(),e[16](null)}}}function yi(e,t,r){let n,i;er(e,hi,m=>r(8,i=m));let{startdate:s=""}=t,{enddate:o=""}=t,{status:a=""}=t,{lang:h="en"}=t,{clientstyling:u=""}=t,{clientstylingurl:l=""}=t,{translationurl:f=""}=t,c,p="",E="",H="";const P=()=>{fetch(f).then(A=>A.json()).then(A=>{Object.keys(A).forEach(C=>{mt(C,A[C])})}).catch(A=>{console.log(A)})};Object.keys(dt).forEach(m=>{mt(m,dt[m])});const B=m=>new Date(m).getTime(),L=(m,A)=>(B(A)-B(m))/(1e3*60),v=()=>{const m=new Date;r(4,p=L(m,o)),r(5,E=L(m,s)),r(6,H=d(p))},T=m=>{const A={month:"long"};let C=new Date(m),j=new Intl.DateTimeFormat(h,A).format(C);return`${C.getDate()} ${j}, ${C.toLocaleString("en-GB",{hour:"numeric",minute:"numeric"})}, ${C.getUTCFullYear()}`},d=m=>{const A=(j,D)=>j+" "+i(D),C=j=>{const D=Math.floor(j);return D<10?`0${D}`:`${D}`};if(m<1440){const j=m/60,D=m%60,zt=(D-Math.floor(D))*60;return[j,D,zt].map(Wt=>C(Wt)).join(":")}return A(Math.ceil(m/(60*24)),"days")},S=()=>{let m=document.createElement("style");m.innerHTML=u,c.appendChild(m)},le=()=>{let m=new URL(l),A=document.createElement("style");fetch(m.href).then(C=>C.text()).then(C=>{A.innerHTML=C,setTimeout(()=>{c.appendChild(A)},1),setTimeout(()=>{},500)})};ur(()=>{window.postMessage({type:"TournamentThumbnailMounted"},window.location.href);const m=setInterval(()=>{s&&o&&v()},1e3);return()=>clearInterval(m)});function Xt(m){Ie[m?"unshift":"push"](()=>{c=m,r(3,c)})}return e.$$set=m=>{"startdate"in m&&r(0,s=m.startdate),"enddate"in m&&r(1,o=m.enddate),"status"in m&&r(2,a=m.status),"lang"in m&&r(12,h=m.lang),"clientstyling"in m&&r(13,u=m.clientstyling),"clientstylingurl"in m&&r(14,l=m.clientstylingurl),"translationurl"in m&&r(15,f=m.translationurl)},e.$$.update=()=>{e.$$.dirty&19&&r(7,n=()=>{if(p<=0)return 100;const m=L(s,o),A=100/m;return Math.floor((m-p)*A)}),e.$$.dirty&19&&s&&o&&v()&&d(p),e.$$.dirty&4096&&h&&v(),e.$$.dirty&4112&&h&&d(p),e.$$.dirty&32768&&f&&P(),e.$$.dirty&8200&&c&&u&&S(),e.$$.dirty&16392&&c&&l&&le()},[s,o,a,c,p,E,H,n,i,v,T,d,h,u,l,f,Xt]}class Vt extends _r{constructor(t){super(),yr(this,t,yi,bi,bt,{startdate:0,enddate:1,status:2,lang:12,clientstyling:13,clientstylingurl:14,translationurl:15},li)}get startdate(){return this.$$.ctx[0]}set startdate(t){this.$$set({startdate:t}),U()}get enddate(){return this.$$.ctx[1]}set enddate(t){this.$$set({enddate:t}),U()}get status(){return this.$$.ctx[2]}set status(t){this.$$set({status:t}),U()}get lang(){return this.$$.ctx[12]}set lang(t){this.$$set({lang:t}),U()}get clientstyling(){return this.$$.ctx[13]}set clientstyling(t){this.$$set({clientstyling:t}),U()}get clientstylingurl(){return this.$$.ctx[14]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),U()}get translationurl(){return this.$$.ctx[15]}set translationurl(t){this.$$set({translationurl:t}),U()}}Er(Vt,{startdate:{},enddate:{},status:{},lang:{},clientstyling:{},clientstylingurl:{},translationurl:{}},[],[],!0);exports.default=Vt;
|