@everymatrix/casino-tournaments-controller 1.85.17 → 1.85.18
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/{CasinoTournamentsController-WK-4IzEU.js → CasinoTournamentsController-BWtzdFkh.js} +5 -2
- package/components/{CasinoTournamentsController-CC74wD5n.js → CasinoTournamentsController-DQQChSqb.js} +5 -2
- package/components/{CasinoTournamentsController-BA0domx2.cjs → CasinoTournamentsController-GPVssAQb.cjs} +2 -2
- package/components/{CasinoTournamentsFilterController-C8zWqcxx.cjs → CasinoTournamentsFilterController-BMab6IuG.cjs} +1 -1
- package/components/{CasinoTournamentsFilterController-ByKo7Qb5.js → CasinoTournamentsFilterController-ChSHZFK2.js} +1 -1
- package/components/{CasinoTournamentsFilterController-BA6sO-7r.js → CasinoTournamentsFilterController-sZXdLG3p.js} +1 -1
- package/components/{CasinoTournamentsListController-Bbq9gT1W.js → CasinoTournamentsListController-9IBE2WO5.js} +2 -2
- package/components/{CasinoTournamentsListController-C5x-9DYr.js → CasinoTournamentsListController-Bd5ctZfM.js} +2 -2
- package/components/{CasinoTournamentsListController-BgPm-tMi.cjs → CasinoTournamentsListController-CnMw3pr-.cjs} +2 -2
- package/components/{CasinoTournamentsThumbnail-D8e_1wES.js → CasinoTournamentsThumbnail-Bz2Z-mmC.js} +1 -1
- package/components/{CasinoTournamentsThumbnail-Bg-eoAy2.cjs → CasinoTournamentsThumbnail-J51iZ-ku.cjs} +1 -1
- package/components/{CasinoTournamentsThumbnail-DkJugyMC.js → CasinoTournamentsThumbnail-VBEftTtr.js} +1 -1
- package/components/{CasinoTournamentsThumbnailController-CsXiESvr.cjs → CasinoTournamentsThumbnailController-B8FSzsUy.cjs} +1 -1
- package/components/{CasinoTournamentsThumbnailController-DXJUaA4b.js → CasinoTournamentsThumbnailController-CP4e8LNn.js} +5 -5
- package/components/{CasinoTournamentsThumbnailController-Cg1gTlqX.js → CasinoTournamentsThumbnailController-lOn1p92k.js} +5 -5
- package/components/{CasinoTournamentsThumbnailDuration-IoS0DyH2.cjs → CasinoTournamentsThumbnailDuration-BcC6ZTtN.cjs} +1 -1
- package/components/{CasinoTournamentsThumbnailDuration-DdhvIUQi.js → CasinoTournamentsThumbnailDuration-CTOUFaml.js} +1 -1
- package/components/{CasinoTournamentsThumbnailDuration-CppNl5oU.js → CasinoTournamentsThumbnailDuration-RsNQXjOU.js} +1 -1
- package/components/{CasinoTournamentsThumbnailGamesSlider-C8XlDGJj.cjs → CasinoTournamentsThumbnailGamesSlider-Dp7lyUPb.cjs} +1 -1
- package/components/{CasinoTournamentsThumbnailGamesSlider-BIxkahA3.js → CasinoTournamentsThumbnailGamesSlider-hN5mnpGq.js} +1 -1
- package/components/{CasinoTournamentsThumbnailGamesSlider-807aWgUO.js → CasinoTournamentsThumbnailGamesSlider-oEFO2JzV.js} +1 -1
- package/components/{CasinoTournamentsThumbnailPrizes-CmbczPqz.js → CasinoTournamentsThumbnailPrizes-BJPNcyzo.js} +1 -1
- package/components/{CasinoTournamentsThumbnailPrizes-BGLjjAU0.js → CasinoTournamentsThumbnailPrizes-CYfcocRF.js} +1 -1
- package/components/{CasinoTournamentsThumbnailPrizes-DnCKqGYD.cjs → CasinoTournamentsThumbnailPrizes-DmLMmspT.cjs} +1 -1
- package/es2015/casino-tournaments-controller.cjs +1 -1
- package/es2015/casino-tournaments-controller.js +1 -1
- package/esnext/casino-tournaments-controller.js +1 -1
- package/package.json +1 -1
|
@@ -4316,6 +4316,7 @@ Qe([Be], () => us);
|
|
|
4316
4316
|
Qe([Be, Ye], () => ls);
|
|
4317
4317
|
window.emWidgets = { topic: Ei };
|
|
4318
4318
|
const Ds = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), fs = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4319
|
+
String(Number.MAX_SAFE_INTEGER).length;
|
|
4319
4320
|
function cs({ withLocale: e, translations: t }) {
|
|
4320
4321
|
Be.subscribe((r) => {
|
|
4321
4322
|
r == null && (Ye.set(t), Be.set(e));
|
|
@@ -4859,6 +4860,8 @@ function ps(e, t) {
|
|
|
4859
4860
|
}
|
|
4860
4861
|
}
|
|
4861
4862
|
function ms(e, t) {
|
|
4863
|
+
if (!e || !t)
|
|
4864
|
+
return;
|
|
4862
4865
|
const r = new URL(t);
|
|
4863
4866
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4864
4867
|
const i = document.createElement("style");
|
|
@@ -4887,7 +4890,7 @@ if (typeof window != "undefined") {
|
|
|
4887
4890
|
}
|
|
4888
4891
|
};
|
|
4889
4892
|
};
|
|
4890
|
-
customElements.define = e(customElements.define), import("./CasinoTournamentsFilterController-
|
|
4893
|
+
customElements.define = e(customElements.define), import("./CasinoTournamentsFilterController-sZXdLG3p.js").then(({ default: t }) => {
|
|
4891
4894
|
!customElements.get("casino-tournaments-filter-controller") && customElements.define("casino-tournaments-filter-controller", t.element);
|
|
4892
4895
|
});
|
|
4893
4896
|
}
|
|
@@ -4903,7 +4906,7 @@ if (typeof window != "undefined") {
|
|
|
4903
4906
|
}
|
|
4904
4907
|
};
|
|
4905
4908
|
};
|
|
4906
|
-
customElements.define = e(customElements.define), import("./CasinoTournamentsListController-
|
|
4909
|
+
customElements.define = e(customElements.define), import("./CasinoTournamentsListController-Bd5ctZfM.js").then(({ default: t }) => {
|
|
4907
4910
|
!customElements.get("casino-tournaments-list-controller") && customElements.define("casino-tournaments-list-controller", t.element);
|
|
4908
4911
|
});
|
|
4909
4912
|
}
|
|
@@ -4279,6 +4279,7 @@ Ze([Be], () => Jo);
|
|
|
4279
4279
|
Ze([Be, Je], () => Qo);
|
|
4280
4280
|
window.emWidgets = { topic: ui };
|
|
4281
4281
|
const Ss = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), Ko = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4282
|
+
String(Number.MAX_SAFE_INTEGER).length;
|
|
4282
4283
|
function es({ withLocale: e, translations: t }) {
|
|
4283
4284
|
Be.subscribe((r) => {
|
|
4284
4285
|
r == null && (Je.set(t), Be.set(e));
|
|
@@ -4822,6 +4823,8 @@ function rs(e, t) {
|
|
|
4822
4823
|
}
|
|
4823
4824
|
}
|
|
4824
4825
|
function ns(e, t) {
|
|
4826
|
+
if (!e || !t)
|
|
4827
|
+
return;
|
|
4825
4828
|
const r = new URL(t);
|
|
4826
4829
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4827
4830
|
const i = document.createElement("style");
|
|
@@ -4850,7 +4853,7 @@ if (typeof window < "u") {
|
|
|
4850
4853
|
}
|
|
4851
4854
|
};
|
|
4852
4855
|
};
|
|
4853
|
-
customElements.define = e(customElements.define), import("./CasinoTournamentsFilterController-
|
|
4856
|
+
customElements.define = e(customElements.define), import("./CasinoTournamentsFilterController-ChSHZFK2.js").then(({ default: t }) => {
|
|
4854
4857
|
!customElements.get("casino-tournaments-filter-controller") && customElements.define("casino-tournaments-filter-controller", t.element);
|
|
4855
4858
|
});
|
|
4856
4859
|
}
|
|
@@ -4866,7 +4869,7 @@ if (typeof window < "u") {
|
|
|
4866
4869
|
}
|
|
4867
4870
|
};
|
|
4868
4871
|
};
|
|
4869
|
-
customElements.define = e(customElements.define), import("./CasinoTournamentsListController-
|
|
4872
|
+
customElements.define = e(customElements.define), import("./CasinoTournamentsListController-9IBE2WO5.js").then(({ default: t }) => {
|
|
4870
4873
|
!customElements.get("casino-tournaments-list-controller") && customElements.define("casino-tournaments-list-controller", t.element);
|
|
4871
4874
|
});
|
|
4872
4875
|
}
|
|
@@ -15,13 +15,13 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
15
15
|
`+r.map(function(n,i){return i+1+") "+n.toString()}).join(`
|
|
16
16
|
`):"",this.name="UnsubscriptionError",this.errors=r}});function nr(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var It=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=er(s),h=a.next();!h.done;h=a.next()){var u=h.value;u.remove(this)}}catch(H){t={error:H}}finally{try{h&&!h.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var c=this.initialTeardown;if(Se(c))try{c()}catch(H){o=H instanceof Vt?H.errors:[H]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var m=er(d),E=m.next();!E.done;E=m.next()){var C=E.value;try{Tr(C)}catch(H){o=o!=null?o:[],H instanceof Vt?o=rr(rr([],tr(o)),tr(H.errors)):o.push(H)}}}catch(H){n={error:H}}finally{try{E&&!E.done&&(i=m.return)&&i.call(m)}finally{if(n)throw n.error}}}if(o)throw new Vt(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Tr(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&nr(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&nr(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),un=It.EMPTY;function ln(e){return e instanceof It||e&&"closed"in e&&Se(e.remove)&&Se(e.add)&&Se(e.unsubscribe)}function Tr(e){Se(e)?e():e.unsubscribe()}var _i={Promise:void 0},Ei={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,rr([e,t],tr(r)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function xi(e){Ei.setTimeout(function(){throw e})}function Ar(){}function xt(e){e()}var hn=function(e){dt(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,ln(r)&&r.add(n)):n.destination=Ti,n}return t.create=function(r,n,i){return new ir(r,n,i)},t.prototype.next=function(r){this.isStopped||this._next(r)},t.prototype.error=function(r){this.isStopped||(this.isStopped=!0,this._error(r))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(It),wi=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){yt(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){yt(n)}else yt(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){yt(r)}},e}(),ir=function(e){dt(t,e);function t(r,n,i){var o=e.call(this)||this,s;return Se(r)||!r?s={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0}:s=r,o.destination=new wi(s),o}return t}(hn);function yt(e){xi(e)}function Si(e){throw e}var Ti={closed:!0,next:Ar,error:Si,complete:Ar},Ai=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Hi(e){return e}function Pi(e){return e.length===0?Hi:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var Hr=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var i=this,o=Bi(t)?t:new ir(t,r,n);return xt(function(){var s=i,a=s.operator,h=s.source;o.add(a?a.call(o,h):h?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=Pr(r),new r(function(i,o){var s=new ir({next:function(a){try{t(a)}catch(h){o(h),s.unsubscribe()}},error:o,complete:i});n.subscribe(s)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[Ai]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Pi(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=Pr(t),new t(function(n,i){var o;r.subscribe(function(s){return o=s},function(s){return i(s)},function(){return n(o)})})},e.create=function(t){return new e(t)},e}();function Pr(e){var t;return(t=e!=null?e:_i.Promise)!==null&&t!==void 0?t:Promise}function Oi(e){return e&&Se(e.next)&&Se(e.error)&&Se(e.complete)}function Bi(e){return e&&e instanceof hn||Oi(e)&&ln(e)}var Ci=an(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),fn=function(e){dt(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new Or(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new Ci},t.prototype.next=function(r){var n=this;xt(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=er(n.currentObservers),a=s.next();!a.done;a=s.next()){var h=a.value;h.next(r)}}catch(u){i={error:u}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(r){var n=this;xt(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var i=n.observers;i.length;)i.shift().error(r)}})},t.prototype.complete=function(){var r=this;xt(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,i=this,o=i.hasError,s=i.isStopped,a=i.observers;return o||s?un:(this.currentObservers=null,a.push(r),new It(function(){n.currentObservers=null,nr(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,i=n.hasError,o=n.thrownError,s=n.isStopped;i?r.error(o):s&&r.complete()},t.prototype.asObservable=function(){var r=new Hr;return r.source=this,r},t.create=function(r,n){return new Or(r,n)},t}(Hr),Or=function(e){dt(t,e);function t(r,n){var i=e.call(this)||this;return i.destination=r,i.source=n,i}return t.prototype.next=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,r)},t.prototype.error=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&i!==void 0?i:un},t}(fn),cn={now:function(){return(cn.delegate||Date).now()},delegate:void 0},Ii=function(e){dt(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=cn);var o=e.call(this)||this;return o._bufferSize=r,o._windowTime=n,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,r),o._windowTime=Math.max(1,n),o}return t.prototype.next=function(r){var n=this,i=n.isStopped,o=n._buffer,s=n._infiniteTimeWindow,a=n._timestampProvider,h=n._windowTime;i||(o.push(r),!s&&o.push(a.now()+h)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),i=this,o=i._infiniteTimeWindow,s=i._buffer,a=s.slice(),h=0;h<a.length&&!r.closed;h+=o?1:2)r.next(a[h]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,i=r._timestampProvider,o=r._buffer,s=r._infiniteTimeWindow,a=(s?1:2)*n;if(n<1/0&&a<o.length&&o.splice(0,o.length-a),!s){for(var h=i.now(),u=0,c=1;c<o.length&&o[c]<=h;c+=2)u=c;u&&o.splice(0,u+1)}},t}(fn);const Br=[],Cr={},Li=(e,t=0)=>{if(Br.indexOf(e)==-1){const r=new Ii(t);Cr[e]=r,Br.push(e)}return Cr[e]},Xe=[];function Ni(e,t){return{subscribe:Lt(e,t).subscribe}}function Lt(e,t=le){let r;const n=new Set;function i(a){if(mr(e,a)&&(e=a,r)){const h=!Xe.length;for(const u of n)u[1](),Xe.push(u,e);if(h){for(let u=0;u<Xe.length;u+=2)Xe[u][0](Xe[u+1]);Xe.length=0}}}function o(a){i(a(e))}function s(a,h=le){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,o)||le),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function Ke(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 o=t.length<2;return Ni(r,(s,a)=>{let h=!1;const u=[];let c=0,d=le;const m=()=>{if(c)return;d();const C=t(n?u[0]:u,s,a);o?s(C):d=ct(C)?C:le},E=i.map((C,H)=>Qr(C,te=>{u[H]=te,c&=~(1<<H),h&&m()},()=>{c|=1<<H}));return h=!0,m(),function(){Ye(E),d(),h=!1}})}var Mi=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Ri(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Di=function(t){return Fi(t)&&!Ui(t)};function Fi(e){return!!e&&typeof e=="object"}function Ui(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||$i(e)}var Gi=typeof Symbol=="function"&&Symbol.for,ji=Gi?Symbol.for("react.element"):60103;function $i(e){return e.$$typeof===ji}function ki(e){return Array.isArray(e)?[]:{}}function ht(e,t){return t.clone!==!1&&t.isMergeableObject(e)?qe(ki(e),e,t):e}function Vi(e,t,r){return e.concat(t).map(function(n){return ht(n,r)})}function Xi(e,t){if(!t.customMerge)return qe;var r=t.customMerge(e);return typeof r=="function"?r:qe}function zi(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function Ir(e){return Object.keys(e).concat(zi(e))}function dn(e,t){try{return t in e}catch(r){return!1}}function Wi(e,t){return dn(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function qi(e,t,r){var n={};return r.isMergeableObject(e)&&Ir(e).forEach(function(i){n[i]=ht(e[i],r)}),Ir(t).forEach(function(i){Wi(e,i)||(dn(e,i)&&r.isMergeableObject(t[i])?n[i]=Xi(i,r)(e[i],t[i],r):n[i]=ht(t[i],r))}),n}function qe(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Vi,r.isMergeableObject=r.isMergeableObject||Di,r.cloneUnlessOtherwiseSpecified=ht;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):qi(e,t,r):ht(t,r)}qe.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return qe(n,i,r)},{})};var Zi=qe,Ji=Zi;const Qi=Ri(Ji);var or=function(e,t){return or=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])},or(e,t)};function Nt(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");or(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var ye=function(){return ye=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},ye.apply(this,arguments)};function Yi(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 Xt(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}function zt(e,t){var r=t&&t.cache?t.cache:oo,n=t&&t.serializer?t.serializer:no,i=t&&t.strategy?t.strategy:to;return i(e,{cache:r,serializer:n})}function Ki(e){return e==null||typeof e=="number"||typeof e=="boolean"}function eo(e,t,r,n){var i=Ki(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function pn(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.apply(this,n),t.set(i,o)),o}function mn(e,t,r,n,i){return r.bind(t,e,n,i)}function to(e,t){var r=e.length===1?eo:pn;return mn(e,this,r,t.cache.create(),t.serializer)}function ro(e,t){return mn(e,this,pn,t.cache.create(),t.serializer)}var no=function(){return JSON.stringify(arguments)},io=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(t){return this.cache[t]},e.prototype.set=function(t,r){this.cache[t]=r},e}(),oo={create:function(){return new io}},Wt={variadic:ro},Ot=function(){return Ot=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},Ot.apply(this,arguments)};var T;(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"})(T||(T={}));var R;(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"})(R||(R={}));var Ze;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(Ze||(Ze={}));function Lr(e){return e.type===R.literal}function so(e){return e.type===R.argument}function bn(e){return e.type===R.number}function gn(e){return e.type===R.date}function vn(e){return e.type===R.time}function yn(e){return e.type===R.select}function _n(e){return e.type===R.plural}function ao(e){return e.type===R.pound}function En(e){return e.type===R.tag}function xn(e){return!!(e&&typeof e=="object"&&e.type===Ze.number)}function sr(e){return!!(e&&typeof e=="object"&&e.type===Ze.dateTime)}var wn=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,uo=/(?:[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 lo(e){var t={};return e.replace(uo,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 U=function(){return U=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},U.apply(this,arguments)};var ho=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function fo(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(ho).filter(function(m){return m.length>0}),r=[],n=0,i=t;n<i.length;n++){var o=i[n],s=o.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var a=s[0],h=s.slice(1),u=0,c=h;u<c.length;u++){var d=c[u];if(d.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function co(e){return e.replace(/^(.*?)-/,"")}var Nr=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Sn=/^(@+)?(\+|#+)?[rs]?$/g,po=/(\*)(0+)|(#+)(0+)|(0+)/g,Tn=/^(0+)$/;function Mr(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Sn,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 An(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 mo(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)),!Tn.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Rr(e){var t={},r=An(e);return r||t}function bo(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=co(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=U(U(U({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return U(U({},h),Rr(u))},{}));continue;case"engineering":t=U(U(U({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return U(U({},h),Rr(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(po,function(h,u,c,d,m,E){if(u)t.minimumIntegerDigits=c.length;else{if(d&&m)throw new Error("We currently do not support maximum integer digits");if(E)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Tn.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(Nr.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Nr,function(h,u,c,d,m,E){return c==="*"?t.minimumFractionDigits=u.length:d&&d[0]==="#"?t.maximumFractionDigits=d.length:m&&E?(t.minimumFractionDigits=m.length,t.maximumFractionDigits=m.length+E.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var o=i.options[0];o==="w"?t=U(U({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=U(U({},t),Mr(o)));continue}if(Sn.test(i.stem)){t=U(U({},t),Mr(i.stem));continue}var s=An(i.stem);s&&(t=U(U({},t),s));var a=mo(i.stem);a&&(t=U(U({},t),a))}return t}var _t={"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 go(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(o&1),a=o<2?1:3+(o>>1),h="a",u=vo(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=h;for(;s-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function vo(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=_t[n||""]||_t[r||""]||_t["".concat(r,"-001")]||_t["001"];return i[0]}var qt,yo=new RegExp("^".concat(wn.source,"*")),_o=new RegExp("".concat(wn.source,"*$"));function A(e,t){return{start:e,end:t}}var Eo=!!String.prototype.startsWith&&"_a".startsWith("a",1),xo=!!String.fromCodePoint,wo=!!Object.fromEntries,So=!!String.prototype.codePointAt,To=!!String.prototype.trimStart,Ao=!!String.prototype.trimEnd,Ho=!!Number.isSafeInteger,Po=Ho?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},ar=!0;try{var Oo=Pn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ar=((qt=Oo.exec("a"))===null||qt===void 0?void 0:qt[0])==="a"}catch(e){ar=!1}var Dr=Eo?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},ur=xo?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,o=0,s;i>o;){if(s=t[o++],s>1114111)throw RangeError(s+" is not a valid code point");n+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return n},Fr=wo?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var o=i[n],s=o[0],a=o[1];r[s]=a}return r},Hn=So?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),o;return i<55296||i>56319||r+1===n||(o=t.charCodeAt(r+1))<56320||o>57343?i:(i-55296<<10)+(o-56320)+65536}},Bo=To?function(t){return t.trimStart()}:function(t){return t.replace(yo,"")},Co=Ao?function(t){return t.trimEnd()}:function(t){return t.replace(_o,"")};function Pn(e,t){return new RegExp(e,t)}var lr;if(ar){var Ur=Pn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");lr=function(t,r){var n;Ur.lastIndex=r;var i=Ur.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else lr=function(t,r){for(var n=[];;){var i=Hn(t,r);if(i===void 0||On(i)||Mo(i))break;n.push(i),r+=i>=65536?2:1}return ur.apply(void 0,n)};var Io=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 o=this.char();if(o===123){var s=this.parseArgument(t,n);if(s.err)return s;i.push(s.val)}else{if(o===125&&t>0)break;if(o===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:R.pound,location:A(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(T.UNMATCHED_CLOSING_TAG,A(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&hr(this.peek()||0)){var s=this.parseTag(t,r);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,r);if(s.err)return s;i.push(s.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:R.literal,value:"<".concat(i,"/>"),location:A(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(t+1,r,!0);if(o.err)return o;var s=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!hr(this.char()))return this.error(T.INVALID_TAG,A(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(T.UNMATCHED_CLOSING_TAG,A(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:R.tag,value:i,children:s,location:A(n,this.clonePosition())},err:null}:this.error(T.INVALID_TAG,A(a,this.clonePosition())))}else return this.error(T.UNCLOSED_TAG,A(n,this.clonePosition()))}else return this.error(T.INVALID_TAG,A(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&No(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var o=this.tryParseQuote(r);if(o){i+=o;continue}var s=this.tryParseUnquoted(t,r);if(s){i+=s;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var h=A(n,this.clonePosition());return{val:{type:R.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Lo(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 ur.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(),ur(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE,A(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(T.EMPTY_ARGUMENT,A(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(T.MALFORMED_ARGUMENT,A(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE,A(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:R.argument,value:i,location:A(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE,A(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(T.MALFORMED_ARGUMENT,A(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=lr(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=A(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,h=this.clonePosition();switch(a){case"":return this.error(T.EXPECT_ARGUMENT_TYPE,A(s,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition(),d=this.parseSimpleArgStyleIfPossible();if(d.err)return d;var m=Co(d.val);if(m.length===0)return this.error(T.EXPECT_ARGUMENT_STYLE,A(this.clonePosition(),this.clonePosition()));var E=A(c,this.clonePosition());u={style:m,styleLocation:E}}var C=this.tryParseArgumentClose(i);if(C.err)return C;var H=A(i,this.clonePosition());if(u&&Dr(u==null?void 0:u.style,"::",0)){var te=Bo(u.style.slice(2));if(a==="number"){var d=this.parseNumberSkeletonFromString(te,u.styleLocation);return d.err?d:{val:{type:R.number,value:n,location:H,style:d.val},err:null}}else{if(te.length===0)return this.error(T.EXPECT_DATE_TIME_SKELETON,H);var de=te;this.locale&&(de=go(te,this.locale));var m={type:Ze.dateTime,pattern:de,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?lo(de):{}},ie=a==="date"?R.date:R.time;return{val:{type:ie,value:n,location:H,style:m},err:null}}}return{val:{type:a==="number"?R.number:a==="date"?R.date:R.time,value:n,location:H,style:(o=u==null?void 0:u.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var L=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(T.EXPECT_SELECT_ARGUMENT_OPTIONS,A(L,Ot({},L)));this.bumpSpace();var k=this.parseIdentifierIfPossible(),J=0;if(a!=="select"&&k.value==="offset"){if(!this.bumpIf(":"))return this.error(T.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,A(this.clonePosition(),this.clonePosition()));this.bumpSpace();var d=this.tryParseDecimalInteger(T.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,T.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(d.err)return d;this.bumpSpace(),k=this.parseIdentifierIfPossible(),J=d.val}var he=this.tryParsePluralOrSelectOptions(t,a,r,k);if(he.err)return he;var C=this.tryParseArgumentClose(i);if(C.err)return C;var ge=A(i,this.clonePosition());return a==="select"?{val:{type:R.select,value:n,options:Fr(he.val),location:ge},err:null}:{val:{type:R.plural,value:n,options:Fr(he.val),offset:J,pluralType:a==="plural"?"cardinal":"ordinal",location:ge},err:null}}default:return this.error(T.INVALID_ARGUMENT_TYPE,A(s,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(T.EXPECT_ARGUMENT_CLOSING_BRACE,A(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(T.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,A(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=fo(t)}catch(i){return this.error(T.INVALID_NUMBER_SKELETON,r)}return{val:{type:Ze.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?bo(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],h=new Set,u=i.value,c=i.location;;){if(u.length===0){var d=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var m=this.tryParseDecimalInteger(T.EXPECT_PLURAL_ARGUMENT_SELECTOR,T.INVALID_PLURAL_ARGUMENT_SELECTOR);if(m.err)return m;c=A(d,this.clonePosition()),u=this.message.slice(d.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?T.DUPLICATE_SELECT_ARGUMENT_SELECTOR:T.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);u==="other"&&(s=!0),this.bumpSpace();var E=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?T.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:T.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,A(this.clonePosition(),this.clonePosition()));var C=this.parseMessage(t+1,r,n);if(C.err)return C;var H=this.tryParseArgumentClose(E);if(H.err)return H;a.push([u,{value:C.val,location:A(E,this.clonePosition())}]),h.add(u),this.bumpSpace(),o=this.parseIdentifierIfPossible(),u=o.value,c=o.location}return a.length===0?this.error(r==="select"?T.EXPECT_SELECT_ARGUMENT_SELECTOR:T.EXPECT_PLURAL_ARGUMENT_SELECTOR,A(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(T.MISSING_OTHER_CLAUSE,A(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 o=!1,s=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)o=!0,s=s*10+(a-48),this.bump();else break}var h=A(i,this.clonePosition());return o?(s*=n,Po(s)?{val:s,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=Hn(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(Dr(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()&&On(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 hr(e){return e>=97&&e<=122||e>=65&&e<=90}function Lo(e){return hr(e)||e===47}function No(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 On(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function Mo(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 fr(e){e.forEach(function(t){if(delete t.location,yn(t)||_n(t))for(var r in t.options)delete t.options[r].location,fr(t.options[r].value);else bn(t)&&xn(t.style)||(gn(t)||vn(t))&&sr(t.style)?delete t.style.location:En(t)&&fr(t.children)})}function Ro(e,t){t===void 0&&(t={}),t=Ot({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new Io(e,t).parse();if(r.err){var n=SyntaxError(T[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||fr(r.val),r.val}var Je;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(Je||(Je={}));var Mt=function(e){Nt(t,e);function t(r,n,i){var o=e.call(this,r)||this;return o.code=n,o.originalMessage=i,o}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Gr=function(e){Nt(t,e);function t(r,n,i,o){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),Je.INVALID_VALUE,o)||this}return t}(Mt),Do=function(e){Nt(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),Je.INVALID_VALUE,i)||this}return t}(Mt),Fo=function(e){Nt(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,'"'),Je.MISSING_VALUE,n)||this}return t}(Mt),ee;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(ee||(ee={}));function Uo(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==ee.literal||r.type!==ee.literal?t.push(r):n.value+=r.value,t},[])}function Go(e){return typeof e=="function"}function wt(e,t,r,n,i,o,s){if(e.length===1&&Lr(e[0]))return[{type:ee.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var c=u[h];if(Lr(c)){a.push({type:ee.literal,value:c.value});continue}if(ao(c)){typeof o=="number"&&a.push({type:ee.literal,value:r.getNumberFormat(t).format(o)});continue}var d=c.value;if(!(i&&d in i))throw new Fo(d,s);var m=i[d];if(so(c)){(!m||typeof m=="string"||typeof m=="number")&&(m=typeof m=="string"||typeof m=="number"?String(m):""),a.push({type:typeof m=="string"?ee.literal:ee.object,value:m});continue}if(gn(c)){var E=typeof c.style=="string"?n.date[c.style]:sr(c.style)?c.style.parsedOptions:void 0;a.push({type:ee.literal,value:r.getDateTimeFormat(t,E).format(m)});continue}if(vn(c)){var E=typeof c.style=="string"?n.time[c.style]:sr(c.style)?c.style.parsedOptions:n.time.medium;a.push({type:ee.literal,value:r.getDateTimeFormat(t,E).format(m)});continue}if(bn(c)){var E=typeof c.style=="string"?n.number[c.style]:xn(c.style)?c.style.parsedOptions:void 0;E&&E.scale&&(m=m*(E.scale||1)),a.push({type:ee.literal,value:r.getNumberFormat(t,E).format(m)});continue}if(En(c)){var C=c.children,H=c.value,te=i[H];if(!Go(te))throw new Do(H,"function",s);var de=wt(C,t,r,n,i,o),ie=te(de.map(function(J){return J.value}));Array.isArray(ie)||(ie=[ie]),a.push.apply(a,ie.map(function(J){return{type:typeof J=="string"?ee.literal:ee.object,value:J}}))}if(yn(c)){var L=c.options[m]||c.options.other;if(!L)throw new Gr(c.value,m,Object.keys(c.options),s);a.push.apply(a,wt(L.value,t,r,n,i));continue}if(_n(c)){var L=c.options["=".concat(m)];if(!L){if(!Intl.PluralRules)throw new Mt(`Intl.PluralRules is not available in this environment.
|
|
17
17
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
18
|
-
`,Je.MISSING_INTL_API,s);var k=r.getPluralRules(t,{type:c.pluralType}).select(m-(c.offset||0));L=c.options[k]||c.options.other}if(!L)throw new Gr(c.value,m,Object.keys(c.options),s);a.push.apply(a,wt(L.value,t,r,n,i,m-(c.offset||0)));continue}}return Uo(a)}function jo(e,t){return t?ye(ye(ye({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=ye(ye({},e[n]),t[n]||{}),r},{})):e}function $o(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=jo(e[n],t[n]),r},ye({},e)):e}function Zt(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function ko(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:zt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Xt([void 0],r,!1)))},{cache:Zt(e.number),strategy:Wt.variadic}),getDateTimeFormat:zt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Xt([void 0],r,!1)))},{cache:Zt(e.dateTime),strategy:Wt.variadic}),getPluralRules:zt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Xt([void 0],r,!1)))},{cache:Zt(e.pluralRules),strategy:Wt.variadic})}}var Vo=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var o=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(h){var u=o.formatToParts(h);if(u.length===1)return u[0].value;var c=u.reduce(function(d,m){return!d.length||m.type!==ee.literal||typeof d[d.length-1]!="string"?d.push(m.value):d[d.length-1]+=m.value,d},[]);return c.length<=1?c[0]||"":c},this.formatToParts=function(h){return wt(o.ast,o.locales,o.formatters,o.formats,h,void 0,o.message)},this.resolvedOptions=function(){var h;return{locale:((h=o.resolvedLocale)===null||h===void 0?void 0:h.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.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 s=i||{};s.formatters;var a=Yi(s,["formatters"]);this.ast=e.__parse(t,ye(ye({},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=$o(e.formats,n),this.formatters=i&&i.formatters||ko(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=Ro,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 Xo(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 o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const Oe={},zo=(e,t,r)=>r&&(t in Oe||(Oe[t]={}),e in Oe[t]||(Oe[t][e]=r),r),Bn=(e,t)=>{if(t==null)return;if(t in Oe&&e in Oe[t])return Oe[t][e];const r=Rt(t);for(let n=0;n<r.length;n++){const i=r[n],o=qo(i,e);if(o)return zo(e,t,o)}};let br;const Me=Lt({});function Wo(e){return br[e]||null}function Cn(e){return e in br}function qo(e,t){if(!Cn(e))return null;const r=Wo(e);return Xo(r,t)}function Zo(e){if(e==null)return;const t=Rt(e);for(let r=0;r<t.length;r++){const n=t[r];if(Cn(n))return n}}function gr(e,...t){delete Oe[e],Me.update(r=>(r[e]=Qi.all([r[e]||{},...t]),r))}Ke([Me],([e])=>Object.keys(e));Me.subscribe(e=>br=e);const St={};function Jo(e,t){St[e].delete(t),St[e].size===0&&delete St[e]}function In(e){return St[e]}function Qo(e){return Rt(e).map(t=>{const r=In(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function cr(e){return e==null?!1:Rt(e).some(t=>{var r;return(r=In(t))==null?void 0:r.size})}function Yo(e,t){return Promise.all(t.map(n=>(Jo(e,n),n().then(i=>i.default||i)))).then(n=>gr(e,...n))}const at={};function Ln(e){if(!cr(e))return e in at?at[e]:Promise.resolve();const t=Qo(e);return at[e]=Promise.all(t.map(([r,n])=>Yo(r,n))).then(()=>{if(cr(e))return Ln(e);delete at[e]}),at[e]}const Ko={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"}}},es={fallbackLocale:null,loadingDelay:200,formats:Ko,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},ts=es;function Qe(){return ts}const Jt=Lt(!1);var rs=Object.defineProperty,ns=Object.defineProperties,is=Object.getOwnPropertyDescriptors,jr=Object.getOwnPropertySymbols,os=Object.prototype.hasOwnProperty,ss=Object.prototype.propertyIsEnumerable,$r=(e,t,r)=>t in e?rs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,as=(e,t)=>{for(var r in t||(t={}))os.call(t,r)&&$r(e,r,t[r]);if(jr)for(var r of jr(t))ss.call(t,r)&&$r(e,r,t[r]);return e},us=(e,t)=>ns(e,is(t));let dr;const Bt=Lt(null);function kr(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Rt(e,t=Qe().fallbackLocale){const r=kr(e);return t?[...new Set([...r,...kr(t)])]:r}function Re(){return dr!=null?dr:void 0}Bt.subscribe(e=>{dr=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const ls=e=>{if(e&&Zo(e)&&cr(e)){const{loadingDelay:t}=Qe();let r;return typeof window!="undefined"&&Re()!=null&&t?r=window.setTimeout(()=>Jt.set(!0),t):Jt.set(!0),Ln(e).then(()=>{Bt.set(e)}).finally(()=>{clearTimeout(r),Jt.set(!1)})}return Bt.set(e)},Ae=us(as({},Bt),{set:ls}),Dt=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var hs=Object.defineProperty,Ct=Object.getOwnPropertySymbols,Nn=Object.prototype.hasOwnProperty,Mn=Object.prototype.propertyIsEnumerable,Vr=(e,t,r)=>t in e?hs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,vr=(e,t)=>{for(var r in t||(t={}))Nn.call(t,r)&&Vr(e,r,t[r]);if(Ct)for(var r of Ct(t))Mn.call(t,r)&&Vr(e,r,t[r]);return e},et=(e,t)=>{var r={};for(var n in e)Nn.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ct)for(var n of Ct(e))t.indexOf(n)<0&&Mn.call(e,n)&&(r[n]=e[n]);return r};const ft=(e,t)=>{const{formats:r}=Qe();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},fs=Dt(e=>{var t=e,{locale:r,format:n}=t,i=et(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=ft("number",n)),new Intl.NumberFormat(r,i)}),cs=Dt(e=>{var t=e,{locale:r,format:n}=t,i=et(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=ft("date",n):Object.keys(i).length===0&&(i=ft("date","short")),new Intl.DateTimeFormat(r,i)}),ds=Dt(e=>{var t=e,{locale:r,format:n}=t,i=et(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=ft("time",n):Object.keys(i).length===0&&(i=ft("time","short")),new Intl.DateTimeFormat(r,i)}),ps=(e={})=>{var t=e,{locale:r=Re()}=t,n=et(t,["locale"]);return fs(vr({locale:r},n))},ms=(e={})=>{var t=e,{locale:r=Re()}=t,n=et(t,["locale"]);return cs(vr({locale:r},n))},bs=(e={})=>{var t=e,{locale:r=Re()}=t,n=et(t,["locale"]);return ds(vr({locale:r},n))},gs=Dt((e,t=Re())=>new Vo(e,t,Qe().formats,{ignoreTag:Qe().ignoreTag})),vs=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=Re(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let c=Bn(e,h);if(!c)c=(o=(i=(n=(r=Qe()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof c!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),c;if(!a)return c;let d=c;try{d=gs(c,h).format(a)}catch(m){m instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,m.message)}return d},ys=(e,t)=>bs(t).format(e),_s=(e,t)=>ms(t).format(e),Es=(e,t)=>ps(t).format(e),xs=(e,t=Re())=>Bn(e,t),Rn=Ke([Ae,Me],()=>vs);Ke([Ae],()=>ys);Ke([Ae],()=>_s);Ke([Ae],()=>Es);Ke([Ae,Me],()=>xs);window.emWidgets={topic:Li};const ws=e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)),Dn=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";function Ss({withLocale:e,translations:t}){Ae.subscribe(r=>{r==null&&(Me.set(t),Ae.set(e))})}function Qt(e,t){gr(e,t)}function Xr(e){Ae.set(e)}const zr={en:{500:"500 - Internal server error",showMore:"Show more",loading:"Loading, please wait ...",noTournaments:"No tournaments found",fetchError:"An error has occurred when fetching the tournaments"},hr:{500:"500 - Interna pogreška poslužitelja",showMore:"Prikaži više",loading:"Učitavanje, molimo pričekajte ...",noTournaments:"Nema pronađenih turnira",fetchError:"Došlo je do pogreške prilikom dohvaćanja turnira"},"zh-hk":{500:"500內部服務器錯誤",showMore:"顯示更多",loading:"加載請稍候 ...",noTournaments:"沒有找到比賽",fetchError:"擷取比賽資料時發生錯誤"},fr:{500:"500 - erreur de serveur interne",showMore:"Afficher plus",loading:"Chargement , veuillez patienter ...",noTournaments:"Aucun tournoi trouvé",fetchError:"Une erreur est survenue lors de la récupération des tournois"},ro:{500:"500 - Internal server error",showMore:"Mai mult",loading:"Se încarcă, asteptati ...",noTournaments:"Niciun turneu gasit",fetchError:"A apărut o eroare la preluarea turneelor"},tr:{500:"500 - Dahili sunucu hatası",showMore:"Daha fazla göster",loading:"Yükleniyor, lütfen bekleyin ...",noTournaments:"Turnuva bulunamadı",fetchError:"Turnuvalar alınırken bir hata oluştu"},el:{500:"500 - Σφάλμα Διακομιστή",showMore:"Περισσότερα",loading:"Φορτώνει, παρακαλούμε περιμένετε ...",noTournaments:"Δεν βρέθηκαν τουρνουά",fetchError:"Παρουσιάστηκε σφάλμα κατά την ανάκτηση των τουρνουά"},es:{500:"500 - Error servidor interno",showMore:"Mostrar más",loading:"Cargando …",noTournaments:"No se encontraron Torneos",fetchError:"Se produjo un error al obtener los torneos"},hu:{500:"500 - Belső szerver hiba",showMore:"Mutass többet",loading:"Betöltés, kérjük várjon...",noTournaments:"Verseny nem található",fetchError:"Hiba történt a versenyek lekérdezésekor"},pt:{500:"Erro 500 - Erro interno do servidor",showMore:"Ver mais",loading:"Carregando, por favor espere ...",noTournaments:"Nenhum torneio encontrado",fetchError:"Ocorreu um erro ao buscar os torneios"},"en-us":{500:"500 - Internal server error",showMore:"Show more",loading:"Loading, please wait ...",noTournaments:"No tournaments found",fetchError:"An error has occurred when fetching the tournaments"}};var pr={exports:{}};/** @license
|
|
18
|
+
`,Je.MISSING_INTL_API,s);var k=r.getPluralRules(t,{type:c.pluralType}).select(m-(c.offset||0));L=c.options[k]||c.options.other}if(!L)throw new Gr(c.value,m,Object.keys(c.options),s);a.push.apply(a,wt(L.value,t,r,n,i,m-(c.offset||0)));continue}}return Uo(a)}function jo(e,t){return t?ye(ye(ye({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=ye(ye({},e[n]),t[n]||{}),r},{})):e}function $o(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=jo(e[n],t[n]),r},ye({},e)):e}function Zt(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function ko(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:zt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Xt([void 0],r,!1)))},{cache:Zt(e.number),strategy:Wt.variadic}),getDateTimeFormat:zt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Xt([void 0],r,!1)))},{cache:Zt(e.dateTime),strategy:Wt.variadic}),getPluralRules:zt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Xt([void 0],r,!1)))},{cache:Zt(e.pluralRules),strategy:Wt.variadic})}}var Vo=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var o=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(h){var u=o.formatToParts(h);if(u.length===1)return u[0].value;var c=u.reduce(function(d,m){return!d.length||m.type!==ee.literal||typeof d[d.length-1]!="string"?d.push(m.value):d[d.length-1]+=m.value,d},[]);return c.length<=1?c[0]||"":c},this.formatToParts=function(h){return wt(o.ast,o.locales,o.formatters,o.formats,h,void 0,o.message)},this.resolvedOptions=function(){var h;return{locale:((h=o.resolvedLocale)===null||h===void 0?void 0:h.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.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 s=i||{};s.formatters;var a=Yi(s,["formatters"]);this.ast=e.__parse(t,ye(ye({},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=$o(e.formats,n),this.formatters=i&&i.formatters||ko(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=Ro,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 Xo(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 o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const Oe={},zo=(e,t,r)=>r&&(t in Oe||(Oe[t]={}),e in Oe[t]||(Oe[t][e]=r),r),Bn=(e,t)=>{if(t==null)return;if(t in Oe&&e in Oe[t])return Oe[t][e];const r=Rt(t);for(let n=0;n<r.length;n++){const i=r[n],o=qo(i,e);if(o)return zo(e,t,o)}};let br;const Me=Lt({});function Wo(e){return br[e]||null}function Cn(e){return e in br}function qo(e,t){if(!Cn(e))return null;const r=Wo(e);return Xo(r,t)}function Zo(e){if(e==null)return;const t=Rt(e);for(let r=0;r<t.length;r++){const n=t[r];if(Cn(n))return n}}function gr(e,...t){delete Oe[e],Me.update(r=>(r[e]=Qi.all([r[e]||{},...t]),r))}Ke([Me],([e])=>Object.keys(e));Me.subscribe(e=>br=e);const St={};function Jo(e,t){St[e].delete(t),St[e].size===0&&delete St[e]}function In(e){return St[e]}function Qo(e){return Rt(e).map(t=>{const r=In(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function cr(e){return e==null?!1:Rt(e).some(t=>{var r;return(r=In(t))==null?void 0:r.size})}function Yo(e,t){return Promise.all(t.map(n=>(Jo(e,n),n().then(i=>i.default||i)))).then(n=>gr(e,...n))}const at={};function Ln(e){if(!cr(e))return e in at?at[e]:Promise.resolve();const t=Qo(e);return at[e]=Promise.all(t.map(([r,n])=>Yo(r,n))).then(()=>{if(cr(e))return Ln(e);delete at[e]}),at[e]}const Ko={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"}}},es={fallbackLocale:null,loadingDelay:200,formats:Ko,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},ts=es;function Qe(){return ts}const Jt=Lt(!1);var rs=Object.defineProperty,ns=Object.defineProperties,is=Object.getOwnPropertyDescriptors,jr=Object.getOwnPropertySymbols,os=Object.prototype.hasOwnProperty,ss=Object.prototype.propertyIsEnumerable,$r=(e,t,r)=>t in e?rs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,as=(e,t)=>{for(var r in t||(t={}))os.call(t,r)&&$r(e,r,t[r]);if(jr)for(var r of jr(t))ss.call(t,r)&&$r(e,r,t[r]);return e},us=(e,t)=>ns(e,is(t));let dr;const Bt=Lt(null);function kr(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Rt(e,t=Qe().fallbackLocale){const r=kr(e);return t?[...new Set([...r,...kr(t)])]:r}function Re(){return dr!=null?dr:void 0}Bt.subscribe(e=>{dr=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const ls=e=>{if(e&&Zo(e)&&cr(e)){const{loadingDelay:t}=Qe();let r;return typeof window!="undefined"&&Re()!=null&&t?r=window.setTimeout(()=>Jt.set(!0),t):Jt.set(!0),Ln(e).then(()=>{Bt.set(e)}).finally(()=>{clearTimeout(r),Jt.set(!1)})}return Bt.set(e)},Ae=us(as({},Bt),{set:ls}),Dt=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var hs=Object.defineProperty,Ct=Object.getOwnPropertySymbols,Nn=Object.prototype.hasOwnProperty,Mn=Object.prototype.propertyIsEnumerable,Vr=(e,t,r)=>t in e?hs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,vr=(e,t)=>{for(var r in t||(t={}))Nn.call(t,r)&&Vr(e,r,t[r]);if(Ct)for(var r of Ct(t))Mn.call(t,r)&&Vr(e,r,t[r]);return e},et=(e,t)=>{var r={};for(var n in e)Nn.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ct)for(var n of Ct(e))t.indexOf(n)<0&&Mn.call(e,n)&&(r[n]=e[n]);return r};const ft=(e,t)=>{const{formats:r}=Qe();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},fs=Dt(e=>{var t=e,{locale:r,format:n}=t,i=et(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=ft("number",n)),new Intl.NumberFormat(r,i)}),cs=Dt(e=>{var t=e,{locale:r,format:n}=t,i=et(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=ft("date",n):Object.keys(i).length===0&&(i=ft("date","short")),new Intl.DateTimeFormat(r,i)}),ds=Dt(e=>{var t=e,{locale:r,format:n}=t,i=et(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=ft("time",n):Object.keys(i).length===0&&(i=ft("time","short")),new Intl.DateTimeFormat(r,i)}),ps=(e={})=>{var t=e,{locale:r=Re()}=t,n=et(t,["locale"]);return fs(vr({locale:r},n))},ms=(e={})=>{var t=e,{locale:r=Re()}=t,n=et(t,["locale"]);return cs(vr({locale:r},n))},bs=(e={})=>{var t=e,{locale:r=Re()}=t,n=et(t,["locale"]);return ds(vr({locale:r},n))},gs=Dt((e,t=Re())=>new Vo(e,t,Qe().formats,{ignoreTag:Qe().ignoreTag})),vs=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=Re(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let c=Bn(e,h);if(!c)c=(o=(i=(n=(r=Qe()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof c!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),c;if(!a)return c;let d=c;try{d=gs(c,h).format(a)}catch(m){m instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,m.message)}return d},ys=(e,t)=>bs(t).format(e),_s=(e,t)=>ms(t).format(e),Es=(e,t)=>ps(t).format(e),xs=(e,t=Re())=>Bn(e,t),Rn=Ke([Ae,Me],()=>vs);Ke([Ae],()=>ys);Ke([Ae],()=>_s);Ke([Ae],()=>Es);Ke([Ae,Me],()=>xs);window.emWidgets={topic:Li};const ws=e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)),Dn=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";String(Number.MAX_SAFE_INTEGER).length;function Ss({withLocale:e,translations:t}){Ae.subscribe(r=>{r==null&&(Me.set(t),Ae.set(e))})}function Qt(e,t){gr(e,t)}function Xr(e){Ae.set(e)}const zr={en:{500:"500 - Internal server error",showMore:"Show more",loading:"Loading, please wait ...",noTournaments:"No tournaments found",fetchError:"An error has occurred when fetching the tournaments"},hr:{500:"500 - Interna pogreška poslužitelja",showMore:"Prikaži više",loading:"Učitavanje, molimo pričekajte ...",noTournaments:"Nema pronađenih turnira",fetchError:"Došlo je do pogreške prilikom dohvaćanja turnira"},"zh-hk":{500:"500內部服務器錯誤",showMore:"顯示更多",loading:"加載請稍候 ...",noTournaments:"沒有找到比賽",fetchError:"擷取比賽資料時發生錯誤"},fr:{500:"500 - erreur de serveur interne",showMore:"Afficher plus",loading:"Chargement , veuillez patienter ...",noTournaments:"Aucun tournoi trouvé",fetchError:"Une erreur est survenue lors de la récupération des tournois"},ro:{500:"500 - Internal server error",showMore:"Mai mult",loading:"Se încarcă, asteptati ...",noTournaments:"Niciun turneu gasit",fetchError:"A apărut o eroare la preluarea turneelor"},tr:{500:"500 - Dahili sunucu hatası",showMore:"Daha fazla göster",loading:"Yükleniyor, lütfen bekleyin ...",noTournaments:"Turnuva bulunamadı",fetchError:"Turnuvalar alınırken bir hata oluştu"},el:{500:"500 - Σφάλμα Διακομιστή",showMore:"Περισσότερα",loading:"Φορτώνει, παρακαλούμε περιμένετε ...",noTournaments:"Δεν βρέθηκαν τουρνουά",fetchError:"Παρουσιάστηκε σφάλμα κατά την ανάκτηση των τουρνουά"},es:{500:"500 - Error servidor interno",showMore:"Mostrar más",loading:"Cargando …",noTournaments:"No se encontraron Torneos",fetchError:"Se produjo un error al obtener los torneos"},hu:{500:"500 - Belső szerver hiba",showMore:"Mutass többet",loading:"Betöltés, kérjük várjon...",noTournaments:"Verseny nem található",fetchError:"Hiba történt a versenyek lekérdezésekor"},pt:{500:"Erro 500 - Erro interno do servidor",showMore:"Ver mais",loading:"Carregando, por favor espere ...",noTournaments:"Nenhum torneio encontrado",fetchError:"Ocorreu um erro ao buscar os torneios"},"en-us":{500:"500 - Internal server error",showMore:"Show more",loading:"Loading, please wait ...",noTournaments:"No tournaments found",fetchError:"An error has occurred when fetching the tournaments"}};var pr={exports:{}};/** @license
|
|
19
19
|
* eventsource.js
|
|
20
20
|
* Available under MIT License (MIT)
|
|
21
21
|
* https://github.com/Yaffle/EventSource/
|
|
22
22
|
*/(function(e,t){(function(r){var n=r.setTimeout,i=r.clearTimeout,o=r.XMLHttpRequest,s=r.XDomainRequest,a=r.ActiveXObject,h=r.EventSource,u=r.document,c=r.Promise,d=r.fetch,m=r.Response,E=r.TextDecoder,C=r.TextEncoder,H=r.AbortController;if(typeof window!="undefined"&&typeof u!="undefined"&&!("readyState"in u)&&u.body==null&&(u.readyState="loading",window.addEventListener("load",function(l){u.readyState="complete"},!1)),o==null&&a!=null&&(o=function(){return new a("Microsoft.XMLHTTP")}),Object.create==null&&(Object.create=function(l){function b(){}return b.prototype=l,new b}),Date.now||(Date.now=function(){return new Date().getTime()}),H==null){var te=d;d=function(l,b){var g=b.signal;return te(l,{headers:b.headers,credentials:b.credentials,cache:b.cache}).then(function(p){var y=p.body.getReader();return g._reader=y,g._aborted&&g._reader.cancel(),{status:p.status,statusText:p.statusText,headers:p.headers,body:{getReader:function(){return y}}}})},H=function(){this.signal={_reader:null,_aborted:!1},this.abort=function(){this.signal._reader!=null&&this.signal._reader.cancel(),this.signal._aborted=!0}}}function de(){this.bitsNeeded=0,this.codePoint=0}de.prototype.decode=function(l){function b(P,I,_){if(_===1)return P>=128>>I&&P<<I<=2047;if(_===2)return P>=2048>>I&&P<<I<=55295||P>=57344>>I&&P<<I<=65535;if(_===3)return P>=65536>>I&&P<<I<=1114111;throw new Error}function g(P,I){if(P===6*1)return I>>6>15?3:I>31?2:1;if(P===6*2)return I>15?3:2;if(P===6*3)return 3;throw new Error}for(var p=65533,y="",v=this.bitsNeeded,w=this.codePoint,N=0;N<l.length;N+=1){var S=l[N];v!==0&&(S<128||S>191||!b(w<<6|S&63,v-6,g(v,w)))&&(v=0,w=p,y+=String.fromCharCode(w)),v===0?(S>=0&&S<=127?(v=0,w=S):S>=192&&S<=223?(v=6*1,w=S&31):S>=224&&S<=239?(v=6*2,w=S&15):S>=240&&S<=247?(v=6*3,w=S&7):(v=0,w=p),v!==0&&!b(w,v,g(v,w))&&(v=0,w=p)):(v-=6,w=w<<6|S&63),v===0&&(w<=65535?y+=String.fromCharCode(w):(y+=String.fromCharCode(55296+(w-65535-1>>10)),y+=String.fromCharCode(56320+(w-65535-1&1023))))}return this.bitsNeeded=v,this.codePoint=w,y};var ie=function(){try{return new E().decode(new C().encode("test"),{stream:!0})==="test"}catch(l){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+l)}return!1};(E==null||C==null||!ie())&&(E=de);var L=function(){};function k(l){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=L,this.onload=L,this.onerror=L,this.onreadystatechange=L,this._contentType="",this._xhr=l,this._sendTimeout=0,this._abort=L}k.prototype.open=function(l,b){this._abort(!0);var g=this,p=this._xhr,y=1,v=0;this._abort=function(_){g._sendTimeout!==0&&(i(g._sendTimeout),g._sendTimeout=0),(y===1||y===2||y===3)&&(y=4,p.onload=L,p.onerror=L,p.onabort=L,p.onprogress=L,p.onreadystatechange=L,p.abort(),v!==0&&(i(v),v=0),_||(g.readyState=4,g.onabort(null),g.onreadystatechange())),y=0};var w=function(){if(y===1){var _=0,f="",O=void 0;if("contentType"in p)_=200,f="OK",O=p.contentType;else try{_=p.status,f=p.statusText,O=p.getResponseHeader("Content-Type")}catch(D){_=0,f="",O=void 0}_!==0&&(y=2,g.readyState=2,g.status=_,g.statusText=f,g._contentType=O,g.onreadystatechange())}},N=function(){if(w(),y===2||y===3){y=3;var _="";try{_=p.responseText}catch(f){}g.readyState=3,g.responseText=_,g.onprogress()}},S=function(_,f){if((f==null||f.preventDefault==null)&&(f={preventDefault:L}),N(),y===1||y===2||y===3){if(y=4,v!==0&&(i(v),v=0),g.readyState=4,_==="load")g.onload(f);else if(_==="error")g.onerror(f);else if(_==="abort")g.onabort(f);else throw new TypeError;g.onreadystatechange()}},P=function(_){p!=null&&(p.readyState===4?(!("onload"in p)||!("onerror"in p)||!("onabort"in p))&&S(p.responseText===""?"error":"load",_):p.readyState===3?"onprogress"in p||N():p.readyState===2&&w())},I=function(){v=n(function(){I()},500),p.readyState===3&&N()};"onload"in p&&(p.onload=function(_){S("load",_)}),"onerror"in p&&(p.onerror=function(_){S("error",_)}),"onabort"in p&&(p.onabort=function(_){S("abort",_)}),"onprogress"in p&&(p.onprogress=N),"onreadystatechange"in p&&(p.onreadystatechange=function(_){P(_)}),("contentType"in p||!("ontimeout"in o.prototype))&&(b+=(b.indexOf("?")===-1?"?":"&")+"padding=true"),p.open(l,b,!0),"readyState"in p&&(v=n(function(){I()},0))},k.prototype.abort=function(){this._abort(!1)},k.prototype.getResponseHeader=function(l){return this._contentType},k.prototype.setRequestHeader=function(l,b){var g=this._xhr;"setRequestHeader"in g&&g.setRequestHeader(l,b)},k.prototype.getAllResponseHeaders=function(){return this._xhr.getAllResponseHeaders!=null&&this._xhr.getAllResponseHeaders()||""},k.prototype.send=function(){if((!("ontimeout"in o.prototype)||!("sendAsBinary"in o.prototype)&&!("mozAnon"in o.prototype))&&u!=null&&u.readyState!=null&&u.readyState!=="complete"){var l=this;l._sendTimeout=n(function(){l._sendTimeout=0,l.send()},4);return}var b=this._xhr;"withCredentials"in b&&(b.withCredentials=this.withCredentials);try{b.send(void 0)}catch(g){throw g}};function J(l){return l.replace(/[A-Z]/g,function(b){return String.fromCharCode(b.charCodeAt(0)+32)})}function he(l){for(var b=Object.create(null),g=l.split(`\r
|
|
23
23
|
`),p=0;p<g.length;p+=1){var y=g[p],v=y.split(": "),w=v.shift(),N=v.join(": ");b[J(w)]=N}this._map=b}he.prototype.get=function(l){return this._map[J(l)]},o!=null&&o.HEADERS_RECEIVED==null&&(o.HEADERS_RECEIVED=2);function ge(){}ge.prototype.open=function(l,b,g,p,y,v,w){l.open("GET",y);var N=0;l.onprogress=function(){var P=l.responseText,I=P.slice(N);N+=I.length,g(I)},l.onerror=function(P){P.preventDefault(),p(new Error("NetworkError"))},l.onload=function(){p(null)},l.onabort=function(){p(null)},l.onreadystatechange=function(){if(l.readyState===o.HEADERS_RECEIVED){var P=l.status,I=l.statusText,_=l.getResponseHeader("Content-Type"),f=l.getAllResponseHeaders();b(P,I,_,new he(f))}},l.withCredentials=v;for(var S in w)Object.prototype.hasOwnProperty.call(w,S)&&l.setRequestHeader(S,w[S]);return l.send(),l};function De(l){this._headers=l}De.prototype.get=function(l){return this._headers.get(l)};function Fe(){}Fe.prototype.open=function(l,b,g,p,y,v,w){var N=null,S=new H,P=S.signal,I=new E;return d(y,{headers:w,credentials:v?"include":"same-origin",signal:P,cache:"no-store"}).then(function(_){return N=_.body.getReader(),b(_.status,_.statusText,_.headers.get("Content-Type"),new De(_.headers)),new c(function(f,O){var D=function(){N.read().then(function(B){if(B.done)f(void 0);else{var V=I.decode(B.value,{stream:!0});g(V),D()}}).catch(function(B){O(B)})};D()})}).catch(function(_){if(_.name!=="AbortError")return _}).then(function(_){p(_)}),{abort:function(){N!=null&&N.cancel(),S.abort()}}};function _e(){this._listeners=Object.create(null)}function Ue(l){n(function(){throw l},0)}_e.prototype.dispatchEvent=function(l){l.target=this;var b=this._listeners[l.type];if(b!=null)for(var g=b.length,p=0;p<g;p+=1){var y=b[p];try{typeof y.handleEvent=="function"?y.handleEvent(l):y.call(this,l)}catch(v){Ue(v)}}},_e.prototype.addEventListener=function(l,b){l=String(l);var g=this._listeners,p=g[l];p==null&&(p=[],g[l]=p);for(var y=!1,v=0;v<p.length;v+=1)p[v]===b&&(y=!0);y||p.push(b)},_e.prototype.removeEventListener=function(l,b){l=String(l);var g=this._listeners,p=g[l];if(p!=null){for(var y=[],v=0;v<p.length;v+=1)p[v]!==b&&y.push(p[v]);y.length===0?delete g[l]:g[l]=y}};function pe(l){this.type=l,this.target=void 0}function ve(l,b){pe.call(this,l),this.data=b.data,this.lastEventId=b.lastEventId}ve.prototype=Object.create(pe.prototype);function tt(l,b){pe.call(this,l),this.status=b.status,this.statusText=b.statusText,this.headers=b.headers}tt.prototype=Object.create(pe.prototype);function Ge(l,b){pe.call(this,l),this.error=b.error}Ge.prototype=Object.create(pe.prototype);var je=-1,fe=0,me=1,Q=2,Ee=-1,oe=0,se=1,Be=2,Ce=3,pt=/^text\/event\-stream(;.*)?$/i,be=1e3,rt=18e6,$e=function(l,b){var g=l==null?b:parseInt(l,10);return g!==g&&(g=b),nt(g)},nt=function(l){return Math.min(Math.max(l,be),rt)},He=function(l,b,g){try{typeof b=="function"&&b.call(l,g)}catch(p){Ue(p)}};function re(l,b){_e.call(this),b=b||{},this.onopen=void 0,this.onmessage=void 0,this.onerror=void 0,this.url=void 0,this.readyState=void 0,this.withCredentials=void 0,this.headers=void 0,this._close=void 0,Ut(this,l,b)}function Ft(){return o!=null&&"withCredentials"in o.prototype||s==null?new o:new s}var it=d!=null&&m!=null&&"body"in m.prototype;function Ut(l,b,g){b=String(b);var p=!!g.withCredentials,y=g.lastEventIdQueryParameterName||"lastEventId",v=nt(1e3),w=$e(g.heartbeatTimeout,45e3),N="",S=v,P=!1,I=0,_=g.headers||{},f=g.Transport,O=it&&f==null?void 0:new k(f!=null?new f:Ft()),D=f!=null&&typeof f!="string"?new f:O==null?new Fe:new ge,B=void 0,V=0,W=je,Pe="",ot="",G="",bt="",Y=oe,Gt=0,Ie=0,$n=function(X,j,ae,ue){if(W===fe)if(X===200&&ae!=null&&pt.test(ae)){W=me,P=Date.now(),S=v,l.readyState=me;var K=new tt("open",{status:X,statusText:j,headers:ue});l.dispatchEvent(K),He(l,l.onopen,K)}else{var z="";X!==200?(j&&(j=j.replace(/\s+/g," ")),z="EventSource's response has a status "+X+" "+j+" that is not 200. Aborting the connection."):z="EventSource's response has a Content-Type specifying an unsupported type: "+(ae==null?"-":ae.replace(/\s+/g," "))+". Aborting the connection.",jt();var K=new tt("error",{status:X,statusText:j,headers:ue});l.dispatchEvent(K),He(l,l.onerror,K),console.error(z)}},kn=function(X){if(W===me){for(var j=-1,ae=0;ae<X.length;ae+=1){var ue=X.charCodeAt(ae);(ue===10||ue===13)&&(j=ae)}var K=(j!==-1?bt:"")+X.slice(0,j+1);bt=(j===-1?bt:"")+X.slice(j+1),X!==""&&(P=Date.now(),I+=X.length);for(var z=0;z<K.length;z+=1){var ue=K.charCodeAt(z);if(Y===Ee&&ue===10)Y=oe;else if(Y===Ee&&(Y=oe),ue===13||ue===10){if(Y!==oe){Y===se&&(Ie=z+1);var xe=K.slice(Gt,Ie-1),we=K.slice(Ie+(Ie<z&&K.charCodeAt(Ie)===32?1:0),z);xe==="data"?(Pe+=`
|
|
24
|
-
`,Pe+=we):xe==="id"?ot=we:xe==="event"?G=we:xe==="retry"?(v=$e(we,v),S=v):xe==="heartbeatTimeout"&&(w=$e(we,w),V!==0&&(i(V),V=n(function(){st()},w)))}if(Y===oe){if(Pe!==""){N=ot,G===""&&(G="message");var ke=new ve(G,{data:Pe.slice(1),lastEventId:ot});if(l.dispatchEvent(ke),G==="open"?He(l,l.onopen,ke):G==="message"?He(l,l.onmessage,ke):G==="error"&&He(l,l.onerror,ke),W===Q)return}Pe="",G=""}Y=ue===13?Ee:oe}else Y===oe&&(Gt=z,Y=se),Y===se?ue===58&&(Ie=z+1,Y=Be):Y===Be&&(Y=Ce)}}},yr=function(X){if(W===me||W===fe){W=je,V!==0&&(i(V),V=0),V=n(function(){st()},S),S=nt(Math.min(v*16,S*2)),l.readyState=fe;var j=new Ge("error",{error:X});l.dispatchEvent(j),He(l,l.onerror,j),X!=null&&console.error(X)}},jt=function(){W=Q,B!=null&&(B.abort(),B=void 0),V!==0&&(i(V),V=0),l.readyState=Q},st=function(){if(V=0,W!==je){if(!P&&B!=null)yr(new Error("No activity within "+w+" milliseconds. "+(W===fe?"No response received.":I+" chars received.")+" Reconnecting.")),B!=null&&(B.abort(),B=void 0);else{var X=Math.max((P||Date.now())+w-Date.now(),1);P=!1,V=n(function(){st()},X)}return}P=!1,I=0,V=n(function(){st()},w),W=fe,Pe="",G="",ot=N,bt="",Gt=0,Ie=0,Y=oe;var j=b;if(b.slice(0,5)!=="data:"&&b.slice(0,5)!=="blob:"&&N!==""){var ae=b.indexOf("?");j=ae===-1?b:b.slice(0,ae+1)+b.slice(ae+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,function(we,ke){return ke===y?"":we}),j+=(b.indexOf("?")===-1?"?":"&")+y+"="+encodeURIComponent(N)}var ue=l.withCredentials,K={};K.Accept="text/event-stream";var z=l.headers;if(z!=null)for(var xe in z)Object.prototype.hasOwnProperty.call(z,xe)&&(K[xe]=z[xe]);try{B=D.open(O,$n,kn,yr,j,ue,K)}catch(we){throw jt(),we}};l.url=b,l.readyState=fe,l.withCredentials=p,l.headers=_,l._close=jt,st()}re.prototype=Object.create(_e.prototype),re.prototype.CONNECTING=fe,re.prototype.OPEN=me,re.prototype.CLOSED=Q,re.prototype.close=function(){this._close()},re.CONNECTING=fe,re.OPEN=me,re.CLOSED=Q,re.prototype.withCredentials=void 0;var mt=h;o!=null&&(h==null||!("withCredentials"in h.prototype))&&(mt=re),function(l){{var b=l(t);b!==void 0&&(e.exports=b)}}(function(l){l.EventSourcePolyfill=re,l.NativeEventSource=h,l.EventSource=mt})})(typeof globalThis=="undefined"?typeof window!="undefined"?window:typeof self!="undefined"?self:Mi:globalThis)})(pr,pr.exports);var Ts=pr.exports;function Fn(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function Un(e,t){const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function Gn(e,t,r){if(window.emMessageBus){const n=document.createElement("style");window.emMessageBus.subscribe(t,i=>{n.innerHTML=i,e&&e.appendChild(n)})}}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./CasinoTournamentsFilterController-
|
|
24
|
+
`,Pe+=we):xe==="id"?ot=we:xe==="event"?G=we:xe==="retry"?(v=$e(we,v),S=v):xe==="heartbeatTimeout"&&(w=$e(we,w),V!==0&&(i(V),V=n(function(){st()},w)))}if(Y===oe){if(Pe!==""){N=ot,G===""&&(G="message");var ke=new ve(G,{data:Pe.slice(1),lastEventId:ot});if(l.dispatchEvent(ke),G==="open"?He(l,l.onopen,ke):G==="message"?He(l,l.onmessage,ke):G==="error"&&He(l,l.onerror,ke),W===Q)return}Pe="",G=""}Y=ue===13?Ee:oe}else Y===oe&&(Gt=z,Y=se),Y===se?ue===58&&(Ie=z+1,Y=Be):Y===Be&&(Y=Ce)}}},yr=function(X){if(W===me||W===fe){W=je,V!==0&&(i(V),V=0),V=n(function(){st()},S),S=nt(Math.min(v*16,S*2)),l.readyState=fe;var j=new Ge("error",{error:X});l.dispatchEvent(j),He(l,l.onerror,j),X!=null&&console.error(X)}},jt=function(){W=Q,B!=null&&(B.abort(),B=void 0),V!==0&&(i(V),V=0),l.readyState=Q},st=function(){if(V=0,W!==je){if(!P&&B!=null)yr(new Error("No activity within "+w+" milliseconds. "+(W===fe?"No response received.":I+" chars received.")+" Reconnecting.")),B!=null&&(B.abort(),B=void 0);else{var X=Math.max((P||Date.now())+w-Date.now(),1);P=!1,V=n(function(){st()},X)}return}P=!1,I=0,V=n(function(){st()},w),W=fe,Pe="",G="",ot=N,bt="",Gt=0,Ie=0,Y=oe;var j=b;if(b.slice(0,5)!=="data:"&&b.slice(0,5)!=="blob:"&&N!==""){var ae=b.indexOf("?");j=ae===-1?b:b.slice(0,ae+1)+b.slice(ae+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,function(we,ke){return ke===y?"":we}),j+=(b.indexOf("?")===-1?"?":"&")+y+"="+encodeURIComponent(N)}var ue=l.withCredentials,K={};K.Accept="text/event-stream";var z=l.headers;if(z!=null)for(var xe in z)Object.prototype.hasOwnProperty.call(z,xe)&&(K[xe]=z[xe]);try{B=D.open(O,$n,kn,yr,j,ue,K)}catch(we){throw jt(),we}};l.url=b,l.readyState=fe,l.withCredentials=p,l.headers=_,l._close=jt,st()}re.prototype=Object.create(_e.prototype),re.prototype.CONNECTING=fe,re.prototype.OPEN=me,re.prototype.CLOSED=Q,re.prototype.close=function(){this._close()},re.CONNECTING=fe,re.OPEN=me,re.CLOSED=Q,re.prototype.withCredentials=void 0;var mt=h;o!=null&&(h==null||!("withCredentials"in h.prototype))&&(mt=re),function(l){{var b=l(t);b!==void 0&&(e.exports=b)}}(function(l){l.EventSourcePolyfill=re,l.NativeEventSource=h,l.EventSource=mt})})(typeof globalThis=="undefined"?typeof window!="undefined"?window:typeof self!="undefined"?self:Mi:globalThis)})(pr,pr.exports);var Ts=pr.exports;function Fn(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function Un(e,t){if(!e||!t)return;const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function Gn(e,t,r){if(window.emMessageBus){const n=document.createElement("style");window.emMessageBus.subscribe(t,i=>{n.innerHTML=i,e&&e.appendChild(n)})}}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./CasinoTournamentsFilterController-BMab6IuG.cjs")).then(({default:t})=>{!customElements.get("casino-tournaments-filter-controller")&&customElements.define("casino-tournaments-filter-controller",t.element)})}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./CasinoTournamentsListController-CnMw3pr-.cjs")).then(({default:t})=>{!customElements.get("casino-tournaments-list-controller")&&customElements.define("casino-tournaments-list-controller",t.element)})}const Wr=e=>e.length>0&&e!="false";function As(e){Kr(e,"svelte-v0e19m","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.ShowMoreButton{background:var(--emw--color-contrast, #07072A);font-size:18px;width:280px;height:60px;text-align:center;color:var(--emw--color-green, #48952a);border:solid var(--emw--color-green, #48952a) 1px;text-transform:uppercase;margin-bottom:20px;cursor:pointer}.ShowMoreButton:hover{opacity:0.7}.TournamentsWrapper{min-height:100vh;background:var(--emw--color-contrast, #07072A);overflow-x:hidden}.Tournaments{color:var(--emw--color-white, #FFFFFF);display:flex;flex-direction:column;position:relative;margin:0 auto;max-width:1300px;padding:24px 0}@media screen and (max-width: 1300px){.Tournaments{padding:24px 2.4%}}.Tournaments .FirstRow{width:100%;margin:0 auto}.Tournaments .SecondRow{margin:0 auto;width:100%}.Tournaments .ThirdRow{display:flex;flex-direction:column;justify-content:center}.Tournaments .ThirdRow .CenterButton{padding-top:20px;width:100%;display:flex;justify-content:center}")}function Hs(e){let t,r,n,i,o,s,a=e[21]&&qr(e);function h(m,E){return m[22]==0?Bs:Os}let u=h(e),c=u(e),d=!e[23]&&Zr(e);return{c(){t=$("div"),r=$("div"),n=$("div"),a&&a.c(),i=Tt(),o=$("div"),c.c(),s=Tt(),d&&d.c(),F(n,"class","FirstRow"),F(n,"part","FirstRow"),F(o,"class","SecondRow"),F(o,"part","SecondRow"),F(r,"class","Tournaments"),F(r,"part","Tournaments"),F(t,"class","TournamentsWrapper"),F(t,"part","TournamentsWrapper")},m(m,E){ne(m,t,E),q(t,r),q(r,n),a&&a.m(n,null),q(r,i),q(r,o),c.m(o,null),q(r,s),d&&d.m(r,null)},p(m,E){m[21]?a?a.p(m,E):(a=qr(m),a.c(),a.m(n,null)):a&&(a.d(1),a=null),u===(u=h(m))&&c?c.p(m,E):(c.d(1),c=u(m),c&&(c.c(),c.m(o,null))),m[23]?d&&(d.d(1),d=null):d?d.p(m,E):(d=Zr(m),d.c(),d.m(r,null))},d(m){m&&Z(t),a&&a.d(),c.d(),d&&d.d()}}}function Ps(e){let t,r=e[24]("500")+"",n,i,o,s;return{c(){t=$("p"),n=Te(r),i=Tt(),o=$("p"),s=Te(e[19])},m(a,h){ne(a,t,h),q(t,n),ne(a,i,h),ne(a,o,h),q(o,s)},p(a,h){h[0]&16777216&&r!==(r=a[24]("500")+"")&&Ne(n,r),h[0]&524288&&Ne(s,a[19])},d(a){a&&(Z(t),Z(i),Z(o))}}}function qr(e){let t;return{c(){t=$("casino-tournaments-filter-controller"),x(t,"clientstyling",e[13]),x(t,"clientstylingurl",e[14]),x(t,"translationurl",e[4]),x(t,"mbsource",e[15]),x(t,"filters",Ms),x(t,"activefilters",e[6]),x(t,"exportparts","FiltersController, MobileClass, Non-MobileClass/empty, Active, FilterButton, bi, bi-check, FiltersList, FiltersTitle, FiltersItem")},m(r,n){ne(r,t,n)},p(r,n){n[0]&8192&&x(t,"clientstyling",r[13]),n[0]&16384&&x(t,"clientstylingurl",r[14]),n[0]&16&&x(t,"translationurl",r[4]),n[0]&32768&&x(t,"mbsource",r[15]),n[0]&64&&x(t,"activefilters",r[6])},d(r){r&&Z(t)}}}function Os(e){let t;return{c(){t=$("casino-tournaments-list-controller"),x(t,"clientstyling",e[13]),x(t,"clientstylingurl",e[14]),x(t,"translationurl",e[4]),x(t,"userid",e[1]),x(t,"numberoftournaments",e[5]),x(t,"loginurl",e[9]),x(t,"loginevent",e[7]),x(t,"registerurl",e[10]),x(t,"registerevent",e[8]),x(t,"lang",e[3]),x(t,"currency",e[11]),x(t,"keepbrowsercontext",e[12]),x(t,"mbsource",e[15]),x(t,"session",e[0]),x(t,"endpoint",e[2]),x(t,"exportparts",`Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, ScoreCriteriaP, ScoreCriteriaSpan, Games, GamesP, GamesAnchor, TournamentPrizes, TournamentPrizesSvg, a, TournamentPrizesSvgA, PrizesTitle, Prizes, Prize, PrizeText, PrizeRank,
|
|
25
25
|
TournamentDuration, TournamentDates, StartDate, EndDate, ProgressBar, ProgressBarFillEnd, Finished, ProgressBarFillStarting, Remaining, ProgressBarFill,
|
|
26
26
|
TournamentsGamesSlider, SliderNavButton, items, item, PlayNowButton, itemHover, SliderNavButton
|
|
27
27
|
TournamentCard, CardMaxWidth, CardFullSize, elementToFadeOut, elementToFadeIn, ph-item, ph-col-12, ph-picture, ph-row, ph-col-6, big, ph-col-4, empty, ph-col-8, TournamentButtons, LoginButton, RegisterButton, DetailsButton, EnrolledButton, JoinButton, JoinButtonSpan, JoinButtonSvg, JoinButtonSvgA, JoinButtonFullSize, spinner, DetailsLargeButton, ErrorText, TournamentList, StatusUnstarted, StatusRunning, StatusClosed, StatusClosing, TournamentPrizesIconSection, TournamentPrizesIconWrapper`)},m(r,n){ne(r,t,n)},p(r,n){n[0]&8192&&x(t,"clientstyling",r[13]),n[0]&16384&&x(t,"clientstylingurl",r[14]),n[0]&16&&x(t,"translationurl",r[4]),n[0]&2&&x(t,"userid",r[1]),n[0]&32&&x(t,"numberoftournaments",r[5]),n[0]&512&&x(t,"loginurl",r[9]),n[0]&128&&x(t,"loginevent",r[7]),n[0]&1024&&x(t,"registerurl",r[10]),n[0]&256&&x(t,"registerevent",r[8]),n[0]&8&&x(t,"lang",r[3]),n[0]&2048&&x(t,"currency",r[11]),n[0]&4096&&x(t,"keepbrowsercontext",r[12]),n[0]&32768&&x(t,"mbsource",r[15]),n[0]&1&&x(t,"session",r[0]),n[0]&4&&x(t,"endpoint",r[2])},d(r){r&&Z(t)}}}function Bs(e){let t;function r(o,s){return o[20]?Ls:o[18]?Is:Cs}let n=r(e),i=n(e);return{c(){i.c(),t=en()},m(o,s){i.m(o,s),ne(o,t,s)},p(o,s){n===(n=r(o))&&i?i.p(o,s):(i.d(1),i=n(o),i&&(i.c(),i.m(t.parentNode,t)))},d(o){o&&Z(t),i.d(o)}}}function Cs(e){let t,r=e[24]("noTournaments")+"",n;return{c(){t=$("p"),n=Te(r),F(t,"class","NoTournaments"),F(t,"part","NoTournaments")},m(i,o){ne(i,t,o),q(t,n)},p(i,o){o[0]&16777216&&r!==(r=i[24]("noTournaments")+"")&&Ne(n,r)},d(i){i&&Z(t)}}}function Is(e){let t,r=e[24]("fetchError")+"",n;return{c(){t=$("p"),n=Te(r),F(t,"class","FetchErrorMessage")},m(i,o){ne(i,t,o),q(t,n)},p(i,o){o[0]&16777216&&r!==(r=i[24]("fetchError")+"")&&Ne(n,r)},d(i){i&&Z(t)}}}function Ls(e){let t,r=e[24]("loading")+"",n;return{c(){t=$("p"),n=Te(r),F(t,"class","LoadingMessage"),F(t,"part","LoadingMessage")},m(i,o){ne(i,t,o),q(t,n)},p(i,o){o[0]&16777216&&r!==(r=i[24]("loading")+"")&&Ne(n,r)},d(i){i&&Z(t)}}}function Zr(e){let t,r,n,i=e[24]("showMore")+"",o,s,a;return{c(){t=$("div"),r=$("div"),n=$("button"),o=Te(i),F(n,"class","ShowMoreButton"),F(n,"part","ShowMoreButton"),F(n,"title","Show More"),F(r,"class","CenterButton"),F(r,"part","CenterButton"),F(t,"class","ThirdRow"),F(t,"part","ThirdRow")},m(h,u){ne(h,t,u),q(t,r),q(r,n),q(n,o),s||(a=At(n,"click",e[34]),s=!0)},p(h,u){u[0]&16777216&&i!==(i=h[24]("showMore")+"")&&Ne(o,i)},d(h){h&&Z(t),s=!1,a()}}}function Ns(e){let t;function r(o,s){return o[17]?Ps:Hs}let n=r(e),i=n(e);return{c(){t=$("div"),i.c()},m(o,s){ne(o,t,s),i.m(t,null),e[35](t)},p(o,s){n===(n=r(o))&&i?i.p(o,s):(i.d(1),i=n(o),i&&(i.c(),i.m(t,null)))},i:le,o:le,d(o){o&&Z(t),i.d(),e[35](null)}}}let Ms="All,Scheduled,Ongoing,Finished";function Rs(e,t,r){let n;Yr(e,Rn,f=>r(24,n=f));let{session:i=""}=t,{userid:o=""}=t,{endpoint:s=""}=t,{lang:a="en"}=t,{translationurl:h=""}=t,{numberoftournaments:u="6"}=t,{showmorestep:c="2"}=t,{filters:d="All"}=t,{loginevent:m=""}=t,{registerevent:E=""}=t,{loginurl:C=""}=t,{registerurl:H=""}=t,{currency:te="EUR"}=t,{keepbrowsercontext:de="false"}=t,{sorttype:ie=""}=t,{sortorder:L=""}=t,{starttimeafter:k=""}=t,{showanonymoustournaments:J="true"}=t,{clientstyling:he=""}=t,{clientstylingurl:ge=""}=t,{delaybeforeload:De=1e3}=t,Fe=!1,_e=!1,Ue="",pe=!1,ve="",tt=window.navigator.userAgent,Ge=!0,je=!1,fe=!1,{mbsource:me}=t,Q,Ee=0,oe=!1,se=6,Be=!0,Ce=[],pt,be,rt=!1,$e;Ss({withLocale:"en",translations:{}});const nt=()=>{fetch(h).then(O=>O.json()).then(O=>{$e=O,Object.keys(O).forEach(D=>{Qt(D,O[D])})}).catch(O=>{console.log(O)})},He=f=>{f&&Object.keys(f).forEach(O=>{Qt(O,f[O])})};Object.keys(zr).forEach(f=>{Qt(f,zr[f])});const re=f=>{f.data&&f.data.type==="UserSessionID"&&(pe=!0,r(32,ve=f.data.session),f.data.userid,it(s,0,se)),f.data&&f.data.type==="TournamentsFiltersSelected"&&(Ce=f.data.filters,it(s,0,se)),f.data&&f.data.type==="TournamentThumbnailMounted"&&He($e)},Ft=f=>f=="Scheduled"?"Unstarted":f=="Ongoing"?"Running":"Closing|Closed",it=(f,O,D)=>Le(this,null,function*(){r(20,Ge=!0),r(22,Ee=0);const B=yield l(f,O,D);B===null?r(18,_e=!0):setTimeout(()=>window.postMessage({type:"TournamentList",tournamentList:B.items},window.location.href),50),r(20,Ge=!1)}),Ut=(f,O,D)=>Le(this,null,function*(){const B=yield l(f,O,D);B===null?r(18,_e=!0):window.postMessage({type:"TournamentListShowMore",tournamentList:B.items},window.location.href)}),mt=()=>{const f=new Date;return k?f.setDate(f.getDate()-Number(k)):f.setMonth(f.getMonth()-1),f.toISOString().substring(0,10)},l=(f,O,D)=>Le(this,null,function*(){const B=new URL(`${f}/v1/tournaments`),V=new Headers;B.searchParams.append("pagination",`offset=${O},limit=${D}`),B.searchParams.append("sortField","StartTime"),B.searchParams.append("sortOrder",L||"desc"),B.searchParams.append("language",a),B.searchParams.append("platform",Dn(tt));const W={StartTimeAfter:mt()};!Wr(i)&&J==="false"&&(W.tags="no-role-set"),Ce.length>0&&Ce[0]!="All"&&(W.state=Ce.map(G=>Ft(G)).join("|"));const Pe=Object.keys(W).map(G=>`${G}=${W[G]}`).join(",");return B.searchParams.append("filter",Pe),ie&&B.searchParams.append("sortType",ie),pe&&V.append("X-SessionID",ve),fetch(B,{method:"GET",headers:V,cache:"no-cache"}).then(G=>G.ok?G.json():null).then(G=>G===null?null:(pt=B.searchParams.toString(),r(22,Ee=G.total),se>=Ee?r(23,Be=!0):r(23,Be=!1),fe||g(),G))}),b=f=>{if(f.type!="message")return;let O=f.data;if(O)try{let D=JSON.parse(O);if(!D||!D.item)return;let B=D.item;D.messageType=="TournamentUpdate"&&window.postMessage({type:"UpdateTournamentView",tournamentData:B},window.location.href),D.messageType=="TournamentRemove"&&window.postMessage({type:"TournamentList",tournamentList:D.items},window.location.href)}catch(D){console.error(D)}},g=()=>{fe=!0,setTimeout(()=>{fe=!1},1e3),be&&(be.removeEventListener("message",b),be.close());let f=`${s}/v1/tournaments/updates?${pt}`;be=new Ts.EventSourcePolyfill(f,{headers:{accept:"text/event-stream","X-SessionId":i}}),typeof be!="undefined"&&be.addEventListener("message",b)},p=()=>Le(this,null,function*(){let f=se;const O=parseInt(c,10);se+=O,window.postMessage({type:"TournamentsPagination",offset:0,limit:se},window.location.href),yield Ut(s,f,O),se>=Ee&&r(23,Be=!0)}),y=()=>(s||(r(19,Ue="Endpoint is missing! Please provide a valid endpointURL."),r(17,Fe=!0),console.error(Ue)),Fe),v=()=>{if(!oe)return!1;y()||(se=parseInt(u,10),Xr(a),it(s,0,se))},w=()=>{Xr(a)},N=()=>{Ce=d.split(","),r(21,je=!0)},S=()=>{Wr(i)?(pe=!0,r(32,ve=i)):(pe=!1,r(32,ve=""))},P=()=>Le(this,null,function*(){rt||(rt=!0,yield v(),rt=!1)});tn(()=>(setTimeout(()=>{r(33,oe=!0)},De),window.addEventListener("message",re,!1),()=>{window.removeEventListener("message",re),be&&(be.removeEventListener("message",b),be.close())}));const I=()=>p();function _(f){Ht[f?"unshift":"push"](()=>{Q=f,r(16,Q)})}return e.$$set=f=>{"session"in f&&r(0,i=f.session),"userid"in f&&r(1,o=f.userid),"endpoint"in f&&r(2,s=f.endpoint),"lang"in f&&r(3,a=f.lang),"translationurl"in f&&r(4,h=f.translationurl),"numberoftournaments"in f&&r(5,u=f.numberoftournaments),"showmorestep"in f&&r(26,c=f.showmorestep),"filters"in f&&r(6,d=f.filters),"loginevent"in f&&r(7,m=f.loginevent),"registerevent"in f&&r(8,E=f.registerevent),"loginurl"in f&&r(9,C=f.loginurl),"registerurl"in f&&r(10,H=f.registerurl),"currency"in f&&r(11,te=f.currency),"keepbrowsercontext"in f&&r(12,de=f.keepbrowsercontext),"sorttype"in f&&r(27,ie=f.sorttype),"sortorder"in f&&r(28,L=f.sortorder),"starttimeafter"in f&&r(29,k=f.starttimeafter),"showanonymoustournaments"in f&&r(30,J=f.showanonymoustournaments),"clientstyling"in f&&r(13,he=f.clientstyling),"clientstylingurl"in f&&r(14,ge=f.clientstylingurl),"delaybeforeload"in f&&r(31,De=f.delaybeforeload),"mbsource"in f&&r(15,me=f.mbsource)},e.$$.update=()=>{e.$$.dirty[0]&2,e.$$.dirty[0]&64&&d&&N(),e.$$.dirty[0]&8&&a&&w(),e.$$.dirty[0]&16&&h&&nt(),e.$$.dirty[1]&4&&oe&&v(),e.$$.dirty[0]&1&&(i===""||i)&&S(),e.$$.dirty[1]&2&&(ve===""||ve)&&P(),e.$$.dirty[0]&1140850732&&s&&u&&c&&a&&J&&P(),e.$$.dirty[0]&73728&&he&&Q&&Fn(Q,he),e.$$.dirty[0]&81920&&ge&&Q&&Un(Q,ge),e.$$.dirty[0]&98304&&me&&Q&&Gn(Q,`${me}.Style`)},[i,o,s,a,h,u,d,m,E,C,H,te,de,he,ge,me,Q,Fe,_e,Ue,Ge,je,Ee,Be,n,p,c,ie,L,k,J,De,ve,oe,I,_]}class jn extends sn{constructor(t){super(),rn(this,t,Rs,Ns,mr,{session:0,userid:1,endpoint:2,lang:3,translationurl:4,numberoftournaments:5,showmorestep:26,filters:6,loginevent:7,registerevent:8,loginurl:9,registerurl:10,currency:11,keepbrowsercontext:12,sorttype:27,sortorder:28,starttimeafter:29,showanonymoustournaments:30,clientstyling:13,clientstylingurl:14,delaybeforeload:31,mbsource:15},As,[-1,-1,-1])}get session(){return this.$$.ctx[0]}set session(t){this.$$set({session:t}),M()}get userid(){return this.$$.ctx[1]}set userid(t){this.$$set({userid:t}),M()}get endpoint(){return this.$$.ctx[2]}set endpoint(t){this.$$set({endpoint:t}),M()}get lang(){return this.$$.ctx[3]}set lang(t){this.$$set({lang:t}),M()}get translationurl(){return this.$$.ctx[4]}set translationurl(t){this.$$set({translationurl:t}),M()}get numberoftournaments(){return this.$$.ctx[5]}set numberoftournaments(t){this.$$set({numberoftournaments:t}),M()}get showmorestep(){return this.$$.ctx[26]}set showmorestep(t){this.$$set({showmorestep:t}),M()}get filters(){return this.$$.ctx[6]}set filters(t){this.$$set({filters:t}),M()}get loginevent(){return this.$$.ctx[7]}set loginevent(t){this.$$set({loginevent:t}),M()}get registerevent(){return this.$$.ctx[8]}set registerevent(t){this.$$set({registerevent:t}),M()}get loginurl(){return this.$$.ctx[9]}set loginurl(t){this.$$set({loginurl:t}),M()}get registerurl(){return this.$$.ctx[10]}set registerurl(t){this.$$set({registerurl:t}),M()}get currency(){return this.$$.ctx[11]}set currency(t){this.$$set({currency:t}),M()}get keepbrowsercontext(){return this.$$.ctx[12]}set keepbrowsercontext(t){this.$$set({keepbrowsercontext:t}),M()}get sorttype(){return this.$$.ctx[27]}set sorttype(t){this.$$set({sorttype:t}),M()}get sortorder(){return this.$$.ctx[28]}set sortorder(t){this.$$set({sortorder:t}),M()}get starttimeafter(){return this.$$.ctx[29]}set starttimeafter(t){this.$$set({starttimeafter:t}),M()}get showanonymoustournaments(){return this.$$.ctx[30]}set showanonymoustournaments(t){this.$$set({showanonymoustournaments:t}),M()}get clientstyling(){return this.$$.ctx[13]}set clientstyling(t){this.$$set({clientstyling:t}),M()}get clientstylingurl(){return this.$$.ctx[14]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),M()}get delaybeforeload(){return this.$$.ctx[31]}set delaybeforeload(t){this.$$set({delaybeforeload:t}),M()}get mbsource(){return this.$$.ctx[15]}set mbsource(t){this.$$set({mbsource:t}),M()}}on(jn,{session:{},userid:{},endpoint:{},lang:{},translationurl:{},numberoftournaments:{},showmorestep:{},filters:{},loginevent:{},registerevent:{},loginurl:{},registerurl:{},currency:{},keepbrowsercontext:{},sorttype:{},sortorder:{},starttimeafter:{},showanonymoustournaments:{},clientstyling:{},clientstylingurl:{},delaybeforeload:{},mbsource:{}},[],[],!0);const Ds=Object.freeze(Object.defineProperty({__proto__:null,default:jn},Symbol.toStringTag,{value:"Module"}));exports.$dictionary=Me;exports.$format=Rn;exports.$locale=Ae;exports.CasinoTournamentsController_ce=Ds;exports.SvelteComponent=sn;exports.action_destroyer=Qn;exports.addMessages=gr;exports.add_iframe_resize_listener=oi;exports.add_render_callback=Pt;exports.append=q;exports.append_styles=Kr;exports.attr=F;exports.binding_callbacks=Ht;exports.component_subscribe=Yr;exports.create_custom_element=on;exports.destroy_each=ei;exports.detach=Z;exports.element=$;exports.empty=en;exports.ensure_array_like=mi;exports.flush=M;exports.getDevice=Dn;exports.init=rn;exports.insert=ne;exports.isMobile=ws;exports.is_function=ct;exports.listen=At;exports.noop=le;exports.onMount=tn;exports.run_all=Ye;exports.safe_not_equal=mr;exports.setClientStyling=Fn;exports.setClientStylingURL=Un;exports.setStreamStyling=Gn;exports.set_custom_element_data=x;exports.set_data=Ne;exports.set_style=ni;exports.space=Tt;exports.src_url_equal=Zn;exports.svg_element=ti;exports.text=Te;exports.toggle_class=si;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./CasinoTournamentsController-BA0domx2.cjs");function T(t,l){e.addMessages(t,l)}const A={en:{tournaments:"Tournaments",all:"All",scheduled:"Scheduled",ongoing:"Ongoing",finished:"Finished"},hr:{tournaments:"Turniri",all:"Svi",scheduled:"Planirani",ongoing:"U tijeku",finished:"Završeni"},"zh-hk":{tournaments:"錦標賽",all:"全部",scheduled:"預定的",ongoing:"進行中",finished:"完成的"},fr:{tournaments:"Tournois",all:"Tous",scheduled:"Programmé",ongoing:"En cours",finished:"Fini"},ro:{tournaments:"Turnee",all:"Toate",scheduled:"Programate",ongoing:"În curs",finished:"Finalizat"},tr:{tournaments:"Turnuvalar",all:"Hepsi",scheduled:"Planlanmış",ongoing:"Devam ediyor",finished:"Tamamlanmış"},el:{tournaments:"Τουρνουά",all:"Όλα",scheduled:"Προγραμματισμένα",ongoing:"Τρέχοντα",finished:"Ολοκληρωμένα"},es:{tournaments:"Torneos",all:"Todos",scheduled:"Programado",ongoing:"En vivo",finished:"Finalizado"},hu:{tournaments:"Versenyek",all:"Mind",scheduled:"Ütemezés",ongoing:"Folyamatban",finished:"Befejezett"},pt:{tournaments:"Torneios",all:"Tudo",scheduled:"Agendado",ongoing:"Em progresso",finished:"Finalizado"},"en-us":{tournaments:"Tournaments",all:"All",scheduled:"Scheduled",ongoing:"Ongoing",finished:"Finished"}};function U(t){e.append_styles(t,"svelte-f5g69n","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}ul{display:flex;gap:10px;overflow-x:auto;min-height:max-content}ul.MobileClass{padding-top:21px}li:first-child{position:relative;padding:0;margin:0;font-size:14px;text-align:center;letter-spacing:0px;color:var(--emw--color-white, #FFFFFF);opacity:1}.FiltersList.MobileClass{flex-direction:column}.FiltersTitle{width:min-content;display:flex;align-items:center}button{display:flex;align-items:center;background-color:transparent;justify-content:center;padding:10px;height:40px;border:1px solid var(--emw--color-white, #FFFFFF);min-width:40px;text-align:center;color:var(--emw--color-white, #FFFFFF)}button.MobileClass{height:30px}button:hover{background-color:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-100, #E6E6E6);color:var(--emw--color-black, #000000);cursor:pointer}.FiltersController{color:var(--emw--color-white, #FFFFFF);display:flex;justify-content:flex-end;margin-bottom:20px}.FiltersController.MobileClass{justify-content:flex-start;margin-bottom:10px}.FiltersController .FilterButton{font-size:14px;letter-spacing:0px;opacity:1;text-transform:uppercase}.FiltersController .FilterButton.MobileClass{font-size:10px}.FiltersController .Active{background-color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B)}.FiltersController .Active:hover{background-color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B)}")}function S(t,l,i){const n=t.slice();return n[21]=l[i],n[23]=i,n}function N(t){let l,i,n=t[4]("tournaments")+"",s,y,F,_,g=e.ensure_array_like(t[1]),u=[];for(let o=0;o<g.length;o+=1)u[o]=L(S(t,g,o));return{c(){l=e.element("ul"),i=e.element("li"),s=e.text(n),y=e.text(":"),F=e.space(),_=e.element("ul");for(let o=0;o<u.length;o+=1)u[o].c();e.attr(i,"class","FiltersTitle "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(i,"part","FiltersTitle "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(l,"class","FiltersList "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(l,"part","FiltersList "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty"))},m(o,m){e.insert(o,l,m),e.append(l,i),e.append(i,s),e.append(i,y),e.append(l,F),e.append(l,_);for(let c=0;c<u.length;c+=1)u[c]&&u[c].m(_,null)},p(o,m){if(m&16&&n!==(n=o[4]("tournaments")+"")&&e.set_data(s,n),m&126){g=e.ensure_array_like(o[1]);let c;for(c=0;c<g.length;c+=1){const r=S(o,g,c);u[c]?u[c].p(r,m):(u[c]=L(r),u[c].c(),u[c].m(_,null))}for(;c<u.length;c+=1)u[c].d(1);u.length=g.length}},d(o){o&&e.detach(l),e.destroy_each(u,o)}}}function E(t){let l,i;return{c(){l=e.svg_element("svg"),i=e.svg_element("path"),e.attr(i,"d","M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"),e.attr(l,"xmlns","http://www.w3.org/2000/svg"),e.attr(l,"width","16"),e.attr(l,"height","16"),e.attr(l,"fill","currentColor"),e.attr(l,"class","bi bi-check"),e.attr(l,"part","bi bi-check"),e.attr(l,"viewBox","0 0 16 16")},m(n,s){e.insert(n,l,s),e.append(l,i)},d(n){n&&e.detach(l)}}}function O(t){let l=t[4]("scheduled")+"",i;return{c(){i=e.text(l)},m(n,s){e.insert(n,i,s)},p(n,s){s&16&&l!==(l=n[4]("scheduled")+"")&&e.set_data(i,l)},d(n){n&&e.detach(i)}}}function z(t){let l=t[4]("ongoing")+"",i;return{c(){i=e.text(l)},m(n,s){e.insert(n,i,s)},p(n,s){s&16&&l!==(l=n[4]("ongoing")+"")&&e.set_data(i,l)},d(n){n&&e.detach(i)}}}function B(t){let l=t[4]("finished")+"",i;return{c(){i=e.text(l)},m(n,s){e.insert(n,i,s)},p(n,s){s&16&&l!==(l=n[4]("finished")+"")&&e.set_data(i,l)},d(n){n&&e.detach(i)}}}function j(t){let l=t[4]("all")+"",i;return{c(){i=e.text(l)},m(n,s){e.insert(n,i,s)},p(n,s){s&16&&l!==(l=n[4]("all")+"")&&e.set_data(i,l)},d(n){n&&e.detach(i)}}}function L(t){let l,i,n,s,y,F,_,g,u,o,m,c,r=(t[2][t[23]]==1||t[3]&&t[23]==0)&&E(),f=t[21]=="Scheduled"&&O(t),h=t[21]=="Ongoing"&&z(t),b=t[21]=="Finished"&&B(t),d=t[21]=="All"&&j(t);function k(){return t[13](t[21],t[23])}return{c(){l=e.element("li"),i=e.element("button"),r&&r.c(),n=e.space(),s=e.element("div"),f&&f.c(),y=e.space(),h&&h.c(),F=e.space(),b&&b.c(),_=e.space(),d&&d.c(),o=e.space(),e.attr(s,"class","FilterButton "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(s,"part","FilterButton "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(i,"class",g=(t[2][t[23]]==1||t[3]&&t[23]==0?"Active":"")+" "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(i,"part",u=(t[2][t[23]]==1||t[3]&&t[23]==0?"Active":"")+" "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(l,"class","FiltersItem"),e.attr(l,"part","FiltersItem")},m(v,M){e.insert(v,l,M),e.append(l,i),r&&r.m(i,null),e.append(i,n),e.append(i,s),f&&f.m(s,null),e.append(s,y),h&&h.m(s,null),e.append(s,F),b&&b.m(s,null),e.append(s,_),d&&d.m(s,null),e.append(l,o),m||(c=e.listen(l,"click",k),m=!0)},p(v,M){t=v,t[2][t[23]]==1||t[3]&&t[23]==0?r||(r=E(),r.c(),r.m(i,n)):r&&(r.d(1),r=null),t[21]=="Scheduled"?f?f.p(t,M):(f=O(t),f.c(),f.m(s,y)):f&&(f.d(1),f=null),t[21]=="Ongoing"?h?h.p(t,M):(h=z(t),h.c(),h.m(s,F)):h&&(h.d(1),h=null),t[21]=="Finished"?b?b.p(t,M):(b=B(t),b.c(),b.m(s,_)):b&&(b.d(1),b=null),t[21]=="All"?d?d.p(t,M):(d=j(t),d.c(),d.m(s,null)):d&&(d.d(1),d=null),M&12&&g!==(g=(t[2][t[23]]==1||t[3]&&t[23]==0?"Active":"")+" "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty"))&&e.attr(i,"class",g),M&12&&u!==(u=(t[2][t[23]]==1||t[3]&&t[23]==0?"Active":"")+" "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty"))&&e.attr(i,"part",u)},d(v){v&&e.detach(l),r&&r.d(),f&&f.d(),h&&h.d(),b&&b.d(),d&&d.d(),m=!1,c()}}}function q(t){let l,i=t[1].length>0&&N(t);return{c(){l=e.element("div"),i&&i.c(),e.attr(l,"class","FiltersController "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(l,"part","FiltersController "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty"))},m(n,s){e.insert(n,l,s),i&&i.m(l,null),t[14](l)},p(n,[s]){n[1].length>0?i?i.p(n,s):(i=N(n),i.c(),i.m(l,null)):i&&(i.d(1),i=null)},i:e.noop,o:e.noop,d(n){n&&e.detach(l),i&&i.d(),t[14](null)}}}function R(t,l,i){let n;e.component_subscribe(t,e.$format,a=>i(4,n=a));let{filters:s=""}=l,{activefilters:y=""}=l,{translationurl:F=""}=l,{clientstyling:_=""}=l,{clientstylingurl:g=""}=l,{mbsource:u}=l,o,m=[],c=0,r=new Array(100),f=!0,h=window.navigator.userAgent;const b=()=>{fetch(F).then(p=>p.json()).then(p=>{Object.keys(p).forEach(C=>{T(C,p[C])})}).catch(p=>{console.log(p)})};Object.keys(A).forEach(a=>{T(a,A[a])});const d=(a,p)=>{if(p==0)i(3,f=!0),i(2,r=new Array(c)),window.postMessage({type:"TournamentsFiltersSelected",filters:["All"]},window.location.href);else if(i(3,f=!1),r[p]==1?(i(2,r[p]=0,r),r.indexOf(1)==-1&&i(3,f=!0)):i(2,r[p]=1,r),r.indexOf(1)==-1)window.postMessage({type:"TournamentsFiltersSelected",filters:["All"]},window.location.href);else{let C=[];for(let w=0;w<m.length;w++)r[w]==1&&C.push(m[w]);window.postMessage({type:"TournamentsFiltersSelected",filters:C},window.location.href)}},k=()=>{i(1,m=s.split(",")),c=m.length},v=()=>{let a=y.split(",");i(2,r=new Array(c)),a.indexOf("All")!=-1?i(3,f=!0):(i(3,f=!1),a.forEach(p=>{let C=m.indexOf(p);C>0&&i(2,r[C]=1,r)}))};e.onMount(()=>()=>{});const M=(a,p)=>d(a,p);function I(a){e.binding_callbacks[a?"unshift":"push"](()=>{o=a,i(0,o)})}return t.$$set=a=>{"filters"in a&&i(7,s=a.filters),"activefilters"in a&&i(8,y=a.activefilters),"translationurl"in a&&i(9,F=a.translationurl),"clientstyling"in a&&i(10,_=a.clientstyling),"clientstylingurl"in a&&i(11,g=a.clientstylingurl),"mbsource"in a&&i(12,u=a.mbsource)},t.$$.update=()=>{t.$$.dirty&512&&F&&b(),t.$$.dirty&128&&s&&k(),t.$$.dirty&256&&y&&v(),t.$$.dirty&1025&&_&&o&&e.setClientStyling(o,_),t.$$.dirty&2049&&g&&o&&e.setClientStylingURL(o,g),t.$$.dirty&4097&&u&&o&&e.setStreamStyling(o,`${u}.Style`)},[o,m,r,f,n,h,d,s,y,F,_,g,u,M,I]}class P extends e.SvelteComponent{constructor(l){super(),e.init(this,l,R,q,e.safe_not_equal,{filters:7,activefilters:8,translationurl:9,clientstyling:10,clientstylingurl:11,mbsource:12},U)}get filters(){return this.$$.ctx[7]}set filters(l){this.$$set({filters:l}),e.flush()}get activefilters(){return this.$$.ctx[8]}set activefilters(l){this.$$set({activefilters:l}),e.flush()}get translationurl(){return this.$$.ctx[9]}set translationurl(l){this.$$set({translationurl:l}),e.flush()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(l){this.$$set({clientstyling:l}),e.flush()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(l){this.$$set({clientstylingurl:l}),e.flush()}get mbsource(){return this.$$.ctx[12]}set mbsource(l){this.$$set({mbsource:l}),e.flush()}}e.create_custom_element(P,{filters:{},activefilters:{},translationurl:{},clientstyling:{},clientstylingurl:{},mbsource:{}},[],[],!0);exports.default=P;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./CasinoTournamentsController-GPVssAQb.cjs");function T(t,l){e.addMessages(t,l)}const A={en:{tournaments:"Tournaments",all:"All",scheduled:"Scheduled",ongoing:"Ongoing",finished:"Finished"},hr:{tournaments:"Turniri",all:"Svi",scheduled:"Planirani",ongoing:"U tijeku",finished:"Završeni"},"zh-hk":{tournaments:"錦標賽",all:"全部",scheduled:"預定的",ongoing:"進行中",finished:"完成的"},fr:{tournaments:"Tournois",all:"Tous",scheduled:"Programmé",ongoing:"En cours",finished:"Fini"},ro:{tournaments:"Turnee",all:"Toate",scheduled:"Programate",ongoing:"În curs",finished:"Finalizat"},tr:{tournaments:"Turnuvalar",all:"Hepsi",scheduled:"Planlanmış",ongoing:"Devam ediyor",finished:"Tamamlanmış"},el:{tournaments:"Τουρνουά",all:"Όλα",scheduled:"Προγραμματισμένα",ongoing:"Τρέχοντα",finished:"Ολοκληρωμένα"},es:{tournaments:"Torneos",all:"Todos",scheduled:"Programado",ongoing:"En vivo",finished:"Finalizado"},hu:{tournaments:"Versenyek",all:"Mind",scheduled:"Ütemezés",ongoing:"Folyamatban",finished:"Befejezett"},pt:{tournaments:"Torneios",all:"Tudo",scheduled:"Agendado",ongoing:"Em progresso",finished:"Finalizado"},"en-us":{tournaments:"Tournaments",all:"All",scheduled:"Scheduled",ongoing:"Ongoing",finished:"Finished"}};function U(t){e.append_styles(t,"svelte-f5g69n","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}ul{display:flex;gap:10px;overflow-x:auto;min-height:max-content}ul.MobileClass{padding-top:21px}li:first-child{position:relative;padding:0;margin:0;font-size:14px;text-align:center;letter-spacing:0px;color:var(--emw--color-white, #FFFFFF);opacity:1}.FiltersList.MobileClass{flex-direction:column}.FiltersTitle{width:min-content;display:flex;align-items:center}button{display:flex;align-items:center;background-color:transparent;justify-content:center;padding:10px;height:40px;border:1px solid var(--emw--color-white, #FFFFFF);min-width:40px;text-align:center;color:var(--emw--color-white, #FFFFFF)}button.MobileClass{height:30px}button:hover{background-color:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-100, #E6E6E6);color:var(--emw--color-black, #000000);cursor:pointer}.FiltersController{color:var(--emw--color-white, #FFFFFF);display:flex;justify-content:flex-end;margin-bottom:20px}.FiltersController.MobileClass{justify-content:flex-start;margin-bottom:10px}.FiltersController .FilterButton{font-size:14px;letter-spacing:0px;opacity:1;text-transform:uppercase}.FiltersController .FilterButton.MobileClass{font-size:10px}.FiltersController .Active{background-color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B)}.FiltersController .Active:hover{background-color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B)}")}function S(t,l,i){const n=t.slice();return n[21]=l[i],n[23]=i,n}function N(t){let l,i,n=t[4]("tournaments")+"",s,y,F,_,g=e.ensure_array_like(t[1]),u=[];for(let o=0;o<g.length;o+=1)u[o]=L(S(t,g,o));return{c(){l=e.element("ul"),i=e.element("li"),s=e.text(n),y=e.text(":"),F=e.space(),_=e.element("ul");for(let o=0;o<u.length;o+=1)u[o].c();e.attr(i,"class","FiltersTitle "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(i,"part","FiltersTitle "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(l,"class","FiltersList "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(l,"part","FiltersList "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty"))},m(o,m){e.insert(o,l,m),e.append(l,i),e.append(i,s),e.append(i,y),e.append(l,F),e.append(l,_);for(let c=0;c<u.length;c+=1)u[c]&&u[c].m(_,null)},p(o,m){if(m&16&&n!==(n=o[4]("tournaments")+"")&&e.set_data(s,n),m&126){g=e.ensure_array_like(o[1]);let c;for(c=0;c<g.length;c+=1){const r=S(o,g,c);u[c]?u[c].p(r,m):(u[c]=L(r),u[c].c(),u[c].m(_,null))}for(;c<u.length;c+=1)u[c].d(1);u.length=g.length}},d(o){o&&e.detach(l),e.destroy_each(u,o)}}}function E(t){let l,i;return{c(){l=e.svg_element("svg"),i=e.svg_element("path"),e.attr(i,"d","M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"),e.attr(l,"xmlns","http://www.w3.org/2000/svg"),e.attr(l,"width","16"),e.attr(l,"height","16"),e.attr(l,"fill","currentColor"),e.attr(l,"class","bi bi-check"),e.attr(l,"part","bi bi-check"),e.attr(l,"viewBox","0 0 16 16")},m(n,s){e.insert(n,l,s),e.append(l,i)},d(n){n&&e.detach(l)}}}function O(t){let l=t[4]("scheduled")+"",i;return{c(){i=e.text(l)},m(n,s){e.insert(n,i,s)},p(n,s){s&16&&l!==(l=n[4]("scheduled")+"")&&e.set_data(i,l)},d(n){n&&e.detach(i)}}}function z(t){let l=t[4]("ongoing")+"",i;return{c(){i=e.text(l)},m(n,s){e.insert(n,i,s)},p(n,s){s&16&&l!==(l=n[4]("ongoing")+"")&&e.set_data(i,l)},d(n){n&&e.detach(i)}}}function B(t){let l=t[4]("finished")+"",i;return{c(){i=e.text(l)},m(n,s){e.insert(n,i,s)},p(n,s){s&16&&l!==(l=n[4]("finished")+"")&&e.set_data(i,l)},d(n){n&&e.detach(i)}}}function j(t){let l=t[4]("all")+"",i;return{c(){i=e.text(l)},m(n,s){e.insert(n,i,s)},p(n,s){s&16&&l!==(l=n[4]("all")+"")&&e.set_data(i,l)},d(n){n&&e.detach(i)}}}function L(t){let l,i,n,s,y,F,_,g,u,o,m,c,r=(t[2][t[23]]==1||t[3]&&t[23]==0)&&E(),f=t[21]=="Scheduled"&&O(t),h=t[21]=="Ongoing"&&z(t),b=t[21]=="Finished"&&B(t),d=t[21]=="All"&&j(t);function k(){return t[13](t[21],t[23])}return{c(){l=e.element("li"),i=e.element("button"),r&&r.c(),n=e.space(),s=e.element("div"),f&&f.c(),y=e.space(),h&&h.c(),F=e.space(),b&&b.c(),_=e.space(),d&&d.c(),o=e.space(),e.attr(s,"class","FilterButton "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(s,"part","FilterButton "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(i,"class",g=(t[2][t[23]]==1||t[3]&&t[23]==0?"Active":"")+" "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(i,"part",u=(t[2][t[23]]==1||t[3]&&t[23]==0?"Active":"")+" "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(l,"class","FiltersItem"),e.attr(l,"part","FiltersItem")},m(v,M){e.insert(v,l,M),e.append(l,i),r&&r.m(i,null),e.append(i,n),e.append(i,s),f&&f.m(s,null),e.append(s,y),h&&h.m(s,null),e.append(s,F),b&&b.m(s,null),e.append(s,_),d&&d.m(s,null),e.append(l,o),m||(c=e.listen(l,"click",k),m=!0)},p(v,M){t=v,t[2][t[23]]==1||t[3]&&t[23]==0?r||(r=E(),r.c(),r.m(i,n)):r&&(r.d(1),r=null),t[21]=="Scheduled"?f?f.p(t,M):(f=O(t),f.c(),f.m(s,y)):f&&(f.d(1),f=null),t[21]=="Ongoing"?h?h.p(t,M):(h=z(t),h.c(),h.m(s,F)):h&&(h.d(1),h=null),t[21]=="Finished"?b?b.p(t,M):(b=B(t),b.c(),b.m(s,_)):b&&(b.d(1),b=null),t[21]=="All"?d?d.p(t,M):(d=j(t),d.c(),d.m(s,null)):d&&(d.d(1),d=null),M&12&&g!==(g=(t[2][t[23]]==1||t[3]&&t[23]==0?"Active":"")+" "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty"))&&e.attr(i,"class",g),M&12&&u!==(u=(t[2][t[23]]==1||t[3]&&t[23]==0?"Active":"")+" "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty"))&&e.attr(i,"part",u)},d(v){v&&e.detach(l),r&&r.d(),f&&f.d(),h&&h.d(),b&&b.d(),d&&d.d(),m=!1,c()}}}function q(t){let l,i=t[1].length>0&&N(t);return{c(){l=e.element("div"),i&&i.c(),e.attr(l,"class","FiltersController "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty")),e.attr(l,"part","FiltersController "+(e.isMobile(t[5])?"MobileClass":"Non-MobileClass/empty"))},m(n,s){e.insert(n,l,s),i&&i.m(l,null),t[14](l)},p(n,[s]){n[1].length>0?i?i.p(n,s):(i=N(n),i.c(),i.m(l,null)):i&&(i.d(1),i=null)},i:e.noop,o:e.noop,d(n){n&&e.detach(l),i&&i.d(),t[14](null)}}}function R(t,l,i){let n;e.component_subscribe(t,e.$format,a=>i(4,n=a));let{filters:s=""}=l,{activefilters:y=""}=l,{translationurl:F=""}=l,{clientstyling:_=""}=l,{clientstylingurl:g=""}=l,{mbsource:u}=l,o,m=[],c=0,r=new Array(100),f=!0,h=window.navigator.userAgent;const b=()=>{fetch(F).then(p=>p.json()).then(p=>{Object.keys(p).forEach(C=>{T(C,p[C])})}).catch(p=>{console.log(p)})};Object.keys(A).forEach(a=>{T(a,A[a])});const d=(a,p)=>{if(p==0)i(3,f=!0),i(2,r=new Array(c)),window.postMessage({type:"TournamentsFiltersSelected",filters:["All"]},window.location.href);else if(i(3,f=!1),r[p]==1?(i(2,r[p]=0,r),r.indexOf(1)==-1&&i(3,f=!0)):i(2,r[p]=1,r),r.indexOf(1)==-1)window.postMessage({type:"TournamentsFiltersSelected",filters:["All"]},window.location.href);else{let C=[];for(let w=0;w<m.length;w++)r[w]==1&&C.push(m[w]);window.postMessage({type:"TournamentsFiltersSelected",filters:C},window.location.href)}},k=()=>{i(1,m=s.split(",")),c=m.length},v=()=>{let a=y.split(",");i(2,r=new Array(c)),a.indexOf("All")!=-1?i(3,f=!0):(i(3,f=!1),a.forEach(p=>{let C=m.indexOf(p);C>0&&i(2,r[C]=1,r)}))};e.onMount(()=>()=>{});const M=(a,p)=>d(a,p);function I(a){e.binding_callbacks[a?"unshift":"push"](()=>{o=a,i(0,o)})}return t.$$set=a=>{"filters"in a&&i(7,s=a.filters),"activefilters"in a&&i(8,y=a.activefilters),"translationurl"in a&&i(9,F=a.translationurl),"clientstyling"in a&&i(10,_=a.clientstyling),"clientstylingurl"in a&&i(11,g=a.clientstylingurl),"mbsource"in a&&i(12,u=a.mbsource)},t.$$.update=()=>{t.$$.dirty&512&&F&&b(),t.$$.dirty&128&&s&&k(),t.$$.dirty&256&&y&&v(),t.$$.dirty&1025&&_&&o&&e.setClientStyling(o,_),t.$$.dirty&2049&&g&&o&&e.setClientStylingURL(o,g),t.$$.dirty&4097&&u&&o&&e.setStreamStyling(o,`${u}.Style`)},[o,m,r,f,n,h,d,s,y,F,_,g,u,M,I]}class P extends e.SvelteComponent{constructor(l){super(),e.init(this,l,R,q,e.safe_not_equal,{filters:7,activefilters:8,translationurl:9,clientstyling:10,clientstylingurl:11,mbsource:12},U)}get filters(){return this.$$.ctx[7]}set filters(l){this.$$set({filters:l}),e.flush()}get activefilters(){return this.$$.ctx[8]}set activefilters(l){this.$$set({activefilters:l}),e.flush()}get translationurl(){return this.$$.ctx[9]}set translationurl(l){this.$$set({translationurl:l}),e.flush()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(l){this.$$set({clientstyling:l}),e.flush()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(l){this.$$set({clientstylingurl:l}),e.flush()}get mbsource(){return this.$$.ctx[12]}set mbsource(l){this.$$set({mbsource:l}),e.flush()}}e.create_custom_element(P,{filters:{},activefilters:{},translationurl:{},clientstyling:{},clientstylingurl:{},mbsource:{}},[],[],!0);exports.default=P;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as W, S as X, i as Y, f as N, s as x, c as $, b as ee, n as L, d as k, e as A, g as S, h as f, j as _, k as le, o as te, l as I, m as ie, p as B, q as F, t as E, r as z, u as ne, v as se, w as P, $ as oe, x as re, y as ae, z as ue } from "./CasinoTournamentsController-
|
|
1
|
+
import { a as W, S as X, i as Y, f as N, s as x, c as $, b as ee, n as L, d as k, e as A, g as S, h as f, j as _, k as le, o as te, l as I, m as ie, p as B, q as F, t as E, r as z, u as ne, v as se, w as P, $ as oe, x as re, y as ae, z as ue } from "./CasinoTournamentsController-DQQChSqb.js";
|
|
2
2
|
function U(e, l) {
|
|
3
3
|
W(e, l);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as W, S as X, i as Y, s as x, f as N, b as $, n as L, d as k, c as A, e as S, g as f, h as _, j as ee, o as le, k as I, l as te, m as B, p as F, t as E, q as z, r as ie, u as ne, v as P, w as se, x as oe, y as re, z as ae, $ as ue } from "./CasinoTournamentsController-
|
|
1
|
+
import { a as W, S as X, i as Y, s as x, f as N, b as $, n as L, d as k, c as A, e as S, g as f, h as _, j as ee, o as le, k as I, l as te, m as B, p as F, t as E, q as z, r as ie, u as ne, v as P, w as se, x as oe, y as re, z as ae, $ as ue } from "./CasinoTournamentsController-BWtzdFkh.js";
|
|
2
2
|
function U(e, l) {
|
|
3
3
|
W(e, l);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Xs, S as Ks, i as $s, s as er, f as P, b as tr, n as Gt, d as Ze, e as qe, g as St, h as Vt, k as sr, o as rr, l as jt, m as nr, A as ir, u as ar, B as _, p as or, q as lr, t as ur, x as dr, y as hr, z as fr, c as cr, $ as mr } from "./CasinoTournamentsController-
|
|
1
|
+
import { a as Xs, S as Ks, i as $s, s as er, f as P, b as tr, n as Gt, d as Ze, e as qe, g as St, h as Vt, k as sr, o as rr, l as jt, m as nr, A as ir, u as ar, B as _, p as or, q as lr, t as ur, x as dr, y as hr, z as fr, c as cr, $ as mr } from "./CasinoTournamentsController-DQQChSqb.js";
|
|
2
2
|
function _r(e) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|
|
@@ -2573,7 +2573,7 @@ if (typeof window < "u") {
|
|
|
2573
2573
|
}
|
|
2574
2574
|
};
|
|
2575
2575
|
};
|
|
2576
|
-
customElements.define = e(customElements.define), import("./CasinoTournamentsThumbnailController-
|
|
2576
|
+
customElements.define = e(customElements.define), import("./CasinoTournamentsThumbnailController-lOn1p92k.js").then(
|
|
2577
2577
|
({ default: t }) => {
|
|
2578
2578
|
!customElements.get("casino-tournaments-thumbnail-controller") && customElements.define(
|
|
2579
2579
|
"casino-tournaments-thumbnail-controller",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Xs, S as Ks, i as $s, s as er, f as P, b as tr, n as Gt, d as Ze, c as qe, e as St, g as Vt, j as sr, o as rr, k as jt, l as nr, A as ir, r as ar, B as _, m as or, p as lr, t as ur, w as dr, x as hr, y as fr, z as cr, $ as mr } from "./CasinoTournamentsController-
|
|
1
|
+
import { a as Xs, S as Ks, i as $s, s as er, f as P, b as tr, n as Gt, d as Ze, c as qe, e as St, g as Vt, j as sr, o as rr, k as jt, l as nr, A as ir, r as ar, B as _, m as or, p as lr, t as ur, w as dr, x as hr, y as fr, z as cr, $ as mr } from "./CasinoTournamentsController-BWtzdFkh.js";
|
|
2
2
|
function _r(e) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|
|
@@ -2573,7 +2573,7 @@ if (typeof window != "undefined") {
|
|
|
2573
2573
|
}
|
|
2574
2574
|
};
|
|
2575
2575
|
};
|
|
2576
|
-
customElements.define = e(customElements.define), import("./CasinoTournamentsThumbnailController-
|
|
2576
|
+
customElements.define = e(customElements.define), import("./CasinoTournamentsThumbnailController-CP4e8LNn.js").then(
|
|
2577
2577
|
({ default: t }) => {
|
|
2578
2578
|
!customElements.get("casino-tournaments-thumbnail-controller") && customElements.define(
|
|
2579
2579
|
"casino-tournaments-thumbnail-controller",
|